diff --git a/.gitignore b/.gitignore index b84472a..d068a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ /.bundle /vendor/bundle +.idea/* +.env* + # Ignore the default SQLite database. /db/*.sqlite3 diff --git a/.ruby-version b/.ruby-version index 7ec1d6d..a4db534 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.1.0 +2.5.3 \ No newline at end of file diff --git a/Gemfile b/Gemfile index b648d2d..87dc079 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ source ENV.fetch('GEM_SOURCE','https://rubygems.org') -ruby '2.1.0' +ruby '2.5.3' -gem 'rails', '~> 4.0.0' +gem 'rails', '~> 4.2.8' # webservers -gem 'rainbows', group: :production +# gem 'rainbows', group: :production gem 'thin', group: :development # load .env @@ -42,7 +42,7 @@ gem 'virtus' # activerecord extensions gem 'state_machine', require:false -gem 'default_value_for', git: 'https://github.com/FooBarWidget/default_value_for.git', branch: 'rails4' +gem 'default_value_for' gem 'rails-observers' # attached files & image manipulation @@ -102,7 +102,7 @@ gem 'animation' gem 'uglifier', '>= 1.0.3' # Search -gem 'textacular', '~> 3.0' +gem 'textacular', '~> 4.0' group :development do # better generators @@ -149,8 +149,6 @@ group :development do # is that a DBA in your pocket, or are you just happy to see me? gem 'query_reviewer' - # as says on the tin - gem 'license_finder', require:false # provides /rails/routes, built-in in Rails 4 gem 'sextant' @@ -159,7 +157,7 @@ group :development do gem 'quiet_assets' # nicer error messages in the browser - gem "better_errors" + # gem "better_errors" gem "binding_of_caller" end diff --git a/Gemfile.lock b/Gemfile.lock index da674c1..f995ff2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,57 +1,55 @@ -GIT - remote: https://github.com/FooBarWidget/default_value_for.git - revision: 8e5d17853bb297c2f285c97e5b5b420a64adff03 - branch: rails4 - specs: - default_value_for (3.0.0.beta1) - activerecord (>= 3.2.0, < 5.0) - GEM remote: https://rubygems.org/ specs: - actionmailer (4.0.3) - actionpack (= 4.0.3) - mail (~> 2.5.4) - actionpack (4.0.3) - activesupport (= 4.0.3) - builder (~> 3.1.0) - erubis (~> 2.7.0) - rack (~> 1.5.2) + actionmailer (4.2.11) + actionpack (= 4.2.11) + actionview (= 4.2.11) + activejob (= 4.2.11) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 1.0, >= 1.0.5) + actionpack (4.2.11) + actionview (= 4.2.11) + activesupport (= 4.2.11) + rack (~> 1.6) rack-test (~> 0.6.2) - activemodel (4.0.3) - activesupport (= 4.0.3) - builder (~> 3.1.0) - activerecord (4.0.3) - activemodel (= 4.0.3) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.3) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.3) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (4.2.11) + activesupport (= 4.2.11) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (4.2.11) + activesupport (= 4.2.11) + globalid (>= 0.3.0) + activemodel (4.2.11) + activesupport (= 4.2.11) + builder (~> 3.1) + activerecord (4.2.11) + activemodel (= 4.2.11) + activesupport (= 4.2.11) + arel (~> 6.0) + activesupport (4.2.11) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) addressable (2.3.5) andand (1.3.3) animation (0.1.alpha.3) compass (>= 0.12.0) sass (>= 3.2.0.alpha.95) - arel (4.0.2) - atomic (1.1.14) + arel (6.0.4) axiom-types (0.0.5) descendants_tracker (~> 0.0.1) ice_nine (~> 0.9) - bcrypt-ruby (3.1.2) - better_errors (1.1.0) - coderay (>= 1.0.0) - erubis (>= 2.6.6) + bcrypt (3.1.12) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) bootstrap-sass (2.3.2.2) sass (~> 3.2) - builder (3.1.4) + builder (3.2.3) cancan (1.6.10) capybara (2.0.3) mime-types (>= 1.16) @@ -63,7 +61,7 @@ GEM childprocess (0.3.9) ffi (~> 1.0, >= 1.0.11) chunky_png (1.2.9) - coderay (1.1.0) + coderay (1.1.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) coffee-rails (4.0.1) @@ -79,15 +77,17 @@ GEM sass (~> 3.1) compass-rails (1.1.3) compass (>= 0.12.2) + concurrent-ruby (1.1.4) configatron (2.13.0) yamler (>= 0.1.0) - cookiejar (0.3.0) + cookiejar (0.3.3) coveralls (0.6.9) multi_json (~> 1.3) rest-client simplecov (>= 0.7) term-ansicolor thor + crass (1.0.4) css_parser (1.3.5) addressable cucumber (1.3.8) @@ -101,16 +101,18 @@ GEM cucumber (>= 1.2.0) nokogiri (>= 1.5.0) rails (>= 3.0.0) - daemons (1.1.9) + daemons (1.3.1) dalli (2.6.4) database_cleaner (1.1.1) debug_inspector (0.0.2) + default_value_for (3.1.0) + activerecord (>= 3.2.0, < 6.0) descendants_tracker (0.0.3) - devise (3.2.2) - bcrypt-ruby (~> 3.0) + devise (4.5.0) + bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 3.2.6, < 5) - thread_safe (~> 0.1) + railties (>= 4.1.0, < 6.0) + responders warden (~> 1.2.3) diff-lcs (1.2.4) dotenv (0.9.0) @@ -119,22 +121,23 @@ GEM dragonfly (1.0.2) multi_json (~> 1.0) rack - dragonfly-activerecord (0.0.1) + dragonfly-activerecord (1.0.0) activerecord (>= 3.2.6) + dragonfly (>= 1.0.2) em-http-request (1.0.3) addressable (>= 2.2.3) cookiejar em-socksify eventmachine (>= 1.0.0.beta.4) http_parser.rb (>= 0.5.3) - em-socksify (0.3.0) + em-socksify (0.3.2) eventmachine (>= 1.0.0.beta.4) em-websocket (0.5.0) eventmachine (>= 0.12.9) http_parser.rb (~> 0.5.3) equalizer (0.0.9) erubis (2.7.0) - eventmachine (1.0.3) + eventmachine (1.2.7) execjs (2.0.2) faker (1.2.0) i18n (~> 0.5) @@ -158,6 +161,8 @@ GEM fast_gettext (>= 0.4.8) gherkin (2.12.1) multi_json (~> 1.3) + globalid (0.4.1) + activesupport (>= 4.2.0) gravtastic (3.2.6) guard (1.8.2) formatador (>= 0.2.4) @@ -186,14 +191,11 @@ GEM haml (>= 3.1, < 5.0) railties (>= 4.0.1) hashie (2.0.5) - hike (1.2.3) http_parser.rb (0.5.3) - httparty (0.11.0) - multi_json (~> 1.0) - multi_xml (>= 0.5.2) httpauth (0.2.0) httpclient (2.3.4.1) - i18n (0.6.9) + i18n (0.9.5) + concurrent-ruby (~> 1.0) ice_nine (0.11.0) jquery-rails (3.0.4) railties (>= 3.0, < 5.0) @@ -201,42 +203,38 @@ GEM jquery-turbolinks (2.0.1) railties (>= 3.1.0) turbolinks - json (1.8.1) - jwt (0.1.8) + json (2.1.0) + jwt (0.1.13) multi_json (>= 1.5) - kgio (2.8.1) launchy (2.3.0) addressable (~> 2.3) - license_finder (0.9.2) - bundler - httparty - rake - sequel - sqlite3 - thor listen (1.1.6) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) locale (2.0.9) + loofah (2.2.3) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) lumberjack (1.0.4) machinist (2.0) - mail (2.5.4) - mime-types (~> 1.16) - treetop (~> 1.4.8) + mail (2.7.1) + mini_mime (>= 0.1.1) memcachier (0.0.2) method_source (0.8.2) - mime-types (1.25.1) - mini_portile (0.5.2) - minitest (4.7.5) - multi_json (1.8.4) + mime-types (3.2.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2018.0812) + mini_mime (1.0.1) + mini_portile2 (2.3.0) + minitest (5.11.3) + multi_json (1.13.1) multi_test (0.0.2) - multi_xml (0.5.5) multipart-post (1.2.0) - newrelic_rpm (3.7.1.182) + newrelic_rpm (5.6.0.349) nifty-generators (0.4.6) - nokogiri (1.6.1) - mini_portile (~> 0.5.0) + nokogiri (1.8.5) + mini_portile2 (~> 2.3.0) oauth2 (0.8.1) faraday (~> 0.8) httpauth (~> 0.1) @@ -261,7 +259,6 @@ GEM capybara (~> 2.0.1) faye-websocket (~> 0.4.4) http_parser.rb (~> 0.5.3) - polyglot (0.3.4) pry (0.9.12.6) coderay (~> 1.0) method_source (~> 0.8) @@ -288,19 +285,30 @@ GEM query_reviewer (0.2.2) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) - rack (1.5.2) + rack (1.6.11) rack-cache (1.2) rack (>= 0.4) - rack-test (0.6.2) + rack-test (0.6.3) rack (>= 1.0) - rails (4.0.3) - actionmailer (= 4.0.3) - actionpack (= 4.0.3) - activerecord (= 4.0.3) - activesupport (= 4.0.3) + rails (4.2.11) + actionmailer (= 4.2.11) + actionpack (= 4.2.11) + actionview (= 4.2.11) + activejob (= 4.2.11) + activemodel (= 4.2.11) + activerecord (= 4.2.11) + activesupport (= 4.2.11) bundler (>= 1.3.0, < 2.0) - railties (= 4.0.3) - sprockets-rails (~> 2.0.0) + railties (= 4.2.11) + sprockets-rails + rails-deprecated_sanitizer (1.0.3) + activesupport (>= 4.2.0.alpha) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) + rails-deprecated_sanitizer (>= 1.0.1) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) rails-observers (0.1.2) activemodel (~> 4.0) rails_12factor (0.0.2) @@ -308,17 +316,12 @@ GEM rails_stdout_logging rails_serve_static_assets (0.0.1) rails_stdout_logging (0.0.3) - railties (4.0.3) - actionpack (= 4.0.3) - activesupport (= 4.0.3) + railties (4.2.11) + actionpack (= 4.2.11) + activesupport (= 4.2.11) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rainbows (4.5.0) - kgio (~> 2.5) - rack (~> 1.1) - unicorn (~> 4.6, >= 4.6.2) - raindrops (0.12.0) - rake (10.1.1) + rake (12.3.2) rb-fchange (0.0.6) ffi rb-fsevent (0.9.3) @@ -327,6 +330,9 @@ GEM rb-kqueue (0.2.0) ffi (>= 0.5.0) redcarpet (3.0.0) + responders (2.4.0) + actionpack (>= 4.2.0, < 5.3) + railties (>= 4.2.0, < 5.3) rest-client (1.6.7) mime-types (>= 1.16) roadie (2.4.3) @@ -353,11 +359,13 @@ GEM ruby_parser (3.2.2) sexp_processor (~> 4.1) rubyzip (0.9.9) - sass (3.2.13) - sass-rails (4.0.1) - railties (>= 4.0.0, < 5.0) - sass (>= 3.1.10) - sprockets-rails (~> 2.0.0) + sass (3.2.19) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) selenium-webdriver (2.35.1) childprocess (>= 0.2.5) multi_json (~> 1.0) @@ -367,7 +375,6 @@ GEM faraday (>= 0.7.6) hashie (>= 1.1.0) uuidtools - sequel (3.20.0) sexp_processor (4.3.0) sextant (0.2.4) rails (>= 3.2) @@ -377,53 +384,43 @@ GEM simplecov-html (~> 0.7.1) simplecov-html (0.7.1) slop (3.4.7) - sprockets (2.10.1) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - sprockets-rails (2.0.1) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (~> 2.8) - sqlite3 (1.3.8) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) state_machine (1.2.0) term-ansicolor (1.2.2) tins (~> 0.8) terminal-notifier-guard (1.5.3) text (1.2.3) - textacular (3.1.0) - activerecord (>= 3.0, < 4.1) - thin (1.6.1) - daemons (>= 1.0.9) - eventmachine (>= 1.0.0) - rack (>= 1.0.0) - thor (0.18.1) - thread_safe (0.1.3) - atomic - tilt (1.4.1) + textacular (4.0.1) + activerecord (>= 3.0, < 5.1) + thin (1.7.2) + daemons (~> 1.0, >= 1.0.9) + eventmachine (~> 1.0, >= 1.0.4) + rack (>= 1, < 3) + thor (0.20.3) + thread_safe (0.3.6) + tilt (2.0.9) timecop (0.7.1) tins (0.9.0) - treetop (1.4.15) - polyglot - polyglot (>= 0.3.1) turbolinks (2.1.0) coffee-rails - tzinfo (0.3.38) + tzinfo (1.2.5) + thread_safe (~> 0.1) uglifier (2.4.0) execjs (>= 0.3.0) json (>= 1.8.0) - unicorn (4.6.3) - kgio (~> 2.6) - rack - raindrops (~> 0.7) uuidtools (2.1.4) virtus (1.0.1) axiom-types (~> 0.0.5) coercible (~> 1.0) descendants_tracker (~> 0.0.1) equalizer (~> 0.0.7) - warden (1.2.3) + warden (1.2.7) rack (>= 1.0) websocket (1.0.7) will_paginate (3.0.5) @@ -438,7 +435,6 @@ PLATFORMS DEPENDENCIES andand animation - better_errors binding_of_caller bootstrap-sass cancan @@ -450,7 +446,7 @@ DEPENDENCIES cucumber-rails dalli database_cleaner - default_value_for! + default_value_for devise dotenv-rails dragonfly @@ -471,7 +467,6 @@ DEPENDENCIES jquery-rails jquery-turbolinks launchy - license_finder machinist memcachier newrelic_rpm @@ -490,10 +485,9 @@ DEPENDENCIES query_reviewer quiet_assets rack-cache - rails (~> 4.0.0) + rails (~> 4.2.8) rails-observers rails_12factor - rainbows rb-fchange rb-fsevent rb-inotify @@ -509,10 +503,16 @@ DEPENDENCIES sextant state_machine terminal-notifier-guard - textacular (~> 3.0) + textacular (~> 4.0) thin timecop turbolinks uglifier (>= 1.0.3) virtus will_paginate + +RUBY VERSION + ruby 2.5.3p105 + +BUNDLED WITH + 1.17.2 diff --git a/app/models/search.rb b/app/models/search.rb index aa32900..3e4e95d 100644 --- a/app/models/search.rb +++ b/app/models/search.rb @@ -12,4 +12,8 @@ def initialize(scope: , query: nil) def ideas scope.basic_search(query) end + + def persisted? + + end end diff --git a/app/views/application/_search.html.haml b/app/views/application/_search.html.haml index 0999b73..fd3d626 100644 --- a/app/views/application/_search.html.haml +++ b/app/views/application/_search.html.haml @@ -1,6 +1,6 @@ - if current_account - search = @search || Search.new(scope: current_account.ideas) - = form_for(search, method: :get, html: { class: 'form-search' }) do |f| + = form_for(search, url: '/search', method: :get, html: { class: 'form-search' }) do |f| .input-append = f.text_field :query, class: 'input-medium search-query', placeholder: 'Search' = f.submit 'Go', class: 'btn' diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 2705dde..da4ad49 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -7,9 +7,8 @@ %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/ %link{rel:'icon', type:'image/png', href:'/appfab-favicon.png'}/ %link{rel:'apple-touch-icon', type:'image/png', href:'/appfab-touch-icon.png'}/ - = stylesheet_link_tag :application - = page_stylesheet_tag - = javascript_include_tag :application + = stylesheet_link_tag "/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css" + = javascript_include_tag '/assets/application-870f78d78795a62d24927ea030a224a9.js' = csrf_meta_tag = yield(:head) diff --git a/public/assets/FontAwesome-26d1e1348c9eba4077882ffead500739.otf b/public/assets/FontAwesome-26d1e1348c9eba4077882ffead500739.otf new file mode 100644 index 0000000..8b0f54e Binary files /dev/null and b/public/assets/FontAwesome-26d1e1348c9eba4077882ffead500739.otf differ diff --git a/public/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css b/public/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css new file mode 100644 index 0000000..82a1d71 --- /dev/null +++ b/public/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css @@ -0,0 +1,11247 @@ +/* This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the top of the + * compiled file, but it's generally better to create a new file per style scope. + * + * + * + * + */ +/*! + * Bootstrap v2.3.2 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */ +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { + display: block; +} + +/* line 28, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +/* line 37, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +audio:not([controls]) { + display: none; +} + +/* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +/* line 50, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +a:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +a:hover, +a:active { + outline: 0; +} + +/* line 63, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +/* line 69, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +sup { + top: -0.5em; +} + +/* line 72, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +sub { + bottom: -0.25em; +} + +/* line 79, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +img { + /* Responsive images (ensure images don't scale beyond their parents) */ + max-width: 100%; + /* Part 1: Set a maxium relative to the parent */ + width: auto\9; + /* IE7-8 need help adjusting responsive images */ + height: auto; + /* Part 2: Scale the height according to the width, otherwise you get stretching */ + vertical-align: middle; + border: 0; + -ms-interpolation-mode: bicubic; +} + +/* line 92, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +#map_canvas img, +.google-maps img { + max-width: none; +} + +/* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +button, +input, +select, +textarea { + margin: 0; + font-size: 100%; + vertical-align: middle; +} + +/* line 109, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +button, +input { + *overflow: visible; + line-height: normal; +} + +/* line 114, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} + +/* line 121, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} + +/* line 132, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +label, +select, +button, +input[type="button"], +input[type="reset"], +input[type="submit"], +input[type="radio"], +input[type="checkbox"] { + cursor: pointer; +} + +/* line 135, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} + +/* line 140, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +input[type="search"]::-webkit-search-decoration, +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; +} + +/* line 143, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ +textarea { + overflow: auto; + vertical-align: top; +} + +@media print { + /* line 155, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + * { + text-shadow: none !important; + color: #000 !important; + background: transparent !important; + box-shadow: none !important; + } + + /* line 163, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + a, + a:visited { + text-decoration: underline; + } + + /* line 167, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + a[href]:after { + content: " (" attr(href) ")"; + } + + /* line 171, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + abbr[title]:after { + content: " (" attr(title) ")"; + } + + /* line 178, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + + /* line 183, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + /* line 188, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + thead { + display: table-header-group; + } + + /* line 193, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + tr, + img { + page-break-inside: avoid; + } + + /* line 197, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + img { + max-width: 100% !important; + } + + @page { + margin: 0.5cm; +} + + /* line 207, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + + /* line 213, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */ + h2, + h3 { + page-break-after: avoid; + } +} +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ +body { + margin: 0; + font-family: Ubuntu, Helvetica, Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 20px; + color: #073642; + background-color: #f8f4e8; +} + +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ +a { + color: #b58900; + text-decoration: none; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ +a:hover, +a:focus { + color: #694f00; + text-decoration: underline; +} + +/* line 37, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ +.img-rounded { + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +/* line 42, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ +.img-polaroid { + padding: 4px; + background-color: #fff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +/* line 51, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ +.img-circle { + -webkit-border-radius: 500px; + -moz-border-radius: 500px; + border-radius: 500px; +} + +/* line 567, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row { + margin-left: -40px; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row:before, .row:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row:after { + clear: both; +} + +/* line 572, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +[class*="span"] { + float: left; + min-height: 1px; + margin-left: 40px; +} + +/* line 582, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.container, +.navbar-static-top .container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { + width: 970px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span1 { + width: 44.16667px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span2 { + width: 128.33333px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span3 { + width: 212.5px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span4 { + width: 296.66667px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span5 { + width: 380.83333px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span6 { + width: 465px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span7 { + width: 549.16667px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span8 { + width: 633.33333px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span9 { + width: 717.5px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span10 { + width: 801.66667px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span11 { + width: 885.83333px; +} + +/* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.span12 { + width: 970px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset1 { + margin-left: 124.16667px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset2 { + margin-left: 208.33333px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset3 { + margin-left: 292.5px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset4 { + margin-left: 376.66667px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset5 { + margin-left: 460.83333px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset6 { + margin-left: 545px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset7 { + margin-left: 629.16667px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset8 { + margin-left: 713.33333px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset9 { + margin-left: 797.5px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset10 { + margin-left: 881.66667px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset11 { + margin-left: 965.83333px; +} + +/* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.offset12 { + margin-left: 1050px; +} + +/* line 614, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid { + width: 100%; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid:before, .row-fluid:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid:after { + clear: both; +} +/* line 617, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid [class*="span"] { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + float: left; + margin-left: 4.12371%; + *margin-left: 4.07216%; +} +/* line 623, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid [class*="span"]:first-child { + margin-left: 0; +} +/* line 628, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 4.12371%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span1 { + width: 4.55326%; + *width: 4.50172%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span2 { + width: 13.23024%; + *width: 13.17869%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span3 { + width: 21.90722%; + *width: 21.85567%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span4 { + width: 30.58419%; + *width: 30.53265%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span5 { + width: 39.26117%; + *width: 39.20962%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span6 { + width: 47.93814%; + *width: 47.8866%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span7 { + width: 56.61512%; + *width: 56.56357%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span8 { + width: 65.2921%; + *width: 65.24055%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span9 { + width: 73.96907%; + *width: 73.91753%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span10 { + width: 82.64605%; + *width: 82.5945%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span11 { + width: 91.32302%; + *width: 91.27148%; +} +/* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .span12 { + width: 100%; + *width: 99.94845%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset1 { + margin-left: 12.80069%; + *margin-left: 12.69759%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset1:first-child { + margin-left: 8.67698%; + *margin-left: 8.57388%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset2 { + margin-left: 21.47766%; + *margin-left: 21.37457%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset2:first-child { + margin-left: 17.35395%; + *margin-left: 17.25086%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset3 { + margin-left: 30.15464%; + *margin-left: 30.05155%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset3:first-child { + margin-left: 26.03093%; + *margin-left: 25.92784%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset4 { + margin-left: 38.83162%; + *margin-left: 38.72852%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset4:first-child { + margin-left: 34.7079%; + *margin-left: 34.60481%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset5 { + margin-left: 47.50859%; + *margin-left: 47.4055%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset5:first-child { + margin-left: 43.38488%; + *margin-left: 43.28179%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset6 { + margin-left: 56.18557%; + *margin-left: 56.08247%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset6:first-child { + margin-left: 52.06186%; + *margin-left: 51.95876%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset7 { + margin-left: 64.86254%; + *margin-left: 64.75945%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset7:first-child { + margin-left: 60.73883%; + *margin-left: 60.63574%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset8 { + margin-left: 73.53952%; + *margin-left: 73.43643%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset8:first-child { + margin-left: 69.41581%; + *margin-left: 69.31271%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset9 { + margin-left: 82.21649%; + *margin-left: 82.1134%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset9:first-child { + margin-left: 78.09278%; + *margin-left: 77.98969%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset10 { + margin-left: 90.89347%; + *margin-left: 90.79038%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset10:first-child { + margin-left: 86.76976%; + *margin-left: 86.66667%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset11 { + margin-left: 99.57045%; + *margin-left: 99.46735%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset11:first-child { + margin-left: 95.44674%; + *margin-left: 95.34364%; +} +/* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset12 { + margin-left: 108.24742%; + *margin-left: 108.14433%; +} +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.row-fluid .offset12:first-child { + margin-left: 104.12371%; + *margin-left: 104.02062%; +} + +/* line 14, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */ +[class*="span"].hide, +.row-fluid [class*="span"].hide { + display: none; +} + +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */ +[class*="span"].pull-right, +.row-fluid [class*="span"].pull-right { + float: right; +} + +/* line 7, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */ +.container { + margin-right: auto; + margin-left: auto; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.container:before, .container:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.container:after { + clear: both; +} + +/* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */ +.container-fluid { + padding-right: 40px; + padding-left: 40px; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.container-fluid:before, .container-fluid:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.container-fluid:after { + clear: both; +} + +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +p { + margin: 0 0 10px; +} + +/* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.lead { + margin-bottom: 20px; + font-size: 21px; + font-weight: 200; + line-height: 30px; +} + +/* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +small { + font-size: 85%; +} + +/* line 26, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +strong { + font-weight: bold; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +em { + font-style: italic; +} + +/* line 28, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +cite { + font-style: normal; +} + +/* line 31, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.muted { + color: #93a1a1; +} + +/* line 33, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +a.muted:hover, +a.muted:focus { + color: #788989; +} + +/* line 35, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-warning { + color: #c09853; +} + +/* line 37, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +a.text-warning:hover, +a.text-warning:focus { + color: #a47e3c; +} + +/* line 39, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-error { + color: #b94a48; +} + +/* line 41, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +a.text-error:hover, +a.text-error:focus { + color: #953b39; +} + +/* line 43, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-info { + color: #3a87ad; +} + +/* line 45, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +a.text-info:hover, +a.text-info:focus { + color: #2d6987; +} + +/* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-success { + color: #468847; +} + +/* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +a.text-success:hover, +a.text-success:focus { + color: #356635; +} + +/* line 51, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-left { + text-align: left; +} + +/* line 52, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-right { + text-align: right; +} + +/* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.text-center { + text-align: center; +} + +/* line 59, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h1, h2, h3, h4, h5, h6 { + margin: 10px 0; + font-family: "Titillium Web", Helvetica, Arial, sans-serif; + font-weight: bold; + line-height: 20px; + color: inherit; + text-rendering: optimizelegibility; +} +/* line 66, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { + font-weight: normal; + line-height: 1; + color: #93a1a1; +} + +/* line 75, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h1, +h2, +h3 { + line-height: 40px; +} + +/* line 77, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h1 { + font-size: 38.5px; +} + +/* line 78, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h2 { + font-size: 31.5px; +} + +/* line 79, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h3 { + font-size: 24.5px; +} + +/* line 80, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h4 { + font-size: 17.5px; +} + +/* line 81, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h5 { + font-size: 14px; +} + +/* line 82, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h6 { + font-size: 11.9px; +} + +/* line 84, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h1 small { + font-size: 24.5px; +} + +/* line 85, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h2 small { + font-size: 17.5px; +} + +/* line 86, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h3 small { + font-size: 14px; +} + +/* line 87, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +h4 small { + font-size: 14px; +} + +/* line 93, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.page-header { + padding-bottom: 9px; + margin: 20px 0 30px; + border-bottom: 1px solid #eeeeee; +} + +/* line 105, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +ul, ol { + padding: 0; + margin: 0 0 10px 25px; +} + +/* line 112, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +ul ul, +ul ol, +ol ol, +ol ul { + margin-bottom: 0; +} + +/* line 115, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +li { + line-height: 20px; +} + +/* line 121, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +ul.unstyled, +ol.unstyled { + margin-left: 0; + list-style: none; +} + +/* line 128, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +ul.inline, +ol.inline { + margin-left: 0; + list-style: none; +} +/* line 131, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +ul.inline > li, +ol.inline > li { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + padding-left: 5px; + padding-right: 5px; +} + +/* line 140, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +dl { + margin-bottom: 20px; +} + +/* line 144, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +dt, +dd { + line-height: 20px; +} + +/* line 147, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +dt { + font-weight: bold; +} + +/* line 150, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +dd { + margin-left: 10px; +} + +/* line 154, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.dl-horizontal { + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.dl-horizontal:before, .dl-horizontal:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.dl-horizontal:after { + clear: both; +} +/* line 156, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.dl-horizontal dt { + float: left; + width: 160px; + clear: left; + text-align: right; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +/* line 163, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +.dl-horizontal dd { + margin-left: 180px; +} + +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +hr { + margin: 20px 0; + border: 0; + border-top: 1px solid #eae6d9; + border-bottom: 1px solid white; +} + +/* line 182, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #93a1a1; +} + +/* line 186, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +abbr.initialism { + font-size: 90%; + text-transform: uppercase; +} + +/* line 192, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote { + padding: 0 0 0 15px; + margin: 0 0 20px; + border-left: 5px solid #eeeeee; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote p { + margin-bottom: 0; + font-size: 17.5px; + font-weight: 300; + line-height: 1.25; +} +/* line 202, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote small { + display: block; + line-height: 20px; + color: #93a1a1; +} +/* line 206, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote small:before { + content: '\2014 \00A0'; +} +/* line 212, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote.pull-right { + float: right; + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; +} +/* line 219, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote.pull-right p, +blockquote.pull-right small { + text-align: right; +} +/* line 223, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote.pull-right small:before { + content: ''; +} +/* line 226, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +blockquote.pull-right small:after { + content: '\00A0 \2014'; +} + +/* line 237, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +q:before, +q:after, +blockquote:before, +blockquote:after { + content: ""; +} + +/* line 242, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */ +address { + display: block; + margin-bottom: 20px; + font-style: normal; + line-height: 20px; +} + +/* line 8, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */ +code, +pre { + padding: 0 3px 2px; + font-family: Monaco, Menlo, Consolas, "Courier New", monospace; + font-size: 12px; + color: #073642; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +/* line 17, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */ +code { + padding: 2px 4px; + color: #d14; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; + white-space: nowrap; +} + +/* line 26, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */ +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 20px; + word-break: break-all; + word-wrap: break-word; + white-space: pre; + white-space: pre-wrap; + background-color: #f5f5f5; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} +/* line 42, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */ +pre.prettyprint { + margin-bottom: 20px; +} +/* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */ +pre code { + padding: 0; + color: inherit; + white-space: pre; + white-space: pre-wrap; + background-color: transparent; + border: 0; +} + +/* line 58, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */ +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +/* line 10, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +form { + margin: 0 0 20px; +} + +/* line 14, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +fieldset { + padding: 0; + margin: 0; + border: 0; +} + +/* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: 40px; + color: #073642; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +/* line 33, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +legend small { + font-size: 15px; + color: #93a1a1; +} + +/* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +label, +input, +button, +select, +textarea { + font-size: 14px; + font-weight: normal; + line-height: 20px; +} + +/* line 50, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input, +button, +select, +textarea { + font-family: Ubuntu, Helvetica, Helvetica, Arial, sans-serif; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +label { + display: block; + margin-bottom: 5px; +} + +/* line 80, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +select, +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + display: inline-block; + height: 20px; + padding: 4px 6px; + margin-bottom: 10px; + font-size: 14px; + line-height: 20px; + color: #555555; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + vertical-align: middle; +} + +/* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input, +textarea, +.uneditable-input { + width: 206px; +} + +/* line 100, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +textarea { + height: auto; +} + +/* line 119, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + background-color: #eae6d9; + border: 1px solid #eae6d9; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; + -moz-transition: border linear 0.2s, box-shadow linear 0.2s; + -o-transition: border linear 0.2s, box-shadow linear 0.2s; + transition: border linear 0.2s, box-shadow linear 0.2s; +} +/* line 126, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="time"]:focus, +input[type="week"]:focus, +input[type="number"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="color"]:focus, +.uneditable-input:focus { + border-color: rgba(82, 168, 236, 0.8); + outline: 0; + outline: thin dotted \9; + /* IE6-9 */ + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); +} + +/* line 136, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + *margin-top: 0; + /* IE7 */ + margin-top: 1px \9; + /* IE8-9 */ + line-height: normal; +} + +/* line 150, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input[type="file"], +input[type="image"], +input[type="submit"], +input[type="reset"], +input[type="button"], +input[type="radio"], +input[type="checkbox"] { + width: auto; +} + +/* line 156, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +select, +input[type="file"] { + height: 30px; + /* In IE7, the height of the select element cannot be changed by height, only font-size */ + *margin-top: 4px; + /* For IE7, add top margin to align select with labels */ + line-height: 30px; +} + +/* line 163, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +select { + width: 220px; + border: 1px solid #eae6d9; + background-color: #eae6d9; +} + +/* line 171, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +select[multiple], +select[size] { + height: auto; +} + +/* line 179, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +select:focus, +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +/* line 189, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.uneditable-input, +.uneditable-textarea { + color: #93a1a1; + background-color: #e8e4d6; + border-color: #eae6d9; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + cursor: not-allowed; +} + +/* line 198, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.uneditable-input { + overflow: hidden; + white-space: nowrap; +} + +/* line 204, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.uneditable-textarea { + width: auto; + height: auto; +} + +/* line 83, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input:-moz-placeholder, +textarea:-moz-placeholder { + color: #93a1a1; +} +/* line 86, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input:-ms-input-placeholder, +textarea:-ms-input-placeholder { + color: #93a1a1; +} +/* line 89, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { + color: #93a1a1; +} + +/* line 225, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.radio, +.checkbox { + min-height: 20px; + padding-left: 20px; +} + +/* line 230, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.radio input[type="radio"], +.checkbox input[type="checkbox"] { + float: left; + margin-left: -20px; +} + +/* line 237, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.controls > .radio:first-child, +.controls > .checkbox:first-child { + padding-top: 5px; +} + +/* line 244, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.radio.inline, +.checkbox.inline { + display: inline-block; + padding-top: 5px; + margin-bottom: 0; + vertical-align: middle; +} + +/* line 251, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.radio.inline + .radio.inline, +.checkbox.inline + .checkbox.inline { + margin-left: 10px; +} + +/* line 261, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-mini { + width: 60px; +} + +/* line 262, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-small { + width: 90px; +} + +/* line 263, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-medium { + width: 150px; +} + +/* line 264, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-large, .form-search input[type=text]:focus { + width: 210px; +} + +/* line 265, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-xlarge { + width: 270px; +} + +/* line 266, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-xxlarge { + width: 530px; +} + +/* line 277, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input[class*="span"], +select[class*="span"], +textarea[class*="span"], +.uneditable-input[class*="span"], +.row-fluid input[class*="span"], +.row-fluid select[class*="span"], +.row-fluid textarea[class*="span"], +.row-fluid .uneditable-input[class*="span"] { + float: none; + margin-left: 0; +} + +/* line 291, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append input[class*="span"], +.input-append .uneditable-input[class*="span"], +.input-prepend input[class*="span"], +.input-prepend .uneditable-input[class*="span"], +.row-fluid input[class*="span"], +.row-fluid select[class*="span"], +.row-fluid textarea[class*="span"], +.row-fluid .uneditable-input[class*="span"], +.row-fluid .input-prepend [class*="span"], +.row-fluid .input-append [class*="span"] { + display: inline-block; +} + +/* line 671, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input, +textarea, +.uneditable-input { + margin-left: 0; +} + +/* line 676, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.controls-row [class*="span"] + [class*="span"] { + margin-left: 40px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span1, +textarea.span1, +.uneditable-input.span1 { + width: 30.16667px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span2, +textarea.span2, +.uneditable-input.span2 { + width: 114.33333px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span3, +textarea.span3, +.uneditable-input.span3 { + width: 198.5px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span4, +textarea.span4, +.uneditable-input.span4 { + width: 282.66667px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span5, +textarea.span5, +.uneditable-input.span5 { + width: 366.83333px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span6, +textarea.span6, +.uneditable-input.span6 { + width: 451px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span7, +textarea.span7, +.uneditable-input.span7 { + width: 535.16667px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span8, +textarea.span8, +.uneditable-input.span8 { + width: 619.33333px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span9, +textarea.span9, +.uneditable-input.span9 { + width: 703.5px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span10, +textarea.span10, +.uneditable-input.span10 { + width: 787.66667px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span11, +textarea.span11, +.uneditable-input.span11 { + width: 871.83333px; +} + +/* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +input.span12, +textarea.span12, +.uneditable-input.span12 { + width: 956px; +} + +/* line 304, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.controls-row { + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.controls-row:before, .controls-row:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.controls-row:after { + clear: both; +} + +/* line 311, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.controls-row [class*="span"], +.row-fluid .controls-row [class*="span"] { + float: left; +} + +/* line 316, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.controls-row .checkbox[class*="span"], +.controls-row .radio[class*="span"] { + padding-top: 5px; +} + +/* line 332, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input[disabled], +select[disabled], +textarea[disabled], +input[readonly], +select[readonly], +textarea[readonly] { + cursor: not-allowed; + background-color: #eeeeee; +} + +/* line 340, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"][readonly], +input[type="checkbox"][readonly] { + background-color: transparent; +} + +/* line 164, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.warning .control-label, +.control-group.warning .help-block, +.control-group.warning .help-inline { + color: #c09853; +} +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.warning .checkbox, +.control-group.warning .radio, +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + color: #c09853; +} +/* line 177, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + border-color: #c09853; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +/* line 180, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.warning input:focus, +.control-group.warning select:focus, +.control-group.warning textarea:focus { + border-color: #a47e3c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; +} +/* line 187, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.warning .input-prepend .add-on, +.control-group.warning .input-append .add-on { + color: #c09853; + background-color: #fcf8e3; + border-color: #c09853; +} + +/* line 164, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.error .control-label, +.control-group.error .help-block, +.control-group.error .help-inline { + color: #b94a48; +} +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.error .checkbox, +.control-group.error .radio, +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + color: #b94a48; +} +/* line 177, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + border-color: #b94a48; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +/* line 180, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.error input:focus, +.control-group.error select:focus, +.control-group.error textarea:focus { + border-color: #953b39; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; +} +/* line 187, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.error .input-prepend .add-on, +.control-group.error .input-append .add-on { + color: #b94a48; + background-color: #f2dede; + border-color: #b94a48; +} + +/* line 164, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.success .control-label, +.control-group.success .help-block, +.control-group.success .help-inline { + color: #468847; +} +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.success .checkbox, +.control-group.success .radio, +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + color: #468847; +} +/* line 177, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + border-color: #468847; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +/* line 180, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.success input:focus, +.control-group.success select:focus, +.control-group.success textarea:focus { + border-color: #356635; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; +} +/* line 187, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.success .input-prepend .add-on, +.control-group.success .input-append .add-on { + color: #468847; + background-color: #dff0d8; + border-color: #468847; +} + +/* line 164, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.info .control-label, +.control-group.info .help-block, +.control-group.info .help-inline { + color: #3a87ad; +} +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.info .checkbox, +.control-group.info .radio, +.control-group.info input, +.control-group.info select, +.control-group.info textarea { + color: #3a87ad; +} +/* line 177, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.info input, +.control-group.info select, +.control-group.info textarea { + border-color: #3a87ad; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +/* line 180, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.info input:focus, +.control-group.info select:focus, +.control-group.info textarea:focus { + border-color: #2d6987; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; +} +/* line 187, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.control-group.info .input-prepend .add-on, +.control-group.info .input-append .add-on { + color: #3a87ad; + background-color: #d9edf7; + border-color: #3a87ad; +} + +/* line 371, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input:focus:invalid, +textarea:focus:invalid, +select:focus:invalid { + color: #b94a48; + border-color: #ee5f5b; +} +/* line 374, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input:focus:invalid:focus, +textarea:focus:invalid:focus, +select:focus:invalid:focus { + border-color: #e9322d; + -webkit-box-shadow: 0 0 6px #f8b9b7; + -moz-box-shadow: 0 0 6px #f8b9b7; + box-shadow: 0 0 6px #f8b9b7; +} + +/* line 385, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-actions { + padding: 19px 20px 20px; + margin-top: 20px; + margin-bottom: 20px; + background-color: #93a1a1; + border-top: 1px solid #e5e5e5; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.form-actions:before, .form-actions:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.form-actions:after { + clear: both; +} + +/* line 400, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.help-block, +.help-inline { + color: #0e6f87; +} + +/* line 404, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.help-block { + display: block; + margin-bottom: 10px; +} + +/* line 409, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.help-inline { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + vertical-align: middle; + padding-left: 5px; +} + +/* line 423, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append, +.input-prepend { + display: inline-block; + margin-bottom: 10px; + vertical-align: middle; + font-size: 0; + white-space: nowrap; +} +/* line 435, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append input, +.input-append select, +.input-append .uneditable-input, +.input-append .dropdown-menu, +.input-append .popover, +.input-prepend input, +.input-prepend select, +.input-prepend .uneditable-input, +.input-prepend .dropdown-menu, +.input-prepend .popover { + font-size: 14px; +} +/* line 441, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append input, +.input-append select, +.input-append .uneditable-input, +.input-prepend input, +.input-prepend select, +.input-prepend .uneditable-input { + position: relative; + margin-bottom: 0; + *margin-left: 0; + vertical-align: top; + -webkit-border-radius: 0 1px 1px 0; + -moz-border-radius: 0 1px 1px 0; + border-radius: 0 1px 1px 0; +} +/* line 448, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append input:focus, +.input-append select:focus, +.input-append .uneditable-input:focus, +.input-prepend input:focus, +.input-prepend select:focus, +.input-prepend .uneditable-input:focus { + z-index: 2; +} +/* line 452, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append .add-on, +.input-prepend .add-on { + display: inline-block; + width: auto; + height: 20px; + min-width: 16px; + padding: 4px 5px; + font-size: 14px; + font-weight: normal; + line-height: 20px; + text-align: center; + text-shadow: 0 1px 0 white; + background-color: #eeeeee; + border: 1px solid #ccc; +} +/* line 468, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append .add-on, +.input-append .btn, +.input-append .btn-group > .dropdown-toggle, +.input-prepend .add-on, +.input-prepend .btn, +.input-prepend .btn-group > .dropdown-toggle { + vertical-align: top; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +/* line 472, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append .active, +.input-prepend .active { + background-color: #a9dba9; + border-color: #46a546; +} + +/* line 480, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend .add-on, +.input-prepend .btn { + margin-right: -1px; +} +/* line 484, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend .add-on:first-child, +.input-prepend .btn:first-child { + -webkit-border-radius: 1px 0 0 1px; + -moz-border-radius: 1px 0 0 1px; + border-radius: 1px 0 0 1px; +} + +/* line 493, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append input, +.input-append select, +.input-append .uneditable-input { + -webkit-border-radius: 1px 0 0 1px; + -moz-border-radius: 1px 0 0 1px; + border-radius: 1px 0 0 1px; +} +/* line 495, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append input + .btn-group .btn:last-child, +.input-append select + .btn-group .btn:last-child, +.input-append .uneditable-input + .btn-group .btn:last-child { + -webkit-border-radius: 0 1px 1px 0; + -moz-border-radius: 0 1px 1px 0; + border-radius: 0 1px 1px 0; +} +/* line 501, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append .add-on, +.input-append .btn, +.input-append .btn-group { + margin-left: -1px; +} +/* line 506, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-append .add-on:last-child, +.input-append .btn:last-child, +.input-append .btn-group:last-child > .dropdown-toggle { + -webkit-border-radius: 0 1px 1px 0; + -moz-border-radius: 0 1px 1px 0; + border-radius: 0 1px 1px 0; +} + +/* line 515, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend.input-append input, +.input-prepend.input-append select, +.input-prepend.input-append .uneditable-input { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} +/* line 517, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend.input-append input + .btn-group .btn, +.input-prepend.input-append select + .btn-group .btn, +.input-prepend.input-append .uneditable-input + .btn-group .btn { + -webkit-border-radius: 0 1px 1px 0; + -moz-border-radius: 0 1px 1px 0; + border-radius: 0 1px 1px 0; +} +/* line 522, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend.input-append .add-on:first-child, +.input-prepend.input-append .btn:first-child { + margin-right: -1px; + -webkit-border-radius: 1px 0 0 1px; + -moz-border-radius: 1px 0 0 1px; + border-radius: 1px 0 0 1px; +} +/* line 527, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend.input-append .add-on:last-child, +.input-prepend.input-append .btn:last-child { + margin-left: -1px; + -webkit-border-radius: 0 1px 1px 0; + -moz-border-radius: 0 1px 1px 0; + border-radius: 0 1px 1px 0; +} +/* line 531, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.input-prepend.input-append .btn-group:first-child { + margin-left: 0; +} + +/* line 542, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +input.search-query { + padding-right: 14px; + padding-right: 4px \9; + padding-left: 14px; + padding-left: 4px \9; + /* IE7-8 doesn't have border-radius, so don't indent the padding */ + margin-bottom: 0; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +/* Allow for input prepend/append in search forms */ +/* line 553, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .input-append .search-query, +.form-search .input-prepend .search-query { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 556, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .input-append .search-query { + -webkit-border-radius: 14px 0 0 14px; + -moz-border-radius: 14px 0 0 14px; + border-radius: 14px 0 0 14px; +} + +/* line 559, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .input-append .btn { + -webkit-border-radius: 0 14px 14px 0; + -moz-border-radius: 0 14px 14px 0; + border-radius: 0 14px 14px 0; +} + +/* line 562, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .input-prepend .search-query { + -webkit-border-radius: 0 14px 14px 0; + -moz-border-radius: 0 14px 14px 0; + border-radius: 0 14px 14px 0; +} + +/* line 565, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .input-prepend .btn { + -webkit-border-radius: 14px 0 0 14px; + -moz-border-radius: 14px 0 0 14px; + border-radius: 14px 0 0 14px; +} + +/* line 587, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search input, +.form-search textarea, +.form-search select, +.form-search .help-inline, +.form-search .uneditable-input, +.form-search .input-prepend, +.form-search .input-append, +.form-inline input, +.form-inline textarea, +.form-inline select, +.form-inline .help-inline, +.form-inline .uneditable-input, +.form-inline .input-prepend, +.form-inline .input-append, +.form-horizontal input, +.form-horizontal textarea, +.form-horizontal select, +.form-horizontal .help-inline, +.form-horizontal .uneditable-input, +.form-horizontal .input-prepend, +.form-horizontal .input-append { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + margin-bottom: 0; + vertical-align: middle; +} +/* line 594, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .hide, +.form-inline .hide, +.form-horizontal .hide { + display: none; +} + +/* line 601, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search label, +.form-inline label, +.form-search .btn-group, +.form-inline .btn-group { + display: inline-block; +} + +/* line 608, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .input-append, +.form-inline .input-append, +.form-search .input-prepend, +.form-inline .input-prepend { + margin-bottom: 0; +} + +/* line 615, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .radio, +.form-search .checkbox, +.form-inline .radio, +.form-inline .checkbox { + padding-left: 0; + margin-bottom: 0; + vertical-align: middle; +} + +/* line 624, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-search .radio input[type="radio"], +.form-search .checkbox input[type="checkbox"], +.form-inline .radio input[type="radio"], +.form-inline .checkbox input[type="checkbox"] { + float: left; + margin-right: 3px; + margin-left: 0; +} + +/* line 632, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.control-group { + margin-bottom: 10px; +} + +/* line 637, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +legend + .control-group { + margin-top: 20px; + -webkit-margin-top-collapse: separate; +} + +/* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal .control-group { + margin-bottom: 20px; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.form-horizontal .control-group:before, .form-horizontal .control-group:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.form-horizontal .control-group:after { + clear: both; +} +/* line 652, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal .control-label { + float: left; + width: 160px; + padding-top: 5px; + text-align: right; +} +/* line 659, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal .controls { + *display: inline-block; + *padding-left: 20px; + margin-left: 180px; + *margin-left: 0; +} +/* line 666, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal .controls:first-child { + *padding-left: 180px; +} +/* line 671, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal .help-block { + margin-bottom: 0; +} +/* line 681, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal input + .help-block, +.form-horizontal select + .help-block, +.form-horizontal textarea + .help-block, +.form-horizontal .uneditable-input + .help-block, +.form-horizontal .input-prepend + .help-block, +.form-horizontal .input-append + .help-block { + margin-top: 10px; +} +/* line 686, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_forms.scss */ +.form-horizontal .form-actions { + padding-left: 180px; +} + +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +table { + max-width: 100%; + background-color: transparent; + border-collapse: collapse; + border-spacing: 0; +} + +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table { + width: 100%; + margin-bottom: 20px; +} +/* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table th, +.table td { + padding: 8px; + line-height: 20px; + text-align: left; + vertical-align: top; + border-top: 1px solid #dddddd; +} +/* line 31, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table th { + font-weight: bold; +} +/* line 35, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table thead th { + vertical-align: bottom; +} +/* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table caption + thead tr:first-child th, +.table caption + thead tr:first-child td, +.table colgroup + thead tr:first-child th, +.table colgroup + thead tr:first-child td, +.table thead:first-child tr:first-child th, +.table thead:first-child tr:first-child td { + border-top: 0; +} +/* line 48, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table tbody + tbody { + border-top: 2px solid #dddddd; +} +/* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table .table { + background-color: #f8f4e8; +} + +/* line 65, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-condensed th, +.table-condensed td { + padding: 4px 5px; +} + +/* line 74, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered { + border: 1px solid #dddddd; + border-collapse: separate; + *border-collapse: collapse; + border-left: 0; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} +/* line 81, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered th, +.table-bordered td { + border-left: 1px solid #dddddd; +} +/* line 93, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered caption + thead tr:first-child th, +.table-bordered caption + tbody tr:first-child th, +.table-bordered caption + tbody tr:first-child td, +.table-bordered colgroup + thead tr:first-child th, +.table-bordered colgroup + tbody tr:first-child th, +.table-bordered colgroup + tbody tr:first-child td, +.table-bordered thead:first-child tr:first-child th, +.table-bordered tbody:first-child tr:first-child th, +.table-bordered tbody:first-child tr:first-child td { + border-top: 0; +} +/* line 99, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered thead:first-child tr:first-child > th:first-child, +.table-bordered tbody:first-child tr:first-child > td:first-child, +.table-bordered tbody:first-child tr:first-child > th:first-child { + -webkit-border-top-left-radius: 1px; + -moz-border-radius-topleft: 1px; + border-top-left-radius: 1px; +} +/* line 105, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered thead:first-child tr:first-child > th:last-child, +.table-bordered tbody:first-child tr:first-child > td:last-child, +.table-bordered tbody:first-child tr:first-child > th:last-child { + -webkit-border-top-right-radius: 1px; + -moz-border-radius-topright: 1px; + border-top-right-radius: 1px; +} +/* line 113, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered thead:last-child tr:last-child > th:first-child, +.table-bordered tbody:last-child tr:last-child > td:first-child, +.table-bordered tbody:last-child tr:last-child > th:first-child, +.table-bordered tfoot:last-child tr:last-child > td:first-child, +.table-bordered tfoot:last-child tr:last-child > th:first-child { + -webkit-border-bottom-left-radius: 1px; + -moz-border-radius-bottomleft: 1px; + border-bottom-left-radius: 1px; +} +/* line 121, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered thead:last-child tr:last-child > th:last-child, +.table-bordered tbody:last-child tr:last-child > td:last-child, +.table-bordered tbody:last-child tr:last-child > th:last-child, +.table-bordered tfoot:last-child tr:last-child > td:last-child, +.table-bordered tfoot:last-child tr:last-child > th:last-child { + -webkit-border-bottom-right-radius: 1px; + -moz-border-radius-bottomright: 1px; + border-bottom-right-radius: 1px; +} +/* line 126, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered tfoot + tbody:last-child tr:last-child td:first-child { + -webkit-border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; + border-bottom-left-radius: 0; +} +/* line 129, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered tfoot + tbody:last-child tr:last-child td:last-child { + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; + border-bottom-right-radius: 0; +} +/* line 137, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered caption + thead tr:first-child th:first-child, +.table-bordered caption + tbody tr:first-child td:first-child, +.table-bordered colgroup + thead tr:first-child th:first-child, +.table-bordered colgroup + tbody tr:first-child td:first-child { + -webkit-border-top-left-radius: 1px; + -moz-border-radius-topleft: 1px; + border-top-left-radius: 1px; +} +/* line 143, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-bordered caption + thead tr:first-child th:last-child, +.table-bordered caption + tbody tr:first-child td:last-child, +.table-bordered colgroup + thead tr:first-child th:last-child, +.table-bordered colgroup + tbody tr:first-child td:last-child { + -webkit-border-top-right-radius: 1px; + -moz-border-radius-topright: 1px; + border-top-right-radius: 1px; +} + +/* line 159, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-striped tbody > tr:nth-child(odd) > td, +.table-striped tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; +} + +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-hover tbody tr:hover > td, +.table-hover tbody tr:hover > th { + background-color: whitesmoke; +} + +/* line 186, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +table td[class*="span"], +table th[class*="span"], +.row-fluid table td[class*="span"], +.row-fluid table th[class*="span"] { + display: table-cell; + float: none; + margin-left: 0; +} + +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span1, +.table th.span1 { + float: none; + width: 28.16667px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span2, +.table th.span2 { + float: none; + width: 112.33333px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span3, +.table th.span3 { + float: none; + width: 196.5px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span4, +.table th.span4 { + float: none; + width: 280.66667px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span5, +.table th.span5 { + float: none; + width: 364.83333px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span6, +.table th.span6 { + float: none; + width: 449px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span7, +.table th.span7 { + float: none; + width: 533.16667px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span8, +.table th.span8 { + float: none; + width: 617.33333px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span9, +.table th.span9 { + float: none; + width: 701.5px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span10, +.table th.span10 { + float: none; + width: 785.66667px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span11, +.table th.span11 { + float: none; + width: 869.83333px; + margin-left: 0; +} +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table td.span12, +.table th.span12 { + float: none; + width: 954px; + margin-left: 0; +} + +/* line 207, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table tbody tr.success > td { + background-color: #dff0d8; +} +/* line 210, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table tbody tr.error > td { + background-color: #f2dede; +} +/* line 213, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table tbody tr.warning > td { + background-color: #fcf8e3; +} +/* line 216, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table tbody tr.info > td { + background-color: #d9edf7; +} + +/* line 223, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-hover tbody tr.success:hover > td { + background-color: #d0e9c6; +} +/* line 226, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-hover tbody tr.error:hover > td { + background-color: #ebcccc; +} +/* line 229, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-hover tbody tr.warning:hover > td { + background-color: #faf2cc; +} +/* line 232, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */ +.table-hover tbody tr.info:hover > td { + background-color: #c4e3f3; +} + +/* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +[class^="icon-"], +[class*=" icon-"] { + display: inline-block; + width: 14px; + height: 14px; + *margin-right: .3em; + line-height: 14px; + vertical-align: text-top; + background-image: url("/assets/glyphicons-halflings.png"); + background-position: 14px 14px; + background-repeat: no-repeat; + margin-top: 1px; +} + +/* White icons with optional class, or on hover/focus/active states of certain elements */ +/* line 48, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-white, +.nav-pills > .active > a > [class^="icon-"], +.nav-pills > .active > a > [class*=" icon-"], +.nav-list > .active > a > [class^="icon-"], +.nav-list > .active > a > [class*=" icon-"], +.navbar-inverse .nav > .active > a > [class^="icon-"], +.navbar-inverse .nav > .active > a > [class*=" icon-"], +.dropdown-menu > li > a:hover > [class^="icon-"], +.dropdown-menu > li > a:focus > [class^="icon-"], +.dropdown-menu > li > a:hover > [class*=" icon-"], +.dropdown-menu > li > a:focus > [class*=" icon-"], +.dropdown-menu > .active > a > [class^="icon-"], +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:focus > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"], +.dropdown-submenu:focus > a > [class*=" icon-"] { + background-image: url("/assets/glyphicons-halflings-white.png"); +} + +/* line 52, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-glass { + background-position: 0 0; +} + +/* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-music { + background-position: -24px 0; +} + +/* line 54, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-search { + background-position: -48px 0; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-envelope { + background-position: -72px 0; +} + +/* line 56, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-heart { + background-position: -96px 0; +} + +/* line 57, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-star { + background-position: -120px 0; +} + +/* line 58, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-star-empty { + background-position: -144px 0; +} + +/* line 59, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-user { + background-position: -168px 0; +} + +/* line 60, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-film { + background-position: -192px 0; +} + +/* line 61, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-th-large { + background-position: -216px 0; +} + +/* line 62, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-th { + background-position: -240px 0; +} + +/* line 63, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-th-list { + background-position: -264px 0; +} + +/* line 64, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-ok { + background-position: -288px 0; +} + +/* line 65, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-remove { + background-position: -312px 0; +} + +/* line 66, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-zoom-in { + background-position: -336px 0; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-zoom-out { + background-position: -360px 0; +} + +/* line 68, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-off { + background-position: -384px 0; +} + +/* line 69, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-signal { + background-position: -408px 0; +} + +/* line 70, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-cog { + background-position: -432px 0; +} + +/* line 71, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-trash { + background-position: -456px 0; +} + +/* line 73, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-home { + background-position: 0 -24px; +} + +/* line 74, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-file { + background-position: -24px -24px; +} + +/* line 75, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-time { + background-position: -48px -24px; +} + +/* line 76, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-road { + background-position: -72px -24px; +} + +/* line 77, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-download-alt { + background-position: -96px -24px; +} + +/* line 78, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-download { + background-position: -120px -24px; +} + +/* line 79, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-upload { + background-position: -144px -24px; +} + +/* line 80, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-inbox { + background-position: -168px -24px; +} + +/* line 81, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-play-circle { + background-position: -192px -24px; +} + +/* line 82, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-repeat { + background-position: -216px -24px; +} + +/* line 83, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-refresh { + background-position: -240px -24px; +} + +/* line 84, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-list-alt { + background-position: -264px -24px; +} + +/* line 85, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-lock { + background-position: -287px -24px; +} + +/* line 86, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-flag { + background-position: -312px -24px; +} + +/* line 87, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-headphones { + background-position: -336px -24px; +} + +/* line 88, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-volume-off { + background-position: -360px -24px; +} + +/* line 89, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-volume-down { + background-position: -384px -24px; +} + +/* line 90, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-volume-up { + background-position: -408px -24px; +} + +/* line 91, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-qrcode { + background-position: -432px -24px; +} + +/* line 92, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-barcode { + background-position: -456px -24px; +} + +/* line 94, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-tag { + background-position: 0 -48px; +} + +/* line 95, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-tags { + background-position: -25px -48px; +} + +/* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-book { + background-position: -48px -48px; +} + +/* line 97, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-bookmark { + background-position: -72px -48px; +} + +/* line 98, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-print { + background-position: -96px -48px; +} + +/* line 99, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-camera { + background-position: -120px -48px; +} + +/* line 100, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-font { + background-position: -144px -48px; +} + +/* line 101, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-bold { + background-position: -167px -48px; +} + +/* line 102, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-italic { + background-position: -192px -48px; +} + +/* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-text-height { + background-position: -216px -48px; +} + +/* line 104, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-text-width { + background-position: -240px -48px; +} + +/* line 105, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-align-left { + background-position: -264px -48px; +} + +/* line 106, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-align-center { + background-position: -288px -48px; +} + +/* line 107, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-align-right { + background-position: -312px -48px; +} + +/* line 108, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-align-justify { + background-position: -336px -48px; +} + +/* line 109, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-list { + background-position: -360px -48px; +} + +/* line 110, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-indent-left { + background-position: -384px -48px; +} + +/* line 111, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-indent-right { + background-position: -408px -48px; +} + +/* line 112, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-facetime-video { + background-position: -432px -48px; +} + +/* line 113, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-picture { + background-position: -456px -48px; +} + +/* line 115, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-pencil { + background-position: 0 -72px; +} + +/* line 116, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-map-marker { + background-position: -24px -72px; +} + +/* line 117, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-adjust { + background-position: -48px -72px; +} + +/* line 118, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-tint { + background-position: -72px -72px; +} + +/* line 119, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-edit { + background-position: -96px -72px; +} + +/* line 120, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-share { + background-position: -120px -72px; +} + +/* line 121, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-check { + background-position: -144px -72px; +} + +/* line 122, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-move { + background-position: -168px -72px; +} + +/* line 123, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-step-backward { + background-position: -192px -72px; +} + +/* line 124, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-fast-backward { + background-position: -216px -72px; +} + +/* line 125, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-backward { + background-position: -240px -72px; +} + +/* line 126, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-play { + background-position: -264px -72px; +} + +/* line 127, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-pause { + background-position: -288px -72px; +} + +/* line 128, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-stop { + background-position: -312px -72px; +} + +/* line 129, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-forward { + background-position: -336px -72px; +} + +/* line 130, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-fast-forward { + background-position: -360px -72px; +} + +/* line 131, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-step-forward { + background-position: -384px -72px; +} + +/* line 132, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-eject { + background-position: -408px -72px; +} + +/* line 133, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-chevron-left { + background-position: -432px -72px; +} + +/* line 134, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-chevron-right { + background-position: -456px -72px; +} + +/* line 136, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-plus-sign { + background-position: 0 -96px; +} + +/* line 137, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-minus-sign { + background-position: -24px -96px; +} + +/* line 138, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-remove-sign { + background-position: -48px -96px; +} + +/* line 139, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-ok-sign { + background-position: -72px -96px; +} + +/* line 140, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-question-sign { + background-position: -96px -96px; +} + +/* line 141, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-info-sign { + background-position: -120px -96px; +} + +/* line 142, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-screenshot { + background-position: -144px -96px; +} + +/* line 143, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-remove-circle { + background-position: -168px -96px; +} + +/* line 144, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-ok-circle { + background-position: -192px -96px; +} + +/* line 145, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-ban-circle { + background-position: -216px -96px; +} + +/* line 146, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-arrow-left { + background-position: -240px -96px; +} + +/* line 147, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-arrow-right { + background-position: -264px -96px; +} + +/* line 148, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-arrow-up { + background-position: -289px -96px; +} + +/* line 149, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-arrow-down { + background-position: -312px -96px; +} + +/* line 150, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-share-alt { + background-position: -336px -96px; +} + +/* line 151, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-resize-full { + background-position: -360px -96px; +} + +/* line 152, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-resize-small { + background-position: -384px -96px; +} + +/* line 153, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-plus { + background-position: -408px -96px; +} + +/* line 154, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-minus { + background-position: -433px -96px; +} + +/* line 155, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-asterisk { + background-position: -456px -96px; +} + +/* line 157, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-exclamation-sign { + background-position: 0 -120px; +} + +/* line 158, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-gift { + background-position: -24px -120px; +} + +/* line 159, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-leaf { + background-position: -48px -120px; +} + +/* line 160, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-fire { + background-position: -72px -120px; +} + +/* line 161, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-eye-open { + background-position: -96px -120px; +} + +/* line 162, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-eye-close { + background-position: -120px -120px; +} + +/* line 163, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-warning-sign { + background-position: -144px -120px; +} + +/* line 164, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-plane { + background-position: -168px -120px; +} + +/* line 165, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-calendar { + background-position: -192px -120px; +} + +/* line 166, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-random { + background-position: -216px -120px; + width: 16px; +} + +/* line 167, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-comment { + background-position: -240px -120px; +} + +/* line 168, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-magnet { + background-position: -264px -120px; +} + +/* line 169, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-chevron-up { + background-position: -288px -120px; +} + +/* line 170, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-chevron-down { + background-position: -313px -119px; +} + +/* line 171, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-retweet { + background-position: -336px -120px; +} + +/* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-shopping-cart { + background-position: -360px -120px; +} + +/* line 173, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-folder-close { + background-position: -384px -120px; + width: 16px; +} + +/* line 174, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-folder-open { + background-position: -408px -120px; + width: 16px; +} + +/* line 175, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-resize-vertical { + background-position: -432px -119px; +} + +/* line 176, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-resize-horizontal { + background-position: -456px -118px; +} + +/* line 178, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-hdd { + background-position: 0 -144px; +} + +/* line 179, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-bullhorn { + background-position: -24px -144px; +} + +/* line 180, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-bell { + background-position: -48px -144px; +} + +/* line 181, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-certificate { + background-position: -72px -144px; +} + +/* line 182, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-thumbs-up { + background-position: -96px -144px; +} + +/* line 183, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-thumbs-down { + background-position: -120px -144px; +} + +/* line 184, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-hand-right { + background-position: -144px -144px; +} + +/* line 185, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-hand-left { + background-position: -168px -144px; +} + +/* line 186, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-hand-up { + background-position: -192px -144px; +} + +/* line 187, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-hand-down { + background-position: -216px -144px; +} + +/* line 188, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-circle-arrow-right { + background-position: -240px -144px; +} + +/* line 189, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-circle-arrow-left { + background-position: -264px -144px; +} + +/* line 190, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-circle-arrow-up { + background-position: -288px -144px; +} + +/* line 191, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-circle-arrow-down { + background-position: -312px -144px; +} + +/* line 192, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-globe { + background-position: -336px -144px; +} + +/* line 193, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-wrench { + background-position: -360px -144px; +} + +/* line 194, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-tasks { + background-position: -384px -144px; +} + +/* line 195, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-filter { + background-position: -408px -144px; +} + +/* line 196, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-briefcase { + background-position: -432px -144px; +} + +/* line 197, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */ +.icon-fullscreen { + background-position: -456px -144px; +} + +/* line 8, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropup, +.dropdown { + position: relative; +} + +/* line 11, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-toggle { + *margin-bottom: -3px; +} + +/* line 16, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-toggle:active, +.open .dropdown-toggle { + outline: 0; +} + +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.caret { + display: inline-block; + width: 0; + height: 0; + vertical-align: top; + border-top: 4px solid black; + border-right: 4px solid transparent; + border-left: 4px solid transparent; + content: ""; +} + +/* line 34, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown .caret { + margin-top: 8px; + margin-left: 2px; +} + +/* line 41, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + background-color: white; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + *border-right-width: 2px; + *border-bottom-width: 2px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; +} +/* line 64, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +/* line 70, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid white; +} +/* line 75, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 20px; + color: #073642; + white-space: nowrap; +} + +/* line 91, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus, +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + text-decoration: none; + color: white; + background-color: #ab8100; + background-image: -moz-linear-gradient(top, #b58900, #9c7600); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b58900), to(#9c7600)); + background-image: -webkit-linear-gradient(top, #b58900, #9c7600); + background-image: -o-linear-gradient(top, #b58900, #9c7600); + background-image: linear-gradient(to bottom, #b58900, #9c7600); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB58900', endColorstr='#FF9C7600', GradientType=0); +} + +/* line 101, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: white; + text-decoration: none; + outline: 0; + background-color: #ab8100; + background-image: -moz-linear-gradient(top, #b58900, #9c7600); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b58900), to(#9c7600)); + background-image: -webkit-linear-gradient(top, #b58900, #9c7600); + background-image: -o-linear-gradient(top, #b58900, #9c7600); + background-image: linear-gradient(to bottom, #b58900, #9c7600); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB58900', endColorstr='#FF9C7600', GradientType=0); +} + +/* line 113, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #93a1a1; +} + +/* line 118, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + cursor: default; +} + +/* line 128, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.open { + *z-index: 1000; +} +/* line 133, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.open > .dropdown-menu { + display: block; +} + +/* line 140, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-backdrop { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + z-index: 990; +} + +/* line 151, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +/* line 163, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px solid black; + content: ""; +} +/* line 169, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} + +/* line 178, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu { + position: relative; +} + +/* line 182, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu > .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + -webkit-border-radius: 0 6px 6px 6px; + -moz-border-radius: 0 6px 6px 6px; + border-radius: 0 6px 6px 6px; +} + +/* line 189, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu:hover > .dropdown-menu { + display: block; +} + +/* line 194, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropup .dropdown-submenu > .dropdown-menu { + top: auto; + bottom: 0; + margin-top: 0; + margin-bottom: -2px; + -webkit-border-radius: 5px 5px 5px 0; + -moz-border-radius: 5px 5px 5px 0; + border-radius: 5px 5px 5px 0; +} + +/* line 203, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu > a:after { + display: block; + content: " "; + float: right; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + border-width: 5px 0 5px 5px; + border-left-color: #cccccc; + margin-top: 5px; + margin-right: -10px; +} + +/* line 216, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu:hover > a:after { + border-left-color: white; +} + +/* line 221, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu.pull-left { + float: none; +} +/* line 227, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown-submenu.pull-left > .dropdown-menu { + left: -100%; + margin-left: 10px; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +/* line 237, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.dropdown .dropdown-menu .nav-header { + padding-left: 20px; + padding-right: 20px; +} + +/* line 244, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ +.typeahead { + z-index: 1051; + margin-top: 2px; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 7, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */ +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #eae6d9; + border: 1px solid #ddd6c3; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */ +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} + +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */ +.well-large { + padding: 24px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +/* line 26, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */ +.well-small { + padding: 9px; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + -moz-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; +} +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ +.fade.in { + opacity: 1; +} + +/* line 14, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ +.collapse { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + -moz-transition: height 0.35s ease; + -o-transition: height 0.35s ease; + transition: height 0.35s ease; +} +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ +.collapse.in { + height: auto; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */ +.close { + float: right; + font-size: 20px; + font-weight: bold; + line-height: 20px; + color: black; + text-shadow: 0 1px 0 white; + opacity: 0.2; + filter: alpha(opacity=20); +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */ +.close:hover, .close:focus { + color: black; + text-decoration: none; + cursor: pointer; + opacity: 0.4; + filter: alpha(opacity=40); +} + +/* line 26, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */ +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} + +/* line 10, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + padding: 4px 12px; + margin-bottom: 0; + font-size: 14px; + line-height: 20px; + text-align: center; + vertical-align: middle; + cursor: pointer; + color: #073642; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + background-color: #f2eee2; + background-image: -moz-linear-gradient(top, #f8f4e8, #eae6d9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f4e8), to(#eae6d9)); + background-image: -webkit-linear-gradient(top, #f8f4e8, #eae6d9); + background-image: -o-linear-gradient(top, #f8f4e8, #eae6d9); + background-image: linear-gradient(to bottom, #f8f4e8, #eae6d9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F4E8', endColorstr='#FFEAE6D9', GradientType=0); + border-color: #eae6d9 #eae6d9 #cec5a9; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #eae6d9; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + border: 1px solid #eae6d9; + *border: 0; + border-bottom-color: #d7d0b9; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + *margin-left: .3em; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { + color: #073642; + background-color: #eae6d9; + *background-color: #e0dbc9; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn:active, .btn.active { + background-color: #d7d0b9 \9; +} +/* line 61, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn:first-child { + *margin-left: 0; +} +/* line 30, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn:hover, .btn:focus { + color: #073642; + text-decoration: none; + background-position: 0 -15px; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; +} +/* line 41, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +/* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn.active, .btn:active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn.disabled, .btn[disabled] { + cursor: default; + background-image: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +/* line 70, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-large { + padding: 11px 19px; + font-size: 17.5px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +/* line 76, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-large [class^="icon-"], +.btn-large [class*=" icon-"] { + margin-top: 4px; +} + +/* line 81, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-small { + padding: 2px 10px; + font-size: 11.9px; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 87, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-small [class^="icon-"], +.btn-small [class*=" icon-"] { + margin-top: 0; +} + +/* line 91, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-mini [class^="icon-"], +.btn-mini [class*=" icon-"] { + margin-top: -1px; +} + +/* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-mini { + padding: 0px 6px; + font-size: 10.5px; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 106, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-block { + display: block; + width: 100%; + padding-left: 0; + padding-right: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +/* line 115, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-block + .btn-block { + margin-top: 5px; +} + +/* line 123, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +/* line 139, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-primary.active, +.btn-warning.active, +.btn-danger.active, +.btn-success.active, +.btn-info.active, +.active.btn, +.btn-inverse.active { + color: rgba(255, 255, 255, 0.75); +} + +/* line 145, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-primary { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #c49400; + background-image: -moz-linear-gradient(top, #cf9c00, #b58900); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf9c00), to(#b58900)); + background-image: -webkit-linear-gradient(top, #cf9c00, #b58900); + background-image: -o-linear-gradient(top, #cf9c00, #b58900); + background-image: linear-gradient(to bottom, #cf9c00, #b58900); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF9C00', endColorstr='#FFB58900', GradientType=0); + border-color: #b58900 #b58900 #694f00; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #b58900; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { + color: white; + background-color: #b58900; + *background-color: #9c7600; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-primary:active, .btn-primary.active { + background-color: #826200 \9; +} + +/* line 149, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-warning { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #f9a732; + background-image: -moz-linear-gradient(top, #fbb450, #f89406); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); + background-image: -webkit-linear-gradient(top, #fbb450, #f89406); + background-image: -o-linear-gradient(top, #fbb450, #f89406); + background-image: linear-gradient(to bottom, #fbb450, #f89406); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); + border-color: #f89406 #f89406 #ad6704; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #f89406; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { + color: white; + background-color: #f89406; + *background-color: #df8505; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-warning:active, .btn-warning.active { + background-color: #c67605 \9; +} + +/* line 153, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-danger { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #da4e49; + background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); + background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0); + border-color: #bd362f #bd362f #802420; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #bd362f; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { + color: white; + background-color: #bd362f; + *background-color: #a9302a; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-danger:active, .btn-danger.active { + background-color: #942a25 \9; +} + +/* line 157, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-success { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #5bb65b; + background-image: -moz-linear-gradient(top, #62c462, #51a351); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); + background-image: -webkit-linear-gradient(top, #62c462, #51a351); + background-image: -o-linear-gradient(top, #62c462, #51a351); + background-image: linear-gradient(to bottom, #62c462, #51a351); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0); + border-color: #51a351 #51a351 #387038; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #51a351; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { + color: white; + background-color: #51a351; + *background-color: #499249; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-success:active, .btn-success.active { + background-color: #408140 \9; +} + +/* line 161, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-info, .btn.active { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #3092d7; + background-image: -moz-linear-gradient(top, #3797db, #268bd2); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3797db), to(#268bd2)); + background-image: -webkit-linear-gradient(top, #3797db, #268bd2); + background-image: -o-linear-gradient(top, #3797db, #268bd2); + background-image: linear-gradient(to bottom, #3797db, #268bd2); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3797DB', endColorstr='#FF268BD2', GradientType=0); + border-color: #268bd2 #268bd2 #1a6091; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #268bd2; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-info:hover, .btn.active:hover, .btn-info:focus, .btn.active:focus, .btn-info:active, .btn.active:active, .btn-info.active, .active.btn, .btn-info.disabled, .disabled.btn.active, .btn-info[disabled], [disabled].btn.active { + color: white; + background-color: #268bd2; + *background-color: #227dbc; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-info:active, .btn.active:active, .btn-info.active, .active.btn { + background-color: #1e6ea7 \9; +} + +/* line 165, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-inverse { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #363636; + background-image: -moz-linear-gradient(top, #444444, #222222); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); + background-image: -webkit-linear-gradient(top, #444444, #222222); + background-image: -o-linear-gradient(top, #444444, #222222); + background-image: linear-gradient(to bottom, #444444, #222222); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0); + border-color: #222222 #222222 black; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #222222; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { + color: white; + background-color: #222222; + *background-color: #151515; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-inverse:active, .btn-inverse.active { + background-color: #090909 \9; +} + +/* line 174, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +button.btn, +input[type="submit"].btn { + *padding-top: 3px; + *padding-bottom: 3px; +} +/* line 177, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +button.btn::-moz-focus-inner, +input[type="submit"].btn::-moz-focus-inner { + padding: 0; + border: 0; +} +/* line 186, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +button.btn.btn-large, +input[type="submit"].btn.btn-large { + *padding-top: 7px; + *padding-bottom: 7px; +} +/* line 190, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +button.btn.btn-small, +input[type="submit"].btn.btn-small { + *padding-top: 3px; + *padding-bottom: 3px; +} +/* line 194, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +button.btn.btn-mini, +input[type="submit"].btn.btn-mini { + *padding-top: 1px; + *padding-bottom: 1px; +} + +/* line 207, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-link, +.btn-link:active, +.btn-link[disabled] { + background-color: transparent; + background-image: none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +/* line 212, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-link { + border-color: transparent; + cursor: pointer; + color: #b58900; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 219, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-link:hover, +.btn-link:focus { + color: #694f00; + text-decoration: underline; + background-color: transparent; +} + +/* line 225, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_buttons.scss */ +.btn-link[disabled]:hover, +.btn-link[disabled]:focus { + color: #073642; + text-decoration: none; +} + +/* line 7, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group { + position: relative; + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + font-size: 0; + vertical-align: middle; + white-space: nowrap; + *margin-left: .3em; +} +/* line 61, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.btn-group:first-child { + *margin-left: 0; +} + +/* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group + .btn-group { + margin-left: 5px; +} + +/* line 23, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-toolbar { + font-size: 0; + margin-top: 10px; + margin-bottom: 10px; +} +/* line 29, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-toolbar > .btn + .btn, +.btn-toolbar > .btn-group + .btn, +.btn-toolbar > .btn + .btn-group { + margin-left: 5px; +} + +/* line 35, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn { + position: relative; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 39, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn + .btn { + margin-left: -1px; +} + +/* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn, +.btn-group > .dropdown-menu, +.btn-group > .popover { + font-size: 14px; +} + +/* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn-mini { + font-size: 10.5px; +} + +/* line 52, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn-small { + font-size: 11.9px; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn-large { + font-size: 17.5px; +} + +/* line 60, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn:first-child { + margin-left: 0; + -webkit-border-top-left-radius: 1px; + -moz-border-radius-topleft: 1px; + border-top-left-radius: 1px; + -webkit-border-bottom-left-radius: 1px; + -moz-border-radius-bottomleft: 1px; + border-bottom-left-radius: 1px; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn:last-child, +.btn-group > .dropdown-toggle { + -webkit-border-top-right-radius: 1px; + -moz-border-radius-topright: 1px; + border-top-right-radius: 1px; + -webkit-border-bottom-right-radius: 1px; + -moz-border-radius-bottomright: 1px; + border-bottom-right-radius: 1px; +} + +/* line 72, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn.large:first-child { + margin-left: 0; + -webkit-border-top-left-radius: 3px; + -moz-border-radius-topleft: 3px; + border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + border-bottom-left-radius: 3px; +} + +/* line 78, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn.large:last-child, +.btn-group > .large.dropdown-toggle { + -webkit-border-top-right-radius: 3px; + -moz-border-radius-topright: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + border-bottom-right-radius: 3px; +} + +/* line 87, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn:hover, +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active { + z-index: 2; +} + +/* line 93, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + +/* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn + .dropdown-toggle { + padding-left: 8px; + padding-right: 8px; + -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + *padding-top: 5px; + *padding-bottom: 5px; +} + +/* line 110, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn-mini + .dropdown-toggle { + padding-left: 5px; + padding-right: 5px; + *padding-top: 2px; + *padding-bottom: 2px; +} + +/* line 116, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn-small + .dropdown-toggle { + *padding-top: 5px; + *padding-bottom: 4px; +} + +/* line 120, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group > .btn-large + .dropdown-toggle { + padding-left: 12px; + padding-right: 12px; + *padding-top: 7px; + *padding-bottom: 7px; +} + +/* line 131, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .dropdown-toggle { + background-image: none; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} +/* line 137, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn.dropdown-toggle { + background-color: #eae6d9; +} +/* line 140, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn-primary.dropdown-toggle { + background-color: #b58900; +} +/* line 143, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn-warning.dropdown-toggle { + background-color: #f89406; +} +/* line 146, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn-danger.dropdown-toggle { + background-color: #bd362f; +} +/* line 149, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn-success.dropdown-toggle { + background-color: #51a351; +} +/* line 152, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn-info.dropdown-toggle, .btn-group.open .dropdown-toggle.btn.active { + background-color: #268bd2; +} +/* line 155, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group.open .btn-inverse.dropdown-toggle { + background-color: #222222; +} + +/* line 162, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn .caret { + margin-top: 8px; + margin-left: 0; +} + +/* line 167, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-large .caret { + margin-top: 6px; +} + +/* line 170, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-large .caret { + border-left-width: 5px; + border-right-width: 5px; + border-top-width: 5px; +} + +/* line 176, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-mini .caret, +.btn-small .caret { + margin-top: 8px; +} + +/* line 180, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.dropup .btn-large .caret { + border-bottom-width: 5px; +} + +/* line 193, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-primary .caret, +.btn-warning .caret, +.btn-danger .caret, +.btn-info .caret, +.btn.active .caret, +.btn-success .caret, +.btn-inverse .caret { + border-top-color: white; + border-bottom-color: white; +} + +/* line 204, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; +} + +/* line 208, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical > .btn { + display: block; + float: none; + max-width: 100%; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 214, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical > .btn + .btn { + margin-left: 0; + margin-top: -1px; +} + +/* line 218, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical > .btn:first-child { + -webkit-border-radius: 1px 1px 0 0; + -moz-border-radius: 1px 1px 0 0; + border-radius: 1px 1px 0 0; +} + +/* line 221, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical > .btn:last-child { + -webkit-border-radius: 0 0 1px 1px; + -moz-border-radius: 0 0 1px 1px; + border-radius: 0 0 1px 1px; +} + +/* line 224, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical > .btn-large:first-child { + -webkit-border-radius: 3px 3px 0 0; + -moz-border-radius: 3px 3px 0 0; + border-radius: 3px 3px 0 0; +} + +/* line 227, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ +.btn-group-vertical > .btn-large:last-child { + -webkit-border-radius: 0 0 3px 3px; + -moz-border-radius: 0 0 3px 3px; + border-radius: 0 0 3px 3px; +} + +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert { + padding: 8px 35px 8px 14px; + margin-bottom: 20px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + background-color: #fcf8e3; + border: 1px solid #fbeed5; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert, +.alert h4 { + color: #c09853; +} + +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert h4 { + margin: 0; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert .close { + position: relative; + top: -2px; + right: -21px; + line-height: 20px; +} + +/* line 38, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #468847; +} + +/* line 43, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-success h4 { + color: #468847; +} + +/* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-danger, +.alert-error { + background-color: #f2dede; + border-color: #eed3d7; + color: #b94a48; +} + +/* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-danger h4, +.alert-error h4 { + color: #b94a48; +} + +/* line 56, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #3a87ad; +} + +/* line 61, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-info h4 { + color: #3a87ad; +} + +/* line 69, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-block { + padding-top: 14px; + padding-bottom: 14px; +} + +/* line 74, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-block > p, +.alert-block > ul { + margin-bottom: 0; +} + +/* line 77, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */ +.alert-block p + p { + margin-top: 5px; +} + +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav { + margin-left: 0; + margin-bottom: 20px; + list-style: none; +} + +/* line 16, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > li > a { + display: block; +} + +/* line 20, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > li > a > img { + max-width: none; +} + +/* line 32, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > .pull-right { + float: right; +} + +/* line 37, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #93a1a1; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} + +/* line 48, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav li + .nav-header { + margin-top: 9px; +} + +/* line 57, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-list { + padding-left: 15px; + padding-right: 15px; + margin-bottom: 0; +} + +/* line 63, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-list > li > a, +.nav-list .nav-header { + margin-left: -15px; + margin-right: -15px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +/* line 68, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-list > li > a { + padding: 3px 15px; +} + +/* line 73, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-list > .active > a, +.nav-list > .active > a:hover, +.nav-list > .active > a:focus { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + background-color: #b58900; +} + +/* line 79, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + margin-right: 2px; +} + +/* line 83, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-list .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid white; +} + +/* line 94, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs, +.nav-pills { + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.nav-tabs:before, .nav-tabs:after, +.nav-pills:before, +.nav-pills:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.nav-tabs:after, +.nav-pills:after { + clear: both; +} + +/* line 98, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs > li, +.nav-pills > li { + float: left; +} + +/* line 102, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs > li > a, +.nav-pills > li > a { + padding-right: 12px; + padding-left: 12px; + margin-right: 2px; + line-height: 14px; +} + +/* line 113, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs { + border-bottom: 1px solid #ddd; +} + +/* line 117, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs > li { + margin-bottom: -1px; +} + +/* line 121, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs > li > a { + padding-top: 8px; + padding-bottom: 8px; + line-height: 20px; + border: 1px solid transparent; + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; +} +/* line 128, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #dddddd; +} + +/* line 135, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs > .active > a, +.nav-tabs > .active > a:hover, +.nav-tabs > .active > a:focus { + color: #555555; + background-color: #f8f4e8; + border: 1px solid #ddd; + border-bottom-color: transparent; + cursor: default; +} + +/* line 148, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-pills > li > a { + padding-top: 8px; + padding-bottom: 8px; + margin-top: 2px; + margin-bottom: 2px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +/* line 159, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-pills > .active > a, +.nav-pills > .active > a:hover, +.nav-pills > .active > a:focus { + color: white; + background-color: #b58900; +} + +/* line 170, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-stacked > li { + float: none; +} + +/* line 173, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-stacked > li > a { + margin-right: 0; +} + +/* line 178, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs.nav-stacked { + border-bottom: 0; +} + +/* line 181, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs.nav-stacked > li > a { + border: 1px solid #ddd; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 185, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs.nav-stacked > li:first-child > a { + -webkit-border-top-right-radius: 4px; + -moz-border-radius-topright: 4px; + border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + -moz-border-radius-topleft: 4px; + border-top-left-radius: 4px; +} + +/* line 188, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs.nav-stacked > li:last-child > a { + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-bottomright: 4px; + border-bottom-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -moz-border-radius-bottomleft: 4px; + border-bottom-left-radius: 4px; +} + +/* line 192, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs.nav-stacked > li > a:hover, +.nav-tabs.nav-stacked > li > a:focus { + border-color: #ddd; + z-index: 2; +} + +/* line 198, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-pills.nav-stacked > li > a { + margin-bottom: 3px; +} + +/* line 201, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-pills.nav-stacked > li:last-child > a { + margin-bottom: 1px; +} + +/* line 210, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs .dropdown-menu { + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; +} + +/* line 213, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-pills .dropdown-menu { + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +/* line 220, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav .dropdown-toggle .caret { + border-top-color: #b58900; + border-bottom-color: #b58900; + margin-top: 6px; +} + +/* line 226, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav .dropdown-toggle:hover .caret, +.nav .dropdown-toggle:focus .caret { + border-top-color: #694f00; + border-bottom-color: #694f00; +} + +/* move down carets for tabs */ +/* line 231, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs .dropdown-toggle .caret { + margin-top: 8px; +} + +/* line 237, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav .active .dropdown-toggle .caret { + border-top-color: #fff; + border-bottom-color: #fff; +} + +/* line 241, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs .active .dropdown-toggle .caret { + border-top-color: #555555; + border-bottom-color: #555555; +} + +/* line 249, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > .dropdown.active > a:hover, +.nav > .dropdown.active > a:focus { + cursor: pointer; +} + +/* line 258, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav-tabs .open .dropdown-toggle, +.nav-pills .open .dropdown-toggle, +.nav > li.dropdown.open.active > a:hover, +.nav > li.dropdown.open.active > a:focus { + color: white; + background-color: #93a1a1; + border-color: #93a1a1; +} + +/* line 266, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav li.dropdown.open .caret, +.nav li.dropdown.open.active .caret, +.nav li.dropdown.open a:hover .caret, +.nav li.dropdown.open a:focus .caret { + border-top-color: white; + border-bottom-color: white; + opacity: 1; + filter: alpha(opacity=100); +} + +/* line 274, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-stacked .open > a:hover, +.tabs-stacked .open > a:focus { + border-color: #93a1a1; +} + +/* line 288, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabbable { + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.tabbable:before, .tabbable:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.tabbable:after { + clear: both; +} + +/* line 291, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tab-content { + overflow: auto; +} + +/* line 298, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-below > .nav-tabs, +.tabs-right > .nav-tabs, +.tabs-left > .nav-tabs { + border-bottom: 0; +} + +/* line 304, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tab-content > .tab-pane, +.pill-content > .pill-pane { + display: none; +} + +/* line 308, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tab-content > .active, +.pill-content > .active { + display: block; +} + +/* line 316, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-below > .nav-tabs { + border-top: 1px solid #ddd; +} + +/* line 319, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-below > .nav-tabs > li { + margin-top: -1px; + margin-bottom: 0; +} + +/* line 323, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-below > .nav-tabs > li > a { + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; +} +/* line 326, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus { + border-bottom-color: transparent; + border-top-color: #ddd; +} + +/* line 333, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-below > .nav-tabs > .active > a, +.tabs-below > .nav-tabs > .active > a:hover, +.tabs-below > .nav-tabs > .active > a:focus { + border-color: transparent #ddd #ddd #ddd; +} + +/* line 342, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-left > .nav-tabs > li, +.tabs-right > .nav-tabs > li { + float: none; +} + +/* line 346, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-left > .nav-tabs > li > a, +.tabs-right > .nav-tabs > li > a { + min-width: 74px; + margin-right: 0; + margin-bottom: 3px; +} + +/* line 353, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-left > .nav-tabs { + float: left; + margin-right: 19px; + border-right: 1px solid #ddd; +} + +/* line 358, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-left > .nav-tabs > li > a { + margin-right: -1px; + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +/* line 363, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-left > .nav-tabs > li > a:hover, +.tabs-left > .nav-tabs > li > a:focus { + border-color: #eeeeee #dddddd #eeeeee #eeeeee; +} + +/* line 368, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-left > .nav-tabs .active > a, +.tabs-left > .nav-tabs .active > a:hover, +.tabs-left > .nav-tabs .active > a:focus { + border-color: #ddd transparent #ddd #ddd; + *border-right-color: white; +} + +/* line 374, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-right > .nav-tabs { + float: right; + margin-left: 19px; + border-left: 1px solid #ddd; +} + +/* line 379, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-right > .nav-tabs > li > a { + margin-left: -1px; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +/* line 384, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-right > .nav-tabs > li > a:hover, +.tabs-right > .nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #eeeeee #dddddd; +} + +/* line 389, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.tabs-right > .nav-tabs .active > a, +.tabs-right > .nav-tabs .active > a:hover, +.tabs-right > .nav-tabs .active > a:focus { + border-color: #ddd #ddd #ddd transparent; + *border-left-color: white; +} + +/* line 400, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > .disabled > a { + color: #93a1a1; +} + +/* line 405, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */ +.nav > .disabled > a:hover, +.nav > .disabled > a:focus { + text-decoration: none; + background-color: transparent; + cursor: default; +} + +/* line 10, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar { + overflow: visible; + margin-bottom: 20px; + *position: relative; + *z-index: 2; +} + +/* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inner { + min-height: 40px; + padding-left: 20px; + padding-right: 20px; + background-color: #eae6d9; + background-image: -moz-linear-gradient(top, #eae6d9, #eae6d9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eae6d9), to(#eae6d9)); + background-image: -webkit-linear-gradient(top, #eae6d9, #eae6d9); + background-image: -o-linear-gradient(top, #eae6d9, #eae6d9); + background-image: linear-gradient(to bottom, #eae6d9, #eae6d9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEAE6D9', endColorstr='#FFEAE6D9', GradientType=0); + border: 1px solid #d3cbb2; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inner:before, .navbar-inner:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inner:after { + clear: both; +} + +/* line 36, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .container { + width: auto; +} + +/* line 41, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.nav-collapse.collapse { + height: auto; + overflow: visible; +} + +/* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .brand { + float: left; + display: block; + padding: 10px 20px 10px; + margin-left: -20px; + font-size: 20px; + font-weight: 200; + color: #657b83; + text-shadow: 0 1px 0 #eae6d9; +} +/* line 60, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .brand:hover, .navbar .brand:focus { + text-decoration: none; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-text { + margin-bottom: 0; + line-height: 40px; + color: #657b83; +} + +/* line 75, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-link { + color: #657b83; +} +/* line 78, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-link:hover, .navbar-link:focus { + color: #b58900; +} + +/* line 85, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .divider-vertical { + height: 40px; + margin: 0 9px; + border-left: 1px solid #eae6d9; + border-right: 1px solid #eae6d9; +} + +/* line 95, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .btn, +.navbar .btn-group { + margin-top: 5px; +} + +/* line 102, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .btn-group .btn, +.navbar .input-prepend .btn, +.navbar .input-append .btn, +.navbar .input-prepend .btn-group, +.navbar .input-append .btn-group { + margin-top: 0; +} + +/* line 108, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-form { + margin-bottom: 0; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-form:before, .navbar-form:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-form:after { + clear: both; +} +/* line 114, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-form input, +.navbar-form select, +.navbar-form .radio, +.navbar-form .checkbox { + margin-top: 5px; +} +/* line 119, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-form input, +.navbar-form select, +.navbar-form .btn { + display: inline-block; + margin-bottom: 0; +} +/* line 125, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-form input[type="image"], +.navbar-form input[type="checkbox"], +.navbar-form input[type="radio"] { + margin-top: 3px; +} +/* line 129, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-form .input-append, +.navbar-form .input-prepend { + margin-top: 5px; + white-space: nowrap; +} +/* line 132, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-form .input-append input, +.navbar-form .input-prepend input { + margin-top: 0; +} + +/* line 140, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-search { + position: relative; + float: left; + margin-top: 5px; + margin-bottom: 0; +} +/* line 145, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-search .search-query { + margin-bottom: 0; + padding: 4px 14px; + font-family: Ubuntu, Helvetica, Helvetica, Arial, sans-serif; + font-size: 13px; + font-weight: normal; + line-height: 1; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +/* line 158, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-static-top { + position: static; + margin-bottom: 0; +} +/* line 161, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-static-top .navbar-inner { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 173, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; + margin-bottom: 0; +} + +/* line 181, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-top .navbar-inner, +.navbar-static-top .navbar-inner { + border-width: 0 0 1px; +} + +/* line 184, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-bottom .navbar-inner { + border-width: 1px 0 0; +} + +/* line 188, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-top .navbar-inner, +.navbar-fixed-bottom .navbar-inner { + padding-left: 0; + padding-right: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +/* line 198, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-static-top .container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { + width: 970px; +} + +/* line 203, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-top { + top: 0; +} + +/* line 208, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-top .navbar-inner, +.navbar-static-top .navbar-inner { + -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); +} + +/* line 214, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-bottom { + bottom: 0; +} +/* line 216, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-bottom .navbar-inner { + -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); +} + +/* line 226, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav { + position: relative; + left: 0; + display: block; + float: left; + margin: 0 10px 0 0; +} + +/* line 233, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav.pull-right { + float: right; + margin-right: 0; +} + +/* line 237, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav > li { + float: left; +} + +/* line 242, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav > li > a { + float: none; + padding: 10px 15px 10px; + color: #657b83; + text-decoration: none; + text-shadow: 0 1px 0 #eae6d9; +} + +/* line 250, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav .dropdown-toggle .caret { + margin-top: 8px; +} + +/* line 256, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav > li > a:focus, +.navbar .nav > li > a:hover { + background-color: transparent; + color: #b58900; + text-decoration: none; +} + +/* line 265, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav > .active > a, +.navbar .nav > .active > a:hover, +.navbar .nav > .active > a:focus { + color: #555555; + text-decoration: none; + background-color: transparent; + -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); + -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); +} + +/* line 274, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .btn-navbar { + display: none; + float: right; + padding: 7px 10px; + margin-left: 5px; + margin-right: 5px; + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #e0dbc9; + background-image: -moz-linear-gradient(top, #e0dbc9, #e0dbc9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0dbc9), to(#e0dbc9)); + background-image: -webkit-linear-gradient(top, #e0dbc9, #e0dbc9); + background-image: -o-linear-gradient(top, #e0dbc9, #e0dbc9); + background-image: linear-gradient(to bottom, #e0dbc9, #e0dbc9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE0DBC9', endColorstr='#FFE0DBC9', GradientType=0); + border-color: #e0dbc9 #e0dbc9 #c5ba98; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #e0dbc9; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { + color: white; + background-color: #e0dbc9; + *background-color: #d7d0b9; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar .btn-navbar:active, .navbar .btn-navbar.active { + background-color: #cec5a9 \9; +} + +/* line 283, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .btn-navbar .icon-bar { + display: block; + width: 18px; + height: 2px; + background-color: #f5f5f5; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); +} + +/* line 291, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.btn-navbar .icon-bar + .icon-bar { + margin-top: 3px; +} + +/* line 302, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav > li > .dropdown-menu:before { + content: ''; + display: inline-block; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-bottom-color: rgba(0, 0, 0, 0.2); + position: absolute; + top: -7px; + left: 9px; +} +/* line 313, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav > li > .dropdown-menu:after { + content: ''; + display: inline-block; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid white; + position: absolute; + top: -6px; + left: 10px; +} + +/* line 326, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-bottom .nav > li > .dropdown-menu:before { + border-top: 7px solid #ccc; + border-top-color: rgba(0, 0, 0, 0.2); + border-bottom: 0; + bottom: -7px; + top: auto; +} +/* line 333, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-fixed-bottom .nav > li > .dropdown-menu:after { + border-top: 6px solid white; + border-bottom: 0; + bottom: -6px; + top: auto; +} + +/* line 343, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav li.dropdown > a:hover .caret, +.navbar .nav li.dropdown > a:focus .caret { + border-top-color: #555555; + border-bottom-color: #555555; +} + +/* line 351, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav li.dropdown.open > .dropdown-toggle, +.navbar .nav li.dropdown.active > .dropdown-toggle, +.navbar .nav li.dropdown.open.active > .dropdown-toggle { + background-color: transparent; + color: #555555; +} + +/* line 355, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav li.dropdown > .dropdown-toggle .caret { + border-top-color: #657b83; + border-bottom-color: #657b83; +} + +/* line 361, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .nav li.dropdown.open > .dropdown-toggle .caret, +.navbar .nav li.dropdown.active > .dropdown-toggle .caret, +.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { + border-top-color: #555555; + border-bottom-color: #555555; +} + +/* line 368, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .pull-right > li > .dropdown-menu, +.navbar .nav > li > .dropdown-menu.pull-right { + left: auto; + right: 0; +} +/* line 371, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .pull-right > li > .dropdown-menu:before, +.navbar .nav > li > .dropdown-menu.pull-right:before { + left: auto; + right: 12px; +} +/* line 375, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .pull-right > li > .dropdown-menu:after, +.navbar .nav > li > .dropdown-menu.pull-right:after { + left: auto; + right: 13px; +} +/* line 379, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar .pull-right > li > .dropdown-menu .dropdown-menu, +.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { + left: auto; + right: 100%; + margin-left: 0; + margin-right: -1px; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +/* line 394, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .navbar-inner { + background-color: #002b36; + background-image: -moz-linear-gradient(top, #002b36, #002b36); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002b36), to(#002b36)); + background-image: -webkit-linear-gradient(top, #002b36, #002b36); + background-image: -o-linear-gradient(top, #002b36, #002b36); + background-image: linear-gradient(to bottom, #002b36, #002b36); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF002B36', endColorstr='#FF002B36', GradientType=0); + border-color: #252525; +} +/* line 400, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .brand, +.navbar-inverse .nav > li > a { + color: #839496; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +} +/* line 404, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .brand:hover, .navbar-inverse .brand:focus, +.navbar-inverse .nav > li > a:hover, +.navbar-inverse .nav > li > a:focus { + color: #b58900; +} +/* line 409, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .brand { + color: #839496; +} +/* line 413, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .navbar-text { + color: #839496; +} +/* line 418, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .nav > li > a:focus, +.navbar-inverse .nav > li > a:hover { + background-color: transparent; + color: #b58900; +} +/* line 425, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .nav .active > a, +.navbar-inverse .nav .active > a:hover, +.navbar-inverse .nav .active > a:focus { + color: #b58900; + background-color: transparent; +} +/* line 431, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .navbar-link { + color: #839496; +} +/* line 434, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus { + color: #b58900; +} +/* line 440, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .divider-vertical { + border-left-color: #002b36; + border-right-color: #002b36; +} +/* line 448, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { + background-color: transparent; + color: #b58900; +} +/* line 453, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .nav li.dropdown > a:hover .caret, +.navbar-inverse .nav li.dropdown > a:focus .caret { + border-top-color: #b58900; + color: #b58900; +} +/* line 457, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { + border-top-color: #839496; + border-bottom-color: #839496; +} +/* line 463, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { + border-top-color: #b58900; + border-bottom-color: #b58900; +} +/* line 470, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .navbar-search .search-query { + color: white; + background-color: #0091b5; + border-color: #002b36; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} +/* line 83, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inverse .navbar-search .search-query:-moz-placeholder { + color: #cccccc; +} +/* line 86, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inverse .navbar-search .search-query:-ms-input-placeholder { + color: #cccccc; +} +/* line 89, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { + color: #cccccc; +} +/* line 480, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused { + padding: 5px 15px; + color: #073642; + text-shadow: 0 1px 0 white; + background-color: white; + border: 0; + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + outline: 0; +} +/* line 493, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */ +.navbar-inverse .btn-navbar { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #00171c; + background-image: -moz-linear-gradient(top, #00171c, #00171c); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00171c), to(#00171c)); + background-image: -webkit-linear-gradient(top, #00171c, #00171c); + background-image: -o-linear-gradient(top, #00171c, #00171c); + background-image: linear-gradient(to bottom, #00171c, #00171c); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00171C', endColorstr='#FF00171C', GradientType=0); + border-color: #00171c #00171c black; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + *background-color: #00171c; + /* Darken IE7 buttons by default so they stand out more given they won't have borders */ + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} +/* line 513, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { + color: white; + background-color: #00171c; + *background-color: #000203; +} +/* line 521, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active { + background-color: black \9; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ +.breadcrumb { + padding: 8px 15px; + margin: 0 0 20px; + list-style: none; + background-color: #f5f5f5; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} +/* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ +.breadcrumb > li { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + text-shadow: 0 1px 0 white; +} +/* line 16, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ +.breadcrumb > li > .divider { + padding: 0 5px; + color: #ccc; +} +/* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ +.breadcrumb .active { + color: #93a1a1; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination { + margin: 20px 0; +} + +/* line 10, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + *zoom: 1; + margin-left: 0; + margin-bottom: 0; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); +} + +/* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > li { + display: inline; +} + +/* line 25, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > li > a, +.pagination ul > li > span { + float: left; + padding: 4px 12px; + line-height: 20px; + text-decoration: none; + background-color: white; + border: 1px solid #dddddd; + border-left-width: 0; +} + +/* line 37, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > li > a:hover, +.pagination ul > li > a:focus, +.pagination ul > .active > a, +.pagination ul > .active > span { + background-color: whitesmoke; +} + +/* line 41, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > .active > a, +.pagination ul > .active > span { + color: #93a1a1; + cursor: default; +} + +/* line 48, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > .disabled > span, +.pagination ul > .disabled > a, +.pagination ul > .disabled > a:hover, +.pagination ul > .disabled > a:focus { + color: #93a1a1; + background-color: transparent; + cursor: default; +} + +/* line 54, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > li:first-child > a, +.pagination ul > li:first-child > span { + border-left-width: 1px; + -webkit-border-top-left-radius: 1px; + -moz-border-radius-topleft: 1px; + border-top-left-radius: 1px; + -webkit-border-bottom-left-radius: 1px; + -moz-border-radius-bottomleft: 1px; + border-bottom-left-radius: 1px; +} + +/* line 59, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination ul > li:last-child > a, +.pagination ul > li:last-child > span { + -webkit-border-top-right-radius: 1px; + -moz-border-radius-topright: 1px; + border-top-right-radius: 1px; + -webkit-border-bottom-right-radius: 1px; + -moz-border-radius-bottomright: 1px; + border-bottom-right-radius: 1px; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-centered { + text-align: center; +} + +/* line 70, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-right { + text-align: right; +} + +/* line 81, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-large ul > li > a, +.pagination-large ul > li > span { + padding: 11px 19px; + font-size: 17.5px; +} +/* line 86, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-large ul > li:first-child > a, +.pagination-large ul > li:first-child > span { + -webkit-border-top-left-radius: 3px; + -moz-border-radius-topleft: 3px; + border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + border-bottom-left-radius: 3px; +} +/* line 90, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-large ul > li:last-child > a, +.pagination-large ul > li:last-child > span { + -webkit-border-top-right-radius: 3px; + -moz-border-radius-topright: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + border-bottom-right-radius: 3px; +} + +/* line 99, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-mini ul > li:first-child > a, +.pagination-mini ul > li:first-child > span, +.pagination-small ul > li:first-child > a, +.pagination-small ul > li:first-child > span { + -webkit-border-top-left-radius: 1px; + -moz-border-radius-topleft: 1px; + border-top-left-radius: 1px; + -webkit-border-bottom-left-radius: 1px; + -moz-border-radius-bottomleft: 1px; + border-bottom-left-radius: 1px; +} +/* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-mini ul > li:last-child > a, +.pagination-mini ul > li:last-child > span, +.pagination-small ul > li:last-child > a, +.pagination-small ul > li:last-child > span { + -webkit-border-top-right-radius: 1px; + -moz-border-radius-topright: 1px; + border-top-right-radius: 1px; + -webkit-border-bottom-right-radius: 1px; + -moz-border-radius-bottomright: 1px; + border-bottom-right-radius: 1px; +} + +/* line 111, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-small ul > li > a, +.pagination-small ul > li > span { + padding: 2px 10px; + font-size: 11.9px; +} + +/* line 119, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */ +.pagination-mini ul > li > a, +.pagination-mini ul > li > span { + padding: 0px 6px; + font-size: 10.5px; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager { + margin: 20px 0; + list-style: none; + text-align: center; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.pager:before, .pager:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.pager:after { + clear: both; +} + +/* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager li { + display: inline; +} + +/* line 16, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +/* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #f5f5f5; +} + +/* line 29, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager .next > a, +.pager .next > span { + float: right; +} + +/* line 33, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager .previous > a, +.pager .previous > span { + float: left; +} + +/* line 39, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */ +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #93a1a1; + background-color: #fff; + cursor: default; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: black; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-backdrop.fade { + opacity: 0; +} + +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-backdrop, +.modal-backdrop.fade.in { + opacity: 0.8; + filter: alpha(opacity=80); +} + +/* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal { + position: fixed; + top: 10%; + left: 50%; + z-index: 1050; + width: 560px; + margin-left: -280px; + background-color: white; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, 0.3); + *border: 1px solid #999; + /* IE6-7 */ + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -webkit-background-clip: padding-box; + -moz-background-clip: padding-box; + background-clip: padding-box; + outline: none; +} +/* line 41, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal.fade { + -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; + -moz-transition: opacity 0.3s linear, top 0.3s ease-out; + -o-transition: opacity 0.3s linear, top 0.3s ease-out; + transition: opacity 0.3s linear, top 0.3s ease-out; + top: -25%; +} +/* line 45, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal.fade.in { + top: 10%; +} + +/* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-header { + padding: 9px 15px; + border-bottom: 1px solid #eee; +} +/* line 51, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-header .close { + margin-top: 2px; +} +/* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-header h3 { + margin: 0; + line-height: 30px; +} + +/* line 60, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-body { + position: relative; + overflow-y: auto; + max-height: 400px; + padding: 15px; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-form { + margin-bottom: 0; +} + +/* line 72, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-footer { + padding: 14px 15px 15px; + margin-bottom: 0; + text-align: right; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; + -webkit-box-shadow: inset 0 1px 0 white; + -moz-box-shadow: inset 0 1px 0 white; + box-shadow: inset 0 1px 0 white; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.modal-footer:before, .modal-footer:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.modal-footer:after { + clear: both; +} +/* line 83, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-footer .btn + .btn { + margin-left: 5px; + margin-bottom: 0; +} +/* line 88, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} +/* line 92, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */ +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} + +/* line 7, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip { + position: absolute; + z-index: 1030; + display: block; + visibility: visible; + font-size: 11px; + line-height: 1.4; + opacity: 0; + filter: alpha(opacity=0); +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.in { + opacity: 0.8; + filter: alpha(opacity=80); +} +/* line 16, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.top { + margin-top: -3px; + padding: 5px 0; +} +/* line 17, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.right { + margin-left: 3px; + padding: 0 5px; +} +/* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.bottom { + margin-top: 3px; + padding: 5px 0; +} +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.left { + margin-left: -3px; + padding: 0 5px; +} + +/* line 23, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip-inner { + max-width: 200px; + padding: 8px; + color: white; + text-align: center; + text-decoration: none; + background-color: black; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 34, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +/* line 42, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: black; +} +/* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: black; +} +/* line 56, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: black; +} +/* line 63, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: black; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + background-color: #eae6d9; + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + white-space: normal; +} +/* line 28, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.top { + margin-top: -10px; +} +/* line 29, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.right { + margin-left: 10px; +} +/* line 30, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.bottom { + margin-top: 10px; +} +/* line 31, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.left { + margin-left: -10px; +} + +/* line 34, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover-title { + margin: 0; + padding: 8px 14px; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #e4dfd0; + border-bottom: 1px solid #dbd4bf; + -webkit-border-radius: 5px 5px 0 0; + -moz-border-radius: 5px 5px 0 0; + border-radius: 5px 5px 0 0; +} +/* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover-title:empty { + display: none; +} + +/* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover-content { + padding: 9px 14px; +} + +/* line 58, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover .arrow, +.popover .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +/* line 66, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover .arrow { + border-width: 11px; +} + +/* line 69, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover .arrow:after { + border-width: 10px; + content: ""; +} + +/* line 75, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.top .arrow { + left: 50%; + margin-left: -11px; + border-bottom-width: 0; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, 0.25); + bottom: -11px; +} +/* line 82, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.top .arrow:after { + bottom: 1px; + margin-left: -10px; + border-bottom-width: 0; + border-top-color: #eae6d9; +} +/* line 89, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.right .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-left-width: 0; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, 0.25); +} +/* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.right .arrow:after { + left: 1px; + bottom: -10px; + border-left-width: 0; + border-right-color: #eae6d9; +} +/* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.bottom .arrow { + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, 0.25); + top: -11px; +} +/* line 110, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.bottom .arrow:after { + top: 1px; + margin-left: -10px; + border-top-width: 0; + border-bottom-color: #eae6d9; +} +/* line 118, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.left .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, 0.25); +} +/* line 125, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */ +.popover.left .arrow:after { + right: 1px; + border-right-width: 0; + border-left-color: #eae6d9; + bottom: -10px; +} + +/* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +.thumbnails { + margin-left: -40px; + list-style: none; + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.thumbnails:before, .thumbnails:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.thumbnails:after { + clear: both; +} + +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +.row-fluid .thumbnails { + margin-left: 0; +} + +/* line 20, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +.thumbnails > li { + float: left; + margin-bottom: 20px; + margin-left: 40px; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +.thumbnail { + display: block; + padding: 4px; + line-height: 20px; + border: 1px solid #ddd; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +/* line 38, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +a.thumbnail:hover, +a.thumbnail:focus { + border-color: #b58900; + -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); + -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); + box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); +} + +/* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +.thumbnail > img { + display: block; + max-width: 100%; + margin-left: auto; + margin-right: auto; +} + +/* line 50, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ +.thumbnail .caption { + padding: 9px; + color: #555555; +} + +/* line 11, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media, +.media-body { + overflow: hidden; + *overflow: visible; + zoom: 1; +} + +/* line 19, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media, +.media .media { + margin-top: 15px; +} + +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media:first-child { + margin-top: 0; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media-object { + display: block; +} + +/* line 32, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media-heading { + margin: 0 0 5px; +} + +/* line 40, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media > .pull-left { + margin-right: 10px; +} + +/* line 43, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media > .pull-right { + margin-left: 10px; +} + +/* line 52, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */ +.media-list { + margin-left: 0; + list-style: none; +} + +/* line 8, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label, +.badge { + display: inline-block; + padding: 2px 4px; + font-size: 11.844px; + font-weight: bold; + line-height: 14px; + color: white; + vertical-align: baseline; + white-space: nowrap; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #93a1a1; +} + +/* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label { + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +/* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge { + padding-left: 9px; + padding-right: 9px; + -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 9px; +} + +/* line 33, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label:empty, +.badge:empty { + display: none; +} + +/* line 43, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +a.label:hover, a.label:focus, a.badge:hover, a.badge:focus { + color: white; + text-decoration: none; + cursor: pointer; +} + +/* line 54, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-important { + background-color: #b94a48; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-important[href] { + background-color: #953b39; +} + +/* line 57, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-warning { + background-color: #f89406; +} + +/* line 58, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-warning[href] { + background-color: #c67605; +} + +/* line 60, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-success { + background-color: #468847; +} + +/* line 61, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-success[href] { + background-color: #356635; +} + +/* line 63, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-info { + background-color: #3a87ad; +} + +/* line 64, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-info[href] { + background-color: #2d6987; +} + +/* line 66, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-inverse { + background-color: #073642; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.label-inverse[href] { + background-color: #021014; +} + +/* line 54, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-important { + background-color: #b94a48; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-important[href] { + background-color: #953b39; +} + +/* line 57, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-warning { + background-color: #f89406; +} + +/* line 58, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-warning[href] { + background-color: #c67605; +} + +/* line 60, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-success { + background-color: #468847; +} + +/* line 61, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-success[href] { + background-color: #356635; +} + +/* line 63, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-info { + background-color: #3a87ad; +} + +/* line 64, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-info[href] { + background-color: #2d6987; +} + +/* line 66, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-inverse { + background-color: #073642; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.badge-inverse[href] { + background-color: #021014; +} + +/* line 73, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.btn .label, +.btn .badge { + position: relative; + top: -1px; +} + +/* line 80, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */ +.btn-mini .label, +.btn-mini .badge { + top: 0; +} + +@-webkit-keyframes progress-bar-stripes { + /* line 11, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + from { + background-position: 40px 0; + } + + /* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + to { + background-position: 0 0; + } +} + +@-moz-keyframes progress-bar-stripes { + /* line 17, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + from { + background-position: 40px 0; + } + + /* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + to { + background-position: 0 0; + } +} + +@-ms-keyframes progress-bar-stripes { + /* line 23, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + from { + background-position: 40px 0; + } + + /* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + to { + background-position: 0 0; + } +} + +@-o-keyframes progress-bar-stripes { + /* line 29, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + from { + background-position: 0 0; + } + + /* line 30, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + to { + background-position: 40px 0; + } +} + +@keyframes progress-bar-stripes { + /* line 35, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + from { + background-position: 40px 0; + } + + /* line 36, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ + to { + background-position: 0 0; + } +} + +/* line 45, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress { + overflow: hidden; + height: 20px; + margin-bottom: 20px; + background-color: #f6f6f6; + background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9)); + background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9); + background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9); + background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0); + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress .bar { + width: 0%; + height: 100%; + color: white; + float: left; + font-size: 12px; + text-align: center; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #0d90d1; + background-image: -moz-linear-gradient(top, #149bdf, #0480be); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); + background-image: -webkit-linear-gradient(top, #149bdf, #0480be); + background-image: -o-linear-gradient(top, #149bdf, #0480be); + background-image: linear-gradient(to bottom, #149bdf, #0480be); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0); + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition: width 0.6s ease; + -moz-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; +} + +/* line 68, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress .bar + .bar { + -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); +} + +/* line 73, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-striped .bar { + background-color: #149bdf; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + -webkit-background-size: 40px 40px; + -moz-background-size: 40px 40px; + -o-background-size: 40px 40px; + background-size: 40px 40px; +} + +/* line 79, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress.active .bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -moz-animation: progress-bar-stripes 2s linear infinite; + -ms-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} + +/* line 93, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-danger .bar, .progress .bar-danger { + background-color: #dd514b; + background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); + background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); + background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); +} + +/* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-danger.progress-striped .bar, .progress-striped .bar-danger { + background-color: #ee5f5b; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +/* line 101, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-success .bar, .progress .bar-success { + background-color: #5db95d; + background-image: -moz-linear-gradient(top, #62c462, #57a957); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); + background-image: -webkit-linear-gradient(top, #62c462, #57a957); + background-image: -o-linear-gradient(top, #62c462, #57a957); + background-image: linear-gradient(to bottom, #62c462, #57a957); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); +} + +/* line 104, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-success.progress-striped .bar, .progress-striped .bar-success { + background-color: #62c462; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +/* line 109, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-info .bar, .progress .bar-info { + background-color: #4bb1cf; + background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); + background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); + background-image: -o-linear-gradient(top, #5bc0de, #339bb9); + background-image: linear-gradient(to bottom, #5bc0de, #339bb9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); +} + +/* line 112, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-info.progress-striped .bar, .progress-striped .bar-info { + background-color: #5bc0de; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +/* line 117, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-warning .bar, .progress .bar-warning { + background-color: #f9a732; + background-image: -moz-linear-gradient(top, #fbb450, #f89406); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); + background-image: -webkit-linear-gradient(top, #fbb450, #f89406); + background-image: -o-linear-gradient(top, #fbb450, #f89406); + background-image: linear-gradient(to bottom, #fbb450, #f89406); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); +} + +/* line 120, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ +.progress-warning.progress-striped .bar, .progress-striped .bar-warning { + background-color: #fbb450; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +/* line 7, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */ +.accordion { + margin-bottom: 20px; +} + +/* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */ +.accordion-group { + margin-bottom: 2px; + border: 1px solid #e5e5e5; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; +} + +/* line 17, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */ +.accordion-heading { + border-bottom: 0; +} + +/* line 20, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */ +.accordion-heading .accordion-toggle { + display: block; + padding: 8px 15px; +} + +/* line 26, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */ +.accordion-toggle { + cursor: pointer; +} + +/* line 31, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_accordion.scss */ +.accordion-inner { + padding: 9px 15px; + border-top: 1px solid #e5e5e5; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel { + position: relative; + margin-bottom: 20px; + line-height: 1; +} + +/* line 12, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner { + overflow: hidden; + width: 100%; + position: relative; +} + +/* line 20, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .item { + display: none; + position: relative; + -webkit-transition: 0.6s ease-in-out left; + -moz-transition: 0.6s ease-in-out left; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; +} +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + line-height: 1; +} +/* line 35, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} +/* line 37, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .active { + left: 0; +} +/* line 42, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} +/* line 48, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .next { + left: 100%; +} +/* line 51, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .prev { + left: -100%; +} +/* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} +/* line 59, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .active.left { + left: -100%; +} +/* line 62, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-inner > .active.right { + left: 100%; +} + +/* line 71, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-control { + position: absolute; + top: 40%; + left: 15px; + width: 40px; + height: 40px; + margin-top: -20px; + font-size: 60px; + font-weight: 100; + line-height: 30px; + color: white; + text-align: center; + background: #222222; + border: 3px solid white; + -webkit-border-radius: 23px; + -moz-border-radius: 23px; + border-radius: 23px; + opacity: 0.5; + filter: alpha(opacity=50); +} +/* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-control.right { + left: auto; + right: 15px; +} +/* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-control:hover, .carousel-control:focus { + color: white; + text-decoration: none; + opacity: 0.9; + filter: alpha(opacity=90); +} + +/* line 112, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-indicators { + position: absolute; + top: 15px; + right: 15px; + z-index: 5; + margin: 0; + list-style: none; +} +/* line 120, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-indicators li { + display: block; + float: left; + width: 10px; + height: 10px; + margin-left: 5px; + text-indent: -999px; + background-color: #ccc; + background-color: rgba(255, 255, 255, 0.25); + border-radius: 5px; +} +/* line 131, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-indicators .active { + background-color: #fff; +} + +/* line 139, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-caption { + position: absolute; + left: 0; + right: 0; + bottom: 0; + padding: 15px; + background: #073642; + background: rgba(0, 0, 0, 0.75); +} + +/* line 149, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-caption h4, +.carousel-caption p { + color: white; + line-height: 20px; +} + +/* line 153, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-caption h4 { + margin: 0 0 5px; +} + +/* line 156, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */ +.carousel-caption p { + margin-bottom: 0; +} + +/* line 6, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */ +.hero-unit { + padding: 60px; + margin-bottom: 30px; + font-size: 18px; + font-weight: 200; + line-height: 30px; + color: inherit; + background-color: #eae6d9; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */ +.hero-unit h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + color: inherit; + letter-spacing: -1px; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */ +.hero-unit li { + line-height: 30px; +} + +/* line 7, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.pull-right { + float: right; +} + +/* line 10, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.pull-left { + float: left; +} + +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.hide { + display: none; +} + +/* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.show { + display: block; +} + +/* line 23, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.invisible { + visibility: hidden; +} + +/* line 28, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.affix { + position: fixed; +} + +/* line 33, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.clearfix { + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.clearfix:before, .clearfix:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.clearfix:after { + clear: both; +} + +/* line 38, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.hide-text { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +/* line 43, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */ +.input-block-level { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application.css.sass */ +body { + padding-top: 41px; + padding-bottom: 41px; +} + +/*! + * Bootstrap Responsive v2.3.2 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */ +@-ms-viewport { + width: device-width; +} + +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.hidden { + display: none; + visibility: hidden; +} + +/* line 23, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.visible-phone { + display: none !important; +} + +/* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.visible-tablet { + display: none !important; +} + +/* line 27, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.hidden-desktop { + display: none !important; +} + +/* line 28, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.visible-desktop { + display: inherit !important; +} + +@media (min-width: 768px) and (max-width: 979px) { + /* line 33, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .hidden-desktop { + display: inherit !important; + } + + /* line 34, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .visible-desktop { + display: none !important; + } + + /* line 36, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .visible-tablet { + display: inherit !important; + } + + /* line 38, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .hidden-tablet { + display: none !important; + } +} +@media (max-width: 767px) { + /* line 44, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .hidden-desktop { + display: inherit !important; + } + + /* line 45, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .visible-desktop { + display: none !important; + } + + /* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .visible-phone { + display: inherit !important; + } + + /* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .hidden-phone { + display: none !important; + } +} +/* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.visible-print { + display: none !important; +} + +@media print { + /* line 57, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .visible-print { + display: inherit !important; + } + + /* line 58, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ + .hidden-print { + display: none !important; + } +} +/* line 62, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.clearfix { + *zoom: 1; +} +/* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.clearfix:before, .clearfix:after { + display: table; + content: ""; + line-height: 0; +} +/* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ +.clearfix:after { + clear: both; +} + +/* line 67, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.hide-text { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +/* line 72, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */ +.input-block-level { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +@media (min-width: 1200px) { + /* line 567, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row { + margin-left: -60px; + *zoom: 1; + } + /* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row:before, .row:after { + display: table; + content: ""; + line-height: 0; + } + /* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row:after { + clear: both; + } + + /* line 572, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + [class*="span"] { + float: left; + min-height: 1px; + margin-left: 60px; + } + + /* line 582, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .container, + .navbar-static-top .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { + width: 1200px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span1 { + width: 45px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span2 { + width: 150px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span3 { + width: 255px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span4 { + width: 360px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span5 { + width: 465px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span6 { + width: 570px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span7 { + width: 675px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span8 { + width: 780px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span9 { + width: 885px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span10 { + width: 990px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span11 { + width: 1095px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span12 { + width: 1200px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset1 { + margin-left: 165px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset2 { + margin-left: 270px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset3 { + margin-left: 375px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset4 { + margin-left: 480px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset5 { + margin-left: 585px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset6 { + margin-left: 690px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset7 { + margin-left: 795px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset8 { + margin-left: 900px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset9 { + margin-left: 1005px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset10 { + margin-left: 1110px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset11 { + margin-left: 1215px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset12 { + margin-left: 1320px; + } + + /* line 614, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid { + width: 100%; + *zoom: 1; + } + /* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid:before, .row-fluid:after { + display: table; + content: ""; + line-height: 0; + } + /* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid:after { + clear: both; + } + /* line 617, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid [class*="span"] { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + float: left; + margin-left: 5%; + *margin-left: 4.94845%; + } + /* line 623, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid [class*="span"]:first-child { + margin-left: 0; + } + /* line 628, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 5%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span1 { + width: 3.75%; + *width: 3.69845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span2 { + width: 12.5%; + *width: 12.44845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span3 { + width: 21.25%; + *width: 21.19845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span4 { + width: 30%; + *width: 29.94845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span5 { + width: 38.75%; + *width: 38.69845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span6 { + width: 47.5%; + *width: 47.44845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span7 { + width: 56.25%; + *width: 56.19845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span8 { + width: 65%; + *width: 64.94845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span9 { + width: 73.75%; + *width: 73.69845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span10 { + width: 82.5%; + *width: 82.44845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span11 { + width: 91.25%; + *width: 91.19845%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span12 { + width: 100%; + *width: 99.94845%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset1 { + margin-left: 13.75%; + *margin-left: 13.64691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset1:first-child { + margin-left: 8.75%; + *margin-left: 8.64691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset2 { + margin-left: 22.5%; + *margin-left: 22.39691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset2:first-child { + margin-left: 17.5%; + *margin-left: 17.39691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset3 { + margin-left: 31.25%; + *margin-left: 31.14691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset3:first-child { + margin-left: 26.25%; + *margin-left: 26.14691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset4 { + margin-left: 40%; + *margin-left: 39.89691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset4:first-child { + margin-left: 35%; + *margin-left: 34.89691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset5 { + margin-left: 48.75%; + *margin-left: 48.64691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset5:first-child { + margin-left: 43.75%; + *margin-left: 43.64691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset6 { + margin-left: 57.5%; + *margin-left: 57.39691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset6:first-child { + margin-left: 52.5%; + *margin-left: 52.39691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset7 { + margin-left: 66.25%; + *margin-left: 66.14691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset7:first-child { + margin-left: 61.25%; + *margin-left: 61.14691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset8 { + margin-left: 75%; + *margin-left: 74.89691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset8:first-child { + margin-left: 70%; + *margin-left: 69.89691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset9 { + margin-left: 83.75%; + *margin-left: 83.64691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset9:first-child { + margin-left: 78.75%; + *margin-left: 78.64691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset10 { + margin-left: 92.5%; + *margin-left: 92.39691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset10:first-child { + margin-left: 87.5%; + *margin-left: 87.39691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset11 { + margin-left: 101.25%; + *margin-left: 101.14691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset11:first-child { + margin-left: 96.25%; + *margin-left: 96.14691%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset12 { + margin-left: 110%; + *margin-left: 109.89691%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset12:first-child { + margin-left: 105%; + *margin-left: 104.89691%; + } + + /* line 671, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input, + textarea, + .uneditable-input { + margin-left: 0; + } + + /* line 676, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .controls-row [class*="span"] + [class*="span"] { + margin-left: 60px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span1, + textarea.span1, + .uneditable-input.span1 { + width: 31px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span2, + textarea.span2, + .uneditable-input.span2 { + width: 136px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span3, + textarea.span3, + .uneditable-input.span3 { + width: 241px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span4, + textarea.span4, + .uneditable-input.span4 { + width: 346px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span5, + textarea.span5, + .uneditable-input.span5 { + width: 451px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span6, + textarea.span6, + .uneditable-input.span6 { + width: 556px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span7, + textarea.span7, + .uneditable-input.span7 { + width: 661px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span8, + textarea.span8, + .uneditable-input.span8 { + width: 766px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span9, + textarea.span9, + .uneditable-input.span9 { + width: 871px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span10, + textarea.span10, + .uneditable-input.span10 { + width: 976px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span11, + textarea.span11, + .uneditable-input.span11 { + width: 1081px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span12, + textarea.span12, + .uneditable-input.span12 { + width: 1186px; + } + + /* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */ + .thumbnails { + margin-left: -60px; + } + + /* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */ + .thumbnails > li { + margin-left: 60px; + } + + /* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */ + .row-fluid .thumbnails { + margin-left: 0; + } +} +@media (min-width: 768px) and (max-width: 979px) { + /* line 567, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row { + margin-left: -30px; + *zoom: 1; + } + /* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row:before, .row:after { + display: table; + content: ""; + line-height: 0; + } + /* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row:after { + clear: both; + } + + /* line 572, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + [class*="span"] { + float: left; + min-height: 1px; + margin-left: 30px; + } + + /* line 582, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .container, + .navbar-static-top .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { + width: 768px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span1 { + width: 36.5px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span2 { + width: 103px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span3 { + width: 169.5px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span4 { + width: 236px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span5 { + width: 302.5px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span6 { + width: 369px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span7 { + width: 435.5px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span8 { + width: 502px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span9 { + width: 568.5px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span10 { + width: 635px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span11 { + width: 701.5px; + } + + /* line 593, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .span12 { + width: 768px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset1 { + margin-left: 96.5px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset2 { + margin-left: 163px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset3 { + margin-left: 229.5px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset4 { + margin-left: 296px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset5 { + margin-left: 362.5px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset6 { + margin-left: 429px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset7 { + margin-left: 495.5px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset8 { + margin-left: 562px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset9 { + margin-left: 628.5px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset10 { + margin-left: 695px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset11 { + margin-left: 761.5px; + } + + /* line 599, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .offset12 { + margin-left: 828px; + } + + /* line 614, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid { + width: 100%; + *zoom: 1; + } + /* line 15, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid:before, .row-fluid:after { + display: table; + content: ""; + line-height: 0; + } + /* line 22, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid:after { + clear: both; + } + /* line 617, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid [class*="span"] { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + float: left; + margin-left: 3.90625%; + *margin-left: 3.8547%; + } + /* line 623, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid [class*="span"]:first-child { + margin-left: 0; + } + /* line 628, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 3.90625%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span1 { + width: 4.7526%; + *width: 4.70106%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span2 { + width: 13.41146%; + *width: 13.35991%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span3 { + width: 22.07031%; + *width: 22.01877%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span4 { + width: 30.72917%; + *width: 30.67762%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span5 { + width: 39.38802%; + *width: 39.33647%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span6 { + width: 48.04688%; + *width: 47.99533%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span7 { + width: 56.70573%; + *width: 56.65418%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span8 { + width: 65.36458%; + *width: 65.31304%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span9 { + width: 74.02344%; + *width: 73.97189%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span10 { + width: 82.68229%; + *width: 82.63075%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span11 { + width: 91.34115%; + *width: 91.2896%; + } + /* line 640, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .span12 { + width: 100%; + *width: 99.94845%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset1 { + margin-left: 12.5651%; + *margin-left: 12.46201%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset1:first-child { + margin-left: 8.65885%; + *margin-left: 8.55576%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset2 { + margin-left: 21.22396%; + *margin-left: 21.12087%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset2:first-child { + margin-left: 17.31771%; + *margin-left: 17.21462%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset3 { + margin-left: 29.88281%; + *margin-left: 29.77972%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset3:first-child { + margin-left: 25.97656%; + *margin-left: 25.87347%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset4 { + margin-left: 38.54167%; + *margin-left: 38.43857%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset4:first-child { + margin-left: 34.63542%; + *margin-left: 34.53232%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset5 { + margin-left: 47.20052%; + *margin-left: 47.09743%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset5:first-child { + margin-left: 43.29427%; + *margin-left: 43.19118%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset6 { + margin-left: 55.85938%; + *margin-left: 55.75628%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset6:first-child { + margin-left: 51.95313%; + *margin-left: 51.85003%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset7 { + margin-left: 64.51823%; + *margin-left: 64.41514%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset7:first-child { + margin-left: 60.61198%; + *margin-left: 60.50889%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset8 { + margin-left: 73.17708%; + *margin-left: 73.07399%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset8:first-child { + margin-left: 69.27083%; + *margin-left: 69.16774%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset9 { + margin-left: 81.83594%; + *margin-left: 81.73284%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset9:first-child { + margin-left: 77.92969%; + *margin-left: 77.82659%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset10 { + margin-left: 90.49479%; + *margin-left: 90.3917%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset10:first-child { + margin-left: 86.58854%; + *margin-left: 86.48545%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset11 { + margin-left: 99.15365%; + *margin-left: 99.05055%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset11:first-child { + margin-left: 95.2474%; + *margin-left: 95.1443%; + } + /* line 646, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset12 { + margin-left: 107.8125%; + *margin-left: 107.70941%; + } + /* line 647, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .row-fluid .offset12:first-child { + margin-left: 103.90625%; + *margin-left: 103.80316%; + } + + /* line 671, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input, + textarea, + .uneditable-input { + margin-left: 0; + } + + /* line 676, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + .controls-row [class*="span"] + [class*="span"] { + margin-left: 30px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span1, + textarea.span1, + .uneditable-input.span1 { + width: 22.5px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span2, + textarea.span2, + .uneditable-input.span2 { + width: 89px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span3, + textarea.span3, + .uneditable-input.span3 { + width: 155.5px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span4, + textarea.span4, + .uneditable-input.span4 { + width: 222px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span5, + textarea.span5, + .uneditable-input.span5 { + width: 288.5px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span6, + textarea.span6, + .uneditable-input.span6 { + width: 355px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span7, + textarea.span7, + .uneditable-input.span7 { + width: 421.5px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span8, + textarea.span8, + .uneditable-input.span8 { + width: 488px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span9, + textarea.span9, + .uneditable-input.span9 { + width: 554.5px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span10, + textarea.span10, + .uneditable-input.span10 { + width: 621px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span11, + textarea.span11, + .uneditable-input.span11 { + width: 687.5px; + } + + /* line 688, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */ + input.span12, + textarea.span12, + .uneditable-input.span12 { + width: 754px; + } +} +@media (max-width: 767px) { + /* line 9, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + body { + padding-left: 20px; + padding-right: 20px; + } + + /* line 16, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .navbar-fixed-top, + .navbar-fixed-bottom, + .navbar-static-top { + margin-left: -20px; + margin-right: -20px; + } + + /* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .container-fluid { + padding: 0; + } + + /* line 29, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .dl-horizontal dt { + float: none; + clear: none; + width: auto; + text-align: left; + } + /* line 35, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .dl-horizontal dd { + margin-left: 0; + } + + /* line 43, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .container { + width: auto; + } + + /* line 47, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .row-fluid { + width: 100%; + } + + /* line 52, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .row, + .thumbnails { + margin-left: 0; + } + + /* line 55, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .thumbnails > li { + float: none; + margin-left: 0; + } + + /* line 62, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + [class*="span"], + .uneditable-input[class*="span"], + .row-fluid [class*="span"] { + float: none; + display: block; + width: 100%; + margin-left: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + + /* line 70, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .span12, + .row-fluid .span12 { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + + /* line 74, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .row-fluid [class*="offset"]:first-child { + margin-left: 0; + } + + /* line 87, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .input-large, .form-search input[type=text]:focus, + .input-xlarge, + .input-xxlarge, + input[class*="span"], + select[class*="span"], + textarea[class*="span"], + .uneditable-input { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + + /* line 94, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .input-prepend input, + .input-append input, + .input-prepend input[class*="span"], + .input-append input[class*="span"] { + display: inline-block; + width: auto; + } + + /* line 98, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .controls-row [class*="span"] + [class*="span"] { + margin-left: 0; + } + + /* line 103, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .modal { + position: fixed; + top: 20px; + left: 20px; + right: 20px; + width: auto; + margin: 0; + } + /* line 110, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .modal.fade { + top: -100px; + } + /* line 111, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .modal.fade.in { + top: 20px; + } +} +@media (max-width: 480px) { + /* line 124, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .nav-collapse { + -webkit-transform: translate3d(0, 0, 0); + } + + /* line 129, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .page-header h1 small { + display: block; + line-height: 20px; + } + + /* line 136, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + input[type="checkbox"], + input[type="radio"] { + border: 1px solid #ccc; + } + + /* line 142, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .form-horizontal .control-label { + float: none; + width: auto; + padding-top: 0; + text-align: left; + } + /* line 149, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .form-horizontal .controls { + margin-left: 0; + } + /* line 153, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .form-horizontal .control-list { + padding-top: 0; + } + /* line 157, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .form-horizontal .form-actions { + padding-left: 10px; + padding-right: 10px; + } + + /* line 166, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .media .pull-left, + .media .pull-right { + float: none; + display: block; + margin-bottom: 10px; + } + + /* line 172, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .media-object { + margin-right: 0; + margin-left: 0; + } + + /* line 178, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .modal { + top: 10px; + left: 10px; + right: 10px; + } + + /* line 183, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .modal-header .close { + padding: 10px; + margin: -10px; + } + + /* line 189, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */ + .carousel-caption { + position: static; + } +} +@media (max-width: 979px) { + /* line 13, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + body { + padding-top: 0; + } + + /* line 18, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-fixed-top, + .navbar-fixed-bottom { + position: static; + } + + /* line 21, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-fixed-top { + margin-bottom: 20px; + } + + /* line 24, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-fixed-bottom { + margin-top: 20px; + } + + /* line 28, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-fixed-top .navbar-inner, + .navbar-fixed-bottom .navbar-inner { + padding: 5px; + } + + /* line 31, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar .container { + width: auto; + padding: 0; + } + + /* line 36, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar .brand { + padding-left: 10px; + padding-right: 10px; + margin: 0 0 0 -5px; + } + + /* line 45, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse { + clear: both; + } + + /* line 49, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav { + float: none; + margin: 0 0 10px; + } + + /* line 53, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav > li { + float: none; + } + + /* line 56, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav > li > a { + margin-bottom: 2px; + } + + /* line 59, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav > .divider-vertical { + display: none; + } + + /* line 62, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav .nav-header { + color: #657b83; + text-shadow: none; + } + + /* line 68, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav > li > a, + .nav-collapse .dropdown-menu a { + padding: 9px 15px; + font-weight: bold; + color: #657b83; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + } + + /* line 75, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .btn { + padding: 4px 10px 4px; + font-weight: normal; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + } + + /* line 80, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .dropdown-menu li + li a { + margin-bottom: 2px; + } + + /* line 86, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav > li > a:hover, + .nav-collapse .nav > li > a:focus, + .nav-collapse .dropdown-menu a:hover, + .nav-collapse .dropdown-menu a:focus { + background-color: #eae6d9; + } + + /* line 90, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-inverse .nav-collapse .nav > li > a, + .navbar-inverse .nav-collapse .dropdown-menu a { + color: #839496; + } + + /* line 96, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-inverse .nav-collapse .nav > li > a:hover, + .navbar-inverse .nav-collapse .nav > li > a:focus, + .navbar-inverse .nav-collapse .dropdown-menu a:hover, + .navbar-inverse .nav-collapse .dropdown-menu a:focus { + background-color: #002b36; + } + + /* line 100, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse.in .btn-group { + margin-top: 5px; + padding: 0; + } + + /* line 105, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .dropdown-menu { + position: static; + top: auto; + left: auto; + float: none; + display: none; + max-width: none; + margin: 0 15px; + padding: 0; + background-color: transparent; + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + + /* line 119, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .open > .dropdown-menu { + display: block; + } + + /* line 124, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .dropdown-menu:before, + .nav-collapse .dropdown-menu:after { + display: none; + } + + /* line 127, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .dropdown-menu .divider { + display: none; + } + + /* line 132, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after { + display: none; + } + + /* line 138, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse .navbar-form, + .nav-collapse .navbar-search { + float: none; + padding: 10px 15px; + margin: 10px 0; + border-top: 1px solid #eae6d9; + border-bottom: 1px solid #eae6d9; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + } + + /* line 147, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-inverse .nav-collapse .navbar-form, + .navbar-inverse .nav-collapse .navbar-search { + border-top-color: #002b36; + border-bottom-color: #002b36; + } + + /* line 152, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar .nav-collapse .nav.pull-right { + float: none; + margin-left: 0; + } + + /* line 158, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse, + .nav-collapse.collapse { + overflow: hidden; + height: 0; + } + + /* line 163, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar .btn-navbar { + display: block; + } + + /* line 169, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .navbar-static .navbar-inner { + padding-left: 10px; + padding-right: 10px; + } +} +@media (min-width: 980px) { + /* line 184, /Users/troy/.rvm/gems/ruby-2.3.8/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */ + .nav-collapse.collapse { + height: auto !important; + overflow: visible !important; + } +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_tooltips.css.sass */ +.tooltip-inner { + line-height: 130%; + background-color: black; + color: white; +} + +/* line 7, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_tooltips.css.sass */ +.tooltip { + min-width: 10em; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_tooltips.css.sass */ +.tooltip.in { + opacity: 0.95; + filter: alpha(opacity=95); +} + +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_navbars.css.sass */ +.navbar .navbar-inner { + padding-top: 0; + padding-bottom: 0; +} + +/* line 8, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_navbars.css.sass */ +.navbar-fixed-top { + margin-bottom: 0; +} + +/* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_forms.css.sass */ +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="time"]:focus, +input[type="week"]:focus, +input[type="number"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="color"]:focus, +select:focus, +.uneditable-input:focus { + border-color: rgba(181, 137, 0, 0.6); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 137, 0, 0.6); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 137, 0, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 137, 0, 0.6); +} + +/* line 26, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_forms.css.sass */ +.form-search { + margin-top: 5px; + margin-bottom: 0; +} +/* line 30, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_forms.css.sass */ +.form-search input[type=text] { + height: 30px; +} + +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_floats.css.sass */ +.pull-left.pull-left-spaced { + margin-right: 2ex; +} + +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_floats.css.sass */ +.pull-right.pull-right-spaced { + margin-left: 2ex; +} + +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_buttons.css.sass */ +.btn-block > .dropdown-menu { + width: 100%; +} + +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_type.css.sass */ +.muted { + color: #93a1a1; +} + +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/bootstrap_ext/_code.css.sass */ +code { + color: inherit; + background-color: rgba(234, 230, 217, 0.2); + border-color: none; +} + +/*! Asset version manual bump: 1 */ +/*! + * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('/assets/fontawesome-webfont.eot'); + src: url('/assets/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont.woff') format('woff'), url('/assets/fontawesome-webfont.ttf') format('truetype'), url('/assets/fontawesome-webfont.svg#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.3333333333333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.2857142857142858em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.142857142857143em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.142857142857143em; + width: 2.142857142857143em; + top: 0.14285714285714285em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.8571428571428572em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: spin 2s infinite linear; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} +@-moz-keyframes spin { + 0% { + -moz-transform: rotate(0deg); + } + 100% { + -moz-transform: rotate(359deg); + } +} +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + } +} +@-o-keyframes spin { + 0% { + -o-transform: rotate(0deg); + } + 100% { + -o-transform: rotate(359deg); + } +} +@-ms-keyframes spin { + 0% { + -ms-transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); + } +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +.fa-rotate-90 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-asc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-desc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-reply-all:before { + content: "\f122"; +} +.fa-mail-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_badges.css.sass */ +.ht-badge-small { + padding: 1px 6px 1px 6px; + font-size: 9px; + line-height: 11px; +} + +/* line 7, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_badges.css.sass */ +.ht-badge-offset { + position: absolute; + right: -2px; + top: 1px; +} + +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_badges.css.sass */ +.ht-badge-muted { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; +} +@-moz-keyframes af-barberpole { + /* line 10, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + from { + background-position: 0 0; + } + + /* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + to { + background-position: 40px 0; + } +} + +@-webkit-keyframes af-barberpole { + /* line 10, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + from { + background-position: 0 0; + } + + /* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + to { + background-position: 40px 0; + } +} + +@-o-keyframes af-barberpole { + /* line 10, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + from { + background-position: 0 0; + } + + /* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + to { + background-position: 40px 0; + } +} + +@-ms-keyframes af-barberpole { + /* line 10, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + from { + background-position: 0 0; + } + + /* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + to { + background-position: 40px 0; + } +} + +@keyframes af-barberpole { + /* line 10, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + from { + background-position: 0 0; + } + + /* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ + to { + background-position: 40px 0; + } +} + +/* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_barberpole.css.sass */ +.af-barberpole { + -webkit-background-size: 40px 40px; + -moz-background-size: 40px 40px; + -o-background-size: 40px 40px; + background-size: 40px 40px; + -webkit-animation: af-barberpole 0.5s linear infinite; + -moz-animation: af-barberpole 0.5s linear infinite; + -ms-animation: af-barberpole 0.5s linear infinite; + -o-animation: af-barberpole 0.5s linear infinite; + animation: af-barberpole 0.5s linear infinite; + background-image: -webkit-linear-gradient(-45deg, #002b36 25%, #073642 25%, #073642 50%, #002b36 50%, #002b36 75%, #073642 75%, #073642); + background-image: -moz-linear-gradient(-45deg, #002b36 25%, #073642 25%, #073642 50%, #002b36 50%, #002b36 75%, #073642 75%, #073642); + background-image: -o-linear-gradient(-45deg, #002b36 25%, #073642 25%, #073642 50%, #002b36 50%, #002b36 75%, #073642 75%, #073642); + background-image: linear-gradient(-45deg, #002b36 25%, #073642 25%, #073642 50%, #002b36 50%, #002b36 75%, #073642 75%, #073642); +} +/* line 13, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble { + background-color: #eae6d9; + border-radius: 5px; + border: 1px solid #eae6d9; + box-shadow: rgba(234, 230, 217, 0.5) 0px 2px 3px; + display: block; + padding: 8px 12px; + margin: 1em 16px; + position: relative; + vertical-align: top; +} +/* line 26, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble .body > *:last-child, .with_bubbles .bubble .body > .markdown > *:last-child { + margin-bottom: 0; +} +/* line 28, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble .body > *:first-child, .with_bubbles .bubble .body > .markdown > *:first-child { + margin-top: 0; +} +/* line 31, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .tail { + position: absolute; + height: 16px; + width: 16px; + overflow: hidden; +} +/* line 37, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .tail:before { + border: 1px solid #eae6d9; + background-color: #eae6d9; + box-shadow: rgba(234, 230, 217, 0.5) 0px 2px 3px; + content: "\00a0"; + display: block; + position: absolute; + top: 0px; + height: 10px; + width: 10px; +} +/* line 49, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble.left { + text-align: left; +} +/* line 52, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble.left .tail { + top: 10px; + left: -16px; +} +/* line 56, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble.left .tail:before { + -webkit-transform: skewX(-45deg); + -moz-transform: skewX(-45deg); + -ms-transform: skewX(-45deg); + -o-transform: skewX(-45deg); + transform: skewX(-45deg); + left: 10px; +} +/* line 60, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble.right { + text-align: right; +} +/* line 63, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble.right .tail { + top: 10px; + right: -16px; +} +/* line 67, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_bubbles.css.sass */ +.with_bubbles .bubble.right .tail:before { + -webkit-transform: skewX(45deg); + -moz-transform: skewX(45deg); + -ms-transform: skewX(45deg); + -o-transform: skewX(45deg); + transform: skewX(45deg); + right: 10px; +} +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-label { + height: 0.9em; + width: 0.9em; + display: inline-block; + margin-right: 1ex; +} + +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-sliver, .af-category-1-of-1, .af-category-1-of-2, .af-category-2-of-2, .af-category-1-of-3, .af-category-2-of-3, .af-category-3-of-3, .af-category-1-of-4, .af-category-2-of-4, .af-category-3-of-4, .af-category-4-of-4, .af-category-1-of-5, .af-category-2-of-5, .af-category-3-of-5, .af-category-4-of-5, .af-category-5-of-5, .af-category-1-of-6, .af-category-2-of-6, .af-category-3-of-6, .af-category-4-of-6, .af-category-5-of-6, .af-category-6-of-6, .af-category-1-of-7, .af-category-2-of-7, .af-category-3-of-7, .af-category-4-of-7, .af-category-5-of-7, .af-category-6-of-7, .af-category-7-of-7, .af-category-1-of-8, .af-category-2-of-8, .af-category-3-of-8, .af-category-4-of-8, .af-category-5-of-8, .af-category-6-of-8, .af-category-7-of-8, .af-category-8-of-8, .af-category-none { + border-left-width: 5px; + border-left-style: solid; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-1 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-2 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-2 { + border-color: #c0f2c6; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-3 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-3 { + border-color: #ddf2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-3-of-3 { + border-color: #c0f2ea; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-4 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-4 { + border-color: #eff2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-3-of-4 { + border-color: #c0f2c6; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-4-of-4 { + border-color: #c0e9f2; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-5 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-5 { + border-color: #f2eac0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-3-of-5 { + border-color: #cff2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-4-of-5 { + border-color: #c0f2db; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-5-of-5 { + border-color: #c0def2; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-6 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-6 { + border-color: #f2e3c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-3-of-6 { + border-color: #ddf2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-4-of-6 { + border-color: #c0f2c6; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-5-of-6 { + border-color: #c0f2ea; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-6-of-6 { + border-color: #c0d7f2; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-7 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-7 { + border-color: #f2dec0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-3-of-7 { + border-color: #e7f2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-4-of-7 { + border-color: #c9f2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-5-of-7 { + border-color: #c0f2d5; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-6-of-7 { + border-color: #c0f0f2; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-7-of-7 { + border-color: #c0d2f2; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-1-of-8 { + border-color: #f2c0c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-2-of-8 { + border-color: #f2dac0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-3-of-8 { + border-color: #eff2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-4-of-8 { + border-color: #d4f2c0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-5-of-8 { + border-color: #c0f2c6; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-6-of-8 { + border-color: #c0f2e1; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-7-of-8 { + border-color: #c0e9f2; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-8-of-8 { + border-color: #c0cef2; +} + +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_cards.css.sass */ +.af-category-none { + border-color: #d9d9d9; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_column_heading.css.sass */ +.af-column-heading { + padding-bottom: 8px; + text-align: center; + opacity: 0.1; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_corner_link.css.sass */ +.af-corner-link { + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; + position: absolute; + right: 0.5ex; + top: 0.5ex; + padding: 0 2px; + background-color: white; +} +/* line 6, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-overlay, .af-drop-area { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + z-index: 2; +} + +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-drop-area { + -webkit-box-shadow: rgba(255, 200, 28, 0.5) 0 0 10px 5px; + -moz-box-shadow: rgba(255, 200, 28, 0.5) 0 0 10px 5px; + box-shadow: rgba(255, 200, 28, 0.5) 0 0 10px 5px; + background-color: rgba(255, 200, 28, 0.5); + display: none; +} +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-drop-area.qq-upload-drop-area-active { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background-color: inherit; +} +/* line 24, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-drop-area.qq-upload-drop-area-active ~ .af-drop-hilite, .af-drop-area.qq-upload-drop-area-active ~ * .af-drop-hilite, .af-drop-area.qq-upload-drop-area-active ~ * .af-drop-hilite-before::before, .af-drop-area.qq-upload-drop-area-active ~ * .af-drop-hilite-after::after { + background-color: #ffc81c; + background-image: none; +} +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ +.af-flash { + font-size: smaller; + display: block; + border-bottom: 1px solid transparent; +} +@media only screen and (min-width: 481px) and (max-width: 980px) { + /* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ + .af-flash { + padding: 0 20px; + margin-left: -20px; + margin-right: -20px; + } +} +@media only screen and (max-width: 480px) { + /* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ + .af-flash { + padding: 0 20px; + margin-left: -20px; + margin-right: -20px; + } +} + +/* line 28, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ +.af-flash { + background-color: #839496; + color: #f8f4e8; +} + +/* line 30, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ +.af-flash-success { + background-color: #859900; + color: #f8f4e8; +} + +/* line 32, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ +.af-flash-error { + background-color: #dc322f; + color: #f8f4e8; +} + +/* line 34, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_flash.css.sass */ +.af-flash-warning { + background-color: #cb4b16; + color: #f8f4e8; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_loading.css.sass */ +.af-loading, .af-loading a { + cursor: wait; +} +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_margin_icons.css.sass */ +.ht-with-margin-icon { + padding-left: 3ex; + position: relative; +} +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_margin_icons.css.sass */ +.ht-with-margin-icon .ht-margin-icon { + position: absolute; + left: 0; + top: 0; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_mini_acordinon.sass */ +div.af-mini-acordion > div { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition-property: max-height; + -moz-transition-property: max-height; + -o-transition-property: max-height; + transition-property: max-height; + -webkit-transition-duration: 250ms; + -moz-transition-duration: 250ms; + -o-transition-duration: 250ms; + transition-duration: 250ms; + overflow: hidden; + max-height: 250px; +} +/* line 18, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_mini_acordinon.sass */ +div.af-mini-acordion > div + div { + max-height: 4px; +} +/* line 20, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_mini_acordinon.sass */ +div.af-mini-acordion:hover > div { + max-height: 250px; +} +/* line 7, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_mutable_content.css.sass */ +.af-mutable-content .af-mutable { + -webkit-transition-property: opacity; + -moz-transition-property: opacity; + -o-transition-property: opacity; + transition-property: opacity; + -webkit-transition-duration: 250ms; + -moz-transition-duration: 250ms; + -o-transition-duration: 250ms; + transition-duration: 250ms; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10); + opacity: 0.1; + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); +} +/* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_mutable_content.css.sass */ +.af-mutable-content .af-dim { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33); + opacity: 0.33; +} +/* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_mutable_content.css.sass */ +.af-mutable-content:hover .af-mutable, .af-mutable-content.focused .af-mutable { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} +/* line 5, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ +.af-rtable-column { + padding: 5px; + border: none; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ +.af-rtable-column:nth-child(2n) { + background-color: rgba(234, 230, 217, 0.5); +} +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ +.af-rtable-column:nth-child(2n+1) { + background-color: rgba(234, 230, 217, 0.2); +} + +@media only screen and (min-width: 1200px) { + /* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable { + display: table; + position: relative; + border-collapse: collapse; + } + + /* line 19, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable-column { + display: table-cell; + width: 10%; + } + + /* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable-cell { + padding-bottom: 1ex; + } +} +@media only screen and (min-width: 981px) and (max-width: 1200px) { + /* line 26, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable-column { + margin-bottom: 24px; + } + + /* line 28, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable-cell { + box-sizing: border-box; + display: inline-block; + width: 33%; + padding: 1ex; + } +} +@media only screen and (min-width: 481px) and (max-width: 980px) { + /* line 35, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable-column { + margin-bottom: 24px; + } + + /* line 37, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_responsive_table.css.sass */ + .af-rtable-cell { + box-sizing: border-box; + display: inline-block; + width: 49%; + padding: 1ex; + } +} +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_section.css.sass */ +.af-section { + margin: 3ex 0; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_section.css.sass */ +.af-section:first-child { + margin-top: 0; +} +/* line 5, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_section.css.sass */ +.af-section:last-child { + margin-bottom: 0; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_separator_text.css.sass */ +.ht-separator-text { + position: relative; + display: table; + width: 100%; + color: #93a1a1; +} +/* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_separator_text.css.sass */ +.ht-separator-text:before, .ht-separator-text:after, .ht-separator-text > p { + display: table-cell; +} +/* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_separator_text.css.sass */ +.ht-separator-text:before, .ht-separator-text:after { + content: "\00a0"; + width: 50%; + height: 1px; + border-top: 1px solid #eae6d9; + position: relative; + top: 0.8em; +} +/* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_separator_text.css.sass */ +.ht-separator-text p { + margin: 0; + padding: 0 1ex; + font-size: smaller; + white-space: nowrap; +} +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_tabular.css.sass */ +.ht-as-table { + display: table; + width: 100%; +} +/* line 7, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_tabular.css.sass */ +.ht-as-table > * { + display: table-cell; +} +/* line 8, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/flashy.css.sass */ +.af-flashable { + -webkit-transition-property: -webkit-transform, opacity, color, text-shadow; + -moz-transition-property: -moz-transform, opacity, color, text-shadow; + -o-transition-property: -o-transform, opacity, color, text-shadow; + transition-property: transform opacity color text-shadow; + -webkit-transition-duration: 250ms; + -moz-transition-duration: 250ms; + -o-transition-duration: 250ms; + transition-duration: 250ms; + -webkit-transform: scale(1, 1); + -moz-transform: scale(1, 1); + -ms-transform: scale(1, 1); + -o-transform: scale(1, 1); + transform: scale(1, 1); + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); + opacity: 1; +} + +/* line 14, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/flashy.css.sass */ +.af-flashable-pop { + -webkit-transform: scale(1.1, 1.1); + -moz-transform: scale(1.1, 1.1); + -ms-transform: scale(1.1, 1.1); + -o-transform: scale(1.1, 1.1); + transform: scale(1.1, 1.1); + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/flashy.css.sass */ +.af-flashable-poof { + -webkit-transform: scale(0, 0); + -moz-transform: scale(0, 0); + -ms-transform: scale(0, 0); + -o-transform: scale(0, 0); + transform: scale(0, 0); + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); + opacity: 0; +} + +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/flashy.css.sass */ +.af-flashable-burnin { + text-shadow: white 0px 0px 2px; + color: white; +} + +/* line 24, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/flashy.css.sass */ +.af-flashable-burnout { + text-shadow: white 0px 0px 50px; + color: #839496; +} +@font-face { + font-family: "Titillium Web"; + font-style: normal; + font-weight: 300; + src: local("Titillium WebLight"), local("TitilliumWeb-Light"), url(/fonts/TitilliumWeb-Light.ttf) format("truetype"); +} + +@font-face { + font-family: "Titillium Web"; + font-style: normal; + font-weight: 700; + src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url(/fonts/TitilliumWeb-Bold.ttf) format("truetype"); +} + +@font-face { + font-family: "Ubuntu"; + font-style: normal; + font-weight: 300; + src: local("Ubuntu Light"), local("Ubuntu-Light"), url(/fonts/Ubuntu-Light.ttf) format("truetype"); +} + +@font-face { + font-family: "Ubuntu"; + font-style: normal; + font-weight: 700; + src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url(/fonts/Ubuntu-Bold.ttf) format("truetype"); +} + +@font-face { + font-family: "Ubuntu"; + font-style: italic; + font-weight: 300; + src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url(/fonts/Ubuntu-LightItalic.ttf) format("truetype"); +} + +@font-face { + font-family: "Ubuntu"; + font-style: italic; + font-weight: 700; + src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"), url(/fonts/Ubuntu-BoldItalic.ttf) format("truetype"); +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/forms.css.sass */ +form { + position: relative; +} + +/* line 6, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/forms.css.sass */ +input, textarea { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; +} + +/* line 10, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/forms.css.sass */ +input[type=text], +input[type=email] { + height: 2em; +} +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#header { + margin-bottom: 20px; +} + +/* line 8, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar a[href]:hover { + color: #b58900; +} +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar .brand { + font-family: "Titillium Web", Helvetica, Arial, sans-serif; + font-weight: bold; +} +/* line 16, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.nav > li { + position: relative; +} +/* line 18, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.nav > li > a { + padding-left: 1ex; + padding-right: 1.25ex; +} +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.nav > li.sign-out a { + padding-right: 0; +} +/* line 24, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.nav > li.name a { + padding-right: 0.33ex; +} +/* line 26, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.nav > li.karma a { + padding-left: 0.33ex; +} +/* line 28, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.nav > li.karma a i { + margin: 0; +} +/* line 32, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.dropdown-menu a:hover { + color: white; +} +/* line 34, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.dropdown-menu a:hover i { + background-image: inherit; +} +/* line 38, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ +#main-navbar ul.dropdown-menu li a.disabled, #main-navbar ul.dropdown-menu li a.disabled:hover { + cursor: default; + background-color: inherit; + background-image: inherit; + color: inherit; +} + +@media (max-width: 768px) { + /* line 46, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ + #header li span { + display: none; + } + /* line 48, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ + #header li span.karma { + display: inherit; + } +} +@media (max-width: 480px) { + /* line 51, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ + #header li span.figure { + display: none; + } + + /* line 53, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/header.css.sass */ + #header li a { + padding-left: 0.66ex; + padding-right: 1ex; + } +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/links.css.sass */ +a.disabled { + color: #93a1a1; + text-decoration: none; +} +/* line 6, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/links.css.sass */ +a.disabled:hover { + text-decoration: none; + color: #93a1a1; +} +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/markdown.css.sass */ +.markdown blockquote { + margin: 0; + padding-left: 1ex; + border-left: 2px solid rgba(7, 54, 66, 0.5); + font-style: italic; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/markdown.css.sass */ +.markdown blockquote p { + margin-bottom: 10px; + font-size: inherit; + font-weight: inherit; + line-height: inherit; +} +/* line 6, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-overlay, .af-drop-area, .af-uploader .qq-upload-drop-area { + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + z-index: 2; +} + +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-drop-area { + -webkit-box-shadow: rgba(255, 200, 28, 0.5) 0 0 10px 5px; + -moz-box-shadow: rgba(255, 200, 28, 0.5) 0 0 10px 5px; + box-shadow: rgba(255, 200, 28, 0.5) 0 0 10px 5px; + background-color: rgba(255, 200, 28, 0.5); + display: none; +} +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-drop-area.qq-upload-drop-area-active { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background-color: inherit; +} +/* line 24, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_drop_area.css.sass */ +.af-drop-area.qq-upload-drop-area-active ~ .af-drop-hilite, .af-drop-area.qq-upload-drop-area-active ~ * .af-drop-hilite, .af-drop-area.qq-upload-drop-area-active ~ * .af-drop-hilite-before::before, .af-drop-area.qq-upload-drop-area-active ~ * .af-drop-hilite-after::after { + background-color: #ffc81c; + background-image: none; +} + +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.attachment { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + position: relative; + text-align: center; + text-decoration: none; + -webkit-filter: sepia(1); + -moz-filter: sepia(1); + filter: sepia(1); + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); +} +/* line 20, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.attachment:hover { + -webkit-filter: none; + -moz-filter: none; + filter: none; +} +/* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.attachment.pull-left { + margin-right: 1ex; + margin-bottom: 1ex; +} +/* line 25, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.attachment.pull-right { + margin-left: 1ex; + margin-bottom: 1ex; +} +/* line 29, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.attachment .thumb { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + display: block; + width: 64px; + height: 64px; + border: 1px solid #cccccc; + margin: 0 auto; +} +/* line 36, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.attachment .name { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + width: 64px; + font-size: x-small; + line-height: 100%; +} + +/* line 43, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +#idea_attachments { + overflow: hidden; + *zoom: 1; + margin-bottom: 24px; +} + +/* line 48, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .btn { + position: relative; +} +/* line 52, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-drop-area-active { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; + background-color: #b58900; +} +/* line 55, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-list { + list-style-type: none; + margin: 1ex 0; +} +/* line 58, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-list li { + overflow: hidden; + *zoom: 1; + margin-bottom: 1ex; + padding: 1ex; +} +/* line 62, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-file { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + display: block; +} +/* line 65, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-size { + display: block; + float: left; + margin-right: 1ex; +} +/* line 69, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-cancel, .af-uploader .qq-upload-retry { + display: block; + float: right; + margin-left: 1ex; +} +/* line 73, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .qq-upload-spinner { + height: 15px; + width: 15px; + display: block; + float: right; + background: url("/assets/loading.gif"); + vertical-align: text-bottom; +} +/* line 79, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_attachments.css.sass */ +.af-uploader .alert-success .qq-upload-retry { + display: none; +} +/* line 5, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-line { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +/* line 8, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block { + padding-left: 3.15em; + position: relative; +} +/* line 13, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block.downvoted { + opacity: 0.5; +} +/* line 16, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block .user { + position: absolute; + left: 0; + top: 0; + height: 3em; + width: 3em; +} +/* line 19, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block .bubble { + -webkit-border-radius: 0px; + -moz-border-radius: 0px; + -ms-border-radius: 0px; + -o-border-radius: 0px; + border-radius: 0px; + margin-right: 0; + margin-bottom: 0; +} +/* line 24, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block .actions { + color: #cccccc; +} +/* line 26, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block .time_ago { + font-size: smaller; + margin-right: 1ex; +} +/* line 30, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block ul.actions { + text-align: right; +} +/* line 32, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_comment.css.sass */ +.comment-block ul.actions li { + display: inline-block; + margin: 0 0.33ex; +} +/* line 1, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_section.css.sass */ +.af-section, .idea_container { + margin: 3ex 0; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_section.css.sass */ +.af-section:first-child, .idea_container:first-child { + margin-top: 0; +} +/* line 5, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/components/_section.css.sass */ +.af-section:last-child, .idea_container:last-child { + margin-bottom: 0; +} + +/* line 13, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea_container { + position: relative; +} + +/* line 19, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .body { + background-color: #eae6d9; + padding: 8px; +} +/* line 23, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .title { + margin-top: 0; +} +/* line 25, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .title a { + text-decoration: none; +} +/* line 27, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .title a span { + color: #073642; +} +/* line 30, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .meta { + position: relative; + padding: 0; + height: 1.6em; + line-height: 1.6em; + margin: 2px 0; + text-align: left; + font-size: smaller; +} +/* line 39, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .people { + position: relative; + height: 100%; +} +/* line 44, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .actions li { + display: inline; + margin: 0 0.33ex; +} +/* line 47, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea .actions li.separator:before { + color: gray; + content: "|"; +} + +/* line 52, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea-rating { + position: relative; +} + +/* line 57, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea-maxi .title { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +/* line 61, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea-maxi .title i { + font-size: medium; +} + +/* line 70, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea-mini .body { + padding: 0.66ex; +} +/* line 72, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea-mini .title { + margin: 0; + font-size: medium; + font-weight: normal; + -webkit-transition-property: max-height; + -moz-transition-property: max-height; + -o-transition-property: max-height; + transition-property: max-height; + -webkit-transition-duration: 250ms; + -moz-transition-duration: 250ms; + -o-transition-duration: 250ms; + transition-duration: 250ms; + line-height: 1.3; + min-height: 3.9em; + max-height: 3.9em; + overflow: hidden; +} +/* line 85, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea.css.sass */ +.idea-mini:hover .title { + max-height: 1000em; +} +/* line 2, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_idea_form.sass */ +form.new_idea input#idea_title, form.edit_idea input#idea_title { + font-size: large; +} +/* line 3, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_actions.css.sass */ +#ideas-action { + list-style-type: none; + margin: 0; +} +/* line 7, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_actions.css.sass */ +#ideas-action > li { + margin: 1ex 0; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_actions.css.sass */ +#ideas-action > li:first-child { + margin-top: 0; +} +/* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_actions.css.sass */ +#ideas-action > li.separator { + margin: 2ex 0; + border: 1px solid #eae6d9; +} +/* line 6, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-blocklist { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + list-style-type: none; + position: relative; + width: 100%; +} +/* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-blocklist li { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +/* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-blocklist-row { + position: relative; + line-height: 2; + margin-bottom: 2px; +} +/* line 19, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-blocklist-row:last-child { + margin-bottom: 0; +} + +/* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.idea-line { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + padding-right: 80px; +} +/* line 25, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.idea-line .user-list { + position: absolute; + top: 0; + right: 0; + height: 100%; + width: auto; +} + +/* line 33, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-block-with-title { + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + -ms-border-radius: 1px; + -o-border-radius: 1px; + border-radius: 1px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + overflow: hidden; + background-color: #f3f2f4; + margin-top: 24px; + float: left; +} +/* line 42, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-block-with-title > *:first-child, .af-block-with-title > *:last-child { + margin: 0; + padding: 8px; +} +/* line 45, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-block-with-title > *:first-child { + background-color: #eae6d9; +} +/* line 47, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ +.af-block-with-title > *:last-child { + background-color: #eae6d9; +} +@media only screen and (min-width: 1200px) { + /* line 33, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ + .af-block-with-title { + width: 32%; + margin-left: 2%; + } + /* line 54, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ + .af-block-with-title:nth-of-type(3n+2) { + clear: left; + margin-left: 0; + } +} +@media only screen and (min-width: 981px) and (max-width: 1200px) { + /* line 33, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ + .af-block-with-title { + width: 49%; + margin-left: 2%; + } + /* line 60, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ + .af-block-with-title:nth-of-type(2n+2) { + clear: left; + margin-left: 0; + } +} +@media only screen and (min-width: 481px) and (max-width: 980px) { + /* line 33, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ + .af-block-with-title { + width: 100%; + } +} +@media only screen and (max-width: 480px) { + /* line 33, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_list.css.sass */ + .af-block-with-title { + width: 100%; + } +} +/* line 7, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.submitted .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(11.11111%, rgba(234, 230, 217, 0.66)), color-stop(16.66667%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 11.11111%, rgba(234, 230, 217, 0) 16.66667%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 11.11111%, rgba(234, 230, 217, 0) 16.66667%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 11.11111%, rgba(234, 230, 217, 0) 16.66667%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 11.11111%, rgba(234, 230, 217, 0) 16.66667%); +} + +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.vetted .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(22.22222%, rgba(234, 230, 217, 0.66)), color-stop(27.77778%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 22.22222%, rgba(234, 230, 217, 0) 27.77778%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 22.22222%, rgba(234, 230, 217, 0) 27.77778%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 22.22222%, rgba(234, 230, 217, 0) 27.77778%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 22.22222%, rgba(234, 230, 217, 0) 27.77778%); +} + +/* line 11, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.voted .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(33.33333%, rgba(234, 230, 217, 0.66)), color-stop(38.88889%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 33.33333%, rgba(234, 230, 217, 0) 38.88889%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 33.33333%, rgba(234, 230, 217, 0) 38.88889%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 33.33333%, rgba(234, 230, 217, 0) 38.88889%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 33.33333%, rgba(234, 230, 217, 0) 38.88889%); +} + +/* line 13, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.picked .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(44.44444%, rgba(234, 230, 217, 0.66)), color-stop(50%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 44.44444%, rgba(234, 230, 217, 0) 50%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 44.44444%, rgba(234, 230, 217, 0) 50%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 44.44444%, rgba(234, 230, 217, 0) 50%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 44.44444%, rgba(234, 230, 217, 0) 50%); +} + +/* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.designed .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(55.55556%, rgba(234, 230, 217, 0.66)), color-stop(61.11111%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 55.55556%, rgba(234, 230, 217, 0) 61.11111%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 55.55556%, rgba(234, 230, 217, 0) 61.11111%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 55.55556%, rgba(234, 230, 217, 0) 61.11111%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 55.55556%, rgba(234, 230, 217, 0) 61.11111%); +} + +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.approved .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(66.66667%, rgba(234, 230, 217, 0.66)), color-stop(72.22222%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 66.66667%, rgba(234, 230, 217, 0) 72.22222%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 66.66667%, rgba(234, 230, 217, 0) 72.22222%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 66.66667%, rgba(234, 230, 217, 0) 72.22222%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 66.66667%, rgba(234, 230, 217, 0) 72.22222%); +} + +/* line 19, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.implemented .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(77.77778%, rgba(234, 230, 217, 0.66)), color-stop(83.33333%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 77.77778%, rgba(234, 230, 217, 0) 83.33333%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 77.77778%, rgba(234, 230, 217, 0) 83.33333%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 77.77778%, rgba(234, 230, 217, 0) 83.33333%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 77.77778%, rgba(234, 230, 217, 0) 83.33333%); +} + +/* line 21, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.signed_off .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(88.88889%, rgba(234, 230, 217, 0.66)), color-stop(94.44444%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 88.88889%, rgba(234, 230, 217, 0) 94.44444%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 88.88889%, rgba(234, 230, 217, 0) 94.44444%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 88.88889%, rgba(234, 230, 217, 0) 94.44444%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 88.88889%, rgba(234, 230, 217, 0) 94.44444%); +} + +/* line 23, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_ideas_wizard.css.sass */ +.idea.live .progressbar { + background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(234, 230, 217, 0.66)), color-stop(100%, rgba(234, 230, 217, 0.66)), color-stop(100%, rgba(234, 230, 217, 0))); + background-image: -webkit-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 100%, rgba(234, 230, 217, 0) 105.55556%); + background-image: -moz-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 100%, rgba(234, 230, 217, 0) 105.55556%); + background-image: -o-linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 100%, rgba(234, 230, 217, 0) 105.55556%); + background-image: linear-gradient(left, rgba(234, 230, 217, 0.66) 0%, rgba(234, 230, 217, 0.66) 100%, rgba(234, 230, 217, 0) 105.55556%); +} +/* line 4, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification { + margin: 24px 0; +} +/* line 6, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification:first-child { + margin-top: 0; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification.read td { + opacity: 0.5; +} +/* line 12, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification .footer { + display: block; + height: 1.5em; + line-height: 1.5em; + float: right; +} +/* line 15, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification .footer .timestamp { + float: left; +} +/* line 17, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification .footer a { + display: block; + margin-left: 0.5ex; + float: left; +} + +/* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_notification.css.sass */ +.notification-line { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +/* line 9, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user { + position: relative; + width: 100px; +} +/* line 14, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user .avatar { + -webkit-border-radius: 1000px; + -moz-border-radius: 1000px; + -ms-border-radius: 1000px; + -o-border-radius: 1000px; + border-radius: 1000px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + height: auto; +} +/* line 22, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user .name { + white-space: nowrap; +} +/* line 25, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user > a { + display: block; +} + +/* line 29, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user a .avatar { + -webkit-transform: translateZ(0); + -moz-transform: translateZ(0); + -ms-transform: translateZ(0); + -o-transform: translateZ(0); + transform: translateZ(0); + -webkit-filter: contrast(0.95) saturate(0) sepia(0.5); + -moz-filter: contrast(0.95) saturate(0) sepia(0.5); + filter: contrast(0.95) saturate(0) sepia(0.5); +} +/* line 32, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user a .avatar:hover { + -webkit-filter: none; + -moz-filter: none; + filter: none; +} + +/* line 38, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-large { + width: 128px; + margin-right: 2em; + margin-bottom: 2em; +} +/* line 40, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-large .avatar + .name { + text-align: center; +} + +/* line 48, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-fit-width { + width: 100%; + height: auto; +} + +/* line 54, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-inline, .user-list-inline .user { + line-height: 0; + display: inline-block; +} +/* line 57, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-inline .name, .user-list-inline .user .name { + display: inline-block; +} + +/* line 63, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-hidden { + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); + opacity: 0.5; +} + +/* line 66, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-no-hover .avatar { + -webkit-filter: none; + -moz-filter: none; + filter: none; +} + +/* line 71, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-list-inline { + line-height: 0; +} +/* line 73, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-list-inline .user { + margin-right: 0.33ex; + display: inline-block; +} +/* line 77, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/models/_user.css.sass */ +.user-list-inline .user, .user-list-inline .avatar, .user-list-inline a { + height: 100%; + width: auto; +} +/* line 2, /Users/troy/Documents/projects/appfab/app/assets/stylesheets/application/pagination.css.sass */ +div.will-paginate { + text-align: center; +} diff --git a/public/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css.gz b/public/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css.gz new file mode 100644 index 0000000..401b398 Binary files /dev/null and b/public/assets/application-521e4cb23c42f4ce002f0ee8f19e3ad9.css.gz differ diff --git a/public/assets/application-870f78d78795a62d24927ea030a224a9.js b/public/assets/application-870f78d78795a62d24927ea030a224a9.js new file mode 100644 index 0000000..606d44d --- /dev/null +++ b/public/assets/application-870f78d78795a62d24927ea030a224a9.js @@ -0,0 +1,17104 @@ +/*! + * jQuery JavaScript Library v1.10.2 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-07-03T13:48Z + */ + +(function( window, undefined ) { + +// Can't do this because several apps including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +// Support: Firefox 18+ +//"use strict"; +var + // The deferred used on DOM ready + readyList, + + // A central reference to the root jQuery(document) + rootjQuery, + + // Support: IE<10 + // For `typeof xmlNode.method` instead of `xmlNode.method !== undefined` + core_strundefined = typeof undefined, + + // Use the correct document accordingly with window argument (sandbox) + location = window.location, + document = window.document, + docElem = document.documentElement, + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$, + + // [[Class]] -> type pairs + class2type = {}, + + // List of deleted data cache ids, so we can reuse them + core_deletedIds = [], + + core_version = "1.10.2", + + // Save a reference to some core methods + core_concat = core_deletedIds.concat, + core_push = core_deletedIds.push, + core_slice = core_deletedIds.slice, + core_indexOf = core_deletedIds.indexOf, + core_toString = class2type.toString, + core_hasOwn = class2type.hasOwnProperty, + core_trim = core_version.trim, + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + return new jQuery.fn.init( selector, context, rootjQuery ); + }, + + // Used for matching numbers + core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, + + // Used for splitting on whitespace + core_rnotwhite = /\S+/g, + + // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE) + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + // Match a standalone tag + rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, + + // JSON RegExp + rvalidchars = /^[\],:{}\s]*$/, + rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g, + rvalidescape = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g, + rvalidtokens = /"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }, + + // The ready event handler + completed = function( event ) { + + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) { + detach(); + jQuery.ready(); + } + }, + // Clean-up method for dom ready events + detach = function() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } + }; + +jQuery.fn = jQuery.prototype = { + // The current version of jQuery being used + jquery: core_version, + + constructor: jQuery, + init: function( selector, context, rootjQuery ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return rootjQuery.ready( selector ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return core_slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num == null ? + + // Return a 'clean' array + this.toArray() : + + // Return just the object + ( num < 0 ? this[ this.length + num ] : this[ num ] ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + ready: function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; + }, + + slice: function() { + return this.pushStack( core_slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: core_push, + sort: [].sort, + splice: [].splice +}; + +// Give the init function the jQuery prototype for later instantiation +jQuery.fn.init.prototype = jQuery.fn; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( length === i ) { + target = this; + --i; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + // Non-digits removed to match rinlinejQuery + expando: "jQuery" + ( core_version + Math.random() ).replace( /\D/g, "" ), + + noConflict: function( deep ) { + if ( window.$ === jQuery ) { + window.$ = _$; + } + + if ( deep && window.jQuery === jQuery ) { + window.jQuery = _jQuery; + } + + return jQuery; + }, + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.trigger ) { + jQuery( document ).trigger("ready").off("ready"); + } + }, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray || function( obj ) { + return jQuery.type(obj) === "array"; + }, + + isWindow: function( obj ) { + /* jshint eqeqeq: false */ + return obj != null && obj == obj.window; + }, + + isNumeric: function( obj ) { + return !isNaN( parseFloat(obj) ) && isFinite( obj ); + }, + + type: function( obj ) { + if ( obj == null ) { + return String( obj ); + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ core_toString.call(obj) ] || "object" : + typeof obj; + }, + + isPlainObject: function( obj ) { + var key; + + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + // Not own constructor property must be Object + if ( obj.constructor && + !core_hasOwn.call(obj, "constructor") && + !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + } catch ( e ) { + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Support: IE<9 + // Handle iteration over inherited properties before own properties. + if ( jQuery.support.ownLast ) { + for ( key in obj ) { + return core_hasOwn.call( obj, key ); + } + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + for ( key in obj ) {} + + return key === undefined || core_hasOwn.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + error: function( msg ) { + throw new Error( msg ); + }, + + // data: string of html + // context (optional): If specified, the fragment will be created in this context, defaults to document + // keepScripts (optional): If true, will include scripts passed in the html string + parseHTML: function( data, context, keepScripts ) { + if ( !data || typeof data !== "string" ) { + return null; + } + if ( typeof context === "boolean" ) { + keepScripts = context; + context = false; + } + context = context || document; + + var parsed = rsingleTag.exec( data ), + scripts = !keepScripts && []; + + // Single tag + if ( parsed ) { + return [ context.createElement( parsed[1] ) ]; + } + + parsed = jQuery.buildFragment( [ data ], context, scripts ); + if ( scripts ) { + jQuery( scripts ).remove(); + } + return jQuery.merge( [], parsed.childNodes ); + }, + + parseJSON: function( data ) { + // Attempt to parse using the native JSON parser first + if ( window.JSON && window.JSON.parse ) { + return window.JSON.parse( data ); + } + + if ( data === null ) { + return data; + } + + if ( typeof data === "string" ) { + + // Make sure leading/trailing whitespace is removed (IE can't handle it) + data = jQuery.trim( data ); + + if ( data ) { + // Make sure the incoming data is actual JSON + // Logic borrowed from http://json.org/json2.js + if ( rvalidchars.test( data.replace( rvalidescape, "@" ) + .replace( rvalidtokens, "]" ) + .replace( rvalidbraces, "")) ) { + + return ( new Function( "return " + data ) )(); + } + } + } + + jQuery.error( "Invalid JSON: " + data ); + }, + + // Cross-browser xml parsing + parseXML: function( data ) { + var xml, tmp; + if ( !data || typeof data !== "string" ) { + return null; + } + try { + if ( window.DOMParser ) { // Standard + tmp = new DOMParser(); + xml = tmp.parseFromString( data , "text/xml" ); + } else { // IE + xml = new ActiveXObject( "Microsoft.XMLDOM" ); + xml.async = "false"; + xml.loadXML( data ); + } + } catch( e ) { + xml = undefined; + } + if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; + }, + + noop: function() {}, + + // Evaluates a script in a global context + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); + } )( data ); + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Use native String.trim function wherever possible + trim: core_trim && !core_trim.call("\uFEFF\xA0") ? + function( text ) { + return text == null ? + "" : + core_trim.call( text ); + } : + + // Otherwise use our own trimming functionality + function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + core_push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + var len; + + if ( arr ) { + if ( core_indexOf ) { + return core_indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var l = second.length, + i = first.length, + j = 0; + + if ( typeof l === "number" ) { + for ( ; j < l; j++ ) { + first[ i++ ] = second[ j ]; + } + } else { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, inv ) { + var retVal, + ret = [], + i = 0, + length = elems.length; + inv = !!inv; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + retVal = !!callback( elems[ i ], i ); + if ( inv !== retVal ) { + ret.push( elems[ i ] ); + } + } + + return ret; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + } + + // Flatten any nested arrays + return core_concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var args, proxy, tmp; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = core_slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( core_slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + // Multifunctional method to get and set values of a collection + // The value/s can optionally be executed if it's a function + access: function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + length = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < length; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[0], key ) : emptyGet; + }, + + now: function() { + return ( new Date() ).getTime(); + }, + + // A method for quickly swapping in/out CSS properties to get correct calculations. + // Note: this method belongs to the css module but it's needed here for the support module. + // If support gets modularized, this method should be moved back to the css module. + swap: function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; + } +}); + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + + // If IE event model is used + } else { + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch(e) {} + + if ( top && top.doScroll ) { + (function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch(e) { + return setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + })(); + } + } + } + return readyList.promise( obj ); +}; + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || type !== "function" && + ( length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj ); +} + +// All jQuery objects should point back to these +rootjQuery = jQuery(document); +/*! + * Sizzle CSS Selector Engine v1.10.2 + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2013-07-03 + */ +(function( window, undefined ) { + +var i, + support, + cachedruns, + Expr, + getText, + isXML, + compile, + outermostContext, + sortInput, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + -(new Date()), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + hasDuplicate = false, + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + return 0; + } + return 0; + }, + + // General-purpose constants + strundefined = typeof undefined, + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf if we can't use a native one + indexOf = arr.indexOf || function( elem ) { + var i = 0, + len = this.length; + for ( ; i < len; i++ ) { + if ( this[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace + + "*(?:([*^$|!~]?=)" + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]", + + // Prefer arguments quoted, + // then not containing pseudos/brackets, + // then attribute selectors/non-parenthetical expressions, + // then anything else + // These preferences are here to reduce the number of selectors + // needing tokenize in the PSEUDO preFilter + pseudos = ":(" + characterEncoding + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + attributes.replace( 3, 8 ) + ")*)|.*)\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rsibling = new RegExp( whitespace + "*[+~]" ), + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + // BMP codepoint + high < 0 ? + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { + return []; + } + + if ( documentIsHTML && !seed ) { + + // Shortcuts + if ( (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName && context.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType === 9 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && context.parentNode || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key += " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = attrs.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Detect xml + * @param {Element|Object} elem An element or a document + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var doc = node ? node.ownerDocument || node : preferredDoc, + parent = doc.defaultView; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + + // Support tests + documentIsHTML = !isXML( doc ); + + // Support: IE>8 + // If iframe document is assigned to "document" variable and if iframe has been reloaded, + // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 + // IE6-8 do not support the defaultView property so parent will be undefined + if ( parent && parent.attachEvent && parent !== parent.top ) { + parent.attachEvent( "onbeforeunload", function() { + setDocument(); + }); + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Check if getElementsByClassName can be trusted + support.getElementsByClassName = assert(function( div ) { + div.innerHTML = "
"; + + // Support: Safari<4 + // Catch class over-caching + div.firstChild.className = "i"; + // Support: Opera<10 + // Catch gEBCN failure to find non-leading classes + return div.getElementsByClassName("i").length === 2; + }); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [m] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== strundefined ) { + return context.getElementsByTagName( tag ); + } + } : + function( tag, context ) { + var elem, + tmp = [], + i = 0, + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== strundefined && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + div.innerHTML = ""; + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + }); + + assert(function( div ) { + + // Support: Opera 10-12/IE8 + // ^= $= *= and empty values + // Should not select anything + // Support: Windows 8 Native Apps + // The type attribute is restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "t", "" ); + + if ( div.querySelectorAll("[t^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = rnative.test( docElem.contains ) || docElem.compareDocumentPosition ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = docElem.compareDocumentPosition ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var compare = b.compareDocumentPosition && a.compareDocumentPosition && a.compareDocumentPosition( b ); + + if ( compare ) { + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } + + // Not directly comparable, sort on existence of method + return a.compareDocumentPosition ? -1 : 1; + } : + function( a, b ) { + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + + // Parentless nodes are either documents or disconnected + } else if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch(e) {} + } + + return Sizzle( expr, document, null, [elem] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val === undefined ? + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null : + val; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + for ( ; (node = elem[i]); i++ ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (see #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[5] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] && match[4] !== undefined ) { + match[2] = match[4]; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== strundefined && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)), + // not comment, processing instructions, or others + // Thanks to Diego Perini for the nodeName shortcut + // Greater than "@" means alpha characters (specifically not starting with "#" or "?") + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeName > "@" || elem.nodeType === 3 || elem.nodeType === 4 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc) + // use getAttribute instead to test this case + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === elem.type ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +function tokenize( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( tokens = [] ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +} + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var data, cache, outerCache, + dirkey = dirruns + " " + doneName; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (cache = outerCache[ dir ]) && cache[0] === dirkey ) { + if ( (data = cache[1]) === true || data === cachedruns ) { + return data === true; + } + } else { + cache = outerCache[ dir ] = [ dirkey ]; + cache[1] = matcher( elem, context, xml ) || cachedruns; + if ( cache[1] === true ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + // A counter to specify which element is currently being matched + var matcherCachedRuns = 0, + bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, expandContext ) { + var elem, j, matcher, + setMatched = [], + matchedCount = 0, + i = "0", + unmatched = seed && [], + outermost = expandContext != null, + contextBackup = outermostContext, + // We must always have either seed elements or context + elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1); + + if ( outermost ) { + outermostContext = context !== document && context; + cachedruns = matcherCachedRuns; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + for ( ; (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + cachedruns = ++matcherCachedRuns; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !group ) { + group = tokenize( selector ); + } + i = group.length; + while ( i-- ) { + cached = matcherFromTokens( group[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + } + return cached; +}; + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function select( selector, context, results, seed ) { + var i, tokens, token, type, find, + match = tokenize( selector ); + + if ( !seed ) { + // Try to minimize operations if there is only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + } + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && context.parentNode || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + } + + // Compile and execute a filtering function + // Provide `match` to avoid retokenization if we modified the selector above + compile( selector, match )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) + ); + return results; +} + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome<14 +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = ""; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + elem[ name ] === true ? name.toLowerCase() : null; + } + }); +} + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + +})( window ); +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( core_rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // First callback to fire (used internally by add and fireWith) + firingStart, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( list && ( !fired || stack ) ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var action = tuple[ 0 ], + fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ action + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = core_slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value; + if( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); +jQuery.support = (function( support ) { + + var all, a, input, select, fragment, opt, eventName, isSupported, i, + div = document.createElement("div"); + + // Setup + div.setAttribute( "className", "t" ); + div.innerHTML = "
a"; + + // Finish early in limited (non-browser) environments + all = div.getElementsByTagName("*") || []; + a = div.getElementsByTagName("a")[ 0 ]; + if ( !a || !a.style || !all.length ) { + return support; + } + + // First batch of tests + select = document.createElement("select"); + opt = select.appendChild( document.createElement("option") ); + input = div.getElementsByTagName("input")[ 0 ]; + + a.style.cssText = "top:1px;float:left;opacity:.5"; + + // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7) + support.getSetAttribute = div.className !== "t"; + + // IE strips leading whitespace when .innerHTML is used + support.leadingWhitespace = div.firstChild.nodeType === 3; + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + support.tbody = !div.getElementsByTagName("tbody").length; + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + support.htmlSerialize = !!div.getElementsByTagName("link").length; + + // Get the style information from getAttribute + // (IE uses .cssText instead) + support.style = /top/.test( a.getAttribute("style") ); + + // Make sure that URLs aren't manipulated + // (IE normalizes it by default) + support.hrefNormalized = a.getAttribute("href") === "/a"; + + // Make sure that element opacity exists + // (IE uses filter instead) + // Use a regex to work around a WebKit issue. See #5145 + support.opacity = /^0.5/.test( a.style.opacity ); + + // Verify style float existence + // (IE uses styleFloat instead of cssFloat) + support.cssFloat = !!a.style.cssFloat; + + // Check the default checkbox/radio value ("" on WebKit; "on" elsewhere) + support.checkOn = !!input.value; + + // Make sure that a selected-by-default option has a working selected property. + // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) + support.optSelected = opt.selected; + + // Tests for enctype support on a form (#6743) + support.enctype = !!document.createElement("form").enctype; + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + support.html5Clone = document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav>"; + + // Will be defined later + support.inlineBlockNeedsLayout = false; + support.shrinkWrapBlocks = false; + support.pixelPosition = false; + support.deleteExpando = true; + support.noCloneEvent = true; + support.reliableMarginRight = true; + support.boxSizingReliable = true; + + // Make sure checked status is properly cloned + input.checked = true; + support.noCloneChecked = input.cloneNode( true ).checked; + + // Make sure that the options inside disabled selects aren't marked as disabled + // (WebKit marks them as disabled) + select.disabled = true; + support.optDisabled = !opt.disabled; + + // Support: IE<9 + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + + // Check if we can trust getAttribute("value") + input = document.createElement("input"); + input.setAttribute( "value", "" ); + support.input = input.getAttribute( "value" ) === ""; + + // Check if an input maintains its value after becoming a radio + input.value = "t"; + input.setAttribute( "type", "radio" ); + support.radioValue = input.value === "t"; + + // #11217 - WebKit loses check when the name is after the checked attribute + input.setAttribute( "checked", "t" ); + input.setAttribute( "name", "t" ); + + fragment = document.createDocumentFragment(); + fragment.appendChild( input ); + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + support.appendChecked = input.checked; + + // WebKit doesn't clone checked state correctly in fragments + support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE<9 + // Opera does not clone events (and typeof div.attachEvent === undefined). + // IE9-10 clones events bound via attachEvent, but they don't trigger with .click() + if ( div.attachEvent ) { + div.attachEvent( "onclick", function() { + support.noCloneEvent = false; + }); + + div.cloneNode( true ).click(); + } + + // Support: IE<9 (lack submit/change bubble), Firefox 17+ (lack focusin event) + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) + for ( i in { submit: true, change: true, focusin: true }) { + div.setAttribute( eventName = "on" + i, "t" ); + + support[ i + "Bubbles" ] = eventName in window || div.attributes[ eventName ].expando === false; + } + + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + // Support: IE<9 + // Iteration over object's inherited properties before its own. + for ( i in jQuery( support ) ) { + break; + } + support.ownLast = i !== "0"; + + // Run tests that need a body at doc ready + jQuery(function() { + var container, marginDiv, tds, + divReset = "padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;", + body = document.getElementsByTagName("body")[0]; + + if ( !body ) { + // Return for frameset docs that don't have a body + return; + } + + container = document.createElement("div"); + container.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px"; + + body.appendChild( container ).appendChild( div ); + + // Support: IE8 + // Check if table cells still have offsetWidth/Height when they are set + // to display:none and there are still other visible table cells in a + // table row; if so, offsetWidth/Height are not reliable for use when + // determining if an element has been hidden directly using + // display:none (it is still safe to use offsets if a parent element is + // hidden; don safety goggles and see bug #4512 for more information). + div.innerHTML = "
t
"; + tds = div.getElementsByTagName("td"); + tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none"; + isSupported = ( tds[ 0 ].offsetHeight === 0 ); + + tds[ 0 ].style.display = ""; + tds[ 1 ].style.display = "none"; + + // Support: IE8 + // Check if empty table cells still have offsetWidth/Height + support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 ); + + // Check box-sizing and margin behavior. + div.innerHTML = ""; + div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;"; + + // Workaround failing boxSizing test due to offsetWidth returning wrong value + // with some non-1 values of body zoom, ticket #13543 + jQuery.swap( body, body.style.zoom != null ? { zoom: 1 } : {}, function() { + support.boxSizing = div.offsetWidth === 4; + }); + + // Use window.getComputedStyle because jsdom on node.js will break without it. + if ( window.getComputedStyle ) { + support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%"; + support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px"; + + // Check if div with explicit width and no margin-right incorrectly + // gets computed margin-right based on width of container. (#3333) + // Fails in WebKit before Feb 2011 nightlies + // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right + marginDiv = div.appendChild( document.createElement("div") ); + marginDiv.style.cssText = div.style.cssText = divReset; + marginDiv.style.marginRight = marginDiv.style.width = "0"; + div.style.width = "1px"; + + support.reliableMarginRight = + !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight ); + } + + if ( typeof div.style.zoom !== core_strundefined ) { + // Support: IE<8 + // Check if natively block-level elements act like inline-block + // elements when setting their display to 'inline' and giving + // them layout + div.innerHTML = ""; + div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1"; + support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 ); + + // Support: IE6 + // Check if elements with layout shrink-wrap their children + div.style.display = "block"; + div.innerHTML = "
"; + div.firstChild.style.width = "5px"; + support.shrinkWrapBlocks = ( div.offsetWidth !== 3 ); + + if ( support.inlineBlockNeedsLayout ) { + // Prevent IE 6 from affecting layout for positioned elements #11048 + // Prevent IE from shrinking the body in IE 7 mode #12869 + // Support: IE<8 + body.style.zoom = 1; + } + } + + body.removeChild( container ); + + // Null elements to avoid leaks in IE + container = div = tds = marginDiv = null; + }); + + // Null elements to avoid leaks in IE + all = select = fragment = opt = a = input = null; + + return support; +})({}); + +var rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, + rmultiDash = /([A-Z])/g; + +function internalData( elem, name, data, pvt /* Internal Use Only */ ){ + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var ret, thisCache, + internalKey = jQuery.expando, + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && data === undefined && typeof name === "string" ) { + return; + } + + if ( !id ) { + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + id = elem[ internalKey ] = core_deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + // Avoid exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + cache[ id ] = isNode ? {} : { toJSON: jQuery.noop }; + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( typeof name === "string" ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var thisCache, i, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split(" "); + } + } + } else { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + i = name.length; + while ( i-- ) { + delete thisCache[ name[i] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( pvt ? !isEmptyDataObject(thisCache) : !jQuery.isEmptyObject(thisCache) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + /* jshint eqeqeq: false */ + } else if ( jQuery.support.deleteExpando || cache != cache.window ) { + /* jshint eqeqeq: true */ + delete cache[ id ]; + + // When all else fails, null + } else { + cache[ id ] = null; + } +} + +jQuery.extend({ + cache: {}, + + // The following elements throw uncatchable exceptions if you + // attempt to add expando properties to them. + noData: { + "applet": true, + "embed": true, + // Ban all objects except for Flash (which handle expandos) + "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + }, + + // A method for determining if a DOM node can handle the data expando + acceptData: function( elem ) { + // Do not set data on non-element because it will not be cleared (#8335). + if ( elem.nodeType && elem.nodeType !== 1 && elem.nodeType !== 9 ) { + return false; + } + + var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ]; + + // nodes accept data unless otherwise specified; rejection can be conditional + return !noData || noData !== true && elem.getAttribute("classid") === noData; + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var attrs, name, + data = null, + i = 0, + elem = this[0]; + + // Special expections of .data basically thwart jQuery.access, + // so implement the relevant behavior ourselves + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + attrs = elem.attributes; + for ( ; i < attrs.length; i++ ) { + name = attrs[i].name; + + if ( name.indexOf("data-") === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + + dataAttr( elem, name, data[ name ] ); + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + return arguments.length > 1 ? + + // Sets one value + this.each(function() { + jQuery.data( this, key, value ); + }) : + + // Gets one value + // Try to fetch any internally stored data first + elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : null; + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); + +function dataAttr( elem, key, data ) { + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray(data) ) { + queue = jQuery._data( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, key ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + // Based off of the plugin by Clint Helfers, with permission. + // http://blindsignals.com/index.php/2009/07/jquery-delay/ + delay: function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = setTimeout( next, time ); + hooks.stop = function() { + clearTimeout( timeout ); + }; + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while( i-- ) { + tmp = jQuery._data( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var nodeHook, boolHook, + rclass = /[\t\r\n\f]/g, + rreturn = /\r/g, + rfocusable = /^(?:input|select|textarea|button|object)$/i, + rclickable = /^(?:a|area)$/i, + ruseDefault = /^(?:checked|selected)$/i, + getSetAttribute = jQuery.support.getSetAttribute, + getSetInput = jQuery.support.input; + +jQuery.fn.extend({ + attr: function( name, value ) { + return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each(function() { + jQuery.removeAttr( this, name ); + }); + }, + + prop: function( name, value ) { + return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + name = jQuery.propFix[ name ] || name; + return this.each(function() { + // try/catch handles cases where IE balks (such as removing a property on window) + try { + this[ name ] = undefined; + delete this[ name ]; + } catch( e ) {} + }); + }, + + addClass: function( value ) { + var classes, elem, cur, clazz, j, + i = 0, + len = this.length, + proceed = typeof value === "string" && value; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( j ) { + jQuery( this ).addClass( value.call( this, j, this.className ) ); + }); + } + + if ( proceed ) { + // The disjunction here is for better compressibility (see removeClass) + classes = ( value || "" ).match( core_rnotwhite ) || []; + + for ( ; i < len; i++ ) { + elem = this[ i ]; + cur = elem.nodeType === 1 && ( elem.className ? + ( " " + elem.className + " " ).replace( rclass, " " ) : + " " + ); + + if ( cur ) { + j = 0; + while ( (clazz = classes[j++]) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + elem.className = jQuery.trim( cur ); + + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, clazz, j, + i = 0, + len = this.length, + proceed = arguments.length === 0 || typeof value === "string" && value; + + if ( jQuery.isFunction( value ) ) { + return this.each(function( j ) { + jQuery( this ).removeClass( value.call( this, j, this.className ) ); + }); + } + if ( proceed ) { + classes = ( value || "" ).match( core_rnotwhite ) || []; + + for ( ; i < len; i++ ) { + elem = this[ i ]; + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( elem.className ? + ( " " + elem.className + " " ).replace( rclass, " " ) : + "" + ); + + if ( cur ) { + j = 0; + while ( (clazz = classes[j++]) ) { + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) >= 0 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + elem.className = value ? jQuery.trim( cur ) : ""; + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value; + + if ( typeof stateVal === "boolean" && type === "string" ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( jQuery.isFunction( value ) ) { + return this.each(function( i ) { + jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); + }); + } + + return this.each(function() { + if ( type === "string" ) { + // toggle individual class names + var className, + i = 0, + self = jQuery( this ), + classNames = value.match( core_rnotwhite ) || []; + + while ( (className = classNames[ i++ ]) ) { + // check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( type === core_strundefined || type === "boolean" ) { + if ( this.className ) { + // store className if set + jQuery._data( this, "__className__", this.className ); + } + + // If the element has a class name or if we're passed "false", + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || ""; + } + }); + }, + + hasClass: function( selector ) { + var className = " " + selector + " ", + i = 0, + l = this.length; + for ( ; i < l; i++ ) { + if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) { + return true; + } + } + + return false; + }, + + val: function( value ) { + var ret, hooks, isFunction, + elem = this[0]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { + return ret; + } + + ret = elem.value; + + return typeof ret === "string" ? + // handle most common string cases + ret.replace(rreturn, "") : + // handle cases where value is null/undef or number + ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each(function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + } else if ( typeof val === "number" ) { + val += ""; + } else if ( jQuery.isArray( val ) ) { + val = jQuery.map(val, function ( value ) { + return value == null ? "" : value + ""; + }); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + }); + } +}); + +jQuery.extend({ + valHooks: { + option: { + get: function( elem ) { + // Use proper attribute retrieval(#6932, #12072) + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + elem.text; + } + }, + select: { + get: function( elem ) { + var value, option, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one" || index < 0, + values = one ? null : [], + max = one ? index + 1 : options.length, + i = index < 0 ? + max : + one ? index : 0; + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // oldIE doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + // Don't return options that are disabled or in a disabled optgroup + ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) && + ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + if ( (option.selected = jQuery.inArray( jQuery(option).val(), values ) >= 0) ) { + optionSet = true; + } + } + + // force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + }, + + attr: function( elem, name, value ) { + var hooks, ret, + nType = elem.nodeType; + + // don't get/set attributes on text, comment and attribute nodes + if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === core_strundefined ) { + return jQuery.prop( elem, name, value ); + } + + // All attributes are lowercase + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + name = name.toLowerCase(); + hooks = jQuery.attrHooks[ name ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : nodeHook ); + } + + if ( value !== undefined ) { + + if ( value === null ) { + jQuery.removeAttr( elem, name ); + + } else if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { + return ret; + + } else { + elem.setAttribute( name, value + "" ); + return value; + } + + } else if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { + return ret; + + } else { + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? + undefined : + ret; + } + }, + + removeAttr: function( elem, value ) { + var name, propName, + i = 0, + attrNames = value && value.match( core_rnotwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( (name = attrNames[i++]) ) { + propName = jQuery.propFix[ name ] || name; + + // Boolean attributes get special treatment (#10870) + if ( jQuery.expr.match.bool.test( name ) ) { + // Set corresponding property to false + if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + elem[ propName ] = false; + // Support: IE<9 + // Also clear defaultChecked/defaultSelected (if appropriate) + } else { + elem[ jQuery.camelCase( "default-" + name ) ] = + elem[ propName ] = false; + } + + // See #9699 for explanation of this approach (setting first, then removal) + } else { + jQuery.attr( elem, name, "" ); + } + + elem.removeAttribute( getSetAttribute ? name : propName ); + } + } + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) { + // Setting the type on a radio button after the value resets the value in IE6-9 + // Reset value to default in case type is set after value during creation + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + }, + + prop: function( elem, name, value ) { + var ret, hooks, notxml, + nType = elem.nodeType; + + // don't get/set properties on text, comment and attribute nodes + if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); + + if ( notxml ) { + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + return hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ? + ret : + ( elem[ name ] = value ); + + } else { + return hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ? + ret : + elem[ name ]; + } + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + return tabindex ? + parseInt( tabindex, 10 ) : + rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? + 0 : + -1; + } + } + } +}); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else if ( getSetInput && getSetAttribute || !ruseDefault.test( name ) ) { + // IE<8 needs the *property* name + elem.setAttribute( !getSetAttribute && jQuery.propFix[ name ] || name, name ); + + // Use defaultChecked and defaultSelected for oldIE + } else { + elem[ jQuery.camelCase( "default-" + name ) ] = elem[ name ] = true; + } + + return name; + } +}; +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = jQuery.expr.attrHandle[ name ] || jQuery.find.attr; + + jQuery.expr.attrHandle[ name ] = getSetInput && getSetAttribute || !ruseDefault.test( name ) ? + function( elem, name, isXML ) { + var fn = jQuery.expr.attrHandle[ name ], + ret = isXML ? + undefined : + /* jshint eqeqeq: false */ + (jQuery.expr.attrHandle[ name ] = undefined) != + getter( elem, name, isXML ) ? + + name.toLowerCase() : + null; + jQuery.expr.attrHandle[ name ] = fn; + return ret; + } : + function( elem, name, isXML ) { + return isXML ? + undefined : + elem[ jQuery.camelCase( "default-" + name ) ] ? + name.toLowerCase() : + null; + }; +}); + +// fix oldIE attroperties +if ( !getSetInput || !getSetAttribute ) { + jQuery.attrHooks.value = { + set: function( elem, value, name ) { + if ( jQuery.nodeName( elem, "input" ) ) { + // Does not return so that setAttribute is also used + elem.defaultValue = value; + } else { + // Use nodeHook if defined (#1954); otherwise setAttribute is fine + return nodeHook && nodeHook.set( elem, value, name ); + } + } + }; +} + +// IE6/7 do not support getting/setting some attributes with get/setAttribute +if ( !getSetAttribute ) { + + // Use this for any attribute in IE6/7 + // This fixes almost every IE6/7 issue + nodeHook = { + set: function( elem, value, name ) { + // Set the existing or create a new attribute node + var ret = elem.getAttributeNode( name ); + if ( !ret ) { + elem.setAttributeNode( + (ret = elem.ownerDocument.createAttribute( name )) + ); + } + + ret.value = value += ""; + + // Break association with cloned elements by also using setAttribute (#9646) + return name === "value" || value === elem.getAttribute( name ) ? + value : + undefined; + } + }; + jQuery.expr.attrHandle.id = jQuery.expr.attrHandle.name = jQuery.expr.attrHandle.coords = + // Some attributes are constructed with empty-string values when not defined + function( elem, name, isXML ) { + var ret; + return isXML ? + undefined : + (ret = elem.getAttributeNode( name )) && ret.value !== "" ? + ret.value : + null; + }; + jQuery.valHooks.button = { + get: function( elem, name ) { + var ret = elem.getAttributeNode( name ); + return ret && ret.specified ? + ret.value : + undefined; + }, + set: nodeHook.set + }; + + // Set contenteditable to false on removals(#10429) + // Setting to empty string throws an error as an invalid value + jQuery.attrHooks.contenteditable = { + set: function( elem, value, name ) { + nodeHook.set( elem, value === "" ? false : value, name ); + } + }; + + // Set width and height to auto instead of 0 on empty string( Bug #8150 ) + // This is for removals + jQuery.each([ "width", "height" ], function( i, name ) { + jQuery.attrHooks[ name ] = { + set: function( elem, value ) { + if ( value === "" ) { + elem.setAttribute( name, "auto" ); + return value; + } + } + }; + }); +} + + +// Some attributes require a special call on IE +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !jQuery.support.hrefNormalized ) { + // href/src property should get the full normalized URL (#10299/#12915) + jQuery.each([ "href", "src" ], function( i, name ) { + jQuery.propHooks[ name ] = { + get: function( elem ) { + return elem.getAttribute( name, 4 ); + } + }; + }); +} + +if ( !jQuery.support.style ) { + jQuery.attrHooks.style = { + get: function( elem ) { + // Return undefined in the case of empty string + // Note: IE uppercases css property names, but if we were to .toLowerCase() + // .cssText, that would destroy case senstitivity in URL's, like in "background" + return elem.style.cssText || undefined; + }, + set: function( elem, value ) { + return ( elem.style.cssText = value + "" ); + } + }; +} + +// Safari mis-reports the default selected property of an option +// Accessing the parent's selectedIndex property fixes it +if ( !jQuery.support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + var parent = elem.parentNode; + + if ( parent ) { + parent.selectedIndex; + + // Make sure that it also works with optgroups, see #5701 + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + return null; + } + }; +} + +jQuery.each([ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +}); + +// IE6/7 call enctype encoding +if ( !jQuery.support.enctype ) { + jQuery.propFix.enctype = "encoding"; +} + +// Radios and checkboxes getter/setter +jQuery.each([ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( jQuery.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); + } + } + }; + if ( !jQuery.support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + // Support: Webkit + // "" is returned instead of "on" if a value isn't specified + return elem.getAttribute("value") === null ? "on" : elem.value; + }; + } +}); +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + var tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== core_strundefined && (!e || jQuery.event.triggered !== e.type) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events + eventHandle.elem = elem; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( core_rnotwhite ) || [""]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener/attachEvent if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( core_rnotwhite ) || [""]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + eventPath = [ elem || document ], + type = core_hasOwn.call( event, "type" ) ? event.type : event, + namespaces = core_hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) { + event.preventDefault(); + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && elem[ type ] && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + try { + elem[ type ](); + } catch ( e ) { + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, ret, handleObj, matched, j, + handlerQueue = [], + args = core_slice.call( arguments ), + handlers = ( jQuery._data( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var sel, handleObj, matches, i, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + /* jshint eqeqeq: false */ + for ( ; cur != this; cur = cur.parentNode || this ) { + /* jshint eqeqeq: true */ + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && (cur.disabled !== true || event.type !== "click") ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Chrome 23+, Safari? + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + try { + this.focus(); + return false; + } catch ( e ) { + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Even when returnValue equals to undefined Firefox will still show alert + if ( event.result !== undefined ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = document.removeEventListener ? + function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, to properly expose it to GC + if ( typeof elem[ name ] === core_strundefined ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || + src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + if ( !e ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + if ( !e ) { + return; + } + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + this.isImmediatePropagationStopped = returnTrue; + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// IE submit delegation +if ( !jQuery.support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; + if ( form && !jQuery._data( form, "submitBubbles" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submit_bubble = true; + }); + jQuery._data( form, "submitBubbles", true ); + } + }); + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + // If form was submitted by the user, bubble the event up the tree + if ( event._submit_bubble ) { + delete event._submit_bubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event, true ); + } + } + }, + + teardown: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !jQuery.support.changeBubbles ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._just_changed = true; + } + }); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._just_changed && !event.isTrigger ) { + this._just_changed = false; + } + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event, true ); + }); + } + return false; + } + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "changeBubbles" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event, true ); + } + }); + jQuery._data( elem, "changeBubbles", true ); + } + }); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Create "bubbling" focus and blur events +if ( !jQuery.support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler while someone wants focusin/focusout + var attaches = 0, + handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + if ( attaches++ === 0 ) { + document.addEventListener( orig, handler, true ); + } + }, + teardown: function() { + if ( --attaches === 0 ) { + document.removeEventListener( orig, handler, true ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var type, origFn; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); +var isSimple = /^.[^:#\[\.,]*$/, + rparentsprev = /^(?:parents|prev(?:Until|All))/, + rneedsContext = jQuery.expr.match.needsContext, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + ret = [], + self = this, + len = self.length; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + ret = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + cur = ret.push( cur ); + break; + } + } + } + + return this.pushStack( ret.length > 1 ? jQuery.unique( ret ) : ret ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[0] && this[0].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return jQuery.inArray( this[0], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + var set = typeof selector === "string" ? + jQuery( selector, context ) : + jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ), + all = jQuery.merge( this.get(), set ); + + return this.pushStack( jQuery.unique(all) ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + do { + cur = cur[ dir ]; + } while ( cur && cur.nodeType !== 1 ); + + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + ret = jQuery.unique( ret ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + } + + return this.pushStack( ret ); + }; +}); + +jQuery.extend({ + filter: function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); + }, + + dir: function( elem, dir, until ) { + var matched = [], + cur = elem[ dir ]; + + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( isSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( jQuery.inArray( elem, qualifier ) >= 0 ) !== not; + }); +} +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rleadingWhitespace = /^\s+/, + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rtbody = /\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
", "
" ], + area: [ 1, "", "" ], + param: [ 1, "", "" ], + thead: [ 1, "", "
" ], + tr: [ 2, "", "
" ], + col: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: jQuery.support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X
", "
" ] + }, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement("div") ); + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +jQuery.fn.extend({ + text: function( value ) { + return jQuery.access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) ); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + // keepData is for internal use only--do not document + remove: function( selector, keepData ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function () { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return jQuery.access( this, function( value ) { + var elem = this[0] || {}, + i = 0, + l = this.length; + + if ( value === undefined ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( jQuery.support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for (; i < l; i++ ) { + // Remove element nodes and prevent memory leaks + elem = this[i] || {}; + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch(e) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var + // Snapshot the DOM in case .domManip sweeps something relevant into its fragment + args = jQuery.map( this, function( elem ) { + return [ elem.nextSibling, elem.parentNode ]; + }), + i = 0; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + var next = args[ i++ ], + parent = args[ i++ ]; + + if ( parent ) { + // Don't use the snapshot next if it has moved (#13810) + if ( next && next.parentNode !== parent ) { + next = this.nextSibling; + } + jQuery( this ).remove(); + parent.insertBefore( elem, next ); + } + // Allow new content to include elements from the context set + }, true ); + + // Force removal if there was no new content (e.g., from empty arguments) + return i ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback, allowIntersection ) { + + // Flatten any nested arrays + args = core_concat.apply( [], args ); + + var first, node, hasScripts, + scripts, doc, fragment, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[0], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || !( l <= 1 || typeof value !== "string" || jQuery.support.checkClone || !rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[0] = value.call( this, index, self.html() ); + } + self.domManip( args, callback, allowIntersection ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, !allowIntersection && this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[i], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Hope ajax is available... + jQuery._evalUrl( node.src ); + } else { + jQuery.globalEval( ( node.text || node.textContent || node.innerHTML || "" ).replace( rcleanScript, "" ) ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return this; + } +}); + +// Support: IE<8 +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType === 1 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (jQuery.find.attr( elem, "type" ) !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + if ( match ) { + elem.type = match[1]; + } else { + elem.removeAttribute("type"); + } + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var elem, + i = 0; + for ( ; (elem = elems[i]) != null; i++ ) { + jQuery._data( elem, "globalEval", !refElements || jQuery._data( refElements[i], "globalEval" ) ); + } +} + +function cloneCopyEvent( src, dest ) { + + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !jQuery.support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( jQuery.support.html5Clone && ( src.innerHTML && !jQuery.trim(dest.innerHTML) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && manipulation_rcheckableType.test( src.type ) ) { + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone(true); + jQuery( insert[i] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + core_push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== core_strundefined ? context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== core_strundefined ? context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; (elem = elems[i]) != null; i++ ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + +// Used in buildFragment, fixes the defaultChecked property +function fixDefaultChecked( elem ) { + if ( manipulation_rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) && + (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + // Fix all IE cloning issues + for ( i = 0; (node = srcElements[i]) != null; ++i ) { + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[i] ) { + fixCloneNodeIssues( node, destElements[i] ); + } + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0; (node = srcElements[i]) != null; i++ ) { + cloneCopyEvent( node, destElements[i] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || safe.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + + tmp.innerHTML = wrap[1] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[2]; + + // Descend through wrappers to the right content + j = wrap[0]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Manually add leading whitespace removed by IE + if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[0] ) ); + } + + // Remove IE's autoinserted from table fragments + if ( !jQuery.support.tbody ) { + + // String was a , *may* have spurious + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare or + wrap[1] === "
" && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) { + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !jQuery.support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( safe.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + tmp = null; + + return safe; + }, + + cleanData: function( elems, /* internal */ acceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + deleteExpando = jQuery.support.deleteExpando, + special = jQuery.event.special; + + for ( ; (elem = elems[i]) != null; i++ ) { + + if ( acceptData || jQuery.acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // IE does not allow us to delete expando properties from nodes, + // nor does it have a removeAttribute function on Document nodes; + // we must handle all of these cases + if ( deleteExpando ) { + delete elem[ internalKey ]; + + } else if ( typeof elem.removeAttribute !== core_strundefined ) { + elem.removeAttribute( internalKey ); + + } else { + elem[ internalKey ] = null; + } + + core_deletedIds.push( id ); + } + } + } + } + }, + + _evalUrl: function( url ) { + return jQuery.ajax({ + url: url, + type: "GET", + dataType: "script", + async: false, + global: false, + "throws": true + }); + } +}); +jQuery.fn.extend({ + wrapAll: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each(function(i) { + jQuery(this).wrapAll( html.call(this, i) ); + }); + } + + if ( this[0] ) { + // The elements to wrap the target around + var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true); + + if ( this[0].parentNode ) { + wrap.insertBefore( this[0] ); + } + + wrap.map(function() { + var elem = this; + + while ( elem.firstChild && elem.firstChild.nodeType === 1 ) { + elem = elem.firstChild; + } + + return elem; + }).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each(function(i) { + jQuery(this).wrapInner( html.call(this, i) ); + }); + } + + return this.each(function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + }); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each(function(i) { + jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html ); + }); + }, + + unwrap: function() { + return this.parent().each(function() { + if ( !jQuery.nodeName( this, "body" ) ) { + jQuery( this ).replaceWith( this.childNodes ); + } + }).end(); + } +}); +var iframe, getStyles, curCSS, + ralpha = /alpha\([^)]*\)/i, + ropacity = /opacity\s*=\s*([^)]*)/, + rposition = /^(top|right|bottom|left)$/, + // swappable if display is none or starts with table except "table", "table-cell", or "table-caption" + // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rmargin = /^margin/, + rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ), + rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ), + rrelNum = new RegExp( "^([+-])=(" + core_pnum + ")", "i" ), + elemdisplay = { BODY: "block" }, + + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: 0, + fontWeight: 400 + }, + + cssExpand = [ "Top", "Right", "Bottom", "Left" ], + cssPrefixes = [ "Webkit", "O", "Moz", "ms" ]; + +// return a css property mapped to a potentially vendor prefixed property +function vendorPropName( style, name ) { + + // shortcut for names that are not vendor prefixed + if ( name in style ) { + return name; + } + + // check for vendor prefixed names + var capName = name.charAt(0).toUpperCase() + name.slice(1), + origName = name, + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in style ) { + return name; + } + } + + return origName; +} + +function isHidden( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); +} + +function showHide( elements, show ) { + var display, elem, hidden, + values = [], + index = 0, + length = elements.length; + + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + values[ index ] = jQuery._data( elem, "olddisplay" ); + display = elem.style.display; + if ( show ) { + // Reset the inline display of this element to learn if it is + // being hidden by cascaded rules or not + if ( !values[ index ] && display === "none" ) { + elem.style.display = ""; + } + + // Set elements which have been overridden with display: none + // in a stylesheet to whatever the default browser style is + // for such an element + if ( elem.style.display === "" && isHidden( elem ) ) { + values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) ); + } + } else { + + if ( !values[ index ] ) { + hidden = isHidden( elem ); + + if ( display && display !== "none" || !hidden ) { + jQuery._data( elem, "olddisplay", hidden ? display : jQuery.css( elem, "display" ) ); + } + } + } + } + + // Set the display of most of the elements in a second loop + // to avoid the constant reflow + for ( index = 0; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + if ( !show || elem.style.display === "none" || elem.style.display === "" ) { + elem.style.display = show ? values[ index ] || "" : "none"; + } + } + + return elements; +} + +jQuery.fn.extend({ + css: function( name, value ) { + return jQuery.access( this, function( elem, name, value ) { + var len, styles, + map = {}, + i = 0; + + if ( jQuery.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + }, + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each(function() { + if ( isHidden( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + }); + } +}); + +jQuery.extend({ + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "columnCount": true, + "fillOpacity": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + // normalize float css property + "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + style = elem.style; + + name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // convert relative number strings (+= or -=) to relative numbers. #7345 + if ( type === "string" && (ret = rrelNum.exec( value )) ) { + value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) ); + // Fixes bug #9237 + type = "number"; + } + + // Make sure that NaN and null values aren't set. See: #7116 + if ( value == null || type === "number" && isNaN( value ) ) { + return; + } + + // If a number was passed in, add 'px' to the (except for certain CSS properties) + if ( type === "number" && !jQuery.cssNumber[ origName ] ) { + value += "px"; + } + + // Fixes #8908, it can be done more correctly by specifing setters in cssHooks, + // but it would mean to define eight (for every problematic property) identical functions + if ( !jQuery.support.clearCloneStyle && value === "" && name.indexOf("background") === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) { + + // Wrapped to prevent IE from throwing errors when 'invalid' values are provided + // Fixes bug #5509 + try { + style[ name ] = value; + } catch(e) {} + } + + } else { + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) { + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var num, val, hooks, + origName = jQuery.camelCase( name ); + + // Make sure that we're working with the right name + name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) ); + + // gets hook for the prefixed version + // followed by the unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + //convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Return, converting to number if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || jQuery.isNumeric( num ) ? num || 0 : val; + } + return val; + } +}); + +// NOTE: we've included the "window" in window.getComputedStyle +// because jsdom on node.js will break without it. +if ( window.getComputedStyle ) { + getStyles = function( elem ) { + return window.getComputedStyle( elem, null ); + }; + + curCSS = function( elem, name, _computed ) { + var width, minWidth, maxWidth, + computed = _computed || getStyles( elem ), + + // getPropertyValue is only needed for .css('filter') in IE9, see #12537 + ret = computed ? computed.getPropertyValue( name ) || computed[ name ] : undefined, + style = elem.style; + + if ( computed ) { + + if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right + // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels + // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values + if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret; + }; +} else if ( document.documentElement.currentStyle ) { + getStyles = function( elem ) { + return elem.currentStyle; + }; + + curCSS = function( elem, name, _computed ) { + var left, rs, rsLeft, + computed = _computed || getStyles( elem ), + ret = computed ? computed[ name ] : undefined, + style = elem.style; + + // Avoid setting ret to empty string here + // so we don't default to auto + if ( ret == null && style && style[ name ] ) { + ret = style[ name ]; + } + + // From the awesome hack by Dean Edwards + // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291 + + // If we're not dealing with a regular pixel number + // but a number that has a weird ending, we need to convert it to pixels + // but not position css attributes, as those are proportional to the parent element instead + // and we can't measure the parent instead because it might trigger a "stacking dolls" problem + if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) { + + // Remember the original values + left = style.left; + rs = elem.runtimeStyle; + rsLeft = rs && rs.left; + + // Put in the new values to get a computed value out + if ( rsLeft ) { + rs.left = elem.currentStyle.left; + } + style.left = name === "fontSize" ? "1em" : ret; + ret = style.pixelLeft + "px"; + + // Revert the changed values + style.left = left; + if ( rsLeft ) { + rs.left = rsLeft; + } + } + + return ret === "" ? "auto" : ret; + }; +} + +function setPositiveNumber( elem, value, subtract ) { + var matches = rnumsplit.exec( value ); + return matches ? + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i = extra === ( isBorderBox ? "border" : "content" ) ? + // If we already have the right measurement, avoid augmentation + 4 : + // Otherwise initialize for horizontal or vertical properties + name === "width" ? 1 : 0, + + val = 0; + + for ( ; i < 4; i += 2 ) { + // both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // at this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + // at this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // at this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with offset property, which is equivalent to the border-box value + var valueIsBorderBox = true, + val = name === "width" ? elem.offsetWidth : elem.offsetHeight, + styles = getStyles( elem ), + isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // some non-html elements return undefined for offsetWidth, so check for null/undefined + // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 + // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 + if ( val <= 0 || val == null ) { + // Fall back to computed then uncomputed css if necessary + val = curCSS( elem, name, styles ); + if ( val < 0 || val == null ) { + val = elem.style[ name ]; + } + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test(val) ) { + return val; + } + + // we need the check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] ); + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + } + + // use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +// Try to determine the default display value of an element +function css_defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + // Use the already-created iframe if possible + iframe = ( iframe || + jQuery("