blaze_rails 0.1.2.pre.beta3.1 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d436ae3c925e3aae5784d83b5897641a5077d70
4
- data.tar.gz: cf8f9691834e21bbd13ce4159e9dd85058ab01d5
3
+ metadata.gz: 33359dd386de597addafbf8373f00d11e17157df
4
+ data.tar.gz: fdcd1d38869b957c44d227089461134332d3c253
5
5
  SHA512:
6
- metadata.gz: b4aa0a1e56aa9f508afd8952be960df14c5a2cda88200fbc99c4697a249de14a9eda34c446671f135f2ccd2247f7ceefb614c6d783ba7d716b665e91bac37bcf
7
- data.tar.gz: d0222b899376265b81855201c594117f03a27d078cc2b9c410a1b86b16fa0e8f84967e85174871495beaf678919217f6d95f1cc5546c133c2e71cec6181a51d7
6
+ metadata.gz: 988a3efc31155df0b83331329bc7df271d9a1e91089b9d2c8eebfc425539985f1c41c12b43581d0fefec39f1e10a60e7a7685b32979037f97605664558fa841f
7
+ data.tar.gz: ae389bbe2ef8d49aaef5a16dde61e7b99ab1987da8dc592d87f024b486e4b8283a5848062e5494655dc2333956147667ca5d06a3f585a1cb995c0371a0b02378
data/.gitignore ADDED
@@ -0,0 +1,7 @@
1
+ .bundle/
2
+ log/*.log
3
+ pkg/
4
+ test/dummy/db/*.sqlite3
5
+ test/dummy/db/*.sqlite3-journal
6
+ test/dummy/log/*.log
7
+ test/dummy/tmp/
@@ -0,0 +1,49 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This code of conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at suyeshb@gmail.com. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
+ version 1.3.0, available at
46
+ [http://contributor-covenant.org/version/1/3/0/][version]
47
+
48
+ [homepage]: http://contributor-covenant.org
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in blaze.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ blaze_rails (1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (10.5.0)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ blaze_rails!
16
+ bundler (~> 1.12)
17
+ rake (~> 10.0)
18
+
19
+ BUNDLED WITH
20
+ 1.12.5
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Suyesh Bhandari
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,31 +1,27 @@
1
1
  # BlazeRails
2
- [![Gem Version](https://badge.fury.io/rb/blaze_rails.svg)](https://badge.fury.io/rb/blaze_rails)
2
+ [![Gem Version](https://badge.fury.io/rb/blaze_rails.svg)](https://badge.fury.io/rb/blaze_rails)
3
3
 
4
- ####VERSION - 0.1.2-beta3
4
+ Rails Gem for [Blaze-css](http://blazecss.com/)
5
5
 
6
- Rails Gem for [Blaze-css](http://blazecss.com/)
7
- **NOTE: This gem is not tested and still in development process.**
8
6
 
9
7
 
10
8
 
11
- ## Installation
9
+ ## Installation
12
10
 
13
- ```ruby
14
- gem 'blaze_rails'
15
- gem 'sass-rails', '>= 3.4.2'
16
- ```
11
+ ```ruby
12
+ gem 'blaze_rails'
13
+ ```
17
14
 
18
- `bundle install` and restart your server to make the files available through the pipeline.
15
+ `bundle install` and restart your server to make the files available through the pipeline.
19
16
 
20
17
 
18
+ Edit application.css
19
+ ```css
20
+ @import "blaze_rails";
21
+ ```
21
22
 
22
- ```scss
23
- @import "blaze_rails";
24
- @import "blaze_rails/mixins"
25
- ```
23
+ ## Contributing
24
+ Contribution directions go here.
26
25
 
27
- ## Contributing
28
- Contribution directions go here.
29
-
30
- ## License
31
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
26
+ ## License
27
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile CHANGED
@@ -1,34 +1,2 @@
1
- begin
2
- require 'bundler/setup'
3
- rescue LoadError
4
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
- end
6
-
7
- require 'rdoc/task'
8
-
9
- RDoc::Task.new(:rdoc) do |rdoc|
10
- rdoc.rdoc_dir = 'rdoc'
11
- rdoc.title = 'Blaze'
12
- rdoc.options << '--line-numbers'
13
- rdoc.rdoc_files.include('README.md')
14
- rdoc.rdoc_files.include('lib/**/*.rb')
15
- end
16
-
17
-
18
-
19
-
20
-
21
-
22
- require 'bundler/gem_tasks'
23
-
24
- require 'rake/testtask'
25
-
26
- Rake::TestTask.new(:test) do |t|
27
- t.libs << 'lib'
28
- t.libs << 'test'
29
- t.pattern = 'test/**/*_test.rb'
30
- t.verbose = false
31
- end
32
-
33
-
34
- task default: :test
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "blaze_rails"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,28 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'blaze_rails/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "blaze_rails"
8
+ spec.version = BlazeRails::VERSION
9
+ spec.authors = ["Suyesh Bhandari"]
10
+ spec.email = ["suyeshb@gmail.com"]
11
+
12
+ spec.summary = "Blaze CSS for Rails"
13
+ spec.description = "Blaze CSS for rails"
14
+ spec.homepage = "https://github.com/suyesh/blaze-rails"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+
20
+
21
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
+ spec.bindir = "exe"
23
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
+ spec.require_paths = ["lib"]
25
+
26
+ spec.add_development_dependency "bundler", "~> 1.12"
27
+ spec.add_development_dependency "rake", "~> 10.0"
28
+ end
@@ -1,3 +1,3 @@
1
1
  module BlazeRails
2
- VERSION = '0.1.2-beta3.1'
2
+ VERSION = "1.0.1"
3
3
  end
