From 967bd4ac66691c1f4170771e4c5811f580578545 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Thu, 9 Jul 2015 11:49:23 -0700 Subject: [PATCH] Static required for bower releases --- .gitignore | 1 - .../static/bower/bootstrap/.bower.json | 34 + .../static/bower/bootstrap/Gruntfile.js | 421 + PopcornEditor/static/bower/bootstrap/LICENSE | 21 + .../static/bower/bootstrap/README.md | 173 + .../static/bower/bootstrap/bower.json | 24 + .../bootstrap/dist/css/bootstrap-theme.css | 347 + .../dist/css/bootstrap-theme.css.map | 1 + .../dist/css/bootstrap-theme.min.css | 7 + .../bower/bootstrap/dist/css/bootstrap.css | 5785 ++++++ .../bootstrap/dist/css/bootstrap.css.map | 1 + .../bootstrap/dist/css/bootstrap.min.css | 7 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes .../bower/bootstrap/dist/js/bootstrap.js | 1951 ++ .../bower/bootstrap/dist/js/bootstrap.min.js | 6 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes .../grunt/bs-glyphicons-data-generator.js | 34 + .../bootstrap/grunt/bs-lessdoc-parser.js | 236 + .../bootstrap/grunt/bs-raw-files-generator.js | 31 + .../bower/bootstrap/grunt/shrinkwrap.js | 28 + .../static/bower/bootstrap/js/affix.js | 137 + .../static/bower/bootstrap/js/alert.js | 88 + .../static/bower/bootstrap/js/button.js | 107 + .../static/bower/bootstrap/js/carousel.js | 205 + .../static/bower/bootstrap/js/collapse.js | 170 + .../static/bower/bootstrap/js/dropdown.js | 147 + .../static/bower/bootstrap/js/modal.js | 243 + .../static/bower/bootstrap/js/popover.js | 110 + .../static/bower/bootstrap/js/scrollspy.js | 153 + .../static/bower/bootstrap/js/tab.js | 125 + .../static/bower/bootstrap/js/tooltip.js | 399 + .../static/bower/bootstrap/js/transition.js | 48 + .../static/bower/bootstrap/less/alerts.less | 67 + .../static/bower/bootstrap/less/badges.less | 55 + .../bower/bootstrap/less/bootstrap.less | 49 + .../bower/bootstrap/less/breadcrumbs.less | 26 + .../bower/bootstrap/less/button-groups.less | 226 + .../static/bower/bootstrap/less/buttons.less | 159 + .../static/bower/bootstrap/less/carousel.less | 232 + .../static/bower/bootstrap/less/close.less | 33 + .../static/bower/bootstrap/less/code.less | 63 + .../bootstrap/less/component-animations.less | 29 + .../bower/bootstrap/less/dropdowns.less | 213 + .../static/bower/bootstrap/less/forms.less | 438 + .../bower/bootstrap/less/glyphicons.less | 233 + .../static/bower/bootstrap/less/grid.less | 84 + .../bower/bootstrap/less/input-groups.less | 162 + .../bower/bootstrap/less/jumbotron.less | 44 + .../static/bower/bootstrap/less/labels.less | 64 + .../bower/bootstrap/less/list-group.less | 110 + .../static/bower/bootstrap/less/media.less | 56 + .../static/bower/bootstrap/less/mixins.less | 929 + .../static/bower/bootstrap/less/modals.less | 139 + .../static/bower/bootstrap/less/navbar.less | 616 + .../static/bower/bootstrap/less/navs.less | 242 + .../bower/bootstrap/less/normalize.less | 423 + .../static/bower/bootstrap/less/pager.less | 55 + .../bower/bootstrap/less/pagination.less | 88 + .../static/bower/bootstrap/less/panels.less | 241 + .../static/bower/bootstrap/less/popovers.less | 133 + .../static/bower/bootstrap/less/print.less | 101 + .../bower/bootstrap/less/progress-bars.less | 80 + .../bootstrap/less/responsive-utilities.less | 92 + .../bower/bootstrap/less/scaffolding.less | 134 + .../static/bower/bootstrap/less/tables.less | 233 + .../static/bower/bootstrap/less/theme.less | 247 + .../bower/bootstrap/less/thumbnails.less | 36 + .../static/bower/bootstrap/less/tooltip.less | 95 + .../static/bower/bootstrap/less/type.less | 293 + .../bower/bootstrap/less/utilities.less | 56 + .../bower/bootstrap/less/variables.less | 829 + .../static/bower/bootstrap/less/wells.less | 29 + .../static/bower/bootstrap/package.json | 70 + .../bower/bootstrap/test-infra/README.md | 100 + .../test-infra/npm-shrinkwrap.canonical.json | 1 + .../bootstrap/test-infra/requirements.txt | 1 + .../bower/bootstrap/test-infra/s3_cache.py | 107 + .../bootstrap/test-infra/sauce_browsers.yml | 83 + .../test-infra/uncached-npm-install.sh | 4 + .../static/bower/farbtastic/.bower.json | 13 + .../static/bower/farbtastic/CHANGELOG.html | 32 + .../static/bower/farbtastic/LICENSE.txt | 341 + .../static/bower/farbtastic/README.html | 71 + .../static/bower/farbtastic/README.md | 97 + .../static/bower/farbtastic/demo1.html | 28 + .../static/bower/farbtastic/demo2.html | 57 + .../static/bower/farbtastic/farbtastic.css | 33 + .../static/bower/farbtastic/farbtastic.js | 276 + .../static/bower/farbtastic/farbtastic.min.js | 14 + .../static/bower/farbtastic/marker.png | Bin 0 -> 652 bytes .../static/bower/farbtastic/mask.png | Bin 0 -> 2020 bytes .../static/bower/farbtastic/wheel.png | Bin 0 -> 11733 bytes .../static/bower/font-awesome/.bower.json | 14 + .../static/bower/font-awesome/.gitignore | 30 + .../static/bower/font-awesome/.ruby-version | 1 + .../static/bower/font-awesome/CONTRIBUTING.md | 75 + .../static/bower/font-awesome/Gemfile | 4 + .../static/bower/font-awesome/Gemfile.lock | 46 + .../static/bower/font-awesome/README.md | 62 + .../static/bower/font-awesome/_config.yml | 54 + .../static/bower/font-awesome/composer.json | 27 + .../font-awesome/css/font-awesome-ie7.css | 1203 ++ .../font-awesome/css/font-awesome-ie7.min.css | 384 + .../bower/font-awesome/css/font-awesome.css | 1479 ++ .../font-awesome/css/font-awesome.min.css | 403 + .../bower/font-awesome/font/FontAwesome.otf | Bin 0 -> 61896 bytes .../font-awesome/font/fontawesome-webfont.eot | Bin 0 -> 37405 bytes .../font-awesome/font/fontawesome-webfont.svg | 399 + .../font-awesome/font/fontawesome-webfont.ttf | Bin 0 -> 79076 bytes .../font/fontawesome-webfont.woff | Bin 0 -> 43572 bytes .../bower/font-awesome/less/bootstrap.less | 84 + .../static/bower/font-awesome/less/core.less | 129 + .../bower/font-awesome/less/extras.less | 93 + .../font-awesome/less/font-awesome-ie7.less | 1953 ++ .../bower/font-awesome/less/font-awesome.less | 33 + .../static/bower/font-awesome/less/icons.less | 381 + .../bower/font-awesome/less/mixins.less | 48 + .../static/bower/font-awesome/less/path.less | 14 + .../bower/font-awesome/less/variables.less | 735 + .../static/bower/font-awesome/package.json | 44 + .../bower/font-awesome/scss/_bootstrap.scss | 84 + .../static/bower/font-awesome/scss/_core.scss | 129 + .../bower/font-awesome/scss/_extras.scss | 93 + .../bower/font-awesome/scss/_icons.scss | 381 + .../bower/font-awesome/scss/_mixins.scss | 48 + .../static/bower/font-awesome/scss/_path.scss | 14 + .../bower/font-awesome/scss/_variables.scss | 734 + .../font-awesome/scss/font-awesome-ie7.scss | 1953 ++ .../bower/font-awesome/scss/font-awesome.scss | 33 + .../static/bower/font-awesome/src/CNAME | 1 + .../static/bower/font-awesome/src/Makefile | 36 + .../_includes/ads/carbon-dark-vertical.html | 1 + .../ads/carbon-light-horizontal.html | 1 + .../_includes/ads/carbon-light-vertical.html | 1 + .../src/_includes/brand-license.html | 4 + .../src/_includes/cheatsheet.html | 19 + .../font-awesome/src/_includes/community.html | 20 + .../_includes/community/getting-support.html | 22 + .../community/project-milestones.html | 7 + .../_includes/community/reporting-bugs.html | 18 + .../community/requesting-new-icons.html | 27 + .../community/submitting-pull-requests.html | 12 + .../font-awesome/src/_includes/examples.html | 24 + .../_includes/examples/animated-spinner.html | 20 + .../_includes/examples/bordered-pulled.html | 33 + .../_includes/examples/bulleted-lists.html | 31 + .../_includes/examples/button-dropdowns.html | 36 + .../src/_includes/examples/button-groups.html | 25 + .../src/_includes/examples/buttons.html | 57 + .../src/_includes/examples/custom.html | 16 + .../src/_includes/examples/form-inputs.html | 31 + .../src/_includes/examples/inline-icons.html | 19 + .../src/_includes/examples/larger-icons.html | 35 + .../src/_includes/examples/navigation.html | 26 + .../src/_includes/examples/new.html | 47 + .../_includes/examples/rotated-flipped.html | 29 + .../src/_includes/examples/stacked.html | 55 + .../font-awesome/src/_includes/footer.html | 23 + .../src/_includes/get-started.html | 105 + .../font-awesome/src/_includes/icons.html | 18 + .../src/_includes/icons/brand.html | 15 + .../src/_includes/icons/currency.html | 12 + .../src/_includes/icons/directional.html | 12 + .../src/_includes/icons/medical.html | 12 + .../font-awesome/src/_includes/icons/new.html | 18 + .../src/_includes/icons/text-editor.html | 12 + .../src/_includes/icons/video-player.html | 12 + .../src/_includes/icons/web-application.html | 12 + .../src/_includes/jumbotron-slider.html | 53 + .../font-awesome/src/_includes/jumbotron.html | 6 + .../src/_includes/license-code.less | 25 + .../font-awesome/src/_includes/license.html | 57 + .../font-awesome/src/_includes/navbar.html | 69 + .../font-awesome/src/_includes/stripe-ad.html | 10 + .../src/_includes/stripe-social.html | 18 + .../src/_includes/tell-me-thanks.html | 22 + .../tests/rotated-flipped-inside-anchor.html | 6 + .../tests/rotated-flipped-inside-btn.html | 6 + .../src/_includes/tests/rotated-flipped.html | 6 + .../tests/stacked-inside-anchor.html | 69 + .../src/_includes/tests/stacked.html | 51 + .../font-awesome/src/_includes/thanks-to.html | 26 + .../font-awesome/src/_includes/whats-new.html | 38 + .../bower/font-awesome/src/_includes/why.html | 41 + .../bower/font-awesome/src/_layouts/base.html | 64 + .../bower/font-awesome/src/_layouts/icon.html | 62 + .../src/_plugins/icon_page_generator.rb | 46 + .../bower/font-awesome/src/_plugins/site.rb | 142 + .../font-awesome/src/assets/css/prettify.css | 30 + .../font-awesome/src/assets/css/pygments.css | 71 + .../assets/font-awesome/font/FontAwesome.otf | Bin 0 -> 61896 bytes .../font-awesome/font/fontawesome-webfont.eot | Bin 0 -> 37405 bytes .../font-awesome/font/fontawesome-webfont.svg | 399 + .../font-awesome/font/fontawesome-webfont.ttf | Bin 0 -> 79076 bytes .../font/fontawesome-webfont.woff | Bin 0 -> 43572 bytes .../assets/font-awesome/less/bootstrap.less | 84 + .../src/assets/font-awesome/less/core.less | 129 + .../src/assets/font-awesome/less/extras.less | 93 + .../font-awesome/less/font-awesome-ie7.less | 67 + .../font-awesome/less/font-awesome.less | 11 + .../src/assets/font-awesome/less/icons.less | 7 + .../src/assets/font-awesome/less/mixins.less | 48 + .../src/assets/font-awesome/less/path.less | 14 + .../assets/font-awesome/less/variables.less | 17 + .../assets/font-awesome/scss/_bootstrap.scss | 84 + .../src/assets/font-awesome/scss/_core.scss | 129 + .../src/assets/font-awesome/scss/_extras.scss | 93 + .../src/assets/font-awesome/scss/_icons.scss | 7 + .../src/assets/font-awesome/scss/_mixins.scss | 48 + .../src/assets/font-awesome/scss/_path.scss | 14 + .../assets/font-awesome/scss/_variables.scss | 16 + .../font-awesome/scss/font-awesome-ie7.scss | 67 + .../font-awesome/scss/font-awesome.scss | 11 + .../font-awesome/src/assets/ico/favicon.ico | Bin 0 -> 1150 bytes .../src/assets/img/contribution-sample.png | Bin 0 -> 2441 bytes .../src/assets/img/fort_awesome.jpg | Bin 0 -> 114822 bytes .../assets/img/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes .../src/assets/img/glyphicons-halflings.png | Bin 0 -> 12799 bytes .../font-awesome/src/assets/img/icon-flag.pdf | Bin 0 -> 184736 bytes .../src/assets/js/ZeroClipboard-1.1.7.min.js | 8 + .../src/assets/js/ZeroClipboard-1.1.7.swf | Bin 0 -> 1635 bytes .../src/assets/js/backbone.min.js | 37 + .../src/assets/js/bootstrap-2.3.1.min.js | 6 + .../src/assets/js/bootstrap-222.min.js | 6 + .../src/assets/js/jquery-1.7.1.min.js | 4 + .../src/assets/js/prettify.min.js | 28 + .../bower/font-awesome/src/assets/js/site.js | 38 + .../src/assets/js/underscore.min.js | 31 + .../less/bootstrap-2.3.2/accordion.less | 34 + .../assets/less/bootstrap-2.3.2/alerts.less | 79 + .../less/bootstrap-2.3.2/bootstrap.less | 63 + .../less/bootstrap-2.3.2/breadcrumbs.less | 24 + .../less/bootstrap-2.3.2/button-groups.less | 229 + .../assets/less/bootstrap-2.3.2/buttons.less | 228 + .../assets/less/bootstrap-2.3.2/carousel.less | 158 + .../assets/less/bootstrap-2.3.2/close.less | 32 + .../src/assets/less/bootstrap-2.3.2/code.less | 61 + .../bootstrap-2.3.2/component-animations.less | 22 + .../less/bootstrap-2.3.2/dropdowns.less | 248 + .../assets/less/bootstrap-2.3.2/forms.less | 690 + .../src/assets/less/bootstrap-2.3.2/grid.less | 21 + .../less/bootstrap-2.3.2/hero-unit.less | 25 + .../less/bootstrap-2.3.2/labels-badges.less | 84 + .../assets/less/bootstrap-2.3.2/layouts.less | 16 + .../assets/less/bootstrap-2.3.2/media.less | 55 + .../assets/less/bootstrap-2.3.2/mixins.less | 702 + .../assets/less/bootstrap-2.3.2/modals.less | 95 + .../assets/less/bootstrap-2.3.2/navbar.less | 497 + .../src/assets/less/bootstrap-2.3.2/navs.less | 409 + .../assets/less/bootstrap-2.3.2/pager.less | 43 + .../less/bootstrap-2.3.2/pagination.less | 123 + .../assets/less/bootstrap-2.3.2/popovers.less | 133 + .../less/bootstrap-2.3.2/progress-bars.less | 122 + .../assets/less/bootstrap-2.3.2/reset.less | 216 + .../responsive-1200px-min.less | 28 + .../bootstrap-2.3.2/responsive-767px-max.less | 193 + .../responsive-768px-979px.less | 19 + .../bootstrap-2.3.2/responsive-navbar.less | 189 + .../bootstrap-2.3.2/responsive-utilities.less | 59 + .../less/bootstrap-2.3.2/responsive.less | 48 + .../less/bootstrap-2.3.2/scaffolding.less | 53 + .../assets/less/bootstrap-2.3.2/sprites.less | 197 + .../assets/less/bootstrap-2.3.2/tables.less | 244 + .../less/bootstrap-2.3.2/thumbnails.less | 53 + .../assets/less/bootstrap-2.3.2/tooltip.less | 70 + .../src/assets/less/bootstrap-2.3.2/type.less | 247 + .../less/bootstrap-2.3.2/utilities.less | 30 + .../less/bootstrap-2.3.2/variables.less | 301 + .../assets/less/bootstrap-2.3.2/wells.less | 29 + .../font-awesome/src/assets/less/lazy.less | 85 + .../font-awesome/src/assets/less/mixins.less | 58 + .../assets/less/responsive-1200px-min.less | 56 + .../src/assets/less/responsive-767px-max.less | 83 + .../assets/less/responsive-768px-979px.less | 67 + .../src/assets/less/responsive-navbar.less | 11 + .../src/assets/less/responsive.less | 55 + .../font-awesome/src/assets/less/site.less | 354 + .../src/assets/less/sticky-footer.less | 17 + .../src/assets/less/variables.less | 347 + .../bower/font-awesome/src/cheatsheet.html | 14 + .../bower/font-awesome/src/community.html | 15 + .../static/bower/font-awesome/src/design.html | 1 + .../bower/font-awesome/src/examples.html | 15 + .../bower/font-awesome/src/get-started.html | 15 + .../static/bower/font-awesome/src/icons.html | 15 + .../static/bower/font-awesome/src/icons.yml | 2590 +++ .../static/bower/font-awesome/src/index.html | 22 + .../bower/font-awesome/src/license.html | 15 + .../static/bower/font-awesome/src/test.html | 714 + .../bower/font-awesome/src/whats-new.html | 17 + .../static/bower/hint.css/.bower.json | 20 + .../static/bower/hint.css/.gitignore | 4 + .../static/bower/hint.css/LICENSE-MIT | 22 + PopcornEditor/static/bower/hint.css/README.md | 118 + .../static/bower/hint.css/bower.json | 10 + .../static/bower/hint.css/component.json | 13 + PopcornEditor/static/bower/hint.css/demo.html | 98 + .../static/bower/hint.css/hint.base.css | 189 + .../static/bower/hint.css/hint.base.min.css | 5 + PopcornEditor/static/bower/hint.css/hint.css | 293 + .../static/bower/hint.css/hint.min.css | 5 + .../static/bower/hint.css/package.json | 33 + .../bower/hint.css/src/hint-always.scss | 33 + .../bower/hint.css/src/hint-color-types.scss | 52 + .../static/bower/hint.css/src/hint-core.scss | 72 + .../bower/hint.css/src/hint-effects.scss | 26 + .../bower/hint.css/src/hint-mixins.scss | 36 + .../bower/hint.css/src/hint-position.scss | 89 + .../bower/hint.css/src/hint-rounded.scss | 15 + .../static/bower/hint.css/src/hint-theme.scss | 16 + .../bower/hint.css/src/hint-variables.scss | 54 + .../static/bower/hint.css/src/hint.base.scss | 27 + .../static/bower/hint.css/src/hint.scss | 30 + .../static/bower/jquery-ui/.bower.json | 18 + .../static/bower/jquery-ui/AUTHORS.txt | 215 + .../static/bower/jquery-ui/MIT-LICENSE.txt | 26 + .../static/bower/jquery-ui/README.md | 99 + .../static/bower/jquery-ui/component.json | 8 + .../static/bower/jquery-ui/package.json | 56 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../base/images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../base/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../bower/jquery-ui/themes/base/jquery-ui.css | 473 + .../themes/base/jquery.ui.accordion.css | 16 + .../jquery-ui/themes/base/jquery.ui.all.css | 12 + .../themes/base/jquery.ui.autocomplete.css | 18 + .../jquery-ui/themes/base/jquery.ui.base.css | 25 + .../themes/base/jquery.ui.button.css | 40 + .../jquery-ui/themes/base/jquery.ui.core.css | 39 + .../themes/base/jquery.ui.datepicker.css | 67 + .../themes/base/jquery.ui.dialog.css | 22 + .../jquery-ui/themes/base/jquery.ui.menu.css | 30 + .../themes/base/jquery.ui.progressbar.css | 12 + .../themes/base/jquery.ui.resizable.css | 21 + .../themes/base/jquery.ui.selectable.css | 11 + .../themes/base/jquery.ui.slider.css | 25 + .../themes/base/jquery.ui.spinner.css | 23 + .../jquery-ui/themes/base/jquery.ui.tabs.css | 18 + .../jquery-ui/themes/base/jquery.ui.theme.css | 248 + .../themes/base/jquery.ui.tooltip.css | 21 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../themes/base/minified/jquery-ui.min.css | 5 + .../base/minified/jquery.ui.accordion.min.css | 5 + .../minified/jquery.ui.autocomplete.min.css | 5 + .../base/minified/jquery.ui.button.min.css | 5 + .../base/minified/jquery.ui.core.min.css | 5 + .../minified/jquery.ui.datepicker.min.css | 5 + .../base/minified/jquery.ui.dialog.min.css | 5 + .../base/minified/jquery.ui.menu.min.css | 5 + .../minified/jquery.ui.progressbar.min.css | 5 + .../base/minified/jquery.ui.resizable.min.css | 5 + .../minified/jquery.ui.selectable.min.css | 5 + .../base/minified/jquery.ui.slider.min.css | 5 + .../base/minified/jquery.ui.spinner.min.css | 5 + .../base/minified/jquery.ui.tabs.min.css | 5 + .../base/minified/jquery.ui.theme.min.css | 5 + .../base/minified/jquery.ui.tooltip.min.css | 5 + .../ui-bg_diagonals-thick_8_333333_40x40.png | Bin 0 -> 252 bytes .../images/ui-bg_flat_65_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_40_111111_1x400.png | Bin 0 -> 124 bytes .../images/ui-bg_glass_55_1c1c1c_1x400.png | Bin 0 -> 127 bytes .../ui-bg_highlight-hard_100_f9f9f9_1x100.png | Bin 0 -> 86 bytes .../ui-bg_highlight-hard_40_aaaaaa_1x100.png | Bin 0 -> 100 bytes .../ui-bg_highlight-soft_50_aaaaaa_1x100.png | Bin 0 -> 102 bytes .../ui-bg_inset-hard_45_cd0a0a_1x100.png | Bin 0 -> 123 bytes .../ui-bg_inset-hard_55_ffeb80_1x100.png | Bin 0 -> 144 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_4ca300_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ededed_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffcf29_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/black-tie/jquery-ui.css | 473 + .../themes/black-tie/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-thick_75_f3d8d8_40x40.png | Bin 0 -> 256 bytes .../images/ui-bg_dots-small_65_a6a6a6_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_flat_0_333333_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_65_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf8ee_1x400.png | Bin 0 -> 143 bytes .../ui-bg_highlight-hard_100_eeeeee_1x100.png | Bin 0 -> 94 bytes .../ui-bg_highlight-hard_100_f6f6f6_1x100.png | Bin 0 -> 89 bytes .../ui-bg_highlight-soft_15_cc0000_1x100.png | Bin 0 -> 153 bytes .../images/ui-icons_004276_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_cc0000_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/blitzer/jquery-ui.css | 473 + .../themes/blitzer/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-thick_90_eeeeee_40x40.png | Bin 0 -> 251 bytes .../images/ui-bg_flat_15_cd0a0a_40x100.png | Bin 0 -> 181 bytes .../images/ui-bg_glass_100_e4f1fb_1x400.png | Bin 0 -> 119 bytes .../images/ui-bg_glass_50_3baae3_1x400.png | Bin 0 -> 131 bytes .../images/ui-bg_glass_80_d7ebf9_1x400.png | Bin 0 -> 159 bytes .../ui-bg_highlight-hard_100_f2f5f7_1x100.png | Bin 0 -> 103 bytes .../ui-bg_highlight-hard_70_000000_1x100.png | Bin 0 -> 118 bytes .../ui-bg_highlight-soft_100_deedf7_1x100.png | Bin 0 -> 104 bytes .../ui-bg_highlight-soft_25_ffef8f_1x100.png | Bin 0 -> 119 bytes .../images/ui-icons_2694e8_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_3d80b3_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_72a7cf_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/cupertino/jquery-ui.css | 473 + .../themes/cupertino/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_30_cccccc_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_50_5c5c5c_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin 0 -> 131 bytes .../ui-bg_highlight-hard_20_0972a5_1x100.png | Bin 0 -> 114 bytes .../ui-bg_highlight-soft_33_003147_1x100.png | Bin 0 -> 127 bytes .../ui-bg_highlight-soft_35_222222_1x100.png | Bin 0 -> 113 bytes .../ui-bg_highlight-soft_44_444444_1x100.png | Bin 0 -> 117 bytes .../ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin 0 -> 95 bytes .../images/ui-bg_loop_25_000000_21x21.png | Bin 0 -> 235 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_4b8e0b_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_a83300_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cccccc_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/dark-hive/jquery-ui.css | 473 + .../themes/dark-hive/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-thick_15_0b3e6f_40x40.png | Bin 0 -> 260 bytes .../ui-bg_dots-medium_30_0b58a2_4x4.png | Bin 0 -> 98 bytes .../images/ui-bg_dots-small_20_333333_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_dots-small_30_a32d00_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_dots-small_40_00498f_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_40_292929_40x100.png | Bin 0 -> 180 bytes .../ui-bg_gloss-wave_20_111111_500x100.png | Bin 0 -> 1620 bytes .../images/ui-icons_00498f_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_98d2fb_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_9ccdfc_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/dot-luv/jquery-ui.css | 473 + .../themes/dot-luv/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_55_994d53_40x100.png | Bin 0 -> 182 bytes .../images/ui-bg_flat_55_fafafa_40x100.png | Bin 0 -> 180 bytes .../ui-bg_gloss-wave_30_3d3644_500x100.png | Bin 0 -> 3347 bytes .../ui-bg_highlight-soft_100_dcd9de_1x100.png | Bin 0 -> 114 bytes .../ui-bg_highlight-soft_100_eae6ea_1x100.png | Bin 0 -> 143 bytes .../ui-bg_highlight-soft_25_30273a_1x100.png | Bin 0 -> 165 bytes .../ui-bg_highlight-soft_45_5f5964_1x100.png | Bin 0 -> 127 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_734d99_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_8d78a5_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_a8a3ae_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ebccce_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/eggplant/jquery-ui.css | 473 + .../themes/eggplant/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-small_25_c5ddfc_40x40.png | Bin 0 -> 157 bytes .../ui-bg_diagonals-thick_20_e69700_40x40.png | Bin 0 -> 257 bytes .../ui-bg_diagonals-thick_22_1484e6_40x40.png | Bin 0 -> 384 bytes .../ui-bg_diagonals-thick_26_2293f7_40x40.png | Bin 0 -> 382 bytes .../images/ui-bg_flat_0_e69700_40x100.png | Bin 0 -> 181 bytes .../images/ui-bg_flat_0_e6b900_40x100.png | Bin 0 -> 212 bytes .../ui-bg_highlight-soft_100_f9f9f9_1x100.png | Bin 0 -> 113 bytes .../ui-bg_inset-hard_100_eeeeee_1x100.png | Bin 0 -> 91 bytes .../images/ui-icons_0a82eb_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_0b54d5_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_5fa5e3_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_fcdd4a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../themes/excite-bike/jquery-ui.css | 473 + .../themes/excite-bike/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_55_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../ui-bg_highlight-soft_100_f6f6f6_1x100.png | Bin 0 -> 90 bytes .../ui-bg_highlight-soft_25_0073ea_1x100.png | Bin 0 -> 118 bytes .../ui-bg_highlight-soft_50_dddddd_1x100.png | Bin 0 -> 92 bytes .../flick/images/ui-icons_0073ea_256x240.png | Bin 0 -> 4369 bytes .../flick/images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../flick/images/ui-icons_666666_256x240.png | Bin 0 -> 4369 bytes .../flick/images/ui-icons_ff0084_256x240.png | Bin 0 -> 4369 bytes .../flick/images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/flick/jquery-ui.css | 473 + .../themes/flick/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-small_40_db4865_40x40.png | Bin 0 -> 198 bytes .../ui-bg_diagonals-small_50_93c3cd_40x40.png | Bin 0 -> 199 bytes .../ui-bg_diagonals-small_50_ff3853_40x40.png | Bin 0 -> 156 bytes .../ui-bg_diagonals-small_75_ccd232_40x40.png | Bin 0 -> 199 bytes .../ui-bg_dots-medium_80_ffff38_4x4.png | Bin 0 -> 92 bytes .../images/ui-bg_dots-small_35_35414f_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_flat_75_ba9217_40x100.png | Bin 0 -> 182 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../ui-bg_white-lines_85_f7f7ba_40x100.png | Bin 0 -> 212 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_88a206_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_c02669_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_e1e463_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffeb33_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/hot-sneaks/jquery-ui.css | 473 + .../themes/hot-sneaks/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_75_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_100_f5f0e5_1x400.png | Bin 0 -> 123 bytes .../images/ui-bg_glass_25_cb842e_1x400.png | Bin 0 -> 130 bytes .../images/ui-bg_glass_70_ede4d4_1x400.png | Bin 0 -> 125 bytes .../ui-bg_highlight-hard_100_f4f0ec_1x100.png | Bin 0 -> 137 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 114 bytes .../ui-bg_highlight-hard_75_f5f5b5_1x100.png | Bin 0 -> 116 bytes .../ui-bg_inset-soft_100_f4f0ec_1x100.png | Bin 0 -> 141 bytes .../images/ui-icons_c47a23_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cb672b_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_f08000_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_f35f07_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ff7519_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/humanity/jquery-ui.css | 473 + .../themes/humanity/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-small_0_aaaaaa_40x40.png | Bin 0 -> 128 bytes .../ui-bg_diagonals-thick_15_444444_40x40.png | Bin 0 -> 253 bytes .../ui-bg_diagonals-thick_95_ffdc2e_40x40.png | Bin 0 -> 266 bytes .../images/ui-bg_glass_55_fbf5d0_1x400.png | Bin 0 -> 123 bytes .../ui-bg_highlight-hard_30_285c00_1x100.png | Bin 0 -> 121 bytes .../ui-bg_highlight-soft_33_3a8104_1x100.png | Bin 0 -> 171 bytes .../ui-bg_highlight-soft_50_4eb305_1x100.png | Bin 0 -> 126 bytes .../ui-bg_highlight-soft_60_4ca20b_1x100.png | Bin 0 -> 184 bytes .../ui-bg_inset-soft_10_285c00_1x100.png | Bin 0 -> 118 bytes .../images/ui-icons_4eb305_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_72b42d_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/le-frog/jquery-ui.css | 473 + .../themes/le-frog/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_15_5f391b_1x400.png | Bin 0 -> 168 bytes .../ui-bg_gloss-wave_20_1c160d_500x100.png | Bin 0 -> 1854 bytes .../ui-bg_gloss-wave_25_453326_500x100.png | Bin 0 -> 3192 bytes .../ui-bg_gloss-wave_30_44372c_500x100.png | Bin 0 -> 3406 bytes .../ui-bg_highlight-soft_20_201913_1x100.png | Bin 0 -> 118 bytes .../ui-bg_highlight-soft_20_619226_1x100.png | Bin 0 -> 164 bytes .../ui-bg_inset-soft_10_201913_1x100.png | Bin 0 -> 106 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_9bcc60_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_add978_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_e3ddc9_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_f1fd86_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/mint-choc/jquery-ui.css | 473 + .../themes/mint-choc/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_0_eeeeee_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_55_c0402a_40x100.png | Bin 0 -> 182 bytes .../images/ui-bg_flat_55_eeeeee_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_100_f8f8f8_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_35_dddddd_1x400.png | Bin 0 -> 109 bytes .../images/ui-bg_glass_60_eeeeee_1x400.png | Bin 0 -> 110 bytes .../ui-bg_inset-hard_75_999999_1x100.png | Bin 0 -> 114 bytes .../ui-bg_inset-soft_50_c9c9c9_1x100.png | Bin 0 -> 142 bytes .../images/ui-icons_3383bb_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_70b2e1_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_999999_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_fbc856_256x240.png | Bin 0 -> 5355 bytes .../jquery-ui/themes/overcast/jquery-ui.css | 473 + .../themes/overcast/jquery.ui.theme.css | 248 + .../ui-bg_diagonal-maze_20_6e4f1c_10x10.png | Bin 0 -> 154 bytes .../ui-bg_diagonal-maze_40_000000_10x10.png | Bin 0 -> 132 bytes .../ui-bg_fine-grain_10_eceadf_60x60.png | Bin 0 -> 4429 bytes .../ui-bg_fine-grain_10_f8f7f6_60x60.png | Bin 0 -> 3149 bytes .../ui-bg_fine-grain_15_eceadf_60x60.png | Bin 0 -> 4391 bytes .../ui-bg_fine-grain_15_f7f3de_60x60.png | Bin 0 -> 4645 bytes .../ui-bg_fine-grain_15_ffffff_60x60.png | Bin 0 -> 3716 bytes .../ui-bg_fine-grain_65_654b24_60x60.png | Bin 0 -> 7417 bytes .../ui-bg_fine-grain_68_b83400_60x60.png | Bin 0 -> 8347 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_3572ac_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_8c291d_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_b83400_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_fbdb93_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../themes/pepper-grinder/jquery-ui.css | 473 + .../themes/pepper-grinder/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_55_fbec88_40x100.png | Bin 0 -> 182 bytes .../images/ui-bg_glass_75_d0e5f5_1x400.png | Bin 0 -> 124 bytes .../images/ui-bg_glass_85_dfeffc_1x400.png | Bin 0 -> 123 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_gloss-wave_55_5c9ccc_500x100.png | Bin 0 -> 3457 bytes .../ui-bg_inset-hard_100_f5f8f9_1x100.png | Bin 0 -> 104 bytes .../ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 88 bytes .../images/ui-icons_217bc0_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_469bdd_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_6da8d5_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_f9bd01_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/redmond/jquery-ui.css | 473 + .../themes/redmond/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/smoothness/jquery-ui.css | 473 + .../themes/smoothness/jquery.ui.theme.css | 248 + .../images/ui-bg_glass_55_fcf0ba_1x400.png | Bin 0 -> 127 bytes .../ui-bg_gloss-wave_100_ece8da_500x100.png | Bin 0 -> 2595 bytes .../ui-bg_highlight-hard_100_f5f3e5_1x100.png | Bin 0 -> 110 bytes .../ui-bg_highlight-hard_100_fafaf4_1x100.png | Bin 0 -> 96 bytes .../ui-bg_highlight-hard_15_459e00_1x100.png | Bin 0 -> 153 bytes .../ui-bg_highlight-hard_95_cccccc_1x100.png | Bin 0 -> 105 bytes .../ui-bg_highlight-soft_25_67b021_1x100.png | Bin 0 -> 165 bytes .../ui-bg_highlight-soft_95_ffedad_1x100.png | Bin 0 -> 165 bytes .../ui-bg_inset-soft_15_2b2922_1x100.png | Bin 0 -> 119 bytes .../images/ui-icons_808080_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_847e71_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_8DC262_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_eeeeee_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../themes/south-street/jquery-ui.css | 473 + .../themes/south-street/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_55_999999_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_45_0078ae_1x400.png | Bin 0 -> 136 bytes .../images/ui-bg_glass_55_f8da4e_1x400.png | Bin 0 -> 131 bytes .../images/ui-bg_glass_75_79c9ec_1x400.png | Bin 0 -> 132 bytes .../ui-bg_gloss-wave_45_e14f1c_500x100.png | Bin 0 -> 3649 bytes .../ui-bg_gloss-wave_50_6eac2c_500x100.png | Bin 0 -> 4256 bytes .../ui-bg_gloss-wave_75_2191c0_500x100.png | Bin 0 -> 3457 bytes .../ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 88 bytes .../start/images/ui-icons_0078ae_256x240.png | Bin 0 -> 4369 bytes .../start/images/ui-icons_056b93_256x240.png | Bin 0 -> 5355 bytes .../start/images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4369 bytes .../start/images/ui-icons_e0fdff_256x240.png | Bin 0 -> 5355 bytes .../start/images/ui-icons_f5e175_256x240.png | Bin 0 -> 4369 bytes .../start/images/ui-icons_f7a50d_256x240.png | Bin 0 -> 4369 bytes .../start/images/ui-icons_fcd113_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/start/jquery-ui.css | 473 + .../themes/start/jquery.ui.theme.css | 248 + ...ui-bg_diagonals-medium_20_d34d17_40x40.png | Bin 0 -> 199 bytes .../images/ui-bg_flat_30_cccccc_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_50_5c5c5c_40x100.png | Bin 0 -> 180 bytes .../ui-bg_gloss-wave_45_817865_500x100.png | Bin 0 -> 3971 bytes .../ui-bg_gloss-wave_60_fece2f_500x100.png | Bin 0 -> 3512 bytes .../ui-bg_gloss-wave_70_ffdd57_500x100.png | Bin 0 -> 3122 bytes .../ui-bg_gloss-wave_90_fff9e5_500x100.png | Bin 0 -> 2257 bytes .../ui-bg_highlight-soft_100_feeebd_1x100.png | Bin 0 -> 108 bytes .../ui-bg_inset-soft_30_ffffff_1x100.png | Bin 0 -> 100 bytes .../sunny/images/ui-icons_3d3d3d_256x240.png | Bin 0 -> 4369 bytes .../sunny/images/ui-icons_bd7b00_256x240.png | Bin 0 -> 4369 bytes .../sunny/images/ui-icons_d19405_256x240.png | Bin 0 -> 4369 bytes .../sunny/images/ui-icons_eb990f_256x240.png | Bin 0 -> 5355 bytes .../sunny/images/ui-icons_ed9f26_256x240.png | Bin 0 -> 4369 bytes .../sunny/images/ui-icons_fadc7a_256x240.png | Bin 0 -> 4369 bytes .../sunny/images/ui-icons_ffe180_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/sunny/jquery-ui.css | 473 + .../themes/sunny/jquery.ui.theme.css | 248 + .../images/ui-bg_diamond_10_4f4221_10x8.png | Bin 0 -> 136 bytes .../images/ui-bg_diamond_20_372806_10x8.png | Bin 0 -> 194 bytes .../images/ui-bg_diamond_25_675423_10x8.png | Bin 0 -> 136 bytes .../images/ui-bg_diamond_25_d5ac5d_10x8.png | Bin 0 -> 137 bytes .../images/ui-bg_diamond_8_261803_10x8.png | Bin 0 -> 183 bytes .../images/ui-bg_diamond_8_443113_10x8.png | Bin 0 -> 186 bytes .../images/ui-bg_flat_75_ddd4b0_40x100.png | Bin 0 -> 214 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 114 bytes .../images/ui-icons_070603_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_e8e2b5_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_e9cd86_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_efec9f_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_f2ec64_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_f9f2bd_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ff7519_256x240.png | Bin 0 -> 4369 bytes .../themes/swanky-purse/jquery-ui.css | 473 + .../themes/swanky-purse/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-small_50_262626_40x40.png | Bin 0 -> 151 bytes .../images/ui-bg_flat_0_303030_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_0_4c4c4c_40x100.png | Bin 0 -> 211 bytes .../images/ui-bg_glass_40_0a0a0a_1x400.png | Bin 0 -> 167 bytes .../images/ui-bg_glass_55_f1fbe5_1x400.png | Bin 0 -> 150 bytes .../images/ui-bg_glass_60_000000_1x400.png | Bin 0 -> 129 bytes .../ui-bg_gloss-wave_55_000000_500x100.png | Bin 0 -> 3153 bytes .../ui-bg_gloss-wave_85_9fda58_500x100.png | Bin 0 -> 4381 bytes .../ui-bg_gloss-wave_95_f6ecd5_500x100.png | Bin 0 -> 2517 bytes .../images/ui-icons_000000_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_1f1f1f_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_9fda58_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_b8ec79_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../jquery-ui/themes/trontastic/jquery-ui.css | 473 + .../themes/trontastic/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_30_cccccc_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_50_5c5c5c_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_20_555555_1x400.png | Bin 0 -> 115 bytes .../images/ui-bg_glass_40_0078a3_1x400.png | Bin 0 -> 135 bytes .../images/ui-bg_glass_40_ffc73d_1x400.png | Bin 0 -> 131 bytes .../ui-bg_gloss-wave_25_333333_500x100.png | Bin 0 -> 2461 bytes .../ui-bg_highlight-soft_80_eeeeee_1x100.png | Bin 0 -> 95 bytes .../ui-bg_inset-soft_25_000000_1x100.png | Bin 0 -> 98 bytes .../ui-bg_inset-soft_30_f58400_1x100.png | Bin 0 -> 159 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_4b8e0b_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_a83300_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cccccc_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../themes/ui-darkness/jquery-ui.css | 473 + .../themes/ui-darkness/jquery.ui.theme.css | 248 + .../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin 0 -> 260 bytes .../ui-bg_diagonals-thick_20_666666_40x40.png | Bin 0 -> 251 bytes .../images/ui-bg_flat_10_000000_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin 0 -> 104 bytes .../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin 0 -> 153 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../ui-bg_gloss-wave_35_f6a828_500x100.png | Bin 0 -> 4427 bytes .../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin 0 -> 90 bytes .../ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin 0 -> 129 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_228ef1_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ef8c08_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffd27a_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../themes/ui-lightness/jquery-ui.css | 473 + .../themes/ui-lightness/jquery.ui.theme.css | 248 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_gloss-wave_16_121212_500x100.png | Bin 0 -> 2399 bytes .../ui-bg_highlight-hard_15_888888_1x100.png | Bin 0 -> 95 bytes .../ui-bg_highlight-hard_55_555555_1x100.png | Bin 0 -> 115 bytes .../ui-bg_highlight-soft_35_adadad_1x100.png | Bin 0 -> 103 bytes .../ui-bg_highlight-soft_60_dddddd_1x100.png | Bin 0 -> 106 bytes .../ui-bg_inset-soft_15_121212_1x100.png | Bin 0 -> 140 bytes .../vader/images/ui-icons_666666_256x240.png | Bin 0 -> 4369 bytes .../vader/images/ui-icons_aaaaaa_256x240.png | Bin 0 -> 4369 bytes .../vader/images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 5355 bytes .../vader/images/ui-icons_c98000_256x240.png | Bin 0 -> 4369 bytes .../vader/images/ui-icons_cccccc_256x240.png | Bin 0 -> 4369 bytes .../vader/images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../vader/images/ui-icons_f29a00_256x240.png | Bin 0 -> 5355 bytes .../jquery-ui/themes/vader/jquery-ui.css | 473 + .../themes/vader/jquery.ui.theme.css | 248 + .../bower/jquery-ui/ui.accordion.jquery.json | 57 + .../jquery-ui/ui.autocomplete.jquery.json | 59 + .../bower/jquery-ui/ui.button.jquery.json | 56 + .../bower/jquery-ui/ui.core.jquery.json | 51 + .../bower/jquery-ui/ui.datepicker.jquery.json | 56 + .../bower/jquery-ui/ui.dialog.jquery.json | 60 + .../bower/jquery-ui/ui.draggable.jquery.json | 56 + .../bower/jquery-ui/ui.droppable.jquery.json | 57 + .../jquery-ui/ui.effect-blind.jquery.json | 55 + .../jquery-ui/ui.effect-bounce.jquery.json | 55 + .../jquery-ui/ui.effect-clip.jquery.json | 55 + .../jquery-ui/ui.effect-drop.jquery.json | 55 + .../jquery-ui/ui.effect-explode.jquery.json | 55 + .../jquery-ui/ui.effect-fade.jquery.json | 55 + .../jquery-ui/ui.effect-fold.jquery.json | 55 + .../jquery-ui/ui.effect-highlight.jquery.json | 55 + .../jquery-ui/ui.effect-pulsate.jquery.json | 55 + .../jquery-ui/ui.effect-scale.jquery.json | 55 + .../jquery-ui/ui.effect-shake.jquery.json | 55 + .../jquery-ui/ui.effect-slide.jquery.json | 55 + .../jquery-ui/ui.effect-transfer.jquery.json | 53 + .../bower/jquery-ui/ui.effect.jquery.json | 58 + .../bower/jquery-ui/ui.menu.jquery.json | 56 + .../bower/jquery-ui/ui.mouse.jquery.json | 54 + .../bower/jquery-ui/ui.position.jquery.json | 56 + .../jquery-ui/ui.progressbar.jquery.json | 55 + .../bower/jquery-ui/ui.resizable.jquery.json | 55 + .../bower/jquery-ui/ui.selectable.jquery.json | 55 + .../bower/jquery-ui/ui.slider.jquery.json | 57 + .../bower/jquery-ui/ui.sortable.jquery.json | 56 + .../bower/jquery-ui/ui.spinner.jquery.json | 58 + .../bower/jquery-ui/ui.tabs.jquery.json | 57 + .../bower/jquery-ui/ui.tooltip.jquery.json | 54 + .../bower/jquery-ui/ui.widget.jquery.json | 54 + .../bower/jquery-ui/ui/i18n/jquery-ui-i18n.js | 1675 ++ .../ui/i18n/jquery.ui.datepicker-af.js | 23 + .../ui/i18n/jquery.ui.datepicker-ar-DZ.js | 23 + .../ui/i18n/jquery.ui.datepicker-ar.js | 23 + .../ui/i18n/jquery.ui.datepicker-az.js | 23 + .../ui/i18n/jquery.ui.datepicker-bg.js | 24 + .../ui/i18n/jquery.ui.datepicker-bs.js | 23 + .../ui/i18n/jquery.ui.datepicker-ca.js | 23 + .../ui/i18n/jquery.ui.datepicker-cs.js | 23 + .../ui/i18n/jquery.ui.datepicker-cy-GB.js | 23 + .../ui/i18n/jquery.ui.datepicker-da.js | 23 + .../ui/i18n/jquery.ui.datepicker-de.js | 23 + .../ui/i18n/jquery.ui.datepicker-el.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-AU.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-GB.js | 23 + .../ui/i18n/jquery.ui.datepicker-en-NZ.js | 23 + .../ui/i18n/jquery.ui.datepicker-eo.js | 23 + .../ui/i18n/jquery.ui.datepicker-es.js | 23 + .../ui/i18n/jquery.ui.datepicker-et.js | 23 + .../ui/i18n/jquery.ui.datepicker-eu.js | 23 + .../ui/i18n/jquery.ui.datepicker-fa.js | 59 + .../ui/i18n/jquery.ui.datepicker-fi.js | 23 + .../ui/i18n/jquery.ui.datepicker-fo.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr-CH.js | 23 + .../ui/i18n/jquery.ui.datepicker-fr.js | 25 + .../ui/i18n/jquery.ui.datepicker-gl.js | 23 + .../ui/i18n/jquery.ui.datepicker-he.js | 23 + .../ui/i18n/jquery.ui.datepicker-hi.js | 23 + .../ui/i18n/jquery.ui.datepicker-hr.js | 23 + .../ui/i18n/jquery.ui.datepicker-hu.js | 23 + .../ui/i18n/jquery.ui.datepicker-hy.js | 23 + .../ui/i18n/jquery.ui.datepicker-id.js | 23 + .../ui/i18n/jquery.ui.datepicker-is.js | 23 + .../ui/i18n/jquery.ui.datepicker-it.js | 23 + .../ui/i18n/jquery.ui.datepicker-ja.js | 23 + .../ui/i18n/jquery.ui.datepicker-ka.js | 21 + .../ui/i18n/jquery.ui.datepicker-kk.js | 23 + .../ui/i18n/jquery.ui.datepicker-km.js | 23 + .../ui/i18n/jquery.ui.datepicker-ko.js | 23 + .../ui/i18n/jquery.ui.datepicker-lb.js | 23 + .../ui/i18n/jquery.ui.datepicker-lt.js | 23 + .../ui/i18n/jquery.ui.datepicker-lv.js | 23 + .../ui/i18n/jquery.ui.datepicker-mk.js | 23 + .../ui/i18n/jquery.ui.datepicker-ml.js | 23 + .../ui/i18n/jquery.ui.datepicker-ms.js | 23 + .../ui/i18n/jquery.ui.datepicker-nl-BE.js | 23 + .../ui/i18n/jquery.ui.datepicker-nl.js | 23 + .../ui/i18n/jquery.ui.datepicker-no.js | 23 + .../ui/i18n/jquery.ui.datepicker-pl.js | 23 + .../ui/i18n/jquery.ui.datepicker-pt-BR.js | 23 + .../ui/i18n/jquery.ui.datepicker-pt.js | 22 + .../ui/i18n/jquery.ui.datepicker-rm.js | 21 + .../ui/i18n/jquery.ui.datepicker-ro.js | 26 + .../ui/i18n/jquery.ui.datepicker-ru.js | 23 + .../ui/i18n/jquery.ui.datepicker-sk.js | 23 + .../ui/i18n/jquery.ui.datepicker-sl.js | 24 + .../ui/i18n/jquery.ui.datepicker-sq.js | 23 + .../ui/i18n/jquery.ui.datepicker-sr-SR.js | 23 + .../ui/i18n/jquery.ui.datepicker-sr.js | 23 + .../ui/i18n/jquery.ui.datepicker-sv.js | 23 + .../ui/i18n/jquery.ui.datepicker-ta.js | 23 + .../ui/i18n/jquery.ui.datepicker-th.js | 23 + .../ui/i18n/jquery.ui.datepicker-tj.js | 23 + .../ui/i18n/jquery.ui.datepicker-tr.js | 23 + .../ui/i18n/jquery.ui.datepicker-uk.js | 24 + .../ui/i18n/jquery.ui.datepicker-vi.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-CN.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-HK.js | 23 + .../ui/i18n/jquery.ui.datepicker-zh-TW.js | 23 + .../static/bower/jquery-ui/ui/jquery-ui.js | 14823 ++++++++++++++++ .../bower/jquery-ui/ui/jquery.ui.accordion.js | 731 + .../jquery-ui/ui/jquery.ui.autocomplete.js | 602 + .../bower/jquery-ui/ui/jquery.ui.button.js | 415 + .../bower/jquery-ui/ui/jquery.ui.core.js | 343 + .../jquery-ui/ui/jquery.ui.datepicker.js | 1846 ++ .../bower/jquery-ui/ui/jquery.ui.dialog.js | 855 + .../bower/jquery-ui/ui/jquery.ui.draggable.js | 836 + .../bower/jquery-ui/ui/jquery.ui.droppable.js | 294 + .../jquery-ui/ui/jquery.ui.effect-blind.js | 82 + .../jquery-ui/ui/jquery.ui.effect-bounce.js | 113 + .../jquery-ui/ui/jquery.ui.effect-clip.js | 67 + .../jquery-ui/ui/jquery.ui.effect-drop.js | 65 + .../jquery-ui/ui/jquery.ui.effect-explode.js | 97 + .../jquery-ui/ui/jquery.ui.effect-fade.js | 30 + .../jquery-ui/ui/jquery.ui.effect-fold.js | 76 + .../ui/jquery.ui.effect-highlight.js | 50 + .../jquery-ui/ui/jquery.ui.effect-pulsate.js | 63 + .../jquery-ui/ui/jquery.ui.effect-scale.js | 301 + .../jquery-ui/ui/jquery.ui.effect-shake.js | 74 + .../jquery-ui/ui/jquery.ui.effect-slide.js | 64 + .../jquery-ui/ui/jquery.ui.effect-transfer.js | 47 + .../bower/jquery-ui/ui/jquery.ui.effect.js | 1276 ++ .../bower/jquery-ui/ui/jquery.ui.menu.js | 609 + .../bower/jquery-ui/ui/jquery.ui.mouse.js | 169 + .../bower/jquery-ui/ui/jquery.ui.position.js | 517 + .../jquery-ui/ui/jquery.ui.progressbar.js | 105 + .../bower/jquery-ui/ui/jquery.ui.resizable.js | 801 + .../jquery-ui/ui/jquery.ui.selectable.js | 261 + .../bower/jquery-ui/ui/jquery.ui.slider.js | 644 + .../bower/jquery-ui/ui/jquery.ui.sortable.js | 1096 ++ .../bower/jquery-ui/ui/jquery.ui.spinner.js | 478 + .../bower/jquery-ui/ui/jquery.ui.tabs.js | 1354 ++ .../bower/jquery-ui/ui/jquery.ui.tooltip.js | 400 + .../bower/jquery-ui/ui/jquery.ui.widget.js | 519 + .../ui/minified/i18n/jquery-ui-i18n.min.js | 5 + .../i18n/jquery.ui.datepicker-af.min.js | 5 + .../i18n/jquery.ui.datepicker-ar-DZ.min.js | 5 + .../i18n/jquery.ui.datepicker-ar.min.js | 5 + .../i18n/jquery.ui.datepicker-az.min.js | 5 + .../i18n/jquery.ui.datepicker-bg.min.js | 5 + .../i18n/jquery.ui.datepicker-bs.min.js | 5 + .../i18n/jquery.ui.datepicker-ca.min.js | 5 + .../i18n/jquery.ui.datepicker-cs.min.js | 5 + .../i18n/jquery.ui.datepicker-cy-GB.min.js | 5 + .../i18n/jquery.ui.datepicker-da.min.js | 5 + .../i18n/jquery.ui.datepicker-de.min.js | 5 + .../i18n/jquery.ui.datepicker-el.min.js | 5 + .../i18n/jquery.ui.datepicker-en-AU.min.js | 5 + .../i18n/jquery.ui.datepicker-en-GB.min.js | 5 + .../i18n/jquery.ui.datepicker-en-NZ.min.js | 5 + .../i18n/jquery.ui.datepicker-eo.min.js | 5 + .../i18n/jquery.ui.datepicker-es.min.js | 5 + .../i18n/jquery.ui.datepicker-et.min.js | 5 + .../i18n/jquery.ui.datepicker-eu.min.js | 5 + .../i18n/jquery.ui.datepicker-fa.min.js | 5 + .../i18n/jquery.ui.datepicker-fi.min.js | 5 + .../i18n/jquery.ui.datepicker-fo.min.js | 5 + .../i18n/jquery.ui.datepicker-fr-CH.min.js | 5 + .../i18n/jquery.ui.datepicker-fr.min.js | 5 + .../i18n/jquery.ui.datepicker-gl.min.js | 5 + .../i18n/jquery.ui.datepicker-he.min.js | 5 + .../i18n/jquery.ui.datepicker-hi.min.js | 5 + .../i18n/jquery.ui.datepicker-hr.min.js | 5 + .../i18n/jquery.ui.datepicker-hu.min.js | 5 + .../i18n/jquery.ui.datepicker-hy.min.js | 5 + .../i18n/jquery.ui.datepicker-id.min.js | 5 + .../i18n/jquery.ui.datepicker-is.min.js | 5 + .../i18n/jquery.ui.datepicker-it.min.js | 5 + .../i18n/jquery.ui.datepicker-ja.min.js | 5 + .../i18n/jquery.ui.datepicker-ka.min.js | 5 + .../i18n/jquery.ui.datepicker-kk.min.js | 5 + .../i18n/jquery.ui.datepicker-km.min.js | 5 + .../i18n/jquery.ui.datepicker-ko.min.js | 5 + .../i18n/jquery.ui.datepicker-lb.min.js | 5 + .../i18n/jquery.ui.datepicker-lt.min.js | 5 + .../i18n/jquery.ui.datepicker-lv.min.js | 5 + .../i18n/jquery.ui.datepicker-mk.min.js | 5 + .../i18n/jquery.ui.datepicker-ml.min.js | 5 + .../i18n/jquery.ui.datepicker-ms.min.js | 5 + .../i18n/jquery.ui.datepicker-nl-BE.min.js | 5 + .../i18n/jquery.ui.datepicker-nl.min.js | 5 + .../i18n/jquery.ui.datepicker-no.min.js | 5 + .../i18n/jquery.ui.datepicker-pl.min.js | 5 + .../i18n/jquery.ui.datepicker-pt-BR.min.js | 5 + .../i18n/jquery.ui.datepicker-pt.min.js | 5 + .../i18n/jquery.ui.datepicker-rm.min.js | 5 + .../i18n/jquery.ui.datepicker-ro.min.js | 5 + .../i18n/jquery.ui.datepicker-ru.min.js | 5 + .../i18n/jquery.ui.datepicker-sk.min.js | 5 + .../i18n/jquery.ui.datepicker-sl.min.js | 5 + .../i18n/jquery.ui.datepicker-sq.min.js | 5 + .../i18n/jquery.ui.datepicker-sr-SR.min.js | 5 + .../i18n/jquery.ui.datepicker-sr.min.js | 5 + .../i18n/jquery.ui.datepicker-sv.min.js | 5 + .../i18n/jquery.ui.datepicker-ta.min.js | 5 + .../i18n/jquery.ui.datepicker-th.min.js | 5 + .../i18n/jquery.ui.datepicker-tj.min.js | 5 + .../i18n/jquery.ui.datepicker-tr.min.js | 5 + .../i18n/jquery.ui.datepicker-uk.min.js | 5 + .../i18n/jquery.ui.datepicker-vi.min.js | 5 + .../i18n/jquery.ui.datepicker-zh-CN.min.js | 5 + .../i18n/jquery.ui.datepicker-zh-HK.min.js | 5 + .../i18n/jquery.ui.datepicker-zh-TW.min.js | 5 + .../ui/minified/jquery-ui.custom.min.js | 6 + .../ui/minified/jquery.ui.accordion.min.js | 5 + .../ui/minified/jquery.ui.autocomplete.min.js | 5 + .../ui/minified/jquery.ui.button.min.js | 5 + .../ui/minified/jquery.ui.core.min.js | 5 + .../ui/minified/jquery.ui.datepicker.min.js | 5 + .../ui/minified/jquery.ui.dialog.min.js | 5 + .../ui/minified/jquery.ui.draggable.min.js | 5 + .../ui/minified/jquery.ui.droppable.min.js | 5 + .../ui/minified/jquery.ui.effect-blind.min.js | 5 + .../minified/jquery.ui.effect-bounce.min.js | 5 + .../ui/minified/jquery.ui.effect-clip.min.js | 5 + .../ui/minified/jquery.ui.effect-drop.min.js | 5 + .../minified/jquery.ui.effect-explode.min.js | 5 + .../ui/minified/jquery.ui.effect-fade.min.js | 5 + .../ui/minified/jquery.ui.effect-fold.min.js | 5 + .../jquery.ui.effect-highlight.min.js | 5 + .../minified/jquery.ui.effect-pulsate.min.js | 5 + .../ui/minified/jquery.ui.effect-scale.min.js | 5 + .../ui/minified/jquery.ui.effect-shake.min.js | 5 + .../ui/minified/jquery.ui.effect-slide.min.js | 5 + .../minified/jquery.ui.effect-transfer.min.js | 5 + .../ui/minified/jquery.ui.effect.min.js | 5 + .../ui/minified/jquery.ui.menu.min.js | 5 + .../ui/minified/jquery.ui.mouse.min.js | 5 + .../ui/minified/jquery.ui.position.min.js | 5 + .../ui/minified/jquery.ui.progressbar.min.js | 5 + .../ui/minified/jquery.ui.resizable.min.js | 5 + .../ui/minified/jquery.ui.selectable.min.js | 5 + .../ui/minified/jquery.ui.slider.min.js | 5 + .../ui/minified/jquery.ui.sortable.min.js | 5 + .../ui/minified/jquery.ui.spinner.min.js | 5 + .../ui/minified/jquery.ui.tabs.min.js | 5 + .../ui/minified/jquery.ui.tooltip.min.js | 5 + .../ui/minified/jquery.ui.widget.min.js | 5 + PopcornEditor/static/bower/jquery/.bower.json | 38 + .../static/bower/jquery/MIT-LICENSE.txt | 21 + PopcornEditor/static/bower/jquery/bower.json | 28 + .../static/bower/jquery/dist/jquery.js | 9210 ++++++++++ .../static/bower/jquery/dist/jquery.min.js | 5 + .../static/bower/jquery/dist/jquery.min.map | 1 + PopcornEditor/static/bower/jquery/src/ajax.js | 786 + .../static/bower/jquery/src/ajax/jsonp.js | 89 + .../static/bower/jquery/src/ajax/load.js | 75 + .../static/bower/jquery/src/ajax/parseJSON.js | 13 + .../static/bower/jquery/src/ajax/parseXML.js | 28 + .../static/bower/jquery/src/ajax/script.js | 64 + .../static/bower/jquery/src/ajax/var/nonce.js | 5 + .../bower/jquery/src/ajax/var/rquery.js | 3 + .../static/bower/jquery/src/ajax/xhr.js | 136 + .../static/bower/jquery/src/attributes.js | 11 + .../bower/jquery/src/attributes/attr.js | 141 + .../bower/jquery/src/attributes/classes.js | 158 + .../bower/jquery/src/attributes/prop.js | 94 + .../bower/jquery/src/attributes/support.js | 35 + .../static/bower/jquery/src/attributes/val.js | 161 + .../static/bower/jquery/src/callbacks.js | 205 + PopcornEditor/static/bower/jquery/src/core.js | 502 + .../static/bower/jquery/src/core/access.js | 60 + .../static/bower/jquery/src/core/init.js | 123 + .../static/bower/jquery/src/core/parseHTML.js | 39 + .../static/bower/jquery/src/core/ready.js | 97 + .../bower/jquery/src/core/var/rsingleTag.js | 4 + PopcornEditor/static/bower/jquery/src/css.js | 450 + .../bower/jquery/src/css/addGetHookIf.js | 22 + .../static/bower/jquery/src/css/curCSS.js | 57 + .../bower/jquery/src/css/defaultDisplay.js | 70 + .../jquery/src/css/hiddenVisibleSelectors.js | 15 + .../static/bower/jquery/src/css/support.js | 96 + .../static/bower/jquery/src/css/swap.js | 28 + .../bower/jquery/src/css/var/cssExpand.js | 3 + .../bower/jquery/src/css/var/getStyles.js | 12 + .../bower/jquery/src/css/var/isHidden.js | 13 + .../bower/jquery/src/css/var/rmargin.js | 3 + .../bower/jquery/src/css/var/rnumnonpx.js | 5 + PopcornEditor/static/bower/jquery/src/data.js | 178 + .../static/bower/jquery/src/data/Data.js | 181 + .../static/bower/jquery/src/data/accepts.js | 20 + .../bower/jquery/src/data/var/data_priv.js | 5 + .../bower/jquery/src/data/var/data_user.js | 5 + .../static/bower/jquery/src/deferred.js | 149 + .../static/bower/jquery/src/deprecated.js | 13 + .../static/bower/jquery/src/dimensions.js | 50 + .../static/bower/jquery/src/effects.js | 648 + .../static/bower/jquery/src/effects/Tween.js | 114 + .../jquery/src/effects/animatedSelector.js | 13 + .../static/bower/jquery/src/event.js | 868 + .../static/bower/jquery/src/event/ajax.js | 13 + .../static/bower/jquery/src/event/alias.js | 39 + .../static/bower/jquery/src/event/support.js | 9 + .../static/bower/jquery/src/exports/amd.js | 24 + .../static/bower/jquery/src/exports/global.js | 32 + .../static/bower/jquery/src/intro.js | 44 + .../static/bower/jquery/src/jquery.js | 37 + .../static/bower/jquery/src/manipulation.js | 580 + .../bower/jquery/src/manipulation/_evalUrl.js | 18 + .../bower/jquery/src/manipulation/support.js | 32 + .../src/manipulation/var/rcheckableType.js | 3 + .../static/bower/jquery/src/offset.js | 207 + .../static/bower/jquery/src/outro.js | 1 + .../static/bower/jquery/src/queue.js | 142 + .../static/bower/jquery/src/queue/delay.js | 22 + .../bower/jquery/src/selector-native.js | 172 + .../bower/jquery/src/selector-sizzle.js | 14 + .../static/bower/jquery/src/selector.js | 1 + .../static/bower/jquery/src/serialize.js | 111 + .../bower/jquery/src/sizzle/dist/sizzle.js | 2067 +++ .../jquery/src/sizzle/dist/sizzle.min.js | 3 + .../jquery/src/sizzle/dist/sizzle.min.map | 1 + .../static/bower/jquery/src/traversing.js | 199 + .../bower/jquery/src/traversing/findFilter.js | 100 + .../src/traversing/var/rneedsContext.js | 6 + .../static/bower/jquery/src/var/arr.js | 3 + .../static/bower/jquery/src/var/class2type.js | 4 + .../static/bower/jquery/src/var/concat.js | 5 + .../static/bower/jquery/src/var/hasOwn.js | 5 + .../static/bower/jquery/src/var/indexOf.js | 5 + .../static/bower/jquery/src/var/pnum.js | 3 + .../static/bower/jquery/src/var/push.js | 5 + .../static/bower/jquery/src/var/rnotwhite.js | 3 + .../static/bower/jquery/src/var/slice.js | 5 + .../bower/jquery/src/var/strundefined.js | 3 + .../static/bower/jquery/src/var/support.js | 4 + .../static/bower/jquery/src/var/toString.js | 5 + PopcornEditor/static/bower/jquery/src/wrap.js | 79 + .../bower/list.fuzzysearch.js/.bower.json | 34 + .../bower/list.fuzzysearch.js/Gruntfile.js | 101 + .../bower/list.fuzzysearch.js/History.md | 0 .../bower/list.fuzzysearch.js/Readme.md | 23 + .../bower/list.fuzzysearch.js/bower.json | 25 + .../bower/list.fuzzysearch.js/component.json | 27 + .../dist/list.fuzzysearch.js | 869 + .../dist/list.fuzzysearch.min.js | 1 + .../list.fuzzysearch.js/example/basic.html | 36 + .../static/bower/list.fuzzysearch.js/index.js | 73 + .../bower/list.fuzzysearch.js/package.json | 21 + .../bower/list.fuzzysearch.js/src/fuzzy.js | 123 + PopcornEditor/static/bower/listjs/.bower.json | 37 + .../static/bower/listjs/Gruntfile.js | 101 + PopcornEditor/static/bower/listjs/README.md | 86 + PopcornEditor/static/bower/listjs/bower.json | 28 + .../static/bower/listjs/component.json | 44 + .../static/bower/listjs/dist/list.js | 1436 ++ .../static/bower/listjs/dist/list.min.js | 1 + PopcornEditor/static/bower/listjs/index.js | 219 + .../static/bower/listjs/package.json | 29 + .../static/bower/listjs/src/add-async.js | 15 + .../static/bower/listjs/src/filter.js | 29 + PopcornEditor/static/bower/listjs/src/item.js | 54 + .../static/bower/listjs/src/parse.js | 45 + .../static/bower/listjs/src/search.js | 107 + PopcornEditor/static/bower/listjs/src/sort.js | 63 + .../static/bower/listjs/src/templater.js | 96 + .../static/bower/makerstrap/.bower.json | 27 + .../static/bower/makerstrap/.gitignore | 8 + .../static/bower/makerstrap/.travis.yml | 22 + .../static/bower/makerstrap/README.md | 65 + .../static/bower/makerstrap/bower.json | 17 + .../dist/makerstrap.complete.min.css | 1 + .../bower/makerstrap/dist/makerstrap.min.css | 1 + .../static/bower/makerstrap/images/logo.png | Bin 0 -> 16960 bytes .../static/bower/makerstrap/less/alert.less | 7 + .../less/build/makerstrap.complete.less | 9 + .../makerstrap/less/build/makerstrap.less | 3 + .../static/bower/makerstrap/less/buttons.less | 17 + .../custom-components/credit-card-form.less | 27 + .../less/custom-components/gallery.less | 54 + .../less/custom-components/hanging-lists.less | 65 + .../less/custom-components/hgroup.less | 18 + .../custom-components/language-picker.less | 30 + .../less/custom-components/logo.less | 15 + .../mobile-block-button.less | 15 + .../less/custom-components/selectize.less | 13 + .../less/custom-components/user-info.less | 23 + .../less/custom-components/videos-fluid.less | 18 + .../custom-components/webmaker-footer.less | 11 + .../static/bower/makerstrap/less/forms.less | 15 + .../bower/makerstrap/less/jumbotron.less | 24 + .../bower/makerstrap/less/makerstrap.less | 91 + .../static/bower/makerstrap/less/mixins.less | 185 + .../static/bower/makerstrap/less/navbar.less | 213 + .../bower/makerstrap/less/typography.less | 11 + .../bower/makerstrap/less/variables.less | 162 + .../static/bower/microplugin/.bower.json | 38 + .../static/bower/microplugin/.gitignore | 2 + .../static/bower/microplugin/.npmignore | 3 + .../static/bower/microplugin/README.md | 115 + .../static/bower/microplugin/bower.json | 22 + .../static/bower/microplugin/package.json | 15 + .../bower/microplugin/src/microplugin.js | 135 + .../static/bower/popcorn-js/.bower.json | 38 + .../static/bower/popcorn-js/.gitignore | 5 + PopcornEditor/static/bower/popcorn-js/LICENSE | 20 + .../static/bower/popcorn-js/bower.json | 28 + .../bower/popcorn-js/ie8/popcorn.ie8.html | 194 + .../bower/popcorn-js/ie8/popcorn.ie8.js | 450 + .../popcorn-js/ie8/popcorn.ie8.unit.html | 57 + .../modules/locale/popcorn.locale.js | 66 + .../modules/locale/popcorn.locale.unit.html | 43 + .../modules/locale/popcorn.locale.unit.js | 83 + .../modules/parser/data/parseMissing.json | 10 + .../modules/parser/data/parserAudio.json | 10 + .../modules/parser/data/parserData.json | 10 + .../modules/parser/popcorn.parser.js | 109 + .../modules/parser/popcorn.parser.unit.html | 48 + .../modules/parser/popcorn.parser.unit.js | 155 + .../modules/player/popcorn.player.js | 437 + .../modules/player/popcorn.player.unit.html | 47 + .../modules/player/popcorn.player.unit.js | 367 + .../popcorn.timeline-sources.js | 64 + .../popcorn.timeline-sources.unit.html | 46 + .../popcorn.timeline-sources.unit.js | 84 + .../parsers/parserJSON/data/audio.json | 49 + .../parsers/parserJSON/data/data.json | 49 + .../parsers/parserJSON/data/video.json | 49 + .../parserJSON/popcorn.parserJSON.html | 48 + .../parsers/parserJSON/popcorn.parserJSON.js | 41 + .../parserJSON/popcorn.parserJSON.unit.html | 76 + .../parserJSON/popcorn.parserJSON.unit.js | 124 + .../parsers/parserSBV/data/data.sbv | 8 + .../parsers/parserSBV/popcorn.parserSBV.html | 49 + .../parsers/parserSBV/popcorn.parserSBV.js | 100 + .../parserSBV/popcorn.parserSBV.unit.html | 50 + .../parserSBV/popcorn.parserSBV.unit.js | 51 + .../parsers/parserSRT/data/data.srt | 19 + .../parsers/parserSRT/data/unit.srt | 44 + .../parsers/parserSRT/popcorn.parserSRT.html | 58 + .../parsers/parserSRT/popcorn.parserSRT.js | 141 + .../parserSRT/popcorn.parserSRT.unit.html | 50 + .../parserSRT/popcorn.parserSRT.unit.js | 105 + .../parsers/parserSSA/data/data.ssa | 23 + .../parsers/parserSSA/popcorn.parserSSA.html | 48 + .../parsers/parserSSA/popcorn.parserSSA.js | 142 + .../parserSSA/popcorn.parserSSA.unit.html | 49 + .../parserSSA/popcorn.parserSSA.unit.js | 54 + .../parsers/parserTTML/data/data.ttml | 80 + .../parsers/parserTTML/data/unit.ttml | 75 + .../parserTTML/popcorn.parserTTML.html | 92 + .../parsers/parserTTML/popcorn.parserTTML.js | 168 + .../parserTTML/popcorn.parserTTML.unit.html | 48 + .../parserTTML/popcorn.parserTTML.unit.js | 109 + .../parsers/parserTTXT/data/data.TTXT | 25 + .../parsers/parserTTXT/data/unit.TTXT | 25 + .../parserTTXT/popcorn.parserTTXT.html | 48 + .../parsers/parserTTXT/popcorn.parserTTXT.js | 73 + .../parserTTXT/popcorn.parserTTXT.unit.html | 50 + .../parserTTXT/popcorn.parserTTXT.unit.js | 57 + .../parsers/parserVTT/data/data.vtt | 40 + .../parsers/parserVTT/data/unit.vtt | 32 + .../parsers/parserVTT/popcorn.parserVTT.html | 67 + .../parsers/parserVTT/popcorn.parserVTT.js | 144 + .../parserVTT/popcorn.parserVTT.unit.html | 50 + .../parserVTT/popcorn.parserVTT.unit.js | 65 + .../parsers/parserXML/data/data.XML | 9 + .../parsers/parserXML/data/unit.XML | 21 + .../parsers/parserXML/popcorn.parserXML.html | 38 + .../parsers/parserXML/popcorn.parserXML.js | 128 + .../parserXML/popcorn.parserXML.unit.html | 50 + .../parserXML/popcorn.parserXML.unit.js | 32 + .../soundcloud/popcorn.soundcloud.html | 113 + .../players/soundcloud/popcorn.soundcloud.js | 28 + .../players/vimeo/popcorn.vimeo.html | 247 + .../popcorn-js/players/vimeo/popcorn.vimeo.js | 27 + .../players/vimeo/popcorn.vimeo.unit.html | 26 + .../players/vimeo/popcorn.vimeo.unit.js | 263 + .../players/youtube/popcorn.youtube.html | 175 + .../players/youtube/popcorn.youtube.js | 31 + .../popcorn-js/plugins/code/popcorn.code.html | 96 + .../popcorn-js/plugins/code/popcorn.code.js | 175 + .../plugins/code/popcorn.code.unit.html | 53 + .../plugins/code/popcorn.code.unit.js | 98 + .../documentcloud/popcorn.documentcloud.html | 56 + .../documentcloud/popcorn.documentcloud.js | 264 + .../popcorn.documentcloud.unit.html | 51 + .../popcorn.documentcloud.unit.js | 119 + .../plugins/flickr/popcorn.flickr.html | 76 + .../plugins/flickr/popcorn.flickr.js | 246 + .../plugins/flickr/popcorn.flickr.unit.html | 51 + .../plugins/flickr/popcorn.flickr.unit.js | 119 + .../plugins/footnote/popcorn.footnote.html | 53 + .../plugins/footnote/popcorn.footnote.js | 95 + .../footnote/popcorn.footnote.unit.html | 44 + .../plugins/footnote/popcorn.footnote.unit.js | 64 + .../googlefeed/popcorn.googlefeed.html | 63 + .../plugins/googlefeed/popcorn.googlefeed.js | 190 + .../googlefeed/popcorn.googlefeed.unit.html | 49 + .../googlefeed/popcorn.googlefeed.unit.js | 99 + .../plugins/googlemap/popcorn.googlemap.html | 193 + .../plugins/googlemap/popcorn.googlemap.js | 456 + .../googlemap/popcorn.googlemap.unit.html | 58 + .../googlemap/popcorn.googlemap.unit.js | 190 + .../plugins/image/popcorn.image.html | 62 + .../popcorn-js/plugins/image/popcorn.image.js | 226 + .../plugins/image/popcorn.image.unit.html | 52 + .../plugins/image/popcorn.image.unit.js | 203 + .../mediaspawner/popcorn.mediaspawner.html | 80 + .../mediaspawner/popcorn.mediaspawner.js | 249 + .../popcorn.mediaspawner.unit.html | 54 + .../mediaspawner/popcorn.mediaspawner.unit.js | 127 + .../plugins/mustache/popcorn.mustache.html | 141 + .../plugins/mustache/popcorn.mustache.js | 202 + .../mustache/popcorn.mustache.unit.html | 52 + .../plugins/mustache/popcorn.mustache.unit.js | 76 + .../plugins/openmap/popcorn.openmap.html | 94 + .../plugins/openmap/popcorn.openmap.js | 387 + .../plugins/openmap/popcorn.openmap.unit.html | 50 + .../plugins/openmap/popcorn.openmap.unit.js | 108 + .../plugins/pause/popcorn.pause.html | 55 + .../popcorn-js/plugins/pause/popcorn.pause.js | 29 + .../plugins/pause/popcorn.pause.unit.html | 72 + .../plugins/pause/popcorn.pause.unit.js | 68 + .../plugins/subtitle/popcorn.subtitle.html | 49 + .../plugins/subtitle/popcorn.subtitle.js | 143 + .../subtitle/popcorn.subtitle.unit.html | 63 + .../plugins/subtitle/popcorn.subtitle.unit.js | 208 + .../popcorn-js/plugins/text/popcorn.text.html | 109 + .../popcorn-js/plugins/text/popcorn.text.js | 232 + .../plugins/text/popcorn.text.unit.html | 60 + .../plugins/text/popcorn.text.unit.js | 382 + .../plugins/timeline/popcorn.timeline.html | 92 + .../plugins/timeline/popcorn.timeline.js | 144 + .../timeline/popcorn.timeline.unit.html | 51 + .../plugins/timeline/popcorn.timeline.unit.js | 133 + .../plugins/webpage/popcorn.webpage.html | 58 + .../plugins/webpage/popcorn.webpage.js | 108 + .../plugins/webpage/popcorn.webpage.unit.html | 49 + .../plugins/webpage/popcorn.webpage.unit.js | 74 + .../plugins/wikipedia/popcorn.wikipedia.html | 54 + .../plugins/wikipedia/popcorn.wikipedia.js | 192 + .../wikipedia/popcorn.wikipedia.unit.html | 49 + .../wikipedia/popcorn.wikipedia.unit.js | 113 + .../plugins/wordriver/popcorn.wordriver.html | 68 + .../plugins/wordriver/popcorn.wordriver.js | 163 + .../wordriver/popcorn.wordriver.unit.html | 47 + .../wordriver/popcorn.wordriver.unit.js | 123 + .../static/bower/popcorn-js/popcorn.js | 2690 +++ .../static/bower/popcorn-js/readme.md | 61 + .../popcorn-js/wrappers/common/common.unit.js | 768 + .../common/popcorn._MediaElementProto.js | 257 + .../html5/popcorn.HTMLMediaElement.js | 36 + .../html5/popcorn.HTMLVideoElement.unit.html | 25 + .../html5/popcorn.HTMLVideoElement.unit.js | 45 + .../popcorn.HTMLJWPlayerVideoElement.js | 566 + ...popcorn.HTMLJWPlayerVideoElement.unit.html | 26 + .../popcorn.HTMLJWPlayerVideoElement.unit.js | 10 + .../null/popcorn.HTMLNullVideoElement.js | 474 + .../popcorn.HTMLNullVideoElement.unit.html | 25 + .../null/popcorn.HTMLNullVideoElement.unit.js | 51 + .../popcorn.HTMLSoundCloudAudioElement.js | 704 + ...pcorn.HTMLSoundCloudAudioElement.unit.html | 25 + ...popcorn.HTMLSoundCloudAudioElement.unit.js | 39 + .../vimeo/popcorn.HTMLVimeoVideoElement.js | 626 + .../popcorn.HTMLVimeoVideoElement.unit.html | 26 + .../popcorn.HTMLVimeoVideoElement.unit.js | 70 + .../popcorn.HTMLYouTubeVideoElement.js | 773 + .../popcorn.HTMLYouTubeVideoElement.unit.html | 26 + .../popcorn.HTMLYouTubeVideoElement.unit.js | 140 + .../static/bower/requirejs/.bower.json | 23 + .../static/bower/requirejs/README.md | 4 + .../static/bower/requirejs/bower.json | 14 + .../static/bower/requirejs/require.js | 2053 +++ .../static/bower/selectize/.bower.json | 59 + .../static/bower/selectize/.gitignore | 5 + PopcornEditor/static/bower/selectize/LICENSE | 202 + .../static/bower/selectize/README.md | 96 + .../static/bower/selectize/bower.json | 40 + .../dist/css/selectize.bootstrap2.css | 486 + .../dist/css/selectize.bootstrap3.css | 390 + .../bower/selectize/dist/css/selectize.css | 316 + .../selectize/dist/css/selectize.default.css | 386 + .../selectize/dist/css/selectize.legacy.css | 363 + .../bower/selectize/dist/js/selectize.js | 2891 +++ .../bower/selectize/dist/js/selectize.min.js | 3 + .../selectize/dist/js/standalone/selectize.js | 3477 ++++ .../dist/js/standalone/selectize.min.js | 3 + .../dist/less/plugins/drag_drop.less | 16 + .../dist/less/plugins/dropdown_header.less | 20 + .../dist/less/plugins/optgroup_columns.less | 17 + .../dist/less/plugins/remove_button.less | 37 + .../dist/less/selectize.bootstrap2.less | 161 + .../dist/less/selectize.bootstrap3.less | 136 + .../dist/less/selectize.default.less | 84 + .../selectize/dist/less/selectize.legacy.less | 75 + .../bower/selectize/dist/less/selectize.less | 293 + PopcornEditor/static/bower/sifter/.bower.json | 44 + PopcornEditor/static/bower/sifter/.gitignore | 3 + PopcornEditor/static/bower/sifter/.npmignore | 4 + PopcornEditor/static/bower/sifter/README.md | 148 + PopcornEditor/static/bower/sifter/bower.json | 23 + .../static/bower/sifter/package.json | 43 + PopcornEditor/static/bower/sifter/sifter.js | 448 + .../static/bower/sifter/sifter.min.js | 2 + .../static/bower/ua-parser-js/.bower.json | 14 + .../static/bower/ua-parser-js/.gitignore | 2 + .../static/bower/ua-parser-js/.travis.yml | 6 + .../static/bower/ua-parser-js/build/build.sh | 37 + .../static/bower/ua-parser-js/component.json | 14 + .../static/bower/ua-parser-js/package.json | 65 + .../static/bower/ua-parser-js/readme.md | 259 + .../bower/ua-parser-js/src/ua-parser.js | 544 + .../bower/ua-parser-js/src/ua-parser.min.js | 1 + .../bower/ua-parser-js/test/browser-test.json | 651 + .../bower/ua-parser-js/test/cpu-test.json | 89 + .../bower/ua-parser-js/test/device-test.json | 31 + .../bower/ua-parser-js/test/engine-test.json | 64 + .../bower/ua-parser-js/test/os-test.json | 568 + .../static/bower/ua-parser-js/test/test.js | 65 + .../ua-parser-js/ua-parser-js.jquery.json | 32 + .../bower/webmaker-analytics/.bower.json | 27 + .../static/bower/webmaker-analytics/LICENSE | 354 + .../static/bower/webmaker-analytics/README.md | 197 + .../bower/webmaker-analytics/analytics.js | 248 + .../bower/webmaker-analytics/bower.json | 17 + .../static/bower/webmaker-i18n/.bower.json | 21 + .../static/bower/webmaker-i18n/LICENSE | 354 + .../static/bower/webmaker-i18n/README.md | 344 + .../static/bower/webmaker-i18n/bower.json | 11 + .../static/bower/webmaker-i18n/i18n.js | 498 + .../static/bower/webmaker-i18n/localized.js | 167 + .../static/bower/webmaker-i18n/momentLang.js | 15 + .../static/bower/webmaker-i18n/package.json | 28 + .../bower/webmaker-i18n/tests/bad-api-test.js | 26 + .../tests/bad-middleware-setup-test.js | 62 + .../webmaker-i18n/tests/good-api-test.js | 152 + .../tests/good-middleware-setup-test.js | 56 + .../bower/webmaker-i18n/tests/server.js | 19 + .../webmaker-language-picker/.bower.json | 32 + .../bower/webmaker-language-picker/.gitignore | 16 + .../bower/webmaker-language-picker/LICENSE | 362 + .../bower/webmaker-language-picker/README.md | 146 + .../bower/webmaker-language-picker/bower.json | 23 + .../webmaker-language-picker/js/languages.js | 146 + .../webmaker-language-picker/package.json | 14 + .../styles/languages.less | 234 + .../template/alllanguages.html | 5 + .../template/languages.html | 22 + .../template/partial.ejs | 24 + .../template/partial.html | 24 + .../template/supportedLanguages.ejs | 7 + .../template/supportedLanguages.html | 5 + .../bower/webmaker-login-ux/.bower.json | 14 + .../static/bower/webmaker-login-ux/.gitignore | 1 + .../bower/webmaker-login-ux/.jsbeautifyrc | 17 + .../static/bower/webmaker-login-ux/.jshintrc | 19 + .../bower/webmaker-login-ux/.travis.yml | 9 + .../bower/webmaker-login-ux/Gruntfile.js | 132 + .../static/bower/webmaker-login-ux/README.md | 185 + .../dist/css/webmakerLogin.css | 517 + .../dist/min/ngWebmakerLogin.min.js | 2 + .../dist/min/ngWebmakerLogin.templates.min.js | 2 + .../dist/min/webmakerLogin.min.js | 7 + .../webmaker-login-ux/dist/ngWebmakerLogin.js | 2606 +++ .../templates/ngWebmakerLogin.templates.js | 434 + .../webmaker-login-ux/dist/webmakerLogin.js | 10991 ++++++++++++ .../locale/en_US/webmaker-login.json | 262 + .../bower/webmaker-login-ux/package.json | 54 + .../webmaker-login-ux/src/adapters/angular.js | 617 + .../webmaker-login-ux/src/adapters/plain.js | 617 + .../bower/webmaker-login-ux/src/core/index.js | 60 + .../src/core/loginAPI/index.js | 131 + .../src/core/loginAPI/loginUrls.js | 38 + .../src/core/loginAPI/referrals.js | 34 + .../src/core/state/emitter.js | 22 + .../webmaker-login-ux/src/core/state/index.js | 7 + .../webmaker-login-ux/src/core/state/join.js | 168 + .../src/core/state/logout.js | 28 + .../src/core/state/persona.js | 58 + .../webmaker-login-ux/src/core/state/reset.js | 79 + .../src/core/state/signin.js | 178 + .../src/core/validation/index.js | 33 + .../src/less/webmakerLogin.less | 479 + .../templates/join-webmaker-modal.html | 183 + .../templates/modal-wrapper.html | 6 + .../templates/reset-modal.html | 38 + .../templates/signin-modal.html | 186 + .../bower/webmaker-login-ux/test/server.js | 268 + .../webmaker-login-ux/test/test-angular.html | 184 + .../webmaker-login-ux/test/test-plain.html | 89 + .../webmaker-login-ux/test/verify_build.sh | 15 + 1460 files changed, 184870 insertions(+), 1 deletion(-) create mode 100644 PopcornEditor/static/bower/bootstrap/.bower.json create mode 100644 PopcornEditor/static/bower/bootstrap/Gruntfile.js create mode 100644 PopcornEditor/static/bower/bootstrap/LICENSE create mode 100644 PopcornEditor/static/bower/bootstrap/README.md create mode 100644 PopcornEditor/static/bower/bootstrap/bower.json create mode 100644 PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css create mode 100644 PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css.map create mode 100644 PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.min.css create mode 100644 PopcornEditor/static/bower/bootstrap/dist/css/bootstrap.css create mode 100644 PopcornEditor/static/bower/bootstrap/dist/css/bootstrap.css.map create mode 100644 PopcornEditor/static/bower/bootstrap/dist/css/bootstrap.min.css create mode 100644 PopcornEditor/static/bower/bootstrap/dist/fonts/glyphicons-halflings-regular.eot create mode 100644 PopcornEditor/static/bower/bootstrap/dist/fonts/glyphicons-halflings-regular.svg create mode 100644 PopcornEditor/static/bower/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf create mode 100644 PopcornEditor/static/bower/bootstrap/dist/fonts/glyphicons-halflings-regular.woff create mode 100644 PopcornEditor/static/bower/bootstrap/dist/js/bootstrap.js create mode 100644 PopcornEditor/static/bower/bootstrap/dist/js/bootstrap.min.js create mode 100644 PopcornEditor/static/bower/bootstrap/fonts/glyphicons-halflings-regular.eot create mode 100644 PopcornEditor/static/bower/bootstrap/fonts/glyphicons-halflings-regular.svg create mode 100644 PopcornEditor/static/bower/bootstrap/fonts/glyphicons-halflings-regular.ttf create mode 100644 PopcornEditor/static/bower/bootstrap/fonts/glyphicons-halflings-regular.woff create mode 100644 PopcornEditor/static/bower/bootstrap/grunt/bs-glyphicons-data-generator.js create mode 100644 PopcornEditor/static/bower/bootstrap/grunt/bs-lessdoc-parser.js create mode 100644 PopcornEditor/static/bower/bootstrap/grunt/bs-raw-files-generator.js create mode 100644 PopcornEditor/static/bower/bootstrap/grunt/shrinkwrap.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/affix.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/alert.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/button.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/carousel.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/collapse.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/dropdown.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/modal.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/popover.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/scrollspy.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/tab.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/tooltip.js create mode 100644 PopcornEditor/static/bower/bootstrap/js/transition.js create mode 100644 PopcornEditor/static/bower/bootstrap/less/alerts.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/badges.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/bootstrap.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/breadcrumbs.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/button-groups.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/buttons.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/carousel.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/close.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/code.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/component-animations.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/dropdowns.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/forms.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/glyphicons.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/grid.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/input-groups.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/jumbotron.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/labels.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/list-group.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/media.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/mixins.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/modals.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/navbar.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/navs.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/normalize.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/pager.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/pagination.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/panels.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/popovers.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/print.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/progress-bars.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/responsive-utilities.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/scaffolding.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/tables.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/theme.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/thumbnails.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/tooltip.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/type.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/utilities.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/variables.less create mode 100644 PopcornEditor/static/bower/bootstrap/less/wells.less create mode 100644 PopcornEditor/static/bower/bootstrap/package.json create mode 100644 PopcornEditor/static/bower/bootstrap/test-infra/README.md create mode 100644 PopcornEditor/static/bower/bootstrap/test-infra/npm-shrinkwrap.canonical.json create mode 100644 PopcornEditor/static/bower/bootstrap/test-infra/requirements.txt create mode 100755 PopcornEditor/static/bower/bootstrap/test-infra/s3_cache.py create mode 100644 PopcornEditor/static/bower/bootstrap/test-infra/sauce_browsers.yml create mode 100755 PopcornEditor/static/bower/bootstrap/test-infra/uncached-npm-install.sh create mode 100644 PopcornEditor/static/bower/farbtastic/.bower.json create mode 100644 PopcornEditor/static/bower/farbtastic/CHANGELOG.html create mode 100644 PopcornEditor/static/bower/farbtastic/LICENSE.txt create mode 100644 PopcornEditor/static/bower/farbtastic/README.html create mode 100644 PopcornEditor/static/bower/farbtastic/README.md create mode 100644 PopcornEditor/static/bower/farbtastic/demo1.html create mode 100644 PopcornEditor/static/bower/farbtastic/demo2.html create mode 100644 PopcornEditor/static/bower/farbtastic/farbtastic.css create mode 100644 PopcornEditor/static/bower/farbtastic/farbtastic.js create mode 100644 PopcornEditor/static/bower/farbtastic/farbtastic.min.js create mode 100755 PopcornEditor/static/bower/farbtastic/marker.png create mode 100644 PopcornEditor/static/bower/farbtastic/mask.png create mode 100644 PopcornEditor/static/bower/farbtastic/wheel.png create mode 100644 PopcornEditor/static/bower/font-awesome/.bower.json create mode 100644 PopcornEditor/static/bower/font-awesome/.gitignore create mode 100644 PopcornEditor/static/bower/font-awesome/.ruby-version create mode 100644 PopcornEditor/static/bower/font-awesome/CONTRIBUTING.md create mode 100644 PopcornEditor/static/bower/font-awesome/Gemfile create mode 100644 PopcornEditor/static/bower/font-awesome/Gemfile.lock create mode 100644 PopcornEditor/static/bower/font-awesome/README.md create mode 100644 PopcornEditor/static/bower/font-awesome/_config.yml create mode 100644 PopcornEditor/static/bower/font-awesome/composer.json create mode 100644 PopcornEditor/static/bower/font-awesome/css/font-awesome-ie7.css create mode 100644 PopcornEditor/static/bower/font-awesome/css/font-awesome-ie7.min.css create mode 100644 PopcornEditor/static/bower/font-awesome/css/font-awesome.css create mode 100644 PopcornEditor/static/bower/font-awesome/css/font-awesome.min.css create mode 100644 PopcornEditor/static/bower/font-awesome/font/FontAwesome.otf create mode 100755 PopcornEditor/static/bower/font-awesome/font/fontawesome-webfont.eot create mode 100755 PopcornEditor/static/bower/font-awesome/font/fontawesome-webfont.svg create mode 100755 PopcornEditor/static/bower/font-awesome/font/fontawesome-webfont.ttf create mode 100755 PopcornEditor/static/bower/font-awesome/font/fontawesome-webfont.woff create mode 100644 PopcornEditor/static/bower/font-awesome/less/bootstrap.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/core.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/extras.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/font-awesome-ie7.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/font-awesome.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/icons.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/mixins.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/path.less create mode 100644 PopcornEditor/static/bower/font-awesome/less/variables.less create mode 100644 PopcornEditor/static/bower/font-awesome/package.json create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_bootstrap.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_core.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_extras.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_icons.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_mixins.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_path.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/_variables.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/font-awesome-ie7.scss create mode 100644 PopcornEditor/static/bower/font-awesome/scss/font-awesome.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/CNAME create mode 100644 PopcornEditor/static/bower/font-awesome/src/Makefile create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/ads/carbon-dark-vertical.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/ads/carbon-light-horizontal.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/ads/carbon-light-vertical.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/brand-license.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/cheatsheet.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/community.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/community/getting-support.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/community/project-milestones.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/community/reporting-bugs.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/community/requesting-new-icons.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/community/submitting-pull-requests.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/animated-spinner.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/bordered-pulled.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/bulleted-lists.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/button-dropdowns.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/button-groups.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/buttons.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/custom.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/form-inputs.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/inline-icons.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/larger-icons.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/navigation.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/new.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/rotated-flipped.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/examples/stacked.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/footer.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/get-started.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/brand.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/currency.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/directional.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/medical.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/new.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/text-editor.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/video-player.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/icons/web-application.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/jumbotron-slider.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/jumbotron.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/license-code.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/license.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/navbar.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/stripe-ad.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/stripe-social.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/tell-me-thanks.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/tests/rotated-flipped-inside-anchor.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/tests/rotated-flipped-inside-btn.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/tests/rotated-flipped.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/tests/stacked-inside-anchor.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/tests/stacked.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/thanks-to.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/whats-new.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_includes/why.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_layouts/base.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_layouts/icon.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/_plugins/icon_page_generator.rb create mode 100644 PopcornEditor/static/bower/font-awesome/src/_plugins/site.rb create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/css/prettify.css create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/css/pygments.css create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/font/FontAwesome.otf create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/font/fontawesome-webfont.eot create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/font/fontawesome-webfont.svg create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/font/fontawesome-webfont.ttf create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/font/fontawesome-webfont.woff create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/bootstrap.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/core.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/extras.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/font-awesome-ie7.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/font-awesome.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/icons.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/mixins.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/path.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/less/variables.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_bootstrap.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_core.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_extras.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_icons.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_mixins.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_path.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/_variables.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/font-awesome-ie7.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/font-awesome/scss/font-awesome.scss create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/ico/favicon.ico create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/img/contribution-sample.png create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/img/fort_awesome.jpg create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/img/glyphicons-halflings-white.png create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/img/glyphicons-halflings.png create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/img/icon-flag.pdf create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/js/ZeroClipboard-1.1.7.min.js create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/js/ZeroClipboard-1.1.7.swf create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/backbone.min.js create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/bootstrap-2.3.1.min.js create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/bootstrap-222.min.js create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/jquery-1.7.1.min.js create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/prettify.min.js create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/site.js create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/js/underscore.min.js create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/accordion.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/alerts.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/bootstrap.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/breadcrumbs.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/button-groups.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/buttons.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/carousel.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/close.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/code.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/component-animations.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/dropdowns.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/forms.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/grid.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/hero-unit.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/labels-badges.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/layouts.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/media.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/mixins.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/modals.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/navbar.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/navs.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/pager.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/pagination.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/popovers.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/progress-bars.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/reset.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/responsive-1200px-min.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/responsive-767px-max.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/responsive-768px-979px.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/responsive-navbar.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/responsive-utilities.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/responsive.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/scaffolding.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/sprites.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/tables.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/thumbnails.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/tooltip.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/type.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/utilities.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/variables.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/bootstrap-2.3.2/wells.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/less/lazy.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/less/mixins.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/responsive-1200px-min.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/responsive-767px-max.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/responsive-768px-979px.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/responsive-navbar.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/responsive.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/assets/less/site.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/sticky-footer.less create mode 100755 PopcornEditor/static/bower/font-awesome/src/assets/less/variables.less create mode 100644 PopcornEditor/static/bower/font-awesome/src/cheatsheet.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/community.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/design.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/examples.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/get-started.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/icons.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/icons.yml create mode 100644 PopcornEditor/static/bower/font-awesome/src/index.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/license.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/test.html create mode 100644 PopcornEditor/static/bower/font-awesome/src/whats-new.html create mode 100644 PopcornEditor/static/bower/hint.css/.bower.json create mode 100644 PopcornEditor/static/bower/hint.css/.gitignore create mode 100644 PopcornEditor/static/bower/hint.css/LICENSE-MIT create mode 100644 PopcornEditor/static/bower/hint.css/README.md create mode 100644 PopcornEditor/static/bower/hint.css/bower.json create mode 100644 PopcornEditor/static/bower/hint.css/component.json create mode 100644 PopcornEditor/static/bower/hint.css/demo.html create mode 100644 PopcornEditor/static/bower/hint.css/hint.base.css create mode 100644 PopcornEditor/static/bower/hint.css/hint.base.min.css create mode 100644 PopcornEditor/static/bower/hint.css/hint.css create mode 100644 PopcornEditor/static/bower/hint.css/hint.min.css create mode 100644 PopcornEditor/static/bower/hint.css/package.json create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-always.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-color-types.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-core.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-effects.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-mixins.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-position.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-rounded.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-theme.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint-variables.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint.base.scss create mode 100644 PopcornEditor/static/bower/hint.css/src/hint.scss create mode 100644 PopcornEditor/static/bower/jquery-ui/.bower.json create mode 100644 PopcornEditor/static/bower/jquery-ui/AUTHORS.txt create mode 100644 PopcornEditor/static/bower/jquery-ui/MIT-LICENSE.txt create mode 100644 PopcornEditor/static/bower/jquery-ui/README.md create mode 100644 PopcornEditor/static/bower/jquery-ui/component.json create mode 100644 PopcornEditor/static/bower/jquery-ui/package.json create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.accordion.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.all.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.autocomplete.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.base.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.button.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.core.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.datepicker.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.dialog.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.menu.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.progressbar.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.resizable.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.selectable.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.slider.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.spinner.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.tabs.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/jquery.ui.tooltip.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-icons_2e83ff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-icons_888888_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery-ui.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.accordion.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.autocomplete.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.button.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.core.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.datepicker.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.dialog.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.menu.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.progressbar.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.resizable.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.selectable.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.slider.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.spinner.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.tabs.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.theme.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/base/minified/jquery.ui.tooltip.min.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/black-tie/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/blitzer/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/cupertino/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dark-hive/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/dot-luv/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/eggplant/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/excite-bike/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/flick/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/hot-sneaks/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/humanity/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/le-frog/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/mint-choc/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/overcast/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/pepper-grinder/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/redmond/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/smoothness/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/south-street/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/start/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/sunny/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/swanky-purse/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/trontastic/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-darkness/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/ui-lightness/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/jquery-ui.css create mode 100644 PopcornEditor/static/bower/jquery-ui/themes/vader/jquery.ui.theme.css create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.accordion.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.autocomplete.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.button.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.core.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.datepicker.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.dialog.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.draggable.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.droppable.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-blind.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-bounce.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-clip.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-drop.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-explode.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-fade.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-fold.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-highlight.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-pulsate.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-scale.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-shake.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-slide.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect-transfer.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.effect.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.menu.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.mouse.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.position.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.progressbar.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.resizable.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.selectable.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.slider.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.sortable.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.spinner.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.tabs.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.tooltip.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui.widget.jquery.json create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery-ui-i18n.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ar-DZ.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-az.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-cy-GB.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-da.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-el.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-en-AU.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-en-GB.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-eo.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-fi.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-fo.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-fr.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-gl.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-he.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-hi.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-hr.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-hu.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-id.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-is.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-it.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ja.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ka.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-kk.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-km.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-lb.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-lt.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-mk.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ml.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-nl-BE.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-nl.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-pt-BR.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-pt.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ru.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-sk.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-sl.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-sr-SR.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-sv.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-ta.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-th.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-tj.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-tr.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-uk.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-CN.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-HK.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/i18n/jquery.ui.datepicker-zh-TW.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery-ui.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.accordion.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.autocomplete.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.button.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.core.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.datepicker.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.dialog.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.draggable.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.droppable.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-blind.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-bounce.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-clip.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-drop.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-explode.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-fade.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-fold.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-highlight.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-pulsate.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-scale.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-shake.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-slide.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect-transfer.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.effect.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.menu.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.mouse.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.position.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.progressbar.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.resizable.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.selectable.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.slider.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.sortable.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.spinner.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.tabs.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.tooltip.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/jquery.ui.widget.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery-ui-i18n.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-af.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ar.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-az.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-bg.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-bs.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ca.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-cs.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-da.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-de.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-el.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-eo.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-es.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-et.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-eu.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fa.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fi.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fo.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-fr.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-gl.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-he.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hi.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hr.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hu.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-hy.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-id.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-is.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-it.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ja.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ka.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-kk.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-km.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ko.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lb.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lt.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-lv.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-mk.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ml.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ms.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-nl.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-no.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pl.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-pt.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-rm.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ro.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ru.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sk.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sl.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sq.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sr.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-sv.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-ta.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-th.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-tj.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-tr.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-uk.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-vi.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery-ui.custom.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.accordion.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.autocomplete.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.button.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.core.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.datepicker.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.dialog.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.draggable.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.droppable.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-blind.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-bounce.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-clip.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-drop.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-explode.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-fade.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-fold.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-highlight.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-pulsate.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-scale.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-shake.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-slide.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect-transfer.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.effect.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.menu.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.mouse.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.position.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.progressbar.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.resizable.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.selectable.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.slider.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.sortable.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.spinner.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.tabs.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.tooltip.min.js create mode 100644 PopcornEditor/static/bower/jquery-ui/ui/minified/jquery.ui.widget.min.js create mode 100644 PopcornEditor/static/bower/jquery/.bower.json create mode 100644 PopcornEditor/static/bower/jquery/MIT-LICENSE.txt create mode 100644 PopcornEditor/static/bower/jquery/bower.json create mode 100644 PopcornEditor/static/bower/jquery/dist/jquery.js create mode 100644 PopcornEditor/static/bower/jquery/dist/jquery.min.js create mode 100644 PopcornEditor/static/bower/jquery/dist/jquery.min.map create mode 100644 PopcornEditor/static/bower/jquery/src/ajax.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/jsonp.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/load.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/parseJSON.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/parseXML.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/script.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/var/nonce.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/var/rquery.js create mode 100644 PopcornEditor/static/bower/jquery/src/ajax/xhr.js create mode 100644 PopcornEditor/static/bower/jquery/src/attributes.js create mode 100644 PopcornEditor/static/bower/jquery/src/attributes/attr.js create mode 100644 PopcornEditor/static/bower/jquery/src/attributes/classes.js create mode 100644 PopcornEditor/static/bower/jquery/src/attributes/prop.js create mode 100644 PopcornEditor/static/bower/jquery/src/attributes/support.js create mode 100644 PopcornEditor/static/bower/jquery/src/attributes/val.js create mode 100644 PopcornEditor/static/bower/jquery/src/callbacks.js create mode 100644 PopcornEditor/static/bower/jquery/src/core.js create mode 100644 PopcornEditor/static/bower/jquery/src/core/access.js create mode 100644 PopcornEditor/static/bower/jquery/src/core/init.js create mode 100644 PopcornEditor/static/bower/jquery/src/core/parseHTML.js create mode 100644 PopcornEditor/static/bower/jquery/src/core/ready.js create mode 100644 PopcornEditor/static/bower/jquery/src/core/var/rsingleTag.js create mode 100644 PopcornEditor/static/bower/jquery/src/css.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/addGetHookIf.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/curCSS.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/defaultDisplay.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/hiddenVisibleSelectors.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/support.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/swap.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/var/cssExpand.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/var/getStyles.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/var/isHidden.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/var/rmargin.js create mode 100644 PopcornEditor/static/bower/jquery/src/css/var/rnumnonpx.js create mode 100644 PopcornEditor/static/bower/jquery/src/data.js create mode 100644 PopcornEditor/static/bower/jquery/src/data/Data.js create mode 100644 PopcornEditor/static/bower/jquery/src/data/accepts.js create mode 100644 PopcornEditor/static/bower/jquery/src/data/var/data_priv.js create mode 100644 PopcornEditor/static/bower/jquery/src/data/var/data_user.js create mode 100644 PopcornEditor/static/bower/jquery/src/deferred.js create mode 100644 PopcornEditor/static/bower/jquery/src/deprecated.js create mode 100644 PopcornEditor/static/bower/jquery/src/dimensions.js create mode 100644 PopcornEditor/static/bower/jquery/src/effects.js create mode 100644 PopcornEditor/static/bower/jquery/src/effects/Tween.js create mode 100644 PopcornEditor/static/bower/jquery/src/effects/animatedSelector.js create mode 100644 PopcornEditor/static/bower/jquery/src/event.js create mode 100644 PopcornEditor/static/bower/jquery/src/event/ajax.js create mode 100644 PopcornEditor/static/bower/jquery/src/event/alias.js create mode 100644 PopcornEditor/static/bower/jquery/src/event/support.js create mode 100644 PopcornEditor/static/bower/jquery/src/exports/amd.js create mode 100644 PopcornEditor/static/bower/jquery/src/exports/global.js create mode 100644 PopcornEditor/static/bower/jquery/src/intro.js create mode 100644 PopcornEditor/static/bower/jquery/src/jquery.js create mode 100644 PopcornEditor/static/bower/jquery/src/manipulation.js create mode 100644 PopcornEditor/static/bower/jquery/src/manipulation/_evalUrl.js create mode 100644 PopcornEditor/static/bower/jquery/src/manipulation/support.js create mode 100644 PopcornEditor/static/bower/jquery/src/manipulation/var/rcheckableType.js create mode 100644 PopcornEditor/static/bower/jquery/src/offset.js create mode 100644 PopcornEditor/static/bower/jquery/src/outro.js create mode 100644 PopcornEditor/static/bower/jquery/src/queue.js create mode 100644 PopcornEditor/static/bower/jquery/src/queue/delay.js create mode 100644 PopcornEditor/static/bower/jquery/src/selector-native.js create mode 100644 PopcornEditor/static/bower/jquery/src/selector-sizzle.js create mode 100644 PopcornEditor/static/bower/jquery/src/selector.js create mode 100644 PopcornEditor/static/bower/jquery/src/serialize.js create mode 100644 PopcornEditor/static/bower/jquery/src/sizzle/dist/sizzle.js create mode 100644 PopcornEditor/static/bower/jquery/src/sizzle/dist/sizzle.min.js create mode 100644 PopcornEditor/static/bower/jquery/src/sizzle/dist/sizzle.min.map create mode 100644 PopcornEditor/static/bower/jquery/src/traversing.js create mode 100644 PopcornEditor/static/bower/jquery/src/traversing/findFilter.js create mode 100644 PopcornEditor/static/bower/jquery/src/traversing/var/rneedsContext.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/arr.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/class2type.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/concat.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/hasOwn.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/indexOf.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/pnum.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/push.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/rnotwhite.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/slice.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/strundefined.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/support.js create mode 100644 PopcornEditor/static/bower/jquery/src/var/toString.js create mode 100644 PopcornEditor/static/bower/jquery/src/wrap.js create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/.bower.json create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/Gruntfile.js create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/History.md create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/Readme.md create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/bower.json create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/component.json create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/dist/list.fuzzysearch.js create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/dist/list.fuzzysearch.min.js create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/example/basic.html create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/index.js create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/package.json create mode 100644 PopcornEditor/static/bower/list.fuzzysearch.js/src/fuzzy.js create mode 100644 PopcornEditor/static/bower/listjs/.bower.json create mode 100644 PopcornEditor/static/bower/listjs/Gruntfile.js create mode 100644 PopcornEditor/static/bower/listjs/README.md create mode 100644 PopcornEditor/static/bower/listjs/bower.json create mode 100644 PopcornEditor/static/bower/listjs/component.json create mode 100644 PopcornEditor/static/bower/listjs/dist/list.js create mode 100644 PopcornEditor/static/bower/listjs/dist/list.min.js create mode 100644 PopcornEditor/static/bower/listjs/index.js create mode 100644 PopcornEditor/static/bower/listjs/package.json create mode 100644 PopcornEditor/static/bower/listjs/src/add-async.js create mode 100644 PopcornEditor/static/bower/listjs/src/filter.js create mode 100644 PopcornEditor/static/bower/listjs/src/item.js create mode 100644 PopcornEditor/static/bower/listjs/src/parse.js create mode 100644 PopcornEditor/static/bower/listjs/src/search.js create mode 100644 PopcornEditor/static/bower/listjs/src/sort.js create mode 100644 PopcornEditor/static/bower/listjs/src/templater.js create mode 100644 PopcornEditor/static/bower/makerstrap/.bower.json create mode 100644 PopcornEditor/static/bower/makerstrap/.gitignore create mode 100644 PopcornEditor/static/bower/makerstrap/.travis.yml create mode 100644 PopcornEditor/static/bower/makerstrap/README.md create mode 100644 PopcornEditor/static/bower/makerstrap/bower.json create mode 100644 PopcornEditor/static/bower/makerstrap/dist/makerstrap.complete.min.css create mode 100644 PopcornEditor/static/bower/makerstrap/dist/makerstrap.min.css create mode 100644 PopcornEditor/static/bower/makerstrap/images/logo.png create mode 100644 PopcornEditor/static/bower/makerstrap/less/alert.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/build/makerstrap.complete.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/build/makerstrap.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/buttons.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/credit-card-form.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/gallery.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/hanging-lists.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/hgroup.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/language-picker.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/logo.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/mobile-block-button.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/selectize.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/user-info.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/videos-fluid.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/custom-components/webmaker-footer.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/forms.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/jumbotron.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/makerstrap.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/mixins.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/navbar.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/typography.less create mode 100644 PopcornEditor/static/bower/makerstrap/less/variables.less create mode 100644 PopcornEditor/static/bower/microplugin/.bower.json create mode 100644 PopcornEditor/static/bower/microplugin/.gitignore create mode 100644 PopcornEditor/static/bower/microplugin/.npmignore create mode 100644 PopcornEditor/static/bower/microplugin/README.md create mode 100644 PopcornEditor/static/bower/microplugin/bower.json create mode 100644 PopcornEditor/static/bower/microplugin/package.json create mode 100644 PopcornEditor/static/bower/microplugin/src/microplugin.js create mode 100644 PopcornEditor/static/bower/popcorn-js/.bower.json create mode 100644 PopcornEditor/static/bower/popcorn-js/.gitignore create mode 100644 PopcornEditor/static/bower/popcorn-js/LICENSE create mode 100644 PopcornEditor/static/bower/popcorn-js/bower.json create mode 100644 PopcornEditor/static/bower/popcorn-js/ie8/popcorn.ie8.html create mode 100644 PopcornEditor/static/bower/popcorn-js/ie8/popcorn.ie8.js create mode 100644 PopcornEditor/static/bower/popcorn-js/ie8/popcorn.ie8.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/locale/popcorn.locale.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/locale/popcorn.locale.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/locale/popcorn.locale.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/parser/data/parseMissing.json create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/parser/data/parserAudio.json create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/parser/data/parserData.json create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/parser/popcorn.parser.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/parser/popcorn.parser.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/parser/popcorn.parser.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/player/popcorn.player.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/player/popcorn.player.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/player/popcorn.player.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/timeline-sources/popcorn.timeline-sources.js create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/timeline-sources/popcorn.timeline-sources.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/modules/timeline-sources/popcorn.timeline-sources.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/data/audio.json create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/data/data.json create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/data/video.json create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/popcorn.parserJSON.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/popcorn.parserJSON.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/popcorn.parserJSON.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserJSON/popcorn.parserJSON.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSBV/data/data.sbv create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSBV/popcorn.parserSBV.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSBV/popcorn.parserSBV.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSBV/popcorn.parserSBV.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSBV/popcorn.parserSBV.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSRT/data/data.srt create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSRT/data/unit.srt create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSRT/popcorn.parserSRT.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSRT/popcorn.parserSRT.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSRT/popcorn.parserSRT.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSRT/popcorn.parserSRT.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSSA/data/data.ssa create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSSA/popcorn.parserSSA.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSSA/popcorn.parserSSA.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSSA/popcorn.parserSSA.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserSSA/popcorn.parserSSA.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTML/data/data.ttml create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTML/data/unit.ttml create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTML/popcorn.parserTTML.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTML/popcorn.parserTTML.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTML/popcorn.parserTTML.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTML/popcorn.parserTTML.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTXT/data/data.TTXT create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTXT/data/unit.TTXT create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTXT/popcorn.parserTTXT.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTXT/popcorn.parserTTXT.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTXT/popcorn.parserTTXT.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserTTXT/popcorn.parserTTXT.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserVTT/data/data.vtt create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserVTT/data/unit.vtt create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserVTT/popcorn.parserVTT.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserVTT/popcorn.parserVTT.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserVTT/popcorn.parserVTT.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserVTT/popcorn.parserVTT.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserXML/data/data.XML create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserXML/data/unit.XML create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserXML/popcorn.parserXML.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserXML/popcorn.parserXML.js create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserXML/popcorn.parserXML.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/parsers/parserXML/popcorn.parserXML.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/players/soundcloud/popcorn.soundcloud.html create mode 100644 PopcornEditor/static/bower/popcorn-js/players/soundcloud/popcorn.soundcloud.js create mode 100644 PopcornEditor/static/bower/popcorn-js/players/vimeo/popcorn.vimeo.html create mode 100644 PopcornEditor/static/bower/popcorn-js/players/vimeo/popcorn.vimeo.js create mode 100644 PopcornEditor/static/bower/popcorn-js/players/vimeo/popcorn.vimeo.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/players/vimeo/popcorn.vimeo.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/players/youtube/popcorn.youtube.html create mode 100755 PopcornEditor/static/bower/popcorn-js/players/youtube/popcorn.youtube.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/code/popcorn.code.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/code/popcorn.code.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/code/popcorn.code.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/code/popcorn.code.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/documentcloud/popcorn.documentcloud.html create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/documentcloud/popcorn.documentcloud.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/documentcloud/popcorn.documentcloud.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/documentcloud/popcorn.documentcloud.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/flickr/popcorn.flickr.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/flickr/popcorn.flickr.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/flickr/popcorn.flickr.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/flickr/popcorn.flickr.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/footnote/popcorn.footnote.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/footnote/popcorn.footnote.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/footnote/popcorn.footnote.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/footnote/popcorn.footnote.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlefeed/popcorn.googlefeed.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlefeed/popcorn.googlefeed.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlefeed/popcorn.googlefeed.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlefeed/popcorn.googlefeed.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlemap/popcorn.googlemap.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlemap/popcorn.googlemap.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlemap/popcorn.googlemap.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/googlemap/popcorn.googlemap.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/image/popcorn.image.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/image/popcorn.image.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/image/popcorn.image.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/image/popcorn.image.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/mediaspawner/popcorn.mediaspawner.html create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/mediaspawner/popcorn.mediaspawner.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/mediaspawner/popcorn.mediaspawner.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/mediaspawner/popcorn.mediaspawner.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/mustache/popcorn.mustache.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/mustache/popcorn.mustache.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/mustache/popcorn.mustache.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/mustache/popcorn.mustache.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/openmap/popcorn.openmap.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/openmap/popcorn.openmap.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/openmap/popcorn.openmap.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/openmap/popcorn.openmap.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/pause/popcorn.pause.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/pause/popcorn.pause.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/pause/popcorn.pause.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/pause/popcorn.pause.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/subtitle/popcorn.subtitle.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/subtitle/popcorn.subtitle.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/subtitle/popcorn.subtitle.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/subtitle/popcorn.subtitle.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/text/popcorn.text.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/text/popcorn.text.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/text/popcorn.text.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/text/popcorn.text.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/timeline/popcorn.timeline.html create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/timeline/popcorn.timeline.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/timeline/popcorn.timeline.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/timeline/popcorn.timeline.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/plugins/webpage/popcorn.webpage.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/webpage/popcorn.webpage.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/webpage/popcorn.webpage.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/webpage/popcorn.webpage.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wikipedia/popcorn.wikipedia.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wikipedia/popcorn.wikipedia.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wikipedia/popcorn.wikipedia.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wikipedia/popcorn.wikipedia.unit.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wordriver/popcorn.wordriver.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wordriver/popcorn.wordriver.js create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wordriver/popcorn.wordriver.unit.html create mode 100755 PopcornEditor/static/bower/popcorn-js/plugins/wordriver/popcorn.wordriver.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/popcorn.js create mode 100644 PopcornEditor/static/bower/popcorn-js/readme.md create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/common/common.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/common/popcorn._MediaElementProto.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/html5/popcorn.HTMLMediaElement.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/html5/popcorn.HTMLVideoElement.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/html5/popcorn.HTMLVideoElement.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/jwplayer/popcorn.HTMLJWPlayerVideoElement.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/jwplayer/popcorn.HTMLJWPlayerVideoElement.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/jwplayer/popcorn.HTMLJWPlayerVideoElement.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/null/popcorn.HTMLNullVideoElement.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/null/popcorn.HTMLNullVideoElement.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/null/popcorn.HTMLNullVideoElement.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/soundcloud/popcorn.HTMLSoundCloudAudioElement.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/soundcloud/popcorn.HTMLSoundCloudAudioElement.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/soundcloud/popcorn.HTMLSoundCloudAudioElement.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/vimeo/popcorn.HTMLVimeoVideoElement.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/vimeo/popcorn.HTMLVimeoVideoElement.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/vimeo/popcorn.HTMLVimeoVideoElement.unit.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.js create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.unit.html create mode 100644 PopcornEditor/static/bower/popcorn-js/wrappers/youtube/popcorn.HTMLYouTubeVideoElement.unit.js create mode 100644 PopcornEditor/static/bower/requirejs/.bower.json create mode 100644 PopcornEditor/static/bower/requirejs/README.md create mode 100644 PopcornEditor/static/bower/requirejs/bower.json create mode 100644 PopcornEditor/static/bower/requirejs/require.js create mode 100644 PopcornEditor/static/bower/selectize/.bower.json create mode 100644 PopcornEditor/static/bower/selectize/.gitignore create mode 100644 PopcornEditor/static/bower/selectize/LICENSE create mode 100644 PopcornEditor/static/bower/selectize/README.md create mode 100644 PopcornEditor/static/bower/selectize/bower.json create mode 100644 PopcornEditor/static/bower/selectize/dist/css/selectize.bootstrap2.css create mode 100644 PopcornEditor/static/bower/selectize/dist/css/selectize.bootstrap3.css create mode 100644 PopcornEditor/static/bower/selectize/dist/css/selectize.css create mode 100644 PopcornEditor/static/bower/selectize/dist/css/selectize.default.css create mode 100644 PopcornEditor/static/bower/selectize/dist/css/selectize.legacy.css create mode 100644 PopcornEditor/static/bower/selectize/dist/js/selectize.js create mode 100644 PopcornEditor/static/bower/selectize/dist/js/selectize.min.js create mode 100644 PopcornEditor/static/bower/selectize/dist/js/standalone/selectize.js create mode 100644 PopcornEditor/static/bower/selectize/dist/js/standalone/selectize.min.js create mode 100644 PopcornEditor/static/bower/selectize/dist/less/plugins/drag_drop.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/plugins/dropdown_header.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/plugins/optgroup_columns.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/plugins/remove_button.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/selectize.bootstrap2.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/selectize.bootstrap3.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/selectize.default.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/selectize.legacy.less create mode 100644 PopcornEditor/static/bower/selectize/dist/less/selectize.less create mode 100644 PopcornEditor/static/bower/sifter/.bower.json create mode 100644 PopcornEditor/static/bower/sifter/.gitignore create mode 100644 PopcornEditor/static/bower/sifter/.npmignore create mode 100644 PopcornEditor/static/bower/sifter/README.md create mode 100644 PopcornEditor/static/bower/sifter/bower.json create mode 100644 PopcornEditor/static/bower/sifter/package.json create mode 100644 PopcornEditor/static/bower/sifter/sifter.js create mode 100644 PopcornEditor/static/bower/sifter/sifter.min.js create mode 100644 PopcornEditor/static/bower/ua-parser-js/.bower.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/.gitignore create mode 100644 PopcornEditor/static/bower/ua-parser-js/.travis.yml create mode 100755 PopcornEditor/static/bower/ua-parser-js/build/build.sh create mode 100644 PopcornEditor/static/bower/ua-parser-js/component.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/package.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/readme.md create mode 100644 PopcornEditor/static/bower/ua-parser-js/src/ua-parser.js create mode 100644 PopcornEditor/static/bower/ua-parser-js/src/ua-parser.min.js create mode 100644 PopcornEditor/static/bower/ua-parser-js/test/browser-test.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/test/cpu-test.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/test/device-test.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/test/engine-test.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/test/os-test.json create mode 100644 PopcornEditor/static/bower/ua-parser-js/test/test.js create mode 100644 PopcornEditor/static/bower/ua-parser-js/ua-parser-js.jquery.json create mode 100644 PopcornEditor/static/bower/webmaker-analytics/.bower.json create mode 100644 PopcornEditor/static/bower/webmaker-analytics/LICENSE create mode 100644 PopcornEditor/static/bower/webmaker-analytics/README.md create mode 100644 PopcornEditor/static/bower/webmaker-analytics/analytics.js create mode 100644 PopcornEditor/static/bower/webmaker-analytics/bower.json create mode 100644 PopcornEditor/static/bower/webmaker-i18n/.bower.json create mode 100644 PopcornEditor/static/bower/webmaker-i18n/LICENSE create mode 100644 PopcornEditor/static/bower/webmaker-i18n/README.md create mode 100644 PopcornEditor/static/bower/webmaker-i18n/bower.json create mode 100644 PopcornEditor/static/bower/webmaker-i18n/i18n.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/localized.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/momentLang.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/package.json create mode 100644 PopcornEditor/static/bower/webmaker-i18n/tests/bad-api-test.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/tests/bad-middleware-setup-test.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/tests/good-api-test.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/tests/good-middleware-setup-test.js create mode 100644 PopcornEditor/static/bower/webmaker-i18n/tests/server.js create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/.bower.json create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/.gitignore create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/LICENSE create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/README.md create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/bower.json create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/js/languages.js create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/package.json create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/styles/languages.less create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/template/alllanguages.html create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/template/languages.html create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/template/partial.ejs create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/template/partial.html create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/template/supportedLanguages.ejs create mode 100644 PopcornEditor/static/bower/webmaker-language-picker/template/supportedLanguages.html create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/.bower.json create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/.gitignore create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/.jsbeautifyrc create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/.jshintrc create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/.travis.yml create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/Gruntfile.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/README.md create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/css/webmakerLogin.css create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/min/ngWebmakerLogin.min.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/min/ngWebmakerLogin.templates.min.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/min/webmakerLogin.min.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/ngWebmakerLogin.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/templates/ngWebmakerLogin.templates.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/dist/webmakerLogin.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/locale/en_US/webmaker-login.json create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/package.json create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/adapters/angular.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/adapters/plain.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/index.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/loginAPI/index.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/loginAPI/loginUrls.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/loginAPI/referrals.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/emitter.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/index.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/join.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/logout.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/persona.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/reset.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/state/signin.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/core/validation/index.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/src/less/webmakerLogin.less create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/templates/join-webmaker-modal.html create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/templates/modal-wrapper.html create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/templates/reset-modal.html create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/templates/signin-modal.html create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/test/server.js create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/test/test-angular.html create mode 100644 PopcornEditor/static/bower/webmaker-login-ux/test/test-plain.html create mode 100755 PopcornEditor/static/bower/webmaker-login-ux/test/verify_build.sh diff --git a/.gitignore b/.gitignore index da9472e..79f189f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ /local.json /node_modules/ /user_published/ -/PopcornEditor/static/bower/ /PopcornEditor/templates/basic/*.css /PopcornEditor/css/butter.ui.less.css !locale/en_US/* diff --git a/PopcornEditor/static/bower/bootstrap/.bower.json b/PopcornEditor/static/bower/bootstrap/.bower.json new file mode 100644 index 0000000..31a97f5 --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/.bower.json @@ -0,0 +1,34 @@ +{ + "name": "bootstrap", + "version": "3.1.1", + "main": [ + "./dist/css/bootstrap.css", + "./dist/js/bootstrap.js", + "./dist/fonts/glyphicons-halflings-regular.eot", + "./dist/fonts/glyphicons-halflings-regular.svg", + "./dist/fonts/glyphicons-halflings-regular.ttf", + "./dist/fonts/glyphicons-halflings-regular.woff" + ], + "ignore": [ + "**/.*", + "_config.yml", + "CNAME", + "composer.json", + "CONTRIBUTING.md", + "docs", + "js/tests" + ], + "dependencies": { + "jquery": ">= 1.9.0" + }, + "homepage": "https://github.com/twbs/bootstrap", + "_release": "3.1.1", + "_resolution": { + "type": "version", + "tag": "v3.1.1", + "commit": "a365d8689c3f3cee7f1acf86b61270ecca8e106d" + }, + "_source": "git://github.com/twbs/bootstrap.git", + "_target": "3.1.1", + "_originalSource": "bootstrap" +} \ No newline at end of file diff --git a/PopcornEditor/static/bower/bootstrap/Gruntfile.js b/PopcornEditor/static/bower/bootstrap/Gruntfile.js new file mode 100644 index 0000000..600c1f1 --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/Gruntfile.js @@ -0,0 +1,421 @@ +/*! + * Bootstrap's Gruntfile + * http://getbootstrap.com + * Copyright 2013-2014 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +module.exports = function (grunt) { + 'use strict'; + + // Force use of Unix newlines + grunt.util.linefeed = '\n'; + + RegExp.quote = function (string) { + return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&'); + }; + + var fs = require('fs'); + var path = require('path'); + var generateGlyphiconsData = require('./grunt/bs-glyphicons-data-generator.js'); + var BsLessdocParser = require('./grunt/bs-lessdoc-parser.js'); + var generateRawFilesJs = require('./grunt/bs-raw-files-generator.js'); + var updateShrinkwrap = require('./grunt/shrinkwrap.js'); + + // Project configuration. + grunt.initConfig({ + + // Metadata. + pkg: grunt.file.readJSON('package.json'), + banner: '/*!\n' + + ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + + ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + ' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n' + + ' */\n', + jqueryCheck: 'if (typeof jQuery === \'undefined\') { throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery\') }\n\n', + + // Task configuration. + clean: { + dist: ['dist', 'docs/dist'] + }, + + jshint: { + options: { + jshintrc: 'js/.jshintrc' + }, + grunt: { + options: { + jshintrc: 'grunt/.jshintrc' + }, + src: ['Gruntfile.js', 'grunt/*.js'] + }, + src: { + src: 'js/*.js' + }, + test: { + src: 'js/tests/unit/*.js' + }, + assets: { + src: ['docs/assets/js/application.js', 'docs/assets/js/customizer.js'] + } + }, + + jscs: { + options: { + config: 'js/.jscs.json', + }, + grunt: { + src: ['Gruntfile.js', 'grunt/*.js'] + }, + src: { + src: 'js/*.js' + }, + test: { + src: 'js/tests/unit/*.js' + }, + assets: { + src: ['docs/assets/js/application.js', 'docs/assets/js/customizer.js'] + } + }, + + csslint: { + options: { + csslintrc: 'less/.csslintrc' + }, + src: [ + 'dist/css/bootstrap.css', + 'dist/css/bootstrap-theme.css', + 'docs/assets/css/docs.css', + 'docs/examples/**/*.css' + ] + }, + + concat: { + options: { + banner: '<%= banner %>\n<%= jqueryCheck %>', + stripBanners: false + }, + bootstrap: { + src: [ + 'js/transition.js', + 'js/alert.js', + 'js/button.js', + 'js/carousel.js', + 'js/collapse.js', + 'js/dropdown.js', + 'js/modal.js', + 'js/tooltip.js', + 'js/popover.js', + 'js/scrollspy.js', + 'js/tab.js', + 'js/affix.js' + ], + dest: 'dist/js/<%= pkg.name %>.js' + } + }, + + uglify: { + options: { + report: 'min' + }, + bootstrap: { + options: { + banner: '<%= banner %>' + }, + src: '<%= concat.bootstrap.dest %>', + dest: 'dist/js/<%= pkg.name %>.min.js' + }, + customize: { + options: { + preserveComments: 'some' + }, + src: [ + 'docs/assets/js/vendor/less.min.js', + 'docs/assets/js/vendor/jszip.min.js', + 'docs/assets/js/vendor/uglify.min.js', + 'docs/assets/js/vendor/blob.js', + 'docs/assets/js/vendor/filesaver.js', + 'docs/assets/js/raw-files.min.js', + 'docs/assets/js/customizer.js' + ], + dest: 'docs/assets/js/customize.min.js' + }, + docsJs: { + options: { + preserveComments: 'some' + }, + src: [ + 'docs/assets/js/vendor/holder.js', + 'docs/assets/js/application.js' + ], + dest: 'docs/assets/js/docs.min.js' + } + }, + + less: { + compileCore: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: '<%= pkg.name %>.css.map', + sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map' + }, + files: { + 'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less' + } + }, + compileTheme: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: '<%= pkg.name %>-theme.css.map', + sourceMapFilename: 'dist/css/<%= pkg.name %>-theme.css.map' + }, + files: { + 'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less' + } + }, + minify: { + options: { + cleancss: true, + report: 'min' + }, + files: { + 'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css', + 'dist/css/<%= pkg.name %>-theme.min.css': 'dist/css/<%= pkg.name %>-theme.css' + } + } + }, + + cssmin: { + compress: { + options: { + keepSpecialComments: '*', + noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css + report: 'min', + selectorsMergeMode: 'ie8' + }, + src: [ + 'docs/assets/css/docs.css', + 'docs/assets/css/pygments-manni.css' + ], + dest: 'docs/assets/css/docs.min.css' + } + }, + + usebanner: { + dist: { + options: { + position: 'top', + banner: '<%= banner %>' + }, + files: { + src: [ + 'dist/css/<%= pkg.name %>.css', + 'dist/css/<%= pkg.name %>.min.css', + 'dist/css/<%= pkg.name %>-theme.css', + 'dist/css/<%= pkg.name %>-theme.min.css' + ] + } + } + }, + + csscomb: { + options: { + config: 'less/.csscomb.json' + }, + dist: { + files: { + 'dist/css/<%= pkg.name %>.css': 'dist/css/<%= pkg.name %>.css', + 'dist/css/<%= pkg.name %>-theme.css': 'dist/css/<%= pkg.name %>-theme.css' + } + }, + examples: { + expand: true, + cwd: 'docs/examples/', + src: ['**/*.css'], + dest: 'docs/examples/' + } + }, + + copy: { + fonts: { + expand: true, + src: 'fonts/*', + dest: 'dist/' + }, + docs: { + expand: true, + cwd: './dist', + src: [ + '{css,js}/*.min.*', + 'css/*.map', + 'fonts/*' + ], + dest: 'docs/dist' + } + }, + + qunit: { + options: { + inject: 'js/tests/unit/phantom.js' + }, + files: 'js/tests/index.html' + }, + + connect: { + server: { + options: { + port: 3000, + base: '.' + } + } + }, + + jekyll: { + docs: {} + }, + + jade: { + compile: { + options: { + pretty: true, + data: function () { + var filePath = path.join(__dirname, 'less/variables.less'); + var fileContent = fs.readFileSync(filePath, {encoding: 'utf8'}); + var parser = new BsLessdocParser(fileContent); + return {sections: parser.parseFile()}; + } + }, + files: { + 'docs/_includes/customizer-variables.html': 'docs/jade/customizer-variables.jade', + 'docs/_includes/nav-customize.html': 'docs/jade/customizer-nav.jade' + } + } + }, + + validation: { + options: { + charset: 'utf-8', + doctype: 'HTML5', + failHard: true, + reset: true, + relaxerror: [ + 'Bad value X-UA-Compatible for attribute http-equiv on element meta.', + 'Element img is missing required attribute src.' + ] + }, + files: { + src: '_gh_pages/**/*.html' + } + }, + + watch: { + src: { + files: '<%= jshint.src.src %>', + tasks: ['jshint:src', 'qunit'] + }, + test: { + files: '<%= jshint.test.src %>', + tasks: ['jshint:test', 'qunit'] + }, + less: { + files: 'less/*.less', + tasks: 'less' + } + }, + + sed: { + versionNumber: { + pattern: (function () { + var old = grunt.option('oldver'); + return old ? RegExp.quote(old) : old; + })(), + replacement: grunt.option('newver'), + recursive: true + } + }, + + 'saucelabs-qunit': { + all: { + options: { + build: process.env.TRAVIS_JOB_ID, + concurrency: 10, + urls: ['http://127.0.0.1:3000/js/tests/index.html'], + browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml') + } + } + }, + + exec: { + npmUpdate: { + command: 'npm update' + }, + npmShrinkWrap: { + command: 'npm shrinkwrap --dev' + } + } + }); + + + // These plugins provide necessary tasks. + require('load-grunt-tasks')(grunt, {scope: 'devDependencies'}); + + // Docs HTML validation task + grunt.registerTask('validate-html', ['jekyll', 'validation']); + + // Test task. + var testSubtasks = []; + // Skip core tests if running a different subset of the test suite + if (!process.env.TWBS_TEST || process.env.TWBS_TEST === 'core') { + testSubtasks = testSubtasks.concat(['dist-css', 'csslint', 'jshint', 'jscs', 'qunit', 'build-customizer-html']); + } + // Skip HTML validation if running a different subset of the test suite + if (!process.env.TWBS_TEST || process.env.TWBS_TEST === 'validate-html') { + testSubtasks.push('validate-html'); + } + // Only run Sauce Labs tests if there's a Sauce access key + if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined' && + // Skip Sauce if running a different subset of the test suite + (!process.env.TWBS_TEST || process.env.TWBS_TEST === 'sauce-js-unit')) { + testSubtasks.push('connect'); + testSubtasks.push('saucelabs-qunit'); + } + grunt.registerTask('test', testSubtasks); + + // JS distribution task. + grunt.registerTask('dist-js', ['concat', 'uglify']); + + // CSS distribution task. + grunt.registerTask('dist-css', ['less', 'cssmin', 'csscomb', 'usebanner']); + + // Docs distribution task. + grunt.registerTask('dist-docs', 'copy:docs'); + + // Full distribution task. + grunt.registerTask('dist', ['clean', 'dist-css', 'copy:fonts', 'dist-js', 'dist-docs']); + + // Default task. + grunt.registerTask('default', ['test', 'dist', 'build-glyphicons-data', 'build-customizer', 'update-shrinkwrap']); + + // Version numbering task. + // grunt change-version-number --oldver=A.B.C --newver=X.Y.Z + // This can be overzealous, so its changes should always be manually reviewed! + grunt.registerTask('change-version-number', 'sed'); + + grunt.registerTask('build-glyphicons-data', generateGlyphiconsData); + + // task for building customizer + grunt.registerTask('build-customizer', ['build-customizer-html', 'build-raw-files']); + grunt.registerTask('build-customizer-html', 'jade'); + grunt.registerTask('build-raw-files', 'Add scripts/less files to customizer.', function () { + var banner = grunt.template.process('<%= banner %>'); + generateRawFilesJs(banner); + }); + + // Task for updating the npm packages used by the Travis build. + grunt.registerTask('update-shrinkwrap', ['exec:npmUpdate', 'exec:npmShrinkWrap', '_update-shrinkwrap']); + grunt.registerTask('_update-shrinkwrap', function () { updateShrinkwrap.call(this, grunt); }); +}; diff --git a/PopcornEditor/static/bower/bootstrap/LICENSE b/PopcornEditor/static/bower/bootstrap/LICENSE new file mode 100644 index 0000000..8d94aa9 --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2011-2014 Twitter, Inc + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/PopcornEditor/static/bower/bootstrap/README.md b/PopcornEditor/static/bower/bootstrap/README.md new file mode 100644 index 0000000..60817b7 --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/README.md @@ -0,0 +1,173 @@ +# [Bootstrap](http://getbootstrap.com) [![Bower version](https://badge.fury.io/bo/bootstrap.png)](http://badge.fury.io/bo/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap) [![devDependency Status](https://david-dm.org/twbs/bootstrap/dev-status.png?theme=shields.io)](https://david-dm.org/twbs/bootstrap#info=devDependencies) +[![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap) + +Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and maintained by the [core team](https://github.com/twbs?tab=members) with the massive support and involvement of the community. + +To get started, check out ! + +## Table of contents + + - [Quick start](#quick-start) + - [Bugs and feature requests](#bugs-and-feature-requests) + - [Documentation](#documentation) + - [Compiling CSS and JavaScript](#compiling-css-and-javascript) + - [Contributing](#contributing) + - [Community](#community) + - [Versioning](#versioning) + - [Authors](#authors) + - [Copyright and license](#copyright-and-license) + +## Quick start + +Three quick start options are available: + +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.1.1.zip). +- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. +- Install with [Bower](http://bower.io): `bower install bootstrap`. + +Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. + +### What's included + +Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: + +``` +bootstrap/ +├── css/ +│ ├── bootstrap.css +│ ├── bootstrap.min.css +│ ├── bootstrap-theme.css +│ └── bootstrap-theme.min.css +├── js/ +│ ├── bootstrap.js +│ └── bootstrap.min.js +└── fonts/ + ├── glyphicons-halflings-regular.eot + ├── glyphicons-halflings-regular.svg + ├── glyphicons-halflings-regular.ttf + └── glyphicons-halflings-regular.woff +``` + +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme. + + + +## Bugs and feature requests + +Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new). + + +## Documentation + +Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally. + +### Running documentation locally + +1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x). + - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. We use Pygments for syntax highlighting, so make sure to read the sections on installing Python and Pygments. +2. From the root `/bootstrap` directory, run `jekyll serve` in the command line. + - **Windows users:** While we use Jekyll's `encoding` setting, you might still need to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. For Ruby 2.0.0, run `chcp 65001` first. For Ruby 1.9.3, you can alternatively do `SET LANG=en_EN.UTF-8`. +3. Open in your browser, and voilà. + +Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/). + +### Documentation for previous releases + +Documentation for v2.3.2 has been made available for the time being at while folks transition to Bootstrap 3. + +[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. + + + +## Compiling CSS and JavaScript + +Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands. + +### Install Grunt + +From the command line: + +1. Install `grunt-cli` globally with `npm install -g grunt-cli`. +2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](https://github.com/twbs/bootstrap/blob/master/package.json) and automatically install the necessary local dependencies listed there. + +When completed, you'll be able to run the various Grunt commands provided from the command line. + +**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding. + +### Available Grunt commands + +#### Build - `grunt` +Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).** + +#### Only compile CSS and JavaScript - `grunt dist` +`grunt dist` creates the `/dist` directory with compiled files. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).** + +#### Tests - `grunt test` +Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). + +#### Watch - `grunt watch` +This is a convenience method for watching just Less files and automatically building them whenever you save. + +### Troubleshooting dependencies + +Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`. + + + +## Contributing + +Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. + +Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). + +Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . + + + +## Community + +Keep track of development and community news. + +- Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). +- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). +- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. +- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). + + + + +## Versioning + +For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to these rules whenever possible. + +Releases will be numbered with the following format: + +`..` + +And constructed with the following guidelines: + +- Breaking backward compatibility **bumps the major** while resetting minor and patch +- New additions without breaking backward compatibility **bumps the minor** while resetting the patch +- Bug fixes and misc changes **bumps only the patch** + +For more information on SemVer, please visit . + + + +## Authors + +**Mark Otto** + +- +- + +**Jacob Thornton** + +- +- + + + +## Copyright and license + +Code and documentation copyright 2011-2014 Twitter, Inc. Code released under [the MIT license](LICENSE). Docs released under [Creative Commons](docs/LICENSE). diff --git a/PopcornEditor/static/bower/bootstrap/bower.json b/PopcornEditor/static/bower/bootstrap/bower.json new file mode 100644 index 0000000..1961cf2 --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/bower.json @@ -0,0 +1,24 @@ +{ + "name": "bootstrap", + "version": "3.1.1", + "main": [ + "./dist/css/bootstrap.css", + "./dist/js/bootstrap.js", + "./dist/fonts/glyphicons-halflings-regular.eot", + "./dist/fonts/glyphicons-halflings-regular.svg", + "./dist/fonts/glyphicons-halflings-regular.ttf", + "./dist/fonts/glyphicons-halflings-regular.woff" + ], + "ignore": [ + "**/.*", + "_config.yml", + "CNAME", + "composer.json", + "CONTRIBUTING.md", + "docs", + "js/tests" + ], + "dependencies": { + "jquery": ">= 1.9.0" + } +} diff --git a/PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css b/PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css new file mode 100644 index 0000000..a406992 --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css @@ -0,0 +1,347 @@ +/*! + * Bootstrap v3.1.1 (http://getbootstrap.com) + * Copyright 2011-2014 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: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: 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-primary { + background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + background-repeat: repeat-x; + border-color: #2b669a; +} +.btn-primary:hover, +.btn-primary:focus { + background-color: #2d6ca2; + background-position: 0 -15px; +} +.btn-primary:active, +.btn-primary.active { + background-color: #2d6ca2; + border-color: #2b669a; +} +.btn-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); + 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-info { + background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); + 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-warning { + background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); + 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-danger { + background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); + 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; +} +.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: 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: #357ebd; + background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); + background-repeat: repeat-x; +} +.navbar-default { + background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); + 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 { + background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); + background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', 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: 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 { + background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%); + background-image: linear-gradient(to bottom, #222 0%, #282828 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', 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; +} +.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: 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: 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: 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: 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: 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, #428bca 0%, #3071a9 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); + background-repeat: repeat-x; +} +.progress-bar-success { + background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); + 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: 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: 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: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); + background-repeat: repeat-x; +} +.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 #3071a9; + background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); + background-repeat: repeat-x; + border-color: #3278b3; +} +.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: 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, #428bca 0%, #357ebd 100%); + background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); + background-repeat: repeat-x; +} +.panel-success > .panel-heading { + background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); + 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: 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: 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: 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: 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/PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css.map b/PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css.map new file mode 100644 index 0000000..b36fc9a --- /dev/null +++ b/PopcornEditor/static/bower/bootstrap/dist/css/bootstrap-theme.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["less/theme.less","less/mixins.less"],"names":[],"mappings":"AAeA;AACA;AACA;AACA;AACA;AACA;EACE,wCAAA;ECoGA,2FAAA;EACQ,mFAAA;;ADhGR,YAAC;AAAD,YAAC;AAAD,YAAC;AAAD,SAAC;AAAD,YAAC;AAAD,WAAC;AACD,YAAC;AAAD,YAAC;AAAD,YAAC;AAAD,SAAC;AAAD,YAAC;AAAD,WAAC;EC8FD,wDAAA;EACQ,gDAAA;;ADnER,IAAC;AACD,IAAC;EACC,sBAAA;;AAKJ;EC4PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;EAyB2C,yBAAA;EAA2B,kBAAA;;AAvBtE,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAeJ;EC2PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAgBJ;EC0PI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAiBJ;ECyPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,SAAC;AACD,SAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,SAAC;AACD,SAAC;EACC,yBAAA;EACA,qBAAA;;AAkBJ;ECwPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,YAAC;AACD,YAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,YAAC;AACD,YAAC;EACC,yBAAA;EACA,qBAAA;;AAmBJ;ECuPI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EAEA,sHAAA;EAoCF,mEAAA;ED7TA,2BAAA;EACA,qBAAA;;AAEA,WAAC;AACD,WAAC;EACC,yBAAA;EACA,4BAAA;;AAGF,WAAC;AACD,WAAC;EACC,yBAAA;EACA,qBAAA;;AA2BJ;AACA;EC6CE,kDAAA;EACQ,0CAAA;;ADpCV,cAAe,KAAK,IAAG;AACvB,cAAe,KAAK,IAAG;ECmOnB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EDpOF,yBAAA;;AAEF,cAAe,UAAU;AACzB,cAAe,UAAU,IAAG;AAC5B,cAAe,UAAU,IAAG;EC6NxB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED9NF,yBAAA;;AAUF;ECiNI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EAoCF,mEAAA;EDrPA,kBAAA;ECaA,2FAAA;EACQ,mFAAA;;ADjBV,eAOE,YAAY,UAAU;EC0MpB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EApMF,wDAAA;EACQ,gDAAA;;ADLV;AACA,WAAY,KAAK;EACf,8CAAA;;AAIF;EC+LI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EAoCF,mEAAA;;ADtOF,eAIE,YAAY,UAAU;EC2LpB,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;EApMF,uDAAA;EACQ,+CAAA;;ADCV,eASE;AATF,eAUE,YAAY,KAAK;EACf,yCAAA;;AAKJ;AACA;AACA;EACE,gBAAA;;AAUF;EACE,6CAAA;EChCA,0FAAA;EACQ,kFAAA;;AD2CV;ECqJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAKF;ECoJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAMF;ECmJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAOF;ECkJI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED5JF,qBAAA;;AAgBF;ECyII,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADlIJ;EC+HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADjIJ;EC8HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADhIJ;EC6HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD/HJ;EC4HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD9HJ;EC2HI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADtHJ;EACE,kBAAA;EC/EA,kDAAA;EACQ,0CAAA;;ADiFV,gBAAgB;AAChB,gBAAgB,OAAO;AACvB,gBAAgB,OAAO;EACrB,6BAAA;EC4GE,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED7GF,qBAAA;;AAUF;ECjGE,iDAAA;EACQ,yCAAA;;AD0GV,cAAe;ECsFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADxFJ,cAAe;ECqFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADvFJ,cAAe;ECoFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADtFJ,WAAY;ECmFR,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADrFJ,cAAe;ECkFX,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;ADpFJ,aAAc;ECiFV,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;;AD5EJ;ECyEI,kBAAkB,sDAAlB;EACA,kBAAkB,oDAAlB;EACA,2BAAA;EACA,sHAAA;ED1EF,qBAAA;EC1HA,yFAAA;EACQ,iFAAA","sourcesContent":["\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\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\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\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\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//\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//\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//\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 > .active > a {\n #gradient > .vertical(@start-color: darken(@navbar-default-bg, 5%); @end-color: darken(@navbar-default-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\n\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: @navbar-inverse-bg; @end-color: lighten(@navbar-inverse-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\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//\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\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\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//\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","//\n// Mixins\n// --------------------------------------------------\n\n\n// Utilities\n// -------------------------\n\n// Clearfix\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n// contenteditable attribute is included anywhere else in the document.\n// Otherwise it causes space to appear at the top and bottom of elements\n// that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n// `:before` to contain the top-margins of child elements.\n.clearfix() {\n &:before,\n &:after {\n content: \" \"; // 1\n display: table; // 2\n }\n &:after {\n clear: both;\n }\n}\n\n// WebKit-style focus\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\n// Center-align a block level element\n.center-block() {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\n// Sizing shortcuts\n.size(@width; @height) {\n width: @width;\n height: @height;\n}\n.square(@size) {\n .size(@size; @size);\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n &::-moz-placeholder { color: @color; // Firefox\n opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Text overflow\n// Requires inline-block or block for proper styling\n.text-overflow() {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n// CSS image replacement\n//\n// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. Note\n// that we cannot chain the mixins together in Less, so they are repeated.\n//\n// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (will be removed in v4)\n.hide-text() {\n font: ~\"0/0\" a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n// New mixin to use as of v3.0.1\n.text-hide() {\n .hide-text();\n}\n\n\n\n// CSS3 PROPERTIES\n// --------------------------------------------------\n\n// Single side border-radius\n.border-top-radius(@radius) {\n border-top-right-radius: @radius;\n border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n border-bottom-left-radius: @radius;\n border-top-left-radius: @radius;\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 the\n// standard `box-shadow` property.\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Transitions\n.transition(@transition) {\n -webkit-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-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// Transformations\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n transform: rotate(@degrees);\n}\n.scale(@ratio; @ratio-y...) {\n -webkit-transform: scale(@ratio, @ratio-y);\n -ms-transform: scale(@ratio, @ratio-y); // IE9 only\n transform: scale(@ratio, @ratio-y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n transform: translate(@x, @y);\n}\n.skew(@x; @y) {\n -webkit-transform: skew(@x, @y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n transform: skew(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\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// Animations\n.animation(@animation) {\n -webkit-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\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.backface-visibility(@visibility){\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\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// User select\n// For selecting text on the page\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\n// Resize anything\n.resizable(@direction) {\n resize: @direction; // Options: horizontal, vertical, both\n overflow: auto; // Safari fix\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// Opacity\n.opacity(@opacity) {\n opacity: @opacity;\n // IE8 filter\n @opacity-ie: (@opacity * 100);\n filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n\n\n\n// GRADIENTS\n// --------------------------------------------------\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, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1-6, Chrome 10+\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: 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: 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: 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: 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: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\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.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n\n\n\n// Retina images\n//\n// Short retina mixin for setting background-image and -size\n\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\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\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// COMPONENT MIXINS\n// --------------------------------------------------\n\n// Horizontal dividers\n// -------------------------\n// Dividers (basically an hr) within dropdowns and nav lists\n.nav-divider(@color: #e5e5e5) {\n height: 1px;\n margin: ((@line-height-computed / 2) - 1) 0;\n overflow: hidden;\n background-color: @color;\n}\n\n// Panels\n// -------------------------\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n border-color: @border;\n\n & > .panel-heading {\n color: @heading-text-color;\n background-color: @heading-bg-color;\n border-color: @heading-border;\n\n + .panel-collapse .panel-body {\n border-top-color: @border;\n }\n }\n & > .panel-footer {\n + .panel-collapse .panel-body {\n border-bottom-color: @border;\n }\n }\n}\n\n// Alerts\n// -------------------------\n.alert-variant(@background; @border; @text-color) {\n background-color: @background;\n border-color: @border;\n color: @text-color;\n\n hr {\n border-top-color: darken(@border, 5%);\n }\n .alert-link {\n color: darken(@text-color, 10%);\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 &.@{state}:hover > th {\n background-color: darken(@background, 5%);\n }\n }\n}\n\n// List Groups\n// -------------------------\n.list-group-item-variant(@state; @background; @color) {\n .list-group-item-@{state} {\n color: @color;\n background-color: @background;\n\n a& {\n color: @color;\n\n .list-group-item-heading { color: inherit; }\n\n &:hover,\n &:focus {\n color: @color;\n background-color: darken(@background, 5%);\n }\n &.active,\n &.active:hover,\n &.active:focus {\n color: #fff;\n background-color: @color;\n border-color: @color;\n }\n }\n }\n}\n\n// Button variants\n// -------------------------\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n.button-variant(@color; @background; @border) {\n color: @color;\n background-color: @background;\n border-color: @border;\n\n &:hover,\n &:focus,\n &:active,\n &.active,\n .open .dropdown-toggle& {\n color: @color;\n background-color: darken(@background, 8%);\n border-color: darken(@border, 12%);\n }\n &:active,\n &.active,\n .open .dropdown-toggle& {\n background-image: none;\n }\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n &,\n &:hover,\n &:focus,\n &:active,\n &.active {\n background-color: @background;\n border-color: @border;\n }\n }\n\n .badge {\n color: @background;\n background-color: @color;\n }\n}\n\n// Button sizes\n// -------------------------\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n}\n\n// Pagination\n// -------------------------\n.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {\n > li {\n > a,\n > span {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n }\n &:first-child {\n > a,\n > span {\n .border-left-radius(@border-radius);\n }\n }\n &:last-child {\n > a,\n > span {\n .border-right-radius(@border-radius);\n }\n }\n }\n}\n\n// Labels\n// -------------------------\n.label-variant(@color) {\n background-color: @color;\n &[href] {\n &:hover,\n &:focus {\n background-color: darken(@color, 10%);\n }\n }\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\n// Typography\n// -------------------------\n.text-emphasis-variant(@color) {\n color: @color;\n a&:hover {\n color: darken(@color, 10%);\n }\n}\n\n// Navbar vertical align\n// -------------------------\n// Vertically center elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n.navbar-vertical-align(@element-height) {\n margin-top: ((@navbar-height - @element-height) / 2);\n margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n\n// Progress bars\n// -------------------------\n.progress-bar-variant(@color) {\n background-color: @color;\n .progress-striped & {\n #gradient > .striped();\n }\n}\n\n// Responsive utilities\n// -------------------------\n// More easily include all the states for responsive-utilities.less.\n.responsive-visibility() {\n display: block !important;\n table& { display: table; }\n tr& { display: table-row !important; }\n th&,\n td& { display: table-cell !important; }\n}\n\n.responsive-invisibility() {\n display: none !important;\n}\n\n\n// Grid System\n// -----------\n\n// Centered container element\n.container-fixed() {\n margin-right: auto;\n margin-left: auto;\n padding-left: (@grid-gutter-width / 2);\n padding-right: (@grid-gutter-width / 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 @media (min-width: @screen-xs-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-xs-column-push(@columns) {\n @media (min-width: @screen-xs-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-xs-column-pull(@columns) {\n @media (min-width: @screen-xs-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\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\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\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\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) when (@index = 1) { // 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) when (@index = 1) { // 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) {\n .col-@{class}-push-@{index} {\n left: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) {\n .col-@{class}-pull-@{index} {\n right: percentage((@index / @grid-columns));\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// Form validation states\n//\n// Used in forms.less to generate the form validation CSS for warnings, errors,\n// and successes.\n\n.form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) {\n // Color the label and help text\n .help-block,\n .control-label,\n .radio,\n .checkbox,\n .radio-inline,\n .checkbox-inline {\n color: @text-color;\n }\n // Set the border and box shadow on specific inputs to match\n .form-control {\n border-color: @border-color;\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work\n &:focus {\n border-color: darken(@border-color, 10%);\n @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);\n .box-shadow(@shadow);\n }\n }\n // Set validation states also for addons\n .input-group-addon {\n color: @text-color;\n border-color: @border-color;\n background-color: @background-color;\n }\n // Optional feedback icon\n .form-control-feedback {\n color: @text-color;\n }\n}\n\n// Form control focus state\n//\n// Generate a customized focus state and for any input with the specified color,\n// which defaults to the `@input-focus-border` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n\n.form-control-focus(@color: @input-border-focus) {\n @color-rgba: rgba(red(@color), green(@color), blue(@color), .6);\n &:focus {\n border-color: @color;\n outline: 0;\n .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}\");\n }\n}\n\n// Form control sizing\n//\n// Relative text size, padding, and border-radii changes for form controls. For\n// horizontal sizing, wrap controls in the predefined grid classes. ``\n// element gets special love because it's special, and that's a fact!\n\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n height: @input-height;\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n\n select& {\n height: @input-height;\n line-height: @input-height;\n }\n\n textarea&,\n select[multiple]& {\n height: auto;\n }\n}\n","//\n// Variables\n// --------------------------------------------------\n\n\n//== Colors\n//\n//## Gray and brand colors for use across Bootstrap.\n\n@gray-darker: lighten(#000, 13.5%); // #222\n@gray-dark: lighten(#000, 20%); // #333\n@gray: lighten(#000, 33.5%); // #555\n@gray-light: lighten(#000, 60%); // #999\n@gray-lighter: lighten(#000, 93.5%); // #eee\n\n@brand-primary: #428bca;\n@brand-success: #5cb85c;\n@brand-info: #5bc0de;\n@brand-warning: #f0ad4e;\n@brand-danger: #d9534f;\n\n\n//== Scaffolding\n//\n// ## Settings for some of the most global styles.\n\n//** Background color for ``.\n@body-bg: #fff;\n//** Global text color on ``.\n@text-color: @gray-dark;\n\n//** Global textual link color.\n@link-color: @brand-primary;\n//** Link hover color set via `darken()` function.\n@link-hover-color: darken(@link-color, 15%);\n\n\n//== Typography\n//\n//## Font, line-height, and color for body text, headings, and more.\n\n@font-family-sans-serif: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n@font-family-serif: Georgia, \"Times New Roman\", Times, serif;\n//** Default monospace fonts for ``, ``, and `
`.\n@font-family-monospace:   Menlo, Monaco, Consolas, \"Courier New\", monospace;\n@font-family-base:        @font-family-sans-serif;\n\n@font-size-base:          14px;\n@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px\n@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px\n\n@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px\n@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px\n@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px\n@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px\n@font-size-h5:            @font-size-base;\n@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px\n\n//** Unit-less `line-height` for use in components like buttons.\n@line-height-base:        1.428571429; // 20/14\n//** Computed \"line-height\" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.\n@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px\n\n//** By default, this inherits from the ``.\n@headings-font-family:    inherit;\n@headings-font-weight:    500;\n@headings-line-height:    1.1;\n@headings-color:          inherit;\n\n\n//-- Iconography\n//\n//## Specify custom locations of the include Glyphicons icon font. Useful for those including Bootstrap via Bower.\n\n@icon-font-path:          \"../fonts/\";\n@icon-font-name:          \"glyphicons-halflings-regular\";\n@icon-font-svg-id:        \"glyphicons_halflingsregular\";\n\n//== Components\n//\n//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).\n\n@padding-base-vertical:     6px;\n@padding-base-horizontal:   12px;\n\n@padding-large-vertical:    10px;\n@padding-large-horizontal:  16px;\n\n@padding-small-vertical:    5px;\n@padding-small-horizontal:  10px;\n\n@padding-xs-vertical:       1px;\n@padding-xs-horizontal:     5px;\n\n@line-height-large:         1.33;\n@line-height-small:         1.5;\n\n@border-radius-base:        4px;\n@border-radius-large:       6px;\n@border-radius-small:       3px;\n\n//** Global color for active items (e.g., navs or dropdowns).\n@component-active-color:    #fff;\n//** Global background color for active items (e.g., navs or dropdowns).\n@component-active-bg:       @brand-primary;\n\n//** Width of the `border` for generating carets that indicator dropdowns.\n@caret-width-base:          4px;\n//** Carets increase slightly in size for larger components.\n@caret-width-large:         5px;\n\n\n//== Tables\n//\n//## Customizes the `.table` component with basic values, each used across all table variations.\n\n//** Padding for ``s and ``s.\n@table-cell-padding:            8px;\n//** Padding for cells in `.table-condensed`.\n@table-condensed-cell-padding:  5px;\n\n//** Default background color used for all tables.\n@table-bg:                      transparent;\n//** Background color used for `.table-striped`.\n@table-bg-accent:               #f9f9f9;\n//** Background color used for `.table-hover`.\n@table-bg-hover:                #f5f5f5;\n@table-bg-active:               @table-bg-hover;\n\n//** Border color for table and cell borders.\n@table-border-color:            #ddd;\n\n\n//== Buttons\n//\n//## For each of Bootstrap's buttons, define text, background and border color.\n\n@btn-font-weight:                normal;\n\n@btn-default-color:              #333;\n@btn-default-bg:                 #fff;\n@btn-default-border:             #ccc;\n\n@btn-primary-color:              #fff;\n@btn-primary-bg:                 @brand-primary;\n@btn-primary-border:             darken(@btn-primary-bg, 5%);\n\n@btn-success-color:              #fff;\n@btn-success-bg:                 @brand-success;\n@btn-success-border:             darken(@btn-success-bg, 5%);\n\n@btn-info-color:                 #fff;\n@btn-info-bg:                    @brand-info;\n@btn-info-border:                darken(@btn-info-bg, 5%);\n\n@btn-warning-color:              #fff;\n@btn-warning-bg:                 @brand-warning;\n@btn-warning-border:             darken(@btn-warning-bg, 5%);\n\n@btn-danger-color:               #fff;\n@btn-danger-bg:                  @brand-danger;\n@btn-danger-border:              darken(@btn-danger-bg, 5%);\n\n@btn-link-disabled-color:        @gray-light;\n\n\n//== Forms\n//\n//##\n\n//** `` background color\n@input-bg:                       #fff;\n//** `` background color\n@input-bg-disabled:              @gray-lighter;\n\n//** Text color for ``s\n@input-color:                    @gray;\n//** `` border color\n@input-border:                   #ccc;\n//** `` border radius\n@input-border-radius:            @border-radius-base;\n//** Border color for inputs on focus\n@input-border-focus:             #66afe9;\n\n//** Placeholder text color\n@input-color-placeholder:        @gray-light;\n\n//** Default `.form-control` height\n@input-height-base:              (@line-height-computed + (@padding-base-vertical * 2) + 2);\n//** Large `.form-control` height\n@input-height-large:             (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);\n//** Small `.form-control` height\n@input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);\n\n@legend-color:                   @gray-dark;\n@legend-border-color:            #e5e5e5;\n\n//** Background color for textual input addons\n@input-group-addon-bg:           @gray-lighter;\n//** Border color for textual input addons\n@input-group-addon-border-color: @input-border;\n\n\n//== Dropdowns\n//\n//## Dropdown menu container and contents.\n\n//** Background for the dropdown menu.\n@dropdown-bg:                    #fff;\n//** Dropdown menu `border-color`.\n@dropdown-border:                rgba(0,0,0,.15);\n//** Dropdown menu `border-color` **for IE8**.\n@dropdown-fallback-border:       #ccc;\n//** Divider color for between dropdown items.\n@dropdown-divider-bg:            #e5e5e5;\n\n//** Dropdown link text color.\n@dropdown-link-color:            @gray-dark;\n//** Hover color for dropdown links.\n@dropdown-link-hover-color:      darken(@gray-dark, 5%);\n//** Hover background for dropdown links.\n@dropdown-link-hover-bg:         #f5f5f5;\n\n//** Active dropdown menu item text color.\n@dropdown-link-active-color:     @component-active-color;\n//** Active dropdown menu item background color.\n@dropdown-link-active-bg:        @component-active-bg;\n\n//** Disabled dropdown menu item background color.\n@dropdown-link-disabled-color:   @gray-light;\n\n//** Text color for headers within dropdown menus.\n@dropdown-header-color:          @gray-light;\n\n// Note: Deprecated @dropdown-caret-color as of v3.1.0\n@dropdown-caret-color:           #000;\n\n\n//-- Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n//\n// Note: These variables are not generated into the Customizer.\n\n@zindex-navbar:            1000;\n@zindex-dropdown:          1000;\n@zindex-popover:           1010;\n@zindex-tooltip:           1030;\n@zindex-navbar-fixed:      1030;\n@zindex-modal-background:  1040;\n@zindex-modal:             1050;\n\n\n//== Media queries breakpoints\n//\n//## Define the breakpoints at which your layout will change, adapting to different screen sizes.\n\n// Extra small screen / phone\n// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1\n@screen-xs:                  480px;\n@screen-xs-min:              @screen-xs;\n@screen-phone:               @screen-xs-min;\n\n// Small screen / tablet\n// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1\n@screen-sm:                  768px;\n@screen-sm-min:              @screen-sm;\n@screen-tablet:              @screen-sm-min;\n\n// Medium screen / desktop\n// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1\n@screen-md:                  992px;\n@screen-md-min:              @screen-md;\n@screen-desktop:             @screen-md-min;\n\n// Large screen / wide desktop\n// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1\n@screen-lg:                  1200px;\n@screen-lg-min:              @screen-lg;\n@screen-lg-desktop:          @screen-lg-min;\n\n// So media queries don't overlap when required, provide a maximum\n@screen-xs-max:              (@screen-sm-min - 1);\n@screen-sm-max:              (@screen-md-min - 1);\n@screen-md-max:              (@screen-lg-min - 1);\n\n\n//== Grid system\n//\n//## Define your custom responsive grid.\n\n//** Number of columns in the grid.\n@grid-columns:              12;\n//** Padding between columns. Gets divided in half for the left and right.\n@grid-gutter-width:         30px;\n// Navbar collapse\n//** Point at which the navbar becomes uncollapsed.\n@grid-float-breakpoint:     @screen-sm-min;\n//** Point at which the navbar begins collapsing.\n@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);\n\n\n//== Container sizes\n//\n//## Define the maximum width of `.container` for different screen sizes.\n\n// Small screen / tablet\n@container-tablet:             ((720px + @grid-gutter-width));\n//** For `@screen-sm-min` and up.\n@container-sm:                 @container-tablet;\n\n// Medium screen / desktop\n@container-desktop:            ((940px + @grid-gutter-width));\n//** For `@screen-md-min` and up.\n@container-md:                 @container-desktop;\n\n// Large screen / wide desktop\n@container-large-desktop:      ((1140px + @grid-gutter-width));\n//** For `@screen-lg-min` and up.\n@container-lg:                 @container-large-desktop;\n\n\n//== Navbar\n//\n//##\n\n// Basics of a navbar\n@navbar-height:                    50px;\n@navbar-margin-bottom:             @line-height-computed;\n@navbar-border-radius:             @border-radius-base;\n@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));\n@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);\n@navbar-collapse-max-height:       340px;\n\n@navbar-default-color:             #777;\n@navbar-default-bg:                #f8f8f8;\n@navbar-default-border:            darken(@navbar-default-bg, 6.5%);\n\n// Navbar links\n@navbar-default-link-color:                #777;\n@navbar-default-link-hover-color:          #333;\n@navbar-default-link-hover-bg:             transparent;\n@navbar-default-link-active-color:         #555;\n@navbar-default-link-active-bg:            darken(@navbar-default-bg, 6.5%);\n@navbar-default-link-disabled-color:       #ccc;\n@navbar-default-link-disabled-bg:          transparent;\n\n// Navbar brand label\n@navbar-default-brand-color:               @navbar-default-link-color;\n@navbar-default-brand-hover-color:         darken(@navbar-default-brand-color, 10%);\n@navbar-default-brand-hover-bg:            transparent;\n\n// Navbar toggle\n@navbar-default-toggle-hover-bg:           #ddd;\n@navbar-default-toggle-icon-bar-bg:        #888;\n@navbar-default-toggle-border-color:       #ddd;\n\n\n// Inverted navbar\n// Reset inverted navbar basics\n@navbar-inverse-color:                      @gray-light;\n@navbar-inverse-bg:                         #222;\n@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);\n\n// Inverted navbar links\n@navbar-inverse-link-color:                 @gray-light;\n@navbar-inverse-link-hover-color:           #fff;\n@navbar-inverse-link-hover-bg:              transparent;\n@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;\n@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);\n@navbar-inverse-link-disabled-color:        #444;\n@navbar-inverse-link-disabled-bg:           transparent;\n\n// Inverted navbar brand label\n@navbar-inverse-brand-color:                @navbar-inverse-link-color;\n@navbar-inverse-brand-hover-color:          #fff;\n@navbar-inverse-brand-hover-bg:             transparent;\n\n// Inverted navbar toggle\n@navbar-inverse-toggle-hover-bg:            #333;\n@navbar-inverse-toggle-icon-bar-bg:         #fff;\n@navbar-inverse-toggle-border-color:        #333;\n\n\n//== Navs\n//\n//##\n\n//=== Shared nav styles\n@nav-link-padding:                          10px 15px;\n@nav-link-hover-bg:                         @gray-lighter;\n\n@nav-disabled-link-color:                   @gray-light;\n@nav-disabled-link-hover-color:             @gray-light;\n\n@nav-open-link-hover-color:                 #fff;\n\n//== Tabs\n@nav-tabs-border-color:                     #ddd;\n\n@nav-tabs-link-hover-border-color:          @gray-lighter;\n\n@nav-tabs-active-link-hover-bg:             @body-bg;\n@nav-tabs-active-link-hover-color:          @gray;\n@nav-tabs-active-link-hover-border-color:   #ddd;\n\n@nav-tabs-justified-link-border-color:            #ddd;\n@nav-tabs-justified-active-link-border-color:     @body-bg;\n\n//== Pills\n@nav-pills-border-radius:                   @border-radius-base;\n@nav-pills-active-link-hover-bg:            @component-active-bg;\n@nav-pills-active-link-hover-color:         @component-active-color;\n\n\n//== Pagination\n//\n//##\n\n@pagination-color:                     @link-color;\n@pagination-bg:                        #fff;\n@pagination-border:                    #ddd;\n\n@pagination-hover-color:               @link-hover-color;\n@pagination-hover-bg:                  @gray-lighter;\n@pagination-hover-border:              #ddd;\n\n@pagination-active-color:              #fff;\n@pagination-active-bg:                 @brand-primary;\n@pagination-active-border:             @brand-primary;\n\n@pagination-disabled-color:            @gray-light;\n@pagination-disabled-bg:               #fff;\n@pagination-disabled-border:           #ddd;\n\n\n//== Pager\n//\n//##\n\n@pager-bg:                             @pagination-bg;\n@pager-border:                         @pagination-border;\n@pager-border-radius:                  15px;\n\n@pager-hover-bg:                       @pagination-hover-bg;\n\n@pager-active-bg:                      @pagination-active-bg;\n@pager-active-color:                   @pagination-active-color;\n\n@pager-disabled-color:                 @pagination-disabled-color;\n\n\n//== Jumbotron\n//\n//##\n\n@jumbotron-padding:              30px;\n@jumbotron-color:                inherit;\n@jumbotron-bg:                   @gray-lighter;\n@jumbotron-heading-color:        inherit;\n@jumbotron-font-size:            ceil((@font-size-base * 1.5));\n\n\n//== Form states and alerts\n//\n//## Define colors for form feedback states and, by default, alerts.\n\n@state-success-text:             #3c763d;\n@state-success-bg:               #dff0d8;\n@state-success-border:           darken(spin(@state-success-bg, -10), 5%);\n\n@state-info-text:                #31708f;\n@state-info-bg:                  #d9edf7;\n@state-info-border:              darken(spin(@state-info-bg, -10), 7%);\n\n@state-warning-text:             #8a6d3b;\n@state-warning-bg:               #fcf8e3;\n@state-warning-border:           darken(spin(@state-warning-bg, -10), 5%);\n\n@state-danger-text:              #a94442;\n@state-danger-bg:                #f2dede;\n@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);\n\n\n//== Tooltips\n//\n//##\n\n//** Tooltip max width\n@tooltip-max-width:           200px;\n//** Tooltip text color\n@tooltip-color:               #fff;\n//** Tooltip background color\n@tooltip-bg:                  #000;\n@tooltip-opacity:             .9;\n\n//** Tooltip arrow width\n@tooltip-arrow-width:         5px;\n//** Tooltip arrow color\n@tooltip-arrow-color:         @tooltip-bg;\n\n\n//== Popovers\n//\n//##\n\n//** Popover body background color\n@popover-bg:                          #fff;\n//** Popover maximum width\n@popover-max-width:                   276px;\n//** Popover border color\n@popover-border-color:                rgba(0,0,0,.2);\n//** Popover fallback border color\n@popover-fallback-border-color:       #ccc;\n\n//** Popover title background color\n@popover-title-bg:                    darken(@popover-bg, 3%);\n\n//** Popover arrow width\n@popover-arrow-width:                 10px;\n//** Popover arrow color\n@popover-arrow-color:                 #fff;\n\n//** Popover outer arrow width\n@popover-arrow-outer-width:           (@popover-arrow-width + 1);\n//** Popover outer arrow color\n@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);\n//** Popover outer arrow fallback color\n@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);\n\n\n//== Labels\n//\n//##\n\n//** Default label background color\n@label-default-bg:            @gray-light;\n//** Primary label background color\n@label-primary-bg:            @brand-primary;\n//** Success label background color\n@label-success-bg:            @brand-success;\n//** Info label background color\n@label-info-bg:               @brand-info;\n//** Warning label background color\n@label-warning-bg:            @brand-warning;\n//** Danger label background color\n@label-danger-bg:             @brand-danger;\n\n//** Default label text color\n@label-color:                 #fff;\n//** Default text color of a linked label\n@label-link-hover-color:      #fff;\n\n\n//== Modals\n//\n//##\n\n//** Padding applied to the modal body\n@modal-inner-padding:         20px;\n\n//** Padding applied to the modal title\n@modal-title-padding:         15px;\n//** Modal title line-height\n@modal-title-line-height:     @line-height-base;\n\n//** Background color of modal content area\n@modal-content-bg:                             #fff;\n//** Modal content border color\n@modal-content-border-color:                   rgba(0,0,0,.2);\n//** Modal content border color **for IE8**\n@modal-content-fallback-border-color:          #999;\n\n//** Modal backdrop background color\n@modal-backdrop-bg:           #000;\n//** Modal backdrop opacity\n@modal-backdrop-opacity:      .5;\n//** Modal header border color\n@modal-header-border-color:   #e5e5e5;\n//** Modal footer border color\n@modal-footer-border-color:   @modal-header-border-color;\n\n@modal-lg:                    900px;\n@modal-md:                    600px;\n@modal-sm:                    300px;\n\n\n//== Alerts\n//\n//## Define alert colors, border radius, and padding.\n\n@alert-padding:               15px;\n@alert-border-radius:         @border-radius-base;\n@alert-link-font-weight:      bold;\n\n@alert-success-bg:            @state-success-bg;\n@alert-success-text:          @state-success-text;\n@alert-success-border:        @state-success-border;\n\n@alert-info-bg:               @state-info-bg;\n@alert-info-text:             @state-info-text;\n@alert-info-border:           @state-info-border;\n\n@alert-warning-bg:            @state-warning-bg;\n@alert-warning-text:          @state-warning-text;\n@alert-warning-border:        @state-warning-border;\n\n@alert-danger-bg:             @state-danger-bg;\n@alert-danger-text:           @state-danger-text;\n@alert-danger-border:         @state-danger-border;\n\n\n//== Progress bars\n//\n//##\n\n//** Background color of the whole progress component\n@progress-bg:                 #f5f5f5;\n//** Progress bar text color\n@progress-bar-color:          #fff;\n\n//** Default progress bar color\n@progress-bar-bg:             @brand-primary;\n//** Success progress bar color\n@progress-bar-success-bg:     @brand-success;\n//** Warning progress bar color\n@progress-bar-warning-bg:     @brand-warning;\n//** Danger progress bar color\n@progress-bar-danger-bg:      @brand-danger;\n//** Info progress bar color\n@progress-bar-info-bg:        @brand-info;\n\n\n//== List group\n//\n//##\n\n//** Background color on `.list-group-item`\n@list-group-bg:                 #fff;\n//** `.list-group-item` border color\n@list-group-border:             #ddd;\n//** List group border radius\n@list-group-border-radius:      @border-radius-base;\n\n//** Background color of single list elements on hover\n@list-group-hover-bg:           #f5f5f5;\n//** Text color of active list elements\n@list-group-active-color:       @component-active-color;\n//** Background color of active list elements\n@list-group-active-bg:          @component-active-bg;\n//** Border color of active list elements\n@list-group-active-border:      @list-group-active-bg;\n@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);\n\n@list-group-link-color:         #555;\n@list-group-link-heading-color: #333;\n\n\n//== Panels\n//\n//##\n\n@panel-bg:                    #fff;\n@panel-body-padding:          15px;\n@panel-border-radius:         @border-radius-base;\n\n//** Border color for elements within panels\n@panel-inner-border:          #ddd;\n@panel-footer-bg:             #f5f5f5;\n\n@panel-default-text:          @gray-dark;\n@panel-default-border:        #ddd;\n@panel-default-heading-bg:    #f5f5f5;\n\n@panel-primary-text:          #fff;\n@panel-primary-border:        @brand-primary;\n@panel-primary-heading-bg:    @brand-primary;\n\n@panel-success-text:          @state-success-text;\n@panel-success-border:        @state-success-border;\n@panel-success-heading-bg:    @state-success-bg;\n\n@panel-info-text:             @state-info-text;\n@panel-info-border:           @state-info-border;\n@panel-info-heading-bg:       @state-info-bg;\n\n@panel-warning-text:          @state-warning-text;\n@panel-warning-border:        @state-warning-border;\n@panel-warning-heading-bg:    @state-warning-bg;\n\n@panel-danger-text:           @state-danger-text;\n@panel-danger-border:         @state-danger-border;\n@panel-danger-heading-bg:     @state-danger-bg;\n\n\n//== Thumbnails\n//\n//##\n\n//** Padding around the thumbnail image\n@thumbnail-padding:           4px;\n//** Thumbnail background color\n@thumbnail-bg:                @body-bg;\n//** Thumbnail border color\n@thumbnail-border:            #ddd;\n//** Thumbnail border radius\n@thumbnail-border-radius:     @border-radius-base;\n\n//** Custom text color for thumbnail captions\n@thumbnail-caption-color:     @text-color;\n//** Padding around the thumbnail caption\n@thumbnail-caption-padding:   9px;\n\n\n//== Wells\n//\n//##\n\n@well-bg:                     #f5f5f5;\n@well-border:                 darken(@well-bg, 7%);\n\n\n//== Badges\n//\n//##\n\n@badge-color:                 #fff;\n//** Linked badge text color on hover\n@badge-link-hover-color:      #fff;\n@badge-bg:                    @gray-light;\n\n//** Badge text color in active nav link\n@badge-active-color:          @link-color;\n//** Badge background color in active nav link\n@badge-active-bg:             #fff;\n\n@badge-font-weight:           bold;\n@badge-line-height:           1;\n@badge-border-radius:         10px;\n\n\n//== Breadcrumbs\n//\n//##\n\n@breadcrumb-padding-vertical:   8px;\n@breadcrumb-padding-horizontal: 15px;\n//** Breadcrumb background color\n@breadcrumb-bg:                 #f5f5f5;\n//** Breadcrumb text color\n@breadcrumb-color:              #ccc;\n//** Text color of current page in the breadcrumb\n@breadcrumb-active-color:       @gray-light;\n//** Textual separator for between breadcrumb elements\n@breadcrumb-separator:          \"/\";\n\n\n//== Carousel\n//\n//##\n\n@carousel-text-shadow:                        0 1px 2px rgba(0,0,0,.6);\n\n@carousel-control-color:                      #fff;\n@carousel-control-width:                      15%;\n@carousel-control-opacity:                    .5;\n@carousel-control-font-size:                  20px;\n\n@carousel-indicator-active-bg:                #fff;\n@carousel-indicator-border-color:             #fff;\n\n@carousel-caption-color:                      #fff;\n\n\n//== Close\n//\n//##\n\n@close-font-weight:           bold;\n@close-color:                 #000;\n@close-text-shadow:           0 1px 0 #fff;\n\n\n//== Code\n//\n//##\n\n@code-color:                  #c7254e;\n@code-bg:                     #f9f2f4;\n\n@kbd-color:                   #fff;\n@kbd-bg:                      #333;\n\n@pre-bg:                      #f5f5f5;\n@pre-color:                   @gray-dark;\n@pre-border-color:            #ccc;\n@pre-scrollable-max-height:   340px;\n\n\n//== Type\n//\n//##\n\n//** Text muted color\n@text-muted:                  @gray-light;\n//** Abbreviations and acronyms border color\n@abbr-border-color:           @gray-light;\n//** Headings small color\n@headings-small-color:        @gray-light;\n//** Blockquote small color\n@blockquote-small-color:      @gray-light;\n//** Blockquote font size\n@blockquote-font-size:        (@font-size-base * 1.25);\n//** Blockquote border color\n@blockquote-border-color:     @gray-lighter;\n//** Page header border color\n@page-header-border-color:    @gray-lighter;\n\n\n//== Miscellaneous\n//\n//##\n\n//** Horizontal line color.\n@hr-border:                   @gray-lighter;\n\n//** Horizontal offset for forms and lists.\n@component-offset-horizontal: 180px;\n","//\n// Thumbnails\n// --------------------------------------------------\n\n\n// Mixin and adjust the regular image class\n.thumbnail {\n  display: block;\n  padding: @thumbnail-padding;\n  margin-bottom: @line-height-computed;\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  > img,\n  a > img {\n    &:extend(.img-responsive);\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  // Add a hover state for linked versions only\n  a&:hover,\n  a&:focus,\n  a&.active {\n    border-color: @link-color;\n  }\n\n  // Image captions\n  .caption {\n    padding: @thumbnail-caption-padding;\n    color: @thumbnail-caption-color;\n  }\n}\n","//\n// Carousel\n// --------------------------------------------------\n\n\n// Wrapper for the slide container and indicators\n.carousel {\n  position: relative;\n}\n\n.carousel-inner {\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n\n  > .item {\n    display: none;\n    position: relative;\n    .transition(.6s ease-in-out left);\n\n    // Account for jankitude on images\n    > img,\n    > a > img {\n      &:extend(.img-responsive);\n      line-height: 1;\n    }\n  }\n\n  > .active,\n  > .next,\n  > .prev { display: block; }\n\n  > .active {\n    left: 0;\n  }\n\n  > .next,\n  > .prev {\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n\n  > .next {\n    left: 100%;\n  }\n  > .prev {\n    left: -100%;\n  }\n  > .next.left,\n  > .prev.right {\n    left: 0;\n  }\n\n  > .active.left {\n    left: -100%;\n  }\n  > .active.right {\n    left: 100%;\n  }\n\n}\n\n// Left/right controls for nav\n// ---------------------------\n\n.carousel-control {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  width: @carousel-control-width;\n  .opacity(@carousel-control-opacity);\n  font-size: @carousel-control-font-size;\n  color: @carousel-control-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  // We can't have this transition here because WebKit cancels the carousel\n  // animation if you trip this while in the middle of another animation.\n\n  // Set gradients for backgrounds\n  &.left {\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));\n  }\n  &.right {\n    left: auto;\n    right: 0;\n    #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));\n  }\n\n  // Hover/focus state\n  &:hover,\n  &:focus {\n    outline: none;\n    color: @carousel-control-color;\n    text-decoration: none;\n    .opacity(.9);\n  }\n\n  // Toggles\n  .icon-prev,\n  .icon-next,\n  .glyphicon-chevron-left,\n  .glyphicon-chevron-right {\n    position: absolute;\n    top: 50%;\n    z-index: 5;\n    display: inline-block;\n  }\n  .icon-prev,\n  .glyphicon-chevron-left {\n    left: 50%;\n  }\n  .icon-next,\n  .glyphicon-chevron-right {\n    right: 50%;\n  }\n  .icon-prev,\n  .icon-next {\n    width:  20px;\n    height: 20px;\n    margin-top: -10px;\n    margin-left: -10px;\n    font-family: serif;\n  }\n\n  .icon-prev {\n    &:before {\n      content: '\\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)\n    }\n  }\n  .icon-next {\n    &:before {\n      content: '\\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)\n    }\n  }\n}\n\n// Optional indicator pips\n//\n// Add an unordered list with the following class and add a list item for each\n// slide your carousel holds.\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  li {\n    display: inline-block;\n    width:  10px;\n    height: 10px;\n    margin: 1px;\n    text-indent: -999px;\n    border: 1px solid @carousel-indicator-border-color;\n    border-radius: 10px;\n    cursor: pointer;\n\n    // IE8-9 hack for event handling\n    //\n    // Internet Explorer 8-9 does not support clicks on elements without a set\n    // `background-color`. We cannot use `filter` since that's not viewed as a\n    // background color by the browser. Thus, a hack is needed.\n    //\n    // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we\n    // set alpha transparency for the best results possible.\n    background-color: #000 \\9; // IE8\n    background-color: rgba(0,0,0,0); // IE9\n  }\n  .active {\n    margin: 0;\n    width:  12px;\n    height: 12px;\n    background-color: @carousel-indicator-active-bg;\n  }\n}\n\n// Optional captions\n// -----------------------------\n// Hidden by default for smaller viewports\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: @carousel-caption-color;\n  text-align: center;\n  text-shadow: @carousel-text-shadow;\n  & .btn {\n    text-shadow: none; // No shadow for button elements in carousel-caption\n  }\n}\n\n\n// Scale up controls for tablets and up\n@media screen and (min-width: @screen-sm-min) {\n\n  // Scale up the controls a smidge\n  .carousel-control {\n    .glyphicon-chevron-left,\n    .glyphicon-chevron-right,\n    .icon-prev,\n    .icon-next {\n      width: 30px;\n      height: 30px;\n      margin-top: -15px;\n      margin-left: -15px;\n      font-size: 30px;\n    }\n  }\n\n  // Show and left align the captions\n  .carousel-caption {\n    left: 20%;\n    right: 20%;\n    padding-bottom: 30px;\n  }\n\n  // Move up the indicators\n  .carousel-indicators {\n    bottom: 20px;\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: 200;\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: 14px base font * 85% = about 12px\nsmall,\n.small  { font-size: 85%; }\n\n// Undo browser default styling\ncite    { font-style: normal; }\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\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@media (min-width: @grid-float-breakpoint) {\n  .dl-horizontal {\n    dt {\n      float: left;\n      width: (@component-offset-horizontal - 20);\n      clear: left;\n      text-align: right;\n      .text-overflow();\n    }\n    dd {\n      margin-left: @component-offset-horizontal;\n      &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\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// Quotes\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\n\n// Addresses\naddress {\n  margin-bottom: @line-height-computed;\n  font-style: normal;\n  line-height: @line-height-base;\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  white-space: nowrap;\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\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","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n  max-width: 100%;\n  background-color: @table-bg;\n}\nth {\n  text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n  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-child(odd) {\n    > td,\n    > th {\n      background-color: @table-bg-accent;\n    }\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    > td,\n    > th {\n      background-color: @table-bg-hover;\n    }\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/10 (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/10 (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@media (max-width: @screen-xs-max) {\n  .table-responsive {\n    width: 100%;\n    margin-bottom: (@line-height-computed * 0.75);\n    overflow-y: hidden;\n    overflow-x: scroll;\n    -ms-overflow-style: -ms-autohiding-scrollbar;\n    border: 1px solid @table-border-color;\n    -webkit-overflow-scrolling: touch;\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","//\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: -webkit-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  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;\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: not-allowed;\n    background-color: @input-bg-disabled;\n    opacity: 1; // iOS fix for unreadable disabled content\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 date input\n//\n// In Mobile Safari, date inputs require a pixel line-height that matches the\n// given height of the input.\n\ninput[type=\"date\"] {\n  line-height: @input-height-base;\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  display: block;\n  min-height: @line-height-computed; // clear the floating input if there is no label text\n  margin-top: 10px;\n  margin-bottom: 10px;\n  padding-left: 20px;\n  label {\n    display: inline;\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  float: left;\n  margin-left: -20px;\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//\n// Note: Neither radios nor checkboxes can be readonly.\ninput[type=\"radio\"],\ninput[type=\"checkbox\"],\n.radio,\n.radio-inline,\n.checkbox,\n.checkbox-inline {\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: not-allowed;\n  }\n}\n\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n\n.input-sm {\n  .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n\n.input-lg {\n  .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n\n\n// Form control feedback states\n//\n// Apply contextual and semantic states to individual form controls.\n\n.has-feedback {\n  // Enable absolute positioning\n  position: relative;\n\n  // Ensure icons don't overlap text\n  .form-control {\n    padding-right: (@input-height-base * 1.25);\n  }\n\n  // Feedback icon (requires .glyphicon classes)\n  .form-control-feedback {\n    position: absolute;\n    top: (@line-height-computed + 5); // Height of the `label` and its margin\n    right: 0;\n    display: block;\n    width: @input-height-base;\n    height: @input-height-base;\n    line-height: @input-height-base;\n    text-align: center;\n  }\n}\n\n// Feedback states\n.has-success {\n  .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);\n}\n.has-warning {\n  .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);\n}\n.has-error {\n  .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);\n}\n\n\n// Static form control text\n//\n// Apply class to a `p` element to make any string of text align with labels in\n// a horizontal form layout.\n\n.form-control-static {\n  margin-bottom: 0; // Remove default margin from `p`\n}\n\n\n// Help text\n//\n// Apply to any element you wish to create light text for placement immediately\n// below a form control. Use for general help, formatting, or instructional text.\n\n.help-block {\n  display: block; // account for any element using help-block\n  margin-top: 5px;\n  margin-bottom: 10px;\n  color: lighten(@text-color, 25%); // lighten the text some for contrast\n}\n\n\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n//\n// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.\n\n.form-inline {\n\n  // Kick in the inline\n  @media (min-width: @screen-sm-min) {\n    // Inline-block all the things for \"inline\"\n    .form-group {\n      display: inline-block;\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // In navbar-form, allow folks to *not* use `.form-group`\n    .form-control {\n      display: inline-block;\n      width: auto; // Prevent labels from stacking above inputs in `.form-group`\n      vertical-align: middle;\n    }\n    // Input groups need that 100% width though\n    .input-group > .form-control {\n      width: 100%;\n    }\n\n    .control-label {\n      margin-bottom: 0;\n      vertical-align: middle;\n    }\n\n    // Remove default margin on radios/checkboxes that were used for stacking, and\n    // then undo the floating of radios and checkboxes to match (which also avoids\n    // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).\n    .radio,\n    .checkbox {\n      display: inline-block;\n      margin-top: 0;\n      margin-bottom: 0;\n      padding-left: 0;\n      vertical-align: middle;\n    }\n    .radio input[type=\"radio\"],\n    .checkbox input[type=\"checkbox\"] {\n      float: none;\n      margin-left: 0;\n    }\n\n    // Validation states\n    //\n    // Reposition the icon because it's now within a grid column and columns have\n    // `position: relative;` on them. Also accounts for the grid gutter padding.\n    .has-feedback .form-control-feedback {\n      top: 0;\n    }\n  }\n}\n\n\n// Horizontal forms\n//\n// Horizontal forms are built on grid classes and allow you to create forms with\n// labels on the left and inputs on the right.\n\n.form-horizontal {\n\n  // Consistent vertical alignment of labels, radios, and checkboxes\n  .control-label,\n  .radio,\n  .checkbox,\n  .radio-inline,\n  .checkbox-inline {\n    margin-top: 0;\n    margin-bottom: 0;\n    padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n  }\n  // Account for padding we're adding to ensure the alignment and of help text\n  // and other content below items\n  .radio,\n  .checkbox {\n    min-height: (@line-height-computed + (@padding-base-vertical + 1));\n  }\n\n  // Make form groups behave like rows\n  .form-group {\n    .make-row();\n  }\n\n  .form-control-static {\n    padding-top: (@padding-base-vertical + 1);\n  }\n\n  // Only right align form labels here when the columns stop stacking\n  @media (min-width: @screen-sm-min) {\n    .control-label {\n      text-align: right;\n    }\n  }\n\n  // Validation states\n  //\n  // Reposition the icon because it's now within a grid column and columns have\n  // `position: relative;` on them. Also accounts for the grid gutter padding.\n  .has-feedback .form-control-feedback {\n    top: 0;\n    right: (@grid-gutter-width / 2);\n  }\n}\n","//\n// Buttons\n// --------------------------------------------------\n\n\n// Base styles\n// --------------------------------------------------\n\n.btn {\n  display: inline-block;\n  margin-bottom: 0; // For input.btn\n  font-weight: @btn-font-weight;\n  text-align: center;\n  vertical-align: middle;\n  cursor: pointer;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  white-space: nowrap;\n  .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base);\n  .user-select(none);\n\n  &,\n  &:active,\n  &.active {\n    &:focus {\n      .tab-focus();\n    }\n  }\n\n  &:hover,\n  &:focus {\n    color: @btn-default-color;\n    text-decoration: none;\n  }\n\n  &:active,\n  &.active {\n    outline: 0;\n    background-image: none;\n    .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n  }\n\n  &.disabled,\n  &[disabled],\n  fieldset[disabled] & {\n    cursor: not-allowed;\n    pointer-events: none; // Future-proof disabling of clicks\n    .opacity(.65);\n    .box-shadow(none);\n  }\n}\n\n\n// Alternate buttons\n// --------------------------------------------------\n\n.btn-default {\n  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);\n}\n.btn-primary {\n  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);\n}\n// Success appears as green\n.btn-success {\n  .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);\n}\n// Info appears as blue-green\n.btn-info {\n  .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);\n}\n// Warning appears as orange\n.btn-warning {\n  .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);\n}\n// Danger and error appear as red\n.btn-danger {\n  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);\n}\n\n\n// Link buttons\n// -------------------------\n\n// Make a button look and behave like a link\n.btn-link {\n  color: @link-color;\n  font-weight: normal;\n  cursor: pointer;\n  border-radius: 0;\n\n  &,\n  &:active,\n  &[disabled],\n  fieldset[disabled] & {\n    background-color: transparent;\n    .box-shadow(none);\n  }\n  &,\n  &:hover,\n  &:focus,\n  &:active {\n    border-color: transparent;\n  }\n  &:hover,\n  &:focus {\n    color: @link-hover-color;\n    text-decoration: underline;\n    background-color: transparent;\n  }\n  &[disabled],\n  fieldset[disabled] & {\n    &:hover,\n    &:focus {\n      color: @btn-link-disabled-color;\n      text-decoration: none;\n    }\n  }\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n.btn-lg {\n  // line-height: ensure even-numbered height of button next to large input\n  .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n.btn-sm {\n  // line-height: ensure proper height of button next to small input\n  .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n.btn-xs {\n  .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n\n\n// Block button\n// --------------------------------------------------\n\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-left: 0;\n  padding-right: 0;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n  &.btn-block {\n    width: 100%;\n  }\n}\n","//\n// Button groups\n// --------------------------------------------------\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle; // match .btn alignment given font-size hack above\n  > .btn {\n    position: relative;\n    float: left;\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active,\n    &.active {\n      z-index: 2;\n    }\n    &:focus {\n      // Remove focus outline when dropdown JS adds it after closing the menu\n      outline: none;\n    }\n  }\n}\n\n// Prevent double borders when buttons are next to each other\n.btn-group {\n  .btn + .btn,\n  .btn + .btn-group,\n  .btn-group + .btn,\n  .btn-group + .btn-group {\n    margin-left: -1px;\n  }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n  margin-left: -5px; // Offset the first child's margin\n  &:extend(.clearfix all);\n\n  .btn-group,\n  .input-group {\n    float: left;\n  }\n  > .btn,\n  > .btn-group,\n  > .input-group {\n    margin-left: 5px;\n  }\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n  border-radius: 0;\n}\n\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group > .btn:first-child {\n  margin-left: 0;\n  &:not(:last-child):not(.dropdown-toggle) {\n    .border-right-radius(0);\n  }\n}\n// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n  .border-left-radius(0);\n}\n\n// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)\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 {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-right-radius(0);\n  }\n}\n.btn-group > .btn-group:last-child > .btn:first-child {\n  .border-left-radius(0);\n}\n\n// On active and open, don't show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-xs > .btn { &:extend(.btn-xs); }\n.btn-group-sm > .btn { &:extend(.btn-sm); }\n.btn-group-lg > .btn { &:extend(.btn-lg); }\n\n\n// Split button dropdowns\n// ----------------------\n\n// Give the line between buttons some depth\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\n// The clickable button for toggling the menu\n// Remove the gradient and set the same inset shadow as the :active state\n.btn-group.open .dropdown-toggle {\n  .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n\n  // Show no shadow for `.btn-link` since it has no other button styles.\n  &.btn-link {\n    .box-shadow(none);\n  }\n}\n\n\n// Reposition the caret\n.btn .caret {\n  margin-left: 0;\n}\n// Carets in other button sizes\n.btn-lg .caret {\n  border-width: @caret-width-large @caret-width-large 0;\n  border-bottom-width: 0;\n}\n// Upside down carets for .dropup\n.dropup .btn-lg .caret {\n  border-width: 0 @caret-width-large @caret-width-large;\n}\n\n\n// Vertical button groups\n// ----------------------\n\n.btn-group-vertical {\n  > .btn,\n  > .btn-group,\n  > .btn-group > .btn {\n    display: block;\n    float: none;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  // Clear floats so dropdown menus can be properly placed\n  > .btn-group {\n    &:extend(.clearfix all);\n    > .btn {\n      float: none;\n    }\n  }\n\n  > .btn + .btn,\n  > .btn + .btn-group,\n  > .btn-group + .btn,\n  > .btn-group + .btn-group {\n    margin-top: -1px;\n    margin-left: 0;\n  }\n}\n\n.btn-group-vertical > .btn {\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n  &:first-child:not(:last-child) {\n    border-top-right-radius: @border-radius-base;\n    .border-bottom-radius(0);\n  }\n  &:last-child:not(:first-child) {\n    border-bottom-left-radius: @border-radius-base;\n    .border-top-radius(0);\n  }\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) {\n  > .btn:last-child,\n  > .dropdown-toggle {\n    .border-bottom-radius(0);\n  }\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n  .border-top-radius(0);\n}\n\n\n\n// Justified button groups\n// ----------------------\n\n.btn-group-justified {\n  display: table;\n  width: 100%;\n  table-layout: fixed;\n  border-collapse: separate;\n  > .btn,\n  > .btn-group {\n    float: none;\n    display: table-cell;\n    width: 1%;\n  }\n  > .btn-group .btn {\n    width: 100%;\n  }\n}\n\n\n// Checkbox and radio options\n[data-toggle=\"buttons\"] > .btn > input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn > input[type=\"checkbox\"] {\n  display: none;\n}\n","//\n// Component animations\n// --------------------------------------------------\n\n// Heads up!\n//\n// We don't use the `.opacity()` mixin here since it causes a bug with text\n// fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552.\n\n.fade {\n  opacity: 0;\n  .transition(opacity .15s linear);\n  &.in {\n    opacity: 1;\n  }\n}\n\n.collapse {\n  display: none;\n  &.in {\n    display: block;\n  }\n}\n.collapsing {\n  position: relative;\n  height: 0;\n  overflow: hidden;\n  .transition(height .35s ease);\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}.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                   { &: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","//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Dropdown arrow/caret\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  margin-left: 2px;\n  vertical-align: middle;\n  border-top:   @caret-width-base solid;\n  border-right: @caret-width-base solid transparent;\n  border-left:  @caret-width-base solid transparent;\n}\n\n// The dropdown wrapper (div)\n.dropdown {\n  position: relative;\n}\n\n// Prevent the focus on the dropdown toggle when closing dropdowns\n.dropdown-toggle:focus {\n  outline: 0;\n}\n\n// The dropdown menu (ul)\n.dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: @zindex-dropdown;\n  display: none; // none by default, but block on \"open\" of the menu\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0; // override default ul\n  list-style: none;\n  font-size: @font-size-base;\n  background-color: @dropdown-bg;\n  border: 1px solid @dropdown-fallback-border; // IE8 fallback\n  border: 1px solid @dropdown-border;\n  border-radius: @border-radius-base;\n  .box-shadow(0 6px 12px rgba(0,0,0,.175));\n  background-clip: padding-box;\n\n  // Aligns the dropdown menu to right\n  //\n  // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`\n  &.pull-right {\n    right: 0;\n    left: auto;\n  }\n\n  // Dividers (basically an hr) within the dropdown\n  .divider {\n    .nav-divider(@dropdown-divider-bg);\n  }\n\n  // Links within the dropdown menu\n  > li > a {\n    display: block;\n    padding: 3px 20px;\n    clear: both;\n    font-weight: normal;\n    line-height: @line-height-base;\n    color: @dropdown-link-color;\n    white-space: nowrap; // prevent links from randomly breaking onto new lines\n  }\n}\n\n// Hover/Focus state\n.dropdown-menu > li > a {\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    color: @dropdown-link-hover-color;\n    background-color: @dropdown-link-hover-bg;\n  }\n}\n\n// Active state\n.dropdown-menu > .active > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-active-color;\n    text-decoration: none;\n    outline: 0;\n    background-color: @dropdown-link-active-bg;\n  }\n}\n\n// Disabled state\n//\n// Gray out text and ensure the hover/focus state remains gray\n\n.dropdown-menu > .disabled > a {\n  &,\n  &:hover,\n  &:focus {\n    color: @dropdown-link-disabled-color;\n  }\n}\n// Nuke hover/focus effects\n.dropdown-menu > .disabled > a {\n  &:hover,\n  &:focus {\n    text-decoration: none;\n    background-color: transparent;\n    background-image: none; // Remove CSS gradient\n    .reset-filter();\n    cursor: not-allowed;\n  }\n}\n\n// Open state for the dropdown\n.open {\n  // Show the menu\n  > .dropdown-menu {\n    display: block;\n  }\n\n  // Remove the outline when :focus is triggered\n  > a {\n    outline: 0;\n  }\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown\n// menu with the parent.\n.dropdown-menu-right {\n  left: auto; // Reset the default from `.dropdown-menu`\n  right: 0;\n}\n// With v3, we enabled auto-flipping if you have a dropdown within a right\n// aligned nav component. To enable the undoing of that, we provide an override\n// to restore the default dropdown menu alignment.\n//\n// This is only for left-aligning a dropdown menu within a `.navbar-right` or\n// `.pull-right` nav component.\n.dropdown-menu-left {\n  left: 0;\n  right: auto;\n}\n\n// Dropdown section headers\n.dropdown-header {\n  display: block;\n  padding: 3px 20px;\n  font-size: @font-size-small;\n  line-height: @line-height-base;\n  color: @dropdown-header-color;\n}\n\n// Backdrop to catch body clicks on mobile, etc.\n.dropdown-backdrop {\n  position: fixed;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  top: 0;\n  z-index: (@zindex-dropdown - 10);\n}\n\n// Right aligned dropdowns\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n//\n// Just add .dropup after the standard .dropdown class and you're set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n\n.dropup,\n.navbar-fixed-bottom .dropdown {\n  // Reverse the caret\n  .caret {\n    border-top: 0;\n    border-bottom: @caret-width-base solid;\n    content: \"\";\n  }\n  // Different positioning for bottom up menu\n  .dropdown-menu {\n    top: auto;\n    bottom: 100%;\n    margin-bottom: 1px;\n  }\n}\n\n\n// Component alignment\n//\n// Reiterate per navbar.less and the modified component alignment there.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-right {\n    .dropdown-menu {\n      .dropdown-menu-right();\n    }\n    // Necessary for overrides of the default right aligned menu.\n    // Will remove come v4 in all likelihood.\n    .dropdown-menu-left {\n      .dropdown-menu-left();\n    }\n  }\n}\n\n","//\n// Input groups\n// --------------------------------------------------\n\n// Base styles\n// -------------------------\n.input-group {\n  position: relative; // For dropdowns\n  display: table;\n  border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table\n\n  // Undo padding and float of grid classes\n  &[class*=\"col-\"] {\n    float: none;\n    padding-left: 0;\n    padding-right: 0;\n  }\n\n  .form-control {\n    // Ensure that the input is always above the *appended* addon button for\n    // proper border colors.\n    position: relative;\n    z-index: 2;\n\n    // IE9 fubars the placeholder attribute in text inputs and the arrows on\n    // select elements in input groups. To fix it, we float the input. Details:\n    // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855\n    float: left;\n\n    width: 100%;\n    margin-bottom: 0;\n  }\n}\n\n// Sizing options\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn { .input-lg(); }\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn { .input-sm(); }\n\n\n// Display as table-cell\n// -------------------------\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n  display: table-cell;\n\n  &:not(:first-child):not(:last-child) {\n    border-radius: 0;\n  }\n}\n// Addon and addon wrapper for buttons\n.input-group-addon,\n.input-group-btn {\n  width: 1%;\n  white-space: nowrap;\n  vertical-align: middle; // Match the inputs\n}\n\n// Text input groups\n// -------------------------\n.input-group-addon {\n  padding: @padding-base-vertical @padding-base-horizontal;\n  font-size: @font-size-base;\n  font-weight: normal;\n  line-height: 1;\n  color: @input-color;\n  text-align: center;\n  background-color: @input-group-addon-bg;\n  border: 1px solid @input-group-addon-border-color;\n  border-radius: @border-radius-base;\n\n  // Sizing\n  &.input-sm {\n    padding: @padding-small-vertical @padding-small-horizontal;\n    font-size: @font-size-small;\n    border-radius: @border-radius-small;\n  }\n  &.input-lg {\n    padding: @padding-large-vertical @padding-large-horizontal;\n    font-size: @font-size-large;\n    border-radius: @border-radius-large;\n  }\n\n  // Nuke default margins from checkboxes and radios to vertically center within.\n  input[type=\"radio\"],\n  input[type=\"checkbox\"] {\n    margin-top: 0;\n  }\n}\n\n// Reset rounded corners\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-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-left-radius(0);\n}\n.input-group-addon:last-child {\n  border-left: 0;\n}\n\n// Button input groups\n// -------------------------\n.input-group-btn {\n  position: relative;\n  // Jankily prevent input button groups from wrapping with `white-space` and\n  // `font-size` in combination with `inline-block` on buttons.\n  font-size: 0;\n  white-space: nowrap;\n\n  // Negative margin for spacing, position for bringing hovered/focused/actived\n  // element above the siblings.\n  > .btn {\n    position: relative;\n    + .btn {\n      margin-left: -1px;\n    }\n    // Bring the \"active\" button to the front\n    &:hover,\n    &:focus,\n    &:active {\n      z-index: 2;\n    }\n  }\n\n  // Negative margin to only have a 1px border between the two\n  &:first-child {\n    > .btn,\n    > .btn-group {\n      margin-right: -1px;\n    }\n  }\n  &:last-child {\n    > .btn,\n    > .btn-group {\n      margin-left: -1px;\n    }\n  }\n}\n","//\n// Navs\n// --------------------------------------------------\n\n\n// Base class\n// --------------------------------------------------\n\n.nav {\n  margin-bottom: 0;\n  padding-left: 0; // Override default ul/ol\n  list-style: none;\n  &:extend(.clearfix all);\n\n  > li {\n    position: relative;\n    display: block;\n\n    > a {\n      position: relative;\n      display: block;\n      padding: @nav-link-padding;\n      &:hover,\n      &:focus {\n        text-decoration: none;\n        background-color: @nav-link-hover-bg;\n      }\n    }\n\n    // Disabled state sets text to gray and nukes hover/tab effects\n    &.disabled > a {\n      color: @nav-disabled-link-color;\n\n      &:hover,\n      &:focus {\n        color: @nav-disabled-link-hover-color;\n        text-decoration: none;\n        background-color: transparent;\n        cursor: not-allowed;\n      }\n    }\n  }\n\n  // Open dropdowns\n  .open > a {\n    &,\n    &:hover,\n    &:focus {\n      background-color: @nav-link-hover-bg;\n      border-color: @link-color;\n    }\n  }\n\n  // Nav dividers (deprecated with v3.0.1)\n  //\n  // This should have been removed in v3 with the dropping of `.nav-list`, but\n  // we missed it. We don't currently support this anywhere, but in the interest\n  // of maintaining backward compatibility in case you use it, it's deprecated.\n  .nav-divider {\n    .nav-divider();\n  }\n\n  // Prevent IE8 from misplacing imgs\n  //\n  // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989\n  > li > a > img {\n    max-width: none;\n  }\n}\n\n\n// Tabs\n// -------------------------\n\n// Give the tabs something to sit on\n.nav-tabs {\n  border-bottom: 1px solid @nav-tabs-border-color;\n  > li {\n    float: left;\n    // Make the list-items overlay the bottom border\n    margin-bottom: -1px;\n\n    // Actual tabs (as links)\n    > a {\n      margin-right: 2px;\n      line-height: @line-height-base;\n      border: 1px solid transparent;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n      &:hover {\n        border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;\n      }\n    }\n\n    // Active state, and its :hover to override normal :hover\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-tabs-active-link-hover-color;\n        background-color: @nav-tabs-active-link-hover-bg;\n        border: 1px solid @nav-tabs-active-link-hover-border-color;\n        border-bottom-color: transparent;\n        cursor: default;\n      }\n    }\n  }\n  // pulling this in mainly for less shorthand\n  &.nav-justified {\n    .nav-justified();\n    .nav-tabs-justified();\n  }\n}\n\n\n// Pills\n// -------------------------\n.nav-pills {\n  > li {\n    float: left;\n\n    // Links rendered as pills\n    > a {\n      border-radius: @nav-pills-border-radius;\n    }\n    + li {\n      margin-left: 2px;\n    }\n\n    // Active state\n    &.active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @nav-pills-active-link-hover-color;\n        background-color: @nav-pills-active-link-hover-bg;\n      }\n    }\n  }\n}\n\n\n// Stacked pills\n.nav-stacked {\n  > li {\n    float: none;\n    + li {\n      margin-top: 2px;\n      margin-left: 0; // no need for this gap between nav items\n    }\n  }\n}\n\n\n// Nav variations\n// --------------------------------------------------\n\n// Justified nav links\n// -------------------------\n\n.nav-justified {\n  width: 100%;\n\n  > li {\n    float: none;\n     > a {\n      text-align: center;\n      margin-bottom: 5px;\n    }\n  }\n\n  > .dropdown .dropdown-menu {\n    top: auto;\n    left: auto;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li {\n      display: table-cell;\n      width: 1%;\n      > a {\n        margin-bottom: 0;\n      }\n    }\n  }\n}\n\n// Move borders to anchors instead of bottom of list\n//\n// Mixin for adding on top the shared `.nav-justified` styles for our tabs\n.nav-tabs-justified {\n  border-bottom: 0;\n\n  > li > a {\n    // Override margin from .nav-tabs\n    margin-right: 0;\n    border-radius: @border-radius-base;\n  }\n\n  > .active > a,\n  > .active > a:hover,\n  > .active > a:focus {\n    border: 1px solid @nav-tabs-justified-link-border-color;\n  }\n\n  @media (min-width: @screen-sm-min) {\n    > li > a {\n      border-bottom: 1px solid @nav-tabs-justified-link-border-color;\n      border-radius: @border-radius-base @border-radius-base 0 0;\n    }\n    > .active > a,\n    > .active > a:hover,\n    > .active > a:focus {\n      border-bottom-color: @nav-tabs-justified-active-link-border-color;\n    }\n  }\n}\n\n\n// Tabbable tabs\n// -------------------------\n\n// Hide tabbable panes to start, show them when `.active`\n.tab-content {\n  > .tab-pane {\n    display: none;\n  }\n  > .active {\n    display: block;\n  }\n}\n\n\n// Dropdowns\n// -------------------------\n\n// Specific dropdowns\n.nav-tabs .dropdown-menu {\n  // make dropdown border overlap tab border\n  margin-top: -1px;\n  // Remove the top rounded corners here since there is a hard edge above the menu\n  .border-top-radius(0);\n}\n","//\n// Navbars\n// --------------------------------------------------\n\n\n// Wrapper and base class\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n  position: relative;\n  min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)\n  margin-bottom: @navbar-margin-bottom;\n  border: 1px solid transparent;\n\n  // Prevent floats from breaking the navbar\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: @navbar-border-radius;\n  }\n}\n\n\n// Navbar heading\n//\n// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy\n// styling of responsive aspects.\n\n.navbar-header {\n  &:extend(.clearfix all);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n  }\n}\n\n\n// Navbar collapse (body)\n//\n// Group your navbar content into this for easy collapsing and expanding across\n// various device sizes. By default, this content is collapsed when <768px, but\n// will expand past that for a horizontal display.\n//\n// To start (on mobile devices) the navbar links, forms, and buttons are stacked\n// vertically and include a `max-height` to overflow in case you have too much\n// content for the user's viewport.\n\n.navbar-collapse {\n  max-height: @navbar-collapse-max-height;\n  overflow-x: visible;\n  padding-right: @navbar-padding-horizontal;\n  padding-left:  @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);\n  &:extend(.clearfix all);\n  -webkit-overflow-scrolling: touch;\n\n  &.in {\n    overflow-y: auto;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border-top: 0;\n    box-shadow: none;\n\n    &.collapse {\n      display: block !important;\n      height: auto !important;\n      padding-bottom: 0; // Override default setting\n      overflow: visible !important;\n    }\n\n    &.in {\n      overflow-y: visible;\n    }\n\n    // Undo the collapse side padding for navbars with containers to ensure\n    // alignment of right-aligned contents.\n    .navbar-fixed-top &,\n    .navbar-static-top &,\n    .navbar-fixed-bottom & {\n      padding-left: 0;\n      padding-right: 0;\n    }\n  }\n}\n\n\n// Both navbar header and collapse\n//\n// When a container is present, change the behavior of the header and collapse.\n\n.container,\n.container-fluid {\n  > .navbar-header,\n  > .navbar-collapse {\n    margin-right: -@navbar-padding-horizontal;\n    margin-left:  -@navbar-padding-horizontal;\n\n    @media (min-width: @grid-float-breakpoint) {\n      margin-right: 0;\n      margin-left:  0;\n    }\n  }\n}\n\n\n//\n// Navbar alignment options\n//\n// Display the navbar across the entirety of the page or fixed it to the top or\n// bottom of the page.\n\n// Static top (unfixed, but 100% wide) navbar\n.navbar-static-top {\n  z-index: @zindex-navbar;\n  border-width: 0 0 1px;\n\n  @media (min-width: @grid-float-breakpoint) {\n    border-radius: 0;\n  }\n}\n\n// Fix the top/bottom navbars when screen real estate supports it\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n  position: fixed;\n  right: 0;\n  left: 0;\n  z-index: @zindex-navbar-fixed;\n\n  // Undo the rounded corners\n  @media (min-width: @grid-float-breakpoint) {\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; // override .navbar defaults\n  border-width: 1px 0 0;\n}\n\n\n// Brand/project name\n\n.navbar-brand {\n  float: left;\n  padding: @navbar-padding-vertical @navbar-padding-horizontal;\n  font-size: @font-size-large;\n  line-height: @line-height-computed;\n  height: @navbar-height;\n\n  &:hover,\n  &:focus {\n    text-decoration: none;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    .navbar > .container &,\n    .navbar > .container-fluid & {\n      margin-left: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Navbar toggle\n//\n// Custom button for toggling the `.navbar-collapse`, powered by the collapse\n// JavaScript plugin.\n\n.navbar-toggle {\n  position: relative;\n  float: right;\n  margin-right: @navbar-padding-horizontal;\n  padding: 9px 10px;\n  .navbar-vertical-align(34px);\n  background-color: transparent;\n  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n  border: 1px solid transparent;\n  border-radius: @border-radius-base;\n\n  // We remove the `outline` here, but later compensate by attaching `:hover`\n  // styles to `:focus`.\n  &:focus {\n    outline: none;\n  }\n\n  // Bars\n  .icon-bar {\n    display: block;\n    width: 22px;\n    height: 2px;\n    border-radius: 1px;\n  }\n  .icon-bar + .icon-bar {\n    margin-top: 4px;\n  }\n\n  @media (min-width: @grid-float-breakpoint) {\n    display: none;\n  }\n}\n\n\n// Navbar nav links\n//\n// Builds on top of the `.nav` components with its own modifier class to make\n// the nav the full height of the horizontal nav (above 768px).\n\n.navbar-nav {\n  margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;\n\n  > li > a {\n    padding-top:    10px;\n    padding-bottom: 10px;\n    line-height: @line-height-computed;\n  }\n\n  @media (max-width: @grid-float-breakpoint-max) {\n    // Dropdowns get custom display when collapsed\n    .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      > li > a,\n      .dropdown-header {\n        padding: 5px 15px 5px 25px;\n      }\n      > li > a {\n        line-height: @line-height-computed;\n        &:hover,\n        &:focus {\n          background-image: none;\n        }\n      }\n    }\n  }\n\n  // Uncollapse the nav\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin: 0;\n\n    > li {\n      float: left;\n      > a {\n        padding-top:    @navbar-padding-vertical;\n        padding-bottom: @navbar-padding-vertical;\n      }\n    }\n\n    &.navbar-right:last-child {\n      margin-right: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Component alignment\n//\n// Repurpose the pull utilities as their own navbar utilities to avoid specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// though so that navbar contents properly stack and align in mobile.\n\n@media (min-width: @grid-float-breakpoint) {\n  .navbar-left  { .pull-left(); }\n  .navbar-right { .pull-right(); }\n}\n\n\n// Navbar form\n//\n// Extension of the `.form-inline` with some extra flavor for optimum display in\n// our navbars.\n\n.navbar-form {\n  margin-left: -@navbar-padding-horizontal;\n  margin-right: -@navbar-padding-horizontal;\n  padding: 10px @navbar-padding-horizontal;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);\n  .box-shadow(@shadow);\n\n  // Mixin behavior for optimum display\n  .form-inline();\n\n  .form-group {\n    @media (max-width: @grid-float-breakpoint-max) {\n      margin-bottom: 5px;\n    }\n  }\n\n  // Vertically center in expanded, horizontal navbar\n  .navbar-vertical-align(@input-height-base);\n\n  // Undo 100% width for pull classes\n  @media (min-width: @grid-float-breakpoint) {\n    width: auto;\n    border: 0;\n    margin-left: 0;\n    margin-right: 0;\n    padding-top: 0;\n    padding-bottom: 0;\n    .box-shadow(none);\n\n    // Outdent the form if last child to line up with content down the page\n    &.navbar-right:last-child {\n      margin-right: -@navbar-padding-horizontal;\n    }\n  }\n}\n\n\n// Dropdown menus\n\n// Menu position and menu carets\n.navbar-nav > li > .dropdown-menu {\n  margin-top: 0;\n  .border-top-radius(0);\n}\n// Menu position and menu caret support for dropups via extra dropup class\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n  .border-bottom-radius(0);\n}\n\n\n// Buttons in navbars\n//\n// Vertically center a button within a navbar (when *not* in a form).\n\n.navbar-btn {\n  .navbar-vertical-align(@input-height-base);\n\n  &.btn-sm {\n    .navbar-vertical-align(@input-height-small);\n  }\n  &.btn-xs {\n    .navbar-vertical-align(22);\n  }\n}\n\n\n// Text in navbars\n//\n// Add a class to make any element properly align itself vertically within the navbars.\n\n.navbar-text {\n  .navbar-vertical-align(@line-height-computed);\n\n  @media (min-width: @grid-float-breakpoint) {\n    float: left;\n    margin-left: @navbar-padding-horizontal;\n    margin-right: @navbar-padding-horizontal;\n\n    // Outdent the form if last child to line up with content down the page\n    &.navbar-right:last-child {\n      margin-right: 0;\n    }\n  }\n}\n\n// Alternate navbars\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n  background-color: @navbar-default-bg;\n  border-color: @navbar-default-border;\n\n  .navbar-brand {\n    color: @navbar-default-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-default-brand-hover-color;\n      background-color: @navbar-default-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-default-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-default-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-hover-color;\n        background-color: @navbar-default-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-active-color;\n        background-color: @navbar-default-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-default-link-disabled-color;\n        background-color: @navbar-default-link-disabled-bg;\n      }\n    }\n  }\n\n  .navbar-toggle {\n    border-color: @navbar-default-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-default-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-default-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: @navbar-default-border;\n  }\n\n  // Dropdown menu items\n  .navbar-nav {\n    // Remove background color from open dropdown\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-default-link-active-bg;\n        color: @navbar-default-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display when collapsed\n      .open .dropdown-menu {\n        > li > a {\n          color: @navbar-default-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-hover-color;\n            background-color: @navbar-default-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-active-color;\n            background-color: @navbar-default-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-default-link-disabled-color;\n            background-color: @navbar-default-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n\n  // Links in navbars\n  //\n  // Add a class to ensure links outside the navbar nav are colored correctly.\n\n  .navbar-link {\n    color: @navbar-default-link-color;\n    &:hover {\n      color: @navbar-default-link-hover-color;\n    }\n  }\n\n}\n\n// Inverse navbar\n\n.navbar-inverse {\n  background-color: @navbar-inverse-bg;\n  border-color: @navbar-inverse-border;\n\n  .navbar-brand {\n    color: @navbar-inverse-brand-color;\n    &:hover,\n    &:focus {\n      color: @navbar-inverse-brand-hover-color;\n      background-color: @navbar-inverse-brand-hover-bg;\n    }\n  }\n\n  .navbar-text {\n    color: @navbar-inverse-color;\n  }\n\n  .navbar-nav {\n    > li > a {\n      color: @navbar-inverse-link-color;\n\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-hover-color;\n        background-color: @navbar-inverse-link-hover-bg;\n      }\n    }\n    > .active > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-active-color;\n        background-color: @navbar-inverse-link-active-bg;\n      }\n    }\n    > .disabled > a {\n      &,\n      &:hover,\n      &:focus {\n        color: @navbar-inverse-link-disabled-color;\n        background-color: @navbar-inverse-link-disabled-bg;\n      }\n    }\n  }\n\n  // Darken the responsive nav toggle\n  .navbar-toggle {\n    border-color: @navbar-inverse-toggle-border-color;\n    &:hover,\n    &:focus {\n      background-color: @navbar-inverse-toggle-hover-bg;\n    }\n    .icon-bar {\n      background-color: @navbar-inverse-toggle-icon-bar-bg;\n    }\n  }\n\n  .navbar-collapse,\n  .navbar-form {\n    border-color: darken(@navbar-inverse-bg, 7%);\n  }\n\n  // Dropdowns\n  .navbar-nav {\n    > .open > a {\n      &,\n      &:hover,\n      &:focus {\n        background-color: @navbar-inverse-link-active-bg;\n        color: @navbar-inverse-link-active-color;\n      }\n    }\n\n    @media (max-width: @grid-float-breakpoint-max) {\n      // Dropdowns get custom display\n      .open .dropdown-menu {\n        > .dropdown-header {\n          border-color: @navbar-inverse-border;\n        }\n        .divider {\n          background-color: @navbar-inverse-border;\n        }\n        > li > a {\n          color: @navbar-inverse-link-color;\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-hover-color;\n            background-color: @navbar-inverse-link-hover-bg;\n          }\n        }\n        > .active > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-active-color;\n            background-color: @navbar-inverse-link-active-bg;\n          }\n        }\n        > .disabled > a {\n          &,\n          &:hover,\n          &:focus {\n            color: @navbar-inverse-link-disabled-color;\n            background-color: @navbar-inverse-link-disabled-bg;\n          }\n        }\n      }\n    }\n  }\n\n  .navbar-link {\n    color: @navbar-inverse-link-color;\n    &:hover {\n      color: @navbar-inverse-link-hover-color;\n    }\n  }\n\n}\n","//\n// Utility classes\n// --------------------------------------------------\n\n\n// Floats\n// -------------------------\n\n.clearfix {\n  .clearfix();\n}\n.center-block {\n  .center-block();\n}\n.pull-right {\n  float: right !important;\n}\n.pull-left {\n  float: left !important;\n}\n\n\n// Toggling content\n// -------------------------\n\n// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1\n.hide {\n  display: none !important;\n}\n.show {\n  display: block !important;\n}\n.invisible {\n  visibility: hidden;\n}\n.text-hide {\n  .text-hide();\n}\n\n\n// Hide from screenreaders and browsers\n//\n// Credit: HTML5 Boilerplate\n\n.hidden {\n  display: none !important;\n  visibility: hidden !important;\n}\n\n\n// For Affix plugin\n// -------------------------\n\n.affix {\n  position: fixed;\n}\n","//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n  padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;\n  margin-bottom: @line-height-computed;\n  list-style: none;\n  background-color: @breadcrumb-bg;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline-block;\n\n    + li:before {\n      content: \"@{breadcrumb-separator}\\00a0\"; // Unicode space added since inline-block means non-collapsing white-space\n      padding: 0 5px;\n      color: @breadcrumb-color;\n    }\n  }\n\n  > .active {\n    color: @breadcrumb-active-color;\n  }\n}\n","//\n// Pagination (multiple pages)\n// --------------------------------------------------\n.pagination {\n  display: inline-block;\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  border-radius: @border-radius-base;\n\n  > li {\n    display: inline; // Remove list-style and block-level defaults\n    > a,\n    > span {\n      position: relative;\n      float: left; // Collapse white-space\n      padding: @padding-base-vertical @padding-base-horizontal;\n      line-height: @line-height-base;\n      text-decoration: none;\n      color: @pagination-color;\n      background-color: @pagination-bg;\n      border: 1px solid @pagination-border;\n      margin-left: -1px;\n    }\n    &:first-child {\n      > a,\n      > span {\n        margin-left: 0;\n        .border-left-radius(@border-radius-base);\n      }\n    }\n    &:last-child {\n      > a,\n      > span {\n        .border-right-radius(@border-radius-base);\n      }\n    }\n  }\n\n  > li > a,\n  > li > span {\n    &:hover,\n    &:focus {\n      color: @pagination-hover-color;\n      background-color: @pagination-hover-bg;\n      border-color: @pagination-hover-border;\n    }\n  }\n\n  > .active > a,\n  > .active > span {\n    &,\n    &:hover,\n    &:focus {\n      z-index: 2;\n      color: @pagination-active-color;\n      background-color: @pagination-active-bg;\n      border-color: @pagination-active-border;\n      cursor: default;\n    }\n  }\n\n  > .disabled {\n    > span,\n    > span:hover,\n    > span:focus,\n    > a,\n    > a:hover,\n    > a:focus {\n      color: @pagination-disabled-color;\n      background-color: @pagination-disabled-bg;\n      border-color: @pagination-disabled-border;\n      cursor: not-allowed;\n    }\n  }\n}\n\n// Sizing\n// --------------------------------------------------\n\n// Large\n.pagination-lg {\n  .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large);\n}\n\n// Small\n.pagination-sm {\n  .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small);\n}\n","//\n// Pager pagination\n// --------------------------------------------------\n\n\n.pager {\n  padding-left: 0;\n  margin: @line-height-computed 0;\n  list-style: none;\n  text-align: center;\n  &:extend(.clearfix all);\n  li {\n    display: inline;\n    > a,\n    > span {\n      display: inline-block;\n      padding: 5px 14px;\n      background-color: @pager-bg;\n      border: 1px solid @pager-border;\n      border-radius: @pager-border-radius;\n    }\n\n    > a:hover,\n    > a:focus {\n      text-decoration: none;\n      background-color: @pager-hover-bg;\n    }\n  }\n\n  .next {\n    > a,\n    > span {\n      float: right;\n    }\n  }\n\n  .previous {\n    > a,\n    > span {\n      float: left;\n    }\n  }\n\n  .disabled {\n    > a,\n    > a:hover,\n    > a:focus,\n    > span {\n      color: @pager-disabled-color;\n      background-color: @pager-bg;\n      cursor: not-allowed;\n    }\n  }\n\n}\n","//\n// Labels\n// --------------------------------------------------\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: @label-color;\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: .25em;\n\n  // Add hover effects, but only for links\n  &[href] {\n    &:hover,\n    &:focus {\n      color: @label-link-hover-color;\n      text-decoration: none;\n      cursor: pointer;\n    }\n  }\n\n  // Empty labels collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for labels in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n}\n\n// Colors\n// Contextual variations (linked labels get darker on :hover)\n\n.label-default {\n  .label-variant(@label-default-bg);\n}\n\n.label-primary {\n  .label-variant(@label-primary-bg);\n}\n\n.label-success {\n  .label-variant(@label-success-bg);\n}\n\n.label-info {\n  .label-variant(@label-info-bg);\n}\n\n.label-warning {\n  .label-variant(@label-warning-bg);\n}\n\n.label-danger {\n  .label-variant(@label-danger-bg);\n}\n","//\n// Badges\n// --------------------------------------------------\n\n\n// Base classes\n.badge {\n  display: inline-block;\n  min-width: 10px;\n  padding: 3px 7px;\n  font-size: @font-size-small;\n  font-weight: @badge-font-weight;\n  color: @badge-color;\n  line-height: @badge-line-height;\n  vertical-align: baseline;\n  white-space: nowrap;\n  text-align: center;\n  background-color: @badge-bg;\n  border-radius: @badge-border-radius;\n\n  // Empty badges collapse automatically (not available in IE8)\n  &:empty {\n    display: none;\n  }\n\n  // Quick fix for badges in buttons\n  .btn & {\n    position: relative;\n    top: -1px;\n  }\n  .btn-xs & {\n    top: 0;\n    padding: 1px 5px;\n  }\n}\n\n// Hover state, but only for links\na.badge {\n  &:hover,\n  &:focus {\n    color: @badge-link-hover-color;\n    text-decoration: none;\n    cursor: pointer;\n  }\n}\n\n// Account for counters in navs\na.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n  color: @badge-active-color;\n  background-color: @badge-active-bg;\n}\n.nav-pills > li > a > .badge {\n  margin-left: 3px;\n}\n","//\n// Jumbotron\n// --------------------------------------------------\n\n\n.jumbotron {\n  padding: @jumbotron-padding;\n  margin-bottom: @jumbotron-padding;\n  color: @jumbotron-color;\n  background-color: @jumbotron-bg;\n\n  h1,\n  .h1 {\n    color: @jumbotron-heading-color;\n  }\n  p {\n    margin-bottom: (@jumbotron-padding / 2);\n    font-size: @jumbotron-font-size;\n    font-weight: 200;\n  }\n\n  .container & {\n    border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container\n  }\n\n  .container {\n    max-width: 100%;\n  }\n\n  @media screen and (min-width: @screen-sm-min) {\n    padding-top:    (@jumbotron-padding * 1.6);\n    padding-bottom: (@jumbotron-padding * 1.6);\n\n    .container & {\n      padding-left:  (@jumbotron-padding * 2);\n      padding-right: (@jumbotron-padding * 2);\n    }\n\n    h1,\n    .h1 {\n      font-size: (@font-size-base * 4.5);\n    }\n  }\n}\n","//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n  padding: @alert-padding;\n  margin-bottom: @line-height-computed;\n  border: 1px solid transparent;\n  border-radius: @alert-border-radius;\n\n  // Headings for larger alerts\n  h4 {\n    margin-top: 0;\n    // Specified for the h4 to prevent conflicts of changing @headings-color\n    color: inherit;\n  }\n  // Provide class for links that match alerts\n  .alert-link {\n    font-weight: @alert-link-font-weight;\n  }\n\n  // Improve alignment and spacing of inner content\n  > p,\n  > ul {\n    margin-bottom: 0;\n  }\n  > p + p {\n    margin-top: 5px;\n  }\n}\n\n// Dismissable alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissable {\n padding-right: (@alert-padding + 20);\n\n  // Adjust close link position\n  .close {\n    position: relative;\n    top: -2px;\n    right: -21px;\n    color: inherit;\n  }\n}\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n.alert-success {\n  .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n.alert-info {\n  .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n.alert-warning {\n  .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);\n}\n.alert-danger {\n  .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n","//\n// Progress bars\n// --------------------------------------------------\n\n\n// Bar animations\n// -------------------------\n\n// WebKit\n@-webkit-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// Spec and IE10+\n@keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n\n\n// Bar itself\n// -------------------------\n\n// Outer container\n.progress {\n  overflow: hidden;\n  height: @line-height-computed;\n  margin-bottom: @line-height-computed;\n  background-color: @progress-bg;\n  border-radius: @border-radius-base;\n  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n}\n\n// Bar of progress\n.progress-bar {\n  float: left;\n  width: 0%;\n  height: 100%;\n  font-size: @font-size-small;\n  line-height: @line-height-computed;\n  color: @progress-bar-color;\n  text-align: center;\n  background-color: @progress-bar-bg;\n  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n  .transition(width .6s ease);\n}\n\n// Striped bars\n.progress-striped .progress-bar {\n  #gradient > .striped();\n  background-size: 40px 40px;\n}\n\n// Call animation for the active one\n.progress.active .progress-bar {\n  .animation(progress-bar-stripes 2s linear infinite);\n}\n\n\n\n// Variations\n// -------------------------\n\n.progress-bar-success {\n  .progress-bar-variant(@progress-bar-success-bg);\n}\n\n.progress-bar-info {\n  .progress-bar-variant(@progress-bar-info-bg);\n}\n\n.progress-bar-warning {\n  .progress-bar-variant(@progress-bar-warning-bg);\n}\n\n.progress-bar-danger {\n  .progress-bar-variant(@progress-bar-danger-bg);\n}\n","// Media objects\n// Source: http://stubbornella.org/content/?p=497\n// --------------------------------------------------\n\n\n// Common styles\n// -------------------------\n\n// Clear the floats\n.media,\n.media-body {\n  overflow: hidden;\n  zoom: 1;\n}\n\n// Proper spacing between instances of .media\n.media,\n.media .media {\n  margin-top: 15px;\n}\n.media:first-child {\n  margin-top: 0;\n}\n\n// For images and videos, set to block\n.media-object {\n  display: block;\n}\n\n// Reset margins on headings for tighter default spacing\n.media-heading {\n  margin: 0 0 5px;\n}\n\n\n// Media image alignment\n// -------------------------\n\n.media {\n  > .pull-left {\n    margin-right: 10px;\n  }\n  > .pull-right {\n    margin-left: 10px;\n  }\n}\n\n\n// Media list variation\n// -------------------------\n\n// Undo default ul/ol styles\n.media-list {\n  padding-left: 0;\n  list-style: none;\n}\n","//\n// List groups\n// --------------------------------------------------\n\n\n// Base class\n//\n// Easily usable on