fastlane-plugin-polidea 2.2.0.pre.1 → 3.0.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -13
  3. data/lib/fastlane/plugin/polidea.rb +4 -0
  4. data/lib/fastlane/plugin/polidea/actions/fota_s3.rb +36 -28
  5. data/lib/fastlane/plugin/polidea/actions/release_notes.rb +1 -1
  6. data/lib/fastlane/plugin/polidea/helper/page_generator.rb +17 -56
  7. data/lib/fastlane/plugin/polidea/helper/qr_generator.rb +1 -1
  8. data/lib/fastlane/plugin/polidea/version.rb +1 -1
  9. data/templates/install.erb +238 -0
  10. data/{lib/fastlane/plugin/polidea/templates/download.erb → templates/mail.erb} +20 -25
  11. metadata +4 -105
  12. data/lib/fastlane/plugin/polidea/actions/extract_app_icon.rb +0 -172
  13. data/lib/fastlane/plugin/polidea/actions/extract_app_name.rb +0 -100
  14. data/lib/fastlane/plugin/polidea/actions/extract_version.rb +0 -106
  15. data/lib/fastlane/plugin/polidea/actions/get_binary_size.rb +0 -57
  16. data/lib/fastlane/plugin/polidea/templates/images/cover-shuttle.jpg +0 -0
  17. data/lib/fastlane/plugin/polidea/templates/images/icon-placeholder.png +0 -0
  18. data/lib/fastlane/plugin/polidea/templates/images/polidea-logo.png +0 -0
  19. data/lib/fastlane/plugin/polidea/templates/images/social-behance.png +0 -0
  20. data/lib/fastlane/plugin/polidea/templates/images/social-dribbble.png +0 -0
  21. data/lib/fastlane/plugin/polidea/templates/images/social-facebook.png +0 -0
  22. data/lib/fastlane/plugin/polidea/templates/images/social-github.png +0 -0
  23. data/lib/fastlane/plugin/polidea/templates/images/social-instagram.png +0 -0
  24. data/lib/fastlane/plugin/polidea/templates/images/social-linkedin.png +0 -0
  25. data/lib/fastlane/plugin/polidea/templates/images/social-twitter.png +0 -0
  26. data/lib/fastlane/plugin/polidea/templates/installation-page/css/installation-page.css +0 -4895
  27. data/lib/fastlane/plugin/polidea/templates/installation-page/css/installation-page.css.map +0 -7
  28. data/lib/fastlane/plugin/polidea/templates/installation-page/img/bg.png +0 -0
  29. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg.jpg +0 -0
  30. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1024.jpg +0 -0
  31. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1280.jpg +0 -0
  32. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1360.jpg +0 -0
  33. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1440.jpg +0 -0
  34. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_1680.jpg +0 -0
  35. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_768.jpg +0 -0
  36. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_ipad_1024.jpg +0 -0
  37. data/lib/fastlane/plugin/polidea/templates/installation-page/img/jenkins_bg_ipad_768.jpg +0 -0
  38. data/lib/fastlane/plugin/polidea/templates/installation-page/img/logo.svg +0 -32
  39. data/lib/fastlane/plugin/polidea/templates/installation-page/img/logo_square.svg +0 -12
  40. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation.min.js +0 -10
  41. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.abide.js +0 -294
  42. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.accordion.js +0 -65
  43. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.alert.js +0 -43
  44. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.clearing.js +0 -558
  45. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.dropdown.js +0 -313
  46. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.equalizer.js +0 -74
  47. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.interchange.js +0 -344
  48. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.joyride.js +0 -915
  49. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.js +0 -625
  50. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.magellan.js +0 -189
  51. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.offcanvas.js +0 -139
  52. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.orbit.js +0 -472
  53. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.reveal.js +0 -443
  54. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.slider.js +0 -231
  55. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.tab.js +0 -167
  56. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.tooltip.js +0 -298
  57. data/lib/fastlane/plugin/polidea/templates/installation-page/js/foundation/foundation.topbar.js +0 -436
  58. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/aes.js +0 -35
  59. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/enc-base64-min.js +0 -8
  60. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/fastclick.js +0 -9
  61. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/jquery.cookie.js +0 -8
  62. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/jquery.js +0 -26
  63. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/modernizr.js +0 -8
  64. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/pbkdf2.js +0 -19
  65. data/lib/fastlane/plugin/polidea/templates/installation-page/js/vendor/placeholder.js +0 -2
  66. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/fonts.scss +0 -64
  67. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation.scss +0 -45
  68. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/_functions.scss +0 -101
  69. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/_settings.scss +0 -1441
  70. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_accordion.scss +0 -156
  71. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_alert-boxes.scss +0 -126
  72. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_block-grid.scss +0 -132
  73. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_breadcrumbs.scss +0 -132
  74. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_button-groups.scss +0 -200
  75. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_buttons.scss +0 -252
  76. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_clearing.scss +0 -247
  77. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_dropdown-buttons.scss +0 -129
  78. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_dropdown.scss +0 -248
  79. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_flex-video.scss +0 -51
  80. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_forms.scss +0 -570
  81. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_global.scss +0 -447
  82. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_grid.scss +0 -275
  83. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_icon-bar.scss +0 -293
  84. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_inline-lists.scss +0 -57
  85. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_joyride.scss +0 -222
  86. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_keystrokes.scss +0 -61
  87. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_labels.scss +0 -105
  88. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_magellan.scss +0 -34
  89. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_offcanvas.scss +0 -510
  90. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_orbit.scss +0 -368
  91. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_pagination.scss +0 -162
  92. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_panels.scss +0 -93
  93. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_pricing-tables.scss +0 -150
  94. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_progress-bars.scss +0 -79
  95. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_range-slider.scss +0 -168
  96. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_reveal.scss +0 -220
  97. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_side-nav.scss +0 -116
  98. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_split-buttons.scss +0 -191
  99. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_sub-nav.scss +0 -125
  100. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_switches.scss +0 -226
  101. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_tables.scss +0 -135
  102. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_tabs.scss +0 -123
  103. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_thumbs.scss +0 -66
  104. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_toolbar.scss +0 -70
  105. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_tooltips.scss +0 -142
  106. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_top-bar.scss +0 -676
  107. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_type.scss +0 -523
  108. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/foundation/components/_visibility.scss +0 -408
  109. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/installation-page.scss +0 -171
  110. data/lib/fastlane/plugin/polidea/templates/installation-page/sass/normalize.scss +0 -425
  111. data/lib/fastlane/plugin/polidea/templates/installation_template.erb +0 -54
  112. data/lib/fastlane/plugin/polidea/templates/mailgun_template.erb +0 -1257
  113. data/lib/fastlane/plugin/polidea/templates/secure_installation_template.erb +0 -130
