From 4b0ca55eb79e963523eb6c8197825e9e8ae904e2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 4 May 2015 15:53:29 +0800 Subject: [PATCH] First commit, version 0.2.7 --- Procfile | 1 + README.md | 9 + app.js | 253 + config.js | 50 + lib/auth.js | 49 + lib/db.js | 146 + lib/note.js | 60 + lib/realtime.js | 392 + lib/response.js | 211 + lib/user.js | 83 + package.json | 45 + public/GFM.md | 45 + public/apple-touch-icon.png | Bin 0 -> 50171 bytes public/css/bootstrap-social.css | 101 + public/css/center.css | 13 + public/css/cover.css | 278 + public/css/extra.css | 47 + public/css/gist.css | 647 + public/css/github-cdn.css | 3 + public/css/github-code-cdn.css | 1 + public/css/github-code-unminify.css | 12935 +++++++++++++++ public/css/github-emoji-unminify.css | 13772 ++++++++++++++++ public/css/github-emoji.css | 3 + public/css/github-extract.css | 345 + public/css/github-markdown.css | 625 + public/css/github-unminify.css | 10670 ++++++++++++ public/css/github.css | 277 + public/css/index.css | 108 + public/css/markdown.css | 89 + public/css/site.css | 15 + public/default.md | 3 + public/favicon.png | Bin 0 -> 1163 bytes public/features.md | 332 + public/index.html | 194 + public/js/cover.js | 311 + public/js/extra.js | 278 + public/js/ga.js | 14 + public/js/history.js | 256 + public/js/index.js | 940 ++ public/js/unused.js | 45 + public/vendor/FileSaver.min.js | 2 + .../vendor/bootstrap/css/bootstrap-theme.css | 476 + .../bootstrap/css/bootstrap-theme.css.map | 1 + .../bootstrap/css/bootstrap-theme.min.css | 5 + public/vendor/bootstrap/css/bootstrap.css | 6566 ++++++++ public/vendor/bootstrap/css/bootstrap.css.map | 1 + public/vendor/bootstrap/css/bootstrap.min.css | 5 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes .../fonts/glyphicons-halflings-regular.svg | 288 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes public/vendor/bootstrap/js/bootstrap.js | 2306 +++ public/vendor/bootstrap/js/bootstrap.min.js | 7 + public/vendor/bootstrap/js/npm.js | 13 + .../codemirror/addon/comment/comment.js | 183 + .../addon/comment/continuecomment.js | 85 + .../vendor/codemirror/addon/dialog/dialog.css | 32 + .../vendor/codemirror/addon/dialog/dialog.js | 157 + .../codemirror/addon/display/fullscreen.css | 6 + .../codemirror/addon/display/fullscreen.js | 41 + .../vendor/codemirror/addon/display/panel.js | 112 + .../codemirror/addon/display/placeholder.js | 58 + .../vendor/codemirror/addon/display/rulers.js | 64 + .../codemirror/addon/edit/closebrackets.js | 184 + .../vendor/codemirror/addon/edit/closetag.js | 166 + .../codemirror/addon/edit/continuelist.js | 52 + .../codemirror/addon/edit/matchbrackets.js | 120 + .../vendor/codemirror/addon/edit/matchtags.js | 66 + .../codemirror/addon/edit/trailingspace.js | 27 + .../codemirror/addon/fold/brace-fold.js | 105 + .../codemirror/addon/fold/comment-fold.js | 57 + .../vendor/codemirror/addon/fold/foldcode.js | 149 + .../codemirror/addon/fold/foldgutter.css | 20 + .../codemirror/addon/fold/foldgutter.js | 146 + .../codemirror/addon/fold/indent-fold.js | 44 + .../codemirror/addon/fold/markdown-fold.js | 49 + .../vendor/codemirror/addon/fold/xml-fold.js | 182 + .../codemirror/addon/hint/anyword-hint.js | 41 + .../vendor/codemirror/addon/hint/css-hint.js | 60 + .../vendor/codemirror/addon/hint/html-hint.js | 348 + .../codemirror/addon/hint/javascript-hint.js | 146 + .../codemirror/addon/hint/show-hint.css | 38 + .../vendor/codemirror/addon/hint/show-hint.js | 392 + .../vendor/codemirror/addon/hint/sql-hint.js | 245 + .../vendor/codemirror/addon/hint/xml-hint.js | 110 + .../addon/lint/coffeescript-lint.js | 41 + .../vendor/codemirror/addon/lint/css-lint.js | 35 + .../codemirror/addon/lint/javascript-lint.js | 136 + .../vendor/codemirror/addon/lint/json-lint.js | 31 + public/vendor/codemirror/addon/lint/lint.css | 73 + public/vendor/codemirror/addon/lint/lint.js | 207 + .../vendor/codemirror/addon/lint/yaml-lint.js | 28 + .../vendor/codemirror/addon/merge/merge.css | 112 + public/vendor/codemirror/addon/merge/merge.js | 775 + .../vendor/codemirror/addon/mode/loadmode.js | 64 + .../vendor/codemirror/addon/mode/multiplex.js | 123 + .../codemirror/addon/mode/multiplex_test.js | 33 + .../vendor/codemirror/addon/mode/overlay.js | 85 + public/vendor/codemirror/addon/mode/simple.js | 213 + .../codemirror/addon/runmode/colorize.js | 40 + .../addon/runmode/runmode-standalone.js | 157 + .../codemirror/addon/runmode/runmode.js | 72 + .../codemirror/addon/runmode/runmode.node.js | 120 + .../addon/scroll/annotatescrollbar.js | 115 + .../codemirror/addon/scroll/scrollpastend.js | 46 + .../addon/scroll/simplescrollbars.css | 66 + .../addon/scroll/simplescrollbars.js | 147 + .../addon/search/match-highlighter.js | 128 + .../addon/search/matchesonscrollbar.css | 8 + .../addon/search/matchesonscrollbar.js | 97 + .../vendor/codemirror/addon/search/search.js | 167 + .../codemirror/addon/search/searchcursor.js | 189 + .../codemirror/addon/selection/active-line.js | 71 + .../addon/selection/mark-selection.js | 118 + .../addon/selection/selection-pointer.js | 98 + public/vendor/codemirror/addon/tern/tern.css | 86 + public/vendor/codemirror/addon/tern/tern.js | 697 + public/vendor/codemirror/addon/tern/worker.js | 44 + .../vendor/codemirror/addon/wrap/hardwrap.js | 139 + public/vendor/codemirror/codemirror.min.js | 12 + public/vendor/codemirror/compress.sh | 22 + public/vendor/codemirror/keymap/emacs.js | 412 + public/vendor/codemirror/keymap/sublime.js | 553 + public/vendor/codemirror/keymap/vim.js | 5042 ++++++ public/vendor/codemirror/lib/codemirror.css | 325 + public/vendor/codemirror/lib/codemirror.js | 8745 ++++++++++ public/vendor/codemirror/mode/apl/apl.js | 175 + public/vendor/codemirror/mode/apl/index.html | 72 + .../codemirror/mode/asciiarmor/asciiarmor.js | 73 + .../codemirror/mode/asciiarmor/index.html | 46 + .../codemirror/mode/asterisk/asterisk.js | 198 + .../codemirror/mode/asterisk/index.html | 154 + public/vendor/codemirror/mode/clike/clike.js | 494 + .../vendor/codemirror/mode/clike/index.html | 251 + .../vendor/codemirror/mode/clike/scala.html | 767 + .../vendor/codemirror/mode/clojure/clojure.js | 244 + .../vendor/codemirror/mode/clojure/index.html | 88 + public/vendor/codemirror/mode/cmake/cmake.js | 97 + .../vendor/codemirror/mode/cmake/index.html | 129 + public/vendor/codemirror/mode/cobol/cobol.js | 255 + .../vendor/codemirror/mode/cobol/index.html | 210 + .../mode/coffeescript/coffeescript.js | 369 + .../codemirror/mode/coffeescript/index.html | 740 + .../codemirror/mode/commonlisp/commonlisp.js | 123 + .../codemirror/mode/commonlisp/index.html | 177 + public/vendor/codemirror/mode/css/css.js | 769 + public/vendor/codemirror/mode/css/index.html | 75 + public/vendor/codemirror/mode/css/less.html | 152 + .../vendor/codemirror/mode/css/less_test.js | 54 + public/vendor/codemirror/mode/css/scss.html | 157 + .../vendor/codemirror/mode/css/scss_test.js | 110 + public/vendor/codemirror/mode/css/test.js | 195 + .../vendor/codemirror/mode/cypher/cypher.js | 146 + .../vendor/codemirror/mode/cypher/index.html | 63 + public/vendor/codemirror/mode/d/d.js | 218 + public/vendor/codemirror/mode/d/index.html | 273 + public/vendor/codemirror/mode/dart/dart.js | 50 + public/vendor/codemirror/mode/dart/index.html | 71 + public/vendor/codemirror/mode/diff/diff.js | 47 + public/vendor/codemirror/mode/diff/index.html | 117 + .../vendor/codemirror/mode/django/django.js | 350 + .../vendor/codemirror/mode/django/index.html | 73 + .../codemirror/mode/dockerfile/dockerfile.js | 76 + .../codemirror/mode/dockerfile/index.html | 73 + public/vendor/codemirror/mode/dtd/dtd.js | 142 + public/vendor/codemirror/mode/dtd/index.html | 89 + public/vendor/codemirror/mode/dylan/dylan.js | 299 + .../vendor/codemirror/mode/dylan/index.html | 407 + public/vendor/codemirror/mode/ebnf/ebnf.js | 195 + public/vendor/codemirror/mode/ebnf/index.html | 102 + public/vendor/codemirror/mode/ecl/ecl.js | 207 + public/vendor/codemirror/mode/ecl/index.html | 52 + .../vendor/codemirror/mode/eiffel/eiffel.js | 162 + .../vendor/codemirror/mode/eiffel/index.html | 429 + .../vendor/codemirror/mode/erlang/erlang.js | 622 + .../vendor/codemirror/mode/erlang/index.html | 76 + public/vendor/codemirror/mode/forth/forth.js | 180 + .../vendor/codemirror/mode/forth/index.html | 75 + .../vendor/codemirror/mode/fortran/fortran.js | 188 + .../vendor/codemirror/mode/fortran/index.html | 81 + public/vendor/codemirror/mode/gas/gas.js | 345 + public/vendor/codemirror/mode/gas/index.html | 68 + public/vendor/codemirror/mode/gfm/gfm.js | 123 + public/vendor/codemirror/mode/gfm/index.html | 93 + public/vendor/codemirror/mode/gfm/test.js | 213 + .../vendor/codemirror/mode/gherkin/gherkin.js | 178 + .../vendor/codemirror/mode/gherkin/index.html | 48 + public/vendor/codemirror/mode/go/go.js | 185 + public/vendor/codemirror/mode/go/index.html | 85 + .../vendor/codemirror/mode/groovy/groovy.js | 227 + .../vendor/codemirror/mode/groovy/index.html | 84 + public/vendor/codemirror/mode/haml/haml.js | 159 + public/vendor/codemirror/mode/haml/index.html | 79 + public/vendor/codemirror/mode/haml/test.js | 97 + .../codemirror/mode/handlebars/handlebars.js | 53 + .../codemirror/mode/handlebars/index.html | 83 + .../vendor/codemirror/mode/haskell/haskell.js | 267 + .../vendor/codemirror/mode/haskell/index.html | 73 + public/vendor/codemirror/mode/haxe/haxe.js | 518 + public/vendor/codemirror/mode/haxe/index.html | 124 + .../mode/htmlembedded/htmlembedded.js | 28 + .../codemirror/mode/htmlembedded/index.html | 59 + .../codemirror/mode/htmlmixed/htmlmixed.js | 121 + .../codemirror/mode/htmlmixed/index.html | 89 + public/vendor/codemirror/mode/http/http.js | 113 + public/vendor/codemirror/mode/http/index.html | 45 + public/vendor/codemirror/mode/idl/idl.js | 290 + public/vendor/codemirror/mode/idl/index.html | 64 + public/vendor/codemirror/mode/index.html | 137 + public/vendor/codemirror/mode/jade/index.html | 70 + public/vendor/codemirror/mode/jade/jade.js | 590 + .../codemirror/mode/javascript/index.html | 114 + .../codemirror/mode/javascript/javascript.js | 701 + .../codemirror/mode/javascript/json-ld.html | 72 + .../vendor/codemirror/mode/javascript/test.js | 200 + .../mode/javascript/typescript.html | 61 + .../vendor/codemirror/mode/jinja2/index.html | 54 + .../vendor/codemirror/mode/jinja2/jinja2.js | 142 + .../vendor/codemirror/mode/julia/index.html | 195 + public/vendor/codemirror/mode/julia/julia.js | 301 + .../vendor/codemirror/mode/kotlin/index.html | 89 + .../vendor/codemirror/mode/kotlin/kotlin.js | 281 + .../codemirror/mode/livescript/index.html | 459 + .../codemirror/mode/livescript/livescript.js | 280 + public/vendor/codemirror/mode/lua/index.html | 85 + public/vendor/codemirror/mode/lua/lua.js | 159 + .../codemirror/mode/markdown/index.html | 359 + .../codemirror/mode/markdown/markdown.js | 767 + .../vendor/codemirror/mode/markdown/test.js | 754 + public/vendor/codemirror/mode/meta.js | 180 + public/vendor/codemirror/mode/mirc/index.html | 160 + public/vendor/codemirror/mode/mirc/mirc.js | 193 + .../vendor/codemirror/mode/mllike/index.html | 179 + .../vendor/codemirror/mode/mllike/mllike.js | 205 + .../codemirror/mode/modelica/index.html | 67 + .../codemirror/mode/modelica/modelica.js | 245 + .../vendor/codemirror/mode/mumps/index.html | 85 + public/vendor/codemirror/mode/mumps/mumps.js | 148 + .../vendor/codemirror/mode/nginx/index.html | 181 + public/vendor/codemirror/mode/nginx/nginx.js | 178 + .../codemirror/mode/ntriples/index.html | 45 + .../codemirror/mode/ntriples/ntriples.js | 186 + .../vendor/codemirror/mode/octave/index.html | 83 + .../vendor/codemirror/mode/octave/octave.js | 135 + .../vendor/codemirror/mode/pascal/index.html | 61 + .../vendor/codemirror/mode/pascal/pascal.js | 109 + .../vendor/codemirror/mode/pegjs/index.html | 66 + public/vendor/codemirror/mode/pegjs/pegjs.js | 114 + public/vendor/codemirror/mode/perl/index.html | 75 + public/vendor/codemirror/mode/perl/perl.js | 837 + public/vendor/codemirror/mode/php/index.html | 64 + public/vendor/codemirror/mode/php/php.js | 226 + public/vendor/codemirror/mode/php/test.js | 154 + public/vendor/codemirror/mode/pig/index.html | 55 + public/vendor/codemirror/mode/pig/pig.js | 188 + .../codemirror/mode/properties/index.html | 53 + .../codemirror/mode/properties/properties.js | 78 + .../vendor/codemirror/mode/puppet/index.html | 121 + .../vendor/codemirror/mode/puppet/puppet.js | 220 + .../vendor/codemirror/mode/python/index.html | 198 + .../vendor/codemirror/mode/python/python.js | 358 + public/vendor/codemirror/mode/q/index.html | 144 + public/vendor/codemirror/mode/q/q.js | 139 + public/vendor/codemirror/mode/r/index.html | 85 + public/vendor/codemirror/mode/r/r.js | 162 + .../codemirror/mode/rpm/changes/index.html | 66 + public/vendor/codemirror/mode/rpm/index.html | 149 + public/vendor/codemirror/mode/rpm/rpm.js | 101 + public/vendor/codemirror/mode/rst/index.html | 535 + public/vendor/codemirror/mode/rst/rst.js | 557 + public/vendor/codemirror/mode/ruby/index.html | 183 + public/vendor/codemirror/mode/ruby/ruby.js | 285 + public/vendor/codemirror/mode/ruby/test.js | 14 + public/vendor/codemirror/mode/rust/index.html | 60 + public/vendor/codemirror/mode/rust/rust.js | 451 + public/vendor/codemirror/mode/sass/index.html | 66 + public/vendor/codemirror/mode/sass/sass.js | 414 + .../vendor/codemirror/mode/scheme/index.html | 77 + .../vendor/codemirror/mode/scheme/scheme.js | 249 + .../vendor/codemirror/mode/shell/index.html | 66 + public/vendor/codemirror/mode/shell/shell.js | 139 + public/vendor/codemirror/mode/shell/test.js | 58 + .../vendor/codemirror/mode/sieve/index.html | 93 + public/vendor/codemirror/mode/sieve/sieve.js | 193 + public/vendor/codemirror/mode/slim/index.html | 96 + public/vendor/codemirror/mode/slim/slim.js | 575 + public/vendor/codemirror/mode/slim/test.js | 96 + .../codemirror/mode/smalltalk/index.html | 68 + .../codemirror/mode/smalltalk/smalltalk.js | 168 + .../vendor/codemirror/mode/smarty/index.html | 138 + .../vendor/codemirror/mode/smarty/smarty.js | 225 + public/vendor/codemirror/mode/solr/index.html | 57 + public/vendor/codemirror/mode/solr/solr.js | 104 + public/vendor/codemirror/mode/soy/index.html | 68 + public/vendor/codemirror/mode/soy/soy.js | 198 + .../vendor/codemirror/mode/sparql/index.html | 61 + .../vendor/codemirror/mode/sparql/sparql.js | 174 + .../codemirror/mode/spreadsheet/index.html | 42 + .../mode/spreadsheet/spreadsheet.js | 109 + public/vendor/codemirror/mode/sql/index.html | 84 + public/vendor/codemirror/mode/sql/sql.js | 391 + public/vendor/codemirror/mode/stex/index.html | 110 + public/vendor/codemirror/mode/stex/stex.js | 251 + public/vendor/codemirror/mode/stex/test.js | 123 + .../vendor/codemirror/mode/stylus/index.html | 106 + .../vendor/codemirror/mode/stylus/stylus.js | 768 + public/vendor/codemirror/mode/tcl/index.html | 142 + public/vendor/codemirror/mode/tcl/tcl.js | 147 + .../vendor/codemirror/mode/textile/index.html | 191 + public/vendor/codemirror/mode/textile/test.js | 417 + .../vendor/codemirror/mode/textile/textile.js | 469 + .../codemirror/mode/tiddlywiki/index.html | 154 + .../codemirror/mode/tiddlywiki/tiddlywiki.css | 14 + .../codemirror/mode/tiddlywiki/tiddlywiki.js | 369 + public/vendor/codemirror/mode/tiki/index.html | 95 + public/vendor/codemirror/mode/tiki/tiki.css | 26 + public/vendor/codemirror/mode/tiki/tiki.js | 323 + public/vendor/codemirror/mode/toml/index.html | 73 + public/vendor/codemirror/mode/toml/toml.js | 88 + .../vendor/codemirror/mode/tornado/index.html | 63 + .../vendor/codemirror/mode/tornado/tornado.js | 68 + .../vendor/codemirror/mode/troff/index.html | 146 + public/vendor/codemirror/mode/troff/troff.js | 82 + .../vendor/codemirror/mode/turtle/index.html | 50 + .../vendor/codemirror/mode/turtle/turtle.js | 162 + public/vendor/codemirror/mode/vb/index.html | 102 + public/vendor/codemirror/mode/vb/vb.js | 275 + .../codemirror/mode/vbscript/index.html | 55 + .../codemirror/mode/vbscript/vbscript.js | 350 + .../codemirror/mode/velocity/index.html | 118 + .../codemirror/mode/velocity/velocity.js | 201 + .../vendor/codemirror/mode/verilog/index.html | 120 + public/vendor/codemirror/mode/verilog/test.js | 273 + .../vendor/codemirror/mode/verilog/verilog.js | 537 + public/vendor/codemirror/mode/xml/index.html | 57 + public/vendor/codemirror/mode/xml/test.js | 51 + public/vendor/codemirror/mode/xml/xml.js | 384 + .../vendor/codemirror/mode/xquery/index.html | 210 + public/vendor/codemirror/mode/xquery/test.js | 67 + .../vendor/codemirror/mode/xquery/xquery.js | 447 + public/vendor/codemirror/mode/yaml/index.html | 80 + public/vendor/codemirror/mode/yaml/yaml.js | 117 + public/vendor/codemirror/mode/z80/index.html | 53 + public/vendor/codemirror/mode/z80/z80.js | 116 + public/vendor/codemirror/theme/3024-day.css | 40 + public/vendor/codemirror/theme/3024-night.css | 39 + .../codemirror/theme/ambiance-mobile.css | 5 + public/vendor/codemirror/theme/ambiance.css | 75 + .../vendor/codemirror/theme/base16-dark.css | 38 + .../vendor/codemirror/theme/base16-light.css | 38 + public/vendor/codemirror/theme/blackboard.css | 32 + public/vendor/codemirror/theme/cobalt.css | 25 + public/vendor/codemirror/theme/colorforth.css | 33 + public/vendor/codemirror/theme/eclipse.css | 23 + public/vendor/codemirror/theme/elegant.css | 13 + .../vendor/codemirror/theme/erlang-dark.css | 34 + .../vendor/codemirror/theme/lesser-dark.css | 47 + public/vendor/codemirror/theme/liquibyte.css | 95 + public/vendor/codemirror/theme/mbo.css | 37 + public/vendor/codemirror/theme/mdn-like.css | 46 + public/vendor/codemirror/theme/midnight.css | 47 + public/vendor/codemirror/theme/monokai.css | 33 + public/vendor/codemirror/theme/neat.css | 12 + public/vendor/codemirror/theme/neo.css | 43 + public/vendor/codemirror/theme/night.css | 28 + .../vendor/codemirror/theme/paraiso-dark.css | 38 + .../vendor/codemirror/theme/paraiso-light.css | 38 + .../codemirror/theme/pastel-on-dark.css | 53 + public/vendor/codemirror/theme/rubyblue.css | 25 + public/vendor/codemirror/theme/solarized.css | 165 + public/vendor/codemirror/theme/the-matrix.css | 30 + .../theme/tomorrow-night-bright.css | 35 + .../theme/tomorrow-night-eighties.css | 38 + public/vendor/codemirror/theme/twilight.css | 32 + .../vendor/codemirror/theme/vibrant-ink.css | 34 + public/vendor/codemirror/theme/xq-dark.css | 53 + public/vendor/codemirror/theme/xq-light.css | 43 + public/vendor/codemirror/theme/zenburn.css | 37 + public/vendor/emojify/css/emojify.css | 6 + public/vendor/emojify/css/emojify.min.css | 1 + public/vendor/emojify/images/+1.png | Bin 0 -> 5075 bytes public/vendor/emojify/images/-1.png | Bin 0 -> 5070 bytes public/vendor/emojify/images/100.png | Bin 0 -> 3251 bytes public/vendor/emojify/images/109.png | Bin 0 -> 3698 bytes public/vendor/emojify/images/1234.png | Bin 0 -> 4751 bytes public/vendor/emojify/images/8ball.png | Bin 0 -> 4141 bytes public/vendor/emojify/images/a.png | Bin 0 -> 3154 bytes public/vendor/emojify/images/ab.png | Bin 0 -> 3859 bytes public/vendor/emojify/images/abc.png | Bin 0 -> 4247 bytes public/vendor/emojify/images/abcd.png | Bin 0 -> 4471 bytes public/vendor/emojify/images/accept.png | Bin 0 -> 4729 bytes .../vendor/emojify/images/aerial_tramway.png | Bin 0 -> 3489 bytes public/vendor/emojify/images/airplane.png | Bin 0 -> 4740 bytes public/vendor/emojify/images/alarm_clock.png | Bin 0 -> 7062 bytes public/vendor/emojify/images/alien.png | Bin 0 -> 5457 bytes public/vendor/emojify/images/ambulance.png | Bin 0 -> 3708 bytes public/vendor/emojify/images/anchor.png | Bin 0 -> 4479 bytes public/vendor/emojify/images/angel.png | Bin 0 -> 6672 bytes public/vendor/emojify/images/anger.png | Bin 0 -> 3079 bytes public/vendor/emojify/images/angry.png | Bin 0 -> 5037 bytes public/vendor/emojify/images/anguished.png | Bin 0 -> 5091 bytes public/vendor/emojify/images/ant.png | Bin 0 -> 2851 bytes public/vendor/emojify/images/apple.png | Bin 0 -> 5630 bytes public/vendor/emojify/images/aquarius.png | Bin 0 -> 5096 bytes public/vendor/emojify/images/aries.png | Bin 0 -> 4343 bytes .../vendor/emojify/images/arrow_backward.png | Bin 0 -> 3180 bytes .../emojify/images/arrow_double_down.png | Bin 0 -> 3179 bytes .../vendor/emojify/images/arrow_double_up.png | Bin 0 -> 3611 bytes public/vendor/emojify/images/arrow_down.png | Bin 0 -> 3006 bytes .../emojify/images/arrow_down_small.png | Bin 0 -> 2889 bytes .../vendor/emojify/images/arrow_forward.png | Bin 0 -> 3201 bytes .../emojify/images/arrow_heading_down.png | Bin 0 -> 3521 bytes .../emojify/images/arrow_heading_up.png | Bin 0 -> 3520 bytes public/vendor/emojify/images/arrow_left.png | Bin 0 -> 3041 bytes .../emojify/images/arrow_lower_left.png | Bin 0 -> 3342 bytes .../emojify/images/arrow_lower_right.png | Bin 0 -> 3334 bytes public/vendor/emojify/images/arrow_right.png | Bin 0 -> 3022 bytes .../emojify/images/arrow_right_hook.png | Bin 0 -> 3712 bytes public/vendor/emojify/images/arrow_up.png | Bin 0 -> 3073 bytes .../vendor/emojify/images/arrow_up_down.png | Bin 0 -> 3542 bytes .../vendor/emojify/images/arrow_up_small.png | Bin 0 -> 3185 bytes .../emojify/images/arrow_upper_left.png | Bin 0 -> 3227 bytes .../emojify/images/arrow_upper_right.png | Bin 0 -> 3235 bytes .../emojify/images/arrows_clockwise.png | Bin 0 -> 1399 bytes .../images/arrows_counterclockwise.png | Bin 0 -> 4816 bytes public/vendor/emojify/images/art.png | Bin 0 -> 6744 bytes .../emojify/images/articulated_lorry.png | Bin 0 -> 2938 bytes public/vendor/emojify/images/astonished.png | Bin 0 -> 6043 bytes public/vendor/emojify/images/atm.png | Bin 0 -> 4072 bytes public/vendor/emojify/images/b.png | Bin 0 -> 3025 bytes public/vendor/emojify/images/baby.png | Bin 0 -> 5921 bytes public/vendor/emojify/images/baby_bottle.png | Bin 0 -> 4461 bytes public/vendor/emojify/images/baby_chick.png | Bin 0 -> 3961 bytes public/vendor/emojify/images/baby_symbol.png | Bin 0 -> 2967 bytes public/vendor/emojify/images/back.png | Bin 0 -> 5434 bytes .../vendor/emojify/images/baggage_claim.png | Bin 0 -> 3502 bytes public/vendor/emojify/images/balloon.png | Bin 0 -> 2300 bytes .../emojify/images/ballot_box_with_check.png | Bin 0 -> 1829 bytes public/vendor/emojify/images/bamboo.png | Bin 0 -> 4672 bytes public/vendor/emojify/images/banana.png | Bin 0 -> 3915 bytes public/vendor/emojify/images/bangbang.png | Bin 0 -> 1387 bytes public/vendor/emojify/images/bank.png | Bin 0 -> 5583 bytes public/vendor/emojify/images/bar_chart.png | Bin 0 -> 2449 bytes public/vendor/emojify/images/barber.png | Bin 0 -> 4252 bytes public/vendor/emojify/images/baseball.png | Bin 0 -> 6032 bytes public/vendor/emojify/images/basketball.png | Bin 0 -> 6386 bytes public/vendor/emojify/images/bath.png | Bin 0 -> 3210 bytes public/vendor/emojify/images/bathtub.png | Bin 0 -> 2784 bytes public/vendor/emojify/images/battery.png | Bin 0 -> 3812 bytes public/vendor/emojify/images/bear.png | Bin 0 -> 5561 bytes public/vendor/emojify/images/bee.png | Bin 0 -> 5851 bytes public/vendor/emojify/images/beer.png | Bin 0 -> 6097 bytes public/vendor/emojify/images/beers.png | Bin 0 -> 6591 bytes public/vendor/emojify/images/beetle.png | Bin 0 -> 5255 bytes public/vendor/emojify/images/beginner.png | Bin 0 -> 2761 bytes public/vendor/emojify/images/bell.png | Bin 0 -> 4859 bytes public/vendor/emojify/images/bento.png | Bin 0 -> 5730 bytes public/vendor/emojify/images/bicyclist.png | Bin 0 -> 6472 bytes public/vendor/emojify/images/bike.png | Bin 0 -> 4722 bytes public/vendor/emojify/images/bikini.png | Bin 0 -> 3890 bytes public/vendor/emojify/images/bird.png | Bin 0 -> 4878 bytes public/vendor/emojify/images/birthday.png | Bin 0 -> 5404 bytes public/vendor/emojify/images/black_circle.png | Bin 0 -> 2369 bytes public/vendor/emojify/images/black_joker.png | Bin 0 -> 3877 bytes .../images/black_medium_small_square.png | Bin 0 -> 3495 bytes .../emojify/images/black_medium_square.png | Bin 0 -> 4035 bytes public/vendor/emojify/images/black_nib.png | Bin 0 -> 2352 bytes .../emojify/images/black_small_square.png | Bin 0 -> 3061 bytes public/vendor/emojify/images/black_square.png | Bin 0 -> 1332 bytes .../emojify/images/black_square_button.png | Bin 0 -> 1337 bytes public/vendor/emojify/images/blossom.png | Bin 0 -> 4232 bytes public/vendor/emojify/images/blowfish.png | Bin 0 -> 3737 bytes public/vendor/emojify/images/blue_book.png | Bin 0 -> 5092 bytes public/vendor/emojify/images/blue_car.png | Bin 0 -> 4081 bytes public/vendor/emojify/images/blue_heart.png | Bin 0 -> 4094 bytes public/vendor/emojify/images/blush.png | Bin 0 -> 5188 bytes public/vendor/emojify/images/boar.png | Bin 0 -> 4840 bytes public/vendor/emojify/images/boat.png | Bin 0 -> 3833 bytes public/vendor/emojify/images/bomb.png | Bin 0 -> 5208 bytes public/vendor/emojify/images/book.png | Bin 0 -> 6050 bytes public/vendor/emojify/images/bookmark.png | Bin 0 -> 4649 bytes .../vendor/emojify/images/bookmark_tabs.png | Bin 0 -> 3150 bytes public/vendor/emojify/images/books.png | Bin 0 -> 6539 bytes public/vendor/emojify/images/boom.png | Bin 0 -> 3772 bytes public/vendor/emojify/images/boot.png | Bin 0 -> 3327 bytes public/vendor/emojify/images/bouquet.png | Bin 0 -> 6915 bytes public/vendor/emojify/images/bow.png | Bin 0 -> 5143 bytes public/vendor/emojify/images/bowling.png | Bin 0 -> 4184 bytes public/vendor/emojify/images/bowtie.png | Bin 0 -> 6478 bytes public/vendor/emojify/images/boy.png | Bin 0 -> 5946 bytes public/vendor/emojify/images/bread.png | Bin 0 -> 6214 bytes .../vendor/emojify/images/bride_with_veil.png | Bin 0 -> 8515 bytes .../vendor/emojify/images/bridge_at_night.png | Bin 0 -> 5137 bytes public/vendor/emojify/images/briefcase.png | Bin 0 -> 2698 bytes public/vendor/emojify/images/broken_heart.png | Bin 0 -> 4118 bytes public/vendor/emojify/images/bug.png | Bin 0 -> 5945 bytes public/vendor/emojify/images/bulb.png | Bin 0 -> 4490 bytes .../emojify/images/bullettrain_front.png | Bin 0 -> 4992 bytes .../emojify/images/bullettrain_side.png | Bin 0 -> 3842 bytes public/vendor/emojify/images/bus.png | Bin 0 -> 4065 bytes public/vendor/emojify/images/busstop.png | Bin 0 -> 1676 bytes .../emojify/images/bust_in_silhouette.png | Bin 0 -> 2005 bytes .../emojify/images/busts_in_silhouette.png | Bin 0 -> 3021 bytes public/vendor/emojify/images/cactus.png | Bin 0 -> 4509 bytes public/vendor/emojify/images/cake.png | Bin 0 -> 6129 bytes public/vendor/emojify/images/calendar.png | Bin 0 -> 2920 bytes public/vendor/emojify/images/calling.png | Bin 0 -> 4037 bytes public/vendor/emojify/images/camel.png | Bin 0 -> 4485 bytes public/vendor/emojify/images/camera.png | Bin 0 -> 4661 bytes public/vendor/emojify/images/cancer.png | Bin 0 -> 5384 bytes public/vendor/emojify/images/candy.png | Bin 0 -> 4502 bytes public/vendor/emojify/images/capital_abcd.png | Bin 0 -> 5136 bytes public/vendor/emojify/images/capricorn.png | Bin 0 -> 4670 bytes public/vendor/emojify/images/car.png | Bin 0 -> 4278 bytes public/vendor/emojify/images/card_index.png | Bin 0 -> 3749 bytes .../vendor/emojify/images/carousel_horse.png | Bin 0 -> 5893 bytes public/vendor/emojify/images/cat.png | Bin 0 -> 5987 bytes public/vendor/emojify/images/cat2.png | Bin 0 -> 5644 bytes public/vendor/emojify/images/cd.png | Bin 0 -> 6718 bytes public/vendor/emojify/images/chart.png | Bin 0 -> 4331 bytes .../images/chart_with_downwards_trend.png | Bin 0 -> 2897 bytes .../images/chart_with_upwards_trend.png | Bin 0 -> 2930 bytes .../vendor/emojify/images/checkered_flag.png | Bin 0 -> 1675 bytes public/vendor/emojify/images/cherries.png | Bin 0 -> 5604 bytes .../vendor/emojify/images/cherry_blossom.png | Bin 0 -> 7174 bytes public/vendor/emojify/images/chestnut.png | Bin 0 -> 5875 bytes public/vendor/emojify/images/chicken.png | Bin 0 -> 3988 bytes .../emojify/images/children_crossing.png | Bin 0 -> 3460 bytes .../vendor/emojify/images/chocolate_bar.png | Bin 0 -> 5249 bytes .../vendor/emojify/images/christmas_tree.png | Bin 0 -> 4721 bytes public/vendor/emojify/images/church.png | Bin 0 -> 4653 bytes public/vendor/emojify/images/cinema.png | Bin 0 -> 3573 bytes public/vendor/emojify/images/circus_tent.png | Bin 0 -> 4683 bytes public/vendor/emojify/images/city_sunrise.png | Bin 0 -> 4312 bytes public/vendor/emojify/images/city_sunset.png | Bin 0 -> 3841 bytes public/vendor/emojify/images/cl.png | Bin 0 -> 3493 bytes public/vendor/emojify/images/clap.png | Bin 0 -> 7110 bytes public/vendor/emojify/images/clapper.png | Bin 0 -> 4192 bytes public/vendor/emojify/images/clipboard.png | Bin 0 -> 4663 bytes public/vendor/emojify/images/clock1.png | Bin 0 -> 2590 bytes public/vendor/emojify/images/clock10.png | Bin 0 -> 2590 bytes public/vendor/emojify/images/clock1030.png | Bin 0 -> 2817 bytes public/vendor/emojify/images/clock11.png | Bin 0 -> 2587 bytes public/vendor/emojify/images/clock1130.png | Bin 0 -> 2854 bytes public/vendor/emojify/images/clock12.png | Bin 0 -> 2504 bytes public/vendor/emojify/images/clock1230.png | Bin 0 -> 2797 bytes public/vendor/emojify/images/clock130.png | Bin 0 -> 2837 bytes public/vendor/emojify/images/clock2.png | Bin 0 -> 2595 bytes public/vendor/emojify/images/clock230.png | Bin 0 -> 2853 bytes public/vendor/emojify/images/clock3.png | Bin 0 -> 2492 bytes public/vendor/emojify/images/clock330.png | Bin 0 -> 2739 bytes public/vendor/emojify/images/clock4.png | Bin 0 -> 2619 bytes public/vendor/emojify/images/clock430.png | Bin 0 -> 2803 bytes public/vendor/emojify/images/clock5.png | Bin 0 -> 2624 bytes public/vendor/emojify/images/clock530.png | Bin 0 -> 2832 bytes public/vendor/emojify/images/clock6.png | Bin 0 -> 2577 bytes public/vendor/emojify/images/clock630.png | Bin 0 -> 2730 bytes public/vendor/emojify/images/clock7.png | Bin 0 -> 2615 bytes public/vendor/emojify/images/clock730.png | Bin 0 -> 2794 bytes public/vendor/emojify/images/clock8.png | Bin 0 -> 2603 bytes public/vendor/emojify/images/clock830.png | Bin 0 -> 2792 bytes public/vendor/emojify/images/clock9.png | Bin 0 -> 2486 bytes public/vendor/emojify/images/clock930.png | Bin 0 -> 2746 bytes public/vendor/emojify/images/closed_book.png | Bin 0 -> 4847 bytes .../emojify/images/closed_lock_with_key.png | Bin 0 -> 5701 bytes .../vendor/emojify/images/closed_umbrella.png | Bin 0 -> 3868 bytes public/vendor/emojify/images/cloud.png | Bin 0 -> 3860 bytes public/vendor/emojify/images/clubs.png | Bin 0 -> 1685 bytes public/vendor/emojify/images/cn.png | Bin 0 -> 3634 bytes public/vendor/emojify/images/cocktail.png | Bin 0 -> 2949 bytes public/vendor/emojify/images/coffee.png | Bin 0 -> 4306 bytes public/vendor/emojify/images/cold_sweat.png | Bin 0 -> 5972 bytes public/vendor/emojify/images/collision.png | Bin 0 -> 3772 bytes public/vendor/emojify/images/computer.png | Bin 0 -> 1705 bytes .../vendor/emojify/images/confetti_ball.png | Bin 0 -> 5521 bytes public/vendor/emojify/images/confounded.png | Bin 0 -> 5857 bytes public/vendor/emojify/images/confused.png | Bin 0 -> 4633 bytes .../vendor/emojify/images/congratulations.png | Bin 0 -> 4881 bytes public/vendor/emojify/images/construction.png | Bin 0 -> 3700 bytes .../emojify/images/construction_worker.png | Bin 0 -> 6193 bytes .../emojify/images/convenience_store.png | Bin 0 -> 4073 bytes public/vendor/emojify/images/cookie.png | Bin 0 -> 8149 bytes public/vendor/emojify/images/cool.png | Bin 0 -> 4182 bytes public/vendor/emojify/images/cop.png | Bin 0 -> 7141 bytes public/vendor/emojify/images/copyright.png | Bin 0 -> 1579 bytes public/vendor/emojify/images/corn.png | Bin 0 -> 6694 bytes public/vendor/emojify/images/couple.png | Bin 0 -> 7615 bytes .../emojify/images/couple_with_heart.png | Bin 0 -> 7370 bytes public/vendor/emojify/images/couplekiss.png | Bin 0 -> 7219 bytes public/vendor/emojify/images/cow.png | Bin 0 -> 5745 bytes public/vendor/emojify/images/cow2.png | Bin 0 -> 5303 bytes public/vendor/emojify/images/credit_card.png | Bin 0 -> 2648 bytes public/vendor/emojify/images/crocodile.png | Bin 0 -> 6125 bytes .../vendor/emojify/images/crossed_flags.png | Bin 0 -> 4015 bytes public/vendor/emojify/images/crown.png | Bin 0 -> 5655 bytes public/vendor/emojify/images/cry.png | Bin 0 -> 5699 bytes .../vendor/emojify/images/crying_cat_face.png | Bin 0 -> 6682 bytes public/vendor/emojify/images/crystal_ball.png | Bin 0 -> 6236 bytes public/vendor/emojify/images/cupid.png | Bin 0 -> 5413 bytes public/vendor/emojify/images/curly_loop.png | Bin 0 -> 1129 bytes .../emojify/images/currency_exchange.png | Bin 0 -> 1959 bytes public/vendor/emojify/images/curry.png | Bin 0 -> 5336 bytes public/vendor/emojify/images/custard.png | Bin 0 -> 5810 bytes public/vendor/emojify/images/customs.png | Bin 0 -> 3899 bytes public/vendor/emojify/images/cyclone.png | Bin 0 -> 4890 bytes public/vendor/emojify/images/dancer.png | Bin 0 -> 3726 bytes public/vendor/emojify/images/dancers.png | Bin 0 -> 7918 bytes public/vendor/emojify/images/dango.png | Bin 0 -> 4449 bytes public/vendor/emojify/images/dart.png | Bin 0 -> 5437 bytes public/vendor/emojify/images/dash.png | Bin 0 -> 5448 bytes public/vendor/emojify/images/date.png | Bin 0 -> 2977 bytes public/vendor/emojify/images/de.png | Bin 0 -> 2640 bytes .../vendor/emojify/images/deciduous_tree.png | Bin 0 -> 7263 bytes .../emojify/images/department_store.png | Bin 0 -> 5159 bytes .../diamond_shape_with_a_dot_inside.png | Bin 0 -> 5698 bytes public/vendor/emojify/images/diamonds.png | Bin 0 -> 2785 bytes public/vendor/emojify/images/disappointed.png | Bin 0 -> 4764 bytes .../emojify/images/disappointed_relieved.png | Bin 0 -> 5648 bytes public/vendor/emojify/images/dizzy.png | Bin 0 -> 2990 bytes public/vendor/emojify/images/dizzy_face.png | Bin 0 -> 6278 bytes .../vendor/emojify/images/do_not_litter.png | Bin 0 -> 5277 bytes public/vendor/emojify/images/dog.png | Bin 0 -> 5945 bytes public/vendor/emojify/images/dog2.png | Bin 0 -> 5931 bytes public/vendor/emojify/images/dollar.png | Bin 0 -> 4622 bytes public/vendor/emojify/images/dolls.png | Bin 0 -> 7138 bytes public/vendor/emojify/images/dolphin.png | Bin 0 -> 4343 bytes public/vendor/emojify/images/donut.png | Bin 0 -> 5209 bytes public/vendor/emojify/images/door.png | Bin 0 -> 3310 bytes public/vendor/emojify/images/doughnut.png | Bin 0 -> 5209 bytes public/vendor/emojify/images/dragon.png | Bin 0 -> 7749 bytes public/vendor/emojify/images/dragon_face.png | Bin 0 -> 6737 bytes public/vendor/emojify/images/dress.png | Bin 0 -> 3631 bytes .../vendor/emojify/images/dromedary_camel.png | Bin 0 -> 5139 bytes public/vendor/emojify/images/droplet.png | Bin 0 -> 3139 bytes public/vendor/emojify/images/dvd.png | Bin 0 -> 6993 bytes public/vendor/emojify/images/e-mail.png | Bin 0 -> 2128 bytes public/vendor/emojify/images/ear.png | Bin 0 -> 4335 bytes public/vendor/emojify/images/ear_of_rice.png | Bin 0 -> 4758 bytes public/vendor/emojify/images/earth_africa.png | Bin 0 -> 7164 bytes .../vendor/emojify/images/earth_americas.png | Bin 0 -> 7039 bytes public/vendor/emojify/images/earth_asia.png | Bin 0 -> 7303 bytes public/vendor/emojify/images/egg.png | Bin 0 -> 5211 bytes public/vendor/emojify/images/eggplant.png | Bin 0 -> 4672 bytes public/vendor/emojify/images/eight.png | Bin 0 -> 3844 bytes .../images/eight_pointed_black_star.png | Bin 0 -> 3271 bytes .../emojify/images/eight_spoked_asterisk.png | Bin 0 -> 4012 bytes .../vendor/emojify/images/electric_plug.png | Bin 0 -> 2758 bytes public/vendor/emojify/images/elephant.png | Bin 0 -> 5086 bytes public/vendor/emojify/images/email.png | Bin 0 -> 2697 bytes public/vendor/emojify/images/end.png | Bin 0 -> 1134 bytes public/vendor/emojify/images/envelope.png | Bin 0 -> 1655 bytes public/vendor/emojify/images/es.png | Bin 0 -> 4302 bytes public/vendor/emojify/images/euro.png | Bin 0 -> 3942 bytes .../vendor/emojify/images/european_castle.png | Bin 0 -> 5427 bytes .../emojify/images/european_post_office.png | Bin 0 -> 4816 bytes .../vendor/emojify/images/evergreen_tree.png | Bin 0 -> 4924 bytes public/vendor/emojify/images/exclamation.png | Bin 0 -> 1175 bytes .../vendor/emojify/images/expressionless.png | Bin 0 -> 4022 bytes public/vendor/emojify/images/eyeglasses.png | Bin 0 -> 4929 bytes public/vendor/emojify/images/eyes.png | Bin 0 -> 4367 bytes public/vendor/emojify/images/facepunch.png | Bin 0 -> 4833 bytes public/vendor/emojify/images/factory.png | Bin 0 -> 5558 bytes public/vendor/emojify/images/fallen_leaf.png | Bin 0 -> 4890 bytes public/vendor/emojify/images/family.png | Bin 0 -> 7211 bytes public/vendor/emojify/images/fast_forward.png | Bin 0 -> 3105 bytes public/vendor/emojify/images/fax.png | Bin 0 -> 4650 bytes public/vendor/emojify/images/fearful.png | Bin 0 -> 5600 bytes public/vendor/emojify/images/feelsgood.png | Bin 0 -> 1150 bytes public/vendor/emojify/images/feet.png | Bin 0 -> 1529 bytes public/vendor/emojify/images/ferris_wheel.png | Bin 0 -> 6213 bytes public/vendor/emojify/images/file_folder.png | Bin 0 -> 4013 bytes public/vendor/emojify/images/finnadie.png | Bin 0 -> 1186 bytes public/vendor/emojify/images/fire.png | Bin 0 -> 3886 bytes public/vendor/emojify/images/fire_engine.png | Bin 0 -> 4862 bytes public/vendor/emojify/images/fireworks.png | Bin 0 -> 6269 bytes .../emojify/images/first_quarter_moon.png | Bin 0 -> 5967 bytes .../images/first_quarter_moon_with_face.png | Bin 0 -> 4280 bytes public/vendor/emojify/images/fish.png | Bin 0 -> 4721 bytes public/vendor/emojify/images/fish_cake.png | Bin 0 -> 5818 bytes .../emojify/images/fishing_pole_and_fish.png | Bin 0 -> 4470 bytes public/vendor/emojify/images/fist.png | Bin 0 -> 5880 bytes public/vendor/emojify/images/five.png | Bin 0 -> 3593 bytes public/vendor/emojify/images/flags.png | Bin 0 -> 6124 bytes public/vendor/emojify/images/flashlight.png | Bin 0 -> 5024 bytes public/vendor/emojify/images/floppy_disk.png | Bin 0 -> 3215 bytes .../emojify/images/flower_playing_cards.png | Bin 0 -> 3434 bytes public/vendor/emojify/images/flushed.png | Bin 0 -> 5845 bytes public/vendor/emojify/images/foggy.png | Bin 0 -> 4623 bytes public/vendor/emojify/images/football.png | Bin 0 -> 6712 bytes .../vendor/emojify/images/fork_and_knife.png | Bin 0 -> 3608 bytes public/vendor/emojify/images/fountain.png | Bin 0 -> 5087 bytes public/vendor/emojify/images/four.png | Bin 0 -> 3176 bytes .../emojify/images/four_leaf_clover.png | Bin 0 -> 5995 bytes public/vendor/emojify/images/fr.png | Bin 0 -> 3398 bytes public/vendor/emojify/images/free.png | Bin 0 -> 3605 bytes public/vendor/emojify/images/fried_shrimp.png | Bin 0 -> 7550 bytes public/vendor/emojify/images/fries.png | Bin 0 -> 6405 bytes public/vendor/emojify/images/frog.png | Bin 0 -> 4823 bytes public/vendor/emojify/images/frowning.png | Bin 0 -> 4733 bytes public/vendor/emojify/images/fu.png | Bin 0 -> 4687 bytes public/vendor/emojify/images/fuelpump.png | Bin 0 -> 4296 bytes public/vendor/emojify/images/full_moon.png | Bin 0 -> 6458 bytes .../emojify/images/full_moon_with_face.png | Bin 0 -> 7165 bytes public/vendor/emojify/images/game_die.png | Bin 0 -> 2956 bytes public/vendor/emojify/images/gb.png | Bin 0 -> 5894 bytes public/vendor/emojify/images/gem.png | Bin 0 -> 4855 bytes public/vendor/emojify/images/gemini.png | Bin 0 -> 4296 bytes public/vendor/emojify/images/ghost.png | Bin 0 -> 4513 bytes public/vendor/emojify/images/gift.png | Bin 0 -> 6712 bytes public/vendor/emojify/images/gift_heart.png | Bin 0 -> 6013 bytes public/vendor/emojify/images/girl.png | Bin 0 -> 6314 bytes .../emojify/images/globe_with_meridians.png | Bin 0 -> 5837 bytes public/vendor/emojify/images/goat.png | Bin 0 -> 4889 bytes public/vendor/emojify/images/goberserk.png | Bin 0 -> 1334 bytes public/vendor/emojify/images/godmode.png | Bin 0 -> 1042 bytes public/vendor/emojify/images/golf.png | Bin 0 -> 3548 bytes public/vendor/emojify/images/grapes.png | Bin 0 -> 5423 bytes public/vendor/emojify/images/green_apple.png | Bin 0 -> 6205 bytes public/vendor/emojify/images/green_book.png | Bin 0 -> 5090 bytes public/vendor/emojify/images/green_heart.png | Bin 0 -> 4432 bytes .../emojify/images/grey_exclamation.png | Bin 0 -> 790 bytes .../vendor/emojify/images/grey_question.png | Bin 0 -> 1057 bytes public/vendor/emojify/images/grimacing.png | Bin 0 -> 5327 bytes public/vendor/emojify/images/grin.png | Bin 0 -> 5721 bytes public/vendor/emojify/images/grinning.png | Bin 0 -> 5550 bytes public/vendor/emojify/images/guardsman.png | Bin 0 -> 3587 bytes public/vendor/emojify/images/guitar.png | Bin 0 -> 4382 bytes public/vendor/emojify/images/gun.png | Bin 0 -> 3161 bytes public/vendor/emojify/images/haircut.png | Bin 0 -> 7100 bytes public/vendor/emojify/images/hamburger.png | Bin 0 -> 5706 bytes public/vendor/emojify/images/hammer.png | Bin 0 -> 3670 bytes public/vendor/emojify/images/hamster.png | Bin 0 -> 7221 bytes public/vendor/emojify/images/hand.png | Bin 0 -> 4161 bytes public/vendor/emojify/images/handbag.png | Bin 0 -> 5449 bytes public/vendor/emojify/images/hankey.png | Bin 0 -> 4754 bytes public/vendor/emojify/images/hash.png | Bin 0 -> 3742 bytes .../vendor/emojify/images/hatched_chick.png | Bin 0 -> 5646 bytes .../vendor/emojify/images/hatching_chick.png | Bin 0 -> 5928 bytes public/vendor/emojify/images/headphones.png | Bin 0 -> 1910 bytes public/vendor/emojify/images/hear_no_evil.png | Bin 0 -> 6550 bytes public/vendor/emojify/images/heart.png | Bin 0 -> 3302 bytes .../emojify/images/heart_decoration.png | Bin 0 -> 3507 bytes public/vendor/emojify/images/heart_eyes.png | Bin 0 -> 5758 bytes .../vendor/emojify/images/heart_eyes_cat.png | Bin 0 -> 6176 bytes public/vendor/emojify/images/heartbeat.png | Bin 0 -> 4052 bytes public/vendor/emojify/images/heartpulse.png | Bin 0 -> 6269 bytes public/vendor/emojify/images/hearts.png | Bin 0 -> 2925 bytes .../emojify/images/heavy_check_mark.png | Bin 0 -> 924 bytes .../emojify/images/heavy_division_sign.png | Bin 0 -> 264 bytes .../emojify/images/heavy_dollar_sign.png | Bin 0 -> 1150 bytes .../emojify/images/heavy_exclamation_mark.png | Bin 0 -> 1315 bytes .../emojify/images/heavy_minus_sign.png | Bin 0 -> 176 bytes .../emojify/images/heavy_multiplication_x.png | Bin 0 -> 591 bytes .../vendor/emojify/images/heavy_plus_sign.png | Bin 0 -> 264 bytes public/vendor/emojify/images/helicopter.png | Bin 0 -> 4100 bytes public/vendor/emojify/images/herb.png | Bin 0 -> 5889 bytes public/vendor/emojify/images/hibiscus.png | Bin 0 -> 8322 bytes .../vendor/emojify/images/high_brightness.png | Bin 0 -> 4060 bytes public/vendor/emojify/images/high_heel.png | Bin 0 -> 4557 bytes public/vendor/emojify/images/hocho.png | Bin 0 -> 2455 bytes public/vendor/emojify/images/honey_pot.png | Bin 0 -> 5830 bytes public/vendor/emojify/images/honeybee.png | Bin 0 -> 5851 bytes public/vendor/emojify/images/horse.png | Bin 0 -> 4582 bytes public/vendor/emojify/images/horse_racing.png | Bin 0 -> 5905 bytes public/vendor/emojify/images/hospital.png | Bin 0 -> 4887 bytes public/vendor/emojify/images/hotel.png | Bin 0 -> 5123 bytes public/vendor/emojify/images/hotsprings.png | Bin 0 -> 3538 bytes public/vendor/emojify/images/hourglass.png | Bin 0 -> 4492 bytes .../emojify/images/hourglass_flowing_sand.png | Bin 0 -> 4291 bytes public/vendor/emojify/images/house.png | Bin 0 -> 3510 bytes .../emojify/images/house_with_garden.png | Bin 0 -> 6089 bytes public/vendor/emojify/images/hurtrealbad.png | Bin 0 -> 1456 bytes public/vendor/emojify/images/hushed.png | Bin 0 -> 4941 bytes public/vendor/emojify/images/ice_cream.png | Bin 0 -> 5469 bytes public/vendor/emojify/images/icecream.png | Bin 0 -> 4603 bytes public/vendor/emojify/images/id.png | Bin 0 -> 3905 bytes .../emojify/images/ideograph_advantage.png | Bin 0 -> 3088 bytes public/vendor/emojify/images/imp.png | Bin 0 -> 6621 bytes public/vendor/emojify/images/inbox_tray.png | Bin 0 -> 3700 bytes .../emojify/images/incoming_envelope.png | Bin 0 -> 2206 bytes .../images/information_desk_person.png | Bin 0 -> 6605 bytes .../emojify/images/information_source.png | Bin 0 -> 3670 bytes public/vendor/emojify/images/innocent.png | Bin 0 -> 7000 bytes public/vendor/emojify/images/interrobang.png | Bin 0 -> 2875 bytes public/vendor/emojify/images/iphone.png | Bin 0 -> 3499 bytes public/vendor/emojify/images/it.png | Bin 0 -> 3495 bytes .../vendor/emojify/images/izakaya_lantern.png | Bin 0 -> 4064 bytes .../vendor/emojify/images/jack_o_lantern.png | Bin 0 -> 5633 bytes public/vendor/emojify/images/japan.png | Bin 0 -> 4085 bytes .../vendor/emojify/images/japanese_castle.png | Bin 0 -> 4939 bytes .../vendor/emojify/images/japanese_goblin.png | Bin 0 -> 5159 bytes .../vendor/emojify/images/japanese_ogre.png | Bin 0 -> 7147 bytes public/vendor/emojify/images/jeans.png | Bin 0 -> 3470 bytes public/vendor/emojify/images/joy.png | Bin 0 -> 6339 bytes public/vendor/emojify/images/joy_cat.png | Bin 0 -> 7190 bytes public/vendor/emojify/images/jp.png | Bin 0 -> 2827 bytes public/vendor/emojify/images/key.png | Bin 0 -> 3452 bytes public/vendor/emojify/images/keycap_ten.png | Bin 0 -> 4095 bytes public/vendor/emojify/images/kimono.png | Bin 0 -> 4938 bytes public/vendor/emojify/images/kiss.png | Bin 0 -> 6276 bytes public/vendor/emojify/images/kissing.png | Bin 0 -> 4790 bytes public/vendor/emojify/images/kissing_cat.png | Bin 0 -> 6801 bytes .../emojify/images/kissing_closed_eyes.png | Bin 0 -> 5563 bytes public/vendor/emojify/images/kissing_face.png | Bin 0 -> 5563 bytes .../vendor/emojify/images/kissing_heart.png | Bin 0 -> 5767 bytes .../emojify/images/kissing_smiling_eyes.png | Bin 0 -> 4999 bytes public/vendor/emojify/images/koala.png | Bin 0 -> 5687 bytes public/vendor/emojify/images/koko.png | Bin 0 -> 2854 bytes public/vendor/emojify/images/kr.png | Bin 0 -> 5105 bytes .../emojify/images/large_blue_circle.png | Bin 0 -> 4637 bytes .../emojify/images/large_blue_diamond.png | Bin 0 -> 3790 bytes .../emojify/images/large_orange_diamond.png | Bin 0 -> 3849 bytes .../emojify/images/last_quarter_moon.png | Bin 0 -> 6149 bytes .../images/last_quarter_moon_with_face.png | Bin 0 -> 4328 bytes public/vendor/emojify/images/laughing.png | Bin 0 -> 6347 bytes public/vendor/emojify/images/leaves.png | Bin 0 -> 5571 bytes public/vendor/emojify/images/ledger.png | Bin 0 -> 5921 bytes public/vendor/emojify/images/left_luggage.png | Bin 0 -> 4025 bytes .../emojify/images/left_right_arrow.png | Bin 0 -> 3413 bytes .../images/leftwards_arrow_with_hook.png | Bin 0 -> 3775 bytes public/vendor/emojify/images/lemon.png | Bin 0 -> 6055 bytes public/vendor/emojify/images/leo.png | Bin 0 -> 4913 bytes public/vendor/emojify/images/leopard.png | Bin 0 -> 5348 bytes public/vendor/emojify/images/libra.png | Bin 0 -> 4218 bytes public/vendor/emojify/images/light_rail.png | Bin 0 -> 3792 bytes public/vendor/emojify/images/link.png | Bin 0 -> 2619 bytes public/vendor/emojify/images/lips.png | Bin 0 -> 3738 bytes public/vendor/emojify/images/lipstick.png | Bin 0 -> 3384 bytes public/vendor/emojify/images/lock.png | Bin 0 -> 3676 bytes .../emojify/images/lock_with_ink_pen.png | Bin 0 -> 4967 bytes public/vendor/emojify/images/lollipop.png | Bin 0 -> 5771 bytes public/vendor/emojify/images/loop.png | Bin 0 -> 3417 bytes public/vendor/emojify/images/loudspeaker.png | Bin 0 -> 6001 bytes public/vendor/emojify/images/love_hotel.png | Bin 0 -> 5941 bytes public/vendor/emojify/images/love_letter.png | Bin 0 -> 2467 bytes .../vendor/emojify/images/low_brightness.png | Bin 0 -> 2498 bytes public/vendor/emojify/images/m.png | Bin 0 -> 4734 bytes public/vendor/emojify/images/mag.png | Bin 0 -> 3040 bytes public/vendor/emojify/images/mag_right.png | Bin 0 -> 3629 bytes public/vendor/emojify/images/mahjong.png | Bin 0 -> 3309 bytes public/vendor/emojify/images/mailbox.png | Bin 0 -> 4196 bytes .../vendor/emojify/images/mailbox_closed.png | Bin 0 -> 4360 bytes .../emojify/images/mailbox_with_mail.png | Bin 0 -> 4581 bytes .../emojify/images/mailbox_with_no_mail.png | Bin 0 -> 3101 bytes public/vendor/emojify/images/man.png | Bin 0 -> 6023 bytes .../emojify/images/man_with_gua_pi_mao.png | Bin 0 -> 5324 bytes .../vendor/emojify/images/man_with_turban.png | Bin 0 -> 6528 bytes public/vendor/emojify/images/mans_shoe.png | Bin 0 -> 4749 bytes public/vendor/emojify/images/maple_leaf.png | Bin 0 -> 4450 bytes public/vendor/emojify/images/mask.png | Bin 0 -> 5235 bytes public/vendor/emojify/images/massage.png | Bin 0 -> 6036 bytes public/vendor/emojify/images/meat_on_bone.png | Bin 0 -> 5425 bytes public/vendor/emojify/images/mega.png | Bin 0 -> 4680 bytes public/vendor/emojify/images/melon.png | Bin 0 -> 8233 bytes public/vendor/emojify/images/memo.png | Bin 0 -> 4945 bytes public/vendor/emojify/images/mens.png | Bin 0 -> 3368 bytes public/vendor/emojify/images/metal.png | Bin 0 -> 3098 bytes public/vendor/emojify/images/metro.png | Bin 0 -> 3402 bytes public/vendor/emojify/images/microphone.png | Bin 0 -> 3680 bytes public/vendor/emojify/images/microscope.png | Bin 0 -> 4130 bytes public/vendor/emojify/images/milky_way.png | Bin 0 -> 5878 bytes public/vendor/emojify/images/minibus.png | Bin 0 -> 3113 bytes public/vendor/emojify/images/minidisc.png | Bin 0 -> 5594 bytes .../emojify/images/mobile_phone_off.png | Bin 0 -> 3521 bytes .../emojify/images/money_with_wings.png | Bin 0 -> 7584 bytes public/vendor/emojify/images/moneybag.png | Bin 0 -> 5500 bytes public/vendor/emojify/images/monkey.png | Bin 0 -> 4973 bytes public/vendor/emojify/images/monkey_face.png | Bin 0 -> 5348 bytes public/vendor/emojify/images/monorail.png | Bin 0 -> 4311 bytes public/vendor/emojify/images/moon.png | Bin 0 -> 3541 bytes public/vendor/emojify/images/mortar_board.png | Bin 0 -> 4164 bytes public/vendor/emojify/images/mount_fuji.png | Bin 0 -> 5004 bytes .../emojify/images/mountain_bicyclist.png | Bin 0 -> 9511 bytes .../emojify/images/mountain_cableway.png | Bin 0 -> 4405 bytes .../emojify/images/mountain_railway.png | Bin 0 -> 7448 bytes public/vendor/emojify/images/mouse.png | Bin 0 -> 6625 bytes public/vendor/emojify/images/mouse2.png | Bin 0 -> 4087 bytes public/vendor/emojify/images/movie_camera.png | Bin 0 -> 4081 bytes public/vendor/emojify/images/moyai.png | Bin 0 -> 2166 bytes public/vendor/emojify/images/muscle.png | Bin 0 -> 4672 bytes public/vendor/emojify/images/mushroom.png | Bin 0 -> 4887 bytes .../emojify/images/musical_keyboard.png | Bin 0 -> 1944 bytes public/vendor/emojify/images/musical_note.png | Bin 0 -> 3188 bytes .../vendor/emojify/images/musical_score.png | Bin 0 -> 1497 bytes public/vendor/emojify/images/mute.png | Bin 0 -> 6635 bytes public/vendor/emojify/images/nail_care.png | Bin 0 -> 5814 bytes public/vendor/emojify/images/name_badge.png | Bin 0 -> 3985 bytes public/vendor/emojify/images/neckbeard.png | Bin 0 -> 6247 bytes public/vendor/emojify/images/necktie.png | Bin 0 -> 6116 bytes .../images/negative_squared_cross_mark.png | Bin 0 -> 3853 bytes public/vendor/emojify/images/neutral_face.png | Bin 0 -> 4843 bytes public/vendor/emojify/images/new.png | Bin 0 -> 3927 bytes public/vendor/emojify/images/new_moon.png | Bin 0 -> 5276 bytes .../emojify/images/new_moon_with_face.png | Bin 0 -> 6708 bytes public/vendor/emojify/images/newspaper.png | Bin 0 -> 5180 bytes public/vendor/emojify/images/ng.png | Bin 0 -> 4201 bytes public/vendor/emojify/images/nine.png | Bin 0 -> 3776 bytes public/vendor/emojify/images/no_bell.png | Bin 0 -> 5944 bytes public/vendor/emojify/images/no_bicycles.png | Bin 0 -> 5661 bytes public/vendor/emojify/images/no_entry.png | Bin 0 -> 3514 bytes .../vendor/emojify/images/no_entry_sign.png | Bin 0 -> 3287 bytes public/vendor/emojify/images/no_good.png | Bin 0 -> 7034 bytes .../emojify/images/no_mobile_phones.png | Bin 0 -> 5083 bytes public/vendor/emojify/images/no_mouth.png | Bin 0 -> 4632 bytes .../vendor/emojify/images/no_pedestrians.png | Bin 0 -> 5485 bytes public/vendor/emojify/images/no_smoking.png | Bin 0 -> 4212 bytes .../emojify/images/non-potable_water.png | Bin 0 -> 5202 bytes public/vendor/emojify/images/nose.png | Bin 0 -> 3703 bytes public/vendor/emojify/images/notebook.png | Bin 0 -> 6001 bytes .../images/notebook_with_decorative_cover.png | Bin 0 -> 5329 bytes public/vendor/emojify/images/notes.png | Bin 0 -> 1536 bytes public/vendor/emojify/images/nut_and_bolt.png | Bin 0 -> 2169 bytes public/vendor/emojify/images/o.png | Bin 0 -> 2538 bytes public/vendor/emojify/images/o2.png | Bin 0 -> 3498 bytes public/vendor/emojify/images/ocean.png | Bin 0 -> 5777 bytes public/vendor/emojify/images/octocat.png | Bin 0 -> 3738 bytes public/vendor/emojify/images/octopus.png | Bin 0 -> 5779 bytes public/vendor/emojify/images/oden.png | Bin 0 -> 5543 bytes public/vendor/emojify/images/office.png | Bin 0 -> 5156 bytes public/vendor/emojify/images/ok.png | Bin 0 -> 4158 bytes public/vendor/emojify/images/ok_hand.png | Bin 0 -> 4598 bytes public/vendor/emojify/images/ok_woman.png | Bin 0 -> 7527 bytes public/vendor/emojify/images/older_man.png | Bin 0 -> 6733 bytes public/vendor/emojify/images/older_woman.png | Bin 0 -> 5977 bytes public/vendor/emojify/images/on.png | Bin 0 -> 1472 bytes .../emojify/images/oncoming_automobile.png | Bin 0 -> 7469 bytes public/vendor/emojify/images/oncoming_bus.png | Bin 0 -> 5305 bytes .../emojify/images/oncoming_police_car.png | Bin 0 -> 5683 bytes .../vendor/emojify/images/oncoming_taxi.png | Bin 0 -> 6287 bytes public/vendor/emojify/images/one.png | Bin 0 -> 2825 bytes .../emojify/images/open_file_folder.png | Bin 0 -> 4292 bytes public/vendor/emojify/images/open_hands.png | Bin 0 -> 4950 bytes public/vendor/emojify/images/open_mouth.png | Bin 0 -> 4519 bytes public/vendor/emojify/images/ophiuchus.png | Bin 0 -> 4434 bytes public/vendor/emojify/images/orange_book.png | Bin 0 -> 5085 bytes public/vendor/emojify/images/outbox_tray.png | Bin 0 -> 3683 bytes public/vendor/emojify/images/ox.png | Bin 0 -> 5935 bytes public/vendor/emojify/images/package.png | Bin 0 -> 8449 bytes .../vendor/emojify/images/page_facing_up.png | Bin 0 -> 2178 bytes .../vendor/emojify/images/page_with_curl.png | Bin 0 -> 3715 bytes public/vendor/emojify/images/pager.png | Bin 0 -> 4022 bytes public/vendor/emojify/images/palm_tree.png | Bin 0 -> 3663 bytes public/vendor/emojify/images/panda_face.png | Bin 0 -> 4814 bytes public/vendor/emojify/images/paperclip.png | Bin 0 -> 2478 bytes public/vendor/emojify/images/parking.png | Bin 0 -> 3083 bytes .../emojify/images/part_alternation_mark.png | Bin 0 -> 2681 bytes public/vendor/emojify/images/partly_sunny.png | Bin 0 -> 5169 bytes .../emojify/images/passport_control.png | Bin 0 -> 4018 bytes public/vendor/emojify/images/paw_prints.png | Bin 0 -> 2471 bytes public/vendor/emojify/images/peach.png | Bin 0 -> 5920 bytes public/vendor/emojify/images/pear.png | Bin 0 -> 6936 bytes public/vendor/emojify/images/pencil.png | Bin 0 -> 4945 bytes public/vendor/emojify/images/pencil2.png | Bin 0 -> 4348 bytes public/vendor/emojify/images/penguin.png | Bin 0 -> 4746 bytes public/vendor/emojify/images/pensive.png | Bin 0 -> 5062 bytes .../vendor/emojify/images/performing_arts.png | Bin 0 -> 6287 bytes public/vendor/emojify/images/persevere.png | Bin 0 -> 5519 bytes .../vendor/emojify/images/person_frowning.png | Bin 0 -> 4826 bytes .../emojify/images/person_with_blond_hair.png | Bin 0 -> 6622 bytes .../images/person_with_pouting_face.png | Bin 0 -> 5428 bytes public/vendor/emojify/images/phone.png | Bin 0 -> 5495 bytes public/vendor/emojify/images/pig.png | Bin 0 -> 5996 bytes public/vendor/emojify/images/pig2.png | Bin 0 -> 4797 bytes public/vendor/emojify/images/pig_nose.png | Bin 0 -> 4761 bytes public/vendor/emojify/images/pill.png | Bin 0 -> 5022 bytes public/vendor/emojify/images/pineapple.png | Bin 0 -> 5634 bytes public/vendor/emojify/images/pisces.png | Bin 0 -> 4441 bytes public/vendor/emojify/images/pizza.png | Bin 0 -> 5273 bytes public/vendor/emojify/images/plus1.png | Bin 0 -> 5075 bytes public/vendor/emojify/images/point_down.png | Bin 0 -> 3225 bytes public/vendor/emojify/images/point_left.png | Bin 0 -> 3085 bytes public/vendor/emojify/images/point_right.png | Bin 0 -> 3079 bytes public/vendor/emojify/images/point_up.png | Bin 0 -> 3431 bytes public/vendor/emojify/images/point_up_2.png | Bin 0 -> 3181 bytes public/vendor/emojify/images/police_car.png | Bin 0 -> 3349 bytes public/vendor/emojify/images/poodle.png | Bin 0 -> 6852 bytes public/vendor/emojify/images/poop.png | Bin 0 -> 4754 bytes public/vendor/emojify/images/post_office.png | Bin 0 -> 5136 bytes public/vendor/emojify/images/postal_horn.png | Bin 0 -> 4735 bytes public/vendor/emojify/images/postbox.png | Bin 0 -> 3388 bytes .../vendor/emojify/images/potable_water.png | Bin 0 -> 3934 bytes public/vendor/emojify/images/pouch.png | Bin 0 -> 4642 bytes public/vendor/emojify/images/poultry_leg.png | Bin 0 -> 4200 bytes public/vendor/emojify/images/pound.png | Bin 0 -> 4235 bytes public/vendor/emojify/images/pouting_cat.png | Bin 0 -> 4918 bytes public/vendor/emojify/images/pray.png | Bin 0 -> 6203 bytes public/vendor/emojify/images/princess.png | Bin 0 -> 7920 bytes public/vendor/emojify/images/punch.png | Bin 0 -> 4833 bytes public/vendor/emojify/images/purple_heart.png | Bin 0 -> 4295 bytes public/vendor/emojify/images/purse.png | Bin 0 -> 5033 bytes public/vendor/emojify/images/pushpin.png | Bin 0 -> 3793 bytes .../images/put_litter_in_its_place.png | Bin 0 -> 4091 bytes public/vendor/emojify/images/question.png | Bin 0 -> 1711 bytes public/vendor/emojify/images/rabbit.png | Bin 0 -> 5677 bytes public/vendor/emojify/images/rabbit2.png | Bin 0 -> 4425 bytes public/vendor/emojify/images/racehorse.png | Bin 0 -> 4735 bytes public/vendor/emojify/images/radio.png | Bin 0 -> 6150 bytes public/vendor/emojify/images/radio_button.png | Bin 0 -> 2198 bytes public/vendor/emojify/images/rage.png | Bin 0 -> 5410 bytes public/vendor/emojify/images/rage1.png | Bin 0 -> 1086 bytes public/vendor/emojify/images/rage2.png | Bin 0 -> 1098 bytes public/vendor/emojify/images/rage3.png | Bin 0 -> 1119 bytes public/vendor/emojify/images/rage4.png | Bin 0 -> 1270 bytes public/vendor/emojify/images/railway_car.png | Bin 0 -> 3648 bytes public/vendor/emojify/images/rainbow.png | Bin 0 -> 5314 bytes public/vendor/emojify/images/raised_hand.png | Bin 0 -> 4161 bytes public/vendor/emojify/images/raised_hands.png | Bin 0 -> 5375 bytes public/vendor/emojify/images/raising_hand.png | Bin 0 -> 6177 bytes public/vendor/emojify/images/ram.png | Bin 0 -> 6531 bytes public/vendor/emojify/images/ramen.png | Bin 0 -> 6574 bytes public/vendor/emojify/images/rat.png | Bin 0 -> 5434 bytes public/vendor/emojify/images/recycle.png | Bin 0 -> 3704 bytes public/vendor/emojify/images/red_car.png | Bin 0 -> 4278 bytes public/vendor/emojify/images/red_circle.png | Bin 0 -> 3946 bytes public/vendor/emojify/images/registered.png | Bin 0 -> 1613 bytes public/vendor/emojify/images/relaxed.png | Bin 0 -> 5455 bytes public/vendor/emojify/images/relieved.png | Bin 0 -> 5364 bytes public/vendor/emojify/images/repeat.png | Bin 0 -> 4009 bytes public/vendor/emojify/images/repeat_one.png | Bin 0 -> 4287 bytes public/vendor/emojify/images/restroom.png | Bin 0 -> 4142 bytes .../emojify/images/revolving_hearts.png | Bin 0 -> 5472 bytes public/vendor/emojify/images/rewind.png | Bin 0 -> 3056 bytes public/vendor/emojify/images/ribbon.png | Bin 0 -> 5581 bytes public/vendor/emojify/images/rice.png | Bin 0 -> 4645 bytes public/vendor/emojify/images/rice_ball.png | Bin 0 -> 5371 bytes public/vendor/emojify/images/rice_cracker.png | Bin 0 -> 7787 bytes public/vendor/emojify/images/rice_scene.png | Bin 0 -> 6261 bytes public/vendor/emojify/images/ring.png | Bin 0 -> 5232 bytes public/vendor/emojify/images/rocket.png | Bin 0 -> 5388 bytes .../vendor/emojify/images/roller_coaster.png | Bin 0 -> 5148 bytes public/vendor/emojify/images/rooster.png | Bin 0 -> 6168 bytes public/vendor/emojify/images/rose.png | Bin 0 -> 4202 bytes .../vendor/emojify/images/rotating_light.png | Bin 0 -> 6620 bytes .../vendor/emojify/images/round_pushpin.png | Bin 0 -> 1936 bytes public/vendor/emojify/images/rowboat.png | Bin 0 -> 5357 bytes public/vendor/emojify/images/ru.png | Bin 0 -> 3920 bytes .../vendor/emojify/images/rugby_football.png | Bin 0 -> 7781 bytes public/vendor/emojify/images/runner.png | Bin 0 -> 3137 bytes public/vendor/emojify/images/running.png | Bin 0 -> 3137 bytes .../images/running_shirt_with_sash.png | Bin 0 -> 5701 bytes public/vendor/emojify/images/sa.png | Bin 0 -> 3556 bytes public/vendor/emojify/images/sagittarius.png | Bin 0 -> 4505 bytes public/vendor/emojify/images/sailboat.png | Bin 0 -> 3833 bytes public/vendor/emojify/images/sake.png | Bin 0 -> 5073 bytes public/vendor/emojify/images/sandal.png | Bin 0 -> 3974 bytes public/vendor/emojify/images/santa.png | Bin 0 -> 6271 bytes public/vendor/emojify/images/satellite.png | Bin 0 -> 4867 bytes public/vendor/emojify/images/satisfied.png | Bin 0 -> 6347 bytes public/vendor/emojify/images/saxophone.png | Bin 0 -> 4252 bytes public/vendor/emojify/images/school.png | Bin 0 -> 5446 bytes .../vendor/emojify/images/school_satchel.png | Bin 0 -> 5741 bytes public/vendor/emojify/images/scissors.png | Bin 0 -> 3837 bytes public/vendor/emojify/images/scorpius.png | Bin 0 -> 4566 bytes public/vendor/emojify/images/scream.png | Bin 0 -> 6482 bytes public/vendor/emojify/images/scream_cat.png | Bin 0 -> 6844 bytes public/vendor/emojify/images/scroll.png | Bin 0 -> 6749 bytes public/vendor/emojify/images/seat.png | Bin 0 -> 6059 bytes public/vendor/emojify/images/secret.png | Bin 0 -> 5364 bytes public/vendor/emojify/images/see_no_evil.png | Bin 0 -> 6828 bytes public/vendor/emojify/images/seedling.png | Bin 0 -> 2190 bytes public/vendor/emojify/images/seven.png | Bin 0 -> 3055 bytes public/vendor/emojify/images/shaved_ice.png | Bin 0 -> 5908 bytes public/vendor/emojify/images/sheep.png | Bin 0 -> 4732 bytes public/vendor/emojify/images/shell.png | Bin 0 -> 5115 bytes public/vendor/emojify/images/ship.png | Bin 0 -> 4233 bytes public/vendor/emojify/images/shipit.png | Bin 0 -> 9351 bytes public/vendor/emojify/images/shirt.png | Bin 0 -> 4676 bytes public/vendor/emojify/images/shit.png | Bin 0 -> 4754 bytes public/vendor/emojify/images/shoe.png | Bin 0 -> 4799 bytes public/vendor/emojify/images/shower.png | Bin 0 -> 7520 bytes .../vendor/emojify/images/signal_strength.png | Bin 0 -> 3231 bytes public/vendor/emojify/images/six.png | Bin 0 -> 3791 bytes .../emojify/images/six_pointed_star.png | Bin 0 -> 4854 bytes public/vendor/emojify/images/ski.png | Bin 0 -> 4167 bytes public/vendor/emojify/images/skull.png | Bin 0 -> 2428 bytes public/vendor/emojify/images/sleeping.png | Bin 0 -> 5409 bytes public/vendor/emojify/images/sleepy.png | Bin 0 -> 5837 bytes public/vendor/emojify/images/slot_machine.png | Bin 0 -> 4605 bytes .../emojify/images/small_blue_diamond.png | Bin 0 -> 1817 bytes .../emojify/images/small_orange_diamond.png | Bin 0 -> 1944 bytes .../emojify/images/small_red_triangle.png | Bin 0 -> 2054 bytes .../images/small_red_triangle_down.png | Bin 0 -> 2157 bytes public/vendor/emojify/images/smile.png | Bin 0 -> 5890 bytes public/vendor/emojify/images/smile_cat.png | Bin 0 -> 6117 bytes public/vendor/emojify/images/smiley.png | Bin 0 -> 5794 bytes public/vendor/emojify/images/smiley_cat.png | Bin 0 -> 6083 bytes public/vendor/emojify/images/smiling_imp.png | Bin 0 -> 7189 bytes public/vendor/emojify/images/smirk.png | Bin 0 -> 5307 bytes public/vendor/emojify/images/smirk_cat.png | Bin 0 -> 6062 bytes public/vendor/emojify/images/smoking.png | Bin 0 -> 2875 bytes public/vendor/emojify/images/snail.png | Bin 0 -> 6657 bytes public/vendor/emojify/images/snake.png | Bin 0 -> 4069 bytes public/vendor/emojify/images/snowboarder.png | Bin 0 -> 5356 bytes public/vendor/emojify/images/snowflake.png | Bin 0 -> 5637 bytes public/vendor/emojify/images/snowman.png | Bin 0 -> 4658 bytes public/vendor/emojify/images/sob.png | Bin 0 -> 5709 bytes public/vendor/emojify/images/soccer.png | Bin 0 -> 4878 bytes public/vendor/emojify/images/soon.png | Bin 0 -> 1551 bytes public/vendor/emojify/images/sos.png | Bin 0 -> 4262 bytes public/vendor/emojify/images/sound.png | Bin 0 -> 5024 bytes .../vendor/emojify/images/space_invader.png | Bin 0 -> 4353 bytes public/vendor/emojify/images/spades.png | Bin 0 -> 1719 bytes public/vendor/emojify/images/spaghetti.png | Bin 0 -> 6955 bytes public/vendor/emojify/images/sparkle.png | Bin 0 -> 8904 bytes public/vendor/emojify/images/sparkler.png | Bin 0 -> 5696 bytes public/vendor/emojify/images/sparkles.png | Bin 0 -> 2209 bytes .../vendor/emojify/images/sparkling_heart.png | Bin 0 -> 5357 bytes .../vendor/emojify/images/speak_no_evil.png | Bin 0 -> 5977 bytes public/vendor/emojify/images/speaker.png | Bin 0 -> 5173 bytes .../vendor/emojify/images/speech_balloon.png | Bin 0 -> 2130 bytes public/vendor/emojify/images/speedboat.png | Bin 0 -> 3512 bytes public/vendor/emojify/images/squirrel.png | Bin 0 -> 9351 bytes public/vendor/emojify/images/star.png | Bin 0 -> 3628 bytes public/vendor/emojify/images/star2.png | Bin 0 -> 4068 bytes public/vendor/emojify/images/stars.png | Bin 0 -> 4366 bytes public/vendor/emojify/images/station.png | Bin 0 -> 4836 bytes .../emojify/images/statue_of_liberty.png | Bin 0 -> 6075 bytes .../emojify/images/steam_locomotive.png | Bin 0 -> 5159 bytes public/vendor/emojify/images/stew.png | Bin 0 -> 5365 bytes .../vendor/emojify/images/straight_ruler.png | Bin 0 -> 3797 bytes public/vendor/emojify/images/strawberry.png | Bin 0 -> 5477 bytes .../emojify/images/stuck_out_tongue.png | Bin 0 -> 5215 bytes .../images/stuck_out_tongue_closed_eyes.png | Bin 0 -> 5785 bytes .../images/stuck_out_tongue_winking_eye.png | Bin 0 -> 6007 bytes .../vendor/emojify/images/sun_with_face.png | Bin 0 -> 7958 bytes public/vendor/emojify/images/sunflower.png | Bin 0 -> 6567 bytes public/vendor/emojify/images/sunglasses.png | Bin 0 -> 5730 bytes public/vendor/emojify/images/sunny.png | Bin 0 -> 3802 bytes public/vendor/emojify/images/sunrise.png | Bin 0 -> 3914 bytes .../emojify/images/sunrise_over_mountains.png | Bin 0 -> 6594 bytes public/vendor/emojify/images/surfer.png | Bin 0 -> 6259 bytes public/vendor/emojify/images/sushi.png | Bin 0 -> 5257 bytes public/vendor/emojify/images/suspect.png | Bin 0 -> 1016 bytes .../emojify/images/suspension_railway.png | Bin 0 -> 3937 bytes public/vendor/emojify/images/sweat.png | Bin 0 -> 5576 bytes public/vendor/emojify/images/sweat_drops.png | Bin 0 -> 4782 bytes public/vendor/emojify/images/sweat_smile.png | Bin 0 -> 6519 bytes public/vendor/emojify/images/sweet_potato.png | Bin 0 -> 5551 bytes public/vendor/emojify/images/swimmer.png | Bin 0 -> 4378 bytes public/vendor/emojify/images/symbols.png | Bin 0 -> 5434 bytes public/vendor/emojify/images/syringe.png | Bin 0 -> 3027 bytes public/vendor/emojify/images/tada.png | Bin 0 -> 5945 bytes .../vendor/emojify/images/tanabata_tree.png | Bin 0 -> 4296 bytes public/vendor/emojify/images/tangerine.png | Bin 0 -> 6645 bytes public/vendor/emojify/images/taurus.png | Bin 0 -> 4733 bytes public/vendor/emojify/images/taxi.png | Bin 0 -> 3744 bytes public/vendor/emojify/images/tea.png | Bin 0 -> 5954 bytes public/vendor/emojify/images/telephone.png | Bin 0 -> 5495 bytes .../emojify/images/telephone_receiver.png | Bin 0 -> 2001 bytes public/vendor/emojify/images/telescope.png | Bin 0 -> 3252 bytes public/vendor/emojify/images/tennis.png | Bin 0 -> 5976 bytes public/vendor/emojify/images/tent.png | Bin 0 -> 4482 bytes .../vendor/emojify/images/thought_balloon.png | Bin 0 -> 2521 bytes public/vendor/emojify/images/three.png | Bin 0 -> 3758 bytes public/vendor/emojify/images/thumbsdown.png | Bin 0 -> 5070 bytes public/vendor/emojify/images/thumbsup.png | Bin 0 -> 5075 bytes public/vendor/emojify/images/ticket.png | Bin 0 -> 3091 bytes public/vendor/emojify/images/tiger.png | Bin 0 -> 6051 bytes public/vendor/emojify/images/tiger2.png | Bin 0 -> 5744 bytes public/vendor/emojify/images/tired_face.png | Bin 0 -> 6174 bytes public/vendor/emojify/images/tm.png | Bin 0 -> 842 bytes public/vendor/emojify/images/toilet.png | Bin 0 -> 1733 bytes public/vendor/emojify/images/tokyo_tower.png | Bin 0 -> 4802 bytes public/vendor/emojify/images/tomato.png | Bin 0 -> 5748 bytes public/vendor/emojify/images/tongue.png | Bin 0 -> 3662 bytes public/vendor/emojify/images/top.png | Bin 0 -> 3785 bytes public/vendor/emojify/images/tophat.png | Bin 0 -> 3009 bytes public/vendor/emojify/images/tractor.png | Bin 0 -> 5671 bytes .../vendor/emojify/images/traffic_light.png | Bin 0 -> 3535 bytes public/vendor/emojify/images/train.png | Bin 0 -> 3905 bytes public/vendor/emojify/images/train2.png | Bin 0 -> 4817 bytes public/vendor/emojify/images/tram.png | Bin 0 -> 4869 bytes .../images/triangular_flag_on_post.png | Bin 0 -> 1399 bytes .../emojify/images/triangular_ruler.png | Bin 0 -> 2706 bytes public/vendor/emojify/images/trident.png | Bin 0 -> 4833 bytes public/vendor/emojify/images/triumph.png | Bin 0 -> 6164 bytes public/vendor/emojify/images/trolleybus.png | Bin 0 -> 4431 bytes public/vendor/emojify/images/trollface.png | Bin 0 -> 4901 bytes public/vendor/emojify/images/trophy.png | Bin 0 -> 5520 bytes .../vendor/emojify/images/tropical_drink.png | Bin 0 -> 4189 bytes .../vendor/emojify/images/tropical_fish.png | Bin 0 -> 5846 bytes public/vendor/emojify/images/truck.png | Bin 0 -> 3721 bytes public/vendor/emojify/images/trumpet.png | Bin 0 -> 4373 bytes public/vendor/emojify/images/tshirt.png | Bin 0 -> 4676 bytes public/vendor/emojify/images/tulip.png | Bin 0 -> 6065 bytes public/vendor/emojify/images/turtle.png | Bin 0 -> 5336 bytes public/vendor/emojify/images/tv.png | Bin 0 -> 5242 bytes .../images/twisted_rightwards_arrows.png | Bin 0 -> 4313 bytes public/vendor/emojify/images/two.png | Bin 0 -> 3518 bytes public/vendor/emojify/images/two_hearts.png | Bin 0 -> 3565 bytes .../emojify/images/two_men_holding_hands.png | Bin 0 -> 6994 bytes .../images/two_women_holding_hands.png | Bin 0 -> 7633 bytes public/vendor/emojify/images/u5272.png | Bin 0 -> 4533 bytes public/vendor/emojify/images/u5408.png | Bin 0 -> 3890 bytes public/vendor/emojify/images/u55b6.png | Bin 0 -> 3411 bytes public/vendor/emojify/images/u6307.png | Bin 0 -> 4103 bytes public/vendor/emojify/images/u6708.png | Bin 0 -> 3011 bytes public/vendor/emojify/images/u6709.png | Bin 0 -> 3198 bytes public/vendor/emojify/images/u6e80.png | Bin 0 -> 4419 bytes public/vendor/emojify/images/u7121.png | Bin 0 -> 3942 bytes public/vendor/emojify/images/u7533.png | Bin 0 -> 3048 bytes public/vendor/emojify/images/u7981.png | Bin 0 -> 5175 bytes public/vendor/emojify/images/u7a7a.png | Bin 0 -> 4180 bytes public/vendor/emojify/images/uk.png | Bin 0 -> 5894 bytes public/vendor/emojify/images/umbrella.png | Bin 0 -> 4745 bytes public/vendor/emojify/images/unamused.png | Bin 0 -> 5315 bytes public/vendor/emojify/images/underage.png | Bin 0 -> 5722 bytes public/vendor/emojify/images/unlock.png | Bin 0 -> 3551 bytes public/vendor/emojify/images/up.png | Bin 0 -> 3721 bytes public/vendor/emojify/images/us.png | Bin 0 -> 6285 bytes public/vendor/emojify/images/v.png | Bin 0 -> 4669 bytes .../emojify/images/vertical_traffic_light.png | Bin 0 -> 3422 bytes public/vendor/emojify/images/vhs.png | Bin 0 -> 3145 bytes .../vendor/emojify/images/vibration_mode.png | Bin 0 -> 3906 bytes public/vendor/emojify/images/video_camera.png | Bin 0 -> 5090 bytes public/vendor/emojify/images/video_game.png | Bin 0 -> 4947 bytes public/vendor/emojify/images/violin.png | Bin 0 -> 4915 bytes public/vendor/emojify/images/virgo.png | Bin 0 -> 4869 bytes public/vendor/emojify/images/volcano.png | Bin 0 -> 6167 bytes public/vendor/emojify/images/vs.png | Bin 0 -> 3424 bytes public/vendor/emojify/images/walking.png | Bin 0 -> 2468 bytes .../emojify/images/waning_crescent_moon.png | Bin 0 -> 5885 bytes .../emojify/images/waning_gibbous_moon.png | Bin 0 -> 6443 bytes public/vendor/emojify/images/warning.png | Bin 0 -> 3173 bytes public/vendor/emojify/images/watch.png | Bin 0 -> 5189 bytes .../vendor/emojify/images/water_buffalo.png | Bin 0 -> 4774 bytes public/vendor/emojify/images/watermelon.png | Bin 0 -> 5501 bytes public/vendor/emojify/images/wave.png | Bin 0 -> 5046 bytes public/vendor/emojify/images/wavy_dash.png | Bin 0 -> 696 bytes .../emojify/images/waxing_crescent_moon.png | Bin 0 -> 6198 bytes .../emojify/images/waxing_gibbous_moon.png | Bin 0 -> 6357 bytes public/vendor/emojify/images/wc.png | Bin 0 -> 4088 bytes public/vendor/emojify/images/weary.png | Bin 0 -> 6279 bytes public/vendor/emojify/images/wedding.png | Bin 0 -> 5847 bytes public/vendor/emojify/images/whale.png | Bin 0 -> 4940 bytes public/vendor/emojify/images/whale2.png | Bin 0 -> 5944 bytes public/vendor/emojify/images/wheelchair.png | Bin 0 -> 4224 bytes .../emojify/images/white_check_mark.png | Bin 0 -> 3445 bytes public/vendor/emojify/images/white_circle.png | Bin 0 -> 2477 bytes public/vendor/emojify/images/white_flower.png | Bin 0 -> 4391 bytes .../emojify/images/white_large_square.png | Bin 0 -> 1411 bytes .../images/white_medium_small_square.png | Bin 0 -> 3598 bytes .../emojify/images/white_medium_square.png | Bin 0 -> 4192 bytes .../emojify/images/white_small_square.png | Bin 0 -> 3068 bytes public/vendor/emojify/images/white_square.png | Bin 0 -> 1411 bytes .../emojify/images/white_square_button.png | Bin 0 -> 1725 bytes public/vendor/emojify/images/wind_chime.png | Bin 0 -> 3487 bytes public/vendor/emojify/images/wine_glass.png | Bin 0 -> 3151 bytes public/vendor/emojify/images/wink.png | Bin 0 -> 5253 bytes public/vendor/emojify/images/wink2.png | Bin 0 -> 6007 bytes public/vendor/emojify/images/wolf.png | Bin 0 -> 4845 bytes public/vendor/emojify/images/woman.png | Bin 0 -> 6895 bytes .../vendor/emojify/images/womans_clothes.png | Bin 0 -> 4075 bytes public/vendor/emojify/images/womans_hat.png | Bin 0 -> 8101 bytes public/vendor/emojify/images/womens.png | Bin 0 -> 3892 bytes public/vendor/emojify/images/worried.png | Bin 0 -> 5152 bytes public/vendor/emojify/images/wrench.png | Bin 0 -> 2775 bytes public/vendor/emojify/images/x.png | Bin 0 -> 2044 bytes public/vendor/emojify/images/yellow_heart.png | Bin 0 -> 4414 bytes public/vendor/emojify/images/yen.png | Bin 0 -> 4989 bytes public/vendor/emojify/images/yum.png | Bin 0 -> 5886 bytes public/vendor/emojify/images/zap.png | Bin 0 -> 2233 bytes public/vendor/emojify/images/zero.png | Bin 0 -> 3590 bytes public/vendor/emojify/images/zzz.png | Bin 0 -> 2027 bytes public/vendor/emojify/js/emojify.js | 380 + public/vendor/emojify/js/emojify.min.js | 4 + public/vendor/flowchart/flowchart-1.4.0.js | 1423 ++ .../vendor/flowchart/flowchart-1.4.0.min.js | 5 + .../vendor/font-awesome/css/font-awesome.css | 1801 ++ .../font-awesome/css/font-awesome.min.css | 4 + .../vendor/font-awesome/fonts/FontAwesome.otf | Bin 0 -> 93888 bytes .../fonts/fontawesome-webfont.eot | Bin 0 -> 60767 bytes .../fonts/fontawesome-webfont.svg | 565 + .../fonts/fontawesome-webfont.ttf | Bin 0 -> 122092 bytes .../fonts/fontawesome-webfont.woff | Bin 0 -> 71508 bytes .../fonts/fontawesome-webfont.woff2 | Bin 0 -> 56780 bytes public/vendor/font-awesome/less/animated.less | 34 + .../font-awesome/less/bordered-pulled.less | 16 + public/vendor/font-awesome/less/core.less | 13 + .../vendor/font-awesome/less/fixed-width.less | 6 + .../font-awesome/less/font-awesome.less | 17 + public/vendor/font-awesome/less/icons.less | 596 + public/vendor/font-awesome/less/larger.less | 13 + public/vendor/font-awesome/less/list.less | 19 + public/vendor/font-awesome/less/mixins.less | 27 + public/vendor/font-awesome/less/path.less | 15 + .../font-awesome/less/rotated-flipped.less | 20 + public/vendor/font-awesome/less/stacked.less | 20 + .../vendor/font-awesome/less/variables.less | 606 + .../vendor/font-awesome/scss/_animated.scss | 34 + .../font-awesome/scss/_bordered-pulled.scss | 16 + public/vendor/font-awesome/scss/_core.scss | 13 + .../font-awesome/scss/_fixed-width.scss | 6 + public/vendor/font-awesome/scss/_icons.scss | 596 + public/vendor/font-awesome/scss/_larger.scss | 13 + public/vendor/font-awesome/scss/_list.scss | 19 + public/vendor/font-awesome/scss/_mixins.scss | 27 + public/vendor/font-awesome/scss/_path.scss | 15 + .../font-awesome/scss/_rotated-flipped.scss | 20 + public/vendor/font-awesome/scss/_stacked.scss | 20 + .../vendor/font-awesome/scss/_variables.scss | 606 + .../font-awesome/scss/font-awesome.scss | 17 + public/vendor/gist-embed.js | 179 + public/vendor/handlebars-v3.0.0.js | 3746 +++++ public/vendor/highlight-js/github.min.css | 1 + public/vendor/highlight-js/highlight.min.js | 2 + public/vendor/jquery-1.11.2.min.js | 4 + public/vendor/jquery.cookie-1.4.1.min.js | 2 + public/vendor/list.min.js | 1 + public/vendor/lz-string.min.js | 1 + public/vendor/marked.js | 1272 ++ public/vendor/marked.min.js | 6 + public/vendor/moment-with-locales.js | 9792 +++++++++++ public/vendor/raphael-min.js | 11 + public/vendor/remarkable-regex.js | 83 + public/vendor/remarkable.js | 9444 +++++++++++ public/vendor/remarkable.min.js | 4 + public/vendor/select2/css/select2.css | 421 + public/vendor/select2/css/select2.min.css | 1 + public/vendor/select2/js/i18n/az.js | 1 + public/vendor/select2/js/i18n/bg.js | 1 + public/vendor/select2/js/i18n/ca.js | 1 + public/vendor/select2/js/i18n/cs.js | 1 + public/vendor/select2/js/i18n/da.js | 1 + public/vendor/select2/js/i18n/de.js | 1 + public/vendor/select2/js/i18n/en.js | 1 + public/vendor/select2/js/i18n/es.js | 1 + public/vendor/select2/js/i18n/et.js | 1 + public/vendor/select2/js/i18n/eu.js | 1 + public/vendor/select2/js/i18n/fi.js | 1 + public/vendor/select2/js/i18n/fr.js | 1 + public/vendor/select2/js/i18n/gl.js | 1 + public/vendor/select2/js/i18n/hi.js | 1 + public/vendor/select2/js/i18n/hr.js | 1 + public/vendor/select2/js/i18n/hu.js | 1 + public/vendor/select2/js/i18n/id.js | 1 + public/vendor/select2/js/i18n/is.js | 1 + public/vendor/select2/js/i18n/it.js | 1 + public/vendor/select2/js/i18n/lt.js | 1 + public/vendor/select2/js/i18n/lv.js | 1 + public/vendor/select2/js/i18n/mk.js | 1 + public/vendor/select2/js/i18n/nb.js | 1 + public/vendor/select2/js/i18n/nl.js | 1 + public/vendor/select2/js/i18n/pl.js | 1 + public/vendor/select2/js/i18n/pt-BR.js | 1 + public/vendor/select2/js/i18n/pt.js | 1 + public/vendor/select2/js/i18n/ro.js | 1 + public/vendor/select2/js/i18n/ru.js | 1 + public/vendor/select2/js/i18n/sk.js | 1 + public/vendor/select2/js/i18n/sr.js | 1 + public/vendor/select2/js/i18n/sv.js | 1 + public/vendor/select2/js/i18n/th.js | 1 + public/vendor/select2/js/i18n/tr.js | 1 + public/vendor/select2/js/i18n/uk.js | 1 + public/vendor/select2/js/i18n/vi.js | 1 + public/vendor/select2/js/i18n/zh-CN.js | 1 + public/vendor/select2/js/i18n/zh-TW.js | 1 + public/vendor/select2/js/select2.amd.full.js | 5326 ++++++ public/vendor/select2/js/select2.amd.js | 4766 ++++++ public/vendor/select2/js/select2.full.js | 5765 +++++++ public/vendor/select2/js/select2.full.min.js | 3 + public/vendor/select2/js/select2.js | 5205 ++++++ public/vendor/select2/js/select2.min.js | 2 + .../sequence-diagrams/sequence-diagram-min.js | 7 + .../sequence-diagram-min.js.map | 1 + public/vendor/socket.io-1.3.5.js | 3 + public/vendor/spin.min.js | 2 + public/vendor/string.min.js | 3 + public/vendor/to-markdown.js | 691 + public/vendor/underscore-min.js | 5 + public/views/body.ejs | 27 + public/views/error.ejs | 20 + public/views/foot.ejs | 30 + public/views/footer.ejs | 0 public/views/head.ejs | 33 + public/views/header.ejs | 105 + public/views/index.ejs | 15 + public/views/pretty.ejs | 58 + 1379 files changed, 173000 insertions(+) create mode 100644 Procfile create mode 100644 README.md create mode 100644 app.js create mode 100644 config.js create mode 100644 lib/auth.js create mode 100644 lib/db.js create mode 100644 lib/note.js create mode 100644 lib/realtime.js create mode 100644 lib/response.js create mode 100644 lib/user.js create mode 100644 package.json create mode 100644 public/GFM.md create mode 100644 public/apple-touch-icon.png create mode 100755 public/css/bootstrap-social.css create mode 100644 public/css/center.css create mode 100644 public/css/cover.css create mode 100644 public/css/extra.css create mode 100644 public/css/gist.css create mode 100644 public/css/github-cdn.css create mode 100644 public/css/github-code-cdn.css create mode 100644 public/css/github-code-unminify.css create mode 100644 public/css/github-emoji-unminify.css create mode 100644 public/css/github-emoji.css create mode 100644 public/css/github-extract.css create mode 100755 public/css/github-markdown.css create mode 100644 public/css/github-unminify.css create mode 100644 public/css/github.css create mode 100644 public/css/index.css create mode 100644 public/css/markdown.css create mode 100644 public/css/site.css create mode 100644 public/default.md create mode 100644 public/favicon.png create mode 100644 public/features.md create mode 100644 public/index.html create mode 100644 public/js/cover.js create mode 100644 public/js/extra.js create mode 100644 public/js/ga.js create mode 100644 public/js/history.js create mode 100644 public/js/index.js create mode 100644 public/js/unused.js create mode 100644 public/vendor/FileSaver.min.js create mode 100644 public/vendor/bootstrap/css/bootstrap-theme.css create mode 100644 public/vendor/bootstrap/css/bootstrap-theme.css.map create mode 100644 public/vendor/bootstrap/css/bootstrap-theme.min.css create mode 100644 public/vendor/bootstrap/css/bootstrap.css create mode 100644 public/vendor/bootstrap/css/bootstrap.css.map create mode 100644 public/vendor/bootstrap/css/bootstrap.min.css create mode 100644 public/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot create mode 100644 public/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg create mode 100644 public/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf create mode 100644 public/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff create mode 100644 public/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 create mode 100644 public/vendor/bootstrap/js/bootstrap.js create mode 100644 public/vendor/bootstrap/js/bootstrap.min.js create mode 100644 public/vendor/bootstrap/js/npm.js create mode 100755 public/vendor/codemirror/addon/comment/comment.js create mode 100755 public/vendor/codemirror/addon/comment/continuecomment.js create mode 100755 public/vendor/codemirror/addon/dialog/dialog.css create mode 100755 public/vendor/codemirror/addon/dialog/dialog.js create mode 100755 public/vendor/codemirror/addon/display/fullscreen.css create mode 100755 public/vendor/codemirror/addon/display/fullscreen.js create mode 100755 public/vendor/codemirror/addon/display/panel.js create mode 100755 public/vendor/codemirror/addon/display/placeholder.js create mode 100755 public/vendor/codemirror/addon/display/rulers.js create mode 100755 public/vendor/codemirror/addon/edit/closebrackets.js create mode 100755 public/vendor/codemirror/addon/edit/closetag.js create mode 100755 public/vendor/codemirror/addon/edit/continuelist.js create mode 100755 public/vendor/codemirror/addon/edit/matchbrackets.js create mode 100755 public/vendor/codemirror/addon/edit/matchtags.js create mode 100755 public/vendor/codemirror/addon/edit/trailingspace.js create mode 100755 public/vendor/codemirror/addon/fold/brace-fold.js create mode 100755 public/vendor/codemirror/addon/fold/comment-fold.js create mode 100755 public/vendor/codemirror/addon/fold/foldcode.js create mode 100755 public/vendor/codemirror/addon/fold/foldgutter.css create mode 100755 public/vendor/codemirror/addon/fold/foldgutter.js create mode 100755 public/vendor/codemirror/addon/fold/indent-fold.js create mode 100755 public/vendor/codemirror/addon/fold/markdown-fold.js create mode 100755 public/vendor/codemirror/addon/fold/xml-fold.js create mode 100755 public/vendor/codemirror/addon/hint/anyword-hint.js create mode 100755 public/vendor/codemirror/addon/hint/css-hint.js create mode 100755 public/vendor/codemirror/addon/hint/html-hint.js create mode 100755 public/vendor/codemirror/addon/hint/javascript-hint.js create mode 100755 public/vendor/codemirror/addon/hint/show-hint.css create mode 100755 public/vendor/codemirror/addon/hint/show-hint.js create mode 100755 public/vendor/codemirror/addon/hint/sql-hint.js create mode 100755 public/vendor/codemirror/addon/hint/xml-hint.js create mode 100755 public/vendor/codemirror/addon/lint/coffeescript-lint.js create mode 100755 public/vendor/codemirror/addon/lint/css-lint.js create mode 100755 public/vendor/codemirror/addon/lint/javascript-lint.js create mode 100755 public/vendor/codemirror/addon/lint/json-lint.js create mode 100755 public/vendor/codemirror/addon/lint/lint.css create mode 100755 public/vendor/codemirror/addon/lint/lint.js create mode 100755 public/vendor/codemirror/addon/lint/yaml-lint.js create mode 100755 public/vendor/codemirror/addon/merge/merge.css create mode 100755 public/vendor/codemirror/addon/merge/merge.js create mode 100755 public/vendor/codemirror/addon/mode/loadmode.js create mode 100755 public/vendor/codemirror/addon/mode/multiplex.js create mode 100755 public/vendor/codemirror/addon/mode/multiplex_test.js create mode 100755 public/vendor/codemirror/addon/mode/overlay.js create mode 100755 public/vendor/codemirror/addon/mode/simple.js create mode 100755 public/vendor/codemirror/addon/runmode/colorize.js create mode 100755 public/vendor/codemirror/addon/runmode/runmode-standalone.js create mode 100755 public/vendor/codemirror/addon/runmode/runmode.js create mode 100755 public/vendor/codemirror/addon/runmode/runmode.node.js create mode 100755 public/vendor/codemirror/addon/scroll/annotatescrollbar.js create mode 100755 public/vendor/codemirror/addon/scroll/scrollpastend.js create mode 100755 public/vendor/codemirror/addon/scroll/simplescrollbars.css create mode 100755 public/vendor/codemirror/addon/scroll/simplescrollbars.js create mode 100755 public/vendor/codemirror/addon/search/match-highlighter.js create mode 100755 public/vendor/codemirror/addon/search/matchesonscrollbar.css create mode 100755 public/vendor/codemirror/addon/search/matchesonscrollbar.js create mode 100755 public/vendor/codemirror/addon/search/search.js create mode 100755 public/vendor/codemirror/addon/search/searchcursor.js create mode 100755 public/vendor/codemirror/addon/selection/active-line.js create mode 100755 public/vendor/codemirror/addon/selection/mark-selection.js create mode 100755 public/vendor/codemirror/addon/selection/selection-pointer.js create mode 100755 public/vendor/codemirror/addon/tern/tern.css create mode 100755 public/vendor/codemirror/addon/tern/tern.js create mode 100755 public/vendor/codemirror/addon/tern/worker.js create mode 100755 public/vendor/codemirror/addon/wrap/hardwrap.js create mode 100644 public/vendor/codemirror/codemirror.min.js create mode 100644 public/vendor/codemirror/compress.sh create mode 100755 public/vendor/codemirror/keymap/emacs.js create mode 100755 public/vendor/codemirror/keymap/sublime.js create mode 100755 public/vendor/codemirror/keymap/vim.js create mode 100755 public/vendor/codemirror/lib/codemirror.css create mode 100755 public/vendor/codemirror/lib/codemirror.js create mode 100755 public/vendor/codemirror/mode/apl/apl.js create mode 100755 public/vendor/codemirror/mode/apl/index.html create mode 100755 public/vendor/codemirror/mode/asciiarmor/asciiarmor.js create mode 100755 public/vendor/codemirror/mode/asciiarmor/index.html create mode 100755 public/vendor/codemirror/mode/asterisk/asterisk.js create mode 100755 public/vendor/codemirror/mode/asterisk/index.html create mode 100755 public/vendor/codemirror/mode/clike/clike.js create mode 100755 public/vendor/codemirror/mode/clike/index.html create mode 100755 public/vendor/codemirror/mode/clike/scala.html create mode 100755 public/vendor/codemirror/mode/clojure/clojure.js create mode 100755 public/vendor/codemirror/mode/clojure/index.html create mode 100755 public/vendor/codemirror/mode/cmake/cmake.js create mode 100755 public/vendor/codemirror/mode/cmake/index.html create mode 100755 public/vendor/codemirror/mode/cobol/cobol.js create mode 100755 public/vendor/codemirror/mode/cobol/index.html create mode 100755 public/vendor/codemirror/mode/coffeescript/coffeescript.js create mode 100755 public/vendor/codemirror/mode/coffeescript/index.html create mode 100755 public/vendor/codemirror/mode/commonlisp/commonlisp.js create mode 100755 public/vendor/codemirror/mode/commonlisp/index.html create mode 100755 public/vendor/codemirror/mode/css/css.js create mode 100755 public/vendor/codemirror/mode/css/index.html create mode 100755 public/vendor/codemirror/mode/css/less.html create mode 100755 public/vendor/codemirror/mode/css/less_test.js create mode 100755 public/vendor/codemirror/mode/css/scss.html create mode 100755 public/vendor/codemirror/mode/css/scss_test.js create mode 100755 public/vendor/codemirror/mode/css/test.js create mode 100755 public/vendor/codemirror/mode/cypher/cypher.js create mode 100755 public/vendor/codemirror/mode/cypher/index.html create mode 100755 public/vendor/codemirror/mode/d/d.js create mode 100755 public/vendor/codemirror/mode/d/index.html create mode 100755 public/vendor/codemirror/mode/dart/dart.js create mode 100755 public/vendor/codemirror/mode/dart/index.html create mode 100755 public/vendor/codemirror/mode/diff/diff.js create mode 100755 public/vendor/codemirror/mode/diff/index.html create mode 100755 public/vendor/codemirror/mode/django/django.js create mode 100755 public/vendor/codemirror/mode/django/index.html create mode 100755 public/vendor/codemirror/mode/dockerfile/dockerfile.js create mode 100755 public/vendor/codemirror/mode/dockerfile/index.html create mode 100755 public/vendor/codemirror/mode/dtd/dtd.js create mode 100755 public/vendor/codemirror/mode/dtd/index.html create mode 100755 public/vendor/codemirror/mode/dylan/dylan.js create mode 100755 public/vendor/codemirror/mode/dylan/index.html create mode 100755 public/vendor/codemirror/mode/ebnf/ebnf.js create mode 100755 public/vendor/codemirror/mode/ebnf/index.html create mode 100755 public/vendor/codemirror/mode/ecl/ecl.js create mode 100755 public/vendor/codemirror/mode/ecl/index.html create mode 100755 public/vendor/codemirror/mode/eiffel/eiffel.js create mode 100755 public/vendor/codemirror/mode/eiffel/index.html create mode 100755 public/vendor/codemirror/mode/erlang/erlang.js create mode 100755 public/vendor/codemirror/mode/erlang/index.html create mode 100755 public/vendor/codemirror/mode/forth/forth.js create mode 100755 public/vendor/codemirror/mode/forth/index.html create mode 100755 public/vendor/codemirror/mode/fortran/fortran.js create mode 100755 public/vendor/codemirror/mode/fortran/index.html create mode 100755 public/vendor/codemirror/mode/gas/gas.js create mode 100755 public/vendor/codemirror/mode/gas/index.html create mode 100755 public/vendor/codemirror/mode/gfm/gfm.js create mode 100755 public/vendor/codemirror/mode/gfm/index.html create mode 100755 public/vendor/codemirror/mode/gfm/test.js create mode 100755 public/vendor/codemirror/mode/gherkin/gherkin.js create mode 100755 public/vendor/codemirror/mode/gherkin/index.html create mode 100755 public/vendor/codemirror/mode/go/go.js create mode 100755 public/vendor/codemirror/mode/go/index.html create mode 100755 public/vendor/codemirror/mode/groovy/groovy.js create mode 100755 public/vendor/codemirror/mode/groovy/index.html create mode 100755 public/vendor/codemirror/mode/haml/haml.js create mode 100755 public/vendor/codemirror/mode/haml/index.html create mode 100755 public/vendor/codemirror/mode/haml/test.js create mode 100755 public/vendor/codemirror/mode/handlebars/handlebars.js create mode 100755 public/vendor/codemirror/mode/handlebars/index.html create mode 100755 public/vendor/codemirror/mode/haskell/haskell.js create mode 100755 public/vendor/codemirror/mode/haskell/index.html create mode 100755 public/vendor/codemirror/mode/haxe/haxe.js create mode 100755 public/vendor/codemirror/mode/haxe/index.html create mode 100755 public/vendor/codemirror/mode/htmlembedded/htmlembedded.js create mode 100755 public/vendor/codemirror/mode/htmlembedded/index.html create mode 100755 public/vendor/codemirror/mode/htmlmixed/htmlmixed.js create mode 100755 public/vendor/codemirror/mode/htmlmixed/index.html create mode 100755 public/vendor/codemirror/mode/http/http.js create mode 100755 public/vendor/codemirror/mode/http/index.html create mode 100755 public/vendor/codemirror/mode/idl/idl.js create mode 100755 public/vendor/codemirror/mode/idl/index.html create mode 100755 public/vendor/codemirror/mode/index.html create mode 100755 public/vendor/codemirror/mode/jade/index.html create mode 100755 public/vendor/codemirror/mode/jade/jade.js create mode 100755 public/vendor/codemirror/mode/javascript/index.html create mode 100755 public/vendor/codemirror/mode/javascript/javascript.js create mode 100755 public/vendor/codemirror/mode/javascript/json-ld.html create mode 100755 public/vendor/codemirror/mode/javascript/test.js create mode 100755 public/vendor/codemirror/mode/javascript/typescript.html create mode 100755 public/vendor/codemirror/mode/jinja2/index.html create mode 100755 public/vendor/codemirror/mode/jinja2/jinja2.js create mode 100755 public/vendor/codemirror/mode/julia/index.html create mode 100755 public/vendor/codemirror/mode/julia/julia.js create mode 100755 public/vendor/codemirror/mode/kotlin/index.html create mode 100755 public/vendor/codemirror/mode/kotlin/kotlin.js create mode 100755 public/vendor/codemirror/mode/livescript/index.html create mode 100755 public/vendor/codemirror/mode/livescript/livescript.js create mode 100755 public/vendor/codemirror/mode/lua/index.html create mode 100755 public/vendor/codemirror/mode/lua/lua.js create mode 100755 public/vendor/codemirror/mode/markdown/index.html create mode 100755 public/vendor/codemirror/mode/markdown/markdown.js create mode 100755 public/vendor/codemirror/mode/markdown/test.js create mode 100755 public/vendor/codemirror/mode/meta.js create mode 100755 public/vendor/codemirror/mode/mirc/index.html create mode 100755 public/vendor/codemirror/mode/mirc/mirc.js create mode 100755 public/vendor/codemirror/mode/mllike/index.html create mode 100755 public/vendor/codemirror/mode/mllike/mllike.js create mode 100755 public/vendor/codemirror/mode/modelica/index.html create mode 100755 public/vendor/codemirror/mode/modelica/modelica.js create mode 100755 public/vendor/codemirror/mode/mumps/index.html create mode 100755 public/vendor/codemirror/mode/mumps/mumps.js create mode 100755 public/vendor/codemirror/mode/nginx/index.html create mode 100755 public/vendor/codemirror/mode/nginx/nginx.js create mode 100755 public/vendor/codemirror/mode/ntriples/index.html create mode 100755 public/vendor/codemirror/mode/ntriples/ntriples.js create mode 100755 public/vendor/codemirror/mode/octave/index.html create mode 100755 public/vendor/codemirror/mode/octave/octave.js create mode 100755 public/vendor/codemirror/mode/pascal/index.html create mode 100755 public/vendor/codemirror/mode/pascal/pascal.js create mode 100755 public/vendor/codemirror/mode/pegjs/index.html create mode 100755 public/vendor/codemirror/mode/pegjs/pegjs.js create mode 100755 public/vendor/codemirror/mode/perl/index.html create mode 100755 public/vendor/codemirror/mode/perl/perl.js create mode 100755 public/vendor/codemirror/mode/php/index.html create mode 100755 public/vendor/codemirror/mode/php/php.js create mode 100755 public/vendor/codemirror/mode/php/test.js create mode 100755 public/vendor/codemirror/mode/pig/index.html create mode 100755 public/vendor/codemirror/mode/pig/pig.js create mode 100755 public/vendor/codemirror/mode/properties/index.html create mode 100755 public/vendor/codemirror/mode/properties/properties.js create mode 100755 public/vendor/codemirror/mode/puppet/index.html create mode 100755 public/vendor/codemirror/mode/puppet/puppet.js create mode 100755 public/vendor/codemirror/mode/python/index.html create mode 100755 public/vendor/codemirror/mode/python/python.js create mode 100755 public/vendor/codemirror/mode/q/index.html create mode 100755 public/vendor/codemirror/mode/q/q.js create mode 100755 public/vendor/codemirror/mode/r/index.html create mode 100755 public/vendor/codemirror/mode/r/r.js create mode 100755 public/vendor/codemirror/mode/rpm/changes/index.html create mode 100755 public/vendor/codemirror/mode/rpm/index.html create mode 100755 public/vendor/codemirror/mode/rpm/rpm.js create mode 100755 public/vendor/codemirror/mode/rst/index.html create mode 100755 public/vendor/codemirror/mode/rst/rst.js create mode 100755 public/vendor/codemirror/mode/ruby/index.html create mode 100755 public/vendor/codemirror/mode/ruby/ruby.js create mode 100755 public/vendor/codemirror/mode/ruby/test.js create mode 100755 public/vendor/codemirror/mode/rust/index.html create mode 100755 public/vendor/codemirror/mode/rust/rust.js create mode 100755 public/vendor/codemirror/mode/sass/index.html create mode 100755 public/vendor/codemirror/mode/sass/sass.js create mode 100755 public/vendor/codemirror/mode/scheme/index.html create mode 100755 public/vendor/codemirror/mode/scheme/scheme.js create mode 100755 public/vendor/codemirror/mode/shell/index.html create mode 100755 public/vendor/codemirror/mode/shell/shell.js create mode 100755 public/vendor/codemirror/mode/shell/test.js create mode 100755 public/vendor/codemirror/mode/sieve/index.html create mode 100755 public/vendor/codemirror/mode/sieve/sieve.js create mode 100755 public/vendor/codemirror/mode/slim/index.html create mode 100755 public/vendor/codemirror/mode/slim/slim.js create mode 100755 public/vendor/codemirror/mode/slim/test.js create mode 100755 public/vendor/codemirror/mode/smalltalk/index.html create mode 100755 public/vendor/codemirror/mode/smalltalk/smalltalk.js create mode 100755 public/vendor/codemirror/mode/smarty/index.html create mode 100755 public/vendor/codemirror/mode/smarty/smarty.js create mode 100755 public/vendor/codemirror/mode/solr/index.html create mode 100755 public/vendor/codemirror/mode/solr/solr.js create mode 100755 public/vendor/codemirror/mode/soy/index.html create mode 100755 public/vendor/codemirror/mode/soy/soy.js create mode 100755 public/vendor/codemirror/mode/sparql/index.html create mode 100755 public/vendor/codemirror/mode/sparql/sparql.js create mode 100755 public/vendor/codemirror/mode/spreadsheet/index.html create mode 100755 public/vendor/codemirror/mode/spreadsheet/spreadsheet.js create mode 100755 public/vendor/codemirror/mode/sql/index.html create mode 100755 public/vendor/codemirror/mode/sql/sql.js create mode 100755 public/vendor/codemirror/mode/stex/index.html create mode 100755 public/vendor/codemirror/mode/stex/stex.js create mode 100755 public/vendor/codemirror/mode/stex/test.js create mode 100755 public/vendor/codemirror/mode/stylus/index.html create mode 100755 public/vendor/codemirror/mode/stylus/stylus.js create mode 100755 public/vendor/codemirror/mode/tcl/index.html create mode 100755 public/vendor/codemirror/mode/tcl/tcl.js create mode 100755 public/vendor/codemirror/mode/textile/index.html create mode 100755 public/vendor/codemirror/mode/textile/test.js create mode 100755 public/vendor/codemirror/mode/textile/textile.js create mode 100755 public/vendor/codemirror/mode/tiddlywiki/index.html create mode 100755 public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css create mode 100755 public/vendor/codemirror/mode/tiddlywiki/tiddlywiki.js create mode 100755 public/vendor/codemirror/mode/tiki/index.html create mode 100755 public/vendor/codemirror/mode/tiki/tiki.css create mode 100755 public/vendor/codemirror/mode/tiki/tiki.js create mode 100755 public/vendor/codemirror/mode/toml/index.html create mode 100755 public/vendor/codemirror/mode/toml/toml.js create mode 100755 public/vendor/codemirror/mode/tornado/index.html create mode 100755 public/vendor/codemirror/mode/tornado/tornado.js create mode 100755 public/vendor/codemirror/mode/troff/index.html create mode 100755 public/vendor/codemirror/mode/troff/troff.js create mode 100755 public/vendor/codemirror/mode/turtle/index.html create mode 100755 public/vendor/codemirror/mode/turtle/turtle.js create mode 100755 public/vendor/codemirror/mode/vb/index.html create mode 100755 public/vendor/codemirror/mode/vb/vb.js create mode 100755 public/vendor/codemirror/mode/vbscript/index.html create mode 100755 public/vendor/codemirror/mode/vbscript/vbscript.js create mode 100755 public/vendor/codemirror/mode/velocity/index.html create mode 100755 public/vendor/codemirror/mode/velocity/velocity.js create mode 100755 public/vendor/codemirror/mode/verilog/index.html create mode 100755 public/vendor/codemirror/mode/verilog/test.js create mode 100755 public/vendor/codemirror/mode/verilog/verilog.js create mode 100755 public/vendor/codemirror/mode/xml/index.html create mode 100755 public/vendor/codemirror/mode/xml/test.js create mode 100755 public/vendor/codemirror/mode/xml/xml.js create mode 100755 public/vendor/codemirror/mode/xquery/index.html create mode 100755 public/vendor/codemirror/mode/xquery/test.js create mode 100755 public/vendor/codemirror/mode/xquery/xquery.js create mode 100755 public/vendor/codemirror/mode/yaml/index.html create mode 100755 public/vendor/codemirror/mode/yaml/yaml.js create mode 100755 public/vendor/codemirror/mode/z80/index.html create mode 100755 public/vendor/codemirror/mode/z80/z80.js create mode 100755 public/vendor/codemirror/theme/3024-day.css create mode 100755 public/vendor/codemirror/theme/3024-night.css create mode 100755 public/vendor/codemirror/theme/ambiance-mobile.css create mode 100755 public/vendor/codemirror/theme/ambiance.css create mode 100755 public/vendor/codemirror/theme/base16-dark.css create mode 100755 public/vendor/codemirror/theme/base16-light.css create mode 100755 public/vendor/codemirror/theme/blackboard.css create mode 100755 public/vendor/codemirror/theme/cobalt.css create mode 100755 public/vendor/codemirror/theme/colorforth.css create mode 100755 public/vendor/codemirror/theme/eclipse.css create mode 100755 public/vendor/codemirror/theme/elegant.css create mode 100755 public/vendor/codemirror/theme/erlang-dark.css create mode 100755 public/vendor/codemirror/theme/lesser-dark.css create mode 100755 public/vendor/codemirror/theme/liquibyte.css create mode 100755 public/vendor/codemirror/theme/mbo.css create mode 100755 public/vendor/codemirror/theme/mdn-like.css create mode 100755 public/vendor/codemirror/theme/midnight.css create mode 100755 public/vendor/codemirror/theme/monokai.css create mode 100755 public/vendor/codemirror/theme/neat.css create mode 100755 public/vendor/codemirror/theme/neo.css create mode 100755 public/vendor/codemirror/theme/night.css create mode 100755 public/vendor/codemirror/theme/paraiso-dark.css create mode 100755 public/vendor/codemirror/theme/paraiso-light.css create mode 100755 public/vendor/codemirror/theme/pastel-on-dark.css create mode 100755 public/vendor/codemirror/theme/rubyblue.css create mode 100755 public/vendor/codemirror/theme/solarized.css create mode 100755 public/vendor/codemirror/theme/the-matrix.css create mode 100755 public/vendor/codemirror/theme/tomorrow-night-bright.css create mode 100755 public/vendor/codemirror/theme/tomorrow-night-eighties.css create mode 100755 public/vendor/codemirror/theme/twilight.css create mode 100755 public/vendor/codemirror/theme/vibrant-ink.css create mode 100755 public/vendor/codemirror/theme/xq-dark.css create mode 100755 public/vendor/codemirror/theme/xq-light.css create mode 100755 public/vendor/codemirror/theme/zenburn.css create mode 100755 public/vendor/emojify/css/emojify.css create mode 100755 public/vendor/emojify/css/emojify.min.css create mode 100755 public/vendor/emojify/images/+1.png create mode 100755 public/vendor/emojify/images/-1.png create mode 100755 public/vendor/emojify/images/100.png create mode 100755 public/vendor/emojify/images/109.png create mode 100755 public/vendor/emojify/images/1234.png create mode 100755 public/vendor/emojify/images/8ball.png create mode 100755 public/vendor/emojify/images/a.png create mode 100755 public/vendor/emojify/images/ab.png create mode 100755 public/vendor/emojify/images/abc.png create mode 100755 public/vendor/emojify/images/abcd.png create mode 100755 public/vendor/emojify/images/accept.png create mode 100755 public/vendor/emojify/images/aerial_tramway.png create mode 100755 public/vendor/emojify/images/airplane.png create mode 100755 public/vendor/emojify/images/alarm_clock.png create mode 100755 public/vendor/emojify/images/alien.png create mode 100755 public/vendor/emojify/images/ambulance.png create mode 100755 public/vendor/emojify/images/anchor.png create mode 100755 public/vendor/emojify/images/angel.png create mode 100755 public/vendor/emojify/images/anger.png create mode 100755 public/vendor/emojify/images/angry.png create mode 100755 public/vendor/emojify/images/anguished.png create mode 100755 public/vendor/emojify/images/ant.png create mode 100755 public/vendor/emojify/images/apple.png create mode 100755 public/vendor/emojify/images/aquarius.png create mode 100755 public/vendor/emojify/images/aries.png create mode 100755 public/vendor/emojify/images/arrow_backward.png create mode 100755 public/vendor/emojify/images/arrow_double_down.png create mode 100755 public/vendor/emojify/images/arrow_double_up.png create mode 100755 public/vendor/emojify/images/arrow_down.png create mode 100755 public/vendor/emojify/images/arrow_down_small.png create mode 100755 public/vendor/emojify/images/arrow_forward.png create mode 100755 public/vendor/emojify/images/arrow_heading_down.png create mode 100755 public/vendor/emojify/images/arrow_heading_up.png create mode 100755 public/vendor/emojify/images/arrow_left.png create mode 100755 public/vendor/emojify/images/arrow_lower_left.png create mode 100755 public/vendor/emojify/images/arrow_lower_right.png create mode 100755 public/vendor/emojify/images/arrow_right.png create mode 100755 public/vendor/emojify/images/arrow_right_hook.png create mode 100755 public/vendor/emojify/images/arrow_up.png create mode 100755 public/vendor/emojify/images/arrow_up_down.png create mode 100755 public/vendor/emojify/images/arrow_up_small.png create mode 100755 public/vendor/emojify/images/arrow_upper_left.png create mode 100755 public/vendor/emojify/images/arrow_upper_right.png create mode 100755 public/vendor/emojify/images/arrows_clockwise.png create mode 100755 public/vendor/emojify/images/arrows_counterclockwise.png create mode 100755 public/vendor/emojify/images/art.png create mode 100755 public/vendor/emojify/images/articulated_lorry.png create mode 100755 public/vendor/emojify/images/astonished.png create mode 100755 public/vendor/emojify/images/atm.png create mode 100755 public/vendor/emojify/images/b.png create mode 100755 public/vendor/emojify/images/baby.png create mode 100755 public/vendor/emojify/images/baby_bottle.png create mode 100755 public/vendor/emojify/images/baby_chick.png create mode 100755 public/vendor/emojify/images/baby_symbol.png create mode 100755 public/vendor/emojify/images/back.png create mode 100755 public/vendor/emojify/images/baggage_claim.png create mode 100755 public/vendor/emojify/images/balloon.png create mode 100755 public/vendor/emojify/images/ballot_box_with_check.png create mode 100755 public/vendor/emojify/images/bamboo.png create mode 100755 public/vendor/emojify/images/banana.png create mode 100755 public/vendor/emojify/images/bangbang.png create mode 100755 public/vendor/emojify/images/bank.png create mode 100755 public/vendor/emojify/images/bar_chart.png create mode 100755 public/vendor/emojify/images/barber.png create mode 100755 public/vendor/emojify/images/baseball.png create mode 100755 public/vendor/emojify/images/basketball.png create mode 100755 public/vendor/emojify/images/bath.png create mode 100755 public/vendor/emojify/images/bathtub.png create mode 100755 public/vendor/emojify/images/battery.png create mode 100755 public/vendor/emojify/images/bear.png create mode 100755 public/vendor/emojify/images/bee.png create mode 100755 public/vendor/emojify/images/beer.png create mode 100755 public/vendor/emojify/images/beers.png create mode 100755 public/vendor/emojify/images/beetle.png create mode 100755 public/vendor/emojify/images/beginner.png create mode 100755 public/vendor/emojify/images/bell.png create mode 100755 public/vendor/emojify/images/bento.png create mode 100755 public/vendor/emojify/images/bicyclist.png create mode 100755 public/vendor/emojify/images/bike.png create mode 100755 public/vendor/emojify/images/bikini.png create mode 100755 public/vendor/emojify/images/bird.png create mode 100755 public/vendor/emojify/images/birthday.png create mode 100755 public/vendor/emojify/images/black_circle.png create mode 100755 public/vendor/emojify/images/black_joker.png create mode 100755 public/vendor/emojify/images/black_medium_small_square.png create mode 100755 public/vendor/emojify/images/black_medium_square.png create mode 100755 public/vendor/emojify/images/black_nib.png create mode 100755 public/vendor/emojify/images/black_small_square.png create mode 100755 public/vendor/emojify/images/black_square.png create mode 100755 public/vendor/emojify/images/black_square_button.png create mode 100755 public/vendor/emojify/images/blossom.png create mode 100755 public/vendor/emojify/images/blowfish.png create mode 100755 public/vendor/emojify/images/blue_book.png create mode 100755 public/vendor/emojify/images/blue_car.png create mode 100755 public/vendor/emojify/images/blue_heart.png create mode 100755 public/vendor/emojify/images/blush.png create mode 100755 public/vendor/emojify/images/boar.png create mode 100755 public/vendor/emojify/images/boat.png create mode 100755 public/vendor/emojify/images/bomb.png create mode 100755 public/vendor/emojify/images/book.png create mode 100755 public/vendor/emojify/images/bookmark.png create mode 100755 public/vendor/emojify/images/bookmark_tabs.png create mode 100755 public/vendor/emojify/images/books.png create mode 100755 public/vendor/emojify/images/boom.png create mode 100755 public/vendor/emojify/images/boot.png create mode 100755 public/vendor/emojify/images/bouquet.png create mode 100755 public/vendor/emojify/images/bow.png create mode 100755 public/vendor/emojify/images/bowling.png create mode 100755 public/vendor/emojify/images/bowtie.png create mode 100755 public/vendor/emojify/images/boy.png create mode 100755 public/vendor/emojify/images/bread.png create mode 100755 public/vendor/emojify/images/bride_with_veil.png create mode 100755 public/vendor/emojify/images/bridge_at_night.png create mode 100755 public/vendor/emojify/images/briefcase.png create mode 100755 public/vendor/emojify/images/broken_heart.png create mode 100755 public/vendor/emojify/images/bug.png create mode 100755 public/vendor/emojify/images/bulb.png create mode 100755 public/vendor/emojify/images/bullettrain_front.png create mode 100755 public/vendor/emojify/images/bullettrain_side.png create mode 100755 public/vendor/emojify/images/bus.png create mode 100755 public/vendor/emojify/images/busstop.png create mode 100755 public/vendor/emojify/images/bust_in_silhouette.png create mode 100755 public/vendor/emojify/images/busts_in_silhouette.png create mode 100755 public/vendor/emojify/images/cactus.png create mode 100755 public/vendor/emojify/images/cake.png create mode 100755 public/vendor/emojify/images/calendar.png create mode 100755 public/vendor/emojify/images/calling.png create mode 100755 public/vendor/emojify/images/camel.png create mode 100755 public/vendor/emojify/images/camera.png create mode 100755 public/vendor/emojify/images/cancer.png create mode 100755 public/vendor/emojify/images/candy.png create mode 100755 public/vendor/emojify/images/capital_abcd.png create mode 100755 public/vendor/emojify/images/capricorn.png create mode 100755 public/vendor/emojify/images/car.png create mode 100755 public/vendor/emojify/images/card_index.png create mode 100755 public/vendor/emojify/images/carousel_horse.png create mode 100755 public/vendor/emojify/images/cat.png create mode 100755 public/vendor/emojify/images/cat2.png create mode 100755 public/vendor/emojify/images/cd.png create mode 100755 public/vendor/emojify/images/chart.png create mode 100755 public/vendor/emojify/images/chart_with_downwards_trend.png create mode 100755 public/vendor/emojify/images/chart_with_upwards_trend.png create mode 100755 public/vendor/emojify/images/checkered_flag.png create mode 100755 public/vendor/emojify/images/cherries.png create mode 100755 public/vendor/emojify/images/cherry_blossom.png create mode 100755 public/vendor/emojify/images/chestnut.png create mode 100755 public/vendor/emojify/images/chicken.png create mode 100755 public/vendor/emojify/images/children_crossing.png create mode 100755 public/vendor/emojify/images/chocolate_bar.png create mode 100755 public/vendor/emojify/images/christmas_tree.png create mode 100755 public/vendor/emojify/images/church.png create mode 100755 public/vendor/emojify/images/cinema.png create mode 100755 public/vendor/emojify/images/circus_tent.png create mode 100755 public/vendor/emojify/images/city_sunrise.png create mode 100755 public/vendor/emojify/images/city_sunset.png create mode 100755 public/vendor/emojify/images/cl.png create mode 100755 public/vendor/emojify/images/clap.png create mode 100755 public/vendor/emojify/images/clapper.png create mode 100755 public/vendor/emojify/images/clipboard.png create mode 100755 public/vendor/emojify/images/clock1.png create mode 100755 public/vendor/emojify/images/clock10.png create mode 100755 public/vendor/emojify/images/clock1030.png create mode 100755 public/vendor/emojify/images/clock11.png create mode 100755 public/vendor/emojify/images/clock1130.png create mode 100755 public/vendor/emojify/images/clock12.png create mode 100755 public/vendor/emojify/images/clock1230.png create mode 100755 public/vendor/emojify/images/clock130.png create mode 100755 public/vendor/emojify/images/clock2.png create mode 100755 public/vendor/emojify/images/clock230.png create mode 100755 public/vendor/emojify/images/clock3.png create mode 100755 public/vendor/emojify/images/clock330.png create mode 100755 public/vendor/emojify/images/clock4.png create mode 100755 public/vendor/emojify/images/clock430.png create mode 100755 public/vendor/emojify/images/clock5.png create mode 100755 public/vendor/emojify/images/clock530.png create mode 100755 public/vendor/emojify/images/clock6.png create mode 100755 public/vendor/emojify/images/clock630.png create mode 100755 public/vendor/emojify/images/clock7.png create mode 100755 public/vendor/emojify/images/clock730.png create mode 100755 public/vendor/emojify/images/clock8.png create mode 100755 public/vendor/emojify/images/clock830.png create mode 100755 public/vendor/emojify/images/clock9.png create mode 100755 public/vendor/emojify/images/clock930.png create mode 100755 public/vendor/emojify/images/closed_book.png create mode 100755 public/vendor/emojify/images/closed_lock_with_key.png create mode 100755 public/vendor/emojify/images/closed_umbrella.png create mode 100755 public/vendor/emojify/images/cloud.png create mode 100755 public/vendor/emojify/images/clubs.png create mode 100755 public/vendor/emojify/images/cn.png create mode 100755 public/vendor/emojify/images/cocktail.png create mode 100755 public/vendor/emojify/images/coffee.png create mode 100755 public/vendor/emojify/images/cold_sweat.png create mode 100755 public/vendor/emojify/images/collision.png create mode 100755 public/vendor/emojify/images/computer.png create mode 100755 public/vendor/emojify/images/confetti_ball.png create mode 100755 public/vendor/emojify/images/confounded.png create mode 100755 public/vendor/emojify/images/confused.png create mode 100755 public/vendor/emojify/images/congratulations.png create mode 100755 public/vendor/emojify/images/construction.png create mode 100755 public/vendor/emojify/images/construction_worker.png create mode 100755 public/vendor/emojify/images/convenience_store.png create mode 100755 public/vendor/emojify/images/cookie.png create mode 100755 public/vendor/emojify/images/cool.png create mode 100755 public/vendor/emojify/images/cop.png create mode 100755 public/vendor/emojify/images/copyright.png create mode 100755 public/vendor/emojify/images/corn.png create mode 100755 public/vendor/emojify/images/couple.png create mode 100755 public/vendor/emojify/images/couple_with_heart.png create mode 100755 public/vendor/emojify/images/couplekiss.png create mode 100755 public/vendor/emojify/images/cow.png create mode 100755 public/vendor/emojify/images/cow2.png create mode 100755 public/vendor/emojify/images/credit_card.png create mode 100755 public/vendor/emojify/images/crocodile.png create mode 100755 public/vendor/emojify/images/crossed_flags.png create mode 100755 public/vendor/emojify/images/crown.png create mode 100755 public/vendor/emojify/images/cry.png create mode 100755 public/vendor/emojify/images/crying_cat_face.png create mode 100755 public/vendor/emojify/images/crystal_ball.png create mode 100755 public/vendor/emojify/images/cupid.png create mode 100755 public/vendor/emojify/images/curly_loop.png create mode 100755 public/vendor/emojify/images/currency_exchange.png create mode 100755 public/vendor/emojify/images/curry.png create mode 100755 public/vendor/emojify/images/custard.png create mode 100755 public/vendor/emojify/images/customs.png create mode 100755 public/vendor/emojify/images/cyclone.png create mode 100755 public/vendor/emojify/images/dancer.png create mode 100755 public/vendor/emojify/images/dancers.png create mode 100755 public/vendor/emojify/images/dango.png create mode 100755 public/vendor/emojify/images/dart.png create mode 100755 public/vendor/emojify/images/dash.png create mode 100755 public/vendor/emojify/images/date.png create mode 100755 public/vendor/emojify/images/de.png create mode 100755 public/vendor/emojify/images/deciduous_tree.png create mode 100755 public/vendor/emojify/images/department_store.png create mode 100755 public/vendor/emojify/images/diamond_shape_with_a_dot_inside.png create mode 100755 public/vendor/emojify/images/diamonds.png create mode 100755 public/vendor/emojify/images/disappointed.png create mode 100755 public/vendor/emojify/images/disappointed_relieved.png create mode 100755 public/vendor/emojify/images/dizzy.png create mode 100755 public/vendor/emojify/images/dizzy_face.png create mode 100755 public/vendor/emojify/images/do_not_litter.png create mode 100755 public/vendor/emojify/images/dog.png create mode 100755 public/vendor/emojify/images/dog2.png create mode 100755 public/vendor/emojify/images/dollar.png create mode 100755 public/vendor/emojify/images/dolls.png create mode 100755 public/vendor/emojify/images/dolphin.png create mode 100755 public/vendor/emojify/images/donut.png create mode 100755 public/vendor/emojify/images/door.png create mode 100755 public/vendor/emojify/images/doughnut.png create mode 100755 public/vendor/emojify/images/dragon.png create mode 100755 public/vendor/emojify/images/dragon_face.png create mode 100755 public/vendor/emojify/images/dress.png create mode 100755 public/vendor/emojify/images/dromedary_camel.png create mode 100755 public/vendor/emojify/images/droplet.png create mode 100755 public/vendor/emojify/images/dvd.png create mode 100755 public/vendor/emojify/images/e-mail.png create mode 100755 public/vendor/emojify/images/ear.png create mode 100755 public/vendor/emojify/images/ear_of_rice.png create mode 100755 public/vendor/emojify/images/earth_africa.png create mode 100755 public/vendor/emojify/images/earth_americas.png create mode 100755 public/vendor/emojify/images/earth_asia.png create mode 100755 public/vendor/emojify/images/egg.png create mode 100755 public/vendor/emojify/images/eggplant.png create mode 100755 public/vendor/emojify/images/eight.png create mode 100755 public/vendor/emojify/images/eight_pointed_black_star.png create mode 100755 public/vendor/emojify/images/eight_spoked_asterisk.png create mode 100755 public/vendor/emojify/images/electric_plug.png create mode 100755 public/vendor/emojify/images/elephant.png create mode 100755 public/vendor/emojify/images/email.png create mode 100755 public/vendor/emojify/images/end.png create mode 100755 public/vendor/emojify/images/envelope.png create mode 100755 public/vendor/emojify/images/es.png create mode 100755 public/vendor/emojify/images/euro.png create mode 100755 public/vendor/emojify/images/european_castle.png create mode 100755 public/vendor/emojify/images/european_post_office.png create mode 100755 public/vendor/emojify/images/evergreen_tree.png create mode 100755 public/vendor/emojify/images/exclamation.png create mode 100755 public/vendor/emojify/images/expressionless.png create mode 100755 public/vendor/emojify/images/eyeglasses.png create mode 100755 public/vendor/emojify/images/eyes.png create mode 100755 public/vendor/emojify/images/facepunch.png create mode 100755 public/vendor/emojify/images/factory.png create mode 100755 public/vendor/emojify/images/fallen_leaf.png create mode 100755 public/vendor/emojify/images/family.png create mode 100755 public/vendor/emojify/images/fast_forward.png create mode 100755 public/vendor/emojify/images/fax.png create mode 100755 public/vendor/emojify/images/fearful.png create mode 100755 public/vendor/emojify/images/feelsgood.png create mode 100755 public/vendor/emojify/images/feet.png create mode 100755 public/vendor/emojify/images/ferris_wheel.png create mode 100755 public/vendor/emojify/images/file_folder.png create mode 100755 public/vendor/emojify/images/finnadie.png create mode 100755 public/vendor/emojify/images/fire.png create mode 100755 public/vendor/emojify/images/fire_engine.png create mode 100755 public/vendor/emojify/images/fireworks.png create mode 100755 public/vendor/emojify/images/first_quarter_moon.png create mode 100755 public/vendor/emojify/images/first_quarter_moon_with_face.png create mode 100755 public/vendor/emojify/images/fish.png create mode 100755 public/vendor/emojify/images/fish_cake.png create mode 100755 public/vendor/emojify/images/fishing_pole_and_fish.png create mode 100755 public/vendor/emojify/images/fist.png create mode 100755 public/vendor/emojify/images/five.png create mode 100755 public/vendor/emojify/images/flags.png create mode 100755 public/vendor/emojify/images/flashlight.png create mode 100755 public/vendor/emojify/images/floppy_disk.png create mode 100755 public/vendor/emojify/images/flower_playing_cards.png create mode 100755 public/vendor/emojify/images/flushed.png create mode 100755 public/vendor/emojify/images/foggy.png create mode 100755 public/vendor/emojify/images/football.png create mode 100755 public/vendor/emojify/images/fork_and_knife.png create mode 100755 public/vendor/emojify/images/fountain.png create mode 100755 public/vendor/emojify/images/four.png create mode 100755 public/vendor/emojify/images/four_leaf_clover.png create mode 100755 public/vendor/emojify/images/fr.png create mode 100755 public/vendor/emojify/images/free.png create mode 100755 public/vendor/emojify/images/fried_shrimp.png create mode 100755 public/vendor/emojify/images/fries.png create mode 100755 public/vendor/emojify/images/frog.png create mode 100755 public/vendor/emojify/images/frowning.png create mode 100755 public/vendor/emojify/images/fu.png create mode 100755 public/vendor/emojify/images/fuelpump.png create mode 100755 public/vendor/emojify/images/full_moon.png create mode 100755 public/vendor/emojify/images/full_moon_with_face.png create mode 100755 public/vendor/emojify/images/game_die.png create mode 100755 public/vendor/emojify/images/gb.png create mode 100755 public/vendor/emojify/images/gem.png create mode 100755 public/vendor/emojify/images/gemini.png create mode 100755 public/vendor/emojify/images/ghost.png create mode 100755 public/vendor/emojify/images/gift.png create mode 100755 public/vendor/emojify/images/gift_heart.png create mode 100755 public/vendor/emojify/images/girl.png create mode 100755 public/vendor/emojify/images/globe_with_meridians.png create mode 100755 public/vendor/emojify/images/goat.png create mode 100755 public/vendor/emojify/images/goberserk.png create mode 100755 public/vendor/emojify/images/godmode.png create mode 100755 public/vendor/emojify/images/golf.png create mode 100755 public/vendor/emojify/images/grapes.png create mode 100755 public/vendor/emojify/images/green_apple.png create mode 100755 public/vendor/emojify/images/green_book.png create mode 100755 public/vendor/emojify/images/green_heart.png create mode 100755 public/vendor/emojify/images/grey_exclamation.png create mode 100755 public/vendor/emojify/images/grey_question.png create mode 100755 public/vendor/emojify/images/grimacing.png create mode 100755 public/vendor/emojify/images/grin.png create mode 100755 public/vendor/emojify/images/grinning.png create mode 100755 public/vendor/emojify/images/guardsman.png create mode 100755 public/vendor/emojify/images/guitar.png create mode 100755 public/vendor/emojify/images/gun.png create mode 100755 public/vendor/emojify/images/haircut.png create mode 100755 public/vendor/emojify/images/hamburger.png create mode 100755 public/vendor/emojify/images/hammer.png create mode 100755 public/vendor/emojify/images/hamster.png create mode 100755 public/vendor/emojify/images/hand.png create mode 100755 public/vendor/emojify/images/handbag.png create mode 100755 public/vendor/emojify/images/hankey.png create mode 100755 public/vendor/emojify/images/hash.png create mode 100755 public/vendor/emojify/images/hatched_chick.png create mode 100755 public/vendor/emojify/images/hatching_chick.png create mode 100755 public/vendor/emojify/images/headphones.png create mode 100755 public/vendor/emojify/images/hear_no_evil.png create mode 100755 public/vendor/emojify/images/heart.png create mode 100755 public/vendor/emojify/images/heart_decoration.png create mode 100755 public/vendor/emojify/images/heart_eyes.png create mode 100755 public/vendor/emojify/images/heart_eyes_cat.png create mode 100755 public/vendor/emojify/images/heartbeat.png create mode 100755 public/vendor/emojify/images/heartpulse.png create mode 100755 public/vendor/emojify/images/hearts.png create mode 100755 public/vendor/emojify/images/heavy_check_mark.png create mode 100755 public/vendor/emojify/images/heavy_division_sign.png create mode 100755 public/vendor/emojify/images/heavy_dollar_sign.png create mode 100755 public/vendor/emojify/images/heavy_exclamation_mark.png create mode 100755 public/vendor/emojify/images/heavy_minus_sign.png create mode 100755 public/vendor/emojify/images/heavy_multiplication_x.png create mode 100755 public/vendor/emojify/images/heavy_plus_sign.png create mode 100755 public/vendor/emojify/images/helicopter.png create mode 100755 public/vendor/emojify/images/herb.png create mode 100755 public/vendor/emojify/images/hibiscus.png create mode 100755 public/vendor/emojify/images/high_brightness.png create mode 100755 public/vendor/emojify/images/high_heel.png create mode 100755 public/vendor/emojify/images/hocho.png create mode 100755 public/vendor/emojify/images/honey_pot.png create mode 100755 public/vendor/emojify/images/honeybee.png create mode 100755 public/vendor/emojify/images/horse.png create mode 100755 public/vendor/emojify/images/horse_racing.png create mode 100755 public/vendor/emojify/images/hospital.png create mode 100755 public/vendor/emojify/images/hotel.png create mode 100755 public/vendor/emojify/images/hotsprings.png create mode 100755 public/vendor/emojify/images/hourglass.png create mode 100755 public/vendor/emojify/images/hourglass_flowing_sand.png create mode 100755 public/vendor/emojify/images/house.png create mode 100755 public/vendor/emojify/images/house_with_garden.png create mode 100755 public/vendor/emojify/images/hurtrealbad.png create mode 100755 public/vendor/emojify/images/hushed.png create mode 100755 public/vendor/emojify/images/ice_cream.png create mode 100755 public/vendor/emojify/images/icecream.png create mode 100755 public/vendor/emojify/images/id.png create mode 100755 public/vendor/emojify/images/ideograph_advantage.png create mode 100755 public/vendor/emojify/images/imp.png create mode 100755 public/vendor/emojify/images/inbox_tray.png create mode 100755 public/vendor/emojify/images/incoming_envelope.png create mode 100755 public/vendor/emojify/images/information_desk_person.png create mode 100755 public/vendor/emojify/images/information_source.png create mode 100755 public/vendor/emojify/images/innocent.png create mode 100755 public/vendor/emojify/images/interrobang.png create mode 100755 public/vendor/emojify/images/iphone.png create mode 100755 public/vendor/emojify/images/it.png create mode 100755 public/vendor/emojify/images/izakaya_lantern.png create mode 100755 public/vendor/emojify/images/jack_o_lantern.png create mode 100755 public/vendor/emojify/images/japan.png create mode 100755 public/vendor/emojify/images/japanese_castle.png create mode 100755 public/vendor/emojify/images/japanese_goblin.png create mode 100755 public/vendor/emojify/images/japanese_ogre.png create mode 100755 public/vendor/emojify/images/jeans.png create mode 100755 public/vendor/emojify/images/joy.png create mode 100755 public/vendor/emojify/images/joy_cat.png create mode 100755 public/vendor/emojify/images/jp.png create mode 100755 public/vendor/emojify/images/key.png create mode 100755 public/vendor/emojify/images/keycap_ten.png create mode 100755 public/vendor/emojify/images/kimono.png create mode 100755 public/vendor/emojify/images/kiss.png create mode 100755 public/vendor/emojify/images/kissing.png create mode 100755 public/vendor/emojify/images/kissing_cat.png create mode 100755 public/vendor/emojify/images/kissing_closed_eyes.png create mode 100755 public/vendor/emojify/images/kissing_face.png create mode 100755 public/vendor/emojify/images/kissing_heart.png create mode 100755 public/vendor/emojify/images/kissing_smiling_eyes.png create mode 100755 public/vendor/emojify/images/koala.png create mode 100755 public/vendor/emojify/images/koko.png create mode 100755 public/vendor/emojify/images/kr.png create mode 100755 public/vendor/emojify/images/large_blue_circle.png create mode 100755 public/vendor/emojify/images/large_blue_diamond.png create mode 100755 public/vendor/emojify/images/large_orange_diamond.png create mode 100755 public/vendor/emojify/images/last_quarter_moon.png create mode 100755 public/vendor/emojify/images/last_quarter_moon_with_face.png create mode 100755 public/vendor/emojify/images/laughing.png create mode 100755 public/vendor/emojify/images/leaves.png create mode 100755 public/vendor/emojify/images/ledger.png create mode 100755 public/vendor/emojify/images/left_luggage.png create mode 100755 public/vendor/emojify/images/left_right_arrow.png create mode 100755 public/vendor/emojify/images/leftwards_arrow_with_hook.png create mode 100755 public/vendor/emojify/images/lemon.png create mode 100755 public/vendor/emojify/images/leo.png create mode 100755 public/vendor/emojify/images/leopard.png create mode 100755 public/vendor/emojify/images/libra.png create mode 100755 public/vendor/emojify/images/light_rail.png create mode 100755 public/vendor/emojify/images/link.png create mode 100755 public/vendor/emojify/images/lips.png create mode 100755 public/vendor/emojify/images/lipstick.png create mode 100755 public/vendor/emojify/images/lock.png create mode 100755 public/vendor/emojify/images/lock_with_ink_pen.png create mode 100755 public/vendor/emojify/images/lollipop.png create mode 100755 public/vendor/emojify/images/loop.png create mode 100755 public/vendor/emojify/images/loudspeaker.png create mode 100755 public/vendor/emojify/images/love_hotel.png create mode 100755 public/vendor/emojify/images/love_letter.png create mode 100755 public/vendor/emojify/images/low_brightness.png create mode 100755 public/vendor/emojify/images/m.png create mode 100755 public/vendor/emojify/images/mag.png create mode 100755 public/vendor/emojify/images/mag_right.png create mode 100755 public/vendor/emojify/images/mahjong.png create mode 100755 public/vendor/emojify/images/mailbox.png create mode 100755 public/vendor/emojify/images/mailbox_closed.png create mode 100755 public/vendor/emojify/images/mailbox_with_mail.png create mode 100755 public/vendor/emojify/images/mailbox_with_no_mail.png create mode 100755 public/vendor/emojify/images/man.png create mode 100755 public/vendor/emojify/images/man_with_gua_pi_mao.png create mode 100755 public/vendor/emojify/images/man_with_turban.png create mode 100755 public/vendor/emojify/images/mans_shoe.png create mode 100755 public/vendor/emojify/images/maple_leaf.png create mode 100755 public/vendor/emojify/images/mask.png create mode 100755 public/vendor/emojify/images/massage.png create mode 100755 public/vendor/emojify/images/meat_on_bone.png create mode 100755 public/vendor/emojify/images/mega.png create mode 100755 public/vendor/emojify/images/melon.png create mode 100755 public/vendor/emojify/images/memo.png create mode 100755 public/vendor/emojify/images/mens.png create mode 100755 public/vendor/emojify/images/metal.png create mode 100755 public/vendor/emojify/images/metro.png create mode 100755 public/vendor/emojify/images/microphone.png create mode 100755 public/vendor/emojify/images/microscope.png create mode 100755 public/vendor/emojify/images/milky_way.png create mode 100755 public/vendor/emojify/images/minibus.png create mode 100755 public/vendor/emojify/images/minidisc.png create mode 100755 public/vendor/emojify/images/mobile_phone_off.png create mode 100755 public/vendor/emojify/images/money_with_wings.png create mode 100755 public/vendor/emojify/images/moneybag.png create mode 100755 public/vendor/emojify/images/monkey.png create mode 100755 public/vendor/emojify/images/monkey_face.png create mode 100755 public/vendor/emojify/images/monorail.png create mode 100755 public/vendor/emojify/images/moon.png create mode 100755 public/vendor/emojify/images/mortar_board.png create mode 100755 public/vendor/emojify/images/mount_fuji.png create mode 100755 public/vendor/emojify/images/mountain_bicyclist.png create mode 100755 public/vendor/emojify/images/mountain_cableway.png create mode 100755 public/vendor/emojify/images/mountain_railway.png create mode 100755 public/vendor/emojify/images/mouse.png create mode 100755 public/vendor/emojify/images/mouse2.png create mode 100755 public/vendor/emojify/images/movie_camera.png create mode 100755 public/vendor/emojify/images/moyai.png create mode 100755 public/vendor/emojify/images/muscle.png create mode 100755 public/vendor/emojify/images/mushroom.png create mode 100755 public/vendor/emojify/images/musical_keyboard.png create mode 100755 public/vendor/emojify/images/musical_note.png create mode 100755 public/vendor/emojify/images/musical_score.png create mode 100755 public/vendor/emojify/images/mute.png create mode 100755 public/vendor/emojify/images/nail_care.png create mode 100755 public/vendor/emojify/images/name_badge.png create mode 100755 public/vendor/emojify/images/neckbeard.png create mode 100755 public/vendor/emojify/images/necktie.png create mode 100755 public/vendor/emojify/images/negative_squared_cross_mark.png create mode 100755 public/vendor/emojify/images/neutral_face.png create mode 100755 public/vendor/emojify/images/new.png create mode 100755 public/vendor/emojify/images/new_moon.png create mode 100755 public/vendor/emojify/images/new_moon_with_face.png create mode 100755 public/vendor/emojify/images/newspaper.png create mode 100755 public/vendor/emojify/images/ng.png create mode 100755 public/vendor/emojify/images/nine.png create mode 100755 public/vendor/emojify/images/no_bell.png create mode 100755 public/vendor/emojify/images/no_bicycles.png create mode 100755 public/vendor/emojify/images/no_entry.png create mode 100755 public/vendor/emojify/images/no_entry_sign.png create mode 100755 public/vendor/emojify/images/no_good.png create mode 100755 public/vendor/emojify/images/no_mobile_phones.png create mode 100755 public/vendor/emojify/images/no_mouth.png create mode 100755 public/vendor/emojify/images/no_pedestrians.png create mode 100755 public/vendor/emojify/images/no_smoking.png create mode 100755 public/vendor/emojify/images/non-potable_water.png create mode 100755 public/vendor/emojify/images/nose.png create mode 100755 public/vendor/emojify/images/notebook.png create mode 100755 public/vendor/emojify/images/notebook_with_decorative_cover.png create mode 100755 public/vendor/emojify/images/notes.png create mode 100755 public/vendor/emojify/images/nut_and_bolt.png create mode 100755 public/vendor/emojify/images/o.png create mode 100755 public/vendor/emojify/images/o2.png create mode 100755 public/vendor/emojify/images/ocean.png create mode 100755 public/vendor/emojify/images/octocat.png create mode 100755 public/vendor/emojify/images/octopus.png create mode 100755 public/vendor/emojify/images/oden.png create mode 100755 public/vendor/emojify/images/office.png create mode 100755 public/vendor/emojify/images/ok.png create mode 100755 public/vendor/emojify/images/ok_hand.png create mode 100755 public/vendor/emojify/images/ok_woman.png create mode 100755 public/vendor/emojify/images/older_man.png create mode 100755 public/vendor/emojify/images/older_woman.png create mode 100755 public/vendor/emojify/images/on.png create mode 100755 public/vendor/emojify/images/oncoming_automobile.png create mode 100755 public/vendor/emojify/images/oncoming_bus.png create mode 100755 public/vendor/emojify/images/oncoming_police_car.png create mode 100755 public/vendor/emojify/images/oncoming_taxi.png create mode 100755 public/vendor/emojify/images/one.png create mode 100755 public/vendor/emojify/images/open_file_folder.png create mode 100755 public/vendor/emojify/images/open_hands.png create mode 100755 public/vendor/emojify/images/open_mouth.png create mode 100755 public/vendor/emojify/images/ophiuchus.png create mode 100755 public/vendor/emojify/images/orange_book.png create mode 100755 public/vendor/emojify/images/outbox_tray.png create mode 100755 public/vendor/emojify/images/ox.png create mode 100755 public/vendor/emojify/images/package.png create mode 100755 public/vendor/emojify/images/page_facing_up.png create mode 100755 public/vendor/emojify/images/page_with_curl.png create mode 100755 public/vendor/emojify/images/pager.png create mode 100755 public/vendor/emojify/images/palm_tree.png create mode 100755 public/vendor/emojify/images/panda_face.png create mode 100755 public/vendor/emojify/images/paperclip.png create mode 100755 public/vendor/emojify/images/parking.png create mode 100755 public/vendor/emojify/images/part_alternation_mark.png create mode 100755 public/vendor/emojify/images/partly_sunny.png create mode 100755 public/vendor/emojify/images/passport_control.png create mode 100755 public/vendor/emojify/images/paw_prints.png create mode 100755 public/vendor/emojify/images/peach.png create mode 100755 public/vendor/emojify/images/pear.png create mode 100755 public/vendor/emojify/images/pencil.png create mode 100755 public/vendor/emojify/images/pencil2.png create mode 100755 public/vendor/emojify/images/penguin.png create mode 100755 public/vendor/emojify/images/pensive.png create mode 100755 public/vendor/emojify/images/performing_arts.png create mode 100755 public/vendor/emojify/images/persevere.png create mode 100755 public/vendor/emojify/images/person_frowning.png create mode 100755 public/vendor/emojify/images/person_with_blond_hair.png create mode 100755 public/vendor/emojify/images/person_with_pouting_face.png create mode 100755 public/vendor/emojify/images/phone.png create mode 100755 public/vendor/emojify/images/pig.png create mode 100755 public/vendor/emojify/images/pig2.png create mode 100755 public/vendor/emojify/images/pig_nose.png create mode 100755 public/vendor/emojify/images/pill.png create mode 100755 public/vendor/emojify/images/pineapple.png create mode 100755 public/vendor/emojify/images/pisces.png create mode 100755 public/vendor/emojify/images/pizza.png create mode 100755 public/vendor/emojify/images/plus1.png create mode 100755 public/vendor/emojify/images/point_down.png create mode 100755 public/vendor/emojify/images/point_left.png create mode 100755 public/vendor/emojify/images/point_right.png create mode 100755 public/vendor/emojify/images/point_up.png create mode 100755 public/vendor/emojify/images/point_up_2.png create mode 100755 public/vendor/emojify/images/police_car.png create mode 100755 public/vendor/emojify/images/poodle.png create mode 100755 public/vendor/emojify/images/poop.png create mode 100755 public/vendor/emojify/images/post_office.png create mode 100755 public/vendor/emojify/images/postal_horn.png create mode 100755 public/vendor/emojify/images/postbox.png create mode 100755 public/vendor/emojify/images/potable_water.png create mode 100755 public/vendor/emojify/images/pouch.png create mode 100755 public/vendor/emojify/images/poultry_leg.png create mode 100755 public/vendor/emojify/images/pound.png create mode 100755 public/vendor/emojify/images/pouting_cat.png create mode 100755 public/vendor/emojify/images/pray.png create mode 100755 public/vendor/emojify/images/princess.png create mode 100755 public/vendor/emojify/images/punch.png create mode 100755 public/vendor/emojify/images/purple_heart.png create mode 100755 public/vendor/emojify/images/purse.png create mode 100755 public/vendor/emojify/images/pushpin.png create mode 100755 public/vendor/emojify/images/put_litter_in_its_place.png create mode 100755 public/vendor/emojify/images/question.png create mode 100755 public/vendor/emojify/images/rabbit.png create mode 100755 public/vendor/emojify/images/rabbit2.png create mode 100755 public/vendor/emojify/images/racehorse.png create mode 100755 public/vendor/emojify/images/radio.png create mode 100755 public/vendor/emojify/images/radio_button.png create mode 100755 public/vendor/emojify/images/rage.png create mode 100755 public/vendor/emojify/images/rage1.png create mode 100755 public/vendor/emojify/images/rage2.png create mode 100755 public/vendor/emojify/images/rage3.png create mode 100755 public/vendor/emojify/images/rage4.png create mode 100755 public/vendor/emojify/images/railway_car.png create mode 100755 public/vendor/emojify/images/rainbow.png create mode 100755 public/vendor/emojify/images/raised_hand.png create mode 100755 public/vendor/emojify/images/raised_hands.png create mode 100755 public/vendor/emojify/images/raising_hand.png create mode 100755 public/vendor/emojify/images/ram.png create mode 100755 public/vendor/emojify/images/ramen.png create mode 100755 public/vendor/emojify/images/rat.png create mode 100755 public/vendor/emojify/images/recycle.png create mode 100755 public/vendor/emojify/images/red_car.png create mode 100755 public/vendor/emojify/images/red_circle.png create mode 100755 public/vendor/emojify/images/registered.png create mode 100755 public/vendor/emojify/images/relaxed.png create mode 100755 public/vendor/emojify/images/relieved.png create mode 100755 public/vendor/emojify/images/repeat.png create mode 100755 public/vendor/emojify/images/repeat_one.png create mode 100755 public/vendor/emojify/images/restroom.png create mode 100755 public/vendor/emojify/images/revolving_hearts.png create mode 100755 public/vendor/emojify/images/rewind.png create mode 100755 public/vendor/emojify/images/ribbon.png create mode 100755 public/vendor/emojify/images/rice.png create mode 100755 public/vendor/emojify/images/rice_ball.png create mode 100755 public/vendor/emojify/images/rice_cracker.png create mode 100755 public/vendor/emojify/images/rice_scene.png create mode 100755 public/vendor/emojify/images/ring.png create mode 100755 public/vendor/emojify/images/rocket.png create mode 100755 public/vendor/emojify/images/roller_coaster.png create mode 100755 public/vendor/emojify/images/rooster.png create mode 100755 public/vendor/emojify/images/rose.png create mode 100755 public/vendor/emojify/images/rotating_light.png create mode 100755 public/vendor/emojify/images/round_pushpin.png create mode 100755 public/vendor/emojify/images/rowboat.png create mode 100755 public/vendor/emojify/images/ru.png create mode 100755 public/vendor/emojify/images/rugby_football.png create mode 100755 public/vendor/emojify/images/runner.png create mode 100755 public/vendor/emojify/images/running.png create mode 100755 public/vendor/emojify/images/running_shirt_with_sash.png create mode 100755 public/vendor/emojify/images/sa.png create mode 100755 public/vendor/emojify/images/sagittarius.png create mode 100755 public/vendor/emojify/images/sailboat.png create mode 100755 public/vendor/emojify/images/sake.png create mode 100755 public/vendor/emojify/images/sandal.png create mode 100755 public/vendor/emojify/images/santa.png create mode 100755 public/vendor/emojify/images/satellite.png create mode 100755 public/vendor/emojify/images/satisfied.png create mode 100755 public/vendor/emojify/images/saxophone.png create mode 100755 public/vendor/emojify/images/school.png create mode 100755 public/vendor/emojify/images/school_satchel.png create mode 100755 public/vendor/emojify/images/scissors.png create mode 100755 public/vendor/emojify/images/scorpius.png create mode 100755 public/vendor/emojify/images/scream.png create mode 100755 public/vendor/emojify/images/scream_cat.png create mode 100755 public/vendor/emojify/images/scroll.png create mode 100755 public/vendor/emojify/images/seat.png create mode 100755 public/vendor/emojify/images/secret.png create mode 100755 public/vendor/emojify/images/see_no_evil.png create mode 100755 public/vendor/emojify/images/seedling.png create mode 100755 public/vendor/emojify/images/seven.png create mode 100755 public/vendor/emojify/images/shaved_ice.png create mode 100755 public/vendor/emojify/images/sheep.png create mode 100755 public/vendor/emojify/images/shell.png create mode 100755 public/vendor/emojify/images/ship.png create mode 100755 public/vendor/emojify/images/shipit.png create mode 100755 public/vendor/emojify/images/shirt.png create mode 100755 public/vendor/emojify/images/shit.png create mode 100755 public/vendor/emojify/images/shoe.png create mode 100755 public/vendor/emojify/images/shower.png create mode 100755 public/vendor/emojify/images/signal_strength.png create mode 100755 public/vendor/emojify/images/six.png create mode 100755 public/vendor/emojify/images/six_pointed_star.png create mode 100755 public/vendor/emojify/images/ski.png create mode 100755 public/vendor/emojify/images/skull.png create mode 100755 public/vendor/emojify/images/sleeping.png create mode 100755 public/vendor/emojify/images/sleepy.png create mode 100755 public/vendor/emojify/images/slot_machine.png create mode 100755 public/vendor/emojify/images/small_blue_diamond.png create mode 100755 public/vendor/emojify/images/small_orange_diamond.png create mode 100755 public/vendor/emojify/images/small_red_triangle.png create mode 100755 public/vendor/emojify/images/small_red_triangle_down.png create mode 100755 public/vendor/emojify/images/smile.png create mode 100755 public/vendor/emojify/images/smile_cat.png create mode 100755 public/vendor/emojify/images/smiley.png create mode 100755 public/vendor/emojify/images/smiley_cat.png create mode 100755 public/vendor/emojify/images/smiling_imp.png create mode 100755 public/vendor/emojify/images/smirk.png create mode 100755 public/vendor/emojify/images/smirk_cat.png create mode 100755 public/vendor/emojify/images/smoking.png create mode 100755 public/vendor/emojify/images/snail.png create mode 100755 public/vendor/emojify/images/snake.png create mode 100755 public/vendor/emojify/images/snowboarder.png create mode 100755 public/vendor/emojify/images/snowflake.png create mode 100755 public/vendor/emojify/images/snowman.png create mode 100755 public/vendor/emojify/images/sob.png create mode 100755 public/vendor/emojify/images/soccer.png create mode 100755 public/vendor/emojify/images/soon.png create mode 100755 public/vendor/emojify/images/sos.png create mode 100755 public/vendor/emojify/images/sound.png create mode 100755 public/vendor/emojify/images/space_invader.png create mode 100755 public/vendor/emojify/images/spades.png create mode 100755 public/vendor/emojify/images/spaghetti.png create mode 100755 public/vendor/emojify/images/sparkle.png create mode 100755 public/vendor/emojify/images/sparkler.png create mode 100755 public/vendor/emojify/images/sparkles.png create mode 100755 public/vendor/emojify/images/sparkling_heart.png create mode 100755 public/vendor/emojify/images/speak_no_evil.png create mode 100755 public/vendor/emojify/images/speaker.png create mode 100755 public/vendor/emojify/images/speech_balloon.png create mode 100755 public/vendor/emojify/images/speedboat.png create mode 100755 public/vendor/emojify/images/squirrel.png create mode 100755 public/vendor/emojify/images/star.png create mode 100755 public/vendor/emojify/images/star2.png create mode 100755 public/vendor/emojify/images/stars.png create mode 100755 public/vendor/emojify/images/station.png create mode 100755 public/vendor/emojify/images/statue_of_liberty.png create mode 100755 public/vendor/emojify/images/steam_locomotive.png create mode 100755 public/vendor/emojify/images/stew.png create mode 100755 public/vendor/emojify/images/straight_ruler.png create mode 100755 public/vendor/emojify/images/strawberry.png create mode 100755 public/vendor/emojify/images/stuck_out_tongue.png create mode 100755 public/vendor/emojify/images/stuck_out_tongue_closed_eyes.png create mode 100755 public/vendor/emojify/images/stuck_out_tongue_winking_eye.png create mode 100755 public/vendor/emojify/images/sun_with_face.png create mode 100755 public/vendor/emojify/images/sunflower.png create mode 100755 public/vendor/emojify/images/sunglasses.png create mode 100755 public/vendor/emojify/images/sunny.png create mode 100755 public/vendor/emojify/images/sunrise.png create mode 100755 public/vendor/emojify/images/sunrise_over_mountains.png create mode 100755 public/vendor/emojify/images/surfer.png create mode 100755 public/vendor/emojify/images/sushi.png create mode 100755 public/vendor/emojify/images/suspect.png create mode 100755 public/vendor/emojify/images/suspension_railway.png create mode 100755 public/vendor/emojify/images/sweat.png create mode 100755 public/vendor/emojify/images/sweat_drops.png create mode 100755 public/vendor/emojify/images/sweat_smile.png create mode 100755 public/vendor/emojify/images/sweet_potato.png create mode 100755 public/vendor/emojify/images/swimmer.png create mode 100755 public/vendor/emojify/images/symbols.png create mode 100755 public/vendor/emojify/images/syringe.png create mode 100755 public/vendor/emojify/images/tada.png create mode 100755 public/vendor/emojify/images/tanabata_tree.png create mode 100755 public/vendor/emojify/images/tangerine.png create mode 100755 public/vendor/emojify/images/taurus.png create mode 100755 public/vendor/emojify/images/taxi.png create mode 100755 public/vendor/emojify/images/tea.png create mode 100755 public/vendor/emojify/images/telephone.png create mode 100755 public/vendor/emojify/images/telephone_receiver.png create mode 100755 public/vendor/emojify/images/telescope.png create mode 100755 public/vendor/emojify/images/tennis.png create mode 100755 public/vendor/emojify/images/tent.png create mode 100755 public/vendor/emojify/images/thought_balloon.png create mode 100755 public/vendor/emojify/images/three.png create mode 100755 public/vendor/emojify/images/thumbsdown.png create mode 100755 public/vendor/emojify/images/thumbsup.png create mode 100755 public/vendor/emojify/images/ticket.png create mode 100755 public/vendor/emojify/images/tiger.png create mode 100755 public/vendor/emojify/images/tiger2.png create mode 100755 public/vendor/emojify/images/tired_face.png create mode 100755 public/vendor/emojify/images/tm.png create mode 100755 public/vendor/emojify/images/toilet.png create mode 100755 public/vendor/emojify/images/tokyo_tower.png create mode 100755 public/vendor/emojify/images/tomato.png create mode 100755 public/vendor/emojify/images/tongue.png create mode 100755 public/vendor/emojify/images/top.png create mode 100755 public/vendor/emojify/images/tophat.png create mode 100755 public/vendor/emojify/images/tractor.png create mode 100755 public/vendor/emojify/images/traffic_light.png create mode 100755 public/vendor/emojify/images/train.png create mode 100755 public/vendor/emojify/images/train2.png create mode 100755 public/vendor/emojify/images/tram.png create mode 100755 public/vendor/emojify/images/triangular_flag_on_post.png create mode 100755 public/vendor/emojify/images/triangular_ruler.png create mode 100755 public/vendor/emojify/images/trident.png create mode 100755 public/vendor/emojify/images/triumph.png create mode 100755 public/vendor/emojify/images/trolleybus.png create mode 100755 public/vendor/emojify/images/trollface.png create mode 100755 public/vendor/emojify/images/trophy.png create mode 100755 public/vendor/emojify/images/tropical_drink.png create mode 100755 public/vendor/emojify/images/tropical_fish.png create mode 100755 public/vendor/emojify/images/truck.png create mode 100755 public/vendor/emojify/images/trumpet.png create mode 100755 public/vendor/emojify/images/tshirt.png create mode 100755 public/vendor/emojify/images/tulip.png create mode 100755 public/vendor/emojify/images/turtle.png create mode 100755 public/vendor/emojify/images/tv.png create mode 100755 public/vendor/emojify/images/twisted_rightwards_arrows.png create mode 100755 public/vendor/emojify/images/two.png create mode 100755 public/vendor/emojify/images/two_hearts.png create mode 100755 public/vendor/emojify/images/two_men_holding_hands.png create mode 100755 public/vendor/emojify/images/two_women_holding_hands.png create mode 100755 public/vendor/emojify/images/u5272.png create mode 100755 public/vendor/emojify/images/u5408.png create mode 100755 public/vendor/emojify/images/u55b6.png create mode 100755 public/vendor/emojify/images/u6307.png create mode 100755 public/vendor/emojify/images/u6708.png create mode 100755 public/vendor/emojify/images/u6709.png create mode 100755 public/vendor/emojify/images/u6e80.png create mode 100755 public/vendor/emojify/images/u7121.png create mode 100755 public/vendor/emojify/images/u7533.png create mode 100755 public/vendor/emojify/images/u7981.png create mode 100755 public/vendor/emojify/images/u7a7a.png create mode 100755 public/vendor/emojify/images/uk.png create mode 100755 public/vendor/emojify/images/umbrella.png create mode 100755 public/vendor/emojify/images/unamused.png create mode 100755 public/vendor/emojify/images/underage.png create mode 100755 public/vendor/emojify/images/unlock.png create mode 100755 public/vendor/emojify/images/up.png create mode 100755 public/vendor/emojify/images/us.png create mode 100755 public/vendor/emojify/images/v.png create mode 100755 public/vendor/emojify/images/vertical_traffic_light.png create mode 100755 public/vendor/emojify/images/vhs.png create mode 100755 public/vendor/emojify/images/vibration_mode.png create mode 100755 public/vendor/emojify/images/video_camera.png create mode 100755 public/vendor/emojify/images/video_game.png create mode 100755 public/vendor/emojify/images/violin.png create mode 100755 public/vendor/emojify/images/virgo.png create mode 100755 public/vendor/emojify/images/volcano.png create mode 100755 public/vendor/emojify/images/vs.png create mode 100755 public/vendor/emojify/images/walking.png create mode 100755 public/vendor/emojify/images/waning_crescent_moon.png create mode 100755 public/vendor/emojify/images/waning_gibbous_moon.png create mode 100755 public/vendor/emojify/images/warning.png create mode 100755 public/vendor/emojify/images/watch.png create mode 100755 public/vendor/emojify/images/water_buffalo.png create mode 100755 public/vendor/emojify/images/watermelon.png create mode 100755 public/vendor/emojify/images/wave.png create mode 100755 public/vendor/emojify/images/wavy_dash.png create mode 100755 public/vendor/emojify/images/waxing_crescent_moon.png create mode 100755 public/vendor/emojify/images/waxing_gibbous_moon.png create mode 100755 public/vendor/emojify/images/wc.png create mode 100755 public/vendor/emojify/images/weary.png create mode 100755 public/vendor/emojify/images/wedding.png create mode 100755 public/vendor/emojify/images/whale.png create mode 100755 public/vendor/emojify/images/whale2.png create mode 100755 public/vendor/emojify/images/wheelchair.png create mode 100755 public/vendor/emojify/images/white_check_mark.png create mode 100755 public/vendor/emojify/images/white_circle.png create mode 100755 public/vendor/emojify/images/white_flower.png create mode 100755 public/vendor/emojify/images/white_large_square.png create mode 100755 public/vendor/emojify/images/white_medium_small_square.png create mode 100755 public/vendor/emojify/images/white_medium_square.png create mode 100755 public/vendor/emojify/images/white_small_square.png create mode 100755 public/vendor/emojify/images/white_square.png create mode 100755 public/vendor/emojify/images/white_square_button.png create mode 100755 public/vendor/emojify/images/wind_chime.png create mode 100755 public/vendor/emojify/images/wine_glass.png create mode 100755 public/vendor/emojify/images/wink.png create mode 100755 public/vendor/emojify/images/wink2.png create mode 100755 public/vendor/emojify/images/wolf.png create mode 100755 public/vendor/emojify/images/woman.png create mode 100755 public/vendor/emojify/images/womans_clothes.png create mode 100755 public/vendor/emojify/images/womans_hat.png create mode 100755 public/vendor/emojify/images/womens.png create mode 100755 public/vendor/emojify/images/worried.png create mode 100755 public/vendor/emojify/images/wrench.png create mode 100755 public/vendor/emojify/images/x.png create mode 100755 public/vendor/emojify/images/yellow_heart.png create mode 100755 public/vendor/emojify/images/yen.png create mode 100755 public/vendor/emojify/images/yum.png create mode 100755 public/vendor/emojify/images/zap.png create mode 100755 public/vendor/emojify/images/zero.png create mode 100755 public/vendor/emojify/images/zzz.png create mode 100755 public/vendor/emojify/js/emojify.js create mode 100755 public/vendor/emojify/js/emojify.min.js create mode 100644 public/vendor/flowchart/flowchart-1.4.0.js create mode 100644 public/vendor/flowchart/flowchart-1.4.0.min.js create mode 100644 public/vendor/font-awesome/css/font-awesome.css create mode 100644 public/vendor/font-awesome/css/font-awesome.min.css create mode 100644 public/vendor/font-awesome/fonts/FontAwesome.otf create mode 100644 public/vendor/font-awesome/fonts/fontawesome-webfont.eot create mode 100644 public/vendor/font-awesome/fonts/fontawesome-webfont.svg create mode 100644 public/vendor/font-awesome/fonts/fontawesome-webfont.ttf create mode 100644 public/vendor/font-awesome/fonts/fontawesome-webfont.woff create mode 100644 public/vendor/font-awesome/fonts/fontawesome-webfont.woff2 create mode 100644 public/vendor/font-awesome/less/animated.less create mode 100644 public/vendor/font-awesome/less/bordered-pulled.less create mode 100644 public/vendor/font-awesome/less/core.less create mode 100644 public/vendor/font-awesome/less/fixed-width.less create mode 100644 public/vendor/font-awesome/less/font-awesome.less create mode 100644 public/vendor/font-awesome/less/icons.less create mode 100644 public/vendor/font-awesome/less/larger.less create mode 100644 public/vendor/font-awesome/less/list.less create mode 100644 public/vendor/font-awesome/less/mixins.less create mode 100644 public/vendor/font-awesome/less/path.less create mode 100644 public/vendor/font-awesome/less/rotated-flipped.less create mode 100644 public/vendor/font-awesome/less/stacked.less create mode 100644 public/vendor/font-awesome/less/variables.less create mode 100644 public/vendor/font-awesome/scss/_animated.scss create mode 100644 public/vendor/font-awesome/scss/_bordered-pulled.scss create mode 100644 public/vendor/font-awesome/scss/_core.scss create mode 100644 public/vendor/font-awesome/scss/_fixed-width.scss create mode 100644 public/vendor/font-awesome/scss/_icons.scss create mode 100644 public/vendor/font-awesome/scss/_larger.scss create mode 100644 public/vendor/font-awesome/scss/_list.scss create mode 100644 public/vendor/font-awesome/scss/_mixins.scss create mode 100644 public/vendor/font-awesome/scss/_path.scss create mode 100644 public/vendor/font-awesome/scss/_rotated-flipped.scss create mode 100644 public/vendor/font-awesome/scss/_stacked.scss create mode 100644 public/vendor/font-awesome/scss/_variables.scss create mode 100644 public/vendor/font-awesome/scss/font-awesome.scss create mode 100644 public/vendor/gist-embed.js create mode 100644 public/vendor/handlebars-v3.0.0.js create mode 100644 public/vendor/highlight-js/github.min.css create mode 100644 public/vendor/highlight-js/highlight.min.js create mode 100644 public/vendor/jquery-1.11.2.min.js create mode 100644 public/vendor/jquery.cookie-1.4.1.min.js create mode 100644 public/vendor/list.min.js create mode 100755 public/vendor/lz-string.min.js create mode 100755 public/vendor/marked.js create mode 100755 public/vendor/marked.min.js create mode 100644 public/vendor/moment-with-locales.js create mode 100644 public/vendor/raphael-min.js create mode 100644 public/vendor/remarkable-regex.js create mode 100755 public/vendor/remarkable.js create mode 100755 public/vendor/remarkable.min.js create mode 100755 public/vendor/select2/css/select2.css create mode 100755 public/vendor/select2/css/select2.min.css create mode 100755 public/vendor/select2/js/i18n/az.js create mode 100755 public/vendor/select2/js/i18n/bg.js create mode 100755 public/vendor/select2/js/i18n/ca.js create mode 100755 public/vendor/select2/js/i18n/cs.js create mode 100755 public/vendor/select2/js/i18n/da.js create mode 100755 public/vendor/select2/js/i18n/de.js create mode 100755 public/vendor/select2/js/i18n/en.js create mode 100755 public/vendor/select2/js/i18n/es.js create mode 100755 public/vendor/select2/js/i18n/et.js create mode 100755 public/vendor/select2/js/i18n/eu.js create mode 100755 public/vendor/select2/js/i18n/fi.js create mode 100755 public/vendor/select2/js/i18n/fr.js create mode 100755 public/vendor/select2/js/i18n/gl.js create mode 100755 public/vendor/select2/js/i18n/hi.js create mode 100755 public/vendor/select2/js/i18n/hr.js create mode 100755 public/vendor/select2/js/i18n/hu.js create mode 100755 public/vendor/select2/js/i18n/id.js create mode 100755 public/vendor/select2/js/i18n/is.js create mode 100755 public/vendor/select2/js/i18n/it.js create mode 100755 public/vendor/select2/js/i18n/lt.js create mode 100755 public/vendor/select2/js/i18n/lv.js create mode 100755 public/vendor/select2/js/i18n/mk.js create mode 100755 public/vendor/select2/js/i18n/nb.js create mode 100755 public/vendor/select2/js/i18n/nl.js create mode 100755 public/vendor/select2/js/i18n/pl.js create mode 100755 public/vendor/select2/js/i18n/pt-BR.js create mode 100755 public/vendor/select2/js/i18n/pt.js create mode 100755 public/vendor/select2/js/i18n/ro.js create mode 100755 public/vendor/select2/js/i18n/ru.js create mode 100755 public/vendor/select2/js/i18n/sk.js create mode 100755 public/vendor/select2/js/i18n/sr.js create mode 100755 public/vendor/select2/js/i18n/sv.js create mode 100755 public/vendor/select2/js/i18n/th.js create mode 100755 public/vendor/select2/js/i18n/tr.js create mode 100755 public/vendor/select2/js/i18n/uk.js create mode 100755 public/vendor/select2/js/i18n/vi.js create mode 100755 public/vendor/select2/js/i18n/zh-CN.js create mode 100755 public/vendor/select2/js/i18n/zh-TW.js create mode 100755 public/vendor/select2/js/select2.amd.full.js create mode 100755 public/vendor/select2/js/select2.amd.js create mode 100755 public/vendor/select2/js/select2.full.js create mode 100755 public/vendor/select2/js/select2.full.min.js create mode 100755 public/vendor/select2/js/select2.js create mode 100755 public/vendor/select2/js/select2.min.js create mode 100644 public/vendor/sequence-diagrams/sequence-diagram-min.js create mode 100644 public/vendor/sequence-diagrams/sequence-diagram-min.js.map create mode 100644 public/vendor/socket.io-1.3.5.js create mode 100644 public/vendor/spin.min.js create mode 100755 public/vendor/string.min.js create mode 100644 public/vendor/to-markdown.js create mode 100644 public/vendor/underscore-min.js create mode 100644 public/views/body.ejs create mode 100644 public/views/error.ejs create mode 100644 public/views/foot.ejs create mode 100644 public/views/footer.ejs create mode 100644 public/views/head.ejs create mode 100644 public/views/header.ejs create mode 100644 public/views/index.ejs create mode 100644 public/views/pretty.ejs diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..e1d4131 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node app.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e6b120 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +HackMD 0.2.7 +=== + +This is a realtime collaborative markdown notes on all platforms. +But still in early stage, feel free to fork or contribute to it. + +Thanks for your using. + +License under MIT. \ No newline at end of file diff --git a/app.js b/app.js new file mode 100644 index 0000000..3f66b32 --- /dev/null +++ b/app.js @@ -0,0 +1,253 @@ +//app +//external modules +var connect = require('connect'); +var express = require('express'); +var toobusy = require('toobusy-js'); +var ejs = require('ejs'); +var passport = require('passport'); +var methodOverride = require('method-override'); +var bodyParser = require('body-parser'); +var mongoose = require('mongoose'); +var compression = require('compression') +var session = require('express-session'); +var MongoStore = require('connect-mongo')(session); + +//core +var config = require("./config.js"); +var User = require("./lib/user.js"); +var auth = require("./lib/auth.js"); +var response = require("./lib/response.js"); + +//server setup +var app = express(); +var server = require('http').createServer(app); +var io = require('socket.io').listen(server); +var port = process.env.PORT || config.testport; + +// connect to the mongodb +if (config.debug) + mongoose.connect(config.mongodbstring); +else + mongoose.connect(process.env.MONGOLAB_URI); + +//others +var db = require("./lib/db.js"); +var realtime = require("./lib/realtime.js"); + +//methodOverride +app.use(methodOverride('_method')); + +// create application/json parser +var jsonParser = bodyParser.json(); + +// create application/x-www-form-urlencoded parser +var urlencodedParser = bodyParser.urlencoded({ + extended: false +}); + +//compression +app.use(compression()); + +//session +app.use(session({ + name: config.sessionname, + secret: config.sessionsecret, + resave: false, //don't save session if unmodified + saveUninitialized: true, //don't create session until something stored + cookie: { + maxAge: new Date(Date.now() + config.sessionlife), + expires: new Date(Date.now() + config.sessionlife), + }, + maxAge: new Date(Date.now() + config.sessionlife), + store: new MongoStore({ + mongooseConnection: mongoose.connection, + touchAfter: config.sessiontouch + }, + function (err) { + console.log(err); + }) +})); + +//middleware which blocks requests when we're too busy +app.use(function (req, res, next) { + if (toobusy()) { + response.errorServiceUnavailable(res); + } else { + next(); + } +}); + +//passport +app.use(passport.initialize()); +app.use(passport.session()); + +//serialize and deserialize +passport.serializeUser(function (user, done) { + //console.log('serializeUser: ' + user._id); + done(null, user._id); +}); +passport.deserializeUser(function (id, done) { + User.model.findById(id, function (err, user) { + //console.log(user) + if (!err) done(null, user); + else done(err, null); + }) +}); + +//routes +//static files +app.use('/', express.static(__dirname + '/public')); +//template files +app.set('views', __dirname + '/public'); +//set render engine +app.engine('html', ejs.renderFile); +//get index +app.get("/", function (req, res, next) { + res.render("index.html"); +}); +//get status +app.get("/status", function (req, res, next) { + realtime.getStatus(function (data) { + res.end(JSON.stringify(data)); + }); +}); +//facebook auth +app.get('/auth/facebook', + passport.authenticate('facebook'), + function (req, res) {}); +//facebook auth callback +app.get('/auth/facebook/callback', + passport.authenticate('facebook', { + failureRedirect: '/' + }), + function (req, res) { + res.redirect('/'); + }); +//twitter auth +app.get('/auth/twitter', + passport.authenticate('twitter'), + function (req, res) {}); +//twitter auth callback +app.get('/auth/twitter/callback', + passport.authenticate('twitter', { + failureRedirect: '/' + }), + function (req, res) { + res.redirect('/'); + }); +//github auth +app.get('/auth/github', + passport.authenticate('github'), + function (req, res) {}); +//github auth callback +app.get('/auth/github/callback', + passport.authenticate('github', { + failureRedirect: '/' + }), + function (req, res) { + res.redirect('/'); + }); +//dropbox auth +app.get('/auth/dropbox', + passport.authenticate('dropbox-oauth2'), + function (req, res) {}); +//dropbox auth callback +app.get('/auth/dropbox/callback', + passport.authenticate('dropbox-oauth2', { + failureRedirect: '/' + }), + function (req, res) { + res.redirect('/'); + }); +//logout +app.get('/logout', function (req, res) { + if (config.debug && req.session.passport.user) + console.log('user logout: ' + req.session.passport.user); + req.logout(); + res.redirect('/'); +}); +//get history +app.get('/history', function (req, res) { + if (req.isAuthenticated()) { + User.model.findById(req.session.passport.user, function (err, user) { + if (err) { + console.log('read history failed: ' + err); + } else { + var history = []; + if (user.history) + history = JSON.parse(user.history); + res.send({ + history: history + }); + } + }); + } else { + response.errorForbidden(res); + } +}); +//post history +app.post('/history', urlencodedParser, function (req, res) { + if (req.isAuthenticated()) { + if (config.debug) + console.log('SERVER received history from [' + req.session.passport.user + ']: ' + req.body.history); + User.model.findById(req.session.passport.user, function (err, user) { + if (err) { + console.log('write history failed: ' + err); + } else { + user.history = req.body.history; + user.save(function (err) { + if (err) { + console.log('write user history failed: ' + err); + } else { + if (config.debug) + console.log("write user history success: " + user._id); + }; + }); + } + }); + res.end(); + } else { + response.errorForbidden(res); + } +}); +//get me info +app.get('/me', function (req, res) { + if (req.isAuthenticated()) { + User.model.findById(req.session.passport.user, function (err, user) { + if (err) { + console.log('read me failed: ' + err); + } else { + var profile = JSON.parse(user.profile); + res.send({ + status: 'ok', + name: profile.displayName || profile.username + }); + } + }); + } else { + res.send({ + status: 'forbidden' + }); + } +}); +//get new note +app.get("/new", response.newNote); +//get features +app.get("/features", response.showFeatures); +//get note by id +app.get("/:noteId", response.showNote); +//note actions +app.get("/:noteId/:action", response.noteActions); + +//socket.io secure +io.use(realtime.secure); +//socket.io heartbeat +io.set('heartbeat interval', config.heartbeatinterval); +io.set('heartbeat timeout', config.heartbeattimeout); +//socket.io connection +io.sockets.on('connection', realtime.connection); + +//listen +server.listen(port, function () { + console.log('Server listening at port %d', port); +}); \ No newline at end of file diff --git a/config.js b/config.js new file mode 100644 index 0000000..3a5c764 --- /dev/null +++ b/config.js @@ -0,0 +1,50 @@ +//config +var path = require('path'); + +var config = { + debug: true, + version: '0.2.7', + domain: 'http://localhost:3000', + testport: '3000', + //path + tmppath: "./tmp/", + defaultnotepath: path.join(__dirname, '/public', "default.md"), + defaultfeaturespath: path.join(__dirname, '/public', "features.md"), + hackmdpath: path.join(__dirname, '/public/views', "index.ejs"), + errorpath: path.join(__dirname, '/public/views', "error.ejs"), + prettypath: path.join(__dirname, '/public/views', 'pretty.ejs'), + //db string + postgresqlstring: "postgresql://localhost:5432/hackmd", + mongodbstring: "mongodb://localhost/hackmd", + //constants + featuresnotename: "features", + sessionname: 'please set this', + sessionsecret: 'please set this', + sessionlife: 14 * 24 * 60 * 60 * 1000, //14 days + sessiontouch: 1 * 3600, //1 hour + heartbeatinterval: 5000, + heartbeattimeout: 10000, + //auth + facebook: { + clientID: 'get yourself one', + clientSecret: 'get yourself one', + callbackPath: '/auth/facebook/callback' + }, + twitter: { + consumerKey: 'get yourself one', + consumerSecret: 'get yourself one', + callbackPath: '/auth/twitter/callback' + }, + github: { + clientID: 'get yourself one', + clientSecret: 'get yourself one', + callbackPath: '/auth/github/callback' + }, + dropbox: { + clientID: 'get yourself one', + clientSecret: 'get yourself one', + callbackPath: '/auth/dropbox/callback' + } +}; + +module.exports = config; \ No newline at end of file diff --git a/lib/auth.js b/lib/auth.js new file mode 100644 index 0000000..e7b0dc7 --- /dev/null +++ b/lib/auth.js @@ -0,0 +1,49 @@ +//auth +//external modules +var passport = require('passport'); +var FacebookStrategy = require('passport-facebook').Strategy; +var TwitterStrategy = require('passport-twitter').Strategy; +var GithubStrategy = require('passport-github').Strategy; +var DropboxStrategy = require('passport-dropbox-oauth2').Strategy; + +//core +var User = require('./user.js') +var config = require('../config.js') + +function callback(accessToken, refreshToken, profile, done) { + //console.log(profile.displayName || profile.username); + User.findOrNewUser(profile.id, profile, function (err, user) { + if (err || user == null) { + console.log('auth callback failed: ' + err); + } else { + if(config.debug && user) + console.log('user login: ' + user._id); + done(null, user); + } + }); +} + +//facebook +module.exports = passport.use(new FacebookStrategy({ + clientID: config.facebook.clientID, + clientSecret: config.facebook.clientSecret, + callbackURL: config.domain + config.facebook.callbackPath +}, callback)); +//twitter +passport.use(new TwitterStrategy({ + consumerKey: config.twitter.consumerKey, + consumerSecret: config.twitter.consumerSecret, + callbackURL: config.domain + config.twitter.callbackPath +}, callback)); +//github +passport.use(new GithubStrategy({ + clientID: config.github.clientID, + clientSecret: config.github.clientSecret, + callbackURL: config.domain + config.github.callbackPath +}, callback)); +//dropbox +passport.use(new DropboxStrategy({ + clientID: config.dropbox.clientID, + clientSecret: config.dropbox.clientSecret, + callbackURL: config.domain + config.dropbox.callbackPath +}, callback)); \ No newline at end of file diff --git a/lib/db.js b/lib/db.js new file mode 100644 index 0000000..d763eb8 --- /dev/null +++ b/lib/db.js @@ -0,0 +1,146 @@ +//db +//external modules +var pg = require('pg'); +var fs = require('fs'); +var util = require('util'); + +//core +var config = require("../config.js"); + +//public +var db = { + readFromFile: readFromDB, + saveToFile: saveToFile, + newToDB: newToDB, + readFromDB: readFromDB, + saveToDB: saveToDB, + countFromDB: countFromDB +}; + +function getDBClient() { + if (config.debug) + return new pg.Client(config.postgresqlstring); + else + return new pg.Client(process.env.DATABASE_URL); +} + +function readFromFile(callback) { + fs.readFile('hackmd', 'utf8', function (err, data) { + if (err) throw err; + callback(data); + }); +} + +function saveToFile(doc) { + fs.writeFile('hackmd', doc, function (err) { + if (err) throw err; + }); +} + +var updatequery = "UPDATE notes SET title='%s', content='%s', update_time=NOW() WHERE id='%s';"; +var insertquery = "INSERT INTO notes (id, owner, content) VALUES ('%s', '%s', '%s');"; +var insertifnotexistquery = "INSERT INTO notes (id, owner, content) \ +SELECT '%s', '%s', '%s' \ +WHERE NOT EXISTS (SELECT 1 FROM notes WHERE id='%s') RETURNING *;"; +var selectquery = "SELECT * FROM notes WHERE id='%s';"; +var countquery = "SELECT count(*) FROM notes;"; + +function newToDB(id, owner, body, callback) { + var client = getDBClient(); + client.connect(function (err) { + if (err) { + callback(err, null); + return console.error('could not connect to postgres', err); + } + var newnotequery = util.format(insertquery, id, owner, body); + //console.log(newnotequery); + client.query(newnotequery, function (err, result) { + if (err) { + callback(err, null); + return console.error("new note to db failed: " + err); + } else { + if (config.debug) + console.log("new note to db success"); + callback(null, result); + client.end(); + } + }); + }); +} + +function readFromDB(id, callback) { + var client = getDBClient(); + client.connect(function (err) { + if (err) { + callback(err, null); + return console.error('could not connect to postgres', err); + } + var readquery = util.format(selectquery, id); + //console.log(readquery); + client.query(readquery, function (err, result) { + if (err) { + callback(err, null); + return console.error("read from db failed: " + err); + } else { + //console.log(result.rows); + if (result.rows.length <= 0) { + callback("not found note in db", null); + } else { + console.log("read from db success"); + callback(null, result); + client.end(); + } + } + }); + }); +} + +function saveToDB(id, title, data, callback) { + var client = getDBClient(); + client.connect(function (err) { + if (err) { + callback(err, null); + return console.error('could not connect to postgres', err); + } + var savequery = util.format(updatequery, title, data, id); + //console.log(savequery); + client.query(savequery, function (err, result) { + if (err) { + callback(err, null); + return console.error("save to db failed: " + err); + } else { + if (config.debug) + console.log("save to db success"); + callback(null, result); + client.end(); + } + }); + }); +} + +function countFromDB(callback) { + var client = getDBClient(); + client.connect(function (err) { + if (err) { + callback(err, null); + return console.error('could not connect to postgres', err); + } + client.query(countquery, function (err, result) { + if (err) { + callback(err, null); + return console.error("count from db failed: " + err); + } else { + //console.log(result.rows); + if (result.rows.length <= 0) { + callback("not found note in db", null); + } else { + console.log("count from db success"); + callback(null, result); + client.end(); + } + } + }); + }); +} + +module.exports = db; \ No newline at end of file diff --git a/lib/note.js b/lib/note.js new file mode 100644 index 0000000..1212e1a --- /dev/null +++ b/lib/note.js @@ -0,0 +1,60 @@ +//note +//external modules +var LZString = require('lz-string'); +var marked = require('marked'); +var cheerio = require('cheerio'); + +//others +var db = require("./db.js"); + +//public +var note = { + checkNoteIdValid: checkNoteIdValid, + checkNoteExist: checkNoteExist, + getNoteTitle: getNoteTitle +}; + +function checkNoteIdValid(noteId) { + try { + //console.log(noteId); + var id = LZString.decompressFromBase64(noteId); + if (!id) return false; + var uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i; + var result = id.match(uuidRegex); + if (result && result.length == 1) + return true; + else + return false; + } catch (err) { + console.error(err); + return false; + } +} + +function checkNoteExist(noteId) { + try { + //console.log(noteId); + var id = LZString.decompressFromBase64(noteId); + db.readFromDB(id, function (err, result) { + if (err) return false; + return true; + }); + } catch (err) { + console.error(err); + return false; + } +} + +//get title +function getNoteTitle(body) { + var $ = cheerio.load(marked(body)); + var h1s = $("h1"); + var title = ""; + if (h1s.length > 0) + title = h1s.first().text(); + else + title = "Untitled"; + return title; +} + +module.exports = note; \ No newline at end of file diff --git a/lib/realtime.js b/lib/realtime.js new file mode 100644 index 0000000..303eb6a --- /dev/null +++ b/lib/realtime.js @@ -0,0 +1,392 @@ +//realtime +//external modules +var cookie = require('cookie'); +var cookieParser = require('cookie-parser'); +var url = require('url'); +var async = require('async'); +var LZString = require('lz-string'); +var shortId = require('shortid'); +var randomcolor = require("randomcolor"); + +//core +var config = require("../config.js"); + +//others +var db = require("./db.js"); +var Note = require("./note.js"); +var User = require("./user.js"); + +//public +var realtime = { + secure: secure, + connection: connection, + getStatus: getStatus +}; + +function secure(socket, next) { + try { + var handshakeData = socket.request; + if (handshakeData.headers.cookie) { + handshakeData.cookie = cookie.parse(handshakeData.headers.cookie); + handshakeData.sessionID = cookieParser.signedCookie(handshakeData.cookie[config.sessionname], config.sessionsecret); + if (handshakeData.cookie[config.sessionname] == handshakeData.sessionID) { + next(new Error('AUTH failed: Cookie is invalid.')); + } + } else { + next(new Error('AUTH failed: No cookie transmitted.')); + } + if (config.debug) + console.log("AUTH success cookie: " + handshakeData.sessionID); + + next(); + } catch (ex) { + next(new Error("AUTH failed:" + JSON.stringify(ex))); + } +} + +//actions +var users = {}; +var notes = {}; +var updater = setInterval(function () { + async.each(Object.keys(notes), function (key, callback) { + var note = notes[key]; + if (note.isDirty) { + if (config.debug) + console.log("updater found dirty note: " + key); + var title = Note.getNoteTitle(LZString.decompressFromBase64(note.body)); + db.saveToDB(key, title, note.body, + function (err, result) {}); + note.isDirty = false; + } + callback(); + }, function (err) { + if (err) return console.error('updater error', err); + }); +}, 5000); + +function getStatus(callback) { + db.countFromDB(function (err, data) { + if (err) return console.log(err); + var regusers = 0; + var distinctregusers = 0; + var distinctaddresses = []; + Object.keys(users).forEach(function (key) { + var value = users[key]; + if(value.login) + regusers++; + var found = false; + for (var i = 0; i < distinctaddresses.length; i++) { + if (value.address == distinctaddresses[i]) { + found = true; + break; + } + } + if (!found) + distinctaddresses.push(value.address); + if(!found && value.login) + distinctregusers++; + }); + User.getUserCount(function (err, regcount) { + if (err) { + console.log('get status failed: ' + err); + return; + } + if (callback) + callback({ + onlineNotes: Object.keys(notes).length, + onlineUsers: Object.keys(users).length, + distinctOnlineUsers: distinctaddresses.length, + notesCount: data.rows[0].count, + registeredUsers: regcount, + onlineRegisteredUsers: regusers, + distinctOnlineRegisteredUsers: distinctregusers + }); + }); + }); +} + +function getNotenameFromSocket(socket) { + var hostUrl = url.parse(socket.handshake.headers.referer); + var notename = hostUrl.pathname.split('/')[1]; + if (notename == config.featuresnotename) { + return notename; + } + if (!Note.checkNoteIdValid(notename)) { + socket.emit('info', { + code: 404 + }); + return socket.disconnect(); + } + notename = LZString.decompressFromBase64(notename); + return notename; +} + +function emitOnlineUsers(socket) { + var notename = getNotenameFromSocket(socket); + if (!notename || !notes[notename]) return; + var users = []; + Object.keys(notes[notename].users).forEach(function (key) { + var user = notes[notename].users[key]; + if (user) + users.push({ + id: user.id, + color: user.color, + cursor: user.cursor + }); + }); + notes[notename].socks.forEach(function (sock) { + sock.emit('online users', { + count: notes[notename].socks.length, + users: users + }); + }); +} + +var isConnectionBusy = false; +var connectionSocketQueue = []; +var isDisconnectBusy = false; +var disconnectSocketQueue = []; + +function finishConnection(socket, notename) { + notes[notename].users[socket.id] = users[socket.id]; + notes[notename].socks.push(socket); + emitOnlineUsers(socket); + socket.emit('refresh', { + body: notes[notename].body + }); + + //clear finished socket in queue + for (var i = 0; i < connectionSocketQueue.length; i++) { + if (connectionSocketQueue[i].id == socket.id) + connectionSocketQueue.splice(i, 1); + } + //seek for next socket + isConnectionBusy = false; + if (connectionSocketQueue.length > 0) + startConnection(connectionSocketQueue[0]); + + if (config.debug) { + console.log('SERVER connected a client to [' + notename + ']:'); + console.log(JSON.stringify(users[socket.id])); + //console.log(notes); + getStatus(function (data) { + console.log(JSON.stringify(data)); + }); + } +} + +function startConnection(socket) { + if (isConnectionBusy) return; + isConnectionBusy = true; + + var notename = getNotenameFromSocket(socket); + if (!notename) return; + + if (!notes[notename]) { + db.readFromDB(notename, function (err, data) { + if (err) { + socket.emit('info', { + code: 404 + }); + socket.disconnect(); + //clear err socket in queue + for (var i = 0; i < connectionSocketQueue.length; i++) { + if (connectionSocketQueue[i].id == socket.id) + connectionSocketQueue.splice(i, 1); + } + isConnectionBusy = false; + return console.error(err); + } + var body = data.rows[0].content; + notes[notename] = { + socks: [], + body: body, + isDirty: false, + users: {} + }; + finishConnection(socket, notename); + }); + } else { + finishConnection(socket, notename); + } +} + +function disconnect(socket) { + if (isDisconnectBusy) return; + isDisconnectBusy = true; + + if (config.debug) { + console.log("SERVER disconnected a client"); + console.log(JSON.stringify(users[socket.id])); + } + var notename = getNotenameFromSocket(socket); + if (!notename) return; + if (users[socket.id]) { + delete users[socket.id]; + } + if (notes[notename]) { + delete notes[notename].users[socket.id]; + var index = notes[notename].socks.indexOf(socket); + if (index > -1) { + notes[notename].socks.splice(index, 1); + } + if (Object.keys(notes[notename].users).length <= 0) { + var title = Note.getNoteTitle(LZString.decompressFromBase64(notes[notename].body)); + db.saveToDB(notename, title, notes[notename].body, + function (err, result) { + delete notes[notename]; + if (config.debug) { + //console.log(notes); + getStatus(function (data) { + console.log(JSON.stringify(data)); + }); + } + }); + } + } + emitOnlineUsers(socket); + + //clear finished socket in queue + for (var i = 0; i < disconnectSocketQueue.length; i++) { + if (disconnectSocketQueue[i].id == socket.id) + disconnectSocketQueue.splice(i, 1); + } + //seek for next socket + isDisconnectBusy = false; + if (disconnectSocketQueue.length > 0) + disconnect(disconnectSocketQueue[0]); + + if (config.debug) { + //console.log(notes); + getStatus(function (data) { + console.log(JSON.stringify(data)); + }); + } +} + + +function connection(socket) { + users[socket.id] = { + id: socket.id, + address: socket.handshake.address, + 'user-agent': socket.handshake.headers['user-agent'], + otk: shortId.generate(), + color: randomcolor({ + luminosity: 'light' + }), + cursor: null, + login: false + }; + + connectionSocketQueue.push(socket); + startConnection(socket); + + //when a new client coming or received a client refresh request + socket.on('refresh', function (body_) { + var notename = getNotenameFromSocket(socket); + if (!notename) return; + if (config.debug) + console.log('SERVER received [' + notename + '] data updated: ' + socket.id); + if (notes[notename].body != body_) { + notes[notename].body = body_; + notes[notename].isDirty = true; + } + }); + + socket.on('user status', function (data) { + if(data) + users[socket.id].login = data.login; + }); + + socket.on('online users', function () { + emitOnlineUsers(socket); + }); + + socket.on('version', function () { + socket.emit('version', config.version); + }); + + socket.on('cursor focus', function (data) { + var notename = getNotenameFromSocket(socket); + if (!notename || !notes[notename]) return; + users[socket.id].cursor = data; + notes[notename].socks.forEach(function (sock) { + if (sock != socket) { + var out = { + id: socket.id, + color: users[socket.id].color, + cursor: data + }; + sock.emit('cursor focus', out); + } + }); + }); + + socket.on('cursor activity', function (data) { + var notename = getNotenameFromSocket(socket); + if (!notename || !notes[notename]) return; + users[socket.id].cursor = data; + notes[notename].socks.forEach(function (sock) { + if (sock != socket) { + var out = { + id: socket.id, + color: users[socket.id].color, + cursor: data + }; + sock.emit('cursor activity', out); + } + }); + }); + + socket.on('cursor blur', function () { + var notename = getNotenameFromSocket(socket); + if (!notename || !notes[notename]) return; + users[socket.id].cursor = null; + notes[notename].socks.forEach(function (sock) { + if (sock != socket) { + var out = { + id: socket.id + }; + if (sock != socket) { + sock.emit('cursor blur', out); + } + } + }); + }); + + //when a new client disconnect + socket.on('disconnect', function () { + disconnectSocketQueue.push(socket); + disconnect(socket); + }); + + //when received client change data request + socket.on('change', function (op) { + var notename = getNotenameFromSocket(socket); + if (!notename) return; + op = LZString.decompressFromBase64(op); + if (op) + op = JSON.parse(op); + if (config.debug) + console.log('SERVER received [' + notename + '] data changed: ' + socket.id + ', op:' + JSON.stringify(op)); + switch (op.origin) { + case '+input': + case '+delete': + case 'paste': + case 'cut': + case 'undo': + case 'redo': + case 'drag': + notes[notename].socks.forEach(function (sock) { + if (sock != socket) { + if (config.debug) + console.log('SERVER emit sync data out [' + notename + ']: ' + sock.id + ', op:' + JSON.stringify(op)); + sock.emit('change', LZString.compressToBase64(JSON.stringify(op))); + } + }); + break; + } + }); +} + +module.exports = realtime; \ No newline at end of file diff --git a/lib/response.js b/lib/response.js new file mode 100644 index 0000000..458ed01 --- /dev/null +++ b/lib/response.js @@ -0,0 +1,211 @@ +//response +//external modules +var ejs = require('ejs'); +var fs = require('fs'); +var path = require('path'); +var uuid = require('node-uuid'); +var markdownpdf = require("markdown-pdf"); +var LZString = require('lz-string'); + +//core +var config = require("../config.js"); + +//others +var db = require("./db.js"); +var Note = require("./note.js"); + +//public +var response = { + errorForbidden: function (res) { + res.status(403).send("Forbidden, oh no.") + }, + errorNotFound: function (res) { + responseError(res, "404", "Not Found", "oops.") + }, + errorInternalError: function (res) { + responseError(res, "500", "Internal Error", "wtf.") + }, + errorServiceUnavailable: function (res) { + res.status(503).send("I'm busy right now, try again later.") + }, + newNote: newNote, + showFeatures: showFeatures, + showNote: showNote, + noteActions: noteActions +}; + +function responseError(res, code, detail, msg) { + res.writeHead(code, { + 'Content-Type': 'text/html' + }); + var content = ejs.render(fs.readFileSync(config.errorpath, 'utf8'), { + cache: !config.debug, + filename: config.errorpath, + code: code, + detail: detail, + msg: msg + }); + res.write(content); + res.end(); +} + +function responseHackMD(res) { + res.writeHead(200, { + 'Content-Type': 'text/html' + }); + var content = ejs.render(fs.readFileSync(config.hackmdpath, 'utf8'), { + cache: !config.debug, + filename: config.hackmdpath + }); + res.write(content); + res.end(); +} + +function newNote(req, res, next) { + var newId = uuid.v4(); + var body = fs.readFileSync(config.defaultnotepath, 'utf8'); + body = LZString.compressToBase64(body); + var owner = null; + if (req.isAuthenticated()) { + owner = req.session.passport.user; + } + db.newToDB(newId, owner, body, function (err, result) { + if (err) { + responseError(res, "500", "Internal Error", "wtf."); + return; + } + res.redirect("/" + LZString.compressToBase64(newId)); + }); +} + +function showFeatures(req, res, next) { + db.readFromDB(config.featuresnotename, function (err, data) { + if (err) { + var body = fs.readFileSync(config.defaultfeaturespath, 'utf8'); + body = LZString.compressToBase64(body); + db.newToDB(config.featuresnotename, null, body, function (err, result) { + if (err) { + responseError(res, "500", "Internal Error", "wtf."); + return; + } + responseHackMD(res); + }); + } else { + responseHackMD(res); + } + }); +} + +function showNote(req, res, next) { + var noteId = req.params.noteId; + if (!Note.checkNoteIdValid(noteId)) { + responseError(res, "404", "Not Found", "oops."); + return; + } + responseHackMD(res); +} + +function actionPretty(req, res, noteId) { + db.readFromDB(noteId, function (err, data) { + if (err) { + responseError(res, "404", "Not Found", "oops."); + return; + } + var body = data.rows[0].content; + var template = config.prettypath; + var compiled = ejs.compile(fs.readFileSync(template, 'utf8')); + var origin = "//" + req.headers.host; + var html = compiled({ + url: origin, + body: body + }); + var buf = html; + res.writeHead(200, { + 'Content-Type': 'text/html; charset=UTF-8', + 'Cache-Control': 'private', + 'Content-Length': buf.length + }); + res.end(buf); + }); +} + +function actionDownload(req, res, noteId) { + db.readFromDB(noteId, function (err, data) { + if (err) { + responseError(res, "404", "Not Found", "oops."); + return; + } + var body = LZString.decompressFromBase64(data.rows[0].content); + var title = Note.getNoteTitle(body); + res.writeHead(200, { + 'Content-Type': 'text/markdown; charset=UTF-8', + 'Cache-Control': 'private', + 'Content-disposition': 'attachment; filename=' + title + '.md', + 'Content-Length': body.length + }); + res.end(body); + }); +} + +function actionPDF(req, res, noteId) { + db.readFromDB(noteId, function (err, data) { + if (err) { + responseError(res, "404", "Not Found", "oops."); + return; + } + var body = LZString.decompressFromBase64(data.rows[0].content); + var title = Note.getNoteTitle(body); + + if (!fs.existsSync(config.tmppath)) { + fs.mkdirSync(config.tmppath); + } + var path = config.tmppath + Date.now() + '.pdf'; + markdownpdf().from.string(body).to(path, function () { + var stream = fs.createReadStream(path); + var filename = title; + // Be careful of special characters + filename = encodeURIComponent(filename); + // Ideally this should strip them + res.setHeader('Content-disposition', 'attachment; filename="' + filename + '.pdf"'); + res.setHeader('Cache-Control', 'private'); + res.setHeader('Content-Type', 'application/pdf; charset=UTF-8'); + stream.pipe(res); + fs.unlink(path); + }); + }); +} + +function noteActions(req, res, next) { + var noteId = req.params.noteId; + if (noteId != config.featuresnotename) { + if (!Note.checkNoteIdValid(noteId)) { + responseError(res, "404", "Not Found", "oops."); + return; + } + noteId = LZString.decompressFromBase64(noteId); + if (!noteId) { + responseError(res, "404", "Not Found", "oops."); + return; + } + } + var action = req.params.action; + switch (action) { + case "pretty": + actionPretty(req, res, noteId); + break; + case "download": + actionDownload(req, res, noteId); + break; + case "pdf": + actionPDF(req, res, noteId); + break; + default: + if (noteId != config.featuresnotename) + res.redirect('/' + LZString.compressToBase64(noteId)); + else + res.redirect('/' + noteId); + break; + } +} + +module.exports = response; \ No newline at end of file diff --git a/lib/user.js b/lib/user.js new file mode 100644 index 0000000..1d7f11d --- /dev/null +++ b/lib/user.js @@ -0,0 +1,83 @@ +//user +//external modules +var mongoose = require('mongoose'); + +//core +var config = require("../config.js"); + +// create a user model +var model = mongoose.model('user', { + id: String, + profile: String, + history: String, + created: Date +}); + +//public +var user = { + model: model, + findUser: findUser, + newUser: newUser, + findOrNewUser: findOrNewUser, + getUserCount: getUserCount +}; + +function getUserCount(callback) { + model.count(function(err, count){ + if(err) callback(err, null); + else callback(null, count); + }); +} + +function findUser(id, callback) { + model.findOne({ + id: id + }, function (err, user) { + if (err) { + console.log('find user failed: ' + err); + callback(err, null); + } + if (!err && user != null) { + callback(null, user); + } else { + console.log('find user failed: ' + err); + callback(err, null); + }; + }); +} + +function newUser(id, profile, callback) { + var user = new model({ + id: id, + profile: JSON.stringify(profile), + created: Date.now() + }); + user.save(function (err) { + if (err) { + console.log('new user failed: ' + err); + callback(err, null); + } else { + console.log("new user success: " + user.id); + callback(null, user); + }; + }); +} + +function findOrNewUser(id, profile, callback) { + findUser(id, function(err, user) { + if(err || user == null) { + newUser(id, profile, function(err, user) { + if(err) { + console.log('find or new user failed: ' + err); + callback(err, null); + } else { + callback(null, user); + } + }); + } else { + callback(null, user); + } + }); +} + +module.exports = user; \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..7c38fec --- /dev/null +++ b/package.json @@ -0,0 +1,45 @@ +{ + "name": "hackmd", + "version": "0.2.7", + "description": "Realtime collaborative markdown notes on all platforms.", + "main": "server.js", + "author": "jackymaxj", + "private": true, + "license": "MIT", + "dependencies": { + "async": "^0.9.0", + "body-parser": "^1.12.3", + "cheerio": "^0.19.0", + "compression": "^1.4.3", + "connect": "3.x", + "connect-mongo": "^0.8.1", + "cookie": "0.1.2", + "cookie-parser": "1.3.3", + "ejs": "^1.0.0", + "emojify.js": "^1.0.1", + "express": "4.x", + "express-session": "^1.11.1", + "highlight.js": "^8.4.0", + "html": "0.0.7", + "jsdom-nogyp": "^0.8.3", + "lz-string": "1.3.6", + "markdown-pdf": "^5.2.0", + "marked": "^0.3.3", + "method-override": "^2.3.2", + "mongoose": "^4.0.2", + "node-uuid": "^1.4.3", + "passport": "^0.2.1", + "passport-dropbox-oauth2": "^0.1.6", + "passport-facebook": "^2.0.0", + "passport-github": "^0.1.5", + "passport-twitter": "^1.0.3", + "pg": "4.x", + "randomcolor": "^0.2.0", + "shortid": "2.1.3", + "socket.io": "1.3.5", + "toobusy-js": "^0.4.1" + }, + "engines": { + "node": "0.10.x" + } +} diff --git a/public/GFM.md b/public/GFM.md new file mode 100644 index 0000000..895bb1c --- /dev/null +++ b/public/GFM.md @@ -0,0 +1,45 @@ +GitHub Flavored Markdown +======================== + +Everything from markdown plus GFM features: + +## URL autolinking + +Underscores_are_allowed_between_words. +asdasdasd + +## Strikethrough text + +GFM adds syntax to strikethrough text, which is missing from standard Markdown. + +~~Mistaken text.~~ +~~**works with other fomatting**~~ + +~~spans across +lines~~ + +## Fenced code blocks (and syntax highlighting) + +```javascript +for (var i = 0; i < items.length; i++) { + console.log(items[i], i); // log them +} +``` + +## Task Lists + +- [ ] Incomplete task list item +- [x] **Completed** task list item + +## A bit of GitHub spice + +* SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 +* User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 +* User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 +* \#Num: #1 +* User/#Num: mojombo#1 +* User/Project#Num: mojombo/god#1 + +See http://github.github.com/github-flavored-markdown/. + + diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2f4e0264f2810ed4c617b722addbf072ca28c848 GIT binary patch literal 50171 zcmc$m1#ld}(wHS#Y%#Mei!EkmW@ct)W@aXfnJq?(nVFdxE!IgoLFD&dl9#_KspPMu zGIcxC*W0_@GrK!gci;9z$jges!{We#fPlbDhzl!zwvB%`Xvoi+XA+X}vjKM!lu(BL zEZ)$@;h*1O?8P;lKtR5t{M|t3Hho_|m3Yn~>ds1brp|5#jwT=i#&(7#-$X4OP2B7p zt(?9IDY2e()JKDWfcD!vs;aqXU1m&6_VXi!xn+V6lp@&$LXpCHS`zdoi75rtI-jN6d@wtfZiWXy2x0NyzQGdGf7zaZHLO{t$Qb}%G3vRdGmBtG+W{t zd3NglUbkt|biku3j`r|;>gcM~$j_Zf%vUPs4j1=wH5TKl*=4)@Q=%Ng6?>Y zM!&whQ|XzX{^?(nYX#l$CXId#5Q~v~6PyU(`?WsJIHUALib`>q3*JAGHa2bl)!(n= zHQ&~}{b7A%>bionJ9i29-SSOyL(XXEP5SDCz?TX9mGsTv8uRvj6o2?3v|F?L^^I;K zw{>5W&81jmCbM8aW_aA-}hO6Lf@y|Fh7R3H6L%x zDZlQKocEKAUxqwLgT}c3>^z8-5y;V3?FOgO98Sg3GvTVT$u=cW6(hP8yFjGtxx6uq zyH7)L8!JK4m#wk)PZ|7Q2mYrU$|9zG5D*R<8!Kg{&s)T2-DzF)Coe1NaKe>r2_qt~ z;Mb zD%@?3w`?i5FJaw{bjQz(26i16!8n=#zUaTJY3k;C^lDK=WsRhwcl>uc6Ziqs0%qWvwMqbpPHDah(}E; ztFA{0u6eTE-dUpccYhnd>E^43%i}fW^`#f!HI0!bcKaT}W)_O`pWyh+s*(Je zsEOiMlGT(TYYl&2lec@gSV>T0F7SAUpUzY}NT~GJth9AKNeX) zQWmSq3Tf8`!mO{bxK4nAEKHgeiw%o7i|4ZqSL~v6X*4bJ1@p_oLj~YwgvV7nFqWP=ESrH!CMIDoT>!SN3YxR_o8HV%TGY&9AtpHF zpA$aGrz0ifooH~9k_9H|KN@j@RfA?M<<-c*g6a18&&KqPLV@V^9k?D;U61R5co9+* z&CnvwvnUj2Y9g~_XcB|T^qjoA<`_FCC*1HedmjE6Vu@6`K~}o`Q(uyrNqUTB%~*=@ z>T;%(6@gWfbhO1OhaF~3nucbOLOi-0ANc{jywv`9WHj)rIfG}bgHx{<&ve<&T$mhdm)ZDFA>>5$ppyFodZSxQPIIn5*NeX%%+{4B^`PCycN=k7#|=BA`l&DN7Mrt zJUg|KI&IIOzlcR>SOuA3aCLor?h9SIqdwYl#*{fc%4@l@--~NYWI<*?>vks`8}d)anWNn&`2uG zPa(r|IHI_b>|mUdjqFlqExOUIdNC$M>S@duNTD}-@VYL%NK9mvEv4lU-6hO;x^_=} zx;>a;?mebTIW}$Aj(gs9Wzc&1*D(dX%|3KT}j6G*+UvYhNF~KOQvfL>Db5$PVJP zS!64v`{DpR+!UkNSR%g|Iz;#vJUS<;Iu7X^b}c#&HNwwR#fzYXDFjICGVd5j5nk5h zG+FKN-FfiPc!t1H0)m%vUcgwSO>m8LZHhk{qXvW!6KXC$3r88M(pZg*M{GD8AP_pK zoVNGOQCkPhbq}Q$72#qaW#8qA5lv4KKg(4_PdLzm{(#}so`RbA`08S3MNfZ#=4W36xzj0owR`2eWC@;woyuZH`T$hEG%ECgAh z_mBOLZ~+^J)xK*p(rcRi4|WuzqIC49rT$UJ=N;Ay%N^LA=x<{Q-~5jZOP&<6g^uPK z#%}DKB;ILEO582!u8TRq@MOKR3iPx@y1``A$?*t=Ik@AEOg!fxO!7m)%h(PUCj7q4 zh~^a;Bk#gtC10)nu580u<6GTgf_(0)E4pWYo?AUGSg8p_j8|25TOAOV7(JaP|KGZ96mKtl}vNlZXDDdMKKj;m>(8lsdkW<}U`~i&YPw zZk%Y9z*~Q>IDs`UxL1^KKVjHvGC&k7%E|@f3vP|k(BPX#nMfe?5L(0D1b{kwQuG2> zO(0|@0j;VA=IpEnE8<2cYW}tP3qr+8LPFi+?ks{|=YuUASqA3%5cRzZX7X zL&KAhh;vMf^a$XAHc$?ay;QcRX{?cS)-kU^7Fsk0cX=IVXj1;XkzIP`_EwuPau;ST zbTqLwk6z?D_o)Wd0hR1s4DHBySQ#%HP zx8Tz6;iRi0u^5gkAvg@=JH>?Fu<`A8e{S!7)6{f}IJKE%JU1T;W>#Grl=w2DERqmO zk;=-XBSPz*Ywe7l^=FX1j@=${Gm9@0SqUf2Q7R7Hc*rn2lL9`PK`9}>PIZJpm|#LH ziv->xOvCi76Hd!$l>w^ol|mn_LOtdz2`q%Th2m@-v--|=$we1@bAIHgt6zmsB@BCk zI9N@MCrd5|%j`O3t5Lp-Fx>paz2mmrjZ?K}1nY>f^S6B8v(F-r5sy}nvrBhJ~4kVW8?uuQ-YKY7{x zfqw0cD2byw37u7VR(!_s7|XR6`p7IkeTuuEpwp@1Xy+GaWCQ4{7HX}+2)Ey01}1+H z(|c%2y~m`&gJBXqQ3UMdrVXqPNsE}kF)*kb)L8`=cCshydU}Hx9-@dsCm|)37z%RA z-uA-pMPd13+nb@-CO{gaZWVJowur;>IZ$#BBiF!8`Mw1QA@=md6K}=BlyGLxDE_LC ztTIk&G?dyxD_N`8Rvi7(n|$7&+GBH8zlQbhCeOmYCmj0G_8W|96z;2CnN({BHc?rIG`z z$cmJx!@{@s6{zr)A~I4y*1;c*Y6&uy2y`!nsGRyo>4KYZ%H^S`f%xgt@F;TcDX6rr zh)3LgWCqXKb+0LZzO$J@#1%j%D0fJ)7^24Pjb7S{Nx07IGga*s>BW4FFTT;JRJhIs zn;>S1uv>0ab&wotS}nq>EKwH`6hno=D9?Dr^!FQ$rl+4s+r+e8L|@GNY;o!->_~`s zBZZ4OkBSBu#$lGodtaLLQ;{w@%k=s{K-t+x^~uHI2*Q2HA%H(o^JKsptw442%@V)S z&aiP})=Kaw`AkSe7*z|mhAK$8!i*06NsUvo-fId6C4@j)mvd~UBWDRKI$98H51fHK zv6V%U%Yt<$5VqzUUG2)6$slPorD>#st_tgsCRPu&-@7E|SWiXGkP>vV%BLY}4AVAm zf7M_nOt?>c9~Yt}TSO-R8mBH>M1x{cfpLoRy>nb-ZK!TVZWh`Gi3e$q`z+{o>2QFB z$U(-^frhBMih?3IM`*nA(4BXSc=+xn=TMl9bXLY{R;PEbvu8B7A$lp0V?0Bp`IgG# zmZw$9h4*G9RF7+9-g90yVi)*aMpo8E0M>yi$akqLYtd3!vug#z-Lvb_$iqjLkI<%F zg5^*m+MgEt3n?LQA(m=v6~*U94aR!7a6U((-8kGsAQh;n#ggaL9w!k0N_Sv{YlIm?EU4yK44%4Je z${Q_=JijMgScBJ55Pz5eF;+MYAGnP`8?(Evit5anjg?V`z+|l@xr~ei(2pqzfHg%` z>nBIswY=OC?%~m`9EIJ&oq6TGUt6@XNJ%F#u$Ug@Bm_R=fZzA#yQSy5bue>J>Ai~b z(p?HqAI-*|j9IsNX^qTe@q1xn1J%s2L7Svpy<}~=#6_{`$%!jN95wG(W%;$(h#Q*Q zWkJ=}aI=ujj`DqWYiJ+~+Y%=OV*bWB1O0fCc{jB9R@tx*9E$eVDtFKZn`!akF5D8Q zcJnlw=6OPpSKC2^E&8cYm=CMpA4+y|%CO29Q|GsKITiY}4Ued*$CT>=rgcf)| z*4Y?t`vy$b1B{fpm>Ao4*t@az&Oe9Vzf-Yfv-3mocJQp@y))lB2cUMs9a=P)o%;=U z?A>;BrrNW0p6r*FRbx4BF;Us{4z zOG9;E1mpV&pLg`x9&^0dIz%<2+Q6c+@X6}z`wyxzE4@bZ5vNz*(*S^`zTk|%k*R2!>$9!_68?)uSp9Baf^SfwW0 zLAO4nXE0yrnj1c59+!j8fdo2xfB z7)G$t?tEtB%DsjH46@kYMO@p4RUTo!JJiGwVso`mBSKjnnJCw}u2&srDWJU4ZX{C$puUIsVlfdgV)eLfw1 zTwAFsmvUJ&*{8d0layN_XA{EXOgf2H-FnFwyN$r%axF* zjOj69JvM?bcXh|yNp=s5*>cv~gJZLXlk4Ov?(izCPup&~n?uw)&V}{DMF;4G_H;+Z z>N9KI-Q-k9#oypOk8~zyS;R0M?qxnTf8GDpeELo`ILS=&Q2QJ3!$f;VzEvn~{|p<$ zUA5^+M*exa8;j5~oQ`Rh{U+0urEB$SYmSFngVW@c$VG?7r)H{}qy1C!H;kIqlxc;p zsAZA_ELVC~MrN}Gm&%z-!&AKb4L?mArjvE1bzrzKt*R=W;4Q$`pr!-wMEH^*JFw`iCEw25hy}Tp!sF4L;jI99(HSfmS z0O9AliEkz!_g*p+3D5w^NPRyvD)42(HO5tSZGG=G& zbgMJ@VzBGsB)jd;!)aE;%K;+~(~8?yAJ8P9d#V#{Y^kkyW}CW{6t(H(COHpkAD#;{ zy5fMio9gY|Ma7Fko}lRrX9oqUM66fxB(=;%Wc{z=2sIiy#}r?$so(Xx=?WeLy58-S z=kXV+ZJsjQ&hRHwUmn<`hvzbGJ6UPc?K=7&F}%Lk%ToWLGpZV#%Bbz$!JMASZJvcf zd4piIo6!Qh5E=Mo&wNj%|47Njo7{K+y5B(AaFct})r{&%jrGI#c!o9gr9E18WAwpJ z`Nc2QVodB_hTpCW?Wsfy=HsiVL1`<`ejB@@3*dZzgc8UuZ8?KWHWJM{Bt{cKtYux1 z8<{^tIOu&*SwGP&73)|N0XpZR>*q%o)ETi7r%J{ITExiJXgQs zp;Gq|v3c%+7Uv*U^d{A8YGrb4X(OrCR<}2??EZiV7X(PqnHq{kJv}p-YNOPtOIr|F zGrE@_u?pq2D0-p1FoO$iV-(V{AUc*wD0~=es~`OCw(IAuSs_|xDeJYGE3bHr<=1t@ zJ8ty|jA5NhaevABt!+1F_6F}&e9bWiW#{jAx%;@h+1_Ndm?rEvSltaUZN zpgnH-hacdX<#5x-f#!CTye78`NY3H*A&P28GBFNwK=duQ+;W>30yfIhyHdD7+6JIx zZhW4=q-iNUgwxrnw8@D*+!Atnr+n#E#$VXdEG9{fvFuD26099ohkOB-P%!xjH8PpJ zNw2PjA41BeW;&W{34F5M@T+r&bTr6K(AxdeQ(cu*HQq=vLR^d?wS?RP_Sob#d`W_xzHWovj6k~f_xke(_8`1B@Hb)K1;1E}Y0 z&o!HXyz3v>!#K@JIVWqT+T~U?JUeS&s{dA7&WJ1F-1YX*QjHf0)W-G0)i2nEnM`MG-;Q3Ho0-c2Dya{bA(v7)AIdyd@(Wco*6I?;V@NH4EfX#RnY4; z)`QP$re+nETi_c30J4!_rqJS%-tce(l@`9fHW7?HQ%_9?+-f}xIfftuux^^Pr5Z7n-oM=6l!=FBr25t|lYjaMWMp)$VB^#kc6Hn>G+yJrT#gWO!Qqg`eJnL4{zjQjEcj?RS*z2K?7-4_q2mF{ zVXq}?m%B5$buq#?&&e}nv6Q5xxG^TaJH;G>c8mQkreyNUau6-9-q*y~oFzVo>9pz1 z#uXo2EY#Txx7s$Q#?74sljks1{1P*VsAJs=VlcubjJry|#hx}b^pfNEns*N2mLxHEs?sCK9dP-x>>lzNr*C=vYLZYBRvjiPV1*V%L zMu!LVt>x)~)g}=Z%w_G@2M32|m)Kj$^{bWa?tXQ{G0&JZudfeCe%Xb_p!t^z35-nJ zX2ao~t0!OwM23n|p0fQIkK1$*W)SRq+mhKXI!->A+s|aeVoDRjth20*^qiLZOB}kZ zM~2SeMtn3htr^Jgh}SC@6!DUnUBIv6Z|yNjbQdnqKWy+1tqPqllf8+qW-DtoAE2_< z??SAYtIXf~y4GJ|=?R@u$9XL743zy>9J8Mj3NWk#qxm5rAL&zTRKD8#ys@WL*zUk# zeH}*LrF(0x+y3>UkB)7V4{(zG1Vv`$W>)Vw#*BkDY6+u87Vmw~$RR*&JKFXZbiJ@j zJc!}9@VkR4W*mhZtY))U+^2;dJJR9@AMRy`s@u^eFE5fgV@LBncX!m`!CkvAJjhU0 z$*nDSYBwY$eJ_xo(| zVqEgtT7UdI#wlAaF$~9zGcROg&-{&J;I%MRMcno>QYeXV>Zy!(5xt5nHuHn$f&kad zDHZ)cf}BpQhAW4TbC*}V)R8`@^sE($KLoLAacdie?H2+@GLK)cD%dXei28{x*Gu=% zBJG{my0Vl8-PEBa$o6@Zg7j#Q=^!t#)DQt49Jji4=cgCrpzTq!0s!kRxDr=?Ib_`I zM^&eMdw{b&#}$6;4hH8N5n2%M)~G(zVtrg2gTIb_LT~s7FJ$@!+>5fi{X7>J{%h0x zV4qQHdL41QeIJ3gGNK>Bt0${l-u=lj1Ns+szZy4?!D#}#{RYQW-`E{TJ}(>aWrijfq()MBfLV*Csx}!8Jl;AJ>GZ0N?i>6!Orp zQXcNdd!%(foV~-9bone-1yVP!(hD$6cV~0Gsny&D58{FEd3||;sj#Y#JMJaCvf&U+ zBw{(T%eQd486Aza8$4${4u$v^4u!p6DP(s=qig4RdyP147TRRJpnki$U8@1E9k;Gx z0$blFV8n*MyfAX_Xsr#uO095+g!lIoFLm@6(&{qdUEmu)v+0j?2;8#t1qq?8?BvNo z;Js`|Ydf2&+B|+B00~j5cI2I}GbiPnpO~RmAh+>US!X9M8Si!rD6JXmFTE-UcLj2T zfr%1r-FJxz`*dElyT;+1%g3Gf5LRtStu*UzBs$H&g{Sf*$59zOBQ#b)LG8Q*b;a!M>0q!!)nTQF_ddH(ErO8&4X zEnX}LN&ZP-=w{1Y&c&v4Hf7t!*4}_Yt%-HHQfR67a-Zo6|!-f6C zRlP}wS!OycOt>>!nBg@AIpr@mo+hUFFeA9wM4HM-Z6iNZDR3$q$*}>Q z1I;s`l{uB9-7%i#>r72$uHr2fO#CGh|B(6|O~S?uOreB=7(|nLrIvU&OqRb4D7o@4 zE07-*S_)!1%|QqZDvfC<8$=p3YnWFvD*?9g?7Z#F~bhcg^ zT@zlgLcpA*j0zRBFV*3ji%Bg*{~Ij(R!j%F9?(W0c7PO3EBJexISkrEMS(eLWRamH z7JjZh^H+Ok=Nw4$8*ct6;!*UPUX~hz;{XXQ6n)0hh785n>rqA2%iljbTas0O-sLP> zMr32dJ-8pfhCxCCYe5{-8kvo~Fe=P2x$d+Mx}Dp8)Rj7ys+l6Qe$z3bPOlylJB>go zrX_ncZ+vI{C%T+!cyhOLs8@}hR}G$r%7WYa)A06u@DF;S?xDW&TIyDPc}P zsS+MHq^y?9ynKF6=tKFPI1I@Vn&?!ELZh0OQaIW;EG zT0yp$9x%KleV^f8PT7gP4$P3_V{g)x?^k1bu8v^BOi}vvMKg-Qg5MWIVY6YVV^B`v zRw4;7pvIjkAA7~kpuVswcZmjlC&ZPMCZ`>^wgBr#WLIM4;Nl*48Vr}+n2Q%AtI#($ z-9s%SgK{yHd~TwgMo!q(MKWMqBvsdmt&r-G)dq9z3&?J9>_E^9-IMwiG+%uZB~A|? z%1ss`QJlPYUw_J(LLr=JOLMI?uXrs**#`aA=dhfm9WnXFn^|jyfMOU|976hChT=zp zC@}&^VF9AV&3K;|U0~{xRrm0N4e2W(Lm3U37S?+uc$dj5p_pMba|776C%XnM;YO$q zyf$bSvM>h<_>A@h8s9Ic5pPaWj&~c{(eC02G`UNNE@mV(mhDC_Q0#J(&0IP`u3P-k{R}g?Jq@ zFXGAdsJ$~s7(6V)%CeY*=^)zqlu*(XaZ#hA8-CoQ9|Nho4t>_=#xf+NG;t2C0>tww zrWKSlt0Mh#B(iI3$z^YSb#FDJ2rWs-kqa+C{r24OyBo5i`W< zBALw*z@yw}F{8TT{Vu0k{NVKbcQnoQQcl`t zbcsWMjY6M2#Ti+a(`UDw`4}|z zXykixj=%7tQ^O8=M{H3D*qz4zPh>OStAgLSZW)MaYC$N_^M;MrH`(cXmzB{f%QXVPVzi4HEkr5C@CjkR0Wy%D68q)wfh-B^R-R=|BOJ& zbKlk>F%$<-{=OIIH>F-`jhO4fVnWBpu?o2mIOy#tKGxe|Vm>GbFj~i$4C6)L7Wykx z8nXP7gGGzoDJZkkYncLSEPEh3%MoV+5!8H?@lEC9kaTq(?0G#5vwGD$=LMg~j15hs zDwTP6XWs^(ME3Rela~#33g*+S8S0jFUMVv#mXi*RWNdUkXz= zcm)+o{|)EfC0w9xrp888JtEsaM(P+3CGpKx6+2*bUh~$j!y2gtx>pPa{9}M*iq-VT z52NsiUf3udV!X@2{QJ56FGy6W^nz)@Y0T)Ta}J4!wn%yd*W> zkZN;F09kkXBuJSQG$ZmE*?1Ho-+fok-RO>S0pex4jFE+qH^aRA17s|et;Zy8(~dHX zjl_)!y8=k#A+}q>#*-Y_yL2tAONteGg@F!}eT;PLMFD=oEmqK?iD44x{ zVy|pG7B>=57WR>boIexXd>O1ma2m~S@X5amHB9C#{me*K63>Zrj3rvLUP_$Rwc9(( z5Vb}G?uo*G#W%6RhohW>gr)Qo(FL>eyE!Gg? z`Q8O1$#%Svm;oIHog~a{X&Om`ALGB;r1C`_5hv=-`FV^C7IE$w?;?*!G>Uw;S^Tae zSmf3!zRr#Tq{PXGFMtxv67!MYYRhUNBdM04sU{t0LWc;MaWYSD!kZrUI{0LX4Ou58 zByAQnZB*(Vm^eHWTFve^k4agV<1jX&f|-kg?ShrO;lon}c{{oXVq}19vYYcd8XLb6ENwM#0xgIe}4*}Vr zl?_dCmDFzIpu_ETZ}Pom09J13F9n*4;@^rfbGhl&D^{7;5?4+5b#52YRdoql>quO< zPjsCP*x8)fy?Pq(gGT@|>Vhue;fAk7^oTXzv>>ByHY+U)V#x0(b=rT zOtDM2l&iFEvgw7p{0aN4UJ*|(X8|Z; zT|FY&m}~1BZZdq*cr>Pt*-DMr+4Bo{r+7DH_U?UP)s#a3i3Z=?`I4}wm0UIolbg0y zfcsYI2^^Kn&=+s&L-Go8eft9mVeEPjfqWV-a6IA;KZ&wM&Ic4bDUY;$mvk<>uXR?7I8HqY{~r*(+Ymc; zyTS$9+7I_K56sq#8)fSKL$RD=%S!JfRp*k8nwyaY+zZTxI}Ed9wUsZrb#2=Ve{r1J z#Ej}+Mz;Muv@6xbe6sQ{NvlaKy!^}kxt+Sh)NqFD@1?v>Wbd49ybu zvFe+H@c8en{?fm5lM~T@o#Z`$>5~MaPU98sJLq#p6q&7@uG+0e_iDc1q zoPnEt^0t4tW?WwSD@`&r3g+6nAL(oqbVG9CvT)gfa4r9Zaa}SO-btUrr<1l%2KSfX ziNN_Zd}?ApdE{Rz=R7%U;)r+tFJ$)@?`2!L(kAVmA~v0RHzP+6@LSKCNDrgqL=wRQCj9{j>Gm8h=NF zMeHNx4kAv8-F83abQAgt#bLd3;g@Nh9glQXwU-Z`&0f2(_K+>Lr2!6{w{?9SfdjL3 zkP(PTJ`HWXr#~_wy^DIf3@%D3wJE2EueC<($o$RuEWZ~eym$Ou;KOmn?YUkq8RrHR z^vp|8+>9|{CVqDZnd+oE2P{TMCw7Hn8vx5|gKOa+`J&0}S|bUP)=~r|>cjYD-qZzr z1#HiMxw6{n0QA2xzR-U%zS957_~hS0EmSm#yOv8xop{|=whZkAjtU2Pj4PW~G*BNg zU-z(I=2>6(3&QySz`uz3!^v{Oi+w2->dvU&7m|=7pts3j#Qng&vf`SR8fbrVjkn;d z^?3`o;H#o(FR$j=%;l|ntL)CNxyx|6`zIlLke)y8I3%!tsqALh$ciq`C@^WG(3tNZ zxH+_1H3Wi&ZLjJ*zle^u=N^iF7jYxZReAq&XEoLi+|xX0m(%6*0mwQ2d5vO;o}??y3OXr;E<(MB76_a46fm)SJ&yhUz+&tuVpt(Vb?h=v_8$rwjjMt7+AXipKb4be-z;A z?*dY8;MQub<3`gSm%br%Fx`-%8+1%MV3~v9TRV!;lH=o#8(sfv`XI$k@r z*RaiLv5~Wyh-}Q?MyN$#Kj#endhf0kexRzZr47qT4)!Wk2VygREpkMh^_e~fo2^W7 zF}YrJu>*Sno#LKTfCT-Hzhf@Jy;ny3f@GI^g}N>u9onvx96S*WBx(V;V~?XE*J{HF%iQ=VtIyya3?V zxI9`IvdAmeJvFSbH9fnLM2PicI-dOYA7pTC>^vdmx9X1vG4hdNQS0_^_3n|a zN$gOl=W?zX0#dh3A30vO?-zl;oFMSXBrtt~A=`bw*l6_>I^d>%>zQZ>V1mWV(g1OC z=?!zcfz}&0O>fAcKj?(0=VvR1`OErbo`?+L%J`~a9DOfw$x<3g{3dvS+m-iCZsj-0 zc6rOHN8q*K7*j~!rSuJBXf45_Ki{*4nYsJ25JKrG%vvw(UrDb~27}nBhEo~-@fOsR})``jPX+9?NG-Xa9|FQUoM%(GDbi=IXYAo>xIv0^cGA5iRqCWh5$ zdvO2G`haQwVts+|Ie8`_>|jSripm01c=ZY*4UO=sh40@wT`srmeBUy^!F)OHg-EN* zk9PhF6k^(kkH9V-m)c_xI_9Yc$>&+0^*(x-DxkI1&{E z>xy*1k6`ip!TwQjz?t)FHnp?hzF|$hs5%N~2+MvVzZs(1-hsr9uo( zMOKsV$Moxjlt<`gNsQ=}d=7mfzV#(|gBPc#=Ene!5$}AzA;2cDTb7Eh=WJ@mHAsxi zs@F{u>gt7Q{eu!GK-xCR#4mS|^wCryNQ0-KMq}=!f#w2R4|WQc-fT&;za#se$2QRW zOLT*cEf?8Fg(a!!%dEF`_GrVaw{?nl?%oej%SjGRP5qyj-Tn*X8_#4XeQ0lIWG@~x z3n7q0@>R*S(F|j@#m=CA!JKu++n1w>?rW}+2VA`sw@f|Iqk$_&e2MC|K&)_8km`9H zv?hHf;{(GkqtLfFZYRt;Vu|UFfI=FKBmSLF@TO3$mNJX+Vsy+LXFu71UeDqO&zQc~ zTrqM`mn?xtRA8Tb{;(0Hb>lKJrm)gZ=pg+VJsd~S{}}BT2eUEy8- zutgBToQ{`~_GV>>f%MKgqsVbmH-gd{w=!){%l0&H7~80BLErOq0``pG}2h zx|a1I*(Kt|EAjN|XbWsx`mSu@QqOZ}8gyI}sYfCd4r_*W49=c`s1b>sLu7nXh`Bnz zTXeVTL>HszQLWC#CD{=*I)x2RNKL3WB9Ne==0J;+rS`u`La8u_t zz;IJ{7ydHc%?Rn{#c-8spy!Ps|Kw=2$Ct7n)&$@UFy4IxZ-IUWUPyKK7)K|14eSB+ z(Pjz*cZkhUX*lYZJQ0VY>dx5v43T0vGqOf z5>@1&TQ?9kcj|DDobU455k|QZvNikl7B~&i)vot%_ahT5SSc|K#Qe?D%9_-QspYZU zUqaULIZz-CbLRPh;5u{>O>CY*;2Iax&^iu_N;}WfTzgU%Lq;Y2gPNjGH+mJoKJ>up z>neq22A(Bix$k{jv%0Zr zjkI|-jt@t?2CGXO=%6lWMWHquJebnfKzTW=o!7J`L;5!7dk;I@*aNjr?!)BaUfjup z@Lkz~0slV$p8`sLR0&d69AE7~`O~fiVjK_8z++sfJBKS7TB(lm=;jt>yFUg2{#vTj zsMQ)pc3a zG8~kbSgwApS>E#rr!`Z*n|(MKF5Z2)ztBe}@*~36JGW0$QtAax!Mzma3TY zJObZy!$hdilC`uKQ1UTDMMD|{AYFPmkc$qR>b)LnF$+#&%{!l8t8n>OKJ8b+;f}PakNTtK#%u@!hS-5BuHv#R8Y{Pkh&H$y~0-qI0HZ z+osjpfKj=Oby@q^-+c@PH+rn>hjp|yp>s6;lm@{o=8pc`0Bw6{uMJLj8KZ%p$&|c# zpHt}pyI6mG0rQWGhH~vEy|Z2QK@h|95>FZ?_+{|qw>%dUB+!5O^D}F+>ob}2Gx1VK zb{rv)9_eCo`x+G_s7GO}!k_}u65P(*x=$sE%(UUdcDz5xDSdQe%G5X;hZ={sKn~wN zhT!2dS)qgh8lVhQJR1jQd8=Bu|H!x&)YwSV>7NG`WPbu*;^Oi9rWjPrKH1I~7t&gv z@X?sA*@So06_#TKWm+d`d1^!e2d(}Ud$T-^b@KlA^~UOIj#vt6e~_{lF2kcZ3{WA$ zdO)0ChC(18VpJ}On?1TU5 zeAItC@NdR)gv~iU5`>O8jsy`UNlZ~ZTB4|8I3Mei5x2GYYMt>@1{9og{9fI-(D$Zo zs^VltNy@*~+cE$Ect1b4k__1nswYU52BMtmDXHXc+Oi$q-8p@{yu3L1j=Pi+s4UT_ zboqIBaI6@e-`7;#e*l3%I!TvGPrkwr3*hw5M>;PrukRX&6R1sLHC420uS>{c!V~&b zr$&a$1bai{OM{Cn_8ec4nmq3qgQQbYq?(25$MI{zo1Tl*wFu!y#B@tIonzL-b75b& z-d={8REnC;a$QdPq=*K=t&#QE9ko_Tu5y+Ju6Vn0*QYy#=FI1h%gf8_*l-{B62P!D zv5!FJw~o2JtVgle998^rwvN;UU4Rd7lEqw3TRqJ&-qXo@uEo*E1(#2bwB%Fmh59Ag zu=1EZfay(ni@4@~yA0p#qxxEskZ|eQ8sQs($-x`>6;I^S6JN+=n%(K~v#tMSox$Vz zMdp2{Hyc(A`ZI6F8{csJy~Sb*EqTxo5!XcSwFgyeTmqnReW=g>JGx){_>hN8OQc^&3E9 zy(RA3tj9j4)~OsD5`Zp;8GNc22U)FK16jv9=Xm;ggiG9m=~Bi^n_>unbE#9B%0_MY z9y?x5w~(N8z>^dpk=psEm@&8TPpY+D;rp~EZnG(0mlgA)TF1sP%?WYkT@?(UD&0k@ zk?zNDA^;JR7q-hp(^#WQ$?6@>>hBL!fvnlLgby(jUNN6{zQGS{zsL7@*S)Mx?ARx! zk5P40U(3#ytW+&7x@9O4jzilzfT=^1iI))_% zU&f!aIm@BBigbNgY)^3@xbs~|PBs8PLMO+#+q92ozwdVx55Ucj2FBb9qxb1ne6D-n zL>HQe8%m#`?(lK$W|b#~b~CKzgE!7&gCYAp!{bI4uk0r#07YC%ke}5Jkqx=cSkCIm zMZpc9som8gMM? z@j$=Eza1rwi^_MGlhO)kk}|jG z>OkqgPeLjY|2CKWr^U}nXld6XNFOa!0m=ax$^i+}0qL($*AejbcL~u)B+PMuP^KL4 zT*i7zDUn3tKYR#h9q^93uH=q6#+%##-EDFJJDp`GykVz|lHutKtT$@FLZ=JHcs;l7 zFg=`KSD5ovy-|u!gMn++B#@`cZ;`G0J?4*I^SPHQ$9e9dXSNS;Xtlddcm8eMsq0Gb zWBJ&_ca3lP;={*e-Sf}#)q3;W%LL%K`>ng?g2yQqXKnqyrnE6#)bVkyrYkr5tQH6)2dLnBNrJkv+swZ~yBnlh+Q&z6~=pD!<_E4~+(=6d*c>UY$P=@dIs{jAJS{BrEp;?G)q zuZLkBW1T$dqsE`9_>!9%rj3Lzu+%#U)|R~B*YdDJRlwAP!B8QFmbVcSlwC zEi+VQ=E91eNBWl~8OzHWX9Q=pF33;ShF(lb+wrIM8n7bcvqeRGQ>i-sH0rolV^i{R z>S>E8egD;b2YODn^-_^>^l1_Irb6=%i$^s!#pk~k$M3)HKRpk4`KjFE)!L%ucmHtt z^cyj!m%{$(SNN<((#!9^F!tR+Q9aMTBn2gd1SP2`L6U&vup|K`35sM;iIQ`M1<8`L zfPe@HO3pclB`+Yb#KU) ze(UZtE6N+zyhXamzgS0Ah-|%sn}?sc1Fhx$bq8LB@KG)UXB$Zr;NuFc&a>Vga1~#0 zhy(^j?Lyxp@s{|?q^NSH1ChTl({y9}uFD+Y!2y?)))c@KU-F62;h`fQ`H2|YcWI!E zpkA>!vZV|^#_Ll&nYi`yGXFw_l_6lDu@_-uoHIvx;zEz0KBB`a7Xlp-iSf9aDS$W% zv{Qj+t5G|&TQEvqfRw>m03|@nRD7l4v*AJ+wTya#}g z+rImNol>9#2xwWDfbwy}NO;fc;v*0)hc$&b|9Bh|N(3^Sotva!$i=@tV?~ zs}OJ?$1ao%0_;BqUvSi*JuskS_}&$~2xtk`^MeKmTjbC~fMAe7jn1L-UfIy$f!w6= zsMKX<6Yd9Kml_rJZ_)?Ew|&Z-*AqU*3j+ma_WfccZ*w2eE4-)=fAyY&RD&o zzSn4&*3vcYSD617W!^0xy&Er?=Lk<-dZbfL3B=Gud8wwWe3_@SZz^f&!Nf2l?)fsesUV5I+MHi9y z6z=9&)P*j}JN;KG?C;E-e60qWIK?-IbC zP3?E<53b73`XT|H4*=qj0lNaz*sIe`WQT8LYpD>qigXA2o~Q~gkLxVDy@koT%v_xb za^biC<1?p_jv5=n9}^G$g9kyYEV^*P$9JXC9$MB@XPjDTU{RxdPC29qx{X3NZ;31i z1f9(K6$6hmG4+sp`5^aPvOegge32T{(C@u>$5%hd7i&k@An!Q-*b3yI20?JBF@|ys z@V(6(eh--29y*5GcPV}Q-sh0j|9#Mu;6|9xq`sO)=p?^Xr*kw*X|gMKddIte@q zy^n_rGc^z3c4bkV7sp%0xO8j~+eUZeyc|x|T_)*e9KwbpZcK@r*sC zzrV*nGY!EnL4Y$&%=Z0piONTtqK7&bxCE4Vy;in=hKaN!GIIque&*66 z*Bs6#DRBNGXkaO?*K)hR*br>x78>wLAGg22kU!`4EwT6aMCESth7v}cC?KwGm^AbLHuTxAw!-3}e?O6=&4otroz>9w`Uoo9}9y!5_V!s9R zO^OKoPHePSJ{>y9&}Pg28Hm{YZaU!idD+}@M<4a~%w_%WGdbEq^6t9c^GD|+xc;Me zjOlfMjf#mI0PZ$twmAF_$74{K(s|Pli4L6u?^>9OYd;b6hK^i!Ahg(MnxN zTIiK_`H8NzH-zI(q8Vvv)nHTWWtFX^dKGFk4|f0fb4M=nYrt_PVodRuXx<*;74Td# z5@c6*=5sb;H8$-9@fjULG>7T4zCvypz}(WpP9!UiXCbgxh4Q4ie3^x(3fqTi)UH_w zR^5U8_46S$OPq1$A589<>ENHSeN;kwKa2h#efc3Yw~54TZ2DU0O8N-DI|3H9g2@b* zN!uz(4e8~^4H`(+|!2Qp_i{<4ao#AN7K+rvYPJs`}H_8L_(%H%hR zO#n~h@&-2Q&g80c>%#T3W-r+MMCI}xvf$HA5aJd`=$1visF^<2V)XbB&WiYhcUU#U zSM31J@Q~Vn%U-p|ha?EdN3Q342JT()WquaJl`T8tL-N+kCh~1tjmM1wWiN!a{RYYd zUrOK{Q2%ZTvKnwvIfwTba>!YR$ZyGJgYk0l6Ujl^`QzJd%%Kwz*Lj5ZG4k79+Xj9W zR^=n*l~vPL{;dB@o@cwurT_!UZneUcQ3wYIA$Wtxs140NHY@!FI}KK0ur0f^?6j4Q zB_F#K;j3*9IbN8>;<*nD8W?KCJM!F|=ko*dNZoh6V2^#8WvAacASMK}*b$~b+>6pX zowr$Z*3j@-dHuu0Z}h>IQJn7pg{OR#H=C=M@PKyR>t6mue)C*6RW>2R0kpSdtKi&k zTl#f~XwcD6^9GU5n`_`#IvCbIlH{AF@W`5 z@0JN|3xh#?Ze0SypNlT{RU^%igGCpa1e)vW{0ZSY+gd5t_vYzp4Z-qRCKfm4o3(YC z-XhuV=QD`@;|tq?-LTz7xNdVwQ>V!$JG>Jz-+jm18mMD>&%s=hU@k4Ol-OIA@WA+! ze`{6k5~(R+!uq`jI)|>s301c~F?KpX31&PAD(|EMx$OFtxnVZI;=W%Ta6&3!@GkPqUJOUOA5FxYQKtq4z} z(ImMtaw|>SXTGe92lTFJ85ae4R8HE^x4ql%OlK0XeC*0Kskh~x!Lx?T0>5>soxEn# zX;vQDCN?m;&S3CO5EiVw%8K6i>}8S^n)z)Sq6ldsx-959=KmmSy_j$XxiC3W&ymuQ-m(ZMI?zQ74x z6wMQ1)yFb&YI+5AfbRr*-iK8+jB_%wNJfO;m!^j89; z^Sts4W$Qr?Wx2{QUHhUMWq$O^znhtbn66)B6tcR5ct6WE;GPKuP9&HonT_hUXiw$} zyCtZ#ki{4K$oI7bY^Sf2%c}mlI6se{=y{LJcdr%ca9&t-bivQZ&zFD#Yn&QgavF)a zH{3oQRvi8O8#{XJp8LTXc(`wEQ-fzn+!eq3oV3)@KPBHoan+)>y^Oi~n0ne*qGs-} zsqopceo*{zg;^ZR@q&0Wfs^yQeYB@5V{rp5f=SEg9qOGt2y0}ylD?>Cs!q6u&B zLK>{%r@u|zU1|OYmG?mmUzq0_*Gjt0h<0c>j&f-LNEflrj#gral|fVuEyq3!!=%7U zO#bMBJm9Z}H+WlGu@QG3^isNMXu_h*nUybK3g?CIlRK|52BNbQ@3Y9IG>v zm&cDoX2}pd$h%3# z)-NENN9FUYT@afn>NXaXPQ952j2neN9Ta^MlkW@AWgDTKC%4UVL+fel~TBIn+2048oJa38tyh5_!XKy}hKy)sRQ0zYnXrEPFdS zFBkUYoA|-@E+-XdJ^>fAktlYWs5zFE+9*vl$+cXWlfmx(*^r2rMbTw^IbL$UDr0*u z-`*t;(6-1@>i}FGRY6@rp*01UK&SRdEY^o~Mjp{eb;w!yBk1?iC?n*e>7{h}q0Ul) zj*Kk69Pg2f@ypCPE|>|*AzaMqbchKGM#UZ1%my}Sr9{HHCGRW0W5QJyl)Lbini%Av zzKmVQbzDX2XKnq4!*#PRuWccgw)g)>8D zr@~^e7p9Mo3`WOR&9=|WM{pP&nNAUIh0eoGgYZ>MbEMR-ZD|7_6FG1)e z9LunqrE3O#W01@79>yYqep{Ka?QaGy_RpX8;K;=$4=+JPCkM>DVT{Sgf0kE#eWvpe zE7FUZ@{4|7Z+gAplsfu}{ZD|W{xt!?-G={xxK+Xbe<1dMFZFMTyCg}W`u6|Y`A~OG z%JDfrCRZOes$yI670sL7k18Ug`$>?5y7pj>{P^FO@2gHA9=8MsC34`|+PL)-0y5VZ zu20tcT)O^+7ylp^J8iKBQhzA=(4p<%jmwh^TuWPH!mJB7uu{!{GC)2UGe0-`8h4C$ z1fmdo5U2~Z6N@?99tEO)UNSXQo$)>sn%HKBC2M0%D;L2vi!Rrx-nk~9jV)$tK7wCQ zb8~L$g zhQm;Qf?afao>$+bht@SGBt_rsKwjMf`K{aU$|wco-TG)L<|1y}!m0l=1zyi<1LslC zVK#2~-HD^b!WPYIWVFgljdI#CgZS}h)|NXhKJvL)3i)_x(!H;==muE%h;NIqY%ff|F2B025}{#9A`*8FlF$)!u{iUr ziDN@|Nnr#UEY9Hp;0=nI;BR@z;@Eiz`;H)=w>5modFXu$rVFd5PQA2kVq2s@D&=J{ zo*f@9WSNgZy%43Fp_O=IFT0MlPA5P@P=Hz7q+sw+(4@Bo68~D}z!&B+X8Zc`0AXa7 zvRZclRA}5I7CbED&02SH11e`=x>5l_P-N0(_xSd0AHeV zYHQkK5d%w1Fx2YaZA8q{oz{U?W^deJS{L|WOXvGY7D5mA9dg}=^FB1u0GKES6$1pY zK9@(^4Kq$tv&q;XS+ya{ZH@5sF5#f)_7bn{Q{Np;|J7gY?E1LA=M?|C-dLI(=3r#y zyKGJ6E<^5Hc5yTYoz`h}-XvRK0QO<}Y;A4-?qk;G?(9;5!ePtZ2mvMYgL4N9Tfo@a zk1AEb_rkiehxqgri1+ir!1;tpmU*BYs6@T%&EWBpEzIMvX;TPf$1$IL`ic_diCqq6 zf&?U=!BEcTB|)K$aO0gT>Q+CMyo1bh@L|)r*lzS59%eWUEXEsnpCF1$bl6yUj~=6I zET2!Xj(QudrOpqKQ{Z97XYjz_wHAw~Lf~8c69}NIX~^hsi{C``4M%8lcuz*iH? zeZu1cW3hL;NeX~xD|<7xTqU;BW_o1OvFR7Mxx%A4s>TJM{LF!LRpm1{T3utp~x z^Wy78Wkt;)q)RM~ExisWCg}?2c$3SwgH_klISe;iBqbX_7gLm*XNgwDHjY6`SjpT30%TylPY9 zkf40-`$WKaz``)pdI(OA&Q?nYCJT$~ftD(&z;0C~S)aX}Y?v}r<+}vCW^pS)<(1^FAK_(__`yCSLVjIeaG)S8u)D%KPAlJ98D6eiIR}yKEhR)i24w#31Izg6;1Q z46k86M+1$?i{4`Z=yo;q_X$$v1Rt7sZM>9vBH$*J0f5$>%609_(vFS=H^${eablqh zHw)$qJ8klfe-~75QX4NlcEeryR};Edbm{K8+>sjWcmKtI6@6S$;yi9-BEx!A;<6)6 z$O}}UZWj0eDG`{Lh{f;(Ot92It8(5>AC;`2+7zmK8@8br`5IerDURJ^%-oNz;pSAJ zJhgPbbC2jA1MIGa3Etuv@W9El+S2K;Pg#D;tqA`XS0AsLdPM^wldT27=wzLLCQem3 zKf?FQ%OPPavS;n$AfU|kCa4VIfkE!#mjByb1+4jw#$}lf09U`Rp!Z$bd|{1%=aATT zCQiIq9(3)>e+M*`m=$K(W%jGCw!oLl9JTKlb=LkPoq7_)Ll3dJuE9$ObL9UT{ku?T zPU!gKGxdNoOzeSFRo!oNdoi;8$MbBCtup6CQ$_bc@7( z->2|NPGK(=8g-VB;0%FE?Dz^ROx_vtN(gqfK>7{W^GOW1G~6}hhg-RV>;LzZ|Bp@l zw`F|ZF4+HuF*BH&gah|%ZbDc=&2%HbYin6!aJmk|JL9k0^F$Kffk>^S`%I$ z95ykwN~R^mam#O{7%FUJv{Oy!mZNpC4?Y#HExI8Ra?gBxW5^FbA$e1~4vw2GMl=G` z6O+9sm>#Y!3&Rp-wc5pL9LTKmtp!9tIdGKNb-q;QIU7L3JmF<)QE-gZ8MsClUQ=mQ z2~lm4%s2qjQfmXYgJq=UUdv{}m!P-;fkRJ%)7JhJKW)WT7SNt;8%`OQaL05Vt&QC< z9MRa%^x);*GuOb|ng(ycM1pd}kAi0Ex|-JEye;g@&SpAoX!lh%bCxk=oqberDW4GWG}c+6NkP_pe*y0!X*3@egfBd=)e2ZO$YjSRqF)=eR2d^HM)n(i zet6mxM|m_|!sjjh*Uwr8aV0q#^ecD|zY-YHRLj?wyc(g6lL8j5t#k*a2Ph5Z zaeCga+WQ9aJxXqNm z56|C6ee@N@6a4ssdRPG|>?I(0#`He{?99ncXiE6Mho}EFK_R920s&R?6D`W9{{;iEeLNDe76G& z63-)8tVqL3+-LBHyf=Xk(|N4#T}Q-&}=tp1tQMA6u&U0LVLZKbGI|7g@v;S4o66dzj`f zt%ARqD>(}DVw7pm)2FGa`DPrJc#c*5v>!`eWLUjX9HXJJeJ6?(kJ*)<&qO22r32DtoL8n%IDDi7l1E z!Cy>x1q;P2!(znw=TOZ9-92BNsPfoIymWqC!AqrFO|Sl9WrbL%g#hiCre^JaX}Y{r zt=^nluDp#54;e1|zYDO=vWvKOb5looX}EnL>Z~8PXj)s`>E@UfYR*E7V_vYy1`|Y( z*RxAVyxnIB1+8nZ%qrJJ2pltwN*m6?LmhUS#9HJhofe}ts)g315ry?m-}VEJ6jmUvLU z?TS~(^Rr#5&9{r$J5$Yuk@6!Wtfh3LFGmN?HhCE`W@M@P_rxzfUJR^v1LwqY{MSC6 z0E<<~UiqG-Z*!ufwYKRELvCVoQ8Yx`a{gPVS$5?B7^YBgH~wZ4+#~>H7LcRFZC(Jndv%l&)-`k-yi0~)0 zp;ZoVE+unbHYGWoUEQ%))X6%XfuL4H%JNv{gK;U5+skY7k;$#M_mrei4I6hN$>)lQ zB=sxGG+3#W`@HMzKOInOlJ9QAl-r5mA%0c23dmvX@iIkDO!nk&1ZQqN%)Hu!t2mr8 z^zQrM3iR6-5hfo+;rKKXQKh?9hH)HbGOzm!6X2F)(Y{Y| zOH`&HO{>&2c|Yk5KYWI;KRhfwn4(c|97{yIJ6AhB2`wEohe%C?!~K=iz98$k-T&{ z=8Anm;XHbO)a^r>;b7|Z9h5h?;c}OGLD2U?-8l{&@8X{Sx-$eUR({&EhF4!>_4*xi zx_=OrnMiK4R>DYe1c7`!WKNHaF)?PkFD)+%(o%R`D0NPRB`V)|^4HCbfv|ueNKQS1 zk-~vw5+^!1!rZ!9b-h>H>e;26DhK>R$bUy-5Oli%+J-&chj~!;%O`FA6uoMMuP%$5 z{F<^&FU_RT(~O^w|5JKRTLEBd;-QG=@>vm-Q05F)3LyJpR`vHTWFu35#(=1nLLzHg z7-;Vh{KY!WQmw7aopBU&%`v&DGB3zNCx;l-s9!!lARACvF<1fBXwea)pKpgG5pSZ8 zcDLG}Pnh0bJo5!6omYB;-JsgWKgs1eNd_sy!sFJIUS{6OD&|f9(#qvGuNdUH4NyYw zlN%j6@$?$Ja$OG{t~m=iC2tPw5Xt1*#jcr(G+jPCTIEf0T$XH_^K@js#oD7_EU45G zQV3@zNw+?Yh>Z`^dkaN`4u(0&TYY;Kx`%VbALu?@?M_+qn#0pZ<;}mds?56fcVA7fn_ZVhV(L>g|{&eoQ060~YU1EQ7 zYivkzMoTK|ekl0s{jdBi<-1!J&zxn{zx1F6Uot8U)z$iy^O~Mj{ zJU-^zHoszEdPyd-&F@b3FJ>&`R$@PD-a1w?ws zi$Og^{uqD$%gZ&pcJcD!-9llTi|8BP=&O2@HS<~V&AG+%%?}R+vaPu2)}P5WKJD)w zu`x=K?J`dZn{WDHA)Z?b9SXE#YaTneB|2Xq9}+I|@cx@t8k8FzB0bsQPXkN5ul_&Rfw~xGfiVr%OgOI z+~LUc57n^=4IgT`l;W!^0!J`&bh^COcFiMBlK+qQ@Jk z>1iR{ws+Pe>va+I@~+B|zhm#|lY8oaX{q?&+GK1N3?heJ9;B9pOH~4A?&`_!1%KSH zD~?7yz)#G~C31%(!{f3dc!J2+T<+8!Nt^AKmn?~wsM4u!1qL^SLlQjh{T?f3j zdPGhS`<|4Gb@4w;dl}}7;Q{=Srf;3jc!%~JfxlU*#GdTk>ab3p?-^MZsB}B&uMwJ{n3}O zb+2e6gunn-dP(AL_v4>NG(1VO#(?(TYzeDX}JgRwju}qLk}NG7RU7 zvRu6Cn|z*69-5HnymA?He#AwKTJ#!F5c5#py{9}|$?g+Z2W0!Tm_=icEdB?HC=_HBPDz9 zU7jhMGtdP`VOI;nwCP-F`&LkjqL(^Sub}7$?d=I7f?3-G~gK}3$6E0i|H?sIU|3f-7zHu-CMmca@CnB*(BY! z7G`d19L9$X`?ek_vLd8ML?{<&t-A$(mlHx(@}FzV+U6c?g9J^rQ^1QyW>Wa|whGAd>le;@_vY!vUjOw7_xZAHPVq-2A8A)g{Usg|=YRR7 zt+5b_mBgp7vA#J-Gt2bPWjZ-;6>enlE#3%bBEU4fmgKbTd>RVwq_1qUR1L5?&tzGF z60@~-xUeCk6?_Js$LM;zsoHFz%eG(`3!QifAQSad66sG02<*h)600j|jtUx;_YH94 z`PfyvH1*|U0pM0h!X!>N_32s3m}5`*zdYK!Tub%P!t5;o0i^!CxGmFTxy!f$)Nr zNs-b#3rRAWth%D|9k>_kyr`$q*E65QkC~Jt39+U>?s3!+xHep54xXAa{-s7a-H7>lF4Ej`->%M1zC?KwotUOTrHm|D$?We36BH;1n9$@BU(dR7{ z`UV3>GGGcLVL``9v|(mGQMd7;yo}dXE^m>83o$RJ!TQkn+id4bOT7+XL|TAJw}+v( za8bFGSPZR2`GfN38hgwaJDtP)9a8)v|9#scOqG*NLW$GJ+_OaGwaq}mO)yu-ZQc88<#eE_<5Pjo|D9gT|~O| zi7^?^#|o<*1*kl?|J}TMx5FWtH04!wF9vN<;&yQHJJ3XXJ{~0AaG9q%!kkc0wA=dGD3DFGwjc-a5{7 z9QVN_s&CJ}v=38U+#W32uZEAU>ITR;*hyq{GihyCb^93VUb|vUz2W1j6FNfpM!|v0 z#nYC%hg+<>g?&7)**AZX+bNI|m6T73 zo><*!?L4G)y`4i!RA_7ngjqNn$(a zT_pnbaZm>|z`MYD?H0sArw{UO*wKwAQD2?-WW2#Hk(#1yB~6m1m0!WLy5VxDZ}yAk zQh+O2{rz+dM~u+?vr)~*@%OAO{3tl!z2fD{t6`9CD zi3}4#2G$0ZIprfJ#qasFTbwbUK|6bncuZ9cIKSZ4T=^v98QI49Du+s!TZb9nDzo*= zJLzW`7G(kgKeEDpkuO$T{$|ao+l7UgUv(90BIv%k)d&aE9?&Q!L6uYSX;*p5sZs?A zWVYJzv|Hy`Jo-WEh58VQq!Ocp-9D`Bbx#7Pago3W)ca7Ek}R#!j}N8XnQ57x5YQjb zw%#K)7HGFScd$F-xXS@hPJPmJ2W_5l>e-)&?2@wLNtR@Mvl3yp*qB`i@iC$MN$BIq zya$$Ph_gzcan6K9B3vdk%68+et|`qjP9O^^S_$BQYmb$zda-fP3mQR1!iMmv|izgXu7T31oPk;S@`E@6Vp+>QF$ja%MwL$Cz?Ck>!VukO)GfIbu?shD@b_px%gv9{iC_W^ZWy;eJe+4?hFdFu=?X3S#|A3 zA}%xXelhT6qIjbe=n>64Ghi}Lti*l%Io_5v*rb*cW0^%Cem0C&W zXtCA;uK0BO3R&>#&igAhxjKU@;3GnJ@x2_MDRt5F8s;`e^t9{aQ#Qy_EE5G`OTm{y zPFwM3zQs};CzauFhXD1YN?C)X(o3?VWhF*kXuJ-ri(2bF3GH=6fQH>gzPap}Dv%+@ zfRasit3k6n5`>lZc@kLdVifXSK-Wx`exz)C@zMID?YtKBi7J@gO@Ssz)TTi1>M2{> zw|EzZ{u^Nlg_F14t5hz|PI1(HquPOoM&m}9tORkaJxiuLvG9~IgTsp})MswP;rkey zFjMJe>&n%3 zF*U#@zqd%D;-EmB+d|!{!{o^!;R0&xQ>BMAp-n5d&?M$dHx=7vd!51~oY~Wsuw{Qv zh+O~cA`j39(M+JhLu-H8_&2ZA&Zw1Bzf_{1mn!VOI0B)&$cblH+0kOnL}IoL>ArZ& zn}3*fsUeop`u7o>ReCcl%F2TPPb*&#D?3UJzW5O(|MoC++O$`-y7XD;z` z=~DWHCSr6otgp|!)ytzCob9I6BKfQ*e%CHU%{Pvt+6Z^kIwvurFslgY)Q<1cpDgZMZt$_F9&%V6fl8wq)ShCKFf6o8oQQ17D zV*TiRXFKdNVyoaXPNSJD->K-kQ*O^7G``P0Hn-#E=$mqCMNu}UT_ol%83z(Lx6T>X z=gR%0UNvd7OX1OU!1Fw&_u;g^j0}Fy_qteD@c;hG{U=tPyR{4X0p^Ysp4eF2WeDTU z9={o%dT%oxtkBRKwI)J=DaJ}{lXm@q8NRhm>gNiS;!8&UpA9%1!+mt=dnjmG*Mq+J zxluEDtW_M=J^D~q#}Vwu`BOlLd4+s7`Ojrj!KBuCfxl!7Cz;+zzY3Z0B_%w9t zB0mt0dG_2z;b$m|*-~nZInReT)U+dRM`gWX-i;O3HcfTAxs?WHsnb9s4*C3v^=9kCipy{W!qrq+;yP@nf)M-jXfGrz+YoE2PM;PJ3p zvz4&`(Q@xbX>t@5GYHiXx!PxxygP35?4tpE+9HaJ`|fLp=g!43KdV%leRmVlK=L$G zA@$Vdv0)X8buZ!xH)`Vy)5SP7zU}k|LvrAuaq&BOe{NcdYu%_&H`<)=mW0lh;kY9r zPK^yc!80M{)Hc%hbIZ0MUC2;*>Gs~{Ifp6v2F>Az<|csE@)DDZTvUZHqm4VgUN&)$#%J^?Z1M?>S`p&}{oj+BmG8NU zOCZ9@bY}LrsuMd=?$GYa-mA2x)Z3tdcGi1@HQDU!GBR_)sy{9@jzuLV9kTCbjCskD zxn4F{jU;UEM)N6`0`F%Rk!4ZD>#b8KBencn1`}aj5-hyV1k)j8zjsJ3XC6AfB&Jeh zWAPhz?1+-48%xH&ieEiSap9;@I+Rs3O^C}j6;HG}*~O~@+n&}NU`}~=ZG@{Q%*-_~|d`zg{h(4-Zk<|{e(ygRhiKi}xto})qM7Mh=$_38@uCPsjhM3%kuV*bFSGjoHkoBu&a_RHsKn-3 z`}4hIHsYm1f@Lb5H^fOOkQk49xG^+~-d8u7#+Xr_tTaHQwF`u`H1} z-RUfYat8cudHklS%6B@5F{&y30V55Y(3>qziI#W3bU*sz$P^F7w=o`OrF z9GTUi#+kCGhB|Qsmd;6cX%s<&8B%^c4{S-$Ax0s&Q7|`6IEvTc9 z3Hd!u^D1eY_8XEURZ6I(#Ouo^-iuJ7i{_`!wH`^q3m$Y`ygDRv#O@*m>ow0k9Cz60KCiC&j z!j?L9=ebBli=1^+)oOC%>yCx{Pp8LNVpIC30ju~I9~wx?%YAYo>=pqF5(TWRbS*TG z5i8HjjE-)fRw|_01br)R9LB>2-n_K0avECnmWJyNv9m>Yk-(={-L*TbOnk-=x&CX< zE^EGuv697F0)ECR}0k=jh#ViGPgo^HyY%knYBGY}6ybPBkPZ}K~O zneWDv?MM2}4<;(r`Jytq*3qr zqKhZ~b^#wEQ0H|c%)jElA4c8x+9n@YRQdEa!4V$?#G zjYk?q$0&bk*s6RNPSgm@I+M;sCIge^w0o&p4#_nk)YGww9icT>+sjsrAN_3u4K{j& z9i7~IxxLSPO6JVeM1{aSuL>Sm6Dm`rS~&~7o1wAog#1ESLnCjFUokNH=@$98fsl^A zcte(%Y${UqYwg6rGfUEz4(SKJOFrR&MdNus6`4=5)^>Wf)!XwZ!ky(Et1c;6J!UNZ z&uE`_o@lo>rHXA9wr9lr<+%soWqHlA6 zEPNuQ%R5Y3hwP$8RKcc`Bdm8?56m@ay>xbQ&c*--Io--Iaa#DUOd1}wFJ{BUgQ3ux z+nQU@{!HAJU}QMyJ6TF!yfZ6T^5U*vzdEx{vg}sg^T6yx7?71-6j3}zLpElDzf`&- z4YU$Yer&v;^Mp^s7x{TCMGo%qZTodIE@Z~`SM(6YtzhV96Fq~39*r4as(tG?N{uOi*cH6Uh6T*3^S7t-%u!F3V)HoM0N3s41P%L^`qc*TA`jc%Cf#v17D}CJQ8<(4{SckVhSpk> zambT)9iIc%a!_rs##_u?uY1_fC%E~TJyDG+3}VIqWN7m%ql7@v{GXV)XLqZ$qb6{2 zGcGNcbBLMe{C6)(LHO3Tjo^$ytyuQ3e)L_VbiMkR;ujm@e2)^-f)s+iqU@_JJ#&?3 zP-_=&1P6?Gu)cUmLgJ4Oh<^h>g6{dCfuZVhVW$fVaU4rWQ&p^}KUHk#*O2FAz-q=y znjTBZQoX``wVI!{968U|F6k+Ve!a`oKX`C;7T(cD5}WH&@mT0Z-RfN84OHzsR_@gO zU~(%!r!JMG)pE$W$}F9@kuN=9DWC$@zB)TWu1)(WR5U$QwsIBp{^-l0pYI<3Bjvk0 zS)XbJf9#Vv+RQ<=d#<>t!l!#oA42jcz(<=0wqE=+6YWjS***e7j0mXcQt@@`>5+Ez z(S{*UjwNMS!ru*-3oTlelVp#P`#(Q6abh^12Ut?}40WG8ZSYbtP*x(OFE$QQ+#5F* zZ{wd&grR-0_>^d5vmR}LFmHw0ZSll?i65?{(kcYaNzL*T`|`5}m5;{w^sxLF~xjSE+$k<>Rmh_p0l6y(D}~N(ep)X z>-diPRI6Z@6u0fhimFEhk3h9=%+-12J6#$MhLQy<``gKqXBy?y{o3wJ)W5A4&?4%% zyME&`5t4p|mW>m%SdRv4NjbySpAr(5vsOBtTkq$XySe3 z#Ly=ut)zQlMdROYA?+2%EG2Gt8gty;GLt8N(P8`P@@_u^_VmKzj);Mt2ZM$!@sao{ z*$#}7+e6ZggT?>!-8+*sy&Myteu8n{SFxE=S7N@!3Cjld*hNatv`5a`eEx4z`WMsa zH}3Rk(AaL&_N=~p8OKlBOW1P_Isnua2ke>a0ZUa@iskA_^oqUA{rf5{t5Qnp#z>2~ zRH)iXVz@s`ytsPHF#5WK6`GcK#HC)mqyL*lZLN*fgcki}-O`<`Z~Ry2S6Ng_Yymr@ zE0`S@^CD<5f;sQV?q~IcOcmzL(N)p-r2c7&;fyh(jAx}TAe_DiiDaY7JNL_iI|%a) z)_IBdvYC|q9-G^Zq*zzE$g+IVHTZq;d~)TPRd~7*=cAxiytO>Y-O4C4f?-OBMx{LHa(_(b?HO zyXS2=Xa9Kbs_kP~@-Qt+tl>l{svnVX76UxlNvs(R9aRF!pHF~7xEFL~JE_}8w^ zsq`}ZRLiTlUYeSQ)LZ0C(YzWnryON-U;yy3l9&)<)GSR{8?!d{2!UB)* z>akqTlWQE|wa+9xV|Ho<)|SK`9&v!n-I=^Img7n2#J?N-;McciBG+EoVK#*F-ScIR zl=VhB+L~7d=Zo$2E8ljn^5hDcYlU?%G!1ty(3*f%!beu;F#ea_l=Wm%%CdoIG*Ti63v0?QDm zA6=uTywDrekD)9@9$Gvb;BpPeSxeXH=S&vFc-3YPZFfm`K9V5rzYyZV$%$y+%+EA9 zEzc1i;Oqk))MbXttCv5Yiel85mcJHXmy9%evDmlvQSGZB%njkpj{ELQ?8Z^dSZI`> zbc;1(UR$Cma&~K9j{zh1R@>pJGg0qajwQ0&Ewrs9@OQEYQ=$YCBga@VnU))swKK`2eVyI57%areS(H&3nU zg-fEE;c{7Hb`P%KhPp();p%US<>YPD*d%nbyvaYiU>CFOP=#2{!9*L>ONZB@aXMRU<_scO80iOM1}&{Q|5D$-}C5_JZ-5??ldO~8Md02c#h&l!@%LI4ShYnjLXga zYeQtuFYEw{NCwdzi9#qMzh(vkH2@}P9V&@Pqfqe_imT@5k?T28NpuR;#S^Auq6XV* zM6`7x(i8R8~MK;!&z-MRfp@s4dg16KS26)2Uf@Tr}}>d&(8KMJ9jUt>!({}XNx4c zlH5pSnkT>y^|$=&Y|-`EuRqAR*n!4jRaBmH)JVpL-2h1aK$vt37}3`q$g~ zKPi0U{y$0oIVsc#D7X+V2p1>sUpa_5xL+*lbfg%7( z47m%!1&RPDG2|`?7bpUt#E`onT%ZVm5<~8SaDgHKN({LR!Uc)|C^6(N2p1>tBkKgCx6A(V8i^T(f{@rVI6mKQj zFx_uxJdD@FhFvbQin-ba*Ji@TMO;kmkK>Ad?A^Q#dk=n~#Bs}}B0)lj-e606!lvT8 z-kX@4Yd*jQFI4WBd_1ZdmQvezdp8mqEN=cH=oDLb@mEX=%mbrV;H!QrLt)bzhy=)kFvuKV$p zaq4M5zskmu0^X^r5wF&*2tsQm{VgH#RrtXOubBzc;*yeyx=R~a4b#`S*#2ri?u?*y zqE;Y#cTQfO@xts|vm88C<7!})s4tDyzIttO%zb`g!E3yAS3v2*8^v*81~ooOlt| z#%v-#AH~gRR%fd1YmZGz6A8Pyw+uLk3r~t4VTv9`#J2^l6=0g@tVeIWpuOudMinct zI~4wYKXA@Ixi_KDM4a{uwLIC<($bLC&M$TQ`T}ev zIJG(F-aUm=4H27E0`|u@9H_^mN-seSQHjdn_wmEM!dY|2k!9!xFv?VOxbMn>U0 zR8@Uko%pftjQNN(%=B-QXN(LD%cNzd1$)GiHthBc{YXOORR;fL2rehnARbZv>5@!! zb#(=GB$S5|3s1weJ%66=Io6V&%G$_H#}o%F`4$%yIo4eiv8-a`^E}vv=N=1naJiMz zw#WIyx4SqyU@gW_g6jVf+-9+u3<1FOS1>$!#lk?$|fkU8oOiF6@m7Rj#3^@7S@! z@R9tnGo@rxQ`1-;Dp^Q#+~@shxiqme6PGhU*(#{%Xb`Cx+ccs(xw3L`Ah@LHX1=!g zhvc2>rw&;3Xqq;*7#C`DQZSyF+PiWRVIk-e9z}4upm$&(?Zgdq7K?>=OU_IU0k&1< zb>-Uv`$k3cP9+bnTUoJFO4Oxj0h>x4bU>9B7r*W)cJX{?t-NJXXvtKJqg~IrR=InP z3G7b;CzQ0sFI=Wi_GC>=Oz8H#6mQ74eh_ePZ|KL&))_vQf(@HcO6fmsWp#shYPqy2 z9+_KMsC;!r&cR^nOoY*OwZzL7*CHg<-%X+lPJX|$C~J=fE(d>8i=8S$44fHU7wE#= z(DQ3(+=*M|HT^(73(It!NDH{5h^VNut84Sjw!*=hV1b%`)oqKU%5(X*M@Q|YFur)< zt%#VI=3x82DxZv$l$12iaFn3sH5En0w4k6hT-&n}{0~NcQTPXQ4>$cMw|=%2uq7Aw z=8-T$BrgA4{*(2~aL10$&Iw>U>N_l!H>Po=!0mt?Bl@t*X35lG` zRX9_UQ1PHrtVY1?wV-9oCE0P^-pe2Mct~EK_uaS2zqRwewm=JxFD`|hgP-aT0%n~G z;Ld9JygToyPS`Ne)7lzU(0#X}qC)IvsrkoYThSha{ChrnGPUd*$HW(d`>78l{*6hq z{)*3HRCGTUX@39Vj9@}7SBo_)lNW4VXdlkoq$7lAy@UdXXRylAu}!4jO1d%q&CBOg zQ}<HjZ(=2cC_E^To Ry45w3$BvxPWoe&f{uO6zx5NMd literal 0 HcmV?d00001 diff --git a/public/css/bootstrap-social.css b/public/css/bootstrap-social.css new file mode 100755 index 0000000..7f364aa --- /dev/null +++ b/public/css/bootstrap-social.css @@ -0,0 +1,101 @@ +/* + * Social Buttons for Bootstrap + * + * Copyright 2013-2014 Panayiotis Lipiridis + * Licensed under the MIT License + * + * https://github.com/lipis/bootstrap-social + */ + +.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)} +.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em} +.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em} +.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em} +.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)} +.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em} +.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em} +.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em} +.btn-social-icon :first-child{border:none;text-align:center;width:100% !important} +.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0} +.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0} +.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0} +.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)} +.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none} +.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)} +.btn-adn .badge{color:#d87a68;background-color:#fff} +.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)} +.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none} +.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)} +.btn-bitbucket .badge{color:#205081;background-color:#fff} +.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)} +.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none} +.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)} +.btn-dropbox .badge{color:#1087dd;background-color:#fff} +.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)} +.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none} +.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)} +.btn-facebook .badge{color:#3b5998;background-color:#fff} +.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)} +.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none} +.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)} +.btn-flickr .badge{color:#ff0084;background-color:#fff} +.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)} +.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none} +.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)} +.btn-foursquare .badge{color:#f94877;background-color:#fff} +.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)} +.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none} +.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)} +.btn-github .badge{color:#444;background-color:#fff} +.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)} +.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none} +.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)} +.btn-google .badge{color:#dd4b39;background-color:#fff} +.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)} +.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none} +.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)} +.btn-instagram .badge{color:#3f729b;background-color:#fff} +.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)} +.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none} +.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)} +.btn-linkedin .badge{color:#007bb6;background-color:#fff} +.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)} +.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none} +.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)} +.btn-microsoft .badge{color:#2672ec;background-color:#fff} +.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)} +.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none} +.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)} +.btn-openid .badge{color:#f7931e;background-color:#fff} +.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)} +.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none} +.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)} +.btn-pinterest .badge{color:#cb2027;background-color:#fff} +.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)} +.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none} +.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)} +.btn-reddit .badge{color:#eff7ff;background-color:#000} +.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)} +.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none} +.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)} +.btn-soundcloud .badge{color:#f50;background-color:#fff} +.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)} +.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none} +.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)} +.btn-tumblr .badge{color:#2c4762;background-color:#fff} +.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)} +.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none} +.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)} +.btn-twitter .badge{color:#55acee;background-color:#fff} +.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)} +.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none} +.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)} +.btn-vimeo .badge{color:#1ab7ea;background-color:#fff} +.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)} +.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none} +.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)} +.btn-vk .badge{color:#587ea3;background-color:#fff} +.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)} +.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none} +.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)} +.btn-yahoo .badge{color:#720e9e;background-color:#fff} diff --git a/public/css/center.css b/public/css/center.css new file mode 100644 index 0000000..61d3bc5 --- /dev/null +++ b/public/css/center.css @@ -0,0 +1,13 @@ +html, +body, +.container-fluid { + height: 98%; +} +.container-fluid { + display: table; + vertical-align: middle; +} +.vertical-center-row { + display: table-cell; + vertical-align: middle; +} \ No newline at end of file diff --git a/public/css/cover.css b/public/css/cover.css new file mode 100644 index 0000000..da4207b --- /dev/null +++ b/public/css/cover.css @@ -0,0 +1,278 @@ +/* + * Globals + */ + +/* Links */ + +a, +a:focus, +a:hover { + color: #fff; +} +/* Custom default button */ + +.btn-default, +.btn-default:hover, +.btn-default:focus { + color: #333; + text-shadow: none; + /* Prevent inheritence from `body` */ + background-color: #fff; + border: 1px solid #fff; +} +/* + * Base structure + */ + +html, +body { + height: 100%; + background-color: #333; +} +body { + color: #fff; + text-align: center; + text-shadow: 0 1px 3px rgba(0, 0, 0, .5); +} +/* Extra markup and styles for table-esque vertical and horizontal centering */ + +.site-wrapper { + padding: 10px; + display: table; + width: 100%; + height: 100%; + /* For at least Firefox */ + min-height: 100%; + -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5); + box-shadow: inset 0 0 100px rgba(0, 0, 0, .5); +} +.site-wrapper-inner { + display: table-cell; + vertical-align: middle; +} +.cover-container { + margin-right: auto; + margin-left: auto; +} +/* Padding for spacing */ + +.inner { + padding: 10px; +} +/* + * Header + */ + +.masthead-brand { + margin-top: 10px; + margin-bottom: 10px; +} +.masthead-nav > li { + display: inline-block; +} +.masthead-nav > li + li { + margin-left: 20px; +} +.masthead-nav > li > a { + padding-right: 0; + padding-left: 0; + font-size: 16px; + font-weight: bold; + color: #fff; + /* IE8 proofing */ + color: rgba(255, 255, 255, .75); + border-bottom: 2px solid transparent; +} +.masthead-nav > li > a:hover, +.masthead-nav > li > a:focus { + background-color: transparent; + border-bottom-color: #a9a9a9; + border-bottom-color: rgba(255, 255, 255, .25); +} +.masthead-nav > .active > a, +.masthead-nav > .active > a:hover, +.masthead-nav > .active > a:focus { + color: #fff; + border-bottom-color: #fff; +} +@media (min-width: 768px) { + .masthead-brand { + float: left; + } + .masthead-nav { + float: none; + } + .inner { + padding: 30px; + } +} +/* + * Cover + */ + +.cover { + padding: 0 20px; +} +.cover .btn-lg { + padding: 10px 20px; + font-weight: bold; +} +/* + * Footer + */ + +.mastfoot { + color: #999; + /* IE8 proofing */ + color: rgba(255, 255, 255, .5); +} +/* + * Affix and center + */ + +@media (min-width: 768px) { + /* Pull out the header and footer */ + .masthead { + position: relative; + top: 0; + } + .mastfoot { + position: fixed; + bottom: 0; + } + /* Start the vertical centering */ + .site-wrapper-inner { + vertical-align: middle; + } + /* Handle the widths */ + .masthead, + .mastfoot, + .cover-container { + width: 100%; + /* Must be percentage or pixels for horizontal alignment */ + } +} +@media (min-width: 992px) { + .masthead, + .mastfoot, + .cover-container { + width: 700px; + } +} +.section ul { + list-style: none; +} +/* custom */ + +html, +body { + overflow-x: hidden; +} +.select2-selection, +.select2-search__field { + outline: 0; +} +.select2-search__field:hover { + border: 1px solid #b9b9b9 !important; + border-top-color: #a0a0a0 !important; +} +.select2-search__field:focus { + border: 1px solid #4d90fe !important; +} +input { + color: black; +} +.mastfoot { + position: relative; +} +.select2 { + width: 100% !important; + max-width: 400px; +} +.select2-selection { + height: 32px !important; +} +.select2-selection__rendered { + line-height: 32px !important; +} +.select2-selection__arrow { + height: 30px !important; +} +.select2-selection__rendered, +.select2-selection__placeholder, +.select2-results__option { + color: #000; + text-shadow: none; +} +.list { + width: 100%; + padding-left: 0; + display: -webkit-inline-flex; + display: -moz-inline-flex; + display: -ms-inline-flex; + display: -o-inline-flex; + display: inline-flex; + -webkit-flex-direction: row; + -moz-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -webkit-flex-flow: row wrap; + -moz-flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-justify-content: flex-start; + -moz-justify-content: flex-start; + -ms-justify-content: flex-start; + justify-content: flex-start; +} +.list { + margin: 20px 0; +} +.list li { + padding: 0 10px; +} +.list li * { + word-break: break-all; + word-wrap: break-word; +} +.list li a { + text-decoration: none; +} +.list li p { + color: gray; +} +.list li .item { + padding: 5px 25px; + margin: 10px 0; + background: white; + border-radius: 5px; + color: black; + text-shadow: none; +} +.list li .item .tags { + line-height: 25px; +} +.form-inline { + padding: 0 10px; +} +.sort.asc { + text-decoration: overline; +} +.sort.desc { + text-decoration: underline; +} +.ui-history-close { + position: absolute; + right: 14px; + top: 15px; + font-size: 16px; + opacity: 0.5; +} +.ui-history-close:hover { + opacity: 1; +} + +.modal-title { + text-align: left; + color: black; +} \ No newline at end of file diff --git a/public/css/extra.css b/public/css/extra.css new file mode 100644 index 0000000..8b7eb88 --- /dev/null +++ b/public/css/extra.css @@ -0,0 +1,47 @@ +/* for extra features should include this */ + +.vimeo, +.youtube { + cursor: pointer; + display: table; + max-width: 540px; + text-align: center; + background-position: center center; + background-repeat: no-repeat; + background-size: contain; + background-color: black; +} +.vimeo .icon, +.youtube .icon { + opacity: 0.5; + display: table-cell; + vertical-align: middle; + height: inherit; + margin: 0 auto; +} +.vimeo:hover .icon, +.youtube:hover .icon { + opacity: 0.6; +} +h1:hover .header-link, +h2:hover .header-link, +h3:hover .header-link, +h4:hover .header-link, +h5:hover .header-link, +h6:hover .header-link { + opacity: 1; + -webkit-transition: opacity 0.2s ease-in-out 0.1s; + -moz-transition: opacity 0.2s ease-in-out 0.1s; + -o-transition: opacity 0.2s ease-in-out 0.1s; + transition: opacity 0.2s ease-in-out 0.1s; +} +.header-link { + position: relative; + left: 0.5em; + opacity: 0; + font-size: 0.8em; + -webkit-transition: opacity 0.2s ease-in-out 0.1s; + -moz-transition: opacity 0.2s ease-in-out 0.1s; + -o-transition: opacity 0.2s ease-in-out 0.1s; + transition: opacity 0.2s ease-in-out 0.1s; +} \ No newline at end of file diff --git a/public/css/gist.css b/public/css/gist.css new file mode 100644 index 0000000..45127d0 --- /dev/null +++ b/public/css/gist.css @@ -0,0 +1,647 @@ +.gist { + color: #333; + font-size: 16px +} + +.gist .markdown-body { + overflow: hidden; + font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + font-size: 16px; + line-height: 1.6; + word-wrap: break-word +} + +.gist .markdown-body>*:first-child { + margin-top: 0 !important +} + +.gist .markdown-body>*:last-child { + margin-bottom: 0 !important +} + +.gist .markdown-body .absent { + color: #c00 +} + +.gist .markdown-body .anchor { + position: absolute; + top: 0; + bottom: 0; + left: 0; + display: block; + padding-right: 6px; + padding-left: 30px; + margin-left: -30px +} + +.gist .markdown-body .anchor:focus { + outline: none +} + +.gist .markdown-body h1, +.gist .markdown-body h2, +.gist .markdown-body h3, +.gist .markdown-body h4, +.gist .markdown-body h5, +.gist .markdown-body h6 { + position: relative; + margin-top: 1em; + margin-bottom: 16px; + font-weight: bold; + line-height: 1.4 +} + +.gist .markdown-body h1 .octicon-link, +.gist .markdown-body h2 .octicon-link, +.gist .markdown-body h3 .octicon-link, +.gist .markdown-body h4 .octicon-link, +.gist .markdown-body h5 .octicon-link, +.gist .markdown-body h6 .octicon-link { + display: none; + color: #000; + vertical-align: middle +} + +.gist .markdown-body h1:hover .anchor, +.gist .markdown-body h2:hover .anchor, +.gist .markdown-body h3:hover .anchor, +.gist .markdown-body h4:hover .anchor, +.gist .markdown-body h5:hover .anchor, +.gist .markdown-body h6:hover .anchor { + padding-left: 8px; + margin-left: -30px; + line-height: 1; + text-decoration: none +} + +.gist .markdown-body h1:hover .anchor .octicon-link, +.gist .markdown-body h2:hover .anchor .octicon-link, +.gist .markdown-body h3:hover .anchor .octicon-link, +.gist .markdown-body h4:hover .anchor .octicon-link, +.gist .markdown-body h5:hover .anchor .octicon-link, +.gist .markdown-body h6:hover .anchor .octicon-link { + display: inline-block +} + +.gist .markdown-body h1 tt, +.gist .markdown-body h1 code, +.gist .markdown-body h2 tt, +.gist .markdown-body h2 code, +.gist .markdown-body h3 tt, +.gist .markdown-body h3 code, +.gist .markdown-body h4 tt, +.gist .markdown-body h4 code, +.gist .markdown-body h5 tt, +.gist .markdown-body h5 code, +.gist .markdown-body h6 tt, +.gist .markdown-body h6 code { + font-size: inherit +} + +.gist .markdown-body h1 { + padding-bottom: 0.3em; + font-size: 2.25em; + line-height: 1.2; + border-bottom: 1px solid #eee +} + +.gist .markdown-body h2 { + padding-bottom: 0.3em; + font-size: 1.75em; + line-height: 1.225; + border-bottom: 1px solid #eee +} + +.gist .markdown-body h3 { + font-size: 1.5em; + line-height: 1.43 +} + +.gist .markdown-body h4 { + font-size: 1.25em +} + +.gist .markdown-body h5 { + font-size: 1em +} + +.gist .markdown-body h6 { + font-size: 1em; + color: #777 +} + +.gist .markdown-body p, +.gist .markdown-body blockquote, +.gist .markdown-body ul, +.gist .markdown-body ol, +.gist .markdown-body dl, +.gist .markdown-body table, +.gist .markdown-body pre { + margin-top: 0; + margin-bottom: 16px +} + +.gist .markdown-body hr { + height: 4px; + padding: 0; + margin: 16px 0; + background-color: #e7e7e7; + border: 0 none +} + +.gist .markdown-body ul, +.gist .markdown-body ol { + padding-left: 2em +} + +.gist .markdown-body ul.no-list, +.gist .markdown-body ol.no-list { + padding: 0; + list-style-type: none +} + +.gist .markdown-body ul ul, +.gist .markdown-body ul ol, +.gist .markdown-body ol ol, +.gist .markdown-body ol ul { + margin-top: 0; + margin-bottom: 0 +} + +.gist .markdown-body li>p { + margin-top: 16px +} + +.gist .markdown-body dl { + padding: 0 +} + +.gist .markdown-body dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: bold +} + +.gist .markdown-body dl dd { + padding: 0 16px; + margin-bottom: 16px +} + +.gist .markdown-body blockquote { + padding: 0 15px; + color: #777; + border-left: 4px solid #ddd +} + +.gist .markdown-body blockquote>:first-child { + margin-top: 0 +} + +.gist .markdown-body blockquote>:last-child { + margin-bottom: 0 +} + +.gist .markdown-body table { + display: block; + width: 100%; + overflow: auto; + word-break: normal; + word-break: keep-all +} + +.gist .markdown-body table th { + font-weight: bold +} + +.gist .markdown-body table th, +.gist .markdown-body table td { + padding: 6px 13px; + border: 1px solid #ddd +} + +.gist .markdown-body table tr { + background-color: #fff; + border-top: 1px solid #ccc +} + +.gist .markdown-body table tr:nth-child(2n) { + background-color: #f8f8f8 +} + +.gist .markdown-body img { + max-width: 100%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box +} + +.gist .markdown-body span.frame { + display: block; + overflow: hidden +} + +.gist .markdown-body span.frame>span { + display: block; + float: left; + width: auto; + padding: 7px; + margin: 13px 0 0; + overflow: hidden; + border: 1px solid #ddd +} + +.gist .markdown-body span.frame span img { + display: block; + float: left +} + +.gist .markdown-body span.frame span span { + display: block; + padding: 5px 0 0; + clear: both; + color: #333 +} + +.gist .markdown-body span.align-center { + display: block; + overflow: hidden; + clear: both +} + +.gist .markdown-body span.align-center>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: center +} + +.gist .markdown-body span.align-center span img { + margin: 0 auto; + text-align: center +} + +.gist .markdown-body span.align-right { + display: block; + overflow: hidden; + clear: both +} + +.gist .markdown-body span.align-right>span { + display: block; + margin: 13px 0 0; + overflow: hidden; + text-align: right +} + +.gist .markdown-body span.align-right span img { + margin: 0; + text-align: right +} + +.gist .markdown-body span.float-left { + display: block; + float: left; + margin-right: 13px; + overflow: hidden +} + +.gist .markdown-body span.float-left span { + margin: 13px 0 0 +} + +.gist .markdown-body span.float-right { + display: block; + float: right; + margin-left: 13px; + overflow: hidden +} + +.gist .markdown-body span.float-right>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: right +} + +.gist .markdown-body code, +.gist .markdown-body tt { + padding: 0; + padding-top: 0.2em; + padding-bottom: 0.2em; + margin: 0; + font-size: 85%; + background-color: rgba(0, 0, 0, 0.04); + border-radius: 3px +} + +.gist .markdown-body code:before, +.gist .markdown-body code:after, +.gist .markdown-body tt:before, +.gist .markdown-body tt:after { + letter-spacing: -0.2em; + content: "\00a0" +} + +.gist .markdown-body code br, +.gist .markdown-body tt br { + display: none +} + +.gist .markdown-body del code { + text-decoration: inherit +} + +.gist .markdown-body pre>code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0 +} + +.gist .markdown-body .highlight { + margin-bottom: 16px +} + +.gist .markdown-body .highlight pre, +.gist .markdown-body pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f7f7f7; + border-radius: 3px +} + +.gist .markdown-body .highlight pre { + margin-bottom: 0; + word-break: normal +} + +.gist .markdown-body pre { + word-wrap: normal +} + +.gist .markdown-body pre code, +.gist .markdown-body pre tt { + display: inline; + max-width: initial; + padding: 0; + margin: 0; + overflow: initial; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0 +} + +.gist .markdown-body pre code:before, +.gist .markdown-body pre code:after, +.gist .markdown-body pre tt:before, +.gist .markdown-body pre tt:after { + content: normal +} + +.gist .markdown-body kbd { + display: inline-block; + padding: 3px 5px; + font-size: 11px; + line-height: 10px; + color: #555; + vertical-align: middle; + background-color: #fcfcfc; + border: solid 1px #ccc; + border-bottom-color: #bbb; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 #bbb; + box-shadow: inset 0 -1px 0 #bbb +} + +.gist .highlight { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + font-weight: normal; + line-height: 1.4; + margin: 0; + padding: 0; + background: #fff; + color: #333 +} + +.gist .pl-c { + color: #969896 +} + +.gist .pl-c1, +.gist .pl-mdh, +.gist .pl-mm, +.gist .pl-mp, +.gist .pl-mr, +.gist .pl-s1 .pl-v, +.gist .pl-s3, +.gist .pl-sc, +.gist .pl-sv { + color: #0086b3 +} + +.gist .pl-e, +.gist .pl-en { + color: #795da3 +} + +.gist .pl-s1 .pl-s2, +.gist .pl-smi, +.gist .pl-smp, +.gist .pl-stj, +.gist .pl-vo, +.gist .pl-vpf { + color: #333 +} + +.gist .pl-ent { + color: #63a35c +} + +.gist .pl-k, +.gist .pl-s, +.gist .pl-st { + color: #a71d5d +} + +.gist .pl-pds, +.gist .pl-s1, +.gist .pl-s1 .pl-pse .pl-s2, +.gist .pl-sr, +.gist .pl-sr .pl-cce, +.gist .pl-sr .pl-sra, +.gist .pl-sr .pl-sre, +.gist .pl-src { + color: #df5000 +} + +.gist .pl-mo, +.gist .pl-v { + color: #1d3e81 +} + +.gist .pl-id { + color: #b52a1d +} + +.gist .pl-ii { + background-color: #b52a1d; + color: #f8f8f8 +} + +.gist .pl-sr .pl-cce { + color: #63a35c; + font-weight: bold +} + +.gist .pl-ml { + color: #693a17 +} + +.gist .pl-mh, +.gist .pl-mh .pl-en, +.gist .pl-ms { + color: #1d3e81; + font-weight: bold +} + +.gist .pl-mq { + color: #008080 +} + +.gist .pl-mi { + color: #333; + font-style: italic +} + +.gist .pl-mb { + color: #333; + font-weight: bold +} + +.gist .pl-md, +.gist .pl-mdhf { + background-color: #ffecec; + color: #bd2c00 +} + +.gist .pl-mdht, +.gist .pl-mi1 { + background-color: #eaffea; + color: #55a532 +} + +.gist .pl-mdr { + color: #795da3; + font-weight: bold +} + +.gist .render-viewer-error, +.gist .render-viewer-fatal, +.gist .octospinner { + display: none +} + +.gist .gist-render iframe { + width: 100% +} + +.gist pre, +.gist code { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important; + white-space: pre +} + +.gist .gist-file { + margin-bottom: 1em; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + border: 1px solid #ddd; + border-bottom: 1px solid #ccc; + border-radius: 3px +} + +.gist .gist-file.gist-render { + border: 0 +} + +.gist .gist-meta { + padding: 10px; + overflow: hidden; + font: 12px Helvetica, arial, freesans, clean, sans-serif; + color: #999; + background-color: #f7f7f7 +} + +.gist .gist-meta a { + font-weight: bold; + color: #666; + text-decoration: none +} + +.gist .gist-data { + overflow: auto; + word-wrap: normal; + background-color: #fff; + border-bottom: 1px solid #ddd +} + +.gist .file-data { + font-size: 12px; + line-height: 1.4 +} + +.gist .gist-file.scroll .gist-data { + position: absolute; + top: 0; + right: 0; + bottom: 30px; + left: 0; + overflow: scroll +} + +.gist .gist-file.scroll .gist-meta { + position: absolute; + right: 0; + bottom: 0; + left: 0 +} + +.gist .line-data { + padding: .5em !important +} + +.gist .line-pre { + padding: 0 !important; + margin: 0 !important; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace !important; + font-size: 100% !important; + line-height: inherit !important; + background: transparent !important; + border: 0 !important +} + +.gist .gist-highlight { + background: transparent !important +} + +.gist .line-numbers { + padding: .5em; + color: #aaa; + text-align: right; + background-color: #fff; + border-right: 1px solid #eee; + line-height: 1.4 +} + +.gist .line-number { + display: block; + clear: right +} \ No newline at end of file diff --git a/public/css/github-cdn.css b/public/css/github-cdn.css new file mode 100644 index 0000000..9e1f176 --- /dev/null +++ b/public/css/github-cdn.css @@ -0,0 +1,3 @@ +/*! 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:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;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{line-height:normal}input[type="checkbox"],input[type="radio"]{-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-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-moz-box-sizing:border-box;box-sizing:border-box}input,select,textarea,button{font:13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"}body{min-width:1020px;font:13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";color:#333;background-color:#fff}a{color:#4183c4;text-decoration:none}a:hover,a:focus,a:active{text-decoration:underline}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #ddd}hr:before,.rule:before{display:table;content:""}hr:after,.rule:after{display:table;clear:both;content:""}h1,h2,h3,h4,h5,h6{margin-top:15px;margin-bottom:15px;line-height:1.1}h1{font-size:30px}h2{font-size:21px}h3{font-size:16px}h4{font-size:14px}h5{font-size:12px}h6{font-size:11px}small{font-size:90%}blockquote{margin:0}.lead{margin-bottom:30px;font-size:20px;font-weight:300;color:#555}.text-muted{color:#999}.text-danger{color:#bd2c00}.text-emphasized{font-weight:bold;color:#333}ul,ol{padding:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace}pre{margin-top:0;margin-bottom:0;font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace}.container{width:980px;margin-right:auto;margin-left:auto}.container:before{display:table;content:""}.container:after{display:table;clear:both;content:""}.columns{margin-right:-10px;margin-left:-10px}.columns:before{display:table;content:""}.columns:after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33%}.two-thirds{width:67%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.single-column{padding-right:10px;padding-left:10px}.table-column{display:table-cell;width:1%;padding-right:10px;padding-left:10px;vertical-align:top}fieldset{padding:0;margin:0;border:0}label{font-size:13px;font-weight:bold}.form-control,input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="tel"],input[type="url"],textarea{min-height:34px;padding:7px 8px;font-size:13px;color:#333;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #ccc;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}.form-control.focus,.form-control:focus,input[type="text"].focus,input[type="text"]:focus,.focused .drag-and-drop,input[type="password"].focus,input[type="password"]:focus,input[type="email"].focus,input[type="email"]:focus,input[type="number"].focus,input[type="number"]:focus,input[type="tel"].focus,input[type="tel"]:focus,input[type="url"].focus,input[type="url"]:focus,textarea.focus,textarea:focus{border-color:#51a7e8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}input.input-contrast,.input-contrast{background-color:#fafafa}input.input-contrast:focus,.input-contrast:focus{background-color:#fff}::-webkit-input-placeholder,:-moz-placeholder{color:#aaa}::-webkit-validation-bubble-message{font-size:12px;color:#fff;background:#9c2400;border:0;border-radius:3px;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1)}input::-webkit-validation-bubble-icon{display:none}::-webkit-validation-bubble-arrow{background-color:#9c2400;border:solid 1px #9c2400;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1)}input.input-mini{min-height:26px;padding-top:4px;padding-bottom:4px;font-size:12px}input.input-large{padding:6px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}dl.form{margin:15px 0}dl.form input[type="text"],dl.form input[type="password"],dl.form input[type="email"],dl.form input[type="url"],dl.form textarea{background-color:#fafafa}dl.form input[type="text"]:focus,dl.form .focused .drag-and-drop,.focused dl.form .drag-and-drop,dl.form input[type="password"]:focus,dl.form input[type="email"]:focus,dl.form input[type="url"]:focus,dl.form textarea:focus{background-color:#fff}dl.form>dt{margin:0 0 6px}dl.form>dt label{position:relative}dl.form.flattened>dt{float:left;margin:0;line-height:32px}dl.form.flattened>dd{line-height:32px}dl.form>dd input[type="text"],dl.form>dd input[type="password"],dl.form>dd input[type="email"],dl.form>dd input[type="url"]{width:440px;max-width:100%;margin-right:5px;background-position-x:98%}dl.form>dd input.shorter{width:130px}dl.form>dd input.short{width:250px}dl.form>dd input.long{width:100%}dl.form>dd textarea{width:100%;height:200px;min-height:200px}dl.form>dd textarea.short{height:50px;min-height:50px}dl.form>dd h4{margin:4px 0 0}dl.form>dd h4.is-error{color:#bd2c00}dl.form>dd h4.is-success{color:#6cc644}dl.form>dd h4+p.note{margin-top:0}dl.form.required>dt>label:after{padding-left:5px;color:#9f1006;content:"*"}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#777}.note .spinner{margin-right:3px;vertical-align:middle}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdc;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:2px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight:normal;color:#666}dl.form .success,dl.form .error,dl.form .indicator{display:none;font-size:12px;font-weight:bold}dl.form.loading{opacity:0.5}dl.form.loading .indicator{display:inline}dl.form.loading .spinner{display:inline-block;vertical-align:middle}dl.form.successful .success{display:inline;color:#390}dl.form.errored>dt label{color:#900}dl.form.errored .error{display:inline;color:#900}dl.form.errored dd.error,dl.form.errored dd.warning{display:inline-block;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}dl.form.warn .warning{display:inline;color:#900}dl.form.warn dd.warning{display:inline-block;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}dl.form .form-note{display:inline-block;padding:5px;margin-top:-1px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.hfields{margin:15px 0}.hfields:before{display:table;content:""}.hfields:after{display:table;clear:both;content:""}.hfields dl.form{float:left;margin:0 30px 0 0}.hfields dl.form>dt label{display:inline-block;margin:5px 0 0;color:#666}.hfields dl.form>dt label img{position:relative;top:-2px}.hfields .button{float:left;margin:28px 25px 0 -20px}.hfields select{margin-top:5px}html.no-dnd-uploads .drag-and-drop{min-height:32px}html.no-dnd-uploads .drag-and-drop .default{display:none}html.no-dnd-uploads .upload-enabled textarea{border-bottom:1px solid #ddd}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#aaa;background-color:#fafafa;border:1px solid #ccc;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#bd2c00}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-browser .drag-and-drop .bad-browser{display:inline-block}.drag-and-drop-error-info{font-weight:normal;color:#aaa}.drag-and-drop-error-info a{color:#4183c4}.is-failed .drag-and-drop .failed-request{display:inline-block}.manual-file-chooser{position:absolute;width:240px;padding:5px;margin-left:-80px;cursor:pointer;opacity:0.0001}.manual-file-chooser:hover+.manual-file-chooser-text{text-decoration:underline}.button .manual-file-chooser{top:0;padding:0;line-height:34px}.upload-enabled textarea{display:block;border-bottom:1px dashed #ddd;border-bottom-right-radius:0;border-bottom-left-radius:0}.focused .drag-and-drop{box-shadow:rgba(81,167,232,0.5) 0 0 3px}.dragover textarea,.dragover .drag-and-drop{box-shadow:#c9ff00 0 0 3px}.previewable-comment-form{position:relative}.previewable-comment-form .tabnav{position:relative;padding:10px 10px 0}.previewable-comment-form .comment{border:1px solid #cacaca}.previewable-comment-form .comment-header .comment-header-actions{display:none}.previewable-comment-form .comment-form-error{margin-bottom:10px}.previewable-comment-form .write-content,.previewable-comment-form .preview-content{display:none;padding:0 10px 10px}.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content{display:block}.previewable-comment-form textarea{display:block;width:100%;min-height:100px;max-height:500px;padding:10px;resize:vertical}.previewable-comment-form textarea.fullscreen-contents:focus{border:0;box-shadow:none}div.composer{margin-top:0;border:0}.composer .comment-form-textarea{height:200px;min-height:200px}.composer-infobar{height:35px;padding:0 10px;margin-bottom:10px;border-bottom:1px solid #eee}.composer .tabnav{margin:0 0 10px}.infobar-widget.milestone{position:relative;float:right}.infobar-widget.milestone .select-menu-modal-holder{right:0}.infobar-widget.assignee{float:left}.infobar-widget.assignee .css-truncate-target{max-width:110px}.infobar-widget .text,.infobar-widget .avatar,.infobar-widget .select-menu{display:inline-block;vertical-align:top}.infobar-widget .text{margin-top:3px}.infobar-widget .text a{font-weight:bold;color:#333}.infobar-widget .progress-bar{width:200px;overflow:hidden;line-height:18px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.input-group{display:table}.input-group input{position:relative;width:100%}.input-group input:focus{z-index:2}.input-group input[type="text"]+.minibutton{margin-left:0}.input-group.inline{display:inline-table}.input-group input,.input-group-button{display:table-cell}.input-group-button{width:1%;vertical-align:middle}.input-group input:first-child,.input-group-button:first-child .button,.input-group-button:first-child .minibutton{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-button:first-child .button,.input-group-button:first-child .minibutton{margin-right:-1px}.input-group input:last-child,.input-group-button:last-child .button,.input-group-button:last-child .minibutton{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-button:last-child .button,.input-group-button:last-child .minibutton{margin-left:-1px}h2.account{margin:15px 0 0;font-size:18px;font-weight:normal;color:#666}p.explain{position:relative;font-size:12px;color:#666}p.explain strong{color:#333}p.explain .octicon{margin-right:5px;color:#bbb}p.explain .minibutton{top:-4px;float:right}.options-content p.explain{padding:10px 10px 0;margin-top:0;border-top:1px solid #ddd}.form-actions{padding-bottom:5px;text-align:right}.form-actions .cancel{float:left;margin-top:5px}.form-actions .button.cancel{margin-top:0;margin-left:2px}.form-actions .minibutton.cancel{margin-top:0}.form-actions .optional{float:left;padding-top:8px;margin-right:15px}.form-actions .optional span.text{padding:0 3px}.form-actions .optional input{position:relative;top:-1px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#333;background:#ffffe2;border:1px solid #e7e4c2;border-radius:4px}.form-warning p{margin:0;line-height:1.5}.form-warning strong{color:#000}.form-warning a{font-weight:bold}.status-indicator{font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;margin-left:5px}.status-indicator-success:before{color:#6cc644;content:"\f03a"}.status-indicator-failed:before{color:#bd2c00;content:"\f02d"}.clearfix:before{display:table;content:""}.clearfix:after{display:table;clear:both;content:""}.right{float:right}.left{float:left}.text-right{text-align:right}.text-left{text-align:left}.danger{color:#c00}.mute{color:#000}.text-diff-added{color:#55a532}.text-diff-deleted{color:#bd2c00}.text-open,.text-success{color:#6cc644}.text-closed{color:#bd2c00}.text-reverted{color:#bd2c00}.text-merged{color:#6e5494}.text-renamed{color:#fffa5d}.text-pending{color:#cea61b}.text-failure{color:#bd2c00}.hidden{display:none}.warning{padding:0.5em;margin-bottom:0.8em;font-weight:bold;background-color:#fffccc}.error_box{padding:1em;font-weight:bold;background-color:#ffebe8;border:1px solid #dd3c10}.menu{margin-bottom:15px;list-style:none;background-color:#fff;border:1px solid #d8d8d8;border-radius:3px}.menu-item{position:relative;display:block;padding:8px 10px;text-shadow:0 1px 0 #fff;border-bottom:1px solid #eee}.menu-item:first-child{border-top:0;border-top-right-radius:2px;border-top-left-radius:2px}.menu-item:first-child:before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child:before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f9f9f9}.menu-item.selected{font-weight:bold;color:#222;cursor:default;background-color:#fff}.menu-item.selected:before{position:absolute;top:0;left:0;bottom:0;width:2px;content:"";background-color:#d26911}.menu-item .octicon{margin-right:5px;width:16px;color:#333;text-align:center}.menu-item .counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#d26911}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .counter{color:#bd2c00}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:bold;line-height:20px;color:#555;background-color:#f7f7f7;border-bottom:1px solid #eee}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-right-radius:2px;border-top-left-radius:2px}.menu-heading:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px;border-bottom:0}.sunken-menu{position:relative;padding-top:15px;padding-bottom:15px;background-image:-webkit-linear-gradient(left, #f6f6f6 0%, #fff 8px);background-image:linear-gradient(to right, #f6f6f6 0%, #fff 8px);box-shadow:inset 1px 0 0 #eee}.sunken-menu:before,.sunken-menu:after{position:absolute;left:0;width:100%;height:15px;content:"";background-color:transparent}.sunken-menu:before{top:0;background-color:transparent;background-image:-webkit-linear-gradient(#fff, rgba(255,255,255,0));background-image:linear-gradient(#fff, rgba(255,255,255,0))}.sunken-menu:after{bottom:0;background-color:transparent;background-image:-webkit-linear-gradient(rgba(255,255,255,0), #fff);background-image:linear-gradient(rgba(255,255,255,0), #fff)}.sunken-menu-separator{position:relative;height:5px;margin:8px 0 6px 1px;background-image:-webkit-radial-gradient(farthest-side at left top, #f4f4f4, rgba(244,244,244,0));background-image:radial-gradient(farthest-side at left top, #f4f4f4, rgba(244,244,244,0))}.sunken-menu-separator:before{position:absolute;top:0;width:100%;height:1px;content:"";background-image:-webkit-linear-gradient(left, #eee 70%, #fff 100%);background-image:linear-gradient(to right, #eee 70%, #fff 100%);border-top:1px solid #eee\9}.sunken-menu-group{list-style-type:none}.sunken-menu-item{display:block;padding:8px 10px;margin-top:5px;margin-bottom:5px;border:1px solid transparent;outline:0}.sunken-menu-item .counter{position:absolute;top:8px;right:10px}.sunken-menu-item .octicon{left:-1px;width:16px;color:#999;text-align:center}.sunken-menu-item .mini-loader{position:absolute;top:9px;left:11px;display:none}.sunken-menu-item:focus,.sunken-menu-item:hover{text-decoration:none;box-shadow:inset 2px 0 0 #ccc}.sunken-menu-item:focus .octicon,.sunken-menu-item:hover .octicon{color:#333}.sunken-menu-item.selected{font-weight:bold;color:#333;background-color:#fff;border-color:#eee #eee #eee transparent;border-radius:0 3px 3px 0;box-shadow:1px 1px 3px rgba(0,0,0,0.05)}.sunken-menu-item.selected:after{position:absolute;top:0;right:0;bottom:0;width:3px;content:"";background-color:#d26911;border-radius:0 3px 3px 0}.sunken-menu-item.selected .octicon{color:#333}.sunken-menu-item.is-loading .mini-loader{display:inline-block;-webkit-animation:mini-nav-loader, 0.4s, forwards;animation:mini-nav-loader, 0.4s, forwards}.sunken-menu-item.is-loading .octicon{color:#fff}@-webkit-keyframes mini-nav-loader{0%, + 90%{opacity:0}100%{opacity:1}}@keyframes mini-nav-loader{0%, + 90%{opacity:0}100%{opacity:1}}.tabnav{margin:0 0 15px;border-bottom:1px solid #ddd}.tabnav .counter{margin-left:5px}.tabnav-tabs{display:inline-block}.tabnav-tabs>li{display:inline-block;margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px 7px;font-size:14px;line-height:20px;color:#666;text-decoration:none;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#333;background-color:#fff;border-color:#ddd;border-radius:3px 3px 0 0}.tabnav-tab:hover{text-decoration:none}.tabnav-right{position:relative;float:right}.tabnav-widget{display:inline-block;vertical-align:top}.tabnav-widget+.tabnav-tabs{margin-left:10px}.tabnav-widget.search .spinner{position:absolute;top:7px;left:-22px;margin-right:8px;vertical-align:middle}.tabnav-widget.search .search-link{display:inline-block;height:26px;padding-right:5px;font-size:13px;font-weight:200;line-height:26px;color:#666;vertical-align:top}.tabnav-widget.search .fieldwrap{display:inline-block;height:26px;border-radius:4px}.tabnav-widget.search .fieldwrap>input,.tabnav-widget.search .fieldwrap>button{display:inline-block}.tabnav-widget.search input{min-height:26px;padding:0 4px;font-size:12px;vertical-align:top;border-radius:3px 0 0 3px}.tabnav-widget.search .minibutton{position:relative;height:24px;padding:0 8px;margin-left:0;vertical-align:top;border-left:0;border-radius:0 3px 3px 0}.tabnav-widget.search .minibutton:hover{color:#fff}.tabnav-widget.text{margin-top:12px;font-size:11px;color:#666}.tabnav-extras{display:inline-block;margin-left:10px}.tabnav-extras .octicon{float:left;margin-top:-1px;margin-right:5px}.tabnav-extras:hover{color:#4183c4;text-decoration:none}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#777;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#4183c4}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#777;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eee}.filter-item.selected{color:#fff;background-color:#4183c4}.filter-item.selected .octicon-remove-close{float:right;opacity:0.8}.filter-item .count{float:right;font-weight:bold}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#f1f1f1}.flash-messages{margin-top:15px;margin-bottom:15px}.flash,.flash-global{position:relative;font-size:14px;line-height:1.6;color:#246;background-color:#e2eef9;border:solid 1px #bac6d3}.flash.flash-warn,.flash-global.flash-warn{color:#4c4a42;background-color:#fff9ea;border-color:#dfd8c2}.flash.flash-error,.flash-global.flash-error{color:#911;background-color:#fcdede;border-color:#d2b2b2}.flash .flash-close,.flash-global .flash-close{float:right;padding:17px;margin-top:-15px;margin-right:-15px;margin-left:20px;color:inherit;text-decoration:none;cursor:pointer;opacity:0.6}.flash .flash-close:hover,.flash-global .flash-close:hover{opacity:1}.flash p:last-child,.flash-global p:last-child{margin-bottom:0}.flash .flash-action,.flash-global .flash-action{float:right;margin-top:-4px;margin-left:20px}.flash a,.flash-global a{font-weight:bold}.flash{padding:15px;border-radius:3px}.flash+.flash{margin-top:5px}.flash-with-icon{padding-left:40px}.flash-with-icon>.octicon{float:left;margin-top:3px;margin-left:-25px}.flash-global{padding:10px;border-width:0 0 1px}.flash-global h2,.flash-global p{margin-top:0;margin-bottom:0;font-size:14px;line-height:1.4}.flash-global .flash-action{margin-top:5px}.flash-title{margin-top:0;margin-bottom:5px}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important}.button,.minibutton{position:relative;display:inline-block;padding:7px 12px;font-size:13px;font-weight:bold;color:#333;text-shadow:0 1px 0 rgba(255,255,255,0.9);white-space:nowrap;vertical-align:middle;cursor:pointer;background-color:#eee;background-image:-webkit-linear-gradient(#fcfcfc, #eee);background-image:linear-gradient(#fcfcfc, #eee);background-repeat:repeat-x;border:1px solid #d5d5d5;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}.button i,.minibutton i{font-style:normal;font-weight:500;opacity:0.6}.button:focus,.minibutton:focus{text-decoration:none;border-color:#51a7e8;outline:none;box-shadow:0 0 5px rgba(81,167,232,0.5)}.button:hover,.button:active,.button.zeroclipboard-is-hover,.button.zeroclipboard-is-active,.minibutton:hover,.minibutton:active,.minibutton.zeroclipboard-is-hover,.minibutton.zeroclipboard-is-active{text-decoration:none;background-color:#ddd;background-image:-webkit-linear-gradient(#eee, #ddd);background-image:linear-gradient(#eee, #ddd);background-repeat:repeat-x;border-color:#ccc}.button:active,.button.selected,.button.selected:hover,.button.zeroclipboard-is-active,.minibutton:active,.minibutton.selected,.minibutton.selected:hover,.minibutton.zeroclipboard-is-active{background-color:#dcdcdc;background-image:none;border-color:#b5b5b5;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.button:disabled,.button:disabled:hover,.button.disabled,.button.disabled:hover,.minibutton:disabled,.minibutton:disabled:hover,.minibutton.disabled,.minibutton.disabled:hover{color:rgba(102,102,102,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.9);cursor:default;background-color:rgba(229,229,229,0.5);background-image:none;border-color:rgba(197,197,197,0.5);box-shadow:none}.button.primary,.minibutton.primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#60b044;background-image:-webkit-linear-gradient(#8add6d, #60b044);background-image:linear-gradient(#8add6d, #60b044);background-repeat:repeat-x;border-color:#5ca941}.button.primary:hover,.minibutton.primary:hover{color:#fff;background-color:#569e3d;background-image:-webkit-linear-gradient(#79d858, #569e3d);background-image:linear-gradient(#79d858, #569e3d);background-repeat:repeat-x;border-color:#4a993e}.button.primary:active,.button.primary.selected,.minibutton.primary:active,.minibutton.primary.selected{background-color:#569e3d;background-image:none;border-color:#418737}.button.primary:disabled,.button.primary:disabled:hover,.button.primary.disabled,.button.primary.disabled:hover,.minibutton.primary:disabled,.minibutton.primary:disabled:hover,.minibutton.primary.disabled,.minibutton.primary.disabled:hover{color:#fefefe;text-shadow:0 -1px 0 rgba(39,39,39,0.25);background-color:#add39f;background-image:-webkit-linear-gradient(#c3ecb4, #add39f);background-image:linear-gradient(#c3ecb4, #add39f);background-repeat:repeat-x;border-color:#b9dcac #b9dcac #a7c89b}.button.danger,.minibutton.danger{color:#900}.button.danger:hover,.minibutton.danger:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);background-color:#b33630;background-image:-webkit-linear-gradient(#dc5f59, #b33630);background-image:linear-gradient(#dc5f59, #b33630);background-repeat:repeat-x;border-color:#cd504a}.button.danger:active,.button.danger.selected,.minibutton.danger:active,.minibutton.danger.selected{color:#fff;background-color:#b33630;background-image:none;border-color:#9f312c}.button.danger:disabled,.button.danger:disabled:hover,.button.danger.disabled,.button.danger.disabled:hover,.minibutton.danger:disabled,.minibutton.danger:disabled:hover,.minibutton.danger.disabled,.minibutton.danger.disabled:hover{color:#cb7f7f;text-shadow:0 1px 0 rgba(255,255,255,0.9);background-color:#efefef;background-image:-webkit-linear-gradient(#fefefe, #efefef);background-image:linear-gradient(#fefefe, #efefef);background-repeat:repeat-x;border-color:#e1e1e1}.button.with-count,.minibutton.with-count{float:left;border-top-right-radius:0;border-bottom-right-radius:0}.button>.octicon,.minibutton>.octicon{vertical-align:-1px}.button>.octicon-arrow-right,.minibutton>.octicon-arrow-right{float:right;margin-left:5px}.minibutton>.octicon-arrow-right{margin-top:4px}.minibutton{padding:0 10px;line-height:24px}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a{display:inline-block;height:12px;padding:0 5px;font-size:12px;font-weight:bold;line-height:6px;color:#555;text-decoration:none;vertical-align:middle;background:#ddd;border-radius:1px}.hidden-text-expander a:hover{text-decoration:none;background-color:#ccc}.hidden-text-expander a:active{color:#fff;background-color:#4183c4}.social-count{float:left;padding:0 7px;font-size:11px;font-weight:bold;line-height:24px;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ddd;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover{color:#4183c4;text-decoration:none;cursor:pointer}.button-block{display:block;width:100%;text-align:center}.button-group{display:inline-block;vertical-align:middle}.button-group:before{display:table;content:""}.button-group:after{display:table;clear:both;content:""}.button-group .button,.button-group .minibutton,.button-group .button-outline{position:relative;float:left;border-radius:0}.button-group .button:first-child,.button-group .minibutton:first-child,.button-group .button-outline:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-group .button:last-child,.button-group .minibutton:last-child,.button-group .button-outline:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group .button:hover,.button-group .button:focus,.button-group .button:active,.button-group .button.selected,.button-group .minibutton:hover,.button-group .minibutton:focus,.button-group .minibutton:active,.button-group .minibutton.selected,.button-group .button-outline:hover,.button-group .button-outline:focus,.button-group .button-outline:active,.button-group .button-outline.selected{z-index:2}.button-group .button+.button,.button-group .minibutton+.minibutton{margin-left:-1px;box-shadow:inset 1px 0 0 rgba(255,255,255,0.2)}.button-group .button+.button:hover,.button-group .minibutton+.minibutton:hover{box-shadow:none}.button-group .button+.button:active,.button-group .button+.button.selected,.button-group .minibutton+.minibutton:active,.button-group .minibutton+.minibutton.selected{box-shadow:inset 0 3px 5px rgba(0,0,0,0.15)}.button-group .button-outline+.button-outline,.button-group .button_to+.button_to{margin-left:-1px}.button-group .button_to{float:left}.button-group .button_to .button,.button-group .button_to .minibutton,.button-group .button_to .button-outline{border-radius:0}.button-group .button_to:first-child .button,.button-group .button_to:first-child .minibutton,.button-group .button_to:first-child .button-outline{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-group .button_to:last-child .button,.button-group .button_to:last-child .minibutton,.button-group .button_to:last-child .button-outline{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group+.button-group,.button-group+.button,.button-group+.minibutton{margin-left:5px}.button-link{display:inline;padding:0;font-size:inherit;color:#4183c4;white-space:nowrap;cursor:pointer;background-color:transparent;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}.button-link:hover,.button-link:focus{text-decoration:underline}.button-link:focus{outline:none}.button-outline{display:inline-block;padding:7px 12px;font-size:13px;font-weight:bold;color:#4183c4;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}.button-outline:hover,.button-outline.zeroclipboard-is-hover{color:#fff;text-decoration:none;background-color:#4183c4;border-color:#4183c4}.button-outline:disabled,.button-outline.disabled,.button-outline:disabled:hover,.button-outline.disabled:hover{color:#777;cursor:default;background-color:#f5f5f5;border-color:#e5e5e5}.counter{display:inline-block;padding:2px 5px;font-size:11px;font-weight:bold;line-height:1;color:#777;background-color:#eee;border-radius:20px}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,0.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,0.8);pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.8)}.tooltipped-se:after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.8)}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,0.8)}.tooltipped-multiline:after{width:-moz-max-content;width:-webkit-max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}@media screen and (min-width: 0\0){.tooltipped-multiline:after{width:250px}}.tooltipped-sticky:before,.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before{border-left-color:rgba(255,255,255,0.8)}@font-face{font-family:'octicons';src:url(/assets/octicons/octicons/octicons-50f7c541d70d63b9d9e905389ae12f4f9f6e3e632b4c7e0655c9ef955ff0b092.eot?#iefix) format("embedded-opentype"),url(/assets/octicons/octicons/octicons-192e5fbb927be7cdb8bdfa0ecb98d3574bd395e58f9d00e5dcdfce5bc9660ac0.woff) format("woff"),url(/assets/octicons/octicons/octicons-1b8fabf8a76f5d60ef9999b3fcf5e06b9f563148d6215465df8952fdbb9aa3ec.ttf) format("truetype"),url(/assets/octicons/octicons/octicons-7f0c4ab57d5e4fce26440514dd399d7e5c356485584baf201b4ac751055b6e32.svg#octicons) format("svg");font-weight:normal;font-style:normal}.octicon{font:normal normal 16px octicons;line-height:1;display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font:normal normal 32px octicons;line-height:1;display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.octicon-alert:before{content:'\f02d'}.octicon-alignment-align:before{content:'\f08a'}.octicon-alignment-aligned-to:before{content:'\f08e'}.octicon-alignment-unalign:before{content:'\f08b'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beer:before{content:'\f069'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hourglass:before{content:'\f09e'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-jump-down:before{content:'\f072'}.octicon-jump-left:before{content:'\f0a5'}.octicon-jump-right:before{content:'\f0a6'}.octicon-jump-up:before{content:'\f073'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-mirror-private:before,.octicon-git-fork-private:before,.octicon-lock:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-microscope:before{content:'\f089'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-move-down:before{content:'\f0a8'}.octicon-move-left:before{content:'\f074'}.octicon-move-right:before{content:'\f0a9'}.octicon-move-up:before{content:'\f0a7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-playback-fast-forward:before{content:'\f0bd'}.octicon-playback-pause:before{content:'\f0bb'}.octicon-playback-play:before{content:'\f0bf'}.octicon-playback-rewind:before{content:'\f0bc'}.octicon-plug:before{content:'\f0d4'}.octicon-repo-create:before,.octicon-gist-new:before,.octicon-file-directory-create:before,.octicon-file-add:before,.octicon-plus:before{content:'\f05d'}.octicon-podium:before{content:'\f0af'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-puzzle:before{content:'\f0c0'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-split:before{content:'\f0c6'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-steps:before{content:'\f0c7'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-remove:before,.octicon-tag-add:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}.date_selector{width:225px;text-align:left;text-decoration:none;z-index:9;display:none}.date_selector .month_nav,.date_selector .year_nav{margin-top:5px;margin-bottom:5px;padding:0;display:block;position:relative;text-align:center;line-height:20px}.date_selector .month_nav{float:left;width:55%}.date_selector .year_nav{float:right;width:35%}.date_selector .date-button{position:absolute;top:0;width:18px;height:18px;padding:4px;color:#4183c4;font-size:12px;cursor:pointer;line-height:12px}.date_selector .prev{left:0}.date_selector .next{right:0}.date_selector table{width:100%;clear:both}.date_selector tr{font-size:0}.date_selector th,.date_selector td{width:32px;height:32px;line-height:28px;padding:0;text-align:center;font-weight:normal;display:inline-block;font-size:12px;margin-top:-1px;margin-left:-1px}.date_selector td{border:1px solid #ccc;color:#4183c4;background:#fff;cursor:default}.date_selector td.today{background:#eee}.date_selector td.selected,.date_selector td.selectable_day:hover{background:#4183c4;color:#fff;border-color:#3269a0;z-index:10;position:relative;cursor:pointer}.date_selector td.unselected_month{color:#ccc}.jcrop-holder{direction:ltr;text-align:left;-ms-touch-action:none}.jcrop-vline,.jcrop-hline{background:#fff url(/assets/spinners/Jcrop-752309673bbd9d9b2ba0bd58d0a7071a2c59c30e2824d85bcd2a3bc0a07ef1f1.gif);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px !important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px !important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px #eee solid;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#fff;filter:alpha(opacity=70) !important;opacity:0.7 !important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70) !important;opacity:0.7 !important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.jcrop-holder img,img.jcrop-preview{max-width:none}.code-frequency .addition{fill-opacity:1;fill:#6cc644}.code-frequency .deletion{fill-opacity:1;fill:#bd2c00}.cadd{font-weight:bold;color:#6cc644}.cdel{font-weight:bold;color:#bd2c00}.commit-activity-graphs .dots{display:none}#commit-activity-master{margin-top:20px}.is-graph-loading #commit-activity-master{display:none}rect{shape-rendering:crispedges}rect.max{fill:#ffc644}g.bar{fill:#1db34f}g.mini{fill:#f17f49}g.active rect{fill:#bd380f}circle.focus{fill:#555}.dot text{stroke:none;fill:#555}.tint-box{border-radius:6px;background:#f3f3f3;position:relative;margin-bottom:10px}.tint-box.transparent{background:#fff}.tint-box .activity{margin-top:0;padding-top:100px}.contrib-data{margin:0 0 10px;list-style:none;padding:0}#contributors .capped-card .avatar{float:left;width:32px;height:32px;margin-right:5px}#contributors .capped-card h3{font-weight:normal}#contributors .capped-card .ameta{display:block;font-size:12px;color:#ccc}#contributors .capped-card .rank{float:right;color:#999;font-size:13px}#contributors .capped-card .cmt{color:#999}#contributors .capped-card path{fill:#f17f49}#contributors .capped-card .midlabel{fill:#ccc}.d{color:#bd2c00}.a{color:#6cc644}.axis{fill:#aaa;font-size:10px}.axis line{shape-rendering:crispedges;stroke:#eee}.axis path{display:none}.axis .zero line{stroke-width:1.5;stroke:#4183c4;stroke-dasharray:3 3}.graphs .is-graph-loading{min-height:500px}.graphs.wheader h2{padding:1px}.graphs .area{fill:#1db34f;fill-opacity:0.5}.graphs .path{stroke:#1db34f;stroke-width:2px;stroke-opacity:1;fill:none}.graphs .dot{fill:#1db34f;stroke:#16873c;stroke-width:2px}.graphs .dot.padded{stroke:#fff;stroke-width:1px}.graphs .dot.padded circle:hover{fill:#4183c4}.graphs .d3-tip{fill:#333}.graphs .d3-tip text{fill:#fff;font-size:11px}.graphs .dir{font-size:12px;font-weight:normal;color:#555;line-height:100%;padding-top:5px;float:right}.graphs .selection rect{fill:#333;fill-opacity:0.1;stroke:#333;stroke-width:1px;stroke-opacity:0.4;shape-rendering:crispedges;stroke-dasharray:3 3}.graph-filter h3{display:inline-block;margin:10px 0 0;font-weight:300;font-size:24px}.graph-filter .info{margin-top:5px;margin-bottom:20px;color:#777}.graph-filter .select-menu{float:right;margin-top:13px}h2.ghead:after{content:".";height:0;display:block;visibility:hidden;clear:both}.graph-canvas .activity{text-align:center;width:400px;margin:100px auto 0;color:#444;border-radius:3px;padding:10px}.graph-canvas .error{color:#900;background:#feeaea;padding:10px;border-radius:3px}.graph-canvas .dots{margin:0 auto}.graph-canvas>.activity{display:none}.graph-loading,.graph-error,.graph-empty{display:none}.graph-canvas.is-graph-loading>.activity,.graph-canvas.is-graph-empty>.activity{display:block}.is-graph-loading .graph-loading,.is-graph-empty .graph-empty,.is-graph-load-error .graph-error{display:block}.svg-tip{padding:10px;background:rgba(0,0,0,0.8);color:#bbb;font-size:12px;position:absolute;z-index:99999;text-align:center;border-radius:3px}.svg-tip strong{color:#ddd}.svg-tip.is-visible{display:block}.svg-tip:after{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;left:50%;height:5px;width:5px;bottom:-10px;margin:0 0 0 -5px;content:" ";border:5px solid transparent;border-top-color:rgba(0,0,0,0.8)}.svg-tip.comparison{text-align:left;pointer-events:none;padding:0}.svg-tip.comparison .title{display:block;padding:10px;margin:0;line-height:1;font-weight:bold;pointer-events:none}.svg-tip.comparison ul{list-style:none;margin:0;white-space:nowrap}.svg-tip.comparison li{display:inline-block;padding:10px}.svg-tip.comparison li:first-child{border-top:3px solid #1db34f;border-right:1px solid #333}.svg-tip.comparison li:last-child{border-top:3px solid #1d7fb3}.svg-tip-one-line{white-space:nowrap}.day-name{fill:#555}circle.day{stroke-width:0;fill:#444}circle.day:hover{fill:#4183c4}line.axis{stroke-width:1;stroke:#eee;shape-rendering:crispedges}line.axis.even{stroke:#e0e0e0}.traffic-graph{min-height:150px}.traffic-graph .activity{margin-top:0}.traffic-graph .activity .dots{margin-top:40px}.traffic-graph .path{fill:none;stroke-width:2}.traffic-graph path.total{stroke:#1db34f}.traffic-graph path.unique{stroke:#1d7fb3}.traffic-graph .x.axis .tick:first-child line{stroke:#1db34f;stroke-width:2px}.traffic-graph .y line{stroke:#1db34f}.traffic-graph .y.unique line{stroke:#1d7fb3}.traffic-graph .overlay{fill-opacity:0}.uniques-graph .x.axis .tick:nth-child(14) line{stroke:#1d7fb3;stroke-width:2px}.svg-tip .date{color:#fff}#top-domains .dots{margin:167px auto 0;display:block}#top-domains .favicon{width:16px;height:16px}table.capped-list{width:100%;line-height:100%}table.capped-list th{text-align:left;padding:8px;border-bottom:1px solid #ddd;background:#f4f4f4}table.capped-list td{padding:8px;border-bottom:1px solid #eee;font-size:12px}table.capped-list th.middle,table.capped-list td.middle{text-align:center}table.capped-list .favicon{width:16px;height:16px;vertical-align:middle;margin:0 5px}table.capped-list .octicon{margin-right:10px;vertical-align:-1px;color:#555}table.capped-list tr:nth-child(even){background-color:#fcfcfc}table.capped-list.mini-icons .mini-icon{margin-right:5px;color:#555}.capped-list-label{overflow:hidden;white-space:nowrap;max-width:200px;text-overflow:ellipsis}.traffic-graph-stats{border-top:1px solid #ddd}.traffic-graph-stats .summary-stats{width:100%}.traffic-graph-stats .summary-stats:before{display:table;content:""}.traffic-graph-stats .summary-stats:after{display:table;clear:both;content:""}.traffic-graph-stats .summary-stats li{width:50%;display:block;float:left;padding-bottom:10px}.totals circle{fill:#1db34f;stroke:#fff;stroke-width:2}.uniques circle{fill:#1d7fb3;stroke:#fff;stroke-width:2}.top-lists .is-loading{text-align:center;margin:40px}ul.web-views li{width:140px}ul.clones li{width:170px}.markdown-body{overflow:hidden;font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body .absent{color:#c00}.markdown-body .anchor{position:absolute;top:0;bottom:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown-body .anchor:focus{outline:none}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:bold;line-height:1.4}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{padding-left:8px;margin-left:-30px;line-height:1;text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{display:inline-block}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown-body h2{padding-bottom:0.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown-body h3{font-size:1.5em;line-height:1.43}.markdown-body h4{font-size:1.25em}.markdown-body h5{font-size:1em}.markdown-body h6{font-size:1em;color:#777}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:bold}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown-body table th{font-weight:bold}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #ddd}.markdown-body table tr{background-color:#fff;border-top:1px solid #ccc}.markdown-body table tr:nth-child(2n){background-color:#f8f8f8}.markdown-body img{max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,0.04);border-radius:3px}.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body pre{word-wrap:normal}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{content:normal}.pl-c{color:#969896}.pl-c1,.pl-mdh,.pl-mm,.pl-mp,.pl-mr,.pl-s1 .pl-v,.pl-s3,.pl-sc,.pl-sv{color:#0086b3}.pl-e,.pl-en{color:#795da3}.pl-s1 .pl-s2,.pl-smi,.pl-smp,.pl-stj,.pl-vo,.pl-vpf{color:#333}.pl-ent{color:#63a35c}.pl-k,.pl-s,.pl-st{color:#a71d5d}.pl-pds,.pl-s1,.pl-s1 .pl-pse .pl-s2,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src,.pl-v{color:#df5000}.pl-id{color:#b52a1d}.pl-ii{background-color:#b52a1d;color:#f8f8f8}.pl-sr .pl-cce{color:#63a35c;font-weight:bold}.pl-ml{color:#693a17}.pl-mh,.pl-mh .pl-en,.pl-ms{color:#1d3e81;font-weight:bold}.pl-mq{color:#008080}.pl-mi{color:#333;font-style:italic}.pl-mb{color:#333;font-weight:bold}.pl-md,.pl-mdhf{background-color:#ffecec;color:#bd2c00}.pl-mdht,.pl-mi1{background-color:#eaffea;color:#55a532}.pl-mdr{color:#795da3;font-weight:bold}.pl-mo{color:#1d3e81}.ace_gutter{background:#ffffff;color:#999999}.ace_print-margin{width:1px;background:#e8e8e8}.ace-github-light{background-color:#ffffff;color:#333333}.ace_cursor{color:#000000}.ace_marker-layer .ace_selection{background:#c8c8fa}.ace_multiselect .ace_selection.ace_start{box-shadow:0 0 3px 0px #ffffff;border-radius:2px}.ace_marker-layer .ace_step{background:#c6dbae}.ace_marker-layer .ace_bracket{margin:-1px 0 0 -1px;border:1px solid #c0c0c0}.ace_marker-layer .ace_active-line{background:#f5f5f5}.ace_gutter-active-line{background-color:#f5f5f5}.ace_marker-layer .ace_selected-word{border:1px solid #c8c8fa}.ace_fold{background-color:#a71d5d;border-color:#333333}.ace_keyword{color:#a71d5d}.ace_constant{color:#0086b3}.ace_support{color:#0086b3}.ace_support.ace_constant{color:#0086b3}.ace_support.ace_type{color:#a71d5d}.ace_storage{color:#a71d5d}.ace_storage.ace_type{color:#a71d5d}.ace_invalid.ace_illegal{text-decoration:underline;font-style:italic;color:#f8f8f8;background-color:#b52a1d}.ace_invalid.ace_deprecated{text-decoration:underline;font-style:italic;color:#b52a1d}.ace_string{color:#df5000}.ace_string.ace_regexp{color:#df5000}.ace_comment{color:#969896}.ace_variable{color:#df5000}.ace_entity.ace_name{color:#795da3}.ace_entity.ace_name.ace_tag{color:#63a35c}.ace_markup.ace_heading{color:#1d3e81}.ace_markup.ace_list{color:#693a17}.focus-content{width:620px}#site-container>.container:first-child{margin-top:20px}.emoji-icon{display:inline-block;height:20px;width:20px;vertical-align:middle;background-repeat:no-repeat;background-size:20px 20px}.avatar{display:inline-block;overflow:hidden;line-height:1;vertical-align:middle;border-radius:3px}.avatar-small{border-radius:2px}.avatar-link{float:left;line-height:1}.avatar-group-item{display:inline-block;margin-bottom:3px}.avatar-parent-child{position:relative}.avatar-child{position:absolute;right:-15%;bottom:-9%;border-radius:2px;box-shadow:-2px -2px 0 rgba(255,255,255,0.8)}.state{display:inline-block;padding:4px 8px;font-weight:bold;line-height:20px;color:#fff;text-align:center;border-radius:3px;background-color:#999}.state-open,.state-proposed,.state-reopened{background-color:#6cc644}.state-merged{background-color:#6e5494}.state-closed{background-color:#bd2c00}.state-renamed{background-color:#fffa5d}.labels{position:relative}.label{display:inline-block;padding:3px 4px;font-size:11px;font-weight:bold;line-height:1;color:#fff;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12)}.label:hover{text-decoration:none}.label-admin{color:#999;background-color:#eee}.label-limited-member{margin-top:-1px;margin-bottom:-1px;color:#999;font-weight:normal;background-color:transparent;border:1px solid #eee;box-shadow:none}.label-neutral{background-color:#999;color:#fff}a.label-link{border:1px solid transparent}a.label-link:hover{text-decoration:none}.label-membership-pending{background-color:#f93}.facebox{position:absolute;top:0;left:0;z-index:100;padding-bottom:40px}.facebox ul{margin-left:25px;margin-bottom:15px}.facebox .facebox-staff-links{margin:-15px -15px 15px;padding:10px 15px;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.facebox .facebox-staff-links li{display:inline-block;margin-right:10px;color:#999;list-style:none}.facebox .facebox-staff-links a{font-weight:bold}.facebox pre{padding:10px;background-color:#eee;border:1px solid #ddd;border-radius:3px}.facebox .shortcuts{width:860px}.facebox .facebox-user-list{margin-left:0;margin-bottom:0;max-height:400px;overflow:auto}.facebox .lineprofiler{width:900px}.facebox .lineprofiler pre{overflow-x:scroll;white-space:pre;word-wrap:normal}.facebox-popup{position:relative;background-color:#fff;border:1px solid rgba(0,0,0,0.25);border-radius:5px;box-shadow:0 0 18px rgba(0,0,0,0.4);background-clip:padding-box}.facebox-content{width:455px;padding:15px}.facebox-content:before{display:table;content:""}.facebox-content:after{display:table;clear:both;content:""}.facebox-close{position:absolute;top:8px;right:5px;padding:10px;-webkit-appearance:none;background-color:transparent;border:0;opacity:0.25;cursor:pointer}.facebox-close:hover{opacity:1}.facebox-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.facebox-overlay-hide{z-index:-100}.facebox-overlay-active{z-index:99;background-color:#000}.facebox-loading{min-height:64px;background-image:url(/assets/spinners/octocat-spinner-64-f4c980250033ceb8052bb542cf947750f8c73ebe69b0b0b66b415b4a40f8bd6e.gif);background-position:center center;background-repeat:no-repeat}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.facebox-loading{background-image:url(/assets/spinners/octocat-spinner-128-338974454bb5c32803e82f601beb051d373744b024fe8742a76009700fd7e033.gif);background-size:64px 64px}}.facebox-header{margin:-15px -15px 15px;padding:15px;border-bottom:1px solid #e5e5e5;font-size:18px;font-weight:normal}.facebox-footer{margin:0 -15px -15px;padding:10px 15px;border-top:1px solid #e5e5e5;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:#fafafa;text-align:right}.facebox-footer .help{margin:0;text-align:center;color:#777}.facebox-alert,.facebox-danger{margin:-16px -15px 15px;padding:10px 15px;border-style:solid;border-width:1px 0}.facebox-alert{color:#796620;background-color:#f8eec7;border-color:#f2e09a}.facebox-danger{padding-left:40px;color:#9c342e;background-color:#f7d9d7;border-color:#f2c4c2}.facebox-danger .octicon{float:left;margin-left:-25px}.facebox-separator{margin:20px -15px}.facebox-staff-search .hfields{margin-top:0;margin-bottom:0}.facebox-staff-search .hfields input[type="text"]{width:340px;margin-right:0}.facebox-staff-search .hfields .button{margin-top:29px;margin-right:0}.facebox-staff-search .status-check-list{float:none;margin:15px 0 0}#facebox .billing-credit-cards{margin:0 0 15px}#facebox .billing-credit-cards li{margin:0 4px 0 0}.keyboard-shortcuts{float:right;font-size:11px;color:#999}.keyboard-shortcuts .mini-icon{position:relative;top:2px;margin-left:5px}.keyboard-mappings{font-size:12px;color:#555}.keyboard-mappings th{padding-top:25px;font-size:14px;line-height:1.5;color:#333;text-align:left}.keyboard-mappings tbody:first-child tr:first-child th{padding-top:0}.keyboard-mappings td{padding-top:3px;padding-bottom:3px;vertical-align:top;line-height:20px}.keyboard-mappings .keys{padding-right:10px;color:#999;text-align:right;white-space:nowrap}.keyboard-mappings .platform-mac{display:none}.macintosh .keyboard-mappings .platform-mac{display:inline}.macintosh .keyboard-mappings .platform-other{display:none}.facebox-user-list-item{padding:3px 0;list-style:none;font-weight:bold;vertical-align:middle}.facebox-user-list-item a{color:#000}.facebox-user-list-item img{margin-right:5px;border-radius:3px;vertical-align:middle}.linejump .linejump-input{width:340px;background-color:#fafafa}.linejump .linejump-input,.linejump .button{font-size:16px;padding:10px 15px}.linejump+.facebox-close{top:18px}.repo-transfer-tip{margin-bottom:0}.user-mention,.team-mention{font-weight:bold;color:#333;white-space:nowrap}.muted-link{color:#777}.muted-link:hover{color:#4183c4;text-decoration:none}dl.form>dd input[type="text"].is-autocheck-loading,dl.form>dd input[type="password"].is-autocheck-loading,dl.form>dd input[type="email"].is-autocheck-loading{background-image:url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif);background-size:16px}dl.form>dd input[type="text"].is-autocheck-successful,dl.form>dd input[type="password"].is-autocheck-successful,dl.form>dd input[type="email"].is-autocheck-successful{background-image:url(/assets/modules/ajax/success-d52b10be0dd106e2af0082f20d3567b3b4ca1a01588fe8784559581d174b9cfd.png)}dl.form>dd input[type="text"].is-autocheck-errored,dl.form>dd input[type="password"].is-autocheck-errored,dl.form>dd input[type="email"].is-autocheck-errored{background-image:url(/assets/modules/ajax/error-5be259755184ed4fca9b2999079396864dfda1f514c4a58c800c36d148d2f6ab.png)}.form-cards{height:31px;margin:0 0 15px}.form-cards .card{float:left;width:47px;height:31px;text-indent:-9999px;background-image:url(/assets/modules/pricing/credit-cards-@1x-a2d43def9fd8ef56b0ff933150fbb82e05cc3c64f0e1c9b3282fa29eff6659f9.png);background-position:0 0;opacity:0.6}.form-cards .card.visa{background-position:0 0}.form-cards .card.amex{background-position:-50px 0}.form-cards .card.mastercard{background-position:-100px 0}.form-cards .card.discover{background-position:-150px 0}.form-cards .card.jcb{background-position:-200px 0}.form-cards .card.dinersclub{background-position:-250px 0}.form-cards .card.enabled{opacity:1}.form-cards .card.disabled{opacity:0.2}.form-cards>.cards{margin:0}.form-cards>.cards>li{float:left;margin:0 4px 0 0;list-style-type:none}.form-cards>.cards>li.text{font-size:11px;line-height:31px;color:#999}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.form-cards>.cards .card{background-image:url(/assets/modules/pricing/credit-cards-@2x-04ddcb8fd3b4dd231fabd04a4b8098b8110035b0372cc0e0974b05b8fdb897ce.png);background-size:300px 31px}}.status-indicator-loading{position:relative;top:3px;width:16px;height:16px;margin-top:-4px;background:url(/assets/spinners/octocat-spinner-32-EAF2F5-0bdc57d34b85c4a4de9d0d1db10cd70e8a95f33ff4f46c5a8c48b4bf4e5a9abe.gif) 0 0 no-repeat;background-size:16px}.callout{padding:10px;margin:15px 0;font-size:13px;color:#4c4a42;background-color:#fff9ea;border-color:#dfd8c2;border-radius:3px}.callout strong{font-weight:bold;color:#000}.callout h2{margin:0;font-size:16px;font-weight:300}.callout p:last-child{margin-bottom:0}.callout p:first-child{margin-top:0}.callout hr{width:100%;padding:0 10px;margin:10px 0 10px -10px;background:transparent;border-top:1px solid #e5e2c8;border-bottom:1px solid #fff}.infotip{padding:10px;margin:15px 0;font-size:12px;color:#4c4a42;background-color:#fff9ea;border:1px solid #dfd8c2;border-radius:3px}.infotip p{margin:0}.infotip p+p{margin-top:15px}.dashboard-notice{position:relative;padding:15px 15px 15px 55px;margin-bottom:20px;font-size:14px;background-color:#fafafa;border:solid 1px #d8d8d8;border-radius:3px}.dashboard-notice .dismiss{position:absolute;top:10px;right:10px;width:16px;height:16px;color:#bbb;cursor:pointer}.dashboard-notice .dismiss:hover{color:#666}.dashboard-notice .mega-octicon{position:absolute;top:15px;left:15px}.dashboard-notice .octicon-organization{color:#4183c4}.dashboard-notice h2{margin-top:9px;margin-bottom:16px;font-size:18px;font-weight:normal;color:#000}.dashboard-notice p{margin-top:0}.dashboard-notice p.no-title{padding-right:5px;margin-top:0}.dashboard-notice .inset-figure{float:right;margin-bottom:15px;margin-left:20px}.dashboard-notice ul{margin-left:18px}.dashboard-notice li{padding-bottom:15px}.dashboard-notice .coupon{padding:10px;margin:15px 0;font-size:20px;font-weight:bold;text-align:center;background:#fff;border:1px dashed #d1e5ff}kbd{background-color:#e7e7e7;background-image:-webkit-linear-gradient(#fefefe, #e7e7e7);background-image:linear-gradient(#fefefe, #e7e7e7);background-repeat:repeat-x;display:inline-block;padding:3px 5px;font:11px Consolas, "Liberation Mono", Menlo, Courier, monospace;line-height:10px;color:#000;border:1px solid #cfcfcf;border-radius:2px}.kbd-dark{color:#eee;background-color:#222;background-image:none;border:0}.badmono{font-family:sans-serif;font-weight:bold}.select-menu-button:after{display:inline-block;width:0;height:0;content:"";vertical-align:-2px;border:4px solid;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}.select-menu-button.icon-only{padding-left:7px}.select-menu-button.primary:after{border-top-color:#fff}.select-menu-button.primary:after:active{background-color:#4a993e}.select-menu .spinner{float:left;margin:4px 0 0 -24px}.select-menu.active .select-menu-modal-holder{display:block}.select-menu.right-aligned{float:right;position:relative}.select-menu.right-aligned .select-menu-modal-holder{right:0}.select-menu.is-showing-clear-item .select-menu-clear-item{display:block}.select-menu.is-showing-clear-item .select-menu-clear-item .octicon{color:inherit}.select-menu.is-showing-clear-item .select-menu-clear-item+.select-menu-no-results{display:none}.select-menu.is-loading .select-menu-loading-overlay{display:block}.select-menu.is-loading .select-menu-modal{min-height:200px}.select-menu-loading-overlay{display:none;text-indent:100%;height:100%;width:100%;position:absolute;top:0;z-index:5;border-radius:5px;border:1px solid transparent;background-color:rgba(255,255,255,0.8);-webkit-animation:pulse 2s infinite linear;animation:pulse 2s infinite linear}.select-menu-loading-overlay:before{position:absolute;left:50%;top:50%;margin:-16px 0 0 -16px;width:32px;content:"\f008";font:normal normal 32px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;text-indent:0}@-webkit-keyframes pulse{0%{color:rgba(170,170,170,0.1)}10%{color:#aaaaaa}100%{color:rgba(170,170,170,0.1)}}@keyframes pulse{0%{color:rgba(170,170,170,0.1)}10%{color:#aaaaaa}100%{color:rgba(170,170,170,0.1)}}.select-menu-modal-holder{position:absolute;display:none;z-index:21}.select-menu-modal{position:relative;width:300px;margin-top:4px;margin-bottom:20px;overflow:hidden;font-size:12px;color:#666;background-color:#fff;background-clip:padding-box;border:1px solid rgba(200,200,200,0.4);border-radius:3px;box-shadow:0 3px 12px rgba(0,0,0,0.15)}.select-menu-header{padding:8px 10px;background:#f5f5f5;border-bottom:1px solid rgba(200,200,200,0.4)}.select-menu-header .select-menu-title{font-weight:bold;color:#333;text-shadow:0 1px 0 #fff}.select-menu-header .octicon{display:block;float:right;color:#ccc;cursor:pointer}.select-menu-header .octicon:hover{color:#555}.select-menu-filters{background-color:#f8f8f8}.select-menu-text-filter{padding:10px 10px 0}.select-menu-text-filter:first-child:last-child{padding-bottom:10px;border-bottom:1px solid #ddd}.select-menu-text-filter input{display:block;width:100%;max-width:100%;padding:5px;border:1px solid #ddd;border-radius:3px}.select-menu-text-filter input::-webkit-input-placeholder,.select-menu-text-filter input:-moz-placeholder{color:#aaa}.select-menu-tabs{height:33px;border-bottom:1px solid #ddd}.select-menu-tabs ul{overflow:hidden;padding:14px 10px 0}.select-menu-tabs .select-menu-tab{display:inline-block}.select-menu-tabs a{height:20px;padding:5px 8px;font-size:11px;font-weight:bold;color:#888;text-decoration:none;line-height:20px;border-radius:3px 3px 0 0;cursor:pointer}.select-menu-tabs a:hover{color:#333}.select-menu-tabs a.selected{padding:4px 5px;border:1px solid #ddd;border-bottom:1px solid #fff;background-color:#fff;color:#333}.select-menu-list{max-height:400px;overflow:auto;position:relative}.select-menu-list.select-menu-tab-bucket{display:none}.select-menu-list.select-menu-tab-bucket.selected{display:block}.select-menu-list.is-showing-new-item-form .select-menu-new-item-form{display:table}.select-menu-list.is-showing-new-item-form .select-menu-no-results,.select-menu-list.is-showing-new-item-form .select-menu-clear-item{display:none}.select-menu-item{cursor:pointer;border-bottom:1px solid #eee;display:table;table-layout:fixed;width:100%;overflow:hidden;color:inherit}.select-menu-item:hover{text-decoration:none}.select-menu-item.select-menu-item-template{display:none}.select-menu-item.select-menu-clear-item{display:none}.select-menu-item.disabled,.select-menu-item.disabled.selected{color:#999}.select-menu-item.disabled .select-menu-item-gravatar,.select-menu-item.disabled.selected .select-menu-item-gravatar{opacity:0.5}.select-menu-item .octicon{vertical-align:middle}.select-menu-item .octicon-check{visibility:hidden}.select-menu-item input[type="radio"]{display:none}.select-menu-item .select-menu-item-icon{display:table-cell;color:transparent;vertical-align:top;padding:8px 0 8px 8px;width:24px;text-align:center}.select-menu-item.navigation-focus,.select-menu-item.navigation-focus.selected,.select-menu-item.navigation-focus.select-menu-action,.select-menu-item.navigation-focus .description-inline{background-color:#4183c4;color:#fff}.select-menu-item.navigation-focus>.octicon,.select-menu-item.navigation-focus.selected>.octicon,.select-menu-item.navigation-focus.select-menu-action>.octicon,.select-menu-item.navigation-focus .description-inline>.octicon{color:#fff}.select-menu-item.navigation-focus .text-danger,.select-menu-item.navigation-focus .description,.select-menu-item.navigation-focus.selected .text-danger,.select-menu-item.navigation-focus.selected .description,.select-menu-item.navigation-focus.select-menu-action .text-danger,.select-menu-item.navigation-focus.select-menu-action .description,.select-menu-item.navigation-focus .description-inline .text-danger,.select-menu-item.navigation-focus .description-inline .description{color:#fff}.select-menu-item>.octicon-dash{display:none}.select-menu-item.indeterminate>.octicon-check{display:none}.select-menu-item.indeterminate>.octicon-dash{display:table-cell}.select-menu-item.select-menu-action,.select-menu-item.selected{color:#333}.select-menu-item.select-menu-action .description,.select-menu-item.selected .description{color:#666}.select-menu-item.select-menu-action .octicon-check,.select-menu-item.selected .octicon-check{visibility:visible}.select-menu-item.select-menu-action>.octicon,.select-menu-item.selected>.octicon{color:#333}.select-menu-item.select-menu-action .select-menu-item-text{font-weight:bold}.select-menu[data-multiple] .select-menu-item:active{background-color:transparent !important}.select-menu-item a{color:inherit;text-decoration:none}.select-menu-item .hidden-select-button-text{display:none}.select-menu-item .css-truncate-target{display:table-cell;max-width:100%}form.select-menu-item>div:first-child{display:none !important}.select-menu-item.last-visible,.select-menu-list:last-child .select-menu-item:last-child{border-bottom:0;border-radius:0 0 3px 3px}.select-menu-actions .select-menu-item:hover{background-color:#4183c4;color:#fff}.select-menu-actions .select-menu-item:hover>.octicon{color:#fff}.select-menu-actions .select-menu-item:hover .description{color:#fff}.select-menu-no-results{padding:9px;display:none;cursor:auto;color:#999}.select-menu-list.filterable-empty .select-menu-no-results,.select-menu-no-results:only-child{display:block}.select-menu-button-gravatar,.select-menu-item-gravatar{overflow:hidden;line-height:0;width:20px}.select-menu-button-gravatar img,.select-menu-item-gravatar img{height:20px;width:20px;display:inline-block;border-radius:3px}.select-menu-item-gravatar{display:table-cell;padding:6px 0 6px 8px;vertical-align:top;width:28px}.select-menu-button-gravatar{display:inline-block;margin:6px 3px 6px 0;margin-right:5px;vertical-align:middle}.select-menu-item-text{display:table-cell;vertical-align:top;padding:8px 0 8px 8px;text-align:left}.select-menu-item-text:first-child{margin-left:5px}.select-menu-item-text .description{color:#999;font-size:12px;max-width:265px;display:block;margin-top:3px}.select-menu-item-text .description-inline{color:#999;font-size:10px}.select-menu-item-text h4{margin-top:0;margin-bottom:0}.select-menu-item-text h4 .description{font-weight:normal;display:inline}.select-menu-footer{padding:8px;font-weight:bold;border-top:1px solid #eee}.select-menu-footer a{display:inline-block;margin-top:1px;vertical-align:top}.select-menu-footer .octicon{color:#666}.select-menu-new-item-form{display:none}.select-menu-new-item-form .octicon{color:#4183c4}.modal-backdrop{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.menu-active .modal-backdrop{display:block;position:fixed;top:0;left:0;height:100%;width:100%;z-index:20}.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;content:"";vertical-align:-2px;border:4px solid;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}.dropdown-menu{position:absolute;top:100%;left:50%;z-index:100;width:160px;margin-top:2px;margin-left:-80px;padding-top:5px;padding-bottom:5px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 3px 12px rgba(0,0,0,0.15)}.dropdown-menu:before{position:absolute;top:-16px;left:72px;display:inline-block;content:"";border:8px solid transparent;border-bottom-color:#ccc;border-bottom-color:rgba(0,0,0,0.15)}.dropdown-menu:after{position:absolute;top:-14px;left:73px;display:inline-block;content:"";border:7px solid transparent;border-bottom-color:#fff}.dropdown-menu>li>a{display:block;padding:4px 10px 4px 38px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-menu>li>a>.octicon{float:left;margin-top:1px;margin-left:-23px;opacity:0.5}.dropdown-menu>li>a:hover,.dropdown-menu>li>a.zeroclipboard-is-hover{color:#fff;text-decoration:none;background-color:#4183c4}.dropdown-menu>li>a:hover>.octicon,.dropdown-menu>li>a.zeroclipboard-is-hover>.octicon{color:inherit;opacity:1}.dropdown-divider{height:1px;margin:8px 1px;background-color:#e5e5e5}.dropdown-header{padding:4px 15px;font-size:12px;color:#999}.dropdown-menu-content{display:none}.dropdown-menu-w{top:0;left:auto;right:100%;width:auto;margin-top:0;margin-left:0;margin-right:10px}.dropdown-menu-w:before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:#ccc;border-left-color:rgba(0,0,0,0.15)}.dropdown-menu-w:after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:#fff}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:10px}.dropdown-menu-e:before{top:10px;left:-16px;border-color:transparent;border-right-color:#ccc;border-right-color:rgba(0,0,0,0.15)}.dropdown-menu-e:after{top:11px;left:-14px;border-color:transparent;border-right-color:#fff}include-fragment,poll-include-fragment{display:block}.pagination:before{display:table;content:""}.pagination:after{display:table;clear:both;content:""}.pagination a,.pagination span,.pagination em{position:relative;float:left;margin-left:-1px;font-size:13px;font-weight:bold;font-style:normal;padding:7px 12px;color:#4183c4;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #e5e5e5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination a:first-child,.pagination span:first-child,.pagination em:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination a:last-child,.pagination span:last-child,.pagination em:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus{z-index:2;background-color:#e7e7e7;border-color:#e5e5e5;text-decoration:none}.pagination .selected{z-index:3}.pagination .current,.pagination .current:hover{z-index:3;color:#fff;background-color:#4183c4;border-color:#4183c4}.pagination .gap,.pagination .disabled,.pagination .gap:hover,.pagination .disabled:hover{background-color:#fafafa;cursor:default;color:#d3d3d3}.ajax_paginate{display:block;margin-top:20px}.ajax_paginate a{float:none;display:block;padding:6px;text-align:center}.ajax_paginate.loading a{text-indent:-3000px;background-color:#eaeaea;background-image:url(/assets/spinners/octocat-spinner-16px-EAF2F5-51a410020c7197f8c4df78e79d28a05dca25d42014cd95e13b232cd2ef89109c.gif);background-repeat:no-repeat;background-position:center center;border-color:#c5c5c5}@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2){.ajax_paginate.loading a{background-image:url(/assets/spinners/octocat-spinner-32-EAF2F5-0bdc57d34b85c4a4de9d0d1db10cd70e8a95f33ff4f46c5a8c48b4bf4e5a9abe.gif);background-size:16px auto}}.paginate-container{margin-top:20px;margin-bottom:15px;text-align:center}.paginate-container .pagination{display:inline-block}.header{padding-top:10px;padding-bottom:10px;min-width:1000px;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.header-logged-out{padding-top:15px;padding-bottom:15px}.header-logo-invertocat{float:left;margin-right:10px;margin-left:-2px;color:#333;white-space:nowrap}.header-logo-invertocat .octicon-mark-github{float:left;width:28px;height:28px;font-size:28px}.header-logo-invertocat:hover{color:#4183c4;text-decoration:none}.logo-subbrand{float:left;margin-left:6px;font-size:16px;font-weight:bold;line-height:28px}.header-logo-wordmark{position:relative;float:left;height:26px;margin-right:15px;color:#333}.header-logo-wordmark:hover{color:#4183c4}.header-logo-wordmark .octicon-logo-github{height:26px;font-size:32px}.notification-indicator .mail-status{position:absolute;top:-2px;right:2px;z-index:2;display:none;width:14px;height:14px;color:#fff;text-align:center;background-color:#4183c4;background-image:-webkit-linear-gradient(#7ba9d6, #4183c4);background-image:linear-gradient(#7ba9d6, #4183c4);background-repeat:repeat-x;background-clip:padding-box;border-radius:50%;border:2px solid #f3f3f3}.notification-indicator .mail-status.unread{display:inline-block}.notification-indicator:hover .mail-status{background-color:#4183c4}.site-search{position:relative;float:left}.site-search form{position:relative;float:left;width:360px;margin-right:10px}.site-search input[type="text"]{position:relative;width:100%;min-height:28px;padding:4px 20px 4px 8px;font-size:12px}.site-search .scope-badge{position:absolute;top:3px;left:3px;bottom:3px;z-index:10;display:none;padding:3px 6px;font-size:12px;color:#777;background-color:#eee;border-radius:2px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.site-search.repo-scope .scope-badge{display:block}.site-search.repo-scope input[type="text"]{padding-left:100px}.site-search.repo-scope input[type="text"]:focus+.scope-badge,.site-search.repo-scope .focused .drag-and-drop+.scope-badge,.focused .site-search.repo-scope .drag-and-drop+.scope-badge{background-color:#e4eef7;color:#4183c4}.header-nav{list-style:none}.header-nav-item{float:left}.header-nav-item.active .dropdown-menu-content{display:block}.header-nav-item.active .tooltipped:before,.header-nav-item.active .tooltipped:after{display:none}.header-nav-link{display:block;padding:4px 8px;font-size:13px;font-weight:bold;line-height:20px;color:#333}.header-nav-link:hover,.header-nav-link:focus{color:#4183c4;text-decoration:none}.header-nav-link:hover .dropdown-caret,.header-nav-link:focus .dropdown-caret{border-top-color:#4183c4}.user-nav{margin-right:-8px}.user-nav .header-nav-link{height:28px}.user-nav .octicon{width:18px;height:18px;text-align:center}.user-nav .octicon-inbox{font-size:20px}.user-nav .octicon-sign-out{padding-top:2px}.user-nav .octicon-plus{float:left;width:16px;height:18px;font-size:18px}.user-nav .avatar{float:left;margin-right:5px}.user-nav .name{float:left;white-space:nowrap}.sign-out-button{background:none;border:0}.header-actions{float:right;margin-top:-3px;margin-bottom:-3px}.header-actions .button{margin-left:5px}.enterprise .header{background-color:#2a2c2e;border-bottom-color:#121213}.is-stats .enterprise .header{box-shadow:inset 0 1px 0 rgba(255,255,255,0.05)}.enterprise .header-logo-wordmark,.enterprise .header-logo-invertocat,.enterprise .header-nav-link{color:#c8c8ca}.enterprise .header-logo-wordmark:hover,.enterprise .header-logo-wordmark:focus,.enterprise .header-logo-invertocat:hover,.enterprise .header-logo-invertocat:focus,.enterprise .header-nav-link:hover,.enterprise .header-nav-link:focus{color:#fafafa}.enterprise .header-nav-link:hover .dropdown-caret,.enterprise .header-nav-link:focus .dropdown-caret{border-top-color:#fafafa}.enterprise .notification-indicator .mail-status{border-color:#2a2c2e}.enterprise .notification-indicator:hover .mail-status{background-color:#d26911}.enterprise .header-actions .button{border:0;box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 1px rgba(0,0,0,0.5)}.enterprise .site-search .scope-badge{background-color:#5b5f63;color:#c8c8ca}.enterprise .site-search input[type="text"]{color:#fafafa;background-color:#4f5256;border-color:#121213}.enterprise .site-search input[type="text"]:focus,.enterprise .site-search .focused .drag-and-drop,.focused .enterprise .site-search .drag-and-drop{background-color:#55595d;border-color:#000;box-shadow:inset 0 1px 0 rgba(0,0,0,0.075)}.enterprise .site-search input[type="text"]:focus+.scope-badge,.enterprise .site-search .focused .drag-and-drop+.scope-badge,.focused .enterprise .site-search .drag-and-drop+.scope-badge{background-color:#676c71;color:#fff}.unsupported-browser{padding:15px 0;color:#211e14;background-color:#fae692;background-image:-webkit-linear-gradient(#feefae, #fae692);background-image:linear-gradient(#feefae, #fae692);background-repeat:repeat-x;border-bottom:1px solid #b3a569}.unsupported-browser .container{background:url(/assets/icons/ie-notice-797daf799064a78ff6a30d8bd5669edd01772f1de9f69294dca2df45de4b2ba2.png) no-repeat 0 5px}.unsupported-browser h5{font-size:13px;margin:5px 0 2px;padding-left:48px}.unsupported-browser p{margin:0;padding-left:48px}.unsupported-browser .button{float:right;margin-top:5px;margin-left:8px}.mobile-banner button.switch-to-mobile{display:block;width:100%;padding:30px 0 45px;border:0;background-color:#444;color:#eaeaea;font-size:60px;text-align:center;font-weight:bold}.mobile-banner button.switch-to-mobile .mega-octicon{position:relative;top:-8px;margin-right:5px;color:#ddd;font-size:48px}.outdated-dns p{text-align:center}.accessibility-aid{height:1px;width:1px;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;position:absolute;margin:0}.accessibility-aid:focus{height:auto;width:auto;clip:auto;z-index:1;top:0;line-height:49px;padding:0 10px;background:#f5f5f5;font-weight:bold;text-decoration:none;color:#333}.is-stats .accessibility-aid:focus{top:34px}.site-footer{position:relative;margin-top:40px;padding-top:40px;padding-bottom:40px;font-size:12px;line-height:1.5;color:#777;border-top:1px solid #eee}.site-footer:before{display:table;content:""}.site-footer:after{display:table;clear:both;content:""}.site-footer .octicon-mark-github{position:absolute;top:38px;left:50%;height:24px;width:24px;margin-left:-12px;font-size:24px;color:#ccc}.site-footer .octicon-mark-github:hover{color:#bbb}.site-footer-links{margin:0;list-style:none}.site-footer-links li{display:inline-block;line-height:16px}.site-footer-links li+li{margin-left:10px}.billing-plans tbody td{width:25%;vertical-align:middle}.billing-plans .current{background-color:#f2ffed}.billing-plans .name{font-size:14px;font-weight:bold;color:#333}.billing-plans .coupon{font-size:12px}.billing-plans .coupon td{color:#fff;background-color:#6cc644}.billing-plans .coupon .text-right{white-space:nowrap}.billing-plans .coupon.expiring td{background-color:#df6e00}.billing-plans .coupon.expiring .coupon-label:after{border-bottom-color:#df6e00}.billing-plans tbody>.selected{background-color:#fdffce}.coupon-label{position:relative;padding:9px;margin:-9px}.coupon-label:after{position:absolute;bottom:100%;left:15px;width:0;height:0;pointer-events:none;content:" ";border:solid transparent;border-width:5px;border-bottom-color:#6cc644}.boxed-group-table .toggle-currency{font-size:11px;font-weight:normal}.is-hidden,.has-removed-contents{display:none}.currency-notice{margin-bottom:10px}.org-login{margin-top:-30px;margin-bottom:30px}.org-login img{width:450px;padding:1px;margin:10px -25px;border:1px solid #ccc}.auth-form{width:400px;margin:60px auto}.auth-form form{border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.075)}.auth-form .note{margin:15px 0;text-align:center}.auth-form-header{position:relative;padding:10px 20px;margin:0;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);background-color:#829aa8;border:1px solid #768995;border-radius:3px 3px 0 0}.auth-form-header h1{margin-top:0;margin-bottom:0;font-size:16px}.auth-form-header h1 a{color:#fff}.auth-form-header .octicon{position:absolute;top:10px;right:20px;color:rgba(0,0,0,0.4);text-shadow:0 1px 0 rgba(255,255,255,0.1)}.auth-form-body{padding:20px;font-size:14px;background-color:#fff;border:1px solid #d8dee2;border-top:0;border-radius:0 0 3px 3px}.auth-form-body .input-block{margin-top:5px;margin-bottom:15px}.auth-form-body p{margin:0 0 10px}.two-factor-help{position:relative;padding:10px 10px 10px 36px;margin:60px 0 auto auto;border:1px solid #eaeaea;border-radius:3px}.two-factor-help .octicon{position:absolute;top:10px;left:10px}.two-factor-help .minibutton{float:right}.two-factor-help ul{list-style-type:none}.flash.sms-error,.flash.sms-success{display:none;margin:0 0 10px}.is-sent .sms-success{display:block}.is-sent .sms-error{display:none}.is-not-sent .sms-success{display:none}.is-not-sent .sms-error{display:block}.autocomplete-results{position:absolute;z-index:99;display:none;max-height:20em;overflow-y:auto;font-size:13px;list-style:none;background:#fff;border:1px solid #c1c1c1;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.3)}.autocomplete-group{width:100%;overflow:hidden}.autocomplete-item{display:block;padding:5px;overflow:hidden;font-weight:bold;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autocomplete-item.navigation-focus{color:#fff;text-decoration:none;background-color:#4183c4}.autocomplete-item.selected{color:#fff;background-color:#4183c4}.autocomplete-item.selected .due_on,.autocomplete-item.selected .past_due,.autocomplete-item.selected .number{color:#fff}.autocomplete-item .secondary-label{font-weight:normal}.autocomplete-item .due_on,.autocomplete-item .past_due{display:block;font-weight:normal}.autocomplete-item .due_on{color:#666}.autocomplete-item .past_due{color:#984646}.autocomplete-item .state{display:block;float:left;width:13px;height:9px;margin-top:3px;margin-right:5px;border-radius:2px}.autocomplete-item .state.closed{background-color:#bd2c00}.autocomplete-item .state.open{background-color:#6cc644}.autocomplete-item .number{font-weight:bold;color:#999}.autocomplete-item .organization-member{float:right;padding-top:1px;color:#808080}.autocomplete-item.navigation-focus .organization-member,.autocomplete-item.navigation-focus .ldap-group-dn,.autocomplete-item.selected .organization-member,.autocomplete-item.selected .ldap-group-dn{color:#f2f2f2}.suggester-container{position:absolute;top:58px;left:10px;z-index:30}.comment-content .suggester-container{top:46px}.timeline-new-comment .suggester-container{top:52px}.is-comment-editing .suggester-container{top:49px}.merge-branch-form .suggester-container{top:39px}.wiki-wrapper .suggester-container{top:93px;left:-2px}.suggester{position:relative;top:0;left:0;display:none;min-width:180px;margin-top:20px;background:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.1)}.suggester.active{display:block}.suggester ul{padding:0;margin:0;list-style:none}.suggester li{display:block;padding:5px 10px;font-weight:bold;border-bottom:1px solid #ddd}.suggester li small{font-weight:normal;color:#777}.suggester li:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.suggester li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px}.suggester li.navigation-focus{color:#fff;text-decoration:none;background:#4183c4}.suggester li.navigation-focus small{color:#fff}.breadcrumb{margin:5px 0;font-size:18px;color:#999}.breadcrumb .separator:before,.breadcrumb .separator:after{content:" "}.breadcrumb strong.final-path{color:#000}.breadcrumb .abort{display:inline;font-size:14px}.breadcrumb .new-file-no-branch{color:#ccc}.breadcrumb .new-file-no-branch:hover{color:#4183c4}.breadcrumb .zeroclipboard-button{display:inline-block;margin-left:5px}.breadcrumb .repo-root{font-weight:bold}.file-box input.filename,.file-box .abort{position:relative;top:-1px}.file-box .gitignore-template,.file-box .license-template{float:right;font-size:14px;position:relative;top:3px;display:none}.file-box .gitignore-template.is-visible,.file-box .license-template.is-visible{display:inline}.file-box .license-info{color:#ccc;margin-left:5px}.file-box .select-menu-git-ignore,.file-box .select-menu-license-picker{right:0}.new-file-link{display:inline-block;color:#4183c4;cursor:pointer}.blob-interaction-bar{position:relative;background:#f2f2f2;border-bottom:1px solid #e5e5e5}.blob-interaction-bar:before{display:table;content:""}.blob-interaction-bar:after{display:table;clear:both;content:""}.blob-interaction-bar .octicon-search{position:absolute;top:10px;left:10px;color:#999;font-size:12px}input.blob-filter{padding:4px 20px 5px 30px;width:100%;font-size:12px;border:0;border-radius:0;outline:none}input.blob-filter:focus{outline:none}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-line-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:bold;background:#f8f8f8;border-top:0}.too-long-message{display:none;color:#cea61b}.is-too-long-error .too-long-message{display:block}.check-for-fork{display:inline-block}.check-for-fork img{vertical-align:text-bottom}.check-for-fork.is-error .check-for-fork-loading{display:none}.check-for-fork.is-error .check-for-fork-error{display:inline-block}.check-for-fork-error{display:none}.file-commit-form{padding-left:64px}.file-commit-form .commit-form-avatar{float:left;margin-left:-64px;border-radius:4px}.file-commit-form .commit-form{position:relative;padding:15px;margin-bottom:10px;border:1px solid #ddd;border-radius:3px}.file-commit-form .commit-form:after,.file-commit-form .commit-form:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.file-commit-form .commit-form:after{border-width:7px;border-right-color:#fff;margin-top:1px;margin-left:2px}.file-commit-form .commit-form:before{border-right-color:#ddd;border-width:8px}.file-commit-form .commit-message{min-height:100px}.file-commit-form-heading{margin-top:0;margin-bottom:10px}.quick-pull-choice .form-checkbox{padding-left:25px;margin:10px 0}.quick-pull-choice .form-checkbox label{font-weight:normal}.quick-pull-choice .form-checkbox .octicon{width:16px;margin-right:3px;text-align:center}.quick-pull-choice dl.form,.quick-pull-choice .form-checkbox:last-child{margin-bottom:0}.quick-pull-choice .quick-pull-branch-name{display:none;padding-left:48px;margin-top:5px}.quick-pull-choice .new-branch-name-input{position:relative;margin-top:5px}.quick-pull-choice .new-branch-name-input input{width:240px;padding-left:26px;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}.quick-pull-choice .new-branch-name-input .quick-pull-new-branch-icon{position:absolute;top:9px;left:10px;color:#b0c4ce}.quick-pull-choice.will-normalize-ref .quick-pull-normalization-info{display:inline-block}.quick-pull-choice.will-create-branch .quick-pull-branch-name{display:inline-block}.quick-pull-normalization-info{position:absolute;top:34px;left:0;z-index:10;display:none;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.merge-pr{padding-top:10px;margin:20px 0 0;border-top:1px solid #ddd}.merge-pr.open .merge-branch-form{display:block}.merge-pr.open .branch-action{display:none}.branch-status{padding:10px 0 0;border:solid #eee;border-width:0 0 1px}.branch-status .octicon{width:16px;text-align:center}.branch-status .divider{color:#999}.branch-status.status-pending{color:#cea61b;border-color:#e2cc7a}.branch-status.status-success{color:#6cc644;border-color:#95c97e}.branch-status.status-error,.branch-status.status-failure{color:#bd2c00;border-color:#e97a74}.branch-status.open>.build-statuses-list{max-height:370px;border-width:1px 0}.branch-status.open .build-statuses-toggle-opened{display:inline}.branch-status.open .build-statuses-toggle-closed{display:none}.build-status-description{display:block;padding:0 15px 10px 12px}.build-status-single .css-truncate-target{width:80%;max-width:80%}.build-statuses-list{max-height:0;margin-bottom:-1px;overflow-y:auto;border:solid #eee;border-width:1px 0 0;-webkit-transition:max-height 0.25s ease-in-out;transition:max-height 0.25s ease-in-out}.build-statuses-toggle-opened{display:none}.build-status-item{padding:10px 15px 10px 12px;background-color:#fafafa;border-bottom:1px solid #eee}.build-status-item:last-child{border-bottom:0}.build-status-item .css-truncate-target{width:80%;max-width:80%}.build-status-icon{width:16px;color:inherit;text-align:center}.merge-pr-more-commits{margin-top:10px;margin-bottom:10px;margin-left:64px;font-size:12px;color:#777}.branch-action{padding-left:64px;margin-top:15px;margin-bottom:15px}.branch-action .merge-branch-heading{margin-bottom:2px}.branch-action .delete-branch-failure{display:none;padding:15px}.branch-action.error .delete-branch-failure{display:block}.branch-action.error .merge-message{display:none}.branch-action-icon{float:left;width:48px;height:48px;margin-left:-64px;line-height:48px;color:#fff;text-align:center;border-radius:3px}.branch-action-body{position:relative;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px}.branch-action-body:after,.branch-action-body:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.branch-action-body:after{border-width:7px;border-right-color:#fff;margin-top:1px;margin-left:2px}.branch-action-body:before{border-right-color:#ddd;border-width:8px}.branch-action-body .spinner{display:block;float:left;width:32px;height:32px;margin-right:15px;background:url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif) no-repeat}.branch-action-body .merge-message,.branch-action-body .merge-branch-form{padding:15px}.branch-action-state-clean .branch-action-icon{background-color:#6cc644}.branch-action-state-clean .branch-action-body,.branch-action-state-clean .branch-status{border-color:#95c97e}.branch-action-state-clean .branch-action-body:before{border-right-color:#95c97e}.branch-action-state-unknown .branch-action-icon,.branch-action-state-unstable .branch-action-icon{background-color:#cea61b}.branch-action-state-unknown .branch-action-body,.branch-action-state-unknown .branch-status,.branch-action-state-unstable .branch-action-body,.branch-action-state-unstable .branch-status{border-color:#e2cc7a}.branch-action-state-unknown .branch-action-body:before,.branch-action-state-unstable .branch-action-body:before{border-right-color:#e2cc7a}.branch-action-state-merged .branch-action-icon{background-color:#6e5494}.branch-action-state-merged .branch-action-body{border-color:#886ead}.branch-action-state-merged .branch-action-body:before{border-right-color:#886ead}.branch-action-tasks .branch-action-icon{background-color:#4183c4}.branch-action-tasks .branch-action-body{border-color:#689cd0}.branch-action-tasks .branch-action-body:before{border-right-color:#689cd0}.branch-action-state-dirty .branch-action-icon,.branch-action-state-closed-dirty .branch-action-icon{background-color:#888}.branch-action-state-dirty .branch-status,.branch-action-state-closed-dirty .branch-status{border-color:#eee}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.branch-action-body .spinner{background-image:url(/assets/spinners/octocat-spinner-64-f4c980250033ceb8052bb542cf947750f8c73ebe69b0b0b66b415b4a40f8bd6e.gif);background-size:32px 32px}}.merge-branch-form{display:none;margin:15px 0}.merge-branch-form .commit-form{border-color:#95c97e}.merge-branch-form .commit-form:before{border-right-color:#95c97e}.merge-branch-form.error .commit-form{border-color:#e97a74}.merge-branch-form.error .commit-form:before{border-right-color:#e97a74}.merge-branch-form .merge-form-failed{display:none}.merge-branch-form.error .merge-form-failed{display:block}.merge-branch-form.error .merge-form-contents{display:none}.merge-button-matrix-merge-form .merge-branch-form{display:block}.merge-button-matrix-merge-form .merge-branch-form .merge-form-contents{display:block}.merge-button-matrix-merge-failed .merge-branch-form{display:block}.merge-button-matrix-merge-failed .merge-branch-form .merge-form-failed{display:block}.merge-button-matrix-merge-failed .merge-branch-form .merge-form-contents{display:none}.branch-action-tasks-list{margin-top:5px;padding-left:20px}.branch-action-tasks-description .review-tasks-toggle-opened{display:none}.branch-action-tasks-description .branch-action-tasks-list{display:none}.branch-action-tasks-description .review-tasks-description{margin-top:0;margin-bottom:0;color:#777}p.recently-touched-branches-description{margin:0;font-size:11px;color:#888}.recently-touched-branches{padding:0;margin:5px 0 10px;color:#4c4a42;background-color:#fff9ea;border:solid 1px #dfd8c2;border-radius:3px}.recently-touched-branches a.branch-link{font-weight:bold}.recently-touched-branches li{height:36px;padding:5px;margin:0;line-height:23px;list-style-type:none;border-bottom:1px solid #e5e2c8}.recently-touched-branches li:last-child{border-bottom:0}.recently-pushed-branch-actions{float:right}.recently-pushed-branch-details{display:inline-block;margin:0 0 0 7px;font-size:13px;line-height:26px;color:#a19e7f}.recently-pushed-branch-details a{color:#6b694f}.recently-pushed-branch-details .css-truncate-target{max-width:400px}.branch-name{display:inline-block;padding:2px 6px;font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace;color:rgba(0,0,0,0.5);background-color:rgba(209,227,237,0.5);border-radius:3px}.branch-name .octicon{margin:1px -2px 0 0;color:#b0c4ce}a.branch-name{color:#4183c4}.range-editor{position:relative;margin-bottom:10px}.is-collapsed .range-editor.for-expanded{display:none}.is-expanded .range-editor.for-collapsed{display:none}.range-editor span.flag{position:relative;display:block;float:left;padding:12px 13px;background-color:#fafafa;border:1px solid #eee;border-right-width:0;border-bottom-width:2px;border-radius:3px 0 0 3px}.range-editor span.flag .octicon{display:block;color:#666}.range-editor .range{position:relative;min-height:43px;padding:7px 10px 0;margin-left:41px;background-color:#fafafa;border:1px solid #eee;border-bottom-width:2px;border-radius:0 3px 3px 0}.range-editor .range p{margin:0 0 8px;font-size:12px;color:#999}.range-editor .range .dots{margin:0 4px;font-size:16px;color:#999}.range-editor .range .range-action{float:right}.range-editor .range .range-action.octicon{padding-left:20px;margin:6px 3px 0 0;color:#999;cursor:pointer}.range-editor .range .range-action.octicon:hover{color:#bd2c00}.range-editor .range .select-menu{position:relative;display:inline-block}.range-editor .range .select-menu.fork-suggester{display:none}.range-editor .range .branch-name{margin-bottom:7px;line-height:22px}.is-cross-repo .range-editor .range .select-menu.fork-suggester{display:inline-block}.is-cross-repo .range-editor .range .cross-repo-text{display:none}.range-editor .range .branch .css-truncate-target,.range-editor .range .fork-suggester .css-truncate-target{max-width:180px}.range-editor.for-collapsed .range{border-bottom-left-radius:0}.range-cross-repo-pair{display:inline-block;padding-bottom:7px;white-space:nowrap}ul.comparison-list{width:350px;margin:25px auto 15px;font-size:14px;text-align:left;background:#fff;border:1px solid #ddd;border-radius:3px}ul.comparison-list>li{padding:7px 10px;list-style-type:none;border-top:1px solid #eee}ul.comparison-list>li a{font-weight:bold}ul.comparison-list>li em{float:right;font-style:normal;color:#999}ul.comparison-list>li .octicon{position:relative;top:1px;color:#aaa}ul.comparison-list>li .css-truncate-target{max-width:200px}ul.comparison-list>li.title{font-size:12px;font-weight:bold;color:#aaa;text-transform:uppercase;background:#fafafa;border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.recently-touched-branches-wrapper{margin:15px 0}.starring-container .unstarred,.starring-container.on .starred{display:block}.starring-container.on .unstarred,.starring-container .starred{display:none}.starring-container.loading{opacity:0.5}.user-following-container .follow,.user-following-container.on .unfollow{display:inline-block}.user-following-container.on .follow,.user-following-container .unfollow{display:none}.user-following-container.loading{opacity:0.5}.members .user-following-container{float:right}.code-list .file-box{border:1px solid #ddd;border-radius:3px}.code-list em{background-color:rgba(255,255,140,0.5);padding:3px;border-radius:3px;font-weight:bold;font-style:normal;color:#333}.code-list .title{margin:-3px 0 10px 38px;min-height:24px;font-weight:bold;line-height:1.2}.code-list .repo-specific .title,.code-list .repo-specific .full-path{margin-left:0}.code-list .updated-at{margin:0;font-size:11px;color:#999;font-weight:normal}.code-list .language{float:right;color:rgba(51,51,51,0.75);font-size:12px;margin-left:10px}.code-list .avatar{float:left}.code-list .code-list-item+.code-list-item{margin-top:20px;padding-top:20px;border-top:1px solid #eee;margin-bottom:10px}.code-list .blob-num{padding:0}.code-list .blob-num:before{content:normal}.code-list .blob-num a{color:inherit;padding:0 10px}.code-list .blob-num a:hover{color:#4183c4}.code-list .blob-code{white-space:pre-wrap}.code-list .divider .blob-num,.code-list .divider .blob-code{background-color:#f8fafd;padding-top:0;padding-bottom:0;cursor:default}.code-list .divider .blob-num{background-color:#f0f5fa;line-height:15px;padding:0 10px;height:18px}.code-list .full-path{margin:0 0 0 40px}.code-list .full-path .octicon-repo{color:#666}.code-list .full-path .octicon-lock{color:#e9dba4}.code-list .full-path a{color:#999}.code-list-item-private .file-box{border:1px solid #fadda5}.code-list-item-private .blob-num{background-color:#fff9ea;border-right:1px solid #fadda5}.code-list-item-private .blob-num a{color:#a1882b}.code-list-item-private .divider .blob-num,.code-list-item-private .divider .blob-code{background-color:#fff9ea;color:#a1882b}.codesearch-head{padding-bottom:20px}.codesearch-head.pagehead h1{float:left;width:250px;line-height:33px}.advanced-search-form h3{margin-top:20px}.advanced-search-form .flattened dt{width:230px}.advanced-search-form .flattened dt label{font-weight:normal}.advanced-search-form .flattened dd{margin-left:250px}.advanced-search-form .form-checkbox{margin-left:250px}.advanced-search-form fieldset{border-bottom:1px solid #f1f1f1;padding-bottom:20px;margin-bottom:30px}.codesearch-results .large-format-loader{padding-top:5%}.codesearch-results .repo-list{margin-top:-20px}.codesearch-results .repo-list-name{font-weight:normal}.codesearch-results .repo-list-name a,.codesearch-results .code-list .title a{word-wrap:break-word}.codesearch-results .repo-list-name em,.codesearch-results .repo-list-description em{padding:3px;font-style:normal;font-weight:bold;background-color:rgba(255,255,140,0.5);border-radius:3px}.codesearch-results .search-foot-note{color:#999;text-align:center}.meta-search-links{margin-top:20px}.meta-search-links a{margin-right:10px}.codesearch-aside .menu .octicon{width:16px;text-align:center;margin-right:5px}.codesearch-aside .meta-search-links{margin-top:20px}.codesearch-aside .meta-search-links a{margin-right:10px}.codesearch-aside .filter-list{border-bottom:1px solid #f1f1f1;margin-bottom:20px;padding-bottom:20px}.codesearch-aside .filter-list li{position:relative}.codesearch-aside .filter-list li span.bar{background:#f1f1f1;display:inline-block;position:absolute;z-index:-1;top:2px;bottom:2px;right:0}.simple-search-page{width:740px;padding-top:100px;padding-bottom:100px}.simple-search-page h2{font-weight:normal}.simple-search-page h2 .mega-octicon{vertical-align:middle}.search-form-fluid{position:relative}.search-form-fluid .flex-table-item-primary{padding-right:10px}.search-form-fluid .completed-query{position:absolute;top:7px;left:8px;right:8px;z-index:1;margin:0;overflow:hidden;white-space:nowrap}.search-form-fluid .completed-query span{opacity:0}.search-form-fluid .search-page-label{position:relative;display:block;font-weight:normal;cursor:text}.search-form-fluid .search-page-label.focus .completed-query{opacity:0.6}.search-form-fluid .search-page-input{position:relative;z-index:2;min-height:0;margin:0;padding:0;background:none;border:0;box-shadow:none}.search-form-fluid .search-page-input:focus{box-shadow:none}.token-warning{position:absolute;top:10px;right:85px;z-index:100;color:#000}.sort-bar{border-bottom:1px solid #f1f1f1;margin-bottom:20px;padding-bottom:20px}.sort-bar .sort-label{padding-right:5px;font-weight:200;font-size:13px;color:#666}.sort-bar .select-menu{float:right}.sort-bar h3{margin:0}.sort-bar .sort-form{float:right}.sort-bar .sort-link{font-weight:bold;color:#8a8a8a;text-decoration:none;margin-top:4px}.sort-form .sort-icon{border:5px solid #8a8a8a;height:0;width:0;display:inline-block;margin-left:5px}.sort-form .sort-desc .sort-icon{border-color:#8a8a8a transparent transparent;border-width:5px 4px 2px}.sort-form .sort-asc .sort-icon{border-color:transparent transparent #8a8a8a;border-width:2px 4px 5px}.file-editor-textarea{width:100%;padding:5px 4px;font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace;resize:vertical;border:0;border-radius:0;outline:none}.container-preview .tabnav-tabs{margin:-6px 0 0 -11px}.container-preview .tabnav-tabs .tabnav-tab{padding:12px 15px;border-radius:0}.container-preview .tabnav-tabs>li:first-child .selected{border-top-left-radius:3px}.container-preview .tabnav-tabs .selected{font-weight:bold}.container-preview.show-code .commit-create,.container-preview.show-code .actions{display:block}.container-preview.show-code .commit-preview,.container-preview.show-code .loading-preview-msg,.container-preview.show-code .no-changes-preview-msg,.container-preview.show-code .error-preview-msg{display:none}.container-preview:not(.show-code) .commit-create,.container-preview:not(.show-code) .actions{display:none}.container-preview.loading-preview .loading-preview-msg{display:block}.container-preview.loading-preview .no-changes-preview-msg,.container-preview.loading-preview .error-preview-msg,.container-preview.loading-preview .commit-preview{display:none}.container-preview.show-preview .commit-preview{display:block}.container-preview.show-preview .loading-preview-msg,.container-preview.show-preview .no-changes-preview-msg,.container-preview.show-preview .error-preview-msg{display:none}.container-preview.no-changes-preview .no-changes-preview-msg{display:block}.container-preview.no-changes-preview .loading-preview-msg,.container-preview.no-changes-preview .error-preview-msg,.container-preview.no-changes-preview .commit-preview{display:none}.container-preview.error-preview .error-preview-msg{display:block}.container-preview.error-preview .loading-preview-msg,.container-preview.error-preview .no-changes-preview-msg,.container-preview.error-preview .commit-preview{display:none}.container-preview p.preview-msg{padding:30px;font-size:16px}.ace_editor.ace-github-light{position:relative;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;line-height:18px}.ace_editor.ace-github-light .ace_scroller.ace_scroll-left{box-shadow:none}.ace_gutter{border-right:1px solid #eee}.ace_gutter-layer{min-width:50px}.ace_nobold .ace_line>span{font-weight:normal !important}.ace_marker-layer .ace_step{background-color:#fcff00}.ace_marker-layer .ace_stack{background-color:#a4e565}.ace_marker-layer .ace_selected-word{background-color:#fafaff}.ace_indent-guide{box-shadow:inset -1px 0 0 rgba(0,0,0,0.1)}.details-collapse .collapse{position:relative;display:none;height:0;overflow:hidden;-webkit-transition:height 0.35s ease-in-out;transition:height 0.35s ease-in-out}.details-collapse.open .collapse{display:block;height:auto;overflow:visible}.comment.is-comment-editing .edit-comment-hide{display:none}.comment.is-comment-editing .form-content{display:block}.comment.is-comment-loading .context-loader{display:block}.comment.is-comment-loading .form-content{opacity:0.5}.comment.is-comment-stale .comment-form-stale{display:block}.comment.is-comment-stale .comment-content{padding-top:10px}.comment.is-comment-stale .form-content{opacity:0.75}.comment .email-format{line-height:1.5}.comment .context-loader{display:none}.comment-resolve-form{padding-top:10px;margin:0 15px 15px;color:#777;border-top:1px solid #eee}.comment-resolve-form.loading{opacity:0.6}.comment-resolve-label{font-weight:normal;color:#555}.comment-body{width:100%;padding:15px;overflow:visible;font-size:14px}.comment-body .highlight{overflow:visible !important;background-color:transparent}.form-actions:before{display:table;content:""}.form-actions:after{display:table;clear:both;content:""}.form-actions .button,.form-actions .minibutton{float:right;margin-left:5px}.form-actions .left .button,.form-actions .left .minibutton{margin-left:0}.form-content{display:none;padding:10px}.form-content .form-actions{margin-top:10px}.comment-form-textarea{width:100%;max-width:100%;height:100px;min-height:100px;margin:0;font-size:14px;line-height:1.6;-webkit-transform:translateZ(0)}.comment-form-textarea.dragover{border:solid 1px #4183c4}.discussion-topic-header{position:relative;padding:10px;word-wrap:break-word}.discussion-hidden{opacity:0.75}.comment-form-error,.comment-form-stale{display:none;padding:5px 10px;margin:0 10px;font-weight:bold;color:#900;background-color:#ffeaea;border:1px solid #e2a0a0}.comment-form-error.comment-form-bottom,.comment-form-stale.comment-form-bottom{margin-bottom:10px}.comment-form-stale{margin-top:0}.email-format{line-height:1.5em !important}.email-format div{white-space:pre-wrap}.email-format .email-hidden-reply{display:none;white-space:pre-wrap}.email-format .email-quoted-reply,.email-format .email-signature-reply{padding:0 15px;margin:15px 0;color:#777;border-left:4px solid #ddd}.email-format .email-hidden-toggle a{display:inline-block;height:12px;padding:0 9px;font-size:12px;font-weight:bold;line-height:6px;color:#555;text-decoration:none;vertical-align:middle;background:#ddd;border-radius:1px}.email-format .email-hidden-toggle a:hover{background-color:#ccc}.email-format .email-hidden-toggle a:active{color:#fff;background-color:#4183c4}.comment-email-format div{white-space:normal}.comment-email-format .email-hidden-reply{display:none;white-space:normal}.comment-email-format blockquote,.comment-email-format p{margin:0}.blankslate.conversation-limited{padding:20px 0 10px;margin:15px}.locked-conversation .write-tab,.locked-conversation .preview-tab{color:#ccc}.commit-sha{padding:0.2em 0.4em;font-size:90%;font-weight:normal;background-color:#f5f5f5;border:1px solid #eee;border-radius:0.2em}.commit-partial-notice{margin-top:20px;margin-bottom:20px}.commit-paginate-container{float:right;margin:-5px 0 0;text-align:inherit}.commit .commit-title,.commit .commit-title a{color:#4e575b}.commit .commit-title.blank,.commit .commit-title.blank a{color:#9cabb1}.commit .commit-title .issue-link{font-weight:bold;color:#4183c4}.commit .sha-block,.commit .sha{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px}.commit.open .commit-desc{display:block}.commit-link{font-weight:normal;color:#4183c4}.commit-email-flash{display:inline}.commit-desc{display:none}.commit-desc pre{max-width:700px;margin:10px 0;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:13px;line-height:1.45;color:#596063;white-space:pre-wrap}.commit-desc+.commit-branches{padding-top:8px;margin-top:2px;border-top:solid 1px #d1e2eb}.commit-tease{padding:8px 8px 0;background:#e6f1f6;border:1px solid #b7c7cf;border-bottom-color:#d8e6ec;border-top-left-radius:3px;border-top-right-radius:3px}.commit-tease p.commit-title{margin:0 0 6px}.commit-tease .commit-desc{margin:-3px 0 10px}.commit-tease .commit-desc pre{font-size:11px}.commit-tease .commit-meta{padding:8px;margin-right:-8px;margin-left:-8px;background:#fff;border-top:1px solid #d8e6ec}.commit-tease .commit-meta .loader-loading{margin:0 0 -9px}.commit-tease .zeroclipboard-link{float:right;margin-top:-2px;margin-left:5px}.commit-tease .sha-block{float:right;color:#888}.commit-tease .sha-block>.sha{color:#444}.commit-tease .sha-block>a{color:#444;text-decoration:none}.commit-tease .authorship{margin:-2px 0 -4px -4px;font-size:12px;color:#999}.commit-tease .authorship a{font-weight:bold;color:#444;text-decoration:none}.commit-tease .authorship a:hover{text-decoration:underline}.commit-tease .authorship .avatar{margin:-2px 3px 0 0}.commit-tease .authorship .author-name{color:#444}.commit-tease .authorship .committer{display:block;margin-left:30px;font-size:11px}.comment-count{float:right;margin-top:1px;font-size:11px;color:#7f9199}.comment-count .octicon{margin-left:5px;vertical-align:middle}.commits-listing{position:relative;padding-bottom:20px;margin-bottom:15px}.commits-listing:before{position:absolute;top:0;bottom:0;left:14px;z-index:-1;display:block;width:2px;content:"";background-color:#f3f3f3}.commits-listing .discussion-item-icon{margin-right:5px;margin-left:-1px}.commits-listing .timeline-commits{padding-left:8px;margin-bottom:20px}.commits-listing .timeline-commits:last-child{margin-bottom:0}.commits-listing-padded{padding-left:39px}.commit-group{margin-top:10px;list-style-type:none}.commit-group-title{margin-top:15px;margin-left:-31px;color:#777}.commit-group-title .octicon-git-commit{margin-right:17px;color:#ccc;background:#fff}.commits-list-item.navigation-focus{background:#f7fbfc}.commits-list-item .commit-title{margin:0;font-size:15px;font-weight:bold;color:#333}.commits-list-item .commit-meta{margin-top:1px;font-weight:normal;color:#999}.commits-list-item .deployment-indicator{color:#bbb}.commits-list-item .status .octicon{height:14px;line-height:14px}.commits-list-item .commit-author{color:#777}.commits-list-item .octicon-arrow-right{margin:0 3px}.commits-list-item .button-outline{padding:5px 8px;margin-top:4px}.commits-list-item .octicon-clippy,.commits-list-item .octicon-code{display:block}.commits-list-item .commit-desc pre{padding-left:8px;margin-top:5px;margin-bottom:10px;font-size:12px;color:#596063;border-left:1px solid #e5e5e5}.commits-list-item .commit-desc pre a{word-break:break-word}.commits-comments-link{margin-top:9px;color:#999;vertical-align:middle}.commits-comments-link:hover{color:#4183c4;text-decoration:none}.commit-avatar-cell{width:47px}.commit-avatar-cell.table-list-cell{padding-right:0}.commit-indicator{margin-left:5px}.commit-links-cell{width:230px;text-align:right}.commit-links-group{margin-right:5px}.timeline-commits{width:100%;margin-top:5px;border-collapse:separate}.timeline-commits+.timeline-commits{margin-top:15px}.timeline-commits td{padding-top:4px;padding-right:8px;padding-bottom:4px;font-size:12px;line-height:16px;vertical-align:top;background-color:transparent}.discussion-item .timeline-commits .commit-author{display:none}.timeline-commits .commit-gravatar{width:16px;padding-left:10px}.timeline-commits .commit-author{width:200px;padding-right:20px;white-space:nowrap}.timeline-commits .author{font-weight:bold;color:#555}.timeline-commits .commit-message{min-height:0}.timeline-commits .commit-message a{color:#555}.timeline-commits .commit-message a:hover{color:#4183c4}.timeline-commits .commit-desc pre{padding-left:10px;font-size:11px;color:#777;border-left:1px solid #eee}.timeline-commits .commit-desc pre a{word-break:break-word}.timeline-commits .hidden-text-expander{margin-top:3px;margin-left:0;vertical-align:top}.timeline-commits .hidden-text-expander a{height:13px;background-color:#eee}.timeline-commits .hidden-text-expander a:hover{color:#fff;background-color:#4183c4}.timeline-commits .commit-meta{text-align:right;white-space:nowrap}.timeline-commits .commit-meta .status{width:16px;text-align:center}.timeline-commits .commit-meta .status.status-pending{color:#cea61b}.timeline-commits .commit-meta .octicon{margin-right:1px;margin-left:1px}.commit-icon{display:table-cell;width:16px;color:#ccc}.commit-icon .octicon{background-color:#fff}.commit-id{color:#bbb}.commit-id:hover{color:#4183c4}.full-commit{padding:8px 8px 0;margin:10px 0;background:#e6f1f6;border:1px solid #c5d5dd;border-radius:3px}.full-commit:first-child{margin-top:0}.full-commit .button-outline{background:none;border:1px solid #cedee5}.full-commit .button-outline:hover{color:#4183c4;border:1px solid #4183c4}.full-commit p.commit-title{margin:0 0 8px;font-size:18px;font-weight:bold;color:#213f4d;text-shadow:0 1px rgba(255,255,255,0.5)}.full-commit .branches-list{display:inline-block;margin-right:10px;vertical-align:middle;list-style:none}.full-commit .branches-list li{display:inline-block;padding-left:3px;font-weight:bold;color:#596063}.full-commit .branches-list li:before{padding-right:6px;font-weight:normal;content:"+"}.full-commit .branches-list li:first-child{padding-left:0}.full-commit .branches-list li:first-child:before{padding-right:0;content:""}.full-commit .branches-list li.loading{font-weight:normal;color:#818c90}.full-commit .branches-list li.pull-request{font-weight:normal;color:#818c90}.full-commit .branches-list li.pull-request:before{margin-left:-8px;content:""}.full-commit .branches-list li.pull-request-error{margin-bottom:-1px}.full-commit .branches-list li a{color:inherit}.full-commit .commit-meta{padding:8px;margin-right:-8px;margin-left:-8px;background:#fff;border-top:1px solid #d8e6ec;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.full-commit .sha-block{float:right;margin-left:15px;font-size:12px;color:#888}.full-commit.merge-commit .sha-block{clear:right}.full-commit.merge-commit .sha-block+.sha-block{margin-top:2px}.full-commit .sha-block>.sha{color:#444}.full-commit .sha-block>a{color:#444;text-decoration:none;border-bottom:1px dotted #ccc}.full-commit .sha-block>a:hover{border-bottom:1px solid #444}.full-commit .authorship{margin-top:-2px;margin-bottom:-4px;margin-left:-4px;font-size:14px;color:#999}.full-commit .authorship .gravatar{margin-top:-2px;margin-right:3px;vertical-align:middle;border-radius:3px}.full-commit .authorship a{font-weight:bold;color:#444;text-decoration:none}.full-commit .authorship a:hover{text-decoration:underline}.full-commit .authorship .author-name{color:#444}.full-commit .authorship .hint a{color:#4183c4}.full-commit .authorship .committer{display:block;margin-top:-2px;margin-left:34px;font-size:12px}.branches-tag-list{display:inline-block;margin-right:10px;vertical-align:middle;list-style:none}.branches-tag-list .more-commit-details,.branches-tag-list.open .hidden-text-expander{display:none}.branches-tag-list.open .more-commit-details{display:inline-block}.branches-tag-list li{display:inline-block;padding-left:3px}.branches-tag-list li:first-child{padding-left:0;font-weight:bold;color:#596063}.branches-tag-list li.loading{font-weight:normal;color:#818c90}.branches-tag-list li.abbrev-tags{cursor:pointer}.branches-tag-list li a{color:inherit}.branches-tag-list li .hidden-text-expander a{background-color:#dae5eb}.branches-tag-list li .hidden-text-expander a:hover{background-color:#d1dbe0}.commit-branches{min-height:18px;margin-top:-6px;margin-bottom:8px;font-size:12px;color:#818c90;vertical-align:middle}.commit-branches .octicon{vertical-align:middle}.full-commit .commit-desc,.commit-desc-container .commit-desc{display:block;margin:-5px 0 10px}.full-commit .commit-desc pre,.commit-desc-container .commit-desc pre{max-width:100%;overflow:visible;text-shadow:0 1px rgba(255,255,255,0.5);word-wrap:break-word}.commit-loader .loader-error{display:none;margin:0;font-size:12px;font-weight:bold;color:#bd2c00}.commit-loader.error .loader-loading{display:none}.commit-loader.error .loader-error{display:block}.historical-banner{padding:15px 20px 15px 130px;margin-bottom:20px;overflow:hidden;color:#333;background:#fff;border:1px solid #e5e5e5;border-radius:5px}.historical-banner h2{margin:0 0 5px}.historical-banner p{margin:0}.historical-banner .illustration{position:absolute;top:12px;left:20px;color:rgba(0,0,0,0.1)}.roses-divider{margin-bottom:20px;text-align:center}.file-history-tease{margin-bottom:10px;font-size:14px;color:#7b878c;background:#e7ecee;border:1px solid #d2d9dd;border-radius:3px}.file-history-tease .author a{font-weight:bold;color:#000}.file-history-tease .commit-title{display:inline}.file-history-tease .sha{font-size:13px}.file-history-tease .loader-loading,.file-history-tease .loader-error{margin:0}.file-history-tease .loader-loading img,.file-history-tease .loader-error img{vertical-align:middle}.file-history-tease .participation{padding:5px 8px;font-size:12px;font-weight:normal;line-height:20px;color:#666;background-color:#fff;border-top:1px solid #d8e6ec;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.file-history-tease .participation:before{display:table;content:""}.file-history-tease .participation:after{display:table;clear:both;content:""}.file-history-tease .participation .quickstat{float:left;margin:0 10px 0 0}.file-history-tease .participation .quickstat strong{color:#000}.file-history-tease .participation a{color:#888;text-decoration:none}.file-history-tease .participation .avatar-link{margin-right:3px}.file-history-tease-header{padding:5px 8px;line-height:24px}.file-history-tease-header .avatar{float:left;margin-right:5px}.toggle-line-notes-below{color:#777}.commit-comments-heading h3{display:inline-block;margin-right:15px}.commit-build-statuses{position:relative;display:inline-block;text-align:left}.commit-build-statuses.active .dropdown-menu-content{display:block}.commit-build-statuses.active .tooltipped:before,.commit-build-statuses.active .tooltipped:after{display:none}.commit-build-statuses .dropdown-menu{min-width:400px;max-width:500px;padding-top:0;padding-bottom:0}.commit-build-statuses .dropdown-menu .build-statuses-list{max-height:170px;border-bottom:0}.commit-build-statuses .dropdown-menu-w,.commit-build-statuses .dropdown-menu-e{top:-11px}.commit-build-statuses .build-status-description .button-link{display:none}.commit-build-statuses .build-status-item:last-child{border-radius:0 0 2px 2px}.commit-ref{position:relative;display:inline-block;padding:0 5px;border-radius:3px;font:0.75em/2 Consolas, "Liberation Mono", Menlo, Courier, monospace;color:#336479;white-space:nowrap;background-color:#e8f0f8}.commit-ref .user{color:#598a9f}a.commit-ref:hover{text-shadow:-1px -1px 0 rgba(0,0,0,0.2);background-color:#2a5177;background-image:-webkit-linear-gradient(#74a4d4, #2a5177);background-image:linear-gradient(#74a4d4, #2a5177);background-repeat:repeat-x;border-color:#2a5177;text-decoration:none}.compare-cutoff,.diff-cutoff{margin:5px 0;padding:8px 0;font-weight:bold;text-align:center;border-radius:3px;color:#4c4a42;background-color:#fff9ea;border:solid 1px #dfd8c2}.table-of-contents{margin:15px 0}.table-of-contents .diffstat{float:right}.table-of-contents li{padding:5px 0;list-style-type:none}.table-of-contents li+li{border-top:1px solid #eee}.table-of-contents .content{font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace;clear:both}.table-of-contents .octicon-diff-removed{color:#bd2c00}.table-of-contents .octicon-diff-renamed{color:#677a85}.table-of-contents .octicon-diff-modified{color:#d0b44c}.table-of-contents .octicon-diff-added{color:#6cc644}.toc-diff-stats{padding-left:20px;line-height:26px}.toc-diff-stats .octicon{float:left;margin-top:3px;margin-left:-20px;color:#ccc}.toc-diff-stats .button-link{font-weight:bold}.toc-diff-stats+.content{padding-top:5px}span.diffstat{white-space:nowrap;text-align:right;font-family:Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";color:#666;font-weight:bold;font-size:11px;cursor:default}span.diffstat a{text-decoration:none;color:#666}span.diffstat .diffstat-bar{margin-left:3px;display:inline-block;width:45px;height:12px;text-decoration:none;text-align:left;color:#eee;font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;font-size:16px;letter-spacing:1px}span.diffstat .diffstat-bar.diff-deleted,span.diffstat .diffstat-bar i.minus{color:#bd2c00;font-style:normal}span.diffstat .diffstat-bar.diff-added,span.diffstat .diffstat-bar i.plus{color:#6cc644;font-style:normal}span.diffstat .lines-added,span.diffstat .lines-deleted{display:inline-block;margin-left:3px;font-weight:bold}span.diffstat .lines-added .diffstat-icon,span.diffstat .lines-deleted .diffstat-icon{vertical-align:1px}span.diffstat .lines-added{color:#55a532}span.diffstat .lines-deleted{color:#bd2c00}span.no-nl-marker{position:relative;top:1px;color:#bd2c00;margin-left:4px;vertical-align:middle}.symlink .no-nl-marker{display:none}.existing-pull{margin:10px 0}.existing-pull .list-group-item:before{display:table;content:""}.existing-pull .list-group-item:after{display:table;clear:both;content:""}.existing-pull .existing-pull-contents{float:left;width:680px}.existing-pull .existing-pull-button{float:right;margin-top:3px}.existing-pull .existing-pull-number{font-weight:normal;color:#aaa}.existing-pull .css-truncate{max-width:700px}.existing-pull .css-truncate p{display:inline}.compare-pr-placeholder{margin:10px 0;padding:15px;font-size:14px;color:#4c4a42;background-color:#fff9ea;border:solid 1px #dfd8c2;border-radius:3px}.compare-pr-placeholder p{margin:7px 0;color:#6d6c60}.compare-pr-placeholder .button{margin-right:10px;margin-bottom:-2px}.compare-pr-placeholder .button .octicon{vertical-align:-1px}.compare-pr-placeholder .help-link{margin-top:5px;margin-right:-3px;padding:3px;color:#9c997d;text-decoration:none}.compare-pr .pull-request-composer{display:none}.compare-pr .contributing{display:none}.compare-pr.open .compare-pr-placeholder{display:none}.compare-pr.open .pull-request-composer{display:block}.compare-pr.open .contributing{display:block}.contributing{padding:15px;margin:15px 0;font-size:14px;color:#4c4a42;background-color:#fff9ea;border:1px solid #dfd8c2;border-radius:3px}.pull-request-composer{position:relative;margin-bottom:15px;border:1px solid #ddd;border-radius:3px}.pull-request-composer .preview-content{min-height:120px}.discussion-topic{float:left;width:80%;border-right:1px solid #ddd}.composer-meta{float:left;width:20%;padding-right:10px;padding-left:10px;text-align:center}.composer-meta .branch-action-icon{display:inline-block;float:none;margin:15px 0}.composer-meta .merge-branch-heading{font-size:14px}.composer-meta .merge-branch-description{margin:10px 0;font-size:12px}.composer-meta .branch-action-state-clean .merge-branch-heading{color:#6cc644}.composer-submit{position:absolute;right:1%;bottom:10px;width:18%}#contact-github textarea{height:100px;resize:vertical}.heartocat{display:block;margin:50px auto 0}.documentation-results-wrapper{position:relative;top:-19px}.documentation-results{position:absolute;top:0;z-index:2;width:400px;margin-top:5px;clear:both;box-shadow:0 0 5px rgba(0,0,0,0.2)}.documentation-results ul{width:100%}.documentation-results ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px}.documentation-results .documentation-results-footer a{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.documentation-results a{outline:none;padding:5px 10px;display:block;color:#333;font-weight:bold;cursor:pointer;text-decoration:none;border:solid #ddd;border-width:0 1px 1px;background-color:#fff}.documentation-results a:hover{background-color:#3586c3;color:#fff}.documentation-results a.selected{background-color:#3586c3;color:#fff}ul.documentation-results-group{list-style-type:none}.contact-form-extras{display:none}.context-loader-container .context-loader{display:none}.context-loader-container .context-loader.is-context-loading{display:block;white-space:nowrap}.context-loader-container .context-loader-overlay{opacity:1;-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}.context-loader-container .context-loader-overlay.is-context-loading{opacity:0.5}.page-context-loader{margin-left:10px;display:none}.page-context-loader.is-context-loading{display:inline-block}body.disables-context-loader .page-context-loader,body.disables-context-loader .context-loader{display:none !important}.contributions-tab{margin-top:20px}.calendar-graph{padding:5px 0 0;height:126px;text-align:center}.calendar-graph.days-selected rect.day{opacity:0.5}.calendar-graph.days-selected rect.day.active{opacity:1}.calendar-graph .activity{margin-top:0}.calendar-graph .dots{margin:20px auto 0;width:64px;height:64px}.calendar-graph text.month{font-size:10px;fill:#aaa}.calendar-graph text.wday{fill:#ccc;font-size:9px}#contributions-calendar rect.day{shape-rendering:crispedges}#contributions-calendar rect.day.empty:hover{stroke:none}#contributions-calendar rect.day:hover{stroke:#555;stroke-width:1px}.contrib-column{padding:15px 0;text-align:center;border-left:1px solid #ddd;border-top:1px solid #ddd;font-size:11px}.contrib-column-first{border-left:0}.contrib-number{font-weight:300;line-height:1.3em;font-size:24px;display:block;color:#333}.contrib-footer{font-size:11px;padding:0 10px 12px}.contrib-legend{font-size:11px;color:#999;float:right}.contrib-legend .legend{display:inline-block;list-style:none;margin:0 5px;position:relative;bottom:-1px}.contrib-legend .legend li{display:inline-block;width:10px;height:10px}.new-user-contrib-intro{border-top:solid 1px #ddd;padding:5px 20px;font-size:16px}.contrib-square{color:#d6e685;font-size:22px;line-height:1}.contribution-activity h2{font-size:18px;font-weight:normal;margin:30px 0 15px}.contribution-activity .select-menu-button{position:relative;top:-4px}.contribution-activity.loading .contribution-activity-listing{display:none}.contribution-activity.loading .contribution-activity-spinner{display:block}.contribution-activity-spinner{margin:20px auto 0;width:64px;height:64px;display:none}ul.simple-conversation-list a.meta{color:#777}li.contribution{list-style:none;padding:10px 0}li.contribution:last-child{border-bottom:0}li.contribution h3{font-size:14px;display:inline-block;margin:0}li.contribution h3 a{color:#4183c4}li.contribution .cmeta{display:block;font-size:12px;color:#aaa;font-weight:normal}li.contribution .cmeta a{color:#666}li.contribution .cmt{color:#999}li.contribution .d{color:#c00}li.contribution .a{color:#8cac29}li.contribution .num{color:#777}.subscribe-feed{display:inline-block;color:#333}.subscribe-feed .octicon{margin-right:5px}.new-user-panel{position:relative;padding:18px;margin-bottom:30px;font-size:16px;border:dashed 2px #ccc;border-radius:3px}.new-user-panel-close{position:absolute;top:10px;right:18px;color:#ccc}.new-user-panel-close:hover{color:#666}.new-user-intro{margin:0 120px;font-size:36px;font-weight:normal;line-height:1.3;text-align:center}.new-user-heading-small{margin:5px 170px 20px;font-size:20px;color:#888;text-align:center}.button-hello-world{font-size:16px;padding:10px 50px}.welcome-guides{position:relative;padding:30px;margin-bottom:30px;border:2px dashed #ddd;border-radius:3px}.welcome-guides h1{margin-top:0;margin-bottom:0;text-align:center}.welcome-guides .lead{margin-top:0;margin-bottom:20px;text-align:center}.welcome-guides .guides-list-item{color:#777}.welcome-guides .guides-list-item:hover{color:#4183c4;text-decoration:none}.welcome-guides .guides-list-item p{margin-bottom:0}.welcome-guides .dismiss-guides{position:absolute;top:30px;right:28px;display:block;padding-left:5px;color:#ccc}.welcome-guides .dismiss-guides:hover{color:#4183c4}.guides-bootcamp{text-align:center}.guides-bootcamp p{margin-top:0;margin-bottom:0}.guides-bootcamp .guides-list-item{padding-right:15px;padding-left:15px}.guides-bootcamp .guides-image{display:block;width:auto;height:100px;margin:10px auto 20px}.guides-bootcamp .guides-list-title{margin-top:0;margin-bottom:5px;color:#4183c4}.bootcamp{margin:0 0 20px}.bootcamp h1{position:relative;padding:8px 10px;margin:0;font-size:16px;font-weight:bold;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.4);background-color:#829aa8;border:1px solid #677c89;border-bottom-color:#6b808d;border-radius:3px 3px 0 0}.bootcamp h1 a{color:#fff;text-decoration:none}.bootcamp .octicon-x{position:relative;top:-2px;font-size:16px;line-height:16px}.bootcamp .dismiss-bootcamp{position:absolute;top:9px;right:9px;display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:0 0}.bootcamp .dismiss-bootcamp:hover{background-position:0 -19px}.bootcamp .bootcamp-body{padding:10px 1%;overflow:hidden;background-color:#e9f1f4;border-color:#e9f1f4 #d8dee2 #d8dee2;border-style:solid;border-width:1px;border-radius:0 0 3px 3px}.bootcamp ul li{background-color:#f5f3b4;background-image:-webkit-linear-gradient(#fffff5, #f5f3b4);background-image:linear-gradient(#fffff5, #f5f3b4);background-repeat:repeat-x;position:relative;display:block;float:left;width:24.25%;height:215px;margin:0 1% 0 0;overflow:hidden;font-size:13px;font-weight:normal;color:#666;border:1px solid #dfddb5;border-radius:3px;box-shadow:0 1px 0 #fff}.bootcamp ul li.be-social{margin-right:0}.bootcamp ul li:hover{background-color:#f1eea3;background-image:-webkit-linear-gradient(#fcfce9, #f1eea3);background-image:linear-gradient(#fcfce9, #f1eea3);background-repeat:repeat-x;border:1px solid #d6d4ad}.bootcamp ul li a{color:#666;text-decoration:none}.bootcamp .image{position:relative;display:block;height:133px;background-repeat:no-repeat;background-position:center center}.bootcamp .setup .image{background-image:url(/assets/modules/dashboard/bootcamp/octocat_setup-1d94846160fdf54b6ca7d2b73aa5f1647322513514786ac9e137b1eb846db9ca.png);background-size:129px 96px}.bootcamp .create-a-repo .image{background-image:url(/assets/modules/dashboard/bootcamp/octocat_repo-70ae42e0e4fb1f6856d4871062f0d979b7f19e67ccdc8992bcc6b502464fd561.png);background-size:129px 96px}.bootcamp .fork-a-repo .image{background-image:url(/assets/modules/dashboard/bootcamp/octocat_fork-6e0b56d6903d4e2e32ffdeb1ebe0ce5c79ce938f45acf803f3421cc5aafc05aa.png);background-size:178px 96px}.bootcamp .be-social .image{background-image:url(/assets/modules/dashboard/bootcamp/octocat_collabocats-974d8e7d814eb7bd416a8cce94bd03edef6881f18546bef185ec8878720c1dbc.png);background-position:center 27px;background-size:207px 96px}.bootcamp .desc{position:relative;z-index:2;padding:10px 15px 20px;overflow:hidden;text-align:center;background-repeat:no-repeat}.bootcamp .desc>h2{padding:0;margin:0 0 5px;font-size:15px;color:#393939}.bootcamp .desc p{padding:0;margin:0;line-height:1.2em}.bootcamp .step-number{position:absolute;top:-1px;left:10px;font-size:36px;font-weight:bold;color:#e4e1a8;opacity:0.75}.first-run{width:800px;margin:25px auto;text-align:center}.first-run-heading{font-size:36px;font-weight:normal}.first-run-subheading{font-size:16px;font-weight:normal;color:#999}.first-run-survey{width:800px;padding:0;margin:0 auto}.first-run-survey .button+.button{margin-left:12px}.first-run-survey ul.guides{list-style-type:none}.first-run-small-wrapper{-moz-box-sizing:border-box;box-sizing:border-box;padding:35px 25px;margin-top:25px;background-color:#f0f7fd;border:1px solid #d2d8dd;border-radius:3px}.first-run-survey-question p{margin:0 0 25px;font-size:22px;font-weight:500;line-height:1}.first-run-survey-progress{margin-top:25px}.first-run-survey-progress .circle{display:inline-block;width:10px;height:10px;margin:0 4px;border:1px solid #d1d1d1;border-radius:52%}.first-run-survey-progress .current{background-color:#4183c4;border-color:#4183c4}.first-run-survey-progress .completed{background-color:#d1d1d1;border-color:#d1d1d1}.first-run-survey-other{width:230px;margin:16px auto auto}.first-run-skip{padding:15px 0 0;margin-top:30px;font-size:14px;border-top:1px solid #e9e9e9}.first-run-skip span{font-weight:500}.first-run-get-started{-moz-box-sizing:border-box;box-sizing:border-box;padding:0 2px;margin:25px 0;overflow:hidden;clear:both;border:1px solid #e5e5e5;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,0.01)}.first-run-get-started div{float:left;width:50%;-moz-box-sizing:border-box;box-sizing:border-box;padding:18px 20px 22px 18px;text-align:left}.first-run-get-started .mega-octicon{float:left;color:#cccccc}.first-run-get-started p{padding:0 0 0 47px;margin:5px 0;color:#333}.first-run-get-started h2{padding:0 0 0 47px;margin:0 0 10px;font-size:18px;font-weight:bold;color:#333}.first-run-get-started a{margin-top:12px;margin-left:47px}.first-run-get-started .first-box{border-right:1px solid #eee}.first-run-help-link{color:#999}.user-repos .mini-repo-list-item{padding-right:6px}.user-repos .mini-repo-list-item .repo-and-owner{max-width:100%}.user-repos .mini-repo-list-item .owner{max-width:145px}#example_octofication{float:right;width:335px;margin:0}.octofication{margin-bottom:15px}.octofication .message{min-height:56px;padding:10px 10px 10px 50px;border:solid 1px #4183c4;border-radius:3px}.octofication .message h3{margin:1px 20px 3px 0;font-size:14px;line-height:1.2}.octofication .message p{padding:0;margin:0;font-size:12px;color:#555}.octofication .message p+p{margin-top:15px}.octofication .broadcast-icon{position:relative;float:left;margin-left:-40px;color:#4183c4}.octofication .broadcast-icon-mask{position:absolute;top:0;width:10px;height:16px;background-color:#fff;opacity:0;-webkit-animation:broadCastMaskFade 1s ease-in-out 2s 2;animation:broadCastMaskFade 1s ease-in-out 2s 2}.octofication .broadcast-icon-mask.left{left:0}.octofication .broadcast-icon-mask.right{right:0}.octofication .notice-dismiss{position:relative;top:-2px;float:right;color:#bbb}.octofication .notice-dismiss:hover{color:#666}.octofication-more{margin:5px 0;font-size:11px;text-align:right}@-webkit-keyframes broadCastMaskFade{0%{opacity:0}30%{opacity:1}70%{opacity:1}100%{opacity:0}}@keyframes broadCastMaskFade{0%{opacity:0}30%{opacity:1}70%{opacity:1}100%{opacity:0}}.github-jobs-promotion{margin-bottom:15px}.github-jobs-promotion p{background-color:#e4f0ff;background-image:-webkit-linear-gradient(#f5fbff, #e4f0ff);background-image:linear-gradient(#f5fbff, #e4f0ff);background-repeat:repeat-x;position:relative;padding:10px 18px;font-size:12px;color:#1b3650;text-align:center;border:1px solid #cee0e7;border-radius:3px}.github-jobs-promotion p a{color:#1b3650}.github-jobs-promotion a.jobs-logo{display:block;font-size:11px;color:#999;text-align:center}.github-jobs-promotion a.jobs-logo:hover{text-decoration:none}.github-jobs-promotion a.jobs-logo strong{display:inline-block;width:62px;height:12px;text-indent:-9999px;vertical-align:middle;background:url(/assets/modules/jobs/logo-5f88df64715f56b75c4dc3cfe897caa75bdb14ddfae7156c3efd7863f686f0bc.png) 0 0 no-repeat;background-size:62px auto}.github-jobs-promotion .job-location{white-space:nowrap}.github-jobs-promotion a.octicon-info{position:absolute;right:5px;bottom:5px;color:#a9b8be;color:#a9b8be;text-decoration:none;cursor:pointer;opacity:0.8}.github-jobs-promotion p:hover .octicon-info{opacity:1}#dashboard h1{margin-bottom:0.5em;font-size:160%}#dashboard h1 a{font-size:70%;font-weight:normal}#dashboard .notice{padding:15px;margin-top:0;margin-bottom:0;text-align:center}.news .release{margin-top:0;margin-bottom:0}.news blockquote{color:#666}.news h1{margin-bottom:0}.news .alert{position:relative;padding:0 0 1em 45px;overflow:hidden;border-top:1px solid #f1f1f1}.news .alert .commits{padding-left:40px}.news .alert .css-truncate.css-truncate-target,.news .alert .css-truncate .css-truncate-target{max-width:180px}.news .alert p{margin:0}.news .alert .markdown-body blockquote{padding:0 0 0 40px;border:0 none}.news .alert .mega-octicon{position:absolute;top:14px;left:0;width:32px;height:32px;padding:3px;color:#bbb}.news .alert .mega-octicon::before{color:inherit}.news .alert .octicon{width:16px;height:16px;color:#bbb}.news .alert .body{padding:1em 0 0;overflow:hidden;font-size:14px;border-bottom:0}.news .alert .time{font-size:12px;color:#bbb}.news .alert .title{padding:0;font-weight:bold}.news .alert .title .subtle{color:#bbb}.news .alert .gravatar{float:left;margin-right:0.6em;line-height:0;background-color:#fff;border-radius:3px}.news .alert .simple>.octicon{position:absolute !important;left:11px;width:16px;height:16px}.news .alert .simple .title{display:inline-block;font-size:13px;font-weight:normal;color:#666}.news .alert .simple .time{display:inline-block}.news .alert .pull-info,.news .alert .branch-link{display:inline-block;padding:3px 7px;margin-top:5px;font-size:12px;color:rgba(0,0,0,0.5);background:#e8f1f6;border-radius:3px}.news .alert .pull-info em,.news .alert .branch-link em{font-style:normal;font-weight:bold}.news .alert .branch-link{position:relative;top:-2px;margin:0;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}.news .alert .branch-link .octicon{color:#b0c4ce}.news .alert:first-child{border-top:0}.news .alert:first-child .body{padding-top:0}.news .alert:first-child .mega-octicon{top:0}.news .git_hub .done{color:#666;text-decoration:line-through}.news .commits li{margin-top:0.15em;list-style-type:none}.news .commits li.more{padding-top:2px;font-size:11px}.news .commits li .committer{display:none;padding-left:0.5em}.news .commits li img{margin:0 1px 0 0;vertical-align:middle;background-color:#fff;border-radius:2px}.news .commits li img.emoji{padding:0;margin:0;border:0}.news .commits li .message{display:inline-block;max-width:390px;margin-top:2px;overflow:hidden;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.news div.message,.news li blockquote{display:inline;font-size:13px;color:#666}.release-assets{padding-left:40px}.release-assets li{margin-top:0.15em;list-style-type:none}.release-assets .more{padding-top:2px;font-size:11px}.news-full,.page-profile .news{float:none;width:auto}.activity-tab .blankslate{margin-top:10px}.activity-tab .news .markdown-body blockquote,.activity-tab .news .alert .commits{padding-left:0}.activity-tab .news a.gravatar,.activity-tab .news div.gravatar{display:none}.saml-signed-out-notice{position:relative;width:450px;padding:10px 10px 10px 70px;margin:50px auto 30px;border:1px solid #eee;border-radius:3px}.saml-signed-out-notice .mega-octicon{position:absolute;top:30px;left:20px;color:#ddd}.saml-signed-out-notice h3{margin-bottom:0}.saml-signed-out-notice p{margin-top:5px}.dashboards-overview-lead{width:700px}.dashboards-overview-cards .boxed-group{margin:10px 0;width:100%}.dashboards-overview-cards .boxed-group path{stroke:#1db34f;stroke-opacity:0.5}.dashboards-overview-cards .blankslate{border:0;background-color:#fff;box-shadow:none;padding-top:47px}.dashboards-overview-cards .octicon-arrow-down{color:#bd2c00}.dashboards-overview-cards .octicon-arrow-up{color:#1db34f}.dashboards-overview-cards .graph-canvas .dots{padding:43px 0}.dashboards-overview-cards .summary-stats{height:78px}.dashboards-overview-cards .summary-stats .created_at{color:#1db34f}.dashboards-overview-cards .summary-stats .closed_at,.dashboards-overview-cards .summary-stats .merged_at{color:#4183c4}.dashboards-overview-cards .summary-stats .totals-num{margin:0 7px}.dashboards-overview-cards .summary-stats .single{width:100%}.dashboards-overview-graph{height:160px}.dashboards-overview-graph .path{fill:none;stroke-width:2}.dashboards-overview-graph path.created_at{stroke:#1db34f}.dashboards-overview-graph path.merged_at,.dashboards-overview-graph path.closed_at{stroke:#1d7fb3}.dashboards-overview-graph .y line{stroke:#1db34f}.dashboards-overview-graph .y.unique line{stroke:#1d7fb3}.dashboards-overview-graph .overlay{fill-opacity:0}.created_at circle{fill:#1db34f;stroke:#fff;stroke-width:2}.merged_at circle,.closed_at circle{fill:#1d7fb3;stroke:#fff;stroke-width:2}.discussion-timeline{position:relative;width:760px;float:left}.discussion-timeline:before{display:block;content:"";position:absolute;top:0;bottom:0;left:79px;width:2px;background-color:#f3f3f3;z-index:-1}.discussion-sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:21;float:right;width:140px}.discussion-sidebar-item{padding-top:15px;font-size:12px;color:#999}.discussion-sidebar-item .minibutton .octicon{margin-right:0}.discussion-sidebar-item .button-block{margin-bottom:8px}.discussion-sidebar-item+.discussion-sidebar-item{margin-top:15px;border-top:1px solid #eee}.discussion-sidebar-item .select-menu{position:relative}.discussion-sidebar-item .select-menu-modal-holder{top:25px;left:auto;right:-1px}.discussion-sidebar-heading{margin-top:0;margin-bottom:10px;font-size:12px;line-height:16px;color:#777}.discussion-sidebar-toggle{padding:5px;margin:-5px -5px 5px}.discussion-sidebar-toggle .octicon{float:right;padding:5px;margin:-6px -5px -5px 5px;color:#ccc}.discussion-sidebar-toggle:hover{color:#4183c4;text-decoration:none;cursor:pointer}.discussion-sidebar-toggle:hover .octicon{color:inherit}button.discussion-sidebar-toggle{display:block;width:150px;font-weight:bold;text-align:left;background:none;border:0}.sidebar-labels .labels .label{display:block;max-width:100%;padding:6px 10px;font-size:12px;box-shadow:none}.sidebar-labels .labels .label+.label{margin-top:3px}.sidebar-labels .labels:empty:before{content:"None yet";display:inline}.sidebar-milestone .progress-bar{margin-bottom:2px;border-radius:2px;height:8px}.milestone-name{display:block;margin-top:5px;font-weight:bold;color:#555}.milestone-name .css-truncate-target{max-width:100%}.milestone-name:hover{color:#4183c4;text-decoration:none}.sidebar-assignee .css-truncate-target{max-width:110px}.sidebar-assignee .avatar{margin-top:-1px;margin-right:2px;border-radius:2px}.sidebar-assignee .assignee{color:#555;font-weight:bold}.sidebar-assignee .assignee:hover{color:#4183c4;text-decoration:none}.sidebar-quick-assign{display:inline-block}.sidebar-notifications{position:relative}.sidebar-notifications .thread-subscription-status{margin:0;padding:0;border:0}.sidebar-notifications .thread-subscription-status .thread-subscribe-form{display:block}.sidebar-notifications .thread-subscription-status .mega-octicon{display:none}.sidebar-notifications .thread-subscription-status .reason{padding:0;margin:5px 0 0;font-size:11px;color:#999}.sidebar-notifications .thread-subscription-status .minibutton{display:block;width:100%}.participation .participant-avatar{float:left;margin:3px 0 0 3px}.participation a{color:#999}.participation a:hover{color:#4183c4;text-decoration:none}.participation-avatars{margin-left:-3px}.participation-avatars:before{display:table;content:""}.participation-avatars:after{display:table;clear:both;content:""}.participation-more{float:left;margin:6px 0 0;line-height:14px}.lock-toggle-link{color:#777;font-weight:bold}.lock-toggle-link:hover{color:#4183c4;text-decoration:none}.inline-comment-form .form-actions,.timeline-new-comment .form-actions{padding:0 10px 10px}.form-content .form-actions{padding:0}.gh-header-actions{float:right;margin-top:3px}.gh-header-actions .minibutton{float:left;margin-left:5px}.gh-header-actions .minibutton .octicon{margin-right:0}.gh-header .gh-header-edit{display:none}.gh-header.open .gh-header-show{display:none}.gh-header.open .gh-header-edit{display:block}.gh-header-title{margin-top:0;margin-bottom:0;margin-right:150px;font-weight:normal;line-height:1.1;word-wrap:break-word}.gh-header-no-access .gh-header-title{margin-right:0}.gh-header-number{font-weight:300;color:#aaa;letter-spacing:-1px}.gh-header-edit{margin-top:-5px}.gh-header-edit:before{display:table;content:""}.gh-header-edit:after{display:table;clear:both;content:""}.gh-header-edit .edit-issue-title{float:left;width:760px;padding:6px 10px;margin-right:10px;font-size:16px;background-color:#fafafa}.gh-header-edit .edit-issue-title:focus{background-color:#fff}.gh-header-edit .button{float:left;padding:8px 15px}.gh-header-edit .button-link{float:left;margin:10px}.gh-header-meta{margin-top:9px;font-size:14px;line-height:20px;color:#777;padding-bottom:20px;border-bottom:1px solid #eee}.gh-header.issue .gh-header-meta{margin-bottom:15px}.gh-header.pull .gh-header-meta{border-bottom:0;padding-bottom:0}.gh-header-meta.discussions-header-meta{margin-top:6px;padding-bottom:15px}.gh-header-meta .flex-table-item{vertical-align:top}.gh-header-meta .flex-table-item-primary{padding-top:4px;white-space:normal;word-wrap:break-word}.gh-header-meta .flex-table-item-primary .commit-ref .css-truncate-target,.gh-header-meta .flex-table-item-primary .commit-ref:hover .css-truncate-target{max-width:780px !important}.gh-header-meta .state{margin-right:8px}.gh-header-meta .avatar{float:left;margin-top:-3px;margin-right:5px}.gh-header-meta .author{color:#555;font-weight:bold}.gh-header-meta .noun{text-transform:lowercase}.tabnav-pr{margin:15px 0 20px;border-color:#e5e5e5}.tabnav-pr .tabnav-tab{padding:9px 14px;font-size:13px;color:#777}.tabnav-pr .tabnav-tab.selected{color:#333;border-color:#e5e5e5}.tabnav-pr .diffstat-bar{padding-bottom:3px}.timeline-comment-wrapper>.timeline-comment:after,.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:after,.timeline-new-comment .timeline-comment:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.timeline-comment-wrapper>.timeline-comment:after,.timeline-new-comment .timeline-comment:after{border-width:7px;border-right-color:#f7f7f7;margin-top:1px;margin-left:2px}.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:before{border-right-color:#ddd;border-width:8px}.timeline-comment-wrapper{position:relative;padding-left:64px;margin-top:15px;margin-bottom:15px;border-top:2px solid #fff;border-bottom:2px solid #fff}.timeline-comment-wrapper:first-child{margin-top:0}.discussion-timeline-actions .timeline-comment-wrapper:first-child{margin-top:15px}.timeline-comment-wrapper .timeline-comment.unread-item:after,.timeline-comment-wrapper .timeline-comment.unread-item:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.timeline-comment-wrapper .timeline-comment.unread-item:after{border-width:7px;border-right-color:#fff9ea;margin-top:1px;margin-left:2px}.timeline-comment-wrapper .timeline-comment.unread-item:before{border-right-color:#dfd8c2;border-width:8px}.timeline-comment-avatar{float:left;margin-left:-64px;border-radius:3px}.timeline-comment{position:relative;background-color:#fff;border:1px solid #ddd;border-radius:3px}.timeline-comment.current-user{border-color:#bfccd1}.timeline-comment.current-user:after{border-right-color:#f2f8fa}.timeline-comment.current-user:before{border-right-color:#bfccd1}.timeline-comment.current-user .timeline-comment-header{color:#8e9597;background-color:#f2f8fa;border-bottom-color:#e1edf1}.timeline-comment.will-transition-once{-webkit-transition:border-color 0.65s ease-in-out;transition:border-color 0.65s ease-in-out}.timeline-comment.will-transition-once .timeline-comment-header{-webkit-transition:background-color 0.65s ease, border-bottom-color 0.65s ease-in-out;transition:background-color 0.65s ease, border-bottom-color 0.65s ease-in-out}.timeline-comment.will-transition-once .timeline-comment-label{-webkit-transition:border-color 0.65s ease-in-out;transition:border-color 0.65s ease-in-out}.timeline-comment.will-transition-once:before,.timeline-comment.will-transition-once:after{-webkit-transition:border-right-color 0.65s ease-in-out;transition:border-right-color 0.65s ease-in-out}.timeline-comment.unread-item{border-color:#dfd8c2}.timeline-comment.unread-item .timeline-comment-header{background-color:#fff9ea;border-bottom-color:#f1ede3}.timeline-comment.unread-item .timeline-comment-label{border-color:#dfd8c2}.timeline-comment:empty{display:none}.timeline-comment .comment+.comment{border-top:1px solid #e5e5e5}.timeline-comment .comment+.comment:before,.timeline-comment .comment+.comment:after{display:none}.timeline-comment .comment+.comment .timeline-comment-header{border-top-left-radius:0;border-top-right-radius:0}.timeline-comment-header{padding-left:15px;padding-right:15px;color:#999;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.timeline-comment-header .author{font-weight:bold;color:#555}.timeline-comment-header .timestamp{white-space:nowrap;color:inherit}.timeline-comment-header code{word-break:break-all}.comment-type-icon{color:inherit}.timeline-comment-label{float:right;margin:8px 0 0 10px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,0.1);border-radius:3px}.timeline-comment-label-spammy{color:#bd2c00;border-color:#bd2c00}.timeline-comment-header-text{max-width:78%;padding-top:10px;padding-bottom:10px}.timeline-comment-header-text code a{color:#555}.timeline-comment-header-avatar{float:left;margin-top:10px;margin-right:5px}.timeline-comment-actions{float:right;margin-right:-5px;margin-left:10px}.timeline-comment-action{display:inline-block;padding:10px 5px;color:inherit;opacity:0.5}.timeline-comment-action:hover{opacity:1;color:#4183c4;text-decoration:none}.timeline-comment-action .octicon-check{height:16px;font-size:18px}.compare-tab-comments .timeline-comment-actions{display:none}.discussion-item-ref .commit-gravatar{padding-left:2px;padding-right:5px}.discussion-item-ref .task-progress{display:block;margin-bottom:-2px}.discussion-item-ref .task-progress .progress-bar{margin-bottom:0}.discussion-item-ref .task-progress .octicon{font-size:16px}.discussion-item-ref .discussion-item-body .title{margin-top:10px}.discussion-item-ref .state{padding:1px 5px;margin-top:-4px;margin-left:8px;font-size:12px}.discussion-item-ref .state .octicon{width:1em;font-size:14px}.timeline-new-comment{max-width:780px;margin-bottom:0}.timeline-new-comment .comment-form-head{margin-bottom:10px}.timeline-new-comment .previewable-comment-form .comment-body{padding:5px 5px 15px;border-bottom:1px solid #eee}.discussion-item{position:relative;margin:15px 0 15px 79px;padding-left:25px}.discussion-item+.discussion-item{padding-top:15px;border-top:1px solid #f5f5f5}.discussion-item .author{color:#555;font-weight:bold}.discussion-item .timestamp{color:inherit;white-space:nowrap}.discussion-item .label-color{padding:2px 4px;font-size:12px;font-weight:bold;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12)}.discussion-item .label-color a:hover{text-decoration:none}.discussion-item-icon{float:left;width:32px;height:32px;margin-top:-7px;margin-left:-40px;line-height:28px;color:#666;text-align:center;background-color:#f3f3f3;border:2px solid #fff;border-radius:50%}.discussion-item-icon.octicon-pencil{font-size:14px}.discussion-item-header{min-height:30px;padding-top:5px;padding-bottom:5px;color:#777;line-height:20px;word-wrap:break-word}.discussion-item-header .avatar{float:left;margin-top:2px;margin-right:5px}.discussion-item-header .discussion-item-private{vertical-align:-1px}.discussion-item-header:last-child{padding-bottom:0}.discussion-item-header .commit-ref{font-size:85%;vertical-align:baseline}.discussion-item-header .button-outline{float:right;padding:4px 8px;margin-top:-5px}.discussion-item-body{margin-top:5px}.discussion-item-link{color:#777}.discussion-item-link:hover{color:#4183c4}.discussion-item-entity{font-weight:bold;color:#333}.discussion-item-entity:hover{color:#4183c4;text-decoration:none}.discussion-item-ref-title{margin-top:0;margin-bottom:0;line-height:1.2}.discussion-item-ref-title .issue-num{font-weight:normal;color:#999}.discussion-item-ref-title .title-link{color:#333}.discussion-item-ref-title .title-link:hover{color:#4183c4;text-decoration:none}.discussion-item-ref-title .title-link:hover .issue-num{color:inherit}.discussion-item-context-icon{display:inline-block;line-height:22px;margin-top:-2px;margin-left:10px}.discussion-item-help{color:#999}.discussion-item-help:hover{color:#4183c4}.discussion-item-private{color:#a1882b}.discussion-item-rollup-ref .state{margin-top:2px}.discussion-item-rollup-ref .discussion-item-context-icon{margin-top:2px}.discussion-item-reopened .discussion-item-icon{color:#fff;background-color:#6cc644}.discussion-item-merged .discussion-item-icon{padding-left:2px;color:#fff;background-color:#6e5494}.discussion-item-closed .discussion-item-icon{color:#fff;background-color:#bd2c00}.discussion-item-head_ref_deleted .discussion-item-icon{padding-left:2px;color:#fff;background-color:#999}.discussion-item-locked .discussion-item-icon,.discussion-item-unlocked .discussion-item-icon{color:#fff;background-color:#333}.discussion-item .renamed-was,.discussion-item .renamed-is{color:#333;font-weight:bold}.discussion-commits .discussion-item-icon{padding-top:1px}.discussion-commits .discussion-item-body{margin-top:0;margin-left:-31px}.discussion-item-toggle-open{display:none}.discussion-item-toggle{float:right;color:#777}.discussion-item-toggle:hover{color:#4183c4;text-decoration:none}.discussion-item-toggle .octicon{vertical-align:middle}.outdated-diff-comment-container .discussion-item-body{display:none}.outdated-diff-comment-container.open .discussion-item-body,.outdated-diff-comment-container.open .discussion-item-toggle-open{display:block}.outdated-diff-comment-container.open .discussion-item-toggle-closed{display:none}.new-discussion-timeline .form-content textarea{font-size:14px;line-height:1.6}.new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav{background:#f7f7f7;padding:6px 10px 0;border-radius:3px 3px 0 0}.new-discussion-timeline .previewable-comment-form .draft-indicator{position:relative;top:-1px}.new-discussion-timeline .previewable-comment-form .comment{border:0}.new-discussion-timeline .previewable-comment-form .comment-body{padding:5px 5px 15px;border-bottom:1px solid #eee;background-color:transparent}.new-discussion-timeline .previewable-comment-form .timeline-comment .timeline-comment-actions{display:none}.new-discussion-timeline .closed-banner{position:relative;margin:15px 0 -15px;height:19px;overflow:visible;background:#f3f3f3;border-radius:0;border-bottom:15px solid #fff}.new-discussion-timeline .discussion-hidden{background:#fff;opacity:1;position:relative}.new-discussion-timeline .discussion-hidden .comment-header{background:#fff}.new-discussion-timeline .discussion-hidden .comment-snippet p{vertical-align:middle}.new-discussion-timeline .composer .timeline-comment{margin-bottom:10px}.new-discussion-timeline .composer .timeline-comment:after{border-right-color:#fff}.new-discussion-timeline .composer .comment-form-head.tabnav{padding-top:0;background-color:#fff}.discussion-timeline-actions{border-top:2px solid #f3f3f3;background-color:#fff}.discussion-timeline-actions .merge-pr{padding-top:0;border-top:0}.discussion-timeline-actions .thread-subscription-status{margin-top:20px}.discussion-timeline-actions .thread-subscription-status .mega-octicon{display:none}.discussions-header{margin-bottom:20px}.discussions-header .select-menu,.discussions-header .primary{float:left;margin-left:5px}.discussions-header-title{margin-top:0;margin-bottom:0;line-height:26px}.discussions-new{max-width:800px;padding:15px}.blankslate.discussions{padding:115px 0}.discussions{margin:0 0 20px}.discussions .discussion{font-size:13px;list-style-type:none;padding:12px 0 12px 72px;border-bottom:1px solid #eee;position:relative;min-height:74px}.discussions .discussion:before{display:table;content:""}.discussions .discussion:after{display:table;clear:both;content:""}.discussions .discussion.navigation-focus{background:#f9f9f9}.discussions .discussion.selected{background-color:#f9f9f9}.discussions .discussion.selected:before{background:#999}.discussions .discussion input[type="checkbox"]{top:27px}.discussions .discussion:before{position:absolute;display:block;content:"";top:-1px;left:0;bottom:0;width:3px}.discussions .discussion.spammy:before{background:#bd2c00}.discussions .discussion h3{font-size:17px;margin:4px 0 0;padding-bottom:5px}.discussions .discussion h3 span{font-weight:300;color:#c5c5c5}.discussions .discussion h3 a{color:#333;font-weight:bold}.discussions .discussion h4{margin-top:1px;margin-bottom:2px;font-size:12px;line-height:18px;color:#666}.discussions .discussion p{margin:0 0 5px}.discussions .discussion p.muted{color:#999;padding:5px 0}.discussions .discussion .pull-info{background:#e8f1f6;border-radius:3px;color:rgba(0,0,0,0.5);display:inline-block;font-size:12px;margin-top:5px;padding:3px 7px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12)}.discussions .discussion .pull-info em{font-style:normal}.discussions .discussion:first-child{border-top:1px solid #eee}.discussions .discussion.unread:before{position:absolute;display:block;content:"";top:-1px;bottom:-1px;left:0;width:3px;background:#4183c4}.discussion-username{color:#333;font-weight:normal}.discussions-avatar{position:absolute;left:12px}.discussion-issue-number{color:#bbb}.discussion-body p{color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.discussion-meta{font-size:12px;line-height:17px}.discussion-meta:before{display:table;content:""}.discussion-meta:after{display:table;clear:both;content:""}.discussion-meta a{color:#999}.discussion-meta p{color:#999;padding:0;margin:0}.discussion-meta .octicon-comment{font-size:14px;color:#bbb;margin-left:4px}.discussion-participants{float:left;width:150px;margin-left:30px;color:#999}.discussion-participants .avatar-link{margin-right:3px}.discussion-last-comment{float:left;width:150px;margin-left:30px}.discussion-last-comment .avatar{float:left;margin-right:3px}.discussion-description{float:left;width:474px}.discussion-timeline .email-hidden-container{margin:3px 0}.discussion-hidden{background:#fff}.discussion-hidden .timeline-comment-content{border:1px solid #ddd;opacity:0.8;margin-left:64px}.discussion-hidden .timeline-comment-content:hover{-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out;opacity:1}.discussion-hidden .timeline-comment-header{background:none;border-bottom:0;line-height:33px}.discussion-hidden .timeline-comment-header:before{display:table;content:""}.discussion-hidden .timeline-comment-header:after{display:table;clear:both;content:""}.discussion-hidden .timeline-comment-header .octicon{margin:0 3px}.discussion-hidden .timeline-comment-header .comment-snippet{display:inline-block;position:relative;top:-1px}.discussion-hidden .timeline-comment-header .comment-snippet p{width:370px;overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;margin:0 0 0 3px;line-height:1}.discussion-hidden+.discussion-hidden{margin-top:-1px}.comment-header-right{float:right}.comment-header-actions{list-style-type:none}.comment-header-actions:before{display:table;content:""}.comment-header-actions:after{display:table;clear:both;content:""}.comment-header-actions li{float:left;font-size:11px;line-height:33px;margin:0 0 0 10px}.discussion-comment-label{background:#eee;border-radius:3px;color:#666;padding:2px 4px;margin:0 5px 0 0}.explore-head .container{position:relative}.explore-content{margin-top:-15px}.explore-content .blankslate{margin-top:15px}.repo-collection>ul{list-style-type:none;background:#f7f7f7;border:1px solid #ddd;border-radius:3px}.repo-collection .author-gravatar{float:left;margin-right:10px;background:#fff;border-radius:3px}.collection-stat{float:right;margin-left:10px;font-size:12px;color:#444}.collection-stat .octicon{margin-right:5px;color:#a7a7a7}.collection-item{position:relative;float:left;width:50%;height:70px;padding:15px}.collection-item .octicon-x{position:absolute;top:10px;right:10px;color:#ccc;text-decoration:none}.collection-item .repo-name{display:block;font-size:16px;font-weight:bold}.collection-item .css-truncate-target{max-width:380px}.collection-item .repo-description{margin:0}.explore-collection h2{margin:0 0 10px;font-size:18px;font-weight:normal;color:#2a2a2a}.explore-collection h2 .select-menu{position:relative;display:inline-block}.explore-collection h2 .select-menu-button{font-weight:bold;cursor:pointer}.explore-collection h2 .mega-octicon{vertical-align:middle}.explore-collection .see-more-link{float:right;margin-top:7px}.explore-page .see-more-link{font-size:14px;color:inherit}.explore-page .see-more-link .octicon{margin-left:5px}.explore-page.marketing-section{border-bottom:0}.explore-page.marketing-section .thread-subscription-status{border:0}.explore-page.marketing-section .signed-out-comment{margin-left:0}.explore-page .language-filter-list{margin-bottom:10px}.explore-section{position:relative;padding:40px 0;border-bottom:1px solid #eee}.explore-section:nth-child(even){background:#f9f9f9}.explore-section:nth-child(even) .repo-collection>ul{background:#fff}.explore-section:first-child{padding-top:0}.explore-section:nth-child(odd):last-child{padding-bottom:0;border-bottom:0}.explore-pjax-container{position:relative}.user-leaderboard-list .follow-list-info{margin-top:12px;margin-bottom:0;font-size:12px;color:#666}.user-leaderboard-list .follow-list-info .css-truncate.css-truncate-target{max-width:none}.user-leaderboard-list .repo-list-item{padding-top:10px;padding-bottom:0;padding-left:21px;border-top:0}.user-leaderboard-list .repo-list-item .repo-description,.user-leaderboard-list .repo-list-item .repo-and-owner{max-width:530px}.user-leaderboard-list .repo-list-item .repo{color:#5c5c5c}.leaderboard-list{margin:0;list-style-type:none}.user-leaderboard-list-name{margin:0;font-size:18px;font-weight:normal}.user-leaderboard-list-name .full-name{margin-left:5px;font-weight:bold;color:#5c5c5c}.repo-snipit{margin-top:7px;display:inline-block}.repo-snipit:hover{text-decoration:none}.repo-snipit .octicon{color:#999;font-size:14px}.repo-snipit-name{max-width:200px;color:#666}.repo-snipit-description{max-width:300px;color:#999}.repo-snipit:hover .repo-snipit-name,.repo-snipit:hover .repo-snipit-description{color:#4183c4}.leaderboard-action{float:right;margin-top:-3px;margin-left:10px}.leaderboard-list-rank{position:absolute;top:25px;left:0;width:20px;font-size:11px;font-weight:300;color:#b9b9b9;text-align:right;text-transform:uppercase}.leaderboard-list-item{position:relative;padding-top:20px;padding-bottom:20px;padding-left:35px;border-bottom:1px solid #eee}.leaderboard-list-item:last-child{border-bottom:0}.leaderboard-gravatar{float:left;width:48px;height:48px;border-radius:3px}.leaderboard-list-content{min-height:48px;margin-left:58px}.collection-page .signed-out-comment{margin-left:0}.explore-mail-tease{padding-top:20px;overflow:hidden;background:#202021 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat;border-bottom:1px solid #ddd}.explore-mail-tease h3{color:#fff;text-align:center}.explore-mail-tease img{margin-bottom:-5px}.newsletter-frequency-choice{display:-ms-flexbox;display:-webkit-flex;display:flex;margin:40px 0;list-style-type:none;-webkit-flex-flow:row wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.newsletter-frequency-choice .choice{position:relative;width:25%;margin:auto}.newsletter-frequency-choice .choice>label{display:block;height:100%;margin:0 10px;font-weight:normal;cursor:pointer;background:#fff;border:3px solid #eee;border-radius:4px;text-align:center}.newsletter-frequency-choice .choice:hover label{border-color:#4183c4}.newsletter-frequency-choice .choice:hover h3{color:#fff;background:#4183c4;border-color:#4183c4}.newsletter-frequency-choice .choice.selected label{border-color:#6cc644;box-shadow:0 0 5px rgba(0,0,0,0.2)}.newsletter-frequency-choice .choice.selected h3{color:#fff;background:#6cc644;border-color:#6cc644}.newsletter-frequency-choice .choice.selected p{color:#333}.newsletter-frequency-choice .choice .notice{position:absolute;right:0;bottom:1em;left:0;z-index:-1;font-weight:bold;color:#6cc644;text-align:center;opacity:0}.newsletter-frequency-choice .choice .notice.visible{-webkit-transition:opacity 0.15s ease-in-out;transition:opacity 0.15s ease-in-out;bottom:-2em;opacity:1}.newsletter-frequency-choice h3{padding:10px;margin:0;font-weight:normal;background:#fafafa;border-bottom:1px solid #eee}.newsletter-frequency-choice h3 input{position:relative;top:-2px;margin:0 3px 0 -19px}.newsletter-frequency-choice p{height:7em;margin:15px;color:#777;text-align:left}.explore-signup-entice{position:relative;padding:15px;background:#f7f7f7;border:1px solid #ddd;border-radius:3px}.explore-signup-entice h3{margin-bottom:10px;font-size:18px}.explore-signup-entice p{margin:10px;font-size:14px}.explore-signup-entice-inner{position:absolute;top:3px;right:3px;bottom:3px;left:3px;padding-top:30px;text-align:center;background:rgba(247,247,247,0.9)}.explore-signup-entice-wrapper{max-width:500px;padding:5px;margin:0 auto;background:rgba(247,247,247,0.6)}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}.explore-marketing-header{margin:10px auto 30px;text-align:center}.explore-marketing-header.is-animating{-webkit-animation:fadein 1s;animation:fadein 1s}.explore-marketing-header h2{margin:0 0 5px;font-size:32px;font-weight:normal}.explore-marketing-header .lead{margin:5px 0 0}.explore-marketing-header .call-to-signup{margin-top:10px}.linux .show-mac,.macintosh .show-mac{display:block}.linux .hide-mac,.macintosh .hide-mac{display:none}.windows .show-mac{display:none}.homepage .container{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.homepage .header-logged-out .primary{display:none}.homepage .site-footer{border-top:0;margin-top:0}.marketing-section-depth{position:absolute;right:0;bottom:0;left:0;z-index:10;height:30px;background-image:-webkit-linear-gradient(transparent, rgba(0,0,0,0.15));box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}.marketing-section-signup{text-shadow:0 1px 3px #222;background:#202021 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat;padding-top:80px;padding-bottom:80px;position:relative}.marketing-section-signup .heading{margin-top:0;padding-top:10px;font-size:70px;font-weight:normal;line-height:1;color:#fff;letter-spacing:-1px}.marketing-section-signup .subheading{margin:10px 0 0;font-size:21px;line-height:1.5;color:#fff}.marketing-section-signup .subheading a{font-weight:500}.form-signup-home{float:right;width:320px;margin-left:40px}.form-signup-home .text-muted:last-child{margin-bottom:0}.form-signup-home dl.form{position:relative;margin-top:0;margin-bottom:10px}.form-signup-home dl.form dd+.text-muted{margin-top:5px}.form-signup-home .button,.form-signup-home dl.form input[type="text"],.form-signup-home dl.form input[type="password"]{padding:10px;font-size:16px;border-radius:5px}.form-signup-home .button{border:0}.form-signup-home .button:focus{box-shadow:0 1px 3px rgba(0,0,0,0.05),0 0 12px rgba(255,255,255,0.75)}.form-signup-home dl.form input[type="text"],.form-signup-home dl.form input[type="password"]{width:100%;margin-right:0;border-color:#fff}.form-signup-home dl.form input[type="text"]:focus,.form-signup-home dl.form .focused .drag-and-drop,.focused .form-signup-home dl.form .drag-and-drop,.form-signup-home dl.form input[type="password"]:focus{background-color:#fff;border-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 12px rgba(255,255,255,0.75)}.form-signup-home dl.form.errored dd.error,.form-signup-home dl.form.errored dd.warning{position:absolute;top:100%;left:0;right:0;z-index:5;margin-top:2px;font-size:12px;font-weight:normal;padding:10px;border:0;text-align:left;border-radius:3px;background-color:#333;color:#fff}.form-signup-home dl.form.errored dd.error:after,.form-signup-home dl.form.errored dd.warning:after{position:absolute;left:10px;bottom:100%;height:0;width:0;content:"";border:solid transparent;border-bottom-color:#333;border-width:8px;pointer-events:none}.form-signup-home dl.form.errored dd.error:empty,.form-signup-home dl.form.errored dd.warning:empty{display:none}.form-signup-home dl.form dd input.is-autocheck-successful,.form-signup-home dl.form dd input.is-autocheck-errored,.form-signup-home dl.form dd input.is-autocheck-loading{background-image:none}.form-signup-home dl.successed:after,.form-signup-home dl.errored:after{position:absolute;top:15px;right:10px;text-shadow:none;font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased}.form-signup-home dl.successed:after{content:"\f03a";color:#6cc644}.form-signup-home dl.errored:after{content:"\f02d";color:#bd2c00}.form-signup-home dl.is-loading:after{position:absolute;top:15px;right:10px;display:block;width:16px;height:16px;content:"";background-image:url(/assets/spinners/octocat-spinner-16px-02c482dbba2151bb2d7a30af56d0c7513f12449d504f7a57f200d9e534b112ff.gif)}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.form-signup-home dl.is-loading:after{background-image:url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif);background-size:16px 16px}}.text-muted .notice-highlight{color:#fff}.text-center{text-align:center}.marketing-section-img{display:block;max-width:980px;margin:40px auto;border-radius:5px;border:1px solid rgba(0,0,0,0.25);box-shadow:0 5px 15px rgba(0,0,0,0.15)}.marketing-section-enterprise{overflow:hidden;max-height:375px;padding-bottom:20px;margin-top:-1px;text-shadow:0 1px 2px rgba(0,0,0,0.3);background-color:#614381;background-image:-webkit-linear-gradient(#202d5f, #614381);background-image:linear-gradient(#202d5f, #614381);background-repeat:repeat-x;border-bottom:0;box-shadow:inset 0 10px 20px rgba(0,0,0,0.1);color:#fff}.marketing-section-enterprise.marketing-inline{margin-bottom:30px}.marketing-section-enterprise h1>a{color:inherit;text-decoration:none}.marketing-section-enterprise .marketing-header .lead{color:#cecbda}.marketing-section-enterprise .marketing-button{display:inline-block;margin-top:20px;margin-bottom:20px;padding:9px 15px;border-radius:4px;font-size:18px;background-color:#1d6ac8;background-image:-webkit-linear-gradient(#45b3f3, #1d6ac8);background-image:linear-gradient(#45b3f3, #1d6ac8);background-repeat:repeat-x;box-shadow:0 1px 1px rgba(0,0,0,0.25);text-shadow:0 -1px 0 rgba(0,0,0,0.25);text-decoration:none;color:#fff}.marketing-section-enterprise .marketing-button:hover{background-position:0 -10px}.aws-section{background:#515d81 url(/assets/modules/aws/aws-bg-80b292690ba587b305c2c038c496ffc8ff08d3bf6be6c1ba64d48bedc09cc36f.jpg) no-repeat center top;background-size:cover;overflow:hidden;text-shadow:0 1px 1px rgba(0,0,0,0.1)}.aws-section .container{position:relative}.aws-section .content{position:relative;z-index:9;padding:80px 0;color:#fff;text-align:center}.aws-section h2{margin-top:0;font-size:36px;font-weight:300;color:#fff}.aws-section p{margin-bottom:15px;font-size:15px;font-weight:300}.aws-section .aws-button{display:inline-block;padding:7px 15px;font-size:16px;color:#fff;text-shadow:none;border:1px solid #fff;border-radius:5px}.aws-section .aws-button:hover{color:#fff;text-decoration:none;background-color:#2a2b55;border-color:#2a2b55}.aws-section .bg-animation{position:absolute;top:0;left:0;width:100%;height:100%}.aws-section .cloud{position:absolute}.aws-section .cloud-1{top:10px;right:20px;-webkit-animation:cloud1animation 6s ease-out 1s;animation:cloud1animation 6s ease-out 1s}.aws-section .cloud-2{top:10px;left:-60px;-webkit-animation:cloud2animation 6s ease-out 1s;animation:cloud2animation 6s ease-out 1s}.aws-section .cloud-3{bottom:50px;right:-255px;-webkit-animation:cloud3animation 14s ease-out 1s;animation:cloud3animation 14s ease-out 1s}.aws-section .cloud-4{bottom:-96px;left:-470px;-webkit-animation:cloud4animation 9s ease-out 1s;animation:cloud4animation 9s ease-out 1s}.aws-section .cloud-5{bottom:-120px;right:-160px;-webkit-animation:cloud5animation 14s ease-out 1s;animation:cloud5animation 14s ease-out 1s}.aws-section .cloud-6{bottom:-100px;right:-600px;-webkit-animation:cloud6animation 8s ease-out 1s;animation:cloud6animation 8s ease-out 1s}@-webkit-keyframes cloud1animation{0%{-webkit-transform:translateX(-70px);transform:translateX(-70px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud1animation{0%{-webkit-transform:translateX(-70px);transform:translateX(-70px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud2animation{0%{-webkit-transform:translateX(50px);transform:translateX(50px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud2animation{0%{-webkit-transform:translateX(50px);transform:translateX(50px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud3animation{0%{-webkit-transform:translateX(-150px);transform:translateX(-150px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud3animation{0%{-webkit-transform:translateX(-150px);transform:translateX(-150px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud4animation{0%{-webkit-transform:translateX(125px);transform:translateX(125px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud4animation{0%{-webkit-transform:translateX(125px);transform:translateX(125px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud5animation{0%{-webkit-transform:translateX(-80px);transform:translateX(-80px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud5animation{0%{-webkit-transform:translateX(-80px);transform:translateX(-80px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud6animation{0%{-webkit-transform:translateX(-200px);transform:translateX(-200px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud6animation{0%{-webkit-transform:translateX(-200px);transform:translateX(-200px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.issue-list em{font-weight:bold;background-color:rgba(255,255,140,0.5);padding:3px;border-radius:3px;font-style:normal}.issue-list .title{padding:0;min-height:24px;font-weight:normal;font-size:18px;line-height:24px;margin:0 80px 10px 0;word-wrap:break-word}.issue-list .title .mega-octicon{position:absolute;top:-4px;left:0;width:32px;color:#888;text-align:center}.issue-list .title .closed.mega-octicon{color:#bd2c00}.issue-list .title .open.mega-octicon{color:#6cc644}.issue-list .title .merged.mega-octicon{color:#6e5494}.issue-list .description{margin:0 0 10px;line-height:20px;overflow:hidden}.issue-list-meta{margin:0;list-style-type:none;font-size:11px;color:#999}.issue-list-meta:before{display:table;content:""}.issue-list-meta:after{display:table;clear:both;content:""}.issue-list-meta>li{display:inline-block;margin-right:10px}.issue-list-meta a{color:#333}.issue-list-meta .octicon{color:#838383;vertical-align:middle}.issue-list-item{border-bottom:1px solid #f1f1f1;padding:0 0 20px 40px;margin:0 0 20px;position:relative}.labels-list-item .table-list-cell{width:100%}.labels-list-item .label{display:inline-block;height:34px;padding:0 10px;margin-right:5px;font-size:16px;font-weight:bold;line-height:34px;text-align:center;border-radius:3px;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}.labels-list-item .label .octicon{margin-right:3px}.labels-list-item .label:hover{opacity:0.85}.labels-list-item.open .label,.labels-list-item.open .label-description,.labels-list-item.open .labels-list-action{display:none}.labels-list-item.open .label-delete{display:block;text-align:left}.labels-list-item.edit .label,.labels-list-item.edit .label-description,.labels-list-item.edit .labels-list-action{display:none}.labels-list-item.edit .label-edit{display:block}.label-description{padding:8px 10px;color:#999}.label-delete-confirmation{line-height:34px}.labels-list-actions{margin-left:60px}.labels-list-action{float:left;display:block;color:#999;padding:8px 10px}.labels-list-action .octicon{margin-right:2px}.labels-list-action .octicon-pencil{font-size:14px}.labels-list-action:hover{color:#4183c4;cursor:pointer}.new-label{display:none;padding:10px;margin-bottom:15px;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:3px}.new-label .label-edit{display:block}.new-label .label-edit:before{display:table;content:""}.new-label .label-edit:after{display:table;clear:both;content:""}.new-label-actions{float:right}.open .new-label{display:block}.label-spinner{display:none;float:left;margin-left:-35px;margin-top:9px}.label-edit:before{display:table;content:""}.label-edit:after{display:table;clear:both;content:""}.label-edit label{display:block;margin-bottom:5px}.label-edit .error{float:left;margin-top:8px;margin-left:10px;color:#f00}.label-edit.is-valid .color-editor .octicon-check{display:block}.label-edit.loading .label-spinner{display:block}.color-editor{position:relative;float:left;width:100px}.color-editor.open .label-colors{display:block}.color-editor-bg{position:absolute;left:0;z-index:10;width:20px;height:20px;margin-top:7px;margin-left:7px;cursor:pointer;border-radius:3px}input.color-editor-input{width:100px;padding-left:34px;border-color:#ccc !important}input.color-editor-input:focus{border-color:#51a7e8 !important}input.color-editor-input:focus ~ .label-colors{display:block}.invalid-color-indicator{display:none;position:absolute;top:7px;left:7px;z-index:11;width:20px;height:20px;line-height:20px;font-weight:bold;color:#fff;text-align:center}.label-edit-name{width:40%;float:left;margin-right:10px}.label-colors{position:absolute;left:0;float:left;display:none;width:auto;margin-left:0;padding:5px}.label-colors:before{left:8px}.label-colors:after{left:9px}.label-edit,.label-delete{display:none}.label-delete-form{display:inline}.label-delete-form.loading .label-delete-spinner{display:block}.label-delete-spinner{display:none;margin-top:10px;margin-right:10px;float:left}.color-chooser{display:table-row;height:25px;list-style:none}.color-chooser li{display:table-cell;width:1%}.color-chooser li:hover{position:relative;z-index:2;outline:2px solid #fff;box-shadow:0 0 5px 2px rgba(0,0,0,0.25)}.color-chooser .color-cooser-color{display:block;width:25px;height:25px;text-align:center;cursor:pointer}.repository-lang-stats{position:relative}.repository-lang-stats ol.repository-lang-stats-numbers li{display:table-cell;width:1%;border-bottom:0;text-align:center;padding:11px 5px;white-space:nowrap}.repository-lang-stats ol.repository-lang-stats-numbers li span.percent{float:none}.repository-lang-stats ol.repository-lang-stats-numbers li>a,.repository-lang-stats ol.repository-lang-stats-numbers li>span{color:#999;text-decoration:none;font-weight:bold}.repository-lang-stats ol.repository-lang-stats-numbers li .lang{color:#333}.repository-lang-stats ol.repository-lang-stats-numbers li .language-color{display:inline-block;width:10px;height:10px;border-radius:50%}.repository-lang-stats ol.repository-lang-stats-numbers li a:hover{background:transparent}.stats-switcher-viewport{overflow:hidden;height:38px}.stats-switcher-viewport .stats-switcher-wrapper{position:relative;top:0;-webkit-transition:top 0.25s ease-in-out;transition:top 0.25s ease-in-out}.stats-switcher-viewport.is-revealing-lang-stats .stats-switcher-wrapper{top:-38px}.repository-lang-stats-graph{display:block;width:100%;height:auto;line-height:12px;white-space:nowrap;border-bottom-left-radius:3px;border-bottom-right-radius:3px;overflow:hidden}.repository-lang-stats-graph span{display:inline-block;height:8px;background:#ccc;text-indent:-9999px}.repository-lang-stats-graph .language-color{height:auto;line-height:12px;vertical-align:top}.repository-lang-stats-graph .language-color:first-child{border-bottom-left-radius:3px}.repository-lang-stats-graph .language-color:last-child{border-bottom-right-radius:3px}.language-color{background-color:#ccc}.list-group-item{position:relative;display:block;margin-bottom:-1px;padding:8px 10px 10px 40px;border:1px solid #e5e5e5}.list-group-item a:hover{text-decoration:none}.list-group-item:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.list-group-item:last-child{margin-bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.list-group-item.closed{background-color:#fcfcfc}.list-group-item.selectable{padding-left:60px}.list-group-item.selected{background-color:#ffffef}.list-group-item.navigation-focus{background-color:#f5f9fc}.list-group-item .list-group-item-summary a{color:#666}.list-group-item .list-group-item-summary a.quiet{color:#999}.list-group-item .status{position:relative;top:2px;margin-right:-9px;float:right}.list-group-item .type-icon{vertical-align:middle;position:relative;top:1px;width:16px;text-align:center}.list-group-item .assignee{float:right}.list-group-item .assignee img{display:block;border-radius:2px}.list-group-item .labels{display:inline-block;top:-2px;margin-bottom:-2px;margin-left:4px}.list-group-item-name{margin:0 60px 2px 0;font-size:15px;line-height:1.3;word-wrap:break-word}.list-group-item-name .type-icon{float:left;margin-top:1px;margin-left:-24px}.list-group-item-link{color:#333}.closed.octicon,.reverted.octicon{color:#bd2c00}.open.octicon{color:#6cc644}.merged.octicon{color:#6e5494}.list-group-item-summary{margin-top:2px}.list-group-item-summary p{margin:0 0 5px}.standalone .list-group-item-summary p{margin-bottom:0}.animated-ellipsis-container{display:inline-block;overflow:hidden;height:12px;width:12px;-webkit-transform:translateZ(0)}.animated-ellipsis-container>.animated-ellipsis{overflow:hidden;display:inline-block;vertical-align:bottom}@-webkit-keyframes ellipsis{from{width:2px}to{width:12px}}@keyframes ellipsis{from{width:2px}to{width:12px}}.large-loading-area{text-align:center;padding:100px 0}.loading-area{text-align:center}.context-loader.large-format-loader{position:fixed;display:none;top:0;left:0;bottom:0;right:0;margin:0;width:auto;padding:190px 0 0;font-weight:normal;background:rgba(255,255,255,0.8);border:0;z-index:9999;text-align:center;color:#999}.context-loader.large-format-loader.is-loading{display:block} diff --git a/public/css/github-code-cdn.css b/public/css/github-code-cdn.css new file mode 100644 index 0000000..7c2f1e5 --- /dev/null +++ b/public/css/github-code-cdn.css @@ -0,0 +1 @@ +.marketing .pagehead h1{font-size:30px}.marketing .pagehead p{margin-top:4px;margin-bottom:0;font-size:14px;color:#777}.marketing .pagehead ul.actions{margin-top:10px}.marketing h2 .secure{float:right;padding:1px 0;font-size:11px;font-weight:bold;text-transform:uppercase;color:#6cc644}.marketing .questions p{font-size:14px}.marketing-header{margin-bottom:40px}.marketing-header h1{margin-top:0;margin-bottom:0;font-size:42px;font-weight:300}.marketing-header .lead{color:#777;max-width:750px;margin:10px auto 0}.marketing-header .button{margin-top:15px;padding:12px 20px;font-size:18px;font-weight:normal;border-radius:6px}.marketing-section{position:relative;padding-top:80px;padding-bottom:80px;border-bottom:1px solid #e5e5e5;text-align:center;font-size:16px;line-height:1.5}.marketing-section:before{display:table;content:""}.marketing-section:after{display:table;clear:both;content:""}.marketing-section h3{font-size:21px;font-weight:normal}.marketing-section-stripe{background-color:#f5f5f5}.marketing-hero-octicon{width:100px;height:100px;border-radius:50px;text-align:center;border:solid 1px #e5e5e5;margin:0 auto 15px}.marketing-hero-octicon .mega-octicon{color:#4183c4;font-size:48px;line-height:100px}.marketing-hero-octicon .octicon-checklist{position:relative;right:-3px}.marketing-grid{font-size:14px}.marketing-grid .column{padding:20px 25px 40px}.marketing-grid p{margin:0 auto;max-width:90%;color:#5a5a5a}.marketing-grid .mega-octicon{color:#4183c4}.read-it{padding-top:50px;text-align:center;border-top:1px solid #eee}.contact-form .input-block{margin-top:10px;margin-bottom:10px}.contact-form textarea{height:200px}.checklist{margin:20px 0;font-size:12px}.checklist>li{margin:15px 0 15px 18px;list-style-position:outside}.hanging-list li,.hanging-icon-list li{margin:10px 0;font-size:14px}.hanging-list li{margin-left:12px;list-style-position:inside}.hanging-icon-list li{padding-left:25px;list-style-type:none}.hanging-icon-list .octicon{float:left;margin-left:-20px;color:#999}.hanging-icon-list .octicon-check{color:#6cc644}.hanging-icon-list .octicon-x{color:#bd2c00}.logos-page h3{font-size:18px}.logos-download{position:relative;display:block;float:left;width:32%;height:290px;margin-bottom:30px;padding-top:20px;text-align:center;border:1px solid #ddd;border-radius:6px}.logos-download+.logos-download{margin-left:2%}.logos-download .gh-logo{margin-top:70px}.logos-download .gh-octocat{margin-top:10px}.logos-download-link{position:absolute;right:0;bottom:0;left:0;display:block;padding:15px 20px;font-size:16px;font-weight:bold;background-color:#f5f5f5;border-top:1px solid #ddd;border-radius:0 0 5px 5px}.logos-download-link .octicon{vertical-align:2px}.logos-download:hover{text-decoration:none}.logos-download:hover .logos-download-link{background-color:#eee}.nonprofit-head{padding:100px 0 120px;border-bottom:1px solid #eee;text-align:center;position:relative;overflow:hidden}.nonprofit-head .title{font-weight:300;font-size:30px;color:#777;margin-bottom:20px;display:inline-block;border-bottom:1px solid #ccc}.nonprofit-head .title .mega-octicon{color:#333}.nonprofit-head .logo{vertical-align:middle}.nonprofit h1{font-weight:300;font-size:28px;line-height:1.5em;position:relative}.nonprofit h2{font-weight:normal}.heart{width:12px;height:12px;background:#83d6c0;box-shadow:140px 30px 0 #efa, 120px -120px 0 #aded84, 220px -60px 0 #ded, 30px 240px 0 #ada, 60px -60px 0 #d76666, 60px -30px 0 #ff846f, 60px 0 0 #f9a7a7, 60px 30px 0 #ffc8c8, 60px 60px 0 #ffd8d8, 30px 60px 0 #baf2ca, 30px 30px 0 #98eaac, 30px 0 0 #80d896, 30px -30px 0 #6dd085, 30px -60px 0 #55be6f, 0 -60px 0 #4cc2a7, 0 -30px 0 #73d3b9, 0 30px 0 #93e3cd, 0 60px 0 #adf9e4, -30px 60px 0 #ffe1b9, -30px 30px 0 #ffd194, -30px 0 0 #ffc86f, -60px 0 0 #fd9ff0, -60px 30px 0 #ffbaf7, -60px 60px 0 #fccdf7, -180px 60px 0 #9df;position:absolute;left:50%;top:40%;margin-left:400px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.heart.left{margin-left:-400px;-webkit-transform:rotate(-45deg),scaleX(-1);-ms-transform:rotate(-45deg),scaleX(-1);transform:rotate(-45deg),scaleX(-1)}.octo-earth{position:absolute;left:50%;bottom:-150px;margin-left:-120px;-webkit-animation:rotate 20s infinite linear;animation:rotate 20s infinite linear}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.nonprofit-steps{margin-left:30px;font-size:20px;font-weight:300}.nonprofit-steps li{margin-bottom:10px}.nonprofit-steps ul{margin:15px 0 0 20px;list-style:square}.nonprofit-section{padding:50px 0;background:#f5f5f5}.nonprofit-section.feature-line{text-align:center}.nonprofit-section .dialog{width:640px;background:#fff;margin:30px auto 0;text-align:left;padding:30px}.nonprofit-section .dialog h2:first-child{margin-top:0}.nonprofit-section .dialog p:last-child{margin-bottom:0}.nonprofit-section .dialog .notice{background:#fee;margin:20px 0 0;padding:15px}.dialog.edu-callout{border:5px solid #aec;padding:25px}.dialog.edu-callout p{margin-top:0}.dialog.edu-callout .mega-octicon{color:#418f65;height:54px;width:54px;padding:10px 0;margin:0 15px 0 0;text-align:center;vertical-align:top;float:left;border-radius:30px}.integrations{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.integrations .site-footer{border-top:1px solid rgba(255,255,255,0.2);margin-top:-99px}.integrations .site-footer,.integrations .site-footer a,.integrations .site-footer .octicon-mark-github{color:#fff}.integrations-illustration-container{display:block;height:100%;width:100%;color:#fff;background:url(/assets/modules/integrations/circuits@2x-0d148034d516afb1364dd2c902bf6b70646a6012f0fd316d38ce2068b6714d42.png) center bottom/1780px 295px no-repeat transparent}.integrations-illustration-container .lead{color:#0a4568;width:550px}.integrations-illustration-container a{color:#0a4568;text-decoration:underline}.integrations-intro{background:url(/assets/modules/integrations/circuits-animated-ac2d457426c64e1a6ee28d49c060a8d53b35e62363b60f913c93604bcb2d0fb4.gif) center 238px/500px 350px no-repeat #1781c0;padding-bottom:0}.integrations-intro .lead{margin-bottom:350px}.integrations-intro .marketing-header{margin-bottom:0}.integrations-outro{background:url(/assets/modules/integrations/circuits-animated-flipped-7f66e8d1687504444b81960de7ed7bfd4a43bc29d368129819c406d1c2ab124e.gif) center -74px/350px 262px no-repeat #1781c0;padding-top:0;padding-bottom:218px}.integrations-outro .integrations-illustration-container{background:url(/assets/modules/integrations/circuits-flipped@2x-a94eaad756085840013ee1f0aedcaf3c956d67e17ce23184b7d87e68c96d231d.png) center top/1685px 174px no-repeat transparent;padding-top:240px}.button.outro-button{font-size:20px;font-weight:200;background:#0a4568;border:0;padding:10px 15px;color:#fafafa;text-decoration:none;text-shadow:none}.integrations-contact-info{color:#0a4568;margin:40px auto 0}.slideshow-nav{list-style:none;margin-top:100px}.slideshow-nav>li{display:inline-block;margin:0 15px}.slideshow-nav>li>a{display:block;height:50px;text-indent:-999em;opacity:0.7;-webkit-transition:opacity 0.15s ease-in-out;transition:opacity 0.15s ease-in-out}.slideshow-nav>li>a:hover{opacity:1}.slideshow-nav .active>a{background-position:0 -50px;opacity:1}.integrations-tab-asana{background-image:url(/assets/modules/integrations/logos/asana@2x-998cd803867acdcf11404fda9c301e4e49d20cce4566a73f9033ba7b2121f580.png);background-size:137px 100px;width:137px;position:relative;bottom:-8px}.integrations-tab-pivotaltracker{background-image:url(/assets/modules/integrations/logos/pivotaltracker@2x-018ec7aa07e3165a56755228f50f0ac8b0c839810d590fb9a8b9328d31833a74.png);background-size:278px 100px;width:278px}.integrations-tab-zendesk{background-image:url(/assets/modules/integrations/logos/zendesk@2x-d9f9ee6ca812bf9204944ceef5fdd4da15feca584e66cc94fdc19e1d92706f9b.png);background-size:154px 100px;width:154px}.integrations-slide-content{height:370px;list-style:none;position:relative}.integrations-slide-content>li{position:absolute;visibility:hidden;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translateY(50px),scale(0.95);-ms-transform:translateY(50px),scale(0.95);transform:translateY(50px),scale(0.95);opacity:0}.integrations-slide-content>.active{visibility:visible;-webkit-transform:translateY(0),scale(1);-ms-transform:translateY(0),scale(1);transform:translateY(0),scale(1);opacity:1}.integrations-screenshot{margin-top:20px;max-width:100%}.integrations-slide-description{max-width:600px;display:inline-block;-webkit-backface-visibility:hidden}.integrations-logo-container{min-height:70px;margin-bottom:20px}.integrations-imagelist{list-style:none}.integrations-imagelist>li{margin-top:90px;margin-bottom:50px}.integrations-imagelist>li>p{max-width:470px;text-align:left;display:inline-block;vertical-align:middle}.integrations-logo-left{margin-right:40px}.integrations-logo-right{margin-left:40px}.features-next .lead strong{color:#444}.features-next .native-mobile-screens{list-style-type:none;border-bottom:solid 1px #d9d9d9;line-height:0;padding-left:0}.features-next .native-mobile-screens li{display:inline;margin:0 5px 30px}.team-org-chart{margin:30px auto;width:470px}.team-org-chart .mega-octicon{vertical-align:middle}.team-org-group{border:solid 1px #ccc;background-color:#fff;text-align:center;font-size:16px;padding:10px;margin-bottom:13px;border-radius:3px}.team-org-group strong{color:#333}.team-org-team{width:147px;height:120px;display:inline-block;vertical-align:top}.team-org-team+.team-org-team{margin-left:10px}.octicon-jersey-red{color:#bd2c00}.octicon-jersey-green{color:#6cc644}.octicon-jersey-orange{color:#f93}.team-org-members{margin-top:15px}.team-org-members .octicon{color:#aaa}.team-org-repos .mega-octicon{color:#bbb;margin:0 5px}.team-animation{-webkit-animation-duration:12s;animation-duration:12s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.team-design{-webkit-animation-name:teamDesign;animation-name:teamDesign}.team-dev{-webkit-animation-name:teamDev;animation-name:teamDev}.team-marketing{-webkit-animation-name:teamMarketing;animation-name:teamMarketing}.team-dev-design{-webkit-animation-name:teamDevDesign;animation-name:teamDevDesign}.team-dev-design-marketing{-webkit-animation-name:teamDevDesignMarketing;animation-name:teamDevDesignMarketing}.features-section img{max-width:100%}.features-section code{font-size:0.9em}.features-section p{max-width:750px;margin-right:auto;margin-left:auto}.features-repo-count{white-space:nowrap}.features-content-right{float:right;width:470px;text-align:left}.features-content-left{float:left;width:470px;text-align:left}.diagram-icon{position:absolute;border-radius:50px;border:solid 4px #4183c4;background-color:#fff;width:53px;height:53px;text-align:center;line-height:55px;color:#4183c4}.diagram-icon-small{position:absolute;color:#4183c4;margin-top:2px\9}.diagram-icon-branch{top:-13px;left:81px;-webkit-animation:bounceIn 0.6s ease-in-out 0.25s 1 normal both;animation:bounceIn 0.6s ease-in-out 0.25s 1 normal both}.diagram-icon-pr{top:89px;left:405px;-webkit-animation:bounceIn 0.6s ease-in-out 1.8s 1 normal both;animation:bounceIn 0.6s ease-in-out 1.8s 1 normal both}.diagram-icon-merge{top:-13px;left:843px;-webkit-animation:bounceIn 0.6s ease-in-out 3.7s 1 normal both;animation:bounceIn 0.6s ease-in-out 3.7s 1 normal both}.diagram-icon-commit-1{top:101px;left:240px;-webkit-animation:bounceIn 0.6s ease-in-out 1.3s 1 normal both;animation:bounceIn 0.6s ease-in-out 1.3s 1 normal both;background-color:#fff}.diagram-icon-commit-2{top:101px;left:295px;-webkit-animation:bounceIn 0.6s ease-in-out 1.4s 1 normal both;animation:bounceIn 0.6s ease-in-out 1.4s 1 normal both;background-color:#fff}.diagram-icon-commit-3{top:101px;left:350px;-webkit-animation:bounceIn 0.6s ease-in-out 1.5s 1 normal both;animation:bounceIn 0.6s ease-in-out 1.5s 1 normal both;background-color:#fff}.diagram-icon-discussion-1{top:79px;left:488px;-webkit-animation:bounceIn 0.6s ease-in-out 2s 1 normal both;animation:bounceIn 0.6s ease-in-out 2s 1 normal both;opacity:0.3}.diagram-icon-commit-4{top:101px;left:515px;-webkit-animation:bounceIn 0.6s ease-in-out 2.1s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.1s 1 normal both;background-color:#fff}.diagram-icon-discussion-2{top:131px;left:542px;-webkit-animation:bounceIn 0.6s ease-in-out 2.2s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.2s 1 normal both;opacity:0.3}.diagram-icon-commit-5{top:101px;left:570px;-webkit-animation:bounceIn 0.6s ease-in-out 2.3s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.3s 1 normal both;background-color:#fff}.diagram-icon-discussion-3{top:79px;left:597px;-webkit-animation:bounceIn 0.6s ease-in-out 2.4s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.4s 1 normal both;opacity:0.3}.diagram-icon-commit-6{top:101px;left:625px;-webkit-animation:bounceIn 0.6s ease-in-out 2.5s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.5s 1 normal both;background-color:#fff}.diagram-icon-discussion-4{top:131px;left:652px;-webkit-animation:bounceIn 0.6s ease-in-out 2.6s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.6s 1 normal both;opacity:0.3}.diagram-icon-commit-7{top:101px;left:680px;-webkit-animation:bounceIn 0.6s ease-in-out 2.7s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.7s 1 normal both;background-color:#fff}.diagram-icon-discussion-5{top:79px;left:707px;-webkit-animation:bounceIn 0.6s ease-in-out 2.8s 1 normal both;animation:bounceIn 0.6s ease-in-out 2.8s 1 normal both;opacity:0.3}.features-branch-diagram{position:relative;margin-top:40px;margin-bottom:50px}.preload .diagram-animation{-webkit-animation:none !important;animation:none !important;opacity:0}.mobile .diagram-animation{-webkit-animation:none !important;animation:none !important;opacity:1}.features-highlight{margin:8px 0;display:inline-block;background-color:#e7e7e7;padding:10px;border-radius:3px}.features-highlight i{font-style:normal;color:#4183c4}.features-callout{border:solid 1px #eee;border-radius:3px;padding:10px;margin-top:15px;margin-bottom:45px;display:inline-block;color:#777;font-size:14px;line-height:1.4;text-align:left;width:450px}.features-callout>p{margin-top:0;margin-bottom:0}.features-callout .left{margin-right:10px;vertical-align:center}.features-copy-minor{font-size:12px;color:#555}.svn-callout{clear:both;padding-top:30px;padding-left:217px;line-height:0.8;text-align:left}.svn-callout-heading{font-size:18px;margin-bottom:0;color:#444}.svn-callout-logo{margin-left:-70px;margin-top:-1px;float:left}@-webkit-keyframes teamDev{3%{border-color:#bd2c00;color:#bd2c00}27%{border-color:#bd2c00;color:#bd2c00}30%{border-color:#ccc;color:#bbb}}@keyframes teamDev{3%{border-color:#bd2c00;color:#bd2c00}27%{border-color:#bd2c00;color:#bd2c00}30%{border-color:#ccc;color:#bbb}}@-webkit-keyframes teamDesign{34%{border-color:#ccc;color:#bbb}37%{border-color:#6cc644;color:#6cc644}60%{border-color:#6cc644;color:#6cc644}63%{border-color:#ccc;color:#bbb}}@keyframes teamDesign{34%{border-color:#ccc;color:#bbb}37%{border-color:#6cc644;color:#6cc644}60%{border-color:#6cc644;color:#6cc644}63%{border-color:#ccc;color:#bbb}}@-webkit-keyframes teamMarketing{67%{border-color:#ccc;color:#bbb}70%{border-color:#f93;color:#f93}94%{border-color:#f93;color:#f93}}@keyframes teamMarketing{67%{border-color:#ccc;color:#bbb}70%{border-color:#f93;color:#f93}94%{border-color:#f93;color:#f93}}@-webkit-keyframes teamDevDesign{3%{border-color:#bd2c00;color:#bd2c00}27%{border-color:#bd2c00;color:#bd2c00}30%{border-color:#ccc;color:#bbb}34%{border-color:#ccc;color:#bbb}37%{border-color:#6cc644;color:#6cc644}60%{border-color:#6cc644;color:#6cc644}63%{border-color:#ccc;color:#bbb}}@keyframes teamDevDesign{3%{border-color:#bd2c00;color:#bd2c00}27%{border-color:#bd2c00;color:#bd2c00}30%{border-color:#ccc;color:#bbb}34%{border-color:#ccc;color:#bbb}37%{border-color:#6cc644;color:#6cc644}60%{border-color:#6cc644;color:#6cc644}63%{border-color:#ccc;color:#bbb}}@-webkit-keyframes teamDevDesignMarketing{3%{border-color:#bd2c00;color:#bd2c00}27%{border-color:#bd2c00;color:#bd2c00}30%{border-color:#ccc;color:#bbb}34%{border-color:#ccc;color:#bbb}37%{border-color:#6cc644;color:#6cc644}60%{border-color:#6cc644;color:#6cc644}63%{border-color:#ccc;color:#bbb}67%{border-color:#ccc;color:#bbb}70%{border-color:#f93;color:#f93}94%{border-color:#f93;color:#f93}}@keyframes teamDevDesignMarketing{3%{border-color:#bd2c00;color:#bd2c00}27%{border-color:#bd2c00;color:#bd2c00}30%{border-color:#ccc;color:#bbb}34%{border-color:#ccc;color:#bbb}37%{border-color:#6cc644;color:#6cc644}60%{border-color:#6cc644;color:#6cc644}63%{border-color:#ccc;color:#bbb}67%{border-color:#ccc;color:#bbb}70%{border-color:#f93;color:#f93}94%{border-color:#f93;color:#f93}}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.segmented-nav-tab{display:none;margin-top:40px}.segmented-nav-tab:before{display:table;content:""}.segmented-nav-tab:after{display:table;clear:both;content:""}.segmented-nav-tab.active{display:block}.octicon-list{list-style:none;margin-left:26px;margin-bottom:28px}.octicon-list li{margin-bottom:20px;position:relative}.octicon-list .octicon{position:absolute;margin-left:-22px;top:3px;color:#4183c4}.segmented-nav{margin:20px auto;list-style:none;display:inline-block}.segmented-nav>li{float:left;border:1px solid #ddd;position:relative;z-index:1}.segmented-nav>li>a{display:inline-block;height:32px;margin:0 auto;padding:6px 20px 7px;font-size:15px;line-height:20px;color:#555;text-align:center;text-decoration:none}.segmented-nav>li+li{margin-left:-1px}.segmented-nav>li:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.segmented-nav>li:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.segmented-nav>li.active{position:relative;border-color:#4183c4;color:#fff;background-color:#4183c4;z-index:2}.segmented-nav>li.active a,.segmented-nav>li.active a:hover{color:#fff}.segmented-nav>li:hover{border-color:#4183c4;z-index:2}.segmented-nav>li:hover a{color:#4183c4}.table-list{display:table;table-layout:fixed;width:100%;color:#999;border-bottom:1px solid #e5e5e5}.table-list-bordered .table-list-cell:first-child{border-left:1px solid #e5e5e5}.table-list-bordered .table-list-cell:last-child{border-right:1px solid #e5e5e5}.table-list-item{position:relative;list-style:none;display:table-row}.table-list-item.unread .table-list-cell-checkbox{border-left-color:#4183c4;box-shadow:2px 0 0 #4183c4 inset}.table-list-item.selected .table-list-cell-checkbox{border-left-color:#999;box-shadow:2px 0 0 #999 inset}.table-list-cell{position:relative;display:table-cell;padding:8px 10px;font-size:12px;vertical-align:top;border-top:1px solid #eee}.table-list-cell.flush-left{padding-left:0}.table-list-cell.flush-right{padding-right:0}.table-list-cell-checkbox{width:30px;padding-left:0;padding-right:0;text-align:center}.select-toggle-check{margin-top:7px}.table-list-cell-type{padding-top:10px;padding-left:0;padding-right:0;width:20px;text-align:center}.table-list-cell-type>a{display:inline-block}.table-list-cell-type .octicon{margin-top:3px}.table-list-cell-type:first-child{padding-left:10px}.table-list-cell-avatar{padding-left:0;padding-right:0;width:16px}.table-list-header{position:relative;z-index:22;margin-top:20px;margin-bottom:-1px;background-color:#f5f5f5;border:1px solid #e5e5e5;border-radius:3px 3px 0 0}.table-list-header:before{display:table;content:""}.table-list-header:after{display:table;clear:both;content:""}.table-list-header .button-link{position:relative;display:inline-block;padding-top:13px;padding-bottom:13px;font-weight:normal}.table-list-header-select-all{float:left;width:30px;padding:12px 10px;margin-right:5px;margin-left:-1px;text-align:center}.table-list-header-meta{display:inline-block;padding-top:13px;padding-bottom:13px;color:#777}.table-list-filters:first-child .table-list-header-toggle:first-child{padding-left:10px}.table-list-header-toggle.states .selected{font-weight:bold}.table-list-header-toggle .button-link{color:#777}.table-list-header-toggle .button-link .octicon{margin-right:2px}.table-list-header-toggle .button-link:hover{color:#222;text-decoration:none}.table-list-header-toggle .button-link.selected,.table-list-header-toggle .button-link.selected:hover{color:#222}.table-list-header-toggle .button-link+.button-link{margin-left:10px}.table-list-header-toggle .select-menu{position:relative}.table-list-header-toggle .select-menu-item.selected{font-weight:bold}.table-list-header-toggle .select-menu-button{padding-right:15px;padding-left:15px}.table-list-header-toggle .select-menu-button:hover,.table-list-header-toggle .select-menu-button.selected,.table-list-header-toggle .select-menu-button.selected:hover{color:#222}.table-list-header-toggle .select-menu-modal-holder{right:10px}.table-list-header-toggle .select-menu-modal-holder .select-menu-modal{margin-top:-1px}.table-list-triage{display:none}.triage-mode .table-list-filters{display:none}.triage-mode .table-list-triage{display:block}.subhead{padding-bottom:20px;margin-top:10px;margin-bottom:20px;border-bottom:1px solid #eee}.subhead-heading{margin-top:0;margin-bottom:0}.subhead-description{margin-top:5px;margin-bottom:0;font-size:14px;color:#777}.subnav{margin-bottom:20px}.subnav:before{display:table;content:""}.subnav:after{display:table;clear:both;content:""}.subnav>.right{margin-left:10px}.subnav-bordered{padding-bottom:20px;border-bottom:1px solid #eee}.subnav-flush{margin-bottom:0}.subnav-item{position:relative;float:left;padding:7px 14px;font-weight:bold;color:#666;border:1px solid #e5e5e5}.subnav-item+.subnav-item{margin-left:-1px}.subnav-item:hover,.subnav-item:focus{text-decoration:none;background-color:#f5f5f5}.subnav-item.selected,.subnav-item.selected:hover,.subnav-item.selected:focus{z-index:2;color:#fff;background-color:#4183c4;border-color:#4183c4}.subnav-item:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.subnav-item:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.subnav-search{position:relative;margin-left:10px}input.subnav-search-input{width:320px;padding-left:30px;color:#777;border-color:#d5d5d5}input.subnav-search-input-wide{width:500px}.subnav-search-icon{position:absolute;top:0;left:1px;display:block;width:30px;height:34px;line-height:34px;color:#ccc;text-align:center}.subnav-search-context .button{color:#555;border-top-right-radius:0;border-bottom-right-radius:0}.subnav-search-context .button:hover,.subnav-search-context .button:focus,.subnav-search-context .button:active,.subnav-search-context .button.selected{z-index:2}.subnav-search-context+.subnav-search{margin-left:-1px}.subnav-search-context+.subnav-search .subnav-search-input{border-top-left-radius:0;border-bottom-left-radius:0}.subnav-search-context .select-menu-modal-holder{z-index:30}.subnav-search-context .select-menu-modal{width:220px}.subnav-search-context .select-menu-item-icon{color:inherit}.subnav-divider-right{padding-right:10px;border-right:1px solid #eee}.blankslate{position:relative;padding:30px;text-align:center;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:3px;box-shadow:inset 0 0 10px rgba(0,0,0,0.05)}.blankslate.clean-background{background:none;border:0;box-shadow:none}.blankslate.capped{border-radius:0 0 3px 3px}.blankslate.spacious{padding:100px 60px 120px}.blankslate.has-fixed-width{width:485px;margin:0 auto}.blankslate.large-format h3{margin:0.75em 0;font-size:20px}.blankslate.large-format p{font-size:16px}.blankslate.large-format p.has-fixed-width{width:540px;margin:0 auto;text-align:left}.blankslate.large-format .mega-octicon{width:40px;height:40px;font-size:40px;color:#aaa}.blankslate.large-format .octicon-inbox{font-size:48px;line-height:40px}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eee;border-radius:3px}.blankslate>.mega-octicon{color:#aaa}.blankslate .mega-octicon+.mega-octicon{margin-left:10px}.tabnav+.blankslate{margin-top:20px}.blankslate .context-loader.large-format-loader{padding-top:50px}.spinner-forking{display:block;margin:20px auto 40px}.forking-repo{margin:40px 0;text-align:center}.forking-repo h3{margin-bottom:10px;font-size:28px;font-weight:300}.forking-repo h4{margin:0 0 30px;font-size:16px;font-weight:300}.boxed-group{position:relative;border-radius:3px;margin-bottom:30px}.boxed-group .counter{color:#fff;background-color:#babec0}.boxed-group.flush .boxed-group-inner{padding:0}.boxed-group.condensed .boxed-group-inner{font-size:12px;padding:0}.boxed-group>h3,.boxed-group .heading{background-color:#f5f5f5;margin:0;border-radius:3px 3px 0 0;border:1px solid #d8d8d8;border-bottom:0;padding:9px 10px 10px;font-size:14px;line-height:17px;display:block}.boxed-group>h3 a,.boxed-group .heading a{color:inherit}.boxed-group>h3 a.boxed-group-breadcrumb,.boxed-group .heading a.boxed-group-breadcrumb{color:#666;font-weight:normal;text-decoration:none}.boxed-group>h3 .avatar,.boxed-group .heading .avatar{margin-top:-4px}.boxed-group .tabnav.heading{padding:0}.boxed-group .tabnav.heading .tabnav-tab.selected{border-top:0}.boxed-group .tabnav.heading li:first-child .selected{border-left-color:#fff;border-top-left-radius:3px}.boxed-group .tabnav-tabs a{border-radius:0;border-top:0}.boxed-group code.heading{font-size:12px}.boxed-group.dangerzone>h3{background-color:#df3e3e;border:1px solid #a00;color:#fff;text-shadow:0 -1px 0 #900}.boxed-group.dangerzone .boxed-group-inner{border-top:0}.boxed-group.condensed>h3{padding:6px 6px 7px;font-size:12px}.boxed-group.condensed>h3 .octicon{padding:0 6px 0 2px}.one-half .boxed-group,.dashboard-sidebar .boxed-group{margin-bottom:20px}.boxed-group .bleed-flush{width:100%;padding:0 10px;margin-left:-10px}.boxed-group .compact{margin-top:10px;margin-bottom:10px}.boxed-group-inner{padding:1px 10px;background:#fff;border:1px solid #d8d8d8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#666;font-size:13px}.boxed-group-inner .markdown-body{padding:20px 10px 10px;font-size:13px}.boxed-group-inner strong{color:#333}.boxed-group-inner.markdown-body{padding-top:10px;padding-bottom:10px}.boxed-group-inner.seamless{padding:0}.boxed-group-inner h4{margin:15px 0 -5px;font-size:14px;color:#000}.boxed-group-inner .tabnav{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.boxed-group-inner .tabnav-tab.selected{border-top:1px solid #ddd}.boxed-group-inner .help{clear:both;margin:1em -10px 0;padding:1em 10px 1em 35px;border-top:1px solid #ddd;color:#999}.boxed-group-inner .help .octicon{margin-left:-25px;margin-right:5px}.boxed-group-inner .flash-global{margin-left:-10px;margin-right:-10px;border-top:0}.boxed-action{float:right;margin-left:10px}.boxed-group-action{float:right;margin:6px 10px 0 0;position:relative;z-index:2}.boxed-group-action.flush{margin-top:0;margin-right:0}.boxed-group-action>.octicon{color:#999;margin-top:4px}.boxed-group-action>button{background-color:transparent;border:0;-webkit-appearance:none}.field-with-errors{display:inline}.compact-options{margin:-6px 0 13px}.compact-options>li{margin:0 12px 0 0;display:inline-block;list-style-type:none;font-weight:bold}.compact-options>li label{float:left}.compact-options>li .spinner{float:left;width:16px;height:16px;margin-left:5px;display:block}.boxed-group-list{list-style:none;margin:0}.boxed-group-list>li{display:block;margin-left:-10px;margin-right:-10px;padding:5px 10px;line-height:23px;border-bottom:1px solid #e5e5e5}.boxed-group-list>li:hover{background:#ffe}.boxed-group-list>li:first-child{border-top:1px solid #ddd}.boxed-group-list>li:last-of-type{border-bottom:0}.boxed-group-list>li.selected{background:#e5f9e2}.boxed-group-list>li.approved .minibutton,.boxed-group-list>li.rejected .minibutton{display:none}.boxed-group-list>li.approved:before{margin-right:5px;font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;content:"\f03a";color:#5ec051}.boxed-group-list>li.rejected:before{margin-right:5px;font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;content:"\f050";color:#bc0000}.boxed-group-list>li.rejected a{text-decoration:line-through}.boxed-group-list>li img{margin-top:-2px;margin-right:4px;vertical-align:middle;border-radius:3px}.boxed-group-list>li .minibutton{float:right;margin:-1px 0 0 10px}.boxed-group-list>li .button-group{float:right}.boxed-group-list>li .button-group .minibutton{float:left}.boxed-group.flush .boxed-group-list li{margin-left:0;width:auto;padding-left:0;padding-right:0}.boxed-group-list.standalone{margin-top:-1px}.boxed-group-list.standalone>li:first-child{border-top:0}.boxed-group-table{width:100%;text-align:left}.boxed-group-table tr:last-child td{border-bottom:0}.boxed-group-table th{padding:9px;border-bottom:1px solid #eee;background-color:#fafafa}.boxed-group-table td{padding:9px;border-bottom:1px solid #eee;vertical-align:top}#ajax-error-message{display:none;position:fixed;top:-200px;left:50%;width:974px;z-index:9999;margin:0 3px;margin-left:-487px;-webkit-transition:top 0.5s ease-in-out;transition:top 0.5s ease-in-out}#ajax-error-message.visible{top:0}#ajax-error-message>.octicon-alert{vertical-align:text-top}.boxed-group-success,.boxed-group-warning{padding:10px 15px;margin:-1px -10px 0;border-style:solid;border-width:1px 0}.boxed-group-success .minibutton,.boxed-group-warning .minibutton{margin:-5px 0}.boxed-group-success:first-child,.boxed-group-warning:first-child{border-top:0}.boxed-group-success{color:#22662c;background-color:#e2f9e5;border-color:#bad3be}.boxed-group-warning{color:#4c4a42;background-color:#fff9ea;border-color:#dfd8c2}.avatar-stack .avatar{float:right;width:20px;height:20px;margin-left:-17px;border-radius:2px;-webkit-transition:margin 0.2s ease-in-out;transition:margin 0.2s ease-in-out;background-color:#fff;border-right:1px solid #fff}.avatar-stack .avatar:last-child{margin-left:3px}.avatar-stack:hover .avatar{margin-left:3px}.conversation-list-heading{margin:35px 0 10px;height:0;text-align:center;font-size:16px;font-weight:normal;color:#999;border-bottom:1px solid #ddd}.conversation-list-heading .inner{display:inline-block;position:relative;top:-10px;padding:0 5px;background:#fff}.simple-conversation-list{margin:15px 0;font-size:13px;color:#999}.simple-conversation-list>li{margin:0;padding:11px 0 8px;list-style-type:none;border-top:1px solid #eee}.simple-conversation-list>li:first-child{border-top:0}.simple-conversation-list>li .title{font-weight:bold}.simple-conversation-list>li .num{color:#999}.simple-conversation-list>li .state{margin-right:3px;margin-top:-3px;padding-top:2px;padding-bottom:2px}.simple-conversation-list>li .meta{float:right;margin-left:10px}.simple-conversation-list.varied-states>li{padding-left:90px}.simple-conversation-list.varied-states>li:before{display:table;content:""}.simple-conversation-list.varied-states>li:after{display:table;clear:both;content:""}.simple-conversation-list.varied-states>li .state{float:left;width:80px;margin-left:-90px}.flex-table{display:table}.flex-table-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.flex-table-item-primary{width:99%}.pagehead{position:relative;margin-bottom:20px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #eee}.pagehead.admin{background:url(/assets/modules/pagehead/background-yellowhatch-v3-fa67c4b38f820183fc8956740a3ce6649ffb5d3123dd473f8864c66a4dbacbca.png) 0 0 repeat-x}.pagehead .account-switcher{display:inline-block;margin-top:-2px;margin-bottom:-6px}.pagehead ul.pagehead-actions{margin:0;float:right;z-index:21}.pagehead ul.pagehead-actions .subscription{display:block}.pagehead ul.pagehead-actions .feed-icon{margin-top:5px}.pagehead .path-divider{margin:0 0.25em}.pagehead h1{margin-top:0;margin-bottom:0;font-size:20px;font-weight:normal;line-height:28px}.pagehead h1 strong{font-weight:bold}.pagehead h1 a{white-space:nowrap}.pagehead h1 .avatar{margin-right:9px;margin-top:-2px;margin-bottom:-2px}.pagehead-actions>li{list-style-type:none;font-size:11px;color:#333;margin:0 10px 0 0;float:left}.pagehead-actions>li:last-child{margin-right:0}.pagehead-actions .octicon-mute{color:#c00}.context-loader{position:absolute;top:0;left:50%;margin-left:-75px;width:154px;padding:10px 10px 10px 30px;font-weight:bold;font-size:12px;color:#666;background:url(/assets/spinners/octocat-spinner-16px-02c482dbba2151bb2d7a30af56d0c7513f12449d504f7a57f200d9e534b112ff.gif) 10px 50% no-repeat #eee;border:1px solid #ddd;border-top:1px solid #fff;border-radius:5px;border-top-left-radius:0;border-top-right-radius:0;z-index:20}@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2){.context-loader{background:url(/assets/spinners/octocat-spinner-32-EAF2F5-0bdc57d34b85c4a4de9d0d1db10cd70e8a95f33ff4f46c5a8c48b4bf4e5a9abe.gif) 10px 50% no-repeat #eee;background-size:16px auto}}.pagehead-nav{float:right;margin-bottom:-20px}.pagehead-nav-item{float:left;padding:6px 10px 21px;margin-left:20px;font-size:14px;color:#777}.pagehead-nav-item:hover{text-decoration:none;color:#333}.pagehead-nav-item.selected{color:#333;border-bottom:2px solid #d26911}.pagehead-nav-item+.button-outline{margin-top:-1px;margin-left:20px}.progress-bar{display:block;overflow:hidden;background-color:#eee;border-radius:3px;height:15px}.progress-bar .progress{height:100%;display:block;background-color:#6cc644}.protip{margin-top:20px;text-align:center}.protip code{padding:2px;background-color:#f4f4f4;border-radius:3px}.protip-callout{padding:8px 10px;margin-bottom:20px;color:#4c4a42;text-align:left;border:solid 1px #eee;border-radius:3px}.repo-list{position:relative}.repo-list .participation-graph{position:absolute;right:0;bottom:0;left:0;z-index:-1}.repo-list .participation-graph.disabled{display:none}.repo-list .participation-graph .bars{position:absolute;bottom:0}.repo-list-item{position:relative;padding-top:30px;padding-bottom:30px;list-style:none;border-bottom:1px solid #eee}.repo-list-name{margin:0 0 8px;font-size:20px;line-height:1.2}.repo-list-name .prefix,.repo-list-name .slash{font-weight:normal}.repo-list-name .slash{margin-right:-4px;margin-left:-4px}.repo-list-description{max-width:550px;margin-top:8px;margin-bottom:0;font-size:14px;color:#666}.repo-list-stats{margin-top:6px;float:right;font-size:12px;font-weight:bold;color:#888}.repo-list-stats .repo-list-stat-item{margin-left:8px;display:inline-block;color:#888;text-decoration:none}.repo-list-stats .repo-list-stat-item:hover{color:#4183c4}.repo-list-stats .repo-list-stat-item>.octicon{font-size:14px}.repo-list-info{display:inline-block;height:100%;margin-top:0;margin-bottom:0;font-size:12px;color:#888;vertical-align:middle}.repo-list-info .octicon{margin-top:-3px;font-size:12px;vertical-align:middle}.repo-list-meta{display:block;margin-top:8px;margin-bottom:0;font-size:13px;color:#888}.repo-list-meta .avatar{margin-top:-2px}.repo-list-meta a:hover{text-decoration:none}.task-list-item{list-style-type:none}.task-list-item label{font-weight:normal}.task-list-item.enabled label{cursor:pointer}.task-list-item+.task-list-item{margin-top:3px}.task-list-item-checkbox{float:left;margin:0.3em 0 0.25em -1.6em;vertical-align:middle}.about-header{height:300px;background-color:#111;background-image:url(/assets/modules/about/about-header-d282aa6adabb0aa921113cd1eb22baa0b14e85e99b82b986595527229346208c.jpg);background-size:cover;background-position:50%}.about-header.team{background-image:url(/assets/modules/about/team-header-45aac724e2475a318af9a22823f2f78e4bf7b8064cb59f136b0d9f59ad73df43.jpg)}.about-header.press{background-image:url(/assets/modules/about/press-header-6507db004612e161e4e34710991d9a5cb3327daab85df2ebd357b7f9db28ac79.jpg)}.about-header.jobs{background-image:url(/assets/modules/about/jobs-header-75c7cf97d0b51a35bd79377ad4e0fd2c6589015c3b5d4079644c654b5492d134.jpg)}.about-menu{border-bottom:1px solid #eee}.about-menu-link{float:left;width:25%;padding:20px 20px 17px;font-size:18px;color:#777;text-align:center;border-bottom:3px solid #fff}.about-menu-link:hover{color:#4183c4;text-decoration:none;border-bottom-color:#f5f5f5}.about-menu-link.selected{font-weight:bold;color:#333;border-bottom-color:#d26911}.about-content{padding:0;font-size:18px;font-weight:300;line-height:1.5}.about-content p{margin-top:0}.about-content .container>p:first-child{margin-top:2em;margin-bottom:2em;font-size:24px}.about-content .about-lead{padding-left:10%;padding-right:10%;text-align:center}.about-content hr{margin-top:30px;margin-bottom:30px;border-bottom-color:#eee}.press-mentions{margin-top:25px}.press-mentions li{margin-bottom:15px;list-style-type:none}.press-mentions cite{font-style:normal;font-weight:normal;display:block;font-size:13px;color:#666}.press-mentions h4{margin:6px 0 0 -45px;float:left;color:#808080}.press-info{margin:20px 0 30px}.press-info:before{display:table;content:""}.press-info:after{display:table;clear:both;content:""}.press-info-link{position:relative;display:block;padding:10px 15px;font-weight:normal;line-height:2;background-color:#fafafa;border:1px solid #ddd}.press-info-link:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.press-info-link:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.press-info-link+.press-info-link{margin-top:-1px}.press-info-link .mega-octicon{width:32px;text-align:center;margin-right:7px;color:#aec0d0;vertical-align:middle}.press-info-link:hover{z-index:2;color:#fff;text-decoration:none;border-color:#4183c4;background-color:#4183c4}.press-info-link:hover .mega-octicon{color:inherit}.hubbers-list{margin:-6px;list-style:none}.hubbers-list:before{display:table;content:""}.hubbers-list:after{display:table;clear:both;content:""}.hubbers-list-item{display:block;float:left;width:128px;height:128px;margin:6px;text-align:center}.hubbers-list-item img{display:block;width:100%;height:100%;background-color:#fff}.hubbers-list-item .hubber-name{position:absolute;top:0;right:0;bottom:0;left:0;display:block;padding-top:100px;font-size:12px;font-weight:bold;color:#fff;text-align:center;text-shadow:0 0 4px #000;background-color:rgba(0,0,0,0.25);background-image:-webkit-linear-gradient(rgba(0,0,0,0.01) 50%, rgba(0,0,0,0.25));background-image:linear-gradient(rgba(0,0,0,0.01) 50%, rgba(0,0,0,0.25));background-repeat:repeat-x;background-color:transparent;opacity:0;-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}.hubbers-list-item a{position:absolute;display:block;width:128px;height:128px}.hubbers-list-item a:hover .hubber-name{opacity:1}.jobs-open-positions{background-color:#f1f6fb;border:solid 1px #d0e5f8;border-radius:3px;padding:20px;margin-top:10px}.jobs-open-positions ul{margin-top:24px;list-style:none}.cvv-hint{position:relative;padding-right:15px}.cvv-hint:hover .cvv-hint-tooltip{display:block}.cvv-hint-tooltip{display:none;position:absolute;border:1px solid #d0d0d0;padding:15px;z-index:1000;background-color:#fff;left:100%;top:-150px;box-shadow:0 0 5px #ebebeb, 0 0 5px #ebebeb, 0 0 5px #ebebeb, 0 0 5px #ebebeb, 0 0 5px #ebebeb}.credit-card{border:1px solid #ddd;width:250px;padding:20px;height:150px;position:relative;margin-top:5px;border-radius:10px}.credit-card.amex{margin-top:15px}.credit-card.amex .title{color:#fff;font-family:"Arial Black", "Arial Bold", Gadget, sans-serif;text-shadow:1px 0 0 #ddd, -1px 0 0 #ddd, 0 1px 0 #ddd, 0 -1px 0 #ddd, -1px -1px 0 #ddd, 1px 1px 0 #ddd, -1px 1px 0 #ddd, 1px -1px 0 #ddd;position:relative;z-index:1;top:-5px;text-align:center;letter-spacing:1px;-webkit-transform:scale(1.3, 1);-ms-transform:scale(1.3, 1);transform:scale(1.3, 1)}.credit-card.amex .card-number{margin-top:40px;font-size:15px;display:inline-block;white-space:nowrap;position:relative}.credit-card.amex .gladiator{position:absolute;left:50%;top:50px;margin-left:-35px;height:80px;width:70px;border:3px solid #fff;box-shadow:0 0 1px #aaa;border-top-left-radius:35px 40px;border-bottom-left-radius:35px 40px;border-top-right-radius:35px 40px;border-bottom-right-radius:35px 40px;background-color:#e0e0e0}.credit-card.normal .strap{background-color:#555;height:20px;margin:-5px -20px 15px}.credit-card.normal .signature{display:inline-block;background-color:#e9e9e9;white-space:nowrap;font-family:"Brush Script MT", cursive;height:30px;width:150px;font-size:17px;color:#aaa;letter-spacing:-1px;line-height:33px;text-indent:10px}.credit-card .cvv{left:-7px;top:-10px;border:2px solid #f00;padding:2px 5px;line-height:1;font-family:monospace;font-size:10px;border-top-left-radius:20px 10px;border-bottom-left-radius:20px 10px;border-top-right-radius:20px 10px;border-bottom-right-radius:20px 10px;text-align:center;position:relative;display:inline-block}.credit-card .cvv span{position:absolute;right:100%;margin-right:5px;color:#999}.credit-card .text{text-transform:uppercase;font-size:7px;display:block;line-height:1.1;font-weight:bold;font-family:monospace}.billing-seats table input{width:5em}.billing-seats table td{vertical-align:middle;border-bottom:0}.billing-seats table td.fixed{width:150px}.billing-seats table td.black{color:#000}.billing-seats table tr{border-bottom:1px solid #eee}.billing-seats table tr:last-child{border-bottom:0}.billing-seats table tr:nth-child(even){background-color:#fafafa}.billing-seats table tr.total-row{background-color:#fff}.billing-seats .new-seats{margin-left:5px}.billing-seats .seat-cost{color:#999}.billing-seats .form-submit,.billing-seats .payment-method{margin-left:10px}.billing-seats .payment-summary{margin-left:10px;margin-right:10px}.billing-credit-card .javascript-disabled-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:none;background-color:#fff;opacity:0.5}.billing-credit-card.disabled .javascript-disabled-overlay,.billing-credit-card.unsupported .javascript-disabled-overlay{display:block}.billing-actions{padding-bottom:10px}.help.billing-next-payment-help{margin-top:0}.billing-extra-box{border-left:3px solid #eee;padding-left:10px;margin:10px 0 0}.billing-section{border-bottom:1px solid #eee;padding:15px 10px;line-height:1.5em}.billing-section.oneliner{padding-bottom:14px}.billing-section.oneliner .action-button{margin-top:-4px}.billing-section p{margin:10px 0 0}.billing-section .disabled-message{color:#bd2c00}.billing-section .action-button{float:right;margin-bottom:5px;margin-left:10px}.billing-section .octicon-button{float:right;padding:4px;margin-left:5px}.billing-section .section-label{width:85px;color:#777;font-weight:normal;text-align:right;position:absolute}.billing-section .section-content{color:#333;margin-left:100px}.billing-section .usage-bar{margin:5px 0 0;background:#eee;border-radius:20px;width:50%}.billing-section .usage-bar.exceeded .progress{background:#bd2c00}.billing-section .usage-bar .progress{border-radius:20px;height:5px;background:#67d07c;position:relative}.billing-section .pending-invitations-link{color:#999}.billing-section:last-child{border-bottom:0}.billing-section.info-section{background:#f9f9f9;border-bottom:0;color:#777;overflow:hidden}.billing-section.info-section .octicon-info{font-size:30px;color:#ddd}.setup-wrapper .paypal-container{margin-bottom:30px}.setup-wrapper .paypal-logged-in .paypal-container{margin-bottom:10px}.payment-methods{position:relative}.payment-methods .selected-payment-method{display:none}.payment-methods .selected-payment-method:before{display:table;content:""}.payment-methods .selected-payment-method:after{display:table;clear:both;content:""}.payment-methods .selected-payment-method.active{display:block}.payment-methods .pay-with-header{margin:5px 0}.payment-methods .pay-with-paypal .setup-creditcard-form,.payment-methods .pay-with-paypal .paypal-form-actions,.payment-methods .pay-with-paypal .terms,.payment-methods .pay-with-paypal .paypal-signed-in,.payment-methods .pay-with-paypal .paypal-down-flash,.payment-methods .pay-with-paypal .loading-paypal-spinner{display:none}.payment-methods.paypal-loading .loading-paypal-spinner{display:block}.payment-methods.paypal-down .paypal-down-flash{display:block}.payment-methods.paypal-logged-in .paypal-sign-in{display:none}.payment-methods.paypal-logged-in .setup-creditcard-form,.payment-methods.paypal-logged-in .paypal-form-actions,.payment-methods.paypal-logged-in .terms,.payment-methods.paypal-logged-in .paypal-signed-in{display:block}.payment-methods.has-paypal-account .paypal-sign-in{display:none}.payment-methods.has-paypal-account .paypal-signed-in{display:block}.paypal-label{font-weight:bold;margin:15px 0 10px}.paypal-container{margin-bottom:15px;vertical-align:top;display:inline-block;background-color:#f9f9f9;border-radius:4px}#braintree-paypal-loggedin{background-position:12px 50% !important;border:1px solid #ddd !important;padding:11px 16px !important;border-radius:4px}#bt-pp-name{margin-left:20px !important}#bt-pp-email{margin-left:15px !important}#bt-pp-cancel{font-size:0 !important;color:#a00 !important;text-decoration:none !important;font-family:octicons !important;line-height:1 !important;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#bt-pp-cancel:before{font-size:16px !important;content:"\f081"}.payment-history .no-payments{margin:10px}.payment-history .id,.payment-history .date,.payment-history .plan,.payment-history .receipt,.payment-history .status,.payment-history .amount{width:1%;white-space:nowrap}.payment-history .receipt{text-align:center}.payment-history .status{color:#999}.payment-history .status-icon{width:14px;text-align:center}.payment-history .succeeded .status{color:#6cc644}.payment-history .refunded,.payment-history .failed{background:#f9f9f9}.payment-history .refunded td,.payment-history .failed td{opacity:0.5}.payment-history .refunded .receipt,.payment-history .refunded .status,.payment-history .failed .receipt,.payment-history .failed .status{opacity:1}.payment-history .refunded .status{color:#999}.payment-history .failed .status{color:#bd2c00}.paypal-icon{vertical-align:middle;margin:0 2px 0 1px}.inline-form-action{display:inline}.boxed-group .boxed-group-content{margin:10px}.billing-container{width:500px;margin-top:80px;margin-bottom:80px}.billing-step{margin-bottom:50px}.billing-step-title{font-weight:400;padding-bottom:10px;border-bottom:1px solid #e0e0e0;margin-bottom:15px}.currency-container .local-currency,.currency-container .local-currency-block{display:none}.currency-container.open .local-currency{display:inline}.currency-container.open .local-currency-block{display:block}.currency-container.open .default-currency{display:none}.plan-chooser{margin:10px auto 20px}.plan-chooser.on-free .toggle-currency,.plan-chooser.on-free .currency-notice,.plan-chooser.on-free .plan-price-group,.plan-chooser.on-free .coupon-notice{display:none}.strong-label{font-weight:bold;margin-bottom:5px;display:inline-block}.plan-chooser-repo-menu{margin-bottom:15px}.plan-chooser-repo-menu .price-label{display:none}.plan-chooser-repo-menu .button-block{text-align:left}.discounted-original-price,.per-repo.has-coupon .original-price{text-decoration:line-through;color:#999;font-weight:normal}.heat1{background-color:#ffeca7}.heat2{background-color:#ffdd8c}.heat3{background-color:#ffdd7c}.heat4{background-color:#fba447}.heat5{background-color:#f68736}.heat6{background-color:#f37636}.heat7{background-color:#ca6632}.heat8{background-color:#c0513f}.heat9{background-color:#a2503a}.heat10{background-color:#793738}.blame-breadcrumb .css-truncate-target{max-width:680px}.blame-commit,.blame-commit+.blame-line{border-top:1px solid #e9e9e9}.blame-container{margin-top:-1px}.blame-blob-num{background-color:#fdfdfd}.blame-commit-info{position:relative;width:350px;min-width:350px;max-width:350px;padding:8px 10px;vertical-align:top}.blame-commit-avatar{float:left;margin-right:5px}.blame-commit-title{font-weight:bold;color:#333;max-width:230px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.1;vertical-align:top}.blame-sha{font:11px Consolas, "Liberation Mono", Menlo, Courier, monospace;float:right}.blame-commit-meta{color:#999;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.1}.line-age{width:2px;padding:0 1px}.line-age-legend{float:right;margin-top:-25px;font-size:12px;color:#777}.line-age-legend ol{display:inline-block;list-style:none;margin:0 5px}.line-age-legend ol li{display:inline-block;width:8px;height:10px}#blog-main .pagehead h1{margin-top:3px;font-size:24px}.blog-title{color:#333}.blog-search{position:relative;float:right}.blog-search .blog-search-input{padding-left:28px;width:200px}.blog-search .octicon-search{position:absolute;left:7px;top:9px;z-index:5;color:#999}.blog-search-results em{background-color:#faffa6;padding:0.1em}.blog-aside{float:right;width:200px}.blog-aside .button{margin-bottom:20px;text-align:center}.blog-aside .menu-container{float:none;margin-bottom:30px}.blog-aside .rss{display:inline-block;margin-left:5px;color:#999}.blog-aside .rss .octicon{float:left;margin-right:5px;color:#f93}.blog-content{width:685px;font-family:"Helvetica Neue", Helvetica, Arial, freesans, sans-serif}.blog-content h1,.blog-content h2,.blog-content h3{font-weight:500}.blog-content .markdown-body h2{font-size:20px}.blog-content .markdown-body h3{font-size:18px}.blog-draft-indicator{color:#bd2c00}.blog-post{margin-bottom:60px}.blog-post-meta{list-style:none;margin-bottom:20px;color:#999}.blog-post-meta .meta-item{display:inline;padding-right:20px}.blog-post-meta a{color:#999}.blog-post-meta .octicon,.blog-post-meta .author-avatar{vertical-align:top;border-radius:3px}.blog-post-title{margin-top:0;margin-bottom:10px;font-size:32px}#blog-home{color:#ccc;font-size:15px;font-weight:100;margin-right:10px;margin-left:-25px;vertical-align:middle}#blog-home:hover{color:#999}.blog-post-body{font-size:16px;line-height:1.6;color:#444}.blog-post-body img{padding:3px;border:1px solid #d8d8d8}.blog-post-body img.emoji{border:0;padding:0}.blog-post-body iframe{border:0;width:100%}.blog-feedback{margin:50px 0;background-color:#fafafa;border:1px solid #ddd;border-bottom-color:#ccc;border-radius:3px;box-shadow:inset 0 1px 0 #fff, 0 1px 5px #f1f1f1}.blog-feedback-header{margin:0;padding:10px;border-bottom:1px solid #ddd;box-shadow:0 1px 0 #fff;font-size:14px;font-weight:bold}.blog-feedback-header.with-twitter{background:url(/assets/icons/twitter-00141fde4f9233b7393bc12679ca2814ace7749f36ed444f9e8ac844048e9412.png) 648px 1px no-repeat;background-size:32px auto}.blog-feedback-description{margin:0;padding:10px;color:#999}.branches .page-header{margin-bottom:20px}.branches .clear-search{display:none}.branches .loading-overlay{display:none;position:absolute;top:0;width:100%;height:100%;padding-top:50px;z-index:20;background-color:rgba(255,255,255,0.7);text-align:center}.branches .loading-overlay .spinner{display:inline-block}.branches.is-search-mode .clear-search{display:inline-block}.branches.is-loading .loading-overlay{display:block}.branches .status{display:inline-block;width:16px;text-align:center}.branches .status .octicon{position:relative;top:2px}.branches .pull-request-link{top:0;display:inline;padding:2px 5px;line-height:1em}.branches .branch-actions{float:right;position:relative;top:-3px;right:-4px}.branches .branch-actions form{display:inline}.branches .branch-actions .octicon{width:16px;text-align:center}.branch-groups{position:relative}.branch-group{margin-bottom:20px;width:100%;border-radius:3px}.branch-group:before{display:table;content:""}.branch-group:after{display:table;clear:both;content:""}.branch-group-heading{border:1px solid #ddd;border-bottom:0;padding:6px 12px;background:#f5f5f5;text-shadow:0 1px 0 #fff}.branch-group-heading+.branch-summary{border-top:1px solid #ddd}.branch-group-name{color:#666;font-weight:bold}.branch-group-heading:first-child,.branch-summary:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.branch-group-heading:last-child,.branch-summary:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.branches-view-switcher{display:inline-block;vertical-align:middle}.branch-search{position:relative;float:right;vertical-align:middle}.branch-search .clear-search{position:absolute;right:12px;top:9px;color:#999}.branch-search-field{width:250px;padding-right:25px}.no-results-message{padding:12px;border:1px solid #ddd;border-radius:0 0 3px 3px;color:rgba(0,0,0,0.5);text-align:center}.branch-summary{padding:12px;border:1px solid #ddd;border-bottom:0;color:rgba(0,0,0,0.5)}.branch-summary:last-child{border-bottom:1px solid #ddd}.branch-summary .branch-spinner{display:none;vertical-align:text-bottom}.branch-summary.loading .branch-delete-icon{display:none}.branch-summary.loading .branch-spinner{display:inline-block}.branch-summary.is-deleted .existing-branch-summary{display:none}.branch-summary.is-deleted .deleted-branch-summary{display:block}.deleted-branch-summary{display:none}.deleted-branch-summary .css-truncate-target{max-width:500px}.deleted-branch-summary .branch-name{opacity:0.5;text-decoration:line-through}.deleted-branch-summary .branch-spinner{float:right;position:relative;top:4px;right:5px}.pr-details{display:inline-block;width:144px;text-align:right}.pr-details .state{padding:1px 5px;font-size:12px;width:75px;margin-left:5px;text-decoration:none}.pr-details .state .octicon{font-size:14px}.branch-delete{display:inline-block;color:#bd2c00;margin:4px 2px 0 8px}.branch-delete.disabled{color:#ddd}.more-branches{display:block;padding:6px;width:100%;border:1px solid #dae5eb;border-radius:0 0 3px 3px;text-align:center;text-decoration:none;background:#f1f7fa;color:#4183c4}.more-branches:hover{background:#e6f1f6}.more-branches .octicon{position:relative;top:1px;margin-left:5px}.branch-details{display:inline-block;width:490px;margin-right:10px}.branch-details .css-truncate-target{max-width:240px}.branch-meta{color:#aaa;font-size:12px;line-height:20px}.default-label{width:180px;text-align:center;display:inline-block}@-webkit-keyframes branch-bar-slide{from{width:0%}to{width:100%}}@keyframes branch-bar-slide{from{width:0%}to{width:100%}}.branch-a-b-count{display:inline-block;vertical-align:middle}.branch-a-b-count .count-half{float:left;width:90px;text-align:right;padding-bottom:6px;position:relative}.branch-a-b-count .count-half:last-child{text-align:left;border-left:1px solid #bbb}.branch-a-b-count .count-value{position:relative;top:-1px;display:block;padding:0 3px;font-size:10px}.branch-a-b-count .bar{position:absolute;min-width:3px;height:4px}.branch-a-b-count .meter{position:absolute;height:4px;background-color:#ccc;-webkit-animation:branch-bar-slide 0.3s ease forwards 0.5s;animation:branch-bar-slide 0.3s ease forwards 0.5s}.branch-a-b-count .meter.zero{background-color:transparent}.branch-a-b-count .bar-behind{right:0;border-radius:3px 0 0 3px}.branch-a-b-count .bar-behind .meter{right:0;border-radius:3px 0 0 3px}.branch-a-b-count .bar-ahead{left:0;border-radius:0 3px 3px 0}.branch-a-b-count .bar-ahead .meter{border-radius:0 3px 3px 0}.branch-a-b-count .bar-ahead.even,.branch-a-b-count .bar-behind.even{background:#eee;min-width:2px}.capped-cards{list-style:none}.capped-cards .capped-card{float:left;width:450px}.capped-card{border-radius:2px;border:1px solid #ddd;list-style:none;margin:10px}.capped-card:before{display:table;content:""}.capped-card:after{display:table;clear:both;content:""}.capped-card:nth-child(odd){margin-left:0}.capped-card:nth-child(even){margin-right:0}.capped-card h3{margin:0;border-bottom:1px solid #eee;line-height:100%;padding:10px}.capped-card>p{border-bottom:1px solid #eee;color:#999;display:block;font-size:15px;line-height:100%;margin:0;padding:0 10px 10px}.capped-card-content{background:#f7f7f7;display:block}.capped-card-content:before{display:table;content:""}.capped-card-content:after{display:table;clear:both;content:""}.clone-url h5{margin-top:0;margin-bottom:10px}.clone-url .input-group{width:100%}.clone-url input.input-mini{font-size:11px;color:#999}.commit-form{position:relative;padding:15px;border:1px solid #ddd;border-radius:3px}.commit-form:after,.commit-form:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.commit-form:after{border-width:7px;border-right-color:#fff;margin-top:1px;margin-left:2px}.commit-form:before{border-right-color:#ddd;border-width:8px}.commit-form .input-block{margin-top:10px;margin-bottom:10px}.commit-form-avatar{float:left;margin-left:-64px;border-radius:3px}.commit-form-actions{text-align:right}.commit-form-actions:before{display:table;content:""}.commit-form-actions:after{display:table;clear:both;content:""}.commit-form-actions .button{float:right;margin-left:5px}.commit-form-actions .check-for-fork{line-height:34px}.copyable-terminal{position:relative;padding:10px 55px 10px 10px;background-color:#f7f7f7;border-radius:3px}.copyable-terminal-content{overflow:auto}.copyable-terminal-button{position:absolute;top:5px;right:5px}.copyable-terminal-button .zeroclipboard-button{float:right}.copyable-terminal-button .zeroclipboard-button .octicon{padding-left:1px;margin:0 auto}.logged_out.enter-coupon{background-color:#f9f9f9}.logged_out.enter-coupon .coupon-form-body{margin-bottom:-20px;background-image:none;box-shadow:0 1px 3px rgba(0,0,0,0.075),inset 1px 0 #fff,0 0 200px #fff}.logged_out.enter-coupon .header-logged-out{background-color:#fff}.logged_out.enter-coupon .site-footer{border-top:0}.coupons .setup-plans td img{vertical-align:middle;margin-top:-2px}.coupons .coupon-form-body{width:230px;margin:100px auto 60px;padding:20px;font-size:14px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;text-align:center;background-color:#fff;background-image:-webkit-linear-gradient(#fefefe, #fafafa);background-image:linear-gradient(#fefefe, #fafafa);border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.075),inset 1px 0 #fff}.coupons .coupon-form-body .input-block{margin-bottom:15px}.coupons .coupon-form-body .button{display:block;width:100%}.coupon-icon{width:80px;height:80px;margin:0 auto 15px;color:#4183c4;border:1px solid #dedede;border-radius:40px}.coupon-icon .mega-octicon{margin-left:2px;font-size:48px;line-height:80px}.coupon-signin-title{margin-top:40px}.coupon-title{margin-bottom:20px;font-weight:500}.coupons-list-options{margin-bottom:15px}.coupons-list-options .select-menu,.coupons-list-options .button-group{display:inline-block;margin-right:10px}.coupons-list-options .pagination{float:right;margin:0}dl.form.developer-select-account{margin-top:0}.developer-wrapper .setup-info-module .features-list{margin-left:16px}.developer-wrapper .setup-info-module .features-list .octicon{margin-left:-17px}.developer-thanks h2{font-size:38px;font-weight:normal}.developer-thanks .hook{margin-top:2px;margin-bottom:30px;font-size:18px;font-weight:300;color:#666}.developer-thanks-image{position:relative;bottom:-45px;float:left;width:400px}.developer-thanks-section{margin:130px 0 0 470px}.developer-next-steps{list-style:none;font-size:18px;font-weight:300}.developer-next-steps li{margin-top:10px}.developer-next-steps li:first-child{margin-top:0}.developer-next-steps .mega-octicon{position:relative;top:5px;margin-right:10px;font-size:32px;color:#6cc644}.blob-wrapper{overflow-x:auto;overflow-y:hidden;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.tab-size-1{-moz-tab-size:1;-o-tab-size:1;tab-size:1}.tab-size-2{-moz-tab-size:2;-o-tab-size:2;tab-size:2}.tab-size-3{-moz-tab-size:3;-o-tab-size:3;tab-size:3}.tab-size-4{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.tab-size-5{-moz-tab-size:5;-o-tab-size:5;tab-size:5}.tab-size-6{-moz-tab-size:6;-o-tab-size:6;tab-size:6}.tab-size-7{-moz-tab-size:7;-o-tab-size:7;tab-size:7}.tab-size-8{-moz-tab-size:8;-o-tab-size:8;tab-size:8}.tab-size-9{-moz-tab-size:9;-o-tab-size:9;tab-size:9}.tab-size-10{-moz-tab-size:10;-o-tab-size:10;tab-size:10}.tab-size-11{-moz-tab-size:11;-o-tab-size:11;tab-size:11}.tab-size-12{-moz-tab-size:12;-o-tab-size:12;tab-size:12}.diff-table{width:100%;border-collapse:separate}.diff-table .line-comments{padding:10px}.diff-table .line-comments:first-child+.empty-cell{border-left-width:1px}.diff-table tr:not(:last-child) .line-comments{border-top:1px solid #eee;border-bottom:1px solid #eee}.blob-num{width:1%;min-width:50px;padding-left:10px;padding-right:10px;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;line-height:18px;color:rgba(0,0,0,0.3);vertical-align:top;text-align:right;border:solid #eee;border-width:0 1px 0 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blob-num:hover{color:rgba(0,0,0,0.6)}.blob-num:before{content:attr(data-line-number)}.blob-code{position:relative;padding-left:10px;padding-right:10px;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;color:#333;vertical-align:top;white-space:pre;overflow:visible}.blob-code .x-first{border-top-left-radius:0.2em;border-bottom-left-radius:0.2em}.blob-code .x-last{border-top-right-radius:0.2em;border-bottom-right-radius:0.2em}.soft-wrap .blob-code{word-wrap:break-word;white-space:pre-wrap;padding-left:18px;text-indent:-7px}.soft-wrap .blob-code .no-nl-marker{display:none}.soft-wrap .add-line-comment{margin-left:-28px}.blob-num-hunk,.blob-code-hunk,.blob-num-expandable,.blob-code-expandable{vertical-align:middle;color:rgba(0,0,0,0.3);border-color:#d5e4f2}.blob-num-hunk,.blob-num-expandable{background-color:#f0f5fa}.blob-code-hunk,.blob-code-expandable{padding-top:4px;padding-bottom:4px;background-color:#f8fafd;border-width:1px 0}.blob-expanded .blob-num,.blob-expanded .blob-code{background-color:#fafafa}.blob-expanded+tr:not(.blob-expanded) .blob-num,.blob-expanded+tr:not(.blob-expanded) .blob-code{border-top:1px solid #eee}.blob-expanded .blob-num-hunk{border-top:1px solid #eee}tr:not(.blob-expanded)+.blob-expanded .blob-num,tr:not(.blob-expanded)+.blob-expanded .blob-code{border-top:1px solid #eee}.blob-num-expandable{padding:0;font-size:12px;text-align:center}.blob-num-expandable .diff-expander{display:block;width:auto;height:auto;margin-right:-1px;padding:4px 11px 4px 10px;cursor:pointer;color:#999}.blob-num-expandable .diff-expander:hover{color:#fff;text-shadow:none;background-color:#4183c4;border-color:#4183c4}.blob-code-addition{background-color:#eaffea}.blob-code-addition .x{background-color:#a6f3a6}.blob-num-addition{background-color:#dbffdb;border-color:#c1e9c1}.blob-code-deletion{background-color:#ffecec}.blob-code-deletion .x{background-color:#f8cbcb}.blob-num-deletion{background-color:#ffdddd;border-color:#f1c0c0}.selected-line.blob-code{background-color:#f8eec7}.selected-line.blob-code .x{background-color:transparent}.selected-line.blob-num{background-color:#f6e8b5;border-color:#f0db88}.add-line-comment{position:relative;z-index:5;float:left;width:20px;height:20px;margin:-1px -10px -1px -20px;line-height:20px;color:#fff;text-align:center;text-indent:0;cursor:pointer;background-color:#4183c4;background-color:#4183c4;background-image:-webkit-linear-gradient(#5490ca, #4183c4);background-image:linear-gradient(#5490ca, #4183c4);background-repeat:repeat-x;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,0.15);opacity:0;-webkit-transform:scale(0.8, 0.8);-ms-transform:scale(0.8, 0.8);transform:scale(0.8, 0.8);-webkit-transition:-webkit-transform 0.1s ease-in-out;transition:transform 0.1s ease-in-out}.add-line-comment:hover{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1)}.is-hovered .add-line-comment{opacity:1}.inline-comment-form{border:1px solid #ddd;border-radius:3px}.inline-review-comment{margin-top:0 !important;margin-bottom:10px !important}.inline-review-comment .gc:first-child+tr .blob-num,.inline-review-comment .gc:first-child+tr .blob-code{padding-top:5px}.inline-review-comment tr:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.inline-review-comment tr:last-child .blob-num,.inline-review-comment tr:last-child .blob-code{padding-bottom:8px}.inline-review-comment tr:last-child .blob-num:first-child,.inline-review-comment tr:last-child .blob-code:first-child{border-bottom-left-radius:2px}.inline-review-comment tr:last-child .blob-num:last-child,.inline-review-comment tr:last-child .blob-code:last-child{border-bottom-right-radius:2px}.timeline-inline-comments{width:100%;table-layout:fixed}.timeline-inline-comments .inline-comments,.show-inline-notes .inline-comments{display:table-row}.inline-comments{display:none}.inline-comments .line-comments+.blob-num{border-left-width:1px}.inline-comments .line-comments .comment-content{position:relative}.inline-comments .line-comments .comment-content .suggester-container{top:10px}.inline-comments .timeline-comment{margin-bottom:10px}.inline-comments .inline-comment-form,.inline-comments .inline-comment-form-container{max-width:780px}.inline-comments .ajax-indicator{display:none;vertical-align:bottom}.inline-comments form.loading .ajax-indicator{display:inline-block}.comment-holder{max-width:780px}.line-comments+.line-comments,.empty-cell+.line-comments{border-left:1px solid #eee}.inline-comment-form-container .inline-comment-form,.inline-comment-form-container.open .add-line-note-button{display:none}.inline-comment-form-container .add-line-note-button,.inline-comment-form-container.open .inline-comment-form{display:block}.only-commit-comments .inline-comment{display:none}body.split-diff .header>.container,body.split-diff .repohead>.container,body.split-diff .site>.container{width:100%;padding-left:30px;padding-right:30px}body.split-diff .repository-with-sidebar{padding-right:60px}body.split-diff .repository-with-sidebar .repository-sidebar{margin-right:-60px}body.split-diff .repository-content{width:100%}.file-diff-split .blob-code{width:49%;white-space:pre-wrap;word-break:break-word}.file-diff-split .blob-code+.blob-num{border-left-width:1px}.file-diff-split .empty-cell{cursor:default;background-color:#fafafa;border-right-color:#eee}.ghe-license-status{padding:40px 0;font-size:16px;text-align:center}.ghe-license-status .octocat{width:225px;margin-bottom:20px}.ghe-license-status h1{margin-bottom:10px}.ghe-license-status p{margin-top:0;margin-bottom:5px;color:#777}.ghe-license-expiry-icon{margin:5px 10px 0 0;color:#ddb38a}.fakelogin{text-align:center;font-size:14px;line-height:34px;background-color:#b33630;background-image:-webkit-linear-gradient(#dc5f59, #b33630);background-image:linear-gradient(#dc5f59, #b33630);background-repeat:repeat-x;border-bottom:1px solid #900;color:#fff;position:fixed;top:0;z-index:1000;width:100%;text-shadow:0 -1px 0 rgba(153,0,0,0.25)}.fakelogin+.header{margin-top:35px}.fakelogin+#serverstats{margin-top:35px}.fakelogin a{color:#f3d9d7;text-decoration:underline}.fakelogin a:hover{color:#fff}.file{position:relative;margin-top:20px;margin-bottom:15px;border:1px solid #ddd;border-radius:3px}.file .meta{padding:5px 10px;text-shadow:0 1px 0 #fff;border-bottom:1px solid #d8d8d8;background-color:#f7f7f7;border-top-left-radius:4px;border-top-right-radius:4px}.file .meta:before{display:table;content:""}.file .meta:after{display:table;clear:both;content:""}.edit-file .file .meta{padding:5px 10px 0}.file .meta .mode{text-transform:capitalize}.file .meta .info{float:left;height:33px;line-height:33px}.file .meta .diffstat-bar{color:#ddd}.file .meta .octicon-button{display:inline-block;margin-left:9px;margin-right:-4px;padding-right:5px;padding-left:5px;color:#777;vertical-align:middle}.file .meta .octicon-button.danger:hover{color:#bd2c00}.file .meta .octicon-button.disabled{color:#bbb;cursor:default}.file .meta .octicon-button.disabled:hover{color:#bbb}.file .meta .octicon-button:last-child{margin-right:0}.file .meta .octicon-button:hover{color:#4183c4}.file .meta .actions{float:right;height:33px;line-height:31px}.file .meta .actions select{margin-left:5px}.file .meta .actions input{position:relative;top:1px}.file .meta-divider{display:inline-block;width:1px;height:18px;margin:0 3px;vertical-align:middle;background-color:#ddd}.file .show-file-notes{display:none}.file.has-inline-notes .show-file-notes{display:block;float:left;margin-right:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.file .data.empty{padding:5px 10px;color:#777}.file .data.suppressed,.file.open .image{display:none}.file.open .data.suppressed{display:block}.file .image{position:relative;padding:30px;text-align:center;background-color:#ddd}.file .image table{margin:0 auto}.file .image td{text-align:center;color:#888;padding:0 5px;vertical-align:top}.file .image td img{max-width:100%}.file .image .border-wrap{position:relative;display:inline-block;line-height:0;background-color:#fff;border:1px solid #999}.file .image a{display:inline-block;line-height:0}.file .image img,.file .image canvas{max-width:600px;background:url(/assets/modules/commit/trans_bg-db69d1f1b8503d5ee68f5ca8c1c369acf9726c3d2b97a4d84f3bb77761c26fba.gif) right bottom #eee;border:1px solid #fff}.file .image .view img,.file .image .view canvas{position:relative;top:0;right:0;background:url(/assets/modules/commit/trans_bg-db69d1f1b8503d5ee68f5ca8c1c369acf9726c3d2b97a4d84f3bb77761c26fba.gif) right bottom #eee;max-width:inherit}.file .image .view>span{vertical-align:middle}.file .hidden{display:none !important}.file .empty{background:none}.file-blankslate{border:0;border-radius:0 0 2px 2px}.enable-fullscreen.minibutton{display:inline-block;margin-top:4px;margin-left:5px;padding:0 6px}.enable-fullscreen.minibutton .octicon{margin-right:0}.new-file .enable-fullscreen{margin-left:11px}.write-content{position:relative}.write-content .enable-fullscreen{position:absolute;top:5px;right:16px;color:#333;opacity:0.5;line-height:1em}.write-content .enable-fullscreen:hover{opacity:1}.fullscreen-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;background:#fff;text-shadow:none;z-index:1000}.fullscreen-overlay .fullscreen-container{max-width:800px;height:100%;margin:0 auto;padding:30px 0}.fullscreen-overlay .textarea-wrap{width:100%;height:100%;position:relative}.fullscreen-overlay textarea{width:100%;height:100%;padding:20px;border:0;background:#fff;color:#999999;font-size:21px;line-height:1.6em;resize:none;-webkit-transition:color 0.15s ease-in-out;transition:color 0.15s ease-in-out;box-shadow:none}.fullscreen-overlay textarea:focus,.fullscreen-overlay textarea:hover{outline:none;color:#333}.fullscreen-overlay .fullscreen-sidebar{position:absolute;top:30px;right:30px;text-align:right;z-index:1002}.fullscreen-overlay .fullscreen-sidebar .exit-fullscreen,.fullscreen-overlay .fullscreen-sidebar .theme-switcher{color:#b3b3b3;float:right;clear:right;margin-bottom:15px}.fullscreen-overlay .fullscreen-sidebar .exit-fullscreen:hover,.fullscreen-overlay .fullscreen-sidebar .theme-switcher:hover{color:#333;text-shadow:0 0 10px #fff}.fullscreen-overlay .fullscreen-sidebar .theme-switcher{margin-right:8px}.fullscreen-overlay.dark-theme{background:#1d1f21}.fullscreen-overlay.dark-theme textarea{background:#1d1f21;color:#a4b1b1}.fullscreen-overlay.dark-theme textarea:focus,.fullscreen-overlay.dark-theme textarea:hover{color:#dbe0e0}.fullscreen-overlay.dark-theme .fullscreen-sidebar{color:#dbe0e0}.fullscreen-overlay.dark-theme .fullscreen-sidebar .exit-fullscreen,.fullscreen-overlay.dark-theme .fullscreen-sidebar .theme-switcher{color:#a4b1b1}.fullscreen-overlay.dark-theme .fullscreen-sidebar .exit-fullscreen:hover,.fullscreen-overlay.dark-theme .fullscreen-sidebar .theme-switcher:hover{color:#dbe0e0;text-shadow:0 0 10px #000}.fullscreen-overlay .suggester-container{top:5px;left:0}.fullscreen-overlay-enabled .wrapper,.fullscreen-overlay-enabled #footer{display:none}.fullscreen-overlay-enabled .fullscreen-overlay{display:block}.previewable-comment-form .upload-enabled .fullscreen-overlay textarea{max-height:none;border:0;border-radius:0}#gollum-editor{margin:10px 0 50px;padding:10px 0 0;border:0}#gollum-editor .comment-form-head.tabnav{border:1px solid #ddd}#gollum-editor #gollum-editor-body{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;line-height:22px;margin:13px 0 5px;height:390px;resize:vertical}#gollum-editor #gollum-editor-body+.collapsed,#gollum-editor #gollum-editor-body+.expanded{border-top:1px solid #ddd;margin-top:7px}#gollum-editor .collapsed,#gollum-editor .expanded{border-bottom:1px solid #ddd;display:block;overflow:hidden;padding:10px 0 5px}#gollum-editor .collapsed a.button,#gollum-editor .expanded a.button{border:1px solid #ddd;color:#333;display:block;float:left;height:25px;overflow:hidden;margin:2px 5px 7px 0;padding:0;text-shadow:0 1px 0 #fff;width:25px;background-color:#eaeaea;background-image:-webkit-linear-gradient(#fafafa, #eaeaea);background-image:linear-gradient(#fafafa, #eaeaea);background-repeat:repeat-x;border-radius:3px}#gollum-editor .collapsed a.button:hover,#gollum-editor .expanded a.button:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);text-decoration:none;background-color:#3072b3;background-image:-webkit-linear-gradient(#599bdc, #3072b3);background-image:linear-gradient(#599bdc, #3072b3);background-repeat:repeat-x}#gollum-editor .collapsed a.button span,#gollum-editor .expanded a.button span{margin:4px}#gollum-editor .collapsed h4,#gollum-editor .expanded h4{font-size:16px;float:left;margin:0;padding:6px 0 0 4px;text-shadow:0 -1px 0 #fff}#gollum-editor .collapsed a.button span.octicon-triangle-right{display:inline-block}#gollum-editor .collapsed textarea,#gollum-editor .collapsed a.button span.octicon-triangle-down{display:none}#gollum-editor .expanded a.button span.octicon-triangle-down{display:inline-block}#gollum-editor .expanded a.button span.octicon-triangle-right{display:none}#gollum-editor .expanded textarea{border:1px solid #ddd;clear:both;display:block;font-size:12px;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;height:84px;margin:8px 0;padding:6px;width:883px;resize:vertical}#gollum-editor a.gollum-minibutton,#gollum-editor a.gollum-minibutton:visited{border:1px solid #d4d4d4;color:#333;cursor:pointer;display:block;font-size:12px;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:bold;margin:0 0 0 9px;padding:5px 12px;text-shadow:0 1px 0 #fff;background-color:#eaeaea;background-image:-webkit-linear-gradient(#fafafa, #eaeaea);background-image:linear-gradient(#fafafa, #eaeaea);background-repeat:repeat-x;border-radius:3px}#gollum-editor a.gollum-minibutton:hover,#gollum-editor a.gollum-minibutton:visited:hover{border-color:#518cc6 #518cc6 #2a65a0;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);text-decoration:none;background-color:#3072b3;background-image:-webkit-linear-gradient(#599bdc, #3072b3);background-image:linear-gradient(#599bdc, #3072b3);background-repeat:repeat-x}.singleline{display:block;margin:20px 0}.singleline label{display:block;margin-bottom:6px}#gollum-editor-title-field{border-bottom:0;margin:0 0 10px}.gollum-editor-page-title{font-weight:bold;margin-top:0}.gollum-editor-page-title.ph{color:#000}#gollum-editor-function-bar{height:26px;padding-bottom:10px;border-bottom:1px solid #ddd;margin:10px 0;border:0}#gollum-editor-function-bar #gollum-editor-function-buttons{display:none;float:left}#gollum-editor-function-bar.active #gollum-editor-function-buttons{display:block}#gollum-editor-function-bar #gollum-editor-format-selector{padding-top:5px;float:left;margin-left:20px}#gollum-editor-function-bar #gollum-editor-format-selector select{margin:0}#gollum-editor-function-bar #gollum-editor-format-selector label{color:#999;font-size:11px;font-weight:bold;line-height:17px;padding:0 5px 0 0}#gollum-editor-function-buttons .minibutton{width:30px;padding-left:0;padding-right:0;text-align:center}#gollum-editor-function-buttons .minibutton .octicon{margin-right:0}#gollum-error-message{display:none;padding-top:12px;font-size:1.8em;color:#f33}#gollum-editor-help{overflow:hidden;padding:0;border:1px solid #ddd;border-radius:3px}#gollum-editor-help-parent,#gollum-editor-help-list{display:block;float:left;height:170px;list-style-type:none;overflow:auto;margin:0;padding:10px 0;width:160px;border-right:1px solid #eee}#gollum-editor-help-parent li,#gollum-editor-help-list li{font-size:12px;line-height:1.6;margin:0;padding:0}#gollum-editor-help-parent li a,#gollum-editor-help-list li a{border:1px solid transparent;border-width:1px 0;display:block;font-weight:bold;padding:2px 12px;text-shadow:0 -1px 0 #fff}#gollum-editor-help-parent li a:hover,#gollum-editor-help-list li a:hover{background:#fff;border-color:#f0f0f0;text-decoration:none;box-shadow:none}#gollum-editor-help-parent li a.selected,#gollum-editor-help-list li a.selected{border:1px solid #eee;border-bottom-color:#e7e7e7;border-width:1px 0;background:#fff;color:#000;box-shadow:0 1px 2px #f0f0f0}#gollum-editor-help-list{background:#fafafa}#gollum-editor-help-wrapper{background:#fff;overflow:auto;height:170px;padding:10px}#gollum-editor-help-content{font-size:12px;margin:0 10px 0 5px;padding:0;line-height:1.8}#gollum-editor-help-content p{margin:0 0 10px;padding:0}.ie #gollum-editor .singleline input{padding-top:0.25em;padding-bottom:0.75em}#gollum-footer{font-size:12px;line-height:19px}#gollum-dialog-dialog h4{border-bottom:1px solid #ddd;color:#333;font-size:16px;line-height:normal;font-weight:bold;margin:0 0 12px;padding:0 0 6px;text-shadow:0 -1px 0 #f7f7f7}#gollum-dialog-dialog-body{font-size:12px;line-height:16px;margin:0;padding:0}#gollum-dialog-dialog-body fieldset{display:block;border:0;margin:0;overflow:hidden;padding:0 12px}#gollum-dialog-dialog-body fieldset .field{margin:0 0 18px;padding:0}#gollum-dialog-dialog-body fieldset .field:last-child{margin:0 0 12px}#gollum-dialog-dialog-body fieldset label{color:#666;display:block;font-size:14px;font-weight:bold;line-height:1.6;margin:0;padding:0;min-width:80px}#gollum-dialog-dialog-body fieldset input[type="text"]{display:block;margin:3px 0 0;width:100%}#gollum-dialog-dialog-body fieldset input.code{font-family:'Monaco', 'Courier New', Courier, monospace}#gollum-dialog-dialog-buttons{border-top:1px solid #ddd;overflow:hidden;margin:14px 0 0;padding:12px 0 0}a.gollum-minibutton,a.gollum-minibutton:visited{border:1px solid #d4d4d4;color:#333;cursor:pointer;display:inline;font-size:12px;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:bold;float:right;width:auto;margin:0 0 0 9px;padding:4px 12px;text-shadow:0 1px 0 #fff;background-color:#eaeaea;background-image:-webkit-linear-gradient(#fafafa, #eaeaea);background-image:linear-gradient(#fafafa, #eaeaea);background-repeat:repeat-x;border-radius:3px}a.gollum-minibutton:hover,a.gollum-minibutton:visited:hover{border-color:#518cc6 #518cc6 #2a65a0;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);text-decoration:none;background-color:#3072b3;background-image:-webkit-linear-gradient(#599bdc, #3072b3);background-image:linear-gradient(#599bdc, #3072b3);background-repeat:repeat-x}.wiki-wrapper .ie #gollum-editor{padding-bottom:1em}.wiki-wrapper #wiki-content .enable-fullscreen{right:4px}.wiki-wrapper #wiki-content .previewable-comment-form.write-selected .write-content,.wiki-wrapper #wiki-content .previewable-comment-form.preview-selected .preview-content{padding:0}.wiki-wrapper #wiki-content .comment-body{padding:5px 0 20px}.wiki-wrapper hr{margin:25px 0 20px}.wiki-wrapper.comment-body{width:920px}.hooks-listing .boxed-group-action.select-menu{z-index:auto}.hook-item a:hover{text-decoration:none}.hook-item .item-status{float:left;margin-right:8px;width:16px;text-align:center}.hook-item .description{color:#999}.hook-item .description .css-truncate-target{max-width:160px}.hook-item .icon-for-success,.hook-item .icon-for-failure,.hook-item .icon-for-pending,.hook-item .icon-for-inactive{display:none}.hook-item.success .icon-for-success{display:inline-block;color:#6cc644}.hook-item.failure .icon-for-failure{display:inline-block;color:#bd2c00}.hook-item.pending .icon-for-pending{display:inline-block;color:#999}.hook-item.inactive .icon-for-inactive{display:inline-block;color:#999}.hook-url.css-truncate-target{max-width:360px}.hook-events-field .hook-event-selector{display:none}.hook-events-field.is-custom .hook-event-selector{display:block}.hook-event-selector{margin-left:10px}.hook-event{display:inline-block;width:310px;margin:0;padding:5px 0 5px 30px}.hook-event .note{font-size:11px;margin:0;color:#aaa}.hook-event-choice{font-weight:normal}.hook-form.is-ssl .ssl-hook-fields{display:block}.hook-form .ssl-hook-fields{display:none}.hook-form .ssl-hook-fields #disable-ssl-verification-modal,.hook-form .ssl-hook-fields .enable-ssl-verification{display:none}.hook-form .ssl-hook-fields.is-not-verifying-ssl .enable-ssl-verification{display:block}.hook-form .ssl-hook-fields.is-not-verifying-ssl .disable-ssl-verification{display:none}.hook-form .disable-ssl-verification .actions{margin-top:-4px}.hook-form .invalid-url-notice{display:none;padding:7px 4px}.hook-form .invalid-url-notice .octicon-alert{position:relative;top:1px}.hook-form.is-invalid-url .invalid-url-notice{display:block}.hooks-oap-warning{margin-top:0}.hooks-oap-warning ul{margin:10px 0}.hooks-oap-warning ul li{margin-left:16px}.hook-secret .hook-secret-standin{display:block}.hook-secret .hook-secret-field{display:none}.hook-secret.open .hook-secret-standin{display:none}.hook-secret.open .hook-secret-field{display:block}.hook-deliveries-list .loading-message{display:block}.hook-deliveries-list .error-message{display:none}.hook-deliveries-list.is-error .loading-message{display:none}.hook-deliveries-list.is-error .error-message{display:block}.hook-deliveries-list .spinner{display:inline-block;vertical-align:top;margin:0}.hook-deliveries-list .hook-delivery-item:hover{background-color:transparent}.hook-deliveries-list .item-status{display:inline-block;margin-right:5px;width:16px;text-align:center}.hook-deliveries-list .item-status .icon-for-success,.hook-deliveries-list .item-status .icon-for-failure,.hook-deliveries-list .item-status .icon-for-pending{display:none}.hook-deliveries-list .item-status.success{visibility:visible;color:#6cc644}.hook-deliveries-list .item-status.success .icon-for-success{display:inline-block}.hook-deliveries-list .item-status.failure{color:#bd2c00}.hook-deliveries-list .item-status.failure .icon-for-failure{display:inline-block}.hook-deliveries-list .item-status.pending{color:#999}.hook-deliveries-list .item-status.pending .icon-for-pending{display:inline-block}.hook-deliveries-pagination-loading-message{display:none}.hook-deliveries-pagination-loading-message .animated-ellipsis-container{text-align:left}.hook-deliveries-pagination.loading .hook-deliveries-pagination-button{display:none}.hook-deliveries-pagination.loading .hook-deliveries-pagination-loading-message{display:block}.boxed-group-list li.hook-delivery-item{padding:10px}.hook-delivery-item .hook-delivery-details{display:none}.hook-delivery-item .hook-delivery-details .loading-message,.hook-delivery-item .hook-delivery-details .error-message{display:none}.hook-delivery-item .hook-delivery-details.is-loading .loading-message{display:block}.hook-delivery-item .hook-delivery-details.has-error .error-message{display:block}.hook-delivery-item.open .hook-delivery-details{display:block}.hook-delivery-item .loading-message{text-align:center}.hook-delivery-time{float:right;margin-right:10px;color:#999;font-size:10px}.hook-delivery-summary{text-decoration:none}.hook-delivery-guid{display:inline-block;padding:2px 6px;color:rgba(0,0,0,0.5);font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;background-color:rgba(209,227,237,0.5);border-radius:3px}.hook-delivery-guid .octicon{margin:1px -2px 0 0;color:#b0c4ce}.hook-delivery-actions{padding-top:1px}.boxed-group-list>li.hook-delivery-item .minibutton{margin:0}.boxed-group-list>li.hook-delivery-item .hook-delivery-details .redeliver.minibutton{margin:5px 0 0}.hook-deliveries-list .error-message,.hook-delivery-details .error-message{margin:10px 0;padding:7px 4px}.hook-deliveries-list .error-message .octicon,.hook-delivery-details .error-message .octicon{position:relative;top:1px}.boxed-group span.animated-ellipsis-container,.boxed-group span.animated-ellipsis{padding:0}.boxed-group .animated-ellipsis-container{line-height:1.3}.hook-delivery-details{clear:right}.hook-delivery-details .tabnav-widget.text{margin-top:7px}.hook-delivery-details .error-message{margin-bottom:0}.hook-delivery-details .tabnav-tabcontent{display:none}.hook-delivery-details .tabnav-tabcontent.selected{display:block}.hook-delivery-details hr{margin:10px 0}.hook-delivery-details pre{padding:7px 12px;margin:10px 0;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;font-size:13px;line-height:1.5;overflow:auto}.hook-delivery-details .tabnav{margin:10px 0}.hook-delivery-details .redeliver-hook-delivery-button{margin-top:5px}.hook-delivery-details h4.remote-call-header{border-bottom:1px solid #999;margin:20px 0 10px}.hook-delivery-response-status{display:inline-block;padding:4px 6px 3px;color:#fff;background-color:#bd2c00;border-radius:3px;font-size:10px;line-height:1.1;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}.hook-delivery-response-status[data-response-status^="2"]{background-color:#6cc644}.redelivery-dialog .pending-message{display:block}.redelivery-dialog .failure-message{display:none}.redelivery-dialog.failed{color:#9c2400;background-color:#efd0d0;background-image:-webkit-linear-gradient(#f8d8d8, #efd0d0);background-image:linear-gradient(#f8d8d8, #efd0d0);background-repeat:repeat-x;border-color:#da9797}.redelivery-dialog.failed .pending-message{display:none}.redelivery-dialog.failed .failure-message{display:block}.redelivering-hook-delivery .error-message{display:none}.redelivering-hook-delivery.is-error .loading-message{display:none}.redelivering-hook-delivery.is-error .error-message{display:block}.test-hook-button .pending-message{display:none}.test-hook-button.disabled .default-message{display:none}.test-hook-button.disabled .pending-message{display:inline}.test-hook-message .success-message,.test-hook-message .error-message{display:none;margin-top:10px}.test-hook-message.success .success-message{display:block}.test-hook-message.error .error-message{display:block}.issues-reset-query-wrapper{margin-bottom:20px}.issues-reset-query{color:#777;font-weight:bold}.issues-reset-query .octicon-x{width:20px;height:20px;margin-right:3px;color:#fff;line-height:20px;text-align:center;background-color:#777;border-radius:3px}.issues-reset-query:hover{color:#4183c4;text-decoration:none}.issues-reset-query:hover .octicon-x{background-color:#4183c4}.table-list-milestones .table-list-cell{padding:15px 20px}.table-list-milestones .stat{display:inline-block;font-size:14px;font-weight:bold;color:#555;line-height:1.2;white-space:nowrap}.table-list-milestones .stat+.stat{margin-left:15px}.table-list-milestones .stat-label{font-weight:normal;color:#999}.milestone-title{width:500px}.milestone-title-link{margin-top:0;margin-bottom:5px;font-size:24px;font-weight:normal;line-height:1.2}.milestone-title-link a{color:#333}.milestone-title-link a:hover{color:#4183c4}.milestone-progress{width:420px}.milestone-progress .progress-bar{margin-top:7px;margin-bottom:12px}.milestone-meta{font-size:14px}.milestone-meta-item{display:inline-block;margin-right:10px}.milestone-meta-item .octicon{width:16px;text-align:center}.milestone-description-html{display:none}.milestone-description{margin-top:5px}.milestone-description .expand-more{color:#4183c4;cursor:pointer}.milestone-description .expand-more:hover{text-decoration:underline}.milestone-description.open .milestone-description-plaintext{display:none}.milestone-description.open .milestone-description-html{display:block}.milestone-actions{margin-top:8px;font-size:13px}.milestone-action{display:inline-block;margin-right:10px}.task-progress{color:#999;text-decoration:none}.task-progress .octicon{margin-right:5px;vertical-align:middle;color:#ccc}.task-progress .progress-bar{display:inline-block;vertical-align:2px;width:120px;background-color:#eee;height:5px}.task-progress .progress-bar .progress{background-color:#ccc}.task-progress-counts{display:inline-block;margin-right:6px;margin-left:-2px;font-size:12px}a.task-progress:hover{color:#4183c4}a.task-progress:hover .octicon{color:inherit}a.task-progress:hover .progress-bar .progress{background-color:#4183c4}.issues-listing{position:relative}.issues-listing .octocat-search{position:absolute;right:0;height:250px;margin:-132px -4px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.issues-listing .table-list-issues .selectable:hover,.issues-listing .table-list-issues .navigation-focus{background-color:#f9f9f9}.issues-listing .table-list-issues .issue-title{padding-top:12px;width:740px}.issues-listing .table-list-issues .labels{display:inline-block;vertical-align:1px;margin-bottom:2px}.issues-listing .table-list-issues .table-list-cell-avatar{padding-top:13px}.issues-listing .table-list-issues .table-list-cell-avatar img{display:inline-block;border-radius:2px}.issue-title-link{display:inline-block;margin-bottom:2px;padding-right:3px;font-size:15px;font-weight:bold;color:#333;line-height:1.2;word-break:break-word}.issue-title-link:hover{color:#4183c4;text-decoration:none}.issue-title-link:hover .num{color:inherit}.issue-nwo-link{color:#777}.issue-pr-status{display:inline-block;margin-right:3px;vertical-align:-1px}.issue-meta{margin-top:1px;margin-bottom:2px;font-weight:normal;color:#999}.issue-meta-section{margin-right:10px}.issue-milestone{max-width:240px}.issue-comments{width:60px;padding-top:13px;font-weight:bold;text-align:right;white-space:nowrap}.issue-comments .octicon{margin-right:1px}.issue-comments-no-comment{color:#eee}.milestone-link{color:#999}.milestone-link .octicon{color:#ccc;font-size:14px}.milestone-link:hover{color:#4183c4;text-decoration:none}.milestone-link:hover .octicon{color:inherit}.new-issue-form{margin-top:20px;padding-top:20px;border-top:1px solid #ddd}.new-issue-form .discussion-timeline:before{display:none}.label-select-menu .color{display:inline-block;width:14px;height:14px;margin-right:2px;margin-bottom:2px;border-radius:3px;vertical-align:middle}.label-select-menu .selected .select-menu-item-icon{color:inherit !important}.label-select-menu .selected:active{background-color:transparent !important}.label-select-menu .select-menu-item.navigation-focus{background-color:#f4f4f4;color:inherit}.label-select-menu .select-menu-item.navigation-focus .select-menu-item-icon{color:transparent}.label-select-menu .select-menu-item .octicon-x{display:none;float:right;margin:1px 10px 0 0;opacity:0.6}.label-select-menu .select-menu-item.selected .octicon-x{display:block;color:inherit}.label-select-menu>form{position:relative}ul.color-label-list .filter-item{cursor:default}ul.color-label-list.editable .color{width:14px}ul.color-label-list.editable .color:hover{background:transparent url(/assets/icons/arrow-down-7c04f47ebf273c1f1ff31e3c4be1a69c5d042c8af3720da0b2fd935d5ec339a1.png) 1px 2px no-repeat}ul.color-label-list.editable .octicon-x{display:inline-block;color:#aaa;position:relative;z-index:10}ul.color-label-list.editable .octicon-x:hover{color:#ba3d37}ul.color-label-list .edit-color-label-form{display:none}ul.color-label-list .color-label{line-height:16px;border:1px solid transparent}ul.color-label-list .color-label.active{z-index:25;position:relative;border:1px solid #ddd;border-radius:3px}ul.color-label-list .color-label.active .edit-color-label-form{display:block}ul.color-label-list .color-label.active .octicon-x{display:none}ul.color-label-list .color-label a{text-decoration:none}ul.color-label-list .color-label.selected{font-weight:bold;background:98% 5px no-repeat transparent;-webkit-font-smoothing:antialiased}ul.color-label-list .color-label.selected .count,ul.color-label-list .color-label.selected .color{display:none}ul.color-label-list .color-label.selected .octicon-x{display:inline-block}ul.color-label-list .color-label.zeroed,ul.color-label-list .color-label.zeroed .count{color:#999}ul.color-label-list .color-label:hover .octicon-x{opacity:1}ul.color-label-list .filter-item:hover .octicon-x{opacity:1}ul.color-label-list .filter-item:hover .color{border-color:#eee}ul.color-label-list .count{color:#333}ul.color-label-list .name a{color:#333}ul.color-label-list .color{display:block;float:left;margin-left:-5px;margin-right:4px;width:6px;height:14px;border-radius:3px;border:1px solid #fff}ul.color-label-list .octicon-x{display:none;float:right;opacity:0.8}ul.color-label-list .nolabels{margin:10px 0;font-size:11px;color:#666}.closed-banner{margin:15px 0 15px 60px;height:7px;overflow:hidden;background:url(/assets/modules/comments/closed_pattern-61d39f8a023ce5e5be82145d7a82bbd36f5aab7e6f83e0c0a7d441ee89041516.gif);border-radius:3px}.member-adder{display:none;position:absolute;background:#eee;padding:0 5px 5px;z-index:5;box-shadow:0 0 3px #999}.member-adder.active{display:inherit}.member-adder ul{list-style-type:none}.member-adder ul li{margin-top:4px;clear:both;min-width:400px;border-bottom:1px solid #ddd;background:#fff;padding:3px}.member-adder ul li a.button{margin-top:10px;float:right}.member-adder .navigation-focus{background-color:#4183c4;color:#fff}.member-adder .avatar{float:left;margin-right:5px}.member-adder .login{font-weight:bold}.member-adder .no-results{display:none}.member-adder .no-results.active{display:inherit}.merge-branch-heading{margin:0}.merge-branch-description{margin-top:0;margin-right:160px;margin-bottom:0;color:#777}.merge-branch-description .zeroclipboard-link .octicon{top:2px}.merge-branch-action,.desktop-app-action{float:right;margin-left:5px}.desktop-app-action{padding-left:10px;padding-right:10px}.merged .merge-branch-description .commit-ref .css-truncate-target{max-width:180px}.merge-branch-form{padding-left:64px;display:none}.merge-branch.open .merge-branch-form{display:block}.merge-branch.open .merge-message{display:none}.merge-branch-manually{display:none;margin-top:14px;padding-top:15px;border-top:1px solid #ddd}.merge-branch-manually h3,.merge-branch-manually p{margin:0}.merge-branch-manually .intro{margin-top:0;padding-bottom:10px}.merge-branch-manually .step{margin:15px 0 5px}.merge-branch-manually .url-box{margin-left:0;padding:0;border:0}.merge-branch-manually .clone-urls{width:100%}.open>.merge-branch-manually{display:block;max-width:585px}.milestone-calender-container{margin-left:30px}.edit-milestone .form-actions .button{margin-left:5px}.edit-milestone .form-actions .cancel{float:left}#network .network-tree{vertical-align:middle}#network .gravatar{margin-right:4px;border-radius:3px;vertical-align:middle}#network .octicon{margin-left:2px;vertical-align:middle;width:16px;display:inline-block;text-align:center}#network .current-repository{background-color:#fff6a9}#network .network-graph-container{position:relative;margin-bottom:20px;border:1px solid #ddd;border-radius:3px;overflow:hidden}#network .network-graph-container .large-loading-area{position:absolute;top:0;right:0;left:0}.page-new-repo .octicon-repo{color:#bbb}.page-new-repo .octicon-lock{color:#e9dba5}.page-new-repo ul.repo-templates{margin:10px 0}.page-new-repo ul.repo-templates>li{list-style-type:none;display:inline-block;margin:0 10px 0 0}.page-new-repo ul.repo-templates .select-menu{float:left}.page-new-repo .team-select{display:none}.page-new-repo .form-checkbox .mega-octicon{font-size:24px;float:left;margin-right:5px}.page-new-repo .license-info{float:left;margin-top:5px;margin-left:10px;color:#ccc}.new-repo-container{width:700px;margin:0 auto;padding-top:20px}.new-repo-container h2{font-size:22px;font-weight:normal;color:#666;border-bottom:1px solid #ddd;padding-bottom:5px;margin-bottom:0.5em}.owner-reponame{position:relative}.owner-reponame dl.form{margin-top:5px;margin-bottom:0}.owner-reponame .slash{float:left;font-size:21px;color:#666;padding-top:32px;margin:0 8px}.owner-reponame .icon-preview{display:none;font-size:32px;position:absolute;text-align:right;width:100px;top:23px;left:-115px}.owner-reponame .icon-preview.icon-preview-public{top:25px}.reponame-suggestion{color:#34631a;cursor:pointer}.upgrade-upsell{padding-left:33px}.cc-upgrade{padding-left:20px}.featured-license{font-weight:bold}.license-container{border-left:1px solid #ccc;padding-left:15px}.notification-routing .notification-email .edit-link{margin-right:10px;font-weight:bold}.notification-routing .notification-email .minibutton{float:none;margin:-2px 0 0}.notification-routing .notification-email .edit-form{display:none}.notification-routing .notification-email.open .edit-form{display:block}.notification-routing .notification-email.open .email-display{display:none}.notifications .list-group-item{padding-top:8px;padding-bottom:8px;padding-left:35px;border-width:1px 0 0}.notifications .list-group-item:first-child{border:0}.notifications .list-group-item-name{display:block;max-width:400px;font-size:14px;line-height:1.5em}.notifications .list-group-item-name a{display:block;max-width:460px}.notifications .notifications-more{padding:0}.notifications .notifications-more>a{display:block;padding:10px 15px;font-weight:bold;color:#4183c4;text-align:center}.notifications .notifications-more>a:hover{text-decoration:underline}.notifications .read .type-icon{color:#999}.notifications .read .list-group-item-name>a{color:#777}.notifications .read .notification-actions{color:#999}.notifications .read .avatar-stack{opacity:0.5}.notifications .read .undo{display:block}.notifications .read .delete{visibility:hidden}.notifications .read.navigation-focus{background-color:#f5f9fc}.type-icon-state-none{color:#777}.type-icon-state-open{color:#6cc644}.type-icon-state-closed{color:#bd2c00}.type-icon-state-merged{color:#6e5494}.notifications-list{float:left;width:100%}.notifications-list .notifications-repo-link{max-width:500px}.notifications-list .boxed-group .text-success{position:absolute;color:#6cc644;right:3px;width:210px;margin-top:4px;text-align:right;opacity:0;visibility:hidden;-webkit-transition:opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;transition:opacity 0.35s ease-in-out, transform 0.35s ease-in-out;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.notifications-list .mark-all-as-read{margin-right:0;margin-top:0;padding:2px 6px 5px 10px;line-height:20px;color:#777}.notifications-list .mark-all-as-read-confirmed .text-success{visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.notifications-list .mark-all-as-read-confirmed .mark-all-as-read{visibility:hidden}.notifications-list .confirmation{color:#666;text-align:center;padding:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;max-height:0;opacity:0;overflow:hidden}.notifications-list .confirmation+.list-group-item{margin-top:-1px;border-top-color:#d5d5d5}.notifications-list .confirmation.mark-all-as-read-confirmed{padding:10px 0;max-height:300px;opacity:1}.notification-actions{position:absolute;right:10px;top:8px;list-style:none}.notification-actions li{float:right;margin-left:10px;font-size:16px;line-height:20px}.notification-actions .age{width:120px;font-size:12px;color:#999}.notification-actions .undo{display:none;position:absolute;top:0}.notification-actions .button-link{padding-left:5px;padding-right:5px;color:#999;line-height:inherit}.notification-actions .button-link:hover{color:#4183c4;text-decoration:none}.repo-subscription-container{margin:0 auto;width:600px}.repo-subscription-container .spinner{float:right}.repo-subscription-container h2{font-size:22px;margin-bottom:-10px;font-weight:normal}.repo-subscription-container .intro{font-size:14px;color:#666}.repo-subscription-label{display:inline-block}.subscriptions-content .repo-icon{vertical-align:middle;color:#666;margin-right:5px}.subscriptions-content .repo-list form{display:inline}.subscriptions-content .repo-list .only-loading{display:none}.subscriptions-content .repo-list .loading .only-loading{display:inline-block}.subscriptions-content .repo-list .only-unsubed{display:none}.subscriptions-content .repo-list .unsubscribed .only-unsubed{display:inline}.subscriptions-content .repo-list .unsubscribed .only-subed{display:none}.subscriptions-content .repo-list .only-unignored{display:none}.subscriptions-content .repo-list .unsubscribed .only-unignored{display:inline}.subscriptions-content .repo-list .unsubscribed .only-ignored{display:none}.thread-subscription-status{margin:40px 0 20px;padding:10px;color:#777;background-color:#fff;border:1px solid #eee;border-radius:3px}.thread-subscription-status .mega-octicon{vertical-align:middle;margin-right:10px;margin-left:4px;color:#ccc}.thread-subscription-status .minibutton>.octicon{margin-right:1px}.thread-subscription-status .reason{display:inline-block;margin:0 10px;vertical-align:middle}.thread-subscription-status .thread-subscribe-form{display:inline-block;vertical-align:middle}.subscription .loading{opacity:0.5}.oauth-connection-illustration{position:relative;float:right;width:200px;margin-top:10px;margin-left:40px;margin-right:10px}.oauth-connection-illustration .oauth-image{float:left;padding:5px;background-color:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:6px;background-clip:padding-box}.oauth-connection-illustration .oauth-image img{display:block;width:75px;height:75px;border-radius:3px}.oauth-connection-illustration .oauth-image.oauth-image-user{margin-top:20px;margin-left:-20px}.setup-wrapper .oauth-permissions{border:1px solid #ddd;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.05);margin-bottom:25px}.setup-wrapper .oauth-permissions-details{background-color:#fff}.setup-wrapper.oauth-restriction-wrapper{padding-top:0}.ellipsis-button{display:inline-block;height:12px;padding:0 5px;border-radius:1px;background-color:#ddd;vertical-align:middle;color:#555;line-height:6px;font-size:12px;font-weight:bold;text-decoration:none;margin-left:2px}.ellipsis-button:hover{text-decoration:none;background-color:#ccc}.ellipsis-button:before{content:"\2026"}.oauth-permissions-details{list-style:none;margin:0;padding:15px;border-bottom:1px solid #f2f2f2}.oauth-permissions-details:first-child{border-radius:3px 3px 0 0}.oauth-permissions-details:last-child{border:0;border-radius:0 0 3px 3px}.oauth-permissions-details.oauth-public-data-only{border-radius:3px}.oauth-permissions-details .markdown-body{font-size:13px}.oauth-permissions-details .content{display:none;margin-left:45px}.oauth-permissions-details .content .form-checkbox{margin-left:0}.oauth-permissions-details .content .form-checkbox:last-child{margin-bottom:0}.oauth-permissions-details .mega-octicon{float:left;color:#777;width:32px;margin-top:1px;margin-left:0;text-align:center}.oauth-permissions-details .permission-help{font-size:13px}.oauth-permissions-details .permission-help ul{padding-left:20px;margin:1em 0}.oauth-permissions-details .permission-summary{margin-left:45px}.oauth-permissions-details .permission-summary .access-details{position:relative;color:#777}.oauth-permissions-details .permission-summary em.highlight{position:relative;margin-left:-3px;margin-right:-2px;padding:2px 3px;font-style:normal;background:#fffbdc;border-radius:3px}.oauth-permissions-details .permission-title{color:#000;display:block}.oauth-permissions-details a.minibutton{float:right;margin-top:4px}.oauth-permissions-details.open a.minibutton{background-color:#dcdcdc;background-image:none;border-color:#b5b5b5;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.oauth-permissions-details.open .content{display:block}.oauth-permissions-details.default:not(.delete) .no-access,.oauth-permissions-details.default:not(.delete) .default-access,.oauth-permissions-details.none .no-access,.oauth-permissions-details.none .default-access{display:inline}.oauth-permissions-details.default:not(.delete) .access-details,.oauth-permissions-details.default:not(.delete) .permission-title,.oauth-permissions-details.none .access-details,.oauth-permissions-details.none .permission-title{color:#999}.oauth-permissions-details.default:not(.delete) .mega-octicon,.oauth-permissions-details.none .mega-octicon{color:#ccc}.oauth-permissions-details.default .default-access{display:inline}.oauth-permissions-details.full .full-access{display:inline}.oauth-user-permissions .full-access,.oauth-user-permissions .limited-access,.oauth-user-permissions .limited-access-none,.oauth-user-permissions .limited-access-followers,.oauth-user-permissions .limited-access-emails,.oauth-user-permissions .no-access{display:none}.oauth-user-permissions.limited .limited-access-none{display:inline}.oauth-user-permissions.limited.limited-email .limited-access,.oauth-user-permissions.limited.limited-email .limited-access-none{display:none}.oauth-user-permissions.limited.limited-email .limited-access-emails{display:inline}.oauth-user-permissions.limited.limited-email.limited-follow .limited-access{display:inline}.oauth-user-permissions.limited.limited-email.limited-follow .limited-access-none,.oauth-user-permissions.limited.limited-email.limited-follow .limited-access-emails,.oauth-user-permissions.limited.limited-email.limited-follow .limited-access-followers{display:none}.oauth-user-permissions.limited.limited-follow .limited-access,.oauth-user-permissions.limited.limited-follow .limited-access-none{display:none}.oauth-user-permissions.limited.limited-follow .limited-access-followers{display:inline}.oauth-repo-permissions .default-access,.oauth-repo-permissions .public-access,.oauth-repo-permissions .full-access{display:none}.oauth-repo-permissions.public .public-access{display:inline}.oauth-delete-repo-permissions .octicon-alert{color:#bd2c00}.oauth-repo-status-permissions .no-access,.oauth-repo-status-permissions .full-access,.oauth-repo-deployment-permissions .no-access,.oauth-repo-deployment-permissions .full-access{display:none}.oauth-notifications-permissions .no-access,.oauth-notifications-permissions .read-access,.oauth-notifications-permissions .via-public-access,.oauth-notifications-permissions .via-full-access{display:none}.oauth-notifications-permissions.read .read-access{display:inline}.oauth-notifications-permissions.via-public .via-public-access{display:inline}.oauth-notifications-permissions.via-public .octicon{display:none}.oauth-notifications-permissions.via-full .via-full-access{display:inline}.oauth-gist-permissions .no-access,.oauth-gist-permissions .full-access{display:none}.oauth-granular-permissions .no-access,.oauth-granular-permissions .read-access,.oauth-granular-permissions .write-access,.oauth-granular-permissions .full-access{display:none}.oauth-granular-permissions.none .no-access{display:inline}.oauth-granular-permissions.read .read-access{display:inline}.oauth-granular-permissions.write .write-access{display:inline}.oauth-granular-permissions.full .full-access{display:inline}.oauth-secondary .setup-info-module{margin-top:0}.oauth-secondary .setup-info-module .no-description{color:#999}.oauth-secondary .setup-info-module .features-list{padding-bottom:0}.oauth-no-description{color:#999}.oauth-org-access-details a:hover{text-decoration:none}.oauth-org-access-details .boxed-group-list>li{line-height:24px}.oauth-org-access-details .boxed-group-list>li .loading-indicator{display:none;margin:4px}.oauth-org-access-details .boxed-group-list>li.on{background:#fff}.oauth-org-access-details .boxed-group-list>li.on:hover{background:#ffe}.oauth-org-access-details .boxed-group-list>li.on .authorized-tools{display:block}.oauth-org-access-details .boxed-group-list>li.on .unauthorized-tools{display:none}.oauth-org-access-details .boxed-group-list>li.on strong{color:#333}.oauth-org-access-details .boxed-group-list>li.on .octicon-check{display:inline}.oauth-org-access-details .boxed-group-list>li.on .octicon-x{display:none}.oauth-org-access-details .boxed-group-list>li.loading .unauthorized-tools,.oauth-org-access-details .boxed-group-list>li.loading .authorized-tools{display:none}.oauth-org-access-details .boxed-group-list>li.loading .loading-indicator{display:block}.oauth-org-access-details .boxed-group-list>li .authorized-tools{display:none}.oauth-org-access-details .boxed-group-list>li .unauthorized-tools{display:block}.oauth-org-access-details .boxed-group-list>li .button-outline,.oauth-org-access-details .boxed-group-list>li .minibutton{padding:0 10px;line-height:24px;margin-left:15px}.oauth-org-access-details .status-pending{color:#6cc644;font-size:12px;margin-right:5px}.oauth-org-access-details .status-denied{background-color:#bd2c00}.oauth-org-access-details .octicon{color:#979797}.oauth-org-access-details .octicon-check{color:#6cc644;display:none}.oauth-org-access-details .octicon-x{display:inline}.oauth-org-access-details .octicon-x.org-access-denied{color:#bd2c00}.deleted-permission{color:#bd2c00}.added-permission{color:#6cc644}.permission-title{margin-top:0}.oauth-application-whitelist .request-info{display:block;margin-left:25px;color:#9b9b9b}.oauth-application-whitelist .request-info strong{color:#333}.oauth-application-whitelist .request-info .application-description{display:none}.oauth-application-whitelist .request-info.open .application-description{display:block}.oauth-application-whitelist .avatar{margin-top:0}.oauth-application-whitelist .requestor{font-weight:bold}.oauth-application-whitelist .octicon-alert{color:#f93}.oauth-application-whitelist .octicon-check,.oauth-application-whitelist .approved-request{color:#6cc644}.oauth-application-whitelist .denied-request{color:#bd2c00}.oauth-application-whitelist .request-indicator{margin-left:10px}.oauth-application-whitelist .edit-link{color:#999}.oauth-application-whitelist .edit-link:hover{color:#4183c4}.oauth-application-whitelist .boxed-group-list{margin-top:1em;margin-bottom:-1em}.oauth-application-whitelist .boxed-group-list li{padding:10px}.oauth-application-info{padding-top:10px;margin-bottom:10px;min-height:70px}.oauth-application-info .application-title,.oauth-application-info .application-description,.oauth-application-info .application-meta-info{margin-left:70px}.oauth-application-info .application-title{font-size:14px;font-weight:bold;color:#333}.oauth-application-info .application-description{margin-top:3px;margin-bottom:3px;color:#777}.oauth-application-info .octicon{color:#999}.oauth-application-info .app-info{display:inline-block;margin-right:10px;color:#666}.oauth-application-info .application-meta-info{font-size:12px}.oauth-application-info .application-meta-info strong,.oauth-application-info .application-meta-info .requestor{color:#666}.oauth-application-info .app-denied,.oauth-application-info .app-approved{margin-left:10px;font-weight:normal;white-space:nowrap}.oauth-application-info .app-approved,.oauth-application-info .octicon-check{color:#6cc644}.oauth-application-info .app-denied,.oauth-application-info .octicon-x{color:#f93}.restrict-oauth-access-button{margin-right:20px}.restrict-oauth-access-info{margin-bottom:40px;font-size:15px}.restrict-oauth-access-list{padding-left:25px}.restrict-oauth-access-list li{margin-bottom:10px}.restrict-oauth-access-list li:last-child{margin-bottom:0}.app-transfer-actions form{display:inline}.application-authorizations:target li{background-color:#ffe}.oauth-access-application-details .features-list-oauth{margin-top:1em;margin-bottom:-1em}.org-header{margin-bottom:20px;color:#666;border-bottom:1px solid #eee;background-color:#fcfcfc}.org-header .edit-org{position:relative;top:-6px;display:inline-block;padding:3px 5px;font-size:14px;color:#aaa;border:1px solid #e5e5e5;border-radius:3px}.org-header .edit-org:hover{color:#4183c4;background-color:#fff}.org-header .edit-org .octicon{font-size:14px}.org-header-wrapper{display:table;width:680px;padding-top:20px;padding-bottom:20px}.org-header-wrapper .avatar{display:table-cell;width:100px;height:100px}.org-header-info{display:table-cell;vertical-align:middle;width:560px}.org-name{margin-top:0;margin-bottom:5px;color:#333;font-size:36px;font-weight:normal}.org-description{margin-top:0;margin-bottom:8px;font-size:16px;line-height:1.25}.org-header-meta{font-size:12px;line-height:1.5;list-style:none}.org-header-meta .meta-item{display:inline-block;padding-right:18px;overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.org-header-meta .meta-item .meta-link{color:#666}.org-header-meta .octicon{position:relative;top:1px;margin-right:2px;color:#ccc}.org-header-meta.has-email.has-blog .meta-item,.org-header-meta.has-email.has-location .meta-item,.org-header-meta.has-blog.has-email .org-header-meta.has-blog.has-location .meta-item,.org-header-meta.has-location.has-blog .meta-item,.org-header-meta.has-location.has-email .meta-item{max-width:278px}.org-header-meta.has-email.has-blog.has-location .meta-item{max-width:186px}.org-link{color:#333}.org-link:hover{color:#4183c4;text-decoration:none}.org-main{float:left;width:640px}.org-sidebar{position:relative;z-index:1;float:right;width:280px;margin-top:-112px}.org-sidebar .developer-program-badge{display:block;padding-top:0;padding-bottom:0;text-align:center;border-top:0}.simple-box{padding:15px;margin-bottom:20px;border:1px solid #ddd;background-color:#fff;border-radius:3px}.simple-box-footer{margin:10px -15px -15px;padding:15px;border-top:1px solid #eee;background-color:#fcfcfc;border-radius:0 0 3px 3px}.simple-box-footer .typeahead{width:248px}.orgs-help-shelf{margin-top:-20px;margin-bottom:20px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #eee;background-color:#fefefe}.orgs-help-shelf .orgs-help-title{font-size:30px;font-weight:normal}.orgs-help-shelf-content{width:800px;margin:50px auto;text-align:center}.orgs-help-shelf-content .orgs-help-lead,.orgs-help-shelf-content .orgs-help-description{font-size:18px}.orgs-help-shelf-content .orgs-help-description:before{width:150px;margin:40px auto;display:block;border-top:1px solid #ddd;content:""}.orgs-help-lead{margin-bottom:30px}.orgs-help-learn-more{margin-top:-10px;-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}.orgs-help-extra-content{max-height:0;overflow-y:auto;-webkit-transition:max-height 0.75s ease-in-out;transition:max-height 0.75s ease-in-out}.open .orgs-help-learn-more{opacity:0;pointer-events:none}.open .orgs-help-extra-content{max-height:450px;overflow-x:hidden}.orgs-help-role-group{margin-bottom:40px}.orgs-help-role-octicon{width:70px;height:70px;margin:0 auto 15px;text-align:center;border:solid 1px #e5e5e5;border-radius:50px;background-color:#fff}.orgs-help-role-octicon .mega-octicon{color:#4183c4;font-size:26px;line-height:68px}.orgs-help-role-limited-member .mega-octicon{color:#999}.orgs-help-role-title{margin-bottom:10px;font-weight:normal}.orgs-help-role-content{margin-top:0;color:#666;font-size:14px}.orgs-help-dismiss{margin-top:5px;margin-right:10px;float:right;font-size:12px;color:#999}.orgs-help-dismiss:hover{color:#4183c4;text-decoration:none}.orgs-help-dismiss .octicon{position:relative;top:1px}#promote-all-to-member,#remove_repo_access{display:none}.confirmOrgModal .confirm-list{margin-left:15px}.confirmOrgModal .confirm-list-item{padding-bottom:10px}.orgs-help-title{margin-top:0;margin-bottom:0}.orgs-help-description{font-size:14px}.orgs-help-lead,.orgs-help-description{margin-top:10px;color:#666}.orgs-help-button{margin-right:10px}.org-module-title{margin:-15px -15px 0;font-size:18px;border-bottom:1px solid #eee}.org-module-link{display:block;padding:15px;color:#333}.org-module-link:hover,.org-module-link:hover .org-stats{text-decoration:none;color:#4183c4}.org-stats{margin-top:3px;float:right;font-size:14px;color:#999}.org-members-title{margin-bottom:0;border-bottom:0}.member-avatar-group{margin:-1px}.member-avatar-group:before{display:table;content:""}.member-avatar-group:after{display:table;clear:both;content:""}.member-avatar{float:left;margin:1px}.member-row{display:block;padding-bottom:15px;margin-bottom:15px;margin-top:15px;font-size:14px;color:#333;border-bottom:1px solid #eee}.member-row:before{display:table;content:""}.member-row:after{display:table;clear:both;content:""}.member-row:hover{color:#4183c4;text-decoration:none}.member-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.member-row .avatar{float:left;margin-right:10px}.member-row .member-name{display:block}.member-fullname{color:#777}.org-no-members{text-align:center;color:#777;margin-top:20px;margin-bottom:10px}.org .no-results{padding:10px;color:#999}.org-teams-nav{margin-top:15px}.org-teams-list{list-style:none;margin-bottom:-10px}.org-teams-list .team{display:block;overflow:hidden;padding-top:15px;padding-bottom:15px;color:#333;border-top:1px solid #eee}.org-teams-list .team:hover{text-decoration:none}.org-teams-list .team:hover .team-name{color:#4183c4}.org-teams-list .org-teams-list-item:first-child .team{border-top:0}.org-teams-list .team-name{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-teams-list .team-meta{margin-top:0;margin-bottom:0;color:#777}.org-toolbar.disabled{pointer-events:none}.org-toolbar .select-all-members{float:left;margin-top:7px;margin-left:9px;margin-right:18px}.org-toolbar .subnav-search{width:320px;margin-left:0}.org-toolbar .subnav-search-context+.subnav-search{margin-left:-1px}.org-toolbar input.subnav-search-input{width:100%}.org-toolbar .pending-invitations-link{position:relative;top:1px;display:inline-block;margin-right:10px;color:#777}.member-action{margin-right:10px}.member-role-select{display:inline}.member-role-select .select-menu-modal{left:39px;width:300px}.member-role-menu .select-menu-item-text{padding-right:8px}.member-role-menu .role-disabled{pointer-events:none}.member-role-menu .role-disabled .octicon-alert{font-size:14px;color:#999}.member-role-menu .role-note{margin-top:6px}.auto-search-group{position:relative}.auto-search-group .auto-search-input{padding-left:30px}.auto-search-group .spinner,.auto-search-group>.octicon{position:absolute;left:10px;width:16px;height:16px;z-index:5}.auto-search-group .spinner{top:9px;background-color:#fff}.auto-search-group>.octicon{top:10px;font-size:14px;color:#bbb;text-align:center}.org-list .list-item{position:relative;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #eee}.org-list .list-item:before{display:table;content:""}.org-list .list-item:after{display:table;clear:both;content:""}.org-list .cancel-link{color:#777}.org-repos .blankslate{margin-top:15px}.org-repos-mini{padding:0;margin:0}.org-repos-mini .org-repo-mini-item:first-child .org-repo-mini-cell{border-top:0}.org-repos-mini .org-repo-name{margin-top:0;margin-bottom:0;font-size:14px;word-wrap:break-word}.org-repos-mini .org-repo-name .octicon-repo{color:#999}.org-repos-mini .org-repo-name .octicon-lock{color:#e9dba5}.org-repos-mini .org-repo-forked{max-width:270px;margin-top:0;margin-bottom:0;display:inline-block;font-weight:normal;font-size:12px}.org-repo-mini-item .repo-prefix{font-weight:normal;text-transform:lowercase}.org-repo-mini-item .repo-slash{display:inline-block;margin-left:-4px;margin-right:-4px}.org-repo-mini-cell{padding-top:15px;padding-bottom:15px;vertical-align:middle}.org-repo-meta{width:165px}.org-repo-meta .access-level{cursor:default}.org-repo-meta .button-group{float:right}.org-repo-meta.not-team-admin{text-align:right}.permission-level-cell .select-menu-button{width:100px}.permission-level-cell .select-menu-button:after{position:absolute;top:10px;right:10px}.permission-level-cell .spinner,.permission-level-cell .permission-success-icon{position:absolute;margin-left:15px;display:inline-block;opacity:0;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}.permission-level-cell .permission-success-icon{margin-top:4px;color:#6cc644}.permission-level-cell .is-updating .spinner,.permission-level-cell .was-successful .permission-success-icon{opacity:1}.permission-level-cell .select-menu-modal .description{padding-right:20px}.permission-level-cell .select-menu-option-title{margin-top:0;margin-bottom:0}.permission-level-cell .navigation-focus .select-menu-option-title{color:#fff}.add-member-wrapper{position:relative;width:680px;margin:40px auto}.add-member-wrapper .owners-team-info{position:relative;padding-top:10px;padding-left:42px;color:#777;border-top:1px solid #e5e5e5}.add-member-wrapper .owners-team-info .octicon-info{position:absolute;left:8px;color:#999;font-size:18px}.add-member-wrapper .available-seats{color:#999}.add-member-wrapper .buy-more-link{margin-right:5px}.invitation-role-group{padding-top:25px;padding-bottom:30px}.invitation-role-group:before{display:table;content:""}.invitation-role-group:after{display:table;clear:both;content:""}.invitation-role{position:relative;width:215px;margin-left:17px;padding:15px 10px;float:left;font-weight:normal;text-align:center;cursor:pointer}.invitation-role:first-child{margin-left:0}.invitation-role .invitation-role-item-border{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #eee;border-radius:3px;-webkit-transition:border 0.15s ease-in-out;transition:border 0.15s ease-in-out}.invitation-role input{display:block;margin-right:auto;margin-left:auto}.invitation-role input:checked ~ .invitation-role-item-border{border:1px solid #3b99fc;box-shadow:0 0 5px rgba(59,153,252,0.4)}.invitation-role-title{margin-top:5px;margin-bottom:5px}.invitation-role-description{margin-top:0;color:#777}.invitation-role-hint-for-limited-members{display:none}.invitation-limited-member-role-selected .invitation-role-hint-for-direct-members-and-admins{display:none}.invitation-limited-member-role-selected .invitation-role-hint-for-limited-members{display:inherit}.invitation-empty-teams{width:500px;color:#666;text-align:left}.invitation-empty-teams .octicon{margin-top:2px;margin-right:7px;margin-bottom:10px;float:left;color:#bd2c00;font-size:14px}.add-member-title{margin-bottom:0;font-size:30px;font-weight:normal}.add-member-lead{margin-top:5px;margin-bottom:0;padding-bottom:15px;border-bottom:1px solid #eee}.add-member-lead.no-border{padding-bottom:0;border-bottom:0}.add-member-team-list{margin-bottom:15px;list-style:none}.add-member-team-list .team{display:block;padding:15px 0;font-weight:normal;cursor:pointer}.add-member-team-list .team:first-child{border-top:1px solid #f2f2f2}.add-member-team-list .team .minibutton{float:right}.add-member-team-list .team-info{max-width:80%;color:#000;text-decoration:none}.add-member-team-list .team-info:hover{color:#4183c4}.add-member-team-list .team-name{font-size:14px}.add-member-team-list .team-meta{color:#777;margin-top:2px;margin-bottom:2px}.add-member-team-list .team-description{margin-top:2px;margin-bottom:2px;color:#333}.add-member-team-list .team-toggler .turn-on{display:inline-block}.add-member-team-list .team-toggler.on .turn-off{display:inline-block}.add-member-team-list .team-toggler .turn-off{display:none}.add-member-team-list .team-toggler.on .turn-on{display:none}.team-list-footer .show-all-link .octicon{margin-left:5px;color:#777}.invite-team-member-list .team{display:table-row;cursor:default}.invite-team-member-list .team:first-child .table-list-cell{border-top:0}.invite-team-member-list .team .table-list-cell{padding-top:15px;padding-bottom:15px}.invite-team-member-list .table-list-cell-checkbox{width:42px}.invite-team-member-list .team-info{width:250px;vertical-align:middle;color:#222}.invite-team-member-list .team-description{display:block;padding-top:0;padding-bottom:0;font-weight:normal}.invite-team-member-list .team-meta{width:100px;text-align:left;vertical-align:middle}.invite-team-member-list .team-link{text-align:right;color:#4183c4}.member-list-item .table-list-cell{vertical-align:middle;padding-top:10px;padding-bottom:10px}.member-list-item .table-list-cell-checkbox{width:30px}.member-list-item.adminable:hover{background-color:#f9f9f9}.member-list-item .member-info{font-size:14px}.member-list-item .member-info .member-list-avatar{float:left;margin-right:15px}.member-list-item .member-info .member-fullname{font-weight:normal;color:#777}.member-visibility .octicon{font-size:14px}.member-username{margin-top:4px;display:block;color:#333}.member-username .octicon{position:relative;top:-2px;margin-left:2px;font-size:12px;color:#aaa}.member-security .octicon{color:#f93;font-size:14px}.member-role{width:100px}.member-role.select-menu{padding-left:50px;text-align:left}.member-meta{width:140px;font-size:11px;color:#777;text-align:center}.member-meta .teams-link{color:#777}.member-meta .teams-link:hover{color:#4183c4;text-decoration:none}.member-meta .button-link{color:#777}.member-meta .button-link:hover{color:#4183c4;text-decoration:none}.member-meta .select-menu-modal-holder{right:0;text-align:left}.member-follow{text-align:right}.member-selected-actions{display:inline}.team-grid{position:relative;margin-left:-10px;margin-right:-10px}.team-grid:before{display:table;content:""}.team-grid:after{display:table;clear:both;content:""}.team-grid .team{position:relative;float:left;width:480px;height:127px;padding:15px;margin-bottom:20px;margin-left:10px;margin-right:10px;border:1px solid #eee;border-radius:3px}.team-grid .team-link{display:block;text-decoration:none}.team-grid .team-link:focus .team-name,.team-grid .team-link:hover .team-name{color:#4183c4}.team-grid .team-link:focus{outline:none}.team-grid .team-link:hover{text-decoration:none}.team-grid .team-name{display:inline-block;margin:0;color:#333;font-size:18px}.team-grid .team-description{overflow:hidden;max-width:80%;margin-top:5px;font-size:14px;color:#777;text-overflow:ellipsis;white-space:nowrap}.team-grid .team-label-ldap{float:right}.team-grid .team-members{width:478px;padding:10px 15px;margin:0 -15px -15px;border-top:1px solid #eee;border-radius:0 0 3px 3px;background-color:#f8f8f8}.team-grid .team-members .minibutton{margin-top:2px;margin-bottom:2px}.team-grid .team-member{display:inline-block;vertical-align:top;width:30px;height:30px}.team-grid .team-member:hover{text-decoration:none}.team-grid .blankslate{margin-left:10px;margin-right:10px}.team-grid .team-actions-form{float:right}.team-label-ldap{display:inline-block;padding:0 9px;line-height:25px;border:1px solid #eaeaea;border-radius:3px;box-shadow:none;color:#999;font-size:11px;text-transform:uppercase;cursor:default}.team-label-ldap.header-label-ldap{padding:3px 5px}.team-member-ellipsis{display:inline-block;vertical-align:top;width:30px;height:30px;line-height:24px;color:#777;font-weight:bold;text-align:center;background-color:#ddd;border-radius:3px}.team-member-ellipsis:hover{color:#333;text-decoration:none}.typeahead{position:absolute;z-index:3;display:none;overflow:hidden;width:100%;margin-top:1px;background-color:#fff;background-clip:padding-box;border-radius:3px;border:1px solid rgba(0,0,0,0.2);box-shadow:0 1px 5px rgba(0,0,0,0.25)}.typeahead.active{display:block}.facebox .typeahead-results{margin:0}.typeahead-result{position:relative;display:block;min-width:100%;padding:10px;margin-top:0;color:#333;cursor:pointer}.typeahead-result:before{display:table;content:""}.typeahead-result:after{display:table;clear:both;content:""}.typeahead-result:first-child{border-top:0}.typeahead-result:focus,.typeahead-result:hover,.typeahead-result.navigation-focus{text-decoration:none}.typeahead-result:hover,.typeahead-result.navigation-focus{color:#fff;background-color:#4183c4}.typeahead-result:hover .octicon-plus,.typeahead-result.navigation-focus .octicon-plus{color:#fff}.member-suggestion{padding-left:44px}.member-suggestion .avatar{float:left;margin-left:-34px;margin-right:10px}.member-suggestion .member-info{width:75%;overflow:hidden;margin-top:2px;margin-bottom:0;white-space:nowrap;text-overflow:ellipsis}.member-suggestion .member-name{color:#777;font-size:12px}.member-suggestion .octicon-plus,.member-suggestion .octicon-check{position:absolute;top:50%;right:15px;margin-top:-8px;color:#ddd}.member-suggestion .already-member-note,.member-suggestion .non-member-note,.member-suggestion .non-member-action{margin-top:0;margin-bottom:0;color:#777;font-size:11px}.member-suggestion .non-member-action{display:none}.member-suggestion:hover .member-name,.member-suggestion:hover .non-member-note,.member-suggestion:hover .already-member-note,.member-suggestion:hover .non-member-action,.member-suggestion.navigation-focus .member-name,.member-suggestion.navigation-focus .non-member-note,.member-suggestion.navigation-focus .already-member-note,.member-suggestion.navigation-focus .non-member-action{color:#fff}.member-suggestion:hover .non-member-note,.member-suggestion.navigation-focus .non-member-note{display:none}.member-suggestion:hover .non-member-action,.member-suggestion.navigation-focus .non-member-action{display:block}.member-suggestion:hover .octicon-plus,.member-suggestion:hover .octicon-check,.member-suggestion.navigation-focus .octicon-plus,.member-suggestion.navigation-focus .octicon-check{color:#fff}.member-suggestion.not-a-member .member-info,.member-suggestion.disabled .member-info{margin-top:-2px}.member-suggestion.disabled{opacity:0.5}.team-info-card{position:relative;margin-bottom:20px}.team-info-card .team-label-ldap{font-size:13px;line-height:32px}.team-info-card .team-description{margin-top:10px;color:#666;font-size:14px;line-height:20px;word-break:break-word}.team-info-card .team-description .link{color:#999;cursor:pointer}.team-info-card .team-description .link:hover{text-decoration:underline}.team-info-card .description-toggler .turn-on{display:inline-block}.team-info-card .description-toggler.on .turn-off{display:inline-block}.team-info-card .description-toggler .turn-off{display:none}.team-info-card .description-toggler.on .turn-on{display:none}.team-title{margin-top:0;margin-bottom:0;font-size:22px;line-height:26px}.team-stats{margin-right:-15px;margin-bottom:-10px;margin-left:-15px;padding-right:15px;padding-left:15px;border-top:1px solid #eee}.stats-group{display:table;table-layout:fixed;width:100%}.stats-group-stat{display:table-cell;padding-top:10px;padding-bottom:10px;padding-left:15px;font-size:12px;color:#999;text-transform:uppercase}.stats-group-stat:hover,.stats-group-stat:hover .stat-number{color:#4183c4;text-decoration:none}.stats-group-stat:first-child{padding-left:0;border-right:1px solid #eee}.stats-group-stat.no-link:hover{color:#999}.stats-group-stat.no-link:hover .stat-number{color:#333}.stat-number{display:block;color:#333;font-size:16px}.team-description-form{width:100%;margin-top:10px;margin-bottom:20px}.team-description-field{width:100%;height:100px;margin-bottom:10px;font-size:14px}.team-actions .octicon{margin-right:0}.team-actions-form{display:inline-block}.org-team-sidebar{float:left;width:280px}.org-team-sidebar .team-note{color:#777;font-size:13px;text-align:center}.org-team-sidebar .team-note .note-emphasis{color:#333}.org-team-main{float:right;width:660px}.owners-member-title{margin-top:10px;margin-bottom:0;font-size:18px;color:#777;font-weight:normal}.owners-notice{background-color:#f0f8ff}.owners-notice-title{margin-top:0;margin-bottom:0;font-size:18px}.owners-notice-link{margin-top:10px}.team-member-list{list-style:none}.team-member-list .team-member-content{margin-left:50px}.team-member-list .team-member-username{font-weight:bold;margin:0;font-size:14px;line-height:20px}.team-member-list .team-member-description{color:#777;margin:0;font-size:14px;line-height:20px}.team-member-list .label-admin,.team-member-list .label-limited-member{cursor:default}.team-member-list .manage-team-member{float:right;margin-top:10px}.team-member-list .manage-team-member .select-menu-modal{width:225px;left:-176px}.team-member-list .manage-team-member .select-menu-item.disabled{color:#bbb;cursor:not-allowed}.team-member-list .manage-team-member .select-menu-item .button-link{width:100%;margin-left:0;color:#bd2c00}.team-member-list .manage-team-member .navigation-focus.disabled{color:#bbb;background-color:#fff}.team-member-list .manage-team-member .navigation-focus .button-link{color:#fff;text-decoration:none}.team-member-list-avatar{float:left;margin-right:10px}.org-team-form{width:440px;margin:0 auto}.org-team-form .disabled{opacity:0.5}.org-validate-group{position:relative}.org-validate-group .octicon,.org-validate-group .spinner{position:absolute;top:9px;right:10px}.org-validate-group .octicon-check{color:#6cc644}.org-validate-group .octicon-alert{color:#bd2c00}.team-members{margin-bottom:20px}#team-member-container .table-list{border-bottom:0}.member-remove-confirm-container .private-fork-count{margin-top:0;color:#777;font-weight:normal;font-size:12px}.member-remove-confirm-container .deleting-private-forks-warning{position:relative;padding-left:26px}.member-remove-confirm-container .deleting-private-forks-warning .octicon{position:absolute;top:2px;left:0;color:#bd2c00}.member-remove-confirm-list-container{border:1px solid #eaeaea;border-radius:3px;margin-bottom:15px}.member-remove-confirm-list{margin-left:0;margin-bottom:0;padding-left:0;max-height:182px;overflow:auto}.member-remove-confirm-item{font-size:14px;font-weight:bold;margin:0;padding:10px;border-top:1px solid #eaeaea}.member-remove-confirm-item:first-child{border-top:0}.org-blankslate{display:none}.org-section.is-empty .org-blankslate{display:block}.org-section .auto-search-group .spinner{display:inline-block}.org-section .auto-search-group .spinner.hidden{display:none}.manage-member-role{float:right}.manage-member-role .button-link,.manage-member-role .select-menu-item-text .description{font-weight:normal}.manage-member-role .button-link{color:#777;font-size:11px}.manage-member-role .select-menu-item-text .description{font-size:12px;line-height:16px}.manage-member-button{display:block;text-align:center}.manage-repo-access-wrapper{width:650px}.manage-repo-access-header{margin-top:30px;margin-bottom:30px}.manage-repo-access-header:before{display:table;content:""}.manage-repo-access-header:after{display:table;clear:both;content:""}.manage-repo-access-header .button{margin-top:8px}.manage-repo-access-avatar{float:left;margin-right:10px}.manage-repo-access-heading{margin-top:-2px;margin-bottom:0;font-weight:normal;font-size:24px}.manage-repo-access-lead{margin-top:0;margin-bottom:0}.manage-access-team-list{border-bottom:0}.manage-access-team-list-item:first-child .table-list-cell{border-top:0}.manage-access-team-info{padding-top:15px;width:350px}.manage-access-team-description{margin-top:3px;color:#777}.manage-access-team-meta{padding-top:25px;padding-bottom:25px;text-align:center}.manage-access-team-action{margin-right:10px;float:right;color:#999}.access-inactive{opacity:0.6}.access-inactive .manage-access-team-meta{padding-right:20px;text-align:right}.ldap-group-dn{display:block;color:#aaa;font-weight:normal}.ldap-import-groups-container .blankslate{display:none}.ldap-import-groups-container.is-empty .blankslate{display:block}.ldap-import-groups-container.is-empty .ldap-memberships-list{display:none}.ldap-import-groups-container .team-name-exists{display:none}.ldap-import-groups-container .is-exists .ldap-mention-as{color:#bd2c00}.ldap-import-groups-container .is-exists .team-name-exists{position:absolute;z-index:1;display:inline-block;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.ldap-memberships-list{margin-bottom:30px}.ldap-memberships-list .table-list-cell{font-size:13px;padding-bottom:10px;padding-top:10px;vertical-align:middle}.ldap-memberships-list .table-list-cell:last-child{width:92px}.ldap-memberships-list .ldap-group-form{display:table;width:100%}.ldap-memberships-list .team-name-exists{bottom:-19px;left:10px}.ldap-memberships-list .ldap-list-team-name{width:380px}.ldap-memberships-list .ldap-group-dn{font-size:11px}.ldap-memberships-list .ldap-mention-as{width:260px}.ldap-memberships-list .edit{position:absolute;padding:10px;margin-left:-33px;color:#4183c4;cursor:pointer}.ldap-memberships-list .edit-fields{display:none}.ldap-memberships-list .is-editing .edit-hide{display:none}.ldap-memberships-list .is-editing .edit-fields{display:block}.ldap-memberships-list .is-editing .spinner{margin-left:15px;vertical-align:middle}.ldap-memberships-list .is-removing{opacity:0.25}.ldap-memberships-list .is-removing .edit{opacity:0.5}.team-name-field{height:33px}.ldap-import-form-actions{margin-top:30px}.is-importing .team-ldap-group-adder-button .spinner{display:inline;float:left}.team-ldap-group-adder{position:relative;float:left}.team-ldap-group-adder .team-name-exists{bottom:-27px}.team-ldap-group-adder .subnav-search-input{border-radius:4px 0 0 4px}.team-ldap-group-adder-button{border-radius:0 4px 4px 0;margin-left:-1px;width:90px}.team-ldap-group-adder-button .loading-indicator{display:none}#pending-invitations{display:none}.pending-team-invitations-link{display:block;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #eee}.invited .team-member-list{margin:-10px 0 0}.invited .team-member-list .list-item{padding:10px 0;border-bottom:1px solid #eee}.invited .team-member-list .list-item:before{display:table;content:""}.invited .team-member-list .list-item:after{display:table;clear:both;content:""}.invited .team-member-list .list-item:last-of-type{border:0}.invited .team-member-list .list-item .edit-invitation,.invited .team-member-list .list-item .cancel-invitation{margin-top:6px;float:right}.invited-banner{margin-top:10px;padding:10px;border:1px solid #eaeaea;border-radius:4px;background-color:#fff}.invited-banner:before{display:table;content:""}.invited-banner:after{display:table;clear:both;content:""}.invited-banner .minibutton{float:right;margin-left:5px;margin-top:-3px}.invited-banner p{color:#333;margin:0;font-size:15px}.invited-banner .inviter-link{color:#333;font-weight:bold}.invitation-container{width:600px;margin:40px auto;padding:20px;border:1px solid #ddd;border-radius:3px}.invitation-container h3{font-size:16px;font-weight:normal}.invitation-disclosure{position:relative;padding:10px 0 10px 24px;list-style:none;color:#777;text-align:center}.invitation-disclosure .octicon{color:#999;text-align:center;display:inline-block;margin-right:5px}.invitation-header{position:relative;text-align:center}.invitation-header .avatar{margin-bottom:20px}.invitation-header .invitation-title{font-size:18px;font-weight:normal;line-height:16px;margin:0}.invitation-header .inviter{font-size:13px;color:#999;margin:5px 0 10px}.invitation-footer{margin:40px 0 20px}.invitation-footer form{display:inline-block;margin-right:10px}.outline-box-group{border-radius:3px}.outline-box{padding:20px;border:solid 1px #d8d8d8}.outline-box:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.outline-box:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.outline-box+.outline-box{border-top:0}.outline-box-highlighted{background-color:#f7fafd;border-color:#c9d6e3}.owner-select-grid{margin-left:-8px}.owner-select-grid:before{display:table;content:""}.owner-select-grid:after{display:table;clear:both;content:""}.owner-select-target{float:left;padding:10px;margin:0 8px 10px;text-align:center;background-color:#f2f2f2;border-radius:3px}.owner-select-target .css-truncate-target{max-width:90px}.owner-select-target.disabled{color:#999;cursor:not-allowed}.owner-select-target.enabled{font-weight:bold;cursor:pointer}.owner-select-target.enabled .owner-select-avatar{opacity:1}.owner-select-target.enabled:hover{color:#fff;background-color:#4183c4}.owner-select-target.enabled:active{color:#fff;background-color:#3269a0}.owner-select-avatar{display:block;margin-bottom:9px;opacity:0.3}.owner-select-grid-no-facebox h2{padding-right:0;padding-left:0;margin-right:0;margin-left:0}.page-notice{margin:15px auto;width:400px;padding:20px;color:#333;font-size:14px;background:#fffeeb;border:1px solid #ddd;border-radius:3px}.page-notice h2{margin:0;font-size:16px;color:#000}.page-notice p:last-child{margin-bottom:0}#editor-body-buffer{display:none}#pages-composer{padding-bottom:5px;margin-bottom:20px;border-bottom:1px solid #eee}#pages-composer label{display:inline-block;margin-bottom:10px;font-size:16px}#pages-composer input{margin-bottom:15px}#pages-composer p{margin-top:-10px;margin-bottom:10px;color:#777}#pages-composer #gollum-editor-function-bar{margin-top:0}#pages-composer #gollum-editor{margin:0;padding:0;border:0}#pages-composer #gollum-editor-body{margin-top:10px}.gollum-readme{display:inline-block;margin-left:10px}#gollum-editor-function-bar #undo-load-readme{display:none}.theme-picker{margin-bottom:-1px;background-color:#fff;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.1)}.theme-picker>.container{position:relative;overflow:hidden;text-align:center}.theme-picker-thumbs{border-bottom:1px solid #eee}.theme-picker-footer{position:relative;padding-bottom:15px}.theme-toggle{width:32px;height:32px;color:#ccc;padding:0;background:none;border:0}.theme-toggle:hover{color:#0084c8;text-decoration:none}.theme-toggle.disabled,.theme-toggle.disabled:hover{color:#ccc;opacity:0.3;cursor:not-allowed}.theme-toggle-full-left,.theme-toggle-full-right{position:absolute;top:50px;width:32px;height:32px;overflow:hidden}.theme-toggle-full-left{left:0}.theme-toggle-full-right{right:0}.theme-selector{height:102px;margin:15px 46px;white-space:nowrap;overflow:hidden}.theme-selector-thumbnail{display:inline-block;padding:2px;border:1px solid #ddd;border-radius:3px}.theme-selector-thumbnail+.theme-selector-thumbnail{margin-left:15px}.theme-selector-thumbnail:hover{text-decoration:none;background-color:#f5f5f5}.theme-selector-thumbnail.selected{padding:3px;background-color:#4183c4;border:0}.theme-selector-thumbnail.selected .theme-selector-img{border:1px solid #fff}.theme-selector-img{display:block;width:126px;height:96px;border-radius:1px}.theme-selector-name{display:none}.theme-picker-spinner{position:absolute;top:16px;left:50%;margin-left:-16px;opacity:0;-webkit-transition:0.2s, opacity ease-in-out;transition:0.2s, opacity ease-in-out;background-color:#fff}.theme-picker-spinner.visible{opacity:1}.theme-picker-spinner.visible ~ .theme-picker-controls .theme-name{opacity:0}.theme-selector-actions{padding-top:15px;text-align:right}.theme-selector-actions:before{display:table;content:""}.theme-selector-actions:after{display:table;clear:both;content:""}.theme-selector-actions .page-edit,.theme-selector-actions .page-publish{display:inline-block;margin-left:5px}.theme-picker-view-toggle{float:left}.theme-picker-view-toggle .for-hiding{display:none}.theme-picker-view-toggle.open .for-hiding{display:inline}.theme-picker-view-toggle.open .for-showing{display:none}.theme-picker-controls{position:absolute;top:15px;left:50%;display:none;width:220px;margin-left:-110px;line-height:34px;text-align:center}.theme-picker-controls .theme-toggle{vertical-align:middle}.theme-name{display:inline-block;margin-left:10px;margin-right:10px;font-size:20px;vertical-align:middle;line-height:1}#page-preview{position:relative;z-index:-100;display:block;width:100%;height:100%;padding:0;background-color:#fff;border:0}.feed-icon a{display:block;width:18px;height:18px;background:#f37538;color:#fff;border-radius:3px;padding:1px;text-align:center}body.page-profile .select-menu-modal{width:130px}body.page-profile .select-menu-modal-holder{right:0}body.page-profile .tab-content{position:relative}body.page-profile .feed-icon{position:absolute;right:0;z-index:2}.profilecols .orgs h3{margin:0 0 5px;font-size:12px}.profilecols .orgs h3 a{font-weight:normal;margin-left:5px}.profilecols .tabnav{position:relative}.profilecols .tabnav .pagehead-actions{float:none;top:0}.profilecols .tabnav .pagehead-actions li.text{display:inline-block;margin-top:12px}.profilecols .tabnav .subnav li:first-child{margin-left:10px}.profilecols .repo-search{display:inline}.profilecols .filter-bar{position:relative;border-bottom:1px solid #ddd;background:#fff;padding:0 0 10px}.profilecols .filter-bar .new-repo{float:right;margin-left:15px}.profilecols .filter-bar .filter_input{width:260px}.profilecols .filter-bar .repo_filterer{float:right;margin-top:8px}.profilecols .filter-bar li{position:relative;float:right;list-style:none;margin-left:10px;font-size:14px}.profilecols .filter-bar li a{display:inline-block}.profilecols .filter-bar li .filter-selected{color:#000;font-weight:bold}.profilecols .blankslate{margin-top:30px}.vcard-avatar{position:relative;display:block}.vcard-avatar .avatar{border-radius:6px}.vcard-names{margin-top:5px;line-height:1}.vcard-fullname{display:block;overflow:hidden;width:100%;font-size:26px;line-height:30px;text-overflow:ellipsis}.vcard-username{display:block;overflow:hidden;width:100%;font-size:20px;font-style:normal;font-weight:300;line-height:24px;color:#666;text-overflow:ellipsis}.vcard-details{list-style:none;padding-top:15px;padding-bottom:15px;border-top:1px solid #eee}.vcard-detail{width:100%;padding:2px 0 2px 24px;overflow-x:hidden;white-space:nowrap;font-size:14px;text-overflow:ellipsis}.vcard-detail .octicon{float:left;width:16px;text-align:center;margin-left:-24px;color:#ccc}.vcard .staff-badge{position:relative;top:-1px;padding:2px 5px;font-size:10px;font-weight:bold;color:#fff;text-transform:uppercase;background-color:#4183c4;border-radius:3px}.developer-program-badge{display:block;padding-top:10px;padding-bottom:10px;color:#4183c4;border-top:1px solid #eee}.developer-program-badge .octicon-circuit-board{margin-right:7px;color:#ccc}.vcard-stats{margin-bottom:10px;padding-top:15px;padding-bottom:15px;text-align:center;border-top:1px solid #eee;border-bottom:1px solid #eee}.vcard-stats:before{display:table;content:""}.vcard-stats:after{display:table;clear:both;content:""}.vcard-stat{float:left;width:33.333%;font-size:11px;text-transform:capitalize}.vcard-stat-count{display:block;font-size:28px;font-weight:bold;line-height:1}.vcard-stat:hover{text-decoration:none}.vcard-stat:hover .text-muted{color:inherit}.new-user-avatar-cta{padding:8px 16px;margin-bottom:20px;background-color:#f1f6fb;color:#244f79;border:solid 1px #d0e5f8;border-radius:3px;font-size:14px}.new-user-avatar-cta .minibutton{float:right;margin-left:30px}.steps{display:table;margin:30px auto 0;padding:0;overflow:hidden;list-style:none;border:1px solid #ddd;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.05);width:750px}.steps li{display:table-cell;width:33.3%;padding:10px 15px;color:#ccc;cursor:default;border-left:1px solid #ddd;background-color:#fafafa}.steps li.current{background-color:#fff;color:#333}.steps li.current .mega-octicon{color:#4183c4}.steps li .mega-octicon{float:left;margin-right:15px;padding-bottom:5px}.steps li .step{display:block}.steps li:first-child{border-left:0}.steps .complete{color:#777}.steps .complete .mega-octicon{color:#6cc644}.prose-diff .show-rich-diff{cursor:pointer;color:#4183c4;text-decoration:none}.prose-diff .show-rich-diff:hover{text-decoration:underline}.prose-diff.collapsed .rich-diff-level-zero.expandable{cursor:pointer}.prose-diff.collapsed .rich-diff-level-zero.expandable .vicinity{display:block}.prose-diff.collapsed .rich-diff-level-zero.expandable .unchanged:not(.vicinity){display:none}.prose-diff.collapsed .rich-diff-level-zero.expandable:first-child::before{margin-top:1em}.prose-diff.collapsed .rich-diff-level-zero.expandable:before{font-family:"octicons";content:"\f039";color:#d3d3d3;display:block;text-align:center;font-size:24px;letter-spacing:2px;line-height:0;margin-top:1em;margin-bottom:1em;padding:0}.prose-diff.collapsed .rich-diff-level-zero.expandable:hover:before{color:#000}.prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:before{content:"Sorry, no visible changes to display.";color:#d3d3d3;font-size:18px}.prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover:before{color:#000}.prose-diff.collapsed .rich-diff-level-zero.expandable>.removed,.prose-diff.collapsed .rich-diff-level-zero.expandable>del{text-decoration:none;display:none}.prose-diff .markdown-body>ins{box-shadow:inset 4px 0 0 #7fcb5c}.prose-diff .markdown-body>del{box-shadow:inset 4px 0 0 #c94114;text-decoration:none}.prose-diff .markdown-body>ins,.prose-diff .markdown-body>del{display:block;border-radius:0}.prose-diff .markdown-body>ins>.rich-diff-level-zero,.prose-diff .markdown-body>ins>.rich-diff-level-one,.prose-diff .markdown-body>del>.rich-diff-level-zero,.prose-diff .markdown-body>del>.rich-diff-level-one{margin-left:15px}.prose-diff .markdown-body>ins:first-child *,.prose-diff .markdown-body>del:first-child *{margin-top:0}.prose-diff .rich-diff-level-zero.added{box-shadow:inset 4px 0 0 #7fcb5c}.prose-diff .rich-diff-level-zero.removed{box-shadow:inset 4px 0 0 #c94114}.prose-diff .rich-diff-level-zero.changed{box-shadow:inset 4px 0 0 #ffc045}.prose-diff .rich-diff-level-zero.unchanged,.prose-diff .rich-diff-level-zero.vicinity{margin-left:15px}.prose-diff .rich-diff-level-zero.added,.prose-diff .rich-diff-level-zero.removed,.prose-diff .rich-diff-level-zero.changed{display:block;border-radius:0}.prose-diff .rich-diff-level-zero.added>.rich-diff-level-one,.prose-diff .rich-diff-level-zero.removed>.rich-diff-level-one,.prose-diff .rich-diff-level-zero.changed>.rich-diff-level-one{margin-left:15px}.prose-diff .rich-diff-level-zero.added:first-child *,.prose-diff .rich-diff-level-zero.removed:first-child *,.prose-diff .rich-diff-level-zero.changed:first-child *{margin-top:0}.prose-diff :not(.changed)>:not(.github-user-ins):not(.github-user-del)>.removed,.prose-diff :not(.changed)>:not(.github-user-ins):not(.github-user-del)>del{text-decoration:none}.prose-diff .changed del,.prose-diff .changed del pre,.prose-diff .changed del code,.prose-diff .changed del>div,.prose-diff .changed .removed,.prose-diff .changed .removed pre,.prose-diff .changed .removed code,.prose-diff .changed .removed>div{text-decoration:line-through;color:#a33;background:#ffeaea}.prose-diff .changed ins,.prose-diff .changed ins code,.prose-diff .changed ins pre,.prose-diff .changed .added{background:#eaffea;border-bottom:1px solid MediumSeaGreen}.prose-diff>.markdown-body .github-user-ins{text-decoration:underline}.prose-diff>.markdown-body .github-user-del{text-decoration:line-through}.prose-diff>.markdown-body li ul.added{background:#eaffea}.prose-diff>.markdown-body li ul.removed{color:#a33;background:#ffeaea}.prose-diff>.markdown-body li ul.removed:not(.github-user-ins){text-decoration:line-through}.prose-diff>.markdown-body li.added.moved-up:before{font-family:"octicons";content:"\f03d ";color:#d3d3d3}.prose-diff>.markdown-body li.added.moved-down:before{font-family:"octicons";content:"\f03f ";color:#d3d3d3}.prose-diff>.markdown-body li.added.moved{background:#ffffea}.prose-diff>.markdown-body li.removed.moved{display:none}.prose-diff>.markdown-body pre{padding:10px 20px}.prose-diff>.markdown-body th.changed,.prose-diff>.markdown-body td.changed{border-left-color:#ddd;background:#ffffea}.prose-diff>.markdown-body :not(li.moved).removed{color:#a33;text-decoration:line-through;background:#ffeaea}.prose-diff>.markdown-body :not(.github-user-ins):not(li.moved).removed{text-decoration:line-through}.prose-diff>.markdown-body :not(li.moved).added,.prose-diff>.markdown-body li:not(.moved).added{background:#eaffea}.prose-diff>.markdown-body :not(.github-user-del):not(li.moved).added li:not(.moved):not(.github-user-del).added{text-decoration:none}.prose-diff>.markdown-body li:not(.moved).removed{color:#a33;background:#ffeaea}.prose-diff>.markdown-body li:not(.moved):not(.github-user-ins).removed{text-decoration:line-through}.prose-diff>.markdown-body .added,.prose-diff>.markdown-body ins+.added,.prose-diff>.markdown-body ins{border-bottom:0;border-top:0}.prose-diff>.markdown-body .added:not(.github-user-del):not(.github-user-ins),.prose-diff>.markdown-body ins+.added:not(.github-user-del):not(.github-user-ins),.prose-diff>.markdown-body ins:not(.github-user-del):not(.github-user-ins){text-decoration:none}.prose-diff>.markdown-body img.added,.prose-diff>.markdown-body img.removed{border-width:1px;border-style:solid}.prose-diff>.markdown-body ins pre:not(.github-user-del):not(.github-user-ins),.prose-diff>.markdown-body ins code:not(.github-user-del):not(.github-user-ins),.prose-diff>.markdown-body ins>div:not(.github-user-del):not(.github-user-ins){text-decoration:none}.prose-diff>.markdown-body ul>ins,.prose-diff>.markdown-body ul>del{display:block;padding:0}.prose-diff>.markdown-body .added>li,.prose-diff>.markdown-body .removed>li{margin-top:0;margin-bottom:0}span.changed_tag,em.changed_tag,strong.changed_tag,b.changed_tag,i.changed_tag,code.changed_tag{border-bottom:1px dotted #808080;border-radius:0}a.added_href,a.changed_href,span.removed_href{border-bottom:1px dotted #808080;border-radius:0}.diff-view .file-type-prose .rich-diff{display:none}.diff-view .file-type-prose.display-rich-diff .rich-diff{display:block}.diff-view .file-type-prose.display-rich-diff .file-diff{display:none}.pull-request-tab-content{display:none}.pull-request-tab-content.is-visible{display:block}.discussion-timeline p.explain{margin:0;font-size:12px}.pull-request-ref-restore{display:none}.pull-request-ref-restore .animated-ellipsis-container{line-height:16px}.pull-request-ref-restore-text{display:block}.pull-discussion-timeline.is-pull-restorable .pull-request-ref-restore.last{display:block}.bubble{border-radius:3px;border:3px solid #eee}.bubble .file-box{margin-bottom:0}.signed-out-comment{margin-top:15px;margin-left:64px;padding:15px;background-color:#fff9ea;border:solid 1px #dfd8c2;border-radius:3px}.signed-out-comment .button{vertical-align:baseline;margin-right:3px}.inline-comment-form .signed-out-comment{margin:5px;padding:0;background-color:transparent;border:0}.status:before{opacity:0.6}.status:hover{text-decoration:none}.status:hover:before{opacity:1}.status-unknown{color:#999}.status-error{color:#666}.status-failure{color:#bd2c00}.status-pending{color:#cea61b}.status-success{color:#6cc644}.stale-files-tab{display:none;margin-bottom:10px}.files-bucket{margin-bottom:15px}.files-bucket.is-stale .stale-files-tab{display:block}.pull-request-link{float:left;margin-right:5px;font-size:13px;font-weight:bold;padding:0 8px;height:26px;line-height:26px;border:1px solid rgba(65,131,196,0.5);border-radius:3px}.pull-request-link:hover{background:#4183c4;border-color:#4183c4;color:#fff;text-decoration:none}.header-with-actions{position:relative}.header-with-actions h3{margin-top:5px}.header-with-actions .select-menu{float:right;margin-top:-5px}.header-with-actions .select-menu-modal-holder{right:0}.header-with-actions .select-menu-modal{width:140px}.pulse-blankslate{margin-top:20px}.diffstat-summary{font-size:16px;vertical-align:middle;border-radius:3px;color:#777;line-height:1.8;text-align:left;padding:0 20px 0 0}.diffstat-summary a{color:#555}.diffstat-summary strong{color:#333}.pulse-graph{border-bottom:1px solid #eee;float:left;width:50%;padding:15px 15px 0}.pulse-graph:first-child{border-right:1px solid #eee}.authors-and-code .insertions{color:#6cc644}.authors-and-code .deletions{color:#bd2c00}.authors-and-code .section{height:150px;display:table-cell;width:459px}.pulse-authors-graph{position:relative;height:150px}.pulse-authors-graph>svg{width:100%}.pulse-authors-graph .dots{position:absolute;top:40px;left:0;right:0;margin:0 auto;width:64px;height:64px}.pulse-authors-graph .bar rect{fill:#f93;fill-opacity:0.7}.pulse-authors-graph .bar rect:hover{fill-opacity:1}.summary-stats li{list-style-type:none;display:table-cell;margin:0;width:229px;text-align:center;color:#999;border-left:1px solid #eee}.summary-stats li a{display:block;text-decoration:none;color:#999;padding-bottom:10px}.summary-stats li a:hover{background:#fafafa}.summary-stats li .octicon-git-pull-request{color:#6e5494}.summary-stats li .octicon-git-branch{color:#6cc644}.summary-stats li .octicon-issue-closed{color:#bd2c00}.summary-stats li .octicon-issue-opened{color:#6cc644}.summary-stats li:first-child{border-left:0;border-bottom-left-radius:3px}.summary-stats li .num{display:block;padding-top:10px;font-size:16px;font-weight:bold;color:#000}.pulse-sections{clear:both;margin-top:20px}.pulse-section{clear:both;padding:0;font-size:14px;color:#666}.pulse-section p{margin-top:20px}.radio-group:before{display:table;content:""}.radio-group:after{display:table;clear:both;content:""}.radio-label{padding:0 10px;height:34px;line-height:34px;padding-left:34px;border:1px solid #d9d9d9;margin-left:-1px;color:#333;cursor:pointer;float:left}:checked+.radio-label{z-index:1;position:relative;border-color:#4183c4}.radio-label .octicon{padding-right:5px}.radio-label:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px;margin-left:0}.radio-label:last-of-type{border-top-right-radius:3px;border-bottom-right-radius:3px;padding-right:16px}.radio-input{position:absolute;height:34px;margin-left:12px;z-index:3}#readme.contributing>div{max-height:250px;overflow:auto}#readme .markdown-body,#readme .plain{background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:30px;word-wrap:break-word}#readme .plain pre{font-size:15px;white-space:pre-wrap}.file #readme .markdown-body{border:0;padding:30px;border-radius:0}.file #readme table[data-table-type="yaml-metadata"]{line-height:1;font-size:12px}.file #readme table[data-table-type="yaml-metadata"] table{margin:0}.user-recommendations-header{width:550px;margin-top:40px}.recommendations-intro-wrapper{height:96px}.recommendations-outro{padding:0 100px;color:#666;border:solid 1px #eee;border-radius:3px}.recommendations-complete{display:none;height:104px;padding:14px 20px;margin:30px 0 45px;font-size:16px;border:solid 1px #eee;border-radius:3px}.user-recommendations-form{margin:30px 0}.user-interests-label{display:block;margin-bottom:10px;font-size:17px;font-weight:bold}.user-interests-input[type="text"]{width:100%;min-height:40px;font-size:16px}.user-interests-examples-wrapper{height:21px;margin-top:13px}.user-interests-examples{margin:0;color:#777}.user-interests-examples a{color:#444}.user-interests-list-wrapper{height:41px}.skip-button-wrapper{display:block;text-align:center}.button-skip{height:30px;padding:0 12px;margin:0 auto;font-size:13px;font-weight:normal;line-height:30px;color:#666;background-color:transparent;background-image:none;border:1px solid rgba(0,0,0,0.1);border-radius:3px}.button-skip:hover{background-color:#f5f5f5;background-image:none;border-color:rgba(0,0,0,0.15)}.user-interests-list{width:100%;text-align:left;list-style:none}.user-interests-item{position:relative;float:left;height:41px;min-height:41px;padding:5px 8px 5px 10px;margin:8px;font-size:16px;line-height:30px;background-color:#f5f5f5;border-left:solid 10px #4183c4;border-radius:3px}.user-interests-item.hidden{visibility:hidden}.user-interests-item.loading{border-left:solid 10px #ddd}.user-interests-item .spinner{display:inline-block;width:16px;height:16px;position:relative;top:1px}.user-interests-item .octicon-x{color:#aaa}.user-interests-item .octicon-x:hover{color:#4183c4;text-decoration:none}.remove-user-interest-form{display:inline-block}.user-interests-item-remove{border:0;background-color:transparent;outline:none}.recommendations-wrapper{display:table;width:100%;margin-top:30px;border-collapse:collapse;border-top:solid 1px #eee}.recommendations-wrapper h2{margin-top:30px;font-size:18px}.recommendations-wrapper.disabled{color:#ccc}.recommendations-wrapper.no_users .recommendations-people{display:none}.recommendations-wrapper.only_repos_users .recommendations-guides,.recommendations-wrapper.only_repos_users .recommendations-showcases{display:none}.recommendations-wrapper.only_repos .recommendations-people,.recommendations-wrapper.only_repos .recommendations-guides,.recommendations-wrapper.only_repos .recommendations-showcases{display:none}.recommendations-left{display:table-cell;width:50%;padding-top:10px;padding-right:30px}.recommendations-right{display:table-cell;width:50%;padding-top:10px;padding-left:30px}.recommended-repos{min-height:500px;margin-top:20px;list-style:none}.recommended-repo-item{position:relative;padding-right:80px;padding-left:50px;margin-bottom:30px}.recommended-repo-item .starring-container{position:absolute;top:0;right:0;float:right}.recommended-repo-item .author-avatar{float:left;margin-top:5px;margin-left:-50px;border-radius:3px}.recommended-repo-item .repo-meta{margin-top:5px;font-size:13px;color:#999}.recommended-repo-item .meta-info{margin-right:10px}.recommended-repo-item .repo-title{margin-bottom:4px;font-size:23px}.recommended-repo-item .repo-title .repo-author{font-weight:normal}.recommended-repo-item .repo-title .separator{margin:0 3px;font-weight:normal;color:#666}.recommended-repo-item .repo-description{margin-bottom:4px;font-size:15px;line-height:1.4}.recommended-repo-item.placeholder .author-avatar{width:40px;height:40px;border:dashed 2px #ccc}.recommended-repo-item.placeholder .repo-info{position:relative;top:4px;display:block;height:100px;border:dashed 2px #ccc;border-radius:3px}.language-circle{position:relative;top:-2px;display:inline-block;width:12px;height:12px;vertical-align:middle;border-radius:50%}.recommended-guides{margin-top:22px;list-style:none}.recommended-guide-item{margin-bottom:10px;font-size:23px}.recommended-guide-item .mega-octicon{position:relative;top:-2px;color:#aaa;vertical-align:middle}.recommended-guide-item.placeholder{height:48px;border:dashed 2px #ccc;border-radius:3px}.recommended-people-wrapper{display:table;width:100%;border-collapse:collapse}.recommended-people-left,.recommended-people-right{display:table-cell;width:48%}.recommended-people-left{padding-right:2%}.recommended-people-right{padding-left:2%}.recommended-people{list-style:none}.recommended-person-item{padding-left:50px;margin-bottom:20px;font-size:18px}.recommended-person-item .user-following-container{margin-top:5px}.recommended-person-item .avatar{position:relative;top:5px;float:left;margin-left:-50px}.recommended-person-item .person-meta{margin-top:4px;font-size:13px;color:#999}.recommended-person-item .meta-info{margin-right:10px}.recommended-person-item.placeholder .avatar{width:40px;height:40px;border:dashed 2px #ccc}.recommended-person-item.placeholder .person-placeholder{position:relative;top:5px;display:inline-block;width:140px;height:40px;border:dashed 2px #ccc;border-radius:3px}.recommended-showcase-link{display:table;float:left;width:48%;margin-bottom:4%;color:#fff}.recommended-showcase-link:nth-child(2n+1){margin-left:4%}.recommended-showcase{display:table-cell;height:100px;font-size:16px;text-align:center;vertical-align:middle;border-radius:3px}.releases-tag-list{width:100%;margin-bottom:20px;border-top:1px solid #eee}.releases-tag-list tr{border-bottom:1px solid #eee}.releases-tag-list td{padding:12px 0;vertical-align:top}.releases-tag-list td.date{padding-right:10px;white-space:nowrap}.releases-tag-list td.date a{color:#999}.releases-tag-list td.main{padding-right:10px}.releases-tag-list td.ancillary{white-space:nowrap;text-align:right}.releases-tag-list h4{margin:0;font-size:14px}.releases-tag-list p{margin:0;color:#999;font-size:13px}.releases-tag-list p a{color:#666;font-weight:bold}.tag-info h3{margin-top:0;margin-bottom:0;font-size:14px;line-height:20px}.tag-info h3 a{color:#666}.tag-info h3 a .tag-name{color:#000}.tag-references{margin:0;list-style-type:none;font-size:13px}.tag-references>li{margin-right:10px;display:inline-block}.tag-references>li.commit{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;line-height:20px}.tag-references>li a{color:#999;text-decoration:none}.tag-references>li a:hover{color:#4183c4}.release-downloads{margin:15px -5px 0;list-style-type:none}.release-downloads li{display:inline-block;margin:5px}.release-timeline{position:relative;border-top:1px solid #eee}.release-timeline-tags{list-style-type:none}.release-timeline-tags>li{display:block}.release-timeline-tags>li:before{display:table;content:""}.release-timeline-tags>li:after{display:table;clear:both;content:""}.release-timeline-tags .date,.release-timeline-tags .main{position:relative;float:left;padding:20px}.release-timeline-tags .main{width:80%;border-left:2px solid #eee}.release-timeline-tags .date{width:20%;line-height:40px;text-align:right;color:#999;padding-left:0}.release-timeline-tags .date:after{-moz-box-sizing:border-box;box-sizing:border-box;content:" ";display:block;position:absolute;top:50%;right:-7px;z-index:10;width:12px;height:12px;margin-top:-6px;background-color:#eee;border:2px solid #fff;border-radius:6px}.release-timeline-tags .octicon-tag{padding-left:5px;color:#ccc}.release-timeline-tags .expander{position:relative;display:none}.release-timeline-tags .expander .date{padding-right:35px;line-height:20px}.release-timeline-tags .expander .date:after{display:none}.release-timeline-tags .expander .main{padding-left:35px;line-height:20px}.release-timeline-tags.is-collapsed .expander{display:block}.release-timeline-tags.is-collapsed>.collapsable{display:none}.release-timeline-tags .expander-dots{position:absolute;top:18px;left:-22px;width:44px;text-align:center;background-color:#eee;border:2px solid #fff;border-radius:4px;z-index:10;cursor:pointer}.release-timeline-tags .expander-dots .expander-dot{display:inline-block;margin-top:-2px;width:4px;height:4px;vertical-align:middle;border-radius:2px;background-color:#999}.release-timeline-tags .expander-text{font-weight:bold;color:#666;cursor:pointer}.release-timeline-tags .expander-text:hover{color:#4183c4}.release-timeline-tags .expander-text:hover .expander-dots{background-color:#4183c4}.release-timeline-tags .expander-text:hover .expander-dots .expander-dot{background-color:#fff}.release:before{display:table;content:""}.release:after{display:table;clear:both;content:""}.release .tag-references{margin-top:8px}.release .tag-references>li{display:block;margin:0 0 5px}.release-meta{float:left;width:20%;padding:40px 20px;text-align:right;vertical-align:top}.release-body{float:left;width:80%;padding:40px 20px;border-left:2px solid #eee}.release-body .commit-desc pre{white-space:pre-line}.release-title{margin:0 60px 0 0}.release-edit{float:right}.release-authorship{margin-top:5px;margin-bottom:20px;font-size:14px;color:#999}.release-authorship a{font-weight:bold;color:#666}.release-label{display:inline-block;margin-top:1px;margin-bottom:10px;padding:5px 10px;font-size:14px;font-weight:bold;color:#fff;background-color:#000;border-radius:3px}.release-label.latest{background-color:#6cc644}.release-label.draft{background-color:#bd2c00}.release-label.prerelease{background-color:#f93}.release-label a{color:#fff}.tag-detail{margin:20px 0;padding:12px 0 0 50px;border-top:1px solid #ddd}.tag-detail .octicon-tag{float:left;margin:10px 0 0 -50px;color:#bbb}.tag-detail h2{margin:10px 0 5px;font-size:20px;font-weight:normal}.tag-detail h2 .tag-name{font-weight:bold}.tag-detail p{margin:0 0 15px;font-size:16px;color:#999}.tag-detail .rule{margin-top:25px;border-color:#eee}.tag-detail .downloads .minibutton{margin-right:10px}.tag-detail .downloads .octicon{margin-right:0;vertical-align:0}.tag-detail .tag-references{margin:15px 0;font-size:14px;font-weight:bold}.tag-detail .tag-references>li{margin-right:20px}.tag-detail .tag-references>li a{color:#4183c4}.new-release .sidebar h3{margin:40px 0 -10px;font-size:14px}.new-release .sidebar h3:first-child{margin-top:15px}.new-release .default,.new-release .saved,.new-release .saving,.new-release .error{display:none}.new-release .error{color:#bd2c00}.new-release .is-default .default{display:inline-block}.new-release .is-saving .saving{display:inline-block}.new-release .is-saving .saving img{vertical-align:top}.new-release .is-saved .saved{display:inline-block}.drop-target .mega-octicon{vertical-align:middle;color:#e5e5e5}.drop-target p{padding:16px 0;height:65px;font-size:14px;text-align:center;border-color:#ddd;border-style:dashed}.drop-target .octospinner{vertical-align:middle}.uploaded-files{background:#fff;border-top-right-radius:3px;border-top-left-radius:3px}.uploaded-files.not-populated+.drop-target p{border-top-right-radius:3px;border-top-left-radius:3px;border-top:dashed 1px #ccc}.uploaded-files.is-populated{border:1px solid #ddd;border-bottom-color:#e5e5e5}.uploaded-files.is-populated+.drop-target p{border-top-right-radius:0;border-top-left-radius:0;border-top:0}.uploaded-files>li{list-style-type:none;margin:0;padding:8px 10px;border-top:1px solid #eee;line-height:22px}.uploaded-files>li.template{display:none}.uploaded-files>li .delete-pending{display:none}.uploaded-files>li.delete{background:#f9f9f9;color:#999}.uploaded-files>li.delete:nth-child(2){border-top-right-radius:3px;border-top-left-radius:3px}.uploaded-files>li.delete .delete-pending{display:block}.uploaded-files>li.delete .live{display:none}.uploaded-files>li.delete .filename{color:#bd2c00}.uploaded-files>li:nth-child(2){border-top:0}.uploaded-files .filename{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:11px}.uploaded-files .filesize{font-size:12px;color:#999}.uploaded-files input[type=text]{width:490px;margin-right:6px;padding:2px 4px;border-radius:2px}.uploaded-files .remove{float:right;margin-top:2px;color:#999}.uploaded-files .remove:hover{color:#bd2c00}.uploaded-files .undo{float:right}.upload-progress{background:#fff;border:0;border-radius:30px;box-shadow:0 1px 1px #fff,inset 0 1px 1px rgba(255,255,255,0.5);height:3px;margin-top:3px;position:relative}.upload-progress .upload-meter{background-color:#58b8f4;background-image:-webkit-linear-gradient(#8dd2f7, #58b8f4);background-image:linear-gradient(#8dd2f7, #58b8f4);background-repeat:repeat-x;border-radius:30px;height:100%;position:absolute;top:0}.release-body-form .previewable-comment-form .comment-form-head.tabnav{padding:0;background-color:transparent}.release-body-form .previewable-comment-form .write-content,.release-body-form .previewable-comment-form .preview-content{padding:0 0 10px}.release-tag-form .for-loading,.release-tag-form .for-empty,.release-tag-form .for-valid,.release-tag-form .for-invalid,.release-tag-form .for-duplicate,.release-tag-form .for-pending{display:none}.release-tag-form.is-loading .for-loading{display:block}.release-tag-form.is-empty .for-empty{display:block}.release-tag-form.is-valid .for-valid{display:block}.release-tag-form.is-invalid .for-invalid{display:block}.release-tag-form.is-duplicate .for-duplicate{display:block}.release-tag-form.is-pending .for-pending{display:block}.release-target-wrapper{display:inline-block}.release-target-wrapper.hidden{display:none}.releases-target-menu{display:inline-block;margin-left:5px}.releases-target-menu .minibutton{line-height:32px}.releases-target-menu .select-menu-button:before{top:14px}.release-show{border-top:1px solid #eee}.release-show .release-edit{display:none}.render-container{background:#ddd;text-align:center;padding:30px;line-height:0}.render-container .render-viewer{border:0;display:none;width:100%;height:100%}.render-container .octospinner{display:none}.render-container .render-viewer-error,.render-container .render-viewer-fatal,.render-container .render-viewer-invalid{display:none}.render-container.is-render-automatic .octospinner{display:inline-block}.render-container.is-render-requested .octospinner{display:inline-block}.render-container.is-render-requested.is-render-failed .render-viewer-error{display:inline-block}.render-container.is-render-requested.is-render-failed .render-viewer,.render-container.is-render-requested.is-render-failed .render-viewer-fatal,.render-container.is-render-requested.is-render-failed .render-viewer-invalid,.render-container.is-render-requested.is-render-failed .octospinner{display:none}.render-container.is-render-requested.is-render-failed-fatal .render-viewer-fatal{display:inline-block}.render-container.is-render-requested.is-render-failed-fatal .render-viewer,.render-container.is-render-requested.is-render-failed-fatal .render-viewer-error,.render-container.is-render-requested.is-render-failed-fatal .render-viewer-invalid .octospinner{display:none}.render-container.is-render-requested.is-render-failed-invalid .render-viewer-invalid{display:inline-block}.render-container.is-render-requested.is-render-failed-invalid .render-viewer,.render-container.is-render-requested.is-render-failed-invalid .render-viewer-error,.render-container.is-render-requested.is-render-failed-invalid .render-viewer-fatal,.render-container.is-render-requested.is-render-failed-invalid .octospinner{display:none}.render-container.is-render-ready.is-render-requested:not(.is-render-failed){background:none;height:500px;padding:0}.render-container.is-render-ready.is-render-requested:not(.is-render-failed) .render-viewer{display:block}.render-container.is-render-ready.is-render-requested:not(.is-render-failed) .render-viewer-error,.render-container.is-render-ready.is-render-requested:not(.is-render-failed) .render-viewer-fatal,.render-container.is-render-ready.is-render-requested:not(.is-render-failed) .octospinner{display:none}.render-notice{padding:20px 15px;font-size:14px;color:#4c4a42;background-color:#fff9ea;border-color:#dfd8c2}.pagehead.repohead.mirror h1,.pagehead.repohead.fork h1{margin-top:-5px;margin-bottom:15px;height:auto}.pagehead.repohead h1{color:#666;padding-left:34px;position:relative;float:left}.pagehead.repohead h1.private .mega-octicon:before{color:#e9dba5}.pagehead.repohead h1 .octicon-lock,.pagehead.repohead h1 .octicon-repo,.pagehead.repohead h1 .octicon-mirror,.pagehead.repohead h1 .octicon-repo-forked,.pagehead.repohead h1 .octicon-gist,.pagehead.repohead h1 .octicon-gist-secret{position:absolute;left:0;top:12px;line-height:32px;margin-top:-13px;color:#bbb}.pagehead.repohead .octicon-mirror{left:-3px}.pagehead.repohead .octicon-lock{top:10px}.pagehead.repohead span.fork-flag,.pagehead.repohead span.mirror-flag{display:block;font-size:11px;line-height:10px;white-space:nowrap}.mini-repo-list{list-style:none}.mini-repo-list>li:first-child .mini-repo-list-item{border-top:0}.mini-repo-list>li:last-child .mini-repo-list-item{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.mini-repo-list .no-repo{padding:15px;color:#999;text-align:center}.mini-repo-list .repo-name{font-weight:bold}.mini-repo-list-item{position:relative;display:block;padding:6px 64px 6px 30px;font-size:14px;border-top:1px solid #e5e5e5}.mini-repo-list-item:hover{text-decoration:none}.mini-repo-list-item:hover .repo,.mini-repo-list-item:hover .owner{text-decoration:underline}.mini-repo-list-item .repo-icon{float:left;margin-top:2px;margin-left:-20px;color:#666}.mini-repo-list-item .repo-and-owner{max-width:220px}.mini-repo-list-item .owner{max-width:110px}.mini-repo-list-item .repo{font-weight:bold}.mini-repo-list-item .stars{position:absolute;top:0;right:10px;margin-top:6px;font-size:12px;color:#888}.mini-repo-list-item .repo-description{display:block;max-width:100%;font-size:12px;color:#777;line-height:21px}.popular-repos .mini-repo-list-item .stars{margin-top:16px}.popular-repos .no-description .mini-repo-list-item{padding-top:17px;padding-bottom:16px}.private .mini-repo-list-item{background-color:#fff9ea}.private .mini-repo-list-item .repo-icon{color:#a1882b}.filter-bar{padding:10px;background-color:#fafafa;border-bottom:1px solid #e5e5e5}.filter-bar:before{display:table;content:""}.filter-bar:after{display:table;clear:both;content:""}.filter-bar .filter-input{width:100%;min-height:26px;padding:3px 10px;font-size:11px;border-radius:12px}.user-repos .filter-bar{text-align:center}.filter-repos{padding-bottom:0}.repo-filterer{display:inline-block;margin-top:6px;list-style:none}.repo-filterer li{display:inline-block}.repo-filterer .repo-filter{display:inline-block;padding:5px 5px 6px;margin-right:5px;font-size:11px;color:#777;border-bottom:2px solid transparent}.repo-filterer .repo-filter:hover{text-decoration:none;border-bottom-color:#e5e5e5}.repo-filterer .repo-filter.filter-selected{color:#333;text-decoration:none;border-bottom-color:#d26911;outline:none}.more-repos{text-align:center;box-shadow:inset 0 1px 0 #e5e5e5}.more-repos img{margin:11px auto}.more-repos-link{display:block;padding:10px;color:#7ba9d6}.more-repos-link:hover{color:#4183c4;text-decoration:none}.more-repos-link.is-loading{text-indent:-9999px;cursor:default;background-image:url(/assets/spinners/octocat-spinner-16px-02c482dbba2151bb2d7a30af56d0c7513f12449d504f7a57f200d9e534b112ff.gif);background-repeat:no-repeat;background-position:center center}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.more-repos-link.is-loading{background-image:url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif);background-size:16px 16px}}.empty-repo{font-size:14px}.empty-repo .url-box{display:block;width:100%;height:auto;padding:0;margin:0;border:0}.empty-repo .clone-urls{width:100%}.empty-repo .or-text{margin-right:5px;margin-left:5px}.empty-repo-setup-option .copyable-terminal-content{font-size:14px}.empty-repo-setup-option h3{margin-top:0}.empty-repo-setup-option p:last-child{margin-bottom:0}#change_default_branch{clear:left}#change_default_branch dt,#change_default_branch dd{float:left}#change_default_branch dt{margin:0 30px 0 0}.timeout{width:auto;height:300px;padding:0;margin:20px 0;background-color:transparent;border:0}.timeout h3{padding-top:100px;color:#999}.repo-container{min-height:345px}.repo-nav .counter{display:none}.repo-nav .full-word{display:none}.with-full-navigation .repo-nav .counter{display:block}.with-full-navigation .repo-nav .full-word{display:inline-block;width:128px;vertical-align:top}.only-with-full-nav{display:none}.with-full-navigation .only-with-full-nav{display:block}.repository-with-sidebar:before{display:table;content:""}.repository-with-sidebar:after{display:table;clear:both;content:""}.repository-with-sidebar .repository-sidebar{float:right;width:38px}.repository-with-sidebar .repository-sidebar .sidebar-button{width:100%;margin:0 0 10px;text-align:center}.repository-with-sidebar .repository-sidebar h3{margin-bottom:5px;font-size:11px;font-weight:normal;color:#999}.repository-with-sidebar .repository-sidebar .clone-url{display:none;margin-top:-5px}.repository-with-sidebar .repository-sidebar .clone-url.open{display:block}.repository-with-sidebar .repository-sidebar .clone-options{margin:8px 0 15px;font-size:11px;color:#666}.repository-with-sidebar .repository-sidebar .clone-options .octicon-question{position:relative;bottom:1px;font-size:11px;color:#000;cursor:pointer}.repository-with-sidebar .repository-content{float:left;width:920px}.repository-with-sidebar.with-full-navigation .repository-content{width:790px}.repository-with-sidebar.with-full-navigation .repository-sidebar{width:170px}.repository-with-sidebar.with-full-navigation .sunken-menu-group .tooltipped:before,.repository-with-sidebar.with-full-navigation .sunken-menu-group .tooltipped:after{display:none}.overall-summary{position:relative;margin-bottom:10px;border:1px solid #ddd;border-radius:3px}.overall-summary-bottomless{margin-bottom:0;border-bottom:0;border-radius:3px 3px 0 0}.numbers-summary li{display:table-cell;width:1%;padding:0;margin:0;text-align:center;white-space:nowrap;list-style-type:none}.numbers-summary a,.numbers-summary .nolink{display:block;padding:10px 0;color:#999;text-decoration:none}.numbers-summary .octicon{opacity:0.5}.numbers-summary a:hover{color:#4183c4}.numbers-summary a:hover .num{color:inherit}.repo-private-label{display:inline-block;padding:4px 5px 3px;font-size:11px;font-weight:300;line-height:11px;color:#a1882b;text-transform:uppercase;vertical-align:middle;background-color:#ffefc6;border-radius:3px}.repository-meta{margin:0 0 13px}.repository-meta:before{display:table;content:""}.repository-meta:after{display:table;clear:both;content:""}.repository-meta p{margin:0}.repository-meta .repository-description{display:inline;font-size:16px;color:#666;word-wrap:break-word}.repository-meta .repository-website{display:inline-block;font-size:16px}.repository-meta .edit-link{font-size:16px;color:#999}.repository-meta .edit-link a{color:#999}.repository-meta .repo-description-field{width:380px}.repository-meta .repo-website-field{width:270px}.repository-meta .edit-repository-meta{display:none;margin-bottom:5px}.repository-meta .edit-repository-meta .field{display:inline-block;margin-right:5px}.repository-meta .edit-repository-meta label{display:block;margin-bottom:6px;font-weight:bold;color:#333}.repository-meta.open .repository-description,.repository-meta.open .repository-website,.repository-meta.open .edit-link{display:none}.repository-meta.open .edit-repository-meta{display:block}.file-navigation:before{display:table;content:""}.file-navigation:after{display:table;clear:both;content:""}.file-navigation .select-menu,.file-navigation .button-group,.file-navigation .breadcrumb{margin-bottom:10px}.file-navigation.in-mid-page{margin-top:10px}.file-navigation .select-menu{margin-right:10px}.file-navigation .breadcrumb{float:left;margin-top:0}.file-navigation .button-group{margin-left:10px}.file-navigation .compare-button{margin-right:5px}.minibutton.compact .octicon{margin-right:2px}.iconbutton .octicon{margin-right:0}.file-wrap{margin-bottom:10px;border:1px solid #ddd;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.file-wrap .include-fragment-error{display:none}.file-wrap.is-error .include-fragment-error{display:table-row}table.files{width:100%;background:#f8f8f8;border-radius:2px}table.files td{padding:6px 3px;line-height:20px;border-top:1px solid #eee}table.files td.icon{width:17px;padding-right:2px;padding-left:10px;color:#777}table.files td.icon .octicon-file-directory{color:#80a6cd}table.files td.icon .spinner{position:relative;top:3px;display:none;margin-top:-3px;margin-left:-2px}table.files td .simplified-path{color:#888}table.files td .css-truncate{max-width:100%}table.files td.content{max-width:180px}table.files td.message{max-width:442px;padding-left:10px;overflow:hidden;color:#888}table.files td.message .emoji{vertical-align:top}table.files td.message a{color:#888}table.files td.message a:hover{color:#4183c4}table.files td.age{max-width:140px;padding-right:10px;color:#888;text-align:right;white-space:nowrap}table.files tr.is-loading td.icon .octicon{display:none}table.files tr.is-loading td.icon .spinner{display:inline-block}table.files tr.up-tree{border-bottom:1px solid #eee}table.files tr.up-tree a{padding:3px 6px;margin-left:-3px;font-weight:bold;border-radius:2px}table.files tr.up-tree a:hover{background-color:#eee}table.files tbody tr:first-child td{border-top:0}.branch-infobar{padding:8px 8px 7px;font-size:11px;font-weight:bold;color:#999;background:#fafafa;border:1px solid #ccc;border-top-left-radius:3px;border-top-right-radius:3px}.branch-infobar p{float:left;margin:0}.branch-infobar .lightweight-actions{float:right;list-style-type:none}.branch-infobar .lightweight-actions>li{display:inline-block;margin:0 0 0 10px}.branch-infobar .lightweight-actions>li a{color:#999;text-decoration:none}.branch-infobar .lightweight-actions>li a:hover{color:#333}.branch-infobar .lightweight-actions>li .octicon{font-size:14px;color:#bbb}.branch-infobar+.commit-tease{border-top:0;border-radius:0}.url-box{width:100%;margin-top:10px;margin-left:-10px;padding:10px 10px 0;border-top:1px solid #ddd;height:26px}.url-box p{float:left;margin:0 0 0 5px;height:26px;line-height:26px;font-size:11px;color:#666}.url-box p strong{color:#000}.clone-urls{display:table;float:left;width:585px}.clone-url-button{display:table-cell;width:1%;vertical-align:top}.clone-url-button:first-child a{border-top-left-radius:3px;border-bottom-left-radius:3px}.clone-url-button>a{position:relative;display:block;padding:0 9px;margin-right:-1px;font-size:11px;font-weight:bold;line-height:24px;color:#333;text-decoration:none;text-shadow:0 1px 0 #fff;background-color:#eaeaea;background-image:-webkit-linear-gradient(#fafafa, #eaeaea);background-image:linear-gradient(#fafafa, #eaeaea);background-repeat:repeat-x;border:1px solid #ccc;white-space:nowrap;cursor:pointer}.clone-url-button>a:hover,.clone-url-button>a:active{z-index:3;color:#fff;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#3072b3;background-image:-webkit-linear-gradient(#599bcd, #3072b3);background-image:linear-gradient(#599bcd, #3072b3);background-repeat:repeat-x;border-color:#2a65a0}.clone-url-button>a:active{background-color:#3072b3;background-image:none;border-color:#25588c;box-shadow:inset 0 3px 5px rgba(0,0,0,0.15)}.clone-url-button+.clone-url-button>a{box-shadow:inset 1px 0 0 #fff}.clone-url-button+.clone-url-button>a:hover{box-shadow:none}.clone-url-button+.clone-url-button>a:active{box-shadow:inset 0 3px 5px rgba(0,0,0,0.15)}.clone-url-button.selected>a,.clone-url-button.selected>a:hover{z-index:2;color:#333;text-shadow:0 1px 0 rgba(255,255,255,0.6);border-color:#bbb;background-image:none;background-color:#ccc;background-color:#d5d5d5;background-image:-webkit-linear-gradient(#ccc, #d5d5d5);background-image:linear-gradient(#ccc, #d5d5d5);background-repeat:repeat-x;box-shadow:inset 0 2px 3px rgba(0,0,0,0.075)}input.url-field{position:relative;width:100%;min-height:26px;padding:0 5px;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;border-radius:0}input.url-field:focus{z-index:2}.url-box-clippy .zeroclipboard-button{border-radius:0 3px 3px 0;border-left:0;margin-left:0 !important}.pagehead.repohead .select-menu-button.with-count{float:none}.pagehead.repohead .select-menu .social-count{float:right}.pagehead.repohead .select-menu .select-menu-modal-holder{z-index:25}.auth-overview .sum{font-weight:bold}.auth-section{padding:15px 0;border-top:1px solid #eee}.auth-section:first-child{border-top:0}.auth-section:last-child{padding-bottom:0}.auth-section .inline-error{color:#999}.audit-log-activity{height:75px}.audit-log-activity .audit-day rect{fill:#1db34f;shape-rendering:crispedges}.audit-log-activity .audit-day .bar-base{fill:#777}.audit-log-activity text{fill:#777;font-size:10px;text-anchor:middle}.audit-log-map-container{position:relative;margin-bottom:10px}.audit-log-map-container .activity{position:absolute;text-align:center;z-index:99999;top:120px;left:450px;display:none}.audit-log-map-container .is-graph-loading .activity{display:block}.audit-search-form{position:relative;margin-top:-8px;background:#fff;border-radius:2px}.audit-search-form:before{display:table;content:""}.audit-search-form:after{display:table;clear:both;content:""}.audit-search-form .subnav-search-input{width:390px}.audit-search-form .suggester-container{top:0;left:0}.audit-log-map{overflow:hidden;height:325px;border-radius:3px;box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2);background-color:#4183c4}.map-background{fill:#4183c4;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ie-grab;cursor:grab;pointer-events:all}.land{fill:none;stroke:#256aae;stroke-width:2;shape-rendering:crispedges}.country{cursor:pointer;fill:#d7c7ad;shape-rendering:crispedges}.country.hk{stroke:#a5967e}.country:hover{fill:#c8b28e}.country.active{fill:#f6e5ca}.borders{fill:none;stroke:#a5967e;shape-rendering:crispedges}.graticule{pointer-events:none;fill:none;stroke:#fff;stroke-opacity:0.2;shape-rendering:crispedges}.graticule :nth-child(2n){stroke-dasharray:2,2}.security-map-legend circle{stroke:#fff;stroke-width:1.5;fill-opacity:0}.security-map-legend text{fill:#fff;font-size:10px;text-anchor:end}.security-map-legend .link{stroke-width:1.5;stroke:#fff}.audit-point{pointer-events:none;fill:#bd2c00;fill-opacity:0.8;stroke:#bd2c00}.country-info{opacity:0;position:absolute;top:10px;right:10px;padding:10px;pointer-events:none;background:rgba(255,255,255,0.9);border-radius:2px}.audit-log-search{position:relative;margin-top:25px}.audit-log-search .member-info{width:500px}.audit-log-search .member-info .member-avatar{float:left;margin-right:15px}.audit-log-search .member-info .member-link{display:inline-block}.audit-log-search .member-info .member-list-avatar{margin-right:0}.audit-log-search .member-info .ghost{color:#777;display:inline-block}.audit-log-search .audit-action-info{margin-left:50px}.audit-log-search .audit-action-info a{color:#4183c4}.audit-log-search .blankslate{border-top-left-radius:0;border-top-right-radius:0}.audit-results-header{padding:15px 10px 15px 15px;border:1px solid #dcdcdc;border-bottom:0;background-color:#f7f7f7;border-top-left-radius:3px;border-top-right-radius:3px}.audit-results-header h2{display:inline-block;padding:0;margin:0;font-size:16px}.audit-search-clear{padding:10px;border:1px solid #e5e5e5;border-bottom:0}.audit-search-clear .issues-reset-query{margin-bottom:0}.audit-action-info{margin-top:3px;font-weight:normal;font-size:12px;color:#999}.audit-action-info .context{color:#333}.audit-type{width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.audit-type .octicon{float:left;margin-right:3px;font-weight:normal}.audit-type .repo{color:#f93}.audit-type .team{color:#6cc644}.audit-type .user{color:#6e5494}.audit-type .oauth_access{color:#bd2c00}.audit-type .hook{color:#e1bf4e}.context-loader-container .large-format-loader{position:fixed;top:0;left:0;bottom:0;right:0;padding-top:190px;background:rgba(255,255,255,0.8);z-index:9999;text-align:center;color:#999}.profile-picture{margin:10px 0 0}.profile-picture p{float:left;margin-top:7px}.profile-picture img{float:left;margin:0 10px 0 0;border-radius:3px}.app-owner{margin:10px 0 -10px}.edit-profile-avatar .drag-and-drop{padding:0;color:#666;border-width:0}.edit-profile-avatar input{cursor:pointer}.edit-profile-avatar.is-bad-file{border:0}.edit-profile-avatar .manual-file-chooser{position:absolute;top:0;left:0;width:146px;height:34px;margin-left:0;padding:0;cursor:pointer}.button-change-profile-picture{overflow:hidden}.croppable-avatar{display:none}.profile-picture-cropper{max-width:400px;text-align:center;margin:0 auto 15px}.profile-picture-cropper>img{max-width:100%}.profile-picture-cropper .jcrop-holder{display:inline-block}.profile-picture-spinner{display:inline-block;background-image:url(/assets/spinners/octocat-spinner-128-338974454bb5c32803e82f601beb051d373744b024fe8742a76009700fd7e033.gif);background-repeat:no-repeat;background-position:center;background-size:64px 64px}.profile-picture-spinner.hidden{display:none}.avatar-upload{float:left;width:340px;margin-left:20px}.avatar-upload .flash{width:100%;padding:30px 15px;border:dashed 1px #bd2c00;box-shadow:none}.avatar-upload .upload-state{display:none;padding:10px 0}.avatar-upload .upload-state p{margin:0;font-size:12px;color:#999}.avatar-upload .avatar-upload .octicon{display:inline-block}.is-default .avatar-upload .default{display:block}.is-uploading .avatar-upload .loading{display:block;padding:0}.is-uploading .avatar-upload .loading img{vertical-align:top}.is-uploading .avatar-upload .button-change-profile-picture{display:none}.is-bad-file .avatar-upload .bad-file{display:block;margin:0}.is-too-big .avatar-upload .too-big{display:block;margin:0}.is-bad-dimensions .avatar-upload .bad-dimensions{display:block;margin:0}.is-failed .avatar-upload .failed-request{display:block;margin:0}dl.new-email-form{padding:10px 10px 0;margin:0 -10px 10px;border-top:1px solid #e5e5e5}span.label.default{margin-left:4px;padding:4px 6px;background-color:#6cc644;color:#fff;border-radius:3px}span.label.visibility{margin-left:4px;padding:4px 6px;background-color:#999;color:#fff;border-radius:3px}.email-actions{float:right}.email-actions>span{float:left}.email-actions form{display:inline}.email-actions span.label{font-size:13px;color:#999;padding:0 10px}.email-actions .octicon-alert{color:#ca5633}.boxed-group .fork-flag{margin-left:16px;font-size:12px;color:#999}li.ssh-key{position:relative;line-height:18px;padding:15px}li.ssh-key .button{float:right;margin-top:4px}li.ssh-key .team-label-ldap{float:right}li.ssh-key .ssh-key-state-indicator{float:left;width:8px;height:8px;margin-top:10px;border-radius:5px}li.ssh-key .ssh-key-state-indicator.recent{background-color:#6cc644;box-shadow:0 0 10px rgba(108,198,68,0.5)}li.ssh-key .ssh-key-state-indicator.not-recent{box-shadow:0 1px 0 #fff;background-color:#ccc;background-image:-webkit-linear-gradient(#aaa, #ccc);background-image:linear-gradient(#aaa, #ccc);background-repeat:repeat-x}li.ssh-key .ssh-key-icon{float:left;width:32px;margin-top:1px;margin-left:15px;text-align:center}.ssh-key-details{position:relative;margin-left:70px;margin-right:150px}.ssh-key-details .ssh-key-title{display:block;max-width:360px}.ssh-key-fingerprint{display:block;font-weight:normal;color:#999}#notification-center .overview{padding:0 10px 10px;border-bottom:1px solid #ddd}.oauth-stats dl.keys{float:right;margin:0;text-align:right}.oauth-stats dl.keys dt{color:#999;font-weight:bold}.oauth-stats dl.keys dd{color:#333;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}.user-count{float:left;margin:12px 0 0;font-size:36px;color:#999;font-weight:300}.access-token-group .boxed-group-inner .help{margin-top:0}.access-token .zeroclipboard-link{display:inline-block}.access-token.new-token{background-color:rgba(108,198,68,0.1)}.access-token.new-token .octicon-check{color:#6cc644}.access-token .token-description{max-width:450px}.access-token .token{font-size:14px}.token-scope{display:inline-block;width:220px;margin:0;padding:5px 0 5px 20px;color:#333}.boxed-group.authorized-applications .boxed-action{color:#999;font-size:12px;line-height:25px}.callback-urls dl dd input[type=text]{width:100%}.callback-urls.has-many .callback-url-action-cell{display:table-cell}.callback-description{margin-top:20px}.callback-description .octicon{padding-left:0}.callback-url .label{display:none;width:64px;text-align:center}.callback-url.is-default-callback .label{display:inline-block}.callback-url.is-default-callback .button{display:none}.callback-url-wrap{display:table;width:100%}.callback-url-field-cell{display:table-cell}.callback-url-action-cell{display:none;width:70px;text-align:right}.boxed-group.application-show-group .logo-upload{float:right;width:142px;background-color:#eee;position:relative}.boxed-group.application-show-group .logo-upload a.delete{position:absolute;right:0;padding:5px;display:none}.boxed-group.application-show-group .logo-upload a.delete:hover{color:#bd2c00}.boxed-group.application-show-group .logo-box{border:1px solid #ccc;border-top-left-radius:3px;border-top-right-radius:3px;height:140px}.boxed-group.application-show-group .logo-box img{height:140px;width:140px;border-radius:2px 2px 0 0;display:none}.boxed-group.application-show-group .logo-placeholder{height:140px;width:140px;color:#999;text-align:center;text-shadow:0 1px 0 #fff}.boxed-group.application-show-group .logo-placeholder span{margin:45px 0 0}.boxed-group.application-show-group .logo-placeholder p{margin:0;font-size:16px}.boxed-group.application-show-group .has-uploaded-logo .logo-placeholder,.boxed-group.application-show-group .has-uploaded-logo .or{display:none}.boxed-group.application-show-group .has-uploaded-logo:hover a.delete{display:block}.boxed-group.application-show-group .has-uploaded-logo .logo-box img{display:block}.boxed-group.application-show-group dl.form>dd input[type="text"].wide{width:460px}.boxed-group.application-show-group dl.form>dd input[type="textarea"].short{height:50px;min-height:50px}.application-show-group .errored .note{display:none}.application-show-group .drag-and-drop{padding:8px 5px 7px;text-align:center}.application-show-group .drag-and-drop img{vertical-align:bottom;margin-bottom:1px}.application-show-group .drag-and-drop span{padding:0}.application-show-group .dragover .logo-box{box-shadow:#c9ff00 0 0 3px}.application-show-group .is-uploading .loading{display:block}.application-show-group .is-uploading .default{display:none}.application-show-group .is-failed .failed-request{display:block}.application-show-group .is-failed .default{display:none}.application-show-group .is-bad-file .bad-file{display:block}.application-show-group .is-bad-file .default{display:none}.application-show-group .is-too-big .file-too-big{display:block}.application-show-group .is-too-big .default{display:none}.application-show-group .is-default .default{display:block}.security-history .security-history-timestamp{float:right;color:#999}table.security-history-detail{width:100%;font-size:12px}table.security-history-detail td{max-width:200px;word-wrap:break-word}.org-two-factor .button{float:right;margin:10px 0 0 20px}.org-two-factor .flash-global{margin-top:0}.two-factor-disabled .flash-global{display:block}.settings-email .email-actions .settings-remove-email{float:right;margin-left:5px;padding-right:7px;padding-left:7px;line-height:24px;color:#bd2c00}.settings-email .email-actions .settings-disabled-remove-email{display:none}.settings-email:only-child .email-actions .settings-remove-email{display:none}.settings-email:only-child .email-actions .settings-disabled-remove-email{display:block;cursor:default;color:#999}.settings-email .octicon-info{padding-left:5px}.settings-email .public.label{display:inline}.settings-email .private.label{display:none}.settings-email.private .public.label{display:none}.settings-email.private .private.label{display:inline}#unsubscribe-from-newsletter .supportocat{float:left}#unsubscribe-from-newsletter .message{position:absolute;left:350px;top:50px}#unsubscribe-from-newsletter .message p{font-size:200%}.two-factor-intro{width:675px;margin:40px auto 0}.two-factor-intro .two-factor-graphic{margin:20px 0}.two-factor-intro .two-factor-explain{margin:0 0 40px;padding:0;font-size:13px;list-style:none}.two-factor-intro .two-factor-explain li{float:left;margin:0;padding:0}.two-factor-intro .two-factor-explain .step-one{width:185px;margin-right:36px}.two-factor-intro .two-factor-explain .step-two{width:230px;margin-right:42px}.two-factor-intro .two-factor-explain .step-three{width:180px}.two-factor-graphic{background-image:url(/assets/modules/settings/2fa_guide-3c188ba15910cb9b5de719af02485c4c05fe4f0b6bda9294033e3b259c4959c1.png);background-repeat:no-repeat;width:675px;height:135px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.two-factor-graphic{background-image:url(/assets/modules/settings/2fa_guide@2x-788aa5a06405e2b719c556b083ef305ac5a64f772a09eb43890fd478f5c5f927.png);background-size:675px 135px}}.yubicat-box .yubicat-device{margin-bottom:10px}.yubicat-box .yubicat-device .yubicat-device-success{margin-left:10px;color:#55a532}.yubicat-box .yubicat-device .yubicat-device-success .octicon{color:#6cc644}.yubicat-box .yubicat-device .yubicat-device-details{display:inline-block;vertical-align:middle;background-color:#e8f0f8;border-radius:3px;line-height:26px;color:rgba(0,0,0,0.5);padding:0 8px}.yubicat-box .yubicat-device .yubicat-device-details .yubicat-device-id{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-weight:bold}.yubicat-box .yubicat-device .yubicat-device-details .octicon{position:relative;top:1px}.yubicat-box .yubicat-device .yubicat-delete{text-decoration:none}.yubicat-box .yubicat-device .yubicat-delete .octicon{width:16px;text-align:center}.yubicat-box .yubicat-device.is-sending .yubicat-delete{display:none}.yubicat-box .yubicat-device.is-sending .spinner{position:relative;top:3px}.yubicat-box .new-yubicat{position:relative}.yubicat-box .new-yubicat .yubicat-otp-field{width:320px}.yubicat-box .new-yubicat .add-yubicat-form{display:none}.yubicat-box .new-yubicat.is-active .add-yubicat-link{display:none}.yubicat-box .new-yubicat.is-active .add-yubicat-form{display:block}.yubicat-box .new-yubicat.is-sending .spinner{position:absolute;top:8px;left:296px}.yubicat-box .new-yubicat.is-showing-error .fallback-error-message{display:block}.yubicat-box .new-yubicat .flash{padding:10px;margin-bottom:10px}.markdown-body .sms-or-app{width:100%;margin:0;padding:40px 0 0;border-top:1px solid #ddd}.markdown-body .sms-or-app:before{display:table;content:""}.markdown-body .sms-or-app:after{display:table;clear:both;content:""}.markdown-body .sms-or-app li{float:left;width:325px;padding:0;list-style:none}.markdown-body .sms-or-app li:first-child{margin-right:25px}.markdown-body .sms-or-app li .button{display:block;text-align:center;margin:10px 0;padding-top:12px;padding-bottom:12px;font-size:15px;height:100%;width:100%}.markdown-body .sms-or-app small{font-size:80%}.markdown-body .app-only{padding:20px 0 0}.markdown-body .app-only li{float:none;width:auto}.markdown-body .app-only li .button{display:inline-block;width:auto;padding-left:20px;padding-right:20px}.two-factor-setup-container{width:600px;margin:0 auto}.two-factor-setup-container .form label{font-style:normal}.two-factor-setup-container .form dd{margin:0;padding:0}.two-factor-setup-container .octicon-alert{color:#bd2c00}.two-factor-setup-container .error-icon{position:relative;left:5px;top:2px;color:#bd2c00}.two-factor-setup-container .sent-message{position:relative;left:5px;top:2px;color:#6cc644}.two-factor-setup-container .select-menu{float:left}.two-factor-setup-container .select-menu .minibutton{padding-top:4px;padding-bottom:4px;margin-right:5px}.two-factor-setup-container .select-menu .minibutton input[type="radio"],.two-factor-setup-container .select-menu .minibutton .country{display:none}.two-factor-setup-container .select-menu .minibutton .country-code{width:auto}.two-factor-setup-container .select-menu .select-menu-button:before{top:14px}.two-factor-setup-container .select-menu .country-code{display:inline-block;margin-right:8px;width:35px}.container.two-factor-toggle{width:700px}.two-factor-step-container{margin:0 0 20px;font-size:86.6667%}.two-factor-step-container .sms-form .form{margin-left:15px}.two-factor-step-container .form label{color:#777}.two-factor-step-container:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}.two-factor-step-container h4{margin:0;font-size:13px}.two-factor-step-container p:last-child{margin-bottom:0}.two-factor-toggle{margin-top:40px}.two-factor-toggle .two-factor-status{padding:20px 0;margin:0 0 20px;border-bottom:1px solid #eaeaea;color:#777}.two-factor-toggle .two-factor-status p{margin:0}.two-factor-toggle .two-factor-status button{position:relative;top:-3px;float:right;background:none;border:0;color:#4183c4;font-weight:normal}.two-factor-toggle .two-factor-on{margin-right:5px;padding:3px 5px;border-radius:2px;background-color:#6cc644;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.1)}.two-factor-settings-group{position:relative;margin:0 0 20px;padding:0 0 20px 220px;border-bottom:1px solid #ddd}.two-factor-settings-group h3{position:absolute;top:-15px;left:0;width:200px;font-size:14px}.two-factor-settings-group h3 .octicon{position:absolute;left:-24px;color:#bd2c00}.two-factor-settings-group li{list-style:none;line-height:1.5}.github-access-banner{position:relative;margin:0 0 20px;padding:10px 20px 10px 70px;border:1px solid #ddd;border-radius:3px;font-size:14px}.github-access-banner .mega-octicon{position:absolute;left:20px;top:20px;color:#bd2c00}#facebox .backup-list{margin:0;padding:10px;border:1px solid #dbdbdb;border-radius:3px;background:#fafafa;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:14px;line-height:1.4;text-align:left;box-shadow:inset 0 0 8px #eee}.error-icon,.spinner,.sent-message,.sms-error-message,.fallback-error-message,#text-code{display:none}.is-sending .spinner{display:inline-block}.is-sent .sent-message{display:inline-block}.is-not-sent .sms-error-message{display:block}.is-not-sent .error-icon{display:inline-block}.two-factor-secret{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:13px}.markdown-body .qr-code-table,.qr-code-table{width:auto;float:right;margin:0 0 0 40px;border:1px solid #ddd}.markdown-body .qr-code-table tr,.qr-code-table tr{background:transparent;border:0}.markdown-body .qr-code-table th,.markdown-body .qr-code-table td,.qr-code-table th,.qr-code-table td{border:0;padding:0}.markdown-body .qr-code-table td,.qr-code-table td{width:3px;height:3px}.markdown-body .qr-code-table .black,.qr-code-table .black{background:#000}.markdown-body .qr-code-table .white,.qr-code-table .white{background:#fff}.markdown-body .two-factor-actions{clear:both;padding:20px 0 0;margin:20px 0 0;border-top:1px solid #eaeaea;font-size:13px}.markdown-body .two-factor-actions ul{width:600px;margin:0;padding:0}.markdown-body .two-factor-actions li{list-style:none;display:inline-block;margin-right:10px}.two-factor-banner{position:relative;padding-left:60px;margin:40px auto;width:700px;background:#fff;border:1px solid #ddd;color:#444}.two-factor-banner:hover{border-color:#ddd}.two-factor-banner .mega-octicon{position:absolute;top:15px;left:15px;color:#bd2c00}.two-factor-banner h2{margin-top:0;line-height:32px}.two-factor-banner p{margin-top:0}.two-factor-mini-banner{display:block;width:100%;margin:0 0 20px;padding:15px 15px 15px 42px;background:#fff}.two-factor-mini-banner .minibutton{position:relative;top:-4px;float:right}.two-factor-mini-banner p{margin-bottom:0;line-height:1.5}.two-factor-mini-banner .octicon{position:absolute;top:15px;left:15px;color:#bd2c00}.orgs-settings{margin-bottom:15px}.confirmation-phrase{font-weight:normal;font-style:italic}.do-not-copy-me{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}li.session-device{position:relative;line-height:18px;padding:15px;background-color:#fafafa;color:#999}li.session-device .button{float:right;margin-top:4px}li.session-device .session-state-indicator{float:left;width:8px;height:8px;margin-top:10px;border-radius:5px}li.session-device .session-state-indicator.recent{background-color:#6cc644;box-shadow:0 0 10px rgba(108,198,68,0.5)}li.session-device .session-state-indicator.not-recent{box-shadow:0 1px 0 #fff;background-color:#ccc;background-image:-webkit-linear-gradient(#aaa, #ccc);background-image:linear-gradient(#aaa, #ccc);background-repeat:repeat-x}li.session-device .session-icon{float:left;width:32px;margin-top:1px;margin-left:15px;text-align:center;color:#bbb}li.session-device .sessions-more-info{position:relative;display:none;margin-top:10px}li.session-device.session-current{background-color:#fff}li.session-device.session-current .session-last-accessed{color:#777}li.session-device.session-current .sessions-more-info{color:#777}li.session-device.session-current .sessions-more-info:after{border-top-color:#fff}li.session-device.session-current .mega-octicon{color:#777}.session-details{position:relative;width:350px;margin-left:70px}.session-details:hover .octicon{color:#4183c4;cursor:pointer}.session-details.open .sessions-more-info{display:block}.session-title{display:block}.collaborators .collab-list{border-bottom-width:0}.collaborators .collab-list-item:first-child .collab-list-cell{border-top-width:0}.collaborators .collab-list-cell{padding-top:15px;padding-bottom:15px;vertical-align:middle}.collaborators .collab-meta{width:140px}.collaborators .collab-permission{text-align:center}.collaborators .collab-remove{padding-right:20px;text-align:right}.collaborators .collab-remove .remove-link{color:#999}.collaborators .collab-remove .remove-link:hover{color:#bd2c00}.collaborators .collab-team-link{width:300px}.collaborators .collab-team-link:hover{text-decoration:none}.collaborators .collab-team-link .avatar{float:left;margin-top:1px;margin-right:10px}.collaborators .collab-info{color:#666}.collaborators .collab-info .description{padding-right:50px;margin-top:3px;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborators .collab-info .collab-name{display:block;font-size:14px}.access-sub-heading{float:right;font-weight:normal;line-height:1.4;color:#777}.access-form-wrapper{padding:10px;background-color:#fcfcfc;border-top:1px solid #ddd}.access-form-wrapper .access-team-select{max-width:180px}.access-flash{display:none;margin-bottom:10px;margin-left:10px;margin-right:10px;padding:8px}.access-scope-label{display:inline-block;border-radius:4px;padding:3px 5px;color:#fff;text-shadow:-1px -1px 0 rgba(0,0,0,0.2);margin:5px 2px;opacity:0.8}.access-scope-label.repo-scope{background:#e80c02}.access-scope-label.public-repo-scope{background:#ff9e00}.access-scope-label.user-scope{background:#666}.access-scope-label.gist-scope{background:#6cc644}.oauth-pending-deletion-list-item{background-color:#fafafa;box-shadow:inset 0 0 8px #eee}.oauth-pending-deletion-list-item:hover{background-color:#fafafa}.oauth-pending-deletion-list-item .oauth-pending-deletion{display:inline}.oauth-pending-deletion-list-item .active,.oauth-pending-deletion-list-item .oauth-application-users{display:none}.oauth-pending-deletion{display:none;width:100%}.boxed-group-list .access-level{color:#999}.boxed-group-list .access-level.css-truncate-target{max-width:500px}.logged_out.signup .header-logged-out .container,.logged_out.signup .site-footer{width:750px}.logged_out.signup .site-footer{margin-right:auto;margin-left:auto}.logged_out.signup .site-footer .octicon-mark-github{top:30px}.logged_out.signup .header-actions .primary,.logged_out.signup .site-footer-links,.logged_out.signup .site-search{display:none}.setup-wrapper{padding-top:60px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.setup-header,.setup-wrapper{width:750px;margin:0 auto}.setup-header{overflow:hidden;padding-bottom:20px;margin-bottom:30px;text-align:left;text-shadow:0 1px 0 white;border-bottom:1px solid #ddd}.setup-header h1{margin-top:0;margin-bottom:0;font-size:45px;font-weight:normal;letter-spacing:-1px}.setup-header h1 .mega-octicon{color:#bbb}.setup-header .lead{margin-top:2px;margin-bottom:0;font-size:21px}.setup-header .lead a{color:#777}.setup-header .lead a:hover{color:#4183c4;text-decoration:none}.setup-org{padding-bottom:0;border-bottom:0}.setup-main{float:left;width:450px}.setup-main.without-secondary{margin-left:150px}.setup-secondary{float:right;width:250px}.setup-secondary .info{padding-top:0;padding-bottom:0;margin-top:-10px;color:#777;font-size:12px;line-height:18px;text-align:center}.setup-info-module{margin-bottom:30px;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.075)}.setup-info-module h2{padding:15px;margin-top:0;margin-bottom:15px;overflow:hidden;font-size:16px;border-bottom:1px solid #ddd}.setup-info-module h2 .price{float:right;font-weight:bold;color:#777}.setup-info-module h3{padding:0 15px;margin:0 0 -7px;font-size:14px}.setup-info-module p{padding:0 15px;margin:15px 0}.setup-info-module .setup-section-title{margin-bottom:10px}.features-list{padding:0 15px 15px;margin:0;font-size:14px;list-style:none}.features-list li{margin-top:10px}.features-list li:first-child{margin-top:0}.features-list .list-divider{margin:15px -15px;border-top:1px solid #eee}.features-list .octicon{margin-right:5px;color:#60b044}.features-list.features-list-org{padding-bottom:0}.setup-form-container .setup-form-title{margin-top:0;font-size:16px}.setup-form-container .secure{float:right;margin-top:2px;color:#60b044;font-size:11px;text-transform:uppercase}.setup-form-container hr{margin-top:25px;margin-bottom:25px}.setup-form-container .form-actions{padding-top:0;padding-bottom:0;text-align:left}.team-member-container{margin-bottom:20px}.team-member-container .team-member-username{line-height:1.2}.setup-form{padding-bottom:15px}.setup-form .form dd input[type="text"],.setup-form .form dd input[type="password"],.setup-form .form dd input[type="email"]{width:100%}.setup-form .form dd input[type="text"].short,.setup-form .form dd input[type="password"].short,.setup-form .form dd input[type="email"].short{width:250px}.setup-form dd{position:relative}.setup-form dd .octicon{position:absolute;right:25px;top:8px}.setup-form .octicon-alert:before{color:#bd2c00}.setup-form .octicon-check:before{color:#6cc644}.setup-form .text-muted{margin-top:5px}.setup-form .tos-info,.setup-form .setup-organization-next{margin:15px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.setup-form .tos-info{padding:15px 0}.setup-form .setup-organization-next{padding-top:15px;padding-bottom:15px}.setup-form .setup-plans{margin-bottom:25px;border:solid 1px #ccc;border-collapse:separate;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.075);overflow:hidden}.setup-form .setup-plans tr.selected{background-color:#f0f7fd}.setup-form .setup-plans th,.setup-form .setup-plans td{vertical-align:middle;border-bottom:1px solid #ccc}.setup-form .setup-plans .name{font-weight:bold}.setup-form .setup-plans .choose_plan input[type=radio]{display:none}.setup-creditcard-form .cc-extras{margin-bottom:15px}.setup-creditcard-form .expiration-form{width:120px}.setup-creditcard-form .expiration-form dd{line-height:32px}.setup-creditcard-form .expiration-form,.setup-creditcard-form .cvv-form,.setup-creditcard-form .country-form,.setup-creditcard-form .state-form{float:left;margin:0}.setup-creditcard-form .form dd input.input-cvv{width:130px}.setup-creditcard-form .form select.select-country{width:162px;margin-right:5px}.setup-creditcard-form .form select.select-state{width:84px}.setup-creditcard-form.is-vat-country .vat-field{display:block}.setup-creditcard-form.is-international .form select.select-country{width:250px}.setup-creditcard-form.is-international .state-form{display:none}.setup-creditcard-form dd .octicon-credit-card{position:inherit}.setup-creditcard-form .enter-new-card{display:none}.setup-creditcard-form.has-credit-card .enter-new-card{display:inline-block}.setup-creditcard-form.has-credit-card .card-select-number-field,.setup-creditcard-form.has-credit-card .cancel-enter-new-card,.setup-creditcard-form.has-credit-card .cards-select{display:none}.setup-creditcard-form .vat-field{display:none}.setup-creditcard-form .vat-field.prefilled{display:block}.setup-creditcard-form .help-text{font-size:80%;font-weight:normal;color:#777}.collection-head{height:225px;margin-top:-20px;margin-bottom:20px;background:#555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat;box-shadow:inset 0 10px 20px rgba(0,0,0,0.1);text-shadow:0 1px 2px rgba(0,0,0,0.3);color:#fff}.collection-head .collection-info{margin:0}.collection-head .collection-info .meta-info{margin-right:15px}.collection-head .collection-info .avatar{background-color:rgba(255,255,255,0.7);border:1px solid rgba(255,255,255,0.7)}.collection-head .container{position:relative}.collection-head .draft-tag{position:absolute;top:0;left:0}.collection-title{display:table-cell;height:225px;vertical-align:middle}.collection-header{margin-top:0;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:45px;font-weight:normal}.collection-description{position:relative;font-size:16px}.collection-page .collection-info{margin-top:10px;margin-bottom:20px;font-size:13px;color:#999}.collection-page .column.main{margin-right:260px !important}.collection-page .column.sidebar{width:240px}.collection-page .other-content{padding:20px 0 20px 20px;border-left:1px solid #f1f1f1}.collection-page .other-content .subnav-search{margin-left:0}.collection-page .other-content input.subnav-search-input{width:100%}.collection-page .other-content-title{margin-top:40px}.collection-page .other-content-title:first-child{margin-top:0}.side-collection-list{margin:0;list-style-type:none}.side-collection-link{display:table;width:100%;height:100px;color:#fff}.side-collection-item-title{font-size:16px;font-weight:100}.side-collection-image{background:#555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat;box-shadow:inset 0 10px 20px rgba(0,0,0,0.1);text-shadow:0 1px 2px rgba(0,0,0,0.3);color:#fff;display:table-cell;width:100%;height:100%;margin-bottom:5px;text-align:center;vertical-align:middle;border-radius:3px}.side-collection-list-item{margin-bottom:20px}.collection-tools{list-style-type:none;margin-bottom:10px;font-size:15px}.collection-tools .edit-link{color:#333}.collection-tools .edit-link:hover{color:#4183c4;cursor:pointer}.collection-tools .octicon{margin-right:5px}.collection-tools .select-menu-button{position:relative;display:inline-block;color:#333}.collection-tools .select-menu-button:hover{color:#4183c4;cursor:pointer}.collection-tool{margin-left:20px}.collection-search-results em{padding:0.1em;background-color:#faffa6}.collection-search-result{margin-bottom:40px;list-style-type:none}.collection-search-result-title{margin-top:0}.collection-search-page .search-results-info{line-height:33px;float:right;margin-left:10px;font-size:15px}.draft-tag{padding:5px 10px;font-weight:bold;color:#eee;background-color:#404040}.collection-card{position:relative;float:left;width:313px;margin-right:20px;margin-bottom:20px;list-style-type:none;background:#f7f7f7;border:1px solid #ddd;border-radius:3px}.collection-card .draft-tag{position:absolute;top:-1px;left:10px}.collection-card:nth-child(3n+3){margin-right:0}.collection-card-title{padding:0 15px;margin:10px 0;display:table-cell;width:100%;height:100%;font-size:19px;font-weight:bold;text-align:center;vertical-align:middle}.collection-card-body{padding:0 15px;margin:10px 0;height:6em;margin-top:0;overflow:hidden;font-size:15px;line-height:1.5em}.collection-card-image{position:relative;display:table;width:313px;height:120px;margin:-1px;margin-bottom:15px;background:#555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat;box-shadow:inset 0 10px 20px rgba(0,0,0,0.1);text-shadow:0 1px 2px rgba(0,0,0,0.3);color:#fff;border-top-right-radius:3px;border-top-left-radius:3px}.collection-card-meta{padding:0 15px;margin-top:5px;margin-bottom:15px;color:#777}.collection-card-meta .meta-info{margin-right:10px}.collection-card-meta .last-updated{float:right;margin-right:0}.collection-listing-search{margin-bottom:20px}.collection-listing-search .subnav-search{margin-left:0;margin-right:25%}.collection-feed-icon{float:right;margin-top:28px}.featured-grid{position:relative;list-style:none;margin-top:-10px}.featured-grid-outer{position:relative;height:100%}.featured-grid-more-info{padding:20px}.featured-showcase-meta{position:absolute;bottom:15px;left:20px}.featured-showcase-meta .meta-info{margin-right:10px}.featured-grid-link{display:table;width:100%;height:100%;border-radius:5px;background:#555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat;box-shadow:inset 0 10px 20px rgba(0,0,0,0.1);text-shadow:0 1px 2px rgba(0,0,0,0.3);color:#fff}.featured-grid-inner{display:table-cell;padding:10px 20px;font-size:15px;text-align:center;vertical-align:middle}.grid-item{position:relative;display:block;float:left;width:25%;height:122.5px;padding:10px}.grid-item-0{position:absolute;width:50%;height:245px}.grid-item-1,.grid-item-2{margin-right:25%;margin-left:50%}.grid-item-3{height:245px}.grid-item-4{width:50%;height:245px}.grid-item-7{position:absolute;top:0;right:0;height:245px}.showcase-featured .see-more{text-align:center}.showcase-featured .in-yo-face .featured-grid-outer{overflow:hidden}.showcase-featured .in-yo-face .showcase-info{position:absolute;right:0;bottom:-20%;left:0;padding:10px 20px;font-size:13px;text-align:left;background:rgba(0,0,0,0.6);border-bottom-right-radius:3px;border-bottom-left-radius:3px;opacity:0;visibility:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.showcase-featured .in-yo-face .showcase-name{font-size:25px;color:#fff}.showcase-featured .in-yo-face .meta-info{margin-right:10px}.showcase-featured .in-yo-face:hover .showcase-info{bottom:0;opacity:1;visibility:visible}.showcase-featured .mo-info .featured-grid-outer{background:#f7f7f7;border:1px solid #ddd;border-radius:3px}.showcase-featured .mo-info .featured-grid-link{width:225px;height:102px;margin-top:-1px;margin-right:-1px;margin-left:-1px;border-bottom-right-radius:0;border-bottom-left-radius:0}.showcase-featured .normal-intensity .showcase-info{position:absolute;top:0;right:0;bottom:0;left:0;padding-top:43px;font-size:13px;text-align:center;vertical-align:middle;background:rgba(0,0,0,0.6);border-radius:3px;opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}.showcase-featured .normal-intensity .octicon{display:inline}.showcase-featured .normal-intensity .meta-info{margin-right:10px}.showcase-featured .normal-intensity .text{display:none}.showcase-featured .normal-intensity .name-text{display:block}.showcase-featured .normal-intensity a:hover{text-decoration:none}.showcase-featured .normal-intensity:hover .showcase-info{opacity:1}.showcase-featured .normal-intensity:hover .name-text{color:transparent;text-shadow:0 0 5px rgba(255,255,255,0.8)}.showcase-featured .normal-intensity .showcase-name,.showcase-featured .mo-info .showcase-name{font-size:16px;font-weight:100}.signup-plans-actions{margin:-10px 0 20px}.button.plans-signup-button{padding:12px 50px;font-size:16px}.signup-plans-or{margin:0 5px 0 8px}.signup-plans-collabocat{float:right;width:300px;margin-left:30px}.signup-plans{width:100%;margin:20px 0 40px;border-collapse:separate}.signup-plans th,.signup-plans td{padding:9px;font-size:14px;border:solid #e5e5e5}.signup-plans th{padding:14px 9px;font-size:20px;border-width:1px 0 1px 1px}.signup-plans th small{display:block;font-size:14px;color:#7a7a7a}.signup-plans thead .empty{border-width:0}.signup-plans thead .plan-free{border-radius:5px 0 0}.signup-plans thead th:last-child{border-right-width:1px;border-radius:0 5px 0 0}.signup-plans tbody tr:first-child td:first-child{border-top-width:1px;border-radius:5px 0 0}.signup-plans td{text-align:center;border-width:0 0 1px 1px}.signup-plans td:last-child{border-right-width:1px}.signup-plans tr:last-child td:first-child{border-radius:0 0 0 5px}.signup-plans tr:last-child td:last-child{border-radius:0 0 5px}.signup-plans tr:nth-child(odd) td{background-color:#f5f5f5}.signup-plans .row-label{width:18%;font-weight:bold;text-align:right}.signup-plans-personal th{color:#4183c4}.signup-plans-personal tr:nth-child(odd) td{background-color:#f0f5fa}.signup-plans-orgs th{color:#6cc644}.signup-plans-orgs tr:nth-child(odd) td{background-color:#f6fcf4}.signup-plans-toggle-currency{float:right}.signup-plans-currency-notice{margin:10px auto 30px;width:800px;text-align:center}.simple-stacked-bar{display:table;width:100%;background-color:#eee}.bar-section{display:table-cell;height:10px}.bar-section[style='width:0.0%']{display:none}.bar-section-positive{background-color:#6cc644}.bar-section-negative{background-color:#bd2c00}.bar-section-alt{background-color:#6e5494}.stars-browser .sort-bar .sort-form{margin-top:7px}.stars-browser .sort-bar .filter_input{width:400px}.stars-browser .repo-list{margin-top:-20px}.facebox .sudo{padding:0}.facebox .sudo .auth-form-header{border-width:0 0 1px}.facebox .sudo .auth-form-header .mini-icon{display:none}.facebox .sudo .auth-form-body{border-width:0}.facebox .sudo+.facebox-close{padding:5px;color:#fff}.sudo-prompt,.sudo-error{display:none}.tree-browser{width:100%;margin:0;border-bottom:1px solid #cacaca;border-left:0;border-right:0}.tree-browser td{background:#f8f8f8;border-bottom:1px solid #eee;padding:7px 3px;color:#484848;vertical-align:middle;white-space:nowrap}.tree-browser td.icon{width:17px;padding-right:2px;padding-left:10px}.tree-browser td:first-child{border-left:1px solid #cacaca}.tree-browser td:last-child{border-right:1px solid #cacaca}.tree-browser td a.message{color:#484848}.tree-browser td span.ref{color:#aaa}.tree-browser img{vertical-align:text-bottom}.tree-browser tbody tr:last-child td{border-bottom:0}.tree-browser .history{float:right;padding-right:5px}.tree-browser .octicon-chevron-right{color:transparent}.tree-browser tr.navigation-focus td{background-color:#fff}.tree-browser tr.navigation-focus td .octicon-chevron-right{color:#4183c4}.tree-browser .octicon-file-directory{color:#80a6cd}.tree-browser .octicon-file-submodule{color:#3cbf5e}.tree-browser .octicon-file-text{color:#777}.tree-browser .content{max-width:220px}.tree-browser .message{max-width:420px}.tree-browser .css-truncate-target{max-width:100%}.tree-browser-result-template{display:none}.tree-browser-result .css-truncate-target{max-width:870px}.tree-browser-result mark{background-color:transparent;color:#4183c4;font-weight:bold}input.tree-finder-input,input.tree-finder-input:focus{position:relative;top:1px;border:0;padding:0;outline:none;font-size:100%;box-shadow:none;min-height:0;height:22px;line-height:1px;vertical-align:top;-webkit-appearance:none;margin-left:5px}.tree-finder .no-results{display:none}.tree-finder .no-results th{text-align:center}.tree-finder tr td.icon{cursor:pointer}.tree-finder .tree-browser{border-top:1px solid #cacaca}.tree-finder .filterable-empty+.no-results{display:block}.user-list em{font-weight:bold;background-color:rgba(255,255,140,0.5);padding:3px;border-radius:3px;font-style:normal}.user-list .tabnav-widget{clear:right;float:right;margin-top:0}.user-list .avatar{position:absolute;top:0;left:0}.user-list-info{padding:0;min-height:48px;font-weight:normal;font-size:18px;line-height:20px}.user-list-meta{font-size:11px;margin:8px 0 0;list-style-type:none;overflow:hidden;color:#999}.user-list-meta>li{float:left;margin-right:10px}.user-list-meta a{color:#333}.user-list-item{border-bottom:1px solid #f1f1f1;padding:0 0 20px 58px;margin:0 0 20px;position:relative}.follow-list{list-style-type:none}.follow-list .follow-list-container{margin-left:90px}.follow-list .follow-list-item{float:left;width:305px;padding-bottom:20px;margin-bottom:20px;margin-right:20px;border-bottom:1px solid #eee}.repository-with-sidebar .follow-list .follow-list-item{width:285px}.follow-list .follow-list-name{font-weight:normal;margin:0 0 5px}.follow-list .follow-list-name a{color:inherit}.follow-list .follow-list-info{margin-top:0;margin-bottom:0.6em;font-size:12px;color:#666}.follow-list .css-truncate.css-truncate-target{max-width:195px}.repository-with-sidebar .follow-list .css-truncate.css-truncate-target{max-width:170px}.follow-list .gravatar{float:left;display:block;width:75px;height:75px}#wiki-body{margin-top:20px}#wiki-body .markdown-body{padding:0 30px;margin:0 -30px}#wiki-rightbar{float:right;width:230px}#wiki-rightbar .markdown-body{font-size:13px}#wiki-rightbar .markdown-body .anchor{display:none}#wiki-rightbar .markdown-body h1{padding-bottom:5px;font-size:1.6em;line-height:1.2;border-color:#eee}#wiki-rightbar .markdown-body h2{padding-bottom:5px;font-size:1.4em;line-height:1.2;border-color:#eee}#wiki-rightbar .markdown-body h3,#wiki-rightbar .markdown-body h4,#wiki-rightbar .markdown-body h5,#wiki-rightbar .markdown-body h6{font-size:1.2em;line-height:1.2;border-color:#eee}#wiki-rightbar .boxed-group>h3{cursor:pointer}#wiki-rightbar .boxed-group .caret-collapsed{display:none}#wiki-rightbar .boxed-group.collapsed .caret-expanded{display:none}#wiki-rightbar .boxed-group.collapsed .caret-collapsed{display:inline}#wiki-rightbar .boxed-group.collapsed>h3{border-bottom:1px solid #d8d8d8;border-radius:3px}#wiki-rightbar .boxed-group.collapsed .boxed-group-inner{display:none}#wiki-rightbar p:last-child,#wiki-rightbar ul:last-child,#wiki-rightbar ol:last-child{margin-bottom:0}.wiki-pages{padding:0;margin:0;list-style-type:none}.wiki-page-link{display:block;padding:6px 10px;word-wrap:break-word}.has-rightbar #wiki-body,.has-rightbar #wiki-footer{margin-right:280px}#wiki-footer{margin:20px 0 50px;clear:both}#wiki-footer .markdown-body{font-size:13px}.wiki-wrapper .blankslate.wiki{padding:115px 0}.wiki-wrapper .blankslate.wiki p.has-fixed-width{text-align:center}.wiki-wrapper .gh-header .divider{padding:0 3px 0 2px}.wiki-wrapper .gh-header-meta{padding-bottom:15px;margin-top:6px}.wiki-wrapper a.history{color:inherit}.wiki-wrapper a.history:hover{color:#555}.wiki-wrapper.edit h1{font-weight:normal;color:inherit}.wiki-wrapper.edit h1 strong{color:#000}.wiki-wrapper .wiki-empty-box{display:block;padding:10px 0;margin:20px 0;color:#999;text-align:center;border:1px dashed #ddd;border-radius:3px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.wiki-wrapper .wiki-empty-box .octicon-plus{margin-right:4px;opacity:0.4}.wiki-wrapper .wiki-empty-box:hover{color:#777;text-decoration:none;border-color:#ccc}.wiki-wrapper .wiki-auxiliary-content{background-color:#f1f1f1;background-image:-webkit-linear-gradient(#fafafa, #f1f1f1);background-image:linear-gradient(#fafafa, #f1f1f1);background-repeat:repeat-x;background-repeat:no-repeat;background-size:100% 50px;box-shadow:0 1px 2px rgba(0,0,0,0.06)}.wiki-wrapper .wiki-auxiliary-content.markdown-body.wiki-writable>*:nth-child(2){margin-top:0 !important}.wiki-wrapper .wiki-auxiliary-content .wiki-edit-link{position:relative;z-index:2;float:right;color:#777;opacity:0.2;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}.wiki-wrapper .wiki-auxiliary-content .wiki-edit-link:hover{text-decoration:none;opacity:1}.wiki-wrapper .wiki-auxiliary-content-no-bg{background:#fff}.wiki-wrapper .wiki-custom-sidebar{padding:10px;margin-bottom:20px;border:solid 1px #e2e2e2;border-radius:3px}.wiki-wrapper .wiki-custom-sidebar>:nth-child(2){margin-top:0}.wiki-wrapper .wiki-custom-sidebar .octicon-pencil{position:relative;z-index:10;float:right;margin-left:15px;color:#999}.wiki-wrapper .wiki-custom-sidebar .octicon-pencil:hover{color:#333;text-decoration:none}.wiki-wrapper #wiki-footer{margin:30px 30px 0;clear:none}.wiki-wrapper #wiki-footer .markdown-body{padding:10px 15px}.wiki-wrapper #wiki-footer .wiki-empty-box{margin:0 -30px}.wiki-wrapper #wiki-footer .wiki-edit-link{right:-5px}.wiki-wrapper.compare .gh-header{margin-bottom:20px}.wiki-wrapper .wiki-history{margin-top:20px}.wiki-wrapper .wiki-history .checkbox{width:30px;text-align:center}.wiki-wrapper .wiki-history .author{width:200px}.wiki-wrapper .wiki-history .author img{display:block;float:left;margin-right:6px}.wiki-wrapper .wiki-history .date{color:#bbb;white-space:nowrap}.wiki-wrapper .wiki-history .commit{max-width:450px;overflow:hidden;text-overflow:ellipsis}.wiki-wrapper .wiki-history .commit-meta{width:160px;padding-right:10px;text-align:right;white-space:nowrap}.wiki-wrapper .wiki-history .commit-meta code{display:inline-block;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;line-height:16px;vertical-align:top}.wiki-wrapper .wiki-history .commit-id{color:#bbb}.wiki-wrapper .wiki-history .commit-id:hover{color:#4183c4}.wiki-wrapper #wiki-rightbar .sidebar-button{margin-top:10px}.wiki-wrapper #wiki-content{clear:both}.wiki-wrapper #wiki-content .markdown-body{word-break:break-word}.wiki-wrapper #wiki-content #gollum-editor-title-field{margin:0 0 14px}.wiki-wrapper #wiki-content .file-wrap{margin-top:20px;border-top:1px solid #ddd;border-radius:3px}.wiki-wrapper #wiki-content .file-wrap .files{border-radius:3px}.wiki-pages-box .wiki-more-pages{display:none}.wiki-pages-box.wiki-show-more .wiki-more-pages,.wiki-pages-box .filterable-active .wiki-more-pages{display:block}.wiki-pages-box.wiki-show-more .wiki-more-pages-link,.wiki-pages-box .filterable-active .wiki-more-pages-link{display:none}.wiki-pages-box .wiki-more-pages-link{box-shadow:inset 0 1px 0 #e5e5e5}.wiki-pages-box .wiki-more-pages-link a{display:block;padding:3px;color:#7ba9d6;text-align:center}.wiki-pages-box .wiki-more-pages-link a:hover{color:#4183c4;text-decoration:none}.wiki-wrapper.history #gollum-footer ul.actions li{margin:0 0.6em 0 0}.wiki-wrapper.results #results{border-bottom:1px solid #ccc;margin-bottom:2em;padding-bottom:2em}.wiki-wrapper #results ul{margin:2em 0 0;padding:0}.wiki-wrapper #results li{font-size:1.2em;line-height:1.6em;list-style-position:outside;padding:0.2em 0}.wiki-wrapper #results .count{color:#999}.wiki-wrapper .results #no-results{font-size:1.2em;line-height:1.6em;margin-top:2em}.wiki-actions{display:block;list-style-type:none;overflow:hidden;padding:0}.results .wiki-actions li{margin:0 1em 0 0}.compare .wiki-actions{margin-bottom:1.4em}.compare .wiki-actions li{margin-left:0;margin-right:0.6em}.wiki-wrapper .file .data .line_numbers{width:1%;font-size:12px}.zeroclipboard-link{color:#4183c4;cursor:pointer;background:none;border:0;padding:0;margin:0}.zeroclipboard-link .octicon{display:block} diff --git a/public/css/github-code-unminify.css b/public/css/github-code-unminify.css new file mode 100644 index 0000000..82f032a --- /dev/null +++ b/public/css/github-code-unminify.css @@ -0,0 +1,12935 @@ +.marketing .pagehead h1 { + font-size: 30px; +} +.marketing .pagehead p { + margin-top: 4px; + margin-bottom: 0; + font-size: 14px; + color: #777; +} +.marketing .pagehead ul.actions { + margin-top: 10px; +} +.marketing h2 .secure { + float: right; + padding: 1px 0; + font-size: 11px; + font-weight: bold; + text-transform: uppercase; + color: #6cc644; +} +.marketing .questions p { + font-size: 14px; +} +.marketing-header { + margin-bottom: 40px; +} +.marketing-header h1 { + margin-top: 0; + margin-bottom: 0; + font-size: 42px; + font-weight: 300; +} +.marketing-header .lead { + color: #777; + max-width: 750px; + margin: 10px auto 0; +} +.marketing-header .button { + margin-top: 15px; + padding: 12px 20px; + font-size: 18px; + font-weight: normal; + border-radius: 6px; +} +.marketing-section { + position: relative; + padding-top: 80px; + padding-bottom: 80px; + border-bottom: 1px solid #e5e5e5; + text-align: center; + font-size: 16px; + line-height: 1.5; +} +.marketing-section:before { + display: table; + content: ""} +.marketing-section:after { + display: table; + clear: both; + content: ""} +.marketing-section h3 { + font-size: 21px; + font-weight: normal; +} +.marketing-section-stripe { + background-color: #f5f5f5; +} +.marketing-hero-octicon { + width: 100px; + height: 100px; + border-radius: 50px; + text-align: center; + border: solid 1px #e5e5e5; + margin: 0 auto 15px; +} +.marketing-hero-octicon .mega-octicon { + color: #4183c4; + font-size: 48px; + line-height: 100px; +} +.marketing-hero-octicon .octicon-checklist { + position: relative; + right: -3px; +} +.marketing-grid { + font-size: 14px; +} +.marketing-grid .column { + padding: 20px 25px 40px; +} +.marketing-grid p { + margin: 0 auto; + max-width: 90%; + color: #5a5a5a; +} +.marketing-grid .mega-octicon { + color: #4183c4; +} +.read-it { + padding-top: 50px; + text-align: center; + border-top: 1px solid #eee; +} +.contact-form .input-block { + margin-top: 10px; + margin-bottom: 10px; +} +.contact-form textarea { + height: 200px; +} +.checklist { + margin: 20px 0; + font-size: 12px; +} +.checklist>li { + margin: 15px 0 15px 18px; + list-style-position: outside; +} +.hanging-list li, .hanging-icon-list li { + margin: 10px 0; + font-size: 14px; +} +.hanging-list li { + margin-left: 12px; + list-style-position: inside; +} +.hanging-icon-list li { + padding-left: 25px; + list-style-type: none; +} +.hanging-icon-list .octicon { + float: left; + margin-left: -20px; + color: #999; +} +.hanging-icon-list .octicon-check { + color: #6cc644; +} +.hanging-icon-list .octicon-x { + color: #bd2c00; +} +.logos-page h3 { + font-size: 18px; +} +.logos-download { + position: relative; + display: block; + float: left; + width: 32%; + height: 290px; + margin-bottom: 30px; + padding-top: 20px; + text-align: center; + border: 1px solid #ddd; + border-radius: 6px; +} +.logos-download+.logos-download { + margin-left: 2%} +.logos-download .gh-logo { + margin-top: 70px; +} +.logos-download .gh-octocat { + margin-top: 10px; +} +.logos-download-link { + position: absolute; + right: 0; + bottom: 0; + left: 0; + display: block; + padding: 15px 20px; + font-size: 16px; + font-weight: bold; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-radius: 0 0 5px 5px; +} +.logos-download-link .octicon { + vertical-align: 2px; +} +.logos-download:hover { + text-decoration: none; +} +.logos-download:hover .logos-download-link { + background-color: #eee; +} +.nonprofit-head { + padding: 100px 0 120px; + border-bottom: 1px solid #eee; + text-align: center; + position: relative; + overflow: hidden; +} +.nonprofit-head .title { + font-weight: 300; + font-size: 30px; + color: #777; + margin-bottom: 20px; + display: inline-block; + border-bottom: 1px solid #ccc; +} +.nonprofit-head .title .mega-octicon { + color: #333; +} +.nonprofit-head .logo { + vertical-align: middle; +} +.nonprofit h1 { + font-weight: 300; + font-size: 28px; + line-height: 1.5em; + position: relative; +} +.nonprofit h2 { + font-weight: normal; +} +.heart { + width: 12px; + height: 12px; + background: #83d6c0; + box-shadow: 140px 30px 0 #efa, 120px -120px 0 #aded84, 220px -60px 0 #ded, 30px 240px 0 #ada, 60px -60px 0 #d76666, 60px -30px 0 #ff846f, 60px 0 0 #f9a7a7, 60px 30px 0 #ffc8c8, 60px 60px 0 #ffd8d8, 30px 60px 0 #baf2ca, 30px 30px 0 #98eaac, 30px 0 0 #80d896, 30px -30px 0 #6dd085, 30px -60px 0 #55be6f, 0 -60px 0 #4cc2a7, 0 -30px 0 #73d3b9, 0 30px 0 #93e3cd, 0 60px 0 #adf9e4, -30px 60px 0 #ffe1b9, -30px 30px 0 #ffd194, -30px 0 0 #ffc86f, -60px 0 0 #fd9ff0, -60px 30px 0 #ffbaf7, -60px 60px 0 #fccdf7, -180px 60px 0 #9df; + position: absolute; + left: 50%; + top: 40%; + margin-left: 400px; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.heart.left { + margin-left: -400px; + -webkit-transform: rotate(-45deg), scaleX(-1); + -ms-transform: rotate(-45deg), scaleX(-1); + transform: rotate(-45deg), scaleX(-1); +} +.octo-earth { + position: absolute; + left: 50%; + bottom: -150px; + margin-left: -120px; + -webkit-animation: rotate 20s infinite linear; + animation: rotate 20s infinite linear; +} +@-webkit-keyframes rotate { + 0% { + -webkit-transform: rotate(0); + transform: rotate(0); +} +100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); +} +}@keyframes rotate { + 0% { + -webkit-transform: rotate(0); + transform: rotate(0); +} +100% { + -webkit-transform: rotate(-360deg); + transform: rotate(-360deg); +} +}.nonprofit-steps { + margin-left: 30px; + font-size: 20px; + font-weight: 300; +} +.nonprofit-steps li { + margin-bottom: 10px; +} +.nonprofit-steps ul { + margin: 15px 0 0 20px; + list-style: square; +} +.nonprofit-section { + padding: 50px 0; + background: #f5f5f5; +} +.nonprofit-section.feature-line { + text-align: center; +} +.nonprofit-section .dialog { + width: 640px; + background: #fff; + margin: 30px auto 0; + text-align: left; + padding: 30px; +} +.nonprofit-section .dialog h2:first-child { + margin-top: 0; +} +.nonprofit-section .dialog p:last-child { + margin-bottom: 0; +} +.nonprofit-section .dialog .notice { + background: #fee; + margin: 20px 0 0; + padding: 15px; +} +.dialog.edu-callout { + border: 5px solid #aec; + padding: 25px; +} +.dialog.edu-callout p { + margin-top: 0; +} +.dialog.edu-callout .mega-octicon { + color: #418f65; + height: 54px; + width: 54px; + padding: 10px 0; + margin: 0 15px 0 0; + text-align: center; + vertical-align: top; + float: left; + border-radius: 30px; +} +.integrations { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} +.integrations .site-footer { + border-top: 1px solid rgba(255, 255, 255, 0.2); + margin-top: -99px; +} +.integrations .site-footer, .integrations .site-footer a, .integrations .site-footer .octicon-mark-github { + color: #fff; +} +.integrations-illustration-container { + display: block; + height: 100%; + width: 100%; + color: #fff; + background: url(/assets/modules/integrations/circuits@2x-0d148034d516afb1364dd2c902bf6b70646a6012f0fd316d38ce2068b6714d42.png) center bottom/1780px 295px no-repeat transparent; +} +.integrations-illustration-container .lead { + color: #0a4568; + width: 550px; +} +.integrations-illustration-container a { + color: #0a4568; + text-decoration: underline; +} +.integrations-intro { + background: url(/assets/modules/integrations/circuits-animated-ac2d457426c64e1a6ee28d49c060a8d53b35e62363b60f913c93604bcb2d0fb4.gif) center 238px/500px 350px no-repeat #1781c0; + padding-bottom: 0; +} +.integrations-intro .lead { + margin-bottom: 350px; +} +.integrations-intro .marketing-header { + margin-bottom: 0; +} +.integrations-outro { + background: url(/assets/modules/integrations/circuits-animated-flipped-7f66e8d1687504444b81960de7ed7bfd4a43bc29d368129819c406d1c2ab124e.gif) center -74px/350px 262px no-repeat #1781c0; + padding-top: 0; + padding-bottom: 218px; +} +.integrations-outro .integrations-illustration-container { + background: url(/assets/modules/integrations/circuits-flipped@2x-a94eaad756085840013ee1f0aedcaf3c956d67e17ce23184b7d87e68c96d231d.png) center top/1685px 174px no-repeat transparent; + padding-top: 240px; +} +.button.outro-button { + font-size: 20px; + font-weight: 200; + background: #0a4568; + border: 0; + padding: 10px 15px; + color: #fafafa; + text-decoration: none; + text-shadow: none; +} +.integrations-contact-info { + color: #0a4568; + margin: 40px auto 0; +} +.slideshow-nav { + list-style: none; + margin-top: 100px; +} +.slideshow-nav>li { + display: inline-block; + margin: 0 15px; +} +.slideshow-nav>li>a { + display: block; + height: 50px; + text-indent: -999em; + opacity: 0.7; + -webkit-transition: opacity 0.15s ease-in-out; + transition: opacity 0.15s ease-in-out; +} +.slideshow-nav>li>a:hover { + opacity: 1; +} +.slideshow-nav .active>a { + background-position: 0 -50px; + opacity: 1; +} +.integrations-tab-asana { + background-image: url(/assets/modules/integrations/logos/asana@2x-998cd803867acdcf11404fda9c301e4e49d20cce4566a73f9033ba7b2121f580.png); + background-size: 137px 100px; + width: 137px; + position: relative; + bottom: -8px; +} +.integrations-tab-pivotaltracker { + background-image: url(/assets/modules/integrations/logos/pivotaltracker@2x-018ec7aa07e3165a56755228f50f0ac8b0c839810d590fb9a8b9328d31833a74.png); + background-size: 278px 100px; + width: 278px; +} +.integrations-tab-zendesk { + background-image: url(/assets/modules/integrations/logos/zendesk@2x-d9f9ee6ca812bf9204944ceef5fdd4da15feca584e66cc94fdc19e1d92706f9b.png); + background-size: 154px 100px; + width: 154px; +} +.integrations-slide-content { + height: 370px; + list-style: none; + position: relative; +} +.integrations-slide-content>li { + position: absolute; + visibility: hidden; + -webkit-transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; + -webkit-transform: translateY(50px), scale(0.95); + -ms-transform: translateY(50px), scale(0.95); + transform: translateY(50px), scale(0.95); + opacity: 0; +} +.integrations-slide-content>.active { + visibility: visible; + -webkit-transform: translateY(0), scale(1); + -ms-transform: translateY(0), scale(1); + transform: translateY(0), scale(1); + opacity: 1; +} +.integrations-screenshot { + margin-top: 20px; + max-width: 100%} +.integrations-slide-description { + max-width: 600px; + display: inline-block; + -webkit-backface-visibility: hidden; +} +.integrations-logo-container { + min-height: 70px; + margin-bottom: 20px; +} +.integrations-imagelist { + list-style: none; +} +.integrations-imagelist>li { + margin-top: 90px; + margin-bottom: 50px; +} +.integrations-imagelist>li>p { + max-width: 470px; + text-align: left; + display: inline-block; + vertical-align: middle; +} +.integrations-logo-left { + margin-right: 40px; +} +.integrations-logo-right { + margin-left: 40px; +} +.features-next .lead strong { + color: #444; +} +.features-next .native-mobile-screens { + list-style-type: none; + border-bottom: solid 1px #d9d9d9; + line-height: 0; + padding-left: 0; +} +.features-next .native-mobile-screens li { + display: inline; + margin: 0 5px 30px; +} +.team-org-chart { + margin: 30px auto; + width: 470px; +} +.team-org-chart .mega-octicon { + vertical-align: middle; +} +.team-org-group { + border: solid 1px #ccc; + background-color: #fff; + text-align: center; + font-size: 16px; + padding: 10px; + margin-bottom: 13px; + border-radius: 3px; +} +.team-org-group strong { + color: #333; +} +.team-org-team { + width: 147px; + height: 120px; + display: inline-block; + vertical-align: top; +} +.team-org-team+.team-org-team { + margin-left: 10px; +} +.octicon-jersey-red { + color: #bd2c00; +} +.octicon-jersey-green { + color: #6cc644; +} +.octicon-jersey-orange { + color: #f93; +} +.team-org-members { + margin-top: 15px; +} +.team-org-members .octicon { + color: #aaa; +} +.team-org-repos .mega-octicon { + color: #bbb; + margin: 0 5px; +} +.team-animation { + -webkit-animation-duration: 12s; + animation-duration: 12s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} +.team-design { + -webkit-animation-name: teamDesign; + animation-name: teamDesign; +} +.team-dev { + -webkit-animation-name: teamDev; + animation-name: teamDev; +} +.team-marketing { + -webkit-animation-name: teamMarketing; + animation-name: teamMarketing; +} +.team-dev-design { + -webkit-animation-name: teamDevDesign; + animation-name: teamDevDesign; +} +.team-dev-design-marketing { + -webkit-animation-name: teamDevDesignMarketing; + animation-name: teamDevDesignMarketing; +} +.features-section img { + max-width: 100%} +.features-section code { + font-size: 0.9em; +} +.features-section p { + max-width: 750px; + margin-right: auto; + margin-left: auto; +} +.features-repo-count { + white-space: nowrap; +} +.features-content-right { + float: right; + width: 470px; + text-align: left; +} +.features-content-left { + float: left; + width: 470px; + text-align: left; +} +.diagram-icon { + position: absolute; + border-radius: 50px; + border: solid 4px #4183c4; + background-color: #fff; + width: 53px; + height: 53px; + text-align: center; + line-height: 55px; + color: #4183c4; +} +.diagram-icon-small { + position: absolute; + color: #4183c4; + margin-top: 2px\9; +} +.diagram-icon-branch { + top: -13px; + left: 81px; + -webkit-animation: bounceIn 0.6s ease-in-out 0.25s 1 normal both; + animation: bounceIn 0.6s ease-in-out 0.25s 1 normal both; +} +.diagram-icon-pr { + top: 89px; + left: 405px; + -webkit-animation: bounceIn 0.6s ease-in-out 1.8s 1 normal both; + animation: bounceIn 0.6s ease-in-out 1.8s 1 normal both; +} +.diagram-icon-merge { + top: -13px; + left: 843px; + -webkit-animation: bounceIn 0.6s ease-in-out 3.7s 1 normal both; + animation: bounceIn 0.6s ease-in-out 3.7s 1 normal both; +} +.diagram-icon-commit-1 { + top: 101px; + left: 240px; + -webkit-animation: bounceIn 0.6s ease-in-out 1.3s 1 normal both; + animation: bounceIn 0.6s ease-in-out 1.3s 1 normal both; + background-color: #fff; +} +.diagram-icon-commit-2 { + top: 101px; + left: 295px; + -webkit-animation: bounceIn 0.6s ease-in-out 1.4s 1 normal both; + animation: bounceIn 0.6s ease-in-out 1.4s 1 normal both; + background-color: #fff; +} +.diagram-icon-commit-3 { + top: 101px; + left: 350px; + -webkit-animation: bounceIn 0.6s ease-in-out 1.5s 1 normal both; + animation: bounceIn 0.6s ease-in-out 1.5s 1 normal both; + background-color: #fff; +} +.diagram-icon-discussion-1 { + top: 79px; + left: 488px; + -webkit-animation: bounceIn 0.6s ease-in-out 2s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2s 1 normal both; + opacity: 0.3; +} +.diagram-icon-commit-4 { + top: 101px; + left: 515px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.1s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.1s 1 normal both; + background-color: #fff; +} +.diagram-icon-discussion-2 { + top: 131px; + left: 542px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.2s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.2s 1 normal both; + opacity: 0.3; +} +.diagram-icon-commit-5 { + top: 101px; + left: 570px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.3s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.3s 1 normal both; + background-color: #fff; +} +.diagram-icon-discussion-3 { + top: 79px; + left: 597px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.4s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.4s 1 normal both; + opacity: 0.3; +} +.diagram-icon-commit-6 { + top: 101px; + left: 625px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.5s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.5s 1 normal both; + background-color: #fff; +} +.diagram-icon-discussion-4 { + top: 131px; + left: 652px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.6s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.6s 1 normal both; + opacity: 0.3; +} +.diagram-icon-commit-7 { + top: 101px; + left: 680px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.7s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.7s 1 normal both; + background-color: #fff; +} +.diagram-icon-discussion-5 { + top: 79px; + left: 707px; + -webkit-animation: bounceIn 0.6s ease-in-out 2.8s 1 normal both; + animation: bounceIn 0.6s ease-in-out 2.8s 1 normal both; + opacity: 0.3; +} +.features-branch-diagram { + position: relative; + margin-top: 40px; + margin-bottom: 50px; +} +.preload .diagram-animation { + -webkit-animation: none !important; + animation: none !important; + opacity: 0; +} +.mobile .diagram-animation { + -webkit-animation: none !important; + animation: none !important; + opacity: 1; +} +.features-highlight { + margin: 8px 0; + display: inline-block; + background-color: #e7e7e7; + padding: 10px; + border-radius: 3px; +} +.features-highlight i { + font-style: normal; + color: #4183c4; +} +.features-callout { + border: solid 1px #eee; + border-radius: 3px; + padding: 10px; + margin-top: 15px; + margin-bottom: 45px; + display: inline-block; + color: #777; + font-size: 14px; + line-height: 1.4; + text-align: left; + width: 450px; +} +.features-callout>p { + margin-top: 0; + margin-bottom: 0; +} +.features-callout .left { + margin-right: 10px; + vertical-align: center; +} +.features-copy-minor { + font-size: 12px; + color: #555; +} +.svn-callout { + clear: both; + padding-top: 30px; + padding-left: 217px; + line-height: 0.8; + text-align: left; +} +.svn-callout-heading { + font-size: 18px; + margin-bottom: 0; + color: #444; +} +.svn-callout-logo { + margin-left: -70px; + margin-top: -1px; + float: left; +} +@-webkit-keyframes teamDev { + 3% { + border-color: #bd2c00; + color: #bd2c00; +} +27% { + border-color: #bd2c00; + color: #bd2c00; +} +30% { + border-color: #ccc; + color: #bbb; +} +}@keyframes teamDev { + 3% { + border-color: #bd2c00; + color: #bd2c00; +} +27% { + border-color: #bd2c00; + color: #bd2c00; +} +30% { + border-color: #ccc; + color: #bbb; +} +}@-webkit-keyframes teamDesign { + 34% { + border-color: #ccc; + color: #bbb; +} +37% { + border-color: #6cc644; + color: #6cc644; +} +60% { + border-color: #6cc644; + color: #6cc644; +} +63% { + border-color: #ccc; + color: #bbb; +} +}@keyframes teamDesign { + 34% { + border-color: #ccc; + color: #bbb; +} +37% { + border-color: #6cc644; + color: #6cc644; +} +60% { + border-color: #6cc644; + color: #6cc644; +} +63% { + border-color: #ccc; + color: #bbb; +} +}@-webkit-keyframes teamMarketing { + 67% { + border-color: #ccc; + color: #bbb; +} +70% { + border-color: #f93; + color: #f93; +} +94% { + border-color: #f93; + color: #f93; +} +}@keyframes teamMarketing { + 67% { + border-color: #ccc; + color: #bbb; +} +70% { + border-color: #f93; + color: #f93; +} +94% { + border-color: #f93; + color: #f93; +} +}@-webkit-keyframes teamDevDesign { + 3% { + border-color: #bd2c00; + color: #bd2c00; +} +27% { + border-color: #bd2c00; + color: #bd2c00; +} +30% { + border-color: #ccc; + color: #bbb; +} +34% { + border-color: #ccc; + color: #bbb; +} +37% { + border-color: #6cc644; + color: #6cc644; +} +60% { + border-color: #6cc644; + color: #6cc644; +} +63% { + border-color: #ccc; + color: #bbb; +} +}@keyframes teamDevDesign { + 3% { + border-color: #bd2c00; + color: #bd2c00; +} +27% { + border-color: #bd2c00; + color: #bd2c00; +} +30% { + border-color: #ccc; + color: #bbb; +} +34% { + border-color: #ccc; + color: #bbb; +} +37% { + border-color: #6cc644; + color: #6cc644; +} +60% { + border-color: #6cc644; + color: #6cc644; +} +63% { + border-color: #ccc; + color: #bbb; +} +}@-webkit-keyframes teamDevDesignMarketing { + 3% { + border-color: #bd2c00; + color: #bd2c00; +} +27% { + border-color: #bd2c00; + color: #bd2c00; +} +30% { + border-color: #ccc; + color: #bbb; +} +34% { + border-color: #ccc; + color: #bbb; +} +37% { + border-color: #6cc644; + color: #6cc644; +} +60% { + border-color: #6cc644; + color: #6cc644; +} +63% { + border-color: #ccc; + color: #bbb; +} +67% { + border-color: #ccc; + color: #bbb; +} +70% { + border-color: #f93; + color: #f93; +} +94% { + border-color: #f93; + color: #f93; +} +}@keyframes teamDevDesignMarketing { + 3% { + border-color: #bd2c00; + color: #bd2c00; +} +27% { + border-color: #bd2c00; + color: #bd2c00; +} +30% { + border-color: #ccc; + color: #bbb; +} +34% { + border-color: #ccc; + color: #bbb; +} +37% { + border-color: #6cc644; + color: #6cc644; +} +60% { + border-color: #6cc644; + color: #6cc644; +} +63% { + border-color: #ccc; + color: #bbb; +} +67% { + border-color: #ccc; + color: #bbb; +} +70% { + border-color: #f93; + color: #f93; +} +94% { + border-color: #f93; + color: #f93; +} +}@-webkit-keyframes bounceIn { + 0% { + opacity: 0; + -webkit-transform: scale(0.3); + transform: scale(0.3); +} +50% { + opacity: 1; + -webkit-transform: scale(1.05); + transform: scale(1.05); +} +70% { + -webkit-transform: scale(0.9); + transform: scale(0.9); +} +100% { + -webkit-transform: scale(1); + transform: scale(1); +} +}@keyframes bounceIn { + 0% { + opacity: 0; + -webkit-transform: scale(0.3); + transform: scale(0.3); +} +50% { + opacity: 1; + -webkit-transform: scale(1.05); + transform: scale(1.05); +} +70% { + -webkit-transform: scale(0.9); + transform: scale(0.9); +} +100% { + -webkit-transform: scale(1); + transform: scale(1); +} +}@-webkit-keyframes fadeIn { + 0% { + opacity: 0; +} +100% { + opacity: 1; +} +}@keyframes fadeIn { + 0% { + opacity: 0; +} +100% { + opacity: 1; +} +}.segmented-nav-tab { + display: none; + margin-top: 40px; +} +.segmented-nav-tab:before { + display: table; + content: ""} +.segmented-nav-tab:after { + display: table; + clear: both; + content: ""} +.segmented-nav-tab.active { + display: block; +} +.octicon-list { + list-style: none; + margin-left: 26px; + margin-bottom: 28px; +} +.octicon-list li { + margin-bottom: 20px; + position: relative; +} +.octicon-list .octicon { + position: absolute; + margin-left: -22px; + top: 3px; + color: #4183c4; +} +.segmented-nav { + margin: 20px auto; + list-style: none; + display: inline-block; +} +.segmented-nav>li { + float: left; + border: 1px solid #ddd; + position: relative; + z-index: 1; +} +.segmented-nav>li>a { + display: inline-block; + height: 32px; + margin: 0 auto; + padding: 6px 20px 7px; + font-size: 15px; + line-height: 20px; + color: #555; + text-align: center; + text-decoration: none; +} +.segmented-nav>li+li { + margin-left: -1px; +} +.segmented-nav>li:first-child { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.segmented-nav>li:last-child { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.segmented-nav>li.active { + position: relative; + border-color: #4183c4; + color: #fff; + background-color: #4183c4; + z-index: 2; +} +.segmented-nav>li.active a, .segmented-nav>li.active a:hover { + color: #fff; +} +.segmented-nav>li:hover { + border-color: #4183c4; + z-index: 2; +} +.segmented-nav>li:hover a { + color: #4183c4; +} +.table-list { + display: table; + table-layout: fixed; + width: 100%; + color: #999; + border-bottom: 1px solid #e5e5e5; +} +.table-list-bordered .table-list-cell:first-child { + border-left: 1px solid #e5e5e5; +} +.table-list-bordered .table-list-cell:last-child { + border-right: 1px solid #e5e5e5; +} +.table-list-item { + position: relative; + list-style: none; + display: table-row; +} +.table-list-item.unread .table-list-cell-checkbox { + border-left-color: #4183c4; + box-shadow: 2px 0 0 #4183c4 inset; +} +.table-list-item.selected .table-list-cell-checkbox { + border-left-color: #999; + box-shadow: 2px 0 0 #999 inset; +} +.table-list-cell { + position: relative; + display: table-cell; + padding: 8px 10px; + font-size: 12px; + vertical-align: top; + border-top: 1px solid #eee; +} +.table-list-cell.flush-left { + padding-left: 0; +} +.table-list-cell.flush-right { + padding-right: 0; +} +.table-list-cell-checkbox { + width: 30px; + padding-left: 0; + padding-right: 0; + text-align: center; +} +.select-toggle-check { + margin-top: 7px; +} +.table-list-cell-type { + padding-top: 10px; + padding-left: 0; + padding-right: 0; + width: 20px; + text-align: center; +} +.table-list-cell-type>a { + display: inline-block; +} +.table-list-cell-type .octicon { + margin-top: 3px; +} +.table-list-cell-type:first-child { + padding-left: 10px; +} +.table-list-cell-avatar { + padding-left: 0; + padding-right: 0; + width: 16px; +} +.table-list-header { + position: relative; + z-index: 22; + margin-top: 20px; + margin-bottom: -1px; + background-color: #f5f5f5; + border: 1px solid #e5e5e5; + border-radius: 3px 3px 0 0; +} +.table-list-header:before { + display: table; + content: ""} +.table-list-header:after { + display: table; + clear: both; + content: ""} +.table-list-header .button-link { + position: relative; + display: inline-block; + padding-top: 13px; + padding-bottom: 13px; + font-weight: normal; +} +.table-list-header-select-all { + float: left; + width: 30px; + padding: 12px 10px; + margin-right: 5px; + margin-left: -1px; + text-align: center; +} +.table-list-header-meta { + display: inline-block; + padding-top: 13px; + padding-bottom: 13px; + color: #777; +} +.table-list-filters:first-child .table-list-header-toggle:first-child { + padding-left: 10px; +} +.table-list-header-toggle.states .selected { + font-weight: bold; +} +.table-list-header-toggle .button-link { + color: #777; +} +.table-list-header-toggle .button-link .octicon { + margin-right: 2px; +} +.table-list-header-toggle .button-link:hover { + color: #222; + text-decoration: none; +} +.table-list-header-toggle .button-link.selected, .table-list-header-toggle .button-link.selected:hover { + color: #222; +} +.table-list-header-toggle .button-link+.button-link { + margin-left: 10px; +} +.table-list-header-toggle .select-menu { + position: relative; +} +.table-list-header-toggle .select-menu-item.selected { + font-weight: bold; +} +.table-list-header-toggle .select-menu-button { + padding-right: 15px; + padding-left: 15px; +} +.table-list-header-toggle .select-menu-button:hover, .table-list-header-toggle .select-menu-button.selected, .table-list-header-toggle .select-menu-button.selected:hover { + color: #222; +} +.table-list-header-toggle .select-menu-modal-holder { + right: 10px; +} +.table-list-header-toggle .select-menu-modal-holder .select-menu-modal { + margin-top: -1px; +} +.table-list-triage { + display: none; +} +.triage-mode .table-list-filters { + display: none; +} +.triage-mode .table-list-triage { + display: block; +} +.subhead { + padding-bottom: 20px; + margin-top: 10px; + margin-bottom: 20px; + border-bottom: 1px solid #eee; +} +.subhead-heading { + margin-top: 0; + margin-bottom: 0; +} +.subhead-description { + margin-top: 5px; + margin-bottom: 0; + font-size: 14px; + color: #777; +} +.subnav { + margin-bottom: 20px; +} +.subnav:before { + display: table; + content: ""} +.subnav:after { + display: table; + clear: both; + content: ""} +.subnav>.right { + margin-left: 10px; +} +.subnav-bordered { + padding-bottom: 20px; + border-bottom: 1px solid #eee; +} +.subnav-flush { + margin-bottom: 0; +} +.subnav-item { + position: relative; + float: left; + padding: 7px 14px; + font-weight: bold; + color: #666; + border: 1px solid #e5e5e5; +} +.subnav-item+.subnav-item { + margin-left: -1px; +} +.subnav-item:hover, .subnav-item:focus { + text-decoration: none; + background-color: #f5f5f5; +} +.subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus { + z-index: 2; + color: #fff; + background-color: #4183c4; + border-color: #4183c4; +} +.subnav-item:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.subnav-item:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.subnav-search { + position: relative; + margin-left: 10px; +} +input.subnav-search-input { + width: 320px; + padding-left: 30px; + color: #777; + border-color: #d5d5d5; +} +input.subnav-search-input-wide { + width: 500px; +} +.subnav-search-icon { + position: absolute; + top: 0; + left: 1px; + display: block; + width: 30px; + height: 34px; + line-height: 34px; + color: #ccc; + text-align: center; +} +.subnav-search-context .button { + color: #555; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.subnav-search-context .button:hover, .subnav-search-context .button:focus, .subnav-search-context .button:active, .subnav-search-context .button.selected { + z-index: 2; +} +.subnav-search-context+.subnav-search { + margin-left: -1px; +} +.subnav-search-context+.subnav-search .subnav-search-input { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.subnav-search-context .select-menu-modal-holder { + z-index: 30; +} +.subnav-search-context .select-menu-modal { + width: 220px; +} +.subnav-search-context .select-menu-item-icon { + color: inherit; +} +.subnav-divider-right { + padding-right: 10px; + border-right: 1px solid #eee; +} +.blankslate { + position: relative; + padding: 30px; + text-align: center; + background-color: #fafafa; + border: 1px solid #e5e5e5; + border-radius: 3px; + box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05); +} +.blankslate.clean-background { + background: none; + border: 0; + box-shadow: none; +} +.blankslate.capped { + border-radius: 0 0 3px 3px; +} +.blankslate.spacious { + padding: 100px 60px 120px; +} +.blankslate.has-fixed-width { + width: 485px; + margin: 0 auto; +} +.blankslate.large-format h3 { + margin: 0.75em 0; + font-size: 20px; +} +.blankslate.large-format p { + font-size: 16px; +} +.blankslate.large-format p.has-fixed-width { + width: 540px; + margin: 0 auto; + text-align: left; +} +.blankslate.large-format .mega-octicon { + width: 40px; + height: 40px; + font-size: 40px; + color: #aaa; +} +.blankslate.large-format .octicon-inbox { + font-size: 48px; + line-height: 40px; +} +.blankslate code { + padding: 2px 5px 3px; + font-size: 14px; + background: #fff; + border: 1px solid #eee; + border-radius: 3px; +} +.blankslate>.mega-octicon { + color: #aaa; +} +.blankslate .mega-octicon+.mega-octicon { + margin-left: 10px; +} +.tabnav+.blankslate { + margin-top: 20px; +} +.blankslate .context-loader.large-format-loader { + padding-top: 50px; +} +.spinner-forking { + display: block; + margin: 20px auto 40px; +} +.forking-repo { + margin: 40px 0; + text-align: center; +} +.forking-repo h3 { + margin-bottom: 10px; + font-size: 28px; + font-weight: 300; +} +.forking-repo h4 { + margin: 0 0 30px; + font-size: 16px; + font-weight: 300; +} +.boxed-group { + position: relative; + border-radius: 3px; + margin-bottom: 30px; +} +.boxed-group .counter { + color: #fff; + background-color: #babec0; +} +.boxed-group.flush .boxed-group-inner { + padding: 0; +} +.boxed-group.condensed .boxed-group-inner { + font-size: 12px; + padding: 0; +} +.boxed-group>h3, .boxed-group .heading { + background-color: #f5f5f5; + margin: 0; + border-radius: 3px 3px 0 0; + border: 1px solid #d8d8d8; + border-bottom: 0; + padding: 9px 10px 10px; + font-size: 14px; + line-height: 17px; + display: block; +} +.boxed-group>h3 a, .boxed-group .heading a { + color: inherit; +} +.boxed-group>h3 a.boxed-group-breadcrumb, .boxed-group .heading a.boxed-group-breadcrumb { + color: #666; + font-weight: normal; + text-decoration: none; +} +.boxed-group>h3 .avatar, .boxed-group .heading .avatar { + margin-top: -4px; +} +.boxed-group .tabnav.heading { + padding: 0; +} +.boxed-group .tabnav.heading .tabnav-tab.selected { + border-top: 0; +} +.boxed-group .tabnav.heading li:first-child .selected { + border-left-color: #fff; + border-top-left-radius: 3px; +} +.boxed-group .tabnav-tabs a { + border-radius: 0; + border-top: 0; +} +.boxed-group code.heading { + font-size: 12px; +} +.boxed-group.dangerzone>h3 { + background-color: #df3e3e; + border: 1px solid #a00; + color: #fff; + text-shadow: 0 -1px 0 #900; +} +.boxed-group.dangerzone .boxed-group-inner { + border-top: 0; +} +.boxed-group.condensed>h3 { + padding: 6px 6px 7px; + font-size: 12px; +} +.boxed-group.condensed>h3 .octicon { + padding: 0 6px 0 2px; +} +.one-half .boxed-group, .dashboard-sidebar .boxed-group { + margin-bottom: 20px; +} +.boxed-group .bleed-flush { + width: 100%; + padding: 0 10px; + margin-left: -10px; +} +.boxed-group .compact { + margin-top: 10px; + margin-bottom: 10px; +} +.boxed-group-inner { + padding: 1px 10px; + background: #fff; + border: 1px solid #d8d8d8; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + color: #666; + font-size: 13px; +} +.boxed-group-inner .markdown-body { + padding: 20px 10px 10px; + font-size: 13px; +} +.boxed-group-inner strong { + color: #333; +} +.boxed-group-inner.markdown-body { + padding-top: 10px; + padding-bottom: 10px; +} +.boxed-group-inner.seamless { + padding: 0; +} +.boxed-group-inner h4 { + margin: 15px 0 -5px; + font-size: 14px; + color: #000; +} +.boxed-group-inner .tabnav { + margin-left: -10px; + margin-right: -10px; + padding-left: 10px; + padding-right: 10px; +} +.boxed-group-inner .tabnav-tab.selected { + border-top: 1px solid #ddd; +} +.boxed-group-inner .help { + clear: both; + margin: 1em -10px 0; + padding: 1em 10px 1em 35px; + border-top: 1px solid #ddd; + color: #999; +} +.boxed-group-inner .help .octicon { + margin-left: -25px; + margin-right: 5px; +} +.boxed-group-inner .flash-global { + margin-left: -10px; + margin-right: -10px; + border-top: 0; +} +.boxed-action { + float: right; + margin-left: 10px; +} +.boxed-group-action { + float: right; + margin: 6px 10px 0 0; + position: relative; + z-index: 2; +} +.boxed-group-action.flush { + margin-top: 0; + margin-right: 0; +} +.boxed-group-action>.octicon { + color: #999; + margin-top: 4px; +} +.boxed-group-action>button { + background-color: transparent; + border: 0; + -webkit-appearance: none; +} +.field-with-errors { + display: inline; +} +.compact-options { + margin: -6px 0 13px; +} +.compact-options>li { + margin: 0 12px 0 0; + display: inline-block; + list-style-type: none; + font-weight: bold; +} +.compact-options>li label { + float: left; +} +.compact-options>li .spinner { + float: left; + width: 16px; + height: 16px; + margin-left: 5px; + display: block; +} +.boxed-group-list { + list-style: none; + margin: 0; +} +.boxed-group-list>li { + display: block; + margin-left: -10px; + margin-right: -10px; + padding: 5px 10px; + line-height: 23px; + border-bottom: 1px solid #e5e5e5; +} +.boxed-group-list>li:hover { + background: #ffe; +} +.boxed-group-list>li:first-child { + border-top: 1px solid #ddd; +} +.boxed-group-list>li:last-of-type { + border-bottom: 0; +} +.boxed-group-list>li.selected { + background: #e5f9e2; +} +.boxed-group-list>li.approved .minibutton, .boxed-group-list>li.rejected .minibutton { + display: none; +} +.boxed-group-list>li.approved:before { + margin-right: 5px; + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + content: "\f03a"; + color: #5ec051; +} +.boxed-group-list>li.rejected:before { + margin-right: 5px; + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + content: "\f050"; + color: #bc0000; +} +.boxed-group-list>li.rejected a { + text-decoration: line-through; +} +.boxed-group-list>li img { + margin-top: -2px; + margin-right: 4px; + vertical-align: middle; + border-radius: 3px; +} +.boxed-group-list>li .minibutton { + float: right; + margin: -1px 0 0 10px; +} +.boxed-group-list>li .button-group { + float: right; +} +.boxed-group-list>li .button-group .minibutton { + float: left; +} +.boxed-group.flush .boxed-group-list li { + margin-left: 0; + width: auto; + padding-left: 0; + padding-right: 0; +} +.boxed-group-list.standalone { + margin-top: -1px; +} +.boxed-group-list.standalone>li:first-child { + border-top: 0; +} +.boxed-group-table { + width: 100%; + text-align: left; +} +.boxed-group-table tr:last-child td { + border-bottom: 0; +} +.boxed-group-table th { + padding: 9px; + border-bottom: 1px solid #eee; + background-color: #fafafa; +} +.boxed-group-table td { + padding: 9px; + border-bottom: 1px solid #eee; + vertical-align: top; +} +#ajax-error-message { + display: none; + position: fixed; + top: -200px; + left: 50%; + width: 974px; + z-index: 9999; + margin: 0 3px; + margin-left: -487px; + -webkit-transition: top 0.5s ease-in-out; + transition: top 0.5s ease-in-out; +} +#ajax-error-message.visible { + top: 0; +} +#ajax-error-message>.octicon-alert { + vertical-align: text-top; +} +.boxed-group-success, .boxed-group-warning { + padding: 10px 15px; + margin: -1px -10px 0; + border-style: solid; + border-width: 1px 0; +} +.boxed-group-success .minibutton, .boxed-group-warning .minibutton { + margin: -5px 0; +} +.boxed-group-success:first-child, .boxed-group-warning:first-child { + border-top: 0; +} +.boxed-group-success { + color: #22662c; + background-color: #e2f9e5; + border-color: #bad3be; +} +.boxed-group-warning { + color: #4c4a42; + background-color: #fff9ea; + border-color: #dfd8c2; +} +.avatar-stack .avatar { + float: right; + width: 20px; + height: 20px; + margin-left: -17px; + border-radius: 2px; + -webkit-transition: margin 0.2s ease-in-out; + transition: margin 0.2s ease-in-out; + background-color: #fff; + border-right: 1px solid #fff; +} +.avatar-stack .avatar:last-child { + margin-left: 3px; +} +.avatar-stack:hover .avatar { + margin-left: 3px; +} +.conversation-list-heading { + margin: 35px 0 10px; + height: 0; + text-align: center; + font-size: 16px; + font-weight: normal; + color: #999; + border-bottom: 1px solid #ddd; +} +.conversation-list-heading .inner { + display: inline-block; + position: relative; + top: -10px; + padding: 0 5px; + background: #fff; +} +.simple-conversation-list { + margin: 15px 0; + font-size: 13px; + color: #999; +} +.simple-conversation-list>li { + margin: 0; + padding: 11px 0 8px; + list-style-type: none; + border-top: 1px solid #eee; +} +.simple-conversation-list>li:first-child { + border-top: 0; +} +.simple-conversation-list>li .title { + font-weight: bold; +} +.simple-conversation-list>li .num { + color: #999; +} +.simple-conversation-list>li .state { + margin-right: 3px; + margin-top: -3px; + padding-top: 2px; + padding-bottom: 2px; +} +.simple-conversation-list>li .meta { + float: right; + margin-left: 10px; +} +.simple-conversation-list.varied-states>li { + padding-left: 90px; +} +.simple-conversation-list.varied-states>li:before { + display: table; + content: ""} +.simple-conversation-list.varied-states>li:after { + display: table; + clear: both; + content: ""} +.simple-conversation-list.varied-states>li .state { + float: left; + width: 80px; + margin-left: -90px; +} +.flex-table { + display: table; +} +.flex-table-item { + display: table-cell; + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.flex-table-item-primary { + width: 99%} +.pagehead { + position: relative; + margin-bottom: 20px; + padding-top: 20px; + padding-bottom: 20px; + border-bottom: 1px solid #eee; +} +.pagehead.admin { + background: url(/assets/modules/pagehead/background-yellowhatch-v3-fa67c4b38f820183fc8956740a3ce6649ffb5d3123dd473f8864c66a4dbacbca.png) 0 0 repeat-x; +} +.pagehead .account-switcher { + display: inline-block; + margin-top: -2px; + margin-bottom: -6px; +} +.pagehead ul.pagehead-actions { + margin: 0; + float: right; + z-index: 21; +} +.pagehead ul.pagehead-actions .subscription { + display: block; +} +.pagehead ul.pagehead-actions .feed-icon { + margin-top: 5px; +} +.pagehead .path-divider { + margin: 0 0.25em; +} +.pagehead h1 { + margin-top: 0; + margin-bottom: 0; + font-size: 20px; + font-weight: normal; + line-height: 28px; +} +.pagehead h1 strong { + font-weight: bold; +} +.pagehead h1 a { + white-space: nowrap; +} +.pagehead h1 .avatar { + margin-right: 9px; + margin-top: -2px; + margin-bottom: -2px; +} +.pagehead-actions>li { + list-style-type: none; + font-size: 11px; + color: #333; + margin: 0 10px 0 0; + float: left; +} +.pagehead-actions>li:last-child { + margin-right: 0; +} +.pagehead-actions .octicon-mute { + color: #c00; +} +.context-loader { + position: absolute; + top: 0; + left: 50%; + margin-left: -75px; + width: 154px; + padding: 10px 10px 10px 30px; + font-weight: bold; + font-size: 12px; + color: #666; + background: url(/assets/spinners/octocat-spinner-16px-02c482dbba2151bb2d7a30af56d0c7513f12449d504f7a57f200d9e534b112ff.gif) 10px 50% no-repeat #eee; + border: 1px solid #ddd; + border-top: 1px solid #fff; + border-radius: 5px; + border-top-left-radius: 0; + border-top-right-radius: 0; + z-index: 20; +} +@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) { + .context-loader { + background: url(/assets/spinners/octocat-spinner-32-EAF2F5-0bdc57d34b85c4a4de9d0d1db10cd70e8a95f33ff4f46c5a8c48b4bf4e5a9abe.gif) 10px 50% no-repeat #eee; + background-size: 16px auto; +} +}.pagehead-nav { + float: right; + margin-bottom: -20px; +} +.pagehead-nav-item { + float: left; + padding: 6px 10px 21px; + margin-left: 20px; + font-size: 14px; + color: #777; +} +.pagehead-nav-item:hover { + text-decoration: none; + color: #333; +} +.pagehead-nav-item.selected { + color: #333; + border-bottom: 2px solid #d26911; +} +.pagehead-nav-item+.button-outline { + margin-top: -1px; + margin-left: 20px; +} +.progress-bar { + display: block; + overflow: hidden; + background-color: #eee; + border-radius: 3px; + height: 15px; +} +.progress-bar .progress { + height: 100%; + display: block; + background-color: #6cc644; +} +.protip { + margin-top: 20px; + text-align: center; +} +.protip code { + padding: 2px; + background-color: #f4f4f4; + border-radius: 3px; +} +.protip-callout { + padding: 8px 10px; + margin-bottom: 20px; + color: #4c4a42; + text-align: left; + border: solid 1px #eee; + border-radius: 3px; +} +.repo-list { + position: relative; +} +.repo-list .participation-graph { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: -1; +} +.repo-list .participation-graph.disabled { + display: none; +} +.repo-list .participation-graph .bars { + position: absolute; + bottom: 0; +} +.repo-list-item { + position: relative; + padding-top: 30px; + padding-bottom: 30px; + list-style: none; + border-bottom: 1px solid #eee; +} +.repo-list-name { + margin: 0 0 8px; + font-size: 20px; + line-height: 1.2; +} +.repo-list-name .prefix, .repo-list-name .slash { + font-weight: normal; +} +.repo-list-name .slash { + margin-right: -4px; + margin-left: -4px; +} +.repo-list-description { + max-width: 550px; + margin-top: 8px; + margin-bottom: 0; + font-size: 14px; + color: #666; +} +.repo-list-stats { + margin-top: 6px; + float: right; + font-size: 12px; + font-weight: bold; + color: #888; +} +.repo-list-stats .repo-list-stat-item { + margin-left: 8px; + display: inline-block; + color: #888; + text-decoration: none; +} +.repo-list-stats .repo-list-stat-item:hover { + color: #4183c4; +} +.repo-list-stats .repo-list-stat-item>.octicon { + font-size: 14px; +} +.repo-list-info { + display: inline-block; + height: 100%; + margin-top: 0; + margin-bottom: 0; + font-size: 12px; + color: #888; + vertical-align: middle; +} +.repo-list-info .octicon { + margin-top: -3px; + font-size: 12px; + vertical-align: middle; +} +.repo-list-meta { + display: block; + margin-top: 8px; + margin-bottom: 0; + font-size: 13px; + color: #888; +} +.repo-list-meta .avatar { + margin-top: -2px; +} +.repo-list-meta a:hover { + text-decoration: none; +} +.task-list-item { + list-style-type: none; +} +.task-list-item label { + font-weight: normal; +} +.task-list-item.enabled label { + cursor: pointer; +} +.task-list-item+.task-list-item { + margin-top: 3px; +} +.task-list-item-checkbox { + float: left; + margin: 0.3em 0 0.25em -1.6em; + vertical-align: middle; +} +.about-header { + height: 300px; + background-color: #111; + background-image: url(/assets/modules/about/about-header-d282aa6adabb0aa921113cd1eb22baa0b14e85e99b82b986595527229346208c.jpg); + background-size: cover; + background-position: 50%} +.about-header.team { + background-image: url(/assets/modules/about/team-header-45aac724e2475a318af9a22823f2f78e4bf7b8064cb59f136b0d9f59ad73df43.jpg); +} +.about-header.press { + background-image: url(/assets/modules/about/press-header-6507db004612e161e4e34710991d9a5cb3327daab85df2ebd357b7f9db28ac79.jpg); +} +.about-header.jobs { + background-image: url(/assets/modules/about/jobs-header-75c7cf97d0b51a35bd79377ad4e0fd2c6589015c3b5d4079644c654b5492d134.jpg); +} +.about-menu { + border-bottom: 1px solid #eee; +} +.about-menu-link { + float: left; + width: 25%; + padding: 20px 20px 17px; + font-size: 18px; + color: #777; + text-align: center; + border-bottom: 3px solid #fff; +} +.about-menu-link:hover { + color: #4183c4; + text-decoration: none; + border-bottom-color: #f5f5f5; +} +.about-menu-link.selected { + font-weight: bold; + color: #333; + border-bottom-color: #d26911; +} +.about-content { + padding: 0; + font-size: 18px; + font-weight: 300; + line-height: 1.5; +} +.about-content p { + margin-top: 0; +} +.about-content .container>p:first-child { + margin-top: 2em; + margin-bottom: 2em; + font-size: 24px; +} +.about-content .about-lead { + padding-left: 10%; + padding-right: 10%; + text-align: center; +} +.about-content hr { + margin-top: 30px; + margin-bottom: 30px; + border-bottom-color: #eee; +} +.press-mentions { + margin-top: 25px; +} +.press-mentions li { + margin-bottom: 15px; + list-style-type: none; +} +.press-mentions cite { + font-style: normal; + font-weight: normal; + display: block; + font-size: 13px; + color: #666; +} +.press-mentions h4 { + margin: 6px 0 0 -45px; + float: left; + color: #808080; +} +.press-info { + margin: 20px 0 30px; +} +.press-info:before { + display: table; + content: ""} +.press-info:after { + display: table; + clear: both; + content: ""} +.press-info-link { + position: relative; + display: block; + padding: 10px 15px; + font-weight: normal; + line-height: 2; + background-color: #fafafa; + border: 1px solid #ddd; +} +.press-info-link:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.press-info-link:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.press-info-link+.press-info-link { + margin-top: -1px; +} +.press-info-link .mega-octicon { + width: 32px; + text-align: center; + margin-right: 7px; + color: #aec0d0; + vertical-align: middle; +} +.press-info-link:hover { + z-index: 2; + color: #fff; + text-decoration: none; + border-color: #4183c4; + background-color: #4183c4; +} +.press-info-link:hover .mega-octicon { + color: inherit; +} +.hubbers-list { + margin: -6px; + list-style: none; +} +.hubbers-list:before { + display: table; + content: ""} +.hubbers-list:after { + display: table; + clear: both; + content: ""} +.hubbers-list-item { + display: block; + float: left; + width: 128px; + height: 128px; + margin: 6px; + text-align: center; +} +.hubbers-list-item img { + display: block; + width: 100%; + height: 100%; + background-color: #fff; +} +.hubbers-list-item .hubber-name { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + display: block; + padding-top: 100px; + font-size: 12px; + font-weight: bold; + color: #fff; + text-align: center; + text-shadow: 0 0 4px #000; + background-color: rgba(0, 0, 0, 0.25); + background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.25)); + background-image: linear-gradient(rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.25)); + background-repeat: repeat-x; + background-color: transparent; + opacity: 0; + -webkit-transition: opacity 0.25s ease-in-out; + transition: opacity 0.25s ease-in-out; +} +.hubbers-list-item a { + position: absolute; + display: block; + width: 128px; + height: 128px; +} +.hubbers-list-item a:hover .hubber-name { + opacity: 1; +} +.jobs-open-positions { + background-color: #f1f6fb; + border: solid 1px #d0e5f8; + border-radius: 3px; + padding: 20px; + margin-top: 10px; +} +.jobs-open-positions ul { + margin-top: 24px; + list-style: none; +} +.cvv-hint { + position: relative; + padding-right: 15px; +} +.cvv-hint:hover .cvv-hint-tooltip { + display: block; +} +.cvv-hint-tooltip { + display: none; + position: absolute; + border: 1px solid #d0d0d0; + padding: 15px; + z-index: 1000; + background-color: #fff; + left: 100%; + top: -150px; + box-shadow: 0 0 5px #ebebeb, 0 0 5px #ebebeb, 0 0 5px #ebebeb, 0 0 5px #ebebeb, 0 0 5px #ebebeb; +} +.credit-card { + border: 1px solid #ddd; + width: 250px; + padding: 20px; + height: 150px; + position: relative; + margin-top: 5px; + border-radius: 10px; +} +.credit-card.amex { + margin-top: 15px; +} +.credit-card.amex .title { + color: #fff; + font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; + text-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd, 0 1px 0 #ddd, 0 -1px 0 #ddd, -1px -1px 0 #ddd, 1px 1px 0 #ddd, -1px 1px 0 #ddd, 1px -1px 0 #ddd; + position: relative; + z-index: 1; + top: -5px; + text-align: center; + letter-spacing: 1px; + -webkit-transform: scale(1.3, 1); + -ms-transform: scale(1.3, 1); + transform: scale(1.3, 1); +} +.credit-card.amex .card-number { + margin-top: 40px; + font-size: 15px; + display: inline-block; + white-space: nowrap; + position: relative; +} +.credit-card.amex .gladiator { + position: absolute; + left: 50%; + top: 50px; + margin-left: -35px; + height: 80px; + width: 70px; + border: 3px solid #fff; + box-shadow: 0 0 1px #aaa; + border-top-left-radius: 35px 40px; + border-bottom-left-radius: 35px 40px; + border-top-right-radius: 35px 40px; + border-bottom-right-radius: 35px 40px; + background-color: #e0e0e0; +} +.credit-card.normal .strap { + background-color: #555; + height: 20px; + margin: -5px -20px 15px; +} +.credit-card.normal .signature { + display: inline-block; + background-color: #e9e9e9; + white-space: nowrap; + font-family: "Brush Script MT", cursive; + height: 30px; + width: 150px; + font-size: 17px; + color: #aaa; + letter-spacing: -1px; + line-height: 33px; + text-indent: 10px; +} +.credit-card .cvv { + left: -7px; + top: -10px; + border: 2px solid #f00; + padding: 2px 5px; + line-height: 1; + font-family: monospace; + font-size: 10px; + border-top-left-radius: 20px 10px; + border-bottom-left-radius: 20px 10px; + border-top-right-radius: 20px 10px; + border-bottom-right-radius: 20px 10px; + text-align: center; + position: relative; + display: inline-block; +} +.credit-card .cvv span { + position: absolute; + right: 100%; + margin-right: 5px; + color: #999; +} +.credit-card .text { + text-transform: uppercase; + font-size: 7px; + display: block; + line-height: 1.1; + font-weight: bold; + font-family: monospace; +} +.billing-seats table input { + width: 5em; +} +.billing-seats table td { + vertical-align: middle; + border-bottom: 0; +} +.billing-seats table td.fixed { + width: 150px; +} +.billing-seats table td.black { + color: #000; +} +.billing-seats table tr { + border-bottom: 1px solid #eee; +} +.billing-seats table tr:last-child { + border-bottom: 0; +} +.billing-seats table tr:nth-child(even) { + background-color: #fafafa; +} +.billing-seats table tr.total-row { + background-color: #fff; +} +.billing-seats .new-seats { + margin-left: 5px; +} +.billing-seats .seat-cost { + color: #999; +} +.billing-seats .form-submit, .billing-seats .payment-method { + margin-left: 10px; +} +.billing-seats .payment-summary { + margin-left: 10px; + margin-right: 10px; +} +.billing-credit-card .javascript-disabled-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1; + display: none; + background-color: #fff; + opacity: 0.5; +} +.billing-credit-card.disabled .javascript-disabled-overlay, .billing-credit-card.unsupported .javascript-disabled-overlay { + display: block; +} +.billing-actions { + padding-bottom: 10px; +} +.help.billing-next-payment-help { + margin-top: 0; +} +.billing-extra-box { + border-left: 3px solid #eee; + padding-left: 10px; + margin: 10px 0 0; +} +.billing-section { + border-bottom: 1px solid #eee; + padding: 15px 10px; + line-height: 1.5em; +} +.billing-section.oneliner { + padding-bottom: 14px; +} +.billing-section.oneliner .action-button { + margin-top: -4px; +} +.billing-section p { + margin: 10px 0 0; +} +.billing-section .disabled-message { + color: #bd2c00; +} +.billing-section .action-button { + float: right; + margin-bottom: 5px; + margin-left: 10px; +} +.billing-section .octicon-button { + float: right; + padding: 4px; + margin-left: 5px; +} +.billing-section .section-label { + width: 85px; + color: #777; + font-weight: normal; + text-align: right; + position: absolute; +} +.billing-section .section-content { + color: #333; + margin-left: 100px; +} +.billing-section .usage-bar { + margin: 5px 0 0; + background: #eee; + border-radius: 20px; + width: 50%} +.billing-section .usage-bar.exceeded .progress { + background: #bd2c00; +} +.billing-section .usage-bar .progress { + border-radius: 20px; + height: 5px; + background: #67d07c; + position: relative; +} +.billing-section .pending-invitations-link { + color: #999; +} +.billing-section:last-child { + border-bottom: 0; +} +.billing-section.info-section { + background: #f9f9f9; + border-bottom: 0; + color: #777; + overflow: hidden; +} +.billing-section.info-section .octicon-info { + font-size: 30px; + color: #ddd; +} +.setup-wrapper .paypal-container { + margin-bottom: 30px; +} +.setup-wrapper .paypal-logged-in .paypal-container { + margin-bottom: 10px; +} +.payment-methods { + position: relative; +} +.payment-methods .selected-payment-method { + display: none; +} +.payment-methods .selected-payment-method:before { + display: table; + content: ""} +.payment-methods .selected-payment-method:after { + display: table; + clear: both; + content: ""} +.payment-methods .selected-payment-method.active { + display: block; +} +.payment-methods .pay-with-header { + margin: 5px 0; +} +.payment-methods .pay-with-paypal .setup-creditcard-form, .payment-methods .pay-with-paypal .paypal-form-actions, .payment-methods .pay-with-paypal .terms, .payment-methods .pay-with-paypal .paypal-signed-in, .payment-methods .pay-with-paypal .paypal-down-flash, .payment-methods .pay-with-paypal .loading-paypal-spinner { + display: none; +} +.payment-methods.paypal-loading .loading-paypal-spinner { + display: block; +} +.payment-methods.paypal-down .paypal-down-flash { + display: block; +} +.payment-methods.paypal-logged-in .paypal-sign-in { + display: none; +} +.payment-methods.paypal-logged-in .setup-creditcard-form, .payment-methods.paypal-logged-in .paypal-form-actions, .payment-methods.paypal-logged-in .terms, .payment-methods.paypal-logged-in .paypal-signed-in { + display: block; +} +.payment-methods.has-paypal-account .paypal-sign-in { + display: none; +} +.payment-methods.has-paypal-account .paypal-signed-in { + display: block; +} +.paypal-label { + font-weight: bold; + margin: 15px 0 10px; +} +.paypal-container { + margin-bottom: 15px; + vertical-align: top; + display: inline-block; + background-color: #f9f9f9; + border-radius: 4px; +} +#braintree-paypal-loggedin { + background-position: 12px 50% !important; + border: 1px solid #ddd !important; + padding: 11px 16px !important; + border-radius: 4px; +} +#bt-pp-name { + margin-left: 20px !important; +} +#bt-pp-email { + margin-left: 15px !important; +} +#bt-pp-cancel { + font-size: 0 !important; + color: #a00 !important; + text-decoration: none !important; + font-family: octicons !important; + line-height: 1 !important; + display: inline-block; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +#bt-pp-cancel:before { + font-size: 16px !important; + content: "\f081"} +.payment-history .no-payments { + margin: 10px; +} +.payment-history .id, .payment-history .date, .payment-history .plan, .payment-history .receipt, .payment-history .status, .payment-history .amount { + width: 1%; + white-space: nowrap; +} +.payment-history .receipt { + text-align: center; +} +.payment-history .status { + color: #999; +} +.payment-history .status-icon { + width: 14px; + text-align: center; +} +.payment-history .succeeded .status { + color: #6cc644; +} +.payment-history .refunded, .payment-history .failed { + background: #f9f9f9; +} +.payment-history .refunded td, .payment-history .failed td { + opacity: 0.5; +} +.payment-history .refunded .receipt, .payment-history .refunded .status, .payment-history .failed .receipt, .payment-history .failed .status { + opacity: 1; +} +.payment-history .refunded .status { + color: #999; +} +.payment-history .failed .status { + color: #bd2c00; +} +.paypal-icon { + vertical-align: middle; + margin: 0 2px 0 1px; +} +.inline-form-action { + display: inline; +} +.boxed-group .boxed-group-content { + margin: 10px; +} +.billing-container { + width: 500px; + margin-top: 80px; + margin-bottom: 80px; +} +.billing-step { + margin-bottom: 50px; +} +.billing-step-title { + font-weight: 400; + padding-bottom: 10px; + border-bottom: 1px solid #e0e0e0; + margin-bottom: 15px; +} +.currency-container .local-currency, .currency-container .local-currency-block { + display: none; +} +.currency-container.open .local-currency { + display: inline; +} +.currency-container.open .local-currency-block { + display: block; +} +.currency-container.open .default-currency { + display: none; +} +.plan-chooser { + margin: 10px auto 20px; +} +.plan-chooser.on-free .toggle-currency, .plan-chooser.on-free .currency-notice, .plan-chooser.on-free .plan-price-group, .plan-chooser.on-free .coupon-notice { + display: none; +} +.strong-label { + font-weight: bold; + margin-bottom: 5px; + display: inline-block; +} +.plan-chooser-repo-menu { + margin-bottom: 15px; +} +.plan-chooser-repo-menu .price-label { + display: none; +} +.plan-chooser-repo-menu .button-block { + text-align: left; +} +.discounted-original-price, .per-repo.has-coupon .original-price { + text-decoration: line-through; + color: #999; + font-weight: normal; +} +.heat1 { + background-color: #ffeca7; +} +.heat2 { + background-color: #ffdd8c; +} +.heat3 { + background-color: #ffdd7c; +} +.heat4 { + background-color: #fba447; +} +.heat5 { + background-color: #f68736; +} +.heat6 { + background-color: #f37636; +} +.heat7 { + background-color: #ca6632; +} +.heat8 { + background-color: #c0513f; +} +.heat9 { + background-color: #a2503a; +} +.heat10 { + background-color: #793738; +} +.blame-breadcrumb .css-truncate-target { + max-width: 680px; +} +.blame-commit, .blame-commit+.blame-line { + border-top: 1px solid #e9e9e9; +} +.blame-container { + margin-top: -1px; +} +.blame-blob-num { + background-color: #fdfdfd; +} +.blame-commit-info { + position: relative; + width: 350px; + min-width: 350px; + max-width: 350px; + padding: 8px 10px; + vertical-align: top; +} +.blame-commit-avatar { + float: left; + margin-right: 5px; +} +.blame-commit-title { + font-weight: bold; + color: #333; + max-width: 230px; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + line-height: 1.1; + vertical-align: top; +} +.blame-sha { + font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace; + float: right; +} +.blame-commit-meta { + color: #999; + font-size: 12px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + line-height: 1.1; +} +.line-age { + width: 2px; + padding: 0 1px; +} +.line-age-legend { + float: right; + margin-top: -25px; + font-size: 12px; + color: #777; +} +.line-age-legend ol { + display: inline-block; + list-style: none; + margin: 0 5px; +} +.line-age-legend ol li { + display: inline-block; + width: 8px; + height: 10px; +} +#blog-main .pagehead h1 { + margin-top: 3px; + font-size: 24px; +} +.blog-title { + color: #333; +} +.blog-search { + position: relative; + float: right; +} +.blog-search .blog-search-input { + padding-left: 28px; + width: 200px; +} +.blog-search .octicon-search { + position: absolute; + left: 7px; + top: 9px; + z-index: 5; + color: #999; +} +.blog-search-results em { + background-color: #faffa6; + padding: 0.1em; +} +.blog-aside { + float: right; + width: 200px; +} +.blog-aside .button { + margin-bottom: 20px; + text-align: center; +} +.blog-aside .menu-container { + float: none; + margin-bottom: 30px; +} +.blog-aside .rss { + display: inline-block; + margin-left: 5px; + color: #999; +} +.blog-aside .rss .octicon { + float: left; + margin-right: 5px; + color: #f93; +} +.blog-content { + width: 685px; + font-family: "Helvetica Neue", Helvetica, Arial, freesans, sans-serif; +} +.blog-content h1, .blog-content h2, .blog-content h3 { + font-weight: 500; +} +.blog-content .markdown-body h2 { + font-size: 20px; +} +.blog-content .markdown-body h3 { + font-size: 18px; +} +.blog-draft-indicator { + color: #bd2c00; +} +.blog-post { + margin-bottom: 60px; +} +.blog-post-meta { + list-style: none; + margin-bottom: 20px; + color: #999; +} +.blog-post-meta .meta-item { + display: inline; + padding-right: 20px; +} +.blog-post-meta a { + color: #999; +} +.blog-post-meta .octicon, .blog-post-meta .author-avatar { + vertical-align: top; + border-radius: 3px; +} +.blog-post-title { + margin-top: 0; + margin-bottom: 10px; + font-size: 32px; +} +#blog-home { + color: #ccc; + font-size: 15px; + font-weight: 100; + margin-right: 10px; + margin-left: -25px; + vertical-align: middle; +} +#blog-home:hover { + color: #999; +} +.blog-post-body { + font-size: 16px; + line-height: 1.6; + color: #444; +} +.blog-post-body img { + padding: 3px; + border: 1px solid #d8d8d8; +} +.blog-post-body img.emoji { + border: 0; + padding: 0; +} +.blog-post-body iframe { + border: 0; + width: 100%} +.blog-feedback { + margin: 50px 0; + background-color: #fafafa; + border: 1px solid #ddd; + border-bottom-color: #ccc; + border-radius: 3px; + box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1; +} +.blog-feedback-header { + margin: 0; + padding: 10px; + border-bottom: 1px solid #ddd; + box-shadow: 0 1px 0 #fff; + font-size: 14px; + font-weight: bold; +} +.blog-feedback-header.with-twitter { + background: url(/assets/icons/twitter-00141fde4f9233b7393bc12679ca2814ace7749f36ed444f9e8ac844048e9412.png) 648px 1px no-repeat; + background-size: 32px auto; +} +.blog-feedback-description { + margin: 0; + padding: 10px; + color: #999; +} +.branches .page-header { + margin-bottom: 20px; +} +.branches .clear-search { + display: none; +} +.branches .loading-overlay { + display: none; + position: absolute; + top: 0; + width: 100%; + height: 100%; + padding-top: 50px; + z-index: 20; + background-color: rgba(255, 255, 255, 0.7); + text-align: center; +} +.branches .loading-overlay .spinner { + display: inline-block; +} +.branches.is-search-mode .clear-search { + display: inline-block; +} +.branches.is-loading .loading-overlay { + display: block; +} +.branches .status { + display: inline-block; + width: 16px; + text-align: center; +} +.branches .status .octicon { + position: relative; + top: 2px; +} +.branches .pull-request-link { + top: 0; + display: inline; + padding: 2px 5px; + line-height: 1em; +} +.branches .branch-actions { + float: right; + position: relative; + top: -3px; + right: -4px; +} +.branches .branch-actions form { + display: inline; +} +.branches .branch-actions .octicon { + width: 16px; + text-align: center; +} +.branch-groups { + position: relative; +} +.branch-group { + margin-bottom: 20px; + width: 100%; + border-radius: 3px; +} +.branch-group:before { + display: table; + content: ""} +.branch-group:after { + display: table; + clear: both; + content: ""} +.branch-group-heading { + border: 1px solid #ddd; + border-bottom: 0; + padding: 6px 12px; + background: #f5f5f5; + text-shadow: 0 1px 0 #fff; +} +.branch-group-heading+.branch-summary { + border-top: 1px solid #ddd; +} +.branch-group-name { + color: #666; + font-weight: bold; +} +.branch-group-heading:first-child, .branch-summary:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.branch-group-heading:last-child, .branch-summary:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.branches-view-switcher { + display: inline-block; + vertical-align: middle; +} +.branch-search { + position: relative; + float: right; + vertical-align: middle; +} +.branch-search .clear-search { + position: absolute; + right: 12px; + top: 9px; + color: #999; +} +.branch-search-field { + width: 250px; + padding-right: 25px; +} +.no-results-message { + padding: 12px; + border: 1px solid #ddd; + border-radius: 0 0 3px 3px; + color: rgba(0, 0, 0, 0.5); + text-align: center; +} +.branch-summary { + padding: 12px; + border: 1px solid #ddd; + border-bottom: 0; + color: rgba(0, 0, 0, 0.5); +} +.branch-summary:last-child { + border-bottom: 1px solid #ddd; +} +.branch-summary .branch-spinner { + display: none; + vertical-align: text-bottom; +} +.branch-summary.loading .branch-delete-icon { + display: none; +} +.branch-summary.loading .branch-spinner { + display: inline-block; +} +.branch-summary.is-deleted .existing-branch-summary { + display: none; +} +.branch-summary.is-deleted .deleted-branch-summary { + display: block; +} +.deleted-branch-summary { + display: none; +} +.deleted-branch-summary .css-truncate-target { + max-width: 500px; +} +.deleted-branch-summary .branch-name { + opacity: 0.5; + text-decoration: line-through; +} +.deleted-branch-summary .branch-spinner { + float: right; + position: relative; + top: 4px; + right: 5px; +} +.pr-details { + display: inline-block; + width: 144px; + text-align: right; +} +.pr-details .state { + padding: 1px 5px; + font-size: 12px; + width: 75px; + margin-left: 5px; + text-decoration: none; +} +.pr-details .state .octicon { + font-size: 14px; +} +.branch-delete { + display: inline-block; + color: #bd2c00; + margin: 4px 2px 0 8px; +} +.branch-delete.disabled { + color: #ddd; +} +.more-branches { + display: block; + padding: 6px; + width: 100%; + border: 1px solid #dae5eb; + border-radius: 0 0 3px 3px; + text-align: center; + text-decoration: none; + background: #f1f7fa; + color: #4183c4; +} +.more-branches:hover { + background: #e6f1f6; +} +.more-branches .octicon { + position: relative; + top: 1px; + margin-left: 5px; +} +.branch-details { + display: inline-block; + width: 490px; + margin-right: 10px; +} +.branch-details .css-truncate-target { + max-width: 240px; +} +.branch-meta { + color: #aaa; + font-size: 12px; + line-height: 20px; +} +.default-label { + width: 180px; + text-align: center; + display: inline-block; +} +@-webkit-keyframes branch-bar-slide { + from { + width: 0%} +to { + width: 100%} +}@keyframes branch-bar-slide { + from { + width: 0%} +to { + width: 100%} +}.branch-a-b-count { + display: inline-block; + vertical-align: middle; +} +.branch-a-b-count .count-half { + float: left; + width: 90px; + text-align: right; + padding-bottom: 6px; + position: relative; +} +.branch-a-b-count .count-half:last-child { + text-align: left; + border-left: 1px solid #bbb; +} +.branch-a-b-count .count-value { + position: relative; + top: -1px; + display: block; + padding: 0 3px; + font-size: 10px; +} +.branch-a-b-count .bar { + position: absolute; + min-width: 3px; + height: 4px; +} +.branch-a-b-count .meter { + position: absolute; + height: 4px; + background-color: #ccc; + -webkit-animation: branch-bar-slide 0.3s ease forwards 0.5s; + animation: branch-bar-slide 0.3s ease forwards 0.5s; +} +.branch-a-b-count .meter.zero { + background-color: transparent; +} +.branch-a-b-count .bar-behind { + right: 0; + border-radius: 3px 0 0 3px; +} +.branch-a-b-count .bar-behind .meter { + right: 0; + border-radius: 3px 0 0 3px; +} +.branch-a-b-count .bar-ahead { + left: 0; + border-radius: 0 3px 3px 0; +} +.branch-a-b-count .bar-ahead .meter { + border-radius: 0 3px 3px 0; +} +.branch-a-b-count .bar-ahead.even, .branch-a-b-count .bar-behind.even { + background: #eee; + min-width: 2px; +} +.capped-cards { + list-style: none; +} +.capped-cards .capped-card { + float: left; + width: 450px; +} +.capped-card { + border-radius: 2px; + border: 1px solid #ddd; + list-style: none; + margin: 10px; +} +.capped-card:before { + display: table; + content: ""} +.capped-card:after { + display: table; + clear: both; + content: ""} +.capped-card:nth-child(odd) { + margin-left: 0; +} +.capped-card:nth-child(even) { + margin-right: 0; +} +.capped-card h3 { + margin: 0; + border-bottom: 1px solid #eee; + line-height: 100%; + padding: 10px; +} +.capped-card>p { + border-bottom: 1px solid #eee; + color: #999; + display: block; + font-size: 15px; + line-height: 100%; + margin: 0; + padding: 0 10px 10px; +} +.capped-card-content { + background: #f7f7f7; + display: block; +} +.capped-card-content:before { + display: table; + content: ""} +.capped-card-content:after { + display: table; + clear: both; + content: ""} +.clone-url h5 { + margin-top: 0; + margin-bottom: 10px; +} +.clone-url .input-group { + width: 100%} +.clone-url input.input-mini { + font-size: 11px; + color: #999; +} +.commit-form { + position: relative; + padding: 15px; + border: 1px solid #ddd; + border-radius: 3px; +} +.commit-form:after, .commit-form:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none; +} +.commit-form:after { + border-width: 7px; + border-right-color: #fff; + margin-top: 1px; + margin-left: 2px; +} +.commit-form:before { + border-right-color: #ddd; + border-width: 8px; +} +.commit-form .input-block { + margin-top: 10px; + margin-bottom: 10px; +} +.commit-form-avatar { + float: left; + margin-left: -64px; + border-radius: 3px; +} +.commit-form-actions { + text-align: right; +} +.commit-form-actions:before { + display: table; + content: ""} +.commit-form-actions:after { + display: table; + clear: both; + content: ""} +.commit-form-actions .button { + float: right; + margin-left: 5px; +} +.commit-form-actions .check-for-fork { + line-height: 34px; +} +.copyable-terminal { + position: relative; + padding: 10px 55px 10px 10px; + background-color: #f7f7f7; + border-radius: 3px; +} +.copyable-terminal-content { + overflow: auto; +} +.copyable-terminal-button { + position: absolute; + top: 5px; + right: 5px; +} +.copyable-terminal-button .zeroclipboard-button { + float: right; +} +.copyable-terminal-button .zeroclipboard-button .octicon { + padding-left: 1px; + margin: 0 auto; +} +.logged_out.enter-coupon { + background-color: #f9f9f9; +} +.logged_out.enter-coupon .coupon-form-body { + margin-bottom: -20px; + background-image: none; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075), inset 1px 0 #fff, 0 0 200px #fff; +} +.logged_out.enter-coupon .header-logged-out { + background-color: #fff; +} +.logged_out.enter-coupon .site-footer { + border-top: 0; +} +.coupons .setup-plans td img { + vertical-align: middle; + margin-top: -2px; +} +.coupons .coupon-form-body { + width: 230px; + margin: 100px auto 60px; + padding: 20px; + font-size: 14px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + text-align: center; + background-color: #fff; + background-image: -webkit-linear-gradient(#fefefe, #fafafa); + background-image: linear-gradient(#fefefe, #fafafa); + border: 1px solid #ccc; + border-radius: 3px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075), inset 1px 0 #fff; +} +.coupons .coupon-form-body .input-block { + margin-bottom: 15px; +} +.coupons .coupon-form-body .button { + display: block; + width: 100%} +.coupon-icon { + width: 80px; + height: 80px; + margin: 0 auto 15px; + color: #4183c4; + border: 1px solid #dedede; + border-radius: 40px; +} +.coupon-icon .mega-octicon { + margin-left: 2px; + font-size: 48px; + line-height: 80px; +} +.coupon-signin-title { + margin-top: 40px; +} +.coupon-title { + margin-bottom: 20px; + font-weight: 500; +} +.coupons-list-options { + margin-bottom: 15px; +} +.coupons-list-options .select-menu, .coupons-list-options .button-group { + display: inline-block; + margin-right: 10px; +} +.coupons-list-options .pagination { + float: right; + margin: 0; +} +dl.form.developer-select-account { + margin-top: 0; +} +.developer-wrapper .setup-info-module .features-list { + margin-left: 16px; +} +.developer-wrapper .setup-info-module .features-list .octicon { + margin-left: -17px; +} +.developer-thanks h2 { + font-size: 38px; + font-weight: normal; +} +.developer-thanks .hook { + margin-top: 2px; + margin-bottom: 30px; + font-size: 18px; + font-weight: 300; + color: #666; +} +.developer-thanks-image { + position: relative; + bottom: -45px; + float: left; + width: 400px; +} +.developer-thanks-section { + margin: 130px 0 0 470px; +} +.developer-next-steps { + list-style: none; + font-size: 18px; + font-weight: 300; +} +.developer-next-steps li { + margin-top: 10px; +} +.developer-next-steps li:first-child { + margin-top: 0; +} +.developer-next-steps .mega-octicon { + position: relative; + top: 5px; + margin-right: 10px; + font-size: 32px; + color: #6cc644; +} +.blob-wrapper { + overflow-x: auto; + overflow-y: hidden; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.tab-size-1 { + -moz-tab-size: 1; + -o-tab-size: 1; + tab-size: 1; +} +.tab-size-2 { + -moz-tab-size: 2; + -o-tab-size: 2; + tab-size: 2; +} +.tab-size-3 { + -moz-tab-size: 3; + -o-tab-size: 3; + tab-size: 3; +} +.tab-size-4 { + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; +} +.tab-size-5 { + -moz-tab-size: 5; + -o-tab-size: 5; + tab-size: 5; +} +.tab-size-6 { + -moz-tab-size: 6; + -o-tab-size: 6; + tab-size: 6; +} +.tab-size-7 { + -moz-tab-size: 7; + -o-tab-size: 7; + tab-size: 7; +} +.tab-size-8 { + -moz-tab-size: 8; + -o-tab-size: 8; + tab-size: 8; +} +.tab-size-9 { + -moz-tab-size: 9; + -o-tab-size: 9; + tab-size: 9; +} +.tab-size-10 { + -moz-tab-size: 10; + -o-tab-size: 10; + tab-size: 10; +} +.tab-size-11 { + -moz-tab-size: 11; + -o-tab-size: 11; + tab-size: 11; +} +.tab-size-12 { + -moz-tab-size: 12; + -o-tab-size: 12; + tab-size: 12; +} +.diff-table { + width: 100%; + border-collapse: separate; +} +.diff-table .line-comments { + padding: 10px; +} +.diff-table .line-comments:first-child+.empty-cell { + border-left-width: 1px; +} +.diff-table tr:not(:last-child) .line-comments { + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} +.blob-num { + width: 1%; + min-width: 50px; + padding-left: 10px; + padding-right: 10px; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + line-height: 18px; + color: rgba(0, 0, 0, 0.3); + vertical-align: top; + text-align: right; + border: solid #eee; + border-width: 0 1px 0 0; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.blob-num:hover { + color: rgba(0, 0, 0, 0.6); +} +.blob-num:before { + content: attr(data-line-number); +} +.blob-code { + position: relative; + padding-left: 10px; + padding-right: 10px; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + color: #333; + vertical-align: top; + white-space: pre; + overflow: visible; +} +.blob-code .x-first { + border-top-left-radius: 0.2em; + border-bottom-left-radius: 0.2em; +} +.blob-code .x-last { + border-top-right-radius: 0.2em; + border-bottom-right-radius: 0.2em; +} +.soft-wrap .blob-code { + word-wrap: break-word; + white-space: pre-wrap; + padding-left: 18px; + text-indent: -7px; +} +.soft-wrap .blob-code .no-nl-marker { + display: none; +} +.soft-wrap .add-line-comment { + margin-left: -28px; +} +.blob-num-hunk, .blob-code-hunk, .blob-num-expandable, .blob-code-expandable { + vertical-align: middle; + color: rgba(0, 0, 0, 0.3); + border-color: #d5e4f2; +} +.blob-num-hunk, .blob-num-expandable { + background-color: #f0f5fa; +} +.blob-code-hunk, .blob-code-expandable { + padding-top: 4px; + padding-bottom: 4px; + background-color: #f8fafd; + border-width: 1px 0; +} +.blob-expanded .blob-num, .blob-expanded .blob-code { + background-color: #fafafa; +} +.blob-expanded+tr:not(.blob-expanded) .blob-num, .blob-expanded+tr:not(.blob-expanded) .blob-code { + border-top: 1px solid #eee; +} +.blob-expanded .blob-num-hunk { + border-top: 1px solid #eee; +} +tr:not(.blob-expanded)+.blob-expanded .blob-num, tr:not(.blob-expanded)+.blob-expanded .blob-code { + border-top: 1px solid #eee; +} +.blob-num-expandable { + padding: 0; + font-size: 12px; + text-align: center; +} +.blob-num-expandable .diff-expander { + display: block; + width: auto; + height: auto; + margin-right: -1px; + padding: 4px 11px 4px 10px; + cursor: pointer; + color: #999; +} +.blob-num-expandable .diff-expander:hover { + color: #fff; + text-shadow: none; + background-color: #4183c4; + border-color: #4183c4; +} +.blob-code-addition { + background-color: #eaffea; +} +.blob-code-addition .x { + background-color: #a6f3a6; +} +.blob-num-addition { + background-color: #dbffdb; + border-color: #c1e9c1; +} +.blob-code-deletion { + background-color: #ffecec; +} +.blob-code-deletion .x { + background-color: #f8cbcb; +} +.blob-num-deletion { + background-color: #ffdddd; + border-color: #f1c0c0; +} +.selected-line.blob-code { + background-color: #f8eec7; +} +.selected-line.blob-code .x { + background-color: transparent; +} +.selected-line.blob-num { + background-color: #f6e8b5; + border-color: #f0db88; +} +.add-line-comment { + position: relative; + z-index: 5; + float: left; + width: 20px; + height: 20px; + margin: -1px -10px -1px -20px; + line-height: 20px; + color: #fff; + text-align: center; + text-indent: 0; + cursor: pointer; + background-color: #4183c4; + background-color: #4183c4; + background-image: -webkit-linear-gradient(#5490ca, #4183c4); + background-image: linear-gradient(#5490ca, #4183c4); + background-repeat: repeat-x; + border-radius: 3px; + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); + opacity: 0; + -webkit-transform: scale(0.8, 0.8); + -ms-transform: scale(0.8, 0.8); + transform: scale(0.8, 0.8); + -webkit-transition: -webkit-transform 0.1s ease-in-out; + transition: transform 0.1s ease-in-out; +} +.add-line-comment:hover { + -webkit-transform: scale(1, 1); + -ms-transform: scale(1, 1); + transform: scale(1, 1); +} +.is-hovered .add-line-comment { + opacity: 1; +} +.inline-comment-form { + border: 1px solid #ddd; + border-radius: 3px; +} +.inline-review-comment { + margin-top: 0 !important; + margin-bottom: 10px !important; +} +.inline-review-comment .gc:first-child+tr .blob-num, .inline-review-comment .gc:first-child+tr .blob-code { + padding-top: 5px; +} +.inline-review-comment tr:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} +.inline-review-comment tr:last-child .blob-num, .inline-review-comment tr:last-child .blob-code { + padding-bottom: 8px; +} +.inline-review-comment tr:last-child .blob-num:first-child, .inline-review-comment tr:last-child .blob-code:first-child { + border-bottom-left-radius: 2px; +} +.inline-review-comment tr:last-child .blob-num:last-child, .inline-review-comment tr:last-child .blob-code:last-child { + border-bottom-right-radius: 2px; +} +.timeline-inline-comments { + width: 100%; + table-layout: fixed; +} +.timeline-inline-comments .inline-comments, .show-inline-notes .inline-comments { + display: table-row; +} +.inline-comments { + display: none; +} +.inline-comments .line-comments+.blob-num { + border-left-width: 1px; +} +.inline-comments .line-comments .comment-content { + position: relative; +} +.inline-comments .line-comments .comment-content .suggester-container { + top: 10px; +} +.inline-comments .timeline-comment { + margin-bottom: 10px; +} +.inline-comments .inline-comment-form, .inline-comments .inline-comment-form-container { + max-width: 780px; +} +.inline-comments .ajax-indicator { + display: none; + vertical-align: bottom; +} +.inline-comments form.loading .ajax-indicator { + display: inline-block; +} +.comment-holder { + max-width: 780px; +} +.line-comments+.line-comments, .empty-cell+.line-comments { + border-left: 1px solid #eee; +} +.inline-comment-form-container .inline-comment-form, .inline-comment-form-container.open .add-line-note-button { + display: none; +} +.inline-comment-form-container .add-line-note-button, .inline-comment-form-container.open .inline-comment-form { + display: block; +} +.only-commit-comments .inline-comment { + display: none; +} +body.split-diff .header>.container, body.split-diff .repohead>.container, body.split-diff .site>.container { + width: 100%; + padding-left: 30px; + padding-right: 30px; +} +body.split-diff .repository-with-sidebar { + padding-right: 60px; +} +body.split-diff .repository-with-sidebar .repository-sidebar { + margin-right: -60px; +} +body.split-diff .repository-content { + width: 100%} +.file-diff-split .blob-code { + width: 49%; + white-space: pre-wrap; + word-break: break-word; +} +.file-diff-split .blob-code+.blob-num { + border-left-width: 1px; +} +.file-diff-split .empty-cell { + cursor: default; + background-color: #fafafa; + border-right-color: #eee; +} +.ghe-license-status { + padding: 40px 0; + font-size: 16px; + text-align: center; +} +.ghe-license-status .octocat { + width: 225px; + margin-bottom: 20px; +} +.ghe-license-status h1 { + margin-bottom: 10px; +} +.ghe-license-status p { + margin-top: 0; + margin-bottom: 5px; + color: #777; +} +.ghe-license-expiry-icon { + margin: 5px 10px 0 0; + color: #ddb38a; +} +.fakelogin { + text-align: center; + font-size: 14px; + line-height: 34px; + background-color: #b33630; + background-image: -webkit-linear-gradient(#dc5f59, #b33630); + background-image: linear-gradient(#dc5f59, #b33630); + background-repeat: repeat-x; + border-bottom: 1px solid #900; + color: #fff; + position: fixed; + top: 0; + z-index: 1000; + width: 100%; + text-shadow: 0 -1px 0 rgba(153, 0, 0, 0.25); +} +.fakelogin+.header { + margin-top: 35px; +} +.fakelogin+#serverstats { + margin-top: 35px; +} +.fakelogin a { + color: #f3d9d7; + text-decoration: underline; +} +.fakelogin a:hover { + color: #fff; +} +.file { + position: relative; + margin-top: 20px; + margin-bottom: 15px; + border: 1px solid #ddd; + border-radius: 3px; +} +.file .meta { + padding: 5px 10px; + text-shadow: 0 1px 0 #fff; + border-bottom: 1px solid #d8d8d8; + background-color: #f7f7f7; + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.file .meta:before { + display: table; + content: ""} +.file .meta:after { + display: table; + clear: both; + content: ""} +.edit-file .file .meta { + padding: 5px 10px 0; +} +.file .meta .mode { + text-transform: capitalize; +} +.file .meta .info { + float: left; + height: 33px; + line-height: 33px; +} +.file .meta .diffstat-bar { + color: #ddd; +} +.file .meta .octicon-button { + display: inline-block; + margin-left: 9px; + margin-right: -4px; + padding-right: 5px; + padding-left: 5px; + color: #777; + vertical-align: middle; +} +.file .meta .octicon-button.danger:hover { + color: #bd2c00; +} +.file .meta .octicon-button.disabled { + color: #bbb; + cursor: default; +} +.file .meta .octicon-button.disabled:hover { + color: #bbb; +} +.file .meta .octicon-button:last-child { + margin-right: 0; +} +.file .meta .octicon-button:hover { + color: #4183c4; +} +.file .meta .actions { + float: right; + height: 33px; + line-height: 31px; +} +.file .meta .actions select { + margin-left: 5px; +} +.file .meta .actions input { + position: relative; + top: 1px; +} +.file .meta-divider { + display: inline-block; + width: 1px; + height: 18px; + margin: 0 3px; + vertical-align: middle; + background-color: #ddd; +} +.file .show-file-notes { + display: none; +} +.file.has-inline-notes .show-file-notes { + display: block; + float: left; + margin-right: 10px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.file .data.empty { + padding: 5px 10px; + color: #777; +} +.file .data.suppressed, .file.open .image { + display: none; +} +.file.open .data.suppressed { + display: block; +} +.file .image { + position: relative; + padding: 30px; + text-align: center; + background-color: #ddd; +} +.file .image table { + margin: 0 auto; +} +.file .image td { + text-align: center; + color: #888; + padding: 0 5px; + vertical-align: top; +} +.file .image td img { + max-width: 100%} +.file .image .border-wrap { + position: relative; + display: inline-block; + line-height: 0; + background-color: #fff; + border: 1px solid #999; +} +.file .image a { + display: inline-block; + line-height: 0; +} +.file .image img, .file .image canvas { + max-width: 600px; + background: url(/assets/modules/commit/trans_bg-db69d1f1b8503d5ee68f5ca8c1c369acf9726c3d2b97a4d84f3bb77761c26fba.gif) right bottom #eee; + border: 1px solid #fff; +} +.file .image .view img, .file .image .view canvas { + position: relative; + top: 0; + right: 0; + background: url(/assets/modules/commit/trans_bg-db69d1f1b8503d5ee68f5ca8c1c369acf9726c3d2b97a4d84f3bb77761c26fba.gif) right bottom #eee; + max-width: inherit; +} +.file .image .view>span { + vertical-align: middle; +} +.file .hidden { + display: none !important; +} +.file .empty { + background: none; +} +.file-blankslate { + border: 0; + border-radius: 0 0 2px 2px; +} +.enable-fullscreen.minibutton { + display: inline-block; + margin-top: 4px; + margin-left: 5px; + padding: 0 6px; +} +.enable-fullscreen.minibutton .octicon { + margin-right: 0; +} +.new-file .enable-fullscreen { + margin-left: 11px; +} +.write-content { + position: relative; +} +.write-content .enable-fullscreen { + position: absolute; + top: 5px; + right: 16px; + color: #333; + opacity: 0.5; + line-height: 1em; +} +.write-content .enable-fullscreen:hover { + opacity: 1; +} +.fullscreen-overlay { + display: none; + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + background: #fff; + text-shadow: none; + z-index: 1000; +} +.fullscreen-overlay .fullscreen-container { + max-width: 800px; + height: 100%; + margin: 0 auto; + padding: 30px 0; +} +.fullscreen-overlay .textarea-wrap { + width: 100%; + height: 100%; + position: relative; +} +.fullscreen-overlay textarea { + width: 100%; + height: 100%; + padding: 20px; + border: 0; + background: #fff; + color: #999999; + font-size: 21px; + line-height: 1.6em; + resize: none; + -webkit-transition: color 0.15s ease-in-out; + transition: color 0.15s ease-in-out; + box-shadow: none; +} +.fullscreen-overlay textarea:focus, .fullscreen-overlay textarea:hover { + outline: none; + color: #333; +} +.fullscreen-overlay .fullscreen-sidebar { + position: absolute; + top: 30px; + right: 30px; + text-align: right; + z-index: 1002; +} +.fullscreen-overlay .fullscreen-sidebar .exit-fullscreen, .fullscreen-overlay .fullscreen-sidebar .theme-switcher { + color: #b3b3b3; + float: right; + clear: right; + margin-bottom: 15px; +} +.fullscreen-overlay .fullscreen-sidebar .exit-fullscreen:hover, .fullscreen-overlay .fullscreen-sidebar .theme-switcher:hover { + color: #333; + text-shadow: 0 0 10px #fff; +} +.fullscreen-overlay .fullscreen-sidebar .theme-switcher { + margin-right: 8px; +} +.fullscreen-overlay.dark-theme { + background: #1d1f21; +} +.fullscreen-overlay.dark-theme textarea { + background: #1d1f21; + color: #a4b1b1; +} +.fullscreen-overlay.dark-theme textarea:focus, .fullscreen-overlay.dark-theme textarea:hover { + color: #dbe0e0; +} +.fullscreen-overlay.dark-theme .fullscreen-sidebar { + color: #dbe0e0; +} +.fullscreen-overlay.dark-theme .fullscreen-sidebar .exit-fullscreen, .fullscreen-overlay.dark-theme .fullscreen-sidebar .theme-switcher { + color: #a4b1b1; +} +.fullscreen-overlay.dark-theme .fullscreen-sidebar .exit-fullscreen:hover, .fullscreen-overlay.dark-theme .fullscreen-sidebar .theme-switcher:hover { + color: #dbe0e0; + text-shadow: 0 0 10px #000; +} +.fullscreen-overlay .suggester-container { + top: 5px; + left: 0; +} +.fullscreen-overlay-enabled .wrapper, .fullscreen-overlay-enabled #footer { + display: none; +} +.fullscreen-overlay-enabled .fullscreen-overlay { + display: block; +} +.previewable-comment-form .upload-enabled .fullscreen-overlay textarea { + max-height: none; + border: 0; + border-radius: 0; +} +#gollum-editor { + margin: 10px 0 50px; + padding: 10px 0 0; + border: 0; +} +#gollum-editor .comment-form-head.tabnav { + border: 1px solid #ddd; +} +#gollum-editor #gollum-editor-body { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + line-height: 22px; + margin: 13px 0 5px; + height: 390px; + resize: vertical; +} +#gollum-editor #gollum-editor-body+.collapsed, #gollum-editor #gollum-editor-body+.expanded { + border-top: 1px solid #ddd; + margin-top: 7px; +} +#gollum-editor .collapsed, #gollum-editor .expanded { + border-bottom: 1px solid #ddd; + display: block; + overflow: hidden; + padding: 10px 0 5px; +} +#gollum-editor .collapsed a.button, #gollum-editor .expanded a.button { + border: 1px solid #ddd; + color: #333; + display: block; + float: left; + height: 25px; + overflow: hidden; + margin: 2px 5px 7px 0; + padding: 0; + text-shadow: 0 1px 0 #fff; + width: 25px; + background-color: #eaeaea; + background-image: -webkit-linear-gradient(#fafafa, #eaeaea); + background-image: linear-gradient(#fafafa, #eaeaea); + background-repeat: repeat-x; + border-radius: 3px; +} +#gollum-editor .collapsed a.button:hover, #gollum-editor .expanded a.button:hover { + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); + text-decoration: none; + background-color: #3072b3; + background-image: -webkit-linear-gradient(#599bdc, #3072b3); + background-image: linear-gradient(#599bdc, #3072b3); + background-repeat: repeat-x; +} +#gollum-editor .collapsed a.button span, #gollum-editor .expanded a.button span { + margin: 4px; +} +#gollum-editor .collapsed h4, #gollum-editor .expanded h4 { + font-size: 16px; + float: left; + margin: 0; + padding: 6px 0 0 4px; + text-shadow: 0 -1px 0 #fff; +} +#gollum-editor .collapsed a.button span.octicon-triangle-right { + display: inline-block; +} +#gollum-editor .collapsed textarea, #gollum-editor .collapsed a.button span.octicon-triangle-down { + display: none; +} +#gollum-editor .expanded a.button span.octicon-triangle-down { + display: inline-block; +} +#gollum-editor .expanded a.button span.octicon-triangle-right { + display: none; +} +#gollum-editor .expanded textarea { + border: 1px solid #ddd; + clear: both; + display: block; + font-size: 12px; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + height: 84px; + margin: 8px 0; + padding: 6px; + width: 883px; + resize: vertical; +} +#gollum-editor a.gollum-minibutton, #gollum-editor a.gollum-minibutton:visited { + border: 1px solid #d4d4d4; + color: #333; + cursor: pointer; + display: block; + font-size: 12px; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-weight: bold; + margin: 0 0 0 9px; + padding: 5px 12px; + text-shadow: 0 1px 0 #fff; + background-color: #eaeaea; + background-image: -webkit-linear-gradient(#fafafa, #eaeaea); + background-image: linear-gradient(#fafafa, #eaeaea); + background-repeat: repeat-x; + border-radius: 3px; +} +#gollum-editor a.gollum-minibutton:hover, #gollum-editor a.gollum-minibutton:visited:hover { + border-color: #518cc6 #518cc6 #2a65a0; + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); + text-decoration: none; + background-color: #3072b3; + background-image: -webkit-linear-gradient(#599bdc, #3072b3); + background-image: linear-gradient(#599bdc, #3072b3); + background-repeat: repeat-x; +} +.singleline { + display: block; + margin: 20px 0; +} +.singleline label { + display: block; + margin-bottom: 6px; +} +#gollum-editor-title-field { + border-bottom: 0; + margin: 0 0 10px; +} +.gollum-editor-page-title { + font-weight: bold; + margin-top: 0; +} +.gollum-editor-page-title.ph { + color: #000; +} +#gollum-editor-function-bar { + height: 26px; + padding-bottom: 10px; + border-bottom: 1px solid #ddd; + margin: 10px 0; + border: 0; +} +#gollum-editor-function-bar #gollum-editor-function-buttons { + display: none; + float: left; +} +#gollum-editor-function-bar.active #gollum-editor-function-buttons { + display: block; +} +#gollum-editor-function-bar #gollum-editor-format-selector { + padding-top: 5px; + float: left; + margin-left: 20px; +} +#gollum-editor-function-bar #gollum-editor-format-selector select { + margin: 0; +} +#gollum-editor-function-bar #gollum-editor-format-selector label { + color: #999; + font-size: 11px; + font-weight: bold; + line-height: 17px; + padding: 0 5px 0 0; +} +#gollum-editor-function-buttons .minibutton { + width: 30px; + padding-left: 0; + padding-right: 0; + text-align: center; +} +#gollum-editor-function-buttons .minibutton .octicon { + margin-right: 0; +} +#gollum-error-message { + display: none; + padding-top: 12px; + font-size: 1.8em; + color: #f33; +} +#gollum-editor-help { + overflow: hidden; + padding: 0; + border: 1px solid #ddd; + border-radius: 3px; +} +#gollum-editor-help-parent, #gollum-editor-help-list { + display: block; + float: left; + height: 170px; + list-style-type: none; + overflow: auto; + margin: 0; + padding: 10px 0; + width: 160px; + border-right: 1px solid #eee; +} +#gollum-editor-help-parent li, #gollum-editor-help-list li { + font-size: 12px; + line-height: 1.6; + margin: 0; + padding: 0; +} +#gollum-editor-help-parent li a, #gollum-editor-help-list li a { + border: 1px solid transparent; + border-width: 1px 0; + display: block; + font-weight: bold; + padding: 2px 12px; + text-shadow: 0 -1px 0 #fff; +} +#gollum-editor-help-parent li a:hover, #gollum-editor-help-list li a:hover { + background: #fff; + border-color: #f0f0f0; + text-decoration: none; + box-shadow: none; +} +#gollum-editor-help-parent li a.selected, #gollum-editor-help-list li a.selected { + border: 1px solid #eee; + border-bottom-color: #e7e7e7; + border-width: 1px 0; + background: #fff; + color: #000; + box-shadow: 0 1px 2px #f0f0f0; +} +#gollum-editor-help-list { + background: #fafafa; +} +#gollum-editor-help-wrapper { + background: #fff; + overflow: auto; + height: 170px; + padding: 10px; +} +#gollum-editor-help-content { + font-size: 12px; + margin: 0 10px 0 5px; + padding: 0; + line-height: 1.8; +} +#gollum-editor-help-content p { + margin: 0 0 10px; + padding: 0; +} +.ie #gollum-editor .singleline input { + padding-top: 0.25em; + padding-bottom: 0.75em; +} +#gollum-footer { + font-size: 12px; + line-height: 19px; +} +#gollum-dialog-dialog h4 { + border-bottom: 1px solid #ddd; + color: #333; + font-size: 16px; + line-height: normal; + font-weight: bold; + margin: 0 0 12px; + padding: 0 0 6px; + text-shadow: 0 -1px 0 #f7f7f7; +} +#gollum-dialog-dialog-body { + font-size: 12px; + line-height: 16px; + margin: 0; + padding: 0; +} +#gollum-dialog-dialog-body fieldset { + display: block; + border: 0; + margin: 0; + overflow: hidden; + padding: 0 12px; +} +#gollum-dialog-dialog-body fieldset .field { + margin: 0 0 18px; + padding: 0; +} +#gollum-dialog-dialog-body fieldset .field:last-child { + margin: 0 0 12px; +} +#gollum-dialog-dialog-body fieldset label { + color: #666; + display: block; + font-size: 14px; + font-weight: bold; + line-height: 1.6; + margin: 0; + padding: 0; + min-width: 80px; +} +#gollum-dialog-dialog-body fieldset input[type="text"] { + display: block; + margin: 3px 0 0; + width: 100%} +#gollum-dialog-dialog-body fieldset input.code { + font-family: 'Monaco', 'Courier New', Courier, monospace; +} +#gollum-dialog-dialog-buttons { + border-top: 1px solid #ddd; + overflow: hidden; + margin: 14px 0 0; + padding: 12px 0 0; +} +a.gollum-minibutton, a.gollum-minibutton:visited { + border: 1px solid #d4d4d4; + color: #333; + cursor: pointer; + display: inline; + font-size: 12px; + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-weight: bold; + float: right; + width: auto; + margin: 0 0 0 9px; + padding: 4px 12px; + text-shadow: 0 1px 0 #fff; + background-color: #eaeaea; + background-image: -webkit-linear-gradient(#fafafa, #eaeaea); + background-image: linear-gradient(#fafafa, #eaeaea); + background-repeat: repeat-x; + border-radius: 3px; +} +a.gollum-minibutton:hover, a.gollum-minibutton:visited:hover { + border-color: #518cc6 #518cc6 #2a65a0; + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); + text-decoration: none; + background-color: #3072b3; + background-image: -webkit-linear-gradient(#599bdc, #3072b3); + background-image: linear-gradient(#599bdc, #3072b3); + background-repeat: repeat-x; +} +.wiki-wrapper .ie #gollum-editor { + padding-bottom: 1em; +} +.wiki-wrapper #wiki-content .enable-fullscreen { + right: 4px; +} +.wiki-wrapper #wiki-content .previewable-comment-form.write-selected .write-content, .wiki-wrapper #wiki-content .previewable-comment-form.preview-selected .preview-content { + padding: 0; +} +.wiki-wrapper #wiki-content .comment-body { + padding: 5px 0 20px; +} +.wiki-wrapper hr { + margin: 25px 0 20px; +} +.wiki-wrapper.comment-body { + width: 920px; +} +.hooks-listing .boxed-group-action.select-menu { + z-index: auto; +} +.hook-item a:hover { + text-decoration: none; +} +.hook-item .item-status { + float: left; + margin-right: 8px; + width: 16px; + text-align: center; +} +.hook-item .description { + color: #999; +} +.hook-item .description .css-truncate-target { + max-width: 160px; +} +.hook-item .icon-for-success, .hook-item .icon-for-failure, .hook-item .icon-for-pending, .hook-item .icon-for-inactive { + display: none; +} +.hook-item.success .icon-for-success { + display: inline-block; + color: #6cc644; +} +.hook-item.failure .icon-for-failure { + display: inline-block; + color: #bd2c00; +} +.hook-item.pending .icon-for-pending { + display: inline-block; + color: #999; +} +.hook-item.inactive .icon-for-inactive { + display: inline-block; + color: #999; +} +.hook-url.css-truncate-target { + max-width: 360px; +} +.hook-events-field .hook-event-selector { + display: none; +} +.hook-events-field.is-custom .hook-event-selector { + display: block; +} +.hook-event-selector { + margin-left: 10px; +} +.hook-event { + display: inline-block; + width: 310px; + margin: 0; + padding: 5px 0 5px 30px; +} +.hook-event .note { + font-size: 11px; + margin: 0; + color: #aaa; +} +.hook-event-choice { + font-weight: normal; +} +.hook-form.is-ssl .ssl-hook-fields { + display: block; +} +.hook-form .ssl-hook-fields { + display: none; +} +.hook-form .ssl-hook-fields #disable-ssl-verification-modal, .hook-form .ssl-hook-fields .enable-ssl-verification { + display: none; +} +.hook-form .ssl-hook-fields.is-not-verifying-ssl .enable-ssl-verification { + display: block; +} +.hook-form .ssl-hook-fields.is-not-verifying-ssl .disable-ssl-verification { + display: none; +} +.hook-form .disable-ssl-verification .actions { + margin-top: -4px; +} +.hook-form .invalid-url-notice { + display: none; + padding: 7px 4px; +} +.hook-form .invalid-url-notice .octicon-alert { + position: relative; + top: 1px; +} +.hook-form.is-invalid-url .invalid-url-notice { + display: block; +} +.hooks-oap-warning { + margin-top: 0; +} +.hooks-oap-warning ul { + margin: 10px 0; +} +.hooks-oap-warning ul li { + margin-left: 16px; +} +.hook-secret .hook-secret-standin { + display: block; +} +.hook-secret .hook-secret-field { + display: none; +} +.hook-secret.open .hook-secret-standin { + display: none; +} +.hook-secret.open .hook-secret-field { + display: block; +} +.hook-deliveries-list .loading-message { + display: block; +} +.hook-deliveries-list .error-message { + display: none; +} +.hook-deliveries-list.is-error .loading-message { + display: none; +} +.hook-deliveries-list.is-error .error-message { + display: block; +} +.hook-deliveries-list .spinner { + display: inline-block; + vertical-align: top; + margin: 0; +} +.hook-deliveries-list .hook-delivery-item:hover { + background-color: transparent; +} +.hook-deliveries-list .item-status { + display: inline-block; + margin-right: 5px; + width: 16px; + text-align: center; +} +.hook-deliveries-list .item-status .icon-for-success, .hook-deliveries-list .item-status .icon-for-failure, .hook-deliveries-list .item-status .icon-for-pending { + display: none; +} +.hook-deliveries-list .item-status.success { + visibility: visible; + color: #6cc644; +} +.hook-deliveries-list .item-status.success .icon-for-success { + display: inline-block; +} +.hook-deliveries-list .item-status.failure { + color: #bd2c00; +} +.hook-deliveries-list .item-status.failure .icon-for-failure { + display: inline-block; +} +.hook-deliveries-list .item-status.pending { + color: #999; +} +.hook-deliveries-list .item-status.pending .icon-for-pending { + display: inline-block; +} +.hook-deliveries-pagination-loading-message { + display: none; +} +.hook-deliveries-pagination-loading-message .animated-ellipsis-container { + text-align: left; +} +.hook-deliveries-pagination.loading .hook-deliveries-pagination-button { + display: none; +} +.hook-deliveries-pagination.loading .hook-deliveries-pagination-loading-message { + display: block; +} +.boxed-group-list li.hook-delivery-item { + padding: 10px; +} +.hook-delivery-item .hook-delivery-details { + display: none; +} +.hook-delivery-item .hook-delivery-details .loading-message, .hook-delivery-item .hook-delivery-details .error-message { + display: none; +} +.hook-delivery-item .hook-delivery-details.is-loading .loading-message { + display: block; +} +.hook-delivery-item .hook-delivery-details.has-error .error-message { + display: block; +} +.hook-delivery-item.open .hook-delivery-details { + display: block; +} +.hook-delivery-item .loading-message { + text-align: center; +} +.hook-delivery-time { + float: right; + margin-right: 10px; + color: #999; + font-size: 10px; +} +.hook-delivery-summary { + text-decoration: none; +} +.hook-delivery-guid { + display: inline-block; + padding: 2px 6px; + color: rgba(0, 0, 0, 0.5); + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + background-color: rgba(209, 227, 237, 0.5); + border-radius: 3px; +} +.hook-delivery-guid .octicon { + margin: 1px -2px 0 0; + color: #b0c4ce; +} +.hook-delivery-actions { + padding-top: 1px; +} +.boxed-group-list>li.hook-delivery-item .minibutton { + margin: 0; +} +.boxed-group-list>li.hook-delivery-item .hook-delivery-details .redeliver.minibutton { + margin: 5px 0 0; +} +.hook-deliveries-list .error-message, .hook-delivery-details .error-message { + margin: 10px 0; + padding: 7px 4px; +} +.hook-deliveries-list .error-message .octicon, .hook-delivery-details .error-message .octicon { + position: relative; + top: 1px; +} +.boxed-group span.animated-ellipsis-container, .boxed-group span.animated-ellipsis { + padding: 0; +} +.boxed-group .animated-ellipsis-container { + line-height: 1.3; +} +.hook-delivery-details { + clear: right; +} +.hook-delivery-details .tabnav-widget.text { + margin-top: 7px; +} +.hook-delivery-details .error-message { + margin-bottom: 0; +} +.hook-delivery-details .tabnav-tabcontent { + display: none; +} +.hook-delivery-details .tabnav-tabcontent.selected { + display: block; +} +.hook-delivery-details hr { + margin: 10px 0; +} +.hook-delivery-details pre { + padding: 7px 12px; + margin: 10px 0; + background-color: #f8f8f8; + border: 1px solid #ddd; + border-radius: 3px; + font-size: 13px; + line-height: 1.5; + overflow: auto; +} +.hook-delivery-details .tabnav { + margin: 10px 0; +} +.hook-delivery-details .redeliver-hook-delivery-button { + margin-top: 5px; +} +.hook-delivery-details h4.remote-call-header { + border-bottom: 1px solid #999; + margin: 20px 0 10px; +} +.hook-delivery-response-status { + display: inline-block; + padding: 4px 6px 3px; + color: #fff; + background-color: #bd2c00; + border-radius: 3px; + font-size: 10px; + line-height: 1.1; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +.hook-delivery-response-status[data-response-status^="2"] { + background-color: #6cc644; +} +.redelivery-dialog .pending-message { + display: block; +} +.redelivery-dialog .failure-message { + display: none; +} +.redelivery-dialog.failed { + color: #9c2400; + background-color: #efd0d0; + background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0); + background-image: linear-gradient(#f8d8d8, #efd0d0); + background-repeat: repeat-x; + border-color: #da9797; +} +.redelivery-dialog.failed .pending-message { + display: none; +} +.redelivery-dialog.failed .failure-message { + display: block; +} +.redelivering-hook-delivery .error-message { + display: none; +} +.redelivering-hook-delivery.is-error .loading-message { + display: none; +} +.redelivering-hook-delivery.is-error .error-message { + display: block; +} +.test-hook-button .pending-message { + display: none; +} +.test-hook-button.disabled .default-message { + display: none; +} +.test-hook-button.disabled .pending-message { + display: inline; +} +.test-hook-message .success-message, .test-hook-message .error-message { + display: none; + margin-top: 10px; +} +.test-hook-message.success .success-message { + display: block; +} +.test-hook-message.error .error-message { + display: block; +} +.issues-reset-query-wrapper { + margin-bottom: 20px; +} +.issues-reset-query { + color: #777; + font-weight: bold; +} +.issues-reset-query .octicon-x { + width: 20px; + height: 20px; + margin-right: 3px; + color: #fff; + line-height: 20px; + text-align: center; + background-color: #777; + border-radius: 3px; +} +.issues-reset-query:hover { + color: #4183c4; + text-decoration: none; +} +.issues-reset-query:hover .octicon-x { + background-color: #4183c4; +} +.table-list-milestones .table-list-cell { + padding: 15px 20px; +} +.table-list-milestones .stat { + display: inline-block; + font-size: 14px; + font-weight: bold; + color: #555; + line-height: 1.2; + white-space: nowrap; +} +.table-list-milestones .stat+.stat { + margin-left: 15px; +} +.table-list-milestones .stat-label { + font-weight: normal; + color: #999; +} +.milestone-title { + width: 500px; +} +.milestone-title-link { + margin-top: 0; + margin-bottom: 5px; + font-size: 24px; + font-weight: normal; + line-height: 1.2; +} +.milestone-title-link a { + color: #333; +} +.milestone-title-link a:hover { + color: #4183c4; +} +.milestone-progress { + width: 420px; +} +.milestone-progress .progress-bar { + margin-top: 7px; + margin-bottom: 12px; +} +.milestone-meta { + font-size: 14px; +} +.milestone-meta-item { + display: inline-block; + margin-right: 10px; +} +.milestone-meta-item .octicon { + width: 16px; + text-align: center; +} +.milestone-description-html { + display: none; +} +.milestone-description { + margin-top: 5px; +} +.milestone-description .expand-more { + color: #4183c4; + cursor: pointer; +} +.milestone-description .expand-more:hover { + text-decoration: underline; +} +.milestone-description.open .milestone-description-plaintext { + display: none; +} +.milestone-description.open .milestone-description-html { + display: block; +} +.milestone-actions { + margin-top: 8px; + font-size: 13px; +} +.milestone-action { + display: inline-block; + margin-right: 10px; +} +.task-progress { + color: #999; + text-decoration: none; +} +.task-progress .octicon { + margin-right: 5px; + vertical-align: middle; + color: #ccc; +} +.task-progress .progress-bar { + display: inline-block; + vertical-align: 2px; + width: 120px; + background-color: #eee; + height: 5px; +} +.task-progress .progress-bar .progress { + background-color: #ccc; +} +.task-progress-counts { + display: inline-block; + margin-right: 6px; + margin-left: -2px; + font-size: 12px; +} +a.task-progress:hover { + color: #4183c4; +} +a.task-progress:hover .octicon { + color: inherit; +} +a.task-progress:hover .progress-bar .progress { + background-color: #4183c4; +} +.issues-listing { + position: relative; +} +.issues-listing .octocat-search { + position: absolute; + right: 0; + height: 250px; + margin: -132px -4px; + -webkit-transform: scaleX(-1); + -ms-transform: scaleX(-1); + transform: scaleX(-1); +} +.issues-listing .table-list-issues .selectable:hover, .issues-listing .table-list-issues .navigation-focus { + background-color: #f9f9f9; +} +.issues-listing .table-list-issues .issue-title { + padding-top: 12px; + width: 740px; +} +.issues-listing .table-list-issues .labels { + display: inline-block; + vertical-align: 1px; + margin-bottom: 2px; +} +.issues-listing .table-list-issues .table-list-cell-avatar { + padding-top: 13px; +} +.issues-listing .table-list-issues .table-list-cell-avatar img { + display: inline-block; + border-radius: 2px; +} +.issue-title-link { + display: inline-block; + margin-bottom: 2px; + padding-right: 3px; + font-size: 15px; + font-weight: bold; + color: #333; + line-height: 1.2; + word-break: break-word; +} +.issue-title-link:hover { + color: #4183c4; + text-decoration: none; +} +.issue-title-link:hover .num { + color: inherit; +} +.issue-nwo-link { + color: #777; +} +.issue-pr-status { + display: inline-block; + margin-right: 3px; + vertical-align: -1px; +} +.issue-meta { + margin-top: 1px; + margin-bottom: 2px; + font-weight: normal; + color: #999; +} +.issue-meta-section { + margin-right: 10px; +} +.issue-milestone { + max-width: 240px; +} +.issue-comments { + width: 60px; + padding-top: 13px; + font-weight: bold; + text-align: right; + white-space: nowrap; +} +.issue-comments .octicon { + margin-right: 1px; +} +.issue-comments-no-comment { + color: #eee; +} +.milestone-link { + color: #999; +} +.milestone-link .octicon { + color: #ccc; + font-size: 14px; +} +.milestone-link:hover { + color: #4183c4; + text-decoration: none; +} +.milestone-link:hover .octicon { + color: inherit; +} +.new-issue-form { + margin-top: 20px; + padding-top: 20px; + border-top: 1px solid #ddd; +} +.new-issue-form .discussion-timeline:before { + display: none; +} +.label-select-menu .color { + display: inline-block; + width: 14px; + height: 14px; + margin-right: 2px; + margin-bottom: 2px; + border-radius: 3px; + vertical-align: middle; +} +.label-select-menu .selected .select-menu-item-icon { + color: inherit !important; +} +.label-select-menu .selected:active { + background-color: transparent !important; +} +.label-select-menu .select-menu-item.navigation-focus { + background-color: #f4f4f4; + color: inherit; +} +.label-select-menu .select-menu-item.navigation-focus .select-menu-item-icon { + color: transparent; +} +.label-select-menu .select-menu-item .octicon-x { + display: none; + float: right; + margin: 1px 10px 0 0; + opacity: 0.6; +} +.label-select-menu .select-menu-item.selected .octicon-x { + display: block; + color: inherit; +} +.label-select-menu>form { + position: relative; +} +ul.color-label-list .filter-item { + cursor: default; +} +ul.color-label-list.editable .color { + width: 14px; +} +ul.color-label-list.editable .color:hover { + background: transparent url(/assets/icons/arrow-down-7c04f47ebf273c1f1ff31e3c4be1a69c5d042c8af3720da0b2fd935d5ec339a1.png) 1px 2px no-repeat; +} +ul.color-label-list.editable .octicon-x { + display: inline-block; + color: #aaa; + position: relative; + z-index: 10; +} +ul.color-label-list.editable .octicon-x:hover { + color: #ba3d37; +} +ul.color-label-list .edit-color-label-form { + display: none; +} +ul.color-label-list .color-label { + line-height: 16px; + border: 1px solid transparent; +} +ul.color-label-list .color-label.active { + z-index: 25; + position: relative; + border: 1px solid #ddd; + border-radius: 3px; +} +ul.color-label-list .color-label.active .edit-color-label-form { + display: block; +} +ul.color-label-list .color-label.active .octicon-x { + display: none; +} +ul.color-label-list .color-label a { + text-decoration: none; +} +ul.color-label-list .color-label.selected { + font-weight: bold; + background: 98% 5px no-repeat transparent; + -webkit-font-smoothing: antialiased; +} +ul.color-label-list .color-label.selected .count, ul.color-label-list .color-label.selected .color { + display: none; +} +ul.color-label-list .color-label.selected .octicon-x { + display: inline-block; +} +ul.color-label-list .color-label.zeroed, ul.color-label-list .color-label.zeroed .count { + color: #999; +} +ul.color-label-list .color-label:hover .octicon-x { + opacity: 1; +} +ul.color-label-list .filter-item:hover .octicon-x { + opacity: 1; +} +ul.color-label-list .filter-item:hover .color { + border-color: #eee; +} +ul.color-label-list .count { + color: #333; +} +ul.color-label-list .name a { + color: #333; +} +ul.color-label-list .color { + display: block; + float: left; + margin-left: -5px; + margin-right: 4px; + width: 6px; + height: 14px; + border-radius: 3px; + border: 1px solid #fff; +} +ul.color-label-list .octicon-x { + display: none; + float: right; + opacity: 0.8; +} +ul.color-label-list .nolabels { + margin: 10px 0; + font-size: 11px; + color: #666; +} +.closed-banner { + margin: 15px 0 15px 60px; + height: 7px; + overflow: hidden; + background: url(/assets/modules/comments/closed_pattern-61d39f8a023ce5e5be82145d7a82bbd36f5aab7e6f83e0c0a7d441ee89041516.gif); + border-radius: 3px; +} +.member-adder { + display: none; + position: absolute; + background: #eee; + padding: 0 5px 5px; + z-index: 5; + box-shadow: 0 0 3px #999; +} +.member-adder.active { + display: inherit; +} +.member-adder ul { + list-style-type: none; +} +.member-adder ul li { + margin-top: 4px; + clear: both; + min-width: 400px; + border-bottom: 1px solid #ddd; + background: #fff; + padding: 3px; +} +.member-adder ul li a.button { + margin-top: 10px; + float: right; +} +.member-adder .navigation-focus { + background-color: #4183c4; + color: #fff; +} +.member-adder .avatar { + float: left; + margin-right: 5px; +} +.member-adder .login { + font-weight: bold; +} +.member-adder .no-results { + display: none; +} +.member-adder .no-results.active { + display: inherit; +} +.merge-branch-heading { + margin: 0; +} +.merge-branch-description { + margin-top: 0; + margin-right: 160px; + margin-bottom: 0; + color: #777; +} +.merge-branch-description .zeroclipboard-link .octicon { + top: 2px; +} +.merge-branch-action, .desktop-app-action { + float: right; + margin-left: 5px; +} +.desktop-app-action { + padding-left: 10px; + padding-right: 10px; +} +.merged .merge-branch-description .commit-ref .css-truncate-target { + max-width: 180px; +} +.merge-branch-form { + padding-left: 64px; + display: none; +} +.merge-branch.open .merge-branch-form { + display: block; +} +.merge-branch.open .merge-message { + display: none; +} +.merge-branch-manually { + display: none; + margin-top: 14px; + padding-top: 15px; + border-top: 1px solid #ddd; +} +.merge-branch-manually h3, .merge-branch-manually p { + margin: 0; +} +.merge-branch-manually .intro { + margin-top: 0; + padding-bottom: 10px; +} +.merge-branch-manually .step { + margin: 15px 0 5px; +} +.merge-branch-manually .url-box { + margin-left: 0; + padding: 0; + border: 0; +} +.merge-branch-manually .clone-urls { + width: 100%} +.open>.merge-branch-manually { + display: block; + max-width: 585px; +} +.milestone-calender-container { + margin-left: 30px; +} +.edit-milestone .form-actions .button { + margin-left: 5px; +} +.edit-milestone .form-actions .cancel { + float: left; +} +#network .network-tree { + vertical-align: middle; +} +#network .gravatar { + margin-right: 4px; + border-radius: 3px; + vertical-align: middle; +} +#network .octicon { + margin-left: 2px; + vertical-align: middle; + width: 16px; + display: inline-block; + text-align: center; +} +#network .current-repository { + background-color: #fff6a9; +} +#network .network-graph-container { + position: relative; + margin-bottom: 20px; + border: 1px solid #ddd; + border-radius: 3px; + overflow: hidden; +} +#network .network-graph-container .large-loading-area { + position: absolute; + top: 0; + right: 0; + left: 0; +} +.page-new-repo .octicon-repo { + color: #bbb; +} +.page-new-repo .octicon-lock { + color: #e9dba5; +} +.page-new-repo ul.repo-templates { + margin: 10px 0; +} +.page-new-repo ul.repo-templates>li { + list-style-type: none; + display: inline-block; + margin: 0 10px 0 0; +} +.page-new-repo ul.repo-templates .select-menu { + float: left; +} +.page-new-repo .team-select { + display: none; +} +.page-new-repo .form-checkbox .mega-octicon { + font-size: 24px; + float: left; + margin-right: 5px; +} +.page-new-repo .license-info { + float: left; + margin-top: 5px; + margin-left: 10px; + color: #ccc; +} +.new-repo-container { + width: 700px; + margin: 0 auto; + padding-top: 20px; +} +.new-repo-container h2 { + font-size: 22px; + font-weight: normal; + color: #666; + border-bottom: 1px solid #ddd; + padding-bottom: 5px; + margin-bottom: 0.5em; +} +.owner-reponame { + position: relative; +} +.owner-reponame dl.form { + margin-top: 5px; + margin-bottom: 0; +} +.owner-reponame .slash { + float: left; + font-size: 21px; + color: #666; + padding-top: 32px; + margin: 0 8px; +} +.owner-reponame .icon-preview { + display: none; + font-size: 32px; + position: absolute; + text-align: right; + width: 100px; + top: 23px; + left: -115px; +} +.owner-reponame .icon-preview.icon-preview-public { + top: 25px; +} +.reponame-suggestion { + color: #34631a; + cursor: pointer; +} +.upgrade-upsell { + padding-left: 33px; +} +.cc-upgrade { + padding-left: 20px; +} +.featured-license { + font-weight: bold; +} +.license-container { + border-left: 1px solid #ccc; + padding-left: 15px; +} +.notification-routing .notification-email .edit-link { + margin-right: 10px; + font-weight: bold; +} +.notification-routing .notification-email .minibutton { + float: none; + margin: -2px 0 0; +} +.notification-routing .notification-email .edit-form { + display: none; +} +.notification-routing .notification-email.open .edit-form { + display: block; +} +.notification-routing .notification-email.open .email-display { + display: none; +} +.notifications .list-group-item { + padding-top: 8px; + padding-bottom: 8px; + padding-left: 35px; + border-width: 1px 0 0; +} +.notifications .list-group-item:first-child { + border: 0; +} +.notifications .list-group-item-name { + display: block; + max-width: 400px; + font-size: 14px; + line-height: 1.5em; +} +.notifications .list-group-item-name a { + display: block; + max-width: 460px; +} +.notifications .notifications-more { + padding: 0; +} +.notifications .notifications-more>a { + display: block; + padding: 10px 15px; + font-weight: bold; + color: #4183c4; + text-align: center; +} +.notifications .notifications-more>a:hover { + text-decoration: underline; +} +.notifications .read .type-icon { + color: #999; +} +.notifications .read .list-group-item-name>a { + color: #777; +} +.notifications .read .notification-actions { + color: #999; +} +.notifications .read .avatar-stack { + opacity: 0.5; +} +.notifications .read .undo { + display: block; +} +.notifications .read .delete { + visibility: hidden; +} +.notifications .read.navigation-focus { + background-color: #f5f9fc; +} +.type-icon-state-none { + color: #777; +} +.type-icon-state-open { + color: #6cc644; +} +.type-icon-state-closed { + color: #bd2c00; +} +.type-icon-state-merged { + color: #6e5494; +} +.notifications-list { + float: left; + width: 100%} +.notifications-list .notifications-repo-link { + max-width: 500px; +} +.notifications-list .boxed-group .text-success { + position: absolute; + color: #6cc644; + right: 3px; + width: 210px; + margin-top: 4px; + text-align: right; + opacity: 0; + visibility: hidden; + -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; + transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out; + -webkit-transform: translateX(10px); + -ms-transform: translateX(10px); + transform: translateX(10px); +} +.notifications-list .mark-all-as-read { + margin-right: 0; + margin-top: 0; + padding: 2px 6px 5px 10px; + line-height: 20px; + color: #777; +} +.notifications-list .mark-all-as-read-confirmed .text-success { + visibility: visible; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + opacity: 1; +} +.notifications-list .mark-all-as-read-confirmed .mark-all-as-read { + visibility: hidden; +} +.notifications-list .confirmation { + color: #666; + text-align: center; + padding: 0; + -webkit-transition: all 0.4s ease-in-out; + transition: all 0.4s ease-in-out; + max-height: 0; + opacity: 0; + overflow: hidden; +} +.notifications-list .confirmation+.list-group-item { + margin-top: -1px; + border-top-color: #d5d5d5; +} +.notifications-list .confirmation.mark-all-as-read-confirmed { + padding: 10px 0; + max-height: 300px; + opacity: 1; +} +.notification-actions { + position: absolute; + right: 10px; + top: 8px; + list-style: none; +} +.notification-actions li { + float: right; + margin-left: 10px; + font-size: 16px; + line-height: 20px; +} +.notification-actions .age { + width: 120px; + font-size: 12px; + color: #999; +} +.notification-actions .undo { + display: none; + position: absolute; + top: 0; +} +.notification-actions .button-link { + padding-left: 5px; + padding-right: 5px; + color: #999; + line-height: inherit; +} +.notification-actions .button-link:hover { + color: #4183c4; + text-decoration: none; +} +.repo-subscription-container { + margin: 0 auto; + width: 600px; +} +.repo-subscription-container .spinner { + float: right; +} +.repo-subscription-container h2 { + font-size: 22px; + margin-bottom: -10px; + font-weight: normal; +} +.repo-subscription-container .intro { + font-size: 14px; + color: #666; +} +.repo-subscription-label { + display: inline-block; +} +.subscriptions-content .repo-icon { + vertical-align: middle; + color: #666; + margin-right: 5px; +} +.subscriptions-content .repo-list form { + display: inline; +} +.subscriptions-content .repo-list .only-loading { + display: none; +} +.subscriptions-content .repo-list .loading .only-loading { + display: inline-block; +} +.subscriptions-content .repo-list .only-unsubed { + display: none; +} +.subscriptions-content .repo-list .unsubscribed .only-unsubed { + display: inline; +} +.subscriptions-content .repo-list .unsubscribed .only-subed { + display: none; +} +.subscriptions-content .repo-list .only-unignored { + display: none; +} +.subscriptions-content .repo-list .unsubscribed .only-unignored { + display: inline; +} +.subscriptions-content .repo-list .unsubscribed .only-ignored { + display: none; +} +.thread-subscription-status { + margin: 40px 0 20px; + padding: 10px; + color: #777; + background-color: #fff; + border: 1px solid #eee; + border-radius: 3px; +} +.thread-subscription-status .mega-octicon { + vertical-align: middle; + margin-right: 10px; + margin-left: 4px; + color: #ccc; +} +.thread-subscription-status .minibutton>.octicon { + margin-right: 1px; +} +.thread-subscription-status .reason { + display: inline-block; + margin: 0 10px; + vertical-align: middle; +} +.thread-subscription-status .thread-subscribe-form { + display: inline-block; + vertical-align: middle; +} +.subscription .loading { + opacity: 0.5; +} +.oauth-connection-illustration { + position: relative; + float: right; + width: 200px; + margin-top: 10px; + margin-left: 40px; + margin-right: 10px; +} +.oauth-connection-illustration .oauth-image { + float: left; + padding: 5px; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 6px; + background-clip: padding-box; +} +.oauth-connection-illustration .oauth-image img { + display: block; + width: 75px; + height: 75px; + border-radius: 3px; +} +.oauth-connection-illustration .oauth-image.oauth-image-user { + margin-top: 20px; + margin-left: -20px; +} +.setup-wrapper .oauth-permissions { + border: 1px solid #ddd; + border-radius: 3px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); + margin-bottom: 25px; +} +.setup-wrapper .oauth-permissions-details { + background-color: #fff; +} +.setup-wrapper.oauth-restriction-wrapper { + padding-top: 0; +} +.ellipsis-button { + display: inline-block; + height: 12px; + padding: 0 5px; + border-radius: 1px; + background-color: #ddd; + vertical-align: middle; + color: #555; + line-height: 6px; + font-size: 12px; + font-weight: bold; + text-decoration: none; + margin-left: 2px; +} +.ellipsis-button:hover { + text-decoration: none; + background-color: #ccc; +} +.ellipsis-button:before { + content: "\2026"} +.oauth-permissions-details { + list-style: none; + margin: 0; + padding: 15px; + border-bottom: 1px solid #f2f2f2; +} +.oauth-permissions-details:first-child { + border-radius: 3px 3px 0 0; +} +.oauth-permissions-details:last-child { + border: 0; + border-radius: 0 0 3px 3px; +} +.oauth-permissions-details.oauth-public-data-only { + border-radius: 3px; +} +.oauth-permissions-details .markdown-body { + font-size: 13px; +} +.oauth-permissions-details .content { + display: none; + margin-left: 45px; +} +.oauth-permissions-details .content .form-checkbox { + margin-left: 0; +} +.oauth-permissions-details .content .form-checkbox:last-child { + margin-bottom: 0; +} +.oauth-permissions-details .mega-octicon { + float: left; + color: #777; + width: 32px; + margin-top: 1px; + margin-left: 0; + text-align: center; +} +.oauth-permissions-details .permission-help { + font-size: 13px; +} +.oauth-permissions-details .permission-help ul { + padding-left: 20px; + margin: 1em 0; +} +.oauth-permissions-details .permission-summary { + margin-left: 45px; +} +.oauth-permissions-details .permission-summary .access-details { + position: relative; + color: #777; +} +.oauth-permissions-details .permission-summary em.highlight { + position: relative; + margin-left: -3px; + margin-right: -2px; + padding: 2px 3px; + font-style: normal; + background: #fffbdc; + border-radius: 3px; +} +.oauth-permissions-details .permission-title { + color: #000; + display: block; +} +.oauth-permissions-details a.minibutton { + float: right; + margin-top: 4px; +} +.oauth-permissions-details.open a.minibutton { + background-color: #dcdcdc; + background-image: none; + border-color: #b5b5b5; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.oauth-permissions-details.open .content { + display: block; +} +.oauth-permissions-details.default:not(.delete) .no-access, .oauth-permissions-details.default:not(.delete) .default-access, .oauth-permissions-details.none .no-access, .oauth-permissions-details.none .default-access { + display: inline; +} +.oauth-permissions-details.default:not(.delete) .access-details, .oauth-permissions-details.default:not(.delete) .permission-title, .oauth-permissions-details.none .access-details, .oauth-permissions-details.none .permission-title { + color: #999; +} +.oauth-permissions-details.default:not(.delete) .mega-octicon, .oauth-permissions-details.none .mega-octicon { + color: #ccc; +} +.oauth-permissions-details.default .default-access { + display: inline; +} +.oauth-permissions-details.full .full-access { + display: inline; +} +.oauth-user-permissions .full-access, .oauth-user-permissions .limited-access, .oauth-user-permissions .limited-access-none, .oauth-user-permissions .limited-access-followers, .oauth-user-permissions .limited-access-emails, .oauth-user-permissions .no-access { + display: none; +} +.oauth-user-permissions.limited .limited-access-none { + display: inline; +} +.oauth-user-permissions.limited.limited-email .limited-access, .oauth-user-permissions.limited.limited-email .limited-access-none { + display: none; +} +.oauth-user-permissions.limited.limited-email .limited-access-emails { + display: inline; +} +.oauth-user-permissions.limited.limited-email.limited-follow .limited-access { + display: inline; +} +.oauth-user-permissions.limited.limited-email.limited-follow .limited-access-none, .oauth-user-permissions.limited.limited-email.limited-follow .limited-access-emails, .oauth-user-permissions.limited.limited-email.limited-follow .limited-access-followers { + display: none; +} +.oauth-user-permissions.limited.limited-follow .limited-access, .oauth-user-permissions.limited.limited-follow .limited-access-none { + display: none; +} +.oauth-user-permissions.limited.limited-follow .limited-access-followers { + display: inline; +} +.oauth-repo-permissions .default-access, .oauth-repo-permissions .public-access, .oauth-repo-permissions .full-access { + display: none; +} +.oauth-repo-permissions.public .public-access { + display: inline; +} +.oauth-delete-repo-permissions .octicon-alert { + color: #bd2c00; +} +.oauth-repo-status-permissions .no-access, .oauth-repo-status-permissions .full-access, .oauth-repo-deployment-permissions .no-access, .oauth-repo-deployment-permissions .full-access { + display: none; +} +.oauth-notifications-permissions .no-access, .oauth-notifications-permissions .read-access, .oauth-notifications-permissions .via-public-access, .oauth-notifications-permissions .via-full-access { + display: none; +} +.oauth-notifications-permissions.read .read-access { + display: inline; +} +.oauth-notifications-permissions.via-public .via-public-access { + display: inline; +} +.oauth-notifications-permissions.via-public .octicon { + display: none; +} +.oauth-notifications-permissions.via-full .via-full-access { + display: inline; +} +.oauth-gist-permissions .no-access, .oauth-gist-permissions .full-access { + display: none; +} +.oauth-granular-permissions .no-access, .oauth-granular-permissions .read-access, .oauth-granular-permissions .write-access, .oauth-granular-permissions .full-access { + display: none; +} +.oauth-granular-permissions.none .no-access { + display: inline; +} +.oauth-granular-permissions.read .read-access { + display: inline; +} +.oauth-granular-permissions.write .write-access { + display: inline; +} +.oauth-granular-permissions.full .full-access { + display: inline; +} +.oauth-secondary .setup-info-module { + margin-top: 0; +} +.oauth-secondary .setup-info-module .no-description { + color: #999; +} +.oauth-secondary .setup-info-module .features-list { + padding-bottom: 0; +} +.oauth-no-description { + color: #999; +} +.oauth-org-access-details a:hover { + text-decoration: none; +} +.oauth-org-access-details .boxed-group-list>li { + line-height: 24px; +} +.oauth-org-access-details .boxed-group-list>li .loading-indicator { + display: none; + margin: 4px; +} +.oauth-org-access-details .boxed-group-list>li.on { + background: #fff; +} +.oauth-org-access-details .boxed-group-list>li.on:hover { + background: #ffe; +} +.oauth-org-access-details .boxed-group-list>li.on .authorized-tools { + display: block; +} +.oauth-org-access-details .boxed-group-list>li.on .unauthorized-tools { + display: none; +} +.oauth-org-access-details .boxed-group-list>li.on strong { + color: #333; +} +.oauth-org-access-details .boxed-group-list>li.on .octicon-check { + display: inline; +} +.oauth-org-access-details .boxed-group-list>li.on .octicon-x { + display: none; +} +.oauth-org-access-details .boxed-group-list>li.loading .unauthorized-tools, .oauth-org-access-details .boxed-group-list>li.loading .authorized-tools { + display: none; +} +.oauth-org-access-details .boxed-group-list>li.loading .loading-indicator { + display: block; +} +.oauth-org-access-details .boxed-group-list>li .authorized-tools { + display: none; +} +.oauth-org-access-details .boxed-group-list>li .unauthorized-tools { + display: block; +} +.oauth-org-access-details .boxed-group-list>li .button-outline, .oauth-org-access-details .boxed-group-list>li .minibutton { + padding: 0 10px; + line-height: 24px; + margin-left: 15px; +} +.oauth-org-access-details .status-pending { + color: #6cc644; + font-size: 12px; + margin-right: 5px; +} +.oauth-org-access-details .status-denied { + background-color: #bd2c00; +} +.oauth-org-access-details .octicon { + color: #979797; +} +.oauth-org-access-details .octicon-check { + color: #6cc644; + display: none; +} +.oauth-org-access-details .octicon-x { + display: inline; +} +.oauth-org-access-details .octicon-x.org-access-denied { + color: #bd2c00; +} +.deleted-permission { + color: #bd2c00; +} +.added-permission { + color: #6cc644; +} +.permission-title { + margin-top: 0; +} +.oauth-application-whitelist .request-info { + display: block; + margin-left: 25px; + color: #9b9b9b; +} +.oauth-application-whitelist .request-info strong { + color: #333; +} +.oauth-application-whitelist .request-info .application-description { + display: none; +} +.oauth-application-whitelist .request-info.open .application-description { + display: block; +} +.oauth-application-whitelist .avatar { + margin-top: 0; +} +.oauth-application-whitelist .requestor { + font-weight: bold; +} +.oauth-application-whitelist .octicon-alert { + color: #f93; +} +.oauth-application-whitelist .octicon-check, .oauth-application-whitelist .approved-request { + color: #6cc644; +} +.oauth-application-whitelist .denied-request { + color: #bd2c00; +} +.oauth-application-whitelist .request-indicator { + margin-left: 10px; +} +.oauth-application-whitelist .edit-link { + color: #999; +} +.oauth-application-whitelist .edit-link:hover { + color: #4183c4; +} +.oauth-application-whitelist .boxed-group-list { + margin-top: 1em; + margin-bottom: -1em; +} +.oauth-application-whitelist .boxed-group-list li { + padding: 10px; +} +.oauth-application-info { + padding-top: 10px; + margin-bottom: 10px; + min-height: 70px; +} +.oauth-application-info .application-title, .oauth-application-info .application-description, .oauth-application-info .application-meta-info { + margin-left: 70px; +} +.oauth-application-info .application-title { + font-size: 14px; + font-weight: bold; + color: #333; +} +.oauth-application-info .application-description { + margin-top: 3px; + margin-bottom: 3px; + color: #777; +} +.oauth-application-info .octicon { + color: #999; +} +.oauth-application-info .app-info { + display: inline-block; + margin-right: 10px; + color: #666; +} +.oauth-application-info .application-meta-info { + font-size: 12px; +} +.oauth-application-info .application-meta-info strong, .oauth-application-info .application-meta-info .requestor { + color: #666; +} +.oauth-application-info .app-denied, .oauth-application-info .app-approved { + margin-left: 10px; + font-weight: normal; + white-space: nowrap; +} +.oauth-application-info .app-approved, .oauth-application-info .octicon-check { + color: #6cc644; +} +.oauth-application-info .app-denied, .oauth-application-info .octicon-x { + color: #f93; +} +.restrict-oauth-access-button { + margin-right: 20px; +} +.restrict-oauth-access-info { + margin-bottom: 40px; + font-size: 15px; +} +.restrict-oauth-access-list { + padding-left: 25px; +} +.restrict-oauth-access-list li { + margin-bottom: 10px; +} +.restrict-oauth-access-list li:last-child { + margin-bottom: 0; +} +.app-transfer-actions form { + display: inline; +} +.application-authorizations:target li { + background-color: #ffe; +} +.oauth-access-application-details .features-list-oauth { + margin-top: 1em; + margin-bottom: -1em; +} +.org-header { + margin-bottom: 20px; + color: #666; + border-bottom: 1px solid #eee; + background-color: #fcfcfc; +} +.org-header .edit-org { + position: relative; + top: -6px; + display: inline-block; + padding: 3px 5px; + font-size: 14px; + color: #aaa; + border: 1px solid #e5e5e5; + border-radius: 3px; +} +.org-header .edit-org:hover { + color: #4183c4; + background-color: #fff; +} +.org-header .edit-org .octicon { + font-size: 14px; +} +.org-header-wrapper { + display: table; + width: 680px; + padding-top: 20px; + padding-bottom: 20px; +} +.org-header-wrapper .avatar { + display: table-cell; + width: 100px; + height: 100px; +} +.org-header-info { + display: table-cell; + vertical-align: middle; + width: 560px; +} +.org-name { + margin-top: 0; + margin-bottom: 5px; + color: #333; + font-size: 36px; + font-weight: normal; +} +.org-description { + margin-top: 0; + margin-bottom: 8px; + font-size: 16px; + line-height: 1.25; +} +.org-header-meta { + font-size: 12px; + line-height: 1.5; + list-style: none; +} +.org-header-meta .meta-item { + display: inline-block; + padding-right: 18px; + overflow: hidden; + max-width: 100%; + text-overflow: ellipsis; + white-space: nowrap; +} +.org-header-meta .meta-item .meta-link { + color: #666; +} +.org-header-meta .octicon { + position: relative; + top: 1px; + margin-right: 2px; + color: #ccc; +} +.org-header-meta.has-email.has-blog .meta-item, .org-header-meta.has-email.has-location .meta-item, .org-header-meta.has-blog.has-email .org-header-meta.has-blog.has-location .meta-item, .org-header-meta.has-location.has-blog .meta-item, .org-header-meta.has-location.has-email .meta-item { + max-width: 278px; +} +.org-header-meta.has-email.has-blog.has-location .meta-item { + max-width: 186px; +} +.org-link { + color: #333; +} +.org-link:hover { + color: #4183c4; + text-decoration: none; +} +.org-main { + float: left; + width: 640px; +} +.org-sidebar { + position: relative; + z-index: 1; + float: right; + width: 280px; + margin-top: -112px; +} +.org-sidebar .developer-program-badge { + display: block; + padding-top: 0; + padding-bottom: 0; + text-align: center; + border-top: 0; +} +.simple-box { + padding: 15px; + margin-bottom: 20px; + border: 1px solid #ddd; + background-color: #fff; + border-radius: 3px; +} +.simple-box-footer { + margin: 10px -15px -15px; + padding: 15px; + border-top: 1px solid #eee; + background-color: #fcfcfc; + border-radius: 0 0 3px 3px; +} +.simple-box-footer .typeahead { + width: 248px; +} +.orgs-help-shelf { + margin-top: -20px; + margin-bottom: 20px; + padding-top: 20px; + padding-bottom: 20px; + border-bottom: 1px solid #eee; + background-color: #fefefe; +} +.orgs-help-shelf .orgs-help-title { + font-size: 30px; + font-weight: normal; +} +.orgs-help-shelf-content { + width: 800px; + margin: 50px auto; + text-align: center; +} +.orgs-help-shelf-content .orgs-help-lead, .orgs-help-shelf-content .orgs-help-description { + font-size: 18px; +} +.orgs-help-shelf-content .orgs-help-description:before { + width: 150px; + margin: 40px auto; + display: block; + border-top: 1px solid #ddd; + content: ""} +.orgs-help-lead { + margin-bottom: 30px; +} +.orgs-help-learn-more { + margin-top: -10px; + -webkit-transition: opacity 0.25s ease-in-out; + transition: opacity 0.25s ease-in-out; +} +.orgs-help-extra-content { + max-height: 0; + overflow-y: auto; + -webkit-transition: max-height 0.75s ease-in-out; + transition: max-height 0.75s ease-in-out; +} +.open .orgs-help-learn-more { + opacity: 0; + pointer-events: none; +} +.open .orgs-help-extra-content { + max-height: 450px; + overflow-x: hidden; +} +.orgs-help-role-group { + margin-bottom: 40px; +} +.orgs-help-role-octicon { + width: 70px; + height: 70px; + margin: 0 auto 15px; + text-align: center; + border: solid 1px #e5e5e5; + border-radius: 50px; + background-color: #fff; +} +.orgs-help-role-octicon .mega-octicon { + color: #4183c4; + font-size: 26px; + line-height: 68px; +} +.orgs-help-role-limited-member .mega-octicon { + color: #999; +} +.orgs-help-role-title { + margin-bottom: 10px; + font-weight: normal; +} +.orgs-help-role-content { + margin-top: 0; + color: #666; + font-size: 14px; +} +.orgs-help-dismiss { + margin-top: 5px; + margin-right: 10px; + float: right; + font-size: 12px; + color: #999; +} +.orgs-help-dismiss:hover { + color: #4183c4; + text-decoration: none; +} +.orgs-help-dismiss .octicon { + position: relative; + top: 1px; +} +#promote-all-to-member, #remove_repo_access { + display: none; +} +.confirmOrgModal .confirm-list { + margin-left: 15px; +} +.confirmOrgModal .confirm-list-item { + padding-bottom: 10px; +} +.orgs-help-title { + margin-top: 0; + margin-bottom: 0; +} +.orgs-help-description { + font-size: 14px; +} +.orgs-help-lead, .orgs-help-description { + margin-top: 10px; + color: #666; +} +.orgs-help-button { + margin-right: 10px; +} +.org-module-title { + margin: -15px -15px 0; + font-size: 18px; + border-bottom: 1px solid #eee; +} +.org-module-link { + display: block; + padding: 15px; + color: #333; +} +.org-module-link:hover, .org-module-link:hover .org-stats { + text-decoration: none; + color: #4183c4; +} +.org-stats { + margin-top: 3px; + float: right; + font-size: 14px; + color: #999; +} +.org-members-title { + margin-bottom: 0; + border-bottom: 0; +} +.member-avatar-group { + margin: -1px; +} +.member-avatar-group:before { + display: table; + content: ""} +.member-avatar-group:after { + display: table; + clear: both; + content: ""} +.member-avatar { + float: left; + margin: 1px; +} +.member-row { + display: block; + padding-bottom: 15px; + margin-bottom: 15px; + margin-top: 15px; + font-size: 14px; + color: #333; + border-bottom: 1px solid #eee; +} +.member-row:before { + display: table; + content: ""} +.member-row:after { + display: table; + clear: both; + content: ""} +.member-row:hover { + color: #4183c4; + text-decoration: none; +} +.member-row:last-child { + margin-bottom: 0; + padding-bottom: 0; + border-bottom: 0; +} +.member-row .avatar { + float: left; + margin-right: 10px; +} +.member-row .member-name { + display: block; +} +.member-fullname { + color: #777; +} +.org-no-members { + text-align: center; + color: #777; + margin-top: 20px; + margin-bottom: 10px; +} +.org .no-results { + padding: 10px; + color: #999; +} +.org-teams-nav { + margin-top: 15px; +} +.org-teams-list { + list-style: none; + margin-bottom: -10px; +} +.org-teams-list .team { + display: block; + overflow: hidden; + padding-top: 15px; + padding-bottom: 15px; + color: #333; + border-top: 1px solid #eee; +} +.org-teams-list .team:hover { + text-decoration: none; +} +.org-teams-list .team:hover .team-name { + color: #4183c4; +} +.org-teams-list .org-teams-list-item:first-child .team { + border-top: 0; +} +.org-teams-list .team-name { + display: block; + font-size: 14px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.org-teams-list .team-meta { + margin-top: 0; + margin-bottom: 0; + color: #777; +} +.org-toolbar.disabled { + pointer-events: none; +} +.org-toolbar .select-all-members { + float: left; + margin-top: 7px; + margin-left: 9px; + margin-right: 18px; +} +.org-toolbar .subnav-search { + width: 320px; + margin-left: 0; +} +.org-toolbar .subnav-search-context+.subnav-search { + margin-left: -1px; +} +.org-toolbar input.subnav-search-input { + width: 100%} +.org-toolbar .pending-invitations-link { + position: relative; + top: 1px; + display: inline-block; + margin-right: 10px; + color: #777; +} +.member-action { + margin-right: 10px; +} +.member-role-select { + display: inline; +} +.member-role-select .select-menu-modal { + left: 39px; + width: 300px; +} +.member-role-menu .select-menu-item-text { + padding-right: 8px; +} +.member-role-menu .role-disabled { + pointer-events: none; +} +.member-role-menu .role-disabled .octicon-alert { + font-size: 14px; + color: #999; +} +.member-role-menu .role-note { + margin-top: 6px; +} +.auto-search-group { + position: relative; +} +.auto-search-group .auto-search-input { + padding-left: 30px; +} +.auto-search-group .spinner, .auto-search-group>.octicon { + position: absolute; + left: 10px; + width: 16px; + height: 16px; + z-index: 5; +} +.auto-search-group .spinner { + top: 9px; + background-color: #fff; +} +.auto-search-group>.octicon { + top: 10px; + font-size: 14px; + color: #bbb; + text-align: center; +} +.org-list .list-item { + position: relative; + padding-top: 15px; + padding-bottom: 15px; + border-bottom: 1px solid #eee; +} +.org-list .list-item:before { + display: table; + content: ""} +.org-list .list-item:after { + display: table; + clear: both; + content: ""} +.org-list .cancel-link { + color: #777; +} +.org-repos .blankslate { + margin-top: 15px; +} +.org-repos-mini { + padding: 0; + margin: 0; +} +.org-repos-mini .org-repo-mini-item:first-child .org-repo-mini-cell { + border-top: 0; +} +.org-repos-mini .org-repo-name { + margin-top: 0; + margin-bottom: 0; + font-size: 14px; + word-wrap: break-word; +} +.org-repos-mini .org-repo-name .octicon-repo { + color: #999; +} +.org-repos-mini .org-repo-name .octicon-lock { + color: #e9dba5; +} +.org-repos-mini .org-repo-forked { + max-width: 270px; + margin-top: 0; + margin-bottom: 0; + display: inline-block; + font-weight: normal; + font-size: 12px; +} +.org-repo-mini-item .repo-prefix { + font-weight: normal; + text-transform: lowercase; +} +.org-repo-mini-item .repo-slash { + display: inline-block; + margin-left: -4px; + margin-right: -4px; +} +.org-repo-mini-cell { + padding-top: 15px; + padding-bottom: 15px; + vertical-align: middle; +} +.org-repo-meta { + width: 165px; +} +.org-repo-meta .access-level { + cursor: default; +} +.org-repo-meta .button-group { + float: right; +} +.org-repo-meta.not-team-admin { + text-align: right; +} +.permission-level-cell .select-menu-button { + width: 100px; +} +.permission-level-cell .select-menu-button:after { + position: absolute; + top: 10px; + right: 10px; +} +.permission-level-cell .spinner, .permission-level-cell .permission-success-icon { + position: absolute; + margin-left: 15px; + display: inline-block; + opacity: 0; + -webkit-transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; +} +.permission-level-cell .permission-success-icon { + margin-top: 4px; + color: #6cc644; +} +.permission-level-cell .is-updating .spinner, .permission-level-cell .was-successful .permission-success-icon { + opacity: 1; +} +.permission-level-cell .select-menu-modal .description { + padding-right: 20px; +} +.permission-level-cell .select-menu-option-title { + margin-top: 0; + margin-bottom: 0; +} +.permission-level-cell .navigation-focus .select-menu-option-title { + color: #fff; +} +.add-member-wrapper { + position: relative; + width: 680px; + margin: 40px auto; +} +.add-member-wrapper .owners-team-info { + position: relative; + padding-top: 10px; + padding-left: 42px; + color: #777; + border-top: 1px solid #e5e5e5; +} +.add-member-wrapper .owners-team-info .octicon-info { + position: absolute; + left: 8px; + color: #999; + font-size: 18px; +} +.add-member-wrapper .available-seats { + color: #999; +} +.add-member-wrapper .buy-more-link { + margin-right: 5px; +} +.invitation-role-group { + padding-top: 25px; + padding-bottom: 30px; +} +.invitation-role-group:before { + display: table; + content: ""} +.invitation-role-group:after { + display: table; + clear: both; + content: ""} +.invitation-role { + position: relative; + width: 215px; + margin-left: 17px; + padding: 15px 10px; + float: left; + font-weight: normal; + text-align: center; + cursor: pointer; +} +.invitation-role:first-child { + margin-left: 0; +} +.invitation-role .invitation-role-item-border { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 1px solid #eee; + border-radius: 3px; + -webkit-transition: border 0.15s ease-in-out; + transition: border 0.15s ease-in-out; +} +.invitation-role input { + display: block; + margin-right: auto; + margin-left: auto; +} +.invitation-role input:checked ~ .invitation-role-item-border { + border: 1px solid #3b99fc; + box-shadow: 0 0 5px rgba(59, 153, 252, 0.4); +} +.invitation-role-title { + margin-top: 5px; + margin-bottom: 5px; +} +.invitation-role-description { + margin-top: 0; + color: #777; +} +.invitation-role-hint-for-limited-members { + display: none; +} +.invitation-limited-member-role-selected .invitation-role-hint-for-direct-members-and-admins { + display: none; +} +.invitation-limited-member-role-selected .invitation-role-hint-for-limited-members { + display: inherit; +} +.invitation-empty-teams { + width: 500px; + color: #666; + text-align: left; +} +.invitation-empty-teams .octicon { + margin-top: 2px; + margin-right: 7px; + margin-bottom: 10px; + float: left; + color: #bd2c00; + font-size: 14px; +} +.add-member-title { + margin-bottom: 0; + font-size: 30px; + font-weight: normal; +} +.add-member-lead { + margin-top: 5px; + margin-bottom: 0; + padding-bottom: 15px; + border-bottom: 1px solid #eee; +} +.add-member-lead.no-border { + padding-bottom: 0; + border-bottom: 0; +} +.add-member-team-list { + margin-bottom: 15px; + list-style: none; +} +.add-member-team-list .team { + display: block; + padding: 15px 0; + font-weight: normal; + cursor: pointer; +} +.add-member-team-list .team:first-child { + border-top: 1px solid #f2f2f2; +} +.add-member-team-list .team .minibutton { + float: right; +} +.add-member-team-list .team-info { + max-width: 80%; + color: #000; + text-decoration: none; +} +.add-member-team-list .team-info:hover { + color: #4183c4; +} +.add-member-team-list .team-name { + font-size: 14px; +} +.add-member-team-list .team-meta { + color: #777; + margin-top: 2px; + margin-bottom: 2px; +} +.add-member-team-list .team-description { + margin-top: 2px; + margin-bottom: 2px; + color: #333; +} +.add-member-team-list .team-toggler .turn-on { + display: inline-block; +} +.add-member-team-list .team-toggler.on .turn-off { + display: inline-block; +} +.add-member-team-list .team-toggler .turn-off { + display: none; +} +.add-member-team-list .team-toggler.on .turn-on { + display: none; +} +.team-list-footer .show-all-link .octicon { + margin-left: 5px; + color: #777; +} +.invite-team-member-list .team { + display: table-row; + cursor: default; +} +.invite-team-member-list .team:first-child .table-list-cell { + border-top: 0; +} +.invite-team-member-list .team .table-list-cell { + padding-top: 15px; + padding-bottom: 15px; +} +.invite-team-member-list .table-list-cell-checkbox { + width: 42px; +} +.invite-team-member-list .team-info { + width: 250px; + vertical-align: middle; + color: #222; +} +.invite-team-member-list .team-description { + display: block; + padding-top: 0; + padding-bottom: 0; + font-weight: normal; +} +.invite-team-member-list .team-meta { + width: 100px; + text-align: left; + vertical-align: middle; +} +.invite-team-member-list .team-link { + text-align: right; + color: #4183c4; +} +.member-list-item .table-list-cell { + vertical-align: middle; + padding-top: 10px; + padding-bottom: 10px; +} +.member-list-item .table-list-cell-checkbox { + width: 30px; +} +.member-list-item.adminable:hover { + background-color: #f9f9f9; +} +.member-list-item .member-info { + font-size: 14px; +} +.member-list-item .member-info .member-list-avatar { + float: left; + margin-right: 15px; +} +.member-list-item .member-info .member-fullname { + font-weight: normal; + color: #777; +} +.member-visibility .octicon { + font-size: 14px; +} +.member-username { + margin-top: 4px; + display: block; + color: #333; +} +.member-username .octicon { + position: relative; + top: -2px; + margin-left: 2px; + font-size: 12px; + color: #aaa; +} +.member-security .octicon { + color: #f93; + font-size: 14px; +} +.member-role { + width: 100px; +} +.member-role.select-menu { + padding-left: 50px; + text-align: left; +} +.member-meta { + width: 140px; + font-size: 11px; + color: #777; + text-align: center; +} +.member-meta .teams-link { + color: #777; +} +.member-meta .teams-link:hover { + color: #4183c4; + text-decoration: none; +} +.member-meta .button-link { + color: #777; +} +.member-meta .button-link:hover { + color: #4183c4; + text-decoration: none; +} +.member-meta .select-menu-modal-holder { + right: 0; + text-align: left; +} +.member-follow { + text-align: right; +} +.member-selected-actions { + display: inline; +} +.team-grid { + position: relative; + margin-left: -10px; + margin-right: -10px; +} +.team-grid:before { + display: table; + content: ""} +.team-grid:after { + display: table; + clear: both; + content: ""} +.team-grid .team { + position: relative; + float: left; + width: 480px; + height: 127px; + padding: 15px; + margin-bottom: 20px; + margin-left: 10px; + margin-right: 10px; + border: 1px solid #eee; + border-radius: 3px; +} +.team-grid .team-link { + display: block; + text-decoration: none; +} +.team-grid .team-link:focus .team-name, .team-grid .team-link:hover .team-name { + color: #4183c4; +} +.team-grid .team-link:focus { + outline: none; +} +.team-grid .team-link:hover { + text-decoration: none; +} +.team-grid .team-name { + display: inline-block; + margin: 0; + color: #333; + font-size: 18px; +} +.team-grid .team-description { + overflow: hidden; + max-width: 80%; + margin-top: 5px; + font-size: 14px; + color: #777; + text-overflow: ellipsis; + white-space: nowrap; +} +.team-grid .team-label-ldap { + float: right; +} +.team-grid .team-members { + width: 478px; + padding: 10px 15px; + margin: 0 -15px -15px; + border-top: 1px solid #eee; + border-radius: 0 0 3px 3px; + background-color: #f8f8f8; +} +.team-grid .team-members .minibutton { + margin-top: 2px; + margin-bottom: 2px; +} +.team-grid .team-member { + display: inline-block; + vertical-align: top; + width: 30px; + height: 30px; +} +.team-grid .team-member:hover { + text-decoration: none; +} +.team-grid .blankslate { + margin-left: 10px; + margin-right: 10px; +} +.team-grid .team-actions-form { + float: right; +} +.team-label-ldap { + display: inline-block; + padding: 0 9px; + line-height: 25px; + border: 1px solid #eaeaea; + border-radius: 3px; + box-shadow: none; + color: #999; + font-size: 11px; + text-transform: uppercase; + cursor: default; +} +.team-label-ldap.header-label-ldap { + padding: 3px 5px; +} +.team-member-ellipsis { + display: inline-block; + vertical-align: top; + width: 30px; + height: 30px; + line-height: 24px; + color: #777; + font-weight: bold; + text-align: center; + background-color: #ddd; + border-radius: 3px; +} +.team-member-ellipsis:hover { + color: #333; + text-decoration: none; +} +.typeahead { + position: absolute; + z-index: 3; + display: none; + overflow: hidden; + width: 100%; + margin-top: 1px; + background-color: #fff; + background-clip: padding-box; + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); +} +.typeahead.active { + display: block; +} +.facebox .typeahead-results { + margin: 0; +} +.typeahead-result { + position: relative; + display: block; + min-width: 100%; + padding: 10px; + margin-top: 0; + color: #333; + cursor: pointer; +} +.typeahead-result:before { + display: table; + content: ""} +.typeahead-result:after { + display: table; + clear: both; + content: ""} +.typeahead-result:first-child { + border-top: 0; +} +.typeahead-result:focus, .typeahead-result:hover, .typeahead-result.navigation-focus { + text-decoration: none; +} +.typeahead-result:hover, .typeahead-result.navigation-focus { + color: #fff; + background-color: #4183c4; +} +.typeahead-result:hover .octicon-plus, .typeahead-result.navigation-focus .octicon-plus { + color: #fff; +} +.member-suggestion { + padding-left: 44px; +} +.member-suggestion .avatar { + float: left; + margin-left: -34px; + margin-right: 10px; +} +.member-suggestion .member-info { + width: 75%; + overflow: hidden; + margin-top: 2px; + margin-bottom: 0; + white-space: nowrap; + text-overflow: ellipsis; +} +.member-suggestion .member-name { + color: #777; + font-size: 12px; +} +.member-suggestion .octicon-plus, .member-suggestion .octicon-check { + position: absolute; + top: 50%; + right: 15px; + margin-top: -8px; + color: #ddd; +} +.member-suggestion .already-member-note, .member-suggestion .non-member-note, .member-suggestion .non-member-action { + margin-top: 0; + margin-bottom: 0; + color: #777; + font-size: 11px; +} +.member-suggestion .non-member-action { + display: none; +} +.member-suggestion:hover .member-name, .member-suggestion:hover .non-member-note, .member-suggestion:hover .already-member-note, .member-suggestion:hover .non-member-action, .member-suggestion.navigation-focus .member-name, .member-suggestion.navigation-focus .non-member-note, .member-suggestion.navigation-focus .already-member-note, .member-suggestion.navigation-focus .non-member-action { + color: #fff; +} +.member-suggestion:hover .non-member-note, .member-suggestion.navigation-focus .non-member-note { + display: none; +} +.member-suggestion:hover .non-member-action, .member-suggestion.navigation-focus .non-member-action { + display: block; +} +.member-suggestion:hover .octicon-plus, .member-suggestion:hover .octicon-check, .member-suggestion.navigation-focus .octicon-plus, .member-suggestion.navigation-focus .octicon-check { + color: #fff; +} +.member-suggestion.not-a-member .member-info, .member-suggestion.disabled .member-info { + margin-top: -2px; +} +.member-suggestion.disabled { + opacity: 0.5; +} +.team-info-card { + position: relative; + margin-bottom: 20px; +} +.team-info-card .team-label-ldap { + font-size: 13px; + line-height: 32px; +} +.team-info-card .team-description { + margin-top: 10px; + color: #666; + font-size: 14px; + line-height: 20px; + word-break: break-word; +} +.team-info-card .team-description .link { + color: #999; + cursor: pointer; +} +.team-info-card .team-description .link:hover { + text-decoration: underline; +} +.team-info-card .description-toggler .turn-on { + display: inline-block; +} +.team-info-card .description-toggler.on .turn-off { + display: inline-block; +} +.team-info-card .description-toggler .turn-off { + display: none; +} +.team-info-card .description-toggler.on .turn-on { + display: none; +} +.team-title { + margin-top: 0; + margin-bottom: 0; + font-size: 22px; + line-height: 26px; +} +.team-stats { + margin-right: -15px; + margin-bottom: -10px; + margin-left: -15px; + padding-right: 15px; + padding-left: 15px; + border-top: 1px solid #eee; +} +.stats-group { + display: table; + table-layout: fixed; + width: 100%} +.stats-group-stat { + display: table-cell; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 15px; + font-size: 12px; + color: #999; + text-transform: uppercase; +} +.stats-group-stat:hover, .stats-group-stat:hover .stat-number { + color: #4183c4; + text-decoration: none; +} +.stats-group-stat:first-child { + padding-left: 0; + border-right: 1px solid #eee; +} +.stats-group-stat.no-link:hover { + color: #999; +} +.stats-group-stat.no-link:hover .stat-number { + color: #333; +} +.stat-number { + display: block; + color: #333; + font-size: 16px; +} +.team-description-form { + width: 100%; + margin-top: 10px; + margin-bottom: 20px; +} +.team-description-field { + width: 100%; + height: 100px; + margin-bottom: 10px; + font-size: 14px; +} +.team-actions .octicon { + margin-right: 0; +} +.team-actions-form { + display: inline-block; +} +.org-team-sidebar { + float: left; + width: 280px; +} +.org-team-sidebar .team-note { + color: #777; + font-size: 13px; + text-align: center; +} +.org-team-sidebar .team-note .note-emphasis { + color: #333; +} +.org-team-main { + float: right; + width: 660px; +} +.owners-member-title { + margin-top: 10px; + margin-bottom: 0; + font-size: 18px; + color: #777; + font-weight: normal; +} +.owners-notice { + background-color: #f0f8ff; +} +.owners-notice-title { + margin-top: 0; + margin-bottom: 0; + font-size: 18px; +} +.owners-notice-link { + margin-top: 10px; +} +.team-member-list { + list-style: none; +} +.team-member-list .team-member-content { + margin-left: 50px; +} +.team-member-list .team-member-username { + font-weight: bold; + margin: 0; + font-size: 14px; + line-height: 20px; +} +.team-member-list .team-member-description { + color: #777; + margin: 0; + font-size: 14px; + line-height: 20px; +} +.team-member-list .label-admin, .team-member-list .label-limited-member { + cursor: default; +} +.team-member-list .manage-team-member { + float: right; + margin-top: 10px; +} +.team-member-list .manage-team-member .select-menu-modal { + width: 225px; + left: -176px; +} +.team-member-list .manage-team-member .select-menu-item.disabled { + color: #bbb; + cursor: not-allowed; +} +.team-member-list .manage-team-member .select-menu-item .button-link { + width: 100%; + margin-left: 0; + color: #bd2c00; +} +.team-member-list .manage-team-member .navigation-focus.disabled { + color: #bbb; + background-color: #fff; +} +.team-member-list .manage-team-member .navigation-focus .button-link { + color: #fff; + text-decoration: none; +} +.team-member-list-avatar { + float: left; + margin-right: 10px; +} +.org-team-form { + width: 440px; + margin: 0 auto; +} +.org-team-form .disabled { + opacity: 0.5; +} +.org-validate-group { + position: relative; +} +.org-validate-group .octicon, .org-validate-group .spinner { + position: absolute; + top: 9px; + right: 10px; +} +.org-validate-group .octicon-check { + color: #6cc644; +} +.org-validate-group .octicon-alert { + color: #bd2c00; +} +.team-members { + margin-bottom: 20px; +} +#team-member-container .table-list { + border-bottom: 0; +} +.member-remove-confirm-container .private-fork-count { + margin-top: 0; + color: #777; + font-weight: normal; + font-size: 12px; +} +.member-remove-confirm-container .deleting-private-forks-warning { + position: relative; + padding-left: 26px; +} +.member-remove-confirm-container .deleting-private-forks-warning .octicon { + position: absolute; + top: 2px; + left: 0; + color: #bd2c00; +} +.member-remove-confirm-list-container { + border: 1px solid #eaeaea; + border-radius: 3px; + margin-bottom: 15px; +} +.member-remove-confirm-list { + margin-left: 0; + margin-bottom: 0; + padding-left: 0; + max-height: 182px; + overflow: auto; +} +.member-remove-confirm-item { + font-size: 14px; + font-weight: bold; + margin: 0; + padding: 10px; + border-top: 1px solid #eaeaea; +} +.member-remove-confirm-item:first-child { + border-top: 0; +} +.org-blankslate { + display: none; +} +.org-section.is-empty .org-blankslate { + display: block; +} +.org-section .auto-search-group .spinner { + display: inline-block; +} +.org-section .auto-search-group .spinner.hidden { + display: none; +} +.manage-member-role { + float: right; +} +.manage-member-role .button-link, .manage-member-role .select-menu-item-text .description { + font-weight: normal; +} +.manage-member-role .button-link { + color: #777; + font-size: 11px; +} +.manage-member-role .select-menu-item-text .description { + font-size: 12px; + line-height: 16px; +} +.manage-member-button { + display: block; + text-align: center; +} +.manage-repo-access-wrapper { + width: 650px; +} +.manage-repo-access-header { + margin-top: 30px; + margin-bottom: 30px; +} +.manage-repo-access-header:before { + display: table; + content: ""} +.manage-repo-access-header:after { + display: table; + clear: both; + content: ""} +.manage-repo-access-header .button { + margin-top: 8px; +} +.manage-repo-access-avatar { + float: left; + margin-right: 10px; +} +.manage-repo-access-heading { + margin-top: -2px; + margin-bottom: 0; + font-weight: normal; + font-size: 24px; +} +.manage-repo-access-lead { + margin-top: 0; + margin-bottom: 0; +} +.manage-access-team-list { + border-bottom: 0; +} +.manage-access-team-list-item:first-child .table-list-cell { + border-top: 0; +} +.manage-access-team-info { + padding-top: 15px; + width: 350px; +} +.manage-access-team-description { + margin-top: 3px; + color: #777; +} +.manage-access-team-meta { + padding-top: 25px; + padding-bottom: 25px; + text-align: center; +} +.manage-access-team-action { + margin-right: 10px; + float: right; + color: #999; +} +.access-inactive { + opacity: 0.6; +} +.access-inactive .manage-access-team-meta { + padding-right: 20px; + text-align: right; +} +.ldap-group-dn { + display: block; + color: #aaa; + font-weight: normal; +} +.ldap-import-groups-container .blankslate { + display: none; +} +.ldap-import-groups-container.is-empty .blankslate { + display: block; +} +.ldap-import-groups-container.is-empty .ldap-memberships-list { + display: none; +} +.ldap-import-groups-container .team-name-exists { + display: none; +} +.ldap-import-groups-container .is-exists .ldap-mention-as { + color: #bd2c00; +} +.ldap-import-groups-container .is-exists .team-name-exists { + position: absolute; + z-index: 1; + display: inline-block; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.ldap-memberships-list { + margin-bottom: 30px; +} +.ldap-memberships-list .table-list-cell { + font-size: 13px; + padding-bottom: 10px; + padding-top: 10px; + vertical-align: middle; +} +.ldap-memberships-list .table-list-cell:last-child { + width: 92px; +} +.ldap-memberships-list .ldap-group-form { + display: table; + width: 100%} +.ldap-memberships-list .team-name-exists { + bottom: -19px; + left: 10px; +} +.ldap-memberships-list .ldap-list-team-name { + width: 380px; +} +.ldap-memberships-list .ldap-group-dn { + font-size: 11px; +} +.ldap-memberships-list .ldap-mention-as { + width: 260px; +} +.ldap-memberships-list .edit { + position: absolute; + padding: 10px; + margin-left: -33px; + color: #4183c4; + cursor: pointer; +} +.ldap-memberships-list .edit-fields { + display: none; +} +.ldap-memberships-list .is-editing .edit-hide { + display: none; +} +.ldap-memberships-list .is-editing .edit-fields { + display: block; +} +.ldap-memberships-list .is-editing .spinner { + margin-left: 15px; + vertical-align: middle; +} +.ldap-memberships-list .is-removing { + opacity: 0.25; +} +.ldap-memberships-list .is-removing .edit { + opacity: 0.5; +} +.team-name-field { + height: 33px; +} +.ldap-import-form-actions { + margin-top: 30px; +} +.is-importing .team-ldap-group-adder-button .spinner { + display: inline; + float: left; +} +.team-ldap-group-adder { + position: relative; + float: left; +} +.team-ldap-group-adder .team-name-exists { + bottom: -27px; +} +.team-ldap-group-adder .subnav-search-input { + border-radius: 4px 0 0 4px; +} +.team-ldap-group-adder-button { + border-radius: 0 4px 4px 0; + margin-left: -1px; + width: 90px; +} +.team-ldap-group-adder-button .loading-indicator { + display: none; +} +#pending-invitations { + display: none; +} +.pending-team-invitations-link { + display: block; + padding-top: 15px; + padding-bottom: 15px; + border-bottom: 1px solid #eee; +} +.invited .team-member-list { + margin: -10px 0 0; +} +.invited .team-member-list .list-item { + padding: 10px 0; + border-bottom: 1px solid #eee; +} +.invited .team-member-list .list-item:before { + display: table; + content: ""} +.invited .team-member-list .list-item:after { + display: table; + clear: both; + content: ""} +.invited .team-member-list .list-item:last-of-type { + border: 0; +} +.invited .team-member-list .list-item .edit-invitation, .invited .team-member-list .list-item .cancel-invitation { + margin-top: 6px; + float: right; +} +.invited-banner { + margin-top: 10px; + padding: 10px; + border: 1px solid #eaeaea; + border-radius: 4px; + background-color: #fff; +} +.invited-banner:before { + display: table; + content: ""} +.invited-banner:after { + display: table; + clear: both; + content: ""} +.invited-banner .minibutton { + float: right; + margin-left: 5px; + margin-top: -3px; +} +.invited-banner p { + color: #333; + margin: 0; + font-size: 15px; +} +.invited-banner .inviter-link { + color: #333; + font-weight: bold; +} +.invitation-container { + width: 600px; + margin: 40px auto; + padding: 20px; + border: 1px solid #ddd; + border-radius: 3px; +} +.invitation-container h3 { + font-size: 16px; + font-weight: normal; +} +.invitation-disclosure { + position: relative; + padding: 10px 0 10px 24px; + list-style: none; + color: #777; + text-align: center; +} +.invitation-disclosure .octicon { + color: #999; + text-align: center; + display: inline-block; + margin-right: 5px; +} +.invitation-header { + position: relative; + text-align: center; +} +.invitation-header .avatar { + margin-bottom: 20px; +} +.invitation-header .invitation-title { + font-size: 18px; + font-weight: normal; + line-height: 16px; + margin: 0; +} +.invitation-header .inviter { + font-size: 13px; + color: #999; + margin: 5px 0 10px; +} +.invitation-footer { + margin: 40px 0 20px; +} +.invitation-footer form { + display: inline-block; + margin-right: 10px; +} +.outline-box-group { + border-radius: 3px; +} +.outline-box { + padding: 20px; + border: solid 1px #d8d8d8; +} +.outline-box:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.outline-box:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.outline-box+.outline-box { + border-top: 0; +} +.outline-box-highlighted { + background-color: #f7fafd; + border-color: #c9d6e3; +} +.owner-select-grid { + margin-left: -8px; +} +.owner-select-grid:before { + display: table; + content: ""} +.owner-select-grid:after { + display: table; + clear: both; + content: ""} +.owner-select-target { + float: left; + padding: 10px; + margin: 0 8px 10px; + text-align: center; + background-color: #f2f2f2; + border-radius: 3px; +} +.owner-select-target .css-truncate-target { + max-width: 90px; +} +.owner-select-target.disabled { + color: #999; + cursor: not-allowed; +} +.owner-select-target.enabled { + font-weight: bold; + cursor: pointer; +} +.owner-select-target.enabled .owner-select-avatar { + opacity: 1; +} +.owner-select-target.enabled:hover { + color: #fff; + background-color: #4183c4; +} +.owner-select-target.enabled:active { + color: #fff; + background-color: #3269a0; +} +.owner-select-avatar { + display: block; + margin-bottom: 9px; + opacity: 0.3; +} +.owner-select-grid-no-facebox h2 { + padding-right: 0; + padding-left: 0; + margin-right: 0; + margin-left: 0; +} +.page-notice { + margin: 15px auto; + width: 400px; + padding: 20px; + color: #333; + font-size: 14px; + background: #fffeeb; + border: 1px solid #ddd; + border-radius: 3px; +} +.page-notice h2 { + margin: 0; + font-size: 16px; + color: #000; +} +.page-notice p:last-child { + margin-bottom: 0; +} +#editor-body-buffer { + display: none; +} +#pages-composer { + padding-bottom: 5px; + margin-bottom: 20px; + border-bottom: 1px solid #eee; +} +#pages-composer label { + display: inline-block; + margin-bottom: 10px; + font-size: 16px; +} +#pages-composer input { + margin-bottom: 15px; +} +#pages-composer p { + margin-top: -10px; + margin-bottom: 10px; + color: #777; +} +#pages-composer #gollum-editor-function-bar { + margin-top: 0; +} +#pages-composer #gollum-editor { + margin: 0; + padding: 0; + border: 0; +} +#pages-composer #gollum-editor-body { + margin-top: 10px; +} +.gollum-readme { + display: inline-block; + margin-left: 10px; +} +#gollum-editor-function-bar #undo-load-readme { + display: none; +} +.theme-picker { + margin-bottom: -1px; + background-color: #fff; + background-clip: padding-box; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); +} +.theme-picker>.container { + position: relative; + overflow: hidden; + text-align: center; +} +.theme-picker-thumbs { + border-bottom: 1px solid #eee; +} +.theme-picker-footer { + position: relative; + padding-bottom: 15px; +} +.theme-toggle { + width: 32px; + height: 32px; + color: #ccc; + padding: 0; + background: none; + border: 0; +} +.theme-toggle:hover { + color: #0084c8; + text-decoration: none; +} +.theme-toggle.disabled, .theme-toggle.disabled:hover { + color: #ccc; + opacity: 0.3; + cursor: not-allowed; +} +.theme-toggle-full-left, .theme-toggle-full-right { + position: absolute; + top: 50px; + width: 32px; + height: 32px; + overflow: hidden; +} +.theme-toggle-full-left { + left: 0; +} +.theme-toggle-full-right { + right: 0; +} +.theme-selector { + height: 102px; + margin: 15px 46px; + white-space: nowrap; + overflow: hidden; +} +.theme-selector-thumbnail { + display: inline-block; + padding: 2px; + border: 1px solid #ddd; + border-radius: 3px; +} +.theme-selector-thumbnail+.theme-selector-thumbnail { + margin-left: 15px; +} +.theme-selector-thumbnail:hover { + text-decoration: none; + background-color: #f5f5f5; +} +.theme-selector-thumbnail.selected { + padding: 3px; + background-color: #4183c4; + border: 0; +} +.theme-selector-thumbnail.selected .theme-selector-img { + border: 1px solid #fff; +} +.theme-selector-img { + display: block; + width: 126px; + height: 96px; + border-radius: 1px; +} +.theme-selector-name { + display: none; +} +.theme-picker-spinner { + position: absolute; + top: 16px; + left: 50%; + margin-left: -16px; + opacity: 0; + -webkit-transition: 0.2s, opacity ease-in-out; + transition: 0.2s, opacity ease-in-out; + background-color: #fff; +} +.theme-picker-spinner.visible { + opacity: 1; +} +.theme-picker-spinner.visible ~ .theme-picker-controls .theme-name { + opacity: 0; +} +.theme-selector-actions { + padding-top: 15px; + text-align: right; +} +.theme-selector-actions:before { + display: table; + content: ""} +.theme-selector-actions:after { + display: table; + clear: both; + content: ""} +.theme-selector-actions .page-edit, .theme-selector-actions .page-publish { + display: inline-block; + margin-left: 5px; +} +.theme-picker-view-toggle { + float: left; +} +.theme-picker-view-toggle .for-hiding { + display: none; +} +.theme-picker-view-toggle.open .for-hiding { + display: inline; +} +.theme-picker-view-toggle.open .for-showing { + display: none; +} +.theme-picker-controls { + position: absolute; + top: 15px; + left: 50%; + display: none; + width: 220px; + margin-left: -110px; + line-height: 34px; + text-align: center; +} +.theme-picker-controls .theme-toggle { + vertical-align: middle; +} +.theme-name { + display: inline-block; + margin-left: 10px; + margin-right: 10px; + font-size: 20px; + vertical-align: middle; + line-height: 1; +} +#page-preview { + position: relative; + z-index: -100; + display: block; + width: 100%; + height: 100%; + padding: 0; + background-color: #fff; + border: 0; +} +.feed-icon a { + display: block; + width: 18px; + height: 18px; + background: #f37538; + color: #fff; + border-radius: 3px; + padding: 1px; + text-align: center; +} +body.page-profile .select-menu-modal { + width: 130px; +} +body.page-profile .select-menu-modal-holder { + right: 0; +} +body.page-profile .tab-content { + position: relative; +} +body.page-profile .feed-icon { + position: absolute; + right: 0; + z-index: 2; +} +.profilecols .orgs h3 { + margin: 0 0 5px; + font-size: 12px; +} +.profilecols .orgs h3 a { + font-weight: normal; + margin-left: 5px; +} +.profilecols .tabnav { + position: relative; +} +.profilecols .tabnav .pagehead-actions { + float: none; + top: 0; +} +.profilecols .tabnav .pagehead-actions li.text { + display: inline-block; + margin-top: 12px; +} +.profilecols .tabnav .subnav li:first-child { + margin-left: 10px; +} +.profilecols .repo-search { + display: inline; +} +.profilecols .filter-bar { + position: relative; + border-bottom: 1px solid #ddd; + background: #fff; + padding: 0 0 10px; +} +.profilecols .filter-bar .new-repo { + float: right; + margin-left: 15px; +} +.profilecols .filter-bar .filter_input { + width: 260px; +} +.profilecols .filter-bar .repo_filterer { + float: right; + margin-top: 8px; +} +.profilecols .filter-bar li { + position: relative; + float: right; + list-style: none; + margin-left: 10px; + font-size: 14px; +} +.profilecols .filter-bar li a { + display: inline-block; +} +.profilecols .filter-bar li .filter-selected { + color: #000; + font-weight: bold; +} +.profilecols .blankslate { + margin-top: 30px; +} +.vcard-avatar { + position: relative; + display: block; +} +.vcard-avatar .avatar { + border-radius: 6px; +} +.vcard-names { + margin-top: 5px; + line-height: 1; +} +.vcard-fullname { + display: block; + overflow: hidden; + width: 100%; + font-size: 26px; + line-height: 30px; + text-overflow: ellipsis; +} +.vcard-username { + display: block; + overflow: hidden; + width: 100%; + font-size: 20px; + font-style: normal; + font-weight: 300; + line-height: 24px; + color: #666; + text-overflow: ellipsis; +} +.vcard-details { + list-style: none; + padding-top: 15px; + padding-bottom: 15px; + border-top: 1px solid #eee; +} +.vcard-detail { + width: 100%; + padding: 2px 0 2px 24px; + overflow-x: hidden; + white-space: nowrap; + font-size: 14px; + text-overflow: ellipsis; +} +.vcard-detail .octicon { + float: left; + width: 16px; + text-align: center; + margin-left: -24px; + color: #ccc; +} +.vcard .staff-badge { + position: relative; + top: -1px; + padding: 2px 5px; + font-size: 10px; + font-weight: bold; + color: #fff; + text-transform: uppercase; + background-color: #4183c4; + border-radius: 3px; +} +.developer-program-badge { + display: block; + padding-top: 10px; + padding-bottom: 10px; + color: #4183c4; + border-top: 1px solid #eee; +} +.developer-program-badge .octicon-circuit-board { + margin-right: 7px; + color: #ccc; +} +.vcard-stats { + margin-bottom: 10px; + padding-top: 15px; + padding-bottom: 15px; + text-align: center; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} +.vcard-stats:before { + display: table; + content: ""} +.vcard-stats:after { + display: table; + clear: both; + content: ""} +.vcard-stat { + float: left; + width: 33.333%; + font-size: 11px; + text-transform: capitalize; +} +.vcard-stat-count { + display: block; + font-size: 28px; + font-weight: bold; + line-height: 1; +} +.vcard-stat:hover { + text-decoration: none; +} +.vcard-stat:hover .text-muted { + color: inherit; +} +.new-user-avatar-cta { + padding: 8px 16px; + margin-bottom: 20px; + background-color: #f1f6fb; + color: #244f79; + border: solid 1px #d0e5f8; + border-radius: 3px; + font-size: 14px; +} +.new-user-avatar-cta .minibutton { + float: right; + margin-left: 30px; +} +.steps { + display: table; + margin: 30px auto 0; + padding: 0; + overflow: hidden; + list-style: none; + border: 1px solid #ddd; + border-radius: 3px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); + width: 750px; +} +.steps li { + display: table-cell; + width: 33.3%; + padding: 10px 15px; + color: #ccc; + cursor: default; + border-left: 1px solid #ddd; + background-color: #fafafa; +} +.steps li.current { + background-color: #fff; + color: #333; +} +.steps li.current .mega-octicon { + color: #4183c4; +} +.steps li .mega-octicon { + float: left; + margin-right: 15px; + padding-bottom: 5px; +} +.steps li .step { + display: block; +} +.steps li:first-child { + border-left: 0; +} +.steps .complete { + color: #777; +} +.steps .complete .mega-octicon { + color: #6cc644; +} +.prose-diff .show-rich-diff { + cursor: pointer; + color: #4183c4; + text-decoration: none; +} +.prose-diff .show-rich-diff:hover { + text-decoration: underline; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable { + cursor: pointer; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable .vicinity { + display: block; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable .unchanged:not(.vicinity) { + display: none; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable:first-child::before { + margin-top: 1em; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable:before { + font-family: "octicons"; + content: "\f039"; + color: #d3d3d3; + display: block; + text-align: center; + font-size: 24px; + letter-spacing: 2px; + line-height: 0; + margin-top: 1em; + margin-bottom: 1em; + padding: 0; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable:hover:before { + color: #000; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:before { + content: "Sorry, no visible changes to display."; + color: #d3d3d3; + font-size: 18px; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable:only-child:hover:before { + color: #000; +} +.prose-diff.collapsed .rich-diff-level-zero.expandable>.removed, .prose-diff.collapsed .rich-diff-level-zero.expandable>del { + text-decoration: none; + display: none; +} +.prose-diff .markdown-body>ins { + box-shadow: inset 4px 0 0 #7fcb5c; +} +.prose-diff .markdown-body>del { + box-shadow: inset 4px 0 0 #c94114; + text-decoration: none; +} +.prose-diff .markdown-body>ins, .prose-diff .markdown-body>del { + display: block; + border-radius: 0; +} +.prose-diff .markdown-body>ins>.rich-diff-level-zero, .prose-diff .markdown-body>ins>.rich-diff-level-one, .prose-diff .markdown-body>del>.rich-diff-level-zero, .prose-diff .markdown-body>del>.rich-diff-level-one { + margin-left: 15px; +} +.prose-diff .markdown-body>ins:first-child *, .prose-diff .markdown-body>del:first-child * { + margin-top: 0; +} +.prose-diff .rich-diff-level-zero.added { + box-shadow: inset 4px 0 0 #7fcb5c; +} +.prose-diff .rich-diff-level-zero.removed { + box-shadow: inset 4px 0 0 #c94114; +} +.prose-diff .rich-diff-level-zero.changed { + box-shadow: inset 4px 0 0 #ffc045; +} +.prose-diff .rich-diff-level-zero.unchanged, .prose-diff .rich-diff-level-zero.vicinity { + margin-left: 15px; +} +.prose-diff .rich-diff-level-zero.added, .prose-diff .rich-diff-level-zero.removed, .prose-diff .rich-diff-level-zero.changed { + display: block; + border-radius: 0; +} +.prose-diff .rich-diff-level-zero.added>.rich-diff-level-one, .prose-diff .rich-diff-level-zero.removed>.rich-diff-level-one, .prose-diff .rich-diff-level-zero.changed>.rich-diff-level-one { + margin-left: 15px; +} +.prose-diff .rich-diff-level-zero.added:first-child *, .prose-diff .rich-diff-level-zero.removed:first-child *, .prose-diff .rich-diff-level-zero.changed:first-child * { + margin-top: 0; +} +.prose-diff :not(.changed)>:not(.github-user-ins):not(.github-user-del)>.removed, .prose-diff :not(.changed)>:not(.github-user-ins):not(.github-user-del)>del { + text-decoration: none; +} +.prose-diff .changed del, .prose-diff .changed del pre, .prose-diff .changed del code, .prose-diff .changed del>div, .prose-diff .changed .removed, .prose-diff .changed .removed pre, .prose-diff .changed .removed code, .prose-diff .changed .removed>div { + text-decoration: line-through; + color: #a33; + background: #ffeaea; +} +.prose-diff .changed ins, .prose-diff .changed ins code, .prose-diff .changed ins pre, .prose-diff .changed .added { + background: #eaffea; + border-bottom: 1px solid MediumSeaGreen; +} +.prose-diff>.markdown-body .github-user-ins { + text-decoration: underline; +} +.prose-diff>.markdown-body .github-user-del { + text-decoration: line-through; +} +.prose-diff>.markdown-body li ul.added { + background: #eaffea; +} +.prose-diff>.markdown-body li ul.removed { + color: #a33; + background: #ffeaea; +} +.prose-diff>.markdown-body li ul.removed:not(.github-user-ins) { + text-decoration: line-through; +} +.prose-diff>.markdown-body li.added.moved-up:before { + font-family: "octicons"; + content: "\f03d "; + color: #d3d3d3; +} +.prose-diff>.markdown-body li.added.moved-down:before { + font-family: "octicons"; + content: "\f03f "; + color: #d3d3d3; +} +.prose-diff>.markdown-body li.added.moved { + background: #ffffea; +} +.prose-diff>.markdown-body li.removed.moved { + display: none; +} +.prose-diff>.markdown-body pre { + padding: 10px 20px; +} +.prose-diff>.markdown-body th.changed, .prose-diff>.markdown-body td.changed { + border-left-color: #ddd; + background: #ffffea; +} +.prose-diff>.markdown-body :not(li.moved).removed { + color: #a33; + text-decoration: line-through; + background: #ffeaea; +} +.prose-diff>.markdown-body :not(.github-user-ins):not(li.moved).removed { + text-decoration: line-through; +} +.prose-diff>.markdown-body :not(li.moved).added, .prose-diff>.markdown-body li:not(.moved).added { + background: #eaffea; +} +.prose-diff>.markdown-body :not(.github-user-del):not(li.moved).added li:not(.moved):not(.github-user-del).added { + text-decoration: none; +} +.prose-diff>.markdown-body li:not(.moved).removed { + color: #a33; + background: #ffeaea; +} +.prose-diff>.markdown-body li:not(.moved):not(.github-user-ins).removed { + text-decoration: line-through; +} +.prose-diff>.markdown-body .added, .prose-diff>.markdown-body ins+.added, .prose-diff>.markdown-body ins { + border-bottom: 0; + border-top: 0; +} +.prose-diff>.markdown-body .added:not(.github-user-del):not(.github-user-ins), .prose-diff>.markdown-body ins+.added:not(.github-user-del):not(.github-user-ins), .prose-diff>.markdown-body ins:not(.github-user-del):not(.github-user-ins) { + text-decoration: none; +} +.prose-diff>.markdown-body img.added, .prose-diff>.markdown-body img.removed { + border-width: 1px; + border-style: solid; +} +.prose-diff>.markdown-body ins pre:not(.github-user-del):not(.github-user-ins), .prose-diff>.markdown-body ins code:not(.github-user-del):not(.github-user-ins), .prose-diff>.markdown-body ins>div:not(.github-user-del):not(.github-user-ins) { + text-decoration: none; +} +.prose-diff>.markdown-body ul>ins, .prose-diff>.markdown-body ul>del { + display: block; + padding: 0; +} +.prose-diff>.markdown-body .added>li, .prose-diff>.markdown-body .removed>li { + margin-top: 0; + margin-bottom: 0; +} +span.changed_tag, em.changed_tag, strong.changed_tag, b.changed_tag, i.changed_tag, code.changed_tag { + border-bottom: 1px dotted #808080; + border-radius: 0; +} +a.added_href, a.changed_href, span.removed_href { + border-bottom: 1px dotted #808080; + border-radius: 0; +} +.diff-view .file-type-prose .rich-diff { + display: none; +} +.diff-view .file-type-prose.display-rich-diff .rich-diff { + display: block; +} +.diff-view .file-type-prose.display-rich-diff .file-diff { + display: none; +} +.pull-request-tab-content { + display: none; +} +.pull-request-tab-content.is-visible { + display: block; +} +.discussion-timeline p.explain { + margin: 0; + font-size: 12px; +} +.pull-request-ref-restore { + display: none; +} +.pull-request-ref-restore .animated-ellipsis-container { + line-height: 16px; +} +.pull-request-ref-restore-text { + display: block; +} +.pull-discussion-timeline.is-pull-restorable .pull-request-ref-restore.last { + display: block; +} +.bubble { + border-radius: 3px; + border: 3px solid #eee; +} +.bubble .file-box { + margin-bottom: 0; +} +.signed-out-comment { + margin-top: 15px; + margin-left: 64px; + padding: 15px; + background-color: #fff9ea; + border: solid 1px #dfd8c2; + border-radius: 3px; +} +.signed-out-comment .button { + vertical-align: baseline; + margin-right: 3px; +} +.inline-comment-form .signed-out-comment { + margin: 5px; + padding: 0; + background-color: transparent; + border: 0; +} +.status:before { + opacity: 0.6; +} +.status:hover { + text-decoration: none; +} +.status:hover:before { + opacity: 1; +} +.status-unknown { + color: #999; +} +.status-error { + color: #666; +} +.status-failure { + color: #bd2c00; +} +.status-pending { + color: #cea61b; +} +.status-success { + color: #6cc644; +} +.stale-files-tab { + display: none; + margin-bottom: 10px; +} +.files-bucket { + margin-bottom: 15px; +} +.files-bucket.is-stale .stale-files-tab { + display: block; +} +.pull-request-link { + float: left; + margin-right: 5px; + font-size: 13px; + font-weight: bold; + padding: 0 8px; + height: 26px; + line-height: 26px; + border: 1px solid rgba(65, 131, 196, 0.5); + border-radius: 3px; +} +.pull-request-link:hover { + background: #4183c4; + border-color: #4183c4; + color: #fff; + text-decoration: none; +} +.header-with-actions { + position: relative; +} +.header-with-actions h3 { + margin-top: 5px; +} +.header-with-actions .select-menu { + float: right; + margin-top: -5px; +} +.header-with-actions .select-menu-modal-holder { + right: 0; +} +.header-with-actions .select-menu-modal { + width: 140px; +} +.pulse-blankslate { + margin-top: 20px; +} +.diffstat-summary { + font-size: 16px; + vertical-align: middle; + border-radius: 3px; + color: #777; + line-height: 1.8; + text-align: left; + padding: 0 20px 0 0; +} +.diffstat-summary a { + color: #555; +} +.diffstat-summary strong { + color: #333; +} +.pulse-graph { + border-bottom: 1px solid #eee; + float: left; + width: 50%; + padding: 15px 15px 0; +} +.pulse-graph:first-child { + border-right: 1px solid #eee; +} +.authors-and-code .insertions { + color: #6cc644; +} +.authors-and-code .deletions { + color: #bd2c00; +} +.authors-and-code .section { + height: 150px; + display: table-cell; + width: 459px; +} +.pulse-authors-graph { + position: relative; + height: 150px; +} +.pulse-authors-graph>svg { + width: 100%} +.pulse-authors-graph .dots { + position: absolute; + top: 40px; + left: 0; + right: 0; + margin: 0 auto; + width: 64px; + height: 64px; +} +.pulse-authors-graph .bar rect { + fill: #f93; + fill-opacity: 0.7; +} +.pulse-authors-graph .bar rect:hover { + fill-opacity: 1; +} +.summary-stats li { + list-style-type: none; + display: table-cell; + margin: 0; + width: 229px; + text-align: center; + color: #999; + border-left: 1px solid #eee; +} +.summary-stats li a { + display: block; + text-decoration: none; + color: #999; + padding-bottom: 10px; +} +.summary-stats li a:hover { + background: #fafafa; +} +.summary-stats li .octicon-git-pull-request { + color: #6e5494; +} +.summary-stats li .octicon-git-branch { + color: #6cc644; +} +.summary-stats li .octicon-issue-closed { + color: #bd2c00; +} +.summary-stats li .octicon-issue-opened { + color: #6cc644; +} +.summary-stats li:first-child { + border-left: 0; + border-bottom-left-radius: 3px; +} +.summary-stats li .num { + display: block; + padding-top: 10px; + font-size: 16px; + font-weight: bold; + color: #000; +} +.pulse-sections { + clear: both; + margin-top: 20px; +} +.pulse-section { + clear: both; + padding: 0; + font-size: 14px; + color: #666; +} +.pulse-section p { + margin-top: 20px; +} +.radio-group:before { + display: table; + content: ""} +.radio-group:after { + display: table; + clear: both; + content: ""} +.radio-label { + padding: 0 10px; + height: 34px; + line-height: 34px; + padding-left: 34px; + border: 1px solid #d9d9d9; + margin-left: -1px; + color: #333; + cursor: pointer; + float: left; +} +:checked+.radio-label { + z-index: 1; + position: relative; + border-color: #4183c4; +} +.radio-label .octicon { + padding-right: 5px; +} +.radio-label:first-of-type { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + margin-left: 0; +} +.radio-label:last-of-type { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + padding-right: 16px; +} +.radio-input { + position: absolute; + height: 34px; + margin-left: 12px; + z-index: 3; +} +#readme.contributing>div { + max-height: 250px; + overflow: auto; +} +#readme .markdown-body, #readme .plain { + background-color: #fff; + border: 1px solid #ddd; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + padding: 30px; + word-wrap: break-word; +} +#readme .plain pre { + font-size: 15px; + white-space: pre-wrap; +} +.file #readme .markdown-body { + border: 0; + padding: 30px; + border-radius: 0; +} +.file #readme table[data-table-type="yaml-metadata"] { + line-height: 1; + font-size: 12px; +} +.file #readme table[data-table-type="yaml-metadata"] table { + margin: 0; +} +.user-recommendations-header { + width: 550px; + margin-top: 40px; +} +.recommendations-intro-wrapper { + height: 96px; +} +.recommendations-outro { + padding: 0 100px; + color: #666; + border: solid 1px #eee; + border-radius: 3px; +} +.recommendations-complete { + display: none; + height: 104px; + padding: 14px 20px; + margin: 30px 0 45px; + font-size: 16px; + border: solid 1px #eee; + border-radius: 3px; +} +.user-recommendations-form { + margin: 30px 0; +} +.user-interests-label { + display: block; + margin-bottom: 10px; + font-size: 17px; + font-weight: bold; +} +.user-interests-input[type="text"] { + width: 100%; + min-height: 40px; + font-size: 16px; +} +.user-interests-examples-wrapper { + height: 21px; + margin-top: 13px; +} +.user-interests-examples { + margin: 0; + color: #777; +} +.user-interests-examples a { + color: #444; +} +.user-interests-list-wrapper { + height: 41px; +} +.skip-button-wrapper { + display: block; + text-align: center; +} +.button-skip { + height: 30px; + padding: 0 12px; + margin: 0 auto; + font-size: 13px; + font-weight: normal; + line-height: 30px; + color: #666; + background-color: transparent; + background-image: none; + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 3px; +} +.button-skip:hover { + background-color: #f5f5f5; + background-image: none; + border-color: rgba(0, 0, 0, 0.15); +} +.user-interests-list { + width: 100%; + text-align: left; + list-style: none; +} +.user-interests-item { + position: relative; + float: left; + height: 41px; + min-height: 41px; + padding: 5px 8px 5px 10px; + margin: 8px; + font-size: 16px; + line-height: 30px; + background-color: #f5f5f5; + border-left: solid 10px #4183c4; + border-radius: 3px; +} +.user-interests-item.hidden { + visibility: hidden; +} +.user-interests-item.loading { + border-left: solid 10px #ddd; +} +.user-interests-item .spinner { + display: inline-block; + width: 16px; + height: 16px; + position: relative; + top: 1px; +} +.user-interests-item .octicon-x { + color: #aaa; +} +.user-interests-item .octicon-x:hover { + color: #4183c4; + text-decoration: none; +} +.remove-user-interest-form { + display: inline-block; +} +.user-interests-item-remove { + border: 0; + background-color: transparent; + outline: none; +} +.recommendations-wrapper { + display: table; + width: 100%; + margin-top: 30px; + border-collapse: collapse; + border-top: solid 1px #eee; +} +.recommendations-wrapper h2 { + margin-top: 30px; + font-size: 18px; +} +.recommendations-wrapper.disabled { + color: #ccc; +} +.recommendations-wrapper.no_users .recommendations-people { + display: none; +} +.recommendations-wrapper.only_repos_users .recommendations-guides, .recommendations-wrapper.only_repos_users .recommendations-showcases { + display: none; +} +.recommendations-wrapper.only_repos .recommendations-people, .recommendations-wrapper.only_repos .recommendations-guides, .recommendations-wrapper.only_repos .recommendations-showcases { + display: none; +} +.recommendations-left { + display: table-cell; + width: 50%; + padding-top: 10px; + padding-right: 30px; +} +.recommendations-right { + display: table-cell; + width: 50%; + padding-top: 10px; + padding-left: 30px; +} +.recommended-repos { + min-height: 500px; + margin-top: 20px; + list-style: none; +} +.recommended-repo-item { + position: relative; + padding-right: 80px; + padding-left: 50px; + margin-bottom: 30px; +} +.recommended-repo-item .starring-container { + position: absolute; + top: 0; + right: 0; + float: right; +} +.recommended-repo-item .author-avatar { + float: left; + margin-top: 5px; + margin-left: -50px; + border-radius: 3px; +} +.recommended-repo-item .repo-meta { + margin-top: 5px; + font-size: 13px; + color: #999; +} +.recommended-repo-item .meta-info { + margin-right: 10px; +} +.recommended-repo-item .repo-title { + margin-bottom: 4px; + font-size: 23px; +} +.recommended-repo-item .repo-title .repo-author { + font-weight: normal; +} +.recommended-repo-item .repo-title .separator { + margin: 0 3px; + font-weight: normal; + color: #666; +} +.recommended-repo-item .repo-description { + margin-bottom: 4px; + font-size: 15px; + line-height: 1.4; +} +.recommended-repo-item.placeholder .author-avatar { + width: 40px; + height: 40px; + border: dashed 2px #ccc; +} +.recommended-repo-item.placeholder .repo-info { + position: relative; + top: 4px; + display: block; + height: 100px; + border: dashed 2px #ccc; + border-radius: 3px; +} +.language-circle { + position: relative; + top: -2px; + display: inline-block; + width: 12px; + height: 12px; + vertical-align: middle; + border-radius: 50%} +.recommended-guides { + margin-top: 22px; + list-style: none; +} +.recommended-guide-item { + margin-bottom: 10px; + font-size: 23px; +} +.recommended-guide-item .mega-octicon { + position: relative; + top: -2px; + color: #aaa; + vertical-align: middle; +} +.recommended-guide-item.placeholder { + height: 48px; + border: dashed 2px #ccc; + border-radius: 3px; +} +.recommended-people-wrapper { + display: table; + width: 100%; + border-collapse: collapse; +} +.recommended-people-left, .recommended-people-right { + display: table-cell; + width: 48%} +.recommended-people-left { + padding-right: 2%} +.recommended-people-right { + padding-left: 2%} +.recommended-people { + list-style: none; +} +.recommended-person-item { + padding-left: 50px; + margin-bottom: 20px; + font-size: 18px; +} +.recommended-person-item .user-following-container { + margin-top: 5px; +} +.recommended-person-item .avatar { + position: relative; + top: 5px; + float: left; + margin-left: -50px; +} +.recommended-person-item .person-meta { + margin-top: 4px; + font-size: 13px; + color: #999; +} +.recommended-person-item .meta-info { + margin-right: 10px; +} +.recommended-person-item.placeholder .avatar { + width: 40px; + height: 40px; + border: dashed 2px #ccc; +} +.recommended-person-item.placeholder .person-placeholder { + position: relative; + top: 5px; + display: inline-block; + width: 140px; + height: 40px; + border: dashed 2px #ccc; + border-radius: 3px; +} +.recommended-showcase-link { + display: table; + float: left; + width: 48%; + margin-bottom: 4%; + color: #fff; +} +.recommended-showcase-link:nth-child(2n+1) { + margin-left: 4%} +.recommended-showcase { + display: table-cell; + height: 100px; + font-size: 16px; + text-align: center; + vertical-align: middle; + border-radius: 3px; +} +.releases-tag-list { + width: 100%; + margin-bottom: 20px; + border-top: 1px solid #eee; +} +.releases-tag-list tr { + border-bottom: 1px solid #eee; +} +.releases-tag-list td { + padding: 12px 0; + vertical-align: top; +} +.releases-tag-list td.date { + padding-right: 10px; + white-space: nowrap; +} +.releases-tag-list td.date a { + color: #999; +} +.releases-tag-list td.main { + padding-right: 10px; +} +.releases-tag-list td.ancillary { + white-space: nowrap; + text-align: right; +} +.releases-tag-list h4 { + margin: 0; + font-size: 14px; +} +.releases-tag-list p { + margin: 0; + color: #999; + font-size: 13px; +} +.releases-tag-list p a { + color: #666; + font-weight: bold; +} +.tag-info h3 { + margin-top: 0; + margin-bottom: 0; + font-size: 14px; + line-height: 20px; +} +.tag-info h3 a { + color: #666; +} +.tag-info h3 a .tag-name { + color: #000; +} +.tag-references { + margin: 0; + list-style-type: none; + font-size: 13px; +} +.tag-references>li { + margin-right: 10px; + display: inline-block; +} +.tag-references>li.commit { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + line-height: 20px; +} +.tag-references>li a { + color: #999; + text-decoration: none; +} +.tag-references>li a:hover { + color: #4183c4; +} +.release-downloads { + margin: 15px -5px 0; + list-style-type: none; +} +.release-downloads li { + display: inline-block; + margin: 5px; +} +.release-timeline { + position: relative; + border-top: 1px solid #eee; +} +.release-timeline-tags { + list-style-type: none; +} +.release-timeline-tags>li { + display: block; +} +.release-timeline-tags>li:before { + display: table; + content: ""} +.release-timeline-tags>li:after { + display: table; + clear: both; + content: ""} +.release-timeline-tags .date, .release-timeline-tags .main { + position: relative; + float: left; + padding: 20px; +} +.release-timeline-tags .main { + width: 80%; + border-left: 2px solid #eee; +} +.release-timeline-tags .date { + width: 20%; + line-height: 40px; + text-align: right; + color: #999; + padding-left: 0; +} +.release-timeline-tags .date:after { + -moz-box-sizing: border-box; + box-sizing: border-box; + content: " "; + display: block; + position: absolute; + top: 50%; + right: -7px; + z-index: 10; + width: 12px; + height: 12px; + margin-top: -6px; + background-color: #eee; + border: 2px solid #fff; + border-radius: 6px; +} +.release-timeline-tags .octicon-tag { + padding-left: 5px; + color: #ccc; +} +.release-timeline-tags .expander { + position: relative; + display: none; +} +.release-timeline-tags .expander .date { + padding-right: 35px; + line-height: 20px; +} +.release-timeline-tags .expander .date:after { + display: none; +} +.release-timeline-tags .expander .main { + padding-left: 35px; + line-height: 20px; +} +.release-timeline-tags.is-collapsed .expander { + display: block; +} +.release-timeline-tags.is-collapsed>.collapsable { + display: none; +} +.release-timeline-tags .expander-dots { + position: absolute; + top: 18px; + left: -22px; + width: 44px; + text-align: center; + background-color: #eee; + border: 2px solid #fff; + border-radius: 4px; + z-index: 10; + cursor: pointer; +} +.release-timeline-tags .expander-dots .expander-dot { + display: inline-block; + margin-top: -2px; + width: 4px; + height: 4px; + vertical-align: middle; + border-radius: 2px; + background-color: #999; +} +.release-timeline-tags .expander-text { + font-weight: bold; + color: #666; + cursor: pointer; +} +.release-timeline-tags .expander-text:hover { + color: #4183c4; +} +.release-timeline-tags .expander-text:hover .expander-dots { + background-color: #4183c4; +} +.release-timeline-tags .expander-text:hover .expander-dots .expander-dot { + background-color: #fff; +} +.release:before { + display: table; + content: ""} +.release:after { + display: table; + clear: both; + content: ""} +.release .tag-references { + margin-top: 8px; +} +.release .tag-references>li { + display: block; + margin: 0 0 5px; +} +.release-meta { + float: left; + width: 20%; + padding: 40px 20px; + text-align: right; + vertical-align: top; +} +.release-body { + float: left; + width: 80%; + padding: 40px 20px; + border-left: 2px solid #eee; +} +.release-body .commit-desc pre { + white-space: pre-line; +} +.release-title { + margin: 0 60px 0 0; +} +.release-edit { + float: right; +} +.release-authorship { + margin-top: 5px; + margin-bottom: 20px; + font-size: 14px; + color: #999; +} +.release-authorship a { + font-weight: bold; + color: #666; +} +.release-label { + display: inline-block; + margin-top: 1px; + margin-bottom: 10px; + padding: 5px 10px; + font-size: 14px; + font-weight: bold; + color: #fff; + background-color: #000; + border-radius: 3px; +} +.release-label.latest { + background-color: #6cc644; +} +.release-label.draft { + background-color: #bd2c00; +} +.release-label.prerelease { + background-color: #f93; +} +.release-label a { + color: #fff; +} +.tag-detail { + margin: 20px 0; + padding: 12px 0 0 50px; + border-top: 1px solid #ddd; +} +.tag-detail .octicon-tag { + float: left; + margin: 10px 0 0 -50px; + color: #bbb; +} +.tag-detail h2 { + margin: 10px 0 5px; + font-size: 20px; + font-weight: normal; +} +.tag-detail h2 .tag-name { + font-weight: bold; +} +.tag-detail p { + margin: 0 0 15px; + font-size: 16px; + color: #999; +} +.tag-detail .rule { + margin-top: 25px; + border-color: #eee; +} +.tag-detail .downloads .minibutton { + margin-right: 10px; +} +.tag-detail .downloads .octicon { + margin-right: 0; + vertical-align: 0; +} +.tag-detail .tag-references { + margin: 15px 0; + font-size: 14px; + font-weight: bold; +} +.tag-detail .tag-references>li { + margin-right: 20px; +} +.tag-detail .tag-references>li a { + color: #4183c4; +} +.new-release .sidebar h3 { + margin: 40px 0 -10px; + font-size: 14px; +} +.new-release .sidebar h3:first-child { + margin-top: 15px; +} +.new-release .default, .new-release .saved, .new-release .saving, .new-release .error { + display: none; +} +.new-release .error { + color: #bd2c00; +} +.new-release .is-default .default { + display: inline-block; +} +.new-release .is-saving .saving { + display: inline-block; +} +.new-release .is-saving .saving img { + vertical-align: top; +} +.new-release .is-saved .saved { + display: inline-block; +} +.drop-target .mega-octicon { + vertical-align: middle; + color: #e5e5e5; +} +.drop-target p { + padding: 16px 0; + height: 65px; + font-size: 14px; + text-align: center; + border-color: #ddd; + border-style: dashed; +} +.drop-target .octospinner { + vertical-align: middle; +} +.uploaded-files { + background: #fff; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.uploaded-files.not-populated+.drop-target p { + border-top-right-radius: 3px; + border-top-left-radius: 3px; + border-top: dashed 1px #ccc; +} +.uploaded-files.is-populated { + border: 1px solid #ddd; + border-bottom-color: #e5e5e5; +} +.uploaded-files.is-populated+.drop-target p { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-top: 0; +} +.uploaded-files>li { + list-style-type: none; + margin: 0; + padding: 8px 10px; + border-top: 1px solid #eee; + line-height: 22px; +} +.uploaded-files>li.template { + display: none; +} +.uploaded-files>li .delete-pending { + display: none; +} +.uploaded-files>li.delete { + background: #f9f9f9; + color: #999; +} +.uploaded-files>li.delete:nth-child(2) { + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.uploaded-files>li.delete .delete-pending { + display: block; +} +.uploaded-files>li.delete .live { + display: none; +} +.uploaded-files>li.delete .filename { + color: #bd2c00; +} +.uploaded-files>li:nth-child(2) { + border-top: 0; +} +.uploaded-files .filename { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 11px; +} +.uploaded-files .filesize { + font-size: 12px; + color: #999; +} +.uploaded-files input[type=text] { + width: 490px; + margin-right: 6px; + padding: 2px 4px; + border-radius: 2px; +} +.uploaded-files .remove { + float: right; + margin-top: 2px; + color: #999; +} +.uploaded-files .remove:hover { + color: #bd2c00; +} +.uploaded-files .undo { + float: right; +} +.upload-progress { + background: #fff; + border: 0; + border-radius: 30px; + box-shadow: 0 1px 1px #fff, inset 0 1px 1px rgba(255, 255, 255, 0.5); + height: 3px; + margin-top: 3px; + position: relative; +} +.upload-progress .upload-meter { + background-color: #58b8f4; + background-image: -webkit-linear-gradient(#8dd2f7, #58b8f4); + background-image: linear-gradient(#8dd2f7, #58b8f4); + background-repeat: repeat-x; + border-radius: 30px; + height: 100%; + position: absolute; + top: 0; +} +.release-body-form .previewable-comment-form .comment-form-head.tabnav { + padding: 0; + background-color: transparent; +} +.release-body-form .previewable-comment-form .write-content, .release-body-form .previewable-comment-form .preview-content { + padding: 0 0 10px; +} +.release-tag-form .for-loading, .release-tag-form .for-empty, .release-tag-form .for-valid, .release-tag-form .for-invalid, .release-tag-form .for-duplicate, .release-tag-form .for-pending { + display: none; +} +.release-tag-form.is-loading .for-loading { + display: block; +} +.release-tag-form.is-empty .for-empty { + display: block; +} +.release-tag-form.is-valid .for-valid { + display: block; +} +.release-tag-form.is-invalid .for-invalid { + display: block; +} +.release-tag-form.is-duplicate .for-duplicate { + display: block; +} +.release-tag-form.is-pending .for-pending { + display: block; +} +.release-target-wrapper { + display: inline-block; +} +.release-target-wrapper.hidden { + display: none; +} +.releases-target-menu { + display: inline-block; + margin-left: 5px; +} +.releases-target-menu .minibutton { + line-height: 32px; +} +.releases-target-menu .select-menu-button:before { + top: 14px; +} +.release-show { + border-top: 1px solid #eee; +} +.release-show .release-edit { + display: none; +} +.render-container { + background: #ddd; + text-align: center; + padding: 30px; + line-height: 0; +} +.render-container .render-viewer { + border: 0; + display: none; + width: 100%; + height: 100%} +.render-container .octospinner { + display: none; +} +.render-container .render-viewer-error, .render-container .render-viewer-fatal, .render-container .render-viewer-invalid { + display: none; +} +.render-container.is-render-automatic .octospinner { + display: inline-block; +} +.render-container.is-render-requested .octospinner { + display: inline-block; +} +.render-container.is-render-requested.is-render-failed .render-viewer-error { + display: inline-block; +} +.render-container.is-render-requested.is-render-failed .render-viewer, .render-container.is-render-requested.is-render-failed .render-viewer-fatal, .render-container.is-render-requested.is-render-failed .render-viewer-invalid, .render-container.is-render-requested.is-render-failed .octospinner { + display: none; +} +.render-container.is-render-requested.is-render-failed-fatal .render-viewer-fatal { + display: inline-block; +} +.render-container.is-render-requested.is-render-failed-fatal .render-viewer, .render-container.is-render-requested.is-render-failed-fatal .render-viewer-error, .render-container.is-render-requested.is-render-failed-fatal .render-viewer-invalid .octospinner { + display: none; +} +.render-container.is-render-requested.is-render-failed-invalid .render-viewer-invalid { + display: inline-block; +} +.render-container.is-render-requested.is-render-failed-invalid .render-viewer, .render-container.is-render-requested.is-render-failed-invalid .render-viewer-error, .render-container.is-render-requested.is-render-failed-invalid .render-viewer-fatal, .render-container.is-render-requested.is-render-failed-invalid .octospinner { + display: none; +} +.render-container.is-render-ready.is-render-requested:not(.is-render-failed) { + background: none; + height: 500px; + padding: 0; +} +.render-container.is-render-ready.is-render-requested:not(.is-render-failed) .render-viewer { + display: block; +} +.render-container.is-render-ready.is-render-requested:not(.is-render-failed) .render-viewer-error, .render-container.is-render-ready.is-render-requested:not(.is-render-failed) .render-viewer-fatal, .render-container.is-render-ready.is-render-requested:not(.is-render-failed) .octospinner { + display: none; +} +.render-notice { + padding: 20px 15px; + font-size: 14px; + color: #4c4a42; + background-color: #fff9ea; + border-color: #dfd8c2; +} +.pagehead.repohead.mirror h1, .pagehead.repohead.fork h1 { + margin-top: -5px; + margin-bottom: 15px; + height: auto; +} +.pagehead.repohead h1 { + color: #666; + padding-left: 34px; + position: relative; + float: left; +} +.pagehead.repohead h1.private .mega-octicon:before { + color: #e9dba5; +} +.pagehead.repohead h1 .octicon-lock, .pagehead.repohead h1 .octicon-repo, .pagehead.repohead h1 .octicon-mirror, .pagehead.repohead h1 .octicon-repo-forked, .pagehead.repohead h1 .octicon-gist, .pagehead.repohead h1 .octicon-gist-secret { + position: absolute; + left: 0; + top: 12px; + line-height: 32px; + margin-top: -13px; + color: #bbb; +} +.pagehead.repohead .octicon-mirror { + left: -3px; +} +.pagehead.repohead .octicon-lock { + top: 10px; +} +.pagehead.repohead span.fork-flag, .pagehead.repohead span.mirror-flag { + display: block; + font-size: 11px; + line-height: 10px; + white-space: nowrap; +} +.mini-repo-list { + list-style: none; +} +.mini-repo-list>li:first-child .mini-repo-list-item { + border-top: 0; +} +.mini-repo-list>li:last-child .mini-repo-list-item { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.mini-repo-list .no-repo { + padding: 15px; + color: #999; + text-align: center; +} +.mini-repo-list .repo-name { + font-weight: bold; +} +.mini-repo-list-item { + position: relative; + display: block; + padding: 6px 64px 6px 30px; + font-size: 14px; + border-top: 1px solid #e5e5e5; +} +.mini-repo-list-item:hover { + text-decoration: none; +} +.mini-repo-list-item:hover .repo, .mini-repo-list-item:hover .owner { + text-decoration: underline; +} +.mini-repo-list-item .repo-icon { + float: left; + margin-top: 2px; + margin-left: -20px; + color: #666; +} +.mini-repo-list-item .repo-and-owner { + max-width: 220px; +} +.mini-repo-list-item .owner { + max-width: 110px; +} +.mini-repo-list-item .repo { + font-weight: bold; +} +.mini-repo-list-item .stars { + position: absolute; + top: 0; + right: 10px; + margin-top: 6px; + font-size: 12px; + color: #888; +} +.mini-repo-list-item .repo-description { + display: block; + max-width: 100%; + font-size: 12px; + color: #777; + line-height: 21px; +} +.popular-repos .mini-repo-list-item .stars { + margin-top: 16px; +} +.popular-repos .no-description .mini-repo-list-item { + padding-top: 17px; + padding-bottom: 16px; +} +.private .mini-repo-list-item { + background-color: #fff9ea; +} +.private .mini-repo-list-item .repo-icon { + color: #a1882b; +} +.filter-bar { + padding: 10px; + background-color: #fafafa; + border-bottom: 1px solid #e5e5e5; +} +.filter-bar:before { + display: table; + content: ""} +.filter-bar:after { + display: table; + clear: both; + content: ""} +.filter-bar .filter-input { + width: 100%; + min-height: 26px; + padding: 3px 10px; + font-size: 11px; + border-radius: 12px; +} +.user-repos .filter-bar { + text-align: center; +} +.filter-repos { + padding-bottom: 0; +} +.repo-filterer { + display: inline-block; + margin-top: 6px; + list-style: none; +} +.repo-filterer li { + display: inline-block; +} +.repo-filterer .repo-filter { + display: inline-block; + padding: 5px 5px 6px; + margin-right: 5px; + font-size: 11px; + color: #777; + border-bottom: 2px solid transparent; +} +.repo-filterer .repo-filter:hover { + text-decoration: none; + border-bottom-color: #e5e5e5; +} +.repo-filterer .repo-filter.filter-selected { + color: #333; + text-decoration: none; + border-bottom-color: #d26911; + outline: none; +} +.more-repos { + text-align: center; + box-shadow: inset 0 1px 0 #e5e5e5; +} +.more-repos img { + margin: 11px auto; +} +.more-repos-link { + display: block; + padding: 10px; + color: #7ba9d6; +} +.more-repos-link:hover { + color: #4183c4; + text-decoration: none; +} +.more-repos-link.is-loading { + text-indent: -9999px; + cursor: default; + background-image: url(/assets/spinners/octocat-spinner-16px-02c482dbba2151bb2d7a30af56d0c7513f12449d504f7a57f200d9e534b112ff.gif); + background-repeat: no-repeat; + background-position: center center; +} +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .more-repos-link.is-loading { + background-image: url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif); + background-size: 16px 16px; +} +}.empty-repo { + font-size: 14px; +} +.empty-repo .url-box { + display: block; + width: 100%; + height: auto; + padding: 0; + margin: 0; + border: 0; +} +.empty-repo .clone-urls { + width: 100%} +.empty-repo .or-text { + margin-right: 5px; + margin-left: 5px; +} +.empty-repo-setup-option .copyable-terminal-content { + font-size: 14px; +} +.empty-repo-setup-option h3 { + margin-top: 0; +} +.empty-repo-setup-option p:last-child { + margin-bottom: 0; +} +#change_default_branch { + clear: left; +} +#change_default_branch dt, #change_default_branch dd { + float: left; +} +#change_default_branch dt { + margin: 0 30px 0 0; +} +.timeout { + width: auto; + height: 300px; + padding: 0; + margin: 20px 0; + background-color: transparent; + border: 0; +} +.timeout h3 { + padding-top: 100px; + color: #999; +} +.repo-container { + min-height: 345px; +} +.repo-nav .counter { + display: none; +} +.repo-nav .full-word { + display: none; +} +.with-full-navigation .repo-nav .counter { + display: block; +} +.with-full-navigation .repo-nav .full-word { + display: inline-block; + width: 128px; + vertical-align: top; +} +.only-with-full-nav { + display: none; +} +.with-full-navigation .only-with-full-nav { + display: block; +} +.repository-with-sidebar:before { + display: table; + content: ""} +.repository-with-sidebar:after { + display: table; + clear: both; + content: ""} +.repository-with-sidebar .repository-sidebar { + float: right; + width: 38px; +} +.repository-with-sidebar .repository-sidebar .sidebar-button { + width: 100%; + margin: 0 0 10px; + text-align: center; +} +.repository-with-sidebar .repository-sidebar h3 { + margin-bottom: 5px; + font-size: 11px; + font-weight: normal; + color: #999; +} +.repository-with-sidebar .repository-sidebar .clone-url { + display: none; + margin-top: -5px; +} +.repository-with-sidebar .repository-sidebar .clone-url.open { + display: block; +} +.repository-with-sidebar .repository-sidebar .clone-options { + margin: 8px 0 15px; + font-size: 11px; + color: #666; +} +.repository-with-sidebar .repository-sidebar .clone-options .octicon-question { + position: relative; + bottom: 1px; + font-size: 11px; + color: #000; + cursor: pointer; +} +.repository-with-sidebar .repository-content { + float: left; + width: 920px; +} +.repository-with-sidebar.with-full-navigation .repository-content { + width: 790px; +} +.repository-with-sidebar.with-full-navigation .repository-sidebar { + width: 170px; +} +.repository-with-sidebar.with-full-navigation .sunken-menu-group .tooltipped:before, .repository-with-sidebar.with-full-navigation .sunken-menu-group .tooltipped:after { + display: none; +} +.overall-summary { + position: relative; + margin-bottom: 10px; + border: 1px solid #ddd; + border-radius: 3px; +} +.overall-summary-bottomless { + margin-bottom: 0; + border-bottom: 0; + border-radius: 3px 3px 0 0; +} +.numbers-summary li { + display: table-cell; + width: 1%; + padding: 0; + margin: 0; + text-align: center; + white-space: nowrap; + list-style-type: none; +} +.numbers-summary a, .numbers-summary .nolink { + display: block; + padding: 10px 0; + color: #999; + text-decoration: none; +} +.numbers-summary .octicon { + opacity: 0.5; +} +.numbers-summary a:hover { + color: #4183c4; +} +.numbers-summary a:hover .num { + color: inherit; +} +.repo-private-label { + display: inline-block; + padding: 4px 5px 3px; + font-size: 11px; + font-weight: 300; + line-height: 11px; + color: #a1882b; + text-transform: uppercase; + vertical-align: middle; + background-color: #ffefc6; + border-radius: 3px; +} +.repository-meta { + margin: 0 0 13px; +} +.repository-meta:before { + display: table; + content: ""} +.repository-meta:after { + display: table; + clear: both; + content: ""} +.repository-meta p { + margin: 0; +} +.repository-meta .repository-description { + display: inline; + font-size: 16px; + color: #666; + word-wrap: break-word; +} +.repository-meta .repository-website { + display: inline-block; + font-size: 16px; +} +.repository-meta .edit-link { + font-size: 16px; + color: #999; +} +.repository-meta .edit-link a { + color: #999; +} +.repository-meta .repo-description-field { + width: 380px; +} +.repository-meta .repo-website-field { + width: 270px; +} +.repository-meta .edit-repository-meta { + display: none; + margin-bottom: 5px; +} +.repository-meta .edit-repository-meta .field { + display: inline-block; + margin-right: 5px; +} +.repository-meta .edit-repository-meta label { + display: block; + margin-bottom: 6px; + font-weight: bold; + color: #333; +} +.repository-meta.open .repository-description, .repository-meta.open .repository-website, .repository-meta.open .edit-link { + display: none; +} +.repository-meta.open .edit-repository-meta { + display: block; +} +.file-navigation:before { + display: table; + content: ""} +.file-navigation:after { + display: table; + clear: both; + content: ""} +.file-navigation .select-menu, .file-navigation .button-group, .file-navigation .breadcrumb { + margin-bottom: 10px; +} +.file-navigation.in-mid-page { + margin-top: 10px; +} +.file-navigation .select-menu { + margin-right: 10px; +} +.file-navigation .breadcrumb { + float: left; + margin-top: 0; +} +.file-navigation .button-group { + margin-left: 10px; +} +.file-navigation .compare-button { + margin-right: 5px; +} +.minibutton.compact .octicon { + margin-right: 2px; +} +.iconbutton .octicon { + margin-right: 0; +} +.file-wrap { + margin-bottom: 10px; + border: 1px solid #ddd; + border-top: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.file-wrap .include-fragment-error { + display: none; +} +.file-wrap.is-error .include-fragment-error { + display: table-row; +} +table.files { + width: 100%; + background: #f8f8f8; + border-radius: 2px; +} +table.files td { + padding: 6px 3px; + line-height: 20px; + border-top: 1px solid #eee; +} +table.files td.icon { + width: 17px; + padding-right: 2px; + padding-left: 10px; + color: #777; +} +table.files td.icon .octicon-file-directory { + color: #80a6cd; +} +table.files td.icon .spinner { + position: relative; + top: 3px; + display: none; + margin-top: -3px; + margin-left: -2px; +} +table.files td .simplified-path { + color: #888; +} +table.files td .css-truncate { + max-width: 100%} +table.files td.content { + max-width: 180px; +} +table.files td.message { + max-width: 442px; + padding-left: 10px; + overflow: hidden; + color: #888; +} +table.files td.message .emoji { + vertical-align: top; +} +table.files td.message a { + color: #888; +} +table.files td.message a:hover { + color: #4183c4; +} +table.files td.age { + max-width: 140px; + padding-right: 10px; + color: #888; + text-align: right; + white-space: nowrap; +} +table.files tr.is-loading td.icon .octicon { + display: none; +} +table.files tr.is-loading td.icon .spinner { + display: inline-block; +} +table.files tr.up-tree { + border-bottom: 1px solid #eee; +} +table.files tr.up-tree a { + padding: 3px 6px; + margin-left: -3px; + font-weight: bold; + border-radius: 2px; +} +table.files tr.up-tree a:hover { + background-color: #eee; +} +table.files tbody tr:first-child td { + border-top: 0; +} +.branch-infobar { + padding: 8px 8px 7px; + font-size: 11px; + font-weight: bold; + color: #999; + background: #fafafa; + border: 1px solid #ccc; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.branch-infobar p { + float: left; + margin: 0; +} +.branch-infobar .lightweight-actions { + float: right; + list-style-type: none; +} +.branch-infobar .lightweight-actions>li { + display: inline-block; + margin: 0 0 0 10px; +} +.branch-infobar .lightweight-actions>li a { + color: #999; + text-decoration: none; +} +.branch-infobar .lightweight-actions>li a:hover { + color: #333; +} +.branch-infobar .lightweight-actions>li .octicon { + font-size: 14px; + color: #bbb; +} +.branch-infobar+.commit-tease { + border-top: 0; + border-radius: 0; +} +.url-box { + width: 100%; + margin-top: 10px; + margin-left: -10px; + padding: 10px 10px 0; + border-top: 1px solid #ddd; + height: 26px; +} +.url-box p { + float: left; + margin: 0 0 0 5px; + height: 26px; + line-height: 26px; + font-size: 11px; + color: #666; +} +.url-box p strong { + color: #000; +} +.clone-urls { + display: table; + float: left; + width: 585px; +} +.clone-url-button { + display: table-cell; + width: 1%; + vertical-align: top; +} +.clone-url-button:first-child a { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.clone-url-button>a { + position: relative; + display: block; + padding: 0 9px; + margin-right: -1px; + font-size: 11px; + font-weight: bold; + line-height: 24px; + color: #333; + text-decoration: none; + text-shadow: 0 1px 0 #fff; + background-color: #eaeaea; + background-image: -webkit-linear-gradient(#fafafa, #eaeaea); + background-image: linear-gradient(#fafafa, #eaeaea); + background-repeat: repeat-x; + border: 1px solid #ccc; + white-space: nowrap; + cursor: pointer; +} +.clone-url-button>a:hover, .clone-url-button>a:active { + z-index: 3; + color: #fff; + text-decoration: none; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #3072b3; + background-image: -webkit-linear-gradient(#599bcd, #3072b3); + background-image: linear-gradient(#599bcd, #3072b3); + background-repeat: repeat-x; + border-color: #2a65a0; +} +.clone-url-button>a:active { + background-color: #3072b3; + background-image: none; + border-color: #25588c; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15); +} +.clone-url-button+.clone-url-button>a { + box-shadow: inset 1px 0 0 #fff; +} +.clone-url-button+.clone-url-button>a:hover { + box-shadow: none; +} +.clone-url-button+.clone-url-button>a:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15); +} +.clone-url-button.selected>a, .clone-url-button.selected>a:hover { + z-index: 2; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); + border-color: #bbb; + background-image: none; + background-color: #ccc; + background-color: #d5d5d5; + background-image: -webkit-linear-gradient(#ccc, #d5d5d5); + background-image: linear-gradient(#ccc, #d5d5d5); + background-repeat: repeat-x; + box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.075); +} +input.url-field { + position: relative; + width: 100%; + min-height: 26px; + padding: 0 5px; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + border-radius: 0; +} +input.url-field:focus { + z-index: 2; +} +.url-box-clippy .zeroclipboard-button { + border-radius: 0 3px 3px 0; + border-left: 0; + margin-left: 0 !important; +} +.pagehead.repohead .select-menu-button.with-count { + float: none; +} +.pagehead.repohead .select-menu .social-count { + float: right; +} +.pagehead.repohead .select-menu .select-menu-modal-holder { + z-index: 25; +} +.auth-overview .sum { + font-weight: bold; +} +.auth-section { + padding: 15px 0; + border-top: 1px solid #eee; +} +.auth-section:first-child { + border-top: 0; +} +.auth-section:last-child { + padding-bottom: 0; +} +.auth-section .inline-error { + color: #999; +} +.audit-log-activity { + height: 75px; +} +.audit-log-activity .audit-day rect { + fill: #1db34f; + shape-rendering: crispedges; +} +.audit-log-activity .audit-day .bar-base { + fill: #777; +} +.audit-log-activity text { + fill: #777; + font-size: 10px; + text-anchor: middle; +} +.audit-log-map-container { + position: relative; + margin-bottom: 10px; +} +.audit-log-map-container .activity { + position: absolute; + text-align: center; + z-index: 99999; + top: 120px; + left: 450px; + display: none; +} +.audit-log-map-container .is-graph-loading .activity { + display: block; +} +.audit-search-form { + position: relative; + margin-top: -8px; + background: #fff; + border-radius: 2px; +} +.audit-search-form:before { + display: table; + content: ""} +.audit-search-form:after { + display: table; + clear: both; + content: ""} +.audit-search-form .subnav-search-input { + width: 390px; +} +.audit-search-form .suggester-container { + top: 0; + left: 0; +} +.audit-log-map { + overflow: hidden; + height: 325px; + border-radius: 3px; + box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.2); + background-color: #4183c4; +} +.map-background { + fill: #4183c4; + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: -ie-grab; + cursor: grab; + pointer-events: all; +} +.land { + fill: none; + stroke: #256aae; + stroke-width: 2; + shape-rendering: crispedges; +} +.country { + cursor: pointer; + fill: #d7c7ad; + shape-rendering: crispedges; +} +.country.hk { + stroke: #a5967e; +} +.country:hover { + fill: #c8b28e; +} +.country.active { + fill: #f6e5ca; +} +.borders { + fill: none; + stroke: #a5967e; + shape-rendering: crispedges; +} +.graticule { + pointer-events: none; + fill: none; + stroke: #fff; + stroke-opacity: 0.2; + shape-rendering: crispedges; +} +.graticule :nth-child(2n) { + stroke-dasharray: 2, 2; +} +.security-map-legend circle { + stroke: #fff; + stroke-width: 1.5; + fill-opacity: 0; +} +.security-map-legend text { + fill: #fff; + font-size: 10px; + text-anchor: end; +} +.security-map-legend .link { + stroke-width: 1.5; + stroke: #fff; +} +.audit-point { + pointer-events: none; + fill: #bd2c00; + fill-opacity: 0.8; + stroke: #bd2c00; +} +.country-info { + opacity: 0; + position: absolute; + top: 10px; + right: 10px; + padding: 10px; + pointer-events: none; + background: rgba(255, 255, 255, 0.9); + border-radius: 2px; +} +.audit-log-search { + position: relative; + margin-top: 25px; +} +.audit-log-search .member-info { + width: 500px; +} +.audit-log-search .member-info .member-avatar { + float: left; + margin-right: 15px; +} +.audit-log-search .member-info .member-link { + display: inline-block; +} +.audit-log-search .member-info .member-list-avatar { + margin-right: 0; +} +.audit-log-search .member-info .ghost { + color: #777; + display: inline-block; +} +.audit-log-search .audit-action-info { + margin-left: 50px; +} +.audit-log-search .audit-action-info a { + color: #4183c4; +} +.audit-log-search .blankslate { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.audit-results-header { + padding: 15px 10px 15px 15px; + border: 1px solid #dcdcdc; + border-bottom: 0; + background-color: #f7f7f7; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.audit-results-header h2 { + display: inline-block; + padding: 0; + margin: 0; + font-size: 16px; +} +.audit-search-clear { + padding: 10px; + border: 1px solid #e5e5e5; + border-bottom: 0; +} +.audit-search-clear .issues-reset-query { + margin-bottom: 0; +} +.audit-action-info { + margin-top: 3px; + font-weight: normal; + font-size: 12px; + color: #999; +} +.audit-action-info .context { + color: #333; +} +.audit-type { + width: 200px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.audit-type .octicon { + float: left; + margin-right: 3px; + font-weight: normal; +} +.audit-type .repo { + color: #f93; +} +.audit-type .team { + color: #6cc644; +} +.audit-type .user { + color: #6e5494; +} +.audit-type .oauth_access { + color: #bd2c00; +} +.audit-type .hook { + color: #e1bf4e; +} +.context-loader-container .large-format-loader { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + padding-top: 190px; + background: rgba(255, 255, 255, 0.8); + z-index: 9999; + text-align: center; + color: #999; +} +.profile-picture { + margin: 10px 0 0; +} +.profile-picture p { + float: left; + margin-top: 7px; +} +.profile-picture img { + float: left; + margin: 0 10px 0 0; + border-radius: 3px; +} +.app-owner { + margin: 10px 0 -10px; +} +.edit-profile-avatar .drag-and-drop { + padding: 0; + color: #666; + border-width: 0; +} +.edit-profile-avatar input { + cursor: pointer; +} +.edit-profile-avatar.is-bad-file { + border: 0; +} +.edit-profile-avatar .manual-file-chooser { + position: absolute; + top: 0; + left: 0; + width: 146px; + height: 34px; + margin-left: 0; + padding: 0; + cursor: pointer; +} +.button-change-profile-picture { + overflow: hidden; +} +.croppable-avatar { + display: none; +} +.profile-picture-cropper { + max-width: 400px; + text-align: center; + margin: 0 auto 15px; +} +.profile-picture-cropper>img { + max-width: 100%} +.profile-picture-cropper .jcrop-holder { + display: inline-block; +} +.profile-picture-spinner { + display: inline-block; + background-image: url(/assets/spinners/octocat-spinner-128-338974454bb5c32803e82f601beb051d373744b024fe8742a76009700fd7e033.gif); + background-repeat: no-repeat; + background-position: center; + background-size: 64px 64px; +} +.profile-picture-spinner.hidden { + display: none; +} +.avatar-upload { + float: left; + width: 340px; + margin-left: 20px; +} +.avatar-upload .flash { + width: 100%; + padding: 30px 15px; + border: dashed 1px #bd2c00; + box-shadow: none; +} +.avatar-upload .upload-state { + display: none; + padding: 10px 0; +} +.avatar-upload .upload-state p { + margin: 0; + font-size: 12px; + color: #999; +} +.avatar-upload .avatar-upload .octicon { + display: inline-block; +} +.is-default .avatar-upload .default { + display: block; +} +.is-uploading .avatar-upload .loading { + display: block; + padding: 0; +} +.is-uploading .avatar-upload .loading img { + vertical-align: top; +} +.is-uploading .avatar-upload .button-change-profile-picture { + display: none; +} +.is-bad-file .avatar-upload .bad-file { + display: block; + margin: 0; +} +.is-too-big .avatar-upload .too-big { + display: block; + margin: 0; +} +.is-bad-dimensions .avatar-upload .bad-dimensions { + display: block; + margin: 0; +} +.is-failed .avatar-upload .failed-request { + display: block; + margin: 0; +} +dl.new-email-form { + padding: 10px 10px 0; + margin: 0 -10px 10px; + border-top: 1px solid #e5e5e5; +} +span.label.default { + margin-left: 4px; + padding: 4px 6px; + background-color: #6cc644; + color: #fff; + border-radius: 3px; +} +span.label.visibility { + margin-left: 4px; + padding: 4px 6px; + background-color: #999; + color: #fff; + border-radius: 3px; +} +.email-actions { + float: right; +} +.email-actions>span { + float: left; +} +.email-actions form { + display: inline; +} +.email-actions span.label { + font-size: 13px; + color: #999; + padding: 0 10px; +} +.email-actions .octicon-alert { + color: #ca5633; +} +.boxed-group .fork-flag { + margin-left: 16px; + font-size: 12px; + color: #999; +} +li.ssh-key { + position: relative; + line-height: 18px; + padding: 15px; +} +li.ssh-key .button { + float: right; + margin-top: 4px; +} +li.ssh-key .team-label-ldap { + float: right; +} +li.ssh-key .ssh-key-state-indicator { + float: left; + width: 8px; + height: 8px; + margin-top: 10px; + border-radius: 5px; +} +li.ssh-key .ssh-key-state-indicator.recent { + background-color: #6cc644; + box-shadow: 0 0 10px rgba(108, 198, 68, 0.5); +} +li.ssh-key .ssh-key-state-indicator.not-recent { + box-shadow: 0 1px 0 #fff; + background-color: #ccc; + background-image: -webkit-linear-gradient(#aaa, #ccc); + background-image: linear-gradient(#aaa, #ccc); + background-repeat: repeat-x; +} +li.ssh-key .ssh-key-icon { + float: left; + width: 32px; + margin-top: 1px; + margin-left: 15px; + text-align: center; +} +.ssh-key-details { + position: relative; + margin-left: 70px; + margin-right: 150px; +} +.ssh-key-details .ssh-key-title { + display: block; + max-width: 360px; +} +.ssh-key-fingerprint { + display: block; + font-weight: normal; + color: #999; +} +#notification-center .overview { + padding: 0 10px 10px; + border-bottom: 1px solid #ddd; +} +.oauth-stats dl.keys { + float: right; + margin: 0; + text-align: right; +} +.oauth-stats dl.keys dt { + color: #999; + font-weight: bold; +} +.oauth-stats dl.keys dd { + color: #333; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +.user-count { + float: left; + margin: 12px 0 0; + font-size: 36px; + color: #999; + font-weight: 300; +} +.access-token-group .boxed-group-inner .help { + margin-top: 0; +} +.access-token .zeroclipboard-link { + display: inline-block; +} +.access-token.new-token { + background-color: rgba(108, 198, 68, 0.1); +} +.access-token.new-token .octicon-check { + color: #6cc644; +} +.access-token .token-description { + max-width: 450px; +} +.access-token .token { + font-size: 14px; +} +.token-scope { + display: inline-block; + width: 220px; + margin: 0; + padding: 5px 0 5px 20px; + color: #333; +} +.boxed-group.authorized-applications .boxed-action { + color: #999; + font-size: 12px; + line-height: 25px; +} +.callback-urls dl dd input[type=text] { + width: 100%} +.callback-urls.has-many .callback-url-action-cell { + display: table-cell; +} +.callback-description { + margin-top: 20px; +} +.callback-description .octicon { + padding-left: 0; +} +.callback-url .label { + display: none; + width: 64px; + text-align: center; +} +.callback-url.is-default-callback .label { + display: inline-block; +} +.callback-url.is-default-callback .button { + display: none; +} +.callback-url-wrap { + display: table; + width: 100%} +.callback-url-field-cell { + display: table-cell; +} +.callback-url-action-cell { + display: none; + width: 70px; + text-align: right; +} +.boxed-group.application-show-group .logo-upload { + float: right; + width: 142px; + background-color: #eee; + position: relative; +} +.boxed-group.application-show-group .logo-upload a.delete { + position: absolute; + right: 0; + padding: 5px; + display: none; +} +.boxed-group.application-show-group .logo-upload a.delete:hover { + color: #bd2c00; +} +.boxed-group.application-show-group .logo-box { + border: 1px solid #ccc; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + height: 140px; +} +.boxed-group.application-show-group .logo-box img { + height: 140px; + width: 140px; + border-radius: 2px 2px 0 0; + display: none; +} +.boxed-group.application-show-group .logo-placeholder { + height: 140px; + width: 140px; + color: #999; + text-align: center; + text-shadow: 0 1px 0 #fff; +} +.boxed-group.application-show-group .logo-placeholder span { + margin: 45px 0 0; +} +.boxed-group.application-show-group .logo-placeholder p { + margin: 0; + font-size: 16px; +} +.boxed-group.application-show-group .has-uploaded-logo .logo-placeholder, .boxed-group.application-show-group .has-uploaded-logo .or { + display: none; +} +.boxed-group.application-show-group .has-uploaded-logo:hover a.delete { + display: block; +} +.boxed-group.application-show-group .has-uploaded-logo .logo-box img { + display: block; +} +.boxed-group.application-show-group dl.form>dd input[type="text"].wide { + width: 460px; +} +.boxed-group.application-show-group dl.form>dd input[type="textarea"].short { + height: 50px; + min-height: 50px; +} +.application-show-group .errored .note { + display: none; +} +.application-show-group .drag-and-drop { + padding: 8px 5px 7px; + text-align: center; +} +.application-show-group .drag-and-drop img { + vertical-align: bottom; + margin-bottom: 1px; +} +.application-show-group .drag-and-drop span { + padding: 0; +} +.application-show-group .dragover .logo-box { + box-shadow: #c9ff00 0 0 3px; +} +.application-show-group .is-uploading .loading { + display: block; +} +.application-show-group .is-uploading .default { + display: none; +} +.application-show-group .is-failed .failed-request { + display: block; +} +.application-show-group .is-failed .default { + display: none; +} +.application-show-group .is-bad-file .bad-file { + display: block; +} +.application-show-group .is-bad-file .default { + display: none; +} +.application-show-group .is-too-big .file-too-big { + display: block; +} +.application-show-group .is-too-big .default { + display: none; +} +.application-show-group .is-default .default { + display: block; +} +.security-history .security-history-timestamp { + float: right; + color: #999; +} +table.security-history-detail { + width: 100%; + font-size: 12px; +} +table.security-history-detail td { + max-width: 200px; + word-wrap: break-word; +} +.org-two-factor .button { + float: right; + margin: 10px 0 0 20px; +} +.org-two-factor .flash-global { + margin-top: 0; +} +.two-factor-disabled .flash-global { + display: block; +} +.settings-email .email-actions .settings-remove-email { + float: right; + margin-left: 5px; + padding-right: 7px; + padding-left: 7px; + line-height: 24px; + color: #bd2c00; +} +.settings-email .email-actions .settings-disabled-remove-email { + display: none; +} +.settings-email:only-child .email-actions .settings-remove-email { + display: none; +} +.settings-email:only-child .email-actions .settings-disabled-remove-email { + display: block; + cursor: default; + color: #999; +} +.settings-email .octicon-info { + padding-left: 5px; +} +.settings-email .public.label { + display: inline; +} +.settings-email .private.label { + display: none; +} +.settings-email.private .public.label { + display: none; +} +.settings-email.private .private.label { + display: inline; +} +#unsubscribe-from-newsletter .supportocat { + float: left; +} +#unsubscribe-from-newsletter .message { + position: absolute; + left: 350px; + top: 50px; +} +#unsubscribe-from-newsletter .message p { + font-size: 200%} +.two-factor-intro { + width: 675px; + margin: 40px auto 0; +} +.two-factor-intro .two-factor-graphic { + margin: 20px 0; +} +.two-factor-intro .two-factor-explain { + margin: 0 0 40px; + padding: 0; + font-size: 13px; + list-style: none; +} +.two-factor-intro .two-factor-explain li { + float: left; + margin: 0; + padding: 0; +} +.two-factor-intro .two-factor-explain .step-one { + width: 185px; + margin-right: 36px; +} +.two-factor-intro .two-factor-explain .step-two { + width: 230px; + margin-right: 42px; +} +.two-factor-intro .two-factor-explain .step-three { + width: 180px; +} +.two-factor-graphic { + background-image: url(/assets/modules/settings/2fa_guide-3c188ba15910cb9b5de719af02485c4c05fe4f0b6bda9294033e3b259c4959c1.png); + background-repeat: no-repeat; + width: 675px; + height: 135px; +} +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .two-factor-graphic { + background-image: url(/assets/modules/settings/2fa_guide@2x-788aa5a06405e2b719c556b083ef305ac5a64f772a09eb43890fd478f5c5f927.png); + background-size: 675px 135px; +} +}.yubicat-box .yubicat-device { + margin-bottom: 10px; +} +.yubicat-box .yubicat-device .yubicat-device-success { + margin-left: 10px; + color: #55a532; +} +.yubicat-box .yubicat-device .yubicat-device-success .octicon { + color: #6cc644; +} +.yubicat-box .yubicat-device .yubicat-device-details { + display: inline-block; + vertical-align: middle; + background-color: #e8f0f8; + border-radius: 3px; + line-height: 26px; + color: rgba(0, 0, 0, 0.5); + padding: 0 8px; +} +.yubicat-box .yubicat-device .yubicat-device-details .yubicat-device-id { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-weight: bold; +} +.yubicat-box .yubicat-device .yubicat-device-details .octicon { + position: relative; + top: 1px; +} +.yubicat-box .yubicat-device .yubicat-delete { + text-decoration: none; +} +.yubicat-box .yubicat-device .yubicat-delete .octicon { + width: 16px; + text-align: center; +} +.yubicat-box .yubicat-device.is-sending .yubicat-delete { + display: none; +} +.yubicat-box .yubicat-device.is-sending .spinner { + position: relative; + top: 3px; +} +.yubicat-box .new-yubicat { + position: relative; +} +.yubicat-box .new-yubicat .yubicat-otp-field { + width: 320px; +} +.yubicat-box .new-yubicat .add-yubicat-form { + display: none; +} +.yubicat-box .new-yubicat.is-active .add-yubicat-link { + display: none; +} +.yubicat-box .new-yubicat.is-active .add-yubicat-form { + display: block; +} +.yubicat-box .new-yubicat.is-sending .spinner { + position: absolute; + top: 8px; + left: 296px; +} +.yubicat-box .new-yubicat.is-showing-error .fallback-error-message { + display: block; +} +.yubicat-box .new-yubicat .flash { + padding: 10px; + margin-bottom: 10px; +} +.markdown-body .sms-or-app { + width: 100%; + margin: 0; + padding: 40px 0 0; + border-top: 1px solid #ddd; +} +.markdown-body .sms-or-app:before { + display: table; + content: ""} +.markdown-body .sms-or-app:after { + display: table; + clear: both; + content: ""} +.markdown-body .sms-or-app li { + float: left; + width: 325px; + padding: 0; + list-style: none; +} +.markdown-body .sms-or-app li:first-child { + margin-right: 25px; +} +.markdown-body .sms-or-app li .button { + display: block; + text-align: center; + margin: 10px 0; + padding-top: 12px; + padding-bottom: 12px; + font-size: 15px; + height: 100%; + width: 100%} +.markdown-body .sms-or-app small { + font-size: 80%} +.markdown-body .app-only { + padding: 20px 0 0; +} +.markdown-body .app-only li { + float: none; + width: auto; +} +.markdown-body .app-only li .button { + display: inline-block; + width: auto; + padding-left: 20px; + padding-right: 20px; +} +.two-factor-setup-container { + width: 600px; + margin: 0 auto; +} +.two-factor-setup-container .form label { + font-style: normal; +} +.two-factor-setup-container .form dd { + margin: 0; + padding: 0; +} +.two-factor-setup-container .octicon-alert { + color: #bd2c00; +} +.two-factor-setup-container .error-icon { + position: relative; + left: 5px; + top: 2px; + color: #bd2c00; +} +.two-factor-setup-container .sent-message { + position: relative; + left: 5px; + top: 2px; + color: #6cc644; +} +.two-factor-setup-container .select-menu { + float: left; +} +.two-factor-setup-container .select-menu .minibutton { + padding-top: 4px; + padding-bottom: 4px; + margin-right: 5px; +} +.two-factor-setup-container .select-menu .minibutton input[type="radio"], .two-factor-setup-container .select-menu .minibutton .country { + display: none; +} +.two-factor-setup-container .select-menu .minibutton .country-code { + width: auto; +} +.two-factor-setup-container .select-menu .select-menu-button:before { + top: 14px; +} +.two-factor-setup-container .select-menu .country-code { + display: inline-block; + margin-right: 8px; + width: 35px; +} +.container.two-factor-toggle { + width: 700px; +} +.two-factor-step-container { + margin: 0 0 20px; + font-size: 86.6667%} +.two-factor-step-container .sms-form .form { + margin-left: 15px; +} +.two-factor-step-container .form label { + color: #777; +} +.two-factor-step-container:last-of-type { + margin-bottom: 0; + padding-bottom: 0; + border-bottom: 0; +} +.two-factor-step-container h4 { + margin: 0; + font-size: 13px; +} +.two-factor-step-container p:last-child { + margin-bottom: 0; +} +.two-factor-toggle { + margin-top: 40px; +} +.two-factor-toggle .two-factor-status { + padding: 20px 0; + margin: 0 0 20px; + border-bottom: 1px solid #eaeaea; + color: #777; +} +.two-factor-toggle .two-factor-status p { + margin: 0; +} +.two-factor-toggle .two-factor-status button { + position: relative; + top: -3px; + float: right; + background: none; + border: 0; + color: #4183c4; + font-weight: normal; +} +.two-factor-toggle .two-factor-on { + margin-right: 5px; + padding: 3px 5px; + border-radius: 2px; + background-color: #6cc644; + color: #fff; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); +} +.two-factor-settings-group { + position: relative; + margin: 0 0 20px; + padding: 0 0 20px 220px; + border-bottom: 1px solid #ddd; +} +.two-factor-settings-group h3 { + position: absolute; + top: -15px; + left: 0; + width: 200px; + font-size: 14px; +} +.two-factor-settings-group h3 .octicon { + position: absolute; + left: -24px; + color: #bd2c00; +} +.two-factor-settings-group li { + list-style: none; + line-height: 1.5; +} +.github-access-banner { + position: relative; + margin: 0 0 20px; + padding: 10px 20px 10px 70px; + border: 1px solid #ddd; + border-radius: 3px; + font-size: 14px; +} +.github-access-banner .mega-octicon { + position: absolute; + left: 20px; + top: 20px; + color: #bd2c00; +} +#facebox .backup-list { + margin: 0; + padding: 10px; + border: 1px solid #dbdbdb; + border-radius: 3px; + background: #fafafa; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 14px; + line-height: 1.4; + text-align: left; + box-shadow: inset 0 0 8px #eee; +} +.error-icon, .spinner, .sent-message, .sms-error-message, .fallback-error-message, #text-code { + display: none; +} +.is-sending .spinner { + display: inline-block; +} +.is-sent .sent-message { + display: inline-block; +} +.is-not-sent .sms-error-message { + display: block; +} +.is-not-sent .error-icon { + display: inline-block; +} +.two-factor-secret { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 13px; +} +.markdown-body .qr-code-table, .qr-code-table { + width: auto; + float: right; + margin: 0 0 0 40px; + border: 1px solid #ddd; +} +.markdown-body .qr-code-table tr, .qr-code-table tr { + background: transparent; + border: 0; +} +.markdown-body .qr-code-table th, .markdown-body .qr-code-table td, .qr-code-table th, .qr-code-table td { + border: 0; + padding: 0; +} +.markdown-body .qr-code-table td, .qr-code-table td { + width: 3px; + height: 3px; +} +.markdown-body .qr-code-table .black, .qr-code-table .black { + background: #000; +} +.markdown-body .qr-code-table .white, .qr-code-table .white { + background: #fff; +} +.markdown-body .two-factor-actions { + clear: both; + padding: 20px 0 0; + margin: 20px 0 0; + border-top: 1px solid #eaeaea; + font-size: 13px; +} +.markdown-body .two-factor-actions ul { + width: 600px; + margin: 0; + padding: 0; +} +.markdown-body .two-factor-actions li { + list-style: none; + display: inline-block; + margin-right: 10px; +} +.two-factor-banner { + position: relative; + padding-left: 60px; + margin: 40px auto; + width: 700px; + background: #fff; + border: 1px solid #ddd; + color: #444; +} +.two-factor-banner:hover { + border-color: #ddd; +} +.two-factor-banner .mega-octicon { + position: absolute; + top: 15px; + left: 15px; + color: #bd2c00; +} +.two-factor-banner h2 { + margin-top: 0; + line-height: 32px; +} +.two-factor-banner p { + margin-top: 0; +} +.two-factor-mini-banner { + display: block; + width: 100%; + margin: 0 0 20px; + padding: 15px 15px 15px 42px; + background: #fff; +} +.two-factor-mini-banner .minibutton { + position: relative; + top: -4px; + float: right; +} +.two-factor-mini-banner p { + margin-bottom: 0; + line-height: 1.5; +} +.two-factor-mini-banner .octicon { + position: absolute; + top: 15px; + left: 15px; + color: #bd2c00; +} +.orgs-settings { + margin-bottom: 15px; +} +.confirmation-phrase { + font-weight: normal; + font-style: italic; +} +.do-not-copy-me { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +li.session-device { + position: relative; + line-height: 18px; + padding: 15px; + background-color: #fafafa; + color: #999; +} +li.session-device .button { + float: right; + margin-top: 4px; +} +li.session-device .session-state-indicator { + float: left; + width: 8px; + height: 8px; + margin-top: 10px; + border-radius: 5px; +} +li.session-device .session-state-indicator.recent { + background-color: #6cc644; + box-shadow: 0 0 10px rgba(108, 198, 68, 0.5); +} +li.session-device .session-state-indicator.not-recent { + box-shadow: 0 1px 0 #fff; + background-color: #ccc; + background-image: -webkit-linear-gradient(#aaa, #ccc); + background-image: linear-gradient(#aaa, #ccc); + background-repeat: repeat-x; +} +li.session-device .session-icon { + float: left; + width: 32px; + margin-top: 1px; + margin-left: 15px; + text-align: center; + color: #bbb; +} +li.session-device .sessions-more-info { + position: relative; + display: none; + margin-top: 10px; +} +li.session-device.session-current { + background-color: #fff; +} +li.session-device.session-current .session-last-accessed { + color: #777; +} +li.session-device.session-current .sessions-more-info { + color: #777; +} +li.session-device.session-current .sessions-more-info:after { + border-top-color: #fff; +} +li.session-device.session-current .mega-octicon { + color: #777; +} +.session-details { + position: relative; + width: 350px; + margin-left: 70px; +} +.session-details:hover .octicon { + color: #4183c4; + cursor: pointer; +} +.session-details.open .sessions-more-info { + display: block; +} +.session-title { + display: block; +} +.collaborators .collab-list { + border-bottom-width: 0; +} +.collaborators .collab-list-item:first-child .collab-list-cell { + border-top-width: 0; +} +.collaborators .collab-list-cell { + padding-top: 15px; + padding-bottom: 15px; + vertical-align: middle; +} +.collaborators .collab-meta { + width: 140px; +} +.collaborators .collab-permission { + text-align: center; +} +.collaborators .collab-remove { + padding-right: 20px; + text-align: right; +} +.collaborators .collab-remove .remove-link { + color: #999; +} +.collaborators .collab-remove .remove-link:hover { + color: #bd2c00; +} +.collaborators .collab-team-link { + width: 300px; +} +.collaborators .collab-team-link:hover { + text-decoration: none; +} +.collaborators .collab-team-link .avatar { + float: left; + margin-top: 1px; + margin-right: 10px; +} +.collaborators .collab-info { + color: #666; +} +.collaborators .collab-info .description { + padding-right: 50px; + margin-top: 3px; + margin-bottom: 3px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.collaborators .collab-info .collab-name { + display: block; + font-size: 14px; +} +.access-sub-heading { + float: right; + font-weight: normal; + line-height: 1.4; + color: #777; +} +.access-form-wrapper { + padding: 10px; + background-color: #fcfcfc; + border-top: 1px solid #ddd; +} +.access-form-wrapper .access-team-select { + max-width: 180px; +} +.access-flash { + display: none; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + padding: 8px; +} +.access-scope-label { + display: inline-block; + border-radius: 4px; + padding: 3px 5px; + color: #fff; + text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2); + margin: 5px 2px; + opacity: 0.8; +} +.access-scope-label.repo-scope { + background: #e80c02; +} +.access-scope-label.public-repo-scope { + background: #ff9e00; +} +.access-scope-label.user-scope { + background: #666; +} +.access-scope-label.gist-scope { + background: #6cc644; +} +.oauth-pending-deletion-list-item { + background-color: #fafafa; + box-shadow: inset 0 0 8px #eee; +} +.oauth-pending-deletion-list-item:hover { + background-color: #fafafa; +} +.oauth-pending-deletion-list-item .oauth-pending-deletion { + display: inline; +} +.oauth-pending-deletion-list-item .active, .oauth-pending-deletion-list-item .oauth-application-users { + display: none; +} +.oauth-pending-deletion { + display: none; + width: 100%} +.boxed-group-list .access-level { + color: #999; +} +.boxed-group-list .access-level.css-truncate-target { + max-width: 500px; +} +.logged_out.signup .header-logged-out .container, .logged_out.signup .site-footer { + width: 750px; +} +.logged_out.signup .site-footer { + margin-right: auto; + margin-left: auto; +} +.logged_out.signup .site-footer .octicon-mark-github { + top: 30px; +} +.logged_out.signup .header-actions .primary, .logged_out.signup .site-footer-links, .logged_out.signup .site-search { + display: none; +} +.setup-wrapper { + padding-top: 60px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} +.setup-header, .setup-wrapper { + width: 750px; + margin: 0 auto; +} +.setup-header { + overflow: hidden; + padding-bottom: 20px; + margin-bottom: 30px; + text-align: left; + text-shadow: 0 1px 0 white; + border-bottom: 1px solid #ddd; +} +.setup-header h1 { + margin-top: 0; + margin-bottom: 0; + font-size: 45px; + font-weight: normal; + letter-spacing: -1px; +} +.setup-header h1 .mega-octicon { + color: #bbb; +} +.setup-header .lead { + margin-top: 2px; + margin-bottom: 0; + font-size: 21px; +} +.setup-header .lead a { + color: #777; +} +.setup-header .lead a:hover { + color: #4183c4; + text-decoration: none; +} +.setup-org { + padding-bottom: 0; + border-bottom: 0; +} +.setup-main { + float: left; + width: 450px; +} +.setup-main.without-secondary { + margin-left: 150px; +} +.setup-secondary { + float: right; + width: 250px; +} +.setup-secondary .info { + padding-top: 0; + padding-bottom: 0; + margin-top: -10px; + color: #777; + font-size: 12px; + line-height: 18px; + text-align: center; +} +.setup-info-module { + margin-bottom: 30px; + background-color: #fff; + border: 1px solid #ccc; + border-radius: 3px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075); +} +.setup-info-module h2 { + padding: 15px; + margin-top: 0; + margin-bottom: 15px; + overflow: hidden; + font-size: 16px; + border-bottom: 1px solid #ddd; +} +.setup-info-module h2 .price { + float: right; + font-weight: bold; + color: #777; +} +.setup-info-module h3 { + padding: 0 15px; + margin: 0 0 -7px; + font-size: 14px; +} +.setup-info-module p { + padding: 0 15px; + margin: 15px 0; +} +.setup-info-module .setup-section-title { + margin-bottom: 10px; +} +.features-list { + padding: 0 15px 15px; + margin: 0; + font-size: 14px; + list-style: none; +} +.features-list li { + margin-top: 10px; +} +.features-list li:first-child { + margin-top: 0; +} +.features-list .list-divider { + margin: 15px -15px; + border-top: 1px solid #eee; +} +.features-list .octicon { + margin-right: 5px; + color: #60b044; +} +.features-list.features-list-org { + padding-bottom: 0; +} +.setup-form-container .setup-form-title { + margin-top: 0; + font-size: 16px; +} +.setup-form-container .secure { + float: right; + margin-top: 2px; + color: #60b044; + font-size: 11px; + text-transform: uppercase; +} +.setup-form-container hr { + margin-top: 25px; + margin-bottom: 25px; +} +.setup-form-container .form-actions { + padding-top: 0; + padding-bottom: 0; + text-align: left; +} +.team-member-container { + margin-bottom: 20px; +} +.team-member-container .team-member-username { + line-height: 1.2; +} +.setup-form { + padding-bottom: 15px; +} +.setup-form .form dd input[type="text"], .setup-form .form dd input[type="password"], .setup-form .form dd input[type="email"] { + width: 100%} +.setup-form .form dd input[type="text"].short, .setup-form .form dd input[type="password"].short, .setup-form .form dd input[type="email"].short { + width: 250px; +} +.setup-form dd { + position: relative; +} +.setup-form dd .octicon { + position: absolute; + right: 25px; + top: 8px; +} +.setup-form .octicon-alert:before { + color: #bd2c00; +} +.setup-form .octicon-check:before { + color: #6cc644; +} +.setup-form .text-muted { + margin-top: 5px; +} +.setup-form .tos-info, .setup-form .setup-organization-next { + margin: 15px 0; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} +.setup-form .tos-info { + padding: 15px 0; +} +.setup-form .setup-organization-next { + padding-top: 15px; + padding-bottom: 15px; +} +.setup-form .setup-plans { + margin-bottom: 25px; + border: solid 1px #ccc; + border-collapse: separate; + border-radius: 3px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075); + overflow: hidden; +} +.setup-form .setup-plans tr.selected { + background-color: #f0f7fd; +} +.setup-form .setup-plans th, .setup-form .setup-plans td { + vertical-align: middle; + border-bottom: 1px solid #ccc; +} +.setup-form .setup-plans .name { + font-weight: bold; +} +.setup-form .setup-plans .choose_plan input[type=radio] { + display: none; +} +.setup-creditcard-form .cc-extras { + margin-bottom: 15px; +} +.setup-creditcard-form .expiration-form { + width: 120px; +} +.setup-creditcard-form .expiration-form dd { + line-height: 32px; +} +.setup-creditcard-form .expiration-form, .setup-creditcard-form .cvv-form, .setup-creditcard-form .country-form, .setup-creditcard-form .state-form { + float: left; + margin: 0; +} +.setup-creditcard-form .form dd input.input-cvv { + width: 130px; +} +.setup-creditcard-form .form select.select-country { + width: 162px; + margin-right: 5px; +} +.setup-creditcard-form .form select.select-state { + width: 84px; +} +.setup-creditcard-form.is-vat-country .vat-field { + display: block; +} +.setup-creditcard-form.is-international .form select.select-country { + width: 250px; +} +.setup-creditcard-form.is-international .state-form { + display: none; +} +.setup-creditcard-form dd .octicon-credit-card { + position: inherit; +} +.setup-creditcard-form .enter-new-card { + display: none; +} +.setup-creditcard-form.has-credit-card .enter-new-card { + display: inline-block; +} +.setup-creditcard-form.has-credit-card .card-select-number-field, .setup-creditcard-form.has-credit-card .cancel-enter-new-card, .setup-creditcard-form.has-credit-card .cards-select { + display: none; +} +.setup-creditcard-form .vat-field { + display: none; +} +.setup-creditcard-form .vat-field.prefilled { + display: block; +} +.setup-creditcard-form .help-text { + font-size: 80%; + font-weight: normal; + color: #777; +} +.collection-head { + height: 225px; + margin-top: -20px; + margin-bottom: 20px; + background: #555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat; + box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + color: #fff; +} +.collection-head .collection-info { + margin: 0; +} +.collection-head .collection-info .meta-info { + margin-right: 15px; +} +.collection-head .collection-info .avatar { + background-color: rgba(255, 255, 255, 0.7); + border: 1px solid rgba(255, 255, 255, 0.7); +} +.collection-head .container { + position: relative; +} +.collection-head .draft-tag { + position: absolute; + top: 0; + left: 0; +} +.collection-title { + display: table-cell; + height: 225px; + vertical-align: middle; +} +.collection-header { + margin-top: 0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 45px; + font-weight: normal; +} +.collection-description { + position: relative; + font-size: 16px; +} +.collection-page .collection-info { + margin-top: 10px; + margin-bottom: 20px; + font-size: 13px; + color: #999; +} +.collection-page .column.main { + margin-right: 260px !important; +} +.collection-page .column.sidebar { + width: 240px; +} +.collection-page .other-content { + padding: 20px 0 20px 20px; + border-left: 1px solid #f1f1f1; +} +.collection-page .other-content .subnav-search { + margin-left: 0; +} +.collection-page .other-content input.subnav-search-input { + width: 100%} +.collection-page .other-content-title { + margin-top: 40px; +} +.collection-page .other-content-title:first-child { + margin-top: 0; +} +.side-collection-list { + margin: 0; + list-style-type: none; +} +.side-collection-link { + display: table; + width: 100%; + height: 100px; + color: #fff; +} +.side-collection-item-title { + font-size: 16px; + font-weight: 100; +} +.side-collection-image { + background: #555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat; + box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + color: #fff; + display: table-cell; + width: 100%; + height: 100%; + margin-bottom: 5px; + text-align: center; + vertical-align: middle; + border-radius: 3px; +} +.side-collection-list-item { + margin-bottom: 20px; +} +.collection-tools { + list-style-type: none; + margin-bottom: 10px; + font-size: 15px; +} +.collection-tools .edit-link { + color: #333; +} +.collection-tools .edit-link:hover { + color: #4183c4; + cursor: pointer; +} +.collection-tools .octicon { + margin-right: 5px; +} +.collection-tools .select-menu-button { + position: relative; + display: inline-block; + color: #333; +} +.collection-tools .select-menu-button:hover { + color: #4183c4; + cursor: pointer; +} +.collection-tool { + margin-left: 20px; +} +.collection-search-results em { + padding: 0.1em; + background-color: #faffa6; +} +.collection-search-result { + margin-bottom: 40px; + list-style-type: none; +} +.collection-search-result-title { + margin-top: 0; +} +.collection-search-page .search-results-info { + line-height: 33px; + float: right; + margin-left: 10px; + font-size: 15px; +} +.draft-tag { + padding: 5px 10px; + font-weight: bold; + color: #eee; + background-color: #404040; +} +.collection-card { + position: relative; + float: left; + width: 313px; + margin-right: 20px; + margin-bottom: 20px; + list-style-type: none; + background: #f7f7f7; + border: 1px solid #ddd; + border-radius: 3px; +} +.collection-card .draft-tag { + position: absolute; + top: -1px; + left: 10px; +} +.collection-card:nth-child(3n+3) { + margin-right: 0; +} +.collection-card-title { + padding: 0 15px; + margin: 10px 0; + display: table-cell; + width: 100%; + height: 100%; + font-size: 19px; + font-weight: bold; + text-align: center; + vertical-align: middle; +} +.collection-card-body { + padding: 0 15px; + margin: 10px 0; + height: 6em; + margin-top: 0; + overflow: hidden; + font-size: 15px; + line-height: 1.5em; +} +.collection-card-image { + position: relative; + display: table; + width: 313px; + height: 120px; + margin: -1px; + margin-bottom: 15px; + background: #555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat; + box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + color: #fff; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.collection-card-meta { + padding: 0 15px; + margin-top: 5px; + margin-bottom: 15px; + color: #777; +} +.collection-card-meta .meta-info { + margin-right: 10px; +} +.collection-card-meta .last-updated { + float: right; + margin-right: 0; +} +.collection-listing-search { + margin-bottom: 20px; +} +.collection-listing-search .subnav-search { + margin-left: 0; + margin-right: 25%} +.collection-feed-icon { + float: right; + margin-top: 28px; +} +.featured-grid { + position: relative; + list-style: none; + margin-top: -10px; +} +.featured-grid-outer { + position: relative; + height: 100%} +.featured-grid-more-info { + padding: 20px; +} +.featured-showcase-meta { + position: absolute; + bottom: 15px; + left: 20px; +} +.featured-showcase-meta .meta-info { + margin-right: 10px; +} +.featured-grid-link { + display: table; + width: 100%; + height: 100%; + border-radius: 5px; + background: #555 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat; + box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + color: #fff; +} +.featured-grid-inner { + display: table-cell; + padding: 10px 20px; + font-size: 15px; + text-align: center; + vertical-align: middle; +} +.grid-item { + position: relative; + display: block; + float: left; + width: 25%; + height: 122.5px; + padding: 10px; +} +.grid-item-0 { + position: absolute; + width: 50%; + height: 245px; +} +.grid-item-1, .grid-item-2 { + margin-right: 25%; + margin-left: 50%} +.grid-item-3 { + height: 245px; +} +.grid-item-4 { + width: 50%; + height: 245px; +} +.grid-item-7 { + position: absolute; + top: 0; + right: 0; + height: 245px; +} +.showcase-featured .see-more { + text-align: center; +} +.showcase-featured .in-yo-face .featured-grid-outer { + overflow: hidden; +} +.showcase-featured .in-yo-face .showcase-info { + position: absolute; + right: 0; + bottom: -20%; + left: 0; + padding: 10px 20px; + font-size: 13px; + text-align: left; + background: rgba(0, 0, 0, 0.6); + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; + opacity: 0; + visibility: hidden; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} +.showcase-featured .in-yo-face .showcase-name { + font-size: 25px; + color: #fff; +} +.showcase-featured .in-yo-face .meta-info { + margin-right: 10px; +} +.showcase-featured .in-yo-face:hover .showcase-info { + bottom: 0; + opacity: 1; + visibility: visible; +} +.showcase-featured .mo-info .featured-grid-outer { + background: #f7f7f7; + border: 1px solid #ddd; + border-radius: 3px; +} +.showcase-featured .mo-info .featured-grid-link { + width: 225px; + height: 102px; + margin-top: -1px; + margin-right: -1px; + margin-left: -1px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.showcase-featured .normal-intensity .showcase-info { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding-top: 43px; + font-size: 13px; + text-align: center; + vertical-align: middle; + background: rgba(0, 0, 0, 0.6); + border-radius: 3px; + opacity: 0; + -webkit-transition: opacity 0.3s ease-in-out; + transition: opacity 0.3s ease-in-out; +} +.showcase-featured .normal-intensity .octicon { + display: inline; +} +.showcase-featured .normal-intensity .meta-info { + margin-right: 10px; +} +.showcase-featured .normal-intensity .text { + display: none; +} +.showcase-featured .normal-intensity .name-text { + display: block; +} +.showcase-featured .normal-intensity a:hover { + text-decoration: none; +} +.showcase-featured .normal-intensity:hover .showcase-info { + opacity: 1; +} +.showcase-featured .normal-intensity:hover .name-text { + color: transparent; + text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); +} +.showcase-featured .normal-intensity .showcase-name, .showcase-featured .mo-info .showcase-name { + font-size: 16px; + font-weight: 100; +} +.signup-plans-actions { + margin: -10px 0 20px; +} +.button.plans-signup-button { + padding: 12px 50px; + font-size: 16px; +} +.signup-plans-or { + margin: 0 5px 0 8px; +} +.signup-plans-collabocat { + float: right; + width: 300px; + margin-left: 30px; +} +.signup-plans { + width: 100%; + margin: 20px 0 40px; + border-collapse: separate; +} +.signup-plans th, .signup-plans td { + padding: 9px; + font-size: 14px; + border: solid #e5e5e5; +} +.signup-plans th { + padding: 14px 9px; + font-size: 20px; + border-width: 1px 0 1px 1px; +} +.signup-plans th small { + display: block; + font-size: 14px; + color: #7a7a7a; +} +.signup-plans thead .empty { + border-width: 0; +} +.signup-plans thead .plan-free { + border-radius: 5px 0 0; +} +.signup-plans thead th:last-child { + border-right-width: 1px; + border-radius: 0 5px 0 0; +} +.signup-plans tbody tr:first-child td:first-child { + border-top-width: 1px; + border-radius: 5px 0 0; +} +.signup-plans td { + text-align: center; + border-width: 0 0 1px 1px; +} +.signup-plans td:last-child { + border-right-width: 1px; +} +.signup-plans tr:last-child td:first-child { + border-radius: 0 0 0 5px; +} +.signup-plans tr:last-child td:last-child { + border-radius: 0 0 5px; +} +.signup-plans tr:nth-child(odd) td { + background-color: #f5f5f5; +} +.signup-plans .row-label { + width: 18%; + font-weight: bold; + text-align: right; +} +.signup-plans-personal th { + color: #4183c4; +} +.signup-plans-personal tr:nth-child(odd) td { + background-color: #f0f5fa; +} +.signup-plans-orgs th { + color: #6cc644; +} +.signup-plans-orgs tr:nth-child(odd) td { + background-color: #f6fcf4; +} +.signup-plans-toggle-currency { + float: right; +} +.signup-plans-currency-notice { + margin: 10px auto 30px; + width: 800px; + text-align: center; +} +.simple-stacked-bar { + display: table; + width: 100%; + background-color: #eee; +} +.bar-section { + display: table-cell; + height: 10px; +} +.bar-section[style='width:0.0%'] { + display: none; +} +.bar-section-positive { + background-color: #6cc644; +} +.bar-section-negative { + background-color: #bd2c00; +} +.bar-section-alt { + background-color: #6e5494; +} +.stars-browser .sort-bar .sort-form { + margin-top: 7px; +} +.stars-browser .sort-bar .filter_input { + width: 400px; +} +.stars-browser .repo-list { + margin-top: -20px; +} +.facebox .sudo { + padding: 0; +} +.facebox .sudo .auth-form-header { + border-width: 0 0 1px; +} +.facebox .sudo .auth-form-header .mini-icon { + display: none; +} +.facebox .sudo .auth-form-body { + border-width: 0; +} +.facebox .sudo+.facebox-close { + padding: 5px; + color: #fff; +} +.sudo-prompt, .sudo-error { + display: none; +} +.tree-browser { + width: 100%; + margin: 0; + border-bottom: 1px solid #cacaca; + border-left: 0; + border-right: 0; +} +.tree-browser td { + background: #f8f8f8; + border-bottom: 1px solid #eee; + padding: 7px 3px; + color: #484848; + vertical-align: middle; + white-space: nowrap; +} +.tree-browser td.icon { + width: 17px; + padding-right: 2px; + padding-left: 10px; +} +.tree-browser td:first-child { + border-left: 1px solid #cacaca; +} +.tree-browser td:last-child { + border-right: 1px solid #cacaca; +} +.tree-browser td a.message { + color: #484848; +} +.tree-browser td span.ref { + color: #aaa; +} +.tree-browser img { + vertical-align: text-bottom; +} +.tree-browser tbody tr:last-child td { + border-bottom: 0; +} +.tree-browser .history { + float: right; + padding-right: 5px; +} +.tree-browser .octicon-chevron-right { + color: transparent; +} +.tree-browser tr.navigation-focus td { + background-color: #fff; +} +.tree-browser tr.navigation-focus td .octicon-chevron-right { + color: #4183c4; +} +.tree-browser .octicon-file-directory { + color: #80a6cd; +} +.tree-browser .octicon-file-submodule { + color: #3cbf5e; +} +.tree-browser .octicon-file-text { + color: #777; +} +.tree-browser .content { + max-width: 220px; +} +.tree-browser .message { + max-width: 420px; +} +.tree-browser .css-truncate-target { + max-width: 100%} +.tree-browser-result-template { + display: none; +} +.tree-browser-result .css-truncate-target { + max-width: 870px; +} +.tree-browser-result mark { + background-color: transparent; + color: #4183c4; + font-weight: bold; +} +input.tree-finder-input, input.tree-finder-input:focus { + position: relative; + top: 1px; + border: 0; + padding: 0; + outline: none; + font-size: 100%; + box-shadow: none; + min-height: 0; + height: 22px; + line-height: 1px; + vertical-align: top; + -webkit-appearance: none; + margin-left: 5px; +} +.tree-finder .no-results { + display: none; +} +.tree-finder .no-results th { + text-align: center; +} +.tree-finder tr td.icon { + cursor: pointer; +} +.tree-finder .tree-browser { + border-top: 1px solid #cacaca; +} +.tree-finder .filterable-empty+.no-results { + display: block; +} +.user-list em { + font-weight: bold; + background-color: rgba(255, 255, 140, 0.5); + padding: 3px; + border-radius: 3px; + font-style: normal; +} +.user-list .tabnav-widget { + clear: right; + float: right; + margin-top: 0; +} +.user-list .avatar { + position: absolute; + top: 0; + left: 0; +} +.user-list-info { + padding: 0; + min-height: 48px; + font-weight: normal; + font-size: 18px; + line-height: 20px; +} +.user-list-meta { + font-size: 11px; + margin: 8px 0 0; + list-style-type: none; + overflow: hidden; + color: #999; +} +.user-list-meta>li { + float: left; + margin-right: 10px; +} +.user-list-meta a { + color: #333; +} +.user-list-item { + border-bottom: 1px solid #f1f1f1; + padding: 0 0 20px 58px; + margin: 0 0 20px; + position: relative; +} +.follow-list { + list-style-type: none; +} +.follow-list .follow-list-container { + margin-left: 90px; +} +.follow-list .follow-list-item { + float: left; + width: 305px; + padding-bottom: 20px; + margin-bottom: 20px; + margin-right: 20px; + border-bottom: 1px solid #eee; +} +.repository-with-sidebar .follow-list .follow-list-item { + width: 285px; +} +.follow-list .follow-list-name { + font-weight: normal; + margin: 0 0 5px; +} +.follow-list .follow-list-name a { + color: inherit; +} +.follow-list .follow-list-info { + margin-top: 0; + margin-bottom: 0.6em; + font-size: 12px; + color: #666; +} +.follow-list .css-truncate.css-truncate-target { + max-width: 195px; +} +.repository-with-sidebar .follow-list .css-truncate.css-truncate-target { + max-width: 170px; +} +.follow-list .gravatar { + float: left; + display: block; + width: 75px; + height: 75px; +} +#wiki-body { + margin-top: 20px; +} +#wiki-body .markdown-body { + padding: 0 30px; + margin: 0 -30px; +} +#wiki-rightbar { + float: right; + width: 230px; +} +#wiki-rightbar .markdown-body { + font-size: 13px; +} +#wiki-rightbar .markdown-body .anchor { + display: none; +} +#wiki-rightbar .markdown-body h1 { + padding-bottom: 5px; + font-size: 1.6em; + line-height: 1.2; + border-color: #eee; +} +#wiki-rightbar .markdown-body h2 { + padding-bottom: 5px; + font-size: 1.4em; + line-height: 1.2; + border-color: #eee; +} +#wiki-rightbar .markdown-body h3, #wiki-rightbar .markdown-body h4, #wiki-rightbar .markdown-body h5, #wiki-rightbar .markdown-body h6 { + font-size: 1.2em; + line-height: 1.2; + border-color: #eee; +} +#wiki-rightbar .boxed-group>h3 { + cursor: pointer; +} +#wiki-rightbar .boxed-group .caret-collapsed { + display: none; +} +#wiki-rightbar .boxed-group.collapsed .caret-expanded { + display: none; +} +#wiki-rightbar .boxed-group.collapsed .caret-collapsed { + display: inline; +} +#wiki-rightbar .boxed-group.collapsed>h3 { + border-bottom: 1px solid #d8d8d8; + border-radius: 3px; +} +#wiki-rightbar .boxed-group.collapsed .boxed-group-inner { + display: none; +} +#wiki-rightbar p:last-child, #wiki-rightbar ul:last-child, #wiki-rightbar ol:last-child { + margin-bottom: 0; +} +.wiki-pages { + padding: 0; + margin: 0; + list-style-type: none; +} +.wiki-page-link { + display: block; + padding: 6px 10px; + word-wrap: break-word; +} +.has-rightbar #wiki-body, .has-rightbar #wiki-footer { + margin-right: 280px; +} +#wiki-footer { + margin: 20px 0 50px; + clear: both; +} +#wiki-footer .markdown-body { + font-size: 13px; +} +.wiki-wrapper .blankslate.wiki { + padding: 115px 0; +} +.wiki-wrapper .blankslate.wiki p.has-fixed-width { + text-align: center; +} +.wiki-wrapper .gh-header .divider { + padding: 0 3px 0 2px; +} +.wiki-wrapper .gh-header-meta { + padding-bottom: 15px; + margin-top: 6px; +} +.wiki-wrapper a.history { + color: inherit; +} +.wiki-wrapper a.history:hover { + color: #555; +} +.wiki-wrapper.edit h1 { + font-weight: normal; + color: inherit; +} +.wiki-wrapper.edit h1 strong { + color: #000; +} +.wiki-wrapper .wiki-empty-box { + display: block; + padding: 10px 0; + margin: 20px 0; + color: #999; + text-align: center; + border: 1px dashed #ddd; + border-radius: 3px; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; +} +.wiki-wrapper .wiki-empty-box .octicon-plus { + margin-right: 4px; + opacity: 0.4; +} +.wiki-wrapper .wiki-empty-box:hover { + color: #777; + text-decoration: none; + border-color: #ccc; +} +.wiki-wrapper .wiki-auxiliary-content { + background-color: #f1f1f1; + background-image: -webkit-linear-gradient(#fafafa, #f1f1f1); + background-image: linear-gradient(#fafafa, #f1f1f1); + background-repeat: repeat-x; + background-repeat: no-repeat; + background-size: 100% 50px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); +} +.wiki-wrapper .wiki-auxiliary-content.markdown-body.wiki-writable>*:nth-child(2) { + margin-top: 0 !important; +} +.wiki-wrapper .wiki-auxiliary-content .wiki-edit-link { + position: relative; + z-index: 2; + float: right; + color: #777; + opacity: 0.2; + -webkit-transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; +} +.wiki-wrapper .wiki-auxiliary-content .wiki-edit-link:hover { + text-decoration: none; + opacity: 1; +} +.wiki-wrapper .wiki-auxiliary-content-no-bg { + background: #fff; +} +.wiki-wrapper .wiki-custom-sidebar { + padding: 10px; + margin-bottom: 20px; + border: solid 1px #e2e2e2; + border-radius: 3px; +} +.wiki-wrapper .wiki-custom-sidebar>:nth-child(2) { + margin-top: 0; +} +.wiki-wrapper .wiki-custom-sidebar .octicon-pencil { + position: relative; + z-index: 10; + float: right; + margin-left: 15px; + color: #999; +} +.wiki-wrapper .wiki-custom-sidebar .octicon-pencil:hover { + color: #333; + text-decoration: none; +} +.wiki-wrapper #wiki-footer { + margin: 30px 30px 0; + clear: none; +} +.wiki-wrapper #wiki-footer .markdown-body { + padding: 10px 15px; +} +.wiki-wrapper #wiki-footer .wiki-empty-box { + margin: 0 -30px; +} +.wiki-wrapper #wiki-footer .wiki-edit-link { + right: -5px; +} +.wiki-wrapper.compare .gh-header { + margin-bottom: 20px; +} +.wiki-wrapper .wiki-history { + margin-top: 20px; +} +.wiki-wrapper .wiki-history .checkbox { + width: 30px; + text-align: center; +} +.wiki-wrapper .wiki-history .author { + width: 200px; +} +.wiki-wrapper .wiki-history .author img { + display: block; + float: left; + margin-right: 6px; +} +.wiki-wrapper .wiki-history .date { + color: #bbb; + white-space: nowrap; +} +.wiki-wrapper .wiki-history .commit { + max-width: 450px; + overflow: hidden; + text-overflow: ellipsis; +} +.wiki-wrapper .wiki-history .commit-meta { + width: 160px; + padding-right: 10px; + text-align: right; + white-space: nowrap; +} +.wiki-wrapper .wiki-history .commit-meta code { + display: inline-block; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + line-height: 16px; + vertical-align: top; +} +.wiki-wrapper .wiki-history .commit-id { + color: #bbb; +} +.wiki-wrapper .wiki-history .commit-id:hover { + color: #4183c4; +} +.wiki-wrapper #wiki-rightbar .sidebar-button { + margin-top: 10px; +} +.wiki-wrapper #wiki-content { + clear: both; +} +.wiki-wrapper #wiki-content .markdown-body { + word-break: break-word; +} +.wiki-wrapper #wiki-content #gollum-editor-title-field { + margin: 0 0 14px; +} +.wiki-wrapper #wiki-content .file-wrap { + margin-top: 20px; + border-top: 1px solid #ddd; + border-radius: 3px; +} +.wiki-wrapper #wiki-content .file-wrap .files { + border-radius: 3px; +} +.wiki-pages-box .wiki-more-pages { + display: none; +} +.wiki-pages-box.wiki-show-more .wiki-more-pages, .wiki-pages-box .filterable-active .wiki-more-pages { + display: block; +} +.wiki-pages-box.wiki-show-more .wiki-more-pages-link, .wiki-pages-box .filterable-active .wiki-more-pages-link { + display: none; +} +.wiki-pages-box .wiki-more-pages-link { + box-shadow: inset 0 1px 0 #e5e5e5; +} +.wiki-pages-box .wiki-more-pages-link a { + display: block; + padding: 3px; + color: #7ba9d6; + text-align: center; +} +.wiki-pages-box .wiki-more-pages-link a:hover { + color: #4183c4; + text-decoration: none; +} +.wiki-wrapper.history #gollum-footer ul.actions li { + margin: 0 0.6em 0 0; +} +.wiki-wrapper.results #results { + border-bottom: 1px solid #ccc; + margin-bottom: 2em; + padding-bottom: 2em; +} +.wiki-wrapper #results ul { + margin: 2em 0 0; + padding: 0; +} +.wiki-wrapper #results li { + font-size: 1.2em; + line-height: 1.6em; + list-style-position: outside; + padding: 0.2em 0; +} +.wiki-wrapper #results .count { + color: #999; +} +.wiki-wrapper .results #no-results { + font-size: 1.2em; + line-height: 1.6em; + margin-top: 2em; +} +.wiki-actions { + display: block; + list-style-type: none; + overflow: hidden; + padding: 0; +} +.results .wiki-actions li { + margin: 0 1em 0 0; +} +.compare .wiki-actions { + margin-bottom: 1.4em; +} +.compare .wiki-actions li { + margin-left: 0; + margin-right: 0.6em; +} +.wiki-wrapper .file .data .line_numbers { + width: 1%; + font-size: 12px; +} +.zeroclipboard-link { + color: #4183c4; + cursor: pointer; + background: none; + border: 0; + padding: 0; + margin: 0; +} +.zeroclipboard-link .octicon { + display: block; +} \ No newline at end of file diff --git a/public/css/github-emoji-unminify.css b/public/css/github-emoji-unminify.css new file mode 100644 index 0000000..d5a141e --- /dev/null +++ b/public/css/github-emoji-unminify.css @@ -0,0 +1,13772 @@ +/*! 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: transparent +} + +a:active,a:hover { + outline: 0 +} + +abbr[title] { + border-bottom: 1px dotted +} + +b,strong { + font-weight: bold +} + +dfn { + font-style: italic +} + +h1 { + font-size: 2em; + margin: 0.67em 0 +} + +mark { + background: #ff0; + color: #000 +} + +small { + font-size: 80% +} + +sub,sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline +} + +sup { + top: -0.5em +} + +sub { + bottom: -0.25em +} + +img { + border: 0 +} + +svg:not(:root) { + overflow: hidden +} + +figure { + margin: 1em 40px +} + +hr { + box-sizing: content-box; + height: 0 +} + +pre { + overflow: auto +} + +code,kbd,pre,samp { + font-family: monospace, monospace; + 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 { + line-height: normal +} + +input[type="checkbox"],input[type="radio"] { + box-sizing: border-box; + padding: 0 +} + +input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { + height: auto +} + +input[type="search"] { + -webkit-appearance: textfield; + box-sizing: content-box +} + +input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none +} + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em +} + +legend { + border: 0; + padding: 0 +} + +textarea { + overflow: auto +} + +optgroup { + font-weight: bold +} + +table { + border-collapse: collapse; + border-spacing: 0 +} + +td,th { + padding: 0 +} + +* { + box-sizing: border-box +} + +input,select,textarea,button { + font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" +} + +body { + min-width: 1020px; + font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; + color: #333; + background-color: #fff +} + +a { + color: #4183c4; + text-decoration: none +} + +a:hover,a:active { + text-decoration: underline +} + +hr,.rule { + height: 0; + margin: 15px 0; + overflow: hidden; + background: transparent; + border: 0; + border-bottom: 1px solid #ddd +} + +hr:before,.rule:before { + display: table; + content: "" +} + +hr:after,.rule:after { + display: table; + clear: both; + content: "" +} + +h1,h2,h3,h4,h5,h6 { + margin-top: 15px; + margin-bottom: 15px; + line-height: 1.1 +} + +h1 { + font-size: 30px +} + +h2 { + font-size: 21px +} + +h3 { + font-size: 16px +} + +h4 { + font-size: 14px +} + +h5 { + font-size: 12px +} + +h6 { + font-size: 11px +} + +small { + font-size: 90% +} + +blockquote { + margin: 0 +} + +.lead { + margin-bottom: 30px; + font-size: 20px; + font-weight: 300; + color: #555 +} + +.text-muted { + color: #999 +} + +.text-danger { + color: #bd2c00 +} + +.text-emphasized { + font-weight: bold; + color: #333 +} + +ul,ol { + padding: 0; + margin-top: 0; + margin-bottom: 0 +} + +ol ol,ul ol { + list-style-type: lower-roman +} + +ul ul ol,ul ol ol,ol ul ol,ol ol ol { + list-style-type: lower-alpha +} + +dd { + margin-left: 0 +} + +tt,code { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px +} + +pre { + margin-top: 0; + margin-bottom: 0; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace +} + +.container { + width: 980px; + margin-right: auto; + margin-left: auto +} + +.container:before { + display: table; + content: "" +} + +.container:after { + display: table; + clear: both; + content: "" +} + +.columns { + margin-right: -10px; + margin-left: -10px +} + +.columns:before { + display: table; + content: "" +} + +.columns:after { + display: table; + clear: both; + content: "" +} + +.column { + float: left; + padding-right: 10px; + padding-left: 10px +} + +.one-third { + width: 33% +} + +.two-thirds { + width: 67% +} + +.one-fourth { + width: 25% +} + +.one-half { + width: 50% +} + +.three-fourths { + width: 75% +} + +.one-fifth { + width: 20% +} + +.four-fifths { + width: 80% +} + +.single-column { + padding-right: 10px; + padding-left: 10px +} + +.table-column { + display: table-cell; + width: 1%; + padding-right: 10px; + padding-left: 10px; + vertical-align: top +} + +fieldset { + padding: 0; + margin: 0; + border: 0 +} + +label { + font-size: 13px; + font-weight: bold +} + +.form-control,input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="tel"],input[type="url"],textarea { + min-height: 34px; + padding: 7px 8px; + font-size: 13px; + color: #333; + vertical-align: middle; + background-color: #fff; + background-repeat: no-repeat; + background-position: right center; + border: 1px solid #ccc; + border-radius: 3px; + outline: none; + box-shadow: inset 0 1px 2px rgba(0,0,0,0.075) +} + +.form-control.focus,.form-control:focus,input[type="text"].focus,input[type="text"]:focus,.focused .drag-and-drop,input[type="password"].focus,input[type="password"]:focus,input[type="email"].focus,input[type="email"]:focus,input[type="number"].focus,input[type="number"]:focus,input[type="tel"].focus,input[type="tel"]:focus,input[type="url"].focus,input[type="url"]:focus,textarea.focus,textarea:focus { + border-color: #51a7e8; + box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5) +} + +input.input-contrast,.input-contrast { + background-color: #fafafa +} + +input.input-contrast:focus,.input-contrast:focus { + background-color: #fff +} + +::-webkit-input-placeholder,:-moz-placeholder { + color: #aaa +} + +::-webkit-validation-bubble-message { + font-size: 12px; + color: #fff; + background: #9c2400; + border: 0; + border-radius: 3px; + -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) +} + +input::-webkit-validation-bubble-icon { + display: none +} + +::-webkit-validation-bubble-arrow { + background-color: #9c2400; + border: solid 1px #9c2400; + -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) +} + +input.input-mini { + min-height: 26px; + padding-top: 4px; + padding-bottom: 4px; + font-size: 12px +} + +input.input-large { + padding: 6px 10px; + font-size: 16px +} + +.input-block { + display: block; + width: 100% +} + +.input-monospace { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace +} + +dl.form { + margin: 15px 0 +} + +dl.form input[type="text"],dl.form input[type="password"],dl.form input[type="email"],dl.form input[type="url"],dl.form textarea { + background-color: #fafafa +} + +dl.form input[type="text"]:focus,dl.form .focused .drag-and-drop,.focused dl.form .drag-and-drop,dl.form input[type="password"]:focus,dl.form input[type="email"]:focus,dl.form input[type="url"]:focus,dl.form textarea:focus { + background-color: #fff +} + +dl.form>dt { + margin: 0 0 6px +} + +dl.form>dt label { + position: relative +} + +dl.form.flattened>dt { + float: left; + margin: 0; + line-height: 32px +} + +dl.form.flattened>dd { + line-height: 32px +} + +dl.form>dd input[type="text"],dl.form>dd input[type="password"],dl.form>dd input[type="email"],dl.form>dd input[type="url"] { + width: 440px; + max-width: 100%; + margin-right: 5px; + background-position-x: 98% +} + +dl.form>dd input.shorter { + width: 130px +} + +dl.form>dd input.short { + width: 250px +} + +dl.form>dd input.long { + width: 100% +} + +dl.form>dd textarea { + width: 100%; + height: 200px; + min-height: 200px +} + +dl.form>dd textarea.short { + height: 50px; + min-height: 50px +} + +dl.form>dd h4 { + margin: 4px 0 0 +} + +dl.form>dd h4.is-error { + color: #bd2c00 +} + +dl.form>dd h4.is-success { + color: #6cc644 +} + +dl.form>dd h4+p.note { + margin-top: 0 +} + +dl.form.required>dt>label:after { + padding-left: 5px; + color: #9f1006; + content: "*" +} + +.note { + min-height: 17px; + margin: 4px 0 2px; + font-size: 12px; + color: #777 +} + +.note .spinner { + margin-right: 3px; + vertical-align: middle +} + +.form-checkbox { + padding-left: 20px; + margin: 15px 0; + vertical-align: middle +} + +.form-checkbox label em.highlight { + position: relative; + left: -4px; + padding: 2px 4px; + font-style: normal; + background: #fffbdc; + border-radius: 3px +} + +.form-checkbox input[type=checkbox],.form-checkbox input[type=radio] { + float: left; + margin: 2px 0 0 -20px; + vertical-align: middle +} + +.form-checkbox .note { + display: block; + margin: 0; + font-size: 12px; + font-weight: normal; + color: #666 +} + +dl.form .success,dl.form .error,dl.form .indicator { + display: none; + font-size: 12px; + font-weight: bold +} + +dl.form.loading { + opacity: 0.5 +} + +dl.form.loading .indicator { + display: inline +} + +dl.form.loading .spinner { + display: inline-block; + vertical-align: middle +} + +dl.form.successful .success { + display: inline; + color: #390 +} + +dl.form.errored>dt label { + color: #900 +} + +dl.form.errored .error { + display: inline; + color: #900 +} + +dl.form.errored dd.error,dl.form.errored dd.warning { + display: inline-block; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +dl.form.warn .warning { + display: inline; + color: #900 +} + +dl.form.warn dd.warning { + display: inline-block; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +dl.form .form-note { + display: inline-block; + padding: 5px; + margin-top: -1px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +.hfields { + margin: 15px 0 +} + +.hfields:before { + display: table; + content: "" +} + +.hfields:after { + display: table; + clear: both; + content: "" +} + +.hfields dl.form { + float: left; + margin: 0 30px 0 0 +} + +.hfields dl.form>dt label { + display: inline-block; + margin: 5px 0 0; + color: #666 +} + +.hfields dl.form>dt label img { + position: relative; + top: -2px +} + +.hfields .button { + float: left; + margin: 28px 25px 0 -20px +} + +.hfields select { + margin-top: 5px +} + +html.no-dnd-uploads .drag-and-drop { + min-height: 32px +} + +html.no-dnd-uploads .drag-and-drop .default { + display: none +} + +html.no-dnd-uploads .upload-enabled textarea { + border-bottom: 1px solid #ddd +} + +.drag-and-drop { + padding: 7px 10px; + margin: 0; + font-size: 13px; + line-height: 16px; + color: #aaa; + background-color: #fafafa; + border: 1px solid #ccc; + border-top: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error { + display: none +} + +.drag-and-drop .error { + color: #bd2c00 +} + +.drag-and-drop img { + vertical-align: top +} + +.is-default .drag-and-drop .default { + display: inline-block +} + +.is-uploading .drag-and-drop .loading { + display: inline-block +} + +.is-bad-file .drag-and-drop .bad-file { + display: inline-block +} + +.is-too-big .drag-and-drop .too-big { + display: inline-block +} + +.is-empty .drag-and-drop .empty { + display: inline-block +} + +.is-bad-browser .drag-and-drop .bad-browser { + display: inline-block +} + +.drag-and-drop-error-info { + font-weight: normal; + color: #aaa +} + +.drag-and-drop-error-info a { + color: #4183c4 +} + +.is-failed .drag-and-drop .failed-request { + display: inline-block +} + +.manual-file-chooser { + position: absolute; + width: 240px; + padding: 5px; + margin-left: -80px; + cursor: pointer; + opacity: 0.0001 +} + +.manual-file-chooser:hover+.manual-file-chooser-text { + text-decoration: underline +} + +.button .manual-file-chooser { + top: 0; + padding: 0; + line-height: 34px +} + +.upload-enabled textarea { + display: block; + border-bottom: 1px dashed #ddd; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0 +} + +.focused .drag-and-drop { + box-shadow: rgba(81,167,232,0.5) 0 0 3px +} + +.dragover textarea,.dragover .drag-and-drop { + box-shadow: #c9ff00 0 0 3px +} + +.previewable-comment-form { + position: relative +} + +.previewable-comment-form .tabnav { + position: relative; + padding: 10px 10px 0 +} + +.previewable-comment-form .comment { + border: 1px solid #cacaca +} + +.previewable-comment-form .comment-header .comment-header-actions { + display: none +} + +.previewable-comment-form .comment-form-error { + margin-bottom: 10px +} + +.previewable-comment-form .write-content,.previewable-comment-form .preview-content { + display: none; + padding: 0 10px 10px +} + +.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content { + display: block +} + +.previewable-comment-form textarea { + display: block; + width: 100%; + min-height: 100px; + max-height: 500px; + padding: 10px; + resize: vertical +} + +.previewable-comment-form textarea.fullscreen-contents:focus { + border: 0; + box-shadow: none +} + +div.composer { + margin-top: 0; + border: 0 +} + +.composer .comment-form-textarea { + height: 200px; + min-height: 200px +} + +.composer-infobar { + height: 35px; + padding: 0 10px; + margin-bottom: 10px; + border-bottom: 1px solid #eee +} + +.composer .tabnav { + margin: 0 0 10px +} + +.infobar-widget.milestone { + position: relative; + float: right +} + +.infobar-widget.milestone .select-menu-modal-holder { + right: 0 +} + +.infobar-widget.assignee { + float: left +} + +.infobar-widget.assignee .css-truncate-target { + max-width: 110px +} + +.infobar-widget .text,.infobar-widget .avatar,.infobar-widget .select-menu { + display: inline-block; + vertical-align: top +} + +.infobar-widget .text { + margin-top: 3px +} + +.infobar-widget .text a { + font-weight: bold; + color: #333 +} + +.infobar-widget .progress-bar { + width: 200px; + overflow: hidden; + line-height: 18px +} + +input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { + margin: 0; + -webkit-appearance: none +} + +.input-group { + display: table +} + +.input-group input { + position: relative; + width: 100% +} + +.input-group input:focus { + z-index: 2 +} + +.input-group input[type="text"]+.minibutton { + margin-left: 0 +} + +.input-group.inline { + display: inline-table +} + +.input-group input,.input-group-button { + display: table-cell +} + +.input-group-button { + width: 1%; + vertical-align: middle +} + +.input-group input:first-child,.input-group-button:first-child .button,.input-group-button:first-child .minibutton { + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.input-group-button:first-child .button,.input-group-button:first-child .minibutton { + margin-right: -1px +} + +.input-group input:last-child,.input-group-button:last-child .button,.input-group-button:last-child .minibutton { + border-top-left-radius: 0; + border-bottom-left-radius: 0 +} + +.input-group-button:last-child .button,.input-group-button:last-child .minibutton { + margin-left: -1px +} + +h2.account { + margin: 15px 0 0; + font-size: 18px; + font-weight: normal; + color: #666 +} + +p.explain { + position: relative; + font-size: 12px; + color: #666 +} + +p.explain strong { + color: #333 +} + +p.explain .octicon { + margin-right: 5px; + color: #bbb +} + +p.explain .minibutton { + top: -4px; + float: right +} + +.options-content p.explain { + padding: 10px 10px 0; + margin-top: 0; + border-top: 1px solid #ddd +} + +.form-actions { + padding-bottom: 5px; + text-align: right +} + +.form-actions .cancel { + float: left; + margin-top: 5px +} + +.form-actions .button.cancel { + margin-top: 0; + margin-left: 2px +} + +.form-actions .minibutton.cancel { + margin-top: 0 +} + +.form-actions .optional { + float: left; + padding-top: 8px; + margin-right: 15px +} + +.form-actions .optional span.text { + padding: 0 3px +} + +.form-actions .optional input { + position: relative; + top: -1px +} + +.form-warning { + padding: 8px 10px; + margin: 10px 0; + font-size: 14px; + color: #333; + background: #ffffe2; + border: 1px solid #e7e4c2; + border-radius: 4px +} + +.form-warning p { + margin: 0; + line-height: 1.5 +} + +.form-warning strong { + color: #000 +} + +.form-warning a { + font-weight: bold +} + +.status-indicator { + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + margin-left: 5px +} + +.status-indicator-success:before { + color: #6cc644; + content: "\f03a" +} + +.status-indicator-failed:before { + color: #bd2c00; + content: "\f02d" +} + +.flash-messages { + margin-top: 15px; + margin-bottom: 15px +} + +.flash,.flash-global { + position: relative; + font-size: 14px; + line-height: 1.6; + color: #246; + background-color: #e2eef9; + border: solid 1px #bac6d3 +} + +.flash.flash-warn,.flash-global.flash-warn { + color: #4c4a42; + background-color: #fff9ea; + border-color: #dfd8c2 +} + +.flash.flash-error,.flash-global.flash-error { + color: #911; + background-color: #fcdede; + border-color: #d2b2b2 +} + +.flash .flash-close,.flash-global .flash-close { + float: right; + padding: 17px; + margin-top: -15px; + margin-right: -15px; + margin-left: 20px; + color: inherit; + text-decoration: none; + cursor: pointer; + opacity: 0.6 +} + +.flash .flash-close:hover,.flash-global .flash-close:hover { + opacity: 1 +} + +.flash p:last-child,.flash-global p:last-child { + margin-bottom: 0 +} + +.flash .flash-action,.flash-global .flash-action { + float: right; + margin-top: -4px; + margin-left: 20px +} + +.flash a,.flash-global a { + font-weight: bold +} + +.flash { + padding: 15px; + border-radius: 3px +} + +.flash+.flash { + margin-top: 5px +} + +.flash-with-icon { + padding-left: 40px +} + +.flash-with-icon>.octicon { + float: left; + margin-top: 3px; + margin-left: -25px +} + +.flash-global { + padding: 10px; + margin-top: -1px; + border-width: 1px 0 +} + +.flash-global h2,.flash-global p { + margin-top: 0; + margin-bottom: 0; + font-size: 14px; + line-height: 1.4 +} + +.flash-global .flash-action { + margin-top: 5px +} + +.flash-title { + margin-top: 0; + margin-bottom: 5px +} + +.avatar { + display: inline-block; + overflow: hidden; + line-height: 1; + vertical-align: middle; + border-radius: 3px +} + +.avatar-small { + border-radius: 2px +} + +.avatar-link { + float: left; + line-height: 1 +} + +.avatar-group-item { + display: inline-block; + margin-bottom: 3px +} + +.avatar-parent-child { + position: relative +} + +.avatar-child { + position: absolute; + right: -15%; + bottom: -9%; + border-radius: 2px; + box-shadow: -2px -2px 0 rgba(255,255,255,0.8) +} + +.blankslate { + position: relative; + padding: 30px; + text-align: center; + background-color: #fafafa; + border: 1px solid #e5e5e5; + border-radius: 3px; + box-shadow: inset 0 0 10px rgba(0,0,0,0.05) +} + +.blankslate.clean-background { + background: none; + border: 0; + box-shadow: none +} + +.blankslate.capped { + border-radius: 0 0 3px 3px +} + +.blankslate.spacious { + padding: 100px 60px 120px +} + +.blankslate.has-fixed-width { + width: 485px; + margin: 0 auto +} + +.blankslate.large-format h3 { + margin: 0.75em 0; + font-size: 20px +} + +.blankslate.large-format p { + font-size: 16px +} + +.blankslate.large-format p.has-fixed-width { + width: 540px; + margin: 0 auto; + text-align: left +} + +.blankslate.large-format .mega-octicon { + width: 40px; + height: 40px; + font-size: 40px; + color: #aaa +} + +.blankslate.large-format .octicon-inbox { + font-size: 48px; + line-height: 40px +} + +.blankslate code { + padding: 2px 5px 3px; + font-size: 14px; + background: #fff; + border: 1px solid #eee; + border-radius: 3px +} + +.blankslate>.mega-octicon { + color: #aaa +} + +.blankslate .mega-octicon+.mega-octicon { + margin-left: 10px +} + +.tabnav+.blankslate { + margin-top: 20px +} + +.blankslate .context-loader.large-format-loader { + padding-top: 50px +} + +.spinner-forking { + display: block; + margin: 20px auto 40px +} + +.forking-repo { + margin: 40px 0; + text-align: center +} + +.forking-repo h3 { + margin-bottom: 10px; + font-size: 28px; + font-weight: 300 +} + +.forking-repo h4 { + margin: 0 0 30px; + font-size: 16px; + font-weight: 300 +} + +.counter { + display: inline-block; + padding: 2px 5px; + font-size: 11px; + font-weight: bold; + line-height: 1; + color: #777; + background-color: #eee; + border-radius: 20px +} + +.button,.minibutton { + position: relative; + display: inline-block; + padding: 7px 12px; + font-size: 13px; + font-weight: bold; + color: #333; + text-shadow: 0 1px 0 rgba(255,255,255,0.9); + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background-color: #eee; + background-image: -webkit-linear-gradient(#fcfcfc, #eee); + background-image: linear-gradient(#fcfcfc, #eee); + background-repeat: repeat-x; + border: 1px solid #d5d5d5; + border-radius: 3px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none +} + +.button i,.minibutton i { + font-style: normal; + font-weight: 500; + opacity: 0.6 +} + +.button:focus,.minibutton:focus { + text-decoration: none; + border-color: #51a7e8; + outline: none; + box-shadow: 0 0 5px rgba(81,167,232,0.5) +} + +.button:hover,.button:active,.button.zeroclipboard-is-hover,.button.zeroclipboard-is-active,.minibutton:hover,.minibutton:active,.minibutton.zeroclipboard-is-hover,.minibutton.zeroclipboard-is-active { + text-decoration: none; + background-color: #ddd; + background-image: -webkit-linear-gradient(#eee, #ddd); + background-image: linear-gradient(#eee, #ddd); + background-repeat: repeat-x; + border-color: #ccc +} + +.button:active,.button.selected,.button.selected:hover,.button.zeroclipboard-is-active,.minibutton:active,.minibutton.selected,.minibutton.selected:hover,.minibutton.zeroclipboard-is-active { + background-color: #dcdcdc; + background-image: none; + border-color: #b5b5b5; + box-shadow: inset 0 2px 4px rgba(0,0,0,0.15) +} + +.button:disabled,.button:disabled:hover,.button.disabled,.button.disabled:hover,.minibutton:disabled,.minibutton:disabled:hover,.minibutton.disabled,.minibutton.disabled:hover { + color: rgba(102,102,102,0.5); + text-shadow: 0 1px 0 rgba(255,255,255,0.9); + cursor: default; + background-color: rgba(229,229,229,0.5); + background-image: none; + border-color: rgba(197,197,197,0.5); + box-shadow: none +} + +.button.primary,.minibutton.primary { + color: #fff; + text-shadow: 0 -1px 0 rgba(0,0,0,0.25); + background-color: #60b044; + background-image: -webkit-linear-gradient(#8add6d, #60b044); + background-image: linear-gradient(#8add6d, #60b044); + background-repeat: repeat-x; + border-color: #5ca941 +} + +.button.primary:hover,.minibutton.primary:hover { + color: #fff; + background-color: #569e3d; + background-image: -webkit-linear-gradient(#79d858, #569e3d); + background-image: linear-gradient(#79d858, #569e3d); + background-repeat: repeat-x; + border-color: #4a993e +} + +.button.primary:active,.button.primary.selected,.minibutton.primary:active,.minibutton.primary.selected { + background-color: #569e3d; + background-image: none; + border-color: #418737 +} + +.button.primary:disabled,.button.primary:disabled:hover,.button.primary.disabled,.button.primary.disabled:hover,.minibutton.primary:disabled,.minibutton.primary:disabled:hover,.minibutton.primary.disabled,.minibutton.primary.disabled:hover { + color: #fefefe; + text-shadow: 0 -1px 0 rgba(39,39,39,0.25); + background-color: #add39f; + background-image: -webkit-linear-gradient(#c3ecb4, #add39f); + background-image: linear-gradient(#c3ecb4, #add39f); + background-repeat: repeat-x; + border-color: #b9dcac #b9dcac #a7c89b +} + +.button.danger,.minibutton.danger { + color: #900 +} + +.button.danger:hover,.minibutton.danger:hover { + color: #fff; + text-shadow: 0 -1px 0 rgba(0,0,0,0.3); + background-color: #b33630; + background-image: -webkit-linear-gradient(#dc5f59, #b33630); + background-image: linear-gradient(#dc5f59, #b33630); + background-repeat: repeat-x; + border-color: #cd504a +} + +.button.danger:active,.button.danger.selected,.minibutton.danger:active,.minibutton.danger.selected { + color: #fff; + background-color: #b33630; + background-image: none; + border-color: #9f312c +} + +.button.danger:disabled,.button.danger:disabled:hover,.button.danger.disabled,.button.danger.disabled:hover,.minibutton.danger:disabled,.minibutton.danger:disabled:hover,.minibutton.danger.disabled,.minibutton.danger.disabled:hover { + color: #cb7f7f; + text-shadow: 0 1px 0 rgba(255,255,255,0.9); + background-color: #efefef; + background-image: -webkit-linear-gradient(#fefefe, #efefef); + background-image: linear-gradient(#fefefe, #efefef); + background-repeat: repeat-x; + border-color: #e1e1e1 +} + +.button.with-count,.minibutton.with-count { + float: left; + border-top-right-radius: 0; + border-bottom-right-radius: 0 +} + +.button>.octicon,.minibutton>.octicon { + vertical-align: -1px +} + +.button>.octicon-arrow-right,.minibutton>.octicon-arrow-right { + float: right; + margin-left: 5px +} + +.minibutton>.octicon-arrow-right { + margin-top: 4px +} + +.minibutton { + padding: 0 10px; + line-height: 24px +} + +.hidden-text-expander { + display: block +} + +.hidden-text-expander.inline { + position: relative; + top: -1px; + display: inline-block; + margin-left: 5px; + line-height: 0 +} + +.hidden-text-expander a { + display: inline-block; + height: 12px; + padding: 0 5px; + font-size: 12px; + font-weight: bold; + line-height: 6px; + color: #555; + text-decoration: none; + vertical-align: middle; + background: #ddd; + border-radius: 1px +} + +.hidden-text-expander a:hover { + text-decoration: none; + background-color: #ccc +} + +.hidden-text-expander a:active { + color: #fff; + background-color: #4183c4 +} + +.social-count { + float: left; + padding: 0 7px; + font-size: 11px; + font-weight: bold; + line-height: 24px; + color: #333; + vertical-align: middle; + background-color: #fff; + border: 1px solid #ddd; + border-left: 0; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px +} + +.social-count:hover { + color: #4183c4; + text-decoration: none; + cursor: pointer +} + +.button-block { + display: block; + width: 100%; + text-align: center +} + +.button-group { + display: inline-block; + vertical-align: middle +} + +.button-group:before { + display: table; + content: "" +} + +.button-group:after { + display: table; + clear: both; + content: "" +} + +.button-group .button,.button-group .minibutton,.button-group .button-outline { + position: relative; + float: left; + border-radius: 0 +} + +.button-group .button:first-child,.button-group .minibutton:first-child,.button-group .button-outline:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px +} + +.button-group .button:last-child,.button-group .minibutton:last-child,.button-group .button-outline:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px +} + +.button-group .button:hover,.button-group .button:focus,.button-group .button:active,.button-group .button.selected,.button-group .minibutton:hover,.button-group .minibutton:focus,.button-group .minibutton:active,.button-group .minibutton.selected,.button-group .button-outline:hover,.button-group .button-outline:focus,.button-group .button-outline:active,.button-group .button-outline.selected { + z-index: 2 +} + +.button-group .button+.button,.button-group .minibutton+.minibutton { + margin-left: -1px; + box-shadow: inset 1px 0 0 rgba(255,255,255,0.2) +} + +.button-group .button+.button:hover,.button-group .minibutton+.minibutton:hover { + box-shadow: none +} + +.button-group .button+.button:active,.button-group .button+.button.selected,.button-group .minibutton+.minibutton:active,.button-group .minibutton+.minibutton.selected { + box-shadow: inset 0 3px 5px rgba(0,0,0,0.15) +} + +.button-group .button-outline+.button-outline,.button-group .button_to+.button_to { + margin-left: -1px +} + +.button-group .button_to { + float: left +} + +.button-group .button_to .button,.button-group .button_to .minibutton,.button-group .button_to .button-outline { + border-radius: 0 +} + +.button-group .button_to:first-child .button,.button-group .button_to:first-child .minibutton,.button-group .button_to:first-child .button-outline { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px +} + +.button-group .button_to:last-child .button,.button-group .button_to:last-child .minibutton,.button-group .button_to:last-child .button-outline { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px +} + +.button-group+.button-group,.button-group+.button,.button-group+.minibutton { + margin-left: 5px +} + +.button-link { + display: inline; + padding: 0; + font-size: inherit; + color: #4183c4; + white-space: nowrap; + cursor: pointer; + background-color: transparent; + border: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none +} + +.button-link:hover,.button-link:focus { + text-decoration: underline +} + +.button-link:focus { + outline: none +} + +.button-outline { + display: inline-block; + padding: 7px 12px; + font-size: 13px; + font-weight: bold; + color: #4183c4; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background: #fff; + border: 1px solid #e5e5e5; + border-radius: 3px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none +} + +.button-outline:hover,.button-outline.zeroclipboard-is-hover { + color: #fff; + text-decoration: none; + background-color: #4183c4; + border-color: #4183c4 +} + +.button-outline:disabled,.button-outline.disabled,.button-outline:disabled:hover,.button-outline.disabled:hover { + color: #777; + cursor: default; + background-color: #f5f5f5; + border-color: #e5e5e5 +} + +.menu { + margin-bottom: 15px; + list-style: none; + background-color: #fff; + border: 1px solid #d8d8d8; + border-radius: 3px +} + +.menu-item { + position: relative; + display: block; + padding: 8px 10px; + text-shadow: 0 1px 0 #fff; + border-bottom: 1px solid #eee +} + +.menu-item:first-child { + border-top: 0; + border-top-right-radius: 2px; + border-top-left-radius: 2px +} + +.menu-item:first-child:before { + border-top-left-radius: 2px +} + +.menu-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px +} + +.menu-item:last-child:before { + border-bottom-left-radius: 2px +} + +.menu-item:hover { + text-decoration: none; + background-color: #f9f9f9 +} + +.menu-item.selected { + font-weight: bold; + color: #222; + cursor: default; + background-color: #fff +} + +.menu-item.selected:before { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 2px; + content: ""; + background-color: #d26911 +} + +.menu-item .octicon { + margin-right: 5px; + width: 16px; + color: #333; + text-align: center +} + +.menu-item .counter { + float: right; + margin-left: 5px +} + +.menu-item .menu-warning { + float: right; + color: #d26911 +} + +.menu-item .avatar { + float: left; + margin-right: 5px +} + +.menu-item.alert .counter { + color: #bd2c00 +} + +.menu-heading { + display: block; + padding: 8px 10px; + margin-top: 0; + margin-bottom: 0; + font-size: 13px; + font-weight: bold; + line-height: 20px; + color: #555; + background-color: #f7f7f7; + border-bottom: 1px solid #eee +} + +.menu-heading:hover { + text-decoration: none +} + +.menu-heading:first-child { + border-top-right-radius: 2px; + border-top-left-radius: 2px +} + +.menu-heading:last-child { + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom: 0 +} + +.tabnav { + margin: 0 0 15px; + border-bottom: 1px solid #ddd +} + +.tabnav .counter { + margin-left: 5px +} + +.tabnav-tabs { + display: inline-block +} + +.tabnav-tabs>li { + display: inline-block; + margin-bottom: -1px +} + +.tabnav-tab { + display: inline-block; + padding: 8px 12px 7px; + font-size: 14px; + line-height: 20px; + color: #666; + text-decoration: none; + border: 1px solid transparent; + border-bottom: 0 +} + +.tabnav-tab.selected { + color: #333; + background-color: #fff; + border-color: #ddd; + border-radius: 3px 3px 0 0 +} + +.tabnav-tab:hover { + text-decoration: none +} + +.tabnav-right { + position: relative; + float: right +} + +.tabnav-widget { + display: inline-block; + vertical-align: top +} + +.tabnav-widget+.tabnav-tabs { + margin-left: 10px +} + +.tabnav-widget.search .spinner { + position: absolute; + top: 7px; + left: -22px; + margin-right: 8px; + vertical-align: middle +} + +.tabnav-widget.search .search-link { + display: inline-block; + height: 26px; + padding-right: 5px; + font-size: 13px; + font-weight: 200; + line-height: 26px; + color: #666; + vertical-align: top +} + +.tabnav-widget.search .fieldwrap { + display: inline-block; + height: 26px; + border-radius: 4px +} + +.tabnav-widget.search .fieldwrap>input,.tabnav-widget.search .fieldwrap>button { + display: inline-block +} + +.tabnav-widget.search input { + min-height: 26px; + padding: 0 4px; + font-size: 12px; + vertical-align: top; + border-radius: 3px 0 0 3px +} + +.tabnav-widget.search .minibutton { + position: relative; + height: 24px; + padding: 0 8px; + margin-left: 0; + vertical-align: top; + border-left: 0; + border-radius: 0 3px 3px 0 +} + +.tabnav-widget.search .minibutton:hover { + color: #fff +} + +.tabnav-widget.text { + margin-top: 12px; + font-size: 11px; + color: #666 +} + +.tabnav-extras { + display: inline-block; + margin-left: 10px +} + +.tabnav-extras .octicon { + float: left; + margin-top: -1px; + margin-right: 5px +} + +.tabnav-extras:hover { + color: #4183c4; + text-decoration: none +} + +.filter-list { + list-style-type: none +} + +.filter-list.small .filter-item { + padding: 4px 10px; + margin: 0 0 2px; + font-size: 12px +} + +.filter-list.pjax-active .filter-item { + color: #777; + background-color: transparent +} + +.filter-list.pjax-active .filter-item.pjax-active { + color: #fff; + background-color: #4183c4 +} + +.filter-item { + position: relative; + display: block; + padding: 8px 10px; + margin-bottom: 5px; + overflow: hidden; + font-size: 14px; + color: #777; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + cursor: pointer; + border-radius: 3px +} + +.filter-item:hover { + text-decoration: none; + background-color: #eee +} + +.filter-item.selected { + color: #fff; + background-color: #4183c4 +} + +.filter-item.selected .octicon-remove-close { + float: right; + opacity: 0.8 +} + +.filter-item .count { + float: right; + font-weight: bold +} + +.filter-item .bar { + position: absolute; + top: 2px; + right: 0; + bottom: 2px; + z-index: -1; + display: inline-block; + background-color: #f1f1f1 +} + +.state { + display: inline-block; + padding: 4px 8px; + font-weight: bold; + line-height: 20px; + color: #fff; + text-align: center; + border-radius: 3px; + background-color: #999 +} + +.state-open,.state-proposed,.state-reopened { + background-color: #6cc644 +} + +.state-merged { + background-color: #6e5494 +} + +.state-closed { + background-color: #bd2c00 +} + +.state-renamed { + background-color: #fffa5d +} + +.tooltipped { + position: relative +} + +.tooltipped:after { + position: absolute; + z-index: 1000000; + display: none; + padding: 5px 8px; + font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; + color: #fff; + text-align: center; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-wrap: break-word; + white-space: pre; + pointer-events: none; + content: attr(aria-label); + background: rgba(0,0,0,0.8); + border-radius: 3px; + -webkit-font-smoothing: subpixel-antialiased +} + +.tooltipped:before { + position: absolute; + z-index: 1000001; + display: none; + width: 0; + height: 0; + color: rgba(0,0,0,0.8); + pointer-events: none; + content: ""; + border: 5px solid transparent +} + +.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after { + display: inline-block; + text-decoration: none +} + +.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after { + display: table-cell +} + +.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after { + top: 100%; + right: 50%; + margin-top: 5px +} + +.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before { + top: auto; + right: 50%; + bottom: -5px; + margin-right: -5px; + border-bottom-color: rgba(0,0,0,0.8) +} + +.tooltipped-se:after { + right: auto; + left: 50%; + margin-left: -15px +} + +.tooltipped-sw:after { + margin-right: -15px +} + +.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after { + right: 50%; + bottom: 100%; + margin-bottom: 5px +} + +.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before { + top: -5px; + right: 50%; + bottom: auto; + margin-right: -5px; + border-top-color: rgba(0,0,0,0.8) +} + +.tooltipped-ne:after { + right: auto; + left: 50%; + margin-left: -15px +} + +.tooltipped-nw:after { + margin-right: -15px +} + +.tooltipped-s:after,.tooltipped-n:after { + -webkit-transform: translateX(50%); + -ms-transform: translateX(50%); + transform: translateX(50%) +} + +.tooltipped-w:after { + right: 100%; + bottom: 50%; + margin-right: 5px; + -webkit-transform: translateY(50%); + -ms-transform: translateY(50%); + transform: translateY(50%) +} + +.tooltipped-w:before { + top: 50%; + bottom: 50%; + left: -5px; + margin-top: -5px; + border-left-color: rgba(0,0,0,0.8) +} + +.tooltipped-e:after { + bottom: 50%; + left: 100%; + margin-left: 5px; + -webkit-transform: translateY(50%); + -ms-transform: translateY(50%); + transform: translateY(50%) +} + +.tooltipped-e:before { + top: 50%; + right: -5px; + bottom: 50%; + margin-top: -5px; + border-right-color: rgba(0,0,0,0.8) +} + +.tooltipped-multiline:after { + width: -moz-max-content; + width: -webkit-max-content; + max-width: 250px; + word-break: break-word; + word-wrap: normal; + white-space: pre-line; + border-collapse: separate +} + +.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after { + right: auto; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%) +} + +.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after { + right: 100% +} + +@media screen and (min-width: 0\0) { + .tooltipped-multiline:after { + width:250px + } +} + +.tooltipped-sticky:before,.tooltipped-sticky:after { + display: inline-block +} + +.tooltipped-sticky.tooltipped-multiline:after { + display: table-cell +} + +.fullscreen-overlay-enabled.dark-theme .tooltipped:after { + color: #000; + background: rgba(255,255,255,0.8) +} + +.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before { + border-bottom-color: rgba(255,255,255,0.8) +} + +.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before { + border-top-color: rgba(255,255,255,0.8) +} + +.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before { + border-right-color: rgba(255,255,255,0.8) +} + +.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before { + border-left-color: rgba(255,255,255,0.8) +} + +.flex-table { + display: table +} + +.flex-table-item { + display: table-cell; + width: 1%; + white-space: nowrap; + vertical-align: middle +} + +.flex-table-item-primary { + width: 99% +} + +.css-truncate.css-truncate-target,.css-truncate .css-truncate-target { + display: inline-block; + max-width: 125px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: top +} + +.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target { + max-width: 10000px !important +} + +.sunken-menu { + position: relative; + padding-top: 15px; + padding-bottom: 15px; + background-image: -webkit-linear-gradient(left, #f6f6f6 0%, #fff 8px); + background-image: linear-gradient(to right, #f6f6f6 0%, #fff 8px); + box-shadow: inset 1px 0 0 #eee +} + +.sunken-menu:before,.sunken-menu:after { + position: absolute; + left: 0; + width: 100%; + height: 15px; + content: ""; + background-color: transparent +} + +.sunken-menu:before { + top: 0; + background-color: transparent; + background-image: -webkit-linear-gradient(#fff, rgba(255,255,255,0)); + background-image: linear-gradient(#fff, rgba(255,255,255,0)) +} + +.sunken-menu:after { + bottom: 0; + background-color: transparent; + background-image: -webkit-linear-gradient(rgba(255,255,255,0), #fff); + background-image: linear-gradient(rgba(255,255,255,0), #fff) +} + +.sunken-menu-separator { + position: relative; + height: 5px; + margin: 8px 0 6px 1px; + background-image: -webkit-radial-gradient(farthest-side at left top, #f4f4f4, rgba(244,244,244,0)); + background-image: radial-gradient(farthest-side at left top, #f4f4f4, rgba(244,244,244,0)) +} + +.sunken-menu-separator:before { + position: absolute; + top: 0; + width: 100%; + height: 1px; + content: ""; + background-image: -webkit-linear-gradient(left, #eee 70%, #fff 100%); + background-image: linear-gradient(to right, #eee 70%, #fff 100%); + border-top: 1px solid #eee\9 +} + +.sunken-menu-group { + list-style-type: none +} + +.sunken-menu-item { + display: block; + padding: 8px 10px; + margin-top: 5px; + margin-bottom: 5px; + border: 1px solid transparent; + outline: 0 +} + +.sunken-menu-item .counter { + position: absolute; + top: 8px; + right: 10px +} + +.sunken-menu-item .octicon { + left: -1px; + width: 16px; + color: #999; + text-align: center +} + +.sunken-menu-item .mini-loader { + position: absolute; + top: 9px; + left: 11px; + display: none +} + +.sunken-menu-item:focus,.sunken-menu-item:hover { + text-decoration: none; + box-shadow: inset 2px 0 0 #ccc +} + +.sunken-menu-item:focus .octicon,.sunken-menu-item:hover .octicon { + color: #333 +} + +.sunken-menu-item.selected { + font-weight: bold; + color: #333; + background-color: #fff; + border-color: #eee #eee #eee transparent; + border-radius: 0 3px 3px 0; + box-shadow: 1px 1px 3px rgba(0,0,0,0.05) +} + +.sunken-menu-item.selected:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + width: 3px; + content: ""; + background-color: #d26911; + border-radius: 0 3px 3px 0 +} + +.sunken-menu-item.selected .octicon { + color: #333 +} + +.sunken-menu-item.is-loading .mini-loader { + display: inline-block; + -webkit-animation: mini-nav-loader, 0.4s, forwards; + animation: mini-nav-loader, 0.4s, forwards +} + +.sunken-menu-item.is-loading .octicon { + color: #fff +} + +@-webkit-keyframes mini-nav-loader { + 0%, + 90% { + opacity: 0 + } + + 100% { + opacity: 1 + } +} + +@keyframes mini-nav-loader { + 0%, + 90% { + opacity: 0 + } + + 100% { + opacity: 1 + } +} + +@font-face { + font-family: 'octicons'; + src: url(/assets/octicons/octicons/octicons-d5329fb2f700a56fe0b9ae5c301fabbdf5d77c1293b1fa1d35de9357530e2326.eot?#iefix) format("embedded-opentype"),url(/assets/octicons/octicons/octicons-70c2cafa59738740d1ad6d66d46342bafdc6ca63ade3e44c24bed1e6f7b1db71.woff) format("woff"),url(/assets/octicons/octicons/octicons-39c6d7739e9153806ef211d2a0f75044891634c4f67425e6250b0d8c6283c2c7.ttf) format("truetype"),url(/assets/octicons/octicons/octicons-c11b1be24a2862c1dc8880c22867d8d01315c9d7da5167c42119eb1bcce2e33c.svg#octicons) format("svg"); + font-weight: normal; + font-style: normal +} + +.octicon,.mega-octicon { + font: normal normal normal 16px/1 octicons; + display: inline-block; + text-decoration: none; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.mega-octicon { + font-size: 32px +} + +.octicon-alert:before { + content: '\f02d' +} + +.octicon-alignment-align:before { + content: '\f08a' +} + +.octicon-alignment-aligned-to:before { + content: '\f08e' +} + +.octicon-alignment-unalign:before { + content: '\f08b' +} + +.octicon-arrow-down:before { + content: '\f03f' +} + +.octicon-arrow-left:before { + content: '\f040' +} + +.octicon-arrow-right:before { + content: '\f03e' +} + +.octicon-arrow-small-down:before { + content: '\f0a0' +} + +.octicon-arrow-small-left:before { + content: '\f0a1' +} + +.octicon-arrow-small-right:before { + content: '\f071' +} + +.octicon-arrow-small-up:before { + content: '\f09f' +} + +.octicon-arrow-up:before { + content: '\f03d' +} + +.octicon-beer:before { + content: '\f069' +} + +.octicon-book:before { + content: '\f007' +} + +.octicon-bookmark:before { + content: '\f07b' +} + +.octicon-briefcase:before { + content: '\f0d3' +} + +.octicon-broadcast:before { + content: '\f048' +} + +.octicon-browser:before { + content: '\f0c5' +} + +.octicon-bug:before { + content: '\f091' +} + +.octicon-calendar:before { + content: '\f068' +} + +.octicon-check:before { + content: '\f03a' +} + +.octicon-checklist:before { + content: '\f076' +} + +.octicon-chevron-down:before { + content: '\f0a3' +} + +.octicon-chevron-left:before { + content: '\f0a4' +} + +.octicon-chevron-right:before { + content: '\f078' +} + +.octicon-chevron-up:before { + content: '\f0a2' +} + +.octicon-circle-slash:before { + content: '\f084' +} + +.octicon-circuit-board:before { + content: '\f0d6' +} + +.octicon-clippy:before { + content: '\f035' +} + +.octicon-clock:before { + content: '\f046' +} + +.octicon-cloud-download:before { + content: '\f00b' +} + +.octicon-cloud-upload:before { + content: '\f00c' +} + +.octicon-code:before { + content: '\f05f' +} + +.octicon-color-mode:before { + content: '\f065' +} + +.octicon-comment-add:before,.octicon-comment:before { + content: '\f02b' +} + +.octicon-comment-discussion:before { + content: '\f04f' +} + +.octicon-credit-card:before { + content: '\f045' +} + +.octicon-dash:before { + content: '\f0ca' +} + +.octicon-dashboard:before { + content: '\f07d' +} + +.octicon-database:before { + content: '\f096' +} + +.octicon-device-camera:before { + content: '\f056' +} + +.octicon-device-camera-video:before { + content: '\f057' +} + +.octicon-device-desktop:before { + content: '\f27c' +} + +.octicon-device-mobile:before { + content: '\f038' +} + +.octicon-diff:before { + content: '\f04d' +} + +.octicon-diff-added:before { + content: '\f06b' +} + +.octicon-diff-ignored:before { + content: '\f099' +} + +.octicon-diff-modified:before { + content: '\f06d' +} + +.octicon-diff-removed:before { + content: '\f06c' +} + +.octicon-diff-renamed:before { + content: '\f06e' +} + +.octicon-ellipsis:before { + content: '\f09a' +} + +.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before { + content: '\f04e' +} + +.octicon-file-binary:before { + content: '\f094' +} + +.octicon-file-code:before { + content: '\f010' +} + +.octicon-file-directory:before { + content: '\f016' +} + +.octicon-file-media:before { + content: '\f012' +} + +.octicon-file-pdf:before { + content: '\f014' +} + +.octicon-file-submodule:before { + content: '\f017' +} + +.octicon-file-symlink-directory:before { + content: '\f0b1' +} + +.octicon-file-symlink-file:before { + content: '\f0b0' +} + +.octicon-file-text:before { + content: '\f011' +} + +.octicon-file-zip:before { + content: '\f013' +} + +.octicon-flame:before { + content: '\f0d2' +} + +.octicon-fold:before { + content: '\f0cc' +} + +.octicon-gear:before { + content: '\f02f' +} + +.octicon-gift:before { + content: '\f042' +} + +.octicon-gist:before { + content: '\f00e' +} + +.octicon-gist-secret:before { + content: '\f08c' +} + +.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before { + content: '\f020' +} + +.octicon-git-commit:before { + content: '\f01f' +} + +.octicon-git-compare:before { + content: '\f0ac' +} + +.octicon-git-merge:before { + content: '\f023' +} + +.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before { + content: '\f009' +} + +.octicon-globe:before { + content: '\f0b6' +} + +.octicon-graph:before { + content: '\f043' +} + +.octicon-heart:before { + content: '\2665' +} + +.octicon-history:before { + content: '\f07e' +} + +.octicon-home:before { + content: '\f08d' +} + +.octicon-horizontal-rule:before { + content: '\f070' +} + +.octicon-hourglass:before { + content: '\f09e' +} + +.octicon-hubot:before { + content: '\f09d' +} + +.octicon-inbox:before { + content: '\f0cf' +} + +.octicon-info:before { + content: '\f059' +} + +.octicon-issue-closed:before { + content: '\f028' +} + +.octicon-issue-opened:before { + content: '\f026' +} + +.octicon-issue-reopened:before { + content: '\f027' +} + +.octicon-jersey:before { + content: '\f019' +} + +.octicon-jump-down:before { + content: '\f072' +} + +.octicon-jump-left:before { + content: '\f0a5' +} + +.octicon-jump-right:before { + content: '\f0a6' +} + +.octicon-jump-up:before { + content: '\f073' +} + +.octicon-key:before { + content: '\f049' +} + +.octicon-keyboard:before { + content: '\f00d' +} + +.octicon-law:before { + content: '\f0d8' +} + +.octicon-light-bulb:before { + content: '\f000' +} + +.octicon-link:before { + content: '\f05c' +} + +.octicon-link-external:before { + content: '\f07f' +} + +.octicon-list-ordered:before { + content: '\f062' +} + +.octicon-list-unordered:before { + content: '\f061' +} + +.octicon-location:before { + content: '\f060' +} + +.octicon-gist-private:before,.octicon-mirror-private:before,.octicon-git-fork-private:before,.octicon-lock:before { + content: '\f06a' +} + +.octicon-logo-github:before { + content: '\f092' +} + +.octicon-mail:before { + content: '\f03b' +} + +.octicon-mail-read:before { + content: '\f03c' +} + +.octicon-mail-reply:before { + content: '\f051' +} + +.octicon-mark-github:before { + content: '\f00a' +} + +.octicon-markdown:before { + content: '\f0c9' +} + +.octicon-megaphone:before { + content: '\f077' +} + +.octicon-mention:before { + content: '\f0be' +} + +.octicon-microscope:before { + content: '\f089' +} + +.octicon-milestone:before { + content: '\f075' +} + +.octicon-mirror-public:before,.octicon-mirror:before { + content: '\f024' +} + +.octicon-mortar-board:before { + content: '\f0d7' +} + +.octicon-move-down:before { + content: '\f0a8' +} + +.octicon-move-left:before { + content: '\f074' +} + +.octicon-move-right:before { + content: '\f0a9' +} + +.octicon-move-up:before { + content: '\f0a7' +} + +.octicon-mute:before { + content: '\f080' +} + +.octicon-no-newline:before { + content: '\f09c' +} + +.octicon-octoface:before { + content: '\f008' +} + +.octicon-organization:before { + content: '\f037' +} + +.octicon-package:before { + content: '\f0c4' +} + +.octicon-paintcan:before { + content: '\f0d1' +} + +.octicon-pencil:before { + content: '\f058' +} + +.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before { + content: '\f018' +} + +.octicon-pin:before { + content: '\f041' +} + +.octicon-playback-fast-forward:before { + content: '\f0bd' +} + +.octicon-playback-pause:before { + content: '\f0bb' +} + +.octicon-playback-play:before { + content: '\f0bf' +} + +.octicon-playback-rewind:before { + content: '\f0bc' +} + +.octicon-plug:before { + content: '\f0d4' +} + +.octicon-repo-create:before,.octicon-gist-new:before,.octicon-file-directory-create:before,.octicon-file-add:before,.octicon-plus:before { + content: '\f05d' +} + +.octicon-podium:before { + content: '\f0af' +} + +.octicon-primitive-dot:before { + content: '\f052' +} + +.octicon-primitive-square:before { + content: '\f053' +} + +.octicon-pulse:before { + content: '\f085' +} + +.octicon-puzzle:before { + content: '\f0c0' +} + +.octicon-question:before { + content: '\f02c' +} + +.octicon-quote:before { + content: '\f063' +} + +.octicon-radio-tower:before { + content: '\f030' +} + +.octicon-repo-delete:before,.octicon-repo:before { + content: '\f001' +} + +.octicon-repo-clone:before { + content: '\f04c' +} + +.octicon-repo-force-push:before { + content: '\f04a' +} + +.octicon-gist-fork:before,.octicon-repo-forked:before { + content: '\f002' +} + +.octicon-repo-pull:before { + content: '\f006' +} + +.octicon-repo-push:before { + content: '\f005' +} + +.octicon-rocket:before { + content: '\f033' +} + +.octicon-rss:before { + content: '\f034' +} + +.octicon-ruby:before { + content: '\f047' +} + +.octicon-screen-full:before { + content: '\f066' +} + +.octicon-screen-normal:before { + content: '\f067' +} + +.octicon-search-save:before,.octicon-search:before { + content: '\f02e' +} + +.octicon-server:before { + content: '\f097' +} + +.octicon-settings:before { + content: '\f07c' +} + +.octicon-log-in:before,.octicon-sign-in:before { + content: '\f036' +} + +.octicon-log-out:before,.octicon-sign-out:before { + content: '\f032' +} + +.octicon-split:before { + content: '\f0c6' +} + +.octicon-squirrel:before { + content: '\f0b2' +} + +.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before { + content: '\f02a' +} + +.octicon-steps:before { + content: '\f0c7' +} + +.octicon-stop:before { + content: '\f08f' +} + +.octicon-repo-sync:before,.octicon-sync:before { + content: '\f087' +} + +.octicon-tag-remove:before,.octicon-tag-add:before,.octicon-tag:before { + content: '\f015' +} + +.octicon-telescope:before { + content: '\f088' +} + +.octicon-terminal:before { + content: '\f0c8' +} + +.octicon-three-bars:before { + content: '\f05e' +} + +.octicon-thumbsdown:before { + content: '\f0db' +} + +.octicon-thumbsup:before { + content: '\f0da' +} + +.octicon-tools:before { + content: '\f031' +} + +.octicon-trashcan:before { + content: '\f0d0' +} + +.octicon-triangle-down:before { + content: '\f05b' +} + +.octicon-triangle-left:before { + content: '\f044' +} + +.octicon-triangle-right:before { + content: '\f05a' +} + +.octicon-triangle-up:before { + content: '\f0aa' +} + +.octicon-unfold:before { + content: '\f039' +} + +.octicon-unmute:before { + content: '\f0ba' +} + +.octicon-versions:before { + content: '\f064' +} + +.octicon-remove-close:before,.octicon-x:before { + content: '\f081' +} + +.octicon-zap:before { + content: '\26A1' +} + +.date_selector { + width: 225px; + text-align: left; + text-decoration: none; + z-index: 9; + display: none +} + +.date_selector .month_nav,.date_selector .year_nav { + margin-top: 5px; + margin-bottom: 5px; + padding: 0; + display: block; + position: relative; + text-align: center; + line-height: 20px +} + +.date_selector .month_nav { + float: left; + width: 55% +} + +.date_selector .year_nav { + float: right; + width: 35% +} + +.date_selector .date-button { + position: absolute; + top: 0; + width: 18px; + height: 18px; + padding: 4px; + color: #4183c4; + font-size: 12px; + cursor: pointer; + line-height: 12px +} + +.date_selector .prev { + left: 0 +} + +.date_selector .next { + right: 0 +} + +.date_selector table { + width: 100%; + clear: both +} + +.date_selector tr { + font-size: 0 +} + +.date_selector th,.date_selector td { + width: 32px; + height: 32px; + line-height: 28px; + padding: 0; + text-align: center; + font-weight: normal; + display: inline-block; + font-size: 12px; + margin-top: -1px; + margin-left: -1px +} + +.date_selector td { + border: 1px solid #ccc; + color: #4183c4; + background: #fff; + cursor: default +} + +.date_selector td.today { + background: #eee +} + +.date_selector td.selected,.date_selector td.selectable_day:hover { + background: #4183c4; + color: #fff; + border-color: #3269a0; + z-index: 10; + position: relative; + cursor: pointer +} + +.date_selector td.unselected_month { + color: #ccc +} + +.jcrop-holder { + direction: ltr; + text-align: left; + -ms-touch-action: none +} + +.jcrop-vline,.jcrop-hline { + background: #fff url(/images/spinners/Jcrop.gif); + font-size: 0; + position: absolute +} + +.jcrop-vline { + height: 100%; + width: 1px !important +} + +.jcrop-vline.right { + right: 0 +} + +.jcrop-hline { + height: 1px !important; + width: 100% +} + +.jcrop-hline.bottom { + bottom: 0 +} + +.jcrop-tracker { + height: 100%; + width: 100%; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none +} + +.jcrop-handle { + background-color: #333; + border: 1px #eee solid; + width: 7px; + height: 7px; + font-size: 1px +} + +.jcrop-handle.ord-n { + left: 50%; + margin-left: -4px; + margin-top: -4px; + top: 0 +} + +.jcrop-handle.ord-s { + bottom: 0; + left: 50%; + margin-bottom: -4px; + margin-left: -4px +} + +.jcrop-handle.ord-e { + margin-right: -4px; + margin-top: -4px; + right: 0; + top: 50% +} + +.jcrop-handle.ord-w { + left: 0; + margin-left: -4px; + margin-top: -4px; + top: 50% +} + +.jcrop-handle.ord-nw { + left: 0; + margin-left: -4px; + margin-top: -4px; + top: 0 +} + +.jcrop-handle.ord-ne { + margin-right: -4px; + margin-top: -4px; + right: 0; + top: 0 +} + +.jcrop-handle.ord-se { + bottom: 0; + margin-bottom: -4px; + margin-right: -4px; + right: 0 +} + +.jcrop-handle.ord-sw { + bottom: 0; + left: 0; + margin-bottom: -4px; + margin-left: -4px +} + +.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s { + height: 7px; + width: 100% +} + +.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w { + height: 100%; + width: 7px +} + +.jcrop-dragbar.ord-n { + margin-top: -4px +} + +.jcrop-dragbar.ord-s { + bottom: 0; + margin-bottom: -4px +} + +.jcrop-dragbar.ord-e { + margin-right: -4px; + right: 0 +} + +.jcrop-dragbar.ord-w { + margin-left: -4px +} + +.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline { + background: #fff; + filter: alpha(opacity=70) !important; + opacity: 0.7 !important +} + +.jcrop-light .jcrop-handle { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + background-color: #000; + border-color: #fff; + border-radius: 3px +} + +.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline { + background: #000; + filter: alpha(opacity=70) !important; + opacity: 0.7 !important +} + +.jcrop-dark .jcrop-handle { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + background-color: #fff; + border-color: #000; + border-radius: 3px +} + +.jcrop-holder img,img.jcrop-preview { + max-width: none +} + +.code-frequency .addition { + fill-opacity: 1; + fill: #6cc644 +} + +.code-frequency .deletion { + fill-opacity: 1; + fill: #bd2c00 +} + +.cadd { + font-weight: bold; + color: #6cc644 +} + +.cdel { + font-weight: bold; + color: #bd2c00 +} + +.commit-activity-graphs .dots { + display: none +} + +#commit-activity-master { + margin-top: 20px +} + +.is-graph-loading #commit-activity-master { + display: none +} + +rect { + shape-rendering: crispedges +} + +rect.max { + fill: #ffc644 +} + +g.bar { + fill: #1db34f +} + +g.mini { + fill: #f17f49 +} + +g.active rect { + fill: #bd380f +} + +circle.focus { + fill: #555 +} + +.dot text { + stroke: none; + fill: #555 +} + +.tint-box { + border-radius: 6px; + background: #f3f3f3; + position: relative; + margin-bottom: 10px +} + +.tint-box.transparent { + background: #fff +} + +.tint-box .activity { + margin-top: 0; + padding-top: 100px +} + +.contrib-data { + margin: 0 0 10px; + list-style: none; + padding: 0 +} + +#contributors .capped-card .avatar { + float: left; + width: 32px; + height: 32px; + margin-right: 5px +} + +#contributors .capped-card h3 { + font-weight: normal +} + +#contributors .capped-card .ameta { + display: block; + font-size: 12px; + color: #ccc +} + +#contributors .capped-card .rank { + float: right; + color: #999; + font-size: 13px +} + +#contributors .capped-card .cmt { + color: #999 +} + +#contributors .capped-card path { + fill: #f17f49 +} + +#contributors .capped-card .midlabel { + fill: #ccc +} + +.d { + color: #bd2c00 +} + +.a { + color: #6cc644 +} + +.axis { + fill: #aaa; + font-size: 10px +} + +.axis line { + shape-rendering: crispedges; + stroke: #eee +} + +.axis path { + display: none +} + +.axis .zero line { + stroke-width: 1.5; + stroke: #4183c4; + stroke-dasharray: 3 3 +} + +.graphs .is-graph-loading { + min-height: 500px +} + +.graphs.wheader h2 { + padding: 1px +} + +.graphs .area { + fill: #1db34f; + fill-opacity: 0.5 +} + +.graphs .path { + stroke: #1db34f; + stroke-width: 2px; + stroke-opacity: 1; + fill: none +} + +.graphs .dot { + fill: #1db34f; + stroke: #16873c; + stroke-width: 2px +} + +.graphs .dot.padded { + stroke: #fff; + stroke-width: 1px +} + +.graphs .dot.padded circle:hover { + fill: #4183c4 +} + +.graphs .d3-tip { + fill: #333 +} + +.graphs .d3-tip text { + fill: #fff; + font-size: 11px +} + +.graphs .dir { + font-size: 12px; + font-weight: normal; + color: #555; + line-height: 100%; + padding-top: 5px; + float: right +} + +.graphs .selection rect { + fill: #333; + fill-opacity: 0.1; + stroke: #333; + stroke-width: 1px; + stroke-opacity: 0.4; + shape-rendering: crispedges; + stroke-dasharray: 3 3 +} + +.graph-filter h3 { + display: inline-block; + margin: 10px 0 0; + font-weight: 300; + font-size: 24px +} + +.graph-filter .info { + margin-top: 5px; + margin-bottom: 20px; + color: #777 +} + +.graph-filter .select-menu { + float: right; + margin-top: 13px +} + +h2.ghead:after { + content: "."; + height: 0; + display: block; + visibility: hidden; + clear: both +} + +.graph-canvas .activity { + text-align: center; + width: 400px; + margin: 100px auto 0; + color: #444; + border-radius: 3px; + padding: 10px +} + +.graph-canvas .error { + color: #900; + background: #feeaea; + padding: 10px; + border-radius: 3px +} + +.graph-canvas .dots { + margin: 0 auto +} + +.graph-canvas>.activity { + display: none +} + +.graph-loading,.graph-error,.graph-empty { + display: none +} + +.graph-canvas.is-graph-loading>.activity,.graph-canvas.is-graph-empty>.activity { + display: block +} + +.is-graph-loading .graph-loading,.is-graph-empty .graph-empty,.is-graph-load-error .graph-error { + display: block +} + +.svg-tip { + padding: 10px; + background: rgba(0,0,0,0.8); + color: #bbb; + font-size: 12px; + position: absolute; + z-index: 99999; + text-align: center; + border-radius: 3px +} + +.svg-tip strong { + color: #ddd +} + +.svg-tip.is-visible { + display: block +} + +.svg-tip:after { + box-sizing: border-box; + position: absolute; + left: 50%; + height: 5px; + width: 5px; + bottom: -10px; + margin: 0 0 0 -5px; + content: " "; + border: 5px solid transparent; + border-top-color: rgba(0,0,0,0.8) +} + +.svg-tip.comparison { + text-align: left; + pointer-events: none; + padding: 0 +} + +.svg-tip.comparison .title { + display: block; + padding: 10px; + margin: 0; + line-height: 1; + font-weight: bold; + pointer-events: none +} + +.svg-tip.comparison ul { + list-style: none; + margin: 0; + white-space: nowrap +} + +.svg-tip.comparison li { + display: inline-block; + padding: 10px +} + +.svg-tip.comparison li:first-child { + border-top: 3px solid #1db34f; + border-right: 1px solid #333 +} + +.svg-tip.comparison li:last-child { + border-top: 3px solid #1d7fb3 +} + +.svg-tip-one-line { + white-space: nowrap +} + +.day-name { + fill: #555 +} + +circle.day { + stroke-width: 0; + fill: #444 +} + +circle.day:hover { + fill: #4183c4 +} + +line.axis { + stroke-width: 1; + stroke: #eee; + shape-rendering: crispedges +} + +line.axis.even { + stroke: #e0e0e0 +} + +.traffic-graph { + min-height: 150px +} + +.traffic-graph .activity { + margin-top: 0 +} + +.traffic-graph .activity .dots { + margin-top: 40px +} + +.traffic-graph .path { + fill: none; + stroke-width: 2 +} + +.traffic-graph path.total { + stroke: #1db34f +} + +.traffic-graph path.unique { + stroke: #1d7fb3 +} + +.traffic-graph .x.axis .tick:first-child line { + stroke: #1db34f; + stroke-width: 2px +} + +.traffic-graph .y line { + stroke: #1db34f +} + +.traffic-graph .y.unique line { + stroke: #1d7fb3 +} + +.traffic-graph .overlay { + fill-opacity: 0 +} + +.uniques-graph .x.axis .tick:nth-child(14) line { + stroke: #1d7fb3; + stroke-width: 2px +} + +.svg-tip .date { + color: #fff +} + +#top-domains .dots { + margin: 167px auto 0; + display: block +} + +#top-domains .favicon { + width: 16px; + height: 16px +} + +table.capped-list { + width: 100%; + line-height: 100% +} + +table.capped-list th { + text-align: left; + padding: 8px; + border-bottom: 1px solid #ddd; + background: #f4f4f4 +} + +table.capped-list td { + padding: 8px; + border-bottom: 1px solid #eee; + font-size: 12px +} + +table.capped-list th.middle,table.capped-list td.middle { + text-align: center +} + +table.capped-list .favicon { + width: 16px; + height: 16px; + vertical-align: middle; + margin: 0 5px +} + +table.capped-list .octicon { + margin-right: 10px; + vertical-align: -1px; + color: #555 +} + +table.capped-list tr:nth-child(even) { + background-color: #fcfcfc +} + +table.capped-list.mini-icons .mini-icon { + margin-right: 5px; + color: #555 +} + +.capped-list-label { + overflow: hidden; + white-space: nowrap; + max-width: 200px; + text-overflow: ellipsis +} + +.traffic-graph-stats { + border-top: 1px solid #ddd +} + +.traffic-graph-stats .summary-stats { + width: 100% +} + +.traffic-graph-stats .summary-stats:before { + display: table; + content: "" +} + +.traffic-graph-stats .summary-stats:after { + display: table; + clear: both; + content: "" +} + +.traffic-graph-stats .summary-stats li { + width: 50%; + display: block; + float: left; + padding-bottom: 10px +} + +.totals circle { + fill: #1db34f; + stroke: #fff; + stroke-width: 2 +} + +.uniques circle { + fill: #1d7fb3; + stroke: #fff; + stroke-width: 2 +} + +.top-lists .is-loading { + text-align: center; + margin: 40px +} + +ul.web-views li { + width: 140px +} + +ul.clones li { + width: 170px +} + +.markdown-body { + overflow: hidden; + font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + font-size: 16px; + line-height: 1.6; + word-wrap: break-word +} + +.markdown-body>*:first-child { + margin-top: 0 !important +} + +.markdown-body>*:last-child { + margin-bottom: 0 !important +} + +.markdown-body a:not(:link):not(:visited) { + color: inherit; + text-decoration: none +} + +.markdown-body .absent { + color: #c00 +} + +.markdown-body .anchor { + position: absolute; + top: 0; + left: 0; + display: block; + padding-right: 6px; + padding-left: 30px; + margin-left: -30px +} + +.markdown-body .anchor:focus { + outline: none +} + +.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 { + position: relative; + margin-top: 1em; + margin-bottom: 16px; + font-weight: bold; + line-height: 1.4 +} + +.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link { + display: none; + color: #000; + vertical-align: middle +} + +.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor { + padding-left: 8px; + margin-left: -30px; + text-decoration: none +} + +.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link { + display: inline-block +} + +.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code { + font-size: inherit +} + +.markdown-body h1 { + padding-bottom: 0.3em; + font-size: 2.25em; + line-height: 1.2; + border-bottom: 1px solid #eee +} + +.markdown-body h1 .anchor { + line-height: 1 +} + +.markdown-body h2 { + padding-bottom: 0.3em; + font-size: 1.75em; + line-height: 1.225; + border-bottom: 1px solid #eee +} + +.markdown-body h2 .anchor { + line-height: 1 +} + +.markdown-body h3 { + font-size: 1.5em; + line-height: 1.43 +} + +.markdown-body h3 .anchor { + line-height: 1.2 +} + +.markdown-body h4 { + font-size: 1.25em +} + +.markdown-body h4 .anchor { + line-height: 1.2 +} + +.markdown-body h5 { + font-size: 1em +} + +.markdown-body h5 .anchor { + line-height: 1.1 +} + +.markdown-body h6 { + font-size: 1em; + color: #777 +} + +.markdown-body h6 .anchor { + line-height: 1.1 +} + +.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre { + margin-top: 0; + margin-bottom: 16px +} + +.markdown-body hr { + height: 4px; + padding: 0; + margin: 16px 0; + background-color: #e7e7e7; + border: 0 none +} + +.markdown-body ul,.markdown-body ol { + padding-left: 2em +} + +.markdown-body ul.no-list,.markdown-body ol.no-list { + padding: 0; + list-style-type: none +} + +.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul { + margin-top: 0; + margin-bottom: 0 +} + +.markdown-body li>p { + margin-top: 16px +} + +.markdown-body dl { + padding: 0 +} + +.markdown-body dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: bold +} + +.markdown-body dl dd { + padding: 0 16px; + margin-bottom: 16px +} + +.markdown-body blockquote { + padding: 0 15px; + color: #777; + border-left: 4px solid #ddd +} + +.markdown-body blockquote>:first-child { + margin-top: 0 +} + +.markdown-body blockquote>:last-child { + margin-bottom: 0 +} + +.markdown-body table { + display: block; + width: 100%; + overflow: auto; + word-break: normal; + word-break: keep-all +} + +.markdown-body table th { + font-weight: bold +} + +.markdown-body table th,.markdown-body table td { + padding: 6px 13px; + border: 1px solid #ddd +} + +.markdown-body table tr { + background-color: #fff; + border-top: 1px solid #ccc +} + +.markdown-body table tr:nth-child(2n) { + background-color: #f8f8f8 +} + +.markdown-body img { + max-width: 100%; + box-sizing: border-box +} + +.markdown-body .emoji { + max-width: none +} + +.markdown-body span.frame { + display: block; + overflow: hidden +} + +.markdown-body span.frame>span { + display: block; + float: left; + width: auto; + padding: 7px; + margin: 13px 0 0; + overflow: hidden; + border: 1px solid #ddd +} + +.markdown-body span.frame span img { + display: block; + float: left +} + +.markdown-body span.frame span span { + display: block; + padding: 5px 0 0; + clear: both; + color: #333 +} + +.markdown-body span.align-center { + display: block; + overflow: hidden; + clear: both +} + +.markdown-body span.align-center>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: center +} + +.markdown-body span.align-center span img { + margin: 0 auto; + text-align: center +} + +.markdown-body span.align-right { + display: block; + overflow: hidden; + clear: both +} + +.markdown-body span.align-right>span { + display: block; + margin: 13px 0 0; + overflow: hidden; + text-align: right +} + +.markdown-body span.align-right span img { + margin: 0; + text-align: right +} + +.markdown-body span.float-left { + display: block; + float: left; + margin-right: 13px; + overflow: hidden +} + +.markdown-body span.float-left span { + margin: 13px 0 0 +} + +.markdown-body span.float-right { + display: block; + float: right; + margin-left: 13px; + overflow: hidden +} + +.markdown-body span.float-right>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: right +} + +.markdown-body code,.markdown-body tt { + padding: 0; + padding-top: 0.2em; + padding-bottom: 0.2em; + margin: 0; + font-size: 85%; + background-color: rgba(0,0,0,0.04); + border-radius: 3px +} + +.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after { + letter-spacing: -0.2em; + content: "\00a0" +} + +.markdown-body code br,.markdown-body tt br { + display: none +} + +.markdown-body del code { + text-decoration: inherit +} + +.markdown-body pre>code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0 +} + +.markdown-body .highlight { + margin-bottom: 16px +} + +.markdown-body .highlight pre,.markdown-body pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f7f7f7; + border-radius: 3px +} + +.markdown-body .highlight pre { + margin-bottom: 0; + word-break: normal +} + +.markdown-body pre { + word-wrap: normal +} + +.markdown-body pre code,.markdown-body pre tt { + display: inline; + max-width: initial; + padding: 0; + margin: 0; + overflow: initial; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0 +} + +.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after { + content: normal +} + +.markdown-body kbd { + display: inline-block; + padding: 3px 5px; + font-size: 11px; + line-height: 10px; + color: #555; + vertical-align: middle; + background-color: #fcfcfc; + border: solid 1px #ccc; + border-bottom-color: #bbb; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #bbb +} + +.pl-c { + color: #969896 +} + +.pl-c1,.pl-mdh,.pl-mm,.pl-mp,.pl-mr,.pl-s1 .pl-v,.pl-s3,.pl-sc,.pl-sv { + color: #0086b3 +} + +.pl-e,.pl-en { + color: #795da3 +} + +.pl-s1 .pl-s2,.pl-smi,.pl-smp,.pl-stj,.pl-vo,.pl-vpf { + color: #333 +} + +.pl-ent { + color: #63a35c +} + +.pl-k,.pl-s,.pl-st { + color: #a71d5d +} + +.pl-pds,.pl-s1,.pl-s1 .pl-pse .pl-s2,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src { + color: #183691 +} + +.pl-v { + color: #ed6a43 +} + +.pl-id { + color: #b52a1d +} + +.pl-ii { + background-color: #b52a1d; + color: #f8f8f8 +} + +.pl-sr .pl-cce { + color: #63a35c; + font-weight: bold +} + +.pl-ml { + color: #693a17 +} + +.pl-mh,.pl-mh .pl-en,.pl-ms { + color: #1d3e81; + font-weight: bold +} + +.pl-mq { + color: #008080 +} + +.pl-mi { + color: #333; + font-style: italic +} + +.pl-mb { + color: #333; + font-weight: bold +} + +.pl-md,.pl-mdhf { + background-color: #ffecec; + color: #bd2c00 +} + +.pl-mdht,.pl-mi1 { + background-color: #eaffea; + color: #55a532 +} + +.pl-mdr { + color: #795da3; + font-weight: bold +} + +.pl-mo { + color: #1d3e81 +} + +.ace_gutter { + background: #ffffff; + color: #999999 +} + +.ace_print-margin { + width: 1px; + background: #e8e8e8 +} + +.ace-github-light { + background-color: #ffffff; + color: #333333 +} + +.ace_cursor { + color: #000000 +} + +.ace_marker-layer .ace_selection { + background: #c8c8fa +} + +.ace_multiselect .ace_selection.ace_start { + box-shadow: 0 0 3px 0px #ffffff; + border-radius: 2px +} + +.ace_marker-layer .ace_step { + background: #c6dbae +} + +.ace_marker-layer .ace_bracket { + margin: -1px 0 0 -1px; + border: 1px solid #c0c0c0 +} + +.ace_marker-layer .ace_active-line { + background: #f5f5f5 +} + +.ace_gutter-active-line { + background-color: #f5f5f5 +} + +.ace_marker-layer .ace_selected-word { + border: 1px solid #c8c8fa +} + +.ace_fold { + background-color: #a71d5d; + border-color: #333333 +} + +.ace_keyword { + color: #a71d5d +} + +.ace_constant { + color: #0086b3 +} + +.ace_support { + color: #0086b3 +} + +.ace_support.ace_constant { + color: #0086b3 +} + +.ace_support.ace_type { + color: #a71d5d +} + +.ace_storage { + color: #a71d5d +} + +.ace_storage.ace_type { + color: #a71d5d +} + +.ace_invalid.ace_illegal { + text-decoration: underline; + font-style: italic; + color: #f8f8f8; + background-color: #b52a1d +} + +.ace_invalid.ace_deprecated { + text-decoration: underline; + font-style: italic; + color: #b52a1d +} + +.ace_string { + color: #183691 +} + +.ace_string.ace_regexp { + color: #183691 +} + +.ace_comment { + color: #969896 +} + +.ace_variable { + color: #ed6a43 +} + +.ace_entity.ace_name { + color: #795da3 +} + +.ace_entity.ace_name.ace_tag { + color: #63a35c +} + +.ace_markup.ace_heading { + color: #1d3e81 +} + +.ace_markup.ace_list { + color: #693a17 +} + +body { + word-wrap: break-word +} + +.focus-content { + width: 620px +} + +#site-container>.container:first-child { + margin-top: 20px +} + +.emoji-icon { + display: inline-block; + height: 20px; + width: 20px; + vertical-align: middle; + background-repeat: no-repeat; + background-size: 20px 20px +} + +.labels { + position: relative +} + +.label { + display: inline-block; + padding: 3px 4px; + font-size: 11px; + font-weight: bold; + line-height: 1; + color: #fff; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12) +} + +.label:hover { + text-decoration: none +} + +.label-admin { + color: #999; + background-color: #eee +} + +.label-legacy-contributor { + margin-top: -1px; + margin-bottom: -1px; + font-weight: normal; + color: #999; + background-color: transparent; + border: 1px solid #eee; + box-shadow: none +} + +.label-neutral { + color: #fff; + background-color: #999 +} + +a.label-link { + border: 1px solid transparent +} + +a.label-link:hover { + text-decoration: none +} + +.label-membership-pending { + background-color: #f93 +} + +.facebox { + position: absolute; + top: 0; + left: 0; + z-index: 100; + padding-bottom: 40px +} + +.facebox ul { + margin-left: 25px; + margin-bottom: 15px +} + +.facebox .facebox-staff-links { + margin: -15px -15px 15px; + padding: 10px 15px; + background-color: #f5f5f5; + border-bottom: 1px solid #e5e5e5 +} + +.facebox .facebox-staff-links li { + display: inline-block; + margin-right: 10px; + color: #999; + list-style: none +} + +.facebox .facebox-staff-links a { + font-weight: bold +} + +.facebox pre { + padding: 10px; + background-color: #eee; + border: 1px solid #ddd; + border-radius: 3px +} + +.facebox .shortcuts { + width: 860px +} + +.facebox .facebox-user-list { + margin-left: 0; + margin-bottom: 0; + max-height: 400px; + overflow: auto +} + +.facebox .lineprofiler { + width: 900px +} + +.facebox .lineprofiler pre { + overflow-x: scroll; + white-space: pre; + word-wrap: normal +} + +.facebox-popup { + position: relative; + background-color: #fff; + border: 1px solid rgba(0,0,0,0.25); + border-radius: 5px; + box-shadow: 0 0 18px rgba(0,0,0,0.4); + background-clip: padding-box +} + +.facebox-content { + width: 455px; + padding: 15px +} + +.facebox-content:before { + display: table; + content: "" +} + +.facebox-content:after { + display: table; + clear: both; + content: "" +} + +.facebox-close { + position: absolute; + top: 8px; + right: 5px; + padding: 10px; + -webkit-appearance: none; + background-color: transparent; + border: 0; + opacity: 0.25; + cursor: pointer +} + +.facebox-close:hover { + opacity: 1 +} + +.facebox-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100% +} + +.facebox-overlay-hide { + z-index: -100 +} + +.facebox-overlay-active { + z-index: 99; + background-color: #000 +} + +.facebox-loading { + min-height: 64px; + background-image: url(/images/spinners/octocat-spinner-64.gif); + background-position: center center; + background-repeat: no-repeat +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .facebox-loading { + background-image:url(/images/spinners/octocat-spinner-128.gif); + background-size: 64px 64px + } +} + +.facebox-header { + margin: -15px -15px 15px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; + font-size: 18px; + font-weight: normal +} + +.facebox-footer { + margin: 0 -15px -15px; + padding: 10px 15px; + border-top: 1px solid #e5e5e5; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + background: #fafafa; + text-align: right +} + +.facebox-footer .help { + margin: 0; + text-align: center; + color: #777 +} + +.facebox-alert,.facebox-danger { + margin: -16px -15px 15px; + padding: 10px 15px; + border-style: solid; + border-width: 1px 0 +} + +.facebox-alert { + color: #796620; + background-color: #f8eec7; + border-color: #f2e09a +} + +.facebox-danger { + padding-left: 40px; + color: #9c342e; + background-color: #f7d9d7; + border-color: #f2c4c2 +} + +.facebox-danger .octicon { + float: left; + margin-left: -25px +} + +.facebox-separator { + margin: 20px -15px +} + +.facebox-staff-search .hfields { + margin-top: 0; + margin-bottom: 0 +} + +.facebox-staff-search .hfields input[type="text"] { + width: 340px; + margin-right: 0 +} + +.facebox-staff-search .hfields .button { + margin-top: 29px; + margin-right: 0 +} + +.facebox-staff-search .status-check-list { + float: none; + margin: 15px 0 0 +} + +#facebox .billing-credit-cards { + margin: 0 0 15px +} + +#facebox .billing-credit-cards li { + margin: 0 4px 0 0 +} + +.keyboard-shortcuts { + float: right; + font-size: 11px; + color: #999 +} + +.keyboard-shortcuts .mini-icon { + position: relative; + top: 2px; + margin-left: 5px +} + +.keyboard-mappings { + font-size: 12px; + color: #555 +} + +.keyboard-mappings th { + padding-top: 25px; + font-size: 14px; + line-height: 1.5; + color: #333; + text-align: left +} + +.keyboard-mappings tbody:first-child tr:first-child th { + padding-top: 0 +} + +.keyboard-mappings td { + padding-top: 3px; + padding-bottom: 3px; + vertical-align: top; + line-height: 20px +} + +.keyboard-mappings .keys { + padding-right: 10px; + color: #999; + text-align: right; + white-space: nowrap +} + +.keyboard-mappings .platform-mac { + display: none +} + +.macintosh .keyboard-mappings .platform-mac { + display: inline +} + +.macintosh .keyboard-mappings .platform-other { + display: none +} + +.facebox-user-list-item { + padding: 3px 0; + list-style: none; + font-weight: bold; + vertical-align: middle +} + +.facebox-user-list-item a { + color: #000 +} + +.facebox-user-list-item img { + margin-right: 5px; + border-radius: 3px; + vertical-align: middle +} + +.linejump .linejump-input { + width: 340px; + background-color: #fafafa +} + +.linejump .linejump-input,.linejump .button { + font-size: 16px; + padding: 10px 15px +} + +.linejump+.facebox-close { + top: 18px +} + +.repo-transfer-tip { + margin-bottom: 0 +} + +.user-mention,.team-mention { + font-weight: bold; + color: #333; + white-space: nowrap +} + +dl.form>dd input[type="text"].is-autocheck-loading,dl.form>dd input[type="password"].is-autocheck-loading,dl.form>dd input[type="email"].is-autocheck-loading { + background-image: url(/images/spinners/octocat-spinner-32.gif); + background-size: 16px +} + +dl.form>dd input[type="text"].is-autocheck-successful,dl.form>dd input[type="password"].is-autocheck-successful,dl.form>dd input[type="email"].is-autocheck-successful { + background-image: url(/images/modules/ajax/success.png) +} + +dl.form>dd input[type="text"].is-autocheck-errored,dl.form>dd input[type="password"].is-autocheck-errored,dl.form>dd input[type="email"].is-autocheck-errored { + background-image: url(/images/modules/ajax/error.png) +} + +.form-cards { + height: 31px; + margin: 0 0 15px +} + +.form-cards .card { + float: left; + width: 47px; + height: 31px; + text-indent: -9999px; + background-image: url(/images/modules/pricing/credit-cards-@1x.png); + background-position: 0 0; + opacity: 0.6 +} + +.form-cards .card.visa { + background-position: 0 0 +} + +.form-cards .card.amex { + background-position: -50px 0 +} + +.form-cards .card.mastercard { + background-position: -100px 0 +} + +.form-cards .card.discover { + background-position: -150px 0 +} + +.form-cards .card.jcb { + background-position: -200px 0 +} + +.form-cards .card.dinersclub { + background-position: -250px 0 +} + +.form-cards .card.enabled { + opacity: 1 +} + +.form-cards .card.disabled { + opacity: 0.2 +} + +.form-cards>.cards { + margin: 0 +} + +.form-cards>.cards>li { + float: left; + margin: 0 4px 0 0; + list-style-type: none +} + +.form-cards>.cards>li.text { + font-size: 11px; + line-height: 31px; + color: #999 +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .form-cards>.cards .card { + background-image:url(/images/modules/pricing/credit-cards-@2x.png); + background-size: 300px 31px + } +} + +.status-indicator-loading { + position: relative; + top: 3px; + width: 16px; + height: 16px; + margin-top: -4px; + background: url(/images/spinners/octocat-spinner-32-EAF2F5.gif) 0 0 no-repeat; + background-size: 16px +} + +.inline-form { + display: inline-block +} + +.callout { + padding: 10px; + margin: 15px 0; + font-size: 13px; + color: #4c4a42; + background-color: #fff9ea; + border-color: #dfd8c2; + border-radius: 3px +} + +.callout strong { + font-weight: bold; + color: #000 +} + +.callout h2 { + margin: 0; + font-size: 16px; + font-weight: 300 +} + +.callout p:last-child { + margin-bottom: 0 +} + +.callout p:first-child { + margin-top: 0 +} + +.callout hr { + width: 100%; + padding: 0 10px; + margin: 10px 0 10px -10px; + background: transparent; + border-top: 1px solid #e5e2c8; + border-bottom: 1px solid #fff +} + +.infotip { + padding: 10px; + margin: 15px 0; + font-size: 12px; + color: #4c4a42; + background-color: #fff9ea; + border: 1px solid #dfd8c2; + border-radius: 3px +} + +.infotip p { + margin: 0 +} + +.infotip p+p { + margin-top: 15px +} + +.dashboard-notice { + position: relative; + padding: 15px 15px 15px 55px; + margin-bottom: 20px; + font-size: 14px; + background-color: #fafafa; + border: solid 1px #d8d8d8; + border-radius: 3px +} + +.dashboard-notice .dismiss { + position: absolute; + top: 10px; + right: 10px; + width: 16px; + height: 16px; + color: #bbb; + cursor: pointer +} + +.dashboard-notice .dismiss:hover { + color: #666 +} + +.dashboard-notice .mega-octicon { + position: absolute; + top: 15px; + left: 15px +} + +.dashboard-notice .octicon-organization { + color: #4183c4 +} + +.dashboard-notice h2 { + margin-top: 9px; + margin-bottom: 16px; + font-size: 18px; + font-weight: normal; + color: #000 +} + +.dashboard-notice p { + margin-top: 0 +} + +.dashboard-notice p.no-title { + padding-right: 5px; + margin-top: 0 +} + +.dashboard-notice .inset-figure { + float: right; + margin-bottom: 15px; + margin-left: 20px +} + +.dashboard-notice ul { + margin-left: 18px +} + +.dashboard-notice li { + padding-bottom: 15px +} + +.dashboard-notice .coupon { + padding: 10px; + margin: 15px 0; + font-size: 20px; + font-weight: bold; + text-align: center; + background: #fff; + border: 1px dashed #d1e5ff +} + +kbd { + display: inline-block; + padding: 3px 5px; + font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace; + line-height: 10px; + color: #555; + vertical-align: middle; + background-color: #fcfcfc; + border: solid 1px #ccc; + border-bottom-color: #bbb; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #bbb +} + +.badmono { + font-family: sans-serif; + font-weight: bold +} + +.select-menu-button:after { + display: inline-block; + width: 0; + height: 0; + content: ""; + vertical-align: -2px; + border: 4px solid; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent +} + +.select-menu-button.icon-only { + padding-left: 7px +} + +.select-menu-button.primary:after { + border-top-color: #fff +} + +.select-menu-button.primary:after:active { + background-color: #4a993e +} + +.select-menu .spinner { + float: left; + margin: 4px 0 0 -24px +} + +.select-menu.active .select-menu-modal-holder { + display: block +} + +.select-menu.right-aligned { + float: right; + position: relative +} + +.select-menu.right-aligned .select-menu-modal-holder { + right: 0 +} + +.select-menu .select-menu-clear-item { + display: block +} + +.select-menu .select-menu-clear-item .octicon { + color: inherit +} + +.select-menu .select-menu-clear-item+.select-menu-no-results { + display: none !important +} + +.select-menu.is-loading .select-menu-loading-overlay { + display: block +} + +.select-menu.is-loading .select-menu-modal { + min-height: 200px +} + +.select-menu-loading-overlay { + display: none; + text-indent: 100%; + height: 100%; + width: 100%; + position: absolute; + top: 0; + z-index: 5; + border-radius: 5px; + border: 1px solid transparent; + background-color: rgba(255,255,255,0.8); + -webkit-animation: pulse 2s infinite linear; + animation: pulse 2s infinite linear +} + +.select-menu-loading-overlay:before { + position: absolute; + left: 50%; + top: 50%; + margin: -16px 0 0 -16px; + width: 32px; + content: "\f008"; + font: normal normal 32px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + text-indent: 0 +} + +@-webkit-keyframes pulse { + 0% { + color: rgba(170,170,170,0.1) + } + + 10% { + color: #aaaaaa + } + + 100% { + color: rgba(170,170,170,0.1) + } +} + +@keyframes pulse { + 0% { + color: rgba(170,170,170,0.1) + } + + 10% { + color: #aaaaaa + } + + 100% { + color: rgba(170,170,170,0.1) + } +} + +.select-menu-modal-holder { + position: absolute; + display: none; + z-index: 21 +} + +.select-menu-modal { + position: relative; + width: 300px; + margin-top: 4px; + margin-bottom: 20px; + overflow: hidden; + font-size: 12px; + color: #666; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(200,200,200,0.4); + border-radius: 3px; + box-shadow: 0 3px 12px rgba(0,0,0,0.15) +} + +.select-menu-header { + padding: 8px 10px; + background: #f5f5f5; + border-bottom: 1px solid rgba(200,200,200,0.4) +} + +.select-menu-header .select-menu-title { + font-weight: bold; + color: #333; + text-shadow: 0 1px 0 #fff +} + +.select-menu-header .octicon { + display: block; + float: right; + color: #ccc; + cursor: pointer +} + +.select-menu-header .octicon:hover { + color: #555 +} + +.select-menu-filters { + background-color: #f8f8f8 +} + +.select-menu-text-filter { + padding: 10px 10px 0 +} + +.select-menu-text-filter:first-child:last-child { + padding-bottom: 10px; + border-bottom: 1px solid #ddd +} + +.select-menu-text-filter input { + display: block; + width: 100%; + max-width: 100%; + padding: 5px; + border: 1px solid #ddd; + border-radius: 3px +} + +.select-menu-text-filter input::-webkit-input-placeholder,.select-menu-text-filter input:-moz-placeholder { + color: #aaa +} + +.select-menu-tabs { + height: 33px; + border-bottom: 1px solid #ddd +} + +.select-menu-tabs ul { + overflow: hidden; + padding: 14px 10px 0 +} + +.select-menu-tabs .select-menu-tab { + display: inline-block +} + +.select-menu-tabs a { + height: 20px; + padding: 5px 8px; + font-size: 11px; + font-weight: bold; + color: #888; + text-decoration: none; + line-height: 20px; + border-radius: 3px 3px 0 0; + cursor: pointer +} + +.select-menu-tabs a:hover { + color: #333 +} + +.select-menu-tabs a.selected { + padding: 4px 5px; + border: 1px solid #ddd; + border-bottom: 1px solid #fff; + background-color: #fff; + color: #333 +} + +.select-menu-list { + max-height: 400px; + overflow: auto; + position: relative +} + +.select-menu-list.select-menu-tab-bucket { + display: none +} + +.select-menu-list.select-menu-tab-bucket.selected { + display: block +} + +.select-menu-list.is-showing-new-item-form .select-menu-new-item-form { + display: table +} + +.select-menu-list.is-showing-new-item-form .select-menu-no-results,.select-menu-list.is-showing-new-item-form .select-menu-clear-item { + display: none +} + +.select-menu-item { + cursor: pointer; + border-bottom: 1px solid #eee; + display: table; + table-layout: fixed; + width: 100%; + overflow: hidden; + color: inherit +} + +.select-menu-item:hover { + text-decoration: none +} + +.select-menu-item.select-menu-item-template { + display: none +} + +.select-menu-item.disabled,.select-menu-item.disabled.selected { + color: #999 +} + +.select-menu-item.disabled .select-menu-item-gravatar,.select-menu-item.disabled.selected .select-menu-item-gravatar { + opacity: 0.5 +} + +.select-menu-item .octicon { + vertical-align: middle +} + +.select-menu-item .octicon-check { + visibility: hidden +} + +.select-menu-item input[type="radio"] { + display: none +} + +.select-menu-item .select-menu-item-icon { + display: table-cell; + color: transparent; + vertical-align: top; + padding: 8px 0 8px 8px; + width: 24px; + text-align: center +} + +.select-menu-item.navigation-focus,.select-menu-item.navigation-focus.selected,.select-menu-item.navigation-focus.select-menu-action,.select-menu-item.navigation-focus .description-inline { + background-color: #4183c4; + color: #fff +} + +.select-menu-item.navigation-focus>.octicon,.select-menu-item.navigation-focus.selected>.octicon,.select-menu-item.navigation-focus.select-menu-action>.octicon,.select-menu-item.navigation-focus .description-inline>.octicon { + color: #fff +} + +.select-menu-item.navigation-focus .text-danger,.select-menu-item.navigation-focus .description,.select-menu-item.navigation-focus.selected .text-danger,.select-menu-item.navigation-focus.selected .description,.select-menu-item.navigation-focus.select-menu-action .text-danger,.select-menu-item.navigation-focus.select-menu-action .description,.select-menu-item.navigation-focus .description-inline .text-danger,.select-menu-item.navigation-focus .description-inline .description { + color: #fff +} + +.select-menu-item>.octicon-dash { + display: none +} + +.select-menu-item.indeterminate>.octicon-check { + display: none +} + +.select-menu-item.indeterminate>.octicon-dash { + display: table-cell +} + +.select-menu-item.select-menu-action,.select-menu-item.selected { + color: #333 +} + +.select-menu-item.select-menu-action .description,.select-menu-item.selected .description { + color: #666 +} + +.select-menu-item.select-menu-action .octicon-check,.select-menu-item.selected .octicon-check { + visibility: visible +} + +.select-menu-item.select-menu-action>.octicon,.select-menu-item.selected>.octicon { + color: #333 +} + +.select-menu-item.select-menu-action .select-menu-item-text { + font-weight: bold +} + +.select-menu[data-multiple] .select-menu-item:active { + background-color: transparent !important +} + +.select-menu-item a { + color: inherit; + text-decoration: none +} + +.select-menu-item .hidden-select-button-text { + display: none +} + +.select-menu-item .css-truncate-target { + display: table-cell; + max-width: 100% +} + +form.select-menu-item>div:first-child { + display: none !important +} + +.select-menu-item.last-visible,.select-menu-list:last-child .select-menu-item:last-child { + border-bottom: 0; + border-radius: 0 0 3px 3px +} + +.select-menu-actions .select-menu-item:hover { + background-color: #4183c4; + color: #fff +} + +.select-menu-actions .select-menu-item:hover>.octicon { + color: #fff +} + +.select-menu-actions .select-menu-item:hover .description { + color: #fff +} + +.select-menu-no-results { + padding: 9px; + display: none; + cursor: auto; + color: #999 +} + +.select-menu-list.filterable-empty .select-menu-no-results,.select-menu-no-results:only-child { + display: block +} + +.select-menu-button-gravatar,.select-menu-item-gravatar { + overflow: hidden; + line-height: 0; + width: 20px +} + +.select-menu-button-gravatar img,.select-menu-item-gravatar img { + height: 20px; + width: 20px; + display: inline-block; + border-radius: 3px +} + +.select-menu-item-gravatar { + display: table-cell; + padding: 6px 0 6px 8px; + vertical-align: top; + width: 28px +} + +.select-menu-button-gravatar { + display: inline-block; + margin: 6px 3px 6px 0; + margin-right: 5px; + vertical-align: middle +} + +.select-menu-item-text { + display: table-cell; + vertical-align: top; + padding: 8px 0 8px 8px; + text-align: left +} + +.select-menu-item-text:first-child { + margin-left: 5px +} + +.select-menu-item-text .description { + color: #999; + font-size: 12px; + max-width: 265px; + display: block; + margin-top: 3px +} + +.select-menu-item-text .description-inline { + color: #999; + font-size: 10px +} + +.select-menu-item-heading { + display: block; + margin-top: 0; + margin-bottom: 0; + font-size: 14px; + font-weight: bold; + line-height: 1.1 +} + +.select-menu-item-heading .description { + font-weight: normal; + display: inline +} + +.select-menu-footer { + padding: 8px; + font-weight: bold; + border-top: 1px solid #eee +} + +.select-menu-footer a { + display: inline-block; + margin-top: 1px; + vertical-align: top +} + +.select-menu-footer .octicon { + color: #666 +} + +.select-menu-new-item-form { + display: none +} + +.select-menu-new-item-form .octicon { + color: #4183c4 +} + +.modal-backdrop { + display: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +body.menu-active .modal-backdrop { + display: block; + position: fixed; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 20 +} + +.dropdown { + position: relative +} + +.dropdown-caret { + display: inline-block; + width: 0; + height: 0; + content: ""; + vertical-align: -2px; + border: 4px solid; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 50%; + z-index: 100; + width: 160px; + margin-top: 2px; + margin-left: -80px; + padding-top: 5px; + padding-bottom: 5px; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0,0,0,0.15); + border-radius: 4px; + box-shadow: 0 3px 12px rgba(0,0,0,0.15) +} + +.dropdown-menu:before { + position: absolute; + top: -16px; + left: 72px; + display: inline-block; + content: ""; + border: 8px solid transparent; + border-bottom-color: #ccc; + border-bottom-color: rgba(0,0,0,0.15) +} + +.dropdown-menu:after { + position: absolute; + top: -14px; + left: 73px; + display: inline-block; + content: ""; + border: 7px solid transparent; + border-bottom-color: #fff +} + +.dropdown-menu>li>a { + display: block; + padding: 4px 10px 4px 38px; + color: #333; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis +} + +.dropdown-menu>li>a>.octicon { + float: left; + margin-top: 1px; + margin-left: -23px; + opacity: 0.5 +} + +.dropdown-menu>li>a:hover,.dropdown-menu>li>a.zeroclipboard-is-hover { + color: #fff; + text-decoration: none; + background-color: #4183c4 +} + +.dropdown-menu>li>a:hover>.octicon,.dropdown-menu>li>a.zeroclipboard-is-hover>.octicon { + color: inherit; + opacity: 1 +} + +.dropdown-divider { + height: 1px; + margin: 8px 1px; + background-color: #e5e5e5 +} + +.dropdown-header { + padding: 4px 15px; + font-size: 12px; + color: #999 +} + +.dropdown-menu-content { + display: none +} + +.dropdown-menu-w { + top: 0; + left: auto; + right: 100%; + width: auto; + margin-top: 0; + margin-left: 0; + margin-right: 10px +} + +.dropdown-menu-w:before { + top: 10px; + right: -16px; + left: auto; + border-color: transparent; + border-left-color: #ccc; + border-left-color: rgba(0,0,0,0.15) +} + +.dropdown-menu-w:after { + top: 11px; + right: -14px; + left: auto; + border-color: transparent; + border-left-color: #fff +} + +.dropdown-menu-e { + top: 0; + left: 100%; + width: auto; + margin-top: 0; + margin-left: 10px +} + +.dropdown-menu-e:before { + top: 10px; + left: -16px; + border-color: transparent; + border-right-color: #ccc; + border-right-color: rgba(0,0,0,0.15) +} + +.dropdown-menu-e:after { + top: 11px; + left: -14px; + border-color: transparent; + border-right-color: #fff +} + +include-fragment,poll-include-fragment { + display: block +} + +.pagination:before { + display: table; + content: "" +} + +.pagination:after { + display: table; + clear: both; + content: "" +} + +.pagination a,.pagination span,.pagination em { + position: relative; + float: left; + margin-left: -1px; + font-size: 13px; + font-weight: bold; + font-style: normal; + padding: 7px 12px; + color: #4183c4; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background: #fff; + border: 1px solid #e5e5e5; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.pagination a:first-child,.pagination span:first-child,.pagination em:first-child { + margin-left: 0; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px +} + +.pagination a:last-child,.pagination span:last-child,.pagination em:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px +} + +.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus { + z-index: 2; + background-color: #e7e7e7; + border-color: #e5e5e5; + text-decoration: none +} + +.pagination .selected { + z-index: 3 +} + +.pagination .current,.pagination .current:hover { + z-index: 3; + color: #fff; + background-color: #4183c4; + border-color: #4183c4 +} + +.pagination .gap,.pagination .disabled,.pagination .gap:hover,.pagination .disabled:hover { + background-color: #fafafa; + cursor: default; + color: #d3d3d3 +} + +.ajax_paginate { + display: block; + margin-top: 20px +} + +.ajax_paginate a { + float: none; + display: block; + padding: 6px; + text-align: center +} + +.ajax_paginate.loading a { + text-indent: -3000px; + background-color: #eaeaea; + background-image: url(/images/spinners/octocat-spinner-16px-EAF2F5.gif); + background-repeat: no-repeat; + background-position: center center; + border-color: #c5c5c5 +} + +@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) { + .ajax_paginate.loading a { + background-image: url(/images/spinners/octocat-spinner-32-EAF2F5.gif); + background-size: 16px auto + } +} + +.paginate-container { + margin-top: 20px; + margin-bottom: 15px; + text-align: center +} + +.paginate-container .pagination { + display: inline-block +} + +.header { + padding-top: 10px; + padding-bottom: 10px; + min-width: 1000px; + background-color: #f5f5f5; + border-bottom: 1px solid #e5e5e5 +} + +.header-logged-out { + padding-top: 15px; + padding-bottom: 15px +} + +.header-logo-invertocat { + float: left; + margin-right: 10px; + margin-left: -2px; + color: #333; + white-space: nowrap +} + +.header-logo-invertocat .octicon-mark-github { + float: left; + width: 28px; + height: 28px; + font-size: 28px +} + +.header-logo-invertocat:hover { + color: #4183c4; + text-decoration: none +} + +.logo-subbrand { + float: left; + margin-left: 6px; + font-size: 16px; + font-weight: bold; + line-height: 28px +} + +.header-logo-wordmark { + position: relative; + float: left; + height: 26px; + margin-right: 15px; + color: #333 +} + +.header-logo-wordmark:hover { + color: #4183c4 +} + +.header-logo-wordmark .octicon-logo-github { + height: 26px; + font-size: 32px +} + +.notification-indicator .mail-status { + position: absolute; + top: -2px; + right: 2px; + z-index: 2; + display: none; + width: 14px; + height: 14px; + color: #fff; + text-align: center; + background-color: #4183c4; + background-image: -webkit-linear-gradient(#7ba9d6, #4183c4); + background-image: linear-gradient(#7ba9d6, #4183c4); + background-repeat: repeat-x; + background-clip: padding-box; + border-radius: 50%; + border: 2px solid #f3f3f3 +} + +.notification-indicator .mail-status.unread { + display: inline-block +} + +.notification-indicator:hover .mail-status { + background-color: #4183c4 +} + +.site-search { + position: relative; + float: left +} + +.site-search form { + position: relative; + float: left; + width: 360px; + margin-right: 10px +} + +.site-search input[type="text"] { + position: relative; + width: 100%; + min-height: 28px; + padding: 4px 20px 4px 8px; + font-size: 12px +} + +.site-search .scope-badge { + position: absolute; + top: 3px; + left: 3px; + bottom: 3px; + z-index: 10; + display: none; + padding: 3px 6px; + font-size: 12px; + color: #777; + background-color: #eee; + border-radius: 2px; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out +} + +.site-search.repo-scope .scope-badge { + display: block +} + +.site-search.repo-scope input[type="text"] { + padding-left: 100px +} + +.site-search.repo-scope input[type="text"]:focus+.scope-badge,.site-search.repo-scope .focused .drag-and-drop+.scope-badge,.focused .site-search.repo-scope .drag-and-drop+.scope-badge { + background-color: #e4eef7; + color: #4183c4 +} + +.header-nav { + list-style: none +} + +.header-nav-item { + float: left +} + +.header-nav-item.active .dropdown-menu-content { + display: block +} + +.header-nav-item.active .tooltipped:before,.header-nav-item.active .tooltipped:after { + display: none +} + +.header-nav-link { + display: block; + padding: 4px 8px; + font-size: 13px; + font-weight: bold; + line-height: 20px; + color: #333 +} + +.header-nav-link:hover,.header-nav-link:focus { + color: #4183c4; + text-decoration: none +} + +.header-nav-link:hover .dropdown-caret,.header-nav-link:focus .dropdown-caret { + border-top-color: #4183c4 +} + +.user-nav { + margin-right: -8px +} + +.user-nav .header-nav-link { + height: 28px +} + +.user-nav .octicon { + width: 18px; + height: 18px; + text-align: center +} + +.user-nav .octicon-inbox { + font-size: 20px +} + +.user-nav .octicon-sign-out { + padding-top: 2px +} + +.user-nav .octicon-plus { + float: left; + width: 16px; + height: 18px; + font-size: 18px +} + +.user-nav .avatar { + float: left; + margin-right: 5px +} + +.user-nav .name { + float: left; + white-space: nowrap +} + +.sign-out-button { + background: none; + border: 0 +} + +.header-actions { + float: right; + margin-top: -3px; + margin-bottom: -3px +} + +.header-actions .button { + margin-left: 5px +} + +.enterprise .header { + background-color: #2a2c2e; + border-bottom-color: #121213 +} + +.is-stats .enterprise .header { + box-shadow: inset 0 1px 0 rgba(255,255,255,0.05) +} + +.enterprise .header-logo-wordmark,.enterprise .header-logo-invertocat,.enterprise .header-nav-link { + color: #c8c8ca +} + +.enterprise .header-logo-wordmark:hover,.enterprise .header-logo-wordmark:focus,.enterprise .header-logo-invertocat:hover,.enterprise .header-logo-invertocat:focus,.enterprise .header-nav-link:hover,.enterprise .header-nav-link:focus { + color: #fafafa +} + +.enterprise .header-nav-link:hover .dropdown-caret,.enterprise .header-nav-link:focus .dropdown-caret { + border-top-color: #fafafa +} + +.enterprise .notification-indicator .mail-status { + border-color: #2a2c2e +} + +.enterprise .notification-indicator:hover .mail-status { + background-color: #d26911 +} + +.enterprise .header-actions .button { + border: 0; + box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),0 1px 1px rgba(0,0,0,0.5) +} + +.enterprise .site-search .scope-badge { + background-color: #5b5f63; + color: #c8c8ca +} + +.enterprise .site-search input[type="text"] { + color: #fafafa; + background-color: #4f5256; + border-color: #121213 +} + +.enterprise .site-search input[type="text"]:focus,.enterprise .site-search .focused .drag-and-drop,.focused .enterprise .site-search .drag-and-drop { + background-color: #55595d; + border-color: #000; + box-shadow: inset 0 1px 0 rgba(0,0,0,0.075) +} + +.enterprise .site-search input[type="text"]:focus+.scope-badge,.enterprise .site-search .focused .drag-and-drop+.scope-badge,.focused .enterprise .site-search .drag-and-drop+.scope-badge { + background-color: #676c71; + color: #fff +} + +.unsupported-browser { + padding: 15px 0; + color: #211e14; + background-color: #fae692; + background-image: -webkit-linear-gradient(#feefae, #fae692); + background-image: linear-gradient(#feefae, #fae692); + background-repeat: repeat-x; + border-bottom: 1px solid #b3a569 +} + +.unsupported-browser .container { + background: url(/images/icons/ie-notice.png) no-repeat 0 5px +} + +.unsupported-browser h5 { + font-size: 13px; + margin: 5px 0 2px; + padding-left: 48px +} + +.unsupported-browser p { + margin: 0; + padding-left: 48px +} + +.unsupported-browser .button { + float: right; + margin-top: 5px; + margin-left: 8px +} + +.mobile-banner button.switch-to-mobile { + display: block; + width: 100%; + padding: 30px 0 45px; + border: 0; + background-color: #444; + color: #eaeaea; + font-size: 60px; + text-align: center; + font-weight: bold +} + +.mobile-banner button.switch-to-mobile .mega-octicon { + position: relative; + top: -8px; + margin-right: 5px; + color: #ddd; + font-size: 48px +} + +.accessibility-aid { + height: 1px; + width: 1px; + clip: rect(1px, 1px, 1px, 1px); + overflow: hidden; + position: absolute; + margin: 0 +} + +.accessibility-aid:focus { + height: auto; + width: auto; + clip: auto; + z-index: 1; + top: 0; + line-height: 49px; + padding: 0 10px; + background: #f5f5f5; + font-weight: bold; + text-decoration: none; + color: #333 +} + +.is-stats .accessibility-aid:focus { + top: 34px +} + +.site-footer { + position: relative; + margin-top: 40px; + padding-top: 40px; + padding-bottom: 40px; + font-size: 12px; + line-height: 1.5; + color: #777; + border-top: 1px solid #eee +} + +.site-footer:before { + display: table; + content: "" +} + +.site-footer:after { + display: table; + clear: both; + content: "" +} + +.site-footer .octicon-mark-github { + position: absolute; + top: 38px; + left: 50%; + height: 24px; + width: 24px; + margin-left: -12px; + font-size: 24px; + color: #ccc +} + +.site-footer .octicon-mark-github:hover { + color: #bbb +} + +.site-footer-links { + margin: 0; + list-style: none +} + +.site-footer-links li { + display: inline-block; + line-height: 16px +} + +.site-footer-links li+li { + margin-left: 10px +} + +.billing-plans tbody td { + width: 25%; + vertical-align: middle +} + +.billing-plans .current { + background-color: #f2ffed +} + +.billing-plans .name { + font-size: 14px; + font-weight: bold; + color: #333 +} + +.billing-plans .coupon { + font-size: 12px +} + +.billing-plans .coupon td { + color: #fff; + background-color: #6cc644 +} + +.billing-plans .coupon .text-right { + white-space: nowrap +} + +.billing-plans .coupon.expiring td { + background-color: #df6e00 +} + +.billing-plans .coupon.expiring .coupon-label:after { + border-bottom-color: #df6e00 +} + +.billing-plans tbody>.selected { + background-color: #fdffce +} + +.coupon-label { + position: relative; + padding: 9px; + margin: -9px +} + +.coupon-label:after { + position: absolute; + bottom: 100%; + left: 15px; + width: 0; + height: 0; + pointer-events: none; + content: " "; + border: solid transparent; + border-width: 5px; + border-bottom-color: #6cc644 +} + +.boxed-group-table .toggle-currency { + font-size: 11px; + font-weight: normal +} + +.is-hidden,.has-removed-contents { + display: none +} + +.currency-notice { + margin-bottom: 10px +} + +.org-login { + margin-top: -30px; + margin-bottom: 30px +} + +.org-login img { + width: 450px; + padding: 1px; + margin: 10px -25px; + border: 1px solid #ccc +} + +.plan-notice { + border-top: 1px solid #eee; + margin-bottom: 0; + padding: 10px +} + +.auth-form { + width: 400px; + margin: 60px auto +} + +.auth-form .note { + margin: 15px 0; + text-align: center +} + +.auth-form-header { + position: relative; + padding: 10px 20px; + margin: 0; + color: #fff; + text-shadow: 0 -1px 0 rgba(0,0,0,0.3); + background-color: #829aa8; + border: 1px solid #768995; + border-radius: 3px 3px 0 0 +} + +.auth-form-header h1 { + margin-top: 0; + margin-bottom: 0; + font-size: 16px +} + +.auth-form-header h1 a { + color: #fff +} + +.auth-form-header .octicon { + position: absolute; + top: 10px; + right: 20px; + color: rgba(0,0,0,0.4); + text-shadow: 0 1px 0 rgba(255,255,255,0.1) +} + +.auth-form-body { + padding: 20px; + font-size: 14px; + background-color: #fff; + border: 1px solid #d8dee2; + border-top: 0; + border-radius: 0 0 3px 3px +} + +.auth-form-body .input-block { + margin-top: 5px; + margin-bottom: 15px +} + +.auth-form-body p { + margin: 0 0 10px +} + +.two-factor-help { + position: relative; + padding: 10px 10px 10px 36px; + margin: 60px 0 auto auto; + border: 1px solid #eaeaea; + border-radius: 3px +} + +.two-factor-help .octicon { + position: absolute; + top: 10px; + left: 10px +} + +.two-factor-help .minibutton { + float: right +} + +.two-factor-help ul { + list-style-type: none +} + +.flash.sms-error,.flash.sms-success { + display: none; + margin: 0 0 10px +} + +.is-sent .sms-success { + display: block +} + +.is-sent .sms-error { + display: none +} + +.is-not-sent .sms-success { + display: none +} + +.is-not-sent .sms-error { + display: block +} + +.autocomplete-results { + position: absolute; + z-index: 99; + display: none; + max-height: 20em; + overflow-y: auto; + font-size: 13px; + list-style: none; + background: #fff; + border: 1px solid #c1c1c1; + border-radius: 3px; + box-shadow: 0 0 5px rgba(0,0,0,0.3) +} + +.autocomplete-results .no-results { + display: none +} + +.autocomplete-group { + width: 100%; + overflow: hidden +} + +.autocomplete-item { + display: block; + padding: 5px; + overflow: hidden; + font-weight: bold; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + cursor: pointer +} + +.autocomplete-item.selected,.autocomplete-item.navigation-focus { + color: #fff; + text-decoration: none; + background-color: #4183c4 +} + +.autocomplete-item.selected .organization-member,.autocomplete-item.selected .ldap-group-dn,.autocomplete-item.navigation-focus .organization-member,.autocomplete-item.navigation-focus .ldap-group-dn { + color: #f2f2f2 +} + +.autocomplete-item .secondary-label { + font-weight: normal +} + +.autocomplete-item .organization-member { + float: right; + padding-top: 1px; + color: #808080 +} + +.suggester-container { + position: absolute; + top: 58px; + left: 10px; + z-index: 30 +} + +.comment-content .suggester-container { + top: 46px +} + +.timeline-new-comment .suggester-container { + top: 52px +} + +.is-comment-editing .suggester-container { + top: 49px +} + +.merge-branch-form .suggester-container { + top: 39px +} + +.wiki-wrapper .suggester-container { + top: 93px; + left: -2px +} + +.suggester { + position: relative; + top: 0; + left: 0; + display: none; + min-width: 180px; + margin-top: 20px; + background: #fff; + border: 1px solid #ddd; + border-radius: 3px; + box-shadow: 0 0 5px rgba(0,0,0,0.1) +} + +.suggester.active { + display: block +} + +.suggester ul { + padding: 0; + margin: 0; + list-style: none +} + +.suggester li { + display: block; + padding: 5px 10px; + font-weight: bold; + border-bottom: 1px solid #ddd +} + +.suggester li small { + font-weight: normal; + color: #777 +} + +.suggester li:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +.suggester li:first-child a { + border-top-left-radius: 3px; + border-top-right-radius: 3px +} + +.suggester li.navigation-focus { + color: #fff; + text-decoration: none; + background: #4183c4 +} + +.suggester li.navigation-focus small { + color: #fff +} + +.breadcrumb { + margin-top: 5px; + margin-bottom: 5px; + font-size: 18px; + color: #999 +} + +.breadcrumb .separator:before,.breadcrumb .separator:after { + content: " " +} + +.breadcrumb strong.final-path { + color: #000 +} + +.breadcrumb .new-file-no-branch { + color: #ccc +} + +.breadcrumb .new-file-no-branch:hover { + color: #4183c4 +} + +.breadcrumb .zeroclipboard-button { + display: inline-block; + margin-left: 5px +} + +.breadcrumb .repo-root { + font-weight: bold +} + +.editor-license-template,.editor-gitignore-template { + position: relative; + top: 3px; + display: none; + float: right; + font-size: 14px +} + +.editor-license-template.is-visible,.editor-gitignore-template.is-visible { + display: block +} + +.editor-license-template .select-menu-git-ignore,.editor-license-template .select-menu-license-picker,.editor-gitignore-template .select-menu-git-ignore,.editor-gitignore-template .select-menu-license-picker { + right: 0 +} + +.editor-abort { + display: inline; + font-size: 14px +} + +.new-file-form { + color: #4183c4 +} + +.new-file-form,.edit-file-form,.delete-file-form { + cursor: pointer +} + +.delete-file-form { + margin-left: 4px +} + +.delete-file-form:hover { + color: #900 +} + +.blob-interaction-bar { + position: relative; + background-color: #f2f2f2; + border-bottom: 1px solid #e5e5e5 +} + +.blob-interaction-bar:before { + display: table; + content: "" +} + +.blob-interaction-bar:after { + display: table; + clear: both; + content: "" +} + +.blob-interaction-bar .octicon-search { + position: absolute; + top: 10px; + left: 10px; + font-size: 12px; + color: #999 +} + +input.blob-filter { + padding: 4px 20px 5px 30px; + width: 100%; + font-size: 12px; + border: 0; + border-radius: 0; + outline: none +} + +input.blob-filter:focus { + outline: none +} + +.markdown-body .csv-data td,.markdown-body .csv-data th { + padding: 5px; + overflow: hidden; + font-size: 12px; + line-height: 1; + text-align: left; + white-space: nowrap +} + +.markdown-body .csv-data .blob-num { + padding: 10px 8px 9px; + text-align: right; + background: #fff; + border: 0 +} + +.markdown-body .csv-data tr { + border-top: 0 +} + +.markdown-body .csv-data th { + font-weight: bold; + background: #f8f8f8; + border-top: 0 +} + +.too-long-message { + display: none; + color: #cea61b +} + +.is-too-long-error .too-long-message { + display: block +} + +.check-for-fork { + display: inline-block +} + +.check-for-fork img { + vertical-align: text-bottom +} + +.check-for-fork.is-error .check-for-fork-loading { + display: none +} + +.check-for-fork.is-error .check-for-fork-error { + display: inline-block +} + +.check-for-fork-error { + display: none +} + +.file-commit-form { + padding-left: 64px +} + +.file-commit-form .commit-form-avatar { + float: left; + margin-left: -64px; + border-radius: 4px +} + +.file-commit-form .commit-form { + position: relative; + padding: 15px; + margin-bottom: 10px; + border: 1px solid #ddd; + border-radius: 3px +} + +.file-commit-form .commit-form:after,.file-commit-form .commit-form:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none +} + +.file-commit-form .commit-form:after { + border-width: 7px; + border-right-color: #fff; + margin-top: 1px; + margin-left: 2px +} + +.file-commit-form .commit-form:before { + border-right-color: #ddd; + border-width: 8px +} + +.file-commit-form .commit-message { + min-height: 100px +} + +.file-commit-form-heading { + margin-top: 0; + margin-bottom: 10px +} + +.quick-pull-choice .form-checkbox { + padding-left: 25px; + margin: 10px 0 +} + +.quick-pull-choice .form-checkbox label { + font-weight: normal +} + +.quick-pull-choice .form-checkbox .octicon { + width: 16px; + margin-right: 3px; + text-align: center +} + +.quick-pull-choice dl.form,.quick-pull-choice .form-checkbox:last-child { + margin-bottom: 0 +} + +.quick-pull-choice .quick-pull-branch-name { + display: none; + padding-left: 48px; + margin-top: 5px +} + +.quick-pull-choice .new-branch-name-input { + position: relative; + margin-top: 5px +} + +.quick-pull-choice .new-branch-name-input input { + width: 240px; + padding-left: 26px; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace +} + +.quick-pull-choice .new-branch-name-input .quick-pull-new-branch-icon { + position: absolute; + top: 9px; + left: 10px; + color: #b0c4ce +} + +.quick-pull-choice.will-normalize-ref .quick-pull-normalization-info { + display: inline-block +} + +.quick-pull-choice.will-create-branch .quick-pull-branch-name { + display: inline-block +} + +.quick-pull-normalization-info { + position: absolute; + top: 34px; + left: 0; + z-index: 10; + display: none; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +.merge-pr { + padding-top: 10px; + margin: 20px 0 0; + border-top: 1px solid #ddd +} + +.merge-pr.open .merge-branch-form { + display: block +} + +.merge-pr.open .branch-action { + display: none +} + +.branch-status { + padding: 10px 0 0; + border: solid #eee; + border-width: 0 0 1px +} + +.branch-status.branch-status-next { + padding: 0; + border-width: 0 +} + +.branch-status .octicon { + width: 16px; + text-align: center +} + +.branch-status.open>.build-statuses-list { + max-height: 370px; + border-width: 1px 0 +} + +.branch-status.open .statuses-toggle-opened { + display: inline +} + +.branch-status.open .statuses-toggle-closed { + display: none +} + +.status-description { + display: block; + padding: 0 15px 10px 12px +} + +.branch-status-next .status-description { + padding: 12px 15px 10px 12px; + font-weight: bold; + position: relative +} + +.branch-status-next .status-description .button-link,.branch-status-next .status-description a.right { + color: #bbb; + display: block; + position: absolute; + text-align: right; + top: 0; + right: 0; + bottom: 0; + padding: 8px 12px +} + +.branch-status-next .status-description .button-link .octicon,.branch-status-next .status-description a.right .octicon { + position: absolute; + right: 12px; + top: 18px +} + +.branch-status-next .status-description .button-link:hover,.branch-status-next .status-description a.right:hover { + color: #999 +} + +.branch-status-next .status-description strong { + display: block; + line-height: 1 +} + +.branch-status-header { + display: table; + width: 100%; + table-layout: fixed +} + +.branch-status-header .status-description { + display: table-cell; + width: 100%; + border: 1px solid #eee; + border-width: 0 0 1px 1px +} + +.branch-status-header .status-description:first-child { + border-left-width: 0; + border-radius: 3px 0 0 +} + +.branch-status-header .status-description:last-child { + border-radius: 0 3px 0 0 +} + +.branch-status-header .open .statuses-toggle-opened { + display: block +} + +.branch-status-header .open .statuses-toggle-closed { + display: none +} + +.completeness-indicator { + width: 30px; + height: 30px; + margin: -1px 8px 0 0; + float: left +} + +.completeness-indicator span { + display: none +} + +.completeness-indicator .failure { + fill: #bd2c00 +} + +.completeness-indicator .pending { + fill: #cea61b +} + +.completeness-indicator .success { + fill: #6cc644 +} + +.completeness-indicator .error { + fill: #999 +} + +.completeness-indicator.success,.build-status-single .completeness-indicator { + background: #6cc644; + border-radius: 100%; + color: #fff; + text-align: center +} + +.completeness-indicator.success span,.build-status-single .completeness-indicator span { + display: inline-block; + margin-top: 7px +} + +.build-status-single .completeness-indicator.failure { + background: #bd2c00 +} + +.build-status-single .completeness-indicator.pending { + background: #cea61b +} + +.build-status-single .completeness-indicator.error { + background: #999 +} + +.build-status-single .css-truncate-target { + width: 80%; + max-width: 80% +} + +.branch-status-header .build-status-single a { + line-height: 1; + font-weight: normal +} + +.build-statuses-list,.status-tabs-content { + max-height: 0; + margin-bottom: -1px; + overflow-y: auto; + border: solid #eee; + border-width: 1px 0 0; + padding: 0; + -webkit-transition: max-height 0.25s ease-in-out; + transition: max-height 0.25s ease-in-out +} + +.status-tabs-container.open .build-statuses-list,.status-tabs-container.open .status-tabs-content { + max-height: 370px +} + +.status-tabs-content { + border-width: 0; + margin-bottom: 0 +} + +.status-tabs-content .build-statuses-list { + border-width: 0 0 1px; + margin-bottom: 0 +} + +.status-tabs-container.open .status-tabs-content { + max-height: 370px; + border-width: 0 +} + +.status-tabs-content-view { + padding: 10px 12px; + background: #fafafa; + border-bottom: 1px solid #eee; + display: none +} + +.status-tabs-content-view .octicon { + color: #ccc +} + +.status-tabs-content-view .octicon:hover { + color: #555 +} + +.status-tabs-content-view.open { + display: block +} + +.status-tabs-content-view.build-statuses-list { + padding: 0; + border-bottom: 1px solid #eee +} + +.statuses-toggle-opened { + display: none +} + +.build-status-item { + padding: 10px 15px 10px 12px; + background-color: #fafafa; + border-bottom: 1px solid #eee +} + +.build-status-item:last-child { + border-bottom: 0 +} + +.build-status-item .css-truncate-target { + width: 80%; + max-width: 80% +} + +.build-status-icon { + width: 16px; + text-align: center +} + +.build-status-details { + margin-left: 10px +} + +.merge-pr-more-commits { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 64px; + font-size: 12px; + color: #777 +} + +.branch-action { + padding-left: 64px; + margin-top: 15px; + margin-bottom: 15px +} + +.branch-action .merge-branch-heading { + margin-bottom: 2px +} + +.branch-action .delete-branch-failure { + display: none; + padding: 15px +} + +.branch-action.error .delete-branch-failure { + display: block +} + +.branch-action.error .merge-message { + display: none +} + +.branch-action-icon { + float: left; + width: 48px; + height: 48px; + margin-left: -64px; + line-height: 48px; + color: #fff; + text-align: center; + border-radius: 3px +} + +.branch-action-body { + position: relative; + background-color: #fff; + border: 1px solid #e5e5e5; + border-radius: 3px +} + +.branch-action-body:after,.branch-action-body:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none +} + +.branch-action-body:after { + border-width: 7px; + border-right-color: #fff; + margin-top: 1px; + margin-left: 2px +} + +.branch-action-body:before { + border-right-color: #ddd; + border-width: 8px +} + +.branch-action-body .spinner { + display: block; + float: left; + width: 32px; + height: 32px; + margin-right: 15px; + background: url(/images/spinners/octocat-spinner-32.gif) no-repeat +} + +.branch-action-body .merge-message,.branch-action-body .merge-branch-form { + padding: 15px +} + +.branch-action-state-clean .branch-action-icon { + background-color: #6cc644 +} + +.branch-action-state-clean .branch-action-body { + border-color: #95c97e +} + +.branch-action-state-clean .branch-action-body:before { + border-right-color: #95c97e +} + +.branch-action-state-unknown .branch-action-icon,.branch-action-state-unstable .branch-action-icon { + background-color: #cea61b +} + +.branch-action-state-unknown .branch-action-body,.branch-action-state-unstable .branch-action-body { + border-color: #e2cc7a +} + +.branch-action-state-unknown .branch-action-body:before,.branch-action-state-unstable .branch-action-body:before { + border-right-color: #e2cc7a +} + +.branch-action-state-merged .branch-action-icon { + background-color: #6e5494 +} + +.branch-action-state-merged .branch-action-body { + border-color: #886ead +} + +.branch-action-state-merged .branch-action-body:before { + border-right-color: #886ead +} + +.branch-action-state-dirty .branch-action-icon,.branch-action-state-closed-dirty .branch-action-icon { + background-color: #888 +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .branch-action-body .spinner { + background-image:url(/images/spinners/octocat-spinner-64.gif); + background-size: 32px 32px + } +} + +.collected-todos { + padding-left: 64px; + margin-top: 15px; + margin-bottom: 15px +} + +.collected-todos .status-tabs-content-view { + border: 1px solid #eee; + border-width: 1px 0 0; + border-radius: 0 0 3px 3px +} + +.collected-todos .open .statuses-toggle-opened { + display: block +} + +.collected-todos .open .statuses-toggle-closed { + display: none +} + +.collected-todos-body { + position: relative; + background-color: #fff; + border: 1px solid #e5e5e5; + border-radius: 3px +} + +.merge-branch-form { + display: none; + margin: 15px 0 +} + +.merge-branch-form .commit-form { + border-color: #95c97e +} + +.merge-branch-form .commit-form:before { + border-right-color: #95c97e +} + +.merge-branch-form.error .commit-form { + border-color: #e97a74 +} + +.merge-branch-form.error .commit-form:before { + border-right-color: #e97a74 +} + +.merge-branch-form .merge-form-failed { + display: none +} + +.merge-branch-form.error .merge-form-failed { + display: block +} + +.merge-branch-form.error .merge-form-contents { + display: none +} + +.merge-button-matrix-merge-form .merge-branch-form { + display: block +} + +.merge-button-matrix-merge-form .merge-branch-form .merge-form-contents { + display: block +} + +.merge-button-matrix-merge-failed .merge-branch-form { + display: block +} + +.merge-button-matrix-merge-failed .merge-branch-form .merge-form-failed { + display: block +} + +.merge-button-matrix-merge-failed .merge-branch-form .merge-form-contents { + display: none +} + +p.recently-touched-branches-description { + margin: 0; + font-size: 11px; + color: #888 +} + +.recently-touched-branches { + padding: 0; + margin: 5px 0 10px; + color: #4c4a42; + background-color: #fff9ea; + border: solid 1px #dfd8c2; + border-radius: 3px +} + +.recently-touched-branches a.branch-link { + font-weight: bold +} + +.recently-touched-branches li { + height: 36px; + padding: 5px; + margin: 0; + line-height: 23px; + list-style-type: none; + border-bottom: 1px solid #e5e2c8 +} + +.recently-touched-branches li:last-child { + border-bottom: 0 +} + +.recently-pushed-branch-actions { + float: right +} + +.recently-pushed-branch-details { + display: inline-block; + margin: 0 0 0 7px; + font-size: 13px; + line-height: 26px; + color: #a19e7f +} + +.recently-pushed-branch-details a { + color: #6b694f +} + +.recently-pushed-branch-details .css-truncate-target { + max-width: 400px +} + +.branch-name { + display: inline-block; + padding: 2px 6px; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + color: rgba(0,0,0,0.5); + background-color: rgba(209,227,237,0.5); + border-radius: 3px +} + +.branch-name .octicon { + margin: 1px -2px 0 0; + color: #b0c4ce +} + +a.branch-name { + color: #4183c4 +} + +.range-editor { + position: relative; + padding: 15px 15px 15px 45px; + margin-bottom: 10px; + background-color: #fafafa; + border: 1px solid #eee; + border-radius: 3px +} + +.range-editor .range { + position: relative +} + +.range-editor .range p { + margin: 0 0 8px; + font-size: 12px; + color: #999 +} + +.range-editor .range .dots { + margin: 0 4px; + font-size: 16px; + color: #999 +} + +.range-editor .range .select-menu { + position: relative; + display: inline-block +} + +.range-editor .range .select-menu.fork-suggester { + display: none +} + +.range-editor .range .branch-name { + line-height: 22px +} + +.is-cross-repo .range-editor .range .select-menu.fork-suggester { + display: inline-block +} + +.is-cross-repo .range-editor .range .cross-repo-text { + display: none +} + +.range-editor .range .branch .css-truncate-target,.range-editor .range .fork-suggester .css-truncate-target { + max-width: 180px +} + +.range-editor-icon { + float: left; + margin-left: -30px; + color: #666 +} + +.range-cross-repo-pair { + display: inline-block; + white-space: nowrap +} + +ul.comparison-list { + width: 350px; + margin: 25px auto 15px; + font-size: 14px; + text-align: left; + background: #fff; + border: 1px solid #ddd; + border-radius: 3px +} + +ul.comparison-list>li { + padding: 7px 10px; + list-style-type: none; + border-top: 1px solid #eee +} + +ul.comparison-list>li a { + font-weight: bold +} + +ul.comparison-list>li em { + float: right; + font-style: normal; + color: #999 +} + +ul.comparison-list>li .octicon { + position: relative; + top: 1px; + color: #aaa +} + +ul.comparison-list>li .css-truncate-target { + max-width: 200px +} + +ul.comparison-list>li.title { + font-size: 12px; + font-weight: bold; + color: #aaa; + text-transform: uppercase; + background: #fafafa; + border-top: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px +} + +.recently-touched-branches-wrapper { + margin: 15px 0 +} + +.starring-container .unstarred,.starring-container.on .starred { + display: block +} + +.starring-container.on .unstarred,.starring-container .starred { + display: none +} + +.starring-container.loading { + opacity: 0.5 +} + +.user-following-container .follow,.user-following-container.on .unfollow { + display: inline-block +} + +.user-following-container.on .follow,.user-following-container .unfollow { + display: none +} + +.user-following-container.loading { + opacity: 0.5 +} + +.members .user-following-container { + float: right +} + +.close-button,.web-edit-button { + background: transparent; + border: 0; + padding: 0; + outline: none +} + +.code-list .file-box { + border: 1px solid #ddd; + border-radius: 3px +} + +.code-list em { + background-color: rgba(255,255,140,0.5); + padding: 3px; + border-radius: 3px; + font-weight: bold; + font-style: normal; + color: #333 +} + +.code-list .title { + margin: -3px 0 10px 38px; + min-height: 24px; + font-weight: bold; + line-height: 1.2 +} + +.code-list .repo-specific .title,.code-list .repo-specific .full-path { + margin-left: 0 +} + +.code-list .match-count,.code-list .updated-at { + margin: 0; + font-size: 11px; + color: #999; + font-weight: normal +} + +.code-list .language { + float: right; + color: rgba(51,51,51,0.75); + font-size: 12px; + margin-left: 10px +} + +.code-list .avatar { + float: left +} + +.code-list .code-list-item+.code-list-item { + margin-top: 20px; + padding-top: 20px; + border-top: 1px solid #eee; + margin-bottom: 10px +} + +.code-list .blob-num { + padding: 0 +} + +.code-list .blob-num:before { + content: normal +} + +.code-list .blob-num a { + color: inherit; + padding: 0 10px +} + +.code-list .blob-num a:hover { + color: #4183c4 +} + +.code-list .blob-code { + white-space: pre-wrap +} + +.code-list .divider .blob-num,.code-list .divider .blob-code { + background-color: #f8fafd; + padding-top: 0; + padding-bottom: 0; + cursor: default +} + +.code-list .divider .blob-num { + background-color: #f0f5fa; + line-height: 15px; + padding: 0 10px; + height: 18px +} + +.code-list .full-path { + margin: 0 0 0 40px +} + +.code-list .full-path .octicon-repo { + color: #666 +} + +.code-list .full-path .octicon-lock { + color: #e9dba4 +} + +.code-list .full-path a { + color: #999 +} + +.code-list-item-private .file-box { + border: 1px solid #fadda5 +} + +.code-list-item-private .blob-num { + background-color: #fff9ea; + border-right: 1px solid #fadda5 +} + +.code-list-item-private .blob-num a { + color: #a1882b +} + +.code-list-item-private .divider .blob-num,.code-list-item-private .divider .blob-code { + background-color: #fff9ea; + color: #a1882b +} + +.codesearch-head { + padding-bottom: 20px +} + +.codesearch-head.pagehead h1 { + float: left; + width: 250px; + line-height: 33px +} + +.advanced-search-form h3 { + margin-top: 20px +} + +.advanced-search-form .flattened dt { + width: 230px +} + +.advanced-search-form .flattened dt label { + font-weight: normal +} + +.advanced-search-form .flattened dd { + margin-left: 250px +} + +.advanced-search-form .form-checkbox { + margin-left: 250px +} + +.advanced-search-form fieldset { + border-bottom: 1px solid #f1f1f1; + padding-bottom: 20px; + margin-bottom: 30px +} + +.codesearch-results .large-format-loader { + padding-top: 5% +} + +.codesearch-results .repo-list { + margin-top: -20px +} + +.codesearch-results .repo-list-name { + font-weight: normal +} + +.codesearch-results .repo-list-name a,.codesearch-results .code-list .title a { + word-wrap: break-word +} + +.codesearch-results .repo-list-name em,.codesearch-results .repo-list-description em { + padding: 3px; + font-style: normal; + font-weight: bold; + background-color: rgba(255,255,140,0.5); + border-radius: 3px +} + +.codesearch-results .search-foot-note { + color: #999; + text-align: center +} + +.meta-search-links { + margin-top: 20px +} + +.meta-search-links a { + margin-right: 10px +} + +.codesearch-aside .menu .octicon { + width: 16px; + text-align: center; + margin-right: 5px +} + +.codesearch-aside .meta-search-links { + margin-top: 20px +} + +.codesearch-aside .meta-search-links a { + margin-right: 10px +} + +.codesearch-aside .filter-list { + border-bottom: 1px solid #f1f1f1; + margin-bottom: 20px; + padding-bottom: 20px +} + +.codesearch-aside .filter-list li { + position: relative +} + +.codesearch-aside .filter-list li span.bar { + background: #f1f1f1; + display: inline-block; + position: absolute; + z-index: -1; + top: 2px; + bottom: 2px; + right: 0 +} + +.simple-search-page { + width: 740px; + padding-top: 100px; + padding-bottom: 100px +} + +.simple-search-page h2 { + font-weight: normal +} + +.simple-search-page h2 .mega-octicon { + vertical-align: middle +} + +.search-form-fluid { + position: relative +} + +.search-form-fluid .flex-table-item-primary { + padding-right: 10px +} + +.search-form-fluid .completed-query { + position: absolute; + top: 7px; + left: 8px; + right: 8px; + z-index: 1; + margin: 0; + overflow: hidden; + white-space: nowrap +} + +.search-form-fluid .completed-query span { + opacity: 0 +} + +.search-form-fluid .search-page-label { + position: relative; + display: block; + font-weight: normal; + cursor: text +} + +.search-form-fluid .search-page-label.focus .completed-query { + opacity: 0.6 +} + +.search-form-fluid .search-page-input { + position: relative; + z-index: 2; + min-height: 0; + margin: 0; + padding: 0; + background: none; + border: 0; + box-shadow: none +} + +.search-form-fluid .search-page-input:focus { + box-shadow: none +} + +.token-warning { + position: absolute; + top: 10px; + right: 85px; + color: #000 +} + +.sort-bar { + border-bottom: 1px solid #f1f1f1; + margin-bottom: 20px; + padding-bottom: 20px +} + +.sort-bar .sort-label { + padding-right: 5px; + font-weight: 200; + font-size: 13px; + color: #666 +} + +.sort-bar .select-menu { + float: right +} + +.sort-bar h3 { + margin: 0 +} + +.sort-bar .sort-form { + float: right +} + +.sort-bar .sort-link { + font-weight: bold; + color: #8a8a8a; + text-decoration: none; + margin-top: 4px +} + +.sort-form .sort-icon { + border: 5px solid #8a8a8a; + height: 0; + width: 0; + display: inline-block; + margin-left: 5px +} + +.sort-form .sort-desc .sort-icon { + border-color: #8a8a8a transparent transparent; + border-width: 5px 4px 2px +} + +.sort-form .sort-asc .sort-icon { + border-color: transparent transparent #8a8a8a; + border-width: 2px 4px 5px +} + +.file-editor-textarea { + width: 100%; + padding: 5px 4px; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + resize: vertical; + border: 0; + border-radius: 0; + outline: none +} + +.container-preview .tabnav-tabs { + margin: -6px 0 -5px -11px +} + +.container-preview .tabnav-tabs .tabnav-tab { + padding: 12px 15px; + border-radius: 0 +} + +.container-preview .tabnav-tabs>li:first-child .selected { + border-top-left-radius: 3px +} + +.container-preview .tabnav-tabs .selected { + font-weight: bold +} + +.container-preview.show-code .commit-create,.container-preview.show-code .actions { + display: block +} + +.container-preview.show-code .commit-preview,.container-preview.show-code .loading-preview-msg,.container-preview.show-code .no-changes-preview-msg,.container-preview.show-code .error-preview-msg { + display: none +} + +.container-preview:not(.show-code) .commit-create,.container-preview:not(.show-code) .actions { + display: none +} + +.container-preview.loading-preview .loading-preview-msg { + display: block +} + +.container-preview.loading-preview .no-changes-preview-msg,.container-preview.loading-preview .error-preview-msg,.container-preview.loading-preview .commit-preview { + display: none +} + +.container-preview.show-preview .commit-preview { + display: block +} + +.container-preview.show-preview .loading-preview-msg,.container-preview.show-preview .no-changes-preview-msg,.container-preview.show-preview .error-preview-msg { + display: none +} + +.container-preview.no-changes-preview .no-changes-preview-msg { + display: block +} + +.container-preview.no-changes-preview .loading-preview-msg,.container-preview.no-changes-preview .error-preview-msg,.container-preview.no-changes-preview .commit-preview { + display: none +} + +.container-preview.error-preview .error-preview-msg { + display: block +} + +.container-preview.error-preview .loading-preview-msg,.container-preview.error-preview .no-changes-preview-msg,.container-preview.error-preview .commit-preview { + display: none +} + +.container-preview p.preview-msg { + padding: 30px; + font-size: 16px +} + +.ace_editor.ace-github-light { + position: relative; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + line-height: 18px +} + +.ace_editor.ace-github-light .ace_scroller.ace_scroll-left { + box-shadow: none +} + +.ace_gutter { + border-right: 1px solid #eee +} + +.ace_gutter-layer { + min-width: 50px +} + +.ace_nobold .ace_line>span { + font-weight: normal !important +} + +.ace_marker-layer .ace_step { + background-color: #fcff00 +} + +.ace_marker-layer .ace_stack { + background-color: #a4e565 +} + +.ace_marker-layer .ace_selected-word { + background-color: #fafaff +} + +.ace_indent-guide { + box-shadow: inset -1px 0 0 rgba(0,0,0,0.1) +} + +.details-collapse .collapse { + position: relative; + display: none; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease-in-out; + transition: height 0.35s ease-in-out +} + +.details-collapse.open .collapse { + display: block; + height: auto; + overflow: visible +} + +.comment.is-comment-editing .timeline-comment-actions,.comment.is-comment-editing .edit-comment-hide { + display: none +} + +.comment.is-comment-editing .form-content { + display: block +} + +.comment.is-comment-loading .context-loader { + display: block +} + +.comment.is-comment-loading .form-content { + opacity: 0.5 +} + +.comment.is-comment-stale .comment-form-stale { + display: block +} + +.comment.is-comment-stale .comment-content { + padding-top: 10px +} + +.comment.is-comment-stale .form-content { + opacity: 0.75 +} + +.comment .email-format { + line-height: 1.5 +} + +.comment .context-loader { + display: none +} + +.comment-body { + width: 100%; + padding: 15px; + overflow: visible; + font-size: 14px +} + +.comment-body .highlight { + overflow: visible !important; + background-color: transparent +} + +.form-actions:before { + display: table; + content: "" +} + +.form-actions:after { + display: table; + clear: both; + content: "" +} + +.form-actions .button,.form-actions .minibutton { + float: right; + margin-left: 5px +} + +.form-actions .left .button,.form-actions .left .minibutton { + margin-left: 0 +} + +.form-content { + display: none; + padding: 10px +} + +.form-content .form-actions { + margin-top: 10px +} + +.comment-form-textarea { + width: 100%; + max-width: 100%; + height: 100px; + min-height: 100px; + margin: 0; + font-size: 14px; + line-height: 1.6; + -webkit-transform: translateZ(0) +} + +.comment-form-textarea.dragover { + border: solid 1px #4183c4 +} + +.discussion-topic-header { + position: relative; + padding: 10px; + word-wrap: break-word +} + +.discussion-hidden { + opacity: 0.75 +} + +.comment-form-error,.comment-form-stale { + display: none; + padding: 5px 10px; + margin: 0 10px; + font-weight: bold; + color: #900; + background-color: #ffeaea; + border: 1px solid #e2a0a0 +} + +.comment-form-error.comment-form-bottom,.comment-form-stale.comment-form-bottom { + margin-bottom: 10px +} + +.comment-form-stale { + margin-top: 0 +} + +.email-format { + line-height: 1.5em !important +} + +.email-format div { + white-space: pre-wrap +} + +.email-format .email-hidden-reply { + display: none; + white-space: pre-wrap +} + +.email-format .email-quoted-reply,.email-format .email-signature-reply { + padding: 0 15px; + margin: 15px 0; + color: #777; + border-left: 4px solid #ddd +} + +.email-format .email-hidden-toggle a { + display: inline-block; + height: 12px; + padding: 0 9px; + font-size: 12px; + font-weight: bold; + line-height: 6px; + color: #555; + text-decoration: none; + vertical-align: middle; + background: #ddd; + border-radius: 1px +} + +.email-format .email-hidden-toggle a:hover { + background-color: #ccc +} + +.email-format .email-hidden-toggle a:active { + color: #fff; + background-color: #4183c4 +} + +.comment-email-format div { + white-space: normal +} + +.comment-email-format .email-hidden-reply { + display: none; + white-space: normal +} + +.comment-email-format blockquote,.comment-email-format p { + margin: 0 +} + +.blankslate.conversation-limited { + padding: 20px 0 10px; + margin: 15px +} + +.locked-conversation .write-tab,.locked-conversation .preview-tab { + color: #ccc +} + +.commit-sha { + padding: 0.2em 0.4em; + font-size: 90%; + font-weight: normal; + background-color: #f5f5f5; + border: 1px solid #eee; + border-radius: 0.2em +} + +.commit-partial-notice { + margin-top: 20px; + margin-bottom: 20px +} + +.commit-paginate-container { + float: right; + margin: -5px 0 0; + text-align: inherit +} + +.commit .commit-title,.commit .commit-title a { + color: #4e575b +} + +.commit .commit-title.blank,.commit .commit-title.blank a { + color: #9cabb1 +} + +.commit .commit-title .issue-link { + font-weight: bold; + color: #4183c4 +} + +.commit .sha-block,.commit .sha { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px +} + +.commit.open .commit-desc { + display: block +} + +.commit-link { + font-weight: normal; + color: #4183c4 +} + +.commit-email-flash { + display: inline +} + +.commit-desc { + display: none +} + +.commit-desc pre { + max-width: 700px; + margin: 10px 0; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 13px; + line-height: 1.45; + color: #596063; + white-space: pre-wrap +} + +.commit-desc+.commit-branches { + padding-top: 8px; + margin-top: 2px; + border-top: solid 1px #d1e2eb +} + +.commit-tease { + padding: 8px 8px 0; + background: #e6f1f6; + border: 1px solid #b7c7cf; + border-bottom-color: #d8e6ec; + border-top-left-radius: 3px; + border-top-right-radius: 3px +} + +.commit-tease p.commit-title { + margin: 0 0 6px +} + +.commit-tease .commit-desc { + margin: -3px 0 10px +} + +.commit-tease .commit-desc pre { + font-size: 11px +} + +.commit-tease .commit-meta { + padding: 8px; + margin-right: -8px; + margin-left: -8px; + background: #fff; + border-top: 1px solid #d8e6ec +} + +.commit-tease .commit-meta .loader-loading { + margin: 0 0 -9px +} + +.commit-tease .zeroclipboard-link { + float: right; + margin-top: -2px; + margin-left: 5px +} + +.commit-tease .sha-block { + float: right; + color: #888 +} + +.commit-tease .sha-block>.sha { + color: #444 +} + +.commit-tease .sha-block>a { + color: #444; + text-decoration: none +} + +.commit-tease .authorship { + margin: -2px 0 -4px -4px; + font-size: 12px; + color: #999 +} + +.commit-tease .authorship a { + font-weight: bold; + color: #444; + text-decoration: none +} + +.commit-tease .authorship a:hover { + text-decoration: underline +} + +.commit-tease .authorship .avatar { + margin: -2px 3px 0 0 +} + +.commit-tease .authorship .author-name { + color: #444 +} + +.commit-tease .authorship .committer { + display: block; + margin-left: 30px; + font-size: 11px +} + +.comment-count { + float: right; + margin-top: 1px; + font-size: 11px; + color: #7f9199 +} + +.comment-count .octicon { + margin-left: 5px; + vertical-align: middle +} + +.commits-listing { + position: relative; + padding-bottom: 20px; + margin-bottom: 15px +} + +.commits-listing:before { + position: absolute; + top: 0; + bottom: 0; + left: 14px; + z-index: -1; + display: block; + width: 2px; + content: ""; + background-color: #f3f3f3 +} + +.commits-listing .discussion-item-icon { + margin-right: 5px; + margin-left: -1px +} + +.commits-listing .timeline-commits { + padding-left: 8px; + margin-bottom: 20px +} + +.commits-listing .timeline-commits:last-child { + margin-bottom: 0 +} + +.commits-listing-padded { + padding-left: 39px +} + +.commit-group { + margin-top: 10px; + list-style-type: none +} + +.commit-group-title { + margin-top: 15px; + margin-left: -31px; + color: #777 +} + +.commit-group-title .octicon-git-commit { + margin-right: 17px; + color: #ccc; + background: #fff +} + +.commits-list-item.navigation-focus { + background: #f7fbfc +} + +.commits-list-item .commit-title { + margin: 0; + font-size: 15px; + font-weight: bold; + color: #333 +} + +.commits-list-item .commit-meta { + margin-top: 1px; + font-weight: normal; + color: #999 +} + +.commits-list-item .deployment-indicator { + color: #bbb +} + +.commits-list-item .status .octicon { + height: 14px; + line-height: 14px +} + +.commits-list-item .commit-author { + color: #777 +} + +.commits-list-item .octicon-arrow-right { + margin: 0 3px +} + +.commits-list-item .button-outline { + padding: 5px 8px; + margin-top: 4px +} + +.commits-list-item .octicon-clippy,.commits-list-item .octicon-code { + display: block +} + +.commits-list-item .commit-desc pre { + padding-left: 8px; + margin-top: 5px; + margin-bottom: 10px; + font-size: 12px; + color: #596063; + border-left: 1px solid #e5e5e5 +} + +.commits-list-item .commit-desc pre a { + word-break: break-word +} + +.commits-comments-link { + margin-top: 9px; + color: #999; + vertical-align: middle +} + +.commits-comments-link:hover { + color: #4183c4; + text-decoration: none +} + +.commit-avatar-cell { + width: 47px +} + +.commit-avatar-cell.table-list-cell { + padding-right: 0 +} + +.commit-indicator { + margin-left: 5px +} + +.commit-links-cell { + width: 230px; + text-align: right +} + +.commit-links-group { + margin-right: 5px +} + +.timeline-commits { + width: 100%; + margin-top: 5px; + border-collapse: separate +} + +.timeline-commits+.timeline-commits { + margin-top: 15px +} + +.timeline-commits td { + padding-top: 4px; + padding-right: 8px; + padding-bottom: 4px; + font-size: 12px; + line-height: 16px; + vertical-align: top; + background-color: transparent +} + +.discussion-item .timeline-commits .commit-author { + display: none +} + +.timeline-commits .commit-gravatar { + width: 16px; + padding-left: 10px +} + +.timeline-commits .commit-author { + width: 200px; + padding-right: 20px; + white-space: nowrap +} + +.timeline-commits .author { + font-weight: bold; + color: #555 +} + +.timeline-commits .commit-message { + min-height: 0; + max-width: 550px +} + +.timeline-commits .commit-message a { + color: #555 +} + +.timeline-commits .commit-message a:hover { + color: #4183c4 +} + +.timeline-commits .commit-desc pre { + padding-left: 10px; + font-size: 11px; + color: #777; + border-left: 1px solid #eee +} + +.timeline-commits .hidden-text-expander { + margin-top: 3px; + margin-left: 0; + vertical-align: top +} + +.timeline-commits .hidden-text-expander a { + height: 13px; + background-color: #eee +} + +.timeline-commits .hidden-text-expander a:hover { + color: #fff; + background-color: #4183c4 +} + +.timeline-commits .commit-meta { + text-align: right; + white-space: nowrap +} + +.timeline-commits .commit-meta .status { + width: 16px; + text-align: center +} + +.timeline-commits .commit-meta .status.status-pending { + color: #cea61b +} + +.timeline-commits .commit-meta .octicon { + margin-right: 1px; + margin-left: 1px +} + +.commit-icon { + display: table-cell; + width: 16px; + color: #ccc +} + +.commit-icon .octicon { + background-color: #fff +} + +.commit-id { + color: #bbb +} + +.commit-id:hover { + color: #4183c4 +} + +.full-commit { + padding: 8px 8px 0; + margin: 10px 0; + background: #e6f1f6; + border: 1px solid #c5d5dd; + border-radius: 3px +} + +.full-commit:first-child { + margin-top: 0 +} + +.full-commit .button-outline { + background: none; + border: 1px solid #cedee5 +} + +.full-commit .button-outline:hover { + color: #4183c4; + border: 1px solid #4183c4 +} + +.full-commit p.commit-title { + margin: 0 0 8px; + font-size: 18px; + font-weight: bold; + color: #213f4d; + text-shadow: 0 1px rgba(255,255,255,0.5) +} + +.full-commit .branches-list { + display: inline-block; + margin-right: 10px; + vertical-align: middle; + list-style: none +} + +.full-commit .branches-list li { + display: inline-block; + padding-left: 3px; + font-weight: bold; + color: #596063 +} + +.full-commit .branches-list li:before { + padding-right: 6px; + font-weight: normal; + content: "+" +} + +.full-commit .branches-list li:first-child { + padding-left: 0 +} + +.full-commit .branches-list li:first-child:before { + padding-right: 0; + content: "" +} + +.full-commit .branches-list li.loading { + font-weight: normal; + color: #818c90 +} + +.full-commit .branches-list li.pull-request { + font-weight: normal; + color: #818c90 +} + +.full-commit .branches-list li.pull-request:before { + margin-left: -8px; + content: "" +} + +.full-commit .branches-list li.pull-request-error { + margin-bottom: -1px +} + +.full-commit .branches-list li a { + color: inherit +} + +.full-commit .commit-meta { + padding: 8px; + margin-right: -8px; + margin-left: -8px; + background: #fff; + border-top: 1px solid #d8e6ec; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +.full-commit .sha-block { + float: right; + margin-left: 15px; + font-size: 12px; + color: #888 +} + +.full-commit.merge-commit .sha-block { + clear: right +} + +.full-commit.merge-commit .sha-block+.sha-block { + margin-top: 2px +} + +.full-commit .sha-block>.sha { + color: #444 +} + +.full-commit .sha-block>a { + color: #444; + text-decoration: none; + border-bottom: 1px dotted #ccc +} + +.full-commit .sha-block>a:hover { + border-bottom: 1px solid #444 +} + +.full-commit .authorship { + margin-top: -2px; + margin-bottom: -4px; + margin-left: -4px; + font-size: 14px; + color: #999 +} + +.full-commit .authorship .gravatar { + margin-top: -2px; + margin-right: 3px; + vertical-align: middle; + border-radius: 3px +} + +.full-commit .authorship a { + font-weight: bold; + color: #444; + text-decoration: none +} + +.full-commit .authorship a:hover { + text-decoration: underline +} + +.full-commit .authorship .author-name { + color: #444 +} + +.full-commit .authorship .hint a { + color: #4183c4 +} + +.full-commit .authorship .committer { + display: block; + margin-top: -2px; + margin-left: 34px; + font-size: 12px +} + +.branches-tag-list { + display: inline-block; + margin-right: 10px; + vertical-align: middle; + list-style: none +} + +.branches-tag-list .more-commit-details,.branches-tag-list.open .hidden-text-expander { + display: none +} + +.branches-tag-list.open .more-commit-details { + display: inline-block +} + +.branches-tag-list li { + display: inline-block; + padding-left: 3px +} + +.branches-tag-list li:first-child { + padding-left: 0; + font-weight: bold; + color: #596063 +} + +.branches-tag-list li.loading { + font-weight: normal; + color: #818c90 +} + +.branches-tag-list li.abbrev-tags { + cursor: pointer +} + +.branches-tag-list li a { + color: inherit +} + +.branches-tag-list li .hidden-text-expander a { + background-color: #dae5eb +} + +.branches-tag-list li .hidden-text-expander a:hover { + background-color: #d1dbe0 +} + +.commit-branches { + min-height: 18px; + margin-top: -6px; + margin-bottom: 8px; + font-size: 12px; + color: #818c90; + vertical-align: middle +} + +.commit-branches .octicon { + vertical-align: middle +} + +.full-commit .commit-desc,.commit-desc-container .commit-desc { + display: block; + margin: -5px 0 10px +} + +.full-commit .commit-desc pre,.commit-desc-container .commit-desc pre { + max-width: 100%; + overflow: visible; + text-shadow: 0 1px rgba(255,255,255,0.5); + word-wrap: break-word +} + +.commit-loader .loader-error { + display: none; + margin: 0; + font-size: 12px; + font-weight: bold; + color: #bd2c00 +} + +.commit-loader.error .loader-loading { + display: none +} + +.commit-loader.error .loader-error { + display: block +} + +.historical-banner { + padding: 15px 20px 15px 130px; + margin-bottom: 20px; + overflow: hidden; + color: #333; + background: #fff; + border: 1px solid #e5e5e5; + border-radius: 5px +} + +.historical-banner h2 { + margin: 0 0 5px +} + +.historical-banner p { + margin: 0 +} + +.historical-banner .illustration { + position: absolute; + top: 12px; + left: 20px; + color: rgba(0,0,0,0.1) +} + +.roses-divider { + margin-bottom: 20px; + text-align: center +} + +.file-history-tease { + margin-bottom: 10px; + font-size: 14px; + color: #7b878c; + background: #e7ecee; + border: 1px solid #d2d9dd; + border-radius: 3px +} + +.file-history-tease .author a { + font-weight: bold; + color: #000 +} + +.file-history-tease .commit-title { + display: inline +} + +.file-history-tease .sha { + font-size: 13px +} + +.file-history-tease .loader-loading,.file-history-tease .loader-error { + margin: 0 +} + +.file-history-tease .loader-loading img,.file-history-tease .loader-error img { + vertical-align: middle +} + +.file-history-tease .participation { + padding: 5px 8px; + font-size: 12px; + font-weight: normal; + line-height: 20px; + color: #666; + background-color: #fff; + border-top: 1px solid #d8e6ec; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px +} + +.file-history-tease .participation:before { + display: table; + content: "" +} + +.file-history-tease .participation:after { + display: table; + clear: both; + content: "" +} + +.file-history-tease .participation .quickstat { + float: left; + margin: 0 10px 0 0 +} + +.file-history-tease .participation .quickstat strong { + color: #000 +} + +.file-history-tease .participation a { + color: #888; + text-decoration: none +} + +.file-history-tease .participation .avatar-link { + margin-right: 3px +} + +.file-history-tease-header { + padding: 5px 8px; + line-height: 24px +} + +.file-history-tease-header .avatar { + float: left; + margin-right: 5px +} + +.toggle-line-notes-below { + color: #777 +} + +.commit-comments-heading h3 { + display: inline-block; + margin-right: 15px +} + +.commit-build-statuses { + position: relative; + display: inline-block; + text-align: left +} + +.commit-build-statuses.active .dropdown-menu-content { + display: block +} + +.commit-build-statuses.active .tooltipped:before,.commit-build-statuses.active .tooltipped:after { + display: none +} + +.commit-build-statuses .dropdown-menu { + min-width: 400px; + max-width: 500px; + padding-top: 0; + padding-bottom: 0 +} + +.commit-build-statuses .dropdown-menu .build-statuses-list { + max-height: 170px; + border-bottom: 0 +} + +.commit-build-statuses .dropdown-menu-w,.commit-build-statuses .dropdown-menu-e { + top: -11px +} + +.commit-build-statuses .status-description .button-link { + display: none +} + +.commit-build-statuses .build-status-item:last-child { + border-radius: 0 0 2px 2px +} + +.commit-ref { + position: relative; + display: inline-block; + padding: 0 5px; + border-radius: 3px; + font: 0.75em/2 Consolas, "Liberation Mono", Menlo, Courier, monospace; + color: #336479; + white-space: nowrap; + background-color: #e8f0f8 +} + +.commit-ref .user { + color: #598a9f +} + +a.commit-ref:hover { + text-shadow: -1px -1px 0 rgba(0,0,0,0.2); + background-color: #2a5177; + background-image: -webkit-linear-gradient(#74a4d4, #2a5177); + background-image: linear-gradient(#74a4d4, #2a5177); + background-repeat: repeat-x; + border-color: #2a5177; + text-decoration: none +} + +.compare-cutoff,.diff-cutoff { + margin: 5px 0; + padding: 8px 0; + font-weight: bold; + text-align: center; + border-radius: 3px; + color: #4c4a42; + background-color: #fff9ea; + border: solid 1px #dfd8c2 +} + +.table-of-contents { + margin: 15px 0 +} + +.table-of-contents li { + padding: 7px 0; + list-style-type: none +} + +.table-of-contents li+li { + border-top: 1px solid #eee +} + +.table-of-contents li>.octicon { + margin-right: 3px; + vertical-align: -1px +} + +.table-of-contents .octicon-diff-removed { + color: #bd2c00 +} + +.table-of-contents .octicon-diff-renamed { + color: #677a85 +} + +.table-of-contents .octicon-diff-modified { + color: #d0b44c +} + +.table-of-contents .octicon-diff-added { + color: #6cc644 +} + +.toc-diff-stats { + padding-left: 20px; + line-height: 26px +} + +.toc-diff-stats .octicon { + float: left; + margin-top: 3px; + margin-left: -20px; + color: #ccc +} + +.toc-diff-stats .button-link { + font-weight: bold +} + +.toc-diff-stats+.content { + padding-top: 5px +} + +span.no-nl-marker { + position: relative; + top: 1px; + color: #bd2c00; + margin-left: 4px; + vertical-align: middle +} + +.symlink .no-nl-marker { + display: none +} + +.existing-pull { + margin: 10px 0 +} + +.existing-pull .list-group-item:before { + display: table; + content: "" +} + +.existing-pull .list-group-item:after { + display: table; + clear: both; + content: "" +} + +.existing-pull .existing-pull-contents { + float: left; + width: 680px +} + +.existing-pull .existing-pull-button { + float: right; + margin-top: 3px +} + +.existing-pull .existing-pull-number { + font-weight: normal; + color: #aaa +} + +.existing-pull .css-truncate { + max-width: 700px +} + +.existing-pull .css-truncate p { + display: inline +} + +.compare-pr-placeholder { + margin: 10px 0; + padding: 15px; + font-size: 14px; + color: #4c4a42; + background-color: #fff9ea; + border: solid 1px #dfd8c2; + border-radius: 3px +} + +.compare-pr-placeholder p { + margin: 7px 0; + color: #6d6c60 +} + +.compare-pr-placeholder .button { + margin-right: 10px; + margin-bottom: -2px +} + +.compare-pr-placeholder .button .octicon { + vertical-align: -1px +} + +.compare-pr-placeholder .help-link { + margin-top: 5px; + margin-right: -3px; + padding: 3px; + color: #9c997d; + text-decoration: none +} + +.compare-pr .pull-request-composer { + display: none +} + +.compare-pr .contributing { + display: none +} + +.compare-pr.open .compare-pr-placeholder { + display: none +} + +.compare-pr.open .pull-request-composer { + display: block +} + +.compare-pr.open .contributing { + display: block +} + +.contributing { + padding: 15px; + margin: 15px 0; + font-size: 14px; + color: #4c4a42; + background-color: #fff9ea; + border: 1px solid #dfd8c2; + border-radius: 3px +} + +.pull-request-composer { + position: relative; + margin-bottom: 15px; + border: 1px solid #ddd; + border-radius: 3px +} + +.pull-request-composer .preview-content { + min-height: 120px +} + +.discussion-topic { + float: left; + width: 80%; + border-right: 1px solid #ddd +} + +.composer-meta { + float: left; + width: 20%; + padding-right: 10px; + padding-left: 10px; + text-align: center +} + +.composer-meta .branch-action-icon { + display: inline-block; + float: none; + margin: 15px 0 +} + +.composer-meta .merge-branch-heading { + font-size: 14px +} + +.composer-meta .merge-branch-description { + margin: 10px 0; + font-size: 12px +} + +.composer-meta .branch-action-state-clean .merge-branch-heading { + color: #6cc644 +} + +.composer-submit { + position: absolute; + right: 1%; + bottom: 10px; + width: 18% +} + +#contact-github textarea { + height: 100px; + resize: vertical +} + +.heartocat { + display: block; + margin: 50px auto 0 +} + +.documentation-results-wrapper { + position: relative; + top: -19px +} + +.documentation-results { + position: absolute; + top: 0; + z-index: 2; + width: 400px; + margin-top: 5px; + clear: both; + box-shadow: 0 0 5px rgba(0,0,0,0.2) +} + +.documentation-results ul { + width: 100% +} + +.documentation-results ul li:first-child a { + border-top-left-radius: 3px; + border-top-right-radius: 3px +} + +.documentation-results .documentation-results-footer a { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px +} + +.documentation-results a { + outline: none; + padding: 5px 10px; + display: block; + color: #333; + font-weight: bold; + cursor: pointer; + text-decoration: none; + border: solid #ddd; + border-width: 0 1px 1px; + background-color: #fff +} + +.documentation-results a:hover { + background-color: #3586c3; + color: #fff +} + +.documentation-results a.selected { + background-color: #3586c3; + color: #fff +} + +ul.documentation-results-group { + list-style-type: none +} + +.contact-form-extras { + display: none +} + +.context-loader-container .context-loader { + display: none +} + +.context-loader-container .context-loader.is-context-loading { + display: block; + white-space: nowrap +} + +.context-loader-container .context-loader-overlay { + opacity: 1; + -webkit-transition: opacity 0.25s ease-in-out; + transition: opacity 0.25s ease-in-out +} + +.context-loader-container .context-loader-overlay.is-context-loading { + opacity: 0.5 +} + +.page-context-loader { + margin-left: 10px; + display: none +} + +.page-context-loader.is-context-loading { + display: inline-block +} + +body.disables-context-loader .page-context-loader,body.disables-context-loader .context-loader { + display: none !important +} + +.contributions-tab { + margin-top: 20px +} + +.calendar-graph { + padding: 5px 0 0; + height: 126px; + text-align: center +} + +.calendar-graph.days-selected rect.day { + opacity: 0.5 +} + +.calendar-graph.days-selected rect.day.active { + opacity: 1 +} + +.calendar-graph .activity { + margin-top: 0 +} + +.calendar-graph .dots { + margin: 20px auto 0; + width: 64px; + height: 64px +} + +.calendar-graph text.month { + font-size: 10px; + fill: #aaa +} + +.calendar-graph text.wday { + fill: #ccc; + font-size: 9px +} + +#contributions-calendar rect.day { + shape-rendering: crispedges +} + +#contributions-calendar rect.day.empty:hover { + stroke: none +} + +#contributions-calendar rect.day:hover { + stroke: #555; + stroke-width: 1px +} + +.contrib-column { + padding: 15px 0; + text-align: center; + border-left: 1px solid #ddd; + border-top: 1px solid #ddd; + font-size: 11px +} + +.contrib-column-first { + border-left: 0 +} + +.contrib-number { + font-weight: 300; + line-height: 1.3em; + font-size: 24px; + display: block; + color: #333 +} + +.contrib-footer { + font-size: 11px; + padding: 0 10px 12px +} + +.contrib-legend { + font-size: 11px; + color: #999; + float: right +} + +.contrib-legend .legend { + display: inline-block; + list-style: none; + margin: 0 5px; + position: relative; + bottom: -1px +} + +.contrib-legend .legend li { + display: inline-block; + width: 10px; + height: 10px +} + +.new-user-contrib-intro { + border-top: solid 1px #ddd; + padding: 5px 20px; + font-size: 16px +} + +.contrib-square { + color: #d6e685; + font-size: 22px; + line-height: 1 +} + +.contribution-activity h2 { + font-size: 18px; + font-weight: normal; + margin: 30px 0 15px +} + +.contribution-activity .select-menu-button { + position: relative; + top: -4px +} + +.contribution-activity.loading .contribution-activity-listing { + display: none +} + +.contribution-activity.loading .contribution-activity-spinner { + display: block +} + +.contribution-activity-spinner { + margin: 20px auto 0; + width: 64px; + height: 64px; + display: none +} + +ul.simple-conversation-list a.meta { + color: #777 +} + +li.contribution { + list-style: none; + padding: 10px 0 +} + +li.contribution:last-child { + border-bottom: 0 +} + +li.contribution h3 { + font-size: 14px; + display: inline-block; + margin: 0 +} + +li.contribution h3 a { + color: #4183c4 +} + +li.contribution .cmeta { + display: block; + font-size: 12px; + color: #aaa; + font-weight: normal +} + +li.contribution .cmeta a { + color: #666 +} + +li.contribution .cmt { + color: #999 +} + +li.contribution .d { + color: #c00 +} + +li.contribution .a { + color: #8cac29 +} + +li.contribution .num { + color: #777 +} + +.subscribe-feed { + display: inline-block; + color: #333 +} + +.subscribe-feed .octicon { + margin-right: 5px +} + +.new-user-panel { + position: relative; + padding: 18px; + margin-bottom: 30px; + font-size: 16px; + border: dashed 2px #ccc; + border-radius: 3px +} + +.new-user-panel-close { + position: absolute; + top: 10px; + right: 18px; + color: #ccc +} + +.new-user-panel-close:hover { + color: #666 +} + +.new-user-intro { + margin: 0 120px; + font-size: 36px; + font-weight: normal; + line-height: 1.3; + text-align: center +} + +.new-user-heading-small { + margin: 5px 170px 20px; + font-size: 20px; + color: #888; + text-align: center +} + +.button-hello-world { + font-size: 16px; + padding: 10px 50px +} + +.welcome-guides { + position: relative; + padding: 30px; + margin-bottom: 30px; + border: 2px dashed #ddd; + border-radius: 3px +} + +.welcome-guides h1 { + margin-top: 0; + margin-bottom: 0; + text-align: center +} + +.welcome-guides .lead { + margin-top: 0; + margin-bottom: 20px; + text-align: center +} + +.welcome-guides .guides-list-item { + color: #777 +} + +.welcome-guides .guides-list-item:hover { + color: #4183c4; + text-decoration: none +} + +.welcome-guides .guides-list-item p { + margin-bottom: 0 +} + +.welcome-guides .dismiss-guides { + position: absolute; + top: 30px; + right: 28px; + display: block; + padding-left: 5px; + color: #ccc +} + +.welcome-guides .dismiss-guides:hover { + color: #4183c4 +} + +.guides-bootcamp { + text-align: center +} + +.guides-bootcamp p { + margin-top: 0; + margin-bottom: 0 +} + +.guides-bootcamp .guides-list-item { + padding-right: 15px; + padding-left: 15px +} + +.guides-bootcamp .guides-image { + display: block; + width: auto; + height: 100px; + margin: 10px auto 20px +} + +.guides-bootcamp .guides-list-title { + margin-top: 0; + margin-bottom: 5px; + color: #4183c4 +} + +.bootcamp { + margin: 0 0 20px +} + +.bootcamp h1 { + position: relative; + padding: 8px 10px; + margin: 0; + font-size: 16px; + font-weight: bold; + color: #fff; + text-shadow: 0 -1px 0 rgba(0,0,0,0.4); + background-color: #829aa8; + border: 1px solid #677c89; + border-bottom-color: #6b808d; + border-radius: 3px 3px 0 0 +} + +.bootcamp h1 a { + color: #fff; + text-decoration: none +} + +.bootcamp .octicon-x { + position: relative; + top: -2px; + font-size: 16px; + line-height: 16px +} + +.bootcamp .dismiss-bootcamp { + position: absolute; + top: 9px; + right: 9px; + display: block; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: 0 0 +} + +.bootcamp .dismiss-bootcamp:hover { + background-position: 0 -19px +} + +.bootcamp .bootcamp-body { + padding: 10px 1%; + overflow: hidden; + background-color: #e9f1f4; + border-color: #e9f1f4 #d8dee2 #d8dee2; + border-style: solid; + border-width: 1px; + border-radius: 0 0 3px 3px +} + +.bootcamp ul li { + background-color: #f5f3b4; + background-image: -webkit-linear-gradient(#fffff5, #f5f3b4); + background-image: linear-gradient(#fffff5, #f5f3b4); + background-repeat: repeat-x; + position: relative; + display: block; + float: left; + width: 24.25%; + height: 215px; + margin: 0 1% 0 0; + overflow: hidden; + font-size: 13px; + font-weight: normal; + color: #666; + border: 1px solid #dfddb5; + border-radius: 3px; + box-shadow: 0 1px 0 #fff +} + +.bootcamp ul li.be-social { + margin-right: 0 +} + +.bootcamp ul li:hover { + background-color: #f1eea3; + background-image: -webkit-linear-gradient(#fcfce9, #f1eea3); + background-image: linear-gradient(#fcfce9, #f1eea3); + background-repeat: repeat-x; + border: 1px solid #d6d4ad +} + +.bootcamp ul li a { + color: #666; + text-decoration: none +} + +.bootcamp .image { + position: relative; + display: block; + height: 133px; + background-repeat: no-repeat; + background-position: center center +} + +.bootcamp .setup .image { + background-image: url(/images/modules/dashboard/bootcamp/octocat_setup.png); + background-size: 129px 96px +} + +.bootcamp .create-a-repo .image { + background-image: url(/images/modules/dashboard/bootcamp/octocat_repo.png); + background-size: 129px 96px +} + +.bootcamp .fork-a-repo .image { + background-image: url(/images/modules/dashboard/bootcamp/octocat_fork.png); + background-size: 178px 96px +} + +.bootcamp .be-social .image { + background-image: url(/images/modules/dashboard/bootcamp/octocat_collabocats.png); + background-position: center 27px; + background-size: 207px 96px +} + +.bootcamp .desc { + position: relative; + z-index: 2; + padding: 10px 15px 20px; + overflow: hidden; + text-align: center; + background-repeat: no-repeat +} + +.bootcamp .desc>h2 { + padding: 0; + margin: 0 0 5px; + font-size: 15px; + color: #393939 +} + +.bootcamp .desc p { + padding: 0; + margin: 0; + line-height: 1.2em +} + +.bootcamp .step-number { + position: absolute; + top: -1px; + left: 10px; + font-size: 36px; + font-weight: bold; + color: #e4e1a8; + opacity: 0.75 +} + +.first-run { + width: 800px; + margin: 25px auto; + text-align: center +} + +.first-run-heading { + font-size: 36px; + font-weight: normal +} + +.first-run-subheading { + font-size: 16px; + font-weight: normal; + color: #999 +} + +.first-run-survey { + width: 800px; + padding: 0; + margin: 0 auto +} + +.first-run-survey .button+.button { + margin-left: 12px +} + +.first-run-survey ul.guides { + list-style-type: none +} + +.first-run-small-wrapper { + box-sizing: border-box; + padding: 35px 25px; + margin-top: 25px; + background-color: #f0f7fd; + border: 1px solid #d2d8dd; + border-radius: 3px +} + +.first-run-survey-question p { + margin: 0 0 25px; + font-size: 22px; + font-weight: 500; + line-height: 1 +} + +.first-run-survey-progress { + margin-top: 25px +} + +.first-run-survey-progress .circle { + display: inline-block; + width: 10px; + height: 10px; + margin: 0 4px; + border: 1px solid #d1d1d1; + border-radius: 52% +} + +.first-run-survey-progress .current { + background-color: #4183c4; + border-color: #4183c4 +} + +.first-run-survey-progress .completed { + background-color: #d1d1d1; + border-color: #d1d1d1 +} + +.first-run-survey-other { + width: 230px; + margin: 16px auto auto +} + +.first-run-skip { + padding: 15px 0 0; + margin-top: 30px; + font-size: 14px; + border-top: 1px solid #e9e9e9 +} + +.first-run-skip span { + font-weight: 500 +} + +.first-run-get-started { + box-sizing: border-box; + padding: 0 2px; + margin: 25px 0; + overflow: hidden; + clear: both; + border: 1px solid #e5e5e5; + border-radius: 3px; + box-shadow: 0 1px 1px rgba(0,0,0,0.01) +} + +.first-run-get-started div { + float: left; + width: 50%; + box-sizing: border-box; + padding: 18px 20px 22px 18px; + text-align: left +} + +.first-run-get-started .mega-octicon { + float: left; + color: #cccccc +} + +.first-run-get-started p { + padding: 0 0 0 47px; + margin: 5px 0; + color: #333 +} + +.first-run-get-started h2 { + padding: 0 0 0 47px; + margin: 0 0 10px; + font-size: 18px; + font-weight: bold; + color: #333 +} + +.first-run-get-started a { + margin-top: 12px; + margin-left: 47px +} + +.first-run-get-started .first-box { + border-right: 1px solid #eee +} + +.first-run-help-link { + color: #999 +} + +.user-repos .mini-repo-list-item { + padding-right: 6px +} + +.user-repos .mini-repo-list-item .repo-and-owner { + max-width: 100% +} + +.user-repos .mini-repo-list-item .owner { + max-width: 145px +} + +#example_octofication { + float: right; + width: 335px; + margin: 0 +} + +.octofication { + margin-bottom: 15px +} + +.octofication .message { + min-height: 56px; + padding: 10px 10px 10px 50px; + border: solid 1px #4183c4; + border-radius: 3px +} + +.octofication .message h3 { + margin: 1px 20px 3px 0; + font-size: 14px; + line-height: 1.2 +} + +.octofication .message p { + padding: 0; + margin: 0; + font-size: 12px; + color: #555 +} + +.octofication .message p+p { + margin-top: 15px +} + +.octofication .broadcast-icon { + position: relative; + float: left; + margin-left: -40px; + color: #4183c4 +} + +.octofication .broadcast-icon-mask { + position: absolute; + top: 0; + width: 10px; + height: 16px; + background-color: #fff; + opacity: 0; + -webkit-animation: broadCastMaskFade 1s ease-in-out 2s 2; + animation: broadCastMaskFade 1s ease-in-out 2s 2 +} + +.octofication .broadcast-icon-mask.left { + left: 0 +} + +.octofication .broadcast-icon-mask.right { + right: 0 +} + +.octofication .notice-dismiss { + position: relative; + top: -2px; + float: right; + color: #bbb +} + +.octofication .notice-dismiss:hover { + color: #666 +} + +.octofication-more { + margin: 5px 0; + font-size: 11px; + text-align: right +} + +@-webkit-keyframes broadCastMaskFade { + 0% { + opacity: 0 + } + + 30% { + opacity: 1 + } + + 70% { + opacity: 1 + } + + 100% { + opacity: 0 + } +} + +@keyframes broadCastMaskFade { + 0% { + opacity: 0 + } + + 30% { + opacity: 1 + } + + 70% { + opacity: 1 + } + + 100% { + opacity: 0 + } +} + +.github-jobs-promotion { + margin-bottom: 15px +} + +.github-jobs-promotion p { + background-color: #e4f0ff; + background-image: -webkit-linear-gradient(#f5fbff, #e4f0ff); + background-image: linear-gradient(#f5fbff, #e4f0ff); + background-repeat: repeat-x; + position: relative; + padding: 10px 18px; + font-size: 12px; + color: #1b3650; + text-align: center; + border: 1px solid #cee0e7; + border-radius: 3px +} + +.github-jobs-promotion p a { + color: #1b3650 +} + +.github-jobs-promotion a.jobs-logo { + display: block; + font-size: 11px; + color: #999; + text-align: center +} + +.github-jobs-promotion a.jobs-logo:hover { + text-decoration: none +} + +.github-jobs-promotion a.jobs-logo strong { + display: inline-block; + width: 62px; + height: 12px; + text-indent: -9999px; + vertical-align: middle; + background: url(/images/modules/jobs/logo.png) 0 0 no-repeat; + background-size: 62px auto +} + +.github-jobs-promotion .job-location { + white-space: nowrap +} + +.github-jobs-promotion a.octicon-info { + position: absolute; + right: 5px; + bottom: 5px; + color: #a9b8be; + color: #a9b8be; + text-decoration: none; + cursor: pointer; + opacity: 0.8 +} + +.github-jobs-promotion p:hover .octicon-info { + opacity: 1 +} + +#dashboard h1 { + margin-bottom: 0.5em; + font-size: 160% +} + +#dashboard h1 a { + font-size: 70%; + font-weight: normal +} + +#dashboard .notice { + padding: 15px; + margin-top: 0; + margin-bottom: 0; + text-align: center +} + +.news .release { + margin-top: 0; + margin-bottom: 0 +} + +.news blockquote { + color: #666 +} + +.news h1 { + margin-bottom: 0 +} + +.news .alert { + position: relative; + padding: 0 0 1em 45px; + overflow: hidden; + border-top: 1px solid #f1f1f1 +} + +.news .alert .commits { + padding-left: 40px +} + +.news .alert .css-truncate.css-truncate-target,.news .alert .css-truncate .css-truncate-target { + max-width: 180px +} + +.news .alert p { + margin: 0 +} + +.news .alert .markdown-body blockquote { + padding: 0 0 0 40px; + border: 0 none +} + +.news .alert .mega-octicon { + position: absolute; + top: 14px; + left: 0; + width: 32px; + height: 32px; + padding: 3px; + color: #bbb +} + +.news .alert .mega-octicon::before { + color: inherit +} + +.news .alert .octicon { + width: 16px; + height: 16px; + color: #bbb +} + +.news .alert .body { + padding: 1em 0 0; + overflow: hidden; + font-size: 14px; + border-bottom: 0 +} + +.news .alert .time { + font-size: 12px; + color: #bbb +} + +.news .alert .title { + padding: 0; + font-weight: bold +} + +.news .alert .title .subtle { + color: #bbb +} + +.news .alert .gravatar { + float: left; + margin-right: 0.6em; + line-height: 0; + background-color: #fff; + border-radius: 3px +} + +.news .alert .simple>.octicon { + position: absolute !important; + left: 11px; + width: 16px; + height: 16px +} + +.news .alert .simple .title { + display: inline-block; + font-size: 13px; + font-weight: normal; + color: #666 +} + +.news .alert .simple .time { + display: inline-block +} + +.news .alert .pull-info,.news .alert .branch-link { + display: inline-block; + padding: 3px 7px; + margin-top: 5px; + font-size: 12px; + color: rgba(0,0,0,0.5); + background: #e8f1f6; + border-radius: 3px +} + +.news .alert .pull-info em,.news .alert .branch-link em { + font-style: normal; + font-weight: bold +} + +.news .alert .branch-link { + position: relative; + top: -2px; + margin: 0; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace +} + +.news .alert .branch-link .octicon { + color: #b0c4ce +} + +.news .alert:first-child { + border-top: 0 +} + +.news .alert:first-child .body { + padding-top: 0 +} + +.news .alert:first-child .mega-octicon { + top: 0 +} + +.news .git_hub .done { + color: #666; + text-decoration: line-through +} + +.news .commits li { + margin-top: 0.15em; + list-style-type: none +} + +.news .commits li.more { + padding-top: 2px; + font-size: 11px +} + +.news .commits li .committer { + display: none; + padding-left: 0.5em +} + +.news .commits li img { + margin: 0 1px 0 0; + vertical-align: middle; + background-color: #fff; + border-radius: 2px +} + +.news .commits li img.emoji { + padding: 0; + margin: 0; + border: 0 +} + +.news .commits li .message { + display: inline-block; + max-width: 390px; + margin-top: 2px; + overflow: hidden; + font-size: 13px; + line-height: 1.3; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: top +} + +.news div.message,.news li blockquote { + display: inline; + font-size: 13px; + color: #666 +} + +.release-assets { + padding-left: 40px +} + +.release-assets li { + margin-top: 0.15em; + list-style-type: none +} + +.release-assets .more { + padding-top: 2px; + font-size: 11px +} + +.news-full,.page-profile .news { + float: none; + width: auto +} + +.activity-tab .blankslate { + margin-top: 10px +} + +.activity-tab .news .markdown-body blockquote,.activity-tab .news .alert .commits { + padding-left: 0 +} + +.activity-tab .news a.gravatar,.activity-tab .news div.gravatar { + display: none +} + +.saml-signed-out-notice { + position: relative; + width: 450px; + padding: 10px 10px 10px 70px; + margin: 50px auto 30px; + border: 1px solid #eee; + border-radius: 3px +} + +.saml-signed-out-notice .mega-octicon { + position: absolute; + top: 30px; + left: 20px; + color: #ddd +} + +.saml-signed-out-notice h3 { + margin-bottom: 0 +} + +.saml-signed-out-notice p { + margin-top: 5px +} + +.survey-box.simple-box { + position: fixed; + right: 25px; + bottom: -20px; + z-index: 11; + padding-bottom: 0; + border-bottom: 0; + border-radius: 4px 4px 0 0; + background-color: #f9f9f9; + box-shadow: 0 0 10px rgba(0,0,0,0.05); + -webkit-animation: slideUp 0.5s ease 1.25s both; + animation: slideUp 0.5s ease 1.25s both; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0) +} + +.survey-box.simple-box .simple-box-title { + margin-bottom: -7px; + padding-bottom: 0; + border-bottom: 0; + font-size: 14px +} + +.survey-box.simple-box .simple-box-footer { + margin: 0 -15px; + padding: 7px; + background-color: #fff +} + +.survey-box.simple-box .close-button { + margin-top: -5px; + color: #aaa +} + +@-webkit-keyframes slideUp { + 0% { + -webkit-transform: translate3d(0, 500px, 0); + transform: translate3d(0, 500px, 0) + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0) + } +} + +@keyframes slideUp { + 0% { + -webkit-transform: translate3d(0, 500px, 0); + transform: translate3d(0, 500px, 0) + } + + 100% { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0) + } +} + +.dashboards-overview-lead { + width: 700px +} + +.dashboards-overview-cards .boxed-group { + margin: 10px 0; + width: 100% +} + +.dashboards-overview-cards .boxed-group path { + stroke: #1db34f; + stroke-opacity: 0.5 +} + +.dashboards-overview-cards .blankslate { + border: 0; + background-color: #fff; + box-shadow: none; + padding-top: 47px +} + +.dashboards-overview-cards .octicon-arrow-down { + color: #bd2c00 +} + +.dashboards-overview-cards .octicon-arrow-up { + color: #1db34f +} + +.dashboards-overview-cards .graph-canvas .dots { + padding: 43px 0 +} + +.dashboards-overview-cards .summary-stats { + height: 78px +} + +.dashboards-overview-cards .summary-stats .created_at { + color: #1db34f +} + +.dashboards-overview-cards .summary-stats .closed_at,.dashboards-overview-cards .summary-stats .merged_at { + color: #4183c4 +} + +.dashboards-overview-cards .summary-stats .totals-num { + margin: 0 7px +} + +.dashboards-overview-cards .summary-stats .single { + width: 100% +} + +.dashboards-overview-graph { + height: 160px +} + +.dashboards-overview-graph .path { + fill: none; + stroke-width: 2 +} + +.dashboards-overview-graph path.created_at { + stroke: #1db34f +} + +.dashboards-overview-graph path.merged_at,.dashboards-overview-graph path.closed_at { + stroke: #1d7fb3 +} + +.dashboards-overview-graph .y line { + stroke: #1db34f +} + +.dashboards-overview-graph .y.unique line { + stroke: #1d7fb3 +} + +.dashboards-overview-graph .overlay { + fill-opacity: 0 +} + +.created_at circle { + fill: #1db34f; + stroke: #fff; + stroke-width: 2 +} + +.merged_at circle,.closed_at circle { + fill: #1d7fb3; + stroke: #fff; + stroke-width: 2 +} + +.diffstat { + font-size: 12px; + font-weight: bold; + color: #666; + white-space: nowrap; + cursor: default +} + +.diffstat-bar { + display: inline-block; + margin-left: 3px; + font-size: 16px; + color: #ddd; + letter-spacing: 1px; + text-align: left; + text-decoration: none; + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased +} + +.discussion-timeline { + position: relative; + width: 760px; + float: left +} + +.discussion-timeline:before { + display: block; + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 79px; + width: 2px; + background-color: #f3f3f3; + z-index: -1 +} + +.discussion-sidebar { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 21; + float: right; + width: 140px +} + +.discussion-sidebar-item { + padding-top: 15px; + font-size: 12px; + color: #999 +} + +.discussion-sidebar-item .minibutton .octicon { + margin-right: 0 +} + +.discussion-sidebar-item .button-block { + margin-bottom: 8px +} + +.discussion-sidebar-item+.discussion-sidebar-item { + margin-top: 15px; + border-top: 1px solid #eee +} + +.discussion-sidebar-item .select-menu { + position: relative +} + +.discussion-sidebar-item .select-menu-modal-holder { + top: 25px; + left: auto; + right: -1px +} + +.discussion-sidebar-heading { + margin-top: 0; + margin-bottom: 10px; + font-size: 12px; + line-height: 16px; + color: #777 +} + +.discussion-sidebar-toggle { + padding: 5px; + margin: -5px -5px 5px +} + +.discussion-sidebar-toggle .octicon { + float: right; + padding: 5px; + margin: -6px -5px -5px 5px; + color: #ccc +} + +.discussion-sidebar-toggle:hover { + color: #4183c4; + text-decoration: none; + cursor: pointer +} + +.discussion-sidebar-toggle:hover .octicon { + color: inherit +} + +button.discussion-sidebar-toggle { + display: block; + width: 150px; + font-weight: bold; + text-align: left; + background: none; + border: 0 +} + +.sidebar-labels .labels .label { + display: block; + max-width: 100%; + padding: 6px 10px; + font-size: 12px; + box-shadow: none +} + +.sidebar-labels .labels .label+.label { + margin-top: 3px +} + +.sidebar-milestone .progress-bar { + margin-bottom: 2px; + border-radius: 2px; + height: 8px +} + +.milestone-name { + display: block; + margin-top: 5px; + font-weight: bold; + color: #555 +} + +.milestone-name .css-truncate-target { + max-width: 100% +} + +.milestone-name:hover { + color: #4183c4; + text-decoration: none +} + +.sidebar-assignee .css-truncate-target { + max-width: 110px +} + +.sidebar-assignee .avatar { + margin-top: -1px; + margin-right: 2px; + border-radius: 2px +} + +.sidebar-assignee .assignee { + color: #555; + font-weight: bold +} + +.sidebar-assignee .assignee:hover { + color: #4183c4; + text-decoration: none +} + +.sidebar-notifications { + position: relative +} + +.sidebar-notifications .thread-subscription-status { + margin: 0; + padding: 0; + border: 0 +} + +.sidebar-notifications .thread-subscription-status .thread-subscribe-form { + display: block +} + +.sidebar-notifications .thread-subscription-status .mega-octicon { + display: none +} + +.sidebar-notifications .thread-subscription-status .reason { + padding: 0; + margin: 5px 0 0; + font-size: 11px; + color: #999 +} + +.sidebar-notifications .thread-subscription-status .minibutton { + display: block; + width: 100% +} + +.participation .participant-avatar { + float: left; + margin: 3px 0 0 3px +} + +.participation a { + color: #999 +} + +.participation a:hover { + color: #4183c4; + text-decoration: none +} + +.participation-avatars { + margin-left: -3px +} + +.participation-avatars:before { + display: table; + content: "" +} + +.participation-avatars:after { + display: table; + clear: both; + content: "" +} + +.participation-more { + float: left; + margin: 6px 0 0; + line-height: 14px +} + +.lock-toggle-link { + color: #777; + font-weight: bold +} + +.lock-toggle-link:hover { + color: #4183c4; + text-decoration: none +} + +.inline-comment-form .form-actions,.timeline-new-comment .form-actions { + padding: 0 10px 10px +} + +.form-content .form-actions { + padding: 0 +} + +.gh-header-actions { + float: right; + margin-top: 3px +} + +.gh-header-actions .minibutton { + float: left; + margin-left: 5px +} + +.gh-header-actions .minibutton .octicon { + margin-right: 0 +} + +.gh-header .gh-header-edit { + display: none +} + +.gh-header.open .gh-header-show { + display: none +} + +.gh-header.open .gh-header-edit { + display: block +} + +.gh-header-title { + margin-top: 0; + margin-bottom: 0; + margin-right: 150px; + font-weight: normal; + line-height: 1.1; + word-wrap: break-word +} + +.gh-header-no-access .gh-header-title { + margin-right: 0 +} + +.gh-header-number { + font-weight: 300; + color: #aaa; + letter-spacing: -1px +} + +.gh-header-edit { + margin-top: -5px +} + +.gh-header-edit:before { + display: table; + content: "" +} + +.gh-header-edit:after { + display: table; + clear: both; + content: "" +} + +.gh-header-edit .edit-issue-title { + float: left; + width: 760px; + padding: 6px 10px; + margin-right: 10px; + font-size: 16px; + background-color: #fafafa +} + +.gh-header-edit .edit-issue-title:focus { + background-color: #fff +} + +.gh-header-edit .button { + float: left; + padding: 8px 15px +} + +.gh-header-edit .button-link { + float: left; + margin: 10px +} + +.gh-header-meta { + margin-top: 9px; + font-size: 14px; + line-height: 20px; + color: #777; + padding-bottom: 20px; + border-bottom: 1px solid #eee +} + +.gh-header.issue .gh-header-meta { + margin-bottom: 15px +} + +.gh-header.pull .gh-header-meta { + border-bottom: 0; + padding-bottom: 0 +} + +.gh-header-meta.discussions-header-meta { + margin-top: 6px; + padding-bottom: 15px +} + +.gh-header-meta .flex-table-item { + vertical-align: top +} + +.gh-header-meta .flex-table-item-primary { + padding-top: 4px; + white-space: normal; + word-wrap: break-word +} + +.gh-header-meta .flex-table-item-primary .commit-ref .css-truncate-target,.gh-header-meta .flex-table-item-primary .commit-ref:hover .css-truncate-target { + max-width: 780px !important +} + +.gh-header-meta .state { + margin-right: 8px +} + +.gh-header-meta .avatar { + float: left; + margin-top: -3px; + margin-right: 5px +} + +.gh-header-meta .author { + color: #555; + font-weight: bold +} + +.gh-header-meta .noun { + text-transform: lowercase +} + +.tabnav-pr { + margin: 15px 0 20px; + border-color: #e5e5e5 +} + +.tabnav-pr .tabnav-tab { + padding: 9px 14px; + font-size: 13px; + color: #777 +} + +.tabnav-pr .tabnav-tab.selected { + color: #333; + border-color: #e5e5e5 +} + +.tabnav-pr .diffstat-bar { + padding-bottom: 3px +} + +.timeline-comment-wrapper>.timeline-comment:after,.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:after,.timeline-new-comment .timeline-comment:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none +} + +.timeline-comment-wrapper>.timeline-comment:after,.timeline-new-comment .timeline-comment:after { + border-width: 7px; + border-right-color: #f7f7f7; + margin-top: 1px; + margin-left: 2px +} + +.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:before { + border-right-color: #ddd; + border-width: 8px +} + +.timeline-comment-wrapper { + position: relative; + padding-left: 64px; + margin-top: 15px; + margin-bottom: 15px; + border-top: 2px solid #fff; + border-bottom: 2px solid #fff +} + +.timeline-comment-wrapper:first-child { + margin-top: 0 +} + +.discussion-timeline-actions .timeline-comment-wrapper:first-child { + margin-top: 15px +} + +.timeline-comment-wrapper .timeline-comment.unread-item:after,.timeline-comment-wrapper .timeline-comment.unread-item:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none +} + +.timeline-comment-wrapper .timeline-comment.unread-item:after { + border-width: 7px; + border-right-color: #fff9ea; + margin-top: 1px; + margin-left: 2px +} + +.timeline-comment-wrapper .timeline-comment.unread-item:before { + border-right-color: #dfd8c2; + border-width: 8px +} + +.timeline-comment-avatar { + float: left; + margin-left: -64px; + border-radius: 3px +} + +.timeline-comment { + position: relative; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 3px +} + +.timeline-comment.current-user { + border-color: #bfccd1 +} + +.timeline-comment.current-user:after { + border-right-color: #f2f8fa +} + +.timeline-comment.current-user:before { + border-right-color: #bfccd1 +} + +.timeline-comment.current-user .timeline-comment-header { + color: #8e9597; + background-color: #f2f8fa; + border-bottom-color: #e1edf1 +} + +.timeline-comment.will-transition-once { + -webkit-transition: border-color 0.65s ease-in-out; + transition: border-color 0.65s ease-in-out +} + +.timeline-comment.will-transition-once .timeline-comment-header { + -webkit-transition: background-color 0.65s ease, border-bottom-color 0.65s ease-in-out; + transition: background-color 0.65s ease, border-bottom-color 0.65s ease-in-out +} + +.timeline-comment.will-transition-once .timeline-comment-label { + -webkit-transition: border-color 0.65s ease-in-out; + transition: border-color 0.65s ease-in-out +} + +.timeline-comment.will-transition-once:before,.timeline-comment.will-transition-once:after { + -webkit-transition: border-right-color 0.65s ease-in-out; + transition: border-right-color 0.65s ease-in-out +} + +.timeline-comment.unread-item { + border-color: #dfd8c2 +} + +.timeline-comment.unread-item .timeline-comment-header { + background-color: #fff9ea; + border-bottom-color: #f1ede3 +} + +.timeline-comment.unread-item .timeline-comment-label { + border-color: #dfd8c2 +} + +.timeline-comment:empty { + display: none +} + +.timeline-comment .comment+.comment { + border-top: 1px solid #e5e5e5 +} + +.timeline-comment .comment+.comment:before,.timeline-comment .comment+.comment:after { + display: none +} + +.timeline-comment .comment+.comment .timeline-comment-header { + border-top-left-radius: 0; + border-top-right-radius: 0 +} + +.timeline-comment-header { + padding-left: 15px; + padding-right: 15px; + color: #999; + background-color: #f7f7f7; + border-bottom: 1px solid #eee; + border-top-left-radius: 3px; + border-top-right-radius: 3px +} + +.timeline-comment-header .author { + font-weight: bold; + color: #555 +} + +.timeline-comment-header .timestamp { + white-space: nowrap; + color: inherit +} + +.timeline-comment-header code { + word-break: break-all +} + +.comment-type-icon { + color: inherit +} + +.timeline-comment-label { + float: right; + margin: 8px 0 0 10px; + padding: 2px 5px; + font-size: 12px; + border: 1px solid rgba(0,0,0,0.1); + border-radius: 3px +} + +.timeline-comment-label-spammy { + color: #bd2c00; + border-color: #bd2c00 +} + +.timeline-comment-header-text { + max-width: 78%; + padding-top: 10px; + padding-bottom: 10px +} + +.timeline-comment-header-text code a { + color: #555 +} + +.timeline-comment-header-avatar { + float: left; + margin-top: 10px; + margin-right: 5px +} + +.timeline-comment-actions { + float: right; + margin-right: -5px; + margin-left: 10px +} + +.timeline-comment-action { + display: inline-block; + padding: 10px 5px; + color: inherit; + opacity: 0.5 +} + +.timeline-comment-action:hover { + opacity: 1; + color: #4183c4; + text-decoration: none +} + +.timeline-comment-action .octicon-check { + height: 16px; + font-size: 18px +} + +.compare-tab-comments .timeline-comment-actions { + display: none +} + +.discussion-item-ref .commit-gravatar { + padding-left: 2px; + padding-right: 5px +} + +.discussion-item-ref .task-progress { + display: block; + margin-bottom: -2px +} + +.discussion-item-ref .task-progress .progress-bar { + margin-bottom: 0 +} + +.discussion-item-ref .task-progress .octicon { + font-size: 16px +} + +.discussion-item-ref .discussion-item-body .title { + margin-top: 10px +} + +.discussion-item-ref .state { + padding: 1px 5px; + margin-top: -4px; + margin-left: 8px; + font-size: 12px +} + +.discussion-item-ref .state .octicon { + width: 1em; + font-size: 14px +} + +.timeline-new-comment { + max-width: 780px; + margin-bottom: 0 +} + +.timeline-new-comment .comment-form-head { + margin-bottom: 10px +} + +.timeline-new-comment .previewable-comment-form .comment-body { + padding: 5px 5px 15px; + border-bottom: 1px solid #eee +} + +.discussion-item { + position: relative; + margin: 15px 0 15px 79px; + padding-left: 25px +} + +.discussion-item+.discussion-item { + padding-top: 15px; + border-top: 1px solid #f5f5f5 +} + +.discussion-item .author { + color: #555; + font-weight: bold +} + +.discussion-item .timestamp { + color: inherit; + white-space: nowrap +} + +.discussion-item .label-color { + padding: 2px 4px; + font-size: 12px; + font-weight: bold; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12) +} + +.discussion-item .label-color a:hover { + text-decoration: none +} + +.discussion-item-icon { + float: left; + width: 32px; + height: 32px; + margin-top: -7px; + margin-left: -40px; + line-height: 28px; + color: #666; + text-align: center; + background-color: #f3f3f3; + border: 2px solid #fff; + border-radius: 50% +} + +.discussion-item-icon.octicon-pencil { + font-size: 14px +} + +.discussion-item-header { + min-height: 30px; + padding-top: 5px; + padding-bottom: 5px; + color: #777; + line-height: 20px; + word-wrap: break-word +} + +.discussion-item-header .avatar { + float: left; + margin-top: 2px; + margin-right: 5px +} + +.discussion-item-header .discussion-item-private { + vertical-align: -1px +} + +.discussion-item-header:last-child { + padding-bottom: 0 +} + +.discussion-item-header .commit-ref { + font-size: 85%; + vertical-align: baseline +} + +.discussion-item-header .button-outline { + float: right; + padding: 4px 8px; + margin-top: -5px +} + +.discussion-item-body { + margin-top: 5px +} + +.discussion-item-link { + color: #777 +} + +.discussion-item-link:hover { + color: #4183c4 +} + +.discussion-item-entity { + font-weight: bold; + color: #333 +} + +.discussion-item-entity:hover { + color: #4183c4; + text-decoration: none +} + +.discussion-item-ref-title { + margin-top: 0; + margin-bottom: 0; + line-height: 1.2 +} + +.discussion-item-ref-title .issue-num { + font-weight: normal; + color: #999 +} + +.discussion-item-ref-title .title-link { + color: #333 +} + +.discussion-item-ref-title .title-link:hover { + color: #4183c4; + text-decoration: none +} + +.discussion-item-ref-title .title-link:hover .issue-num { + color: inherit +} + +.discussion-item-context-icon { + display: inline-block; + line-height: 22px; + margin-top: -2px; + margin-left: 10px +} + +.discussion-item-help { + color: #999 +} + +.discussion-item-help:hover { + color: #4183c4 +} + +.discussion-item-private { + color: #a1882b +} + +.discussion-item-rollup-ref .state { + margin-top: 2px +} + +.discussion-item-rollup-ref .discussion-item-context-icon { + margin-top: 2px +} + +.discussion-item-reopened .discussion-item-icon { + color: #fff; + background-color: #6cc644 +} + +.discussion-item-merged .discussion-item-icon { + padding-left: 2px; + color: #fff; + background-color: #6e5494 +} + +.discussion-item-closed .discussion-item-icon { + color: #fff; + background-color: #bd2c00 +} + +.discussion-item-head_ref_deleted .discussion-item-icon { + padding-left: 2px; + color: #fff; + background-color: #999 +} + +.discussion-item-locked .discussion-item-icon,.discussion-item-unlocked .discussion-item-icon { + color: #fff; + background-color: #333 +} + +.discussion-item .renamed-was,.discussion-item .renamed-is { + color: #333; + font-weight: bold +} + +.discussion-commits .discussion-item-icon { + padding-top: 1px +} + +.discussion-commits .discussion-item-body { + margin-top: 0; + margin-left: -31px +} + +.discussion-item-toggle-open { + display: none +} + +.discussion-item-toggle { + float: right; + color: #777 +} + +.discussion-item-toggle:hover { + color: #4183c4; + text-decoration: none +} + +.discussion-item-toggle .octicon { + vertical-align: middle +} + +.outdated-diff-comment-container .discussion-item-body { + display: none +} + +.outdated-diff-comment-container.open .discussion-item-body,.outdated-diff-comment-container.open .discussion-item-toggle-open { + display: block +} + +.outdated-diff-comment-container.open .discussion-item-toggle-closed { + display: none +} + +.new-discussion-timeline .form-content textarea { + font-size: 14px; + line-height: 1.6 +} + +.new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav { + background: #f7f7f7; + padding: 6px 10px 0; + border-radius: 3px 3px 0 0 +} + +.new-discussion-timeline .previewable-comment-form .draft-indicator { + position: relative; + top: -1px +} + +.new-discussion-timeline .previewable-comment-form .comment { + border: 0 +} + +.new-discussion-timeline .previewable-comment-form .comment-body { + padding: 5px 5px 15px; + border-bottom: 1px solid #eee; + background-color: transparent +} + +.new-discussion-timeline .previewable-comment-form .timeline-comment .timeline-comment-actions { + display: none +} + +.new-discussion-timeline .closed-banner { + position: relative; + margin: 15px 0 -15px; + height: 19px; + overflow: visible; + background: #f3f3f3; + border-radius: 0; + border-bottom: 15px solid #fff +} + +.new-discussion-timeline .discussion-hidden { + background: #fff; + opacity: 1; + position: relative +} + +.new-discussion-timeline .discussion-hidden .comment-header { + background: #fff +} + +.new-discussion-timeline .discussion-hidden .comment-snippet p { + vertical-align: middle +} + +.new-discussion-timeline .composer .timeline-comment { + margin-bottom: 10px +} + +.new-discussion-timeline .composer .timeline-comment:after { + border-right-color: #fff +} + +.new-discussion-timeline .composer .comment-form-head.tabnav { + padding-top: 0; + background-color: #fff +} + +.discussion-timeline-actions { + border-top: 2px solid #f3f3f3; + background-color: #fff +} + +.discussion-timeline-actions .merge-pr { + padding-top: 0; + border-top: 0 +} + +.discussion-timeline-actions .thread-subscription-status { + margin-top: 20px +} + +.discussion-timeline-actions .thread-subscription-status .mega-octicon { + display: none +} + +.discussions-header { + margin-bottom: 20px +} + +.discussions-header .select-menu,.discussions-header .primary { + float: left; + margin-left: 5px +} + +.discussions-header-title { + margin-top: 0; + margin-bottom: 0; + line-height: 26px +} + +.discussions-new { + max-width: 800px; + padding: 15px +} + +.blankslate.discussions { + padding: 115px 0 +} + +.discussions { + margin: 0 0 20px +} + +.discussions .discussion { + font-size: 13px; + list-style-type: none; + padding: 12px 0 12px 72px; + border-bottom: 1px solid #eee; + position: relative; + min-height: 74px +} + +.discussions .discussion:before { + display: table; + content: "" +} + +.discussions .discussion:after { + display: table; + clear: both; + content: "" +} + +.discussions .discussion.navigation-focus { + background: #f9f9f9 +} + +.discussions .discussion.selected { + background-color: #f9f9f9 +} + +.discussions .discussion.selected:before { + background: #999 +} + +.discussions .discussion input[type="checkbox"] { + top: 27px +} + +.discussions .discussion:before { + position: absolute; + display: block; + content: ""; + top: -1px; + left: 0; + bottom: 0; + width: 3px +} + +.discussions .discussion.spammy:before { + background: #bd2c00 +} + +.discussions .discussion h3 { + font-size: 17px; + margin: 4px 0 0; + padding-bottom: 5px +} + +.discussions .discussion h3 span { + font-weight: 300; + color: #c5c5c5 +} + +.discussions .discussion h3 a { + color: #333; + font-weight: bold +} + +.discussions .discussion h4 { + margin-top: 1px; + margin-bottom: 2px; + font-size: 12px; + line-height: 18px; + color: #666 +} + +.discussions .discussion p { + margin: 0 0 5px +} + +.discussions .discussion p.muted { + color: #999; + padding: 5px 0 +} + +.discussions .discussion .pull-info { + background: #e8f1f6; + border-radius: 3px; + color: rgba(0,0,0,0.5); + display: inline-block; + font-size: 12px; + margin-top: 5px; + padding: 3px 7px; + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12) +} + +.discussions .discussion .pull-info em { + font-style: normal +} + +.discussions .discussion:first-child { + border-top: 1px solid #eee +} + +.discussions .discussion.unread:before { + position: absolute; + display: block; + content: ""; + top: -1px; + bottom: -1px; + left: 0; + width: 3px; + background: #4183c4 +} + +.discussion-username { + color: #333; + font-weight: normal +} + +.discussions-avatar { + position: absolute; + left: 12px +} + +.discussion-issue-number { + color: #bbb +} + +.discussion-body p { + color: #444; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + font-size: 13px +} + +.discussion-meta { + font-size: 12px; + line-height: 17px +} + +.discussion-meta:before { + display: table; + content: "" +} + +.discussion-meta:after { + display: table; + clear: both; + content: "" +} + +.discussion-meta a { + color: #999 +} + +.discussion-meta p { + color: #999; + padding: 0; + margin: 0 +} + +.discussion-meta .octicon-comment { + font-size: 14px; + color: #bbb; + margin-left: 4px +} + +.discussion-participants { + float: left; + width: 150px; + margin-left: 30px; + color: #999 +} + +.discussion-participants .avatar-link { + margin-right: 3px +} + +.discussion-last-comment { + float: left; + width: 150px; + margin-left: 30px +} + +.discussion-last-comment .avatar { + float: left; + margin-right: 3px +} + +.discussion-description { + float: left; + width: 474px +} + +.discussion-timeline .email-hidden-container { + margin: 3px 0 +} + +.discussion-hidden { + background: #fff +} + +.discussion-hidden .timeline-comment-content { + border: 1px solid #ddd; + opacity: 0.8; + margin-left: 64px +} + +.discussion-hidden .timeline-comment-content:hover { + -webkit-transition: opacity 0.25s ease-in-out; + transition: opacity 0.25s ease-in-out; + opacity: 1 +} + +.discussion-hidden .timeline-comment-header { + background: none; + border-bottom: 0; + line-height: 33px +} + +.discussion-hidden .timeline-comment-header:before { + display: table; + content: "" +} + +.discussion-hidden .timeline-comment-header:after { + display: table; + clear: both; + content: "" +} + +.discussion-hidden .timeline-comment-header .octicon { + margin: 0 3px +} + +.discussion-hidden .timeline-comment-header .comment-snippet { + display: inline-block; + position: relative; + top: -1px +} + +.discussion-hidden .timeline-comment-header .comment-snippet p { + width: 370px; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; + white-space: nowrap; + margin: 0 0 0 3px; + line-height: 1 +} + +.discussion-hidden+.discussion-hidden { + margin-top: -1px +} + +.comment-header-right { + float: right +} + +.comment-header-actions { + list-style-type: none +} + +.comment-header-actions:before { + display: table; + content: "" +} + +.comment-header-actions:after { + display: table; + clear: both; + content: "" +} + +.comment-header-actions li { + float: left; + font-size: 11px; + line-height: 33px; + margin: 0 0 0 10px +} + +.discussion-comment-label { + background: #eee; + border-radius: 3px; + color: #666; + padding: 2px 4px; + margin: 0 5px 0 0 +} + +.explore-head .container { + position: relative +} + +.explore-content { + margin-top: -15px +} + +.explore-content .blankslate { + margin-top: 15px +} + +.repo-collection>ul { + list-style-type: none; + background: #f7f7f7; + border: 1px solid #ddd; + border-radius: 3px +} + +.repo-collection .author-gravatar { + float: left; + margin-right: 10px; + background: #fff; + border-radius: 3px +} + +.collection-stat { + float: right; + margin-left: 10px; + font-size: 12px; + color: #444 +} + +.collection-stat .octicon { + margin-right: 5px; + color: #a7a7a7 +} + +.collection-item { + position: relative; + float: left; + width: 50%; + height: 70px; + padding: 15px +} + +.collection-item .octicon-x { + position: absolute; + top: 10px; + right: 10px; + color: #ccc; + text-decoration: none +} + +.collection-item .repo-name { + display: block; + font-size: 16px; + font-weight: bold +} + +.collection-item .css-truncate-target { + max-width: 380px +} + +.collection-item .repo-description { + margin: 0 +} + +.explore-collection h2 { + margin: 0 0 10px; + font-size: 18px; + font-weight: normal; + color: #2a2a2a +} + +.explore-collection h2 .select-menu { + position: relative; + display: inline-block +} + +.explore-collection h2 .select-menu-button { + font-weight: bold; + cursor: pointer +} + +.explore-collection h2 .mega-octicon { + vertical-align: middle +} + +.explore-collection .see-more-link { + float: right; + margin-top: 7px +} + +.explore-page .see-more-link { + font-size: 14px; + color: inherit +} + +.explore-page .see-more-link .octicon { + margin-left: 5px +} + +.explore-page.marketing-section { + border-bottom: 0 +} + +.explore-page.marketing-section .thread-subscription-status { + border: 0 +} + +.explore-page.marketing-section .signed-out-comment { + margin-left: 0 +} + +.explore-page .language-filter-list { + margin-bottom: 10px +} + +.explore-section { + position: relative; + padding: 40px 0; + border-bottom: 1px solid #eee +} + +.explore-section:nth-child(even) { + background: #f9f9f9 +} + +.explore-section:nth-child(even) .repo-collection>ul { + background: #fff +} + +.explore-section:first-child { + padding-top: 0 +} + +.explore-section:nth-child(odd):last-child { + padding-bottom: 0; + border-bottom: 0 +} + +.explore-pjax-container { + position: relative +} + +.user-leaderboard-list .follow-list-info { + margin-top: 12px; + margin-bottom: 0; + font-size: 12px; + color: #666 +} + +.user-leaderboard-list .follow-list-info .css-truncate.css-truncate-target { + max-width: none +} + +.user-leaderboard-list .repo-list-item { + padding-top: 10px; + padding-bottom: 0; + padding-left: 21px; + border-top: 0 +} + +.user-leaderboard-list .repo-list-item .repo-description,.user-leaderboard-list .repo-list-item .repo-and-owner { + max-width: 530px +} + +.user-leaderboard-list .repo-list-item .repo { + color: #5c5c5c +} + +.leaderboard-list { + margin: 0; + list-style-type: none +} + +.user-leaderboard-list-name { + margin: 0; + font-size: 18px; + font-weight: normal +} + +.user-leaderboard-list-name .full-name { + margin-left: 5px; + font-weight: bold; + color: #5c5c5c +} + +.repo-snipit { + display: inline-block; + margin-top: 7px +} + +.repo-snipit:hover { + text-decoration: none +} + +.repo-snipit .octicon { + font-size: 14px; + color: #999 +} + +.repo-snipit-name { + max-width: 200px; + color: #666 +} + +.repo-snipit-description { + max-width: 300px; + color: #999 +} + +.repo-snipit:hover .repo-snipit-name,.repo-snipit:hover .repo-snipit-description { + color: #4183c4 +} + +.leaderboard-action { + float: right; + margin-top: -3px; + margin-left: 10px +} + +.leaderboard-list-rank { + position: absolute; + top: 25px; + left: 0; + width: 20px; + font-size: 11px; + font-weight: 300; + color: #b9b9b9; + text-align: right; + text-transform: uppercase +} + +.leaderboard-list-item { + position: relative; + padding-top: 20px; + padding-bottom: 20px; + padding-left: 35px; + border-bottom: 1px solid #eee +} + +.leaderboard-list-item:last-child { + border-bottom: 0 +} + +.leaderboard-gravatar { + float: left; + width: 48px; + height: 48px; + border-radius: 3px +} + +.leaderboard-list-content { + min-height: 48px; + margin-left: 58px +} + +.collection-page .signed-out-comment { + margin-left: 0 +} + +.explore-mail-tease { + padding-top: 20px; + overflow: hidden; + background: #202021 url(/images/modules/home/octicons-bg.png) center repeat; + border-bottom: 1px solid #ddd +} + +.explore-mail-tease h3 { + color: #fff; + text-align: center +} + +.explore-mail-tease img { + margin-bottom: -5px +} + +.newsletter-frequency-choice { + display: -ms-flexbox; + display: -webkit-flex; + display: -webkit-box; + display: flex; + margin: 40px 0; + list-style-type: none; + -webkit-flex-flow: row wrap; + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around +} + +.newsletter-frequency-choice .choice { + position: relative; + width: 25% +} + +.newsletter-frequency-choice .choice>label { + display: block; + height: 100%; + margin: 0 10px; + font-weight: normal; + text-align: center; + cursor: pointer; + background: #fff; + border: 3px solid #eee; + border-radius: 4px +} + +.newsletter-frequency-choice .choice:hover label { + border-color: #4183c4 +} + +.newsletter-frequency-choice .choice:hover h3 { + color: #fff; + background: #4183c4; + border-color: #4183c4 +} + +.newsletter-frequency-choice .choice.selected label { + border-color: #6cc644; + box-shadow: 0 0 5px rgba(0,0,0,0.2) +} + +.newsletter-frequency-choice .choice.selected h3 { + color: #fff; + background: #6cc644; + border-color: #6cc644 +} + +.newsletter-frequency-choice .choice.selected p { + color: #333 +} + +.newsletter-frequency-choice .choice .notice { + position: absolute; + right: 0; + bottom: 1em; + left: 0; + z-index: -1; + font-weight: bold; + color: #6cc644; + text-align: center; + opacity: 0 +} + +.newsletter-frequency-choice .choice .notice.visible { + bottom: -2em; + opacity: 1; + -webkit-transition: opacity 0.15s ease-in-out; + transition: opacity 0.15s ease-in-out +} + +.newsletter-frequency-choice h3 { + padding: 10px; + margin: 0; + font-weight: normal; + background: #fafafa; + border-bottom: 1px solid #eee +} + +.newsletter-frequency-choice h3 input { + position: relative; + top: -2px; + margin: 0 3px 0 -19px +} + +.newsletter-frequency-choice p { + height: 7em; + margin: 15px; + color: #777; + text-align: left +} + +.explore-signup-entice { + position: relative; + padding: 15px; + font-size: 14px; + background: #f7f7f7; + border: 1px solid #ddd; + border-radius: 3px +} + +.explore-signup-entice h3 { + margin-bottom: 10px; + font-size: 18px +} + +.explore-signup-entice-inner { + position: absolute; + top: 3px; + right: 3px; + bottom: 3px; + left: 3px; + padding-top: 30px; + text-align: center; + background: rgba(247,247,247,0.9) +} + +.explore-signup-entice-wrapper { + max-width: 500px; + padding: 5px; + margin: 0 auto; + background: rgba(247,247,247,0.6) +} + +.explore-signup-cta { + margin-right: -10px; + font-size: 13px; + vertical-align: middle +} + +.explore-signup-cta a { + font-weight: bold +} + +.explore-signup-cta .button,.explore-signup-cta .minibutton { + position: relative; + top: -1px +} + +@-webkit-keyframes fadein { + 0% { + opacity: 0 + } + + 100% { + opacity: 1 + } +} + +@keyframes fadein { + 0% { + opacity: 0 + } + + 100% { + opacity: 1 + } +} + +.explore-marketing-header { + margin: 10px auto 30px; + text-align: center +} + +.explore-marketing-header.is-animating { + -webkit-animation: fadein 1s; + animation: fadein 1s +} + +.explore-marketing-header h2 { + margin: 0 0 5px; + font-size: 32px; + font-weight: normal +} + +.explore-marketing-header .lead { + margin: 5px 0 0 +} + +.linux .show-mac,.macintosh .show-mac { + display: block +} + +.linux .hide-mac,.macintosh .hide-mac { + display: none +} + +.windows .show-mac { + display: none +} + +.homepage .container { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif +} + +.homepage .header-logged-out .primary { + display: none +} + +.homepage .site-footer { + border-top: 0; + margin-top: 0 +} + +.marketing-section-depth { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 10; + height: 30px; + background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,0.15)); + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25) +} + +.marketing-section-signup { + text-shadow: 0 1px 3px #222; + background: #202021 url(/images/modules/home/octicons-bg.png) center repeat; + padding-top: 80px; + padding-bottom: 80px; + position: relative +} + +.marketing-section-signup .heading { + margin-top: 0; + padding-top: 10px; + font-size: 70px; + font-weight: normal; + line-height: 1; + color: #fff; + letter-spacing: -1px +} + +.marketing-section-signup .subheading { + margin: 10px 0 0; + font-size: 21px; + line-height: 1.5; + color: #fff +} + +.marketing-section-signup .subheading a { + font-weight: 500 +} + +.form-signup-home { + float: right; + width: 320px; + margin-left: 40px +} + +.form-signup-home .text-muted:last-child { + margin-bottom: 0 +} + +.form-signup-home dl.form { + position: relative; + margin-top: 0; + margin-bottom: 10px +} + +.form-signup-home dl.form dd+.text-muted { + margin-top: 5px +} + +.form-signup-home .button,.form-signup-home dl.form input[type="text"],.form-signup-home dl.form input[type="password"] { + padding: 10px; + font-size: 16px; + border-radius: 5px +} + +.form-signup-home .button { + border: 0 +} + +.form-signup-home .button:focus { + box-shadow: 0 1px 3px rgba(0,0,0,0.05),0 0 12px rgba(255,255,255,0.75) +} + +.form-signup-home dl.form input[type="text"],.form-signup-home dl.form input[type="password"] { + width: 100%; + margin-right: 0; + border-color: #fff +} + +.form-signup-home dl.form input[type="text"]:focus,.form-signup-home dl.form .focused .drag-and-drop,.focused .form-signup-home dl.form .drag-and-drop,.form-signup-home dl.form input[type="password"]:focus { + background-color: #fff; + border-color: #fff; + box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 12px rgba(255,255,255,0.75) +} + +.form-signup-home dl.form.errored dd.error,.form-signup-home dl.form.errored dd.warning { + position: absolute; + top: 100%; + left: 0; + right: 0; + z-index: 5; + margin-top: 2px; + font-size: 12px; + font-weight: normal; + padding: 10px; + border: 0; + text-align: left; + border-radius: 3px; + background-color: #333; + color: #fff +} + +.form-signup-home dl.form.errored dd.error:after,.form-signup-home dl.form.errored dd.warning:after { + position: absolute; + left: 10px; + bottom: 100%; + height: 0; + width: 0; + content: ""; + border: solid transparent; + border-bottom-color: #333; + border-width: 8px; + pointer-events: none +} + +.form-signup-home dl.form.errored dd.error:empty,.form-signup-home dl.form.errored dd.warning:empty { + display: none +} + +.form-signup-home dl.form dd input.is-autocheck-successful,.form-signup-home dl.form dd input.is-autocheck-errored,.form-signup-home dl.form dd input.is-autocheck-loading { + background-image: none +} + +.form-signup-home dl.successed:after,.form-signup-home dl.errored:after { + position: absolute; + top: 15px; + right: 10px; + text-shadow: none; + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased +} + +.form-signup-home dl.successed:after { + content: "\f03a"; + color: #6cc644 +} + +.form-signup-home dl.errored:after { + content: "\f02d"; + color: #bd2c00 +} + +.form-signup-home dl.is-loading:after { + position: absolute; + top: 15px; + right: 10px; + display: block; + width: 16px; + height: 16px; + content: ""; + background-image: url(/images/spinners/octocat-spinner-16px.gif) +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .form-signup-home dl.is-loading:after { + background-image:url(/images/spinners/octocat-spinner-32.gif); + background-size: 16px 16px + } +} + +.text-muted .notice-highlight { + color: #fff +} + +.text-center { + text-align: center +} + +.marketing-section-img { + display: block; + max-width: 980px; + margin: 40px auto; + border-radius: 5px; + border: 1px solid rgba(0,0,0,0.25); + box-shadow: 0 5px 15px rgba(0,0,0,0.15) +} + +.marketing-section-enterprise { + overflow: hidden; + max-height: 375px; + padding-bottom: 20px; + margin-top: -1px; + text-shadow: 0 1px 2px rgba(0,0,0,0.3); + background-color: #614381; + background-image: -webkit-linear-gradient(#202d5f, #614381); + background-image: linear-gradient(#202d5f, #614381); + background-repeat: repeat-x; + border-bottom: 0; + box-shadow: inset 0 10px 20px rgba(0,0,0,0.1); + color: #fff +} + +.marketing-section-enterprise.marketing-inline { + margin-bottom: 30px +} + +.marketing-section-enterprise h1>a { + color: inherit; + text-decoration: none +} + +.marketing-section-enterprise .marketing-header .lead { + color: #cecbda +} + +.marketing-section-enterprise .marketing-button { + display: inline-block; + margin-top: 20px; + margin-bottom: 20px; + padding: 9px 15px; + border-radius: 4px; + font-size: 18px; + background-color: #1d6ac8; + background-image: -webkit-linear-gradient(#45b3f3, #1d6ac8); + background-image: linear-gradient(#45b3f3, #1d6ac8); + background-repeat: repeat-x; + box-shadow: 0 1px 1px rgba(0,0,0,0.25); + text-shadow: 0 -1px 0 rgba(0,0,0,0.25); + text-decoration: none; + color: #fff +} + +.marketing-section-enterprise .marketing-button:hover { + background-position: 0 -10px +} + +.aws-section { + background: #515d81 url(/images/modules/aws/aws-bg.jpg) no-repeat center top; + background-size: cover; + overflow: hidden; + text-shadow: 0 1px 1px rgba(0,0,0,0.1) +} + +.aws-section .container { + position: relative +} + +.aws-section .content { + position: relative; + z-index: 9; + padding: 80px 0; + color: #fff; + text-align: center +} + +.aws-section h2 { + margin-top: 0; + font-size: 36px; + font-weight: 300; + color: #fff +} + +.aws-section p { + margin-bottom: 15px; + font-size: 15px; + font-weight: 300 +} + +.aws-section .aws-button { + display: inline-block; + padding: 7px 15px; + font-size: 16px; + color: #fff; + text-shadow: none; + border: 1px solid #fff; + border-radius: 5px +} + +.aws-section .aws-button:hover { + color: #fff; + text-decoration: none; + background-color: #2a2b55; + border-color: #2a2b55 +} + +.aws-section .bg-animation { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100% +} + +.aws-section .cloud { + position: absolute +} + +.aws-section .cloud-1 { + top: 10px; + right: 20px; + -webkit-animation: cloud1animation 6s ease-out 1s; + animation: cloud1animation 6s ease-out 1s +} + +.aws-section .cloud-2 { + top: 10px; + left: -60px; + -webkit-animation: cloud2animation 6s ease-out 1s; + animation: cloud2animation 6s ease-out 1s +} + +.aws-section .cloud-3 { + bottom: 50px; + right: -255px; + -webkit-animation: cloud3animation 14s ease-out 1s; + animation: cloud3animation 14s ease-out 1s +} + +.aws-section .cloud-4 { + bottom: -96px; + left: -470px; + -webkit-animation: cloud4animation 9s ease-out 1s; + animation: cloud4animation 9s ease-out 1s +} + +.aws-section .cloud-5 { + bottom: -120px; + right: -160px; + -webkit-animation: cloud5animation 14s ease-out 1s; + animation: cloud5animation 14s ease-out 1s +} + +.aws-section .cloud-6 { + bottom: -100px; + right: -600px; + -webkit-animation: cloud6animation 8s ease-out 1s; + animation: cloud6animation 8s ease-out 1s +} + +@-webkit-keyframes cloud1animation { + 0% { + -webkit-transform: translateX(-70px); + transform: translateX(-70px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes cloud1animation { + 0% { + -webkit-transform: translateX(-70px); + transform: translateX(-70px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@-webkit-keyframes cloud2animation { + 0% { + -webkit-transform: translateX(50px); + transform: translateX(50px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes cloud2animation { + 0% { + -webkit-transform: translateX(50px); + transform: translateX(50px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@-webkit-keyframes cloud3animation { + 0% { + -webkit-transform: translateX(-150px); + transform: translateX(-150px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes cloud3animation { + 0% { + -webkit-transform: translateX(-150px); + transform: translateX(-150px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@-webkit-keyframes cloud4animation { + 0% { + -webkit-transform: translateX(125px); + transform: translateX(125px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes cloud4animation { + 0% { + -webkit-transform: translateX(125px); + transform: translateX(125px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@-webkit-keyframes cloud5animation { + 0% { + -webkit-transform: translateX(-80px); + transform: translateX(-80px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes cloud5animation { + 0% { + -webkit-transform: translateX(-80px); + transform: translateX(-80px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@-webkit-keyframes cloud6animation { + 0% { + -webkit-transform: translateX(-200px); + transform: translateX(-200px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +@keyframes cloud6animation { + 0% { + -webkit-transform: translateX(-200px); + transform: translateX(-200px) + } + + 100% { + -webkit-transform: translateX(0); + transform: translateX(0) + } +} + +.issue-list em { + font-weight: bold; + background-color: rgba(255,255,140,0.5); + padding: 3px; + border-radius: 3px; + font-style: normal +} + +.issue-list .title { + padding: 0; + min-height: 24px; + font-weight: normal; + font-size: 18px; + line-height: 24px; + margin: 0 80px 10px 0; + word-wrap: break-word +} + +.issue-list .title .mega-octicon { + position: absolute; + top: -4px; + left: 0; + width: 32px; + color: #888; + text-align: center +} + +.issue-list .title .closed.mega-octicon { + color: #bd2c00 +} + +.issue-list .title .open.mega-octicon { + color: #6cc644 +} + +.issue-list .title .merged.mega-octicon { + color: #6e5494 +} + +.issue-list .description { + margin: 0 0 10px; + line-height: 20px; + overflow: hidden +} + +.issue-list-meta { + margin: 0; + list-style-type: none; + font-size: 11px; + color: #999 +} + +.issue-list-meta:before { + display: table; + content: "" +} + +.issue-list-meta:after { + display: table; + clear: both; + content: "" +} + +.issue-list-meta>li { + display: inline-block; + margin-right: 10px +} + +.issue-list-meta a { + color: #333 +} + +.issue-list-meta .octicon { + color: #838383; + vertical-align: middle +} + +.issue-list-item { + border-bottom: 1px solid #f1f1f1; + padding: 0 0 20px 40px; + margin: 0 0 20px; + position: relative +} + +.labels-list-item .table-list-cell { + width: 100% +} + +.labels-list-item .label { + display: inline-block; + height: 34px; + padding: 0 10px; + margin-right: 5px; + font-size: 16px; + font-weight: bold; + line-height: 34px; + text-align: center; + border-radius: 3px; + -webkit-transition: all 0.2s linear; + transition: all 0.2s linear +} + +.labels-list-item .label .octicon { + margin-right: 3px +} + +.labels-list-item .label:hover { + opacity: 0.85 +} + +.labels-list-item.open .label,.labels-list-item.open .label-description,.labels-list-item.open .labels-list-action { + display: none +} + +.labels-list-item.open .label-delete { + display: block; + text-align: left +} + +.labels-list-item.edit .label,.labels-list-item.edit .label-description,.labels-list-item.edit .labels-list-action { + display: none +} + +.labels-list-item.edit .label-edit { + display: block +} + +.label-description { + padding: 8px 10px; + color: #999 +} + +.label-delete-confirmation { + line-height: 34px +} + +.labels-list-actions { + margin-left: 60px +} + +.labels-list-action { + float: left; + display: block; + color: #999; + padding: 8px 10px +} + +.labels-list-action .octicon { + margin-right: 2px +} + +.labels-list-action .octicon-pencil { + font-size: 14px +} + +.labels-list-action:hover { + color: #4183c4; + cursor: pointer +} + +.new-label { + display: none; + padding: 10px; + margin-bottom: 15px; + background-color: #fafafa; + border: 1px solid #e5e5e5; + border-radius: 3px +} + +.new-label .label-edit { + display: block +} + +.new-label .label-edit:before { + display: table; + content: "" +} + +.new-label .label-edit:after { + display: table; + clear: both; + content: "" +} + +.new-label-actions { + float: right +} + +.open .new-label { + display: block +} + +.label-spinner { + display: none; + float: left; + margin-left: -35px; + margin-top: 9px +} + +.label-edit:before { + display: table; + content: "" +} + +.label-edit:after { + display: table; + clear: both; + content: "" +} + +.label-edit label { + display: block; + margin-bottom: 5px +} + +.label-edit .error { + float: left; + margin-top: 8px; + margin-left: 10px; + color: #f00 +} + +.label-edit.is-valid .color-editor .octicon-check { + display: block +} + +.label-edit.loading .label-spinner { + display: block +} + +.color-editor { + position: relative; + float: left; + width: 100px +} + +.color-editor.open .label-colors { + display: block +} + +.color-editor-bg { + position: absolute; + left: 0; + z-index: 10; + width: 20px; + height: 20px; + margin-top: 7px; + margin-left: 7px; + cursor: pointer; + border-radius: 3px +} + +input.color-editor-input { + width: 100px; + padding-left: 34px; + border-color: #ccc !important +} + +input.color-editor-input:focus { + border-color: #51a7e8 !important +} + +input.color-editor-input:focus ~ .label-colors { + display: block +} + +.invalid-color-indicator { + display: none; + position: absolute; + top: 7px; + left: 7px; + z-index: 11; + width: 20px; + height: 20px; + line-height: 20px; + font-weight: bold; + color: #fff; + text-align: center +} + +.label-edit-name { + width: 40%; + float: left; + margin-right: 10px +} + +.label-colors { + position: absolute; + left: 0; + float: left; + display: none; + width: auto; + margin-left: 0; + padding: 5px +} + +.label-colors:before { + left: 8px +} + +.label-colors:after { + left: 9px +} + +.label-edit,.label-delete { + display: none +} + +.label-delete-form { + display: inline +} + +.label-delete-form.loading .label-delete-spinner { + display: block +} + +.label-delete-spinner { + display: none; + margin-top: 10px; + margin-right: 10px; + float: left +} + +.color-chooser { + display: table-row; + height: 25px; + list-style: none +} + +.color-chooser li { + display: table-cell; + width: 1% +} + +.color-chooser li:hover { + position: relative; + z-index: 2; + outline: 2px solid #fff; + box-shadow: 0 0 5px 2px rgba(0,0,0,0.25) +} + +.color-chooser .color-cooser-color { + display: block; + width: 25px; + height: 25px; + text-align: center; + cursor: pointer +} + +.repository-lang-stats { + position: relative +} + +.repository-lang-stats ol.repository-lang-stats-numbers li { + display: table-cell; + width: 1%; + border-bottom: 0; + text-align: center; + padding: 11px 5px; + white-space: nowrap +} + +.repository-lang-stats ol.repository-lang-stats-numbers li span.percent { + float: none +} + +.repository-lang-stats ol.repository-lang-stats-numbers li>a,.repository-lang-stats ol.repository-lang-stats-numbers li>span { + color: #999; + text-decoration: none; + font-weight: bold +} + +.repository-lang-stats ol.repository-lang-stats-numbers li .lang { + color: #333 +} + +.repository-lang-stats ol.repository-lang-stats-numbers li .language-color { + display: inline-block; + width: 10px; + height: 10px; + border-radius: 50% +} + +.repository-lang-stats ol.repository-lang-stats-numbers li a:hover { + background: transparent +} + +.stats-switcher-viewport { + overflow: hidden; + height: 38px +} + +.stats-switcher-viewport .stats-switcher-wrapper { + position: relative; + top: 0; + -webkit-transition: top 0.25s ease-in-out; + transition: top 0.25s ease-in-out +} + +.stats-switcher-viewport.is-revealing-lang-stats .stats-switcher-wrapper { + top: -38px +} + +.repository-lang-stats-graph { + display: block; + width: 100%; + height: auto; + line-height: 12px; + white-space: nowrap; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + overflow: hidden +} + +.repository-lang-stats-graph span { + display: inline-block; + height: 8px; + background: #ccc; + text-indent: -9999px +} + +.repository-lang-stats-graph .language-color { + height: auto; + line-height: 12px; + vertical-align: top +} + +.repository-lang-stats-graph .language-color:first-child { + border-bottom-left-radius: 3px +} + +.repository-lang-stats-graph .language-color:last-child { + border-bottom-right-radius: 3px +} + +.language-color { + background-color: #ccc +} + +.list-group-item { + position: relative; + display: block; + margin-bottom: -1px; + padding: 8px 10px 10px 40px; + border: 1px solid #e5e5e5 +} + +.list-group-item a:hover { + text-decoration: none +} + +.list-group-item:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px +} + +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px +} + +.list-group-item.closed { + background-color: #fcfcfc +} + +.list-group-item.selectable { + padding-left: 60px +} + +.list-group-item.selected { + background-color: #ffffef +} + +.list-group-item.navigation-focus { + background-color: #f5f9fc +} + +.list-group-item .list-group-item-summary a { + color: #666 +} + +.list-group-item .list-group-item-summary a.quiet { + color: #999 +} + +.list-group-item .status { + position: relative; + top: 2px; + margin-right: -9px; + float: right +} + +.list-group-item .type-icon { + vertical-align: middle; + position: relative; + top: 1px; + width: 16px; + text-align: center +} + +.list-group-item .assignee { + float: right +} + +.list-group-item .assignee img { + display: block; + border-radius: 2px +} + +.list-group-item .labels { + display: inline-block; + top: -2px; + margin-bottom: -2px; + margin-left: 4px +} + +.list-group-item-name { + margin: 0 60px 2px 0; + font-size: 15px; + line-height: 1.3; + word-wrap: break-word +} + +.list-group-item-name .type-icon { + float: left; + margin-top: 1px; + margin-left: -24px +} + +.list-group-item-link { + color: #333 +} + +.closed.octicon,.reverted.octicon { + color: #bd2c00 +} + +.open.octicon { + color: #6cc644 +} + +.merged.octicon { + color: #6e5494 +} + +.list-group-item-summary { + margin-top: 2px +} + +.list-group-item-summary p { + margin: 0 0 5px +} + +.standalone .list-group-item-summary p { + margin-bottom: 0 +} + +.animated-ellipsis-container { + display: inline-block; + overflow: hidden; + height: 12px; + width: 12px; + -webkit-transform: translateZ(0) +} + +.animated-ellipsis-container>.animated-ellipsis { + overflow: hidden; + display: inline-block; + vertical-align: bottom +} + +@-webkit-keyframes ellipsis { + from { + width: 2px + } + + to { + width: 12px + } +} + +@keyframes ellipsis { + from { + width: 2px + } + + to { + width: 12px + } +} + +.large-loading-area { + text-align: center; + padding: 100px 0 +} + +.context-loader.large-format-loader { + position: fixed; + display: none; + top: 0; + left: 0; + bottom: 0; + right: 0; + margin: 0; + width: auto; + padding: 190px 0 0; + font-weight: normal; + background: rgba(255,255,255,0.8); + border: 0; + z-index: 9999; + text-align: center; + color: #999 +} + +.context-loader.large-format-loader.is-loading { + display: block +} + +.requested-reviewer { + text-align: left; + list-style-type: none; + margin-bottom: 4px +} + +.requested-reviewer .octicon-jersey { + margin-left: 3px; + margin-right: 5px +} + +.request-reviewers { + border-top: solid 1px #ddd; + padding: 10px 10px 0 +} + +.request-reviewers .autocomplete-results { + display: block; + border: 0 +} + +.request-reviewers .autocomplete-results .typeahead-result { + display: block; + width: 300px +} + +.request-reviewers .avatar,.request-reviewers .octicon-jersey { + float: left; + margin-right: 10px +} + +.request-reviewers .reviewer-suggestion-info { + width: 75%; + overflow: hidden; + margin-bottom: 0; + margin-top: 4px; + white-space: nowrap; + text-overflow: ellipsis +} + +dl.form-request-reviewers { + display: inline-block; + margin-top: 0; + margin-bottom: 0 +} + +dl.form-request-reviewers>dd input[type="text"] { + width: 300px; + margin-bottom: 10px; + display: inline-block +} + +.suggested-reviewers { + margin-left: 5px; + display: inline-block; + vertical-align: super; + color: #999 +} + +.suggested-reviewers .requested-reviewer-suggestion { + margin-left: 3px +} + +.requested-reviewer-item { + float: left; + margin-bottom: 10px; + margin-right: 4px; + height: 32px; + padding: 5px 8px; + font-size: 12px; + line-height: 18px; + color: #555; + background: #eee; + border-radius: 3px +} + +.requested-reviewer-item .avatar,.requested-reviewer-item .octicon-jersey { + float: none; + margin-right: 2px +} + +.requested-reviewer-item .octicon-jersey { + margin-top: 4px +} + +.requested-reviewer-item .remove-reviewer { + color: #bbb; + margin-top: 2px; + display: inline-block; + margin-left: 2px +} + +.requested-reviewer-item .remove-reviewer .octicon-x { + vertical-align: middle +} + +#quick-issue-modal { + display: none +} + +.quick-issue-modal-footer { + margin-bottom: 0 +} + +.quick-issue-thanks { + display: none; + font-size: 18px +} + +.quick-issue-link { + margin-left: 30px +} + +.quick-issue-body { + display: block; + width: 100% +} + +.quick-issue-form { + position: relative +} + +.quick-issue-form .suggestions { + margin-left: 0; + margin-bottom: 0 +} + +.quick-issue-form .drag-and-drop { + font-size: 10px +} + +.clearfix:before { + display: table; + content: "" +} + +.clearfix:after { + display: table; + clear: both; + content: "" +} + +.right { + float: right +} + +.left { + float: left +} + +.text-right { + text-align: right +} + +.text-left { + text-align: left +} + +.danger { + color: #c00 +} + +.mute { + color: #000 +} + +.text-diff-added { + color: #55a532 +} + +.text-diff-deleted { + color: #bd2c00 +} + +.text-open,.text-success { + color: #6cc644 +} + +.text-closed { + color: #bd2c00 +} + +.text-reverted { + color: #bd2c00 +} + +.text-merged { + color: #6e5494 +} + +.text-renamed { + color: #fffa5d +} + +.text-pending { + color: #cea61b +} + +.text-error,.text-failure { + color: #bd2c00 +} + +.muted-link { + color: #777 +} + +.muted-link:hover { + color: #4183c4; + text-decoration: none +} + +.hidden { + display: none +} + +.warning { + padding: 0.5em; + margin-bottom: 0.8em; + font-weight: bold; + background-color: #fffccc +} + +.error_box { + padding: 1em; + font-weight: bold; + background-color: #ffebe8; + border: 1px solid #dd3c10 +} diff --git a/public/css/github-emoji.css b/public/css/github-emoji.css new file mode 100644 index 0000000..1d287df --- /dev/null +++ b/public/css/github-emoji.css @@ -0,0 +1,3 @@ +/*! 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:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;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{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box}input,select,textarea,button{font:13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"}body{min-width:1020px;font:13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";color:#333;background-color:#fff}a{color:#4183c4;text-decoration:none}a:hover,a:active{text-decoration:underline}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #ddd}hr:before,.rule:before{display:table;content:""}hr:after,.rule:after{display:table;clear:both;content:""}h1,h2,h3,h4,h5,h6{margin-top:15px;margin-bottom:15px;line-height:1.1}h1{font-size:30px}h2{font-size:21px}h3{font-size:16px}h4{font-size:14px}h5{font-size:12px}h6{font-size:11px}small{font-size:90%}blockquote{margin:0}.lead{margin-bottom:30px;font-size:20px;font-weight:300;color:#555}.text-muted{color:#999}.text-danger{color:#bd2c00}.text-emphasized{font-weight:bold;color:#333}ul,ol{padding:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace}.container{width:980px;margin-right:auto;margin-left:auto}.container:before{display:table;content:""}.container:after{display:table;clear:both;content:""}.columns{margin-right:-10px;margin-left:-10px}.columns:before{display:table;content:""}.columns:after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33%}.two-thirds{width:67%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.single-column{padding-right:10px;padding-left:10px}.table-column{display:table-cell;width:1%;padding-right:10px;padding-left:10px;vertical-align:top}fieldset{padding:0;margin:0;border:0}label{font-size:13px;font-weight:bold}.form-control,input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="tel"],input[type="url"],textarea{min-height:34px;padding:7px 8px;font-size:13px;color:#333;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #ccc;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075)}.form-control.focus,.form-control:focus,input[type="text"].focus,input[type="text"]:focus,.focused .drag-and-drop,input[type="password"].focus,input[type="password"]:focus,input[type="email"].focus,input[type="email"]:focus,input[type="number"].focus,input[type="number"]:focus,input[type="tel"].focus,input[type="tel"]:focus,input[type="url"].focus,input[type="url"]:focus,textarea.focus,textarea:focus{border-color:#51a7e8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}input.input-contrast,.input-contrast{background-color:#fafafa}input.input-contrast:focus,.input-contrast:focus{background-color:#fff}::-webkit-input-placeholder,:-moz-placeholder{color:#aaa}::-webkit-validation-bubble-message{font-size:12px;color:#fff;background:#9c2400;border:0;border-radius:3px;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1)}input::-webkit-validation-bubble-icon{display:none}::-webkit-validation-bubble-arrow{background-color:#9c2400;border:solid 1px #9c2400;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.1)}input.input-mini{min-height:26px;padding-top:4px;padding-bottom:4px;font-size:12px}input.input-large{padding:6px 10px;font-size:16px}.input-block{display:block;width:100%}.input-monospace{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}dl.form{margin:15px 0}dl.form input[type="text"],dl.form input[type="password"],dl.form input[type="email"],dl.form input[type="url"],dl.form textarea{background-color:#fafafa}dl.form input[type="text"]:focus,dl.form .focused .drag-and-drop,.focused dl.form .drag-and-drop,dl.form input[type="password"]:focus,dl.form input[type="email"]:focus,dl.form input[type="url"]:focus,dl.form textarea:focus{background-color:#fff}dl.form>dt{margin:0 0 6px}dl.form>dt label{position:relative}dl.form.flattened>dt{float:left;margin:0;line-height:32px}dl.form.flattened>dd{line-height:32px}dl.form>dd input[type="text"],dl.form>dd input[type="password"],dl.form>dd input[type="email"],dl.form>dd input[type="url"]{width:440px;max-width:100%;margin-right:5px;background-position-x:98%}dl.form>dd input.shorter{width:130px}dl.form>dd input.short{width:250px}dl.form>dd input.long{width:100%}dl.form>dd textarea{width:100%;height:200px;min-height:200px}dl.form>dd textarea.short{height:50px;min-height:50px}dl.form>dd h4{margin:4px 0 0}dl.form>dd h4.is-error{color:#bd2c00}dl.form>dd h4.is-success{color:#6cc644}dl.form>dd h4+p.note{margin-top:0}dl.form.required>dt>label:after{padding-left:5px;color:#9f1006;content:"*"}.note{min-height:17px;margin:4px 0 2px;font-size:12px;color:#777}.note .spinner{margin-right:3px;vertical-align:middle}.form-checkbox{padding-left:20px;margin:15px 0;vertical-align:middle}.form-checkbox label em.highlight{position:relative;left:-4px;padding:2px 4px;font-style:normal;background:#fffbdc;border-radius:3px}.form-checkbox input[type=checkbox],.form-checkbox input[type=radio]{float:left;margin:2px 0 0 -20px;vertical-align:middle}.form-checkbox .note{display:block;margin:0;font-size:12px;font-weight:normal;color:#666}dl.form .success,dl.form .error,dl.form .indicator{display:none;font-size:12px;font-weight:bold}dl.form.loading{opacity:0.5}dl.form.loading .indicator{display:inline}dl.form.loading .spinner{display:inline-block;vertical-align:middle}dl.form.successful .success{display:inline;color:#390}dl.form.errored>dt label{color:#900}dl.form.errored .error{display:inline;color:#900}dl.form.errored dd.error,dl.form.errored dd.warning{display:inline-block;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}dl.form.warn .warning{display:inline;color:#900}dl.form.warn dd.warning{display:inline-block;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}dl.form .form-note{display:inline-block;padding:5px;margin-top:-1px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.hfields{margin:15px 0}.hfields:before{display:table;content:""}.hfields:after{display:table;clear:both;content:""}.hfields dl.form{float:left;margin:0 30px 0 0}.hfields dl.form>dt label{display:inline-block;margin:5px 0 0;color:#666}.hfields dl.form>dt label img{position:relative;top:-2px}.hfields .button{float:left;margin:28px 25px 0 -20px}.hfields select{margin-top:5px}html.no-dnd-uploads .drag-and-drop{min-height:32px}html.no-dnd-uploads .drag-and-drop .default{display:none}html.no-dnd-uploads .upload-enabled textarea{border-bottom:1px solid #ddd}.drag-and-drop{padding:7px 10px;margin:0;font-size:13px;line-height:16px;color:#aaa;background-color:#fafafa;border:1px solid #ccc;border-top:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.drag-and-drop .default,.drag-and-drop .loading,.drag-and-drop .error{display:none}.drag-and-drop .error{color:#bd2c00}.drag-and-drop img{vertical-align:top}.is-default .drag-and-drop .default{display:inline-block}.is-uploading .drag-and-drop .loading{display:inline-block}.is-bad-file .drag-and-drop .bad-file{display:inline-block}.is-too-big .drag-and-drop .too-big{display:inline-block}.is-empty .drag-and-drop .empty{display:inline-block}.is-bad-browser .drag-and-drop .bad-browser{display:inline-block}.drag-and-drop-error-info{font-weight:normal;color:#aaa}.drag-and-drop-error-info a{color:#4183c4}.is-failed .drag-and-drop .failed-request{display:inline-block}.manual-file-chooser{position:absolute;width:240px;padding:5px;margin-left:-80px;cursor:pointer;opacity:0.0001}.manual-file-chooser:hover+.manual-file-chooser-text{text-decoration:underline}.button .manual-file-chooser{top:0;padding:0;line-height:34px}.upload-enabled textarea{display:block;border-bottom:1px dashed #ddd;border-bottom-right-radius:0;border-bottom-left-radius:0}.focused .drag-and-drop{box-shadow:rgba(81,167,232,0.5) 0 0 3px}.dragover textarea,.dragover .drag-and-drop{box-shadow:#c9ff00 0 0 3px}.previewable-comment-form{position:relative}.previewable-comment-form .tabnav{position:relative;padding:10px 10px 0}.previewable-comment-form .comment{border:1px solid #cacaca}.previewable-comment-form .comment-header .comment-header-actions{display:none}.previewable-comment-form .comment-form-error{margin-bottom:10px}.previewable-comment-form .write-content,.previewable-comment-form .preview-content{display:none;padding:0 10px 10px}.previewable-comment-form.write-selected .write-content,.previewable-comment-form.preview-selected .preview-content{display:block}.previewable-comment-form textarea{display:block;width:100%;min-height:100px;max-height:500px;padding:10px;resize:vertical}.previewable-comment-form textarea.fullscreen-contents:focus{border:0;box-shadow:none}div.composer{margin-top:0;border:0}.composer .comment-form-textarea{height:200px;min-height:200px}.composer-infobar{height:35px;padding:0 10px;margin-bottom:10px;border-bottom:1px solid #eee}.composer .tabnav{margin:0 0 10px}.infobar-widget.milestone{position:relative;float:right}.infobar-widget.milestone .select-menu-modal-holder{right:0}.infobar-widget.assignee{float:left}.infobar-widget.assignee .css-truncate-target{max-width:110px}.infobar-widget .text,.infobar-widget .avatar,.infobar-widget .select-menu{display:inline-block;vertical-align:top}.infobar-widget .text{margin-top:3px}.infobar-widget .text a{font-weight:bold;color:#333}.infobar-widget .progress-bar{width:200px;overflow:hidden;line-height:18px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.input-group{display:table}.input-group input{position:relative;width:100%}.input-group input:focus{z-index:2}.input-group input[type="text"]+.minibutton{margin-left:0}.input-group.inline{display:inline-table}.input-group input,.input-group-button{display:table-cell}.input-group-button{width:1%;vertical-align:middle}.input-group input:first-child,.input-group-button:first-child .button,.input-group-button:first-child .minibutton{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-button:first-child .button,.input-group-button:first-child .minibutton{margin-right:-1px}.input-group input:last-child,.input-group-button:last-child .button,.input-group-button:last-child .minibutton{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-button:last-child .button,.input-group-button:last-child .minibutton{margin-left:-1px}h2.account{margin:15px 0 0;font-size:18px;font-weight:normal;color:#666}p.explain{position:relative;font-size:12px;color:#666}p.explain strong{color:#333}p.explain .octicon{margin-right:5px;color:#bbb}p.explain .minibutton{top:-4px;float:right}.options-content p.explain{padding:10px 10px 0;margin-top:0;border-top:1px solid #ddd}.form-actions{padding-bottom:5px;text-align:right}.form-actions .cancel{float:left;margin-top:5px}.form-actions .button.cancel{margin-top:0;margin-left:2px}.form-actions .minibutton.cancel{margin-top:0}.form-actions .optional{float:left;padding-top:8px;margin-right:15px}.form-actions .optional span.text{padding:0 3px}.form-actions .optional input{position:relative;top:-1px}.form-warning{padding:8px 10px;margin:10px 0;font-size:14px;color:#333;background:#ffffe2;border:1px solid #e7e4c2;border-radius:4px}.form-warning p{margin:0;line-height:1.5}.form-warning strong{color:#000}.form-warning a{font-weight:bold}.status-indicator{font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;margin-left:5px}.status-indicator-success:before{color:#6cc644;content:"\f03a"}.status-indicator-failed:before{color:#bd2c00;content:"\f02d"}.flash-messages{margin-top:15px;margin-bottom:15px}.flash,.flash-global{position:relative;font-size:14px;line-height:1.6;color:#246;background-color:#e2eef9;border:solid 1px #bac6d3}.flash.flash-warn,.flash-global.flash-warn{color:#4c4a42;background-color:#fff9ea;border-color:#dfd8c2}.flash.flash-error,.flash-global.flash-error{color:#911;background-color:#fcdede;border-color:#d2b2b2}.flash .flash-close,.flash-global .flash-close{float:right;padding:17px;margin-top:-15px;margin-right:-15px;margin-left:20px;color:inherit;text-decoration:none;cursor:pointer;opacity:0.6}.flash .flash-close:hover,.flash-global .flash-close:hover{opacity:1}.flash p:last-child,.flash-global p:last-child{margin-bottom:0}.flash .flash-action,.flash-global .flash-action{float:right;margin-top:-4px;margin-left:20px}.flash a,.flash-global a{font-weight:bold}.flash{padding:15px;border-radius:3px}.flash+.flash{margin-top:5px}.flash-with-icon{padding-left:40px}.flash-with-icon>.octicon{float:left;margin-top:3px;margin-left:-25px}.flash-global{padding:10px;margin-top:-1px;border-width:1px 0}.flash-global h2,.flash-global p{margin-top:0;margin-bottom:0;font-size:14px;line-height:1.4}.flash-global .flash-action{margin-top:5px}.flash-title{margin-top:0;margin-bottom:5px}.avatar{display:inline-block;overflow:hidden;line-height:1;vertical-align:middle;border-radius:3px}.avatar-small{border-radius:2px}.avatar-link{float:left;line-height:1}.avatar-group-item{display:inline-block;margin-bottom:3px}.avatar-parent-child{position:relative}.avatar-child{position:absolute;right:-15%;bottom:-9%;border-radius:2px;box-shadow:-2px -2px 0 rgba(255,255,255,0.8)}.blankslate{position:relative;padding:30px;text-align:center;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:3px;box-shadow:inset 0 0 10px rgba(0,0,0,0.05)}.blankslate.clean-background{background:none;border:0;box-shadow:none}.blankslate.capped{border-radius:0 0 3px 3px}.blankslate.spacious{padding:100px 60px 120px}.blankslate.has-fixed-width{width:485px;margin:0 auto}.blankslate.large-format h3{margin:0.75em 0;font-size:20px}.blankslate.large-format p{font-size:16px}.blankslate.large-format p.has-fixed-width{width:540px;margin:0 auto;text-align:left}.blankslate.large-format .mega-octicon{width:40px;height:40px;font-size:40px;color:#aaa}.blankslate.large-format .octicon-inbox{font-size:48px;line-height:40px}.blankslate code{padding:2px 5px 3px;font-size:14px;background:#fff;border:1px solid #eee;border-radius:3px}.blankslate>.mega-octicon{color:#aaa}.blankslate .mega-octicon+.mega-octicon{margin-left:10px}.tabnav+.blankslate{margin-top:20px}.blankslate .context-loader.large-format-loader{padding-top:50px}.spinner-forking{display:block;margin:20px auto 40px}.forking-repo{margin:40px 0;text-align:center}.forking-repo h3{margin-bottom:10px;font-size:28px;font-weight:300}.forking-repo h4{margin:0 0 30px;font-size:16px;font-weight:300}.counter{display:inline-block;padding:2px 5px;font-size:11px;font-weight:bold;line-height:1;color:#777;background-color:#eee;border-radius:20px}.button,.minibutton{position:relative;display:inline-block;padding:7px 12px;font-size:13px;font-weight:bold;color:#333;text-shadow:0 1px 0 rgba(255,255,255,0.9);white-space:nowrap;vertical-align:middle;cursor:pointer;background-color:#eee;background-image:-webkit-linear-gradient(#fcfcfc, #eee);background-image:linear-gradient(#fcfcfc, #eee);background-repeat:repeat-x;border:1px solid #d5d5d5;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}.button i,.minibutton i{font-style:normal;font-weight:500;opacity:0.6}.button:focus,.minibutton:focus{text-decoration:none;border-color:#51a7e8;outline:none;box-shadow:0 0 5px rgba(81,167,232,0.5)}.button:hover,.button:active,.button.zeroclipboard-is-hover,.button.zeroclipboard-is-active,.minibutton:hover,.minibutton:active,.minibutton.zeroclipboard-is-hover,.minibutton.zeroclipboard-is-active{text-decoration:none;background-color:#ddd;background-image:-webkit-linear-gradient(#eee, #ddd);background-image:linear-gradient(#eee, #ddd);background-repeat:repeat-x;border-color:#ccc}.button:active,.button.selected,.button.selected:hover,.button.zeroclipboard-is-active,.minibutton:active,.minibutton.selected,.minibutton.selected:hover,.minibutton.zeroclipboard-is-active{background-color:#dcdcdc;background-image:none;border-color:#b5b5b5;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}.button:disabled,.button:disabled:hover,.button.disabled,.button.disabled:hover,.minibutton:disabled,.minibutton:disabled:hover,.minibutton.disabled,.minibutton.disabled:hover{color:rgba(102,102,102,0.5);text-shadow:0 1px 0 rgba(255,255,255,0.9);cursor:default;background-color:rgba(229,229,229,0.5);background-image:none;border-color:rgba(197,197,197,0.5);box-shadow:none}.button.primary,.minibutton.primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#60b044;background-image:-webkit-linear-gradient(#8add6d, #60b044);background-image:linear-gradient(#8add6d, #60b044);background-repeat:repeat-x;border-color:#5ca941}.button.primary:hover,.minibutton.primary:hover{color:#fff;background-color:#569e3d;background-image:-webkit-linear-gradient(#79d858, #569e3d);background-image:linear-gradient(#79d858, #569e3d);background-repeat:repeat-x;border-color:#4a993e}.button.primary:active,.button.primary.selected,.minibutton.primary:active,.minibutton.primary.selected{background-color:#569e3d;background-image:none;border-color:#418737}.button.primary:disabled,.button.primary:disabled:hover,.button.primary.disabled,.button.primary.disabled:hover,.minibutton.primary:disabled,.minibutton.primary:disabled:hover,.minibutton.primary.disabled,.minibutton.primary.disabled:hover{color:#fefefe;text-shadow:0 -1px 0 rgba(39,39,39,0.25);background-color:#add39f;background-image:-webkit-linear-gradient(#c3ecb4, #add39f);background-image:linear-gradient(#c3ecb4, #add39f);background-repeat:repeat-x;border-color:#b9dcac #b9dcac #a7c89b}.button.danger,.minibutton.danger{color:#900}.button.danger:hover,.minibutton.danger:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);background-color:#b33630;background-image:-webkit-linear-gradient(#dc5f59, #b33630);background-image:linear-gradient(#dc5f59, #b33630);background-repeat:repeat-x;border-color:#cd504a}.button.danger:active,.button.danger.selected,.minibutton.danger:active,.minibutton.danger.selected{color:#fff;background-color:#b33630;background-image:none;border-color:#9f312c}.button.danger:disabled,.button.danger:disabled:hover,.button.danger.disabled,.button.danger.disabled:hover,.minibutton.danger:disabled,.minibutton.danger:disabled:hover,.minibutton.danger.disabled,.minibutton.danger.disabled:hover{color:#cb7f7f;text-shadow:0 1px 0 rgba(255,255,255,0.9);background-color:#efefef;background-image:-webkit-linear-gradient(#fefefe, #efefef);background-image:linear-gradient(#fefefe, #efefef);background-repeat:repeat-x;border-color:#e1e1e1}.button.with-count,.minibutton.with-count{float:left;border-top-right-radius:0;border-bottom-right-radius:0}.button>.octicon,.minibutton>.octicon{vertical-align:-1px}.button>.octicon-arrow-right,.minibutton>.octicon-arrow-right{float:right;margin-left:5px}.minibutton>.octicon-arrow-right{margin-top:4px}.minibutton{padding:0 10px;line-height:24px}.hidden-text-expander{display:block}.hidden-text-expander.inline{position:relative;top:-1px;display:inline-block;margin-left:5px;line-height:0}.hidden-text-expander a{display:inline-block;height:12px;padding:0 5px;font-size:12px;font-weight:bold;line-height:6px;color:#555;text-decoration:none;vertical-align:middle;background:#ddd;border-radius:1px}.hidden-text-expander a:hover{text-decoration:none;background-color:#ccc}.hidden-text-expander a:active{color:#fff;background-color:#4183c4}.social-count{float:left;padding:0 7px;font-size:11px;font-weight:bold;line-height:24px;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ddd;border-left:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.social-count:hover{color:#4183c4;text-decoration:none;cursor:pointer}.button-block{display:block;width:100%;text-align:center}.button-group{display:inline-block;vertical-align:middle}.button-group:before{display:table;content:""}.button-group:after{display:table;clear:both;content:""}.button-group .button,.button-group .minibutton,.button-group .button-outline{position:relative;float:left;border-radius:0}.button-group .button:first-child,.button-group .minibutton:first-child,.button-group .button-outline:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-group .button:last-child,.button-group .minibutton:last-child,.button-group .button-outline:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group .button:hover,.button-group .button:focus,.button-group .button:active,.button-group .button.selected,.button-group .minibutton:hover,.button-group .minibutton:focus,.button-group .minibutton:active,.button-group .minibutton.selected,.button-group .button-outline:hover,.button-group .button-outline:focus,.button-group .button-outline:active,.button-group .button-outline.selected{z-index:2}.button-group .button+.button,.button-group .minibutton+.minibutton{margin-left:-1px;box-shadow:inset 1px 0 0 rgba(255,255,255,0.2)}.button-group .button+.button:hover,.button-group .minibutton+.minibutton:hover{box-shadow:none}.button-group .button+.button:active,.button-group .button+.button.selected,.button-group .minibutton+.minibutton:active,.button-group .minibutton+.minibutton.selected{box-shadow:inset 0 3px 5px rgba(0,0,0,0.15)}.button-group .button-outline+.button-outline,.button-group .button_to+.button_to{margin-left:-1px}.button-group .button_to{float:left}.button-group .button_to .button,.button-group .button_to .minibutton,.button-group .button_to .button-outline{border-radius:0}.button-group .button_to:first-child .button,.button-group .button_to:first-child .minibutton,.button-group .button_to:first-child .button-outline{border-top-left-radius:3px;border-bottom-left-radius:3px}.button-group .button_to:last-child .button,.button-group .button_to:last-child .minibutton,.button-group .button_to:last-child .button-outline{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group+.button-group,.button-group+.button,.button-group+.minibutton{margin-left:5px}.button-link{display:inline;padding:0;font-size:inherit;color:#4183c4;white-space:nowrap;cursor:pointer;background-color:transparent;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}.button-link:hover,.button-link:focus{text-decoration:underline}.button-link:focus{outline:none}.button-outline{display:inline-block;padding:7px 12px;font-size:13px;font-weight:bold;color:#4183c4;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}.button-outline:hover,.button-outline.zeroclipboard-is-hover{color:#fff;text-decoration:none;background-color:#4183c4;border-color:#4183c4}.button-outline:disabled,.button-outline.disabled,.button-outline:disabled:hover,.button-outline.disabled:hover{color:#777;cursor:default;background-color:#f5f5f5;border-color:#e5e5e5}.menu{margin-bottom:15px;list-style:none;background-color:#fff;border:1px solid #d8d8d8;border-radius:3px}.menu-item{position:relative;display:block;padding:8px 10px;text-shadow:0 1px 0 #fff;border-bottom:1px solid #eee}.menu-item:first-child{border-top:0;border-top-right-radius:2px;border-top-left-radius:2px}.menu-item:first-child:before{border-top-left-radius:2px}.menu-item:last-child{border-bottom:0;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.menu-item:last-child:before{border-bottom-left-radius:2px}.menu-item:hover{text-decoration:none;background-color:#f9f9f9}.menu-item.selected{font-weight:bold;color:#222;cursor:default;background-color:#fff}.menu-item.selected:before{position:absolute;top:0;left:0;bottom:0;width:2px;content:"";background-color:#d26911}.menu-item .octicon{margin-right:5px;width:16px;color:#333;text-align:center}.menu-item .counter{float:right;margin-left:5px}.menu-item .menu-warning{float:right;color:#d26911}.menu-item .avatar{float:left;margin-right:5px}.menu-item.alert .counter{color:#bd2c00}.menu-heading{display:block;padding:8px 10px;margin-top:0;margin-bottom:0;font-size:13px;font-weight:bold;line-height:20px;color:#555;background-color:#f7f7f7;border-bottom:1px solid #eee}.menu-heading:hover{text-decoration:none}.menu-heading:first-child{border-top-right-radius:2px;border-top-left-radius:2px}.menu-heading:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px;border-bottom:0}.tabnav{margin:0 0 15px;border-bottom:1px solid #ddd}.tabnav .counter{margin-left:5px}.tabnav-tabs{display:inline-block}.tabnav-tabs>li{display:inline-block;margin-bottom:-1px}.tabnav-tab{display:inline-block;padding:8px 12px 7px;font-size:14px;line-height:20px;color:#666;text-decoration:none;border:1px solid transparent;border-bottom:0}.tabnav-tab.selected{color:#333;background-color:#fff;border-color:#ddd;border-radius:3px 3px 0 0}.tabnav-tab:hover{text-decoration:none}.tabnav-right{position:relative;float:right}.tabnav-widget{display:inline-block;vertical-align:top}.tabnav-widget+.tabnav-tabs{margin-left:10px}.tabnav-widget.search .spinner{position:absolute;top:7px;left:-22px;margin-right:8px;vertical-align:middle}.tabnav-widget.search .search-link{display:inline-block;height:26px;padding-right:5px;font-size:13px;font-weight:200;line-height:26px;color:#666;vertical-align:top}.tabnav-widget.search .fieldwrap{display:inline-block;height:26px;border-radius:4px}.tabnav-widget.search .fieldwrap>input,.tabnav-widget.search .fieldwrap>button{display:inline-block}.tabnav-widget.search input{min-height:26px;padding:0 4px;font-size:12px;vertical-align:top;border-radius:3px 0 0 3px}.tabnav-widget.search .minibutton{position:relative;height:24px;padding:0 8px;margin-left:0;vertical-align:top;border-left:0;border-radius:0 3px 3px 0}.tabnav-widget.search .minibutton:hover{color:#fff}.tabnav-widget.text{margin-top:12px;font-size:11px;color:#666}.tabnav-extras{display:inline-block;margin-left:10px}.tabnav-extras .octicon{float:left;margin-top:-1px;margin-right:5px}.tabnav-extras:hover{color:#4183c4;text-decoration:none}.filter-list{list-style-type:none}.filter-list.small .filter-item{padding:4px 10px;margin:0 0 2px;font-size:12px}.filter-list.pjax-active .filter-item{color:#777;background-color:transparent}.filter-list.pjax-active .filter-item.pjax-active{color:#fff;background-color:#4183c4}.filter-item{position:relative;display:block;padding:8px 10px;margin-bottom:5px;overflow:hidden;font-size:14px;color:#777;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:3px}.filter-item:hover{text-decoration:none;background-color:#eee}.filter-item.selected{color:#fff;background-color:#4183c4}.filter-item.selected .octicon-remove-close{float:right;opacity:0.8}.filter-item .count{float:right;font-weight:bold}.filter-item .bar{position:absolute;top:2px;right:0;bottom:2px;z-index:-1;display:inline-block;background-color:#f1f1f1}.state{display:inline-block;padding:4px 8px;font-weight:bold;line-height:20px;color:#fff;text-align:center;border-radius:3px;background-color:#999}.state-open,.state-proposed,.state-reopened{background-color:#6cc644}.state-merged{background-color:#6e5494}.state-closed{background-color:#bd2c00}.state-renamed{background-color:#fffa5d}.tooltipped{position:relative}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:5px 8px;font:normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:rgba(0,0,0,0.8);border-radius:3px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:rgba(0,0,0,0.8);pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:rgba(0,0,0,0.8)}.tooltipped-se:after{right:auto;left:50%;margin-left:-15px}.tooltipped-sw:after{margin-right:-15px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:rgba(0,0,0,0.8)}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,0.8)}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:rgba(0,0,0,0.8)}.tooltipped-multiline:after{width:-moz-max-content;width:-webkit-max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}@media screen and (min-width: 0\0){.tooltipped-multiline:after{width:250px}}.tooltipped-sticky:before,.tooltipped-sticky:after{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.fullscreen-overlay-enabled.dark-theme .tooltipped:after{color:#000;background:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before{border-bottom-color:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before{border-top-color:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before{border-right-color:rgba(255,255,255,0.8)}.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before{border-left-color:rgba(255,255,255,0.8)}.flex-table{display:table}.flex-table-item{display:table-cell;width:1%;white-space:nowrap;vertical-align:middle}.flex-table-item-primary{width:99%}.css-truncate.css-truncate-target,.css-truncate .css-truncate-target{display:inline-block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,.css-truncate.expandable:hover .css-truncate-target,.css-truncate.expandable:hover.css-truncate-target{max-width:10000px !important}.sunken-menu{position:relative;padding-top:15px;padding-bottom:15px;background-image:-webkit-linear-gradient(left, #f6f6f6 0%, #fff 8px);background-image:linear-gradient(to right, #f6f6f6 0%, #fff 8px);box-shadow:inset 1px 0 0 #eee}.sunken-menu:before,.sunken-menu:after{position:absolute;left:0;width:100%;height:15px;content:"";background-color:transparent}.sunken-menu:before{top:0;background-color:transparent;background-image:-webkit-linear-gradient(#fff, rgba(255,255,255,0));background-image:linear-gradient(#fff, rgba(255,255,255,0))}.sunken-menu:after{bottom:0;background-color:transparent;background-image:-webkit-linear-gradient(rgba(255,255,255,0), #fff);background-image:linear-gradient(rgba(255,255,255,0), #fff)}.sunken-menu-separator{position:relative;height:5px;margin:8px 0 6px 1px;background-image:-webkit-radial-gradient(farthest-side at left top, #f4f4f4, rgba(244,244,244,0));background-image:radial-gradient(farthest-side at left top, #f4f4f4, rgba(244,244,244,0))}.sunken-menu-separator:before{position:absolute;top:0;width:100%;height:1px;content:"";background-image:-webkit-linear-gradient(left, #eee 70%, #fff 100%);background-image:linear-gradient(to right, #eee 70%, #fff 100%);border-top:1px solid #eee\9}.sunken-menu-group{list-style-type:none}.sunken-menu-item{display:block;padding:8px 10px;margin-top:5px;margin-bottom:5px;border:1px solid transparent;outline:0}.sunken-menu-item .counter{position:absolute;top:8px;right:10px}.sunken-menu-item .octicon{left:-1px;width:16px;color:#999;text-align:center}.sunken-menu-item .mini-loader{position:absolute;top:9px;left:11px;display:none}.sunken-menu-item:focus,.sunken-menu-item:hover{text-decoration:none;box-shadow:inset 2px 0 0 #ccc}.sunken-menu-item:focus .octicon,.sunken-menu-item:hover .octicon{color:#333}.sunken-menu-item.selected{font-weight:bold;color:#333;background-color:#fff;border-color:#eee #eee #eee transparent;border-radius:0 3px 3px 0;box-shadow:1px 1px 3px rgba(0,0,0,0.05)}.sunken-menu-item.selected:after{position:absolute;top:0;right:0;bottom:0;width:3px;content:"";background-color:#d26911;border-radius:0 3px 3px 0}.sunken-menu-item.selected .octicon{color:#333}.sunken-menu-item.is-loading .mini-loader{display:inline-block;-webkit-animation:mini-nav-loader, 0.4s, forwards;animation:mini-nav-loader, 0.4s, forwards}.sunken-menu-item.is-loading .octicon{color:#fff}@-webkit-keyframes mini-nav-loader{0%, + 90%{opacity:0}100%{opacity:1}}@keyframes mini-nav-loader{0%, + 90%{opacity:0}100%{opacity:1}}@font-face{font-family:'octicons';src:url(/assets/octicons/octicons/octicons-d5329fb2f700a56fe0b9ae5c301fabbdf5d77c1293b1fa1d35de9357530e2326.eot?#iefix) format("embedded-opentype"),url(/assets/octicons/octicons/octicons-70c2cafa59738740d1ad6d66d46342bafdc6ca63ade3e44c24bed1e6f7b1db71.woff) format("woff"),url(/assets/octicons/octicons/octicons-39c6d7739e9153806ef211d2a0f75044891634c4f67425e6250b0d8c6283c2c7.ttf) format("truetype"),url(/assets/octicons/octicons/octicons-c11b1be24a2862c1dc8880c22867d8d01315c9d7da5167c42119eb1bcce2e33c.svg#octicons) format("svg");font-weight:normal;font-style:normal}.octicon,.mega-octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-alignment-align:before{content:'\f08a'}.octicon-alignment-aligned-to:before{content:'\f08e'}.octicon-alignment-unalign:before{content:'\f08b'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beer:before{content:'\f069'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hourglass:before{content:'\f09e'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-jump-down:before{content:'\f072'}.octicon-jump-left:before{content:'\f0a5'}.octicon-jump-right:before{content:'\f0a6'}.octicon-jump-up:before{content:'\f073'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-mirror-private:before,.octicon-git-fork-private:before,.octicon-lock:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-microscope:before{content:'\f089'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-move-down:before{content:'\f0a8'}.octicon-move-left:before{content:'\f074'}.octicon-move-right:before{content:'\f0a9'}.octicon-move-up:before{content:'\f0a7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-playback-fast-forward:before{content:'\f0bd'}.octicon-playback-pause:before{content:'\f0bb'}.octicon-playback-play:before{content:'\f0bf'}.octicon-playback-rewind:before{content:'\f0bc'}.octicon-plug:before{content:'\f0d4'}.octicon-repo-create:before,.octicon-gist-new:before,.octicon-file-directory-create:before,.octicon-file-add:before,.octicon-plus:before{content:'\f05d'}.octicon-podium:before{content:'\f0af'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-puzzle:before{content:'\f0c0'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-split:before{content:'\f0c6'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-steps:before{content:'\f0c7'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-remove:before,.octicon-tag-add:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}.date_selector{width:225px;text-align:left;text-decoration:none;z-index:9;display:none}.date_selector .month_nav,.date_selector .year_nav{margin-top:5px;margin-bottom:5px;padding:0;display:block;position:relative;text-align:center;line-height:20px}.date_selector .month_nav{float:left;width:55%}.date_selector .year_nav{float:right;width:35%}.date_selector .date-button{position:absolute;top:0;width:18px;height:18px;padding:4px;color:#4183c4;font-size:12px;cursor:pointer;line-height:12px}.date_selector .prev{left:0}.date_selector .next{right:0}.date_selector table{width:100%;clear:both}.date_selector tr{font-size:0}.date_selector th,.date_selector td{width:32px;height:32px;line-height:28px;padding:0;text-align:center;font-weight:normal;display:inline-block;font-size:12px;margin-top:-1px;margin-left:-1px}.date_selector td{border:1px solid #ccc;color:#4183c4;background:#fff;cursor:default}.date_selector td.today{background:#eee}.date_selector td.selected,.date_selector td.selectable_day:hover{background:#4183c4;color:#fff;border-color:#3269a0;z-index:10;position:relative;cursor:pointer}.date_selector td.unselected_month{color:#ccc}.jcrop-holder{direction:ltr;text-align:left;-ms-touch-action:none}.jcrop-vline,.jcrop-hline{background:#fff url(/images/spinners/Jcrop.gif);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px !important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px !important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px #eee solid;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#fff;filter:alpha(opacity=70) !important;opacity:0.7 !important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70) !important;opacity:0.7 !important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.jcrop-holder img,img.jcrop-preview{max-width:none}.code-frequency .addition{fill-opacity:1;fill:#6cc644}.code-frequency .deletion{fill-opacity:1;fill:#bd2c00}.cadd{font-weight:bold;color:#6cc644}.cdel{font-weight:bold;color:#bd2c00}.commit-activity-graphs .dots{display:none}#commit-activity-master{margin-top:20px}.is-graph-loading #commit-activity-master{display:none}rect{shape-rendering:crispedges}rect.max{fill:#ffc644}g.bar{fill:#1db34f}g.mini{fill:#f17f49}g.active rect{fill:#bd380f}circle.focus{fill:#555}.dot text{stroke:none;fill:#555}.tint-box{border-radius:6px;background:#f3f3f3;position:relative;margin-bottom:10px}.tint-box.transparent{background:#fff}.tint-box .activity{margin-top:0;padding-top:100px}.contrib-data{margin:0 0 10px;list-style:none;padding:0}#contributors .capped-card .avatar{float:left;width:32px;height:32px;margin-right:5px}#contributors .capped-card h3{font-weight:normal}#contributors .capped-card .ameta{display:block;font-size:12px;color:#ccc}#contributors .capped-card .rank{float:right;color:#999;font-size:13px}#contributors .capped-card .cmt{color:#999}#contributors .capped-card path{fill:#f17f49}#contributors .capped-card .midlabel{fill:#ccc}.d{color:#bd2c00}.a{color:#6cc644}.axis{fill:#aaa;font-size:10px}.axis line{shape-rendering:crispedges;stroke:#eee}.axis path{display:none}.axis .zero line{stroke-width:1.5;stroke:#4183c4;stroke-dasharray:3 3}.graphs .is-graph-loading{min-height:500px}.graphs.wheader h2{padding:1px}.graphs .area{fill:#1db34f;fill-opacity:0.5}.graphs .path{stroke:#1db34f;stroke-width:2px;stroke-opacity:1;fill:none}.graphs .dot{fill:#1db34f;stroke:#16873c;stroke-width:2px}.graphs .dot.padded{stroke:#fff;stroke-width:1px}.graphs .dot.padded circle:hover{fill:#4183c4}.graphs .d3-tip{fill:#333}.graphs .d3-tip text{fill:#fff;font-size:11px}.graphs .dir{font-size:12px;font-weight:normal;color:#555;line-height:100%;padding-top:5px;float:right}.graphs .selection rect{fill:#333;fill-opacity:0.1;stroke:#333;stroke-width:1px;stroke-opacity:0.4;shape-rendering:crispedges;stroke-dasharray:3 3}.graph-filter h3{display:inline-block;margin:10px 0 0;font-weight:300;font-size:24px}.graph-filter .info{margin-top:5px;margin-bottom:20px;color:#777}.graph-filter .select-menu{float:right;margin-top:13px}h2.ghead:after{content:".";height:0;display:block;visibility:hidden;clear:both}.graph-canvas .activity{text-align:center;width:400px;margin:100px auto 0;color:#444;border-radius:3px;padding:10px}.graph-canvas .error{color:#900;background:#feeaea;padding:10px;border-radius:3px}.graph-canvas .dots{margin:0 auto}.graph-canvas>.activity{display:none}.graph-loading,.graph-error,.graph-empty{display:none}.graph-canvas.is-graph-loading>.activity,.graph-canvas.is-graph-empty>.activity{display:block}.is-graph-loading .graph-loading,.is-graph-empty .graph-empty,.is-graph-load-error .graph-error{display:block}.svg-tip{padding:10px;background:rgba(0,0,0,0.8);color:#bbb;font-size:12px;position:absolute;z-index:99999;text-align:center;border-radius:3px}.svg-tip strong{color:#ddd}.svg-tip.is-visible{display:block}.svg-tip:after{box-sizing:border-box;position:absolute;left:50%;height:5px;width:5px;bottom:-10px;margin:0 0 0 -5px;content:" ";border:5px solid transparent;border-top-color:rgba(0,0,0,0.8)}.svg-tip.comparison{text-align:left;pointer-events:none;padding:0}.svg-tip.comparison .title{display:block;padding:10px;margin:0;line-height:1;font-weight:bold;pointer-events:none}.svg-tip.comparison ul{list-style:none;margin:0;white-space:nowrap}.svg-tip.comparison li{display:inline-block;padding:10px}.svg-tip.comparison li:first-child{border-top:3px solid #1db34f;border-right:1px solid #333}.svg-tip.comparison li:last-child{border-top:3px solid #1d7fb3}.svg-tip-one-line{white-space:nowrap}.day-name{fill:#555}circle.day{stroke-width:0;fill:#444}circle.day:hover{fill:#4183c4}line.axis{stroke-width:1;stroke:#eee;shape-rendering:crispedges}line.axis.even{stroke:#e0e0e0}.traffic-graph{min-height:150px}.traffic-graph .activity{margin-top:0}.traffic-graph .activity .dots{margin-top:40px}.traffic-graph .path{fill:none;stroke-width:2}.traffic-graph path.total{stroke:#1db34f}.traffic-graph path.unique{stroke:#1d7fb3}.traffic-graph .x.axis .tick:first-child line{stroke:#1db34f;stroke-width:2px}.traffic-graph .y line{stroke:#1db34f}.traffic-graph .y.unique line{stroke:#1d7fb3}.traffic-graph .overlay{fill-opacity:0}.uniques-graph .x.axis .tick:nth-child(14) line{stroke:#1d7fb3;stroke-width:2px}.svg-tip .date{color:#fff}#top-domains .dots{margin:167px auto 0;display:block}#top-domains .favicon{width:16px;height:16px}table.capped-list{width:100%;line-height:100%}table.capped-list th{text-align:left;padding:8px;border-bottom:1px solid #ddd;background:#f4f4f4}table.capped-list td{padding:8px;border-bottom:1px solid #eee;font-size:12px}table.capped-list th.middle,table.capped-list td.middle{text-align:center}table.capped-list .favicon{width:16px;height:16px;vertical-align:middle;margin:0 5px}table.capped-list .octicon{margin-right:10px;vertical-align:-1px;color:#555}table.capped-list tr:nth-child(even){background-color:#fcfcfc}table.capped-list.mini-icons .mini-icon{margin-right:5px;color:#555}.capped-list-label{overflow:hidden;white-space:nowrap;max-width:200px;text-overflow:ellipsis}.traffic-graph-stats{border-top:1px solid #ddd}.traffic-graph-stats .summary-stats{width:100%}.traffic-graph-stats .summary-stats:before{display:table;content:""}.traffic-graph-stats .summary-stats:after{display:table;clear:both;content:""}.traffic-graph-stats .summary-stats li{width:50%;display:block;float:left;padding-bottom:10px}.totals circle{fill:#1db34f;stroke:#fff;stroke-width:2}.uniques circle{fill:#1d7fb3;stroke:#fff;stroke-width:2}.top-lists .is-loading{text-align:center;margin:40px}ul.web-views li{width:140px}ul.clones li{width:170px}.markdown-body{overflow:hidden;font-family:"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not(:link):not(:visited){color:inherit;text-decoration:none}.markdown-body .absent{color:#c00}.markdown-body .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown-body .anchor:focus{outline:none}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:bold;line-height:1.4}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{display:inline-block}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown-body h1 .anchor{line-height:1}.markdown-body h2{padding-bottom:0.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown-body h2 .anchor{line-height:1}.markdown-body h3{font-size:1.5em;line-height:1.43}.markdown-body h3 .anchor{line-height:1.2}.markdown-body h4{font-size:1.25em}.markdown-body h4 .anchor{line-height:1.2}.markdown-body h5{font-size:1em}.markdown-body h5 .anchor{line-height:1.1}.markdown-body h6{font-size:1em;color:#777}.markdown-body h6 .anchor{line-height:1.1}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:bold}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown-body table th{font-weight:bold}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #ddd}.markdown-body table tr{background-color:#fff;border-top:1px solid #ccc}.markdown-body table tr:nth-child(2n){background-color:#f8f8f8}.markdown-body img{max-width:100%;box-sizing:border-box}.markdown-body .emoji{max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,0.04);border-radius:3px}.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body pre{word-wrap:normal}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{content:normal}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.pl-c{color:#969896}.pl-c1,.pl-mdh,.pl-mm,.pl-mp,.pl-mr,.pl-s1 .pl-v,.pl-s3,.pl-sc,.pl-sv{color:#0086b3}.pl-e,.pl-en{color:#795da3}.pl-s1 .pl-s2,.pl-smi,.pl-smp,.pl-stj,.pl-vo,.pl-vpf{color:#333}.pl-ent{color:#63a35c}.pl-k,.pl-s,.pl-st{color:#a71d5d}.pl-pds,.pl-s1,.pl-s1 .pl-pse .pl-s2,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre,.pl-src{color:#183691}.pl-v{color:#ed6a43}.pl-id{color:#b52a1d}.pl-ii{background-color:#b52a1d;color:#f8f8f8}.pl-sr .pl-cce{color:#63a35c;font-weight:bold}.pl-ml{color:#693a17}.pl-mh,.pl-mh .pl-en,.pl-ms{color:#1d3e81;font-weight:bold}.pl-mq{color:#008080}.pl-mi{color:#333;font-style:italic}.pl-mb{color:#333;font-weight:bold}.pl-md,.pl-mdhf{background-color:#ffecec;color:#bd2c00}.pl-mdht,.pl-mi1{background-color:#eaffea;color:#55a532}.pl-mdr{color:#795da3;font-weight:bold}.pl-mo{color:#1d3e81}.ace_gutter{background:#ffffff;color:#999999}.ace_print-margin{width:1px;background:#e8e8e8}.ace-github-light{background-color:#ffffff;color:#333333}.ace_cursor{color:#000000}.ace_marker-layer .ace_selection{background:#c8c8fa}.ace_multiselect .ace_selection.ace_start{box-shadow:0 0 3px 0px #ffffff;border-radius:2px}.ace_marker-layer .ace_step{background:#c6dbae}.ace_marker-layer .ace_bracket{margin:-1px 0 0 -1px;border:1px solid #c0c0c0}.ace_marker-layer .ace_active-line{background:#f5f5f5}.ace_gutter-active-line{background-color:#f5f5f5}.ace_marker-layer .ace_selected-word{border:1px solid #c8c8fa}.ace_fold{background-color:#a71d5d;border-color:#333333}.ace_keyword{color:#a71d5d}.ace_constant{color:#0086b3}.ace_support{color:#0086b3}.ace_support.ace_constant{color:#0086b3}.ace_support.ace_type{color:#a71d5d}.ace_storage{color:#a71d5d}.ace_storage.ace_type{color:#a71d5d}.ace_invalid.ace_illegal{text-decoration:underline;font-style:italic;color:#f8f8f8;background-color:#b52a1d}.ace_invalid.ace_deprecated{text-decoration:underline;font-style:italic;color:#b52a1d}.ace_string{color:#183691}.ace_string.ace_regexp{color:#183691}.ace_comment{color:#969896}.ace_variable{color:#ed6a43}.ace_entity.ace_name{color:#795da3}.ace_entity.ace_name.ace_tag{color:#63a35c}.ace_markup.ace_heading{color:#1d3e81}.ace_markup.ace_list{color:#693a17}body{word-wrap:break-word}.focus-content{width:620px}#site-container>.container:first-child{margin-top:20px}.emoji-icon{display:inline-block;height:20px;width:20px;vertical-align:middle;background-repeat:no-repeat;background-size:20px 20px}.labels{position:relative}.label{display:inline-block;padding:3px 4px;font-size:11px;font-weight:bold;line-height:1;color:#fff;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12)}.label:hover{text-decoration:none}.label-admin{color:#999;background-color:#eee}.label-legacy-contributor{margin-top:-1px;margin-bottom:-1px;font-weight:normal;color:#999;background-color:transparent;border:1px solid #eee;box-shadow:none}.label-neutral{color:#fff;background-color:#999}a.label-link{border:1px solid transparent}a.label-link:hover{text-decoration:none}.label-membership-pending{background-color:#f93}.facebox{position:absolute;top:0;left:0;z-index:100;padding-bottom:40px}.facebox ul{margin-left:25px;margin-bottom:15px}.facebox .facebox-staff-links{margin:-15px -15px 15px;padding:10px 15px;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.facebox .facebox-staff-links li{display:inline-block;margin-right:10px;color:#999;list-style:none}.facebox .facebox-staff-links a{font-weight:bold}.facebox pre{padding:10px;background-color:#eee;border:1px solid #ddd;border-radius:3px}.facebox .shortcuts{width:860px}.facebox .facebox-user-list{margin-left:0;margin-bottom:0;max-height:400px;overflow:auto}.facebox .lineprofiler{width:900px}.facebox .lineprofiler pre{overflow-x:scroll;white-space:pre;word-wrap:normal}.facebox-popup{position:relative;background-color:#fff;border:1px solid rgba(0,0,0,0.25);border-radius:5px;box-shadow:0 0 18px rgba(0,0,0,0.4);background-clip:padding-box}.facebox-content{width:455px;padding:15px}.facebox-content:before{display:table;content:""}.facebox-content:after{display:table;clear:both;content:""}.facebox-close{position:absolute;top:8px;right:5px;padding:10px;-webkit-appearance:none;background-color:transparent;border:0;opacity:0.25;cursor:pointer}.facebox-close:hover{opacity:1}.facebox-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.facebox-overlay-hide{z-index:-100}.facebox-overlay-active{z-index:99;background-color:#000}.facebox-loading{min-height:64px;background-image:url(/images/spinners/octocat-spinner-64.gif);background-position:center center;background-repeat:no-repeat}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.facebox-loading{background-image:url(/images/spinners/octocat-spinner-128.gif);background-size:64px 64px}}.facebox-header{margin:-15px -15px 15px;padding:15px;border-bottom:1px solid #e5e5e5;font-size:18px;font-weight:normal}.facebox-footer{margin:0 -15px -15px;padding:10px 15px;border-top:1px solid #e5e5e5;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:#fafafa;text-align:right}.facebox-footer .help{margin:0;text-align:center;color:#777}.facebox-alert,.facebox-danger{margin:-16px -15px 15px;padding:10px 15px;border-style:solid;border-width:1px 0}.facebox-alert{color:#796620;background-color:#f8eec7;border-color:#f2e09a}.facebox-danger{padding-left:40px;color:#9c342e;background-color:#f7d9d7;border-color:#f2c4c2}.facebox-danger .octicon{float:left;margin-left:-25px}.facebox-separator{margin:20px -15px}.facebox-staff-search .hfields{margin-top:0;margin-bottom:0}.facebox-staff-search .hfields input[type="text"]{width:340px;margin-right:0}.facebox-staff-search .hfields .button{margin-top:29px;margin-right:0}.facebox-staff-search .status-check-list{float:none;margin:15px 0 0}#facebox .billing-credit-cards{margin:0 0 15px}#facebox .billing-credit-cards li{margin:0 4px 0 0}.keyboard-shortcuts{float:right;font-size:11px;color:#999}.keyboard-shortcuts .mini-icon{position:relative;top:2px;margin-left:5px}.keyboard-mappings{font-size:12px;color:#555}.keyboard-mappings th{padding-top:25px;font-size:14px;line-height:1.5;color:#333;text-align:left}.keyboard-mappings tbody:first-child tr:first-child th{padding-top:0}.keyboard-mappings td{padding-top:3px;padding-bottom:3px;vertical-align:top;line-height:20px}.keyboard-mappings .keys{padding-right:10px;color:#999;text-align:right;white-space:nowrap}.keyboard-mappings .platform-mac{display:none}.macintosh .keyboard-mappings .platform-mac{display:inline}.macintosh .keyboard-mappings .platform-other{display:none}.facebox-user-list-item{padding:3px 0;list-style:none;font-weight:bold;vertical-align:middle}.facebox-user-list-item a{color:#000}.facebox-user-list-item img{margin-right:5px;border-radius:3px;vertical-align:middle}.linejump .linejump-input{width:340px;background-color:#fafafa}.linejump .linejump-input,.linejump .button{font-size:16px;padding:10px 15px}.linejump+.facebox-close{top:18px}.repo-transfer-tip{margin-bottom:0}.user-mention,.team-mention{font-weight:bold;color:#333;white-space:nowrap}dl.form>dd input[type="text"].is-autocheck-loading,dl.form>dd input[type="password"].is-autocheck-loading,dl.form>dd input[type="email"].is-autocheck-loading{background-image:url(/images/spinners/octocat-spinner-32.gif);background-size:16px}dl.form>dd input[type="text"].is-autocheck-successful,dl.form>dd input[type="password"].is-autocheck-successful,dl.form>dd input[type="email"].is-autocheck-successful{background-image:url(/images/modules/ajax/success.png)}dl.form>dd input[type="text"].is-autocheck-errored,dl.form>dd input[type="password"].is-autocheck-errored,dl.form>dd input[type="email"].is-autocheck-errored{background-image:url(/images/modules/ajax/error.png)}.form-cards{height:31px;margin:0 0 15px}.form-cards .card{float:left;width:47px;height:31px;text-indent:-9999px;background-image:url(/images/modules/pricing/credit-cards-@1x.png);background-position:0 0;opacity:0.6}.form-cards .card.visa{background-position:0 0}.form-cards .card.amex{background-position:-50px 0}.form-cards .card.mastercard{background-position:-100px 0}.form-cards .card.discover{background-position:-150px 0}.form-cards .card.jcb{background-position:-200px 0}.form-cards .card.dinersclub{background-position:-250px 0}.form-cards .card.enabled{opacity:1}.form-cards .card.disabled{opacity:0.2}.form-cards>.cards{margin:0}.form-cards>.cards>li{float:left;margin:0 4px 0 0;list-style-type:none}.form-cards>.cards>li.text{font-size:11px;line-height:31px;color:#999}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.form-cards>.cards .card{background-image:url(/images/modules/pricing/credit-cards-@2x.png);background-size:300px 31px}}.status-indicator-loading{position:relative;top:3px;width:16px;height:16px;margin-top:-4px;background:url(/images/spinners/octocat-spinner-32-EAF2F5.gif) 0 0 no-repeat;background-size:16px}.inline-form{display:inline-block}.callout{padding:10px;margin:15px 0;font-size:13px;color:#4c4a42;background-color:#fff9ea;border-color:#dfd8c2;border-radius:3px}.callout strong{font-weight:bold;color:#000}.callout h2{margin:0;font-size:16px;font-weight:300}.callout p:last-child{margin-bottom:0}.callout p:first-child{margin-top:0}.callout hr{width:100%;padding:0 10px;margin:10px 0 10px -10px;background:transparent;border-top:1px solid #e5e2c8;border-bottom:1px solid #fff}.infotip{padding:10px;margin:15px 0;font-size:12px;color:#4c4a42;background-color:#fff9ea;border:1px solid #dfd8c2;border-radius:3px}.infotip p{margin:0}.infotip p+p{margin-top:15px}.dashboard-notice{position:relative;padding:15px 15px 15px 55px;margin-bottom:20px;font-size:14px;background-color:#fafafa;border:solid 1px #d8d8d8;border-radius:3px}.dashboard-notice .dismiss{position:absolute;top:10px;right:10px;width:16px;height:16px;color:#bbb;cursor:pointer}.dashboard-notice .dismiss:hover{color:#666}.dashboard-notice .mega-octicon{position:absolute;top:15px;left:15px}.dashboard-notice .octicon-organization{color:#4183c4}.dashboard-notice h2{margin-top:9px;margin-bottom:16px;font-size:18px;font-weight:normal;color:#000}.dashboard-notice p{margin-top:0}.dashboard-notice p.no-title{padding-right:5px;margin-top:0}.dashboard-notice .inset-figure{float:right;margin-bottom:15px;margin-left:20px}.dashboard-notice ul{margin-left:18px}.dashboard-notice li{padding-bottom:15px}.dashboard-notice .coupon{padding:10px;margin:15px 0;font-size:20px;font-weight:bold;text-align:center;background:#fff;border:1px dashed #d1e5ff}kbd{display:inline-block;padding:3px 5px;font:11px Consolas, "Liberation Mono", Menlo, Courier, monospace;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.badmono{font-family:sans-serif;font-weight:bold}.select-menu-button:after{display:inline-block;width:0;height:0;content:"";vertical-align:-2px;border:4px solid;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}.select-menu-button.icon-only{padding-left:7px}.select-menu-button.primary:after{border-top-color:#fff}.select-menu-button.primary:after:active{background-color:#4a993e}.select-menu .spinner{float:left;margin:4px 0 0 -24px}.select-menu.active .select-menu-modal-holder{display:block}.select-menu.right-aligned{float:right;position:relative}.select-menu.right-aligned .select-menu-modal-holder{right:0}.select-menu .select-menu-clear-item{display:block}.select-menu .select-menu-clear-item .octicon{color:inherit}.select-menu .select-menu-clear-item+.select-menu-no-results{display:none !important}.select-menu.is-loading .select-menu-loading-overlay{display:block}.select-menu.is-loading .select-menu-modal{min-height:200px}.select-menu-loading-overlay{display:none;text-indent:100%;height:100%;width:100%;position:absolute;top:0;z-index:5;border-radius:5px;border:1px solid transparent;background-color:rgba(255,255,255,0.8);-webkit-animation:pulse 2s infinite linear;animation:pulse 2s infinite linear}.select-menu-loading-overlay:before{position:absolute;left:50%;top:50%;margin:-16px 0 0 -16px;width:32px;content:"\f008";font:normal normal 32px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased;text-indent:0}@-webkit-keyframes pulse{0%{color:rgba(170,170,170,0.1)}10%{color:#aaaaaa}100%{color:rgba(170,170,170,0.1)}}@keyframes pulse{0%{color:rgba(170,170,170,0.1)}10%{color:#aaaaaa}100%{color:rgba(170,170,170,0.1)}}.select-menu-modal-holder{position:absolute;display:none;z-index:21}.select-menu-modal{position:relative;width:300px;margin-top:4px;margin-bottom:20px;overflow:hidden;font-size:12px;color:#666;background-color:#fff;background-clip:padding-box;border:1px solid rgba(200,200,200,0.4);border-radius:3px;box-shadow:0 3px 12px rgba(0,0,0,0.15)}.select-menu-header{padding:8px 10px;background:#f5f5f5;border-bottom:1px solid rgba(200,200,200,0.4)}.select-menu-header .select-menu-title{font-weight:bold;color:#333;text-shadow:0 1px 0 #fff}.select-menu-header .octicon{display:block;float:right;color:#ccc;cursor:pointer}.select-menu-header .octicon:hover{color:#555}.select-menu-filters{background-color:#f8f8f8}.select-menu-text-filter{padding:10px 10px 0}.select-menu-text-filter:first-child:last-child{padding-bottom:10px;border-bottom:1px solid #ddd}.select-menu-text-filter input{display:block;width:100%;max-width:100%;padding:5px;border:1px solid #ddd;border-radius:3px}.select-menu-text-filter input::-webkit-input-placeholder,.select-menu-text-filter input:-moz-placeholder{color:#aaa}.select-menu-tabs{height:33px;border-bottom:1px solid #ddd}.select-menu-tabs ul{overflow:hidden;padding:14px 10px 0}.select-menu-tabs .select-menu-tab{display:inline-block}.select-menu-tabs a{height:20px;padding:5px 8px;font-size:11px;font-weight:bold;color:#888;text-decoration:none;line-height:20px;border-radius:3px 3px 0 0;cursor:pointer}.select-menu-tabs a:hover{color:#333}.select-menu-tabs a.selected{padding:4px 5px;border:1px solid #ddd;border-bottom:1px solid #fff;background-color:#fff;color:#333}.select-menu-list{max-height:400px;overflow:auto;position:relative}.select-menu-list.select-menu-tab-bucket{display:none}.select-menu-list.select-menu-tab-bucket.selected{display:block}.select-menu-list.is-showing-new-item-form .select-menu-new-item-form{display:table}.select-menu-list.is-showing-new-item-form .select-menu-no-results,.select-menu-list.is-showing-new-item-form .select-menu-clear-item{display:none}.select-menu-item{cursor:pointer;border-bottom:1px solid #eee;display:table;table-layout:fixed;width:100%;overflow:hidden;color:inherit}.select-menu-item:hover{text-decoration:none}.select-menu-item.select-menu-item-template{display:none}.select-menu-item.disabled,.select-menu-item.disabled.selected{color:#999}.select-menu-item.disabled .select-menu-item-gravatar,.select-menu-item.disabled.selected .select-menu-item-gravatar{opacity:0.5}.select-menu-item .octicon{vertical-align:middle}.select-menu-item .octicon-check{visibility:hidden}.select-menu-item input[type="radio"]{display:none}.select-menu-item .select-menu-item-icon{display:table-cell;color:transparent;vertical-align:top;padding:8px 0 8px 8px;width:24px;text-align:center}.select-menu-item.navigation-focus,.select-menu-item.navigation-focus.selected,.select-menu-item.navigation-focus.select-menu-action,.select-menu-item.navigation-focus .description-inline{background-color:#4183c4;color:#fff}.select-menu-item.navigation-focus>.octicon,.select-menu-item.navigation-focus.selected>.octicon,.select-menu-item.navigation-focus.select-menu-action>.octicon,.select-menu-item.navigation-focus .description-inline>.octicon{color:#fff}.select-menu-item.navigation-focus .text-danger,.select-menu-item.navigation-focus .description,.select-menu-item.navigation-focus.selected .text-danger,.select-menu-item.navigation-focus.selected .description,.select-menu-item.navigation-focus.select-menu-action .text-danger,.select-menu-item.navigation-focus.select-menu-action .description,.select-menu-item.navigation-focus .description-inline .text-danger,.select-menu-item.navigation-focus .description-inline .description{color:#fff}.select-menu-item>.octicon-dash{display:none}.select-menu-item.indeterminate>.octicon-check{display:none}.select-menu-item.indeterminate>.octicon-dash{display:table-cell}.select-menu-item.select-menu-action,.select-menu-item.selected{color:#333}.select-menu-item.select-menu-action .description,.select-menu-item.selected .description{color:#666}.select-menu-item.select-menu-action .octicon-check,.select-menu-item.selected .octicon-check{visibility:visible}.select-menu-item.select-menu-action>.octicon,.select-menu-item.selected>.octicon{color:#333}.select-menu-item.select-menu-action .select-menu-item-text{font-weight:bold}.select-menu[data-multiple] .select-menu-item:active{background-color:transparent !important}.select-menu-item a{color:inherit;text-decoration:none}.select-menu-item .hidden-select-button-text{display:none}.select-menu-item .css-truncate-target{display:table-cell;max-width:100%}form.select-menu-item>div:first-child{display:none !important}.select-menu-item.last-visible,.select-menu-list:last-child .select-menu-item:last-child{border-bottom:0;border-radius:0 0 3px 3px}.select-menu-actions .select-menu-item:hover{background-color:#4183c4;color:#fff}.select-menu-actions .select-menu-item:hover>.octicon{color:#fff}.select-menu-actions .select-menu-item:hover .description{color:#fff}.select-menu-no-results{padding:9px;display:none;cursor:auto;color:#999}.select-menu-list.filterable-empty .select-menu-no-results,.select-menu-no-results:only-child{display:block}.select-menu-button-gravatar,.select-menu-item-gravatar{overflow:hidden;line-height:0;width:20px}.select-menu-button-gravatar img,.select-menu-item-gravatar img{height:20px;width:20px;display:inline-block;border-radius:3px}.select-menu-item-gravatar{display:table-cell;padding:6px 0 6px 8px;vertical-align:top;width:28px}.select-menu-button-gravatar{display:inline-block;margin:6px 3px 6px 0;margin-right:5px;vertical-align:middle}.select-menu-item-text{display:table-cell;vertical-align:top;padding:8px 0 8px 8px;text-align:left}.select-menu-item-text:first-child{margin-left:5px}.select-menu-item-text .description{color:#999;font-size:12px;max-width:265px;display:block;margin-top:3px}.select-menu-item-text .description-inline{color:#999;font-size:10px}.select-menu-item-heading{display:block;margin-top:0;margin-bottom:0;font-size:14px;font-weight:bold;line-height:1.1}.select-menu-item-heading .description{font-weight:normal;display:inline}.select-menu-footer{padding:8px;font-weight:bold;border-top:1px solid #eee}.select-menu-footer a{display:inline-block;margin-top:1px;vertical-align:top}.select-menu-footer .octicon{color:#666}.select-menu-new-item-form{display:none}.select-menu-new-item-form .octicon{color:#4183c4}.modal-backdrop{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.menu-active .modal-backdrop{display:block;position:fixed;top:0;left:0;height:100%;width:100%;z-index:20}.dropdown{position:relative}.dropdown-caret{display:inline-block;width:0;height:0;content:"";vertical-align:-2px;border:4px solid;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}.dropdown-menu{position:absolute;top:100%;left:50%;z-index:100;width:160px;margin-top:2px;margin-left:-80px;padding-top:5px;padding-bottom:5px;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 3px 12px rgba(0,0,0,0.15)}.dropdown-menu:before{position:absolute;top:-16px;left:72px;display:inline-block;content:"";border:8px solid transparent;border-bottom-color:#ccc;border-bottom-color:rgba(0,0,0,0.15)}.dropdown-menu:after{position:absolute;top:-14px;left:73px;display:inline-block;content:"";border:7px solid transparent;border-bottom-color:#fff}.dropdown-menu>li>a{display:block;padding:4px 10px 4px 38px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-menu>li>a>.octicon{float:left;margin-top:1px;margin-left:-23px;opacity:0.5}.dropdown-menu>li>a:hover,.dropdown-menu>li>a.zeroclipboard-is-hover{color:#fff;text-decoration:none;background-color:#4183c4}.dropdown-menu>li>a:hover>.octicon,.dropdown-menu>li>a.zeroclipboard-is-hover>.octicon{color:inherit;opacity:1}.dropdown-divider{height:1px;margin:8px 1px;background-color:#e5e5e5}.dropdown-header{padding:4px 15px;font-size:12px;color:#999}.dropdown-menu-content{display:none}.dropdown-menu-w{top:0;left:auto;right:100%;width:auto;margin-top:0;margin-left:0;margin-right:10px}.dropdown-menu-w:before{top:10px;right:-16px;left:auto;border-color:transparent;border-left-color:#ccc;border-left-color:rgba(0,0,0,0.15)}.dropdown-menu-w:after{top:11px;right:-14px;left:auto;border-color:transparent;border-left-color:#fff}.dropdown-menu-e{top:0;left:100%;width:auto;margin-top:0;margin-left:10px}.dropdown-menu-e:before{top:10px;left:-16px;border-color:transparent;border-right-color:#ccc;border-right-color:rgba(0,0,0,0.15)}.dropdown-menu-e:after{top:11px;left:-14px;border-color:transparent;border-right-color:#fff}include-fragment,poll-include-fragment{display:block}.pagination:before{display:table;content:""}.pagination:after{display:table;clear:both;content:""}.pagination a,.pagination span,.pagination em{position:relative;float:left;margin-left:-1px;font-size:13px;font-weight:bold;font-style:normal;padding:7px 12px;color:#4183c4;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #e5e5e5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination a:first-child,.pagination span:first-child,.pagination em:first-child{margin-left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination a:last-child,.pagination span:last-child,.pagination em:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pagination a:hover,.pagination a:focus,.pagination span:hover,.pagination span:focus,.pagination em:hover,.pagination em:focus{z-index:2;background-color:#e7e7e7;border-color:#e5e5e5;text-decoration:none}.pagination .selected{z-index:3}.pagination .current,.pagination .current:hover{z-index:3;color:#fff;background-color:#4183c4;border-color:#4183c4}.pagination .gap,.pagination .disabled,.pagination .gap:hover,.pagination .disabled:hover{background-color:#fafafa;cursor:default;color:#d3d3d3}.ajax_paginate{display:block;margin-top:20px}.ajax_paginate a{float:none;display:block;padding:6px;text-align:center}.ajax_paginate.loading a{text-indent:-3000px;background-color:#eaeaea;background-image:url(/images/spinners/octocat-spinner-16px-EAF2F5.gif);background-repeat:no-repeat;background-position:center center;border-color:#c5c5c5}@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2){.ajax_paginate.loading a{background-image:url(/images/spinners/octocat-spinner-32-EAF2F5.gif);background-size:16px auto}}.paginate-container{margin-top:20px;margin-bottom:15px;text-align:center}.paginate-container .pagination{display:inline-block}.header{padding-top:10px;padding-bottom:10px;min-width:1000px;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.header-logged-out{padding-top:15px;padding-bottom:15px}.header-logo-invertocat{float:left;margin-right:10px;margin-left:-2px;color:#333;white-space:nowrap}.header-logo-invertocat .octicon-mark-github{float:left;width:28px;height:28px;font-size:28px}.header-logo-invertocat:hover{color:#4183c4;text-decoration:none}.logo-subbrand{float:left;margin-left:6px;font-size:16px;font-weight:bold;line-height:28px}.header-logo-wordmark{position:relative;float:left;height:26px;margin-right:15px;color:#333}.header-logo-wordmark:hover{color:#4183c4}.header-logo-wordmark .octicon-logo-github{height:26px;font-size:32px}.notification-indicator .mail-status{position:absolute;top:-2px;right:2px;z-index:2;display:none;width:14px;height:14px;color:#fff;text-align:center;background-color:#4183c4;background-image:-webkit-linear-gradient(#7ba9d6, #4183c4);background-image:linear-gradient(#7ba9d6, #4183c4);background-repeat:repeat-x;background-clip:padding-box;border-radius:50%;border:2px solid #f3f3f3}.notification-indicator .mail-status.unread{display:inline-block}.notification-indicator:hover .mail-status{background-color:#4183c4}.site-search{position:relative;float:left}.site-search form{position:relative;float:left;width:360px;margin-right:10px}.site-search input[type="text"]{position:relative;width:100%;min-height:28px;padding:4px 20px 4px 8px;font-size:12px}.site-search .scope-badge{position:absolute;top:3px;left:3px;bottom:3px;z-index:10;display:none;padding:3px 6px;font-size:12px;color:#777;background-color:#eee;border-radius:2px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.site-search.repo-scope .scope-badge{display:block}.site-search.repo-scope input[type="text"]{padding-left:100px}.site-search.repo-scope input[type="text"]:focus+.scope-badge,.site-search.repo-scope .focused .drag-and-drop+.scope-badge,.focused .site-search.repo-scope .drag-and-drop+.scope-badge{background-color:#e4eef7;color:#4183c4}.header-nav{list-style:none}.header-nav-item{float:left}.header-nav-item.active .dropdown-menu-content{display:block}.header-nav-item.active .tooltipped:before,.header-nav-item.active .tooltipped:after{display:none}.header-nav-link{display:block;padding:4px 8px;font-size:13px;font-weight:bold;line-height:20px;color:#333}.header-nav-link:hover,.header-nav-link:focus{color:#4183c4;text-decoration:none}.header-nav-link:hover .dropdown-caret,.header-nav-link:focus .dropdown-caret{border-top-color:#4183c4}.user-nav{margin-right:-8px}.user-nav .header-nav-link{height:28px}.user-nav .octicon{width:18px;height:18px;text-align:center}.user-nav .octicon-inbox{font-size:20px}.user-nav .octicon-sign-out{padding-top:2px}.user-nav .octicon-plus{float:left;width:16px;height:18px;font-size:18px}.user-nav .avatar{float:left;margin-right:5px}.user-nav .name{float:left;white-space:nowrap}.sign-out-button{background:none;border:0}.header-actions{float:right;margin-top:-3px;margin-bottom:-3px}.header-actions .button{margin-left:5px}.enterprise .header{background-color:#2a2c2e;border-bottom-color:#121213}.is-stats .enterprise .header{box-shadow:inset 0 1px 0 rgba(255,255,255,0.05)}.enterprise .header-logo-wordmark,.enterprise .header-logo-invertocat,.enterprise .header-nav-link{color:#c8c8ca}.enterprise .header-logo-wordmark:hover,.enterprise .header-logo-wordmark:focus,.enterprise .header-logo-invertocat:hover,.enterprise .header-logo-invertocat:focus,.enterprise .header-nav-link:hover,.enterprise .header-nav-link:focus{color:#fafafa}.enterprise .header-nav-link:hover .dropdown-caret,.enterprise .header-nav-link:focus .dropdown-caret{border-top-color:#fafafa}.enterprise .notification-indicator .mail-status{border-color:#2a2c2e}.enterprise .notification-indicator:hover .mail-status{background-color:#d26911}.enterprise .header-actions .button{border:0;box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 1px rgba(0,0,0,0.5)}.enterprise .site-search .scope-badge{background-color:#5b5f63;color:#c8c8ca}.enterprise .site-search input[type="text"]{color:#fafafa;background-color:#4f5256;border-color:#121213}.enterprise .site-search input[type="text"]:focus,.enterprise .site-search .focused .drag-and-drop,.focused .enterprise .site-search .drag-and-drop{background-color:#55595d;border-color:#000;box-shadow:inset 0 1px 0 rgba(0,0,0,0.075)}.enterprise .site-search input[type="text"]:focus+.scope-badge,.enterprise .site-search .focused .drag-and-drop+.scope-badge,.focused .enterprise .site-search .drag-and-drop+.scope-badge{background-color:#676c71;color:#fff}.unsupported-browser{padding:15px 0;color:#211e14;background-color:#fae692;background-image:-webkit-linear-gradient(#feefae, #fae692);background-image:linear-gradient(#feefae, #fae692);background-repeat:repeat-x;border-bottom:1px solid #b3a569}.unsupported-browser .container{background:url(/images/icons/ie-notice.png) no-repeat 0 5px}.unsupported-browser h5{font-size:13px;margin:5px 0 2px;padding-left:48px}.unsupported-browser p{margin:0;padding-left:48px}.unsupported-browser .button{float:right;margin-top:5px;margin-left:8px}.mobile-banner button.switch-to-mobile{display:block;width:100%;padding:30px 0 45px;border:0;background-color:#444;color:#eaeaea;font-size:60px;text-align:center;font-weight:bold}.mobile-banner button.switch-to-mobile .mega-octicon{position:relative;top:-8px;margin-right:5px;color:#ddd;font-size:48px}.accessibility-aid{height:1px;width:1px;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;position:absolute;margin:0}.accessibility-aid:focus{height:auto;width:auto;clip:auto;z-index:1;top:0;line-height:49px;padding:0 10px;background:#f5f5f5;font-weight:bold;text-decoration:none;color:#333}.is-stats .accessibility-aid:focus{top:34px}.site-footer{position:relative;margin-top:40px;padding-top:40px;padding-bottom:40px;font-size:12px;line-height:1.5;color:#777;border-top:1px solid #eee}.site-footer:before{display:table;content:""}.site-footer:after{display:table;clear:both;content:""}.site-footer .octicon-mark-github{position:absolute;top:38px;left:50%;height:24px;width:24px;margin-left:-12px;font-size:24px;color:#ccc}.site-footer .octicon-mark-github:hover{color:#bbb}.site-footer-links{margin:0;list-style:none}.site-footer-links li{display:inline-block;line-height:16px}.site-footer-links li+li{margin-left:10px}.billing-plans tbody td{width:25%;vertical-align:middle}.billing-plans .current{background-color:#f2ffed}.billing-plans .name{font-size:14px;font-weight:bold;color:#333}.billing-plans .coupon{font-size:12px}.billing-plans .coupon td{color:#fff;background-color:#6cc644}.billing-plans .coupon .text-right{white-space:nowrap}.billing-plans .coupon.expiring td{background-color:#df6e00}.billing-plans .coupon.expiring .coupon-label:after{border-bottom-color:#df6e00}.billing-plans tbody>.selected{background-color:#fdffce}.coupon-label{position:relative;padding:9px;margin:-9px}.coupon-label:after{position:absolute;bottom:100%;left:15px;width:0;height:0;pointer-events:none;content:" ";border:solid transparent;border-width:5px;border-bottom-color:#6cc644}.boxed-group-table .toggle-currency{font-size:11px;font-weight:normal}.is-hidden,.has-removed-contents{display:none}.currency-notice{margin-bottom:10px}.org-login{margin-top:-30px;margin-bottom:30px}.org-login img{width:450px;padding:1px;margin:10px -25px;border:1px solid #ccc}.plan-notice{border-top:1px solid #eee;margin-bottom:0;padding:10px}.auth-form{width:400px;margin:60px auto}.auth-form .note{margin:15px 0;text-align:center}.auth-form-header{position:relative;padding:10px 20px;margin:0;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.3);background-color:#829aa8;border:1px solid #768995;border-radius:3px 3px 0 0}.auth-form-header h1{margin-top:0;margin-bottom:0;font-size:16px}.auth-form-header h1 a{color:#fff}.auth-form-header .octicon{position:absolute;top:10px;right:20px;color:rgba(0,0,0,0.4);text-shadow:0 1px 0 rgba(255,255,255,0.1)}.auth-form-body{padding:20px;font-size:14px;background-color:#fff;border:1px solid #d8dee2;border-top:0;border-radius:0 0 3px 3px}.auth-form-body .input-block{margin-top:5px;margin-bottom:15px}.auth-form-body p{margin:0 0 10px}.two-factor-help{position:relative;padding:10px 10px 10px 36px;margin:60px 0 auto auto;border:1px solid #eaeaea;border-radius:3px}.two-factor-help .octicon{position:absolute;top:10px;left:10px}.two-factor-help .minibutton{float:right}.two-factor-help ul{list-style-type:none}.flash.sms-error,.flash.sms-success{display:none;margin:0 0 10px}.is-sent .sms-success{display:block}.is-sent .sms-error{display:none}.is-not-sent .sms-success{display:none}.is-not-sent .sms-error{display:block}.autocomplete-results{position:absolute;z-index:99;display:none;max-height:20em;overflow-y:auto;font-size:13px;list-style:none;background:#fff;border:1px solid #c1c1c1;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.3)}.autocomplete-results .no-results{display:none}.autocomplete-group{width:100%;overflow:hidden}.autocomplete-item{display:block;padding:5px;overflow:hidden;font-weight:bold;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.autocomplete-item.selected,.autocomplete-item.navigation-focus{color:#fff;text-decoration:none;background-color:#4183c4}.autocomplete-item.selected .organization-member,.autocomplete-item.selected .ldap-group-dn,.autocomplete-item.navigation-focus .organization-member,.autocomplete-item.navigation-focus .ldap-group-dn{color:#f2f2f2}.autocomplete-item .secondary-label{font-weight:normal}.autocomplete-item .organization-member{float:right;padding-top:1px;color:#808080}.suggester-container{position:absolute;top:58px;left:10px;z-index:30}.comment-content .suggester-container{top:46px}.timeline-new-comment .suggester-container{top:52px}.is-comment-editing .suggester-container{top:49px}.merge-branch-form .suggester-container{top:39px}.wiki-wrapper .suggester-container{top:93px;left:-2px}.suggester{position:relative;top:0;left:0;display:none;min-width:180px;margin-top:20px;background:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.1)}.suggester.active{display:block}.suggester ul{padding:0;margin:0;list-style:none}.suggester li{display:block;padding:5px 10px;font-weight:bold;border-bottom:1px solid #ddd}.suggester li small{font-weight:normal;color:#777}.suggester li:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.suggester li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px}.suggester li.navigation-focus{color:#fff;text-decoration:none;background:#4183c4}.suggester li.navigation-focus small{color:#fff}.breadcrumb{margin-top:5px;margin-bottom:5px;font-size:18px;color:#999}.breadcrumb .separator:before,.breadcrumb .separator:after{content:" "}.breadcrumb strong.final-path{color:#000}.breadcrumb .new-file-no-branch{color:#ccc}.breadcrumb .new-file-no-branch:hover{color:#4183c4}.breadcrumb .zeroclipboard-button{display:inline-block;margin-left:5px}.breadcrumb .repo-root{font-weight:bold}.editor-license-template,.editor-gitignore-template{position:relative;top:3px;display:none;float:right;font-size:14px}.editor-license-template.is-visible,.editor-gitignore-template.is-visible{display:block}.editor-license-template .select-menu-git-ignore,.editor-license-template .select-menu-license-picker,.editor-gitignore-template .select-menu-git-ignore,.editor-gitignore-template .select-menu-license-picker{right:0}.editor-abort{display:inline;font-size:14px}.new-file-form{color:#4183c4}.new-file-form,.edit-file-form,.delete-file-form{cursor:pointer}.delete-file-form{margin-left:4px}.delete-file-form:hover{color:#900}.blob-interaction-bar{position:relative;background-color:#f2f2f2;border-bottom:1px solid #e5e5e5}.blob-interaction-bar:before{display:table;content:""}.blob-interaction-bar:after{display:table;clear:both;content:""}.blob-interaction-bar .octicon-search{position:absolute;top:10px;left:10px;font-size:12px;color:#999}input.blob-filter{padding:4px 20px 5px 30px;width:100%;font-size:12px;border:0;border-radius:0;outline:none}input.blob-filter:focus{outline:none}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:bold;background:#f8f8f8;border-top:0}.too-long-message{display:none;color:#cea61b}.is-too-long-error .too-long-message{display:block}.check-for-fork{display:inline-block}.check-for-fork img{vertical-align:text-bottom}.check-for-fork.is-error .check-for-fork-loading{display:none}.check-for-fork.is-error .check-for-fork-error{display:inline-block}.check-for-fork-error{display:none}.file-commit-form{padding-left:64px}.file-commit-form .commit-form-avatar{float:left;margin-left:-64px;border-radius:4px}.file-commit-form .commit-form{position:relative;padding:15px;margin-bottom:10px;border:1px solid #ddd;border-radius:3px}.file-commit-form .commit-form:after,.file-commit-form .commit-form:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.file-commit-form .commit-form:after{border-width:7px;border-right-color:#fff;margin-top:1px;margin-left:2px}.file-commit-form .commit-form:before{border-right-color:#ddd;border-width:8px}.file-commit-form .commit-message{min-height:100px}.file-commit-form-heading{margin-top:0;margin-bottom:10px}.quick-pull-choice .form-checkbox{padding-left:25px;margin:10px 0}.quick-pull-choice .form-checkbox label{font-weight:normal}.quick-pull-choice .form-checkbox .octicon{width:16px;margin-right:3px;text-align:center}.quick-pull-choice dl.form,.quick-pull-choice .form-checkbox:last-child{margin-bottom:0}.quick-pull-choice .quick-pull-branch-name{display:none;padding-left:48px;margin-top:5px}.quick-pull-choice .new-branch-name-input{position:relative;margin-top:5px}.quick-pull-choice .new-branch-name-input input{width:240px;padding-left:26px;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}.quick-pull-choice .new-branch-name-input .quick-pull-new-branch-icon{position:absolute;top:9px;left:10px;color:#b0c4ce}.quick-pull-choice.will-normalize-ref .quick-pull-normalization-info{display:inline-block}.quick-pull-choice.will-create-branch .quick-pull-branch-name{display:inline-block}.quick-pull-normalization-info{position:absolute;top:34px;left:0;z-index:10;display:none;padding:5px;font-size:11px;color:#494620;background:#f7ea57;border:1px solid #c0b536;border-top-color:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.merge-pr{padding-top:10px;margin:20px 0 0;border-top:1px solid #ddd}.merge-pr.open .merge-branch-form{display:block}.merge-pr.open .branch-action{display:none}.branch-status{padding:10px 0 0;border:solid #eee;border-width:0 0 1px}.branch-status.branch-status-next{padding:0;border-width:0}.branch-status .octicon{width:16px;text-align:center}.branch-status.open>.build-statuses-list{max-height:370px;border-width:1px 0}.branch-status.open .statuses-toggle-opened{display:inline}.branch-status.open .statuses-toggle-closed{display:none}.status-description{display:block;padding:0 15px 10px 12px}.branch-status-next .status-description{padding:12px 15px 10px 12px;font-weight:bold;position:relative}.branch-status-next .status-description .button-link,.branch-status-next .status-description a.right{color:#bbb;display:block;position:absolute;text-align:right;top:0;right:0;bottom:0;padding:8px 12px}.branch-status-next .status-description .button-link .octicon,.branch-status-next .status-description a.right .octicon{position:absolute;right:12px;top:18px}.branch-status-next .status-description .button-link:hover,.branch-status-next .status-description a.right:hover{color:#999}.branch-status-next .status-description strong{display:block;line-height:1}.branch-status-header{display:table;width:100%;table-layout:fixed}.branch-status-header .status-description{display:table-cell;width:100%;border:1px solid #eee;border-width:0 0 1px 1px}.branch-status-header .status-description:first-child{border-left-width:0;border-radius:3px 0 0}.branch-status-header .status-description:last-child{border-radius:0 3px 0 0}.branch-status-header .open .statuses-toggle-opened{display:block}.branch-status-header .open .statuses-toggle-closed{display:none}.completeness-indicator{width:30px;height:30px;margin:-1px 8px 0 0;float:left}.completeness-indicator span{display:none}.completeness-indicator .failure{fill:#bd2c00}.completeness-indicator .pending{fill:#cea61b}.completeness-indicator .success{fill:#6cc644}.completeness-indicator .error{fill:#999}.completeness-indicator.success,.build-status-single .completeness-indicator{background:#6cc644;border-radius:100%;color:#fff;text-align:center}.completeness-indicator.success span,.build-status-single .completeness-indicator span{display:inline-block;margin-top:7px}.build-status-single .completeness-indicator.failure{background:#bd2c00}.build-status-single .completeness-indicator.pending{background:#cea61b}.build-status-single .completeness-indicator.error{background:#999}.build-status-single .css-truncate-target{width:80%;max-width:80%}.branch-status-header .build-status-single a{line-height:1;font-weight:normal}.build-statuses-list,.status-tabs-content{max-height:0;margin-bottom:-1px;overflow-y:auto;border:solid #eee;border-width:1px 0 0;padding:0;-webkit-transition:max-height 0.25s ease-in-out;transition:max-height 0.25s ease-in-out}.status-tabs-container.open .build-statuses-list,.status-tabs-container.open .status-tabs-content{max-height:370px}.status-tabs-content{border-width:0;margin-bottom:0}.status-tabs-content .build-statuses-list{border-width:0 0 1px;margin-bottom:0}.status-tabs-container.open .status-tabs-content{max-height:370px;border-width:0}.status-tabs-content-view{padding:10px 12px;background:#fafafa;border-bottom:1px solid #eee;display:none}.status-tabs-content-view .octicon{color:#ccc}.status-tabs-content-view .octicon:hover{color:#555}.status-tabs-content-view.open{display:block}.status-tabs-content-view.build-statuses-list{padding:0;border-bottom:1px solid #eee}.statuses-toggle-opened{display:none}.build-status-item{padding:10px 15px 10px 12px;background-color:#fafafa;border-bottom:1px solid #eee}.build-status-item:last-child{border-bottom:0}.build-status-item .css-truncate-target{width:80%;max-width:80%}.build-status-icon{width:16px;text-align:center}.build-status-details{margin-left:10px}.merge-pr-more-commits{margin-top:10px;margin-bottom:10px;margin-left:64px;font-size:12px;color:#777}.branch-action{padding-left:64px;margin-top:15px;margin-bottom:15px}.branch-action .merge-branch-heading{margin-bottom:2px}.branch-action .delete-branch-failure{display:none;padding:15px}.branch-action.error .delete-branch-failure{display:block}.branch-action.error .merge-message{display:none}.branch-action-icon{float:left;width:48px;height:48px;margin-left:-64px;line-height:48px;color:#fff;text-align:center;border-radius:3px}.branch-action-body{position:relative;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px}.branch-action-body:after,.branch-action-body:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.branch-action-body:after{border-width:7px;border-right-color:#fff;margin-top:1px;margin-left:2px}.branch-action-body:before{border-right-color:#ddd;border-width:8px}.branch-action-body .spinner{display:block;float:left;width:32px;height:32px;margin-right:15px;background:url(/images/spinners/octocat-spinner-32.gif) no-repeat}.branch-action-body .merge-message,.branch-action-body .merge-branch-form{padding:15px}.branch-action-state-clean .branch-action-icon{background-color:#6cc644}.branch-action-state-clean .branch-action-body{border-color:#95c97e}.branch-action-state-clean .branch-action-body:before{border-right-color:#95c97e}.branch-action-state-unknown .branch-action-icon,.branch-action-state-unstable .branch-action-icon{background-color:#cea61b}.branch-action-state-unknown .branch-action-body,.branch-action-state-unstable .branch-action-body{border-color:#e2cc7a}.branch-action-state-unknown .branch-action-body:before,.branch-action-state-unstable .branch-action-body:before{border-right-color:#e2cc7a}.branch-action-state-merged .branch-action-icon{background-color:#6e5494}.branch-action-state-merged .branch-action-body{border-color:#886ead}.branch-action-state-merged .branch-action-body:before{border-right-color:#886ead}.branch-action-state-dirty .branch-action-icon,.branch-action-state-closed-dirty .branch-action-icon{background-color:#888}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.branch-action-body .spinner{background-image:url(/images/spinners/octocat-spinner-64.gif);background-size:32px 32px}}.collected-todos{padding-left:64px;margin-top:15px;margin-bottom:15px}.collected-todos .status-tabs-content-view{border:1px solid #eee;border-width:1px 0 0;border-radius:0 0 3px 3px}.collected-todos .open .statuses-toggle-opened{display:block}.collected-todos .open .statuses-toggle-closed{display:none}.collected-todos-body{position:relative;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px}.merge-branch-form{display:none;margin:15px 0}.merge-branch-form .commit-form{border-color:#95c97e}.merge-branch-form .commit-form:before{border-right-color:#95c97e}.merge-branch-form.error .commit-form{border-color:#e97a74}.merge-branch-form.error .commit-form:before{border-right-color:#e97a74}.merge-branch-form .merge-form-failed{display:none}.merge-branch-form.error .merge-form-failed{display:block}.merge-branch-form.error .merge-form-contents{display:none}.merge-button-matrix-merge-form .merge-branch-form{display:block}.merge-button-matrix-merge-form .merge-branch-form .merge-form-contents{display:block}.merge-button-matrix-merge-failed .merge-branch-form{display:block}.merge-button-matrix-merge-failed .merge-branch-form .merge-form-failed{display:block}.merge-button-matrix-merge-failed .merge-branch-form .merge-form-contents{display:none}p.recently-touched-branches-description{margin:0;font-size:11px;color:#888}.recently-touched-branches{padding:0;margin:5px 0 10px;color:#4c4a42;background-color:#fff9ea;border:solid 1px #dfd8c2;border-radius:3px}.recently-touched-branches a.branch-link{font-weight:bold}.recently-touched-branches li{height:36px;padding:5px;margin:0;line-height:23px;list-style-type:none;border-bottom:1px solid #e5e2c8}.recently-touched-branches li:last-child{border-bottom:0}.recently-pushed-branch-actions{float:right}.recently-pushed-branch-details{display:inline-block;margin:0 0 0 7px;font-size:13px;line-height:26px;color:#a19e7f}.recently-pushed-branch-details a{color:#6b694f}.recently-pushed-branch-details .css-truncate-target{max-width:400px}.branch-name{display:inline-block;padding:2px 6px;font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace;color:rgba(0,0,0,0.5);background-color:rgba(209,227,237,0.5);border-radius:3px}.branch-name .octicon{margin:1px -2px 0 0;color:#b0c4ce}a.branch-name{color:#4183c4}.range-editor{position:relative;padding:15px 15px 15px 45px;margin-bottom:10px;background-color:#fafafa;border:1px solid #eee;border-radius:3px}.range-editor .range{position:relative}.range-editor .range p{margin:0 0 8px;font-size:12px;color:#999}.range-editor .range .dots{margin:0 4px;font-size:16px;color:#999}.range-editor .range .select-menu{position:relative;display:inline-block}.range-editor .range .select-menu.fork-suggester{display:none}.range-editor .range .branch-name{line-height:22px}.is-cross-repo .range-editor .range .select-menu.fork-suggester{display:inline-block}.is-cross-repo .range-editor .range .cross-repo-text{display:none}.range-editor .range .branch .css-truncate-target,.range-editor .range .fork-suggester .css-truncate-target{max-width:180px}.range-editor-icon{float:left;margin-left:-30px;color:#666}.range-cross-repo-pair{display:inline-block;white-space:nowrap}ul.comparison-list{width:350px;margin:25px auto 15px;font-size:14px;text-align:left;background:#fff;border:1px solid #ddd;border-radius:3px}ul.comparison-list>li{padding:7px 10px;list-style-type:none;border-top:1px solid #eee}ul.comparison-list>li a{font-weight:bold}ul.comparison-list>li em{float:right;font-style:normal;color:#999}ul.comparison-list>li .octicon{position:relative;top:1px;color:#aaa}ul.comparison-list>li .css-truncate-target{max-width:200px}ul.comparison-list>li.title{font-size:12px;font-weight:bold;color:#aaa;text-transform:uppercase;background:#fafafa;border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.recently-touched-branches-wrapper{margin:15px 0}.starring-container .unstarred,.starring-container.on .starred{display:block}.starring-container.on .unstarred,.starring-container .starred{display:none}.starring-container.loading{opacity:0.5}.user-following-container .follow,.user-following-container.on .unfollow{display:inline-block}.user-following-container.on .follow,.user-following-container .unfollow{display:none}.user-following-container.loading{opacity:0.5}.members .user-following-container{float:right}.close-button,.web-edit-button{background:transparent;border:0;padding:0;outline:none}.code-list .file-box{border:1px solid #ddd;border-radius:3px}.code-list em{background-color:rgba(255,255,140,0.5);padding:3px;border-radius:3px;font-weight:bold;font-style:normal;color:#333}.code-list .title{margin:-3px 0 10px 38px;min-height:24px;font-weight:bold;line-height:1.2}.code-list .repo-specific .title,.code-list .repo-specific .full-path{margin-left:0}.code-list .match-count,.code-list .updated-at{margin:0;font-size:11px;color:#999;font-weight:normal}.code-list .language{float:right;color:rgba(51,51,51,0.75);font-size:12px;margin-left:10px}.code-list .avatar{float:left}.code-list .code-list-item+.code-list-item{margin-top:20px;padding-top:20px;border-top:1px solid #eee;margin-bottom:10px}.code-list .blob-num{padding:0}.code-list .blob-num:before{content:normal}.code-list .blob-num a{color:inherit;padding:0 10px}.code-list .blob-num a:hover{color:#4183c4}.code-list .blob-code{white-space:pre-wrap}.code-list .divider .blob-num,.code-list .divider .blob-code{background-color:#f8fafd;padding-top:0;padding-bottom:0;cursor:default}.code-list .divider .blob-num{background-color:#f0f5fa;line-height:15px;padding:0 10px;height:18px}.code-list .full-path{margin:0 0 0 40px}.code-list .full-path .octicon-repo{color:#666}.code-list .full-path .octicon-lock{color:#e9dba4}.code-list .full-path a{color:#999}.code-list-item-private .file-box{border:1px solid #fadda5}.code-list-item-private .blob-num{background-color:#fff9ea;border-right:1px solid #fadda5}.code-list-item-private .blob-num a{color:#a1882b}.code-list-item-private .divider .blob-num,.code-list-item-private .divider .blob-code{background-color:#fff9ea;color:#a1882b}.codesearch-head{padding-bottom:20px}.codesearch-head.pagehead h1{float:left;width:250px;line-height:33px}.advanced-search-form h3{margin-top:20px}.advanced-search-form .flattened dt{width:230px}.advanced-search-form .flattened dt label{font-weight:normal}.advanced-search-form .flattened dd{margin-left:250px}.advanced-search-form .form-checkbox{margin-left:250px}.advanced-search-form fieldset{border-bottom:1px solid #f1f1f1;padding-bottom:20px;margin-bottom:30px}.codesearch-results .large-format-loader{padding-top:5%}.codesearch-results .repo-list{margin-top:-20px}.codesearch-results .repo-list-name{font-weight:normal}.codesearch-results .repo-list-name a,.codesearch-results .code-list .title a{word-wrap:break-word}.codesearch-results .repo-list-name em,.codesearch-results .repo-list-description em{padding:3px;font-style:normal;font-weight:bold;background-color:rgba(255,255,140,0.5);border-radius:3px}.codesearch-results .search-foot-note{color:#999;text-align:center}.meta-search-links{margin-top:20px}.meta-search-links a{margin-right:10px}.codesearch-aside .menu .octicon{width:16px;text-align:center;margin-right:5px}.codesearch-aside .meta-search-links{margin-top:20px}.codesearch-aside .meta-search-links a{margin-right:10px}.codesearch-aside .filter-list{border-bottom:1px solid #f1f1f1;margin-bottom:20px;padding-bottom:20px}.codesearch-aside .filter-list li{position:relative}.codesearch-aside .filter-list li span.bar{background:#f1f1f1;display:inline-block;position:absolute;z-index:-1;top:2px;bottom:2px;right:0}.simple-search-page{width:740px;padding-top:100px;padding-bottom:100px}.simple-search-page h2{font-weight:normal}.simple-search-page h2 .mega-octicon{vertical-align:middle}.search-form-fluid{position:relative}.search-form-fluid .flex-table-item-primary{padding-right:10px}.search-form-fluid .completed-query{position:absolute;top:7px;left:8px;right:8px;z-index:1;margin:0;overflow:hidden;white-space:nowrap}.search-form-fluid .completed-query span{opacity:0}.search-form-fluid .search-page-label{position:relative;display:block;font-weight:normal;cursor:text}.search-form-fluid .search-page-label.focus .completed-query{opacity:0.6}.search-form-fluid .search-page-input{position:relative;z-index:2;min-height:0;margin:0;padding:0;background:none;border:0;box-shadow:none}.search-form-fluid .search-page-input:focus{box-shadow:none}.token-warning{position:absolute;top:10px;right:85px;color:#000}.sort-bar{border-bottom:1px solid #f1f1f1;margin-bottom:20px;padding-bottom:20px}.sort-bar .sort-label{padding-right:5px;font-weight:200;font-size:13px;color:#666}.sort-bar .select-menu{float:right}.sort-bar h3{margin:0}.sort-bar .sort-form{float:right}.sort-bar .sort-link{font-weight:bold;color:#8a8a8a;text-decoration:none;margin-top:4px}.sort-form .sort-icon{border:5px solid #8a8a8a;height:0;width:0;display:inline-block;margin-left:5px}.sort-form .sort-desc .sort-icon{border-color:#8a8a8a transparent transparent;border-width:5px 4px 2px}.sort-form .sort-asc .sort-icon{border-color:transparent transparent #8a8a8a;border-width:2px 4px 5px}.file-editor-textarea{width:100%;padding:5px 4px;font:12px Consolas, "Liberation Mono", Menlo, Courier, monospace;resize:vertical;border:0;border-radius:0;outline:none}.container-preview .tabnav-tabs{margin:-6px 0 -5px -11px}.container-preview .tabnav-tabs .tabnav-tab{padding:12px 15px;border-radius:0}.container-preview .tabnav-tabs>li:first-child .selected{border-top-left-radius:3px}.container-preview .tabnav-tabs .selected{font-weight:bold}.container-preview.show-code .commit-create,.container-preview.show-code .actions{display:block}.container-preview.show-code .commit-preview,.container-preview.show-code .loading-preview-msg,.container-preview.show-code .no-changes-preview-msg,.container-preview.show-code .error-preview-msg{display:none}.container-preview:not(.show-code) .commit-create,.container-preview:not(.show-code) .actions{display:none}.container-preview.loading-preview .loading-preview-msg{display:block}.container-preview.loading-preview .no-changes-preview-msg,.container-preview.loading-preview .error-preview-msg,.container-preview.loading-preview .commit-preview{display:none}.container-preview.show-preview .commit-preview{display:block}.container-preview.show-preview .loading-preview-msg,.container-preview.show-preview .no-changes-preview-msg,.container-preview.show-preview .error-preview-msg{display:none}.container-preview.no-changes-preview .no-changes-preview-msg{display:block}.container-preview.no-changes-preview .loading-preview-msg,.container-preview.no-changes-preview .error-preview-msg,.container-preview.no-changes-preview .commit-preview{display:none}.container-preview.error-preview .error-preview-msg{display:block}.container-preview.error-preview .loading-preview-msg,.container-preview.error-preview .no-changes-preview-msg,.container-preview.error-preview .commit-preview{display:none}.container-preview p.preview-msg{padding:30px;font-size:16px}.ace_editor.ace-github-light{position:relative;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px;line-height:18px}.ace_editor.ace-github-light .ace_scroller.ace_scroll-left{box-shadow:none}.ace_gutter{border-right:1px solid #eee}.ace_gutter-layer{min-width:50px}.ace_nobold .ace_line>span{font-weight:normal !important}.ace_marker-layer .ace_step{background-color:#fcff00}.ace_marker-layer .ace_stack{background-color:#a4e565}.ace_marker-layer .ace_selected-word{background-color:#fafaff}.ace_indent-guide{box-shadow:inset -1px 0 0 rgba(0,0,0,0.1)}.details-collapse .collapse{position:relative;display:none;height:0;overflow:hidden;-webkit-transition:height 0.35s ease-in-out;transition:height 0.35s ease-in-out}.details-collapse.open .collapse{display:block;height:auto;overflow:visible}.comment.is-comment-editing .timeline-comment-actions,.comment.is-comment-editing .edit-comment-hide{display:none}.comment.is-comment-editing .form-content{display:block}.comment.is-comment-loading .context-loader{display:block}.comment.is-comment-loading .form-content{opacity:0.5}.comment.is-comment-stale .comment-form-stale{display:block}.comment.is-comment-stale .comment-content{padding-top:10px}.comment.is-comment-stale .form-content{opacity:0.75}.comment .email-format{line-height:1.5}.comment .context-loader{display:none}.comment-body{width:100%;padding:15px;overflow:visible;font-size:14px}.comment-body .highlight{overflow:visible !important;background-color:transparent}.form-actions:before{display:table;content:""}.form-actions:after{display:table;clear:both;content:""}.form-actions .button,.form-actions .minibutton{float:right;margin-left:5px}.form-actions .left .button,.form-actions .left .minibutton{margin-left:0}.form-content{display:none;padding:10px}.form-content .form-actions{margin-top:10px}.comment-form-textarea{width:100%;max-width:100%;height:100px;min-height:100px;margin:0;font-size:14px;line-height:1.6;-webkit-transform:translateZ(0)}.comment-form-textarea.dragover{border:solid 1px #4183c4}.discussion-topic-header{position:relative;padding:10px;word-wrap:break-word}.discussion-hidden{opacity:0.75}.comment-form-error,.comment-form-stale{display:none;padding:5px 10px;margin:0 10px;font-weight:bold;color:#900;background-color:#ffeaea;border:1px solid #e2a0a0}.comment-form-error.comment-form-bottom,.comment-form-stale.comment-form-bottom{margin-bottom:10px}.comment-form-stale{margin-top:0}.email-format{line-height:1.5em !important}.email-format div{white-space:pre-wrap}.email-format .email-hidden-reply{display:none;white-space:pre-wrap}.email-format .email-quoted-reply,.email-format .email-signature-reply{padding:0 15px;margin:15px 0;color:#777;border-left:4px solid #ddd}.email-format .email-hidden-toggle a{display:inline-block;height:12px;padding:0 9px;font-size:12px;font-weight:bold;line-height:6px;color:#555;text-decoration:none;vertical-align:middle;background:#ddd;border-radius:1px}.email-format .email-hidden-toggle a:hover{background-color:#ccc}.email-format .email-hidden-toggle a:active{color:#fff;background-color:#4183c4}.comment-email-format div{white-space:normal}.comment-email-format .email-hidden-reply{display:none;white-space:normal}.comment-email-format blockquote,.comment-email-format p{margin:0}.blankslate.conversation-limited{padding:20px 0 10px;margin:15px}.locked-conversation .write-tab,.locked-conversation .preview-tab{color:#ccc}.commit-sha{padding:0.2em 0.4em;font-size:90%;font-weight:normal;background-color:#f5f5f5;border:1px solid #eee;border-radius:0.2em}.commit-partial-notice{margin-top:20px;margin-bottom:20px}.commit-paginate-container{float:right;margin:-5px 0 0;text-align:inherit}.commit .commit-title,.commit .commit-title a{color:#4e575b}.commit .commit-title.blank,.commit .commit-title.blank a{color:#9cabb1}.commit .commit-title .issue-link{font-weight:bold;color:#4183c4}.commit .sha-block,.commit .sha{font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:12px}.commit.open .commit-desc{display:block}.commit-link{font-weight:normal;color:#4183c4}.commit-email-flash{display:inline}.commit-desc{display:none}.commit-desc pre{max-width:700px;margin:10px 0;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace;font-size:13px;line-height:1.45;color:#596063;white-space:pre-wrap}.commit-desc+.commit-branches{padding-top:8px;margin-top:2px;border-top:solid 1px #d1e2eb}.commit-tease{padding:8px 8px 0;background:#e6f1f6;border:1px solid #b7c7cf;border-bottom-color:#d8e6ec;border-top-left-radius:3px;border-top-right-radius:3px}.commit-tease p.commit-title{margin:0 0 6px}.commit-tease .commit-desc{margin:-3px 0 10px}.commit-tease .commit-desc pre{font-size:11px}.commit-tease .commit-meta{padding:8px;margin-right:-8px;margin-left:-8px;background:#fff;border-top:1px solid #d8e6ec}.commit-tease .commit-meta .loader-loading{margin:0 0 -9px}.commit-tease .zeroclipboard-link{float:right;margin-top:-2px;margin-left:5px}.commit-tease .sha-block{float:right;color:#888}.commit-tease .sha-block>.sha{color:#444}.commit-tease .sha-block>a{color:#444;text-decoration:none}.commit-tease .authorship{margin:-2px 0 -4px -4px;font-size:12px;color:#999}.commit-tease .authorship a{font-weight:bold;color:#444;text-decoration:none}.commit-tease .authorship a:hover{text-decoration:underline}.commit-tease .authorship .avatar{margin:-2px 3px 0 0}.commit-tease .authorship .author-name{color:#444}.commit-tease .authorship .committer{display:block;margin-left:30px;font-size:11px}.comment-count{float:right;margin-top:1px;font-size:11px;color:#7f9199}.comment-count .octicon{margin-left:5px;vertical-align:middle}.commits-listing{position:relative;padding-bottom:20px;margin-bottom:15px}.commits-listing:before{position:absolute;top:0;bottom:0;left:14px;z-index:-1;display:block;width:2px;content:"";background-color:#f3f3f3}.commits-listing .discussion-item-icon{margin-right:5px;margin-left:-1px}.commits-listing .timeline-commits{padding-left:8px;margin-bottom:20px}.commits-listing .timeline-commits:last-child{margin-bottom:0}.commits-listing-padded{padding-left:39px}.commit-group{margin-top:10px;list-style-type:none}.commit-group-title{margin-top:15px;margin-left:-31px;color:#777}.commit-group-title .octicon-git-commit{margin-right:17px;color:#ccc;background:#fff}.commits-list-item.navigation-focus{background:#f7fbfc}.commits-list-item .commit-title{margin:0;font-size:15px;font-weight:bold;color:#333}.commits-list-item .commit-meta{margin-top:1px;font-weight:normal;color:#999}.commits-list-item .deployment-indicator{color:#bbb}.commits-list-item .status .octicon{height:14px;line-height:14px}.commits-list-item .commit-author{color:#777}.commits-list-item .octicon-arrow-right{margin:0 3px}.commits-list-item .button-outline{padding:5px 8px;margin-top:4px}.commits-list-item .octicon-clippy,.commits-list-item .octicon-code{display:block}.commits-list-item .commit-desc pre{padding-left:8px;margin-top:5px;margin-bottom:10px;font-size:12px;color:#596063;border-left:1px solid #e5e5e5}.commits-list-item .commit-desc pre a{word-break:break-word}.commits-comments-link{margin-top:9px;color:#999;vertical-align:middle}.commits-comments-link:hover{color:#4183c4;text-decoration:none}.commit-avatar-cell{width:47px}.commit-avatar-cell.table-list-cell{padding-right:0}.commit-indicator{margin-left:5px}.commit-links-cell{width:230px;text-align:right}.commit-links-group{margin-right:5px}.timeline-commits{width:100%;margin-top:5px;border-collapse:separate}.timeline-commits+.timeline-commits{margin-top:15px}.timeline-commits td{padding-top:4px;padding-right:8px;padding-bottom:4px;font-size:12px;line-height:16px;vertical-align:top;background-color:transparent}.discussion-item .timeline-commits .commit-author{display:none}.timeline-commits .commit-gravatar{width:16px;padding-left:10px}.timeline-commits .commit-author{width:200px;padding-right:20px;white-space:nowrap}.timeline-commits .author{font-weight:bold;color:#555}.timeline-commits .commit-message{min-height:0;max-width:550px}.timeline-commits .commit-message a{color:#555}.timeline-commits .commit-message a:hover{color:#4183c4}.timeline-commits .commit-desc pre{padding-left:10px;font-size:11px;color:#777;border-left:1px solid #eee}.timeline-commits .hidden-text-expander{margin-top:3px;margin-left:0;vertical-align:top}.timeline-commits .hidden-text-expander a{height:13px;background-color:#eee}.timeline-commits .hidden-text-expander a:hover{color:#fff;background-color:#4183c4}.timeline-commits .commit-meta{text-align:right;white-space:nowrap}.timeline-commits .commit-meta .status{width:16px;text-align:center}.timeline-commits .commit-meta .status.status-pending{color:#cea61b}.timeline-commits .commit-meta .octicon{margin-right:1px;margin-left:1px}.commit-icon{display:table-cell;width:16px;color:#ccc}.commit-icon .octicon{background-color:#fff}.commit-id{color:#bbb}.commit-id:hover{color:#4183c4}.full-commit{padding:8px 8px 0;margin:10px 0;background:#e6f1f6;border:1px solid #c5d5dd;border-radius:3px}.full-commit:first-child{margin-top:0}.full-commit .button-outline{background:none;border:1px solid #cedee5}.full-commit .button-outline:hover{color:#4183c4;border:1px solid #4183c4}.full-commit p.commit-title{margin:0 0 8px;font-size:18px;font-weight:bold;color:#213f4d;text-shadow:0 1px rgba(255,255,255,0.5)}.full-commit .branches-list{display:inline-block;margin-right:10px;vertical-align:middle;list-style:none}.full-commit .branches-list li{display:inline-block;padding-left:3px;font-weight:bold;color:#596063}.full-commit .branches-list li:before{padding-right:6px;font-weight:normal;content:"+"}.full-commit .branches-list li:first-child{padding-left:0}.full-commit .branches-list li:first-child:before{padding-right:0;content:""}.full-commit .branches-list li.loading{font-weight:normal;color:#818c90}.full-commit .branches-list li.pull-request{font-weight:normal;color:#818c90}.full-commit .branches-list li.pull-request:before{margin-left:-8px;content:""}.full-commit .branches-list li.pull-request-error{margin-bottom:-1px}.full-commit .branches-list li a{color:inherit}.full-commit .commit-meta{padding:8px;margin-right:-8px;margin-left:-8px;background:#fff;border-top:1px solid #d8e6ec;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.full-commit .sha-block{float:right;margin-left:15px;font-size:12px;color:#888}.full-commit.merge-commit .sha-block{clear:right}.full-commit.merge-commit .sha-block+.sha-block{margin-top:2px}.full-commit .sha-block>.sha{color:#444}.full-commit .sha-block>a{color:#444;text-decoration:none;border-bottom:1px dotted #ccc}.full-commit .sha-block>a:hover{border-bottom:1px solid #444}.full-commit .authorship{margin-top:-2px;margin-bottom:-4px;margin-left:-4px;font-size:14px;color:#999}.full-commit .authorship .gravatar{margin-top:-2px;margin-right:3px;vertical-align:middle;border-radius:3px}.full-commit .authorship a{font-weight:bold;color:#444;text-decoration:none}.full-commit .authorship a:hover{text-decoration:underline}.full-commit .authorship .author-name{color:#444}.full-commit .authorship .hint a{color:#4183c4}.full-commit .authorship .committer{display:block;margin-top:-2px;margin-left:34px;font-size:12px}.branches-tag-list{display:inline-block;margin-right:10px;vertical-align:middle;list-style:none}.branches-tag-list .more-commit-details,.branches-tag-list.open .hidden-text-expander{display:none}.branches-tag-list.open .more-commit-details{display:inline-block}.branches-tag-list li{display:inline-block;padding-left:3px}.branches-tag-list li:first-child{padding-left:0;font-weight:bold;color:#596063}.branches-tag-list li.loading{font-weight:normal;color:#818c90}.branches-tag-list li.abbrev-tags{cursor:pointer}.branches-tag-list li a{color:inherit}.branches-tag-list li .hidden-text-expander a{background-color:#dae5eb}.branches-tag-list li .hidden-text-expander a:hover{background-color:#d1dbe0}.commit-branches{min-height:18px;margin-top:-6px;margin-bottom:8px;font-size:12px;color:#818c90;vertical-align:middle}.commit-branches .octicon{vertical-align:middle}.full-commit .commit-desc,.commit-desc-container .commit-desc{display:block;margin:-5px 0 10px}.full-commit .commit-desc pre,.commit-desc-container .commit-desc pre{max-width:100%;overflow:visible;text-shadow:0 1px rgba(255,255,255,0.5);word-wrap:break-word}.commit-loader .loader-error{display:none;margin:0;font-size:12px;font-weight:bold;color:#bd2c00}.commit-loader.error .loader-loading{display:none}.commit-loader.error .loader-error{display:block}.historical-banner{padding:15px 20px 15px 130px;margin-bottom:20px;overflow:hidden;color:#333;background:#fff;border:1px solid #e5e5e5;border-radius:5px}.historical-banner h2{margin:0 0 5px}.historical-banner p{margin:0}.historical-banner .illustration{position:absolute;top:12px;left:20px;color:rgba(0,0,0,0.1)}.roses-divider{margin-bottom:20px;text-align:center}.file-history-tease{margin-bottom:10px;font-size:14px;color:#7b878c;background:#e7ecee;border:1px solid #d2d9dd;border-radius:3px}.file-history-tease .author a{font-weight:bold;color:#000}.file-history-tease .commit-title{display:inline}.file-history-tease .sha{font-size:13px}.file-history-tease .loader-loading,.file-history-tease .loader-error{margin:0}.file-history-tease .loader-loading img,.file-history-tease .loader-error img{vertical-align:middle}.file-history-tease .participation{padding:5px 8px;font-size:12px;font-weight:normal;line-height:20px;color:#666;background-color:#fff;border-top:1px solid #d8e6ec;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.file-history-tease .participation:before{display:table;content:""}.file-history-tease .participation:after{display:table;clear:both;content:""}.file-history-tease .participation .quickstat{float:left;margin:0 10px 0 0}.file-history-tease .participation .quickstat strong{color:#000}.file-history-tease .participation a{color:#888;text-decoration:none}.file-history-tease .participation .avatar-link{margin-right:3px}.file-history-tease-header{padding:5px 8px;line-height:24px}.file-history-tease-header .avatar{float:left;margin-right:5px}.toggle-line-notes-below{color:#777}.commit-comments-heading h3{display:inline-block;margin-right:15px}.commit-build-statuses{position:relative;display:inline-block;text-align:left}.commit-build-statuses.active .dropdown-menu-content{display:block}.commit-build-statuses.active .tooltipped:before,.commit-build-statuses.active .tooltipped:after{display:none}.commit-build-statuses .dropdown-menu{min-width:400px;max-width:500px;padding-top:0;padding-bottom:0}.commit-build-statuses .dropdown-menu .build-statuses-list{max-height:170px;border-bottom:0}.commit-build-statuses .dropdown-menu-w,.commit-build-statuses .dropdown-menu-e{top:-11px}.commit-build-statuses .status-description .button-link{display:none}.commit-build-statuses .build-status-item:last-child{border-radius:0 0 2px 2px}.commit-ref{position:relative;display:inline-block;padding:0 5px;border-radius:3px;font:0.75em/2 Consolas, "Liberation Mono", Menlo, Courier, monospace;color:#336479;white-space:nowrap;background-color:#e8f0f8}.commit-ref .user{color:#598a9f}a.commit-ref:hover{text-shadow:-1px -1px 0 rgba(0,0,0,0.2);background-color:#2a5177;background-image:-webkit-linear-gradient(#74a4d4, #2a5177);background-image:linear-gradient(#74a4d4, #2a5177);background-repeat:repeat-x;border-color:#2a5177;text-decoration:none}.compare-cutoff,.diff-cutoff{margin:5px 0;padding:8px 0;font-weight:bold;text-align:center;border-radius:3px;color:#4c4a42;background-color:#fff9ea;border:solid 1px #dfd8c2}.table-of-contents{margin:15px 0}.table-of-contents li{padding:7px 0;list-style-type:none}.table-of-contents li+li{border-top:1px solid #eee}.table-of-contents li>.octicon{margin-right:3px;vertical-align:-1px}.table-of-contents .octicon-diff-removed{color:#bd2c00}.table-of-contents .octicon-diff-renamed{color:#677a85}.table-of-contents .octicon-diff-modified{color:#d0b44c}.table-of-contents .octicon-diff-added{color:#6cc644}.toc-diff-stats{padding-left:20px;line-height:26px}.toc-diff-stats .octicon{float:left;margin-top:3px;margin-left:-20px;color:#ccc}.toc-diff-stats .button-link{font-weight:bold}.toc-diff-stats+.content{padding-top:5px}span.no-nl-marker{position:relative;top:1px;color:#bd2c00;margin-left:4px;vertical-align:middle}.symlink .no-nl-marker{display:none}.existing-pull{margin:10px 0}.existing-pull .list-group-item:before{display:table;content:""}.existing-pull .list-group-item:after{display:table;clear:both;content:""}.existing-pull .existing-pull-contents{float:left;width:680px}.existing-pull .existing-pull-button{float:right;margin-top:3px}.existing-pull .existing-pull-number{font-weight:normal;color:#aaa}.existing-pull .css-truncate{max-width:700px}.existing-pull .css-truncate p{display:inline}.compare-pr-placeholder{margin:10px 0;padding:15px;font-size:14px;color:#4c4a42;background-color:#fff9ea;border:solid 1px #dfd8c2;border-radius:3px}.compare-pr-placeholder p{margin:7px 0;color:#6d6c60}.compare-pr-placeholder .button{margin-right:10px;margin-bottom:-2px}.compare-pr-placeholder .button .octicon{vertical-align:-1px}.compare-pr-placeholder .help-link{margin-top:5px;margin-right:-3px;padding:3px;color:#9c997d;text-decoration:none}.compare-pr .pull-request-composer{display:none}.compare-pr .contributing{display:none}.compare-pr.open .compare-pr-placeholder{display:none}.compare-pr.open .pull-request-composer{display:block}.compare-pr.open .contributing{display:block}.contributing{padding:15px;margin:15px 0;font-size:14px;color:#4c4a42;background-color:#fff9ea;border:1px solid #dfd8c2;border-radius:3px}.pull-request-composer{position:relative;margin-bottom:15px;border:1px solid #ddd;border-radius:3px}.pull-request-composer .preview-content{min-height:120px}.discussion-topic{float:left;width:80%;border-right:1px solid #ddd}.composer-meta{float:left;width:20%;padding-right:10px;padding-left:10px;text-align:center}.composer-meta .branch-action-icon{display:inline-block;float:none;margin:15px 0}.composer-meta .merge-branch-heading{font-size:14px}.composer-meta .merge-branch-description{margin:10px 0;font-size:12px}.composer-meta .branch-action-state-clean .merge-branch-heading{color:#6cc644}.composer-submit{position:absolute;right:1%;bottom:10px;width:18%}#contact-github textarea{height:100px;resize:vertical}.heartocat{display:block;margin:50px auto 0}.documentation-results-wrapper{position:relative;top:-19px}.documentation-results{position:absolute;top:0;z-index:2;width:400px;margin-top:5px;clear:both;box-shadow:0 0 5px rgba(0,0,0,0.2)}.documentation-results ul{width:100%}.documentation-results ul li:first-child a{border-top-left-radius:3px;border-top-right-radius:3px}.documentation-results .documentation-results-footer a{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.documentation-results a{outline:none;padding:5px 10px;display:block;color:#333;font-weight:bold;cursor:pointer;text-decoration:none;border:solid #ddd;border-width:0 1px 1px;background-color:#fff}.documentation-results a:hover{background-color:#3586c3;color:#fff}.documentation-results a.selected{background-color:#3586c3;color:#fff}ul.documentation-results-group{list-style-type:none}.contact-form-extras{display:none}.context-loader-container .context-loader{display:none}.context-loader-container .context-loader.is-context-loading{display:block;white-space:nowrap}.context-loader-container .context-loader-overlay{opacity:1;-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out}.context-loader-container .context-loader-overlay.is-context-loading{opacity:0.5}.page-context-loader{margin-left:10px;display:none}.page-context-loader.is-context-loading{display:inline-block}body.disables-context-loader .page-context-loader,body.disables-context-loader .context-loader{display:none !important}.contributions-tab{margin-top:20px}.calendar-graph{padding:5px 0 0;height:126px;text-align:center}.calendar-graph.days-selected rect.day{opacity:0.5}.calendar-graph.days-selected rect.day.active{opacity:1}.calendar-graph .activity{margin-top:0}.calendar-graph .dots{margin:20px auto 0;width:64px;height:64px}.calendar-graph text.month{font-size:10px;fill:#aaa}.calendar-graph text.wday{fill:#ccc;font-size:9px}#contributions-calendar rect.day{shape-rendering:crispedges}#contributions-calendar rect.day.empty:hover{stroke:none}#contributions-calendar rect.day:hover{stroke:#555;stroke-width:1px}.contrib-column{padding:15px 0;text-align:center;border-left:1px solid #ddd;border-top:1px solid #ddd;font-size:11px}.contrib-column-first{border-left:0}.contrib-number{font-weight:300;line-height:1.3em;font-size:24px;display:block;color:#333}.contrib-footer{font-size:11px;padding:0 10px 12px}.contrib-legend{font-size:11px;color:#999;float:right}.contrib-legend .legend{display:inline-block;list-style:none;margin:0 5px;position:relative;bottom:-1px}.contrib-legend .legend li{display:inline-block;width:10px;height:10px}.new-user-contrib-intro{border-top:solid 1px #ddd;padding:5px 20px;font-size:16px}.contrib-square{color:#d6e685;font-size:22px;line-height:1}.contribution-activity h2{font-size:18px;font-weight:normal;margin:30px 0 15px}.contribution-activity .select-menu-button{position:relative;top:-4px}.contribution-activity.loading .contribution-activity-listing{display:none}.contribution-activity.loading .contribution-activity-spinner{display:block}.contribution-activity-spinner{margin:20px auto 0;width:64px;height:64px;display:none}ul.simple-conversation-list a.meta{color:#777}li.contribution{list-style:none;padding:10px 0}li.contribution:last-child{border-bottom:0}li.contribution h3{font-size:14px;display:inline-block;margin:0}li.contribution h3 a{color:#4183c4}li.contribution .cmeta{display:block;font-size:12px;color:#aaa;font-weight:normal}li.contribution .cmeta a{color:#666}li.contribution .cmt{color:#999}li.contribution .d{color:#c00}li.contribution .a{color:#8cac29}li.contribution .num{color:#777}.subscribe-feed{display:inline-block;color:#333}.subscribe-feed .octicon{margin-right:5px}.new-user-panel{position:relative;padding:18px;margin-bottom:30px;font-size:16px;border:dashed 2px #ccc;border-radius:3px}.new-user-panel-close{position:absolute;top:10px;right:18px;color:#ccc}.new-user-panel-close:hover{color:#666}.new-user-intro{margin:0 120px;font-size:36px;font-weight:normal;line-height:1.3;text-align:center}.new-user-heading-small{margin:5px 170px 20px;font-size:20px;color:#888;text-align:center}.button-hello-world{font-size:16px;padding:10px 50px}.welcome-guides{position:relative;padding:30px;margin-bottom:30px;border:2px dashed #ddd;border-radius:3px}.welcome-guides h1{margin-top:0;margin-bottom:0;text-align:center}.welcome-guides .lead{margin-top:0;margin-bottom:20px;text-align:center}.welcome-guides .guides-list-item{color:#777}.welcome-guides .guides-list-item:hover{color:#4183c4;text-decoration:none}.welcome-guides .guides-list-item p{margin-bottom:0}.welcome-guides .dismiss-guides{position:absolute;top:30px;right:28px;display:block;padding-left:5px;color:#ccc}.welcome-guides .dismiss-guides:hover{color:#4183c4}.guides-bootcamp{text-align:center}.guides-bootcamp p{margin-top:0;margin-bottom:0}.guides-bootcamp .guides-list-item{padding-right:15px;padding-left:15px}.guides-bootcamp .guides-image{display:block;width:auto;height:100px;margin:10px auto 20px}.guides-bootcamp .guides-list-title{margin-top:0;margin-bottom:5px;color:#4183c4}.bootcamp{margin:0 0 20px}.bootcamp h1{position:relative;padding:8px 10px;margin:0;font-size:16px;font-weight:bold;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.4);background-color:#829aa8;border:1px solid #677c89;border-bottom-color:#6b808d;border-radius:3px 3px 0 0}.bootcamp h1 a{color:#fff;text-decoration:none}.bootcamp .octicon-x{position:relative;top:-2px;font-size:16px;line-height:16px}.bootcamp .dismiss-bootcamp{position:absolute;top:9px;right:9px;display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:0 0}.bootcamp .dismiss-bootcamp:hover{background-position:0 -19px}.bootcamp .bootcamp-body{padding:10px 1%;overflow:hidden;background-color:#e9f1f4;border-color:#e9f1f4 #d8dee2 #d8dee2;border-style:solid;border-width:1px;border-radius:0 0 3px 3px}.bootcamp ul li{background-color:#f5f3b4;background-image:-webkit-linear-gradient(#fffff5, #f5f3b4);background-image:linear-gradient(#fffff5, #f5f3b4);background-repeat:repeat-x;position:relative;display:block;float:left;width:24.25%;height:215px;margin:0 1% 0 0;overflow:hidden;font-size:13px;font-weight:normal;color:#666;border:1px solid #dfddb5;border-radius:3px;box-shadow:0 1px 0 #fff}.bootcamp ul li.be-social{margin-right:0}.bootcamp ul li:hover{background-color:#f1eea3;background-image:-webkit-linear-gradient(#fcfce9, #f1eea3);background-image:linear-gradient(#fcfce9, #f1eea3);background-repeat:repeat-x;border:1px solid #d6d4ad}.bootcamp ul li a{color:#666;text-decoration:none}.bootcamp .image{position:relative;display:block;height:133px;background-repeat:no-repeat;background-position:center center}.bootcamp .setup .image{background-image:url(/images/modules/dashboard/bootcamp/octocat_setup.png);background-size:129px 96px}.bootcamp .create-a-repo .image{background-image:url(/images/modules/dashboard/bootcamp/octocat_repo.png);background-size:129px 96px}.bootcamp .fork-a-repo .image{background-image:url(/images/modules/dashboard/bootcamp/octocat_fork.png);background-size:178px 96px}.bootcamp .be-social .image{background-image:url(/images/modules/dashboard/bootcamp/octocat_collabocats.png);background-position:center 27px;background-size:207px 96px}.bootcamp .desc{position:relative;z-index:2;padding:10px 15px 20px;overflow:hidden;text-align:center;background-repeat:no-repeat}.bootcamp .desc>h2{padding:0;margin:0 0 5px;font-size:15px;color:#393939}.bootcamp .desc p{padding:0;margin:0;line-height:1.2em}.bootcamp .step-number{position:absolute;top:-1px;left:10px;font-size:36px;font-weight:bold;color:#e4e1a8;opacity:0.75}.first-run{width:800px;margin:25px auto;text-align:center}.first-run-heading{font-size:36px;font-weight:normal}.first-run-subheading{font-size:16px;font-weight:normal;color:#999}.first-run-survey{width:800px;padding:0;margin:0 auto}.first-run-survey .button+.button{margin-left:12px}.first-run-survey ul.guides{list-style-type:none}.first-run-small-wrapper{box-sizing:border-box;padding:35px 25px;margin-top:25px;background-color:#f0f7fd;border:1px solid #d2d8dd;border-radius:3px}.first-run-survey-question p{margin:0 0 25px;font-size:22px;font-weight:500;line-height:1}.first-run-survey-progress{margin-top:25px}.first-run-survey-progress .circle{display:inline-block;width:10px;height:10px;margin:0 4px;border:1px solid #d1d1d1;border-radius:52%}.first-run-survey-progress .current{background-color:#4183c4;border-color:#4183c4}.first-run-survey-progress .completed{background-color:#d1d1d1;border-color:#d1d1d1}.first-run-survey-other{width:230px;margin:16px auto auto}.first-run-skip{padding:15px 0 0;margin-top:30px;font-size:14px;border-top:1px solid #e9e9e9}.first-run-skip span{font-weight:500}.first-run-get-started{box-sizing:border-box;padding:0 2px;margin:25px 0;overflow:hidden;clear:both;border:1px solid #e5e5e5;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,0.01)}.first-run-get-started div{float:left;width:50%;box-sizing:border-box;padding:18px 20px 22px 18px;text-align:left}.first-run-get-started .mega-octicon{float:left;color:#cccccc}.first-run-get-started p{padding:0 0 0 47px;margin:5px 0;color:#333}.first-run-get-started h2{padding:0 0 0 47px;margin:0 0 10px;font-size:18px;font-weight:bold;color:#333}.first-run-get-started a{margin-top:12px;margin-left:47px}.first-run-get-started .first-box{border-right:1px solid #eee}.first-run-help-link{color:#999}.user-repos .mini-repo-list-item{padding-right:6px}.user-repos .mini-repo-list-item .repo-and-owner{max-width:100%}.user-repos .mini-repo-list-item .owner{max-width:145px}#example_octofication{float:right;width:335px;margin:0}.octofication{margin-bottom:15px}.octofication .message{min-height:56px;padding:10px 10px 10px 50px;border:solid 1px #4183c4;border-radius:3px}.octofication .message h3{margin:1px 20px 3px 0;font-size:14px;line-height:1.2}.octofication .message p{padding:0;margin:0;font-size:12px;color:#555}.octofication .message p+p{margin-top:15px}.octofication .broadcast-icon{position:relative;float:left;margin-left:-40px;color:#4183c4}.octofication .broadcast-icon-mask{position:absolute;top:0;width:10px;height:16px;background-color:#fff;opacity:0;-webkit-animation:broadCastMaskFade 1s ease-in-out 2s 2;animation:broadCastMaskFade 1s ease-in-out 2s 2}.octofication .broadcast-icon-mask.left{left:0}.octofication .broadcast-icon-mask.right{right:0}.octofication .notice-dismiss{position:relative;top:-2px;float:right;color:#bbb}.octofication .notice-dismiss:hover{color:#666}.octofication-more{margin:5px 0;font-size:11px;text-align:right}@-webkit-keyframes broadCastMaskFade{0%{opacity:0}30%{opacity:1}70%{opacity:1}100%{opacity:0}}@keyframes broadCastMaskFade{0%{opacity:0}30%{opacity:1}70%{opacity:1}100%{opacity:0}}.github-jobs-promotion{margin-bottom:15px}.github-jobs-promotion p{background-color:#e4f0ff;background-image:-webkit-linear-gradient(#f5fbff, #e4f0ff);background-image:linear-gradient(#f5fbff, #e4f0ff);background-repeat:repeat-x;position:relative;padding:10px 18px;font-size:12px;color:#1b3650;text-align:center;border:1px solid #cee0e7;border-radius:3px}.github-jobs-promotion p a{color:#1b3650}.github-jobs-promotion a.jobs-logo{display:block;font-size:11px;color:#999;text-align:center}.github-jobs-promotion a.jobs-logo:hover{text-decoration:none}.github-jobs-promotion a.jobs-logo strong{display:inline-block;width:62px;height:12px;text-indent:-9999px;vertical-align:middle;background:url(/images/modules/jobs/logo.png) 0 0 no-repeat;background-size:62px auto}.github-jobs-promotion .job-location{white-space:nowrap}.github-jobs-promotion a.octicon-info{position:absolute;right:5px;bottom:5px;color:#a9b8be;color:#a9b8be;text-decoration:none;cursor:pointer;opacity:0.8}.github-jobs-promotion p:hover .octicon-info{opacity:1}#dashboard h1{margin-bottom:0.5em;font-size:160%}#dashboard h1 a{font-size:70%;font-weight:normal}#dashboard .notice{padding:15px;margin-top:0;margin-bottom:0;text-align:center}.news .release{margin-top:0;margin-bottom:0}.news blockquote{color:#666}.news h1{margin-bottom:0}.news .alert{position:relative;padding:0 0 1em 45px;overflow:hidden;border-top:1px solid #f1f1f1}.news .alert .commits{padding-left:40px}.news .alert .css-truncate.css-truncate-target,.news .alert .css-truncate .css-truncate-target{max-width:180px}.news .alert p{margin:0}.news .alert .markdown-body blockquote{padding:0 0 0 40px;border:0 none}.news .alert .mega-octicon{position:absolute;top:14px;left:0;width:32px;height:32px;padding:3px;color:#bbb}.news .alert .mega-octicon::before{color:inherit}.news .alert .octicon{width:16px;height:16px;color:#bbb}.news .alert .body{padding:1em 0 0;overflow:hidden;font-size:14px;border-bottom:0}.news .alert .time{font-size:12px;color:#bbb}.news .alert .title{padding:0;font-weight:bold}.news .alert .title .subtle{color:#bbb}.news .alert .gravatar{float:left;margin-right:0.6em;line-height:0;background-color:#fff;border-radius:3px}.news .alert .simple>.octicon{position:absolute !important;left:11px;width:16px;height:16px}.news .alert .simple .title{display:inline-block;font-size:13px;font-weight:normal;color:#666}.news .alert .simple .time{display:inline-block}.news .alert .pull-info,.news .alert .branch-link{display:inline-block;padding:3px 7px;margin-top:5px;font-size:12px;color:rgba(0,0,0,0.5);background:#e8f1f6;border-radius:3px}.news .alert .pull-info em,.news .alert .branch-link em{font-style:normal;font-weight:bold}.news .alert .branch-link{position:relative;top:-2px;margin:0;font-family:Consolas, "Liberation Mono", Menlo, Courier, monospace}.news .alert .branch-link .octicon{color:#b0c4ce}.news .alert:first-child{border-top:0}.news .alert:first-child .body{padding-top:0}.news .alert:first-child .mega-octicon{top:0}.news .git_hub .done{color:#666;text-decoration:line-through}.news .commits li{margin-top:0.15em;list-style-type:none}.news .commits li.more{padding-top:2px;font-size:11px}.news .commits li .committer{display:none;padding-left:0.5em}.news .commits li img{margin:0 1px 0 0;vertical-align:middle;background-color:#fff;border-radius:2px}.news .commits li img.emoji{padding:0;margin:0;border:0}.news .commits li .message{display:inline-block;max-width:390px;margin-top:2px;overflow:hidden;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.news div.message,.news li blockquote{display:inline;font-size:13px;color:#666}.release-assets{padding-left:40px}.release-assets li{margin-top:0.15em;list-style-type:none}.release-assets .more{padding-top:2px;font-size:11px}.news-full,.page-profile .news{float:none;width:auto}.activity-tab .blankslate{margin-top:10px}.activity-tab .news .markdown-body blockquote,.activity-tab .news .alert .commits{padding-left:0}.activity-tab .news a.gravatar,.activity-tab .news div.gravatar{display:none}.saml-signed-out-notice{position:relative;width:450px;padding:10px 10px 10px 70px;margin:50px auto 30px;border:1px solid #eee;border-radius:3px}.saml-signed-out-notice .mega-octicon{position:absolute;top:30px;left:20px;color:#ddd}.saml-signed-out-notice h3{margin-bottom:0}.saml-signed-out-notice p{margin-top:5px}.survey-box.simple-box{position:fixed;right:25px;bottom:-20px;z-index:11;padding-bottom:0;border-bottom:0;border-radius:4px 4px 0 0;background-color:#f9f9f9;box-shadow:0 0 10px rgba(0,0,0,0.05);-webkit-animation:slideUp 0.5s ease 1.25s both;animation:slideUp 0.5s ease 1.25s both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.survey-box.simple-box .simple-box-title{margin-bottom:-7px;padding-bottom:0;border-bottom:0;font-size:14px}.survey-box.simple-box .simple-box-footer{margin:0 -15px;padding:7px;background-color:#fff}.survey-box.simple-box .close-button{margin-top:-5px;color:#aaa}@-webkit-keyframes slideUp{0%{-webkit-transform:translate3d(0, 500px, 0);transform:translate3d(0, 500px, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideUp{0%{-webkit-transform:translate3d(0, 500px, 0);transform:translate3d(0, 500px, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.dashboards-overview-lead{width:700px}.dashboards-overview-cards .boxed-group{margin:10px 0;width:100%}.dashboards-overview-cards .boxed-group path{stroke:#1db34f;stroke-opacity:0.5}.dashboards-overview-cards .blankslate{border:0;background-color:#fff;box-shadow:none;padding-top:47px}.dashboards-overview-cards .octicon-arrow-down{color:#bd2c00}.dashboards-overview-cards .octicon-arrow-up{color:#1db34f}.dashboards-overview-cards .graph-canvas .dots{padding:43px 0}.dashboards-overview-cards .summary-stats{height:78px}.dashboards-overview-cards .summary-stats .created_at{color:#1db34f}.dashboards-overview-cards .summary-stats .closed_at,.dashboards-overview-cards .summary-stats .merged_at{color:#4183c4}.dashboards-overview-cards .summary-stats .totals-num{margin:0 7px}.dashboards-overview-cards .summary-stats .single{width:100%}.dashboards-overview-graph{height:160px}.dashboards-overview-graph .path{fill:none;stroke-width:2}.dashboards-overview-graph path.created_at{stroke:#1db34f}.dashboards-overview-graph path.merged_at,.dashboards-overview-graph path.closed_at{stroke:#1d7fb3}.dashboards-overview-graph .y line{stroke:#1db34f}.dashboards-overview-graph .y.unique line{stroke:#1d7fb3}.dashboards-overview-graph .overlay{fill-opacity:0}.created_at circle{fill:#1db34f;stroke:#fff;stroke-width:2}.merged_at circle,.closed_at circle{fill:#1d7fb3;stroke:#fff;stroke-width:2}.diffstat{font-size:12px;font-weight:bold;color:#666;white-space:nowrap;cursor:default}.diffstat-bar{display:inline-block;margin-left:3px;font-size:16px;color:#ddd;letter-spacing:1px;text-align:left;text-decoration:none;font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased}.discussion-timeline{position:relative;width:760px;float:left}.discussion-timeline:before{display:block;content:"";position:absolute;top:0;bottom:0;left:79px;width:2px;background-color:#f3f3f3;z-index:-1}.discussion-sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:21;float:right;width:140px}.discussion-sidebar-item{padding-top:15px;font-size:12px;color:#999}.discussion-sidebar-item .minibutton .octicon{margin-right:0}.discussion-sidebar-item .button-block{margin-bottom:8px}.discussion-sidebar-item+.discussion-sidebar-item{margin-top:15px;border-top:1px solid #eee}.discussion-sidebar-item .select-menu{position:relative}.discussion-sidebar-item .select-menu-modal-holder{top:25px;left:auto;right:-1px}.discussion-sidebar-heading{margin-top:0;margin-bottom:10px;font-size:12px;line-height:16px;color:#777}.discussion-sidebar-toggle{padding:5px;margin:-5px -5px 5px}.discussion-sidebar-toggle .octicon{float:right;padding:5px;margin:-6px -5px -5px 5px;color:#ccc}.discussion-sidebar-toggle:hover{color:#4183c4;text-decoration:none;cursor:pointer}.discussion-sidebar-toggle:hover .octicon{color:inherit}button.discussion-sidebar-toggle{display:block;width:150px;font-weight:bold;text-align:left;background:none;border:0}.sidebar-labels .labels .label{display:block;max-width:100%;padding:6px 10px;font-size:12px;box-shadow:none}.sidebar-labels .labels .label+.label{margin-top:3px}.sidebar-milestone .progress-bar{margin-bottom:2px;border-radius:2px;height:8px}.milestone-name{display:block;margin-top:5px;font-weight:bold;color:#555}.milestone-name .css-truncate-target{max-width:100%}.milestone-name:hover{color:#4183c4;text-decoration:none}.sidebar-assignee .css-truncate-target{max-width:110px}.sidebar-assignee .avatar{margin-top:-1px;margin-right:2px;border-radius:2px}.sidebar-assignee .assignee{color:#555;font-weight:bold}.sidebar-assignee .assignee:hover{color:#4183c4;text-decoration:none}.sidebar-notifications{position:relative}.sidebar-notifications .thread-subscription-status{margin:0;padding:0;border:0}.sidebar-notifications .thread-subscription-status .thread-subscribe-form{display:block}.sidebar-notifications .thread-subscription-status .mega-octicon{display:none}.sidebar-notifications .thread-subscription-status .reason{padding:0;margin:5px 0 0;font-size:11px;color:#999}.sidebar-notifications .thread-subscription-status .minibutton{display:block;width:100%}.participation .participant-avatar{float:left;margin:3px 0 0 3px}.participation a{color:#999}.participation a:hover{color:#4183c4;text-decoration:none}.participation-avatars{margin-left:-3px}.participation-avatars:before{display:table;content:""}.participation-avatars:after{display:table;clear:both;content:""}.participation-more{float:left;margin:6px 0 0;line-height:14px}.lock-toggle-link{color:#777;font-weight:bold}.lock-toggle-link:hover{color:#4183c4;text-decoration:none}.inline-comment-form .form-actions,.timeline-new-comment .form-actions{padding:0 10px 10px}.form-content .form-actions{padding:0}.gh-header-actions{float:right;margin-top:3px}.gh-header-actions .minibutton{float:left;margin-left:5px}.gh-header-actions .minibutton .octicon{margin-right:0}.gh-header .gh-header-edit{display:none}.gh-header.open .gh-header-show{display:none}.gh-header.open .gh-header-edit{display:block}.gh-header-title{margin-top:0;margin-bottom:0;margin-right:150px;font-weight:normal;line-height:1.1;word-wrap:break-word}.gh-header-no-access .gh-header-title{margin-right:0}.gh-header-number{font-weight:300;color:#aaa;letter-spacing:-1px}.gh-header-edit{margin-top:-5px}.gh-header-edit:before{display:table;content:""}.gh-header-edit:after{display:table;clear:both;content:""}.gh-header-edit .edit-issue-title{float:left;width:760px;padding:6px 10px;margin-right:10px;font-size:16px;background-color:#fafafa}.gh-header-edit .edit-issue-title:focus{background-color:#fff}.gh-header-edit .button{float:left;padding:8px 15px}.gh-header-edit .button-link{float:left;margin:10px}.gh-header-meta{margin-top:9px;font-size:14px;line-height:20px;color:#777;padding-bottom:20px;border-bottom:1px solid #eee}.gh-header.issue .gh-header-meta{margin-bottom:15px}.gh-header.pull .gh-header-meta{border-bottom:0;padding-bottom:0}.gh-header-meta.discussions-header-meta{margin-top:6px;padding-bottom:15px}.gh-header-meta .flex-table-item{vertical-align:top}.gh-header-meta .flex-table-item-primary{padding-top:4px;white-space:normal;word-wrap:break-word}.gh-header-meta .flex-table-item-primary .commit-ref .css-truncate-target,.gh-header-meta .flex-table-item-primary .commit-ref:hover .css-truncate-target{max-width:780px !important}.gh-header-meta .state{margin-right:8px}.gh-header-meta .avatar{float:left;margin-top:-3px;margin-right:5px}.gh-header-meta .author{color:#555;font-weight:bold}.gh-header-meta .noun{text-transform:lowercase}.tabnav-pr{margin:15px 0 20px;border-color:#e5e5e5}.tabnav-pr .tabnav-tab{padding:9px 14px;font-size:13px;color:#777}.tabnav-pr .tabnav-tab.selected{color:#333;border-color:#e5e5e5}.tabnav-pr .diffstat-bar{padding-bottom:3px}.timeline-comment-wrapper>.timeline-comment:after,.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:after,.timeline-new-comment .timeline-comment:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.timeline-comment-wrapper>.timeline-comment:after,.timeline-new-comment .timeline-comment:after{border-width:7px;border-right-color:#f7f7f7;margin-top:1px;margin-left:2px}.timeline-comment-wrapper>.timeline-comment:before,.timeline-new-comment .timeline-comment:before{border-right-color:#ddd;border-width:8px}.timeline-comment-wrapper{position:relative;padding-left:64px;margin-top:15px;margin-bottom:15px;border-top:2px solid #fff;border-bottom:2px solid #fff}.timeline-comment-wrapper:first-child{margin-top:0}.discussion-timeline-actions .timeline-comment-wrapper:first-child{margin-top:15px}.timeline-comment-wrapper .timeline-comment.unread-item:after,.timeline-comment-wrapper .timeline-comment.unread-item:before{position:absolute;top:11px;left:-16px;right:100%;width:0;height:0;display:block;content:" ";border-color:transparent;border-style:solid solid outset;pointer-events:none}.timeline-comment-wrapper .timeline-comment.unread-item:after{border-width:7px;border-right-color:#fff9ea;margin-top:1px;margin-left:2px}.timeline-comment-wrapper .timeline-comment.unread-item:before{border-right-color:#dfd8c2;border-width:8px}.timeline-comment-avatar{float:left;margin-left:-64px;border-radius:3px}.timeline-comment{position:relative;background-color:#fff;border:1px solid #ddd;border-radius:3px}.timeline-comment.current-user{border-color:#bfccd1}.timeline-comment.current-user:after{border-right-color:#f2f8fa}.timeline-comment.current-user:before{border-right-color:#bfccd1}.timeline-comment.current-user .timeline-comment-header{color:#8e9597;background-color:#f2f8fa;border-bottom-color:#e1edf1}.timeline-comment.will-transition-once{-webkit-transition:border-color 0.65s ease-in-out;transition:border-color 0.65s ease-in-out}.timeline-comment.will-transition-once .timeline-comment-header{-webkit-transition:background-color 0.65s ease, border-bottom-color 0.65s ease-in-out;transition:background-color 0.65s ease, border-bottom-color 0.65s ease-in-out}.timeline-comment.will-transition-once .timeline-comment-label{-webkit-transition:border-color 0.65s ease-in-out;transition:border-color 0.65s ease-in-out}.timeline-comment.will-transition-once:before,.timeline-comment.will-transition-once:after{-webkit-transition:border-right-color 0.65s ease-in-out;transition:border-right-color 0.65s ease-in-out}.timeline-comment.unread-item{border-color:#dfd8c2}.timeline-comment.unread-item .timeline-comment-header{background-color:#fff9ea;border-bottom-color:#f1ede3}.timeline-comment.unread-item .timeline-comment-label{border-color:#dfd8c2}.timeline-comment:empty{display:none}.timeline-comment .comment+.comment{border-top:1px solid #e5e5e5}.timeline-comment .comment+.comment:before,.timeline-comment .comment+.comment:after{display:none}.timeline-comment .comment+.comment .timeline-comment-header{border-top-left-radius:0;border-top-right-radius:0}.timeline-comment-header{padding-left:15px;padding-right:15px;color:#999;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.timeline-comment-header .author{font-weight:bold;color:#555}.timeline-comment-header .timestamp{white-space:nowrap;color:inherit}.timeline-comment-header code{word-break:break-all}.comment-type-icon{color:inherit}.timeline-comment-label{float:right;margin:8px 0 0 10px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,0.1);border-radius:3px}.timeline-comment-label-spammy{color:#bd2c00;border-color:#bd2c00}.timeline-comment-header-text{max-width:78%;padding-top:10px;padding-bottom:10px}.timeline-comment-header-text code a{color:#555}.timeline-comment-header-avatar{float:left;margin-top:10px;margin-right:5px}.timeline-comment-actions{float:right;margin-right:-5px;margin-left:10px}.timeline-comment-action{display:inline-block;padding:10px 5px;color:inherit;opacity:0.5}.timeline-comment-action:hover{opacity:1;color:#4183c4;text-decoration:none}.timeline-comment-action .octicon-check{height:16px;font-size:18px}.compare-tab-comments .timeline-comment-actions{display:none}.discussion-item-ref .commit-gravatar{padding-left:2px;padding-right:5px}.discussion-item-ref .task-progress{display:block;margin-bottom:-2px}.discussion-item-ref .task-progress .progress-bar{margin-bottom:0}.discussion-item-ref .task-progress .octicon{font-size:16px}.discussion-item-ref .discussion-item-body .title{margin-top:10px}.discussion-item-ref .state{padding:1px 5px;margin-top:-4px;margin-left:8px;font-size:12px}.discussion-item-ref .state .octicon{width:1em;font-size:14px}.timeline-new-comment{max-width:780px;margin-bottom:0}.timeline-new-comment .comment-form-head{margin-bottom:10px}.timeline-new-comment .previewable-comment-form .comment-body{padding:5px 5px 15px;border-bottom:1px solid #eee}.discussion-item{position:relative;margin:15px 0 15px 79px;padding-left:25px}.discussion-item+.discussion-item{padding-top:15px;border-top:1px solid #f5f5f5}.discussion-item .author{color:#555;font-weight:bold}.discussion-item .timestamp{color:inherit;white-space:nowrap}.discussion-item .label-color{padding:2px 4px;font-size:12px;font-weight:bold;border-radius:2px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12)}.discussion-item .label-color a:hover{text-decoration:none}.discussion-item-icon{float:left;width:32px;height:32px;margin-top:-7px;margin-left:-40px;line-height:28px;color:#666;text-align:center;background-color:#f3f3f3;border:2px solid #fff;border-radius:50%}.discussion-item-icon.octicon-pencil{font-size:14px}.discussion-item-header{min-height:30px;padding-top:5px;padding-bottom:5px;color:#777;line-height:20px;word-wrap:break-word}.discussion-item-header .avatar{float:left;margin-top:2px;margin-right:5px}.discussion-item-header .discussion-item-private{vertical-align:-1px}.discussion-item-header:last-child{padding-bottom:0}.discussion-item-header .commit-ref{font-size:85%;vertical-align:baseline}.discussion-item-header .button-outline{float:right;padding:4px 8px;margin-top:-5px}.discussion-item-body{margin-top:5px}.discussion-item-link{color:#777}.discussion-item-link:hover{color:#4183c4}.discussion-item-entity{font-weight:bold;color:#333}.discussion-item-entity:hover{color:#4183c4;text-decoration:none}.discussion-item-ref-title{margin-top:0;margin-bottom:0;line-height:1.2}.discussion-item-ref-title .issue-num{font-weight:normal;color:#999}.discussion-item-ref-title .title-link{color:#333}.discussion-item-ref-title .title-link:hover{color:#4183c4;text-decoration:none}.discussion-item-ref-title .title-link:hover .issue-num{color:inherit}.discussion-item-context-icon{display:inline-block;line-height:22px;margin-top:-2px;margin-left:10px}.discussion-item-help{color:#999}.discussion-item-help:hover{color:#4183c4}.discussion-item-private{color:#a1882b}.discussion-item-rollup-ref .state{margin-top:2px}.discussion-item-rollup-ref .discussion-item-context-icon{margin-top:2px}.discussion-item-reopened .discussion-item-icon{color:#fff;background-color:#6cc644}.discussion-item-merged .discussion-item-icon{padding-left:2px;color:#fff;background-color:#6e5494}.discussion-item-closed .discussion-item-icon{color:#fff;background-color:#bd2c00}.discussion-item-head_ref_deleted .discussion-item-icon{padding-left:2px;color:#fff;background-color:#999}.discussion-item-locked .discussion-item-icon,.discussion-item-unlocked .discussion-item-icon{color:#fff;background-color:#333}.discussion-item .renamed-was,.discussion-item .renamed-is{color:#333;font-weight:bold}.discussion-commits .discussion-item-icon{padding-top:1px}.discussion-commits .discussion-item-body{margin-top:0;margin-left:-31px}.discussion-item-toggle-open{display:none}.discussion-item-toggle{float:right;color:#777}.discussion-item-toggle:hover{color:#4183c4;text-decoration:none}.discussion-item-toggle .octicon{vertical-align:middle}.outdated-diff-comment-container .discussion-item-body{display:none}.outdated-diff-comment-container.open .discussion-item-body,.outdated-diff-comment-container.open .discussion-item-toggle-open{display:block}.outdated-diff-comment-container.open .discussion-item-toggle-closed{display:none}.new-discussion-timeline .form-content textarea{font-size:14px;line-height:1.6}.new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav{background:#f7f7f7;padding:6px 10px 0;border-radius:3px 3px 0 0}.new-discussion-timeline .previewable-comment-form .draft-indicator{position:relative;top:-1px}.new-discussion-timeline .previewable-comment-form .comment{border:0}.new-discussion-timeline .previewable-comment-form .comment-body{padding:5px 5px 15px;border-bottom:1px solid #eee;background-color:transparent}.new-discussion-timeline .previewable-comment-form .timeline-comment .timeline-comment-actions{display:none}.new-discussion-timeline .closed-banner{position:relative;margin:15px 0 -15px;height:19px;overflow:visible;background:#f3f3f3;border-radius:0;border-bottom:15px solid #fff}.new-discussion-timeline .discussion-hidden{background:#fff;opacity:1;position:relative}.new-discussion-timeline .discussion-hidden .comment-header{background:#fff}.new-discussion-timeline .discussion-hidden .comment-snippet p{vertical-align:middle}.new-discussion-timeline .composer .timeline-comment{margin-bottom:10px}.new-discussion-timeline .composer .timeline-comment:after{border-right-color:#fff}.new-discussion-timeline .composer .comment-form-head.tabnav{padding-top:0;background-color:#fff}.discussion-timeline-actions{border-top:2px solid #f3f3f3;background-color:#fff}.discussion-timeline-actions .merge-pr{padding-top:0;border-top:0}.discussion-timeline-actions .thread-subscription-status{margin-top:20px}.discussion-timeline-actions .thread-subscription-status .mega-octicon{display:none}.discussions-header{margin-bottom:20px}.discussions-header .select-menu,.discussions-header .primary{float:left;margin-left:5px}.discussions-header-title{margin-top:0;margin-bottom:0;line-height:26px}.discussions-new{max-width:800px;padding:15px}.blankslate.discussions{padding:115px 0}.discussions{margin:0 0 20px}.discussions .discussion{font-size:13px;list-style-type:none;padding:12px 0 12px 72px;border-bottom:1px solid #eee;position:relative;min-height:74px}.discussions .discussion:before{display:table;content:""}.discussions .discussion:after{display:table;clear:both;content:""}.discussions .discussion.navigation-focus{background:#f9f9f9}.discussions .discussion.selected{background-color:#f9f9f9}.discussions .discussion.selected:before{background:#999}.discussions .discussion input[type="checkbox"]{top:27px}.discussions .discussion:before{position:absolute;display:block;content:"";top:-1px;left:0;bottom:0;width:3px}.discussions .discussion.spammy:before{background:#bd2c00}.discussions .discussion h3{font-size:17px;margin:4px 0 0;padding-bottom:5px}.discussions .discussion h3 span{font-weight:300;color:#c5c5c5}.discussions .discussion h3 a{color:#333;font-weight:bold}.discussions .discussion h4{margin-top:1px;margin-bottom:2px;font-size:12px;line-height:18px;color:#666}.discussions .discussion p{margin:0 0 5px}.discussions .discussion p.muted{color:#999;padding:5px 0}.discussions .discussion .pull-info{background:#e8f1f6;border-radius:3px;color:rgba(0,0,0,0.5);display:inline-block;font-size:12px;margin-top:5px;padding:3px 7px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12)}.discussions .discussion .pull-info em{font-style:normal}.discussions .discussion:first-child{border-top:1px solid #eee}.discussions .discussion.unread:before{position:absolute;display:block;content:"";top:-1px;bottom:-1px;left:0;width:3px;background:#4183c4}.discussion-username{color:#333;font-weight:normal}.discussions-avatar{position:absolute;left:12px}.discussion-issue-number{color:#bbb}.discussion-body p{color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.discussion-meta{font-size:12px;line-height:17px}.discussion-meta:before{display:table;content:""}.discussion-meta:after{display:table;clear:both;content:""}.discussion-meta a{color:#999}.discussion-meta p{color:#999;padding:0;margin:0}.discussion-meta .octicon-comment{font-size:14px;color:#bbb;margin-left:4px}.discussion-participants{float:left;width:150px;margin-left:30px;color:#999}.discussion-participants .avatar-link{margin-right:3px}.discussion-last-comment{float:left;width:150px;margin-left:30px}.discussion-last-comment .avatar{float:left;margin-right:3px}.discussion-description{float:left;width:474px}.discussion-timeline .email-hidden-container{margin:3px 0}.discussion-hidden{background:#fff}.discussion-hidden .timeline-comment-content{border:1px solid #ddd;opacity:0.8;margin-left:64px}.discussion-hidden .timeline-comment-content:hover{-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out;opacity:1}.discussion-hidden .timeline-comment-header{background:none;border-bottom:0;line-height:33px}.discussion-hidden .timeline-comment-header:before{display:table;content:""}.discussion-hidden .timeline-comment-header:after{display:table;clear:both;content:""}.discussion-hidden .timeline-comment-header .octicon{margin:0 3px}.discussion-hidden .timeline-comment-header .comment-snippet{display:inline-block;position:relative;top:-1px}.discussion-hidden .timeline-comment-header .comment-snippet p{width:370px;overflow:hidden;text-overflow:ellipsis;display:inline-block;white-space:nowrap;margin:0 0 0 3px;line-height:1}.discussion-hidden+.discussion-hidden{margin-top:-1px}.comment-header-right{float:right}.comment-header-actions{list-style-type:none}.comment-header-actions:before{display:table;content:""}.comment-header-actions:after{display:table;clear:both;content:""}.comment-header-actions li{float:left;font-size:11px;line-height:33px;margin:0 0 0 10px}.discussion-comment-label{background:#eee;border-radius:3px;color:#666;padding:2px 4px;margin:0 5px 0 0}.explore-head .container{position:relative}.explore-content{margin-top:-15px}.explore-content .blankslate{margin-top:15px}.repo-collection>ul{list-style-type:none;background:#f7f7f7;border:1px solid #ddd;border-radius:3px}.repo-collection .author-gravatar{float:left;margin-right:10px;background:#fff;border-radius:3px}.collection-stat{float:right;margin-left:10px;font-size:12px;color:#444}.collection-stat .octicon{margin-right:5px;color:#a7a7a7}.collection-item{position:relative;float:left;width:50%;height:70px;padding:15px}.collection-item .octicon-x{position:absolute;top:10px;right:10px;color:#ccc;text-decoration:none}.collection-item .repo-name{display:block;font-size:16px;font-weight:bold}.collection-item .css-truncate-target{max-width:380px}.collection-item .repo-description{margin:0}.explore-collection h2{margin:0 0 10px;font-size:18px;font-weight:normal;color:#2a2a2a}.explore-collection h2 .select-menu{position:relative;display:inline-block}.explore-collection h2 .select-menu-button{font-weight:bold;cursor:pointer}.explore-collection h2 .mega-octicon{vertical-align:middle}.explore-collection .see-more-link{float:right;margin-top:7px}.explore-page .see-more-link{font-size:14px;color:inherit}.explore-page .see-more-link .octicon{margin-left:5px}.explore-page.marketing-section{border-bottom:0}.explore-page.marketing-section .thread-subscription-status{border:0}.explore-page.marketing-section .signed-out-comment{margin-left:0}.explore-page .language-filter-list{margin-bottom:10px}.explore-section{position:relative;padding:40px 0;border-bottom:1px solid #eee}.explore-section:nth-child(even){background:#f9f9f9}.explore-section:nth-child(even) .repo-collection>ul{background:#fff}.explore-section:first-child{padding-top:0}.explore-section:nth-child(odd):last-child{padding-bottom:0;border-bottom:0}.explore-pjax-container{position:relative}.user-leaderboard-list .follow-list-info{margin-top:12px;margin-bottom:0;font-size:12px;color:#666}.user-leaderboard-list .follow-list-info .css-truncate.css-truncate-target{max-width:none}.user-leaderboard-list .repo-list-item{padding-top:10px;padding-bottom:0;padding-left:21px;border-top:0}.user-leaderboard-list .repo-list-item .repo-description,.user-leaderboard-list .repo-list-item .repo-and-owner{max-width:530px}.user-leaderboard-list .repo-list-item .repo{color:#5c5c5c}.leaderboard-list{margin:0;list-style-type:none}.user-leaderboard-list-name{margin:0;font-size:18px;font-weight:normal}.user-leaderboard-list-name .full-name{margin-left:5px;font-weight:bold;color:#5c5c5c}.repo-snipit{display:inline-block;margin-top:7px}.repo-snipit:hover{text-decoration:none}.repo-snipit .octicon{font-size:14px;color:#999}.repo-snipit-name{max-width:200px;color:#666}.repo-snipit-description{max-width:300px;color:#999}.repo-snipit:hover .repo-snipit-name,.repo-snipit:hover .repo-snipit-description{color:#4183c4}.leaderboard-action{float:right;margin-top:-3px;margin-left:10px}.leaderboard-list-rank{position:absolute;top:25px;left:0;width:20px;font-size:11px;font-weight:300;color:#b9b9b9;text-align:right;text-transform:uppercase}.leaderboard-list-item{position:relative;padding-top:20px;padding-bottom:20px;padding-left:35px;border-bottom:1px solid #eee}.leaderboard-list-item:last-child{border-bottom:0}.leaderboard-gravatar{float:left;width:48px;height:48px;border-radius:3px}.leaderboard-list-content{min-height:48px;margin-left:58px}.collection-page .signed-out-comment{margin-left:0}.explore-mail-tease{padding-top:20px;overflow:hidden;background:#202021 url(/images/modules/home/octicons-bg.png) center repeat;border-bottom:1px solid #ddd}.explore-mail-tease h3{color:#fff;text-align:center}.explore-mail-tease img{margin-bottom:-5px}.newsletter-frequency-choice{display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;margin:40px 0;list-style-type:none;-webkit-flex-flow:row wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.newsletter-frequency-choice .choice{position:relative;width:25%}.newsletter-frequency-choice .choice>label{display:block;height:100%;margin:0 10px;font-weight:normal;text-align:center;cursor:pointer;background:#fff;border:3px solid #eee;border-radius:4px}.newsletter-frequency-choice .choice:hover label{border-color:#4183c4}.newsletter-frequency-choice .choice:hover h3{color:#fff;background:#4183c4;border-color:#4183c4}.newsletter-frequency-choice .choice.selected label{border-color:#6cc644;box-shadow:0 0 5px rgba(0,0,0,0.2)}.newsletter-frequency-choice .choice.selected h3{color:#fff;background:#6cc644;border-color:#6cc644}.newsletter-frequency-choice .choice.selected p{color:#333}.newsletter-frequency-choice .choice .notice{position:absolute;right:0;bottom:1em;left:0;z-index:-1;font-weight:bold;color:#6cc644;text-align:center;opacity:0}.newsletter-frequency-choice .choice .notice.visible{bottom:-2em;opacity:1;-webkit-transition:opacity 0.15s ease-in-out;transition:opacity 0.15s ease-in-out}.newsletter-frequency-choice h3{padding:10px;margin:0;font-weight:normal;background:#fafafa;border-bottom:1px solid #eee}.newsletter-frequency-choice h3 input{position:relative;top:-2px;margin:0 3px 0 -19px}.newsletter-frequency-choice p{height:7em;margin:15px;color:#777;text-align:left}.explore-signup-entice{position:relative;padding:15px;font-size:14px;background:#f7f7f7;border:1px solid #ddd;border-radius:3px}.explore-signup-entice h3{margin-bottom:10px;font-size:18px}.explore-signup-entice-inner{position:absolute;top:3px;right:3px;bottom:3px;left:3px;padding-top:30px;text-align:center;background:rgba(247,247,247,0.9)}.explore-signup-entice-wrapper{max-width:500px;padding:5px;margin:0 auto;background:rgba(247,247,247,0.6)}.explore-signup-cta{margin-right:-10px;font-size:13px;vertical-align:middle}.explore-signup-cta a{font-weight:bold}.explore-signup-cta .button,.explore-signup-cta .minibutton{position:relative;top:-1px}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}.explore-marketing-header{margin:10px auto 30px;text-align:center}.explore-marketing-header.is-animating{-webkit-animation:fadein 1s;animation:fadein 1s}.explore-marketing-header h2{margin:0 0 5px;font-size:32px;font-weight:normal}.explore-marketing-header .lead{margin:5px 0 0}.linux .show-mac,.macintosh .show-mac{display:block}.linux .hide-mac,.macintosh .hide-mac{display:none}.windows .show-mac{display:none}.homepage .container{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}.homepage .header-logged-out .primary{display:none}.homepage .site-footer{border-top:0;margin-top:0}.marketing-section-depth{position:absolute;right:0;bottom:0;left:0;z-index:10;height:30px;background-image:-webkit-linear-gradient(transparent, rgba(0,0,0,0.15));box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}.marketing-section-signup{text-shadow:0 1px 3px #222;background:#202021 url(/images/modules/home/octicons-bg.png) center repeat;padding-top:80px;padding-bottom:80px;position:relative}.marketing-section-signup .heading{margin-top:0;padding-top:10px;font-size:70px;font-weight:normal;line-height:1;color:#fff;letter-spacing:-1px}.marketing-section-signup .subheading{margin:10px 0 0;font-size:21px;line-height:1.5;color:#fff}.marketing-section-signup .subheading a{font-weight:500}.form-signup-home{float:right;width:320px;margin-left:40px}.form-signup-home .text-muted:last-child{margin-bottom:0}.form-signup-home dl.form{position:relative;margin-top:0;margin-bottom:10px}.form-signup-home dl.form dd+.text-muted{margin-top:5px}.form-signup-home .button,.form-signup-home dl.form input[type="text"],.form-signup-home dl.form input[type="password"]{padding:10px;font-size:16px;border-radius:5px}.form-signup-home .button{border:0}.form-signup-home .button:focus{box-shadow:0 1px 3px rgba(0,0,0,0.05),0 0 12px rgba(255,255,255,0.75)}.form-signup-home dl.form input[type="text"],.form-signup-home dl.form input[type="password"]{width:100%;margin-right:0;border-color:#fff}.form-signup-home dl.form input[type="text"]:focus,.form-signup-home dl.form .focused .drag-and-drop,.focused .form-signup-home dl.form .drag-and-drop,.form-signup-home dl.form input[type="password"]:focus{background-color:#fff;border-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 12px rgba(255,255,255,0.75)}.form-signup-home dl.form.errored dd.error,.form-signup-home dl.form.errored dd.warning{position:absolute;top:100%;left:0;right:0;z-index:5;margin-top:2px;font-size:12px;font-weight:normal;padding:10px;border:0;text-align:left;border-radius:3px;background-color:#333;color:#fff}.form-signup-home dl.form.errored dd.error:after,.form-signup-home dl.form.errored dd.warning:after{position:absolute;left:10px;bottom:100%;height:0;width:0;content:"";border:solid transparent;border-bottom-color:#333;border-width:8px;pointer-events:none}.form-signup-home dl.form.errored dd.error:empty,.form-signup-home dl.form.errored dd.warning:empty{display:none}.form-signup-home dl.form dd input.is-autocheck-successful,.form-signup-home dl.form dd input.is-autocheck-errored,.form-signup-home dl.form dd input.is-autocheck-loading{background-image:none}.form-signup-home dl.successed:after,.form-signup-home dl.errored:after{position:absolute;top:15px;right:10px;text-shadow:none;font:normal normal 16px/1 "octicons";display:inline-block;text-decoration:none;-webkit-font-smoothing:antialiased}.form-signup-home dl.successed:after{content:"\f03a";color:#6cc644}.form-signup-home dl.errored:after{content:"\f02d";color:#bd2c00}.form-signup-home dl.is-loading:after{position:absolute;top:15px;right:10px;display:block;width:16px;height:16px;content:"";background-image:url(/images/spinners/octocat-spinner-16px.gif)}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx){.form-signup-home dl.is-loading:after{background-image:url(/images/spinners/octocat-spinner-32.gif);background-size:16px 16px}}.text-muted .notice-highlight{color:#fff}.text-center{text-align:center}.marketing-section-img{display:block;max-width:980px;margin:40px auto;border-radius:5px;border:1px solid rgba(0,0,0,0.25);box-shadow:0 5px 15px rgba(0,0,0,0.15)}.marketing-section-enterprise{overflow:hidden;max-height:375px;padding-bottom:20px;margin-top:-1px;text-shadow:0 1px 2px rgba(0,0,0,0.3);background-color:#614381;background-image:-webkit-linear-gradient(#202d5f, #614381);background-image:linear-gradient(#202d5f, #614381);background-repeat:repeat-x;border-bottom:0;box-shadow:inset 0 10px 20px rgba(0,0,0,0.1);color:#fff}.marketing-section-enterprise.marketing-inline{margin-bottom:30px}.marketing-section-enterprise h1>a{color:inherit;text-decoration:none}.marketing-section-enterprise .marketing-header .lead{color:#cecbda}.marketing-section-enterprise .marketing-button{display:inline-block;margin-top:20px;margin-bottom:20px;padding:9px 15px;border-radius:4px;font-size:18px;background-color:#1d6ac8;background-image:-webkit-linear-gradient(#45b3f3, #1d6ac8);background-image:linear-gradient(#45b3f3, #1d6ac8);background-repeat:repeat-x;box-shadow:0 1px 1px rgba(0,0,0,0.25);text-shadow:0 -1px 0 rgba(0,0,0,0.25);text-decoration:none;color:#fff}.marketing-section-enterprise .marketing-button:hover{background-position:0 -10px}.aws-section{background:#515d81 url(/images/modules/aws/aws-bg.jpg) no-repeat center top;background-size:cover;overflow:hidden;text-shadow:0 1px 1px rgba(0,0,0,0.1)}.aws-section .container{position:relative}.aws-section .content{position:relative;z-index:9;padding:80px 0;color:#fff;text-align:center}.aws-section h2{margin-top:0;font-size:36px;font-weight:300;color:#fff}.aws-section p{margin-bottom:15px;font-size:15px;font-weight:300}.aws-section .aws-button{display:inline-block;padding:7px 15px;font-size:16px;color:#fff;text-shadow:none;border:1px solid #fff;border-radius:5px}.aws-section .aws-button:hover{color:#fff;text-decoration:none;background-color:#2a2b55;border-color:#2a2b55}.aws-section .bg-animation{position:absolute;top:0;left:0;width:100%;height:100%}.aws-section .cloud{position:absolute}.aws-section .cloud-1{top:10px;right:20px;-webkit-animation:cloud1animation 6s ease-out 1s;animation:cloud1animation 6s ease-out 1s}.aws-section .cloud-2{top:10px;left:-60px;-webkit-animation:cloud2animation 6s ease-out 1s;animation:cloud2animation 6s ease-out 1s}.aws-section .cloud-3{bottom:50px;right:-255px;-webkit-animation:cloud3animation 14s ease-out 1s;animation:cloud3animation 14s ease-out 1s}.aws-section .cloud-4{bottom:-96px;left:-470px;-webkit-animation:cloud4animation 9s ease-out 1s;animation:cloud4animation 9s ease-out 1s}.aws-section .cloud-5{bottom:-120px;right:-160px;-webkit-animation:cloud5animation 14s ease-out 1s;animation:cloud5animation 14s ease-out 1s}.aws-section .cloud-6{bottom:-100px;right:-600px;-webkit-animation:cloud6animation 8s ease-out 1s;animation:cloud6animation 8s ease-out 1s}@-webkit-keyframes cloud1animation{0%{-webkit-transform:translateX(-70px);transform:translateX(-70px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud1animation{0%{-webkit-transform:translateX(-70px);transform:translateX(-70px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud2animation{0%{-webkit-transform:translateX(50px);transform:translateX(50px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud2animation{0%{-webkit-transform:translateX(50px);transform:translateX(50px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud3animation{0%{-webkit-transform:translateX(-150px);transform:translateX(-150px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud3animation{0%{-webkit-transform:translateX(-150px);transform:translateX(-150px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud4animation{0%{-webkit-transform:translateX(125px);transform:translateX(125px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud4animation{0%{-webkit-transform:translateX(125px);transform:translateX(125px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud5animation{0%{-webkit-transform:translateX(-80px);transform:translateX(-80px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud5animation{0%{-webkit-transform:translateX(-80px);transform:translateX(-80px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cloud6animation{0%{-webkit-transform:translateX(-200px);transform:translateX(-200px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes cloud6animation{0%{-webkit-transform:translateX(-200px);transform:translateX(-200px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.issue-list em{font-weight:bold;background-color:rgba(255,255,140,0.5);padding:3px;border-radius:3px;font-style:normal}.issue-list .title{padding:0;min-height:24px;font-weight:normal;font-size:18px;line-height:24px;margin:0 80px 10px 0;word-wrap:break-word}.issue-list .title .mega-octicon{position:absolute;top:-4px;left:0;width:32px;color:#888;text-align:center}.issue-list .title .closed.mega-octicon{color:#bd2c00}.issue-list .title .open.mega-octicon{color:#6cc644}.issue-list .title .merged.mega-octicon{color:#6e5494}.issue-list .description{margin:0 0 10px;line-height:20px;overflow:hidden}.issue-list-meta{margin:0;list-style-type:none;font-size:11px;color:#999}.issue-list-meta:before{display:table;content:""}.issue-list-meta:after{display:table;clear:both;content:""}.issue-list-meta>li{display:inline-block;margin-right:10px}.issue-list-meta a{color:#333}.issue-list-meta .octicon{color:#838383;vertical-align:middle}.issue-list-item{border-bottom:1px solid #f1f1f1;padding:0 0 20px 40px;margin:0 0 20px;position:relative}.labels-list-item .table-list-cell{width:100%}.labels-list-item .label{display:inline-block;height:34px;padding:0 10px;margin-right:5px;font-size:16px;font-weight:bold;line-height:34px;text-align:center;border-radius:3px;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}.labels-list-item .label .octicon{margin-right:3px}.labels-list-item .label:hover{opacity:0.85}.labels-list-item.open .label,.labels-list-item.open .label-description,.labels-list-item.open .labels-list-action{display:none}.labels-list-item.open .label-delete{display:block;text-align:left}.labels-list-item.edit .label,.labels-list-item.edit .label-description,.labels-list-item.edit .labels-list-action{display:none}.labels-list-item.edit .label-edit{display:block}.label-description{padding:8px 10px;color:#999}.label-delete-confirmation{line-height:34px}.labels-list-actions{margin-left:60px}.labels-list-action{float:left;display:block;color:#999;padding:8px 10px}.labels-list-action .octicon{margin-right:2px}.labels-list-action .octicon-pencil{font-size:14px}.labels-list-action:hover{color:#4183c4;cursor:pointer}.new-label{display:none;padding:10px;margin-bottom:15px;background-color:#fafafa;border:1px solid #e5e5e5;border-radius:3px}.new-label .label-edit{display:block}.new-label .label-edit:before{display:table;content:""}.new-label .label-edit:after{display:table;clear:both;content:""}.new-label-actions{float:right}.open .new-label{display:block}.label-spinner{display:none;float:left;margin-left:-35px;margin-top:9px}.label-edit:before{display:table;content:""}.label-edit:after{display:table;clear:both;content:""}.label-edit label{display:block;margin-bottom:5px}.label-edit .error{float:left;margin-top:8px;margin-left:10px;color:#f00}.label-edit.is-valid .color-editor .octicon-check{display:block}.label-edit.loading .label-spinner{display:block}.color-editor{position:relative;float:left;width:100px}.color-editor.open .label-colors{display:block}.color-editor-bg{position:absolute;left:0;z-index:10;width:20px;height:20px;margin-top:7px;margin-left:7px;cursor:pointer;border-radius:3px}input.color-editor-input{width:100px;padding-left:34px;border-color:#ccc !important}input.color-editor-input:focus{border-color:#51a7e8 !important}input.color-editor-input:focus ~ .label-colors{display:block}.invalid-color-indicator{display:none;position:absolute;top:7px;left:7px;z-index:11;width:20px;height:20px;line-height:20px;font-weight:bold;color:#fff;text-align:center}.label-edit-name{width:40%;float:left;margin-right:10px}.label-colors{position:absolute;left:0;float:left;display:none;width:auto;margin-left:0;padding:5px}.label-colors:before{left:8px}.label-colors:after{left:9px}.label-edit,.label-delete{display:none}.label-delete-form{display:inline}.label-delete-form.loading .label-delete-spinner{display:block}.label-delete-spinner{display:none;margin-top:10px;margin-right:10px;float:left}.color-chooser{display:table-row;height:25px;list-style:none}.color-chooser li{display:table-cell;width:1%}.color-chooser li:hover{position:relative;z-index:2;outline:2px solid #fff;box-shadow:0 0 5px 2px rgba(0,0,0,0.25)}.color-chooser .color-cooser-color{display:block;width:25px;height:25px;text-align:center;cursor:pointer}.repository-lang-stats{position:relative}.repository-lang-stats ol.repository-lang-stats-numbers li{display:table-cell;width:1%;border-bottom:0;text-align:center;padding:11px 5px;white-space:nowrap}.repository-lang-stats ol.repository-lang-stats-numbers li span.percent{float:none}.repository-lang-stats ol.repository-lang-stats-numbers li>a,.repository-lang-stats ol.repository-lang-stats-numbers li>span{color:#999;text-decoration:none;font-weight:bold}.repository-lang-stats ol.repository-lang-stats-numbers li .lang{color:#333}.repository-lang-stats ol.repository-lang-stats-numbers li .language-color{display:inline-block;width:10px;height:10px;border-radius:50%}.repository-lang-stats ol.repository-lang-stats-numbers li a:hover{background:transparent}.stats-switcher-viewport{overflow:hidden;height:38px}.stats-switcher-viewport .stats-switcher-wrapper{position:relative;top:0;-webkit-transition:top 0.25s ease-in-out;transition:top 0.25s ease-in-out}.stats-switcher-viewport.is-revealing-lang-stats .stats-switcher-wrapper{top:-38px}.repository-lang-stats-graph{display:block;width:100%;height:auto;line-height:12px;white-space:nowrap;border-bottom-left-radius:3px;border-bottom-right-radius:3px;overflow:hidden}.repository-lang-stats-graph span{display:inline-block;height:8px;background:#ccc;text-indent:-9999px}.repository-lang-stats-graph .language-color{height:auto;line-height:12px;vertical-align:top}.repository-lang-stats-graph .language-color:first-child{border-bottom-left-radius:3px}.repository-lang-stats-graph .language-color:last-child{border-bottom-right-radius:3px}.language-color{background-color:#ccc}.list-group-item{position:relative;display:block;margin-bottom:-1px;padding:8px 10px 10px 40px;border:1px solid #e5e5e5}.list-group-item a:hover{text-decoration:none}.list-group-item:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.list-group-item:last-child{margin-bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.list-group-item.closed{background-color:#fcfcfc}.list-group-item.selectable{padding-left:60px}.list-group-item.selected{background-color:#ffffef}.list-group-item.navigation-focus{background-color:#f5f9fc}.list-group-item .list-group-item-summary a{color:#666}.list-group-item .list-group-item-summary a.quiet{color:#999}.list-group-item .status{position:relative;top:2px;margin-right:-9px;float:right}.list-group-item .type-icon{vertical-align:middle;position:relative;top:1px;width:16px;text-align:center}.list-group-item .assignee{float:right}.list-group-item .assignee img{display:block;border-radius:2px}.list-group-item .labels{display:inline-block;top:-2px;margin-bottom:-2px;margin-left:4px}.list-group-item-name{margin:0 60px 2px 0;font-size:15px;line-height:1.3;word-wrap:break-word}.list-group-item-name .type-icon{float:left;margin-top:1px;margin-left:-24px}.list-group-item-link{color:#333}.closed.octicon,.reverted.octicon{color:#bd2c00}.open.octicon{color:#6cc644}.merged.octicon{color:#6e5494}.list-group-item-summary{margin-top:2px}.list-group-item-summary p{margin:0 0 5px}.standalone .list-group-item-summary p{margin-bottom:0}.animated-ellipsis-container{display:inline-block;overflow:hidden;height:12px;width:12px;-webkit-transform:translateZ(0)}.animated-ellipsis-container>.animated-ellipsis{overflow:hidden;display:inline-block;vertical-align:bottom}@-webkit-keyframes ellipsis{from{width:2px}to{width:12px}}@keyframes ellipsis{from{width:2px}to{width:12px}}.large-loading-area{text-align:center;padding:100px 0}.context-loader.large-format-loader{position:fixed;display:none;top:0;left:0;bottom:0;right:0;margin:0;width:auto;padding:190px 0 0;font-weight:normal;background:rgba(255,255,255,0.8);border:0;z-index:9999;text-align:center;color:#999}.context-loader.large-format-loader.is-loading{display:block}.requested-reviewer{text-align:left;list-style-type:none;margin-bottom:4px}.requested-reviewer .octicon-jersey{margin-left:3px;margin-right:5px}.request-reviewers{border-top:solid 1px #ddd;padding:10px 10px 0}.request-reviewers .autocomplete-results{display:block;border:0}.request-reviewers .autocomplete-results .typeahead-result{display:block;width:300px}.request-reviewers .avatar,.request-reviewers .octicon-jersey{float:left;margin-right:10px}.request-reviewers .reviewer-suggestion-info{width:75%;overflow:hidden;margin-bottom:0;margin-top:4px;white-space:nowrap;text-overflow:ellipsis}dl.form-request-reviewers{display:inline-block;margin-top:0;margin-bottom:0}dl.form-request-reviewers>dd input[type="text"]{width:300px;margin-bottom:10px;display:inline-block}.suggested-reviewers{margin-left:5px;display:inline-block;vertical-align:super;color:#999}.suggested-reviewers .requested-reviewer-suggestion{margin-left:3px}.requested-reviewer-item{float:left;margin-bottom:10px;margin-right:4px;height:32px;padding:5px 8px;font-size:12px;line-height:18px;color:#555;background:#eee;border-radius:3px}.requested-reviewer-item .avatar,.requested-reviewer-item .octicon-jersey{float:none;margin-right:2px}.requested-reviewer-item .octicon-jersey{margin-top:4px}.requested-reviewer-item .remove-reviewer{color:#bbb;margin-top:2px;display:inline-block;margin-left:2px}.requested-reviewer-item .remove-reviewer .octicon-x{vertical-align:middle}#quick-issue-modal{display:none}.quick-issue-modal-footer{margin-bottom:0}.quick-issue-thanks{display:none;font-size:18px}.quick-issue-link{margin-left:30px}.quick-issue-body{display:block;width:100%}.quick-issue-form{position:relative}.quick-issue-form .suggestions{margin-left:0;margin-bottom:0}.quick-issue-form .drag-and-drop{font-size:10px}.clearfix:before{display:table;content:""}.clearfix:after{display:table;clear:both;content:""}.right{float:right}.left{float:left}.text-right{text-align:right}.text-left{text-align:left}.danger{color:#c00}.mute{color:#000}.text-diff-added{color:#55a532}.text-diff-deleted{color:#bd2c00}.text-open,.text-success{color:#6cc644}.text-closed{color:#bd2c00}.text-reverted{color:#bd2c00}.text-merged{color:#6e5494}.text-renamed{color:#fffa5d}.text-pending{color:#cea61b}.text-error,.text-failure{color:#bd2c00}.muted-link{color:#777}.muted-link:hover{color:#4183c4;text-decoration:none}.hidden{display:none}.warning{padding:0.5em;margin-bottom:0.8em;font-weight:bold;background-color:#fffccc}.error_box{padding:1em;font-weight:bold;background-color:#ffebe8;border:1px solid #dd3c10} diff --git a/public/css/github-extract.css b/public/css/github-extract.css new file mode 100644 index 0000000..201aebc --- /dev/null +++ b/public/css/github-extract.css @@ -0,0 +1,345 @@ +.markdown-body { + overflow: hidden; + font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + font-size: 16px; + line-height: 1.6; + word-wrap: break-word; +} +.markdown-body>*:first-child { + margin-top: 0 !important; +} +.markdown-body>*:last-child { + margin-bottom: 0 !important; +} +.markdown-body .absent { + color: #c00; +} +.markdown-body .anchor { + position: absolute; + top: 0; + bottom: 0; + left: 0; + display: block; + padding-right: 6px; + padding-left: 30px; + margin-left: -30px; +} +.markdown-body .anchor:focus { + outline: none; +} +.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { + position: relative; + margin-top: 1em; + margin-bottom: 16px; + font-weight: bold; + line-height: 1.4; +} +.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { + display: none; + color: #000; + vertical-align: middle; +} +.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor { + padding-left: 8px; + margin-left: -30px; + line-height: 1; + text-decoration: none; +} +.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link { + display: inline-block; +} +.markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code { + font-size: inherit; +} +.markdown-body h1 { + padding-bottom: 0.3em; + font-size: 2.25em; + line-height: 1.2; + border-bottom: 1px solid #eee; +} +.markdown-body h2 { + padding-bottom: 0.3em; + font-size: 1.75em; + line-height: 1.225; + border-bottom: 1px solid #eee; +} +.markdown-body h3 { + font-size: 1.5em; + line-height: 1.43; +} +.markdown-body h4 { + font-size: 1.25em; +} +.markdown-body h5 { + font-size: 1em; +} +.markdown-body h6 { + font-size: 1em; + color: #777; +} +.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre { + margin-top: 0; + margin-bottom: 16px; +} +.markdown-body hr { + height: 4px; + padding: 0; + margin: 16px 0; + background-color: #e7e7e7; + border: 0 none; +} +.markdown-body ul, .markdown-body ol { + padding-left: 2em; +} +.markdown-body ul.no-list, .markdown-body ol.no-list { + padding: 0; + list-style-type: none; +} +.markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul { + margin-top: 0; + margin-bottom: 0; +} +.markdown-body li>p { + margin-top: 16px; +} +.markdown-body dl { + padding: 0; +} +.markdown-body dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: bold; +} +.markdown-body dl dd { + padding: 0 16px; + margin-bottom: 16px; +} +.markdown-body blockquote { + padding: 0 15px; + color: #777; + border-left: 4px solid #ddd; +} +.markdown-body blockquote>:first-child { + margin-top: 0; +} +.markdown-body blockquote>:last-child { + margin-bottom: 0; +} +.markdown-body table { + display: block; + width: 100%; + overflow: auto; + word-break: normal; + word-break: keep-all; +} +.markdown-body table th { + font-weight: bold; +} +.markdown-body table th, .markdown-body table td { + padding: 6px 13px; + border: 1px solid #ddd; +} +.markdown-body table tr { + background-color: #fff; + border-top: 1px solid #ccc; +} +.markdown-body table tr:nth-child(2n) { + background-color: #f8f8f8; +} +.markdown-body img { + max-width: 100%; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.markdown-body .emoji { + width: 20px; + height: 20px; + max-width: none; + margin-bottom: 0; +} +.markdown-body span.frame { + display: block; + overflow: hidden; +} +.markdown-body span.frame>span { + display: block; + float: left; + width: auto; + padding: 7px; + margin: 13px 0 0; + overflow: hidden; + border: 1px solid #ddd; +} +.markdown-body span.frame span img { + display: block; + float: left; +} +.markdown-body span.frame span span { + display: block; + padding: 5px 0 0; + clear: both; + color: #333; +} +.markdown-body span.align-center { + display: block; + overflow: hidden; + clear: both; +} +.markdown-body span.align-center>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: center; +} +.markdown-body span.align-center span img { + margin: 0 auto; + text-align: center; +} +.markdown-body span.align-right { + display: block; + overflow: hidden; + clear: both; +} +.markdown-body span.align-right>span { + display: block; + margin: 13px 0 0; + overflow: hidden; + text-align: right; +} +.markdown-body span.align-right span img { + margin: 0; + text-align: right; +} +.markdown-body span.float-left { + display: block; + float: left; + margin-right: 13px; + overflow: hidden; +} +.markdown-body span.float-left span { + margin: 13px 0 0; +} +.markdown-body span.float-right { + display: block; + float: right; + margin-left: 13px; + overflow: hidden; +} +.markdown-body span.float-right>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: right; +} +.markdown-body code, .markdown-body tt { + padding: 0; + padding-top: 0.2em; + padding-bottom: 0.2em; + margin: 0; + font-size: 85%; + background-color: rgba(0, 0, 0, 0.04); + border-radius: 3px; +} +.markdown-body code:before, .markdown-body code:after, .markdown-body tt:before, .markdown-body tt:after { + letter-spacing: -0.2em; + content: "\00a0"} +.markdown-body code br, .markdown-body tt br { + display: none; +} +.markdown-body del code { + text-decoration: inherit; +} +.markdown-body pre>code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; +} +.markdown-body .highlight { + margin-bottom: 16px; +} +.markdown-body .highlight pre, .markdown-body pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f7f7f7; + border-radius: 3px; +} +.markdown-body .highlight pre { + margin-bottom: 0; + word-break: normal; +} +.markdown-body pre { + word-wrap: normal; +} +.markdown-body pre code, .markdown-body pre tt { + display: inline; + max-width: initial; + padding: 0; + margin: 0; + overflow: initial; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0; +} +.markdown-body pre code:before, .markdown-body pre code:after, .markdown-body pre tt:before, .markdown-body pre tt:after { + content: normal; +} + +.markdown-body .csv-data td, .markdown-body .csv-data th { + padding: 5px; + overflow: hidden; + font-size: 12px; + line-height: 1; + text-align: left; + white-space: nowrap; +} +.markdown-body .csv-data .blob-line-num { + padding: 10px 8px 9px; + text-align: right; + background: #fff; + border: 0; +} +.markdown-body .csv-data tr { + border-top: 0; +} +.markdown-body .csv-data th { + font-weight: bold; + background: #f8f8f8; + border-top: 0; +} + +.news .alert .markdown-body blockquote { + padding: 0 0 0 40px; + border: 0 none; +} + +.activity-tab .news .markdown-body blockquote, .activity-tab .news .alert .commits { + padding-left: 0; +} + +.task-list-item { + list-style-type: none; +} +.task-list-item label { + font-weight: normal; +} +.task-list-item.enabled label { + cursor: pointer; +} +.task-list-item+.task-list-item { + margin-top: 3px; +} +.task-list-item-checkbox { + float: left; + margin: 0.4em 0 0.2em -1.3em !important; + vertical-align: middle; + cursor: default !important; +} \ No newline at end of file diff --git a/public/css/github-markdown.css b/public/css/github-markdown.css new file mode 100755 index 0000000..6d9c129 --- /dev/null +++ b/public/css/github-markdown.css @@ -0,0 +1,625 @@ +@font-face { + font-family: octicons-anchor; + src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAYcAA0AAAAACjQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca8vGTk9TLzIAAAFMAAAARAAAAFZG1VHVY21hcAAAAZAAAAA+AAABQgAP9AdjdnQgAAAB0AAAAAQAAAAEACICiGdhc3AAAAHUAAAACAAAAAj//wADZ2x5ZgAAAdwAAADRAAABEKyikaNoZWFkAAACsAAAAC0AAAA2AtXoA2hoZWEAAALgAAAAHAAAACQHngNFaG10eAAAAvwAAAAQAAAAEAwAACJsb2NhAAADDAAAAAoAAAAKALIAVG1heHAAAAMYAAAAHwAAACABEAB2bmFtZQAAAzgAAALBAAAFu3I9x/Nwb3N0AAAF/AAAAB0AAAAvaoFvbwAAAAEAAAAAzBdyYwAAAADP2IQvAAAAAM/bz7t4nGNgZGFgnMDAysDB1Ml0hoGBoR9CM75mMGLkYGBgYmBlZsAKAtJcUxgcPsR8iGF2+O/AEMPsznAYKMwIkgMA5REMOXicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+h5j//yEk/3KoSgZGNgYYk4GRCUgwMaACRoZhDwCs7QgGAAAAIgKIAAAAAf//AAJ4nHWMMQrCQBBF/0zWrCCIKUQsTDCL2EXMohYGSSmorScInsRGL2DOYJe0Ntp7BK+gJ1BxF1stZvjz/v8DRghQzEc4kIgKwiAppcA9LtzKLSkdNhKFY3HF4lK69ExKslx7Xa+vPRVS43G98vG1DnkDMIBUgFN0MDXflU8tbaZOUkXUH0+U27RoRpOIyCKjbMCVejwypzJJG4jIwb43rfl6wbwanocrJm9XFYfskuVC5K/TPyczNU7b84CXcbxks1Un6H6tLH9vf2LRnn8Ax7A5WQAAAHicY2BkYGAA4teL1+yI57f5ysDNwgAC529f0kOmWRiYVgEpDgYmEA8AUzEKsQAAAHicY2BkYGB2+O/AEMPCAAJAkpEBFbAAADgKAe0EAAAiAAAAAAQAAAAEAAAAAAAAKgAqACoAiAAAeJxjYGRgYGBhsGFgYgABEMkFhAwM/xn0QAIAD6YBhwB4nI1Ty07cMBS9QwKlQapQW3VXySvEqDCZGbGaHULiIQ1FKgjWMxknMfLEke2A+IJu+wntrt/QbVf9gG75jK577Lg8K1qQPCfnnnt8fX1NRC/pmjrk/zprC+8D7tBy9DHgBXoWfQ44Av8t4Bj4Z8CLtBL9CniJluPXASf0Lm4CXqFX8Q84dOLnMB17N4c7tBo1AS/Qi+hTwBH4rwHHwN8DXqQ30XXAS7QaLwSc0Gn8NuAVWou/gFmnjLrEaEh9GmDdDGgL3B4JsrRPDU2hTOiMSuJUIdKQQayiAth69r6akSSFqIJuA19TrzCIaY8sIoxyrNIrL//pw7A2iMygkX5vDj+G+kuoLdX4GlGK/8Lnlz6/h9MpmoO9rafrz7ILXEHHaAx95s9lsI7AHNMBWEZHULnfAXwG9/ZqdzLI08iuwRloXE8kfhXYAvE23+23DU3t626rbs8/8adv+9DWknsHp3E17oCf+Z48rvEQNZ78paYM38qfk3v/u3l3u3GXN2Dmvmvpf1Srwk3pB/VSsp512bA/GG5i2WJ7wu430yQ5K3nFGiOqgtmSB5pJVSizwaacmUZzZhXLlZTq8qGGFY2YcSkqbth6aW1tRmlaCFs2016m5qn36SbJrqosG4uMV4aP2PHBmB3tjtmgN2izkGQyLWprekbIntJFing32a5rKWCN/SdSoga45EJykyQ7asZvHQ8PTm6cslIpwyeyjbVltNikc2HTR7YKh9LBl9DADC0U/jLcBZDKrMhUBfQBvXRzLtFtjU9eNHKin0x5InTqb8lNpfKv1s1xHzTXRqgKzek/mb7nB8RZTCDhGEX3kK/8Q75AmUM/eLkfA+0Hi908Kx4eNsMgudg5GLdRD7a84npi+YxNr5i5KIbW5izXas7cHXIMAau1OueZhfj+cOcP3P8MNIWLyYOBuxL6DRylJ4cAAAB4nGNgYoAALjDJyIAOWMCiTIxMLDmZedkABtIBygAAAA==) format('woff'); +} + +.markdown-body { + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + color: #333; + overflow: hidden; + font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + font-size: 16px; + line-height: 1.6; + word-wrap: break-word; +} + +.markdown-body a { + background: transparent; +} + +.markdown-body a:active, +.markdown-body a:hover { + outline: 0; +} + +.markdown-body strong { + font-weight: bold; +} + +.markdown-body h1 { + font-size: 2em; + margin: 0.67em 0; +} + +.markdown-body img { + border: 0; +} + +.markdown-body hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +.markdown-body pre { + overflow: auto; +} + +.markdown-body code, +.markdown-body kbd, +.markdown-body pre { + font-family: monospace, monospace; + font-size: 1em; +} + +.markdown-body input { + color: inherit; + font: inherit; + margin: 0; +} + +.markdown-body html input[disabled] { + cursor: default; +} + +.markdown-body input { + line-height: normal; +} + +.markdown-body input[type="checkbox"] { + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} + +.markdown-body table { + border-collapse: collapse; + border-spacing: 0; +} + +.markdown-body td, +.markdown-body th { + padding: 0; +} + +.markdown-body * { + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.markdown-body input { + font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; +} + +.markdown-body a { + color: #4183c4; + text-decoration: none; +} + +.markdown-body a:hover, +.markdown-body a:focus, +.markdown-body a:active { + text-decoration: underline; +} + +.markdown-body hr { + height: 0; + margin: 15px 0; + overflow: hidden; + background: transparent; + border: 0; + border-bottom: 1px solid #ddd; +} + +.markdown-body hr:before { + display: table; + content: ""; +} + +.markdown-body hr:after { + display: table; + clear: both; + content: ""; +} + +.markdown-body h1, +.markdown-body h2, +.markdown-body h3, +.markdown-body h4, +.markdown-body h5, +.markdown-body h6 { + margin-top: 15px; + margin-bottom: 15px; + line-height: 1.1; +} + +.markdown-body h1 { + font-size: 30px; +} + +.markdown-body h2 { + font-size: 21px; +} + +.markdown-body h3 { + font-size: 16px; +} + +.markdown-body h4 { + font-size: 14px; +} + +.markdown-body h5 { + font-size: 12px; +} + +.markdown-body h6 { + font-size: 11px; +} + +.markdown-body blockquote { + margin: 0; +} + +.markdown-body ul, +.markdown-body ol { + padding: 0; + margin-top: 0; + margin-bottom: 0; +} + +.markdown-body ol ol, +.markdown-body ul ol { + list-style-type: lower-roman; +} + +.markdown-body ul ul ol, +.markdown-body ul ol ol, +.markdown-body ol ul ol, +.markdown-body ol ol ol { + list-style-type: lower-alpha; +} + +.markdown-body dd { + margin-left: 0; +} + +.markdown-body code { + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; +} + +.markdown-body pre { + margin-top: 0; + margin-bottom: 0; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; +} + +.markdown-body .octicon { + font: normal normal 16px octicons-anchor; + line-height: 1; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.markdown-body .octicon-link:before { + content: '\f05c'; +} + +.markdown-body>*:first-child { + margin-top: 0 !important; +} + +.markdown-body>*:last-child { + margin-bottom: 0 !important; +} + +.markdown-body .anchor { + position: absolute; + top: 0; + bottom: 0; + left: 0; + display: block; + padding-right: 6px; + padding-left: 30px; + margin-left: -30px; +} + +.markdown-body .anchor:focus { + outline: none; +} + +.markdown-body h1, +.markdown-body h2, +.markdown-body h3, +.markdown-body h4, +.markdown-body h5, +.markdown-body h6 { + position: relative; + margin-top: 1em; + margin-bottom: 16px; + font-weight: bold; + line-height: 1.4; +} + +.markdown-body h1 .octicon-link, +.markdown-body h2 .octicon-link, +.markdown-body h3 .octicon-link, +.markdown-body h4 .octicon-link, +.markdown-body h5 .octicon-link, +.markdown-body h6 .octicon-link { + display: none; + color: #000; + vertical-align: middle; +} + +.markdown-body h1:hover .anchor, +.markdown-body h2:hover .anchor, +.markdown-body h3:hover .anchor, +.markdown-body h4:hover .anchor, +.markdown-body h5:hover .anchor, +.markdown-body h6:hover .anchor { + padding-left: 8px; + margin-left: -30px; + line-height: 1; + text-decoration: none; +} + +.markdown-body h1:hover .anchor .octicon-link, +.markdown-body h2:hover .anchor .octicon-link, +.markdown-body h3:hover .anchor .octicon-link, +.markdown-body h4:hover .anchor .octicon-link, +.markdown-body h5:hover .anchor .octicon-link, +.markdown-body h6:hover .anchor .octicon-link { + display: inline-block; +} + +.markdown-body h1 { + padding-bottom: 0.3em; + font-size: 2.25em; + line-height: 1.2; + border-bottom: 1px solid #eee; +} + +.markdown-body h2 { + padding-bottom: 0.3em; + font-size: 1.75em; + line-height: 1.225; + border-bottom: 1px solid #eee; +} + +.markdown-body h3 { + font-size: 1.5em; + line-height: 1.43; +} + +.markdown-body h4 { + font-size: 1.25em; +} + +.markdown-body h5 { + font-size: 1em; +} + +.markdown-body h6 { + font-size: 1em; + color: #777; +} + +.markdown-body p, +.markdown-body blockquote, +.markdown-body ul, +.markdown-body ol, +.markdown-body dl, +.markdown-body table, +.markdown-body pre { + margin-top: 0; + margin-bottom: 16px; +} + +.markdown-body hr { + height: 4px; + padding: 0; + margin: 16px 0; + background-color: #e7e7e7; + border: 0 none; +} + +.markdown-body ul, +.markdown-body ol { + padding-left: 2em; +} + +.markdown-body ul ul, +.markdown-body ul ol, +.markdown-body ol ol, +.markdown-body ol ul { + margin-top: 0; + margin-bottom: 0; +} + +.markdown-body li>p { + margin-top: 16px; +} + +.markdown-body dl { + padding: 0; +} + +.markdown-body dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: bold; +} + +.markdown-body dl dd { + padding: 0 16px; + margin-bottom: 16px; +} + +.markdown-body blockquote { + padding: 0 15px; + color: #777; + border-left: 4px solid #ddd; +} + +.markdown-body blockquote>:first-child { + margin-top: 0; +} + +.markdown-body blockquote>:last-child { + margin-bottom: 0; +} + +.markdown-body table { + display: block; + width: 100%; + overflow: auto; + word-break: normal; + word-break: keep-all; +} + +.markdown-body table th { + font-weight: bold; +} + +.markdown-body table th, +.markdown-body table td { + padding: 6px 13px; + border: 1px solid #ddd; +} + +.markdown-body table tr { + background-color: #fff; + border-top: 1px solid #ccc; +} + +.markdown-body table tr:nth-child(2n) { + background-color: #f8f8f8; +} + +.markdown-body img { + max-width: 100%; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.markdown-body code { + padding: 0; + padding-top: 0.2em; + padding-bottom: 0.2em; + margin: 0; + font-size: 85%; + background-color: rgba(0,0,0,0.04); + border-radius: 3px; +} + +.markdown-body code:before, +.markdown-body code:after { + letter-spacing: -0.2em; + content: "\00a0"; +} + +.markdown-body pre>code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; +} + +.markdown-body .highlight { + margin-bottom: 16px; +} + +.markdown-body .highlight pre, +.markdown-body pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f7f7f7; + border-radius: 3px; +} + +.markdown-body .highlight pre { + margin-bottom: 0; + word-break: normal; +} + +.markdown-body pre { + word-wrap: normal; +} + +.markdown-body pre code { + display: inline; + max-width: initial; + padding: 0; + margin: 0; + overflow: initial; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0; +} + +.markdown-body pre code:before, +.markdown-body pre code:after { + content: normal; +} + +.markdown-body .pl-c { + color: #969896; +} + +.markdown-body .pl-c1, +.markdown-body .pl-mdh, +.markdown-body .pl-mm, +.markdown-body .pl-mp, +.markdown-body .pl-mr, +.markdown-body .pl-s1 .pl-v, +.markdown-body .pl-s3, +.markdown-body .pl-sc, +.markdown-body .pl-sv { + color: #0086b3; +} + +.markdown-body .pl-e, +.markdown-body .pl-en { + color: #795da3; +} + +.markdown-body .pl-s1 .pl-s2, +.markdown-body .pl-smi, +.markdown-body .pl-smp, +.markdown-body .pl-stj, +.markdown-body .pl-vo, +.markdown-body .pl-vpf { + color: #333; +} + +.markdown-body .pl-ent { + color: #63a35c; +} + +.markdown-body .pl-k, +.markdown-body .pl-s, +.markdown-body .pl-st { + color: #a71d5d; +} + +.markdown-body .pl-pds, +.markdown-body .pl-s1, +.markdown-body .pl-s1 .pl-pse .pl-s2, +.markdown-body .pl-sr, +.markdown-body .pl-sr .pl-cce, +.markdown-body .pl-sr .pl-sra, +.markdown-body .pl-sr .pl-sre, +.markdown-body .pl-src, +.markdown-body .pl-v { + color: #df5000; +} + +.markdown-body .pl-id { + color: #b52a1d; +} + +.markdown-body .pl-ii { + background-color: #b52a1d; + color: #f8f8f8; +} + +.markdown-body .pl-sr .pl-cce { + color: #63a35c; + font-weight: bold; +} + +.markdown-body .pl-ml { + color: #693a17; +} + +.markdown-body .pl-mh, +.markdown-body .pl-mh .pl-en, +.markdown-body .pl-ms { + color: #1d3e81; + font-weight: bold; +} + +.markdown-body .pl-mq { + color: #008080; +} + +.markdown-body .pl-mi { + color: #333; + font-style: italic; +} + +.markdown-body .pl-mb { + color: #333; + font-weight: bold; +} + +.markdown-body .pl-md, +.markdown-body .pl-mdhf { + background-color: #ffecec; + color: #bd2c00; +} + +.markdown-body .pl-mdht, +.markdown-body .pl-mi1 { + background-color: #eaffea; + color: #55a532; +} + +.markdown-body .pl-mdr { + color: #795da3; + font-weight: bold; +} + +.markdown-body .pl-mo { + color: #1d3e81; +} + +.markdown-body kbd { + background-color: #e7e7e7; + background-image: -webkit-linear-gradient(#fefefe, #e7e7e7); + background-image: linear-gradient(#fefefe, #e7e7e7); + background-repeat: repeat-x; + display: inline-block; + padding: 3px 5px; + font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace; + line-height: 10px; + color: #000; + border: 1px solid #cfcfcf; + border-radius: 2px; +} + +.markdown-body .task-list-item { + list-style-type: none; +} + +.markdown-body .task-list-item+.task-list-item { + margin-top: 3px; +} + +.markdown-body .task-list-item input { + float: left; + margin: 0.3em 0 0.25em -1.6em; + vertical-align: middle; +} + +.markdown-body :checked+.radio-label { + z-index: 1; + position: relative; + border-color: #4183c4; +} diff --git a/public/css/github-unminify.css b/public/css/github-unminify.css new file mode 100644 index 0000000..30a10ff --- /dev/null +++ b/public/css/github-unminify.css @@ -0,0 +1,10670 @@ +/*! 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: transparent; +} +a:active, a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + font-size: 2em; + margin: 0.67em 0; +} +mark { + background: #ff0; + color: #000; +} +small { + font-size: 80%} +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { + top: -0.5em; +} +sub { + bottom: -0.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 1em 40px; +} +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} +pre { + overflow: auto; +} +code, kbd, pre, samp { + font-family: monospace, monospace; + 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 { + line-height: normal; +} +input[type="checkbox"], input[type="radio"] { + -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-appearance: textfield; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} +legend { + border: 0; + padding: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +td, th { + padding: 0; +} +* { + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input, select, textarea, button { + font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"} +body { + min-width: 1020px; + font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; + color: #333; + background-color: #fff; +} +a { + color: #4183c4; + text-decoration: none; +} +a:hover, a:focus, a:active { + text-decoration: underline; +} +hr, .rule { + height: 0; + margin: 15px 0; + overflow: hidden; + background: transparent; + border: 0; + border-bottom: 1px solid #ddd; +} +hr:before, .rule:before { + display: table; + content: ""} +hr:after, .rule:after { + display: table; + clear: both; + content: ""} +h1, h2, h3, h4, h5, h6 { + margin-top: 15px; + margin-bottom: 15px; + line-height: 1.1; +} +h1 { + font-size: 30px; +} +h2 { + font-size: 21px; +} +h3 { + font-size: 16px; +} +h4 { + font-size: 14px; +} +h5 { + font-size: 12px; +} +h6 { + font-size: 11px; +} +small { + font-size: 90%} +blockquote { + margin: 0; +} +.lead { + margin-bottom: 30px; + font-size: 20px; + font-weight: 300; + color: #555; +} +.text-muted { + color: #999; +} +.text-danger { + color: #bd2c00; +} +.text-emphasized { + font-weight: bold; + color: #333; +} +ul, ol { + padding: 0; + margin-top: 0; + margin-bottom: 0; +} +ol ol, ul ol { + list-style-type: lower-roman; +} +ul ul ol, ul ol ol, ol ul ol, ol ol ol { + list-style-type: lower-alpha; +} +dd { + margin-left: 0; +} +tt, code { + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +pre { + margin-top: 0; + margin-bottom: 0; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +.container { + width: 980px; + margin-right: auto; + margin-left: auto; +} +.container:before { + display: table; + content: ""} +.container:after { + display: table; + clear: both; + content: ""} +.columns { + margin-right: -10px; + margin-left: -10px; +} +.columns:before { + display: table; + content: ""} +.columns:after { + display: table; + clear: both; + content: ""} +.column { + float: left; + padding-right: 10px; + padding-left: 10px; +} +.one-third { + width: 33%} +.two-thirds { + width: 67%} +.one-fourth { + width: 25%} +.one-half { + width: 50%} +.three-fourths { + width: 75%} +.one-fifth { + width: 20%} +.four-fifths { + width: 80%} +.single-column { + padding-right: 10px; + padding-left: 10px; +} +.table-column { + display: table-cell; + width: 1%; + padding-right: 10px; + padding-left: 10px; + vertical-align: top; +} +fieldset { + padding: 0; + margin: 0; + border: 0; +} +label { + font-size: 13px; + font-weight: bold; +} +.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="url"], textarea { + min-height: 34px; + padding: 7px 8px; + font-size: 13px; + color: #333; + vertical-align: middle; + background-color: #fff; + background-repeat: no-repeat; + background-position: right center; + border: 1px solid #ccc; + border-radius: 3px; + outline: none; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); +} +.form-control.focus, .form-control:focus, input[type="text"].focus, input[type="text"]:focus, .focused .drag-and-drop, input[type="password"].focus, input[type="password"]:focus, input[type="email"].focus, input[type="email"]:focus, input[type="number"].focus, input[type="number"]:focus, input[type="tel"].focus, input[type="tel"]:focus, input[type="url"].focus, input[type="url"]:focus, textarea.focus, textarea:focus { + border-color: #51a7e8; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); +} +input.input-contrast, .input-contrast { + background-color: #fafafa; +} +input.input-contrast:focus, .input-contrast:focus { + background-color: #fff; +} +::-webkit-input-placeholder, :-moz-placeholder { + color: #aaa; +} +::-webkit-validation-bubble-message { + font-size: 12px; + color: #fff; + background: #9c2400; + border: 0; + border-radius: 3px; + -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); +} +input::-webkit-validation-bubble-icon { + display: none; +} +::-webkit-validation-bubble-arrow { + background-color: #9c2400; + border: solid 1px #9c2400; + -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); +} +input.input-mini { + min-height: 26px; + padding-top: 4px; + padding-bottom: 4px; + font-size: 12px; +} +input.input-large { + padding: 6px 10px; + font-size: 16px; +} +.input-block { + display: block; + width: 100%} +.input-monospace { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +dl.form { + margin: 15px 0; +} +dl.form input[type="text"], dl.form input[type="password"], dl.form input[type="email"], dl.form input[type="url"], dl.form textarea { + background-color: #fafafa; +} +dl.form input[type="text"]:focus, dl.form .focused .drag-and-drop, .focused dl.form .drag-and-drop, dl.form input[type="password"]:focus, dl.form input[type="email"]:focus, dl.form input[type="url"]:focus, dl.form textarea:focus { + background-color: #fff; +} +dl.form>dt { + margin: 0 0 6px; +} +dl.form>dt label { + position: relative; +} +dl.form.flattened>dt { + float: left; + margin: 0; + line-height: 32px; +} +dl.form.flattened>dd { + line-height: 32px; +} +dl.form>dd input[type="text"], dl.form>dd input[type="password"], dl.form>dd input[type="email"], dl.form>dd input[type="url"] { + width: 440px; + max-width: 100%; + margin-right: 5px; + background-position-x: 98%} +dl.form>dd input.shorter { + width: 130px; +} +dl.form>dd input.short { + width: 250px; +} +dl.form>dd input.long { + width: 100%} +dl.form>dd textarea { + width: 100%; + height: 200px; + min-height: 200px; +} +dl.form>dd textarea.short { + height: 50px; + min-height: 50px; +} +dl.form>dd h4 { + margin: 4px 0 0; +} +dl.form>dd h4.is-error { + color: #bd2c00; +} +dl.form>dd h4.is-success { + color: #6cc644; +} +dl.form>dd h4+p.note { + margin-top: 0; +} +dl.form.required>dt>label:after { + padding-left: 5px; + color: #9f1006; + content: "*"} +.note { + min-height: 17px; + margin: 4px 0 2px; + font-size: 12px; + color: #777; +} +.note .spinner { + margin-right: 3px; + vertical-align: middle; +} +.form-checkbox { + padding-left: 20px; + margin: 15px 0; + vertical-align: middle; +} +.form-checkbox label em.highlight { + position: relative; + left: -4px; + padding: 2px 4px; + font-style: normal; + background: #fffbdc; + border-radius: 3px; +} +.form-checkbox input[type=checkbox], .form-checkbox input[type=radio] { + float: left; + margin: 2px 0 0 -20px; + vertical-align: middle; +} +.form-checkbox .note { + display: block; + margin: 0; + font-size: 12px; + font-weight: normal; + color: #666; +} +dl.form .success, dl.form .error, dl.form .indicator { + display: none; + font-size: 12px; + font-weight: bold; +} +dl.form.loading { + opacity: 0.5; +} +dl.form.loading .indicator { + display: inline; +} +dl.form.loading .spinner { + display: inline-block; + vertical-align: middle; +} +dl.form.successful .success { + display: inline; + color: #390; +} +dl.form.errored>dt label { + color: #900; +} +dl.form.errored .error { + display: inline; + color: #900; +} +dl.form.errored dd.error, dl.form.errored dd.warning { + display: inline-block; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +dl.form.warn .warning { + display: inline; + color: #900; +} +dl.form.warn dd.warning { + display: inline-block; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +dl.form .form-note { + display: inline-block; + padding: 5px; + margin-top: -1px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.hfields { + margin: 15px 0; +} +.hfields:before { + display: table; + content: ""} +.hfields:after { + display: table; + clear: both; + content: ""} +.hfields dl.form { + float: left; + margin: 0 30px 0 0; +} +.hfields dl.form>dt label { + display: inline-block; + margin: 5px 0 0; + color: #666; +} +.hfields dl.form>dt label img { + position: relative; + top: -2px; +} +.hfields .button { + float: left; + margin: 28px 25px 0 -20px; +} +.hfields select { + margin-top: 5px; +} +html.no-dnd-uploads .drag-and-drop { + min-height: 32px; +} +html.no-dnd-uploads .drag-and-drop .default { + display: none; +} +html.no-dnd-uploads .upload-enabled textarea { + border-bottom: 1px solid #ddd; +} +.drag-and-drop { + padding: 7px 10px; + margin: 0; + font-size: 13px; + line-height: 16px; + color: #aaa; + background-color: #fafafa; + border: 1px solid #ccc; + border-top: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.drag-and-drop .default, .drag-and-drop .loading, .drag-and-drop .error { + display: none; +} +.drag-and-drop .error { + color: #bd2c00; +} +.drag-and-drop img { + vertical-align: top; +} +.is-default .drag-and-drop .default { + display: inline-block; +} +.is-uploading .drag-and-drop .loading { + display: inline-block; +} +.is-bad-file .drag-and-drop .bad-file { + display: inline-block; +} +.is-too-big .drag-and-drop .too-big { + display: inline-block; +} +.is-empty .drag-and-drop .empty { + display: inline-block; +} +.is-bad-browser .drag-and-drop .bad-browser { + display: inline-block; +} +.drag-and-drop-error-info { + font-weight: normal; + color: #aaa; +} +.drag-and-drop-error-info a { + color: #4183c4; +} +.is-failed .drag-and-drop .failed-request { + display: inline-block; +} +.manual-file-chooser { + position: absolute; + width: 240px; + padding: 5px; + margin-left: -80px; + cursor: pointer; + opacity: 0.0001; +} +.manual-file-chooser:hover+.manual-file-chooser-text { + text-decoration: underline; +} +.button .manual-file-chooser { + top: 0; + padding: 0; + line-height: 34px; +} +.upload-enabled textarea { + display: block; + border-bottom: 1px dashed #ddd; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.focused .drag-and-drop { + box-shadow: rgba(81, 167, 232, 0.5) 0 0 3px; +} +.dragover textarea, .dragover .drag-and-drop { + box-shadow: #c9ff00 0 0 3px; +} +.previewable-comment-form { + position: relative; +} +.previewable-comment-form .tabnav { + position: relative; + padding: 10px 10px 0; +} +.previewable-comment-form .comment { + border: 1px solid #cacaca; +} +.previewable-comment-form .comment-header .comment-header-actions { + display: none; +} +.previewable-comment-form .comment-form-error { + margin-bottom: 10px; +} +.previewable-comment-form .write-content, .previewable-comment-form .preview-content { + display: none; + padding: 0 10px 10px; +} +.previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content { + display: block; +} +.previewable-comment-form textarea { + display: block; + width: 100%; + min-height: 100px; + max-height: 500px; + padding: 10px; + resize: vertical; +} +.previewable-comment-form textarea.fullscreen-contents:focus { + border: 0; + box-shadow: none; +} +div.composer { + margin-top: 0; + border: 0; +} +.composer .comment-form-textarea { + height: 200px; + min-height: 200px; +} +.composer-infobar { + height: 35px; + padding: 0 10px; + margin-bottom: 10px; + border-bottom: 1px solid #eee; +} +.composer .tabnav { + margin: 0 0 10px; +} +.infobar-widget.milestone { + position: relative; + float: right; +} +.infobar-widget.milestone .select-menu-modal-holder { + right: 0; +} +.infobar-widget.assignee { + float: left; +} +.infobar-widget.assignee .css-truncate-target { + max-width: 110px; +} +.infobar-widget .text, .infobar-widget .avatar, .infobar-widget .select-menu { + display: inline-block; + vertical-align: top; +} +.infobar-widget .text { + margin-top: 3px; +} +.infobar-widget .text a { + font-weight: bold; + color: #333; +} +.infobar-widget .progress-bar { + width: 200px; + overflow: hidden; + line-height: 18px; +} +input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { + margin: 0; + -webkit-appearance: none; +} +.input-group { + display: table; +} +.input-group input { + position: relative; + width: 100%} +.input-group input:focus { + z-index: 2; +} +.input-group input[type="text"]+.minibutton { + margin-left: 0; +} +.input-group.inline { + display: inline-table; +} +.input-group input, .input-group-button { + display: table-cell; +} +.input-group-button { + width: 1%; + vertical-align: middle; +} +.input-group input:first-child, .input-group-button:first-child .button, .input-group-button:first-child .minibutton { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group-button:first-child .button, .input-group-button:first-child .minibutton { + margin-right: -1px; +} +.input-group input:last-child, .input-group-button:last-child .button, .input-group-button:last-child .minibutton { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group-button:last-child .button, .input-group-button:last-child .minibutton { + margin-left: -1px; +} +h2.account { + margin: 15px 0 0; + font-size: 18px; + font-weight: normal; + color: #666; +} +p.explain { + position: relative; + font-size: 12px; + color: #666; +} +p.explain strong { + color: #333; +} +p.explain .octicon { + margin-right: 5px; + color: #bbb; +} +p.explain .minibutton { + top: -4px; + float: right; +} +.options-content p.explain { + padding: 10px 10px 0; + margin-top: 0; + border-top: 1px solid #ddd; +} +.form-actions { + padding-bottom: 5px; + text-align: right; +} +.form-actions .cancel { + float: left; + margin-top: 5px; +} +.form-actions .button.cancel { + margin-top: 0; + margin-left: 2px; +} +.form-actions .minibutton.cancel { + margin-top: 0; +} +.form-actions .optional { + float: left; + padding-top: 8px; + margin-right: 15px; +} +.form-actions .optional span.text { + padding: 0 3px; +} +.form-actions .optional input { + position: relative; + top: -1px; +} +.form-warning { + padding: 8px 10px; + margin: 10px 0; + font-size: 14px; + color: #333; + background: #ffffe2; + border: 1px solid #e7e4c2; + border-radius: 4px; +} +.form-warning p { + margin: 0; + line-height: 1.5; +} +.form-warning strong { + color: #000; +} +.form-warning a { + font-weight: bold; +} +.status-indicator { + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + margin-left: 5px; +} +.status-indicator-success:before { + color: #6cc644; + content: "\f03a"} +.status-indicator-failed:before { + color: #bd2c00; + content: "\f02d"} +.clearfix:before { + display: table; + content: ""} +.clearfix:after { + display: table; + clear: both; + content: ""} +.right { + float: right; +} +.left { + float: left; +} +.text-right { + text-align: right; +} +.text-left { + text-align: left; +} +.danger { + color: #c00; +} +.mute { + color: #000; +} +.text-diff-added { + color: #55a532; +} +.text-diff-deleted { + color: #bd2c00; +} +.text-open, .text-success { + color: #6cc644; +} +.text-closed { + color: #bd2c00; +} +.text-reverted { + color: #bd2c00; +} +.text-merged { + color: #6e5494; +} +.text-renamed { + color: #fffa5d; +} +.text-pending { + color: #cea61b; +} +.text-failure { + color: #bd2c00; +} +.hidden { + display: none; +} +.warning { + padding: 0.5em; + margin-bottom: 0.8em; + font-weight: bold; + background-color: #fffccc; +} +.error_box { + padding: 1em; + font-weight: bold; + background-color: #ffebe8; + border: 1px solid #dd3c10; +} +.menu { + margin-bottom: 15px; + list-style: none; + background-color: #fff; + border: 1px solid #d8d8d8; + border-radius: 3px; +} +.menu-item { + position: relative; + display: block; + padding: 8px 10px; + text-shadow: 0 1px 0 #fff; + border-bottom: 1px solid #eee; +} +.menu-item:first-child { + border-top: 0; + border-top-right-radius: 2px; + border-top-left-radius: 2px; +} +.menu-item:first-child:before { + border-top-left-radius: 2px; +} +.menu-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} +.menu-item:last-child:before { + border-bottom-left-radius: 2px; +} +.menu-item:hover { + text-decoration: none; + background-color: #f9f9f9; +} +.menu-item.selected { + font-weight: bold; + color: #222; + cursor: default; + background-color: #fff; +} +.menu-item.selected:before { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 2px; + content: ""; + background-color: #d26911; +} +.menu-item .octicon { + margin-right: 5px; + width: 16px; + color: #333; + text-align: center; +} +.menu-item .counter { + float: right; + margin-left: 5px; +} +.menu-item .menu-warning { + float: right; + color: #d26911; +} +.menu-item .avatar { + float: left; + margin-right: 5px; +} +.menu-item.alert .counter { + color: #bd2c00; +} +.menu-heading { + display: block; + padding: 8px 10px; + margin-top: 0; + margin-bottom: 0; + font-size: 13px; + font-weight: bold; + line-height: 20px; + color: #555; + background-color: #f7f7f7; + border-bottom: 1px solid #eee; +} +.menu-heading:hover { + text-decoration: none; +} +.menu-heading:first-child { + border-top-right-radius: 2px; + border-top-left-radius: 2px; +} +.menu-heading:last-child { + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom: 0; +} +.sunken-menu { + position: relative; + padding-top: 15px; + padding-bottom: 15px; + background-image: -webkit-linear-gradient(left, #f6f6f6 0%, #fff 8px); + background-image: linear-gradient(to right, #f6f6f6 0%, #fff 8px); + box-shadow: inset 1px 0 0 #eee; +} +.sunken-menu:before, .sunken-menu:after { + position: absolute; + left: 0; + width: 100%; + height: 15px; + content: ""; + background-color: transparent; +} +.sunken-menu:before { + top: 0; + background-color: transparent; + background-image: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0)); + background-image: linear-gradient(#fff, rgba(255, 255, 255, 0)); +} +.sunken-menu:after { + bottom: 0; + background-color: transparent; + background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff); + background-image: linear-gradient(rgba(255, 255, 255, 0), #fff); +} +.sunken-menu-separator { + position: relative; + height: 5px; + margin: 8px 0 6px 1px; + background-image: -webkit-radial-gradient(farthest-side at left top, #f4f4f4, rgba(244, 244, 244, 0)); + background-image: radial-gradient(farthest-side at left top, #f4f4f4, rgba(244, 244, 244, 0)); +} +.sunken-menu-separator:before { + position: absolute; + top: 0; + width: 100%; + height: 1px; + content: ""; + background-image: -webkit-linear-gradient(left, #eee 70%, #fff 100%); + background-image: linear-gradient(to right, #eee 70%, #fff 100%); + border-top: 1px solid #eee\9; +} +.sunken-menu-group { + list-style-type: none; +} +.sunken-menu-item { + display: block; + padding: 8px 10px; + margin-top: 5px; + margin-bottom: 5px; + border: 1px solid transparent; + outline: 0; +} +.sunken-menu-item .counter { + position: absolute; + top: 8px; + right: 10px; +} +.sunken-menu-item .octicon { + left: -1px; + width: 16px; + color: #999; + text-align: center; +} +.sunken-menu-item .mini-loader { + position: absolute; + top: 9px; + left: 11px; + display: none; +} +.sunken-menu-item:focus, .sunken-menu-item:hover { + text-decoration: none; + box-shadow: inset 2px 0 0 #ccc; +} +.sunken-menu-item:focus .octicon, .sunken-menu-item:hover .octicon { + color: #333; +} +.sunken-menu-item.selected { + font-weight: bold; + color: #333; + background-color: #fff; + border-color: #eee #eee #eee transparent; + border-radius: 0 3px 3px 0; + box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05); +} +.sunken-menu-item.selected:after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + width: 3px; + content: ""; + background-color: #d26911; + border-radius: 0 3px 3px 0; +} +.sunken-menu-item.selected .octicon { + color: #333; +} +.sunken-menu-item.is-loading .mini-loader { + display: inline-block; + -webkit-animation: mini-nav-loader, 0.4s, forwards; + animation: mini-nav-loader, 0.4s, forwards; +} +.sunken-menu-item.is-loading .octicon { + color: #fff; +} +@-webkit-keyframes mini-nav-loader { + 0%, + 90% { + opacity: 0; +} +100% { + opacity: 1; +} +}@keyframes mini-nav-loader { + 0%, + 90% { + opacity: 0; +} +100% { + opacity: 1; +} +}.tabnav { + margin: 0 0 15px; + border-bottom: 1px solid #ddd; +} +.tabnav .counter { + margin-left: 5px; +} +.tabnav-tabs { + display: inline-block; +} +.tabnav-tabs>li { + display: inline-block; + margin-bottom: -1px; +} +.tabnav-tab { + display: inline-block; + padding: 8px 12px 7px; + font-size: 14px; + line-height: 20px; + color: #666; + text-decoration: none; + border: 1px solid transparent; + border-bottom: 0; +} +.tabnav-tab.selected { + color: #333; + background-color: #fff; + border-color: #ddd; + border-radius: 3px 3px 0 0; +} +.tabnav-tab:hover { + text-decoration: none; +} +.tabnav-right { + position: relative; + float: right; +} +.tabnav-widget { + display: inline-block; + vertical-align: top; +} +.tabnav-widget+.tabnav-tabs { + margin-left: 10px; +} +.tabnav-widget.search .spinner { + position: absolute; + top: 7px; + left: -22px; + margin-right: 8px; + vertical-align: middle; +} +.tabnav-widget.search .search-link { + display: inline-block; + height: 26px; + padding-right: 5px; + font-size: 13px; + font-weight: 200; + line-height: 26px; + color: #666; + vertical-align: top; +} +.tabnav-widget.search .fieldwrap { + display: inline-block; + height: 26px; + border-radius: 4px; +} +.tabnav-widget.search .fieldwrap>input, .tabnav-widget.search .fieldwrap>button { + display: inline-block; +} +.tabnav-widget.search input { + min-height: 26px; + padding: 0 4px; + font-size: 12px; + vertical-align: top; + border-radius: 3px 0 0 3px; +} +.tabnav-widget.search .minibutton { + position: relative; + height: 24px; + padding: 0 8px; + margin-left: 0; + vertical-align: top; + border-left: 0; + border-radius: 0 3px 3px 0; +} +.tabnav-widget.search .minibutton:hover { + color: #fff; +} +.tabnav-widget.text { + margin-top: 12px; + font-size: 11px; + color: #666; +} +.tabnav-extras { + display: inline-block; + margin-left: 10px; +} +.tabnav-extras .octicon { + float: left; + margin-top: -1px; + margin-right: 5px; +} +.tabnav-extras:hover { + color: #4183c4; + text-decoration: none; +} +.filter-list { + list-style-type: none; +} +.filter-list.small .filter-item { + padding: 4px 10px; + margin: 0 0 2px; + font-size: 12px; +} +.filter-list.pjax-active .filter-item { + color: #777; + background-color: transparent; +} +.filter-list.pjax-active .filter-item.pjax-active { + color: #fff; + background-color: #4183c4; +} +.filter-item { + position: relative; + display: block; + padding: 8px 10px; + margin-bottom: 5px; + overflow: hidden; + font-size: 14px; + color: #777; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + cursor: pointer; + border-radius: 3px; +} +.filter-item:hover { + text-decoration: none; + background-color: #eee; +} +.filter-item.selected { + color: #fff; + background-color: #4183c4; +} +.filter-item.selected .octicon-remove-close { + float: right; + opacity: 0.8; +} +.filter-item .count { + float: right; + font-weight: bold; +} +.filter-item .bar { + position: absolute; + top: 2px; + right: 0; + bottom: 2px; + z-index: -1; + display: inline-block; + background-color: #f1f1f1; +} +.flash-messages { + margin-top: 15px; + margin-bottom: 15px; +} +.flash, .flash-global { + position: relative; + font-size: 14px; + line-height: 1.6; + color: #246; + background-color: #e2eef9; + border: solid 1px #bac6d3; +} +.flash.flash-warn, .flash-global.flash-warn { + color: #4c4a42; + background-color: #fff9ea; + border-color: #dfd8c2; +} +.flash.flash-error, .flash-global.flash-error { + color: #911; + background-color: #fcdede; + border-color: #d2b2b2; +} +.flash .flash-close, .flash-global .flash-close { + float: right; + padding: 17px; + margin-top: -15px; + margin-right: -15px; + margin-left: 20px; + color: inherit; + text-decoration: none; + cursor: pointer; + opacity: 0.6; +} +.flash .flash-close:hover, .flash-global .flash-close:hover { + opacity: 1; +} +.flash p:last-child, .flash-global p:last-child { + margin-bottom: 0; +} +.flash .flash-action, .flash-global .flash-action { + float: right; + margin-top: -4px; + margin-left: 20px; +} +.flash a, .flash-global a { + font-weight: bold; +} +.flash { + padding: 15px; + border-radius: 3px; +} +.flash+.flash { + margin-top: 5px; +} +.flash-with-icon { + padding-left: 40px; +} +.flash-with-icon>.octicon { + float: left; + margin-top: 3px; + margin-left: -25px; +} +.flash-global { + padding: 10px; + border-width: 0 0 1px; +} +.flash-global h2, .flash-global p { + margin-top: 0; + margin-bottom: 0; + font-size: 14px; + line-height: 1.4; +} +.flash-global .flash-action { + margin-top: 5px; +} +.flash-title { + margin-top: 0; + margin-bottom: 5px; +} +.css-truncate.css-truncate-target, .css-truncate .css-truncate-target { + display: inline-block; + max-width: 125px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: top; +} +.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target, .css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target, .css-truncate.expandable:hover .css-truncate-target, .css-truncate.expandable:hover.css-truncate-target { + max-width: 10000px !important; +} +.button, .minibutton { + position: relative; + display: inline-block; + padding: 7px 12px; + font-size: 13px; + font-weight: bold; + color: #333; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background-color: #eee; + background-image: -webkit-linear-gradient(#fcfcfc, #eee); + background-image: linear-gradient(#fcfcfc, #eee); + background-repeat: repeat-x; + border: 1px solid #d5d5d5; + border-radius: 3px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none; +} +.button i, .minibutton i { + font-style: normal; + font-weight: 500; + opacity: 0.6; +} +.button:focus, .minibutton:focus { + text-decoration: none; + border-color: #51a7e8; + outline: none; + box-shadow: 0 0 5px rgba(81, 167, 232, 0.5); +} +.button:hover, .button:active, .button.zeroclipboard-is-hover, .button.zeroclipboard-is-active, .minibutton:hover, .minibutton:active, .minibutton.zeroclipboard-is-hover, .minibutton.zeroclipboard-is-active { + text-decoration: none; + background-color: #ddd; + background-image: -webkit-linear-gradient(#eee, #ddd); + background-image: linear-gradient(#eee, #ddd); + background-repeat: repeat-x; + border-color: #ccc; +} +.button:active, .button.selected, .button.selected:hover, .button.zeroclipboard-is-active, .minibutton:active, .minibutton.selected, .minibutton.selected:hover, .minibutton.zeroclipboard-is-active { + background-color: #dcdcdc; + background-image: none; + border-color: #b5b5b5; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.button:disabled, .button:disabled:hover, .button.disabled, .button.disabled:hover, .minibutton:disabled, .minibutton:disabled:hover, .minibutton.disabled, .minibutton.disabled:hover { + color: rgba(102, 102, 102, 0.5); + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); + cursor: default; + background-color: rgba(229, 229, 229, 0.5); + background-image: none; + border-color: rgba(197, 197, 197, 0.5); + box-shadow: none; +} +.button.primary, .minibutton.primary { + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #60b044; + background-image: -webkit-linear-gradient(#8add6d, #60b044); + background-image: linear-gradient(#8add6d, #60b044); + background-repeat: repeat-x; + border-color: #5ca941; +} +.button.primary:hover, .minibutton.primary:hover { + color: #fff; + background-color: #569e3d; + background-image: -webkit-linear-gradient(#79d858, #569e3d); + background-image: linear-gradient(#79d858, #569e3d); + background-repeat: repeat-x; + border-color: #4a993e; +} +.button.primary:active, .button.primary.selected, .minibutton.primary:active, .minibutton.primary.selected { + background-color: #569e3d; + background-image: none; + border-color: #418737; +} +.button.primary:disabled, .button.primary:disabled:hover, .button.primary.disabled, .button.primary.disabled:hover, .minibutton.primary:disabled, .minibutton.primary:disabled:hover, .minibutton.primary.disabled, .minibutton.primary.disabled:hover { + color: #fefefe; + text-shadow: 0 -1px 0 rgba(39, 39, 39, 0.25); + background-color: #add39f; + background-image: -webkit-linear-gradient(#c3ecb4, #add39f); + background-image: linear-gradient(#c3ecb4, #add39f); + background-repeat: repeat-x; + border-color: #b9dcac #b9dcac #a7c89b; +} +.button.danger, .minibutton.danger { + color: #900; +} +.button.danger:hover, .minibutton.danger:hover { + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); + background-color: #b33630; + background-image: -webkit-linear-gradient(#dc5f59, #b33630); + background-image: linear-gradient(#dc5f59, #b33630); + background-repeat: repeat-x; + border-color: #cd504a; +} +.button.danger:active, .button.danger.selected, .minibutton.danger:active, .minibutton.danger.selected { + color: #fff; + background-color: #b33630; + background-image: none; + border-color: #9f312c; +} +.button.danger:disabled, .button.danger:disabled:hover, .button.danger.disabled, .button.danger.disabled:hover, .minibutton.danger:disabled, .minibutton.danger:disabled:hover, .minibutton.danger.disabled, .minibutton.danger.disabled:hover { + color: #cb7f7f; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); + background-color: #efefef; + background-image: -webkit-linear-gradient(#fefefe, #efefef); + background-image: linear-gradient(#fefefe, #efefef); + background-repeat: repeat-x; + border-color: #e1e1e1; +} +.button.with-count, .minibutton.with-count { + float: left; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.button>.octicon, .minibutton>.octicon { + vertical-align: -1px; +} +.button>.octicon-arrow-right, .minibutton>.octicon-arrow-right { + float: right; + margin-left: 5px; +} +.minibutton>.octicon-arrow-right { + margin-top: 4px; +} +.minibutton { + padding: 0 10px; + line-height: 24px; +} +.hidden-text-expander { + display: block; +} +.hidden-text-expander.inline { + position: relative; + top: -1px; + display: inline-block; + margin-left: 5px; + line-height: 0; +} +.hidden-text-expander a { + display: inline-block; + height: 12px; + padding: 0 5px; + font-size: 12px; + font-weight: bold; + line-height: 6px; + color: #555; + text-decoration: none; + vertical-align: middle; + background: #ddd; + border-radius: 1px; +} +.hidden-text-expander a:hover { + text-decoration: none; + background-color: #ccc; +} +.hidden-text-expander a:active { + color: #fff; + background-color: #4183c4; +} +.social-count { + float: left; + padding: 0 7px; + font-size: 11px; + font-weight: bold; + line-height: 24px; + color: #333; + vertical-align: middle; + background-color: #fff; + border: 1px solid #ddd; + border-left: 0; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.social-count:hover { + color: #4183c4; + text-decoration: none; + cursor: pointer; +} +.button-block { + display: block; + width: 100%; + text-align: center; +} +.button-group { + display: inline-block; + vertical-align: middle; +} +.button-group:before { + display: table; + content: ""} +.button-group:after { + display: table; + clear: both; + content: ""} +.button-group .button, .button-group .minibutton, .button-group .button-outline { + position: relative; + float: left; + border-radius: 0; +} +.button-group .button:first-child, .button-group .minibutton:first-child, .button-group .button-outline:first-child { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.button-group .button:last-child, .button-group .minibutton:last-child, .button-group .button-outline:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.button-group .button:hover, .button-group .button:focus, .button-group .button:active, .button-group .button.selected, .button-group .minibutton:hover, .button-group .minibutton:focus, .button-group .minibutton:active, .button-group .minibutton.selected, .button-group .button-outline:hover, .button-group .button-outline:focus, .button-group .button-outline:active, .button-group .button-outline.selected { + z-index: 2; +} +.button-group .button+.button, .button-group .minibutton+.minibutton { + margin-left: -1px; + box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2); +} +.button-group .button+.button:hover, .button-group .minibutton+.minibutton:hover { + box-shadow: none; +} +.button-group .button+.button:active, .button-group .button+.button.selected, .button-group .minibutton+.minibutton:active, .button-group .minibutton+.minibutton.selected { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15); +} +.button-group .button-outline+.button-outline, .button-group .button_to+.button_to { + margin-left: -1px; +} +.button-group .button_to { + float: left; +} +.button-group .button_to .button, .button-group .button_to .minibutton, .button-group .button_to .button-outline { + border-radius: 0; +} +.button-group .button_to:first-child .button, .button-group .button_to:first-child .minibutton, .button-group .button_to:first-child .button-outline { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.button-group .button_to:last-child .button, .button-group .button_to:last-child .minibutton, .button-group .button_to:last-child .button-outline { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.button-group+.button-group, .button-group+.button, .button-group+.minibutton { + margin-left: 5px; +} +.button-link { + display: inline; + padding: 0; + font-size: inherit; + color: #4183c4; + white-space: nowrap; + cursor: pointer; + background-color: transparent; + border: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none; +} +.button-link:hover, .button-link:focus { + text-decoration: underline; +} +.button-link:focus { + outline: none; +} +.button-outline { + display: inline-block; + padding: 7px 12px; + font-size: 13px; + font-weight: bold; + color: #4183c4; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background: #fff; + border: 1px solid #e5e5e5; + border-radius: 3px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-appearance: none; +} +.button-outline:hover, .button-outline.zeroclipboard-is-hover { + color: #fff; + text-decoration: none; + background-color: #4183c4; + border-color: #4183c4; +} +.button-outline:disabled, .button-outline.disabled, .button-outline:disabled:hover, .button-outline.disabled:hover { + color: #777; + cursor: default; + background-color: #f5f5f5; + border-color: #e5e5e5; +} +.counter { + display: inline-block; + padding: 2px 5px; + font-size: 11px; + font-weight: bold; + line-height: 1; + color: #777; + background-color: #eee; + border-radius: 20px; +} +.tooltipped { + position: relative; +} +.tooltipped:after { + position: absolute; + z-index: 1000000; + display: none; + padding: 5px 8px; + font: normal normal 11px/1.5 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; + color: #fff; + text-align: center; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-wrap: break-word; + white-space: pre; + pointer-events: none; + content: attr(aria-label); + background: rgba(0, 0, 0, 0.8); + border-radius: 3px; + -webkit-font-smoothing: subpixel-antialiased; +} +.tooltipped:before { + position: absolute; + z-index: 1000001; + display: none; + width: 0; + height: 0; + color: rgba(0, 0, 0, 0.8); + pointer-events: none; + content: ""; + border: 5px solid transparent; +} +.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after { + display: inline-block; + text-decoration: none; +} +.tooltipped-multiline:hover:after, .tooltipped-multiline:active:after, .tooltipped-multiline:focus:after { + display: table-cell; +} +.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after { + top: 100%; + right: 50%; + margin-top: 5px; +} +.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before { + top: auto; + right: 50%; + bottom: -5px; + margin-right: -5px; + border-bottom-color: rgba(0, 0, 0, 0.8); +} +.tooltipped-se:after { + right: auto; + left: 50%; + margin-left: -15px; +} +.tooltipped-sw:after { + margin-right: -15px; +} +.tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after { + right: 50%; + bottom: 100%; + margin-bottom: 5px; +} +.tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before { + top: -5px; + right: 50%; + bottom: auto; + margin-right: -5px; + border-top-color: rgba(0, 0, 0, 0.8); +} +.tooltipped-ne:after { + right: auto; + left: 50%; + margin-left: -15px; +} +.tooltipped-nw:after { + margin-right: -15px; +} +.tooltipped-s:after, .tooltipped-n:after { + -webkit-transform: translateX(50%); + -ms-transform: translateX(50%); + transform: translateX(50%); +} +.tooltipped-w:after { + right: 100%; + bottom: 50%; + margin-right: 5px; + -webkit-transform: translateY(50%); + -ms-transform: translateY(50%); + transform: translateY(50%); +} +.tooltipped-w:before { + top: 50%; + bottom: 50%; + left: -5px; + margin-top: -5px; + border-left-color: rgba(0, 0, 0, 0.8); +} +.tooltipped-e:after { + bottom: 50%; + left: 100%; + margin-left: 5px; + -webkit-transform: translateY(50%); + -ms-transform: translateY(50%); + transform: translateY(50%); +} +.tooltipped-e:before { + top: 50%; + right: -5px; + bottom: 50%; + margin-top: -5px; + border-right-color: rgba(0, 0, 0, 0.8); +} +.tooltipped-multiline:after { + width: -moz-max-content; + width: -webkit-max-content; + max-width: 250px; + word-break: break-word; + word-wrap: normal; + white-space: pre-line; + border-collapse: separate; +} +.tooltipped-multiline.tooltipped-s:after, .tooltipped-multiline.tooltipped-n:after { + right: auto; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); +} +.tooltipped-multiline.tooltipped-w:after, .tooltipped-multiline.tooltipped-e:after { + right: 100%} +@media screen and (min-width: 0\0) { + .tooltipped-multiline: after { + width: 250px; +} +}.tooltipped-sticky:before, .tooltipped-sticky:after { + display: inline-block; +} +.tooltipped-sticky.tooltipped-multiline:after { + display: table-cell; +} +.fullscreen-overlay-enabled.dark-theme .tooltipped:after { + color: #000; + background: rgba(255, 255, 255, 0.8); +} +.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before { + border-bottom-color: rgba(255, 255, 255, 0.8); +} +.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before { + border-top-color: rgba(255, 255, 255, 0.8); +} +.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before { + border-right-color: rgba(255, 255, 255, 0.8); +} +.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before { + border-left-color: rgba(255, 255, 255, 0.8); +} +@font-face { + font-family: 'octicons'; + src: url(/assets/octicons/octicons/octicons-50f7c541d70d63b9d9e905389ae12f4f9f6e3e632b4c7e0655c9ef955ff0b092.eot?#iefix) format("embedded-opentype"), url(/assets/octicons/octicons/octicons-192e5fbb927be7cdb8bdfa0ecb98d3574bd395e58f9d00e5dcdfce5bc9660ac0.woff) format("woff"), url(/assets/octicons/octicons/octicons-1b8fabf8a76f5d60ef9999b3fcf5e06b9f563148d6215465df8952fdbb9aa3ec.ttf) format("truetype"), url(/assets/octicons/octicons/octicons-7f0c4ab57d5e4fce26440514dd399d7e5c356485584baf201b4ac751055b6e32.svg#octicons) format("svg"); + font-weight: normal; + font-style: normal; +} +.octicon { + font: normal normal 16px octicons; + line-height: 1; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.mega-octicon { + font: normal normal 32px octicons; + line-height: 1; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.octicon-alert:before { + content: '\f02d'} +.octicon-alignment-align:before { + content: '\f08a'} +.octicon-alignment-aligned-to:before { + content: '\f08e'} +.octicon-alignment-unalign:before { + content: '\f08b'} +.octicon-arrow-down:before { + content: '\f03f'} +.octicon-arrow-left:before { + content: '\f040'} +.octicon-arrow-right:before { + content: '\f03e'} +.octicon-arrow-small-down:before { + content: '\f0a0'} +.octicon-arrow-small-left:before { + content: '\f0a1'} +.octicon-arrow-small-right:before { + content: '\f071'} +.octicon-arrow-small-up:before { + content: '\f09f'} +.octicon-arrow-up:before { + content: '\f03d'} +.octicon-beer:before { + content: '\f069'} +.octicon-book:before { + content: '\f007'} +.octicon-bookmark:before { + content: '\f07b'} +.octicon-briefcase:before { + content: '\f0d3'} +.octicon-broadcast:before { + content: '\f048'} +.octicon-browser:before { + content: '\f0c5'} +.octicon-bug:before { + content: '\f091'} +.octicon-calendar:before { + content: '\f068'} +.octicon-check:before { + content: '\f03a'} +.octicon-checklist:before { + content: '\f076'} +.octicon-chevron-down:before { + content: '\f0a3'} +.octicon-chevron-left:before { + content: '\f0a4'} +.octicon-chevron-right:before { + content: '\f078'} +.octicon-chevron-up:before { + content: '\f0a2'} +.octicon-circle-slash:before { + content: '\f084'} +.octicon-circuit-board:before { + content: '\f0d6'} +.octicon-clippy:before { + content: '\f035'} +.octicon-clock:before { + content: '\f046'} +.octicon-cloud-download:before { + content: '\f00b'} +.octicon-cloud-upload:before { + content: '\f00c'} +.octicon-code:before { + content: '\f05f'} +.octicon-color-mode:before { + content: '\f065'} +.octicon-comment-add:before, .octicon-comment:before { + content: '\f02b'} +.octicon-comment-discussion:before { + content: '\f04f'} +.octicon-credit-card:before { + content: '\f045'} +.octicon-dash:before { + content: '\f0ca'} +.octicon-dashboard:before { + content: '\f07d'} +.octicon-database:before { + content: '\f096'} +.octicon-device-camera:before { + content: '\f056'} +.octicon-device-camera-video:before { + content: '\f057'} +.octicon-device-desktop:before { + content: '\f27c'} +.octicon-device-mobile:before { + content: '\f038'} +.octicon-diff:before { + content: '\f04d'} +.octicon-diff-added:before { + content: '\f06b'} +.octicon-diff-ignored:before { + content: '\f099'} +.octicon-diff-modified:before { + content: '\f06d'} +.octicon-diff-removed:before { + content: '\f06c'} +.octicon-diff-renamed:before { + content: '\f06e'} +.octicon-ellipsis:before { + content: '\f09a'} +.octicon-eye-unwatch:before, .octicon-eye-watch:before, .octicon-eye:before { + content: '\f04e'} +.octicon-file-binary:before { + content: '\f094'} +.octicon-file-code:before { + content: '\f010'} +.octicon-file-directory:before { + content: '\f016'} +.octicon-file-media:before { + content: '\f012'} +.octicon-file-pdf:before { + content: '\f014'} +.octicon-file-submodule:before { + content: '\f017'} +.octicon-file-symlink-directory:before { + content: '\f0b1'} +.octicon-file-symlink-file:before { + content: '\f0b0'} +.octicon-file-text:before { + content: '\f011'} +.octicon-file-zip:before { + content: '\f013'} +.octicon-flame:before { + content: '\f0d2'} +.octicon-fold:before { + content: '\f0cc'} +.octicon-gear:before { + content: '\f02f'} +.octicon-gift:before { + content: '\f042'} +.octicon-gist:before { + content: '\f00e'} +.octicon-gist-secret:before { + content: '\f08c'} +.octicon-git-branch-create:before, .octicon-git-branch-delete:before, .octicon-git-branch:before { + content: '\f020'} +.octicon-git-commit:before { + content: '\f01f'} +.octicon-git-compare:before { + content: '\f0ac'} +.octicon-git-merge:before { + content: '\f023'} +.octicon-git-pull-request-abandoned:before, .octicon-git-pull-request:before { + content: '\f009'} +.octicon-globe:before { + content: '\f0b6'} +.octicon-graph:before { + content: '\f043'} +.octicon-heart:before { + content: '\2665'} +.octicon-history:before { + content: '\f07e'} +.octicon-home:before { + content: '\f08d'} +.octicon-horizontal-rule:before { + content: '\f070'} +.octicon-hourglass:before { + content: '\f09e'} +.octicon-hubot:before { + content: '\f09d'} +.octicon-inbox:before { + content: '\f0cf'} +.octicon-info:before { + content: '\f059'} +.octicon-issue-closed:before { + content: '\f028'} +.octicon-issue-opened:before { + content: '\f026'} +.octicon-issue-reopened:before { + content: '\f027'} +.octicon-jersey:before { + content: '\f019'} +.octicon-jump-down:before { + content: '\f072'} +.octicon-jump-left:before { + content: '\f0a5'} +.octicon-jump-right:before { + content: '\f0a6'} +.octicon-jump-up:before { + content: '\f073'} +.octicon-key:before { + content: '\f049'} +.octicon-keyboard:before { + content: '\f00d'} +.octicon-law:before { + content: '\f0d8'} +.octicon-light-bulb:before { + content: '\f000'} +.octicon-link:before { + content: '\f05c'} +.octicon-link-external:before { + content: '\f07f'} +.octicon-list-ordered:before { + content: '\f062'} +.octicon-list-unordered:before { + content: '\f061'} +.octicon-location:before { + content: '\f060'} +.octicon-gist-private:before, .octicon-mirror-private:before, .octicon-git-fork-private:before, .octicon-lock:before { + content: '\f06a'} +.octicon-logo-github:before { + content: '\f092'} +.octicon-mail:before { + content: '\f03b'} +.octicon-mail-read:before { + content: '\f03c'} +.octicon-mail-reply:before { + content: '\f051'} +.octicon-mark-github:before { + content: '\f00a'} +.octicon-markdown:before { + content: '\f0c9'} +.octicon-megaphone:before { + content: '\f077'} +.octicon-mention:before { + content: '\f0be'} +.octicon-microscope:before { + content: '\f089'} +.octicon-milestone:before { + content: '\f075'} +.octicon-mirror-public:before, .octicon-mirror:before { + content: '\f024'} +.octicon-mortar-board:before { + content: '\f0d7'} +.octicon-move-down:before { + content: '\f0a8'} +.octicon-move-left:before { + content: '\f074'} +.octicon-move-right:before { + content: '\f0a9'} +.octicon-move-up:before { + content: '\f0a7'} +.octicon-mute:before { + content: '\f080'} +.octicon-no-newline:before { + content: '\f09c'} +.octicon-octoface:before { + content: '\f008'} +.octicon-organization:before { + content: '\f037'} +.octicon-package:before { + content: '\f0c4'} +.octicon-paintcan:before { + content: '\f0d1'} +.octicon-pencil:before { + content: '\f058'} +.octicon-person-add:before, .octicon-person-follow:before, .octicon-person:before { + content: '\f018'} +.octicon-pin:before { + content: '\f041'} +.octicon-playback-fast-forward:before { + content: '\f0bd'} +.octicon-playback-pause:before { + content: '\f0bb'} +.octicon-playback-play:before { + content: '\f0bf'} +.octicon-playback-rewind:before { + content: '\f0bc'} +.octicon-plug:before { + content: '\f0d4'} +.octicon-repo-create:before, .octicon-gist-new:before, .octicon-file-directory-create:before, .octicon-file-add:before, .octicon-plus:before { + content: '\f05d'} +.octicon-podium:before { + content: '\f0af'} +.octicon-primitive-dot:before { + content: '\f052'} +.octicon-primitive-square:before { + content: '\f053'} +.octicon-pulse:before { + content: '\f085'} +.octicon-puzzle:before { + content: '\f0c0'} +.octicon-question:before { + content: '\f02c'} +.octicon-quote:before { + content: '\f063'} +.octicon-radio-tower:before { + content: '\f030'} +.octicon-repo-delete:before, .octicon-repo:before { + content: '\f001'} +.octicon-repo-clone:before { + content: '\f04c'} +.octicon-repo-force-push:before { + content: '\f04a'} +.octicon-gist-fork:before, .octicon-repo-forked:before { + content: '\f002'} +.octicon-repo-pull:before { + content: '\f006'} +.octicon-repo-push:before { + content: '\f005'} +.octicon-rocket:before { + content: '\f033'} +.octicon-rss:before { + content: '\f034'} +.octicon-ruby:before { + content: '\f047'} +.octicon-screen-full:before { + content: '\f066'} +.octicon-screen-normal:before { + content: '\f067'} +.octicon-search-save:before, .octicon-search:before { + content: '\f02e'} +.octicon-server:before { + content: '\f097'} +.octicon-settings:before { + content: '\f07c'} +.octicon-log-in:before, .octicon-sign-in:before { + content: '\f036'} +.octicon-log-out:before, .octicon-sign-out:before { + content: '\f032'} +.octicon-split:before { + content: '\f0c6'} +.octicon-squirrel:before { + content: '\f0b2'} +.octicon-star-add:before, .octicon-star-delete:before, .octicon-star:before { + content: '\f02a'} +.octicon-steps:before { + content: '\f0c7'} +.octicon-stop:before { + content: '\f08f'} +.octicon-repo-sync:before, .octicon-sync:before { + content: '\f087'} +.octicon-tag-remove:before, .octicon-tag-add:before, .octicon-tag:before { + content: '\f015'} +.octicon-telescope:before { + content: '\f088'} +.octicon-terminal:before { + content: '\f0c8'} +.octicon-three-bars:before { + content: '\f05e'} +.octicon-tools:before { + content: '\f031'} +.octicon-trashcan:before { + content: '\f0d0'} +.octicon-triangle-down:before { + content: '\f05b'} +.octicon-triangle-left:before { + content: '\f044'} +.octicon-triangle-right:before { + content: '\f05a'} +.octicon-triangle-up:before { + content: '\f0aa'} +.octicon-unfold:before { + content: '\f039'} +.octicon-unmute:before { + content: '\f0ba'} +.octicon-versions:before { + content: '\f064'} +.octicon-remove-close:before, .octicon-x:before { + content: '\f081'} +.octicon-zap:before { + content: '\26A1'} +.date_selector { + width: 225px; + text-align: left; + text-decoration: none; + z-index: 9; + display: none; +} +.date_selector .month_nav, .date_selector .year_nav { + margin-top: 5px; + margin-bottom: 5px; + padding: 0; + display: block; + position: relative; + text-align: center; + line-height: 20px; +} +.date_selector .month_nav { + float: left; + width: 55%} +.date_selector .year_nav { + float: right; + width: 35%} +.date_selector .date-button { + position: absolute; + top: 0; + width: 18px; + height: 18px; + padding: 4px; + color: #4183c4; + font-size: 12px; + cursor: pointer; + line-height: 12px; +} +.date_selector .prev { + left: 0; +} +.date_selector .next { + right: 0; +} +.date_selector table { + width: 100%; + clear: both; +} +.date_selector tr { + font-size: 0; +} +.date_selector th, .date_selector td { + width: 32px; + height: 32px; + line-height: 28px; + padding: 0; + text-align: center; + font-weight: normal; + display: inline-block; + font-size: 12px; + margin-top: -1px; + margin-left: -1px; +} +.date_selector td { + border: 1px solid #ccc; + color: #4183c4; + background: #fff; + cursor: default; +} +.date_selector td.today { + background: #eee; +} +.date_selector td.selected, .date_selector td.selectable_day:hover { + background: #4183c4; + color: #fff; + border-color: #3269a0; + z-index: 10; + position: relative; + cursor: pointer; +} +.date_selector td.unselected_month { + color: #ccc; +} +.jcrop-holder { + direction: ltr; + text-align: left; + -ms-touch-action: none; +} +.jcrop-vline, .jcrop-hline { + background: #fff url(/assets/spinners/Jcrop-752309673bbd9d9b2ba0bd58d0a7071a2c59c30e2824d85bcd2a3bc0a07ef1f1.gif); + font-size: 0; + position: absolute; +} +.jcrop-vline { + height: 100%; + width: 1px !important; +} +.jcrop-vline.right { + right: 0; +} +.jcrop-hline { + height: 1px !important; + width: 100%} +.jcrop-hline.bottom { + bottom: 0; +} +.jcrop-tracker { + height: 100%; + width: 100%; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; +} +.jcrop-handle { + background-color: #333; + border: 1px #eee solid; + width: 7px; + height: 7px; + font-size: 1px; +} +.jcrop-handle.ord-n { + left: 50%; + margin-left: -4px; + margin-top: -4px; + top: 0; +} +.jcrop-handle.ord-s { + bottom: 0; + left: 50%; + margin-bottom: -4px; + margin-left: -4px; +} +.jcrop-handle.ord-e { + margin-right: -4px; + margin-top: -4px; + right: 0; + top: 50%} +.jcrop-handle.ord-w { + left: 0; + margin-left: -4px; + margin-top: -4px; + top: 50%} +.jcrop-handle.ord-nw { + left: 0; + margin-left: -4px; + margin-top: -4px; + top: 0; +} +.jcrop-handle.ord-ne { + margin-right: -4px; + margin-top: -4px; + right: 0; + top: 0; +} +.jcrop-handle.ord-se { + bottom: 0; + margin-bottom: -4px; + margin-right: -4px; + right: 0; +} +.jcrop-handle.ord-sw { + bottom: 0; + left: 0; + margin-bottom: -4px; + margin-left: -4px; +} +.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s { + height: 7px; + width: 100%} +.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w { + height: 100%; + width: 7px; +} +.jcrop-dragbar.ord-n { + margin-top: -4px; +} +.jcrop-dragbar.ord-s { + bottom: 0; + margin-bottom: -4px; +} +.jcrop-dragbar.ord-e { + margin-right: -4px; + right: 0; +} +.jcrop-dragbar.ord-w { + margin-left: -4px; +} +.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline { + background: #fff; + filter: alpha(opacity=70) !important; + opacity: 0.7 !important; +} +.jcrop-light .jcrop-handle { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + background-color: #000; + border-color: #fff; + border-radius: 3px; +} +.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline { + background: #000; + filter: alpha(opacity=70) !important; + opacity: 0.7 !important; +} +.jcrop-dark .jcrop-handle { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + background-color: #fff; + border-color: #000; + border-radius: 3px; +} +.jcrop-holder img, img.jcrop-preview { + max-width: none; +} +.code-frequency .addition { + fill-opacity: 1; + fill: #6cc644; +} +.code-frequency .deletion { + fill-opacity: 1; + fill: #bd2c00; +} +.cadd { + font-weight: bold; + color: #6cc644; +} +.cdel { + font-weight: bold; + color: #bd2c00; +} +.commit-activity-graphs .dots { + display: none; +} +#commit-activity-master { + margin-top: 20px; +} +.is-graph-loading #commit-activity-master { + display: none; +} +rect { + shape-rendering: crispedges; +} +rect.max { + fill: #ffc644; +} +g.bar { + fill: #1db34f; +} +g.mini { + fill: #f17f49; +} +g.active rect { + fill: #bd380f; +} +circle.focus { + fill: #555; +} +.dot text { + stroke: none; + fill: #555; +} +.tint-box { + border-radius: 6px; + background: #f3f3f3; + position: relative; + margin-bottom: 10px; +} +.tint-box.transparent { + background: #fff; +} +.tint-box .activity { + margin-top: 0; + padding-top: 100px; +} +.contrib-data { + margin: 0 0 10px; + list-style: none; + padding: 0; +} +#contributors .capped-card .avatar { + float: left; + width: 32px; + height: 32px; + margin-right: 5px; +} +#contributors .capped-card h3 { + font-weight: normal; +} +#contributors .capped-card .ameta { + display: block; + font-size: 12px; + color: #ccc; +} +#contributors .capped-card .rank { + float: right; + color: #999; + font-size: 13px; +} +#contributors .capped-card .cmt { + color: #999; +} +#contributors .capped-card path { + fill: #f17f49; +} +#contributors .capped-card .midlabel { + fill: #ccc; +} +.d { + color: #bd2c00; +} +.a { + color: #6cc644; +} +.axis { + fill: #aaa; + font-size: 10px; +} +.axis line { + shape-rendering: crispedges; + stroke: #eee; +} +.axis path { + display: none; +} +.axis .zero line { + stroke-width: 1.5; + stroke: #4183c4; + stroke-dasharray: 3 3; +} +.graphs .is-graph-loading { + min-height: 500px; +} +.graphs.wheader h2 { + padding: 1px; +} +.graphs .area { + fill: #1db34f; + fill-opacity: 0.5; +} +.graphs .path { + stroke: #1db34f; + stroke-width: 2px; + stroke-opacity: 1; + fill: none; +} +.graphs .dot { + fill: #1db34f; + stroke: #16873c; + stroke-width: 2px; +} +.graphs .dot.padded { + stroke: #fff; + stroke-width: 1px; +} +.graphs .dot.padded circle:hover { + fill: #4183c4; +} +.graphs .d3-tip { + fill: #333; +} +.graphs .d3-tip text { + fill: #fff; + font-size: 11px; +} +.graphs .dir { + font-size: 12px; + font-weight: normal; + color: #555; + line-height: 100%; + padding-top: 5px; + float: right; +} +.graphs .selection rect { + fill: #333; + fill-opacity: 0.1; + stroke: #333; + stroke-width: 1px; + stroke-opacity: 0.4; + shape-rendering: crispedges; + stroke-dasharray: 3 3; +} +.graph-filter h3 { + display: inline-block; + margin: 10px 0 0; + font-weight: 300; + font-size: 24px; +} +.graph-filter .info { + margin-top: 5px; + margin-bottom: 20px; + color: #777; +} +.graph-filter .select-menu { + float: right; + margin-top: 13px; +} +h2.ghead:after { + content: "."; + height: 0; + display: block; + visibility: hidden; + clear: both; +} +.graph-canvas .activity { + text-align: center; + width: 400px; + margin: 100px auto 0; + color: #444; + border-radius: 3px; + padding: 10px; +} +.graph-canvas .error { + color: #900; + background: #feeaea; + padding: 10px; + border-radius: 3px; +} +.graph-canvas .dots { + margin: 0 auto; +} +.graph-canvas>.activity { + display: none; +} +.graph-loading, .graph-error, .graph-empty { + display: none; +} +.graph-canvas.is-graph-loading>.activity, .graph-canvas.is-graph-empty>.activity { + display: block; +} +.is-graph-loading .graph-loading, .is-graph-empty .graph-empty, .is-graph-load-error .graph-error { + display: block; +} +.svg-tip { + padding: 10px; + background: rgba(0, 0, 0, 0.8); + color: #bbb; + font-size: 12px; + position: absolute; + z-index: 99999; + text-align: center; + border-radius: 3px; +} +.svg-tip strong { + color: #ddd; +} +.svg-tip.is-visible { + display: block; +} +.svg-tip:after { + -moz-box-sizing: border-box; + box-sizing: border-box; + position: absolute; + left: 50%; + height: 5px; + width: 5px; + bottom: -10px; + margin: 0 0 0 -5px; + content: " "; + border: 5px solid transparent; + border-top-color: rgba(0, 0, 0, 0.8); +} +.svg-tip.comparison { + text-align: left; + pointer-events: none; + padding: 0; +} +.svg-tip.comparison .title { + display: block; + padding: 10px; + margin: 0; + line-height: 1; + font-weight: bold; + pointer-events: none; +} +.svg-tip.comparison ul { + list-style: none; + margin: 0; + white-space: nowrap; +} +.svg-tip.comparison li { + display: inline-block; + padding: 10px; +} +.svg-tip.comparison li:first-child { + border-top: 3px solid #1db34f; + border-right: 1px solid #333; +} +.svg-tip.comparison li:last-child { + border-top: 3px solid #1d7fb3; +} +.svg-tip-one-line { + white-space: nowrap; +} +.day-name { + fill: #555; +} +circle.day { + stroke-width: 0; + fill: #444; +} +circle.day:hover { + fill: #4183c4; +} +line.axis { + stroke-width: 1; + stroke: #eee; + shape-rendering: crispedges; +} +line.axis.even { + stroke: #e0e0e0; +} +.traffic-graph { + min-height: 150px; +} +.traffic-graph .activity { + margin-top: 0; +} +.traffic-graph .activity .dots { + margin-top: 40px; +} +.traffic-graph .path { + fill: none; + stroke-width: 2; +} +.traffic-graph path.total { + stroke: #1db34f; +} +.traffic-graph path.unique { + stroke: #1d7fb3; +} +.traffic-graph .x.axis .tick:first-child line { + stroke: #1db34f; + stroke-width: 2px; +} +.traffic-graph .y line { + stroke: #1db34f; +} +.traffic-graph .y.unique line { + stroke: #1d7fb3; +} +.traffic-graph .overlay { + fill-opacity: 0; +} +.uniques-graph .x.axis .tick:nth-child(14) line { + stroke: #1d7fb3; + stroke-width: 2px; +} +.svg-tip .date { + color: #fff; +} +#top-domains .dots { + margin: 167px auto 0; + display: block; +} +#top-domains .favicon { + width: 16px; + height: 16px; +} +table.capped-list { + width: 100%; + line-height: 100%} +table.capped-list th { + text-align: left; + padding: 8px; + border-bottom: 1px solid #ddd; + background: #f4f4f4; +} +table.capped-list td { + padding: 8px; + border-bottom: 1px solid #eee; + font-size: 12px; +} +table.capped-list th.middle, table.capped-list td.middle { + text-align: center; +} +table.capped-list .favicon { + width: 16px; + height: 16px; + vertical-align: middle; + margin: 0 5px; +} +table.capped-list .octicon { + margin-right: 10px; + vertical-align: -1px; + color: #555; +} +table.capped-list tr:nth-child(even) { + background-color: #fcfcfc; +} +table.capped-list.mini-icons .mini-icon { + margin-right: 5px; + color: #555; +} +.capped-list-label { + overflow: hidden; + white-space: nowrap; + max-width: 200px; + text-overflow: ellipsis; +} +.traffic-graph-stats { + border-top: 1px solid #ddd; +} +.traffic-graph-stats .summary-stats { + width: 100%} +.traffic-graph-stats .summary-stats:before { + display: table; + content: ""} +.traffic-graph-stats .summary-stats:after { + display: table; + clear: both; + content: ""} +.traffic-graph-stats .summary-stats li { + width: 50%; + display: block; + float: left; + padding-bottom: 10px; +} +.totals circle { + fill: #1db34f; + stroke: #fff; + stroke-width: 2; +} +.uniques circle { + fill: #1d7fb3; + stroke: #fff; + stroke-width: 2; +} +.top-lists .is-loading { + text-align: center; + margin: 40px; +} +ul.web-views li { + width: 140px; +} +ul.clones li { + width: 170px; +} +.markdown-body { + overflow: hidden; + font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + font-size: 16px; + line-height: 1.6; + word-wrap: break-word; +} +.markdown-body>*:first-child { + margin-top: 0 !important; +} +.markdown-body>*:last-child { + margin-bottom: 0 !important; +} +.markdown-body .absent { + color: #c00; +} +.markdown-body .anchor { + position: absolute; + top: 0; + bottom: 0; + left: 0; + display: block; + padding-right: 6px; + padding-left: 30px; + margin-left: -30px; +} +.markdown-body .anchor:focus { + outline: none; +} +.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { + position: relative; + margin-top: 1em; + margin-bottom: 16px; + font-weight: bold; + line-height: 1.4; +} +.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { + display: none; + color: #000; + vertical-align: middle; +} +.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor { + padding-left: 8px; + margin-left: -30px; + line-height: 1; + text-decoration: none; +} +.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link { + display: inline-block; +} +.markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code { + font-size: inherit; +} +.markdown-body h1 { + padding-bottom: 0.3em; + font-size: 2.25em; + line-height: 1.2; + border-bottom: 1px solid #eee; +} +.markdown-body h2 { + padding-bottom: 0.3em; + font-size: 1.75em; + line-height: 1.225; + border-bottom: 1px solid #eee; +} +.markdown-body h3 { + font-size: 1.5em; + line-height: 1.43; +} +.markdown-body h4 { + font-size: 1.25em; +} +.markdown-body h5 { + font-size: 1em; +} +.markdown-body h6 { + font-size: 1em; + color: #777; +} +.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre { + margin-top: 0; + margin-bottom: 16px; +} +.markdown-body hr { + height: 4px; + padding: 0; + margin: 16px 0; + background-color: #e7e7e7; + border: 0 none; +} +.markdown-body ul, .markdown-body ol { + padding-left: 2em; +} +.markdown-body ul.no-list, .markdown-body ol.no-list { + padding: 0; + list-style-type: none; +} +.markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul { + margin-top: 0; + margin-bottom: 0; +} +.markdown-body li>p { + margin-top: 16px; +} +.markdown-body dl { + padding: 0; +} +.markdown-body dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: bold; +} +.markdown-body dl dd { + padding: 0 16px; + margin-bottom: 16px; +} +.markdown-body blockquote { + padding: 0 15px; + color: #777; + border-left: 4px solid #ddd; +} +.markdown-body blockquote>:first-child { + margin-top: 0; +} +.markdown-body blockquote>:last-child { + margin-bottom: 0; +} +.markdown-body table { + display: block; + width: 100%; + overflow: auto; + word-break: normal; + word-break: keep-all; +} +.markdown-body table th { + font-weight: bold; +} +.markdown-body table th, .markdown-body table td { + padding: 6px 13px; + border: 1px solid #ddd; +} +.markdown-body table tr { + background-color: #fff; + border-top: 1px solid #ccc; +} +.markdown-body table tr:nth-child(2n) { + background-color: #f8f8f8; +} +.markdown-body img { + max-width: 100%; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.markdown-body span.frame { + display: block; + overflow: hidden; +} +.markdown-body span.frame>span { + display: block; + float: left; + width: auto; + padding: 7px; + margin: 13px 0 0; + overflow: hidden; + border: 1px solid #ddd; +} +.markdown-body span.frame span img { + display: block; + float: left; +} +.markdown-body span.frame span span { + display: block; + padding: 5px 0 0; + clear: both; + color: #333; +} +.markdown-body span.align-center { + display: block; + overflow: hidden; + clear: both; +} +.markdown-body span.align-center>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: center; +} +.markdown-body span.align-center span img { + margin: 0 auto; + text-align: center; +} +.markdown-body span.align-right { + display: block; + overflow: hidden; + clear: both; +} +.markdown-body span.align-right>span { + display: block; + margin: 13px 0 0; + overflow: hidden; + text-align: right; +} +.markdown-body span.align-right span img { + margin: 0; + text-align: right; +} +.markdown-body span.float-left { + display: block; + float: left; + margin-right: 13px; + overflow: hidden; +} +.markdown-body span.float-left span { + margin: 13px 0 0; +} +.markdown-body span.float-right { + display: block; + float: right; + margin-left: 13px; + overflow: hidden; +} +.markdown-body span.float-right>span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: right; +} +.markdown-body code, .markdown-body tt { + padding: 0; + padding-top: 0.2em; + padding-bottom: 0.2em; + margin: 0; + font-size: 85%; + background-color: rgba(0, 0, 0, 0.04); + border-radius: 3px; +} +.markdown-body code:before, .markdown-body code:after, .markdown-body tt:before, .markdown-body tt:after { + letter-spacing: -0.2em; + content: "\00a0"} +.markdown-body code br, .markdown-body tt br { + display: none; +} +.markdown-body del code { + text-decoration: inherit; +} +.markdown-body pre>code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; +} +.markdown-body .highlight { + margin-bottom: 16px; +} +.markdown-body .highlight pre, .markdown-body pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f7f7f7; + border-radius: 3px; +} +.markdown-body .highlight pre { + margin-bottom: 0; + word-break: normal; +} +.markdown-body pre { + word-wrap: normal; +} +.markdown-body pre code, .markdown-body pre tt { + display: inline; + max-width: initial; + padding: 0; + margin: 0; + overflow: initial; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0; +} +.markdown-body pre code:before, .markdown-body pre code:after, .markdown-body pre tt:before, .markdown-body pre tt:after { + content: normal; +} +.pl-c { + color: #969896; +} +.pl-c1, .pl-mdh, .pl-mm, .pl-mp, .pl-mr, .pl-s1 .pl-v, .pl-s3, .pl-sc, .pl-sv { + color: #0086b3; +} +.pl-e, .pl-en { + color: #795da3; +} +.pl-s1 .pl-s2, .pl-smi, .pl-smp, .pl-stj, .pl-vo, .pl-vpf { + color: #333; +} +.pl-ent { + color: #63a35c; +} +.pl-k, .pl-s, .pl-st { + color: #a71d5d; +} +.pl-pds, .pl-s1, .pl-s1 .pl-pse .pl-s2, .pl-sr, .pl-sr .pl-cce, .pl-sr .pl-sra, .pl-sr .pl-sre, .pl-src, .pl-v { + color: #df5000; +} +.pl-id { + color: #b52a1d; +} +.pl-ii { + background-color: #b52a1d; + color: #f8f8f8; +} +.pl-sr .pl-cce { + color: #63a35c; + font-weight: bold; +} +.pl-ml { + color: #693a17; +} +.pl-mh, .pl-mh .pl-en, .pl-ms { + color: #1d3e81; + font-weight: bold; +} +.pl-mq { + color: #008080; +} +.pl-mi { + color: #333; + font-style: italic; +} +.pl-mb { + color: #333; + font-weight: bold; +} +.pl-md, .pl-mdhf { + background-color: #ffecec; + color: #bd2c00; +} +.pl-mdht, .pl-mi1 { + background-color: #eaffea; + color: #55a532; +} +.pl-mdr { + color: #795da3; + font-weight: bold; +} +.pl-mo { + color: #1d3e81; +} +.ace_gutter { + background: #ffffff; + color: #999999; +} +.ace_print-margin { + width: 1px; + background: #e8e8e8; +} +.ace-github-light { + background-color: #ffffff; + color: #333333; +} +.ace_cursor { + color: #000000; +} +.ace_marker-layer .ace_selection { + background: #c8c8fa; +} +.ace_multiselect .ace_selection.ace_start { + box-shadow: 0 0 3px 0px #ffffff; + border-radius: 2px; +} +.ace_marker-layer .ace_step { + background: #c6dbae; +} +.ace_marker-layer .ace_bracket { + margin: -1px 0 0 -1px; + border: 1px solid #c0c0c0; +} +.ace_marker-layer .ace_active-line { + background: #f5f5f5; +} +.ace_gutter-active-line { + background-color: #f5f5f5; +} +.ace_marker-layer .ace_selected-word { + border: 1px solid #c8c8fa; +} +.ace_fold { + background-color: #a71d5d; + border-color: #333333; +} +.ace_keyword { + color: #a71d5d; +} +.ace_constant { + color: #0086b3; +} +.ace_support { + color: #0086b3; +} +.ace_support.ace_constant { + color: #0086b3; +} +.ace_support.ace_type { + color: #a71d5d; +} +.ace_storage { + color: #a71d5d; +} +.ace_storage.ace_type { + color: #a71d5d; +} +.ace_invalid.ace_illegal { + text-decoration: underline; + font-style: italic; + color: #f8f8f8; + background-color: #b52a1d; +} +.ace_invalid.ace_deprecated { + text-decoration: underline; + font-style: italic; + color: #b52a1d; +} +.ace_string { + color: #df5000; +} +.ace_string.ace_regexp { + color: #df5000; +} +.ace_comment { + color: #969896; +} +.ace_variable { + color: #df5000; +} +.ace_entity.ace_name { + color: #795da3; +} +.ace_entity.ace_name.ace_tag { + color: #63a35c; +} +.ace_markup.ace_heading { + color: #1d3e81; +} +.ace_markup.ace_list { + color: #693a17; +} +.focus-content { + width: 620px; +} +#site-container>.container:first-child { + margin-top: 20px; +} +.emoji-icon { + display: inline-block; + height: 20px; + width: 20px; + vertical-align: middle; + background-repeat: no-repeat; + background-size: 20px 20px; +} +.avatar { + display: inline-block; + overflow: hidden; + line-height: 1; + vertical-align: middle; + border-radius: 3px; +} +.avatar-small { + border-radius: 2px; +} +.avatar-link { + float: left; + line-height: 1; +} +.avatar-group-item { + display: inline-block; + margin-bottom: 3px; +} +.avatar-parent-child { + position: relative; +} +.avatar-child { + position: absolute; + right: -15%; + bottom: -9%; + border-radius: 2px; + box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8); +} +.state { + display: inline-block; + padding: 4px 8px; + font-weight: bold; + line-height: 20px; + color: #fff; + text-align: center; + border-radius: 3px; + background-color: #999; +} +.state-open, .state-proposed, .state-reopened { + background-color: #6cc644; +} +.state-merged { + background-color: #6e5494; +} +.state-closed { + background-color: #bd2c00; +} +.state-renamed { + background-color: #fffa5d; +} +.labels { + position: relative; +} +.label { + display: inline-block; + padding: 3px 4px; + font-size: 11px; + font-weight: bold; + line-height: 1; + color: #fff; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); +} +.label:hover { + text-decoration: none; +} +.label-admin { + color: #999; + background-color: #eee; +} +.label-limited-member { + margin-top: -1px; + margin-bottom: -1px; + color: #999; + font-weight: normal; + background-color: transparent; + border: 1px solid #eee; + box-shadow: none; +} +.label-neutral { + background-color: #999; + color: #fff; +} +a.label-link { + border: 1px solid transparent; +} +a.label-link:hover { + text-decoration: none; +} +.label-membership-pending { + background-color: #f93; +} +.facebox { + position: absolute; + top: 0; + left: 0; + z-index: 100; + padding-bottom: 40px; +} +.facebox ul { + margin-left: 25px; + margin-bottom: 15px; +} +.facebox .facebox-staff-links { + margin: -15px -15px 15px; + padding: 10px 15px; + background-color: #f5f5f5; + border-bottom: 1px solid #e5e5e5; +} +.facebox .facebox-staff-links li { + display: inline-block; + margin-right: 10px; + color: #999; + list-style: none; +} +.facebox .facebox-staff-links a { + font-weight: bold; +} +.facebox pre { + padding: 10px; + background-color: #eee; + border: 1px solid #ddd; + border-radius: 3px; +} +.facebox .shortcuts { + width: 860px; +} +.facebox .facebox-user-list { + margin-left: 0; + margin-bottom: 0; + max-height: 400px; + overflow: auto; +} +.facebox .lineprofiler { + width: 900px; +} +.facebox .lineprofiler pre { + overflow-x: scroll; + white-space: pre; + word-wrap: normal; +} +.facebox-popup { + position: relative; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.25); + border-radius: 5px; + box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); + background-clip: padding-box; +} +.facebox-content { + width: 455px; + padding: 15px; +} +.facebox-content:before { + display: table; + content: ""} +.facebox-content:after { + display: table; + clear: both; + content: ""} +.facebox-close { + position: absolute; + top: 8px; + right: 5px; + padding: 10px; + -webkit-appearance: none; + background-color: transparent; + border: 0; + opacity: 0.25; + cursor: pointer; +} +.facebox-close:hover { + opacity: 1; +} +.facebox-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%} +.facebox-overlay-hide { + z-index: -100; +} +.facebox-overlay-active { + z-index: 99; + background-color: #000; +} +.facebox-loading { + min-height: 64px; + background-image: url(/assets/spinners/octocat-spinner-64-f4c980250033ceb8052bb542cf947750f8c73ebe69b0b0b66b415b4a40f8bd6e.gif); + background-position: center center; + background-repeat: no-repeat; +} +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .facebox-loading { + background-image: url(/assets/spinners/octocat-spinner-128-338974454bb5c32803e82f601beb051d373744b024fe8742a76009700fd7e033.gif); + background-size: 64px 64px; +} +}.facebox-header { + margin: -15px -15px 15px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; + font-size: 18px; + font-weight: normal; +} +.facebox-footer { + margin: 0 -15px -15px; + padding: 10px 15px; + border-top: 1px solid #e5e5e5; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + background: #fafafa; + text-align: right; +} +.facebox-footer .help { + margin: 0; + text-align: center; + color: #777; +} +.facebox-alert, .facebox-danger { + margin: -16px -15px 15px; + padding: 10px 15px; + border-style: solid; + border-width: 1px 0; +} +.facebox-alert { + color: #796620; + background-color: #f8eec7; + border-color: #f2e09a; +} +.facebox-danger { + padding-left: 40px; + color: #9c342e; + background-color: #f7d9d7; + border-color: #f2c4c2; +} +.facebox-danger .octicon { + float: left; + margin-left: -25px; +} +.facebox-separator { + margin: 20px -15px; +} +.facebox-staff-search .hfields { + margin-top: 0; + margin-bottom: 0; +} +.facebox-staff-search .hfields input[type="text"] { + width: 340px; + margin-right: 0; +} +.facebox-staff-search .hfields .button { + margin-top: 29px; + margin-right: 0; +} +.facebox-staff-search .status-check-list { + float: none; + margin: 15px 0 0; +} +#facebox .billing-credit-cards { + margin: 0 0 15px; +} +#facebox .billing-credit-cards li { + margin: 0 4px 0 0; +} +.keyboard-shortcuts { + float: right; + font-size: 11px; + color: #999; +} +.keyboard-shortcuts .mini-icon { + position: relative; + top: 2px; + margin-left: 5px; +} +.keyboard-mappings { + font-size: 12px; + color: #555; +} +.keyboard-mappings th { + padding-top: 25px; + font-size: 14px; + line-height: 1.5; + color: #333; + text-align: left; +} +.keyboard-mappings tbody:first-child tr:first-child th { + padding-top: 0; +} +.keyboard-mappings td { + padding-top: 3px; + padding-bottom: 3px; + vertical-align: top; + line-height: 20px; +} +.keyboard-mappings .keys { + padding-right: 10px; + color: #999; + text-align: right; + white-space: nowrap; +} +.keyboard-mappings .platform-mac { + display: none; +} +.macintosh .keyboard-mappings .platform-mac { + display: inline; +} +.macintosh .keyboard-mappings .platform-other { + display: none; +} +.facebox-user-list-item { + padding: 3px 0; + list-style: none; + font-weight: bold; + vertical-align: middle; +} +.facebox-user-list-item a { + color: #000; +} +.facebox-user-list-item img { + margin-right: 5px; + border-radius: 3px; + vertical-align: middle; +} +.linejump .linejump-input { + width: 340px; + background-color: #fafafa; +} +.linejump .linejump-input, .linejump .button { + font-size: 16px; + padding: 10px 15px; +} +.linejump+.facebox-close { + top: 18px; +} +.repo-transfer-tip { + margin-bottom: 0; +} +.user-mention, .team-mention { + font-weight: bold; + color: #333; + white-space: nowrap; +} +.muted-link { + color: #777; +} +.muted-link:hover { + color: #4183c4; + text-decoration: none; +} +dl.form>dd input[type="text"].is-autocheck-loading, dl.form>dd input[type="password"].is-autocheck-loading, dl.form>dd input[type="email"].is-autocheck-loading { + background-image: url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif); + background-size: 16px; +} +dl.form>dd input[type="text"].is-autocheck-successful, dl.form>dd input[type="password"].is-autocheck-successful, dl.form>dd input[type="email"].is-autocheck-successful { + background-image: url(/assets/modules/ajax/success-d52b10be0dd106e2af0082f20d3567b3b4ca1a01588fe8784559581d174b9cfd.png); +} +dl.form>dd input[type="text"].is-autocheck-errored, dl.form>dd input[type="password"].is-autocheck-errored, dl.form>dd input[type="email"].is-autocheck-errored { + background-image: url(/assets/modules/ajax/error-5be259755184ed4fca9b2999079396864dfda1f514c4a58c800c36d148d2f6ab.png); +} +.form-cards { + height: 31px; + margin: 0 0 15px; +} +.form-cards .card { + float: left; + width: 47px; + height: 31px; + text-indent: -9999px; + background-image: url(/assets/modules/pricing/credit-cards-@1x-a2d43def9fd8ef56b0ff933150fbb82e05cc3c64f0e1c9b3282fa29eff6659f9.png); + background-position: 0 0; + opacity: 0.6; +} +.form-cards .card.visa { + background-position: 0 0; +} +.form-cards .card.amex { + background-position: -50px 0; +} +.form-cards .card.mastercard { + background-position: -100px 0; +} +.form-cards .card.discover { + background-position: -150px 0; +} +.form-cards .card.jcb { + background-position: -200px 0; +} +.form-cards .card.dinersclub { + background-position: -250px 0; +} +.form-cards .card.enabled { + opacity: 1; +} +.form-cards .card.disabled { + opacity: 0.2; +} +.form-cards>.cards { + margin: 0; +} +.form-cards>.cards>li { + float: left; + margin: 0 4px 0 0; + list-style-type: none; +} +.form-cards>.cards>li.text { + font-size: 11px; + line-height: 31px; + color: #999; +} +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .form-cards>.cards .card { + background-image: url(/assets/modules/pricing/credit-cards-@2x-04ddcb8fd3b4dd231fabd04a4b8098b8110035b0372cc0e0974b05b8fdb897ce.png); + background-size: 300px 31px; +} +}.status-indicator-loading { + position: relative; + top: 3px; + width: 16px; + height: 16px; + margin-top: -4px; + background: url(/assets/spinners/octocat-spinner-32-EAF2F5-0bdc57d34b85c4a4de9d0d1db10cd70e8a95f33ff4f46c5a8c48b4bf4e5a9abe.gif) 0 0 no-repeat; + background-size: 16px; +} +.callout { + padding: 10px; + margin: 15px 0; + font-size: 13px; + color: #4c4a42; + background-color: #fff9ea; + border-color: #dfd8c2; + border-radius: 3px; +} +.callout strong { + font-weight: bold; + color: #000; +} +.callout h2 { + margin: 0; + font-size: 16px; + font-weight: 300; +} +.callout p:last-child { + margin-bottom: 0; +} +.callout p:first-child { + margin-top: 0; +} +.callout hr { + width: 100%; + padding: 0 10px; + margin: 10px 0 10px -10px; + background: transparent; + border-top: 1px solid #e5e2c8; + border-bottom: 1px solid #fff; +} +.infotip { + padding: 10px; + margin: 15px 0; + font-size: 12px; + color: #4c4a42; + background-color: #fff9ea; + border: 1px solid #dfd8c2; + border-radius: 3px; +} +.infotip p { + margin: 0; +} +.infotip p+p { + margin-top: 15px; +} +.dashboard-notice { + position: relative; + padding: 15px 15px 15px 55px; + margin-bottom: 20px; + font-size: 14px; + background-color: #fafafa; + border: solid 1px #d8d8d8; + border-radius: 3px; +} +.dashboard-notice .dismiss { + position: absolute; + top: 10px; + right: 10px; + width: 16px; + height: 16px; + color: #bbb; + cursor: pointer; +} +.dashboard-notice .dismiss:hover { + color: #666; +} +.dashboard-notice .mega-octicon { + position: absolute; + top: 15px; + left: 15px; +} +.dashboard-notice .octicon-organization { + color: #4183c4; +} +.dashboard-notice h2 { + margin-top: 9px; + margin-bottom: 16px; + font-size: 18px; + font-weight: normal; + color: #000; +} +.dashboard-notice p { + margin-top: 0; +} +.dashboard-notice p.no-title { + padding-right: 5px; + margin-top: 0; +} +.dashboard-notice .inset-figure { + float: right; + margin-bottom: 15px; + margin-left: 20px; +} +.dashboard-notice ul { + margin-left: 18px; +} +.dashboard-notice li { + padding-bottom: 15px; +} +.dashboard-notice .coupon { + padding: 10px; + margin: 15px 0; + font-size: 20px; + font-weight: bold; + text-align: center; + background: #fff; + border: 1px dashed #d1e5ff; +} +kbd { + background-color: #e7e7e7; + background-image: -webkit-linear-gradient(#fefefe, #e7e7e7); + background-image: linear-gradient(#fefefe, #e7e7e7); + background-repeat: repeat-x; + display: inline-block; + padding: 3px 5px; + font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace; + line-height: 10px; + color: #000; + border: 1px solid #cfcfcf; + border-radius: 2px; +} +.kbd-dark { + color: #eee; + background-color: #222; + background-image: none; + border: 0; +} +.badmono { + font-family: sans-serif; + font-weight: bold; +} +.select-menu-button:after { + display: inline-block; + width: 0; + height: 0; + content: ""; + vertical-align: -2px; + border: 4px solid; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; +} +.select-menu-button.icon-only { + padding-left: 7px; +} +.select-menu-button.primary:after { + border-top-color: #fff; +} +.select-menu-button.primary:after:active { + background-color: #4a993e; +} +.select-menu .spinner { + float: left; + margin: 4px 0 0 -24px; +} +.select-menu.active .select-menu-modal-holder { + display: block; +} +.select-menu.right-aligned { + float: right; + position: relative; +} +.select-menu.right-aligned .select-menu-modal-holder { + right: 0; +} +.select-menu.is-showing-clear-item .select-menu-clear-item { + display: block; +} +.select-menu.is-showing-clear-item .select-menu-clear-item .octicon { + color: inherit; +} +.select-menu.is-showing-clear-item .select-menu-clear-item+.select-menu-no-results { + display: none; +} +.select-menu.is-loading .select-menu-loading-overlay { + display: block; +} +.select-menu.is-loading .select-menu-modal { + min-height: 200px; +} +.select-menu-loading-overlay { + display: none; + text-indent: 100%; + height: 100%; + width: 100%; + position: absolute; + top: 0; + z-index: 5; + border-radius: 5px; + border: 1px solid transparent; + background-color: rgba(255, 255, 255, 0.8); + -webkit-animation: pulse 2s infinite linear; + animation: pulse 2s infinite linear; +} +.select-menu-loading-overlay:before { + position: absolute; + left: 50%; + top: 50%; + margin: -16px 0 0 -16px; + width: 32px; + content: "\f008"; + font: normal normal 32px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + text-indent: 0; +} +@-webkit-keyframes pulse { + 0% { + color: rgba(170, 170, 170, 0.1); +} +10% { + color: #aaaaaa; +} +100% { + color: rgba(170, 170, 170, 0.1); +} +}@keyframes pulse { + 0% { + color: rgba(170, 170, 170, 0.1); +} +10% { + color: #aaaaaa; +} +100% { + color: rgba(170, 170, 170, 0.1); +} +}.select-menu-modal-holder { + position: absolute; + display: none; + z-index: 21; +} +.select-menu-modal { + position: relative; + width: 300px; + margin-top: 4px; + margin-bottom: 20px; + overflow: hidden; + font-size: 12px; + color: #666; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(200, 200, 200, 0.4); + border-radius: 3px; + box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); +} +.select-menu-header { + padding: 8px 10px; + background: #f5f5f5; + border-bottom: 1px solid rgba(200, 200, 200, 0.4); +} +.select-menu-header .select-menu-title { + font-weight: bold; + color: #333; + text-shadow: 0 1px 0 #fff; +} +.select-menu-header .octicon { + display: block; + float: right; + color: #ccc; + cursor: pointer; +} +.select-menu-header .octicon:hover { + color: #555; +} +.select-menu-filters { + background-color: #f8f8f8; +} +.select-menu-text-filter { + padding: 10px 10px 0; +} +.select-menu-text-filter:first-child:last-child { + padding-bottom: 10px; + border-bottom: 1px solid #ddd; +} +.select-menu-text-filter input { + display: block; + width: 100%; + max-width: 100%; + padding: 5px; + border: 1px solid #ddd; + border-radius: 3px; +} +.select-menu-text-filter input::-webkit-input-placeholder, .select-menu-text-filter input:-moz-placeholder { + color: #aaa; +} +.select-menu-tabs { + height: 33px; + border-bottom: 1px solid #ddd; +} +.select-menu-tabs ul { + overflow: hidden; + padding: 14px 10px 0; +} +.select-menu-tabs .select-menu-tab { + display: inline-block; +} +.select-menu-tabs a { + height: 20px; + padding: 5px 8px; + font-size: 11px; + font-weight: bold; + color: #888; + text-decoration: none; + line-height: 20px; + border-radius: 3px 3px 0 0; + cursor: pointer; +} +.select-menu-tabs a:hover { + color: #333; +} +.select-menu-tabs a.selected { + padding: 4px 5px; + border: 1px solid #ddd; + border-bottom: 1px solid #fff; + background-color: #fff; + color: #333; +} +.select-menu-list { + max-height: 400px; + overflow: auto; + position: relative; +} +.select-menu-list.select-menu-tab-bucket { + display: none; +} +.select-menu-list.select-menu-tab-bucket.selected { + display: block; +} +.select-menu-list.is-showing-new-item-form .select-menu-new-item-form { + display: table; +} +.select-menu-list.is-showing-new-item-form .select-menu-no-results, .select-menu-list.is-showing-new-item-form .select-menu-clear-item { + display: none; +} +.select-menu-item { + cursor: pointer; + border-bottom: 1px solid #eee; + display: table; + table-layout: fixed; + width: 100%; + overflow: hidden; + color: inherit; +} +.select-menu-item:hover { + text-decoration: none; +} +.select-menu-item.select-menu-item-template { + display: none; +} +.select-menu-item.select-menu-clear-item { + display: none; +} +.select-menu-item.disabled, .select-menu-item.disabled.selected { + color: #999; +} +.select-menu-item.disabled .select-menu-item-gravatar, .select-menu-item.disabled.selected .select-menu-item-gravatar { + opacity: 0.5; +} +.select-menu-item .octicon { + vertical-align: middle; +} +.select-menu-item .octicon-check { + visibility: hidden; +} +.select-menu-item input[type="radio"] { + display: none; +} +.select-menu-item .select-menu-item-icon { + display: table-cell; + color: transparent; + vertical-align: top; + padding: 8px 0 8px 8px; + width: 24px; + text-align: center; +} +.select-menu-item.navigation-focus, .select-menu-item.navigation-focus.selected, .select-menu-item.navigation-focus.select-menu-action, .select-menu-item.navigation-focus .description-inline { + background-color: #4183c4; + color: #fff; +} +.select-menu-item.navigation-focus>.octicon, .select-menu-item.navigation-focus.selected>.octicon, .select-menu-item.navigation-focus.select-menu-action>.octicon, .select-menu-item.navigation-focus .description-inline>.octicon { + color: #fff; +} +.select-menu-item.navigation-focus .text-danger, .select-menu-item.navigation-focus .description, .select-menu-item.navigation-focus.selected .text-danger, .select-menu-item.navigation-focus.selected .description, .select-menu-item.navigation-focus.select-menu-action .text-danger, .select-menu-item.navigation-focus.select-menu-action .description, .select-menu-item.navigation-focus .description-inline .text-danger, .select-menu-item.navigation-focus .description-inline .description { + color: #fff; +} +.select-menu-item>.octicon-dash { + display: none; +} +.select-menu-item.indeterminate>.octicon-check { + display: none; +} +.select-menu-item.indeterminate>.octicon-dash { + display: table-cell; +} +.select-menu-item.select-menu-action, .select-menu-item.selected { + color: #333; +} +.select-menu-item.select-menu-action .description, .select-menu-item.selected .description { + color: #666; +} +.select-menu-item.select-menu-action .octicon-check, .select-menu-item.selected .octicon-check { + visibility: visible; +} +.select-menu-item.select-menu-action>.octicon, .select-menu-item.selected>.octicon { + color: #333; +} +.select-menu-item.select-menu-action .select-menu-item-text { + font-weight: bold; +} +.select-menu[data-multiple] .select-menu-item:active { + background-color: transparent !important; +} +.select-menu-item a { + color: inherit; + text-decoration: none; +} +.select-menu-item .hidden-select-button-text { + display: none; +} +.select-menu-item .css-truncate-target { + display: table-cell; + max-width: 100%} +form.select-menu-item>div:first-child { + display: none !important; +} +.select-menu-item.last-visible, .select-menu-list:last-child .select-menu-item:last-child { + border-bottom: 0; + border-radius: 0 0 3px 3px; +} +.select-menu-actions .select-menu-item:hover { + background-color: #4183c4; + color: #fff; +} +.select-menu-actions .select-menu-item:hover>.octicon { + color: #fff; +} +.select-menu-actions .select-menu-item:hover .description { + color: #fff; +} +.select-menu-no-results { + padding: 9px; + display: none; + cursor: auto; + color: #999; +} +.select-menu-list.filterable-empty .select-menu-no-results, .select-menu-no-results:only-child { + display: block; +} +.select-menu-button-gravatar, .select-menu-item-gravatar { + overflow: hidden; + line-height: 0; + width: 20px; +} +.select-menu-button-gravatar img, .select-menu-item-gravatar img { + height: 20px; + width: 20px; + display: inline-block; + border-radius: 3px; +} +.select-menu-item-gravatar { + display: table-cell; + padding: 6px 0 6px 8px; + vertical-align: top; + width: 28px; +} +.select-menu-button-gravatar { + display: inline-block; + margin: 6px 3px 6px 0; + margin-right: 5px; + vertical-align: middle; +} +.select-menu-item-text { + display: table-cell; + vertical-align: top; + padding: 8px 0 8px 8px; + text-align: left; +} +.select-menu-item-text:first-child { + margin-left: 5px; +} +.select-menu-item-text .description { + color: #999; + font-size: 12px; + max-width: 265px; + display: block; + margin-top: 3px; +} +.select-menu-item-text .description-inline { + color: #999; + font-size: 10px; +} +.select-menu-item-text h4 { + margin-top: 0; + margin-bottom: 0; +} +.select-menu-item-text h4 .description { + font-weight: normal; + display: inline; +} +.select-menu-footer { + padding: 8px; + font-weight: bold; + border-top: 1px solid #eee; +} +.select-menu-footer a { + display: inline-block; + margin-top: 1px; + vertical-align: top; +} +.select-menu-footer .octicon { + color: #666; +} +.select-menu-new-item-form { + display: none; +} +.select-menu-new-item-form .octicon { + color: #4183c4; +} +.modal-backdrop { + display: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +body.menu-active .modal-backdrop { + display: block; + position: fixed; + top: 0; + left: 0; + height: 100%; + width: 100%; + z-index: 20; +} +.dropdown { + position: relative; +} +.dropdown-caret { + display: inline-block; + width: 0; + height: 0; + content: ""; + vertical-align: -2px; + border: 4px solid; + border-right-color: transparent; + border-left-color: transparent; + border-bottom-color: transparent; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 50%; + z-index: 100; + width: 160px; + margin-top: 2px; + margin-left: -80px; + padding-top: 5px; + padding-bottom: 5px; + list-style: none; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); +} +.dropdown-menu:before { + position: absolute; + top: -16px; + left: 72px; + display: inline-block; + content: ""; + border: 8px solid transparent; + border-bottom-color: #ccc; + border-bottom-color: rgba(0, 0, 0, 0.15); +} +.dropdown-menu:after { + position: absolute; + top: -14px; + left: 73px; + display: inline-block; + content: ""; + border: 7px solid transparent; + border-bottom-color: #fff; +} +.dropdown-menu>li>a { + display: block; + padding: 4px 10px 4px 38px; + color: #333; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.dropdown-menu>li>a>.octicon { + float: left; + margin-top: 1px; + margin-left: -23px; + opacity: 0.5; +} +.dropdown-menu>li>a:hover, .dropdown-menu>li>a.zeroclipboard-is-hover { + color: #fff; + text-decoration: none; + background-color: #4183c4; +} +.dropdown-menu>li>a:hover>.octicon, .dropdown-menu>li>a.zeroclipboard-is-hover>.octicon { + color: inherit; + opacity: 1; +} +.dropdown-divider { + height: 1px; + margin: 8px 1px; + background-color: #e5e5e5; +} +.dropdown-header { + padding: 4px 15px; + font-size: 12px; + color: #999; +} +.dropdown-menu-content { + display: none; +} +.dropdown-menu-w { + top: 0; + left: auto; + right: 100%; + width: auto; + margin-top: 0; + margin-left: 0; + margin-right: 10px; +} +.dropdown-menu-w:before { + top: 10px; + right: -16px; + left: auto; + border-color: transparent; + border-left-color: #ccc; + border-left-color: rgba(0, 0, 0, 0.15); +} +.dropdown-menu-w:after { + top: 11px; + right: -14px; + left: auto; + border-color: transparent; + border-left-color: #fff; +} +.dropdown-menu-e { + top: 0; + left: 100%; + width: auto; + margin-top: 0; + margin-left: 10px; +} +.dropdown-menu-e:before { + top: 10px; + left: -16px; + border-color: transparent; + border-right-color: #ccc; + border-right-color: rgba(0, 0, 0, 0.15); +} +.dropdown-menu-e:after { + top: 11px; + left: -14px; + border-color: transparent; + border-right-color: #fff; +} +include-fragment, poll-include-fragment { + display: block; +} +.pagination:before { + display: table; + content: ""} +.pagination:after { + display: table; + clear: both; + content: ""} +.pagination a, .pagination span, .pagination em { + position: relative; + float: left; + margin-left: -1px; + font-size: 13px; + font-weight: bold; + font-style: normal; + padding: 7px 12px; + color: #4183c4; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background: #fff; + border: 1px solid #e5e5e5; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.pagination a:first-child, .pagination span:first-child, .pagination em:first-child { + margin-left: 0; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +.pagination a:last-child, .pagination span:last-child, .pagination em:last-child { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus, .pagination em:hover, .pagination em:focus { + z-index: 2; + background-color: #e7e7e7; + border-color: #e5e5e5; + text-decoration: none; +} +.pagination .selected { + z-index: 3; +} +.pagination .current, .pagination .current:hover { + z-index: 3; + color: #fff; + background-color: #4183c4; + border-color: #4183c4; +} +.pagination .gap, .pagination .disabled, .pagination .gap:hover, .pagination .disabled:hover { + background-color: #fafafa; + cursor: default; + color: #d3d3d3; +} +.ajax_paginate { + display: block; + margin-top: 20px; +} +.ajax_paginate a { + float: none; + display: block; + padding: 6px; + text-align: center; +} +.ajax_paginate.loading a { + text-indent: -3000px; + background-color: #eaeaea; + background-image: url(/assets/spinners/octocat-spinner-16px-EAF2F5-51a410020c7197f8c4df78e79d28a05dca25d42014cd95e13b232cd2ef89109c.gif); + background-repeat: no-repeat; + background-position: center center; + border-color: #c5c5c5; +} +@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) { + .ajax_paginate.loading a { + background-image: url(/assets/spinners/octocat-spinner-32-EAF2F5-0bdc57d34b85c4a4de9d0d1db10cd70e8a95f33ff4f46c5a8c48b4bf4e5a9abe.gif); + background-size: 16px auto; +} +}.paginate-container { + margin-top: 20px; + margin-bottom: 15px; + text-align: center; +} +.paginate-container .pagination { + display: inline-block; +} +.header { + padding-top: 10px; + padding-bottom: 10px; + min-width: 1000px; + background-color: #f5f5f5; + border-bottom: 1px solid #e5e5e5; +} +.header-logged-out { + padding-top: 15px; + padding-bottom: 15px; +} +.header-logo-invertocat { + float: left; + margin-right: 10px; + margin-left: -2px; + color: #333; + white-space: nowrap; +} +.header-logo-invertocat .octicon-mark-github { + float: left; + width: 28px; + height: 28px; + font-size: 28px; +} +.header-logo-invertocat:hover { + color: #4183c4; + text-decoration: none; +} +.logo-subbrand { + float: left; + margin-left: 6px; + font-size: 16px; + font-weight: bold; + line-height: 28px; +} +.header-logo-wordmark { + position: relative; + float: left; + height: 26px; + margin-right: 15px; + color: #333; +} +.header-logo-wordmark:hover { + color: #4183c4; +} +.header-logo-wordmark .octicon-logo-github { + height: 26px; + font-size: 32px; +} +.notification-indicator .mail-status { + position: absolute; + top: -2px; + right: 2px; + z-index: 2; + display: none; + width: 14px; + height: 14px; + color: #fff; + text-align: center; + background-color: #4183c4; + background-image: -webkit-linear-gradient(#7ba9d6, #4183c4); + background-image: linear-gradient(#7ba9d6, #4183c4); + background-repeat: repeat-x; + background-clip: padding-box; + border-radius: 50%; + border: 2px solid #f3f3f3; +} +.notification-indicator .mail-status.unread { + display: inline-block; +} +.notification-indicator:hover .mail-status { + background-color: #4183c4; +} +.site-search { + position: relative; + float: left; +} +.site-search form { + position: relative; + float: left; + width: 360px; + margin-right: 10px; +} +.site-search input[type="text"] { + position: relative; + width: 100%; + min-height: 28px; + padding: 4px 20px 4px 8px; + font-size: 12px; +} +.site-search .scope-badge { + position: absolute; + top: 3px; + left: 3px; + bottom: 3px; + z-index: 10; + display: none; + padding: 3px 6px; + font-size: 12px; + color: #777; + background-color: #eee; + border-radius: 2px; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; +} +.site-search.repo-scope .scope-badge { + display: block; +} +.site-search.repo-scope input[type="text"] { + padding-left: 100px; +} +.site-search.repo-scope input[type="text"]:focus+.scope-badge, .site-search.repo-scope .focused .drag-and-drop+.scope-badge, .focused .site-search.repo-scope .drag-and-drop+.scope-badge { + background-color: #e4eef7; + color: #4183c4; +} +.header-nav { + list-style: none; +} +.header-nav-item { + float: left; +} +.header-nav-item.active .dropdown-menu-content { + display: block; +} +.header-nav-item.active .tooltipped:before, .header-nav-item.active .tooltipped:after { + display: none; +} +.header-nav-link { + display: block; + padding: 4px 8px; + font-size: 13px; + font-weight: bold; + line-height: 20px; + color: #333; +} +.header-nav-link:hover, .header-nav-link:focus { + color: #4183c4; + text-decoration: none; +} +.header-nav-link:hover .dropdown-caret, .header-nav-link:focus .dropdown-caret { + border-top-color: #4183c4; +} +.user-nav { + margin-right: -8px; +} +.user-nav .header-nav-link { + height: 28px; +} +.user-nav .octicon { + width: 18px; + height: 18px; + text-align: center; +} +.user-nav .octicon-inbox { + font-size: 20px; +} +.user-nav .octicon-sign-out { + padding-top: 2px; +} +.user-nav .octicon-plus { + float: left; + width: 16px; + height: 18px; + font-size: 18px; +} +.user-nav .avatar { + float: left; + margin-right: 5px; +} +.user-nav .name { + float: left; + white-space: nowrap; +} +.sign-out-button { + background: none; + border: 0; +} +.header-actions { + float: right; + margin-top: -3px; + margin-bottom: -3px; +} +.header-actions .button { + margin-left: 5px; +} +.enterprise .header { + background-color: #2a2c2e; + border-bottom-color: #121213; +} +.is-stats .enterprise .header { + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); +} +.enterprise .header-logo-wordmark, .enterprise .header-logo-invertocat, .enterprise .header-nav-link { + color: #c8c8ca; +} +.enterprise .header-logo-wordmark:hover, .enterprise .header-logo-wordmark:focus, .enterprise .header-logo-invertocat:hover, .enterprise .header-logo-invertocat:focus, .enterprise .header-nav-link:hover, .enterprise .header-nav-link:focus { + color: #fafafa; +} +.enterprise .header-nav-link:hover .dropdown-caret, .enterprise .header-nav-link:focus .dropdown-caret { + border-top-color: #fafafa; +} +.enterprise .notification-indicator .mail-status { + border-color: #2a2c2e; +} +.enterprise .notification-indicator:hover .mail-status { + background-color: #d26911; +} +.enterprise .header-actions .button { + border: 0; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.5); +} +.enterprise .site-search .scope-badge { + background-color: #5b5f63; + color: #c8c8ca; +} +.enterprise .site-search input[type="text"] { + color: #fafafa; + background-color: #4f5256; + border-color: #121213; +} +.enterprise .site-search input[type="text"]:focus, .enterprise .site-search .focused .drag-and-drop, .focused .enterprise .site-search .drag-and-drop { + background-color: #55595d; + border-color: #000; + box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075); +} +.enterprise .site-search input[type="text"]:focus+.scope-badge, .enterprise .site-search .focused .drag-and-drop+.scope-badge, .focused .enterprise .site-search .drag-and-drop+.scope-badge { + background-color: #676c71; + color: #fff; +} +.unsupported-browser { + padding: 15px 0; + color: #211e14; + background-color: #fae692; + background-image: -webkit-linear-gradient(#feefae, #fae692); + background-image: linear-gradient(#feefae, #fae692); + background-repeat: repeat-x; + border-bottom: 1px solid #b3a569; +} +.unsupported-browser .container { + background: url(/assets/icons/ie-notice-797daf799064a78ff6a30d8bd5669edd01772f1de9f69294dca2df45de4b2ba2.png) no-repeat 0 5px; +} +.unsupported-browser h5 { + font-size: 13px; + margin: 5px 0 2px; + padding-left: 48px; +} +.unsupported-browser p { + margin: 0; + padding-left: 48px; +} +.unsupported-browser .button { + float: right; + margin-top: 5px; + margin-left: 8px; +} +.mobile-banner button.switch-to-mobile { + display: block; + width: 100%; + padding: 30px 0 45px; + border: 0; + background-color: #444; + color: #eaeaea; + font-size: 60px; + text-align: center; + font-weight: bold; +} +.mobile-banner button.switch-to-mobile .mega-octicon { + position: relative; + top: -8px; + margin-right: 5px; + color: #ddd; + font-size: 48px; +} +.outdated-dns p { + text-align: center; +} +.accessibility-aid { + height: 1px; + width: 1px; + clip: rect(1px, 1px, 1px, 1px); + overflow: hidden; + position: absolute; + margin: 0; +} +.accessibility-aid:focus { + height: auto; + width: auto; + clip: auto; + z-index: 1; + top: 0; + line-height: 49px; + padding: 0 10px; + background: #f5f5f5; + font-weight: bold; + text-decoration: none; + color: #333; +} +.is-stats .accessibility-aid:focus { + top: 34px; +} +.site-footer { + position: relative; + margin-top: 40px; + padding-top: 40px; + padding-bottom: 40px; + font-size: 12px; + line-height: 1.5; + color: #777; + border-top: 1px solid #eee; +} +.site-footer:before { + display: table; + content: ""} +.site-footer:after { + display: table; + clear: both; + content: ""} +.site-footer .octicon-mark-github { + position: absolute; + top: 38px; + left: 50%; + height: 24px; + width: 24px; + margin-left: -12px; + font-size: 24px; + color: #ccc; +} +.site-footer .octicon-mark-github:hover { + color: #bbb; +} +.site-footer-links { + margin: 0; + list-style: none; +} +.site-footer-links li { + display: inline-block; + line-height: 16px; +} +.site-footer-links li+li { + margin-left: 10px; +} +.billing-plans tbody td { + width: 25%; + vertical-align: middle; +} +.billing-plans .current { + background-color: #f2ffed; +} +.billing-plans .name { + font-size: 14px; + font-weight: bold; + color: #333; +} +.billing-plans .coupon { + font-size: 12px; +} +.billing-plans .coupon td { + color: #fff; + background-color: #6cc644; +} +.billing-plans .coupon .text-right { + white-space: nowrap; +} +.billing-plans .coupon.expiring td { + background-color: #df6e00; +} +.billing-plans .coupon.expiring .coupon-label:after { + border-bottom-color: #df6e00; +} +.billing-plans tbody>.selected { + background-color: #fdffce; +} +.coupon-label { + position: relative; + padding: 9px; + margin: -9px; +} +.coupon-label:after { + position: absolute; + bottom: 100%; + left: 15px; + width: 0; + height: 0; + pointer-events: none; + content: " "; + border: solid transparent; + border-width: 5px; + border-bottom-color: #6cc644; +} +.boxed-group-table .toggle-currency { + font-size: 11px; + font-weight: normal; +} +.is-hidden, .has-removed-contents { + display: none; +} +.currency-notice { + margin-bottom: 10px; +} +.org-login { + margin-top: -30px; + margin-bottom: 30px; +} +.org-login img { + width: 450px; + padding: 1px; + margin: 10px -25px; + border: 1px solid #ccc; +} +.auth-form { + width: 400px; + margin: 60px auto; +} +.auth-form form { + border-radius: 3px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075); +} +.auth-form .note { + margin: 15px 0; + text-align: center; +} +.auth-form-header { + position: relative; + padding: 10px 20px; + margin: 0; + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); + background-color: #829aa8; + border: 1px solid #768995; + border-radius: 3px 3px 0 0; +} +.auth-form-header h1 { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; +} +.auth-form-header h1 a { + color: #fff; +} +.auth-form-header .octicon { + position: absolute; + top: 10px; + right: 20px; + color: rgba(0, 0, 0, 0.4); + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); +} +.auth-form-body { + padding: 20px; + font-size: 14px; + background-color: #fff; + border: 1px solid #d8dee2; + border-top: 0; + border-radius: 0 0 3px 3px; +} +.auth-form-body .input-block { + margin-top: 5px; + margin-bottom: 15px; +} +.auth-form-body p { + margin: 0 0 10px; +} +.two-factor-help { + position: relative; + padding: 10px 10px 10px 36px; + margin: 60px 0 auto auto; + border: 1px solid #eaeaea; + border-radius: 3px; +} +.two-factor-help .octicon { + position: absolute; + top: 10px; + left: 10px; +} +.two-factor-help .minibutton { + float: right; +} +.two-factor-help ul { + list-style-type: none; +} +.flash.sms-error, .flash.sms-success { + display: none; + margin: 0 0 10px; +} +.is-sent .sms-success { + display: block; +} +.is-sent .sms-error { + display: none; +} +.is-not-sent .sms-success { + display: none; +} +.is-not-sent .sms-error { + display: block; +} +.autocomplete-results { + position: absolute; + z-index: 99; + display: none; + max-height: 20em; + overflow-y: auto; + font-size: 13px; + list-style: none; + background: #fff; + border: 1px solid #c1c1c1; + border-radius: 3px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); +} +.autocomplete-group { + width: 100%; + overflow: hidden; +} +.autocomplete-item { + display: block; + padding: 5px; + overflow: hidden; + font-weight: bold; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; + cursor: pointer; +} +.autocomplete-item.navigation-focus { + color: #fff; + text-decoration: none; + background-color: #4183c4; +} +.autocomplete-item.selected { + color: #fff; + background-color: #4183c4; +} +.autocomplete-item.selected .due_on, .autocomplete-item.selected .past_due, .autocomplete-item.selected .number { + color: #fff; +} +.autocomplete-item .secondary-label { + font-weight: normal; +} +.autocomplete-item .due_on, .autocomplete-item .past_due { + display: block; + font-weight: normal; +} +.autocomplete-item .due_on { + color: #666; +} +.autocomplete-item .past_due { + color: #984646; +} +.autocomplete-item .state { + display: block; + float: left; + width: 13px; + height: 9px; + margin-top: 3px; + margin-right: 5px; + border-radius: 2px; +} +.autocomplete-item .state.closed { + background-color: #bd2c00; +} +.autocomplete-item .state.open { + background-color: #6cc644; +} +.autocomplete-item .number { + font-weight: bold; + color: #999; +} +.autocomplete-item .organization-member { + float: right; + padding-top: 1px; + color: #808080; +} +.autocomplete-item.navigation-focus .organization-member, .autocomplete-item.navigation-focus .ldap-group-dn, .autocomplete-item.selected .organization-member, .autocomplete-item.selected .ldap-group-dn { + color: #f2f2f2; +} +.suggester-container { + position: absolute; + top: 58px; + left: 10px; + z-index: 30; +} +.comment-content .suggester-container { + top: 46px; +} +.timeline-new-comment .suggester-container { + top: 52px; +} +.is-comment-editing .suggester-container { + top: 49px; +} +.merge-branch-form .suggester-container { + top: 39px; +} +.wiki-wrapper .suggester-container { + top: 93px; + left: -2px; +} +.suggester { + position: relative; + top: 0; + left: 0; + display: none; + min-width: 180px; + margin-top: 20px; + background: #fff; + border: 1px solid #ddd; + border-radius: 3px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); +} +.suggester.active { + display: block; +} +.suggester ul { + padding: 0; + margin: 0; + list-style: none; +} +.suggester li { + display: block; + padding: 5px 10px; + font-weight: bold; + border-bottom: 1px solid #ddd; +} +.suggester li small { + font-weight: normal; + color: #777; +} +.suggester li:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.suggester li:first-child a { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.suggester li.navigation-focus { + color: #fff; + text-decoration: none; + background: #4183c4; +} +.suggester li.navigation-focus small { + color: #fff; +} +.breadcrumb { + margin: 5px 0; + font-size: 18px; + color: #999; +} +.breadcrumb .separator:before, .breadcrumb .separator:after { + content: " "} +.breadcrumb strong.final-path { + color: #000; +} +.breadcrumb .abort { + display: inline; + font-size: 14px; +} +.breadcrumb .new-file-no-branch { + color: #ccc; +} +.breadcrumb .new-file-no-branch:hover { + color: #4183c4; +} +.breadcrumb .zeroclipboard-button { + display: inline-block; + margin-left: 5px; +} +.breadcrumb .repo-root { + font-weight: bold; +} +.file-box input.filename, .file-box .abort { + position: relative; + top: -1px; +} +.file-box .gitignore-template, .file-box .license-template { + float: right; + font-size: 14px; + position: relative; + top: 3px; + display: none; +} +.file-box .gitignore-template.is-visible, .file-box .license-template.is-visible { + display: inline; +} +.file-box .license-info { + color: #ccc; + margin-left: 5px; +} +.file-box .select-menu-git-ignore, .file-box .select-menu-license-picker { + right: 0; +} +.new-file-link { + display: inline-block; + color: #4183c4; + cursor: pointer; +} +.blob-interaction-bar { + position: relative; + background: #f2f2f2; + border-bottom: 1px solid #e5e5e5; +} +.blob-interaction-bar:before { + display: table; + content: ""} +.blob-interaction-bar:after { + display: table; + clear: both; + content: ""} +.blob-interaction-bar .octicon-search { + position: absolute; + top: 10px; + left: 10px; + color: #999; + font-size: 12px; +} +input.blob-filter { + padding: 4px 20px 5px 30px; + width: 100%; + font-size: 12px; + border: 0; + border-radius: 0; + outline: none; +} +input.blob-filter:focus { + outline: none; +} +.markdown-body .csv-data td, .markdown-body .csv-data th { + padding: 5px; + overflow: hidden; + font-size: 12px; + line-height: 1; + text-align: left; + white-space: nowrap; +} +.markdown-body .csv-data .blob-line-num { + padding: 10px 8px 9px; + text-align: right; + background: #fff; + border: 0; +} +.markdown-body .csv-data tr { + border-top: 0; +} +.markdown-body .csv-data th { + font-weight: bold; + background: #f8f8f8; + border-top: 0; +} +.too-long-message { + display: none; + color: #cea61b; +} +.is-too-long-error .too-long-message { + display: block; +} +.check-for-fork { + display: inline-block; +} +.check-for-fork img { + vertical-align: text-bottom; +} +.check-for-fork.is-error .check-for-fork-loading { + display: none; +} +.check-for-fork.is-error .check-for-fork-error { + display: inline-block; +} +.check-for-fork-error { + display: none; +} +.file-commit-form { + padding-left: 64px; +} +.file-commit-form .commit-form-avatar { + float: left; + margin-left: -64px; + border-radius: 4px; +} +.file-commit-form .commit-form { + position: relative; + padding: 15px; + margin-bottom: 10px; + border: 1px solid #ddd; + border-radius: 3px; +} +.file-commit-form .commit-form:after, .file-commit-form .commit-form:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none; +} +.file-commit-form .commit-form:after { + border-width: 7px; + border-right-color: #fff; + margin-top: 1px; + margin-left: 2px; +} +.file-commit-form .commit-form:before { + border-right-color: #ddd; + border-width: 8px; +} +.file-commit-form .commit-message { + min-height: 100px; +} +.file-commit-form-heading { + margin-top: 0; + margin-bottom: 10px; +} +.quick-pull-choice .form-checkbox { + padding-left: 25px; + margin: 10px 0; +} +.quick-pull-choice .form-checkbox label { + font-weight: normal; +} +.quick-pull-choice .form-checkbox .octicon { + width: 16px; + margin-right: 3px; + text-align: center; +} +.quick-pull-choice dl.form, .quick-pull-choice .form-checkbox:last-child { + margin-bottom: 0; +} +.quick-pull-choice .quick-pull-branch-name { + display: none; + padding-left: 48px; + margin-top: 5px; +} +.quick-pull-choice .new-branch-name-input { + position: relative; + margin-top: 5px; +} +.quick-pull-choice .new-branch-name-input input { + width: 240px; + padding-left: 26px; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +.quick-pull-choice .new-branch-name-input .quick-pull-new-branch-icon { + position: absolute; + top: 9px; + left: 10px; + color: #b0c4ce; +} +.quick-pull-choice.will-normalize-ref .quick-pull-normalization-info { + display: inline-block; +} +.quick-pull-choice.will-create-branch .quick-pull-branch-name { + display: inline-block; +} +.quick-pull-normalization-info { + position: absolute; + top: 34px; + left: 0; + z-index: 10; + display: none; + padding: 5px; + font-size: 11px; + color: #494620; + background: #f7ea57; + border: 1px solid #c0b536; + border-top-color: #fff; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.merge-pr { + padding-top: 10px; + margin: 20px 0 0; + border-top: 1px solid #ddd; +} +.merge-pr.open .merge-branch-form { + display: block; +} +.merge-pr.open .branch-action { + display: none; +} +.branch-status { + padding: 10px 0 0; + border: solid #eee; + border-width: 0 0 1px; +} +.branch-status .octicon { + width: 16px; + text-align: center; +} +.branch-status .divider { + color: #999; +} +.branch-status.status-pending { + color: #cea61b; + border-color: #e2cc7a; +} +.branch-status.status-success { + color: #6cc644; + border-color: #95c97e; +} +.branch-status.status-error, .branch-status.status-failure { + color: #bd2c00; + border-color: #e97a74; +} +.branch-status.open>.build-statuses-list { + max-height: 370px; + border-width: 1px 0; +} +.branch-status.open .build-statuses-toggle-opened { + display: inline; +} +.branch-status.open .build-statuses-toggle-closed { + display: none; +} +.build-status-description { + display: block; + padding: 0 15px 10px 12px; +} +.build-status-single .css-truncate-target { + width: 80%; + max-width: 80%} +.build-statuses-list { + max-height: 0; + margin-bottom: -1px; + overflow-y: auto; + border: solid #eee; + border-width: 1px 0 0; + -webkit-transition: max-height 0.25s ease-in-out; + transition: max-height 0.25s ease-in-out; +} +.build-statuses-toggle-opened { + display: none; +} +.build-status-item { + padding: 10px 15px 10px 12px; + background-color: #fafafa; + border-bottom: 1px solid #eee; +} +.build-status-item:last-child { + border-bottom: 0; +} +.build-status-item .css-truncate-target { + width: 80%; + max-width: 80%} +.build-status-icon { + width: 16px; + color: inherit; + text-align: center; +} +.merge-pr-more-commits { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 64px; + font-size: 12px; + color: #777; +} +.branch-action { + padding-left: 64px; + margin-top: 15px; + margin-bottom: 15px; +} +.branch-action .merge-branch-heading { + margin-bottom: 2px; +} +.branch-action .delete-branch-failure { + display: none; + padding: 15px; +} +.branch-action.error .delete-branch-failure { + display: block; +} +.branch-action.error .merge-message { + display: none; +} +.branch-action-icon { + float: left; + width: 48px; + height: 48px; + margin-left: -64px; + line-height: 48px; + color: #fff; + text-align: center; + border-radius: 3px; +} +.branch-action-body { + position: relative; + background-color: #fff; + border: 1px solid #e5e5e5; + border-radius: 3px; +} +.branch-action-body:after, .branch-action-body:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none; +} +.branch-action-body:after { + border-width: 7px; + border-right-color: #fff; + margin-top: 1px; + margin-left: 2px; +} +.branch-action-body:before { + border-right-color: #ddd; + border-width: 8px; +} +.branch-action-body .spinner { + display: block; + float: left; + width: 32px; + height: 32px; + margin-right: 15px; + background: url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif) no-repeat; +} +.branch-action-body .merge-message, .branch-action-body .merge-branch-form { + padding: 15px; +} +.branch-action-state-clean .branch-action-icon { + background-color: #6cc644; +} +.branch-action-state-clean .branch-action-body, .branch-action-state-clean .branch-status { + border-color: #95c97e; +} +.branch-action-state-clean .branch-action-body:before { + border-right-color: #95c97e; +} +.branch-action-state-unknown .branch-action-icon, .branch-action-state-unstable .branch-action-icon { + background-color: #cea61b; +} +.branch-action-state-unknown .branch-action-body, .branch-action-state-unknown .branch-status, .branch-action-state-unstable .branch-action-body, .branch-action-state-unstable .branch-status { + border-color: #e2cc7a; +} +.branch-action-state-unknown .branch-action-body:before, .branch-action-state-unstable .branch-action-body:before { + border-right-color: #e2cc7a; +} +.branch-action-state-merged .branch-action-icon { + background-color: #6e5494; +} +.branch-action-state-merged .branch-action-body { + border-color: #886ead; +} +.branch-action-state-merged .branch-action-body:before { + border-right-color: #886ead; +} +.branch-action-tasks .branch-action-icon { + background-color: #4183c4; +} +.branch-action-tasks .branch-action-body { + border-color: #689cd0; +} +.branch-action-tasks .branch-action-body:before { + border-right-color: #689cd0; +} +.branch-action-state-dirty .branch-action-icon, .branch-action-state-closed-dirty .branch-action-icon { + background-color: #888; +} +.branch-action-state-dirty .branch-status, .branch-action-state-closed-dirty .branch-status { + border-color: #eee; +} +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .branch-action-body .spinner { + background-image: url(/assets/spinners/octocat-spinner-64-f4c980250033ceb8052bb542cf947750f8c73ebe69b0b0b66b415b4a40f8bd6e.gif); + background-size: 32px 32px; +} +}.merge-branch-form { + display: none; + margin: 15px 0; +} +.merge-branch-form .commit-form { + border-color: #95c97e; +} +.merge-branch-form .commit-form:before { + border-right-color: #95c97e; +} +.merge-branch-form.error .commit-form { + border-color: #e97a74; +} +.merge-branch-form.error .commit-form:before { + border-right-color: #e97a74; +} +.merge-branch-form .merge-form-failed { + display: none; +} +.merge-branch-form.error .merge-form-failed { + display: block; +} +.merge-branch-form.error .merge-form-contents { + display: none; +} +.merge-button-matrix-merge-form .merge-branch-form { + display: block; +} +.merge-button-matrix-merge-form .merge-branch-form .merge-form-contents { + display: block; +} +.merge-button-matrix-merge-failed .merge-branch-form { + display: block; +} +.merge-button-matrix-merge-failed .merge-branch-form .merge-form-failed { + display: block; +} +.merge-button-matrix-merge-failed .merge-branch-form .merge-form-contents { + display: none; +} +.branch-action-tasks-list { + margin-top: 5px; + padding-left: 20px; +} +.branch-action-tasks-description .review-tasks-toggle-opened { + display: none; +} +.branch-action-tasks-description .branch-action-tasks-list { + display: none; +} +.branch-action-tasks-description .review-tasks-description { + margin-top: 0; + margin-bottom: 0; + color: #777; +} +p.recently-touched-branches-description { + margin: 0; + font-size: 11px; + color: #888; +} +.recently-touched-branches { + padding: 0; + margin: 5px 0 10px; + color: #4c4a42; + background-color: #fff9ea; + border: solid 1px #dfd8c2; + border-radius: 3px; +} +.recently-touched-branches a.branch-link { + font-weight: bold; +} +.recently-touched-branches li { + height: 36px; + padding: 5px; + margin: 0; + line-height: 23px; + list-style-type: none; + border-bottom: 1px solid #e5e2c8; +} +.recently-touched-branches li:last-child { + border-bottom: 0; +} +.recently-pushed-branch-actions { + float: right; +} +.recently-pushed-branch-details { + display: inline-block; + margin: 0 0 0 7px; + font-size: 13px; + line-height: 26px; + color: #a19e7f; +} +.recently-pushed-branch-details a { + color: #6b694f; +} +.recently-pushed-branch-details .css-truncate-target { + max-width: 400px; +} +.branch-name { + display: inline-block; + padding: 2px 6px; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + color: rgba(0, 0, 0, 0.5); + background-color: rgba(209, 227, 237, 0.5); + border-radius: 3px; +} +.branch-name .octicon { + margin: 1px -2px 0 0; + color: #b0c4ce; +} +a.branch-name { + color: #4183c4; +} +.range-editor { + position: relative; + margin-bottom: 10px; +} +.is-collapsed .range-editor.for-expanded { + display: none; +} +.is-expanded .range-editor.for-collapsed { + display: none; +} +.range-editor span.flag { + position: relative; + display: block; + float: left; + padding: 12px 13px; + background-color: #fafafa; + border: 1px solid #eee; + border-right-width: 0; + border-bottom-width: 2px; + border-radius: 3px 0 0 3px; +} +.range-editor span.flag .octicon { + display: block; + color: #666; +} +.range-editor .range { + position: relative; + min-height: 43px; + padding: 7px 10px 0; + margin-left: 41px; + background-color: #fafafa; + border: 1px solid #eee; + border-bottom-width: 2px; + border-radius: 0 3px 3px 0; +} +.range-editor .range p { + margin: 0 0 8px; + font-size: 12px; + color: #999; +} +.range-editor .range .dots { + margin: 0 4px; + font-size: 16px; + color: #999; +} +.range-editor .range .range-action { + float: right; +} +.range-editor .range .range-action.octicon { + padding-left: 20px; + margin: 6px 3px 0 0; + color: #999; + cursor: pointer; +} +.range-editor .range .range-action.octicon:hover { + color: #bd2c00; +} +.range-editor .range .select-menu { + position: relative; + display: inline-block; +} +.range-editor .range .select-menu.fork-suggester { + display: none; +} +.range-editor .range .branch-name { + margin-bottom: 7px; + line-height: 22px; +} +.is-cross-repo .range-editor .range .select-menu.fork-suggester { + display: inline-block; +} +.is-cross-repo .range-editor .range .cross-repo-text { + display: none; +} +.range-editor .range .branch .css-truncate-target, .range-editor .range .fork-suggester .css-truncate-target { + max-width: 180px; +} +.range-editor.for-collapsed .range { + border-bottom-left-radius: 0; +} +.range-cross-repo-pair { + display: inline-block; + padding-bottom: 7px; + white-space: nowrap; +} +ul.comparison-list { + width: 350px; + margin: 25px auto 15px; + font-size: 14px; + text-align: left; + background: #fff; + border: 1px solid #ddd; + border-radius: 3px; +} +ul.comparison-list>li { + padding: 7px 10px; + list-style-type: none; + border-top: 1px solid #eee; +} +ul.comparison-list>li a { + font-weight: bold; +} +ul.comparison-list>li em { + float: right; + font-style: normal; + color: #999; +} +ul.comparison-list>li .octicon { + position: relative; + top: 1px; + color: #aaa; +} +ul.comparison-list>li .css-truncate-target { + max-width: 200px; +} +ul.comparison-list>li.title { + font-size: 12px; + font-weight: bold; + color: #aaa; + text-transform: uppercase; + background: #fafafa; + border-top: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.recently-touched-branches-wrapper { + margin: 15px 0; +} +.starring-container .unstarred, .starring-container.on .starred { + display: block; +} +.starring-container.on .unstarred, .starring-container .starred { + display: none; +} +.starring-container.loading { + opacity: 0.5; +} +.user-following-container .follow, .user-following-container.on .unfollow { + display: inline-block; +} +.user-following-container.on .follow, .user-following-container .unfollow { + display: none; +} +.user-following-container.loading { + opacity: 0.5; +} +.members .user-following-container { + float: right; +} +.code-list .file-box { + border: 1px solid #ddd; + border-radius: 3px; +} +.code-list em { + background-color: rgba(255, 255, 140, 0.5); + padding: 3px; + border-radius: 3px; + font-weight: bold; + font-style: normal; + color: #333; +} +.code-list .title { + margin: -3px 0 10px 38px; + min-height: 24px; + font-weight: bold; + line-height: 1.2; +} +.code-list .repo-specific .title, .code-list .repo-specific .full-path { + margin-left: 0; +} +.code-list .updated-at { + margin: 0; + font-size: 11px; + color: #999; + font-weight: normal; +} +.code-list .language { + float: right; + color: rgba(51, 51, 51, 0.75); + font-size: 12px; + margin-left: 10px; +} +.code-list .avatar { + float: left; +} +.code-list .code-list-item+.code-list-item { + margin-top: 20px; + padding-top: 20px; + border-top: 1px solid #eee; + margin-bottom: 10px; +} +.code-list .blob-num { + padding: 0; +} +.code-list .blob-num:before { + content: normal; +} +.code-list .blob-num a { + color: inherit; + padding: 0 10px; +} +.code-list .blob-num a:hover { + color: #4183c4; +} +.code-list .blob-code { + white-space: pre-wrap; +} +.code-list .divider .blob-num, .code-list .divider .blob-code { + background-color: #f8fafd; + padding-top: 0; + padding-bottom: 0; + cursor: default; +} +.code-list .divider .blob-num { + background-color: #f0f5fa; + line-height: 15px; + padding: 0 10px; + height: 18px; +} +.code-list .full-path { + margin: 0 0 0 40px; +} +.code-list .full-path .octicon-repo { + color: #666; +} +.code-list .full-path .octicon-lock { + color: #e9dba4; +} +.code-list .full-path a { + color: #999; +} +.code-list-item-private .file-box { + border: 1px solid #fadda5; +} +.code-list-item-private .blob-num { + background-color: #fff9ea; + border-right: 1px solid #fadda5; +} +.code-list-item-private .blob-num a { + color: #a1882b; +} +.code-list-item-private .divider .blob-num, .code-list-item-private .divider .blob-code { + background-color: #fff9ea; + color: #a1882b; +} +.codesearch-head { + padding-bottom: 20px; +} +.codesearch-head.pagehead h1 { + float: left; + width: 250px; + line-height: 33px; +} +.advanced-search-form h3 { + margin-top: 20px; +} +.advanced-search-form .flattened dt { + width: 230px; +} +.advanced-search-form .flattened dt label { + font-weight: normal; +} +.advanced-search-form .flattened dd { + margin-left: 250px; +} +.advanced-search-form .form-checkbox { + margin-left: 250px; +} +.advanced-search-form fieldset { + border-bottom: 1px solid #f1f1f1; + padding-bottom: 20px; + margin-bottom: 30px; +} +.codesearch-results .large-format-loader { + padding-top: 5%} +.codesearch-results .repo-list { + margin-top: -20px; +} +.codesearch-results .repo-list-name { + font-weight: normal; +} +.codesearch-results .repo-list-name a, .codesearch-results .code-list .title a { + word-wrap: break-word; +} +.codesearch-results .repo-list-name em, .codesearch-results .repo-list-description em { + padding: 3px; + font-style: normal; + font-weight: bold; + background-color: rgba(255, 255, 140, 0.5); + border-radius: 3px; +} +.codesearch-results .search-foot-note { + color: #999; + text-align: center; +} +.meta-search-links { + margin-top: 20px; +} +.meta-search-links a { + margin-right: 10px; +} +.codesearch-aside .menu .octicon { + width: 16px; + text-align: center; + margin-right: 5px; +} +.codesearch-aside .meta-search-links { + margin-top: 20px; +} +.codesearch-aside .meta-search-links a { + margin-right: 10px; +} +.codesearch-aside .filter-list { + border-bottom: 1px solid #f1f1f1; + margin-bottom: 20px; + padding-bottom: 20px; +} +.codesearch-aside .filter-list li { + position: relative; +} +.codesearch-aside .filter-list li span.bar { + background: #f1f1f1; + display: inline-block; + position: absolute; + z-index: -1; + top: 2px; + bottom: 2px; + right: 0; +} +.simple-search-page { + width: 740px; + padding-top: 100px; + padding-bottom: 100px; +} +.simple-search-page h2 { + font-weight: normal; +} +.simple-search-page h2 .mega-octicon { + vertical-align: middle; +} +.search-form-fluid { + position: relative; +} +.search-form-fluid .flex-table-item-primary { + padding-right: 10px; +} +.search-form-fluid .completed-query { + position: absolute; + top: 7px; + left: 8px; + right: 8px; + z-index: 1; + margin: 0; + overflow: hidden; + white-space: nowrap; +} +.search-form-fluid .completed-query span { + opacity: 0; +} +.search-form-fluid .search-page-label { + position: relative; + display: block; + font-weight: normal; + cursor: text; +} +.search-form-fluid .search-page-label.focus .completed-query { + opacity: 0.6; +} +.search-form-fluid .search-page-input { + position: relative; + z-index: 2; + min-height: 0; + margin: 0; + padding: 0; + background: none; + border: 0; + box-shadow: none; +} +.search-form-fluid .search-page-input:focus { + box-shadow: none; +} +.token-warning { + position: absolute; + top: 10px; + right: 85px; + z-index: 100; + color: #000; +} +.sort-bar { + border-bottom: 1px solid #f1f1f1; + margin-bottom: 20px; + padding-bottom: 20px; +} +.sort-bar .sort-label { + padding-right: 5px; + font-weight: 200; + font-size: 13px; + color: #666; +} +.sort-bar .select-menu { + float: right; +} +.sort-bar h3 { + margin: 0; +} +.sort-bar .sort-form { + float: right; +} +.sort-bar .sort-link { + font-weight: bold; + color: #8a8a8a; + text-decoration: none; + margin-top: 4px; +} +.sort-form .sort-icon { + border: 5px solid #8a8a8a; + height: 0; + width: 0; + display: inline-block; + margin-left: 5px; +} +.sort-form .sort-desc .sort-icon { + border-color: #8a8a8a transparent transparent; + border-width: 5px 4px 2px; +} +.sort-form .sort-asc .sort-icon { + border-color: transparent transparent #8a8a8a; + border-width: 2px 4px 5px; +} +.file-editor-textarea { + width: 100%; + padding: 5px 4px; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + resize: vertical; + border: 0; + border-radius: 0; + outline: none; +} +.container-preview .tabnav-tabs { + margin: -6px 0 0 -11px; +} +.container-preview .tabnav-tabs .tabnav-tab { + padding: 12px 15px; + border-radius: 0; +} +.container-preview .tabnav-tabs>li:first-child .selected { + border-top-left-radius: 3px; +} +.container-preview .tabnav-tabs .selected { + font-weight: bold; +} +.container-preview.show-code .commit-create, .container-preview.show-code .actions { + display: block; +} +.container-preview.show-code .commit-preview, .container-preview.show-code .loading-preview-msg, .container-preview.show-code .no-changes-preview-msg, .container-preview.show-code .error-preview-msg { + display: none; +} +.container-preview:not(.show-code) .commit-create, .container-preview:not(.show-code) .actions { + display: none; +} +.container-preview.loading-preview .loading-preview-msg { + display: block; +} +.container-preview.loading-preview .no-changes-preview-msg, .container-preview.loading-preview .error-preview-msg, .container-preview.loading-preview .commit-preview { + display: none; +} +.container-preview.show-preview .commit-preview { + display: block; +} +.container-preview.show-preview .loading-preview-msg, .container-preview.show-preview .no-changes-preview-msg, .container-preview.show-preview .error-preview-msg { + display: none; +} +.container-preview.no-changes-preview .no-changes-preview-msg { + display: block; +} +.container-preview.no-changes-preview .loading-preview-msg, .container-preview.no-changes-preview .error-preview-msg, .container-preview.no-changes-preview .commit-preview { + display: none; +} +.container-preview.error-preview .error-preview-msg { + display: block; +} +.container-preview.error-preview .loading-preview-msg, .container-preview.error-preview .no-changes-preview-msg, .container-preview.error-preview .commit-preview { + display: none; +} +.container-preview p.preview-msg { + padding: 30px; + font-size: 16px; +} +.ace_editor.ace-github-light { + position: relative; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; + line-height: 18px; +} +.ace_editor.ace-github-light .ace_scroller.ace_scroll-left { + box-shadow: none; +} +.ace_gutter { + border-right: 1px solid #eee; +} +.ace_gutter-layer { + min-width: 50px; +} +.ace_nobold .ace_line>span { + font-weight: normal !important; +} +.ace_marker-layer .ace_step { + background-color: #fcff00; +} +.ace_marker-layer .ace_stack { + background-color: #a4e565; +} +.ace_marker-layer .ace_selected-word { + background-color: #fafaff; +} +.ace_indent-guide { + box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); +} +.details-collapse .collapse { + position: relative; + display: none; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease-in-out; + transition: height 0.35s ease-in-out; +} +.details-collapse.open .collapse { + display: block; + height: auto; + overflow: visible; +} +.comment.is-comment-editing .edit-comment-hide { + display: none; +} +.comment.is-comment-editing .form-content { + display: block; +} +.comment.is-comment-loading .context-loader { + display: block; +} +.comment.is-comment-loading .form-content { + opacity: 0.5; +} +.comment.is-comment-stale .comment-form-stale { + display: block; +} +.comment.is-comment-stale .comment-content { + padding-top: 10px; +} +.comment.is-comment-stale .form-content { + opacity: 0.75; +} +.comment .email-format { + line-height: 1.5; +} +.comment .context-loader { + display: none; +} +.comment-resolve-form { + padding-top: 10px; + margin: 0 15px 15px; + color: #777; + border-top: 1px solid #eee; +} +.comment-resolve-form.loading { + opacity: 0.6; +} +.comment-resolve-label { + font-weight: normal; + color: #555; +} +.comment-body { + width: 100%; + padding: 15px; + overflow: visible; + font-size: 14px; +} +.comment-body .highlight { + overflow: visible !important; + background-color: transparent; +} +.form-actions:before { + display: table; + content: ""} +.form-actions:after { + display: table; + clear: both; + content: ""} +.form-actions .button, .form-actions .minibutton { + float: right; + margin-left: 5px; +} +.form-actions .left .button, .form-actions .left .minibutton { + margin-left: 0; +} +.form-content { + display: none; + padding: 10px; +} +.form-content .form-actions { + margin-top: 10px; +} +.comment-form-textarea { + width: 100%; + max-width: 100%; + height: 100px; + min-height: 100px; + margin: 0; + font-size: 14px; + line-height: 1.6; + -webkit-transform: translateZ(0); +} +.comment-form-textarea.dragover { + border: solid 1px #4183c4; +} +.discussion-topic-header { + position: relative; + padding: 10px; + word-wrap: break-word; +} +.discussion-hidden { + opacity: 0.75; +} +.comment-form-error, .comment-form-stale { + display: none; + padding: 5px 10px; + margin: 0 10px; + font-weight: bold; + color: #900; + background-color: #ffeaea; + border: 1px solid #e2a0a0; +} +.comment-form-error.comment-form-bottom, .comment-form-stale.comment-form-bottom { + margin-bottom: 10px; +} +.comment-form-stale { + margin-top: 0; +} +.email-format { + line-height: 1.5em !important; +} +.email-format div { + white-space: pre-wrap; +} +.email-format .email-hidden-reply { + display: none; + white-space: pre-wrap; +} +.email-format .email-quoted-reply, .email-format .email-signature-reply { + padding: 0 15px; + margin: 15px 0; + color: #777; + border-left: 4px solid #ddd; +} +.email-format .email-hidden-toggle a { + display: inline-block; + height: 12px; + padding: 0 9px; + font-size: 12px; + font-weight: bold; + line-height: 6px; + color: #555; + text-decoration: none; + vertical-align: middle; + background: #ddd; + border-radius: 1px; +} +.email-format .email-hidden-toggle a:hover { + background-color: #ccc; +} +.email-format .email-hidden-toggle a:active { + color: #fff; + background-color: #4183c4; +} +.comment-email-format div { + white-space: normal; +} +.comment-email-format .email-hidden-reply { + display: none; + white-space: normal; +} +.comment-email-format blockquote, .comment-email-format p { + margin: 0; +} +.blankslate.conversation-limited { + padding: 20px 0 10px; + margin: 15px; +} +.locked-conversation .write-tab, .locked-conversation .preview-tab { + color: #ccc; +} +.commit-sha { + padding: 0.2em 0.4em; + font-size: 90%; + font-weight: normal; + background-color: #f5f5f5; + border: 1px solid #eee; + border-radius: 0.2em; +} +.commit-partial-notice { + margin-top: 20px; + margin-bottom: 20px; +} +.commit-paginate-container { + float: right; + margin: -5px 0 0; + text-align: inherit; +} +.commit .commit-title, .commit .commit-title a { + color: #4e575b; +} +.commit .commit-title.blank, .commit .commit-title.blank a { + color: #9cabb1; +} +.commit .commit-title .issue-link { + font-weight: bold; + color: #4183c4; +} +.commit .sha-block, .commit .sha { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 12px; +} +.commit.open .commit-desc { + display: block; +} +.commit-link { + font-weight: normal; + color: #4183c4; +} +.commit-email-flash { + display: inline; +} +.commit-desc { + display: none; +} +.commit-desc pre { + max-width: 700px; + margin: 10px 0; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-size: 13px; + line-height: 1.45; + color: #596063; + white-space: pre-wrap; +} +.commit-desc+.commit-branches { + padding-top: 8px; + margin-top: 2px; + border-top: solid 1px #d1e2eb; +} +.commit-tease { + padding: 8px 8px 0; + background: #e6f1f6; + border: 1px solid #b7c7cf; + border-bottom-color: #d8e6ec; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.commit-tease p.commit-title { + margin: 0 0 6px; +} +.commit-tease .commit-desc { + margin: -3px 0 10px; +} +.commit-tease .commit-desc pre { + font-size: 11px; +} +.commit-tease .commit-meta { + padding: 8px; + margin-right: -8px; + margin-left: -8px; + background: #fff; + border-top: 1px solid #d8e6ec; +} +.commit-tease .commit-meta .loader-loading { + margin: 0 0 -9px; +} +.commit-tease .zeroclipboard-link { + float: right; + margin-top: -2px; + margin-left: 5px; +} +.commit-tease .sha-block { + float: right; + color: #888; +} +.commit-tease .sha-block>.sha { + color: #444; +} +.commit-tease .sha-block>a { + color: #444; + text-decoration: none; +} +.commit-tease .authorship { + margin: -2px 0 -4px -4px; + font-size: 12px; + color: #999; +} +.commit-tease .authorship a { + font-weight: bold; + color: #444; + text-decoration: none; +} +.commit-tease .authorship a:hover { + text-decoration: underline; +} +.commit-tease .authorship .avatar { + margin: -2px 3px 0 0; +} +.commit-tease .authorship .author-name { + color: #444; +} +.commit-tease .authorship .committer { + display: block; + margin-left: 30px; + font-size: 11px; +} +.comment-count { + float: right; + margin-top: 1px; + font-size: 11px; + color: #7f9199; +} +.comment-count .octicon { + margin-left: 5px; + vertical-align: middle; +} +.commits-listing { + position: relative; + padding-bottom: 20px; + margin-bottom: 15px; +} +.commits-listing:before { + position: absolute; + top: 0; + bottom: 0; + left: 14px; + z-index: -1; + display: block; + width: 2px; + content: ""; + background-color: #f3f3f3; +} +.commits-listing .discussion-item-icon { + margin-right: 5px; + margin-left: -1px; +} +.commits-listing .timeline-commits { + padding-left: 8px; + margin-bottom: 20px; +} +.commits-listing .timeline-commits:last-child { + margin-bottom: 0; +} +.commits-listing-padded { + padding-left: 39px; +} +.commit-group { + margin-top: 10px; + list-style-type: none; +} +.commit-group-title { + margin-top: 15px; + margin-left: -31px; + color: #777; +} +.commit-group-title .octicon-git-commit { + margin-right: 17px; + color: #ccc; + background: #fff; +} +.commits-list-item.navigation-focus { + background: #f7fbfc; +} +.commits-list-item .commit-title { + margin: 0; + font-size: 15px; + font-weight: bold; + color: #333; +} +.commits-list-item .commit-meta { + margin-top: 1px; + font-weight: normal; + color: #999; +} +.commits-list-item .deployment-indicator { + color: #bbb; +} +.commits-list-item .status .octicon { + height: 14px; + line-height: 14px; +} +.commits-list-item .commit-author { + color: #777; +} +.commits-list-item .octicon-arrow-right { + margin: 0 3px; +} +.commits-list-item .button-outline { + padding: 5px 8px; + margin-top: 4px; +} +.commits-list-item .octicon-clippy, .commits-list-item .octicon-code { + display: block; +} +.commits-list-item .commit-desc pre { + padding-left: 8px; + margin-top: 5px; + margin-bottom: 10px; + font-size: 12px; + color: #596063; + border-left: 1px solid #e5e5e5; +} +.commits-list-item .commit-desc pre a { + word-break: break-word; +} +.commits-comments-link { + margin-top: 9px; + color: #999; + vertical-align: middle; +} +.commits-comments-link:hover { + color: #4183c4; + text-decoration: none; +} +.commit-avatar-cell { + width: 47px; +} +.commit-avatar-cell.table-list-cell { + padding-right: 0; +} +.commit-indicator { + margin-left: 5px; +} +.commit-links-cell { + width: 230px; + text-align: right; +} +.commit-links-group { + margin-right: 5px; +} +.timeline-commits { + width: 100%; + margin-top: 5px; + border-collapse: separate; +} +.timeline-commits+.timeline-commits { + margin-top: 15px; +} +.timeline-commits td { + padding-top: 4px; + padding-right: 8px; + padding-bottom: 4px; + font-size: 12px; + line-height: 16px; + vertical-align: top; + background-color: transparent; +} +.discussion-item .timeline-commits .commit-author { + display: none; +} +.timeline-commits .commit-gravatar { + width: 16px; + padding-left: 10px; +} +.timeline-commits .commit-author { + width: 200px; + padding-right: 20px; + white-space: nowrap; +} +.timeline-commits .author { + font-weight: bold; + color: #555; +} +.timeline-commits .commit-message { + min-height: 0; +} +.timeline-commits .commit-message a { + color: #555; +} +.timeline-commits .commit-message a:hover { + color: #4183c4; +} +.timeline-commits .commit-desc pre { + padding-left: 10px; + font-size: 11px; + color: #777; + border-left: 1px solid #eee; +} +.timeline-commits .commit-desc pre a { + word-break: break-word; +} +.timeline-commits .hidden-text-expander { + margin-top: 3px; + margin-left: 0; + vertical-align: top; +} +.timeline-commits .hidden-text-expander a { + height: 13px; + background-color: #eee; +} +.timeline-commits .hidden-text-expander a:hover { + color: #fff; + background-color: #4183c4; +} +.timeline-commits .commit-meta { + text-align: right; + white-space: nowrap; +} +.timeline-commits .commit-meta .status { + width: 16px; + text-align: center; +} +.timeline-commits .commit-meta .status.status-pending { + color: #cea61b; +} +.timeline-commits .commit-meta .octicon { + margin-right: 1px; + margin-left: 1px; +} +.commit-icon { + display: table-cell; + width: 16px; + color: #ccc; +} +.commit-icon .octicon { + background-color: #fff; +} +.commit-id { + color: #bbb; +} +.commit-id:hover { + color: #4183c4; +} +.full-commit { + padding: 8px 8px 0; + margin: 10px 0; + background: #e6f1f6; + border: 1px solid #c5d5dd; + border-radius: 3px; +} +.full-commit:first-child { + margin-top: 0; +} +.full-commit .button-outline { + background: none; + border: 1px solid #cedee5; +} +.full-commit .button-outline:hover { + color: #4183c4; + border: 1px solid #4183c4; +} +.full-commit p.commit-title { + margin: 0 0 8px; + font-size: 18px; + font-weight: bold; + color: #213f4d; + text-shadow: 0 1px rgba(255, 255, 255, 0.5); +} +.full-commit .branches-list { + display: inline-block; + margin-right: 10px; + vertical-align: middle; + list-style: none; +} +.full-commit .branches-list li { + display: inline-block; + padding-left: 3px; + font-weight: bold; + color: #596063; +} +.full-commit .branches-list li:before { + padding-right: 6px; + font-weight: normal; + content: "+"} +.full-commit .branches-list li:first-child { + padding-left: 0; +} +.full-commit .branches-list li:first-child:before { + padding-right: 0; + content: ""} +.full-commit .branches-list li.loading { + font-weight: normal; + color: #818c90; +} +.full-commit .branches-list li.pull-request { + font-weight: normal; + color: #818c90; +} +.full-commit .branches-list li.pull-request:before { + margin-left: -8px; + content: ""} +.full-commit .branches-list li.pull-request-error { + margin-bottom: -1px; +} +.full-commit .branches-list li a { + color: inherit; +} +.full-commit .commit-meta { + padding: 8px; + margin-right: -8px; + margin-left: -8px; + background: #fff; + border-top: 1px solid #d8e6ec; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.full-commit .sha-block { + float: right; + margin-left: 15px; + font-size: 12px; + color: #888; +} +.full-commit.merge-commit .sha-block { + clear: right; +} +.full-commit.merge-commit .sha-block+.sha-block { + margin-top: 2px; +} +.full-commit .sha-block>.sha { + color: #444; +} +.full-commit .sha-block>a { + color: #444; + text-decoration: none; + border-bottom: 1px dotted #ccc; +} +.full-commit .sha-block>a:hover { + border-bottom: 1px solid #444; +} +.full-commit .authorship { + margin-top: -2px; + margin-bottom: -4px; + margin-left: -4px; + font-size: 14px; + color: #999; +} +.full-commit .authorship .gravatar { + margin-top: -2px; + margin-right: 3px; + vertical-align: middle; + border-radius: 3px; +} +.full-commit .authorship a { + font-weight: bold; + color: #444; + text-decoration: none; +} +.full-commit .authorship a:hover { + text-decoration: underline; +} +.full-commit .authorship .author-name { + color: #444; +} +.full-commit .authorship .hint a { + color: #4183c4; +} +.full-commit .authorship .committer { + display: block; + margin-top: -2px; + margin-left: 34px; + font-size: 12px; +} +.branches-tag-list { + display: inline-block; + margin-right: 10px; + vertical-align: middle; + list-style: none; +} +.branches-tag-list .more-commit-details, .branches-tag-list.open .hidden-text-expander { + display: none; +} +.branches-tag-list.open .more-commit-details { + display: inline-block; +} +.branches-tag-list li { + display: inline-block; + padding-left: 3px; +} +.branches-tag-list li:first-child { + padding-left: 0; + font-weight: bold; + color: #596063; +} +.branches-tag-list li.loading { + font-weight: normal; + color: #818c90; +} +.branches-tag-list li.abbrev-tags { + cursor: pointer; +} +.branches-tag-list li a { + color: inherit; +} +.branches-tag-list li .hidden-text-expander a { + background-color: #dae5eb; +} +.branches-tag-list li .hidden-text-expander a:hover { + background-color: #d1dbe0; +} +.commit-branches { + min-height: 18px; + margin-top: -6px; + margin-bottom: 8px; + font-size: 12px; + color: #818c90; + vertical-align: middle; +} +.commit-branches .octicon { + vertical-align: middle; +} +.full-commit .commit-desc, .commit-desc-container .commit-desc { + display: block; + margin: -5px 0 10px; +} +.full-commit .commit-desc pre, .commit-desc-container .commit-desc pre { + max-width: 100%; + overflow: visible; + text-shadow: 0 1px rgba(255, 255, 255, 0.5); + word-wrap: break-word; +} +.commit-loader .loader-error { + display: none; + margin: 0; + font-size: 12px; + font-weight: bold; + color: #bd2c00; +} +.commit-loader.error .loader-loading { + display: none; +} +.commit-loader.error .loader-error { + display: block; +} +.historical-banner { + padding: 15px 20px 15px 130px; + margin-bottom: 20px; + overflow: hidden; + color: #333; + background: #fff; + border: 1px solid #e5e5e5; + border-radius: 5px; +} +.historical-banner h2 { + margin: 0 0 5px; +} +.historical-banner p { + margin: 0; +} +.historical-banner .illustration { + position: absolute; + top: 12px; + left: 20px; + color: rgba(0, 0, 0, 0.1); +} +.roses-divider { + margin-bottom: 20px; + text-align: center; +} +.file-history-tease { + margin-bottom: 10px; + font-size: 14px; + color: #7b878c; + background: #e7ecee; + border: 1px solid #d2d9dd; + border-radius: 3px; +} +.file-history-tease .author a { + font-weight: bold; + color: #000; +} +.file-history-tease .commit-title { + display: inline; +} +.file-history-tease .sha { + font-size: 13px; +} +.file-history-tease .loader-loading, .file-history-tease .loader-error { + margin: 0; +} +.file-history-tease .loader-loading img, .file-history-tease .loader-error img { + vertical-align: middle; +} +.file-history-tease .participation { + padding: 5px 8px; + font-size: 12px; + font-weight: normal; + line-height: 20px; + color: #666; + background-color: #fff; + border-top: 1px solid #d8e6ec; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.file-history-tease .participation:before { + display: table; + content: ""} +.file-history-tease .participation:after { + display: table; + clear: both; + content: ""} +.file-history-tease .participation .quickstat { + float: left; + margin: 0 10px 0 0; +} +.file-history-tease .participation .quickstat strong { + color: #000; +} +.file-history-tease .participation a { + color: #888; + text-decoration: none; +} +.file-history-tease .participation .avatar-link { + margin-right: 3px; +} +.file-history-tease-header { + padding: 5px 8px; + line-height: 24px; +} +.file-history-tease-header .avatar { + float: left; + margin-right: 5px; +} +.toggle-line-notes-below { + color: #777; +} +.commit-comments-heading h3 { + display: inline-block; + margin-right: 15px; +} +.commit-build-statuses { + position: relative; + display: inline-block; + text-align: left; +} +.commit-build-statuses.active .dropdown-menu-content { + display: block; +} +.commit-build-statuses.active .tooltipped:before, .commit-build-statuses.active .tooltipped:after { + display: none; +} +.commit-build-statuses .dropdown-menu { + min-width: 400px; + max-width: 500px; + padding-top: 0; + padding-bottom: 0; +} +.commit-build-statuses .dropdown-menu .build-statuses-list { + max-height: 170px; + border-bottom: 0; +} +.commit-build-statuses .dropdown-menu-w, .commit-build-statuses .dropdown-menu-e { + top: -11px; +} +.commit-build-statuses .build-status-description .button-link { + display: none; +} +.commit-build-statuses .build-status-item:last-child { + border-radius: 0 0 2px 2px; +} +.commit-ref { + position: relative; + display: inline-block; + padding: 0 5px; + border-radius: 3px; + font: 0.75em/2 Consolas, "Liberation Mono", Menlo, Courier, monospace; + color: #336479; + white-space: nowrap; + background-color: #e8f0f8; +} +.commit-ref .user { + color: #598a9f; +} +a.commit-ref:hover { + text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2); + background-color: #2a5177; + background-image: -webkit-linear-gradient(#74a4d4, #2a5177); + background-image: linear-gradient(#74a4d4, #2a5177); + background-repeat: repeat-x; + border-color: #2a5177; + text-decoration: none; +} +.compare-cutoff, .diff-cutoff { + margin: 5px 0; + padding: 8px 0; + font-weight: bold; + text-align: center; + border-radius: 3px; + color: #4c4a42; + background-color: #fff9ea; + border: solid 1px #dfd8c2; +} +.table-of-contents { + margin: 15px 0; +} +.table-of-contents .diffstat { + float: right; +} +.table-of-contents li { + padding: 5px 0; + list-style-type: none; +} +.table-of-contents li+li { + border-top: 1px solid #eee; +} +.table-of-contents .content { + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + clear: both; +} +.table-of-contents .octicon-diff-removed { + color: #bd2c00; +} +.table-of-contents .octicon-diff-renamed { + color: #677a85; +} +.table-of-contents .octicon-diff-modified { + color: #d0b44c; +} +.table-of-contents .octicon-diff-added { + color: #6cc644; +} +.toc-diff-stats { + padding-left: 20px; + line-height: 26px; +} +.toc-diff-stats .octicon { + float: left; + margin-top: 3px; + margin-left: -20px; + color: #ccc; +} +.toc-diff-stats .button-link { + font-weight: bold; +} +.toc-diff-stats+.content { + padding-top: 5px; +} +span.diffstat { + white-space: nowrap; + text-align: right; + font-family: Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; + color: #666; + font-weight: bold; + font-size: 11px; + cursor: default; +} +span.diffstat a { + text-decoration: none; + color: #666; +} +span.diffstat .diffstat-bar { + margin-left: 3px; + display: inline-block; + width: 45px; + height: 12px; + text-decoration: none; + text-align: left; + color: #eee; + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; + font-size: 16px; + letter-spacing: 1px; +} +span.diffstat .diffstat-bar.diff-deleted, span.diffstat .diffstat-bar i.minus { + color: #bd2c00; + font-style: normal; +} +span.diffstat .diffstat-bar.diff-added, span.diffstat .diffstat-bar i.plus { + color: #6cc644; + font-style: normal; +} +span.diffstat .lines-added, span.diffstat .lines-deleted { + display: inline-block; + margin-left: 3px; + font-weight: bold; +} +span.diffstat .lines-added .diffstat-icon, span.diffstat .lines-deleted .diffstat-icon { + vertical-align: 1px; +} +span.diffstat .lines-added { + color: #55a532; +} +span.diffstat .lines-deleted { + color: #bd2c00; +} +span.no-nl-marker { + position: relative; + top: 1px; + color: #bd2c00; + margin-left: 4px; + vertical-align: middle; +} +.symlink .no-nl-marker { + display: none; +} +.existing-pull { + margin: 10px 0; +} +.existing-pull .list-group-item:before { + display: table; + content: ""} +.existing-pull .list-group-item:after { + display: table; + clear: both; + content: ""} +.existing-pull .existing-pull-contents { + float: left; + width: 680px; +} +.existing-pull .existing-pull-button { + float: right; + margin-top: 3px; +} +.existing-pull .existing-pull-number { + font-weight: normal; + color: #aaa; +} +.existing-pull .css-truncate { + max-width: 700px; +} +.existing-pull .css-truncate p { + display: inline; +} +.compare-pr-placeholder { + margin: 10px 0; + padding: 15px; + font-size: 14px; + color: #4c4a42; + background-color: #fff9ea; + border: solid 1px #dfd8c2; + border-radius: 3px; +} +.compare-pr-placeholder p { + margin: 7px 0; + color: #6d6c60; +} +.compare-pr-placeholder .button { + margin-right: 10px; + margin-bottom: -2px; +} +.compare-pr-placeholder .button .octicon { + vertical-align: -1px; +} +.compare-pr-placeholder .help-link { + margin-top: 5px; + margin-right: -3px; + padding: 3px; + color: #9c997d; + text-decoration: none; +} +.compare-pr .pull-request-composer { + display: none; +} +.compare-pr .contributing { + display: none; +} +.compare-pr.open .compare-pr-placeholder { + display: none; +} +.compare-pr.open .pull-request-composer { + display: block; +} +.compare-pr.open .contributing { + display: block; +} +.contributing { + padding: 15px; + margin: 15px 0; + font-size: 14px; + color: #4c4a42; + background-color: #fff9ea; + border: 1px solid #dfd8c2; + border-radius: 3px; +} +.pull-request-composer { + position: relative; + margin-bottom: 15px; + border: 1px solid #ddd; + border-radius: 3px; +} +.pull-request-composer .preview-content { + min-height: 120px; +} +.discussion-topic { + float: left; + width: 80%; + border-right: 1px solid #ddd; +} +.composer-meta { + float: left; + width: 20%; + padding-right: 10px; + padding-left: 10px; + text-align: center; +} +.composer-meta .branch-action-icon { + display: inline-block; + float: none; + margin: 15px 0; +} +.composer-meta .merge-branch-heading { + font-size: 14px; +} +.composer-meta .merge-branch-description { + margin: 10px 0; + font-size: 12px; +} +.composer-meta .branch-action-state-clean .merge-branch-heading { + color: #6cc644; +} +.composer-submit { + position: absolute; + right: 1%; + bottom: 10px; + width: 18%} +#contact-github textarea { + height: 100px; + resize: vertical; +} +.heartocat { + display: block; + margin: 50px auto 0; +} +.documentation-results-wrapper { + position: relative; + top: -19px; +} +.documentation-results { + position: absolute; + top: 0; + z-index: 2; + width: 400px; + margin-top: 5px; + clear: both; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); +} +.documentation-results ul { + width: 100%} +.documentation-results ul li:first-child a { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.documentation-results .documentation-results-footer a { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.documentation-results a { + outline: none; + padding: 5px 10px; + display: block; + color: #333; + font-weight: bold; + cursor: pointer; + text-decoration: none; + border: solid #ddd; + border-width: 0 1px 1px; + background-color: #fff; +} +.documentation-results a:hover { + background-color: #3586c3; + color: #fff; +} +.documentation-results a.selected { + background-color: #3586c3; + color: #fff; +} +ul.documentation-results-group { + list-style-type: none; +} +.contact-form-extras { + display: none; +} +.context-loader-container .context-loader { + display: none; +} +.context-loader-container .context-loader.is-context-loading { + display: block; + white-space: nowrap; +} +.context-loader-container .context-loader-overlay { + opacity: 1; + -webkit-transition: opacity 0.25s ease-in-out; + transition: opacity 0.25s ease-in-out; +} +.context-loader-container .context-loader-overlay.is-context-loading { + opacity: 0.5; +} +.page-context-loader { + margin-left: 10px; + display: none; +} +.page-context-loader.is-context-loading { + display: inline-block; +} +body.disables-context-loader .page-context-loader, body.disables-context-loader .context-loader { + display: none !important; +} +.contributions-tab { + margin-top: 20px; +} +.calendar-graph { + padding: 5px 0 0; + height: 126px; + text-align: center; +} +.calendar-graph.days-selected rect.day { + opacity: 0.5; +} +.calendar-graph.days-selected rect.day.active { + opacity: 1; +} +.calendar-graph .activity { + margin-top: 0; +} +.calendar-graph .dots { + margin: 20px auto 0; + width: 64px; + height: 64px; +} +.calendar-graph text.month { + font-size: 10px; + fill: #aaa; +} +.calendar-graph text.wday { + fill: #ccc; + font-size: 9px; +} +#contributions-calendar rect.day { + shape-rendering: crispedges; +} +#contributions-calendar rect.day.empty:hover { + stroke: none; +} +#contributions-calendar rect.day:hover { + stroke: #555; + stroke-width: 1px; +} +.contrib-column { + padding: 15px 0; + text-align: center; + border-left: 1px solid #ddd; + border-top: 1px solid #ddd; + font-size: 11px; +} +.contrib-column-first { + border-left: 0; +} +.contrib-number { + font-weight: 300; + line-height: 1.3em; + font-size: 24px; + display: block; + color: #333; +} +.contrib-footer { + font-size: 11px; + padding: 0 10px 12px; +} +.contrib-legend { + font-size: 11px; + color: #999; + float: right; +} +.contrib-legend .legend { + display: inline-block; + list-style: none; + margin: 0 5px; + position: relative; + bottom: -1px; +} +.contrib-legend .legend li { + display: inline-block; + width: 10px; + height: 10px; +} +.new-user-contrib-intro { + border-top: solid 1px #ddd; + padding: 5px 20px; + font-size: 16px; +} +.contrib-square { + color: #d6e685; + font-size: 22px; + line-height: 1; +} +.contribution-activity h2 { + font-size: 18px; + font-weight: normal; + margin: 30px 0 15px; +} +.contribution-activity .select-menu-button { + position: relative; + top: -4px; +} +.contribution-activity.loading .contribution-activity-listing { + display: none; +} +.contribution-activity.loading .contribution-activity-spinner { + display: block; +} +.contribution-activity-spinner { + margin: 20px auto 0; + width: 64px; + height: 64px; + display: none; +} +ul.simple-conversation-list a.meta { + color: #777; +} +li.contribution { + list-style: none; + padding: 10px 0; +} +li.contribution:last-child { + border-bottom: 0; +} +li.contribution h3 { + font-size: 14px; + display: inline-block; + margin: 0; +} +li.contribution h3 a { + color: #4183c4; +} +li.contribution .cmeta { + display: block; + font-size: 12px; + color: #aaa; + font-weight: normal; +} +li.contribution .cmeta a { + color: #666; +} +li.contribution .cmt { + color: #999; +} +li.contribution .d { + color: #c00; +} +li.contribution .a { + color: #8cac29; +} +li.contribution .num { + color: #777; +} +.subscribe-feed { + display: inline-block; + color: #333; +} +.subscribe-feed .octicon { + margin-right: 5px; +} +.new-user-panel { + position: relative; + padding: 18px; + margin-bottom: 30px; + font-size: 16px; + border: dashed 2px #ccc; + border-radius: 3px; +} +.new-user-panel-close { + position: absolute; + top: 10px; + right: 18px; + color: #ccc; +} +.new-user-panel-close:hover { + color: #666; +} +.new-user-intro { + margin: 0 120px; + font-size: 36px; + font-weight: normal; + line-height: 1.3; + text-align: center; +} +.new-user-heading-small { + margin: 5px 170px 20px; + font-size: 20px; + color: #888; + text-align: center; +} +.button-hello-world { + font-size: 16px; + padding: 10px 50px; +} +.welcome-guides { + position: relative; + padding: 30px; + margin-bottom: 30px; + border: 2px dashed #ddd; + border-radius: 3px; +} +.welcome-guides h1 { + margin-top: 0; + margin-bottom: 0; + text-align: center; +} +.welcome-guides .lead { + margin-top: 0; + margin-bottom: 20px; + text-align: center; +} +.welcome-guides .guides-list-item { + color: #777; +} +.welcome-guides .guides-list-item:hover { + color: #4183c4; + text-decoration: none; +} +.welcome-guides .guides-list-item p { + margin-bottom: 0; +} +.welcome-guides .dismiss-guides { + position: absolute; + top: 30px; + right: 28px; + display: block; + padding-left: 5px; + color: #ccc; +} +.welcome-guides .dismiss-guides:hover { + color: #4183c4; +} +.guides-bootcamp { + text-align: center; +} +.guides-bootcamp p { + margin-top: 0; + margin-bottom: 0; +} +.guides-bootcamp .guides-list-item { + padding-right: 15px; + padding-left: 15px; +} +.guides-bootcamp .guides-image { + display: block; + width: auto; + height: 100px; + margin: 10px auto 20px; +} +.guides-bootcamp .guides-list-title { + margin-top: 0; + margin-bottom: 5px; + color: #4183c4; +} +.bootcamp { + margin: 0 0 20px; +} +.bootcamp h1 { + position: relative; + padding: 8px 10px; + margin: 0; + font-size: 16px; + font-weight: bold; + color: #fff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); + background-color: #829aa8; + border: 1px solid #677c89; + border-bottom-color: #6b808d; + border-radius: 3px 3px 0 0; +} +.bootcamp h1 a { + color: #fff; + text-decoration: none; +} +.bootcamp .octicon-x { + position: relative; + top: -2px; + font-size: 16px; + line-height: 16px; +} +.bootcamp .dismiss-bootcamp { + position: absolute; + top: 9px; + right: 9px; + display: block; + width: 16px; + height: 16px; + background-repeat: no-repeat; + background-position: 0 0; +} +.bootcamp .dismiss-bootcamp:hover { + background-position: 0 -19px; +} +.bootcamp .bootcamp-body { + padding: 10px 1%; + overflow: hidden; + background-color: #e9f1f4; + border-color: #e9f1f4 #d8dee2 #d8dee2; + border-style: solid; + border-width: 1px; + border-radius: 0 0 3px 3px; +} +.bootcamp ul li { + background-color: #f5f3b4; + background-image: -webkit-linear-gradient(#fffff5, #f5f3b4); + background-image: linear-gradient(#fffff5, #f5f3b4); + background-repeat: repeat-x; + position: relative; + display: block; + float: left; + width: 24.25%; + height: 215px; + margin: 0 1% 0 0; + overflow: hidden; + font-size: 13px; + font-weight: normal; + color: #666; + border: 1px solid #dfddb5; + border-radius: 3px; + box-shadow: 0 1px 0 #fff; +} +.bootcamp ul li.be-social { + margin-right: 0; +} +.bootcamp ul li:hover { + background-color: #f1eea3; + background-image: -webkit-linear-gradient(#fcfce9, #f1eea3); + background-image: linear-gradient(#fcfce9, #f1eea3); + background-repeat: repeat-x; + border: 1px solid #d6d4ad; +} +.bootcamp ul li a { + color: #666; + text-decoration: none; +} +.bootcamp .image { + position: relative; + display: block; + height: 133px; + background-repeat: no-repeat; + background-position: center center; +} +.bootcamp .setup .image { + background-image: url(/assets/modules/dashboard/bootcamp/octocat_setup-1d94846160fdf54b6ca7d2b73aa5f1647322513514786ac9e137b1eb846db9ca.png); + background-size: 129px 96px; +} +.bootcamp .create-a-repo .image { + background-image: url(/assets/modules/dashboard/bootcamp/octocat_repo-70ae42e0e4fb1f6856d4871062f0d979b7f19e67ccdc8992bcc6b502464fd561.png); + background-size: 129px 96px; +} +.bootcamp .fork-a-repo .image { + background-image: url(/assets/modules/dashboard/bootcamp/octocat_fork-6e0b56d6903d4e2e32ffdeb1ebe0ce5c79ce938f45acf803f3421cc5aafc05aa.png); + background-size: 178px 96px; +} +.bootcamp .be-social .image { + background-image: url(/assets/modules/dashboard/bootcamp/octocat_collabocats-974d8e7d814eb7bd416a8cce94bd03edef6881f18546bef185ec8878720c1dbc.png); + background-position: center 27px; + background-size: 207px 96px; +} +.bootcamp .desc { + position: relative; + z-index: 2; + padding: 10px 15px 20px; + overflow: hidden; + text-align: center; + background-repeat: no-repeat; +} +.bootcamp .desc>h2 { + padding: 0; + margin: 0 0 5px; + font-size: 15px; + color: #393939; +} +.bootcamp .desc p { + padding: 0; + margin: 0; + line-height: 1.2em; +} +.bootcamp .step-number { + position: absolute; + top: -1px; + left: 10px; + font-size: 36px; + font-weight: bold; + color: #e4e1a8; + opacity: 0.75; +} +.first-run { + width: 800px; + margin: 25px auto; + text-align: center; +} +.first-run-heading { + font-size: 36px; + font-weight: normal; +} +.first-run-subheading { + font-size: 16px; + font-weight: normal; + color: #999; +} +.first-run-survey { + width: 800px; + padding: 0; + margin: 0 auto; +} +.first-run-survey .button+.button { + margin-left: 12px; +} +.first-run-survey ul.guides { + list-style-type: none; +} +.first-run-small-wrapper { + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 35px 25px; + margin-top: 25px; + background-color: #f0f7fd; + border: 1px solid #d2d8dd; + border-radius: 3px; +} +.first-run-survey-question p { + margin: 0 0 25px; + font-size: 22px; + font-weight: 500; + line-height: 1; +} +.first-run-survey-progress { + margin-top: 25px; +} +.first-run-survey-progress .circle { + display: inline-block; + width: 10px; + height: 10px; + margin: 0 4px; + border: 1px solid #d1d1d1; + border-radius: 52%} +.first-run-survey-progress .current { + background-color: #4183c4; + border-color: #4183c4; +} +.first-run-survey-progress .completed { + background-color: #d1d1d1; + border-color: #d1d1d1; +} +.first-run-survey-other { + width: 230px; + margin: 16px auto auto; +} +.first-run-skip { + padding: 15px 0 0; + margin-top: 30px; + font-size: 14px; + border-top: 1px solid #e9e9e9; +} +.first-run-skip span { + font-weight: 500; +} +.first-run-get-started { + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0 2px; + margin: 25px 0; + overflow: hidden; + clear: both; + border: 1px solid #e5e5e5; + border-radius: 3px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01); +} +.first-run-get-started div { + float: left; + width: 50%; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 18px 20px 22px 18px; + text-align: left; +} +.first-run-get-started .mega-octicon { + float: left; + color: #cccccc; +} +.first-run-get-started p { + padding: 0 0 0 47px; + margin: 5px 0; + color: #333; +} +.first-run-get-started h2 { + padding: 0 0 0 47px; + margin: 0 0 10px; + font-size: 18px; + font-weight: bold; + color: #333; +} +.first-run-get-started a { + margin-top: 12px; + margin-left: 47px; +} +.first-run-get-started .first-box { + border-right: 1px solid #eee; +} +.first-run-help-link { + color: #999; +} +.user-repos .mini-repo-list-item { + padding-right: 6px; +} +.user-repos .mini-repo-list-item .repo-and-owner { + max-width: 100%} +.user-repos .mini-repo-list-item .owner { + max-width: 145px; +} +#example_octofication { + float: right; + width: 335px; + margin: 0; +} +.octofication { + margin-bottom: 15px; +} +.octofication .message { + min-height: 56px; + padding: 10px 10px 10px 50px; + border: solid 1px #4183c4; + border-radius: 3px; +} +.octofication .message h3 { + margin: 1px 20px 3px 0; + font-size: 14px; + line-height: 1.2; +} +.octofication .message p { + padding: 0; + margin: 0; + font-size: 12px; + color: #555; +} +.octofication .message p+p { + margin-top: 15px; +} +.octofication .broadcast-icon { + position: relative; + float: left; + margin-left: -40px; + color: #4183c4; +} +.octofication .broadcast-icon-mask { + position: absolute; + top: 0; + width: 10px; + height: 16px; + background-color: #fff; + opacity: 0; + -webkit-animation: broadCastMaskFade 1s ease-in-out 2s 2; + animation: broadCastMaskFade 1s ease-in-out 2s 2; +} +.octofication .broadcast-icon-mask.left { + left: 0; +} +.octofication .broadcast-icon-mask.right { + right: 0; +} +.octofication .notice-dismiss { + position: relative; + top: -2px; + float: right; + color: #bbb; +} +.octofication .notice-dismiss:hover { + color: #666; +} +.octofication-more { + margin: 5px 0; + font-size: 11px; + text-align: right; +} +@-webkit-keyframes broadCastMaskFade { + 0% { + opacity: 0; +} +30% { + opacity: 1; +} +70% { + opacity: 1; +} +100% { + opacity: 0; +} +}@keyframes broadCastMaskFade { + 0% { + opacity: 0; +} +30% { + opacity: 1; +} +70% { + opacity: 1; +} +100% { + opacity: 0; +} +}.github-jobs-promotion { + margin-bottom: 15px; +} +.github-jobs-promotion p { + background-color: #e4f0ff; + background-image: -webkit-linear-gradient(#f5fbff, #e4f0ff); + background-image: linear-gradient(#f5fbff, #e4f0ff); + background-repeat: repeat-x; + position: relative; + padding: 10px 18px; + font-size: 12px; + color: #1b3650; + text-align: center; + border: 1px solid #cee0e7; + border-radius: 3px; +} +.github-jobs-promotion p a { + color: #1b3650; +} +.github-jobs-promotion a.jobs-logo { + display: block; + font-size: 11px; + color: #999; + text-align: center; +} +.github-jobs-promotion a.jobs-logo:hover { + text-decoration: none; +} +.github-jobs-promotion a.jobs-logo strong { + display: inline-block; + width: 62px; + height: 12px; + text-indent: -9999px; + vertical-align: middle; + background: url(/assets/modules/jobs/logo-5f88df64715f56b75c4dc3cfe897caa75bdb14ddfae7156c3efd7863f686f0bc.png) 0 0 no-repeat; + background-size: 62px auto; +} +.github-jobs-promotion .job-location { + white-space: nowrap; +} +.github-jobs-promotion a.octicon-info { + position: absolute; + right: 5px; + bottom: 5px; + color: #a9b8be; + color: #a9b8be; + text-decoration: none; + cursor: pointer; + opacity: 0.8; +} +.github-jobs-promotion p:hover .octicon-info { + opacity: 1; +} +#dashboard h1 { + margin-bottom: 0.5em; + font-size: 160%} +#dashboard h1 a { + font-size: 70%; + font-weight: normal; +} +#dashboard .notice { + padding: 15px; + margin-top: 0; + margin-bottom: 0; + text-align: center; +} +.news .release { + margin-top: 0; + margin-bottom: 0; +} +.news blockquote { + color: #666; +} +.news h1 { + margin-bottom: 0; +} +.news .alert { + position: relative; + padding: 0 0 1em 45px; + overflow: hidden; + border-top: 1px solid #f1f1f1; +} +.news .alert .commits { + padding-left: 40px; +} +.news .alert .css-truncate.css-truncate-target, .news .alert .css-truncate .css-truncate-target { + max-width: 180px; +} +.news .alert p { + margin: 0; +} +.news .alert .markdown-body blockquote { + padding: 0 0 0 40px; + border: 0 none; +} +.news .alert .mega-octicon { + position: absolute; + top: 14px; + left: 0; + width: 32px; + height: 32px; + padding: 3px; + color: #bbb; +} +.news .alert .mega-octicon::before { + color: inherit; +} +.news .alert .octicon { + width: 16px; + height: 16px; + color: #bbb; +} +.news .alert .body { + padding: 1em 0 0; + overflow: hidden; + font-size: 14px; + border-bottom: 0; +} +.news .alert .time { + font-size: 12px; + color: #bbb; +} +.news .alert .title { + padding: 0; + font-weight: bold; +} +.news .alert .title .subtle { + color: #bbb; +} +.news .alert .gravatar { + float: left; + margin-right: 0.6em; + line-height: 0; + background-color: #fff; + border-radius: 3px; +} +.news .alert .simple>.octicon { + position: absolute !important; + left: 11px; + width: 16px; + height: 16px; +} +.news .alert .simple .title { + display: inline-block; + font-size: 13px; + font-weight: normal; + color: #666; +} +.news .alert .simple .time { + display: inline-block; +} +.news .alert .pull-info, .news .alert .branch-link { + display: inline-block; + padding: 3px 7px; + margin-top: 5px; + font-size: 12px; + color: rgba(0, 0, 0, 0.5); + background: #e8f1f6; + border-radius: 3px; +} +.news .alert .pull-info em, .news .alert .branch-link em { + font-style: normal; + font-weight: bold; +} +.news .alert .branch-link { + position: relative; + top: -2px; + margin: 0; + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +.news .alert .branch-link .octicon { + color: #b0c4ce; +} +.news .alert:first-child { + border-top: 0; +} +.news .alert:first-child .body { + padding-top: 0; +} +.news .alert:first-child .mega-octicon { + top: 0; +} +.news .git_hub .done { + color: #666; + text-decoration: line-through; +} +.news .commits li { + margin-top: 0.15em; + list-style-type: none; +} +.news .commits li.more { + padding-top: 2px; + font-size: 11px; +} +.news .commits li .committer { + display: none; + padding-left: 0.5em; +} +.news .commits li img { + margin: 0 1px 0 0; + vertical-align: middle; + background-color: #fff; + border-radius: 2px; +} +.news .commits li img.emoji { + padding: 0; + margin: 0; + border: 0; +} +.news .commits li .message { + display: inline-block; + max-width: 390px; + margin-top: 2px; + overflow: hidden; + font-size: 13px; + line-height: 1.3; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: top; +} +.news div.message, .news li blockquote { + display: inline; + font-size: 13px; + color: #666; +} +.release-assets { + padding-left: 40px; +} +.release-assets li { + margin-top: 0.15em; + list-style-type: none; +} +.release-assets .more { + padding-top: 2px; + font-size: 11px; +} +.news-full, .page-profile .news { + float: none; + width: auto; +} +.activity-tab .blankslate { + margin-top: 10px; +} +.activity-tab .news .markdown-body blockquote, .activity-tab .news .alert .commits { + padding-left: 0; +} +.activity-tab .news a.gravatar, .activity-tab .news div.gravatar { + display: none; +} +.saml-signed-out-notice { + position: relative; + width: 450px; + padding: 10px 10px 10px 70px; + margin: 50px auto 30px; + border: 1px solid #eee; + border-radius: 3px; +} +.saml-signed-out-notice .mega-octicon { + position: absolute; + top: 30px; + left: 20px; + color: #ddd; +} +.saml-signed-out-notice h3 { + margin-bottom: 0; +} +.saml-signed-out-notice p { + margin-top: 5px; +} +.dashboards-overview-lead { + width: 700px; +} +.dashboards-overview-cards .boxed-group { + margin: 10px 0; + width: 100%} +.dashboards-overview-cards .boxed-group path { + stroke: #1db34f; + stroke-opacity: 0.5; +} +.dashboards-overview-cards .blankslate { + border: 0; + background-color: #fff; + box-shadow: none; + padding-top: 47px; +} +.dashboards-overview-cards .octicon-arrow-down { + color: #bd2c00; +} +.dashboards-overview-cards .octicon-arrow-up { + color: #1db34f; +} +.dashboards-overview-cards .graph-canvas .dots { + padding: 43px 0; +} +.dashboards-overview-cards .summary-stats { + height: 78px; +} +.dashboards-overview-cards .summary-stats .created_at { + color: #1db34f; +} +.dashboards-overview-cards .summary-stats .closed_at, .dashboards-overview-cards .summary-stats .merged_at { + color: #4183c4; +} +.dashboards-overview-cards .summary-stats .totals-num { + margin: 0 7px; +} +.dashboards-overview-cards .summary-stats .single { + width: 100%} +.dashboards-overview-graph { + height: 160px; +} +.dashboards-overview-graph .path { + fill: none; + stroke-width: 2; +} +.dashboards-overview-graph path.created_at { + stroke: #1db34f; +} +.dashboards-overview-graph path.merged_at, .dashboards-overview-graph path.closed_at { + stroke: #1d7fb3; +} +.dashboards-overview-graph .y line { + stroke: #1db34f; +} +.dashboards-overview-graph .y.unique line { + stroke: #1d7fb3; +} +.dashboards-overview-graph .overlay { + fill-opacity: 0; +} +.created_at circle { + fill: #1db34f; + stroke: #fff; + stroke-width: 2; +} +.merged_at circle, .closed_at circle { + fill: #1d7fb3; + stroke: #fff; + stroke-width: 2; +} +.discussion-timeline { + position: relative; + width: 760px; + float: left; +} +.discussion-timeline:before { + display: block; + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 79px; + width: 2px; + background-color: #f3f3f3; + z-index: -1; +} +.discussion-sidebar { + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 21; + float: right; + width: 140px; +} +.discussion-sidebar-item { + padding-top: 15px; + font-size: 12px; + color: #999; +} +.discussion-sidebar-item .minibutton .octicon { + margin-right: 0; +} +.discussion-sidebar-item .button-block { + margin-bottom: 8px; +} +.discussion-sidebar-item+.discussion-sidebar-item { + margin-top: 15px; + border-top: 1px solid #eee; +} +.discussion-sidebar-item .select-menu { + position: relative; +} +.discussion-sidebar-item .select-menu-modal-holder { + top: 25px; + left: auto; + right: -1px; +} +.discussion-sidebar-heading { + margin-top: 0; + margin-bottom: 10px; + font-size: 12px; + line-height: 16px; + color: #777; +} +.discussion-sidebar-toggle { + padding: 5px; + margin: -5px -5px 5px; +} +.discussion-sidebar-toggle .octicon { + float: right; + padding: 5px; + margin: -6px -5px -5px 5px; + color: #ccc; +} +.discussion-sidebar-toggle:hover { + color: #4183c4; + text-decoration: none; + cursor: pointer; +} +.discussion-sidebar-toggle:hover .octicon { + color: inherit; +} +button.discussion-sidebar-toggle { + display: block; + width: 150px; + font-weight: bold; + text-align: left; + background: none; + border: 0; +} +.sidebar-labels .labels .label { + display: block; + max-width: 100%; + padding: 6px 10px; + font-size: 12px; + box-shadow: none; +} +.sidebar-labels .labels .label+.label { + margin-top: 3px; +} +.sidebar-labels .labels:empty:before { + content: "None yet"; + display: inline; +} +.sidebar-milestone .progress-bar { + margin-bottom: 2px; + border-radius: 2px; + height: 8px; +} +.milestone-name { + display: block; + margin-top: 5px; + font-weight: bold; + color: #555; +} +.milestone-name .css-truncate-target { + max-width: 100%} +.milestone-name:hover { + color: #4183c4; + text-decoration: none; +} +.sidebar-assignee .css-truncate-target { + max-width: 110px; +} +.sidebar-assignee .avatar { + margin-top: -1px; + margin-right: 2px; + border-radius: 2px; +} +.sidebar-assignee .assignee { + color: #555; + font-weight: bold; +} +.sidebar-assignee .assignee:hover { + color: #4183c4; + text-decoration: none; +} +.sidebar-quick-assign { + display: inline-block; +} +.sidebar-notifications { + position: relative; +} +.sidebar-notifications .thread-subscription-status { + margin: 0; + padding: 0; + border: 0; +} +.sidebar-notifications .thread-subscription-status .thread-subscribe-form { + display: block; +} +.sidebar-notifications .thread-subscription-status .mega-octicon { + display: none; +} +.sidebar-notifications .thread-subscription-status .reason { + padding: 0; + margin: 5px 0 0; + font-size: 11px; + color: #999; +} +.sidebar-notifications .thread-subscription-status .minibutton { + display: block; + width: 100%} +.participation .participant-avatar { + float: left; + margin: 3px 0 0 3px; +} +.participation a { + color: #999; +} +.participation a:hover { + color: #4183c4; + text-decoration: none; +} +.participation-avatars { + margin-left: -3px; +} +.participation-avatars:before { + display: table; + content: ""} +.participation-avatars:after { + display: table; + clear: both; + content: ""} +.participation-more { + float: left; + margin: 6px 0 0; + line-height: 14px; +} +.lock-toggle-link { + color: #777; + font-weight: bold; +} +.lock-toggle-link:hover { + color: #4183c4; + text-decoration: none; +} +.inline-comment-form .form-actions, .timeline-new-comment .form-actions { + padding: 0 10px 10px; +} +.form-content .form-actions { + padding: 0; +} +.gh-header-actions { + float: right; + margin-top: 3px; +} +.gh-header-actions .minibutton { + float: left; + margin-left: 5px; +} +.gh-header-actions .minibutton .octicon { + margin-right: 0; +} +.gh-header .gh-header-edit { + display: none; +} +.gh-header.open .gh-header-show { + display: none; +} +.gh-header.open .gh-header-edit { + display: block; +} +.gh-header-title { + margin-top: 0; + margin-bottom: 0; + margin-right: 150px; + font-weight: normal; + line-height: 1.1; + word-wrap: break-word; +} +.gh-header-no-access .gh-header-title { + margin-right: 0; +} +.gh-header-number { + font-weight: 300; + color: #aaa; + letter-spacing: -1px; +} +.gh-header-edit { + margin-top: -5px; +} +.gh-header-edit:before { + display: table; + content: ""} +.gh-header-edit:after { + display: table; + clear: both; + content: ""} +.gh-header-edit .edit-issue-title { + float: left; + width: 760px; + padding: 6px 10px; + margin-right: 10px; + font-size: 16px; + background-color: #fafafa; +} +.gh-header-edit .edit-issue-title:focus { + background-color: #fff; +} +.gh-header-edit .button { + float: left; + padding: 8px 15px; +} +.gh-header-edit .button-link { + float: left; + margin: 10px; +} +.gh-header-meta { + margin-top: 9px; + font-size: 14px; + line-height: 20px; + color: #777; + padding-bottom: 20px; + border-bottom: 1px solid #eee; +} +.gh-header.issue .gh-header-meta { + margin-bottom: 15px; +} +.gh-header.pull .gh-header-meta { + border-bottom: 0; + padding-bottom: 0; +} +.gh-header-meta.discussions-header-meta { + margin-top: 6px; + padding-bottom: 15px; +} +.gh-header-meta .flex-table-item { + vertical-align: top; +} +.gh-header-meta .flex-table-item-primary { + padding-top: 4px; + white-space: normal; + word-wrap: break-word; +} +.gh-header-meta .flex-table-item-primary .commit-ref .css-truncate-target, .gh-header-meta .flex-table-item-primary .commit-ref:hover .css-truncate-target { + max-width: 780px !important; +} +.gh-header-meta .state { + margin-right: 8px; +} +.gh-header-meta .avatar { + float: left; + margin-top: -3px; + margin-right: 5px; +} +.gh-header-meta .author { + color: #555; + font-weight: bold; +} +.gh-header-meta .noun { + text-transform: lowercase; +} +.tabnav-pr { + margin: 15px 0 20px; + border-color: #e5e5e5; +} +.tabnav-pr .tabnav-tab { + padding: 9px 14px; + font-size: 13px; + color: #777; +} +.tabnav-pr .tabnav-tab.selected { + color: #333; + border-color: #e5e5e5; +} +.tabnav-pr .diffstat-bar { + padding-bottom: 3px; +} +.timeline-comment-wrapper>.timeline-comment:after, .timeline-comment-wrapper>.timeline-comment:before, .timeline-new-comment .timeline-comment:after, .timeline-new-comment .timeline-comment:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none; +} +.timeline-comment-wrapper>.timeline-comment:after, .timeline-new-comment .timeline-comment:after { + border-width: 7px; + border-right-color: #f7f7f7; + margin-top: 1px; + margin-left: 2px; +} +.timeline-comment-wrapper>.timeline-comment:before, .timeline-new-comment .timeline-comment:before { + border-right-color: #ddd; + border-width: 8px; +} +.timeline-comment-wrapper { + position: relative; + padding-left: 64px; + margin-top: 15px; + margin-bottom: 15px; + border-top: 2px solid #fff; + border-bottom: 2px solid #fff; +} +.timeline-comment-wrapper:first-child { + margin-top: 0; +} +.discussion-timeline-actions .timeline-comment-wrapper:first-child { + margin-top: 15px; +} +.timeline-comment-wrapper .timeline-comment.unread-item:after, .timeline-comment-wrapper .timeline-comment.unread-item:before { + position: absolute; + top: 11px; + left: -16px; + right: 100%; + width: 0; + height: 0; + display: block; + content: " "; + border-color: transparent; + border-style: solid solid outset; + pointer-events: none; +} +.timeline-comment-wrapper .timeline-comment.unread-item:after { + border-width: 7px; + border-right-color: #fff9ea; + margin-top: 1px; + margin-left: 2px; +} +.timeline-comment-wrapper .timeline-comment.unread-item:before { + border-right-color: #dfd8c2; + border-width: 8px; +} +.timeline-comment-avatar { + float: left; + margin-left: -64px; + border-radius: 3px; +} +.timeline-comment { + position: relative; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 3px; +} +.timeline-comment.current-user { + border-color: #bfccd1; +} +.timeline-comment.current-user:after { + border-right-color: #f2f8fa; +} +.timeline-comment.current-user:before { + border-right-color: #bfccd1; +} +.timeline-comment.current-user .timeline-comment-header { + color: #8e9597; + background-color: #f2f8fa; + border-bottom-color: #e1edf1; +} +.timeline-comment.will-transition-once { + -webkit-transition: border-color 0.65s ease-in-out; + transition: border-color 0.65s ease-in-out; +} +.timeline-comment.will-transition-once .timeline-comment-header { + -webkit-transition: background-color 0.65s ease, border-bottom-color 0.65s ease-in-out; + transition: background-color 0.65s ease, border-bottom-color 0.65s ease-in-out; +} +.timeline-comment.will-transition-once .timeline-comment-label { + -webkit-transition: border-color 0.65s ease-in-out; + transition: border-color 0.65s ease-in-out; +} +.timeline-comment.will-transition-once:before, .timeline-comment.will-transition-once:after { + -webkit-transition: border-right-color 0.65s ease-in-out; + transition: border-right-color 0.65s ease-in-out; +} +.timeline-comment.unread-item { + border-color: #dfd8c2; +} +.timeline-comment.unread-item .timeline-comment-header { + background-color: #fff9ea; + border-bottom-color: #f1ede3; +} +.timeline-comment.unread-item .timeline-comment-label { + border-color: #dfd8c2; +} +.timeline-comment:empty { + display: none; +} +.timeline-comment .comment+.comment { + border-top: 1px solid #e5e5e5; +} +.timeline-comment .comment+.comment:before, .timeline-comment .comment+.comment:after { + display: none; +} +.timeline-comment .comment+.comment .timeline-comment-header { + border-top-left-radius: 0; + border-top-right-radius: 0; +} +.timeline-comment-header { + padding-left: 15px; + padding-right: 15px; + color: #999; + background-color: #f7f7f7; + border-bottom: 1px solid #eee; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.timeline-comment-header .author { + font-weight: bold; + color: #555; +} +.timeline-comment-header .timestamp { + white-space: nowrap; + color: inherit; +} +.timeline-comment-header code { + word-break: break-all; +} +.comment-type-icon { + color: inherit; +} +.timeline-comment-label { + float: right; + margin: 8px 0 0 10px; + padding: 2px 5px; + font-size: 12px; + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 3px; +} +.timeline-comment-label-spammy { + color: #bd2c00; + border-color: #bd2c00; +} +.timeline-comment-header-text { + max-width: 78%; + padding-top: 10px; + padding-bottom: 10px; +} +.timeline-comment-header-text code a { + color: #555; +} +.timeline-comment-header-avatar { + float: left; + margin-top: 10px; + margin-right: 5px; +} +.timeline-comment-actions { + float: right; + margin-right: -5px; + margin-left: 10px; +} +.timeline-comment-action { + display: inline-block; + padding: 10px 5px; + color: inherit; + opacity: 0.5; +} +.timeline-comment-action:hover { + opacity: 1; + color: #4183c4; + text-decoration: none; +} +.timeline-comment-action .octicon-check { + height: 16px; + font-size: 18px; +} +.compare-tab-comments .timeline-comment-actions { + display: none; +} +.discussion-item-ref .commit-gravatar { + padding-left: 2px; + padding-right: 5px; +} +.discussion-item-ref .task-progress { + display: block; + margin-bottom: -2px; +} +.discussion-item-ref .task-progress .progress-bar { + margin-bottom: 0; +} +.discussion-item-ref .task-progress .octicon { + font-size: 16px; +} +.discussion-item-ref .discussion-item-body .title { + margin-top: 10px; +} +.discussion-item-ref .state { + padding: 1px 5px; + margin-top: -4px; + margin-left: 8px; + font-size: 12px; +} +.discussion-item-ref .state .octicon { + width: 1em; + font-size: 14px; +} +.timeline-new-comment { + max-width: 780px; + margin-bottom: 0; +} +.timeline-new-comment .comment-form-head { + margin-bottom: 10px; +} +.timeline-new-comment .previewable-comment-form .comment-body { + padding: 5px 5px 15px; + border-bottom: 1px solid #eee; +} +.discussion-item { + position: relative; + margin: 15px 0 15px 79px; + padding-left: 25px; +} +.discussion-item+.discussion-item { + padding-top: 15px; + border-top: 1px solid #f5f5f5; +} +.discussion-item .author { + color: #555; + font-weight: bold; +} +.discussion-item .timestamp { + color: inherit; + white-space: nowrap; +} +.discussion-item .label-color { + padding: 2px 4px; + font-size: 12px; + font-weight: bold; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); +} +.discussion-item .label-color a:hover { + text-decoration: none; +} +.discussion-item-icon { + float: left; + width: 32px; + height: 32px; + margin-top: -7px; + margin-left: -40px; + line-height: 28px; + color: #666; + text-align: center; + background-color: #f3f3f3; + border: 2px solid #fff; + border-radius: 50%} +.discussion-item-icon.octicon-pencil { + font-size: 14px; +} +.discussion-item-header { + min-height: 30px; + padding-top: 5px; + padding-bottom: 5px; + color: #777; + line-height: 20px; + word-wrap: break-word; +} +.discussion-item-header .avatar { + float: left; + margin-top: 2px; + margin-right: 5px; +} +.discussion-item-header .discussion-item-private { + vertical-align: -1px; +} +.discussion-item-header:last-child { + padding-bottom: 0; +} +.discussion-item-header .commit-ref { + font-size: 85%; + vertical-align: baseline; +} +.discussion-item-header .button-outline { + float: right; + padding: 4px 8px; + margin-top: -5px; +} +.discussion-item-body { + margin-top: 5px; +} +.discussion-item-link { + color: #777; +} +.discussion-item-link:hover { + color: #4183c4; +} +.discussion-item-entity { + font-weight: bold; + color: #333; +} +.discussion-item-entity:hover { + color: #4183c4; + text-decoration: none; +} +.discussion-item-ref-title { + margin-top: 0; + margin-bottom: 0; + line-height: 1.2; +} +.discussion-item-ref-title .issue-num { + font-weight: normal; + color: #999; +} +.discussion-item-ref-title .title-link { + color: #333; +} +.discussion-item-ref-title .title-link:hover { + color: #4183c4; + text-decoration: none; +} +.discussion-item-ref-title .title-link:hover .issue-num { + color: inherit; +} +.discussion-item-context-icon { + display: inline-block; + line-height: 22px; + margin-top: -2px; + margin-left: 10px; +} +.discussion-item-help { + color: #999; +} +.discussion-item-help:hover { + color: #4183c4; +} +.discussion-item-private { + color: #a1882b; +} +.discussion-item-rollup-ref .state { + margin-top: 2px; +} +.discussion-item-rollup-ref .discussion-item-context-icon { + margin-top: 2px; +} +.discussion-item-reopened .discussion-item-icon { + color: #fff; + background-color: #6cc644; +} +.discussion-item-merged .discussion-item-icon { + padding-left: 2px; + color: #fff; + background-color: #6e5494; +} +.discussion-item-closed .discussion-item-icon { + color: #fff; + background-color: #bd2c00; +} +.discussion-item-head_ref_deleted .discussion-item-icon { + padding-left: 2px; + color: #fff; + background-color: #999; +} +.discussion-item-locked .discussion-item-icon, .discussion-item-unlocked .discussion-item-icon { + color: #fff; + background-color: #333; +} +.discussion-item .renamed-was, .discussion-item .renamed-is { + color: #333; + font-weight: bold; +} +.discussion-commits .discussion-item-icon { + padding-top: 1px; +} +.discussion-commits .discussion-item-body { + margin-top: 0; + margin-left: -31px; +} +.discussion-item-toggle-open { + display: none; +} +.discussion-item-toggle { + float: right; + color: #777; +} +.discussion-item-toggle:hover { + color: #4183c4; + text-decoration: none; +} +.discussion-item-toggle .octicon { + vertical-align: middle; +} +.outdated-diff-comment-container .discussion-item-body { + display: none; +} +.outdated-diff-comment-container.open .discussion-item-body, .outdated-diff-comment-container.open .discussion-item-toggle-open { + display: block; +} +.outdated-diff-comment-container.open .discussion-item-toggle-closed { + display: none; +} +.new-discussion-timeline .form-content textarea { + font-size: 14px; + line-height: 1.6; +} +.new-discussion-timeline .previewable-comment-form .comment-form-head.tabnav { + background: #f7f7f7; + padding: 6px 10px 0; + border-radius: 3px 3px 0 0; +} +.new-discussion-timeline .previewable-comment-form .draft-indicator { + position: relative; + top: -1px; +} +.new-discussion-timeline .previewable-comment-form .comment { + border: 0; +} +.new-discussion-timeline .previewable-comment-form .comment-body { + padding: 5px 5px 15px; + border-bottom: 1px solid #eee; + background-color: transparent; +} +.new-discussion-timeline .previewable-comment-form .timeline-comment .timeline-comment-actions { + display: none; +} +.new-discussion-timeline .closed-banner { + position: relative; + margin: 15px 0 -15px; + height: 19px; + overflow: visible; + background: #f3f3f3; + border-radius: 0; + border-bottom: 15px solid #fff; +} +.new-discussion-timeline .discussion-hidden { + background: #fff; + opacity: 1; + position: relative; +} +.new-discussion-timeline .discussion-hidden .comment-header { + background: #fff; +} +.new-discussion-timeline .discussion-hidden .comment-snippet p { + vertical-align: middle; +} +.new-discussion-timeline .composer .timeline-comment { + margin-bottom: 10px; +} +.new-discussion-timeline .composer .timeline-comment:after { + border-right-color: #fff; +} +.new-discussion-timeline .composer .comment-form-head.tabnav { + padding-top: 0; + background-color: #fff; +} +.discussion-timeline-actions { + border-top: 2px solid #f3f3f3; + background-color: #fff; +} +.discussion-timeline-actions .merge-pr { + padding-top: 0; + border-top: 0; +} +.discussion-timeline-actions .thread-subscription-status { + margin-top: 20px; +} +.discussion-timeline-actions .thread-subscription-status .mega-octicon { + display: none; +} +.discussions-header { + margin-bottom: 20px; +} +.discussions-header .select-menu, .discussions-header .primary { + float: left; + margin-left: 5px; +} +.discussions-header-title { + margin-top: 0; + margin-bottom: 0; + line-height: 26px; +} +.discussions-new { + max-width: 800px; + padding: 15px; +} +.blankslate.discussions { + padding: 115px 0; +} +.discussions { + margin: 0 0 20px; +} +.discussions .discussion { + font-size: 13px; + list-style-type: none; + padding: 12px 0 12px 72px; + border-bottom: 1px solid #eee; + position: relative; + min-height: 74px; +} +.discussions .discussion:before { + display: table; + content: ""} +.discussions .discussion:after { + display: table; + clear: both; + content: ""} +.discussions .discussion.navigation-focus { + background: #f9f9f9; +} +.discussions .discussion.selected { + background-color: #f9f9f9; +} +.discussions .discussion.selected:before { + background: #999; +} +.discussions .discussion input[type="checkbox"] { + top: 27px; +} +.discussions .discussion:before { + position: absolute; + display: block; + content: ""; + top: -1px; + left: 0; + bottom: 0; + width: 3px; +} +.discussions .discussion.spammy:before { + background: #bd2c00; +} +.discussions .discussion h3 { + font-size: 17px; + margin: 4px 0 0; + padding-bottom: 5px; +} +.discussions .discussion h3 span { + font-weight: 300; + color: #c5c5c5; +} +.discussions .discussion h3 a { + color: #333; + font-weight: bold; +} +.discussions .discussion h4 { + margin-top: 1px; + margin-bottom: 2px; + font-size: 12px; + line-height: 18px; + color: #666; +} +.discussions .discussion p { + margin: 0 0 5px; +} +.discussions .discussion p.muted { + color: #999; + padding: 5px 0; +} +.discussions .discussion .pull-info { + background: #e8f1f6; + border-radius: 3px; + color: rgba(0, 0, 0, 0.5); + display: inline-block; + font-size: 12px; + margin-top: 5px; + padding: 3px 7px; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); +} +.discussions .discussion .pull-info em { + font-style: normal; +} +.discussions .discussion:first-child { + border-top: 1px solid #eee; +} +.discussions .discussion.unread:before { + position: absolute; + display: block; + content: ""; + top: -1px; + bottom: -1px; + left: 0; + width: 3px; + background: #4183c4; +} +.discussion-username { + color: #333; + font-weight: normal; +} +.discussions-avatar { + position: absolute; + left: 12px; +} +.discussion-issue-number { + color: #bbb; +} +.discussion-body p { + color: #444; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + font-size: 13px; +} +.discussion-meta { + font-size: 12px; + line-height: 17px; +} +.discussion-meta:before { + display: table; + content: ""} +.discussion-meta:after { + display: table; + clear: both; + content: ""} +.discussion-meta a { + color: #999; +} +.discussion-meta p { + color: #999; + padding: 0; + margin: 0; +} +.discussion-meta .octicon-comment { + font-size: 14px; + color: #bbb; + margin-left: 4px; +} +.discussion-participants { + float: left; + width: 150px; + margin-left: 30px; + color: #999; +} +.discussion-participants .avatar-link { + margin-right: 3px; +} +.discussion-last-comment { + float: left; + width: 150px; + margin-left: 30px; +} +.discussion-last-comment .avatar { + float: left; + margin-right: 3px; +} +.discussion-description { + float: left; + width: 474px; +} +.discussion-timeline .email-hidden-container { + margin: 3px 0; +} +.discussion-hidden { + background: #fff; +} +.discussion-hidden .timeline-comment-content { + border: 1px solid #ddd; + opacity: 0.8; + margin-left: 64px; +} +.discussion-hidden .timeline-comment-content:hover { + -webkit-transition: opacity 0.25s ease-in-out; + transition: opacity 0.25s ease-in-out; + opacity: 1; +} +.discussion-hidden .timeline-comment-header { + background: none; + border-bottom: 0; + line-height: 33px; +} +.discussion-hidden .timeline-comment-header:before { + display: table; + content: ""} +.discussion-hidden .timeline-comment-header:after { + display: table; + clear: both; + content: ""} +.discussion-hidden .timeline-comment-header .octicon { + margin: 0 3px; +} +.discussion-hidden .timeline-comment-header .comment-snippet { + display: inline-block; + position: relative; + top: -1px; +} +.discussion-hidden .timeline-comment-header .comment-snippet p { + width: 370px; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; + white-space: nowrap; + margin: 0 0 0 3px; + line-height: 1; +} +.discussion-hidden+.discussion-hidden { + margin-top: -1px; +} +.comment-header-right { + float: right; +} +.comment-header-actions { + list-style-type: none; +} +.comment-header-actions:before { + display: table; + content: ""} +.comment-header-actions:after { + display: table; + clear: both; + content: ""} +.comment-header-actions li { + float: left; + font-size: 11px; + line-height: 33px; + margin: 0 0 0 10px; +} +.discussion-comment-label { + background: #eee; + border-radius: 3px; + color: #666; + padding: 2px 4px; + margin: 0 5px 0 0; +} +.explore-head .container { + position: relative; +} +.explore-content { + margin-top: -15px; +} +.explore-content .blankslate { + margin-top: 15px; +} +.repo-collection>ul { + list-style-type: none; + background: #f7f7f7; + border: 1px solid #ddd; + border-radius: 3px; +} +.repo-collection .author-gravatar { + float: left; + margin-right: 10px; + background: #fff; + border-radius: 3px; +} +.collection-stat { + float: right; + margin-left: 10px; + font-size: 12px; + color: #444; +} +.collection-stat .octicon { + margin-right: 5px; + color: #a7a7a7; +} +.collection-item { + position: relative; + float: left; + width: 50%; + height: 70px; + padding: 15px; +} +.collection-item .octicon-x { + position: absolute; + top: 10px; + right: 10px; + color: #ccc; + text-decoration: none; +} +.collection-item .repo-name { + display: block; + font-size: 16px; + font-weight: bold; +} +.collection-item .css-truncate-target { + max-width: 380px; +} +.collection-item .repo-description { + margin: 0; +} +.explore-collection h2 { + margin: 0 0 10px; + font-size: 18px; + font-weight: normal; + color: #2a2a2a; +} +.explore-collection h2 .select-menu { + position: relative; + display: inline-block; +} +.explore-collection h2 .select-menu-button { + font-weight: bold; + cursor: pointer; +} +.explore-collection h2 .mega-octicon { + vertical-align: middle; +} +.explore-collection .see-more-link { + float: right; + margin-top: 7px; +} +.explore-page .see-more-link { + font-size: 14px; + color: inherit; +} +.explore-page .see-more-link .octicon { + margin-left: 5px; +} +.explore-page.marketing-section { + border-bottom: 0; +} +.explore-page.marketing-section .thread-subscription-status { + border: 0; +} +.explore-page.marketing-section .signed-out-comment { + margin-left: 0; +} +.explore-page .language-filter-list { + margin-bottom: 10px; +} +.explore-section { + position: relative; + padding: 40px 0; + border-bottom: 1px solid #eee; +} +.explore-section:nth-child(even) { + background: #f9f9f9; +} +.explore-section:nth-child(even) .repo-collection>ul { + background: #fff; +} +.explore-section:first-child { + padding-top: 0; +} +.explore-section:nth-child(odd):last-child { + padding-bottom: 0; + border-bottom: 0; +} +.explore-pjax-container { + position: relative; +} +.user-leaderboard-list .follow-list-info { + margin-top: 12px; + margin-bottom: 0; + font-size: 12px; + color: #666; +} +.user-leaderboard-list .follow-list-info .css-truncate.css-truncate-target { + max-width: none; +} +.user-leaderboard-list .repo-list-item { + padding-top: 10px; + padding-bottom: 0; + padding-left: 21px; + border-top: 0; +} +.user-leaderboard-list .repo-list-item .repo-description, .user-leaderboard-list .repo-list-item .repo-and-owner { + max-width: 530px; +} +.user-leaderboard-list .repo-list-item .repo { + color: #5c5c5c; +} +.leaderboard-list { + margin: 0; + list-style-type: none; +} +.user-leaderboard-list-name { + margin: 0; + font-size: 18px; + font-weight: normal; +} +.user-leaderboard-list-name .full-name { + margin-left: 5px; + font-weight: bold; + color: #5c5c5c; +} +.repo-snipit { + margin-top: 7px; + display: inline-block; +} +.repo-snipit:hover { + text-decoration: none; +} +.repo-snipit .octicon { + color: #999; + font-size: 14px; +} +.repo-snipit-name { + max-width: 200px; + color: #666; +} +.repo-snipit-description { + max-width: 300px; + color: #999; +} +.repo-snipit:hover .repo-snipit-name, .repo-snipit:hover .repo-snipit-description { + color: #4183c4; +} +.leaderboard-action { + float: right; + margin-top: -3px; + margin-left: 10px; +} +.leaderboard-list-rank { + position: absolute; + top: 25px; + left: 0; + width: 20px; + font-size: 11px; + font-weight: 300; + color: #b9b9b9; + text-align: right; + text-transform: uppercase; +} +.leaderboard-list-item { + position: relative; + padding-top: 20px; + padding-bottom: 20px; + padding-left: 35px; + border-bottom: 1px solid #eee; +} +.leaderboard-list-item:last-child { + border-bottom: 0; +} +.leaderboard-gravatar { + float: left; + width: 48px; + height: 48px; + border-radius: 3px; +} +.leaderboard-list-content { + min-height: 48px; + margin-left: 58px; +} +.collection-page .signed-out-comment { + margin-left: 0; +} +.explore-mail-tease { + padding-top: 20px; + overflow: hidden; + background: #202021 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat; + border-bottom: 1px solid #ddd; +} +.explore-mail-tease h3 { + color: #fff; + text-align: center; +} +.explore-mail-tease img { + margin-bottom: -5px; +} +.newsletter-frequency-choice { + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + margin: 40px 0; + list-style-type: none; + -webkit-flex-flow: row wrap; + -webkit-justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; +} +.newsletter-frequency-choice .choice { + position: relative; + width: 25%; + margin: auto; +} +.newsletter-frequency-choice .choice>label { + display: block; + height: 100%; + margin: 0 10px; + font-weight: normal; + cursor: pointer; + background: #fff; + border: 3px solid #eee; + border-radius: 4px; + text-align: center; +} +.newsletter-frequency-choice .choice:hover label { + border-color: #4183c4; +} +.newsletter-frequency-choice .choice:hover h3 { + color: #fff; + background: #4183c4; + border-color: #4183c4; +} +.newsletter-frequency-choice .choice.selected label { + border-color: #6cc644; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); +} +.newsletter-frequency-choice .choice.selected h3 { + color: #fff; + background: #6cc644; + border-color: #6cc644; +} +.newsletter-frequency-choice .choice.selected p { + color: #333; +} +.newsletter-frequency-choice .choice .notice { + position: absolute; + right: 0; + bottom: 1em; + left: 0; + z-index: -1; + font-weight: bold; + color: #6cc644; + text-align: center; + opacity: 0; +} +.newsletter-frequency-choice .choice .notice.visible { + -webkit-transition: opacity 0.15s ease-in-out; + transition: opacity 0.15s ease-in-out; + bottom: -2em; + opacity: 1; +} +.newsletter-frequency-choice h3 { + padding: 10px; + margin: 0; + font-weight: normal; + background: #fafafa; + border-bottom: 1px solid #eee; +} +.newsletter-frequency-choice h3 input { + position: relative; + top: -2px; + margin: 0 3px 0 -19px; +} +.newsletter-frequency-choice p { + height: 7em; + margin: 15px; + color: #777; + text-align: left; +} +.explore-signup-entice { + position: relative; + padding: 15px; + background: #f7f7f7; + border: 1px solid #ddd; + border-radius: 3px; +} +.explore-signup-entice h3 { + margin-bottom: 10px; + font-size: 18px; +} +.explore-signup-entice p { + margin: 10px; + font-size: 14px; +} +.explore-signup-entice-inner { + position: absolute; + top: 3px; + right: 3px; + bottom: 3px; + left: 3px; + padding-top: 30px; + text-align: center; + background: rgba(247, 247, 247, 0.9); +} +.explore-signup-entice-wrapper { + max-width: 500px; + padding: 5px; + margin: 0 auto; + background: rgba(247, 247, 247, 0.6); +} +@-webkit-keyframes fadein { + 0% { + opacity: 0; +} +100% { + opacity: 1; +} +}@keyframes fadein { + 0% { + opacity: 0; +} +100% { + opacity: 1; +} +}.explore-marketing-header { + margin: 10px auto 30px; + text-align: center; +} +.explore-marketing-header.is-animating { + -webkit-animation: fadein 1s; + animation: fadein 1s; +} +.explore-marketing-header h2 { + margin: 0 0 5px; + font-size: 32px; + font-weight: normal; +} +.explore-marketing-header .lead { + margin: 5px 0 0; +} +.explore-marketing-header .call-to-signup { + margin-top: 10px; +} +.linux .show-mac, .macintosh .show-mac { + display: block; +} +.linux .hide-mac, .macintosh .hide-mac { + display: none; +} +.windows .show-mac { + display: none; +} +.homepage .container { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} +.homepage .header-logged-out .primary { + display: none; +} +.homepage .site-footer { + border-top: 0; + margin-top: 0; +} +.marketing-section-depth { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 10; + height: 30px; + background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.15)); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); +} +.marketing-section-signup { + text-shadow: 0 1px 3px #222; + background: #202021 url(/assets/modules/home/octicons-bg-f51579234572c7286b1ead7a6408f2d43c7a0520dbb09f9d2b8b6b59024a01a0.png) center repeat; + padding-top: 80px; + padding-bottom: 80px; + position: relative; +} +.marketing-section-signup .heading { + margin-top: 0; + padding-top: 10px; + font-size: 70px; + font-weight: normal; + line-height: 1; + color: #fff; + letter-spacing: -1px; +} +.marketing-section-signup .subheading { + margin: 10px 0 0; + font-size: 21px; + line-height: 1.5; + color: #fff; +} +.marketing-section-signup .subheading a { + font-weight: 500; +} +.form-signup-home { + float: right; + width: 320px; + margin-left: 40px; +} +.form-signup-home .text-muted:last-child { + margin-bottom: 0; +} +.form-signup-home dl.form { + position: relative; + margin-top: 0; + margin-bottom: 10px; +} +.form-signup-home dl.form dd+.text-muted { + margin-top: 5px; +} +.form-signup-home .button, .form-signup-home dl.form input[type="text"], .form-signup-home dl.form input[type="password"] { + padding: 10px; + font-size: 16px; + border-radius: 5px; +} +.form-signup-home .button { + border: 0; +} +.form-signup-home .button:focus { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 12px rgba(255, 255, 255, 0.75); +} +.form-signup-home dl.form input[type="text"], .form-signup-home dl.form input[type="password"] { + width: 100%; + margin-right: 0; + border-color: #fff; +} +.form-signup-home dl.form input[type="text"]:focus, .form-signup-home dl.form .focused .drag-and-drop, .focused .form-signup-home dl.form .drag-and-drop, .form-signup-home dl.form input[type="password"]:focus { + background-color: #fff; + border-color: #fff; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 12px rgba(255, 255, 255, 0.75); +} +.form-signup-home dl.form.errored dd.error, .form-signup-home dl.form.errored dd.warning { + position: absolute; + top: 100%; + left: 0; + right: 0; + z-index: 5; + margin-top: 2px; + font-size: 12px; + font-weight: normal; + padding: 10px; + border: 0; + text-align: left; + border-radius: 3px; + background-color: #333; + color: #fff; +} +.form-signup-home dl.form.errored dd.error:after, .form-signup-home dl.form.errored dd.warning:after { + position: absolute; + left: 10px; + bottom: 100%; + height: 0; + width: 0; + content: ""; + border: solid transparent; + border-bottom-color: #333; + border-width: 8px; + pointer-events: none; +} +.form-signup-home dl.form.errored dd.error:empty, .form-signup-home dl.form.errored dd.warning:empty { + display: none; +} +.form-signup-home dl.form dd input.is-autocheck-successful, .form-signup-home dl.form dd input.is-autocheck-errored, .form-signup-home dl.form dd input.is-autocheck-loading { + background-image: none; +} +.form-signup-home dl.successed:after, .form-signup-home dl.errored:after { + position: absolute; + top: 15px; + right: 10px; + text-shadow: none; + font: normal normal 16px/1 "octicons"; + display: inline-block; + text-decoration: none; + -webkit-font-smoothing: antialiased; +} +.form-signup-home dl.successed:after { + content: "\f03a"; + color: #6cc644; +} +.form-signup-home dl.errored:after { + content: "\f02d"; + color: #bd2c00; +} +.form-signup-home dl.is-loading:after { + position: absolute; + top: 15px; + right: 10px; + display: block; + width: 16px; + height: 16px; + content: ""; + background-image: url(/assets/spinners/octocat-spinner-16px-02c482dbba2151bb2d7a30af56d0c7513f12449d504f7a57f200d9e534b112ff.gif); +} +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { + .form-signup-home dl.is-loading: after { + background-image: url(/assets/spinners/octocat-spinner-32-e513294efa576953719e4e2de888dd9cf929b7d62ed8d05f25e731d02452ab6c.gif); + background-size: 16px 16px; +} +}.text-muted .notice-highlight { + color: #fff; +} +.text-center { + text-align: center; +} +.marketing-section-img { + display: block; + max-width: 980px; + margin: 40px auto; + border-radius: 5px; + border: 1px solid rgba(0, 0, 0, 0.25); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); +} +.marketing-section-enterprise { + overflow: hidden; + max-height: 375px; + padding-bottom: 20px; + margin-top: -1px; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + background-color: #614381; + background-image: -webkit-linear-gradient(#202d5f, #614381); + background-image: linear-gradient(#202d5f, #614381); + background-repeat: repeat-x; + border-bottom: 0; + box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.1); + color: #fff; +} +.marketing-section-enterprise.marketing-inline { + margin-bottom: 30px; +} +.marketing-section-enterprise h1>a { + color: inherit; + text-decoration: none; +} +.marketing-section-enterprise .marketing-header .lead { + color: #cecbda; +} +.marketing-section-enterprise .marketing-button { + display: inline-block; + margin-top: 20px; + margin-bottom: 20px; + padding: 9px 15px; + border-radius: 4px; + font-size: 18px; + background-color: #1d6ac8; + background-image: -webkit-linear-gradient(#45b3f3, #1d6ac8); + background-image: linear-gradient(#45b3f3, #1d6ac8); + background-repeat: repeat-x; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + text-decoration: none; + color: #fff; +} +.marketing-section-enterprise .marketing-button:hover { + background-position: 0 -10px; +} +.aws-section { + background: #515d81 url(/assets/modules/aws/aws-bg-80b292690ba587b305c2c038c496ffc8ff08d3bf6be6c1ba64d48bedc09cc36f.jpg) no-repeat center top; + background-size: cover; + overflow: hidden; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); +} +.aws-section .container { + position: relative; +} +.aws-section .content { + position: relative; + z-index: 9; + padding: 80px 0; + color: #fff; + text-align: center; +} +.aws-section h2 { + margin-top: 0; + font-size: 36px; + font-weight: 300; + color: #fff; +} +.aws-section p { + margin-bottom: 15px; + font-size: 15px; + font-weight: 300; +} +.aws-section .aws-button { + display: inline-block; + padding: 7px 15px; + font-size: 16px; + color: #fff; + text-shadow: none; + border: 1px solid #fff; + border-radius: 5px; +} +.aws-section .aws-button:hover { + color: #fff; + text-decoration: none; + background-color: #2a2b55; + border-color: #2a2b55; +} +.aws-section .bg-animation { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%} +.aws-section .cloud { + position: absolute; +} +.aws-section .cloud-1 { + top: 10px; + right: 20px; + -webkit-animation: cloud1animation 6s ease-out 1s; + animation: cloud1animation 6s ease-out 1s; +} +.aws-section .cloud-2 { + top: 10px; + left: -60px; + -webkit-animation: cloud2animation 6s ease-out 1s; + animation: cloud2animation 6s ease-out 1s; +} +.aws-section .cloud-3 { + bottom: 50px; + right: -255px; + -webkit-animation: cloud3animation 14s ease-out 1s; + animation: cloud3animation 14s ease-out 1s; +} +.aws-section .cloud-4 { + bottom: -96px; + left: -470px; + -webkit-animation: cloud4animation 9s ease-out 1s; + animation: cloud4animation 9s ease-out 1s; +} +.aws-section .cloud-5 { + bottom: -120px; + right: -160px; + -webkit-animation: cloud5animation 14s ease-out 1s; + animation: cloud5animation 14s ease-out 1s; +} +.aws-section .cloud-6 { + bottom: -100px; + right: -600px; + -webkit-animation: cloud6animation 8s ease-out 1s; + animation: cloud6animation 8s ease-out 1s; +} +@-webkit-keyframes cloud1animation { + 0% { + -webkit-transform: translateX(-70px); + transform: translateX(-70px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@keyframes cloud1animation { + 0% { + -webkit-transform: translateX(-70px); + transform: translateX(-70px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@-webkit-keyframes cloud2animation { + 0% { + -webkit-transform: translateX(50px); + transform: translateX(50px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@keyframes cloud2animation { + 0% { + -webkit-transform: translateX(50px); + transform: translateX(50px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@-webkit-keyframes cloud3animation { + 0% { + -webkit-transform: translateX(-150px); + transform: translateX(-150px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@keyframes cloud3animation { + 0% { + -webkit-transform: translateX(-150px); + transform: translateX(-150px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@-webkit-keyframes cloud4animation { + 0% { + -webkit-transform: translateX(125px); + transform: translateX(125px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@keyframes cloud4animation { + 0% { + -webkit-transform: translateX(125px); + transform: translateX(125px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@-webkit-keyframes cloud5animation { + 0% { + -webkit-transform: translateX(-80px); + transform: translateX(-80px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@keyframes cloud5animation { + 0% { + -webkit-transform: translateX(-80px); + transform: translateX(-80px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@-webkit-keyframes cloud6animation { + 0% { + -webkit-transform: translateX(-200px); + transform: translateX(-200px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}@keyframes cloud6animation { + 0% { + -webkit-transform: translateX(-200px); + transform: translateX(-200px); +} +100% { + -webkit-transform: translateX(0); + transform: translateX(0); +} +}.issue-list em { + font-weight: bold; + background-color: rgba(255, 255, 140, 0.5); + padding: 3px; + border-radius: 3px; + font-style: normal; +} +.issue-list .title { + padding: 0; + min-height: 24px; + font-weight: normal; + font-size: 18px; + line-height: 24px; + margin: 0 80px 10px 0; + word-wrap: break-word; +} +.issue-list .title .mega-octicon { + position: absolute; + top: -4px; + left: 0; + width: 32px; + color: #888; + text-align: center; +} +.issue-list .title .closed.mega-octicon { + color: #bd2c00; +} +.issue-list .title .open.mega-octicon { + color: #6cc644; +} +.issue-list .title .merged.mega-octicon { + color: #6e5494; +} +.issue-list .description { + margin: 0 0 10px; + line-height: 20px; + overflow: hidden; +} +.issue-list-meta { + margin: 0; + list-style-type: none; + font-size: 11px; + color: #999; +} +.issue-list-meta:before { + display: table; + content: ""} +.issue-list-meta:after { + display: table; + clear: both; + content: ""} +.issue-list-meta>li { + display: inline-block; + margin-right: 10px; +} +.issue-list-meta a { + color: #333; +} +.issue-list-meta .octicon { + color: #838383; + vertical-align: middle; +} +.issue-list-item { + border-bottom: 1px solid #f1f1f1; + padding: 0 0 20px 40px; + margin: 0 0 20px; + position: relative; +} +.labels-list-item .table-list-cell { + width: 100%} +.labels-list-item .label { + display: inline-block; + height: 34px; + padding: 0 10px; + margin-right: 5px; + font-size: 16px; + font-weight: bold; + line-height: 34px; + text-align: center; + border-radius: 3px; + -webkit-transition: all 0.2s linear; + transition: all 0.2s linear; +} +.labels-list-item .label .octicon { + margin-right: 3px; +} +.labels-list-item .label:hover { + opacity: 0.85; +} +.labels-list-item.open .label, .labels-list-item.open .label-description, .labels-list-item.open .labels-list-action { + display: none; +} +.labels-list-item.open .label-delete { + display: block; + text-align: left; +} +.labels-list-item.edit .label, .labels-list-item.edit .label-description, .labels-list-item.edit .labels-list-action { + display: none; +} +.labels-list-item.edit .label-edit { + display: block; +} +.label-description { + padding: 8px 10px; + color: #999; +} +.label-delete-confirmation { + line-height: 34px; +} +.labels-list-actions { + margin-left: 60px; +} +.labels-list-action { + float: left; + display: block; + color: #999; + padding: 8px 10px; +} +.labels-list-action .octicon { + margin-right: 2px; +} +.labels-list-action .octicon-pencil { + font-size: 14px; +} +.labels-list-action:hover { + color: #4183c4; + cursor: pointer; +} +.new-label { + display: none; + padding: 10px; + margin-bottom: 15px; + background-color: #fafafa; + border: 1px solid #e5e5e5; + border-radius: 3px; +} +.new-label .label-edit { + display: block; +} +.new-label .label-edit:before { + display: table; + content: ""} +.new-label .label-edit:after { + display: table; + clear: both; + content: ""} +.new-label-actions { + float: right; +} +.open .new-label { + display: block; +} +.label-spinner { + display: none; + float: left; + margin-left: -35px; + margin-top: 9px; +} +.label-edit:before { + display: table; + content: ""} +.label-edit:after { + display: table; + clear: both; + content: ""} +.label-edit label { + display: block; + margin-bottom: 5px; +} +.label-edit .error { + float: left; + margin-top: 8px; + margin-left: 10px; + color: #f00; +} +.label-edit.is-valid .color-editor .octicon-check { + display: block; +} +.label-edit.loading .label-spinner { + display: block; +} +.color-editor { + position: relative; + float: left; + width: 100px; +} +.color-editor.open .label-colors { + display: block; +} +.color-editor-bg { + position: absolute; + left: 0; + z-index: 10; + width: 20px; + height: 20px; + margin-top: 7px; + margin-left: 7px; + cursor: pointer; + border-radius: 3px; +} +input.color-editor-input { + width: 100px; + padding-left: 34px; + border-color: #ccc !important; +} +input.color-editor-input:focus { + border-color: #51a7e8 !important; +} +input.color-editor-input:focus ~ .label-colors { + display: block; +} +.invalid-color-indicator { + display: none; + position: absolute; + top: 7px; + left: 7px; + z-index: 11; + width: 20px; + height: 20px; + line-height: 20px; + font-weight: bold; + color: #fff; + text-align: center; +} +.label-edit-name { + width: 40%; + float: left; + margin-right: 10px; +} +.label-colors { + position: absolute; + left: 0; + float: left; + display: none; + width: auto; + margin-left: 0; + padding: 5px; +} +.label-colors:before { + left: 8px; +} +.label-colors:after { + left: 9px; +} +.label-edit, .label-delete { + display: none; +} +.label-delete-form { + display: inline; +} +.label-delete-form.loading .label-delete-spinner { + display: block; +} +.label-delete-spinner { + display: none; + margin-top: 10px; + margin-right: 10px; + float: left; +} +.color-chooser { + display: table-row; + height: 25px; + list-style: none; +} +.color-chooser li { + display: table-cell; + width: 1%} +.color-chooser li:hover { + position: relative; + z-index: 2; + outline: 2px solid #fff; + box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25); +} +.color-chooser .color-cooser-color { + display: block; + width: 25px; + height: 25px; + text-align: center; + cursor: pointer; +} +.repository-lang-stats { + position: relative; +} +.repository-lang-stats ol.repository-lang-stats-numbers li { + display: table-cell; + width: 1%; + border-bottom: 0; + text-align: center; + padding: 11px 5px; + white-space: nowrap; +} +.repository-lang-stats ol.repository-lang-stats-numbers li span.percent { + float: none; +} +.repository-lang-stats ol.repository-lang-stats-numbers li>a, .repository-lang-stats ol.repository-lang-stats-numbers li>span { + color: #999; + text-decoration: none; + font-weight: bold; +} +.repository-lang-stats ol.repository-lang-stats-numbers li .lang { + color: #333; +} +.repository-lang-stats ol.repository-lang-stats-numbers li .language-color { + display: inline-block; + width: 10px; + height: 10px; + border-radius: 50%} +.repository-lang-stats ol.repository-lang-stats-numbers li a:hover { + background: transparent; +} +.stats-switcher-viewport { + overflow: hidden; + height: 38px; +} +.stats-switcher-viewport .stats-switcher-wrapper { + position: relative; + top: 0; + -webkit-transition: top 0.25s ease-in-out; + transition: top 0.25s ease-in-out; +} +.stats-switcher-viewport.is-revealing-lang-stats .stats-switcher-wrapper { + top: -38px; +} +.repository-lang-stats-graph { + display: block; + width: 100%; + height: auto; + line-height: 12px; + white-space: nowrap; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + overflow: hidden; +} +.repository-lang-stats-graph span { + display: inline-block; + height: 8px; + background: #ccc; + text-indent: -9999px; +} +.repository-lang-stats-graph .language-color { + height: auto; + line-height: 12px; + vertical-align: top; +} +.repository-lang-stats-graph .language-color:first-child { + border-bottom-left-radius: 3px; +} +.repository-lang-stats-graph .language-color:last-child { + border-bottom-right-radius: 3px; +} +.language-color { + background-color: #ccc; +} +.list-group-item { + position: relative; + display: block; + margin-bottom: -1px; + padding: 8px 10px 10px 40px; + border: 1px solid #e5e5e5; +} +.list-group-item a:hover { + text-decoration: none; +} +.list-group-item:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.list-group-item.closed { + background-color: #fcfcfc; +} +.list-group-item.selectable { + padding-left: 60px; +} +.list-group-item.selected { + background-color: #ffffef; +} +.list-group-item.navigation-focus { + background-color: #f5f9fc; +} +.list-group-item .list-group-item-summary a { + color: #666; +} +.list-group-item .list-group-item-summary a.quiet { + color: #999; +} +.list-group-item .status { + position: relative; + top: 2px; + margin-right: -9px; + float: right; +} +.list-group-item .type-icon { + vertical-align: middle; + position: relative; + top: 1px; + width: 16px; + text-align: center; +} +.list-group-item .assignee { + float: right; +} +.list-group-item .assignee img { + display: block; + border-radius: 2px; +} +.list-group-item .labels { + display: inline-block; + top: -2px; + margin-bottom: -2px; + margin-left: 4px; +} +.list-group-item-name { + margin: 0 60px 2px 0; + font-size: 15px; + line-height: 1.3; + word-wrap: break-word; +} +.list-group-item-name .type-icon { + float: left; + margin-top: 1px; + margin-left: -24px; +} +.list-group-item-link { + color: #333; +} +.closed.octicon, .reverted.octicon { + color: #bd2c00; +} +.open.octicon { + color: #6cc644; +} +.merged.octicon { + color: #6e5494; +} +.list-group-item-summary { + margin-top: 2px; +} +.list-group-item-summary p { + margin: 0 0 5px; +} +.standalone .list-group-item-summary p { + margin-bottom: 0; +} +.animated-ellipsis-container { + display: inline-block; + overflow: hidden; + height: 12px; + width: 12px; + -webkit-transform: translateZ(0); +} +.animated-ellipsis-container>.animated-ellipsis { + overflow: hidden; + display: inline-block; + vertical-align: bottom; +} +@-webkit-keyframes ellipsis { + from { + width: 2px; +} +to { + width: 12px; +} +}@keyframes ellipsis { + from { + width: 2px; +} +to { + width: 12px; +} +}.large-loading-area { + text-align: center; + padding: 100px 0; +} +.loading-area { + text-align: center; +} +.context-loader.large-format-loader { + position: fixed; + display: none; + top: 0; + left: 0; + bottom: 0; + right: 0; + margin: 0; + width: auto; + padding: 190px 0 0; + font-weight: normal; + background: rgba(255, 255, 255, 0.8); + border: 0; + z-index: 9999; + text-align: center; + color: #999; +} +.context-loader.large-format-loader.is-loading { + display: block; +} diff --git a/public/css/github.css b/public/css/github.css new file mode 100644 index 0000000..2e66cab --- /dev/null +++ b/public/css/github.css @@ -0,0 +1,277 @@ +body { + font-family: Helvetica, arial, sans-serif; + font-size: 14px; + line-height: 1.6; + padding-top: 10px; + padding-bottom: 10px; + background-color: white; + padding: 30px; } + +body > *:first-child { + margin-top: 0 !important; } +body > *:last-child { + margin-bottom: 0 !important; } + +a { + color: #4183C4; } +a.absent { + color: #cc0000; } +a.anchor { + display: block; + padding-left: 30px; + margin-left: -30px; + cursor: pointer; + position: absolute; + top: 0; + left: 0; + bottom: 0; } + +h1, h2, h3, h4, h5, h6 { + margin: 20px 0 10px; + padding: 0; + font-weight: bold; + -webkit-font-smoothing: antialiased; + cursor: text; + position: relative; } + +h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor { + background: url("../../images/modules/styleguide/para.png") no-repeat 10px center; + text-decoration: none; } + +h1 tt, h1 code { + font-size: inherit; } + +h2 tt, h2 code { + font-size: inherit; } + +h3 tt, h3 code { + font-size: inherit; } + +h4 tt, h4 code { + font-size: inherit; } + +h5 tt, h5 code { + font-size: inherit; } + +h6 tt, h6 code { + font-size: inherit; } + +h1 { + font-size: 28px; + color: black; } + +h2 { + font-size: 24px; + border-bottom: 1px solid #cccccc; + color: black; } + +h3 { + font-size: 18px; } + +h4 { + font-size: 16px; } + +h5 { + font-size: 14px; } + +h6 { + color: #777777; + font-size: 14px; } + +p, blockquote, ul, ol, dl, li, table, pre { + margin: 15px 0; } + +hr { + background: transparent url("../../images/modules/pulls/dirty-shade.png") repeat-x 0 0; + border: 0 none; + color: #cccccc; + height: 4px; + padding: 0; } + +body > h2:first-child { + margin-top: 0; + padding-top: 0; } +body > h1:first-child { + margin-top: 0; + padding-top: 0; } + body > h1:first-child + h2 { + margin-top: 0; + padding-top: 0; } +body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child { + margin-top: 0; + padding-top: 0; } + +a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 { + margin-top: 0; + padding-top: 0; } + +h1 p, h2 p, h3 p, h4 p, h5 p, h6 p { + margin-top: 0; } + +li p.first { + display: inline-block; } + +ul, ol { + padding-left: 30px; } + +ul :first-child, ol :first-child { + margin-top: 0; } + +ul :last-child, ol :last-child { + margin-bottom: 0; } + +dl { + padding: 0; } + dl dt { + font-size: 14px; + font-weight: bold; + font-style: italic; + padding: 0; + margin: 15px 0 5px; } + dl dt:first-child { + padding: 0; } + dl dt > :first-child { + margin-top: 0; } + dl dt > :last-child { + margin-bottom: 0; } + dl dd { + margin: 0 0 15px; + padding: 0 15px; } + dl dd > :first-child { + margin-top: 0; } + dl dd > :last-child { + margin-bottom: 0; } + +blockquote { + border-left: 4px solid #dddddd; + padding: 0 15px; + color: #777777; } + blockquote > :first-child { + margin-top: 0; } + blockquote > :last-child { + margin-bottom: 0; } + +table { + padding: 0; } + table tr { + border-top: 1px solid #cccccc; + background-color: white; + margin: 0; + padding: 0; } + table tr:nth-child(2n) { + background-color: #f8f8f8; } + table tr th { + font-weight: bold; + border: 1px solid #cccccc; + text-align: left; + margin: 0; + padding: 6px 13px; } + table tr td { + border: 1px solid #cccccc; + text-align: left; + margin: 0; + padding: 6px 13px; } + table tr th :first-child, table tr td :first-child { + margin-top: 0; } + table tr th :last-child, table tr td :last-child { + margin-bottom: 0; } + +img { + max-width: 100%; } + +span.frame { + display: block; + overflow: hidden; } + span.frame > span { + border: 1px solid #dddddd; + display: block; + float: left; + overflow: hidden; + margin: 13px 0 0; + padding: 7px; + width: auto; } + span.frame span img { + display: block; + float: left; } + span.frame span span { + clear: both; + color: #333333; + display: block; + padding: 5px 0 0; } +span.align-center { + display: block; + overflow: hidden; + clear: both; } + span.align-center > span { + display: block; + overflow: hidden; + margin: 13px auto 0; + text-align: center; } + span.align-center span img { + margin: 0 auto; + text-align: center; } +span.align-right { + display: block; + overflow: hidden; + clear: both; } + span.align-right > span { + display: block; + overflow: hidden; + margin: 13px 0 0; + text-align: right; } + span.align-right span img { + margin: 0; + text-align: right; } +span.float-left { + display: block; + margin-right: 13px; + overflow: hidden; + float: left; } + span.float-left span { + margin: 13px 0 0; } +span.float-right { + display: block; + margin-left: 13px; + overflow: hidden; + float: right; } + span.float-right > span { + display: block; + overflow: hidden; + margin: 13px auto 0; + text-align: right; } + +code, tt { + margin: 0 2px; + padding: 0 5px; + white-space: nowrap; + border: 1px solid #eaeaea; + background-color: #f8f8f8; + border-radius: 3px; } + +pre code { + margin: 0; + padding: 0; + white-space: pre; + border: none; + background: transparent; } + +.highlight pre { + background-color: #f8f8f8; + border: 1px solid #cccccc; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; } + +pre { + background-color: #f8f8f8; + border: 1px solid #cccccc; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + border-radius: 3px; } + pre code, pre tt { + background-color: transparent; + border: none; } diff --git a/public/css/index.css b/public/css/index.css new file mode 100644 index 0000000..6cfbeab --- /dev/null +++ b/public/css/index.css @@ -0,0 +1,108 @@ +@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext); + body { + margin: 0; + padding: 0; + max-width: inherit; + min-width: 200px; + height: 100%; + /*margin-right: 15px;*/ + padding-top: 50px; + /*overflow: hidden;*/ +} +html, +form, +.row, +.row > * { + height: 100%; + min-height: 100%; +} +.CodeMirror { + font-family: 'Source Code Pro', Consolas, monaco, monospace; + line-height: 18px; + font-size: 16px; + height: auto; + min-height: 100%; + overflow-y: hidden !important; + -webkit-overflow-scrolling: touch; +} +.CodeMirror-scroll { + overflow-x: hidden !important; + overflow-y: auto !important; +} +.CodeMirror-code { + padding-bottom: 100px; +} +.CodeMirror-linenumber { + opacity: 0.5; + width: 29px; +} +.CodeMirror-matchingtag { + background: rgba(255, 255, 255, .1); + line-height: 1em; +} +.CodeMirror-foldmarker { + color: #d0d0d0; + text-shadow: none; + font-family: arial; + line-height: .3; + cursor: pointer; + margin: 2px; +} +.row { + margin-left: 0; + margin-right: 0; +} +.ui-edit-area { + /*padding-left: 15px;*/ + padding-left: 0 !important; + padding-right: 0 !important; +} +.ui-view-area { + /*overflow-y: scroll;*/ + -webkit-overflow-scrolling: touch; +} +.ui-scrollable { + height: 100%; + overflow-x: hidden; + overflow-y: auto; +} +.ui-status * { + font-size: 16px; +} +.nav-status .ui-status * { + font-size: 14px; +} +.nav-mobile { + position: relative; + margin-top: 8px; + margin-bottom: 8px; +} +.nav-status { + float: right !important; + padding: 7px 8px; +} +.ui-status { + min-width: 120px; +} +.ui-short-status { + min-width: 40px; +} +.navbar-right { + margin-right: 0; +} +.other-cursors { + position:relative; + z-index:3; +} +.other-cursor { + width: 0px; + position: absolute; + border-right: none; +} +.fixfixed .navbar-fixed-top { + position: absolute !important; +} +div[contenteditable]:empty:not(:focus):before{ + content:attr(data-ph); + color: gray; +} \ No newline at end of file diff --git a/public/css/markdown.css b/public/css/markdown.css new file mode 100644 index 0000000..95d72a6 --- /dev/null +++ b/public/css/markdown.css @@ -0,0 +1,89 @@ +/* for markdown-body */ + +.markdown-body { + padding-top: 40px; + padding-bottom: 40px; + max-width: 758px; +} +/*fixed style for bootstrap comflict*/ + +.markdown-body pre { + border: inherit !important; +} + +.markdown-body code { + color: inherit !important; +} + +.markdown-body pre code .wrapper { + display: -webkit-inline-flex; + display: -moz-inline-flex; + display: -ms-inline-flex; + display: -o-inline-flex; + display: inline-flex; +} + +.markdown-body pre code .gutter { + float: left; + overflow: hidden; + -webkit-user-select: none; + user-select: none; +} + +.markdown-body pre code .gutter .linenumber { + text-align: right; + position: relative; + display: inline-block; + float: right; + cursor: default; + z-index: 4; + padding: 0 8px 0 0; + min-width: 20px; + box-sizing: content-box; + color: #afafaf !important; + border-right: 3px solid #6ce26c !important; +} + +.markdown-body pre code .code { + float: left; + margin: 0 0 0 16px; +} + +.markdown-body .gist .line-numbers { + border-left: none; + border-top: none; + border-bottom: none; +} + +.markdown-body .gist .line-data { + border: none; +} + +.markdown-body .gist table { + border-spacing: 0; + border-collapse: inherit !important; +} + +.markdown-body code[data-gist-id] { + background: none; + padding: 0; +} + +.markdown-body code[data-gist-id]:before { + content: '' +} + +.markdown-body code[data-gist-id]:after { + content: '' +} + +.markdown-body .sequence-diagram, .markdown-body .flow-chart { + text-align: center; +} +.markdown-body .flow-chart { + margin-bottom: 40px; +} +svg { + width: 100%; + max-height: 70vh; +} \ No newline at end of file diff --git a/public/css/site.css b/public/css/site.css new file mode 100644 index 0000000..b50a1f9 --- /dev/null +++ b/public/css/site.css @@ -0,0 +1,15 @@ +/* for all pages should include this */ +body { + font-smoothing: subpixel-antialiased !important; + -webkit-font-smoothing: subpixel-antialiased !important; + -moz-osx-font-smoothing: auto !important; + text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); + /*text-rendering: optimizeLegibility;*/ + -webkit-overflow-scrolling: touch; +} +:focus { + outline: none !important; +} +::-moz-focus-inner { + border: 0 !important; +} \ No newline at end of file diff --git a/public/default.md b/public/default.md new file mode 100644 index 0000000..6e723ab --- /dev/null +++ b/public/default.md @@ -0,0 +1,3 @@ +Untitled +=== +Markdown tutorial: https://help.github.com/articles/markdown-basics/ \ No newline at end of file diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc7ec8c79d411fb3e29ab0491c9006f9451a591 GIT binary patch literal 1163 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7xzrUKH}T9&=k6}utr8cLl!8`iXoP;^FOlD{ zW1?1vqIE3SJD*;&Sf6PVtKZ$Rd|!Ef&wc(gdGF55oT>i(-pn(y689D#Sbo6hgZYMg zpI`nK`@KRcx^2$?+y~8K>xGveYoGC*#h{(Pw)5btz&s}XU2E# z1f#?{^Pu~TeT(=15ovF5O~`)PxWtS1!Ob;`Urc}A_)3=3oIb!S^S0cane&P011rC8d%GQ3N+f>BNNC&eu?AdNeIQ+=&w+8uS1SYm zgB&6bmH7C_wv6Fb39H4;qfH_Xd)Hn16IHFkwIHwfz{Wta1q`pg8-9qoEw0^A zH-mj%=4Yqv_K~a3#3n5LAd%Ln`e1%y+!BUe8+mMksswUhC@Wa78bp}-|ITn`q6^js5`;~@zibWr6_~qpd1%7@6V)4&mhv~Wztn%Q zQ}BE8Rf9yMz>}k`Zx1S^ql)Pk2*|hizgIi+duT3t+S}#87FKacN z6?{PcLgoUARo_ekcz{-lI253|&9*$1A#O5HEWJ(#XnKFRd7_Y8mO+{s(_z6dIq zwD!QPhribN7(G$G<2I!v$CmBF^m?Y;V|VMm{E&5knkUCRL&vtkCkEuIZ&TzP)cmK) z9njD@A79T@_SpEG*|AK$oWDKmm^&2bvYkpmwH+1?3))>QQz|)w`8&DlG$Z&sU***@ zSN`F6@%SM7^4m`h84Q;&G<}wEh=0#jwlh|a`GWHznN2pe7o8V1&1ds6UuDZH;*8B; z4BtZRg9*oEF_drabK13SmQ`{VL;V(+jwv6jU-hhHypv@qpsD<`V(C3GJKxVsPIrbK z7WDpq=?~w-?Neq3-)F32O}o|S;WJn5 + +``` + +### Emoji +:smile: :smiley: :cry: + +### Todo List +- [ ] Not + - [ ] No yet + - asd + - [ ] right away +- [x] Done +- Test + - [x] yes + - asd + - [x] cool +- Test + - asd + - qwe + - vgfhddfgh +- jhlkj + - jkhkjh + - kjhgkh + - gkjhgkj + +### Code Highlighting +```javascript +var s = "JavaScript syntax highlighting"; +alert(s); +function $initHighlight(block, cls) { + try { + if (cls.search(/\bno\-highlight\b/) != -1) + return process(block, true, 0x0F) + + ' class=""'; + } catch (e) { + /* handle exception */ + } + for (var i = 0 / 2; i < classes.length; i++) { + if (checkCondition(classes[i]) === undefined) + return /\d+[\s/]/g; + } +} +``` +#### with line number +> add '=' after the code block lang + +```javascript= +var s = "JavaScript syntax highlighting"; +alert(s); +function $initHighlight(block, cls) { + try { + if (cls.search(/\bno\-highlight\b/) != -1) + return process(block, true, 0x0F) + + ' class=""'; + } catch (e) { + /* handle exception */ + } + for (var i = 0 / 2; i < classes.length; i++) { + if (checkCondition(classes[i]) === undefined) + return /\d+[\s/]/g; + } +} +``` + +smartList +--- +#### cool + +* XD +* QQ + + +1. yes +2. no + +smartypants +--- +- "asd" +- --asd +- asd--- + +Table +--- +First Header | Second Header +------------- | ------------- +Content Cell | Content Cell +Content Cell | Content Cell + +First Header | Second Header +------------- | ------------- + +Image +--- +![](http://cached.imagescaler.hbpl.co.uk/resize/scaleWidth/620/offlinehbpl.hbpl.co.uk/news/OKM/bubblescropped-20141024090315599.png) + +Video +--- +#### Youtube + +{%youtube 1G4isv_Fylg %} + +#### Vimeo + +{%vimeo 124148255 %} + +Gist +--- +{%gist schacon/4277 %} + +tags +--- +> using like below + +###### tags: `features` `cool` + + + + + +# h1 Heading +## h2 Heading +### h3 Heading +#### h4 Heading +##### h5 Heading +###### h6 Heading + + +## Horizontal Rules + +___ + +--- + +*** + + +## Typographic replacements + +Enable typographer option to see result. + +(c) (C) (r) (R) (tm) (TM) (p) (P) +- + +test.. test... test..... test?..... test!.... + +!!!!!! ???? ,, + +Remarkable -- awesome + +"Smartypants, double quotes" + +'Smartypants, single quotes' + + +## Emphasis + +**This is bold text** + +__This is bold text__ + +*This is italic text* + +_This is italic text_ + +~~Deleted text~~ + +Superscript: 19^th^ + +Subscript: H~2~O + +++Inserted text++ + +==Marked text== + + +## Blockquotes + + +> Blockquotes can also be nested... +>> ...by using additional greater-than signs right next to each other... +> > > ...or with spaces between arrows. + + +## Lists + +Unordered + ++ Create a list by starting a line with `+`, `-`, or `*` ++ Sub-lists are made by indenting 2 spaces: + - Marker character change forces new list start: + * Ac tristique libero volutpat at + + Facilisis in pretium nisl aliquet + - Nulla volutpat aliquam velit ++ Very easy! + +Ordered + +1. Lorem ipsum dolor sit amet +2. Consectetur adipiscing elit +3. Integer molestie lorem at massa + + +1. You can use sequential numbers... +1. ...or keep all the numbers as `1.` + +Start numbering with offset: + +57. foo +1. bar + + +## Code + +Inline `code` + +Indented code + + // Some comments + line 1 of code + line 2 of code + line 3 of code + + +Block code "fences" + +``` +Sample text here... +``` + +Syntax highlighting + +``` js +var foo = function (bar) { + return bar++; +}; + +console.log(foo(5)); +``` + +## Tables + +| Option | Description | +| ------ | ----------- | +| data | path to data files to supply the data that will be passed into templates. | +| engine | engine to be used for processing templates. Handlebars is the default. | +| ext | extension to be used for dest files. | + +Right aligned columns + +| Option | Description | +| ------:| -----------:| +| data | path to data files to supply the data that will be passed into templates. | +| engine | engine to be used for processing templates. Handlebars is the default. | +| ext | extension to be used for dest files. | + + +## Links + +[link text](http://dev.nodeca.com) + +[link with title](http://nodeca.github.io/pica/demo/ "title text!") + +Autoconverted link https://github.com/nodeca/pica + + +## Images + +![Minion](https://octodex.github.com/images/minion.png) +![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat") + +Like links, Images also have a footnote style syntax + +![Alt text][id] + +With a reference later in the document defining the URL location: + +[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" + + +## Footnotes + +Footnote 1 link[^first]. + +Footnote 2 link[^second]. + +Inline footnote^[Text of inline footnote] definition. + +Duplicated footnote reference[^second]. + +[^first]: Footnote **can have markup** + + and multiple paragraphs. + +[^second]: Footnote text. + + +## Definition lists + +Term 1 + +: Definition 1 +with lazy continuation. + +Term 2 with *inline markup* + +: Definition 2 + + { some code, part of Definition 2 } + + Third paragraph of definition 2. + +_Compact style:_ + +Term 1 + ~ Definition 1 + +Term 2 + ~ Definition 2a + ~ Definition 2b + + +## Abbreviations + +This is HTML abbreviation example. + +It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. + +*[HTML]: Hyper Text Markup Language \ No newline at end of file diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..ab844ab --- /dev/null +++ b/public/index.html @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + HackMD - Collaborative notes + + + + + + + + + + + + + + +
+
+
+ +
+
+

+ +
+
+ +
+
+

HackMD

+

+ Realtime collaborate notes. +
Using markdown syntax. +
On all platforms. +

+ + +

+ Start new note +

+ See all features here +
Share note via the links directly! +
+
+
+ + + + + +
+
+

© 2015 HackMD by jackycute +

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/js/cover.js b/public/js/cover.js new file mode 100644 index 0000000..fea51f6 --- /dev/null +++ b/public/js/cover.js @@ -0,0 +1,311 @@ +$(".masthead-nav li").click(function () { + $(this).siblings().removeClass("active"); + $(this).addClass("active"); +}); + +$(".ui-home").click(function () { + $(".section").hide(); + $("#home").fadeIn(); +}); + +$(".ui-history").click(function () { + $(".section").hide(); + $("#history").fadeIn(); +}); + +$(".ui-releasenotes").click(function () { + $(".section").hide(); + $("#releasenotes").fadeIn(); +}); + +function checkHistoryList() { + if ($("#history-list").children().length > 0) + $(".ui-nohistory").hide(); + else if ($("#history-list").children().length == 0) { + $(".ui-nohistory").slideDown(); + var cookienotehistory = JSON.parse($.cookie('notehistory')); + if (login && cookienotehistory && cookienotehistory.length > 0) { + $(".ui-import-from-cookie").slideDown(); + } + } +} + +function parseHistoryCallback() { + checkHistoryList(); + $(".ui-history-close").click(function (e) { + e.preventDefault(); + var id = $(this).closest("a").attr("href").split('/')[1]; + getHistory(function (notehistory) { + var newnotehistory = removeHistory(id, notehistory); + saveHistory(newnotehistory); + }); + $(this).closest("li").remove(); + checkHistoryList(); + }); +} + +var login = false; + +checkIfAuth( + function (data) { + $('.ui-signin').hide(); + $('.ui-or').hide(); + $('.ui-welcome').show(); + $('.ui-name').html(data.name); + $('.ui-signout').show(); + $(".ui-history").click(); + login = true; + }, + function () { + $('.ui-signin').slideDown(); + $('.ui-or').slideDown(); + login = false; + } +); + +parseHistory(parseHistoryCallback); + +$(".ui-import-from-cookie").click(function () { + saveCookieHistoryToServer(function() { + parseCookieToHistory(parseHistoryCallback); + $(".ui-import-from-cookie").hide(); + }); +}); + +var source = $("#template").html(); +var template = Handlebars.compile(source); +var context = { + release: [ + { + version: "0.2.7", + tag: "fuel", + date: moment("201505031200", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support facebook, twitter, github, dropbox login", + "+ Support own history" + ] + }, + { + title: "Enhancements", + item: [ + "* Adjust history ui", + "* Upgrade realtime package", + "* Upgrade editor package, now support composition input better" + ] + }, + { + title: "Fixes", + item: [ + "* Partial update might not render properly", + "* Cursor focus might not at correct position" + ] + } + ] + }, + { + version: "0.2.6", + tag: "zippo", + date: moment("201504241600", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support sync scroll", + "+ Support partial update" + ] + }, + { + title: "Enhancements", + item: [ + "* Added feedback ui", + "* Adjust animations and delays", + "* Adjust editor viewportMargin for performance", + "* Adjust emit refresh event occasion", + "* Added editor fallback fonts", + "* Index page auto focus at history if valid" + ] + }, + { + title: "Fixes", + item: [ + "* Server might not disconnect client properly", + "* Resume connection might restore wrong info" + ] + } + ] + }, + { + version: "0.2.5", + tag: "lightning", + date: moment("201504142110", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support import from dropbox and clipboard", + "+ Support more code highlighting", + "+ Support mathjax, sequence diagram and flow chart" + ] + }, + { + title: "Enhancements", + item: [ + "* Adjust toolbar and layout style", + "* Adjust mobile layout style", + "* Adjust history layout style", + "* Server using heartbeat to gain accuracy of online users" + ] + }, + { + title: "Fixes", + item: [ + "* Virtual keyboard might broken the navbar", + "* Adjust editor viewportMargin for preloading content" + ] + } + ] + }, + { + version: "0.2.4", + tag: "flint", + date: moment("201504101240", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support save to dropbox", + "+ Show other users' cursor with light color" + ] + }, + { + title: "Enhancements", + item: [ + "* Adjust toolbar layout style for future" + ] + }, + { + title: "Fixes", + item: [ + "* Title might not render properly", + "* Code border style might not show properly", + "* Server might not connect concurrent client properly" + ] + } + ] + }, + { + version: "0.2.3", + tag: "light", + date: moment("201504062030", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support youtube, vimeo", + "+ Support gist", + "+ Added quick link in pretty", + "+ Added font-smoothing style" + ] + }, + { + title: "Enhancements", + item: [ + "* Change the rendering engine to remarkable", + "* Adjust view, todo list layout style for UX", + "+ Added responsive layout check", + "+ Auto reload if client version mismatch", + "+ Keep history stack after reconnect if nothing changed", + "+ Added features page" + ] + }, + { + title: "Fixes", + item: [ + "* Closetags auto input might not have proper origin", + "* Autofocus on editor only if it's on desktop", + "+ Prevent using real script and iframe tags", + "* Sorting in history by time not percise" + ] + } + ] + }, + { + version: "0.2.2", + tag: "fire", + date: moment("201503272110", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support smartLists, smartypants", + "+ Support line number on code block", + "+ Support tags and search or sort history" + ] + }, + { + title: "Enhancements", + item: [ + "+ Added delay on socket change", + "+ Updated markdown-body width to match github style", + "+ Socket changes now won't add to editor's history", + "* Reduce redundant server events" + ] + }, + { + title: "Fixes", + item: [ + "* Toolbar links might get wrong", + "* Wrong action redirections" + ] + } + ] + }, + { + version: "0.2.1", + tag: "spark", + date: moment("201503171340", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support github-like todo-list", + "+ Support emoji" + ] + }, + { + title: "Enhancements", + item: [ + "+ Added more effects on transition", + "+ Reduced rendering delay", + "+ Auto close and match brackets", + "+ Auto close and match tags", + "+ Added code fold and fold gutters", + "+ Added continue listing of markdown" + ] + } + ] + }, + { + version: "0.2.0", + tag: "launch-day", + date: moment("201503142020", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Markdown editor", + "+ Preview html", + "+ Realtime collaborate", + "+ Cross-platformed", + "+ Recently used history" + ] + } + ] + } + ] +}; +var html = template(context); +$("#releasenotes").html(html); \ No newline at end of file diff --git a/public/js/extra.js b/public/js/extra.js new file mode 100644 index 0000000..45833c8 --- /dev/null +++ b/public/js/extra.js @@ -0,0 +1,278 @@ +//get title +function getTitle(view) { + var h1s = view.find("h1"); + var title = ""; + if (h1s.length > 0) { + title = h1s.first().text(); + } else { + title = null; + } + return title; +} +//render title +function renderTitle(view) { + var title = getTitle(view); + if (title) { + title += ' - HackMD'; + } else { + title = 'HackMD - Collaborative notes'; + } + return title; +} +//render filename +function renderFilename(view) { + var filename = getTitle(view); + if (!filename) { + filename = 'Untitled'; + } + return filename; +} + +//dynamic event or object binding here +function finishView(view) { + //youtube + view.find(".youtube").click(function () { + imgPlayiframe(this, '//www.youtube.com/embed/'); + }); + //vimeo + view.find(".vimeo") + .click(function () { + imgPlayiframe(this, '//player.vimeo.com/video/'); + }) + .each(function (key, value) { + $.ajax({ + type: 'GET', + url: 'http://vimeo.com/api/v2/video/' + $(value).attr('videoid') + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function (data) { + var thumbnail_src = data[0].thumbnail_large; + $(value).css('background-image', 'url(' + thumbnail_src + ')'); + } + }); + }); + //gist + view.find("code[data-gist-id]").each(function(key, value) { + if($(value).children().length == 0) + $(value).gist(); + }); + //emojify + emojify.run(view[0]); + //mathjax + var mathjaxdivs = view.find('.mathjax').toArray(); + try { + for (var i = 0; i < mathjaxdivs.length; i++) { + MathJax.Hub.Queue(["Typeset", MathJax.Hub, mathjaxdivs[i].innerHTML]); + $(mathjaxdivs[i]).removeClass("mathjax"); + } + } catch(err) { + } + //sequence diagram + var sequence = view.find(".sequence-diagram"); + try { + sequence.sequenceDiagram({ + theme: 'simple' + }); + sequence.parent().parent().replaceWith(sequence); + sequence.removeClass("sequence-diagram"); + } catch(err) { + console.error(err); + } + //flowchart + var flow = view.find(".flow-chart"); + flow.each(function (key, value) { + try { + var chart = flowchart.parse($(value).text()); + $(value).html(''); + chart.drawSVG(value, { + 'line-width': 2, + 'fill': 'none', + 'font-size': '16px', + 'font-family': "'Andale Mono', monospace" + }); + $(value).parent().parent().replaceWith(value); + $(value).removeClass("flow-chart"); + } catch(err) { + console.error(err); + } + }); + //render title + document.title = renderTitle(view); +} +//only static transform should be here +function postProcess(code) { + var result = $('
' + code + '
'); + //prevent XSS + result.find("script").replaceWith(function () { + return "" + }); + result.find("iframe").replaceWith(function () { + return "" + $(this).html() + "" + }); + //todo list + var lis = result[0].getElementsByTagName('li'); + for (var i = 0; i < lis.length; i++) { + var html = lis[i].innerHTML; + if (/^\s*\[[x ]\]\s+/.test(html)) { + lis[i].innerHTML = html.replace(/^\s*\[ \]\s*/, '') + .replace(/^\s*\[x\]\s*/, ''); + lis[i].setAttribute('class', 'task-list-item'); + } + } + return result; +} + +function setSizebyAttr(element, target) { + var width = $(element).attr("width") ? $(element).attr("width") : '100%'; + var height = $(element).attr("height") ? $(element).attr("height") : '360px'; + $(target).width(width); + $(target).height(height); +} + +function imgPlayiframe(element, src) { + if (!$(element).attr("videoid")) return; + var iframe = $(""); + $(iframe).attr("src", src + $(element).attr("videoid") + '?autoplay=1'); + setSizebyAttr(element, iframe); + $(element).html(iframe); +} + +var anchorForId = function (id) { + var anchor = document.createElement("a"); + anchor.className = "header-link"; + anchor.href = "#" + id; + anchor.innerHTML = "Permalink"; + anchor.title = "Permalink"; + return anchor; +}; + +var linkifyAnchors = function (level, containingElement) { + var headers = containingElement.getElementsByTagName("h" + level); + for (var h = 0; h < headers.length; h++) { + var header = headers[h]; + + if (typeof header.id == "undefined" || header.id == "") { + var id = S(header.innerHTML.toLowerCase()).trim().stripTags().dasherize().s; + header.id = encodeURIComponent(id); + } + header.appendChild(anchorForId(header.id)); + } +}; + +function autoLinkify(view) { + var contentBlock = view[0]; + if (!contentBlock) { + return; + } + for (var level = 1; level <= 6; level++) { + linkifyAnchors(level, contentBlock); + } +}; + +function scrollToHash() { + var hash = location.hash; + location.hash = ""; + location.hash = hash; +} + +function highlightRender(code, lang) { + if (!lang || /no(-?)highlight|plain|text/.test(lang)) + return; + if(lang == 'sequence') { + return '
' + code + '
'; + } else if(lang == 'flow') { + return '
' + code + '
'; + } + var reallang = lang.replace('=', ''); + var languages = hljs.listLanguages(); + if (languages.indexOf(reallang) == -1) { + var result = hljs.highlightAuto(code); + } else { + var result = hljs.highlight(reallang, code); + } + if (/\=$/.test(lang)) { + var lines = result.value.split('\n'); + var linenumbers = []; + for (var i = 0; i < lines.length; i++) { + linenumbers[i] = "
" + (i + 1) + "
"; + } + var linegutter = "
" + linenumbers.join('\n') + "
"; + result.value = "
" + linegutter + "
" + result.value + "
"; + } + return result.value; +} + +emojify.setConfig({ + img_dir: '/vendor/emojify/images', + ignore_emoticons: true +}); + +var md = new Remarkable('full', { + html: true, + linkify: true, + typographer: true, + highlight: highlightRender +}); +//youtube +var youtubePlugin = new Plugin( + // regexp to match + /{%youtube\s*([\d\D]*?)\s*%}/, + + // this function will be called when something matches + function (match, utils) { + var videoid = match[1]; + if (!videoid) return; + var div = $('
'); + setSizebyAttr(div, div); + div.attr('videoid', videoid); + var icon = ''; + div.append(icon); + var thumbnail_src = '//img.youtube.com/vi/' + videoid + '/hqdefault.jpg'; + div.css('background-image', 'url(' + thumbnail_src + ')'); + return div[0].outerHTML; + } +); +//vimeo +var vimeoPlugin = new Plugin( + // regexp to match + /{%vimeo\s*([\d\D]*?)\s*%}/, + + // this function will be called when something matches + function (match, utils) { + var videoid = match[1]; + if (!videoid) return; + var div = $('
'); + setSizebyAttr(div, div); + div.attr('videoid', videoid); + var icon = ''; + div.append(icon); + return div[0].outerHTML; + } +); +//gist +var gistPlugin = new Plugin( + // regexp to match + /{%gist\s*([\d\D]*?)\s*%}/, + + // this function will be called when something matches + function (match, utils) { + var gistid = match[1]; + var code = ''; + return code; + } +); +//mathjax +var mathjaxPlugin = new Plugin( + // regexp to match + /^\$\$\n([\d\D]*?)\n\$\$$|\$([\d\D]*?)\$/, + + // this function will be called when something matches + function (match, utils) { + //var code = $(match).text(); + return '' + match[0] + ''; + } +); +md.use(youtubePlugin); +md.use(vimeoPlugin); +md.use(gistPlugin); +md.use(mathjaxPlugin); \ No newline at end of file diff --git a/public/js/ga.js b/public/js/ga.js new file mode 100644 index 0000000..0fda241 --- /dev/null +++ b/public/js/ga.js @@ -0,0 +1,14 @@ +(function (i, s, o, g, r, a, m) { + i['GoogleAnalyticsObject'] = r; + i[r] = i[r] || function () { + (i[r].q = i[r].q || []).push(arguments) + }, i[r].l = 1 * new Date(); + a = s.createElement(o), + m = s.getElementsByTagName(o)[0]; + a.async = 1; + a.src = g; + m.parentNode.insertBefore(a, m) +})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); + +ga('create', 'get your self one', 'auto'); +ga('send', 'pageview'); \ No newline at end of file diff --git a/public/js/history.js b/public/js/history.js new file mode 100644 index 0000000..c6deaa5 --- /dev/null +++ b/public/js/history.js @@ -0,0 +1,256 @@ +//common +function checkIfAuth(yesCallback, noCallback) { + $.get('/me') + .done(function (data) { + if (data && data.status == 'ok') { + yesCallback(data); + } else { + noCallback(); + } + }) + .fail(function () { + noCallback(); + }); +} + +function saveHistory(notehistory) { + checkIfAuth( + function () { + saveHistoryToServer(notehistory); + }, + function () { + saveHistoryToCookie(notehistory); + } + ); +} + +function saveHistoryToCookie(notehistory) { + $.cookie('notehistory', JSON.stringify(notehistory), { + expires: 365 + }); +} + +function saveHistoryToServer(notehistory) { + $.post('/history', { + history: JSON.stringify(notehistory) + }); +} + +function saveCookieHistoryToServer(callback) { + $.post('/history', { + history: $.cookie('notehistory') + }) + .done(function (data) { + callback(); + }); +} + +function clearDuplicatedHistory(notehistory) { + var newnotehistory = []; + for (var i = 0; i < notehistory.length; i++) { + var found = false; + for (var j = 0; j < newnotehistory.length; j++) { + if (notehistory[i].id == newnotehistory[j].id) { + found = true; + break; + } + } + if (!found) + newnotehistory.push(notehistory[i]); + } + return notehistory; +} + +function addHistory(id, text, time, tags, notehistory) { + notehistory.push({ + id: id, + text: text, + time: time, + tags: tags + }); + return notehistory; +} + +function removeHistory(id, notehistory) { + for (var i = 0; i < notehistory.length; i++) { + if (notehistory[i].id == id) + notehistory.splice(i, 1); + } + return notehistory; +} + +//used for inner +function writeHistory(view) { + checkIfAuth( + function () { + writeHistoryToServer(view); + }, + function () { + writeHistoryToCookie(view); + } + ); +} + +function writeHistoryToServer(view) { + $.get('/history') + .done(function (data) { + try { + if (data.history) { + var notehistory = data.history; + } else { + var notehistory = []; + } + } catch (err) { + var notehistory = []; + } + var newnotehistory = generateHistory(view, notehistory); + saveHistoryToServer(newnotehistory); + }) + .fail(function () { + writeHistoryToCookie(view); + }); +} + +function writeHistoryToCookie(view) { + try { + var notehistory = JSON.parse($.cookie('notehistory')); + } catch (err) { + var notehistory = []; + } + + var newnotehistory = generateHistory(view, notehistory); + saveHistoryToCookie(newnotehistory); +} + +function renderHistory(view) { + var title = renderFilename(view); + + var tags = []; + var rawtags = []; + view.find('h6').each(function (key, value) { + if (/^tags/gmi.test($(value).text())) { + var codes = $(value).find("code"); + for (var i = 0; i < codes.length; i++) + rawtags.push(codes[i]); + } + }); + for (var i = 0; i < rawtags.length; i++) { + var found = false; + for (var j = 0; j < tags.length; j++) { + if (tags[j] == rawtags[i].innerHTML) { + found = true; + break; + } + } + if (!found) + tags.push(rawtags[i].innerHTML); + } + //console.debug(tags); + return { + id: location.pathname.split('/')[1], + text: title, + time: moment().format('MMMM Do YYYY, h:mm:ss a'), + tags: tags + }; +} + +function generateHistory(view, notehistory) { + var info = renderHistory(view); + notehistory = clearDuplicatedHistory(notehistory); + notehistory = removeHistory(info.id, notehistory); + notehistory = addHistory(info.id, info.text, info.time, info.tags, notehistory); + return notehistory; +} + +//used for outer +function getHistory(callback) { + checkIfAuth( + function () { + getServerHistory(callback); + }, + function () { + getCookieHistory(callback); + } + ); +} + +function getServerHistory(callback) { + $.get('/history') + .done(function (data) { + if (data.history) { + callback(data.history); + } + }) + .fail(function () { + getCookieHistory(callback); + }); +} + +function getCookieHistory(callback) { + callback(JSON.parse($.cookie('notehistory'))); +} + +function parseHistory(callback) { + checkIfAuth( + function () { + parseServerToHistory(callback); + }, + function () { + parseCookieToHistory(callback); + } + ); +} + +function parseServerToHistory(callback) { + $.get('/history') + .done(function (data) { + if (data.history) { + //console.log(data.history); + parseToHistory(data.history, callback); + } + }) + .fail(function () { + parseCookieToHistory(callback); + }); +} + +function parseCookieToHistory(callback) { + var notehistory = JSON.parse($.cookie('notehistory')); + parseToHistory(notehistory, callback); +} + +function parseToHistory(notehistory, callback) { + if (notehistory && notehistory.length > 0) { + //console.log(notehistory); + for (var i = 0; i < notehistory.length; i++) { + notehistory[i].timestamp = moment(notehistory[i].time, 'MMMM Do YYYY, h:mm:ss a').unix(); + notehistory[i].fromNow = moment(notehistory[i].time, 'MMMM Do YYYY, h:mm:ss a').fromNow(); + } + $(notehistory).each(function (key, value) { + var close = "
"; + var text = "

" + value.text + "

"; + var timestamp = ""; + var fromNow = " " + value.fromNow + ""; + var time = "" + value.time + ""; + var tags = ""; + if (value.tags) { + var labels = []; + for (var j = 0; j < value.tags.length; j++) + labels.push("" + value.tags[j] + ""); + tags = "

" + labels.join(" ") + "

"; + } + var li = "
  • " + close + text + '

    ' + fromNow + '
    ' + timestamp + time + '

    ' + tags + "
  • " + //console.debug(li); + $("#history-list").append(li); + }); + } + + var options = { + valueNames: ['text', 'timestamp', 'fromNow', 'time', 'tags'] + }; + var historyList = new List('history', options); + historyList.sort('timestamp', { + order: "desc" + }); + callback(); +} \ No newline at end of file diff --git a/public/js/index.js b/public/js/index.js new file mode 100644 index 0000000..73b4e59 --- /dev/null +++ b/public/js/index.js @@ -0,0 +1,940 @@ +//constant vars +//settings +var debug = false; +var version = '0.2.7'; +var doneTypingDelay = 400; +var finishChangeDelay = 400; +var cursorActivityDelay = 50; +var syncScrollDelay = 50; +var scrollAnimatePeriod = 100; +var cursorAnimatePeriod = 100; +var modeType = { + edit: {}, + view: {}, + both: {} +} +var statusType = { + connected: { + msg: "CONNECTED", + label: "label-warning", + fa: "fa-wifi" + }, + online: { + msg: "ONLINE: ", + label: "label-primary", + fa: "fa-users" + }, + offline: { + msg: "OFFLINE", + label: "label-danger", + fa: "fa-plug" + } +} +var defaultMode = modeType.both; + +//global vars +var loaded = false; +var isDirty = false; +var editShown = false; +var visibleXS = false; +var visibleSM = false; +var visibleMD = false; +var visibleLG = false; +var isTouchDevice = 'ontouchstart' in document.documentElement; +var currentMode = defaultMode; +var currentStatus = statusType.offline; +var lastInfo = { + needRestore: false, + cursor: null, + scroll: null, + edit: { + scroll: { + left: null, + top: null + }, + cursor: { + line: null, + ch: null + } + }, + view: { + scroll: { + left: null, + top: null + } + }, + history: null +}; + +//editor settings +var editor = CodeMirror.fromTextArea(document.getElementById("textit"), { + mode: 'gfm', + viewportMargin: 20, + styleActiveLine: true, + lineNumbers: true, + lineWrapping: true, + theme: "monokai", + autofocus: true, + inputStyle: "textarea", + matchBrackets: true, + autoCloseBrackets: true, + matchTags: { + bothTags: true + }, + autoCloseTags: true, + foldGutter: true, + gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"], + extraKeys: { + "Enter": "newlineAndIndentContinueMarkdownList" + }, + readOnly: true +}); + +//ui vars +var ui = { + spinner: $(".ui-spinner"), + content: $(".ui-content"), + toolbar: { + shortStatus: $(".ui-short-status"), + status: $(".ui-status"), + new: $(".ui-new"), + pretty: $(".ui-pretty"), + download: { + markdown: $(".ui-download-markdown") + }, + save: { + dropbox: $(".ui-save-dropbox") + }, + import: { + dropbox: $(".ui-import-dropbox"), + clipboard: $(".ui-import-clipboard") + }, + mode: $(".ui-mode"), + edit: $(".ui-edit"), + view: $(".ui-view"), + both: $(".ui-both") + }, + area: { + edit: $(".ui-edit-area"), + view: $(".ui-view-area"), + codemirror: $(".ui-edit-area .CodeMirror"), + markdown: $(".ui-view-area .markdown-body") + } +}; + +//page actions +var opts = { + lines: 11, // The number of lines to draw + length: 20, // The length of each line + width: 2, // The line thickness + radius: 30, // The radius of the inner circle + corners: 0, // Corner roundness (0..1) + rotate: 0, // The rotation offset + direction: 1, // 1: clockwise, -1: counterclockwise + color: '#000', // #rgb or #rrggbb or array of colors + speed: 1.1, // Rounds per second + trail: 60, // Afterglow percentage + shadow: false, // Whether to render a shadow + hwaccel: true, // Whether to use hardware acceleration + className: 'spinner', // The CSS class to assign to the spinner + zIndex: 2e9, // The z-index (defaults to 2000000000) + top: '50%', // Top position relative to parent + left: '50%' // Left position relative to parent +}; +var spinner = new Spinner(opts).spin(ui.spinner[0]); +//when page ready +$(document).ready(function () { + checkResponsive(); + changeMode(currentMode); + /* we need this only on touch devices */ + if (isTouchDevice) { + /* cache dom references */ + var $body = jQuery('body'); + + /* bind events */ + $(document) + .on('focus', 'textarea, input', function() { + $body.addClass('fixfixed'); + }) + .on('blur', 'textarea, input', function() { + $body.removeClass('fixfixed'); + }); + } +}); +//when page resize +$(window).resize(function () { + checkResponsive(); +}); +//768-792px have a gap +function checkResponsive() { + visibleXS = $(".visible-xs").is(":visible"); + visibleSM = $(".visible-sm").is(":visible"); + visibleMD = $(".visible-md").is(":visible"); + visibleLG = $(".visible-lg").is(":visible"); + if (visibleXS && currentMode == modeType.both) + if (editor.hasFocus()) + changeMode(modeType.edit); + else + changeMode(modeType.view); +} + +function showStatus(type, num) { + currentStatus = type; + var shortStatus = ui.toolbar.shortStatus; + var status = ui.toolbar.status; + var label = $(''); + var fa = $(''); + var msg = ""; + var shortMsg = ""; + + shortStatus.html(""); + status.html(""); + + switch (currentStatus) { + case statusType.connected: + label.addClass(statusType.connected.label); + fa.addClass(statusType.connected.fa); + msg = statusType.connected.msg; + break; + case statusType.online: + label.addClass(statusType.online.label); + fa.addClass(statusType.online.fa); + shortMsg = " " + num; + msg = statusType.online.msg + num; + break; + case statusType.offline: + label.addClass(statusType.offline.label); + fa.addClass(statusType.offline.fa); + msg = statusType.offline.msg; + break; + } + + label.append(fa); + var shortLabel = label.clone(); + + shortLabel.append(" " + shortMsg); + shortStatus.append(shortLabel); + + label.append(" " + msg); + status.append(label); +} + +function toggleMode() { + switch(currentMode) { + case modeType.edit: + changeMode(modeType.view); + break; + case modeType.view: + changeMode(modeType.edit); + break; + case modeType.both: + changeMode(modeType.view); + break; + } +} + +function changeMode(type) { + saveInfo(); + if (type) + currentMode = type; + var responsiveClass = "col-lg-6 col-md-6 col-sm-6"; + var scrollClass = "ui-scrollable"; + ui.area.codemirror.removeClass(scrollClass); + ui.area.edit.removeClass(responsiveClass); + ui.area.view.removeClass(scrollClass); + ui.area.view.removeClass(responsiveClass); + switch (currentMode) { + case modeType.edit: + ui.area.edit.show(); + ui.area.view.hide(); + if (!editShown) { + editor.refresh(); + editShown = true; + } + break; + case modeType.view: + ui.area.edit.hide(); + ui.area.view.show(); + break; + case modeType.both: + ui.area.codemirror.addClass(scrollClass); + ui.area.edit.addClass(responsiveClass).show(); + ui.area.view.addClass(scrollClass); + ui.area.view.addClass(responsiveClass).show(); + break; + } + if (currentMode != modeType.view && visibleLG) { + editor.focus(); + editor.refresh(); + } else { + editor.getInputField().blur(); + } + if (changeMode != modeType.edit) + updateView(); + restoreInfo(); + + ui.toolbar.both.removeClass("active"); + ui.toolbar.edit.removeClass("active"); + ui.toolbar.view.removeClass("active"); + var modeIcon = ui.toolbar.mode.find('i'); + modeIcon.removeClass('fa-toggle-on').removeClass('fa-toggle-off'); + if (ui.area.edit.is(":visible") && ui.area.view.is(":visible")) { //both + ui.toolbar.both.addClass("active"); + modeIcon.addClass('fa-eye'); + } else if (ui.area.edit.is(":visible")) { //edit + ui.toolbar.edit.addClass("active"); + modeIcon.addClass('fa-toggle-off'); + } else if (ui.area.view.is(":visible")) { //view + ui.toolbar.view.addClass("active"); + modeIcon.addClass('fa-toggle-on'); + } +} + +//button actions +var noteId = window.location.pathname.split('/')[1]; +var url = window.location.origin + '/' + noteId; +//pretty +ui.toolbar.pretty.attr("href", url + "/pretty"); +//download +//markdown +ui.toolbar.download.markdown.click(function() { + var filename = renderFilename(ui.area.markdown) + '.md'; + var markdown = editor.getValue(); + var blob = new Blob([markdown], {type: "text/markdown;charset=utf-8"}); + saveAs(blob, filename); +}); +//save to dropbox +ui.toolbar.save.dropbox.click(function() { + var filename = renderFilename(ui.area.markdown) + '.md'; + var options = { + files: [ + {'url': url + "/download", 'filename': filename} + ] + }; + Dropbox.save(options); +}); +//import from dropbox +ui.toolbar.import.dropbox.click(function() { + var options = { + success: function(files) { + ui.spinner.show(); + var url = files[0].link; + importFromUrl(url); + }, + linkType: "direct", + multiselect: false, + extensions: ['.md', '.html'] + }; + Dropbox.choose(options); +}); +//import from clipboard +ui.toolbar.import.clipboard.click(function() { + //na +}); +//fix for wrong autofocus +$('#clipboardModal').on('shown.bs.modal', function() { + $('#clipboardModal').blur(); +}); +$("#clipboardModalClear").click(function() { + $("#clipboardModalContent").html(''); +}); +$("#clipboardModalConfirm").click(function() { + var data = $("#clipboardModalContent").html(); + if(data) { + parseToEditor(data); + $('#clipboardModal').modal('hide'); + $("#clipboardModalContent").html(''); + } +}); +function parseToEditor(data) { + var parsed = toMarkdown(data); + if(parsed) + editor.replaceRange(parsed, {line:0, ch:0}, {line:editor.lastLine(), ch:editor.lastLine().length}, '+input'); +} +function importFromUrl(url) { + //console.log(url); + if(url == null) return; + if(!isValidURL(url)) { + alert('Not valid URL :('); + return; + } + $.ajax({ + method: "GET", + url: url, + success: function(data) { + parseToEditor(data); + }, + error: function() { + alert('Import failed :('); + }, + complete: function() { + ui.spinner.hide(); + } + }); +} +function isValidURL(str) { + var pattern = new RegExp('^(https?:\\/\\/)?'+ // protocol + '((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|'+ // domain name + '((\\d{1,3}\\.){3}\\d{1,3}))'+ // OR ip (v4) address + '(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*'+ // port and path + '(\\?[;&a-z\\d%_.~+=-]*)?'+ // query string + '(\\#[-a-z\\d_]*)?$','i'); // fragment locator + if(!pattern.test(str)) { + return false; + } else { + return true; + } +} +//mode +ui.toolbar.mode.click(function () { + toggleMode(); +}); +//edit +ui.toolbar.edit.click(function () { + changeMode(modeType.edit); +}); +//view +ui.toolbar.view.click(function () { + changeMode(modeType.view); +}); +//both +ui.toolbar.both.click(function () { + changeMode(modeType.both); +}); + +//socket.io actions +var socket = io.connect(); +socket.on('info', function (data) { + console.error(data); + location.href = "./404.html"; +}); +socket.on('disconnect', function (data) { + showStatus(statusType.offline); + if (loaded) { + saveInfo(); + lastInfo.history = editor.getHistory(); + } + if (!editor.getOption('readOnly')) + editor.setOption('readOnly', true); +}); +socket.on('connect', function (data) { + showStatus(statusType.connected); + socket.emit('version'); +}); +socket.on('version', function (data) { + if (data != version) + location.reload(true); +}); +socket.on('refresh', function (data) { + saveInfo(); + + var body = data.body; + body = LZString.decompressFromBase64(body); + if (body) + editor.setValue(body); + else + editor.setValue(""); + + if (!loaded) { + editor.clearHistory(); + ui.spinner.hide(); + ui.content.fadeIn(); + changeMode(); + loaded = true; + } else { + if (LZString.compressToBase64(editor.getValue()) !== data.body) + editor.clearHistory(); + else { + if (lastInfo.history) + editor.setHistory(lastInfo.history); + } + lastInfo.history = null; + } + + updateView(); + + if (editor.getOption('readOnly')) + editor.setOption('readOnly', false); + + restoreInfo(); +}); +socket.on('change', function (data) { + data = LZString.decompressFromBase64(data); + data = JSON.parse(data); + editor.replaceRange(data.text, data.from, data.to, "ignoreHistory"); + isDirty = true; + clearTimeout(finishChangeTimer); + finishChangeTimer = setTimeout(finishChange, finishChangeDelay); +}); +socket.on('online users', function (data) { + if (debug) + console.debug(data); + showStatus(statusType.online, data.count); + $('.other-cursors').html(''); + for(var i = 0; i < data.users.length; i++) { + var user = data.users[i]; + if(user.id != socket.id) + buildCursor(user.id, user.color, user.cursor); + } +}); +socket.on('cursor focus', function (data) { + if(debug) + console.debug(data); + var cursor = $('#' + data.id); + if(cursor.length > 0) { + cursor.fadeIn(); + } else { + if(data.id != socket.id) + buildCursor(data.id, data.color, data.cursor); + } +}); +socket.on('cursor activity', function (data) { + if(debug) + console.debug(data); + if(data.id != socket.id) + buildCursor(data.id, data.color, data.cursor); +}); +socket.on('cursor blur', function (data) { + if(debug) + console.debug(data); + var cursor = $('#' + data.id); + if(cursor.length > 0) { + cursor.fadeOut(); + } +}); +function emitUserStatus() { + checkIfAuth( + function (data) { + socket.emit('user status', {login:true}); + }, + function () { + socket.emit('user status', {login:false}); + } + ); +} + +function buildCursor(id, color, pos) { + if(!pos) return; + if ($('.other-cursors').length <= 0) { + $("
    ").insertAfter('.CodeMirror-cursors'); + } + if ($('#' + id).length <= 0) { + var cursor = $('
     
    '); + //console.debug(pos); + cursor.attr('data-line', pos.line); + cursor.attr('data-ch', pos.ch); + var coord = editor.charCoords(pos, 'windows'); + cursor[0].style.left = coord.left + 'px'; + cursor[0].style.top = coord.top + 'px'; + cursor[0].style.height = '18px'; + cursor[0].style.borderLeft = '2px solid ' + color; + $('.other-cursors').append(cursor); + cursor.hide().fadeIn(); + } else { + var cursor = $('#' + id); + cursor.attr('data-line', pos.line); + cursor.attr('data-ch', pos.ch); + var coord = editor.charCoords(pos, 'windows'); + cursor.stop(true).css('opacity', 1).animate({"left":coord.left, "top":coord.top}, cursorAnimatePeriod); + //cursor[0].style.left = coord.left + 'px'; + //cursor[0].style.top = coord.top + 'px'; + cursor[0].style.height = '18px'; + cursor[0].style.borderLeft = '2px solid ' + color; + } +} + +//editor actions +editor.on('beforeChange', function (cm, change) { + if (debug) + console.debug(change); +}); +editor.on('change', function (i, op) { + if (debug) + console.debug(op); + if (op.origin != 'setValue' && op.origin != 'ignoreHistory') { + socket.emit('change', LZString.compressToBase64(JSON.stringify(op))); + } + isDirty = true; + clearTimeout(doneTypingTimer); + doneTypingTimer = setTimeout(doneTyping, doneTypingDelay); +}); +editor.on('focus', function (cm) { + socket.emit('cursor focus', editor.getCursor()); +}); +var cursorActivityTimer = null; +editor.on('cursorActivity', function (cm) { + clearTimeout(cursorActivityTimer); + cursorActivityTimer = setTimeout(cursorActivity, cursorActivityDelay); +}); +function cursorActivity() { + socket.emit('cursor activity', editor.getCursor()); +} +editor.on('blur', function (cm) { + socket.emit('cursor blur'); +}); + +function saveInfo() { + var left = $(document.body).scrollLeft(); + var top = $(document.body).scrollTop(); + switch (currentMode) { + case modeType.edit: + lastInfo.edit.scroll.left = left; + lastInfo.edit.scroll.top = top; + break; + case modeType.view: + lastInfo.view.scroll.left = left; + lastInfo.view.scroll.top = top; + break; + case modeType.both: + lastInfo.edit.scroll = editor.getScrollInfo(); + lastInfo.view.scroll.left = ui.area.view.scrollLeft(); + lastInfo.view.scroll.top = ui.area.view.scrollTop(); + break; + } + lastInfo.edit.cursor = editor.getCursor(); + lastInfo.needRestore = true; +} + +function restoreInfo() { + if (lastInfo.needRestore) { + var line = lastInfo.edit.cursor.line; + var ch = lastInfo.edit.cursor.ch; + editor.setCursor(line, ch); + + switch (currentMode) { + case modeType.edit: + $(document.body).scrollLeft(lastInfo.edit.scroll.left); + $(document.body).scrollTop(lastInfo.edit.scroll.top); + break; + case modeType.view: + $(document.body).scrollLeft(lastInfo.view.scroll.left); + $(document.body).scrollTop(lastInfo.view.scroll.top); + break; + case modeType.both: + var left = lastInfo.edit.scroll.left; + var top = lastInfo.edit.scroll.top; + editor.scrollIntoView(); + editor.scrollTo(left, top); + ui.area.view.scrollLeft(lastInfo.view.scroll.left); + ui.area.view.scrollTop(lastInfo.view.scroll.top); + break; + } + + lastInfo.needRestore = false; + } +} + +//view actions +var doneTypingTimer = null; +var finishChangeTimer = null; +var input = editor.getInputField(); +//user is "finished typing," do something +function doneTyping() { + updateView(); + var value = editor.getValue(); + socket.emit('refresh', LZString.compressToBase64(value)); +} + +function finishChange() { + updateView(); +} + +var lastResult = null; + +function updateView() { + if (currentMode == modeType.edit || !isDirty) return; + var value = editor.getValue(); + var result = postProcess(md.render(value)).children().toArray(); + //ui.area.markdown.html(result); + //finishView(ui.area.markdown); + partialUpdate(result, lastResult, ui.area.markdown.children().toArray()); + lastResult = $(result).clone(true); + finishView(ui.area.view); + writeHistory(ui.area.markdown); + isDirty = false; + // reset lines mapping cache on content update + scrollMap = null; + emitUserStatus(); +} + +function partialUpdate(src, tar, des) { + if (!src || src.length == 0 || !tar || tar.length == 0 || !des || des.length == 0) { + ui.area.markdown.html(src); + return; + } + if (src.length == tar.length) { //same length + for (var i = 0; i < src.length; i++) { + copyAttribute(src[i], des[i], 'data-startline'); + copyAttribute(src[i], des[i], 'data-endline'); + var rawSrc = cloneAndRemoveDataAttr(src[i]); + var rawTar = cloneAndRemoveDataAttr(tar[i]); + if (rawSrc.outerHTML != rawTar.outerHTML) { + //console.log(rawSrc); + //console.log(rawTar); + $(des[i]).replaceWith(src[i]); + } + } + } else { //diff length + var start = 0; + var end = 0; + //find diff start position + for (var i = 0; i < tar.length; i++) { + copyAttribute(src[i], des[i], 'data-startline'); + copyAttribute(src[i], des[i], 'data-endline'); + var rawSrc = cloneAndRemoveDataAttr(src[i]); + var rawTar = cloneAndRemoveDataAttr(tar[i]); + if (!rawSrc || !rawTar || rawSrc.outerHTML != rawTar.outerHTML) { + start = i; + break; + } + } + //find diff end position + var srcEnd = 0; + var tarEnd = 0; + for (var i = 0; i < src.length; i++) { + copyAttribute(src[i], des[i], 'data-startline'); + copyAttribute(src[i], des[i], 'data-endline'); + var rawSrc = cloneAndRemoveDataAttr(src[i]); + var rawTar = cloneAndRemoveDataAttr(tar[i]); + if (!rawSrc || !rawTar || rawSrc.outerHTML != rawTar.outerHTML) { + start = i; + break; + } + } + //tar end + for (var i = 1; i <= tar.length; i++) { + var srcLength = src.length; + var tarLength = tar.length; + copyAttribute(src[srcLength - i], des[srcLength - i], 'data-startline'); + copyAttribute(src[srcLength - i], des[srcLength - i], 'data-endline'); + var rawSrc = cloneAndRemoveDataAttr(src[srcLength - i]); + var rawTar = cloneAndRemoveDataAttr(tar[tarLength - i]); + if (!rawSrc || !rawTar || rawSrc.outerHTML != rawTar.outerHTML) { + tarEnd = tar.length - i; + break; + } + } + //src end + for (var i = 1; i <= src.length; i++) { + var srcLength = src.length; + var tarLength = tar.length; + copyAttribute(src[srcLength - i], des[srcLength - i], 'data-startline'); + copyAttribute(src[srcLength - i], des[srcLength - i], 'data-endline'); + var rawSrc = cloneAndRemoveDataAttr(src[srcLength - i]); + var rawTar = cloneAndRemoveDataAttr(tar[tarLength - i]); + if (!rawSrc || !rawTar || rawSrc.outerHTML != rawTar.outerHTML) { + srcEnd = src.length - i; + break; + } + } + //check if tar end overlap tar start + var overlap = 0; + for (var i = start; i >= 0; i--) { + var rawTarStart = cloneAndRemoveDataAttr(tar[i-1]); + var rawTarEnd = cloneAndRemoveDataAttr(tar[tarEnd+1+start-i]); + if(rawTarStart && rawTarEnd && rawTarStart.outerHTML == rawTarEnd.outerHTML) + overlap++; + else + break; + } + if(debug) + console.log('overlap:' + overlap); + //show diff content + if(debug) { + console.log('start:' + start); + console.log('tarEnd:' + tarEnd); + console.log('srcEnd:' + srcEnd); + console.log('des[start]:' + des[start]); + } + tarEnd += overlap; + srcEnd += overlap; + //add new element + var newElements = ""; + for (var j = start; j <= srcEnd; j++) { + if(debug) + srcChanged += src[j].outerHTML; + newElements += src[j].outerHTML; + } + if(newElements && des[start]) { + $(newElements).insertBefore(des[start]); + } else { + $(newElements).insertAfter(des[des.length-1]); + } + if(debug) + console.log(srcChanged); + //remove old element + if(debug) + var tarChanged = ""; + for (var j = start; j <= tarEnd; j++) { + if(debug) + tarChanged += tar[j].outerHTML; + if(des[j]) + des[j].remove(); + } + if(debug) { + console.log(tarChanged); + var srcChanged = ""; + } + } +} + +function cloneAndRemoveDataAttr(el) { + if(!el) return; + var rawEl = $(el).clone(true)[0]; + rawEl.removeAttribute('data-startline'); + rawEl.removeAttribute('data-endline'); + return rawEl; +} + +function copyAttribute(src, des, attr) { + if (src && src.getAttribute(attr) && des) + des.setAttribute(attr, src.getAttribute(attr)); +} + +// +// Inject line numbers for sync scroll. Notes: +// +// - We track only headings and paragraphs on first level. That's enougth. +// - Footnotes content causes jumps. Level limit filter it automatically. +// +md.renderer.rules.paragraph_open = function (tokens, idx) { + var line; + if (tokens[idx].lines && tokens[idx].level === 0) { + var startline = tokens[idx].lines[0] + 1; + var endline = tokens[idx].lines[1]; + return '

    '; + } + return ''; +}; + +md.renderer.rules.heading_open = function (tokens, idx) { + var line; + if (tokens[idx].lines && tokens[idx].level === 0) { + var startline = tokens[idx].lines[0] + 1; + var endline = tokens[idx].lines[1]; + return ''; + } + return ''; +}; + +editor.on('scroll', _.debounce(syncScrollToView, syncScrollDelay)); +//ui.area.view.on('scroll', _.debounce(syncScrollToEdit, 50)); +var scrollMap; +// Build offsets for each line (lines can be wrapped) +// That's a bit dirty to process each line everytime, but ok for demo. +// Optimizations are required only for big texts. +function buildScrollMap() { + var i, offset, nonEmptyList, pos, a, b, lineHeightMap, linesCount, + acc, sourceLikeDiv, textarea = ui.area.codemirror, + _scrollMap; + + sourceLikeDiv = $('

    ').css({ + position: 'absolute', + visibility: 'hidden', + height: 'auto', + width: editor.getScrollInfo().clientWidth, + 'font-size': textarea.css('font-size'), + 'font-family': textarea.css('font-family'), + 'line-height': textarea.css('line-height'), + 'white-space': textarea.css('white-space') + }).appendTo('body'); + + offset = ui.area.view.scrollTop() - ui.area.view.offset().top; + _scrollMap = []; + nonEmptyList = []; + lineHeightMap = []; + + acc = 0; + editor.getValue().split('\n').forEach(function (str) { + var h, lh; + + lineHeightMap.push(acc); + + if (str.length === 0) { + acc++; + return; + } + + sourceLikeDiv.text(str); + h = parseFloat(sourceLikeDiv.css('height')); + lh = parseFloat(sourceLikeDiv.css('line-height')); + acc += Math.round(h / lh); + }); + sourceLikeDiv.remove(); + lineHeightMap.push(acc); + linesCount = acc; + + for (i = 0; i < linesCount; i++) { + _scrollMap.push(-1); + } + + nonEmptyList.push(0); + _scrollMap[0] = 0; + + ui.area.markdown.find('.part').each(function (n, el) { + var $el = $(el), + t = $el.data('startline'); + if (t === '') { + return; + } + t = lineHeightMap[t]; + if (t !== 0) { + nonEmptyList.push(t); + } + _scrollMap[t] = Math.round($el.offset().top + offset); + }); + + nonEmptyList.push(linesCount); + _scrollMap[linesCount] = ui.area.view[0].scrollHeight; + + pos = 0; + for (i = 1; i < linesCount; i++) { + if (_scrollMap[i] !== -1) { + pos++; + continue; + } + + a = nonEmptyList[pos]; + b = nonEmptyList[pos + 1]; + _scrollMap[i] = Math.round((_scrollMap[b] * (i - a) + _scrollMap[a] * (b - i)) / (b - a)); + } + + return _scrollMap; +} + +function syncScrollToView() { + var lineNo, posTo; + var scrollInfo = editor.getScrollInfo(); + if (!scrollMap) { + scrollMap = buildScrollMap(); + } + lineNo = Math.floor(scrollInfo.top / editor.defaultTextHeight()); + posTo = scrollMap[lineNo]; + ui.area.view.stop(true).animate({scrollTop: posTo}, scrollAnimatePeriod); +} + +function syncScrollToEdit() { + var lineNo, posTo; + if (!scrollMap) { + scrollMap = buildScrollMap(); + } + var top = ui.area.view.scrollTop(); + lineNo = closestIndex(top, scrollMap); + posTo = lineNo * editor.defaultTextHeight(); + editor.scrollTo(0, posTo); +} + +function closestIndex(num, arr) { + var curr = arr[0]; + var index = 0; + var diff = Math.abs(num - curr); + for (var val = 0; val < arr.length; val++) { + var newdiff = Math.abs(num - arr[val]); + if (newdiff < diff) { + diff = newdiff; + curr = arr[val]; + index = val; + } + } + return index; +} \ No newline at end of file diff --git a/public/js/unused.js b/public/js/unused.js new file mode 100644 index 0000000..4ff5b28 --- /dev/null +++ b/public/js/unused.js @@ -0,0 +1,45 @@ + + //parse Youtube + result.find(".youtube").each(function (key, value) { + if (!$(value).attr('videoid')) return; + setSizebyAttr(this, this); + var icon = ''; + $(this).append(icon); + var videoid = $(value).attr('videoid'); + var thumbnail_src = '//img.youtube.com/vi/' + videoid + '/hqdefault.jpg'; + $(value).css('background-image', 'url(' + thumbnail_src + ')'); + $(this).click(function () { + imgPlayiframe(this, '//www.youtube.com/embed/'); + }); + }); + //parse vimeo + result.find(".vimeo").each(function (key, value) { + if (!$(value).attr('videoid')) return; + setSizebyAttr(this, this); + var icon = ''; + $(this).append(icon); + var videoid = $(value).attr('videoid'); + $.ajax({ + type: 'GET', + url: 'http://vimeo.com/api/v2/video/' + videoid + '.json', + jsonp: 'callback', + dataType: 'jsonp', + success: function (data) { + var thumbnail_src = data[0].thumbnail_large; + $(value).css('background-image', 'url(' + thumbnail_src + ')'); + } + }); + $(this).click(function () { + imgPlayiframe(this, '//player.vimeo.com/video/'); + }); + }); + //todo list + var lis = result[0].getElementsByTagName('li'); + for (var i = 0; i < lis.length; i++) { + var html = lis[i].innerHTML; + if (/^\s*\[[x ]\]\s*/.test(html)) { + lis[i].innerHTML = html.replace(/^\s*\[ \]\s*/, '') + .replace(/^\s*\[x\]\s*/, ''); + lis[i].setAttribute('class', 'task-list-item'); + } + } \ No newline at end of file diff --git a/public/vendor/FileSaver.min.js b/public/vendor/FileSaver.min.js new file mode 100644 index 0000000..682d14b --- /dev/null +++ b/public/vendor/FileSaver.min.js @@ -0,0 +1,2 @@ +/*! @source http://purl.eligrey.com/github/FileSaver.js/blob/master/FileSaver.js */ +var saveAs=saveAs||"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob&&navigator.msSaveOrOpenBlob.bind(navigator)||function(e){"use strict";if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(navigator.userAgent)){var t=e.document,n=function(){return e.URL||e.webkitURL||e},o=t.createElementNS("http://www.w3.org/1999/xhtml","a"),r="download"in o,i=function(n){var o=t.createEvent("MouseEvents");o.initMouseEvent("click",!0,!1,e,0,0,0,0,0,!1,!1,!1,!1,0,null),n.dispatchEvent(o)},a=e.webkitRequestFileSystem,c=e.requestFileSystem||a||e.mozRequestFileSystem,s=function(t){(e.setImmediate||e.setTimeout)(function(){throw t},0)},u="application/octet-stream",f=0,d=500,l=function(t){var o=function(){"string"==typeof t?n().revokeObjectURL(t):t.remove()};e.chrome?o():setTimeout(o,d)},v=function(e,t,n){t=[].concat(t);for(var o=t.length;o--;){var r=e["on"+t[o]];if("function"==typeof r)try{r.call(e,n||e)}catch(i){s(i)}}},p=function(t,s){var d,p,w,y=this,m=t.type,S=!1,h=function(){v(y,"writestart progress write writeend".split(" "))},O=function(){if((S||!d)&&(d=n().createObjectURL(t)),p)p.location.href=d;else{var o=e.open(d,"_blank");void 0==o&&"undefined"!=typeof safari&&(e.location.href=d)}y.readyState=y.DONE,h(),l(d)},b=function(e){return function(){return y.readyState!==y.DONE?e.apply(this,arguments):void 0}},g={create:!0,exclusive:!1};return y.readyState=y.INIT,s||(s="download"),r?(d=n().createObjectURL(t),o.href=d,o.download=s,i(o),y.readyState=y.DONE,h(),void l(d)):(/^\s*(?:text\/(?:plain|xml)|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)&&(t=new Blob(["",t],{type:t.type})),e.chrome&&m&&m!==u&&(w=t.slice||t.webkitSlice,t=w.call(t,0,t.size,u),S=!0),a&&"download"!==s&&(s+=".download"),(m===u||a)&&(p=e),c?(f+=t.size,void c(e.TEMPORARY,f,b(function(e){e.root.getDirectory("saved",g,b(function(e){var n=function(){e.getFile(s,g,b(function(e){e.createWriter(b(function(n){n.onwriteend=function(t){p.location.href=e.toURL(),y.readyState=y.DONE,v(y,"writeend",t),l(e)},n.onerror=function(){var e=n.error;e.code!==e.ABORT_ERR&&O()},"writestart progress write abort".split(" ").forEach(function(e){n["on"+e]=y["on"+e]}),n.write(t),y.abort=function(){n.abort(),y.readyState=y.DONE},y.readyState=y.WRITING}),O)}),O)};e.getFile(s,{create:!1},b(function(e){e.remove(),n()}),b(function(e){e.code===e.NOT_FOUND_ERR?n():O()}))}),O)}),O)):void O())},w=p.prototype,y=function(e,t){return new p(e,t)};return w.abort=function(){var e=this;e.readyState=e.DONE,v(e,"abort")},w.readyState=w.INIT=0,w.WRITING=1,w.DONE=2,w.error=w.onwritestart=w.onprogress=w.onwrite=w.onabort=w.onerror=w.onwriteend=null,y}}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);"undefined"!=typeof module&&module.exports?module.exports.saveAs=saveAs:"undefined"!=typeof define&&null!==define&&null!=define.amd&&define([],function(){return saveAs}); \ No newline at end of file diff --git a/public/vendor/bootstrap/css/bootstrap-theme.css b/public/vendor/bootstrap/css/bootstrap-theme.css new file mode 100644 index 0000000..bb66349 --- /dev/null +++ b/public/vendor/bootstrap/css/bootstrap-theme.css @@ -0,0 +1,476 @@ +/*! + * Bootstrap v3.3.2 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +.btn-default, +.btn-primary, +.btn-success, +.btn-info, +.btn-warning, +.btn-danger { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); +} +.btn-default:active, +.btn-primary:active, +.btn-success:active, +.btn-info:active, +.btn-warning:active, +.btn-danger:active, +.btn-default.active, +.btn-primary.active, +.btn-success.active, +.btn-info.active, +.btn-warning.active, +.btn-danger.active { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); +} +.btn-default .badge, +.btn-primary .badge, +.btn-success .badge, +.btn-info .badge, +.btn-warning .badge, +.btn-danger .badge { + text-shadow: none; +} +.btn:active, +.btn.active { + background-image: none; +} +.btn-default { + text-shadow: 0 1px 0 #fff; + background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); + background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #dbdbdb; + border-color: #ccc; +} +.btn-default:hover, +.btn-default:focus { + background-color: #e0e0e0; + background-position: 0 -15px; +} +.btn-default:active, +.btn-default.active { + background-color: #e0e0e0; + border-color: #dbdbdb; +} +.btn-default.disabled, +.btn-default:disabled, +.btn-default[disabled] { + background-color: #e0e0e0; + background-image: none; +} +.btn-primary { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); + background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #245580; +} +.btn-primary:hover, +.btn-primary:focus { + background-color: #265a88; + background-position: 0 -15px; +} +.btn-primary:active, +.btn-primary.active { + background-color: #265a88; + border-color: #245580; +} +.btn-primary.disabled, +.btn-primary:disabled, +.btn-primary[disabled] { + background-color: #265a88; + background-image: none; +} +.btn-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); + background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #3e8f3e; +} +.btn-success:hover, +.btn-success:focus { + background-color: #419641; + background-position: 0 -15px; +} +.btn-success:active, +.btn-success.active { + background-color: #419641; + border-color: #3e8f3e; +} +.btn-success.disabled, +.btn-success:disabled, +.btn-success[disabled] { + background-color: #419641; + background-image: none; +} +.btn-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); + background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #28a4c9; +} +.btn-info:hover, +.btn-info:focus { + background-color: #2aabd2; + background-position: 0 -15px; +} +.btn-info:active, +.btn-info.active { + background-color: #2aabd2; + border-color: #28a4c9; +} +.btn-info.disabled, +.btn-info:disabled, +.btn-info[disabled] { + background-color: #2aabd2; + background-image: none; +} +.btn-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #e38d13; +} +.btn-warning:hover, +.btn-warning:focus { + background-color: #eb9316; + background-position: 0 -15px; +} +.btn-warning:active, +.btn-warning.active { + background-color: #eb9316; + border-color: #e38d13; +} +.btn-warning.disabled, +.btn-warning:disabled, +.btn-warning[disabled] { + background-color: #eb9316; + background-image: none; +} +.btn-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); + background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #b92c28; +} +.btn-danger:hover, +.btn-danger:focus { + background-color: #c12e2a; + background-position: 0 -15px; +} +.btn-danger:active, +.btn-danger.active { + background-color: #c12e2a; + border-color: #b92c28; +} +.btn-danger.disabled, +.btn-danger:disabled, +.btn-danger[disabled] { + background-color: #c12e2a; + background-image: none; +} +.thumbnail, +.img-thumbnail { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + background-color: #e8e8e8; + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + background-color: #2e6da4; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; +} +.navbar-default { + background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); + background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); + background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); + background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); +} +.navbar-brand, +.navbar-nav > li > a { + text-shadow: 0 1px 0 rgba(255, 255, 255, .25); +} +.navbar-inverse { + background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); + background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .active > a { + background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); + background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); + background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); + background-repeat: repeat-x; + -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); + box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); +} +.navbar-inverse .navbar-brand, +.navbar-inverse .navbar-nav > li > a { + text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); +} +.navbar-static-top, +.navbar-fixed-top, +.navbar-fixed-bottom { + border-radius: 0; +} +@media (max-width: 767px) { + .navbar .navbar-nav .open .dropdown-menu > .active > a, + .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; + } +} +.alert { + text-shadow: 0 1px 0 rgba(255, 255, 255, .2); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); +} +.alert-success { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); + background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); + background-repeat: repeat-x; + border-color: #b2dba1; +} +.alert-info { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); + background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); + background-repeat: repeat-x; + border-color: #9acfea; +} +.alert-warning { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); + background-repeat: repeat-x; + border-color: #f5e79e; +} +.alert-danger { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); + background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); + background-repeat: repeat-x; + border-color: #dca7a7; +} +.progress { + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); + background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); + background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); + background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); + background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); + background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); + background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-striped { + 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); +} +.list-group { + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); + box-shadow: 0 1px 2px rgba(0, 0, 0, .075); +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + text-shadow: 0 -1px 0 #286090; + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); + background-repeat: repeat-x; + border-color: #2b669a; +} +.list-group-item.active .badge, +.list-group-item.active:hover .badge, +.list-group-item.active:focus .badge { + text-shadow: none; +} +.panel { + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); + box-shadow: 0 1px 2px rgba(0, 0, 0, .05); +} +.panel-default > .panel-heading { + background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); + background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); + background-repeat: repeat-x; +} +.panel-primary > .panel-heading { + background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); + background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); + background-repeat: repeat-x; +} +.panel-success > .panel-heading { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); + background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); + background-repeat: repeat-x; +} +.panel-info > .panel-heading { + background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); + background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); + background-repeat: repeat-x; +} +.panel-warning > .panel-heading { + background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); + background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); + background-repeat: repeat-x; +} +.panel-danger > .panel-heading { + background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); + background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); + background-repeat: repeat-x; +} +.well { + background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); + background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); + background-repeat: repeat-x; + border-color: #dcdcdc; + -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); + box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); +} +/*# sourceMappingURL=bootstrap-theme.css.map */ diff --git a/public/vendor/bootstrap/css/bootstrap-theme.css.map b/public/vendor/bootstrap/css/bootstrap-theme.css.map new file mode 100644 index 0000000..5a12d63 --- /dev/null +++ b/public/vendor/bootstrap/css/bootstrap-theme.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["less/theme.less","less/mixins/vendor-prefixes.less","bootstrap-theme.css","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAcA;;;;;;EAME,0CAAA;ECgDA,6FAAA;EACQ,qFAAA;EC5DT;AFgBC;;;;;;;;;;;;EC2CA,0DAAA;EACQ,kDAAA;EC7CT;AFVD;;;;;;EAiBI,mBAAA;EECH;AFiCC;;EAEE,wBAAA;EE/BH;AFoCD;EGnDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EAgC2C,2BAAA;EAA2B,oBAAA;EEzBvE;AFLC;;EAEE,2BAAA;EACA,8BAAA;EEOH;AFJC;;EAEE,2BAAA;EACA,uBAAA;EEMH;AFHC;;;EAGE,2BAAA;EACA,wBAAA;EEKH;AFUD;EGpDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EEgCD;AF9BC;;EAEE,2BAAA;EACA,8BAAA;EEgCH;AF7BC;;EAEE,2BAAA;EACA,uBAAA;EE+BH;AF5BC;;;EAGE,2BAAA;EACA,wBAAA;EE8BH;AFdD;EGrDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EEyDD;AFvDC;;EAEE,2BAAA;EACA,8BAAA;EEyDH;AFtDC;;EAEE,2BAAA;EACA,uBAAA;EEwDH;AFrDC;;;EAGE,2BAAA;EACA,wBAAA;EEuDH;AFtCD;EGtDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EEkFD;AFhFC;;EAEE,2BAAA;EACA,8BAAA;EEkFH;AF/EC;;EAEE,2BAAA;EACA,uBAAA;EEiFH;AF9EC;;;EAGE,2BAAA;EACA,wBAAA;EEgFH;AF9DD;EGvDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EE2GD;AFzGC;;EAEE,2BAAA;EACA,8BAAA;EE2GH;AFxGC;;EAEE,2BAAA;EACA,uBAAA;EE0GH;AFvGC;;;EAGE,2BAAA;EACA,wBAAA;EEyGH;AFtFD;EGxDI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EAEA,wHAAA;ECnBF,qEAAA;EJiCA,6BAAA;EACA,uBAAA;EEoID;AFlIC;;EAEE,2BAAA;EACA,8BAAA;EEoIH;AFjIC;;EAEE,2BAAA;EACA,uBAAA;EEmIH;AFhIC;;;EAGE,2BAAA;EACA,wBAAA;EEkIH;AFxGD;;EChBE,oDAAA;EACQ,4CAAA;EC4HT;AFnGD;;EGzEI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EHwEF,2BAAA;EEyGD;AFvGD;;;EG9EI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EH8EF,2BAAA;EE6GD;AFpGD;EG3FI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ECnBF,qEAAA;EJ6GA,oBAAA;EC/CA,6FAAA;EACQ,qFAAA;EC0JT;AF/GD;;EG3FI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EF2CF,0DAAA;EACQ,kDAAA;ECoKT;AF5GD;;EAEE,gDAAA;EE8GD;AF1GD;EG9GI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ECnBF,qEAAA;EF+OD;AFlHD;;EG9GI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EF2CF,yDAAA;EACQ,iDAAA;EC0LT;AF5HD;;EAYI,2CAAA;EEoHH;AF/GD;;;EAGE,kBAAA;EEiHD;AF5FD;EAfI;;;IAGE,aAAA;IG3IF,0EAAA;IACA,qEAAA;IACA,+FAAA;IAAA,wEAAA;IACA,6BAAA;IACA,wHAAA;ID0PD;EACF;AFxGD;EACE,+CAAA;ECzGA,4FAAA;EACQ,oFAAA;ECoNT;AFhGD;EGpKI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EH4JF,uBAAA;EE4GD;AFvGD;EGrKI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EH4JF,uBAAA;EEoHD;AF9GD;EGtKI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EH4JF,uBAAA;EE4HD;AFrHD;EGvKI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EH4JF,uBAAA;EEoID;AFrHD;EG/KI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EDuSH;AFlHD;EGzLI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ED8SH;AFxHD;EG1LI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EDqTH;AF9HD;EG3LI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ED4TH;AFpID;EG5LI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EDmUH;AF1ID;EG7LI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ED0UH;AF7ID;EGhKI,+MAAA;EACA,0MAAA;EACA,uMAAA;EDgTH;AFzID;EACE,oBAAA;EC5JA,oDAAA;EACQ,4CAAA;ECwST;AF1ID;;;EAGE,+BAAA;EGjNE,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EH+MF,uBAAA;EEgJD;AFrJD;;;EAQI,mBAAA;EEkJH;AFxID;ECjLE,mDAAA;EACQ,2CAAA;EC4TT;AFlID;EG1OI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ED+WH;AFxID;EG3OI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EDsXH;AF9ID;EG5OI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ED6XH;AFpJD;EG7OI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EDoYH;AF1JD;EG9OI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;ED2YH;AFhKD;EG/OI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EDkZH;AFhKD;EGtPI,0EAAA;EACA,qEAAA;EACA,+FAAA;EAAA,wEAAA;EACA,6BAAA;EACA,wHAAA;EHoPF,uBAAA;ECzMA,2FAAA;EACQ,mFAAA;ECgXT","file":"bootstrap-theme.css","sourcesContent":["\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styles\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n // Reset the shadow\n &:active,\n &.active {\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n }\n\n .badge {\n text-shadow: none;\n }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620\n background-repeat: repeat-x;\n border-color: darken(@btn-color, 14%);\n\n &:hover,\n &:focus {\n background-color: darken(@btn-color, 12%);\n background-position: 0 -15px;\n }\n\n &:active,\n &.active {\n background-color: darken(@btn-color, 12%);\n border-color: darken(@btn-color, 14%);\n }\n\n &.disabled,\n &:disabled,\n &[disabled] {\n background-color: darken(@btn-color, 12%);\n background-image: none;\n }\n}\n\n// Common styles\n.btn {\n // Remove the gradient for the pressed/active state\n &:active,\n &.active {\n background-image: none;\n }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger { .btn-styles(@btn-danger-bg); }\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n border-radius: @navbar-border-radius;\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n .navbar-nav > .open > a,\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: darken(@navbar-default-link-active-bg, 5%); @end-color: darken(@navbar-default-link-active-bg, 2%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inverse {\n #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257\n\n .navbar-nav > .open > a,\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n }\n\n .navbar-brand,\n .navbar-nav > li > a {\n text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n border-radius: 0;\n}\n\n// Fix active state of dropdown items in collapsed mode\n@media (max-width: @grid-float-breakpoint-max) {\n .navbar .navbar-nav .open .dropdown-menu > .active > a {\n &,\n &:hover,\n &:focus {\n color: #fff;\n #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n }\n }\n}\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n text-shadow: 0 1px 0 rgba(255,255,255,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));\n border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success { .alert-styles(@alert-success-bg); }\n.alert-info { .alert-styles(@alert-info-bg); }\n.alert-warning { .alert-styles(@alert-warning-bg); }\n.alert-danger { .alert-styles(@alert-danger-bg); }\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); }\n.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); }\n\n// Reset the striped class because our mixins don't do multiple gradients and\n// the above custom styles override the new `.progress-bar-striped` in v3.2.0.\n.progress-bar-striped {\n #gradient > .striped();\n}\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n border-radius: @border-radius-base;\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n border-color: darken(@list-group-active-border, 7.5%);\n\n .badge {\n text-shadow: none;\n }\n}\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the mixin to the panel headings only\n.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n border-color: darken(@well-bg, 10%);\n @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n .box-shadow(@shadow);\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They will be removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n -o-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n -webkit-animation-fill-mode: @fill-mode;\n animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility){\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n // Firefox\n &::-moz-placeholder {\n color: @color;\n opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n }\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n -webkit-transform: scale(@ratio);\n -ms-transform: scale(@ratio); // IE9 only\n -o-transform: scale(@ratio);\n transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n -webkit-transform: scale(@ratioX, @ratioY);\n -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n -o-transform: scale(@ratioX, @ratioY);\n transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE9 only\n -o-transform: scaleX(@ratio);\n transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE9 only\n -o-transform: scaleY(@ratio);\n transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n -webkit-transform: skewX(@x) skewY(@y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX(@x) skewY(@y);\n transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n -o-transform: translate(@x, @y);\n transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n -o-transform: rotate(@degrees);\n transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n -o-transform: rotateX(@degrees);\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n -o-transform: rotateY(@degrees);\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n -webkit-transition: @transition;\n -o-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n -webkit-transition-timing-function: @timing-function;\n transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n",".btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.btn-default:active,\n.btn-primary:active,\n.btn-success:active,\n.btn-info:active,\n.btn-warning:active,\n.btn-danger:active,\n.btn-default.active,\n.btn-primary.active,\n.btn-success.active,\n.btn-info.active,\n.btn-warning.active,\n.btn-danger.active {\n -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-default .badge,\n.btn-primary .badge,\n.btn-success .badge,\n.btn-info .badge,\n.btn-warning .badge,\n.btn-danger .badge {\n text-shadow: none;\n}\n.btn:active,\n.btn.active {\n background-image: none;\n}\n.btn-default {\n background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);\n background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);\n background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #dbdbdb;\n text-shadow: 0 1px 0 #fff;\n border-color: #ccc;\n}\n.btn-default:hover,\n.btn-default:focus {\n background-color: #e0e0e0;\n background-position: 0 -15px;\n}\n.btn-default:active,\n.btn-default.active {\n background-color: #e0e0e0;\n border-color: #dbdbdb;\n}\n.btn-default.disabled,\n.btn-default:disabled,\n.btn-default[disabled] {\n background-color: #e0e0e0;\n background-image: none;\n}\n.btn-primary {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #245580;\n}\n.btn-primary:hover,\n.btn-primary:focus {\n background-color: #265a88;\n background-position: 0 -15px;\n}\n.btn-primary:active,\n.btn-primary.active {\n background-color: #265a88;\n border-color: #245580;\n}\n.btn-primary.disabled,\n.btn-primary:disabled,\n.btn-primary[disabled] {\n background-color: #265a88;\n background-image: none;\n}\n.btn-success {\n background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);\n background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);\n background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #3e8f3e;\n}\n.btn-success:hover,\n.btn-success:focus {\n background-color: #419641;\n background-position: 0 -15px;\n}\n.btn-success:active,\n.btn-success.active {\n background-color: #419641;\n border-color: #3e8f3e;\n}\n.btn-success.disabled,\n.btn-success:disabled,\n.btn-success[disabled] {\n background-color: #419641;\n background-image: none;\n}\n.btn-info {\n background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);\n background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);\n background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #28a4c9;\n}\n.btn-info:hover,\n.btn-info:focus {\n background-color: #2aabd2;\n background-position: 0 -15px;\n}\n.btn-info:active,\n.btn-info.active {\n background-color: #2aabd2;\n border-color: #28a4c9;\n}\n.btn-info.disabled,\n.btn-info:disabled,\n.btn-info[disabled] {\n background-color: #2aabd2;\n background-image: none;\n}\n.btn-warning {\n background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);\n background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);\n background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #e38d13;\n}\n.btn-warning:hover,\n.btn-warning:focus {\n background-color: #eb9316;\n background-position: 0 -15px;\n}\n.btn-warning:active,\n.btn-warning.active {\n background-color: #eb9316;\n border-color: #e38d13;\n}\n.btn-warning.disabled,\n.btn-warning:disabled,\n.btn-warning[disabled] {\n background-color: #eb9316;\n background-image: none;\n}\n.btn-danger {\n background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);\n background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);\n background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n background-repeat: repeat-x;\n border-color: #b92c28;\n}\n.btn-danger:hover,\n.btn-danger:focus {\n background-color: #c12e2a;\n background-position: 0 -15px;\n}\n.btn-danger:active,\n.btn-danger.active {\n background-color: #c12e2a;\n border-color: #b92c28;\n}\n.btn-danger.disabled,\n.btn-danger:disabled,\n.btn-danger[disabled] {\n background-color: #c12e2a;\n background-image: none;\n}\n.thumbnail,\n.img-thumbnail {\n -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);\n background-color: #e8e8e8;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n background-color: #2e6da4;\n}\n.navbar-default {\n background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);\n background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);\n background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .active > a {\n background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);\n background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);\n background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);\n -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);\n}\n.navbar-brand,\n.navbar-nav > li > a {\n text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);\n}\n.navbar-inverse {\n background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);\n background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);\n background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .active > a {\n background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);\n background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);\n background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);\n -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);\n box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);\n}\n.navbar-inverse .navbar-brand,\n.navbar-inverse .navbar-nav > li > a {\n text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n border-radius: 0;\n}\n@media (max-width: 767px) {\n .navbar .navbar-nav .open .dropdown-menu > .active > a,\n .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #fff;\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n }\n}\n.alert {\n text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n.alert-success {\n background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);\n background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);\n background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);\n border-color: #b2dba1;\n}\n.alert-info {\n background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);\n background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);\n background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);\n border-color: #9acfea;\n}\n.alert-warning {\n background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);\n background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);\n background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);\n border-color: #f5e79e;\n}\n.alert-danger {\n background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);\n background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);\n background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);\n border-color: #dca7a7;\n}\n.progress {\n background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);\n background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);\n background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);\n}\n.progress-bar {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);\n}\n.progress-bar-success {\n background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);\n background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);\n background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);\n}\n.progress-bar-info {\n background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);\n background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);\n background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);\n}\n.progress-bar-warning {\n background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);\n background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);\n background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);\n}\n.progress-bar-danger {\n background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);\n background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);\n background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);\n}\n.progress-bar-striped {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.list-group {\n border-radius: 4px;\n -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1px 0 #286090;\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);\n border-color: #2b669a;\n}\n.list-group-item.active .badge,\n.list-group-item.active:hover .badge,\n.list-group-item.active:focus .badge {\n text-shadow: none;\n}\n.panel {\n -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n}\n.panel-default > .panel-heading {\n background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);\n background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);\n}\n.panel-primary > .panel-heading {\n background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);\n background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);\n}\n.panel-success > .panel-heading {\n background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);\n background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);\n background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);\n}\n.panel-info > .panel-heading {\n background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);\n background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);\n background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);\n}\n.panel-warning > .panel-heading {\n background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);\n background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);\n background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);\n}\n.panel-danger > .panel-heading {\n background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);\n background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);\n background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);\n}\n.well {\n background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);\n background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);\n background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);\n border-color: #dcdcdc;\n -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);\n box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);\n}\n/*# sourceMappingURL=bootstrap-theme.css.map */","// Gradients\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n"]} \ No newline at end of file diff --git a/public/vendor/bootstrap/css/bootstrap-theme.min.css b/public/vendor/bootstrap/css/bootstrap-theme.min.css new file mode 100644 index 0000000..ac8dd55 --- /dev/null +++ b/public/vendor/bootstrap/css/bootstrap-theme.min.css @@ -0,0 +1,5 @@ +/*! + * Bootstrap v3.3.2 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary:disabled,.btn-primary[disabled]{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{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)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)} \ No newline at end of file diff --git a/public/vendor/bootstrap/css/bootstrap.css b/public/vendor/bootstrap/css/bootstrap.css new file mode 100644 index 0000000..c46af7d --- /dev/null +++ b/public/vendor/bootstrap/css/bootstrap.css @@ -0,0 +1,6566 @@ +/*! + * Bootstrap v3.3.2 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/*! 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; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + margin: .67em 0; + font-size: 2em; +} +mark { + color: #000; + background: #ff0; +} +small { + font-size: 80%; +} +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; +} +figure { + margin: 1em 40px; +} +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-family: monospace, monospace; + 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 { + line-height: normal; +} +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-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + padding: .35em .625em .75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} +legend { + padding: 0; + border: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +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 { + *, + *:before, + *:after { + 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: ""; + } + pre, + blockquote { + border: 1px solid #999; + + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + p, + h2, + h3 { + 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 th, + .table-bordered td { + 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.woff2') format('woff2'), 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: normal; + 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, +.glyphicon-eur: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"; +} +.glyphicon-cd:before { + content: "\e201"; +} +.glyphicon-save-file:before { + content: "\e202"; +} +.glyphicon-open-file:before { + content: "\e203"; +} +.glyphicon-level-up:before { + content: "\e204"; +} +.glyphicon-copy:before { + content: "\e205"; +} +.glyphicon-paste:before { + content: "\e206"; +} +.glyphicon-alert:before { + content: "\e209"; +} +.glyphicon-equalizer:before { + content: "\e210"; +} +.glyphicon-king:before { + content: "\e211"; +} +.glyphicon-queen:before { + content: "\e212"; +} +.glyphicon-pawn:before { + content: "\e213"; +} +.glyphicon-bishop:before { + content: "\e214"; +} +.glyphicon-knight:before { + content: "\e215"; +} +.glyphicon-baby-formula:before { + content: "\e216"; +} +.glyphicon-tent:before { + content: "\26fa"; +} +.glyphicon-blackboard:before { + content: "\e218"; +} +.glyphicon-bed:before { + content: "\e219"; +} +.glyphicon-apple:before { + content: "\f8ff"; +} +.glyphicon-erase:before { + content: "\e221"; +} +.glyphicon-hourglass:before { + content: "\231b"; +} +.glyphicon-lamp:before { + content: "\e223"; +} +.glyphicon-duplicate:before { + content: "\e224"; +} +.glyphicon-piggy-bank:before { + content: "\e225"; +} +.glyphicon-scissors:before { + content: "\e226"; +} +.glyphicon-bitcoin:before { + content: "\e227"; +} +.glyphicon-yen:before { + content: "\00a5"; +} +.glyphicon-ruble:before { + content: "\20bd"; +} +.glyphicon-scale:before { + content: "\e230"; +} +.glyphicon-ice-lolly:before { + content: "\e231"; +} +.glyphicon-ice-lolly-tasted:before { + content: "\e232"; +} +.glyphicon-education:before { + content: "\e233"; +} +.glyphicon-option-horizontal:before { + content: "\e234"; +} +.glyphicon-option-vertical:before { + content: "\e235"; +} +.glyphicon-menu-hamburger:before { + content: "\e236"; +} +.glyphicon-modal-window:before { + content: "\e237"; +} +.glyphicon-oil:before { + content: "\e238"; +} +.glyphicon-grain:before { + content: "\e239"; +} +.glyphicon-sunglasses:before { + content: "\e240"; +} +.glyphicon-text-size:before { + content: "\e241"; +} +.glyphicon-text-color:before { + content: "\e242"; +} +.glyphicon-text-background:before { + content: "\e243"; +} +.glyphicon-object-align-top:before { + content: "\e244"; +} +.glyphicon-object-align-bottom:before { + content: "\e245"; +} +.glyphicon-object-align-horizontal:before { + content: "\e246"; +} +.glyphicon-object-align-left:before { + content: "\e247"; +} +.glyphicon-object-align-vertical:before { + content: "\e248"; +} +.glyphicon-object-align-right:before { + content: "\e249"; +} +.glyphicon-triangle-right:before { + content: "\e250"; +} +.glyphicon-triangle-left:before { + content: "\e251"; +} +.glyphicon-triangle-bottom:before { + content: "\e252"; +} +.glyphicon-triangle-top:before { + content: "\e253"; +} +.glyphicon-console:before { + content: "\e254"; +} +.glyphicon-superscript:before { + content: "\e255"; +} +.glyphicon-subscript:before { + content: "\e256"; +} +.glyphicon-menu-left:before { + content: "\e257"; +} +.glyphicon-menu-right:before { + content: "\e258"; +} +.glyphicon-menu-down:before { + content: "\e259"; +} +.glyphicon-menu-up:before { + content: "\e260"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -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; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #337ab7; + text-decoration: none; +} +a:hover, +a:focus { + 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; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > 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, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #777; +} +h1, +.h1, +h2, +.h2, +h3, +.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, +.h4, +h5, +.h5, +h6, +.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; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + 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; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +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[title], +abbr[data-original-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 p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #777; +} +blockquote footer:before, +blockquote small: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 footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small: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: bold; + -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 { + 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; + } +} +.container-fluid { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} +.row { + margin-right: -15px; + margin-left: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + 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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + 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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + 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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + 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 > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + 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 > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #ddd; +} +.table .table { + background-color: #fff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #ddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-of-type(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 > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + 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 > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + 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: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]: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="time"], + input[type="datetime-local"], + input[type="month"] { + line-height: 34px; + } + input[type="date"].input-sm, + input[type="time"].input-sm, + input[type="datetime-local"].input-sm, + input[type="month"].input-sm, + .input-group-sm input[type="date"], + .input-group-sm input[type="time"], + .input-group-sm input[type="datetime-local"], + .input-group-sm input[type="month"] { + line-height: 30px; + } + input[type="date"].input-lg, + input[type="time"].input-lg, + input[type="datetime-local"].input-lg, + input[type="month"].input-lg, + .input-group-lg input[type="date"], + .input-group-lg input[type="time"], + .input-group-lg input[type="datetime-local"], + .input-group-lg input[type="month"] { + line-height: 46px; + } +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + position: relative; + display: block; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + min-height: 20px; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-top: 4px \9; + margin-left: -20px; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + 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; +} +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.form-group-sm .form-control { + height: 30px; + line-height: 30px; +} +textarea.form-group-sm .form-control, +select[multiple].form-group-sm .form-control { + height: auto; +} +.form-group-sm .form-control-static { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.input-lg { + height: 46px; + line-height: 46px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.form-group-lg .form-control { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.form-group-lg .form-control { + height: 46px; + line-height: 46px; +} +textarea.form-group-lg .form-control, +select[multiple].form-group-lg .form-control { + height: auto; +} +.form-group-lg .form-control-static { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.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 .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, +.has-success.radio label, +.has-success.checkbox label, +.has-success.radio-inline label, +.has-success.checkbox-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 .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline, +.has-warning.radio label, +.has-warning.checkbox label, +.has-warning.radio-inline label, +.has-warning.checkbox-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 .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline, +.has-error.radio label, +.has-error.checkbox label, +.has-error.radio-inline label, +.has-error.checkbox-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 .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + 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.333333px; + } +} +@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: normal; + 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:focus, +.btn:active:focus, +.btn.active:focus, +.btn.focus, +.btn:active.focus, +.btn.active.focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus, +.btn.focus { + 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:hover, +.btn-default:focus, +.btn-default.focus, +.btn-default:active, +.btn-default.active, +.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], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + 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:hover, +.btn-primary:focus, +.btn-primary.focus, +.btn-primary:active, +.btn-primary.active, +.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], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + 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:hover, +.btn-success:focus, +.btn-success.focus, +.btn-success:active, +.btn-success.active, +.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], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + 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:hover, +.btn-info:focus, +.btn-info.focus, +.btn-info:active, +.btn-info.active, +.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], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + 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:hover, +.btn-warning:focus, +.btn-warning.focus, +.btn-warning:active, +.btn-warning.active, +.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], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + 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:hover, +.btn-danger:focus, +.btn-danger.focus, +.btn-danger:active, +.btn-danger.active, +.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], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; +} +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} +.btn-link { + font-weight: normal; + 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:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #23527c; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #777; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + 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="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].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; +} +.dropup, +.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: normal; + line-height: 1.42857143; + color: #333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + background-color: #337ab7; + outline: 0; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #777; +} +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + 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: 2px; +} +@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 > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + 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:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn-group:last-child:not(:first-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="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + 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.3333333; + 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; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].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; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control: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: normal; + 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="radio"], +.input-group-addon input[type="checkbox"] { + 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:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + 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:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + 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:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + 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:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eee; +} +.nav > li.disabled > a { + color: #777; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #777; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + 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:hover, +.nav-tabs > li.active > a:focus { + 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:hover, +.nav-tabs.nav-justified > .active > a:focus { + 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:hover, + .nav-tabs.nav-justified > .active > a:focus { + 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:hover, +.nav-pills > li.active > a:focus { + 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:hover, +.nav-tabs-justified > .active > a:focus { + 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:hover, + .nav-tabs-justified > .active > a:focus { + 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-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + 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-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + 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 15px; + font-size: 18px; + line-height: 20px; +} +.navbar-brand:hover, +.navbar-brand:focus { + 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 > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + 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 .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + 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 { + margin-bottom: 0; + 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:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777; +} +.navbar-default .navbar-nav > li > a { + color: #777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555; + background-color: #e7e7e7; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #ddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + 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:hover, +.navbar-default .navbar-nav > .open > a:focus { + 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:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + 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:hover, +.navbar-default .btn-link:focus { + color: #333; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; +} +.navbar-inverse { + background-color: #222; + border-color: #080808; +} +.navbar-inverse .navbar-brand { + color: #9d9d9d; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav > li > a { + color: #9d9d9d; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #080808; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #333; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + 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:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + 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:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + 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:hover, +.navbar-inverse .btn-link:focus { + color: #fff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + 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:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: #23527c; + background-color: #eee; + border-color: #ddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + 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:hover, +.pager li > a:focus { + 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:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #777; + cursor: not-allowed; + background-color: #fff; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +a.label:hover, +a.label:focus { + 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]:hover, +.label-default[href]:focus { + background-color: #5e5e5e; +} +.label-primary { + background-color: #337ab7; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #286090; +} +.label-success { + background-color: #5cb85c; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} +.label-info { + background-color: #5bc0de; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} +.label-warning { + background-color: #f0ad4e; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} +.label-danger { + background-color: #d9534f; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + 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:hover, +a.badge:focus { + 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 > img, +.thumbnail a > img { + margin-right: auto; + margin-left: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + 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: bold; +} +.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-striped .progress-bar, +.progress-bar-striped { + 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.active .progress-bar, +.progress-bar.active { + -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, +.media-body { + overflow: hidden; + zoom: 1; +} +.media-body { + width: 10000px; +} +.media-object { + display: block; +} +.media-right, +.media > .pull-right { + padding-left: 10px; +} +.media-left, +.media > .pull-left { + padding-right: 10px; +} +.media-left, +.media-right, +.media-body { + 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:hover, +a.list-group-item:focus { + color: #555; + text-decoration: none; + background-color: #f5f5f5; +} +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + color: #777; + cursor: not-allowed; + background-color: #eee; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #777; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #337ab7; + border-color: #337ab7; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .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:hover, +a.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +a.list-group-item-success.active:hover, +a.list-group-item-success.active:focus { + 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:hover, +a.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +a.list-group-item-info.active:hover, +a.list-group-item-info.active:focus { + 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:hover, +a.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus { + 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:hover, +a.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus { + 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, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > 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; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; +} +.panel > .table caption, +.panel > .table-responsive > .table caption, +.panel > .panel-collapse > .table caption { + padding-right: 15px; + padding-left: 15px; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .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 td:first-child, +.panel > .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 td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .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 td:last-child, +.panel > .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 td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .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 td:first-child, +.panel > .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 td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .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 td:last-child, +.panel > .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 td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .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 th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-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 > .panel-body, +.panel-group .panel-heading + .panel-collapse > .list-group { + 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 iframe, +.embed-responsive embed, +.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: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; +} +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; +} +button.close { + -webkit-appearance: none; + padding: 0; + cursor: pointer; + background: transparent; + 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.42857143px; + 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: normal; + 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: normal; + 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 > img, +.carousel-inner > .item > a > 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.next, + .carousel-inner > .item.active.right { + left: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + .carousel-inner > .item.prev, + .carousel-inner > .item.active.left { + left: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + .carousel-inner > .item.next.left, + .carousel-inner > .item.prev.right, + .carousel-inner > .item.active { + 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:hover, +.carousel-control:focus { + color: #fff; + text-decoration: none; + filter: alpha(opacity=90); + outline: 0; + opacity: .9; +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + font-family: serif; + line-height: 1; +} +.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: #000 \9; + 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-prev, + .carousel-control .icon-next { + 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; + } +} +.clearfix:before, +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-footer: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-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-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; + } + th.visible-xs, + td.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; + } + th.visible-sm, + td.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; + } + th.visible-md, + td.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; + } + th.visible-lg, + td.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; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +.visible-print-block { + display: none !important; +} +@media print { + .visible-print-block { + display: block !important; + } +} +.visible-print-inline { + display: none !important; +} +@media print { + .visible-print-inline { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; +} +@media print { + .visible-print-inline-block { + display: inline-block !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/public/vendor/bootstrap/css/bootstrap.css.map b/public/vendor/bootstrap/css/bootstrap.css.map new file mode 100644 index 0000000..ff579ff --- /dev/null +++ b/public/vendor/bootstrap/css/bootstrap.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-row.less","less/forms.less","less/mixins/forms.less","less/buttons.less","less/mixins/buttons.less","less/mixins/opacity.less","less/component-animations.less","less/dropdowns.less","less/mixins/nav-divider.less","less/mixins/reset-filter.less","less/button-groups.less","less/mixins/border-radius.less","less/input-groups.less","less/navs.less","less/navbar.less","less/mixins/nav-vertical-align.less","less/utilities.less","less/breadcrumbs.less","less/pagination.less","less/mixins/pagination.less","less/pager.less","less/labels.less","less/mixins/labels.less","less/badges.less","less/jumbotron.less","less/thumbnails.less","less/alerts.less","less/mixins/alerts.less","less/progress-bars.less","less/mixins/gradients.less","less/mixins/progress-bar.less","less/media.less","less/list-group.less","less/mixins/list-group.less","less/panels.less","less/mixins/panels.less","less/responsive-embed.less","less/wells.less","less/close.less","less/modals.less","less/tooltip.less","less/popovers.less","less/carousel.less","less/mixins/clearfix.less","less/mixins/center-block.less","less/mixins/hide-text.less","less/responsive-utilities.less","less/mixins/responsive-visibility.less"],"names":[],"mappings":"AAAA,6DAA4D;ACQ5D;EACE,yBAAA;EACA,4BAAA;EACA,gCAAA;EDND;ACaD;EACE,WAAA;EDXD;ACwBD;;;;;;;;;;;;;EAaE,gBAAA;EDtBD;AC8BD;;;;EAIE,uBAAA;EACA,0BAAA;ED5BD;ACoCD;EACE,eAAA;EACA,WAAA;EDlCD;AC0CD;;EAEE,eAAA;EDxCD;ACkDD;EACE,+BAAA;EDhDD;ACuDD;;EAEE,YAAA;EDrDD;AC+DD;EACE,2BAAA;ED7DD;ACoED;;EAEE,mBAAA;EDlED;ACyED;EACE,oBAAA;EDvED;AC+ED;EACE,gBAAA;EACA,kBAAA;ED7ED;ACoFD;EACE,kBAAA;EACA,aAAA;EDlFD;ACyFD;EACE,gBAAA;EDvFD;AC8FD;;EAEE,gBAAA;EACA,gBAAA;EACA,oBAAA;EACA,0BAAA;ED5FD;AC+FD;EACE,aAAA;ED7FD;ACgGD;EACE,iBAAA;ED9FD;ACwGD;EACE,WAAA;EDtGD;AC6GD;EACE,kBAAA;ED3GD;ACqHD;EACE,kBAAA;EDnHD;AC0HD;EACE,8BAAA;EACA,iCAAA;UAAA,yBAAA;EACA,WAAA;EDxHD;AC+HD;EACE,gBAAA;ED7HD;ACoID;;;;EAIE,mCAAA;EACA,gBAAA;EDlID;ACoJD;;;;;EAKE,gBAAA;EACA,eAAA;EACA,WAAA;EDlJD;ACyJD;EACE,mBAAA;EDvJD;ACiKD;;EAEE,sBAAA;ED/JD;AC0KD;;;;EAIE,4BAAA;EACA,iBAAA;EDxKD;AC+KD;;EAEE,iBAAA;ED7KD;ACoLD;;EAEE,WAAA;EACA,YAAA;EDlLD;AC0LD;EACE,qBAAA;EDxLD;ACmMD;;EAEE,gCAAA;KAAA,6BAAA;UAAA,wBAAA;EACA,YAAA;EDjMD;AC0MD;;EAEE,cAAA;EDxMD;ACiND;EACE,+BAAA;EACA,8BAAA;EACA,iCAAA;EACA,yBAAA;ED/MD;ACwND;;EAEE,0BAAA;EDtND;AC6ND;EACE,2BAAA;EACA,eAAA;EACA,gCAAA;ED3ND;ACmOD;EACE,WAAA;EACA,YAAA;EDjOD;ACwOD;EACE,gBAAA;EDtOD;AC8OD;EACE,mBAAA;ED5OD;ACsPD;EACE,2BAAA;EACA,mBAAA;EDpPD;ACuPD;;EAEE,YAAA;EDrPD;AACD,sFAAqF;AE1ErF;EAnGI;;;IAGI,oCAAA;IACA,wBAAA;IACA,qCAAA;YAAA,6BAAA;IACA,8BAAA;IFgLL;EE7KC;;IAEI,4BAAA;IF+KL;EE5KC;IACI,8BAAA;IF8KL;EE3KC;IACI,+BAAA;IF6KL;EExKC;;IAEI,aAAA;IF0KL;EEvKC;;IAEI,wBAAA;IACA,0BAAA;IFyKL;EEtKC;IACI,6BAAA;IFwKL;EErKC;;IAEI,0BAAA;IFuKL;EEpKC;IACI,4BAAA;IFsKL;EEnKC;;;IAGI,YAAA;IACA,WAAA;IFqKL;EElKC;;IAEI,yBAAA;IFoKL;EE7JC;IACI,6BAAA;IF+JL;EE3JC;IACI,eAAA;IF6JL;EE3JC;;IAGQ,mCAAA;IF4JT;EEzJC;IACI,wBAAA;IF2JL;EExJC;IACI,sCAAA;IF0JL;EE3JC;;IAKQ,mCAAA;IF0JT;EEvJC;;IAGQ,mCAAA;IFwJT;EACF;AGpPD;EACE,qCAAA;EACA,uDAAA;EACA,iYAAA;EHsPD;AG9OD;EACE,oBAAA;EACA,UAAA;EACA,uBAAA;EACA,qCAAA;EACA,oBAAA;EACA,qBAAA;EACA,gBAAA;EACA,qCAAA;EACA,oCAAA;EHgPD;AG5OmC;EAAW,gBAAA;EH+O9C;AG9OmC;EAAW,gBAAA;EHiP9C;AG/OmC;;EAAW,kBAAA;EHmP9C;AGlPmC;EAAW,kBAAA;EHqP9C;AGpPmC;EAAW,kBAAA;EHuP9C;AGtPmC;EAAW,kBAAA;EHyP9C;AGxPmC;EAAW,kBAAA;EH2P9C;AG1PmC;EAAW,kBAAA;EH6P9C;AG5PmC;EAAW,kBAAA;EH+P9C;AG9PmC;EAAW,kBAAA;EHiQ9C;AGhQmC;EAAW,kBAAA;EHmQ9C;AGlQmC;EAAW,kBAAA;EHqQ9C;AGpQmC;EAAW,kBAAA;EHuQ9C;AGtQmC;EAAW,kBAAA;EHyQ9C;AGxQmC;EAAW,kBAAA;EH2Q9C;AG1QmC;EAAW,kBAAA;EH6Q9C;AG5QmC;EAAW,kBAAA;EH+Q9C;AG9QmC;EAAW,kBAAA;EHiR9C;AGhRmC;EAAW,kBAAA;EHmR9C;AGlRmC;EAAW,kBAAA;EHqR9C;AGpRmC;EAAW,kBAAA;EHuR9C;AGtRmC;EAAW,kBAAA;EHyR9C;AGxRmC;EAAW,kBAAA;EH2R9C;AG1RmC;EAAW,kBAAA;EH6R9C;AG5RmC;EAAW,kBAAA;EH+R9C;AG9RmC;EAAW,kBAAA;EHiS9C;AGhSmC;EAAW,kBAAA;EHmS9C;AGlSmC;EAAW,kBAAA;EHqS9C;AGpSmC;EAAW,kBAAA;EHuS9C;AGtSmC;EAAW,kBAAA;EHyS9C;AGxSmC;EAAW,kBAAA;EH2S9C;AG1SmC;EAAW,kBAAA;EH6S9C;AG5SmC;EAAW,kBAAA;EH+S9C;AG9SmC;EAAW,kBAAA;EHiT9C;AGhTmC;EAAW,kBAAA;EHmT9C;AGlTmC;EAAW,kBAAA;EHqT9C;AGpTmC;EAAW,kBAAA;EHuT9C;AGtTmC;EAAW,kBAAA;EHyT9C;AGxTmC;EAAW,kBAAA;EH2T9C;AG1TmC;EAAW,kBAAA;EH6T9C;AG5TmC;EAAW,kBAAA;EH+T9C;AG9TmC;EAAW,kBAAA;EHiU9C;AGhUmC;EAAW,kBAAA;EHmU9C;AGlUmC;EAAW,kBAAA;EHqU9C;AGpUmC;EAAW,kBAAA;EHuU9C;AGtUmC;EAAW,kBAAA;EHyU9C;AGxUmC;EAAW,kBAAA;EH2U9C;AG1UmC;EAAW,kBAAA;EH6U9C;AG5UmC;EAAW,kBAAA;EH+U9C;AG9UmC;EAAW,kBAAA;EHiV9C;AGhVmC;EAAW,kBAAA;EHmV9C;AGlVmC;EAAW,kBAAA;EHqV9C;AGpVmC;EAAW,kBAAA;EHuV9C;AGtVmC;EAAW,kBAAA;EHyV9C;AGxVmC;EAAW,kBAAA;EH2V9C;AG1VmC;EAAW,kBAAA;EH6V9C;AG5VmC;EAAW,kBAAA;EH+V9C;AG9VmC;EAAW,kBAAA;EHiW9C;AGhWmC;EAAW,kBAAA;EHmW9C;AGlWmC;EAAW,kBAAA;EHqW9C;AGpWmC;EAAW,kBAAA;EHuW9C;AGtWmC;EAAW,kBAAA;EHyW9C;AGxWmC;EAAW,kBAAA;EH2W9C;AG1WmC;EAAW,kBAAA;EH6W9C;AG5WmC;EAAW,kBAAA;EH+W9C;AG9WmC;EAAW,kBAAA;EHiX9C;AGhXmC;EAAW,kBAAA;EHmX9C;AGlXmC;EAAW,kBAAA;EHqX9C;AGpXmC;EAAW,kBAAA;EHuX9C;AGtXmC;EAAW,kBAAA;EHyX9C;AGxXmC;EAAW,kBAAA;EH2X9C;AG1XmC;EAAW,kBAAA;EH6X9C;AG5XmC;EAAW,kBAAA;EH+X9C;AG9XmC;EAAW,kBAAA;EHiY9C;AGhYmC;EAAW,kBAAA;EHmY9C;AGlYmC;EAAW,kBAAA;EHqY9C;AGpYmC;EAAW,kBAAA;EHuY9C;AGtYmC;EAAW,kBAAA;EHyY9C;AGxYmC;EAAW,kBAAA;EH2Y9C;AG1YmC;EAAW,kBAAA;EH6Y9C;AG5YmC;EAAW,kBAAA;EH+Y9C;AG9YmC;EAAW,kBAAA;EHiZ9C;AGhZmC;EAAW,kBAAA;EHmZ9C;AGlZmC;EAAW,kBAAA;EHqZ9C;AGpZmC;EAAW,kBAAA;EHuZ9C;AGtZmC;EAAW,kBAAA;EHyZ9C;AGxZmC;EAAW,kBAAA;EH2Z9C;AG1ZmC;EAAW,kBAAA;EH6Z9C;AG5ZmC;EAAW,kBAAA;EH+Z9C;AG9ZmC;EAAW,kBAAA;EHia9C;AGhamC;EAAW,kBAAA;EHma9C;AGlamC;EAAW,kBAAA;EHqa9C;AGpamC;EAAW,kBAAA;EHua9C;AGtamC;EAAW,kBAAA;EHya9C;AGxamC;EAAW,kBAAA;EH2a9C;AG1amC;EAAW,kBAAA;EH6a9C;AG5amC;EAAW,kBAAA;EH+a9C;AG9amC;EAAW,kBAAA;EHib9C;AGhbmC;EAAW,kBAAA;EHmb9C;AGlbmC;EAAW,kBAAA;EHqb9C;AGpbmC;EAAW,kBAAA;EHub9C;AGtbmC;EAAW,kBAAA;EHyb9C;AGxbmC;EAAW,kBAAA;EH2b9C;AG1bmC;EAAW,kBAAA;EH6b9C;AG5bmC;EAAW,kBAAA;EH+b9C;AG9bmC;EAAW,kBAAA;EHic9C;AGhcmC;EAAW,kBAAA;EHmc9C;AGlcmC;EAAW,kBAAA;EHqc9C;AGpcmC;EAAW,kBAAA;EHuc9C;AGtcmC;EAAW,kBAAA;EHyc9C;AGxcmC;EAAW,kBAAA;EH2c9C;AG1cmC;EAAW,kBAAA;EH6c9C;AG5cmC;EAAW,kBAAA;EH+c9C;AG9cmC;EAAW,kBAAA;EHid9C;AGhdmC;EAAW,kBAAA;EHmd9C;AGldmC;EAAW,kBAAA;EHqd9C;AGpdmC;EAAW,kBAAA;EHud9C;AGtdmC;EAAW,kBAAA;EHyd9C;AGxdmC;EAAW,kBAAA;EH2d9C;AG1dmC;EAAW,kBAAA;EH6d9C;AG5dmC;EAAW,kBAAA;EH+d9C;AG9dmC;EAAW,kBAAA;EHie9C;AGhemC;EAAW,kBAAA;EHme9C;AGlemC;EAAW,kBAAA;EHqe9C;AGpemC;EAAW,kBAAA;EHue9C;AGtemC;EAAW,kBAAA;EHye9C;AGxemC;EAAW,kBAAA;EH2e9C;AG1emC;EAAW,kBAAA;EH6e9C;AG5emC;EAAW,kBAAA;EH+e9C;AG9emC;EAAW,kBAAA;EHif9C;AGhfmC;EAAW,kBAAA;EHmf9C;AGlfmC;EAAW,kBAAA;EHqf9C;AGpfmC;EAAW,kBAAA;EHuf9C;AGtfmC;EAAW,kBAAA;EHyf9C;AGxfmC;EAAW,kBAAA;EH2f9C;AG1fmC;EAAW,kBAAA;EH6f9C;AG5fmC;EAAW,kBAAA;EH+f9C;AG9fmC;EAAW,kBAAA;EHigB9C;AGhgBmC;EAAW,kBAAA;EHmgB9C;AGlgBmC;EAAW,kBAAA;EHqgB9C;AGpgBmC;EAAW,kBAAA;EHugB9C;AGtgBmC;EAAW,kBAAA;EHygB9C;AGxgBmC;EAAW,kBAAA;EH2gB9C;AG1gBmC;EAAW,kBAAA;EH6gB9C;AG5gBmC;EAAW,kBAAA;EH+gB9C;AG9gBmC;EAAW,kBAAA;EHihB9C;AGhhBmC;EAAW,kBAAA;EHmhB9C;AGlhBmC;EAAW,kBAAA;EHqhB9C;AGphBmC;EAAW,kBAAA;EHuhB9C;AGthBmC;EAAW,kBAAA;EHyhB9C;AGxhBmC;EAAW,kBAAA;EH2hB9C;AG1hBmC;EAAW,kBAAA;EH6hB9C;AG5hBmC;EAAW,kBAAA;EH+hB9C;AG9hBmC;EAAW,kBAAA;EHiiB9C;AGhiBmC;EAAW,kBAAA;EHmiB9C;AGliBmC;EAAW,kBAAA;EHqiB9C;AGpiBmC;EAAW,kBAAA;EHuiB9C;AGtiBmC;EAAW,kBAAA;EHyiB9C;AGxiBmC;EAAW,kBAAA;EH2iB9C;AG1iBmC;EAAW,kBAAA;EH6iB9C;AG5iBmC;EAAW,kBAAA;EH+iB9C;AG9iBmC;EAAW,kBAAA;EHijB9C;AGhjBmC;EAAW,kBAAA;EHmjB9C;AGljBmC;EAAW,kBAAA;EHqjB9C;AGpjBmC;EAAW,kBAAA;EHujB9C;AGtjBmC;EAAW,kBAAA;EHyjB9C;AGxjBmC;EAAW,kBAAA;EH2jB9C;AG1jBmC;EAAW,kBAAA;EH6jB9C;AG5jBmC;EAAW,kBAAA;EH+jB9C;AG9jBmC;EAAW,kBAAA;EHikB9C;AGhkBmC;EAAW,kBAAA;EHmkB9C;AGlkBmC;EAAW,kBAAA;EHqkB9C;AGpkBmC;EAAW,kBAAA;EHukB9C;AGtkBmC;EAAW,kBAAA;EHykB9C;AGxkBmC;EAAW,kBAAA;EH2kB9C;AG1kBmC;EAAW,kBAAA;EH6kB9C;AG5kBmC;EAAW,kBAAA;EH+kB9C;AG9kBmC;EAAW,kBAAA;EHilB9C;AGhlBmC;EAAW,kBAAA;EHmlB9C;AGllBmC;EAAW,kBAAA;EHqlB9C;AGplBmC;EAAW,kBAAA;EHulB9C;AGtlBmC;EAAW,kBAAA;EHylB9C;AGxlBmC;EAAW,kBAAA;EH2lB9C;AG1lBmC;EAAW,kBAAA;EH6lB9C;AG5lBmC;EAAW,kBAAA;EH+lB9C;AG9lBmC;EAAW,kBAAA;EHimB9C;AGhmBmC;EAAW,kBAAA;EHmmB9C;AGlmBmC;EAAW,kBAAA;EHqmB9C;AGpmBmC;EAAW,kBAAA;EHumB9C;AGtmBmC;EAAW,kBAAA;EHymB9C;AGxmBmC;EAAW,kBAAA;EH2mB9C;AG1mBmC;EAAW,kBAAA;EH6mB9C;AG5mBmC;EAAW,kBAAA;EH+mB9C;AG9mBmC;EAAW,kBAAA;EHinB9C;AGhnBmC;EAAW,kBAAA;EHmnB9C;AGlnBmC;EAAW,kBAAA;EHqnB9C;AGpnBmC;EAAW,kBAAA;EHunB9C;AGtnBmC;EAAW,kBAAA;EHynB9C;AGxnBmC;EAAW,kBAAA;EH2nB9C;AG1nBmC;EAAW,kBAAA;EH6nB9C;AG5nBmC;EAAW,kBAAA;EH+nB9C;AG9nBmC;EAAW,kBAAA;EHioB9C;AGhoBmC;EAAW,kBAAA;EHmoB9C;AGloBmC;EAAW,kBAAA;EHqoB9C;AGpoBmC;EAAW,kBAAA;EHuoB9C;AGtoBmC;EAAW,kBAAA;EHyoB9C;AGhoBmC;EAAW,kBAAA;EHmoB9C;AGloBmC;EAAW,kBAAA;EHqoB9C;AGpoBmC;EAAW,kBAAA;EHuoB9C;AGtoBmC;EAAW,kBAAA;EHyoB9C;AGxoBmC;EAAW,kBAAA;EH2oB9C;AG1oBmC;EAAW,kBAAA;EH6oB9C;AG5oBmC;EAAW,kBAAA;EH+oB9C;AG9oBmC;EAAW,kBAAA;EHipB9C;AGhpBmC;EAAW,kBAAA;EHmpB9C;AGlpBmC;EAAW,kBAAA;EHqpB9C;AGppBmC;EAAW,kBAAA;EHupB9C;AGtpBmC;EAAW,kBAAA;EHypB9C;AGxpBmC;EAAW,kBAAA;EH2pB9C;AG1pBmC;EAAW,kBAAA;EH6pB9C;AG5pBmC;EAAW,kBAAA;EH+pB9C;AG9pBmC;EAAW,kBAAA;EHiqB9C;AGhqBmC;EAAW,kBAAA;EHmqB9C;AGlqBmC;EAAW,kBAAA;EHqqB9C;AGpqBmC;EAAW,kBAAA;EHuqB9C;AGtqBmC;EAAW,kBAAA;EHyqB9C;AGxqBmC;EAAW,kBAAA;EH2qB9C;AG1qBmC;EAAW,kBAAA;EH6qB9C;AG5qBmC;EAAW,kBAAA;EH+qB9C;AG9qBmC;EAAW,kBAAA;EHirB9C;AGhrBmC;EAAW,kBAAA;EHmrB9C;AGlrBmC;EAAW,kBAAA;EHqrB9C;AGprBmC;EAAW,kBAAA;EHurB9C;AGtrBmC;EAAW,kBAAA;EHyrB9C;AGxrBmC;EAAW,kBAAA;EH2rB9C;AG1rBmC;EAAW,kBAAA;EH6rB9C;AG5rBmC;EAAW,kBAAA;EH+rB9C;AG9rBmC;EAAW,kBAAA;EHisB9C;AGhsBmC;EAAW,kBAAA;EHmsB9C;AGlsBmC;EAAW,kBAAA;EHqsB9C;AGpsBmC;EAAW,kBAAA;EHusB9C;AGtsBmC;EAAW,kBAAA;EHysB9C;AGxsBmC;EAAW,kBAAA;EH2sB9C;AG1sBmC;EAAW,kBAAA;EH6sB9C;AG5sBmC;EAAW,kBAAA;EH+sB9C;AG9sBmC;EAAW,kBAAA;EHitB9C;AGhtBmC;EAAW,kBAAA;EHmtB9C;AGltBmC;EAAW,kBAAA;EHqtB9C;AGptBmC;EAAW,kBAAA;EHutB9C;AGttBmC;EAAW,kBAAA;EHytB9C;AGxtBmC;EAAW,kBAAA;EH2tB9C;AG1tBmC;EAAW,kBAAA;EH6tB9C;AG5tBmC;EAAW,kBAAA;EH+tB9C;AG9tBmC;EAAW,kBAAA;EHiuB9C;AGhuBmC;EAAW,kBAAA;EHmuB9C;AGluBmC;EAAW,kBAAA;EHquB9C;AGpuBmC;EAAW,kBAAA;EHuuB9C;AGtuBmC;EAAW,kBAAA;EHyuB9C;AI3gCD;ECgEE,gCAAA;EACG,6BAAA;EACK,wBAAA;EL88BT;AI7gCD;;EC6DE,gCAAA;EACG,6BAAA;EACK,wBAAA;ELo9BT;AI3gCD;EACE,iBAAA;EACA,+CAAA;EJ6gCD;AI1gCD;EACE,6DAAA;EACA,iBAAA;EACA,yBAAA;EACA,gBAAA;EACA,2BAAA;EJ4gCD;AIxgCD;;;;EAIE,sBAAA;EACA,oBAAA;EACA,sBAAA;EJ0gCD;AIpgCD;EACE,gBAAA;EACA,uBAAA;EJsgCD;AIpgCC;;EAEE,gBAAA;EACA,4BAAA;EJsgCH;AIngCC;EErDA,sBAAA;EAEA,4CAAA;EACA,sBAAA;EN0jCD;AI7/BD;EACE,WAAA;EJ+/BD;AIz/BD;EACE,wBAAA;EJ2/BD;AIv/BD;;;;;EGvEE,gBAAA;EACA,iBAAA;EACA,cAAA;EPqkCD;AI3/BD;EACE,oBAAA;EJ6/BD;AIv/BD;EACE,cAAA;EACA,yBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;EC6FA,0CAAA;EACK,qCAAA;EACG,kCAAA;EEvLR,uBAAA;EACA,iBAAA;EACA,cAAA;EPqlCD;AIv/BD;EACE,oBAAA;EJy/BD;AIn/BD;EACE,kBAAA;EACA,qBAAA;EACA,WAAA;EACA,+BAAA;EJq/BD;AI7+BD;EACE,oBAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,YAAA;EACA,kBAAA;EACA,wBAAA;EACA,WAAA;EJ++BD;AIv+BC;;EAEE,kBAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,mBAAA;EACA,YAAA;EJy+BH;AQpnCD;;;;;;;;;;;;EAEE,sBAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;ERgoCD;AQroCD;;;;;;;;;;;;;;;;;;;;;;;;EASI,qBAAA;EACA,gBAAA;EACA,gBAAA;ERspCH;AQlpCD;;;;;;EAGE,kBAAA;EACA,qBAAA;ERupCD;AQ3pCD;;;;;;;;;;;;EAQI,gBAAA;ERiqCH;AQ9pCD;;;;;;EAGE,kBAAA;EACA,qBAAA;ERmqCD;AQvqCD;;;;;;;;;;;;EAQI,gBAAA;ER6qCH;AQzqCD;;EAAU,iBAAA;ER6qCT;AQ5qCD;;EAAU,iBAAA;ERgrCT;AQ/qCD;;EAAU,iBAAA;ERmrCT;AQlrCD;;EAAU,iBAAA;ERsrCT;AQrrCD;;EAAU,iBAAA;ERyrCT;AQxrCD;;EAAU,iBAAA;ER4rCT;AQtrCD;EACE,kBAAA;ERwrCD;AQrrCD;EACE,qBAAA;EACA,iBAAA;EACA,kBAAA;EACA,kBAAA;ERurCD;AQlrCD;EAAA;IAFI,iBAAA;IRwrCD;EACF;AQhrCD;;EAEE,gBAAA;ERkrCD;AQ/qCD;;EAEE,2BAAA;EACA,eAAA;ERirCD;AQ7qCD;EAAuB,kBAAA;ERgrCtB;AQ/qCD;EAAuB,mBAAA;ERkrCtB;AQjrCD;EAAuB,oBAAA;ERorCtB;AQnrCD;EAAuB,qBAAA;ERsrCtB;AQrrCD;EAAuB,qBAAA;ERwrCtB;AQrrCD;EAAuB,2BAAA;ERwrCtB;AQvrCD;EAAuB,2BAAA;ER0rCtB;AQzrCD;EAAuB,4BAAA;ER4rCtB;AQzrCD;EACE,gBAAA;ER2rCD;AQzrCD;ECrGE,gBAAA;ETiyCD;AShyCC;EACE,gBAAA;ETkyCH;AQ5rCD;ECxGE,gBAAA;ETuyCD;AStyCC;EACE,gBAAA;ETwyCH;AQ/rCD;EC3GE,gBAAA;ET6yCD;AS5yCC;EACE,gBAAA;ET8yCH;AQlsCD;EC9GE,gBAAA;ETmzCD;ASlzCC;EACE,gBAAA;ETozCH;AQrsCD;ECjHE,gBAAA;ETyzCD;ASxzCC;EACE,gBAAA;ET0zCH;AQpsCD;EAGE,aAAA;EE3HA,2BAAA;EVg0CD;AU/zCC;EACE,2BAAA;EVi0CH;AQrsCD;EE9HE,2BAAA;EVs0CD;AUr0CC;EACE,2BAAA;EVu0CH;AQxsCD;EEjIE,2BAAA;EV40CD;AU30CC;EACE,2BAAA;EV60CH;AQ3sCD;EEpIE,2BAAA;EVk1CD;AUj1CC;EACE,2BAAA;EVm1CH;AQ9sCD;EEvIE,2BAAA;EVw1CD;AUv1CC;EACE,2BAAA;EVy1CH;AQ5sCD;EACE,qBAAA;EACA,qBAAA;EACA,kCAAA;ER8sCD;AQtsCD;;EAEE,eAAA;EACA,qBAAA;ERwsCD;AQ3sCD;;;;EAMI,kBAAA;ER2sCH;AQpsCD;EACE,iBAAA;EACA,kBAAA;ERssCD;AQlsCD;EALE,iBAAA;EACA,kBAAA;EAMA,mBAAA;ERqsCD;AQvsCD;EAKI,uBAAA;EACA,mBAAA;EACA,oBAAA;ERqsCH;AQhsCD;EACE,eAAA;EACA,qBAAA;ERksCD;AQhsCD;;EAEE,yBAAA;ERksCD;AQhsCD;EACE,mBAAA;ERksCD;AQhsCD;EACE,gBAAA;ERksCD;AQzqCD;EAAA;IAVM,aAAA;IACA,cAAA;IACA,aAAA;IACA,mBAAA;IGtNJ,kBAAA;IACA,yBAAA;IACA,qBAAA;IX84CC;EQnrCH;IAHM,oBAAA;IRyrCH;EACF;AQhrCD;;EAGE,cAAA;EACA,mCAAA;ERirCD;AQ/qCD;EACE,gBAAA;EACA,2BAAA;ERirCD;AQ7qCD;EACE,oBAAA;EACA,kBAAA;EACA,mBAAA;EACA,gCAAA;ER+qCD;AQ1qCG;;;EACE,kBAAA;ER8qCL;AQxrCD;;;EAmBI,gBAAA;EACA,gBAAA;EACA,yBAAA;EACA,gBAAA;ER0qCH;AQxqCG;;;EACE,wBAAA;ER4qCL;AQpqCD;;EAEE,qBAAA;EACA,iBAAA;EACA,iCAAA;EACA,gBAAA;EACA,mBAAA;ERsqCD;AQhqCG;;;;;;EAAW,aAAA;ERwqCd;AQvqCG;;;;;;EACE,wBAAA;ER8qCL;AQxqCD;EACE,qBAAA;EACA,oBAAA;EACA,yBAAA;ER0qCD;AYh9CD;;;;EAIE,gEAAA;EZk9CD;AY98CD;EACE,kBAAA;EACA,gBAAA;EACA,gBAAA;EACA,2BAAA;EACA,oBAAA;EZg9CD;AY58CD;EACE,kBAAA;EACA,gBAAA;EACA,gBAAA;EACA,2BAAA;EACA,oBAAA;EACA,wDAAA;UAAA,gDAAA;EZ88CD;AYp9CD;EASI,YAAA;EACA,iBAAA;EACA,mBAAA;EACA,0BAAA;UAAA,kBAAA;EZ88CH;AYz8CD;EACE,gBAAA;EACA,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,yBAAA;EACA,uBAAA;EACA,uBAAA;EACA,gBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;EZ28CD;AYt9CD;EAeI,YAAA;EACA,oBAAA;EACA,gBAAA;EACA,uBAAA;EACA,+BAAA;EACA,kBAAA;EZ08CH;AYr8CD;EACE,mBAAA;EACA,oBAAA;EZu8CD;AajgDD;ECHE,oBAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;EdugDD;AajgDC;EAAA;IAFE,cAAA;IbugDD;EACF;AangDC;EAAA;IAFE,cAAA;IbygDD;EACF;AargDD;EAAA;IAFI,eAAA;Ib2gDD;EACF;AalgDD;ECvBE,oBAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;Ed4hDD;Aa//CD;ECvBE,oBAAA;EACA,qBAAA;EdyhDD;AezhDG;EACE,oBAAA;EAEA,iBAAA;EAEA,oBAAA;EACA,qBAAA;EfyhDL;AezgDG;EACE,aAAA;Ef2gDL;AepgDC;EACE,aAAA;EfsgDH;AevgDC;EACE,qBAAA;EfygDH;Ae1gDC;EACE,qBAAA;Ef4gDH;Ae7gDC;EACE,YAAA;Ef+gDH;AehhDC;EACE,qBAAA;EfkhDH;AenhDC;EACE,qBAAA;EfqhDH;AethDC;EACE,YAAA;EfwhDH;AezhDC;EACE,qBAAA;Ef2hDH;Ae5hDC;EACE,qBAAA;Ef8hDH;Ae/hDC;EACE,YAAA;EfiiDH;AeliDC;EACE,qBAAA;EfoiDH;AeriDC;EACE,oBAAA;EfuiDH;AezhDC;EACE,aAAA;Ef2hDH;Ae5hDC;EACE,qBAAA;Ef8hDH;Ae/hDC;EACE,qBAAA;EfiiDH;AeliDC;EACE,YAAA;EfoiDH;AeriDC;EACE,qBAAA;EfuiDH;AexiDC;EACE,qBAAA;Ef0iDH;Ae3iDC;EACE,YAAA;Ef6iDH;Ae9iDC;EACE,qBAAA;EfgjDH;AejjDC;EACE,qBAAA;EfmjDH;AepjDC;EACE,YAAA;EfsjDH;AevjDC;EACE,qBAAA;EfyjDH;Ae1jDC;EACE,oBAAA;Ef4jDH;AexjDC;EACE,aAAA;Ef0jDH;Ae1kDC;EACE,YAAA;Ef4kDH;Ae7kDC;EACE,oBAAA;Ef+kDH;AehlDC;EACE,oBAAA;EfklDH;AenlDC;EACE,WAAA;EfqlDH;AetlDC;EACE,oBAAA;EfwlDH;AezlDC;EACE,oBAAA;Ef2lDH;Ae5lDC;EACE,WAAA;Ef8lDH;Ae/lDC;EACE,oBAAA;EfimDH;AelmDC;EACE,oBAAA;EfomDH;AermDC;EACE,WAAA;EfumDH;AexmDC;EACE,oBAAA;Ef0mDH;Ae3mDC;EACE,mBAAA;Ef6mDH;AezmDC;EACE,YAAA;Ef2mDH;Ae7lDC;EACE,mBAAA;Ef+lDH;AehmDC;EACE,2BAAA;EfkmDH;AenmDC;EACE,2BAAA;EfqmDH;AetmDC;EACE,kBAAA;EfwmDH;AezmDC;EACE,2BAAA;Ef2mDH;Ae5mDC;EACE,2BAAA;Ef8mDH;Ae/mDC;EACE,kBAAA;EfinDH;AelnDC;EACE,2BAAA;EfonDH;AernDC;EACE,2BAAA;EfunDH;AexnDC;EACE,kBAAA;Ef0nDH;Ae3nDC;EACE,2BAAA;Ef6nDH;Ae9nDC;EACE,0BAAA;EfgoDH;AejoDC;EACE,iBAAA;EfmoDH;AanoDD;EElCI;IACE,aAAA;IfwqDH;EejqDD;IACE,aAAA;IfmqDD;EepqDD;IACE,qBAAA;IfsqDD;EevqDD;IACE,qBAAA;IfyqDD;Ee1qDD;IACE,YAAA;If4qDD;Ee7qDD;IACE,qBAAA;If+qDD;EehrDD;IACE,qBAAA;IfkrDD;EenrDD;IACE,YAAA;IfqrDD;EetrDD;IACE,qBAAA;IfwrDD;EezrDD;IACE,qBAAA;If2rDD;Ee5rDD;IACE,YAAA;If8rDD;Ee/rDD;IACE,qBAAA;IfisDD;EelsDD;IACE,oBAAA;IfosDD;EetrDD;IACE,aAAA;IfwrDD;EezrDD;IACE,qBAAA;If2rDD;Ee5rDD;IACE,qBAAA;If8rDD;Ee/rDD;IACE,YAAA;IfisDD;EelsDD;IACE,qBAAA;IfosDD;EersDD;IACE,qBAAA;IfusDD;EexsDD;IACE,YAAA;If0sDD;Ee3sDD;IACE,qBAAA;If6sDD;Ee9sDD;IACE,qBAAA;IfgtDD;EejtDD;IACE,YAAA;IfmtDD;EeptDD;IACE,qBAAA;IfstDD;EevtDD;IACE,oBAAA;IfytDD;EertDD;IACE,aAAA;IfutDD;EevuDD;IACE,YAAA;IfyuDD;Ee1uDD;IACE,oBAAA;If4uDD;Ee7uDD;IACE,oBAAA;If+uDD;EehvDD;IACE,WAAA;IfkvDD;EenvDD;IACE,oBAAA;IfqvDD;EetvDD;IACE,oBAAA;IfwvDD;EezvDD;IACE,WAAA;If2vDD;Ee5vDD;IACE,oBAAA;If8vDD;Ee/vDD;IACE,oBAAA;IfiwDD;EelwDD;IACE,WAAA;IfowDD;EerwDD;IACE,oBAAA;IfuwDD;EexwDD;IACE,mBAAA;If0wDD;EetwDD;IACE,YAAA;IfwwDD;Ee1vDD;IACE,mBAAA;If4vDD;Ee7vDD;IACE,2BAAA;If+vDD;EehwDD;IACE,2BAAA;IfkwDD;EenwDD;IACE,kBAAA;IfqwDD;EetwDD;IACE,2BAAA;IfwwDD;EezwDD;IACE,2BAAA;If2wDD;Ee5wDD;IACE,kBAAA;If8wDD;Ee/wDD;IACE,2BAAA;IfixDD;EelxDD;IACE,2BAAA;IfoxDD;EerxDD;IACE,kBAAA;IfuxDD;EexxDD;IACE,2BAAA;If0xDD;Ee3xDD;IACE,0BAAA;If6xDD;Ee9xDD;IACE,iBAAA;IfgyDD;EACF;AaxxDD;EE3CI;IACE,aAAA;Ifs0DH;Ee/zDD;IACE,aAAA;Ifi0DD;Eel0DD;IACE,qBAAA;Ifo0DD;Eer0DD;IACE,qBAAA;Ifu0DD;Eex0DD;IACE,YAAA;If00DD;Ee30DD;IACE,qBAAA;If60DD;Ee90DD;IACE,qBAAA;Ifg1DD;Eej1DD;IACE,YAAA;Ifm1DD;Eep1DD;IACE,qBAAA;Ifs1DD;Eev1DD;IACE,qBAAA;Ify1DD;Ee11DD;IACE,YAAA;If41DD;Ee71DD;IACE,qBAAA;If+1DD;Eeh2DD;IACE,oBAAA;Ifk2DD;Eep1DD;IACE,aAAA;Ifs1DD;Eev1DD;IACE,qBAAA;Ify1DD;Ee11DD;IACE,qBAAA;If41DD;Ee71DD;IACE,YAAA;If+1DD;Eeh2DD;IACE,qBAAA;Ifk2DD;Een2DD;IACE,qBAAA;Ifq2DD;Eet2DD;IACE,YAAA;Ifw2DD;Eez2DD;IACE,qBAAA;If22DD;Ee52DD;IACE,qBAAA;If82DD;Ee/2DD;IACE,YAAA;Ifi3DD;Eel3DD;IACE,qBAAA;Ifo3DD;Eer3DD;IACE,oBAAA;Ifu3DD;Een3DD;IACE,aAAA;Ifq3DD;Eer4DD;IACE,YAAA;Ifu4DD;Eex4DD;IACE,oBAAA;If04DD;Ee34DD;IACE,oBAAA;If64DD;Ee94DD;IACE,WAAA;Ifg5DD;Eej5DD;IACE,oBAAA;Ifm5DD;Eep5DD;IACE,oBAAA;Ifs5DD;Eev5DD;IACE,WAAA;Ify5DD;Ee15DD;IACE,oBAAA;If45DD;Ee75DD;IACE,oBAAA;If+5DD;Eeh6DD;IACE,WAAA;Ifk6DD;Een6DD;IACE,oBAAA;Ifq6DD;Eet6DD;IACE,mBAAA;Ifw6DD;Eep6DD;IACE,YAAA;Ifs6DD;Eex5DD;IACE,mBAAA;If05DD;Ee35DD;IACE,2BAAA;If65DD;Ee95DD;IACE,2BAAA;Ifg6DD;Eej6DD;IACE,kBAAA;Ifm6DD;Eep6DD;IACE,2BAAA;Ifs6DD;Eev6DD;IACE,2BAAA;Ify6DD;Ee16DD;IACE,kBAAA;If46DD;Ee76DD;IACE,2BAAA;If+6DD;Eeh7DD;IACE,2BAAA;Ifk7DD;Een7DD;IACE,kBAAA;Ifq7DD;Eet7DD;IACE,2BAAA;Ifw7DD;Eez7DD;IACE,0BAAA;If27DD;Ee57DD;IACE,iBAAA;If87DD;EACF;Aan7DD;EE9CI;IACE,aAAA;Ifo+DH;Ee79DD;IACE,aAAA;If+9DD;Eeh+DD;IACE,qBAAA;Ifk+DD;Een+DD;IACE,qBAAA;Ifq+DD;Eet+DD;IACE,YAAA;Ifw+DD;Eez+DD;IACE,qBAAA;If2+DD;Ee5+DD;IACE,qBAAA;If8+DD;Ee/+DD;IACE,YAAA;Ifi/DD;Eel/DD;IACE,qBAAA;Ifo/DD;Eer/DD;IACE,qBAAA;Ifu/DD;Eex/DD;IACE,YAAA;If0/DD;Ee3/DD;IACE,qBAAA;If6/DD;Ee9/DD;IACE,oBAAA;IfggED;Eel/DD;IACE,aAAA;Ifo/DD;Eer/DD;IACE,qBAAA;Ifu/DD;Eex/DD;IACE,qBAAA;If0/DD;Ee3/DD;IACE,YAAA;If6/DD;Ee9/DD;IACE,qBAAA;IfggED;EejgED;IACE,qBAAA;IfmgED;EepgED;IACE,YAAA;IfsgED;EevgED;IACE,qBAAA;IfygED;Ee1gED;IACE,qBAAA;If4gED;Ee7gED;IACE,YAAA;If+gED;EehhED;IACE,qBAAA;IfkhED;EenhED;IACE,oBAAA;IfqhED;EejhED;IACE,aAAA;IfmhED;EeniED;IACE,YAAA;IfqiED;EetiED;IACE,oBAAA;IfwiED;EeziED;IACE,oBAAA;If2iED;Ee5iED;IACE,WAAA;If8iED;Ee/iED;IACE,oBAAA;IfijED;EeljED;IACE,oBAAA;IfojED;EerjED;IACE,WAAA;IfujED;EexjED;IACE,oBAAA;If0jED;Ee3jED;IACE,oBAAA;If6jED;Ee9jED;IACE,WAAA;IfgkED;EejkED;IACE,oBAAA;IfmkED;EepkED;IACE,mBAAA;IfskED;EelkED;IACE,YAAA;IfokED;EetjED;IACE,mBAAA;IfwjED;EezjED;IACE,2BAAA;If2jED;Ee5jED;IACE,2BAAA;If8jED;Ee/jED;IACE,kBAAA;IfikED;EelkED;IACE,2BAAA;IfokED;EerkED;IACE,2BAAA;IfukED;EexkED;IACE,kBAAA;If0kED;Ee3kED;IACE,2BAAA;If6kED;Ee9kED;IACE,2BAAA;IfglED;EejlED;IACE,kBAAA;IfmlED;EeplED;IACE,2BAAA;IfslED;EevlED;IACE,0BAAA;IfylED;Ee1lED;IACE,iBAAA;If4lED;EACF;AgBhqED;EACE,+BAAA;EhBkqED;AgBhqED;EACE,kBAAA;EACA,qBAAA;EACA,gBAAA;EACA,kBAAA;EhBkqED;AgBhqED;EACE,kBAAA;EhBkqED;AgB5pED;EACE,aAAA;EACA,iBAAA;EACA,qBAAA;EhB8pED;AgBjqED;;;;;;EAWQ,cAAA;EACA,yBAAA;EACA,qBAAA;EACA,+BAAA;EhB8pEP;AgB5qED;EAoBI,wBAAA;EACA,kCAAA;EhB2pEH;AgBhrED;;;;;;EA8BQ,eAAA;EhB0pEP;AgBxrED;EAoCI,+BAAA;EhBupEH;AgB3rED;EAyCI,2BAAA;EhBqpEH;AgB9oED;;;;;;EAOQ,cAAA;EhB+oEP;AgBpoED;EACE,2BAAA;EhBsoED;AgBvoED;;;;;;EAQQ,2BAAA;EhBuoEP;AgB/oED;;EAeM,0BAAA;EhBooEL;AgB1nED;EAEI,2BAAA;EhB2nEH;AgBlnED;EAEI,2BAAA;EhBmnEH;AgB1mED;EACE,kBAAA;EACA,aAAA;EACA,uBAAA;EhB4mED;AgBvmEG;;EACE,kBAAA;EACA,aAAA;EACA,qBAAA;EhB0mEL;AiBtvEC;;;;;;;;;;;;EAOI,2BAAA;EjB6vEL;AiBvvEC;;;;;EAMI,2BAAA;EjBwvEL;AiB3wEC;;;;;;;;;;;;EAOI,2BAAA;EjBkxEL;AiB5wEC;;;;;EAMI,2BAAA;EjB6wEL;AiBhyEC;;;;;;;;;;;;EAOI,2BAAA;EjBuyEL;AiBjyEC;;;;;EAMI,2BAAA;EjBkyEL;AiBrzEC;;;;;;;;;;;;EAOI,2BAAA;EjB4zEL;AiBtzEC;;;;;EAMI,2BAAA;EjBuzEL;AiB10EC;;;;;;;;;;;;EAOI,2BAAA;EjBi1EL;AiB30EC;;;;;EAMI,2BAAA;EjB40EL;AgB1rED;EACE,kBAAA;EACA,mBAAA;EhB4rED;AgB/nED;EAAA;IA1DI,aAAA;IACA,qBAAA;IACA,oBAAA;IACA,8CAAA;IACA,2BAAA;IhB6rED;EgBvoEH;IAlDM,kBAAA;IhB4rEH;EgB1oEH;;;;;;IAzCY,qBAAA;IhB2rET;EgBlpEH;IAjCM,WAAA;IhBsrEH;EgBrpEH;;;;;;IAxBY,gBAAA;IhBqrET;EgB7pEH;;;;;;IApBY,iBAAA;IhByrET;EgBrqEH;;;;IAPY,kBAAA;IhBkrET;EACF;AkB54ED;EACE,YAAA;EACA,WAAA;EACA,WAAA;EAIA,cAAA;ElB24ED;AkBx4ED;EACE,gBAAA;EACA,aAAA;EACA,YAAA;EACA,qBAAA;EACA,iBAAA;EACA,sBAAA;EACA,gBAAA;EACA,WAAA;EACA,kCAAA;ElB04ED;AkBv4ED;EACE,uBAAA;EACA,iBAAA;EACA,oBAAA;EACA,mBAAA;ElBy4ED;AkB93ED;Eb4BE,gCAAA;EACG,6BAAA;EACK,wBAAA;ELq2ET;AkB93ED;;EAEE,iBAAA;EACA,oBAAA;EACA,qBAAA;ElBg4ED;AkB53ED;EACE,gBAAA;ElB83ED;AkB13ED;EACE,gBAAA;EACA,aAAA;ElB43ED;AkBx3ED;;EAEE,cAAA;ElB03ED;AkBt3ED;;;EZxEE,sBAAA;EAEA,4CAAA;EACA,sBAAA;ENk8ED;AkBt3ED;EACE,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,yBAAA;EACA,gBAAA;ElBw3ED;AkB91ED;EACE,gBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,gBAAA;EACA,2BAAA;EACA,wBAAA;EACA,2BAAA;EACA,oBAAA;EbzDA,0DAAA;EACQ,kDAAA;EAyHR,wFAAA;EACK,2EAAA;EACG,wEAAA;ELkyET;AmB16EC;EACE,uBAAA;EACA,YAAA;EdUF,wFAAA;EACQ,gFAAA;ELm6ET;AKl4EC;EACE,gBAAA;EACA,YAAA;ELo4EH;AKl4EC;EAA0B,gBAAA;ELq4E3B;AKp4EC;EAAgC,gBAAA;ELu4EjC;AkBt2EC;;;EAGE,qBAAA;EACA,2BAAA;EACA,YAAA;ElBw2EH;AkBp2EC;EACE,cAAA;ElBs2EH;AkB11ED;EACE,0BAAA;ElB41ED;AkBxzED;EAxBE;;;;IAIE,mBAAA;IlBm1ED;EkBj1EC;;;;;;;;IAEE,mBAAA;IlBy1EH;EkBt1EC;;;;;;;;IAEE,mBAAA;IlB81EH;EACF;AkBp1ED;EACE,qBAAA;ElBs1ED;AkB90ED;;EAEE,oBAAA;EACA,gBAAA;EACA,kBAAA;EACA,qBAAA;ElBg1ED;AkBr1ED;;EAQI,kBAAA;EACA,oBAAA;EACA,kBAAA;EACA,qBAAA;EACA,iBAAA;ElBi1EH;AkB90ED;;;;EAIE,oBAAA;EACA,oBAAA;EACA,oBAAA;ElBg1ED;AkB70ED;;EAEE,kBAAA;ElB+0ED;AkB30ED;;EAEE,uBAAA;EACA,oBAAA;EACA,kBAAA;EACA,wBAAA;EACA,qBAAA;EACA,iBAAA;ElB60ED;AkB30ED;;EAEE,eAAA;EACA,mBAAA;ElB60ED;AkBp0EC;;;;;;EAGE,qBAAA;ElBy0EH;AkBn0EC;;;;EAEE,qBAAA;ElBu0EH;AkBj0EC;;;;EAGI,qBAAA;ElBo0EL;AkBzzED;EAEE,kBAAA;EACA,qBAAA;EAEA,kBAAA;ElByzED;AkBvzEC;;EAEE,iBAAA;EACA,kBAAA;ElByzEH;AkB5yED;ECpPE,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,oBAAA;EnBmiFD;AmBjiFC;EACE,cAAA;EACA,mBAAA;EnBmiFH;AmBhiFC;;EAEE,cAAA;EnBkiFH;AkBxzED;ECvPE,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,oBAAA;EnBkjFD;AmBhjFC;EACE,cAAA;EACA,mBAAA;EnBkjFH;AmB/iFC;;EAEE,cAAA;EnBijFH;AkBv0ED;EAKI,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;ElBq0EH;AkBj0ED;ECnQE,cAAA;EACA,oBAAA;EACA,iBAAA;EACA,wBAAA;EACA,oBAAA;EnBukFD;AmBrkFC;EACE,cAAA;EACA,mBAAA;EnBukFH;AmBpkFC;;EAEE,cAAA;EnBskFH;AkB70ED;ECtQE,cAAA;EACA,oBAAA;EACA,iBAAA;EACA,wBAAA;EACA,oBAAA;EnBslFD;AmBplFC;EACE,cAAA;EACA,mBAAA;EnBslFH;AmBnlFC;;EAEE,cAAA;EnBqlFH;AkB51ED;EAKI,cAAA;EACA,oBAAA;EACA,iBAAA;EACA,wBAAA;ElB01EH;AkBj1ED;EAEE,oBAAA;ElBk1ED;AkBp1ED;EAMI,uBAAA;ElBi1EH;AkB70ED;EACE,oBAAA;EACA,QAAA;EACA,UAAA;EACA,YAAA;EACA,gBAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,oBAAA;EACA,sBAAA;ElB+0ED;AkB70ED;EACE,aAAA;EACA,cAAA;EACA,mBAAA;ElB+0ED;AkB70ED;EACE,aAAA;EACA,cAAA;EACA,mBAAA;ElB+0ED;AkB30ED;;;;;;;;;;EC7WI,gBAAA;EnBosFH;AkBv1ED;ECzWI,uBAAA;Ed+CF,0DAAA;EACQ,kDAAA;ELqpFT;AmBnsFG;EACE,uBAAA;Ed4CJ,2EAAA;EACQ,mEAAA;EL0pFT;AkBj2ED;EC/VI,gBAAA;EACA,uBAAA;EACA,2BAAA;EnBmsFH;AkBt2ED;ECzVI,gBAAA;EnBksFH;AkBt2ED;;;;;;;;;;EChXI,gBAAA;EnBkuFH;AkBl3ED;EC5WI,uBAAA;Ed+CF,0DAAA;EACQ,kDAAA;ELmrFT;AmBjuFG;EACE,uBAAA;Ed4CJ,2EAAA;EACQ,mEAAA;ELwrFT;AkB53ED;EClWI,gBAAA;EACA,uBAAA;EACA,2BAAA;EnBiuFH;AkBj4ED;EC5VI,gBAAA;EnBguFH;AkBj4ED;;;;;;;;;;ECnXI,gBAAA;EnBgwFH;AkB74ED;EC/WI,uBAAA;Ed+CF,0DAAA;EACQ,kDAAA;ELitFT;AmB/vFG;EACE,uBAAA;Ed4CJ,2EAAA;EACQ,mEAAA;ELstFT;AkBv5ED;ECrWI,gBAAA;EACA,uBAAA;EACA,2BAAA;EnB+vFH;AkB55ED;EC/VI,gBAAA;EnB8vFH;AkBx5EC;EACG,WAAA;ElB05EJ;AkBx5EC;EACG,QAAA;ElB05EJ;AkBh5ED;EACE,gBAAA;EACA,iBAAA;EACA,qBAAA;EACA,gBAAA;ElBk5ED;AkB/zED;EAAA;IA9DM,uBAAA;IACA,kBAAA;IACA,wBAAA;IlBi4EH;EkBr0EH;IAvDM,uBAAA;IACA,aAAA;IACA,wBAAA;IlB+3EH;EkB10EH;IAhDM,uBAAA;IlB63EH;EkB70EH;IA5CM,uBAAA;IACA,wBAAA;IlB43EH;EkBj1EH;;;IAtCQ,aAAA;IlB43EL;EkBt1EH;IAhCM,aAAA;IlBy3EH;EkBz1EH;IA5BM,kBAAA;IACA,wBAAA;IlBw3EH;EkB71EH;;IApBM,uBAAA;IACA,eAAA;IACA,kBAAA;IACA,wBAAA;IlBq3EH;EkBp2EH;;IAdQ,iBAAA;IlBs3EL;EkBx2EH;;IATM,oBAAA;IACA,gBAAA;IlBq3EH;EkB72EH;IAHM,QAAA;IlBm3EH;EACF;AkBz2ED;;;;EASI,eAAA;EACA,kBAAA;EACA,kBAAA;ElBs2EH;AkBj3ED;;EAiBI,kBAAA;ElBo2EH;AkBr3ED;EJzeE,oBAAA;EACA,qBAAA;Edi2FD;AkBl1EC;EAAA;IAVI,mBAAA;IACA,kBAAA;IACA,kBAAA;IlBg2EH;EACF;AkBh4ED;EAwCI,aAAA;ElB21EH;AkB90EC;EAAA;IAHM,0BAAA;IlBq1EL;EACF;AkB50EC;EAAA;IAHM,kBAAA;IlBm1EL;EACF;AoB73FD;EACE,uBAAA;EACA,kBAAA;EACA,qBAAA;EACA,oBAAA;EACA,wBAAA;EACA,gCAAA;MAAA,4BAAA;EACA,iBAAA;EACA,wBAAA;EACA,+BAAA;EACA,qBAAA;EC6BA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,oBAAA;EhB4KA,2BAAA;EACG,wBAAA;EACC,uBAAA;EACI,mBAAA;ELwrFT;AoBh4FG;;;;;;EdrBF,sBAAA;EAEA,4CAAA;EACA,sBAAA;EN45FD;AoBp4FC;;;EAGE,gBAAA;EACA,uBAAA;EpBs4FH;AoBn4FC;;EAEE,YAAA;EACA,wBAAA;Ef2BF,0DAAA;EACQ,kDAAA;EL22FT;AoBn4FC;;;EAGE,qBAAA;EACA,sBAAA;EE9CF,eAAA;EAGA,2BAAA;EjB8DA,0BAAA;EACQ,kBAAA;ELq3FT;AoB/3FD;ECrDE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBu7FD;AqBr7FC;;;;;;EAME,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBu7FP;AqBr7FC;;;EAGE,wBAAA;ErBu7FH;AqBl7FG;;;;;;;;;;;;;;;;;;EAME,2BAAA;EACI,uBAAA;ErBg8FT;AoBx6FD;ECnBI,gBAAA;EACA,2BAAA;ErB87FH;AoBz6FD;ECxDE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBo+FD;AqBl+FC;;;;;;EAME,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBo+FP;AqBl+FC;;;EAGE,wBAAA;ErBo+FH;AqB/9FG;;;;;;;;;;;;;;;;;;EAME,2BAAA;EACI,uBAAA;ErB6+FT;AoBl9FD;ECtBI,gBAAA;EACA,2BAAA;ErB2+FH;AoBl9FD;EC5DE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBihGD;AqB/gGC;;;;;;EAME,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBihGP;AqB/gGC;;;EAGE,wBAAA;ErBihGH;AqB5gGG;;;;;;;;;;;;;;;;;;EAME,2BAAA;EACI,uBAAA;ErB0hGT;AoB3/FD;EC1BI,gBAAA;EACA,2BAAA;ErBwhGH;AoB3/FD;EChEE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErB8jGD;AqB5jGC;;;;;;EAME,gBAAA;EACA,2BAAA;EACI,uBAAA;ErB8jGP;AqB5jGC;;;EAGE,wBAAA;ErB8jGH;AqBzjGG;;;;;;;;;;;;;;;;;;EAME,2BAAA;EACI,uBAAA;ErBukGT;AoBpiGD;EC9BI,gBAAA;EACA,2BAAA;ErBqkGH;AoBpiGD;ECpEE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErB2mGD;AqBzmGC;;;;;;EAME,gBAAA;EACA,2BAAA;EACI,uBAAA;ErB2mGP;AqBzmGC;;;EAGE,wBAAA;ErB2mGH;AqBtmGG;;;;;;;;;;;;;;;;;;EAME,2BAAA;EACI,uBAAA;ErBonGT;AoB7kGD;EClCI,gBAAA;EACA,2BAAA;ErBknGH;AoB7kGD;ECxEE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBwpGD;AqBtpGC;;;;;;EAME,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBwpGP;AqBtpGC;;;EAGE,wBAAA;ErBwpGH;AqBnpGG;;;;;;;;;;;;;;;;;;EAME,2BAAA;EACI,uBAAA;ErBiqGT;AoBtnGD;ECtCI,gBAAA;EACA,2BAAA;ErB+pGH;AoBjnGD;EACE,gBAAA;EACA,qBAAA;EACA,kBAAA;EpBmnGD;AoBjnGC;;;;;EAKE,+BAAA;Ef7BF,0BAAA;EACQ,kBAAA;ELipGT;AoBlnGC;;;;EAIE,2BAAA;EpBonGH;AoBlnGC;;EAEE,gBAAA;EACA,4BAAA;EACA,+BAAA;EpBonGH;AoBhnGG;;;;EAEE,gBAAA;EACA,uBAAA;EpBonGL;AoB3mGD;;EC/EE,oBAAA;EACA,iBAAA;EACA,wBAAA;EACA,oBAAA;ErB8rGD;AoB9mGD;;ECnFE,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,oBAAA;ErBqsGD;AoBjnGD;;ECvFE,kBAAA;EACA,iBAAA;EACA,kBAAA;EACA,oBAAA;ErB4sGD;AoBhnGD;EACE,gBAAA;EACA,aAAA;EpBknGD;AoB9mGD;EACE,iBAAA;EpBgnGD;AoBzmGC;;;EACE,aAAA;EpB6mGH;AuBjwGD;EACE,YAAA;ElBoLA,0CAAA;EACK,qCAAA;EACG,kCAAA;ELglGT;AuBpwGC;EACE,YAAA;EvBswGH;AuBlwGD;EACE,eAAA;EACA,oBAAA;EvBowGD;AuBlwGC;EAAY,gBAAA;EAAgB,qBAAA;EvBswG7B;AuBrwGC;EAAY,oBAAA;EvBwwGb;AuBvwGC;EAAY,0BAAA;EvB0wGb;AuBvwGD;EACE,oBAAA;EACA,WAAA;EACA,kBAAA;ElBsKA,iDAAA;EACQ,4CAAA;KAAA,yCAAA;EAOR,oCAAA;EACQ,+BAAA;KAAA,4BAAA;EAGR,0CAAA;EACQ,qCAAA;KAAA,kCAAA;EL4lGT;AwBtyGD;EACE,uBAAA;EACA,UAAA;EACA,WAAA;EACA,kBAAA;EACA,wBAAA;EACA,uBAAA;EACA,qCAAA;EACA,oCAAA;ExBwyGD;AwBpyGD;;EAEE,oBAAA;ExBsyGD;AwBlyGD;EACE,YAAA;ExBoyGD;AwBhyGD;EACE,oBAAA;EACA,WAAA;EACA,SAAA;EACA,eAAA;EACA,eAAA;EACA,aAAA;EACA,kBAAA;EACA,gBAAA;EACA,iBAAA;EACA,kBAAA;EACA,iBAAA;EACA,kBAAA;EACA,2BAAA;EACA,2BAAA;EACA,uCAAA;EACA,oBAAA;EnBuBA,qDAAA;EACQ,6CAAA;EmBtBR,sCAAA;UAAA,8BAAA;ExBmyGD;AwB9xGC;EACE,UAAA;EACA,YAAA;ExBgyGH;AwBzzGD;ECxBE,aAAA;EACA,eAAA;EACA,kBAAA;EACA,2BAAA;EzBo1GD;AwB/zGD;EAmCI,gBAAA;EACA,mBAAA;EACA,aAAA;EACA,qBAAA;EACA,yBAAA;EACA,gBAAA;EACA,qBAAA;ExB+xGH;AwBzxGC;;EAEE,uBAAA;EACA,gBAAA;EACA,2BAAA;ExB2xGH;AwBrxGC;;;EAGE,gBAAA;EACA,uBAAA;EACA,YAAA;EACA,2BAAA;ExBuxGH;AwB9wGC;;;EAGE,gBAAA;ExBgxGH;AwB5wGC;;EAEE,uBAAA;EACA,+BAAA;EACA,wBAAA;EE1GF,qEAAA;EF4GE,qBAAA;ExB8wGH;AwBzwGD;EAGI,gBAAA;ExBywGH;AwB5wGD;EAQI,YAAA;ExBuwGH;AwB/vGD;EACE,YAAA;EACA,UAAA;ExBiwGD;AwBzvGD;EACE,SAAA;EACA,aAAA;ExB2vGD;AwBvvGD;EACE,gBAAA;EACA,mBAAA;EACA,iBAAA;EACA,yBAAA;EACA,gBAAA;EACA,qBAAA;ExByvGD;AwBrvGD;EACE,iBAAA;EACA,SAAA;EACA,UAAA;EACA,WAAA;EACA,QAAA;EACA,cAAA;ExBuvGD;AwBnvGD;EACE,UAAA;EACA,YAAA;ExBqvGD;AwB7uGD;;EAII,eAAA;EACA,0BAAA;EACA,aAAA;ExB6uGH;AwBnvGD;;EAUI,WAAA;EACA,cAAA;EACA,oBAAA;ExB6uGH;AwBxtGD;EAXE;IAnEA,YAAA;IACA,UAAA;IxB0yGC;EwBxuGD;IAzDA,SAAA;IACA,aAAA;IxBoyGC;EACF;A2Bn7GD;;EAEE,oBAAA;EACA,uBAAA;EACA,wBAAA;E3Bq7GD;A2Bz7GD;;EAMI,oBAAA;EACA,aAAA;E3Bu7GH;A2Br7GG;;;;;;;;EAIE,YAAA;E3B27GL;A2Br7GD;;;;EAKI,mBAAA;E3Bs7GH;A2Bj7GD;EACE,mBAAA;E3Bm7GD;A2Bp7GD;;EAMI,aAAA;E3Bk7GH;A2Bx7GD;;;EAWI,kBAAA;E3Bk7GH;A2B96GD;EACE,kBAAA;E3Bg7GD;A2B56GD;EACE,gBAAA;E3B86GD;A2B76GC;ECjDA,+BAAA;EACG,4BAAA;E5Bi+GJ;A2B56GD;;EC9CE,8BAAA;EACG,2BAAA;E5B89GJ;A2B36GD;EACE,aAAA;E3B66GD;A2B36GD;EACE,kBAAA;E3B66GD;A2B36GD;;EClEE,+BAAA;EACG,4BAAA;E5Bi/GJ;A2B16GD;EChEE,8BAAA;EACG,2BAAA;E5B6+GJ;A2Bz6GD;;EAEE,YAAA;E3B26GD;A2B15GD;EACE,mBAAA;EACA,oBAAA;E3B45GD;A2B15GD;EACE,oBAAA;EACA,qBAAA;E3B45GD;A2Bv5GD;EtB9CE,0DAAA;EACQ,kDAAA;ELw8GT;A2Bv5GC;EtBlDA,0BAAA;EACQ,kBAAA;EL48GT;A2Bp5GD;EACE,gBAAA;E3Bs5GD;A2Bn5GD;EACE,yBAAA;EACA,wBAAA;E3Bq5GD;A2Bl5GD;EACE,yBAAA;E3Bo5GD;A2B74GD;;;EAII,gBAAA;EACA,aAAA;EACA,aAAA;EACA,iBAAA;E3B84GH;A2Br5GD;EAcM,aAAA;E3B04GL;A2Bx5GD;;;;EAsBI,kBAAA;EACA,gBAAA;E3Bw4GH;A2Bn4GC;EACE,kBAAA;E3Bq4GH;A2Bn4GC;EACE,8BAAA;ECnKF,+BAAA;EACC,8BAAA;E5ByiHF;A2Bp4GC;EACE,gCAAA;EC/KF,4BAAA;EACC,2BAAA;E5BsjHF;A2Bp4GD;EACE,kBAAA;E3Bs4GD;A2Bp4GD;;EC9KE,+BAAA;EACC,8BAAA;E5BsjHF;A2Bn4GD;EC5LE,4BAAA;EACC,2BAAA;E5BkkHF;A2B/3GD;EACE,gBAAA;EACA,aAAA;EACA,qBAAA;EACA,2BAAA;E3Bi4GD;A2Br4GD;;EAOI,aAAA;EACA,qBAAA;EACA,WAAA;E3Bk4GH;A2B34GD;EAYI,aAAA;E3Bk4GH;A2B94GD;EAgBI,YAAA;E3Bi4GH;A2Bh3GD;;;;EAKM,oBAAA;EACA,wBAAA;EACA,sBAAA;E3Bi3GL;A6B1lHD;EACE,oBAAA;EACA,gBAAA;EACA,2BAAA;E7B4lHD;A6BzlHC;EACE,aAAA;EACA,iBAAA;EACA,kBAAA;E7B2lHH;A6BpmHD;EAeI,oBAAA;EACA,YAAA;EAKA,aAAA;EAEA,aAAA;EACA,kBAAA;E7BmlHH;A6B1kHD;;;EV8BE,cAAA;EACA,oBAAA;EACA,iBAAA;EACA,wBAAA;EACA,oBAAA;EnBijHD;AmB/iHC;;;EACE,cAAA;EACA,mBAAA;EnBmjHH;AmBhjHC;;;;;;EAEE,cAAA;EnBsjHH;A6B5lHD;;;EVyBE,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,oBAAA;EnBwkHD;AmBtkHC;;;EACE,cAAA;EACA,mBAAA;EnB0kHH;AmBvkHC;;;;;;EAEE,cAAA;EnB6kHH;A6B1mHD;;;EAGE,qBAAA;E7B4mHD;A6B1mHC;;;EACE,kBAAA;E7B8mHH;A6B1mHD;;EAEE,WAAA;EACA,qBAAA;EACA,wBAAA;E7B4mHD;A6BvmHD;EACE,mBAAA;EACA,iBAAA;EACA,qBAAA;EACA,gBAAA;EACA,gBAAA;EACA,oBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;E7BymHD;A6BtmHC;EACE,mBAAA;EACA,iBAAA;EACA,oBAAA;E7BwmHH;A6BtmHC;EACE,oBAAA;EACA,iBAAA;EACA,oBAAA;E7BwmHH;A6B5nHD;;EA0BI,eAAA;E7BsmHH;A6BjmHD;;;;;;;EDhGE,+BAAA;EACG,4BAAA;E5B0sHJ;A6BlmHD;EACE,iBAAA;E7BomHD;A6BlmHD;;;;;;;EDpGE,8BAAA;EACG,2BAAA;E5B+sHJ;A6BnmHD;EACE,gBAAA;E7BqmHD;A6BhmHD;EACE,oBAAA;EAGA,cAAA;EACA,qBAAA;E7BgmHD;A6BrmHD;EAUI,oBAAA;E7B8lHH;A6BxmHD;EAYM,mBAAA;E7B+lHL;A6B5lHG;;;EAGE,YAAA;E7B8lHL;A6BzlHC;;EAGI,oBAAA;E7B0lHL;A6BvlHC;;EAGI,mBAAA;E7BwlHL;A8BlvHD;EACE,kBAAA;EACA,iBAAA;EACA,kBAAA;E9BovHD;A8BvvHD;EAOI,oBAAA;EACA,gBAAA;E9BmvHH;A8B3vHD;EAWM,oBAAA;EACA,gBAAA;EACA,oBAAA;E9BmvHL;A8BlvHK;;EAEE,uBAAA;EACA,2BAAA;E9BovHP;A8B/uHG;EACE,gBAAA;E9BivHL;A8B/uHK;;EAEE,gBAAA;EACA,uBAAA;EACA,+BAAA;EACA,qBAAA;E9BivHP;A8B1uHG;;;EAGE,2BAAA;EACA,uBAAA;E9B4uHL;A8BrxHD;ELHE,aAAA;EACA,eAAA;EACA,kBAAA;EACA,2BAAA;EzB2xHD;A8B3xHD;EA0DI,iBAAA;E9BouHH;A8B3tHD;EACE,kCAAA;E9B6tHD;A8B9tHD;EAGI,aAAA;EAEA,qBAAA;E9B6tHH;A8BluHD;EASM,mBAAA;EACA,yBAAA;EACA,+BAAA;EACA,4BAAA;E9B4tHL;A8B3tHK;EACE,uCAAA;E9B6tHP;A8BvtHK;;;EAGE,gBAAA;EACA,2BAAA;EACA,2BAAA;EACA,kCAAA;EACA,iBAAA;E9BytHP;A8BptHC;EAqDA,aAAA;EA8BA,kBAAA;E9BqoHD;A8BxtHC;EAwDE,aAAA;E9BmqHH;A8B3tHC;EA0DI,oBAAA;EACA,oBAAA;E9BoqHL;A8B/tHC;EAgEE,WAAA;EACA,YAAA;E9BkqHH;A8BtpHD;EAAA;IAPM,qBAAA;IACA,WAAA;I9BiqHH;E8B3pHH;IAJQ,kBAAA;I9BkqHL;EACF;A8B5uHC;EAuFE,iBAAA;EACA,oBAAA;E9BwpHH;A8BhvHC;;;EA8FE,2BAAA;E9BupHH;A8BzoHD;EAAA;IATM,kCAAA;IACA,4BAAA;I9BspHH;E8B9oHH;;;IAHM,8BAAA;I9BspHH;EACF;A8BvvHD;EAEI,aAAA;E9BwvHH;A8B1vHD;EAMM,oBAAA;E9BuvHL;A8B7vHD;EASM,kBAAA;E9BuvHL;A8BlvHK;;;EAGE,gBAAA;EACA,2BAAA;E9BovHP;A8B5uHD;EAEI,aAAA;E9B6uHH;A8B/uHD;EAIM,iBAAA;EACA,gBAAA;E9B8uHL;A8BluHD;EACE,aAAA;E9BouHD;A8BruHD;EAII,aAAA;E9BouHH;A8BxuHD;EAMM,oBAAA;EACA,oBAAA;E9BquHL;A8B5uHD;EAYI,WAAA;EACA,YAAA;E9BmuHH;A8BvtHD;EAAA;IAPM,qBAAA;IACA,WAAA;I9BkuHH;E8B5tHH;IAJQ,kBAAA;I9BmuHL;EACF;A8B3tHD;EACE,kBAAA;E9B6tHD;A8B9tHD;EAKI,iBAAA;EACA,oBAAA;E9B4tHH;A8BluHD;;;EAYI,2BAAA;E9B2tHH;A8B7sHD;EAAA;IATM,kCAAA;IACA,4BAAA;I9B0tHH;E8BltHH;;;IAHM,8BAAA;I9B0tHH;EACF;A8BjtHD;EAEI,eAAA;EACA,oBAAA;E9BktHH;A8BrtHD;EAMI,gBAAA;EACA,qBAAA;E9BktHH;A8BzsHD;EAEE,kBAAA;EF7OA,4BAAA;EACC,2BAAA;E5Bw7HF;A+Bl7HD;EACE,oBAAA;EACA,kBAAA;EACA,qBAAA;EACA,+BAAA;E/Bo7HD;A+B56HD;EAAA;IAFI,oBAAA;I/Bk7HD;EACF;A+Bn6HD;EAAA;IAFI,aAAA;I/By6HD;EACF;A+B35HD;EACE,qBAAA;EACA,qBAAA;EACA,oBAAA;EACA,mCAAA;EACA,4DAAA;UAAA,oDAAA;EAEA,mCAAA;E/B45HD;A+B15HC;EACE,kBAAA;E/B45HH;A+B/3HD;EAAA;IAzBI,aAAA;IACA,eAAA;IACA,0BAAA;YAAA,kBAAA;I/B45HD;E+B15HC;IACE,2BAAA;IACA,gCAAA;IACA,yBAAA;IACA,mBAAA;IACA,8BAAA;I/B45HH;E+Bz5HC;IACE,qBAAA;I/B25HH;E+Bt5HC;;;IAGE,iBAAA;IACA,kBAAA;I/Bw5HH;EACF;A+Bp5HD;;EAGI,mBAAA;E/Bq5HH;A+Bh5HC;EAAA;;IAFI,mBAAA;I/Bu5HH;EACF;A+B94HD;;;;EAII,qBAAA;EACA,oBAAA;E/Bg5HH;A+B14HC;EAAA;;;;IAHI,iBAAA;IACA,gBAAA;I/Bo5HH;EACF;A+Bx4HD;EACE,eAAA;EACA,uBAAA;E/B04HD;A+Br4HD;EAAA;IAFI,kBAAA;I/B24HD;EACF;A+Bv4HD;;EAEE,iBAAA;EACA,UAAA;EACA,SAAA;EACA,eAAA;E/By4HD;A+Bn4HD;EAAA;;IAFI,kBAAA;I/B04HD;EACF;A+Bx4HD;EACE,QAAA;EACA,uBAAA;E/B04HD;A+Bx4HD;EACE,WAAA;EACA,kBAAA;EACA,uBAAA;E/B04HD;A+Bp4HD;EACE,aAAA;EACA,oBAAA;EACA,iBAAA;EACA,mBAAA;EACA,cAAA;E/Bs4HD;A+Bp4HC;;EAEE,uBAAA;E/Bs4HH;A+B/4HD;EAaI,gBAAA;E/Bq4HH;A+B53HD;EALI;;IAEE,oBAAA;I/Bo4HH;EACF;A+B13HD;EACE,oBAAA;EACA,cAAA;EACA,oBAAA;EACA,mBAAA;EC/LA,iBAAA;EACA,oBAAA;EDgMA,+BAAA;EACA,wBAAA;EACA,+BAAA;EACA,oBAAA;E/B63HD;A+Bz3HC;EACE,YAAA;E/B23HH;A+Bz4HD;EAmBI,gBAAA;EACA,aAAA;EACA,aAAA;EACA,oBAAA;E/By3HH;A+B/4HD;EAyBI,iBAAA;E/By3HH;A+Bn3HD;EAAA;IAFI,eAAA;I/By3HD;EACF;A+Bh3HD;EACE,qBAAA;E/Bk3HD;A+Bn3HD;EAII,mBAAA;EACA,sBAAA;EACA,mBAAA;E/Bk3HH;A+Bt1HC;EAAA;IAtBI,kBAAA;IACA,aAAA;IACA,aAAA;IACA,eAAA;IACA,+BAAA;IACA,WAAA;IACA,0BAAA;YAAA,kBAAA;I/Bg3HH;E+Bh2HD;;IAbM,4BAAA;I/Bi3HL;E+Bp2HD;IAVM,mBAAA;I/Bi3HL;E+Bh3HK;;IAEE,wBAAA;I/Bk3HP;EACF;A+Bh2HD;EAAA;IAXI,aAAA;IACA,WAAA;I/B+2HD;E+Br2HH;IAPM,aAAA;I/B+2HH;E+Bx2HH;IALQ,mBAAA;IACA,sBAAA;I/Bg3HL;EACF;A+Br2HD;EACE,oBAAA;EACA,qBAAA;EACA,oBAAA;EACA,mCAAA;EACA,sCAAA;E1B/NA,8FAAA;EACQ,sFAAA;E2B/DR,iBAAA;EACA,oBAAA;EhCuoID;AkB9pHD;EAAA;IA9DM,uBAAA;IACA,kBAAA;IACA,wBAAA;IlBguHH;EkBpqHH;IAvDM,uBAAA;IACA,aAAA;IACA,wBAAA;IlB8tHH;EkBzqHH;IAhDM,uBAAA;IlB4tHH;EkB5qHH;IA5CM,uBAAA;IACA,wBAAA;IlB2tHH;EkBhrHH;;;IAtCQ,aAAA;IlB2tHL;EkBrrHH;IAhCM,aAAA;IlBwtHH;EkBxrHH;IA5BM,kBAAA;IACA,wBAAA;IlButHH;EkB5rHH;;IApBM,uBAAA;IACA,eAAA;IACA,kBAAA;IACA,wBAAA;IlBotHH;EkBnsHH;;IAdQ,iBAAA;IlBqtHL;EkBvsHH;;IATM,oBAAA;IACA,gBAAA;IlBotHH;EkB5sHH;IAHM,QAAA;IlBktHH;EACF;A+B94HC;EAAA;IANI,oBAAA;I/Bw5HH;E+Bt5HG;IACE,kBAAA;I/Bw5HL;EACF;A+Bv4HD;EAAA;IARI,aAAA;IACA,WAAA;IACA,gBAAA;IACA,iBAAA;IACA,gBAAA;IACA,mBAAA;I1B1PF,0BAAA;IACQ,kBAAA;IL8oIP;EACF;A+B74HD;EACE,eAAA;EHrUA,4BAAA;EACC,2BAAA;E5BqtIF;A+B74HD;EACE,kBAAA;EH1UA,8BAAA;EACC,6BAAA;EAOD,+BAAA;EACC,8BAAA;E5BotIF;A+Bz4HD;ECjVE,iBAAA;EACA,oBAAA;EhC6tID;A+B14HC;ECpVA,kBAAA;EACA,qBAAA;EhCiuID;A+B34HC;ECvVA,kBAAA;EACA,qBAAA;EhCquID;A+Br4HD;ECjWE,kBAAA;EACA,qBAAA;EhCyuID;A+Bj4HD;EAAA;IAJI,aAAA;IACA,mBAAA;IACA,oBAAA;I/By4HD;EACF;A+B52HD;EAhBE;IEzWA,wBAAA;IjCyuIC;E+B/3HD;IE7WA,yBAAA;IF+WE,qBAAA;I/Bi4HD;E+Bn4HD;IAKI,iBAAA;I/Bi4HH;EACF;A+Bx3HD;EACE,2BAAA;EACA,uBAAA;E/B03HD;A+B53HD;EAKI,gBAAA;E/B03HH;A+Bz3HG;;EAEE,gBAAA;EACA,+BAAA;E/B23HL;A+Bp4HD;EAcI,gBAAA;E/By3HH;A+Bv4HD;EAmBM,gBAAA;E/Bu3HL;A+Br3HK;;EAEE,gBAAA;EACA,+BAAA;E/Bu3HP;A+Bn3HK;;;EAGE,gBAAA;EACA,2BAAA;E/Bq3HP;A+Bj3HK;;;EAGE,gBAAA;EACA,+BAAA;E/Bm3HP;A+B35HD;EA8CI,uBAAA;E/Bg3HH;A+B/2HG;;EAEE,2BAAA;E/Bi3HL;A+Bl6HD;EAoDM,2BAAA;E/Bi3HL;A+Br6HD;;EA0DI,uBAAA;E/B+2HH;A+Bx2HK;;;EAGE,2BAAA;EACA,gBAAA;E/B02HP;A+Bz0HC;EAAA;IAzBQ,gBAAA;I/Bs2HP;E+Br2HO;;IAEE,gBAAA;IACA,+BAAA;I/Bu2HT;E+Bn2HO;;;IAGE,gBAAA;IACA,2BAAA;I/Bq2HT;E+Bj2HO;;;IAGE,gBAAA;IACA,+BAAA;I/Bm2HT;EACF;A+Br8HD;EA8GI,gBAAA;E/B01HH;A+Bz1HG;EACE,gBAAA;E/B21HL;A+B38HD;EAqHI,gBAAA;E/By1HH;A+Bx1HG;;EAEE,gBAAA;E/B01HL;A+Bt1HK;;;;EAEE,gBAAA;E/B01HP;A+Bl1HD;EACE,2BAAA;EACA,uBAAA;E/Bo1HD;A+Bt1HD;EAKI,gBAAA;E/Bo1HH;A+Bn1HG;;EAEE,gBAAA;EACA,+BAAA;E/Bq1HL;A+B91HD;EAcI,gBAAA;E/Bm1HH;A+Bj2HD;EAmBM,gBAAA;E/Bi1HL;A+B/0HK;;EAEE,gBAAA;EACA,+BAAA;E/Bi1HP;A+B70HK;;;EAGE,gBAAA;EACA,2BAAA;E/B+0HP;A+B30HK;;;EAGE,gBAAA;EACA,+BAAA;E/B60HP;A+Br3HD;EA+CI,uBAAA;E/By0HH;A+Bx0HG;;EAEE,2BAAA;E/B00HL;A+B53HD;EAqDM,2BAAA;E/B00HL;A+B/3HD;;EA2DI,uBAAA;E/Bw0HH;A+Bl0HK;;;EAGE,2BAAA;EACA,gBAAA;E/Bo0HP;A+B7xHC;EAAA;IA/BQ,uBAAA;I/Bg0HP;E+BjyHD;IA5BQ,2BAAA;I/Bg0HP;E+BpyHD;IAzBQ,gBAAA;I/Bg0HP;E+B/zHO;;IAEE,gBAAA;IACA,+BAAA;I/Bi0HT;E+B7zHO;;;IAGE,gBAAA;IACA,2BAAA;I/B+zHT;E+B3zHO;;;IAGE,gBAAA;IACA,+BAAA;I/B6zHT;EACF;A+Br6HD;EA+GI,gBAAA;E/ByzHH;A+BxzHG;EACE,gBAAA;E/B0zHL;A+B36HD;EAsHI,gBAAA;E/BwzHH;A+BvzHG;;EAEE,gBAAA;E/ByzHL;A+BrzHK;;;;EAEE,gBAAA;E/ByzHP;AkCp8ID;EACE,mBAAA;EACA,qBAAA;EACA,kBAAA;EACA,2BAAA;EACA,oBAAA;ElCs8ID;AkC38ID;EAQI,uBAAA;ElCs8IH;AkC98ID;EAWM,mBAAA;EACA,gBAAA;EACA,gBAAA;ElCs8IL;AkCn9ID;EAkBI,gBAAA;ElCo8IH;AmCx9ID;EACE,uBAAA;EACA,iBAAA;EACA,gBAAA;EACA,oBAAA;EnC09ID;AmC99ID;EAOI,iBAAA;EnC09IH;AmCj+ID;;EAUM,oBAAA;EACA,aAAA;EACA,mBAAA;EACA,yBAAA;EACA,uBAAA;EACA,gBAAA;EACA,2BAAA;EACA,2BAAA;EACA,mBAAA;EnC29IL;AmCz9IG;;EAGI,gBAAA;EPXN,gCAAA;EACG,6BAAA;E5Bs+IJ;AmCx9IG;;EPvBF,iCAAA;EACG,8BAAA;E5Bm/IJ;AmCn9IG;;;;EAEE,gBAAA;EACA,2BAAA;EACA,uBAAA;EnCu9IL;AmCj9IG;;;;;;EAGE,YAAA;EACA,gBAAA;EACA,2BAAA;EACA,uBAAA;EACA,iBAAA;EnCs9IL;AmC5gJD;;;;;;EAiEM,gBAAA;EACA,2BAAA;EACA,uBAAA;EACA,qBAAA;EnCm9IL;AmC18ID;;EC1EM,oBAAA;EACA,iBAAA;EpCwhJL;AoCthJG;;ERMF,gCAAA;EACG,6BAAA;E5BohJJ;AoCrhJG;;ERRF,iCAAA;EACG,8BAAA;E5BiiJJ;AmCp9ID;;EC/EM,mBAAA;EACA,iBAAA;EpCuiJL;AoCriJG;;ERMF,gCAAA;EACG,6BAAA;E5BmiJJ;AoCpiJG;;ERRF,iCAAA;EACG,8BAAA;E5BgjJJ;AqCnjJD;EACE,iBAAA;EACA,gBAAA;EACA,kBAAA;EACA,oBAAA;ErCqjJD;AqCzjJD;EAOI,iBAAA;ErCqjJH;AqC5jJD;;EAUM,uBAAA;EACA,mBAAA;EACA,2BAAA;EACA,2BAAA;EACA,qBAAA;ErCsjJL;AqCpkJD;;EAmBM,uBAAA;EACA,2BAAA;ErCqjJL;AqCzkJD;;EA2BM,cAAA;ErCkjJL;AqC7kJD;;EAkCM,aAAA;ErC+iJL;AqCjlJD;;;;EA2CM,gBAAA;EACA,2BAAA;EACA,qBAAA;ErC4iJL;AsC1lJD;EACE,iBAAA;EACA,yBAAA;EACA,gBAAA;EACA,mBAAA;EACA,gBAAA;EACA,gBAAA;EACA,oBAAA;EACA,qBAAA;EACA,0BAAA;EACA,sBAAA;EtC4lJD;AsCxlJG;;EAEE,gBAAA;EACA,uBAAA;EACA,iBAAA;EtC0lJL;AsCrlJC;EACE,eAAA;EtCulJH;AsCnlJC;EACE,oBAAA;EACA,WAAA;EtCqlJH;AsC9kJD;ECtCE,2BAAA;EvCunJD;AuCpnJG;;EAEE,2BAAA;EvCsnJL;AsCjlJD;EC1CE,2BAAA;EvC8nJD;AuC3nJG;;EAEE,2BAAA;EvC6nJL;AsCplJD;EC9CE,2BAAA;EvCqoJD;AuCloJG;;EAEE,2BAAA;EvCooJL;AsCvlJD;EClDE,2BAAA;EvC4oJD;AuCzoJG;;EAEE,2BAAA;EvC2oJL;AsC1lJD;ECtDE,2BAAA;EvCmpJD;AuChpJG;;EAEE,2BAAA;EvCkpJL;AsC7lJD;EC1DE,2BAAA;EvC0pJD;AuCvpJG;;EAEE,2BAAA;EvCypJL;AwC3pJD;EACE,uBAAA;EACA,iBAAA;EACA,kBAAA;EACA,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,gBAAA;EACA,0BAAA;EACA,qBAAA;EACA,oBAAA;EACA,2BAAA;EACA,qBAAA;ExC6pJD;AwC1pJC;EACE,eAAA;ExC4pJH;AwCxpJC;EACE,oBAAA;EACA,WAAA;ExC0pJH;AwCvpJC;EACE,QAAA;EACA,kBAAA;ExCypJH;AwCppJG;;EAEE,gBAAA;EACA,uBAAA;EACA,iBAAA;ExCspJL;AwCjpJC;;EAEE,gBAAA;EACA,2BAAA;ExCmpJH;AwChpJC;EACE,cAAA;ExCkpJH;AwC/oJC;EACE,mBAAA;ExCipJH;AwC9oJC;EACE,kBAAA;ExCgpJH;AyCzsJD;EACE,oBAAA;EACA,qBAAA;EACA,gBAAA;EACA,2BAAA;EzC2sJD;AyC/sJD;;EAQI,gBAAA;EzC2sJH;AyCntJD;EAYI,qBAAA;EACA,iBAAA;EACA,kBAAA;EzC0sJH;AyCxtJD;EAkBI,2BAAA;EzCysJH;AyCtsJC;;EAEE,oBAAA;EzCwsJH;AyC/tJD;EA2BI,iBAAA;EzCusJH;AyCtrJD;EAAA;IAbI,iBAAA;IzCusJD;EyCrsJC;;IAEE,oBAAA;IACA,qBAAA;IzCusJH;EyC/rJH;;IAHM,iBAAA;IzCssJH;EACF;A0C/uJD;EACE,gBAAA;EACA,cAAA;EACA,qBAAA;EACA,yBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;ErCiLA,6CAAA;EACK,wCAAA;EACG,qCAAA;ELikJT;A0C3vJD;;EAaI,mBAAA;EACA,oBAAA;E1CkvJH;A0C9uJC;;;EAGE,uBAAA;E1CgvJH;A0CrwJD;EA0BI,cAAA;EACA,gBAAA;E1C8uJH;A2CvwJD;EACE,eAAA;EACA,qBAAA;EACA,+BAAA;EACA,oBAAA;E3CywJD;A2C7wJD;EAQI,eAAA;EAEA,gBAAA;E3CuwJH;A2CjxJD;EAeI,mBAAA;E3CqwJH;A2CpxJD;;EAqBI,kBAAA;E3CmwJH;A2CxxJD;EAyBI,iBAAA;E3CkwJH;A2C1vJD;;EAEE,qBAAA;E3C4vJD;A2C9vJD;;EAMI,oBAAA;EACA,WAAA;EACA,cAAA;EACA,gBAAA;E3C4vJH;A2CpvJD;ECvDE,2BAAA;EACA,uBAAA;EACA,gBAAA;E5C8yJD;A2CzvJD;EClDI,2BAAA;E5C8yJH;A2C5vJD;EC/CI,gBAAA;E5C8yJH;A2C3vJD;EC3DE,2BAAA;EACA,uBAAA;EACA,gBAAA;E5CyzJD;A2ChwJD;ECtDI,2BAAA;E5CyzJH;A2CnwJD;ECnDI,gBAAA;E5CyzJH;A2ClwJD;EC/DE,2BAAA;EACA,uBAAA;EACA,gBAAA;E5Co0JD;A2CvwJD;EC1DI,2BAAA;E5Co0JH;A2C1wJD;ECvDI,gBAAA;E5Co0JH;A2CzwJD;ECnEE,2BAAA;EACA,uBAAA;EACA,gBAAA;E5C+0JD;A2C9wJD;EC9DI,2BAAA;E5C+0JH;A2CjxJD;EC3DI,gBAAA;E5C+0JH;A6Cj1JD;EACE;IAAQ,6BAAA;I7Co1JP;E6Cn1JD;IAAQ,0BAAA;I7Cs1JP;EACF;A6Cn1JD;EACE;IAAQ,6BAAA;I7Cs1JP;E6Cr1JD;IAAQ,0BAAA;I7Cw1JP;EACF;A6C31JD;EACE;IAAQ,6BAAA;I7Cs1JP;E6Cr1JD;IAAQ,0BAAA;I7Cw1JP;EACF;A6Cj1JD;EACE,kBAAA;EACA,cAAA;EACA,qBAAA;EACA,2BAAA;EACA,oBAAA;ExCsCA,wDAAA;EACQ,gDAAA;EL8yJT;A6Ch1JD;EACE,aAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,oBAAA;EACA,2BAAA;ExCyBA,wDAAA;EACQ,gDAAA;EAyHR,qCAAA;EACK,gCAAA;EACG,6BAAA;ELksJT;A6C70JD;;ECCI,+MAAA;EACA,0MAAA;EACA,uMAAA;EDAF,oCAAA;UAAA,4BAAA;E7Ci1JD;A6C10JD;;ExC5CE,4DAAA;EACK,uDAAA;EACG,oDAAA;EL03JT;A6Cv0JD;EErEE,2BAAA;E/C+4JD;A+C54JC;EDgDE,+MAAA;EACA,0MAAA;EACA,uMAAA;E9C+1JH;A6C30JD;EEzEE,2BAAA;E/Cu5JD;A+Cp5JC;EDgDE,+MAAA;EACA,0MAAA;EACA,uMAAA;E9Cu2JH;A6C/0JD;EE7EE,2BAAA;E/C+5JD;A+C55JC;EDgDE,+MAAA;EACA,0MAAA;EACA,uMAAA;E9C+2JH;A6Cn1JD;EEjFE,2BAAA;E/Cu6JD;A+Cp6JC;EDgDE,+MAAA;EACA,0MAAA;EACA,uMAAA;E9Cu3JH;AgD/6JD;EAEE,kBAAA;EhDg7JD;AgD96JC;EACE,eAAA;EhDg7JH;AgD56JD;;EAEE,SAAA;EACA,kBAAA;EhD86JD;AgD36JD;EACE,gBAAA;EhD66JD;AgD16JD;EACE,gBAAA;EhD46JD;AgDz6JD;;EAEE,oBAAA;EhD26JD;AgDx6JD;;EAEE,qBAAA;EhD06JD;AgDv6JD;;;EAGE,qBAAA;EACA,qBAAA;EhDy6JD;AgDt6JD;EACE,wBAAA;EhDw6JD;AgDr6JD;EACE,wBAAA;EhDu6JD;AgDn6JD;EACE,eAAA;EACA,oBAAA;EhDq6JD;AgD/5JD;EACE,iBAAA;EACA,kBAAA;EhDi6JD;AiDn9JD;EAEE,qBAAA;EACA,iBAAA;EjDo9JD;AiD58JD;EACE,oBAAA;EACA,gBAAA;EACA,oBAAA;EAEA,qBAAA;EACA,2BAAA;EACA,2BAAA;EjD68JD;AiD18JC;ErB3BA,8BAAA;EACC,6BAAA;E5Bw+JF;AiD38JC;EACE,kBAAA;ErBvBF,iCAAA;EACC,gCAAA;E5Bq+JF;AiDp8JD;EACE,gBAAA;EjDs8JD;AiDv8JD;EAII,gBAAA;EjDs8JH;AiDl8JC;;EAEE,uBAAA;EACA,gBAAA;EACA,2BAAA;EjDo8JH;AiD97JC;;;EAGE,2BAAA;EACA,gBAAA;EACA,qBAAA;EjDg8JH;AiDr8JC;;;EASI,gBAAA;EjDi8JL;AiD18JC;;;EAYI,gBAAA;EjDm8JL;AiD97JC;;;EAGE,YAAA;EACA,gBAAA;EACA,2BAAA;EACA,uBAAA;EjDg8JH;AiDt8JC;;;;;;;;;EAYI,gBAAA;EjDq8JL;AiDj9JC;;;EAeI,gBAAA;EjDu8JL;AkDniKC;EACE,gBAAA;EACA,2BAAA;ElDqiKH;AkDniKG;EACE,gBAAA;ElDqiKL;AkDtiKG;EAII,gBAAA;ElDqiKP;AkDliKK;;EAEE,gBAAA;EACA,2BAAA;ElDoiKP;AkDliKK;;;EAGE,aAAA;EACA,2BAAA;EACA,uBAAA;ElDoiKP;AkDzjKC;EACE,gBAAA;EACA,2BAAA;ElD2jKH;AkDzjKG;EACE,gBAAA;ElD2jKL;AkD5jKG;EAII,gBAAA;ElD2jKP;AkDxjKK;;EAEE,gBAAA;EACA,2BAAA;ElD0jKP;AkDxjKK;;;EAGE,aAAA;EACA,2BAAA;EACA,uBAAA;ElD0jKP;AkD/kKC;EACE,gBAAA;EACA,2BAAA;ElDilKH;AkD/kKG;EACE,gBAAA;ElDilKL;AkDllKG;EAII,gBAAA;ElDilKP;AkD9kKK;;EAEE,gBAAA;EACA,2BAAA;ElDglKP;AkD9kKK;;;EAGE,aAAA;EACA,2BAAA;EACA,uBAAA;ElDglKP;AkDrmKC;EACE,gBAAA;EACA,2BAAA;ElDumKH;AkDrmKG;EACE,gBAAA;ElDumKL;AkDxmKG;EAII,gBAAA;ElDumKP;AkDpmKK;;EAEE,gBAAA;EACA,2BAAA;ElDsmKP;AkDpmKK;;;EAGE,aAAA;EACA,2BAAA;EACA,uBAAA;ElDsmKP;AiD1gKD;EACE,eAAA;EACA,oBAAA;EjD4gKD;AiD1gKD;EACE,kBAAA;EACA,kBAAA;EjD4gKD;AmDhoKD;EACE,qBAAA;EACA,2BAAA;EACA,+BAAA;EACA,oBAAA;E9C0DA,mDAAA;EACQ,2CAAA;ELykKT;AmD/nKD;EACE,eAAA;EnDioKD;AmD5nKD;EACE,oBAAA;EACA,sCAAA;EvBpBA,8BAAA;EACC,6BAAA;E5BmpKF;AmDloKD;EAMI,gBAAA;EnD+nKH;AmD1nKD;EACE,eAAA;EACA,kBAAA;EACA,iBAAA;EACA,gBAAA;EnD4nKD;AmDhoKD;;;;;EAWI,gBAAA;EnD4nKH;AmDvnKD;EACE,oBAAA;EACA,2BAAA;EACA,+BAAA;EvBxCA,iCAAA;EACC,gCAAA;E5BkqKF;AmDjnKD;;EAGI,kBAAA;EnDknKH;AmDrnKD;;EAMM,qBAAA;EACA,kBAAA;EnDmnKL;AmD/mKG;;EAEI,eAAA;EvBvEN,8BAAA;EACC,6BAAA;E5ByrKF;AmD9mKG;;EAEI,kBAAA;EvBtEN,iCAAA;EACC,gCAAA;E5BurKF;AmD3mKD;EAEI,qBAAA;EnD4mKH;AmDzmKD;EACE,qBAAA;EnD2mKD;AmDnmKD;;;EAII,kBAAA;EnDomKH;AmDxmKD;;;EAOM,oBAAA;EACA,qBAAA;EnDsmKL;AmD9mKD;;EvBnGE,8BAAA;EACC,6BAAA;E5BqtKF;AmDnnKD;;;;EAmBQ,6BAAA;EACA,8BAAA;EnDsmKP;AmD1nKD;;;;;;;;EAwBU,6BAAA;EnD4mKT;AmDpoKD;;;;;;;;EA4BU,8BAAA;EnDknKT;AmD9oKD;;EvB3FE,iCAAA;EACC,gCAAA;E5B6uKF;AmDnpKD;;;;EAyCQ,gCAAA;EACA,iCAAA;EnDgnKP;AmD1pKD;;;;;;;;EA8CU,gCAAA;EnDsnKT;AmDpqKD;;;;;;;;EAkDU,iCAAA;EnD4nKT;AmD9qKD;;;;EA2DI,+BAAA;EnDynKH;AmDprKD;;EA+DI,eAAA;EnDynKH;AmDxrKD;;EAmEI,WAAA;EnDynKH;AmD5rKD;;;;;;;;;;;;EA0EU,gBAAA;EnDgoKT;AmD1sKD;;;;;;;;;;;;EA8EU,iBAAA;EnD0oKT;AmDxtKD;;;;;;;;EAuFU,kBAAA;EnD2oKT;AmDluKD;;;;;;;;EAgGU,kBAAA;EnD4oKT;AmD5uKD;EAsGI,WAAA;EACA,kBAAA;EnDyoKH;AmD/nKD;EACE,qBAAA;EnDioKD;AmDloKD;EAKI,kBAAA;EACA,oBAAA;EnDgoKH;AmDtoKD;EASM,iBAAA;EnDgoKL;AmDzoKD;EAcI,kBAAA;EnD8nKH;AmD5oKD;;EAkBM,+BAAA;EnD8nKL;AmDhpKD;EAuBI,eAAA;EnD4nKH;AmDnpKD;EAyBM,kCAAA;EnD6nKL;AmDtnKD;ECpPE,uBAAA;EpD62KD;AoD32KC;EACE,gBAAA;EACA,2BAAA;EACA,uBAAA;EpD62KH;AoDh3KC;EAMI,2BAAA;EpD62KL;AoDn3KC;EASI,gBAAA;EACA,2BAAA;EpD62KL;AoD12KC;EAEI,8BAAA;EpD22KL;AmDroKD;ECvPE,uBAAA;EpD+3KD;AoD73KC;EACE,gBAAA;EACA,2BAAA;EACA,uBAAA;EpD+3KH;AoDl4KC;EAMI,2BAAA;EpD+3KL;AoDr4KC;EASI,gBAAA;EACA,2BAAA;EpD+3KL;AoD53KC;EAEI,8BAAA;EpD63KL;AmDppKD;EC1PE,uBAAA;EpDi5KD;AoD/4KC;EACE,gBAAA;EACA,2BAAA;EACA,uBAAA;EpDi5KH;AoDp5KC;EAMI,2BAAA;EpDi5KL;AoDv5KC;EASI,gBAAA;EACA,2BAAA;EpDi5KL;AoD94KC;EAEI,8BAAA;EpD+4KL;AmDnqKD;EC7PE,uBAAA;EpDm6KD;AoDj6KC;EACE,gBAAA;EACA,2BAAA;EACA,uBAAA;EpDm6KH;AoDt6KC;EAMI,2BAAA;EpDm6KL;AoDz6KC;EASI,gBAAA;EACA,2BAAA;EpDm6KL;AoDh6KC;EAEI,8BAAA;EpDi6KL;AmDlrKD;EChQE,uBAAA;EpDq7KD;AoDn7KC;EACE,gBAAA;EACA,2BAAA;EACA,uBAAA;EpDq7KH;AoDx7KC;EAMI,2BAAA;EpDq7KL;AoD37KC;EASI,gBAAA;EACA,2BAAA;EpDq7KL;AoDl7KC;EAEI,8BAAA;EpDm7KL;AmDjsKD;ECnQE,uBAAA;EpDu8KD;AoDr8KC;EACE,gBAAA;EACA,2BAAA;EACA,uBAAA;EpDu8KH;AoD18KC;EAMI,2BAAA;EpDu8KL;AoD78KC;EASI,gBAAA;EACA,2BAAA;EpDu8KL;AoDp8KC;EAEI,8BAAA;EpDq8KL;AqDr9KD;EACE,oBAAA;EACA,gBAAA;EACA,WAAA;EACA,YAAA;EACA,kBAAA;ErDu9KD;AqD59KD;;;;;EAYI,oBAAA;EACA,QAAA;EACA,SAAA;EACA,WAAA;EACA,cAAA;EACA,aAAA;EACA,WAAA;ErDu9KH;AqDn9KC;EACE,wBAAA;ErDq9KH;AqDj9KC;EACE,qBAAA;ErDm9KH;AsD7+KD;EACE,kBAAA;EACA,eAAA;EACA,qBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;EjDwDA,yDAAA;EACQ,iDAAA;ELw7KT;AsDv/KD;EASI,oBAAA;EACA,mCAAA;EtDi/KH;AsD5+KD;EACE,eAAA;EACA,oBAAA;EtD8+KD;AsD5+KD;EACE,cAAA;EACA,oBAAA;EtD8+KD;AuDpgLD;EACE,cAAA;EACA,iBAAA;EACA,mBAAA;EACA,gBAAA;EACA,gBAAA;EACA,8BAAA;EjCRA,cAAA;EAGA,2BAAA;EtB6gLD;AuDrgLC;;EAEE,gBAAA;EACA,uBAAA;EACA,iBAAA;EjCfF,cAAA;EAGA,2BAAA;EtBqhLD;AuDjgLC;EACE,YAAA;EACA,iBAAA;EACA,yBAAA;EACA,WAAA;EACA,0BAAA;EvDmgLH;AwDxhLD;EACE,kBAAA;ExD0hLD;AwDthLD;EACE,eAAA;EACA,kBAAA;EACA,iBAAA;EACA,QAAA;EACA,UAAA;EACA,WAAA;EACA,SAAA;EACA,eAAA;EACA,mCAAA;EAIA,YAAA;ExDqhLD;AwDlhLC;EnD+GA,uCAAA;EACI,mCAAA;EACC,kCAAA;EACG,+BAAA;EAkER,qDAAA;EAEK,2CAAA;EACG,qCAAA;ELq2KT;AwDxhLC;EnD2GA,oCAAA;EACI,gCAAA;EACC,+BAAA;EACG,4BAAA;ELg7KT;AwD5hLD;EACE,oBAAA;EACA,kBAAA;ExD8hLD;AwD1hLD;EACE,oBAAA;EACA,aAAA;EACA,cAAA;ExD4hLD;AwDxhLD;EACE,oBAAA;EACA,2BAAA;EACA,2BAAA;EACA,sCAAA;EACA,oBAAA;EnDaA,kDAAA;EACQ,0CAAA;EmDZR,sCAAA;UAAA,8BAAA;EAEA,YAAA;ExD0hLD;AwDthLD;EACE,oBAAA;EACA,QAAA;EACA,UAAA;EACA,SAAA;EACA,2BAAA;ExDwhLD;AwDthLC;ElCnEA,YAAA;EAGA,0BAAA;EtB0lLD;AwDzhLC;ElCpEA,cAAA;EAGA,2BAAA;EtB8lLD;AwDxhLD;EACE,eAAA;EACA,kCAAA;EACA,2BAAA;ExD0hLD;AwDvhLD;EACE,kBAAA;ExDyhLD;AwDrhLD;EACE,WAAA;EACA,yBAAA;ExDuhLD;AwDlhLD;EACE,oBAAA;EACA,eAAA;ExDohLD;AwDhhLD;EACE,eAAA;EACA,mBAAA;EACA,+BAAA;ExDkhLD;AwDrhLD;EAQI,kBAAA;EACA,kBAAA;ExDghLH;AwDzhLD;EAaI,mBAAA;ExD+gLH;AwD5hLD;EAiBI,gBAAA;ExD8gLH;AwDzgLD;EACE,oBAAA;EACA,cAAA;EACA,aAAA;EACA,cAAA;EACA,kBAAA;ExD2gLD;AwDz/KD;EAZE;IACE,cAAA;IACA,mBAAA;IxDwgLD;EwDtgLD;InDrEA,mDAAA;IACQ,2CAAA;IL8kLP;EwDrgLD;IAAY,cAAA;IxDwgLX;EACF;AwDngLD;EAFE;IAAY,cAAA;IxDygLX;EACF;AyDtpLD;EACE,oBAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EAEA,6DAAA;EACA,iBAAA;EACA,qBAAA;EACA,kBAAA;EnCZA,YAAA;EAGA,0BAAA;EtBkqLD;AyDtpLC;EnCfA,cAAA;EAGA,2BAAA;EtBsqLD;AyDzpLC;EAAW,kBAAA;EAAmB,gBAAA;EzD6pL/B;AyD5pLC;EAAW,kBAAA;EAAmB,gBAAA;EzDgqL/B;AyD/pLC;EAAW,iBAAA;EAAmB,gBAAA;EzDmqL/B;AyDlqLC;EAAW,mBAAA;EAAmB,gBAAA;EzDsqL/B;AyDlqLD;EACE,kBAAA;EACA,kBAAA;EACA,gBAAA;EACA,oBAAA;EACA,uBAAA;EACA,2BAAA;EACA,oBAAA;EzDoqLD;AyDhqLD;EACE,oBAAA;EACA,UAAA;EACA,WAAA;EACA,2BAAA;EACA,qBAAA;EzDkqLD;AyD9pLC;EACE,WAAA;EACA,WAAA;EACA,mBAAA;EACA,yBAAA;EACA,2BAAA;EzDgqLH;AyD9pLC;EACE,WAAA;EACA,YAAA;EACA,qBAAA;EACA,yBAAA;EACA,2BAAA;EzDgqLH;AyD9pLC;EACE,WAAA;EACA,WAAA;EACA,qBAAA;EACA,yBAAA;EACA,2BAAA;EzDgqLH;AyD9pLC;EACE,UAAA;EACA,SAAA;EACA,kBAAA;EACA,6BAAA;EACA,6BAAA;EzDgqLH;AyD9pLC;EACE,UAAA;EACA,UAAA;EACA,kBAAA;EACA,6BAAA;EACA,4BAAA;EzDgqLH;AyD9pLC;EACE,QAAA;EACA,WAAA;EACA,mBAAA;EACA,yBAAA;EACA,8BAAA;EzDgqLH;AyD9pLC;EACE,QAAA;EACA,YAAA;EACA,kBAAA;EACA,yBAAA;EACA,8BAAA;EzDgqLH;AyD9pLC;EACE,QAAA;EACA,WAAA;EACA,kBAAA;EACA,yBAAA;EACA,8BAAA;EzDgqLH;A0D/vLD;EACE,oBAAA;EACA,QAAA;EACA,SAAA;EACA,eAAA;EACA,eAAA;EACA,kBAAA;EACA,cAAA;EAEA,6DAAA;EACA,iBAAA;EACA,qBAAA;EACA,yBAAA;EACA,kBAAA;EACA,2BAAA;EACA,sCAAA;UAAA,8BAAA;EACA,2BAAA;EACA,sCAAA;EACA,oBAAA;ErD6CA,mDAAA;EACQ,2CAAA;EqD1CR,qBAAA;E1D+vLD;A0D5vLC;EAAY,mBAAA;E1D+vLb;A0D9vLC;EAAY,mBAAA;E1DiwLb;A0DhwLC;EAAY,kBAAA;E1DmwLb;A0DlwLC;EAAY,oBAAA;E1DqwLb;A0DlwLD;EACE,WAAA;EACA,mBAAA;EACA,iBAAA;EACA,2BAAA;EACA,kCAAA;EACA,4BAAA;E1DowLD;A0DjwLD;EACE,mBAAA;E1DmwLD;A0D3vLC;;EAEE,oBAAA;EACA,gBAAA;EACA,UAAA;EACA,WAAA;EACA,2BAAA;EACA,qBAAA;E1D6vLH;A0D1vLD;EACE,oBAAA;E1D4vLD;A0D1vLD;EACE,oBAAA;EACA,aAAA;E1D4vLD;A0DxvLC;EACE,WAAA;EACA,oBAAA;EACA,wBAAA;EACA,2BAAA;EACA,uCAAA;EACA,eAAA;E1D0vLH;A0DzvLG;EACE,cAAA;EACA,aAAA;EACA,oBAAA;EACA,wBAAA;EACA,2BAAA;E1D2vLL;A0DxvLC;EACE,UAAA;EACA,aAAA;EACA,mBAAA;EACA,sBAAA;EACA,6BAAA;EACA,yCAAA;E1D0vLH;A0DzvLG;EACE,cAAA;EACA,WAAA;EACA,eAAA;EACA,sBAAA;EACA,6BAAA;E1D2vLL;A0DxvLC;EACE,WAAA;EACA,oBAAA;EACA,qBAAA;EACA,8BAAA;EACA,0CAAA;EACA,YAAA;E1D0vLH;A0DzvLG;EACE,cAAA;EACA,UAAA;EACA,oBAAA;EACA,qBAAA;EACA,8BAAA;E1D2vLL;A0DvvLC;EACE,UAAA;EACA,cAAA;EACA,mBAAA;EACA,uBAAA;EACA,4BAAA;EACA,wCAAA;E1DyvLH;A0DxvLG;EACE,cAAA;EACA,YAAA;EACA,uBAAA;EACA,4BAAA;EACA,eAAA;E1D0vLL;A2Dv3LD;EACE,oBAAA;E3Dy3LD;A2Dt3LD;EACE,oBAAA;EACA,kBAAA;EACA,aAAA;E3Dw3LD;A2D33LD;EAMI,eAAA;EACA,oBAAA;EtD6KF,2CAAA;EACK,sCAAA;EACG,mCAAA;EL4sLT;A2Dl4LD;;EAcM,gBAAA;E3Dw3LL;A2D91LC;EAAA;ItDiKA,wDAAA;IAEK,8CAAA;IACG,wCAAA;IA7JR,qCAAA;IAEQ,6BAAA;IA+GR,2BAAA;IAEQ,mBAAA;ILivLP;E2D53LG;;ItDmHJ,4CAAA;IACQ,oCAAA;IsDjHF,SAAA;I3D+3LL;E2D73LG;;ItD8GJ,6CAAA;IACQ,qCAAA;IsD5GF,SAAA;I3Dg4LL;E2D93LG;;;ItDyGJ,yCAAA;IACQ,iCAAA;IsDtGF,SAAA;I3Di4LL;EACF;A2Dv6LD;;;EA6CI,gBAAA;E3D+3LH;A2D56LD;EAiDI,SAAA;E3D83LH;A2D/6LD;;EAsDI,oBAAA;EACA,QAAA;EACA,aAAA;E3D63LH;A2Dr7LD;EA4DI,YAAA;E3D43LH;A2Dx7LD;EA+DI,aAAA;E3D43LH;A2D37LD;;EAmEI,SAAA;E3D43LH;A2D/7LD;EAuEI,aAAA;E3D23LH;A2Dl8LD;EA0EI,YAAA;E3D23LH;A2Dn3LD;EACE,oBAAA;EACA,QAAA;EACA,SAAA;EACA,WAAA;EACA,YAAA;ErC9FA,cAAA;EAGA,2BAAA;EqC6FA,iBAAA;EACA,gBAAA;EACA,oBAAA;EACA,2CAAA;E3Ds3LD;A2Dj3LC;EblGE,oGAAA;EACA,+FAAA;EACA,sHAAA;EAAA,gGAAA;EACA,6BAAA;EACA,wHAAA;E9Cs9LH;A2Dr3LC;EACE,YAAA;EACA,UAAA;EbvGA,oGAAA;EACA,+FAAA;EACA,sHAAA;EAAA,gGAAA;EACA,6BAAA;EACA,wHAAA;E9C+9LH;A2Dv3LC;;EAEE,YAAA;EACA,gBAAA;EACA,uBAAA;ErCtHF,cAAA;EAGA,2BAAA;EtB8+LD;A2Dx5LD;;;;EAsCI,oBAAA;EACA,UAAA;EACA,YAAA;EACA,uBAAA;E3Dw3LH;A2Dj6LD;;EA6CI,WAAA;EACA,oBAAA;E3Dw3LH;A2Dt6LD;;EAkDI,YAAA;EACA,qBAAA;E3Dw3LH;A2D36LD;;EAuDI,aAAA;EACA,cAAA;EACA,mBAAA;EACA,gBAAA;EACA,oBAAA;E3Dw3LH;A2Dn3LG;EACE,kBAAA;E3Dq3LL;A2Dj3LG;EACE,kBAAA;E3Dm3LL;A2Dz2LD;EACE,oBAAA;EACA,cAAA;EACA,WAAA;EACA,aAAA;EACA,YAAA;EACA,mBAAA;EACA,iBAAA;EACA,kBAAA;EACA,oBAAA;E3D22LD;A2Dp3LD;EAYI,uBAAA;EACA,aAAA;EACA,cAAA;EACA,aAAA;EACA,qBAAA;EACA,2BAAA;EACA,qBAAA;EACA,iBAAA;EAWA,2BAAA;EACA,oCAAA;E3Di2LH;A2Dh4LD;EAkCI,WAAA;EACA,aAAA;EACA,cAAA;EACA,2BAAA;E3Di2LH;A2D11LD;EACE,oBAAA;EACA,WAAA;EACA,YAAA;EACA,cAAA;EACA,aAAA;EACA,mBAAA;EACA,sBAAA;EACA,gBAAA;EACA,oBAAA;EACA,2CAAA;E3D41LD;A2D31LC;EACE,mBAAA;E3D61LH;A2DpzLD;EAhCE;;;;IAKI,aAAA;IACA,cAAA;IACA,mBAAA;IACA,iBAAA;I3Ds1LH;E2D91LD;;IAYI,oBAAA;I3Ds1LH;E2Dl2LD;;IAgBI,qBAAA;I3Ds1LH;E2Dj1LD;IACE,WAAA;IACA,YAAA;IACA,sBAAA;I3Dm1LD;E2D/0LD;IACE,cAAA;I3Di1LD;EACF;A4D/kMC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEE,cAAA;EACA,gBAAA;E5D6mMH;A4D3mMC;;;;;;;;;;;;;;;EACE,aAAA;E5D2nMH;AiCnoMD;E4BRE,gBAAA;EACA,mBAAA;EACA,oBAAA;E7D8oMD;AiCroMD;EACE,yBAAA;EjCuoMD;AiCroMD;EACE,wBAAA;EjCuoMD;AiC/nMD;EACE,0BAAA;EjCioMD;AiC/nMD;EACE,2BAAA;EjCioMD;AiC/nMD;EACE,oBAAA;EjCioMD;AiC/nMD;E6BzBE,aAAA;EACA,oBAAA;EACA,mBAAA;EACA,+BAAA;EACA,WAAA;E9D2pMD;AiC7nMD;EACE,0BAAA;EACA,+BAAA;EjC+nMD;AiCxnMD;EACE,iBAAA;EjC0nMD;A+D5pMD;EACE,qBAAA;E/D8pMD;A+DxpMD;;;;ECdE,0BAAA;EhE4qMD;A+DvpMD;;;;;;;;;;;;EAYE,0BAAA;E/DypMD;A+DlpMD;EAAA;IChDE,2BAAA;IhEssMC;EgErsMD;IAAU,gBAAA;IhEwsMT;EgEvsMD;IAAU,+BAAA;IhE0sMT;EgEzsMD;;IACU,gCAAA;IhE4sMT;EACF;A+D5pMD;EAAA;IAFI,2BAAA;I/DkqMD;EACF;A+D5pMD;EAAA;IAFI,4BAAA;I/DkqMD;EACF;A+D5pMD;EAAA;IAFI,kCAAA;I/DkqMD;EACF;A+D3pMD;EAAA;ICrEE,2BAAA;IhEouMC;EgEnuMD;IAAU,gBAAA;IhEsuMT;EgEruMD;IAAU,+BAAA;IhEwuMT;EgEvuMD;;IACU,gCAAA;IhE0uMT;EACF;A+DrqMD;EAAA;IAFI,2BAAA;I/D2qMD;EACF;A+DrqMD;EAAA;IAFI,4BAAA;I/D2qMD;EACF;A+DrqMD;EAAA;IAFI,kCAAA;I/D2qMD;EACF;A+DpqMD;EAAA;IC1FE,2BAAA;IhEkwMC;EgEjwMD;IAAU,gBAAA;IhEowMT;EgEnwMD;IAAU,+BAAA;IhEswMT;EgErwMD;;IACU,gCAAA;IhEwwMT;EACF;A+D9qMD;EAAA;IAFI,2BAAA;I/DorMD;EACF;A+D9qMD;EAAA;IAFI,4BAAA;I/DorMD;EACF;A+D9qMD;EAAA;IAFI,kCAAA;I/DorMD;EACF;A+D7qMD;EAAA;IC/GE,2BAAA;IhEgyMC;EgE/xMD;IAAU,gBAAA;IhEkyMT;EgEjyMD;IAAU,+BAAA;IhEoyMT;EgEnyMD;;IACU,gCAAA;IhEsyMT;EACF;A+DvrMD;EAAA;IAFI,2BAAA;I/D6rMD;EACF;A+DvrMD;EAAA;IAFI,4BAAA;I/D6rMD;EACF;A+DvrMD;EAAA;IAFI,kCAAA;I/D6rMD;EACF;A+DtrMD;EAAA;IC5HE,0BAAA;IhEszMC;EACF;A+DtrMD;EAAA;ICjIE,0BAAA;IhE2zMC;EACF;A+DtrMD;EAAA;ICtIE,0BAAA;IhEg0MC;EACF;A+DtrMD;EAAA;IC3IE,0BAAA;IhEq0MC;EACF;A+DnrMD;ECnJE,0BAAA;EhEy0MD;A+DhrMD;EAAA;ICjKE,2BAAA;IhEq1MC;EgEp1MD;IAAU,gBAAA;IhEu1MT;EgEt1MD;IAAU,+BAAA;IhEy1MT;EgEx1MD;;IACU,gCAAA;IhE21MT;EACF;A+D9rMD;EACE,0BAAA;E/DgsMD;A+D3rMD;EAAA;IAFI,2BAAA;I/DisMD;EACF;A+D/rMD;EACE,0BAAA;E/DisMD;A+D5rMD;EAAA;IAFI,4BAAA;I/DksMD;EACF;A+DhsMD;EACE,0BAAA;E/DksMD;A+D7rMD;EAAA;IAFI,kCAAA;I/DmsMD;EACF;A+D5rMD;EAAA;ICpLE,0BAAA;IhEo3MC;EACF","file":"bootstrap.css","sourcesContent":["/*! normalize.css v3.0.2 | MIT License | git.io/normalize */\nhtml {\n font-family: sans-serif;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\nbody {\n margin: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n vertical-align: baseline;\n}\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n[hidden],\ntemplate {\n display: none;\n}\na {\n background-color: transparent;\n}\na:active,\na:hover {\n outline: 0;\n}\nabbr[title] {\n border-bottom: 1px dotted;\n}\nb,\nstrong {\n font-weight: bold;\n}\ndfn {\n font-style: italic;\n}\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\nmark {\n background: #ff0;\n color: #000;\n}\nsmall {\n font-size: 80%;\n}\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsup {\n top: -0.5em;\n}\nsub {\n bottom: -0.25em;\n}\nimg {\n border: 0;\n}\nsvg:not(:root) {\n overflow: hidden;\n}\nfigure {\n margin: 1em 40px;\n}\nhr {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\npre {\n overflow: auto;\n}\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit;\n font: inherit;\n margin: 0;\n}\nbutton {\n overflow: visible;\n}\nbutton,\nselect {\n text-transform: none;\n}\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button;\n cursor: pointer;\n}\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\ninput {\n line-height: normal;\n}\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\ninput[type=\"search\"] {\n -webkit-appearance: textfield;\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\nlegend {\n border: 0;\n padding: 0;\n}\ntextarea {\n overflow: auto;\n}\noptgroup {\n font-weight: bold;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n}\n/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n@media print {\n *,\n *:before,\n *:after {\n background: transparent !important;\n color: #000 !important;\n box-shadow: none !important;\n text-shadow: none !important;\n }\n a,\n a:visited {\n text-decoration: underline;\n }\n a[href]:after {\n content: \" (\" attr(href) \")\";\n }\n abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n a[href^=\"#\"]:after,\n a[href^=\"javascript:\"]:after {\n content: \"\";\n }\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n img {\n max-width: 100% !important;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n select {\n background: #fff !important;\n }\n .navbar {\n display: none;\n }\n .btn > .caret,\n .dropup > .btn > .caret {\n border-top-color: #000 !important;\n }\n .label {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #fff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #ddd !important;\n }\n}\n@font-face {\n font-family: 'Glyphicons Halflings';\n src: url('../fonts/glyphicons-halflings-regular.eot');\n src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');\n}\n.glyphicon {\n position: relative;\n top: 1px;\n display: inline-block;\n font-family: 'Glyphicons Halflings';\n font-style: normal;\n font-weight: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.glyphicon-asterisk:before {\n content: \"\\2a\";\n}\n.glyphicon-plus:before {\n content: \"\\2b\";\n}\n.glyphicon-euro:before,\n.glyphicon-eur:before {\n content: \"\\20ac\";\n}\n.glyphicon-minus:before {\n content: \"\\2212\";\n}\n.glyphicon-cloud:before {\n content: \"\\2601\";\n}\n.glyphicon-envelope:before {\n content: \"\\2709\";\n}\n.glyphicon-pencil:before {\n content: \"\\270f\";\n}\n.glyphicon-glass:before {\n content: \"\\e001\";\n}\n.glyphicon-music:before {\n content: \"\\e002\";\n}\n.glyphicon-search:before {\n content: \"\\e003\";\n}\n.glyphicon-heart:before {\n content: \"\\e005\";\n}\n.glyphicon-star:before {\n content: \"\\e006\";\n}\n.glyphicon-star-empty:before {\n content: \"\\e007\";\n}\n.glyphicon-user:before {\n content: \"\\e008\";\n}\n.glyphicon-film:before {\n content: \"\\e009\";\n}\n.glyphicon-th-large:before {\n content: \"\\e010\";\n}\n.glyphicon-th:before {\n content: \"\\e011\";\n}\n.glyphicon-th-list:before {\n content: \"\\e012\";\n}\n.glyphicon-ok:before {\n content: \"\\e013\";\n}\n.glyphicon-remove:before {\n content: \"\\e014\";\n}\n.glyphicon-zoom-in:before {\n content: \"\\e015\";\n}\n.glyphicon-zoom-out:before {\n content: \"\\e016\";\n}\n.glyphicon-off:before {\n content: \"\\e017\";\n}\n.glyphicon-signal:before {\n content: \"\\e018\";\n}\n.glyphicon-cog:before {\n content: \"\\e019\";\n}\n.glyphicon-trash:before {\n content: \"\\e020\";\n}\n.glyphicon-home:before {\n content: \"\\e021\";\n}\n.glyphicon-file:before {\n content: \"\\e022\";\n}\n.glyphicon-time:before {\n content: \"\\e023\";\n}\n.glyphicon-road:before {\n content: \"\\e024\";\n}\n.glyphicon-download-alt:before {\n content: \"\\e025\";\n}\n.glyphicon-download:before {\n content: \"\\e026\";\n}\n.glyphicon-upload:before {\n content: \"\\e027\";\n}\n.glyphicon-inbox:before {\n content: \"\\e028\";\n}\n.glyphicon-play-circle:before {\n content: \"\\e029\";\n}\n.glyphicon-repeat:before {\n content: \"\\e030\";\n}\n.glyphicon-refresh:before {\n content: \"\\e031\";\n}\n.glyphicon-list-alt:before {\n content: \"\\e032\";\n}\n.glyphicon-lock:before {\n content: \"\\e033\";\n}\n.glyphicon-flag:before {\n content: \"\\e034\";\n}\n.glyphicon-headphones:before {\n content: \"\\e035\";\n}\n.glyphicon-volume-off:before {\n content: \"\\e036\";\n}\n.glyphicon-volume-down:before {\n content: \"\\e037\";\n}\n.glyphicon-volume-up:before {\n content: \"\\e038\";\n}\n.glyphicon-qrcode:before {\n content: \"\\e039\";\n}\n.glyphicon-barcode:before {\n content: \"\\e040\";\n}\n.glyphicon-tag:before {\n content: \"\\e041\";\n}\n.glyphicon-tags:before {\n content: \"\\e042\";\n}\n.glyphicon-book:before {\n content: \"\\e043\";\n}\n.glyphicon-bookmark:before {\n content: \"\\e044\";\n}\n.glyphicon-print:before {\n content: \"\\e045\";\n}\n.glyphicon-camera:before {\n content: \"\\e046\";\n}\n.glyphicon-font:before {\n content: \"\\e047\";\n}\n.glyphicon-bold:before {\n content: \"\\e048\";\n}\n.glyphicon-italic:before {\n content: \"\\e049\";\n}\n.glyphicon-text-height:before {\n content: \"\\e050\";\n}\n.glyphicon-text-width:before {\n content: \"\\e051\";\n}\n.glyphicon-align-left:before {\n content: \"\\e052\";\n}\n.glyphicon-align-center:before {\n content: \"\\e053\";\n}\n.glyphicon-align-right:before {\n content: \"\\e054\";\n}\n.glyphicon-align-justify:before {\n content: \"\\e055\";\n}\n.glyphicon-list:before {\n content: \"\\e056\";\n}\n.glyphicon-indent-left:before {\n content: \"\\e057\";\n}\n.glyphicon-indent-right:before {\n content: \"\\e058\";\n}\n.glyphicon-facetime-video:before {\n content: \"\\e059\";\n}\n.glyphicon-picture:before {\n content: \"\\e060\";\n}\n.glyphicon-map-marker:before {\n content: \"\\e062\";\n}\n.glyphicon-adjust:before {\n content: \"\\e063\";\n}\n.glyphicon-tint:before {\n content: \"\\e064\";\n}\n.glyphicon-edit:before {\n content: \"\\e065\";\n}\n.glyphicon-share:before {\n content: \"\\e066\";\n}\n.glyphicon-check:before {\n content: \"\\e067\";\n}\n.glyphicon-move:before {\n content: \"\\e068\";\n}\n.glyphicon-step-backward:before {\n content: \"\\e069\";\n}\n.glyphicon-fast-backward:before {\n content: \"\\e070\";\n}\n.glyphicon-backward:before {\n content: \"\\e071\";\n}\n.glyphicon-play:before {\n content: \"\\e072\";\n}\n.glyphicon-pause:before {\n content: \"\\e073\";\n}\n.glyphicon-stop:before {\n content: \"\\e074\";\n}\n.glyphicon-forward:before {\n content: \"\\e075\";\n}\n.glyphicon-fast-forward:before {\n content: \"\\e076\";\n}\n.glyphicon-step-forward:before {\n content: \"\\e077\";\n}\n.glyphicon-eject:before {\n content: \"\\e078\";\n}\n.glyphicon-chevron-left:before {\n content: \"\\e079\";\n}\n.glyphicon-chevron-right:before {\n content: \"\\e080\";\n}\n.glyphicon-plus-sign:before {\n content: \"\\e081\";\n}\n.glyphicon-minus-sign:before {\n content: \"\\e082\";\n}\n.glyphicon-remove-sign:before {\n content: \"\\e083\";\n}\n.glyphicon-ok-sign:before {\n content: \"\\e084\";\n}\n.glyphicon-question-sign:before {\n content: \"\\e085\";\n}\n.glyphicon-info-sign:before {\n content: \"\\e086\";\n}\n.glyphicon-screenshot:before {\n content: \"\\e087\";\n}\n.glyphicon-remove-circle:before {\n content: \"\\e088\";\n}\n.glyphicon-ok-circle:before {\n content: \"\\e089\";\n}\n.glyphicon-ban-circle:before {\n content: \"\\e090\";\n}\n.glyphicon-arrow-left:before {\n content: \"\\e091\";\n}\n.glyphicon-arrow-right:before {\n content: \"\\e092\";\n}\n.glyphicon-arrow-up:before {\n content: \"\\e093\";\n}\n.glyphicon-arrow-down:before {\n content: \"\\e094\";\n}\n.glyphicon-share-alt:before {\n content: \"\\e095\";\n}\n.glyphicon-resize-full:before {\n content: \"\\e096\";\n}\n.glyphicon-resize-small:before {\n content: \"\\e097\";\n}\n.glyphicon-exclamation-sign:before {\n content: \"\\e101\";\n}\n.glyphicon-gift:before {\n content: \"\\e102\";\n}\n.glyphicon-leaf:before {\n content: \"\\e103\";\n}\n.glyphicon-fire:before {\n content: \"\\e104\";\n}\n.glyphicon-eye-open:before {\n content: \"\\e105\";\n}\n.glyphicon-eye-close:before {\n content: \"\\e106\";\n}\n.glyphicon-warning-sign:before {\n content: \"\\e107\";\n}\n.glyphicon-plane:before {\n content: \"\\e108\";\n}\n.glyphicon-calendar:before {\n content: \"\\e109\";\n}\n.glyphicon-random:before {\n content: \"\\e110\";\n}\n.glyphicon-comment:before {\n content: \"\\e111\";\n}\n.glyphicon-magnet:before {\n content: \"\\e112\";\n}\n.glyphicon-chevron-up:before {\n content: \"\\e113\";\n}\n.glyphicon-chevron-down:before {\n content: \"\\e114\";\n}\n.glyphicon-retweet:before {\n content: \"\\e115\";\n}\n.glyphicon-shopping-cart:before {\n content: \"\\e116\";\n}\n.glyphicon-folder-close:before {\n content: \"\\e117\";\n}\n.glyphicon-folder-open:before {\n content: \"\\e118\";\n}\n.glyphicon-resize-vertical:before {\n content: \"\\e119\";\n}\n.glyphicon-resize-horizontal:before {\n content: \"\\e120\";\n}\n.glyphicon-hdd:before {\n content: \"\\e121\";\n}\n.glyphicon-bullhorn:before {\n content: \"\\e122\";\n}\n.glyphicon-bell:before {\n content: \"\\e123\";\n}\n.glyphicon-certificate:before {\n content: \"\\e124\";\n}\n.glyphicon-thumbs-up:before {\n content: \"\\e125\";\n}\n.glyphicon-thumbs-down:before {\n content: \"\\e126\";\n}\n.glyphicon-hand-right:before {\n content: \"\\e127\";\n}\n.glyphicon-hand-left:before {\n content: \"\\e128\";\n}\n.glyphicon-hand-up:before {\n content: \"\\e129\";\n}\n.glyphicon-hand-down:before {\n content: \"\\e130\";\n}\n.glyphicon-circle-arrow-right:before {\n content: \"\\e131\";\n}\n.glyphicon-circle-arrow-left:before {\n content: \"\\e132\";\n}\n.glyphicon-circle-arrow-up:before {\n content: \"\\e133\";\n}\n.glyphicon-circle-arrow-down:before {\n content: \"\\e134\";\n}\n.glyphicon-globe:before {\n content: \"\\e135\";\n}\n.glyphicon-wrench:before {\n content: \"\\e136\";\n}\n.glyphicon-tasks:before {\n content: \"\\e137\";\n}\n.glyphicon-filter:before {\n content: \"\\e138\";\n}\n.glyphicon-briefcase:before {\n content: \"\\e139\";\n}\n.glyphicon-fullscreen:before {\n content: \"\\e140\";\n}\n.glyphicon-dashboard:before {\n content: \"\\e141\";\n}\n.glyphicon-paperclip:before {\n content: \"\\e142\";\n}\n.glyphicon-heart-empty:before {\n content: \"\\e143\";\n}\n.glyphicon-link:before {\n content: \"\\e144\";\n}\n.glyphicon-phone:before {\n content: \"\\e145\";\n}\n.glyphicon-pushpin:before {\n content: \"\\e146\";\n}\n.glyphicon-usd:before {\n content: \"\\e148\";\n}\n.glyphicon-gbp:before {\n content: \"\\e149\";\n}\n.glyphicon-sort:before {\n content: \"\\e150\";\n}\n.glyphicon-sort-by-alphabet:before {\n content: \"\\e151\";\n}\n.glyphicon-sort-by-alphabet-alt:before {\n content: \"\\e152\";\n}\n.glyphicon-sort-by-order:before {\n content: \"\\e153\";\n}\n.glyphicon-sort-by-order-alt:before {\n content: \"\\e154\";\n}\n.glyphicon-sort-by-attributes:before {\n content: \"\\e155\";\n}\n.glyphicon-sort-by-attributes-alt:before {\n content: \"\\e156\";\n}\n.glyphicon-unchecked:before {\n content: \"\\e157\";\n}\n.glyphicon-expand:before {\n content: \"\\e158\";\n}\n.glyphicon-collapse-down:before {\n content: \"\\e159\";\n}\n.glyphicon-collapse-up:before {\n content: \"\\e160\";\n}\n.glyphicon-log-in:before {\n content: \"\\e161\";\n}\n.glyphicon-flash:before {\n content: \"\\e162\";\n}\n.glyphicon-log-out:before {\n content: \"\\e163\";\n}\n.glyphicon-new-window:before {\n content: \"\\e164\";\n}\n.glyphicon-record:before {\n content: \"\\e165\";\n}\n.glyphicon-save:before {\n content: \"\\e166\";\n}\n.glyphicon-open:before {\n content: \"\\e167\";\n}\n.glyphicon-saved:before {\n content: \"\\e168\";\n}\n.glyphicon-import:before {\n content: \"\\e169\";\n}\n.glyphicon-export:before {\n content: \"\\e170\";\n}\n.glyphicon-send:before {\n content: \"\\e171\";\n}\n.glyphicon-floppy-disk:before {\n content: \"\\e172\";\n}\n.glyphicon-floppy-saved:before {\n content: \"\\e173\";\n}\n.glyphicon-floppy-remove:before {\n content: \"\\e174\";\n}\n.glyphicon-floppy-save:before {\n content: \"\\e175\";\n}\n.glyphicon-floppy-open:before {\n content: \"\\e176\";\n}\n.glyphicon-credit-card:before {\n content: \"\\e177\";\n}\n.glyphicon-transfer:before {\n content: \"\\e178\";\n}\n.glyphicon-cutlery:before {\n content: \"\\e179\";\n}\n.glyphicon-header:before {\n content: \"\\e180\";\n}\n.glyphicon-compressed:before {\n content: \"\\e181\";\n}\n.glyphicon-earphone:before {\n content: \"\\e182\";\n}\n.glyphicon-phone-alt:before {\n content: \"\\e183\";\n}\n.glyphicon-tower:before {\n content: \"\\e184\";\n}\n.glyphicon-stats:before {\n content: \"\\e185\";\n}\n.glyphicon-sd-video:before {\n content: \"\\e186\";\n}\n.glyphicon-hd-video:before {\n content: \"\\e187\";\n}\n.glyphicon-subtitles:before {\n content: \"\\e188\";\n}\n.glyphicon-sound-stereo:before {\n content: \"\\e189\";\n}\n.glyphicon-sound-dolby:before {\n content: \"\\e190\";\n}\n.glyphicon-sound-5-1:before {\n content: \"\\e191\";\n}\n.glyphicon-sound-6-1:before {\n content: \"\\e192\";\n}\n.glyphicon-sound-7-1:before {\n content: \"\\e193\";\n}\n.glyphicon-copyright-mark:before {\n content: \"\\e194\";\n}\n.glyphicon-registration-mark:before {\n content: \"\\e195\";\n}\n.glyphicon-cloud-download:before {\n content: \"\\e197\";\n}\n.glyphicon-cloud-upload:before {\n content: \"\\e198\";\n}\n.glyphicon-tree-conifer:before {\n content: \"\\e199\";\n}\n.glyphicon-tree-deciduous:before {\n content: \"\\e200\";\n}\n.glyphicon-cd:before {\n content: \"\\e201\";\n}\n.glyphicon-save-file:before {\n content: \"\\e202\";\n}\n.glyphicon-open-file:before {\n content: \"\\e203\";\n}\n.glyphicon-level-up:before {\n content: \"\\e204\";\n}\n.glyphicon-copy:before {\n content: \"\\e205\";\n}\n.glyphicon-paste:before {\n content: \"\\e206\";\n}\n.glyphicon-alert:before {\n content: \"\\e209\";\n}\n.glyphicon-equalizer:before {\n content: \"\\e210\";\n}\n.glyphicon-king:before {\n content: \"\\e211\";\n}\n.glyphicon-queen:before {\n content: \"\\e212\";\n}\n.glyphicon-pawn:before {\n content: \"\\e213\";\n}\n.glyphicon-bishop:before {\n content: \"\\e214\";\n}\n.glyphicon-knight:before {\n content: \"\\e215\";\n}\n.glyphicon-baby-formula:before {\n content: \"\\e216\";\n}\n.glyphicon-tent:before {\n content: \"\\26fa\";\n}\n.glyphicon-blackboard:before {\n content: \"\\e218\";\n}\n.glyphicon-bed:before {\n content: \"\\e219\";\n}\n.glyphicon-apple:before {\n content: \"\\f8ff\";\n}\n.glyphicon-erase:before {\n content: \"\\e221\";\n}\n.glyphicon-hourglass:before {\n content: \"\\231b\";\n}\n.glyphicon-lamp:before {\n content: \"\\e223\";\n}\n.glyphicon-duplicate:before {\n content: \"\\e224\";\n}\n.glyphicon-piggy-bank:before {\n content: \"\\e225\";\n}\n.glyphicon-scissors:before {\n content: \"\\e226\";\n}\n.glyphicon-bitcoin:before {\n content: \"\\e227\";\n}\n.glyphicon-yen:before {\n content: \"\\00a5\";\n}\n.glyphicon-ruble:before {\n content: \"\\20bd\";\n}\n.glyphicon-scale:before {\n content: \"\\e230\";\n}\n.glyphicon-ice-lolly:before {\n content: \"\\e231\";\n}\n.glyphicon-ice-lolly-tasted:before {\n content: \"\\e232\";\n}\n.glyphicon-education:before {\n content: \"\\e233\";\n}\n.glyphicon-option-horizontal:before {\n content: \"\\e234\";\n}\n.glyphicon-option-vertical:before {\n content: \"\\e235\";\n}\n.glyphicon-menu-hamburger:before {\n content: \"\\e236\";\n}\n.glyphicon-modal-window:before {\n content: \"\\e237\";\n}\n.glyphicon-oil:before {\n content: \"\\e238\";\n}\n.glyphicon-grain:before {\n content: \"\\e239\";\n}\n.glyphicon-sunglasses:before {\n content: \"\\e240\";\n}\n.glyphicon-text-size:before {\n content: \"\\e241\";\n}\n.glyphicon-text-color:before {\n content: \"\\e242\";\n}\n.glyphicon-text-background:before {\n content: \"\\e243\";\n}\n.glyphicon-object-align-top:before {\n content: \"\\e244\";\n}\n.glyphicon-object-align-bottom:before {\n content: \"\\e245\";\n}\n.glyphicon-object-align-horizontal:before {\n content: \"\\e246\";\n}\n.glyphicon-object-align-left:before {\n content: \"\\e247\";\n}\n.glyphicon-object-align-vertical:before {\n content: \"\\e248\";\n}\n.glyphicon-object-align-right:before {\n content: \"\\e249\";\n}\n.glyphicon-triangle-right:before {\n content: \"\\e250\";\n}\n.glyphicon-triangle-left:before {\n content: \"\\e251\";\n}\n.glyphicon-triangle-bottom:before {\n content: \"\\e252\";\n}\n.glyphicon-triangle-top:before {\n content: \"\\e253\";\n}\n.glyphicon-console:before {\n content: \"\\e254\";\n}\n.glyphicon-superscript:before {\n content: \"\\e255\";\n}\n.glyphicon-subscript:before {\n content: \"\\e256\";\n}\n.glyphicon-menu-left:before {\n content: \"\\e257\";\n}\n.glyphicon-menu-right:before {\n content: \"\\e258\";\n}\n.glyphicon-menu-down:before {\n content: \"\\e259\";\n}\n.glyphicon-menu-up:before {\n content: \"\\e260\";\n}\n* {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n*:before,\n*:after {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\nhtml {\n font-size: 10px;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 1.42857143;\n color: #333333;\n background-color: #ffffff;\n}\ninput,\nbutton,\nselect,\ntextarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\na {\n color: #337ab7;\n text-decoration: none;\n}\na:hover,\na:focus {\n color: #23527c;\n text-decoration: underline;\n}\na:focus {\n outline: thin dotted;\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\nfigure {\n margin: 0;\n}\nimg {\n vertical-align: middle;\n}\n.img-responsive,\n.thumbnail > img,\n.thumbnail a > img,\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n display: block;\n max-width: 100%;\n height: auto;\n}\n.img-rounded {\n border-radius: 6px;\n}\n.img-thumbnail {\n padding: 4px;\n line-height: 1.42857143;\n background-color: #ffffff;\n border: 1px solid #dddddd;\n border-radius: 4px;\n -webkit-transition: all 0.2s ease-in-out;\n -o-transition: all 0.2s ease-in-out;\n transition: all 0.2s ease-in-out;\n display: inline-block;\n max-width: 100%;\n height: auto;\n}\n.img-circle {\n border-radius: 50%;\n}\nhr {\n margin-top: 20px;\n margin-bottom: 20px;\n border: 0;\n border-top: 1px solid #eeeeee;\n}\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0;\n}\n.sr-only-focusable:active,\n.sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\n.h1,\n.h2,\n.h3,\n.h4,\n.h5,\n.h6 {\n font-family: inherit;\n font-weight: 500;\n line-height: 1.1;\n color: inherit;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small,\n.h1 small,\n.h2 small,\n.h3 small,\n.h4 small,\n.h5 small,\n.h6 small,\nh1 .small,\nh2 .small,\nh3 .small,\nh4 .small,\nh5 .small,\nh6 .small,\n.h1 .small,\n.h2 .small,\n.h3 .small,\n.h4 .small,\n.h5 .small,\n.h6 .small {\n font-weight: normal;\n line-height: 1;\n color: #777777;\n}\nh1,\n.h1,\nh2,\n.h2,\nh3,\n.h3 {\n margin-top: 20px;\n margin-bottom: 10px;\n}\nh1 small,\n.h1 small,\nh2 small,\n.h2 small,\nh3 small,\n.h3 small,\nh1 .small,\n.h1 .small,\nh2 .small,\n.h2 .small,\nh3 .small,\n.h3 .small {\n font-size: 65%;\n}\nh4,\n.h4,\nh5,\n.h5,\nh6,\n.h6 {\n margin-top: 10px;\n margin-bottom: 10px;\n}\nh4 small,\n.h4 small,\nh5 small,\n.h5 small,\nh6 small,\n.h6 small,\nh4 .small,\n.h4 .small,\nh5 .small,\n.h5 .small,\nh6 .small,\n.h6 .small {\n font-size: 75%;\n}\nh1,\n.h1 {\n font-size: 36px;\n}\nh2,\n.h2 {\n font-size: 30px;\n}\nh3,\n.h3 {\n font-size: 24px;\n}\nh4,\n.h4 {\n font-size: 18px;\n}\nh5,\n.h5 {\n font-size: 14px;\n}\nh6,\n.h6 {\n font-size: 12px;\n}\np {\n margin: 0 0 10px;\n}\n.lead {\n margin-bottom: 20px;\n font-size: 16px;\n font-weight: 300;\n line-height: 1.4;\n}\n@media (min-width: 768px) {\n .lead {\n font-size: 21px;\n }\n}\nsmall,\n.small {\n font-size: 85%;\n}\nmark,\n.mark {\n background-color: #fcf8e3;\n padding: .2em;\n}\n.text-left {\n text-align: left;\n}\n.text-right {\n text-align: right;\n}\n.text-center {\n text-align: center;\n}\n.text-justify {\n text-align: justify;\n}\n.text-nowrap {\n white-space: nowrap;\n}\n.text-lowercase {\n text-transform: lowercase;\n}\n.text-uppercase {\n text-transform: uppercase;\n}\n.text-capitalize {\n text-transform: capitalize;\n}\n.text-muted {\n color: #777777;\n}\n.text-primary {\n color: #337ab7;\n}\na.text-primary:hover {\n color: #286090;\n}\n.text-success {\n color: #3c763d;\n}\na.text-success:hover {\n color: #2b542c;\n}\n.text-info {\n color: #31708f;\n}\na.text-info:hover {\n color: #245269;\n}\n.text-warning {\n color: #8a6d3b;\n}\na.text-warning:hover {\n color: #66512c;\n}\n.text-danger {\n color: #a94442;\n}\na.text-danger:hover {\n color: #843534;\n}\n.bg-primary {\n color: #fff;\n background-color: #337ab7;\n}\na.bg-primary:hover {\n background-color: #286090;\n}\n.bg-success {\n background-color: #dff0d8;\n}\na.bg-success:hover {\n background-color: #c1e2b3;\n}\n.bg-info {\n background-color: #d9edf7;\n}\na.bg-info:hover {\n background-color: #afd9ee;\n}\n.bg-warning {\n background-color: #fcf8e3;\n}\na.bg-warning:hover {\n background-color: #f7ecb5;\n}\n.bg-danger {\n background-color: #f2dede;\n}\na.bg-danger:hover {\n background-color: #e4b9b9;\n}\n.page-header {\n padding-bottom: 9px;\n margin: 40px 0 20px;\n border-bottom: 1px solid #eeeeee;\n}\nul,\nol {\n margin-top: 0;\n margin-bottom: 10px;\n}\nul ul,\nol ul,\nul ol,\nol ol {\n margin-bottom: 0;\n}\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n.list-inline {\n padding-left: 0;\n list-style: none;\n margin-left: -5px;\n}\n.list-inline > li {\n display: inline-block;\n padding-left: 5px;\n padding-right: 5px;\n}\ndl {\n margin-top: 0;\n margin-bottom: 20px;\n}\ndt,\ndd {\n line-height: 1.42857143;\n}\ndt {\n font-weight: bold;\n}\ndd {\n margin-left: 0;\n}\n@media (min-width: 768px) {\n .dl-horizontal dt {\n float: left;\n width: 160px;\n clear: left;\n text-align: right;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n .dl-horizontal dd {\n margin-left: 180px;\n }\n}\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted #777777;\n}\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\nblockquote {\n padding: 10px 20px;\n margin: 0 0 20px;\n font-size: 17.5px;\n border-left: 5px solid #eeeeee;\n}\nblockquote p:last-child,\nblockquote ul:last-child,\nblockquote ol:last-child {\n margin-bottom: 0;\n}\nblockquote footer,\nblockquote small,\nblockquote .small {\n display: block;\n font-size: 80%;\n line-height: 1.42857143;\n color: #777777;\n}\nblockquote footer:before,\nblockquote small:before,\nblockquote .small:before {\n content: '\\2014 \\00A0';\n}\n.blockquote-reverse,\nblockquote.pull-right {\n padding-right: 15px;\n padding-left: 0;\n border-right: 5px solid #eeeeee;\n border-left: 0;\n text-align: right;\n}\n.blockquote-reverse footer:before,\nblockquote.pull-right footer:before,\n.blockquote-reverse small:before,\nblockquote.pull-right small:before,\n.blockquote-reverse .small:before,\nblockquote.pull-right .small:before {\n content: '';\n}\n.blockquote-reverse footer:after,\nblockquote.pull-right footer:after,\n.blockquote-reverse small:after,\nblockquote.pull-right small:after,\n.blockquote-reverse .small:after,\nblockquote.pull-right .small:after {\n content: '\\00A0 \\2014';\n}\naddress {\n margin-bottom: 20px;\n font-style: normal;\n line-height: 1.42857143;\n}\ncode,\nkbd,\npre,\nsamp {\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n}\ncode {\n padding: 2px 4px;\n font-size: 90%;\n color: #c7254e;\n background-color: #f9f2f4;\n border-radius: 4px;\n}\nkbd {\n padding: 2px 4px;\n font-size: 90%;\n color: #ffffff;\n background-color: #333333;\n border-radius: 3px;\n box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);\n}\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold;\n box-shadow: none;\n}\npre {\n display: block;\n padding: 9.5px;\n margin: 0 0 10px;\n font-size: 13px;\n line-height: 1.42857143;\n word-break: break-all;\n word-wrap: break-word;\n color: #333333;\n background-color: #f5f5f5;\n border: 1px solid #cccccc;\n border-radius: 4px;\n}\npre code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n white-space: pre-wrap;\n background-color: transparent;\n border-radius: 0;\n}\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n.container {\n margin-right: auto;\n margin-left: auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n@media (min-width: 768px) {\n .container {\n width: 750px;\n }\n}\n@media (min-width: 992px) {\n .container {\n width: 970px;\n }\n}\n@media (min-width: 1200px) {\n .container {\n width: 1170px;\n }\n}\n.container-fluid {\n margin-right: auto;\n margin-left: auto;\n padding-left: 15px;\n padding-right: 15px;\n}\n.row {\n margin-left: -15px;\n margin-right: -15px;\n}\n.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {\n position: relative;\n min-height: 1px;\n padding-left: 15px;\n padding-right: 15px;\n}\n.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {\n float: left;\n}\n.col-xs-12 {\n width: 100%;\n}\n.col-xs-11 {\n width: 91.66666667%;\n}\n.col-xs-10 {\n width: 83.33333333%;\n}\n.col-xs-9 {\n width: 75%;\n}\n.col-xs-8 {\n width: 66.66666667%;\n}\n.col-xs-7 {\n width: 58.33333333%;\n}\n.col-xs-6 {\n width: 50%;\n}\n.col-xs-5 {\n width: 41.66666667%;\n}\n.col-xs-4 {\n width: 33.33333333%;\n}\n.col-xs-3 {\n width: 25%;\n}\n.col-xs-2 {\n width: 16.66666667%;\n}\n.col-xs-1 {\n width: 8.33333333%;\n}\n.col-xs-pull-12 {\n right: 100%;\n}\n.col-xs-pull-11 {\n right: 91.66666667%;\n}\n.col-xs-pull-10 {\n right: 83.33333333%;\n}\n.col-xs-pull-9 {\n right: 75%;\n}\n.col-xs-pull-8 {\n right: 66.66666667%;\n}\n.col-xs-pull-7 {\n right: 58.33333333%;\n}\n.col-xs-pull-6 {\n right: 50%;\n}\n.col-xs-pull-5 {\n right: 41.66666667%;\n}\n.col-xs-pull-4 {\n right: 33.33333333%;\n}\n.col-xs-pull-3 {\n right: 25%;\n}\n.col-xs-pull-2 {\n right: 16.66666667%;\n}\n.col-xs-pull-1 {\n right: 8.33333333%;\n}\n.col-xs-pull-0 {\n right: auto;\n}\n.col-xs-push-12 {\n left: 100%;\n}\n.col-xs-push-11 {\n left: 91.66666667%;\n}\n.col-xs-push-10 {\n left: 83.33333333%;\n}\n.col-xs-push-9 {\n left: 75%;\n}\n.col-xs-push-8 {\n left: 66.66666667%;\n}\n.col-xs-push-7 {\n left: 58.33333333%;\n}\n.col-xs-push-6 {\n left: 50%;\n}\n.col-xs-push-5 {\n left: 41.66666667%;\n}\n.col-xs-push-4 {\n left: 33.33333333%;\n}\n.col-xs-push-3 {\n left: 25%;\n}\n.col-xs-push-2 {\n left: 16.66666667%;\n}\n.col-xs-push-1 {\n left: 8.33333333%;\n}\n.col-xs-push-0 {\n left: auto;\n}\n.col-xs-offset-12 {\n margin-left: 100%;\n}\n.col-xs-offset-11 {\n margin-left: 91.66666667%;\n}\n.col-xs-offset-10 {\n margin-left: 83.33333333%;\n}\n.col-xs-offset-9 {\n margin-left: 75%;\n}\n.col-xs-offset-8 {\n margin-left: 66.66666667%;\n}\n.col-xs-offset-7 {\n margin-left: 58.33333333%;\n}\n.col-xs-offset-6 {\n margin-left: 50%;\n}\n.col-xs-offset-5 {\n margin-left: 41.66666667%;\n}\n.col-xs-offset-4 {\n margin-left: 33.33333333%;\n}\n.col-xs-offset-3 {\n margin-left: 25%;\n}\n.col-xs-offset-2 {\n margin-left: 16.66666667%;\n}\n.col-xs-offset-1 {\n margin-left: 8.33333333%;\n}\n.col-xs-offset-0 {\n margin-left: 0%;\n}\n@media (min-width: 768px) {\n .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {\n float: left;\n }\n .col-sm-12 {\n width: 100%;\n }\n .col-sm-11 {\n width: 91.66666667%;\n }\n .col-sm-10 {\n width: 83.33333333%;\n }\n .col-sm-9 {\n width: 75%;\n }\n .col-sm-8 {\n width: 66.66666667%;\n }\n .col-sm-7 {\n width: 58.33333333%;\n }\n .col-sm-6 {\n width: 50%;\n }\n .col-sm-5 {\n width: 41.66666667%;\n }\n .col-sm-4 {\n width: 33.33333333%;\n }\n .col-sm-3 {\n width: 25%;\n }\n .col-sm-2 {\n width: 16.66666667%;\n }\n .col-sm-1 {\n width: 8.33333333%;\n }\n .col-sm-pull-12 {\n right: 100%;\n }\n .col-sm-pull-11 {\n right: 91.66666667%;\n }\n .col-sm-pull-10 {\n right: 83.33333333%;\n }\n .col-sm-pull-9 {\n right: 75%;\n }\n .col-sm-pull-8 {\n right: 66.66666667%;\n }\n .col-sm-pull-7 {\n right: 58.33333333%;\n }\n .col-sm-pull-6 {\n right: 50%;\n }\n .col-sm-pull-5 {\n right: 41.66666667%;\n }\n .col-sm-pull-4 {\n right: 33.33333333%;\n }\n .col-sm-pull-3 {\n right: 25%;\n }\n .col-sm-pull-2 {\n right: 16.66666667%;\n }\n .col-sm-pull-1 {\n right: 8.33333333%;\n }\n .col-sm-pull-0 {\n right: auto;\n }\n .col-sm-push-12 {\n left: 100%;\n }\n .col-sm-push-11 {\n left: 91.66666667%;\n }\n .col-sm-push-10 {\n left: 83.33333333%;\n }\n .col-sm-push-9 {\n left: 75%;\n }\n .col-sm-push-8 {\n left: 66.66666667%;\n }\n .col-sm-push-7 {\n left: 58.33333333%;\n }\n .col-sm-push-6 {\n left: 50%;\n }\n .col-sm-push-5 {\n left: 41.66666667%;\n }\n .col-sm-push-4 {\n left: 33.33333333%;\n }\n .col-sm-push-3 {\n left: 25%;\n }\n .col-sm-push-2 {\n left: 16.66666667%;\n }\n .col-sm-push-1 {\n left: 8.33333333%;\n }\n .col-sm-push-0 {\n left: auto;\n }\n .col-sm-offset-12 {\n margin-left: 100%;\n }\n .col-sm-offset-11 {\n margin-left: 91.66666667%;\n }\n .col-sm-offset-10 {\n margin-left: 83.33333333%;\n }\n .col-sm-offset-9 {\n margin-left: 75%;\n }\n .col-sm-offset-8 {\n margin-left: 66.66666667%;\n }\n .col-sm-offset-7 {\n margin-left: 58.33333333%;\n }\n .col-sm-offset-6 {\n margin-left: 50%;\n }\n .col-sm-offset-5 {\n margin-left: 41.66666667%;\n }\n .col-sm-offset-4 {\n margin-left: 33.33333333%;\n }\n .col-sm-offset-3 {\n margin-left: 25%;\n }\n .col-sm-offset-2 {\n margin-left: 16.66666667%;\n }\n .col-sm-offset-1 {\n margin-left: 8.33333333%;\n }\n .col-sm-offset-0 {\n margin-left: 0%;\n }\n}\n@media (min-width: 992px) {\n .col-md-1, .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-md-10, .col-md-11, .col-md-12 {\n float: left;\n }\n .col-md-12 {\n width: 100%;\n }\n .col-md-11 {\n width: 91.66666667%;\n }\n .col-md-10 {\n width: 83.33333333%;\n }\n .col-md-9 {\n width: 75%;\n }\n .col-md-8 {\n width: 66.66666667%;\n }\n .col-md-7 {\n width: 58.33333333%;\n }\n .col-md-6 {\n width: 50%;\n }\n .col-md-5 {\n width: 41.66666667%;\n }\n .col-md-4 {\n width: 33.33333333%;\n }\n .col-md-3 {\n width: 25%;\n }\n .col-md-2 {\n width: 16.66666667%;\n }\n .col-md-1 {\n width: 8.33333333%;\n }\n .col-md-pull-12 {\n right: 100%;\n }\n .col-md-pull-11 {\n right: 91.66666667%;\n }\n .col-md-pull-10 {\n right: 83.33333333%;\n }\n .col-md-pull-9 {\n right: 75%;\n }\n .col-md-pull-8 {\n right: 66.66666667%;\n }\n .col-md-pull-7 {\n right: 58.33333333%;\n }\n .col-md-pull-6 {\n right: 50%;\n }\n .col-md-pull-5 {\n right: 41.66666667%;\n }\n .col-md-pull-4 {\n right: 33.33333333%;\n }\n .col-md-pull-3 {\n right: 25%;\n }\n .col-md-pull-2 {\n right: 16.66666667%;\n }\n .col-md-pull-1 {\n right: 8.33333333%;\n }\n .col-md-pull-0 {\n right: auto;\n }\n .col-md-push-12 {\n left: 100%;\n }\n .col-md-push-11 {\n left: 91.66666667%;\n }\n .col-md-push-10 {\n left: 83.33333333%;\n }\n .col-md-push-9 {\n left: 75%;\n }\n .col-md-push-8 {\n left: 66.66666667%;\n }\n .col-md-push-7 {\n left: 58.33333333%;\n }\n .col-md-push-6 {\n left: 50%;\n }\n .col-md-push-5 {\n left: 41.66666667%;\n }\n .col-md-push-4 {\n left: 33.33333333%;\n }\n .col-md-push-3 {\n left: 25%;\n }\n .col-md-push-2 {\n left: 16.66666667%;\n }\n .col-md-push-1 {\n left: 8.33333333%;\n }\n .col-md-push-0 {\n left: auto;\n }\n .col-md-offset-12 {\n margin-left: 100%;\n }\n .col-md-offset-11 {\n margin-left: 91.66666667%;\n }\n .col-md-offset-10 {\n margin-left: 83.33333333%;\n }\n .col-md-offset-9 {\n margin-left: 75%;\n }\n .col-md-offset-8 {\n margin-left: 66.66666667%;\n }\n .col-md-offset-7 {\n margin-left: 58.33333333%;\n }\n .col-md-offset-6 {\n margin-left: 50%;\n }\n .col-md-offset-5 {\n margin-left: 41.66666667%;\n }\n .col-md-offset-4 {\n margin-left: 33.33333333%;\n }\n .col-md-offset-3 {\n margin-left: 25%;\n }\n .col-md-offset-2 {\n margin-left: 16.66666667%;\n }\n .col-md-offset-1 {\n margin-left: 8.33333333%;\n }\n .col-md-offset-0 {\n margin-left: 0%;\n }\n}\n@media (min-width: 1200px) {\n .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {\n float: left;\n }\n .col-lg-12 {\n width: 100%;\n }\n .col-lg-11 {\n width: 91.66666667%;\n }\n .col-lg-10 {\n width: 83.33333333%;\n }\n .col-lg-9 {\n width: 75%;\n }\n .col-lg-8 {\n width: 66.66666667%;\n }\n .col-lg-7 {\n width: 58.33333333%;\n }\n .col-lg-6 {\n width: 50%;\n }\n .col-lg-5 {\n width: 41.66666667%;\n }\n .col-lg-4 {\n width: 33.33333333%;\n }\n .col-lg-3 {\n width: 25%;\n }\n .col-lg-2 {\n width: 16.66666667%;\n }\n .col-lg-1 {\n width: 8.33333333%;\n }\n .col-lg-pull-12 {\n right: 100%;\n }\n .col-lg-pull-11 {\n right: 91.66666667%;\n }\n .col-lg-pull-10 {\n right: 83.33333333%;\n }\n .col-lg-pull-9 {\n right: 75%;\n }\n .col-lg-pull-8 {\n right: 66.66666667%;\n }\n .col-lg-pull-7 {\n right: 58.33333333%;\n }\n .col-lg-pull-6 {\n right: 50%;\n }\n .col-lg-pull-5 {\n right: 41.66666667%;\n }\n .col-lg-pull-4 {\n right: 33.33333333%;\n }\n .col-lg-pull-3 {\n right: 25%;\n }\n .col-lg-pull-2 {\n right: 16.66666667%;\n }\n .col-lg-pull-1 {\n right: 8.33333333%;\n }\n .col-lg-pull-0 {\n right: auto;\n }\n .col-lg-push-12 {\n left: 100%;\n }\n .col-lg-push-11 {\n left: 91.66666667%;\n }\n .col-lg-push-10 {\n left: 83.33333333%;\n }\n .col-lg-push-9 {\n left: 75%;\n }\n .col-lg-push-8 {\n left: 66.66666667%;\n }\n .col-lg-push-7 {\n left: 58.33333333%;\n }\n .col-lg-push-6 {\n left: 50%;\n }\n .col-lg-push-5 {\n left: 41.66666667%;\n }\n .col-lg-push-4 {\n left: 33.33333333%;\n }\n .col-lg-push-3 {\n left: 25%;\n }\n .col-lg-push-2 {\n left: 16.66666667%;\n }\n .col-lg-push-1 {\n left: 8.33333333%;\n }\n .col-lg-push-0 {\n left: auto;\n }\n .col-lg-offset-12 {\n margin-left: 100%;\n }\n .col-lg-offset-11 {\n margin-left: 91.66666667%;\n }\n .col-lg-offset-10 {\n margin-left: 83.33333333%;\n }\n .col-lg-offset-9 {\n margin-left: 75%;\n }\n .col-lg-offset-8 {\n margin-left: 66.66666667%;\n }\n .col-lg-offset-7 {\n margin-left: 58.33333333%;\n }\n .col-lg-offset-6 {\n margin-left: 50%;\n }\n .col-lg-offset-5 {\n margin-left: 41.66666667%;\n }\n .col-lg-offset-4 {\n margin-left: 33.33333333%;\n }\n .col-lg-offset-3 {\n margin-left: 25%;\n }\n .col-lg-offset-2 {\n margin-left: 16.66666667%;\n }\n .col-lg-offset-1 {\n margin-left: 8.33333333%;\n }\n .col-lg-offset-0 {\n margin-left: 0%;\n }\n}\ntable {\n background-color: transparent;\n}\ncaption {\n padding-top: 8px;\n padding-bottom: 8px;\n color: #777777;\n text-align: left;\n}\nth {\n text-align: left;\n}\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 20px;\n}\n.table > thead > tr > th,\n.table > tbody > tr > th,\n.table > tfoot > tr > th,\n.table > thead > tr > td,\n.table > tbody > tr > td,\n.table > tfoot > tr > td {\n padding: 8px;\n line-height: 1.42857143;\n vertical-align: top;\n border-top: 1px solid #dddddd;\n}\n.table > thead > tr > th {\n vertical-align: bottom;\n border-bottom: 2px solid #dddddd;\n}\n.table > caption + thead > tr:first-child > th,\n.table > colgroup + thead > tr:first-child > th,\n.table > thead:first-child > tr:first-child > th,\n.table > caption + thead > tr:first-child > td,\n.table > colgroup + thead > tr:first-child > td,\n.table > thead:first-child > tr:first-child > td {\n border-top: 0;\n}\n.table > tbody + tbody {\n border-top: 2px solid #dddddd;\n}\n.table .table {\n background-color: #ffffff;\n}\n.table-condensed > thead > tr > th,\n.table-condensed > tbody > tr > th,\n.table-condensed > tfoot > tr > th,\n.table-condensed > thead > tr > td,\n.table-condensed > tbody > tr > td,\n.table-condensed > tfoot > tr > td {\n padding: 5px;\n}\n.table-bordered {\n border: 1px solid #dddddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > tbody > tr > th,\n.table-bordered > tfoot > tr > th,\n.table-bordered > thead > tr > td,\n.table-bordered > tbody > tr > td,\n.table-bordered > tfoot > tr > td {\n border: 1px solid #dddddd;\n}\n.table-bordered > thead > tr > th,\n.table-bordered > thead > tr > td {\n border-bottom-width: 2px;\n}\n.table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #f9f9f9;\n}\n.table-hover > tbody > tr:hover {\n background-color: #f5f5f5;\n}\ntable col[class*=\"col-\"] {\n position: static;\n float: none;\n display: table-column;\n}\ntable td[class*=\"col-\"],\ntable th[class*=\"col-\"] {\n position: static;\n float: none;\n display: table-cell;\n}\n.table > thead > tr > td.active,\n.table > tbody > tr > td.active,\n.table > tfoot > tr > td.active,\n.table > thead > tr > th.active,\n.table > tbody > tr > th.active,\n.table > tfoot > tr > th.active,\n.table > thead > tr.active > td,\n.table > tbody > tr.active > td,\n.table > tfoot > tr.active > td,\n.table > thead > tr.active > th,\n.table > tbody > tr.active > th,\n.table > tfoot > tr.active > th {\n background-color: #f5f5f5;\n}\n.table-hover > tbody > tr > td.active:hover,\n.table-hover > tbody > tr > th.active:hover,\n.table-hover > tbody > tr.active:hover > td,\n.table-hover > tbody > tr:hover > .active,\n.table-hover > tbody > tr.active:hover > th {\n background-color: #e8e8e8;\n}\n.table > thead > tr > td.success,\n.table > tbody > tr > td.success,\n.table > tfoot > tr > td.success,\n.table > thead > tr > th.success,\n.table > tbody > tr > th.success,\n.table > tfoot > tr > th.success,\n.table > thead > tr.success > td,\n.table > tbody > tr.success > td,\n.table > tfoot > tr.success > td,\n.table > thead > tr.success > th,\n.table > tbody > tr.success > th,\n.table > tfoot > tr.success > th {\n background-color: #dff0d8;\n}\n.table-hover > tbody > tr > td.success:hover,\n.table-hover > tbody > tr > th.success:hover,\n.table-hover > tbody > tr.success:hover > td,\n.table-hover > tbody > tr:hover > .success,\n.table-hover > tbody > tr.success:hover > th {\n background-color: #d0e9c6;\n}\n.table > thead > tr > td.info,\n.table > tbody > tr > td.info,\n.table > tfoot > tr > td.info,\n.table > thead > tr > th.info,\n.table > tbody > tr > th.info,\n.table > tfoot > tr > th.info,\n.table > thead > tr.info > td,\n.table > tbody > tr.info > td,\n.table > tfoot > tr.info > td,\n.table > thead > tr.info > th,\n.table > tbody > tr.info > th,\n.table > tfoot > tr.info > th {\n background-color: #d9edf7;\n}\n.table-hover > tbody > tr > td.info:hover,\n.table-hover > tbody > tr > th.info:hover,\n.table-hover > tbody > tr.info:hover > td,\n.table-hover > tbody > tr:hover > .info,\n.table-hover > tbody > tr.info:hover > th {\n background-color: #c4e3f3;\n}\n.table > thead > tr > td.warning,\n.table > tbody > tr > td.warning,\n.table > tfoot > tr > td.warning,\n.table > thead > tr > th.warning,\n.table > tbody > tr > th.warning,\n.table > tfoot > tr > th.warning,\n.table > thead > tr.warning > td,\n.table > tbody > tr.warning > td,\n.table > tfoot > tr.warning > td,\n.table > thead > tr.warning > th,\n.table > tbody > tr.warning > th,\n.table > tfoot > tr.warning > th {\n background-color: #fcf8e3;\n}\n.table-hover > tbody > tr > td.warning:hover,\n.table-hover > tbody > tr > th.warning:hover,\n.table-hover > tbody > tr.warning:hover > td,\n.table-hover > tbody > tr:hover > .warning,\n.table-hover > tbody > tr.warning:hover > th {\n background-color: #faf2cc;\n}\n.table > thead > tr > td.danger,\n.table > tbody > tr > td.danger,\n.table > tfoot > tr > td.danger,\n.table > thead > tr > th.danger,\n.table > tbody > tr > th.danger,\n.table > tfoot > tr > th.danger,\n.table > thead > tr.danger > td,\n.table > tbody > tr.danger > td,\n.table > tfoot > tr.danger > td,\n.table > thead > tr.danger > th,\n.table > tbody > tr.danger > th,\n.table > tfoot > tr.danger > th {\n background-color: #f2dede;\n}\n.table-hover > tbody > tr > td.danger:hover,\n.table-hover > tbody > tr > th.danger:hover,\n.table-hover > tbody > tr.danger:hover > td,\n.table-hover > tbody > tr:hover > .danger,\n.table-hover > tbody > tr.danger:hover > th {\n background-color: #ebcccc;\n}\n.table-responsive {\n overflow-x: auto;\n min-height: 0.01%;\n}\n@media screen and (max-width: 767px) {\n .table-responsive {\n width: 100%;\n margin-bottom: 15px;\n overflow-y: hidden;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n border: 1px solid #dddddd;\n }\n .table-responsive > .table {\n margin-bottom: 0;\n }\n .table-responsive > .table > thead > tr > th,\n .table-responsive > .table > tbody > tr > th,\n .table-responsive > .table > tfoot > tr > th,\n .table-responsive > .table > thead > tr > td,\n .table-responsive > .table > tbody > tr > td,\n .table-responsive > .table > tfoot > tr > td {\n white-space: nowrap;\n }\n .table-responsive > .table-bordered {\n border: 0;\n }\n .table-responsive > .table-bordered > thead > tr > th:first-child,\n .table-responsive > .table-bordered > tbody > tr > th:first-child,\n .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n .table-responsive > .table-bordered > thead > tr > td:first-child,\n .table-responsive > .table-bordered > tbody > tr > td:first-child,\n .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n border-left: 0;\n }\n .table-responsive > .table-bordered > thead > tr > th:last-child,\n .table-responsive > .table-bordered > tbody > tr > th:last-child,\n .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n .table-responsive > .table-bordered > thead > tr > td:last-child,\n .table-responsive > .table-bordered > tbody > tr > td:last-child,\n .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n border-right: 0;\n }\n .table-responsive > .table-bordered > tbody > tr:last-child > th,\n .table-responsive > .table-bordered > tfoot > tr:last-child > th,\n .table-responsive > .table-bordered > tbody > tr:last-child > td,\n .table-responsive > .table-bordered > tfoot > tr:last-child > td {\n border-bottom: 0;\n }\n}\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n min-width: 0;\n}\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: 20px;\n font-size: 21px;\n line-height: inherit;\n color: #333333;\n border: 0;\n border-bottom: 1px solid #e5e5e5;\n}\nlabel {\n display: inline-block;\n max-width: 100%;\n margin-bottom: 5px;\n font-weight: bold;\n}\ninput[type=\"search\"] {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n margin: 4px 0 0;\n margin-top: 1px \\9;\n line-height: normal;\n}\ninput[type=\"file\"] {\n display: block;\n}\ninput[type=\"range\"] {\n display: block;\n width: 100%;\n}\nselect[multiple],\nselect[size] {\n height: auto;\n}\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n outline: thin dotted;\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\noutput {\n display: block;\n padding-top: 7px;\n font-size: 14px;\n line-height: 1.42857143;\n color: #555555;\n}\n.form-control {\n display: block;\n width: 100%;\n height: 34px;\n padding: 6px 12px;\n font-size: 14px;\n line-height: 1.42857143;\n color: #555555;\n background-color: #ffffff;\n background-image: none;\n border: 1px solid #cccccc;\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;\n}\n.form-control:focus {\n border-color: #66afe9;\n outline: 0;\n -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);\n}\n.form-control::-moz-placeholder {\n color: #999999;\n opacity: 1;\n}\n.form-control:-ms-input-placeholder {\n color: #999999;\n}\n.form-control::-webkit-input-placeholder {\n color: #999999;\n}\n.form-control[disabled],\n.form-control[readonly],\nfieldset[disabled] .form-control {\n cursor: not-allowed;\n background-color: #eeeeee;\n opacity: 1;\n}\ntextarea.form-control {\n height: auto;\n}\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n input[type=\"date\"],\n input[type=\"time\"],\n input[type=\"datetime-local\"],\n input[type=\"month\"] {\n line-height: 34px;\n }\n input[type=\"date\"].input-sm,\n input[type=\"time\"].input-sm,\n input[type=\"datetime-local\"].input-sm,\n input[type=\"month\"].input-sm,\n .input-group-sm input[type=\"date\"],\n .input-group-sm input[type=\"time\"],\n .input-group-sm input[type=\"datetime-local\"],\n .input-group-sm input[type=\"month\"] {\n line-height: 30px;\n }\n input[type=\"date\"].input-lg,\n input[type=\"time\"].input-lg,\n input[type=\"datetime-local\"].input-lg,\n input[type=\"month\"].input-lg,\n .input-group-lg input[type=\"date\"],\n .input-group-lg input[type=\"time\"],\n .input-group-lg input[type=\"datetime-local\"],\n .input-group-lg input[type=\"month\"] {\n line-height: 46px;\n }\n}\n.form-group {\n margin-bottom: 15px;\n}\n.radio,\n.checkbox {\n position: relative;\n display: block;\n margin-top: 10px;\n margin-bottom: 10px;\n}\n.radio label,\n.checkbox label {\n min-height: 20px;\n padding-left: 20px;\n margin-bottom: 0;\n font-weight: normal;\n cursor: pointer;\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n position: absolute;\n margin-left: -20px;\n margin-top: 4px \\9;\n}\n.radio + .radio,\n.checkbox + .checkbox {\n margin-top: -5px;\n}\n.radio-inline,\n.checkbox-inline {\n display: inline-block;\n padding-left: 20px;\n margin-bottom: 0;\n vertical-align: middle;\n font-weight: normal;\n cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n margin-top: 0;\n margin-left: 10px;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"].disabled,\ninput[type=\"checkbox\"].disabled,\nfieldset[disabled] input[type=\"radio\"],\nfieldset[disabled] input[type=\"checkbox\"] {\n cursor: not-allowed;\n}\n.radio-inline.disabled,\n.checkbox-inline.disabled,\nfieldset[disabled] .radio-inline,\nfieldset[disabled] .checkbox-inline {\n cursor: not-allowed;\n}\n.radio.disabled label,\n.checkbox.disabled label,\nfieldset[disabled] .radio label,\nfieldset[disabled] .checkbox label {\n cursor: not-allowed;\n}\n.form-control-static {\n padding-top: 7px;\n padding-bottom: 7px;\n margin-bottom: 0;\n}\n.form-control-static.input-lg,\n.form-control-static.input-sm {\n padding-left: 0;\n padding-right: 0;\n}\n.input-sm {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\nselect.input-sm {\n height: 30px;\n line-height: 30px;\n}\ntextarea.input-sm,\nselect[multiple].input-sm {\n height: auto;\n}\n.form-group-sm .form-control {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\nselect.form-group-sm .form-control {\n height: 30px;\n line-height: 30px;\n}\ntextarea.form-group-sm .form-control,\nselect[multiple].form-group-sm .form-control {\n height: auto;\n}\n.form-group-sm .form-control-static {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n}\n.input-lg {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\nselect.input-lg {\n height: 46px;\n line-height: 46px;\n}\ntextarea.input-lg,\nselect[multiple].input-lg {\n height: auto;\n}\n.form-group-lg .form-control {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\nselect.form-group-lg .form-control {\n height: 46px;\n line-height: 46px;\n}\ntextarea.form-group-lg .form-control,\nselect[multiple].form-group-lg .form-control {\n height: auto;\n}\n.form-group-lg .form-control-static {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n}\n.has-feedback {\n position: relative;\n}\n.has-feedback .form-control {\n padding-right: 42.5px;\n}\n.form-control-feedback {\n position: absolute;\n top: 0;\n right: 0;\n z-index: 2;\n display: block;\n width: 34px;\n height: 34px;\n line-height: 34px;\n text-align: center;\n pointer-events: none;\n}\n.input-lg + .form-control-feedback {\n width: 46px;\n height: 46px;\n line-height: 46px;\n}\n.input-sm + .form-control-feedback {\n width: 30px;\n height: 30px;\n line-height: 30px;\n}\n.has-success .help-block,\n.has-success .control-label,\n.has-success .radio,\n.has-success .checkbox,\n.has-success .radio-inline,\n.has-success .checkbox-inline,\n.has-success.radio label,\n.has-success.checkbox label,\n.has-success.radio-inline label,\n.has-success.checkbox-inline label {\n color: #3c763d;\n}\n.has-success .form-control {\n border-color: #3c763d;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-success .form-control:focus {\n border-color: #2b542c;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;\n}\n.has-success .input-group-addon {\n color: #3c763d;\n border-color: #3c763d;\n background-color: #dff0d8;\n}\n.has-success .form-control-feedback {\n color: #3c763d;\n}\n.has-warning .help-block,\n.has-warning .control-label,\n.has-warning .radio,\n.has-warning .checkbox,\n.has-warning .radio-inline,\n.has-warning .checkbox-inline,\n.has-warning.radio label,\n.has-warning.checkbox label,\n.has-warning.radio-inline label,\n.has-warning.checkbox-inline label {\n color: #8a6d3b;\n}\n.has-warning .form-control {\n border-color: #8a6d3b;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-warning .form-control:focus {\n border-color: #66512c;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;\n}\n.has-warning .input-group-addon {\n color: #8a6d3b;\n border-color: #8a6d3b;\n background-color: #fcf8e3;\n}\n.has-warning .form-control-feedback {\n color: #8a6d3b;\n}\n.has-error .help-block,\n.has-error .control-label,\n.has-error .radio,\n.has-error .checkbox,\n.has-error .radio-inline,\n.has-error .checkbox-inline,\n.has-error.radio label,\n.has-error.checkbox label,\n.has-error.radio-inline label,\n.has-error.checkbox-inline label {\n color: #a94442;\n}\n.has-error .form-control {\n border-color: #a94442;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);\n}\n.has-error .form-control:focus {\n border-color: #843534;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;\n}\n.has-error .input-group-addon {\n color: #a94442;\n border-color: #a94442;\n background-color: #f2dede;\n}\n.has-error .form-control-feedback {\n color: #a94442;\n}\n.has-feedback label ~ .form-control-feedback {\n top: 25px;\n}\n.has-feedback label.sr-only ~ .form-control-feedback {\n top: 0;\n}\n.help-block {\n display: block;\n margin-top: 5px;\n margin-bottom: 10px;\n color: #737373;\n}\n@media (min-width: 768px) {\n .form-inline .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-static {\n display: inline-block;\n }\n .form-inline .input-group {\n display: inline-table;\n vertical-align: middle;\n }\n .form-inline .input-group .input-group-addon,\n .form-inline .input-group .input-group-btn,\n .form-inline .input-group .form-control {\n width: auto;\n }\n .form-inline .input-group > .form-control {\n width: 100%;\n }\n .form-inline .control-label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio,\n .form-inline .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .radio label,\n .form-inline .checkbox label {\n padding-left: 0;\n }\n .form-inline .radio input[type=\"radio\"],\n .form-inline .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-left: 0;\n }\n .form-inline .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox,\n.form-horizontal .radio-inline,\n.form-horizontal .checkbox-inline {\n margin-top: 0;\n margin-bottom: 0;\n padding-top: 7px;\n}\n.form-horizontal .radio,\n.form-horizontal .checkbox {\n min-height: 27px;\n}\n.form-horizontal .form-group {\n margin-left: -15px;\n margin-right: -15px;\n}\n@media (min-width: 768px) {\n .form-horizontal .control-label {\n text-align: right;\n margin-bottom: 0;\n padding-top: 7px;\n }\n}\n.form-horizontal .has-feedback .form-control-feedback {\n right: 15px;\n}\n@media (min-width: 768px) {\n .form-horizontal .form-group-lg .control-label {\n padding-top: 14.333333px;\n }\n}\n@media (min-width: 768px) {\n .form-horizontal .form-group-sm .control-label {\n padding-top: 6px;\n }\n}\n.btn {\n display: inline-block;\n margin-bottom: 0;\n font-weight: normal;\n text-align: center;\n vertical-align: middle;\n touch-action: manipulation;\n cursor: pointer;\n background-image: none;\n border: 1px solid transparent;\n white-space: nowrap;\n padding: 6px 12px;\n font-size: 14px;\n line-height: 1.42857143;\n border-radius: 4px;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.btn:focus,\n.btn:active:focus,\n.btn.active:focus,\n.btn.focus,\n.btn:active.focus,\n.btn.active.focus {\n outline: thin dotted;\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\n.btn:hover,\n.btn:focus,\n.btn.focus {\n color: #333333;\n text-decoration: none;\n}\n.btn:active,\n.btn.active {\n outline: 0;\n background-image: none;\n -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn.disabled,\n.btn[disabled],\nfieldset[disabled] .btn {\n cursor: not-allowed;\n pointer-events: none;\n opacity: 0.65;\n filter: alpha(opacity=65);\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.btn-default {\n color: #333333;\n background-color: #ffffff;\n border-color: #cccccc;\n}\n.btn-default:hover,\n.btn-default:focus,\n.btn-default.focus,\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n color: #333333;\n background-color: #e6e6e6;\n border-color: #adadad;\n}\n.btn-default:active,\n.btn-default.active,\n.open > .dropdown-toggle.btn-default {\n background-image: none;\n}\n.btn-default.disabled,\n.btn-default[disabled],\nfieldset[disabled] .btn-default,\n.btn-default.disabled:hover,\n.btn-default[disabled]:hover,\nfieldset[disabled] .btn-default:hover,\n.btn-default.disabled:focus,\n.btn-default[disabled]:focus,\nfieldset[disabled] .btn-default:focus,\n.btn-default.disabled.focus,\n.btn-default[disabled].focus,\nfieldset[disabled] .btn-default.focus,\n.btn-default.disabled:active,\n.btn-default[disabled]:active,\nfieldset[disabled] .btn-default:active,\n.btn-default.disabled.active,\n.btn-default[disabled].active,\nfieldset[disabled] .btn-default.active {\n background-color: #ffffff;\n border-color: #cccccc;\n}\n.btn-default .badge {\n color: #ffffff;\n background-color: #333333;\n}\n.btn-primary {\n color: #ffffff;\n background-color: #337ab7;\n border-color: #2e6da4;\n}\n.btn-primary:hover,\n.btn-primary:focus,\n.btn-primary.focus,\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n color: #ffffff;\n background-color: #286090;\n border-color: #204d74;\n}\n.btn-primary:active,\n.btn-primary.active,\n.open > .dropdown-toggle.btn-primary {\n background-image: none;\n}\n.btn-primary.disabled,\n.btn-primary[disabled],\nfieldset[disabled] .btn-primary,\n.btn-primary.disabled:hover,\n.btn-primary[disabled]:hover,\nfieldset[disabled] .btn-primary:hover,\n.btn-primary.disabled:focus,\n.btn-primary[disabled]:focus,\nfieldset[disabled] .btn-primary:focus,\n.btn-primary.disabled.focus,\n.btn-primary[disabled].focus,\nfieldset[disabled] .btn-primary.focus,\n.btn-primary.disabled:active,\n.btn-primary[disabled]:active,\nfieldset[disabled] .btn-primary:active,\n.btn-primary.disabled.active,\n.btn-primary[disabled].active,\nfieldset[disabled] .btn-primary.active {\n background-color: #337ab7;\n border-color: #2e6da4;\n}\n.btn-primary .badge {\n color: #337ab7;\n background-color: #ffffff;\n}\n.btn-success {\n color: #ffffff;\n background-color: #5cb85c;\n border-color: #4cae4c;\n}\n.btn-success:hover,\n.btn-success:focus,\n.btn-success.focus,\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n color: #ffffff;\n background-color: #449d44;\n border-color: #398439;\n}\n.btn-success:active,\n.btn-success.active,\n.open > .dropdown-toggle.btn-success {\n background-image: none;\n}\n.btn-success.disabled,\n.btn-success[disabled],\nfieldset[disabled] .btn-success,\n.btn-success.disabled:hover,\n.btn-success[disabled]:hover,\nfieldset[disabled] .btn-success:hover,\n.btn-success.disabled:focus,\n.btn-success[disabled]:focus,\nfieldset[disabled] .btn-success:focus,\n.btn-success.disabled.focus,\n.btn-success[disabled].focus,\nfieldset[disabled] .btn-success.focus,\n.btn-success.disabled:active,\n.btn-success[disabled]:active,\nfieldset[disabled] .btn-success:active,\n.btn-success.disabled.active,\n.btn-success[disabled].active,\nfieldset[disabled] .btn-success.active {\n background-color: #5cb85c;\n border-color: #4cae4c;\n}\n.btn-success .badge {\n color: #5cb85c;\n background-color: #ffffff;\n}\n.btn-info {\n color: #ffffff;\n background-color: #5bc0de;\n border-color: #46b8da;\n}\n.btn-info:hover,\n.btn-info:focus,\n.btn-info.focus,\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n color: #ffffff;\n background-color: #31b0d5;\n border-color: #269abc;\n}\n.btn-info:active,\n.btn-info.active,\n.open > .dropdown-toggle.btn-info {\n background-image: none;\n}\n.btn-info.disabled,\n.btn-info[disabled],\nfieldset[disabled] .btn-info,\n.btn-info.disabled:hover,\n.btn-info[disabled]:hover,\nfieldset[disabled] .btn-info:hover,\n.btn-info.disabled:focus,\n.btn-info[disabled]:focus,\nfieldset[disabled] .btn-info:focus,\n.btn-info.disabled.focus,\n.btn-info[disabled].focus,\nfieldset[disabled] .btn-info.focus,\n.btn-info.disabled:active,\n.btn-info[disabled]:active,\nfieldset[disabled] .btn-info:active,\n.btn-info.disabled.active,\n.btn-info[disabled].active,\nfieldset[disabled] .btn-info.active {\n background-color: #5bc0de;\n border-color: #46b8da;\n}\n.btn-info .badge {\n color: #5bc0de;\n background-color: #ffffff;\n}\n.btn-warning {\n color: #ffffff;\n background-color: #f0ad4e;\n border-color: #eea236;\n}\n.btn-warning:hover,\n.btn-warning:focus,\n.btn-warning.focus,\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n color: #ffffff;\n background-color: #ec971f;\n border-color: #d58512;\n}\n.btn-warning:active,\n.btn-warning.active,\n.open > .dropdown-toggle.btn-warning {\n background-image: none;\n}\n.btn-warning.disabled,\n.btn-warning[disabled],\nfieldset[disabled] .btn-warning,\n.btn-warning.disabled:hover,\n.btn-warning[disabled]:hover,\nfieldset[disabled] .btn-warning:hover,\n.btn-warning.disabled:focus,\n.btn-warning[disabled]:focus,\nfieldset[disabled] .btn-warning:focus,\n.btn-warning.disabled.focus,\n.btn-warning[disabled].focus,\nfieldset[disabled] .btn-warning.focus,\n.btn-warning.disabled:active,\n.btn-warning[disabled]:active,\nfieldset[disabled] .btn-warning:active,\n.btn-warning.disabled.active,\n.btn-warning[disabled].active,\nfieldset[disabled] .btn-warning.active {\n background-color: #f0ad4e;\n border-color: #eea236;\n}\n.btn-warning .badge {\n color: #f0ad4e;\n background-color: #ffffff;\n}\n.btn-danger {\n color: #ffffff;\n background-color: #d9534f;\n border-color: #d43f3a;\n}\n.btn-danger:hover,\n.btn-danger:focus,\n.btn-danger.focus,\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n color: #ffffff;\n background-color: #c9302c;\n border-color: #ac2925;\n}\n.btn-danger:active,\n.btn-danger.active,\n.open > .dropdown-toggle.btn-danger {\n background-image: none;\n}\n.btn-danger.disabled,\n.btn-danger[disabled],\nfieldset[disabled] .btn-danger,\n.btn-danger.disabled:hover,\n.btn-danger[disabled]:hover,\nfieldset[disabled] .btn-danger:hover,\n.btn-danger.disabled:focus,\n.btn-danger[disabled]:focus,\nfieldset[disabled] .btn-danger:focus,\n.btn-danger.disabled.focus,\n.btn-danger[disabled].focus,\nfieldset[disabled] .btn-danger.focus,\n.btn-danger.disabled:active,\n.btn-danger[disabled]:active,\nfieldset[disabled] .btn-danger:active,\n.btn-danger.disabled.active,\n.btn-danger[disabled].active,\nfieldset[disabled] .btn-danger.active {\n background-color: #d9534f;\n border-color: #d43f3a;\n}\n.btn-danger .badge {\n color: #d9534f;\n background-color: #ffffff;\n}\n.btn-link {\n color: #337ab7;\n font-weight: normal;\n border-radius: 0;\n}\n.btn-link,\n.btn-link:active,\n.btn-link.active,\n.btn-link[disabled],\nfieldset[disabled] .btn-link {\n background-color: transparent;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.btn-link,\n.btn-link:hover,\n.btn-link:focus,\n.btn-link:active {\n border-color: transparent;\n}\n.btn-link:hover,\n.btn-link:focus {\n color: #23527c;\n text-decoration: underline;\n background-color: transparent;\n}\n.btn-link[disabled]:hover,\nfieldset[disabled] .btn-link:hover,\n.btn-link[disabled]:focus,\nfieldset[disabled] .btn-link:focus {\n color: #777777;\n text-decoration: none;\n}\n.btn-lg,\n.btn-group-lg > .btn {\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\n.btn-sm,\n.btn-group-sm > .btn {\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\n.btn-xs,\n.btn-group-xs > .btn {\n padding: 1px 5px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\n.btn-block {\n display: block;\n width: 100%;\n}\n.btn-block + .btn-block {\n margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n.fade {\n opacity: 0;\n -webkit-transition: opacity 0.15s linear;\n -o-transition: opacity 0.15s linear;\n transition: opacity 0.15s linear;\n}\n.fade.in {\n opacity: 1;\n}\n.collapse {\n display: none;\n visibility: hidden;\n}\n.collapse.in {\n display: block;\n visibility: visible;\n}\ntr.collapse.in {\n display: table-row;\n}\ntbody.collapse.in {\n display: table-row-group;\n}\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n -webkit-transition-property: height, visibility;\n transition-property: height, visibility;\n -webkit-transition-duration: 0.35s;\n transition-duration: 0.35s;\n -webkit-transition-timing-function: ease;\n transition-timing-function: ease;\n}\n.caret {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 2px;\n vertical-align: middle;\n border-top: 4px solid;\n border-right: 4px solid transparent;\n border-left: 4px solid transparent;\n}\n.dropup,\n.dropdown {\n position: relative;\n}\n.dropdown-toggle:focus {\n outline: 0;\n}\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n list-style: none;\n font-size: 14px;\n text-align: left;\n background-color: #ffffff;\n border: 1px solid #cccccc;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 4px;\n -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);\n background-clip: padding-box;\n}\n.dropdown-menu.pull-right {\n right: 0;\n left: auto;\n}\n.dropdown-menu .divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n}\n.dropdown-menu > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: 1.42857143;\n color: #333333;\n white-space: nowrap;\n}\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n text-decoration: none;\n color: #262626;\n background-color: #f5f5f5;\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n color: #ffffff;\n text-decoration: none;\n outline: 0;\n background-color: #337ab7;\n}\n.dropdown-menu > .disabled > a,\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n color: #777777;\n}\n.dropdown-menu > .disabled > a:hover,\n.dropdown-menu > .disabled > a:focus {\n text-decoration: none;\n background-color: transparent;\n background-image: none;\n filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);\n cursor: not-allowed;\n}\n.open > .dropdown-menu {\n display: block;\n}\n.open > a {\n outline: 0;\n}\n.dropdown-menu-right {\n left: auto;\n right: 0;\n}\n.dropdown-menu-left {\n left: 0;\n right: auto;\n}\n.dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: 12px;\n line-height: 1.42857143;\n color: #777777;\n white-space: nowrap;\n}\n.dropdown-backdrop {\n position: fixed;\n left: 0;\n right: 0;\n bottom: 0;\n top: 0;\n z-index: 990;\n}\n.pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n border-top: 0;\n border-bottom: 4px solid;\n content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 2px;\n}\n@media (min-width: 768px) {\n .navbar-right .dropdown-menu {\n left: auto;\n right: 0;\n }\n .navbar-right .dropdown-menu-left {\n left: 0;\n right: auto;\n }\n}\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-block;\n vertical-align: middle;\n}\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n float: left;\n}\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover,\n.btn-group > .btn:focus,\n.btn-group-vertical > .btn:focus,\n.btn-group > .btn:active,\n.btn-group-vertical > .btn:active,\n.btn-group > .btn.active,\n.btn-group-vertical > .btn.active {\n z-index: 2;\n}\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group {\n margin-left: -1px;\n}\n.btn-toolbar {\n margin-left: -5px;\n}\n.btn-toolbar .btn-group,\n.btn-toolbar .input-group {\n float: left;\n}\n.btn-toolbar > .btn,\n.btn-toolbar > .btn-group,\n.btn-toolbar > .input-group {\n margin-left: 5px;\n}\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0;\n}\n.btn-group > .btn:first-child {\n margin-left: 0;\n}\n.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group > .btn-group {\n float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0;\n}\n.btn-group > .btn + .dropdown-toggle {\n padding-left: 8px;\n padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n padding-left: 12px;\n padding-right: 12px;\n}\n.btn-group.open .dropdown-toggle {\n -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n}\n.btn-group.open .dropdown-toggle.btn-link {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.btn .caret {\n margin-left: 0;\n}\n.btn-lg .caret {\n border-width: 5px 5px 0;\n border-bottom-width: 0;\n}\n.dropup .btn-lg .caret {\n border-width: 0 5px 5px;\n}\n.btn-group-vertical > .btn,\n.btn-group-vertical > .btn-group,\n.btn-group-vertical > .btn-group > .btn {\n display: block;\n float: none;\n width: 100%;\n max-width: 100%;\n}\n.btn-group-vertical > .btn-group > .btn {\n float: none;\n}\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0;\n}\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n border-bottom-left-radius: 4px;\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.btn-group-justified {\n display: table;\n width: 100%;\n table-layout: fixed;\n border-collapse: separate;\n}\n.btn-group-justified > .btn,\n.btn-group-justified > .btn-group {\n float: none;\n display: table-cell;\n width: 1%;\n}\n.btn-group-justified > .btn-group .btn {\n width: 100%;\n}\n.btn-group-justified > .btn-group .dropdown-menu {\n left: auto;\n}\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n.input-group {\n position: relative;\n display: table;\n border-collapse: separate;\n}\n.input-group[class*=\"col-\"] {\n float: none;\n padding-left: 0;\n padding-right: 0;\n}\n.input-group .form-control {\n position: relative;\n z-index: 2;\n float: left;\n width: 100%;\n margin-bottom: 0;\n}\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n height: 46px;\n padding: 10px 16px;\n font-size: 18px;\n line-height: 1.3333333;\n border-radius: 6px;\n}\nselect.input-group-lg > .form-control,\nselect.input-group-lg > .input-group-addon,\nselect.input-group-lg > .input-group-btn > .btn {\n height: 46px;\n line-height: 46px;\n}\ntextarea.input-group-lg > .form-control,\ntextarea.input-group-lg > .input-group-addon,\ntextarea.input-group-lg > .input-group-btn > .btn,\nselect[multiple].input-group-lg > .form-control,\nselect[multiple].input-group-lg > .input-group-addon,\nselect[multiple].input-group-lg > .input-group-btn > .btn {\n height: auto;\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n height: 30px;\n padding: 5px 10px;\n font-size: 12px;\n line-height: 1.5;\n border-radius: 3px;\n}\nselect.input-group-sm > .form-control,\nselect.input-group-sm > .input-group-addon,\nselect.input-group-sm > .input-group-btn > .btn {\n height: 30px;\n line-height: 30px;\n}\ntextarea.input-group-sm > .form-control,\ntextarea.input-group-sm > .input-group-addon,\ntextarea.input-group-sm > .input-group-btn > .btn,\nselect[multiple].input-group-sm > .form-control,\nselect[multiple].input-group-sm > .input-group-addon,\nselect[multiple].input-group-sm > .input-group-btn > .btn {\n height: auto;\n}\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n display: table-cell;\n}\n.input-group-addon:not(:first-child):not(:last-child),\n.input-group-btn:not(:first-child):not(:last-child),\n.input-group .form-control:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n.input-group-addon,\n.input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle;\n}\n.input-group-addon {\n padding: 6px 12px;\n font-size: 14px;\n font-weight: normal;\n line-height: 1;\n color: #555555;\n text-align: center;\n background-color: #eeeeee;\n border: 1px solid #cccccc;\n border-radius: 4px;\n}\n.input-group-addon.input-sm {\n padding: 5px 10px;\n font-size: 12px;\n border-radius: 3px;\n}\n.input-group-addon.input-lg {\n padding: 10px 16px;\n font-size: 18px;\n border-radius: 6px;\n}\n.input-group-addon input[type=\"radio\"],\n.input-group-addon input[type=\"checkbox\"] {\n margin-top: 0;\n}\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n.input-group-addon:first-child {\n border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n.input-group-addon:last-child {\n border-left: 0;\n}\n.input-group-btn {\n position: relative;\n font-size: 0;\n white-space: nowrap;\n}\n.input-group-btn > .btn {\n position: relative;\n}\n.input-group-btn > .btn + .btn {\n margin-left: -1px;\n}\n.input-group-btn > .btn:hover,\n.input-group-btn > .btn:focus,\n.input-group-btn > .btn:active {\n z-index: 2;\n}\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group {\n margin-right: -1px;\n}\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group {\n margin-left: -1px;\n}\n.nav {\n margin-bottom: 0;\n padding-left: 0;\n list-style: none;\n}\n.nav > li {\n position: relative;\n display: block;\n}\n.nav > li > a {\n position: relative;\n display: block;\n padding: 10px 15px;\n}\n.nav > li > a:hover,\n.nav > li > a:focus {\n text-decoration: none;\n background-color: #eeeeee;\n}\n.nav > li.disabled > a {\n color: #777777;\n}\n.nav > li.disabled > a:hover,\n.nav > li.disabled > a:focus {\n color: #777777;\n text-decoration: none;\n background-color: transparent;\n cursor: not-allowed;\n}\n.nav .open > a,\n.nav .open > a:hover,\n.nav .open > a:focus {\n background-color: #eeeeee;\n border-color: #337ab7;\n}\n.nav .nav-divider {\n height: 1px;\n margin: 9px 0;\n overflow: hidden;\n background-color: #e5e5e5;\n}\n.nav > li > a > img {\n max-width: none;\n}\n.nav-tabs {\n border-bottom: 1px solid #dddddd;\n}\n.nav-tabs > li {\n float: left;\n margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n margin-right: 2px;\n line-height: 1.42857143;\n border: 1px solid transparent;\n border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n border-color: #eeeeee #eeeeee #dddddd;\n}\n.nav-tabs > li.active > a,\n.nav-tabs > li.active > a:hover,\n.nav-tabs > li.active > a:focus {\n color: #555555;\n background-color: #ffffff;\n border: 1px solid #dddddd;\n border-bottom-color: transparent;\n cursor: default;\n}\n.nav-tabs.nav-justified {\n width: 100%;\n border-bottom: 0;\n}\n.nav-tabs.nav-justified > li {\n float: none;\n}\n.nav-tabs.nav-justified > li > a {\n text-align: center;\n margin-bottom: 5px;\n}\n.nav-tabs.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n}\n@media (min-width: 768px) {\n .nav-tabs.nav-justified > li {\n display: table-cell;\n width: 1%;\n }\n .nav-tabs.nav-justified > li > a {\n margin-bottom: 0;\n }\n}\n.nav-tabs.nav-justified > li > a {\n margin-right: 0;\n border-radius: 4px;\n}\n.nav-tabs.nav-justified > .active > a,\n.nav-tabs.nav-justified > .active > a:hover,\n.nav-tabs.nav-justified > .active > a:focus {\n border: 1px solid #dddddd;\n}\n@media (min-width: 768px) {\n .nav-tabs.nav-justified > li > a {\n border-bottom: 1px solid #dddddd;\n border-radius: 4px 4px 0 0;\n }\n .nav-tabs.nav-justified > .active > a,\n .nav-tabs.nav-justified > .active > a:hover,\n .nav-tabs.nav-justified > .active > a:focus {\n border-bottom-color: #ffffff;\n }\n}\n.nav-pills > li {\n float: left;\n}\n.nav-pills > li > a {\n border-radius: 4px;\n}\n.nav-pills > li + li {\n margin-left: 2px;\n}\n.nav-pills > li.active > a,\n.nav-pills > li.active > a:hover,\n.nav-pills > li.active > a:focus {\n color: #ffffff;\n background-color: #337ab7;\n}\n.nav-stacked > li {\n float: none;\n}\n.nav-stacked > li + li {\n margin-top: 2px;\n margin-left: 0;\n}\n.nav-justified {\n width: 100%;\n}\n.nav-justified > li {\n float: none;\n}\n.nav-justified > li > a {\n text-align: center;\n margin-bottom: 5px;\n}\n.nav-justified > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n}\n@media (min-width: 768px) {\n .nav-justified > li {\n display: table-cell;\n width: 1%;\n }\n .nav-justified > li > a {\n margin-bottom: 0;\n }\n}\n.nav-tabs-justified {\n border-bottom: 0;\n}\n.nav-tabs-justified > li > a {\n margin-right: 0;\n border-radius: 4px;\n}\n.nav-tabs-justified > .active > a,\n.nav-tabs-justified > .active > a:hover,\n.nav-tabs-justified > .active > a:focus {\n border: 1px solid #dddddd;\n}\n@media (min-width: 768px) {\n .nav-tabs-justified > li > a {\n border-bottom: 1px solid #dddddd;\n border-radius: 4px 4px 0 0;\n }\n .nav-tabs-justified > .active > a,\n .nav-tabs-justified > .active > a:hover,\n .nav-tabs-justified > .active > a:focus {\n border-bottom-color: #ffffff;\n }\n}\n.tab-content > .tab-pane {\n display: none;\n visibility: hidden;\n}\n.tab-content > .active {\n display: block;\n visibility: visible;\n}\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.navbar {\n position: relative;\n min-height: 50px;\n margin-bottom: 20px;\n border: 1px solid transparent;\n}\n@media (min-width: 768px) {\n .navbar {\n border-radius: 4px;\n }\n}\n@media (min-width: 768px) {\n .navbar-header {\n float: left;\n }\n}\n.navbar-collapse {\n overflow-x: visible;\n padding-right: 15px;\n padding-left: 15px;\n border-top: 1px solid transparent;\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);\n -webkit-overflow-scrolling: touch;\n}\n.navbar-collapse.in {\n overflow-y: auto;\n}\n@media (min-width: 768px) {\n .navbar-collapse {\n width: auto;\n border-top: 0;\n box-shadow: none;\n }\n .navbar-collapse.collapse {\n display: block !important;\n visibility: visible !important;\n height: auto !important;\n padding-bottom: 0;\n overflow: visible !important;\n }\n .navbar-collapse.in {\n overflow-y: visible;\n }\n .navbar-fixed-top .navbar-collapse,\n .navbar-static-top .navbar-collapse,\n .navbar-fixed-bottom .navbar-collapse {\n padding-left: 0;\n padding-right: 0;\n }\n}\n.navbar-fixed-top .navbar-collapse,\n.navbar-fixed-bottom .navbar-collapse {\n max-height: 340px;\n}\n@media (max-device-width: 480px) and (orientation: landscape) {\n .navbar-fixed-top .navbar-collapse,\n .navbar-fixed-bottom .navbar-collapse {\n max-height: 200px;\n }\n}\n.container > .navbar-header,\n.container-fluid > .navbar-header,\n.container > .navbar-collapse,\n.container-fluid > .navbar-collapse {\n margin-right: -15px;\n margin-left: -15px;\n}\n@media (min-width: 768px) {\n .container > .navbar-header,\n .container-fluid > .navbar-header,\n .container > .navbar-collapse,\n .container-fluid > .navbar-collapse {\n margin-right: 0;\n margin-left: 0;\n }\n}\n.navbar-static-top {\n z-index: 1000;\n border-width: 0 0 1px;\n}\n@media (min-width: 768px) {\n .navbar-static-top {\n border-radius: 0;\n }\n}\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n position: fixed;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n@media (min-width: 768px) {\n .navbar-fixed-top,\n .navbar-fixed-bottom {\n border-radius: 0;\n }\n}\n.navbar-fixed-top {\n top: 0;\n border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n bottom: 0;\n margin-bottom: 0;\n border-width: 1px 0 0;\n}\n.navbar-brand {\n float: left;\n padding: 15px 15px;\n font-size: 18px;\n line-height: 20px;\n height: 50px;\n}\n.navbar-brand:hover,\n.navbar-brand:focus {\n text-decoration: none;\n}\n.navbar-brand > img {\n display: block;\n}\n@media (min-width: 768px) {\n .navbar > .container .navbar-brand,\n .navbar > .container-fluid .navbar-brand {\n margin-left: -15px;\n }\n}\n.navbar-toggle {\n position: relative;\n float: right;\n margin-right: 15px;\n padding: 9px 10px;\n margin-top: 8px;\n margin-bottom: 8px;\n background-color: transparent;\n background-image: none;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n.navbar-toggle:focus {\n outline: 0;\n}\n.navbar-toggle .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n border-radius: 1px;\n}\n.navbar-toggle .icon-bar + .icon-bar {\n margin-top: 4px;\n}\n@media (min-width: 768px) {\n .navbar-toggle {\n display: none;\n }\n}\n.navbar-nav {\n margin: 7.5px -15px;\n}\n.navbar-nav > li > a {\n padding-top: 10px;\n padding-bottom: 10px;\n line-height: 20px;\n}\n@media (max-width: 767px) {\n .navbar-nav .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n box-shadow: none;\n }\n .navbar-nav .open .dropdown-menu > li > a,\n .navbar-nav .open .dropdown-menu .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n .navbar-nav .open .dropdown-menu > li > a {\n line-height: 20px;\n }\n .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-nav .open .dropdown-menu > li > a:focus {\n background-image: none;\n }\n}\n@media (min-width: 768px) {\n .navbar-nav {\n float: left;\n margin: 0;\n }\n .navbar-nav > li {\n float: left;\n }\n .navbar-nav > li > a {\n padding-top: 15px;\n padding-bottom: 15px;\n }\n}\n.navbar-form {\n margin-left: -15px;\n margin-right: -15px;\n padding: 10px 15px;\n border-top: 1px solid transparent;\n border-bottom: 1px solid transparent;\n -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);\n margin-top: 8px;\n margin-bottom: 8px;\n}\n@media (min-width: 768px) {\n .navbar-form .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .navbar-form .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .navbar-form .form-control-static {\n display: inline-block;\n }\n .navbar-form .input-group {\n display: inline-table;\n vertical-align: middle;\n }\n .navbar-form .input-group .input-group-addon,\n .navbar-form .input-group .input-group-btn,\n .navbar-form .input-group .form-control {\n width: auto;\n }\n .navbar-form .input-group > .form-control {\n width: 100%;\n }\n .navbar-form .control-label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .navbar-form .radio,\n .navbar-form .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n }\n .navbar-form .radio label,\n .navbar-form .checkbox label {\n padding-left: 0;\n }\n .navbar-form .radio input[type=\"radio\"],\n .navbar-form .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-left: 0;\n }\n .navbar-form .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n@media (max-width: 767px) {\n .navbar-form .form-group {\n margin-bottom: 5px;\n }\n .navbar-form .form-group:last-child {\n margin-bottom: 0;\n }\n}\n@media (min-width: 768px) {\n .navbar-form {\n width: auto;\n border: 0;\n margin-left: 0;\n margin-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n }\n}\n.navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n margin-bottom: 0;\n border-top-right-radius: 4px;\n border-top-left-radius: 4px;\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n.navbar-btn {\n margin-top: 8px;\n margin-bottom: 8px;\n}\n.navbar-btn.btn-sm {\n margin-top: 10px;\n margin-bottom: 10px;\n}\n.navbar-btn.btn-xs {\n margin-top: 14px;\n margin-bottom: 14px;\n}\n.navbar-text {\n margin-top: 15px;\n margin-bottom: 15px;\n}\n@media (min-width: 768px) {\n .navbar-text {\n float: left;\n margin-left: 15px;\n margin-right: 15px;\n }\n}\n@media (min-width: 768px) {\n .navbar-left {\n float: left !important;\n }\n .navbar-right {\n float: right !important;\n margin-right: -15px;\n }\n .navbar-right ~ .navbar-right {\n margin-right: 0;\n }\n}\n.navbar-default {\n background-color: #f8f8f8;\n border-color: #e7e7e7;\n}\n.navbar-default .navbar-brand {\n color: #777777;\n}\n.navbar-default .navbar-brand:hover,\n.navbar-default .navbar-brand:focus {\n color: #5e5e5e;\n background-color: transparent;\n}\n.navbar-default .navbar-text {\n color: #777777;\n}\n.navbar-default .navbar-nav > li > a {\n color: #777777;\n}\n.navbar-default .navbar-nav > li > a:hover,\n.navbar-default .navbar-nav > li > a:focus {\n color: #333333;\n background-color: transparent;\n}\n.navbar-default .navbar-nav > .active > a,\n.navbar-default .navbar-nav > .active > a:hover,\n.navbar-default .navbar-nav > .active > a:focus {\n color: #555555;\n background-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .disabled > a,\n.navbar-default .navbar-nav > .disabled > a:hover,\n.navbar-default .navbar-nav > .disabled > a:focus {\n color: #cccccc;\n background-color: transparent;\n}\n.navbar-default .navbar-toggle {\n border-color: #dddddd;\n}\n.navbar-default .navbar-toggle:hover,\n.navbar-default .navbar-toggle:focus {\n background-color: #dddddd;\n}\n.navbar-default .navbar-toggle .icon-bar {\n background-color: #888888;\n}\n.navbar-default .navbar-collapse,\n.navbar-default .navbar-form {\n border-color: #e7e7e7;\n}\n.navbar-default .navbar-nav > .open > a,\n.navbar-default .navbar-nav > .open > a:hover,\n.navbar-default .navbar-nav > .open > a:focus {\n background-color: #e7e7e7;\n color: #555555;\n}\n@media (max-width: 767px) {\n .navbar-default .navbar-nav .open .dropdown-menu > li > a {\n color: #777777;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #333333;\n background-color: transparent;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #555555;\n background-color: #e7e7e7;\n }\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #cccccc;\n background-color: transparent;\n }\n}\n.navbar-default .navbar-link {\n color: #777777;\n}\n.navbar-default .navbar-link:hover {\n color: #333333;\n}\n.navbar-default .btn-link {\n color: #777777;\n}\n.navbar-default .btn-link:hover,\n.navbar-default .btn-link:focus {\n color: #333333;\n}\n.navbar-default .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-default .btn-link:hover,\n.navbar-default .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-default .btn-link:focus {\n color: #cccccc;\n}\n.navbar-inverse {\n background-color: #222222;\n border-color: #080808;\n}\n.navbar-inverse .navbar-brand {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-brand:hover,\n.navbar-inverse .navbar-brand:focus {\n color: #ffffff;\n background-color: transparent;\n}\n.navbar-inverse .navbar-text {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-nav > li > a:hover,\n.navbar-inverse .navbar-nav > li > a:focus {\n color: #ffffff;\n background-color: transparent;\n}\n.navbar-inverse .navbar-nav > .active > a,\n.navbar-inverse .navbar-nav > .active > a:hover,\n.navbar-inverse .navbar-nav > .active > a:focus {\n color: #ffffff;\n background-color: #080808;\n}\n.navbar-inverse .navbar-nav > .disabled > a,\n.navbar-inverse .navbar-nav > .disabled > a:hover,\n.navbar-inverse .navbar-nav > .disabled > a:focus {\n color: #444444;\n background-color: transparent;\n}\n.navbar-inverse .navbar-toggle {\n border-color: #333333;\n}\n.navbar-inverse .navbar-toggle:hover,\n.navbar-inverse .navbar-toggle:focus {\n background-color: #333333;\n}\n.navbar-inverse .navbar-toggle .icon-bar {\n background-color: #ffffff;\n}\n.navbar-inverse .navbar-collapse,\n.navbar-inverse .navbar-form {\n border-color: #101010;\n}\n.navbar-inverse .navbar-nav > .open > a,\n.navbar-inverse .navbar-nav > .open > a:hover,\n.navbar-inverse .navbar-nav > .open > a:focus {\n background-color: #080808;\n color: #ffffff;\n}\n@media (max-width: 767px) {\n .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {\n border-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu .divider {\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {\n color: #9d9d9d;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {\n color: #ffffff;\n background-color: transparent;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {\n color: #ffffff;\n background-color: #080808;\n }\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,\n .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {\n color: #444444;\n background-color: transparent;\n }\n}\n.navbar-inverse .navbar-link {\n color: #9d9d9d;\n}\n.navbar-inverse .navbar-link:hover {\n color: #ffffff;\n}\n.navbar-inverse .btn-link {\n color: #9d9d9d;\n}\n.navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link:focus {\n color: #ffffff;\n}\n.navbar-inverse .btn-link[disabled]:hover,\nfieldset[disabled] .navbar-inverse .btn-link:hover,\n.navbar-inverse .btn-link[disabled]:focus,\nfieldset[disabled] .navbar-inverse .btn-link:focus {\n color: #444444;\n}\n.breadcrumb {\n padding: 8px 15px;\n margin-bottom: 20px;\n list-style: none;\n background-color: #f5f5f5;\n border-radius: 4px;\n}\n.breadcrumb > li {\n display: inline-block;\n}\n.breadcrumb > li + li:before {\n content: \"/\\00a0\";\n padding: 0 5px;\n color: #cccccc;\n}\n.breadcrumb > .active {\n color: #777777;\n}\n.pagination {\n display: inline-block;\n padding-left: 0;\n margin: 20px 0;\n border-radius: 4px;\n}\n.pagination > li {\n display: inline;\n}\n.pagination > li > a,\n.pagination > li > span {\n position: relative;\n float: left;\n padding: 6px 12px;\n line-height: 1.42857143;\n text-decoration: none;\n color: #337ab7;\n background-color: #ffffff;\n border: 1px solid #dddddd;\n margin-left: -1px;\n}\n.pagination > li:first-child > a,\n.pagination > li:first-child > span {\n margin-left: 0;\n border-bottom-left-radius: 4px;\n border-top-left-radius: 4px;\n}\n.pagination > li:last-child > a,\n.pagination > li:last-child > span {\n border-bottom-right-radius: 4px;\n border-top-right-radius: 4px;\n}\n.pagination > li > a:hover,\n.pagination > li > span:hover,\n.pagination > li > a:focus,\n.pagination > li > span:focus {\n color: #23527c;\n background-color: #eeeeee;\n border-color: #dddddd;\n}\n.pagination > .active > a,\n.pagination > .active > span,\n.pagination > .active > a:hover,\n.pagination > .active > span:hover,\n.pagination > .active > a:focus,\n.pagination > .active > span:focus {\n z-index: 2;\n color: #ffffff;\n background-color: #337ab7;\n border-color: #337ab7;\n cursor: default;\n}\n.pagination > .disabled > span,\n.pagination > .disabled > span:hover,\n.pagination > .disabled > span:focus,\n.pagination > .disabled > a,\n.pagination > .disabled > a:hover,\n.pagination > .disabled > a:focus {\n color: #777777;\n background-color: #ffffff;\n border-color: #dddddd;\n cursor: not-allowed;\n}\n.pagination-lg > li > a,\n.pagination-lg > li > span {\n padding: 10px 16px;\n font-size: 18px;\n}\n.pagination-lg > li:first-child > a,\n.pagination-lg > li:first-child > span {\n border-bottom-left-radius: 6px;\n border-top-left-radius: 6px;\n}\n.pagination-lg > li:last-child > a,\n.pagination-lg > li:last-child > span {\n border-bottom-right-radius: 6px;\n border-top-right-radius: 6px;\n}\n.pagination-sm > li > a,\n.pagination-sm > li > span {\n padding: 5px 10px;\n font-size: 12px;\n}\n.pagination-sm > li:first-child > a,\n.pagination-sm > li:first-child > span {\n border-bottom-left-radius: 3px;\n border-top-left-radius: 3px;\n}\n.pagination-sm > li:last-child > a,\n.pagination-sm > li:last-child > span {\n border-bottom-right-radius: 3px;\n border-top-right-radius: 3px;\n}\n.pager {\n padding-left: 0;\n margin: 20px 0;\n list-style: none;\n text-align: center;\n}\n.pager li {\n display: inline;\n}\n.pager li > a,\n.pager li > span {\n display: inline-block;\n padding: 5px 14px;\n background-color: #ffffff;\n border: 1px solid #dddddd;\n border-radius: 15px;\n}\n.pager li > a:hover,\n.pager li > a:focus {\n text-decoration: none;\n background-color: #eeeeee;\n}\n.pager .next > a,\n.pager .next > span {\n float: right;\n}\n.pager .previous > a,\n.pager .previous > span {\n float: left;\n}\n.pager .disabled > a,\n.pager .disabled > a:hover,\n.pager .disabled > a:focus,\n.pager .disabled > span {\n color: #777777;\n background-color: #ffffff;\n cursor: not-allowed;\n}\n.label {\n display: inline;\n padding: .2em .6em .3em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: #ffffff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: .25em;\n}\na.label:hover,\na.label:focus {\n color: #ffffff;\n text-decoration: none;\n cursor: pointer;\n}\n.label:empty {\n display: none;\n}\n.btn .label {\n position: relative;\n top: -1px;\n}\n.label-default {\n background-color: #777777;\n}\n.label-default[href]:hover,\n.label-default[href]:focus {\n background-color: #5e5e5e;\n}\n.label-primary {\n background-color: #337ab7;\n}\n.label-primary[href]:hover,\n.label-primary[href]:focus {\n background-color: #286090;\n}\n.label-success {\n background-color: #5cb85c;\n}\n.label-success[href]:hover,\n.label-success[href]:focus {\n background-color: #449d44;\n}\n.label-info {\n background-color: #5bc0de;\n}\n.label-info[href]:hover,\n.label-info[href]:focus {\n background-color: #31b0d5;\n}\n.label-warning {\n background-color: #f0ad4e;\n}\n.label-warning[href]:hover,\n.label-warning[href]:focus {\n background-color: #ec971f;\n}\n.label-danger {\n background-color: #d9534f;\n}\n.label-danger[href]:hover,\n.label-danger[href]:focus {\n background-color: #c9302c;\n}\n.badge {\n display: inline-block;\n min-width: 10px;\n padding: 3px 7px;\n font-size: 12px;\n font-weight: bold;\n color: #ffffff;\n line-height: 1;\n vertical-align: baseline;\n white-space: nowrap;\n text-align: center;\n background-color: #777777;\n border-radius: 10px;\n}\n.badge:empty {\n display: none;\n}\n.btn .badge {\n position: relative;\n top: -1px;\n}\n.btn-xs .badge {\n top: 0;\n padding: 1px 5px;\n}\na.badge:hover,\na.badge:focus {\n color: #ffffff;\n text-decoration: none;\n cursor: pointer;\n}\n.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n color: #337ab7;\n background-color: #ffffff;\n}\n.list-group-item > .badge {\n float: right;\n}\n.list-group-item > .badge + .badge {\n margin-right: 5px;\n}\n.nav-pills > li > a > .badge {\n margin-left: 3px;\n}\n.jumbotron {\n padding: 30px 15px;\n margin-bottom: 30px;\n color: inherit;\n background-color: #eeeeee;\n}\n.jumbotron h1,\n.jumbotron .h1 {\n color: inherit;\n}\n.jumbotron p {\n margin-bottom: 15px;\n font-size: 21px;\n font-weight: 200;\n}\n.jumbotron > hr {\n border-top-color: #d5d5d5;\n}\n.container .jumbotron,\n.container-fluid .jumbotron {\n border-radius: 6px;\n}\n.jumbotron .container {\n max-width: 100%;\n}\n@media screen and (min-width: 768px) {\n .jumbotron {\n padding: 48px 0;\n }\n .container .jumbotron,\n .container-fluid .jumbotron {\n padding-left: 60px;\n padding-right: 60px;\n }\n .jumbotron h1,\n .jumbotron .h1 {\n font-size: 63px;\n }\n}\n.thumbnail {\n display: block;\n padding: 4px;\n margin-bottom: 20px;\n line-height: 1.42857143;\n background-color: #ffffff;\n border: 1px solid #dddddd;\n border-radius: 4px;\n -webkit-transition: border 0.2s ease-in-out;\n -o-transition: border 0.2s ease-in-out;\n transition: border 0.2s ease-in-out;\n}\n.thumbnail > img,\n.thumbnail a > img {\n margin-left: auto;\n margin-right: auto;\n}\na.thumbnail:hover,\na.thumbnail:focus,\na.thumbnail.active {\n border-color: #337ab7;\n}\n.thumbnail .caption {\n padding: 9px;\n color: #333333;\n}\n.alert {\n padding: 15px;\n margin-bottom: 20px;\n border: 1px solid transparent;\n border-radius: 4px;\n}\n.alert h4 {\n margin-top: 0;\n color: inherit;\n}\n.alert .alert-link {\n font-weight: bold;\n}\n.alert > p,\n.alert > ul {\n margin-bottom: 0;\n}\n.alert > p + p {\n margin-top: 5px;\n}\n.alert-dismissable,\n.alert-dismissible {\n padding-right: 35px;\n}\n.alert-dismissable .close,\n.alert-dismissible .close {\n position: relative;\n top: -2px;\n right: -21px;\n color: inherit;\n}\n.alert-success {\n background-color: #dff0d8;\n border-color: #d6e9c6;\n color: #3c763d;\n}\n.alert-success hr {\n border-top-color: #c9e2b3;\n}\n.alert-success .alert-link {\n color: #2b542c;\n}\n.alert-info {\n background-color: #d9edf7;\n border-color: #bce8f1;\n color: #31708f;\n}\n.alert-info hr {\n border-top-color: #a6e1ec;\n}\n.alert-info .alert-link {\n color: #245269;\n}\n.alert-warning {\n background-color: #fcf8e3;\n border-color: #faebcc;\n color: #8a6d3b;\n}\n.alert-warning hr {\n border-top-color: #f7e1b5;\n}\n.alert-warning .alert-link {\n color: #66512c;\n}\n.alert-danger {\n background-color: #f2dede;\n border-color: #ebccd1;\n color: #a94442;\n}\n.alert-danger hr {\n border-top-color: #e4b9c0;\n}\n.alert-danger .alert-link {\n color: #843534;\n}\n@-webkit-keyframes progress-bar-stripes {\n from {\n background-position: 40px 0;\n }\n to {\n background-position: 0 0;\n }\n}\n@keyframes progress-bar-stripes {\n from {\n background-position: 40px 0;\n }\n to {\n background-position: 0 0;\n }\n}\n.progress {\n overflow: hidden;\n height: 20px;\n margin-bottom: 20px;\n background-color: #f5f5f5;\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n}\n.progress-bar {\n float: left;\n width: 0%;\n height: 100%;\n font-size: 12px;\n line-height: 20px;\n color: #ffffff;\n text-align: center;\n background-color: #337ab7;\n -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);\n -webkit-transition: width 0.6s ease;\n -o-transition: width 0.6s ease;\n transition: width 0.6s ease;\n}\n.progress-striped .progress-bar,\n.progress-bar-striped {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-size: 40px 40px;\n}\n.progress.active .progress-bar,\n.progress-bar.active {\n -webkit-animation: progress-bar-stripes 2s linear infinite;\n -o-animation: progress-bar-stripes 2s linear infinite;\n animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-bar-success {\n background-color: #5cb85c;\n}\n.progress-striped .progress-bar-success {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.progress-bar-info {\n background-color: #5bc0de;\n}\n.progress-striped .progress-bar-info {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.progress-bar-warning {\n background-color: #f0ad4e;\n}\n.progress-striped .progress-bar-warning {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.progress-bar-danger {\n background-color: #d9534f;\n}\n.progress-striped .progress-bar-danger {\n background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n}\n.media {\n margin-top: 15px;\n}\n.media:first-child {\n margin-top: 0;\n}\n.media,\n.media-body {\n zoom: 1;\n overflow: hidden;\n}\n.media-body {\n width: 10000px;\n}\n.media-object {\n display: block;\n}\n.media-right,\n.media > .pull-right {\n padding-left: 10px;\n}\n.media-left,\n.media > .pull-left {\n padding-right: 10px;\n}\n.media-left,\n.media-right,\n.media-body {\n display: table-cell;\n vertical-align: top;\n}\n.media-middle {\n vertical-align: middle;\n}\n.media-bottom {\n vertical-align: bottom;\n}\n.media-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.media-list {\n padding-left: 0;\n list-style: none;\n}\n.list-group {\n margin-bottom: 20px;\n padding-left: 0;\n}\n.list-group-item {\n position: relative;\n display: block;\n padding: 10px 15px;\n margin-bottom: -1px;\n background-color: #ffffff;\n border: 1px solid #dddddd;\n}\n.list-group-item:first-child {\n border-top-right-radius: 4px;\n border-top-left-radius: 4px;\n}\n.list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px;\n}\na.list-group-item {\n color: #555555;\n}\na.list-group-item .list-group-item-heading {\n color: #333333;\n}\na.list-group-item:hover,\na.list-group-item:focus {\n text-decoration: none;\n color: #555555;\n background-color: #f5f5f5;\n}\n.list-group-item.disabled,\n.list-group-item.disabled:hover,\n.list-group-item.disabled:focus {\n background-color: #eeeeee;\n color: #777777;\n cursor: not-allowed;\n}\n.list-group-item.disabled .list-group-item-heading,\n.list-group-item.disabled:hover .list-group-item-heading,\n.list-group-item.disabled:focus .list-group-item-heading {\n color: inherit;\n}\n.list-group-item.disabled .list-group-item-text,\n.list-group-item.disabled:hover .list-group-item-text,\n.list-group-item.disabled:focus .list-group-item-text {\n color: #777777;\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n z-index: 2;\n color: #ffffff;\n background-color: #337ab7;\n border-color: #337ab7;\n}\n.list-group-item.active .list-group-item-heading,\n.list-group-item.active:hover .list-group-item-heading,\n.list-group-item.active:focus .list-group-item-heading,\n.list-group-item.active .list-group-item-heading > small,\n.list-group-item.active:hover .list-group-item-heading > small,\n.list-group-item.active:focus .list-group-item-heading > small,\n.list-group-item.active .list-group-item-heading > .small,\n.list-group-item.active:hover .list-group-item-heading > .small,\n.list-group-item.active:focus .list-group-item-heading > .small {\n color: inherit;\n}\n.list-group-item.active .list-group-item-text,\n.list-group-item.active:hover .list-group-item-text,\n.list-group-item.active:focus .list-group-item-text {\n color: #c7ddef;\n}\n.list-group-item-success {\n color: #3c763d;\n background-color: #dff0d8;\n}\na.list-group-item-success {\n color: #3c763d;\n}\na.list-group-item-success .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-success:hover,\na.list-group-item-success:focus {\n color: #3c763d;\n background-color: #d0e9c6;\n}\na.list-group-item-success.active,\na.list-group-item-success.active:hover,\na.list-group-item-success.active:focus {\n color: #fff;\n background-color: #3c763d;\n border-color: #3c763d;\n}\n.list-group-item-info {\n color: #31708f;\n background-color: #d9edf7;\n}\na.list-group-item-info {\n color: #31708f;\n}\na.list-group-item-info .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-info:hover,\na.list-group-item-info:focus {\n color: #31708f;\n background-color: #c4e3f3;\n}\na.list-group-item-info.active,\na.list-group-item-info.active:hover,\na.list-group-item-info.active:focus {\n color: #fff;\n background-color: #31708f;\n border-color: #31708f;\n}\n.list-group-item-warning {\n color: #8a6d3b;\n background-color: #fcf8e3;\n}\na.list-group-item-warning {\n color: #8a6d3b;\n}\na.list-group-item-warning .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-warning:hover,\na.list-group-item-warning:focus {\n color: #8a6d3b;\n background-color: #faf2cc;\n}\na.list-group-item-warning.active,\na.list-group-item-warning.active:hover,\na.list-group-item-warning.active:focus {\n color: #fff;\n background-color: #8a6d3b;\n border-color: #8a6d3b;\n}\n.list-group-item-danger {\n color: #a94442;\n background-color: #f2dede;\n}\na.list-group-item-danger {\n color: #a94442;\n}\na.list-group-item-danger .list-group-item-heading {\n color: inherit;\n}\na.list-group-item-danger:hover,\na.list-group-item-danger:focus {\n color: #a94442;\n background-color: #ebcccc;\n}\na.list-group-item-danger.active,\na.list-group-item-danger.active:hover,\na.list-group-item-danger.active:focus {\n color: #fff;\n background-color: #a94442;\n border-color: #a94442;\n}\n.list-group-item-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.list-group-item-text {\n margin-bottom: 0;\n line-height: 1.3;\n}\n.panel {\n margin-bottom: 20px;\n background-color: #ffffff;\n border: 1px solid transparent;\n border-radius: 4px;\n -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.panel-body {\n padding: 15px;\n}\n.panel-heading {\n padding: 10px 15px;\n border-bottom: 1px solid transparent;\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n}\n.panel-heading > .dropdown .dropdown-toggle {\n color: inherit;\n}\n.panel-title {\n margin-top: 0;\n margin-bottom: 0;\n font-size: 16px;\n color: inherit;\n}\n.panel-title > a,\n.panel-title > small,\n.panel-title > .small,\n.panel-title > small > a,\n.panel-title > .small > a {\n color: inherit;\n}\n.panel-footer {\n padding: 10px 15px;\n background-color: #f5f5f5;\n border-top: 1px solid #dddddd;\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n}\n.panel > .list-group,\n.panel > .panel-collapse > .list-group {\n margin-bottom: 0;\n}\n.panel > .list-group .list-group-item,\n.panel > .panel-collapse > .list-group .list-group-item {\n border-width: 1px 0;\n border-radius: 0;\n}\n.panel > .list-group:first-child .list-group-item:first-child,\n.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {\n border-top: 0;\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n}\n.panel > .list-group:last-child .list-group-item:last-child,\n.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {\n border-bottom: 0;\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n}\n.panel-heading + .list-group .list-group-item:first-child {\n border-top-width: 0;\n}\n.list-group + .panel-footer {\n border-top-width: 0;\n}\n.panel > .table,\n.panel > .table-responsive > .table,\n.panel > .panel-collapse > .table {\n margin-bottom: 0;\n}\n.panel > .table caption,\n.panel > .table-responsive > .table caption,\n.panel > .panel-collapse > .table caption {\n padding-left: 15px;\n padding-right: 15px;\n}\n.panel > .table:first-child,\n.panel > .table-responsive:first-child > .table:first-child {\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {\n border-top-left-radius: 3px;\n}\n.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,\n.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,\n.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,\n.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {\n border-top-right-radius: 3px;\n}\n.panel > .table:last-child,\n.panel > .table-responsive:last-child > .table:last-child {\n border-bottom-right-radius: 3px;\n border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {\n border-bottom-left-radius: 3px;\n border-bottom-right-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {\n border-bottom-left-radius: 3px;\n}\n.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,\n.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,\n.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,\n.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {\n border-bottom-right-radius: 3px;\n}\n.panel > .panel-body + .table,\n.panel > .panel-body + .table-responsive,\n.panel > .table + .panel-body,\n.panel > .table-responsive + .panel-body {\n border-top: 1px solid #dddddd;\n}\n.panel > .table > tbody:first-child > tr:first-child th,\n.panel > .table > tbody:first-child > tr:first-child td {\n border-top: 0;\n}\n.panel > .table-bordered,\n.panel > .table-responsive > .table-bordered {\n border: 0;\n}\n.panel > .table-bordered > thead > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,\n.panel > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,\n.panel > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,\n.panel > .table-bordered > thead > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,\n.panel > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,\n.panel > .table-bordered > tfoot > tr > td:first-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {\n border-left: 0;\n}\n.panel > .table-bordered > thead > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,\n.panel > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,\n.panel > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,\n.panel > .table-bordered > thead > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,\n.panel > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,\n.panel > .table-bordered > tfoot > tr > td:last-child,\n.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {\n border-right: 0;\n}\n.panel > .table-bordered > thead > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,\n.panel > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,\n.panel > .table-bordered > thead > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,\n.panel > .table-bordered > tbody > tr:first-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {\n border-bottom: 0;\n}\n.panel > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,\n.panel > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,\n.panel > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,\n.panel > .table-bordered > tfoot > tr:last-child > th,\n.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {\n border-bottom: 0;\n}\n.panel > .table-responsive {\n border: 0;\n margin-bottom: 0;\n}\n.panel-group {\n margin-bottom: 20px;\n}\n.panel-group .panel {\n margin-bottom: 0;\n border-radius: 4px;\n}\n.panel-group .panel + .panel {\n margin-top: 5px;\n}\n.panel-group .panel-heading {\n border-bottom: 0;\n}\n.panel-group .panel-heading + .panel-collapse > .panel-body,\n.panel-group .panel-heading + .panel-collapse > .list-group {\n border-top: 1px solid #dddddd;\n}\n.panel-group .panel-footer {\n border-top: 0;\n}\n.panel-group .panel-footer + .panel-collapse .panel-body {\n border-bottom: 1px solid #dddddd;\n}\n.panel-default {\n border-color: #dddddd;\n}\n.panel-default > .panel-heading {\n color: #333333;\n background-color: #f5f5f5;\n border-color: #dddddd;\n}\n.panel-default > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #dddddd;\n}\n.panel-default > .panel-heading .badge {\n color: #f5f5f5;\n background-color: #333333;\n}\n.panel-default > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #dddddd;\n}\n.panel-primary {\n border-color: #337ab7;\n}\n.panel-primary > .panel-heading {\n color: #ffffff;\n background-color: #337ab7;\n border-color: #337ab7;\n}\n.panel-primary > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #337ab7;\n}\n.panel-primary > .panel-heading .badge {\n color: #337ab7;\n background-color: #ffffff;\n}\n.panel-primary > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #337ab7;\n}\n.panel-success {\n border-color: #d6e9c6;\n}\n.panel-success > .panel-heading {\n color: #3c763d;\n background-color: #dff0d8;\n border-color: #d6e9c6;\n}\n.panel-success > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #d6e9c6;\n}\n.panel-success > .panel-heading .badge {\n color: #dff0d8;\n background-color: #3c763d;\n}\n.panel-success > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #d6e9c6;\n}\n.panel-info {\n border-color: #bce8f1;\n}\n.panel-info > .panel-heading {\n color: #31708f;\n background-color: #d9edf7;\n border-color: #bce8f1;\n}\n.panel-info > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #bce8f1;\n}\n.panel-info > .panel-heading .badge {\n color: #d9edf7;\n background-color: #31708f;\n}\n.panel-info > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #bce8f1;\n}\n.panel-warning {\n border-color: #faebcc;\n}\n.panel-warning > .panel-heading {\n color: #8a6d3b;\n background-color: #fcf8e3;\n border-color: #faebcc;\n}\n.panel-warning > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #faebcc;\n}\n.panel-warning > .panel-heading .badge {\n color: #fcf8e3;\n background-color: #8a6d3b;\n}\n.panel-warning > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #faebcc;\n}\n.panel-danger {\n border-color: #ebccd1;\n}\n.panel-danger > .panel-heading {\n color: #a94442;\n background-color: #f2dede;\n border-color: #ebccd1;\n}\n.panel-danger > .panel-heading + .panel-collapse > .panel-body {\n border-top-color: #ebccd1;\n}\n.panel-danger > .panel-heading .badge {\n color: #f2dede;\n background-color: #a94442;\n}\n.panel-danger > .panel-footer + .panel-collapse > .panel-body {\n border-bottom-color: #ebccd1;\n}\n.embed-responsive {\n position: relative;\n display: block;\n height: 0;\n padding: 0;\n overflow: hidden;\n}\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n border: 0;\n}\n.embed-responsive.embed-responsive-16by9 {\n padding-bottom: 56.25%;\n}\n.embed-responsive.embed-responsive-4by3 {\n padding-bottom: 75%;\n}\n.well {\n min-height: 20px;\n padding: 19px;\n margin-bottom: 20px;\n background-color: #f5f5f5;\n border: 1px solid #e3e3e3;\n border-radius: 4px;\n -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n.well blockquote {\n border-color: #ddd;\n border-color: rgba(0, 0, 0, 0.15);\n}\n.well-lg {\n padding: 24px;\n border-radius: 6px;\n}\n.well-sm {\n padding: 9px;\n border-radius: 3px;\n}\n.close {\n float: right;\n font-size: 21px;\n font-weight: bold;\n line-height: 1;\n color: #000000;\n text-shadow: 0 1px 0 #ffffff;\n opacity: 0.2;\n filter: alpha(opacity=20);\n}\n.close:hover,\n.close:focus {\n color: #000000;\n text-decoration: none;\n cursor: pointer;\n opacity: 0.5;\n filter: alpha(opacity=50);\n}\nbutton.close {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none;\n}\n.modal-open {\n overflow: hidden;\n}\n.modal {\n display: none;\n overflow: hidden;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1040;\n -webkit-overflow-scrolling: touch;\n outline: 0;\n}\n.modal.fade .modal-dialog {\n -webkit-transform: translate(0, -25%);\n -ms-transform: translate(0, -25%);\n -o-transform: translate(0, -25%);\n transform: translate(0, -25%);\n -webkit-transition: -webkit-transform 0.3s ease-out;\n -moz-transition: -moz-transform 0.3s ease-out;\n -o-transition: -o-transform 0.3s ease-out;\n transition: transform 0.3s ease-out;\n}\n.modal.in .modal-dialog {\n -webkit-transform: translate(0, 0);\n -ms-transform: translate(0, 0);\n -o-transform: translate(0, 0);\n transform: translate(0, 0);\n}\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px;\n}\n.modal-content {\n position: relative;\n background-color: #ffffff;\n border: 1px solid #999999;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 6px;\n -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\n background-clip: padding-box;\n outline: 0;\n}\n.modal-backdrop {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n background-color: #000000;\n}\n.modal-backdrop.fade {\n opacity: 0;\n filter: alpha(opacity=0);\n}\n.modal-backdrop.in {\n opacity: 0.5;\n filter: alpha(opacity=50);\n}\n.modal-header {\n padding: 15px;\n border-bottom: 1px solid #e5e5e5;\n min-height: 16.42857143px;\n}\n.modal-header .close {\n margin-top: -2px;\n}\n.modal-title {\n margin: 0;\n line-height: 1.42857143;\n}\n.modal-body {\n position: relative;\n padding: 15px;\n}\n.modal-footer {\n padding: 15px;\n text-align: right;\n border-top: 1px solid #e5e5e5;\n}\n.modal-footer .btn + .btn {\n margin-left: 5px;\n margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n margin-left: 0;\n}\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n@media (min-width: 768px) {\n .modal-dialog {\n width: 600px;\n margin: 30px auto;\n }\n .modal-content {\n -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n }\n .modal-sm {\n width: 300px;\n }\n}\n@media (min-width: 992px) {\n .modal-lg {\n width: 900px;\n }\n}\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n visibility: visible;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 12px;\n font-weight: normal;\n line-height: 1.4;\n opacity: 0;\n filter: alpha(opacity=0);\n}\n.tooltip.in {\n opacity: 0.9;\n filter: alpha(opacity=90);\n}\n.tooltip.top {\n margin-top: -3px;\n padding: 5px 0;\n}\n.tooltip.right {\n margin-left: 3px;\n padding: 0 5px;\n}\n.tooltip.bottom {\n margin-top: 3px;\n padding: 5px 0;\n}\n.tooltip.left {\n margin-left: -3px;\n padding: 0 5px;\n}\n.tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #ffffff;\n text-align: center;\n text-decoration: none;\n background-color: #000000;\n border-radius: 4px;\n}\n.tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.tooltip.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000000;\n}\n.tooltip.top-left .tooltip-arrow {\n bottom: 0;\n right: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000000;\n}\n.tooltip.top-right .tooltip-arrow {\n bottom: 0;\n left: 5px;\n margin-bottom: -5px;\n border-width: 5px 5px 0;\n border-top-color: #000000;\n}\n.tooltip.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -5px;\n border-width: 5px 5px 5px 0;\n border-right-color: #000000;\n}\n.tooltip.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -5px;\n border-width: 5px 0 5px 5px;\n border-left-color: #000000;\n}\n.tooltip.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000000;\n}\n.tooltip.bottom-left .tooltip-arrow {\n top: 0;\n right: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000000;\n}\n.tooltip.bottom-right .tooltip-arrow {\n top: 0;\n left: 5px;\n margin-top: -5px;\n border-width: 0 5px 5px;\n border-bottom-color: #000000;\n}\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: none;\n max-width: 276px;\n padding: 1px;\n font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n font-size: 14px;\n font-weight: normal;\n line-height: 1.42857143;\n text-align: left;\n background-color: #ffffff;\n background-clip: padding-box;\n border: 1px solid #cccccc;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 6px;\n -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\n white-space: normal;\n}\n.popover.top {\n margin-top: -10px;\n}\n.popover.right {\n margin-left: 10px;\n}\n.popover.bottom {\n margin-top: 10px;\n}\n.popover.left {\n margin-left: -10px;\n}\n.popover-title {\n margin: 0;\n padding: 8px 14px;\n font-size: 14px;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-radius: 5px 5px 0 0;\n}\n.popover-content {\n padding: 9px 14px;\n}\n.popover > .arrow,\n.popover > .arrow:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.popover > .arrow {\n border-width: 11px;\n}\n.popover > .arrow:after {\n border-width: 10px;\n content: \"\";\n}\n.popover.top > .arrow {\n left: 50%;\n margin-left: -11px;\n border-bottom-width: 0;\n border-top-color: #999999;\n border-top-color: rgba(0, 0, 0, 0.25);\n bottom: -11px;\n}\n.popover.top > .arrow:after {\n content: \" \";\n bottom: 1px;\n margin-left: -10px;\n border-bottom-width: 0;\n border-top-color: #ffffff;\n}\n.popover.right > .arrow {\n top: 50%;\n left: -11px;\n margin-top: -11px;\n border-left-width: 0;\n border-right-color: #999999;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n.popover.right > .arrow:after {\n content: \" \";\n left: 1px;\n bottom: -10px;\n border-left-width: 0;\n border-right-color: #ffffff;\n}\n.popover.bottom > .arrow {\n left: 50%;\n margin-left: -11px;\n border-top-width: 0;\n border-bottom-color: #999999;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n top: -11px;\n}\n.popover.bottom > .arrow:after {\n content: \" \";\n top: 1px;\n margin-left: -10px;\n border-top-width: 0;\n border-bottom-color: #ffffff;\n}\n.popover.left > .arrow {\n top: 50%;\n right: -11px;\n margin-top: -11px;\n border-right-width: 0;\n border-left-color: #999999;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n.popover.left > .arrow:after {\n content: \" \";\n right: 1px;\n border-right-width: 0;\n border-left-color: #ffffff;\n bottom: -10px;\n}\n.carousel {\n position: relative;\n}\n.carousel-inner {\n position: relative;\n overflow: hidden;\n width: 100%;\n}\n.carousel-inner > .item {\n display: none;\n position: relative;\n -webkit-transition: 0.6s ease-in-out left;\n -o-transition: 0.6s ease-in-out left;\n transition: 0.6s ease-in-out left;\n}\n.carousel-inner > .item > img,\n.carousel-inner > .item > a > img {\n line-height: 1;\n}\n@media all and (transform-3d), (-webkit-transform-3d) {\n .carousel-inner > .item {\n -webkit-transition: -webkit-transform 0.6s ease-in-out;\n -moz-transition: -moz-transform 0.6s ease-in-out;\n -o-transition: -o-transform 0.6s ease-in-out;\n transition: transform 0.6s ease-in-out;\n -webkit-backface-visibility: hidden;\n -moz-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-perspective: 1000;\n -moz-perspective: 1000;\n perspective: 1000;\n }\n .carousel-inner > .item.next,\n .carousel-inner > .item.active.right {\n -webkit-transform: translate3d(100%, 0, 0);\n transform: translate3d(100%, 0, 0);\n left: 0;\n }\n .carousel-inner > .item.prev,\n .carousel-inner > .item.active.left {\n -webkit-transform: translate3d(-100%, 0, 0);\n transform: translate3d(-100%, 0, 0);\n left: 0;\n }\n .carousel-inner > .item.next.left,\n .carousel-inner > .item.prev.right,\n .carousel-inner > .item.active {\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n left: 0;\n }\n}\n.carousel-inner > .active,\n.carousel-inner > .next,\n.carousel-inner > .prev {\n display: block;\n}\n.carousel-inner > .active {\n left: 0;\n}\n.carousel-inner > .next,\n.carousel-inner > .prev {\n position: absolute;\n top: 0;\n width: 100%;\n}\n.carousel-inner > .next {\n left: 100%;\n}\n.carousel-inner > .prev {\n left: -100%;\n}\n.carousel-inner > .next.left,\n.carousel-inner > .prev.right {\n left: 0;\n}\n.carousel-inner > .active.left {\n left: -100%;\n}\n.carousel-inner > .active.right {\n left: 100%;\n}\n.carousel-control {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: 15%;\n opacity: 0.5;\n filter: alpha(opacity=50);\n font-size: 20px;\n color: #ffffff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n}\n.carousel-control.left {\n background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);\n}\n.carousel-control.right {\n left: auto;\n right: 0;\n background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);\n background-repeat: repeat-x;\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);\n}\n.carousel-control:hover,\n.carousel-control:focus {\n outline: 0;\n color: #ffffff;\n text-decoration: none;\n opacity: 0.9;\n filter: alpha(opacity=90);\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-left,\n.carousel-control .glyphicon-chevron-right {\n position: absolute;\n top: 50%;\n z-index: 5;\n display: inline-block;\n}\n.carousel-control .icon-prev,\n.carousel-control .glyphicon-chevron-left {\n left: 50%;\n margin-left: -10px;\n}\n.carousel-control .icon-next,\n.carousel-control .glyphicon-chevron-right {\n right: 50%;\n margin-right: -10px;\n}\n.carousel-control .icon-prev,\n.carousel-control .icon-next {\n width: 20px;\n height: 20px;\n margin-top: -10px;\n line-height: 1;\n font-family: serif;\n}\n.carousel-control .icon-prev:before {\n content: '\\2039';\n}\n.carousel-control .icon-next:before {\n content: '\\203a';\n}\n.carousel-indicators {\n position: absolute;\n bottom: 10px;\n left: 50%;\n z-index: 15;\n width: 60%;\n margin-left: -30%;\n padding-left: 0;\n list-style: none;\n text-align: center;\n}\n.carousel-indicators li {\n display: inline-block;\n width: 10px;\n height: 10px;\n margin: 1px;\n text-indent: -999px;\n border: 1px solid #ffffff;\n border-radius: 10px;\n cursor: pointer;\n background-color: #000 \\9;\n background-color: rgba(0, 0, 0, 0);\n}\n.carousel-indicators .active {\n margin: 0;\n width: 12px;\n height: 12px;\n background-color: #ffffff;\n}\n.carousel-caption {\n position: absolute;\n left: 15%;\n right: 15%;\n bottom: 20px;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #ffffff;\n text-align: center;\n text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);\n}\n.carousel-caption .btn {\n text-shadow: none;\n}\n@media screen and (min-width: 768px) {\n .carousel-control .glyphicon-chevron-left,\n .carousel-control .glyphicon-chevron-right,\n .carousel-control .icon-prev,\n .carousel-control .icon-next {\n width: 30px;\n height: 30px;\n margin-top: -15px;\n font-size: 30px;\n }\n .carousel-control .glyphicon-chevron-left,\n .carousel-control .icon-prev {\n margin-left: -15px;\n }\n .carousel-control .glyphicon-chevron-right,\n .carousel-control .icon-next {\n margin-right: -15px;\n }\n .carousel-caption {\n left: 20%;\n right: 20%;\n padding-bottom: 30px;\n }\n .carousel-indicators {\n bottom: 20px;\n }\n}\n.clearfix:before,\n.clearfix:after,\n.dl-horizontal dd:before,\n.dl-horizontal dd:after,\n.container:before,\n.container:after,\n.container-fluid:before,\n.container-fluid:after,\n.row:before,\n.row:after,\n.form-horizontal .form-group:before,\n.form-horizontal .form-group:after,\n.btn-toolbar:before,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:before,\n.btn-group-vertical > .btn-group:after,\n.nav:before,\n.nav:after,\n.navbar:before,\n.navbar:after,\n.navbar-header:before,\n.navbar-header:after,\n.navbar-collapse:before,\n.navbar-collapse:after,\n.pager:before,\n.pager:after,\n.panel-body:before,\n.panel-body:after,\n.modal-footer:before,\n.modal-footer:after {\n content: \" \";\n display: table;\n}\n.clearfix:after,\n.dl-horizontal dd:after,\n.container:after,\n.container-fluid:after,\n.row:after,\n.form-horizontal .form-group:after,\n.btn-toolbar:after,\n.btn-group-vertical > .btn-group:after,\n.nav:after,\n.navbar:after,\n.navbar-header:after,\n.navbar-collapse:after,\n.pager:after,\n.panel-body:after,\n.modal-footer:after {\n clear: both;\n}\n.center-block {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n.pull-right {\n float: right !important;\n}\n.pull-left {\n float: left !important;\n}\n.hide {\n display: none !important;\n}\n.show {\n display: block !important;\n}\n.invisible {\n visibility: hidden;\n}\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n.hidden {\n display: none !important;\n visibility: hidden !important;\n}\n.affix {\n position: fixed;\n}\n@-ms-viewport {\n width: device-width;\n}\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n display: none !important;\n}\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n display: none !important;\n}\n@media (max-width: 767px) {\n .visible-xs {\n display: block !important;\n }\n table.visible-xs {\n display: table;\n }\n tr.visible-xs {\n display: table-row !important;\n }\n th.visible-xs,\n td.visible-xs {\n display: table-cell !important;\n }\n}\n@media (max-width: 767px) {\n .visible-xs-block {\n display: block !important;\n }\n}\n@media (max-width: 767px) {\n .visible-xs-inline {\n display: inline !important;\n }\n}\n@media (max-width: 767px) {\n .visible-xs-inline-block {\n display: inline-block !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm {\n display: block !important;\n }\n table.visible-sm {\n display: table;\n }\n tr.visible-sm {\n display: table-row !important;\n }\n th.visible-sm,\n td.visible-sm {\n display: table-cell !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm-block {\n display: block !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm-inline {\n display: inline !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .visible-sm-inline-block {\n display: inline-block !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md {\n display: block !important;\n }\n table.visible-md {\n display: table;\n }\n tr.visible-md {\n display: table-row !important;\n }\n th.visible-md,\n td.visible-md {\n display: table-cell !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md-block {\n display: block !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md-inline {\n display: inline !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .visible-md-inline-block {\n display: inline-block !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg {\n display: block !important;\n }\n table.visible-lg {\n display: table;\n }\n tr.visible-lg {\n display: table-row !important;\n }\n th.visible-lg,\n td.visible-lg {\n display: table-cell !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg-block {\n display: block !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg-inline {\n display: inline !important;\n }\n}\n@media (min-width: 1200px) {\n .visible-lg-inline-block {\n display: inline-block !important;\n }\n}\n@media (max-width: 767px) {\n .hidden-xs {\n display: none !important;\n }\n}\n@media (min-width: 768px) and (max-width: 991px) {\n .hidden-sm {\n display: none !important;\n }\n}\n@media (min-width: 992px) and (max-width: 1199px) {\n .hidden-md {\n display: none !important;\n }\n}\n@media (min-width: 1200px) {\n .hidden-lg {\n display: none !important;\n }\n}\n.visible-print {\n display: none !important;\n}\n@media print {\n .visible-print {\n display: block !important;\n }\n table.visible-print {\n display: table;\n }\n tr.visible-print {\n display: table-row !important;\n }\n th.visible-print,\n td.visible-print {\n display: table-cell !important;\n }\n}\n.visible-print-block {\n display: none !important;\n}\n@media print {\n .visible-print-block {\n display: block !important;\n }\n}\n.visible-print-inline {\n display: none !important;\n}\n@media print {\n .visible-print-inline {\n display: inline !important;\n }\n}\n.visible-print-inline-block {\n display: none !important;\n}\n@media print {\n .visible-print-inline-block {\n display: inline-block !important;\n }\n}\n@media print {\n .hidden-print {\n display: none !important;\n }\n}\n/*# sourceMappingURL=bootstrap.css.map */","/*! normalize.css v3.0.2 | MIT License | git.io/normalize */\n\n//\n// 1. Set default font family to sans-serif.\n// 2. Prevent iOS text size adjust after orientation change, without disabling\n// user zoom.\n//\n\nhtml {\n font-family: sans-serif; // 1\n -ms-text-size-adjust: 100%; // 2\n -webkit-text-size-adjust: 100%; // 2\n}\n\n//\n// Remove default margin.\n//\n\nbody {\n margin: 0;\n}\n\n// HTML5 display definitions\n// ==========================================================================\n\n//\n// Correct `block` display not defined for any HTML5 element in IE 8/9.\n// Correct `block` display not defined for `details` or `summary` in IE 10/11\n// and Firefox.\n// Correct `block` display not defined for `main` in IE 11.\n//\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n//\n// 1. Correct `inline-block` display not defined in IE 8/9.\n// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n//\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; // 1\n vertical-align: baseline; // 2\n}\n\n//\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\n//\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n//\n// Address `[hidden]` styling not present in IE 8/9/10.\n// Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.\n//\n\n[hidden],\ntemplate {\n display: none;\n}\n\n// Links\n// ==========================================================================\n\n//\n// Remove the gray background color from active links in IE 10.\n//\n\na {\n background-color: transparent;\n}\n\n//\n// Improve readability when focused and also mouse hovered in all browsers.\n//\n\na:active,\na:hover {\n outline: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n//\n// Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n//\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n//\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n//\n\nb,\nstrong {\n font-weight: bold;\n}\n\n//\n// Address styling not present in Safari and Chrome.\n//\n\ndfn {\n font-style: italic;\n}\n\n//\n// Address variable `h1` font-size and margin within `section` and `article`\n// contexts in Firefox 4+, Safari, and Chrome.\n//\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n//\n// Address styling not present in IE 8/9.\n//\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n//\n// Address inconsistent and variable font size in all browsers.\n//\n\nsmall {\n font-size: 80%;\n}\n\n//\n// Prevent `sub` and `sup` affecting `line-height` in all browsers.\n//\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n// Embedded content\n// ==========================================================================\n\n//\n// Remove border when inside `a` element in IE 8/9/10.\n//\n\nimg {\n border: 0;\n}\n\n//\n// Correct overflow not hidden in IE 9/10/11.\n//\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n// Grouping content\n// ==========================================================================\n\n//\n// Address margin not present in IE 8/9 and Safari.\n//\n\nfigure {\n margin: 1em 40px;\n}\n\n//\n// Address differences between Firefox and other browsers.\n//\n\nhr {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n//\n// Contain overflow in all browsers.\n//\n\npre {\n overflow: auto;\n}\n\n//\n// Address odd `em`-unit font size rendering in all browsers.\n//\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n// Forms\n// ==========================================================================\n\n//\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n//\n\n//\n// 1. Correct color not being inherited.\n// Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit; // 1\n font: inherit; // 2\n margin: 0; // 3\n}\n\n//\n// Address `overflow` set to `hidden` in IE 8/9/10/11.\n//\n\nbutton {\n overflow: visible;\n}\n\n//\n// Address inconsistent `text-transform` inheritance for `button` and `select`.\n// All other form control elements do not inherit `text-transform` values.\n// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n// Correct `select` style inheritance in Firefox.\n//\n\nbutton,\nselect {\n text-transform: none;\n}\n\n//\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n// and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n// `input` and others.\n//\n\nbutton,\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer; // 3\n}\n\n//\n// Re-set default cursor for disabled elements.\n//\n\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n//\n// Remove inner padding and border in Firefox 4+.\n//\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n//\n// Address Firefox 4+ setting `line-height` on `input` using `!important` in\n// the UA stylesheet.\n//\n\ninput {\n line-height: normal;\n}\n\n//\n// It's recommended that you don't attempt to style these elements.\n// Firefox's implementation doesn't respect box-sizing, padding, or width.\n//\n// 1. Address box sizing set to `content-box` in IE 8/9/10.\n// 2. Remove excess padding in IE 8/9/10.\n//\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; // 1\n padding: 0; // 2\n}\n\n//\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\n//\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n//\n// 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n// 2. Address `box-sizing` set to `border-box` in Safari and Chrome\n// (include `-moz` to future-proof).\n//\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; // 1\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box; // 2\n box-sizing: content-box;\n}\n\n//\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\n//\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// Define consistent border, margin, and padding.\n//\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n//\n// 1. Correct `color` not being inherited in IE 8/9/10/11.\n// 2. Remove padding so people aren't caught out if they zero out fieldsets.\n//\n\nlegend {\n border: 0; // 1\n padding: 0; // 2\n}\n\n//\n// Remove default vertical scrollbar in IE 8/9/10/11.\n//\n\ntextarea {\n overflow: auto;\n}\n\n//\n// Don't inherit the `font-weight` (applied by a rule above).\n// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n//\n\noptgroup {\n font-weight: bold;\n}\n\n// Tables\n// ==========================================================================\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n","/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */\n\n// ==========================================================================\n// Print styles.\n// Inlined to avoid the additional HTTP request: h5bp.com/r\n// ==========================================================================\n\n@media print {\n *,\n *:before,\n *:after {\n background: transparent !important;\n color: #000 !important; // Black prints faster: h5bp.com/s\n box-shadow: none !important;\n text-shadow: none !important;\n }\n\n a,\n a:visited {\n text-decoration: underline;\n }\n\n a[href]:after {\n content: \" (\" attr(href) \")\";\n }\n\n abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n\n // Don't show links that are fragment identifiers,\n // or use the `javascript:` pseudo protocol\n a[href^=\"#\"]:after,\n a[href^=\"javascript:\"]:after {\n content: \"\";\n }\n\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n\n thead {\n display: table-header-group; // h5bp.com/t\n }\n\n tr,\n img {\n page-break-inside: avoid;\n }\n\n img {\n max-width: 100% !important;\n }\n\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n\n h2,\n h3 {\n page-break-after: avoid;\n }\n\n // Bootstrap specific changes start\n //\n // Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245\n // Once fixed, we can just straight up remove this.\n select {\n background: #fff !important;\n }\n\n // Bootstrap components\n .navbar {\n display: none;\n }\n .btn,\n .dropup > .btn {\n > .caret {\n border-top-color: #000 !important;\n }\n }\n .label {\n border: 1px solid #000;\n }\n\n .table {\n border-collapse: collapse !important;\n\n td,\n th {\n background-color: #fff !important;\n }\n }\n .table-bordered {\n th,\n td {\n border: 1px solid #ddd !important;\n }\n }\n\n // Bootstrap specific changes end\n}\n","//\n// Glyphicons for Bootstrap\n//\n// Since icons are fonts, they can be placed anywhere text is placed and are\n// thus automatically sized to match the surrounding child. To use, create an\n// inline element with the appropriate classes, like so:\n//\n// Star\n\n// Import the fonts\n@font-face {\n font-family: 'Glyphicons Halflings';\n src: url('@{icon-font-path}@{icon-font-name}.eot');\n src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),\n url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),\n url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),\n url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),\n url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');\n}\n\n// Catchall baseclass\n.glyphicon {\n position: relative;\n top: 1px;\n display: inline-block;\n font-family: 'Glyphicons Halflings';\n font-style: normal;\n font-weight: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n// Individual icons\n.glyphicon-asterisk { &:before { content: \"\\2a\"; } }\n.glyphicon-plus { &:before { content: \"\\2b\"; } }\n.glyphicon-euro,\n.glyphicon-eur { &:before { content: \"\\20ac\"; } }\n.glyphicon-minus { &:before { content: \"\\2212\"; } }\n.glyphicon-cloud { &:before { content: \"\\2601\"; } }\n.glyphicon-envelope { &:before { content: \"\\2709\"; } }\n.glyphicon-pencil { &:before { content: \"\\270f\"; } }\n.glyphicon-glass { &:before { content: \"\\e001\"; } }\n.glyphicon-music { &:before { content: \"\\e002\"; } }\n.glyphicon-search { &:before { content: \"\\e003\"; } }\n.glyphicon-heart { &:before { content: \"\\e005\"; } }\n.glyphicon-star { &:before { content: \"\\e006\"; } }\n.glyphicon-star-empty { &:before { content: \"\\e007\"; } }\n.glyphicon-user { &:before { content: \"\\e008\"; } }\n.glyphicon-film { &:before { content: \"\\e009\"; } }\n.glyphicon-th-large { &:before { content: \"\\e010\"; } }\n.glyphicon-th { &:before { content: \"\\e011\"; } }\n.glyphicon-th-list { &:before { content: \"\\e012\"; } }\n.glyphicon-ok { &:before { content: \"\\e013\"; } }\n.glyphicon-remove { &:before { content: \"\\e014\"; } }\n.glyphicon-zoom-in { &:before { content: \"\\e015\"; } }\n.glyphicon-zoom-out { &:before { content: \"\\e016\"; } }\n.glyphicon-off { &:before { content: \"\\e017\"; } }\n.glyphicon-signal { &:before { content: \"\\e018\"; } }\n.glyphicon-cog { &:before { content: \"\\e019\"; } }\n.glyphicon-trash { &:before { content: \"\\e020\"; } }\n.glyphicon-home { &:before { content: \"\\e021\"; } }\n.glyphicon-file { &:before { content: \"\\e022\"; } }\n.glyphicon-time { &:before { content: \"\\e023\"; } }\n.glyphicon-road { &:before { content: \"\\e024\"; } }\n.glyphicon-download-alt { &:before { content: \"\\e025\"; } }\n.glyphicon-download { &:before { content: \"\\e026\"; } }\n.glyphicon-upload { &:before { content: \"\\e027\"; } }\n.glyphicon-inbox { &:before { content: \"\\e028\"; } }\n.glyphicon-play-circle { &:before { content: \"\\e029\"; } }\n.glyphicon-repeat { &:before { content: \"\\e030\"; } }\n.glyphicon-refresh { &:before { content: \"\\e031\"; } }\n.glyphicon-list-alt { &:before { content: \"\\e032\"; } }\n.glyphicon-lock { &:before { content: \"\\e033\"; } }\n.glyphicon-flag { &:before { content: \"\\e034\"; } }\n.glyphicon-headphones { &:before { content: \"\\e035\"; } }\n.glyphicon-volume-off { &:before { content: \"\\e036\"; } }\n.glyphicon-volume-down { &:before { content: \"\\e037\"; } }\n.glyphicon-volume-up { &:before { content: \"\\e038\"; } }\n.glyphicon-qrcode { &:before { content: \"\\e039\"; } }\n.glyphicon-barcode { &:before { content: \"\\e040\"; } }\n.glyphicon-tag { &:before { content: \"\\e041\"; } }\n.glyphicon-tags { &:before { content: \"\\e042\"; } }\n.glyphicon-book { &:before { content: \"\\e043\"; } }\n.glyphicon-bookmark { &:before { content: \"\\e044\"; } }\n.glyphicon-print { &:before { content: \"\\e045\"; } }\n.glyphicon-camera { &:before { content: \"\\e046\"; } }\n.glyphicon-font { &:before { content: \"\\e047\"; } }\n.glyphicon-bold { &:before { content: \"\\e048\"; } }\n.glyphicon-italic { &:before { content: \"\\e049\"; } }\n.glyphicon-text-height { &:before { content: \"\\e050\"; } }\n.glyphicon-text-width { &:before { content: \"\\e051\"; } }\n.glyphicon-align-left { &:before { content: \"\\e052\"; } }\n.glyphicon-align-center { &:before { content: \"\\e053\"; } }\n.glyphicon-align-right { &:before { content: \"\\e054\"; } }\n.glyphicon-align-justify { &:before { content: \"\\e055\"; } }\n.glyphicon-list { &:before { content: \"\\e056\"; } }\n.glyphicon-indent-left { &:before { content: \"\\e057\"; } }\n.glyphicon-indent-right { &:before { content: \"\\e058\"; } }\n.glyphicon-facetime-video { &:before { content: \"\\e059\"; } }\n.glyphicon-picture { &:before { content: \"\\e060\"; } }\n.glyphicon-map-marker { &:before { content: \"\\e062\"; } }\n.glyphicon-adjust { &:before { content: \"\\e063\"; } }\n.glyphicon-tint { &:before { content: \"\\e064\"; } }\n.glyphicon-edit { &:before { content: \"\\e065\"; } }\n.glyphicon-share { &:before { content: \"\\e066\"; } }\n.glyphicon-check { &:before { content: \"\\e067\"; } }\n.glyphicon-move { &:before { content: \"\\e068\"; } }\n.glyphicon-step-backward { &:before { content: \"\\e069\"; } }\n.glyphicon-fast-backward { &:before { content: \"\\e070\"; } }\n.glyphicon-backward { &:before { content: \"\\e071\"; } }\n.glyphicon-play { &:before { content: \"\\e072\"; } }\n.glyphicon-pause { &:before { content: \"\\e073\"; } }\n.glyphicon-stop { &:before { content: \"\\e074\"; } }\n.glyphicon-forward { &:before { content: \"\\e075\"; } }\n.glyphicon-fast-forward { &:before { content: \"\\e076\"; } }\n.glyphicon-step-forward { &:before { content: \"\\e077\"; } }\n.glyphicon-eject { &:before { content: \"\\e078\"; } }\n.glyphicon-chevron-left { &:before { content: \"\\e079\"; } }\n.glyphicon-chevron-right { &:before { content: \"\\e080\"; } }\n.glyphicon-plus-sign { &:before { content: \"\\e081\"; } }\n.glyphicon-minus-sign { &:before { content: \"\\e082\"; } }\n.glyphicon-remove-sign { &:before { content: \"\\e083\"; } }\n.glyphicon-ok-sign { &:before { content: \"\\e084\"; } }\n.glyphicon-question-sign { &:before { content: \"\\e085\"; } }\n.glyphicon-info-sign { &:before { content: \"\\e086\"; } }\n.glyphicon-screenshot { &:before { content: \"\\e087\"; } }\n.glyphicon-remove-circle { &:before { content: \"\\e088\"; } }\n.glyphicon-ok-circle { &:before { content: \"\\e089\"; } }\n.glyphicon-ban-circle { &:before { content: \"\\e090\"; } }\n.glyphicon-arrow-left { &:before { content: \"\\e091\"; } }\n.glyphicon-arrow-right { &:before { content: \"\\e092\"; } }\n.glyphicon-arrow-up { &:before { content: \"\\e093\"; } }\n.glyphicon-arrow-down { &:before { content: \"\\e094\"; } }\n.glyphicon-share-alt { &:before { content: \"\\e095\"; } }\n.glyphicon-resize-full { &:before { content: \"\\e096\"; } }\n.glyphicon-resize-small { &:before { content: \"\\e097\"; } }\n.glyphicon-exclamation-sign { &:before { content: \"\\e101\"; } }\n.glyphicon-gift { &:before { content: \"\\e102\"; } }\n.glyphicon-leaf { &:before { content: \"\\e103\"; } }\n.glyphicon-fire { &:before { content: \"\\e104\"; } }\n.glyphicon-eye-open { &:before { content: \"\\e105\"; } }\n.glyphicon-eye-close { &:before { content: \"\\e106\"; } }\n.glyphicon-warning-sign { &:before { content: \"\\e107\"; } }\n.glyphicon-plane { &:before { content: \"\\e108\"; } }\n.glyphicon-calendar { &:before { content: \"\\e109\"; } }\n.glyphicon-random { &:before { content: \"\\e110\"; } }\n.glyphicon-comment { &:before { content: \"\\e111\"; } }\n.glyphicon-magnet { &:before { content: \"\\e112\"; } }\n.glyphicon-chevron-up { &:before { content: \"\\e113\"; } }\n.glyphicon-chevron-down { &:before { content: \"\\e114\"; } }\n.glyphicon-retweet { &:before { content: \"\\e115\"; } }\n.glyphicon-shopping-cart { &:before { content: \"\\e116\"; } }\n.glyphicon-folder-close { &:before { content: \"\\e117\"; } }\n.glyphicon-folder-open { &:before { content: \"\\e118\"; } }\n.glyphicon-resize-vertical { &:before { content: \"\\e119\"; } }\n.glyphicon-resize-horizontal { &:before { content: \"\\e120\"; } }\n.glyphicon-hdd { &:before { content: \"\\e121\"; } }\n.glyphicon-bullhorn { &:before { content: \"\\e122\"; } }\n.glyphicon-bell { &:before { content: \"\\e123\"; } }\n.glyphicon-certificate { &:before { content: \"\\e124\"; } }\n.glyphicon-thumbs-up { &:before { content: \"\\e125\"; } }\n.glyphicon-thumbs-down { &:before { content: \"\\e126\"; } }\n.glyphicon-hand-right { &:before { content: \"\\e127\"; } }\n.glyphicon-hand-left { &:before { content: \"\\e128\"; } }\n.glyphicon-hand-up { &:before { content: \"\\e129\"; } }\n.glyphicon-hand-down { &:before { content: \"\\e130\"; } }\n.glyphicon-circle-arrow-right { &:before { content: \"\\e131\"; } }\n.glyphicon-circle-arrow-left { &:before { content: \"\\e132\"; } }\n.glyphicon-circle-arrow-up { &:before { content: \"\\e133\"; } }\n.glyphicon-circle-arrow-down { &:before { content: \"\\e134\"; } }\n.glyphicon-globe { &:before { content: \"\\e135\"; } }\n.glyphicon-wrench { &:before { content: \"\\e136\"; } }\n.glyphicon-tasks { &:before { content: \"\\e137\"; } }\n.glyphicon-filter { &:before { content: \"\\e138\"; } }\n.glyphicon-briefcase { &:before { content: \"\\e139\"; } }\n.glyphicon-fullscreen { &:before { content: \"\\e140\"; } }\n.glyphicon-dashboard { &:before { content: \"\\e141\"; } }\n.glyphicon-paperclip { &:before { content: \"\\e142\"; } }\n.glyphicon-heart-empty { &:before { content: \"\\e143\"; } }\n.glyphicon-link { &:before { content: \"\\e144\"; } }\n.glyphicon-phone { &:before { content: \"\\e145\"; } }\n.glyphicon-pushpin { &:before { content: \"\\e146\"; } }\n.glyphicon-usd { &:before { content: \"\\e148\"; } }\n.glyphicon-gbp { &:before { content: \"\\e149\"; } }\n.glyphicon-sort { &:before { content: \"\\e150\"; } }\n.glyphicon-sort-by-alphabet { &:before { content: \"\\e151\"; } }\n.glyphicon-sort-by-alphabet-alt { &:before { content: \"\\e152\"; } }\n.glyphicon-sort-by-order { &:before { content: \"\\e153\"; } }\n.glyphicon-sort-by-order-alt { &:before { content: \"\\e154\"; } }\n.glyphicon-sort-by-attributes { &:before { content: \"\\e155\"; } }\n.glyphicon-sort-by-attributes-alt { &:before { content: \"\\e156\"; } }\n.glyphicon-unchecked { &:before { content: \"\\e157\"; } }\n.glyphicon-expand { &:before { content: \"\\e158\"; } }\n.glyphicon-collapse-down { &:before { content: \"\\e159\"; } }\n.glyphicon-collapse-up { &:before { content: \"\\e160\"; } }\n.glyphicon-log-in { &:before { content: \"\\e161\"; } }\n.glyphicon-flash { &:before { content: \"\\e162\"; } }\n.glyphicon-log-out { &:before { content: \"\\e163\"; } }\n.glyphicon-new-window { &:before { content: \"\\e164\"; } }\n.glyphicon-record { &:before { content: \"\\e165\"; } }\n.glyphicon-save { &:before { content: \"\\e166\"; } }\n.glyphicon-open { &:before { content: \"\\e167\"; } }\n.glyphicon-saved { &:before { content: \"\\e168\"; } }\n.glyphicon-import { &:before { content: \"\\e169\"; } }\n.glyphicon-export { &:before { content: \"\\e170\"; } }\n.glyphicon-send { &:before { content: \"\\e171\"; } }\n.glyphicon-floppy-disk { &:before { content: \"\\e172\"; } }\n.glyphicon-floppy-saved { &:before { content: \"\\e173\"; } }\n.glyphicon-floppy-remove { &:before { content: \"\\e174\"; } }\n.glyphicon-floppy-save { &:before { content: \"\\e175\"; } }\n.glyphicon-floppy-open { &:before { content: \"\\e176\"; } }\n.glyphicon-credit-card { &:before { content: \"\\e177\"; } }\n.glyphicon-transfer { &:before { content: \"\\e178\"; } }\n.glyphicon-cutlery { &:before { content: \"\\e179\"; } }\n.glyphicon-header { &:before { content: \"\\e180\"; } }\n.glyphicon-compressed { &:before { content: \"\\e181\"; } }\n.glyphicon-earphone { &:before { content: \"\\e182\"; } }\n.glyphicon-phone-alt { &:before { content: \"\\e183\"; } }\n.glyphicon-tower { &:before { content: \"\\e184\"; } }\n.glyphicon-stats { &:before { content: \"\\e185\"; } }\n.glyphicon-sd-video { &:before { content: \"\\e186\"; } }\n.glyphicon-hd-video { &:before { content: \"\\e187\"; } }\n.glyphicon-subtitles { &:before { content: \"\\e188\"; } }\n.glyphicon-sound-stereo { &:before { content: \"\\e189\"; } }\n.glyphicon-sound-dolby { &:before { content: \"\\e190\"; } }\n.glyphicon-sound-5-1 { &:before { content: \"\\e191\"; } }\n.glyphicon-sound-6-1 { &:before { content: \"\\e192\"; } }\n.glyphicon-sound-7-1 { &:before { content: \"\\e193\"; } }\n.glyphicon-copyright-mark { &:before { content: \"\\e194\"; } }\n.glyphicon-registration-mark { &:before { content: \"\\e195\"; } }\n.glyphicon-cloud-download { &:before { content: \"\\e197\"; } }\n.glyphicon-cloud-upload { &:before { content: \"\\e198\"; } }\n.glyphicon-tree-conifer { &:before { content: \"\\e199\"; } }\n.glyphicon-tree-deciduous { &:before { content: \"\\e200\"; } }\n.glyphicon-cd { &:before { content: \"\\e201\"; } }\n.glyphicon-save-file { &:before { content: \"\\e202\"; } }\n.glyphicon-open-file { &:before { content: \"\\e203\"; } }\n.glyphicon-level-up { &:before { content: \"\\e204\"; } }\n.glyphicon-copy { &:before { content: \"\\e205\"; } }\n.glyphicon-paste { &:before { content: \"\\e206\"; } }\n// The following 2 Glyphicons are omitted for the time being because\n// they currently use Unicode codepoints that are outside the\n// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle\n// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.\n// Notably, the bug affects some older versions of the Android Browser.\n// More info: https://github.com/twbs/bootstrap/issues/10106\n// .glyphicon-door { &:before { content: \"\\1f6aa\"; } }\n// .glyphicon-key { &:before { content: \"\\1f511\"; } }\n.glyphicon-alert { &:before { content: \"\\e209\"; } }\n.glyphicon-equalizer { &:before { content: \"\\e210\"; } }\n.glyphicon-king { &:before { content: \"\\e211\"; } }\n.glyphicon-queen { &:before { content: \"\\e212\"; } }\n.glyphicon-pawn { &:before { content: \"\\e213\"; } }\n.glyphicon-bishop { &:before { content: \"\\e214\"; } }\n.glyphicon-knight { &:before { content: \"\\e215\"; } }\n.glyphicon-baby-formula { &:before { content: \"\\e216\"; } }\n.glyphicon-tent { &:before { content: \"\\26fa\"; } }\n.glyphicon-blackboard { &:before { content: \"\\e218\"; } }\n.glyphicon-bed { &:before { content: \"\\e219\"; } }\n.glyphicon-apple { &:before { content: \"\\f8ff\"; } }\n.glyphicon-erase { &:before { content: \"\\e221\"; } }\n.glyphicon-hourglass { &:before { content: \"\\231b\"; } }\n.glyphicon-lamp { &:before { content: \"\\e223\"; } }\n.glyphicon-duplicate { &:before { content: \"\\e224\"; } }\n.glyphicon-piggy-bank { &:before { content: \"\\e225\"; } }\n.glyphicon-scissors { &:before { content: \"\\e226\"; } }\n.glyphicon-bitcoin { &:before { content: \"\\e227\"; } }\n.glyphicon-yen { &:before { content: \"\\00a5\"; } }\n.glyphicon-ruble { &:before { content: \"\\20bd\"; } }\n.glyphicon-scale { &:before { content: \"\\e230\"; } }\n.glyphicon-ice-lolly { &:before { content: \"\\e231\"; } }\n.glyphicon-ice-lolly-tasted { &:before { content: \"\\e232\"; } }\n.glyphicon-education { &:before { content: \"\\e233\"; } }\n.glyphicon-option-horizontal { &:before { content: \"\\e234\"; } }\n.glyphicon-option-vertical { &:before { content: \"\\e235\"; } }\n.glyphicon-menu-hamburger { &:before { content: \"\\e236\"; } }\n.glyphicon-modal-window { &:before { content: \"\\e237\"; } }\n.glyphicon-oil { &:before { content: \"\\e238\"; } }\n.glyphicon-grain { &:before { content: \"\\e239\"; } }\n.glyphicon-sunglasses { &:before { content: \"\\e240\"; } }\n.glyphicon-text-size { &:before { content: \"\\e241\"; } }\n.glyphicon-text-color { &:before { content: \"\\e242\"; } }\n.glyphicon-text-background { &:before { content: \"\\e243\"; } }\n.glyphicon-object-align-top { &:before { content: \"\\e244\"; } }\n.glyphicon-object-align-bottom { &:before { content: \"\\e245\"; } }\n.glyphicon-object-align-horizontal{ &:before { content: \"\\e246\"; } }\n.glyphicon-object-align-left { &:before { content: \"\\e247\"; } }\n.glyphicon-object-align-vertical { &:before { content: \"\\e248\"; } }\n.glyphicon-object-align-right { &:before { content: \"\\e249\"; } }\n.glyphicon-triangle-right { &:before { content: \"\\e250\"; } }\n.glyphicon-triangle-left { &:before { content: \"\\e251\"; } }\n.glyphicon-triangle-bottom { &:before { content: \"\\e252\"; } }\n.glyphicon-triangle-top { &:before { content: \"\\e253\"; } }\n.glyphicon-console { &:before { content: \"\\e254\"; } }\n.glyphicon-superscript { &:before { content: \"\\e255\"; } }\n.glyphicon-subscript { &:before { content: \"\\e256\"; } }\n.glyphicon-menu-left { &:before { content: \"\\e257\"; } }\n.glyphicon-menu-right { &:before { content: \"\\e258\"; } }\n.glyphicon-menu-down { &:before { content: \"\\e259\"; } }\n.glyphicon-menu-up { &:before { content: \"\\e260\"; } }\n","//\n// Scaffolding\n// --------------------------------------------------\n\n\n// Reset the box-sizing\n//\n// Heads up! This reset may cause conflicts with some third-party widgets.\n// For recommendations on resolving such conflicts, see\n// http://getbootstrap.com/getting-started/#third-box-sizing\n* {\n .box-sizing(border-box);\n}\n*:before,\n*:after {\n .box-sizing(border-box);\n}\n\n\n// Body reset\n\nhtml {\n font-size: 10px;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n}\n\nbody {\n font-family: @font-family-base;\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @text-color;\n background-color: @body-bg;\n}\n\n// Reset fonts for relevant elements\ninput,\nbutton,\nselect,\ntextarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\n\n// Links\n\na {\n color: @link-color;\n text-decoration: none;\n\n &:hover,\n &:focus {\n color: @link-hover-color;\n text-decoration: @link-hover-decoration;\n }\n\n &:focus {\n .tab-focus();\n }\n}\n\n\n// Figures\n//\n// We reset this here because previously Normalize had no `figure` margins. This\n// ensures we don't break anyone's use of the element.\n\nfigure {\n margin: 0;\n}\n\n\n// Images\n\nimg {\n vertical-align: middle;\n}\n\n// Responsive images (ensure images don't scale beyond their parents)\n.img-responsive {\n .img-responsive();\n}\n\n// Rounded corners\n.img-rounded {\n border-radius: @border-radius-large;\n}\n\n// Image thumbnails\n//\n// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.\n.img-thumbnail {\n padding: @thumbnail-padding;\n line-height: @line-height-base;\n background-color: @thumbnail-bg;\n border: 1px solid @thumbnail-border;\n border-radius: @thumbnail-border-radius;\n .transition(all .2s ease-in-out);\n\n // Keep them at most 100% wide\n .img-responsive(inline-block);\n}\n\n// Perfect circle\n.img-circle {\n border-radius: 50%; // set radius in percents\n}\n\n\n// Horizontal rules\n\nhr {\n margin-top: @line-height-computed;\n margin-bottom: @line-height-computed;\n border: 0;\n border-top: 1px solid @hr-border;\n}\n\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0,0,0,0);\n border: 0;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n// Useful for \"Skip to main content\" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n// Credit: HTML5 Boilerplate\n\n.sr-only-focusable {\n &:active,\n &:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto;\n }\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They will be removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n -o-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n -webkit-animation-fill-mode: @fill-mode;\n animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility){\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n // Firefox\n &::-moz-placeholder {\n color: @color;\n opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526\n }\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n -webkit-transform: scale(@ratio);\n -ms-transform: scale(@ratio); // IE9 only\n -o-transform: scale(@ratio);\n transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n -webkit-transform: scale(@ratioX, @ratioY);\n -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n -o-transform: scale(@ratioX, @ratioY);\n transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE9 only\n -o-transform: scaleX(@ratio);\n transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE9 only\n -o-transform: scaleY(@ratio);\n transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n -webkit-transform: skewX(@x) skewY(@y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX(@x) skewY(@y);\n transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n -o-transform: translate(@x, @y);\n transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n -o-transform: rotate(@degrees);\n transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n -o-transform: rotateX(@degrees);\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n -o-transform: rotateY(@degrees);\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n -webkit-transition: @transition;\n -o-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n -webkit-transition-timing-function: @timing-function;\n transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n","// WebKit-style focus\n\n.tab-focus() {\n // Default\n outline: thin dotted;\n // WebKit\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n.img-responsive(@display: block) {\n display: @display;\n max-width: 100%; // Part 1: Set a maximum relative to the parent\n height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size. Note that the\n// spelling of `min--moz-device-pixel-ratio` is intentional.\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n background-image: url(\"@{file-1x}\");\n\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and ( min--moz-device-pixel-ratio: 2),\n only screen and ( -o-min-device-pixel-ratio: 2/1),\n only screen and ( min-device-pixel-ratio: 2),\n only screen and ( min-resolution: 192dpi),\n only screen and ( min-resolution: 2dppx) {\n background-image: url(\"@{file-2x}\");\n background-size: @width-1x @height-1x;\n }\n}\n","//\n// Typography\n// --------------------------------------------------\n\n\n// Headings\n// -------------------------\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n font-family: @headings-font-family;\n font-weight: @headings-font-weight;\n line-height: @headings-line-height;\n color: @headings-color;\n\n small,\n .small {\n font-weight: normal;\n line-height: 1;\n color: @headings-small-color;\n }\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3 {\n margin-top: @line-height-computed;\n margin-bottom: (@line-height-computed / 2);\n\n small,\n .small {\n font-size: 65%;\n }\n}\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n margin-top: (@line-height-computed / 2);\n margin-bottom: (@line-height-computed / 2);\n\n small,\n .small {\n font-size: 75%;\n }\n}\n\nh1, .h1 { font-size: @font-size-h1; }\nh2, .h2 { font-size: @font-size-h2; }\nh3, .h3 { font-size: @font-size-h3; }\nh4, .h4 { font-size: @font-size-h4; }\nh5, .h5 { font-size: @font-size-h5; }\nh6, .h6 { font-size: @font-size-h6; }\n\n\n// Body text\n// -------------------------\n\np {\n margin: 0 0 (@line-height-computed / 2);\n}\n\n.lead {\n margin-bottom: @line-height-computed;\n font-size: floor((@font-size-base * 1.15));\n font-weight: 300;\n line-height: 1.4;\n\n @media (min-width: @screen-sm-min) {\n font-size: (@font-size-base * 1.5);\n }\n}\n\n\n// Emphasis & misc\n// -------------------------\n\n// Ex: (12px small font / 14px base font) * 100% = about 85%\nsmall,\n.small {\n font-size: floor((100% * @font-size-small / @font-size-base));\n}\n\nmark,\n.mark {\n background-color: @state-warning-bg;\n padding: .2em;\n}\n\n// Alignment\n.text-left { text-align: left; }\n.text-right { text-align: right; }\n.text-center { text-align: center; }\n.text-justify { text-align: justify; }\n.text-nowrap { white-space: nowrap; }\n\n// Transformation\n.text-lowercase { text-transform: lowercase; }\n.text-uppercase { text-transform: uppercase; }\n.text-capitalize { text-transform: capitalize; }\n\n// Contextual colors\n.text-muted {\n color: @text-muted;\n}\n.text-primary {\n .text-emphasis-variant(@brand-primary);\n}\n.text-success {\n .text-emphasis-variant(@state-success-text);\n}\n.text-info {\n .text-emphasis-variant(@state-info-text);\n}\n.text-warning {\n .text-emphasis-variant(@state-warning-text);\n}\n.text-danger {\n .text-emphasis-variant(@state-danger-text);\n}\n\n// Contextual backgrounds\n// For now we'll leave these alongside the text classes until v4 when we can\n// safely shift things around (per SemVer rules).\n.bg-primary {\n // Given the contrast here, this is the only class to have its color inverted\n // automatically.\n color: #fff;\n .bg-variant(@brand-primary);\n}\n.bg-success {\n .bg-variant(@state-success-bg);\n}\n.bg-info {\n .bg-variant(@state-info-bg);\n}\n.bg-warning {\n .bg-variant(@state-warning-bg);\n}\n.bg-danger {\n .bg-variant(@state-danger-bg);\n}\n\n\n// Page header\n// -------------------------\n\n.page-header {\n padding-bottom: ((@line-height-computed / 2) - 1);\n margin: (@line-height-computed * 2) 0 @line-height-computed;\n border-bottom: 1px solid @page-header-border-color;\n}\n\n\n// Lists\n// -------------------------\n\n// Unordered and Ordered lists\nul,\nol {\n margin-top: 0;\n margin-bottom: (@line-height-computed / 2);\n ul,\n ol {\n margin-bottom: 0;\n }\n}\n\n// List options\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n .list-unstyled();\n margin-left: -5px;\n\n > li {\n display: inline-block;\n padding-left: 5px;\n padding-right: 5px;\n }\n}\n\n// Description Lists\ndl {\n margin-top: 0; // Remove browser default\n margin-bottom: @line-height-computed;\n}\ndt,\ndd {\n line-height: @line-height-base;\n}\ndt {\n font-weight: bold;\n}\ndd {\n margin-left: 0; // Undo browser default\n}\n\n// Horizontal description lists\n//\n// Defaults to being stacked without any of the below styles applied, until the\n// grid breakpoint is reached (default of ~768px).\n\n.dl-horizontal {\n dd {\n &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\n }\n\n @media (min-width: @grid-float-breakpoint) {\n dt {\n float: left;\n width: (@dl-horizontal-offset - 20);\n clear: left;\n text-align: right;\n .text-overflow();\n }\n dd {\n margin-left: @dl-horizontal-offset;\n }\n }\n}\n\n\n// Misc\n// -------------------------\n\n// Abbreviations and acronyms\nabbr[title],\n// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted @abbr-border-color;\n}\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n// Blockquotes\nblockquote {\n padding: (@line-height-computed / 2) @line-height-computed;\n margin: 0 0 @line-height-computed;\n font-size: @blockquote-font-size;\n border-left: 5px solid @blockquote-border-color;\n\n p,\n ul,\n ol {\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n // Note: Deprecated small and .small as of v3.1.0\n // Context: https://github.com/twbs/bootstrap/issues/11660\n footer,\n small,\n .small {\n display: block;\n font-size: 80%; // back to default font-size\n line-height: @line-height-base;\n color: @blockquote-small-color;\n\n &:before {\n content: '\\2014 \\00A0'; // em dash, nbsp\n }\n }\n}\n\n// Opposite alignment of blockquote\n//\n// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.\n.blockquote-reverse,\nblockquote.pull-right {\n padding-right: 15px;\n padding-left: 0;\n border-right: 5px solid @blockquote-border-color;\n border-left: 0;\n text-align: right;\n\n // Account for citation\n footer,\n small,\n .small {\n &:before { content: ''; }\n &:after {\n content: '\\00A0 \\2014'; // nbsp, em dash\n }\n }\n}\n\n// Addresses\naddress {\n margin-bottom: @line-height-computed;\n font-style: normal;\n line-height: @line-height-base;\n}\n","// Typography\n\n.text-emphasis-variant(@color) {\n color: @color;\n a&:hover {\n color: darken(@color, 10%);\n }\n}\n","// Contextual backgrounds\n\n.bg-variant(@color) {\n background-color: @color;\n a&:hover {\n background-color: darken(@color, 10%);\n }\n}\n","// Text overflow\n// Requires inline-block or block for proper styling\n\n.text-overflow() {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n","//\n// Code (inline and block)\n// --------------------------------------------------\n\n\n// Inline and block code styles\ncode,\nkbd,\npre,\nsamp {\n font-family: @font-family-monospace;\n}\n\n// Inline code\ncode {\n padding: 2px 4px;\n font-size: 90%;\n color: @code-color;\n background-color: @code-bg;\n border-radius: @border-radius-base;\n}\n\n// User input typically entered via keyboard\nkbd {\n padding: 2px 4px;\n font-size: 90%;\n color: @kbd-color;\n background-color: @kbd-bg;\n border-radius: @border-radius-small;\n box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);\n\n kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold;\n box-shadow: none;\n }\n}\n\n// Blocks of code\npre {\n display: block;\n padding: ((@line-height-computed - 1) / 2);\n margin: 0 0 (@line-height-computed / 2);\n font-size: (@font-size-base - 1); // 14px to 13px\n line-height: @line-height-base;\n word-break: break-all;\n word-wrap: break-word;\n color: @pre-color;\n background-color: @pre-bg;\n border: 1px solid @pre-border-color;\n border-radius: @border-radius-base;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n white-space: pre-wrap;\n background-color: transparent;\n border-radius: 0;\n }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n max-height: @pre-scrollable-max-height;\n overflow-y: scroll;\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n .container-fixed();\n\n @media (min-width: @screen-sm-min) {\n width: @container-sm;\n }\n @media (min-width: @screen-md-min) {\n width: @container-md;\n }\n @media (min-width: @screen-lg-min) {\n width: @container-lg;\n }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n .container-fixed();\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n .make-row();\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n.make-grid-columns();\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n.make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: @screen-sm-min) {\n .make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: @screen-md-min) {\n .make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: @screen-lg-min) {\n .make-grid(lg);\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n// Centered container element\n.container-fixed(@gutter: @grid-gutter-width) {\n margin-right: auto;\n margin-left: auto;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n margin-left: (@gutter / -2);\n margin-right: (@gutter / -2);\n &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n float: left;\n width: percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n margin-left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-push(@columns) {\n left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-pull(@columns) {\n right: percentage((@columns / @grid-columns));\n}\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-sm-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-offset(@columns) {\n @media (min-width: @screen-sm-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-push(@columns) {\n @media (min-width: @screen-sm-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-pull(@columns) {\n @media (min-width: @screen-sm-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-md-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-offset(@columns) {\n @media (min-width: @screen-md-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-push(@columns) {\n @media (min-width: @screen-md-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-pull(@columns) {\n @media (min-width: @screen-md-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-lg-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-offset(@columns) {\n @media (min-width: @screen-lg-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-push(@columns) {\n @media (min-width: @screen-lg-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-pull(@columns) {\n @media (min-width: @screen-lg-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n // Common styles for all sizes of grid columns, widths 1-12\n .col(@index) { // initial\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n position: relative;\n // Prevent columns from collapsing when empty\n min-height: 1px;\n // Inner gutter via padding\n padding-left: (@grid-gutter-width / 2);\n padding-right: (@grid-gutter-width / 2);\n }\n }\n .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n .col(@index) { // initial\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n float: left;\n }\n }\n .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n .col-@{class}-@{index} {\n width: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {\n .col-@{class}-push-@{index} {\n left: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {\n .col-@{class}-push-0 {\n left: auto;\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {\n .col-@{class}-pull-@{index} {\n right: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {\n .col-@{class}-pull-0 {\n right: auto;\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n .col-@{class}-offset-@{index} {\n margin-left: percentage((@index / @grid-columns));\n }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n .calc-grid-column(@index, @class, @type);\n // next iteration\n .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n .float-grid-columns(@class);\n .loop-grid-columns(@grid-columns, @class, width);\n .loop-grid-columns(@grid-columns, @class, pull);\n .loop-grid-columns(@grid-columns, @class, push);\n .loop-grid-columns(@grid-columns, @class, offset);\n}\n","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n background-color: @table-bg;\n}\ncaption {\n padding-top: @table-cell-padding;\n padding-bottom: @table-cell-padding;\n color: @text-muted;\n text-align: left;\n}\nth {\n text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: @line-height-computed;\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: @table-cell-padding;\n line-height: @line-height-base;\n vertical-align: top;\n border-top: 1px solid @table-border-color;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n vertical-align: bottom;\n border-bottom: 2px solid @table-border-color;\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid @table-border-color;\n }\n\n // Nesting\n .table {\n background-color: @body-bg;\n }\n}\n\n\n// Condensed table w/ half padding\n\n.table-condensed {\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: @table-condensed-cell-padding;\n }\n }\n }\n}\n\n\n// Bordered version\n//\n// Add borders all around the table and between all the columns.\n\n.table-bordered {\n border: 1px solid @table-border-color;\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n border: 1px solid @table-border-color;\n }\n }\n }\n > thead > tr {\n > th,\n > td {\n border-bottom-width: 2px;\n }\n }\n}\n\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n > tbody > tr:nth-of-type(odd) {\n background-color: @table-bg-accent;\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n > tbody > tr:hover {\n background-color: @table-bg-hover;\n }\n}\n\n\n// Table cell sizing\n//\n// Reset default table behavior\n\ntable col[class*=\"col-\"] {\n position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n float: none;\n display: table-column;\n}\ntable {\n td,\n th {\n &[class*=\"col-\"] {\n position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)\n float: none;\n display: table-cell;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n// Generate the contextual variants\n.table-row-variant(active; @table-bg-active);\n.table-row-variant(success; @state-success-bg);\n.table-row-variant(info; @state-info-bg);\n.table-row-variant(warning; @state-warning-bg);\n.table-row-variant(danger; @state-danger-bg);\n\n\n// Responsive tables\n//\n// Wrap your tables in `.table-responsive` and we'll make them mobile friendly\n// by enabling horizontal scrolling. Only applies <768px. Everything above that\n// will display normally.\n\n.table-responsive {\n overflow-x: auto;\n min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)\n\n @media screen and (max-width: @screen-xs-max) {\n width: 100%;\n margin-bottom: (@line-height-computed * 0.75);\n overflow-y: hidden;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n border: 1px solid @table-border-color;\n\n // Tighten up spacing\n > .table {\n margin-bottom: 0;\n\n // Ensure the content doesn't wrap\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n white-space: nowrap;\n }\n }\n }\n }\n\n // Special overrides for the bordered tables\n > .table-bordered {\n border: 0;\n\n // Nuke the appropriate borders so that the parent can handle them\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th:first-child,\n > td:first-child {\n border-left: 0;\n }\n > th:last-child,\n > td:last-child {\n border-right: 0;\n }\n }\n }\n\n // Only nuke the last row's bottom-border in `tbody` and `tfoot` since\n // chances are there will be only one `tr` in a `thead` and that would\n // remove the border altogether.\n > tbody,\n > tfoot {\n > tr:last-child {\n > th,\n > td {\n border-bottom: 0;\n }\n }\n }\n\n }\n }\n}\n","// Tables\n\n.table-row-variant(@state; @background) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table > thead > tr,\n .table > tbody > tr,\n .table > tfoot > tr {\n > td.@{state},\n > th.@{state},\n &.@{state} > td,\n &.@{state} > th {\n background-color: @background;\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover > tbody > tr {\n > td.@{state}:hover,\n > th.@{state}:hover,\n &.@{state}:hover > td,\n &:hover > .@{state},\n &.@{state}:hover > th {\n background-color: darken(@background, 5%);\n }\n }\n}\n","//\n// Forms\n// --------------------------------------------------\n\n\n// Normalize non-controls\n//\n// Restyle and baseline non-control form elements.\n\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n // Chrome and Firefox set a `min-width: min-content;` on fieldsets,\n // so we reset that to ensure it behaves more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359.\n min-width: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: @line-height-computed;\n font-size: (@font-size-base * 1.5);\n line-height: inherit;\n color: @legend-color;\n border: 0;\n border-bottom: 1px solid @legend-border-color;\n}\n\nlabel {\n display: inline-block;\n max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)\n margin-bottom: 5px;\n font-weight: bold;\n}\n\n\n// Normalize form controls\n//\n// While most of our form styles require extra classes, some basic normalization\n// is required to ensure optimum display with or without those classes to better\n// address browser inconsistencies.\n\n// Override content-box in Normalize (* isn't specific enough)\ninput[type=\"search\"] {\n .box-sizing(border-box);\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n margin: 4px 0 0;\n margin-top: 1px \\9; // IE8-9\n line-height: normal;\n}\n\n// Set the height of file controls to match text inputs\ninput[type=\"file\"] {\n display: block;\n}\n\n// Make range inputs behave like textual form controls\ninput[type=\"range\"] {\n display: block;\n width: 100%;\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n height: auto;\n}\n\n// Focus for file, radio, and checkbox\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n .tab-focus();\n}\n\n// Adjust output element\noutput {\n display: block;\n padding-top: (@padding-base-vertical + 1);\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @input-color;\n}\n\n\n// Common form controls\n//\n// Shared size and type resets for form controls. Apply `.form-control` to any\n// of the following form controls:\n//\n// select\n// textarea\n// input[type=\"text\"]\n// input[type=\"password\"]\n// input[type=\"datetime\"]\n// input[type=\"datetime-local\"]\n// input[type=\"date\"]\n// input[type=\"month\"]\n// input[type=\"time\"]\n// input[type=\"week\"]\n// input[type=\"number\"]\n// input[type=\"email\"]\n// input[type=\"url\"]\n// input[type=\"search\"]\n// input[type=\"tel\"]\n// input[type=\"color\"]\n\n.form-control {\n display: block;\n width: 100%;\n height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)\n padding: @padding-base-vertical @padding-base-horizontal;\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @input-color;\n background-color: @input-bg;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid @input-border;\n border-radius: @input-border-radius; // Note: This has no effect on s in CSS.\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n .transition(~\"border-color ease-in-out .15s, box-shadow ease-in-out .15s\");\n\n // Customize the `:focus` state to imitate native WebKit styles.\n .form-control-focus();\n\n // Placeholder\n .placeholder();\n\n // Disabled and read-only inputs\n //\n // HTML5 says that controls under a fieldset > legend:first-child won't be\n // disabled if the fieldset is disabled. Due to implementation difficulty, we\n // don't honor that edge case; we style them as disabled anyway.\n &[disabled],\n &[readonly],\n fieldset[disabled] & {\n cursor: @cursor-disabled;\n background-color: @input-bg-disabled;\n opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655\n }\n\n // Reset height for `textarea`s\n textarea& {\n height: auto;\n }\n}\n\n\n// Search inputs in iOS\n//\n// This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n\n\n// Special styles for iOS temporal inputs\n//\n// In Mobile Safari, setting `display: block` on temporal inputs causes the\n// text within the input to become vertically misaligned. As a workaround, we\n// set a pixel line-height that matches the given height of the input, but only\n// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848\n\n@media screen and (-webkit-min-device-pixel-ratio: 0) {\n input[type=\"date\"],\n input[type=\"time\"],\n input[type=\"datetime-local\"],\n input[type=\"month\"] {\n line-height: @input-height-base;\n\n &.input-sm,\n .input-group-sm & {\n line-height: @input-height-small;\n }\n\n &.input-lg,\n .input-group-lg & {\n line-height: @input-height-large;\n }\n }\n}\n\n\n// Form groups\n//\n// Designed to help with the organization and spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n margin-bottom: 15px;\n}\n\n\n// Checkboxes and radios\n//\n// Indent the labels to position radios/checkboxes as hanging controls.\n\n.radio,\n.checkbox {\n position: relative;\n display: block;\n margin-top: 10px;\n margin-bottom: 10px;\n\n label {\n min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text\n padding-left: 20px;\n margin-bottom: 0;\n font-weight: normal;\n cursor: pointer;\n }\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n position: absolute;\n margin-left: -20px;\n margin-top: 4px \\9;\n}\n\n.radio + .radio,\n.checkbox + .checkbox {\n margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing\n}\n\n// Radios and checkboxes on same line\n.radio-inline,\n.checkbox-inline {\n display: inline-block;\n padding-left: 20px;\n margin-bottom: 0;\n vertical-align: middle;\n font-weight: normal;\n cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n margin-top: 0;\n margin-left: 10px; // space out consecutive inline controls\n}\n\n// Apply same disabled cursor tweak as for inputs\n// Some special care is needed because