data/lib/blaze_rails.rb CHANGED
@@ -1,2 +1,8 @@
1
- require 'blaze_rails/engine'
2
- require 'blaze_rails/version'
1
+ require "blaze_rails/version"
2
+
3
+ module BlazeRails
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end
@@ -0,0 +1 @@
1
+ /*!v2.12.0*/@charset "UTF-8";html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0}.o-container{margin:auto}.o-container--xsmall{max-width:20em}.o-container--small{max-width:30em}.o-container--medium{max-width:48em}.o-container--large{max-width:64em}.o-container--xlarge{max-width:78em}.o-container--super{max-width:116em}.o-grid{display:-ms-flexbox;display:flex}.o-grid--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid--top{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.o-grid--center{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.o-grid--bottom{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.o-grid--no-gutter>.o-grid__cell{padding-left:0;padding-right:0}.o-grid__cell{-ms-flex:1;flex:1;padding-left:1em;padding-right:1em}.o-grid__cell--width-5{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5{margin-left:5%}.o-grid__cell--width-10{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10{margin-left:10%}.o-grid__cell--width-15{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15{margin-left:15%}.o-grid__cell--width-20{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20{margin-left:20%}.o-grid__cell--width-25{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25{margin-left:25%}.o-grid__cell--width-30{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30{margin-left:30%}.o-grid__cell--width-33{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33{margin-left:33.33333%}.o-grid__cell--width-35{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35{margin-left:35%}.o-grid__cell--width-40{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40{margin-left:40%}.o-grid__cell--width-45{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45{margin-left:45%}.o-grid__cell--width-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50{margin-left:50%}.o-grid__cell--width-55{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55{margin-left:55%}.o-grid__cell--width-60{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60{margin-left:60%}.o-grid__cell--width-65{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65{margin-left:65%}.o-grid__cell--width-66{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66{margin-left:66.66667%}.o-grid__cell--width-70{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70{margin-left:70%}.o-grid__cell--width-75{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75{margin-left:75%}.o-grid__cell--width-80{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80{margin-left:80%}.o-grid__cell--width-85{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85{margin-left:85%}.o-grid__cell--width-90{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90{margin-left:90%}.o-grid__cell--width-95{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95{margin-left:95%}.o-grid__cell--width-100{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100{margin-left:100%}.o-grid__cell--top{-ms-flex-item-align:start;align-self:flex-start}.o-grid__cell--center{-ms-flex-item-align:center;align-self:center}.o-grid__cell--bottom{-ms-flex-item-align:end;align-self:flex-end}.o-grid__cell--no-gutter{padding-left:0;padding-right:0}.o-grid__cell--width-fixed{-ms-flex:0 1 auto;flex:0 1 auto}.o-grid__cell--hidden{display:none}.o-grid__cell--visible{display:initial}@media (max-width:19.99em){.o-grid.o-grid--xsmall-fit>.o-grid__cell:not([class*=o-grid__cell--width]){-ms-flex:1;flex:1}.o-grid.o-grid--xsmall-full{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid.o-grid--xsmall-full>.o-grid__cell{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0}}@media (min-width:20em) and (max-width:29.99em){.o-grid.o-grid--small-fit>.o-grid__cell:not([class*=o-grid__cell--width]){-ms-flex:1;flex:1}.o-grid.o-grid--small-full{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid.o-grid--small-full>.o-grid__cell{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0}}@media (min-width:30em) and (max-width:47.99em){.o-grid.o-grid--medium-fit>.o-grid__cell:not([class*=o-grid__cell--width]){-ms-flex:1;flex:1}.o-grid.o-grid--medium-full{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid.o-grid--medium-full>.o-grid__cell{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0}}@media (min-width:48em) and (max-width:63.99em){.o-grid.o-grid--large-fit>.o-grid__cell:not([class*=o-grid__cell--width]){-ms-flex:1;flex:1}.o-grid.o-grid--large-full{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid.o-grid--large-full>.o-grid__cell{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0}}@media (min-width:64em) and (max-width:77.99em){.o-grid.o-grid--xlarge-fit>.o-grid__cell:not([class*=o-grid__cell--width]){-ms-flex:1;flex:1}.o-grid.o-grid--xlarge-full{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid.o-grid--xlarge-full>.o-grid__cell{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0}}@media (min-width:64em){.o-grid.o-grid--super-fit>.o-grid__cell:not([class*=o-grid__cell--width]){-ms-flex:1;flex:1}.o-grid.o-grid--super-full{-ms-flex-wrap:wrap;flex-wrap:wrap}.o-grid.o-grid--super-full>.o-grid__cell{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0}}@media (min-width:20em){.o-grid__cell--width-5\@xsmall{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5\@xsmall{margin-left:5%}.o-grid__cell--width-10\@xsmall{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10\@xsmall{margin-left:10%}.o-grid__cell--width-15\@xsmall{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15\@xsmall{margin-left:15%}.o-grid__cell--width-20\@xsmall{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20\@xsmall{margin-left:20%}.o-grid__cell--width-25\@xsmall{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25\@xsmall{margin-left:25%}.o-grid__cell--width-30\@xsmall{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30\@xsmall{margin-left:30%}.o-grid__cell--width-33\@xsmall{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33\@xsmall{margin-left:33.33333%}.o-grid__cell--width-35\@xsmall{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35\@xsmall{margin-left:35%}.o-grid__cell--width-40\@xsmall{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40\@xsmall{margin-left:40%}.o-grid__cell--width-45\@xsmall{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45\@xsmall{margin-left:45%}.o-grid__cell--width-50\@xsmall{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50\@xsmall{margin-left:50%}.o-grid__cell--width-55\@xsmall{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55\@xsmall{margin-left:55%}.o-grid__cell--width-60\@xsmall{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60\@xsmall{margin-left:60%}.o-grid__cell--width-65\@xsmall{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65\@xsmall{margin-left:65%}.o-grid__cell--width-66\@xsmall{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66\@xsmall{margin-left:66.66667%}.o-grid__cell--width-70\@xsmall{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70\@xsmall{margin-left:70%}.o-grid__cell--width-75\@xsmall{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75\@xsmall{margin-left:75%}.o-grid__cell--width-80\@xsmall{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80\@xsmall{margin-left:80%}.o-grid__cell--width-85\@xsmall{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85\@xsmall{margin-left:85%}.o-grid__cell--width-90\@xsmall{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90\@xsmall{margin-left:90%}.o-grid__cell--width-95\@xsmall{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95\@xsmall{margin-left:95%}.o-grid__cell--hidden\@xsmall{display:none}.o-grid__cell--visible\@xsmall{display:initial}.o-grid__cell--width-100\@xsmall{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100\@xsmall{margin-left:100%}}@media (min-width:30em){.o-grid__cell--width-5\@small{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5\@small{margin-left:5%}.o-grid__cell--width-10\@small{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10\@small{margin-left:10%}.o-grid__cell--width-15\@small{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15\@small{margin-left:15%}.o-grid__cell--width-20\@small{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20\@small{margin-left:20%}.o-grid__cell--width-25\@small{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25\@small{margin-left:25%}.o-grid__cell--width-30\@small{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30\@small{margin-left:30%}.o-grid__cell--width-33\@small{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33\@small{margin-left:33.33333%}.o-grid__cell--width-35\@small{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35\@small{margin-left:35%}.o-grid__cell--width-40\@small{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40\@small{margin-left:40%}.o-grid__cell--width-45\@small{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45\@small{margin-left:45%}.o-grid__cell--width-50\@small{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50\@small{margin-left:50%}.o-grid__cell--width-55\@small{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55\@small{margin-left:55%}.o-grid__cell--width-60\@small{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60\@small{margin-left:60%}.o-grid__cell--width-65\@small{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65\@small{margin-left:65%}.o-grid__cell--width-66\@small{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66\@small{margin-left:66.66667%}.o-grid__cell--width-70\@small{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70\@small{margin-left:70%}.o-grid__cell--width-75\@small{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75\@small{margin-left:75%}.o-grid__cell--width-80\@small{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80\@small{margin-left:80%}.o-grid__cell--width-85\@small{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85\@small{margin-left:85%}.o-grid__cell--width-90\@small{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90\@small{margin-left:90%}.o-grid__cell--width-95\@small{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95\@small{margin-left:95%}.o-grid__cell--hidden\@small{display:none}.o-grid__cell--visible\@small{display:initial}.o-grid__cell--width-100\@small{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100\@small{margin-left:100%}}@media (min-width:48em){.o-grid__cell--width-5\@medium{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5\@medium{margin-left:5%}.o-grid__cell--width-10\@medium{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10\@medium{margin-left:10%}.o-grid__cell--width-15\@medium{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15\@medium{margin-left:15%}.o-grid__cell--width-20\@medium{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20\@medium{margin-left:20%}.o-grid__cell--width-25\@medium{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25\@medium{margin-left:25%}.o-grid__cell--width-30\@medium{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30\@medium{margin-left:30%}.o-grid__cell--width-33\@medium{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33\@medium{margin-left:33.33333%}.o-grid__cell--width-35\@medium{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35\@medium{margin-left:35%}.o-grid__cell--width-40\@medium{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40\@medium{margin-left:40%}.o-grid__cell--width-45\@medium{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45\@medium{margin-left:45%}.o-grid__cell--width-50\@medium{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50\@medium{margin-left:50%}.o-grid__cell--width-55\@medium{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55\@medium{margin-left:55%}.o-grid__cell--width-60\@medium{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60\@medium{margin-left:60%}.o-grid__cell--width-65\@medium{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65\@medium{margin-left:65%}.o-grid__cell--width-66\@medium{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66\@medium{margin-left:66.66667%}.o-grid__cell--width-70\@medium{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70\@medium{margin-left:70%}.o-grid__cell--width-75\@medium{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75\@medium{margin-left:75%}.o-grid__cell--width-80\@medium{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80\@medium{margin-left:80%}.o-grid__cell--width-85\@medium{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85\@medium{margin-left:85%}.o-grid__cell--width-90\@medium{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90\@medium{margin-left:90%}.o-grid__cell--width-95\@medium{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95\@medium{margin-left:95%}.o-grid__cell--hidden\@medium{display:none}.o-grid__cell--visible\@medium{display:initial}.o-grid__cell--width-100\@medium{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100\@medium{margin-left:100%}}@media (min-width:64em){.o-grid__cell--width-5\@large{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5\@large{margin-left:5%}.o-grid__cell--width-10\@large{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10\@large{margin-left:10%}.o-grid__cell--width-15\@large{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15\@large{margin-left:15%}.o-grid__cell--width-20\@large{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20\@large{margin-left:20%}.o-grid__cell--width-25\@large{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25\@large{margin-left:25%}.o-grid__cell--width-30\@large{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30\@large{margin-left:30%}.o-grid__cell--width-33\@large{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33\@large{margin-left:33.33333%}.o-grid__cell--width-35\@large{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35\@large{margin-left:35%}.o-grid__cell--width-40\@large{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40\@large{margin-left:40%}.o-grid__cell--width-45\@large{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45\@large{margin-left:45%}.o-grid__cell--width-50\@large{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50\@large{margin-left:50%}.o-grid__cell--width-55\@large{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55\@large{margin-left:55%}.o-grid__cell--width-60\@large{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60\@large{margin-left:60%}.o-grid__cell--width-65\@large{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65\@large{margin-left:65%}.o-grid__cell--width-66\@large{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66\@large{margin-left:66.66667%}.o-grid__cell--width-70\@large{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70\@large{margin-left:70%}.o-grid__cell--width-75\@large{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75\@large{margin-left:75%}.o-grid__cell--width-80\@large{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80\@large{margin-left:80%}.o-grid__cell--width-85\@large{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85\@large{margin-left:85%}.o-grid__cell--width-90\@large{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90\@large{margin-left:90%}.o-grid__cell--width-95\@large{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95\@large{margin-left:95%}.o-grid__cell--hidden\@large{display:none}.o-grid__cell--visible\@large{display:initial}.o-grid__cell--width-100\@large{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100\@large{margin-left:100%}}@media (min-width:78em){.o-grid__cell--width-5\@xlarge{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5\@xlarge{margin-left:5%}.o-grid__cell--width-10\@xlarge{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10\@xlarge{margin-left:10%}.o-grid__cell--width-15\@xlarge{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15\@xlarge{margin-left:15%}.o-grid__cell--width-20\@xlarge{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20\@xlarge{margin-left:20%}.o-grid__cell--width-25\@xlarge{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25\@xlarge{margin-left:25%}.o-grid__cell--width-30\@xlarge{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30\@xlarge{margin-left:30%}.o-grid__cell--width-33\@xlarge{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33\@xlarge{margin-left:33.33333%}.o-grid__cell--width-35\@xlarge{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35\@xlarge{margin-left:35%}.o-grid__cell--width-40\@xlarge{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40\@xlarge{margin-left:40%}.o-grid__cell--width-45\@xlarge{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45\@xlarge{margin-left:45%}.o-grid__cell--width-50\@xlarge{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50\@xlarge{margin-left:50%}.o-grid__cell--width-55\@xlarge{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55\@xlarge{margin-left:55%}.o-grid__cell--width-60\@xlarge{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60\@xlarge{margin-left:60%}.o-grid__cell--width-65\@xlarge{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65\@xlarge{margin-left:65%}.o-grid__cell--width-66\@xlarge{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66\@xlarge{margin-left:66.66667%}.o-grid__cell--width-70\@xlarge{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70\@xlarge{margin-left:70%}.o-grid__cell--width-75\@xlarge{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75\@xlarge{margin-left:75%}.o-grid__cell--width-80\@xlarge{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80\@xlarge{margin-left:80%}.o-grid__cell--width-85\@xlarge{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85\@xlarge{margin-left:85%}.o-grid__cell--width-90\@xlarge{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90\@xlarge{margin-left:90%}.o-grid__cell--width-95\@xlarge{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95\@xlarge{margin-left:95%}.o-grid__cell--hidden\@xlarge{display:none}.o-grid__cell--visible\@xlarge{display:initial}.o-grid__cell--width-100\@xlarge{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100\@xlarge{margin-left:100%}}@media (min-width:116em){.o-grid__cell--width-5\@super{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}.o-grid__cell--offset-5\@super{margin-left:5%}.o-grid__cell--width-10\@super{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.o-grid__cell--offset-10\@super{margin-left:10%}.o-grid__cell--width-15\@super{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.o-grid__cell--offset-15\@super{margin-left:15%}.o-grid__cell--width-20\@super{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.o-grid__cell--offset-20\@super{margin-left:20%}.o-grid__cell--width-25\@super{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.o-grid__cell--offset-25\@super{margin-left:25%}.o-grid__cell--width-30\@super{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.o-grid__cell--offset-30\@super{margin-left:30%}.o-grid__cell--width-33\@super{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.o-grid__cell--offset-33\@super{margin-left:33.33333%}.o-grid__cell--width-35\@super{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.o-grid__cell--offset-35\@super{margin-left:35%}.o-grid__cell--width-40\@super{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.o-grid__cell--offset-40\@super{margin-left:40%}.o-grid__cell--width-45\@super{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.o-grid__cell--offset-45\@super{margin-left:45%}.o-grid__cell--width-50\@super{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.o-grid__cell--offset-50\@super{margin-left:50%}.o-grid__cell--width-55\@super{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.o-grid__cell--offset-55\@super{margin-left:55%}.o-grid__cell--width-60\@super{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.o-grid__cell--offset-60\@super{margin-left:60%}.o-grid__cell--width-65\@super{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.o-grid__cell--offset-65\@super{margin-left:65%}.o-grid__cell--width-66\@super{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.o-grid__cell--offset-66\@super{margin-left:66.66667%}.o-grid__cell--width-70\@super{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.o-grid__cell--offset-70\@super{margin-left:70%}.o-grid__cell--width-75\@super{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.o-grid__cell--offset-75\@super{margin-left:75%}.o-grid__cell--width-80\@super{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.o-grid__cell--offset-80\@super{margin-left:80%}.o-grid__cell--width-85\@super{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.o-grid__cell--offset-85\@super{margin-left:85%}.o-grid__cell--width-90\@super{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.o-grid__cell--offset-90\@super{margin-left:90%}.o-grid__cell--width-95\@super{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.o-grid__cell--offset-95\@super{margin-left:95%}.o-grid__cell--hidden\@super{display:none}.o-grid__cell--visible\@super{display:initial}.o-grid__cell--width-100\@super{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.o-grid__cell--offset-100\@super{margin-left:100%}}.o-image{display:inline-block;max-width:100%;height:auto}.o-panel-container{position:relative}.o-panel{top:0;right:0;bottom:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute}.o-panel--nav-top{top:3.55em}.o-panel--nav-bottom{bottom:3.55em}.c-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;color:#111;line-height:1.55;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.c-text--mono{font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}.c-text--highlight{background-color:#f6ed30;color:#111;padding:.3em .3em .1em;margin:-.1em}.c-text--quiet{color:#adadad}.c-text--loud{font-weight:700}.c-text--help[title]{cursor:help;border-bottom:1px dashed #adadad}.c-pre{margin:0}.c-code{background-color:#f1f1f1;color:#111;padding:.3em .3em .1em;margin:-.1em;display:inline;font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;font-weight:400}.c-code--multiline{display:block;white-space:pre;padding:.5em 1em;overflow-x:auto;border-radius:4px}.c-kbd{background-color:#42a5f5;color:#fff;padding:.3em .3em .1em;margin:-.1em;display:inline;font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;font-weight:400;border-radius:4px;border-bottom:2px solid #0b78d0}.c-blockquote{display:block;margin:0;padding:1em 1.5em;font-family:Georgia,Cambria,Times New Roman,Times,serif;border-left:5px solid #adadad}.c-blockquote--primary{border-left:5px solid #42a5f5}.c-blockquote--secondary{border-left:5px solid #ff7043}.c-blockquote--success{border-left:5px solid #66bb6a}.c-blockquote--error{border-left:5px solid #ef4f52}.c-blockquote__body{display:block;padding:.5em 0;margin:0;font-size:1.5em}.c-blockquote__footer{color:#adadad;font-style:italic}.c-blockquote__footer,.c-paragraph{display:block;padding:.5em 0;margin:0}.c-badge{display:inline-block;padding:.3em .5em;margin:0;background-color:#adadad;color:#fff;font-size:.8em;font-weight:700;border-radius:4px}.c-badge--rounded{border-radius:30em}.c-badge--primary{background-color:#42a5f5;color:#fff}.c-badge--secondary{background-color:#ff7043;color:#fff}.c-badge--success{background-color:#66bb6a;color:#fff}.c-badge--error{background-color:#ef4f52;color:#fff}.c-heading{font-weight:400;font-size:1em;margin:0;padding:1em 0 .5em}.c-heading--super{font-size:4em}.c-heading--xlarge{font-size:3em}.c-heading--large{font-size:2em}.c-heading--medium{font-size:1.5em}.c-heading--small{font-size:1.25em}.c-heading--xsmall{font-size:1.05em}.c-heading__sub{font-weight:400;font-size:1em;margin:0;padding:1em 0 .5em;color:#adadad;padding:.5em 0;font-size:.8em}.c-address{display:block;padding:.5em 0;margin:0;font-style:normal}.c-address__heading{display:block;font-weight:700}.c-table{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;padding:0;border:0;border-collapse:collapse;border-spacing:0}.c-table__caption{display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0;padding:.5em 0;color:#adadad;max-width:100%;font-size:.9em;text-align:left}.c-table__body,.c-table__head,.c-table__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.c-table--striped :not(.c-table__row--heading).c-table__row:nth-of-type(odd){background-color:#f1f1f1;color:initial}.c-table__cell{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;overflow:auto;padding:.5em;text-align:left}.c-table__row--heading .c-table__cell{font-size:1.05em;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;font-weight:700;background-color:#dadada;color:initial;border-bottom:1px solid #c4c4c4}.c-table--striped .c-table__row--heading .c-table__cell{background-color:#fff;color:initial}.c-table--clickable :not(.c-table__row--heading).c-table__row:hover .c-table__cell,.c-table__row--clickable:hover .c-table__cell{background-color:initial;color:#42a5f5;cursor:pointer}.c-table__row--inactive{background-color:initial;color:#adadad;cursor:default}.c-table--clickable .c-table__row--inactive:hover .c-table__cell,.c-table__row--clickable.c-table__row--inactive:hover .c-table__cell{background-color:initial;color:#adadad;cursor:not-allowed}.c-table--condensed{font-size:.9em}.c-table--condensed .c-table__cell{padding:.3em}.c-card{padding:0;list-style:none;display:block;box-shadow:0 0 1px hsla(0,0%,7%,.3);border-radius:4px;overflow:hidden}.c-card+.c-card{margin:1em 0 0}.c-card .c-paragraph:first-child,.c-card .c-paragraph:last-child{padding:0}.c-card__content{padding:.5em}.c-card__content--divider{background-color:#adadad;color:#fff;font-weight:700}.c-card__item{padding:.5em}.c-card__item:not(:last-child){border-bottom:1px solid #dadada}.c-card__item--divider{background-color:#adadad;color:#fff;font-weight:700}.c-card--grouped .c-card__item:not(:last-child){border-bottom:0}.c-card__group-divider{height:1px;overflow:hidden;background-color:#adadad}.c-card--primary .c-card__content--divider,.c-card--primary .c-card__item--divider{background-color:#42a5f5;color:#fff}.c-card--primary .c-card__item--divider:not(:last-child){border-bottom-color:#99cffa}.c-card--secondary .c-card__content--divider,.c-card--secondary .c-card__item--divider{background-color:#ff7043;color:#fff}.c-card--secondary .c-card__item--divider:not(:last-child){border-bottom-color:#ffb69f}.c-card--success .c-card__content--divider,.c-card--success .c-card__item--divider{background-color:#66bb6a;color:#fff}.c-card--success .c-card__item--divider:not(:last-child){border-bottom-color:#a6d7a8}.c-card--error .c-card__content--divider,.c-card--error .c-card__item--divider{background-color:#ef4f52;color:#fff}.c-card--error .c-card__item--divider:not(:last-child){border-bottom-color:#f7a3a5}.c-card--high{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 5px 10px -3px hsla(0,0%,7%,.2)}.c-card--higher{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 10px 25px -4px hsla(0,0%,7%,.2)}.c-card--highest{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 20px 55px -8px hsla(0,0%,7%,.2)}.c-link{color:#1690f3;background-color:transparent;text-decoration:none;cursor:pointer}.c-link:visited{color:#0b78d0}.c-link:active,.c-link:hover{color:#42a5f5}.c-link:hover{text-decoration:underline}.c-link--primary{color:#42a5f5;background-color:transparent}.c-link--primary:visited{color:#1690f3}.c-link--primary:active,.c-link--primary:hover{color:#6ebaf7}.c-link--secondary{color:#ff7043;background-color:transparent}.c-link--secondary:visited{color:#ff4d15}.c-link--secondary:active,.c-link--secondary:hover{color:#ff9371}.c-link--success{color:#66bb6a;background-color:transparent}.c-link--success:visited{color:#4ba84f}.c-link--success:active,.c-link--success:hover{color:#86c989}.c-link--error{color:#ef4f52;background-color:transparent}.c-link--error:visited{color:#eb2529}.c-link--error:active,.c-link--error:hover{color:#f3797b}.c-button{outline:0;display:inline;max-width:100%;padding:.5em;margin:0;border-radius:4px;font-size:1em;font-family:inherit;text-align:center;text-transform:uppercase;text-decoration:none;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#adadad;color:#fff;border:1px solid transparent}.c-button:not(:disabled):hover{background-color:#c4c4c4}.c-button:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button:not(:disabled):active{background-color:#969696}.c-button:disabled{color:#adadad;background-color:#f1f1f1;border-color:#adadad;font-style:italic;cursor:not-allowed}.c-button--close{background-color:transparent;color:inherit;border:1px solid transparent;outline:0;position:absolute;right:1em;font-size:1.4em;font-weight:700;line-height:1;padding:0}.c-button--close:not(:disabled):hover{background-color:hsla(0,0%,9%,0)}.c-button--close:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--close:not(:disabled):active{background-color:transparent}.c-button--block{display:inline-block;width:100%}.c-button--rounded{border-radius:30em}.c-button--super{font-size:3em}.c-button--xlarge{font-size:2em}.c-button--large{font-size:1.5em}.c-button--medium{font-size:1em}.c-button--small{font-size:.9em}.c-button--xsmall{font-size:.7em}.c-button--primary{background-color:#42a5f5;color:#fff;border:1px solid transparent}.c-button--primary:not(:disabled):hover{background-color:#6ebaf7}.c-button--primary:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--primary:not(:disabled):active{background-color:#1690f3}.c-button--secondary{background-color:#ff7043;color:#fff;border:1px solid transparent}.c-button--secondary:not(:disabled):hover{background-color:#ff9371}.c-button--secondary:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--secondary:not(:disabled):active{background-color:#ff4d15}.c-button--success{background-color:#66bb6a;color:#fff;border:1px solid transparent}.c-button--success:not(:disabled):hover{background-color:#86c989}.c-button--success:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--success:not(:disabled):active{background-color:#4ba84f}.c-button--error{background-color:#ef4f52;color:#fff;border:1px solid transparent}.c-button--error:not(:disabled):hover{background-color:#f3797b}.c-button--error:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--error:not(:disabled):active{background-color:#eb2529}.c-button--ghost{background-color:transparent;border:1px solid #adadad;color:#adadad}.c-button--ghost:not(:disabled):hover{background-color:#adadad;color:#fff}.c-button--ghost:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--ghost:not(:disabled):active{background-color:#969696;border-color:#969696;color:#fff}.c-button--ghost-primary{background-color:transparent;border:1px solid #42a5f5;color:#42a5f5}.c-button--ghost-primary:not(:disabled):hover{background-color:#42a5f5;color:#fff}.c-button--ghost-primary:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--ghost-primary:not(:disabled):active{background-color:#1690f3;border-color:#1690f3;color:#fff}.c-button--ghost-secondary{background-color:transparent;border:1px solid #ff7043;color:#ff7043}.c-button--ghost-secondary:not(:disabled):hover{background-color:#ff7043;color:#fff}.c-button--ghost-secondary:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--ghost-secondary:not(:disabled):active{background-color:#ff4d15;border-color:#ff4d15;color:#fff}.c-button--ghost-success{background-color:transparent;border:1px solid #66bb6a;color:#66bb6a}.c-button--ghost-success:not(:disabled):hover{background-color:#66bb6a;color:#fff}.c-button--ghost-success:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--ghost-success:not(:disabled):active{background-color:#4ba84f;border-color:#4ba84f;color:#fff}.c-button--ghost-error{background-color:transparent;border:1px solid #ef4f52;color:#ef4f52}.c-button--ghost-error:not(:disabled):hover{background-color:#ef4f52;color:#fff}.c-button--ghost-error:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-button--ghost-error:not(:disabled):active{background-color:#eb2529;border-color:#eb2529;color:#fff}.c-button-group{display:-ms-inline-flexbox;display:inline-flex}.c-button-group .c-button{border-radius:0}.c-button-group .c-button:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.c-button-group .c-button:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.c-button-group--rounded .c-button{border-radius:0}.c-button-group--rounded .c-button:first-child{border-bottom-left-radius:30em;border-top-left-radius:30em}.c-button-group--rounded .c-button:last-child{border-bottom-right-radius:30em;border-top-right-radius:30em}.c-button-group [class*=" c-button--ghost"]:not(:first-child){border-left:0}.c-button__icon-left{padding-right:.5em}.c-button__icon-right{padding-left:.5em}.c-list{display:block;margin:0;padding:0 0 0 1em;list-style-position:outside}.c-list__item{padding:0}.c-list__item--unstyled{list-style:none}.c-list--unstyled{padding:0;list-style:none}.c-list--nested,.c-list--unstyled .c-list,.c-list--unstyled .c-list--unstyled{padding:0 0 0 1em}.c-list--ordered{padding:0;list-style:none;counter-reset:a}.c-list--ordered .c-list__item:before{counter-increment:a;content:counters(a,".") " ";padding:0 .5em 0 0}.c-list--ordered .c-list--ordered{padding:0 0 0 1em}.c-list--inline,.c-list--inline .c-list--inline{padding:0}.c-list--inline .c-list__item{display:inline-block;padding-right:1em;width:auto}.c-list--inline:not(.c-list--unstyled) .c-list__item:before{content:"•";padding:0 .5em 0 0}.c-tree{display:block;padding:0;margin:0;list-style:none}.c-tree .c-tree{padding:0 0 0 1em}.c-tree__item{padding:0}.c-tree__item:before{content:"–";display:inline-block;padding:0 .5em 0 0;color:#dadada;transform-origin:30% 50%}.c-tree__item--expandable:before{color:#c4c4c4;content:"\276F"}.c-tree__item--expanded:before{color:#969696;content:"\276F";transform:rotate(90deg)}.c-menu{padding:0;list-style:none;box-shadow:0 0 1px hsla(0,0%,7%,.3);overflow:hidden;display:block;width:100%;margin:.3em 0 0;background-color:#fff;border-radius:4px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-height:280px;z-index:1}.c-menu__item{padding:.5em;cursor:pointer}.c-menu__item:not(:last-child){border-bottom:1px solid #dadada}.c-menu__item--hover,.c-menu__item:not(.c-menu__item--disabled):not(.c-menu__item--divider):hover{cursor:pointer;background-color:#f1f1f1}.c-menu__item--disabled{color:#adadad;cursor:not-allowed}.c-menu__item--divider{color:#adadad;font-weight:700}.c-menu__item--active{background-color:#f1f1f1;font-weight:700}.c-menu--grouped .c-menu__item:not(:last-child){border-bottom:0}.c-menu__group-divider{height:1px;overflow:hidden;background-color:#adadad}.c-menu--high{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 5px 10px -3px hsla(0,0%,7%,.2)}.c-menu--higher{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 10px 25px -4px hsla(0,0%,7%,.2)}.c-menu--highest{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 20px 55px -8px hsla(0,0%,7%,.2)}.c-tabs{display:block}.c-tabs__headings{display:-ms-flexbox;display:flex;text-align:center;cursor:pointer}.c-tab-heading{-ms-flex:1;flex:1;padding:1em;margin:0;box-shadow:inset 0 -.2em 0 0 #f1f1f1}.c-tab-heading--active{box-shadow:inset 0 -.2em 0 0 #adadad}.c-tabs--primary .c-tab-heading--active{box-shadow:inset 0 -.2em 0 0 #42a5f5}.c-tabs--secondary .c-tab-heading--active{box-shadow:inset 0 -.2em 0 0 #ff7043}.c-tabs--error .c-tab-heading--active{box-shadow:inset 0 -.2em 0 0 #ef4f52}.c-tabs--success .c-tab-heading--active{box-shadow:inset 0 -.2em 0 0 #66bb6a}.c-tab-heading--disabled{background-color:initial;color:#adadad;cursor:not-allowed}.c-tabs__tab{display:none;padding:1em}.c-tabs__tab--active{display:block}.c-label{padding:1em 0;cursor:pointer}.c-field,.c-label{display:block;width:100%}.c-field{padding:.5em;outline:0;margin:0;font-size:1em;font-weight:400;font-family:inherit;background-color:#fff;border:1px solid #adadad;border-radius:4px;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none}.c-field:focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-label__field{padding:.5em;outline:0;display:block;width:100%;margin:0;font-size:1em;font-weight:400;font-family:inherit;background-color:#fff;border:1px solid #adadad;border-radius:4px;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.5em 0 0}.c-label__field:focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-field--error{border-color:#ef4f52;color:#ef4f52}.c-field--success{border-color:#66bb6a;color:inherit}.c-field--disabled,.c-field:disabled{color:#adadad;cursor:not-allowed;background-color:#f1f1f1;border-color:#adadad}.c-field--super{font-size:3em}.c-field--xlarge{font-size:2em}.c-field--large{font-size:1.5em}.c-field--medium{font-size:1em}.c-field--small{font-size:.9em}.c-field--xsmall{font-size:.7em}.c-choice{padding:.5em 0;margin:0;outline:0;display:block;font-size:1em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.c-choice:focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-choice--error{color:#ef4f52}.c-choice--success{color:#66bb6a}.c-choice--disabled,.c-choice:disabled{color:#adadad;cursor:not-allowed}.c-choice--super{font-size:3em}.c-choice--xlarge{font-size:2em}.c-choice--large{font-size:1.5em}.c-choice--medium{font-size:1em}.c-choice--small{font-size:.9em}.c-choice--xsmall{font-size:.7em}select.c-choice{padding:.5em;outline:0;display:block;width:100%;margin:0;font-size:1em;font-weight:400;font-family:inherit;background-color:#fff;border:1px solid #adadad;border-radius:4px;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none}select.c-choice:focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}select:not([multiple]).c-choice{padding:.5em 0;margin:0;display:block;font-size:1em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist;height:2.5em}select:not([multiple]).c-choice:focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}select:not([multiple]).c-choice--super{font-size:3em}select:not([multiple]).c-choice--xlarge{font-size:2em}select:not([multiple]).c-choice--large{font-size:1.5em}select:not([multiple]).c-choice--medium{font-size:1em}select:not([multiple]).c-choice--small{font-size:.9em}select:not([multiple]).c-choice--xsmall{font-size:.7em}select.c-choice--error{border-color:#ef4f52;color:#ef4f52}select.c-choice--success{border-color:#66bb6a;color:inherit}select.c-choice--disabled,select.c-choice:disabled{color:#adadad;cursor:not-allowed;background-color:#f1f1f1;border-color:#adadad}.c-choice input{outline:0;margin-right:.1em;font-size:1em}.c-choice input:focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-choice input:disabled{color:#adadad;cursor:not-allowed}.c-input-group{display:-ms-flexbox;display:flex}.c-input-group .c-field{-ms-flex:1;flex:1;height:100%}.c-input-group .c-field:not(:first-child):not(:last-child){border-radius:0;border-right:0;border-left:0}.c-input-group .c-field:first-child{border-radius:4px 0 0 4px;border-right:0}.c-input-group .c-field:last-child{border-radius:0 4px 4px 0;border-left:0}.c-input-group .c-button:first-child{border-radius:4px 0 0 4px;border-width:1px}.c-input-group .c-button:last-child{border-radius:0 4px 4px 0;border-width:1px}.c-input-group--rounded .c-button:first-child,.c-input-group--rounded .c-field:first-child{border-radius:30em 0 0 30em}.c-input-group--rounded .c-button:last-child,.c-input-group--rounded .c-field:last-child{border-radius:0 30em 30em 0}.c-input-group--rounded-left .c-button:first-child,.c-input-group--rounded-left .c-field:first-child{border-radius:30em 0 0 30em}.c-input-group--rounded-right .c-button:last-child,.c-input-group--rounded-right .c-field:last-child{border-radius:0 30em 30em 0}.c-field-group{display:block}.c-field-group .c-field:not(:first-child){border-top:0}.c-field-group .c-field:not(:first-child):not(:last-child){border-radius:0}.c-field-group .c-field:first-child{border-radius:4px 4px 0 0}.c-field-group .c-field:last-child{border-radius:0 0 4px 4px}.c-field-group-inline{display:-ms-flexbox;display:flex}.c-field-group-inline .c-field:not(:first-child){border-left:0}.c-field-group-inline .c-field:not(:first-child):not(:last-child){border-radius:0}.c-field-group-inline .c-field:first-child{border-radius:4px 0 0 4px}.c-field-group-inline .c-field:last-child{border-radius:0 4px 4px 0}.c-fieldset,.c-fieldset.c-list{display:block;width:100%;border:0;padding:0;margin:.5em 0}.c-fieldset__legend{display:block;width:100%;padding:1em 0;cursor:pointer;padding:.3em 0}.c-fieldset--disabled .c-field,.c-fieldset:disabled .c-field{color:#adadad;cursor:not-allowed;background-color:#f1f1f1;border-color:#adadad}.c-fieldset--disabled .c-choice,.c-fieldset:disabled .c-choice{color:#adadad;cursor:not-allowed}.c-form-element{padding:1em 0;position:relative}.c-form-element .c-label:first-child{padding:0 0 .5em}.c-hint{position:absolute;font-size:1em;color:#969696;pointer-events:none;padding:0 .5em;transform:scale(.8);transform-origin:top left;opacity:0}.c-field:focus+.c-hint,.c-label__field:focus+.c-hint{transform:scale(.9);opacity:1}.c-toggle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.c-toggle input:not(:checked)+.c-toggle__track{background-color:#f1f1f1}.c-toggle input:not(:checked)+.c-toggle__track .c-toggle__handle{transform:translateZ(0)}.c-toggle input:disabled+.c-toggle__track,.c-toggle input:disabled+.c-toggle__track .c-toggle__handle{background-color:#f1f1f1;cursor:not-allowed}.c-toggle--primary .c-toggle__track{background-color:#42a5f5}.c-toggle--secondary .c-toggle__track{background-color:#ff7043}.c-toggle--success .c-toggle__track{background-color:#66bb6a}.c-toggle--error .c-toggle__track{background-color:#ef4f52}.c-toggle input{display:none}.c-toggle__track{position:relative;-ms-flex:1;flex:1;padding-left:1em;padding-right:1em;-ms-flex:0 1 auto;flex:0 1 auto;width:1em;height:.5em;margin:0 .5em;background-color:#adadad;border-radius:30em}.c-toggle__handle{position:absolute;top:-.25em;left:0;width:1em;height:1em;background-color:#fff;border-radius:30em;box-shadow:0 1px 4px -1px #111;transform:translateX(100%)}.c-tags{position:relative;width:100%;text-align:left}.c-tags .c-menu{position:absolute;width:100%}.c-tags__container{display:inline-block;max-width:70%;padding-right:.3em}.c-tag{display:inline-block;padding:.5em 1.5em .5em .5em;position:relative;margin:.1em;text-transform:none}.c-tag__close{position:absolute;right:5px;top:7px;color:#dadada}.c-tags__field-container{position:absolute;width:30%;display:inline-block;margin:.1em;cursor:pointer}.c-range{padding:.5em 0;outline:0;-webkit-appearance:none;width:100%}.c-range:not(:disabled)::-webkit-slider-runnable-track{background-color:#adadad}.c-range:not(:disabled)::-moz-range-track{background-color:#adadad}.c-range:not(:disabled)::-ms-track{background-color:#adadad}.c-range--primary:not(:disabled)::-webkit-slider-runnable-track{background-color:#42a5f5}.c-range--primary:not(:disabled)::-moz-range-track{background-color:#42a5f5}.c-range--primary:not(:disabled)::-ms-track{background-color:#42a5f5}.c-range--secondary:not(:disabled)::-webkit-slider-runnable-track{background-color:#ff7043}.c-range--secondary:not(:disabled)::-moz-range-track{background-color:#ff7043}.c-range--secondary:not(:disabled)::-ms-track{background-color:#ff7043}.c-range--success:not(:disabled)::-webkit-slider-runnable-track{background-color:#66bb6a}.c-range--success:not(:disabled)::-moz-range-track{background-color:#66bb6a}.c-range--success:not(:disabled)::-ms-track{background-color:#66bb6a}.c-range--error:not(:disabled)::-webkit-slider-runnable-track{background-color:#ef4f52}.c-range--error:not(:disabled)::-moz-range-track{background-color:#ef4f52}.c-range--error:not(:disabled)::-ms-track{background-color:#ef4f52}.c-range::-webkit-slider-runnable-track{width:100%;height:10px;border-radius:30em;border:0;box-shadow:none;cursor:pointer}.c-range::-webkit-slider-thumb{height:20px;width:20px;margin:-5px 0 0;border:0;background-color:#fff;border-radius:30em;box-shadow:0 1px 4px -1px #111;cursor:pointer;-webkit-appearance:none}.c-range::-moz-range-track{width:100%;height:10px;border-radius:30em;border:0;box-shadow:none;cursor:pointer}.c-range::-moz-range-thumb{height:20px;width:20px;margin:-5px 0 0;border:0;background-color:#fff;border-radius:30em;box-shadow:0 1px 4px -1px #111;cursor:pointer}.c-range::-ms-track{width:100%;height:10px;border-radius:30em;border:0;box-shadow:none;cursor:pointer;background-color:transparent;border-color:transparent;color:transparent}.c-range::-ms-fill-lower,.c-range::-ms-fill-upper{background-color:#adadad;border:0;border-radius:30em;box-shadow:none}.c-range::-ms-thumb{height:20px;width:20px;margin:-5px 0 0;border:0;background-color:#fff;border-radius:30em;box-shadow:0 1px 4px -1px #111;cursor:pointer}.c-range:not(:disabled):active::-webkit-slider-thumb{transform:scale(1.4)}.c-range:not(:disabled):active::-moz-range-thumb{transform:scale(1.4)}.c-range:not(:disabled):active::-ms-thumb{transform:scale(1.4)}.c-range:focus::-webkit-slider-thumb{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-range:focus::-moz-range-thumb{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-range:focus::-ms-thumb{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-range:disabled::-webkit-slider-runnable-track,.c-range:disabled::-webkit-slider-thumb{background-color:#f1f1f1;cursor:not-allowed}.c-range:disabled::-moz-range-thumb,.c-range:disabled::-moz-range-track{background-color:#f1f1f1;cursor:not-allowed}.c-range:disabled::-ms-thumb,.c-range:disabled::-ms-track{background-color:#f1f1f1;cursor:not-allowed}.c-pagination{display:block;width:100%;padding:1em;text-align:center;font-size:.9em}.c-pagination__controls{display:inline-block;text-align:center}.c-pagination__controls--backward{float:left;text-align:left}.c-pagination__controls--forward{float:right;text-align:right}.c-pagination__control{outline:0;display:inline;max-width:100%;padding:.5em;margin:0;border-radius:4px;font-size:1em;font-family:inherit;text-align:center;text-transform:uppercase;text-decoration:none;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#adadad;color:#fff;border:1px solid transparent;background-color:transparent;border:1px solid #42a5f5;color:#42a5f5;border-radius:30em;min-width:2.4em}.c-pagination__control:not(:disabled):hover{background-color:#c4c4c4}.c-pagination__control:not(:disabled):active{background-color:#969696}.c-pagination__control:disabled{color:#adadad;background-color:#f1f1f1;border-color:#adadad;font-style:italic;cursor:not-allowed}.c-pagination__control:not(:disabled):hover{background-color:#42a5f5;color:#fff}.c-pagination__control:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-pagination__control:not(:disabled):active{background-color:#1690f3;border-color:#1690f3;color:#fff}.c-pagination__page{outline:0;display:inline;max-width:100%;padding:.5em;margin:0;border-radius:4px;font-size:1em;font-family:inherit;text-align:center;text-transform:uppercase;text-decoration:none;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#adadad;color:#fff;border:1px solid transparent;background-color:transparent;border:1px solid #42a5f5;color:#42a5f5;border-radius:30em;min-width:2.4em}.c-pagination__page:not(:disabled):hover{background-color:#c4c4c4}.c-pagination__page:not(:disabled):active{background-color:#969696}.c-pagination__page:disabled{color:#adadad;background-color:#f1f1f1;border-color:#adadad;font-style:italic;cursor:not-allowed}.c-pagination__page:not(:disabled):hover{background-color:#42a5f5;color:#fff}.c-pagination__page:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-pagination__page:not(:disabled):active{background-color:#1690f3;border-color:#1690f3;color:#fff}.c-pagination__page--current{background-color:#42a5f5;color:#fff}.c-pagination__ellipsis{padding:0 1em}.c-overlay{background-color:hsla(0,0%,7%,.4);display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:4}.c-overlay--fullpage{position:fixed}.c-overlay--transparent{background-color:transparent}.c-overlay--dismissable{cursor:pointer}.c-modal{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:block;width:80%;background-color:#fff;border:0 solid #adadad;border-radius:4px;z-index:5;overflow:hidden}.c-modal__header{position:relative;text-align:center}.c-modal__header .c-button--close{top:.7em}.c-modal__body,.c-modal__footer{padding:1em}.c-modal__footer--block{display:-ms-flexbox;display:flex;padding-left:0;padding-right:0;padding:1.5em 0 0}.c-modal__footer--block .c-button{-ms-flex:1;flex:1;padding-left:1em;padding-right:1em;border-radius:0}.c-modal--ghost{background-color:transparent;color:#fff}.c-modal--ghost .c-modal__heading{color:#fff}.c-modal--ghost .c-modal__footer{padding:1em}.c-modal--high{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 5px 10px -3px hsla(0,0%,7%,.8)}.c-modal--higher{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 10px 25px -4px hsla(0,0%,7%,.8)}.c-modal--highest{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 20px 55px -8px hsla(0,0%,7%,.8)}.c-drawer{position:absolute;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background-color:#fff;color:#111;z-index:5}.c-drawer--bottom{top:100%;left:0;height:auto;width:80%;margin-left:10%;transform:translate(0);border-radius:4px 4px 0 0}.c-drawer--bottom.c-drawer--visible{transform:translateY(-99%)}.c-drawer--top{bottom:100%;left:0;height:auto;width:80%;margin-left:10%;transform:translate(0);border-radius:0 0 4px 4px}.c-drawer--top.c-drawer--visible{transform:translateY(99%)}.c-drawer--left{top:0;left:0;height:100%;width:260px;transform:translateX(-100%)}.c-drawer--left .c-drawer__footer--block{position:absolute;bottom:0;width:100%}.c-drawer--left.c-drawer--visible{transform:translateX(-1%)}.c-drawer--right{top:0;left:100%;height:100%;width:260px;transform:translate(0)}.c-drawer--right .c-drawer__footer--block{position:absolute;bottom:0;width:100%}.c-drawer--right.c-drawer--visible{transform:translateX(-99%)}.c-drawer .c-heading{padding:1em;margin:0;text-align:center}.c-drawer .c-menu{display:block;margin:0;border-left:0;border-right:0;border-radius:0}.c-drawer__body,.c-drawer__footer{padding:.5em}.c-drawer__footer--block{display:-ms-flexbox;display:flex;padding-left:0;padding-right:0;padding:0}.c-drawer__footer--block .c-button{-ms-flex:1;flex:1;padding-left:1em;padding-right:1em;border-radius:0}.c-drawer--visible.c-drawer--high{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 5px 10px -3px hsla(0,0%,7%,.8)}.c-drawer--visible.c-drawer--higher{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 10px 25px -4px hsla(0,0%,7%,.8)}.c-drawer--visible.c-drawer--highest{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 20px 55px -8px hsla(0,0%,7%,.8)}.c-bubble{position:relative;display:inline-block;white-space:nowrap;padding:1em;background-color:#111;color:#fff;text-align:center;border-radius:4px}.c-bubble:after{content:'';position:absolute;display:block;width:0;height:0;border:10px solid transparent}.c-bubble--top:after{bottom:-20px;left:50%;transform:translateX(-50%);border-top-color:#111}.c-bubble--right:after{top:50%;left:-20px;transform:translateY(-50%);border-right-color:#111}.c-bubble--bottom:after{top:-20px;left:50%;transform:translateX(-50%);border-bottom-color:#111}.c-bubble--left:after{top:50%;right:-20px;transform:translateY(-50%);border-left-color:#111}.c-tooltip{position:relative;overflow:visible}.c-tooltip:after,.c-tooltip:before{visibility:hidden;z-index:3}.c-tooltip:before{content:'';position:absolute;border:.6em solid transparent}.c-tooltip:after{visibility:hidden;content:attr(aria-label);position:absolute;padding:.25em .5em;border:1px solid #111;border-radius:4px;background-color:#111;color:#fff;white-space:nowrap}.c-tooltip:hover:after,.c-tooltip:hover:before{visibility:visible}.c-tooltip--top:before{border-top-color:#111;top:0;left:50%;transform:translate3d(-50%,-1em,0)}.c-tooltip--top:after{top:0;left:50%;transform:translate3d(-50%,-3em,0)}.c-tooltip--right:before{border-right-color:#111;top:50%;left:100%;transform:translate3d(0,-50%,0)}.c-tooltip--right:after{top:50%;left:100%;transform:translate3d(1em,-50%,0)}.c-tooltip--bottom:before{border-bottom-color:#111;bottom:0;left:50%;transform:translate3d(-50%,1em,0)}.c-tooltip--bottom:after{bottom:0;left:50%;transform:translate3d(-50%,3em,0)}.c-tooltip--left:before{border-left-color:#111;top:50%;right:100%;transform:translate3d(0,-50%,0)}.c-tooltip--left:after{top:50%;right:100%;transform:translate3d(-1em,-50%,0)}.c-alerts__alert{position:relative;margin:0 0 1em;padding:1em 3em 1em 1em;border-radius:4px;color:#fff;background-color:#adadad}.c-alerts__alert--primary{color:#fff;background-color:#42a5f5}.c-alerts__alert--secondary{color:#fff;background-color:#ff7043}.c-alerts__alert--success{color:#fff;background-color:#66bb6a}.c-alerts__alert--error{color:#fff;background-color:#ef4f52}.c-toasts{display:block;position:absolute;width:250px;max-height:100%;overflow-y:auto;background-color:transparent;z-index:3}.c-toasts--topleft{top:0;left:0}.c-toasts--topright{top:0;right:0}.c-toasts--bottomleft{bottom:0;left:0}.c-toasts--bottomright{bottom:0;right:0}.c-toast{display:block;position:relative;padding:1em;margin:.5em;background-color:#adadad;color:#fff;border-radius:4px;cursor:pointer}.c-toast--primary{background-color:#42a5f5;color:#fff}.c-toast--secondary{background-color:#ff7043;color:#fff}.c-toast--success{background-color:#66bb6a;color:#fff}.c-toast--error{background-color:#ef4f52;color:#fff}.c-calendar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;padding-left:0;padding-right:0;padding:.3em;max-width:400px;text-align:center;background-color:#fff;border:1px solid #adadad;border-radius:4px;z-index:2}.c-calendar__control{color:#adadad;padding:1em .5em;font-size:1em;-ms-flex:0 0 14.28%;flex:0 0 14.28%;max-width:14.28%;margin:0;outline:0;display:inline;border:1px solid transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-calendar__control,.c-calendar__control:not(:disabled):hover{background-color:#fff}.c-calendar__control:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-calendar__control:not(:disabled):active{background-color:#e8e8e8}.c-calendar__header{-ms-flex:1;flex:1;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.c-calendar__day,.c-calendar__header{padding-left:1em;padding-right:1em;padding-left:0;padding-right:0;padding:.5em 0}.c-calendar__day{-ms-flex:1;flex:1;flex:0 0 14.28%;font-weight:700}.c-calendar__date,.c-calendar__day{-ms-flex:0 0 14.28%;max-width:14.28%}.c-calendar__date{color:#adadad;padding:1em .5em;font-size:1em;flex:0 0 14.28%;margin:0;outline:0;display:inline;border:1px solid transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-calendar__date,.c-calendar__date:not(:disabled):hover{background-color:#fff}.c-calendar__date:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-calendar__date:not(:disabled):active{background-color:#e8e8e8}.c-calendar__date:hover{border:1px solid #adadad}.c-calendar__date--in-month{color:#111}.c-calendar__date--today{border-color:#dadada}.c-calendar__date--selected,.c-calendar__date--selected:hover{background-color:#42a5f5;color:#fff;border:1px solid transparent;border-color:#42a5f5}.c-calendar__date--selected:hover:not(:disabled):hover,.c-calendar__date--selected:not(:disabled):hover{background-color:#6ebaf7}.c-calendar__date--selected:hover:not(:disabled):focus,.c-calendar__date--selected:not(:disabled):focus{border-color:#42a5f5;box-shadow:inset 0 0 0 2px #6ebaf7}.c-calendar__date--selected:hover:not(:disabled):active,.c-calendar__date--selected:not(:disabled):active{background-color:#1690f3}.c-calendar--high{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 5px 10px -3px hsla(0,0%,7%,.2)}.c-calendar--higher{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 10px 25px -4px hsla(0,0%,7%,.2)}.c-calendar--highest{box-shadow:0 0 1px hsla(0,0%,7%,.3),0 20px 55px -8px hsla(0,0%,7%,.2)}.c-nav{padding:0;margin:0;width:100%;z-index:3;color:#fff;background-color:#111}.c-nav__content,.c-nav__item{display:block;padding:1em;color:inherit}.c-nav__item{letter-spacing:1px;cursor:pointer;text-decoration:none}.c-nav__item:not(:disabled):hover{background-color:#969696;color:#fff}.c-nav__item:not(:disabled):focus{box-shadow:inset 0 0 0 2px #6ebaf7}.c-nav__item:not(:disabled):active{background-color:#7f7f7f;color:#fff}.c-nav--inline .c-nav__content{display:inline-block}.c-nav--inline .c-nav__content--right{float:right}.c-nav--inline .c-nav__item{display:inline-block}.c-nav--inline .c-nav__item--right{float:right}.c-nav--light{color:#57443d;background-color:#f2f2ea}.c-nav--top{top:0;bottom:auto}.c-nav--bottom,.c-nav--top{position:absolute;left:0;right:0}.c-nav--bottom{top:auto;bottom:0}.c-nav--left{left:0;right:auto}.c-nav--left,.c-nav--right{position:absolute;top:0;bottom:0}.c-nav--right{left:auto;right:0}.c-nav--fixed{position:fixed}.c-nav--high{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 5px 10px -3px hsla(0,0%,7%,.8)}.c-nav--higher{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 10px 25px -4px hsla(0,0%,7%,.8)}.c-nav--highest{box-shadow:0 0 1px hsla(0,0%,7%,.7),0 20px 55px -8px hsla(0,0%,7%,.8)}.c-nav__item--active{background-color:#969696;color:#fff}.c-nav__item--primary:not(:disabled):hover{background-color:#42a5f5;color:#fff}.c-nav__item--primary:not(:disabled):focus{box-shadow:inset 0 0 0 2px #6ebaf7}.c-nav__item--primary:not(:disabled):active{background-color:#1690f3;color:#fff}.c-nav__item--primary.c-nav__item--active{background-color:#42a5f5;color:#fff}.c-nav__item--secondary:not(:disabled):hover{background-color:#ff7043;color:#fff}.c-nav__item--secondary:not(:disabled):focus{box-shadow:inset 0 0 0 2px #6ebaf7}.c-nav__item--secondary:not(:disabled):active{background-color:#ff4d15;color:#fff}.c-nav__item--secondary.c-nav__item--active{background-color:#ff7043;color:#fff}.c-nav__item--success:not(:disabled):hover{background-color:#66bb6a;color:#fff}.c-nav__item--success:not(:disabled):focus{box-shadow:inset 0 0 0 2px #6ebaf7}.c-nav__item--success:not(:disabled):active{background-color:#4ba84f;color:#fff}.c-nav__item--success.c-nav__item--active{background-color:#66bb6a;color:#fff}.c-nav__item--error:not(:disabled):hover{background-color:#ef4f52;color:#fff}.c-nav__item--error:not(:disabled):focus{box-shadow:inset 0 0 0 2px #6ebaf7}.c-nav__item--error:not(:disabled):active{background-color:#eb2529;color:#fff}.c-nav__item--error.c-nav__item--active{background-color:#ef4f52;color:#fff}.u-centered{text-align:center}.u-center-block{position:relative}.u-absolute-center,.u-center-block__content{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.u-center-block__content--vertical{transform:translateY(-50%);left:auto}.u-center-block__content--horizontal{transform:translateX(-50%);top:auto}.u-no-overflow{overflow:hidden}.u-letter-box--super{padding-top:3em;padding-bottom:3em}.u-letter-box--xlarge{padding-top:2em;padding-bottom:2em}.u-letter-box--large{padding-top:1.5em;padding-bottom:1.5em}.u-letter-box--medium{padding-top:1em;padding-bottom:1em}.u-letter-box--small{padding-top:.5em;padding-bottom:.5em}.u-letter-box--xsmall{padding-top:.3em;padding-bottom:.3em}.u-letter-box--tiny{padding-top:.1em;padding-bottom:.1em}.u-letter-box--none{padding-top:0;padding-bottom:0}.u-pillar-box--super{padding-left:3em;padding-right:3em}.u-pillar-box--xlarge{padding-left:2em;padding-right:2em}.u-pillar-box--large{padding-left:1.5em;padding-right:1.5em}.u-pillar-box--medium{padding-left:1em;padding-right:1em}.u-pillar-box--small{padding-left:.5em;padding-right:.5em}.u-pillar-box--xsmall{padding-left:.3em;padding-right:.3em}.u-pillar-box--tiny{padding-left:.1em;padding-right:.1em}.u-pillar-box--none{padding-left:0;padding-right:0}.u-window-box--super{padding:3em}.u-window-box--xlarge{padding:2em}.u-window-box--large{padding:1.5em}.u-window-box--medium{padding:1em}.u-window-box--small{padding:.5em}.u-window-box--xsmall{padding:.3em}.u-window-box--tiny{padding:.1em}.u-window-box--none{padding:0}
metadata CHANGED
@@ -1,57 +1,63 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blaze_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.pre.beta3.1
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suyesh Bhandari
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-15 00:00:00.000000000 Z
11
+ date: 2016-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rails
14
+ name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.0
20
- type: :runtime
19
+ version: '1.12'
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.0
26
+ version: '1.12'
27
27
  - !ruby/object:Gem::Dependency
28
- name: sass
28
+ name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 3.4.22
34
- type: :runtime
33
+ version: '10.0'
34
+ type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 3.4.22
41
- description:
40
+ version: '10.0'
41
+ description: Blaze CSS for rails
42
42
  email:
43
43
  - suyeshb@gmail.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - MIT-LICENSE
48
+ - ".gitignore"
49
+ - CODE_OF_CONDUCT.md
50
+ - Gemfile
51
+ - Gemfile.lock
52
+ - LICENSE.txt
49
53
  - README.md
50
54
  - Rakefile
55
+ - bin/console
56
+ - bin/setup
57
+ - blaze_rails.gemspec
51
58
  - lib/blaze_rails.rb
52
- - lib/blaze_rails/engine.rb
53
59
  - lib/blaze_rails/version.rb
54
- - lib/tasks/blaze_tasks.rake
60
+ - vendor/stylesheets/blaze.min.css
55
61
  homepage: https://github.com/suyesh/blaze-rails
56
62
  licenses:
57
63
  - MIT
@@ -67,13 +73,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
73
  version: '0'
68
74
  required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  requirements:
70
- - - ">"
76
+ - - ">="
71
77
  - !ruby/object:Gem::Version
72
- version: 1.3.1
78
+ version: '0'
73
79
  requirements: []
74
80
  rubyforge_project:
75
- rubygems_version: 2.6.4
81
+ rubygems_version: 2.6.6
76
82
  signing_key:
77
83
  specification_version: 4
78
- summary: SASS version of Blaze CSS. ***WORK IN PROGRESS***
84
+ summary: Blaze CSS for Rails
79
85
  test_files: []
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2016 Suyesh Bhandari
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,15 +0,0 @@
1
- module Blaze
2
- module Rails
3
- class Engine < ::Rails::Engine
4
- initializer 'blaze_rails.assests.precompile' do |app|
5
- %w(stylesheets).each do |sub|
6
- app.config.assets.paths << root.join('assets', sub).to_s
7
- end
8
-
9
- unless Sprockets::Rails::VERSION.split('.', 2)[0].to_i >= 3
10
- app.config.assets.precompile
11
- end
12
- end
13
- end
14
- end
15
- end
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :blaze do
3
- # # Task goes here
4
- # end