@@ -1,106 +0,0 @@
1
- require 'ruby_apk'
2
-
3
- Zip.warn_invalid_date = false
4
-
5
- module Fastlane
6
- module Actions
7
- module SharedValues
8
- APP_VERSION = :APP_VERSION
9
- BUILD_NUMBER = :BUILD_NUMBER
10
- end
11
-
12
- class ExtractVersionAction < Action
13
- def self.run(config)
14
- Fastlane::Polidea.session.action_launched("extract_version", config)
15
-
16
- platform = Actions.lane_context[Actions::SharedValues::PLATFORM_NAME].to_sym
17
-
18
- # Gets version from ipa/apk
19
- app_version, build_number = extract_version(platform, config)
20
-
21
- Actions.lane_context[SharedValues::APP_VERSION] = app_version
22
- ENV[SharedValues::APP_VERSION.to_s] = app_version
23
-
24
- Actions.lane_context[SharedValues::BUILD_NUMBER] = build_number
25
- ENV[SharedValues::BUILD_NUMBER.to_s] = build_number.to_s
26
-
27
- UI.success("Successfully extracted app version: '#{Actions.lane_context[SharedValues::APP_VERSION]}', build number: #{Actions.lane_context[SharedValues::BUILD_NUMBER]}")
28
-
29
- Fastlane::Polidea.session.action_completed("extract_version")
30
-
31
- return app_version, build_number
32
- end
33
-
34
- def self.extract_version(platform, config)
35
- case platform
36
- when :ios
37
- extract_version_from_ipa(config[:ipa]) if validate_ios(config)
38
- when :android
39
- extract_version_from_apk(config[:apk]) if validate_android(config)
40
- end
41
- end
42
-
43
- ######## ios specific
44
-
45
- def self.validate_ios(config)
46
- UI.user_error!("No IPA file path given, pass using `ipa: 'ipa path'`") unless config[:ipa].to_s.length > 0
47
- true
48
- end
49
-
50
- def self.extract_version_from_ipa(ipa_file)
51
- info = FastlaneCore::IpaFileAnalyser.fetch_info_plist_file(ipa_file)
52
- return info['CFBundleShortVersionString'], info['CFBundleVersion']
53
- end
54
-
55
- ######## android specific
56
-
57
- def self.validate_android(config)
58
- UI.user_error!("No APK file path given, pass using `apk: 'apk path'`") unless config[:apk].to_s.length > 0
59
- true
60
- end
61
-
62
- def self.extract_version_from_apk(apk_file)
63
- apk = Android::Apk.new(apk_file)
64
- return apk.manifest.version_name, apk.manifest.version_code
65
- end
66
-
67
- def self.description
68
- "Extracts application version and build number from .ipa/.apk, use `extract_app_info` instead"
69
- end
70
-
71
- def self.available_options
72
- [
73
- FastlaneCore::ConfigItem.new(key: :ipa,
74
- env_name: "",
75
- description: ".ipa file to extract icon",
76
- optional: true,
77
- default_value: Actions.lane_context[SharedValues::IPA_OUTPUT_PATH]),
78
- FastlaneCore::ConfigItem.new(key: :apk,
79
- env_name: "",
80
- description: ".apk file to extract icon",
81
- optional: true,
82
- default_value: Actions.lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH])
83
- ]
84
- end
85
-
86
- def self.output
87
- [
88
- ['APP_VERSION', 'App version extracted from .ipa/.apk'],
89
- ['BUILD_NUMBER', 'Build number extracted from .ipa/.apk']
90
- ]
91
- end
92
-
93
- def self.author
94
- "Piotrek Dubiel"
95
- end
96
-
97
- def self.is_supported?(platform)
98
- [:ios, :android].include? platform
99
- end
100
-
101
- def self.category
102
- :deprecated
103
- end
104
- end
105
- end
106
- end
@@ -1,57 +0,0 @@
1
- module Fastlane
2
- module Actions
3
- module SharedValues
4
- BINARY_SIZE = :BINARY_SIZE
5
- end
6
-
7
- class GetBinarySizeAction < Action
8
- def self.run(config)
9
- Fastlane::Polidea.session.action_launched("get_binary_size", config)
10
-
11
- binary_file = config[:binary]
12
-
13
- UI.user_error!("No IPA or APK file path given, pass using `binary: 'ipa or apk path'`") unless binary_file.to_s.length > 0
14
-
15
- binary_size = File.open(binary_file).size
16
- binary_size_in_mb = (binary_size / 1024.0 / 1024.0).round(2)
17
-
18
- Actions.lane_context[SharedValues::BINARY_SIZE] = binary_size
19
- ENV[SharedValues::BINARY_SIZE.to_s] = binary_size.to_s
20
-
21
- UI.success("Size of #{binary_file} is #{binary_size_in_mb} MB (#{binary_size} bytes)")
22
-
23
- Fastlane::Polidea.session.action_completed("get_binary_size")
24
-
25
- binary_size
26
- end
27
-
28
- def self.description
29
- "Measures binary size in bytes, use `extract_app_info` instead"
30
- end
31
-
32
- def self.available_options
33
- [
34
- FastlaneCore::ConfigItem.new(key: :binary,
35
- env_name: "",
36
- description: ".ipa or .apk file from the build ",
37
- optional: true,
38
- default_value: Actions.lane_context[SharedValues::IPA_OUTPUT_PATH] || Actions.lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH])
39
- ]
40
- end
41
-
42
- def self.output
43
- [
44
- ['BINARY_SIZE', 'Size of .ipa/.apk in bytes']
45
- ]
46
- end
47
-
48
- def self.author
49
- "Piotrek Dubiel"
50
- end
51
-
52
- def self.is_supported?(platform)
53
- [:ios, :android].include? platform
54
- end
55
- end
56
- end
57
- end
@@ -1,4895 +0,0 @@
1
- /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
2
- /**
3
- * 1. Set default font family to sans-serif.
4
- * 2. Prevent iOS text size adjust after orientation change, without disabling
5
- * user zoom.
6
- */
7
- html {
8
- font-family: sans-serif;
9
- /* 1 */
10
- -ms-text-size-adjust: 100%;
11
- /* 2 */
12
- -webkit-text-size-adjust: 100%;
13
- /* 2 */
14
- }
15
-
16
- /**
17
- * Remove default margin.
18
- */
19
- body {
20
- margin: 0;
21
- }
22
-
23
- /* HTML5 display definitions
24
- ========================================================================== */
25
- /**
26
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
27
- * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
28
- * Correct `block` display not defined for `main` in IE 11.
29
- */
30
- article,
31
- aside,
32
- details,
33
- figcaption,
34
- figure,
35
- footer,
36
- header,
37
- hgroup,
38
- main,
39
- nav,
40
- section,
41
- summary {
42
- display: block;
43
- }
44
-
45
- /**
46
- * 1. Correct `inline-block` display not defined in IE 8/9.
47
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
48
- */
49
- audio,
50
- canvas,
51
- progress,
52
- video {
53
- display: inline-block;
54
- /* 1 */
55
- vertical-align: baseline;
56
- /* 2 */
57
- }
58
-
59
- /**
60
- * Prevent modern browsers from displaying `audio` without controls.
61
- * Remove excess height in iOS 5 devices.
62
- */
63
- audio:not([controls]) {
64
- display: none;
65
- height: 0;
66
- }
67
-
68
- /**
69
- * Address `[hidden]` styling not present in IE 8/9/10.
70
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
71
- */
72
- [hidden],
73
- template {
74
- display: none;
75
- }
76
-
77
- /* Links
78
- ========================================================================== */
79
- /**
80
- * Remove the gray background color from active links in IE 10.
81
- */
82
- a {
83
- background: transparent;
84
- }
85
-
86
- /**
87
- * Improve readability when focused and also mouse hovered in all browsers.
88
- */
89
- a:active,
90
- a:hover {
91
- outline: 0;
92
- }
93
-
94
- /* Text-level semantics
95
- ========================================================================== */
96
- /**
97
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
98
- */
99
- abbr[title] {
100
- border-bottom: 1px dotted;
101
- }
102
-
103
- /**
104
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
105
- */
106
- b,
107
- strong {
108
- font-weight: bold;
109
- }
110
-
111
- /**
112
- * Address styling not present in Safari and Chrome.
113
- */
114
- dfn {
115
- font-style: italic;
116
- }
117
-
118
- /**
119
- * Address variable `h1` font-size and margin within `section` and `article`
120
- * contexts in Firefox 4+, Safari, and Chrome.
121
- */
122
- h1 {
123
- font-size: 2em;
124
- margin: 0.67em 0;
125
- }
126
-
127
- /**
128
- * Address styling not present in IE 8/9.
129
- */
130
- mark {
131
- background: #ff0;
132
- color: #000;
133
- }
134
-
135
- /**
136
- * Address inconsistent and variable font size in all browsers.
137
- */
138
- small {
139
- font-size: 80%;
140
- }
141
-
142
- /**
143
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
144
- */
145
- sub,
146
- sup {
147
- font-size: 75%;
148
- line-height: 0;
149
- position: relative;
150
- vertical-align: baseline;
151
- }
152
-
153
- sup {
154
- top: -0.5em;
155
- }
156
-
157
- sub {
158
- bottom: -0.25em;
159
- }
160
-
161
- /* Embedded content
162
- ========================================================================== */
163
- /**
164
- * Remove border when inside `a` element in IE 8/9/10.
165
- */
166
- img {
167
- border: 0;
168
- }
169
-
170
- /**
171
- * Correct overflow not hidden in IE 9/10/11.
172
- */
173
- svg:not(:root) {
174
- overflow: hidden;
175
- }
176
-
177
- /* Grouping content
178
- ========================================================================== */
179
- /**
180
- * Address margin not present in IE 8/9 and Safari.
181
- */
182
- figure {
183
- margin: 1em 40px;
184
- }
185
-
186
- /**
187
- * Address differences between Firefox and other browsers.
188
- */
189
- hr {
190
- -moz-box-sizing: content-box;
191
- box-sizing: content-box;
192
- height: 0;
193
- }
194
-
195
- /**
196
- * Contain overflow in all browsers.
197
- */
198
- pre {
199
- overflow: auto;
200
- }
201
-
202
- /**
203
- * Address odd `em`-unit font size rendering in all browsers.
204
- */
205
- code,
206
- kbd,
207
- pre,
208
- samp {
209
- font-family: monospace, monospace;
210
- font-size: 1em;
211
- }
212
-
213
- /* Forms
214
- ========================================================================== */
215
- /**
216
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
217
- * styling of `select`, unless a `border` property is set.
218
- */
219
- /**
220
- * 1. Correct color not being inherited.
221
- * Known issue: affects color of disabled elements.
222
- * 2. Correct font properties not being inherited.
223
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
224
- */
225
- button,
226
- input,
227
- optgroup,
228
- select,
229
- textarea {
230
- color: inherit;
231
- /* 1 */
232
- font: inherit;
233
- /* 2 */
234
- margin: 0;
235
- /* 3 */
236
- }
237
-
238
- /**
239
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
240
- */
241
- button {
242
- overflow: visible;
243
- }
244
-
245
- /**
246
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
247
- * All other form control elements do not inherit `text-transform` values.
248
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
249
- * Correct `select` style inheritance in Firefox.
250
- */
251
- button,
252
- select {
253
- text-transform: none;
254
- }
255
-
256
- /**
257
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
258
- * and `video` controls.
259
- * 2. Correct inability to style clickable `input` types in iOS.
260
- * 3. Improve usability and consistency of cursor style between image-type
261
- * `input` and others.
262
- */
263
- button,
264
- html input[type="button"],
265
- input[type="reset"],
266
- input[type="submit"] {
267
- -webkit-appearance: button;
268
- /* 2 */
269
- cursor: pointer;
270
- /* 3 */
271
- }
272
-
273
- /**
274
- * Re-set default cursor for disabled elements.
275
- */
276
- button[disabled],
277
- html input[disabled] {
278
- cursor: default;
279
- }
280
-
281
- /**
282
- * Remove inner padding and border in Firefox 4+.
283
- */
284
- button::-moz-focus-inner,
285
- input::-moz-focus-inner {
286
- border: 0;
287
- padding: 0;
288
- }
289
-
290
- /**
291
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
292
- * the UA stylesheet.
293
- */
294
- input {
295
- line-height: normal;
296
- }
297
-
298
- /**
299
- * It's recommended that you don't attempt to style these elements.
300
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
301
- *
302
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
303
- * 2. Remove excess padding in IE 8/9/10.
304
- */
305
- input[type="checkbox"],
306
- input[type="radio"] {
307
- box-sizing: border-box;
308
- /* 1 */
309
- padding: 0;
310
- /* 2 */
311
- }
312
-
313
- /**
314
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
315
- * `font-size` values of the `input`, it causes the cursor style of the
316
- * decrement button to change from `default` to `text`.
317
- */
318
- input[type="number"]::-webkit-inner-spin-button,
319
- input[type="number"]::-webkit-outer-spin-button {
320
- height: auto;
321
- }
322
-
323
- /**
324
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
325
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
326
- * (include `-moz` to future-proof).
327
- */
328
- input[type="search"] {
329
- -webkit-appearance: textfield;
330
- /* 1 */
331
- -moz-box-sizing: content-box;
332
- -webkit-box-sizing: content-box;
333
- /* 2 */
334
- box-sizing: content-box;
335
- }
336
-
337
- /**
338
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
339
- * Safari (but not Chrome) clips the cancel button when the search input has
340
- * padding (and `textfield` appearance).
341
- */
342
- input[type="search"]::-webkit-search-cancel-button,
343
- input[type="search"]::-webkit-search-decoration {
344
- -webkit-appearance: none;
345
- }
346
-
347
- /**
348
- * Define consistent border, margin, and padding.
349
- */
350
- fieldset {
351
- border: 1px solid #c0c0c0;
352
- margin: 0 2px;
353
- padding: 0.35em 0.625em 0.75em;
354
- }
355
-
356
- /**
357
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
358
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
359
- */
360
- legend {
361
- border: 0;
362
- /* 1 */
363
- padding: 0;
364
- /* 2 */
365
- }
366
-
367
- /**
368
- * Remove default vertical scrollbar in IE 8/9/10/11.
369
- */
370
- textarea {
371
- overflow: auto;
372
- }
373
-
374
- /**
375
- * Don't inherit the `font-weight` (applied by a rule above).
376
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
377
- */
378
- optgroup {
379
- font-weight: bold;
380
- }
381
-
382
- /* Tables
383
- ========================================================================== */
384
- /**
385
- * Remove most spacing between table cells.
386
- */
387
- table {
388
- border-collapse: collapse;
389
- border-spacing: 0;
390
- }
391
-
392
- td,
393
- th {
394
- padding: 0;
395
- }
396
-
397
- meta.foundation-version {
398
- font-family: "/{{VERSION}}/";
399
- }
400
-
401
- meta.foundation-mq-small {
402
- font-family: "/only screen/";
403
- width: 0em;
404
- }
405
-
406
- meta.foundation-mq-medium {
407
- font-family: "/only screen and (min-width:40.063em)/";
408
- width: 40.063em;
409
- }
410
-
411
- meta.foundation-mq-large {
412
- font-family: "/only screen and (min-width:64.063em)/";
413
- width: 64.063em;
414
- }
415
-
416
- meta.foundation-mq-xlarge {
417
- font-family: "/only screen and (min-width:90.063em)/";
418
- width: 90.063em;
419
- }
420
-
421
- meta.foundation-mq-xxlarge {
422
- font-family: "/only screen and (min-width:120.063em)/";
423
- width: 120.063em;
424
- }
425
-
426
- meta.foundation-data-attribute-namespace {
427
- font-family: false;
428
- }
429
-
430
- html,
431
- body {
432
- height: 100%;
433
- }
434
-
435
- *,
436
- *:before,
437
- *:after {
438
- -webkit-box-sizing: border-box;
439
- -moz-box-sizing: border-box;
440
- box-sizing: border-box;
441
- }
442
-
443
- html,
444
- body {
445
- font-size: 100%;
446
- }
447
-
448
- body {
449
- background: white;
450
- color: #222222;
451
- padding: 0;
452
- margin: 0;
453
- font-family: "Open Sans", sans-serif;
454
- font-weight: normal;
455
- font-style: normal;
456
- line-height: 150%;
457
- position: relative;
458
- cursor: auto;
459
- }
460
-
461
- a:hover {
462
- cursor: pointer;
463
- }
464
-
465
- img {
466
- max-width: 100%;
467
- height: auto;
468
- }
469
-
470
- img {
471
- -ms-interpolation-mode: bicubic;
472
- }
473
-
474
- #map_canvas img,
475
- #map_canvas embed,
476
- #map_canvas object,
477
- .map_canvas img,
478
- .map_canvas embed,
479
- .map_canvas object {
480
- max-width: none !important;
481
- }
482
-
483
- .left {
484
- float: left !important;
485
- }
486
-
487
- .right {
488
- float: right !important;
489
- }
490
-
491
- .clearfix:before,
492
- .clearfix:after {
493
- content: " ";
494
- display: table;
495
- }
496
- .clearfix:after {
497
- clear: both;
498
- }
499
-
500
- .hide {
501
- display: none;
502
- }
503
-
504
- .antialiased {
505
- -webkit-font-smoothing: antialiased;
506
- -moz-osx-font-smoothing: grayscale;
507
- }
508
-
509
- img {
510
- display: inline-block;
511
- vertical-align: middle;
512
- }
513
-
514
- textarea {
515
- height: auto;
516
- min-height: 50px;
517
- }
518
-
519
- select {
520
- width: 100%;
521
- }
522
-
523
- .row {
524
- width: 100%;
525
- margin-left: auto;
526
- margin-right: auto;
527
- margin-top: 0;
528
- margin-bottom: 0;
529
- max-width: 62.5rem;
530
- }
531
- .row:before,
532
- .row:after {
533
- content: " ";
534
- display: table;
535
- }
536
- .row:after {
537
- clear: both;
538
- }
539
- .row.collapse > .column,
540
- .row.collapse > .columns {
541
- padding-left: 0;
542
- padding-right: 0;
543
- }
544
- .row.collapse .row {
545
- margin-left: 0;
546
- margin-right: 0;
547
- }
548
- .row .row {
549
- width: auto;
550
- margin-left: -0.9375rem;
551
- margin-right: -0.9375rem;
552
- margin-top: 0;
553
- margin-bottom: 0;
554
- max-width: none;
555
- }
556
- .row .row:before,
557
- .row .row:after {
558
- content: " ";
559
- display: table;
560
- }
561
- .row .row:after {
562
- clear: both;
563
- }
564
- .row .row.collapse {
565
- width: auto;
566
- margin: 0;
567
- max-width: none;
568
- }
569
- .row .row.collapse:before,
570
- .row .row.collapse:after {
571
- content: " ";
572
- display: table;
573
- }
574
- .row .row.collapse:after {
575
- clear: both;
576
- }
577
-
578
- .column,
579
- .columns {
580
- padding-left: 0.9375rem;
581
- padding-right: 0.9375rem;
582
- width: 100%;
583
- float: left;
584
- }
585
-
586
- [class*="column"] + [class*="column"]:last-child {
587
- float: right;
588
- }
589
-
590
- [class*="column"] + [class*="column"].end {
591
- float: left;
592
- }
593
-
594
- @media only screen {
595
- .small-push-0 {
596
- position: relative;
597
- left: 0%;
598
- right: auto;
599
- }
600
-
601
- .small-pull-0 {
602
- position: relative;
603
- right: 0%;
604
- left: auto;
605
- }
606
-
607
- .small-push-1 {
608
- position: relative;
609
- left: 8.33333%;
610
- right: auto;
611
- }
612
-
613
- .small-pull-1 {
614
- position: relative;
615
- right: 8.33333%;
616
- left: auto;
617
- }
618
-
619
- .small-push-2 {
620
- position: relative;
621
- left: 16.66667%;
622
- right: auto;
623
- }
624
-
625
- .small-pull-2 {
626
- position: relative;
627
- right: 16.66667%;
628
- left: auto;
629
- }
630
-
631
- .small-push-3 {
632
- position: relative;
633
- left: 25%;
634
- right: auto;
635
- }
636
-
637
- .small-pull-3 {
638
- position: relative;
639
- right: 25%;
640
- left: auto;
641
- }
642
-
643
- .small-push-4 {
644
- position: relative;
645
- left: 33.33333%;
646
- right: auto;
647
- }
648
-
649
- .small-pull-4 {
650
- position: relative;
651
- right: 33.33333%;
652
- left: auto;
653
- }
654
-
655
- .small-push-5 {
656
- position: relative;
657
- left: 41.66667%;
658
- right: auto;
659
- }
660
-
661
- .small-pull-5 {
662
- position: relative;
663
- right: 41.66667%;
664
- left: auto;
665
- }
666
-
667
- .small-push-6 {
668
- position: relative;
669
- left: 50%;
670
- right: auto;
671
- }
672
-
673
- .small-pull-6 {
674
- position: relative;
675
- right: 50%;
676
- left: auto;
677
- }
678
-
679
- .small-push-7 {
680
- position: relative;
681
- left: 58.33333%;
682
- right: auto;
683
- }
684
-
685
- .small-pull-7 {
686
- position: relative;
687
- right: 58.33333%;
688
- left: auto;
689
- }
690
-
691
- .small-push-8 {
692
- position: relative;
693
- left: 66.66667%;
694
- right: auto;
695
- }
696
-
697
- .small-pull-8 {
698
- position: relative;
699
- right: 66.66667%;
700
- left: auto;
701
- }
702
-
703
- .small-push-9 {
704
- position: relative;
705
- left: 75%;
706
- right: auto;
707
- }
708
-
709
- .small-pull-9 {
710
- position: relative;
711
- right: 75%;
712
- left: auto;
713
- }
714
-
715
- .small-push-10 {
716
- position: relative;
717
- left: 83.33333%;
718
- right: auto;
719
- }
720
-
721
- .small-pull-10 {
722
- position: relative;
723
- right: 83.33333%;
724
- left: auto;
725
- }
726
-
727
- .small-push-11 {
728
- position: relative;
729
- left: 91.66667%;
730
- right: auto;
731
- }
732
-
733
- .small-pull-11 {
734
- position: relative;
735
- right: 91.66667%;
736
- left: auto;
737
- }
738
-
739
- .column,
740
- .columns {
741
- position: relative;
742
- padding-left: 0.9375rem;
743
- padding-right: 0.9375rem;
744
- float: left;
745
- }
746
-
747
- .small-1 {
748
- width: 8.33333%;
749
- }
750
-
751
- .small-2 {
752
- width: 16.66667%;
753
- }
754
-
755
- .small-3 {
756
- width: 25%;
757
- }
758
-
759
- .small-4 {
760
- width: 33.33333%;
761
- }
762
-
763
- .small-5 {
764
- width: 41.66667%;
765
- }
766
-
767
- .small-6 {
768
- width: 50%;
769
- }
770
-
771
- .small-7 {
772
- width: 58.33333%;
773
- }
774
-
775
- .small-8 {
776
- width: 66.66667%;
777
- }
778
-
779
- .small-9 {
780
- width: 75%;
781
- }
782
-
783
- .small-10 {
784
- width: 83.33333%;
785
- }
786
-
787
- .small-11 {
788
- width: 91.66667%;
789
- }
790
-
791
- .small-12 {
792
- width: 100%;
793
- }
794
-
795
- .small-offset-0 {
796
- margin-left: 0% !important;
797
- }
798
-
799
- .small-offset-1 {
800
- margin-left: 8.33333% !important;
801
- }
802
-
803
- .small-offset-2 {
804
- margin-left: 16.66667% !important;
805
- }
806
-
807
- .small-offset-3 {
808
- margin-left: 25% !important;
809
- }
810
-
811
- .small-offset-4 {
812
- margin-left: 33.33333% !important;
813
- }
814
-
815
- .small-offset-5 {
816
- margin-left: 41.66667% !important;
817
- }
818
-
819
- .small-offset-6 {
820
- margin-left: 50% !important;
821
- }
822
-
823
- .small-offset-7 {
824
- margin-left: 58.33333% !important;
825
- }
826
-
827
- .small-offset-8 {
828
- margin-left: 66.66667% !important;
829
- }
830
-
831
- .small-offset-9 {
832
- margin-left: 75% !important;
833
- }
834
-
835
- .small-offset-10 {
836
- margin-left: 83.33333% !important;
837
- }
838
-
839
- .small-offset-11 {
840
- margin-left: 91.66667% !important;
841
- }
842
-
843
- .small-reset-order {
844
- margin-left: 0;
845
- margin-right: 0;
846
- left: auto;
847
- right: auto;
848
- float: left;
849
- }
850
-
851
- .column.small-centered,
852
- .columns.small-centered {
853
- margin-left: auto;
854
- margin-right: auto;
855
- float: none;
856
- }
857
-
858
- .column.small-uncentered,
859
- .columns.small-uncentered {
860
- margin-left: 0;
861
- margin-right: 0;
862
- float: left;
863
- }
864
-
865
- .column.small-centered:last-child,
866
- .columns.small-centered:last-child {
867
- float: none;
868
- }
869
-
870
- .column.small-uncentered:last-child,
871
- .columns.small-uncentered:last-child {
872
- float: left;
873
- }
874
-
875
- .column.small-uncentered.opposite,
876
- .columns.small-uncentered.opposite {
877
- float: right;
878
- }
879
- }
880
- @media only screen and (min-width: 40.063em) {
881
- .medium-push-0 {
882
- position: relative;
883
- left: 0%;
884
- right: auto;
885
- }
886
-
887
- .medium-pull-0 {
888
- position: relative;
889
- right: 0%;
890
- left: auto;
891
- }
892
-
893
- .medium-push-1 {
894
- position: relative;
895
- left: 8.33333%;
896
- right: auto;
897
- }
898
-
899
- .medium-pull-1 {
900
- position: relative;
901
- right: 8.33333%;
902
- left: auto;
903
- }
904
-
905
- .medium-push-2 {
906
- position: relative;
907
- left: 16.66667%;
908
- right: auto;
909
- }
910
-
911
- .medium-pull-2 {
912
- position: relative;
913
- right: 16.66667%;
914
- left: auto;
915
- }
916
-
917
- .medium-push-3 {
918
- position: relative;
919
- left: 25%;
920
- right: auto;
921
- }
922
-
923
- .medium-pull-3 {
924
- position: relative;
925
- right: 25%;
926
- left: auto;
927
- }
928
-
929
- .medium-push-4 {
930
- position: relative;
931
- left: 33.33333%;
932
- right: auto;
933
- }
934
-
935
- .medium-pull-4 {
936
- position: relative;
937
- right: 33.33333%;
938
- left: auto;
939
- }
940
-
941
- .medium-push-5 {
942
- position: relative;
943
- left: 41.66667%;
944
- right: auto;
945
- }
946
-
947
- .medium-pull-5 {
948
- position: relative;
949
- right: 41.66667%;
950
- left: auto;
951
- }
952
-
953
- .medium-push-6 {
954
- position: relative;
955
- left: 50%;
956
- right: auto;
957
- }
958
-
959
- .medium-pull-6 {
960
- position: relative;
961
- right: 50%;
962
- left: auto;
963
- }
964
-
965
- .medium-push-7 {
966
- position: relative;
967
- left: 58.33333%;
968
- right: auto;
969
- }
970
-
971
- .medium-pull-7 {
972
- position: relative;
973
- right: 58.33333%;
974
- left: auto;
975
- }
976
-
977
- .medium-push-8 {
978
- position: relative;
979
- left: 66.66667%;
980
- right: auto;
981
- }
982
-
983
- .medium-pull-8 {
984
- position: relative;
985
- right: 66.66667%;
986
- left: auto;
987
- }
988
-
989
- .medium-push-9 {
990
- position: relative;
991
- left: 75%;
992
- right: auto;
993
- }
994
-
995
- .medium-pull-9 {
996
- position: relative;
997
- right: 75%;
998
- left: auto;
999
- }
1000
-
1001
- .medium-push-10 {
1002
- position: relative;
1003
- left: 83.33333%;
1004
- right: auto;
1005
- }
1006
-
1007
- .medium-pull-10 {
1008
- position: relative;
1009
- right: 83.33333%;
1010
- left: auto;
1011
- }
1012
-
1013
- .medium-push-11 {
1014
- position: relative;
1015
- left: 91.66667%;
1016
- right: auto;
1017
- }
1018
-
1019
- .medium-pull-11 {
1020
- position: relative;
1021
- right: 91.66667%;
1022
- left: auto;
1023
- }
1024
-
1025
- .column,
1026
- .columns {
1027
- position: relative;
1028
- padding-left: 0.9375rem;
1029
- padding-right: 0.9375rem;
1030
- float: left;
1031
- }
1032
-
1033
- .medium-1 {
1034
- width: 8.33333%;
1035
- }
1036
-
1037
- .medium-2 {
1038
- width: 16.66667%;
1039
- }
1040
-
1041
- .medium-3 {
1042
- width: 25%;
1043
- }
1044
-
1045
- .medium-4 {
1046
- width: 33.33333%;
1047
- }
1048
-
1049
- .medium-5 {
1050
- width: 41.66667%;
1051
- }
1052
-
1053
- .medium-6 {
1054
- width: 50%;
1055
- }
1056
-
1057
- .medium-7 {
1058
- width: 58.33333%;
1059
- }
1060
-
1061
- .medium-8 {
1062
- width: 66.66667%;
1063
- }
1064
-
1065
- .medium-9 {
1066
- width: 75%;
1067
- }
1068
-
1069
- .medium-10 {
1070
- width: 83.33333%;
1071
- }
1072
-
1073
- .medium-11 {
1074
- width: 91.66667%;
1075
- }
1076
-
1077
- .medium-12 {
1078
- width: 100%;
1079
- }
1080
-
1081
- .medium-offset-0 {
1082
- margin-left: 0% !important;
1083
- }
1084
-
1085
- .medium-offset-1 {
1086
- margin-left: 8.33333% !important;
1087
- }
1088
-
1089
- .medium-offset-2 {
1090
- margin-left: 16.66667% !important;
1091
- }
1092
-
1093
- .medium-offset-3 {
1094
- margin-left: 25% !important;
1095
- }
1096
-
1097
- .medium-offset-4 {
1098
- margin-left: 33.33333% !important;
1099
- }
1100
-
1101
- .medium-offset-5 {
1102
- margin-left: 41.66667% !important;
1103
- }
1104
-
1105
- .medium-offset-6 {
1106
- margin-left: 50% !important;
1107
- }
1108
-
1109
- .medium-offset-7 {
1110
- margin-left: 58.33333% !important;
1111
- }
1112
-
1113
- .medium-offset-8 {
1114
- margin-left: 66.66667% !important;
1115
- }
1116
-
1117
- .medium-offset-9 {
1118
- margin-left: 75% !important;
1119
- }
1120
-
1121
- .medium-offset-10 {
1122
- margin-left: 83.33333% !important;
1123
- }
1124
-
1125
- .medium-offset-11 {
1126
- margin-left: 91.66667% !important;
1127
- }
1128
-
1129
- .medium-reset-order {
1130
- margin-left: 0;
1131
- margin-right: 0;
1132
- left: auto;
1133
- right: auto;
1134
- float: left;
1135
- }
1136
-
1137
- .column.medium-centered,
1138
- .columns.medium-centered {
1139
- margin-left: auto;
1140
- margin-right: auto;
1141
- float: none;
1142
- }
1143
-
1144
- .column.medium-uncentered,
1145
- .columns.medium-uncentered {
1146
- margin-left: 0;
1147
- margin-right: 0;
1148
- float: left;
1149
- }
1150
-
1151
- .column.medium-centered:last-child,
1152
- .columns.medium-centered:last-child {
1153
- float: none;
1154
- }
1155
-
1156
- .column.medium-uncentered:last-child,
1157
- .columns.medium-uncentered:last-child {
1158
- float: left;
1159
- }
1160
-
1161
- .column.medium-uncentered.opposite,
1162
- .columns.medium-uncentered.opposite {
1163
- float: right;
1164
- }
1165
-
1166
- .push-0 {
1167
- position: relative;
1168
- left: 0%;
1169
- right: auto;
1170
- }
1171
-
1172
- .pull-0 {
1173
- position: relative;
1174
- right: 0%;
1175
- left: auto;
1176
- }
1177
-
1178
- .push-1 {
1179
- position: relative;
1180
- left: 8.33333%;
1181
- right: auto;
1182
- }
1183
-
1184
- .pull-1 {
1185
- position: relative;
1186
- right: 8.33333%;
1187
- left: auto;
1188
- }
1189
-
1190
- .push-2 {
1191
- position: relative;
1192
- left: 16.66667%;
1193
- right: auto;
1194
- }
1195
-
1196
- .pull-2 {
1197
- position: relative;
1198
- right: 16.66667%;
1199
- left: auto;
1200
- }
1201
-
1202
- .push-3 {
1203
- position: relative;
1204
- left: 25%;
1205
- right: auto;
1206
- }
1207
-
1208
- .pull-3 {
1209
- position: relative;
1210
- right: 25%;
1211
- left: auto;
1212
- }
1213
-
1214
- .push-4 {
1215
- position: relative;
1216
- left: 33.33333%;
1217
- right: auto;
1218
- }
1219
-
1220
- .pull-4 {
1221
- position: relative;
1222
- right: 33.33333%;
1223
- left: auto;
1224
- }
1225
-
1226
- .push-5 {
1227
- position: relative;
1228
- left: 41.66667%;
1229
- right: auto;
1230
- }
1231
-
1232
- .pull-5 {
1233
- position: relative;
1234
- right: 41.66667%;
1235
- left: auto;
1236
- }
1237
-
1238
- .push-6 {
1239
- position: relative;
1240
- left: 50%;
1241
- right: auto;
1242
- }
1243
-
1244
- .pull-6 {
1245
- position: relative;
1246
- right: 50%;
1247
- left: auto;
1248
- }
1249
-
1250
- .push-7 {
1251
- position: relative;
1252
- left: 58.33333%;
1253
- right: auto;
1254
- }
1255
-
1256
- .pull-7 {
1257
- position: relative;
1258
- right: 58.33333%;
1259
- left: auto;
1260
- }
1261
-
1262
- .push-8 {
1263
- position: relative;
1264
- left: 66.66667%;
1265
- right: auto;
1266
- }
1267
-
1268
- .pull-8 {
1269
- position: relative;
1270
- right: 66.66667%;
1271
- left: auto;
1272
- }
1273
-
1274
- .push-9 {
1275
- position: relative;
1276
- left: 75%;
1277
- right: auto;
1278
- }
1279
-
1280
- .pull-9 {
1281
- position: relative;
1282
- right: 75%;
1283
- left: auto;
1284
- }
1285
-
1286
- .push-10 {
1287
- position: relative;
1288
- left: 83.33333%;
1289
- right: auto;
1290
- }
1291
-
1292
- .pull-10 {
1293
- position: relative;
1294
- right: 83.33333%;
1295
- left: auto;
1296
- }
1297
-
1298
- .push-11 {
1299
- position: relative;
1300
- left: 91.66667%;
1301
- right: auto;
1302
- }
1303
-
1304
- .pull-11 {
1305
- position: relative;
1306
- right: 91.66667%;
1307
- left: auto;
1308
- }
1309
- }
1310
- @media only screen and (min-width: 64.063em) {
1311
- .large-push-0 {
1312
- position: relative;
1313
- left: 0%;
1314
- right: auto;
1315
- }
1316
-
1317
- .large-pull-0 {
1318
- position: relative;
1319
- right: 0%;
1320
- left: auto;
1321
- }
1322
-
1323
- .large-push-1 {
1324
- position: relative;
1325
- left: 8.33333%;
1326
- right: auto;
1327
- }
1328
-
1329
- .large-pull-1 {
1330
- position: relative;
1331
- right: 8.33333%;
1332
- left: auto;
1333
- }
1334
-
1335
- .large-push-2 {
1336
- position: relative;
1337
- left: 16.66667%;
1338
- right: auto;
1339
- }
1340
-
1341
- .large-pull-2 {
1342
- position: relative;
1343
- right: 16.66667%;
1344
- left: auto;
1345
- }
1346
-
1347
- .large-push-3 {
1348
- position: relative;
1349
- left: 25%;
1350
- right: auto;
1351
- }
1352
-
1353
- .large-pull-3 {
1354
- position: relative;
1355
- right: 25%;
1356
- left: auto;
1357
- }
1358
-
1359
- .large-push-4 {
1360
- position: relative;
1361
- left: 33.33333%;
1362
- right: auto;
1363
- }
1364
-
1365
- .large-pull-4 {
1366
- position: relative;
1367
- right: 33.33333%;
1368
- left: auto;
1369
- }
1370
-
1371
- .large-push-5 {
1372
- position: relative;
1373
- left: 41.66667%;
1374
- right: auto;
1375
- }
1376
-
1377
- .large-pull-5 {
1378
- position: relative;
1379
- right: 41.66667%;
1380
- left: auto;
1381
- }
1382
-
1383
- .large-push-6 {
1384
- position: relative;
1385
- left: 50%;
1386
- right: auto;
1387
- }
1388
-
1389
- .large-pull-6 {
1390
- position: relative;
1391
- right: 50%;
1392
- left: auto;
1393
- }
1394
-
1395
- .large-push-7 {
1396
- position: relative;
1397
- left: 58.33333%;
1398
- right: auto;
1399
- }
1400
-
1401
- .large-pull-7 {
1402
- position: relative;
1403
- right: 58.33333%;
1404
- left: auto;
1405
- }
1406
-
1407
- .large-push-8 {
1408
- position: relative;
1409
- left: 66.66667%;
1410
- right: auto;
1411
- }
1412
-
1413
- .large-pull-8 {
1414
- position: relative;
1415
- right: 66.66667%;
1416
- left: auto;
1417
- }
1418
-
1419
- .large-push-9 {
1420
- position: relative;
1421
- left: 75%;
1422
- right: auto;
1423
- }
1424
-
1425
- .large-pull-9 {
1426
- position: relative;
1427
- right: 75%;
1428
- left: auto;
1429
- }
1430
-
1431
- .large-push-10 {
1432
- position: relative;
1433
- left: 83.33333%;
1434
- right: auto;
1435
- }
1436
-
1437
- .large-pull-10 {
1438
- position: relative;
1439
- right: 83.33333%;
1440
- left: auto;
1441
- }
1442
-
1443
- .large-push-11 {
1444
- position: relative;
1445
- left: 91.66667%;
1446
- right: auto;
1447
- }
1448
-
1449
- .large-pull-11 {
1450
- position: relative;
1451
- right: 91.66667%;
1452
- left: auto;
1453
- }
1454
-
1455
- .column,
1456
- .columns {
1457
- position: relative;
1458
- padding-left: 0.9375rem;
1459
- padding-right: 0.9375rem;
1460
- float: left;
1461
- }
1462
-
1463
- .large-1 {
1464
- width: 8.33333%;
1465
- }
1466
-
1467
- .large-2 {
1468
- width: 16.66667%;
1469
- }
1470
-
1471
- .large-3 {
1472
- width: 25%;
1473
- }
1474
-
1475
- .large-4 {
1476
- width: 33.33333%;
1477
- }
1478
-
1479
- .large-5 {
1480
- width: 41.66667%;
1481
- }
1482
-
1483
- .large-6 {
1484
- width: 50%;
1485
- }
1486
-
1487
- .large-7 {
1488
- width: 58.33333%;
1489
- }
1490
-
1491
- .large-8 {
1492
- width: 66.66667%;
1493
- }
1494
-
1495
- .large-9 {
1496
- width: 75%;
1497
- }
1498
-
1499
- .large-10 {
1500
- width: 83.33333%;
1501
- }
1502
-
1503
- .large-11 {
1504
- width: 91.66667%;
1505
- }
1506
-
1507
- .large-12 {
1508
- width: 100%;
1509
- }
1510
-
1511
- .large-offset-0 {
1512
- margin-left: 0% !important;
1513
- }
1514
-
1515
- .large-offset-1 {
1516
- margin-left: 8.33333% !important;
1517
- }
1518
-
1519
- .large-offset-2 {
1520
- margin-left: 16.66667% !important;
1521
- }
1522
-
1523
- .large-offset-3 {
1524
- margin-left: 25% !important;
1525
- }
1526
-
1527
- .large-offset-4 {
1528
- margin-left: 33.33333% !important;
1529
- }
1530
-
1531
- .large-offset-5 {
1532
- margin-left: 41.66667% !important;
1533
- }
1534
-
1535
- .large-offset-6 {
1536
- margin-left: 50% !important;
1537
- }
1538
-
1539
- .large-offset-7 {
1540
- margin-left: 58.33333% !important;
1541
- }
1542
-
1543
- .large-offset-8 {
1544
- margin-left: 66.66667% !important;
1545
- }
1546
-
1547
- .large-offset-9 {
1548
- margin-left: 75% !important;
1549
- }
1550
-
1551
- .large-offset-10 {
1552
- margin-left: 83.33333% !important;
1553
- }
1554
-
1555
- .large-offset-11 {
1556
- margin-left: 91.66667% !important;
1557
- }
1558
-
1559
- .large-reset-order {
1560
- margin-left: 0;
1561
- margin-right: 0;
1562
- left: auto;
1563
- right: auto;
1564
- float: left;
1565
- }
1566
-
1567
- .column.large-centered,
1568
- .columns.large-centered {
1569
- margin-left: auto;
1570
- margin-right: auto;
1571
- float: none;
1572
- }
1573
-
1574
- .column.large-uncentered,
1575
- .columns.large-uncentered {
1576
- margin-left: 0;
1577
- margin-right: 0;
1578
- float: left;
1579
- }
1580
-
1581
- .column.large-centered:last-child,
1582
- .columns.large-centered:last-child {
1583
- float: none;
1584
- }
1585
-
1586
- .column.large-uncentered:last-child,
1587
- .columns.large-uncentered:last-child {
1588
- float: left;
1589
- }
1590
-
1591
- .column.large-uncentered.opposite,
1592
- .columns.large-uncentered.opposite {
1593
- float: right;
1594
- }
1595
-
1596
- .push-0 {
1597
- position: relative;
1598
- left: 0%;
1599
- right: auto;
1600
- }
1601
-
1602
- .pull-0 {
1603
- position: relative;
1604
- right: 0%;
1605
- left: auto;
1606
- }
1607
-
1608
- .push-1 {
1609
- position: relative;
1610
- left: 8.33333%;
1611
- right: auto;
1612
- }
1613
-
1614
- .pull-1 {
1615
- position: relative;
1616
- right: 8.33333%;
1617
- left: auto;
1618
- }
1619
-
1620
- .push-2 {
1621
- position: relative;
1622
- left: 16.66667%;
1623
- right: auto;
1624
- }
1625
-
1626
- .pull-2 {
1627
- position: relative;
1628
- right: 16.66667%;
1629
- left: auto;
1630
- }
1631
-
1632
- .push-3 {
1633
- position: relative;
1634
- left: 25%;
1635
- right: auto;
1636
- }
1637
-
1638
- .pull-3 {
1639
- position: relative;
1640
- right: 25%;
1641
- left: auto;
1642
- }
1643
-
1644
- .push-4 {
1645
- position: relative;
1646
- left: 33.33333%;
1647
- right: auto;
1648
- }
1649
-
1650
- .pull-4 {
1651
- position: relative;
1652
- right: 33.33333%;
1653
- left: auto;
1654
- }
1655
-
1656
- .push-5 {
1657
- position: relative;
1658
- left: 41.66667%;
1659
- right: auto;
1660
- }
1661
-
1662
- .pull-5 {
1663
- position: relative;
1664
- right: 41.66667%;
1665
- left: auto;
1666
- }
1667
-
1668
- .push-6 {
1669
- position: relative;
1670
- left: 50%;
1671
- right: auto;
1672
- }
1673
-
1674
- .pull-6 {
1675
- position: relative;
1676
- right: 50%;
1677
- left: auto;
1678
- }
1679
-
1680
- .push-7 {
1681
- position: relative;
1682
- left: 58.33333%;
1683
- right: auto;
1684
- }
1685
-
1686
- .pull-7 {
1687
- position: relative;
1688
- right: 58.33333%;
1689
- left: auto;
1690
- }
1691
-
1692
- .push-8 {
1693
- position: relative;
1694
- left: 66.66667%;
1695
- right: auto;
1696
- }
1697
-
1698
- .pull-8 {
1699
- position: relative;
1700
- right: 66.66667%;
1701
- left: auto;
1702
- }
1703
-
1704
- .push-9 {
1705
- position: relative;
1706
- left: 75%;
1707
- right: auto;
1708
- }
1709
-
1710
- .pull-9 {
1711
- position: relative;
1712
- right: 75%;
1713
- left: auto;
1714
- }
1715
-
1716
- .push-10 {
1717
- position: relative;
1718
- left: 83.33333%;
1719
- right: auto;
1720
- }
1721
-
1722
- .pull-10 {
1723
- position: relative;
1724
- right: 83.33333%;
1725
- left: auto;
1726
- }
1727
-
1728
- .push-11 {
1729
- position: relative;
1730
- left: 91.66667%;
1731
- right: auto;
1732
- }
1733
-
1734
- .pull-11 {
1735
- position: relative;
1736
- right: 91.66667%;
1737
- left: auto;
1738
- }
1739
- }
1740
- button,
1741
- .button {
1742
- border-style: solid;
1743
- border-width: 0px;
1744
- cursor: pointer;
1745
- font-family: "Open Sans", sans-serif;
1746
- font-weight: normal;
1747
- line-height: normal;
1748
- margin: 0 0 1.25rem;
1749
- position: relative;
1750
- text-decoration: none;
1751
- text-align: center;
1752
- -webkit-appearance: none;
1753
- -webkit-border-radius: 0;
1754
- display: inline-block;
1755
- padding-top: 1rem;
1756
- padding-right: 2rem;
1757
- padding-bottom: 1.0625rem;
1758
- padding-left: 2rem;
1759
- font-size: 1rem;
1760
- background-color: #008cba;
1761
- border-color: #007095;
1762
- color: white;
1763
- transition: background-color 300ms ease-out;
1764
- }
1765
- button:hover,
1766
- button:focus,
1767
- .button:hover,
1768
- .button:focus {
1769
- background-color: #007095;
1770
- }
1771
- button:hover,
1772
- button:focus,
1773
- .button:hover,
1774
- .button:focus {
1775
- color: white;
1776
- }
1777
- button.secondary,
1778
- .button.secondary {
1779
- background-color: #e7e7e7;
1780
- border-color: #b9b9b9;
1781
- color: #333333;
1782
- }
1783
- button.secondary:hover,
1784
- button.secondary:focus,
1785
- .button.secondary:hover,
1786
- .button.secondary:focus {
1787
- background-color: #b9b9b9;
1788
- }
1789
- button.secondary:hover,
1790
- button.secondary:focus,
1791
- .button.secondary:hover,
1792
- .button.secondary:focus {
1793
- color: #333333;
1794
- }
1795
- button.success,
1796
- .button.success {
1797
- background-color: #43ac6a;
1798
- border-color: #368a55;
1799
- color: white;
1800
- }
1801
- button.success:hover,
1802
- button.success:focus,
1803
- .button.success:hover,
1804
- .button.success:focus {
1805
- background-color: #368a55;
1806
- }
1807
- button.success:hover,
1808
- button.success:focus,
1809
- .button.success:hover,
1810
- .button.success:focus {
1811
- color: white;
1812
- }
1813
- button.alert,
1814
- .button.alert {
1815
- background-color: #f04124;
1816
- border-color: #cf2a0e;
1817
- color: white;
1818
- }
1819
- button.alert:hover,
1820
- button.alert:focus,
1821
- .button.alert:hover,
1822
- .button.alert:focus {
1823
- background-color: #cf2a0e;
1824
- }
1825
- button.alert:hover,
1826
- button.alert:focus,
1827
- .button.alert:hover,
1828
- .button.alert:focus {
1829
- color: white;
1830
- }
1831
- button.large,
1832
- .button.large {
1833
- padding-top: 1.125rem;
1834
- padding-right: 2.25rem;
1835
- padding-bottom: 1.1875rem;
1836
- padding-left: 2.25rem;
1837
- font-size: 1.25rem;
1838
- }
1839
- button.small,
1840
- .button.small {
1841
- padding-top: 0.875rem;
1842
- padding-right: 1.75rem;
1843
- padding-bottom: 0.9375rem;
1844
- padding-left: 1.75rem;
1845
- font-size: 0.8125rem;
1846
- }
1847
- button.tiny,
1848
- .button.tiny {
1849
- padding-top: 0.625rem;
1850
- padding-right: 1.25rem;
1851
- padding-bottom: 0.6875rem;
1852
- padding-left: 1.25rem;
1853
- font-size: 0.6875rem;
1854
- }
1855
- button.expand,
1856
- .button.expand {
1857
- padding-right: 0;
1858
- padding-left: 0;
1859
- width: 100%;
1860
- }
1861
- button.left-align,
1862
- .button.left-align {
1863
- text-align: left;
1864
- text-indent: 0.75rem;
1865
- }
1866
- button.right-align,
1867
- .button.right-align {
1868
- text-align: right;
1869
- padding-right: 0.75rem;
1870
- }
1871
- button.radius,
1872
- .button.radius {
1873
- border-radius: 3px;
1874
- }
1875
- button.round,
1876
- .button.round {
1877
- border-radius: 1000px;
1878
- }
1879
- button.disabled,
1880
- button[disabled],
1881
- .button.disabled,
1882
- .button[disabled] {
1883
- background-color: #008cba;
1884
- border-color: #007095;
1885
- color: white;
1886
- cursor: default;
1887
- opacity: 0.7;
1888
- box-shadow: none;
1889
- }
1890
- button.disabled:hover,
1891
- button.disabled:focus,
1892
- button[disabled]:hover,
1893
- button[disabled]:focus,
1894
- .button.disabled:hover,
1895
- .button.disabled:focus,
1896
- .button[disabled]:hover,
1897
- .button[disabled]:focus {
1898
- background-color: #007095;
1899
- }
1900
- button.disabled:hover,
1901
- button.disabled:focus,
1902
- button[disabled]:hover,
1903
- button[disabled]:focus,
1904
- .button.disabled:hover,
1905
- .button.disabled:focus,
1906
- .button[disabled]:hover,
1907
- .button[disabled]:focus {
1908
- color: white;
1909
- }
1910
- button.disabled:hover,
1911
- button.disabled:focus,
1912
- button[disabled]:hover,
1913
- button[disabled]:focus,
1914
- .button.disabled:hover,
1915
- .button.disabled:focus,
1916
- .button[disabled]:hover,
1917
- .button[disabled]:focus {
1918
- background-color: #008cba;
1919
- }
1920
- button.disabled.secondary,
1921
- button[disabled].secondary,
1922
- .button.disabled.secondary,
1923
- .button[disabled].secondary {
1924
- background-color: #e7e7e7;
1925
- border-color: #b9b9b9;
1926
- color: #333333;
1927
- cursor: default;
1928
- opacity: 0.7;
1929
- box-shadow: none;
1930
- }
1931
- button.disabled.secondary:hover,
1932
- button.disabled.secondary:focus,
1933
- button[disabled].secondary:hover,
1934
- button[disabled].secondary:focus,
1935
- .button.disabled.secondary:hover,
1936
- .button.disabled.secondary:focus,
1937
- .button[disabled].secondary:hover,
1938
- .button[disabled].secondary:focus {
1939
- background-color: #b9b9b9;
1940
- }
1941
- button.disabled.secondary:hover,
1942
- button.disabled.secondary:focus,
1943
- button[disabled].secondary:hover,
1944
- button[disabled].secondary:focus,
1945
- .button.disabled.secondary:hover,
1946
- .button.disabled.secondary:focus,
1947
- .button[disabled].secondary:hover,
1948
- .button[disabled].secondary:focus {
1949
- color: #333333;
1950
- }
1951
- button.disabled.secondary:hover,
1952
- button.disabled.secondary:focus,
1953
- button[disabled].secondary:hover,
1954
- button[disabled].secondary:focus,
1955
- .button.disabled.secondary:hover,
1956
- .button.disabled.secondary:focus,
1957
- .button[disabled].secondary:hover,
1958
- .button[disabled].secondary:focus {
1959
- background-color: #e7e7e7;
1960
- }
1961
- button.disabled.success,
1962
- button[disabled].success,
1963
- .button.disabled.success,
1964
- .button[disabled].success {
1965
- background-color: #43ac6a;
1966
- border-color: #368a55;
1967
- color: white;
1968
- cursor: default;
1969
- opacity: 0.7;
1970
- box-shadow: none;
1971
- }
1972
- button.disabled.success:hover,
1973
- button.disabled.success:focus,
1974
- button[disabled].success:hover,
1975
- button[disabled].success:focus,
1976
- .button.disabled.success:hover,
1977
- .button.disabled.success:focus,
1978
- .button[disabled].success:hover,
1979
- .button[disabled].success:focus {
1980
- background-color: #368a55;
1981
- }
1982
- button.disabled.success:hover,
1983
- button.disabled.success:focus,
1984
- button[disabled].success:hover,
1985
- button[disabled].success:focus,
1986
- .button.disabled.success:hover,
1987
- .button.disabled.success:focus,
1988
- .button[disabled].success:hover,
1989
- .button[disabled].success:focus {
1990
- color: white;
1991
- }
1992
- button.disabled.success:hover,
1993
- button.disabled.success:focus,
1994
- button[disabled].success:hover,
1995
- button[disabled].success:focus,
1996
- .button.disabled.success:hover,
1997
- .button.disabled.success:focus,
1998
- .button[disabled].success:hover,
1999
- .button[disabled].success:focus {
2000
- background-color: #43ac6a;
2001
- }
2002
- button.disabled.alert,
2003
- button[disabled].alert,
2004
- .button.disabled.alert,
2005
- .button[disabled].alert {
2006
- background-color: #f04124;
2007
- border-color: #cf2a0e;
2008
- color: white;
2009
- cursor: default;
2010
- opacity: 0.7;
2011
- box-shadow: none;
2012
- }
2013
- button.disabled.alert:hover,
2014
- button.disabled.alert:focus,
2015
- button[disabled].alert:hover,
2016
- button[disabled].alert:focus,
2017
- .button.disabled.alert:hover,
2018
- .button.disabled.alert:focus,
2019
- .button[disabled].alert:hover,
2020
- .button[disabled].alert:focus {
2021
- background-color: #cf2a0e;
2022
- }
2023
- button.disabled.alert:hover,
2024
- button.disabled.alert:focus,
2025
- button[disabled].alert:hover,
2026
- button[disabled].alert:focus,
2027
- .button.disabled.alert:hover,
2028
- .button.disabled.alert:focus,
2029
- .button[disabled].alert:hover,
2030
- .button[disabled].alert:focus {
2031
- color: white;
2032
- }
2033
- button.disabled.alert:hover,
2034
- button.disabled.alert:focus,
2035
- button[disabled].alert:hover,
2036
- button[disabled].alert:focus,
2037
- .button.disabled.alert:hover,
2038
- .button.disabled.alert:focus,
2039
- .button[disabled].alert:hover,
2040
- .button[disabled].alert:focus {
2041
- background-color: #f04124;
2042
- }
2043
-
2044
- button::-moz-focus-inner {
2045
- border: 0;
2046
- padding: 0;
2047
- }
2048
-
2049
- @media only screen and (min-width: 40.063em) {
2050
- button,
2051
- .button {
2052
- display: inline-block;
2053
- }
2054
- }
2055
- /* Standard Forms */
2056
- form {
2057
- margin: 0 0 1rem;
2058
- }
2059
-
2060
- /* Using forms within rows, we need to set some defaults */
2061
- form .row .row {
2062
- margin: 0 -0.5rem;
2063
- }
2064
- form .row .row .column,
2065
- form .row .row .columns {
2066
- padding: 0 0.5rem;
2067
- }
2068
- form .row .row.collapse {
2069
- margin: 0;
2070
- }
2071
- form .row .row.collapse .column,
2072
- form .row .row.collapse .columns {
2073
- padding: 0;
2074
- }
2075
- form .row .row.collapse input {
2076
- -webkit-border-bottom-right-radius: 0;
2077
- -webkit-border-top-right-radius: 0;
2078
- border-bottom-right-radius: 0;
2079
- border-top-right-radius: 0;
2080
- }
2081
- form .row input.column,
2082
- form .row input.columns,
2083
- form .row textarea.column,
2084
- form .row textarea.columns {
2085
- padding-left: 0.5rem;
2086
- }
2087
-
2088
- /* Label Styles */
2089
- label {
2090
- font-size: 0.875rem;
2091
- color: #4d4d4d;
2092
- cursor: pointer;
2093
- display: block;
2094
- font-weight: normal;
2095
- line-height: 1.5;
2096
- margin-bottom: 0;
2097
- /* Styles for required inputs */
2098
- }
2099
- label.right {
2100
- float: none !important;
2101
- text-align: right;
2102
- }
2103
- label.inline {
2104
- margin: 0 0 1rem 0;
2105
- padding: 0.5625rem 0;
2106
- }
2107
- label small {
2108
- text-transform: capitalize;
2109
- color: #676767;
2110
- }
2111
-
2112
- select::-ms-expand {
2113
- display: none;
2114
- }
2115
-
2116
- /* Attach elements to the beginning or end of an input */
2117
- .prefix,
2118
- .postfix {
2119
- display: block;
2120
- position: relative;
2121
- z-index: 2;
2122
- text-align: center;
2123
- width: 100%;
2124
- padding-top: 0;
2125
- padding-bottom: 0;
2126
- border-style: solid;
2127
- border-width: 1px;
2128
- overflow: hidden;
2129
- font-size: 0.875rem;
2130
- height: 2.3125rem;
2131
- line-height: 2.3125rem;
2132
- }
2133
-
2134
- /* Adjust padding, alignment and radius if pre/post element is a button */
2135
- .postfix.button {
2136
- padding-left: 0;
2137
- padding-right: 0;
2138
- padding-top: 0;
2139
- padding-bottom: 0;
2140
- text-align: center;
2141
- line-height: 2.125rem;
2142
- border: none;
2143
- }
2144
-
2145
- .prefix.button {
2146
- padding-left: 0;
2147
- padding-right: 0;
2148
- padding-top: 0;
2149
- padding-bottom: 0;
2150
- text-align: center;
2151
- line-height: 2.125rem;
2152
- border: none;
2153
- }
2154
-
2155
- .prefix.button.radius {
2156
- border-radius: 0;
2157
- -webkit-border-bottom-left-radius: 3px;
2158
- -webkit-border-top-left-radius: 3px;
2159
- border-bottom-left-radius: 3px;
2160
- border-top-left-radius: 3px;
2161
- }
2162
-
2163
- .postfix.button.radius {
2164
- border-radius: 0;
2165
- -webkit-border-bottom-right-radius: 3px;
2166
- -webkit-border-top-right-radius: 3px;
2167
- border-bottom-right-radius: 3px;
2168
- border-top-right-radius: 3px;
2169
- }
2170
-
2171
- .prefix.button.round {
2172
- border-radius: 0;
2173
- -webkit-border-bottom-left-radius: 1000px;
2174
- -webkit-border-top-left-radius: 1000px;
2175
- border-bottom-left-radius: 1000px;
2176
- border-top-left-radius: 1000px;
2177
- }
2178
-
2179
- .postfix.button.round {
2180
- border-radius: 0;
2181
- -webkit-border-bottom-right-radius: 1000px;
2182
- -webkit-border-top-right-radius: 1000px;
2183
- border-bottom-right-radius: 1000px;
2184
- border-top-right-radius: 1000px;
2185
- }
2186
-
2187
- /* Separate prefix and postfix styles when on span or label so buttons keep their own */
2188
- span.prefix,
2189
- label.prefix {
2190
- background: #f2f2f2;
2191
- border-right: none;
2192
- color: #333333;
2193
- border-color: #cccccc;
2194
- }
2195
-
2196
- span.postfix,
2197
- label.postfix {
2198
- background: #f2f2f2;
2199
- border-left: none;
2200
- color: #333333;
2201
- border-color: #cccccc;
2202
- }
2203
-
2204
- /* We use this to get basic styling on all basic form elements */
2205
- input[type="text"],
2206
- input[type="password"],
2207
- input[type="date"],
2208
- input[type="datetime"],
2209
- input[type="datetime-local"],
2210
- input[type="month"],
2211
- input[type="week"],
2212
- input[type="email"],
2213
- input[type="number"],
2214
- input[type="search"],
2215
- input[type="tel"],
2216
- input[type="time"],
2217
- input[type="url"],
2218
- input[type="color"],
2219
- textarea {
2220
- -webkit-appearance: none;
2221
- -webkit-border-radius: 0px;
2222
- background-color: white;
2223
- font-family: inherit;
2224
- border: 1px solid #cccccc;
2225
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2226
- color: rgba(0, 0, 0, 0.75);
2227
- display: block;
2228
- font-size: 0.875rem;
2229
- margin: 0 0 1rem 0;
2230
- padding: 0.5rem;
2231
- height: 2.3125rem;
2232
- width: 100%;
2233
- -webkit-box-sizing: border-box;
2234
- -moz-box-sizing: border-box;
2235
- box-sizing: border-box;
2236
- transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
2237
- }
2238
- input[type="text"]:focus,
2239
- input[type="password"]:focus,
2240
- input[type="date"]:focus,
2241
- input[type="datetime"]:focus,
2242
- input[type="datetime-local"]:focus,
2243
- input[type="month"]:focus,
2244
- input[type="week"]:focus,
2245
- input[type="email"]:focus,
2246
- input[type="number"]:focus,
2247
- input[type="search"]:focus,
2248
- input[type="tel"]:focus,
2249
- input[type="time"]:focus,
2250
- input[type="url"]:focus,
2251
- input[type="color"]:focus,
2252
- textarea:focus {
2253
- box-shadow: 0 0 5px #999999;
2254
- border-color: #999999;
2255
- }
2256
- input[type="text"]:focus,
2257
- input[type="password"]:focus,
2258
- input[type="date"]:focus,
2259
- input[type="datetime"]:focus,
2260
- input[type="datetime-local"]:focus,
2261
- input[type="month"]:focus,
2262
- input[type="week"]:focus,
2263
- input[type="email"]:focus,
2264
- input[type="number"]:focus,
2265
- input[type="search"]:focus,
2266
- input[type="tel"]:focus,
2267
- input[type="time"]:focus,
2268
- input[type="url"]:focus,
2269
- input[type="color"]:focus,
2270
- textarea:focus {
2271
- background: #fafafa;
2272
- border-color: #999999;
2273
- outline: none;
2274
- }
2275
- input[type="text"]:disabled,
2276
- input[type="password"]:disabled,
2277
- input[type="date"]:disabled,
2278
- input[type="datetime"]:disabled,
2279
- input[type="datetime-local"]:disabled,
2280
- input[type="month"]:disabled,
2281
- input[type="week"]:disabled,
2282
- input[type="email"]:disabled,
2283
- input[type="number"]:disabled,
2284
- input[type="search"]:disabled,
2285
- input[type="tel"]:disabled,
2286
- input[type="time"]:disabled,
2287
- input[type="url"]:disabled,
2288
- input[type="color"]:disabled,
2289
- textarea:disabled {
2290
- background-color: #dddddd;
2291
- cursor: default;
2292
- }
2293
- input[type="text"][disabled],
2294
- input[type="text"][readonly],
2295
- fieldset[disabled] input[type="text"],
2296
- input[type="password"][disabled],
2297
- input[type="password"][readonly],
2298
- fieldset[disabled] input[type="password"],
2299
- input[type="date"][disabled],
2300
- input[type="date"][readonly],
2301
- fieldset[disabled] input[type="date"],
2302
- input[type="datetime"][disabled],
2303
- input[type="datetime"][readonly],
2304
- fieldset[disabled] input[type="datetime"],
2305
- input[type="datetime-local"][disabled],
2306
- input[type="datetime-local"][readonly],
2307
- fieldset[disabled] input[type="datetime-local"],
2308
- input[type="month"][disabled],
2309
- input[type="month"][readonly],
2310
- fieldset[disabled] input[type="month"],
2311
- input[type="week"][disabled],
2312
- input[type="week"][readonly],
2313
- fieldset[disabled] input[type="week"],
2314
- input[type="email"][disabled],
2315
- input[type="email"][readonly],
2316
- fieldset[disabled] input[type="email"],
2317
- input[type="number"][disabled],
2318
- input[type="number"][readonly],
2319
- fieldset[disabled] input[type="number"],
2320
- input[type="search"][disabled],
2321
- input[type="search"][readonly],
2322
- fieldset[disabled] input[type="search"],
2323
- input[type="tel"][disabled],
2324
- input[type="tel"][readonly],
2325
- fieldset[disabled] input[type="tel"],
2326
- input[type="time"][disabled],
2327
- input[type="time"][readonly],
2328
- fieldset[disabled] input[type="time"],
2329
- input[type="url"][disabled],
2330
- input[type="url"][readonly],
2331
- fieldset[disabled] input[type="url"],
2332
- input[type="color"][disabled],
2333
- input[type="color"][readonly],
2334
- fieldset[disabled] input[type="color"],
2335
- textarea[disabled],
2336
- textarea[readonly],
2337
- fieldset[disabled] textarea {
2338
- background-color: #dddddd;
2339
- cursor: default;
2340
- }
2341
- input[type="text"].radius,
2342
- input[type="password"].radius,
2343
- input[type="date"].radius,
2344
- input[type="datetime"].radius,
2345
- input[type="datetime-local"].radius,
2346
- input[type="month"].radius,
2347
- input[type="week"].radius,
2348
- input[type="email"].radius,
2349
- input[type="number"].radius,
2350
- input[type="search"].radius,
2351
- input[type="tel"].radius,
2352
- input[type="time"].radius,
2353
- input[type="url"].radius,
2354
- input[type="color"].radius,
2355
- textarea.radius {
2356
- border-radius: 3px;
2357
- }
2358
-
2359
- form .row .prefix-radius.row.collapse input,
2360
- form .row .prefix-radius.row.collapse textarea,
2361
- form .row .prefix-radius.row.collapse select {
2362
- border-radius: 0;
2363
- -webkit-border-bottom-right-radius: 3px;
2364
- -webkit-border-top-right-radius: 3px;
2365
- border-bottom-right-radius: 3px;
2366
- border-top-right-radius: 3px;
2367
- }
2368
- form .row .prefix-radius.row.collapse .prefix {
2369
- border-radius: 0;
2370
- -webkit-border-bottom-left-radius: 3px;
2371
- -webkit-border-top-left-radius: 3px;
2372
- border-bottom-left-radius: 3px;
2373
- border-top-left-radius: 3px;
2374
- }
2375
- form .row .postfix-radius.row.collapse input,
2376
- form .row .postfix-radius.row.collapse textarea,
2377
- form .row .postfix-radius.row.collapse select {
2378
- border-radius: 0;
2379
- -webkit-border-bottom-left-radius: 3px;
2380
- -webkit-border-top-left-radius: 3px;
2381
- border-bottom-left-radius: 3px;
2382
- border-top-left-radius: 3px;
2383
- }
2384
- form .row .postfix-radius.row.collapse .postfix {
2385
- border-radius: 0;
2386
- -webkit-border-bottom-right-radius: 3px;
2387
- -webkit-border-top-right-radius: 3px;
2388
- border-bottom-right-radius: 3px;
2389
- border-top-right-radius: 3px;
2390
- }
2391
- form .row .prefix-round.row.collapse input,
2392
- form .row .prefix-round.row.collapse textarea,
2393
- form .row .prefix-round.row.collapse select {
2394
- border-radius: 0;
2395
- -webkit-border-bottom-right-radius: 1000px;
2396
- -webkit-border-top-right-radius: 1000px;
2397
- border-bottom-right-radius: 1000px;
2398
- border-top-right-radius: 1000px;
2399
- }
2400
- form .row .prefix-round.row.collapse .prefix {
2401
- border-radius: 0;
2402
- -webkit-border-bottom-left-radius: 1000px;
2403
- -webkit-border-top-left-radius: 1000px;
2404
- border-bottom-left-radius: 1000px;
2405
- border-top-left-radius: 1000px;
2406
- }
2407
- form .row .postfix-round.row.collapse input,
2408
- form .row .postfix-round.row.collapse textarea,
2409
- form .row .postfix-round.row.collapse select {
2410
- border-radius: 0;
2411
- -webkit-border-bottom-left-radius: 1000px;
2412
- -webkit-border-top-left-radius: 1000px;
2413
- border-bottom-left-radius: 1000px;
2414
- border-top-left-radius: 1000px;
2415
- }
2416
- form .row .postfix-round.row.collapse .postfix {
2417
- border-radius: 0;
2418
- -webkit-border-bottom-right-radius: 1000px;
2419
- -webkit-border-top-right-radius: 1000px;
2420
- border-bottom-right-radius: 1000px;
2421
- border-top-right-radius: 1000px;
2422
- }
2423
-
2424
- input[type="submit"] {
2425
- -webkit-appearance: none;
2426
- -webkit-border-radius: 0px;
2427
- }
2428
-
2429
- /* Respect enforced amount of rows for textarea */
2430
- textarea[rows] {
2431
- height: auto;
2432
- }
2433
-
2434
- /* Add height value for select elements to match text input height */
2435
- select {
2436
- -webkit-appearance: none !important;
2437
- -webkit-border-radius: 0px;
2438
- background-color: #fafafa;
2439
- background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
2440
- background-position: 100% center;
2441
- background-repeat: no-repeat;
2442
- border: 1px solid #cccccc;
2443
- padding: 0.5rem;
2444
- font-size: 0.875rem;
2445
- color: rgba(0, 0, 0, 0.75);
2446
- line-height: normal;
2447
- border-radius: 0;
2448
- height: 2.3125rem;
2449
- }
2450
- select.radius {
2451
- border-radius: 3px;
2452
- }
2453
- select:hover {
2454
- background-color: #f3f3f3;
2455
- border-color: #999999;
2456
- }
2457
- select:disabled {
2458
- background-color: #dddddd;
2459
- cursor: default;
2460
- }
2461
-
2462
- /* Adjust margin for form elements below */
2463
- input[type="file"],
2464
- input[type="checkbox"],
2465
- input[type="radio"],
2466
- select {
2467
- margin: 0 0 1rem 0;
2468
- }
2469
-
2470
- input[type="checkbox"] + label,
2471
- input[type="radio"] + label {
2472
- display: inline-block;
2473
- margin-left: 0.5rem;
2474
- margin-right: 1rem;
2475
- margin-bottom: 0;
2476
- vertical-align: baseline;
2477
- }
2478
-
2479
- /* Normalize file input width */
2480
- input[type="file"] {
2481
- width: 100%;
2482
- }
2483
-
2484
- /* HTML5 Number spinners settings */
2485
- /* We add basic fieldset styling */
2486
- fieldset {
2487
- border: 1px solid #dddddd;
2488
- padding: 1.25rem;
2489
- margin: 1.125rem 0;
2490
- }
2491
- fieldset legend {
2492
- font-weight: bold;
2493
- background: white;
2494
- padding: 0 0.1875rem;
2495
- margin: 0;
2496
- margin-left: -0.1875rem;
2497
- }
2498
-
2499
- /* Error Handling */
2500
- [data-abide] .error small.error,
2501
- [data-abide] .error span.error,
2502
- [data-abide] span.error,
2503
- [data-abide] small.error {
2504
- display: block;
2505
- padding: 0.375rem 0.5625rem 0.5625rem;
2506
- margin-top: -1px;
2507
- margin-bottom: 1rem;
2508
- font-size: 0.75rem;
2509
- font-weight: normal;
2510
- font-style: italic;
2511
- background: #f04124;
2512
- color: white;
2513
- }
2514
- [data-abide] span.error,
2515
- [data-abide] small.error {
2516
- display: none;
2517
- }
2518
-
2519
- span.error,
2520
- small.error {
2521
- display: block;
2522
- padding: 0.375rem 0.5625rem 0.5625rem;
2523
- margin-top: -1px;
2524
- margin-bottom: 1rem;
2525
- font-size: 0.75rem;
2526
- font-weight: normal;
2527
- font-style: italic;
2528
- background: #f04124;
2529
- color: white;
2530
- }
2531
-
2532
- .error input,
2533
- .error textarea,
2534
- .error select {
2535
- margin-bottom: 0;
2536
- }
2537
- .error input[type="checkbox"],
2538
- .error input[type="radio"] {
2539
- margin-bottom: 1rem;
2540
- }
2541
- .error label,
2542
- .error label.error {
2543
- color: #f04124;
2544
- }
2545
- .error small.error {
2546
- display: block;
2547
- padding: 0.375rem 0.5625rem 0.5625rem;
2548
- margin-top: -1px;
2549
- margin-bottom: 1rem;
2550
- font-size: 0.75rem;
2551
- font-weight: normal;
2552
- font-style: italic;
2553
- background: #f04124;
2554
- color: white;
2555
- }
2556
- .error > label > small {
2557
- color: #676767;
2558
- background: transparent;
2559
- padding: 0;
2560
- text-transform: capitalize;
2561
- font-style: normal;
2562
- font-size: 60%;
2563
- margin: 0;
2564
- display: inline;
2565
- }
2566
- .error span.error-message {
2567
- display: block;
2568
- }
2569
-
2570
- input.error,
2571
- textarea.error,
2572
- select.error {
2573
- margin-bottom: 0;
2574
- }
2575
-
2576
- label.error {
2577
- color: #f04124;
2578
- }
2579
-
2580
- .label {
2581
- font-weight: normal;
2582
- font-family: "Open Sans", sans-serif;
2583
- text-align: center;
2584
- text-decoration: none;
2585
- line-height: 1;
2586
- white-space: nowrap;
2587
- display: inline-block;
2588
- position: relative;
2589
- margin-bottom: inherit;
2590
- padding: 0.25rem 0.5rem 0.375rem;
2591
- font-size: 0.6875rem;
2592
- background-color: #008cba;
2593
- color: white;
2594
- }
2595
- .label.radius {
2596
- border-radius: 3px;
2597
- }
2598
- .label.round {
2599
- border-radius: 1000px;
2600
- }
2601
- .label.alert {
2602
- background-color: #f04124;
2603
- color: white;
2604
- }
2605
- .label.warning {
2606
- background-color: #f08a24;
2607
- color: white;
2608
- }
2609
- .label.success {
2610
- background-color: #43ac6a;
2611
- color: white;
2612
- }
2613
- .label.secondary {
2614
- background-color: #e7e7e7;
2615
- color: #333333;
2616
- }
2617
-
2618
- /* Panels */
2619
- .panel {
2620
- border-style: solid;
2621
- border-width: 1px;
2622
- border-color: #d8d8d8;
2623
- margin-bottom: 1.25rem;
2624
- padding: 1.25rem;
2625
- background: #f2f2f2;
2626
- }
2627
- .panel > :first-child {
2628
- margin-top: 0;
2629
- }
2630
- .panel > :last-child {
2631
- margin-bottom: 0;
2632
- }
2633
- .panel h1,
2634
- .panel h2,
2635
- .panel h3,
2636
- .panel h4,
2637
- .panel h5,
2638
- .panel h6,
2639
- .panel p,
2640
- .panel li,
2641
- .panel dl {
2642
- color: #333333;
2643
- }
2644
- .panel h1,
2645
- .panel h2,
2646
- .panel h3,
2647
- .panel h4,
2648
- .panel h5,
2649
- .panel h6 {
2650
- line-height: 1;
2651
- margin-bottom: 0.625rem;
2652
- }
2653
- .panel h1.subheader,
2654
- .panel h2.subheader,
2655
- .panel h3.subheader,
2656
- .panel h4.subheader,
2657
- .panel h5.subheader,
2658
- .panel h6.subheader {
2659
- line-height: 1.4;
2660
- }
2661
- .panel.callout {
2662
- border-style: solid;
2663
- border-width: 1px;
2664
- border-color: #b6edff;
2665
- margin-bottom: 1.25rem;
2666
- padding: 1.25rem;
2667
- background: #ecfaff;
2668
- }
2669
- .panel.callout > :first-child {
2670
- margin-top: 0;
2671
- }
2672
- .panel.callout > :last-child {
2673
- margin-bottom: 0;
2674
- }
2675
- .panel.callout h1,
2676
- .panel.callout h2,
2677
- .panel.callout h3,
2678
- .panel.callout h4,
2679
- .panel.callout h5,
2680
- .panel.callout h6,
2681
- .panel.callout p,
2682
- .panel.callout li,
2683
- .panel.callout dl {
2684
- color: #333333;
2685
- }
2686
- .panel.callout h1,
2687
- .panel.callout h2,
2688
- .panel.callout h3,
2689
- .panel.callout h4,
2690
- .panel.callout h5,
2691
- .panel.callout h6 {
2692
- line-height: 1;
2693
- margin-bottom: 0.625rem;
2694
- }
2695
- .panel.callout h1.subheader,
2696
- .panel.callout h2.subheader,
2697
- .panel.callout h3.subheader,
2698
- .panel.callout h4.subheader,
2699
- .panel.callout h5.subheader,
2700
- .panel.callout h6.subheader {
2701
- line-height: 1.4;
2702
- }
2703
- .panel.callout a:not(.button) {
2704
- color: #008cba;
2705
- }
2706
- .panel.radius {
2707
- border-radius: 3px;
2708
- }
2709
-
2710
- .text-left {
2711
- text-align: left !important;
2712
- }
2713
-
2714
- .text-right {
2715
- text-align: right !important;
2716
- }
2717
-
2718
- .text-center {
2719
- text-align: center !important;
2720
- }
2721
-
2722
- .text-justify {
2723
- text-align: justify !important;
2724
- }
2725
-
2726
- @media only screen and (max-width: 40em) {
2727
- .small-only-text-left {
2728
- text-align: left !important;
2729
- }
2730
-
2731
- .small-only-text-right {
2732
- text-align: right !important;
2733
- }
2734
-
2735
- .small-only-text-center {
2736
- text-align: center !important;
2737
- }
2738
-
2739
- .small-only-text-justify {
2740
- text-align: justify !important;
2741
- }
2742
- }
2743
- @media only screen {
2744
- .small-text-left {
2745
- text-align: left !important;
2746
- }
2747
-
2748
- .small-text-right {
2749
- text-align: right !important;
2750
- }
2751
-
2752
- .small-text-center {
2753
- text-align: center !important;
2754
- }
2755
-
2756
- .small-text-justify {
2757
- text-align: justify !important;
2758
- }
2759
- }
2760
- @media only screen and (min-width: 40.063em) and (max-width: 64em) {
2761
- .medium-only-text-left {
2762
- text-align: left !important;
2763
- }
2764
-
2765
- .medium-only-text-right {
2766
- text-align: right !important;
2767
- }
2768
-
2769
- .medium-only-text-center {
2770
- text-align: center !important;
2771
- }
2772
-
2773
- .medium-only-text-justify {
2774
- text-align: justify !important;
2775
- }
2776
- }
2777
- @media only screen and (min-width: 40.063em) {
2778
- .medium-text-left {
2779
- text-align: left !important;
2780
- }
2781
-
2782
- .medium-text-right {
2783
- text-align: right !important;
2784
- }
2785
-
2786
- .medium-text-center {
2787
- text-align: center !important;
2788
- }
2789
-
2790
- .medium-text-justify {
2791
- text-align: justify !important;
2792
- }
2793
- }
2794
- @media only screen and (min-width: 64.063em) and (max-width: 90em) {
2795
- .large-only-text-left {
2796
- text-align: left !important;
2797
- }
2798
-
2799
- .large-only-text-right {
2800
- text-align: right !important;
2801
- }
2802
-
2803
- .large-only-text-center {
2804
- text-align: center !important;
2805
- }
2806
-
2807
- .large-only-text-justify {
2808
- text-align: justify !important;
2809
- }
2810
- }
2811
- @media only screen and (min-width: 64.063em) {
2812
- .large-text-left {
2813
- text-align: left !important;
2814
- }
2815
-
2816
- .large-text-right {
2817
- text-align: right !important;
2818
- }
2819
-
2820
- .large-text-center {
2821
- text-align: center !important;
2822
- }
2823
-
2824
- .large-text-justify {
2825
- text-align: justify !important;
2826
- }
2827
- }
2828
- @media only screen and (min-width: 90.063em) and (max-width: 120em) {
2829
- .xlarge-only-text-left {
2830
- text-align: left !important;
2831
- }
2832
-
2833
- .xlarge-only-text-right {
2834
- text-align: right !important;
2835
- }
2836
-
2837
- .xlarge-only-text-center {
2838
- text-align: center !important;
2839
- }
2840
-
2841
- .xlarge-only-text-justify {
2842
- text-align: justify !important;
2843
- }
2844
- }
2845
- @media only screen and (min-width: 90.063em) {
2846
- .xlarge-text-left {
2847
- text-align: left !important;
2848
- }
2849
-
2850
- .xlarge-text-right {
2851
- text-align: right !important;
2852
- }
2853
-
2854
- .xlarge-text-center {
2855
- text-align: center !important;
2856
- }
2857
-
2858
- .xlarge-text-justify {
2859
- text-align: justify !important;
2860
- }
2861
- }
2862
- @media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
2863
- .xxlarge-only-text-left {
2864
- text-align: left !important;
2865
- }
2866
-
2867
- .xxlarge-only-text-right {
2868
- text-align: right !important;
2869
- }
2870
-
2871
- .xxlarge-only-text-center {
2872
- text-align: center !important;
2873
- }
2874
-
2875
- .xxlarge-only-text-justify {
2876
- text-align: justify !important;
2877
- }
2878
- }
2879
- @media only screen and (min-width: 120.063em) {
2880
- .xxlarge-text-left {
2881
- text-align: left !important;
2882
- }
2883
-
2884
- .xxlarge-text-right {
2885
- text-align: right !important;
2886
- }
2887
-
2888
- .xxlarge-text-center {
2889
- text-align: center !important;
2890
- }
2891
-
2892
- .xxlarge-text-justify {
2893
- text-align: justify !important;
2894
- }
2895
- }
2896
- /* Typography resets */
2897
- div,
2898
- dl,
2899
- dt,
2900
- dd,
2901
- ul,
2902
- ol,
2903
- li,
2904
- h1,
2905
- h2,
2906
- h3,
2907
- h4,
2908
- h5,
2909
- h6,
2910
- pre,
2911
- form,
2912
- p,
2913
- blockquote,
2914
- th,
2915
- td {
2916
- margin: 0;
2917
- padding: 0;
2918
- }
2919
-
2920
- /* Default Link Styles */
2921
- a {
2922
- color: #008cba;
2923
- text-decoration: none;
2924
- line-height: inherit;
2925
- }
2926
- a:hover,
2927
- a:focus {
2928
- color: #0078a0;
2929
- }
2930
- a img {
2931
- border: none;
2932
- }
2933
-
2934
- /* Default paragraph styles */
2935
- p {
2936
- font-family: inherit;
2937
- font-weight: normal;
2938
- font-size: 1rem;
2939
- line-height: 1.6;
2940
- margin-bottom: 1.25rem;
2941
- text-rendering: optimizeLegibility;
2942
- }
2943
- p.lead {
2944
- font-size: 1.21875rem;
2945
- line-height: 1.6;
2946
- }
2947
- p aside {
2948
- font-size: 0.875rem;
2949
- line-height: 1.35;
2950
- font-style: italic;
2951
- }
2952
-
2953
- /* Default header styles */
2954
- h1,
2955
- h2,
2956
- h3,
2957
- h4,
2958
- h5,
2959
- h6 {
2960
- font-family: "Open Sans", sans-serif;
2961
- font-weight: normal;
2962
- font-style: normal;
2963
- color: #222222;
2964
- text-rendering: optimizeLegibility;
2965
- margin-top: 0.2rem;
2966
- margin-bottom: 0.5rem;
2967
- line-height: 1.4;
2968
- }
2969
- h1 small,
2970
- h2 small,
2971
- h3 small,
2972
- h4 small,
2973
- h5 small,
2974
- h6 small {
2975
- font-size: 60%;
2976
- color: #6f6f6f;
2977
- line-height: 0;
2978
- }
2979
-
2980
- h1 {
2981
- font-size: 2.125rem;
2982
- }
2983
-
2984
- h2 {
2985
- font-size: 1.6875rem;
2986
- }
2987
-
2988
- h3 {
2989
- font-size: 1.375rem;
2990
- }
2991
-
2992
- h4 {
2993
- font-size: 1.125rem;
2994
- }
2995
-
2996
- h5 {
2997
- font-size: 1.125rem;
2998
- }
2999
-
3000
- h6 {
3001
- font-size: 1rem;
3002
- }
3003
-
3004
- .subheader {
3005
- line-height: 1.4;
3006
- color: #6f6f6f;
3007
- font-weight: normal;
3008
- margin-top: 0.2rem;
3009
- margin-bottom: 0.5rem;
3010
- }
3011
-
3012
- hr {
3013
- border: solid #dddddd;
3014
- border-width: 1px 0 0;
3015
- clear: both;
3016
- margin: 1.25rem 0 1.1875rem;
3017
- height: 0;
3018
- }
3019
-
3020
- /* Helpful Typography Defaults */
3021
- em,
3022
- i {
3023
- font-style: italic;
3024
- line-height: inherit;
3025
- }
3026
-
3027
- strong,
3028
- b {
3029
- font-weight: bold;
3030
- line-height: inherit;
3031
- }
3032
-
3033
- small {
3034
- font-size: 60%;
3035
- line-height: inherit;
3036
- }
3037
-
3038
- code {
3039
- font-family: Consolas, "Liberation Mono", Courier, monospace;
3040
- font-weight: normal;
3041
- color: #333333;
3042
- background-color: #f8f8f8;
3043
- border-width: 1px;
3044
- border-style: solid;
3045
- border-color: #dfdfdf;
3046
- padding: 0.125rem 0.3125rem 0.0625rem;
3047
- }
3048
-
3049
- /* Lists */
3050
- ul,
3051
- ol,
3052
- dl {
3053
- font-size: 1rem;
3054
- line-height: 1.6;
3055
- margin-bottom: 1.25rem;
3056
- list-style-position: outside;
3057
- font-family: inherit;
3058
- }
3059
-
3060
- ul {
3061
- margin-left: 1.1rem;
3062
- }
3063
- ul.no-bullet {
3064
- margin-left: 0;
3065
- }
3066
- ul.no-bullet li ul,
3067
- ul.no-bullet li ol {
3068
- margin-left: 1.25rem;
3069
- margin-bottom: 0;
3070
- list-style: none;
3071
- }
3072
-
3073
- /* Unordered Lists */
3074
- ul li ul,
3075
- ul li ol {
3076
- margin-left: 1.25rem;
3077
- margin-bottom: 0;
3078
- }
3079
- ul.square li ul,
3080
- ul.circle li ul,
3081
- ul.disc li ul {
3082
- list-style: inherit;
3083
- }
3084
- ul.square {
3085
- list-style-type: square;
3086
- margin-left: 1.1rem;
3087
- }
3088
- ul.circle {
3089
- list-style-type: circle;
3090
- margin-left: 1.1rem;
3091
- }
3092
- ul.disc {
3093
- list-style-type: disc;
3094
- margin-left: 1.1rem;
3095
- }
3096
- ul.no-bullet {
3097
- list-style: none;
3098
- }
3099
-
3100
- /* Ordered Lists */
3101
- ol {
3102
- margin-left: 1.4rem;
3103
- }
3104
- ol li ul,
3105
- ol li ol {
3106
- margin-left: 1.25rem;
3107
- margin-bottom: 0;
3108
- }
3109
-
3110
- /* Definition Lists */
3111
- dl dt {
3112
- margin-bottom: 0.3rem;
3113
- font-weight: bold;
3114
- }
3115
- dl dd {
3116
- margin-bottom: 0.75rem;
3117
- }
3118
-
3119
- /* Abbreviations */
3120
- abbr,
3121
- acronym {
3122
- text-transform: uppercase;
3123
- font-size: 90%;
3124
- color: #222222;
3125
- border-bottom: 1px dotted #dddddd;
3126
- cursor: help;
3127
- }
3128
-
3129
- abbr {
3130
- text-transform: none;
3131
- }
3132
-
3133
- /* Blockquotes */
3134
- blockquote {
3135
- margin: 0 0 1.25rem;
3136
- padding: 0.5625rem 1.25rem 0 1.1875rem;
3137
- border-left: 1px solid #dddddd;
3138
- }
3139
- blockquote cite {
3140
- display: block;
3141
- font-size: 0.8125rem;
3142
- color: #555555;
3143
- }
3144
- blockquote cite:before {
3145
- content: "\2014 \0020";
3146
- }
3147
- blockquote cite a,
3148
- blockquote cite a:visited {
3149
- color: #555555;
3150
- }
3151
-
3152
- blockquote,
3153
- blockquote p {
3154
- line-height: 1.6;
3155
- color: #6f6f6f;
3156
- }
3157
-
3158
- /* Microformats */
3159
- .vcard {
3160
- display: inline-block;
3161
- margin: 0 0 1.25rem 0;
3162
- border: 1px solid #dddddd;
3163
- padding: 0.625rem 0.75rem;
3164
- }
3165
- .vcard li {
3166
- margin: 0;
3167
- display: block;
3168
- }
3169
- .vcard .fn {
3170
- font-weight: bold;
3171
- font-size: 0.9375rem;
3172
- }
3173
-
3174
- .vevent .summary {
3175
- font-weight: bold;
3176
- }
3177
- .vevent abbr {
3178
- cursor: default;
3179
- text-decoration: none;
3180
- font-weight: bold;
3181
- border: none;
3182
- padding: 0 0.0625rem;
3183
- }
3184
-
3185
- @media only screen and (min-width: 40.063em) {
3186
- h1,
3187
- h2,
3188
- h3,
3189
- h4,
3190
- h5,
3191
- h6 {
3192
- line-height: 1.4;
3193
- }
3194
-
3195
- h1 {
3196
- font-size: 2.75rem;
3197
- }
3198
-
3199
- h2 {
3200
- font-size: 2.3125rem;
3201
- }
3202
-
3203
- h3 {
3204
- font-size: 1.6875rem;
3205
- }
3206
-
3207
- h4 {
3208
- font-size: 1.4375rem;
3209
- }
3210
-
3211
- h5 {
3212
- font-size: 1.125rem;
3213
- }
3214
-
3215
- h6 {
3216
- font-size: 1rem;
3217
- }
3218
- }
3219
- /*
3220
- * Print styles.
3221
- *
3222
- * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
3223
- * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
3224
- */
3225
- .print-only {
3226
- display: none !important;
3227
- }
3228
-
3229
- @media print {
3230
- * {
3231
- background: transparent !important;
3232
- color: black !important;
3233
- /* Black prints faster: h5bp.com/s */
3234
- box-shadow: none !important;
3235
- text-shadow: none !important;
3236
- }
3237
-
3238
- a,
3239
- a:visited {
3240
- text-decoration: underline;
3241
- }
3242
-
3243
- a[href]:after {
3244
- content: " (" attr(href) ")";
3245
- }
3246
-
3247
- abbr[title]:after {
3248
- content: " (" attr(title) ")";
3249
- }
3250
-
3251
- .ir a:after,
3252
- a[href^="javascript:"]:after,
3253
- a[href^="#"]:after {
3254
- content: "";
3255
- }
3256
-
3257
- pre,
3258
- blockquote {
3259
- border: 1px solid #999999;
3260
- page-break-inside: avoid;
3261
- }
3262
-
3263
- thead {
3264
- display: table-header-group;
3265
- /* h5bp.com/t */
3266
- }
3267
-
3268
- tr,
3269
- img {
3270
- page-break-inside: avoid;
3271
- }
3272
-
3273
- img {
3274
- max-width: 100% !important;
3275
- }
3276
-
3277
- @page {
3278
- margin: 0.5cm;
3279
- }
3280
- p,
3281
- h2,
3282
- h3 {
3283
- orphans: 3;
3284
- widows: 3;
3285
- }
3286
-
3287
- h2,
3288
- h3 {
3289
- page-break-after: avoid;
3290
- }
3291
-
3292
- .hide-on-print {
3293
- display: none !important;
3294
- }
3295
-
3296
- .print-only {
3297
- display: block !important;
3298
- }
3299
-
3300
- .hide-for-print {
3301
- display: none !important;
3302
- }
3303
-
3304
- .show-for-print {
3305
- display: inherit !important;
3306
- }
3307
- }
3308
- /* small displays */
3309
- @media only screen {
3310
- .show-for-small-only,
3311
- .show-for-small-up,
3312
- .show-for-small,
3313
- .show-for-small-down,
3314
- .hide-for-medium-only,
3315
- .hide-for-medium-up,
3316
- .hide-for-medium,
3317
- .show-for-medium-down,
3318
- .hide-for-large-only,
3319
- .hide-for-large-up,
3320
- .hide-for-large,
3321
- .show-for-large-down,
3322
- .hide-for-xlarge-only,
3323
- .hide-for-xlarge-up,
3324
- .hide-for-xxlarge-only,
3325
- .hide-for-xxlarge-up {
3326
- display: inherit !important;
3327
- }
3328
-
3329
- .hide-for-small-only,
3330
- .hide-for-small-up,
3331
- .hide-for-small,
3332
- .hide-for-small-down,
3333
- .show-for-medium-only,
3334
- .show-for-medium-up,
3335
- .show-for-medium,
3336
- .hide-for-medium-down,
3337
- .show-for-large-only,
3338
- .show-for-large-up,
3339
- .show-for-large,
3340
- .hide-for-large-down,
3341
- .show-for-xlarge-only,
3342
- .show-for-xlarge-up,
3343
- .show-for-xxlarge-only,
3344
- .show-for-xxlarge-up {
3345
- display: none !important;
3346
- }
3347
-
3348
- .visible-for-small-only,
3349
- .visible-for-small-up,
3350
- .visible-for-small,
3351
- .visible-for-small-down,
3352
- .hidden-for-medium-only,
3353
- .hidden-for-medium-up,
3354
- .hidden-for-medium,
3355
- .visible-for-medium-down,
3356
- .hidden-for-large-only,
3357
- .hidden-for-large-up,
3358
- .hidden-for-large,
3359
- .visible-for-large-down,
3360
- .hidden-for-xlarge-only,
3361
- .hidden-for-xlarge-up,
3362
- .hidden-for-xxlarge-only,
3363
- .hidden-for-xxlarge-up {
3364
- position: static !important;
3365
- height: auto;
3366
- width: auto;
3367
- overflow: visible;
3368
- clip: auto;
3369
- }
3370
-
3371
- .hidden-for-small-only,
3372
- .hidden-for-small-up,
3373
- .hidden-for-small,
3374
- .hidden-for-small-down,
3375
- .visible-for-medium-only,
3376
- .visible-for-medium-up,
3377
- .visible-for-medium,
3378
- .hidden-for-medium-down,
3379
- .visible-for-large-only,
3380
- .visible-for-large-up,
3381
- .visible-for-large,
3382
- .hidden-for-large-down,
3383
- .visible-for-xlarge-only,
3384
- .visible-for-xlarge-up,
3385
- .visible-for-xxlarge-only,
3386
- .visible-for-xxlarge-up {
3387
- position: absolute !important;
3388
- height: 1px;
3389
- width: 1px;
3390
- overflow: hidden;
3391
- clip: rect(1px, 1px, 1px, 1px);
3392
- }
3393
-
3394
- table.show-for-small-only,
3395
- table.show-for-small-up,
3396
- table.show-for-small,
3397
- table.show-for-small-down,
3398
- table.hide-for-medium-only,
3399
- table.hide-for-medium-up,
3400
- table.hide-for-medium,
3401
- table.show-for-medium-down,
3402
- table.hide-for-large-only,
3403
- table.hide-for-large-up,
3404
- table.hide-for-large,
3405
- table.show-for-large-down,
3406
- table.hide-for-xlarge-only,
3407
- table.hide-for-xlarge-up,
3408
- table.hide-for-xxlarge-only,
3409
- table.hide-for-xxlarge-up {
3410
- display: table;
3411
- }
3412
-
3413
- thead.show-for-small-only,
3414
- thead.show-for-small-up,
3415
- thead.show-for-small,
3416
- thead.show-for-small-down,
3417
- thead.hide-for-medium-only,
3418
- thead.hide-for-medium-up,
3419
- thead.hide-for-medium,
3420
- thead.show-for-medium-down,
3421
- thead.hide-for-large-only,
3422
- thead.hide-for-large-up,
3423
- thead.hide-for-large,
3424
- thead.show-for-large-down,
3425
- thead.hide-for-xlarge-only,
3426
- thead.hide-for-xlarge-up,
3427
- thead.hide-for-xxlarge-only,
3428
- thead.hide-for-xxlarge-up {
3429
- display: table-header-group !important;
3430
- }
3431
-
3432
- tbody.show-for-small-only,
3433
- tbody.show-for-small-up,
3434
- tbody.show-for-small,
3435
- tbody.show-for-small-down,
3436
- tbody.hide-for-medium-only,
3437
- tbody.hide-for-medium-up,
3438
- tbody.hide-for-medium,
3439
- tbody.show-for-medium-down,
3440
- tbody.hide-for-large-only,
3441
- tbody.hide-for-large-up,
3442
- tbody.hide-for-large,
3443
- tbody.show-for-large-down,
3444
- tbody.hide-for-xlarge-only,
3445
- tbody.hide-for-xlarge-up,
3446
- tbody.hide-for-xxlarge-only,
3447
- tbody.hide-for-xxlarge-up {
3448
- display: table-row-group !important;
3449
- }
3450
-
3451
- tr.show-for-small-only,
3452
- tr.show-for-small-up,
3453
- tr.show-for-small,
3454
- tr.show-for-small-down,
3455
- tr.hide-for-medium-only,
3456
- tr.hide-for-medium-up,
3457
- tr.hide-for-medium,
3458
- tr.show-for-medium-down,
3459
- tr.hide-for-large-only,
3460
- tr.hide-for-large-up,
3461
- tr.hide-for-large,
3462
- tr.show-for-large-down,
3463
- tr.hide-for-xlarge-only,
3464
- tr.hide-for-xlarge-up,
3465
- tr.hide-for-xxlarge-only,
3466
- tr.hide-for-xxlarge-up {
3467
- display: table-row !important;
3468
- }
3469
-
3470
- th.show-for-small-only,
3471
- td.show-for-small-only,
3472
- th.show-for-small-up,
3473
- td.show-for-small-up,
3474
- th.show-for-small,
3475
- td.show-for-small,
3476
- th.show-for-small-down,
3477
- td.show-for-small-down,
3478
- th.hide-for-medium-only,
3479
- td.hide-for-medium-only,
3480
- th.hide-for-medium-up,
3481
- td.hide-for-medium-up,
3482
- th.hide-for-medium,
3483
- td.hide-for-medium,
3484
- th.show-for-medium-down,
3485
- td.show-for-medium-down,
3486
- th.hide-for-large-only,
3487
- td.hide-for-large-only,
3488
- th.hide-for-large-up,
3489
- td.hide-for-large-up,
3490
- th.hide-for-large,
3491
- td.hide-for-large,
3492
- th.show-for-large-down,
3493
- td.show-for-large-down,
3494
- th.hide-for-xlarge-only,
3495
- td.hide-for-xlarge-only,
3496
- th.hide-for-xlarge-up,
3497
- td.hide-for-xlarge-up,
3498
- th.hide-for-xxlarge-only,
3499
- td.hide-for-xxlarge-only,
3500
- th.hide-for-xxlarge-up,
3501
- td.hide-for-xxlarge-up {
3502
- display: table-cell !important;
3503
- }
3504
- }
3505
- /* medium displays */
3506
- @media only screen and (min-width: 40.063em) {
3507
- .hide-for-small-only,
3508
- .show-for-small-up,
3509
- .hide-for-small,
3510
- .hide-for-small-down,
3511
- .show-for-medium-only,
3512
- .show-for-medium-up,
3513
- .show-for-medium,
3514
- .show-for-medium-down,
3515
- .hide-for-large-only,
3516
- .hide-for-large-up,
3517
- .hide-for-large,
3518
- .show-for-large-down,
3519
- .hide-for-xlarge-only,
3520
- .hide-for-xlarge-up,
3521
- .hide-for-xxlarge-only,
3522
- .hide-for-xxlarge-up {
3523
- display: inherit !important;
3524
- }
3525
-
3526
- .show-for-small-only,
3527
- .hide-for-small-up,
3528
- .show-for-small,
3529
- .show-for-small-down,
3530
- .hide-for-medium-only,
3531
- .hide-for-medium-up,
3532
- .hide-for-medium,
3533
- .hide-for-medium-down,
3534
- .show-for-large-only,
3535
- .show-for-large-up,
3536
- .show-for-large,
3537
- .hide-for-large-down,
3538
- .show-for-xlarge-only,
3539
- .show-for-xlarge-up,
3540
- .show-for-xxlarge-only,
3541
- .show-for-xxlarge-up {
3542
- display: none !important;
3543
- }
3544
-
3545
- .hidden-for-small-only,
3546
- .visible-for-small-up,
3547
- .hidden-for-small,
3548
- .hidden-for-small-down,
3549
- .visible-for-medium-only,
3550
- .visible-for-medium-up,
3551
- .visible-for-medium,
3552
- .visible-for-medium-down,
3553
- .hidden-for-large-only,
3554
- .hidden-for-large-up,
3555
- .hidden-for-large,
3556
- .visible-for-large-down,
3557
- .hidden-for-xlarge-only,
3558
- .hidden-for-xlarge-up,
3559
- .hidden-for-xxlarge-only,
3560
- .hidden-for-xxlarge-up {
3561
- position: static !important;
3562
- height: auto;
3563
- width: auto;
3564
- overflow: visible;
3565
- clip: auto;
3566
- }
3567
-
3568
- .visible-for-small-only,
3569
- .hidden-for-small-up,
3570
- .visible-for-small,
3571
- .visible-for-small-down,
3572
- .hidden-for-medium-only,
3573
- .hidden-for-medium-up,
3574
- .hidden-for-medium,
3575
- .hidden-for-medium-down,
3576
- .visible-for-large-only,
3577
- .visible-for-large-up,
3578
- .visible-for-large,
3579
- .hidden-for-large-down,
3580
- .visible-for-xlarge-only,
3581
- .visible-for-xlarge-up,
3582
- .visible-for-xxlarge-only,
3583
- .visible-for-xxlarge-up {
3584
- position: absolute !important;
3585
- height: 1px;
3586
- width: 1px;
3587
- overflow: hidden;
3588
- clip: rect(1px, 1px, 1px, 1px);
3589
- }
3590
-
3591
- table.hide-for-small-only,
3592
- table.show-for-small-up,
3593
- table.hide-for-small,
3594
- table.hide-for-small-down,
3595
- table.show-for-medium-only,
3596
- table.show-for-medium-up,
3597
- table.show-for-medium,
3598
- table.show-for-medium-down,
3599
- table.hide-for-large-only,
3600
- table.hide-for-large-up,
3601
- table.hide-for-large,
3602
- table.show-for-large-down,
3603
- table.hide-for-xlarge-only,
3604
- table.hide-for-xlarge-up,
3605
- table.hide-for-xxlarge-only,
3606
- table.hide-for-xxlarge-up {
3607
- display: table;
3608
- }
3609
-
3610
- thead.hide-for-small-only,
3611
- thead.show-for-small-up,
3612
- thead.hide-for-small,
3613
- thead.hide-for-small-down,
3614
- thead.show-for-medium-only,
3615
- thead.show-for-medium-up,
3616
- thead.show-for-medium,
3617
- thead.show-for-medium-down,
3618
- thead.hide-for-large-only,
3619
- thead.hide-for-large-up,
3620
- thead.hide-for-large,
3621
- thead.show-for-large-down,
3622
- thead.hide-for-xlarge-only,
3623
- thead.hide-for-xlarge-up,
3624
- thead.hide-for-xxlarge-only,
3625
- thead.hide-for-xxlarge-up {
3626
- display: table-header-group !important;
3627
- }
3628
-
3629
- tbody.hide-for-small-only,
3630
- tbody.show-for-small-up,
3631
- tbody.hide-for-small,
3632
- tbody.hide-for-small-down,
3633
- tbody.show-for-medium-only,
3634
- tbody.show-for-medium-up,
3635
- tbody.show-for-medium,
3636
- tbody.show-for-medium-down,
3637
- tbody.hide-for-large-only,
3638
- tbody.hide-for-large-up,
3639
- tbody.hide-for-large,
3640
- tbody.show-for-large-down,
3641
- tbody.hide-for-xlarge-only,
3642
- tbody.hide-for-xlarge-up,
3643
- tbody.hide-for-xxlarge-only,
3644
- tbody.hide-for-xxlarge-up {
3645
- display: table-row-group !important;
3646
- }
3647
-
3648
- tr.hide-for-small-only,
3649
- tr.show-for-small-up,
3650
- tr.hide-for-small,
3651
- tr.hide-for-small-down,
3652
- tr.show-for-medium-only,
3653
- tr.show-for-medium-up,
3654
- tr.show-for-medium,
3655
- tr.show-for-medium-down,
3656
- tr.hide-for-large-only,
3657
- tr.hide-for-large-up,
3658
- tr.hide-for-large,
3659
- tr.show-for-large-down,
3660
- tr.hide-for-xlarge-only,
3661
- tr.hide-for-xlarge-up,
3662
- tr.hide-for-xxlarge-only,
3663
- tr.hide-for-xxlarge-up {
3664
- display: table-row !important;
3665
- }
3666
-
3667
- th.hide-for-small-only,
3668
- td.hide-for-small-only,
3669
- th.show-for-small-up,
3670
- td.show-for-small-up,
3671
- th.hide-for-small,
3672
- td.hide-for-small,
3673
- th.hide-for-small-down,
3674
- td.hide-for-small-down,
3675
- th.show-for-medium-only,
3676
- td.show-for-medium-only,
3677
- th.show-for-medium-up,
3678
- td.show-for-medium-up,
3679
- th.show-for-medium,
3680
- td.show-for-medium,
3681
- th.show-for-medium-down,
3682
- td.show-for-medium-down,
3683
- th.hide-for-large-only,
3684
- td.hide-for-large-only,
3685
- th.hide-for-large-up,
3686
- td.hide-for-large-up,
3687
- th.hide-for-large,
3688
- td.hide-for-large,
3689
- th.show-for-large-down,
3690
- td.show-for-large-down,
3691
- th.hide-for-xlarge-only,
3692
- td.hide-for-xlarge-only,
3693
- th.hide-for-xlarge-up,
3694
- td.hide-for-xlarge-up,
3695
- th.hide-for-xxlarge-only,
3696
- td.hide-for-xxlarge-only,
3697
- th.hide-for-xxlarge-up,
3698
- td.hide-for-xxlarge-up {
3699
- display: table-cell !important;
3700
- }
3701
- }
3702
- /* large displays */
3703
- @media only screen and (min-width: 64.063em) {
3704
- .hide-for-small-only,
3705
- .show-for-small-up,
3706
- .hide-for-small,
3707
- .hide-for-small-down,
3708
- .hide-for-medium-only,
3709
- .show-for-medium-up,
3710
- .hide-for-medium,
3711
- .hide-for-medium-down,
3712
- .show-for-large-only,
3713
- .show-for-large-up,
3714
- .show-for-large,
3715
- .show-for-large-down,
3716
- .hide-for-xlarge-only,
3717
- .hide-for-xlarge-up,
3718
- .hide-for-xxlarge-only,
3719
- .hide-for-xxlarge-up {
3720
- display: inherit !important;
3721
- }
3722
-
3723
- .show-for-small-only,
3724
- .hide-for-small-up,
3725
- .show-for-small,
3726
- .show-for-small-down,
3727
- .show-for-medium-only,
3728
- .hide-for-medium-up,
3729
- .show-for-medium,
3730
- .show-for-medium-down,
3731
- .hide-for-large-only,
3732
- .hide-for-large-up,
3733
- .hide-for-large,
3734
- .hide-for-large-down,
3735
- .show-for-xlarge-only,
3736
- .show-for-xlarge-up,
3737
- .show-for-xxlarge-only,
3738
- .show-for-xxlarge-up {
3739
- display: none !important;
3740
- }
3741
-
3742
- .hidden-for-small-only,
3743
- .visible-for-small-up,
3744
- .hidden-for-small,
3745
- .hidden-for-small-down,
3746
- .hidden-for-medium-only,
3747
- .visible-for-medium-up,
3748
- .hidden-for-medium,
3749
- .hidden-for-medium-down,
3750
- .visible-for-large-only,
3751
- .visible-for-large-up,
3752
- .visible-for-large,
3753
- .visible-for-large-down,
3754
- .hidden-for-xlarge-only,
3755
- .hidden-for-xlarge-up,
3756
- .hidden-for-xxlarge-only,
3757
- .hidden-for-xxlarge-up {
3758
- position: static !important;
3759
- height: auto;
3760
- width: auto;
3761
- overflow: visible;
3762
- clip: auto;
3763
- }
3764
-
3765
- .visible-for-small-only,
3766
- .hidden-for-small-up,
3767
- .visible-for-small,
3768
- .visible-for-small-down,
3769
- .visible-for-medium-only,
3770
- .hidden-for-medium-up,
3771
- .visible-for-medium,
3772
- .visible-for-medium-down,
3773
- .hidden-for-large-only,
3774
- .hidden-for-large-up,
3775
- .hidden-for-large,
3776
- .hidden-for-large-down,
3777
- .visible-for-xlarge-only,
3778
- .visible-for-xlarge-up,
3779
- .visible-for-xxlarge-only,
3780
- .visible-for-xxlarge-up {
3781
- position: absolute !important;
3782
- height: 1px;
3783
- width: 1px;
3784
- overflow: hidden;
3785
- clip: rect(1px, 1px, 1px, 1px);
3786
- }
3787
-
3788
- table.hide-for-small-only,
3789
- table.show-for-small-up,
3790
- table.hide-for-small,
3791
- table.hide-for-small-down,
3792
- table.hide-for-medium-only,
3793
- table.show-for-medium-up,
3794
- table.hide-for-medium,
3795
- table.hide-for-medium-down,
3796
- table.show-for-large-only,
3797
- table.show-for-large-up,
3798
- table.show-for-large,
3799
- table.show-for-large-down,
3800
- table.hide-for-xlarge-only,
3801
- table.hide-for-xlarge-up,
3802
- table.hide-for-xxlarge-only,
3803
- table.hide-for-xxlarge-up {
3804
- display: table;
3805
- }
3806
-
3807
- thead.hide-for-small-only,
3808
- thead.show-for-small-up,
3809
- thead.hide-for-small,
3810
- thead.hide-for-small-down,
3811
- thead.hide-for-medium-only,
3812
- thead.show-for-medium-up,
3813
- thead.hide-for-medium,
3814
- thead.hide-for-medium-down,
3815
- thead.show-for-large-only,
3816
- thead.show-for-large-up,
3817
- thead.show-for-large,
3818
- thead.show-for-large-down,
3819
- thead.hide-for-xlarge-only,
3820
- thead.hide-for-xlarge-up,
3821
- thead.hide-for-xxlarge-only,
3822
- thead.hide-for-xxlarge-up {
3823
- display: table-header-group !important;
3824
- }
3825
-
3826
- tbody.hide-for-small-only,
3827
- tbody.show-for-small-up,
3828
- tbody.hide-for-small,
3829
- tbody.hide-for-small-down,
3830
- tbody.hide-for-medium-only,
3831
- tbody.show-for-medium-up,
3832
- tbody.hide-for-medium,
3833
- tbody.hide-for-medium-down,
3834
- tbody.show-for-large-only,
3835
- tbody.show-for-large-up,
3836
- tbody.show-for-large,
3837
- tbody.show-for-large-down,
3838
- tbody.hide-for-xlarge-only,
3839
- tbody.hide-for-xlarge-up,
3840
- tbody.hide-for-xxlarge-only,
3841
- tbody.hide-for-xxlarge-up {
3842
- display: table-row-group !important;
3843
- }
3844
-
3845
- tr.hide-for-small-only,
3846
- tr.show-for-small-up,
3847
- tr.hide-for-small,
3848
- tr.hide-for-small-down,
3849
- tr.hide-for-medium-only,
3850
- tr.show-for-medium-up,
3851
- tr.hide-for-medium,
3852
- tr.hide-for-medium-down,
3853
- tr.show-for-large-only,
3854
- tr.show-for-large-up,
3855
- tr.show-for-large,
3856
- tr.show-for-large-down,
3857
- tr.hide-for-xlarge-only,
3858
- tr.hide-for-xlarge-up,
3859
- tr.hide-for-xxlarge-only,
3860
- tr.hide-for-xxlarge-up {
3861
- display: table-row !important;
3862
- }
3863
-
3864
- th.hide-for-small-only,
3865
- td.hide-for-small-only,
3866
- th.show-for-small-up,
3867
- td.show-for-small-up,
3868
- th.hide-for-small,
3869
- td.hide-for-small,
3870
- th.hide-for-small-down,
3871
- td.hide-for-small-down,
3872
- th.hide-for-medium-only,
3873
- td.hide-for-medium-only,
3874
- th.show-for-medium-up,
3875
- td.show-for-medium-up,
3876
- th.hide-for-medium,
3877
- td.hide-for-medium,
3878
- th.hide-for-medium-down,
3879
- td.hide-for-medium-down,
3880
- th.show-for-large-only,
3881
- td.show-for-large-only,
3882
- th.show-for-large-up,
3883
- td.show-for-large-up,
3884
- th.show-for-large,
3885
- td.show-for-large,
3886
- th.show-for-large-down,
3887
- td.show-for-large-down,
3888
- th.hide-for-xlarge-only,
3889
- td.hide-for-xlarge-only,
3890
- th.hide-for-xlarge-up,
3891
- td.hide-for-xlarge-up,
3892
- th.hide-for-xxlarge-only,
3893
- td.hide-for-xxlarge-only,
3894
- th.hide-for-xxlarge-up,
3895
- td.hide-for-xxlarge-up {
3896
- display: table-cell !important;
3897
- }
3898
- }
3899
- /* xlarge displays */
3900
- @media only screen and (min-width: 90.063em) {
3901
- .hide-for-small-only,
3902
- .show-for-small-up,
3903
- .hide-for-small,
3904
- .hide-for-small-down,
3905
- .hide-for-medium-only,
3906
- .show-for-medium-up,
3907
- .hide-for-medium,
3908
- .hide-for-medium-down,
3909
- .hide-for-large-only,
3910
- .show-for-large-up,
3911
- .hide-for-large,
3912
- .hide-for-large-down,
3913
- .show-for-xlarge-only,
3914
- .show-for-xlarge-up,
3915
- .hide-for-xxlarge-only,
3916
- .hide-for-xxlarge-up {
3917
- display: inherit !important;
3918
- }
3919
-
3920
- .show-for-small-only,
3921
- .hide-for-small-up,
3922
- .show-for-small,
3923
- .show-for-small-down,
3924
- .show-for-medium-only,
3925
- .hide-for-medium-up,
3926
- .show-for-medium,
3927
- .show-for-medium-down,
3928
- .show-for-large-only,
3929
- .hide-for-large-up,
3930
- .show-for-large,
3931
- .show-for-large-down,
3932
- .hide-for-xlarge-only,
3933
- .hide-for-xlarge-up,
3934
- .show-for-xxlarge-only,
3935
- .show-for-xxlarge-up {
3936
- display: none !important;
3937
- }
3938
-
3939
- .hidden-for-small-only,
3940
- .visible-for-small-up,
3941
- .hidden-for-small,
3942
- .hidden-for-small-down,
3943
- .hidden-for-medium-only,
3944
- .visible-for-medium-up,
3945
- .hidden-for-medium,
3946
- .hidden-for-medium-down,
3947
- .hidden-for-large-only,
3948
- .visible-for-large-up,
3949
- .hidden-for-large,
3950
- .hidden-for-large-down,
3951
- .visible-for-xlarge-only,
3952
- .visible-for-xlarge-up,
3953
- .hidden-for-xxlarge-only,
3954
- .hidden-for-xxlarge-up {
3955
- position: static !important;
3956
- height: auto;
3957
- width: auto;
3958
- overflow: visible;
3959
- clip: auto;
3960
- }
3961
-
3962
- .visible-for-small-only,
3963
- .hidden-for-small-up,
3964
- .visible-for-small,
3965
- .visible-for-small-down,
3966
- .visible-for-medium-only,
3967
- .hidden-for-medium-up,
3968
- .visible-for-medium,
3969
- .visible-for-medium-down,
3970
- .visible-for-large-only,
3971
- .hidden-for-large-up,
3972
- .visible-for-large,
3973
- .visible-for-large-down,
3974
- .hidden-for-xlarge-only,
3975
- .hidden-for-xlarge-up,
3976
- .visible-for-xxlarge-only,
3977
- .visible-for-xxlarge-up {
3978
- position: absolute !important;
3979
- height: 1px;
3980
- width: 1px;
3981
- overflow: hidden;
3982
- clip: rect(1px, 1px, 1px, 1px);
3983
- }
3984
-
3985
- table.hide-for-small-only,
3986
- table.show-for-small-up,
3987
- table.hide-for-small,
3988
- table.hide-for-small-down,
3989
- table.hide-for-medium-only,
3990
- table.show-for-medium-up,
3991
- table.hide-for-medium,
3992
- table.hide-for-medium-down,
3993
- table.hide-for-large-only,
3994
- table.show-for-large-up,
3995
- table.hide-for-large,
3996
- table.hide-for-large-down,
3997
- table.show-for-xlarge-only,
3998
- table.show-for-xlarge-up,
3999
- table.hide-for-xxlarge-only,
4000
- table.hide-for-xxlarge-up {
4001
- display: table;
4002
- }
4003
-
4004
- thead.hide-for-small-only,
4005
- thead.show-for-small-up,
4006
- thead.hide-for-small,
4007
- thead.hide-for-small-down,
4008
- thead.hide-for-medium-only,
4009
- thead.show-for-medium-up,
4010
- thead.hide-for-medium,
4011
- thead.hide-for-medium-down,
4012
- thead.hide-for-large-only,
4013
- thead.show-for-large-up,
4014
- thead.hide-for-large,
4015
- thead.hide-for-large-down,
4016
- thead.show-for-xlarge-only,
4017
- thead.show-for-xlarge-up,
4018
- thead.hide-for-xxlarge-only,
4019
- thead.hide-for-xxlarge-up {
4020
- display: table-header-group !important;
4021
- }
4022
-
4023
- tbody.hide-for-small-only,
4024
- tbody.show-for-small-up,
4025
- tbody.hide-for-small,
4026
- tbody.hide-for-small-down,
4027
- tbody.hide-for-medium-only,
4028
- tbody.show-for-medium-up,
4029
- tbody.hide-for-medium,
4030
- tbody.hide-for-medium-down,
4031
- tbody.hide-for-large-only,
4032
- tbody.show-for-large-up,
4033
- tbody.hide-for-large,
4034
- tbody.hide-for-large-down,
4035
- tbody.show-for-xlarge-only,
4036
- tbody.show-for-xlarge-up,
4037
- tbody.hide-for-xxlarge-only,
4038
- tbody.hide-for-xxlarge-up {
4039
- display: table-row-group !important;
4040
- }
4041
-
4042
- tr.hide-for-small-only,
4043
- tr.show-for-small-up,
4044
- tr.hide-for-small,
4045
- tr.hide-for-small-down,
4046
- tr.hide-for-medium-only,
4047
- tr.show-for-medium-up,
4048
- tr.hide-for-medium,
4049
- tr.hide-for-medium-down,
4050
- tr.hide-for-large-only,
4051
- tr.show-for-large-up,
4052
- tr.hide-for-large,
4053
- tr.hide-for-large-down,
4054
- tr.show-for-xlarge-only,
4055
- tr.show-for-xlarge-up,
4056
- tr.hide-for-xxlarge-only,
4057
- tr.hide-for-xxlarge-up {
4058
- display: table-row !important;
4059
- }
4060
-
4061
- th.hide-for-small-only,
4062
- td.hide-for-small-only,
4063
- th.show-for-small-up,
4064
- td.show-for-small-up,
4065
- th.hide-for-small,
4066
- td.hide-for-small,
4067
- th.hide-for-small-down,
4068
- td.hide-for-small-down,
4069
- th.hide-for-medium-only,
4070
- td.hide-for-medium-only,
4071
- th.show-for-medium-up,
4072
- td.show-for-medium-up,
4073
- th.hide-for-medium,
4074
- td.hide-for-medium,
4075
- th.hide-for-medium-down,
4076
- td.hide-for-medium-down,
4077
- th.hide-for-large-only,
4078
- td.hide-for-large-only,
4079
- th.show-for-large-up,
4080
- td.show-for-large-up,
4081
- th.hide-for-large,
4082
- td.hide-for-large,
4083
- th.hide-for-large-down,
4084
- td.hide-for-large-down,
4085
- th.show-for-xlarge-only,
4086
- td.show-for-xlarge-only,
4087
- th.show-for-xlarge-up,
4088
- td.show-for-xlarge-up,
4089
- th.hide-for-xxlarge-only,
4090
- td.hide-for-xxlarge-only,
4091
- th.hide-for-xxlarge-up,
4092
- td.hide-for-xxlarge-up {
4093
- display: table-cell !important;
4094
- }
4095
- }
4096
- /* xxlarge displays */
4097
- @media only screen and (min-width: 120.063em) {
4098
- .hide-for-small-only,
4099
- .show-for-small-up,
4100
- .hide-for-small,
4101
- .hide-for-small-down,
4102
- .hide-for-medium-only,
4103
- .show-for-medium-up,
4104
- .hide-for-medium,
4105
- .hide-for-medium-down,
4106
- .hide-for-large-only,
4107
- .show-for-large-up,
4108
- .hide-for-large,
4109
- .hide-for-large-down,
4110
- .hide-for-xlarge-only,
4111
- .show-for-xlarge-up,
4112
- .show-for-xxlarge-only,
4113
- .show-for-xxlarge-up {
4114
- display: inherit !important;
4115
- }
4116
-
4117
- .show-for-small-only,
4118
- .hide-for-small-up,
4119
- .show-for-small,
4120
- .show-for-small-down,
4121
- .show-for-medium-only,
4122
- .hide-for-medium-up,
4123
- .show-for-medium,
4124
- .show-for-medium-down,
4125
- .show-for-large-only,
4126
- .hide-for-large-up,
4127
- .show-for-large,
4128
- .show-for-large-down,
4129
- .show-for-xlarge-only,
4130
- .hide-for-xlarge-up,
4131
- .hide-for-xxlarge-only,
4132
- .hide-for-xxlarge-up {
4133
- display: none !important;
4134
- }
4135
-
4136
- .hidden-for-small-only,
4137
- .visible-for-small-up,
4138
- .hidden-for-small,
4139
- .hidden-for-small-down,
4140
- .hidden-for-medium-only,
4141
- .visible-for-medium-up,
4142
- .hidden-for-medium,
4143
- .hidden-for-medium-down,
4144
- .hidden-for-large-only,
4145
- .visible-for-large-up,
4146
- .hidden-for-large,
4147
- .hidden-for-large-down,
4148
- .hidden-for-xlarge-only,
4149
- .visible-for-xlarge-up,
4150
- .visible-for-xxlarge-only,
4151
- .visible-for-xxlarge-up {
4152
- position: static !important;
4153
- height: auto;
4154
- width: auto;
4155
- overflow: visible;
4156
- clip: auto;
4157
- }
4158
-
4159
- .visible-for-small-only,
4160
- .hidden-for-small-up,
4161
- .visible-for-small,
4162
- .visible-for-small-down,
4163
- .visible-for-medium-only,
4164
- .hidden-for-medium-up,
4165
- .visible-for-medium,
4166
- .visible-for-medium-down,
4167
- .visible-for-large-only,
4168
- .hidden-for-large-up,
4169
- .visible-for-large,
4170
- .visible-for-large-down,
4171
- .visible-for-xlarge-only,
4172
- .hidden-for-xlarge-up,
4173
- .hidden-for-xxlarge-only,
4174
- .hidden-for-xxlarge-up {
4175
- position: absolute !important;
4176
- height: 1px;
4177
- width: 1px;
4178
- overflow: hidden;
4179
- clip: rect(1px, 1px, 1px, 1px);
4180
- }
4181
-
4182
- table.hide-for-small-only,
4183
- table.show-for-small-up,
4184
- table.hide-for-small,
4185
- table.hide-for-small-down,
4186
- table.hide-for-medium-only,
4187
- table.show-for-medium-up,
4188
- table.hide-for-medium,
4189
- table.hide-for-medium-down,
4190
- table.hide-for-large-only,
4191
- table.show-for-large-up,
4192
- table.hide-for-large,
4193
- table.hide-for-large-down,
4194
- table.hide-for-xlarge-only,
4195
- table.show-for-xlarge-up,
4196
- table.show-for-xxlarge-only,
4197
- table.show-for-xxlarge-up {
4198
- display: table;
4199
- }
4200
-
4201
- thead.hide-for-small-only,
4202
- thead.show-for-small-up,
4203
- thead.hide-for-small,
4204
- thead.hide-for-small-down,
4205
- thead.hide-for-medium-only,
4206
- thead.show-for-medium-up,
4207
- thead.hide-for-medium,
4208
- thead.hide-for-medium-down,
4209
- thead.hide-for-large-only,
4210
- thead.show-for-large-up,
4211
- thead.hide-for-large,
4212
- thead.hide-for-large-down,
4213
- thead.hide-for-xlarge-only,
4214
- thead.show-for-xlarge-up,
4215
- thead.show-for-xxlarge-only,
4216
- thead.show-for-xxlarge-up {
4217
- display: table-header-group !important;
4218
- }
4219
-
4220
- tbody.hide-for-small-only,
4221
- tbody.show-for-small-up,
4222
- tbody.hide-for-small,
4223
- tbody.hide-for-small-down,
4224
- tbody.hide-for-medium-only,
4225
- tbody.show-for-medium-up,
4226
- tbody.hide-for-medium,
4227
- tbody.hide-for-medium-down,
4228
- tbody.hide-for-large-only,
4229
- tbody.show-for-large-up,
4230
- tbody.hide-for-large,
4231
- tbody.hide-for-large-down,
4232
- tbody.hide-for-xlarge-only,
4233
- tbody.show-for-xlarge-up,
4234
- tbody.show-for-xxlarge-only,
4235
- tbody.show-for-xxlarge-up {
4236
- display: table-row-group !important;
4237
- }
4238
-
4239
- tr.hide-for-small-only,
4240
- tr.show-for-small-up,
4241
- tr.hide-for-small,
4242
- tr.hide-for-small-down,
4243
- tr.hide-for-medium-only,
4244
- tr.show-for-medium-up,
4245
- tr.hide-for-medium,
4246
- tr.hide-for-medium-down,
4247
- tr.hide-for-large-only,
4248
- tr.show-for-large-up,
4249
- tr.hide-for-large,
4250
- tr.hide-for-large-down,
4251
- tr.hide-for-xlarge-only,
4252
- tr.show-for-xlarge-up,
4253
- tr.show-for-xxlarge-only,
4254
- tr.show-for-xxlarge-up {
4255
- display: table-row !important;
4256
- }
4257
-
4258
- th.hide-for-small-only,
4259
- td.hide-for-small-only,
4260
- th.show-for-small-up,
4261
- td.show-for-small-up,
4262
- th.hide-for-small,
4263
- td.hide-for-small,
4264
- th.hide-for-small-down,
4265
- td.hide-for-small-down,
4266
- th.hide-for-medium-only,
4267
- td.hide-for-medium-only,
4268
- th.show-for-medium-up,
4269
- td.show-for-medium-up,
4270
- th.hide-for-medium,
4271
- td.hide-for-medium,
4272
- th.hide-for-medium-down,
4273
- td.hide-for-medium-down,
4274
- th.hide-for-large-only,
4275
- td.hide-for-large-only,
4276
- th.show-for-large-up,
4277
- td.show-for-large-up,
4278
- th.hide-for-large,
4279
- td.hide-for-large,
4280
- th.hide-for-large-down,
4281
- td.hide-for-large-down,
4282
- th.hide-for-xlarge-only,
4283
- td.hide-for-xlarge-only,
4284
- th.show-for-xlarge-up,
4285
- td.show-for-xlarge-up,
4286
- th.show-for-xxlarge-only,
4287
- td.show-for-xxlarge-only,
4288
- th.show-for-xxlarge-up,
4289
- td.show-for-xxlarge-up {
4290
- display: table-cell !important;
4291
- }
4292
- }
4293
- /* Orientation targeting */
4294
- .show-for-landscape,
4295
- .hide-for-portrait {
4296
- display: inherit !important;
4297
- }
4298
-
4299
- .hide-for-landscape,
4300
- .show-for-portrait {
4301
- display: none !important;
4302
- }
4303
-
4304
- /* Specific visibility for tables */
4305
- table.hide-for-landscape,
4306
- table.show-for-portrait {
4307
- display: table;
4308
- }
4309
-
4310
- thead.hide-for-landscape,
4311
- thead.show-for-portrait {
4312
- display: table-header-group !important;
4313
- }
4314
-
4315
- tbody.hide-for-landscape,
4316
- tbody.show-for-portrait {
4317
- display: table-row-group !important;
4318
- }
4319
-
4320
- tr.hide-for-landscape,
4321
- tr.show-for-portrait {
4322
- display: table-row !important;
4323
- }
4324
-
4325
- td.hide-for-landscape,
4326
- td.show-for-portrait,
4327
- th.hide-for-landscape,
4328
- th.show-for-portrait {
4329
- display: table-cell !important;
4330
- }
4331
-
4332
- @media only screen and (orientation: landscape) {
4333
- .show-for-landscape,
4334
- .hide-for-portrait {
4335
- display: inherit !important;
4336
- }
4337
-
4338
- .hide-for-landscape,
4339
- .show-for-portrait {
4340
- display: none !important;
4341
- }
4342
-
4343
- /* Specific visibility for tables */
4344
- table.show-for-landscape,
4345
- table.hide-for-portrait {
4346
- display: table;
4347
- }
4348
-
4349
- thead.show-for-landscape,
4350
- thead.hide-for-portrait {
4351
- display: table-header-group !important;
4352
- }
4353
-
4354
- tbody.show-for-landscape,
4355
- tbody.hide-for-portrait {
4356
- display: table-row-group !important;
4357
- }
4358
-
4359
- tr.show-for-landscape,
4360
- tr.hide-for-portrait {
4361
- display: table-row !important;
4362
- }
4363
-
4364
- td.show-for-landscape,
4365
- td.hide-for-portrait,
4366
- th.show-for-landscape,
4367
- th.hide-for-portrait {
4368
- display: table-cell !important;
4369
- }
4370
- }
4371
- @media only screen and (orientation: portrait) {
4372
- .show-for-portrait,
4373
- .hide-for-landscape {
4374
- display: inherit !important;
4375
- }
4376
-
4377
- .hide-for-portrait,
4378
- .show-for-landscape {
4379
- display: none !important;
4380
- }
4381
-
4382
- /* Specific visibility for tables */
4383
- table.show-for-portrait,
4384
- table.hide-for-landscape {
4385
- display: table;
4386
- }
4387
-
4388
- thead.show-for-portrait,
4389
- thead.hide-for-landscape {
4390
- display: table-header-group !important;
4391
- }
4392
-
4393
- tbody.show-for-portrait,
4394
- tbody.hide-for-landscape {
4395
- display: table-row-group !important;
4396
- }
4397
-
4398
- tr.show-for-portrait,
4399
- tr.hide-for-landscape {
4400
- display: table-row !important;
4401
- }
4402
-
4403
- td.show-for-portrait,
4404
- td.hide-for-landscape,
4405
- th.show-for-portrait,
4406
- th.hide-for-landscape {
4407
- display: table-cell !important;
4408
- }
4409
- }
4410
- /* Touch-enabled device targeting */
4411
- .show-for-touch {
4412
- display: none !important;
4413
- }
4414
-
4415
- .hide-for-touch {
4416
- display: inherit !important;
4417
- }
4418
-
4419
- .touch .show-for-touch {
4420
- display: inherit !important;
4421
- }
4422
-
4423
- .touch .hide-for-touch {
4424
- display: none !important;
4425
- }
4426
-
4427
- /* Specific visibility for tables */
4428
- table.hide-for-touch {
4429
- display: table;
4430
- }
4431
-
4432
- .touch table.show-for-touch {
4433
- display: table;
4434
- }
4435
-
4436
- thead.hide-for-touch {
4437
- display: table-header-group !important;
4438
- }
4439
-
4440
- .touch thead.show-for-touch {
4441
- display: table-header-group !important;
4442
- }
4443
-
4444
- tbody.hide-for-touch {
4445
- display: table-row-group !important;
4446
- }
4447
-
4448
- .touch tbody.show-for-touch {
4449
- display: table-row-group !important;
4450
- }
4451
-
4452
- tr.hide-for-touch {
4453
- display: table-row !important;
4454
- }
4455
-
4456
- .touch tr.show-for-touch {
4457
- display: table-row !important;
4458
- }
4459
-
4460
- td.hide-for-touch {
4461
- display: table-cell !important;
4462
- }
4463
-
4464
- .touch td.show-for-touch {
4465
- display: table-cell !important;
4466
- }
4467
-
4468
- th.hide-for-touch {
4469
- display: table-cell !important;
4470
- }
4471
-
4472
- .touch th.show-for-touch {
4473
- display: table-cell !important;
4474
- }
4475
-
4476
- /* Print visibility */
4477
- @media print {
4478
- .show-for-print {
4479
- display: block;
4480
- }
4481
-
4482
- .hide-for-print {
4483
- display: none;
4484
- }
4485
-
4486
- table.show-for-print {
4487
- display: table;
4488
- }
4489
-
4490
- thead.show-for-print {
4491
- display: table-header-group !important;
4492
- }
4493
-
4494
- tbody.show-for-print {
4495
- display: table-row-group !important;
4496
- }
4497
-
4498
- tr.show-for-print {
4499
- display: table-row !important;
4500
- }
4501
-
4502
- td.show-for-print {
4503
- display: table-cell !important;
4504
- }
4505
-
4506
- th.show-for-print {
4507
- display: table-cell !important;
4508
- }
4509
- }
4510
- .top-section {
4511
- margin-top: 4rem;
4512
- }
4513
- .top-section object {
4514
- height: 2.5rem;
4515
- }
4516
-
4517
- .section {
4518
- border-style: solid;
4519
- border-width: 1px;
4520
- border-color: rgba(227, 227, 227, 0.9);
4521
- margin-bottom: 1.25rem;
4522
- padding: 1.25rem;
4523
- background: rgba(255, 255, 255, 0.9);
4524
- }
4525
- .section > :first-child {
4526
- margin-top: 0;
4527
- }
4528
- .section > :last-child {
4529
- margin-bottom: 0;
4530
- }
4531
- .section h1,
4532
- .section h2,
4533
- .section h3,
4534
- .section h4,
4535
- .section h5,
4536
- .section h6,
4537
- .section p,
4538
- .section li,
4539
- .section dl {
4540
- color: #333333;
4541
- }
4542
- .section h1,
4543
- .section h2,
4544
- .section h3,
4545
- .section h4,
4546
- .section h5,
4547
- .section h6 {
4548
- line-height: 1;
4549
- margin-bottom: 0.625rem;
4550
- }
4551
- .section h1.subheader,
4552
- .section h2.subheader,
4553
- .section h3.subheader,
4554
- .section h4.subheader,
4555
- .section h5.subheader,
4556
- .section h6.subheader {
4557
- line-height: 1.4;
4558
- }
4559
-
4560
- @media only screen and (max-width: 768px) {
4561
- .background {
4562
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_768.jpg")
4563
- center top no-repeat white;
4564
- }
4565
- }
4566
- @media only screen and (min-width: 768px) and (max-width: 1024px) {
4567
- .background {
4568
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_1024.jpg")
4569
- center top no-repeat white;
4570
- }
4571
- }
4572
- @media only screen and (min-width: 1025px) and (max-width: 1280px) {
4573
- .background {
4574
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_1280.jpg")
4575
- center top no-repeat white;
4576
- }
4577
- }
4578
- @media only screen and (min-width: 1281px) and (max-width: 1360px) {
4579
- .background {
4580
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_1280.jpg")
4581
- center top no-repeat white;
4582
- }
4583
- }
4584
- @media only screen and (min-width: 1361px) and (max-width: 1440px) {
4585
- .background {
4586
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_1440.jpg")
4587
- center top no-repeat white;
4588
- }
4589
- }
4590
- @media only screen and (min-width: 1441px) and (max-width: 1680px) {
4591
- .background {
4592
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_1680.jpg")
4593
- center top no-repeat white;
4594
- }
4595
- }
4596
- @media only screen and (min-width: 1681px) {
4597
- .background {
4598
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg.jpg")
4599
- center top no-repeat white;
4600
- }
4601
- }
4602
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
4603
- .background {
4604
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_ipad_1024.jpg")
4605
- center top no-repeat white;
4606
- }
4607
- }
4608
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
4609
- .background {
4610
- background: url("https://polidea-build-artifacts.s3.amazonaws.com/release-resources/img/jenkins_bg_ipad_768.jpg")
4611
- center top no-repeat white;
4612
- }
4613
- }
4614
-
4615
- @media only screen and (min-width: 40.063em) {
4616
- .installation-panel {
4617
- padding-right: 2rem;
4618
- }
4619
- }
4620
-
4621
- .app-icon {
4622
- border-radius: 5px;
4623
- -moz-border-radius: 5px;
4624
- -webkit-border-radius: 5px;
4625
- }
4626
-
4627
- @media only screen {
4628
- .icon-margin {
4629
- margin-bottom: 2rem;
4630
- }
4631
- }
4632
- @media only screen and (min-width: 40.063em) {
4633
- .icon-margin {
4634
- margin-bottom: 0rem;
4635
- }
4636
- }
4637
-
4638
- @media only screen {
4639
- .no-resize {
4640
- min-width: 3rem;
4641
- min-height: 3rem;
4642
- }
4643
- }
4644
- @media only screen and (min-width: 40.063em) {
4645
- .no-resize {
4646
- max-width: 5rem;
4647
- max-height: 5rem;
4648
- }
4649
- }
4650
-
4651
- .app-icon-column {
4652
- padding-left: 0.9375rem;
4653
- padding-right: 0.9375rem;
4654
- float: left;
4655
- }
4656
-
4657
- .install-button {
4658
- border-style: solid;
4659
- border-width: 0px;
4660
- cursor: pointer;
4661
- font-family: "Open Sans", sans-serif;
4662
- font-weight: normal;
4663
- line-height: normal;
4664
- margin: 0 0 1.25rem;
4665
- position: relative;
4666
- text-decoration: none;
4667
- text-align: center;
4668
- -webkit-appearance: none;
4669
- -webkit-border-radius: 0;
4670
- display: inline-block;
4671
- padding-top: 0.5rem;
4672
- padding-right: 1rem;
4673
- padding-bottom: 0.5625rem;
4674
- padding-left: 1rem;
4675
- padding-top: 0.5rem;
4676
- padding-bottom: 0.5625rem;
4677
- padding-right: 0;
4678
- padding-left: 0;
4679
- width: 100%;
4680
- background-color: #6fc13c;
4681
- border-color: #599a30;
4682
- color: white;
4683
- transition: background-color 300ms ease-out;
4684
- font-size: 1.25rem;
4685
- margin-bottom: 0;
4686
- }
4687
- .install-button:hover,
4688
- .install-button:focus {
4689
- background-color: #599a30;
4690
- }
4691
- .install-button:hover,
4692
- .install-button:focus {
4693
- color: white;
4694
- }
4695
- @media only screen and (min-width: 40.063em) {
4696
- .install-button {
4697
- margin-top: 1rem;
4698
- }
4699
- }
4700
-
4701
- .center-wrapper {
4702
- position: relative;
4703
- }
4704
-
4705
- .whats-new {
4706
- font-weight: normal;
4707
- font-family: "Open Sans", sans-serif;
4708
- text-align: center;
4709
- text-decoration: none;
4710
- line-height: 1;
4711
- white-space: nowrap;
4712
- display: inline-block;
4713
- position: relative;
4714
- margin-bottom: inherit;
4715
- padding: 0.25rem 0.5rem 0.375rem;
4716
- font-size: 1.125rem;
4717
- background-color: #008cba;
4718
- color: white;
4719
- background-color: transparent;
4720
- color: black;
4721
- }
4722
-
4723
- .whats-new-list-element {
4724
- margin-left: 0.5rem;
4725
- }
4726
-
4727
- .whats-new-list-label {
4728
- font-weight: normal;
4729
- font-family: "Open Sans", sans-serif;
4730
- text-align: center;
4731
- text-decoration: none;
4732
- line-height: 1;
4733
- white-space: nowrap;
4734
- display: inline-block;
4735
- position: relative;
4736
- margin-bottom: inherit;
4737
- padding: 0.25rem 0.5rem 0.375rem;
4738
- font-size: 1.125rem;
4739
- background-color: #008cba;
4740
- color: white;
4741
- background-color: transparent;
4742
- color: black;
4743
- }
4744
-
4745
- .whats-new-section {
4746
- padding-left: 1rem;
4747
- }
4748
-
4749
- @media only screen and (min-width: 40.063em) {
4750
- .inner-element {
4751
- height: 5rem;
4752
- }
4753
- }
4754
-
4755
- @media only screen and (min-width: 40.063em) {
4756
- .app-name-wrapper {
4757
- margin-top: 1rem;
4758
- }
4759
- }
4760
- .app-name-wrapper span {
4761
- background-color: transparent;
4762
- color: black;
4763
- }
4764
-
4765
- .title {
4766
- font-weight: normal;
4767
- font-family: "Open Sans", sans-serif;
4768
- text-align: center;
4769
- text-decoration: none;
4770
- line-height: 1;
4771
- white-space: nowrap;
4772
- display: inline-block;
4773
- position: relative;
4774
- margin-bottom: inherit;
4775
- padding: 0.25rem 0.5rem 0.375rem;
4776
- font-size: 1.1875rem;
4777
- background-color: #008cba;
4778
- color: white;
4779
- }
4780
-
4781
- .version {
4782
- font-weight: normal;
4783
- font-family: "Open Sans", sans-serif;
4784
- text-align: center;
4785
- text-decoration: none;
4786
- line-height: 1;
4787
- white-space: nowrap;
4788
- display: inline-block;
4789
- position: relative;
4790
- margin-bottom: inherit;
4791
- padding: 0.25rem 0.5rem 0.375rem;
4792
- font-size: 0.8125rem;
4793
- background-color: #008cba;
4794
- color: white;
4795
- }
4796
-
4797
- .password-button {
4798
- border-style: solid;
4799
- border-width: 0px;
4800
- cursor: pointer;
4801
- font-family: "Open Sans", sans-serif;
4802
- font-weight: normal;
4803
- line-height: normal;
4804
- margin: 0 0 1.25rem;
4805
- position: relative;
4806
- text-decoration: none;
4807
- text-align: center;
4808
- -webkit-appearance: none;
4809
- -webkit-border-radius: 0;
4810
- display: inline-block;
4811
- padding-top: 0.5rem;
4812
- padding-right: 1rem;
4813
- padding-bottom: 0.5625rem;
4814
- padding-left: 1rem;
4815
- padding-top: 0.5rem;
4816
- padding-bottom: 0.5625rem;
4817
- padding-right: 0;
4818
- padding-left: 0;
4819
- width: 100%;
4820
- background-color: #6fc13c;
4821
- border-color: #599a30;
4822
- color: white;
4823
- transition: background-color 300ms ease-out;
4824
- font-size: 1.25rem;
4825
- margin-bottom: 0.5rem;
4826
- }
4827
- .password-button:hover,
4828
- .password-button:focus {
4829
- background-color: #599a30;
4830
- }
4831
- .password-button:hover,
4832
- .password-button:focus {
4833
- color: white;
4834
- }
4835
-
4836
- @media only screen and (min-width: 40.063em) {
4837
- .password-inner-element {
4838
- min-height: 5rem;
4839
- }
4840
- }
4841
-
4842
- .release-notes {
4843
- color: #666666;
4844
- }
4845
-
4846
- .release-notes ul {
4847
- padding-left: 14px !important;
4848
- }
4849
-
4850
- .release-notes li {
4851
- padding: 0;
4852
- margin: 0;
4853
- }
4854
-
4855
- .release-notes h1,
4856
- .release-notes h2,
4857
- .release-notes h3,
4858
- .release-notes h4,
4859
- .release-notes h5,
4860
- .release-notes h6 {
4861
- margin-top: 24px;
4862
- margin-bottom: 16px;
4863
- font-weight: 600;
4864
- line-height: 1.25;
4865
- }
4866
-
4867
- .release-notes h1 {
4868
- color: #666666;
4869
- font-size: 1.625em;
4870
- }
4871
-
4872
- .release-notes h2 {
4873
- color: #666666;
4874
- font-size: 1.5em;
4875
- }
4876
-
4877
- .release-notes h3 {
4878
- color: #666666;
4879
- font-size: 1.25em;
4880
- }
4881
-
4882
- .release-notes h4 {
4883
- color: #666666;
4884
- font-size: 1em;
4885
- }
4886
-
4887
- .release-notes h5 {
4888
- color: #666666;
4889
- font-size: 0.875em;
4890
- }
4891
-
4892
- .release-notes h6 {
4893
- color: #666666;
4894
- font-size: 0.85em;
4895
- }