rroonga 5.0.9-x86-mingw32 → 5.1.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (629) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ext/groonga/{rb-grn-conf.c → rb-grn-config.c} +18 -13
  4. data/ext/groonga/rb-grn-database.c +83 -0
  5. data/ext/groonga/rb-grn-fix-size-column.c +85 -0
  6. data/ext/groonga/rb-grn-index-column.c +82 -0
  7. data/ext/groonga/rb-grn-object.c +67 -1
  8. data/ext/groonga/rb-grn-table-key-support.c +87 -1
  9. data/ext/groonga/rb-grn-table.c +2 -2
  10. data/ext/groonga/rb-grn-variable-size-column.c +84 -1
  11. data/ext/groonga/rb-grn.h +5 -5
  12. data/ext/groonga/rb-groonga.c +27 -1
  13. data/lib/2.0/groonga.so +0 -0
  14. data/lib/2.1/groonga.so +0 -0
  15. data/lib/2.2/groonga.so +0 -0
  16. data/lib/2.3/groonga.so +0 -0
  17. data/lib/groonga/context.rb +12 -3
  18. data/lib/groonga/expression-builder.rb +2 -1
  19. data/rroonga-build.rb +6 -6
  20. data/test/test-accessor.rb +30 -0
  21. data/test/{test-conf.rb → test-config.rb} +5 -5
  22. data/test/test-database.rb +41 -0
  23. data/test/test-fix-size-column.rb +84 -0
  24. data/test/test-index-column.rb +71 -1
  25. data/test/test-package-label.rb +20 -0
  26. data/test/test-table-key-support.rb +42 -0
  27. data/test/test-table.rb +13 -0
  28. data/test/test-variable-size-column.rb +71 -1
  29. data/vendor/local/bin/grndb.exe +0 -0
  30. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  31. data/vendor/local/bin/groonga.exe +0 -0
  32. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  33. data/vendor/local/bin/libgroonga-0.dll +0 -0
  34. data/vendor/local/bin/libmecab-1.dll +0 -0
  35. data/vendor/local/bin/libmsgpack-4.dll +0 -0
  36. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  37. data/vendor/local/bin/libonig-5.dll +0 -0
  38. data/vendor/local/bin/libstdc++-6.dll +0 -0
  39. data/vendor/local/bin/lz4.exe +0 -0
  40. data/vendor/local/bin/lz4c.exe +0 -0
  41. data/vendor/local/bin/lz4cat +0 -0
  42. data/vendor/local/bin/mecab.exe +0 -0
  43. data/vendor/local/bin/zlib1.dll +0 -0
  44. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +9 -9
  45. data/vendor/local/include/groonga/groonga.h +1 -0
  46. data/vendor/local/include/groonga/groonga/file_reader.h +40 -0
  47. data/vendor/local/include/groonga/groonga/groonga.h +1 -0
  48. data/vendor/local/include/groonga/groonga/obj.h +7 -42
  49. data/vendor/local/include/groonga/groonga/portability.h +4 -4
  50. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  51. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  52. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  53. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  54. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  55. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  57. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  58. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  59. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  60. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  61. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  62. data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +70 -38
  63. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  64. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  65. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  67. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  68. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  69. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  71. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  73. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  74. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  75. data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +21 -0
  76. data/vendor/local/lib/groonga/scripts/ruby/id.rb +12 -0
  77. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +2 -0
  78. data/vendor/local/lib/groonga/scripts/ruby/logger.rb +3 -1
  79. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +6 -0
  80. data/vendor/local/lib/libgroonga.a +0 -0
  81. data/vendor/local/lib/libgroonga.dll.a +0 -0
  82. data/vendor/local/lib/liblz4.a +0 -0
  83. data/vendor/local/lib/liblz4.dll +0 -0
  84. data/vendor/local/lib/liblz4.dll.1 +0 -0
  85. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  86. data/vendor/local/lib/libmecab.a +0 -0
  87. data/vendor/local/lib/libmecab.dll.a +0 -0
  88. data/vendor/local/lib/libmsgpack.a +0 -0
  89. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  90. data/vendor/local/lib/libmsgpackc.a +0 -0
  91. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  92. data/vendor/local/lib/libonig.a +0 -0
  93. data/vendor/local/lib/libonig.dll.a +0 -0
  94. data/vendor/local/lib/libz.a +0 -0
  95. data/vendor/local/lib/libz.dll.a +0 -0
  96. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  97. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  98. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  99. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  100. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  101. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  102. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  103. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +7 -2
  105. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  106. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  107. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  108. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  109. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  110. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  111. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +4 -3
  112. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  113. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +122 -1
  114. data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +1 -1
  115. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +1 -0
  116. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +45 -0
  117. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +1 -1
  118. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +142 -0
  119. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +10 -23
  120. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +4 -4
  121. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +2 -2
  122. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +2 -2
  123. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +2 -2
  124. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +3 -3
  125. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +158 -0
  126. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +2 -2
  127. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +2 -2
  128. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +2 -2
  129. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +3 -3
  130. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +3 -2
  131. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +1 -2
  132. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +76 -0
  133. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +2 -7
  134. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +1 -2
  135. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +37 -8
  136. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/community.html +12 -6
  139. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/index.html +72 -68
  160. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  162. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  163. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  164. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  165. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  166. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  167. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +9 -8
  168. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  169. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/news.html +187 -76
  171. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +7 -7
  179. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  181. data/vendor/local/share/doc/groonga/en/html/reference.html +72 -68
  182. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/command.html +58 -56
  215. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +10 -10
  217. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +183 -0
  218. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +22 -22
  219. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +21 -21
  220. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +29 -29
  221. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +25 -25
  222. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +27 -27
  223. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +41 -41
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +25 -25
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +31 -31
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +25 -25
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +33 -33
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +29 -29
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +27 -27
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +25 -25
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +29 -29
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +37 -37
  233. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +33 -33
  234. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +29 -29
  235. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +28 -27
  236. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +27 -27
  237. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +27 -27
  238. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +29 -29
  239. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +39 -39
  240. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +31 -31
  241. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +57 -57
  242. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +105 -105
  243. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +33 -33
  244. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +37 -37
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +37 -37
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +25 -25
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +29 -29
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +25 -25
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +25 -25
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +25 -25
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +25 -25
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +26 -26
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +279 -0
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +32 -32
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
  256. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
  257. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +107 -107
  258. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +25 -25
  259. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
  260. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +27 -27
  261. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +49 -49
  262. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
  263. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +35 -35
  264. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +31 -31
  265. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +39 -39
  266. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +31 -31
  267. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +43 -43
  268. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
  269. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
  270. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  271. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
  272. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  273. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
  274. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  276. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
  278. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  280. data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -17
  281. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +14 -8
  282. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +7 -7
  283. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +7 -7
  284. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -6
  285. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -6
  286. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +8 -8
  287. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +9 -9
  288. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +9 -9
  289. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +8 -8
  290. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +11 -11
  291. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +434 -0
  292. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +42 -42
  293. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
  294. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
  295. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
  296. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +23 -23
  297. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  298. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  299. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  300. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  301. data/vendor/local/share/doc/groonga/en/html/reference/log.html +9 -9
  302. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  303. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +15 -17
  304. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +12 -12
  305. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +203 -0
  306. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  307. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  308. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  309. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
  310. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
  311. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
  312. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
  313. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +15 -15
  314. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +10 -10
  315. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +7 -11
  316. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
  317. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
  318. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
  319. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  320. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
  321. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  322. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
  323. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  324. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  325. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  326. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  327. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  328. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  329. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  330. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  331. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  332. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
  333. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  334. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  335. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  336. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  337. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  338. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  339. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  340. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  341. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  342. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  343. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  344. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  345. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  346. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  347. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  348. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  349. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  350. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  351. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  352. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  353. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +7 -2
  354. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  355. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  356. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  357. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  358. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  359. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  360. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +4 -3
  361. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  362. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +122 -1
  363. data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +1 -1
  364. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +1 -0
  365. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +45 -0
  366. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +1 -1
  367. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +142 -0
  368. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +10 -23
  369. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +4 -4
  370. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +2 -2
  371. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +2 -2
  372. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +2 -2
  373. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +3 -3
  374. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +158 -0
  375. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +2 -2
  376. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +2 -2
  377. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +2 -2
  378. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +3 -3
  379. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +3 -2
  380. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +1 -2
  381. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +76 -0
  382. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +2 -7
  383. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +1 -2
  384. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +37 -8
  385. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/community.html +14 -6
  388. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/index.html +71 -67
  409. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  411. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  412. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  413. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  414. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  415. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  416. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -8
  417. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  418. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/news.html +188 -76
  420. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  430. data/vendor/local/share/doc/groonga/ja/html/reference.html +71 -67
  431. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  458. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  459. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
  460. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  461. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
  462. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  463. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +58 -56
  464. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  465. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +12 -11
  466. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +183 -0
  467. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +28 -33
  468. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +21 -21
  469. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +29 -29
  470. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +25 -25
  471. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +27 -27
  472. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +41 -41
  473. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +25 -25
  474. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +31 -31
  475. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +25 -25
  476. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +33 -33
  477. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +29 -29
  478. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +27 -27
  479. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +25 -25
  480. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +29 -29
  481. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +37 -37
  482. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +33 -33
  483. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +31 -31
  484. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +33 -37
  485. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +27 -27
  486. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +27 -27
  487. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +29 -29
  488. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +39 -39
  489. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +31 -31
  490. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +57 -57
  491. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +105 -105
  492. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +33 -33
  493. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +37 -37
  494. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +37 -37
  495. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +25 -25
  496. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +29 -29
  497. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +25 -25
  498. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +25 -25
  499. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +25 -25
  500. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +25 -25
  501. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +26 -26
  502. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +267 -0
  503. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +32 -32
  504. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
  505. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
  506. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
  507. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +25 -25
  508. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
  509. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
  510. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +49 -49
  511. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
  512. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +35 -35
  513. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +31 -31
  514. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +39 -39
  515. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +31 -31
  516. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +43 -43
  517. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
  518. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
  519. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  520. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
  521. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  522. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  523. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  524. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  526. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  528. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -17
  530. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +13 -7
  531. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +7 -7
  532. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +7 -7
  533. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
  534. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
  535. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +8 -8
  536. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +9 -9
  537. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +9 -9
  538. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +8 -8
  539. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +11 -11
  540. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +422 -0
  541. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +42 -42
  542. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
  543. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
  544. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
  545. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +23 -23
  546. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  547. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  548. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  549. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  550. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
  551. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  552. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +11 -13
  553. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +10 -10
  554. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +190 -0
  555. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  556. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  557. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  558. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
  559. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
  560. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
  561. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
  562. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +15 -15
  563. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +10 -10
  564. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +6 -7
  565. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
  566. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
  567. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
  568. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  569. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
  570. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  571. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
  572. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
  573. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  574. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  575. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  576. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  577. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  578. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  579. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  580. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  581. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
  582. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  583. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  584. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  585. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  586. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  587. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  588. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  589. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  590. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  591. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  592. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  593. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  594. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  595. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  596. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  597. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  598. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  599. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  600. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  601. data/vendor/local/share/groonga/html/admin/404.html +26 -2
  602. data/vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  603. data/vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +272 -213
  604. data/vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  605. data/vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  606. data/vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  607. data/vendor/local/share/groonga/html/admin/index.html +39 -5
  608. data/vendor/local/share/groonga/html/admin/scripts/oldieshim.572be7b4.js +2337 -0
  609. data/vendor/local/share/groonga/html/admin/scripts/scripts.a1c295fa.js +1749 -0
  610. data/vendor/local/share/groonga/html/admin/scripts/vendor.2c228d46.js +50748 -0
  611. data/vendor/local/share/groonga/html/admin/styles/main.d9de008c.css +12602 -0
  612. data/vendor/local/share/groonga/html/admin/styles/vendor.7f75f6e0.css +130 -0
  613. data/vendor/local/share/groonga/html/admin/views/columns/new.html +64 -1
  614. data/vendor/local/share/groonga/html/admin/views/columns/show.html +70 -1
  615. data/vendor/local/share/groonga/html/admin/views/tables/index.html +53 -1
  616. data/vendor/local/share/groonga/html/admin/views/tables/new.html +54 -2
  617. data/vendor/local/share/groonga/html/admin/views/tables/search.html +236 -1
  618. data/vendor/local/share/groonga/html/admin/views/tables/show.html +111 -1
  619. data/vendor/local/share/groonga/html/admin/views/top.html +20 -1
  620. data/vendor/local/share/license/groonga-admin/README.md +2 -2
  621. data/vendor/local/share/man/ja/man1/groonga.1 +955 -3334
  622. data/vendor/local/share/man/man1/groonga.1 +937 -3373
  623. metadata +78 -57
  624. data/vendor/local/share/groonga/html/admin/images/yeoman.d2754b85.png +0 -0
  625. data/vendor/local/share/groonga/html/admin/scripts/oldieshim.a466b7b1.js +0 -1
  626. data/vendor/local/share/groonga/html/admin/scripts/scripts.87083bfd.js +0 -1
  627. data/vendor/local/share/groonga/html/admin/scripts/vendor.fa48c0ac.js +0 -13
  628. data/vendor/local/share/groonga/html/admin/styles/main.0390285b.css +0 -1
  629. data/vendor/local/share/groonga/html/admin/styles/vendor.f4ae649a.css +0 -10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.9
4
+ version: 5.1.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-11-10 00:00:00.000000000 Z
15
+ date: 2016-01-18 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: pkg-config
@@ -209,8 +209,8 @@ email:
209
209
  - dara@shidara.net
210
210
  executables:
211
211
  - grntest-log-analyze
212
- - grndump
213
212
  - groonga-database-inspect
213
+ - grndump
214
214
  - groonga-index-dump
215
215
  extensions: []
216
216
  extra_rdoc_files:
@@ -243,7 +243,7 @@ files:
243
243
  - ext/groonga/rb-grn-array-cursor.c
244
244
  - ext/groonga/rb-grn-array.c
245
245
  - ext/groonga/rb-grn-column.c
246
- - ext/groonga/rb-grn-conf.c
246
+ - ext/groonga/rb-grn-config.c
247
247
  - ext/groonga/rb-grn-context.c
248
248
  - ext/groonga/rb-grn-database.c
249
249
  - ext/groonga/rb-grn-double-array-trie-cursor.c
@@ -298,6 +298,7 @@ files:
298
298
  - lib/2.0/groonga.so
299
299
  - lib/2.1/groonga.so
300
300
  - lib/2.2/groonga.so
301
+ - lib/2.3/groonga.so
301
302
  - lib/groonga.rb
302
303
  - lib/groonga/column.rb
303
304
  - lib/groonga/context.rb
@@ -330,7 +331,7 @@ files:
330
331
  - test/test-array.rb
331
332
  - test/test-column.rb
332
333
  - test/test-command-select.rb
333
- - test/test-conf.rb
334
+ - test/test-config.rb
334
335
  - test/test-context.rb
335
336
  - test/test-convert.rb
336
337
  - test/test-database-dumper.rb
@@ -353,6 +354,7 @@ files:
353
354
  - test/test-memory-pool.rb
354
355
  - test/test-normalizer.rb
355
356
  - test/test-operator.rb
357
+ - test/test-package-label.rb
356
358
  - test/test-pagination.rb
357
359
  - test/test-patricia-trie.rb
358
360
  - test/test-plugin.rb
@@ -427,6 +429,7 @@ files:
427
429
  - vendor/local/include/groonga/groonga/command.h
428
430
  - vendor/local/include/groonga/groonga/conf.h
429
431
  - vendor/local/include/groonga/groonga/expr.h
432
+ - vendor/local/include/groonga/groonga/file_reader.h
430
433
  - vendor/local/include/groonga/groonga/geo.h
431
434
  - vendor/local/include/groonga/groonga/groonga.h
432
435
  - vendor/local/include/groonga/groonga/ii.h
@@ -604,6 +607,7 @@ files:
604
607
  - vendor/local/lib/groonga/scripts/ruby/expression_rewriter.rb
605
608
  - vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb
606
609
  - vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb
610
+ - vendor/local/lib/groonga/scripts/ruby/id.rb
607
611
  - vendor/local/lib/groonga/scripts/ruby/index_column.rb
608
612
  - vendor/local/lib/groonga/scripts/ruby/index_cursor.rb
609
613
  - vendor/local/lib/groonga/scripts/ruby/index_info.rb
@@ -741,6 +745,7 @@ files:
741
745
  - vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt
742
746
  - vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
743
747
  - vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
748
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt
744
749
  - vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
745
750
  - vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
746
751
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
@@ -776,6 +781,7 @@ files:
776
781
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
777
782
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt
778
783
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
784
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt
779
785
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt
780
786
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt
781
787
  - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt
@@ -813,6 +819,7 @@ files:
813
819
  - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt
814
820
  - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt
815
821
  - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
822
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt
816
823
  - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
817
824
  - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
818
825
  - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
@@ -826,6 +833,7 @@ files:
826
833
  - vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
827
834
  - vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt
828
835
  - vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt
836
+ - vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt
829
837
  - vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
830
838
  - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
831
839
  - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
@@ -976,6 +984,7 @@ files:
976
984
  - vendor/local/share/doc/groonga/en/html/reference/command.html
977
985
  - vendor/local/share/doc/groonga/en/html/reference/command/command_version.html
978
986
  - vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
987
+ - vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html
979
988
  - vendor/local/share/doc/groonga/en/html/reference/command/request_id.html
980
989
  - vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
981
990
  - vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html
@@ -1011,6 +1020,7 @@ files:
1011
1020
  - vendor/local/share/doc/groonga/en/html/reference/commands/quit.html
1012
1021
  - vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html
1013
1022
  - vendor/local/share/doc/groonga/en/html/reference/commands/register.html
1023
+ - vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html
1014
1024
  - vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html
1015
1025
  - vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html
1016
1026
  - vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html
@@ -1048,6 +1058,7 @@ files:
1048
1058
  - vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html
1049
1059
  - vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html
1050
1060
  - vendor/local/share/doc/groonga/en/html/reference/functions/now.html
1061
+ - vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html
1051
1062
  - vendor/local/share/doc/groonga/en/html/reference/functions/query.html
1052
1063
  - vendor/local/share/doc/groonga/en/html/reference/functions/rand.html
1053
1064
  - vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html
@@ -1061,6 +1072,7 @@ files:
1061
1072
  - vendor/local/share/doc/groonga/en/html/reference/normalizers.html
1062
1073
  - vendor/local/share/doc/groonga/en/html/reference/operations.html
1063
1074
  - vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html
1075
+ - vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html
1064
1076
  - vendor/local/share/doc/groonga/en/html/reference/output.html
1065
1077
  - vendor/local/share/doc/groonga/en/html/reference/query_expanders.html
1066
1078
  - vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html
@@ -1190,6 +1202,7 @@ files:
1190
1202
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
1191
1203
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
1192
1204
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
1205
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt
1193
1206
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
1194
1207
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
1195
1208
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
@@ -1225,6 +1238,7 @@ files:
1225
1238
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
1226
1239
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt
1227
1240
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
1241
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt
1228
1242
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt
1229
1243
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt
1230
1244
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt
@@ -1262,6 +1276,7 @@ files:
1262
1276
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt
1263
1277
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt
1264
1278
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
1279
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt
1265
1280
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
1266
1281
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
1267
1282
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
@@ -1275,6 +1290,7 @@ files:
1275
1290
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
1276
1291
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt
1277
1292
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt
1293
+ - vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt
1278
1294
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
1279
1295
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
1280
1296
  - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
@@ -1425,6 +1441,7 @@ files:
1425
1441
  - vendor/local/share/doc/groonga/ja/html/reference/command.html
1426
1442
  - vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
1427
1443
  - vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
1444
+ - vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html
1428
1445
  - vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html
1429
1446
  - vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
1430
1447
  - vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html
@@ -1460,6 +1477,7 @@ files:
1460
1477
  - vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html
1461
1478
  - vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html
1462
1479
  - vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
1480
+ - vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html
1463
1481
  - vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html
1464
1482
  - vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html
1465
1483
  - vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html
@@ -1497,6 +1515,7 @@ files:
1497
1515
  - vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html
1498
1516
  - vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html
1499
1517
  - vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
1518
+ - vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html
1500
1519
  - vendor/local/share/doc/groonga/ja/html/reference/functions/query.html
1501
1520
  - vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html
1502
1521
  - vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
@@ -1510,6 +1529,7 @@ files:
1510
1529
  - vendor/local/share/doc/groonga/ja/html/reference/normalizers.html
1511
1530
  - vendor/local/share/doc/groonga/ja/html/reference/operations.html
1512
1531
  - vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html
1532
+ - vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html
1513
1533
  - vendor/local/share/doc/groonga/ja/html/reference/output.html
1514
1534
  - vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
1515
1535
  - vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
@@ -1621,16 +1641,16 @@ files:
1621
1641
  - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
1622
1642
  - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
1623
1643
  - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
1644
+ - vendor/local/share/groonga/html/admin/bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2
1624
1645
  - vendor/local/share/groonga/html/admin/favicon.ico
1625
1646
  - vendor/local/share/groonga/html/admin/favicon.png
1626
- - vendor/local/share/groonga/html/admin/images/yeoman.d2754b85.png
1627
1647
  - vendor/local/share/groonga/html/admin/index.html
1628
1648
  - vendor/local/share/groonga/html/admin/robots.txt
1629
- - vendor/local/share/groonga/html/admin/scripts/oldieshim.a466b7b1.js
1630
- - vendor/local/share/groonga/html/admin/scripts/scripts.87083bfd.js
1631
- - vendor/local/share/groonga/html/admin/scripts/vendor.fa48c0ac.js
1632
- - vendor/local/share/groonga/html/admin/styles/main.0390285b.css
1633
- - vendor/local/share/groonga/html/admin/styles/vendor.f4ae649a.css
1649
+ - vendor/local/share/groonga/html/admin/scripts/oldieshim.572be7b4.js
1650
+ - vendor/local/share/groonga/html/admin/scripts/scripts.a1c295fa.js
1651
+ - vendor/local/share/groonga/html/admin/scripts/vendor.2c228d46.js
1652
+ - vendor/local/share/groonga/html/admin/styles/main.d9de008c.css
1653
+ - vendor/local/share/groonga/html/admin/styles/vendor.7f75f6e0.css
1634
1654
  - vendor/local/share/groonga/html/admin/views/columns/new.html
1635
1655
  - vendor/local/share/groonga/html/admin/views/columns/show.html
1636
1656
  - vendor/local/share/groonga/html/admin/views/tables/index.html
@@ -1753,70 +1773,71 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1753
1773
  version: '0'
1754
1774
  requirements: []
1755
1775
  rubyforge_project:
1756
- rubygems_version: 2.4.8
1776
+ rubygems_version: 2.5.1
1757
1777
  signing_key:
1758
1778
  specification_version: 4
1759
1779
  summary: Ruby bindings for Groonga that provide full text search and column store
1760
1780
  features.
1761
1781
  test_files:
1762
- - test/test-schema-create-table.rb
1763
- - test/test-type.rb
1764
- - test/test-table-select.rb
1765
- - test/test-variable-size-column.rb
1782
+ - test/test-context.rb
1783
+ - test/test-normalizer.rb
1784
+ - test/test-double-array-trie.rb
1766
1785
  - test/test-token-regexp.rb
1786
+ - test/test-remote.rb
1787
+ - test/test-expression.rb
1788
+ - test/test-schema-dumper.rb
1789
+ - test/test-patricia-trie.rb
1790
+ - test/test-table-group.rb
1791
+ - test/test-table-select.rb
1792
+ - test/test-encoding.rb
1767
1793
  - test/test-windows-event-logger.rb
1768
- - test/test-table-select-normalize.rb
1769
- - test/test-lock-timeout.rb
1770
- - test/test-conf.rb
1771
- - test/test-record.rb
1772
1794
  - test/test-plugin.rb
1795
+ - test/test-table-select-normalize.rb
1796
+ - test/test-hash.rb
1797
+ - test/test-gqtp.rb
1798
+ - test/test-table-dumper.rb
1799
+ - test/test-pagination.rb
1800
+ - test/test-column.rb
1801
+ - test/test-table-traverse.rb
1802
+ - test/test-type.rb
1803
+ - test/test-package-label.rb
1773
1804
  - test/groonga-test-utils.rb
1774
- - test/test-logger.rb
1805
+ - test/test-thread.rb
1806
+ - test/test-procedure.rb
1807
+ - test/test-query-logger.rb
1808
+ - test/test-index-column.rb
1809
+ - test/test-vector-column.rb
1810
+ - test/test-fix-size-column.rb
1775
1811
  - test/test-operator.rb
1776
- - test/test-snippet.rb
1777
- - test/test-memory-pool.rb
1778
- - test/test-command-select.rb
1779
- - test/test-expression-builder.rb
1780
1812
  - test/test-database-dumper.rb
1781
- - test/test-encoding.rb
1782
- - test/test-variable.rb
1783
- - test/test-context.rb
1784
1813
  - test/run-test.rb
1785
- - test/test-thread.rb
1786
1814
  - test/test-index-cursor.rb
1815
+ - test/test-schema-type.rb
1816
+ - test/test-database.rb
1817
+ - test/test-logger.rb
1818
+ - test/test-table.rb
1819
+ - test/test-record.rb
1820
+ - test/test-version.rb
1787
1821
  - test/test-table-select-mecab.rb
1788
- - test/test-double-array-trie.rb
1789
- - test/test-sub-records.rb
1790
- - test/test-table-offset-and-limit.rb
1822
+ - test/test-lock-timeout.rb
1791
1823
  - test/test-table-select-weight.rb
1824
+ - test/test-geo-point.rb
1825
+ - test/test-array.rb
1826
+ - test/test-sub-records.rb
1827
+ - test/test-schema-create-table.rb
1828
+ - test/test-schema.rb
1829
+ - test/test-command-select.rb
1830
+ - test/test-expression-builder.rb
1792
1831
  - test/test-convert.rb
1832
+ - test/test-memory-pool.rb
1793
1833
  - test/test-flushable.rb
1794
- - test/test-column.rb
1795
- - test/test-table.rb
1796
- - test/test-gqtp.rb
1797
- - test/test-query-logger.rb
1798
- - test/test-table-traverse.rb
1799
- - test/test-schema.rb
1800
- - test/test-version.rb
1834
+ - test/test-table-offset-and-limit.rb
1801
1835
  - test/test-exception.rb
1802
- - test/test-array.rb
1803
- - test/test-patricia-trie.rb
1804
- - test/test-schema-type.rb
1805
- - test/test-database.rb
1806
- - test/test-index-column.rb
1807
- - test/test-normalizer.rb
1808
- - test/test-vector-column.rb
1809
- - test/test-database-inspector.rb
1810
- - test/test-pagination.rb
1811
- - test/test-procedure.rb
1812
- - test/test-geo-point.rb
1813
- - test/test-table-group.rb
1836
+ - test/test-variable-size-column.rb
1837
+ - test/test-config.rb
1814
1838
  - test/test-table-key-support.rb
1839
+ - test/test-database-inspector.rb
1840
+ - test/test-variable.rb
1815
1841
  - test/test-statistic-measurer.rb
1816
- - test/test-fix-size-column.rb
1842
+ - test/test-snippet.rb
1817
1843
  - test/test-accessor.rb
1818
- - test/test-hash.rb
1819
- - test/test-expression.rb
1820
- - test/test-remote.rb
1821
- - test/test-schema-dumper.rb
1822
- - test/test-table-dumper.rb
@@ -1 +0,0 @@
1
- !function(a,b){"function"==typeof define&&define.amd?define(b):"object"==typeof exports?module.exports=b():a.returnExports=b()}(this,function(){function a(){}function b(a){return a=+a,a!==a?a=0:0!==a&&a!==1/0&&a!==-(1/0)&&(a=(a>0||-1)*Math.floor(Math.abs(a))),a}function c(a){var b=typeof a;return null===a||"undefined"===b||"boolean"===b||"number"===b||"string"===b}function d(a){var b,d,e;if(c(a))return a;if(d=a.valueOf,l(d)&&(b=d.call(a),c(b)))return b;if(e=a.toString,l(e)&&(b=e.call(a),c(b)))return b;throw new TypeError}var e=Function.prototype.call,f=Array.prototype,g=Object.prototype,h=f.slice,i=Array.prototype.splice,j=Array.prototype.push,k=Array.prototype.unshift,l=function(a){return"[object Function]"===g.toString.call(a)},m=function(a){return"[object RegExp]"===g.toString.call(a)};Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(!l(c))throw new TypeError("Function.prototype.bind called on incompatible "+c);for(var d=h.call(arguments,1),e=function(){if(this instanceof j){var a=c.apply(this,d.concat(h.call(arguments)));return Object(a)===a?a:this}return c.apply(b,d.concat(h.call(arguments)))},f=Math.max(0,c.length-d.length),g=[],i=0;f>i;i++)g.push("$"+i);var j=Function("binder","return function("+g.join(",")+"){return binder.apply(this,arguments)}")(e);return c.prototype&&(a.prototype=c.prototype,j.prototype=new a,a.prototype=null),j});var n,o,p,q,r,s=e.bind(g.hasOwnProperty),t=e.bind(g.toString);(r=s(g,"__defineGetter__"))&&(n=e.bind(g.__defineGetter__),o=e.bind(g.__defineSetter__),p=e.bind(g.__lookupGetter__),q=e.bind(g.__lookupSetter__)),2!==[1,2].splice(0).length&&(Array.prototype.splice=function(){function a(a){for(var b=[];a--;)b.unshift(a);return b}var b,c=[];return c.splice.bind(c,0,0).apply(null,a(20)),c.splice.bind(c,0,0).apply(null,a(26)),b=c.length,c.splice(5,0,"XXX"),b+1===c.length?!0:void 0}()?function(a,b){return arguments.length?i.apply(this,[void 0===a?0:a,void 0===b?this.length-a:b].concat(h.call(arguments,2))):[]}:function(a,b){var c,d=h.call(arguments,2),e=d.length;if(!arguments.length)return[];if(void 0===a&&(a=0),void 0===b&&(b=this.length-a),e>0){if(0>=b){if(a===this.length)return j.apply(this,d),[];if(0===a)return k.apply(this,d),[]}return c=h.call(this,a,a+b),d.push.apply(d,h.call(this,a+b,this.length)),d.unshift.apply(d,h.call(this,0,a)),d.unshift(0,this.length),i.apply(this,d),c}return i.call(this,a,b)}),1!==[].unshift(0)&&(Array.prototype.unshift=function(){return k.apply(this,arguments),this.length}),Array.isArray||(Array.isArray=function(a){return"[object Array]"===t(a)});var u=Object("a"),v="a"!==u[0]||!(0 in u),w=function(a){var b=!0;return a&&a.call("foo",function(a,c,d){"object"!=typeof d&&(b=!1)}),!!a&&b};Array.prototype.forEach&&w(Array.prototype.forEach)||(Array.prototype.forEach=function(a){var b=S(this),c=v&&"[object String]"===t(this)?this.split(""):b,d=arguments[1],e=-1,f=c.length>>>0;if(!l(a))throw new TypeError;for(;++e<f;)e in c&&a.call(d,c[e],e,b)}),Array.prototype.map&&w(Array.prototype.map)||(Array.prototype.map=function(a){var b=S(this),c=v&&"[object String]"===t(this)?this.split(""):b,d=c.length>>>0,e=Array(d),f=arguments[1];if(!l(a))throw new TypeError(a+" is not a function");for(var g=0;d>g;g++)g in c&&(e[g]=a.call(f,c[g],g,b));return e}),Array.prototype.filter&&w(Array.prototype.filter)||(Array.prototype.filter=function(a){var b,c=S(this),d=v&&"[object String]"===t(this)?this.split(""):c,e=d.length>>>0,f=[],g=arguments[1];if(!l(a))throw new TypeError(a+" is not a function");for(var h=0;e>h;h++)h in d&&(b=d[h],a.call(g,b,h,c)&&f.push(b));return f}),Array.prototype.every&&w(Array.prototype.every)||(Array.prototype.every=function(a){var b=S(this),c=v&&"[object String]"===t(this)?this.split(""):b,d=c.length>>>0,e=arguments[1];if(!l(a))throw new TypeError(a+" is not a function");for(var f=0;d>f;f++)if(f in c&&!a.call(e,c[f],f,b))return!1;return!0}),Array.prototype.some&&w(Array.prototype.some)||(Array.prototype.some=function(a){var b=S(this),c=v&&"[object String]"===t(this)?this.split(""):b,d=c.length>>>0,e=arguments[1];if(!l(a))throw new TypeError(a+" is not a function");for(var f=0;d>f;f++)if(f in c&&a.call(e,c[f],f,b))return!0;return!1});var x=!1;if(Array.prototype.reduce&&(x="object"==typeof Array.prototype.reduce.call("a",function(a,b,c,d){return d})),Array.prototype.reduce&&x||(Array.prototype.reduce=function(a){var b=S(this),c=v&&"[object String]"===t(this)?this.split(""):b,d=c.length>>>0;if(!l(a))throw new TypeError(a+" is not a function");if(!d&&1===arguments.length)throw new TypeError("reduce of empty array with no initial value");var e,f=0;if(arguments.length>=2)e=arguments[1];else for(;;){if(f in c){e=c[f++];break}if(++f>=d)throw new TypeError("reduce of empty array with no initial value")}for(;d>f;f++)f in c&&(e=a.call(void 0,e,c[f],f,b));return e}),Array.prototype.reduceRight||(Array.prototype.reduceRight=function(a){var b=S(this),c=v&&"[object String]"===t(this)?this.split(""):b,d=c.length>>>0;if(!l(a))throw new TypeError(a+" is not a function");if(!d&&1===arguments.length)throw new TypeError("reduceRight of empty array with no initial value");var e,f=d-1;if(arguments.length>=2)e=arguments[1];else for(;;){if(f in c){e=c[f--];break}if(--f<0)throw new TypeError("reduceRight of empty array with no initial value")}if(0>f)return e;do f in this&&(e=a.call(void 0,e,c[f],f,b));while(f--);return e}),Array.prototype.indexOf&&-1===[0,1].indexOf(1,2)||(Array.prototype.indexOf=function(a){var c=v&&"[object String]"===t(this)?this.split(""):S(this),d=c.length>>>0;if(!d)return-1;var e=0;for(arguments.length>1&&(e=b(arguments[1])),e=e>=0?e:Math.max(0,d+e);d>e;e++)if(e in c&&c[e]===a)return e;return-1}),Array.prototype.lastIndexOf&&-1===[0,1].lastIndexOf(0,-3)||(Array.prototype.lastIndexOf=function(a){var c=v&&"[object String]"===t(this)?this.split(""):S(this),d=c.length>>>0;if(!d)return-1;var e=d-1;for(arguments.length>1&&(e=Math.min(e,b(arguments[1]))),e=e>=0?e:d-Math.abs(e);e>=0;e--)if(e in c&&a===c[e])return e;return-1}),!Object.keys){var y=!{toString:null}.propertyIsEnumerable("toString"),z=function(){}.propertyIsEnumerable("prototype"),A=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],B=A.length,C=function(a){var b=t(a),c="[object Arguments]"===b;return c||(c=!Array.isArray(b)&&null!==a&&"object"==typeof a&&"number"==typeof a.length&&a.length>=0&&l(a.callee)),c};Object.keys=function(a){var b=l(a),c=C(a),d=null!==a&&"object"==typeof a,e=d&&"[object String]"===t(a);if(!d&&!b&&!c)throw new TypeError("Object.keys called on a non-object");var f=[],g=z&&b;if(e||c)for(var h=0;h<a.length;++h)f.push(String(h));else for(var i in a)g&&"prototype"===i||!s(a,i)||f.push(String(i));if(y)for(var j=a.constructor,k=j&&j.prototype===a,m=0;B>m;m++){var n=A[m];k&&"constructor"===n||!s(a,n)||f.push(n)}return f}}var D=-621987552e5,E="-000001";Date.prototype.toISOString&&-1!==new Date(D).toISOString().indexOf(E)||(Date.prototype.toISOString=function(){var a,b,c,d,e;if(!isFinite(this))throw new RangeError("Date.prototype.toISOString called on non-finite value.");for(d=this.getUTCFullYear(),e=this.getUTCMonth(),d+=Math.floor(e/12),e=(e%12+12)%12,a=[e+1,this.getUTCDate(),this.getUTCHours(),this.getUTCMinutes(),this.getUTCSeconds()],d=(0>d?"-":d>9999?"+":"")+("00000"+Math.abs(d)).slice(d>=0&&9999>=d?-4:-6),b=a.length;b--;)c=a[b],10>c&&(a[b]="0"+c);return d+"-"+a.slice(0,2).join("-")+"T"+a.slice(2).join(":")+"."+("000"+this.getUTCMilliseconds()).slice(-3)+"Z"});var F=!1;try{F=Date.prototype.toJSON&&null===new Date(0/0).toJSON()&&-1!==new Date(D).toJSON().indexOf(E)&&Date.prototype.toJSON.call({toISOString:function(){return!0}})}catch(G){}F||(Date.prototype.toJSON=function(){var a,b=Object(this),c=d(b);if("number"==typeof c&&!isFinite(c))return null;if(a=b.toISOString,"function"!=typeof a)throw new TypeError("toISOString property is not callable");return a.call(b)});var H=1e15===Date.parse("+033658-09-27T01:46:40.000Z"),I=!isNaN(Date.parse("2012-04-04T24:00:00.500Z"))||!isNaN(Date.parse("2012-11-31T23:59:59.000Z")),J=isNaN(Date.parse("2000-01-01T00:00:00.000Z"));(!Date.parse||J||I||!H)&&(Date=function(a){function b(c,d,e,f,g,h,i){var j=arguments.length;if(this instanceof a){var k=1===j&&String(c)===c?new a(b.parse(c)):j>=7?new a(c,d,e,f,g,h,i):j>=6?new a(c,d,e,f,g,h):j>=5?new a(c,d,e,f,g):j>=4?new a(c,d,e,f):j>=3?new a(c,d,e):j>=2?new a(c,d):j>=1?new a(c):new a;return k.constructor=b,k}return a.apply(this,arguments)}function c(a,b){var c=b>1?1:0;return f[b]+Math.floor((a-1969+c)/4)-Math.floor((a-1901+c)/100)+Math.floor((a-1601+c)/400)+365*(a-1970)}function d(b){return Number(new a(1970,0,1,0,0,0,b))}var e=new RegExp("^(\\d{4}|[+-]\\d{6})(?:-(\\d{2})(?:-(\\d{2})(?:T(\\d{2}):(\\d{2})(?::(\\d{2})(?:(\\.\\d{1,}))?)?(Z|(?:([-+])(\\d{2}):(\\d{2})))?)?)?)?$"),f=[0,31,59,90,120,151,181,212,243,273,304,334,365];for(var g in a)b[g]=a[g];return b.now=a.now,b.UTC=a.UTC,b.prototype=a.prototype,b.prototype.constructor=b,b.parse=function(b){var f=e.exec(b);if(f){var g,h=Number(f[1]),i=Number(f[2]||1)-1,j=Number(f[3]||1)-1,k=Number(f[4]||0),l=Number(f[5]||0),m=Number(f[6]||0),n=Math.floor(1e3*Number(f[7]||0)),o=Boolean(f[4]&&!f[8]),p="-"===f[9]?1:-1,q=Number(f[10]||0),r=Number(f[11]||0);return(l>0||m>0||n>0?24:25)>k&&60>l&&60>m&&1e3>n&&i>-1&&12>i&&24>q&&60>r&&j>-1&&j<c(h,i+1)-c(h,i)&&(g=60*(24*(c(h,i)+j)+k+q*p),g=1e3*(60*(g+l+r*p)+m)+n,o&&(g=d(g)),g>=-864e13&&864e13>=g)?g:0/0}return a.parse.apply(this,arguments)},b}(Date)),Date.now||(Date.now=function(){return(new Date).getTime()}),Number.prototype.toFixed&&"0.000"===8e-5.toFixed(3)&&"0"!==.9.toFixed(0)&&"1.25"===1.255.toFixed(2)&&"1000000000000000128"===0xde0b6b3a7640080.toFixed(0)||!function(){function a(a,b){for(var c=-1;++c<g;)b+=a*h[c],h[c]=b%f,b=Math.floor(b/f)}function b(a){for(var b=g,c=0;--b>=0;)c+=h[b],h[b]=Math.floor(c/a),c=c%a*f}function c(){for(var a=g,b="";--a>=0;)if(""!==b||0===a||0!==h[a]){var c=String(h[a]);""===b?b=c:b+="0000000".slice(0,7-c.length)+c}return b}function d(a,b,c){return 0===b?c:b%2===1?d(a,b-1,c*a):d(a*a,b/2,c)}function e(a){for(var b=0;a>=4096;)b+=12,a/=4096;for(;a>=2;)b+=1,a/=2;return b}var f,g,h;f=1e7,g=6,h=[0,0,0,0,0,0],Number.prototype.toFixed=function(f){var g,h,i,j,k,l,m,n;if(g=Number(f),g=g!==g?0:Math.floor(g),0>g||g>20)throw new RangeError("Number.toFixed called with invalid number of decimals");if(h=Number(this),h!==h)return"NaN";if(-1e21>=h||h>=1e21)return String(h);if(i="",0>h&&(i="-",h=-h),j="0",h>1e-21)if(k=e(h*d(2,69,1))-69,l=0>k?h*d(2,-k,1):h/d(2,k,1),l*=4503599627370496,k=52-k,k>0){for(a(0,l),m=g;m>=7;)a(1e7,0),m-=7;for(a(d(10,m,1),0),m=k-1;m>=23;)b(1<<23),m-=23;b(1<<m),a(1,1),b(2),j=c()}else a(0,l),a(1<<-k,0),j=c()+"0.00000000000000000000".slice(2,2+g);return g>0?(n=j.length,j=g>=n?i+"0.0000000000000000000".slice(0,g-n+2)+j:i+j.slice(0,n-g)+"."+j.slice(n-g)):j=i+j,j}}();var K=String.prototype.split;2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||"t"==="tesst".split(/(s)*/)[1]||"".split(/.?/).length||".".split(/()()/).length>1?!function(){var a=void 0===/()??/.exec("")[1];String.prototype.split=function(b,c){var d=this;if(void 0===b&&0===c)return[];if("[object RegExp]"!==Object.prototype.toString.call(b))return K.apply(this,arguments);var e,f,g,h,i=[],j=(b.ignoreCase?"i":"")+(b.multiline?"m":"")+(b.extended?"x":"")+(b.sticky?"y":""),k=0;for(b=new RegExp(b.source,j+"g"),d+="",a||(e=new RegExp("^"+b.source+"$(?!\\s)",j)),c=void 0===c?-1>>>0:c>>>0;(f=b.exec(d))&&(g=f.index+f[0].length,!(g>k&&(i.push(d.slice(k,f.index)),!a&&f.length>1&&f[0].replace(e,function(){for(var a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(f[a]=void 0)}),f.length>1&&f.index<d.length&&Array.prototype.push.apply(i,f.slice(1)),h=f[0].length,k=g,i.length>=c)));)b.lastIndex===f.index&&b.lastIndex++;return k===d.length?(h||!b.test(""))&&i.push(""):i.push(d.slice(k)),i.length>c?i.slice(0,c):i}}():"0".split(void 0,0).length&&(String.prototype.split=function(a,b){return void 0===a&&0===b?[]:K.apply(this,arguments)});var L=String.prototype.replace,M=function(){var a=[];return"x".replace(/x(.)?/g,function(b,c){a.push(c)}),1===a.length&&"undefined"==typeof a[0]}();if(M||(String.prototype.replace=function(a,b){var c=l(b),d=m(a)&&/\)[*?]/.test(a.source);if(c&&d){var e=function(c){var d=arguments.length,e=a.lastIndex;a.lastIndex=0;var f=a.exec(c);return a.lastIndex=e,f.push(arguments[d-2],arguments[d-1]),b.apply(this,f)};return L.call(this,a,e)}return L.apply(this,arguments)}),"".substr&&"b"!=="0b".substr(-1)){var N=String.prototype.substr;String.prototype.substr=function(a,b){return N.call(this,0>a&&(a=this.length+a)<0?0:a,b)}}var O=" \n \f\r   ᠎              \u2028\u2029",P="​";if(!String.prototype.trim||O.trim()||!P.trim()){O="["+O+"]";var Q=new RegExp("^"+O+O+"*"),R=new RegExp(O+O+"*$");String.prototype.trim=function(){if(void 0===this||null===this)throw new TypeError("can't convert "+this+" to object");return String(this).replace(Q,"").replace(R,"")}}(8!==parseInt(O+"08")||22!==parseInt(O+"0x16"))&&(parseInt=function(a){var b=/^0[xX]/;return function(c,d){return c=String(c).trim(),Number(d)||(d=b.test(c)?16:10),a(c,d)}}(parseInt));var S=function(a){if(null==a)throw new TypeError("can't convert "+a+" to object");return Object(a)}}),function(){function a(b,d){function f(a){if(f[a]!==q)return f[a];var b;if("bug-string-char-index"==a)b="a"!="a"[0];else if("json"==a)b=f("json-stringify")&&f("json-parse");else{var c,e='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if("json-stringify"==a){var i=d.stringify,k="function"==typeof i&&t;if(k){(c=function(){return 1}).toJSON=c;try{k="0"===i(0)&&"0"===i(new g)&&'""'==i(new h)&&i(s)===q&&i(q)===q&&i()===q&&"1"===i(c)&&"[1]"==i([c])&&"[null]"==i([q])&&"null"==i(null)&&"[null,null,null]"==i([q,s,null])&&i({a:[c,!0,!1,null,"\x00\b\n\f\r "]})==e&&"1"===i(null,c)&&"[\n 1,\n 2\n]"==i([1,2],null,1)&&'"-271821-04-20T00:00:00.000Z"'==i(new j(-864e13))&&'"+275760-09-13T00:00:00.000Z"'==i(new j(864e13))&&'"-000001-01-01T00:00:00.000Z"'==i(new j(-621987552e5))&&'"1969-12-31T23:59:59.999Z"'==i(new j(-1))}catch(l){k=!1}}b=k}if("json-parse"==a){var m=d.parse;if("function"==typeof m)try{if(0===m("0")&&!m(!1)){c=m(e);var n=5==c.a.length&&1===c.a[0];if(n){try{n=!m('" "')}catch(l){}if(n)try{n=1!==m("01")}catch(l){}if(n)try{n=1!==m("1.")}catch(l){}}}}catch(l){n=!1}b=n}}return f[a]=!!b}b||(b=e.Object()),d||(d=e.Object());var g=b.Number||e.Number,h=b.String||e.String,i=b.Object||e.Object,j=b.Date||e.Date,k=b.SyntaxError||e.SyntaxError,l=b.TypeError||e.TypeError,m=b.Math||e.Math,n=b.JSON||e.JSON;"object"==typeof n&&n&&(d.stringify=n.stringify,d.parse=n.parse);var o,p,q,r=i.prototype,s=r.toString,t=new j(-0xc782b5b800cec);try{t=-109252==t.getUTCFullYear()&&0===t.getUTCMonth()&&1===t.getUTCDate()&&10==t.getUTCHours()&&37==t.getUTCMinutes()&&6==t.getUTCSeconds()&&708==t.getUTCMilliseconds()}catch(u){}if(!f("json")){var v="[object Function]",w="[object Date]",x="[object Number]",y="[object String]",z="[object Array]",A="[object Boolean]",B=f("bug-string-char-index");if(!t)var C=m.floor,D=[0,31,59,90,120,151,181,212,243,273,304,334],E=function(a,b){return D[b]+365*(a-1970)+C((a-1969+(b=+(b>1)))/4)-C((a-1901+b)/100)+C((a-1601+b)/400)};if((o=r.hasOwnProperty)||(o=function(a){var b,c={};return(c.__proto__=null,c.__proto__={toString:1},c).toString!=s?o=function(a){var b=this.__proto__,c=a in(this.__proto__=null,this);return this.__proto__=b,c}:(b=c.constructor,o=function(a){var c=(this.constructor||b).prototype;return a in this&&!(a in c&&this[a]===c[a])}),c=null,o.call(this,a)}),p=function(a,b){var d,e,f,g=0;(d=function(){this.valueOf=0}).prototype.valueOf=0,e=new d;for(f in e)o.call(e,f)&&g++;return d=e=null,g?p=2==g?function(a,b){var c,d={},e=s.call(a)==v;for(c in a)e&&"prototype"==c||o.call(d,c)||!(d[c]=1)||!o.call(a,c)||b(c)}:function(a,b){var c,d,e=s.call(a)==v;for(c in a)e&&"prototype"==c||!o.call(a,c)||(d="constructor"===c)||b(c);(d||o.call(a,c="constructor"))&&b(c)}:(e=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"],p=function(a,b){var d,f,g=s.call(a)==v,h=!g&&"function"!=typeof a.constructor&&c[typeof a.hasOwnProperty]&&a.hasOwnProperty||o;for(d in a)g&&"prototype"==d||!h.call(a,d)||b(d);for(f=e.length;d=e[--f];h.call(a,d)&&b(d));}),p(a,b)},!f("json-stringify")){var F={92:"\\\\",34:'\\"',8:"\\b",12:"\\f",10:"\\n",13:"\\r",9:"\\t"},G="000000",H=function(a,b){return(G+(b||0)).slice(-a)},I="\\u00",J=function(a){for(var b='"',c=0,d=a.length,e=!B||d>10,f=e&&(B?a.split(""):a);d>c;c++){var g=a.charCodeAt(c);switch(g){case 8:case 9:case 10:case 12:case 13:case 34:case 92:b+=F[g];break;default:if(32>g){b+=I+H(2,g.toString(16));break}b+=e?f[c]:a.charAt(c)}}return b+'"'},K=function(a,b,c,d,e,f,g){var h,i,j,k,m,n,r,t,u,v,B,D,F,G,I,L;try{h=b[a]}catch(M){}if("object"==typeof h&&h)if(i=s.call(h),i!=w||o.call(h,"toJSON"))"function"==typeof h.toJSON&&(i!=x&&i!=y&&i!=z||o.call(h,"toJSON"))&&(h=h.toJSON(a));else if(h>-1/0&&1/0>h){if(E){for(m=C(h/864e5),j=C(m/365.2425)+1970-1;E(j+1,0)<=m;j++);for(k=C((m-E(j,0))/30.42);E(j,k+1)<=m;k++);m=1+m-E(j,k),n=(h%864e5+864e5)%864e5,r=C(n/36e5)%24,t=C(n/6e4)%60,u=C(n/1e3)%60,v=n%1e3}else j=h.getUTCFullYear(),k=h.getUTCMonth(),m=h.getUTCDate(),r=h.getUTCHours(),t=h.getUTCMinutes(),u=h.getUTCSeconds(),v=h.getUTCMilliseconds();h=(0>=j||j>=1e4?(0>j?"-":"+")+H(6,0>j?-j:j):H(4,j))+"-"+H(2,k+1)+"-"+H(2,m)+"T"+H(2,r)+":"+H(2,t)+":"+H(2,u)+"."+H(3,v)+"Z"}else h=null;if(c&&(h=c.call(b,a,h)),null===h)return"null";if(i=s.call(h),i==A)return""+h;if(i==x)return h>-1/0&&1/0>h?""+h:"null";if(i==y)return J(""+h);if("object"==typeof h){for(G=g.length;G--;)if(g[G]===h)throw l();if(g.push(h),B=[],I=f,f+=e,i==z){for(F=0,G=h.length;G>F;F++)D=K(F,h,c,d,e,f,g),B.push(D===q?"null":D);L=B.length?e?"[\n"+f+B.join(",\n"+f)+"\n"+I+"]":"["+B.join(",")+"]":"[]"}else p(d||h,function(a){var b=K(a,h,c,d,e,f,g);b!==q&&B.push(J(a)+":"+(e?" ":"")+b)}),L=B.length?e?"{\n"+f+B.join(",\n"+f)+"\n"+I+"}":"{"+B.join(",")+"}":"{}";return g.pop(),L}};d.stringify=function(a,b,d){var e,f,g,h;if(c[typeof b]&&b)if((h=s.call(b))==v)f=b;else if(h==z){g={};for(var i,j=0,k=b.length;k>j;i=b[j++],h=s.call(i),(h==y||h==x)&&(g[i]=1));}if(d)if((h=s.call(d))==x){if((d-=d%1)>0)for(e="",d>10&&(d=10);e.length<d;e+=" ");}else h==y&&(e=d.length<=10?d:d.slice(0,10));return K("",(i={},i[""]=a,i),f,g,e,"",[])}}if(!f("json-parse")){var L,M,N=h.fromCharCode,O={92:"\\",34:'"',47:"/",98:"\b",116:" ",110:"\n",102:"\f",114:"\r"},P=function(){throw L=M=null,k()},Q=function(){for(var a,b,c,d,e,f=M,g=f.length;g>L;)switch(e=f.charCodeAt(L)){case 9:case 10:case 13:case 32:L++;break;case 123:case 125:case 91:case 93:case 58:case 44:return a=B?f.charAt(L):f[L],L++,a;case 34:for(a="@",L++;g>L;)if(e=f.charCodeAt(L),32>e)P();else if(92==e)switch(e=f.charCodeAt(++L)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:a+=O[e],L++;break;case 117:for(b=++L,c=L+4;c>L;L++)e=f.charCodeAt(L),e>=48&&57>=e||e>=97&&102>=e||e>=65&&70>=e||P();a+=N("0x"+f.slice(b,L));break;default:P()}else{if(34==e)break;for(e=f.charCodeAt(L),b=L;e>=32&&92!=e&&34!=e;)e=f.charCodeAt(++L);a+=f.slice(b,L)}if(34==f.charCodeAt(L))return L++,a;P();default:if(b=L,45==e&&(d=!0,e=f.charCodeAt(++L)),e>=48&&57>=e){for(48==e&&(e=f.charCodeAt(L+1),e>=48&&57>=e)&&P(),d=!1;g>L&&(e=f.charCodeAt(L),e>=48&&57>=e);L++);if(46==f.charCodeAt(L)){for(c=++L;g>c&&(e=f.charCodeAt(c),e>=48&&57>=e);c++);c==L&&P(),L=c}if(e=f.charCodeAt(L),101==e||69==e){for(e=f.charCodeAt(++L),(43==e||45==e)&&L++,c=L;g>c&&(e=f.charCodeAt(c),e>=48&&57>=e);c++);c==L&&P(),L=c}return+f.slice(b,L)}if(d&&P(),"true"==f.slice(L,L+4))return L+=4,!0;if("false"==f.slice(L,L+5))return L+=5,!1;if("null"==f.slice(L,L+4))return L+=4,null;P()}return"$"},R=function(a){var b,c;if("$"==a&&P(),"string"==typeof a){if("@"==(B?a.charAt(0):a[0]))return a.slice(1);if("["==a){for(b=[];a=Q(),"]"!=a;c||(c=!0))c&&(","==a?(a=Q(),"]"==a&&P()):P()),","==a&&P(),b.push(R(a));return b}if("{"==a){for(b={};a=Q(),"}"!=a;c||(c=!0))c&&(","==a?(a=Q(),"}"==a&&P()):P()),(","==a||"string"!=typeof a||"@"!=(B?a.charAt(0):a[0])||":"!=Q())&&P(),b[a.slice(1)]=R(Q());return b}P()}return a},S=function(a,b,c){var d=T(a,b,c);d===q?delete a[b]:a[b]=d},T=function(a,b,c){var d,e=a[b];if("object"==typeof e&&e)if(s.call(e)==z)for(d=e.length;d--;)S(e,d,c);else p(e,function(a){S(e,a,c)});return c.call(a,b,e)};d.parse=function(a,b){var c,d;return L=0,M=""+a,c=R(Q()),"$"!=Q()&&P(),L=M=null,b&&s.call(b)==v?T((d={},d[""]=c,d),"",b):c}}}return d.runInContext=a,d}var b="function"==typeof define&&define.amd,c={"function":!0,object:!0},d=c[typeof exports]&&exports&&!exports.nodeType&&exports,e=c[typeof window]&&window||this,f=d&&c[typeof module]&&module&&!module.nodeType&&"object"==typeof global&&global;if(!f||f.global!==f&&f.window!==f&&f.self!==f||(e=f),d&&!b)a(e,d);else{var g=e.JSON,h=e.JSON3,i=!1,j=a(e,e.JSON3={noConflict:function(){return i||(i=!0,e.JSON=g,e.JSON3=h,g=h=null),j}});e.JSON={parse:j.parse,stringify:j.stringify}}b&&define(function(){return j})}.call(this);
@@ -1 +0,0 @@
1
- "use strict";!function(){function a(a){this._$http=a,this._pathPrefix="/d/"}window.GroongaClient=a,a.prototype.execute=function(b,c){var d={callback:"JSON_CALLBACK"};for(var e in c){var f=c[e].toString();0!==f.length&&(d[e]=f)}var g=this._$http.jsonp(this._pathPrefix+b+".json",{params:d}),h=new a.Request(g,b,d);return h},a.Request=function(a,b,c){this._rawRequest=a,this._name=b,this._parameters=c},a.Request.prototype.success=function(b){var c=this._name;return this._rawRequest.then(function(d){var e=a.Response.find(c),f=new e(d.data);return b(f,d)})},a.Request.prototype.error=function(b){return this._rawRequest.then(null,function(c){var d=a.Response.find(name),e=new d(c.data);return b(e,c)})},a.Request.prototype.commandLine=function(){function a(a){return a.toString().replace(/(["\\])/g,function(a){return"\\"+a})}var b=[this._name];for(var c in this._parameters)if("callback"!==c){var d=this._parameters[c];b.push("--"+c),b.push('"'+a(d)+'"')}return b.join(" ")}}(),GroongaClient.Response={},GroongaClient.Response.find=function(a){var b=a.replace(/(^.|_.)/g,function(a){return 1===a.length?a.toUpperCase():a[1].toUpperCase()});return this[b]||this.Base},function(){function a(a){this._rawData=a}GroongaClient.Response.Base=a,a.prototype.rawData=function(){return this._rawData},a.prototype.header=function(){return this._rawData[0]},a.prototype.status=function(){return this.header()[0]},a.prototype.isSuccess=function(){return 0===this.status()},a.prototype.startTime=function(){var a=new Date;return a.setTime(this.header()[1]),a},a.prototype.elapsedTime=function(){return this.header()[2]},a.prototype.errorMessage=function(){return this.header()[3]},a.prototype.body=function(){return this._rawData[1]}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.Select=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.nTotalRecords=function(){return this.body()[0][0][0]},a.prototype.columns=function(){return this.body()[0][1].map(function(a){return{name:a[0],type:a[1]}})},a.prototype.records=function(){return this.body()[0].slice(2)},a.prototype.drilldowns=function(){return this.body().slice(1).map(function(a){var b=a[1].map(function(a){return{name:a[0],type:a[1]}});return{nTotalRecords:a[0][0],columns:b,records:a.slice(2).map(function(a){var c={};return b.forEach(function(b,d){c[b.name]=a[d]}),c})}})}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.TableList=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.parameters=function(){return this.body()[0].map(function(a){return{name:a[0],type:a[1]}})},a.prototype.tables=function(){var a=this.parameters();return this.body().slice(1).map(function(b){var c={properties:{},rawProperties:b};return a.forEach(function(a,d){var e=a.name,f=b[d];switch(e){case"flags":f=f.split("|");break;case"default_tokenizer":e="tokenizer";break;case"token_filters":e="tokenFilters"}c[e]=c.properties[e]=f}),c.isArray=-1!=c.flags.indexOf("TABLE_NO_KEY"),c.isHashTable=-1!=c.flags.indexOf("TABLE_HASH_KEY"),c.isPatriciaTrie=-1!=c.flags.indexOf("TABLE_PAT_KEY"),c.isDoubleArrayTrie=-1!=c.flags.indexOf("TABLE_DAT_KEY"),c.hasKey=!c.isArray,c.type=c.isArray?"array":c.isHashTable?"hash table":c.isPatriciaTrie?"patricia trie":c.isDoubleArrayTrie?"double array trie":"unknown",c})}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.TableCreate=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.isCreated=function(){return this.isSuccess()&&this.body()}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.TableRemove=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.isRemoved=function(){return this.isSuccess()&&this.body()}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.ColumnList=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.parameters=function(){return this.body()[0].map(function(a){return{name:a[0],type:a[1]}})},a.prototype.columns=function(){return this.body().slice(1).map(function(a){return this.parseRawColumn(a)},this)},a.prototype.parseRawColumn=function(a){var b=this.parameters(),c={properties:{},rawProperties:a};return b.forEach(function(b,d){var e=b.name,f=a[d];switch(b.name){case"type":e="sizeType";break;case"flags":f=f.split("|");break;case"source":e="sources"}c[e]=c.properties[e]=f}),c.isScalar=-1!=c.flags.indexOf("COLUMN_SCALAR"),c.isVector=-1!=c.flags.indexOf("COLUMN_VECTOR"),c.isIndex=-1!=c.flags.indexOf("COLUMN_INDEX"),c.type=c.isScalar?"scalar":c.isVector?"vector":c.isIndex?"index":"unknown",c}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.ColumnCreate=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.isCreated=function(){return this.isSuccess()&&this.body()}}(),function(){function a(a){GroongaClient.Response.Base.call(this,a)}GroongaClient.Response.ColumnRemove=a,a.prototype=Object.create(GroongaClient.Response.Base.prototype),a.prototype.constructor=a,a.prototype.isRemoved=function(){return this.isSuccess()&&this.body()}}(),function(a){function b(a){this.label=a.label,this.baseTimeInMilliseconds=a.baseTimeInMilliseconds,this.getBaseDate=a.getBaseDate}a.TimeUnit=b,b.units={},b.register=function(a,c){b.units[a]=c},b.getOrderedUnits=function(){var a=[];for(var c in b.units)a.push(b.units[c]);return a.sort(function(a,b){return a.baseTimeInMilliseconds-b.baseTimeInMilliseconds}),a},b.findByDateRange=function(a,c){var d=b.getOrderedUnits();if(!a&&!c)return d[0];for(var e,f=0;f<d.length;f++){var g=d[f];if(!(a&&!g.dateIncluded(a)||c&&!g.dateIncluded(c))){e=g;break}}return e||(e=d[d.length-1]),e},b.prototype.dateIncluded=function(a){var b=this.getBaseDate(),c=b.getTime(),d=a.getTime();return d>=c&&d<=c*this.baseTimeInMilliseconds},b.prototype.percentToDate=function(a){var b,c=this.getBaseDate();return b=new Date,b.setTime(c.getTime()+this.baseTimeInMilliseconds*a),b},b.prototype.dateToPercent=function(a){var b=a.getTime()-this.getBaseDate().getTime();return b/this.baseTimeInMilliseconds},b.register("hour",new b({label:"Hour",baseTimeInMilliseconds:36e5,getBaseDate:function(){var a=new Date;return new Date(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes()-30)}})),b.register("day",new b({label:"Day",baseTimeInMilliseconds:864e5,getBaseDate:function(){var a=new Date;return new Date(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours()-12)}})),b.register("week",new b({label:"Week",baseTimeInMilliseconds:6048e5,getBaseDate:function(){var a=new Date;return new Date(a.getFullYear(),a.getMonth(),a.getDate()-3,a.getHours()-12)}})),b.register("month",new b({label:"Month",baseTimeInMilliseconds:2592e6,getBaseDate:function(){var a=new Date;return new Date(a.getFullYear(),a.getMonth(),a.getDate()-15)}})),b.register("year",new b({label:"Year",baseTimeInMilliseconds:31536e6,getBaseDate:function(){var a=new Date;return new Date(a.getFullYear(),a.getMonth()-6)}})),b.register("decade",new b({label:"Decade",baseTimeInMilliseconds:31536e7,getBaseDate:function(){var a=new Date;return new Date(a.getFullYear()-5)}}))}(window),angular.module("groongaAdminApp",["ngAnimate","ngCookies","ngResource","ngRoute","ngSanitize","ngTouch","ui.bootstrap","ui.bootstrap-slider"]).config(["$routeProvider",function(a){a.when("/",{templateUrl:"views/top.html",controller:"TopController"}).when("/tables/",{templateUrl:"views/tables/index.html",controller:"TableIndexController"}).when("/tables/_new",{templateUrl:"views/tables/new.html",controller:"TableNewController"}).when("/tables/:table/",{templateUrl:"views/tables/show.html",controller:"TableShowController"}).when("/tables/:table/search",{templateUrl:"views/tables/search.html",controller:"TableSearchController"}).when("/tables/:table/columns/_new",{templateUrl:"views/columns/new.html",controller:"ColumnNewController"}).when("/tables/:table/columns/:column",{templateUrl:"views/columns/show.html",controller:"ColumnShowController"}).otherwise({redirectTo:"/"})}]),angular.module("groongaAdminApp").factory("schemaLoader",["$q","$http","$timeout",function(a,b,c){function d(){var a={};return e(a),a}function e(a){var b=[{name:"Bool"},{name:"Int8"},{name:"UInt8"},{name:"Int16"},{name:"UInt16"},{name:"Int32"},{name:"UInt32"},{name:"Int64"},{name:"UInt64"},{name:"Float"},{name:"Time"},{name:"ShortText"},{name:"Text"},{name:"LongText"},{name:"TokyoGeoPoint"},{name:"WGS84GeoPoint"}];a.types={},angular.forEach(b,function(b){a.types[b.name]=b})}function f(a){switch(a){case"ShortText":case"Text":case"LongText":return!0;default:return!1}}function g(a,b){return b in a.tables}function h(a){a.keyType={name:a.domain,isTextType:f(a.domain)}}function i(a){angular.forEach(a.tables,function(a){h(a)})}function j(a,b){b.valueType={name:b.range,isTextType:f(b.range),isReferenceType:g(a,b.range)}}function k(a){angular.forEach(a.tables,function(b){angular.forEach(b.columns,function(b){j(a,b)})})}function l(a,b){var c=a.tables[b.range];b.sources.forEach(function(a){var d;d=-1===a.indexOf(".")?"_key":a.split(".")[1];var e=c.columns[d];e.indexes.push(b)})}function m(a){angular.forEach(a.tables,function(b){angular.forEach(b.columns,function(b){b.isIndex&&l(a,b)})})}function n(a,b){b.table=a,b.indexes=[],a.columns[b.name]=b}function o(a){return a.columns={},u.execute("column_list",{table:a.name}).success(function(b){var c=b.columns(),d=[a.id,"_id",a.path,"fix","COLUMN_SCALAR|PERSISTENT",a.name,"UInt32",[]];c.unshift(b.parseRawColumn(d)),c.forEach(function(b){n(a,b)})})}function p(b){return b.tables={},u.execute("table_list").success(function(c){c.tables().forEach(function(a){b.tables[a.name]=a}),i(b);var d=[];return angular.forEach(b.tables,function(a){d.push(o(a))}),a.all(d).then(function(){return k(b),m(b),t=!0,r=!1,s.forEach(function(a){a.resolve(b)}),s=[],b})})}var q,r=!1,s=[],t=!1,u=new GroongaClient(b);return q=d(),function(){var b,e;return r?(b=a.defer(),s.push(b),e=b.promise):t?(b=a.defer(),c(function(){b.resolve(q)}),e=b.promise):(r=!0,e=p(q)),e.reload=function(){r=!1,t=!1,q=d()},e}}]),angular.module("groongaAdminApp").controller("TopController",["$scope","schemaLoader",function(a,b){a.tables=[],b().then(function(b){angular.forEach(b.tables,function(b){a.tables.push(b)})})}]),angular.module("groongaAdminApp").controller("TableIndexController",["$scope","schemaLoader",function(a,b){function c(){a.tables=[]}var d;c(),b().then(function(b){d=b;var c=[];angular.forEach(d.tables,function(a){c.push(a)}),a.tables=c.sort(function(a,b){return a.name>b.name?1:-1})})}]),angular.module("groongaAdminApp").controller("TableShowController",["$scope","$routeParams","$http","$location","schemaLoader",function(a,b,c,d,e){function f(){a.table={name:b.table,columns:[]},a.remove=g}function g(){if(window.confirm("Really remove the table?")){var b=i.execute("table_remove",{name:a.table.name});b.success(function(b){if(console.log(b),b.isRemoved())e().reload(),d.url("/tables/");else{var c=b.errorMessage();a.message="Failed to remove the table: "+c}})}}var h,i=new GroongaClient(c);f(),e().then(function(b){h=b;var c=h.tables[a.table.name];angular.extend(a.table,c);var d=[];angular.forEach(c.columns,function(a){d.push(a)}),a.table.columns=d.sort(function(a,b){return a.name>b.name?1:-1})})}]),angular.module("groongaAdminApp").controller("TableNewController",["$scope","$http","$location","schemaLoader",function(a,b,c,d){function e(){a.availableTypes={array:{label:"Array",flag:"TABLE_NO_KEY"},hashTable:{label:"Hash table",flag:"TABLE_HASH_KEY"},patriciaTrie:{label:"Patricia trie",flag:"TABLE_PAT_KEY"},doubleArrayTrie:{label:"Double array trie",flag:"TABLE_DAT_KEY"}},a.parameters={type:a.availableTypes.array},a.tables={},a.submit=f}function f(){var b={name:a.parameters.name,flags:[a.parameters.type.flag].join("|")},e=h.execute("table_create",b);e.success(function(e){if(e.isCreated())d().reload(),c.url("/tables/"+b.name);else{var f=e.errorMessage();a.message="Failed to create the table: "+f}})}var g,h=new GroongaClient(b);e(),d().then(function(b){g=b,a.tables=g.tables})}]),angular.module("groongaAdminApp").controller("TableSearchController",["$scope","$routeParams","$location","$http","$filter","schemaLoader",function(a,b,c,d,e,f){function g(a,b){var c,d;for(d=a.length,c=0;d>c;c++){var e=a[c];if(b(e))return e}return void 0}function h(b){return Math.ceil((parseInt(b)+1)/a.nRecordsInPage)}function i(){a.orderedTimeColumnUnits=TimeUnit.getOrderedUnits(),a.table={name:b.table,allColumns:[],timeColumns:[],indexedColumns:[]},a.style="table",a.response={rawData:[],columns:[],records:[],drilldowns:[],elapsedTimeInMilliseconds:0,nTotalRecords:0},a.commandLine="",a.message="",a.parameters=angular.copy(c.search()),a.nRecordsInPage=a.parameters.limit&&a.parameters.limit>0?a.parameters.limit:10,a.currentPage=h(a.parameters.offset||0),a.maxNPages=10,a.search=s,a.incrementalSearch=t,a.clear=u,a.toggleSort=w,a.selectDrilldown=x}function j(a){var b=a.map(function(a){return a.name});return b.join(",")}function k(a){var b=a.map(function(a){return a.indexName});return b.join(",")}function l(a){var b=a.map(function(a){return"ascending"===a.sort?a.name:"-"+a.name});return b.join(",")}function m(a){return'"'+e("date")(a,"yyyy-MM-dd HH:mm:ss.sss")+'"'}function n(a){return new Date("number"==typeof a?1e3*a:a.replace(/ /,"T"))}function o(a){return a?'"include"':'"exclude"'}function p(a){return"include"===a}function q(){a.table.timeColumns.forEach(function(a){a.syncFromRange()});var b=a.table.timeColumns.filter(function(a){return a.start||a.end}).map(function(a){var b,c;return a.start&&a.end?"between("+a.name+", "+m(a.start)+", "+o(a.startIncluded)+", "+m(a.end)+", "+o(a.endIncluded)+")":a.start?(b=a.startIncluded?">=":">",c=m(a.start),a.name+" "+b+" "+c):(b=a.endIncluded?"<=":"<",c=m(a.end),a.name+" "+b+" "+c)});return b.join(" && ")}function r(){var b=angular.copy(a.parameters),c=a.table.indexedColumns.filter(function(a){return a.inUse});b.match_columns=k(c);var d=a.table.allColumns.filter(function(a){return a.output});b.output_columns=j(d),b.offset=(a.currentPage-1)*a.nRecordsInPage,b.limit=a.nRecordsInPage;var e=a.table.allColumns.filter(function(a){return a.sort});b.sortby=l(e);var f=a.table.allColumns.filter(function(a){return a.drilldown});return b.drilldown=j(f),b.drilldown_sortby="-_nsubrecs",b.filter=q(),b}function s(){c.search(r())}function t(){D(r())}function u(){c.search({})}function v(a,b){switch(b){case"ascending":a.iconClass="glyphicon-sort-by-attributes";break;case"descending":a.iconClass="glyphicon-sort-by-attributes-alt";break;default:a.iconClass="glyphicon-sort"}}function w(b){var c=g(a.table.allColumns,function(a){return a.name===b.name});if(c){var d;switch(c.sort){case"ascending":d="descending";break;case"descending":d=null;break;default:d="ascending"}c.sort=d,v(b,c.sort),t()}}function x(b,c){var d=b,e=g(a.table.allColumns,function(a){return a.name===b});e&&e.valueType.isReferenceType&&(d+="._key");var f;f="string"==typeof c?'"'+c.replace('"','\\"')+'"':c.toString();var h=a.parameters.query||"";h.length>0&&(h+=" "),a.parameters.query=h+d+":"+f;var i=(a.parameters.drilldown||"").split(/\s*,\s*/);i=i.filter(function(a){return a!==b}),a.parameters.drilldown=i.join(","),s()}function y(b){var c=b.name,d=!0,e=a.parameters.output_columns;e&&(e=e.split(/\s*,\s*/),d=-1!==e.indexOf(c));var f=!1,g=a.parameters.drilldown;g&&(g=g.split(/\s*,\s*/),f=-1!==g.indexOf(c));var h=null,i=(a.parameters.sortby||"").split(/\s*,\s*/);return-1!==i.indexOf(b.name)?h="ascending":-1!==i.indexOf("-"+b.name)&&(h="descending"),{name:c,type:b.range,output:d,drilldown:f,sort:h,indexes:b.indexes||[],valueType:b.valueType}}function z(b){if("Time"===b.type){var c={name:b.name,start:null,startIncluded:!0,end:null,endIncluded:!0,unit:TimeUnit.units.day,range:[0,0],syncFromRange:function(){(0!==this.range[0]||0!==this.range[1])&&(this.start=this.unit.percentToDate(this.range[0]/100),this.end=this.unit.percentToDate(this.range[1]/100))},syncToRange:function(){this.unit=TimeUnit.findByDateRange(this.start,this.end),this.updateRangeByDateRange(this.start,this.end)},updateRangeByDateRange:function(a,b){this.range=a&&b?[100*this.unit.dateToPercent(a),100*this.unit.dateToPercent(b)]:a?[100*this.unit.dateToPercent(a),100]:b?[0,100*this.unit.dateToPercent(b)]:[0,0]},formater:function(a){var b=c.unit.percentToDate(a/100);return b.toLocaleString()},onRangeChange:function(){c.syncFromRange(),t()},onUnitChange:function(){c.updateRangeByDateRange(c.start,c.end)}};a.table.timeColumns.push(c)}}function A(b){if(0!==b.indexes.length){var c=!1;if(b.valueType.isReferenceType){var d=E.tables[b.valueType.name];c=d.keyType.isTextType}else c=b.valueType.isTextType;if(c){var e=a.parameters.match_columns,f=b.name;b.valueType.isReferenceType&&(f+="._key");var g=!0;e&&(g=-1!==e.indexOf(f));var h={name:b.name,indexName:f,inUse:g};a.table.indexedColumns.push(h)}}}function B(b){a.table.allColumns.push(b),z(b),A(b)}function C(){var b=a.parameters.filter||"",c=b.split(/\s*(\|\||&&)\s*/);c.forEach(function(b){var c,d,e,f,h;if(/^between\(/.test(b)){c=b.split(/\s*[(,)]\s*/).map(function(a){var b=a.match(/^"(.*)"$/);return b?b[1]:(b=a.match(/^\d+$/))?parseInt(a):(b=a.match(/^\d+\.\d+$/),b?parseFloat(a):a)}),d=c[1];var i=c[2],j=c[3],k=c[4],l=c[5];if(h=g(a.table.timeColumns,function(a){return a.name===d}),!h)return;h.start=n(i),h.startBorder=p(j),h.end=n(k),h.endBorder=p(l),h.syncToRange()}else if(/(<=|<|>|=>)/.test(b)){if(c=b.split(/(<=|<|>|=>)/),d=c[0],e=c[1],f=c[2],h=g(a.table.timeColumns,function(a){return a.name===d}),!h)return;switch(e){case"<=":h.end=n(f),h.endBorder="include";break;case"<":h.end=n(f),h.endBorder="exclude";break;case">":h.start=n(f),h.startBorder="exclude";break;case">=":h.start=n(f),h.startBorder="include"}h.syncToRange()}})}function D(b){var c={table:a.table.name};angular.forEach(b,function(a,b){b in c||(c[b]=a)});var d=F.execute("select",c);d.success(function(b){return a.message="",a.response.rawData=b.rawData(),a.commandLine=d.commandLine(),a.response.elapsedTimeInMilliseconds=1e3*b.elapsedTime(),b.isSuccess()?(a.currentPage=h(c.offset||0),a.response.nTotalRecords=b.nTotalRecords(),a.response.columns=b.columns(),a.response.columns.forEach(function(b){var c=g(a.table.allColumns,function(a){return a.name===b.name});c&&v(b,c.sort)}),a.response.records=b.records().map(function(b){return b.map(function(b,c){var d,f=a.response.columns[c];if("Time"===f.type){var g="yyyy-MM-ddTHH:mm:ss.sssZ";d=e("date")(1e3*b,g)}else d=b;return{value:b,formattedValue:d,column:f}})}),a.response.drilldowns=b.drilldowns(),void(c.drilldown||"").split(/\s*,\s*/).filter(function(a){return a.length>0}).forEach(function(b,c){a.response.drilldowns[c].key=b})):(a.message='Failed to call "select" command: '+b.errorMessage(),void(a.response.nTotalRecords=0))})}var E,F=new GroongaClient(d);i(),f().then(function(b){E=b;var c=E.tables[a.table.name];angular.forEach(c.columns,function(a){B(y(a))}),C();var d=r();a.parameters.offset&&(d.offset=a.parameters.offset),D(d)})}]),angular.module("groongaAdminApp").controller("ColumnShowController",["$scope","$routeParams","$location","$http","schemaLoader",function(a,b,c,d,e){function f(){a.column={name:b.column,table:{name:b.table}},a.remove=g}function g(){if(window.confirm("Really remove the column?")){var b={table:a.column.table.name,name:a.column.name},d=i.execute("column_remove",b);d.success(function(b){if(console.log(b),b.isRemoved())e().reload(),c.url("/tables/"+a.column.table.name+"/");else{var d=b.errorMessage();a.message="Failed to remove the column: "+d}})}}var h,i=new GroongaClient(d);f(),e().then(function(b){h=b;var c=h.tables[a.column.table.name],d=c.columns[a.column.name];angular.extend(a.column,d)})}]),angular.module("groongaAdminApp").controller("ColumnNewController",["$scope","$routeParams","$location","$http","schemaLoader",function(a,b,c,d,e){function f(){a.table={name:b.table},a.availableTypes={scalar:{label:"Scalar",flag:"COLUMN_SCALAR"},vector:{label:"Vector",flag:"COLUMN_VECTOR"},index:{label:"Index",flag:"COLUMN_INDEX"}},a.availableValueTypes={},a.column={type:a.availableTypes.scalar,sources:[]},a.submit=g}function g(){var b={table:a.table.name,name:a.column.name,flags:[a.column.type.flag].join("|"),type:a.column.valueType,source:a.column.sources.join(",")},d=j.execute("column_create",b);d.success(function(d){if(d.isCreated())e().reload(),c.url("/tables/"+b.table+"/columns/"+b.name);else{var f=d.errorMessage();a.message="Failed to create the column: "+f}})}function h(){var a=[];return angular.forEach(i.types,function(b){a.push(b.name)}),angular.forEach(i.tables,function(b){a.push(b.name)}),a.sort()}var i,j=new GroongaClient(d);f(),e().then(function(b){i=b,a.availableValueTypes=h()})}]);
@@ -1,13 +0,0 @@
1
- if(window.Modernizr=function(a,b,c){function d(a){t.cssText=a}function e(a,b){return d(x.join(a+";")+(b||""))}function f(a,b){return typeof a===b}function g(a,b){return!!~(""+a).indexOf(b)}function h(a,b){for(var d in a){var e=a[d];if(!g(e,"-")&&t[e]!==c)return"pfx"==b?e:!0}return!1}function i(a,b,d){for(var e in a){var g=b[a[e]];if(g!==c)return d===!1?a[e]:f(g,"function")?g.bind(d||b):g}return!1}function j(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+z.join(d+" ")+d).split(" ");return f(b,"string")||f(b,"undefined")?h(e,b):(e=(a+" "+A.join(d+" ")+d).split(" "),i(e,b,c))}function k(){o.input=function(c){for(var d=0,e=c.length;e>d;d++)E[c[d]]=!!(c[d]in u);return E.list&&(E.list=!(!b.createElement("datalist")||!a.HTMLDataListElement)),E}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),o.inputtypes=function(a){for(var d,e,f,g=0,h=a.length;h>g;g++)u.setAttribute("type",e=a[g]),d="text"!==u.type,d&&(u.value=v,u.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(e)&&u.style.WebkitAppearance!==c?(q.appendChild(u),f=b.defaultView,d=f.getComputedStyle&&"textfield"!==f.getComputedStyle(u,null).WebkitAppearance&&0!==u.offsetHeight,q.removeChild(u)):/^(search|tel)$/.test(e)||(d=/^(url|email)$/.test(e)?u.checkValidity&&u.checkValidity()===!1:u.value!=v)),D[a[g]]=!!d;return D}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var l,m,n="2.8.3",o={},p=!0,q=b.documentElement,r="modernizr",s=b.createElement(r),t=s.style,u=b.createElement("input"),v=":)",w={}.toString,x=" -webkit- -moz- -o- -ms- ".split(" "),y="Webkit Moz O ms",z=y.split(" "),A=y.toLowerCase().split(" "),B={svg:"http://www.w3.org/2000/svg"},C={},D={},E={},F=[],G=F.slice,H=function(a,c,d,e){var f,g,h,i,j=b.createElement("div"),k=b.body,l=k||b.createElement("body");if(parseInt(d,10))for(;d--;)h=b.createElement("div"),h.id=e?e[d]:r+(d+1),j.appendChild(h);return f=["&#173;",'<style id="s',r,'">',a,"</style>"].join(""),j.id=r,(k?j:l).innerHTML+=f,l.appendChild(j),k||(l.style.background="",l.style.overflow="hidden",i=q.style.overflow,q.style.overflow="hidden",q.appendChild(l)),g=c(j,a),k?j.parentNode.removeChild(j):(l.parentNode.removeChild(l),q.style.overflow=i),!!g},I=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b)&&c(b).matches||!1;var d;return H("@media "+b+" { #"+r+" { position: absolute; } }",function(b){d="absolute"==(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle).position}),d},J=function(){function a(a,e){e=e||b.createElement(d[a]||"div"),a="on"+a;var g=a in e;return g||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(a,""),g=f(e[a],"function"),f(e[a],"undefined")||(e[a]=c),e.removeAttribute(a))),e=null,g}var d={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return a}(),K={}.hasOwnProperty;m=f(K,"undefined")||f(K.call,"undefined")?function(a,b){return b in a&&f(a.constructor.prototype[b],"undefined")}:function(a,b){return K.call(a,b)},Function.prototype.bind||(Function.prototype.bind=function(a){var b=this;if("function"!=typeof b)throw new TypeError;var c=G.call(arguments,1),d=function(){if(this instanceof d){var e=function(){};e.prototype=b.prototype;var f=new e,g=b.apply(f,c.concat(G.call(arguments)));return Object(g)===g?g:f}return b.apply(a,c.concat(G.call(arguments)))};return d}),C.flexbox=function(){return j("flexWrap")},C.flexboxlegacy=function(){return j("boxDirection")},C.canvas=function(){var a=b.createElement("canvas");return!(!a.getContext||!a.getContext("2d"))},C.canvastext=function(){return!(!o.canvas||!f(b.createElement("canvas").getContext("2d").fillText,"function"))},C.webgl=function(){return!!a.WebGLRenderingContext},C.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:H(["@media (",x.join("touch-enabled),("),r,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=9===a.offsetTop}),c},C.geolocation=function(){return"geolocation"in navigator},C.postmessage=function(){return!!a.postMessage},C.websqldatabase=function(){return!!a.openDatabase},C.indexedDB=function(){return!!j("indexedDB",a)},C.hashchange=function(){return J("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},C.history=function(){return!(!a.history||!history.pushState)},C.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},C.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},C.rgba=function(){return d("background-color:rgba(150,255,150,.5)"),g(t.backgroundColor,"rgba")},C.hsla=function(){return d("background-color:hsla(120,40%,100%,.5)"),g(t.backgroundColor,"rgba")||g(t.backgroundColor,"hsla")},C.multiplebgs=function(){return d("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(t.background)},C.backgroundsize=function(){return j("backgroundSize")},C.borderimage=function(){return j("borderImage")},C.borderradius=function(){return j("borderRadius")},C.boxshadow=function(){return j("boxShadow")},C.textshadow=function(){return""===b.createElement("div").style.textShadow},C.opacity=function(){return e("opacity:.55"),/^0.55$/.test(t.opacity)},C.cssanimations=function(){return j("animationName")},C.csscolumns=function(){return j("columnCount")},C.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return d((a+"-webkit- ".split(" ").join(b+a)+x.join(c+a)).slice(0,-a.length)),g(t.backgroundImage,"gradient")},C.cssreflections=function(){return j("boxReflect")},C.csstransforms=function(){return!!j("transform")},C.csstransforms3d=function(){var a=!!j("perspective");return a&&"webkitPerspective"in q.style&&H("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b){a=9===b.offsetLeft&&3===b.offsetHeight}),a},C.csstransitions=function(){return j("transition")},C.fontface=function(){var a;return H('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&0===g.indexOf(d.split(" ")[0])}),a},C.generatedcontent=function(){var a;return H(["#",r,"{font:0/0 a}#",r,':after{content:"',v,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},C.video=function(){var a=b.createElement("video"),c=!1;try{(c=!!a.canPlayType)&&(c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,""))}catch(d){}return c},C.audio=function(){var a=b.createElement("audio"),c=!1;try{(c=!!a.canPlayType)&&(c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,""))}catch(d){}return c},C.localstorage=function(){try{return localStorage.setItem(r,r),localStorage.removeItem(r),!0}catch(a){return!1}},C.sessionstorage=function(){try{return sessionStorage.setItem(r,r),sessionStorage.removeItem(r),!0}catch(a){return!1}},C.webworkers=function(){return!!a.Worker},C.applicationcache=function(){return!!a.applicationCache},C.svg=function(){return!!b.createElementNS&&!!b.createElementNS(B.svg,"svg").createSVGRect},C.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="<svg/>",(a.firstChild&&a.firstChild.namespaceURI)==B.svg},C.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(w.call(b.createElementNS(B.svg,"animate")))},C.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(w.call(b.createElementNS(B.svg,"clipPath")))};for(var L in C)m(C,L)&&(l=L.toLowerCase(),o[l]=C[L](),F.push((o[l]?"":"no-")+l));return o.input||k(),o.addTest=function(a,b){if("object"==typeof a)for(var d in a)m(a,d)&&o.addTest(d,a[d]);else{if(a=a.toLowerCase(),o[a]!==c)return o;b="function"==typeof b?b():b,"undefined"!=typeof p&&p&&(q.className+=" "+(b?"":"no-")+a),o[a]=b}return o},d(""),s=u=null,function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=s.elements;return"string"==typeof a?a.split(" "):a}function e(a){var b=r[a[p]];return b||(b={},q++,a[p]=q,r[q]=b),b}function f(a,c,d){if(c||(c=b),k)return c.createElement(a);d||(d=e(c));var f;return f=d.cache[a]?d.cache[a].cloneNode():o.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!f.canHaveChildren||n.test(a)||f.tagUrn?f:d.frag.appendChild(f)}function g(a,c){if(a||(a=b),k)return a.createDocumentFragment();c=c||e(a);for(var f=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)f.createElement(h[g]);return f}function h(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return s.shivMethods?f(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(s,b.frag)}function i(a){a||(a=b);var d=e(a);return!s.shivCSS||j||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),k||h(a,d),a}var j,k,l="3.7.0",m=a.html5||{},n=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,o=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,p="_html5shiv",q=0,r={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",j="hidden"in a,k=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){j=!0,k=!0}}();var s={elements:m.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:l,shivCSS:m.shivCSS!==!1,supportsUnknownElements:k,shivMethods:m.shivMethods!==!1,type:"default",shivDocument:i,createElement:f,createDocumentFragment:g};a.html5=s,i(b)}(this,b),o._version=n,o._prefixes=x,o._domPrefixes=A,o._cssomPrefixes=z,o.mq=I,o.hasEvent=J,o.testProp=function(a){return h([a])},o.testAllProps=j,o.testStyles=H,o.prefixed=function(a,b,c){return b?j(a,b,c):j(a,"pfx")},q.className=q.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(p?" js "+F.join(" "):""),o}(this,this.document),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){function c(a){var b=a.length,c=_.type(a);return"function"===c||_.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}function d(a,b,c){if(_.isFunction(b))return _.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return _.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(hb.test(b))return _.filter(b,a,c);b=_.filter(b,a)}return _.grep(a,function(a){return U.call(b,a)>=0!==c})}function e(a,b){for(;(a=a[b])&&1!==a.nodeType;);return a}function f(a){var b=ob[a]={};return _.each(a.match(nb)||[],function(a,c){b[c]=!0}),b}function g(){Z.removeEventListener("DOMContentLoaded",g,!1),a.removeEventListener("load",g,!1),_.ready()}function h(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=_.expando+Math.random()}function i(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(ub,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:tb.test(c)?_.parseJSON(c):c}catch(e){}sb.set(a,b,c)}else c=void 0;return c}function j(){return!0}function k(){return!1}function l(){try{return Z.activeElement}catch(a){}}function m(a,b){return _.nodeName(a,"table")&&_.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function n(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function o(a){var b=Kb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function p(a,b){for(var c=0,d=a.length;d>c;c++)rb.set(a[c],"globalEval",!b||rb.get(b[c],"globalEval"))}function q(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(rb.hasData(a)&&(f=rb.access(a),g=rb.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)_.event.add(b,e,j[e][c])}sb.hasData(a)&&(h=sb.access(a),i=_.extend({},h),sb.set(b,i))}}function r(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&_.nodeName(a,b)?_.merge([a],c):c}function s(a,b){var c=b.nodeName.toLowerCase();"input"===c&&yb.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}function t(b,c){var d,e=_(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:_.css(e[0],"display");return e.detach(),f}function u(a){var b=Z,c=Ob[a];return c||(c=t(a,b),"none"!==c&&c||(Nb=(Nb||_("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=Nb[0].contentDocument,b.write(),b.close(),c=t(a,b),Nb.detach()),Ob[a]=c),c}function v(a,b,c){var d,e,f,g,h=a.style;return c=c||Rb(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||_.contains(a.ownerDocument,a)||(g=_.style(a,b)),Qb.test(g)&&Pb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function w(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}function x(a,b){if(b in a)return b;for(var c=b[0].toUpperCase()+b.slice(1),d=b,e=Xb.length;e--;)if(b=Xb[e]+c,b in a)return b;return d}function y(a,b,c){var d=Tb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function z(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=_.css(a,c+wb[f],!0,e)),d?("content"===c&&(g-=_.css(a,"padding"+wb[f],!0,e)),"margin"!==c&&(g-=_.css(a,"border"+wb[f]+"Width",!0,e))):(g+=_.css(a,"padding"+wb[f],!0,e),"padding"!==c&&(g+=_.css(a,"border"+wb[f]+"Width",!0,e)));return g}function A(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Rb(a),g="border-box"===_.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=v(a,b,f),(0>e||null==e)&&(e=a.style[b]),Qb.test(e))return e;d=g&&(Y.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+z(a,b,c||(g?"border":"content"),d,f)+"px"}function B(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=rb.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&xb(d)&&(f[g]=rb.access(d,"olddisplay",u(d.nodeName)))):(e=xb(d),"none"===c&&e||rb.set(d,"olddisplay",e?c:_.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function C(a,b,c,d,e){return new C.prototype.init(a,b,c,d,e)}function D(){return setTimeout(function(){Yb=void 0}),Yb=_.now()}function E(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=wb[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function F(a,b,c){for(var d,e=(cc[b]||[]).concat(cc["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function G(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},n=a.style,o=a.nodeType&&xb(a),p=rb.get(a,"fxshow");c.queue||(h=_._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,_.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[n.overflow,n.overflowX,n.overflowY],j=_.css(a,"display"),k="none"===j?rb.get(a,"olddisplay")||u(a.nodeName):j,"inline"===k&&"none"===_.css(a,"float")&&(n.display="inline-block")),c.overflow&&(n.overflow="hidden",l.always(function(){n.overflow=c.overflow[0],n.overflowX=c.overflow[1],n.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],$b.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(o?"hide":"show")){if("show"!==e||!p||void 0===p[d])continue;o=!0}m[d]=p&&p[d]||_.style(a,d)}else j=void 0;if(_.isEmptyObject(m))"inline"===("none"===j?u(a.nodeName):j)&&(n.display=j);else{p?"hidden"in p&&(o=p.hidden):p=rb.access(a,"fxshow",{}),f&&(p.hidden=!o),o?_(a).show():l.done(function(){_(a).hide()}),l.done(function(){var b;rb.remove(a,"fxshow");for(b in m)_.style(a,b,m[b])});for(d in m)g=F(o?p[d]:0,d,l),d in p||(p[d]=g.start,o&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function H(a,b){var c,d,e,f,g;for(c in a)if(d=_.camelCase(c),e=b[d],f=a[c],_.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=_.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function I(a,b,c){var d,e,f=0,g=bc.length,h=_.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Yb||D(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:_.extend({},b),opts:_.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:Yb||D(),duration:c.duration,tweens:[],createTween:function(b,c){var d=_.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(H(k,j.opts.specialEasing);g>f;f++)if(d=bc[f].call(j,a,k,j.opts))return d;return _.map(k,F,j),_.isFunction(j.opts.start)&&j.opts.start.call(a,j),_.fx.timer(_.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function J(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(nb)||[];if(_.isFunction(c))for(;d=f[e++];)"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function K(a,b,c,d){function e(h){var i;return f[h]=!0,_.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||g||f[j]?g?!(i=j):void 0:(b.dataTypes.unshift(j),e(j),!1)}),i}var f={},g=a===vc;return e(b.dataTypes[0])||!f["*"]&&e("*")}function L(a,b){var c,d,e=_.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&_.extend(!0,a,d),a}function M(a,b,c){for(var d,e,f,g,h=a.contents,i=a.dataTypes;"*"===i[0];)i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function N(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];for(f=k.shift();f;)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}function O(a,b,c,d){var e;if(_.isArray(b))_.each(b,function(b,e){c||zc.test(a)?d(a,e):O(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==_.type(b))d(a,b);else for(e in b)O(a+"["+e+"]",b[e],c,d)}function P(a){return _.isWindow(a)?a:9===a.nodeType&&a.defaultView}var Q=[],R=Q.slice,S=Q.concat,T=Q.push,U=Q.indexOf,V={},W=V.toString,X=V.hasOwnProperty,Y={},Z=a.document,$="2.1.1",_=function(a,b){return new _.fn.init(a,b)},ab=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bb=/^-ms-/,cb=/-([\da-z])/gi,db=function(a,b){return b.toUpperCase()};_.fn=_.prototype={jquery:$,constructor:_,selector:"",length:0,toArray:function(){return R.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:R.call(this)},pushStack:function(a){var b=_.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return _.each(this,a,b)},map:function(a){return this.pushStack(_.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(R.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(null)},push:T,sort:Q.sort,splice:Q.splice},_.extend=_.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||_.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(_.isPlainObject(d)||(e=_.isArray(d)))?(e?(e=!1,f=c&&_.isArray(c)?c:[]):f=c&&_.isPlainObject(c)?c:{},g[b]=_.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},_.extend({expando:"jQuery"+($+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===_.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!_.isArray(a)&&a-parseFloat(a)>=0},isPlainObject:function(a){return"object"!==_.type(a)||a.nodeType||_.isWindow(a)?!1:a.constructor&&!X.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?V[W.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=_.trim(a),a&&(1===a.indexOf("use strict")?(b=Z.createElement("script"),b.text=a,Z.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(bb,"ms-").replace(cb,db)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,d){var e,f=0,g=a.length,h=c(a);if(d){if(h)for(;g>f&&(e=b.apply(a[f],d),e!==!1);f++);else for(f in a)if(e=b.apply(a[f],d),e===!1)break}else if(h)for(;g>f&&(e=b.call(a[f],f,a[f]),e!==!1);f++);else for(f in a)if(e=b.call(a[f],f,a[f]),e===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(ab,"")},makeArray:function(a,b){var d=b||[];return null!=a&&(c(Object(a))?_.merge(d,"string"==typeof a?[a]:a):T.call(d,a)),d},inArray:function(a,b,c){return null==b?-1:U.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;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,d){var e,f=0,g=a.length,h=c(a),i=[];if(h)for(;g>f;f++)e=b(a[f],f,d),null!=e&&i.push(e);else for(f in a)e=b(a[f],f,d),null!=e&&i.push(e);return S.apply([],i)},guid:1,proxy:function(a,b){var c,d,e;return"string"==typeof b&&(c=a[b],b=a,a=c),_.isFunction(a)?(d=R.call(arguments,2),e=function(){return a.apply(b||this,d.concat(R.call(arguments)))},e.guid=a.guid=a.guid||_.guid++,e):void 0},now:Date.now,support:Y}),_.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){V["[object "+b+"]"]=b.toLowerCase()});var eb=function(a){function b(a,b,c,d){var e,f,g,h,i,j,l,n,o,p;if((b?b.ownerDocument||b:O)!==G&&F(b),b=b||G,c=c||[],!a||"string"!=typeof a)return c;if(1!==(h=b.nodeType)&&9!==h)return[];if(I&&!d){if(e=sb.exec(a))if(g=e[1]){if(9===h){if(f=b.getElementById(g),!f||!f.parentNode)return c;if(f.id===g)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(g))&&M(b,f)&&f.id===g)return c.push(f),c}else{if(e[2])return _.apply(c,b.getElementsByTagName(a)),c;if((g=e[3])&&v.getElementsByClassName&&b.getElementsByClassName)return _.apply(c,b.getElementsByClassName(g)),c}if(v.qsa&&(!J||!J.test(a))){if(n=l=N,o=b,p=9===h&&a,1===h&&"object"!==b.nodeName.toLowerCase()){for(j=z(a),(l=b.getAttribute("id"))?n=l.replace(ub,"\\$&"):b.setAttribute("id",n),n="[id='"+n+"'] ",i=j.length;i--;)j[i]=n+m(j[i]);o=tb.test(a)&&k(b.parentNode)||b,p=j.join(",")}if(p)try{return _.apply(c,o.querySelectorAll(p)),c}catch(q){}finally{l||b.removeAttribute("id")}}}return B(a.replace(ib,"$1"),b,c,d)}function c(){function a(c,d){return b.push(c+" ")>w.cacheLength&&delete a[b.shift()],a[c+" "]=d}var b=[];return a}function d(a){return a[N]=!0,a}function e(a){var b=G.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function f(a,b){for(var c=a.split("|"),d=a.length;d--;)w.attrHandle[c[d]]=b}function g(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||W)-(~a.sourceIndex||W);if(d)return d;if(c)for(;c=c.nextSibling;)if(c===b)return-1;return a?1:-1}function h(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function i(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function j(a){return d(function(b){return b=+b,d(function(c,d){for(var e,f=a([],c.length,b),g=f.length;g--;)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function k(a){return a&&typeof a.getElementsByTagName!==V&&a}function l(){}function m(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function n(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=Q++;return b.first?function(b,c,f){for(;b=b[d];)if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[P,f];if(g){for(;b=b[d];)if((1===b.nodeType||e)&&a(b,c,g))return!0}else for(;b=b[d];)if(1===b.nodeType||e){if(i=b[N]||(b[N]={}),(h=i[d])&&h[0]===P&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function o(a){return a.length>1?function(b,c,d){for(var e=a.length;e--;)if(!a[e](b,c,d))return!1;return!0}:a[0]}function p(a,c,d){for(var e=0,f=c.length;f>e;e++)b(a,c[e],d);return d}function q(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 r(a,b,c,e,f,g){return e&&!e[N]&&(e=r(e)),f&&!f[N]&&(f=r(f,g)),d(function(d,g,h,i){var j,k,l,m=[],n=[],o=g.length,r=d||p(b||"*",h.nodeType?[h]:h,[]),s=!a||!d&&b?r:q(r,m,a,h,i),t=c?f||(d?a:o||e)?[]:g:s;if(c&&c(s,t,h,i),e)for(j=q(t,n),e(j,[],h,i),k=j.length;k--;)(l=j[k])&&(t[n[k]]=!(s[n[k]]=l));if(d){if(f||a){if(f){for(j=[],k=t.length;k--;)(l=t[k])&&j.push(s[k]=l);f(null,t=[],j,i)}for(k=t.length;k--;)(l=t[k])&&(j=f?bb.call(d,l):m[k])>-1&&(d[j]=!(g[j]=l))}}else t=q(t===g?t.splice(o,t.length):t),f?f(null,g,t,i):_.apply(g,t)})}function s(a){for(var b,c,d,e=a.length,f=w.relative[a[0].type],g=f||w.relative[" "],h=f?1:0,i=n(function(a){return a===b},g,!0),j=n(function(a){return bb.call(b,a)>-1},g,!0),k=[function(a,c,d){return!f&&(d||c!==C)||((b=c).nodeType?i(a,c,d):j(a,c,d))}];e>h;h++)if(c=w.relative[a[h].type])k=[n(o(k),c)];else{if(c=w.filter[a[h].type].apply(null,a[h].matches),c[N]){for(d=++h;e>d&&!w.relative[a[d].type];d++);return r(h>1&&o(k),h>1&&m(a.slice(0,h-1).concat({value:" "===a[h-2].type?"*":""})).replace(ib,"$1"),c,d>h&&s(a.slice(h,d)),e>d&&s(a=a.slice(d)),e>d&&m(a))}k.push(c)}return o(k)}function t(a,c){var e=c.length>0,f=a.length>0,g=function(d,g,h,i,j){var k,l,m,n=0,o="0",p=d&&[],r=[],s=C,t=d||f&&w.find.TAG("*",j),u=P+=null==s?1:Math.random()||.1,v=t.length;for(j&&(C=g!==G&&g);o!==v&&null!=(k=t[o]);o++){if(f&&k){for(l=0;m=a[l++];)if(m(k,g,h)){i.push(k);break}j&&(P=u)}e&&((k=!m&&k)&&n--,d&&p.push(k))}if(n+=o,e&&o!==n){for(l=0;m=c[l++];)m(p,r,g,h);if(d){if(n>0)for(;o--;)p[o]||r[o]||(r[o]=Z.call(i));r=q(r)}_.apply(i,r),j&&!d&&r.length>0&&n+c.length>1&&b.uniqueSort(i)}return j&&(P=u,C=s),p};return e?d(g):g}var u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N="sizzle"+-new Date,O=a.document,P=0,Q=0,R=c(),S=c(),T=c(),U=function(a,b){return a===b&&(E=!0),0},V="undefined",W=1<<31,X={}.hasOwnProperty,Y=[],Z=Y.pop,$=Y.push,_=Y.push,ab=Y.slice,bb=Y.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},cb="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",db="[\\x20\\t\\r\\n\\f]",eb="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",fb=eb.replace("w","w#"),gb="\\["+db+"*("+eb+")(?:"+db+"*([*^$|!~]?=)"+db+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+fb+"))|)"+db+"*\\]",hb=":("+eb+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+gb+")*)|.*)\\)|)",ib=new RegExp("^"+db+"+|((?:^|[^\\\\])(?:\\\\.)*)"+db+"+$","g"),jb=new RegExp("^"+db+"*,"+db+"*"),kb=new RegExp("^"+db+"*([>+~]|"+db+")"+db+"*"),lb=new RegExp("="+db+"*([^\\]'\"]*?)"+db+"*\\]","g"),mb=new RegExp(hb),nb=new RegExp("^"+fb+"$"),ob={ID:new RegExp("^#("+eb+")"),CLASS:new RegExp("^\\.("+eb+")"),TAG:new RegExp("^("+eb.replace("w","w*")+")"),ATTR:new RegExp("^"+gb),PSEUDO:new RegExp("^"+hb),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+db+"*(even|odd|(([+-]|)(\\d*)n|)"+db+"*(?:([+-]|)"+db+"*(\\d+)|))"+db+"*\\)|)","i"),bool:new RegExp("^(?:"+cb+")$","i"),needsContext:new RegExp("^"+db+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+db+"*((?:-\\d)?\\d*)"+db+"*\\)|)(?=[^-]|$)","i")},pb=/^(?:input|select|textarea|button)$/i,qb=/^h\d$/i,rb=/^[^{]+\{\s*\[native \w/,sb=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tb=/[+~]/,ub=/'|\\/g,vb=new RegExp("\\\\([\\da-f]{1,6}"+db+"?|("+db+")|.)","ig"),wb=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)};try{_.apply(Y=ab.call(O.childNodes),O.childNodes),Y[O.childNodes.length].nodeType}catch(xb){_={apply:Y.length?function(a,b){$.apply(a,ab.call(b))}:function(a,b){for(var c=a.length,d=0;a[c++]=b[d++];);a.length=c-1}}}v=b.support={},y=b.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},F=b.setDocument=function(a){var b,c=a?a.ownerDocument||a:O,d=c.defaultView;return c!==G&&9===c.nodeType&&c.documentElement?(G=c,H=c.documentElement,I=!y(c),d&&d!==d.top&&(d.addEventListener?d.addEventListener("unload",function(){F()},!1):d.attachEvent&&d.attachEvent("onunload",function(){F()})),v.attributes=e(function(a){return a.className="i",!a.getAttribute("className")}),v.getElementsByTagName=e(function(a){return a.appendChild(c.createComment("")),!a.getElementsByTagName("*").length}),v.getElementsByClassName=rb.test(c.getElementsByClassName)&&e(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),v.getById=e(function(a){return H.appendChild(a).id=N,!c.getElementsByName||!c.getElementsByName(N).length}),v.getById?(w.find.ID=function(a,b){if(typeof b.getElementById!==V&&I){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},w.filter.ID=function(a){var b=a.replace(vb,wb);return function(a){return a.getAttribute("id")===b}}):(delete w.find.ID,w.filter.ID=function(a){var b=a.replace(vb,wb);return function(a){var c=typeof a.getAttributeNode!==V&&a.getAttributeNode("id");return c&&c.value===b
2
- }}),w.find.TAG=v.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==V?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){for(;c=f[e++];)1===c.nodeType&&d.push(c);return d}return f},w.find.CLASS=v.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==V&&I?b.getElementsByClassName(a):void 0},K=[],J=[],(v.qsa=rb.test(c.querySelectorAll))&&(e(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&J.push("[*^$]="+db+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||J.push("\\["+db+"*(?:value|"+cb+")"),a.querySelectorAll(":checked").length||J.push(":checked")}),e(function(a){var b=c.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&J.push("name"+db+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||J.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),J.push(",.*:")})),(v.matchesSelector=rb.test(L=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&e(function(a){v.disconnectedMatch=L.call(a,"div"),L.call(a,"[s!='']:x"),K.push("!=",hb)}),J=J.length&&new RegExp(J.join("|")),K=K.length&&new RegExp(K.join("|")),b=rb.test(H.compareDocumentPosition),M=b||rb.test(H.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)for(;b=b.parentNode;)if(b===a)return!0;return!1},U=b?function(a,b){if(a===b)return E=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!v.sortDetached&&b.compareDocumentPosition(a)===d?a===c||a.ownerDocument===O&&M(O,a)?-1:b===c||b.ownerDocument===O&&M(O,b)?1:D?bb.call(D,a)-bb.call(D,b):0:4&d?-1:1)}:function(a,b){if(a===b)return E=!0,0;var d,e=0,f=a.parentNode,h=b.parentNode,i=[a],j=[b];if(!f||!h)return a===c?-1:b===c?1:f?-1:h?1:D?bb.call(D,a)-bb.call(D,b):0;if(f===h)return g(a,b);for(d=a;d=d.parentNode;)i.unshift(d);for(d=b;d=d.parentNode;)j.unshift(d);for(;i[e]===j[e];)e++;return e?g(i[e],j[e]):i[e]===O?-1:j[e]===O?1:0},c):G},b.matches=function(a,c){return b(a,null,null,c)},b.matchesSelector=function(a,c){if((a.ownerDocument||a)!==G&&F(a),c=c.replace(lb,"='$1']"),!(!v.matchesSelector||!I||K&&K.test(c)||J&&J.test(c)))try{var d=L.call(a,c);if(d||v.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return b(c,G,null,[a]).length>0},b.contains=function(a,b){return(a.ownerDocument||a)!==G&&F(a),M(a,b)},b.attr=function(a,b){(a.ownerDocument||a)!==G&&F(a);var c=w.attrHandle[b.toLowerCase()],d=c&&X.call(w.attrHandle,b.toLowerCase())?c(a,b,!I):void 0;return void 0!==d?d:v.attributes||!I?a.getAttribute(b):(d=a.getAttributeNode(b))&&d.specified?d.value:null},b.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},b.uniqueSort=function(a){var b,c=[],d=0,e=0;if(E=!v.detectDuplicates,D=!v.sortStable&&a.slice(0),a.sort(U),E){for(;b=a[e++];)b===a[e]&&(d=c.push(e));for(;d--;)a.splice(c[d],1)}return D=null,a},x=b.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(1===e||9===e||11===e){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=x(a)}else if(3===e||4===e)return a.nodeValue}else for(;b=a[d++];)c+=x(b);return c},w=b.selectors={cacheLength:50,createPseudo:d,match:ob,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(vb,wb),a[3]=(a[3]||a[4]||a[5]||"").replace(vb,wb),"~="===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]||b.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]&&b.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return ob.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&mb.test(c)&&(b=z(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(vb,wb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=R[a+" "];return b||(b=new RegExp("(^|"+db+")"+a+"("+db+"|$)"))&&R(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==V&&a.getAttribute("class")||"")})},ATTR:function(a,c,d){return function(e){var f=b.attr(e,a);return null==f?"!="===c:c?(f+="","="===c?f===d:"!="===c?f!==d:"^="===c?d&&0===f.indexOf(d):"*="===c?d&&f.indexOf(d)>-1:"$="===c?d&&f.slice(-d.length)===d:"~="===c?(" "+f+" ").indexOf(d)>-1:"|="===c?f===d||f.slice(0,d.length+1)===d+"-":!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;if(q){if(f){for(;p;){for(l=b;l=l[p];)if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){for(k=q[N]||(q[N]={}),j=k[a]||[],n=j[0]===P&&j[1],m=j[0]===P&&j[2],l=n&&q.childNodes[n];l=++n&&l&&l[p]||(m=n=0)||o.pop();)if(1===l.nodeType&&++m&&l===b){k[a]=[P,n,m];break}}else if(s&&(j=(b[N]||(b[N]={}))[a])&&j[0]===P)m=j[1];else for(;(l=++n&&l&&l[p]||(m=n=0)||o.pop())&&((h?l.nodeName.toLowerCase()!==r:1!==l.nodeType)||!++m||(s&&((l[N]||(l[N]={}))[a]=[P,m]),l!==b)););return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,c){var e,f=w.pseudos[a]||w.setFilters[a.toLowerCase()]||b.error("unsupported pseudo: "+a);return f[N]?f(c):f.length>1?(e=[a,a,"",c],w.setFilters.hasOwnProperty(a.toLowerCase())?d(function(a,b){for(var d,e=f(a,c),g=e.length;g--;)d=bb.call(a,e[g]),a[d]=!(b[d]=e[g])}):function(a){return f(a,0,e)}):f}},pseudos:{not:d(function(a){var b=[],c=[],e=A(a.replace(ib,"$1"));return e[N]?d(function(a,b,c,d){for(var f,g=e(a,null,d,[]),h=a.length;h--;)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,d,f){return b[0]=a,e(b,null,f,c),!c.pop()}}),has:d(function(a){return function(c){return b(a,c).length>0}}),contains:d(function(a){return function(b){return(b.textContent||b.innerText||x(b)).indexOf(a)>-1}}),lang:d(function(a){return nb.test(a||"")||b.error("unsupported lang: "+a),a=a.replace(vb,wb).toLowerCase(),function(b){var c;do if(c=I?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===H},focus:function(a){return a===G.activeElement&&(!G.hasFocus||G.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!w.pseudos.empty(a)},header:function(a){return qb.test(a.nodeName)},input:function(a){return pb.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:j(function(){return[0]}),last:j(function(a,b){return[b-1]}),eq:j(function(a,b,c){return[0>c?c+b:c]}),even:j(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:j(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:j(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:j(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},w.pseudos.nth=w.pseudos.eq;for(u in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})w.pseudos[u]=h(u);for(u in{submit:!0,reset:!0})w.pseudos[u]=i(u);return l.prototype=w.filters=w.pseudos,w.setFilters=new l,z=b.tokenize=function(a,c){var d,e,f,g,h,i,j,k=S[a+" "];if(k)return c?0:k.slice(0);for(h=a,i=[],j=w.preFilter;h;){(!d||(e=jb.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),d=!1,(e=kb.exec(h))&&(d=e.shift(),f.push({value:d,type:e[0].replace(ib," ")}),h=h.slice(d.length));for(g in w.filter)!(e=ob[g].exec(h))||j[g]&&!(e=j[g](e))||(d=e.shift(),f.push({value:d,type:g,matches:e}),h=h.slice(d.length));if(!d)break}return c?h.length:h?b.error(a):S(a,i).slice(0)},A=b.compile=function(a,b){var c,d=[],e=[],f=T[a+" "];if(!f){for(b||(b=z(a)),c=b.length;c--;)f=s(b[c]),f[N]?d.push(f):e.push(f);f=T(a,t(e,d)),f.selector=a}return f},B=b.select=function(a,b,c,d){var e,f,g,h,i,j="function"==typeof a&&a,l=!d&&z(a=j.selector||a);if(c=c||[],1===l.length){if(f=l[0]=l[0].slice(0),f.length>2&&"ID"===(g=f[0]).type&&v.getById&&9===b.nodeType&&I&&w.relative[f[1].type]){if(b=(w.find.ID(g.matches[0].replace(vb,wb),b)||[])[0],!b)return c;j&&(b=b.parentNode),a=a.slice(f.shift().value.length)}for(e=ob.needsContext.test(a)?0:f.length;e--&&(g=f[e],!w.relative[h=g.type]);)if((i=w.find[h])&&(d=i(g.matches[0].replace(vb,wb),tb.test(f[0].type)&&k(b.parentNode)||b))){if(f.splice(e,1),a=d.length&&m(f),!a)return _.apply(c,d),c;break}}return(j||A(a,l))(d,b,!I,c,tb.test(a)&&k(b.parentNode)||b),c},v.sortStable=N.split("").sort(U).join("")===N,v.detectDuplicates=!!E,F(),v.sortDetached=e(function(a){return 1&a.compareDocumentPosition(G.createElement("div"))}),e(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||f("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),v.attributes&&e(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||f("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),e(function(a){return null==a.getAttribute("disabled")})||f(cb,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),b}(a);_.find=eb,_.expr=eb.selectors,_.expr[":"]=_.expr.pseudos,_.unique=eb.uniqueSort,_.text=eb.getText,_.isXMLDoc=eb.isXML,_.contains=eb.contains;var fb=_.expr.match.needsContext,gb=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,hb=/^.[^:#\[\.,]*$/;_.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?_.find.matchesSelector(d,a)?[d]:[]:_.find.matches(a,_.grep(b,function(a){return 1===a.nodeType}))},_.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(_(a).filter(function(){for(b=0;c>b;b++)if(_.contains(e[b],this))return!0}));for(b=0;c>b;b++)_.find(a,e[b],d);return d=this.pushStack(c>1?_.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(d(this,a||[],!1))},not:function(a){return this.pushStack(d(this,a||[],!0))},is:function(a){return!!d(this,"string"==typeof a&&fb.test(a)?_(a):a||[],!1).length}});var ib,jb=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,kb=_.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:jb.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||ib).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof _?b[0]:b,_.merge(this,_.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:Z,!0)),gb.test(c[1])&&_.isPlainObject(b))for(c in b)_.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=Z.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=Z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):_.isFunction(a)?"undefined"!=typeof ib.ready?ib.ready(a):a(_):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),_.makeArray(a,this))};kb.prototype=_.fn,ib=_(Z);var lb=/^(?:parents|prev(?:Until|All))/,mb={children:!0,contents:!0,next:!0,prev:!0};_.extend({dir:function(a,b,c){for(var d=[],e=void 0!==c;(a=a[b])&&9!==a.nodeType;)if(1===a.nodeType){if(e&&_(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),_.fn.extend({has:function(a){var b=_(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(_.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=fb.test(a)||"string"!=typeof a?_(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&&_.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?_.unique(f):f)},index:function(a){return a?"string"==typeof a?U.call(_(a),this[0]):U.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(_.unique(_.merge(this.get(),_(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}}),_.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return _.dir(a,"parentNode")},parentsUntil:function(a,b,c){return _.dir(a,"parentNode",c)},next:function(a){return e(a,"nextSibling")},prev:function(a){return e(a,"previousSibling")},nextAll:function(a){return _.dir(a,"nextSibling")},prevAll:function(a){return _.dir(a,"previousSibling")},nextUntil:function(a,b,c){return _.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return _.dir(a,"previousSibling",c)},siblings:function(a){return _.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return _.sibling(a.firstChild)},contents:function(a){return a.contentDocument||_.merge([],a.childNodes)}},function(a,b){_.fn[a]=function(c,d){var e=_.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=_.filter(d,e)),this.length>1&&(mb[a]||_.unique(e),lb.test(a)&&e.reverse()),this.pushStack(e)}});var nb=/\S+/g,ob={};_.Callbacks=function(a){a="string"==typeof a?ob[a]||f(a):_.extend({},a);var b,c,d,e,g,h,i=[],j=!a.once&&[],k=function(f){for(b=a.memory&&f,c=!0,h=e||0,e=0,g=i.length,d=!0;i&&g>h;h++)if(i[h].apply(f[0],f[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,i&&(j?j.length&&k(j.shift()):b?i=[]:l.disable())},l={add:function(){if(i){var c=i.length;!function f(b){_.each(b,function(b,c){var d=_.type(c);"function"===d?a.unique&&l.has(c)||i.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),d?g=i.length:b&&(e=c,k(b))}return this},remove:function(){return i&&_.each(arguments,function(a,b){for(var c;(c=_.inArray(b,i,c))>-1;)i.splice(c,1),d&&(g>=c&&g--,h>=c&&h--)}),this},has:function(a){return a?_.inArray(a,i)>-1:!(!i||!i.length)},empty:function(){return i=[],g=0,this},disable:function(){return i=j=b=void 0,this},disabled:function(){return!i},lock:function(){return j=void 0,b||l.disable(),this},locked:function(){return!j},fireWith:function(a,b){return!i||c&&!j||(b=b||[],b=[a,b.slice?b.slice():b],d?j.push(b):k(b)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!c}};return l},_.extend({Deferred:function(a){var b=[["resolve","done",_.Callbacks("once memory"),"resolved"],["reject","fail",_.Callbacks("once memory"),"rejected"],["notify","progress",_.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return _.Deferred(function(c){_.each(b,function(b,f){var g=_.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&_.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?_.extend(a,d):d}},e={};return d.pipe=d.then,_.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,c,d,e=0,f=R.call(arguments),g=f.length,h=1!==g||a&&_.isFunction(a.promise)?g:0,i=1===h?a:_.Deferred(),j=function(a,c,d){return function(e){c[a]=this,d[a]=arguments.length>1?R.call(arguments):e,d===b?i.notifyWith(c,d):--h||i.resolveWith(c,d)}};if(g>1)for(b=new Array(g),c=new Array(g),d=new Array(g);g>e;e++)f[e]&&_.isFunction(f[e].promise)?f[e].promise().done(j(e,d,f)).fail(i.reject).progress(j(e,c,b)):--h;return h||i.resolveWith(d,f),i.promise()}});var pb;_.fn.ready=function(a){return _.ready.promise().done(a),this},_.extend({isReady:!1,readyWait:1,holdReady:function(a){a?_.readyWait++:_.ready(!0)},ready:function(a){(a===!0?--_.readyWait:_.isReady)||(_.isReady=!0,a!==!0&&--_.readyWait>0||(pb.resolveWith(Z,[_]),_.fn.triggerHandler&&(_(Z).triggerHandler("ready"),_(Z).off("ready"))))}}),_.ready.promise=function(b){return pb||(pb=_.Deferred(),"complete"===Z.readyState?setTimeout(_.ready):(Z.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1))),pb.promise(b)},_.ready.promise();var qb=_.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===_.type(c)){e=!0;for(h in c)_.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,_.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(_(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};_.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType},h.uid=1,h.accepts=_.acceptData,h.prototype={key:function(a){if(!h.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=h.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,_.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(_.isEmptyObject(f))_.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,_.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{_.isArray(b)?d=b.concat(b.map(_.camelCase)):(e=_.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(nb)||[])),c=d.length;for(;c--;)delete g[d[c]]}},hasData:function(a){return!_.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var rb=new h,sb=new h,tb=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ub=/([A-Z])/g;_.extend({hasData:function(a){return sb.hasData(a)||rb.hasData(a)},data:function(a,b,c){return sb.access(a,b,c)},removeData:function(a,b){sb.remove(a,b)},_data:function(a,b,c){return rb.access(a,b,c)},_removeData:function(a,b){rb.remove(a,b)}}),_.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=sb.get(f),1===f.nodeType&&!rb.get(f,"hasDataAttrs"))){for(c=g.length;c--;)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=_.camelCase(d.slice(5)),i(f,d,e[d])));rb.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){sb.set(this,a)}):qb(this,function(b){var c,d=_.camelCase(a);if(f&&void 0===b){if(c=sb.get(f,a),void 0!==c)return c;if(c=sb.get(f,d),void 0!==c)return c;if(c=i(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=sb.get(this,d);sb.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&sb.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){sb.remove(this,a)})}}),_.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=rb.get(a,b),c&&(!d||_.isArray(c)?d=rb.access(a,b,_.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=_.queue(a,b),d=c.length,e=c.shift(),f=_._queueHooks(a,b),g=function(){_.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 rb.get(a,c)||rb.access(a,c,{empty:_.Callbacks("once memory").add(function(){rb.remove(a,[b+"queue",c])})})}}),_.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?_.queue(this[0],a):void 0===b?this:this.each(function(){var c=_.queue(this,a,b);_._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&_.dequeue(this,a)})},dequeue:function(a){return this.each(function(){_.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=_.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};for("string"!=typeof a&&(b=a,a=void 0),a=a||"fx";g--;)c=rb.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var vb=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,wb=["Top","Right","Bottom","Left"],xb=function(a,b){return a=b||a,"none"===_.css(a,"display")||!_.contains(a.ownerDocument,a)},yb=/^(?:checkbox|radio)$/i;!function(){var a=Z.createDocumentFragment(),b=a.appendChild(Z.createElement("div")),c=Z.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),Y.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",Y.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var zb="undefined";Y.focusinBubbles="onfocusin"in a;var Ab=/^key/,Bb=/^(?:mouse|pointer|contextmenu)|click/,Cb=/^(?:focusinfocus|focusoutblur)$/,Db=/^([^.]*)(?:\.(.+)|)$/;_.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=rb.get(a);if(q)for(c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=_.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return typeof _!==zb&&_.event.triggered!==b.type?_.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(nb)||[""],j=b.length;j--;)h=Db.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=_.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=_.event.special[n]||{},k=_.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&_.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),_.event.global[n]=!0)},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=rb.hasData(a)&&rb.get(a);if(q&&(i=q.events)){for(b=(b||"").match(nb)||[""],j=b.length;j--;)if(h=Db.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){for(l=_.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;f--;)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||_.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)_.event.remove(a,n+b[j],c,d,!0);_.isEmptyObject(i)&&(delete q.handle,rb.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,j,k,l,m=[d||Z],n=X.call(b,"type")?b.type:b,o=X.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||Z,3!==d.nodeType&&8!==d.nodeType&&!Cb.test(n+_.event.triggered)&&(n.indexOf(".")>=0&&(o=n.split("."),n=o.shift(),o.sort()),j=n.indexOf(":")<0&&"on"+n,b=b[_.expando]?b:new _.Event(n,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=o.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:_.makeArray(c,[b]),l=_.event.special[n]||{},e||!l.trigger||l.trigger.apply(d,c)!==!1)){if(!e&&!l.noBubble&&!_.isWindow(d)){for(i=l.delegateType||n,Cb.test(i+n)||(g=g.parentNode);g;g=g.parentNode)m.push(g),h=g;h===(d.ownerDocument||Z)&&m.push(h.defaultView||h.parentWindow||a)}for(f=0;(g=m[f++])&&!b.isPropagationStopped();)b.type=f>1?i:l.bindType||n,k=(rb.get(g,"events")||{})[b.type]&&rb.get(g,"handle"),k&&k.apply(g,c),k=j&&g[j],k&&k.apply&&_.acceptData(g)&&(b.result=k.apply(g,c),b.result===!1&&b.preventDefault());return b.type=n,e||b.isDefaultPrevented()||l._default&&l._default.apply(m.pop(),c)!==!1||!_.acceptData(d)||j&&_.isFunction(d[n])&&!_.isWindow(d)&&(h=d[j],h&&(d[j]=null),_.event.triggered=n,d[n](),_.event.triggered=void 0,h&&(d[j]=h)),b.result}},dispatch:function(a){a=_.event.fix(a);var b,c,d,e,f,g=[],h=R.call(arguments),i=(rb.get(this,"events")||{})[a.type]||[],j=_.event.special[a.type]||{};if(h[0]=a,a.delegateTarget=this,!j.preDispatch||j.preDispatch.call(this,a)!==!1){for(g=_.event.handlers.call(this,a,i),b=0;(e=g[b++])&&!a.isPropagationStopped();)for(a.currentTarget=e.elem,c=0;(f=e.handlers[c++])&&!a.isImmediatePropagationStopped();)(!a.namespace_re||a.namespace_re.test(f.namespace))&&(a.handleObj=f,a.data=f.data,d=((_.event.special[f.origType]||{}).handle||f.handler).apply(e.elem,h),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()));return j.postDispatch&&j.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&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(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?_(e,this).index(i)>=0:_.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||Z,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[_.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];for(g||(this.fixHooks[e]=g=Bb.test(e)?this.mouseHooks:Ab.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new _.Event(f),b=d.length;b--;)c=d[b],a[c]=f[c];return a.target||(a.target=Z),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==l()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===l()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&_.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return _.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=_.extend(new _.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?_.event.trigger(e,null,b):_.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},_.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},_.Event=function(a,b){return this instanceof _.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?j:k):this.type=a,b&&_.extend(this,b),this.timeStamp=a&&a.timeStamp||_.now(),void(this[_.expando]=!0)):new _.Event(a,b)},_.Event.prototype={isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=j,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=j,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=j,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},_.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){_.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!_.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),Y.focusinBubbles||_.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){_.event.simulate(b,a.target,_.event.fix(a),!0)};_.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=rb.access(d,b);e||d.addEventListener(a,c,!0),rb.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=rb.access(d,b)-1;e?rb.access(d,b,e):(d.removeEventListener(a,c,!0),rb.remove(d,b))}}}),_.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=k;else if(!d)return this;return 1===e&&(f=d,d=function(a){return _().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=_.guid++)),this.each(function(){_.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,_(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=k),this.each(function(){_.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){_.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?_.event.trigger(a,b,c,!0):void 0}});var Eb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Fb=/<([\w:]+)/,Gb=/<|&#?\w+;/,Hb=/<(?:script|style|link)/i,Ib=/checked\s*(?:[^=]|=\s*.checked.)/i,Jb=/^$|\/(?:java|ecma)script/i,Kb=/^true\/(.*)/,Lb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Mb={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Mb.optgroup=Mb.option,Mb.tbody=Mb.tfoot=Mb.colgroup=Mb.caption=Mb.thead,Mb.th=Mb.td,_.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=_.contains(a.ownerDocument,a);if(!(Y.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||_.isXMLDoc(a)))for(g=r(h),f=r(a),d=0,e=f.length;e>d;d++)s(f[d],g[d]);if(b)if(c)for(f=f||r(a),g=g||r(h),d=0,e=f.length;e>d;d++)q(f[d],g[d]);else q(a,h);return g=r(h,"script"),g.length>0&&p(g,!i&&r(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,n=a.length;n>m;m++)if(e=a[m],e||0===e)if("object"===_.type(e))_.merge(l,e.nodeType?[e]:e);else if(Gb.test(e)){for(f=f||k.appendChild(b.createElement("div")),g=(Fb.exec(e)||["",""])[1].toLowerCase(),h=Mb[g]||Mb._default,f.innerHTML=h[1]+e.replace(Eb,"<$1></$2>")+h[2],j=h[0];j--;)f=f.lastChild;
3
- _.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));for(k.textContent="",m=0;e=l[m++];)if((!d||-1===_.inArray(e,d))&&(i=_.contains(e.ownerDocument,e),f=r(k.appendChild(e),"script"),i&&p(f),c))for(j=0;e=f[j++];)Jb.test(e.type||"")&&c.push(e);return k},cleanData:function(a){for(var b,c,d,e,f=_.event.special,g=0;void 0!==(c=a[g]);g++){if(_.acceptData(c)&&(e=c[rb.expando],e&&(b=rb.cache[e]))){if(b.events)for(d in b.events)f[d]?_.event.remove(c,d):_.removeEvent(c,d,b.handle);rb.cache[e]&&delete rb.cache[e]}delete sb.cache[c[sb.expando]]}}}),_.fn.extend({text:function(a){return qb(this,function(a){return void 0===a?_.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=m(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=m(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?_.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||_.cleanData(r(c)),c.parentNode&&(b&&_.contains(c.ownerDocument,c)&&p(r(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(_.cleanData(r(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return _.clone(this,a,b)})},html:function(a){return qb(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Hb.test(a)&&!Mb[(Fb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Eb,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(_.cleanData(r(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,_.cleanData(r(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=S.apply([],a);var c,d,e,f,g,h,i=0,j=this.length,k=this,l=j-1,m=a[0],p=_.isFunction(m);if(p||j>1&&"string"==typeof m&&!Y.checkClone&&Ib.test(m))return this.each(function(c){var d=k.eq(c);p&&(a[0]=m.call(this,c,d.html())),d.domManip(a,b)});if(j&&(c=_.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(e=_.map(r(c,"script"),n),f=e.length;j>i;i++)g=c,i!==l&&(g=_.clone(g,!0,!0),f&&_.merge(e,r(g,"script"))),b.call(this[i],g,i);if(f)for(h=e[e.length-1].ownerDocument,_.map(e,o),i=0;f>i;i++)g=e[i],Jb.test(g.type||"")&&!rb.access(g,"globalEval")&&_.contains(h,g)&&(g.src?_._evalUrl&&_._evalUrl(g.src):_.globalEval(g.textContent.replace(Lb,"")))}return this}}),_.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){_.fn[a]=function(a){for(var c,d=[],e=_(a),f=e.length-1,g=0;f>=g;g++)c=g===f?this:this.clone(!0),_(e[g])[b](c),T.apply(d,c.get());return this.pushStack(d)}});var Nb,Ob={},Pb=/^margin/,Qb=new RegExp("^("+vb+")(?!px)[a-z%]+$","i"),Rb=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)};!function(){function b(){g.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",g.innerHTML="",e.appendChild(f);var b=a.getComputedStyle(g,null);c="1%"!==b.top,d="4px"===b.width,e.removeChild(f)}var c,d,e=Z.documentElement,f=Z.createElement("div"),g=Z.createElement("div");g.style&&(g.style.backgroundClip="content-box",g.cloneNode(!0).style.backgroundClip="",Y.clearCloneStyle="content-box"===g.style.backgroundClip,f.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",f.appendChild(g),a.getComputedStyle&&_.extend(Y,{pixelPosition:function(){return b(),c},boxSizingReliable:function(){return null==d&&b(),d},reliableMarginRight:function(){var b,c=g.appendChild(Z.createElement("div"));return c.style.cssText=g.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",g.style.width="1px",e.appendChild(f),b=!parseFloat(a.getComputedStyle(c,null).marginRight),e.removeChild(f),b}}))}(),_.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Sb=/^(none|table(?!-c[ea]).+)/,Tb=new RegExp("^("+vb+")(.*)$","i"),Ub=new RegExp("^([+-])=("+vb+")","i"),Vb={position:"absolute",visibility:"hidden",display:"block"},Wb={letterSpacing:"0",fontWeight:"400"},Xb=["Webkit","O","Moz","ms"];_.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=v(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=_.camelCase(b),i=a.style;return b=_.cssProps[h]||(_.cssProps[h]=x(i,h)),g=_.cssHooks[b]||_.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Ub.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(_.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||_.cssNumber[h]||(c+="px"),Y.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=_.camelCase(b);return b=_.cssProps[h]||(_.cssProps[h]=x(a.style,h)),g=_.cssHooks[b]||_.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=v(a,b,d)),"normal"===e&&b in Wb&&(e=Wb[b]),""===c||c?(f=parseFloat(e),c===!0||_.isNumeric(f)?f||0:e):e}}),_.each(["height","width"],function(a,b){_.cssHooks[b]={get:function(a,c,d){return c?Sb.test(_.css(a,"display"))&&0===a.offsetWidth?_.swap(a,Vb,function(){return A(a,b,d)}):A(a,b,d):void 0},set:function(a,c,d){var e=d&&Rb(a);return y(a,c,d?z(a,b,d,"border-box"===_.css(a,"boxSizing",!1,e),e):0)}}}),_.cssHooks.marginRight=w(Y.reliableMarginRight,function(a,b){return b?_.swap(a,{display:"inline-block"},v,[a,"marginRight"]):void 0}),_.each({margin:"",padding:"",border:"Width"},function(a,b){_.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+wb[d]+b]=f[d]||f[d-2]||f[0];return e}},Pb.test(a)||(_.cssHooks[a+b].set=y)}),_.fn.extend({css:function(a,b){return qb(this,function(a,b,c){var d,e,f={},g=0;if(_.isArray(b)){for(d=Rb(a),e=b.length;e>g;g++)f[b[g]]=_.css(a,b[g],!1,d);return f}return void 0!==c?_.style(a,b,c):_.css(a,b)},a,b,arguments.length>1)},show:function(){return B(this,!0)},hide:function(){return B(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){xb(this)?_(this).show():_(this).hide()})}}),_.Tween=C,C.prototype={constructor:C,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(_.cssNumber[c]?"":"px")},cur:function(){var a=C.propHooks[this.prop];return a&&a.get?a.get(this):C.propHooks._default.get(this)},run:function(a){var b,c=C.propHooks[this.prop];return this.pos=b=this.options.duration?_.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):C.propHooks._default.set(this),this}},C.prototype.init.prototype=C.prototype,C.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=_.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){_.fx.step[a.prop]?_.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[_.cssProps[a.prop]]||_.cssHooks[a.prop])?_.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},C.propHooks.scrollTop=C.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},_.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},_.fx=C.prototype.init,_.fx.step={};var Yb,Zb,$b=/^(?:toggle|show|hide)$/,_b=new RegExp("^(?:([+-])=|)("+vb+")([a-z%]*)$","i"),ac=/queueHooks$/,bc=[G],cc={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=_b.exec(b),f=e&&e[3]||(_.cssNumber[a]?"":"px"),g=(_.cssNumber[a]||"px"!==f&&+d)&&_b.exec(_.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,_.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};_.Animation=_.extend(I,{tweener:function(a,b){_.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],cc[c]=cc[c]||[],cc[c].unshift(b)},prefilter:function(a,b){b?bc.unshift(a):bc.push(a)}}),_.speed=function(a,b,c){var d=a&&"object"==typeof a?_.extend({},a):{complete:c||!c&&b||_.isFunction(a)&&a,duration:a,easing:c&&b||b&&!_.isFunction(b)&&b};return d.duration=_.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in _.fx.speeds?_.fx.speeds[d.duration]:_.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){_.isFunction(d.old)&&d.old.call(this),d.queue&&_.dequeue(this,d.queue)},d},_.fn.extend({fadeTo:function(a,b,c,d){return this.filter(xb).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=_.isEmptyObject(a),f=_.speed(b,c,d),g=function(){var b=I(this,_.extend({},a),f);(e||rb.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=_.timers,g=rb.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&ac.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&_.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=rb.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=_.timers,g=d?d.length:0;for(c.finish=!0,_.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),_.each(["toggle","show","hide"],function(a,b){var c=_.fn[b];_.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(E(b,!0),a,d,e)}}),_.each({slideDown:E("show"),slideUp:E("hide"),slideToggle:E("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){_.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),_.timers=[],_.fx.tick=function(){var a,b=0,c=_.timers;for(Yb=_.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||_.fx.stop(),Yb=void 0},_.fx.timer=function(a){_.timers.push(a),a()?_.fx.start():_.timers.pop()},_.fx.interval=13,_.fx.start=function(){Zb||(Zb=setInterval(_.fx.tick,_.fx.interval))},_.fx.stop=function(){clearInterval(Zb),Zb=null},_.fx.speeds={slow:600,fast:200,_default:400},_.fn.delay=function(a,b){return a=_.fx?_.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=Z.createElement("input"),b=Z.createElement("select"),c=b.appendChild(Z.createElement("option"));a.type="checkbox",Y.checkOn=""!==a.value,Y.optSelected=c.selected,b.disabled=!0,Y.optDisabled=!c.disabled,a=Z.createElement("input"),a.value="t",a.type="radio",Y.radioValue="t"===a.value}();var dc,ec,fc=_.expr.attrHandle;_.fn.extend({attr:function(a,b){return qb(this,_.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){_.removeAttr(this,a)})}}),_.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===zb?_.prop(a,b,c):(1===f&&_.isXMLDoc(a)||(b=b.toLowerCase(),d=_.attrHooks[b]||(_.expr.match.bool.test(b)?ec:dc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=_.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void _.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(nb);if(f&&1===a.nodeType)for(;c=f[e++];)d=_.propFix[c]||c,_.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!Y.radioValue&&"radio"===b&&_.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),ec={set:function(a,b,c){return b===!1?_.removeAttr(a,c):a.setAttribute(c,c),c}},_.each(_.expr.match.bool.source.match(/\w+/g),function(a,b){var c=fc[b]||_.find.attr;fc[b]=function(a,b,d){var e,f;return d||(f=fc[b],fc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,fc[b]=f),e}});var gc=/^(?:input|select|textarea|button)$/i;_.fn.extend({prop:function(a,b){return qb(this,_.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[_.propFix[a]||a]})}}),_.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!_.isXMLDoc(a),f&&(b=_.propFix[b]||b,e=_.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||gc.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),Y.optSelected||(_.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),_.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){_.propFix[this.toLowerCase()]=this});var hc=/[\t\r\n\f]/g;_.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(_.isFunction(a))return this.each(function(b){_(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(nb)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(hc," "):" ")){for(f=0;e=b[f++];)d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=_.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(_.isFunction(a))return this.each(function(b){_(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(nb)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(hc," "):"")){for(f=0;e=b[f++];)for(;d.indexOf(" "+e+" ")>=0;)d=d.replace(" "+e+" "," ");g=a?_.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(_.isFunction(a)?function(c){_(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c)for(var b,d=0,e=_(this),f=a.match(nb)||[];b=f[d++];)e.hasClass(b)?e.removeClass(b):e.addClass(b);else(c===zb||"boolean"===c)&&(this.className&&rb.set(this,"__className__",this.className),this.className=this.className||a===!1?"":rb.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(hc," ").indexOf(b)>=0)return!0;return!1}});var ic=/\r/g;_.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=_.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,_(this).val()):a,null==e?e="":"number"==typeof e?e+="":_.isArray(e)&&(e=_.map(e,function(a){return null==a?"":a+""})),b=_.valHooks[this.type]||_.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=_.valHooks[e.type]||_.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(ic,""):null==c?"":c)}}}),_.extend({valHooks:{option:{get:function(a){var b=_.find.attr(a,"value");return null!=b?b:_.trim(_.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(Y.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&_.nodeName(c.parentNode,"optgroup"))){if(b=_(c).val(),f)return b;g.push(b)}return g},set:function(a,b){for(var c,d,e=a.options,f=_.makeArray(b),g=e.length;g--;)d=e[g],(d.selected=_.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),_.each(["radio","checkbox"],function(){_.valHooks[this]={set:function(a,b){return _.isArray(b)?a.checked=_.inArray(_(a).val(),b)>=0:void 0}},Y.checkOn||(_.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),_.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){_.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),_.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var jc=_.now(),kc=/\?/;_.parseJSON=function(a){return JSON.parse(a+"")},_.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&_.error("Invalid XML: "+a),b};var lc,mc,nc=/#.*$/,oc=/([?&])_=[^&]*/,pc=/^(.*?):[ \t]*([^\r\n]*)$/gm,qc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,rc=/^(?:GET|HEAD)$/,sc=/^\/\//,tc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,uc={},vc={},wc="*/".concat("*");try{mc=location.href}catch(xc){mc=Z.createElement("a"),mc.href="",mc=mc.href}lc=tc.exec(mc.toLowerCase())||[],_.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:mc,type:"GET",isLocal:qc.test(lc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":wc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":_.parseJSON,"text xml":_.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?L(L(a,_.ajaxSettings),b):L(_.ajaxSettings,a)},ajaxPrefilter:J(uc),ajaxTransport:J(vc),ajax:function(a,b){function c(a,b,c,g){var i,k,r,s,u,w=b;2!==t&&(t=2,h&&clearTimeout(h),d=void 0,f=g||"",v.readyState=a>0?4:0,i=a>=200&&300>a||304===a,c&&(s=M(l,v,c)),s=N(l,s,v,i),i?(l.ifModified&&(u=v.getResponseHeader("Last-Modified"),u&&(_.lastModified[e]=u),u=v.getResponseHeader("etag"),u&&(_.etag[e]=u)),204===a||"HEAD"===l.type?w="nocontent":304===a?w="notmodified":(w=s.state,k=s.data,r=s.error,i=!r)):(r=w,(a||!w)&&(w="error",0>a&&(a=0))),v.status=a,v.statusText=(b||w)+"",i?o.resolveWith(m,[k,w,v]):o.rejectWith(m,[v,w,r]),v.statusCode(q),q=void 0,j&&n.trigger(i?"ajaxSuccess":"ajaxError",[v,l,i?k:r]),p.fireWith(m,[v,w]),j&&(n.trigger("ajaxComplete",[v,l]),--_.active||_.event.trigger("ajaxStop")))}"object"==typeof a&&(b=a,a=void 0),b=b||{};var d,e,f,g,h,i,j,k,l=_.ajaxSetup({},b),m=l.context||l,n=l.context&&(m.nodeType||m.jquery)?_(m):_.event,o=_.Deferred(),p=_.Callbacks("once memory"),q=l.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!g)for(g={};b=pc.exec(f);)g[b[1].toLowerCase()]=b[2];b=g[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return d&&d.abort(b),c(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,l.url=((a||l.url||mc)+"").replace(nc,"").replace(sc,lc[1]+"//"),l.type=b.method||b.type||l.method||l.type,l.dataTypes=_.trim(l.dataType||"*").toLowerCase().match(nb)||[""],null==l.crossDomain&&(i=tc.exec(l.url.toLowerCase()),l.crossDomain=!(!i||i[1]===lc[1]&&i[2]===lc[2]&&(i[3]||("http:"===i[1]?"80":"443"))===(lc[3]||("http:"===lc[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=_.param(l.data,l.traditional)),K(uc,l,b,v),2===t)return v;j=l.global,j&&0===_.active++&&_.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!rc.test(l.type),e=l.url,l.hasContent||(l.data&&(e=l.url+=(kc.test(e)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=oc.test(e)?e.replace(oc,"$1_="+jc++):e+(kc.test(e)?"&":"?")+"_="+jc++)),l.ifModified&&(_.lastModified[e]&&v.setRequestHeader("If-Modified-Since",_.lastModified[e]),_.etag[e]&&v.setRequestHeader("If-None-Match",_.etag[e])),(l.data&&l.hasContent&&l.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",l.contentType),v.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+wc+"; q=0.01":""):l.accepts["*"]);for(k in l.headers)v.setRequestHeader(k,l.headers[k]);if(l.beforeSend&&(l.beforeSend.call(m,v,l)===!1||2===t))return v.abort();u="abort";for(k in{success:1,error:1,complete:1})v[k](l[k]);if(d=K(vc,l,b,v)){v.readyState=1,j&&n.trigger("ajaxSend",[v,l]),l.async&&l.timeout>0&&(h=setTimeout(function(){v.abort("timeout")},l.timeout));try{t=1,d.send(r,c)}catch(w){if(!(2>t))throw w;c(-1,w)}}else c(-1,"No Transport");return v},getJSON:function(a,b,c){return _.get(a,b,c,"json")},getScript:function(a,b){return _.get(a,void 0,b,"script")}}),_.each(["get","post"],function(a,b){_[b]=function(a,c,d,e){return _.isFunction(c)&&(e=e||d,d=c,c=void 0),_.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),_.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){_.fn[b]=function(a){return this.on(b,a)}}),_._evalUrl=function(a){return _.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},_.fn.extend({wrapAll:function(a){var b;return _.isFunction(a)?this.each(function(b){_(this).wrapAll(a.call(this,b))}):(this[0]&&(b=_(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){for(var a=this;a.firstElementChild;)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(_.isFunction(a)?function(b){_(this).wrapInner(a.call(this,b))}:function(){var b=_(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=_.isFunction(a);return this.each(function(c){_(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){_.nodeName(this,"body")||_(this).replaceWith(this.childNodes)}).end()}}),_.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},_.expr.filters.visible=function(a){return!_.expr.filters.hidden(a)};var yc=/%20/g,zc=/\[\]$/,Ac=/\r?\n/g,Bc=/^(?:submit|button|image|reset|file)$/i,Cc=/^(?:input|select|textarea|keygen)/i;_.param=function(a,b){var c,d=[],e=function(a,b){b=_.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=_.ajaxSettings&&_.ajaxSettings.traditional),_.isArray(a)||a.jquery&&!_.isPlainObject(a))_.each(a,function(){e(this.name,this.value)});else for(c in a)O(c,a[c],b,e);return d.join("&").replace(yc,"+")},_.fn.extend({serialize:function(){return _.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=_.prop(this,"elements");return a?_.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!_(this).is(":disabled")&&Cc.test(this.nodeName)&&!Bc.test(a)&&(this.checked||!yb.test(a))}).map(function(a,b){var c=_(this).val();return null==c?null:_.isArray(c)?_.map(c,function(a){return{name:b.name,value:a.replace(Ac,"\r\n")}}):{name:b.name,value:c.replace(Ac,"\r\n")}}).get()}}),_.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Dc=0,Ec={},Fc={0:200,1223:204},Gc=_.ajaxSettings.xhr();a.ActiveXObject&&_(a).on("unload",function(){for(var a in Ec)Ec[a]()}),Y.cors=!!Gc&&"withCredentials"in Gc,Y.ajax=Gc=!!Gc,_.ajaxTransport(function(a){var b;return Y.cors||Gc&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Dc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Ec[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Fc[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Ec[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),_.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return _.globalEval(a),a}}}),_.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),_.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=_("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),Z.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Hc=[],Ic=/(=)\?(?=&|$)|\?\?/;_.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Hc.pop()||_.expando+"_"+jc++;return this[a]=!0,a}}),_.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Ic.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ic.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=_.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Ic,"$1"+e):b.jsonp!==!1&&(b.url+=(kc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||_.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Hc.push(e)),g&&_.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),_.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||Z;var d=gb.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=_.buildFragment([a],b,e),e&&e.length&&_(e).remove(),_.merge([],d.childNodes))};var Jc=_.fn.load;_.fn.load=function(a,b,c){if("string"!=typeof a&&Jc)return Jc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=_.trim(a.slice(h)),a=a.slice(0,h)),_.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&_.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?_("<div>").append(_.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},_.expr.filters.animated=function(a){return _.grep(_.timers,function(b){return a===b.elem}).length};var Kc=a.document.documentElement;_.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=_.css(a,"position"),l=_(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=_.css(a,"top"),i=_.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),_.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},_.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){_.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,_.contains(b,d)?(typeof d.getBoundingClientRect!==zb&&(e=d.getBoundingClientRect()),c=P(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===_.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),_.nodeName(a[0],"html")||(d=a.offset()),d.top+=_.css(a[0],"borderTopWidth",!0),d.left+=_.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-_.css(c,"marginTop",!0),left:b.left-d.left-_.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||Kc;a&&!_.nodeName(a,"html")&&"static"===_.css(a,"position");)a=a.offsetParent;return a||Kc})}}),_.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;_.fn[b]=function(e){return qb(this,function(b,e,f){var g=P(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),_.each(["top","left"],function(a,b){_.cssHooks[b]=w(Y.pixelPosition,function(a,c){return c?(c=v(a,b),Qb.test(c)?_(a).position()[b]+"px":c):void 0})}),_.each({Height:"height",Width:"width"},function(a,b){_.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){_.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return qb(this,function(b,c,d){var e;return _.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?_.css(b,c,g):_.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),_.fn.size=function(){return this.length},_.fn.andSelf=_.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return _});var Lc=a.jQuery,Mc=a.$;return _.noConflict=function(b){return a.$===_&&(a.$=Mc),b&&a.jQuery===_&&(a.jQuery=Lc),_},typeof b===zb&&(a.jQuery=a.$=_),_}),function(a,b,c){"use strict";function d(a,b){return b=b||Error,function(){var c,d,e=arguments[0],f="["+(a?a+":":"")+e+"] ",g=arguments[1],h=arguments;for(c=f+g.replace(/\{\d+\}/g,function(a){var b=+a.slice(1,-1);return b+2<h.length?mb(h[b+2]):a}),c=c+"\nhttp://errors.angularjs.org/1.3.7/"+(a?a+"/":"")+e,d=2;d<arguments.length;d++)c=c+(2==d?"?":"&")+"p"+(d-2)+"="+encodeURIComponent(mb(arguments[d]));return new b(c)}}function e(a){if(null==a||z(a))return!1;var b=a.length;return a.nodeType===qe&&b?!0:u(a)||je(a)||0===b||"number"==typeof b&&b>0&&b-1 in a}function f(a,b,c){var d,g;if(a)if(x(a))for(d in a)"prototype"==d||"length"==d||"name"==d||a.hasOwnProperty&&!a.hasOwnProperty(d)||b.call(c,a[d],d,a);else if(je(a)||e(a)){var h="object"!=typeof a;for(d=0,g=a.length;g>d;d++)(h||d in a)&&b.call(c,a[d],d,a)}else if(a.forEach&&a.forEach!==f)a.forEach(b,c,a);else for(d in a)a.hasOwnProperty(d)&&b.call(c,a[d],d,a);return a
4
- }function g(a){return Object.keys(a).sort()}function h(a,b,c){for(var d=g(a),e=0;e<d.length;e++)b.call(c,a[d[e]],d[e]);return d}function i(a){return function(b,c){a(c,b)}}function j(){return++he}function k(a,b){b?a.$$hashKey=b:delete a.$$hashKey}function l(a){for(var b=a.$$hashKey,c=1,d=arguments.length;d>c;c++){var e=arguments[c];if(e)for(var f=Object.keys(e),g=0,h=f.length;h>g;g++){var i=f[g];a[i]=e[i]}}return k(a,b),a}function m(a){return parseInt(a,10)}function n(a,b){return l(Object.create(a),b)}function o(){}function p(a){return a}function q(a){return function(){return a}}function r(a){return"undefined"==typeof a}function s(a){return"undefined"!=typeof a}function t(a){return null!==a&&"object"==typeof a}function u(a){return"string"==typeof a}function v(a){return"number"==typeof a}function w(a){return"[object Date]"===ee.call(a)}function x(a){return"function"==typeof a}function y(a){return"[object RegExp]"===ee.call(a)}function z(a){return a&&a.window===a}function A(a){return a&&a.$evalAsync&&a.$watch}function B(a){return"[object File]"===ee.call(a)}function C(a){return"[object FormData]"===ee.call(a)}function D(a){return"[object Blob]"===ee.call(a)}function E(a){return"boolean"==typeof a}function F(a){return a&&x(a.then)}function G(a){return!(!a||!(a.nodeName||a.prop&&a.attr&&a.find))}function H(a){var b,c={},d=a.split(",");for(b=0;b<d.length;b++)c[d[b]]=!0;return c}function I(a){return Ud(a.nodeName||a[0]&&a[0].nodeName)}function J(a,b){var c=a.indexOf(b);return c>=0&&a.splice(c,1),b}function K(a,b,c,d){if(z(a)||A(a))throw fe("cpws","Can't copy! Making copies of Window or Scope instances is not supported.");if(b){if(a===b)throw fe("cpi","Can't copy! Source and destination are identical.");if(c=c||[],d=d||[],t(a)){var e=c.indexOf(a);if(-1!==e)return d[e];c.push(a),d.push(b)}var g;if(je(a)){b.length=0;for(var h=0;h<a.length;h++)g=K(a[h],null,c,d),t(a[h])&&(c.push(a[h]),d.push(g)),b.push(g)}else{var i=b.$$hashKey;je(b)?b.length=0:f(b,function(a,c){delete b[c]});for(var j in a)a.hasOwnProperty(j)&&(g=K(a[j],null,c,d),t(a[j])&&(c.push(a[j]),d.push(g)),b[j]=g);k(b,i)}}else if(b=a,a)if(je(a))b=K(a,[],c,d);else if(w(a))b=new Date(a.getTime());else if(y(a))b=new RegExp(a.source,a.toString().match(/[^\/]*$/)[0]),b.lastIndex=a.lastIndex;else if(t(a)){var l=Object.create(Object.getPrototypeOf(a));b=K(a,l,c,d)}return b}function L(a,b){if(je(a)){b=b||[];for(var c=0,d=a.length;d>c;c++)b[c]=a[c]}else if(t(a)){b=b||{};for(var e in a)("$"!==e.charAt(0)||"$"!==e.charAt(1))&&(b[e]=a[e])}return b||a}function M(a,b){if(a===b)return!0;if(null===a||null===b)return!1;if(a!==a&&b!==b)return!0;var d,e,f,g=typeof a,h=typeof b;if(g==h&&"object"==g){if(!je(a)){if(w(a))return w(b)?M(a.getTime(),b.getTime()):!1;if(y(a)&&y(b))return a.toString()==b.toString();if(A(a)||A(b)||z(a)||z(b)||je(b))return!1;f={};for(e in a)if("$"!==e.charAt(0)&&!x(a[e])){if(!M(a[e],b[e]))return!1;f[e]=!0}for(e in b)if(!f.hasOwnProperty(e)&&"$"!==e.charAt(0)&&b[e]!==c&&!x(b[e]))return!1;return!0}if(!je(b))return!1;if((d=a.length)==b.length){for(e=0;d>e;e++)if(!M(a[e],b[e]))return!1;return!0}}return!1}function N(a,b,c){return a.concat(be.call(b,c))}function O(a,b){return be.call(a,b||0)}function P(a,b){var c=arguments.length>2?O(arguments,2):[];return!x(b)||b instanceof RegExp?b:c.length?function(){return arguments.length?b.apply(a,N(c,arguments,0)):b.apply(a,c)}:function(){return arguments.length?b.apply(a,arguments):b.call(a)}}function Q(a,d){var e=d;return"string"==typeof a&&"$"===a.charAt(0)&&"$"===a.charAt(1)?e=c:z(d)?e="$WINDOW":d&&b===d?e="$DOCUMENT":A(d)&&(e="$SCOPE"),e}function R(a,b){return"undefined"==typeof a?c:(v(b)||(b=b?2:null),JSON.stringify(a,Q,b))}function S(a){return u(a)?JSON.parse(a):a}function T(a){a=$d(a).clone();try{a.empty()}catch(b){}var c=$d("<div>").append(a).html();try{return a[0].nodeType===re?Ud(c):c.match(/^(<[^>]+>)/)[1].replace(/^<([\w\-]+)/,function(a,b){return"<"+Ud(b)})}catch(b){return Ud(c)}}function U(a){try{return decodeURIComponent(a)}catch(b){}}function V(a){var b,c,d={};return f((a||"").split("&"),function(a){if(a&&(b=a.replace(/\+/g,"%20").split("="),c=U(b[0]),s(c))){var e=s(b[1])?U(b[1]):!0;Vd.call(d,c)?je(d[c])?d[c].push(e):d[c]=[d[c],e]:d[c]=e}}),d}function W(a){var b=[];return f(a,function(a,c){je(a)?f(a,function(a){b.push(Y(c,!0)+(a===!0?"":"="+Y(a,!0)))}):b.push(Y(c,!0)+(a===!0?"":"="+Y(a,!0)))}),b.length?b.join("&"):""}function X(a){return Y(a,!0).replace(/%26/gi,"&").replace(/%3D/gi,"=").replace(/%2B/gi,"+")}function Y(a,b){return encodeURIComponent(a).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%20/g,b?"%20":"+")}function Z(a,b){var c,d,e=ne.length;for(a=$d(a),d=0;e>d;++d)if(c=ne[d]+b,u(c=a.attr(c)))return c;return null}function $(a,b){var c,d,e={};f(ne,function(b){var e=b+"app";!c&&a.hasAttribute&&a.hasAttribute(e)&&(c=a,d=a.getAttribute(e))}),f(ne,function(b){var e,f=b+"app";!c&&(e=a.querySelector("["+f.replace(":","\\:")+"]"))&&(c=e,d=e.getAttribute(f))}),c&&(e.strictDi=null!==Z(c,"strict-di"),b(c,d?[d]:[],e))}function _(c,d,e){t(e)||(e={});var g={strictDi:!1};e=l(g,e);var h=function(){if(c=$d(c),c.injector()){var a=c[0]===b?"document":T(c);throw fe("btstrpd","App Already Bootstrapped with this Element '{0}'",a.replace(/</,"&lt;").replace(/>/,"&gt;"))}d=d||[],d.unshift(["$provide",function(a){a.value("$rootElement",c)}]),e.debugInfoEnabled&&d.push(["$compileProvider",function(a){a.debugInfoEnabled(!0)}]),d.unshift("ng");var f=Sb(d,e.strictDi);return f.invoke(["$rootScope","$rootElement","$compile","$injector",function(a,b,c,d){a.$apply(function(){b.data("$injector",d),c(b)(a)})}]),f},i=/^NG_ENABLE_DEBUG_INFO!/,j=/^NG_DEFER_BOOTSTRAP!/;return a&&i.test(a.name)&&(e.debugInfoEnabled=!0,a.name=a.name.replace(i,"")),a&&!j.test(a.name)?h():(a.name=a.name.replace(j,""),void(ge.resumeBootstrap=function(a){f(a,function(a){d.push(a)}),h()}))}function ab(){a.name="NG_ENABLE_DEBUG_INFO!"+a.name,a.location.reload()}function bb(a){var b=ge.element(a).injector();if(!b)throw fe("test","no injector found for element argument to getTestability");return b.get("$$testability")}function cb(a,b){return b=b||"_",a.replace(oe,function(a,c){return(c?b:"")+a.toLowerCase()})}function db(){var b;pe||(_d=a.jQuery,_d&&_d.fn.on?($d=_d,l(_d.fn,{scope:Je.scope,isolateScope:Je.isolateScope,controller:Je.controller,injector:Je.injector,inheritedData:Je.inheritedData}),b=_d.cleanData,_d.cleanData=function(a){var c;if(ie)ie=!1;else for(var d,e=0;null!=(d=a[e]);e++)c=_d._data(d,"events"),c&&c.$destroy&&_d(d).triggerHandler("$destroy");b(a)}):$d=ub,ge.element=$d,pe=!0)}function eb(a,b,c){if(!a)throw fe("areq","Argument '{0}' is {1}",b||"?",c||"required");return a}function fb(a,b,c){return c&&je(a)&&(a=a[a.length-1]),eb(x(a),b,"not a function, got "+(a&&"object"==typeof a?a.constructor.name||"Object":typeof a)),a}function gb(a,b){if("hasOwnProperty"===a)throw fe("badname","hasOwnProperty is not a valid {0} name",b)}function hb(a,b,c){if(!b)return a;for(var d,e=b.split("."),f=a,g=e.length,h=0;g>h;h++)d=e[h],a&&(a=(f=a)[d]);return!c&&x(a)?P(f,a):a}function ib(a){var b=a[0],c=a[a.length-1],d=[b];do{if(b=b.nextSibling,!b)break;d.push(b)}while(b!==c);return $d(d)}function jb(){return Object.create(null)}function kb(a){function b(a,b,c){return a[b]||(a[b]=c())}var c=d("$injector"),e=d("ng"),f=b(a,"angular",Object);return f.$$minErr=f.$$minErr||d,b(f,"module",function(){var a={};return function(d,f,g){var h=function(a,b){if("hasOwnProperty"===a)throw e("badname","hasOwnProperty is not a valid {0} name",b)};return h(d,"module"),f&&a.hasOwnProperty(d)&&(a[d]=null),b(a,d,function(){function a(a,c,d,e){return e||(e=b),function(){return e[d||"push"]([a,c,arguments]),j}}if(!f)throw c("nomod","Module '{0}' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.",d);var b=[],e=[],h=[],i=a("$injector","invoke","push",e),j={_invokeQueue:b,_configBlocks:e,_runBlocks:h,requires:f,name:d,provider:a("$provide","provider"),factory:a("$provide","factory"),service:a("$provide","service"),value:a("$provide","value"),constant:a("$provide","constant","unshift"),animation:a("$animateProvider","register"),filter:a("$filterProvider","register"),controller:a("$controllerProvider","register"),directive:a("$compileProvider","directive"),config:i,run:function(a){return h.push(a),this}};return g&&i(g),j})}})}function lb(a){var b=[];return JSON.stringify(a,function(a,c){if(c=Q(a,c),t(c)){if(b.indexOf(c)>=0)return"<<already seen>>";b.push(c)}return c})}function mb(a){return"function"==typeof a?a.toString().replace(/ \{[\s\S]*$/,""):"undefined"==typeof a?"undefined":"string"!=typeof a?lb(a):a}function nb(b){l(b,{bootstrap:_,copy:K,extend:l,equals:M,element:$d,forEach:f,injector:Sb,noop:o,bind:P,toJson:R,fromJson:S,identity:p,isUndefined:r,isDefined:s,isString:u,isFunction:x,isObject:t,isNumber:v,isElement:G,isArray:je,version:ve,isDate:w,lowercase:Ud,uppercase:Wd,callbacks:{counter:0},getTestability:bb,$$minErr:d,$$csp:me,reloadWithDebugInfo:ab}),ae=kb(a);try{ae("ngLocale")}catch(c){ae("ngLocale",[]).provider("$locale",qc)}ae("ng",["ngLocale"],["$provide",function(a){a.provider({$$sanitizeUri:Wc}),a.provider("$compile",Zb).directive({a:Bf,input:Uf,textarea:Uf,form:Gf,script:Lg,select:Og,style:Qg,option:Pg,ngBind:lg,ngBindHtml:ng,ngBindTemplate:mg,ngClass:og,ngClassEven:qg,ngClassOdd:pg,ngCloak:rg,ngController:sg,ngForm:Hf,ngHide:Fg,ngIf:vg,ngInclude:wg,ngInit:yg,ngNonBindable:zg,ngPluralize:Ag,ngRepeat:Bg,ngShow:Eg,ngStyle:Gg,ngSwitch:Hg,ngSwitchWhen:Ig,ngSwitchDefault:Jg,ngOptions:Ng,ngTransclude:Kg,ngModel:bg,ngList:hg,ngChange:cg,pattern:eg,ngPattern:eg,required:dg,ngRequired:dg,minlength:gg,ngMinlength:gg,maxlength:fg,ngMaxlength:fg,ngValue:jg,ngModelOptions:kg}).directive({ngInclude:xg}).directive(Cf).directive(tg),a.provider({$anchorScroll:Tb,$animate:Te,$browser:Wb,$cacheFactory:Xb,$controller:bc,$document:cc,$exceptionHandler:dc,$filter:gd,$interpolate:oc,$interval:pc,$http:kc,$httpBackend:mc,$location:Ec,$log:Fc,$parse:Qc,$rootScope:Vc,$q:Rc,$$q:Sc,$sce:$c,$sceDelegate:Zc,$sniffer:_c,$templateCache:Yb,$templateRequest:ad,$$testability:bd,$timeout:cd,$window:fd,$$rAF:Uc,$$asyncCallback:Ub,$$jqLite:Nb})}])}function ob(){return++xe}function pb(a){return a.replace(Ae,function(a,b,c,d){return d?c.toUpperCase():c}).replace(Be,"Moz$1")}function qb(a){return!Fe.test(a)}function rb(a){var b=a.nodeType;return b===qe||!b||b===te}function sb(a,b){var c,d,e,g,h=b.createDocumentFragment(),i=[];if(qb(a))i.push(b.createTextNode(a));else{for(c=c||h.appendChild(b.createElement("div")),d=(Ge.exec(a)||["",""])[1].toLowerCase(),e=Ie[d]||Ie._default,c.innerHTML=e[1]+a.replace(He,"<$1></$2>")+e[2],g=e[0];g--;)c=c.lastChild;i=N(i,c.childNodes),c=h.firstChild,c.textContent=""}return h.textContent="",h.innerHTML="",f(i,function(a){h.appendChild(a)}),h}function tb(a,c){c=c||b;var d;return(d=Ee.exec(a))?[c.createElement(d[1])]:(d=sb(a,c))?d.childNodes:[]}function ub(a){if(a instanceof ub)return a;var b;if(u(a)&&(a=ke(a),b=!0),!(this instanceof ub)){if(b&&"<"!=a.charAt(0))throw De("nosel","Looking up elements via selectors is not supported by jqLite! See: http://docs.angularjs.org/api/angular.element");return new ub(a)}b?Eb(this,tb(a)):Eb(this,a)}function vb(a){return a.cloneNode(!0)}function wb(a,b){if(b||yb(a),a.querySelectorAll)for(var c=a.querySelectorAll("*"),d=0,e=c.length;e>d;d++)yb(c[d])}function xb(a,b,c,d){if(s(d))throw De("offargs","jqLite#off() does not support the `selector` argument");var e=zb(a),g=e&&e.events,h=e&&e.handle;if(h)if(b)f(b.split(" "),function(b){if(s(c)){var d=g[b];if(J(d||[],c),d&&d.length>0)return}ze(a,b,h),delete g[b]});else for(b in g)"$destroy"!==b&&ze(a,b,h),delete g[b]}function yb(a,b){var d=a.ng339,e=d&&we[d];if(e){if(b)return void delete e.data[b];e.handle&&(e.events.$destroy&&e.handle({},"$destroy"),xb(a)),delete we[d],a.ng339=c}}function zb(a,b){var d=a.ng339,e=d&&we[d];return b&&!e&&(a.ng339=d=ob(),e=we[d]={events:{},data:{},handle:c}),e}function Ab(a,b,c){if(rb(a)){var d=s(c),e=!d&&b&&!t(b),f=!b,g=zb(a,!e),h=g&&g.data;if(d)h[b]=c;else{if(f)return h;if(e)return h&&h[b];l(h,b)}}}function Bb(a,b){return a.getAttribute?(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ").indexOf(" "+b+" ")>-1:!1}function Cb(a,b){b&&a.setAttribute&&f(b.split(" "),function(b){a.setAttribute("class",ke((" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ").replace(" "+ke(b)+" "," ")))})}function Db(a,b){if(b&&a.setAttribute){var c=(" "+(a.getAttribute("class")||"")+" ").replace(/[\n\t]/g," ");f(b.split(" "),function(a){a=ke(a),-1===c.indexOf(" "+a+" ")&&(c+=a+" ")}),a.setAttribute("class",ke(c))}}function Eb(a,b){if(b)if(b.nodeType)a[a.length++]=b;else{var c=b.length;if("number"==typeof c&&b.window!==b){if(c)for(var d=0;c>d;d++)a[a.length++]=b[d]}else a[a.length++]=b}}function Fb(a,b){return Gb(a,"$"+(b||"ngController")+"Controller")}function Gb(a,b,d){a.nodeType==te&&(a=a.documentElement);for(var e=je(b)?b:[b];a;){for(var f=0,g=e.length;g>f;f++)if((d=$d.data(a,e[f]))!==c)return d;a=a.parentNode||a.nodeType===ue&&a.host}}function Hb(a){for(wb(a,!0);a.firstChild;)a.removeChild(a.firstChild)}function Ib(a,b){b||wb(a);var c=a.parentNode;c&&c.removeChild(a)}function Jb(b,c){c=c||a,"complete"===c.document.readyState?c.setTimeout(b):$d(c).on("load",b)}function Kb(a,b){var c=Ke[b.toLowerCase()];return c&&Le[I(a)]&&c}function Lb(a,b){var c=a.nodeName;return("INPUT"===c||"TEXTAREA"===c)&&Me[b]}function Mb(a,b){var c=function(c,d){c.isDefaultPrevented=function(){return c.defaultPrevented};var e=b[d||c.type],f=e?e.length:0;if(f){if(r(c.immediatePropagationStopped)){var g=c.stopImmediatePropagation;c.stopImmediatePropagation=function(){c.immediatePropagationStopped=!0,c.stopPropagation&&c.stopPropagation(),g&&g.call(c)}}c.isImmediatePropagationStopped=function(){return c.immediatePropagationStopped===!0},f>1&&(e=L(e));for(var h=0;f>h;h++)c.isImmediatePropagationStopped()||e[h].call(a,c)}};return c.elem=a,c}function Nb(){this.$get=function(){return l(ub,{hasClass:function(a,b){return a.attr&&(a=a[0]),Bb(a,b)},addClass:function(a,b){return a.attr&&(a=a[0]),Db(a,b)},removeClass:function(a,b){return a.attr&&(a=a[0]),Cb(a,b)}})}}function Ob(a,b){var c=a&&a.$$hashKey;if(c)return"function"==typeof c&&(c=a.$$hashKey()),c;var d=typeof a;return c="function"==d||"object"==d&&null!==a?a.$$hashKey=d+":"+(b||j)():d+":"+a}function Pb(a,b){if(b){var c=0;this.nextUid=function(){return++c}}f(a,this.put,this)}function Qb(a){var b=a.toString().replace(Qe,""),c=b.match(Ne);return c?"function("+(c[1]||"").replace(/[\s\r\n]+/," ")+")":"fn"}function Rb(a,b,c){var d,e,g,h;if("function"==typeof a){if(!(d=a.$inject)){if(d=[],a.length){if(b)throw u(c)&&c||(c=a.name||Qb(a)),Re("strictdi","{0} is not using explicit annotation and cannot be invoked in strict mode",c);e=a.toString().replace(Qe,""),g=e.match(Ne),f(g[1].split(Oe),function(a){a.replace(Pe,function(a,b,c){d.push(c)})})}a.$inject=d}}else je(a)?(h=a.length-1,fb(a[h],"fn"),d=a.slice(0,h)):fb(a,"fn",!0);return d}function Sb(a,b){function d(a){return function(b,c){return t(b)?void f(b,i(a)):a(b,c)}}function e(a,b){if(gb(a,"service"),(x(b)||je(b))&&(b=A.instantiate(b)),!b.$get)throw Re("pget","Provider '{0}' must define $get factory method.",a);return z[a+v]=b}function g(a,b){return function(){var c=C.invoke(b,this);if(r(c))throw Re("undef","Provider '{0}' must return a value from $get factory method.",a);return c}}function h(a,b,c){return e(a,{$get:c!==!1?g(a,b):b})}function j(a,b){return h(a,["$injector",function(a){return a.instantiate(b)}])}function k(a,b){return h(a,q(b),!1)}function l(a,b){gb(a,"constant"),z[a]=b,B[a]=b}function m(a,b){var c=A.get(a+v),d=c.$get;c.$get=function(){var a=C.invoke(d,c);return C.invoke(b,null,{$delegate:a})}}function n(a){var b,c=[];return f(a,function(a){function d(a){var b,c;for(b=0,c=a.length;c>b;b++){var d=a[b],e=A.get(d[0]);e[d[1]].apply(e,d[2])}}if(!y.get(a)){y.put(a,!0);try{u(a)?(b=ae(a),c=c.concat(n(b.requires)).concat(b._runBlocks),d(b._invokeQueue),d(b._configBlocks)):x(a)?c.push(A.invoke(a)):je(a)?c.push(A.invoke(a)):fb(a,"module")}catch(e){throw je(a)&&(a=a[a.length-1]),e.message&&e.stack&&-1==e.stack.indexOf(e.message)&&(e=e.message+"\n"+e.stack),Re("modulerr","Failed to instantiate module {0} due to:\n{1}",a,e.stack||e.message||e)}}}),c}function p(a,c){function d(b,d){if(a.hasOwnProperty(b)){if(a[b]===s)throw Re("cdep","Circular dependency found: {0}",b+" <- "+w.join(" <- "));return a[b]}try{return w.unshift(b),a[b]=s,a[b]=c(b,d)}catch(e){throw a[b]===s&&delete a[b],e}finally{w.shift()}}function e(a,c,e,f){"string"==typeof e&&(f=e,e=null);var g,h,i,j=[],k=Rb(a,b,f);for(h=0,g=k.length;g>h;h++){if(i=k[h],"string"!=typeof i)throw Re("itkn","Incorrect injection token! Expected service name as string, got {0}",i);j.push(e&&e.hasOwnProperty(i)?e[i]:d(i,f))}return je(a)&&(a=a[g]),a.apply(c,j)}function f(a,b,c){var d=Object.create((je(a)?a[a.length-1]:a).prototype),f=e(a,d,b,c);return t(f)||x(f)?f:d}return{invoke:e,instantiate:f,get:d,annotate:Rb,has:function(b){return z.hasOwnProperty(b+v)||a.hasOwnProperty(b)}}}b=b===!0;var s={},v="Provider",w=[],y=new Pb([],!0),z={$provide:{provider:d(e),factory:d(h),service:d(j),value:d(k),constant:d(l),decorator:m}},A=z.$injector=p(z,function(a,b){throw ge.isString(b)&&w.push(b),Re("unpr","Unknown provider: {0}",w.join(" <- "))}),B={},C=B.$injector=p(B,function(a,b){var d=A.get(a+v,b);return C.invoke(d.$get,d,c,a)});return f(n(a),function(a){C.invoke(a||o)}),C}function Tb(){var a=!0;this.disableAutoScrolling=function(){a=!1},this.$get=["$window","$location","$rootScope",function(b,c,d){function e(a){var b=null;return Array.prototype.some.call(a,function(a){return"a"===I(a)?(b=a,!0):void 0}),b}function f(){var a=h.yOffset;if(x(a))a=a();else if(G(a)){var c=a[0],d=b.getComputedStyle(c);a="fixed"!==d.position?0:c.getBoundingClientRect().bottom}else v(a)||(a=0);return a}function g(a){if(a){a.scrollIntoView();var c=f();if(c){var d=a.getBoundingClientRect().top;b.scrollBy(0,d-c)}}else b.scrollTo(0,0)}function h(){var a,b=c.hash();b?(a=i.getElementById(b))?g(a):(a=e(i.getElementsByName(b)))?g(a):"top"===b&&g(null):g(null)}var i=b.document;return a&&d.$watch(function(){return c.hash()},function(a,b){(a!==b||""!==a)&&Jb(function(){d.$evalAsync(h)})}),h}]}function Ub(){this.$get=["$$rAF","$timeout",function(a,b){return a.supported?function(b){return a(b)}:function(a){return b(a,0,!1)}}]}function Vb(a,b,d,e){function g(a){try{a.apply(null,O(arguments,1))}finally{if(x--,0===x)for(;y.length;)try{y.pop()()}catch(b){d.error(b)}}}function h(a){var b=a.indexOf("#");return-1===b?"":a.substr(b+1)}function i(a,b){!function c(){f(A,function(a){a()}),z=b(c,a)}()}function j(){k(),l()}function k(){B=a.history.state,B=r(B)?null:B,M(B,I)&&(B=I),I=B}function l(){(D!==n.url()||C!==B)&&(D=n.url(),C=B,f(G,function(a){a(n.url(),B)}))}function m(a){try{return decodeURIComponent(a)}catch(b){return a}}var n=this,p=b[0],q=a.location,s=a.history,t=a.setTimeout,v=a.clearTimeout,w={};n.isMock=!1;var x=0,y=[];n.$$completeOutstandingRequest=g,n.$$incOutstandingRequestCount=function(){x++},n.notifyWhenNoOutstandingRequests=function(a){f(A,function(a){a()}),0===x?a():y.push(a)};var z,A=[];n.addPollFn=function(a){return r(z)&&i(100,t),A.push(a),a};var B,C,D=q.href,E=b.find("base"),F=null;k(),C=B,n.url=function(b,c,d){if(r(d)&&(d=null),q!==a.location&&(q=a.location),s!==a.history&&(s=a.history),b){var f=C===d;if(D===b&&(!e.history||f))return n;var g=D&&vc(D)===vc(b);return D=b,C=d,!e.history||g&&f?(g||(F=b),c?q.replace(b):g?q.hash=h(b):q.href=b):(s[c?"replaceState":"pushState"](d,"",b),k(),C=B),n}return F||q.href.replace(/%27/g,"'")},n.state=function(){return B};var G=[],H=!1,I=null;n.onUrlChange=function(b){return H||(e.history&&$d(a).on("popstate",j),$d(a).on("hashchange",j),H=!0),G.push(b),b},n.$$checkUrlChange=l,n.baseHref=function(){var a=E.attr("href");return a?a.replace(/^(https?\:)?\/\/[^\/]*/,""):""};var J={},K="",L=n.baseHref();n.cookies=function(a,b){var e,f,g,h,i;if(!a){if(p.cookie!==K)for(K=p.cookie,f=K.split("; "),J={},h=0;h<f.length;h++)g=f[h],i=g.indexOf("="),i>0&&(a=m(g.substring(0,i)),J[a]===c&&(J[a]=m(g.substring(i+1))));return J}b===c?p.cookie=encodeURIComponent(a)+"=;path="+L+";expires=Thu, 01 Jan 1970 00:00:00 GMT":u(b)&&(e=(p.cookie=encodeURIComponent(a)+"="+encodeURIComponent(b)+";path="+L).length+1,e>4096&&d.warn("Cookie '"+a+"' possibly not set or overflowed because it was too large ("+e+" > 4096 bytes)!"))},n.defer=function(a,b){var c;return x++,c=t(function(){delete w[c],g(a)},b||0),w[c]=!0,c},n.defer.cancel=function(a){return w[a]?(delete w[a],v(a),g(o),!0):!1}}function Wb(){this.$get=["$window","$log","$sniffer","$document",function(a,b,c,d){return new Vb(a,d,b,c)}]}function Xb(){this.$get=function(){function a(a,c){function e(a){a!=m&&(n?n==a&&(n=a.n):n=a,f(a.n,a.p),f(a,m),m=a,m.n=null)}function f(a,b){a!=b&&(a&&(a.p=b),b&&(b.n=a))}if(a in b)throw d("$cacheFactory")("iid","CacheId '{0}' is already taken!",a);var g=0,h=l({},c,{id:a}),i={},j=c&&c.capacity||Number.MAX_VALUE,k={},m=null,n=null;return b[a]={put:function(a,b){if(j<Number.MAX_VALUE){var c=k[a]||(k[a]={key:a});e(c)}if(!r(b))return a in i||g++,i[a]=b,g>j&&this.remove(n.key),b},get:function(a){if(j<Number.MAX_VALUE){var b=k[a];if(!b)return;e(b)}return i[a]},remove:function(a){if(j<Number.MAX_VALUE){var b=k[a];if(!b)return;b==m&&(m=b.p),b==n&&(n=b.n),f(b.n,b.p),delete k[a]}delete i[a],g--},removeAll:function(){i={},g=0,k={},m=n=null},destroy:function(){i=null,h=null,k=null,delete b[a]},info:function(){return l({},h,{size:g})}}}var b={};return a.info=function(){var a={};return f(b,function(b,c){a[c]=b.info()}),a},a.get=function(a){return b[a]},a}}function Yb(){this.$get=["$cacheFactory",function(a){return a("templates")}]}function Zb(a,d){function e(a,b){var c=/^\s*([@&]|=(\*?))(\??)\s*(\w*)\s*$/,d={};return f(a,function(a,e){var f=a.match(c);if(!f)throw Ue("iscp","Invalid isolate scope definition for directive '{0}'. Definition: {... {1}: '{2}' ...}",b,e,a);d[e]={mode:f[1][0],collection:"*"===f[2],optional:"?"===f[3],attrName:f[4]||e}}),d}var g={},h="Directive",j=/^\s*directive\:\s*([\w\-]+)\s+(.*)$/,k=/(([\w\-]+)(?:\:([^;]+))?;?)/,m=H("ngSrc,ngSrcset,src,srcset"),r=/^(?:(\^\^?)?(\?)?(\^\^?)?)?/,v=/^(on[a-z]+|formaction)$/;this.directive=function y(b,c){return gb(b,"directive"),u(b)?(eb(c,"directiveFactory"),g.hasOwnProperty(b)||(g[b]=[],a.factory(b+h,["$injector","$exceptionHandler",function(a,c){var d=[];return f(g[b],function(f,g){try{var h=a.invoke(f);x(h)?h={compile:q(h)}:!h.compile&&h.link&&(h.compile=q(h.link)),h.priority=h.priority||0,h.index=g,h.name=h.name||b,h.require=h.require||h.controller&&h.name,h.restrict=h.restrict||"EA",t(h.scope)&&(h.$$isolateBindings=e(h.scope,h.name)),d.push(h)}catch(i){c(i)}}),d}])),g[b].push(c)):f(b,i(y)),this},this.aHrefSanitizationWhitelist=function(a){return s(a)?(d.aHrefSanitizationWhitelist(a),this):d.aHrefSanitizationWhitelist()},this.imgSrcSanitizationWhitelist=function(a){return s(a)?(d.imgSrcSanitizationWhitelist(a),this):d.imgSrcSanitizationWhitelist()};var w=!0;this.debugInfoEnabled=function(a){return s(a)?(w=a,this):w},this.$get=["$injector","$interpolate","$exceptionHandler","$templateRequest","$parse","$controller","$rootScope","$document","$sce","$animate","$$sanitizeUri",function(a,d,e,i,q,s,y,z,B,C,D){function E(a,b){try{a.addClass(b)}catch(c){}}function F(a,b,c,d,e){a instanceof $d||(a=$d(a)),f(a,function(b,c){b.nodeType==re&&b.nodeValue.match(/\S+/)&&(a[c]=$d(b).wrap("<span></span>").parent()[0])});var g=H(a,b,a,c,d,e);F.$$addScopeClass(a);var h=null;return function(b,c,d){eb(b,"scope"),d=d||{};var e=d.parentBoundTranscludeFn,f=d.transcludeControllers,i=d.futureParentElement;e&&e.$$boundTransclude&&(e=e.$$boundTransclude),h||(h=G(i));var j;if(j="html"!==h?$d($(h,$d("<div>").append(a).html())):c?Je.clone.call(a):a,f)for(var k in f)j.data("$"+k+"Controller",f[k].instance);return F.$$addScopeInfo(j,b),c&&c(j,b),g&&g(b,j,j,e),j}}function G(a){var b=a&&a[0];return b&&"foreignobject"!==I(b)&&b.toString().match(/SVG/)?"svg":"html"}function H(a,b,d,e,f,g){function h(a,d,e,f){var g,h,i,j,k,l,m,n,q;if(o){var r=d.length;for(q=new Array(r),k=0;k<p.length;k+=3)m=p[k],q[m]=d[m]}else q=d;for(k=0,l=p.length;l>k;)i=q[p[k++]],g=p[k++],h=p[k++],g?(g.scope?(j=a.$new(),F.$$addScopeInfo($d(i),j)):j=a,n=g.transcludeOnThisElement?K(a,g.transclude,f,g.elementTranscludeOnThisElement):!g.templateOnThisElement&&f?f:!f&&b?K(a,b):null,g(h,j,i,e,n)):h&&h(a,i.childNodes,c,f)}for(var i,j,k,l,m,n,o,p=[],q=0;q<a.length;q++)i=new gb,j=L(a[q],[],i,0===q?e:c,f),k=j.length?Q(j,a[q],i,b,d,null,[],[],g):null,k&&k.scope&&F.$$addScopeClass(i.$$element),m=k&&k.terminal||!(l=a[q].childNodes)||!l.length?null:H(l,k?(k.transcludeOnThisElement||!k.templateOnThisElement)&&k.transclude:b),(k||m)&&(p.push(q,k,m),n=!0,o=o||k),g=null;return n?h:null}function K(a,b,c){var d=function(d,e,f,g,h){return d||(d=a.$new(!1,h),d.$$transcluded=!0),b(d,e,{parentBoundTranscludeFn:c,transcludeControllers:f,futureParentElement:g})};return d}function L(a,b,c,d,e){var f,g,h=a.nodeType,i=c.$attr;switch(h){case qe:S(b,$b(I(a)),"E",d,e);for(var l,m,n,o,p,q,r=a.attributes,s=0,t=r&&r.length;t>s;s++){var v=!1,w=!1;l=r[s],m=l.name,p=ke(l.value),o=$b(m),(q=lb.test(o))&&(m=m.replace(Ve,"").substr(8).replace(/_(.)/g,function(a,b){return b.toUpperCase()}));var x=o.replace(/(Start|End)$/,"");U(x)&&o===x+"Start"&&(v=m,w=m.substr(0,m.length-5)+"end",m=m.substr(0,m.length-6)),n=$b(m.toLowerCase()),i[n]=m,(q||!c.hasOwnProperty(n))&&(c[n]=p,Kb(a,n)&&(c[n]=!0)),ab(a,b,p,n,q),S(b,n,"A",d,e,v,w)}if(g=a.className,u(g)&&""!==g)for(;f=k.exec(g);)n=$b(f[2]),S(b,n,"C",d,e)&&(c[n]=ke(f[3])),g=g.substr(f.index+f[0].length);break;case re:Z(b,a.nodeValue);break;case se:try{f=j.exec(a.nodeValue),f&&(n=$b(f[1]),S(b,n,"M",d,e)&&(c[n]=ke(f[2])))}catch(y){}}return b.sort(X),b}function N(a,b,c){var d=[],e=0;if(b&&a.hasAttribute&&a.hasAttribute(b)){do{if(!a)throw Ue("uterdir","Unterminated attribute, found '{0}' but no matching '{1}' found.",b,c);a.nodeType==qe&&(a.hasAttribute(b)&&e++,a.hasAttribute(c)&&e--),d.push(a),a=a.nextSibling}while(e>0)}else d.push(a);return $d(d)}function P(a,b,c){return function(d,e,f,g,h){return e=N(e[0],b,c),a(d,e,f,g,h)}}function Q(a,g,h,i,j,k,l,m,n){function o(a,b,c,d){a&&(c&&(a=P(a,c,d)),a.require=z.require,a.directiveName=B,(I===z||z.$$isolateScope)&&(a=db(a,{isolateScope:!0})),l.push(a)),b&&(c&&(b=P(b,c,d)),b.require=z.require,b.directiveName=B,(I===z||z.$$isolateScope)&&(b=db(b,{isolateScope:!0})),m.push(b))}function p(a,b,c,d){var e,g,h="data",i=!1,j=c;if(u(b)){if(g=b.match(r),b=b.substring(g[0].length),g[3]&&(g[1]?g[3]=null:g[1]=g[3]),"^"===g[1]?h="inheritedData":"^^"===g[1]&&(h="inheritedData",j=c.parent()),"?"===g[2]&&(i=!0),e=null,d&&"data"===h&&(e=d[b])&&(e=e.instance),e=e||j[h]("$"+b+"Controller"),!e&&!i)throw Ue("ctreq","Controller '{0}', required by directive '{1}', can't be found!",b,a);return e||null}return je(b)&&(e=[],f(b,function(b){e.push(p(a,b,c,d))})),e}function v(a,b,e,i,j){function k(a,b,d){var e;return A(a)||(d=b,b=a,a=c),U&&(e=v),d||(d=U?x.parent():x),j(a,b,e,d,D)}var n,o,r,t,u,v,w,x,z;if(g===e?(z=h,x=h.$$element):(x=$d(e),z=new gb(x,h)),I&&(u=b.$new(!0)),j&&(w=k,w.$$boundTransclude=j),H&&(y={},v={},f(H,function(a){var c,d={$scope:a===I||a.$$isolateScope?u:b,$element:x,$attrs:z,$transclude:w};t=a.controller,"@"==t&&(t=z[a.name]),c=s(t,d,!0,a.controllerAs),v[a.name]=c,U||x.data("$"+a.name+"Controller",c.instance),y[a.name]=c})),I){F.$$addScopeInfo(x,u,!0,!(J&&(J===I||J===I.$$originalDirective))),F.$$addScopeClass(x,!0);var B=y&&y[I.name],C=u;B&&B.identifier&&I.bindToController===!0&&(C=B.instance),f(u.$$isolateBindings=I.$$isolateBindings,function(a,c){var e,f,g,h,i=a.attrName,j=a.optional,k=a.mode;switch(k){case"@":z.$observe(i,function(a){C[c]=a}),z.$$observers[i].$$scope=b,z[i]&&(C[c]=d(z[i])(b));break;case"=":if(j&&!z[i])return;f=q(z[i]),h=f.literal?M:function(a,b){return a===b||a!==a&&b!==b},g=f.assign||function(){throw e=C[c]=f(b),Ue("nonassign","Expression '{0}' used with directive '{1}' is non-assignable!",z[i],I.name)},e=C[c]=f(b);var l=function(a){return h(a,C[c])||(h(a,e)?g(b,a=C[c]):C[c]=a),e=a};l.$stateful=!0;var m;m=a.collection?b.$watchCollection(z[i],l):b.$watch(q(z[i],l),null,f.literal),u.$on("$destroy",m);break;case"&":f=q(z[i]),C[c]=function(a){return f(b,a)}}})}for(y&&(f(y,function(a){a()}),y=null),n=0,o=l.length;o>n;n++)r=l[n],fb(r,r.isolateScope?u:b,x,z,r.require&&p(r.directiveName,r.require,x,v),w);var D=b;for(I&&(I.template||null===I.templateUrl)&&(D=u),a&&a(D,e.childNodes,c,j),n=m.length-1;n>=0;n--)r=m[n],fb(r,r.isolateScope?u:b,x,z,r.require&&p(r.directiveName,r.require,x,v),w)}n=n||{};for(var w,y,z,B,C,D,E,G=-Number.MAX_VALUE,H=n.controllerDirectives,I=n.newIsolateScopeDirective,J=n.templateDirective,K=n.nonTlbTranscludeDirective,Q=!1,S=!1,U=n.hasElementTranscludeDirective,X=h.$$element=$d(g),Z=k,_=i,ab=0,cb=a.length;cb>ab;ab++){z=a[ab];var eb=z.$$start,hb=z.$$end;if(eb&&(X=N(g,eb,hb)),C=c,G>z.priority)break;if((E=z.scope)&&(z.templateUrl||(t(E)?(Y("new/isolated scope",I||w,z,X),I=z):Y("new/isolated scope",I,z,X)),w=w||z),B=z.name,!z.templateUrl&&z.controller&&(E=z.controller,H=H||{},Y("'"+B+"' controller",H[B],z,X),H[B]=z),(E=z.transclude)&&(Q=!0,z.$$tlb||(Y("transclusion",K,z,X),K=z),"element"==E?(U=!0,G=z.priority,C=X,X=h.$$element=$d(b.createComment(" "+B+": "+h[B]+" ")),g=X[0],bb(j,O(C),g),_=F(C,i,G,Z&&Z.name,{nonTlbTranscludeDirective:K})):(C=$d(vb(g)).contents(),X.empty(),_=F(C,i))),z.template)if(S=!0,Y("template",J,z,X),J=z,E=x(z.template)?z.template(X,h):z.template,E=kb(E),z.replace){if(Z=z,C=qb(E)?[]:ac($(z.templateNamespace,ke(E))),g=C[0],1!=C.length||g.nodeType!==qe)throw Ue("tplrt","Template for directive '{0}' must have exactly one root element. {1}",B,"");bb(j,X,g);var ib={$attr:{}},jb=L(g,[],ib),lb=a.splice(ab+1,a.length-(ab+1));I&&R(jb),a=a.concat(jb).concat(lb),V(h,ib),cb=a.length}else X.html(E);if(z.templateUrl)S=!0,Y("template",J,z,X),J=z,z.replace&&(Z=z),v=W(a.splice(ab,a.length-ab),X,h,j,Q&&_,l,m,{controllerDirectives:H,newIsolateScopeDirective:I,templateDirective:J,nonTlbTranscludeDirective:K}),cb=a.length;else if(z.compile)try{D=z.compile(X,h,_),x(D)?o(null,D,eb,hb):D&&o(D.pre,D.post,eb,hb)}catch(mb){e(mb,T(X))}z.terminal&&(v.terminal=!0,G=Math.max(G,z.priority))}return v.scope=w&&w.scope===!0,v.transcludeOnThisElement=Q,v.elementTranscludeOnThisElement=U,v.templateOnThisElement=S,v.transclude=_,n.hasElementTranscludeDirective=U,v}function R(a){for(var b=0,c=a.length;c>b;b++)a[b]=n(a[b],{$$isolateScope:!0})}function S(b,d,f,i,j,k,l){if(d===j)return null;var m=null;if(g.hasOwnProperty(d))for(var o,p=a.get(d+h),q=0,r=p.length;r>q;q++)try{o=p[q],(i===c||i>o.priority)&&-1!=o.restrict.indexOf(f)&&(k&&(o=n(o,{$$start:k,$$end:l})),b.push(o),m=o)}catch(s){e(s)}return m}function U(b){if(g.hasOwnProperty(b))for(var c,d=a.get(b+h),e=0,f=d.length;f>e;e++)if(c=d[e],c.multiElement)return!0;return!1}function V(a,b){var c=b.$attr,d=a.$attr,e=a.$$element;f(a,function(d,e){"$"!=e.charAt(0)&&(b[e]&&b[e]!==d&&(d+=("style"===e?";":" ")+b[e]),a.$set(e,d,!0,c[e]))}),f(b,function(b,f){"class"==f?(E(e,b),a["class"]=(a["class"]?a["class"]+" ":"")+b):"style"==f?(e.attr("style",e.attr("style")+";"+b),a.style=(a.style?a.style+";":"")+b):"$"==f.charAt(0)||a.hasOwnProperty(f)||(a[f]=b,d[f]=c[f])})}function W(a,b,c,d,e,g,h,j){var k,m,n=[],o=b[0],p=a.shift(),q=l({},p,{templateUrl:null,transclude:null,replace:null,$$originalDirective:p}),r=x(p.templateUrl)?p.templateUrl(b,c):p.templateUrl,s=p.templateNamespace;return b.empty(),i(B.getTrustedResourceUrl(r)).then(function(i){var l,u,v,w;if(i=kb(i),p.replace){if(v=qb(i)?[]:ac($(s,ke(i))),l=v[0],1!=v.length||l.nodeType!==qe)throw Ue("tplrt","Template for directive '{0}' must have exactly one root element. {1}",p.name,r);u={$attr:{}},bb(d,b,l);var x=L(l,[],u);
5
- t(p.scope)&&R(x),a=x.concat(a),V(c,u)}else l=o,b.html(i);for(a.unshift(q),k=Q(a,l,c,e,b,p,g,h,j),f(d,function(a,c){a==l&&(d[c]=b[0])}),m=H(b[0].childNodes,e);n.length;){var y=n.shift(),z=n.shift(),A=n.shift(),B=n.shift(),C=b[0];if(!y.$$destroyed){if(z!==o){var D=z.className;j.hasElementTranscludeDirective&&p.replace||(C=vb(l)),bb(A,$d(z),C),E($d(C),D)}w=k.transcludeOnThisElement?K(y,k.transclude,B):B,k(m,y,C,d,w)}}n=null}),function(a,b,c,d,e){var f=e;b.$$destroyed||(n?n.push(b,c,d,f):(k.transcludeOnThisElement&&(f=K(b,k.transclude,e)),k(m,b,c,d,f)))}}function X(a,b){var c=b.priority-a.priority;return 0!==c?c:a.name!==b.name?a.name<b.name?-1:1:a.index-b.index}function Y(a,b,c,d){if(b)throw Ue("multidir","Multiple directives [{0}, {1}] asking for {2} on: {3}",b.name,c.name,a,T(d))}function Z(a,b){var c=d(b,!0);c&&a.push({priority:0,compile:function(a){var b=a.parent(),d=!!b.length;return d&&F.$$addBindingClass(b),function(a,b){var e=b.parent();d||F.$$addBindingClass(e),F.$$addBindingInfo(e,c.expressions),a.$watch(c,function(a){b[0].nodeValue=a})}}})}function $(a,c){switch(a=Ud(a||"html")){case"svg":case"math":var d=b.createElement("div");return d.innerHTML="<"+a+">"+c+"</"+a+">",d.childNodes[0].childNodes;default:return c}}function _(a,b){if("srcdoc"==b)return B.HTML;var c=I(a);return"xlinkHref"==b||"form"==c&&"action"==b||"img"!=c&&("src"==b||"ngSrc"==b)?B.RESOURCE_URL:void 0}function ab(a,b,c,e,f){var g=_(a,e);f=m[e]||f;var h=d(c,!0,g,f);if(h){if("multiple"===e&&"select"===I(a))throw Ue("selmulti","Binding to the 'multiple' attribute is not supported. Element: {0}",T(a));b.push({priority:100,compile:function(){return{pre:function(a,b,i){var j=i.$$observers||(i.$$observers={});if(v.test(e))throw Ue("nodomevents","Interpolations for HTML DOM event attributes are disallowed. Please use the ng- versions (such as ng-click instead of onclick) instead.");var k=i[e];k!==c&&(h=k&&d(k,!0,g,f),c=k),h&&(i[e]=h(a),(j[e]||(j[e]=[])).$$inter=!0,(i.$$observers&&i.$$observers[e].$$scope||a).$watch(h,function(a,b){"class"===e&&a!=b?i.$updateClass(a,b):i.$set(e,a)}))}}}})}}function bb(a,c,d){var e,f,g=c[0],h=c.length,i=g.parentNode;if(a)for(e=0,f=a.length;f>e;e++)if(a[e]==g){a[e++]=d;for(var j=e,k=j+h-1,l=a.length;l>j;j++,k++)l>k?a[j]=a[k]:delete a[j];a.length-=h-1,a.context===g&&(a.context=d);break}i&&i.replaceChild(d,g);var m=b.createDocumentFragment();m.appendChild(g),$d(d).data($d(g).data()),_d?(ie=!0,_d.cleanData([g])):delete $d.cache[g[$d.expando]];for(var n=1,o=c.length;o>n;n++){var p=c[n];$d(p).remove(),m.appendChild(p),delete c[n]}c[0]=d,c.length=1}function db(a,b){return l(function(){return a.apply(null,arguments)},a,b)}function fb(a,b,c,d,f,g){try{a(b,c,d,f,g)}catch(h){e(h,T(c))}}var gb=function(a,b){if(b){var c,d,e,f=Object.keys(b);for(c=0,d=f.length;d>c;c++)e=f[c],this[e]=b[e]}else this.$attr={};this.$$element=a};gb.prototype={$normalize:$b,$addClass:function(a){a&&a.length>0&&C.addClass(this.$$element,a)},$removeClass:function(a){a&&a.length>0&&C.removeClass(this.$$element,a)},$updateClass:function(a,b){var c=_b(a,b);c&&c.length&&C.addClass(this.$$element,c);var d=_b(b,a);d&&d.length&&C.removeClass(this.$$element,d)},$set:function(a,b,d,g){var h,i=this.$$element[0],j=Kb(i,a),k=Lb(i,a),l=a;if(j?(this.$$element.prop(a,b),g=j):k&&(this[k]=b,l=k),this[a]=b,g?this.$attr[a]=g:(g=this.$attr[a],g||(this.$attr[a]=g=cb(a,"-"))),h=I(this.$$element),"a"===h&&"href"===a||"img"===h&&"src"===a)this[a]=b=D(b,"src"===a);else if("img"===h&&"srcset"===a){for(var m="",n=ke(b),o=/(\s+\d+x\s*,|\s+\d+w\s*,|\s+,|,\s+)/,p=/\s/.test(n)?o:/(,)/,q=n.split(p),r=Math.floor(q.length/2),s=0;r>s;s++){var t=2*s;m+=D(ke(q[t]),!0),m+=" "+ke(q[t+1])}var u=ke(q[2*s]).split(/\s/);m+=D(ke(u[0]),!0),2===u.length&&(m+=" "+ke(u[1])),this[a]=b=m}d!==!1&&(null===b||b===c?this.$$element.removeAttr(g):this.$$element.attr(g,b));var v=this.$$observers;v&&f(v[l],function(a){try{a(b)}catch(c){e(c)}})},$observe:function(a,b){var c=this,d=c.$$observers||(c.$$observers=jb()),e=d[a]||(d[a]=[]);return e.push(b),y.$evalAsync(function(){!e.$$inter&&c.hasOwnProperty(a)&&b(c[a])}),function(){J(e,b)}}};var hb=d.startSymbol(),ib=d.endSymbol(),kb="{{"==hb||"}}"==ib?p:function(a){return a.replace(/\{\{/g,hb).replace(/}}/g,ib)},lb=/^ngAttr[A-Z]/;return F.$$addBindingInfo=w?function(a,b){var c=a.data("$binding")||[];je(b)?c=c.concat(b):c.push(b),a.data("$binding",c)}:o,F.$$addBindingClass=w?function(a){E(a,"ng-binding")}:o,F.$$addScopeInfo=w?function(a,b,c,d){var e=c?d?"$isolateScopeNoTemplate":"$isolateScope":"$scope";a.data(e,b)}:o,F.$$addScopeClass=w?function(a,b){E(a,b?"ng-isolate-scope":"ng-scope")}:o,F}]}function $b(a){return pb(a.replace(Ve,""))}function _b(a,b){var c="",d=a.split(/\s+/),e=b.split(/\s+/);a:for(var f=0;f<d.length;f++){for(var g=d[f],h=0;h<e.length;h++)if(g==e[h])continue a;c+=(c.length>0?" ":"")+g}return c}function ac(a){a=$d(a);var b=a.length;if(1>=b)return a;for(;b--;){var c=a[b];c.nodeType===se&&ce.call(a,b,1)}return a}function bc(){var a={},b=!1,e=/^(\S+)(\s+as\s+(\w+))?$/;this.register=function(b,c){gb(b,"controller"),t(b)?l(a,b):a[b]=c},this.allowGlobals=function(){b=!0},this.$get=["$injector","$window",function(f,g){function h(a,b,c,e){if(!a||!t(a.$scope))throw d("$controller")("noscp","Cannot export controller '{0}' as '{1}'! No $scope object provided via `locals`.",e,b);a.$scope[b]=c}return function(d,i,j,k){var m,n,o,p;if(j=j===!0,k&&u(k)&&(p=k),u(d)&&(n=d.match(e),o=n[1],p=p||n[3],d=a.hasOwnProperty(o)?a[o]:hb(i.$scope,o,!0)||(b?hb(g,o,!0):c),fb(d,o,!0)),j){var q=(je(d)?d[d.length-1]:d).prototype;return m=Object.create(q),p&&h(i,p,m,o||d.name),l(function(){return f.invoke(d,m,i,o),m},{instance:m,identifier:p})}return m=f.instantiate(d,i,o),p&&h(i,p,m,o||d.name),m}}]}function cc(){this.$get=["$window",function(a){return $d(a.document)}]}function dc(){this.$get=["$log",function(a){return function(){a.error.apply(a,arguments)}}]}function ec(a,b){if(u(a)){var c=a.replace($e,"").trim();if(c){var d=b("Content-Type");(d&&0===d.indexOf(We)||fc(c))&&(a=S(c))}}return a}function fc(a){var b=a.match(Ye);return b&&Ze[b[0]].test(a)}function gc(a){var b,c,d,e=jb();return a?(f(a.split("\n"),function(a){d=a.indexOf(":"),b=Ud(ke(a.substr(0,d))),c=ke(a.substr(d+1)),b&&(e[b]=e[b]?e[b]+", "+c:c)}),e):e}function hc(a){var b=t(a)?a:c;return function(c){if(b||(b=gc(a)),c){var d=b[Ud(c)];return void 0===d&&(d=null),d}return b}}function ic(a,b,c,d){return x(d)?d(a,b,c):(f(d,function(d){a=d(a,b,c)}),a)}function jc(a){return a>=200&&300>a}function kc(){var a=this.defaults={transformResponse:[ec],transformRequest:[function(a){return!t(a)||B(a)||D(a)||C(a)?a:R(a)}],headers:{common:{Accept:"application/json, text/plain, */*"},post:L(Xe),put:L(Xe),patch:L(Xe)},xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN"},b=!1;this.useApplyAsync=function(a){return s(a)?(b=!!a,this):b};var e=this.interceptors=[];this.$get=["$httpBackend","$browser","$cacheFactory","$rootScope","$q","$injector",function(g,i,j,k,m,n){function o(b){function e(a){var b=l({},a);return b.data=a.data?ic(a.data,a.headers,a.status,i.transformResponse):a.data,jc(a.status)?b:m.reject(b)}function g(a){var b,c={};return f(a,function(a,d){x(a)?(b=a(),null!=b&&(c[d]=b)):c[d]=a}),c}function h(b){var c,d,e,f=a.headers,h=l({},b.headers);f=l({},f.common,f[Ud(b.method)]);a:for(c in f){d=Ud(c);for(e in h)if(Ud(e)===d)continue a;h[c]=f[c]}return g(h)}if(!ge.isObject(b))throw d("$http")("badreq","Http request configuration must be an object. Received: {0}",b);var i=l({method:"get",transformRequest:a.transformRequest,transformResponse:a.transformResponse},b);i.headers=h(b),i.method=Wd(i.method);var j=function(b){var d=b.headers,g=ic(b.data,hc(d),c,b.transformRequest);return r(g)&&f(d,function(a,b){"content-type"===Ud(b)&&delete d[b]}),r(b.withCredentials)&&!r(a.withCredentials)&&(b.withCredentials=a.withCredentials),v(b,g).then(e,e)},k=[j,c],n=m.when(i);for(f(A,function(a){(a.request||a.requestError)&&k.unshift(a.request,a.requestError),(a.response||a.responseError)&&k.push(a.response,a.responseError)});k.length;){var o=k.shift(),p=k.shift();n=n.then(o,p)}return n.success=function(a){return n.then(function(b){a(b.data,b.status,b.headers,i)}),n},n.error=function(a){return n.then(null,function(b){a(b.data,b.status,b.headers,i)}),n},n}function p(){f(arguments,function(a){o[a]=function(b,c){return o(l(c||{},{method:a,url:b}))}})}function q(){f(arguments,function(a){o[a]=function(b,c,d){return o(l(d||{},{method:a,url:b,data:c}))}})}function v(d,e){function f(a,c,d,e){function f(){h(c,a,d,e)}n&&(jc(a)?n.put(w,[a,c,gc(d),e]):n.remove(w)),b?k.$applyAsync(f):(f(),k.$$phase||k.$apply())}function h(a,b,c,e){b=Math.max(b,0),(jc(b)?q.resolve:q.reject)({data:a,status:b,headers:hc(c),config:d,statusText:e})}function j(a){h(a.data,a.status,L(a.headers()),a.statusText)}function l(){var a=o.pendingRequests.indexOf(d);-1!==a&&o.pendingRequests.splice(a,1)}var n,p,q=m.defer(),u=q.promise,v=d.headers,w=y(d.url,d.params);if(o.pendingRequests.push(d),u.then(l,l),!d.cache&&!a.cache||d.cache===!1||"GET"!==d.method&&"JSONP"!==d.method||(n=t(d.cache)?d.cache:t(a.cache)?a.cache:z),n&&(p=n.get(w),s(p)?F(p)?p.then(j,j):je(p)?h(p[1],p[0],L(p[2]),p[3]):h(p,200,{},"OK"):n.put(w,u)),r(p)){var x=ed(d.url)?i.cookies()[d.xsrfCookieName||a.xsrfCookieName]:c;x&&(v[d.xsrfHeaderName||a.xsrfHeaderName]=x),g(d.method,w,e,f,v,d.timeout,d.withCredentials,d.responseType)}return u}function y(a,b){if(!b)return a;var c=[];return h(b,function(a,b){null===a||r(a)||(je(a)||(a=[a]),f(a,function(a){t(a)&&(a=w(a)?a.toISOString():R(a)),c.push(Y(b)+"="+Y(a))}))}),c.length>0&&(a+=(-1==a.indexOf("?")?"?":"&")+c.join("&")),a}var z=j("$http"),A=[];return f(e,function(a){A.unshift(u(a)?n.get(a):n.invoke(a))}),o.pendingRequests=[],p("get","delete","head","jsonp"),q("post","put","patch"),o.defaults=a,o}]}function lc(){return new a.XMLHttpRequest}function mc(){this.$get=["$browser","$window","$document",function(a,b,c){return nc(a,lc,a.defer,b.angular.callbacks,c[0])}]}function nc(a,b,d,e,g){function h(a,b,c){var d=g.createElement("script"),f=null;return d.type="text/javascript",d.src=a,d.async=!0,f=function(a){ze(d,"load",f),ze(d,"error",f),g.body.removeChild(d),d=null;var h=-1,i="unknown";a&&("load"!==a.type||e[b].called||(a={type:"error"}),i=a.type,h="error"===a.type?404:200),c&&c(h,i)},ye(d,"load",f),ye(d,"error",f),g.body.appendChild(d),f}return function(g,i,j,k,l,m,n,p){function q(){u&&u(),v&&v.abort()}function r(b,e,f,g,h){y!==c&&d.cancel(y),u=v=null,b(e,f,g,h),a.$$completeOutstandingRequest(o)}if(a.$$incOutstandingRequestCount(),i=i||a.url(),"jsonp"==Ud(g)){var t="_"+(e.counter++).toString(36);e[t]=function(a){e[t].data=a,e[t].called=!0};var u=h(i.replace("JSON_CALLBACK","angular.callbacks."+t),t,function(a,b){r(k,a,e[t].data,"",b),e[t]=o})}else{var v=b();v.open(g,i,!0),f(l,function(a,b){s(a)&&v.setRequestHeader(b,a)}),v.onload=function(){var a=v.statusText||"",b="response"in v?v.response:v.responseText,c=1223===v.status?204:v.status;0===c&&(c=b?200:"file"==dd(i).protocol?404:0),r(k,c,b,v.getAllResponseHeaders(),a)};var w=function(){r(k,-1,null,null,"")};if(v.onerror=w,v.onabort=w,n&&(v.withCredentials=!0),p)try{v.responseType=p}catch(x){if("json"!==p)throw x}v.send(j||null)}if(m>0)var y=d(q,m);else F(m)&&m.then(q)}}function oc(){var a="{{",b="}}";this.startSymbol=function(b){return b?(a=b,this):a},this.endSymbol=function(a){return a?(b=a,this):b},this.$get=["$parse","$exceptionHandler","$sce",function(c,d,e){function f(a){return"\\\\\\"+a}function g(f,g,m,n){function o(c){return c.replace(j,a).replace(k,b)}function p(a){try{return a=D(a),n&&!s(a)?a:E(a)}catch(b){var c=_e("interr","Can't interpolate: {0}\n{1}",f,b.toString());d(c)}}n=!!n;for(var q,t,u,v=0,w=[],y=[],z=f.length,A=[],B=[];z>v;){if(-1==(q=f.indexOf(a,v))||-1==(t=f.indexOf(b,q+h))){v!==z&&A.push(o(f.substring(v)));break}v!==q&&A.push(o(f.substring(v,q))),u=f.substring(q+h,t),w.push(u),y.push(c(u,p)),v=t+i,B.push(A.length),A.push("")}if(m&&A.length>1)throw _e("noconcat","Error while interpolating: {0}\nStrict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce",f);if(!g||w.length){var C=function(a){for(var b=0,c=w.length;c>b;b++){if(n&&r(a[b]))return;A[B[b]]=a[b]}return A.join("")},D=function(a){return m?e.getTrusted(m,a):e.valueOf(a)},E=function(a){if(null==a)return"";switch(typeof a){case"string":break;case"number":a=""+a;break;default:a=R(a)}return a};return l(function(a){var b=0,c=w.length,e=new Array(c);try{for(;c>b;b++)e[b]=y[b](a);return C(e)}catch(g){var h=_e("interr","Can't interpolate: {0}\n{1}",f,g.toString());d(h)}},{exp:f,expressions:w,$$watchDelegate:function(a,b,c){var d;return a.$watchGroup(y,function(c,e){var f=C(c);x(b)&&b.call(this,f,c!==e?d:f,a),d=f},c)}})}}var h=a.length,i=b.length,j=new RegExp(a.replace(/./g,f),"g"),k=new RegExp(b.replace(/./g,f),"g");return g.startSymbol=function(){return a},g.endSymbol=function(){return b},g}]}function pc(){this.$get=["$rootScope","$window","$q","$$q",function(a,b,c,d){function e(e,g,h,i){var j=b.setInterval,k=b.clearInterval,l=0,m=s(i)&&!i,n=(m?d:c).defer(),o=n.promise;return h=s(h)?h:0,o.then(null,null,e),o.$$intervalId=j(function(){n.notify(l++),h>0&&l>=h&&(n.resolve(l),k(o.$$intervalId),delete f[o.$$intervalId]),m||a.$apply()},g),f[o.$$intervalId]=n,o}var f={};return e.cancel=function(a){return a&&a.$$intervalId in f?(f[a.$$intervalId].reject("canceled"),b.clearInterval(a.$$intervalId),delete f[a.$$intervalId],!0):!1},e}]}function qc(){this.$get=function(){return{id:"en-us",NUMBER_FORMATS:{DECIMAL_SEP:".",GROUP_SEP:",",PATTERNS:[{minInt:1,minFrac:0,maxFrac:3,posPre:"",posSuf:"",negPre:"-",negSuf:"",gSize:3,lgSize:3},{minInt:1,minFrac:2,maxFrac:2,posPre:"¤",posSuf:"",negPre:"(¤",negSuf:")",gSize:3,lgSize:3}],CURRENCY_SYM:"$"},DATETIME_FORMATS:{MONTH:"January,February,March,April,May,June,July,August,September,October,November,December".split(","),SHORTMONTH:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec".split(","),DAY:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday".split(","),SHORTDAY:"Sun,Mon,Tue,Wed,Thu,Fri,Sat".split(","),AMPMS:["AM","PM"],medium:"MMM d, y h:mm:ss a","short":"M/d/yy h:mm a",fullDate:"EEEE, MMMM d, y",longDate:"MMMM d, y",mediumDate:"MMM d, y",shortDate:"M/d/yy",mediumTime:"h:mm:ss a",shortTime:"h:mm a"},pluralCat:function(a){return 1===a?"one":"other"}}}}function rc(a){for(var b=a.split("/"),c=b.length;c--;)b[c]=X(b[c]);return b.join("/")}function sc(a,b){var c=dd(a);b.$$protocol=c.protocol,b.$$host=c.hostname,b.$$port=m(c.port)||bf[c.protocol]||null}function tc(a,b){var c="/"!==a.charAt(0);c&&(a="/"+a);var d=dd(a);b.$$path=decodeURIComponent(c&&"/"===d.pathname.charAt(0)?d.pathname.substring(1):d.pathname),b.$$search=V(d.search),b.$$hash=decodeURIComponent(d.hash),b.$$path&&"/"!=b.$$path.charAt(0)&&(b.$$path="/"+b.$$path)}function uc(a,b){return 0===b.indexOf(a)?b.substr(a.length):void 0}function vc(a){var b=a.indexOf("#");return-1==b?a:a.substr(0,b)}function wc(a){return a.replace(/(#.+)|#$/,"$1")}function xc(a){return a.substr(0,vc(a).lastIndexOf("/")+1)}function yc(a){return a.substring(0,a.indexOf("/",a.indexOf("//")+2))}function zc(a,b){this.$$html5=!0,b=b||"";var d=xc(a);sc(a,this),this.$$parse=function(a){var b=uc(d,a);if(!u(b))throw cf("ipthprfx",'Invalid url "{0}", missing path prefix "{1}".',a,d);tc(b,this),this.$$path||(this.$$path="/"),this.$$compose()},this.$$compose=function(){var a=W(this.$$search),b=this.$$hash?"#"+X(this.$$hash):"";this.$$url=rc(this.$$path)+(a?"?"+a:"")+b,this.$$absUrl=d+this.$$url.substr(1)},this.$$parseLinkUrl=function(e,f){if(f&&"#"===f[0])return this.hash(f.slice(1)),!0;var g,h,i;return(g=uc(a,e))!==c?(h=g,i=(g=uc(b,g))!==c?d+(uc("/",g)||g):a+h):(g=uc(d,e))!==c?i=d+g:d==e+"/"&&(i=d),i&&this.$$parse(i),!!i}}function Ac(a,b){var c=xc(a);sc(a,this),this.$$parse=function(d){function e(a,b,c){var d,e=/^\/[A-Z]:(\/.*)/;return 0===b.indexOf(c)&&(b=b.replace(c,"")),e.exec(b)?a:(d=e.exec(a),d?d[1]:a)}var f,g=uc(a,d)||uc(c,d);"#"===g.charAt(0)?(f=uc(b,g),r(f)&&(f=g)):f=this.$$html5?g:"",tc(f,this),this.$$path=e(this.$$path,f,a),this.$$compose()},this.$$compose=function(){var c=W(this.$$search),d=this.$$hash?"#"+X(this.$$hash):"";this.$$url=rc(this.$$path)+(c?"?"+c:"")+d,this.$$absUrl=a+(this.$$url?b+this.$$url:"")},this.$$parseLinkUrl=function(b){return vc(a)==vc(b)?(this.$$parse(b),!0):!1}}function Bc(a,b){this.$$html5=!0,Ac.apply(this,arguments);var c=xc(a);this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,g;return a==vc(d)?f=d:(g=uc(c,d))?f=a+b+g:c===d+"/"&&(f=c),f&&this.$$parse(f),!!f},this.$$compose=function(){var c=W(this.$$search),d=this.$$hash?"#"+X(this.$$hash):"";this.$$url=rc(this.$$path)+(c?"?"+c:"")+d,this.$$absUrl=a+b+this.$$url}}function Cc(a){return function(){return this[a]}}function Dc(a,b){return function(c){return r(c)?this[a]:(this[a]=b(c),this.$$compose(),this)}}function Ec(){var a="",b={enabled:!1,requireBase:!0,rewriteLinks:!0};this.hashPrefix=function(b){return s(b)?(a=b,this):a},this.html5Mode=function(a){return E(a)?(b.enabled=a,this):t(a)?(E(a.enabled)&&(b.enabled=a.enabled),E(a.requireBase)&&(b.requireBase=a.requireBase),E(a.rewriteLinks)&&(b.rewriteLinks=a.rewriteLinks),this):b},this.$get=["$rootScope","$browser","$sniffer","$rootElement","$window",function(c,d,e,f,g){function h(a,b,c){var e=j.url(),f=j.$$state;try{d.url(a,b,c),j.$$state=d.state()}catch(g){throw j.url(e),j.$$state=f,g}}function i(a,b){c.$broadcast("$locationChangeSuccess",j.absUrl(),a,j.$$state,b)}var j,k,l,m=d.baseHref(),n=d.url();if(b.enabled){if(!m&&b.requireBase)throw cf("nobase","$location in HTML5 mode requires a <base> tag to be present!");l=yc(n)+(m||"/"),k=e.history?zc:Bc}else l=vc(n),k=Ac;j=new k(l,"#"+a),j.$$parseLinkUrl(n,n),j.$$state=d.state();var o=/^\s*(javascript|mailto):/i;f.on("click",function(a){if(b.rewriteLinks&&!a.ctrlKey&&!a.metaKey&&2!=a.which){for(var e=$d(a.target);"a"!==I(e[0]);)if(e[0]===f[0]||!(e=e.parent())[0])return;var h=e.prop("href"),i=e.attr("href")||e.attr("xlink:href");t(h)&&"[object SVGAnimatedString]"===h.toString()&&(h=dd(h.animVal).href),o.test(h)||!h||e.attr("target")||a.isDefaultPrevented()||j.$$parseLinkUrl(h,i)&&(a.preventDefault(),j.absUrl()!=d.url()&&(c.$apply(),g.angular["ff-684208-preventDefault"]=!0))}}),j.absUrl()!=n&&d.url(j.absUrl(),!0);var p=!0;return d.onUrlChange(function(a,b){c.$evalAsync(function(){var d,e=j.absUrl(),f=j.$$state;j.$$parse(a),j.$$state=b,d=c.$broadcast("$locationChangeStart",a,e,b,f).defaultPrevented,j.absUrl()===a&&(d?(j.$$parse(e),j.$$state=f,h(e,!1,f)):(p=!1,i(e,f)))}),c.$$phase||c.$digest()}),c.$watch(function(){var a=wc(d.url()),b=wc(j.absUrl()),f=d.state(),g=j.$$replace,k=a!==b||j.$$html5&&e.history&&f!==j.$$state;(p||k)&&(p=!1,c.$evalAsync(function(){var b=j.absUrl(),d=c.$broadcast("$locationChangeStart",b,a,j.$$state,f).defaultPrevented;j.absUrl()===b&&(d?(j.$$parse(a),j.$$state=f):(k&&h(b,g,f===j.$$state?null:j.$$state),i(a,f)))})),j.$$replace=!1}),j}]}function Fc(){var a=!0,b=this;this.debugEnabled=function(b){return s(b)?(a=b,this):a},this.$get=["$window",function(c){function d(a){return a instanceof Error&&(a.stack?a=a.message&&-1===a.stack.indexOf(a.message)?"Error: "+a.message+"\n"+a.stack:a.stack:a.sourceURL&&(a=a.message+"\n"+a.sourceURL+":"+a.line)),a}function e(a){var b=c.console||{},e=b[a]||b.log||o,g=!1;try{g=!!e.apply}catch(h){}return g?function(){var a=[];return f(arguments,function(b){a.push(d(b))}),e.apply(b,a)}:function(a,b){e(a,null==b?"":b)}}return{log:e("log"),info:e("info"),warn:e("warn"),error:e("error"),debug:function(){var c=e("debug");return function(){a&&c.apply(b,arguments)}}()}}]}function Gc(a,b){if("__defineGetter__"===a||"__defineSetter__"===a||"__lookupGetter__"===a||"__lookupSetter__"===a||"__proto__"===a)throw ef("isecfld","Attempting to access a disallowed field in Angular expressions! Expression: {0}",b);return a}function Hc(a,b){if(a){if(a.constructor===a)throw ef("isecfn","Referencing Function in Angular expressions is disallowed! Expression: {0}",b);if(a.window===a)throw ef("isecwindow","Referencing the Window in Angular expressions is disallowed! Expression: {0}",b);if(a.children&&(a.nodeName||a.prop&&a.attr&&a.find))throw ef("isecdom","Referencing DOM nodes in Angular expressions is disallowed! Expression: {0}",b);if(a===Object)throw ef("isecobj","Referencing Object in Angular expressions is disallowed! Expression: {0}",b)}return a}function Ic(a,b){if(a){if(a.constructor===a)throw ef("isecfn","Referencing Function in Angular expressions is disallowed! Expression: {0}",b);if(a===ff||a===gf||a===hf)throw ef("isecff","Referencing call, apply or bind in Angular expressions is disallowed! Expression: {0}",b)}}function Jc(a){return a.constant}function Kc(a,b,c,d){Hc(a,d);for(var e,f=b.split("."),g=0;f.length>1;g++){e=Gc(f.shift(),d);var h=Hc(a[e],d);h||(h={},a[e]=h),a=h}return e=Gc(f.shift(),d),Hc(a[e],d),a[e]=c,c}function Lc(a){return"constructor"==a}function Mc(a,b,d,e,f,g,h){Gc(a,g),Gc(b,g),Gc(d,g),Gc(e,g),Gc(f,g);var i=function(a){return Hc(a,g)},j=h||Lc(a)?i:p,k=h||Lc(b)?i:p,l=h||Lc(d)?i:p,m=h||Lc(e)?i:p,n=h||Lc(f)?i:p;return function(g,h){var i=h&&h.hasOwnProperty(a)?h:g;return null==i?i:(i=j(i[a]),b?null==i?c:(i=k(i[b]),d?null==i?c:(i=l(i[d]),e?null==i?c:(i=m(i[e]),f?null==i?c:i=n(i[f]):i):i):i):i)}}function Nc(a,b){return function(c,d){return a(c,d,Hc,b)}}function Oc(a,b,d){var e=b.expensiveChecks,g=e?pf:of,h=g[a];if(h)return h;var i=a.split("."),j=i.length;if(b.csp)h=6>j?Mc(i[0],i[1],i[2],i[3],i[4],d,e):function(a,b){var f,g=0;do f=Mc(i[g++],i[g++],i[g++],i[g++],i[g++],d,e)(a,b),b=c,a=f;while(j>g);return f};else{var k="";e&&(k+="s = eso(s, fe);\nl = eso(l, fe);\n");var l=e;f(i,function(a,b){Gc(a,d);var c=(b?"s":'((l&&l.hasOwnProperty("'+a+'"))?l:s)')+"."+a;(e||Lc(a))&&(c="eso("+c+", fe)",l=!0),k+="if(s == null) return undefined;\ns="+c+";\n"}),k+="return s;";var m=new Function("s","l","eso","fe",k);m.toString=q(k),l&&(m=Nc(m,d)),h=m}return h.sharedGetter=!0,h.assign=function(b,c){return Kc(b,a,c,a)},g[a]=h,h}function Pc(a){return x(a.valueOf)?a.valueOf():qf.call(a)}function Qc(){var a=jb(),b=jb();this.$get=["$filter","$sniffer",function(c,d){function e(a){var b=a;return a.sharedGetter&&(b=function(b,c){return a(b,c)},b.literal=a.literal,b.constant=a.constant,b.assign=a.assign),b}function g(a,b){for(var c=0,d=a.length;d>c;c++){var e=a[c];e.constant||(e.inputs?g(e.inputs,b):-1===b.indexOf(e)&&b.push(e))}return b}function h(a,b){return null==a||null==b?a===b:"object"==typeof a&&(a=Pc(a),"object"==typeof a)?!1:a===b||a!==a&&b!==b}function i(a,b,c,d){var e,f=d.$$inputs||(d.$$inputs=g(d.inputs,[]));if(1===f.length){var i=h;return f=f[0],a.$watch(function(a){var b=f(a);return h(b,i)||(e=d(a),i=b&&Pc(b)),e},b,c)}for(var j=[],k=0,l=f.length;l>k;k++)j[k]=h;return a.$watch(function(a){for(var b=!1,c=0,g=f.length;g>c;c++){var i=f[c](a);(b||(b=!h(i,j[c])))&&(j[c]=i&&Pc(i))}return b&&(e=d(a)),e},b,c)}function j(a,b,c,d){var e,f;return e=a.$watch(function(a){return d(a)},function(a,c,d){f=a,x(b)&&b.apply(this,arguments),s(a)&&d.$$postDigest(function(){s(f)&&e()})},c)}function k(a,b,c,d){function e(a){var b=!0;return f(a,function(a){s(a)||(b=!1)}),b}var g,h;return g=a.$watch(function(a){return d(a)},function(a,c,d){h=a,x(b)&&b.call(this,a,c,d),e(a)&&d.$$postDigest(function(){e(h)&&g()})},c)}function l(a,b,c,d){var e;return e=a.$watch(function(a){return d(a)},function(){x(b)&&b.apply(this,arguments),e()},c)}function m(a,b){if(!b)return a;var c=a.$$watchDelegate,d=c!==k&&c!==j,e=d?function(c,d){var e=a(c,d);return b(e,c,d)}:function(c,d){var e=a(c,d),f=b(e,c,d);return s(e)?f:e};return a.$$watchDelegate&&a.$$watchDelegate!==i?e.$$watchDelegate=a.$$watchDelegate:b.$stateful||(e.$$watchDelegate=i,e.inputs=[a]),e}var n={csp:d.csp,expensiveChecks:!1},p={csp:d.csp,expensiveChecks:!0};return function(d,f,g){var h,q,r;switch(typeof d){case"string":r=d=d.trim();var s=g?b:a;if(h=s[r],!h){":"===d.charAt(0)&&":"===d.charAt(1)&&(q=!0,d=d.substring(2));var t=g?p:n,u=new mf(t),v=new nf(u,c,t);h=v.parse(d),h.constant?h.$$watchDelegate=l:q?(h=e(h),h.$$watchDelegate=h.literal?k:j):h.inputs&&(h.$$watchDelegate=i),s[r]=h}return m(h,f);case"function":return m(d,f);default:return m(o,f)}}}]}function Rc(){this.$get=["$rootScope","$exceptionHandler",function(a,b){return Tc(function(b){a.$evalAsync(b)},b)}]}function Sc(){this.$get=["$browser","$exceptionHandler",function(a,b){return Tc(function(b){a.defer(b)},b)}]}function Tc(a,b){function e(a,b,c){function d(b){return function(c){e||(e=!0,b.call(a,c))}}var e=!1;return[d(b),d(c)]}function g(){this.$$state={status:0}}function h(a,b){return function(c){b.call(a,c)}}function i(a){var d,e,f;f=a.pending,a.processScheduled=!1,a.pending=c;for(var g=0,h=f.length;h>g;++g){e=f[g][0],d=f[g][a.status];try{x(d)?e.resolve(d(a.value)):1===a.status?e.resolve(a.value):e.reject(a.value)}catch(i){e.reject(i),b(i)}}}function j(b){!b.processScheduled&&b.pending&&(b.processScheduled=!0,a(function(){i(b)}))}function k(){this.promise=new g,this.resolve=h(this,this.resolve),this.reject=h(this,this.reject),this.notify=h(this,this.notify)}function l(a){var b=new k,c=0,d=je(a)?[]:{};return f(a,function(a,e){c++,r(a).then(function(a){d.hasOwnProperty(e)||(d[e]=a,--c||b.resolve(d))},function(a){d.hasOwnProperty(e)||b.reject(a)})}),0===c&&b.resolve(d),b.promise}var m=d("$q",TypeError),n=function(){return new k};g.prototype={then:function(a,b,c){var d=new k;return this.$$state.pending=this.$$state.pending||[],this.$$state.pending.push([d,a,b,c]),this.$$state.status>0&&j(this.$$state),d.promise},"catch":function(a){return this.then(null,a)},"finally":function(a,b){return this.then(function(b){return q(b,!0,a)},function(b){return q(b,!1,a)},b)}},k.prototype={resolve:function(a){this.promise.$$state.status||(a===this.promise?this.$$reject(m("qcycle","Expected promise to be resolved with value other than itself '{0}'",a)):this.$$resolve(a))},$$resolve:function(a){var c,d;d=e(this,this.$$resolve,this.$$reject);try{(t(a)||x(a))&&(c=a&&a.then),x(c)?(this.promise.$$state.status=-1,c.call(a,d[0],d[1],this.notify)):(this.promise.$$state.value=a,this.promise.$$state.status=1,j(this.promise.$$state))}catch(f){d[1](f),b(f)}},reject:function(a){this.promise.$$state.status||this.$$reject(a)},$$reject:function(a){this.promise.$$state.value=a,this.promise.$$state.status=2,j(this.promise.$$state)},notify:function(c){var d=this.promise.$$state.pending;this.promise.$$state.status<=0&&d&&d.length&&a(function(){for(var a,e,f=0,g=d.length;g>f;f++){e=d[f][0],a=d[f][3];try{e.notify(x(a)?a(c):c)}catch(h){b(h)}}})}};var o=function(a){var b=new k;return b.reject(a),b.promise},p=function(a,b){var c=new k;return b?c.resolve(a):c.reject(a),c.promise},q=function(a,b,c){var d=null;try{x(c)&&(d=c())}catch(e){return p(e,!1)}return F(d)?d.then(function(){return p(a,b)},function(a){return p(a,!1)}):p(a,b)},r=function(a,b,c,d){var e=new k;return e.resolve(a),e.promise.then(b,c,d)},s=function u(a){function b(a){d.resolve(a)}function c(a){d.reject(a)}if(!x(a))throw m("norslvr","Expected resolverFn, got '{0}'",a);if(!(this instanceof u))return new u(a);var d=new k;return a(b,c),d.promise};return s.defer=n,s.reject=o,s.when=r,s.all=l,s}function Uc(){this.$get=["$window","$timeout",function(a,b){var c=a.requestAnimationFrame||a.webkitRequestAnimationFrame,d=a.cancelAnimationFrame||a.webkitCancelAnimationFrame||a.webkitCancelRequestAnimationFrame,e=!!c,f=e?function(a){var b=c(a);return function(){d(b)}}:function(a){var c=b(a,16.66,!1);return function(){b.cancel(c)}};return f.supported=e,f}]}function Vc(){var a=10,b=d("$rootScope"),c=null,g=null;this.digestTtl=function(b){return arguments.length&&(a=b),a},this.$get=["$injector","$exceptionHandler","$parse","$browser",function(d,h,i,k){function l(){this.$id=j(),this.$$phase=this.$parent=this.$$watchers=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=null,this.$root=this,this.$$destroyed=!1,this.$$listeners={},this.$$listenerCount={},this.$$isolateBindings=null}function m(a){if(v.$$phase)throw b("inprog","{0} already in progress",v.$$phase);v.$$phase=a}function n(){v.$$phase=null}function p(a,b,c){do a.$$listenerCount[c]-=b,0===a.$$listenerCount[c]&&delete a.$$listenerCount[c];while(a=a.$parent)}function q(){}function s(){for(;z.length;)try{z.shift()()}catch(a){h(a)}g=null}function u(){null===g&&(g=k.defer(function(){v.$apply(s)}))}l.prototype={constructor:l,$new:function(a,b){function c(){d.$$destroyed=!0}var d;return b=b||this,a?(d=new l,d.$root=this.$root):(this.$$ChildScope||(this.$$ChildScope=function(){this.$$watchers=this.$$nextSibling=this.$$childHead=this.$$childTail=null,this.$$listeners={},this.$$listenerCount={},this.$id=j(),this.$$ChildScope=null},this.$$ChildScope.prototype=this),d=new this.$$ChildScope),d.$parent=b,d.$$prevSibling=b.$$childTail,b.$$childHead?(b.$$childTail.$$nextSibling=d,b.$$childTail=d):b.$$childHead=b.$$childTail=d,(a||b!=this)&&d.$on("$destroy",c),d},$watch:function(a,b,d){var e=i(a);if(e.$$watchDelegate)return e.$$watchDelegate(this,b,d,e);var f=this,g=f.$$watchers,h={fn:b,last:q,get:e,exp:a,eq:!!d};return c=null,x(b)||(h.fn=o),g||(g=f.$$watchers=[]),g.unshift(h),function(){J(g,h),c=null}},$watchGroup:function(a,b){function c(){i=!1,j?(j=!1,b(e,e,h)):b(e,d,h)}var d=new Array(a.length),e=new Array(a.length),g=[],h=this,i=!1,j=!0;if(!a.length){var k=!0;return h.$evalAsync(function(){k&&b(e,e,h)}),function(){k=!1}}return 1===a.length?this.$watch(a[0],function(a,c,f){e[0]=a,d[0]=c,b(e,a===c?e:d,f)}):(f(a,function(a,b){var f=h.$watch(a,function(a,f){e[b]=a,d[b]=f,i||(i=!0,h.$evalAsync(c))});g.push(f)}),function(){for(;g.length;)g.shift()()})},$watchCollection:function(a,b){function c(a){f=a;var b,c,d,h,i;if(!r(f)){if(t(f))if(e(f)){g!==n&&(g=n,q=g.length=0,l++),b=f.length,q!==b&&(l++,g.length=q=b);for(var j=0;b>j;j++)i=g[j],h=f[j],d=i!==i&&h!==h,d||i===h||(l++,g[j]=h)}else{g!==o&&(g=o={},q=0,l++),b=0;for(c in f)f.hasOwnProperty(c)&&(b++,h=f[c],i=g[c],c in g?(d=i!==i&&h!==h,d||i===h||(l++,g[c]=h)):(q++,g[c]=h,l++));if(q>b){l++;for(c in g)f.hasOwnProperty(c)||(q--,delete g[c])}}else g!==f&&(g=f,l++);return l}}function d(){if(p?(p=!1,b(f,f,j)):b(f,h,j),k)if(t(f))if(e(f)){h=new Array(f.length);for(var a=0;a<f.length;a++)h[a]=f[a]}else{h={};for(var c in f)Vd.call(f,c)&&(h[c]=f[c])}else h=f}c.$stateful=!0;var f,g,h,j=this,k=b.length>1,l=0,m=i(a,c),n=[],o={},p=!0,q=0;return this.$watch(m,d)},$digest:function(){var d,e,f,i,j,l,o,p,r,t,u=a,z=this,A=[];m("$digest"),k.$$checkUrlChange(),this===v&&null!==g&&(k.defer.cancel(g),s()),c=null;do{for(l=!1,p=z;w.length;){try{t=w.shift(),t.scope.$eval(t.expression,t.locals)}catch(B){h(B)}c=null}a:do{if(i=p.$$watchers)for(j=i.length;j--;)try{if(d=i[j])if((e=d.get(p))===(f=d.last)||(d.eq?M(e,f):"number"==typeof e&&"number"==typeof f&&isNaN(e)&&isNaN(f))){if(d===c){l=!1;break a}}else l=!0,c=d,d.last=d.eq?K(e,null):e,d.fn(e,f===q?e:f,p),5>u&&(r=4-u,A[r]||(A[r]=[]),A[r].push({msg:x(d.exp)?"fn: "+(d.exp.name||d.exp.toString()):d.exp,newVal:e,oldVal:f}))}catch(B){h(B)}if(!(o=p.$$childHead||p!==z&&p.$$nextSibling))for(;p!==z&&!(o=p.$$nextSibling);)p=p.$parent}while(p=o);if((l||w.length)&&!u--)throw n(),b("infdig","{0} $digest() iterations reached. Aborting!\nWatchers fired in the last 5 iterations: {1}",a,A)}while(l||w.length);for(n();y.length;)try{y.shift()()}catch(B){h(B)}},$destroy:function(){if(!this.$$destroyed){var a=this.$parent;if(this.$broadcast("$destroy"),this.$$destroyed=!0,this!==v){for(var b in this.$$listenerCount)p(this,this.$$listenerCount[b],b);a.$$childHead==this&&(a.$$childHead=this.$$nextSibling),a.$$childTail==this&&(a.$$childTail=this.$$prevSibling),this.$$prevSibling&&(this.$$prevSibling.$$nextSibling=this.$$nextSibling),this.$$nextSibling&&(this.$$nextSibling.$$prevSibling=this.$$prevSibling),this.$destroy=this.$digest=this.$apply=this.$evalAsync=this.$applyAsync=o,this.$on=this.$watch=this.$watchGroup=function(){return o
6
- },this.$$listeners={},this.$parent=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=this.$root=this.$$watchers=null}}},$eval:function(a,b){return i(a)(this,b)},$evalAsync:function(a,b){v.$$phase||w.length||k.defer(function(){w.length&&v.$digest()}),w.push({scope:this,expression:a,locals:b})},$$postDigest:function(a){y.push(a)},$apply:function(a){try{return m("$apply"),this.$eval(a)}catch(b){h(b)}finally{n();try{v.$digest()}catch(b){throw h(b),b}}},$applyAsync:function(a){function b(){c.$eval(a)}var c=this;a&&z.push(b),u()},$on:function(a,b){var c=this.$$listeners[a];c||(this.$$listeners[a]=c=[]),c.push(b);var d=this;do d.$$listenerCount[a]||(d.$$listenerCount[a]=0),d.$$listenerCount[a]++;while(d=d.$parent);var e=this;return function(){var d=c.indexOf(b);-1!==d&&(c[d]=null,p(e,1,a))}},$emit:function(a){var b,c,d,e=[],f=this,g=!1,i={name:a,targetScope:f,stopPropagation:function(){g=!0},preventDefault:function(){i.defaultPrevented=!0},defaultPrevented:!1},j=N([i],arguments,1);do{for(b=f.$$listeners[a]||e,i.currentScope=f,c=0,d=b.length;d>c;c++)if(b[c])try{b[c].apply(null,j)}catch(k){h(k)}else b.splice(c,1),c--,d--;if(g)return i.currentScope=null,i;f=f.$parent}while(f);return i.currentScope=null,i},$broadcast:function(a){var b=this,c=b,d=b,e={name:a,targetScope:b,preventDefault:function(){e.defaultPrevented=!0},defaultPrevented:!1};if(!b.$$listenerCount[a])return e;for(var f,g,i,j=N([e],arguments,1);c=d;){for(e.currentScope=c,f=c.$$listeners[a]||[],g=0,i=f.length;i>g;g++)if(f[g])try{f[g].apply(null,j)}catch(k){h(k)}else f.splice(g,1),g--,i--;if(!(d=c.$$listenerCount[a]&&c.$$childHead||c!==b&&c.$$nextSibling))for(;c!==b&&!(d=c.$$nextSibling);)c=c.$parent}return e.currentScope=null,e}};var v=new l,w=v.$$asyncQueue=[],y=v.$$postDigestQueue=[],z=v.$$applyAsyncQueue=[];return v}]}function Wc(){var a=/^\s*(https?|ftp|mailto|tel|file):/,b=/^\s*((https?|ftp|file|blob):|data:image\/)/;this.aHrefSanitizationWhitelist=function(b){return s(b)?(a=b,this):a},this.imgSrcSanitizationWhitelist=function(a){return s(a)?(b=a,this):b},this.$get=function(){return function(c,d){var e,f=d?b:a;return e=dd(c).href,""===e||e.match(f)?c:"unsafe:"+e}}}function Xc(a){if("self"===a)return a;if(u(a)){if(a.indexOf("***")>-1)throw rf("iwcard","Illegal sequence *** in string matcher. String: {0}",a);return a=le(a).replace("\\*\\*",".*").replace("\\*","[^:/.?&;]*"),new RegExp("^"+a+"$")}if(y(a))return new RegExp("^"+a.source+"$");throw rf("imatcher",'Matchers may only be "self", string patterns or RegExp objects')}function Yc(a){var b=[];return s(a)&&f(a,function(a){b.push(Xc(a))}),b}function Zc(){this.SCE_CONTEXTS=sf;var a=["self"],b=[];this.resourceUrlWhitelist=function(b){return arguments.length&&(a=Yc(b)),a},this.resourceUrlBlacklist=function(a){return arguments.length&&(b=Yc(a)),b},this.$get=["$injector",function(d){function e(a,b){return"self"===a?ed(b):!!a.exec(b.href)}function f(c){var d,f,g=dd(c.toString()),h=!1;for(d=0,f=a.length;f>d;d++)if(e(a[d],g)){h=!0;break}if(h)for(d=0,f=b.length;f>d;d++)if(e(b[d],g)){h=!1;break}return h}function g(a){var b=function(a){this.$$unwrapTrustedValue=function(){return a}};return a&&(b.prototype=new a),b.prototype.valueOf=function(){return this.$$unwrapTrustedValue()},b.prototype.toString=function(){return this.$$unwrapTrustedValue().toString()},b}function h(a,b){var d=m.hasOwnProperty(a)?m[a]:null;if(!d)throw rf("icontext","Attempted to trust a value in invalid context. Context: {0}; Value: {1}",a,b);if(null===b||b===c||""===b)return b;if("string"!=typeof b)throw rf("itype","Attempted to trust a non-string value in a content requiring a string: Context: {0}",a);return new d(b)}function i(a){return a instanceof l?a.$$unwrapTrustedValue():a}function j(a,b){if(null===b||b===c||""===b)return b;var d=m.hasOwnProperty(a)?m[a]:null;if(d&&b instanceof d)return b.$$unwrapTrustedValue();if(a===sf.RESOURCE_URL){if(f(b))return b;throw rf("insecurl","Blocked loading resource from url not allowed by $sceDelegate policy. URL: {0}",b.toString())}if(a===sf.HTML)return k(b);throw rf("unsafe","Attempting to use an unsafe value in a safe context.")}var k=function(){throw rf("unsafe","Attempting to use an unsafe value in a safe context.")};d.has("$sanitize")&&(k=d.get("$sanitize"));var l=g(),m={};return m[sf.HTML]=g(l),m[sf.CSS]=g(l),m[sf.URL]=g(l),m[sf.JS]=g(l),m[sf.RESOURCE_URL]=g(m[sf.URL]),{trustAs:h,getTrusted:j,valueOf:i}}]}function $c(){var a=!0;this.enabled=function(b){return arguments.length&&(a=!!b),a},this.$get=["$parse","$sceDelegate",function(b,c){if(a&&8>Zd)throw rf("iequirks","Strict Contextual Escaping does not support Internet Explorer version < 11 in quirks mode. You can fix this by adding the text <!doctype html> to the top of your HTML document. See http://docs.angularjs.org/api/ng.$sce for more information.");var d=L(sf);d.isEnabled=function(){return a},d.trustAs=c.trustAs,d.getTrusted=c.getTrusted,d.valueOf=c.valueOf,a||(d.trustAs=d.getTrusted=function(a,b){return b},d.valueOf=p),d.parseAs=function(a,c){var e=b(c);return e.literal&&e.constant?e:b(c,function(b){return d.getTrusted(a,b)})};var e=d.parseAs,g=d.getTrusted,h=d.trustAs;return f(sf,function(a,b){var c=Ud(b);d[pb("parse_as_"+c)]=function(b){return e(a,b)},d[pb("get_trusted_"+c)]=function(b){return g(a,b)},d[pb("trust_as_"+c)]=function(b){return h(a,b)}}),d}]}function _c(){this.$get=["$window","$document",function(a,b){var c,d,e={},f=m((/android (\d+)/.exec(Ud((a.navigator||{}).userAgent))||[])[1]),g=/Boxee/i.test((a.navigator||{}).userAgent),h=b[0]||{},i=/^(Moz|webkit|ms)(?=[A-Z])/,j=h.body&&h.body.style,k=!1,l=!1;if(j){for(var n in j)if(d=i.exec(n)){c=d[0],c=c.substr(0,1).toUpperCase()+c.substr(1);break}c||(c="WebkitOpacity"in j&&"webkit"),k=!!("transition"in j||c+"Transition"in j),l=!!("animation"in j||c+"Animation"in j),!f||k&&l||(k=u(h.body.style.webkitTransition),l=u(h.body.style.webkitAnimation))}return{history:!(!a.history||!a.history.pushState||4>f||g),hasEvent:function(a){if("input"===a&&11>=Zd)return!1;if(r(e[a])){var b=h.createElement("div");e[a]="on"+a in b}return e[a]},csp:me(),vendorPrefix:c,transitions:k,animations:l,android:f}}]}function ad(){this.$get=["$templateCache","$http","$q",function(a,b,c){function d(e,f){function g(a){if(h.totalPendingRequests--,!f)throw Ue("tpload","Failed to load template: {0}",e);return c.reject(a)}var h=d;h.totalPendingRequests++;var i=b.defaults&&b.defaults.transformResponse;je(i)?i=i.filter(function(a){return a!==ec}):i===ec&&(i=null);var j={cache:a,transformResponse:i};return b.get(e,j).then(function(a){return h.totalPendingRequests--,a.data},g)}return d.totalPendingRequests=0,d}]}function bd(){this.$get=["$rootScope","$browser","$location",function(a,b,c){var d={};return d.findBindings=function(a,b,c){var d=a.getElementsByClassName("ng-binding"),e=[];return f(d,function(a){var d=ge.element(a).data("$binding");d&&f(d,function(d){if(c){var f=new RegExp("(^|\\s)"+le(b)+"(\\s|\\||$)");f.test(d)&&e.push(a)}else-1!=d.indexOf(b)&&e.push(a)})}),e},d.findModels=function(a,b,c){for(var d=["ng-","data-ng-","ng\\:"],e=0;e<d.length;++e){var f=c?"=":"*=",g="["+d[e]+"model"+f+'"'+b+'"]',h=a.querySelectorAll(g);if(h.length)return h}},d.getLocation=function(){return c.url()},d.setLocation=function(b){b!==c.url()&&(c.url(b),a.$digest())},d.whenStable=function(a){b.notifyWhenNoOutstandingRequests(a)},d}]}function cd(){this.$get=["$rootScope","$browser","$q","$$q","$exceptionHandler",function(a,b,c,d,e){function f(f,h,i){var j,k=s(i)&&!i,l=(k?d:c).defer(),m=l.promise;return j=b.defer(function(){try{l.resolve(f())}catch(b){l.reject(b),e(b)}finally{delete g[m.$$timeoutId]}k||a.$apply()},h),m.$$timeoutId=j,g[j]=l,m}var g={};return f.cancel=function(a){return a&&a.$$timeoutId in g?(g[a.$$timeoutId].reject("canceled"),delete g[a.$$timeoutId],b.defer.cancel(a.$$timeoutId)):!1},f}]}function dd(a){var b=a;return Zd&&(tf.setAttribute("href",b),b=tf.href),tf.setAttribute("href",b),{href:tf.href,protocol:tf.protocol?tf.protocol.replace(/:$/,""):"",host:tf.host,search:tf.search?tf.search.replace(/^\?/,""):"",hash:tf.hash?tf.hash.replace(/^#/,""):"",hostname:tf.hostname,port:tf.port,pathname:"/"===tf.pathname.charAt(0)?tf.pathname:"/"+tf.pathname}}function ed(a){var b=u(a)?dd(a):a;return b.protocol===uf.protocol&&b.host===uf.host}function fd(){this.$get=q(a)}function gd(a){function b(d,e){if(t(d)){var g={};return f(d,function(a,c){g[c]=b(c,a)}),g}return a.factory(d+c,e)}var c="Filter";this.register=b,this.$get=["$injector",function(a){return function(b){return a.get(b+c)}}],b("currency",kd),b("date",vd),b("filter",hd),b("json",wd),b("limitTo",xd),b("lowercase",zf),b("number",ld),b("orderBy",yd),b("uppercase",Af)}function hd(){return function(a,b,c){if(!je(a))return a;var d,e;switch(typeof b){case"function":d=b;break;case"boolean":case"number":case"string":e=!0;case"object":d=id(b,c,e);break;default:return a}return a.filter(d)}}function id(a,b,c){var d;return b===!0?b=M:x(b)||(b=function(a,b){return t(a)||t(b)?!1:(a=Ud(""+a),b=Ud(""+b),-1!==a.indexOf(b))}),d=function(d){return jd(d,a,b,c)}}function jd(a,b,c,d){var e=typeof a,f=typeof b;if("string"===f&&"!"===b.charAt(0))return!jd(a,b.substring(1),c,d);if("array"===e)return a.some(function(a){return jd(a,b,c,d)});switch(e){case"object":var g;if(d){for(g in a)if("$"!==g.charAt(0)&&jd(a[g],b,c))return!0;return!1}if("object"===f){for(g in b){var h=b[g];if(!x(h)){var i="$"===g,j=i?a:a[g];if(!jd(j,h,c,i))return!1}}return!0}return c(a,b);case"function":return!1;default:return c(a,b)}}function kd(a){var b=a.NUMBER_FORMATS;return function(a,c,d){return r(c)&&(c=b.CURRENCY_SYM),r(d)&&(d=b.PATTERNS[1].maxFrac),null==a?a:md(a,b.PATTERNS[1],b.GROUP_SEP,b.DECIMAL_SEP,d).replace(/\u00A4/g,c)}}function ld(a){var b=a.NUMBER_FORMATS;return function(a,c){return null==a?a:md(a,b.PATTERNS[0],b.GROUP_SEP,b.DECIMAL_SEP,c)}}function md(a,b,c,d,e){if(!isFinite(a)||t(a))return"";var f=0>a;a=Math.abs(a);var g=a+"",h="",i=[],j=!1;if(-1!==g.indexOf("e")){var k=g.match(/([\d\.]+)e(-?)(\d+)/);k&&"-"==k[2]&&k[3]>e+1?a=0:(h=g,j=!0)}if(j)e>0&&1>a&&(h=a.toFixed(e),a=parseFloat(h));else{var l=(g.split(vf)[1]||"").length;r(e)&&(e=Math.min(Math.max(b.minFrac,l),b.maxFrac)),a=+(Math.round(+(a.toString()+"e"+e)).toString()+"e"+-e);var m=(""+a).split(vf),n=m[0];m=m[1]||"";var o,p=0,q=b.lgSize,s=b.gSize;if(n.length>=q+s)for(p=n.length-q,o=0;p>o;o++)(p-o)%s===0&&0!==o&&(h+=c),h+=n.charAt(o);for(o=p;o<n.length;o++)(n.length-o)%q===0&&0!==o&&(h+=c),h+=n.charAt(o);for(;m.length<e;)m+="0";e&&"0"!==e&&(h+=d+m.substr(0,e))}return 0===a&&(f=!1),i.push(f?b.negPre:b.posPre,h,f?b.negSuf:b.posSuf),i.join("")}function nd(a,b,c){var d="";for(0>a&&(d="-",a=-a),a=""+a;a.length<b;)a="0"+a;return c&&(a=a.substr(a.length-b)),d+a}function od(a,b,c,d){return c=c||0,function(e){var f=e["get"+a]();return(c>0||f>-c)&&(f+=c),0===f&&-12==c&&(f=12),nd(f,b,d)}}function pd(a,b){return function(c,d){var e=c["get"+a](),f=Wd(b?"SHORT"+a:a);return d[f][e]}}function qd(a){var b=-1*a.getTimezoneOffset(),c=b>=0?"+":"";return c+=nd(Math[b>0?"floor":"ceil"](b/60),2)+nd(Math.abs(b%60),2)}function rd(a){var b=new Date(a,0,1).getDay();return new Date(a,0,(4>=b?5:12)-b)}function sd(a){return new Date(a.getFullYear(),a.getMonth(),a.getDate()+(4-a.getDay()))}function td(a){return function(b){var c=rd(b.getFullYear()),d=sd(b),e=+d-+c,f=1+Math.round(e/6048e5);return nd(f,a)}}function ud(a,b){return a.getHours()<12?b.AMPMS[0]:b.AMPMS[1]}function vd(a){function b(a){var b;if(b=a.match(c)){var d=new Date(0),e=0,f=0,g=b[8]?d.setUTCFullYear:d.setFullYear,h=b[8]?d.setUTCHours:d.setHours;b[9]&&(e=m(b[9]+b[10]),f=m(b[9]+b[11])),g.call(d,m(b[1]),m(b[2])-1,m(b[3]));var i=m(b[4]||0)-e,j=m(b[5]||0)-f,k=m(b[6]||0),l=Math.round(1e3*parseFloat("0."+(b[7]||0)));return h.call(d,i,j,k,l),d}return a}var c=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;return function(c,d,e){var g,h,i="",j=[];if(d=d||"mediumDate",d=a.DATETIME_FORMATS[d]||d,u(c)&&(c=yf.test(c)?m(c):b(c)),v(c)&&(c=new Date(c)),!w(c))return c;for(;d;)h=xf.exec(d),h?(j=N(j,h,1),d=j.pop()):(j.push(d),d=null);return e&&"UTC"===e&&(c=new Date(c.getTime()),c.setMinutes(c.getMinutes()+c.getTimezoneOffset())),f(j,function(b){g=wf[b],i+=g?g(c,a.DATETIME_FORMATS):b.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}}function wd(){return function(a,b){return r(b)&&(b=2),R(a,b)}}function xd(){return function(a,b){if(v(a)&&(a=a.toString()),!je(a)&&!u(a))return a;if(b=1/0===Math.abs(Number(b))?Number(b):m(b),u(a))return b?b>=0?a.slice(0,b):a.slice(b,a.length):"";var c,d,e=[];for(b>a.length?b=a.length:b<-a.length&&(b=-a.length),b>0?(c=0,d=b):(c=a.length+b,d=a.length);d>c;c++)e.push(a[c]);return e}}function yd(a){return function(b,c,d){function f(a,b){for(var d=0;d<c.length;d++){var e=c[d](a,b);if(0!==e)return e}return 0}function g(a,b){return b?function(b,c){return a(c,b)}:a}function h(a){switch(typeof a){case"number":case"boolean":case"string":return!0;default:return!1}}function i(a){return null===a?"null":"function"==typeof a.toString&&(a=a.toString(),h(a))?a:"function"==typeof a.valueOf&&(a=a.valueOf(),h(a))?a:""}function j(a,b){var c=typeof a,d=typeof b;return c===d&&"object"===c&&(a=i(a),b=i(b)),c===d?("string"===c&&(a=a.toLowerCase(),b=b.toLowerCase()),a===b?0:b>a?-1:1):d>c?-1:1}return e(b)?(c=je(c)?c:[c],0===c.length&&(c=["+"]),c=c.map(function(b){var c=!1,d=b||p;if(u(b)){if(("+"==b.charAt(0)||"-"==b.charAt(0))&&(c="-"==b.charAt(0),b=b.substring(1)),""===b)return g(function(a,b){return j(a,b)},c);if(d=a(b),d.constant){var e=d();return g(function(a,b){return j(a[e],b[e])},c)}}return g(function(a,b){return j(d(a),d(b))},c)}),be.call(b).sort(g(f,d))):b}}function zd(a){return x(a)&&(a={link:a}),a.restrict=a.restrict||"AC",q(a)}function Ad(a,b){a.$name=b}function Bd(a,b,d,e,g){var h=this,i=[],j=h.$$parentForm=a.parent().controller("form")||Df;h.$error={},h.$$success={},h.$pending=c,h.$name=g(b.name||b.ngForm||"")(d),h.$dirty=!1,h.$pristine=!0,h.$valid=!0,h.$invalid=!1,h.$submitted=!1,j.$addControl(h),h.$rollbackViewValue=function(){f(i,function(a){a.$rollbackViewValue()})},h.$commitViewValue=function(){f(i,function(a){a.$commitViewValue()})},h.$addControl=function(a){gb(a.$name,"input"),i.push(a),a.$name&&(h[a.$name]=a)},h.$$renameControl=function(a,b){var c=a.$name;h[c]===a&&delete h[c],h[b]=a,a.$name=b},h.$removeControl=function(a){a.$name&&h[a.$name]===a&&delete h[a.$name],f(h.$pending,function(b,c){h.$setValidity(c,null,a)}),f(h.$error,function(b,c){h.$setValidity(c,null,a)}),J(i,a)},Pd({ctrl:this,$element:a,set:function(a,b,c){var d=a[b];if(d){var e=d.indexOf(c);-1===e&&d.push(c)}else a[b]=[c]},unset:function(a,b,c){var d=a[b];d&&(J(d,c),0===d.length&&delete a[b])},parentForm:j,$animate:e}),h.$setDirty=function(){e.removeClass(a,Xf),e.addClass(a,Yf),h.$dirty=!0,h.$pristine=!1,j.$setDirty()},h.$setPristine=function(){e.setClass(a,Xf,Yf+" "+Ef),h.$dirty=!1,h.$pristine=!0,h.$submitted=!1,f(i,function(a){a.$setPristine()})},h.$setUntouched=function(){f(i,function(a){a.$setUntouched()})},h.$setSubmitted=function(){e.addClass(a,Ef),h.$submitted=!0,j.$setSubmitted()}}function Cd(a){a.$formatters.push(function(b){return a.$isEmpty(b)?b:b.toString()})}function Dd(a,b,c,d,e,f){Ed(a,b,c,d,e,f),Cd(d)}function Ed(a,b,c,d,e,f){var g=Ud(b[0].type);if(!e.android){var h=!1;b.on("compositionstart",function(){h=!0}),b.on("compositionend",function(){h=!1,i()})}var i=function(a){if(j&&(f.defer.cancel(j),j=null),!h){var e=b.val(),i=a&&a.type;"password"===g||c.ngTrim&&"false"===c.ngTrim||(e=ke(e)),(d.$viewValue!==e||""===e&&d.$$hasNativeValidators)&&d.$setViewValue(e,i)}};if(e.hasEvent("input"))b.on("input",i);else{var j,k=function(a,b,c){j||(j=f.defer(function(){j=null,b&&b.value===c||i(a)}))};b.on("keydown",function(a){var b=a.keyCode;91===b||b>15&&19>b||b>=37&&40>=b||k(a,this,this.value)}),e.hasEvent("paste")&&b.on("paste cut",k)}b.on("change",i),d.$render=function(){b.val(d.$isEmpty(d.$viewValue)?"":d.$viewValue)}}function Fd(a,b){if(w(a))return a;if(u(a)){Of.lastIndex=0;var c=Of.exec(a);if(c){var d=+c[1],e=+c[2],f=0,g=0,h=0,i=0,j=rd(d),k=7*(e-1);return b&&(f=b.getHours(),g=b.getMinutes(),h=b.getSeconds(),i=b.getMilliseconds()),new Date(d,0,j.getDate()+k,f,g,h,i)}}return 0/0}function Gd(a,b){return function(c,d){var e,g;if(w(c))return c;if(u(c)){if('"'==c.charAt(0)&&'"'==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1)),If.test(c))return new Date(c);if(a.lastIndex=0,e=a.exec(c))return e.shift(),g=d?{yyyy:d.getFullYear(),MM:d.getMonth()+1,dd:d.getDate(),HH:d.getHours(),mm:d.getMinutes(),ss:d.getSeconds(),sss:d.getMilliseconds()/1e3}:{yyyy:1970,MM:1,dd:1,HH:0,mm:0,ss:0,sss:0},f(e,function(a,c){c<b.length&&(g[b[c]]=+a)}),new Date(g.yyyy,g.MM-1,g.dd,g.HH,g.mm,g.ss||0,1e3*g.sss||0)}return 0/0}}function Hd(a,b,d,e){return function(f,g,h,i,j,k,l){function m(a){return a&&!(a.getTime&&a.getTime()!==a.getTime())}function n(a){return s(a)?w(a)?a:d(a):c}Id(f,g,h,i),Ed(f,g,h,i,j,k);var o,p=i&&i.$options&&i.$options.timezone;if(i.$$parserName=a,i.$parsers.push(function(a){if(i.$isEmpty(a))return null;if(b.test(a)){var e=d(a,o);return"UTC"===p&&e.setMinutes(e.getMinutes()-e.getTimezoneOffset()),e}return c}),i.$formatters.push(function(a){if(a&&!w(a))throw Sf("datefmt","Expected `{0}` to be a date",a);if(m(a)){if(o=a,o&&"UTC"===p){var b=6e4*o.getTimezoneOffset();o=new Date(o.getTime()+b)}return l("date")(a,e,p)}return o=null,""}),s(h.min)||h.ngMin){var q;i.$validators.min=function(a){return!m(a)||r(q)||d(a)>=q},h.$observe("min",function(a){q=n(a),i.$validate()})}if(s(h.max)||h.ngMax){var t;i.$validators.max=function(a){return!m(a)||r(t)||d(a)<=t},h.$observe("max",function(a){t=n(a),i.$validate()})}}}function Id(a,b,d,e){var f=b[0],g=e.$$hasNativeValidators=t(f.validity);g&&e.$parsers.push(function(a){var d=b.prop(Td)||{};return d.badInput&&!d.typeMismatch?c:a})}function Jd(a,b,d,e,f,g){if(Id(a,b,d,e),Ed(a,b,d,e,f,g),e.$$parserName="number",e.$parsers.push(function(a){return e.$isEmpty(a)?null:Lf.test(a)?parseFloat(a):c}),e.$formatters.push(function(a){if(!e.$isEmpty(a)){if(!v(a))throw Sf("numfmt","Expected `{0}` to be a number",a);a=a.toString()}return a}),d.min||d.ngMin){var h;e.$validators.min=function(a){return e.$isEmpty(a)||r(h)||a>=h},d.$observe("min",function(a){s(a)&&!v(a)&&(a=parseFloat(a,10)),h=v(a)&&!isNaN(a)?a:c,e.$validate()})}if(d.max||d.ngMax){var i;e.$validators.max=function(a){return e.$isEmpty(a)||r(i)||i>=a},d.$observe("max",function(a){s(a)&&!v(a)&&(a=parseFloat(a,10)),i=v(a)&&!isNaN(a)?a:c,e.$validate()})}}function Kd(a,b,c,d,e,f){Ed(a,b,c,d,e,f),Cd(d),d.$$parserName="url",d.$validators.url=function(a,b){var c=a||b;return d.$isEmpty(c)||Jf.test(c)}}function Ld(a,b,c,d,e,f){Ed(a,b,c,d,e,f),Cd(d),d.$$parserName="email",d.$validators.email=function(a,b){var c=a||b;return d.$isEmpty(c)||Kf.test(c)}}function Md(a,b,c,d){r(c.name)&&b.attr("name",j());var e=function(a){b[0].checked&&d.$setViewValue(c.value,a&&a.type)};b.on("click",e),d.$render=function(){var a=c.value;b[0].checked=a==d.$viewValue},c.$observe("value",d.$render)}function Nd(a,b,c,e,f){var g;if(s(e)){if(g=a(e),!g.constant)throw d("ngModel")("constexpr","Expected constant expression for `{0}`, but saw `{1}`.",c,e);return g(b)}return f}function Od(a,b,c,d,e,f,g,h){var i=Nd(h,a,"ngTrueValue",c.ngTrueValue,!0),j=Nd(h,a,"ngFalseValue",c.ngFalseValue,!1),k=function(a){d.$setViewValue(b[0].checked,a&&a.type)};b.on("click",k),d.$render=function(){b[0].checked=d.$viewValue},d.$isEmpty=function(a){return a===!1},d.$formatters.push(function(a){return M(a,i)}),d.$parsers.push(function(a){return a?i:j})}function Pd(a){function b(a,b,i){b===c?d("$pending",a,i):e("$pending",a,i),E(b)?b?(l(h.$error,a,i),k(h.$$success,a,i)):(k(h.$error,a,i),l(h.$$success,a,i)):(l(h.$error,a,i),l(h.$$success,a,i)),h.$pending?(f(_f,!0),h.$valid=h.$invalid=c,g("",null)):(f(_f,!1),h.$valid=Qd(h.$error),h.$invalid=!h.$valid,g("",h.$valid));var j;j=h.$pending&&h.$pending[a]?c:h.$error[a]?!1:h.$$success[a]?!0:null,g(a,j),m.$setValidity(a,j,h)}function d(a,b,c){h[a]||(h[a]={}),k(h[a],b,c)}function e(a,b,d){h[a]&&l(h[a],b,d),Qd(h[a])&&(h[a]=c)}function f(a,b){b&&!j[a]?(n.addClass(i,a),j[a]=!0):!b&&j[a]&&(n.removeClass(i,a),j[a]=!1)}function g(a,b){a=a?"-"+cb(a,"-"):"",f(Vf+a,b===!0),f(Wf+a,b===!1)}var h=a.ctrl,i=a.$element,j={},k=a.set,l=a.unset,m=a.parentForm,n=a.$animate;j[Wf]=!(j[Vf]=i.hasClass(Vf)),h.$setValidity=b}function Qd(a){if(a)for(var b in a)return!1;return!0}function Rd(a,b){return a="ngClass"+a,["$animate",function(c){function d(a,b){var c=[];a:for(var d=0;d<a.length;d++){for(var e=a[d],f=0;f<b.length;f++)if(e==b[f])continue a;c.push(e)}return c}function e(a){if(je(a))return a;if(u(a))return a.split(" ");if(t(a)){var b=[];return f(a,function(a,c){a&&(b=b.concat(c.split(" ")))}),b}return a}return{restrict:"AC",link:function(g,h,i){function j(a){var b=l(a,1);i.$addClass(b)}function k(a){var b=l(a,-1);i.$removeClass(b)}function l(a,b){var c=h.data("$classCounts")||{},d=[];return f(a,function(a){(b>0||c[a])&&(c[a]=(c[a]||0)+b,c[a]===+(b>0)&&d.push(a))}),h.data("$classCounts",c),d.join(" ")}function m(a,b){var e=d(b,a),f=d(a,b);e=l(e,1),f=l(f,-1),e&&e.length&&c.addClass(h,e),f&&f.length&&c.removeClass(h,f)}function n(a){if(b===!0||g.$index%2===b){var c=e(a||[]);if(o){if(!M(a,o)){var d=e(o);m(d,c)}}else j(c)}o=L(a)}var o;g.$watch(i[a],n,!0),i.$observe("class",function(){n(g.$eval(i[a]))}),"ngClass"!==a&&g.$watch("$index",function(c,d){var f=1&c;if(f!==(1&d)){var h=e(g.$eval(i[a]));f===b?j(h):k(h)}})}}}]}var Sd=/^\/(.+)\/([a-z]*)$/,Td="validity",Ud=function(a){return u(a)?a.toLowerCase():a},Vd=Object.prototype.hasOwnProperty,Wd=function(a){return u(a)?a.toUpperCase():a},Xd=function(a){return u(a)?a.replace(/[A-Z]/g,function(a){return String.fromCharCode(32|a.charCodeAt(0))}):a},Yd=function(a){return u(a)?a.replace(/[a-z]/g,function(a){return String.fromCharCode(-33&a.charCodeAt(0))}):a};"i"!=="I".toLowerCase()&&(Ud=Xd,Wd=Yd);var Zd,$d,_d,ae,be=[].slice,ce=[].splice,de=[].push,ee=Object.prototype.toString,fe=d("ng"),ge=a.angular||(a.angular={}),he=0;Zd=b.documentMode,o.$inject=[],p.$inject=[];var ie,je=Array.isArray,ke=function(a){return u(a)?a.trim():a},le=function(a){return a.replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08")},me=function(){if(s(me.isActive_))return me.isActive_;var a=!(!b.querySelector("[ng-csp]")&&!b.querySelector("[data-ng-csp]"));if(!a)try{new Function("")}catch(c){a=!0}return me.isActive_=a},ne=["ng-","data-ng-","ng:","x-ng-"],oe=/[A-Z]/g,pe=!1,qe=1,re=3,se=8,te=9,ue=11,ve={full:"1.3.7",major:1,minor:3,dot:7,codeName:"leaky-obstruction"};ub.expando="ng339";var we=ub.cache={},xe=1,ye=function(a,b,c){a.addEventListener(b,c,!1)},ze=function(a,b,c){a.removeEventListener(b,c,!1)};ub._data=function(a){return this.cache[a[this.expando]]||{}};var Ae=/([\:\-\_]+(.))/g,Be=/^moz([A-Z])/,Ce={mouseleave:"mouseout",mouseenter:"mouseover"},De=d("jqLite"),Ee=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,Fe=/<|&#?\w+;/,Ge=/<([\w:]+)/,He=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Ie={option:[1,'<select multiple="multiple">',"</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};Ie.optgroup=Ie.option,Ie.tbody=Ie.tfoot=Ie.colgroup=Ie.caption=Ie.thead,Ie.th=Ie.td;var Je=ub.prototype={ready:function(c){function d(){e||(e=!0,c())}var e=!1;"complete"===b.readyState?setTimeout(d):(this.on("DOMContentLoaded",d),ub(a).on("load",d))},toString:function(){var a=[];return f(this,function(b){a.push(""+b)}),"["+a.join(", ")+"]"},eq:function(a){return $d(a>=0?this[a]:this[this.length+a])},length:0,push:de,sort:[].sort,splice:[].splice},Ke={};f("multiple,selected,checked,disabled,readOnly,required,open".split(","),function(a){Ke[Ud(a)]=a});var Le={};f("input,select,option,textarea,button,form,details".split(","),function(a){Le[a]=!0});var Me={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern"};f({data:Ab,removeData:yb},function(a,b){ub[b]=a}),f({data:Ab,inheritedData:Gb,scope:function(a){return $d.data(a,"$scope")||Gb(a.parentNode||a,["$isolateScope","$scope"])},isolateScope:function(a){return $d.data(a,"$isolateScope")||$d.data(a,"$isolateScopeNoTemplate")},controller:Fb,injector:function(a){return Gb(a,"$injector")},removeAttr:function(a,b){a.removeAttribute(b)},hasClass:Bb,css:function(a,b,c){return b=pb(b),s(c)?void(a.style[b]=c):a.style[b]},attr:function(a,b,d){var e=Ud(b);if(Ke[e]){if(!s(d))return a[b]||(a.attributes.getNamedItem(b)||o).specified?e:c;d?(a[b]=!0,a.setAttribute(b,e)):(a[b]=!1,a.removeAttribute(e))}else if(s(d))a.setAttribute(b,d);else if(a.getAttribute){var f=a.getAttribute(b,2);return null===f?c:f}},prop:function(a,b,c){return s(c)?void(a[b]=c):a[b]},text:function(){function a(a,b){if(r(b)){var c=a.nodeType;return c===qe||c===re?a.textContent:""}a.textContent=b}return a.$dv="",a}(),val:function(a,b){if(r(b)){if(a.multiple&&"select"===I(a)){var c=[];return f(a.options,function(a){a.selected&&c.push(a.value||a.text)}),0===c.length?null:c}return a.value}a.value=b},html:function(a,b){return r(b)?a.innerHTML:(wb(a,!0),void(a.innerHTML=b))},empty:Hb},function(a,b){ub.prototype[b]=function(b,d){var e,f,g=this.length;if(a!==Hb&&(2==a.length&&a!==Bb&&a!==Fb?b:d)===c){if(t(b)){for(e=0;g>e;e++)if(a===Ab)a(this[e],b);else for(f in b)a(this[e],f,b[f]);return this}for(var h=a.$dv,i=h===c?Math.min(g,1):g,j=0;i>j;j++){var k=a(this[j],b,d);h=h?h+k:k}return h}for(e=0;g>e;e++)a(this[e],b,d);return this}}),f({removeData:yb,on:function Rg(a,b,c,d){if(s(d))throw De("onargs","jqLite#on() does not support the `selector` or `eventData` parameters");if(rb(a)){var e=zb(a,!0),f=e.events,g=e.handle;g||(g=e.handle=Mb(a,f));for(var h=b.indexOf(" ")>=0?b.split(" "):[b],i=h.length;i--;){b=h[i];var j=f[b];j||(f[b]=[],"mouseenter"===b||"mouseleave"===b?Rg(a,Ce[b],function(a){var c=this,d=a.relatedTarget;(!d||d!==c&&!c.contains(d))&&g(a,b)}):"$destroy"!==b&&ye(a,b,g),j=f[b]),j.push(c)}}},off:xb,one:function(a,b,c){a=$d(a),a.on(b,function d(){a.off(b,c),a.off(b,d)}),a.on(b,c)},replaceWith:function(a,b){var c,d=a.parentNode;wb(a),f(new ub(b),function(b){c?d.insertBefore(b,c.nextSibling):d.replaceChild(b,a),c=b})},children:function(a){var b=[];return f(a.childNodes,function(a){a.nodeType===qe&&b.push(a)}),b},contents:function(a){return a.contentDocument||a.childNodes||[]},append:function(a,b){var c=a.nodeType;if(c===qe||c===ue){b=new ub(b);for(var d=0,e=b.length;e>d;d++){var f=b[d];a.appendChild(f)}}},prepend:function(a,b){if(a.nodeType===qe){var c=a.firstChild;f(new ub(b),function(b){a.insertBefore(b,c)})}},wrap:function(a,b){b=$d(b).eq(0).clone()[0];var c=a.parentNode;c&&c.replaceChild(b,a),b.appendChild(a)},remove:Ib,detach:function(a){Ib(a,!0)},after:function(a,b){var c=a,d=a.parentNode;b=new ub(b);for(var e=0,f=b.length;f>e;e++){var g=b[e];d.insertBefore(g,c.nextSibling),c=g}},addClass:Db,removeClass:Cb,toggleClass:function(a,b,c){b&&f(b.split(" "),function(b){var d=c;r(d)&&(d=!Bb(a,b)),(d?Db:Cb)(a,b)})},parent:function(a){var b=a.parentNode;return b&&b.nodeType!==ue?b:null},next:function(a){return a.nextElementSibling},find:function(a,b){return a.getElementsByTagName?a.getElementsByTagName(b):[]},clone:vb,triggerHandler:function(a,b,c){var d,e,g,h=b.type||b,i=zb(a),j=i&&i.events,k=j&&j[h];k&&(d={preventDefault:function(){this.defaultPrevented=!0},isDefaultPrevented:function(){return this.defaultPrevented===!0},stopImmediatePropagation:function(){this.immediatePropagationStopped=!0},isImmediatePropagationStopped:function(){return this.immediatePropagationStopped===!0},stopPropagation:o,type:h,target:a},b.type&&(d=l(d,b)),e=L(k),g=c?[d].concat(c):[d],f(e,function(b){d.isImmediatePropagationStopped()||b.apply(a,g)}))}},function(a,b){ub.prototype[b]=function(b,c,d){for(var e,f=0,g=this.length;g>f;f++)r(e)?(e=a(this[f],b,c,d),s(e)&&(e=$d(e))):Eb(e,a(this[f],b,c,d));return s(e)?e:this},ub.prototype.bind=ub.prototype.on,ub.prototype.unbind=ub.prototype.off}),Pb.prototype={put:function(a,b){this[Ob(a,this.nextUid)]=b},get:function(a){return this[Ob(a,this.nextUid)]},remove:function(a){var b=this[a=Ob(a,this.nextUid)];return delete this[a],b}};var Ne=/^function\s*[^\(]*\(\s*([^\)]*)\)/m,Oe=/,/,Pe=/^\s*(_?)(\S+?)\1\s*$/,Qe=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,Re=d("$injector");Sb.$$annotate=Rb;var Se=d("$animate"),Te=["$provide",function(a){this.$$selectors={},this.register=function(b,c){var d=b+"-animation";if(b&&"."!=b.charAt(0))throw Se("notcsel","Expecting class selector starting with '.' got '{0}'.",b);this.$$selectors[b.substr(1)]=d,a.factory(d,c)},this.classNameFilter=function(a){return 1===arguments.length&&(this.$$classNameFilter=a instanceof RegExp?a:null),this.$$classNameFilter},this.$get=["$$q","$$asyncCallback","$rootScope",function(a,b,c){function d(b){var d,e=a.defer();return e.promise.$$cancelFn=function(){d&&d()},c.$$postDigest(function(){d=b(function(){e.resolve()})}),e.promise}function e(a,b){var c=[],d=[],e=jb();return f((a.attr("class")||"").split(/\s+/),function(a){e[a]=!0}),f(b,function(a,b){var f=e[b];a===!1&&f?d.push(b):a!==!0||f||c.push(b)}),c.length+d.length>0&&[c.length?c:null,d.length?d:null]}function g(a,b,c){for(var d=0,e=b.length;e>d;++d){var f=b[d];a[f]=c}}function h(){return j||(j=a.defer(),b(function(){j.resolve(),j=null})),j.promise}function i(a,b){if(ge.isObject(b)){var c=l(b.from||{},b.to||{});a.css(c)}}var j;return{animate:function(a,b,c){return i(a,{from:b,to:c}),h()},enter:function(a,b,c,d){return i(a,d),c?c.after(a):b.prepend(a),h()},leave:function(a){return a.remove(),h()},move:function(a,b,c,d){return this.enter(a,b,c,d)},addClass:function(a,b,c){return this.setClass(a,b,[],c)},$$addClassImmediately:function(a,b,c){return a=$d(a),b=u(b)?b:je(b)?b.join(" "):"",f(a,function(a){Db(a,b)}),i(a,c),h()},removeClass:function(a,b,c){return this.setClass(a,[],b,c)},$$removeClassImmediately:function(a,b,c){return a=$d(a),b=u(b)?b:je(b)?b.join(" "):"",f(a,function(a){Cb(a,b)}),i(a,c),h()},setClass:function(a,b,c,f){var h=this,i="$$animateClasses",j=!1;a=$d(a);var k=a.data(i);k?f&&k.options&&(k.options=ge.extend(k.options||{},f)):(k={classes:{},options:f},j=!0);var l=k.classes;return b=je(b)?b:b.split(" "),c=je(c)?c:c.split(" "),g(l,b,!0),g(l,c,!1),j&&(k.promise=d(function(b){var c=a.data(i);if(a.removeData(i),c){var d=e(a,c.classes);d&&h.$$setClassImmediately(a,d[0],d[1],c.options)}b()}),a.data(i,k)),k.promise},$$setClassImmediately:function(a,b,c,d){return b&&this.$$addClassImmediately(a,b),c&&this.$$removeClassImmediately(a,c),i(a,d),h()},enabled:o,cancel:o}}]}],Ue=d("$compile");Zb.$inject=["$provide","$$sanitizeUriProvider"];var Ve=/^((?:x|data)[\:\-_])/i,We="application/json",Xe={"Content-Type":We+";charset=utf-8"},Ye=/^\[|^\{(?!\{)/,Ze={"[":/]$/,"{":/}$/},$e=/^\)\]\}',?\n/,_e=d("$interpolate"),af=/^([^\?#]*)(\?([^#]*))?(#(.*))?$/,bf={http:80,https:443,ftp:21},cf=d("$location"),df={$$html5:!1,$$replace:!1,absUrl:Cc("$$absUrl"),url:function(a){if(r(a))return this.$$url;var b=af.exec(a);return(b[1]||""===a)&&this.path(decodeURIComponent(b[1])),(b[2]||b[1]||""===a)&&this.search(b[3]||""),this.hash(b[5]||""),this},protocol:Cc("$$protocol"),host:Cc("$$host"),port:Cc("$$port"),path:Dc("$$path",function(a){return a=null!==a?a.toString():"","/"==a.charAt(0)?a:"/"+a}),search:function(a,b){switch(arguments.length){case 0:return this.$$search;case 1:if(u(a)||v(a))a=a.toString(),this.$$search=V(a);else{if(!t(a))throw cf("isrcharg","The first argument of the `$location#search()` call must be a string or an object.");a=K(a,{}),f(a,function(b,c){null==b&&delete a[c]}),this.$$search=a}break;default:r(b)||null===b?delete this.$$search[a]:this.$$search[a]=b}return this.$$compose(),this},hash:Dc("$$hash",function(a){return null!==a?a.toString():""}),replace:function(){return this.$$replace=!0,this}};f([Bc,Ac,zc],function(a){a.prototype=Object.create(df),a.prototype.state=function(b){if(!arguments.length)return this.$$state;
7
- if(a!==zc||!this.$$html5)throw cf("nostate","History API state support is available only in HTML5 mode and only in browsers supporting HTML5 History API");return this.$$state=r(b)?null:b,this}});var ef=d("$parse"),ff=Function.prototype.call,gf=Function.prototype.apply,hf=Function.prototype.bind,jf=jb();f({"null":function(){return null},"true":function(){return!0},"false":function(){return!1},undefined:function(){}},function(a,b){a.constant=a.literal=a.sharedGetter=!0,jf[b]=a}),jf["this"]=function(a){return a},jf["this"].sharedGetter=!0;var kf=l(jb(),{"+":function(a,b,d,e){return d=d(a,b),e=e(a,b),s(d)?s(e)?d+e:d:s(e)?e:c},"-":function(a,b,c,d){return c=c(a,b),d=d(a,b),(s(c)?c:0)-(s(d)?d:0)},"*":function(a,b,c,d){return c(a,b)*d(a,b)},"/":function(a,b,c,d){return c(a,b)/d(a,b)},"%":function(a,b,c,d){return c(a,b)%d(a,b)},"===":function(a,b,c,d){return c(a,b)===d(a,b)},"!==":function(a,b,c,d){return c(a,b)!==d(a,b)},"==":function(a,b,c,d){return c(a,b)==d(a,b)},"!=":function(a,b,c,d){return c(a,b)!=d(a,b)},"<":function(a,b,c,d){return c(a,b)<d(a,b)},">":function(a,b,c,d){return c(a,b)>d(a,b)},"<=":function(a,b,c,d){return c(a,b)<=d(a,b)},">=":function(a,b,c,d){return c(a,b)>=d(a,b)},"&&":function(a,b,c,d){return c(a,b)&&d(a,b)},"||":function(a,b,c,d){return c(a,b)||d(a,b)},"!":function(a,b,c){return!c(a,b)},"=":!0,"|":!0}),lf={n:"\n",f:"\f",r:"\r",t:" ",v:" ","'":"'",'"':'"'},mf=function(a){this.options=a};mf.prototype={constructor:mf,lex:function(a){for(this.text=a,this.index=0,this.tokens=[];this.index<this.text.length;){var b=this.text.charAt(this.index);if('"'===b||"'"===b)this.readString(b);else if(this.isNumber(b)||"."===b&&this.isNumber(this.peek()))this.readNumber();else if(this.isIdent(b))this.readIdent();else if(this.is(b,"(){}[].,;:?"))this.tokens.push({index:this.index,text:b}),this.index++;else if(this.isWhitespace(b))this.index++;else{var c=b+this.peek(),d=c+this.peek(2),e=kf[b],f=kf[c],g=kf[d];if(e||f||g){var h=g?d:f?c:b;this.tokens.push({index:this.index,text:h,operator:!0}),this.index+=h.length}else this.throwError("Unexpected next character ",this.index,this.index+1)}}return this.tokens},is:function(a,b){return-1!==b.indexOf(a)},peek:function(a){var b=a||1;return this.index+b<this.text.length?this.text.charAt(this.index+b):!1},isNumber:function(a){return a>="0"&&"9">=a&&"string"==typeof a},isWhitespace:function(a){return" "===a||"\r"===a||" "===a||"\n"===a||" "===a||" "===a},isIdent:function(a){return a>="a"&&"z">=a||a>="A"&&"Z">=a||"_"===a||"$"===a},isExpOperator:function(a){return"-"===a||"+"===a||this.isNumber(a)},throwError:function(a,b,c){c=c||this.index;var d=s(b)?"s "+b+"-"+this.index+" ["+this.text.substring(b,c)+"]":" "+c;throw ef("lexerr","Lexer Error: {0} at column{1} in expression [{2}].",a,d,this.text)},readNumber:function(){for(var a="",b=this.index;this.index<this.text.length;){var c=Ud(this.text.charAt(this.index));if("."==c||this.isNumber(c))a+=c;else{var d=this.peek();if("e"==c&&this.isExpOperator(d))a+=c;else if(this.isExpOperator(c)&&d&&this.isNumber(d)&&"e"==a.charAt(a.length-1))a+=c;else{if(!this.isExpOperator(c)||d&&this.isNumber(d)||"e"!=a.charAt(a.length-1))break;this.throwError("Invalid exponent")}}this.index++}this.tokens.push({index:b,text:a,constant:!0,value:Number(a)})},readIdent:function(){for(var a=this.index;this.index<this.text.length;){var b=this.text.charAt(this.index);if(!this.isIdent(b)&&!this.isNumber(b))break;this.index++}this.tokens.push({index:a,text:this.text.slice(a,this.index),identifier:!0})},readString:function(a){var b=this.index;this.index++;for(var c="",d=a,e=!1;this.index<this.text.length;){var f=this.text.charAt(this.index);if(d+=f,e){if("u"===f){var g=this.text.substring(this.index+1,this.index+5);g.match(/[\da-f]{4}/i)||this.throwError("Invalid unicode escape [\\u"+g+"]"),this.index+=4,c+=String.fromCharCode(parseInt(g,16))}else{var h=lf[f];c+=h||f}e=!1}else if("\\"===f)e=!0;else{if(f===a)return this.index++,void this.tokens.push({index:b,text:d,constant:!0,value:c});c+=f}this.index++}this.throwError("Unterminated quote",b)}};var nf=function(a,b,c){this.lexer=a,this.$filter=b,this.options=c};nf.ZERO=l(function(){return 0},{sharedGetter:!0,constant:!0}),nf.prototype={constructor:nf,parse:function(a){this.text=a,this.tokens=this.lexer.lex(a);var b=this.statements();return 0!==this.tokens.length&&this.throwError("is an unexpected token",this.tokens[0]),b.literal=!!b.literal,b.constant=!!b.constant,b},primary:function(){var a;this.expect("(")?(a=this.filterChain(),this.consume(")")):this.expect("[")?a=this.arrayDeclaration():this.expect("{")?a=this.object():this.peek().identifier&&this.peek().text in jf?a=jf[this.consume().text]:this.peek().identifier?a=this.identifier():this.peek().constant?a=this.constant():this.throwError("not a primary expression",this.peek());for(var b,c;b=this.expect("(","[",".");)"("===b.text?(a=this.functionCall(a,c),c=null):"["===b.text?(c=a,a=this.objectIndex(a)):"."===b.text?(c=a,a=this.fieldAccess(a)):this.throwError("IMPOSSIBLE");return a},throwError:function(a,b){throw ef("syntax","Syntax Error: Token '{0}' {1} at column {2} of the expression [{3}] starting at [{4}].",b.text,a,b.index+1,this.text,this.text.substring(b.index))},peekToken:function(){if(0===this.tokens.length)throw ef("ueoe","Unexpected end of expression: {0}",this.text);return this.tokens[0]},peek:function(a,b,c,d){return this.peekAhead(0,a,b,c,d)},peekAhead:function(a,b,c,d,e){if(this.tokens.length>a){var f=this.tokens[a],g=f.text;if(g===b||g===c||g===d||g===e||!b&&!c&&!d&&!e)return f}return!1},expect:function(a,b,c,d){var e=this.peek(a,b,c,d);return e?(this.tokens.shift(),e):!1},consume:function(a){if(0===this.tokens.length)throw ef("ueoe","Unexpected end of expression: {0}",this.text);var b=this.expect(a);return b||this.throwError("is unexpected, expecting ["+a+"]",this.peek()),b},unaryFn:function(a,b){var c=kf[a];return l(function(a,d){return c(a,d,b)},{constant:b.constant,inputs:[b]})},binaryFn:function(a,b,c,d){var e=kf[b];return l(function(b,d){return e(b,d,a,c)},{constant:a.constant&&c.constant,inputs:!d&&[a,c]})},identifier:function(){for(var a=this.consume().text;this.peek(".")&&this.peekAhead(1).identifier&&!this.peekAhead(2,"(");)a+=this.consume().text+this.consume().text;return Oc(a,this.options,this.text)},constant:function(){var a=this.consume().value;return l(function(){return a},{constant:!0,literal:!0})},statements:function(){for(var a=[];;)if(this.tokens.length>0&&!this.peek("}",")",";","]")&&a.push(this.filterChain()),!this.expect(";"))return 1===a.length?a[0]:function(b,c){for(var d,e=0,f=a.length;f>e;e++)d=a[e](b,c);return d}},filterChain:function(){for(var a,b=this.expression();a=this.expect("|");)b=this.filter(b);return b},filter:function(a){var b,d,e=this.$filter(this.consume().text);if(this.peek(":"))for(b=[],d=[];this.expect(":");)b.push(this.expression());var f=[a].concat(b||[]);return l(function(f,g){var h=a(f,g);if(d){d[0]=h;for(var i=b.length;i--;)d[i+1]=b[i](f,g);return e.apply(c,d)}return e(h)},{constant:!e.$stateful&&f.every(Jc),inputs:!e.$stateful&&f})},expression:function(){return this.assignment()},assignment:function(){var a,b,c=this.ternary();return(b=this.expect("="))?(c.assign||this.throwError("implies assignment but ["+this.text.substring(0,b.index)+"] can not be assigned to",b),a=this.ternary(),l(function(b,d){return c.assign(b,a(b,d),d)},{inputs:[c,a]})):c},ternary:function(){var a,b,c=this.logicalOR();if((b=this.expect("?"))&&(a=this.assignment(),this.consume(":"))){var d=this.assignment();return l(function(b,e){return c(b,e)?a(b,e):d(b,e)},{constant:c.constant&&a.constant&&d.constant})}return c},logicalOR:function(){for(var a,b=this.logicalAND();a=this.expect("||");)b=this.binaryFn(b,a.text,this.logicalAND(),!0);return b},logicalAND:function(){for(var a,b=this.equality();a=this.expect("&&");)b=this.binaryFn(b,a.text,this.equality(),!0);return b},equality:function(){for(var a,b=this.relational();a=this.expect("==","!=","===","!==");)b=this.binaryFn(b,a.text,this.relational());return b},relational:function(){for(var a,b=this.additive();a=this.expect("<",">","<=",">=");)b=this.binaryFn(b,a.text,this.additive());return b},additive:function(){for(var a,b=this.multiplicative();a=this.expect("+","-");)b=this.binaryFn(b,a.text,this.multiplicative());return b},multiplicative:function(){for(var a,b=this.unary();a=this.expect("*","/","%");)b=this.binaryFn(b,a.text,this.unary());return b},unary:function(){var a;return this.expect("+")?this.primary():(a=this.expect("-"))?this.binaryFn(nf.ZERO,a.text,this.unary()):(a=this.expect("!"))?this.unaryFn(a.text,this.unary()):this.primary()},fieldAccess:function(a){var b=this.identifier();return l(function(d,e,f){var g=f||a(d,e);return null==g?c:b(g)},{assign:function(c,d,e){var f=a(c,e);return f||a.assign(c,f={}),b.assign(f,d)}})},objectIndex:function(a){var b=this.text,d=this.expression();return this.consume("]"),l(function(e,f){var g,h=a(e,f),i=d(e,f);return Gc(i,b),h?g=Hc(h[i],b):c},{assign:function(c,e,f){var g=Gc(d(c,f),b),h=Hc(a(c,f),b);return h||a.assign(c,h={}),h[g]=e}})},functionCall:function(a,b){var d=[];if(")"!==this.peekToken().text)do d.push(this.expression());while(this.expect(","));this.consume(")");var e=this.text,f=d.length?[]:null;return function(g,h){var i=b?b(g,h):s(b)?c:g,j=a(g,h,i)||o;if(f)for(var k=d.length;k--;)f[k]=Hc(d[k](g,h),e);Hc(i,e),Ic(j,e);var l=j.apply?j.apply(i,f):j(f[0],f[1],f[2],f[3],f[4]);return Hc(l,e)}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text)do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(","));return this.consume("]"),l(function(b,c){for(var d=[],e=0,f=a.length;f>e;e++)d.push(a[e](b,c));return d},{literal:!0,constant:a.every(Jc),inputs:a})},object:function(){var a=[],b=[];if("}"!==this.peekToken().text)do{if(this.peek("}"))break;var c=this.consume();c.constant?a.push(c.value):c.identifier?a.push(c.text):this.throwError("invalid key",c),this.consume(":"),b.push(this.expression())}while(this.expect(","));return this.consume("}"),l(function(c,d){for(var e={},f=0,g=b.length;g>f;f++)e[a[f]]=b[f](c,d);return e},{literal:!0,constant:b.every(Jc),inputs:b})}};var of=jb(),pf=jb(),qf=Object.prototype.valueOf,rf=d("$sce"),sf={HTML:"html",CSS:"css",URL:"url",RESOURCE_URL:"resourceUrl",JS:"js"},Ue=d("$compile"),tf=b.createElement("a"),uf=dd(a.location.href);gd.$inject=["$provide"],kd.$inject=["$locale"],ld.$inject=["$locale"];var vf=".",wf={yyyy:od("FullYear",4),yy:od("FullYear",2,0,!0),y:od("FullYear",1),MMMM:pd("Month"),MMM:pd("Month",!0),MM:od("Month",2,1),M:od("Month",1,1),dd:od("Date",2),d:od("Date",1),HH:od("Hours",2),H:od("Hours",1),hh:od("Hours",2,-12),h:od("Hours",1,-12),mm:od("Minutes",2),m:od("Minutes",1),ss:od("Seconds",2),s:od("Seconds",1),sss:od("Milliseconds",3),EEEE:pd("Day"),EEE:pd("Day",!0),a:ud,Z:qd,ww:td(2),w:td(1)},xf=/((?:[^yMdHhmsaZEw']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+|H+|h+|m+|s+|a|Z|w+))(.*)/,yf=/^\-?\d+$/;vd.$inject=["$locale"];var zf=q(Ud),Af=q(Wd);yd.$inject=["$parse"];var Bf=q({restrict:"E",compile:function(a,b){return b.href||b.xlinkHref||b.name?void 0:function(a,b){var c="[object SVGAnimatedString]"===ee.call(b.prop("href"))?"xlink:href":"href";b.on("click",function(a){b.attr(c)||a.preventDefault()})}}}),Cf={};f(Ke,function(a,b){if("multiple"!=a){var c=$b("ng-"+b);Cf[c]=function(){return{restrict:"A",priority:100,link:function(a,d,e){a.$watch(e[c],function(a){e.$set(b,!!a)})}}}}}),f(Me,function(a,b){Cf[b]=function(){return{priority:100,link:function(a,c,d){if("ngPattern"===b&&"/"==d.ngPattern.charAt(0)){var e=d.ngPattern.match(Sd);if(e)return void d.$set("ngPattern",new RegExp(e[1],e[2]))}a.$watch(d[b],function(a){d.$set(b,a)})}}}}),f(["src","srcset","href"],function(a){var b=$b("ng-"+a);Cf[b]=function(){return{priority:99,link:function(c,d,e){var f=a,g=a;"href"===a&&"[object SVGAnimatedString]"===ee.call(d.prop("href"))&&(g="xlinkHref",e.$attr[g]="xlink:href",f=null),e.$observe(b,function(b){return b?(e.$set(g,b),void(Zd&&f&&d.prop(f,e[g]))):void("href"===a&&e.$set(g,null))})}}}});var Df={$addControl:o,$$renameControl:Ad,$removeControl:o,$setValidity:o,$setDirty:o,$setPristine:o,$setSubmitted:o},Ef="ng-submitted";Bd.$inject=["$element","$attrs","$scope","$animate","$interpolate"];var Ff=function(a){return["$timeout",function(b){var d={name:"form",restrict:a?"EAC":"E",controller:Bd,compile:function(a){return a.addClass(Xf).addClass(Vf),{pre:function(a,d,e,f){if(!("action"in e)){var g=function(b){a.$apply(function(){f.$commitViewValue(),f.$setSubmitted()}),b.preventDefault()};ye(d[0],"submit",g),d.on("$destroy",function(){b(function(){ze(d[0],"submit",g)},0,!1)})}var h=f.$$parentForm,i=f.$name;i&&(Kc(a,i,f,i),e.$observe(e.name?"name":"ngForm",function(b){i!==b&&(Kc(a,i,c,i),i=b,Kc(a,i,f,i),h.$$renameControl(f,i))})),d.on("$destroy",function(){h.$removeControl(f),i&&Kc(a,i,c,i),l(f,Df)})}}}};return d}]},Gf=Ff(),Hf=Ff(!0),If=/\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z)/,Jf=/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/,Kf=/^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i,Lf=/^\s*(\-|\+)?(\d+|(\d*(\.\d*)))\s*$/,Mf=/^(\d{4})-(\d{2})-(\d{2})$/,Nf=/^(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Of=/^(\d{4})-W(\d\d)$/,Pf=/^(\d{4})-(\d\d)$/,Qf=/^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Rf=/(\s+|^)default(\s+|$)/,Sf=new d("ngModel"),Tf={text:Dd,date:Hd("date",Mf,Gd(Mf,["yyyy","MM","dd"]),"yyyy-MM-dd"),"datetime-local":Hd("datetimelocal",Nf,Gd(Nf,["yyyy","MM","dd","HH","mm","ss","sss"]),"yyyy-MM-ddTHH:mm:ss.sss"),time:Hd("time",Qf,Gd(Qf,["HH","mm","ss","sss"]),"HH:mm:ss.sss"),week:Hd("week",Of,Fd,"yyyy-Www"),month:Hd("month",Pf,Gd(Pf,["yyyy","MM"]),"yyyy-MM"),number:Jd,url:Kd,email:Ld,radio:Md,checkbox:Od,hidden:o,button:o,submit:o,reset:o,file:o},Uf=["$browser","$sniffer","$filter","$parse",function(a,b,c,d){return{restrict:"E",require:["?ngModel"],link:{pre:function(e,f,g,h){h[0]&&(Tf[Ud(g.type)]||Tf.text)(e,f,g,h[0],b,a,c,d)}}}}],Vf="ng-valid",Wf="ng-invalid",Xf="ng-pristine",Yf="ng-dirty",Zf="ng-untouched",$f="ng-touched",_f="ng-pending",ag=["$scope","$exceptionHandler","$attrs","$element","$parse","$animate","$timeout","$rootScope","$q","$interpolate",function(a,b,d,e,g,h,i,j,k,l){this.$viewValue=Number.NaN,this.$modelValue=Number.NaN,this.$$rawModelValue=c,this.$validators={},this.$asyncValidators={},this.$parsers=[],this.$formatters=[],this.$viewChangeListeners=[],this.$untouched=!0,this.$touched=!1,this.$pristine=!0,this.$dirty=!1,this.$valid=!0,this.$invalid=!1,this.$error={},this.$$success={},this.$pending=c,this.$name=l(d.name||"",!1)(a);var m=g(d.ngModel),n=m.assign,p=m,q=n,t=null,u=this;this.$$setOptions=function(a){if(u.$options=a,a&&a.getterSetter){var b=g(d.ngModel+"()"),c=g(d.ngModel+"($$$p)");p=function(a){var c=m(a);return x(c)&&(c=b(a)),c},q=function(a){x(m(a))?c(a,{$$$p:u.$modelValue}):n(a,u.$modelValue)}}else if(!m.assign)throw Sf("nonassign","Expression '{0}' is non-assignable. Element: {1}",d.ngModel,T(e))},this.$render=o,this.$isEmpty=function(a){return r(a)||""===a||null===a||a!==a};var w=e.inheritedData("$formController")||Df,y=0;Pd({ctrl:this,$element:e,set:function(a,b){a[b]=!0},unset:function(a,b){delete a[b]},parentForm:w,$animate:h}),this.$setPristine=function(){u.$dirty=!1,u.$pristine=!0,h.removeClass(e,Yf),h.addClass(e,Xf)},this.$setDirty=function(){u.$dirty=!0,u.$pristine=!1,h.removeClass(e,Xf),h.addClass(e,Yf),w.$setDirty()},this.$setUntouched=function(){u.$touched=!1,u.$untouched=!0,h.setClass(e,Zf,$f)},this.$setTouched=function(){u.$touched=!0,u.$untouched=!1,h.setClass(e,$f,Zf)},this.$rollbackViewValue=function(){i.cancel(t),u.$viewValue=u.$$lastCommittedViewValue,u.$render()},this.$validate=function(){if(!v(u.$modelValue)||!isNaN(u.$modelValue)){var a=u.$$lastCommittedViewValue,b=u.$$rawModelValue,d=u.$$parserName||"parse",e=u.$error[d]?!1:c,f=u.$valid,g=u.$modelValue,h=u.$options&&u.$options.allowInvalid;u.$$runValidators(e,b,a,function(a){h||f===a||(u.$modelValue=a?b:c,u.$modelValue!==g&&u.$$writeModelToScope())})}},this.$$runValidators=function(a,b,d,e){function g(a){var b=u.$$parserName||"parse";if(a===c)j(b,null);else if(j(b,a),!a)return f(u.$validators,function(a,b){j(b,null)}),f(u.$asyncValidators,function(a,b){j(b,null)}),!1;return!0}function h(){var a=!0;return f(u.$validators,function(c,e){var f=c(b,d);a=a&&f,j(e,f)}),a?!0:(f(u.$asyncValidators,function(a,b){j(b,null)}),!1)}function i(){var a=[],e=!0;f(u.$asyncValidators,function(f,g){var h=f(b,d);if(!F(h))throw Sf("$asyncValidators","Expected asynchronous validator to return a promise but got '{0}' instead.",h);j(g,c),a.push(h.then(function(){j(g,!0)},function(){e=!1,j(g,!1)}))}),a.length?k.all(a).then(function(){l(e)},o):l(!0)}function j(a,b){m===y&&u.$setValidity(a,b)}function l(a){m===y&&e(a)}y++;var m=y;return g(a)&&h()?void i():void l(!1)},this.$commitViewValue=function(){var a=u.$viewValue;i.cancel(t),(u.$$lastCommittedViewValue!==a||""===a&&u.$$hasNativeValidators)&&(u.$$lastCommittedViewValue=a,u.$pristine&&this.$setDirty(),this.$$parseAndValidate())},this.$$parseAndValidate=function(){function b(){u.$modelValue!==h&&u.$$writeModelToScope()}var d=u.$$lastCommittedViewValue,e=d,f=r(e)?c:!0;if(f)for(var g=0;g<u.$parsers.length;g++)if(e=u.$parsers[g](e),r(e)){f=!1;break}v(u.$modelValue)&&isNaN(u.$modelValue)&&(u.$modelValue=p(a));var h=u.$modelValue,i=u.$options&&u.$options.allowInvalid;u.$$rawModelValue=e,i&&(u.$modelValue=e,b()),u.$$runValidators(f,e,u.$$lastCommittedViewValue,function(a){i||(u.$modelValue=a?e:c,b())})},this.$$writeModelToScope=function(){q(a,u.$modelValue),f(u.$viewChangeListeners,function(a){try{a()}catch(c){b(c)}})},this.$setViewValue=function(a,b){u.$viewValue=a,(!u.$options||u.$options.updateOnDefault)&&u.$$debounceViewValueCommit(b)},this.$$debounceViewValueCommit=function(b){var c,d=0,e=u.$options;e&&s(e.debounce)&&(c=e.debounce,v(c)?d=c:v(c[b])?d=c[b]:v(c["default"])&&(d=c["default"])),i.cancel(t),d?t=i(function(){u.$commitViewValue()},d):j.$$phase?u.$commitViewValue():a.$apply(function(){u.$commitViewValue()})},a.$watch(function(){var b=p(a);if(b!==u.$modelValue){u.$modelValue=u.$$rawModelValue=b;for(var d=u.$formatters,e=d.length,f=b;e--;)f=d[e](f);u.$viewValue!==f&&(u.$viewValue=u.$$lastCommittedViewValue=f,u.$render(),u.$$runValidators(c,b,f,o))}return b})}],bg=["$rootScope",function(a){return{restrict:"A",require:["ngModel","^?form","^?ngModelOptions"],controller:ag,priority:1,compile:function(b){return b.addClass(Xf).addClass(Zf).addClass(Vf),{pre:function(a,b,c,d){var e=d[0],f=d[1]||Df;e.$$setOptions(d[2]&&d[2].$options),f.$addControl(e),c.$observe("name",function(a){e.$name!==a&&f.$$renameControl(e,a)}),a.$on("$destroy",function(){f.$removeControl(e)})},post:function(b,c,d,e){var f=e[0];f.$options&&f.$options.updateOn&&c.on(f.$options.updateOn,function(a){f.$$debounceViewValueCommit(a&&a.type)}),c.on("blur",function(){f.$touched||(a.$$phase?b.$evalAsync(f.$setTouched):b.$apply(f.$setTouched))})}}}}}],cg=q({restrict:"A",require:"ngModel",link:function(a,b,c,d){d.$viewChangeListeners.push(function(){a.$eval(c.ngChange)})}}),dg=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,c,d){d&&(c.required=!0,d.$validators.required=function(a,b){return!c.required||!d.$isEmpty(b)},c.$observe("required",function(){d.$validate()}))}}},eg=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,e,f){if(f){var g,h=e.ngPattern||e.pattern;e.$observe("pattern",function(a){if(u(a)&&a.length>0&&(a=new RegExp("^"+a+"$")),a&&!a.test)throw d("ngPattern")("noregexp","Expected {0} to be a RegExp but was {1}. Element: {2}",h,a,T(b));g=a||c,f.$validate()}),f.$validators.pattern=function(a){return f.$isEmpty(a)||r(g)||g.test(a)}}}}},fg=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,c,d){if(d){var e=-1;c.$observe("maxlength",function(a){var b=m(a);e=isNaN(b)?-1:b,d.$validate()}),d.$validators.maxlength=function(a,b){return 0>e||d.$isEmpty(a)||b.length<=e}}}}},gg=function(){return{restrict:"A",require:"?ngModel",link:function(a,b,c,d){if(d){var e=0;c.$observe("minlength",function(a){e=m(a)||0,d.$validate()}),d.$validators.minlength=function(a,b){return d.$isEmpty(b)||b.length>=e}}}}},hg=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,b,d,e){var g=b.attr(d.$attr.ngList)||", ",h="false"!==d.ngTrim,i=h?ke(g):g,j=function(a){if(!r(a)){var b=[];return a&&f(a.split(i),function(a){a&&b.push(h?ke(a):a)}),b}};e.$parsers.push(j),e.$formatters.push(function(a){return je(a)?a.join(g):c}),e.$isEmpty=function(a){return!a||!a.length}}}},ig=/^(true|false|\d+)$/,jg=function(){return{restrict:"A",priority:100,compile:function(a,b){return ig.test(b.ngValue)?function(a,b,c){c.$set("value",a.$eval(c.ngValue))}:function(a,b,c){a.$watch(c.ngValue,function(a){c.$set("value",a)})}}}},kg=function(){return{restrict:"A",controller:["$scope","$attrs",function(a,b){var d=this;this.$options=a.$eval(b.ngModelOptions),this.$options.updateOn!==c?(this.$options.updateOnDefault=!1,this.$options.updateOn=ke(this.$options.updateOn.replace(Rf,function(){return d.$options.updateOnDefault=!0," "}))):this.$options.updateOnDefault=!0}]}},lg=["$compile",function(a){return{restrict:"AC",compile:function(b){return a.$$addBindingClass(b),function(b,d,e){a.$$addBindingInfo(d,e.ngBind),d=d[0],b.$watch(e.ngBind,function(a){d.textContent=a===c?"":a})}}}}],mg=["$interpolate","$compile",function(a,b){return{compile:function(d){return b.$$addBindingClass(d),function(d,e,f){var g=a(e.attr(f.$attr.ngBindTemplate));b.$$addBindingInfo(e,g.expressions),e=e[0],f.$observe("ngBindTemplate",function(a){e.textContent=a===c?"":a})}}}}],ng=["$sce","$parse","$compile",function(a,b,c){return{restrict:"A",compile:function(d,e){var f=b(e.ngBindHtml),g=b(e.ngBindHtml,function(a){return(a||"").toString()});return c.$$addBindingClass(d),function(b,d,e){c.$$addBindingInfo(d,e.ngBindHtml),b.$watch(g,function(){d.html(a.getTrustedHtml(f(b))||"")})}}}}],og=Rd("",!0),pg=Rd("Odd",0),qg=Rd("Even",1),rg=zd({compile:function(a,b){b.$set("ngCloak",c),a.removeClass("ng-cloak")}}),sg=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],tg={},ug={blur:!0,focus:!0};f("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var b=$b("ng-"+a);tg[b]=["$parse","$rootScope",function(c,d){return{restrict:"A",compile:function(e,f){var g=c(f[b],null,!0);return function(b,c){c.on(a,function(c){var e=function(){g(b,{$event:c})};ug[a]&&d.$$phase?b.$evalAsync(e):b.$apply(e)})}}}}]});var vg=["$animate",function(a){return{multiElement:!0,transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(c,d,e,f,g){var h,i,j;c.$watch(e.ngIf,function(c){c?i||g(function(c,f){i=f,c[c.length++]=b.createComment(" end ngIf: "+e.ngIf+" "),h={clone:c},a.enter(c,d.parent(),d)}):(j&&(j.remove(),j=null),i&&(i.$destroy(),i=null),h&&(j=ib(h.clone),a.leave(j).then(function(){j=null}),h=null))})}}}],wg=["$templateRequest","$anchorScroll","$animate","$sce",function(a,b,c,d){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element",controller:ge.noop,compile:function(e,f){var g=f.ngInclude||f.src,h=f.onload||"",i=f.autoscroll;return function(e,f,j,k,l){var m,n,o,p=0,q=function(){n&&(n.remove(),n=null),m&&(m.$destroy(),m=null),o&&(c.leave(o).then(function(){n=null}),n=o,o=null)};e.$watch(d.parseAsResourceUrl(g),function(d){var g=function(){!s(i)||i&&!e.$eval(i)||b()},j=++p;d?(a(d,!0).then(function(a){if(j===p){var b=e.$new();k.template=a;var i=l(b,function(a){q(),c.enter(a,null,f).then(g)});m=b,o=i,m.$emit("$includeContentLoaded",d),e.$eval(h)}},function(){j===p&&(q(),e.$emit("$includeContentError",d))}),e.$emit("$includeContentRequested",d)):(q(),k.template=null)})}}}}],xg=["$compile",function(a){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(c,d,e,f){return/SVG/.test(d[0].toString())?(d.empty(),void a(sb(f.template,b).childNodes)(c,function(a){d.append(a)},{futureParentElement:d})):(d.html(f.template),void a(d.contents())(c))}}}],yg=zd({priority:450,compile:function(){return{pre:function(a,b,c){a.$eval(c.ngInit)}}}}),zg=zd({terminal:!0,priority:1e3}),Ag=["$locale","$interpolate",function(a,b){var c=/{}/g,d=/^when(Minus)?(.+)$/;return{restrict:"EA",link:function(e,g,h){function i(a){g.text(a||"")}var j,k=h.count,l=h.$attr.when&&g.attr(h.$attr.when),m=h.offset||0,n=e.$eval(l)||{},o={},p=b.startSymbol(),q=b.endSymbol(),r=p+k+"-"+m+q,s=ge.noop;f(h,function(a,b){var c=d.exec(b);if(c){var e=(c[1]?"-":"")+Ud(c[2]);n[e]=g.attr(h.$attr[b])}}),f(n,function(a,d){o[d]=b(a.replace(c,r))}),e.$watch(k,function(b){var c=parseFloat(b),d=isNaN(c);d||c in n||(c=a.pluralCat(c-m)),c===j||d&&isNaN(j)||(s(),s=e.$watch(o[c],i),j=c)})}}}],Bg=["$parse","$animate",function(a,g){var h="$$NG_REMOVED",i=d("ngRepeat"),j=function(a,b,c,d,e,f,g){a[c]=d,e&&(a[e]=f),a.$index=b,a.$first=0===b,a.$last=b===g-1,a.$middle=!(a.$first||a.$last),a.$odd=!(a.$even=0===(1&b))},k=function(a){return a.clone[0]},l=function(a){return a.clone[a.clone.length-1]};return{restrict:"A",multiElement:!0,transclude:"element",priority:1e3,terminal:!0,$$tlb:!0,compile:function(d,m){var n=m.ngRepeat,o=b.createComment(" end ngRepeat: "+n+" "),p=n.match(/^\s*([\s\S]+?)\s+in\s+([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+track\s+by\s+([\s\S]+?))?\s*$/);if(!p)throw i("iexp","Expected expression in form of '_item_ in _collection_[ track by _id_]' but got '{0}'.",n);var q=p[1],r=p[2],s=p[3],t=p[4];if(p=q.match(/^(?:(\s*[\$\w]+)|\(\s*([\$\w]+)\s*,\s*([\$\w]+)\s*\))$/),!p)throw i("iidexp","'_item_' in '_item_ in _collection_' should be an identifier or '(_key_, _value_)' expression, but got '{0}'.",q);var u=p[3]||p[1],v=p[2];if(s&&(!/^[$a-zA-Z_][$a-zA-Z0-9_]*$/.test(s)||/^(null|undefined|this|\$index|\$first|\$middle|\$last|\$even|\$odd|\$parent)$/.test(s)))throw i("badident","alias '{0}' is invalid --- must be a valid JS identifier which is not a reserved name.",s);var w,x,y,z,A={$id:Ob};return t?w=a(t):(y=function(a,b){return Ob(b)},z=function(a){return a}),function(a,b,d,m,p){w&&(x=function(b,c,d){return v&&(A[v]=b),A[u]=c,A.$index=d,w(a,A)});var q=jb();a.$watchCollection(r,function(d){var m,r,t,w,A,B,C,D,E,F,G,H,I=b[0],J=jb();if(s&&(a[s]=d),e(d))E=d,D=x||y;else{D=x||z,E=[];for(var K in d)d.hasOwnProperty(K)&&"$"!=K.charAt(0)&&E.push(K);E.sort()}for(w=E.length,G=new Array(w),m=0;w>m;m++)if(A=d===E?m:E[m],B=d[A],C=D(A,B,m),q[C])F=q[C],delete q[C],J[C]=F,G[m]=F;else{if(J[C])throw f(G,function(a){a&&a.scope&&(q[a.id]=a)}),i("dupes","Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: {0}, Duplicate key: {1}, Duplicate value: {2}",n,C,B);G[m]={id:C,scope:c,clone:c},J[C]=!0}for(var L in q){if(F=q[L],H=ib(F.clone),g.leave(H),H[0].parentNode)for(m=0,r=H.length;r>m;m++)H[m][h]=!0;F.scope.$destroy()}for(m=0;w>m;m++)if(A=d===E?m:E[m],B=d[A],F=G[m],F.scope){t=I;do t=t.nextSibling;while(t&&t[h]);k(F)!=t&&g.move(ib(F.clone),null,$d(I)),I=l(F),j(F.scope,m,u,B,v,A,w)}else p(function(a,b){F.scope=b;var c=o.cloneNode(!1);a[a.length++]=c,g.enter(a,null,$d(I)),I=c,F.clone=a,J[F.id]=F,j(F.scope,m,u,B,v,A,w)});q=J})}}}}],Cg="ng-hide",Dg="ng-hide-animate",Eg=["$animate",function(a){return{restrict:"A",multiElement:!0,link:function(b,c,d){b.$watch(d.ngShow,function(b){a[b?"removeClass":"addClass"](c,Cg,{tempClasses:Dg})})}}}],Fg=["$animate",function(a){return{restrict:"A",multiElement:!0,link:function(b,c,d){b.$watch(d.ngHide,function(b){a[b?"addClass":"removeClass"](c,Cg,{tempClasses:Dg})})}}}],Gg=zd(function(a,b,c){a.$watch(c.ngStyle,function(a,c){c&&a!==c&&f(c,function(a,c){b.css(c,"")}),a&&b.css(a)},!0)}),Hg=["$animate",function(a){return{restrict:"EA",require:"ngSwitch",controller:["$scope",function(){this.cases={}}],link:function(c,d,e,g){var h=e.ngSwitch||e.on,i=[],j=[],k=[],l=[],m=function(a,b){return function(){a.splice(b,1)}};c.$watch(h,function(c){var d,e;for(d=0,e=k.length;e>d;++d)a.cancel(k[d]);for(k.length=0,d=0,e=l.length;e>d;++d){var h=ib(j[d].clone);l[d].$destroy();var n=k[d]=a.leave(h);n.then(m(k,d))}j.length=0,l.length=0,(i=g.cases["!"+c]||g.cases["?"])&&f(i,function(c){c.transclude(function(d,e){l.push(e);var f=c.element;d[d.length++]=b.createComment(" end ngSwitchWhen: ");var g={clone:d};j.push(g),a.enter(d,f.parent(),f)})})})}}}],Ig=zd({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,c,d,e){d.cases["!"+c.ngSwitchWhen]=d.cases["!"+c.ngSwitchWhen]||[],d.cases["!"+c.ngSwitchWhen].push({transclude:e,element:b})}}),Jg=zd({transclude:"element",priority:1200,require:"^ngSwitch",multiElement:!0,link:function(a,b,c,d,e){d.cases["?"]=d.cases["?"]||[],d.cases["?"].push({transclude:e,element:b})}}),Kg=zd({restrict:"EAC",link:function(a,b,c,e,f){if(!f)throw d("ngTransclude")("orphan","Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found. Element: {0}",T(b));f(function(a){b.empty(),b.append(a)})}}),Lg=["$templateCache",function(a){return{restrict:"E",terminal:!0,compile:function(b,c){if("text/ng-template"==c.type){var d=c.id,e=b[0].text;a.put(d,e)}}}}],Mg=d("ngOptions"),Ng=q({restrict:"A",terminal:!0}),Og=["$compile","$parse",function(a,d){var e=/^\s*([\s\S]+?)(?:\s+as\s+([\s\S]+?))?(?:\s+group\s+by\s+([\s\S]+?))?\s+for\s+(?:([\$\w][\$\w]*)|(?:\(\s*([\$\w][\$\w]*)\s*,\s*([\$\w][\$\w]*)\s*\)))\s+in\s+([\s\S]+?)(?:\s+track\s+by\s+([\s\S]+?))?$/,h={$setViewValue:o};return{restrict:"E",require:["select","?ngModel"],controller:["$element","$scope","$attrs",function(a,b,c){var d,e,f=this,g={},i=h;f.databound=c.ngModel,f.init=function(a,b,c){i=a,d=b,e=c},f.addOption=function(b,c){gb(b,'"option value"'),g[b]=!0,i.$viewValue==b&&(a.val(b),e.parent()&&e.remove()),c&&c[0].hasAttribute("selected")&&(c[0].selected=!0)},f.removeOption=function(a){this.hasOption(a)&&(delete g[a],i.$viewValue===a&&this.renderUnknownOption(a))},f.renderUnknownOption=function(b){var c="? "+Ob(b)+" ?";e.val(c),a.prepend(e),a.val(c),e.prop("selected",!0)},f.hasOption=function(a){return g.hasOwnProperty(a)},b.$on("$destroy",function(){f.renderUnknownOption=o})}],link:function(h,i,j,k){function l(a,b,c,d){c.$render=function(){var a=c.$viewValue;d.hasOption(a)?(z.parent()&&z.remove(),b.val(a),""===a&&o.prop("selected",!0)):r(a)&&o?b.val(""):d.renderUnknownOption(a)},b.on("change",function(){a.$apply(function(){z.parent()&&z.remove(),c.$setViewValue(b.val())})})}function m(a,b,c){var d;c.$render=function(){var a=new Pb(c.$viewValue);f(b.find("option"),function(b){b.selected=s(a.get(b.value))})},a.$watch(function(){M(d,c.$viewValue)||(d=L(c.$viewValue),c.$render())}),b.on("change",function(){a.$apply(function(){var a=[];f(b.find("option"),function(b){b.selected&&a.push(b.value)}),c.$setViewValue(a)})})}function n(b,h,i){function j(a,c,d){return M[B]=d,E&&(M[E]=c),a(b,M)}function k(){b.$apply(function(){var a,c=H(b)||[];if(t)a=[],f(h.val(),function(b){b=J?K[b]:b,a.push(l(b,c[b]))});else{var d=J?K[h.val()]:h.val();a=l(d,c[d])}i.$setViewValue(a),r()})}function l(a,b){if("?"===a)return c;if(""===a)return null;var d=D?D:G;return j(d,a,b)}function m(){var a,c=H(b);if(c&&je(c)){a=new Array(c.length);for(var d=0,e=c.length;e>d;d++)a[d]=j(A,d,c[d]);return a}if(c){a={};for(var f in c)c.hasOwnProperty(f)&&(a[f]=j(A,f,c[f]))}return a}function n(a){var b;if(t)if(J&&je(a)){b=new Pb([]);for(var c=0;c<a.length;c++)b.put(j(J,null,a[c]),!0)}else b=new Pb(a);else J&&(a=j(J,null,a));return function(c,d){var e;return e=J?J:D?D:G,t?s(b.remove(j(e,c,d))):a===j(e,c,d)}}function o(){w||(b.$$postDigest(r),w=!0)}function q(a,b,c){a[b]=a[b]||0,a[b]+=c?1:-1}function r(){w=!1;var a,c,d,e,k,l,m,o,r,u,z,B,C,D,G,I,N,O={"":[]},P=[""],Q=i.$viewValue,R=H(b)||[],S=E?g(R):R,T={},U=n(Q),V=!1;for(K={},B=0;u=S.length,u>B;B++)m=B,E&&(m=S[B],"$"===m.charAt(0))||(o=R[m],a=j(F,m,o)||"",(c=O[a])||(c=O[a]=[],P.push(a)),C=U(m,o),V=V||C,I=j(A,m,o),I=s(I)?I:"",N=J?J(b,M):E?S[B]:B,J&&(K[N]=m),c.push({id:N,label:I,selected:C}));
8
- for(t||(v||null===Q?O[""].unshift({id:"",label:"",selected:!V}):V||O[""].unshift({id:"?",label:"",selected:!0})),z=0,r=P.length;r>z;z++){for(a=P[z],c=O[a],L.length<=z?(e={element:y.clone().attr("label",a),label:c.label},k=[e],L.push(k),h.append(e.element)):(k=L[z],e=k[0],e.label!=a&&e.element.attr("label",e.label=a)),D=null,B=0,u=c.length;u>B;B++)d=c[B],(l=k[B+1])?(D=l.element,l.label!==d.label&&(q(T,l.label,!1),q(T,d.label,!0),D.text(l.label=d.label),D.prop("label",l.label)),l.id!==d.id&&D.val(l.id=d.id),D[0].selected!==d.selected&&(D.prop("selected",l.selected=d.selected),Zd&&D.prop("selected",l.selected))):(""===d.id&&v?G=v:(G=x.clone()).val(d.id).prop("selected",d.selected).attr("selected",d.selected).prop("label",d.label).text(d.label),k.push(l={element:G,label:d.label,id:d.id,selected:d.selected}),q(T,d.label,!0),D?D.after(G):e.element.append(G),D=G);for(B++;k.length>B;)d=k.pop(),q(T,d.label,!1),d.element.remove()}for(;L.length>z;){for(c=L.pop(),B=1;B<c.length;++B)q(T,c[B].label,!1);c[0].element.remove()}f(T,function(a,b){a>0?p.addOption(b):0>a&&p.removeOption(b)})}var z;if(!(z=u.match(e)))throw Mg("iexp","Expected expression in form of '_select_ (as _label_)? for (_key_,)?_value_ in _collection_' but got '{0}'. Element: {1}",u,T(h));var A=d(z[2]||z[1]),B=z[4]||z[6],C=/ as /.test(z[0])&&z[1],D=C?d(C):null,E=z[5],F=d(z[3]||""),G=d(z[2]?z[1]:B),H=d(z[7]),I=z[8],J=I?d(z[8]):null,K={},L=[[{element:h,label:""}]],M={};v&&(a(v)(b),v.removeClass("ng-scope"),v.remove()),h.empty(),h.on("change",k),i.$render=r,b.$watchCollection(H,o),b.$watchCollection(m,o),t&&b.$watchCollection(function(){return i.$modelValue},o)}if(k[1]){for(var o,p=k[0],q=k[1],t=j.multiple,u=j.ngOptions,v=!1,w=!1,x=$d(b.createElement("option")),y=$d(b.createElement("optgroup")),z=x.clone(),A=0,B=i.children(),C=B.length;C>A;A++)if(""===B[A].value){o=v=B.eq(A);break}p.init(q,v,z),t&&(q.$isEmpty=function(a){return!a||0===a.length}),u?n(h,i,q):t?m(h,i,q):l(h,i,q,p)}}}}],Pg=["$interpolate",function(a){var b={addOption:o,removeOption:o};return{restrict:"E",priority:100,compile:function(c,d){if(r(d.value)){var e=a(c.text(),!0);e||d.$set("value",c.text())}return function(a,c,d){var f="$selectController",g=c.parent(),h=g.data(f)||g.parent().data(f);h&&h.databound||(h=b),e?a.$watch(e,function(a,b){d.$set("value",a),b!==a&&h.removeOption(b),h.addOption(a,c)}):h.addOption(d.value,c),c.on("$destroy",function(){h.removeOption(d.value)})}}}}],Qg=q({restrict:"E",terminal:!1});return a.angular.bootstrap?void console.log("WARNING: Tried to load angular more than once."):(db(),nb(ge),void $d(b).ready(function(){$(b,_)}))}(window,document),!window.angular.$$csp()&&window.angular.element(document).find("head").prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}</style>'),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.2.0",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=a(document).height(),d=this.$target.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top(this.$element)),"function"==typeof h&&(h=f.bottom(this.$element));var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=b-h?"bottom":null!=g&&g>=d?"top":!1;if(this.affixed!==i){null!=this.unpin&&this.$element.css("top","");var j="affix"+(i?"-"+i:""),k=a.Event(j+".bs.affix");this.$element.trigger(k),k.isDefaultPrevented()||(this.affixed=i,this.unpin="bottom"==i?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(j).trigger(a.Event(j.replace("affix","affixed"))),"bottom"==i&&this.$element.offset({top:b-this.$element.height()-h}))}}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},d.offsetBottom&&(d.offset.bottom=d.offsetBottom),d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.2.0",d.prototype.close=function(b){function c(){f.detach().trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",c).emulateTransitionEnd(150):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.2.0",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),d[e](null==f[b]?this.options[b]:f[b]),setTimeout(a.proxy(function(){"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b).on("keydown.bs.carousel",a.proxy(this.keydown,this)),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.2.0",c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},c.prototype.keydown=function(a){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.to=function(b){var c=this,d=this.getItemIndex(this.$active=this.$element.find(".item.active"));return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;var j=e[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:g});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,f&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(e)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:g});return a.support.transition&&this.$element.hasClass("slide")?(e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one("bsTransitionEnd",function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(1e3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger(m)),f&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b);!e&&f.toggle&&"show"==b&&(b=!b),e||d.data("bs.collapse",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};c.VERSION="3.2.0",c.DEFAULTS={toggle:!0},c.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},c.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var c=a.Event("show.bs.collapse");if(this.$element.trigger(c),!c.isDefaultPrevented()){var d=this.$parent&&this.$parent.find("> .panel > .in");if(d&&d.length){var e=d.data("bs.collapse");if(e&&e.transitioning)return;b.call(d,"hide"),e||d.data("bs.collapse",null)}var f=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[f](0),this.transitioning=1;var g=function(){this.$element.removeClass("collapsing").addClass("collapse in")[f](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return g.call(this);var h=a.camelCase(["scroll",f].join("-"));this.$element.one("bsTransitionEnd",a.proxy(g,this)).emulateTransitionEnd(350)[f](this.$element[0][h])}}},c.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(d,this)).emulateTransitionEnd(350):d.call(this)}}},c.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var d=a.fn.collapse;a.fn.collapse=b,a.fn.collapse.Constructor=c,a.fn.collapse.noConflict=function(){return a.fn.collapse=d,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(c){var d,e=a(this),f=e.attr("data-target")||c.preventDefault()||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),g=a(f),h=g.data("bs.collapse"),i=h?"toggle":e.data(),j=e.attr("data-parent"),k=j&&a(j);h&&h.transitioning||(k&&k.find('[data-toggle="collapse"][data-parent="'+j+'"]').not(e).addClass("collapsed"),e[g.hasClass("in")?"addClass":"removeClass"]("collapsed")),b.call(g,i)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=c(a(this)),e={relatedTarget:this};d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown",e)),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown",e))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.2.0",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.divider):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(i.filter(":focus"));38==b.keyCode&&j>0&&j--,40==b.keyCode&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f+', [role="menu"], [role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.2.0",c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.closest("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},c.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one("bsTransitionEnd",e).emulateTransitionEnd(150):e(),f.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(c){c.preventDefault(),b.call(a(this),"show")})}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(c,d){var e=a.proxy(this.process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",e),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.2.0",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b="offset",c=0;a.isWindow(this.$scrollElement[0])||(b="position",c=this.$scrollElement.scrollTop()),this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight();var d=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+c,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){d.offsets.push(this[0]),d.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<=e[0])return g!=(a=f[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$backdrop=this.isShown=null,this.scrollbarWidth=0,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.2.0",c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.$body.addClass("modal-open"),this.setScrollbar(),this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(c.$body),c.$element.show().scrollTop(0),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one("bsTransitionEnd",function(){c.$element.trigger("focus").trigger(e)}).emulateTransitionEnd(300):c.$element.trigger("focus").trigger(e)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.$body.removeClass("modal-open"),this.resetScrollbar(),this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var e=a.support.transition&&d;if(this.$backdrop=a('<div class="modal-backdrop '+d+'" />').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;e?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(150):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var f=function(){c.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",f).emulateTransitionEnd(150):f()}else b&&b()},c.prototype.checkScrollbar=function(){document.body.clientWidth>=window.innerWidth||(this.scrollbarWidth=this.scrollbarWidth||this.measureScrollbar())},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.scrollbarWidth&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right","")},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||"destroy"!=b)&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.2.0",c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var c=a.contains(document.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!c)return;var d=this,e=this.tip(),f=this.getUID(this.type);this.setContent(),e.attr("id",f),this.$element.attr("aria-describedby",f),this.options.animation&&e.addClass("fade");var g="function"==typeof this.options.placement?this.options.placement.call(this,e[0],this.$element[0]):this.options.placement,h=/\s?auto?\s?/i,i=h.test(g);i&&(g=g.replace(h,"")||"top"),e.detach().css({top:0,left:0,display:"block"}).addClass(g).data("bs."+this.type,this),this.options.container?e.appendTo(this.options.container):e.insertAfter(this.$element);var j=this.getPosition(),k=e[0].offsetWidth,l=e[0].offsetHeight;if(i){var m=g,n=this.$element.parent(),o=this.getPosition(n);g="bottom"==g&&j.top+j.height+l-o.scroll>o.height?"top":"top"==g&&j.top-o.scroll-l<0?"bottom":"right"==g&&j.right+k>o.width?"left":"left"==g&&j.left-k<o.left?"right":g,e.removeClass(m).addClass(g)}var p=this.getCalculatedOffset(g,j,k,l);this.applyPlacement(p,g);var q=function(){d.$element.trigger("shown.bs."+d.type),d.hoverState=null};a.support.transition&&this.$tip.hasClass("fade")?e.one("bsTransitionEnd",q).emulateTransitionEnd(150):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=k.left?2*k.left-e+i:2*k.top-f+j,m=k.left?"left":"top",n=k.left?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(l,d[0][n],m)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach(),c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.removeAttr("aria-describedby"),this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one("bsTransitionEnd",b).emulateTransitionEnd(150):b(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName;return a.extend({},"function"==typeof c.getBoundingClientRect?c.getBoundingClientRect():null,{scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop(),width:d?a(window).width():b.outerWidth(),height:d?a(window).height():b.outerHeight()},d?{top:0,left:0}:b.offset())},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")
9
- },c.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||"destroy"!=b)&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.2.0",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").empty()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},c.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),function(a,b,c){"use strict";function d(a){return null!=a&&""!==a&&"hasOwnProperty"!==a&&h.test("."+a)}function e(a,b){if(!d(b))throw g("badmember",'Dotted member path "@{0}" is invalid.',b);for(var e=b.split("."),f=0,h=e.length;h>f&&a!==c;f++){var i=e[f];a=null!==a?a[i]:c}return a}function f(a,c){c=c||{},b.forEach(c,function(a,b){delete c[b]});for(var d in a)!a.hasOwnProperty(d)||"$"===d.charAt(0)&&"$"===d.charAt(1)||(c[d]=a[d]);return c}var g=b.$$minErr("$resource"),h=/^(\.[a-zA-Z_$][0-9a-zA-Z_$]*)+$/;b.module("ngResource",["ng"]).provider("$resource",function(){var a=this;this.defaults={stripTrailingSlashes:!0,actions:{get:{method:"GET"},save:{method:"POST"},query:{method:"GET",isArray:!0},remove:{method:"DELETE"},"delete":{method:"DELETE"}}},this.$get=["$http","$q",function(d,h){function i(a){return j(a,!0).replace(/%26/gi,"&").replace(/%3D/gi,"=").replace(/%2B/gi,"+")}function j(a,b){return encodeURIComponent(a).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,b?"%20":"+")}function k(b,c){this.template=b,this.defaults=o({},a.defaults,c),this.urlParams={}}function l(i,j,r,s){function t(a,b){var c={};return b=o({},j,b),n(b,function(b,d){q(b)&&(b=b()),c[d]=b&&b.charAt&&"@"==b.charAt(0)?e(a,b.substr(1)):b}),c}function u(a){return a.resource}function v(a){f(a||{},this)}var w=new k(i,s);return r=o({},a.defaults.actions,r),v.prototype.toJSON=function(){var a=o({},this);return delete a.$promise,delete a.$resolved,a},n(r,function(a,e){var i=/^(POST|PUT|PATCH)$/i.test(a.method);v[e]=function(j,k,l,r){var s,x,y,z={};switch(arguments.length){case 4:y=r,x=l;case 3:case 2:if(!q(k)){z=j,s=k,x=l;break}if(q(j)){x=j,y=k;break}x=k,y=l;case 1:q(j)?x=j:i?s=j:z=j;break;case 0:break;default:throw g("badargs","Expected up to 4 arguments [params, data, success, error], got {0} arguments",arguments.length)}var A=this instanceof v,B=A?s:a.isArray?[]:new v(s),C={},D=a.interceptor&&a.interceptor.response||u,E=a.interceptor&&a.interceptor.responseError||c;n(a,function(a,b){"params"!=b&&"isArray"!=b&&"interceptor"!=b&&(C[b]=p(a))}),i&&(C.data=s),w.setUrlParams(C,o({},t(s,a.params||{}),z),a.url);var F=d(C).then(function(c){var d=c.data,h=B.$promise;if(d){if(b.isArray(d)!==!!a.isArray)throw g("badcfg","Error in resource configuration for action `{0}`. Expected response to contain an {1} but got an {2}",e,a.isArray?"array":"object",b.isArray(d)?"array":"object");a.isArray?(B.length=0,n(d,function(a){B.push("object"==typeof a?new v(a):a)})):(f(d,B),B.$promise=h)}return B.$resolved=!0,c.resource=B,c},function(a){return B.$resolved=!0,(y||m)(a),h.reject(a)});return F=F.then(function(a){var b=D(a);return(x||m)(b,a.headers),b},E),A?F:(B.$promise=F,B.$resolved=!1,B)},v.prototype["$"+e]=function(a,b,c){q(a)&&(c=b,b=a,a={});var d=v[e].call(this,a,this,b,c);return d.$promise||d}}),v.bind=function(a){return l(i,o({},j,a),r)},v}var m=b.noop,n=b.forEach,o=b.extend,p=b.copy,q=b.isFunction;return k.prototype={setUrlParams:function(a,c,d){var e,f,h=this,j=d||h.template,k=h.urlParams={};n(j.split(/\W/),function(a){if("hasOwnProperty"===a)throw g("badname","hasOwnProperty is not a valid parameter name.");!new RegExp("^\\d+$").test(a)&&a&&new RegExp("(^|[^\\\\]):"+a+"(\\W|$)").test(j)&&(k[a]=!0)}),j=j.replace(/\\:/g,":"),c=c||{},n(h.urlParams,function(a,d){e=c.hasOwnProperty(d)?c[d]:h.defaults[d],b.isDefined(e)&&null!==e?(f=i(e),j=j.replace(new RegExp(":"+d+"(\\W|$)","g"),function(a,b){return f+b})):j=j.replace(new RegExp("(/?):"+d+"(\\W|$)","g"),function(a,b,c){return"/"==c.charAt(0)?c:b+c})}),h.defaults.stripTrailingSlashes&&(j=j.replace(/\/+$/,"")||"/"),j=j.replace(/\/\.(?=\w+($|\?))/,"."),a.url=j.replace(/\/\\\./,"/."),n(c,function(b,c){h.urlParams[c]||(a.params=a.params||{},a.params[c]=b)})}},l}]})}(window,window.angular),function(a,b,c){"use strict";b.module("ngCookies",["ng"]).factory("$cookies",["$rootScope","$browser",function(a,d){function e(){var a,e,f,i;for(a in h)k(g[a])&&d.cookies(a,c);for(a in g)e=g[a],b.isString(e)||(e=""+e,g[a]=e),e!==h[a]&&(d.cookies(a,e),i=!0);if(i){i=!1,f=d.cookies();for(a in g)g[a]!==f[a]&&(k(f[a])?delete g[a]:g[a]=f[a],i=!0)}}var f,g={},h={},i=!1,j=b.copy,k=b.isUndefined;return d.addPollFn(function(){var b=d.cookies();f!=b&&(f=b,j(b,h),j(b,g),i&&a.$apply())})(),i=!0,a.$watch(e),g}]).factory("$cookieStore",["$cookies",function(a){return{get:function(c){var d=a[c];return d?b.fromJson(d):d},put:function(c,d){a[c]=b.toJson(d)},remove:function(b){delete a[b]}}}])}(window,window.angular),function(a,b){"use strict";function c(){this.$get=["$$sanitizeUri",function(a){return function(b){var c=[];return f(b,i(c,function(b,c){return!/^unsafe/.test(a(b,c))})),c.join("")}}]}function d(a){var c=[],d=i(c,b.noop);return d.chars(a),c.join("")}function e(a){var b,c={},d=a.split(",");for(b=0;b<d.length;b++)c[d[b]]=!0;return c}function f(a,c){function d(a,d,f,h){if(d=b.lowercase(d),y[d])for(;t.last()&&z[t.last()];)e("",t.last());x[d]&&t.last()==d&&e("",d),h=u[d]||!!h,h||t.push(d);var i={};f.replace(m,function(a,b,c,d,e){var f=c||d||e||"";i[b]=g(f)}),c.start&&c.start(d,i,h)}function e(a,d){var e,f=0;if(d=b.lowercase(d))for(f=t.length-1;f>=0&&t[f]!=d;f--);if(f>=0){for(e=t.length-1;e>=f;e--)c.end&&c.end(t[e]);t.length=f}}"string"!=typeof a&&(a=null===a||"undefined"==typeof a?"":""+a);var f,h,i,s,t=[],v=a;for(t.last=function(){return t[t.length-1]};a;){if(s="",h=!0,t.last()&&B[t.last()]?(a=a.replace(new RegExp("(.*)<\\s*\\/\\s*"+t.last()+"[^>]*>","i"),function(a,b){return b=b.replace(p,"$1").replace(r,"$1"),c.chars&&c.chars(g(b)),""}),e("",t.last())):(0===a.indexOf("<!--")?(f=a.indexOf("--",4),f>=0&&a.lastIndexOf("-->",f)===f&&(c.comment&&c.comment(a.substring(4,f)),a=a.substring(f+3),h=!1)):q.test(a)?(i=a.match(q),i&&(a=a.replace(i[0],""),h=!1)):o.test(a)?(i=a.match(l),i&&(a=a.substring(i[0].length),i[0].replace(l,e),h=!1)):n.test(a)&&(i=a.match(k),i?(i[4]&&(a=a.substring(i[0].length),i[0].replace(k,d)),h=!1):(s+="<",a=a.substring(1))),h&&(f=a.indexOf("<"),s+=0>f?a:a.substring(0,f),a=0>f?"":a.substring(f),c.chars&&c.chars(g(s)))),a==v)throw j("badparse","The sanitizer was unable to parse the following block of html: {0}",a);v=a}e()}function g(a){if(!a)return"";var b=I.exec(a),c=b[1],d=b[3],e=b[2];return e&&(H.innerHTML=e.replace(/</g,"&lt;"),e="textContent"in H?H.textContent:H.innerText),c+e+d}function h(a){return a.replace(/&/g,"&amp;").replace(s,function(a){var b=a.charCodeAt(0),c=a.charCodeAt(1);return"&#"+(1024*(b-55296)+(c-56320)+65536)+";"}).replace(t,function(a){return"&#"+a.charCodeAt(0)+";"}).replace(/</g,"&lt;").replace(/>/g,"&gt;")}function i(a,c){var d=!1,e=b.bind(a,a.push);return{start:function(a,f,g){a=b.lowercase(a),!d&&B[a]&&(d=a),d||C[a]!==!0||(e("<"),e(a),b.forEach(f,function(d,f){var g=b.lowercase(f),i="img"===a&&"src"===g||"background"===g;G[g]!==!0||D[g]===!0&&!c(d,i)||(e(" "),e(f),e('="'),e(h(d)),e('"'))}),e(g?"/>":">"))},end:function(a){a=b.lowercase(a),d||C[a]!==!0||(e("</"),e(a),e(">")),a==d&&(d=!1)},chars:function(a){d||e(h(a))}}}var j=b.$$minErr("$sanitize"),k=/^<((?:[a-zA-Z])[\w:-]*)((?:\s+[\w:-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)\s*(>?)/,l=/^<\/\s*([\w:-]+)[^>]*>/,m=/([\w:-]+)(?:\s*=\s*(?:(?:"((?:[^"])*)")|(?:'((?:[^'])*)')|([^>\s]+)))?/g,n=/^</,o=/^<\//,p=/<!--(.*?)-->/g,q=/<!DOCTYPE([^>]*?)>/i,r=/<!\[CDATA\[(.*?)]]>/g,s=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,t=/([^\#-~| |!])/g,u=e("area,br,col,hr,img,wbr"),v=e("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),w=e("rp,rt"),x=b.extend({},w,v),y=b.extend({},v,e("address,article,aside,blockquote,caption,center,del,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,map,menu,nav,ol,pre,script,section,table,ul")),z=b.extend({},w,e("a,abbr,acronym,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,q,ruby,rp,rt,s,samp,small,span,strike,strong,sub,sup,time,tt,u,var")),A=e("animate,animateColor,animateMotion,animateTransform,circle,defs,desc,ellipse,font-face,font-face-name,font-face-src,g,glyph,hkern,image,linearGradient,line,marker,metadata,missing-glyph,mpath,path,polygon,polyline,radialGradient,rect,set,stop,svg,switch,text,title,tspan,use"),B=e("script,style"),C=b.extend({},u,y,z,x,A),D=e("background,cite,href,longdesc,src,usemap,xlink:href"),E=e("abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,scope,scrolling,shape,size,span,start,summary,target,title,type,valign,value,vspace,width"),F=e("accent-height,accumulate,additive,alphabetic,arabic-form,ascent,attributeName,attributeType,baseProfile,bbox,begin,by,calcMode,cap-height,class,color,color-rendering,content,cx,cy,d,dx,dy,descent,display,dur,end,fill,fill-rule,font-family,font-size,font-stretch,font-style,font-variant,font-weight,from,fx,fy,g1,g2,glyph-name,gradientUnits,hanging,height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,path,pathLength,points,preserveAspectRatio,r,refX,refY,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,rotate,rx,ry,slope,stemh,stemv,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,systemLanguage,target,text-anchor,to,transform,type,u1,u2,underline-position,underline-thickness,unicode,unicode-range,units-per-em,values,version,viewBox,visibility,width,widths,x,x-height,x1,x2,xlink:actuate,xlink:arcrole,xlink:role,xlink:show,xlink:title,xlink:type,xml:base,xml:lang,xml:space,xmlns,xmlns:xlink,y,y1,y2,zoomAndPan"),G=b.extend({},D,F,E),H=document.createElement("pre"),I=/^(\s*)([\s\S]*?)(\s*)$/;b.module("ngSanitize",[]).provider("$sanitize",c),b.module("ngSanitize").filter("linky",["$sanitize",function(a){var c=/((ftp|https?):\/\/|(www\.)|(mailto:)?[A-Za-z0-9._%+-]+@)\S*[^\s.;,(){}<>"”’]/,e=/^mailto:/;return function(f,g){function h(a){a&&n.push(d(a))}function i(a,c){n.push("<a "),b.isDefined(g)&&n.push('target="',g,'" '),n.push('href="',a.replace(/"/g,"&quot;"),'">'),h(c),n.push("</a>")}if(!f)return f;for(var j,k,l,m=f,n=[];j=m.match(c);)k=j[0],j[2]||j[4]||(k=(j[3]?"http://":"mailto:")+k),l=j.index,h(m.substr(0,l)),i(k,j[0].replace(e,"")),m=m.substring(l+j[0].length);return h(m),a(n.join(""))}}])}(window,window.angular),function(a,b,c){"use strict";b.module("ngAnimate",["ng"]).directive("ngAnimateChildren",function(){var a="$$ngAnimateChildren";return function(c,d,e){var f=e.ngAnimateChildren;b.isString(f)&&0===f.length?d.data(a,!0):c.$watch(f,function(b){d.data(a,!!b)})}}).factory("$$animateReflow",["$$rAF","$document",function(a,b){var c=b[0].body;return function(b){return a(function(){c.offsetWidth+1;b()})}}]).config(["$provide","$animateProvider",function(d,e){function f(a){for(var b=0;b<a.length;b++){var c=a[b];if(c.nodeType==q)return c}}function g(a){return a&&b.element(a)}function h(a){return b.element(f(a))}function i(a,b){return f(a)==f(b)}var j,k=b.noop,l=b.forEach,m=e.$$selectors,n=b.isArray,o=b.isString,p=b.isObject,q=1,r="$$ngAnimateState",s="$$ngAnimateChildren",t="ng-animate",u={running:!0};d.decorator("$animate",["$delegate","$$q","$injector","$sniffer","$rootElement","$$asyncCallback","$rootScope","$document","$templateRequest","$$jqLite",function(a,c,d,q,v,w,x,y,z,A){function B(a,b){var c=a.data(r)||{};return b&&(c.running=!0,c.structural=!0,a.data(r,c)),c.disabled||c.running&&c.structural}function C(a){var b,d=c.defer();return d.promise.$$cancelFn=function(){b&&b()},x.$$postDigest(function(){b=a(function(){d.resolve()})}),d.promise}function D(a){return p(a)?(a.tempClasses&&o(a.tempClasses)&&(a.tempClasses=a.tempClasses.split(/\s+/)),a):void 0}function E(a,b,c){c=c||{};var d={};l(c,function(a,b){l(b.split(" "),function(b){d[b]=a})});var e=Object.create(null);l((a.attr("class")||"").split(/\s+/),function(a){e[a]=!0});var f=[],g=[];return l(b&&b.classes||[],function(a,b){var c=e[b],h=d[b]||{};a===!1?(c||"addClass"==h.event)&&g.push(b):a===!0&&(c&&"removeClass"!=h.event||f.push(b))}),f.length+g.length>0&&[f.join(" "),g.join(" ")]}function F(a){if(a){var b=[],c={},e=a.substr(1).split(".");(q.transitions||q.animations)&&b.push(d.get(m[""]));for(var f=0;f<e.length;f++){var g=e[f],h=m[g];h&&!c[g]&&(b.push(d.get(h)),c[g]=!0)}return b}}function G(a,c,d,e){function f(a,b){var c=a[b],d=a["before"+b.charAt(0).toUpperCase()+b.substr(1)];return c||d?("leave"==b&&(d=c,c=null),w.push({event:b,fn:c}),t.push({event:b,fn:d}),!0):void 0}function g(b,c,f){function g(a){if(c){if((c[a]||k)(),++m<h.length)return;c=null}f()}var h=[];l(b,function(a){a.fn&&h.push(a)});var m=0;l(h,function(b,f){var h=function(){g(f)};switch(b.event){case"setClass":c.push(b.fn(a,i,j,h,e));break;case"animate":c.push(b.fn(a,d,e.from,e.to,h));break;case"addClass":c.push(b.fn(a,i||d,h,e));break;case"removeClass":c.push(b.fn(a,j||d,h,e));break;default:c.push(b.fn(a,h,e))}}),c&&0===c.length&&f()}var h=a[0];if(h){e&&(e.to=e.to||{},e.from=e.from||{});var i,j;n(d)&&(i=d[0],j=d[1],i?j?d=i+" "+j:(d=i,c="addClass"):(d=j,c="removeClass"));var m="setClass"==c,o=m||"addClass"==c||"removeClass"==c||"animate"==c,p=a.attr("class"),q=p+" "+d;if(O(q)){var r=k,s=[],t=[],u=k,v=[],w=[],x=(" "+q).replace(/\s+/g,".");return l(F(x),function(a){var b=f(a,c);!b&&m&&(f(a,"addClass"),f(a,"removeClass"))}),{node:h,event:c,className:d,isClassBased:o,isSetClassOperation:m,applyStyles:function(){e&&a.css(b.extend(e.from||{},e.to||{}))},before:function(a){r=a,g(t,s,function(){r=k,a()})},after:function(a){u=a,g(w,v,function(){u=k,a()})},cancel:function(){s&&(l(s,function(a){(a||k)(!0)}),r(!0)),v&&(l(v,function(a){(a||k)(!0)}),u(!0))}}}}}function H(a,c,d,e,f,g,h,i){function m(b){var e="$animate:"+b;x&&x[e]&&x[e].length>0&&w(function(){d.triggerHandler(e,{event:a,className:c})})}function n(){m("before")}function o(){m("after")}function p(){m("close"),i()}function q(){q.hasBeenRun||(q.hasBeenRun=!0,g())}function s(){if(!s.hasBeenRun){v&&v.applyStyles(),s.hasBeenRun=!0,h&&h.tempClasses&&l(h.tempClasses,function(a){j.removeClass(d,a)});var b=d.data(r);b&&(v&&v.isClassBased?J(d,c):(w(function(){var b=d.data(r)||{};H==b.index&&J(d,c,a)}),d.data(r,b))),p()}}var u=k,v=G(d,a,c,h);if(!v)return q(),n(),o(),s(),u;a=v.event,c=v.className;var x=b.element._data(v.node);if(x=x&&x.events,e||(e=f?f.parent():d.parent()),K(d,e))return q(),n(),o(),s(),u;var y=d.data(r)||{},z=y.active||{},A=y.totalActive||0,B=y.last,C=!1;if(A>0){var D=[];if(v.isClassBased){if("setClass"==B.event)D.push(B),J(d,c);else if(z[c]){var E=z[c];E.event==a?C=!0:(D.push(E),J(d,c))}}else if("leave"==a&&z["ng-leave"])C=!0;else{for(var F in z)D.push(z[F]);y={},J(d,!0)}D.length>0&&l(D,function(a){a.cancel()})}if(!v.isClassBased||v.isSetClassOperation||"animate"==a||C||(C="addClass"==a==d.hasClass(c)),C)return q(),n(),o(),p(),u;z=y.active||{},A=y.totalActive||0,"leave"==a&&d.one("$destroy",function(){var a=b.element(this),c=a.data(r);if(c){var d=c.active["ng-leave"];d&&(d.cancel(),J(a,"ng-leave"))}}),j.addClass(d,t),h&&h.tempClasses&&l(h.tempClasses,function(a){j.addClass(d,a)});var H=M++;return A++,z[c]=v,d.data(r,{last:v,active:z,index:H,totalActive:A}),n(),v.before(function(b){var e=d.data(r);b=b||!e||!e.active[c]||v.isClassBased&&e.active[c].event!=a,q(),b===!0?s():(o(),v.after(s))}),v.cancel}function I(a){var c=f(a);if(c){var d=b.isFunction(c.getElementsByClassName)?c.getElementsByClassName(t):c.querySelectorAll("."+t);l(d,function(a){a=b.element(a);var c=a.data(r);c&&c.active&&l(c.active,function(a){a.cancel()})})}}function J(a,b){if(i(a,v))u.disabled||(u.running=!1,u.structural=!1);else if(b){var c=a.data(r)||{},d=b===!0;!d&&c.active&&c.active[b]&&(c.totalActive--,delete c.active[b]),(d||!c.totalActive)&&(j.removeClass(a,t),a.removeData(r))}}function K(a,c){if(u.disabled)return!0;if(i(a,v))return u.running;var d,e,f;do{if(0===c.length)break;var g=i(c,v),h=g?u:c.data(r)||{};if(h.disabled)return!0;if(g&&(f=!0),d!==!1){var j=c.data(s);b.isDefined(j)&&(d=j)}e=e||h.running||h.last&&!h.last.isClassBased}while(c=c.parent());return!f||!d&&e}j=A,v.data(r,u);var L=x.$watch(function(){return z.totalPendingRequests},function(a){0===a&&(L(),x.$$postDigest(function(){x.$$postDigest(function(){u.running=!1})}))}),M=0,N=e.classNameFilter(),O=N?function(a){return N.test(a)}:function(){return!0};return{animate:function(a,b,c,d,e){return d=d||"ng-inline-animate",e=D(e)||{},e.from=c?b:null,e.to=c?c:b,C(function(b){return H("animate",d,h(a),null,null,k,e,b)})},enter:function(c,d,e,f){return f=D(f),c=b.element(c),d=g(d),e=g(e),B(c,!0),a.enter(c,d,e),C(function(a){return H("enter","ng-enter",h(c),d,e,k,f,a)})},leave:function(c,d){return d=D(d),c=b.element(c),I(c),B(c,!0),C(function(b){return H("leave","ng-leave",h(c),null,null,function(){a.leave(c)},d,b)})},move:function(c,d,e,f){return f=D(f),c=b.element(c),d=g(d),e=g(e),I(c),B(c,!0),a.move(c,d,e),C(function(a){return H("move","ng-move",h(c),d,e,k,f,a)})},addClass:function(a,b,c){return this.setClass(a,b,[],c)},removeClass:function(a,b,c){return this.setClass(a,[],b,c)},setClass:function(c,d,e,g){g=D(g);var i="$$animateClasses";if(c=b.element(c),c=h(c),B(c))return a.$$setClassImmediately(c,d,e,g);var j,k=c.data(i),m=!!k;return k||(k={},k.classes={}),j=k.classes,d=n(d)?d:d.split(" "),l(d,function(a){a&&a.length&&(j[a]=!0)}),e=n(e)?e:e.split(" "),l(e,function(a){a&&a.length&&(j[a]=!1)}),m?(g&&k.options&&(k.options=b.extend(k.options||{},g)),k.promise):(c.data(i,k={classes:j,options:g}),k.promise=C(function(b){var d=c.parent(),e=f(c),g=e.parentNode;if(!g||g.$$NG_REMOVED||e.$$NG_REMOVED)return void b();var h=c.data(i);c.removeData(i);var j=c.data(r)||{},k=E(c,h,j.active);return k?H("setClass",k,c,d,null,function(){k[0]&&a.$$addClassImmediately(c,k[0]),k[1]&&a.$$removeClassImmediately(c,k[1])},h.options,b):b()}))},cancel:function(a){a.$$cancelFn()},enabled:function(a,b){switch(arguments.length){case 2:if(a)J(b);else{var c=b.data(r)||{};c.disabled=!0,b.data(r,c)}break;case 1:u.disabled=!a;break;default:a=!u.disabled}return!!a}}}]),e.register("",["$window","$sniffer","$timeout","$$animateReflow",function(d,e,g,h){function i(){J||(J=h(function(){W=[],J=null,U={}}))}function m(a,b){J&&J(),W.push(b),J=h(function(){l(W,function(a){a()}),W=[],J=null,U={}})}function p(a,c){var d=f(a);a=b.element(d),Z.push(a);var e=Date.now()+c;Y>=e||(g.cancel(X),Y=e,X=g(function(){r(Z),Z=[]},c,!1))}function r(a){l(a,function(a){var b=a.data(Q);b&&l(b.closeAnimationFns,function(a){a()})})}function s(a,b){var c=b?U[b]:null;if(!c){var e=0,f=0,g=0,h=0;l(a,function(a){if(a.nodeType==q){var b=d.getComputedStyle(a)||{},c=b[E+K];e=Math.max(t(c),e);var i=b[E+M];f=Math.max(t(i),f);{b[G+M]}h=Math.max(t(b[G+M]),h);var j=t(b[G+K]);j>0&&(j*=parseInt(b[G+N],10)||1),g=Math.max(j,g)}}),c={total:0,transitionDelay:f,transitionDuration:e,animationDelay:h,animationDuration:g},b&&(U[b]=c)}return c}function t(a){var b=0,c=o(a)?a.split(/\s*,\s*/):[];return l(c,function(a){b=Math.max(parseFloat(a)||0,b)}),b}function u(a){var b=a.parent(),c=b.data(P);return c||(b.data(P,++V),c=V),c+"-"+f(a).getAttribute("class")}function v(a,b,c,d){var e=["ng-enter","ng-leave","ng-move"].indexOf(c)>=0,g=u(b),h=g+" "+c,i=U[h]?++U[h].total:0,k={};if(i>0){var l=c+"-stagger",m=g+" "+l,n=!U[m];n&&j.addClass(b,l),k=s(b,m),n&&j.removeClass(b,l)}j.addClass(b,c);var o=b.data(Q)||{},p=s(b,h),q=p.transitionDuration,r=p.animationDuration;if(e&&0===q&&0===r)return j.removeClass(b,c),!1;var t=d||e&&q>0,v=r>0&&k.animationDelay>0&&0===k.animationDuration,w=o.closeAnimationFns||[];b.data(Q,{stagger:k,cacheKey:h,running:o.running||0,itemIndex:i,blockTransition:t,closeAnimationFns:w});var z=f(b);return t&&(x(z,!0),d&&b.css(d)),v&&y(z,!0),!0}function w(a,b,c,d,e){function h(){b.off(M,i),j.removeClass(b,n),j.removeClass(b,o),K&&g.cancel(K),C(b,c);var a=f(b);for(var d in r)a.style.removeProperty(r[d])}function i(a){a.stopPropagation();var b=a.originalEvent||a,c=b.$manualTimeStamp||b.timeStamp||Date.now(),e=parseFloat(b.elapsedTime.toFixed(R));Math.max(c-L,0)>=G&&e>=D&&d()}var k=f(b),m=b.data(Q);if(-1==k.getAttribute("class").indexOf(c)||!m)return void d();var n="",o="";l(c.split(" "),function(a,b){var c=(b>0?" ":"")+a;n+=c+"-active",o+=c+"-pending"});var q="",r=[],t=m.itemIndex,u=m.stagger,v=0;if(t>0){var w=0;u.transitionDelay>0&&0===u.transitionDuration&&(w=u.transitionDelay*t);var z=0;u.animationDelay>0&&0===u.animationDuration&&(z=u.animationDelay*t,r.push(I+"animation-play-state")),v=Math.round(100*Math.max(w,z))/100}v||(j.addClass(b,n),m.blockTransition&&x(k,!1));var A=m.cacheKey+" "+n,B=s(b,A),D=Math.max(B.transitionDuration,B.animationDuration);if(0===D)return j.removeClass(b,n),C(b,c),void d();!v&&e&&(B.transitionDuration||(b.css("transition",B.animationDuration+"s linear all"),r.push("transition")),b.css(e));var E=Math.max(B.transitionDelay,B.animationDelay),G=E*T;if(r.length>0){var J=k.getAttribute("style")||"";";"!==J.charAt(J.length-1)&&(J+=";"),k.setAttribute("style",J+" "+q)}var K,L=Date.now(),M=H+" "+F,N=(E+D)*S,O=(v+N)*T;return v>0&&(j.addClass(b,o),K=g(function(){K=null,B.transitionDuration>0&&x(k,!1),B.animationDuration>0&&y(k,!1),j.addClass(b,n),j.removeClass(b,o),e&&(0===B.transitionDuration&&b.css("transition",B.animationDuration+"s linear all"),b.css(e),r.push("transition"))},v*T,!1)),b.on(M,i),m.closeAnimationFns.push(function(){h(),d()}),m.running++,p(b,O),h}function x(a,b){a.style[E+L]=b?"none":""}function y(a,b){a.style[G+O]=b?"paused":""}function z(a,b,c,d){return v(a,b,c,d)?function(a){a&&C(b,c)}:void 0}function A(a,b,c,d,e){return b.data(Q)?w(a,b,c,d,e):(C(b,c),void d())}function B(a,b,c,d,e){var f=z(a,b,c,e.from);if(!f)return i(),void d();var g=f;return m(b,function(){g=A(a,b,c,d,e.to)}),function(a){(g||k)(a)}}function C(a,b){j.removeClass(a,b);var c=a.data(Q);c&&(c.running&&c.running--,c.running&&0!==c.running||a.removeData(Q))}function D(a,b){var c="";return a=n(a)?a:a.split(/\s+/),l(a,function(a,d){a&&a.length>0&&(c+=(d>0?" ":"")+a+b)}),c}var E,F,G,H,I="";a.ontransitionend===c&&a.onwebkittransitionend!==c?(I="-webkit-",E="WebkitTransition",F="webkitTransitionEnd transitionend"):(E="transition",F="transitionend"),a.onanimationend===c&&a.onwebkitanimationend!==c?(I="-webkit-",G="WebkitAnimation",H="webkitAnimationEnd animationend"):(G="animation",H="animationend");var J,K="Duration",L="Property",M="Delay",N="IterationCount",O="PlayState",P="$$ngAnimateKey",Q="$$ngAnimateCSS3Data",R=3,S=1.5,T=1e3,U={},V=0,W=[],X=null,Y=0,Z=[];return{animate:function(a,b,c,d,e,f){return f=f||{},f.from=c,f.to=d,B("animate",a,b,e,f)},enter:function(a,b,c){return c=c||{},B("enter",a,"ng-enter",b,c)},leave:function(a,b,c){return c=c||{},B("leave",a,"ng-leave",b,c)},move:function(a,b,c){return c=c||{},B("move",a,"ng-move",b,c)},beforeSetClass:function(a,b,c,d,e){e=e||{};var f=D(c,"-remove")+" "+D(b,"-add"),g=z("setClass",a,f,e.from);return g?(m(a,d),g):(i(),void d())},beforeAddClass:function(a,b,c,d){d=d||{};var e=z("addClass",a,D(b,"-add"),d.from);return e?(m(a,c),e):(i(),void c())},beforeRemoveClass:function(a,b,c,d){d=d||{};var e=z("removeClass",a,D(b,"-remove"),d.from);return e?(m(a,c),e):(i(),void c())},setClass:function(a,b,c,d,e){e=e||{},c=D(c,"-remove"),b=D(b,"-add");var f=c+" "+b;return A("setClass",a,f,d,e.to)},addClass:function(a,b,c,d){return d=d||{},A("addClass",a,D(b,"-add"),c,d.to)},removeClass:function(a,b,c,d){return d=d||{},A("removeClass",a,D(b,"-remove"),c,d.to)}}}])}])}(window,window.angular),function(a,b){"use strict";function c(a,c,e){d.directive(a,["$parse","$swipe",function(d,f){var g=75,h=.3,i=30;return function(j,k,l){function m(a){if(!n)return!1;var b=Math.abs(a.y-n.y),d=(a.x-n.x)*c;return o&&g>b&&d>0&&d>i&&h>b/d}var n,o,p=d(l[a]),q=["touch"];b.isDefined(l.ngSwipeDisableMouse)||q.push("mouse"),f.bind(k,{start:function(a){n=a,o=!0},cancel:function(){o=!1},end:function(a,b){m(a)&&j.$apply(function(){k.triggerHandler(e),p(j,{$event:b})})}},q)}}])}var d=b.module("ngTouch",[]);d.factory("$swipe",[function(){function a(a){var b=a.touches&&a.touches.length?a.touches:[a],c=a.changedTouches&&a.changedTouches[0]||a.originalEvent&&a.originalEvent.changedTouches&&a.originalEvent.changedTouches[0]||b[0].originalEvent||b[0];return{x:c.clientX,y:c.clientY}}function c(a,c){var d=[];return b.forEach(a,function(a){var b=e[a][c];b&&d.push(b)}),d.join(" ")}var d=10,e={mouse:{start:"mousedown",move:"mousemove",end:"mouseup"},touch:{start:"touchstart",move:"touchmove",end:"touchend",cancel:"touchcancel"}};return{bind:function(b,e,f){var g,h,i,j,k=!1;f=f||["mouse","touch"],b.on(c(f,"start"),function(b){i=a(b),k=!0,g=0,h=0,j=i,e.start&&e.start(i,b)});var l=c(f,"cancel");l&&b.on(l,function(a){k=!1,e.cancel&&e.cancel(a)}),b.on(c(f,"move"),function(b){if(k&&i){var c=a(b);if(g+=Math.abs(c.x-j.x),h+=Math.abs(c.y-j.y),j=c,!(d>g&&d>h))return h>g?(k=!1,void(e.cancel&&e.cancel(b))):(b.preventDefault(),void(e.move&&e.move(c,b)))}}),b.on(c(f,"end"),function(b){k&&(k=!1,e.end&&e.end(a(b),b))})}}}]),d.config(["$provide",function(a){a.decorator("ngClickDirective",["$delegate",function(a){return a.shift(),a}])}]),d.directive("ngClick",["$parse","$timeout","$rootElement",function(a,c,d){function e(a,b,c,d){return Math.abs(a-c)<p&&Math.abs(b-d)<p}function f(a,b,c){for(var d=0;d<a.length;d+=2)if(e(a[d],a[d+1],b,c))return a.splice(d,d+2),!0;return!1}function g(a){if(!(Date.now()-j>o)){var b=a.touches&&a.touches.length?a.touches:[a],c=b[0].clientX,d=b[0].clientY;1>c&&1>d||l&&l[0]===c&&l[1]===d||(l&&(l=null),"label"===a.target.tagName.toLowerCase()&&(l=[c,d]),f(k,c,d)||(a.stopPropagation(),a.preventDefault(),a.target&&a.target.blur()))}}function h(a){var b=a.touches&&a.touches.length?a.touches:[a],d=b[0].clientX,e=b[0].clientY;k.push(d,e),c(function(){for(var a=0;a<k.length;a+=2)if(k[a]==d&&k[a+1]==e)return void k.splice(a,a+2)},o,!1)}function i(a,b){k||(d[0].addEventListener("click",g,!0),d[0].addEventListener("touchstart",h,!0),k=[]),j=Date.now(),f(k,a,b)}var j,k,l,m=750,n=12,o=2500,p=25,q="ng-click-active";return function(c,d,e){function f(){o=!1,d.removeClass(q)}var g,h,j,k,l=a(e.ngClick),o=!1;d.on("touchstart",function(a){o=!0,g=a.target?a.target:a.srcElement,3==g.nodeType&&(g=g.parentNode),d.addClass(q),h=Date.now();var b=a.touches&&a.touches.length?a.touches:[a],c=b[0].originalEvent||b[0];j=c.clientX,k=c.clientY}),d.on("touchmove",function(){f()}),d.on("touchcancel",function(){f()}),d.on("touchend",function(a){var c=Date.now()-h,l=a.changedTouches&&a.changedTouches.length?a.changedTouches:a.touches&&a.touches.length?a.touches:[a],p=l[0].originalEvent||l[0],q=p.clientX,r=p.clientY,s=Math.sqrt(Math.pow(q-j,2)+Math.pow(r-k,2));o&&m>c&&n>s&&(i(q,r),g&&g.blur(),b.isDefined(e.disabled)&&e.disabled!==!1||d.triggerHandler("click",[a])),f()}),d.onclick=function(){},d.on("click",function(a,b){c.$apply(function(){l(c,{$event:b||a})})}),d.on("mousedown",function(){d.addClass(q)}),d.on("mousemove mouseup",function(){d.removeClass(q)})}}]),c("ngSwipeLeft",-1,"swipeleft"),c("ngSwipeRight",1,"swiperight")}(window,window.angular),function(a,b){"use strict";function c(){function a(a,c){return b.extend(Object.create(a),c)}function c(a,b){var c=b.caseInsensitiveMatch,d={originalPath:a,regexp:a},e=d.keys=[];return a=a.replace(/([().])/g,"\\$1").replace(/(\/)?:(\w+)([\?\*])?/g,function(a,b,c,d){var f="?"===d?d:null,g="*"===d?d:null;return e.push({name:c,optional:!!f}),b=b||"",""+(f?"":b)+"(?:"+(f?b:"")+(g&&"(.+?)"||"([^/]+)")+(f||"")+")"+(f||"")}).replace(/([\/$\*])/g,"\\$1"),d.regexp=new RegExp("^"+a+"$",c?"i":""),d}var d={};this.when=function(a,e){var f=b.copy(e);if(b.isUndefined(f.reloadOnSearch)&&(f.reloadOnSearch=!0),b.isUndefined(f.caseInsensitiveMatch)&&(f.caseInsensitiveMatch=this.caseInsensitiveMatch),d[a]=b.extend(f,a&&c(a,f)),a){var g="/"==a[a.length-1]?a.substr(0,a.length-1):a+"/";d[g]=b.extend({redirectTo:a},c(g,f))}return this},this.caseInsensitiveMatch=!1,this.otherwise=function(a){return"string"==typeof a&&(a={redirectTo:a}),this.when(null,a),this},this.$get=["$rootScope","$location","$routeParams","$q","$injector","$templateRequest","$sce",function(c,e,f,g,i,j,k){function l(a,b){var c=b.keys,d={};if(!b.regexp)return null;var e=b.regexp.exec(a);if(!e)return null;for(var f=1,g=e.length;g>f;++f){var h=c[f-1],i=e[f];h&&i&&(d[h.name]=i)}return d}function m(a){var d=t.current;q=o(),r=q&&d&&q.$$route===d.$$route&&b.equals(q.pathParams,d.pathParams)&&!q.reloadOnSearch&&!s,r||!d&&!q||c.$broadcast("$routeChangeStart",q,d).defaultPrevented&&a&&a.preventDefault()}function n(){var a=t.current,d=q;r?(a.params=d.params,b.copy(a.params,f),c.$broadcast("$routeUpdate",a)):(d||a)&&(s=!1,t.current=d,d&&d.redirectTo&&(b.isString(d.redirectTo)?e.path(p(d.redirectTo,d.params)).search(d.params).replace():e.url(d.redirectTo(d.pathParams,e.path(),e.search())).replace()),g.when(d).then(function(){if(d){var a,c,e=b.extend({},d.resolve);return b.forEach(e,function(a,c){e[c]=b.isString(a)?i.get(a):i.invoke(a,null,null,c)}),b.isDefined(a=d.template)?b.isFunction(a)&&(a=a(d.params)):b.isDefined(c=d.templateUrl)&&(b.isFunction(c)&&(c=c(d.params)),c=k.getTrustedResourceUrl(c),b.isDefined(c)&&(d.loadedTemplateUrl=c,a=j(c))),b.isDefined(a)&&(e.$template=a),g.all(e)}}).then(function(e){d==t.current&&(d&&(d.locals=e,b.copy(d.params,f)),c.$broadcast("$routeChangeSuccess",d,a))},function(b){d==t.current&&c.$broadcast("$routeChangeError",d,a,b)}))}function o(){var c,f;return b.forEach(d,function(d){!f&&(c=l(e.path(),d))&&(f=a(d,{params:b.extend({},e.search(),c),pathParams:c}),f.$$route=d)
10
- }),f||d[null]&&a(d[null],{params:{},pathParams:{}})}function p(a,c){var d=[];return b.forEach((a||"").split(":"),function(a,b){if(0===b)d.push(a);else{var e=a.match(/(\w+)(?:[?*])?(.*)/),f=e[1];d.push(c[f]),d.push(e[2]||""),delete c[f]}}),d.join("")}var q,r,s=!1,t={routes:d,reload:function(){s=!0,c.$evalAsync(function(){m(),n()})},updateParams:function(a){if(!this.current||!this.current.$$route)throw h("norout","Tried updating route when with no current route");var c={},d=this;b.forEach(Object.keys(a),function(b){d.current.pathParams[b]||(c[b]=a[b])}),a=b.extend({},this.current.params,a),e.path(p(this.current.$$route.originalPath,a)),e.search(b.extend({},e.search(),c))}};return c.$on("$locationChangeStart",m),c.$on("$locationChangeSuccess",n),t}]}function d(){this.$get=function(){return{}}}function e(a,c,d){return{restrict:"ECA",terminal:!0,priority:400,transclude:"element",link:function(e,f,g,h,i){function j(){n&&(d.cancel(n),n=null),l&&(l.$destroy(),l=null),m&&(n=d.leave(m),n.then(function(){n=null}),m=null)}function k(){var g=a.current&&a.current.locals,h=g&&g.$template;if(b.isDefined(h)){var k=e.$new(),n=a.current,q=i(k,function(a){d.enter(a,null,m||f).then(function(){!b.isDefined(o)||o&&!e.$eval(o)||c()}),j()});m=q,l=n.scope=k,l.$emit("$viewContentLoaded"),l.$eval(p)}else j()}var l,m,n,o=g.autoscroll,p=g.onload||"";e.$on("$routeChangeSuccess",k),k()}}}function f(a,b,c){return{restrict:"ECA",priority:-400,link:function(d,e){var f=c.current,g=f.locals;e.html(g.$template);var h=a(e.contents());if(f.controller){g.$scope=d;var i=b(f.controller,g);f.controllerAs&&(d[f.controllerAs]=i),e.data("$ngControllerController",i),e.children().data("$ngControllerController",i)}h(d)}}}var g=b.module("ngRoute",["ng"]).provider("$route",c),h=b.$$minErr("ngRoute");g.provider("$routeParams",d),g.directive("ngView",e),g.directive("ngView",f),e.$inject=["$route","$anchorScroll","$animate"],f.$inject=["$compile","$controller","$route"]}(window,window.angular),angular.module("ui.bootstrap",["ui.bootstrap.tpls","ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.bootstrap.carousel","ui.bootstrap.dateparser","ui.bootstrap.position","ui.bootstrap.datepicker","ui.bootstrap.dropdown","ui.bootstrap.modal","ui.bootstrap.pagination","ui.bootstrap.tooltip","ui.bootstrap.popover","ui.bootstrap.progressbar","ui.bootstrap.rating","ui.bootstrap.tabs","ui.bootstrap.timepicker","ui.bootstrap.typeahead"]),angular.module("ui.bootstrap.tpls",["template/accordion/accordion-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/carousel.html","template/carousel/slide.html","template/datepicker/datepicker.html","template/datepicker/day.html","template/datepicker/month.html","template/datepicker/popup.html","template/datepicker/year.html","template/modal/backdrop.html","template/modal/window.html","template/pagination/pager.html","template/pagination/pagination.html","template/tooltip/tooltip-html-unsafe-popup.html","template/tooltip/tooltip-popup.html","template/popover/popover.html","template/progressbar/bar.html","template/progressbar/progress.html","template/progressbar/progressbar.html","template/rating/rating.html","template/tabs/tab.html","template/tabs/tabset.html","template/timepicker/timepicker.html","template/typeahead/typeahead-match.html","template/typeahead/typeahead-popup.html"]),angular.module("ui.bootstrap.transition",[]).factory("$transition",["$q","$timeout","$rootScope",function(a,b,c){function d(a){for(var b in a)if(void 0!==f.style[b])return a[b]}var e=function(d,f,g){g=g||{};var h=a.defer(),i=e[g.animation?"animationEndEventName":"transitionEndEventName"],j=function(){c.$apply(function(){d.unbind(i,j),h.resolve(d)})};return i&&d.bind(i,j),b(function(){angular.isString(f)?d.addClass(f):angular.isFunction(f)?f(d):angular.isObject(f)&&d.css(f),i||h.resolve(d)}),h.promise.cancel=function(){i&&d.unbind(i,j),h.reject("Transition cancelled")},h.promise},f=document.createElement("trans"),g={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"},h={WebkitTransition:"webkitAnimationEnd",MozTransition:"animationend",OTransition:"oAnimationEnd",transition:"animationend"};return e.transitionEndEventName=d(g),e.animationEndEventName=d(h),e}]),angular.module("ui.bootstrap.collapse",["ui.bootstrap.transition"]).directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function d(){j===e&&(j=void 0)}var e=a(c,b);return j&&j.cancel(),j=e,e.then(d,d),e}function f(){k?(k=!1,g()):(c.removeClass("collapse").addClass("collapsing"),e({height:c[0].scrollHeight+"px"}).then(g))}function g(){c.removeClass("collapsing"),c.addClass("collapse in"),c.css({height:"auto"})}function h(){if(k)k=!1,i(),c.css({height:0});else{c.css({height:c[0].scrollHeight+"px"});{c[0].offsetWidth}c.removeClass("collapse in").addClass("collapsing"),e({height:0}).then(i)}}function i(){c.removeClass("collapsing"),c.addClass("collapse")}var j,k=!0;b.$watch(d.collapse,function(a){a?h():f()})}}}]),angular.module("ui.bootstrap.accordion",["ui.bootstrap.collapse"]).constant("accordionConfig",{closeOthers:!0}).controller("AccordionController",["$scope","$attrs","accordionConfig",function(a,b,c){this.groups=[],this.closeOthers=function(d){var e=angular.isDefined(b.closeOthers)?a.$eval(b.closeOthers):c.closeOthers;e&&angular.forEach(this.groups,function(a){a!==d&&(a.isOpen=!1)})},this.addGroup=function(a){var b=this;this.groups.push(a),a.$on("$destroy",function(){b.removeGroup(a)})},this.removeGroup=function(a){var b=this.groups.indexOf(a);-1!==b&&this.groups.splice(b,1)}}]).directive("accordion",function(){return{restrict:"EA",controller:"AccordionController",transclude:!0,replace:!1,templateUrl:"template/accordion/accordion.html"}}).directive("accordionGroup",function(){return{require:"^accordion",restrict:"EA",transclude:!0,replace:!0,templateUrl:"template/accordion/accordion-group.html",scope:{heading:"@",isOpen:"=?",isDisabled:"=?"},controller:function(){this.setHeading=function(a){this.heading=a}},link:function(a,b,c,d){d.addGroup(a),a.$watch("isOpen",function(b){b&&d.closeOthers(a)}),a.toggleOpen=function(){a.isDisabled||(a.isOpen=!a.isOpen)}}}}).directive("accordionHeading",function(){return{restrict:"EA",transclude:!0,template:"",replace:!0,require:"^accordionGroup",link:function(a,b,c,d,e){d.setHeading(e(a,function(){}))}}}).directive("accordionTransclude",function(){return{require:"^accordionGroup",link:function(a,b,c,d){a.$watch(function(){return d[c.accordionTransclude]},function(a){a&&(b.html(""),b.append(a))})}}}),angular.module("ui.bootstrap.alert",[]).controller("AlertController",["$scope","$attrs",function(a,b){a.closeable="close"in b,this.close=a.close}]).directive("alert",function(){return{restrict:"EA",controller:"AlertController",templateUrl:"template/alert/alert.html",transclude:!0,replace:!0,scope:{type:"@",close:"&"}}}).directive("dismissOnTimeout",["$timeout",function(a){return{require:"alert",link:function(b,c,d,e){a(function(){e.close()},parseInt(d.dismissOnTimeout,10))}}}]),angular.module("ui.bootstrap.bindHtml",[]).directive("bindHtmlUnsafe",function(){return function(a,b,c){b.addClass("ng-binding").data("$binding",c.bindHtmlUnsafe),a.$watch(c.bindHtmlUnsafe,function(a){b.html(a||"")})}}),angular.module("ui.bootstrap.buttons",[]).constant("buttonConfig",{activeClass:"active",toggleEvent:"click"}).controller("ButtonsController",["buttonConfig",function(a){this.activeClass=a.activeClass||"active",this.toggleEvent=a.toggleEvent||"click"}]).directive("btnRadio",function(){return{require:["btnRadio","ngModel"],controller:"ButtonsController",link:function(a,b,c,d){var e=d[0],f=d[1];f.$render=function(){b.toggleClass(e.activeClass,angular.equals(f.$modelValue,a.$eval(c.btnRadio)))},b.bind(e.toggleEvent,function(){var d=b.hasClass(e.activeClass);(!d||angular.isDefined(c.uncheckable))&&a.$apply(function(){f.$setViewValue(d?null:a.$eval(c.btnRadio)),f.$render()})})}}}).directive("btnCheckbox",function(){return{require:["btnCheckbox","ngModel"],controller:"ButtonsController",link:function(a,b,c,d){function e(){return g(c.btnCheckboxTrue,!0)}function f(){return g(c.btnCheckboxFalse,!1)}function g(b,c){var d=a.$eval(b);return angular.isDefined(d)?d:c}var h=d[0],i=d[1];i.$render=function(){b.toggleClass(h.activeClass,angular.equals(i.$modelValue,e()))},b.bind(h.toggleEvent,function(){a.$apply(function(){i.$setViewValue(b.hasClass(h.activeClass)?f():e()),i.$render()})})}}}),angular.module("ui.bootstrap.carousel",["ui.bootstrap.transition"]).controller("CarouselController",["$scope","$timeout","$interval","$transition",function(a,b,c,d){function e(){f();var b=+a.interval;!isNaN(b)&&b>0&&(h=c(g,b))}function f(){h&&(c.cancel(h),h=null)}function g(){var b=+a.interval;i&&!isNaN(b)&&b>0?a.next():a.pause()}var h,i,j=this,k=j.slides=a.slides=[],l=-1;j.currentSlide=null;var m=!1;j.select=a.select=function(c,f){function g(){if(!m){if(j.currentSlide&&angular.isString(f)&&!a.noTransition&&c.$element){c.$element.addClass(f);{c.$element[0].offsetWidth}angular.forEach(k,function(a){angular.extend(a,{direction:"",entering:!1,leaving:!1,active:!1})}),angular.extend(c,{direction:f,active:!0,entering:!0}),angular.extend(j.currentSlide||{},{direction:f,leaving:!0}),a.$currentTransition=d(c.$element,{}),function(b,c){a.$currentTransition.then(function(){h(b,c)},function(){h(b,c)})}(c,j.currentSlide)}else h(c,j.currentSlide);j.currentSlide=c,l=i,e()}}function h(b,c){angular.extend(b,{direction:"",active:!0,leaving:!1,entering:!1}),angular.extend(c||{},{direction:"",active:!1,leaving:!1,entering:!1}),a.$currentTransition=null}var i=k.indexOf(c);void 0===f&&(f=i>l?"next":"prev"),c&&c!==j.currentSlide&&(a.$currentTransition?(a.$currentTransition.cancel(),b(g)):g())},a.$on("$destroy",function(){m=!0}),j.indexOfSlide=function(a){return k.indexOf(a)},a.next=function(){var b=(l+1)%k.length;return a.$currentTransition?void 0:j.select(k[b],"next")},a.prev=function(){var b=0>l-1?k.length-1:l-1;return a.$currentTransition?void 0:j.select(k[b],"prev")},a.isActive=function(a){return j.currentSlide===a},a.$watch("interval",e),a.$on("$destroy",f),a.play=function(){i||(i=!0,e())},a.pause=function(){a.noPause||(i=!1,f())},j.addSlide=function(b,c){b.$element=c,k.push(b),1===k.length||b.active?(j.select(k[k.length-1]),1==k.length&&a.play()):b.active=!1},j.removeSlide=function(a){var b=k.indexOf(a);k.splice(b,1),k.length>0&&a.active?j.select(b>=k.length?k[b-1]:k[b]):l>b&&l--}}]).directive("carousel",[function(){return{restrict:"EA",transclude:!0,replace:!0,controller:"CarouselController",require:"carousel",templateUrl:"template/carousel/carousel.html",scope:{interval:"=",noTransition:"=",noPause:"="}}}]).directive("slide",function(){return{require:"^carousel",restrict:"EA",transclude:!0,replace:!0,templateUrl:"template/carousel/slide.html",scope:{active:"=?"},link:function(a,b,c,d){d.addSlide(a,b),a.$on("$destroy",function(){d.removeSlide(a)}),a.$watch("active",function(b){b&&d.select(a)})}}}),angular.module("ui.bootstrap.dateparser",[]).service("dateParser",["$locale","orderByFilter",function(a,b){function c(a){var c=[],d=a.split("");return angular.forEach(e,function(b,e){var f=a.indexOf(e);if(f>-1){a=a.split(""),d[f]="("+b.regex+")",a[f]="$";for(var g=f+1,h=f+e.length;h>g;g++)d[g]="",a[g]="$";a=a.join(""),c.push({index:f,apply:b.apply})}}),{regex:new RegExp("^"+d.join("")+"$"),map:b(c,"index")}}function d(a,b,c){return 1===b&&c>28?29===c&&(a%4===0&&a%100!==0||a%400===0):3===b||5===b||8===b||10===b?31>c:!0}this.parsers={};var e={yyyy:{regex:"\\d{4}",apply:function(a){this.year=+a}},yy:{regex:"\\d{2}",apply:function(a){this.year=+a+2e3}},y:{regex:"\\d{1,4}",apply:function(a){this.year=+a}},MMMM:{regex:a.DATETIME_FORMATS.MONTH.join("|"),apply:function(b){this.month=a.DATETIME_FORMATS.MONTH.indexOf(b)}},MMM:{regex:a.DATETIME_FORMATS.SHORTMONTH.join("|"),apply:function(b){this.month=a.DATETIME_FORMATS.SHORTMONTH.indexOf(b)}},MM:{regex:"0[1-9]|1[0-2]",apply:function(a){this.month=a-1}},M:{regex:"[1-9]|1[0-2]",apply:function(a){this.month=a-1}},dd:{regex:"[0-2][0-9]{1}|3[0-1]{1}",apply:function(a){this.date=+a}},d:{regex:"[1-2]?[0-9]{1}|3[0-1]{1}",apply:function(a){this.date=+a}},EEEE:{regex:a.DATETIME_FORMATS.DAY.join("|")},EEE:{regex:a.DATETIME_FORMATS.SHORTDAY.join("|")}};this.parse=function(b,e){if(!angular.isString(b)||!e)return b;e=a.DATETIME_FORMATS[e]||e,this.parsers[e]||(this.parsers[e]=c(e));var f=this.parsers[e],g=f.regex,h=f.map,i=b.match(g);if(i&&i.length){for(var j,k={year:1900,month:0,date:1,hours:0},l=1,m=i.length;m>l;l++){var n=h[l-1];n.apply&&n.apply.call(k,i[l])}return d(k.year,k.month,k.date)&&(j=new Date(k.year,k.month,k.date,k.hours)),j}}}]),angular.module("ui.bootstrap.position",[]).factory("$position",["$document","$window",function(a,b){function c(a,c){return a.currentStyle?a.currentStyle[c]:b.getComputedStyle?b.getComputedStyle(a)[c]:a.style[c]}function d(a){return"static"===(c(a,"position")||"static")}var e=function(b){for(var c=a[0],e=b.offsetParent||c;e&&e!==c&&d(e);)e=e.offsetParent;return e||c};return{position:function(b){var c=this.offset(b),d={top:0,left:0},f=e(b[0]);f!=a[0]&&(d=this.offset(angular.element(f)),d.top+=f.clientTop-f.scrollTop,d.left+=f.clientLeft-f.scrollLeft);var g=b[0].getBoundingClientRect();return{width:g.width||b.prop("offsetWidth"),height:g.height||b.prop("offsetHeight"),top:c.top-d.top,left:c.left-d.left}},offset:function(c){var d=c[0].getBoundingClientRect();return{width:d.width||c.prop("offsetWidth"),height:d.height||c.prop("offsetHeight"),top:d.top+(b.pageYOffset||a[0].documentElement.scrollTop),left:d.left+(b.pageXOffset||a[0].documentElement.scrollLeft)}},positionElements:function(a,b,c,d){var e,f,g,h,i=c.split("-"),j=i[0],k=i[1]||"center";e=d?this.offset(a):this.position(a),f=b.prop("offsetWidth"),g=b.prop("offsetHeight");var l={center:function(){return e.left+e.width/2-f/2},left:function(){return e.left},right:function(){return e.left+e.width}},m={center:function(){return e.top+e.height/2-g/2},top:function(){return e.top},bottom:function(){return e.top+e.height}};switch(j){case"right":h={top:m[k](),left:l[j]()};break;case"left":h={top:m[k](),left:e.left-f};break;case"bottom":h={top:m[j](),left:l[k]()};break;default:h={top:e.top-g,left:l[k]()}}return h}}}]),angular.module("ui.bootstrap.datepicker",["ui.bootstrap.dateparser","ui.bootstrap.position"]).constant("datepickerConfig",{formatDay:"dd",formatMonth:"MMMM",formatYear:"yyyy",formatDayHeader:"EEE",formatDayTitle:"MMMM yyyy",formatMonthTitle:"yyyy",datepickerMode:"day",minMode:"day",maxMode:"year",showWeeks:!0,startingDay:0,yearRange:20,minDate:null,maxDate:null}).controller("DatepickerController",["$scope","$attrs","$parse","$interpolate","$timeout","$log","dateFilter","datepickerConfig",function(a,b,c,d,e,f,g,h){var i=this,j={$setViewValue:angular.noop};this.modes=["day","month","year"],angular.forEach(["formatDay","formatMonth","formatYear","formatDayHeader","formatDayTitle","formatMonthTitle","minMode","maxMode","showWeeks","startingDay","yearRange"],function(c,e){i[c]=angular.isDefined(b[c])?8>e?d(b[c])(a.$parent):a.$parent.$eval(b[c]):h[c]}),angular.forEach(["minDate","maxDate"],function(d){b[d]?a.$parent.$watch(c(b[d]),function(a){i[d]=a?new Date(a):null,i.refreshView()}):i[d]=h[d]?new Date(h[d]):null}),a.datepickerMode=a.datepickerMode||h.datepickerMode,a.uniqueId="datepicker-"+a.$id+"-"+Math.floor(1e4*Math.random()),this.activeDate=angular.isDefined(b.initDate)?a.$parent.$eval(b.initDate):new Date,a.isActive=function(b){return 0===i.compare(b.date,i.activeDate)?(a.activeDateId=b.uid,!0):!1},this.init=function(a){j=a,j.$render=function(){i.render()}},this.render=function(){if(j.$modelValue){var a=new Date(j.$modelValue),b=!isNaN(a);b?this.activeDate=a:f.error('Datepicker directive: "ng-model" value must be a Date object, a number of milliseconds since 01.01.1970 or a string representing an RFC2822 or ISO 8601 date.'),j.$setValidity("date",b)}this.refreshView()},this.refreshView=function(){if(this.element){this._refreshView();var a=j.$modelValue?new Date(j.$modelValue):null;j.$setValidity("date-disabled",!a||this.element&&!this.isDisabled(a))}},this.createDateObject=function(a,b){var c=j.$modelValue?new Date(j.$modelValue):null;return{date:a,label:g(a,b),selected:c&&0===this.compare(a,c),disabled:this.isDisabled(a),current:0===this.compare(a,new Date)}},this.isDisabled=function(c){return this.minDate&&this.compare(c,this.minDate)<0||this.maxDate&&this.compare(c,this.maxDate)>0||b.dateDisabled&&a.dateDisabled({date:c,mode:a.datepickerMode})},this.split=function(a,b){for(var c=[];a.length>0;)c.push(a.splice(0,b));return c},a.select=function(b){if(a.datepickerMode===i.minMode){var c=j.$modelValue?new Date(j.$modelValue):new Date(0,0,0,0,0,0,0);c.setFullYear(b.getFullYear(),b.getMonth(),b.getDate()),j.$setViewValue(c),j.$render()}else i.activeDate=b,a.datepickerMode=i.modes[i.modes.indexOf(a.datepickerMode)-1]},a.move=function(a){var b=i.activeDate.getFullYear()+a*(i.step.years||0),c=i.activeDate.getMonth()+a*(i.step.months||0);i.activeDate.setFullYear(b,c,1),i.refreshView()},a.toggleMode=function(b){b=b||1,a.datepickerMode===i.maxMode&&1===b||a.datepickerMode===i.minMode&&-1===b||(a.datepickerMode=i.modes[i.modes.indexOf(a.datepickerMode)+b])},a.keys={13:"enter",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down"};var k=function(){e(function(){i.element[0].focus()},0,!1)};a.$on("datepicker.focus",k),a.keydown=function(b){var c=a.keys[b.which];if(c&&!b.shiftKey&&!b.altKey)if(b.preventDefault(),b.stopPropagation(),"enter"===c||"space"===c){if(i.isDisabled(i.activeDate))return;a.select(i.activeDate),k()}else!b.ctrlKey||"up"!==c&&"down"!==c?(i.handleKeyDown(c,b),i.refreshView()):(a.toggleMode("up"===c?1:-1),k())}}]).directive("datepicker",function(){return{restrict:"EA",replace:!0,templateUrl:"template/datepicker/datepicker.html",scope:{datepickerMode:"=?",dateDisabled:"&"},require:["datepicker","?^ngModel"],controller:"DatepickerController",link:function(a,b,c,d){var e=d[0],f=d[1];f&&e.init(f)}}}).directive("daypicker",["dateFilter",function(a){return{restrict:"EA",replace:!0,templateUrl:"template/datepicker/day.html",require:"^datepicker",link:function(b,c,d,e){function f(a,b){return 1!==b||a%4!==0||a%100===0&&a%400!==0?i[b]:29}function g(a,b){var c=new Array(b),d=new Date(a),e=0;for(d.setHours(12);b>e;)c[e++]=new Date(d),d.setDate(d.getDate()+1);return c}function h(a){var b=new Date(a);b.setDate(b.getDate()+4-(b.getDay()||7));var c=b.getTime();return b.setMonth(0),b.setDate(1),Math.floor(Math.round((c-b)/864e5)/7)+1}b.showWeeks=e.showWeeks,e.step={months:1},e.element=c;var i=[31,28,31,30,31,30,31,31,30,31,30,31];e._refreshView=function(){var c=e.activeDate.getFullYear(),d=e.activeDate.getMonth(),f=new Date(c,d,1),i=e.startingDay-f.getDay(),j=i>0?7-i:-i,k=new Date(f);j>0&&k.setDate(-j+1);for(var l=g(k,42),m=0;42>m;m++)l[m]=angular.extend(e.createDateObject(l[m],e.formatDay),{secondary:l[m].getMonth()!==d,uid:b.uniqueId+"-"+m});b.labels=new Array(7);for(var n=0;7>n;n++)b.labels[n]={abbr:a(l[n].date,e.formatDayHeader),full:a(l[n].date,"EEEE")};if(b.title=a(e.activeDate,e.formatDayTitle),b.rows=e.split(l,7),b.showWeeks){b.weekNumbers=[];for(var o=h(b.rows[0][0].date),p=b.rows.length;b.weekNumbers.push(o++)<p;);}},e.compare=function(a,b){return new Date(a.getFullYear(),a.getMonth(),a.getDate())-new Date(b.getFullYear(),b.getMonth(),b.getDate())},e.handleKeyDown=function(a){var b=e.activeDate.getDate();if("left"===a)b-=1;else if("up"===a)b-=7;else if("right"===a)b+=1;else if("down"===a)b+=7;else if("pageup"===a||"pagedown"===a){var c=e.activeDate.getMonth()+("pageup"===a?-1:1);e.activeDate.setMonth(c,1),b=Math.min(f(e.activeDate.getFullYear(),e.activeDate.getMonth()),b)}else"home"===a?b=1:"end"===a&&(b=f(e.activeDate.getFullYear(),e.activeDate.getMonth()));e.activeDate.setDate(b)},e.refreshView()}}}]).directive("monthpicker",["dateFilter",function(a){return{restrict:"EA",replace:!0,templateUrl:"template/datepicker/month.html",require:"^datepicker",link:function(b,c,d,e){e.step={years:1},e.element=c,e._refreshView=function(){for(var c=new Array(12),d=e.activeDate.getFullYear(),f=0;12>f;f++)c[f]=angular.extend(e.createDateObject(new Date(d,f,1),e.formatMonth),{uid:b.uniqueId+"-"+f});b.title=a(e.activeDate,e.formatMonthTitle),b.rows=e.split(c,3)},e.compare=function(a,b){return new Date(a.getFullYear(),a.getMonth())-new Date(b.getFullYear(),b.getMonth())},e.handleKeyDown=function(a){var b=e.activeDate.getMonth();if("left"===a)b-=1;else if("up"===a)b-=3;else if("right"===a)b+=1;else if("down"===a)b+=3;else if("pageup"===a||"pagedown"===a){var c=e.activeDate.getFullYear()+("pageup"===a?-1:1);e.activeDate.setFullYear(c)}else"home"===a?b=0:"end"===a&&(b=11);e.activeDate.setMonth(b)},e.refreshView()}}}]).directive("yearpicker",["dateFilter",function(){return{restrict:"EA",replace:!0,templateUrl:"template/datepicker/year.html",require:"^datepicker",link:function(a,b,c,d){function e(a){return parseInt((a-1)/f,10)*f+1}var f=d.yearRange;d.step={years:f},d.element=b,d._refreshView=function(){for(var b=new Array(f),c=0,g=e(d.activeDate.getFullYear());f>c;c++)b[c]=angular.extend(d.createDateObject(new Date(g+c,0,1),d.formatYear),{uid:a.uniqueId+"-"+c});a.title=[b[0].label,b[f-1].label].join(" - "),a.rows=d.split(b,5)},d.compare=function(a,b){return a.getFullYear()-b.getFullYear()},d.handleKeyDown=function(a){var b=d.activeDate.getFullYear();"left"===a?b-=1:"up"===a?b-=5:"right"===a?b+=1:"down"===a?b+=5:"pageup"===a||"pagedown"===a?b+=("pageup"===a?-1:1)*d.step.years:"home"===a?b=e(d.activeDate.getFullYear()):"end"===a&&(b=e(d.activeDate.getFullYear())+f-1),d.activeDate.setFullYear(b)},d.refreshView()}}}]).constant("datepickerPopupConfig",{datepickerPopup:"yyyy-MM-dd",currentText:"Today",clearText:"Clear",closeText:"Done",closeOnDateSelection:!0,appendToBody:!1,showButtonBar:!0}).directive("datepickerPopup",["$compile","$parse","$document","$position","dateFilter","dateParser","datepickerPopupConfig",function(a,b,c,d,e,f,g){return{restrict:"EA",require:"ngModel",scope:{isOpen:"=?",currentText:"@",clearText:"@",closeText:"@",dateDisabled:"&"},link:function(h,i,j,k){function l(a){return a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()})}function m(a){if(a){if(angular.isDate(a)&&!isNaN(a))return k.$setValidity("date",!0),a;if(angular.isString(a)){var b=f.parse(a,n)||new Date(a);return isNaN(b)?void k.$setValidity("date",!1):(k.$setValidity("date",!0),b)}return void k.$setValidity("date",!1)}return k.$setValidity("date",!0),null}var n,o=angular.isDefined(j.closeOnDateSelection)?h.$parent.$eval(j.closeOnDateSelection):g.closeOnDateSelection,p=angular.isDefined(j.datepickerAppendToBody)?h.$parent.$eval(j.datepickerAppendToBody):g.appendToBody;h.showButtonBar=angular.isDefined(j.showButtonBar)?h.$parent.$eval(j.showButtonBar):g.showButtonBar,h.getText=function(a){return h[a+"Text"]||g[a+"Text"]},j.$observe("datepickerPopup",function(a){n=a||g.datepickerPopup,k.$render()});var q=angular.element("<div datepicker-popup-wrap><div datepicker></div></div>");q.attr({"ng-model":"date","ng-change":"dateSelection()"});var r=angular.element(q.children()[0]);j.datepickerOptions&&angular.forEach(h.$parent.$eval(j.datepickerOptions),function(a,b){r.attr(l(b),a)}),h.watchData={},angular.forEach(["minDate","maxDate","datepickerMode"],function(a){if(j[a]){var c=b(j[a]);if(h.$parent.$watch(c,function(b){h.watchData[a]=b}),r.attr(l(a),"watchData."+a),"datepickerMode"===a){var d=c.assign;h.$watch("watchData."+a,function(a,b){a!==b&&d(h.$parent,a)})}}}),j.dateDisabled&&r.attr("date-disabled","dateDisabled({ date: date, mode: mode })"),k.$parsers.unshift(m),h.dateSelection=function(a){angular.isDefined(a)&&(h.date=a),k.$setViewValue(h.date),k.$render(),o&&(h.isOpen=!1,i[0].focus())},i.bind("input change keyup",function(){h.$apply(function(){h.date=k.$modelValue})}),k.$render=function(){var a=k.$viewValue?e(k.$viewValue,n):"";i.val(a),h.date=m(k.$modelValue)};var s=function(a){h.isOpen&&a.target!==i[0]&&h.$apply(function(){h.isOpen=!1})},t=function(a){h.keydown(a)};i.bind("keydown",t),h.keydown=function(a){27===a.which?(a.preventDefault(),a.stopPropagation(),h.close()):40!==a.which||h.isOpen||(h.isOpen=!0)},h.$watch("isOpen",function(a){a?(h.$broadcast("datepicker.focus"),h.position=p?d.offset(i):d.position(i),h.position.top=h.position.top+i.prop("offsetHeight"),c.bind("click",s)):c.unbind("click",s)}),h.select=function(a){if("today"===a){var b=new Date;angular.isDate(k.$modelValue)?(a=new Date(k.$modelValue),a.setFullYear(b.getFullYear(),b.getMonth(),b.getDate())):a=new Date(b.setHours(0,0,0,0))}h.dateSelection(a)},h.close=function(){h.isOpen=!1,i[0].focus()};var u=a(q)(h);q.remove(),p?c.find("body").append(u):i.after(u),h.$on("$destroy",function(){u.remove(),i.unbind("keydown",t),c.unbind("click",s)})}}}]).directive("datepickerPopupWrap",function(){return{restrict:"EA",replace:!0,transclude:!0,templateUrl:"template/datepicker/popup.html",link:function(a,b){b.bind("click",function(a){a.preventDefault(),a.stopPropagation()})}}}),angular.module("ui.bootstrap.dropdown",[]).constant("dropdownConfig",{openClass:"open"}).service("dropdownService",["$document",function(a){var b=null;this.open=function(e){b||(a.bind("click",c),a.bind("keydown",d)),b&&b!==e&&(b.isOpen=!1),b=e},this.close=function(e){b===e&&(b=null,a.unbind("click",c),a.unbind("keydown",d))};var c=function(a){if(b){var c=b.getToggleElement();a&&c&&c[0].contains(a.target)||b.$apply(function(){b.isOpen=!1})}},d=function(a){27===a.which&&(b.focusToggleElement(),c())}}]).controller("DropdownController",["$scope","$attrs","$parse","dropdownConfig","dropdownService","$animate",function(a,b,c,d,e,f){var g,h=this,i=a.$new(),j=d.openClass,k=angular.noop,l=b.onToggle?c(b.onToggle):angular.noop;this.init=function(d){h.$element=d,b.isOpen&&(g=c(b.isOpen),k=g.assign,a.$watch(g,function(a){i.isOpen=!!a}))},this.toggle=function(a){return i.isOpen=arguments.length?!!a:!i.isOpen},this.isOpen=function(){return i.isOpen},i.getToggleElement=function(){return h.toggleElement},i.focusToggleElement=function(){h.toggleElement&&h.toggleElement[0].focus()},i.$watch("isOpen",function(b,c){f[b?"addClass":"removeClass"](h.$element,j),b?(i.focusToggleElement(),e.open(i)):e.close(i),k(a,b),angular.isDefined(b)&&b!==c&&l(a,{open:!!b})}),a.$on("$locationChangeSuccess",function(){i.isOpen=!1}),a.$on("$destroy",function(){i.$destroy()})}]).directive("dropdown",function(){return{controller:"DropdownController",link:function(a,b,c,d){d.init(b)}}}).directive("dropdownToggle",function(){return{require:"?^dropdown",link:function(a,b,c,d){if(d){d.toggleElement=b;var e=function(e){e.preventDefault(),b.hasClass("disabled")||c.disabled||a.$apply(function(){d.toggle()})};b.bind("click",e),b.attr({"aria-haspopup":!0,"aria-expanded":!1}),a.$watch(d.isOpen,function(a){b.attr("aria-expanded",!!a)}),a.$on("$destroy",function(){b.unbind("click",e)})}}}}),angular.module("ui.bootstrap.modal",["ui.bootstrap.transition"]).factory("$$stackedMap",function(){return{createNew:function(){var a=[];return{add:function(b,c){a.push({key:b,value:c})},get:function(b){for(var c=0;c<a.length;c++)if(b==a[c].key)return a[c]},keys:function(){for(var b=[],c=0;c<a.length;c++)b.push(a[c].key);return b},top:function(){return a[a.length-1]},remove:function(b){for(var c=-1,d=0;d<a.length;d++)if(b==a[d].key){c=d;break}return a.splice(c,1)[0]},removeTop:function(){return a.splice(a.length-1,1)[0]},length:function(){return a.length}}}}}).directive("modalBackdrop",["$timeout",function(a){return{restrict:"EA",replace:!0,templateUrl:"template/modal/backdrop.html",link:function(b,c,d){b.backdropClass=d.backdropClass||"",b.animate=!1,a(function(){b.animate=!0})}}}]).directive("modalWindow",["$modalStack","$timeout",function(a,b){return{restrict:"EA",scope:{index:"@",animate:"="},replace:!0,transclude:!0,templateUrl:function(a,b){return b.templateUrl||"template/modal/window.html"},link:function(c,d,e){d.addClass(e.windowClass||""),c.size=e.size,b(function(){c.animate=!0,d[0].querySelectorAll("[autofocus]").length||d[0].focus()}),c.close=function(b){var c=a.getTop();c&&c.value.backdrop&&"static"!=c.value.backdrop&&b.target===b.currentTarget&&(b.preventDefault(),b.stopPropagation(),a.dismiss(c.key,"backdrop click"))}}}}]).directive("modalTransclude",function(){return{link:function(a,b,c,d,e){e(a.$parent,function(a){b.empty(),b.append(a)})}}}).factory("$modalStack",["$transition","$timeout","$document","$compile","$rootScope","$$stackedMap",function(a,b,c,d,e,f){function g(){for(var a=-1,b=n.keys(),c=0;c<b.length;c++)n.get(b[c]).value.backdrop&&(a=c);return a}function h(a){var b=c.find("body").eq(0),d=n.get(a).value;n.remove(a),j(d.modalDomEl,d.modalScope,300,function(){d.modalScope.$destroy(),b.toggleClass(m,n.length()>0),i()})}function i(){if(k&&-1==g()){var a=l;j(k,l,150,function(){a.$destroy(),a=null}),k=void 0,l=void 0}}function j(c,d,e,f){function g(){g.done||(g.done=!0,c.remove(),f&&f())}d.animate=!1;var h=a.transitionEndEventName;if(h){var i=b(g,e);c.bind(h,function(){b.cancel(i),g(),d.$apply()})}else b(g)}var k,l,m="modal-open",n=f.createNew(),o={};return e.$watch(g,function(a){l&&(l.index=a)}),c.bind("keydown",function(a){var b;27===a.which&&(b=n.top(),b&&b.value.keyboard&&(a.preventDefault(),e.$apply(function(){o.dismiss(b.key,"escape key press")})))}),o.open=function(a,b){n.add(a,{deferred:b.deferred,modalScope:b.scope,backdrop:b.backdrop,keyboard:b.keyboard});var f=c.find("body").eq(0),h=g();if(h>=0&&!k){l=e.$new(!0),l.index=h;var i=angular.element("<div modal-backdrop></div>");i.attr("backdrop-class",b.backdropClass),k=d(i)(l),f.append(k)}var j=angular.element("<div modal-window></div>");j.attr({"template-url":b.windowTemplateUrl,"window-class":b.windowClass,size:b.size,index:n.length()-1,animate:"animate"}).html(b.content);var o=d(j)(b.scope);n.top().value.modalDomEl=o,f.append(o),f.addClass(m)},o.close=function(a,b){var c=n.get(a);c&&(c.value.deferred.resolve(b),h(a))},o.dismiss=function(a,b){var c=n.get(a);c&&(c.value.deferred.reject(b),h(a))},o.dismissAll=function(a){for(var b=this.getTop();b;)this.dismiss(b.key,a),b=this.getTop()},o.getTop=function(){return n.top()},o}]).provider("$modal",function(){var a={options:{backdrop:!0,keyboard:!0},$get:["$injector","$rootScope","$q","$http","$templateCache","$controller","$modalStack",function(b,c,d,e,f,g,h){function i(a){return a.template?d.when(a.template):e.get(angular.isFunction(a.templateUrl)?a.templateUrl():a.templateUrl,{cache:f}).then(function(a){return a.data})}function j(a){var c=[];return angular.forEach(a,function(a){(angular.isFunction(a)||angular.isArray(a))&&c.push(d.when(b.invoke(a)))}),c}var k={};return k.open=function(b){var e=d.defer(),f=d.defer(),k={result:e.promise,opened:f.promise,close:function(a){h.close(k,a)},dismiss:function(a){h.dismiss(k,a)}};if(b=angular.extend({},a.options,b),b.resolve=b.resolve||{},!b.template&&!b.templateUrl)throw new Error("One of template or templateUrl options is required.");var l=d.all([i(b)].concat(j(b.resolve)));return l.then(function(a){var d=(b.scope||c).$new();d.$close=k.close,d.$dismiss=k.dismiss;var f,i={},j=1;b.controller&&(i.$scope=d,i.$modalInstance=k,angular.forEach(b.resolve,function(b,c){i[c]=a[j++]}),f=g(b.controller,i),b.controllerAs&&(d[b.controllerAs]=f)),h.open(k,{scope:d,deferred:e,content:a[0],backdrop:b.backdrop,keyboard:b.keyboard,backdropClass:b.backdropClass,windowClass:b.windowClass,windowTemplateUrl:b.windowTemplateUrl,size:b.size})},function(a){e.reject(a)}),l.then(function(){f.resolve(!0)},function(){f.reject(!1)}),k},k}]};return a}),angular.module("ui.bootstrap.pagination",[]).controller("PaginationController",["$scope","$attrs","$parse",function(a,b,c){var d=this,e={$setViewValue:angular.noop},f=b.numPages?c(b.numPages).assign:angular.noop;
11
- this.init=function(f,g){e=f,this.config=g,e.$render=function(){d.render()},b.itemsPerPage?a.$parent.$watch(c(b.itemsPerPage),function(b){d.itemsPerPage=parseInt(b,10),a.totalPages=d.calculateTotalPages()}):this.itemsPerPage=g.itemsPerPage},this.calculateTotalPages=function(){var b=this.itemsPerPage<1?1:Math.ceil(a.totalItems/this.itemsPerPage);return Math.max(b||0,1)},this.render=function(){a.page=parseInt(e.$viewValue,10)||1},a.selectPage=function(b){a.page!==b&&b>0&&b<=a.totalPages&&(e.$setViewValue(b),e.$render())},a.getText=function(b){return a[b+"Text"]||d.config[b+"Text"]},a.noPrevious=function(){return 1===a.page},a.noNext=function(){return a.page===a.totalPages},a.$watch("totalItems",function(){a.totalPages=d.calculateTotalPages()}),a.$watch("totalPages",function(b){f(a.$parent,b),a.page>b?a.selectPage(b):e.$render()})}]).constant("paginationConfig",{itemsPerPage:10,boundaryLinks:!1,directionLinks:!0,firstText:"First",previousText:"Previous",nextText:"Next",lastText:"Last",rotate:!0}).directive("pagination",["$parse","paginationConfig",function(a,b){return{restrict:"EA",scope:{totalItems:"=",firstText:"@",previousText:"@",nextText:"@",lastText:"@"},require:["pagination","?ngModel"],controller:"PaginationController",templateUrl:"template/pagination/pagination.html",replace:!0,link:function(c,d,e,f){function g(a,b,c){return{number:a,text:b,active:c}}function h(a,b){var c=[],d=1,e=b,f=angular.isDefined(k)&&b>k;f&&(l?(d=Math.max(a-Math.floor(k/2),1),e=d+k-1,e>b&&(e=b,d=e-k+1)):(d=(Math.ceil(a/k)-1)*k+1,e=Math.min(d+k-1,b)));for(var h=d;e>=h;h++){var i=g(h,h,h===a);c.push(i)}if(f&&!l){if(d>1){var j=g(d-1,"...",!1);c.unshift(j)}if(b>e){var m=g(e+1,"...",!1);c.push(m)}}return c}var i=f[0],j=f[1];if(j){var k=angular.isDefined(e.maxSize)?c.$parent.$eval(e.maxSize):b.maxSize,l=angular.isDefined(e.rotate)?c.$parent.$eval(e.rotate):b.rotate;c.boundaryLinks=angular.isDefined(e.boundaryLinks)?c.$parent.$eval(e.boundaryLinks):b.boundaryLinks,c.directionLinks=angular.isDefined(e.directionLinks)?c.$parent.$eval(e.directionLinks):b.directionLinks,i.init(j,b),e.maxSize&&c.$parent.$watch(a(e.maxSize),function(a){k=parseInt(a,10),i.render()});var m=i.render;i.render=function(){m(),c.page>0&&c.page<=c.totalPages&&(c.pages=h(c.page,c.totalPages))}}}}}]).constant("pagerConfig",{itemsPerPage:10,previousText:"« Previous",nextText:"Next »",align:!0}).directive("pager",["pagerConfig",function(a){return{restrict:"EA",scope:{totalItems:"=",previousText:"@",nextText:"@"},require:["pager","?ngModel"],controller:"PaginationController",templateUrl:"template/pagination/pager.html",replace:!0,link:function(b,c,d,e){var f=e[0],g=e[1];g&&(b.align=angular.isDefined(d.align)?b.$parent.$eval(d.align):a.align,f.init(g,a))}}}]),angular.module("ui.bootstrap.tooltip",["ui.bootstrap.position","ui.bootstrap.bindHtml"]).provider("$tooltip",function(){function a(a){var b=/[A-Z]/g,c="-";return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:!0,popupDelay:0},c={mouseenter:"mouseleave",click:"click",focus:"blur"},d={};this.options=function(a){angular.extend(d,a)},this.setTriggers=function(a){angular.extend(c,a)},this.$get=["$window","$compile","$timeout","$document","$position","$interpolate",function(e,f,g,h,i,j){return function(e,k,l){function m(a){var b=a||n.trigger||l,d=c[b]||b;return{show:b,hide:d}}var n=angular.extend({},b,d),o=a(e),p=j.startSymbol(),q=j.endSymbol(),r="<div "+o+'-popup title="'+p+"title"+q+'" content="'+p+"content"+q+'" placement="'+p+"placement"+q+'" animation="animation" is-open="isOpen"></div>';return{restrict:"EA",compile:function(){var a=f(r);return function(b,c,d){function f(){D.isOpen?l():j()}function j(){(!C||b.$eval(d[k+"Enable"]))&&(s(),D.popupDelay?z||(z=g(o,D.popupDelay,!1),z.then(function(a){a()})):o()())}function l(){b.$apply(function(){p()})}function o(){return z=null,y&&(g.cancel(y),y=null),D.content?(q(),w.css({top:0,left:0,display:"block"}),A?h.find("body").append(w):c.after(w),E(),D.isOpen=!0,D.$digest(),E):angular.noop}function p(){D.isOpen=!1,g.cancel(z),z=null,D.animation?y||(y=g(r,500)):r()}function q(){w&&r(),x=D.$new(),w=a(x,angular.noop)}function r(){y=null,w&&(w.remove(),w=null),x&&(x.$destroy(),x=null)}function s(){t(),u()}function t(){var a=d[k+"Placement"];D.placement=angular.isDefined(a)?a:n.placement}function u(){var a=d[k+"PopupDelay"],b=parseInt(a,10);D.popupDelay=isNaN(b)?n.popupDelay:b}function v(){var a=d[k+"Trigger"];F(),B=m(a),B.show===B.hide?c.bind(B.show,f):(c.bind(B.show,j),c.bind(B.hide,l))}var w,x,y,z,A=angular.isDefined(n.appendToBody)?n.appendToBody:!1,B=m(void 0),C=angular.isDefined(d[k+"Enable"]),D=b.$new(!0),E=function(){var a=i.positionElements(c,w,D.placement,A);a.top+="px",a.left+="px",w.css(a)};D.isOpen=!1,d.$observe(e,function(a){D.content=a,!a&&D.isOpen&&p()}),d.$observe(k+"Title",function(a){D.title=a});var F=function(){c.unbind(B.show,j),c.unbind(B.hide,l)};v();var G=b.$eval(d[k+"Animation"]);D.animation=angular.isDefined(G)?!!G:n.animation;var H=b.$eval(d[k+"AppendToBody"]);A=angular.isDefined(H)?H:A,A&&b.$on("$locationChangeSuccess",function(){D.isOpen&&p()}),b.$on("$destroy",function(){g.cancel(y),g.cancel(z),F(),r(),D=null})}}}}}]}).directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"@",animation:"&",isOpen:"&"},templateUrl:"template/tooltip/tooltip-popup.html"}}).directive("tooltip",["$tooltip",function(a){return a("tooltip","tooltip","mouseenter")}]).directive("tooltipHtmlUnsafePopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"@",animation:"&",isOpen:"&"},templateUrl:"template/tooltip/tooltip-html-unsafe-popup.html"}}).directive("tooltipHtmlUnsafe",["$tooltip",function(a){return a("tooltipHtmlUnsafe","tooltip","mouseenter")}]),angular.module("ui.bootstrap.popover",["ui.bootstrap.tooltip"]).directive("popoverPopup",function(){return{restrict:"EA",replace:!0,scope:{title:"@",content:"@",placement:"@",animation:"&",isOpen:"&"},templateUrl:"template/popover/popover.html"}}).directive("popover",["$tooltip",function(a){return a("popover","popover","click")}]),angular.module("ui.bootstrap.progressbar",[]).constant("progressConfig",{animate:!0,max:100}).controller("ProgressController",["$scope","$attrs","progressConfig",function(a,b,c){var d=this,e=angular.isDefined(b.animate)?a.$parent.$eval(b.animate):c.animate;this.bars=[],a.max=angular.isDefined(b.max)?a.$parent.$eval(b.max):c.max,this.addBar=function(b,c){e||c.css({transition:"none"}),this.bars.push(b),b.$watch("value",function(c){b.percent=+(100*c/a.max).toFixed(2)}),b.$on("$destroy",function(){c=null,d.removeBar(b)})},this.removeBar=function(a){this.bars.splice(this.bars.indexOf(a),1)}}]).directive("progress",function(){return{restrict:"EA",replace:!0,transclude:!0,controller:"ProgressController",require:"progress",scope:{},templateUrl:"template/progressbar/progress.html"}}).directive("bar",function(){return{restrict:"EA",replace:!0,transclude:!0,require:"^progress",scope:{value:"=",type:"@"},templateUrl:"template/progressbar/bar.html",link:function(a,b,c,d){d.addBar(a,b)}}}).directive("progressbar",function(){return{restrict:"EA",replace:!0,transclude:!0,controller:"ProgressController",scope:{value:"=",type:"@"},templateUrl:"template/progressbar/progressbar.html",link:function(a,b,c,d){d.addBar(a,angular.element(b.children()[0]))}}}),angular.module("ui.bootstrap.rating",[]).constant("ratingConfig",{max:5,stateOn:null,stateOff:null}).controller("RatingController",["$scope","$attrs","ratingConfig",function(a,b,c){var d={$setViewValue:angular.noop};this.init=function(e){d=e,d.$render=this.render,this.stateOn=angular.isDefined(b.stateOn)?a.$parent.$eval(b.stateOn):c.stateOn,this.stateOff=angular.isDefined(b.stateOff)?a.$parent.$eval(b.stateOff):c.stateOff;var f=angular.isDefined(b.ratingStates)?a.$parent.$eval(b.ratingStates):new Array(angular.isDefined(b.max)?a.$parent.$eval(b.max):c.max);a.range=this.buildTemplateObjects(f)},this.buildTemplateObjects=function(a){for(var b=0,c=a.length;c>b;b++)a[b]=angular.extend({index:b},{stateOn:this.stateOn,stateOff:this.stateOff},a[b]);return a},a.rate=function(b){!a.readonly&&b>=0&&b<=a.range.length&&(d.$setViewValue(b),d.$render())},a.enter=function(b){a.readonly||(a.value=b),a.onHover({value:b})},a.reset=function(){a.value=d.$viewValue,a.onLeave()},a.onKeydown=function(b){/(37|38|39|40)/.test(b.which)&&(b.preventDefault(),b.stopPropagation(),a.rate(a.value+(38===b.which||39===b.which?1:-1)))},this.render=function(){a.value=d.$viewValue}}]).directive("rating",function(){return{restrict:"EA",require:["rating","ngModel"],scope:{readonly:"=?",onHover:"&",onLeave:"&"},controller:"RatingController",templateUrl:"template/rating/rating.html",replace:!0,link:function(a,b,c,d){var e=d[0],f=d[1];f&&e.init(f)}}}),angular.module("ui.bootstrap.tabs",[]).controller("TabsetController",["$scope",function(a){var b=this,c=b.tabs=a.tabs=[];b.select=function(a){angular.forEach(c,function(b){b.active&&b!==a&&(b.active=!1,b.onDeselect())}),a.active=!0,a.onSelect()},b.addTab=function(a){c.push(a),1===c.length?a.active=!0:a.active&&b.select(a)},b.removeTab=function(a){var e=c.indexOf(a);if(a.active&&c.length>1&&!d){var f=e==c.length-1?e-1:e+1;b.select(c[f])}c.splice(e,1)};var d;a.$on("$destroy",function(){d=!0})}]).directive("tabset",function(){return{restrict:"EA",transclude:!0,replace:!0,scope:{type:"@"},controller:"TabsetController",templateUrl:"template/tabs/tabset.html",link:function(a,b,c){a.vertical=angular.isDefined(c.vertical)?a.$parent.$eval(c.vertical):!1,a.justified=angular.isDefined(c.justified)?a.$parent.$eval(c.justified):!1}}}).directive("tab",["$parse",function(a){return{require:"^tabset",restrict:"EA",replace:!0,templateUrl:"template/tabs/tab.html",transclude:!0,scope:{active:"=?",heading:"@",onSelect:"&select",onDeselect:"&deselect"},controller:function(){},compile:function(b,c,d){return function(b,c,e,f){b.$watch("active",function(a){a&&f.select(b)}),b.disabled=!1,e.disabled&&b.$parent.$watch(a(e.disabled),function(a){b.disabled=!!a}),b.select=function(){b.disabled||(b.active=!0)},f.addTab(b),b.$on("$destroy",function(){f.removeTab(b)}),b.$transcludeFn=d}}}}]).directive("tabHeadingTransclude",[function(){return{restrict:"A",require:"^tab",link:function(a,b){a.$watch("headingElement",function(a){a&&(b.html(""),b.append(a))})}}}]).directive("tabContentTransclude",function(){function a(a){return a.tagName&&(a.hasAttribute("tab-heading")||a.hasAttribute("data-tab-heading")||"tab-heading"===a.tagName.toLowerCase()||"data-tab-heading"===a.tagName.toLowerCase())}return{restrict:"A",require:"^tabset",link:function(b,c,d){var e=b.$eval(d.tabContentTransclude);e.$transcludeFn(e.$parent,function(b){angular.forEach(b,function(b){a(b)?e.headingElement=b:c.append(b)})})}}}),angular.module("ui.bootstrap.timepicker",[]).constant("timepickerConfig",{hourStep:1,minuteStep:1,showMeridian:!0,meridians:null,readonlyInput:!1,mousewheel:!0}).controller("TimepickerController",["$scope","$attrs","$parse","$log","$locale","timepickerConfig",function(a,b,c,d,e,f){function g(){var b=parseInt(a.hours,10),c=a.showMeridian?b>0&&13>b:b>=0&&24>b;return c?(a.showMeridian&&(12===b&&(b=0),a.meridian===p[1]&&(b+=12)),b):void 0}function h(){var b=parseInt(a.minutes,10);return b>=0&&60>b?b:void 0}function i(a){return angular.isDefined(a)&&a.toString().length<2?"0"+a:a}function j(a){k(),o.$setViewValue(new Date(n)),l(a)}function k(){o.$setValidity("time",!0),a.invalidHours=!1,a.invalidMinutes=!1}function l(b){var c=n.getHours(),d=n.getMinutes();a.showMeridian&&(c=0===c||12===c?12:c%12),a.hours="h"===b?c:i(c),a.minutes="m"===b?d:i(d),a.meridian=n.getHours()<12?p[0]:p[1]}function m(a){var b=new Date(n.getTime()+6e4*a);n.setHours(b.getHours(),b.getMinutes()),j()}var n=new Date,o={$setViewValue:angular.noop},p=angular.isDefined(b.meridians)?a.$parent.$eval(b.meridians):f.meridians||e.DATETIME_FORMATS.AMPMS;this.init=function(c,d){o=c,o.$render=this.render;var e=d.eq(0),g=d.eq(1),h=angular.isDefined(b.mousewheel)?a.$parent.$eval(b.mousewheel):f.mousewheel;h&&this.setupMousewheelEvents(e,g),a.readonlyInput=angular.isDefined(b.readonlyInput)?a.$parent.$eval(b.readonlyInput):f.readonlyInput,this.setupInputEvents(e,g)};var q=f.hourStep;b.hourStep&&a.$parent.$watch(c(b.hourStep),function(a){q=parseInt(a,10)});var r=f.minuteStep;b.minuteStep&&a.$parent.$watch(c(b.minuteStep),function(a){r=parseInt(a,10)}),a.showMeridian=f.showMeridian,b.showMeridian&&a.$parent.$watch(c(b.showMeridian),function(b){if(a.showMeridian=!!b,o.$error.time){var c=g(),d=h();angular.isDefined(c)&&angular.isDefined(d)&&(n.setHours(c),j())}else l()}),this.setupMousewheelEvents=function(b,c){var d=function(a){a.originalEvent&&(a=a.originalEvent);var b=a.wheelDelta?a.wheelDelta:-a.deltaY;return a.detail||b>0};b.bind("mousewheel wheel",function(b){a.$apply(d(b)?a.incrementHours():a.decrementHours()),b.preventDefault()}),c.bind("mousewheel wheel",function(b){a.$apply(d(b)?a.incrementMinutes():a.decrementMinutes()),b.preventDefault()})},this.setupInputEvents=function(b,c){if(a.readonlyInput)return a.updateHours=angular.noop,void(a.updateMinutes=angular.noop);var d=function(b,c){o.$setViewValue(null),o.$setValidity("time",!1),angular.isDefined(b)&&(a.invalidHours=b),angular.isDefined(c)&&(a.invalidMinutes=c)};a.updateHours=function(){var a=g();angular.isDefined(a)?(n.setHours(a),j("h")):d(!0)},b.bind("blur",function(){!a.invalidHours&&a.hours<10&&a.$apply(function(){a.hours=i(a.hours)})}),a.updateMinutes=function(){var a=h();angular.isDefined(a)?(n.setMinutes(a),j("m")):d(void 0,!0)},c.bind("blur",function(){!a.invalidMinutes&&a.minutes<10&&a.$apply(function(){a.minutes=i(a.minutes)})})},this.render=function(){var a=o.$modelValue?new Date(o.$modelValue):null;isNaN(a)?(o.$setValidity("time",!1),d.error('Timepicker directive: "ng-model" value must be a Date object, a number of milliseconds since 01.01.1970 or a string representing an RFC2822 or ISO 8601 date.')):(a&&(n=a),k(),l())},a.incrementHours=function(){m(60*q)},a.decrementHours=function(){m(60*-q)},a.incrementMinutes=function(){m(r)},a.decrementMinutes=function(){m(-r)},a.toggleMeridian=function(){m(720*(n.getHours()<12?1:-1))}}]).directive("timepicker",function(){return{restrict:"EA",require:["timepicker","?^ngModel"],controller:"TimepickerController",replace:!0,scope:{},templateUrl:"template/timepicker/timepicker.html",link:function(a,b,c,d){var e=d[0],f=d[1];f&&e.init(f,b.find("input"))}}}),angular.module("ui.bootstrap.typeahead",["ui.bootstrap.position","ui.bootstrap.bindHtml"]).factory("typeaheadParser",["$parse",function(a){var b=/^\s*([\s\S]+?)(?:\s+as\s+([\s\S]+?))?\s+for\s+(?:([\$\w][\$\w\d]*))\s+in\s+([\s\S]+?)$/;return{parse:function(c){var d=c.match(b);if(!d)throw new Error('Expected typeahead specification in form of "_modelValue_ (as _label_)? for _item_ in _collection_" but got "'+c+'".');return{itemName:d[3],source:a(d[4]),viewMapper:a(d[2]||d[1]),modelMapper:a(d[1])}}}}]).directive("typeahead",["$compile","$parse","$q","$timeout","$document","$position","typeaheadParser",function(a,b,c,d,e,f,g){var h=[9,13,27,38,40];return{require:"ngModel",link:function(i,j,k,l){var m,n=i.$eval(k.typeaheadMinLength)||1,o=i.$eval(k.typeaheadWaitMs)||0,p=i.$eval(k.typeaheadEditable)!==!1,q=b(k.typeaheadLoading).assign||angular.noop,r=b(k.typeaheadOnSelect),s=k.typeaheadInputFormatter?b(k.typeaheadInputFormatter):void 0,t=k.typeaheadAppendToBody?i.$eval(k.typeaheadAppendToBody):!1,u=i.$eval(k.typeaheadFocusFirst)!==!1,v=b(k.ngModel).assign,w=g.parse(k.typeahead),x=i.$new();i.$on("$destroy",function(){x.$destroy()});var y="typeahead-"+x.$id+"-"+Math.floor(1e4*Math.random());j.attr({"aria-autocomplete":"list","aria-expanded":!1,"aria-owns":y});var z=angular.element("<div typeahead-popup></div>");z.attr({id:y,matches:"matches",active:"activeIdx",select:"select(activeIdx)",query:"query",position:"position"}),angular.isDefined(k.typeaheadTemplateUrl)&&z.attr("template-url",k.typeaheadTemplateUrl);var A=function(){x.matches=[],x.activeIdx=-1,j.attr("aria-expanded",!1)},B=function(a){return y+"-option-"+a};x.$watch("activeIdx",function(a){0>a?j.removeAttr("aria-activedescendant"):j.attr("aria-activedescendant",B(a))});var C=function(a){var b={$viewValue:a};q(i,!0),c.when(w.source(i,b)).then(function(c){var d=a===l.$viewValue;if(d&&m)if(c.length>0){x.activeIdx=u?0:-1,x.matches.length=0;for(var e=0;e<c.length;e++)b[w.itemName]=c[e],x.matches.push({id:B(e),label:w.viewMapper(x,b),model:c[e]});x.query=a,x.position=t?f.offset(j):f.position(j),x.position.top=x.position.top+j.prop("offsetHeight"),j.attr("aria-expanded",!0)}else A();d&&q(i,!1)},function(){A(),q(i,!1)})};A(),x.query=void 0;var D,E=function(a){D=d(function(){C(a)},o)},F=function(){D&&d.cancel(D)};l.$parsers.unshift(function(a){return m=!0,a&&a.length>=n?o>0?(F(),E(a)):C(a):(q(i,!1),F(),A()),p?a:a?void l.$setValidity("editable",!1):(l.$setValidity("editable",!0),a)}),l.$formatters.push(function(a){var b,c,d={};return s?(d.$model=a,s(i,d)):(d[w.itemName]=a,b=w.viewMapper(i,d),d[w.itemName]=void 0,c=w.viewMapper(i,d),b!==c?b:a)}),x.select=function(a){var b,c,e={};e[w.itemName]=c=x.matches[a].model,b=w.modelMapper(i,e),v(i,b),l.$setValidity("editable",!0),r(i,{$item:c,$model:b,$label:w.viewMapper(i,e)}),A(),d(function(){j[0].focus()},0,!1)},j.bind("keydown",function(a){0!==x.matches.length&&-1!==h.indexOf(a.which)&&(-1!=x.activeIdx||13!==a.which&&9!==a.which)&&(a.preventDefault(),40===a.which?(x.activeIdx=(x.activeIdx+1)%x.matches.length,x.$digest()):38===a.which?(x.activeIdx=(x.activeIdx>0?x.activeIdx:x.matches.length)-1,x.$digest()):13===a.which||9===a.which?x.$apply(function(){x.select(x.activeIdx)}):27===a.which&&(a.stopPropagation(),A(),x.$digest()))}),j.bind("blur",function(){m=!1});var G=function(a){j[0]!==a.target&&(A(),x.$digest())};e.bind("click",G),i.$on("$destroy",function(){e.unbind("click",G),t&&H.remove()});var H=a(z)(x);t?e.find("body").append(H):j.after(H)}}}]).directive("typeaheadPopup",function(){return{restrict:"EA",scope:{matches:"=",query:"=",active:"=",position:"=",select:"&"},replace:!0,templateUrl:"template/typeahead/typeahead-popup.html",link:function(a,b,c){a.templateUrl=c.templateUrl,a.isOpen=function(){return a.matches.length>0},a.isActive=function(b){return a.active==b},a.selectActive=function(b){a.active=b},a.selectMatch=function(b){a.select({activeIdx:b})}}}}).directive("typeaheadMatch",["$http","$templateCache","$compile","$parse",function(a,b,c,d){return{restrict:"EA",scope:{index:"=",match:"=",query:"="},link:function(e,f,g){var h=d(g.templateUrl)(e.$parent)||"template/typeahead/typeahead-match.html";a.get(h,{cache:b}).success(function(a){f.replaceWith(c(a.trim())(e))})}}}]).filter("typeaheadHighlight",function(){function a(a){return a.replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1")}return function(b,c){return c?(""+b).replace(new RegExp(a(c),"gi"),"<strong>$&</strong>"):b}}),angular.module("template/accordion/accordion-group.html",[]).run(["$templateCache",function(a){a.put("template/accordion/accordion-group.html",'<div class="panel panel-default">\n <div class="panel-heading">\n <h4 class="panel-title">\n <a href class="accordion-toggle" ng-click="toggleOpen()" accordion-transclude="heading"><span ng-class="{\'text-muted\': isDisabled}">{{heading}}</span></a>\n </h4>\n </div>\n <div class="panel-collapse" collapse="!isOpen">\n <div class="panel-body" ng-transclude></div>\n </div>\n</div>\n')}]),angular.module("template/accordion/accordion.html",[]).run(["$templateCache",function(a){a.put("template/accordion/accordion.html",'<div class="panel-group" ng-transclude></div>')}]),angular.module("template/alert/alert.html",[]).run(["$templateCache",function(a){a.put("template/alert/alert.html",'<div class="alert" ng-class="[\'alert-\' + (type || \'warning\'), closeable ? \'alert-dismissable\' : null]" role="alert">\n <button ng-show="closeable" type="button" class="close" ng-click="close()">\n <span aria-hidden="true">&times;</span>\n <span class="sr-only">Close</span>\n </button>\n <div ng-transclude></div>\n</div>\n')}]),angular.module("template/carousel/carousel.html",[]).run(["$templateCache",function(a){a.put("template/carousel/carousel.html",'<div ng-mouseenter="pause()" ng-mouseleave="play()" class="carousel" ng-swipe-right="prev()" ng-swipe-left="next()">\n <ol class="carousel-indicators" ng-show="slides.length > 1">\n <li ng-repeat="slide in slides track by $index" ng-class="{active: isActive(slide)}" ng-click="select(slide)"></li>\n </ol>\n <div class="carousel-inner" ng-transclude></div>\n <a class="left carousel-control" ng-click="prev()" ng-show="slides.length > 1"><span class="glyphicon glyphicon-chevron-left"></span></a>\n <a class="right carousel-control" ng-click="next()" ng-show="slides.length > 1"><span class="glyphicon glyphicon-chevron-right"></span></a>\n</div>\n')}]),angular.module("template/carousel/slide.html",[]).run(["$templateCache",function(a){a.put("template/carousel/slide.html","<div ng-class=\"{\n 'active': leaving || (active && !entering),\n 'prev': (next || active) && direction=='prev',\n 'next': (next || active) && direction=='next',\n 'right': direction=='prev',\n 'left': direction=='next'\n }\" class=\"item text-center\" ng-transclude></div>\n")}]),angular.module("template/datepicker/datepicker.html",[]).run(["$templateCache",function(a){a.put("template/datepicker/datepicker.html",'<div ng-switch="datepickerMode" role="application" ng-keydown="keydown($event)">\n <daypicker ng-switch-when="day" tabindex="0"></daypicker>\n <monthpicker ng-switch-when="month" tabindex="0"></monthpicker>\n <yearpicker ng-switch-when="year" tabindex="0"></yearpicker>\n</div>')}]),angular.module("template/datepicker/day.html",[]).run(["$templateCache",function(a){a.put("template/datepicker/day.html",'<table role="grid" aria-labelledby="{{uniqueId}}-title" aria-activedescendant="{{activeDateId}}">\n <thead>\n <tr>\n <th><button type="button" class="btn btn-default btn-sm pull-left" ng-click="move(-1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-left"></i></button></th>\n <th colspan="{{5 + showWeeks}}"><button id="{{uniqueId}}-title" role="heading" aria-live="assertive" aria-atomic="true" type="button" class="btn btn-default btn-sm" ng-click="toggleMode()" tabindex="-1" style="width:100%;"><strong>{{title}}</strong></button></th>\n <th><button type="button" class="btn btn-default btn-sm pull-right" ng-click="move(1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-right"></i></button></th>\n </tr>\n <tr>\n <th ng-show="showWeeks" class="text-center"></th>\n <th ng-repeat="label in labels track by $index" class="text-center"><small aria-label="{{label.full}}">{{label.abbr}}</small></th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat="row in rows track by $index">\n <td ng-show="showWeeks" class="text-center h6"><em>{{ weekNumbers[$index] }}</em></td>\n <td ng-repeat="dt in row track by dt.date" class="text-center" role="gridcell" id="{{dt.uid}}" aria-disabled="{{!!dt.disabled}}">\n <button type="button" style="width:100%;" class="btn btn-default btn-sm" ng-class="{\'btn-info\': dt.selected, active: isActive(dt)}" ng-click="select(dt.date)" ng-disabled="dt.disabled" tabindex="-1"><span ng-class="{\'text-muted\': dt.secondary, \'text-info\': dt.current}">{{dt.label}}</span></button>\n </td>\n </tr>\n </tbody>\n</table>\n')}]),angular.module("template/datepicker/month.html",[]).run(["$templateCache",function(a){a.put("template/datepicker/month.html",'<table role="grid" aria-labelledby="{{uniqueId}}-title" aria-activedescendant="{{activeDateId}}">\n <thead>\n <tr>\n <th><button type="button" class="btn btn-default btn-sm pull-left" ng-click="move(-1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-left"></i></button></th>\n <th><button id="{{uniqueId}}-title" role="heading" aria-live="assertive" aria-atomic="true" type="button" class="btn btn-default btn-sm" ng-click="toggleMode()" tabindex="-1" style="width:100%;"><strong>{{title}}</strong></button></th>\n <th><button type="button" class="btn btn-default btn-sm pull-right" ng-click="move(1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-right"></i></button></th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat="row in rows track by $index">\n <td ng-repeat="dt in row track by dt.date" class="text-center" role="gridcell" id="{{dt.uid}}" aria-disabled="{{!!dt.disabled}}">\n <button type="button" style="width:100%;" class="btn btn-default" ng-class="{\'btn-info\': dt.selected, active: isActive(dt)}" ng-click="select(dt.date)" ng-disabled="dt.disabled" tabindex="-1"><span ng-class="{\'text-info\': dt.current}">{{dt.label}}</span></button>\n </td>\n </tr>\n </tbody>\n</table>\n')}]),angular.module("template/datepicker/popup.html",[]).run(["$templateCache",function(a){a.put("template/datepicker/popup.html",'<ul class="dropdown-menu" ng-style="{display: (isOpen && \'block\') || \'none\', top: position.top+\'px\', left: position.left+\'px\'}" ng-keydown="keydown($event)">\n <li ng-transclude></li>\n <li ng-if="showButtonBar" style="padding:10px 9px 2px">\n <span class="btn-group pull-left">\n <button type="button" class="btn btn-sm btn-info" ng-click="select(\'today\')">{{ getText(\'current\') }}</button>\n <button type="button" class="btn btn-sm btn-danger" ng-click="select(null)">{{ getText(\'clear\') }}</button>\n </span>\n <button type="button" class="btn btn-sm btn-success pull-right" ng-click="close()">{{ getText(\'close\') }}</button>\n </li>\n</ul>\n')}]),angular.module("template/datepicker/year.html",[]).run(["$templateCache",function(a){a.put("template/datepicker/year.html",'<table role="grid" aria-labelledby="{{uniqueId}}-title" aria-activedescendant="{{activeDateId}}">\n <thead>\n <tr>\n <th><button type="button" class="btn btn-default btn-sm pull-left" ng-click="move(-1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-left"></i></button></th>\n <th colspan="3"><button id="{{uniqueId}}-title" role="heading" aria-live="assertive" aria-atomic="true" type="button" class="btn btn-default btn-sm" ng-click="toggleMode()" tabindex="-1" style="width:100%;"><strong>{{title}}</strong></button></th>\n <th><button type="button" class="btn btn-default btn-sm pull-right" ng-click="move(1)" tabindex="-1"><i class="glyphicon glyphicon-chevron-right"></i></button></th>\n </tr>\n </thead>\n <tbody>\n <tr ng-repeat="row in rows track by $index">\n <td ng-repeat="dt in row track by dt.date" class="text-center" role="gridcell" id="{{dt.uid}}" aria-disabled="{{!!dt.disabled}}">\n <button type="button" style="width:100%;" class="btn btn-default" ng-class="{\'btn-info\': dt.selected, active: isActive(dt)}" ng-click="select(dt.date)" ng-disabled="dt.disabled" tabindex="-1"><span ng-class="{\'text-info\': dt.current}">{{dt.label}}</span></button>\n </td>\n </tr>\n </tbody>\n</table>\n')}]),angular.module("template/modal/backdrop.html",[]).run(["$templateCache",function(a){a.put("template/modal/backdrop.html",'<div class="modal-backdrop fade {{ backdropClass }}"\n ng-class="{in: animate}"\n ng-style="{\'z-index\': 1040 + (index && 1 || 0) + index*10}"\n></div>\n')}]),angular.module("template/modal/window.html",[]).run(["$templateCache",function(a){a.put("template/modal/window.html",'<div tabindex="-1" role="dialog" class="modal fade" ng-class="{in: animate}" ng-style="{\'z-index\': 1050 + index*10, display: \'block\'}" ng-click="close($event)">\n <div class="modal-dialog" ng-class="{\'modal-sm\': size == \'sm\', \'modal-lg\': size == \'lg\'}"><div class="modal-content" modal-transclude></div></div>\n</div>')}]),angular.module("template/pagination/pager.html",[]).run(["$templateCache",function(a){a.put("template/pagination/pager.html",'<ul class="pager">\n <li ng-class="{disabled: noPrevious(), previous: align}"><a href ng-click="selectPage(page - 1)">{{getText(\'previous\')}}</a></li>\n <li ng-class="{disabled: noNext(), next: align}"><a href ng-click="selectPage(page + 1)">{{getText(\'next\')}}</a></li>\n</ul>')}]),angular.module("template/pagination/pagination.html",[]).run(["$templateCache",function(a){a.put("template/pagination/pagination.html",'<ul class="pagination">\n <li ng-if="boundaryLinks" ng-class="{disabled: noPrevious()}"><a href ng-click="selectPage(1)">{{getText(\'first\')}}</a></li>\n <li ng-if="directionLinks" ng-class="{disabled: noPrevious()}"><a href ng-click="selectPage(page - 1)">{{getText(\'previous\')}}</a></li>\n <li ng-repeat="page in pages track by $index" ng-class="{active: page.active}"><a href ng-click="selectPage(page.number)">{{page.text}}</a></li>\n <li ng-if="directionLinks" ng-class="{disabled: noNext()}"><a href ng-click="selectPage(page + 1)">{{getText(\'next\')}}</a></li>\n <li ng-if="boundaryLinks" ng-class="{disabled: noNext()}"><a href ng-click="selectPage(totalPages)">{{getText(\'last\')}}</a></li>\n</ul>')}]),angular.module("template/tooltip/tooltip-html-unsafe-popup.html",[]).run(["$templateCache",function(a){a.put("template/tooltip/tooltip-html-unsafe-popup.html",'<div class="tooltip {{placement}}" ng-class="{ in: isOpen(), fade: animation() }">\n <div class="tooltip-arrow"></div>\n <div class="tooltip-inner" bind-html-unsafe="content"></div>\n</div>\n')}]),angular.module("template/tooltip/tooltip-popup.html",[]).run(["$templateCache",function(a){a.put("template/tooltip/tooltip-popup.html",'<div class="tooltip {{placement}}" ng-class="{ in: isOpen(), fade: animation() }">\n <div class="tooltip-arrow"></div>\n <div class="tooltip-inner" ng-bind="content"></div>\n</div>\n')}]),angular.module("template/popover/popover.html",[]).run(["$templateCache",function(a){a.put("template/popover/popover.html",'<div class="popover {{placement}}" ng-class="{ in: isOpen(), fade: animation() }">\n <div class="arrow"></div>\n\n <div class="popover-inner">\n <h3 class="popover-title" ng-bind="title" ng-show="title"></h3>\n <div class="popover-content" ng-bind="content"></div>\n </div>\n</div>\n')}]),angular.module("template/progressbar/bar.html",[]).run(["$templateCache",function(a){a.put("template/progressbar/bar.html",'<div class="progress-bar" ng-class="type && \'progress-bar-\' + type" role="progressbar" aria-valuenow="{{value}}" aria-valuemin="0" aria-valuemax="{{max}}" ng-style="{width: percent + \'%\'}" aria-valuetext="{{percent | number:0}}%" ng-transclude></div>')}]),angular.module("template/progressbar/progress.html",[]).run(["$templateCache",function(a){a.put("template/progressbar/progress.html",'<div class="progress" ng-transclude></div>')}]),angular.module("template/progressbar/progressbar.html",[]).run(["$templateCache",function(a){a.put("template/progressbar/progressbar.html",'<div class="progress">\n <div class="progress-bar" ng-class="type && \'progress-bar-\' + type" role="progressbar" aria-valuenow="{{value}}" aria-valuemin="0" aria-valuemax="{{max}}" ng-style="{width: percent + \'%\'}" aria-valuetext="{{percent | number:0}}%" ng-transclude></div>\n</div>')}]),angular.module("template/rating/rating.html",[]).run(["$templateCache",function(a){a.put("template/rating/rating.html",'<span ng-mouseleave="reset()" ng-keydown="onKeydown($event)" tabindex="0" role="slider" aria-valuemin="0" aria-valuemax="{{range.length}}" aria-valuenow="{{value}}">\n <i ng-repeat="r in range track by $index" ng-mouseenter="enter($index + 1)" ng-click="rate($index + 1)" class="glyphicon" ng-class="$index < value && (r.stateOn || \'glyphicon-star\') || (r.stateOff || \'glyphicon-star-empty\')">\n <span class="sr-only">({{ $index < value ? \'*\' : \' \' }})</span>\n </i>\n</span>')}]),angular.module("template/tabs/tab.html",[]).run(["$templateCache",function(a){a.put("template/tabs/tab.html",'<li ng-class="{active: active, disabled: disabled}">\n <a href ng-click="select()" tab-heading-transclude>{{heading}}</a>\n</li>\n')
12
- }]),angular.module("template/tabs/tabset.html",[]).run(["$templateCache",function(a){a.put("template/tabs/tabset.html",'<div>\n <ul class="nav nav-{{type || \'tabs\'}}" ng-class="{\'nav-stacked\': vertical, \'nav-justified\': justified}" ng-transclude></ul>\n <div class="tab-content">\n <div class="tab-pane" \n ng-repeat="tab in tabs" \n ng-class="{active: tab.active}"\n tab-content-transclude="tab">\n </div>\n </div>\n</div>\n')}]),angular.module("template/timepicker/timepicker.html",[]).run(["$templateCache",function(a){a.put("template/timepicker/timepicker.html",'<table>\n <tbody>\n <tr class="text-center">\n <td><a ng-click="incrementHours()" class="btn btn-link"><span class="glyphicon glyphicon-chevron-up"></span></a></td>\n <td>&nbsp;</td>\n <td><a ng-click="incrementMinutes()" class="btn btn-link"><span class="glyphicon glyphicon-chevron-up"></span></a></td>\n <td ng-show="showMeridian"></td>\n </tr>\n <tr>\n <td style="width:50px;" class="form-group" ng-class="{\'has-error\': invalidHours}">\n <input type="text" ng-model="hours" ng-change="updateHours()" class="form-control text-center" ng-mousewheel="incrementHours()" ng-readonly="readonlyInput" maxlength="2">\n </td>\n <td>:</td>\n <td style="width:50px;" class="form-group" ng-class="{\'has-error\': invalidMinutes}">\n <input type="text" ng-model="minutes" ng-change="updateMinutes()" class="form-control text-center" ng-readonly="readonlyInput" maxlength="2">\n </td>\n <td ng-show="showMeridian"><button type="button" class="btn btn-default text-center" ng-click="toggleMeridian()">{{meridian}}</button></td>\n </tr>\n <tr class="text-center">\n <td><a ng-click="decrementHours()" class="btn btn-link"><span class="glyphicon glyphicon-chevron-down"></span></a></td>\n <td>&nbsp;</td>\n <td><a ng-click="decrementMinutes()" class="btn btn-link"><span class="glyphicon glyphicon-chevron-down"></span></a></td>\n <td ng-show="showMeridian"></td>\n </tr>\n </tbody>\n</table>\n')}]),angular.module("template/typeahead/typeahead-match.html",[]).run(["$templateCache",function(a){a.put("template/typeahead/typeahead-match.html",'<a tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>')}]),angular.module("template/typeahead/typeahead-popup.html",[]).run(["$templateCache",function(a){a.put("template/typeahead/typeahead-popup.html",'<ul class="dropdown-menu" ng-show="isOpen()" ng-style="{top: position.top+\'px\', left: position.left+\'px\'}" style="display: block;" role="listbox" aria-hidden="{{!isOpen()}}">\n <li ng-repeat="match in matches track by $index" ng-class="{active: isActive($index) }" ng-mouseenter="selectActive($index)" ng-click="selectMatch($index)" role="option" id="{{match.id}}">\n <div typeahead-match index="$index" match="match" query="query" template-url="templateUrl"></div>\n </li>\n</ul>\n')}]),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.1",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.1",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.1",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c="prev"==a?-1:1,d=this.getItemIndex(b),e=(d+c)%this.$items.length;return this.$items.eq(e)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i="next"==b?"first":"last",j=this;if(!f.length){if(!this.options.wrap)return;f=this.$element.find(".item")[i]()}if(f.hasClass("active"))return this.sliding=!1;var k=f[0],l=a.Event("slide.bs.carousel",{relatedTarget:k,direction:h});if(this.$element.trigger(l),!l.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var m=a(this.$indicators.children()[this.getItemIndex(f)]);m&&m.addClass("active")}var n=a.Event("slid.bs.carousel",{relatedTarget:k,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),j.sliding=!1,setTimeout(function(){j.$element.trigger(n)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(n)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&"show"==b&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a(this.options.trigger).filter('[href="#'+b.id+'"], [data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.1",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0,trigger:'[data-toggle="collapse"]'},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.find("> .panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":a.extend({},e.data(),{trigger:this});c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){b&&3===b.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=c(d),f={relatedTarget:this};e.hasClass("open")&&(e.trigger(b=a.Event("hide.bs.dropdown",f)),b.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.1",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(b){if(/(38|40|27|32)/.test(b.which)&&!/input|textarea/i.test(b.target.tagName)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var e=c(d),g=e.hasClass("open");if(!g&&27!=b.which||g&&27==b.which)return 27==b.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.divider):visible a",i=e.find('[role="menu"]'+h+', [role="listbox"]'+h);if(i.length){var j=i.index(b.target);38==b.which&&j>0&&j--,40==b.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',g.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$backdrop=this.isShown=null,this.scrollbarWidth=0,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.1",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.options.backdrop&&d.adjustBackdrop(),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in").attr("aria-hidden",!1),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$element.find(".modal-dialog").one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a('<div class="modal-backdrop '+e+'" />').prependTo(this.$element).on("click.dismiss.bs.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.options.backdrop&&this.adjustBackdrop(),this.adjustDialog()},c.prototype.adjustBackdrop=function(){this.$backdrop.css("height",0).css("height",this.$element[0].scrollHeight)},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){this.bodyIsOverflowing=document.body.scrollHeight>document.documentElement.clientHeight,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right","")},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b,g=f&&f.selector;(e||"destroy"!=b)&&(g?(e||d.data("bs.tooltip",e={}),e[g]||(e[g]=new c(this,f))):e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};c.VERSION="3.3.1",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(this.options.viewport.selector||this.options.viewport);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c&&c.$tip&&c.$tip.is(":visible")?void(c.hoverState="in"):(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.options.container?a(this.options.container):this.$element.parent(),p=this.getPosition(o);h="bottom"==h&&k.bottom+m>p.bottom?"top":"top"==h&&k.top-m<p.top?"bottom":"right"==h&&k.right+l>p.width?"left":"left"==h&&k.left-l<p.left?"right":h,f.removeClass(n).addClass(h)}var q=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(q,h);var r=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",r).emulateTransitionEnd(c.TRANSITION_DURATION):r()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top=b.top+g,b.left=b.left+h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=this.tip(),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.width&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type)})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b,g=f&&f.selector;(e||"destroy"!=b)&&(g?(e||d.data("bs.popover",e={}),e[g]||(e[g]=new c(this,f))):e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.1",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},c.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){var e=a.proxy(this.process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",e),this.refresh(),this.process()
13
- }function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.1",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b="offset",c=0;a.isWindow(this.$scrollElement[0])||(b="position",c=this.$scrollElement.scrollTop()),this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight();var d=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[b]().top+c,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){d.offsets.push(this[0]),d.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.1",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.1",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=i?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=a("body").height();"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery),function(a){function b(b,d){if(g[b]){var e=c(this),f=g[b].apply(e,d);return"undefined"==typeof f?a(this):f}throw new Error("method '"+b+"()' does not exist for slider.")}function c(b){var c=a(b).data("slider");if(c&&c instanceof f)return c;throw new Error(e.callingContextNotSliderInstance)}function d(b){var c=a(this);return c.each(function(){var c=a(this),d=c.data("slider"),e="object"==typeof b&&b;d&&!e&&(e={},a.each(a.fn.slider.defaults,function(a){e[a]=d[a]})),c.data("slider",new f(this,a.extend({},a.fn.slider.defaults,e)))}),c}var e={formatInvalidInputErrorMsg:function(a){return"Invalid input value '"+a+"' passed in"},callingContextNotSliderInstance:"Calling context element does not have instance of Slider bound to it. Check your code to make sure the JQuery object returned from the call to the slider() initializer is calling the method"},f=function(b,c){var d=this.element=a(b).hide(),e=a(b)[0].style.width,f=!1,g=this.element.parent();g.hasClass("slider")===!0?(f=!0,this.picker=g):this.picker=a('<div class="slider"><div class="slider-track"><div class="slider-selection"></div><div class="slider-handle"></div><div class="slider-handle"></div></div><div id="tooltip" class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div><div id="tooltip_min" class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div><div id="tooltip_max" class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div></div>').insertBefore(this.element).append(this.element),this.id=this.element.data("slider-id")||c.id,this.id&&(this.picker[0].id=this.id),("ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch)&&(this.touchCapable=!0);var h=this.element.data("slider-tooltip")||c.tooltip;switch(this.tooltip=this.picker.find("#tooltip"),this.tooltipInner=this.tooltip.find("div.tooltip-inner"),this.tooltip_min=this.picker.find("#tooltip_min"),this.tooltipInner_min=this.tooltip_min.find("div.tooltip-inner"),this.tooltip_max=this.picker.find("#tooltip_max"),this.tooltipInner_max=this.tooltip_max.find("div.tooltip-inner"),f===!0&&(this.picker.removeClass("slider-horizontal"),this.picker.removeClass("slider-vertical"),this.tooltip.removeClass("hide"),this.tooltip_min.removeClass("hide"),this.tooltip_max.removeClass("hide")),this.orientation=this.element.data("slider-orientation")||c.orientation,this.orientation){case"vertical":this.picker.addClass("slider-vertical"),this.stylePos="top",this.mousePos="pageY",this.sizePos="offsetHeight",this.tooltip.addClass("right")[0].style.left="100%",this.tooltip_min.addClass("right")[0].style.left="100%",this.tooltip_max.addClass("right")[0].style.left="100%";break;default:this.picker.addClass("slider-horizontal").css("width",e),this.orientation="horizontal",this.stylePos="left",this.mousePos="pageX",this.sizePos="offsetWidth",this.tooltip.addClass("top")[0].style.top=-this.tooltip.outerHeight()-14+"px",this.tooltip_min.addClass("top")[0].style.top=-this.tooltip_min.outerHeight()-14+"px",this.tooltip_max.addClass("top")[0].style.top=-this.tooltip_max.outerHeight()-14+"px"}var i=this;a.each(["min","max","step","value"],function(a,b){i[b]="undefined"!=typeof d.data("slider-"+b)?d.data("slider-"+b):"undefined"!=typeof c[b]?c[b]:"undefined"!=typeof d.prop(b)?d.prop(b):0}),this.value instanceof Array?f&&!this.range?this.value=this.value[0]:this.range=!0:this.range&&(this.value=[this.value,this.max]),this.selection=this.element.data("slider-selection")||c.selection,this.selectionEl=this.picker.find(".slider-selection"),"none"===this.selection&&this.selectionEl.addClass("hide"),this.selectionElStyle=this.selectionEl[0].style,this.handle1=this.picker.find(".slider-handle:first"),this.handle1Stype=this.handle1[0].style,this.handle2=this.picker.find(".slider-handle:last"),this.handle2Stype=this.handle2[0].style,f===!0&&(this.handle1.removeClass("round triangle"),this.handle2.removeClass("round triangle hide"));var j=this.element.data("slider-handle")||c.handle;switch(j){case"round":this.handle1.addClass("round"),this.handle2.addClass("round");break;case"triangle":this.handle1.addClass("triangle"),this.handle2.addClass("triangle")}this.range?(this.value[0]=Math.max(this.min,Math.min(this.max,this.value[0])),this.value[1]=Math.max(this.min,Math.min(this.max,this.value[1]))):(this.value=[Math.max(this.min,Math.min(this.max,this.value))],this.handle2.addClass("hide"),this.value[1]="after"===this.selection?this.max:this.min),this.diff=this.max-this.min,this.percentage=this.diff>0?[100*(this.value[0]-this.min)/this.diff,100*(this.value[1]-this.min)/this.diff,100*this.step/this.diff]:[0,0,100],this.offset=this.picker.offset(),this.size=this.picker[0][this.sizePos],this.formater=c.formater,this.tooltip_separator=c.tooltip_separator,this.tooltip_split=c.tooltip_split,this.reversed=this.element.data("slider-reversed")||c.reversed,this.layout(),this.layout(),this.handle1.on({keydown:a.proxy(this.keydown,this,0)}),this.handle2.on({keydown:a.proxy(this.keydown,this,1)}),this.touchCapable&&this.picker.on({touchstart:a.proxy(this.mousedown,this)}),this.picker.on({mousedown:a.proxy(this.mousedown,this)}),"hide"===h?(this.tooltip.addClass("hide"),this.tooltip_min.addClass("hide"),this.tooltip_max.addClass("hide")):"always"===h?(this.showTooltip(),this.alwaysShowTooltip=!0):(this.picker.on({mouseenter:a.proxy(this.showTooltip,this),mouseleave:a.proxy(this.hideTooltip,this)}),this.handle1.on({focus:a.proxy(this.showTooltip,this),blur:a.proxy(this.hideTooltip,this)}),this.handle2.on({focus:a.proxy(this.showTooltip,this),blur:a.proxy(this.hideTooltip,this)})),this.enabled=c.enabled&&(void 0===this.element.data("slider-enabled")||this.element.data("slider-enabled")===!0),this.enabled?this.enable():this.disable()};f.prototype={constructor:f,over:!1,inDrag:!1,showTooltip:function(){this.tooltip_split===!1?this.tooltip.addClass("in"):(this.tooltip_min.addClass("in"),this.tooltip_max.addClass("in")),this.over=!0},hideTooltip:function(){this.inDrag===!1&&this.alwaysShowTooltip!==!0&&(this.tooltip.removeClass("in"),this.tooltip_min.removeClass("in"),this.tooltip_max.removeClass("in")),this.over=!1},layout:function(){var a;if(a=this.reversed?[100-this.percentage[0],this.percentage[1]]:[this.percentage[0],this.percentage[1]],this.handle1Stype[this.stylePos]=a[0]+"%",this.handle2Stype[this.stylePos]=a[1]+"%","vertical"===this.orientation)this.selectionElStyle.top=Math.min(a[0],a[1])+"%",this.selectionElStyle.height=Math.abs(a[0]-a[1])+"%";else{this.selectionElStyle.left=Math.min(a[0],a[1])+"%",this.selectionElStyle.width=Math.abs(a[0]-a[1])+"%";var b=this.tooltip_min[0].getBoundingClientRect(),c=this.tooltip_max[0].getBoundingClientRect();b.right>c.left?(this.tooltip_max.removeClass("top"),this.tooltip_max.addClass("bottom")[0].style.top="18px"):(this.tooltip_max.removeClass("bottom"),this.tooltip_max.addClass("top")[0].style.top="-30px")}this.range?(this.tooltipInner.text(this.formater(this.value[0])+this.tooltip_separator+this.formater(this.value[1])),this.tooltip[0].style[this.stylePos]=this.size*(a[0]+(a[1]-a[0])/2)/100-("vertical"===this.orientation?this.tooltip.outerHeight()/2:this.tooltip.outerWidth()/2)+"px",this.tooltipInner_min.text(this.formater(this.value[0])),this.tooltipInner_max.text(this.formater(this.value[1])),this.tooltip_min[0].style[this.stylePos]=this.size*(a[0]/100)-("vertical"===this.orientation?this.tooltip_min.outerHeight()/2:this.tooltip_min.outerWidth()/2)+"px",this.tooltip_max[0].style[this.stylePos]=this.size*(a[1]/100)-("vertical"===this.orientation?this.tooltip_max.outerHeight()/2:this.tooltip_max.outerWidth()/2)+"px"):(this.tooltipInner.text(this.formater(this.value[0])),this.tooltip[0].style[this.stylePos]=this.size*a[0]/100-("vertical"===this.orientation?this.tooltip.outerHeight()/2:this.tooltip.outerWidth()/2)+"px")},mousedown:function(b){if(!this.isEnabled())return!1;this.touchCapable&&"touchstart"===b.type&&(b=b.originalEvent),this.triggerFocusOnHandle(),this.offset=this.picker.offset(),this.size=this.picker[0][this.sizePos];var c=this.getPercentage(b);if(this.range){var d=Math.abs(this.percentage[0]-c),e=Math.abs(this.percentage[1]-c);this.dragged=e>d?0:1}else this.dragged=0;this.percentage[this.dragged]=this.reversed?100-c:c,this.layout(),this.touchCapable&&a(document).on({touchmove:a.proxy(this.mousemove,this),touchend:a.proxy(this.mouseup,this)}),a(document).on({mousemove:a.proxy(this.mousemove,this),mouseup:a.proxy(this.mouseup,this)}),this.inDrag=!0;var f=this.calculateValue();return this.setValue(f),this.element.trigger({type:"slideStart",value:f}).data("value",f).prop("value",f),!0},triggerFocusOnHandle:function(a){0===a&&this.handle1.focus(),1===a&&this.handle2.focus()},keydown:function(a,b){if(!this.isEnabled())return!1;var c;switch(b.which){case 37:case 40:c=-1;break;case 39:case 38:c=1}if(c){var d=c*this.percentage[2],e=this.percentage[a]+d;e>100?e=100:0>e&&(e=0),this.dragged=a,this.adjustPercentageForRangeSliders(e),this.percentage[this.dragged]=e,this.layout();var f=this.calculateValue();return this.setValue(f),this.element.trigger({type:"slideStop",value:f}).data("value",f).prop("value",f),!1}},mousemove:function(a){if(!this.isEnabled())return!1;this.touchCapable&&"touchmove"===a.type&&(a=a.originalEvent);var b=this.getPercentage(a);this.adjustPercentageForRangeSliders(b),this.percentage[this.dragged]=this.reversed?100-b:b,this.layout();var c=this.calculateValue();return this.setValue(c),!1},adjustPercentageForRangeSliders:function(a){this.range&&(0===this.dragged&&this.percentage[1]<a?(this.percentage[0]=this.percentage[1],this.dragged=1):1===this.dragged&&this.percentage[0]>a&&(this.percentage[1]=this.percentage[0],this.dragged=0))},mouseup:function(){if(!this.isEnabled())return!1;this.touchCapable&&a(document).off({touchmove:this.mousemove,touchend:this.mouseup}),a(document).off({mousemove:this.mousemove,mouseup:this.mouseup}),this.inDrag=!1,this.over===!1&&this.hideTooltip();var b=this.calculateValue();return this.layout(),this.element.data("value",b).prop("value",b).trigger({type:"slideStop",value:b}),!1},calculateValue:function(){var a;return this.range?(a=[this.min,this.max],0!==this.percentage[0]&&(a[0]=Math.max(this.min,this.min+Math.round(this.diff*this.percentage[0]/100/this.step)*this.step)),100!==this.percentage[1]&&(a[1]=Math.min(this.max,this.min+Math.round(this.diff*this.percentage[1]/100/this.step)*this.step)),this.value=a):(a=this.min+Math.round(this.diff*this.percentage[0]/100/this.step)*this.step,a<this.min?a=this.min:a>this.max&&(a=this.max),a=parseFloat(a),this.value=[a,this.value[1]]),a},getPercentage:function(a){!this.touchCapable||"touchstart"!==a.type&&"touchmove"!==a.type||(a=a.touches[0]);var b=100*(a[this.mousePos]-this.offset[this.stylePos])/this.size;return b=Math.round(b/this.percentage[2])*this.percentage[2],Math.max(0,Math.min(100,b))},getValue:function(){return this.range?this.value:this.value[0]},setValue:function(a){a||(a=0),this.value=this.validateInputValue(a),this.range?(this.value[0]=Math.max(this.min,Math.min(this.max,this.value[0])),this.value[1]=Math.max(this.min,Math.min(this.max,this.value[1]))):(this.value=[Math.max(this.min,Math.min(this.max,this.value))],this.handle2.addClass("hide"),this.value[1]="after"===this.selection?this.max:this.min),this.diff=this.max-this.min,this.percentage=this.diff>0?[100*(this.value[0]-this.min)/this.diff,100*(this.value[1]-this.min)/this.diff,100*this.step/this.diff]:[0,0,100],this.layout();var b=this.range?this.value:this.value[0];this.element.trigger({type:"slide",value:b}).data("value",this.value).prop("value",this.value)},validateInputValue:function(b){if("number"==typeof b)return b;if(b instanceof Array)return a.each(b,function(a,b){if("number"!=typeof b)throw new Error(e.formatInvalidInputErrorMsg(b))}),b;throw new Error(e.formatInvalidInputErrorMsg(b))},destroy:function(){this.handle1.off(),this.handle2.off(),this.element.off().show().insertBefore(this.picker),this.picker.off().remove(),a(this.element).removeData("slider")},disable:function(){this.enabled=!1,this.handle1.removeAttr("tabindex"),this.handle2.removeAttr("tabindex"),this.picker.addClass("slider-disabled"),this.element.trigger("slideDisabled")},enable:function(){this.enabled=!0,this.handle1.attr("tabindex",0),this.handle2.attr("tabindex",0),this.picker.removeClass("slider-disabled"),this.element.trigger("slideEnabled")},toggle:function(){this.enabled?this.disable():this.enable()},isEnabled:function(){return this.enabled},setAttribute:function(a,b){this[a]=b},getAttribute:function(a){return this[a]}};var g={getValue:f.prototype.getValue,setValue:f.prototype.setValue,setAttribute:f.prototype.setAttribute,getAttribute:f.prototype.getAttribute,destroy:f.prototype.destroy,disable:f.prototype.disable,enable:f.prototype.enable,toggle:f.prototype.toggle,isEnabled:f.prototype.isEnabled};a.fn.slider=function(a){if("string"==typeof a&&"refresh"!==a){var c=Array.prototype.slice.call(arguments,1);return b.call(this,a,c)}return d.call(this,a)},a.fn.slider.defaults={min:0,max:10,step:1,orientation:"horizontal",value:5,range:!1,selection:"before",tooltip:"show",tooltip_separator:":",tooltip_split:!1,handle:"round",reversed:!1,enabled:!0,formater:function(a){return a}},a.fn.slider.Constructor=f}(window.jQuery),angular.module("ui.bootstrap-slider",[]).directive("slider",["$parse","$timeout",function(a,b){return{restrict:"AE",replace:!0,template:'<input type="text" />',require:"ngModel",link:function(a,c,d,e){$.fn.slider.Constructor.prototype.disable=function(){this.picker.off()},$.fn.slider.Constructor.prototype.enable=function(){this.picker.on()};var f={};d.sliderid&&(f.id=d.sliderid),d.min&&(f.min=parseFloat(d.min)),d.max&&(f.max=parseFloat(d.max)),d.step&&(f.step=parseFloat(d.step)),d.precision&&(f.precision=parseFloat(d.precision)),d.orientation&&(f.orientation=d.orientation),d.value&&(angular.isNumber(d.value)||angular.isArray(d.value)?f.value=d.value:angular.isString(d.value)&&(f.value=0===d.value.indexOf("[")?angular.fromJson(d.value):parseFloat(d.value))),d.range&&(f.range="true"===d.range),d.selection&&(f.selection=d.selection),d.tooltip&&(f.tooltip=d.tooltip),d.tooltipseparator&&(f.tooltip_separator=d.tooltipseparator),d.tooltipsplit&&(f.tooltip_split="true"===d.tooltipsplit),d.handle&&(f.handle=d.handle),d.reversed&&(f.reversed="true"===d.reversed),d.enabled&&(f.enabled="true"===d.enabled),d.naturalarrowkeys&&(f.natural_arrow_keys="true"===d.naturalarrowkeys),d.formater&&(f.formater=a.$eval(d.formater)),f.range&&!f.value&&(f.value=[0,0]);var g=$(c[0]).slider(f),h=d.updateevent||"slide";g.on(h,function(c){e.$setViewValue(c.value),b(function(){a.$apply()})}),a.$watch(d.ngModel,function(a){(a||0===a)&&g.slider("setValue",a,!1)}),angular.isDefined(d.ngDisabled)&&a.$watch(d.ngDisabled,function(a){g.slider(a?"disable":"enable")})}}}]);
@@ -1 +0,0 @@
1
- @charset "UTF-8";/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}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-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.column-properties table td,.column-properties table th,.list-search-result table td,.list-search-result table th,.sidebar .table-columns table td,.sidebar .table-columns table th,.table td,.table th,.table-columns table td,.table-columns table th,.table-properties table td,.table-properties table th,.table-search-result table td,.table-search-result table th,.tables table td,.tables table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret,.table-form .dropup>button[type=submit]>.caret,.table-form button[type=submit]>.caret{border-top-color:#000!important}.label{border:1px solid #000}.column-properties table,.list-search-result table,.sidebar .table-columns table,.table,.table-columns table,.table-properties table,.table-search-result table,.tables table{border-collapse:collapse!important}.column-properties table td,.column-properties table th,.list-search-result table td,.list-search-result table th,.sidebar .table-columns table td,.sidebar .table-columns table th,.table-bordered td,.table-bordered th,.table-columns table td,.table-columns table th,.table-properties table td,.table-properties table th,.table-search-result table td,.table-search-result table th,.tables table td,.tables table th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.eot);src:url(../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus,a:hover{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;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}.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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}cite{font-style:normal}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.428571429;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}blockquote:after,blockquote:before{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid,.list-search-result{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before,.list-search-result:after,.list-search-result:before{content:" ";display:table}.container-fluid:after,.list-search-result:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.content,.main-content,.sidebar,.table-form .form-button,.table-form input,.table-form label,.table-form select{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.content,.main-content,.sidebar,.table-form .form-button,.table-form input,.table-form label,.table-form select{float:left}.col-md-1,.table-form label{width:8.3333333333%}.col-md-2,.sidebar{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10,.main-content{width:83.3333333333%}.col-md-11,.table-form .form-button,.table-form input,.table-form select{width:91.6666666667%}.col-md-12,.content{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1,.table-form .form-button{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}th{text-align:left}.column-properties table,.list-search-result table,.sidebar .table-columns table,.table,.table-columns table,.table-properties table,.table-search-result table,.tables table{width:100%;max-width:100%;margin-bottom:20px}.column-properties table>tbody>tr>td,.column-properties table>tbody>tr>th,.column-properties table>tfoot>tr>td,.column-properties table>tfoot>tr>th,.column-properties table>thead>tr>td,.column-properties table>thead>tr>th,.list-search-result table>tbody>tr>td,.list-search-result table>tbody>tr>th,.list-search-result table>tfoot>tr>td,.list-search-result table>tfoot>tr>th,.list-search-result table>thead>tr>td,.list-search-result table>thead>tr>th,.sidebar .table-columns table>tbody>tr>td,.sidebar .table-columns table>tbody>tr>th,.sidebar .table-columns table>tfoot>tr>td,.sidebar .table-columns table>tfoot>tr>th,.sidebar .table-columns table>thead>tr>td,.sidebar .table-columns table>thead>tr>th,.table-columns table>tbody>tr>td,.table-columns table>tbody>tr>th,.table-columns table>tfoot>tr>td,.table-columns table>tfoot>tr>th,.table-columns table>thead>tr>td,.table-columns table>thead>tr>th,.table-properties table>tbody>tr>td,.table-properties table>tbody>tr>th,.table-properties table>tfoot>tr>td,.table-properties table>tfoot>tr>th,.table-properties table>thead>tr>td,.table-properties table>thead>tr>th,.table-search-result table>tbody>tr>td,.table-search-result table>tbody>tr>th,.table-search-result table>tfoot>tr>td,.table-search-result table>tfoot>tr>th,.table-search-result table>thead>tr>td,.table-search-result table>thead>tr>th,.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,.tables table>tbody>tr>td,.tables table>tbody>tr>th,.tables table>tfoot>tr>td,.tables table>tfoot>tr>th,.tables table>thead>tr>td,.tables table>thead>tr>th{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.column-properties table>thead>tr>th,.list-search-result table>thead>tr>th,.sidebar .table-columns table>thead>tr>th,.table-columns table>thead>tr>th,.table-properties table>thead>tr>th,.table-search-result table>thead>tr>th,.table>thead>tr>th,.tables table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.column-properties table>caption+thead>tr:first-child>td,.column-properties table>caption+thead>tr:first-child>th,.column-properties table>colgroup+thead>tr:first-child>td,.column-properties table>colgroup+thead>tr:first-child>th,.column-properties table>thead:first-child>tr:first-child>td,.column-properties table>thead:first-child>tr:first-child>th,.list-search-result table>caption+thead>tr:first-child>td,.list-search-result table>caption+thead>tr:first-child>th,.list-search-result table>colgroup+thead>tr:first-child>td,.list-search-result table>colgroup+thead>tr:first-child>th,.list-search-result table>thead:first-child>tr:first-child>td,.list-search-result table>thead:first-child>tr:first-child>th,.table-columns table>caption+thead>tr:first-child>td,.table-columns table>caption+thead>tr:first-child>th,.table-columns table>colgroup+thead>tr:first-child>td,.table-columns table>colgroup+thead>tr:first-child>th,.table-columns table>thead:first-child>tr:first-child>td,.table-columns table>thead:first-child>tr:first-child>th,.table-properties table>caption+thead>tr:first-child>td,.table-properties table>caption+thead>tr:first-child>th,.table-properties table>colgroup+thead>tr:first-child>td,.table-properties table>colgroup+thead>tr:first-child>th,.table-properties table>thead:first-child>tr:first-child>td,.table-properties table>thead:first-child>tr:first-child>th,.table-search-result table>caption+thead>tr:first-child>td,.table-search-result table>caption+thead>tr:first-child>th,.table-search-result table>colgroup+thead>tr:first-child>td,.table-search-result table>colgroup+thead>tr:first-child>th,.table-search-result table>thead:first-child>tr:first-child>td,.table-search-result table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.tables table>caption+thead>tr:first-child>td,.tables table>caption+thead>tr:first-child>th,.tables table>colgroup+thead>tr:first-child>td,.tables table>colgroup+thead>tr:first-child>th,.tables table>thead:first-child>tr:first-child>td,.tables table>thead:first-child>tr:first-child>th{border-top:0}.column-properties table>tbody+tbody,.list-search-result table>tbody+tbody,.sidebar .table-columns table>tbody+tbody,.table-columns table>tbody+tbody,.table-properties table>tbody+tbody,.table-search-result table>tbody+tbody,.table>tbody+tbody,.tables table>tbody+tbody{border-top:2px solid #ddd}.column-properties .table table,.column-properties table .table,.column-properties table table,.list-search-result .table table,.list-search-result table .table,.list-search-result table table,.sidebar .table-columns table table,.table .column-properties table,.table .list-search-result table,.table .table,.table .table-columns table,.table .table-properties table,.table .table-search-result table,.table .tables table,.table-columns .table table,.table-columns table .table,.table-columns table table,.table-properties .table table,.table-properties table .table,.table-properties table table,.table-search-result .table table,.table-search-result table .table,.table-search-result table table,.tables .table table,.tables table .table,.tables table table{background-color:#fff}.column-properties table>tbody>tr>td,.column-properties table>tbody>tr>th,.column-properties table>tfoot>tr>td,.column-properties table>tfoot>tr>th,.column-properties table>thead>tr>td,.column-properties table>thead>tr>th,.list-search-result table>tbody>tr>td,.list-search-result table>tbody>tr>th,.list-search-result table>tfoot>tr>td,.list-search-result table>tfoot>tr>th,.list-search-result table>thead>tr>td,.list-search-result table>thead>tr>th,.sidebar .table-columns table>tbody>tr>td,.sidebar .table-columns table>tbody>tr>th,.sidebar .table-columns table>tfoot>tr>td,.sidebar .table-columns table>tfoot>tr>th,.sidebar .table-columns table>thead>tr>td,.sidebar .table-columns table>thead>tr>th,.table-columns table>tbody>tr>td,.table-columns table>tbody>tr>th,.table-columns table>tfoot>tr>td,.table-columns table>tfoot>tr>th,.table-columns table>thead>tr>td,.table-columns table>thead>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th,.table-properties table>tbody>tr>td,.table-properties table>tbody>tr>th,.table-properties table>tfoot>tr>td,.table-properties table>tfoot>tr>th,.table-properties table>thead>tr>td,.table-properties table>thead>tr>th,.table-search-result table>tbody>tr>td,.table-search-result table>tbody>tr>th,.table-search-result table>tfoot>tr>td,.table-search-result table>tfoot>tr>th,.table-search-result table>thead>tr>td,.table-search-result table>thead>tr>th,.tables table>tbody>tr>td,.tables table>tbody>tr>th,.tables table>tfoot>tr>td,.tables table>tfoot>tr>th,.tables table>thead>tr>td,.tables table>thead>tr>th{padding:5px}.column-properties table,.column-properties table>tbody>tr>td,.column-properties table>tbody>tr>th,.column-properties table>tfoot>tr>td,.column-properties table>tfoot>tr>th,.column-properties table>thead>tr>td,.column-properties table>thead>tr>th,.list-search-result table,.list-search-result table>tbody>tr>td,.list-search-result table>tbody>tr>th,.list-search-result table>tfoot>tr>td,.list-search-result table>tfoot>tr>th,.list-search-result table>thead>tr>td,.list-search-result table>thead>tr>th,.sidebar .table-columns table,.sidebar .table-columns table>tbody>tr>td,.sidebar .table-columns table>tbody>tr>th,.sidebar .table-columns table>tfoot>tr>td,.sidebar .table-columns table>tfoot>tr>th,.sidebar .table-columns table>thead>tr>td,.sidebar .table-columns table>thead>tr>th,.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th,.table-columns table,.table-columns table>tbody>tr>td,.table-columns table>tbody>tr>th,.table-columns table>tfoot>tr>td,.table-columns table>tfoot>tr>th,.table-columns table>thead>tr>td,.table-columns table>thead>tr>th,.table-properties table,.table-properties table>tbody>tr>td,.table-properties table>tbody>tr>th,.table-properties table>tfoot>tr>td,.table-properties table>tfoot>tr>th,.table-properties table>thead>tr>td,.table-properties table>thead>tr>th,.table-search-result table,.table-search-result table>tbody>tr>td,.table-search-result table>tbody>tr>th,.table-search-result table>tfoot>tr>td,.table-search-result table>tfoot>tr>th,.table-search-result table>thead>tr>td,.table-search-result table>thead>tr>th,.tables table,.tables table>tbody>tr>td,.tables table>tbody>tr>th,.tables table>tfoot>tr>td,.tables table>tfoot>tr>th,.tables table>thead>tr>td,.tables table>thead>tr>th{border:1px solid #ddd}.column-properties table>thead>tr>td,.column-properties table>thead>tr>th,.list-search-result table>thead>tr>td,.list-search-result table>thead>tr>th,.sidebar .table-columns table>thead>tr>td,.sidebar .table-columns table>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th,.table-columns table>thead>tr>td,.table-columns table>thead>tr>th,.table-properties table>thead>tr>td,.table-properties table>thead>tr>th,.table-search-result table>thead>tr>td,.table-search-result table>thead>tr>th,.tables table>thead>tr>td,.tables table>thead>tr>th{border-bottom-width:2px}.column-properties table>tbody>tr:nth-child(odd)>td,.column-properties table>tbody>tr:nth-child(odd)>th,.list-search-result table>tbody>tr:nth-child(odd)>td,.list-search-result table>tbody>tr:nth-child(odd)>th,.table-columns table>tbody>tr:nth-child(odd)>td,.table-columns table>tbody>tr:nth-child(odd)>th,.table-properties table>tbody>tr:nth-child(odd)>td,.table-properties table>tbody>tr:nth-child(odd)>th,.table-search-result table>tbody>tr:nth-child(odd)>td,.table-search-result table>tbody>tr:nth-child(odd)>th,.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th,.tables table>tbody>tr:nth-child(odd)>td,.tables table>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.column-properties table>tbody>tr:hover>td,.column-properties table>tbody>tr:hover>th,.list-search-result table>tbody>tr:hover>td,.list-search-result table>tbody>tr:hover>th,.table-columns table>tbody>tr:hover>td,.table-columns table>tbody>tr:hover>th,.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th,.table-properties table>tbody>tr:hover>td,.table-properties table>tbody>tr:hover>th,.table-search-result table>tbody>tr:hover>td,.table-search-result table>tbody>tr:hover>th,.tables table>tbody>tr:hover>td,.tables table>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.column-properties table>tbody>tr.active>td,.column-properties table>tbody>tr.active>th,.column-properties table>tbody>tr>td.active,.column-properties table>tbody>tr>th.active,.column-properties table>tfoot>tr.active>td,.column-properties table>tfoot>tr.active>th,.column-properties table>tfoot>tr>td.active,.column-properties table>tfoot>tr>th.active,.column-properties table>thead>tr.active>td,.column-properties table>thead>tr.active>th,.column-properties table>thead>tr>td.active,.column-properties table>thead>tr>th.active,.list-search-result table>tbody>tr.active>td,.list-search-result table>tbody>tr.active>th,.list-search-result table>tbody>tr>td.active,.list-search-result table>tbody>tr>th.active,.list-search-result table>tfoot>tr.active>td,.list-search-result table>tfoot>tr.active>th,.list-search-result table>tfoot>tr>td.active,.list-search-result table>tfoot>tr>th.active,.list-search-result table>thead>tr.active>td,.list-search-result table>thead>tr.active>th,.list-search-result table>thead>tr>td.active,.list-search-result table>thead>tr>th.active,.table-columns table>tbody>tr.active>td,.table-columns table>tbody>tr.active>th,.table-columns table>tbody>tr>td.active,.table-columns table>tbody>tr>th.active,.table-columns table>tfoot>tr.active>td,.table-columns table>tfoot>tr.active>th,.table-columns table>tfoot>tr>td.active,.table-columns table>tfoot>tr>th.active,.table-columns table>thead>tr.active>td,.table-columns table>thead>tr.active>th,.table-columns table>thead>tr>td.active,.table-columns table>thead>tr>th.active,.table-properties table>tbody>tr.active>td,.table-properties table>tbody>tr.active>th,.table-properties table>tbody>tr>td.active,.table-properties table>tbody>tr>th.active,.table-properties table>tfoot>tr.active>td,.table-properties table>tfoot>tr.active>th,.table-properties table>tfoot>tr>td.active,.table-properties table>tfoot>tr>th.active,.table-properties table>thead>tr.active>td,.table-properties table>thead>tr.active>th,.table-properties table>thead>tr>td.active,.table-properties table>thead>tr>th.active,.table-search-result table>tbody>tr.active>td,.table-search-result table>tbody>tr.active>th,.table-search-result table>tbody>tr>td.active,.table-search-result table>tbody>tr>th.active,.table-search-result table>tfoot>tr.active>td,.table-search-result table>tfoot>tr.active>th,.table-search-result table>tfoot>tr>td.active,.table-search-result table>tfoot>tr>th.active,.table-search-result table>thead>tr.active>td,.table-search-result table>thead>tr.active>th,.table-search-result table>thead>tr>td.active,.table-search-result table>thead>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active,.tables table>tbody>tr.active>td,.tables table>tbody>tr.active>th,.tables table>tbody>tr>td.active,.tables table>tbody>tr>th.active,.tables table>tfoot>tr.active>td,.tables table>tfoot>tr.active>th,.tables table>tfoot>tr>td.active,.tables table>tfoot>tr>th.active,.tables table>thead>tr.active>td,.tables table>thead>tr.active>th,.tables table>thead>tr>td.active,.tables table>thead>tr>th.active{background-color:#f5f5f5}.column-properties table>tbody>tr.active:hover>td,.column-properties table>tbody>tr.active:hover>th,.column-properties table>tbody>tr:hover>.active,.column-properties table>tbody>tr>td.active:hover,.column-properties table>tbody>tr>th.active:hover,.list-search-result table>tbody>tr.active:hover>td,.list-search-result table>tbody>tr.active:hover>th,.list-search-result table>tbody>tr:hover>.active,.list-search-result table>tbody>tr>td.active:hover,.list-search-result table>tbody>tr>th.active:hover,.table-columns table>tbody>tr.active:hover>td,.table-columns table>tbody>tr.active:hover>th,.table-columns table>tbody>tr:hover>.active,.table-columns table>tbody>tr>td.active:hover,.table-columns table>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-properties table>tbody>tr.active:hover>td,.table-properties table>tbody>tr.active:hover>th,.table-properties table>tbody>tr:hover>.active,.table-properties table>tbody>tr>td.active:hover,.table-properties table>tbody>tr>th.active:hover,.table-search-result table>tbody>tr.active:hover>td,.table-search-result table>tbody>tr.active:hover>th,.table-search-result table>tbody>tr:hover>.active,.table-search-result table>tbody>tr>td.active:hover,.table-search-result table>tbody>tr>th.active:hover,.tables table>tbody>tr.active:hover>td,.tables table>tbody>tr.active:hover>th,.tables table>tbody>tr:hover>.active,.tables table>tbody>tr>td.active:hover,.tables table>tbody>tr>th.active:hover{background-color:#e8e8e8}.column-properties table>tbody>tr.success>td,.column-properties table>tbody>tr.success>th,.column-properties table>tbody>tr>td.success,.column-properties table>tbody>tr>th.success,.column-properties table>tfoot>tr.success>td,.column-properties table>tfoot>tr.success>th,.column-properties table>tfoot>tr>td.success,.column-properties table>tfoot>tr>th.success,.column-properties table>thead>tr.success>td,.column-properties table>thead>tr.success>th,.column-properties table>thead>tr>td.success,.column-properties table>thead>tr>th.success,.list-search-result table>tbody>tr.success>td,.list-search-result table>tbody>tr.success>th,.list-search-result table>tbody>tr>td.success,.list-search-result table>tbody>tr>th.success,.list-search-result table>tfoot>tr.success>td,.list-search-result table>tfoot>tr.success>th,.list-search-result table>tfoot>tr>td.success,.list-search-result table>tfoot>tr>th.success,.list-search-result table>thead>tr.success>td,.list-search-result table>thead>tr.success>th,.list-search-result table>thead>tr>td.success,.list-search-result table>thead>tr>th.success,.table-columns table>tbody>tr.success>td,.table-columns table>tbody>tr.success>th,.table-columns table>tbody>tr>td.success,.table-columns table>tbody>tr>th.success,.table-columns table>tfoot>tr.success>td,.table-columns table>tfoot>tr.success>th,.table-columns table>tfoot>tr>td.success,.table-columns table>tfoot>tr>th.success,.table-columns table>thead>tr.success>td,.table-columns table>thead>tr.success>th,.table-columns table>thead>tr>td.success,.table-columns table>thead>tr>th.success,.table-properties table>tbody>tr.success>td,.table-properties table>tbody>tr.success>th,.table-properties table>tbody>tr>td.success,.table-properties table>tbody>tr>th.success,.table-properties table>tfoot>tr.success>td,.table-properties table>tfoot>tr.success>th,.table-properties table>tfoot>tr>td.success,.table-properties table>tfoot>tr>th.success,.table-properties table>thead>tr.success>td,.table-properties table>thead>tr.success>th,.table-properties table>thead>tr>td.success,.table-properties table>thead>tr>th.success,.table-search-result table>tbody>tr.success>td,.table-search-result table>tbody>tr.success>th,.table-search-result table>tbody>tr>td.success,.table-search-result table>tbody>tr>th.success,.table-search-result table>tfoot>tr.success>td,.table-search-result table>tfoot>tr.success>th,.table-search-result table>tfoot>tr>td.success,.table-search-result table>tfoot>tr>th.success,.table-search-result table>thead>tr.success>td,.table-search-result table>thead>tr.success>th,.table-search-result table>thead>tr>td.success,.table-search-result table>thead>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success,.tables table>tbody>tr.success>td,.tables table>tbody>tr.success>th,.tables table>tbody>tr>td.success,.tables table>tbody>tr>th.success,.tables table>tfoot>tr.success>td,.tables table>tfoot>tr.success>th,.tables table>tfoot>tr>td.success,.tables table>tfoot>tr>th.success,.tables table>thead>tr.success>td,.tables table>thead>tr.success>th,.tables table>thead>tr>td.success,.tables table>thead>tr>th.success{background-color:#dff0d8}.column-properties table>tbody>tr.success:hover>td,.column-properties table>tbody>tr.success:hover>th,.column-properties table>tbody>tr:hover>.success,.column-properties table>tbody>tr>td.success:hover,.column-properties table>tbody>tr>th.success:hover,.list-search-result table>tbody>tr.success:hover>td,.list-search-result table>tbody>tr.success:hover>th,.list-search-result table>tbody>tr:hover>.success,.list-search-result table>tbody>tr>td.success:hover,.list-search-result table>tbody>tr>th.success:hover,.table-columns table>tbody>tr.success:hover>td,.table-columns table>tbody>tr.success:hover>th,.table-columns table>tbody>tr:hover>.success,.table-columns table>tbody>tr>td.success:hover,.table-columns table>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-properties table>tbody>tr.success:hover>td,.table-properties table>tbody>tr.success:hover>th,.table-properties table>tbody>tr:hover>.success,.table-properties table>tbody>tr>td.success:hover,.table-properties table>tbody>tr>th.success:hover,.table-search-result table>tbody>tr.success:hover>td,.table-search-result table>tbody>tr.success:hover>th,.table-search-result table>tbody>tr:hover>.success,.table-search-result table>tbody>tr>td.success:hover,.table-search-result table>tbody>tr>th.success:hover,.tables table>tbody>tr.success:hover>td,.tables table>tbody>tr.success:hover>th,.tables table>tbody>tr:hover>.success,.tables table>tbody>tr>td.success:hover,.tables table>tbody>tr>th.success:hover{background-color:#d0e9c6}.column-properties table>tbody>tr.info>td,.column-properties table>tbody>tr.info>th,.column-properties table>tbody>tr>td.info,.column-properties table>tbody>tr>th.info,.column-properties table>tfoot>tr.info>td,.column-properties table>tfoot>tr.info>th,.column-properties table>tfoot>tr>td.info,.column-properties table>tfoot>tr>th.info,.column-properties table>thead>tr.info>td,.column-properties table>thead>tr.info>th,.column-properties table>thead>tr>td.info,.column-properties table>thead>tr>th.info,.list-search-result table>tbody>tr.info>td,.list-search-result table>tbody>tr.info>th,.list-search-result table>tbody>tr>td.info,.list-search-result table>tbody>tr>th.info,.list-search-result table>tfoot>tr.info>td,.list-search-result table>tfoot>tr.info>th,.list-search-result table>tfoot>tr>td.info,.list-search-result table>tfoot>tr>th.info,.list-search-result table>thead>tr.info>td,.list-search-result table>thead>tr.info>th,.list-search-result table>thead>tr>td.info,.list-search-result table>thead>tr>th.info,.table-columns table>tbody>tr.info>td,.table-columns table>tbody>tr.info>th,.table-columns table>tbody>tr>td.info,.table-columns table>tbody>tr>th.info,.table-columns table>tfoot>tr.info>td,.table-columns table>tfoot>tr.info>th,.table-columns table>tfoot>tr>td.info,.table-columns table>tfoot>tr>th.info,.table-columns table>thead>tr.info>td,.table-columns table>thead>tr.info>th,.table-columns table>thead>tr>td.info,.table-columns table>thead>tr>th.info,.table-properties table>tbody>tr.info>td,.table-properties table>tbody>tr.info>th,.table-properties table>tbody>tr>td.info,.table-properties table>tbody>tr>th.info,.table-properties table>tfoot>tr.info>td,.table-properties table>tfoot>tr.info>th,.table-properties table>tfoot>tr>td.info,.table-properties table>tfoot>tr>th.info,.table-properties table>thead>tr.info>td,.table-properties table>thead>tr.info>th,.table-properties table>thead>tr>td.info,.table-properties table>thead>tr>th.info,.table-search-result table>tbody>tr.info>td,.table-search-result table>tbody>tr.info>th,.table-search-result table>tbody>tr>td.info,.table-search-result table>tbody>tr>th.info,.table-search-result table>tfoot>tr.info>td,.table-search-result table>tfoot>tr.info>th,.table-search-result table>tfoot>tr>td.info,.table-search-result table>tfoot>tr>th.info,.table-search-result table>thead>tr.info>td,.table-search-result table>thead>tr.info>th,.table-search-result table>thead>tr>td.info,.table-search-result table>thead>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info,.tables table>tbody>tr.info>td,.tables table>tbody>tr.info>th,.tables table>tbody>tr>td.info,.tables table>tbody>tr>th.info,.tables table>tfoot>tr.info>td,.tables table>tfoot>tr.info>th,.tables table>tfoot>tr>td.info,.tables table>tfoot>tr>th.info,.tables table>thead>tr.info>td,.tables table>thead>tr.info>th,.tables table>thead>tr>td.info,.tables table>thead>tr>th.info{background-color:#d9edf7}.column-properties table>tbody>tr.info:hover>td,.column-properties table>tbody>tr.info:hover>th,.column-properties table>tbody>tr:hover>.info,.column-properties table>tbody>tr>td.info:hover,.column-properties table>tbody>tr>th.info:hover,.list-search-result table>tbody>tr.info:hover>td,.list-search-result table>tbody>tr.info:hover>th,.list-search-result table>tbody>tr:hover>.info,.list-search-result table>tbody>tr>td.info:hover,.list-search-result table>tbody>tr>th.info:hover,.table-columns table>tbody>tr.info:hover>td,.table-columns table>tbody>tr.info:hover>th,.table-columns table>tbody>tr:hover>.info,.table-columns table>tbody>tr>td.info:hover,.table-columns table>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-properties table>tbody>tr.info:hover>td,.table-properties table>tbody>tr.info:hover>th,.table-properties table>tbody>tr:hover>.info,.table-properties table>tbody>tr>td.info:hover,.table-properties table>tbody>tr>th.info:hover,.table-search-result table>tbody>tr.info:hover>td,.table-search-result table>tbody>tr.info:hover>th,.table-search-result table>tbody>tr:hover>.info,.table-search-result table>tbody>tr>td.info:hover,.table-search-result table>tbody>tr>th.info:hover,.tables table>tbody>tr.info:hover>td,.tables table>tbody>tr.info:hover>th,.tables table>tbody>tr:hover>.info,.tables table>tbody>tr>td.info:hover,.tables table>tbody>tr>th.info:hover{background-color:#c4e3f3}.column-properties table>tbody>tr.warning>td,.column-properties table>tbody>tr.warning>th,.column-properties table>tbody>tr>td.warning,.column-properties table>tbody>tr>th.warning,.column-properties table>tfoot>tr.warning>td,.column-properties table>tfoot>tr.warning>th,.column-properties table>tfoot>tr>td.warning,.column-properties table>tfoot>tr>th.warning,.column-properties table>thead>tr.warning>td,.column-properties table>thead>tr.warning>th,.column-properties table>thead>tr>td.warning,.column-properties table>thead>tr>th.warning,.list-search-result table>tbody>tr.warning>td,.list-search-result table>tbody>tr.warning>th,.list-search-result table>tbody>tr>td.warning,.list-search-result table>tbody>tr>th.warning,.list-search-result table>tfoot>tr.warning>td,.list-search-result table>tfoot>tr.warning>th,.list-search-result table>tfoot>tr>td.warning,.list-search-result table>tfoot>tr>th.warning,.list-search-result table>thead>tr.warning>td,.list-search-result table>thead>tr.warning>th,.list-search-result table>thead>tr>td.warning,.list-search-result table>thead>tr>th.warning,.table-columns table>tbody>tr.warning>td,.table-columns table>tbody>tr.warning>th,.table-columns table>tbody>tr>td.warning,.table-columns table>tbody>tr>th.warning,.table-columns table>tfoot>tr.warning>td,.table-columns table>tfoot>tr.warning>th,.table-columns table>tfoot>tr>td.warning,.table-columns table>tfoot>tr>th.warning,.table-columns table>thead>tr.warning>td,.table-columns table>thead>tr.warning>th,.table-columns table>thead>tr>td.warning,.table-columns table>thead>tr>th.warning,.table-properties table>tbody>tr.warning>td,.table-properties table>tbody>tr.warning>th,.table-properties table>tbody>tr>td.warning,.table-properties table>tbody>tr>th.warning,.table-properties table>tfoot>tr.warning>td,.table-properties table>tfoot>tr.warning>th,.table-properties table>tfoot>tr>td.warning,.table-properties table>tfoot>tr>th.warning,.table-properties table>thead>tr.warning>td,.table-properties table>thead>tr.warning>th,.table-properties table>thead>tr>td.warning,.table-properties table>thead>tr>th.warning,.table-search-result table>tbody>tr.warning>td,.table-search-result table>tbody>tr.warning>th,.table-search-result table>tbody>tr>td.warning,.table-search-result table>tbody>tr>th.warning,.table-search-result table>tfoot>tr.warning>td,.table-search-result table>tfoot>tr.warning>th,.table-search-result table>tfoot>tr>td.warning,.table-search-result table>tfoot>tr>th.warning,.table-search-result table>thead>tr.warning>td,.table-search-result table>thead>tr.warning>th,.table-search-result table>thead>tr>td.warning,.table-search-result table>thead>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning,.tables table>tbody>tr.warning>td,.tables table>tbody>tr.warning>th,.tables table>tbody>tr>td.warning,.tables table>tbody>tr>th.warning,.tables table>tfoot>tr.warning>td,.tables table>tfoot>tr.warning>th,.tables table>tfoot>tr>td.warning,.tables table>tfoot>tr>th.warning,.tables table>thead>tr.warning>td,.tables table>thead>tr.warning>th,.tables table>thead>tr>td.warning,.tables table>thead>tr>th.warning{background-color:#fcf8e3}.column-properties table>tbody>tr.warning:hover>td,.column-properties table>tbody>tr.warning:hover>th,.column-properties table>tbody>tr:hover>.warning,.column-properties table>tbody>tr>td.warning:hover,.column-properties table>tbody>tr>th.warning:hover,.list-search-result table>tbody>tr.warning:hover>td,.list-search-result table>tbody>tr.warning:hover>th,.list-search-result table>tbody>tr:hover>.warning,.list-search-result table>tbody>tr>td.warning:hover,.list-search-result table>tbody>tr>th.warning:hover,.table-columns table>tbody>tr.warning:hover>td,.table-columns table>tbody>tr.warning:hover>th,.table-columns table>tbody>tr:hover>.warning,.table-columns table>tbody>tr>td.warning:hover,.table-columns table>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-properties table>tbody>tr.warning:hover>td,.table-properties table>tbody>tr.warning:hover>th,.table-properties table>tbody>tr:hover>.warning,.table-properties table>tbody>tr>td.warning:hover,.table-properties table>tbody>tr>th.warning:hover,.table-search-result table>tbody>tr.warning:hover>td,.table-search-result table>tbody>tr.warning:hover>th,.table-search-result table>tbody>tr:hover>.warning,.table-search-result table>tbody>tr>td.warning:hover,.table-search-result table>tbody>tr>th.warning:hover,.tables table>tbody>tr.warning:hover>td,.tables table>tbody>tr.warning:hover>th,.tables table>tbody>tr:hover>.warning,.tables table>tbody>tr>td.warning:hover,.tables table>tbody>tr>th.warning:hover{background-color:#faf2cc}.column-properties table>tbody>tr.danger>td,.column-properties table>tbody>tr.danger>th,.column-properties table>tbody>tr>td.danger,.column-properties table>tbody>tr>th.danger,.column-properties table>tfoot>tr.danger>td,.column-properties table>tfoot>tr.danger>th,.column-properties table>tfoot>tr>td.danger,.column-properties table>tfoot>tr>th.danger,.column-properties table>thead>tr.danger>td,.column-properties table>thead>tr.danger>th,.column-properties table>thead>tr>td.danger,.column-properties table>thead>tr>th.danger,.list-search-result table>tbody>tr.danger>td,.list-search-result table>tbody>tr.danger>th,.list-search-result table>tbody>tr>td.danger,.list-search-result table>tbody>tr>th.danger,.list-search-result table>tfoot>tr.danger>td,.list-search-result table>tfoot>tr.danger>th,.list-search-result table>tfoot>tr>td.danger,.list-search-result table>tfoot>tr>th.danger,.list-search-result table>thead>tr.danger>td,.list-search-result table>thead>tr.danger>th,.list-search-result table>thead>tr>td.danger,.list-search-result table>thead>tr>th.danger,.table-columns table>tbody>tr.danger>td,.table-columns table>tbody>tr.danger>th,.table-columns table>tbody>tr>td.danger,.table-columns table>tbody>tr>th.danger,.table-columns table>tfoot>tr.danger>td,.table-columns table>tfoot>tr.danger>th,.table-columns table>tfoot>tr>td.danger,.table-columns table>tfoot>tr>th.danger,.table-columns table>thead>tr.danger>td,.table-columns table>thead>tr.danger>th,.table-columns table>thead>tr>td.danger,.table-columns table>thead>tr>th.danger,.table-properties table>tbody>tr.danger>td,.table-properties table>tbody>tr.danger>th,.table-properties table>tbody>tr>td.danger,.table-properties table>tbody>tr>th.danger,.table-properties table>tfoot>tr.danger>td,.table-properties table>tfoot>tr.danger>th,.table-properties table>tfoot>tr>td.danger,.table-properties table>tfoot>tr>th.danger,.table-properties table>thead>tr.danger>td,.table-properties table>thead>tr.danger>th,.table-properties table>thead>tr>td.danger,.table-properties table>thead>tr>th.danger,.table-search-result table>tbody>tr.danger>td,.table-search-result table>tbody>tr.danger>th,.table-search-result table>tbody>tr>td.danger,.table-search-result table>tbody>tr>th.danger,.table-search-result table>tfoot>tr.danger>td,.table-search-result table>tfoot>tr.danger>th,.table-search-result table>tfoot>tr>td.danger,.table-search-result table>tfoot>tr>th.danger,.table-search-result table>thead>tr.danger>td,.table-search-result table>thead>tr.danger>th,.table-search-result table>thead>tr>td.danger,.table-search-result table>thead>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger,.tables table>tbody>tr.danger>td,.tables table>tbody>tr.danger>th,.tables table>tbody>tr>td.danger,.tables table>tbody>tr>th.danger,.tables table>tfoot>tr.danger>td,.tables table>tfoot>tr.danger>th,.tables table>tfoot>tr>td.danger,.tables table>tfoot>tr>th.danger,.tables table>thead>tr.danger>td,.tables table>thead>tr.danger>th,.tables table>thead>tr>td.danger,.tables table>thead>tr>th.danger{background-color:#f2dede}.column-properties table>tbody>tr.danger:hover>td,.column-properties table>tbody>tr.danger:hover>th,.column-properties table>tbody>tr:hover>.danger,.column-properties table>tbody>tr>td.danger:hover,.column-properties table>tbody>tr>th.danger:hover,.list-search-result table>tbody>tr.danger:hover>td,.list-search-result table>tbody>tr.danger:hover>th,.list-search-result table>tbody>tr:hover>.danger,.list-search-result table>tbody>tr>td.danger:hover,.list-search-result table>tbody>tr>th.danger:hover,.table-columns table>tbody>tr.danger:hover>td,.table-columns table>tbody>tr.danger:hover>th,.table-columns table>tbody>tr:hover>.danger,.table-columns table>tbody>tr>td.danger:hover,.table-columns table>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-properties table>tbody>tr.danger:hover>td,.table-properties table>tbody>tr.danger:hover>th,.table-properties table>tbody>tr:hover>.danger,.table-properties table>tbody>tr>td.danger:hover,.table-properties table>tbody>tr>th.danger:hover,.table-search-result table>tbody>tr.danger:hover>td,.table-search-result table>tbody>tr.danger:hover>th,.table-search-result table>tbody>tr:hover>.danger,.table-search-result table>tbody>tr>td.danger:hover,.table-search-result table>tbody>tr>th.danger:hover,.tables table>tbody>tr.danger:hover>td,.tables table>tbody>tr.danger:hover>th,.tables table>tbody>tr:hover>.danger,.tables table>tbody>tr>td.danger:hover,.tables table>tbody>tr>th.danger:hover{background-color:#ebcccc}@media screen and (max-width:767px){.column-properties,.sidebar .table-columns,.table-columns,.table-properties,.table-responsive,.table-search-result,.tables{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.column-properties .table-columns>table,.column-properties .table-properties>table,.column-properties .table-responsive>table,.column-properties .table-search-result>table,.column-properties .tables>table,.column-properties>.table,.column-properties>table,.list-search-result .column-properties>table,.list-search-result .table-columns>table,.list-search-result .table-properties>table,.list-search-result .table-responsive>table,.list-search-result .table-search-result>table,.list-search-result .tables>table,.sidebar .table-columns>.table,.sidebar .table-columns>table,.table-columns .column-properties>table,.table-columns .table-properties>table,.table-columns .table-responsive>table,.table-columns .table-search-result>table,.table-columns .tables>table,.table-columns>.table,.table-columns>table,.table-properties .column-properties>table,.table-properties .table-columns>table,.table-properties .table-responsive>table,.table-properties .table-search-result>table,.table-properties .tables>table,.table-properties>.table,.table-properties>table,.table-responsive>.table,.table-search-result .column-properties>table,.table-search-result .table-columns>table,.table-search-result .table-properties>table,.table-search-result .table-responsive>table,.table-search-result .tables>table,.table-search-result>.table,.table-search-result>table,.tables .column-properties>table,.tables .table-columns>table,.tables .table-properties>table,.tables .table-responsive>table,.tables .table-search-result>table,.tables>.table,.tables>table{margin-bottom:0}.column-properties .table-columns>table>tbody>tr>td,.column-properties .table-columns>table>tbody>tr>th,.column-properties .table-columns>table>tfoot>tr>td,.column-properties .table-columns>table>tfoot>tr>th,.column-properties .table-columns>table>thead>tr>td,.column-properties .table-columns>table>thead>tr>th,.column-properties .table-properties>table>tbody>tr>td,.column-properties .table-properties>table>tbody>tr>th,.column-properties .table-properties>table>tfoot>tr>td,.column-properties .table-properties>table>tfoot>tr>th,.column-properties .table-properties>table>thead>tr>td,.column-properties .table-properties>table>thead>tr>th,.column-properties .table-responsive>table>tbody>tr>td,.column-properties .table-responsive>table>tbody>tr>th,.column-properties .table-responsive>table>tfoot>tr>td,.column-properties .table-responsive>table>tfoot>tr>th,.column-properties .table-responsive>table>thead>tr>td,.column-properties .table-responsive>table>thead>tr>th,.column-properties .table-search-result>table>tbody>tr>td,.column-properties .table-search-result>table>tbody>tr>th,.column-properties .table-search-result>table>tfoot>tr>td,.column-properties .table-search-result>table>tfoot>tr>th,.column-properties .table-search-result>table>thead>tr>td,.column-properties .table-search-result>table>thead>tr>th,.column-properties .tables>table>tbody>tr>td,.column-properties .tables>table>tbody>tr>th,.column-properties .tables>table>tfoot>tr>td,.column-properties .tables>table>tfoot>tr>th,.column-properties .tables>table>thead>tr>td,.column-properties .tables>table>thead>tr>th,.column-properties>.table>tbody>tr>td,.column-properties>.table>tbody>tr>th,.column-properties>.table>tfoot>tr>td,.column-properties>.table>tfoot>tr>th,.column-properties>.table>thead>tr>td,.column-properties>.table>thead>tr>th,.column-properties>table>tbody>tr>td,.column-properties>table>tbody>tr>th,.column-properties>table>tfoot>tr>td,.column-properties>table>tfoot>tr>th,.column-properties>table>thead>tr>td,.column-properties>table>thead>tr>th,.list-search-result .column-properties>table>tbody>tr>td,.list-search-result .column-properties>table>tbody>tr>th,.list-search-result .column-properties>table>tfoot>tr>td,.list-search-result .column-properties>table>tfoot>tr>th,.list-search-result .column-properties>table>thead>tr>td,.list-search-result .column-properties>table>thead>tr>th,.list-search-result .table-columns>table>tbody>tr>td,.list-search-result .table-columns>table>tbody>tr>th,.list-search-result .table-columns>table>tfoot>tr>td,.list-search-result .table-columns>table>tfoot>tr>th,.list-search-result .table-columns>table>thead>tr>td,.list-search-result .table-columns>table>thead>tr>th,.list-search-result .table-properties>table>tbody>tr>td,.list-search-result .table-properties>table>tbody>tr>th,.list-search-result .table-properties>table>tfoot>tr>td,.list-search-result .table-properties>table>tfoot>tr>th,.list-search-result .table-properties>table>thead>tr>td,.list-search-result .table-properties>table>thead>tr>th,.list-search-result .table-responsive>table>tbody>tr>td,.list-search-result .table-responsive>table>tbody>tr>th,.list-search-result .table-responsive>table>tfoot>tr>td,.list-search-result .table-responsive>table>tfoot>tr>th,.list-search-result .table-responsive>table>thead>tr>td,.list-search-result .table-responsive>table>thead>tr>th,.list-search-result .table-search-result>table>tbody>tr>td,.list-search-result .table-search-result>table>tbody>tr>th,.list-search-result .table-search-result>table>tfoot>tr>td,.list-search-result .table-search-result>table>tfoot>tr>th,.list-search-result .table-search-result>table>thead>tr>td,.list-search-result .table-search-result>table>thead>tr>th,.list-search-result .tables>table>tbody>tr>td,.list-search-result .tables>table>tbody>tr>th,.list-search-result .tables>table>tfoot>tr>td,.list-search-result .tables>table>tfoot>tr>th,.list-search-result .tables>table>thead>tr>td,.list-search-result .tables>table>thead>tr>th,.sidebar .table-columns>table>tbody>tr>td,.sidebar .table-columns>table>tbody>tr>th,.sidebar .table-columns>table>tfoot>tr>td,.sidebar .table-columns>table>tfoot>tr>th,.sidebar .table-columns>table>thead>tr>td,.sidebar .table-columns>table>thead>tr>th,.table-columns .column-properties>table>tbody>tr>td,.table-columns .column-properties>table>tbody>tr>th,.table-columns .column-properties>table>tfoot>tr>td,.table-columns .column-properties>table>tfoot>tr>th,.table-columns .column-properties>table>thead>tr>td,.table-columns .column-properties>table>thead>tr>th,.table-columns .table-properties>table>tbody>tr>td,.table-columns .table-properties>table>tbody>tr>th,.table-columns .table-properties>table>tfoot>tr>td,.table-columns .table-properties>table>tfoot>tr>th,.table-columns .table-properties>table>thead>tr>td,.table-columns .table-properties>table>thead>tr>th,.table-columns .table-responsive>table>tbody>tr>td,.table-columns .table-responsive>table>tbody>tr>th,.table-columns .table-responsive>table>tfoot>tr>td,.table-columns .table-responsive>table>tfoot>tr>th,.table-columns .table-responsive>table>thead>tr>td,.table-columns .table-responsive>table>thead>tr>th,.table-columns .table-search-result>table>tbody>tr>td,.table-columns .table-search-result>table>tbody>tr>th,.table-columns .table-search-result>table>tfoot>tr>td,.table-columns .table-search-result>table>tfoot>tr>th,.table-columns .table-search-result>table>thead>tr>td,.table-columns .table-search-result>table>thead>tr>th,.table-columns .tables>table>tbody>tr>td,.table-columns .tables>table>tbody>tr>th,.table-columns .tables>table>tfoot>tr>td,.table-columns .tables>table>tfoot>tr>th,.table-columns .tables>table>thead>tr>td,.table-columns .tables>table>thead>tr>th,.table-columns>.table>tbody>tr>td,.table-columns>.table>tbody>tr>th,.table-columns>.table>tfoot>tr>td,.table-columns>.table>tfoot>tr>th,.table-columns>.table>thead>tr>td,.table-columns>.table>thead>tr>th,.table-columns>table>tbody>tr>td,.table-columns>table>tbody>tr>th,.table-columns>table>tfoot>tr>td,.table-columns>table>tfoot>tr>th,.table-columns>table>thead>tr>td,.table-columns>table>thead>tr>th,.table-properties .column-properties>table>tbody>tr>td,.table-properties .column-properties>table>tbody>tr>th,.table-properties .column-properties>table>tfoot>tr>td,.table-properties .column-properties>table>tfoot>tr>th,.table-properties .column-properties>table>thead>tr>td,.table-properties .column-properties>table>thead>tr>th,.table-properties .table-columns>table>tbody>tr>td,.table-properties .table-columns>table>tbody>tr>th,.table-properties .table-columns>table>tfoot>tr>td,.table-properties .table-columns>table>tfoot>tr>th,.table-properties .table-columns>table>thead>tr>td,.table-properties .table-columns>table>thead>tr>th,.table-properties .table-responsive>table>tbody>tr>td,.table-properties .table-responsive>table>tbody>tr>th,.table-properties .table-responsive>table>tfoot>tr>td,.table-properties .table-responsive>table>tfoot>tr>th,.table-properties .table-responsive>table>thead>tr>td,.table-properties .table-responsive>table>thead>tr>th,.table-properties .table-search-result>table>tbody>tr>td,.table-properties .table-search-result>table>tbody>tr>th,.table-properties .table-search-result>table>tfoot>tr>td,.table-properties .table-search-result>table>tfoot>tr>th,.table-properties .table-search-result>table>thead>tr>td,.table-properties .table-search-result>table>thead>tr>th,.table-properties .tables>table>tbody>tr>td,.table-properties .tables>table>tbody>tr>th,.table-properties .tables>table>tfoot>tr>td,.table-properties .tables>table>tfoot>tr>th,.table-properties .tables>table>thead>tr>td,.table-properties .tables>table>thead>tr>th,.table-properties>.table>tbody>tr>td,.table-properties>.table>tbody>tr>th,.table-properties>.table>tfoot>tr>td,.table-properties>.table>tfoot>tr>th,.table-properties>.table>thead>tr>td,.table-properties>.table>thead>tr>th,.table-properties>table>tbody>tr>td,.table-properties>table>tbody>tr>th,.table-properties>table>tfoot>tr>td,.table-properties>table>tfoot>tr>th,.table-properties>table>thead>tr>td,.table-properties>table>thead>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th,.table-search-result .column-properties>table>tbody>tr>td,.table-search-result .column-properties>table>tbody>tr>th,.table-search-result .column-properties>table>tfoot>tr>td,.table-search-result .column-properties>table>tfoot>tr>th,.table-search-result .column-properties>table>thead>tr>td,.table-search-result .column-properties>table>thead>tr>th,.table-search-result .table-columns>table>tbody>tr>td,.table-search-result .table-columns>table>tbody>tr>th,.table-search-result .table-columns>table>tfoot>tr>td,.table-search-result .table-columns>table>tfoot>tr>th,.table-search-result .table-columns>table>thead>tr>td,.table-search-result .table-columns>table>thead>tr>th,.table-search-result .table-properties>table>tbody>tr>td,.table-search-result .table-properties>table>tbody>tr>th,.table-search-result .table-properties>table>tfoot>tr>td,.table-search-result .table-properties>table>tfoot>tr>th,.table-search-result .table-properties>table>thead>tr>td,.table-search-result .table-properties>table>thead>tr>th,.table-search-result .table-responsive>table>tbody>tr>td,.table-search-result .table-responsive>table>tbody>tr>th,.table-search-result .table-responsive>table>tfoot>tr>td,.table-search-result .table-responsive>table>tfoot>tr>th,.table-search-result .table-responsive>table>thead>tr>td,.table-search-result .table-responsive>table>thead>tr>th,.table-search-result .tables>table>tbody>tr>td,.table-search-result .tables>table>tbody>tr>th,.table-search-result .tables>table>tfoot>tr>td,.table-search-result .tables>table>tfoot>tr>th,.table-search-result .tables>table>thead>tr>td,.table-search-result .tables>table>thead>tr>th,.table-search-result>.table>tbody>tr>td,.table-search-result>.table>tbody>tr>th,.table-search-result>.table>tfoot>tr>td,.table-search-result>.table>tfoot>tr>th,.table-search-result>.table>thead>tr>td,.table-search-result>.table>thead>tr>th,.table-search-result>table>tbody>tr>td,.table-search-result>table>tbody>tr>th,.table-search-result>table>tfoot>tr>td,.table-search-result>table>tfoot>tr>th,.table-search-result>table>thead>tr>td,.table-search-result>table>thead>tr>th,.tables .column-properties>table>tbody>tr>td,.tables .column-properties>table>tbody>tr>th,.tables .column-properties>table>tfoot>tr>td,.tables .column-properties>table>tfoot>tr>th,.tables .column-properties>table>thead>tr>td,.tables .column-properties>table>thead>tr>th,.tables .table-columns>table>tbody>tr>td,.tables .table-columns>table>tbody>tr>th,.tables .table-columns>table>tfoot>tr>td,.tables .table-columns>table>tfoot>tr>th,.tables .table-columns>table>thead>tr>td,.tables .table-columns>table>thead>tr>th,.tables .table-properties>table>tbody>tr>td,.tables .table-properties>table>tbody>tr>th,.tables .table-properties>table>tfoot>tr>td,.tables .table-properties>table>tfoot>tr>th,.tables .table-properties>table>thead>tr>td,.tables .table-properties>table>thead>tr>th,.tables .table-responsive>table>tbody>tr>td,.tables .table-responsive>table>tbody>tr>th,.tables .table-responsive>table>tfoot>tr>td,.tables .table-responsive>table>tfoot>tr>th,.tables .table-responsive>table>thead>tr>td,.tables .table-responsive>table>thead>tr>th,.tables .table-search-result>table>tbody>tr>td,.tables .table-search-result>table>tbody>tr>th,.tables .table-search-result>table>tfoot>tr>td,.tables .table-search-result>table>tfoot>tr>th,.tables .table-search-result>table>thead>tr>td,.tables .table-search-result>table>thead>tr>th,.tables>.table>tbody>tr>td,.tables>.table>tbody>tr>th,.tables>.table>tfoot>tr>td,.tables>.table>tfoot>tr>th,.tables>.table>thead>tr>td,.tables>.table>thead>tr>th,.tables>table>tbody>tr>td,.tables>table>tbody>tr>th,.tables>table>tfoot>tr>td,.tables>table>tfoot>tr>th,.tables>table>thead>tr>td,.tables>table>thead>tr>th{white-space:nowrap}.column-properties .table-columns>table,.column-properties .table-properties>table,.column-properties .table-responsive>table,.column-properties .table-search-result>table,.column-properties .tables>table,.column-properties>.table-bordered,.column-properties>table,.list-search-result .column-properties>table,.list-search-result .table-columns>table,.list-search-result .table-properties>table,.list-search-result .table-responsive>table,.list-search-result .table-search-result>table,.list-search-result .tables>table,.sidebar .table-columns>.table-bordered,.sidebar .table-columns>table,.table-columns .column-properties>table,.table-columns .table-properties>table,.table-columns .table-responsive>table,.table-columns .table-search-result>table,.table-columns .tables>table,.table-columns>.table-bordered,.table-columns>table,.table-properties .column-properties>table,.table-properties .table-columns>table,.table-properties .table-responsive>table,.table-properties .table-search-result>table,.table-properties .tables>table,.table-properties>.table-bordered,.table-properties>table,.table-responsive>.table-bordered,.table-search-result .column-properties>table,.table-search-result .table-columns>table,.table-search-result .table-properties>table,.table-search-result .table-responsive>table,.table-search-result .tables>table,.table-search-result>.table-bordered,.table-search-result>table,.tables .column-properties>table,.tables .table-columns>table,.tables .table-properties>table,.tables .table-responsive>table,.tables .table-search-result>table,.tables>.table-bordered,.tables>table{border:0}.column-properties .table-columns>table>tbody>tr>td:first-child,.column-properties .table-columns>table>tbody>tr>th:first-child,.column-properties .table-columns>table>tfoot>tr>td:first-child,.column-properties .table-columns>table>tfoot>tr>th:first-child,.column-properties .table-columns>table>thead>tr>td:first-child,.column-properties .table-columns>table>thead>tr>th:first-child,.column-properties .table-properties>table>tbody>tr>td:first-child,.column-properties .table-properties>table>tbody>tr>th:first-child,.column-properties .table-properties>table>tfoot>tr>td:first-child,.column-properties .table-properties>table>tfoot>tr>th:first-child,.column-properties .table-properties>table>thead>tr>td:first-child,.column-properties .table-properties>table>thead>tr>th:first-child,.column-properties .table-responsive>table>tbody>tr>td:first-child,.column-properties .table-responsive>table>tbody>tr>th:first-child,.column-properties .table-responsive>table>tfoot>tr>td:first-child,.column-properties .table-responsive>table>tfoot>tr>th:first-child,.column-properties .table-responsive>table>thead>tr>td:first-child,.column-properties .table-responsive>table>thead>tr>th:first-child,.column-properties .table-search-result>table>tbody>tr>td:first-child,.column-properties .table-search-result>table>tbody>tr>th:first-child,.column-properties .table-search-result>table>tfoot>tr>td:first-child,.column-properties .table-search-result>table>tfoot>tr>th:first-child,.column-properties .table-search-result>table>thead>tr>td:first-child,.column-properties .table-search-result>table>thead>tr>th:first-child,.column-properties .tables>table>tbody>tr>td:first-child,.column-properties .tables>table>tbody>tr>th:first-child,.column-properties .tables>table>tfoot>tr>td:first-child,.column-properties .tables>table>tfoot>tr>th:first-child,.column-properties .tables>table>thead>tr>td:first-child,.column-properties .tables>table>thead>tr>th:first-child,.column-properties>.table-bordered>tbody>tr>td:first-child,.column-properties>.table-bordered>tbody>tr>th:first-child,.column-properties>.table-bordered>tfoot>tr>td:first-child,.column-properties>.table-bordered>tfoot>tr>th:first-child,.column-properties>.table-bordered>thead>tr>td:first-child,.column-properties>.table-bordered>thead>tr>th:first-child,.column-properties>table>tbody>tr>td:first-child,.column-properties>table>tbody>tr>th:first-child,.column-properties>table>tfoot>tr>td:first-child,.column-properties>table>tfoot>tr>th:first-child,.column-properties>table>thead>tr>td:first-child,.column-properties>table>thead>tr>th:first-child,.list-search-result .column-properties>table>tbody>tr>td:first-child,.list-search-result .column-properties>table>tbody>tr>th:first-child,.list-search-result .column-properties>table>tfoot>tr>td:first-child,.list-search-result .column-properties>table>tfoot>tr>th:first-child,.list-search-result .column-properties>table>thead>tr>td:first-child,.list-search-result .column-properties>table>thead>tr>th:first-child,.list-search-result .table-columns>table>tbody>tr>td:first-child,.list-search-result .table-columns>table>tbody>tr>th:first-child,.list-search-result .table-columns>table>tfoot>tr>td:first-child,.list-search-result .table-columns>table>tfoot>tr>th:first-child,.list-search-result .table-columns>table>thead>tr>td:first-child,.list-search-result .table-columns>table>thead>tr>th:first-child,.list-search-result .table-properties>table>tbody>tr>td:first-child,.list-search-result .table-properties>table>tbody>tr>th:first-child,.list-search-result .table-properties>table>tfoot>tr>td:first-child,.list-search-result .table-properties>table>tfoot>tr>th:first-child,.list-search-result .table-properties>table>thead>tr>td:first-child,.list-search-result .table-properties>table>thead>tr>th:first-child,.list-search-result .table-responsive>table>tbody>tr>td:first-child,.list-search-result .table-responsive>table>tbody>tr>th:first-child,.list-search-result .table-responsive>table>tfoot>tr>td:first-child,.list-search-result .table-responsive>table>tfoot>tr>th:first-child,.list-search-result .table-responsive>table>thead>tr>td:first-child,.list-search-result .table-responsive>table>thead>tr>th:first-child,.list-search-result .table-search-result>table>tbody>tr>td:first-child,.list-search-result .table-search-result>table>tbody>tr>th:first-child,.list-search-result .table-search-result>table>tfoot>tr>td:first-child,.list-search-result .table-search-result>table>tfoot>tr>th:first-child,.list-search-result .table-search-result>table>thead>tr>td:first-child,.list-search-result .table-search-result>table>thead>tr>th:first-child,.list-search-result .tables>table>tbody>tr>td:first-child,.list-search-result .tables>table>tbody>tr>th:first-child,.list-search-result .tables>table>tfoot>tr>td:first-child,.list-search-result .tables>table>tfoot>tr>th:first-child,.list-search-result .tables>table>thead>tr>td:first-child,.list-search-result .tables>table>thead>tr>th:first-child,.sidebar .table-columns>table>tbody>tr>td:first-child,.sidebar .table-columns>table>tbody>tr>th:first-child,.sidebar .table-columns>table>tfoot>tr>td:first-child,.sidebar .table-columns>table>tfoot>tr>th:first-child,.sidebar .table-columns>table>thead>tr>td:first-child,.sidebar .table-columns>table>thead>tr>th:first-child,.table-columns .column-properties>table>tbody>tr>td:first-child,.table-columns .column-properties>table>tbody>tr>th:first-child,.table-columns .column-properties>table>tfoot>tr>td:first-child,.table-columns .column-properties>table>tfoot>tr>th:first-child,.table-columns .column-properties>table>thead>tr>td:first-child,.table-columns .column-properties>table>thead>tr>th:first-child,.table-columns .table-properties>table>tbody>tr>td:first-child,.table-columns .table-properties>table>tbody>tr>th:first-child,.table-columns .table-properties>table>tfoot>tr>td:first-child,.table-columns .table-properties>table>tfoot>tr>th:first-child,.table-columns .table-properties>table>thead>tr>td:first-child,.table-columns .table-properties>table>thead>tr>th:first-child,.table-columns .table-responsive>table>tbody>tr>td:first-child,.table-columns .table-responsive>table>tbody>tr>th:first-child,.table-columns .table-responsive>table>tfoot>tr>td:first-child,.table-columns .table-responsive>table>tfoot>tr>th:first-child,.table-columns .table-responsive>table>thead>tr>td:first-child,.table-columns .table-responsive>table>thead>tr>th:first-child,.table-columns .table-search-result>table>tbody>tr>td:first-child,.table-columns .table-search-result>table>tbody>tr>th:first-child,.table-columns .table-search-result>table>tfoot>tr>td:first-child,.table-columns .table-search-result>table>tfoot>tr>th:first-child,.table-columns .table-search-result>table>thead>tr>td:first-child,.table-columns .table-search-result>table>thead>tr>th:first-child,.table-columns .tables>table>tbody>tr>td:first-child,.table-columns .tables>table>tbody>tr>th:first-child,.table-columns .tables>table>tfoot>tr>td:first-child,.table-columns .tables>table>tfoot>tr>th:first-child,.table-columns .tables>table>thead>tr>td:first-child,.table-columns .tables>table>thead>tr>th:first-child,.table-columns>.table-bordered>tbody>tr>td:first-child,.table-columns>.table-bordered>tbody>tr>th:first-child,.table-columns>.table-bordered>tfoot>tr>td:first-child,.table-columns>.table-bordered>tfoot>tr>th:first-child,.table-columns>.table-bordered>thead>tr>td:first-child,.table-columns>.table-bordered>thead>tr>th:first-child,.table-columns>table>tbody>tr>td:first-child,.table-columns>table>tbody>tr>th:first-child,.table-columns>table>tfoot>tr>td:first-child,.table-columns>table>tfoot>tr>th:first-child,.table-columns>table>thead>tr>td:first-child,.table-columns>table>thead>tr>th:first-child,.table-properties .column-properties>table>tbody>tr>td:first-child,.table-properties .column-properties>table>tbody>tr>th:first-child,.table-properties .column-properties>table>tfoot>tr>td:first-child,.table-properties .column-properties>table>tfoot>tr>th:first-child,.table-properties .column-properties>table>thead>tr>td:first-child,.table-properties .column-properties>table>thead>tr>th:first-child,.table-properties .table-columns>table>tbody>tr>td:first-child,.table-properties .table-columns>table>tbody>tr>th:first-child,.table-properties .table-columns>table>tfoot>tr>td:first-child,.table-properties .table-columns>table>tfoot>tr>th:first-child,.table-properties .table-columns>table>thead>tr>td:first-child,.table-properties .table-columns>table>thead>tr>th:first-child,.table-properties .table-responsive>table>tbody>tr>td:first-child,.table-properties .table-responsive>table>tbody>tr>th:first-child,.table-properties .table-responsive>table>tfoot>tr>td:first-child,.table-properties .table-responsive>table>tfoot>tr>th:first-child,.table-properties .table-responsive>table>thead>tr>td:first-child,.table-properties .table-responsive>table>thead>tr>th:first-child,.table-properties .table-search-result>table>tbody>tr>td:first-child,.table-properties .table-search-result>table>tbody>tr>th:first-child,.table-properties .table-search-result>table>tfoot>tr>td:first-child,.table-properties .table-search-result>table>tfoot>tr>th:first-child,.table-properties .table-search-result>table>thead>tr>td:first-child,.table-properties .table-search-result>table>thead>tr>th:first-child,.table-properties .tables>table>tbody>tr>td:first-child,.table-properties .tables>table>tbody>tr>th:first-child,.table-properties .tables>table>tfoot>tr>td:first-child,.table-properties .tables>table>tfoot>tr>th:first-child,.table-properties .tables>table>thead>tr>td:first-child,.table-properties .tables>table>thead>tr>th:first-child,.table-properties>.table-bordered>tbody>tr>td:first-child,.table-properties>.table-bordered>tbody>tr>th:first-child,.table-properties>.table-bordered>tfoot>tr>td:first-child,.table-properties>.table-bordered>tfoot>tr>th:first-child,.table-properties>.table-bordered>thead>tr>td:first-child,.table-properties>.table-bordered>thead>tr>th:first-child,.table-properties>table>tbody>tr>td:first-child,.table-properties>table>tbody>tr>th:first-child,.table-properties>table>tfoot>tr>td:first-child,.table-properties>table>tfoot>tr>th:first-child,.table-properties>table>thead>tr>td:first-child,.table-properties>table>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child,.table-search-result .column-properties>table>tbody>tr>td:first-child,.table-search-result .column-properties>table>tbody>tr>th:first-child,.table-search-result .column-properties>table>tfoot>tr>td:first-child,.table-search-result .column-properties>table>tfoot>tr>th:first-child,.table-search-result .column-properties>table>thead>tr>td:first-child,.table-search-result .column-properties>table>thead>tr>th:first-child,.table-search-result .table-columns>table>tbody>tr>td:first-child,.table-search-result .table-columns>table>tbody>tr>th:first-child,.table-search-result .table-columns>table>tfoot>tr>td:first-child,.table-search-result .table-columns>table>tfoot>tr>th:first-child,.table-search-result .table-columns>table>thead>tr>td:first-child,.table-search-result .table-columns>table>thead>tr>th:first-child,.table-search-result .table-properties>table>tbody>tr>td:first-child,.table-search-result .table-properties>table>tbody>tr>th:first-child,.table-search-result .table-properties>table>tfoot>tr>td:first-child,.table-search-result .table-properties>table>tfoot>tr>th:first-child,.table-search-result .table-properties>table>thead>tr>td:first-child,.table-search-result .table-properties>table>thead>tr>th:first-child,.table-search-result .table-responsive>table>tbody>tr>td:first-child,.table-search-result .table-responsive>table>tbody>tr>th:first-child,.table-search-result .table-responsive>table>tfoot>tr>td:first-child,.table-search-result .table-responsive>table>tfoot>tr>th:first-child,.table-search-result .table-responsive>table>thead>tr>td:first-child,.table-search-result .table-responsive>table>thead>tr>th:first-child,.table-search-result .tables>table>tbody>tr>td:first-child,.table-search-result .tables>table>tbody>tr>th:first-child,.table-search-result .tables>table>tfoot>tr>td:first-child,.table-search-result .tables>table>tfoot>tr>th:first-child,.table-search-result .tables>table>thead>tr>td:first-child,.table-search-result .tables>table>thead>tr>th:first-child,.table-search-result>.table-bordered>tbody>tr>td:first-child,.table-search-result>.table-bordered>tbody>tr>th:first-child,.table-search-result>.table-bordered>tfoot>tr>td:first-child,.table-search-result>.table-bordered>tfoot>tr>th:first-child,.table-search-result>.table-bordered>thead>tr>td:first-child,.table-search-result>.table-bordered>thead>tr>th:first-child,.table-search-result>table>tbody>tr>td:first-child,.table-search-result>table>tbody>tr>th:first-child,.table-search-result>table>tfoot>tr>td:first-child,.table-search-result>table>tfoot>tr>th:first-child,.table-search-result>table>thead>tr>td:first-child,.table-search-result>table>thead>tr>th:first-child,.tables .column-properties>table>tbody>tr>td:first-child,.tables .column-properties>table>tbody>tr>th:first-child,.tables .column-properties>table>tfoot>tr>td:first-child,.tables .column-properties>table>tfoot>tr>th:first-child,.tables .column-properties>table>thead>tr>td:first-child,.tables .column-properties>table>thead>tr>th:first-child,.tables .table-columns>table>tbody>tr>td:first-child,.tables .table-columns>table>tbody>tr>th:first-child,.tables .table-columns>table>tfoot>tr>td:first-child,.tables .table-columns>table>tfoot>tr>th:first-child,.tables .table-columns>table>thead>tr>td:first-child,.tables .table-columns>table>thead>tr>th:first-child,.tables .table-properties>table>tbody>tr>td:first-child,.tables .table-properties>table>tbody>tr>th:first-child,.tables .table-properties>table>tfoot>tr>td:first-child,.tables .table-properties>table>tfoot>tr>th:first-child,.tables .table-properties>table>thead>tr>td:first-child,.tables .table-properties>table>thead>tr>th:first-child,.tables .table-responsive>table>tbody>tr>td:first-child,.tables .table-responsive>table>tbody>tr>th:first-child,.tables .table-responsive>table>tfoot>tr>td:first-child,.tables .table-responsive>table>tfoot>tr>th:first-child,.tables .table-responsive>table>thead>tr>td:first-child,.tables .table-responsive>table>thead>tr>th:first-child,.tables .table-search-result>table>tbody>tr>td:first-child,.tables .table-search-result>table>tbody>tr>th:first-child,.tables .table-search-result>table>tfoot>tr>td:first-child,.tables .table-search-result>table>tfoot>tr>th:first-child,.tables .table-search-result>table>thead>tr>td:first-child,.tables .table-search-result>table>thead>tr>th:first-child,.tables>.table-bordered>tbody>tr>td:first-child,.tables>.table-bordered>tbody>tr>th:first-child,.tables>.table-bordered>tfoot>tr>td:first-child,.tables>.table-bordered>tfoot>tr>th:first-child,.tables>.table-bordered>thead>tr>td:first-child,.tables>.table-bordered>thead>tr>th:first-child,.tables>table>tbody>tr>td:first-child,.tables>table>tbody>tr>th:first-child,.tables>table>tfoot>tr>td:first-child,.tables>table>tfoot>tr>th:first-child,.tables>table>thead>tr>td:first-child,.tables>table>thead>tr>th:first-child{border-left:0}.column-properties .table-columns>table>tbody>tr>td:last-child,.column-properties .table-columns>table>tbody>tr>th:last-child,.column-properties .table-columns>table>tfoot>tr>td:last-child,.column-properties .table-columns>table>tfoot>tr>th:last-child,.column-properties .table-columns>table>thead>tr>td:last-child,.column-properties .table-columns>table>thead>tr>th:last-child,.column-properties .table-properties>table>tbody>tr>td:last-child,.column-properties .table-properties>table>tbody>tr>th:last-child,.column-properties .table-properties>table>tfoot>tr>td:last-child,.column-properties .table-properties>table>tfoot>tr>th:last-child,.column-properties .table-properties>table>thead>tr>td:last-child,.column-properties .table-properties>table>thead>tr>th:last-child,.column-properties .table-responsive>table>tbody>tr>td:last-child,.column-properties .table-responsive>table>tbody>tr>th:last-child,.column-properties .table-responsive>table>tfoot>tr>td:last-child,.column-properties .table-responsive>table>tfoot>tr>th:last-child,.column-properties .table-responsive>table>thead>tr>td:last-child,.column-properties .table-responsive>table>thead>tr>th:last-child,.column-properties .table-search-result>table>tbody>tr>td:last-child,.column-properties .table-search-result>table>tbody>tr>th:last-child,.column-properties .table-search-result>table>tfoot>tr>td:last-child,.column-properties .table-search-result>table>tfoot>tr>th:last-child,.column-properties .table-search-result>table>thead>tr>td:last-child,.column-properties .table-search-result>table>thead>tr>th:last-child,.column-properties .tables>table>tbody>tr>td:last-child,.column-properties .tables>table>tbody>tr>th:last-child,.column-properties .tables>table>tfoot>tr>td:last-child,.column-properties .tables>table>tfoot>tr>th:last-child,.column-properties .tables>table>thead>tr>td:last-child,.column-properties .tables>table>thead>tr>th:last-child,.column-properties>.table-bordered>tbody>tr>td:last-child,.column-properties>.table-bordered>tbody>tr>th:last-child,.column-properties>.table-bordered>tfoot>tr>td:last-child,.column-properties>.table-bordered>tfoot>tr>th:last-child,.column-properties>.table-bordered>thead>tr>td:last-child,.column-properties>.table-bordered>thead>tr>th:last-child,.column-properties>table>tbody>tr>td:last-child,.column-properties>table>tbody>tr>th:last-child,.column-properties>table>tfoot>tr>td:last-child,.column-properties>table>tfoot>tr>th:last-child,.column-properties>table>thead>tr>td:last-child,.column-properties>table>thead>tr>th:last-child,.list-search-result .column-properties>table>tbody>tr>td:last-child,.list-search-result .column-properties>table>tbody>tr>th:last-child,.list-search-result .column-properties>table>tfoot>tr>td:last-child,.list-search-result .column-properties>table>tfoot>tr>th:last-child,.list-search-result .column-properties>table>thead>tr>td:last-child,.list-search-result .column-properties>table>thead>tr>th:last-child,.list-search-result .table-columns>table>tbody>tr>td:last-child,.list-search-result .table-columns>table>tbody>tr>th:last-child,.list-search-result .table-columns>table>tfoot>tr>td:last-child,.list-search-result .table-columns>table>tfoot>tr>th:last-child,.list-search-result .table-columns>table>thead>tr>td:last-child,.list-search-result .table-columns>table>thead>tr>th:last-child,.list-search-result .table-properties>table>tbody>tr>td:last-child,.list-search-result .table-properties>table>tbody>tr>th:last-child,.list-search-result .table-properties>table>tfoot>tr>td:last-child,.list-search-result .table-properties>table>tfoot>tr>th:last-child,.list-search-result .table-properties>table>thead>tr>td:last-child,.list-search-result .table-properties>table>thead>tr>th:last-child,.list-search-result .table-responsive>table>tbody>tr>td:last-child,.list-search-result .table-responsive>table>tbody>tr>th:last-child,.list-search-result .table-responsive>table>tfoot>tr>td:last-child,.list-search-result .table-responsive>table>tfoot>tr>th:last-child,.list-search-result .table-responsive>table>thead>tr>td:last-child,.list-search-result .table-responsive>table>thead>tr>th:last-child,.list-search-result .table-search-result>table>tbody>tr>td:last-child,.list-search-result .table-search-result>table>tbody>tr>th:last-child,.list-search-result .table-search-result>table>tfoot>tr>td:last-child,.list-search-result .table-search-result>table>tfoot>tr>th:last-child,.list-search-result .table-search-result>table>thead>tr>td:last-child,.list-search-result .table-search-result>table>thead>tr>th:last-child,.list-search-result .tables>table>tbody>tr>td:last-child,.list-search-result .tables>table>tbody>tr>th:last-child,.list-search-result .tables>table>tfoot>tr>td:last-child,.list-search-result .tables>table>tfoot>tr>th:last-child,.list-search-result .tables>table>thead>tr>td:last-child,.list-search-result .tables>table>thead>tr>th:last-child,.sidebar .table-columns>table>tbody>tr>td:last-child,.sidebar .table-columns>table>tbody>tr>th:last-child,.sidebar .table-columns>table>tfoot>tr>td:last-child,.sidebar .table-columns>table>tfoot>tr>th:last-child,.sidebar .table-columns>table>thead>tr>td:last-child,.sidebar .table-columns>table>thead>tr>th:last-child,.table-columns .column-properties>table>tbody>tr>td:last-child,.table-columns .column-properties>table>tbody>tr>th:last-child,.table-columns .column-properties>table>tfoot>tr>td:last-child,.table-columns .column-properties>table>tfoot>tr>th:last-child,.table-columns .column-properties>table>thead>tr>td:last-child,.table-columns .column-properties>table>thead>tr>th:last-child,.table-columns .table-properties>table>tbody>tr>td:last-child,.table-columns .table-properties>table>tbody>tr>th:last-child,.table-columns .table-properties>table>tfoot>tr>td:last-child,.table-columns .table-properties>table>tfoot>tr>th:last-child,.table-columns .table-properties>table>thead>tr>td:last-child,.table-columns .table-properties>table>thead>tr>th:last-child,.table-columns .table-responsive>table>tbody>tr>td:last-child,.table-columns .table-responsive>table>tbody>tr>th:last-child,.table-columns .table-responsive>table>tfoot>tr>td:last-child,.table-columns .table-responsive>table>tfoot>tr>th:last-child,.table-columns .table-responsive>table>thead>tr>td:last-child,.table-columns .table-responsive>table>thead>tr>th:last-child,.table-columns .table-search-result>table>tbody>tr>td:last-child,.table-columns .table-search-result>table>tbody>tr>th:last-child,.table-columns .table-search-result>table>tfoot>tr>td:last-child,.table-columns .table-search-result>table>tfoot>tr>th:last-child,.table-columns .table-search-result>table>thead>tr>td:last-child,.table-columns .table-search-result>table>thead>tr>th:last-child,.table-columns .tables>table>tbody>tr>td:last-child,.table-columns .tables>table>tbody>tr>th:last-child,.table-columns .tables>table>tfoot>tr>td:last-child,.table-columns .tables>table>tfoot>tr>th:last-child,.table-columns .tables>table>thead>tr>td:last-child,.table-columns .tables>table>thead>tr>th:last-child,.table-columns>.table-bordered>tbody>tr>td:last-child,.table-columns>.table-bordered>tbody>tr>th:last-child,.table-columns>.table-bordered>tfoot>tr>td:last-child,.table-columns>.table-bordered>tfoot>tr>th:last-child,.table-columns>.table-bordered>thead>tr>td:last-child,.table-columns>.table-bordered>thead>tr>th:last-child,.table-columns>table>tbody>tr>td:last-child,.table-columns>table>tbody>tr>th:last-child,.table-columns>table>tfoot>tr>td:last-child,.table-columns>table>tfoot>tr>th:last-child,.table-columns>table>thead>tr>td:last-child,.table-columns>table>thead>tr>th:last-child,.table-properties .column-properties>table>tbody>tr>td:last-child,.table-properties .column-properties>table>tbody>tr>th:last-child,.table-properties .column-properties>table>tfoot>tr>td:last-child,.table-properties .column-properties>table>tfoot>tr>th:last-child,.table-properties .column-properties>table>thead>tr>td:last-child,.table-properties .column-properties>table>thead>tr>th:last-child,.table-properties .table-columns>table>tbody>tr>td:last-child,.table-properties .table-columns>table>tbody>tr>th:last-child,.table-properties .table-columns>table>tfoot>tr>td:last-child,.table-properties .table-columns>table>tfoot>tr>th:last-child,.table-properties .table-columns>table>thead>tr>td:last-child,.table-properties .table-columns>table>thead>tr>th:last-child,.table-properties .table-responsive>table>tbody>tr>td:last-child,.table-properties .table-responsive>table>tbody>tr>th:last-child,.table-properties .table-responsive>table>tfoot>tr>td:last-child,.table-properties .table-responsive>table>tfoot>tr>th:last-child,.table-properties .table-responsive>table>thead>tr>td:last-child,.table-properties .table-responsive>table>thead>tr>th:last-child,.table-properties .table-search-result>table>tbody>tr>td:last-child,.table-properties .table-search-result>table>tbody>tr>th:last-child,.table-properties .table-search-result>table>tfoot>tr>td:last-child,.table-properties .table-search-result>table>tfoot>tr>th:last-child,.table-properties .table-search-result>table>thead>tr>td:last-child,.table-properties .table-search-result>table>thead>tr>th:last-child,.table-properties .tables>table>tbody>tr>td:last-child,.table-properties .tables>table>tbody>tr>th:last-child,.table-properties .tables>table>tfoot>tr>td:last-child,.table-properties .tables>table>tfoot>tr>th:last-child,.table-properties .tables>table>thead>tr>td:last-child,.table-properties .tables>table>thead>tr>th:last-child,.table-properties>.table-bordered>tbody>tr>td:last-child,.table-properties>.table-bordered>tbody>tr>th:last-child,.table-properties>.table-bordered>tfoot>tr>td:last-child,.table-properties>.table-bordered>tfoot>tr>th:last-child,.table-properties>.table-bordered>thead>tr>td:last-child,.table-properties>.table-bordered>thead>tr>th:last-child,.table-properties>table>tbody>tr>td:last-child,.table-properties>table>tbody>tr>th:last-child,.table-properties>table>tfoot>tr>td:last-child,.table-properties>table>tfoot>tr>th:last-child,.table-properties>table>thead>tr>td:last-child,.table-properties>table>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child,.table-search-result .column-properties>table>tbody>tr>td:last-child,.table-search-result .column-properties>table>tbody>tr>th:last-child,.table-search-result .column-properties>table>tfoot>tr>td:last-child,.table-search-result .column-properties>table>tfoot>tr>th:last-child,.table-search-result .column-properties>table>thead>tr>td:last-child,.table-search-result .column-properties>table>thead>tr>th:last-child,.table-search-result .table-columns>table>tbody>tr>td:last-child,.table-search-result .table-columns>table>tbody>tr>th:last-child,.table-search-result .table-columns>table>tfoot>tr>td:last-child,.table-search-result .table-columns>table>tfoot>tr>th:last-child,.table-search-result .table-columns>table>thead>tr>td:last-child,.table-search-result .table-columns>table>thead>tr>th:last-child,.table-search-result .table-properties>table>tbody>tr>td:last-child,.table-search-result .table-properties>table>tbody>tr>th:last-child,.table-search-result .table-properties>table>tfoot>tr>td:last-child,.table-search-result .table-properties>table>tfoot>tr>th:last-child,.table-search-result .table-properties>table>thead>tr>td:last-child,.table-search-result .table-properties>table>thead>tr>th:last-child,.table-search-result .table-responsive>table>tbody>tr>td:last-child,.table-search-result .table-responsive>table>tbody>tr>th:last-child,.table-search-result .table-responsive>table>tfoot>tr>td:last-child,.table-search-result .table-responsive>table>tfoot>tr>th:last-child,.table-search-result .table-responsive>table>thead>tr>td:last-child,.table-search-result .table-responsive>table>thead>tr>th:last-child,.table-search-result .tables>table>tbody>tr>td:last-child,.table-search-result .tables>table>tbody>tr>th:last-child,.table-search-result .tables>table>tfoot>tr>td:last-child,.table-search-result .tables>table>tfoot>tr>th:last-child,.table-search-result .tables>table>thead>tr>td:last-child,.table-search-result .tables>table>thead>tr>th:last-child,.table-search-result>.table-bordered>tbody>tr>td:last-child,.table-search-result>.table-bordered>tbody>tr>th:last-child,.table-search-result>.table-bordered>tfoot>tr>td:last-child,.table-search-result>.table-bordered>tfoot>tr>th:last-child,.table-search-result>.table-bordered>thead>tr>td:last-child,.table-search-result>.table-bordered>thead>tr>th:last-child,.table-search-result>table>tbody>tr>td:last-child,.table-search-result>table>tbody>tr>th:last-child,.table-search-result>table>tfoot>tr>td:last-child,.table-search-result>table>tfoot>tr>th:last-child,.table-search-result>table>thead>tr>td:last-child,.table-search-result>table>thead>tr>th:last-child,.tables .column-properties>table>tbody>tr>td:last-child,.tables .column-properties>table>tbody>tr>th:last-child,.tables .column-properties>table>tfoot>tr>td:last-child,.tables .column-properties>table>tfoot>tr>th:last-child,.tables .column-properties>table>thead>tr>td:last-child,.tables .column-properties>table>thead>tr>th:last-child,.tables .table-columns>table>tbody>tr>td:last-child,.tables .table-columns>table>tbody>tr>th:last-child,.tables .table-columns>table>tfoot>tr>td:last-child,.tables .table-columns>table>tfoot>tr>th:last-child,.tables .table-columns>table>thead>tr>td:last-child,.tables .table-columns>table>thead>tr>th:last-child,.tables .table-properties>table>tbody>tr>td:last-child,.tables .table-properties>table>tbody>tr>th:last-child,.tables .table-properties>table>tfoot>tr>td:last-child,.tables .table-properties>table>tfoot>tr>th:last-child,.tables .table-properties>table>thead>tr>td:last-child,.tables .table-properties>table>thead>tr>th:last-child,.tables .table-responsive>table>tbody>tr>td:last-child,.tables .table-responsive>table>tbody>tr>th:last-child,.tables .table-responsive>table>tfoot>tr>td:last-child,.tables .table-responsive>table>tfoot>tr>th:last-child,.tables .table-responsive>table>thead>tr>td:last-child,.tables .table-responsive>table>thead>tr>th:last-child,.tables .table-search-result>table>tbody>tr>td:last-child,.tables .table-search-result>table>tbody>tr>th:last-child,.tables .table-search-result>table>tfoot>tr>td:last-child,.tables .table-search-result>table>tfoot>tr>th:last-child,.tables .table-search-result>table>thead>tr>td:last-child,.tables .table-search-result>table>thead>tr>th:last-child,.tables>.table-bordered>tbody>tr>td:last-child,.tables>.table-bordered>tbody>tr>th:last-child,.tables>.table-bordered>tfoot>tr>td:last-child,.tables>.table-bordered>tfoot>tr>th:last-child,.tables>.table-bordered>thead>tr>td:last-child,.tables>.table-bordered>thead>tr>th:last-child,.tables>table>tbody>tr>td:last-child,.tables>table>tbody>tr>th:last-child,.tables>table>tfoot>tr>td:last-child,.tables>table>tfoot>tr>th:last-child,.tables>table>thead>tr>td:last-child,.tables>table>thead>tr>th:last-child{border-right:0}.column-properties .table-columns>table>tbody>tr:last-child>td,.column-properties .table-columns>table>tbody>tr:last-child>th,.column-properties .table-columns>table>tfoot>tr:last-child>td,.column-properties .table-columns>table>tfoot>tr:last-child>th,.column-properties .table-properties>table>tbody>tr:last-child>td,.column-properties .table-properties>table>tbody>tr:last-child>th,.column-properties .table-properties>table>tfoot>tr:last-child>td,.column-properties .table-properties>table>tfoot>tr:last-child>th,.column-properties .table-responsive>table>tbody>tr:last-child>td,.column-properties .table-responsive>table>tbody>tr:last-child>th,.column-properties .table-responsive>table>tfoot>tr:last-child>td,.column-properties .table-responsive>table>tfoot>tr:last-child>th,.column-properties .table-search-result>table>tbody>tr:last-child>td,.column-properties .table-search-result>table>tbody>tr:last-child>th,.column-properties .table-search-result>table>tfoot>tr:last-child>td,.column-properties .table-search-result>table>tfoot>tr:last-child>th,.column-properties .tables>table>tbody>tr:last-child>td,.column-properties .tables>table>tbody>tr:last-child>th,.column-properties .tables>table>tfoot>tr:last-child>td,.column-properties .tables>table>tfoot>tr:last-child>th,.column-properties>.table-bordered>tbody>tr:last-child>td,.column-properties>.table-bordered>tbody>tr:last-child>th,.column-properties>.table-bordered>tfoot>tr:last-child>td,.column-properties>.table-bordered>tfoot>tr:last-child>th,.column-properties>table>tbody>tr:last-child>td,.column-properties>table>tbody>tr:last-child>th,.column-properties>table>tfoot>tr:last-child>td,.column-properties>table>tfoot>tr:last-child>th,.list-search-result .column-properties>table>tbody>tr:last-child>td,.list-search-result .column-properties>table>tbody>tr:last-child>th,.list-search-result .column-properties>table>tfoot>tr:last-child>td,.list-search-result .column-properties>table>tfoot>tr:last-child>th,.list-search-result .table-columns>table>tbody>tr:last-child>td,.list-search-result .table-columns>table>tbody>tr:last-child>th,.list-search-result .table-columns>table>tfoot>tr:last-child>td,.list-search-result .table-columns>table>tfoot>tr:last-child>th,.list-search-result .table-properties>table>tbody>tr:last-child>td,.list-search-result .table-properties>table>tbody>tr:last-child>th,.list-search-result .table-properties>table>tfoot>tr:last-child>td,.list-search-result .table-properties>table>tfoot>tr:last-child>th,.list-search-result .table-responsive>table>tbody>tr:last-child>td,.list-search-result .table-responsive>table>tbody>tr:last-child>th,.list-search-result .table-responsive>table>tfoot>tr:last-child>td,.list-search-result .table-responsive>table>tfoot>tr:last-child>th,.list-search-result .table-search-result>table>tbody>tr:last-child>td,.list-search-result .table-search-result>table>tbody>tr:last-child>th,.list-search-result .table-search-result>table>tfoot>tr:last-child>td,.list-search-result .table-search-result>table>tfoot>tr:last-child>th,.list-search-result .tables>table>tbody>tr:last-child>td,.list-search-result .tables>table>tbody>tr:last-child>th,.list-search-result .tables>table>tfoot>tr:last-child>td,.list-search-result .tables>table>tfoot>tr:last-child>th,.sidebar .table-columns>table>tbody>tr:last-child>td,.sidebar .table-columns>table>tbody>tr:last-child>th,.sidebar .table-columns>table>tfoot>tr:last-child>td,.sidebar .table-columns>table>tfoot>tr:last-child>th,.table-columns .column-properties>table>tbody>tr:last-child>td,.table-columns .column-properties>table>tbody>tr:last-child>th,.table-columns .column-properties>table>tfoot>tr:last-child>td,.table-columns .column-properties>table>tfoot>tr:last-child>th,.table-columns .table-properties>table>tbody>tr:last-child>td,.table-columns .table-properties>table>tbody>tr:last-child>th,.table-columns .table-properties>table>tfoot>tr:last-child>td,.table-columns .table-properties>table>tfoot>tr:last-child>th,.table-columns .table-responsive>table>tbody>tr:last-child>td,.table-columns .table-responsive>table>tbody>tr:last-child>th,.table-columns .table-responsive>table>tfoot>tr:last-child>td,.table-columns .table-responsive>table>tfoot>tr:last-child>th,.table-columns .table-search-result>table>tbody>tr:last-child>td,.table-columns .table-search-result>table>tbody>tr:last-child>th,.table-columns .table-search-result>table>tfoot>tr:last-child>td,.table-columns .table-search-result>table>tfoot>tr:last-child>th,.table-columns .tables>table>tbody>tr:last-child>td,.table-columns .tables>table>tbody>tr:last-child>th,.table-columns .tables>table>tfoot>tr:last-child>td,.table-columns .tables>table>tfoot>tr:last-child>th,.table-columns>.table-bordered>tbody>tr:last-child>td,.table-columns>.table-bordered>tbody>tr:last-child>th,.table-columns>.table-bordered>tfoot>tr:last-child>td,.table-columns>.table-bordered>tfoot>tr:last-child>th,.table-columns>table>tbody>tr:last-child>td,.table-columns>table>tbody>tr:last-child>th,.table-columns>table>tfoot>tr:last-child>td,.table-columns>table>tfoot>tr:last-child>th,.table-properties .column-properties>table>tbody>tr:last-child>td,.table-properties .column-properties>table>tbody>tr:last-child>th,.table-properties .column-properties>table>tfoot>tr:last-child>td,.table-properties .column-properties>table>tfoot>tr:last-child>th,.table-properties .table-columns>table>tbody>tr:last-child>td,.table-properties .table-columns>table>tbody>tr:last-child>th,.table-properties .table-columns>table>tfoot>tr:last-child>td,.table-properties .table-columns>table>tfoot>tr:last-child>th,.table-properties .table-responsive>table>tbody>tr:last-child>td,.table-properties .table-responsive>table>tbody>tr:last-child>th,.table-properties .table-responsive>table>tfoot>tr:last-child>td,.table-properties .table-responsive>table>tfoot>tr:last-child>th,.table-properties .table-search-result>table>tbody>tr:last-child>td,.table-properties .table-search-result>table>tbody>tr:last-child>th,.table-properties .table-search-result>table>tfoot>tr:last-child>td,.table-properties .table-search-result>table>tfoot>tr:last-child>th,.table-properties .tables>table>tbody>tr:last-child>td,.table-properties .tables>table>tbody>tr:last-child>th,.table-properties .tables>table>tfoot>tr:last-child>td,.table-properties .tables>table>tfoot>tr:last-child>th,.table-properties>.table-bordered>tbody>tr:last-child>td,.table-properties>.table-bordered>tbody>tr:last-child>th,.table-properties>.table-bordered>tfoot>tr:last-child>td,.table-properties>.table-bordered>tfoot>tr:last-child>th,.table-properties>table>tbody>tr:last-child>td,.table-properties>table>tbody>tr:last-child>th,.table-properties>table>tfoot>tr:last-child>td,.table-properties>table>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-search-result .column-properties>table>tbody>tr:last-child>td,.table-search-result .column-properties>table>tbody>tr:last-child>th,.table-search-result .column-properties>table>tfoot>tr:last-child>td,.table-search-result .column-properties>table>tfoot>tr:last-child>th,.table-search-result .table-columns>table>tbody>tr:last-child>td,.table-search-result .table-columns>table>tbody>tr:last-child>th,.table-search-result .table-columns>table>tfoot>tr:last-child>td,.table-search-result .table-columns>table>tfoot>tr:last-child>th,.table-search-result .table-properties>table>tbody>tr:last-child>td,.table-search-result .table-properties>table>tbody>tr:last-child>th,.table-search-result .table-properties>table>tfoot>tr:last-child>td,.table-search-result .table-properties>table>tfoot>tr:last-child>th,.table-search-result .table-responsive>table>tbody>tr:last-child>td,.table-search-result .table-responsive>table>tbody>tr:last-child>th,.table-search-result .table-responsive>table>tfoot>tr:last-child>td,.table-search-result .table-responsive>table>tfoot>tr:last-child>th,.table-search-result .tables>table>tbody>tr:last-child>td,.table-search-result .tables>table>tbody>tr:last-child>th,.table-search-result .tables>table>tfoot>tr:last-child>td,.table-search-result .tables>table>tfoot>tr:last-child>th,.table-search-result>.table-bordered>tbody>tr:last-child>td,.table-search-result>.table-bordered>tbody>tr:last-child>th,.table-search-result>.table-bordered>tfoot>tr:last-child>td,.table-search-result>.table-bordered>tfoot>tr:last-child>th,.table-search-result>table>tbody>tr:last-child>td,.table-search-result>table>tbody>tr:last-child>th,.table-search-result>table>tfoot>tr:last-child>td,.table-search-result>table>tfoot>tr:last-child>th,.tables .column-properties>table>tbody>tr:last-child>td,.tables .column-properties>table>tbody>tr:last-child>th,.tables .column-properties>table>tfoot>tr:last-child>td,.tables .column-properties>table>tfoot>tr:last-child>th,.tables .table-columns>table>tbody>tr:last-child>td,.tables .table-columns>table>tbody>tr:last-child>th,.tables .table-columns>table>tfoot>tr:last-child>td,.tables .table-columns>table>tfoot>tr:last-child>th,.tables .table-properties>table>tbody>tr:last-child>td,.tables .table-properties>table>tbody>tr:last-child>th,.tables .table-properties>table>tfoot>tr:last-child>td,.tables .table-properties>table>tfoot>tr:last-child>th,.tables .table-responsive>table>tbody>tr:last-child>td,.tables .table-responsive>table>tbody>tr:last-child>th,.tables .table-responsive>table>tfoot>tr:last-child>td,.tables .table-responsive>table>tfoot>tr:last-child>th,.tables .table-search-result>table>tbody>tr:last-child>td,.tables .table-search-result>table>tbody>tr:last-child>th,.tables .table-search-result>table>tfoot>tr:last-child>td,.tables .table-search-result>table>tfoot>tr:last-child>th,.tables>.table-bordered>tbody>tr:last-child>td,.tables>.table-bordered>tbody>tr:last-child>th,.tables>.table-bordered>tfoot>tr:last-child>td,.tables>.table-bordered>tfoot>tr:last-child>th,.tables>table>tbody>tr:last-child>td,.tables>table>tbody>tr:last-child>th,.tables>table>tfoot>tr:last-child>td,.tables>table>tfoot>tr:last-child>th{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px;line-height:1.428571429 \0}.form-horizontal .form-group-sm input[type=date].form-control,.form-horizontal .form-group-sm input[type=datetime-local].form-control,.form-horizontal .form-group-sm input[type=month].form-control,.form-horizontal .form-group-sm input[type=time].form-control,.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,.table-form .form-group-sm input[type=date].form-control,.table-form .form-group-sm input[type=datetime-local].form-control,.table-form .form-group-sm input[type=month].form-control,.table-form .form-group-sm input[type=time].form-control,input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.form-horizontal .form-group-lg input[type=date].form-control,.form-horizontal .form-group-lg input[type=datetime-local].form-control,.form-horizontal .form-group-lg input[type=month].form-control,.form-horizontal .form-group-lg input[type=time].form-control,.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,.table-form .form-group-lg input[type=date].form-control,.table-form .form-group-lg input[type=datetime-local].form-control,.table-form .form-group-lg input[type=month].form-control,.table-form .form-group-lg input[type=time].form-control,input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm,.form-horizontal .form-group-lg .form-control-static.form-control,.form-horizontal .form-group-sm .form-control-static.form-control,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.table-form .form-group-lg .form-control-static.form-control,.table-form .form-group-sm .form-control-static.form-control,.table-form .input-group-lg>.input-group-btn>button.form-control-static[type=submit],.table-form .input-group-sm>.input-group-btn>button.form-control-static[type=submit]{padding-left:0;padding-right:0}.form-horizontal .form-group-sm .form-control,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm,.table-form .form-group-sm .form-control,.table-form .input-group-sm>.input-group-btn>button[type=submit]{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-horizontal .form-group-sm select.form-control,.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.table-form .form-group-sm select.form-control,select.input-sm{height:30px;line-height:30px}.form-horizontal .form-group-sm select[multiple].form-control,.form-horizontal .form-group-sm textarea.form-control,.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.table-form .form-group-sm select[multiple].form-control,.table-form .form-group-sm textarea.form-control,select[multiple].input-sm,textarea.input-sm{height:auto}.form-horizontal .form-group-lg .form-control,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg,.table-form .form-group-lg .form-control,.table-form .input-group-lg>.input-group-btn>button[type=submit]{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.form-horizontal .form-group-lg select.form-control,.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.table-form .form-group-lg select.form-control,select.input-lg{height:46px;line-height:46px}.form-horizontal .form-group-lg select[multiple].form-control,.form-horizontal .form-group-lg textarea.form-control,.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.table-form .form-group-lg select[multiple].form-control,.table-form .form-group-lg textarea.form-control,select[multiple].input-lg,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.form-horizontal .form-group-lg .form-control+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback,.table-form .form-group-lg .form-control+.form-control-feedback,.table-form .input-group-lg>.input-group-btn>button[type=submit]+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-horizontal .form-group-sm .form-control+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback,.table-form .form-group-sm .form-control+.form-control-feedback,.table-form .input-group-sm>.input-group-btn>button[type=submit]+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group,.navbar-form .form-group,.search-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control,.navbar-form .form-control,.search-form .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group,.navbar-form .input-group,.search-form .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.search-form .input-group .form-control,.search-form .input-group .input-group-addon,.search-form .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control,.navbar-form .input-group>.form-control,.search-form .input-group>.form-control{width:100%}.form-inline .control-label,.navbar-form .control-label,.search-form .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio,.navbar-form .checkbox,.navbar-form .radio,.search-form .checkbox,.search-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label,.navbar-form .checkbox label,.navbar-form .radio label,.search-form .checkbox label,.search-form .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio],.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio],.search-form .checkbox input[type=checkbox],.search-form .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback,.navbar-form .has-feedback .form-control-feedback,.search-form .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline,.table-form .checkbox,.table-form .checkbox-inline,.table-form .radio,.table-form .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio,.table-form .checkbox,.table-form .radio{min-height:27px}.form-horizontal .form-group,.table-form .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before,.table-form .form-group:after,.table-form .form-group:before{content:" ";display:table}.form-horizontal .form-group:after,.table-form .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label,.table-form .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback,.table-form .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label,.table-form .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label,.table-form .form-group-sm .control-label{padding-top:6px}}.btn,.table-form button[type=submit]{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus,.table-form button.active[type=submit]:focus,.table-form button[type=submit]:active:focus,.table-form button[type=submit]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover,.table-form button[type=submit]:focus,.table-form button[type=submit]:hover{color:#333;text-decoration:none}.btn.active,.btn:active,.table-form button.active[type=submit],.table-form button[type=submit]:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],.table-form button.disabled[type=submit],.table-form button[disabled][type=submit],.table-form fieldset[disabled] button[type=submit],fieldset[disabled] .btn,fieldset[disabled] .table-form button[type=submit]{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.btn-default,.table-form button[type=submit]{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.btn-default.dropdown-toggle,.table-form .open>button.dropdown-toggle[type=submit],.table-form button.active[type=submit],.table-form button[type=submit]:active,.table-form button[type=submit]:focus,.table-form button[type=submit]:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle,.table-form .open>button.dropdown-toggle[type=submit],.table-form button.active[type=submit],.table-form button[type=submit]:active{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,.table-form button.disabled.active[type=submit],.table-form button.disabled[type=submit],.table-form button.disabled[type=submit]:active,.table-form button.disabled[type=submit]:focus,.table-form button.disabled[type=submit]:hover,.table-form button[disabled].active[type=submit],.table-form button[disabled][type=submit],.table-form button[disabled][type=submit]:active,.table-form button[disabled][type=submit]:focus,.table-form button[disabled][type=submit]:hover,.table-form fieldset[disabled] button.active[type=submit],.table-form fieldset[disabled] button[type=submit],.table-form fieldset[disabled] button[type=submit]:active,.table-form fieldset[disabled] button[type=submit]:focus,.table-form fieldset[disabled] button[type=submit]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .table-form button.active[type=submit],fieldset[disabled] .table-form button[type=submit],fieldset[disabled] .table-form button[type=submit]:active,fieldset[disabled] .table-form button[type=submit]:focus,fieldset[disabled] .table-form button[type=submit]:hover{background-color:#fff;border-color:#ccc}.btn-default .badge,.table-form button[type=submit] .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg,.table-form .btn-group-lg>button[type=submit]{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm,.table-form .btn-group-sm>button[type=submit]{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs,.table-form .btn-group-xs>button[type=submit]{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.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:#428bca}.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}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777;white-space:nowrap}.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 solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn,.table-form .btn-group-vertical>button[type=submit],.table-form .btn-group>button[type=submit]{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.table-form .btn-group-vertical>button.active[type=submit],.table-form .btn-group-vertical>button[type=submit]:active,.table-form .btn-group-vertical>button[type=submit]:focus,.table-form .btn-group-vertical>button[type=submit]:hover,.table-form .btn-group>button.active[type=submit],.table-form .btn-group>button[type=submit]:active,.table-form .btn-group>button[type=submit]:focus,.table-form .btn-group>button[type=submit]:hover{z-index:2}.btn-group-vertical>.btn:focus,.btn-group>.btn:focus,.table-form .btn-group-vertical>button[type=submit]:focus,.table-form .btn-group>button[type=submit]:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .table-form .btn+button[type=submit],.btn-group .table-form .btn-group+button[type=submit],.btn-group .table-form button[type=submit]+.btn,.btn-group .table-form button[type=submit]+.btn-group,.btn-group .table-form button[type=submit]+button[type=submit],.table-form .btn-group .btn+button[type=submit],.table-form .btn-group .btn-group+button[type=submit],.table-form .btn-group button[type=submit]+.btn,.table-form .btn-group button[type=submit]+.btn-group,.table-form .btn-group button[type=submit]+button[type=submit]{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group,.table-form .btn-toolbar>button[type=submit]{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.table-form .btn-group>button[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.table-form .btn-group>button[type=submit]:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.table-form .btn-group>button[type=submit]:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.table-form .btn-group>button[type=submit]:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.table-form .btn-group>.btn-group:not(:first-child):not(:last-child)>button[type=submit]{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle,.table-form .btn-group>.btn-group:first-child>button[type=submit]:last-child{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child,.table-form .btn-group>.btn-group:last-child>button[type=submit]:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle,.table-form .btn-group>button[type=submit]+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle,.table-form .btn-group-lg.btn-group>button[type=submit]+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret,.table-form button[type=submit] .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret,.table-form .btn-group-lg>button[type=submit] .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret,.dropup .table-form .btn-group-lg>button[type=submit] .caret,.table-form .dropup .btn-group-lg>button[type=submit] .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.table-form .btn-group-vertical>.btn-group>button[type=submit],.table-form .btn-group-vertical>button[type=submit]{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn,.table-form .btn-group-vertical>.btn-group>button[type=submit]{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.table-form .btn-group-vertical>.btn+button[type=submit],.table-form .btn-group-vertical>.btn-group+button[type=submit],.table-form .btn-group-vertical>button[type=submit]+.btn,.table-form .btn-group-vertical>button[type=submit]+.btn-group,.table-form .btn-group-vertical>button[type=submit]+button[type=submit]{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.table-form .btn-group-vertical>button[type=submit]:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.table-form .btn-group-vertical>button[type=submit]:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.table-form .btn-group-vertical>button[type=submit]:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.table-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>button[type=submit]{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.table-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>button[type=submit]:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.table-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>button[type=submit]:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group,.table-form .btn-group-justified>button[type=submit]{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .table-form button[type=submit],.table-form .btn-group-justified>.btn-group button[type=submit]{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}.table-form [data-toggle=buttons]>button[type=submit]>input[type=checkbox],.table-form [data-toggle=buttons]>button[type=submit]>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox],[data-toggle=buttons]>.btn>input[type=radio]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.form-horizontal .form-group-sm .input-group-addon.form-control,.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.table-form .form-group-sm .input-group-addon.form-control,.table-form .input-group-sm>.input-group-btn>button.input-group-addon[type=submit]{padding:5px 10px;font-size:12px;border-radius:3px}.form-horizontal .form-group-lg .input-group-addon.form-control,.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.table-form .form-group-lg .input-group-addon.form-control,.table-form .input-group-lg>.input-group-btn>button.input-group-addon[type=submit]{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.table-form .input-group-btn:first-child>.btn-group>button[type=submit],.table-form .input-group-btn:first-child>button[type=submit],.table-form .input-group-btn:last-child>.btn-group:not(:last-child)>button[type=submit],.table-form .input-group-btn:last-child>button[type=submit]:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.table-form .input-group-btn:first-child>.btn-group:not(:first-child)>button[type=submit],.table-form .input-group-btn:first-child>button[type=submit]:not(:first-child),.table-form .input-group-btn:last-child>.btn-group>button[type=submit],.table-form .input-group-btn:last-child>button[type=submit]{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn,.table-form .input-group-btn>button[type=submit]{position:relative}.input-group-btn>.btn+.btn,.table-form .input-group-btn>.btn+button[type=submit],.table-form .input-group-btn>button[type=submit]+.btn,.table-form .input-group-btn>button[type=submit]+button[type=submit]{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.table-form .input-group-btn>button[type=submit]:active,.table-form .input-group-btn>button[type=submit]:focus,.table-form .input-group-btn>button[type=submit]:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group,.table-form .input-group-btn:first-child>button[type=submit]{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group,.table-form .input-group-btn:last-child>button[type=submit]{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:after,.navbar:before{content:" ";display:table}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.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}.navbar-collapse:after,.navbar-collapse:before{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header,.list-search-result>.navbar-collapse,.list-search-result>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header,.list-search-result>.navbar-collapse,.list-search-result>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand,.navbar>.list-search-result .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;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-top:8px;margin-bottom:8px}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm,.table-form .btn-group-sm>button.navbar-btn[type=submit]{margin-top:10px;margin-bottom:10px}.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs,.table-form .btn-group-xs>button.navbar-btn[type=submit]{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/ ";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:after,.pager:before{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label,.table-form button[type=submit] .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge,.table-form button[type=submit] .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge,.table-form .btn-group-xs>button[type=submit] .badge{top:0;padding:1px 5px}.nav-pills>.active>a>.badge,a.list-group-item.active>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#428bca}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{color:#777;min-width:30px;background-color:transparent;background-image:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.column-properties .panel>.panel-collapse>table,.column-properties .panel>.table-columns>table,.column-properties .panel>.table-properties>table,.column-properties .panel>.table-responsive>table,.column-properties .panel>.table-search-result>table,.column-properties .panel>.tables>table,.column-properties .panel>table,.list-search-result .panel>.column-properties>table,.list-search-result .panel>.panel-collapse>table,.list-search-result .panel>.table-columns>table,.list-search-result .panel>.table-properties>table,.list-search-result .panel>.table-responsive>table,.list-search-result .panel>.table-search-result>table,.list-search-result .panel>.tables>table,.list-search-result .panel>table,.panel>.column-properties>.table,.panel>.column-properties>table,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-columns>.table,.panel>.table-columns>table,.panel>.table-properties>.table,.panel>.table-properties>table,.panel>.table-responsive>.table,.panel>.table-search-result>.table,.panel>.table-search-result>table,.panel>.tables>.table,.panel>.tables>table,.sidebar .panel>.table-columns>table,.table-columns .panel>.column-properties>table,.table-columns .panel>.panel-collapse>table,.table-columns .panel>.table-properties>table,.table-columns .panel>.table-responsive>table,.table-columns .panel>.table-search-result>table,.table-columns .panel>.tables>table,.table-columns .panel>table,.table-properties .panel>.column-properties>table,.table-properties .panel>.panel-collapse>table,.table-properties .panel>.table-columns>table,.table-properties .panel>.table-responsive>table,.table-properties .panel>.table-search-result>table,.table-properties .panel>.tables>table,.table-properties .panel>table,.table-search-result .panel>.column-properties>table,.table-search-result .panel>.panel-collapse>table,.table-search-result .panel>.table-columns>table,.table-search-result .panel>.table-properties>table,.table-search-result .panel>.table-responsive>table,.table-search-result .panel>.tables>table,.table-search-result .panel>table,.tables .panel>.column-properties>table,.tables .panel>.panel-collapse>table,.tables .panel>.table-columns>table,.tables .panel>.table-properties>table,.tables .panel>.table-responsive>table,.tables .panel>.table-search-result>table,.tables .panel>table{margin-bottom:0}.column-properties .panel>.table-columns:first-child>table:first-child,.column-properties .panel>.table-properties:first-child>table:first-child,.column-properties .panel>.table-responsive:first-child>table:first-child,.column-properties .panel>.table-search-result:first-child>table:first-child,.column-properties .panel>.tables:first-child>table:first-child,.column-properties .panel>table:first-child,.list-search-result .panel>.column-properties:first-child>table:first-child,.list-search-result .panel>.table-columns:first-child>table:first-child,.list-search-result .panel>.table-properties:first-child>table:first-child,.list-search-result .panel>.table-responsive:first-child>table:first-child,.list-search-result .panel>.table-search-result:first-child>table:first-child,.list-search-result .panel>.tables:first-child>table:first-child,.list-search-result .panel>table:first-child,.panel>.column-properties:first-child>.table:first-child,.panel>.column-properties:first-child>table:first-child,.panel>.table-columns:first-child>.table:first-child,.panel>.table-columns:first-child>table:first-child,.panel>.table-properties:first-child>.table:first-child,.panel>.table-properties:first-child>table:first-child,.panel>.table-responsive:first-child>.table:first-child,.panel>.table-search-result:first-child>.table:first-child,.panel>.table-search-result:first-child>table:first-child,.panel>.table:first-child,.panel>.tables:first-child>.table:first-child,.panel>.tables:first-child>table:first-child,.sidebar .panel>.table-columns:first-child>table:first-child,.table-columns .panel>.column-properties:first-child>table:first-child,.table-columns .panel>.table-properties:first-child>table:first-child,.table-columns .panel>.table-responsive:first-child>table:first-child,.table-columns .panel>.table-search-result:first-child>table:first-child,.table-columns .panel>.tables:first-child>table:first-child,.table-columns .panel>table:first-child,.table-properties .panel>.column-properties:first-child>table:first-child,.table-properties .panel>.table-columns:first-child>table:first-child,.table-properties .panel>.table-responsive:first-child>table:first-child,.table-properties .panel>.table-search-result:first-child>table:first-child,.table-properties .panel>.tables:first-child>table:first-child,.table-properties .panel>table:first-child,.table-search-result .panel>.column-properties:first-child>table:first-child,.table-search-result .panel>.table-columns:first-child>table:first-child,.table-search-result .panel>.table-properties:first-child>table:first-child,.table-search-result .panel>.table-responsive:first-child>table:first-child,.table-search-result .panel>.tables:first-child>table:first-child,.table-search-result .panel>table:first-child,.tables .panel>.column-properties:first-child>table:first-child,.tables .panel>.table-columns:first-child>table:first-child,.tables .panel>.table-properties:first-child>table:first-child,.tables .panel>.table-responsive:first-child>table:first-child,.tables .panel>.table-search-result:first-child>table:first-child,.tables .panel>table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.column-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.column-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.column-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.column-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.column-properties .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.column-properties .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.column-properties .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.column-properties .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.column-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.column-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.column-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.column-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.column-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.column-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.column-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.column-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.column-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.column-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.column-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.column-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.column-properties .panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.column-properties .panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.column-properties .panel>table:first-child>thead:first-child>tr:first-child td:first-child,.column-properties .panel>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.list-search-result .panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.list-search-result .panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.list-search-result .panel>table:first-child>thead:first-child>tr:first-child td:first-child,.list-search-result .panel>table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.column-properties:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.column-properties:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.column-properties:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.column-properties:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-columns:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-columns:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-columns:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-columns:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-properties:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-properties:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-properties:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-properties:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-search-result:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-search-result:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-search-result:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-search-result:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.tables:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.tables:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.tables:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.tables:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.sidebar .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.sidebar .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.sidebar .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.sidebar .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-columns .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-columns .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-columns .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-columns .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-columns .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-columns .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-columns .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-columns .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-columns .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-columns .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-columns .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-columns .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-columns .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-columns .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-columns .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-columns .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-columns .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-columns .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-columns .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-columns .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-columns .panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-columns .panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-columns .panel>table:first-child>thead:first-child>tr:first-child td:first-child,.table-columns .panel>table:first-child>thead:first-child>tr:first-child th:first-child,.table-properties .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-properties .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-properties .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-properties .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-properties .panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-properties .panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-properties .panel>table:first-child>thead:first-child>tr:first-child td:first-child,.table-properties .panel>table:first-child>thead:first-child>tr:first-child th:first-child,.table-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.table-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.table-search-result .panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.table-search-result .panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.table-search-result .panel>table:first-child>thead:first-child>tr:first-child td:first-child,.table-search-result .panel>table:first-child>thead:first-child>tr:first-child th:first-child,.tables .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.tables .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.tables .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.tables .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.tables .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.tables .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.tables .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.tables .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.tables .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.tables .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.tables .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.tables .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.tables .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.tables .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.tables .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.tables .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.tables .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:first-child,.tables .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:first-child,.tables .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:first-child,.tables .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:first-child,.tables .panel>table:first-child>tbody:first-child>tr:first-child td:first-child,.tables .panel>table:first-child>tbody:first-child>tr:first-child th:first-child,.tables .panel>table:first-child>thead:first-child>tr:first-child td:first-child,.tables .panel>table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.column-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.column-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.column-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.column-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.column-properties .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.column-properties .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.column-properties .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.column-properties .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.column-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.column-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.column-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.column-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.column-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.column-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.column-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.column-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.column-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.column-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.column-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.column-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.column-properties .panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.column-properties .panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.column-properties .panel>table:first-child>thead:first-child>tr:first-child td:last-child,.column-properties .panel>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.list-search-result .panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.list-search-result .panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.list-search-result .panel>table:first-child>thead:first-child>tr:first-child td:last-child,.list-search-result .panel>table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.column-properties:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.column-properties:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.column-properties:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.column-properties:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-columns:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-columns:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-columns:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-columns:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-properties:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-properties:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-properties:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-properties:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-search-result:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-search-result:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-search-result:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-search-result:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.tables:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.tables:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.tables:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.tables:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.sidebar .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.sidebar .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.sidebar .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.sidebar .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-columns .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-columns .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-columns .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-columns .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-columns .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-columns .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-columns .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-columns .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-columns .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-columns .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-columns .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-columns .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-columns .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-columns .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-columns .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-columns .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-columns .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-columns .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-columns .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-columns .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-columns .panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-columns .panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-columns .panel>table:first-child>thead:first-child>tr:first-child td:last-child,.table-columns .panel>table:first-child>thead:first-child>tr:first-child th:last-child,.table-properties .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-properties .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-properties .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-properties .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-properties .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-properties .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-properties .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-properties .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-properties .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-properties .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-properties .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-properties .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-properties .panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-properties .panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-properties .panel>table:first-child>thead:first-child>tr:first-child td:last-child,.table-properties .panel>table:first-child>thead:first-child>tr:first-child th:last-child,.table-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-search-result .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-search-result .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-search-result .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-search-result .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-search-result .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-search-result .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-search-result .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-search-result .panel>.tables:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.table-search-result .panel>.tables:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.table-search-result .panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.table-search-result .panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.table-search-result .panel>table:first-child>thead:first-child>tr:first-child td:last-child,.table-search-result .panel>table:first-child>thead:first-child>tr:first-child th:last-child,.tables .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.tables .panel>.column-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.tables .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.tables .panel>.column-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.tables .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.tables .panel>.table-columns:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.tables .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.tables .panel>.table-columns:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.tables .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.tables .panel>.table-properties:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.tables .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.tables .panel>.table-properties:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.tables .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.tables .panel>.table-responsive:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.tables .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.tables .panel>.table-responsive:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.tables .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child td:last-child,.tables .panel>.table-search-result:first-child>table:first-child>tbody:first-child>tr:first-child th:last-child,.tables .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child td:last-child,.tables .panel>.table-search-result:first-child>table:first-child>thead:first-child>tr:first-child th:last-child,.tables .panel>table:first-child>tbody:first-child>tr:first-child td:last-child,.tables .panel>table:first-child>tbody:first-child>tr:first-child th:last-child,.tables .panel>table:first-child>thead:first-child>tr:first-child td:last-child,.tables .panel>table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.column-properties .panel>.table-columns:last-child>table:last-child,.column-properties .panel>.table-properties:last-child>table:last-child,.column-properties .panel>.table-responsive:last-child>table:last-child,.column-properties .panel>.table-search-result:last-child>table:last-child,.column-properties .panel>.tables:last-child>table:last-child,.column-properties .panel>table:last-child,.list-search-result .panel>.column-properties:last-child>table:last-child,.list-search-result .panel>.table-columns:last-child>table:last-child,.list-search-result .panel>.table-properties:last-child>table:last-child,.list-search-result .panel>.table-responsive:last-child>table:last-child,.list-search-result .panel>.table-search-result:last-child>table:last-child,.list-search-result .panel>.tables:last-child>table:last-child,.list-search-result .panel>table:last-child,.panel>.column-properties:last-child>.table:last-child,.panel>.column-properties:last-child>table:last-child,.panel>.table-columns:last-child>.table:last-child,.panel>.table-columns:last-child>table:last-child,.panel>.table-properties:last-child>.table:last-child,.panel>.table-properties:last-child>table:last-child,.panel>.table-responsive:last-child>.table:last-child,.panel>.table-search-result:last-child>.table:last-child,.panel>.table-search-result:last-child>table:last-child,.panel>.table:last-child,.panel>.tables:last-child>.table:last-child,.panel>.tables:last-child>table:last-child,.sidebar .panel>.table-columns:last-child>table:last-child,.table-columns .panel>.column-properties:last-child>table:last-child,.table-columns .panel>.table-properties:last-child>table:last-child,.table-columns .panel>.table-responsive:last-child>table:last-child,.table-columns .panel>.table-search-result:last-child>table:last-child,.table-columns .panel>.tables:last-child>table:last-child,.table-columns .panel>table:last-child,.table-properties .panel>.column-properties:last-child>table:last-child,.table-properties .panel>.table-columns:last-child>table:last-child,.table-properties .panel>.table-responsive:last-child>table:last-child,.table-properties .panel>.table-search-result:last-child>table:last-child,.table-properties .panel>.tables:last-child>table:last-child,.table-properties .panel>table:last-child,.table-search-result .panel>.column-properties:last-child>table:last-child,.table-search-result .panel>.table-columns:last-child>table:last-child,.table-search-result .panel>.table-properties:last-child>table:last-child,.table-search-result .panel>.table-responsive:last-child>table:last-child,.table-search-result .panel>.tables:last-child>table:last-child,.table-search-result .panel>table:last-child,.tables .panel>.column-properties:last-child>table:last-child,.tables .panel>.table-columns:last-child>table:last-child,.tables .panel>.table-properties:last-child>table:last-child,.tables .panel>.table-responsive:last-child>table:last-child,.tables .panel>.table-search-result:last-child>table:last-child,.tables .panel>table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.column-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.column-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.column-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.column-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.column-properties .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.column-properties .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.column-properties .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.column-properties .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.column-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.column-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.column-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.column-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.column-properties .panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.column-properties .panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.column-properties .panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.column-properties .panel>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.list-search-result .panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.list-search-result .panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.list-search-result .panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.list-search-result .panel>table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.column-properties:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.column-properties:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.column-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.column-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-columns:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-columns:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-columns:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-columns:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-properties:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-properties:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-search-result:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-search-result:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-search-result:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-search-result:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.tables:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.tables:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.tables:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.tables:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.sidebar .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.sidebar .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.sidebar .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.sidebar .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-columns .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-columns .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-columns .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-columns .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-columns .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-columns .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-columns .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-columns .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-columns .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-columns .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-columns .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-columns .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-columns .panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-columns .panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-columns .panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-columns .panel>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-properties .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-properties .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-properties .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-properties .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-properties .panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-properties .panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-properties .panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-properties .panel>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.table-search-result .panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.table-search-result .panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.table-search-result .panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.table-search-result .panel>table:last-child>tfoot:last-child>tr:last-child th:first-child,.tables .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.tables .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.tables .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.tables .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.tables .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.tables .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.tables .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.tables .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.tables .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.tables .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.tables .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.tables .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.tables .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.tables .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.tables .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.tables .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.tables .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:first-child,.tables .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:first-child,.tables .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:first-child,.tables .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:first-child,.tables .panel>table:last-child>tbody:last-child>tr:last-child td:first-child,.tables .panel>table:last-child>tbody:last-child>tr:last-child th:first-child,.tables .panel>table:last-child>tfoot:last-child>tr:last-child td:first-child,.tables .panel>table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.column-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.column-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.column-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.column-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.column-properties .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.column-properties .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.column-properties .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.column-properties .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.column-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.column-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.column-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.column-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.column-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.column-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.column-properties .panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.column-properties .panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.column-properties .panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.column-properties .panel>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.list-search-result .panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.list-search-result .panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.list-search-result .panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.list-search-result .panel>table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.column-properties:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.column-properties:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.column-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.column-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-columns:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-columns:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-columns:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-columns:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-properties:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-properties:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-properties:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-search-result:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-search-result:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-search-result:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-search-result:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.tables:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.tables:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.tables:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.tables:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.sidebar .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.sidebar .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.sidebar .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.sidebar .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-columns .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-columns .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-columns .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-columns .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-columns .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-columns .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-columns .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-columns .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-columns .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-columns .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-columns .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-columns .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-columns .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-columns .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-columns .panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-columns .panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-columns .panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-columns .panel>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-properties .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-properties .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-properties .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-properties .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-properties .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-properties .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-properties .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-properties .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-properties .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-properties .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-properties .panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-properties .panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-properties .panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-properties .panel>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-search-result .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-search-result .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-search-result .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-search-result .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-search-result .panel>.tables:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-search-result .panel>.tables:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.table-search-result .panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.table-search-result .panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.table-search-result .panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.table-search-result .panel>table:last-child>tfoot:last-child>tr:last-child th:last-child,.tables .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.tables .panel>.column-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.tables .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.tables .panel>.column-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.tables .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.tables .panel>.table-columns:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.tables .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.tables .panel>.table-columns:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.tables .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.tables .panel>.table-properties:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.tables .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.tables .panel>.table-properties:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.tables .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.tables .panel>.table-responsive:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.tables .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.tables .panel>.table-responsive:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.tables .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child td:last-child,.tables .panel>.table-search-result:last-child>table:last-child>tbody:last-child>tr:last-child th:last-child,.tables .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child td:last-child,.tables .panel>.table-search-result:last-child>table:last-child>tfoot:last-child>tr:last-child th:last-child,.tables .panel>table:last-child>tbody:last-child>tr:last-child td:last-child,.tables .panel>table:last-child>tbody:last-child>tr:last-child th:last-child,.tables .panel>table:last-child>tfoot:last-child>tr:last-child td:last-child,.tables .panel>table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.column-properties .panel>.panel-body+table,.list-search-result .panel>.panel-body+table,.panel>.panel-body+.column-properties,.panel>.panel-body+.table,.panel>.panel-body+.table-columns,.panel>.panel-body+.table-properties,.panel>.panel-body+.table-responsive,.panel>.panel-body+.table-search-result,.panel>.panel-body+.tables,.table-columns .panel>.panel-body+table,.table-properties .panel>.panel-body+table,.table-search-result .panel>.panel-body+table,.tables .panel>.panel-body+table{border-top:1px solid #ddd}.column-properties .panel>table>tbody:first-child>tr:first-child td,.column-properties .panel>table>tbody:first-child>tr:first-child th,.list-search-result .panel>table>tbody:first-child>tr:first-child td,.list-search-result .panel>table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th,.table-columns .panel>table>tbody:first-child>tr:first-child td,.table-columns .panel>table>tbody:first-child>tr:first-child th,.table-properties .panel>table>tbody:first-child>tr:first-child td,.table-properties .panel>table>tbody:first-child>tr:first-child th,.table-search-result .panel>table>tbody:first-child>tr:first-child td,.table-search-result .panel>table>tbody:first-child>tr:first-child th,.tables .panel>table>tbody:first-child>tr:first-child td,.tables .panel>table>tbody:first-child>tr:first-child th{border-top:0}.column-properties .panel>.table-columns>table,.column-properties .panel>.table-properties>table,.column-properties .panel>.table-responsive>table,.column-properties .panel>.table-search-result>table,.column-properties .panel>.tables>table,.column-properties .panel>table,.list-search-result .panel>.column-properties>table,.list-search-result .panel>.table-columns>table,.list-search-result .panel>.table-properties>table,.list-search-result .panel>.table-responsive>table,.list-search-result .panel>.table-search-result>table,.list-search-result .panel>.tables>table,.list-search-result .panel>table,.panel>.column-properties>.table-bordered,.panel>.column-properties>table,.panel>.table-bordered,.panel>.table-columns>.table-bordered,.panel>.table-columns>table,.panel>.table-properties>.table-bordered,.panel>.table-properties>table,.panel>.table-responsive>.table-bordered,.panel>.table-search-result>.table-bordered,.panel>.table-search-result>table,.panel>.tables>.table-bordered,.panel>.tables>table,.sidebar .panel>.table-columns>table,.table-columns .panel>.column-properties>table,.table-columns .panel>.table-properties>table,.table-columns .panel>.table-responsive>table,.table-columns .panel>.table-search-result>table,.table-columns .panel>.tables>table,.table-columns .panel>table,.table-properties .panel>.column-properties>table,.table-properties .panel>.table-columns>table,.table-properties .panel>.table-responsive>table,.table-properties .panel>.table-search-result>table,.table-properties .panel>.tables>table,.table-properties .panel>table,.table-search-result .panel>.column-properties>table,.table-search-result .panel>.table-columns>table,.table-search-result .panel>.table-properties>table,.table-search-result .panel>.table-responsive>table,.table-search-result .panel>.tables>table,.table-search-result .panel>table,.tables .panel>.column-properties>table,.tables .panel>.table-columns>table,.tables .panel>.table-properties>table,.tables .panel>.table-responsive>table,.tables .panel>.table-search-result>table,.tables .panel>table{border:0}.column-properties .panel>.table-columns>table>tbody>tr>td:first-child,.column-properties .panel>.table-columns>table>tbody>tr>th:first-child,.column-properties .panel>.table-columns>table>tfoot>tr>td:first-child,.column-properties .panel>.table-columns>table>tfoot>tr>th:first-child,.column-properties .panel>.table-columns>table>thead>tr>td:first-child,.column-properties .panel>.table-columns>table>thead>tr>th:first-child,.column-properties .panel>.table-properties>table>tbody>tr>td:first-child,.column-properties .panel>.table-properties>table>tbody>tr>th:first-child,.column-properties .panel>.table-properties>table>tfoot>tr>td:first-child,.column-properties .panel>.table-properties>table>tfoot>tr>th:first-child,.column-properties .panel>.table-properties>table>thead>tr>td:first-child,.column-properties .panel>.table-properties>table>thead>tr>th:first-child,.column-properties .panel>.table-responsive>table>tbody>tr>td:first-child,.column-properties .panel>.table-responsive>table>tbody>tr>th:first-child,.column-properties .panel>.table-responsive>table>tfoot>tr>td:first-child,.column-properties .panel>.table-responsive>table>tfoot>tr>th:first-child,.column-properties .panel>.table-responsive>table>thead>tr>td:first-child,.column-properties .panel>.table-responsive>table>thead>tr>th:first-child,.column-properties .panel>.table-search-result>table>tbody>tr>td:first-child,.column-properties .panel>.table-search-result>table>tbody>tr>th:first-child,.column-properties .panel>.table-search-result>table>tfoot>tr>td:first-child,.column-properties .panel>.table-search-result>table>tfoot>tr>th:first-child,.column-properties .panel>.table-search-result>table>thead>tr>td:first-child,.column-properties .panel>.table-search-result>table>thead>tr>th:first-child,.column-properties .panel>.tables>table>tbody>tr>td:first-child,.column-properties .panel>.tables>table>tbody>tr>th:first-child,.column-properties .panel>.tables>table>tfoot>tr>td:first-child,.column-properties .panel>.tables>table>tfoot>tr>th:first-child,.column-properties .panel>.tables>table>thead>tr>td:first-child,.column-properties .panel>.tables>table>thead>tr>th:first-child,.column-properties .panel>table>tbody>tr>td:first-child,.column-properties .panel>table>tbody>tr>th:first-child,.column-properties .panel>table>tfoot>tr>td:first-child,.column-properties .panel>table>tfoot>tr>th:first-child,.column-properties .panel>table>thead>tr>td:first-child,.column-properties .panel>table>thead>tr>th:first-child,.list-search-result .panel>.column-properties>table>tbody>tr>td:first-child,.list-search-result .panel>.column-properties>table>tbody>tr>th:first-child,.list-search-result .panel>.column-properties>table>tfoot>tr>td:first-child,.list-search-result .panel>.column-properties>table>tfoot>tr>th:first-child,.list-search-result .panel>.column-properties>table>thead>tr>td:first-child,.list-search-result .panel>.column-properties>table>thead>tr>th:first-child,.list-search-result .panel>.table-columns>table>tbody>tr>td:first-child,.list-search-result .panel>.table-columns>table>tbody>tr>th:first-child,.list-search-result .panel>.table-columns>table>tfoot>tr>td:first-child,.list-search-result .panel>.table-columns>table>tfoot>tr>th:first-child,.list-search-result .panel>.table-columns>table>thead>tr>td:first-child,.list-search-result .panel>.table-columns>table>thead>tr>th:first-child,.list-search-result .panel>.table-properties>table>tbody>tr>td:first-child,.list-search-result .panel>.table-properties>table>tbody>tr>th:first-child,.list-search-result .panel>.table-properties>table>tfoot>tr>td:first-child,.list-search-result .panel>.table-properties>table>tfoot>tr>th:first-child,.list-search-result .panel>.table-properties>table>thead>tr>td:first-child,.list-search-result .panel>.table-properties>table>thead>tr>th:first-child,.list-search-result .panel>.table-responsive>table>tbody>tr>td:first-child,.list-search-result .panel>.table-responsive>table>tbody>tr>th:first-child,.list-search-result .panel>.table-responsive>table>tfoot>tr>td:first-child,.list-search-result .panel>.table-responsive>table>tfoot>tr>th:first-child,.list-search-result .panel>.table-responsive>table>thead>tr>td:first-child,.list-search-result .panel>.table-responsive>table>thead>tr>th:first-child,.list-search-result .panel>.table-search-result>table>tbody>tr>td:first-child,.list-search-result .panel>.table-search-result>table>tbody>tr>th:first-child,.list-search-result .panel>.table-search-result>table>tfoot>tr>td:first-child,.list-search-result .panel>.table-search-result>table>tfoot>tr>th:first-child,.list-search-result .panel>.table-search-result>table>thead>tr>td:first-child,.list-search-result .panel>.table-search-result>table>thead>tr>th:first-child,.list-search-result .panel>.tables>table>tbody>tr>td:first-child,.list-search-result .panel>.tables>table>tbody>tr>th:first-child,.list-search-result .panel>.tables>table>tfoot>tr>td:first-child,.list-search-result .panel>.tables>table>tfoot>tr>th:first-child,.list-search-result .panel>.tables>table>thead>tr>td:first-child,.list-search-result .panel>.tables>table>thead>tr>th:first-child,.list-search-result .panel>table>tbody>tr>td:first-child,.list-search-result .panel>table>tbody>tr>th:first-child,.list-search-result .panel>table>tfoot>tr>td:first-child,.list-search-result .panel>table>tfoot>tr>th:first-child,.list-search-result .panel>table>thead>tr>td:first-child,.list-search-result .panel>table>thead>tr>th:first-child,.panel>.column-properties>.table-bordered>tbody>tr>td:first-child,.panel>.column-properties>.table-bordered>tbody>tr>th:first-child,.panel>.column-properties>.table-bordered>tfoot>tr>td:first-child,.panel>.column-properties>.table-bordered>tfoot>tr>th:first-child,.panel>.column-properties>.table-bordered>thead>tr>td:first-child,.panel>.column-properties>.table-bordered>thead>tr>th:first-child,.panel>.column-properties>table>tbody>tr>td:first-child,.panel>.column-properties>table>tbody>tr>th:first-child,.panel>.column-properties>table>tfoot>tr>td:first-child,.panel>.column-properties>table>tfoot>tr>th:first-child,.panel>.column-properties>table>thead>tr>td:first-child,.panel>.column-properties>table>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-columns>.table-bordered>tbody>tr>td:first-child,.panel>.table-columns>.table-bordered>tbody>tr>th:first-child,.panel>.table-columns>.table-bordered>tfoot>tr>td:first-child,.panel>.table-columns>.table-bordered>tfoot>tr>th:first-child,.panel>.table-columns>.table-bordered>thead>tr>td:first-child,.panel>.table-columns>.table-bordered>thead>tr>th:first-child,.panel>.table-columns>table>tbody>tr>td:first-child,.panel>.table-columns>table>tbody>tr>th:first-child,.panel>.table-columns>table>tfoot>tr>td:first-child,.panel>.table-columns>table>tfoot>tr>th:first-child,.panel>.table-columns>table>thead>tr>td:first-child,.panel>.table-columns>table>thead>tr>th:first-child,.panel>.table-properties>.table-bordered>tbody>tr>td:first-child,.panel>.table-properties>.table-bordered>tbody>tr>th:first-child,.panel>.table-properties>.table-bordered>tfoot>tr>td:first-child,.panel>.table-properties>.table-bordered>tfoot>tr>th:first-child,.panel>.table-properties>.table-bordered>thead>tr>td:first-child,.panel>.table-properties>.table-bordered>thead>tr>th:first-child,.panel>.table-properties>table>tbody>tr>td:first-child,.panel>.table-properties>table>tbody>tr>th:first-child,.panel>.table-properties>table>tfoot>tr>td:first-child,.panel>.table-properties>table>tfoot>tr>th:first-child,.panel>.table-properties>table>thead>tr>td:first-child,.panel>.table-properties>table>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-search-result>.table-bordered>tbody>tr>td:first-child,.panel>.table-search-result>.table-bordered>tbody>tr>th:first-child,.panel>.table-search-result>.table-bordered>tfoot>tr>td:first-child,.panel>.table-search-result>.table-bordered>tfoot>tr>th:first-child,.panel>.table-search-result>.table-bordered>thead>tr>td:first-child,.panel>.table-search-result>.table-bordered>thead>tr>th:first-child,.panel>.table-search-result>table>tbody>tr>td:first-child,.panel>.table-search-result>table>tbody>tr>th:first-child,.panel>.table-search-result>table>tfoot>tr>td:first-child,.panel>.table-search-result>table>tfoot>tr>th:first-child,.panel>.table-search-result>table>thead>tr>td:first-child,.panel>.table-search-result>table>thead>tr>th:first-child,.panel>.tables>.table-bordered>tbody>tr>td:first-child,.panel>.tables>.table-bordered>tbody>tr>th:first-child,.panel>.tables>.table-bordered>tfoot>tr>td:first-child,.panel>.tables>.table-bordered>tfoot>tr>th:first-child,.panel>.tables>.table-bordered>thead>tr>td:first-child,.panel>.tables>.table-bordered>thead>tr>th:first-child,.panel>.tables>table>tbody>tr>td:first-child,.panel>.tables>table>tbody>tr>th:first-child,.panel>.tables>table>tfoot>tr>td:first-child,.panel>.tables>table>tfoot>tr>th:first-child,.panel>.tables>table>thead>tr>td:first-child,.panel>.tables>table>thead>tr>th:first-child,.sidebar .panel>.table-columns>table>tbody>tr>td:first-child,.sidebar .panel>.table-columns>table>tbody>tr>th:first-child,.sidebar .panel>.table-columns>table>tfoot>tr>td:first-child,.sidebar .panel>.table-columns>table>tfoot>tr>th:first-child,.sidebar .panel>.table-columns>table>thead>tr>td:first-child,.sidebar .panel>.table-columns>table>thead>tr>th:first-child,.table-columns .panel>.column-properties>table>tbody>tr>td:first-child,.table-columns .panel>.column-properties>table>tbody>tr>th:first-child,.table-columns .panel>.column-properties>table>tfoot>tr>td:first-child,.table-columns .panel>.column-properties>table>tfoot>tr>th:first-child,.table-columns .panel>.column-properties>table>thead>tr>td:first-child,.table-columns .panel>.column-properties>table>thead>tr>th:first-child,.table-columns .panel>.table-properties>table>tbody>tr>td:first-child,.table-columns .panel>.table-properties>table>tbody>tr>th:first-child,.table-columns .panel>.table-properties>table>tfoot>tr>td:first-child,.table-columns .panel>.table-properties>table>tfoot>tr>th:first-child,.table-columns .panel>.table-properties>table>thead>tr>td:first-child,.table-columns .panel>.table-properties>table>thead>tr>th:first-child,.table-columns .panel>.table-responsive>table>tbody>tr>td:first-child,.table-columns .panel>.table-responsive>table>tbody>tr>th:first-child,.table-columns .panel>.table-responsive>table>tfoot>tr>td:first-child,.table-columns .panel>.table-responsive>table>tfoot>tr>th:first-child,.table-columns .panel>.table-responsive>table>thead>tr>td:first-child,.table-columns .panel>.table-responsive>table>thead>tr>th:first-child,.table-columns .panel>.table-search-result>table>tbody>tr>td:first-child,.table-columns .panel>.table-search-result>table>tbody>tr>th:first-child,.table-columns .panel>.table-search-result>table>tfoot>tr>td:first-child,.table-columns .panel>.table-search-result>table>tfoot>tr>th:first-child,.table-columns .panel>.table-search-result>table>thead>tr>td:first-child,.table-columns .panel>.table-search-result>table>thead>tr>th:first-child,.table-columns .panel>.tables>table>tbody>tr>td:first-child,.table-columns .panel>.tables>table>tbody>tr>th:first-child,.table-columns .panel>.tables>table>tfoot>tr>td:first-child,.table-columns .panel>.tables>table>tfoot>tr>th:first-child,.table-columns .panel>.tables>table>thead>tr>td:first-child,.table-columns .panel>.tables>table>thead>tr>th:first-child,.table-columns .panel>table>tbody>tr>td:first-child,.table-columns .panel>table>tbody>tr>th:first-child,.table-columns .panel>table>tfoot>tr>td:first-child,.table-columns .panel>table>tfoot>tr>th:first-child,.table-columns .panel>table>thead>tr>td:first-child,.table-columns .panel>table>thead>tr>th:first-child,.table-properties .panel>.column-properties>table>tbody>tr>td:first-child,.table-properties .panel>.column-properties>table>tbody>tr>th:first-child,.table-properties .panel>.column-properties>table>tfoot>tr>td:first-child,.table-properties .panel>.column-properties>table>tfoot>tr>th:first-child,.table-properties .panel>.column-properties>table>thead>tr>td:first-child,.table-properties .panel>.column-properties>table>thead>tr>th:first-child,.table-properties .panel>.table-columns>table>tbody>tr>td:first-child,.table-properties .panel>.table-columns>table>tbody>tr>th:first-child,.table-properties .panel>.table-columns>table>tfoot>tr>td:first-child,.table-properties .panel>.table-columns>table>tfoot>tr>th:first-child,.table-properties .panel>.table-columns>table>thead>tr>td:first-child,.table-properties .panel>.table-columns>table>thead>tr>th:first-child,.table-properties .panel>.table-responsive>table>tbody>tr>td:first-child,.table-properties .panel>.table-responsive>table>tbody>tr>th:first-child,.table-properties .panel>.table-responsive>table>tfoot>tr>td:first-child,.table-properties .panel>.table-responsive>table>tfoot>tr>th:first-child,.table-properties .panel>.table-responsive>table>thead>tr>td:first-child,.table-properties .panel>.table-responsive>table>thead>tr>th:first-child,.table-properties .panel>.table-search-result>table>tbody>tr>td:first-child,.table-properties .panel>.table-search-result>table>tbody>tr>th:first-child,.table-properties .panel>.table-search-result>table>tfoot>tr>td:first-child,.table-properties .panel>.table-search-result>table>tfoot>tr>th:first-child,.table-properties .panel>.table-search-result>table>thead>tr>td:first-child,.table-properties .panel>.table-search-result>table>thead>tr>th:first-child,.table-properties .panel>.tables>table>tbody>tr>td:first-child,.table-properties .panel>.tables>table>tbody>tr>th:first-child,.table-properties .panel>.tables>table>tfoot>tr>td:first-child,.table-properties .panel>.tables>table>tfoot>tr>th:first-child,.table-properties .panel>.tables>table>thead>tr>td:first-child,.table-properties .panel>.tables>table>thead>tr>th:first-child,.table-properties .panel>table>tbody>tr>td:first-child,.table-properties .panel>table>tbody>tr>th:first-child,.table-properties .panel>table>tfoot>tr>td:first-child,.table-properties .panel>table>tfoot>tr>th:first-child,.table-properties .panel>table>thead>tr>td:first-child,.table-properties .panel>table>thead>tr>th:first-child,.table-search-result .panel>.column-properties>table>tbody>tr>td:first-child,.table-search-result .panel>.column-properties>table>tbody>tr>th:first-child,.table-search-result .panel>.column-properties>table>tfoot>tr>td:first-child,.table-search-result .panel>.column-properties>table>tfoot>tr>th:first-child,.table-search-result .panel>.column-properties>table>thead>tr>td:first-child,.table-search-result .panel>.column-properties>table>thead>tr>th:first-child,.table-search-result .panel>.table-columns>table>tbody>tr>td:first-child,.table-search-result .panel>.table-columns>table>tbody>tr>th:first-child,.table-search-result .panel>.table-columns>table>tfoot>tr>td:first-child,.table-search-result .panel>.table-columns>table>tfoot>tr>th:first-child,.table-search-result .panel>.table-columns>table>thead>tr>td:first-child,.table-search-result .panel>.table-columns>table>thead>tr>th:first-child,.table-search-result .panel>.table-properties>table>tbody>tr>td:first-child,.table-search-result .panel>.table-properties>table>tbody>tr>th:first-child,.table-search-result .panel>.table-properties>table>tfoot>tr>td:first-child,.table-search-result .panel>.table-properties>table>tfoot>tr>th:first-child,.table-search-result .panel>.table-properties>table>thead>tr>td:first-child,.table-search-result .panel>.table-properties>table>thead>tr>th:first-child,.table-search-result .panel>.table-responsive>table>tbody>tr>td:first-child,.table-search-result .panel>.table-responsive>table>tbody>tr>th:first-child,.table-search-result .panel>.table-responsive>table>tfoot>tr>td:first-child,.table-search-result .panel>.table-responsive>table>tfoot>tr>th:first-child,.table-search-result .panel>.table-responsive>table>thead>tr>td:first-child,.table-search-result .panel>.table-responsive>table>thead>tr>th:first-child,.table-search-result .panel>.tables>table>tbody>tr>td:first-child,.table-search-result .panel>.tables>table>tbody>tr>th:first-child,.table-search-result .panel>.tables>table>tfoot>tr>td:first-child,.table-search-result .panel>.tables>table>tfoot>tr>th:first-child,.table-search-result .panel>.tables>table>thead>tr>td:first-child,.table-search-result .panel>.tables>table>thead>tr>th:first-child,.table-search-result .panel>table>tbody>tr>td:first-child,.table-search-result .panel>table>tbody>tr>th:first-child,.table-search-result .panel>table>tfoot>tr>td:first-child,.table-search-result .panel>table>tfoot>tr>th:first-child,.table-search-result .panel>table>thead>tr>td:first-child,.table-search-result .panel>table>thead>tr>th:first-child,.tables .panel>.column-properties>table>tbody>tr>td:first-child,.tables .panel>.column-properties>table>tbody>tr>th:first-child,.tables .panel>.column-properties>table>tfoot>tr>td:first-child,.tables .panel>.column-properties>table>tfoot>tr>th:first-child,.tables .panel>.column-properties>table>thead>tr>td:first-child,.tables .panel>.column-properties>table>thead>tr>th:first-child,.tables .panel>.table-columns>table>tbody>tr>td:first-child,.tables .panel>.table-columns>table>tbody>tr>th:first-child,.tables .panel>.table-columns>table>tfoot>tr>td:first-child,.tables .panel>.table-columns>table>tfoot>tr>th:first-child,.tables .panel>.table-columns>table>thead>tr>td:first-child,.tables .panel>.table-columns>table>thead>tr>th:first-child,.tables .panel>.table-properties>table>tbody>tr>td:first-child,.tables .panel>.table-properties>table>tbody>tr>th:first-child,.tables .panel>.table-properties>table>tfoot>tr>td:first-child,.tables .panel>.table-properties>table>tfoot>tr>th:first-child,.tables .panel>.table-properties>table>thead>tr>td:first-child,.tables .panel>.table-properties>table>thead>tr>th:first-child,.tables .panel>.table-responsive>table>tbody>tr>td:first-child,.tables .panel>.table-responsive>table>tbody>tr>th:first-child,.tables .panel>.table-responsive>table>tfoot>tr>td:first-child,.tables .panel>.table-responsive>table>tfoot>tr>th:first-child,.tables .panel>.table-responsive>table>thead>tr>td:first-child,.tables .panel>.table-responsive>table>thead>tr>th:first-child,.tables .panel>.table-search-result>table>tbody>tr>td:first-child,.tables .panel>.table-search-result>table>tbody>tr>th:first-child,.tables .panel>.table-search-result>table>tfoot>tr>td:first-child,.tables .panel>.table-search-result>table>tfoot>tr>th:first-child,.tables .panel>.table-search-result>table>thead>tr>td:first-child,.tables .panel>.table-search-result>table>thead>tr>th:first-child,.tables .panel>table>tbody>tr>td:first-child,.tables .panel>table>tbody>tr>th:first-child,.tables .panel>table>tfoot>tr>td:first-child,.tables .panel>table>tfoot>tr>th:first-child,.tables .panel>table>thead>tr>td:first-child,.tables .panel>table>thead>tr>th:first-child{border-left:0}.column-properties .panel>.table-columns>table>tbody>tr>td:last-child,.column-properties .panel>.table-columns>table>tbody>tr>th:last-child,.column-properties .panel>.table-columns>table>tfoot>tr>td:last-child,.column-properties .panel>.table-columns>table>tfoot>tr>th:last-child,.column-properties .panel>.table-columns>table>thead>tr>td:last-child,.column-properties .panel>.table-columns>table>thead>tr>th:last-child,.column-properties .panel>.table-properties>table>tbody>tr>td:last-child,.column-properties .panel>.table-properties>table>tbody>tr>th:last-child,.column-properties .panel>.table-properties>table>tfoot>tr>td:last-child,.column-properties .panel>.table-properties>table>tfoot>tr>th:last-child,.column-properties .panel>.table-properties>table>thead>tr>td:last-child,.column-properties .panel>.table-properties>table>thead>tr>th:last-child,.column-properties .panel>.table-responsive>table>tbody>tr>td:last-child,.column-properties .panel>.table-responsive>table>tbody>tr>th:last-child,.column-properties .panel>.table-responsive>table>tfoot>tr>td:last-child,.column-properties .panel>.table-responsive>table>tfoot>tr>th:last-child,.column-properties .panel>.table-responsive>table>thead>tr>td:last-child,.column-properties .panel>.table-responsive>table>thead>tr>th:last-child,.column-properties .panel>.table-search-result>table>tbody>tr>td:last-child,.column-properties .panel>.table-search-result>table>tbody>tr>th:last-child,.column-properties .panel>.table-search-result>table>tfoot>tr>td:last-child,.column-properties .panel>.table-search-result>table>tfoot>tr>th:last-child,.column-properties .panel>.table-search-result>table>thead>tr>td:last-child,.column-properties .panel>.table-search-result>table>thead>tr>th:last-child,.column-properties .panel>.tables>table>tbody>tr>td:last-child,.column-properties .panel>.tables>table>tbody>tr>th:last-child,.column-properties .panel>.tables>table>tfoot>tr>td:last-child,.column-properties .panel>.tables>table>tfoot>tr>th:last-child,.column-properties .panel>.tables>table>thead>tr>td:last-child,.column-properties .panel>.tables>table>thead>tr>th:last-child,.column-properties .panel>table>tbody>tr>td:last-child,.column-properties .panel>table>tbody>tr>th:last-child,.column-properties .panel>table>tfoot>tr>td:last-child,.column-properties .panel>table>tfoot>tr>th:last-child,.column-properties .panel>table>thead>tr>td:last-child,.column-properties .panel>table>thead>tr>th:last-child,.list-search-result .panel>.column-properties>table>tbody>tr>td:last-child,.list-search-result .panel>.column-properties>table>tbody>tr>th:last-child,.list-search-result .panel>.column-properties>table>tfoot>tr>td:last-child,.list-search-result .panel>.column-properties>table>tfoot>tr>th:last-child,.list-search-result .panel>.column-properties>table>thead>tr>td:last-child,.list-search-result .panel>.column-properties>table>thead>tr>th:last-child,.list-search-result .panel>.table-columns>table>tbody>tr>td:last-child,.list-search-result .panel>.table-columns>table>tbody>tr>th:last-child,.list-search-result .panel>.table-columns>table>tfoot>tr>td:last-child,.list-search-result .panel>.table-columns>table>tfoot>tr>th:last-child,.list-search-result .panel>.table-columns>table>thead>tr>td:last-child,.list-search-result .panel>.table-columns>table>thead>tr>th:last-child,.list-search-result .panel>.table-properties>table>tbody>tr>td:last-child,.list-search-result .panel>.table-properties>table>tbody>tr>th:last-child,.list-search-result .panel>.table-properties>table>tfoot>tr>td:last-child,.list-search-result .panel>.table-properties>table>tfoot>tr>th:last-child,.list-search-result .panel>.table-properties>table>thead>tr>td:last-child,.list-search-result .panel>.table-properties>table>thead>tr>th:last-child,.list-search-result .panel>.table-responsive>table>tbody>tr>td:last-child,.list-search-result .panel>.table-responsive>table>tbody>tr>th:last-child,.list-search-result .panel>.table-responsive>table>tfoot>tr>td:last-child,.list-search-result .panel>.table-responsive>table>tfoot>tr>th:last-child,.list-search-result .panel>.table-responsive>table>thead>tr>td:last-child,.list-search-result .panel>.table-responsive>table>thead>tr>th:last-child,.list-search-result .panel>.table-search-result>table>tbody>tr>td:last-child,.list-search-result .panel>.table-search-result>table>tbody>tr>th:last-child,.list-search-result .panel>.table-search-result>table>tfoot>tr>td:last-child,.list-search-result .panel>.table-search-result>table>tfoot>tr>th:last-child,.list-search-result .panel>.table-search-result>table>thead>tr>td:last-child,.list-search-result .panel>.table-search-result>table>thead>tr>th:last-child,.list-search-result .panel>.tables>table>tbody>tr>td:last-child,.list-search-result .panel>.tables>table>tbody>tr>th:last-child,.list-search-result .panel>.tables>table>tfoot>tr>td:last-child,.list-search-result .panel>.tables>table>tfoot>tr>th:last-child,.list-search-result .panel>.tables>table>thead>tr>td:last-child,.list-search-result .panel>.tables>table>thead>tr>th:last-child,.list-search-result .panel>table>tbody>tr>td:last-child,.list-search-result .panel>table>tbody>tr>th:last-child,.list-search-result .panel>table>tfoot>tr>td:last-child,.list-search-result .panel>table>tfoot>tr>th:last-child,.list-search-result .panel>table>thead>tr>td:last-child,.list-search-result .panel>table>thead>tr>th:last-child,.panel>.column-properties>.table-bordered>tbody>tr>td:last-child,.panel>.column-properties>.table-bordered>tbody>tr>th:last-child,.panel>.column-properties>.table-bordered>tfoot>tr>td:last-child,.panel>.column-properties>.table-bordered>tfoot>tr>th:last-child,.panel>.column-properties>.table-bordered>thead>tr>td:last-child,.panel>.column-properties>.table-bordered>thead>tr>th:last-child,.panel>.column-properties>table>tbody>tr>td:last-child,.panel>.column-properties>table>tbody>tr>th:last-child,.panel>.column-properties>table>tfoot>tr>td:last-child,.panel>.column-properties>table>tfoot>tr>th:last-child,.panel>.column-properties>table>thead>tr>td:last-child,.panel>.column-properties>table>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-columns>.table-bordered>tbody>tr>td:last-child,.panel>.table-columns>.table-bordered>tbody>tr>th:last-child,.panel>.table-columns>.table-bordered>tfoot>tr>td:last-child,.panel>.table-columns>.table-bordered>tfoot>tr>th:last-child,.panel>.table-columns>.table-bordered>thead>tr>td:last-child,.panel>.table-columns>.table-bordered>thead>tr>th:last-child,.panel>.table-columns>table>tbody>tr>td:last-child,.panel>.table-columns>table>tbody>tr>th:last-child,.panel>.table-columns>table>tfoot>tr>td:last-child,.panel>.table-columns>table>tfoot>tr>th:last-child,.panel>.table-columns>table>thead>tr>td:last-child,.panel>.table-columns>table>thead>tr>th:last-child,.panel>.table-properties>.table-bordered>tbody>tr>td:last-child,.panel>.table-properties>.table-bordered>tbody>tr>th:last-child,.panel>.table-properties>.table-bordered>tfoot>tr>td:last-child,.panel>.table-properties>.table-bordered>tfoot>tr>th:last-child,.panel>.table-properties>.table-bordered>thead>tr>td:last-child,.panel>.table-properties>.table-bordered>thead>tr>th:last-child,.panel>.table-properties>table>tbody>tr>td:last-child,.panel>.table-properties>table>tbody>tr>th:last-child,.panel>.table-properties>table>tfoot>tr>td:last-child,.panel>.table-properties>table>tfoot>tr>th:last-child,.panel>.table-properties>table>thead>tr>td:last-child,.panel>.table-properties>table>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-search-result>.table-bordered>tbody>tr>td:last-child,.panel>.table-search-result>.table-bordered>tbody>tr>th:last-child,.panel>.table-search-result>.table-bordered>tfoot>tr>td:last-child,.panel>.table-search-result>.table-bordered>tfoot>tr>th:last-child,.panel>.table-search-result>.table-bordered>thead>tr>td:last-child,.panel>.table-search-result>.table-bordered>thead>tr>th:last-child,.panel>.table-search-result>table>tbody>tr>td:last-child,.panel>.table-search-result>table>tbody>tr>th:last-child,.panel>.table-search-result>table>tfoot>tr>td:last-child,.panel>.table-search-result>table>tfoot>tr>th:last-child,.panel>.table-search-result>table>thead>tr>td:last-child,.panel>.table-search-result>table>thead>tr>th:last-child,.panel>.tables>.table-bordered>tbody>tr>td:last-child,.panel>.tables>.table-bordered>tbody>tr>th:last-child,.panel>.tables>.table-bordered>tfoot>tr>td:last-child,.panel>.tables>.table-bordered>tfoot>tr>th:last-child,.panel>.tables>.table-bordered>thead>tr>td:last-child,.panel>.tables>.table-bordered>thead>tr>th:last-child,.panel>.tables>table>tbody>tr>td:last-child,.panel>.tables>table>tbody>tr>th:last-child,.panel>.tables>table>tfoot>tr>td:last-child,.panel>.tables>table>tfoot>tr>th:last-child,.panel>.tables>table>thead>tr>td:last-child,.panel>.tables>table>thead>tr>th:last-child,.sidebar .panel>.table-columns>table>tbody>tr>td:last-child,.sidebar .panel>.table-columns>table>tbody>tr>th:last-child,.sidebar .panel>.table-columns>table>tfoot>tr>td:last-child,.sidebar .panel>.table-columns>table>tfoot>tr>th:last-child,.sidebar .panel>.table-columns>table>thead>tr>td:last-child,.sidebar .panel>.table-columns>table>thead>tr>th:last-child,.table-columns .panel>.column-properties>table>tbody>tr>td:last-child,.table-columns .panel>.column-properties>table>tbody>tr>th:last-child,.table-columns .panel>.column-properties>table>tfoot>tr>td:last-child,.table-columns .panel>.column-properties>table>tfoot>tr>th:last-child,.table-columns .panel>.column-properties>table>thead>tr>td:last-child,.table-columns .panel>.column-properties>table>thead>tr>th:last-child,.table-columns .panel>.table-properties>table>tbody>tr>td:last-child,.table-columns .panel>.table-properties>table>tbody>tr>th:last-child,.table-columns .panel>.table-properties>table>tfoot>tr>td:last-child,.table-columns .panel>.table-properties>table>tfoot>tr>th:last-child,.table-columns .panel>.table-properties>table>thead>tr>td:last-child,.table-columns .panel>.table-properties>table>thead>tr>th:last-child,.table-columns .panel>.table-responsive>table>tbody>tr>td:last-child,.table-columns .panel>.table-responsive>table>tbody>tr>th:last-child,.table-columns .panel>.table-responsive>table>tfoot>tr>td:last-child,.table-columns .panel>.table-responsive>table>tfoot>tr>th:last-child,.table-columns .panel>.table-responsive>table>thead>tr>td:last-child,.table-columns .panel>.table-responsive>table>thead>tr>th:last-child,.table-columns .panel>.table-search-result>table>tbody>tr>td:last-child,.table-columns .panel>.table-search-result>table>tbody>tr>th:last-child,.table-columns .panel>.table-search-result>table>tfoot>tr>td:last-child,.table-columns .panel>.table-search-result>table>tfoot>tr>th:last-child,.table-columns .panel>.table-search-result>table>thead>tr>td:last-child,.table-columns .panel>.table-search-result>table>thead>tr>th:last-child,.table-columns .panel>.tables>table>tbody>tr>td:last-child,.table-columns .panel>.tables>table>tbody>tr>th:last-child,.table-columns .panel>.tables>table>tfoot>tr>td:last-child,.table-columns .panel>.tables>table>tfoot>tr>th:last-child,.table-columns .panel>.tables>table>thead>tr>td:last-child,.table-columns .panel>.tables>table>thead>tr>th:last-child,.table-columns .panel>table>tbody>tr>td:last-child,.table-columns .panel>table>tbody>tr>th:last-child,.table-columns .panel>table>tfoot>tr>td:last-child,.table-columns .panel>table>tfoot>tr>th:last-child,.table-columns .panel>table>thead>tr>td:last-child,.table-columns .panel>table>thead>tr>th:last-child,.table-properties .panel>.column-properties>table>tbody>tr>td:last-child,.table-properties .panel>.column-properties>table>tbody>tr>th:last-child,.table-properties .panel>.column-properties>table>tfoot>tr>td:last-child,.table-properties .panel>.column-properties>table>tfoot>tr>th:last-child,.table-properties .panel>.column-properties>table>thead>tr>td:last-child,.table-properties .panel>.column-properties>table>thead>tr>th:last-child,.table-properties .panel>.table-columns>table>tbody>tr>td:last-child,.table-properties .panel>.table-columns>table>tbody>tr>th:last-child,.table-properties .panel>.table-columns>table>tfoot>tr>td:last-child,.table-properties .panel>.table-columns>table>tfoot>tr>th:last-child,.table-properties .panel>.table-columns>table>thead>tr>td:last-child,.table-properties .panel>.table-columns>table>thead>tr>th:last-child,.table-properties .panel>.table-responsive>table>tbody>tr>td:last-child,.table-properties .panel>.table-responsive>table>tbody>tr>th:last-child,.table-properties .panel>.table-responsive>table>tfoot>tr>td:last-child,.table-properties .panel>.table-responsive>table>tfoot>tr>th:last-child,.table-properties .panel>.table-responsive>table>thead>tr>td:last-child,.table-properties .panel>.table-responsive>table>thead>tr>th:last-child,.table-properties .panel>.table-search-result>table>tbody>tr>td:last-child,.table-properties .panel>.table-search-result>table>tbody>tr>th:last-child,.table-properties .panel>.table-search-result>table>tfoot>tr>td:last-child,.table-properties .panel>.table-search-result>table>tfoot>tr>th:last-child,.table-properties .panel>.table-search-result>table>thead>tr>td:last-child,.table-properties .panel>.table-search-result>table>thead>tr>th:last-child,.table-properties .panel>.tables>table>tbody>tr>td:last-child,.table-properties .panel>.tables>table>tbody>tr>th:last-child,.table-properties .panel>.tables>table>tfoot>tr>td:last-child,.table-properties .panel>.tables>table>tfoot>tr>th:last-child,.table-properties .panel>.tables>table>thead>tr>td:last-child,.table-properties .panel>.tables>table>thead>tr>th:last-child,.table-properties .panel>table>tbody>tr>td:last-child,.table-properties .panel>table>tbody>tr>th:last-child,.table-properties .panel>table>tfoot>tr>td:last-child,.table-properties .panel>table>tfoot>tr>th:last-child,.table-properties .panel>table>thead>tr>td:last-child,.table-properties .panel>table>thead>tr>th:last-child,.table-search-result .panel>.column-properties>table>tbody>tr>td:last-child,.table-search-result .panel>.column-properties>table>tbody>tr>th:last-child,.table-search-result .panel>.column-properties>table>tfoot>tr>td:last-child,.table-search-result .panel>.column-properties>table>tfoot>tr>th:last-child,.table-search-result .panel>.column-properties>table>thead>tr>td:last-child,.table-search-result .panel>.column-properties>table>thead>tr>th:last-child,.table-search-result .panel>.table-columns>table>tbody>tr>td:last-child,.table-search-result .panel>.table-columns>table>tbody>tr>th:last-child,.table-search-result .panel>.table-columns>table>tfoot>tr>td:last-child,.table-search-result .panel>.table-columns>table>tfoot>tr>th:last-child,.table-search-result .panel>.table-columns>table>thead>tr>td:last-child,.table-search-result .panel>.table-columns>table>thead>tr>th:last-child,.table-search-result .panel>.table-properties>table>tbody>tr>td:last-child,.table-search-result .panel>.table-properties>table>tbody>tr>th:last-child,.table-search-result .panel>.table-properties>table>tfoot>tr>td:last-child,.table-search-result .panel>.table-properties>table>tfoot>tr>th:last-child,.table-search-result .panel>.table-properties>table>thead>tr>td:last-child,.table-search-result .panel>.table-properties>table>thead>tr>th:last-child,.table-search-result .panel>.table-responsive>table>tbody>tr>td:last-child,.table-search-result .panel>.table-responsive>table>tbody>tr>th:last-child,.table-search-result .panel>.table-responsive>table>tfoot>tr>td:last-child,.table-search-result .panel>.table-responsive>table>tfoot>tr>th:last-child,.table-search-result .panel>.table-responsive>table>thead>tr>td:last-child,.table-search-result .panel>.table-responsive>table>thead>tr>th:last-child,.table-search-result .panel>.tables>table>tbody>tr>td:last-child,.table-search-result .panel>.tables>table>tbody>tr>th:last-child,.table-search-result .panel>.tables>table>tfoot>tr>td:last-child,.table-search-result .panel>.tables>table>tfoot>tr>th:last-child,.table-search-result .panel>.tables>table>thead>tr>td:last-child,.table-search-result .panel>.tables>table>thead>tr>th:last-child,.table-search-result .panel>table>tbody>tr>td:last-child,.table-search-result .panel>table>tbody>tr>th:last-child,.table-search-result .panel>table>tfoot>tr>td:last-child,.table-search-result .panel>table>tfoot>tr>th:last-child,.table-search-result .panel>table>thead>tr>td:last-child,.table-search-result .panel>table>thead>tr>th:last-child,.tables .panel>.column-properties>table>tbody>tr>td:last-child,.tables .panel>.column-properties>table>tbody>tr>th:last-child,.tables .panel>.column-properties>table>tfoot>tr>td:last-child,.tables .panel>.column-properties>table>tfoot>tr>th:last-child,.tables .panel>.column-properties>table>thead>tr>td:last-child,.tables .panel>.column-properties>table>thead>tr>th:last-child,.tables .panel>.table-columns>table>tbody>tr>td:last-child,.tables .panel>.table-columns>table>tbody>tr>th:last-child,.tables .panel>.table-columns>table>tfoot>tr>td:last-child,.tables .panel>.table-columns>table>tfoot>tr>th:last-child,.tables .panel>.table-columns>table>thead>tr>td:last-child,.tables .panel>.table-columns>table>thead>tr>th:last-child,.tables .panel>.table-properties>table>tbody>tr>td:last-child,.tables .panel>.table-properties>table>tbody>tr>th:last-child,.tables .panel>.table-properties>table>tfoot>tr>td:last-child,.tables .panel>.table-properties>table>tfoot>tr>th:last-child,.tables .panel>.table-properties>table>thead>tr>td:last-child,.tables .panel>.table-properties>table>thead>tr>th:last-child,.tables .panel>.table-responsive>table>tbody>tr>td:last-child,.tables .panel>.table-responsive>table>tbody>tr>th:last-child,.tables .panel>.table-responsive>table>tfoot>tr>td:last-child,.tables .panel>.table-responsive>table>tfoot>tr>th:last-child,.tables .panel>.table-responsive>table>thead>tr>td:last-child,.tables .panel>.table-responsive>table>thead>tr>th:last-child,.tables .panel>.table-search-result>table>tbody>tr>td:last-child,.tables .panel>.table-search-result>table>tbody>tr>th:last-child,.tables .panel>.table-search-result>table>tfoot>tr>td:last-child,.tables .panel>.table-search-result>table>tfoot>tr>th:last-child,.tables .panel>.table-search-result>table>thead>tr>td:last-child,.tables .panel>.table-search-result>table>thead>tr>th:last-child,.tables .panel>table>tbody>tr>td:last-child,.tables .panel>table>tbody>tr>th:last-child,.tables .panel>table>tfoot>tr>td:last-child,.tables .panel>table>tfoot>tr>th:last-child,.tables .panel>table>thead>tr>td:last-child,.tables .panel>table>thead>tr>th:last-child{border-right:0}.column-properties .panel>.table-columns>table>tbody>tr:first-child>td,.column-properties .panel>.table-columns>table>tbody>tr:first-child>th,.column-properties .panel>.table-columns>table>tbody>tr:last-child>td,.column-properties .panel>.table-columns>table>tbody>tr:last-child>th,.column-properties .panel>.table-columns>table>tfoot>tr:last-child>td,.column-properties .panel>.table-columns>table>tfoot>tr:last-child>th,.column-properties .panel>.table-columns>table>thead>tr:first-child>td,.column-properties .panel>.table-columns>table>thead>tr:first-child>th,.column-properties .panel>.table-properties>table>tbody>tr:first-child>td,.column-properties .panel>.table-properties>table>tbody>tr:first-child>th,.column-properties .panel>.table-properties>table>tbody>tr:last-child>td,.column-properties .panel>.table-properties>table>tbody>tr:last-child>th,.column-properties .panel>.table-properties>table>tfoot>tr:last-child>td,.column-properties .panel>.table-properties>table>tfoot>tr:last-child>th,.column-properties .panel>.table-properties>table>thead>tr:first-child>td,.column-properties .panel>.table-properties>table>thead>tr:first-child>th,.column-properties .panel>.table-responsive>table>tbody>tr:first-child>td,.column-properties .panel>.table-responsive>table>tbody>tr:first-child>th,.column-properties .panel>.table-responsive>table>tbody>tr:last-child>td,.column-properties .panel>.table-responsive>table>tbody>tr:last-child>th,.column-properties .panel>.table-responsive>table>tfoot>tr:last-child>td,.column-properties .panel>.table-responsive>table>tfoot>tr:last-child>th,.column-properties .panel>.table-responsive>table>thead>tr:first-child>td,.column-properties .panel>.table-responsive>table>thead>tr:first-child>th,.column-properties .panel>.table-search-result>table>tbody>tr:first-child>td,.column-properties .panel>.table-search-result>table>tbody>tr:first-child>th,.column-properties .panel>.table-search-result>table>tbody>tr:last-child>td,.column-properties .panel>.table-search-result>table>tbody>tr:last-child>th,.column-properties .panel>.table-search-result>table>tfoot>tr:last-child>td,.column-properties .panel>.table-search-result>table>tfoot>tr:last-child>th,.column-properties .panel>.table-search-result>table>thead>tr:first-child>td,.column-properties .panel>.table-search-result>table>thead>tr:first-child>th,.column-properties .panel>.tables>table>tbody>tr:first-child>td,.column-properties .panel>.tables>table>tbody>tr:first-child>th,.column-properties .panel>.tables>table>tbody>tr:last-child>td,.column-properties .panel>.tables>table>tbody>tr:last-child>th,.column-properties .panel>.tables>table>tfoot>tr:last-child>td,.column-properties .panel>.tables>table>tfoot>tr:last-child>th,.column-properties .panel>.tables>table>thead>tr:first-child>td,.column-properties .panel>.tables>table>thead>tr:first-child>th,.column-properties .panel>table>tbody>tr:first-child>td,.column-properties .panel>table>tbody>tr:first-child>th,.column-properties .panel>table>tbody>tr:last-child>td,.column-properties .panel>table>tbody>tr:last-child>th,.column-properties .panel>table>tfoot>tr:last-child>td,.column-properties .panel>table>tfoot>tr:last-child>th,.column-properties .panel>table>thead>tr:first-child>td,.column-properties .panel>table>thead>tr:first-child>th,.list-search-result .panel>.column-properties>table>tbody>tr:first-child>td,.list-search-result .panel>.column-properties>table>tbody>tr:first-child>th,.list-search-result .panel>.column-properties>table>tbody>tr:last-child>td,.list-search-result .panel>.column-properties>table>tbody>tr:last-child>th,.list-search-result .panel>.column-properties>table>tfoot>tr:last-child>td,.list-search-result .panel>.column-properties>table>tfoot>tr:last-child>th,.list-search-result .panel>.column-properties>table>thead>tr:first-child>td,.list-search-result .panel>.column-properties>table>thead>tr:first-child>th,.list-search-result .panel>.table-columns>table>tbody>tr:first-child>td,.list-search-result .panel>.table-columns>table>tbody>tr:first-child>th,.list-search-result .panel>.table-columns>table>tbody>tr:last-child>td,.list-search-result .panel>.table-columns>table>tbody>tr:last-child>th,.list-search-result .panel>.table-columns>table>tfoot>tr:last-child>td,.list-search-result .panel>.table-columns>table>tfoot>tr:last-child>th,.list-search-result .panel>.table-columns>table>thead>tr:first-child>td,.list-search-result .panel>.table-columns>table>thead>tr:first-child>th,.list-search-result .panel>.table-properties>table>tbody>tr:first-child>td,.list-search-result .panel>.table-properties>table>tbody>tr:first-child>th,.list-search-result .panel>.table-properties>table>tbody>tr:last-child>td,.list-search-result .panel>.table-properties>table>tbody>tr:last-child>th,.list-search-result .panel>.table-properties>table>tfoot>tr:last-child>td,.list-search-result .panel>.table-properties>table>tfoot>tr:last-child>th,.list-search-result .panel>.table-properties>table>thead>tr:first-child>td,.list-search-result .panel>.table-properties>table>thead>tr:first-child>th,.list-search-result .panel>.table-responsive>table>tbody>tr:first-child>td,.list-search-result .panel>.table-responsive>table>tbody>tr:first-child>th,.list-search-result .panel>.table-responsive>table>tbody>tr:last-child>td,.list-search-result .panel>.table-responsive>table>tbody>tr:last-child>th,.list-search-result .panel>.table-responsive>table>tfoot>tr:last-child>td,.list-search-result .panel>.table-responsive>table>tfoot>tr:last-child>th,.list-search-result .panel>.table-responsive>table>thead>tr:first-child>td,.list-search-result .panel>.table-responsive>table>thead>tr:first-child>th,.list-search-result .panel>.table-search-result>table>tbody>tr:first-child>td,.list-search-result .panel>.table-search-result>table>tbody>tr:first-child>th,.list-search-result .panel>.table-search-result>table>tbody>tr:last-child>td,.list-search-result .panel>.table-search-result>table>tbody>tr:last-child>th,.list-search-result .panel>.table-search-result>table>tfoot>tr:last-child>td,.list-search-result .panel>.table-search-result>table>tfoot>tr:last-child>th,.list-search-result .panel>.table-search-result>table>thead>tr:first-child>td,.list-search-result .panel>.table-search-result>table>thead>tr:first-child>th,.list-search-result .panel>.tables>table>tbody>tr:first-child>td,.list-search-result .panel>.tables>table>tbody>tr:first-child>th,.list-search-result .panel>.tables>table>tbody>tr:last-child>td,.list-search-result .panel>.tables>table>tbody>tr:last-child>th,.list-search-result .panel>.tables>table>tfoot>tr:last-child>td,.list-search-result .panel>.tables>table>tfoot>tr:last-child>th,.list-search-result .panel>.tables>table>thead>tr:first-child>td,.list-search-result .panel>.tables>table>thead>tr:first-child>th,.list-search-result .panel>table>tbody>tr:first-child>td,.list-search-result .panel>table>tbody>tr:first-child>th,.list-search-result .panel>table>tbody>tr:last-child>td,.list-search-result .panel>table>tbody>tr:last-child>th,.list-search-result .panel>table>tfoot>tr:last-child>td,.list-search-result .panel>table>tfoot>tr:last-child>th,.list-search-result .panel>table>thead>tr:first-child>td,.list-search-result .panel>table>thead>tr:first-child>th,.panel>.column-properties>.table-bordered>tbody>tr:first-child>td,.panel>.column-properties>.table-bordered>tbody>tr:first-child>th,.panel>.column-properties>.table-bordered>tbody>tr:last-child>td,.panel>.column-properties>.table-bordered>tbody>tr:last-child>th,.panel>.column-properties>.table-bordered>tfoot>tr:last-child>td,.panel>.column-properties>.table-bordered>tfoot>tr:last-child>th,.panel>.column-properties>.table-bordered>thead>tr:first-child>td,.panel>.column-properties>.table-bordered>thead>tr:first-child>th,.panel>.column-properties>table>tbody>tr:first-child>td,.panel>.column-properties>table>tbody>tr:first-child>th,.panel>.column-properties>table>tbody>tr:last-child>td,.panel>.column-properties>table>tbody>tr:last-child>th,.panel>.column-properties>table>tfoot>tr:last-child>td,.panel>.column-properties>table>tfoot>tr:last-child>th,.panel>.column-properties>table>thead>tr:first-child>td,.panel>.column-properties>table>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-columns>.table-bordered>tbody>tr:first-child>td,.panel>.table-columns>.table-bordered>tbody>tr:first-child>th,.panel>.table-columns>.table-bordered>tbody>tr:last-child>td,.panel>.table-columns>.table-bordered>tbody>tr:last-child>th,.panel>.table-columns>.table-bordered>tfoot>tr:last-child>td,.panel>.table-columns>.table-bordered>tfoot>tr:last-child>th,.panel>.table-columns>.table-bordered>thead>tr:first-child>td,.panel>.table-columns>.table-bordered>thead>tr:first-child>th,.panel>.table-columns>table>tbody>tr:first-child>td,.panel>.table-columns>table>tbody>tr:first-child>th,.panel>.table-columns>table>tbody>tr:last-child>td,.panel>.table-columns>table>tbody>tr:last-child>th,.panel>.table-columns>table>tfoot>tr:last-child>td,.panel>.table-columns>table>tfoot>tr:last-child>th,.panel>.table-columns>table>thead>tr:first-child>td,.panel>.table-columns>table>thead>tr:first-child>th,.panel>.table-properties>.table-bordered>tbody>tr:first-child>td,.panel>.table-properties>.table-bordered>tbody>tr:first-child>th,.panel>.table-properties>.table-bordered>tbody>tr:last-child>td,.panel>.table-properties>.table-bordered>tbody>tr:last-child>th,.panel>.table-properties>.table-bordered>tfoot>tr:last-child>td,.panel>.table-properties>.table-bordered>tfoot>tr:last-child>th,.panel>.table-properties>.table-bordered>thead>tr:first-child>td,.panel>.table-properties>.table-bordered>thead>tr:first-child>th,.panel>.table-properties>table>tbody>tr:first-child>td,.panel>.table-properties>table>tbody>tr:first-child>th,.panel>.table-properties>table>tbody>tr:last-child>td,.panel>.table-properties>table>tbody>tr:last-child>th,.panel>.table-properties>table>tfoot>tr:last-child>td,.panel>.table-properties>table>tfoot>tr:last-child>th,.panel>.table-properties>table>thead>tr:first-child>td,.panel>.table-properties>table>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-search-result>.table-bordered>tbody>tr:first-child>td,.panel>.table-search-result>.table-bordered>tbody>tr:first-child>th,.panel>.table-search-result>.table-bordered>tbody>tr:last-child>td,.panel>.table-search-result>.table-bordered>tbody>tr:last-child>th,.panel>.table-search-result>.table-bordered>tfoot>tr:last-child>td,.panel>.table-search-result>.table-bordered>tfoot>tr:last-child>th,.panel>.table-search-result>.table-bordered>thead>tr:first-child>td,.panel>.table-search-result>.table-bordered>thead>tr:first-child>th,.panel>.table-search-result>table>tbody>tr:first-child>td,.panel>.table-search-result>table>tbody>tr:first-child>th,.panel>.table-search-result>table>tbody>tr:last-child>td,.panel>.table-search-result>table>tbody>tr:last-child>th,.panel>.table-search-result>table>tfoot>tr:last-child>td,.panel>.table-search-result>table>tfoot>tr:last-child>th,.panel>.table-search-result>table>thead>tr:first-child>td,.panel>.table-search-result>table>thead>tr:first-child>th,.panel>.tables>.table-bordered>tbody>tr:first-child>td,.panel>.tables>.table-bordered>tbody>tr:first-child>th,.panel>.tables>.table-bordered>tbody>tr:last-child>td,.panel>.tables>.table-bordered>tbody>tr:last-child>th,.panel>.tables>.table-bordered>tfoot>tr:last-child>td,.panel>.tables>.table-bordered>tfoot>tr:last-child>th,.panel>.tables>.table-bordered>thead>tr:first-child>td,.panel>.tables>.table-bordered>thead>tr:first-child>th,.panel>.tables>table>tbody>tr:first-child>td,.panel>.tables>table>tbody>tr:first-child>th,.panel>.tables>table>tbody>tr:last-child>td,.panel>.tables>table>tbody>tr:last-child>th,.panel>.tables>table>tfoot>tr:last-child>td,.panel>.tables>table>tfoot>tr:last-child>th,.panel>.tables>table>thead>tr:first-child>td,.panel>.tables>table>thead>tr:first-child>th,.sidebar .panel>.table-columns>table>tbody>tr:first-child>td,.sidebar .panel>.table-columns>table>tbody>tr:first-child>th,.sidebar .panel>.table-columns>table>tbody>tr:last-child>td,.sidebar .panel>.table-columns>table>tbody>tr:last-child>th,.sidebar .panel>.table-columns>table>tfoot>tr:last-child>td,.sidebar .panel>.table-columns>table>tfoot>tr:last-child>th,.sidebar .panel>.table-columns>table>thead>tr:first-child>td,.sidebar .panel>.table-columns>table>thead>tr:first-child>th,.table-columns .panel>.column-properties>table>tbody>tr:first-child>td,.table-columns .panel>.column-properties>table>tbody>tr:first-child>th,.table-columns .panel>.column-properties>table>tbody>tr:last-child>td,.table-columns .panel>.column-properties>table>tbody>tr:last-child>th,.table-columns .panel>.column-properties>table>tfoot>tr:last-child>td,.table-columns .panel>.column-properties>table>tfoot>tr:last-child>th,.table-columns .panel>.column-properties>table>thead>tr:first-child>td,.table-columns .panel>.column-properties>table>thead>tr:first-child>th,.table-columns .panel>.table-properties>table>tbody>tr:first-child>td,.table-columns .panel>.table-properties>table>tbody>tr:first-child>th,.table-columns .panel>.table-properties>table>tbody>tr:last-child>td,.table-columns .panel>.table-properties>table>tbody>tr:last-child>th,.table-columns .panel>.table-properties>table>tfoot>tr:last-child>td,.table-columns .panel>.table-properties>table>tfoot>tr:last-child>th,.table-columns .panel>.table-properties>table>thead>tr:first-child>td,.table-columns .panel>.table-properties>table>thead>tr:first-child>th,.table-columns .panel>.table-responsive>table>tbody>tr:first-child>td,.table-columns .panel>.table-responsive>table>tbody>tr:first-child>th,.table-columns .panel>.table-responsive>table>tbody>tr:last-child>td,.table-columns .panel>.table-responsive>table>tbody>tr:last-child>th,.table-columns .panel>.table-responsive>table>tfoot>tr:last-child>td,.table-columns .panel>.table-responsive>table>tfoot>tr:last-child>th,.table-columns .panel>.table-responsive>table>thead>tr:first-child>td,.table-columns .panel>.table-responsive>table>thead>tr:first-child>th,.table-columns .panel>.table-search-result>table>tbody>tr:first-child>td,.table-columns .panel>.table-search-result>table>tbody>tr:first-child>th,.table-columns .panel>.table-search-result>table>tbody>tr:last-child>td,.table-columns .panel>.table-search-result>table>tbody>tr:last-child>th,.table-columns .panel>.table-search-result>table>tfoot>tr:last-child>td,.table-columns .panel>.table-search-result>table>tfoot>tr:last-child>th,.table-columns .panel>.table-search-result>table>thead>tr:first-child>td,.table-columns .panel>.table-search-result>table>thead>tr:first-child>th,.table-columns .panel>.tables>table>tbody>tr:first-child>td,.table-columns .panel>.tables>table>tbody>tr:first-child>th,.table-columns .panel>.tables>table>tbody>tr:last-child>td,.table-columns .panel>.tables>table>tbody>tr:last-child>th,.table-columns .panel>.tables>table>tfoot>tr:last-child>td,.table-columns .panel>.tables>table>tfoot>tr:last-child>th,.table-columns .panel>.tables>table>thead>tr:first-child>td,.table-columns .panel>.tables>table>thead>tr:first-child>th,.table-columns .panel>table>tbody>tr:first-child>td,.table-columns .panel>table>tbody>tr:first-child>th,.table-columns .panel>table>tbody>tr:last-child>td,.table-columns .panel>table>tbody>tr:last-child>th,.table-columns .panel>table>tfoot>tr:last-child>td,.table-columns .panel>table>tfoot>tr:last-child>th,.table-columns .panel>table>thead>tr:first-child>td,.table-columns .panel>table>thead>tr:first-child>th,.table-properties .panel>.column-properties>table>tbody>tr:first-child>td,.table-properties .panel>.column-properties>table>tbody>tr:first-child>th,.table-properties .panel>.column-properties>table>tbody>tr:last-child>td,.table-properties .panel>.column-properties>table>tbody>tr:last-child>th,.table-properties .panel>.column-properties>table>tfoot>tr:last-child>td,.table-properties .panel>.column-properties>table>tfoot>tr:last-child>th,.table-properties .panel>.column-properties>table>thead>tr:first-child>td,.table-properties .panel>.column-properties>table>thead>tr:first-child>th,.table-properties .panel>.table-columns>table>tbody>tr:first-child>td,.table-properties .panel>.table-columns>table>tbody>tr:first-child>th,.table-properties .panel>.table-columns>table>tbody>tr:last-child>td,.table-properties .panel>.table-columns>table>tbody>tr:last-child>th,.table-properties .panel>.table-columns>table>tfoot>tr:last-child>td,.table-properties .panel>.table-columns>table>tfoot>tr:last-child>th,.table-properties .panel>.table-columns>table>thead>tr:first-child>td,.table-properties .panel>.table-columns>table>thead>tr:first-child>th,.table-properties .panel>.table-responsive>table>tbody>tr:first-child>td,.table-properties .panel>.table-responsive>table>tbody>tr:first-child>th,.table-properties .panel>.table-responsive>table>tbody>tr:last-child>td,.table-properties .panel>.table-responsive>table>tbody>tr:last-child>th,.table-properties .panel>.table-responsive>table>tfoot>tr:last-child>td,.table-properties .panel>.table-responsive>table>tfoot>tr:last-child>th,.table-properties .panel>.table-responsive>table>thead>tr:first-child>td,.table-properties .panel>.table-responsive>table>thead>tr:first-child>th,.table-properties .panel>.table-search-result>table>tbody>tr:first-child>td,.table-properties .panel>.table-search-result>table>tbody>tr:first-child>th,.table-properties .panel>.table-search-result>table>tbody>tr:last-child>td,.table-properties .panel>.table-search-result>table>tbody>tr:last-child>th,.table-properties .panel>.table-search-result>table>tfoot>tr:last-child>td,.table-properties .panel>.table-search-result>table>tfoot>tr:last-child>th,.table-properties .panel>.table-search-result>table>thead>tr:first-child>td,.table-properties .panel>.table-search-result>table>thead>tr:first-child>th,.table-properties .panel>.tables>table>tbody>tr:first-child>td,.table-properties .panel>.tables>table>tbody>tr:first-child>th,.table-properties .panel>.tables>table>tbody>tr:last-child>td,.table-properties .panel>.tables>table>tbody>tr:last-child>th,.table-properties .panel>.tables>table>tfoot>tr:last-child>td,.table-properties .panel>.tables>table>tfoot>tr:last-child>th,.table-properties .panel>.tables>table>thead>tr:first-child>td,.table-properties .panel>.tables>table>thead>tr:first-child>th,.table-properties .panel>table>tbody>tr:first-child>td,.table-properties .panel>table>tbody>tr:first-child>th,.table-properties .panel>table>tbody>tr:last-child>td,.table-properties .panel>table>tbody>tr:last-child>th,.table-properties .panel>table>tfoot>tr:last-child>td,.table-properties .panel>table>tfoot>tr:last-child>th,.table-properties .panel>table>thead>tr:first-child>td,.table-properties .panel>table>thead>tr:first-child>th,.table-search-result .panel>.column-properties>table>tbody>tr:first-child>td,.table-search-result .panel>.column-properties>table>tbody>tr:first-child>th,.table-search-result .panel>.column-properties>table>tbody>tr:last-child>td,.table-search-result .panel>.column-properties>table>tbody>tr:last-child>th,.table-search-result .panel>.column-properties>table>tfoot>tr:last-child>td,.table-search-result .panel>.column-properties>table>tfoot>tr:last-child>th,.table-search-result .panel>.column-properties>table>thead>tr:first-child>td,.table-search-result .panel>.column-properties>table>thead>tr:first-child>th,.table-search-result .panel>.table-columns>table>tbody>tr:first-child>td,.table-search-result .panel>.table-columns>table>tbody>tr:first-child>th,.table-search-result .panel>.table-columns>table>tbody>tr:last-child>td,.table-search-result .panel>.table-columns>table>tbody>tr:last-child>th,.table-search-result .panel>.table-columns>table>tfoot>tr:last-child>td,.table-search-result .panel>.table-columns>table>tfoot>tr:last-child>th,.table-search-result .panel>.table-columns>table>thead>tr:first-child>td,.table-search-result .panel>.table-columns>table>thead>tr:first-child>th,.table-search-result .panel>.table-properties>table>tbody>tr:first-child>td,.table-search-result .panel>.table-properties>table>tbody>tr:first-child>th,.table-search-result .panel>.table-properties>table>tbody>tr:last-child>td,.table-search-result .panel>.table-properties>table>tbody>tr:last-child>th,.table-search-result .panel>.table-properties>table>tfoot>tr:last-child>td,.table-search-result .panel>.table-properties>table>tfoot>tr:last-child>th,.table-search-result .panel>.table-properties>table>thead>tr:first-child>td,.table-search-result .panel>.table-properties>table>thead>tr:first-child>th,.table-search-result .panel>.table-responsive>table>tbody>tr:first-child>td,.table-search-result .panel>.table-responsive>table>tbody>tr:first-child>th,.table-search-result .panel>.table-responsive>table>tbody>tr:last-child>td,.table-search-result .panel>.table-responsive>table>tbody>tr:last-child>th,.table-search-result .panel>.table-responsive>table>tfoot>tr:last-child>td,.table-search-result .panel>.table-responsive>table>tfoot>tr:last-child>th,.table-search-result .panel>.table-responsive>table>thead>tr:first-child>td,.table-search-result .panel>.table-responsive>table>thead>tr:first-child>th,.table-search-result .panel>.tables>table>tbody>tr:first-child>td,.table-search-result .panel>.tables>table>tbody>tr:first-child>th,.table-search-result .panel>.tables>table>tbody>tr:last-child>td,.table-search-result .panel>.tables>table>tbody>tr:last-child>th,.table-search-result .panel>.tables>table>tfoot>tr:last-child>td,.table-search-result .panel>.tables>table>tfoot>tr:last-child>th,.table-search-result .panel>.tables>table>thead>tr:first-child>td,.table-search-result .panel>.tables>table>thead>tr:first-child>th,.table-search-result .panel>table>tbody>tr:first-child>td,.table-search-result .panel>table>tbody>tr:first-child>th,.table-search-result .panel>table>tbody>tr:last-child>td,.table-search-result .panel>table>tbody>tr:last-child>th,.table-search-result .panel>table>tfoot>tr:last-child>td,.table-search-result .panel>table>tfoot>tr:last-child>th,.table-search-result .panel>table>thead>tr:first-child>td,.table-search-result .panel>table>thead>tr:first-child>th,.tables .panel>.column-properties>table>tbody>tr:first-child>td,.tables .panel>.column-properties>table>tbody>tr:first-child>th,.tables .panel>.column-properties>table>tbody>tr:last-child>td,.tables .panel>.column-properties>table>tbody>tr:last-child>th,.tables .panel>.column-properties>table>tfoot>tr:last-child>td,.tables .panel>.column-properties>table>tfoot>tr:last-child>th,.tables .panel>.column-properties>table>thead>tr:first-child>td,.tables .panel>.column-properties>table>thead>tr:first-child>th,.tables .panel>.table-columns>table>tbody>tr:first-child>td,.tables .panel>.table-columns>table>tbody>tr:first-child>th,.tables .panel>.table-columns>table>tbody>tr:last-child>td,.tables .panel>.table-columns>table>tbody>tr:last-child>th,.tables .panel>.table-columns>table>tfoot>tr:last-child>td,.tables .panel>.table-columns>table>tfoot>tr:last-child>th,.tables .panel>.table-columns>table>thead>tr:first-child>td,.tables .panel>.table-columns>table>thead>tr:first-child>th,.tables .panel>.table-properties>table>tbody>tr:first-child>td,.tables .panel>.table-properties>table>tbody>tr:first-child>th,.tables .panel>.table-properties>table>tbody>tr:last-child>td,.tables .panel>.table-properties>table>tbody>tr:last-child>th,.tables .panel>.table-properties>table>tfoot>tr:last-child>td,.tables .panel>.table-properties>table>tfoot>tr:last-child>th,.tables .panel>.table-properties>table>thead>tr:first-child>td,.tables .panel>.table-properties>table>thead>tr:first-child>th,.tables .panel>.table-responsive>table>tbody>tr:first-child>td,.tables .panel>.table-responsive>table>tbody>tr:first-child>th,.tables .panel>.table-responsive>table>tbody>tr:last-child>td,.tables .panel>.table-responsive>table>tbody>tr:last-child>th,.tables .panel>.table-responsive>table>tfoot>tr:last-child>td,.tables .panel>.table-responsive>table>tfoot>tr:last-child>th,.tables .panel>.table-responsive>table>thead>tr:first-child>td,.tables .panel>.table-responsive>table>thead>tr:first-child>th,.tables .panel>.table-search-result>table>tbody>tr:first-child>td,.tables .panel>.table-search-result>table>tbody>tr:first-child>th,.tables .panel>.table-search-result>table>tbody>tr:last-child>td,.tables .panel>.table-search-result>table>tbody>tr:last-child>th,.tables .panel>.table-search-result>table>tfoot>tr:last-child>td,.tables .panel>.table-search-result>table>tfoot>tr:last-child>th,.tables .panel>.table-search-result>table>thead>tr:first-child>td,.tables .panel>.table-search-result>table>thead>tr:first-child>th,.tables .panel>table>tbody>tr:first-child>td,.tables .panel>table>tbody>tr:first-child>th,.tables .panel>table>tbody>tr:last-child>td,.tables .panel>table>tbody>tr:last-child>th,.tables .panel>table>tfoot>tr:last-child>td,.tables .panel>table>tfoot>tr:last-child>th,.tables .panel>table>thead>tr:first-child>td,.tables .panel>table>thead>tr:first-child>th{border-bottom:0}.panel>.column-properties,.panel>.table-columns,.panel>.table-properties,.panel>.table-responsive,.panel>.table-search-result,.panel>.tables,.sidebar .panel>.table-columns{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.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)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn,.modal-footer .table-form .btn+button[type=submit],.modal-footer .table-form button[type=submit]+.btn,.modal-footer .table-form button[type=submit]+button[type=submit],.table-form .modal-footer .btn+button[type=submit],.table-form .modal-footer button[type=submit]+.btn,.table-form .modal-footer button[type=submit]+button[type=submit]{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .table-form .btn+button[type=submit],.modal-footer .btn-group .table-form button[type=submit]+.btn,.modal-footer .btn-group .table-form button[type=submit]+button[type=submit],.table-form .modal-footer .btn-group .btn+button[type=submit],.table-form .modal-footer .btn-group button[type=submit]+.btn,.table-form .modal-footer .btn-group button[type=submit]+button[type=submit]{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn,.carousel-caption .table-form button[type=submit],.table-form .carousel-caption button[type=submit]{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}@media print{.visible-print-block{display:block!important}}@media print{.visible-print-inline{display:inline!important}}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.search-form .form-group{display:block;margin-bottom:15px}.time-query .dropdown{display:inline-block}@media screen and (min-width:768px){.footer,.header,.marketing{padding-left:0;padding-right:0}.header{margin-bottom:30px}.jumbotron{border-bottom:0}}
@@ -1,10 +0,0 @@
1
- /*!
2
- * Bootstrap v3.3.1 (http://getbootstrap.com)
3
- * Copyright 2011-2014 Twitter, Inc.
4
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
- *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}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}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{color:#000;background:#ff0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}.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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.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:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px}input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.form-group-sm .form-control,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control,select.input-sm{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,select[multiple].input-sm,textarea.form-group-sm .form-control,textarea.input-sm{height:auto}.form-group-lg .form-control,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.form-group-lg .form-control,select.input-lg{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,select[multiple].input-lg,textarea.form-group-lg .form-control,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.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;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}@media print{.visible-print-block{display:block!important}}@media print{.visible-print-inline{display:inline!important}}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*!
6
- * Slider for Bootstrap
7
- *
8
- * Licensed under the Apache License v2.0
9
- *
10
- */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle{border-width:0 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;width:20px;height:20px;background-color:#3a94a5;background-image:-webkit-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(to bottom,#149bdf 0,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);opacity:.8;border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:transparent none}