Interpreter and library.
Révision | d420f572dfd543ce7145c7a4d95e1d37093b9a4a (tree) |
---|---|
l'heure | 2021-11-28 10:04:15 |
Auteur | ![]() |
Commiter | Simon Forman |
Update Square_Spiral notebook to use Joy kernel
@@ -1,11249 +1,12625 @@ | ||
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head><meta charset="utf-8" /> |
4 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
4 | 5 | |
5 | -<title>Square_Spiral</title> | |
6 | +<title>Square_Spiral</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> | |
6 | 7 | |
7 | -<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> | |
8 | -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
9 | 8 | |
10 | 9 | |
11 | 10 | |
12 | 11 | <style type="text/css"> |
13 | - /*! | |
14 | -* | |
15 | -* Twitter Bootstrap | |
16 | -* | |
17 | -*/ | |
18 | -/*! | |
19 | - * Bootstrap v3.3.7 (http://getbootstrap.com) | |
20 | - * Copyright 2011-2016 Twitter, Inc. | |
21 | - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
12 | + pre { line-height: 125%; margin: 0; } | |
13 | +td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } | |
14 | +span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } | |
15 | +td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } | |
16 | +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } | |
17 | +.highlight .hll { background-color: var(--jp-cell-editor-active-background) } | |
18 | +.highlight { background: var(--jp-cell-editor-background); color: var(--jp-mirror-editor-variable-color) } | |
19 | +.highlight .c { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment */ | |
20 | +.highlight .err { color: var(--jp-mirror-editor-error-color) } /* Error */ | |
21 | +.highlight .k { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword */ | |
22 | +.highlight .o { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator */ | |
23 | +.highlight .p { color: var(--jp-mirror-editor-punctuation-color) } /* Punctuation */ | |
24 | +.highlight .ch { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Hashbang */ | |
25 | +.highlight .cm { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Multiline */ | |
26 | +.highlight .cp { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Preproc */ | |
27 | +.highlight .cpf { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.PreprocFile */ | |
28 | +.highlight .c1 { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Single */ | |
29 | +.highlight .cs { color: var(--jp-mirror-editor-comment-color); font-style: italic } /* Comment.Special */ | |
30 | +.highlight .kc { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Constant */ | |
31 | +.highlight .kd { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Declaration */ | |
32 | +.highlight .kn { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Namespace */ | |
33 | +.highlight .kp { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Pseudo */ | |
34 | +.highlight .kr { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Reserved */ | |
35 | +.highlight .kt { color: var(--jp-mirror-editor-keyword-color); font-weight: bold } /* Keyword.Type */ | |
36 | +.highlight .m { color: var(--jp-mirror-editor-number-color) } /* Literal.Number */ | |
37 | +.highlight .s { color: var(--jp-mirror-editor-string-color) } /* Literal.String */ | |
38 | +.highlight .ow { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator.Word */ | |
39 | +.highlight .w { color: var(--jp-mirror-editor-variable-color) } /* Text.Whitespace */ | |
40 | +.highlight .mb { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Bin */ | |
41 | +.highlight .mf { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Float */ | |
42 | +.highlight .mh { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Hex */ | |
43 | +.highlight .mi { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Integer */ | |
44 | +.highlight .mo { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Oct */ | |
45 | +.highlight .sa { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Affix */ | |
46 | +.highlight .sb { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Backtick */ | |
47 | +.highlight .sc { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Char */ | |
48 | +.highlight .dl { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Delimiter */ | |
49 | +.highlight .sd { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Doc */ | |
50 | +.highlight .s2 { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Double */ | |
51 | +.highlight .se { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Escape */ | |
52 | +.highlight .sh { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Heredoc */ | |
53 | +.highlight .si { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Interpol */ | |
54 | +.highlight .sx { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Other */ | |
55 | +.highlight .sr { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Regex */ | |
56 | +.highlight .s1 { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Single */ | |
57 | +.highlight .ss { color: var(--jp-mirror-editor-string-color) } /* Literal.String.Symbol */ | |
58 | +.highlight .il { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Integer.Long */ | |
59 | + </style> | |
60 | + | |
61 | + | |
62 | + | |
63 | +<style type="text/css"> | |
64 | +/*----------------------------------------------------------------------------- | |
65 | +| Copyright (c) Jupyter Development Team. | |
66 | +| Distributed under the terms of the Modified BSD License. | |
67 | +|----------------------------------------------------------------------------*/ | |
68 | + | |
69 | +/* | |
70 | + * Mozilla scrollbar styling | |
22 | 71 | */ |
23 | -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
24 | -html { | |
25 | - font-family: sans-serif; | |
26 | - -ms-text-size-adjust: 100%; | |
27 | - -webkit-text-size-adjust: 100%; | |
72 | + | |
73 | +/* use standard opaque scrollbars for most nodes */ | |
74 | +[data-jp-theme-scrollbars='true'] { | |
75 | + scrollbar-color: rgb(var(--jp-scrollbar-thumb-color)) | |
76 | + var(--jp-scrollbar-background-color); | |
28 | 77 | } |
29 | -body { | |
30 | - margin: 0; | |
78 | + | |
79 | +/* for code nodes, use a transparent style of scrollbar. These selectors | |
80 | + * will match lower in the tree, and so will override the above */ | |
81 | +[data-jp-theme-scrollbars='true'] .CodeMirror-hscrollbar, | |
82 | +[data-jp-theme-scrollbars='true'] .CodeMirror-vscrollbar { | |
83 | + scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; | |
31 | 84 | } |
32 | -article, | |
33 | -aside, | |
34 | -details, | |
35 | -figcaption, | |
36 | -figure, | |
37 | -footer, | |
38 | -header, | |
39 | -hgroup, | |
40 | -main, | |
41 | -menu, | |
42 | -nav, | |
43 | -section, | |
44 | -summary { | |
45 | - display: block; | |
85 | + | |
86 | +/* tiny scrollbar */ | |
87 | + | |
88 | +.jp-scrollbar-tiny { | |
89 | + scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; | |
90 | + scrollbar-width: thin; | |
46 | 91 | } |
47 | -audio, | |
48 | -canvas, | |
49 | -progress, | |
50 | -video { | |
51 | - display: inline-block; | |
52 | - vertical-align: baseline; | |
92 | + | |
93 | +/* | |
94 | + * Webkit scrollbar styling | |
95 | + */ | |
96 | + | |
97 | +/* use standard opaque scrollbars for most nodes */ | |
98 | + | |
99 | +[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar, | |
100 | +[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-corner { | |
101 | + background: var(--jp-scrollbar-background-color); | |
53 | 102 | } |
54 | -audio:not([controls]) { | |
55 | - display: none; | |
56 | - height: 0; | |
103 | + | |
104 | +[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-thumb { | |
105 | + background: rgb(var(--jp-scrollbar-thumb-color)); | |
106 | + border: var(--jp-scrollbar-thumb-margin) solid transparent; | |
107 | + background-clip: content-box; | |
108 | + border-radius: var(--jp-scrollbar-thumb-radius); | |
57 | 109 | } |
58 | -[hidden], | |
59 | -template { | |
60 | - display: none; | |
110 | + | |
111 | +[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-track:horizontal { | |
112 | + border-left: var(--jp-scrollbar-endpad) solid | |
113 | + var(--jp-scrollbar-background-color); | |
114 | + border-right: var(--jp-scrollbar-endpad) solid | |
115 | + var(--jp-scrollbar-background-color); | |
61 | 116 | } |
62 | -a { | |
117 | + | |
118 | +[data-jp-theme-scrollbars='true'] ::-webkit-scrollbar-track:vertical { | |
119 | + border-top: var(--jp-scrollbar-endpad) solid | |
120 | + var(--jp-scrollbar-background-color); | |
121 | + border-bottom: var(--jp-scrollbar-endpad) solid | |
122 | + var(--jp-scrollbar-background-color); | |
123 | +} | |
124 | + | |
125 | +/* for code nodes, use a transparent style of scrollbar */ | |
126 | + | |
127 | +[data-jp-theme-scrollbars='true'] .CodeMirror-hscrollbar::-webkit-scrollbar, | |
128 | +[data-jp-theme-scrollbars='true'] .CodeMirror-vscrollbar::-webkit-scrollbar, | |
129 | +[data-jp-theme-scrollbars='true'] | |
130 | + .CodeMirror-hscrollbar::-webkit-scrollbar-corner, | |
131 | +[data-jp-theme-scrollbars='true'] | |
132 | + .CodeMirror-vscrollbar::-webkit-scrollbar-corner { | |
63 | 133 | background-color: transparent; |
64 | 134 | } |
65 | -a:active, | |
66 | -a:hover { | |
67 | - outline: 0; | |
135 | + | |
136 | +[data-jp-theme-scrollbars='true'] | |
137 | + .CodeMirror-hscrollbar::-webkit-scrollbar-thumb, | |
138 | +[data-jp-theme-scrollbars='true'] | |
139 | + .CodeMirror-vscrollbar::-webkit-scrollbar-thumb { | |
140 | + background: rgba(var(--jp-scrollbar-thumb-color), 0.5); | |
141 | + border: var(--jp-scrollbar-thumb-margin) solid transparent; | |
142 | + background-clip: content-box; | |
143 | + border-radius: var(--jp-scrollbar-thumb-radius); | |
68 | 144 | } |
69 | -abbr[title] { | |
70 | - border-bottom: 1px dotted; | |
145 | + | |
146 | +[data-jp-theme-scrollbars='true'] | |
147 | + .CodeMirror-hscrollbar::-webkit-scrollbar-track:horizontal { | |
148 | + border-left: var(--jp-scrollbar-endpad) solid transparent; | |
149 | + border-right: var(--jp-scrollbar-endpad) solid transparent; | |
71 | 150 | } |
72 | -b, | |
73 | -strong { | |
74 | - font-weight: bold; | |
151 | + | |
152 | +[data-jp-theme-scrollbars='true'] | |
153 | + .CodeMirror-vscrollbar::-webkit-scrollbar-track:vertical { | |
154 | + border-top: var(--jp-scrollbar-endpad) solid transparent; | |
155 | + border-bottom: var(--jp-scrollbar-endpad) solid transparent; | |
75 | 156 | } |
76 | -dfn { | |
77 | - font-style: italic; | |
157 | + | |
158 | +/* tiny scrollbar */ | |
159 | + | |
160 | +.jp-scrollbar-tiny::-webkit-scrollbar, | |
161 | +.jp-scrollbar-tiny::-webkit-scrollbar-corner { | |
162 | + background-color: transparent; | |
163 | + height: 4px; | |
164 | + width: 4px; | |
78 | 165 | } |
79 | -h1 { | |
80 | - font-size: 2em; | |
81 | - margin: 0.67em 0; | |
166 | + | |
167 | +.jp-scrollbar-tiny::-webkit-scrollbar-thumb { | |
168 | + background: rgba(var(--jp-scrollbar-thumb-color), 0.5); | |
82 | 169 | } |
83 | -mark { | |
84 | - background: #ff0; | |
85 | - color: #000; | |
170 | + | |
171 | +.jp-scrollbar-tiny::-webkit-scrollbar-track:horizontal { | |
172 | + border-left: 0px solid transparent; | |
173 | + border-right: 0px solid transparent; | |
86 | 174 | } |
87 | -small { | |
88 | - font-size: 80%; | |
175 | + | |
176 | +.jp-scrollbar-tiny::-webkit-scrollbar-track:vertical { | |
177 | + border-top: 0px solid transparent; | |
178 | + border-bottom: 0px solid transparent; | |
89 | 179 | } |
90 | -sub, | |
91 | -sup { | |
92 | - font-size: 75%; | |
93 | - line-height: 0; | |
94 | - position: relative; | |
95 | - vertical-align: baseline; | |
180 | + | |
181 | +/* | |
182 | + * Phosphor | |
183 | + */ | |
184 | + | |
185 | +.lm-ScrollBar[data-orientation='horizontal'] { | |
186 | + min-height: 16px; | |
187 | + max-height: 16px; | |
188 | + min-width: 45px; | |
189 | + border-top: 1px solid #a0a0a0; | |
96 | 190 | } |
97 | -sup { | |
98 | - top: -0.5em; | |
191 | + | |
192 | +.lm-ScrollBar[data-orientation='vertical'] { | |
193 | + min-width: 16px; | |
194 | + max-width: 16px; | |
195 | + min-height: 45px; | |
196 | + border-left: 1px solid #a0a0a0; | |
99 | 197 | } |
100 | -sub { | |
101 | - bottom: -0.25em; | |
198 | + | |
199 | +.lm-ScrollBar-button { | |
200 | + background-color: #f0f0f0; | |
201 | + background-position: center center; | |
202 | + min-height: 15px; | |
203 | + max-height: 15px; | |
204 | + min-width: 15px; | |
205 | + max-width: 15px; | |
102 | 206 | } |
103 | -img { | |
104 | - border: 0; | |
207 | + | |
208 | +.lm-ScrollBar-button:hover { | |
209 | + background-color: #dadada; | |
105 | 210 | } |
106 | -svg:not(:root) { | |
107 | - overflow: hidden; | |
211 | + | |
212 | +.lm-ScrollBar-button.lm-mod-active { | |
213 | + background-color: #cdcdcd; | |
108 | 214 | } |
109 | -figure { | |
110 | - margin: 1em 40px; | |
215 | + | |
216 | +.lm-ScrollBar-track { | |
217 | + background: #f0f0f0; | |
111 | 218 | } |
112 | -hr { | |
113 | - box-sizing: content-box; | |
114 | - height: 0; | |
219 | + | |
220 | +.lm-ScrollBar-thumb { | |
221 | + background: #cdcdcd; | |
115 | 222 | } |
116 | -pre { | |
117 | - overflow: auto; | |
223 | + | |
224 | +.lm-ScrollBar-thumb:hover { | |
225 | + background: #bababa; | |
118 | 226 | } |
119 | -code, | |
120 | -kbd, | |
121 | -pre, | |
122 | -samp { | |
123 | - font-family: monospace, monospace; | |
124 | - font-size: 1em; | |
125 | -} | |
126 | -button, | |
127 | -input, | |
128 | -optgroup, | |
129 | -select, | |
130 | -textarea { | |
131 | - color: inherit; | |
132 | - font: inherit; | |
133 | - margin: 0; | |
227 | + | |
228 | +.lm-ScrollBar-thumb.lm-mod-active { | |
229 | + background: #a0a0a0; | |
134 | 230 | } |
135 | -button { | |
136 | - overflow: visible; | |
231 | + | |
232 | +.lm-ScrollBar[data-orientation='horizontal'] .lm-ScrollBar-thumb { | |
233 | + height: 100%; | |
234 | + min-width: 15px; | |
235 | + border-left: 1px solid #a0a0a0; | |
236 | + border-right: 1px solid #a0a0a0; | |
137 | 237 | } |
138 | -button, | |
139 | -select { | |
140 | - text-transform: none; | |
238 | + | |
239 | +.lm-ScrollBar[data-orientation='vertical'] .lm-ScrollBar-thumb { | |
240 | + width: 100%; | |
241 | + min-height: 15px; | |
242 | + border-top: 1px solid #a0a0a0; | |
243 | + border-bottom: 1px solid #a0a0a0; | |
141 | 244 | } |
142 | -button, | |
143 | -html input[type="button"], | |
144 | -input[type="reset"], | |
145 | -input[type="submit"] { | |
146 | - -webkit-appearance: button; | |
147 | - cursor: pointer; | |
245 | + | |
246 | +.lm-ScrollBar[data-orientation='horizontal'] | |
247 | + .lm-ScrollBar-button[data-action='decrement'] { | |
248 | + background-image: var(--jp-icon-caret-left); | |
249 | + background-size: 17px; | |
148 | 250 | } |
149 | -button[disabled], | |
150 | -html input[disabled] { | |
151 | - cursor: default; | |
251 | + | |
252 | +.lm-ScrollBar[data-orientation='horizontal'] | |
253 | + .lm-ScrollBar-button[data-action='increment'] { | |
254 | + background-image: var(--jp-icon-caret-right); | |
255 | + background-size: 17px; | |
152 | 256 | } |
153 | -button::-moz-focus-inner, | |
154 | -input::-moz-focus-inner { | |
155 | - border: 0; | |
156 | - padding: 0; | |
257 | + | |
258 | +.lm-ScrollBar[data-orientation='vertical'] | |
259 | + .lm-ScrollBar-button[data-action='decrement'] { | |
260 | + background-image: var(--jp-icon-caret-up); | |
261 | + background-size: 17px; | |
157 | 262 | } |
158 | -input { | |
159 | - line-height: normal; | |
263 | + | |
264 | +.lm-ScrollBar[data-orientation='vertical'] | |
265 | + .lm-ScrollBar-button[data-action='increment'] { | |
266 | + background-image: var(--jp-icon-caret-down); | |
267 | + background-size: 17px; | |
160 | 268 | } |
161 | -input[type="checkbox"], | |
162 | -input[type="radio"] { | |
269 | + | |
270 | +/*----------------------------------------------------------------------------- | |
271 | +| Copyright (c) Jupyter Development Team. | |
272 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
273 | +| | |
274 | +| Distributed under the terms of the BSD 3-Clause License. | |
275 | +| | |
276 | +| The full license is in the file LICENSE, distributed with this software. | |
277 | +|----------------------------------------------------------------------------*/ | |
278 | + | |
279 | + | |
280 | +/* <DEPRECATED> */ .p-Widget, /* </DEPRECATED> */ | |
281 | +.lm-Widget { | |
163 | 282 | box-sizing: border-box; |
164 | - padding: 0; | |
165 | -} | |
166 | -input[type="number"]::-webkit-inner-spin-button, | |
167 | -input[type="number"]::-webkit-outer-spin-button { | |
168 | - height: auto; | |
283 | + position: relative; | |
284 | + overflow: hidden; | |
285 | + cursor: default; | |
169 | 286 | } |
170 | -input[type="search"] { | |
171 | - -webkit-appearance: textfield; | |
172 | - box-sizing: content-box; | |
287 | + | |
288 | + | |
289 | +/* <DEPRECATED> */ .p-Widget.p-mod-hidden, /* </DEPRECATED> */ | |
290 | +.lm-Widget.lm-mod-hidden { | |
291 | + display: none !important; | |
173 | 292 | } |
174 | -input[type="search"]::-webkit-search-cancel-button, | |
175 | -input[type="search"]::-webkit-search-decoration { | |
176 | - -webkit-appearance: none; | |
293 | + | |
294 | +/*----------------------------------------------------------------------------- | |
295 | +| Copyright (c) Jupyter Development Team. | |
296 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
297 | +| | |
298 | +| Distributed under the terms of the BSD 3-Clause License. | |
299 | +| | |
300 | +| The full license is in the file LICENSE, distributed with this software. | |
301 | +|----------------------------------------------------------------------------*/ | |
302 | + | |
303 | + | |
304 | +/* <DEPRECATED> */ .p-CommandPalette, /* </DEPRECATED> */ | |
305 | +.lm-CommandPalette { | |
306 | + display: flex; | |
307 | + flex-direction: column; | |
308 | + -webkit-user-select: none; | |
309 | + -moz-user-select: none; | |
310 | + -ms-user-select: none; | |
311 | + user-select: none; | |
177 | 312 | } |
178 | -fieldset { | |
179 | - border: 1px solid #c0c0c0; | |
180 | - margin: 0 2px; | |
181 | - padding: 0.35em 0.625em 0.75em; | |
313 | + | |
314 | + | |
315 | +/* <DEPRECATED> */ .p-CommandPalette-search, /* </DEPRECATED> */ | |
316 | +.lm-CommandPalette-search { | |
317 | + flex: 0 0 auto; | |
182 | 318 | } |
183 | -legend { | |
184 | - border: 0; | |
319 | + | |
320 | + | |
321 | +/* <DEPRECATED> */ .p-CommandPalette-content, /* </DEPRECATED> */ | |
322 | +.lm-CommandPalette-content { | |
323 | + flex: 1 1 auto; | |
324 | + margin: 0; | |
185 | 325 | padding: 0; |
186 | -} | |
187 | -textarea { | |
326 | + min-height: 0; | |
188 | 327 | overflow: auto; |
328 | + list-style-type: none; | |
189 | 329 | } |
190 | -optgroup { | |
191 | - font-weight: bold; | |
192 | -} | |
193 | -table { | |
194 | - border-collapse: collapse; | |
195 | - border-spacing: 0; | |
196 | -} | |
197 | -td, | |
198 | -th { | |
199 | - padding: 0; | |
200 | -} | |
201 | -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ | |
202 | -@media print { | |
203 | - *, | |
204 | - *:before, | |
205 | - *:after { | |
206 | - background: transparent !important; | |
207 | - box-shadow: none !important; | |
208 | - text-shadow: none !important; | |
209 | - } | |
210 | - a, | |
211 | - a:visited { | |
212 | - text-decoration: underline; | |
213 | - } | |
214 | - a[href]:after { | |
215 | - content: " (" attr(href) ")"; | |
216 | - } | |
217 | - abbr[title]:after { | |
218 | - content: " (" attr(title) ")"; | |
219 | - } | |
220 | - a[href^="#"]:after, | |
221 | - a[href^="javascript:"]:after { | |
222 | - content: ""; | |
223 | - } | |
224 | - pre, | |
225 | - blockquote { | |
226 | - border: 1px solid #999; | |
227 | - page-break-inside: avoid; | |
228 | - } | |
229 | - thead { | |
230 | - display: table-header-group; | |
231 | - } | |
232 | - tr, | |
233 | - img { | |
234 | - page-break-inside: avoid; | |
235 | - } | |
236 | - img { | |
237 | - max-width: 100% !important; | |
238 | - } | |
239 | - p, | |
240 | - h2, | |
241 | - h3 { | |
242 | - orphans: 3; | |
243 | - widows: 3; | |
244 | - } | |
245 | - h2, | |
246 | - h3 { | |
247 | - page-break-after: avoid; | |
248 | - } | |
249 | - .navbar { | |
250 | - display: none; | |
251 | - } | |
252 | - .btn > .caret, | |
253 | - .dropup > .btn > .caret { | |
254 | - border-top-color: #000 !important; | |
255 | - } | |
256 | - .label { | |
257 | - border: 1px solid #000; | |
258 | - } | |
259 | - .table { | |
260 | - border-collapse: collapse !important; | |
261 | - } | |
262 | - .table td, | |
263 | - .table th { | |
264 | - background-color: #fff !important; | |
265 | - } | |
266 | - .table-bordered th, | |
267 | - .table-bordered td { | |
268 | - border: 1px solid #ddd !important; | |
269 | - } | |
270 | -} | |
271 | -@font-face { | |
272 | - font-family: 'Glyphicons Halflings'; | |
273 | - src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); | |
274 | - src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); | |
275 | -} | |
276 | -.glyphicon { | |
277 | - position: relative; | |
278 | - top: 1px; | |
279 | - display: inline-block; | |
280 | - font-family: 'Glyphicons Halflings'; | |
281 | - font-style: normal; | |
282 | - font-weight: normal; | |
283 | - line-height: 1; | |
284 | - -webkit-font-smoothing: antialiased; | |
285 | - -moz-osx-font-smoothing: grayscale; | |
286 | -} | |
287 | -.glyphicon-asterisk:before { | |
288 | - content: "\002a"; | |
330 | + | |
331 | + | |
332 | +/* <DEPRECATED> */ .p-CommandPalette-header, /* </DEPRECATED> */ | |
333 | +.lm-CommandPalette-header { | |
334 | + overflow: hidden; | |
335 | + white-space: nowrap; | |
336 | + text-overflow: ellipsis; | |
289 | 337 | } |
290 | -.glyphicon-plus:before { | |
291 | - content: "\002b"; | |
338 | + | |
339 | + | |
340 | +/* <DEPRECATED> */ .p-CommandPalette-item, /* </DEPRECATED> */ | |
341 | +.lm-CommandPalette-item { | |
342 | + display: flex; | |
343 | + flex-direction: row; | |
292 | 344 | } |
293 | -.glyphicon-euro:before, | |
294 | -.glyphicon-eur:before { | |
295 | - content: "\20ac"; | |
345 | + | |
346 | + | |
347 | +/* <DEPRECATED> */ .p-CommandPalette-itemIcon, /* </DEPRECATED> */ | |
348 | +.lm-CommandPalette-itemIcon { | |
349 | + flex: 0 0 auto; | |
296 | 350 | } |
297 | -.glyphicon-minus:before { | |
298 | - content: "\2212"; | |
351 | + | |
352 | + | |
353 | +/* <DEPRECATED> */ .p-CommandPalette-itemContent, /* </DEPRECATED> */ | |
354 | +.lm-CommandPalette-itemContent { | |
355 | + flex: 1 1 auto; | |
356 | + overflow: hidden; | |
299 | 357 | } |
300 | -.glyphicon-cloud:before { | |
301 | - content: "\2601"; | |
358 | + | |
359 | + | |
360 | +/* <DEPRECATED> */ .p-CommandPalette-itemShortcut, /* </DEPRECATED> */ | |
361 | +.lm-CommandPalette-itemShortcut { | |
362 | + flex: 0 0 auto; | |
302 | 363 | } |
303 | -.glyphicon-envelope:before { | |
304 | - content: "\2709"; | |
364 | + | |
365 | + | |
366 | +/* <DEPRECATED> */ .p-CommandPalette-itemLabel, /* </DEPRECATED> */ | |
367 | +.lm-CommandPalette-itemLabel { | |
368 | + overflow: hidden; | |
369 | + white-space: nowrap; | |
370 | + text-overflow: ellipsis; | |
305 | 371 | } |
306 | -.glyphicon-pencil:before { | |
307 | - content: "\270f"; | |
372 | + | |
373 | +.lm-close-icon { | |
374 | + border:1px solid transparent; | |
375 | + background-color: transparent; | |
376 | + position: absolute; | |
377 | + z-index:1; | |
378 | + right:3%; | |
379 | + top: 0; | |
380 | + bottom: 0; | |
381 | + margin: auto; | |
382 | + padding: 7px 0; | |
383 | + display: none; | |
384 | + vertical-align: middle; | |
385 | + outline: 0; | |
386 | + cursor: pointer; | |
308 | 387 | } |
309 | -.glyphicon-glass:before { | |
310 | - content: "\e001"; | |
388 | +.lm-close-icon:after { | |
389 | + content: "X"; | |
390 | + display: block; | |
391 | + width: 15px; | |
392 | + height: 15px; | |
393 | + text-align: center; | |
394 | + color:#000; | |
395 | + font-weight: normal; | |
396 | + font-size: 12px; | |
397 | + cursor: pointer; | |
311 | 398 | } |
312 | -.glyphicon-music:before { | |
313 | - content: "\e002"; | |
399 | + | |
400 | +/*----------------------------------------------------------------------------- | |
401 | +| Copyright (c) Jupyter Development Team. | |
402 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
403 | +| | |
404 | +| Distributed under the terms of the BSD 3-Clause License. | |
405 | +| | |
406 | +| The full license is in the file LICENSE, distributed with this software. | |
407 | +|----------------------------------------------------------------------------*/ | |
408 | + | |
409 | + | |
410 | +/* <DEPRECATED> */ .p-DockPanel, /* </DEPRECATED> */ | |
411 | +.lm-DockPanel { | |
412 | + z-index: 0; | |
314 | 413 | } |
315 | -.glyphicon-search:before { | |
316 | - content: "\e003"; | |
414 | + | |
415 | + | |
416 | +/* <DEPRECATED> */ .p-DockPanel-widget, /* </DEPRECATED> */ | |
417 | +.lm-DockPanel-widget { | |
418 | + z-index: 0; | |
317 | 419 | } |
318 | -.glyphicon-heart:before { | |
319 | - content: "\e005"; | |
420 | + | |
421 | + | |
422 | +/* <DEPRECATED> */ .p-DockPanel-tabBar, /* </DEPRECATED> */ | |
423 | +.lm-DockPanel-tabBar { | |
424 | + z-index: 1; | |
320 | 425 | } |
321 | -.glyphicon-star:before { | |
322 | - content: "\e006"; | |
426 | + | |
427 | + | |
428 | +/* <DEPRECATED> */ .p-DockPanel-handle, /* </DEPRECATED> */ | |
429 | +.lm-DockPanel-handle { | |
430 | + z-index: 2; | |
323 | 431 | } |
324 | -.glyphicon-star-empty:before { | |
325 | - content: "\e007"; | |
432 | + | |
433 | + | |
434 | +/* <DEPRECATED> */ .p-DockPanel-handle.p-mod-hidden, /* </DEPRECATED> */ | |
435 | +.lm-DockPanel-handle.lm-mod-hidden { | |
436 | + display: none !important; | |
326 | 437 | } |
327 | -.glyphicon-user:before { | |
328 | - content: "\e008"; | |
438 | + | |
439 | + | |
440 | +/* <DEPRECATED> */ .p-DockPanel-handle:after, /* </DEPRECATED> */ | |
441 | +.lm-DockPanel-handle:after { | |
442 | + position: absolute; | |
443 | + top: 0; | |
444 | + left: 0; | |
445 | + width: 100%; | |
446 | + height: 100%; | |
447 | + content: ''; | |
329 | 448 | } |
330 | -.glyphicon-film:before { | |
331 | - content: "\e009"; | |
449 | + | |
450 | + | |
451 | +/* <DEPRECATED> */ | |
452 | +.p-DockPanel-handle[data-orientation='horizontal'], | |
453 | +/* </DEPRECATED> */ | |
454 | +.lm-DockPanel-handle[data-orientation='horizontal'] { | |
455 | + cursor: ew-resize; | |
332 | 456 | } |
333 | -.glyphicon-th-large:before { | |
334 | - content: "\e010"; | |
457 | + | |
458 | + | |
459 | +/* <DEPRECATED> */ | |
460 | +.p-DockPanel-handle[data-orientation='vertical'], | |
461 | +/* </DEPRECATED> */ | |
462 | +.lm-DockPanel-handle[data-orientation='vertical'] { | |
463 | + cursor: ns-resize; | |
335 | 464 | } |
336 | -.glyphicon-th:before { | |
337 | - content: "\e011"; | |
465 | + | |
466 | + | |
467 | +/* <DEPRECATED> */ | |
468 | +.p-DockPanel-handle[data-orientation='horizontal']:after, | |
469 | +/* </DEPRECATED> */ | |
470 | +.lm-DockPanel-handle[data-orientation='horizontal']:after { | |
471 | + left: 50%; | |
472 | + min-width: 8px; | |
473 | + transform: translateX(-50%); | |
338 | 474 | } |
339 | -.glyphicon-th-list:before { | |
340 | - content: "\e012"; | |
475 | + | |
476 | + | |
477 | +/* <DEPRECATED> */ | |
478 | +.p-DockPanel-handle[data-orientation='vertical']:after, | |
479 | +/* </DEPRECATED> */ | |
480 | +.lm-DockPanel-handle[data-orientation='vertical']:after { | |
481 | + top: 50%; | |
482 | + min-height: 8px; | |
483 | + transform: translateY(-50%); | |
341 | 484 | } |
342 | -.glyphicon-ok:before { | |
343 | - content: "\e013"; | |
485 | + | |
486 | + | |
487 | +/* <DEPRECATED> */ .p-DockPanel-overlay, /* </DEPRECATED> */ | |
488 | +.lm-DockPanel-overlay { | |
489 | + z-index: 3; | |
490 | + box-sizing: border-box; | |
491 | + pointer-events: none; | |
344 | 492 | } |
345 | -.glyphicon-remove:before { | |
346 | - content: "\e014"; | |
493 | + | |
494 | + | |
495 | +/* <DEPRECATED> */ .p-DockPanel-overlay.p-mod-hidden, /* </DEPRECATED> */ | |
496 | +.lm-DockPanel-overlay.lm-mod-hidden { | |
497 | + display: none !important; | |
347 | 498 | } |
348 | -.glyphicon-zoom-in:before { | |
349 | - content: "\e015"; | |
499 | + | |
500 | +/*----------------------------------------------------------------------------- | |
501 | +| Copyright (c) Jupyter Development Team. | |
502 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
503 | +| | |
504 | +| Distributed under the terms of the BSD 3-Clause License. | |
505 | +| | |
506 | +| The full license is in the file LICENSE, distributed with this software. | |
507 | +|----------------------------------------------------------------------------*/ | |
508 | + | |
509 | + | |
510 | +/* <DEPRECATED> */ .p-Menu, /* </DEPRECATED> */ | |
511 | +.lm-Menu { | |
512 | + z-index: 10000; | |
513 | + position: absolute; | |
514 | + white-space: nowrap; | |
515 | + overflow-x: hidden; | |
516 | + overflow-y: auto; | |
517 | + outline: none; | |
518 | + -webkit-user-select: none; | |
519 | + -moz-user-select: none; | |
520 | + -ms-user-select: none; | |
521 | + user-select: none; | |
350 | 522 | } |
351 | -.glyphicon-zoom-out:before { | |
352 | - content: "\e016"; | |
523 | + | |
524 | + | |
525 | +/* <DEPRECATED> */ .p-Menu-content, /* </DEPRECATED> */ | |
526 | +.lm-Menu-content { | |
527 | + margin: 0; | |
528 | + padding: 0; | |
529 | + display: table; | |
530 | + list-style-type: none; | |
353 | 531 | } |
354 | -.glyphicon-off:before { | |
355 | - content: "\e017"; | |
532 | + | |
533 | + | |
534 | +/* <DEPRECATED> */ .p-Menu-item, /* </DEPRECATED> */ | |
535 | +.lm-Menu-item { | |
536 | + display: table-row; | |
356 | 537 | } |
357 | -.glyphicon-signal:before { | |
358 | - content: "\e018"; | |
538 | + | |
539 | + | |
540 | +/* <DEPRECATED> */ | |
541 | +.p-Menu-item.p-mod-hidden, | |
542 | +.p-Menu-item.p-mod-collapsed, | |
543 | +/* </DEPRECATED> */ | |
544 | +.lm-Menu-item.lm-mod-hidden, | |
545 | +.lm-Menu-item.lm-mod-collapsed { | |
546 | + display: none !important; | |
359 | 547 | } |
360 | -.glyphicon-cog:before { | |
361 | - content: "\e019"; | |
548 | + | |
549 | + | |
550 | +/* <DEPRECATED> */ | |
551 | +.p-Menu-itemIcon, | |
552 | +.p-Menu-itemSubmenuIcon, | |
553 | +/* </DEPRECATED> */ | |
554 | +.lm-Menu-itemIcon, | |
555 | +.lm-Menu-itemSubmenuIcon { | |
556 | + display: table-cell; | |
557 | + text-align: center; | |
362 | 558 | } |
363 | -.glyphicon-trash:before { | |
364 | - content: "\e020"; | |
559 | + | |
560 | + | |
561 | +/* <DEPRECATED> */ .p-Menu-itemLabel, /* </DEPRECATED> */ | |
562 | +.lm-Menu-itemLabel { | |
563 | + display: table-cell; | |
564 | + text-align: left; | |
365 | 565 | } |
366 | -.glyphicon-home:before { | |
367 | - content: "\e021"; | |
566 | + | |
567 | + | |
568 | +/* <DEPRECATED> */ .p-Menu-itemShortcut, /* </DEPRECATED> */ | |
569 | +.lm-Menu-itemShortcut { | |
570 | + display: table-cell; | |
571 | + text-align: right; | |
368 | 572 | } |
369 | -.glyphicon-file:before { | |
370 | - content: "\e022"; | |
573 | + | |
574 | +/*----------------------------------------------------------------------------- | |
575 | +| Copyright (c) Jupyter Development Team. | |
576 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
577 | +| | |
578 | +| Distributed under the terms of the BSD 3-Clause License. | |
579 | +| | |
580 | +| The full license is in the file LICENSE, distributed with this software. | |
581 | +|----------------------------------------------------------------------------*/ | |
582 | + | |
583 | + | |
584 | +/* <DEPRECATED> */ .p-MenuBar, /* </DEPRECATED> */ | |
585 | +.lm-MenuBar { | |
586 | + outline: none; | |
587 | + -webkit-user-select: none; | |
588 | + -moz-user-select: none; | |
589 | + -ms-user-select: none; | |
590 | + user-select: none; | |
371 | 591 | } |
372 | -.glyphicon-time:before { | |
373 | - content: "\e023"; | |
374 | -} | |
375 | -.glyphicon-road:before { | |
376 | - content: "\e024"; | |
377 | -} | |
378 | -.glyphicon-download-alt:before { | |
379 | - content: "\e025"; | |
380 | -} | |
381 | -.glyphicon-download:before { | |
382 | - content: "\e026"; | |
383 | -} | |
384 | -.glyphicon-upload:before { | |
385 | - content: "\e027"; | |
386 | -} | |
387 | -.glyphicon-inbox:before { | |
388 | - content: "\e028"; | |
389 | -} | |
390 | -.glyphicon-play-circle:before { | |
391 | - content: "\e029"; | |
392 | -} | |
393 | -.glyphicon-repeat:before { | |
394 | - content: "\e030"; | |
395 | -} | |
396 | -.glyphicon-refresh:before { | |
397 | - content: "\e031"; | |
398 | -} | |
399 | -.glyphicon-list-alt:before { | |
400 | - content: "\e032"; | |
401 | -} | |
402 | -.glyphicon-lock:before { | |
403 | - content: "\e033"; | |
404 | -} | |
405 | -.glyphicon-flag:before { | |
406 | - content: "\e034"; | |
407 | -} | |
408 | -.glyphicon-headphones:before { | |
409 | - content: "\e035"; | |
410 | -} | |
411 | -.glyphicon-volume-off:before { | |
412 | - content: "\e036"; | |
413 | -} | |
414 | -.glyphicon-volume-down:before { | |
415 | - content: "\e037"; | |
416 | -} | |
417 | -.glyphicon-volume-up:before { | |
418 | - content: "\e038"; | |
419 | -} | |
420 | -.glyphicon-qrcode:before { | |
421 | - content: "\e039"; | |
422 | -} | |
423 | -.glyphicon-barcode:before { | |
424 | - content: "\e040"; | |
425 | -} | |
426 | -.glyphicon-tag:before { | |
427 | - content: "\e041"; | |
428 | -} | |
429 | -.glyphicon-tags:before { | |
430 | - content: "\e042"; | |
431 | -} | |
432 | -.glyphicon-book:before { | |
433 | - content: "\e043"; | |
434 | -} | |
435 | -.glyphicon-bookmark:before { | |
436 | - content: "\e044"; | |
437 | -} | |
438 | -.glyphicon-print:before { | |
439 | - content: "\e045"; | |
440 | -} | |
441 | -.glyphicon-camera:before { | |
442 | - content: "\e046"; | |
443 | -} | |
444 | -.glyphicon-font:before { | |
445 | - content: "\e047"; | |
446 | -} | |
447 | -.glyphicon-bold:before { | |
448 | - content: "\e048"; | |
449 | -} | |
450 | -.glyphicon-italic:before { | |
451 | - content: "\e049"; | |
452 | -} | |
453 | -.glyphicon-text-height:before { | |
454 | - content: "\e050"; | |
455 | -} | |
456 | -.glyphicon-text-width:before { | |
457 | - content: "\e051"; | |
458 | -} | |
459 | -.glyphicon-align-left:before { | |
460 | - content: "\e052"; | |
461 | -} | |
462 | -.glyphicon-align-center:before { | |
463 | - content: "\e053"; | |
464 | -} | |
465 | -.glyphicon-align-right:before { | |
466 | - content: "\e054"; | |
467 | -} | |
468 | -.glyphicon-align-justify:before { | |
469 | - content: "\e055"; | |
470 | -} | |
471 | -.glyphicon-list:before { | |
472 | - content: "\e056"; | |
473 | -} | |
474 | -.glyphicon-indent-left:before { | |
475 | - content: "\e057"; | |
476 | -} | |
477 | -.glyphicon-indent-right:before { | |
478 | - content: "\e058"; | |
479 | -} | |
480 | -.glyphicon-facetime-video:before { | |
481 | - content: "\e059"; | |
482 | -} | |
483 | -.glyphicon-picture:before { | |
484 | - content: "\e060"; | |
485 | -} | |
486 | -.glyphicon-map-marker:before { | |
487 | - content: "\e062"; | |
488 | -} | |
489 | -.glyphicon-adjust:before { | |
490 | - content: "\e063"; | |
491 | -} | |
492 | -.glyphicon-tint:before { | |
493 | - content: "\e064"; | |
494 | -} | |
495 | -.glyphicon-edit:before { | |
496 | - content: "\e065"; | |
497 | -} | |
498 | -.glyphicon-share:before { | |
499 | - content: "\e066"; | |
500 | -} | |
501 | -.glyphicon-check:before { | |
502 | - content: "\e067"; | |
503 | -} | |
504 | -.glyphicon-move:before { | |
505 | - content: "\e068"; | |
506 | -} | |
507 | -.glyphicon-step-backward:before { | |
508 | - content: "\e069"; | |
509 | -} | |
510 | -.glyphicon-fast-backward:before { | |
511 | - content: "\e070"; | |
512 | -} | |
513 | -.glyphicon-backward:before { | |
514 | - content: "\e071"; | |
515 | -} | |
516 | -.glyphicon-play:before { | |
517 | - content: "\e072"; | |
518 | -} | |
519 | -.glyphicon-pause:before { | |
520 | - content: "\e073"; | |
521 | -} | |
522 | -.glyphicon-stop:before { | |
523 | - content: "\e074"; | |
524 | -} | |
525 | -.glyphicon-forward:before { | |
526 | - content: "\e075"; | |
527 | -} | |
528 | -.glyphicon-fast-forward:before { | |
529 | - content: "\e076"; | |
530 | -} | |
531 | -.glyphicon-step-forward:before { | |
532 | - content: "\e077"; | |
533 | -} | |
534 | -.glyphicon-eject:before { | |
535 | - content: "\e078"; | |
536 | -} | |
537 | -.glyphicon-chevron-left:before { | |
538 | - content: "\e079"; | |
539 | -} | |
540 | -.glyphicon-chevron-right:before { | |
541 | - content: "\e080"; | |
542 | -} | |
543 | -.glyphicon-plus-sign:before { | |
544 | - content: "\e081"; | |
545 | -} | |
546 | -.glyphicon-minus-sign:before { | |
547 | - content: "\e082"; | |
548 | -} | |
549 | -.glyphicon-remove-sign:before { | |
550 | - content: "\e083"; | |
551 | -} | |
552 | -.glyphicon-ok-sign:before { | |
553 | - content: "\e084"; | |
554 | -} | |
555 | -.glyphicon-question-sign:before { | |
556 | - content: "\e085"; | |
557 | -} | |
558 | -.glyphicon-info-sign:before { | |
559 | - content: "\e086"; | |
560 | -} | |
561 | -.glyphicon-screenshot:before { | |
562 | - content: "\e087"; | |
563 | -} | |
564 | -.glyphicon-remove-circle:before { | |
565 | - content: "\e088"; | |
566 | -} | |
567 | -.glyphicon-ok-circle:before { | |
568 | - content: "\e089"; | |
569 | -} | |
570 | -.glyphicon-ban-circle:before { | |
571 | - content: "\e090"; | |
572 | -} | |
573 | -.glyphicon-arrow-left:before { | |
574 | - content: "\e091"; | |
575 | -} | |
576 | -.glyphicon-arrow-right:before { | |
577 | - content: "\e092"; | |
578 | -} | |
579 | -.glyphicon-arrow-up:before { | |
580 | - content: "\e093"; | |
581 | -} | |
582 | -.glyphicon-arrow-down:before { | |
583 | - content: "\e094"; | |
584 | -} | |
585 | -.glyphicon-share-alt:before { | |
586 | - content: "\e095"; | |
587 | -} | |
588 | -.glyphicon-resize-full:before { | |
589 | - content: "\e096"; | |
590 | -} | |
591 | -.glyphicon-resize-small:before { | |
592 | - content: "\e097"; | |
593 | -} | |
594 | -.glyphicon-exclamation-sign:before { | |
595 | - content: "\e101"; | |
596 | -} | |
597 | -.glyphicon-gift:before { | |
598 | - content: "\e102"; | |
599 | -} | |
600 | -.glyphicon-leaf:before { | |
601 | - content: "\e103"; | |
602 | -} | |
603 | -.glyphicon-fire:before { | |
604 | - content: "\e104"; | |
605 | -} | |
606 | -.glyphicon-eye-open:before { | |
607 | - content: "\e105"; | |
608 | -} | |
609 | -.glyphicon-eye-close:before { | |
610 | - content: "\e106"; | |
611 | -} | |
612 | -.glyphicon-warning-sign:before { | |
613 | - content: "\e107"; | |
614 | -} | |
615 | -.glyphicon-plane:before { | |
616 | - content: "\e108"; | |
617 | -} | |
618 | -.glyphicon-calendar:before { | |
619 | - content: "\e109"; | |
620 | -} | |
621 | -.glyphicon-random:before { | |
622 | - content: "\e110"; | |
623 | -} | |
624 | -.glyphicon-comment:before { | |
625 | - content: "\e111"; | |
626 | -} | |
627 | -.glyphicon-magnet:before { | |
628 | - content: "\e112"; | |
629 | -} | |
630 | -.glyphicon-chevron-up:before { | |
631 | - content: "\e113"; | |
632 | -} | |
633 | -.glyphicon-chevron-down:before { | |
634 | - content: "\e114"; | |
635 | -} | |
636 | -.glyphicon-retweet:before { | |
637 | - content: "\e115"; | |
638 | -} | |
639 | -.glyphicon-shopping-cart:before { | |
640 | - content: "\e116"; | |
641 | -} | |
642 | -.glyphicon-folder-close:before { | |
643 | - content: "\e117"; | |
644 | -} | |
645 | -.glyphicon-folder-open:before { | |
646 | - content: "\e118"; | |
647 | -} | |
648 | -.glyphicon-resize-vertical:before { | |
649 | - content: "\e119"; | |
650 | -} | |
651 | -.glyphicon-resize-horizontal:before { | |
652 | - content: "\e120"; | |
653 | -} | |
654 | -.glyphicon-hdd:before { | |
655 | - content: "\e121"; | |
656 | -} | |
657 | -.glyphicon-bullhorn:before { | |
658 | - content: "\e122"; | |
659 | -} | |
660 | -.glyphicon-bell:before { | |
661 | - content: "\e123"; | |
662 | -} | |
663 | -.glyphicon-certificate:before { | |
664 | - content: "\e124"; | |
665 | -} | |
666 | -.glyphicon-thumbs-up:before { | |
667 | - content: "\e125"; | |
668 | -} | |
669 | -.glyphicon-thumbs-down:before { | |
670 | - content: "\e126"; | |
671 | -} | |
672 | -.glyphicon-hand-right:before { | |
673 | - content: "\e127"; | |
674 | -} | |
675 | -.glyphicon-hand-left:before { | |
676 | - content: "\e128"; | |
677 | -} | |
678 | -.glyphicon-hand-up:before { | |
679 | - content: "\e129"; | |
680 | -} | |
681 | -.glyphicon-hand-down:before { | |
682 | - content: "\e130"; | |
683 | -} | |
684 | -.glyphicon-circle-arrow-right:before { | |
685 | - content: "\e131"; | |
686 | -} | |
687 | -.glyphicon-circle-arrow-left:before { | |
688 | - content: "\e132"; | |
689 | -} | |
690 | -.glyphicon-circle-arrow-up:before { | |
691 | - content: "\e133"; | |
692 | -} | |
693 | -.glyphicon-circle-arrow-down:before { | |
694 | - content: "\e134"; | |
695 | -} | |
696 | -.glyphicon-globe:before { | |
697 | - content: "\e135"; | |
698 | -} | |
699 | -.glyphicon-wrench:before { | |
700 | - content: "\e136"; | |
701 | -} | |
702 | -.glyphicon-tasks:before { | |
703 | - content: "\e137"; | |
704 | -} | |
705 | -.glyphicon-filter:before { | |
706 | - content: "\e138"; | |
707 | -} | |
708 | -.glyphicon-briefcase:before { | |
709 | - content: "\e139"; | |
710 | -} | |
711 | -.glyphicon-fullscreen:before { | |
712 | - content: "\e140"; | |
713 | -} | |
714 | -.glyphicon-dashboard:before { | |
715 | - content: "\e141"; | |
716 | -} | |
717 | -.glyphicon-paperclip:before { | |
718 | - content: "\e142"; | |
719 | -} | |
720 | -.glyphicon-heart-empty:before { | |
721 | - content: "\e143"; | |
722 | -} | |
723 | -.glyphicon-link:before { | |
724 | - content: "\e144"; | |
725 | -} | |
726 | -.glyphicon-phone:before { | |
727 | - content: "\e145"; | |
728 | -} | |
729 | -.glyphicon-pushpin:before { | |
730 | - content: "\e146"; | |
731 | -} | |
732 | -.glyphicon-usd:before { | |
733 | - content: "\e148"; | |
734 | -} | |
735 | -.glyphicon-gbp:before { | |
736 | - content: "\e149"; | |
737 | -} | |
738 | -.glyphicon-sort:before { | |
739 | - content: "\e150"; | |
740 | -} | |
741 | -.glyphicon-sort-by-alphabet:before { | |
742 | - content: "\e151"; | |
743 | -} | |
744 | -.glyphicon-sort-by-alphabet-alt:before { | |
745 | - content: "\e152"; | |
592 | + | |
593 | + | |
594 | +/* <DEPRECATED> */ .p-MenuBar-content, /* </DEPRECATED> */ | |
595 | +.lm-MenuBar-content { | |
596 | + margin: 0; | |
597 | + padding: 0; | |
598 | + display: flex; | |
599 | + flex-direction: row; | |
600 | + list-style-type: none; | |
746 | 601 | } |
747 | -.glyphicon-sort-by-order:before { | |
748 | - content: "\e153"; | |
602 | + | |
603 | + | |
604 | +/* <DEPRECATED> */ .p--MenuBar-item, /* </DEPRECATED> */ | |
605 | +.lm-MenuBar-item { | |
606 | + box-sizing: border-box; | |
749 | 607 | } |
750 | -.glyphicon-sort-by-order-alt:before { | |
751 | - content: "\e154"; | |
608 | + | |
609 | + | |
610 | +/* <DEPRECATED> */ | |
611 | +.p-MenuBar-itemIcon, | |
612 | +.p-MenuBar-itemLabel, | |
613 | +/* </DEPRECATED> */ | |
614 | +.lm-MenuBar-itemIcon, | |
615 | +.lm-MenuBar-itemLabel { | |
616 | + display: inline-block; | |
752 | 617 | } |
753 | -.glyphicon-sort-by-attributes:before { | |
754 | - content: "\e155"; | |
618 | + | |
619 | +/*----------------------------------------------------------------------------- | |
620 | +| Copyright (c) Jupyter Development Team. | |
621 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
622 | +| | |
623 | +| Distributed under the terms of the BSD 3-Clause License. | |
624 | +| | |
625 | +| The full license is in the file LICENSE, distributed with this software. | |
626 | +|----------------------------------------------------------------------------*/ | |
627 | + | |
628 | + | |
629 | +/* <DEPRECATED> */ .p-ScrollBar, /* </DEPRECATED> */ | |
630 | +.lm-ScrollBar { | |
631 | + display: flex; | |
632 | + -webkit-user-select: none; | |
633 | + -moz-user-select: none; | |
634 | + -ms-user-select: none; | |
635 | + user-select: none; | |
755 | 636 | } |
756 | -.glyphicon-sort-by-attributes-alt:before { | |
757 | - content: "\e156"; | |
637 | + | |
638 | + | |
639 | +/* <DEPRECATED> */ | |
640 | +.p-ScrollBar[data-orientation='horizontal'], | |
641 | +/* </DEPRECATED> */ | |
642 | +.lm-ScrollBar[data-orientation='horizontal'] { | |
643 | + flex-direction: row; | |
758 | 644 | } |
759 | -.glyphicon-unchecked:before { | |
760 | - content: "\e157"; | |
645 | + | |
646 | + | |
647 | +/* <DEPRECATED> */ | |
648 | +.p-ScrollBar[data-orientation='vertical'], | |
649 | +/* </DEPRECATED> */ | |
650 | +.lm-ScrollBar[data-orientation='vertical'] { | |
651 | + flex-direction: column; | |
761 | 652 | } |
762 | -.glyphicon-expand:before { | |
763 | - content: "\e158"; | |
653 | + | |
654 | + | |
655 | +/* <DEPRECATED> */ .p-ScrollBar-button, /* </DEPRECATED> */ | |
656 | +.lm-ScrollBar-button { | |
657 | + box-sizing: border-box; | |
658 | + flex: 0 0 auto; | |
764 | 659 | } |
765 | -.glyphicon-collapse-down:before { | |
766 | - content: "\e159"; | |
660 | + | |
661 | + | |
662 | +/* <DEPRECATED> */ .p-ScrollBar-track, /* </DEPRECATED> */ | |
663 | +.lm-ScrollBar-track { | |
664 | + box-sizing: border-box; | |
665 | + position: relative; | |
666 | + overflow: hidden; | |
667 | + flex: 1 1 auto; | |
767 | 668 | } |
768 | -.glyphicon-collapse-up:before { | |
769 | - content: "\e160"; | |
669 | + | |
670 | + | |
671 | +/* <DEPRECATED> */ .p-ScrollBar-thumb, /* </DEPRECATED> */ | |
672 | +.lm-ScrollBar-thumb { | |
673 | + box-sizing: border-box; | |
674 | + position: absolute; | |
770 | 675 | } |
771 | -.glyphicon-log-in:before { | |
772 | - content: "\e161"; | |
676 | + | |
677 | +/*----------------------------------------------------------------------------- | |
678 | +| Copyright (c) Jupyter Development Team. | |
679 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
680 | +| | |
681 | +| Distributed under the terms of the BSD 3-Clause License. | |
682 | +| | |
683 | +| The full license is in the file LICENSE, distributed with this software. | |
684 | +|----------------------------------------------------------------------------*/ | |
685 | + | |
686 | + | |
687 | +/* <DEPRECATED> */ .p-SplitPanel-child, /* </DEPRECATED> */ | |
688 | +.lm-SplitPanel-child { | |
689 | + z-index: 0; | |
773 | 690 | } |
774 | -.glyphicon-flash:before { | |
775 | - content: "\e162"; | |
691 | + | |
692 | + | |
693 | +/* <DEPRECATED> */ .p-SplitPanel-handle, /* </DEPRECATED> */ | |
694 | +.lm-SplitPanel-handle { | |
695 | + z-index: 1; | |
776 | 696 | } |
777 | -.glyphicon-log-out:before { | |
778 | - content: "\e163"; | |
697 | + | |
698 | + | |
699 | +/* <DEPRECATED> */ .p-SplitPanel-handle.p-mod-hidden, /* </DEPRECATED> */ | |
700 | +.lm-SplitPanel-handle.lm-mod-hidden { | |
701 | + display: none !important; | |
779 | 702 | } |
780 | -.glyphicon-new-window:before { | |
781 | - content: "\e164"; | |
703 | + | |
704 | + | |
705 | +/* <DEPRECATED> */ .p-SplitPanel-handle:after, /* </DEPRECATED> */ | |
706 | +.lm-SplitPanel-handle:after { | |
707 | + position: absolute; | |
708 | + top: 0; | |
709 | + left: 0; | |
710 | + width: 100%; | |
711 | + height: 100%; | |
712 | + content: ''; | |
782 | 713 | } |
783 | -.glyphicon-record:before { | |
784 | - content: "\e165"; | |
714 | + | |
715 | + | |
716 | +/* <DEPRECATED> */ | |
717 | +.p-SplitPanel[data-orientation='horizontal'] > .p-SplitPanel-handle, | |
718 | +/* </DEPRECATED> */ | |
719 | +.lm-SplitPanel[data-orientation='horizontal'] > .lm-SplitPanel-handle { | |
720 | + cursor: ew-resize; | |
785 | 721 | } |
786 | -.glyphicon-save:before { | |
787 | - content: "\e166"; | |
722 | + | |
723 | + | |
724 | +/* <DEPRECATED> */ | |
725 | +.p-SplitPanel[data-orientation='vertical'] > .p-SplitPanel-handle, | |
726 | +/* </DEPRECATED> */ | |
727 | +.lm-SplitPanel[data-orientation='vertical'] > .lm-SplitPanel-handle { | |
728 | + cursor: ns-resize; | |
788 | 729 | } |
789 | -.glyphicon-open:before { | |
790 | - content: "\e167"; | |
730 | + | |
731 | + | |
732 | +/* <DEPRECATED> */ | |
733 | +.p-SplitPanel[data-orientation='horizontal'] > .p-SplitPanel-handle:after, | |
734 | +/* </DEPRECATED> */ | |
735 | +.lm-SplitPanel[data-orientation='horizontal'] > .lm-SplitPanel-handle:after { | |
736 | + left: 50%; | |
737 | + min-width: 8px; | |
738 | + transform: translateX(-50%); | |
791 | 739 | } |
792 | -.glyphicon-saved:before { | |
793 | - content: "\e168"; | |
740 | + | |
741 | + | |
742 | +/* <DEPRECATED> */ | |
743 | +.p-SplitPanel[data-orientation='vertical'] > .p-SplitPanel-handle:after, | |
744 | +/* </DEPRECATED> */ | |
745 | +.lm-SplitPanel[data-orientation='vertical'] > .lm-SplitPanel-handle:after { | |
746 | + top: 50%; | |
747 | + min-height: 8px; | |
748 | + transform: translateY(-50%); | |
794 | 749 | } |
795 | -.glyphicon-import:before { | |
796 | - content: "\e169"; | |
750 | + | |
751 | +/*----------------------------------------------------------------------------- | |
752 | +| Copyright (c) Jupyter Development Team. | |
753 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
754 | +| | |
755 | +| Distributed under the terms of the BSD 3-Clause License. | |
756 | +| | |
757 | +| The full license is in the file LICENSE, distributed with this software. | |
758 | +|----------------------------------------------------------------------------*/ | |
759 | + | |
760 | + | |
761 | +/* <DEPRECATED> */ .p-TabBar, /* </DEPRECATED> */ | |
762 | +.lm-TabBar { | |
763 | + display: flex; | |
764 | + -webkit-user-select: none; | |
765 | + -moz-user-select: none; | |
766 | + -ms-user-select: none; | |
767 | + user-select: none; | |
797 | 768 | } |
798 | -.glyphicon-export:before { | |
799 | - content: "\e170"; | |
769 | + | |
770 | + | |
771 | +/* <DEPRECATED> */ .p-TabBar[data-orientation='horizontal'], /* </DEPRECATED> */ | |
772 | +.lm-TabBar[data-orientation='horizontal'] { | |
773 | + flex-direction: row; | |
774 | + align-items: flex-end; | |
800 | 775 | } |
801 | -.glyphicon-send:before { | |
802 | - content: "\e171"; | |
776 | + | |
777 | + | |
778 | +/* <DEPRECATED> */ .p-TabBar[data-orientation='vertical'], /* </DEPRECATED> */ | |
779 | +.lm-TabBar[data-orientation='vertical'] { | |
780 | + flex-direction: column; | |
781 | + align-items: flex-end; | |
803 | 782 | } |
804 | -.glyphicon-floppy-disk:before { | |
805 | - content: "\e172"; | |
783 | + | |
784 | + | |
785 | +/* <DEPRECATED> */ .p-TabBar-content, /* </DEPRECATED> */ | |
786 | +.lm-TabBar-content { | |
787 | + margin: 0; | |
788 | + padding: 0; | |
789 | + display: flex; | |
790 | + flex: 1 1 auto; | |
791 | + list-style-type: none; | |
806 | 792 | } |
807 | -.glyphicon-floppy-saved:before { | |
808 | - content: "\e173"; | |
793 | + | |
794 | + | |
795 | +/* <DEPRECATED> */ | |
796 | +.p-TabBar[data-orientation='horizontal'] > .p-TabBar-content, | |
797 | +/* </DEPRECATED> */ | |
798 | +.lm-TabBar[data-orientation='horizontal'] > .lm-TabBar-content { | |
799 | + flex-direction: row; | |
809 | 800 | } |
810 | -.glyphicon-floppy-remove:before { | |
811 | - content: "\e174"; | |
801 | + | |
802 | + | |
803 | +/* <DEPRECATED> */ | |
804 | +.p-TabBar[data-orientation='vertical'] > .p-TabBar-content, | |
805 | +/* </DEPRECATED> */ | |
806 | +.lm-TabBar[data-orientation='vertical'] > .lm-TabBar-content { | |
807 | + flex-direction: column; | |
812 | 808 | } |
813 | -.glyphicon-floppy-save:before { | |
814 | - content: "\e175"; | |
809 | + | |
810 | + | |
811 | +/* <DEPRECATED> */ .p-TabBar-tab, /* </DEPRECATED> */ | |
812 | +.lm-TabBar-tab { | |
813 | + display: flex; | |
814 | + flex-direction: row; | |
815 | + box-sizing: border-box; | |
816 | + overflow: hidden; | |
815 | 817 | } |
816 | -.glyphicon-floppy-open:before { | |
817 | - content: "\e176"; | |
818 | + | |
819 | + | |
820 | +/* <DEPRECATED> */ | |
821 | +.p-TabBar-tabIcon, | |
822 | +.p-TabBar-tabCloseIcon, | |
823 | +/* </DEPRECATED> */ | |
824 | +.lm-TabBar-tabIcon, | |
825 | +.lm-TabBar-tabCloseIcon { | |
826 | + flex: 0 0 auto; | |
818 | 827 | } |
819 | -.glyphicon-credit-card:before { | |
820 | - content: "\e177"; | |
828 | + | |
829 | + | |
830 | +/* <DEPRECATED> */ .p-TabBar-tabLabel, /* </DEPRECATED> */ | |
831 | +.lm-TabBar-tabLabel { | |
832 | + flex: 1 1 auto; | |
833 | + overflow: hidden; | |
834 | + white-space: nowrap; | |
821 | 835 | } |
822 | -.glyphicon-transfer:before { | |
823 | - content: "\e178"; | |
836 | + | |
837 | + | |
838 | +.lm-TabBar-tabInput { | |
839 | + user-select: all; | |
840 | + width: 100%; | |
841 | + box-sizing : border-box; | |
824 | 842 | } |
825 | -.glyphicon-cutlery:before { | |
826 | - content: "\e179"; | |
843 | + | |
844 | + | |
845 | +/* <DEPRECATED> */ .p-TabBar-tab.p-mod-hidden, /* </DEPRECATED> */ | |
846 | +.lm-TabBar-tab.lm-mod-hidden { | |
847 | + display: none !important; | |
827 | 848 | } |
828 | -.glyphicon-header:before { | |
829 | - content: "\e180"; | |
849 | + | |
850 | + | |
851 | +.lm-TabBar-addButton.lm-mod-hidden { | |
852 | + display: none !important; | |
830 | 853 | } |
831 | -.glyphicon-compressed:before { | |
832 | - content: "\e181"; | |
854 | + | |
855 | + | |
856 | +/* <DEPRECATED> */ .p-TabBar.p-mod-dragging .p-TabBar-tab, /* </DEPRECATED> */ | |
857 | +.lm-TabBar.lm-mod-dragging .lm-TabBar-tab { | |
858 | + position: relative; | |
833 | 859 | } |
834 | -.glyphicon-earphone:before { | |
835 | - content: "\e182"; | |
860 | + | |
861 | + | |
862 | +/* <DEPRECATED> */ | |
863 | +.p-TabBar.p-mod-dragging[data-orientation='horizontal'] .p-TabBar-tab, | |
864 | +/* </DEPRECATED> */ | |
865 | +.lm-TabBar.lm-mod-dragging[data-orientation='horizontal'] .lm-TabBar-tab { | |
866 | + left: 0; | |
867 | + transition: left 150ms ease; | |
836 | 868 | } |
837 | -.glyphicon-phone-alt:before { | |
838 | - content: "\e183"; | |
869 | + | |
870 | + | |
871 | +/* <DEPRECATED> */ | |
872 | +.p-TabBar.p-mod-dragging[data-orientation='vertical'] .p-TabBar-tab, | |
873 | +/* </DEPRECATED> */ | |
874 | +.lm-TabBar.lm-mod-dragging[data-orientation='vertical'] .lm-TabBar-tab { | |
875 | + top: 0; | |
876 | + transition: top 150ms ease; | |
839 | 877 | } |
840 | -.glyphicon-tower:before { | |
841 | - content: "\e184"; | |
878 | + | |
879 | + | |
880 | +/* <DEPRECATED> */ | |
881 | +.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging, | |
882 | +/* </DEPRECATED> */ | |
883 | +.lm-TabBar.lm-mod-dragging .lm-TabBar-tab.lm-mod-dragging { | |
884 | + transition: none; | |
842 | 885 | } |
843 | -.glyphicon-stats:before { | |
844 | - content: "\e185"; | |
886 | + | |
887 | +.lm-TabBar-tabLabel .lm-TabBar-tabInput { | |
888 | + user-select: all; | |
889 | + width: 100%; | |
890 | + box-sizing : border-box; | |
891 | + background: inherit; | |
845 | 892 | } |
846 | -.glyphicon-sd-video:before { | |
847 | - content: "\e186"; | |
893 | + | |
894 | +/*----------------------------------------------------------------------------- | |
895 | +| Copyright (c) Jupyter Development Team. | |
896 | +| Copyright (c) 2014-2017, PhosphorJS Contributors | |
897 | +| | |
898 | +| Distributed under the terms of the BSD 3-Clause License. | |
899 | +| | |
900 | +| The full license is in the file LICENSE, distributed with this software. | |
901 | +|----------------------------------------------------------------------------*/ | |
902 | + | |
903 | + | |
904 | +/* <DEPRECATED> */ .p-TabPanel-tabBar, /* </DEPRECATED> */ | |
905 | +.lm-TabPanel-tabBar { | |
906 | + z-index: 1; | |
848 | 907 | } |
849 | -.glyphicon-hd-video:before { | |
850 | - content: "\e187"; | |
851 | -} | |
852 | -.glyphicon-subtitles:before { | |
853 | - content: "\e188"; | |
854 | -} | |
855 | -.glyphicon-sound-stereo:before { | |
856 | - content: "\e189"; | |
857 | -} | |
858 | -.glyphicon-sound-dolby:before { | |
859 | - content: "\e190"; | |
860 | -} | |
861 | -.glyphicon-sound-5-1:before { | |
862 | - content: "\e191"; | |
863 | -} | |
864 | -.glyphicon-sound-6-1:before { | |
865 | - content: "\e192"; | |
866 | -} | |
867 | -.glyphicon-sound-7-1:before { | |
868 | - content: "\e193"; | |
869 | -} | |
870 | -.glyphicon-copyright-mark:before { | |
871 | - content: "\e194"; | |
872 | -} | |
873 | -.glyphicon-registration-mark:before { | |
874 | - content: "\e195"; | |
875 | -} | |
876 | -.glyphicon-cloud-download:before { | |
877 | - content: "\e197"; | |
878 | -} | |
879 | -.glyphicon-cloud-upload:before { | |
880 | - content: "\e198"; | |
881 | -} | |
882 | -.glyphicon-tree-conifer:before { | |
883 | - content: "\e199"; | |
884 | -} | |
885 | -.glyphicon-tree-deciduous:before { | |
886 | - content: "\e200"; | |
887 | -} | |
888 | -.glyphicon-cd:before { | |
889 | - content: "\e201"; | |
890 | -} | |
891 | -.glyphicon-save-file:before { | |
892 | - content: "\e202"; | |
893 | -} | |
894 | -.glyphicon-open-file:before { | |
895 | - content: "\e203"; | |
896 | -} | |
897 | -.glyphicon-level-up:before { | |
898 | - content: "\e204"; | |
899 | -} | |
900 | -.glyphicon-copy:before { | |
901 | - content: "\e205"; | |
902 | -} | |
903 | -.glyphicon-paste:before { | |
904 | - content: "\e206"; | |
905 | -} | |
906 | -.glyphicon-alert:before { | |
907 | - content: "\e209"; | |
908 | -} | |
909 | -.glyphicon-equalizer:before { | |
910 | - content: "\e210"; | |
911 | -} | |
912 | -.glyphicon-king:before { | |
913 | - content: "\e211"; | |
914 | -} | |
915 | -.glyphicon-queen:before { | |
916 | - content: "\e212"; | |
917 | -} | |
918 | -.glyphicon-pawn:before { | |
919 | - content: "\e213"; | |
920 | -} | |
921 | -.glyphicon-bishop:before { | |
922 | - content: "\e214"; | |
923 | -} | |
924 | -.glyphicon-knight:before { | |
925 | - content: "\e215"; | |
926 | -} | |
927 | -.glyphicon-baby-formula:before { | |
928 | - content: "\e216"; | |
929 | -} | |
930 | -.glyphicon-tent:before { | |
931 | - content: "\26fa"; | |
932 | -} | |
933 | -.glyphicon-blackboard:before { | |
934 | - content: "\e218"; | |
935 | -} | |
936 | -.glyphicon-bed:before { | |
937 | - content: "\e219"; | |
938 | -} | |
939 | -.glyphicon-apple:before { | |
940 | - content: "\f8ff"; | |
941 | -} | |
942 | -.glyphicon-erase:before { | |
943 | - content: "\e221"; | |
944 | -} | |
945 | -.glyphicon-hourglass:before { | |
946 | - content: "\231b"; | |
947 | -} | |
948 | -.glyphicon-lamp:before { | |
949 | - content: "\e223"; | |
950 | -} | |
951 | -.glyphicon-duplicate:before { | |
952 | - content: "\e224"; | |
953 | -} | |
954 | -.glyphicon-piggy-bank:before { | |
955 | - content: "\e225"; | |
956 | -} | |
957 | -.glyphicon-scissors:before { | |
958 | - content: "\e226"; | |
959 | -} | |
960 | -.glyphicon-bitcoin:before { | |
961 | - content: "\e227"; | |
962 | -} | |
963 | -.glyphicon-btc:before { | |
964 | - content: "\e227"; | |
965 | -} | |
966 | -.glyphicon-xbt:before { | |
967 | - content: "\e227"; | |
968 | -} | |
969 | -.glyphicon-yen:before { | |
970 | - content: "\00a5"; | |
971 | -} | |
972 | -.glyphicon-jpy:before { | |
973 | - content: "\00a5"; | |
974 | -} | |
975 | -.glyphicon-ruble:before { | |
976 | - content: "\20bd"; | |
977 | -} | |
978 | -.glyphicon-rub:before { | |
979 | - content: "\20bd"; | |
980 | -} | |
981 | -.glyphicon-scale:before { | |
982 | - content: "\e230"; | |
983 | -} | |
984 | -.glyphicon-ice-lolly:before { | |
985 | - content: "\e231"; | |
986 | -} | |
987 | -.glyphicon-ice-lolly-tasted:before { | |
988 | - content: "\e232"; | |
989 | -} | |
990 | -.glyphicon-education:before { | |
991 | - content: "\e233"; | |
992 | -} | |
993 | -.glyphicon-option-horizontal:before { | |
994 | - content: "\e234"; | |
995 | -} | |
996 | -.glyphicon-option-vertical:before { | |
997 | - content: "\e235"; | |
998 | -} | |
999 | -.glyphicon-menu-hamburger:before { | |
1000 | - content: "\e236"; | |
1001 | -} | |
1002 | -.glyphicon-modal-window:before { | |
1003 | - content: "\e237"; | |
1004 | -} | |
1005 | -.glyphicon-oil:before { | |
1006 | - content: "\e238"; | |
1007 | -} | |
1008 | -.glyphicon-grain:before { | |
1009 | - content: "\e239"; | |
1010 | -} | |
1011 | -.glyphicon-sunglasses:before { | |
1012 | - content: "\e240"; | |
1013 | -} | |
1014 | -.glyphicon-text-size:before { | |
1015 | - content: "\e241"; | |
1016 | -} | |
1017 | -.glyphicon-text-color:before { | |
1018 | - content: "\e242"; | |
1019 | -} | |
1020 | -.glyphicon-text-background:before { | |
1021 | - content: "\e243"; | |
1022 | -} | |
1023 | -.glyphicon-object-align-top:before { | |
1024 | - content: "\e244"; | |
1025 | -} | |
1026 | -.glyphicon-object-align-bottom:before { | |
1027 | - content: "\e245"; | |
1028 | -} | |
1029 | -.glyphicon-object-align-horizontal:before { | |
1030 | - content: "\e246"; | |
1031 | -} | |
1032 | -.glyphicon-object-align-left:before { | |
1033 | - content: "\e247"; | |
1034 | -} | |
1035 | -.glyphicon-object-align-vertical:before { | |
1036 | - content: "\e248"; | |
1037 | -} | |
1038 | -.glyphicon-object-align-right:before { | |
1039 | - content: "\e249"; | |
1040 | -} | |
1041 | -.glyphicon-triangle-right:before { | |
1042 | - content: "\e250"; | |
1043 | -} | |
1044 | -.glyphicon-triangle-left:before { | |
1045 | - content: "\e251"; | |
1046 | -} | |
1047 | -.glyphicon-triangle-bottom:before { | |
1048 | - content: "\e252"; | |
1049 | -} | |
1050 | -.glyphicon-triangle-top:before { | |
1051 | - content: "\e253"; | |
1052 | -} | |
1053 | -.glyphicon-console:before { | |
1054 | - content: "\e254"; | |
1055 | -} | |
1056 | -.glyphicon-superscript:before { | |
1057 | - content: "\e255"; | |
1058 | -} | |
1059 | -.glyphicon-subscript:before { | |
1060 | - content: "\e256"; | |
1061 | -} | |
1062 | -.glyphicon-menu-left:before { | |
1063 | - content: "\e257"; | |
1064 | -} | |
1065 | -.glyphicon-menu-right:before { | |
1066 | - content: "\e258"; | |
1067 | -} | |
1068 | -.glyphicon-menu-down:before { | |
1069 | - content: "\e259"; | |
1070 | -} | |
1071 | -.glyphicon-menu-up:before { | |
1072 | - content: "\e260"; | |
1073 | -} | |
1074 | -* { | |
1075 | - -webkit-box-sizing: border-box; | |
1076 | - -moz-box-sizing: border-box; | |
1077 | - box-sizing: border-box; | |
1078 | -} | |
1079 | -*:before, | |
1080 | -*:after { | |
1081 | - -webkit-box-sizing: border-box; | |
1082 | - -moz-box-sizing: border-box; | |
1083 | - box-sizing: border-box; | |
1084 | -} | |
1085 | -html { | |
1086 | - font-size: 10px; | |
1087 | - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
1088 | -} | |
1089 | -body { | |
1090 | - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
1091 | - font-size: 13px; | |
1092 | - line-height: 1.42857143; | |
1093 | - color: #000; | |
1094 | - background-color: #fff; | |
1095 | -} | |
1096 | -input, | |
1097 | -button, | |
1098 | -select, | |
1099 | -textarea { | |
1100 | - font-family: inherit; | |
1101 | - font-size: inherit; | |
1102 | - line-height: inherit; | |
1103 | -} | |
1104 | -a { | |
1105 | - color: #337ab7; | |
1106 | - text-decoration: none; | |
1107 | -} | |
1108 | -a:hover, | |
1109 | -a:focus { | |
1110 | - color: #23527c; | |
1111 | - text-decoration: underline; | |
1112 | -} | |
1113 | -a:focus { | |
1114 | - outline: 5px auto -webkit-focus-ring-color; | |
1115 | - outline-offset: -2px; | |
1116 | -} | |
1117 | -figure { | |
1118 | - margin: 0; | |
1119 | -} | |
1120 | -img { | |
1121 | - vertical-align: middle; | |
1122 | -} | |
1123 | -.img-responsive, | |
1124 | -.thumbnail > img, | |
1125 | -.thumbnail a > img, | |
1126 | -.carousel-inner > .item > img, | |
1127 | -.carousel-inner > .item > a > img { | |
1128 | - display: block; | |
1129 | - max-width: 100%; | |
1130 | - height: auto; | |
1131 | -} | |
1132 | -.img-rounded { | |
1133 | - border-radius: 3px; | |
1134 | -} | |
1135 | -.img-thumbnail { | |
1136 | - padding: 4px; | |
1137 | - line-height: 1.42857143; | |
1138 | - background-color: #fff; | |
1139 | - border: 1px solid #ddd; | |
1140 | - border-radius: 2px; | |
1141 | - -webkit-transition: all 0.2s ease-in-out; | |
1142 | - -o-transition: all 0.2s ease-in-out; | |
1143 | - transition: all 0.2s ease-in-out; | |
1144 | - display: inline-block; | |
1145 | - max-width: 100%; | |
1146 | - height: auto; | |
1147 | -} | |
1148 | -.img-circle { | |
1149 | - border-radius: 50%; | |
1150 | -} | |
1151 | -hr { | |
1152 | - margin-top: 18px; | |
1153 | - margin-bottom: 18px; | |
1154 | - border: 0; | |
1155 | - border-top: 1px solid #eeeeee; | |
1156 | -} | |
1157 | -.sr-only { | |
1158 | - position: absolute; | |
1159 | - width: 1px; | |
1160 | - height: 1px; | |
1161 | - margin: -1px; | |
1162 | - padding: 0; | |
1163 | - overflow: hidden; | |
1164 | - clip: rect(0, 0, 0, 0); | |
1165 | - border: 0; | |
1166 | -} | |
1167 | -.sr-only-focusable:active, | |
1168 | -.sr-only-focusable:focus { | |
1169 | - position: static; | |
1170 | - width: auto; | |
1171 | - height: auto; | |
1172 | - margin: 0; | |
1173 | - overflow: visible; | |
1174 | - clip: auto; | |
1175 | -} | |
1176 | -[role="button"] { | |
1177 | - cursor: pointer; | |
1178 | -} | |
1179 | -h1, | |
1180 | -h2, | |
1181 | -h3, | |
1182 | -h4, | |
1183 | -h5, | |
1184 | -h6, | |
1185 | -.h1, | |
1186 | -.h2, | |
1187 | -.h3, | |
1188 | -.h4, | |
1189 | -.h5, | |
1190 | -.h6 { | |
1191 | - font-family: inherit; | |
1192 | - font-weight: 500; | |
1193 | - line-height: 1.1; | |
1194 | - color: inherit; | |
1195 | -} | |
1196 | -h1 small, | |
1197 | -h2 small, | |
1198 | -h3 small, | |
1199 | -h4 small, | |
1200 | -h5 small, | |
1201 | -h6 small, | |
1202 | -.h1 small, | |
1203 | -.h2 small, | |
1204 | -.h3 small, | |
1205 | -.h4 small, | |
1206 | -.h5 small, | |
1207 | -.h6 small, | |
1208 | -h1 .small, | |
1209 | -h2 .small, | |
1210 | -h3 .small, | |
1211 | -h4 .small, | |
1212 | -h5 .small, | |
1213 | -h6 .small, | |
1214 | -.h1 .small, | |
1215 | -.h2 .small, | |
1216 | -.h3 .small, | |
1217 | -.h4 .small, | |
1218 | -.h5 .small, | |
1219 | -.h6 .small { | |
1220 | - font-weight: normal; | |
1221 | - line-height: 1; | |
1222 | - color: #777777; | |
1223 | -} | |
1224 | -h1, | |
1225 | -.h1, | |
1226 | -h2, | |
1227 | -.h2, | |
1228 | -h3, | |
1229 | -.h3 { | |
1230 | - margin-top: 18px; | |
1231 | - margin-bottom: 9px; | |
1232 | -} | |
1233 | -h1 small, | |
1234 | -.h1 small, | |
1235 | -h2 small, | |
1236 | -.h2 small, | |
1237 | -h3 small, | |
1238 | -.h3 small, | |
1239 | -h1 .small, | |
1240 | -.h1 .small, | |
1241 | -h2 .small, | |
1242 | -.h2 .small, | |
1243 | -h3 .small, | |
1244 | -.h3 .small { | |
1245 | - font-size: 65%; | |
1246 | -} | |
1247 | -h4, | |
1248 | -.h4, | |
1249 | -h5, | |
1250 | -.h5, | |
1251 | -h6, | |
1252 | -.h6 { | |
1253 | - margin-top: 9px; | |
1254 | - margin-bottom: 9px; | |
1255 | -} | |
1256 | -h4 small, | |
1257 | -.h4 small, | |
1258 | -h5 small, | |
1259 | -.h5 small, | |
1260 | -h6 small, | |
1261 | -.h6 small, | |
1262 | -h4 .small, | |
1263 | -.h4 .small, | |
1264 | -h5 .small, | |
1265 | -.h5 .small, | |
1266 | -h6 .small, | |
1267 | -.h6 .small { | |
1268 | - font-size: 75%; | |
1269 | -} | |
1270 | -h1, | |
1271 | -.h1 { | |
1272 | - font-size: 33px; | |
1273 | -} | |
1274 | -h2, | |
1275 | -.h2 { | |
1276 | - font-size: 27px; | |
1277 | -} | |
1278 | -h3, | |
1279 | -.h3 { | |
1280 | - font-size: 23px; | |
1281 | -} | |
1282 | -h4, | |
1283 | -.h4 { | |
1284 | - font-size: 17px; | |
1285 | -} | |
1286 | -h5, | |
1287 | -.h5 { | |
1288 | - font-size: 13px; | |
1289 | -} | |
1290 | -h6, | |
1291 | -.h6 { | |
1292 | - font-size: 12px; | |
1293 | -} | |
1294 | -p { | |
1295 | - margin: 0 0 9px; | |
1296 | -} | |
1297 | -.lead { | |
1298 | - margin-bottom: 18px; | |
1299 | - font-size: 14px; | |
1300 | - font-weight: 300; | |
1301 | - line-height: 1.4; | |
1302 | -} | |
1303 | -@media (min-width: 768px) { | |
1304 | - .lead { | |
1305 | - font-size: 19.5px; | |
1306 | - } | |
1307 | -} | |
1308 | -small, | |
1309 | -.small { | |
1310 | - font-size: 92%; | |
1311 | -} | |
1312 | -mark, | |
1313 | -.mark { | |
1314 | - background-color: #fcf8e3; | |
1315 | - padding: .2em; | |
1316 | -} | |
1317 | -.text-left { | |
1318 | - text-align: left; | |
1319 | -} | |
1320 | -.text-right { | |
1321 | - text-align: right; | |
1322 | -} | |
1323 | -.text-center { | |
1324 | - text-align: center; | |
1325 | -} | |
1326 | -.text-justify { | |
1327 | - text-align: justify; | |
1328 | -} | |
1329 | -.text-nowrap { | |
1330 | - white-space: nowrap; | |
1331 | -} | |
1332 | -.text-lowercase { | |
1333 | - text-transform: lowercase; | |
1334 | -} | |
1335 | -.text-uppercase { | |
1336 | - text-transform: uppercase; | |
1337 | -} | |
1338 | -.text-capitalize { | |
1339 | - text-transform: capitalize; | |
1340 | -} | |
1341 | -.text-muted { | |
1342 | - color: #777777; | |
1343 | -} | |
1344 | -.text-primary { | |
1345 | - color: #337ab7; | |
1346 | -} | |
1347 | -a.text-primary:hover, | |
1348 | -a.text-primary:focus { | |
1349 | - color: #286090; | |
1350 | -} | |
1351 | -.text-success { | |
1352 | - color: #3c763d; | |
1353 | -} | |
1354 | -a.text-success:hover, | |
1355 | -a.text-success:focus { | |
1356 | - color: #2b542c; | |
1357 | -} | |
1358 | -.text-info { | |
1359 | - color: #31708f; | |
1360 | -} | |
1361 | -a.text-info:hover, | |
1362 | -a.text-info:focus { | |
1363 | - color: #245269; | |
1364 | -} | |
1365 | -.text-warning { | |
1366 | - color: #8a6d3b; | |
1367 | -} | |
1368 | -a.text-warning:hover, | |
1369 | -a.text-warning:focus { | |
1370 | - color: #66512c; | |
1371 | -} | |
1372 | -.text-danger { | |
1373 | - color: #a94442; | |
1374 | -} | |
1375 | -a.text-danger:hover, | |
1376 | -a.text-danger:focus { | |
1377 | - color: #843534; | |
1378 | -} | |
1379 | -.bg-primary { | |
1380 | - color: #fff; | |
1381 | - background-color: #337ab7; | |
1382 | -} | |
1383 | -a.bg-primary:hover, | |
1384 | -a.bg-primary:focus { | |
1385 | - background-color: #286090; | |
1386 | -} | |
1387 | -.bg-success { | |
1388 | - background-color: #dff0d8; | |
1389 | -} | |
1390 | -a.bg-success:hover, | |
1391 | -a.bg-success:focus { | |
1392 | - background-color: #c1e2b3; | |
1393 | -} | |
1394 | -.bg-info { | |
1395 | - background-color: #d9edf7; | |
1396 | -} | |
1397 | -a.bg-info:hover, | |
1398 | -a.bg-info:focus { | |
1399 | - background-color: #afd9ee; | |
1400 | -} | |
1401 | -.bg-warning { | |
1402 | - background-color: #fcf8e3; | |
1403 | -} | |
1404 | -a.bg-warning:hover, | |
1405 | -a.bg-warning:focus { | |
1406 | - background-color: #f7ecb5; | |
1407 | -} | |
1408 | -.bg-danger { | |
1409 | - background-color: #f2dede; | |
1410 | -} | |
1411 | -a.bg-danger:hover, | |
1412 | -a.bg-danger:focus { | |
1413 | - background-color: #e4b9b9; | |
1414 | -} | |
1415 | -.page-header { | |
1416 | - padding-bottom: 8px; | |
1417 | - margin: 36px 0 18px; | |
1418 | - border-bottom: 1px solid #eeeeee; | |
1419 | -} | |
1420 | -ul, | |
1421 | -ol { | |
1422 | - margin-top: 0; | |
1423 | - margin-bottom: 9px; | |
1424 | -} | |
1425 | -ul ul, | |
1426 | -ol ul, | |
1427 | -ul ol, | |
1428 | -ol ol { | |
1429 | - margin-bottom: 0; | |
1430 | -} | |
1431 | -.list-unstyled { | |
1432 | - padding-left: 0; | |
1433 | - list-style: none; | |
1434 | -} | |
1435 | -.list-inline { | |
1436 | - padding-left: 0; | |
1437 | - list-style: none; | |
1438 | - margin-left: -5px; | |
1439 | -} | |
1440 | -.list-inline > li { | |
1441 | - display: inline-block; | |
1442 | - padding-left: 5px; | |
1443 | - padding-right: 5px; | |
1444 | -} | |
1445 | -dl { | |
1446 | - margin-top: 0; | |
1447 | - margin-bottom: 18px; | |
1448 | -} | |
1449 | -dt, | |
1450 | -dd { | |
1451 | - line-height: 1.42857143; | |
1452 | -} | |
1453 | -dt { | |
1454 | - font-weight: bold; | |
1455 | -} | |
1456 | -dd { | |
1457 | - margin-left: 0; | |
1458 | -} | |
1459 | -@media (min-width: 541px) { | |
1460 | - .dl-horizontal dt { | |
1461 | - float: left; | |
1462 | - width: 160px; | |
1463 | - clear: left; | |
1464 | - text-align: right; | |
1465 | - overflow: hidden; | |
1466 | - text-overflow: ellipsis; | |
1467 | - white-space: nowrap; | |
1468 | - } | |
1469 | - .dl-horizontal dd { | |
1470 | - margin-left: 180px; | |
1471 | - } | |
1472 | -} | |
1473 | -abbr[title], | |
1474 | -abbr[data-original-title] { | |
1475 | - cursor: help; | |
1476 | - border-bottom: 1px dotted #777777; | |
1477 | -} | |
1478 | -.initialism { | |
1479 | - font-size: 90%; | |
1480 | - text-transform: uppercase; | |
1481 | -} | |
1482 | -blockquote { | |
1483 | - padding: 9px 18px; | |
1484 | - margin: 0 0 18px; | |
1485 | - font-size: inherit; | |
1486 | - border-left: 5px solid #eeeeee; | |
1487 | -} | |
1488 | -blockquote p:last-child, | |
1489 | -blockquote ul:last-child, | |
1490 | -blockquote ol:last-child { | |
1491 | - margin-bottom: 0; | |
1492 | -} | |
1493 | -blockquote footer, | |
1494 | -blockquote small, | |
1495 | -blockquote .small { | |
1496 | - display: block; | |
1497 | - font-size: 80%; | |
1498 | - line-height: 1.42857143; | |
1499 | - color: #777777; | |
1500 | -} | |
1501 | -blockquote footer:before, | |
1502 | -blockquote small:before, | |
1503 | -blockquote .small:before { | |
1504 | - content: '\2014 \00A0'; | |
1505 | -} | |
1506 | -.blockquote-reverse, | |
1507 | -blockquote.pull-right { | |
1508 | - padding-right: 15px; | |
1509 | - padding-left: 0; | |
1510 | - border-right: 5px solid #eeeeee; | |
1511 | - border-left: 0; | |
1512 | - text-align: right; | |
1513 | -} | |
1514 | -.blockquote-reverse footer:before, | |
1515 | -blockquote.pull-right footer:before, | |
1516 | -.blockquote-reverse small:before, | |
1517 | -blockquote.pull-right small:before, | |
1518 | -.blockquote-reverse .small:before, | |
1519 | -blockquote.pull-right .small:before { | |
1520 | - content: ''; | |
1521 | -} | |
1522 | -.blockquote-reverse footer:after, | |
1523 | -blockquote.pull-right footer:after, | |
1524 | -.blockquote-reverse small:after, | |
1525 | -blockquote.pull-right small:after, | |
1526 | -.blockquote-reverse .small:after, | |
1527 | -blockquote.pull-right .small:after { | |
1528 | - content: '\00A0 \2014'; | |
1529 | -} | |
1530 | -address { | |
1531 | - margin-bottom: 18px; | |
1532 | - font-style: normal; | |
1533 | - line-height: 1.42857143; | |
1534 | -} | |
1535 | -code, | |
1536 | -kbd, | |
1537 | -pre, | |
1538 | -samp { | |
1539 | - font-family: monospace; | |
1540 | -} | |
1541 | -code { | |
1542 | - padding: 2px 4px; | |
1543 | - font-size: 90%; | |
1544 | - color: #c7254e; | |
1545 | - background-color: #f9f2f4; | |
1546 | - border-radius: 2px; | |
1547 | -} | |
1548 | -kbd { | |
1549 | - padding: 2px 4px; | |
1550 | - font-size: 90%; | |
1551 | - color: #888; | |
1552 | - background-color: transparent; | |
1553 | - border-radius: 1px; | |
1554 | - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | |
1555 | -} | |
1556 | -kbd kbd { | |
1557 | - padding: 0; | |
1558 | - font-size: 100%; | |
1559 | - font-weight: bold; | |
1560 | - box-shadow: none; | |
1561 | -} | |
1562 | -pre { | |
1563 | - display: block; | |
1564 | - padding: 8.5px; | |
1565 | - margin: 0 0 9px; | |
1566 | - font-size: 12px; | |
1567 | - line-height: 1.42857143; | |
1568 | - word-break: break-all; | |
1569 | - word-wrap: break-word; | |
1570 | - color: #333333; | |
1571 | - background-color: #f5f5f5; | |
1572 | - border: 1px solid #ccc; | |
1573 | - border-radius: 2px; | |
1574 | -} | |
1575 | -pre code { | |
1576 | - padding: 0; | |
1577 | - font-size: inherit; | |
1578 | - color: inherit; | |
1579 | - white-space: pre-wrap; | |
1580 | - background-color: transparent; | |
1581 | - border-radius: 0; | |
1582 | -} | |
1583 | -.pre-scrollable { | |
1584 | - max-height: 340px; | |
1585 | - overflow-y: scroll; | |
1586 | -} | |
1587 | -.container { | |
1588 | - margin-right: auto; | |
1589 | - margin-left: auto; | |
1590 | - padding-left: 0px; | |
1591 | - padding-right: 0px; | |
1592 | -} | |
1593 | -@media (min-width: 768px) { | |
1594 | - .container { | |
1595 | - width: 768px; | |
1596 | - } | |
1597 | -} | |
1598 | -@media (min-width: 992px) { | |
1599 | - .container { | |
1600 | - width: 940px; | |
1601 | - } | |
1602 | -} | |
1603 | -@media (min-width: 1200px) { | |
1604 | - .container { | |
1605 | - width: 1140px; | |
1606 | - } | |
1607 | -} | |
1608 | -.container-fluid { | |
1609 | - margin-right: auto; | |
1610 | - margin-left: auto; | |
1611 | - padding-left: 0px; | |
1612 | - padding-right: 0px; | |
1613 | -} | |
1614 | -.row { | |
1615 | - margin-left: 0px; | |
1616 | - margin-right: 0px; | |
1617 | -} | |
1618 | -.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { | |
1619 | - position: relative; | |
1620 | - min-height: 1px; | |
1621 | - padding-left: 0px; | |
1622 | - padding-right: 0px; | |
1623 | -} | |
1624 | -.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { | |
1625 | - float: left; | |
1626 | -} | |
1627 | -.col-xs-12 { | |
1628 | - width: 100%; | |
1629 | -} | |
1630 | -.col-xs-11 { | |
1631 | - width: 91.66666667%; | |
1632 | -} | |
1633 | -.col-xs-10 { | |
1634 | - width: 83.33333333%; | |
1635 | -} | |
1636 | -.col-xs-9 { | |
1637 | - width: 75%; | |
1638 | -} | |
1639 | -.col-xs-8 { | |
1640 | - width: 66.66666667%; | |
1641 | -} | |
1642 | -.col-xs-7 { | |
1643 | - width: 58.33333333%; | |
1644 | -} | |
1645 | -.col-xs-6 { | |
1646 | - width: 50%; | |
1647 | -} | |
1648 | -.col-xs-5 { | |
1649 | - width: 41.66666667%; | |
1650 | -} | |
1651 | -.col-xs-4 { | |
1652 | - width: 33.33333333%; | |
1653 | -} | |
1654 | -.col-xs-3 { | |
1655 | - width: 25%; | |
1656 | -} | |
1657 | -.col-xs-2 { | |
1658 | - width: 16.66666667%; | |
1659 | -} | |
1660 | -.col-xs-1 { | |
1661 | - width: 8.33333333%; | |
1662 | -} | |
1663 | -.col-xs-pull-12 { | |
1664 | - right: 100%; | |
1665 | -} | |
1666 | -.col-xs-pull-11 { | |
1667 | - right: 91.66666667%; | |
1668 | -} | |
1669 | -.col-xs-pull-10 { | |
1670 | - right: 83.33333333%; | |
1671 | -} | |
1672 | -.col-xs-pull-9 { | |
1673 | - right: 75%; | |
1674 | -} | |
1675 | -.col-xs-pull-8 { | |
1676 | - right: 66.66666667%; | |
1677 | -} | |
1678 | -.col-xs-pull-7 { | |
1679 | - right: 58.33333333%; | |
1680 | -} | |
1681 | -.col-xs-pull-6 { | |
1682 | - right: 50%; | |
1683 | -} | |
1684 | -.col-xs-pull-5 { | |
1685 | - right: 41.66666667%; | |
1686 | -} | |
1687 | -.col-xs-pull-4 { | |
1688 | - right: 33.33333333%; | |
1689 | -} | |
1690 | -.col-xs-pull-3 { | |
1691 | - right: 25%; | |
1692 | -} | |
1693 | -.col-xs-pull-2 { | |
1694 | - right: 16.66666667%; | |
1695 | -} | |
1696 | -.col-xs-pull-1 { | |
1697 | - right: 8.33333333%; | |
1698 | -} | |
1699 | -.col-xs-pull-0 { | |
1700 | - right: auto; | |
1701 | -} | |
1702 | -.col-xs-push-12 { | |
1703 | - left: 100%; | |
1704 | -} | |
1705 | -.col-xs-push-11 { | |
1706 | - left: 91.66666667%; | |
1707 | -} | |
1708 | -.col-xs-push-10 { | |
1709 | - left: 83.33333333%; | |
1710 | -} | |
1711 | -.col-xs-push-9 { | |
1712 | - left: 75%; | |
1713 | -} | |
1714 | -.col-xs-push-8 { | |
1715 | - left: 66.66666667%; | |
1716 | -} | |
1717 | -.col-xs-push-7 { | |
1718 | - left: 58.33333333%; | |
1719 | -} | |
1720 | -.col-xs-push-6 { | |
1721 | - left: 50%; | |
1722 | -} | |
1723 | -.col-xs-push-5 { | |
1724 | - left: 41.66666667%; | |
1725 | -} | |
1726 | -.col-xs-push-4 { | |
1727 | - left: 33.33333333%; | |
1728 | -} | |
1729 | -.col-xs-push-3 { | |
1730 | - left: 25%; | |
1731 | -} | |
1732 | -.col-xs-push-2 { | |
1733 | - left: 16.66666667%; | |
1734 | -} | |
1735 | -.col-xs-push-1 { | |
1736 | - left: 8.33333333%; | |
1737 | -} | |
1738 | -.col-xs-push-0 { | |
1739 | - left: auto; | |
1740 | -} | |
1741 | -.col-xs-offset-12 { | |
1742 | - margin-left: 100%; | |
1743 | -} | |
1744 | -.col-xs-offset-11 { | |
1745 | - margin-left: 91.66666667%; | |
1746 | -} | |
1747 | -.col-xs-offset-10 { | |
1748 | - margin-left: 83.33333333%; | |
1749 | -} | |
1750 | -.col-xs-offset-9 { | |
1751 | - margin-left: 75%; | |
1752 | -} | |
1753 | -.col-xs-offset-8 { | |
1754 | - margin-left: 66.66666667%; | |
1755 | -} | |
1756 | -.col-xs-offset-7 { | |
1757 | - margin-left: 58.33333333%; | |
1758 | -} | |
1759 | -.col-xs-offset-6 { | |
1760 | - margin-left: 50%; | |
1761 | -} | |
1762 | -.col-xs-offset-5 { | |
1763 | - margin-left: 41.66666667%; | |
1764 | -} | |
1765 | -.col-xs-offset-4 { | |
1766 | - margin-left: 33.33333333%; | |
1767 | -} | |
1768 | -.col-xs-offset-3 { | |
1769 | - margin-left: 25%; | |
1770 | -} | |
1771 | -.col-xs-offset-2 { | |
1772 | - margin-left: 16.66666667%; | |
1773 | -} | |
1774 | -.col-xs-offset-1 { | |
1775 | - margin-left: 8.33333333%; | |
1776 | -} | |
1777 | -.col-xs-offset-0 { | |
1778 | - margin-left: 0%; | |
1779 | -} | |
1780 | -@media (min-width: 768px) { | |
1781 | - .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { | |
1782 | - float: left; | |
1783 | - } | |
1784 | - .col-sm-12 { | |
1785 | - width: 100%; | |
1786 | - } | |
1787 | - .col-sm-11 { | |
1788 | - width: 91.66666667%; | |
1789 | - } | |
1790 | - .col-sm-10 { | |
1791 | - width: 83.33333333%; | |
1792 | - } | |
1793 | - .col-sm-9 { | |
1794 | - width: 75%; | |
1795 | - } | |
1796 | - .col-sm-8 { | |
1797 | - width: 66.66666667%; | |
1798 | - } | |
1799 | - .col-sm-7 { | |
1800 | - width: 58.33333333%; | |
1801 | - } | |
1802 | - .col-sm-6 { | |
1803 | - width: 50%; | |
1804 | - } | |
1805 | - .col-sm-5 { | |
1806 | - width: 41.66666667%; | |
1807 | - } | |
1808 | - .col-sm-4 { | |
1809 | - width: 33.33333333%; | |
1810 | - } | |
1811 | - .col-sm-3 { | |
1812 | - width: 25%; | |
1813 | - } | |
1814 | - .col-sm-2 { | |
1815 | - width: 16.66666667%; | |
1816 | - } | |
1817 | - .col-sm-1 { | |
1818 | - width: 8.33333333%; | |
1819 | - } | |
1820 | - .col-sm-pull-12 { | |
1821 | - right: 100%; | |
1822 | - } | |
1823 | - .col-sm-pull-11 { | |
1824 | - right: 91.66666667%; | |
1825 | - } | |
1826 | - .col-sm-pull-10 { | |
1827 | - right: 83.33333333%; | |
1828 | - } | |
1829 | - .col-sm-pull-9 { | |
1830 | - right: 75%; | |
1831 | - } | |
1832 | - .col-sm-pull-8 { | |
1833 | - right: 66.66666667%; | |
1834 | - } | |
1835 | - .col-sm-pull-7 { | |
1836 | - right: 58.33333333%; | |
1837 | - } | |
1838 | - .col-sm-pull-6 { | |
1839 | - right: 50%; | |
1840 | - } | |
1841 | - .col-sm-pull-5 { | |
1842 | - right: 41.66666667%; | |
1843 | - } | |
1844 | - .col-sm-pull-4 { | |
1845 | - right: 33.33333333%; | |
1846 | - } | |
1847 | - .col-sm-pull-3 { | |
1848 | - right: 25%; | |
1849 | - } | |
1850 | - .col-sm-pull-2 { | |
1851 | - right: 16.66666667%; | |
1852 | - } | |
1853 | - .col-sm-pull-1 { | |
1854 | - right: 8.33333333%; | |
1855 | - } | |
1856 | - .col-sm-pull-0 { | |
1857 | - right: auto; | |
1858 | - } | |
1859 | - .col-sm-push-12 { | |
1860 | - left: 100%; | |
1861 | - } | |
1862 | - .col-sm-push-11 { | |
1863 | - left: 91.66666667%; | |
1864 | - } | |
1865 | - .col-sm-push-10 { | |
1866 | - left: 83.33333333%; | |
1867 | - } | |
1868 | - .col-sm-push-9 { | |
1869 | - left: 75%; | |
1870 | - } | |
1871 | - .col-sm-push-8 { | |
1872 | - left: 66.66666667%; | |
1873 | - } | |
1874 | - .col-sm-push-7 { | |
1875 | - left: 58.33333333%; | |
1876 | - } | |
1877 | - .col-sm-push-6 { | |
1878 | - left: 50%; | |
1879 | - } | |
1880 | - .col-sm-push-5 { | |
1881 | - left: 41.66666667%; | |
1882 | - } | |
1883 | - .col-sm-push-4 { | |
1884 | - left: 33.33333333%; | |
1885 | - } | |
1886 | - .col-sm-push-3 { | |
1887 | - left: 25%; | |
1888 | - } | |
1889 | - .col-sm-push-2 { | |
1890 | - left: 16.66666667%; | |
1891 | - } | |
1892 | - .col-sm-push-1 { | |
1893 | - left: 8.33333333%; | |
1894 | - } | |
1895 | - .col-sm-push-0 { | |
1896 | - left: auto; | |
1897 | - } | |
1898 | - .col-sm-offset-12 { | |
1899 | - margin-left: 100%; | |
1900 | - } | |
1901 | - .col-sm-offset-11 { | |
1902 | - margin-left: 91.66666667%; | |
1903 | - } | |
1904 | - .col-sm-offset-10 { | |
1905 | - margin-left: 83.33333333%; | |
1906 | - } | |
1907 | - .col-sm-offset-9 { | |
1908 | - margin-left: 75%; | |
1909 | - } | |
1910 | - .col-sm-offset-8 { | |
1911 | - margin-left: 66.66666667%; | |
1912 | - } | |
1913 | - .col-sm-offset-7 { | |
1914 | - margin-left: 58.33333333%; | |
1915 | - } | |
1916 | - .col-sm-offset-6 { | |
1917 | - margin-left: 50%; | |
1918 | - } | |
1919 | - .col-sm-offset-5 { | |
1920 | - margin-left: 41.66666667%; | |
1921 | - } | |
1922 | - .col-sm-offset-4 { | |
1923 | - margin-left: 33.33333333%; | |
1924 | - } | |
1925 | - .col-sm-offset-3 { | |
1926 | - margin-left: 25%; | |
1927 | - } | |
1928 | - .col-sm-offset-2 { | |
1929 | - margin-left: 16.66666667%; | |
1930 | - } | |
1931 | - .col-sm-offset-1 { | |
1932 | - margin-left: 8.33333333%; | |
1933 | - } | |
1934 | - .col-sm-offset-0 { | |
1935 | - margin-left: 0%; | |
1936 | - } | |
1937 | -} | |
1938 | -@media (min-width: 992px) { | |
1939 | - .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { | |
1940 | - float: left; | |
1941 | - } | |
1942 | - .col-md-12 { | |
1943 | - width: 100%; | |
1944 | - } | |
1945 | - .col-md-11 { | |
1946 | - width: 91.66666667%; | |
1947 | - } | |
1948 | - .col-md-10 { | |
1949 | - width: 83.33333333%; | |
1950 | - } | |
1951 | - .col-md-9 { | |
1952 | - width: 75%; | |
1953 | - } | |
1954 | - .col-md-8 { | |
1955 | - width: 66.66666667%; | |
1956 | - } | |
1957 | - .col-md-7 { | |
1958 | - width: 58.33333333%; | |
1959 | - } | |
1960 | - .col-md-6 { | |
1961 | - width: 50%; | |
1962 | - } | |
1963 | - .col-md-5 { | |
1964 | - width: 41.66666667%; | |
1965 | - } | |
1966 | - .col-md-4 { | |
1967 | - width: 33.33333333%; | |
1968 | - } | |
1969 | - .col-md-3 { | |
1970 | - width: 25%; | |
1971 | - } | |
1972 | - .col-md-2 { | |
1973 | - width: 16.66666667%; | |
1974 | - } | |
1975 | - .col-md-1 { | |
1976 | - width: 8.33333333%; | |
1977 | - } | |
1978 | - .col-md-pull-12 { | |
1979 | - right: 100%; | |
1980 | - } | |
1981 | - .col-md-pull-11 { | |
1982 | - right: 91.66666667%; | |
1983 | - } | |
1984 | - .col-md-pull-10 { | |
1985 | - right: 83.33333333%; | |
1986 | - } | |
1987 | - .col-md-pull-9 { | |
1988 | - right: 75%; | |
1989 | - } | |
1990 | - .col-md-pull-8 { | |
1991 | - right: 66.66666667%; | |
1992 | - } | |
1993 | - .col-md-pull-7 { | |
1994 | - right: 58.33333333%; | |
1995 | - } | |
1996 | - .col-md-pull-6 { | |
1997 | - right: 50%; | |
1998 | - } | |
1999 | - .col-md-pull-5 { | |
2000 | - right: 41.66666667%; | |
2001 | - } | |
2002 | - .col-md-pull-4 { | |
2003 | - right: 33.33333333%; | |
2004 | - } | |
2005 | - .col-md-pull-3 { | |
2006 | - right: 25%; | |
2007 | - } | |
2008 | - .col-md-pull-2 { | |
2009 | - right: 16.66666667%; | |
2010 | - } | |
2011 | - .col-md-pull-1 { | |
2012 | - right: 8.33333333%; | |
2013 | - } | |
2014 | - .col-md-pull-0 { | |
2015 | - right: auto; | |
2016 | - } | |
2017 | - .col-md-push-12 { | |
2018 | - left: 100%; | |
2019 | - } | |
2020 | - .col-md-push-11 { | |
2021 | - left: 91.66666667%; | |
2022 | - } | |
2023 | - .col-md-push-10 { | |
2024 | - left: 83.33333333%; | |
2025 | - } | |
2026 | - .col-md-push-9 { | |
2027 | - left: 75%; | |
2028 | - } | |
2029 | - .col-md-push-8 { | |
2030 | - left: 66.66666667%; | |
2031 | - } | |
2032 | - .col-md-push-7 { | |
2033 | - left: 58.33333333%; | |
2034 | - } | |
2035 | - .col-md-push-6 { | |
2036 | - left: 50%; | |
2037 | - } | |
2038 | - .col-md-push-5 { | |
2039 | - left: 41.66666667%; | |
2040 | - } | |
2041 | - .col-md-push-4 { | |
2042 | - left: 33.33333333%; | |
2043 | - } | |
2044 | - .col-md-push-3 { | |
2045 | - left: 25%; | |
2046 | - } | |
2047 | - .col-md-push-2 { | |
2048 | - left: 16.66666667%; | |
2049 | - } | |
2050 | - .col-md-push-1 { | |
2051 | - left: 8.33333333%; | |
2052 | - } | |
2053 | - .col-md-push-0 { | |
2054 | - left: auto; | |
2055 | - } | |
2056 | - .col-md-offset-12 { | |
2057 | - margin-left: 100%; | |
2058 | - } | |
2059 | - .col-md-offset-11 { | |
2060 | - margin-left: 91.66666667%; | |
2061 | - } | |
2062 | - .col-md-offset-10 { | |
2063 | - margin-left: 83.33333333%; | |
2064 | - } | |
2065 | - .col-md-offset-9 { | |
2066 | - margin-left: 75%; | |
2067 | - } | |
2068 | - .col-md-offset-8 { | |
2069 | - margin-left: 66.66666667%; | |
2070 | - } | |
2071 | - .col-md-offset-7 { | |
2072 | - margin-left: 58.33333333%; | |
2073 | - } | |
2074 | - .col-md-offset-6 { | |
2075 | - margin-left: 50%; | |
2076 | - } | |
2077 | - .col-md-offset-5 { | |
2078 | - margin-left: 41.66666667%; | |
2079 | - } | |
2080 | - .col-md-offset-4 { | |
2081 | - margin-left: 33.33333333%; | |
2082 | - } | |
2083 | - .col-md-offset-3 { | |
2084 | - margin-left: 25%; | |
2085 | - } | |
2086 | - .col-md-offset-2 { | |
2087 | - margin-left: 16.66666667%; | |
2088 | - } | |
2089 | - .col-md-offset-1 { | |
2090 | - margin-left: 8.33333333%; | |
2091 | - } | |
2092 | - .col-md-offset-0 { | |
2093 | - margin-left: 0%; | |
2094 | - } | |
2095 | -} | |
2096 | -@media (min-width: 1200px) { | |
2097 | - .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { | |
2098 | - float: left; | |
2099 | - } | |
2100 | - .col-lg-12 { | |
2101 | - width: 100%; | |
2102 | - } | |
2103 | - .col-lg-11 { | |
2104 | - width: 91.66666667%; | |
2105 | - } | |
2106 | - .col-lg-10 { | |
2107 | - width: 83.33333333%; | |
2108 | - } | |
2109 | - .col-lg-9 { | |
2110 | - width: 75%; | |
2111 | - } | |
2112 | - .col-lg-8 { | |
2113 | - width: 66.66666667%; | |
2114 | - } | |
2115 | - .col-lg-7 { | |
2116 | - width: 58.33333333%; | |
2117 | - } | |
2118 | - .col-lg-6 { | |
2119 | - width: 50%; | |
2120 | - } | |
2121 | - .col-lg-5 { | |
2122 | - width: 41.66666667%; | |
2123 | - } | |
2124 | - .col-lg-4 { | |
2125 | - width: 33.33333333%; | |
2126 | - } | |
2127 | - .col-lg-3 { | |
2128 | - width: 25%; | |
2129 | - } | |
2130 | - .col-lg-2 { | |
2131 | - width: 16.66666667%; | |
2132 | - } | |
2133 | - .col-lg-1 { | |
2134 | - width: 8.33333333%; | |
2135 | - } | |
2136 | - .col-lg-pull-12 { | |
2137 | - right: 100%; | |
2138 | - } | |
2139 | - .col-lg-pull-11 { | |
2140 | - right: 91.66666667%; | |
2141 | - } | |
2142 | - .col-lg-pull-10 { | |
2143 | - right: 83.33333333%; | |
2144 | - } | |
2145 | - .col-lg-pull-9 { | |
2146 | - right: 75%; | |
2147 | - } | |
2148 | - .col-lg-pull-8 { | |
2149 | - right: 66.66666667%; | |
2150 | - } | |
2151 | - .col-lg-pull-7 { | |
2152 | - right: 58.33333333%; | |
2153 | - } | |
2154 | - .col-lg-pull-6 { | |
2155 | - right: 50%; | |
2156 | - } | |
2157 | - .col-lg-pull-5 { | |
2158 | - right: 41.66666667%; | |
2159 | - } | |
2160 | - .col-lg-pull-4 { | |
2161 | - right: 33.33333333%; | |
2162 | - } | |
2163 | - .col-lg-pull-3 { | |
2164 | - right: 25%; | |
2165 | - } | |
2166 | - .col-lg-pull-2 { | |
2167 | - right: 16.66666667%; | |
2168 | - } | |
2169 | - .col-lg-pull-1 { | |
2170 | - right: 8.33333333%; | |
2171 | - } | |
2172 | - .col-lg-pull-0 { | |
2173 | - right: auto; | |
2174 | - } | |
2175 | - .col-lg-push-12 { | |
2176 | - left: 100%; | |
2177 | - } | |
2178 | - .col-lg-push-11 { | |
2179 | - left: 91.66666667%; | |
2180 | - } | |
2181 | - .col-lg-push-10 { | |
2182 | - left: 83.33333333%; | |
2183 | - } | |
2184 | - .col-lg-push-9 { | |
2185 | - left: 75%; | |
2186 | - } | |
2187 | - .col-lg-push-8 { | |
2188 | - left: 66.66666667%; | |
2189 | - } | |
2190 | - .col-lg-push-7 { | |
2191 | - left: 58.33333333%; | |
2192 | - } | |
2193 | - .col-lg-push-6 { | |
2194 | - left: 50%; | |
2195 | - } | |
2196 | - .col-lg-push-5 { | |
2197 | - left: 41.66666667%; | |
2198 | - } | |
2199 | - .col-lg-push-4 { | |
2200 | - left: 33.33333333%; | |
2201 | - } | |
2202 | - .col-lg-push-3 { | |
2203 | - left: 25%; | |
2204 | - } | |
2205 | - .col-lg-push-2 { | |
2206 | - left: 16.66666667%; | |
2207 | - } | |
2208 | - .col-lg-push-1 { | |
2209 | - left: 8.33333333%; | |
2210 | - } | |
2211 | - .col-lg-push-0 { | |
2212 | - left: auto; | |
2213 | - } | |
2214 | - .col-lg-offset-12 { | |
2215 | - margin-left: 100%; | |
2216 | - } | |
2217 | - .col-lg-offset-11 { | |
2218 | - margin-left: 91.66666667%; | |
2219 | - } | |
2220 | - .col-lg-offset-10 { | |
2221 | - margin-left: 83.33333333%; | |
2222 | - } | |
2223 | - .col-lg-offset-9 { | |
2224 | - margin-left: 75%; | |
2225 | - } | |
2226 | - .col-lg-offset-8 { | |
2227 | - margin-left: 66.66666667%; | |
2228 | - } | |
2229 | - .col-lg-offset-7 { | |
2230 | - margin-left: 58.33333333%; | |
2231 | - } | |
2232 | - .col-lg-offset-6 { | |
2233 | - margin-left: 50%; | |
2234 | - } | |
2235 | - .col-lg-offset-5 { | |
2236 | - margin-left: 41.66666667%; | |
2237 | - } | |
2238 | - .col-lg-offset-4 { | |
2239 | - margin-left: 33.33333333%; | |
2240 | - } | |
2241 | - .col-lg-offset-3 { | |
2242 | - margin-left: 25%; | |
2243 | - } | |
2244 | - .col-lg-offset-2 { | |
2245 | - margin-left: 16.66666667%; | |
2246 | - } | |
2247 | - .col-lg-offset-1 { | |
2248 | - margin-left: 8.33333333%; | |
2249 | - } | |
2250 | - .col-lg-offset-0 { | |
2251 | - margin-left: 0%; | |
2252 | - } | |
2253 | -} | |
2254 | -table { | |
2255 | - background-color: transparent; | |
2256 | -} | |
2257 | -caption { | |
2258 | - padding-top: 8px; | |
2259 | - padding-bottom: 8px; | |
2260 | - color: #777777; | |
2261 | - text-align: left; | |
2262 | -} | |
2263 | -th { | |
2264 | - text-align: left; | |
2265 | -} | |
2266 | -.table { | |
2267 | - width: 100%; | |
2268 | - max-width: 100%; | |
2269 | - margin-bottom: 18px; | |
2270 | -} | |
2271 | -.table > thead > tr > th, | |
2272 | -.table > tbody > tr > th, | |
2273 | -.table > tfoot > tr > th, | |
2274 | -.table > thead > tr > td, | |
2275 | -.table > tbody > tr > td, | |
2276 | -.table > tfoot > tr > td { | |
2277 | - padding: 8px; | |
2278 | - line-height: 1.42857143; | |
2279 | - vertical-align: top; | |
2280 | - border-top: 1px solid #ddd; | |
2281 | -} | |
2282 | -.table > thead > tr > th { | |
2283 | - vertical-align: bottom; | |
2284 | - border-bottom: 2px solid #ddd; | |
2285 | -} | |
2286 | -.table > caption + thead > tr:first-child > th, | |
2287 | -.table > colgroup + thead > tr:first-child > th, | |
2288 | -.table > thead:first-child > tr:first-child > th, | |
2289 | -.table > caption + thead > tr:first-child > td, | |
2290 | -.table > colgroup + thead > tr:first-child > td, | |
2291 | -.table > thead:first-child > tr:first-child > td { | |
2292 | - border-top: 0; | |
2293 | -} | |
2294 | -.table > tbody + tbody { | |
2295 | - border-top: 2px solid #ddd; | |
2296 | -} | |
2297 | -.table .table { | |
2298 | - background-color: #fff; | |
2299 | -} | |
2300 | -.table-condensed > thead > tr > th, | |
2301 | -.table-condensed > tbody > tr > th, | |
2302 | -.table-condensed > tfoot > tr > th, | |
2303 | -.table-condensed > thead > tr > td, | |
2304 | -.table-condensed > tbody > tr > td, | |
2305 | -.table-condensed > tfoot > tr > td { | |
2306 | - padding: 5px; | |
2307 | -} | |
2308 | -.table-bordered { | |
2309 | - border: 1px solid #ddd; | |
2310 | -} | |
2311 | -.table-bordered > thead > tr > th, | |
2312 | -.table-bordered > tbody > tr > th, | |
2313 | -.table-bordered > tfoot > tr > th, | |
2314 | -.table-bordered > thead > tr > td, | |
2315 | -.table-bordered > tbody > tr > td, | |
2316 | -.table-bordered > tfoot > tr > td { | |
2317 | - border: 1px solid #ddd; | |
2318 | -} | |
2319 | -.table-bordered > thead > tr > th, | |
2320 | -.table-bordered > thead > tr > td { | |
2321 | - border-bottom-width: 2px; | |
2322 | -} | |
2323 | -.table-striped > tbody > tr:nth-of-type(odd) { | |
2324 | - background-color: #f9f9f9; | |
2325 | -} | |
2326 | -.table-hover > tbody > tr:hover { | |
2327 | - background-color: #f5f5f5; | |
2328 | -} | |
2329 | -table col[class*="col-"] { | |
2330 | - position: static; | |
2331 | - float: none; | |
2332 | - display: table-column; | |
2333 | -} | |
2334 | -table td[class*="col-"], | |
2335 | -table th[class*="col-"] { | |
2336 | - position: static; | |
2337 | - float: none; | |
2338 | - display: table-cell; | |
2339 | -} | |
2340 | -.table > thead > tr > td.active, | |
2341 | -.table > tbody > tr > td.active, | |
2342 | -.table > tfoot > tr > td.active, | |
2343 | -.table > thead > tr > th.active, | |
2344 | -.table > tbody > tr > th.active, | |
2345 | -.table > tfoot > tr > th.active, | |
2346 | -.table > thead > tr.active > td, | |
2347 | -.table > tbody > tr.active > td, | |
2348 | -.table > tfoot > tr.active > td, | |
2349 | -.table > thead > tr.active > th, | |
2350 | -.table > tbody > tr.active > th, | |
2351 | -.table > tfoot > tr.active > th { | |
2352 | - background-color: #f5f5f5; | |
2353 | -} | |
2354 | -.table-hover > tbody > tr > td.active:hover, | |
2355 | -.table-hover > tbody > tr > th.active:hover, | |
2356 | -.table-hover > tbody > tr.active:hover > td, | |
2357 | -.table-hover > tbody > tr:hover > .active, | |
2358 | -.table-hover > tbody > tr.active:hover > th { | |
2359 | - background-color: #e8e8e8; | |
2360 | -} | |
2361 | -.table > thead > tr > td.success, | |
2362 | -.table > tbody > tr > td.success, | |
2363 | -.table > tfoot > tr > td.success, | |
2364 | -.table > thead > tr > th.success, | |
2365 | -.table > tbody > tr > th.success, | |
2366 | -.table > tfoot > tr > th.success, | |
2367 | -.table > thead > tr.success > td, | |
2368 | -.table > tbody > tr.success > td, | |
2369 | -.table > tfoot > tr.success > td, | |
2370 | -.table > thead > tr.success > th, | |
2371 | -.table > tbody > tr.success > th, | |
2372 | -.table > tfoot > tr.success > th { | |
2373 | - background-color: #dff0d8; | |
2374 | -} | |
2375 | -.table-hover > tbody > tr > td.success:hover, | |
2376 | -.table-hover > tbody > tr > th.success:hover, | |
2377 | -.table-hover > tbody > tr.success:hover > td, | |
2378 | -.table-hover > tbody > tr:hover > .success, | |
2379 | -.table-hover > tbody > tr.success:hover > th { | |
2380 | - background-color: #d0e9c6; | |
2381 | -} | |
2382 | -.table > thead > tr > td.info, | |
2383 | -.table > tbody > tr > td.info, | |
2384 | -.table > tfoot > tr > td.info, | |
2385 | -.table > thead > tr > th.info, | |
2386 | -.table > tbody > tr > th.info, | |
2387 | -.table > tfoot > tr > th.info, | |
2388 | -.table > thead > tr.info > td, | |
2389 | -.table > tbody > tr.info > td, | |
2390 | -.table > tfoot > tr.info > td, | |
2391 | -.table > thead > tr.info > th, | |
2392 | -.table > tbody > tr.info > th, | |
2393 | -.table > tfoot > tr.info > th { | |
2394 | - background-color: #d9edf7; | |
2395 | -} | |
2396 | -.table-hover > tbody > tr > td.info:hover, | |
2397 | -.table-hover > tbody > tr > th.info:hover, | |
2398 | -.table-hover > tbody > tr.info:hover > td, | |
2399 | -.table-hover > tbody > tr:hover > .info, | |
2400 | -.table-hover > tbody > tr.info:hover > th { | |
2401 | - background-color: #c4e3f3; | |
2402 | -} | |
2403 | -.table > thead > tr > td.warning, | |
2404 | -.table > tbody > tr > td.warning, | |
2405 | -.table > tfoot > tr > td.warning, | |
2406 | -.table > thead > tr > th.warning, | |
2407 | -.table > tbody > tr > th.warning, | |
2408 | -.table > tfoot > tr > th.warning, | |
2409 | -.table > thead > tr.warning > td, | |
2410 | -.table > tbody > tr.warning > td, | |
2411 | -.table > tfoot > tr.warning > td, | |
2412 | -.table > thead > tr.warning > th, | |
2413 | -.table > tbody > tr.warning > th, | |
2414 | -.table > tfoot > tr.warning > th { | |
2415 | - background-color: #fcf8e3; | |
2416 | -} | |
2417 | -.table-hover > tbody > tr > td.warning:hover, | |
2418 | -.table-hover > tbody > tr > th.warning:hover, | |
2419 | -.table-hover > tbody > tr.warning:hover > td, | |
2420 | -.table-hover > tbody > tr:hover > .warning, | |
2421 | -.table-hover > tbody > tr.warning:hover > th { | |
2422 | - background-color: #faf2cc; | |
2423 | -} | |
2424 | -.table > thead > tr > td.danger, | |
2425 | -.table > tbody > tr > td.danger, | |
2426 | -.table > tfoot > tr > td.danger, | |
2427 | -.table > thead > tr > th.danger, | |
2428 | -.table > tbody > tr > th.danger, | |
2429 | -.table > tfoot > tr > th.danger, | |
2430 | -.table > thead > tr.danger > td, | |
2431 | -.table > tbody > tr.danger > td, | |
2432 | -.table > tfoot > tr.danger > td, | |
2433 | -.table > thead > tr.danger > th, | |
2434 | -.table > tbody > tr.danger > th, | |
2435 | -.table > tfoot > tr.danger > th { | |
2436 | - background-color: #f2dede; | |
2437 | -} | |
2438 | -.table-hover > tbody > tr > td.danger:hover, | |
2439 | -.table-hover > tbody > tr > th.danger:hover, | |
2440 | -.table-hover > tbody > tr.danger:hover > td, | |
2441 | -.table-hover > tbody > tr:hover > .danger, | |
2442 | -.table-hover > tbody > tr.danger:hover > th { | |
2443 | - background-color: #ebcccc; | |
2444 | -} | |
2445 | -.table-responsive { | |
2446 | - overflow-x: auto; | |
2447 | - min-height: 0.01%; | |
2448 | -} | |
2449 | -@media screen and (max-width: 767px) { | |
2450 | - .table-responsive { | |
2451 | - width: 100%; | |
2452 | - margin-bottom: 13.5px; | |
2453 | - overflow-y: hidden; | |
2454 | - -ms-overflow-style: -ms-autohiding-scrollbar; | |
2455 | - border: 1px solid #ddd; | |
2456 | - } | |
2457 | - .table-responsive > .table { | |
2458 | - margin-bottom: 0; | |
2459 | - } | |
2460 | - .table-responsive > .table > thead > tr > th, | |
2461 | - .table-responsive > .table > tbody > tr > th, | |
2462 | - .table-responsive > .table > tfoot > tr > th, | |
2463 | - .table-responsive > .table > thead > tr > td, | |
2464 | - .table-responsive > .table > tbody > tr > td, | |
2465 | - .table-responsive > .table > tfoot > tr > td { | |
2466 | - white-space: nowrap; | |
2467 | - } | |
2468 | - .table-responsive > .table-bordered { | |
2469 | - border: 0; | |
2470 | - } | |
2471 | - .table-responsive > .table-bordered > thead > tr > th:first-child, | |
2472 | - .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
2473 | - .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
2474 | - .table-responsive > .table-bordered > thead > tr > td:first-child, | |
2475 | - .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
2476 | - .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
2477 | - border-left: 0; | |
2478 | - } | |
2479 | - .table-responsive > .table-bordered > thead > tr > th:last-child, | |
2480 | - .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
2481 | - .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
2482 | - .table-responsive > .table-bordered > thead > tr > td:last-child, | |
2483 | - .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
2484 | - .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
2485 | - border-right: 0; | |
2486 | - } | |
2487 | - .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
2488 | - .table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
2489 | - .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
2490 | - .table-responsive > .table-bordered > tfoot > tr:last-child > td { | |
2491 | - border-bottom: 0; | |
2492 | - } | |
2493 | -} | |
2494 | -fieldset { | |
2495 | - padding: 0; | |
2496 | - margin: 0; | |
2497 | - border: 0; | |
2498 | - min-width: 0; | |
2499 | -} | |
2500 | -legend { | |
2501 | - display: block; | |
2502 | - width: 100%; | |
2503 | - padding: 0; | |
2504 | - margin-bottom: 18px; | |
2505 | - font-size: 19.5px; | |
2506 | - line-height: inherit; | |
2507 | - color: #333333; | |
2508 | - border: 0; | |
2509 | - border-bottom: 1px solid #e5e5e5; | |
2510 | -} | |
2511 | -label { | |
2512 | - display: inline-block; | |
2513 | - max-width: 100%; | |
2514 | - margin-bottom: 5px; | |
2515 | - font-weight: bold; | |
2516 | -} | |
2517 | -input[type="search"] { | |
2518 | - -webkit-box-sizing: border-box; | |
2519 | - -moz-box-sizing: border-box; | |
2520 | - box-sizing: border-box; | |
2521 | -} | |
2522 | -input[type="radio"], | |
2523 | -input[type="checkbox"] { | |
2524 | - margin: 4px 0 0; | |
2525 | - margin-top: 1px \9; | |
2526 | - line-height: normal; | |
2527 | -} | |
2528 | -input[type="file"] { | |
2529 | - display: block; | |
2530 | -} | |
2531 | -input[type="range"] { | |
2532 | - display: block; | |
2533 | - width: 100%; | |
2534 | -} | |
2535 | -select[multiple], | |
2536 | -select[size] { | |
2537 | - height: auto; | |
2538 | -} | |
2539 | -input[type="file"]:focus, | |
2540 | -input[type="radio"]:focus, | |
2541 | -input[type="checkbox"]:focus { | |
2542 | - outline: 5px auto -webkit-focus-ring-color; | |
2543 | - outline-offset: -2px; | |
2544 | -} | |
2545 | -output { | |
2546 | - display: block; | |
2547 | - padding-top: 7px; | |
2548 | - font-size: 13px; | |
2549 | - line-height: 1.42857143; | |
2550 | - color: #555555; | |
2551 | -} | |
2552 | -.form-control { | |
2553 | - display: block; | |
2554 | - width: 100%; | |
2555 | - height: 32px; | |
2556 | - padding: 6px 12px; | |
2557 | - font-size: 13px; | |
2558 | - line-height: 1.42857143; | |
2559 | - color: #555555; | |
2560 | - background-color: #fff; | |
2561 | - background-image: none; | |
2562 | - border: 1px solid #ccc; | |
2563 | - border-radius: 2px; | |
2564 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2565 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2566 | - -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
2567 | - -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
2568 | - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
2569 | -} | |
2570 | -.form-control:focus { | |
2571 | - border-color: #66afe9; | |
2572 | - outline: 0; | |
2573 | - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
2574 | - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
2575 | -} | |
2576 | -.form-control::-moz-placeholder { | |
2577 | - color: #999; | |
2578 | - opacity: 1; | |
2579 | -} | |
2580 | -.form-control:-ms-input-placeholder { | |
2581 | - color: #999; | |
2582 | -} | |
2583 | -.form-control::-webkit-input-placeholder { | |
2584 | - color: #999; | |
2585 | -} | |
2586 | -.form-control::-ms-expand { | |
2587 | - border: 0; | |
2588 | - background-color: transparent; | |
2589 | -} | |
2590 | -.form-control[disabled], | |
2591 | -.form-control[readonly], | |
2592 | -fieldset[disabled] .form-control { | |
2593 | - background-color: #eeeeee; | |
2594 | - opacity: 1; | |
2595 | -} | |
2596 | -.form-control[disabled], | |
2597 | -fieldset[disabled] .form-control { | |
2598 | - cursor: not-allowed; | |
2599 | -} | |
2600 | -textarea.form-control { | |
2601 | - height: auto; | |
2602 | -} | |
2603 | -input[type="search"] { | |
2604 | - -webkit-appearance: none; | |
2605 | -} | |
2606 | -@media screen and (-webkit-min-device-pixel-ratio: 0) { | |
2607 | - input[type="date"].form-control, | |
2608 | - input[type="time"].form-control, | |
2609 | - input[type="datetime-local"].form-control, | |
2610 | - input[type="month"].form-control { | |
2611 | - line-height: 32px; | |
2612 | - } | |
2613 | - input[type="date"].input-sm, | |
2614 | - input[type="time"].input-sm, | |
2615 | - input[type="datetime-local"].input-sm, | |
2616 | - input[type="month"].input-sm, | |
2617 | - .input-group-sm input[type="date"], | |
2618 | - .input-group-sm input[type="time"], | |
2619 | - .input-group-sm input[type="datetime-local"], | |
2620 | - .input-group-sm input[type="month"] { | |
2621 | - line-height: 30px; | |
2622 | - } | |
2623 | - input[type="date"].input-lg, | |
2624 | - input[type="time"].input-lg, | |
2625 | - input[type="datetime-local"].input-lg, | |
2626 | - input[type="month"].input-lg, | |
2627 | - .input-group-lg input[type="date"], | |
2628 | - .input-group-lg input[type="time"], | |
2629 | - .input-group-lg input[type="datetime-local"], | |
2630 | - .input-group-lg input[type="month"] { | |
2631 | - line-height: 45px; | |
2632 | - } | |
2633 | -} | |
2634 | -.form-group { | |
2635 | - margin-bottom: 15px; | |
2636 | -} | |
2637 | -.radio, | |
2638 | -.checkbox { | |
2639 | - position: relative; | |
2640 | - display: block; | |
2641 | - margin-top: 10px; | |
2642 | - margin-bottom: 10px; | |
2643 | -} | |
2644 | -.radio label, | |
2645 | -.checkbox label { | |
2646 | - min-height: 18px; | |
2647 | - padding-left: 20px; | |
2648 | - margin-bottom: 0; | |
2649 | - font-weight: normal; | |
2650 | - cursor: pointer; | |
2651 | -} | |
2652 | -.radio input[type="radio"], | |
2653 | -.radio-inline input[type="radio"], | |
2654 | -.checkbox input[type="checkbox"], | |
2655 | -.checkbox-inline input[type="checkbox"] { | |
2656 | - position: absolute; | |
2657 | - margin-left: -20px; | |
2658 | - margin-top: 4px \9; | |
2659 | -} | |
2660 | -.radio + .radio, | |
2661 | -.checkbox + .checkbox { | |
2662 | - margin-top: -5px; | |
2663 | -} | |
2664 | -.radio-inline, | |
2665 | -.checkbox-inline { | |
2666 | - position: relative; | |
2667 | - display: inline-block; | |
2668 | - padding-left: 20px; | |
2669 | - margin-bottom: 0; | |
2670 | - vertical-align: middle; | |
2671 | - font-weight: normal; | |
2672 | - cursor: pointer; | |
2673 | -} | |
2674 | -.radio-inline + .radio-inline, | |
2675 | -.checkbox-inline + .checkbox-inline { | |
2676 | - margin-top: 0; | |
2677 | - margin-left: 10px; | |
2678 | -} | |
2679 | -input[type="radio"][disabled], | |
2680 | -input[type="checkbox"][disabled], | |
2681 | -input[type="radio"].disabled, | |
2682 | -input[type="checkbox"].disabled, | |
2683 | -fieldset[disabled] input[type="radio"], | |
2684 | -fieldset[disabled] input[type="checkbox"] { | |
2685 | - cursor: not-allowed; | |
2686 | -} | |
2687 | -.radio-inline.disabled, | |
2688 | -.checkbox-inline.disabled, | |
2689 | -fieldset[disabled] .radio-inline, | |
2690 | -fieldset[disabled] .checkbox-inline { | |
2691 | - cursor: not-allowed; | |
2692 | -} | |
2693 | -.radio.disabled label, | |
2694 | -.checkbox.disabled label, | |
2695 | -fieldset[disabled] .radio label, | |
2696 | -fieldset[disabled] .checkbox label { | |
2697 | - cursor: not-allowed; | |
2698 | -} | |
2699 | -.form-control-static { | |
2700 | - padding-top: 7px; | |
2701 | - padding-bottom: 7px; | |
2702 | - margin-bottom: 0; | |
2703 | - min-height: 31px; | |
2704 | -} | |
2705 | -.form-control-static.input-lg, | |
2706 | -.form-control-static.input-sm { | |
2707 | - padding-left: 0; | |
2708 | - padding-right: 0; | |
2709 | -} | |
2710 | -.input-sm { | |
2711 | - height: 30px; | |
2712 | - padding: 5px 10px; | |
2713 | - font-size: 12px; | |
2714 | - line-height: 1.5; | |
2715 | - border-radius: 1px; | |
2716 | -} | |
2717 | -select.input-sm { | |
2718 | - height: 30px; | |
2719 | - line-height: 30px; | |
2720 | -} | |
2721 | -textarea.input-sm, | |
2722 | -select[multiple].input-sm { | |
2723 | - height: auto; | |
2724 | -} | |
2725 | -.form-group-sm .form-control { | |
2726 | - height: 30px; | |
2727 | - padding: 5px 10px; | |
2728 | - font-size: 12px; | |
2729 | - line-height: 1.5; | |
2730 | - border-radius: 1px; | |
2731 | -} | |
2732 | -.form-group-sm select.form-control { | |
2733 | - height: 30px; | |
2734 | - line-height: 30px; | |
2735 | -} | |
2736 | -.form-group-sm textarea.form-control, | |
2737 | -.form-group-sm select[multiple].form-control { | |
2738 | - height: auto; | |
2739 | -} | |
2740 | -.form-group-sm .form-control-static { | |
2741 | - height: 30px; | |
2742 | - min-height: 30px; | |
2743 | - padding: 6px 10px; | |
2744 | - font-size: 12px; | |
2745 | - line-height: 1.5; | |
2746 | -} | |
2747 | -.input-lg { | |
2748 | - height: 45px; | |
2749 | - padding: 10px 16px; | |
2750 | - font-size: 17px; | |
2751 | - line-height: 1.3333333; | |
2752 | - border-radius: 3px; | |
2753 | -} | |
2754 | -select.input-lg { | |
2755 | - height: 45px; | |
2756 | - line-height: 45px; | |
2757 | -} | |
2758 | -textarea.input-lg, | |
2759 | -select[multiple].input-lg { | |
2760 | - height: auto; | |
2761 | -} | |
2762 | -.form-group-lg .form-control { | |
2763 | - height: 45px; | |
2764 | - padding: 10px 16px; | |
2765 | - font-size: 17px; | |
2766 | - line-height: 1.3333333; | |
2767 | - border-radius: 3px; | |
2768 | -} | |
2769 | -.form-group-lg select.form-control { | |
2770 | - height: 45px; | |
2771 | - line-height: 45px; | |
2772 | -} | |
2773 | -.form-group-lg textarea.form-control, | |
2774 | -.form-group-lg select[multiple].form-control { | |
2775 | - height: auto; | |
2776 | -} | |
2777 | -.form-group-lg .form-control-static { | |
2778 | - height: 45px; | |
2779 | - min-height: 35px; | |
2780 | - padding: 11px 16px; | |
2781 | - font-size: 17px; | |
2782 | - line-height: 1.3333333; | |
2783 | -} | |
2784 | -.has-feedback { | |
2785 | - position: relative; | |
2786 | -} | |
2787 | -.has-feedback .form-control { | |
2788 | - padding-right: 40px; | |
2789 | -} | |
2790 | -.form-control-feedback { | |
2791 | - position: absolute; | |
2792 | - top: 0; | |
2793 | - right: 0; | |
2794 | - z-index: 2; | |
2795 | - display: block; | |
2796 | - width: 32px; | |
2797 | - height: 32px; | |
2798 | - line-height: 32px; | |
2799 | - text-align: center; | |
2800 | - pointer-events: none; | |
2801 | -} | |
2802 | -.input-lg + .form-control-feedback, | |
2803 | -.input-group-lg + .form-control-feedback, | |
2804 | -.form-group-lg .form-control + .form-control-feedback { | |
2805 | - width: 45px; | |
2806 | - height: 45px; | |
2807 | - line-height: 45px; | |
2808 | -} | |
2809 | -.input-sm + .form-control-feedback, | |
2810 | -.input-group-sm + .form-control-feedback, | |
2811 | -.form-group-sm .form-control + .form-control-feedback { | |
2812 | - width: 30px; | |
2813 | - height: 30px; | |
2814 | - line-height: 30px; | |
2815 | -} | |
2816 | -.has-success .help-block, | |
2817 | -.has-success .control-label, | |
2818 | -.has-success .radio, | |
2819 | -.has-success .checkbox, | |
2820 | -.has-success .radio-inline, | |
2821 | -.has-success .checkbox-inline, | |
2822 | -.has-success.radio label, | |
2823 | -.has-success.checkbox label, | |
2824 | -.has-success.radio-inline label, | |
2825 | -.has-success.checkbox-inline label { | |
2826 | - color: #3c763d; | |
2827 | -} | |
2828 | -.has-success .form-control { | |
2829 | - border-color: #3c763d; | |
2830 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2831 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2832 | -} | |
2833 | -.has-success .form-control:focus { | |
2834 | - border-color: #2b542c; | |
2835 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; | |
2836 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; | |
2837 | -} | |
2838 | -.has-success .input-group-addon { | |
2839 | - color: #3c763d; | |
2840 | - border-color: #3c763d; | |
2841 | - background-color: #dff0d8; | |
2842 | -} | |
2843 | -.has-success .form-control-feedback { | |
2844 | - color: #3c763d; | |
2845 | -} | |
2846 | -.has-warning .help-block, | |
2847 | -.has-warning .control-label, | |
2848 | -.has-warning .radio, | |
2849 | -.has-warning .checkbox, | |
2850 | -.has-warning .radio-inline, | |
2851 | -.has-warning .checkbox-inline, | |
2852 | -.has-warning.radio label, | |
2853 | -.has-warning.checkbox label, | |
2854 | -.has-warning.radio-inline label, | |
2855 | -.has-warning.checkbox-inline label { | |
2856 | - color: #8a6d3b; | |
2857 | -} | |
2858 | -.has-warning .form-control { | |
2859 | - border-color: #8a6d3b; | |
2860 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2861 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2862 | -} | |
2863 | -.has-warning .form-control:focus { | |
2864 | - border-color: #66512c; | |
2865 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; | |
2866 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; | |
2867 | -} | |
2868 | -.has-warning .input-group-addon { | |
2869 | - color: #8a6d3b; | |
2870 | - border-color: #8a6d3b; | |
2871 | - background-color: #fcf8e3; | |
2872 | -} | |
2873 | -.has-warning .form-control-feedback { | |
2874 | - color: #8a6d3b; | |
2875 | -} | |
2876 | -.has-error .help-block, | |
2877 | -.has-error .control-label, | |
2878 | -.has-error .radio, | |
2879 | -.has-error .checkbox, | |
2880 | -.has-error .radio-inline, | |
2881 | -.has-error .checkbox-inline, | |
2882 | -.has-error.radio label, | |
2883 | -.has-error.checkbox label, | |
2884 | -.has-error.radio-inline label, | |
2885 | -.has-error.checkbox-inline label { | |
2886 | - color: #a94442; | |
2887 | -} | |
2888 | -.has-error .form-control { | |
2889 | - border-color: #a94442; | |
2890 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2891 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
2892 | -} | |
2893 | -.has-error .form-control:focus { | |
2894 | - border-color: #843534; | |
2895 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; | |
2896 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; | |
2897 | -} | |
2898 | -.has-error .input-group-addon { | |
2899 | - color: #a94442; | |
2900 | - border-color: #a94442; | |
2901 | - background-color: #f2dede; | |
2902 | -} | |
2903 | -.has-error .form-control-feedback { | |
2904 | - color: #a94442; | |
2905 | -} | |
2906 | -.has-feedback label ~ .form-control-feedback { | |
2907 | - top: 23px; | |
2908 | -} | |
2909 | -.has-feedback label.sr-only ~ .form-control-feedback { | |
2910 | - top: 0; | |
2911 | -} | |
2912 | -.help-block { | |
2913 | - display: block; | |
2914 | - margin-top: 5px; | |
2915 | - margin-bottom: 10px; | |
2916 | - color: #404040; | |
2917 | -} | |
2918 | -@media (min-width: 768px) { | |
2919 | - .form-inline .form-group { | |
2920 | - display: inline-block; | |
2921 | - margin-bottom: 0; | |
2922 | - vertical-align: middle; | |
2923 | - } | |
2924 | - .form-inline .form-control { | |
2925 | - display: inline-block; | |
2926 | - width: auto; | |
2927 | - vertical-align: middle; | |
2928 | - } | |
2929 | - .form-inline .form-control-static { | |
2930 | - display: inline-block; | |
2931 | - } | |
2932 | - .form-inline .input-group { | |
2933 | - display: inline-table; | |
2934 | - vertical-align: middle; | |
2935 | - } | |
2936 | - .form-inline .input-group .input-group-addon, | |
2937 | - .form-inline .input-group .input-group-btn, | |
2938 | - .form-inline .input-group .form-control { | |
2939 | - width: auto; | |
2940 | - } | |
2941 | - .form-inline .input-group > .form-control { | |
2942 | - width: 100%; | |
2943 | - } | |
2944 | - .form-inline .control-label { | |
2945 | - margin-bottom: 0; | |
2946 | - vertical-align: middle; | |
2947 | - } | |
2948 | - .form-inline .radio, | |
2949 | - .form-inline .checkbox { | |
2950 | - display: inline-block; | |
2951 | - margin-top: 0; | |
2952 | - margin-bottom: 0; | |
2953 | - vertical-align: middle; | |
2954 | - } | |
2955 | - .form-inline .radio label, | |
2956 | - .form-inline .checkbox label { | |
2957 | - padding-left: 0; | |
2958 | - } | |
2959 | - .form-inline .radio input[type="radio"], | |
2960 | - .form-inline .checkbox input[type="checkbox"] { | |
2961 | - position: relative; | |
2962 | - margin-left: 0; | |
2963 | - } | |
2964 | - .form-inline .has-feedback .form-control-feedback { | |
2965 | - top: 0; | |
2966 | - } | |
2967 | -} | |
2968 | -.form-horizontal .radio, | |
2969 | -.form-horizontal .checkbox, | |
2970 | -.form-horizontal .radio-inline, | |
2971 | -.form-horizontal .checkbox-inline { | |
2972 | - margin-top: 0; | |
2973 | - margin-bottom: 0; | |
2974 | - padding-top: 7px; | |
2975 | -} | |
2976 | -.form-horizontal .radio, | |
2977 | -.form-horizontal .checkbox { | |
2978 | - min-height: 25px; | |
2979 | -} | |
2980 | -.form-horizontal .form-group { | |
2981 | - margin-left: 0px; | |
2982 | - margin-right: 0px; | |
2983 | -} | |
2984 | -@media (min-width: 768px) { | |
2985 | - .form-horizontal .control-label { | |
2986 | - text-align: right; | |
2987 | - margin-bottom: 0; | |
2988 | - padding-top: 7px; | |
2989 | - } | |
2990 | -} | |
2991 | -.form-horizontal .has-feedback .form-control-feedback { | |
2992 | - right: 0px; | |
2993 | -} | |
2994 | -@media (min-width: 768px) { | |
2995 | - .form-horizontal .form-group-lg .control-label { | |
2996 | - padding-top: 11px; | |
2997 | - font-size: 17px; | |
2998 | - } | |
2999 | -} | |
3000 | -@media (min-width: 768px) { | |
3001 | - .form-horizontal .form-group-sm .control-label { | |
3002 | - padding-top: 6px; | |
3003 | - font-size: 12px; | |
3004 | - } | |
3005 | -} | |
3006 | -.btn { | |
3007 | - display: inline-block; | |
3008 | - margin-bottom: 0; | |
3009 | - font-weight: normal; | |
3010 | - text-align: center; | |
3011 | - vertical-align: middle; | |
3012 | - touch-action: manipulation; | |
3013 | - cursor: pointer; | |
3014 | - background-image: none; | |
3015 | - border: 1px solid transparent; | |
3016 | - white-space: nowrap; | |
3017 | - padding: 6px 12px; | |
3018 | - font-size: 13px; | |
3019 | - line-height: 1.42857143; | |
3020 | - border-radius: 2px; | |
3021 | - -webkit-user-select: none; | |
3022 | - -moz-user-select: none; | |
3023 | - -ms-user-select: none; | |
3024 | - user-select: none; | |
3025 | -} | |
3026 | -.btn:focus, | |
3027 | -.btn:active:focus, | |
3028 | -.btn.active:focus, | |
3029 | -.btn.focus, | |
3030 | -.btn:active.focus, | |
3031 | -.btn.active.focus { | |
3032 | - outline: 5px auto -webkit-focus-ring-color; | |
3033 | - outline-offset: -2px; | |
3034 | -} | |
3035 | -.btn:hover, | |
3036 | -.btn:focus, | |
3037 | -.btn.focus { | |
3038 | - color: #333; | |
3039 | - text-decoration: none; | |
3040 | -} | |
3041 | -.btn:active, | |
3042 | -.btn.active { | |
3043 | - outline: 0; | |
3044 | - background-image: none; | |
3045 | - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
3046 | - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
3047 | -} | |
3048 | -.btn.disabled, | |
3049 | -.btn[disabled], | |
3050 | -fieldset[disabled] .btn { | |
3051 | - cursor: not-allowed; | |
3052 | - opacity: 0.65; | |
3053 | - filter: alpha(opacity=65); | |
3054 | - -webkit-box-shadow: none; | |
3055 | - box-shadow: none; | |
3056 | -} | |
3057 | -a.btn.disabled, | |
3058 | -fieldset[disabled] a.btn { | |
3059 | - pointer-events: none; | |
3060 | -} | |
3061 | -.btn-default { | |
3062 | - color: #333; | |
3063 | - background-color: #fff; | |
3064 | - border-color: #ccc; | |
3065 | -} | |
3066 | -.btn-default:focus, | |
3067 | -.btn-default.focus { | |
3068 | - color: #333; | |
3069 | - background-color: #e6e6e6; | |
3070 | - border-color: #8c8c8c; | |
3071 | -} | |
3072 | -.btn-default:hover { | |
3073 | - color: #333; | |
3074 | - background-color: #e6e6e6; | |
3075 | - border-color: #adadad; | |
3076 | -} | |
3077 | -.btn-default:active, | |
3078 | -.btn-default.active, | |
3079 | -.open > .dropdown-toggle.btn-default { | |
3080 | - color: #333; | |
3081 | - background-color: #e6e6e6; | |
3082 | - border-color: #adadad; | |
3083 | -} | |
3084 | -.btn-default:active:hover, | |
3085 | -.btn-default.active:hover, | |
3086 | -.open > .dropdown-toggle.btn-default:hover, | |
3087 | -.btn-default:active:focus, | |
3088 | -.btn-default.active:focus, | |
3089 | -.open > .dropdown-toggle.btn-default:focus, | |
3090 | -.btn-default:active.focus, | |
3091 | -.btn-default.active.focus, | |
3092 | -.open > .dropdown-toggle.btn-default.focus { | |
3093 | - color: #333; | |
3094 | - background-color: #d4d4d4; | |
3095 | - border-color: #8c8c8c; | |
3096 | -} | |
3097 | -.btn-default:active, | |
3098 | -.btn-default.active, | |
3099 | -.open > .dropdown-toggle.btn-default { | |
3100 | - background-image: none; | |
3101 | -} | |
3102 | -.btn-default.disabled:hover, | |
3103 | -.btn-default[disabled]:hover, | |
3104 | -fieldset[disabled] .btn-default:hover, | |
3105 | -.btn-default.disabled:focus, | |
3106 | -.btn-default[disabled]:focus, | |
3107 | -fieldset[disabled] .btn-default:focus, | |
3108 | -.btn-default.disabled.focus, | |
3109 | -.btn-default[disabled].focus, | |
3110 | -fieldset[disabled] .btn-default.focus { | |
3111 | - background-color: #fff; | |
3112 | - border-color: #ccc; | |
3113 | -} | |
3114 | -.btn-default .badge { | |
3115 | - color: #fff; | |
3116 | - background-color: #333; | |
3117 | -} | |
3118 | -.btn-primary { | |
3119 | - color: #fff; | |
3120 | - background-color: #337ab7; | |
3121 | - border-color: #2e6da4; | |
3122 | -} | |
3123 | -.btn-primary:focus, | |
3124 | -.btn-primary.focus { | |
3125 | - color: #fff; | |
3126 | - background-color: #286090; | |
3127 | - border-color: #122b40; | |
3128 | -} | |
3129 | -.btn-primary:hover { | |
3130 | - color: #fff; | |
3131 | - background-color: #286090; | |
3132 | - border-color: #204d74; | |
3133 | -} | |
3134 | -.btn-primary:active, | |
3135 | -.btn-primary.active, | |
3136 | -.open > .dropdown-toggle.btn-primary { | |
3137 | - color: #fff; | |
3138 | - background-color: #286090; | |
3139 | - border-color: #204d74; | |
3140 | -} | |
3141 | -.btn-primary:active:hover, | |
3142 | -.btn-primary.active:hover, | |
3143 | -.open > .dropdown-toggle.btn-primary:hover, | |
3144 | -.btn-primary:active:focus, | |
3145 | -.btn-primary.active:focus, | |
3146 | -.open > .dropdown-toggle.btn-primary:focus, | |
3147 | -.btn-primary:active.focus, | |
3148 | -.btn-primary.active.focus, | |
3149 | -.open > .dropdown-toggle.btn-primary.focus { | |
3150 | - color: #fff; | |
3151 | - background-color: #204d74; | |
3152 | - border-color: #122b40; | |
3153 | -} | |
3154 | -.btn-primary:active, | |
3155 | -.btn-primary.active, | |
3156 | -.open > .dropdown-toggle.btn-primary { | |
3157 | - background-image: none; | |
3158 | -} | |
3159 | -.btn-primary.disabled:hover, | |
3160 | -.btn-primary[disabled]:hover, | |
3161 | -fieldset[disabled] .btn-primary:hover, | |
3162 | -.btn-primary.disabled:focus, | |
3163 | -.btn-primary[disabled]:focus, | |
3164 | -fieldset[disabled] .btn-primary:focus, | |
3165 | -.btn-primary.disabled.focus, | |
3166 | -.btn-primary[disabled].focus, | |
3167 | -fieldset[disabled] .btn-primary.focus { | |
3168 | - background-color: #337ab7; | |
3169 | - border-color: #2e6da4; | |
3170 | -} | |
3171 | -.btn-primary .badge { | |
3172 | - color: #337ab7; | |
3173 | - background-color: #fff; | |
3174 | -} | |
3175 | -.btn-success { | |
3176 | - color: #fff; | |
3177 | - background-color: #5cb85c; | |
3178 | - border-color: #4cae4c; | |
3179 | -} | |
3180 | -.btn-success:focus, | |
3181 | -.btn-success.focus { | |
3182 | - color: #fff; | |
3183 | - background-color: #449d44; | |
3184 | - border-color: #255625; | |
3185 | -} | |
3186 | -.btn-success:hover { | |
3187 | - color: #fff; | |
3188 | - background-color: #449d44; | |
3189 | - border-color: #398439; | |
3190 | -} | |
3191 | -.btn-success:active, | |
3192 | -.btn-success.active, | |
3193 | -.open > .dropdown-toggle.btn-success { | |
3194 | - color: #fff; | |
3195 | - background-color: #449d44; | |
3196 | - border-color: #398439; | |
3197 | -} | |
3198 | -.btn-success:active:hover, | |
3199 | -.btn-success.active:hover, | |
3200 | -.open > .dropdown-toggle.btn-success:hover, | |
3201 | -.btn-success:active:focus, | |
3202 | -.btn-success.active:focus, | |
3203 | -.open > .dropdown-toggle.btn-success:focus, | |
3204 | -.btn-success:active.focus, | |
3205 | -.btn-success.active.focus, | |
3206 | -.open > .dropdown-toggle.btn-success.focus { | |
3207 | - color: #fff; | |
3208 | - background-color: #398439; | |
3209 | - border-color: #255625; | |
3210 | -} | |
3211 | -.btn-success:active, | |
3212 | -.btn-success.active, | |
3213 | -.open > .dropdown-toggle.btn-success { | |
3214 | - background-image: none; | |
3215 | -} | |
3216 | -.btn-success.disabled:hover, | |
3217 | -.btn-success[disabled]:hover, | |
3218 | -fieldset[disabled] .btn-success:hover, | |
3219 | -.btn-success.disabled:focus, | |
3220 | -.btn-success[disabled]:focus, | |
3221 | -fieldset[disabled] .btn-success:focus, | |
3222 | -.btn-success.disabled.focus, | |
3223 | -.btn-success[disabled].focus, | |
3224 | -fieldset[disabled] .btn-success.focus { | |
3225 | - background-color: #5cb85c; | |
3226 | - border-color: #4cae4c; | |
3227 | -} | |
3228 | -.btn-success .badge { | |
3229 | - color: #5cb85c; | |
3230 | - background-color: #fff; | |
3231 | -} | |
3232 | -.btn-info { | |
3233 | - color: #fff; | |
3234 | - background-color: #5bc0de; | |
3235 | - border-color: #46b8da; | |
3236 | -} | |
3237 | -.btn-info:focus, | |
3238 | -.btn-info.focus { | |
3239 | - color: #fff; | |
3240 | - background-color: #31b0d5; | |
3241 | - border-color: #1b6d85; | |
3242 | -} | |
3243 | -.btn-info:hover { | |
3244 | - color: #fff; | |
3245 | - background-color: #31b0d5; | |
3246 | - border-color: #269abc; | |
3247 | -} | |
3248 | -.btn-info:active, | |
3249 | -.btn-info.active, | |
3250 | -.open > .dropdown-toggle.btn-info { | |
3251 | - color: #fff; | |
3252 | - background-color: #31b0d5; | |
3253 | - border-color: #269abc; | |
3254 | -} | |
3255 | -.btn-info:active:hover, | |
3256 | -.btn-info.active:hover, | |
3257 | -.open > .dropdown-toggle.btn-info:hover, | |
3258 | -.btn-info:active:focus, | |
3259 | -.btn-info.active:focus, | |
3260 | -.open > .dropdown-toggle.btn-info:focus, | |
3261 | -.btn-info:active.focus, | |
3262 | -.btn-info.active.focus, | |
3263 | -.open > .dropdown-toggle.btn-info.focus { | |
3264 | - color: #fff; | |
3265 | - background-color: #269abc; | |
3266 | - border-color: #1b6d85; | |
3267 | -} | |
3268 | -.btn-info:active, | |
3269 | -.btn-info.active, | |
3270 | -.open > .dropdown-toggle.btn-info { | |
3271 | - background-image: none; | |
3272 | -} | |
3273 | -.btn-info.disabled:hover, | |
3274 | -.btn-info[disabled]:hover, | |
3275 | -fieldset[disabled] .btn-info:hover, | |
3276 | -.btn-info.disabled:focus, | |
3277 | -.btn-info[disabled]:focus, | |
3278 | -fieldset[disabled] .btn-info:focus, | |
3279 | -.btn-info.disabled.focus, | |
3280 | -.btn-info[disabled].focus, | |
3281 | -fieldset[disabled] .btn-info.focus { | |
3282 | - background-color: #5bc0de; | |
3283 | - border-color: #46b8da; | |
3284 | -} | |
3285 | -.btn-info .badge { | |
3286 | - color: #5bc0de; | |
3287 | - background-color: #fff; | |
3288 | -} | |
3289 | -.btn-warning { | |
3290 | - color: #fff; | |
3291 | - background-color: #f0ad4e; | |
3292 | - border-color: #eea236; | |
3293 | -} | |
3294 | -.btn-warning:focus, | |
3295 | -.btn-warning.focus { | |
3296 | - color: #fff; | |
3297 | - background-color: #ec971f; | |
3298 | - border-color: #985f0d; | |
3299 | -} | |
3300 | -.btn-warning:hover { | |
3301 | - color: #fff; | |
3302 | - background-color: #ec971f; | |
3303 | - border-color: #d58512; | |
3304 | -} | |
3305 | -.btn-warning:active, | |
3306 | -.btn-warning.active, | |
3307 | -.open > .dropdown-toggle.btn-warning { | |
3308 | - color: #fff; | |
3309 | - background-color: #ec971f; | |
3310 | - border-color: #d58512; | |
3311 | -} | |
3312 | -.btn-warning:active:hover, | |
3313 | -.btn-warning.active:hover, | |
3314 | -.open > .dropdown-toggle.btn-warning:hover, | |
3315 | -.btn-warning:active:focus, | |
3316 | -.btn-warning.active:focus, | |
3317 | -.open > .dropdown-toggle.btn-warning:focus, | |
3318 | -.btn-warning:active.focus, | |
3319 | -.btn-warning.active.focus, | |
3320 | -.open > .dropdown-toggle.btn-warning.focus { | |
3321 | - color: #fff; | |
3322 | - background-color: #d58512; | |
3323 | - border-color: #985f0d; | |
3324 | -} | |
3325 | -.btn-warning:active, | |
3326 | -.btn-warning.active, | |
3327 | -.open > .dropdown-toggle.btn-warning { | |
3328 | - background-image: none; | |
3329 | -} | |
3330 | -.btn-warning.disabled:hover, | |
3331 | -.btn-warning[disabled]:hover, | |
3332 | -fieldset[disabled] .btn-warning:hover, | |
3333 | -.btn-warning.disabled:focus, | |
3334 | -.btn-warning[disabled]:focus, | |
3335 | -fieldset[disabled] .btn-warning:focus, | |
3336 | -.btn-warning.disabled.focus, | |
3337 | -.btn-warning[disabled].focus, | |
3338 | -fieldset[disabled] .btn-warning.focus { | |
3339 | - background-color: #f0ad4e; | |
3340 | - border-color: #eea236; | |
3341 | -} | |
3342 | -.btn-warning .badge { | |
3343 | - color: #f0ad4e; | |
3344 | - background-color: #fff; | |
3345 | -} | |
3346 | -.btn-danger { | |
3347 | - color: #fff; | |
3348 | - background-color: #d9534f; | |
3349 | - border-color: #d43f3a; | |
3350 | -} | |
3351 | -.btn-danger:focus, | |
3352 | -.btn-danger.focus { | |
3353 | - color: #fff; | |
3354 | - background-color: #c9302c; | |
3355 | - border-color: #761c19; | |
3356 | -} | |
3357 | -.btn-danger:hover { | |
3358 | - color: #fff; | |
3359 | - background-color: #c9302c; | |
3360 | - border-color: #ac2925; | |
3361 | -} | |
3362 | -.btn-danger:active, | |
3363 | -.btn-danger.active, | |
3364 | -.open > .dropdown-toggle.btn-danger { | |
3365 | - color: #fff; | |
3366 | - background-color: #c9302c; | |
3367 | - border-color: #ac2925; | |
3368 | -} | |
3369 | -.btn-danger:active:hover, | |
3370 | -.btn-danger.active:hover, | |
3371 | -.open > .dropdown-toggle.btn-danger:hover, | |
3372 | -.btn-danger:active:focus, | |
3373 | -.btn-danger.active:focus, | |
3374 | -.open > .dropdown-toggle.btn-danger:focus, | |
3375 | -.btn-danger:active.focus, | |
3376 | -.btn-danger.active.focus, | |
3377 | -.open > .dropdown-toggle.btn-danger.focus { | |
3378 | - color: #fff; | |
3379 | - background-color: #ac2925; | |
3380 | - border-color: #761c19; | |
3381 | -} | |
3382 | -.btn-danger:active, | |
3383 | -.btn-danger.active, | |
3384 | -.open > .dropdown-toggle.btn-danger { | |
3385 | - background-image: none; | |
3386 | -} | |
3387 | -.btn-danger.disabled:hover, | |
3388 | -.btn-danger[disabled]:hover, | |
3389 | -fieldset[disabled] .btn-danger:hover, | |
3390 | -.btn-danger.disabled:focus, | |
3391 | -.btn-danger[disabled]:focus, | |
3392 | -fieldset[disabled] .btn-danger:focus, | |
3393 | -.btn-danger.disabled.focus, | |
3394 | -.btn-danger[disabled].focus, | |
3395 | -fieldset[disabled] .btn-danger.focus { | |
3396 | - background-color: #d9534f; | |
3397 | - border-color: #d43f3a; | |
3398 | -} | |
3399 | -.btn-danger .badge { | |
3400 | - color: #d9534f; | |
3401 | - background-color: #fff; | |
3402 | -} | |
3403 | -.btn-link { | |
3404 | - color: #337ab7; | |
3405 | - font-weight: normal; | |
3406 | - border-radius: 0; | |
3407 | -} | |
3408 | -.btn-link, | |
3409 | -.btn-link:active, | |
3410 | -.btn-link.active, | |
3411 | -.btn-link[disabled], | |
3412 | -fieldset[disabled] .btn-link { | |
3413 | - background-color: transparent; | |
3414 | - -webkit-box-shadow: none; | |
3415 | - box-shadow: none; | |
3416 | -} | |
3417 | -.btn-link, | |
3418 | -.btn-link:hover, | |
3419 | -.btn-link:focus, | |
3420 | -.btn-link:active { | |
3421 | - border-color: transparent; | |
3422 | -} | |
3423 | -.btn-link:hover, | |
3424 | -.btn-link:focus { | |
3425 | - color: #23527c; | |
3426 | - text-decoration: underline; | |
3427 | - background-color: transparent; | |
3428 | -} | |
3429 | -.btn-link[disabled]:hover, | |
3430 | -fieldset[disabled] .btn-link:hover, | |
3431 | -.btn-link[disabled]:focus, | |
3432 | -fieldset[disabled] .btn-link:focus { | |
3433 | - color: #777777; | |
3434 | - text-decoration: none; | |
3435 | -} | |
3436 | -.btn-lg, | |
3437 | -.btn-group-lg > .btn { | |
3438 | - padding: 10px 16px; | |
3439 | - font-size: 17px; | |
3440 | - line-height: 1.3333333; | |
3441 | - border-radius: 3px; | |
3442 | -} | |
3443 | -.btn-sm, | |
3444 | -.btn-group-sm > .btn { | |
3445 | - padding: 5px 10px; | |
3446 | - font-size: 12px; | |
3447 | - line-height: 1.5; | |
3448 | - border-radius: 1px; | |
3449 | -} | |
3450 | -.btn-xs, | |
3451 | -.btn-group-xs > .btn { | |
3452 | - padding: 1px 5px; | |
3453 | - font-size: 12px; | |
3454 | - line-height: 1.5; | |
3455 | - border-radius: 1px; | |
3456 | -} | |
3457 | -.btn-block { | |
3458 | - display: block; | |
3459 | - width: 100%; | |
3460 | -} | |
3461 | -.btn-block + .btn-block { | |
3462 | - margin-top: 5px; | |
3463 | -} | |
3464 | -input[type="submit"].btn-block, | |
3465 | -input[type="reset"].btn-block, | |
3466 | -input[type="button"].btn-block { | |
3467 | - width: 100%; | |
3468 | -} | |
3469 | -.fade { | |
3470 | - opacity: 0; | |
3471 | - -webkit-transition: opacity 0.15s linear; | |
3472 | - -o-transition: opacity 0.15s linear; | |
3473 | - transition: opacity 0.15s linear; | |
3474 | -} | |
3475 | -.fade.in { | |
3476 | - opacity: 1; | |
3477 | -} | |
3478 | -.collapse { | |
3479 | - display: none; | |
3480 | -} | |
3481 | -.collapse.in { | |
3482 | - display: block; | |
3483 | -} | |
3484 | -tr.collapse.in { | |
3485 | - display: table-row; | |
3486 | -} | |
3487 | -tbody.collapse.in { | |
3488 | - display: table-row-group; | |
3489 | -} | |
3490 | -.collapsing { | |
3491 | - position: relative; | |
3492 | - height: 0; | |
3493 | - overflow: hidden; | |
3494 | - -webkit-transition-property: height, visibility; | |
3495 | - transition-property: height, visibility; | |
3496 | - -webkit-transition-duration: 0.35s; | |
3497 | - transition-duration: 0.35s; | |
3498 | - -webkit-transition-timing-function: ease; | |
3499 | - transition-timing-function: ease; | |
3500 | -} | |
3501 | -.caret { | |
3502 | - display: inline-block; | |
3503 | - width: 0; | |
3504 | - height: 0; | |
3505 | - margin-left: 2px; | |
3506 | - vertical-align: middle; | |
3507 | - border-top: 4px dashed; | |
3508 | - border-top: 4px solid \9; | |
3509 | - border-right: 4px solid transparent; | |
3510 | - border-left: 4px solid transparent; | |
3511 | -} | |
3512 | -.dropup, | |
3513 | -.dropdown { | |
3514 | - position: relative; | |
3515 | -} | |
3516 | -.dropdown-toggle:focus { | |
3517 | - outline: 0; | |
3518 | -} | |
3519 | -.dropdown-menu { | |
3520 | - position: absolute; | |
3521 | - top: 100%; | |
3522 | - left: 0; | |
3523 | - z-index: 1000; | |
3524 | - display: none; | |
3525 | - float: left; | |
3526 | - min-width: 160px; | |
3527 | - padding: 5px 0; | |
3528 | - margin: 2px 0 0; | |
3529 | - list-style: none; | |
3530 | - font-size: 13px; | |
3531 | - text-align: left; | |
3532 | - background-color: #fff; | |
3533 | - border: 1px solid #ccc; | |
3534 | - border: 1px solid rgba(0, 0, 0, 0.15); | |
3535 | - border-radius: 2px; | |
3536 | - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
3537 | - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
3538 | - background-clip: padding-box; | |
3539 | -} | |
3540 | -.dropdown-menu.pull-right { | |
3541 | - right: 0; | |
3542 | - left: auto; | |
3543 | -} | |
3544 | -.dropdown-menu .divider { | |
3545 | - height: 1px; | |
3546 | - margin: 8px 0; | |
3547 | - overflow: hidden; | |
3548 | - background-color: #e5e5e5; | |
3549 | -} | |
3550 | -.dropdown-menu > li > a { | |
3551 | - display: block; | |
3552 | - padding: 3px 20px; | |
3553 | - clear: both; | |
3554 | - font-weight: normal; | |
3555 | - line-height: 1.42857143; | |
3556 | - color: #333333; | |
3557 | - white-space: nowrap; | |
3558 | -} | |
3559 | -.dropdown-menu > li > a:hover, | |
3560 | -.dropdown-menu > li > a:focus { | |
3561 | - text-decoration: none; | |
3562 | - color: #262626; | |
3563 | - background-color: #f5f5f5; | |
3564 | -} | |
3565 | -.dropdown-menu > .active > a, | |
3566 | -.dropdown-menu > .active > a:hover, | |
3567 | -.dropdown-menu > .active > a:focus { | |
3568 | - color: #fff; | |
3569 | - text-decoration: none; | |
3570 | - outline: 0; | |
3571 | - background-color: #337ab7; | |
3572 | -} | |
3573 | -.dropdown-menu > .disabled > a, | |
3574 | -.dropdown-menu > .disabled > a:hover, | |
3575 | -.dropdown-menu > .disabled > a:focus { | |
3576 | - color: #777777; | |
3577 | -} | |
3578 | -.dropdown-menu > .disabled > a:hover, | |
3579 | -.dropdown-menu > .disabled > a:focus { | |
3580 | - text-decoration: none; | |
3581 | - background-color: transparent; | |
3582 | - background-image: none; | |
3583 | - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
3584 | - cursor: not-allowed; | |
3585 | -} | |
3586 | -.open > .dropdown-menu { | |
3587 | - display: block; | |
3588 | -} | |
3589 | -.open > a { | |
3590 | - outline: 0; | |
3591 | -} | |
3592 | -.dropdown-menu-right { | |
3593 | - left: auto; | |
3594 | - right: 0; | |
3595 | -} | |
3596 | -.dropdown-menu-left { | |
3597 | - left: 0; | |
3598 | - right: auto; | |
3599 | -} | |
3600 | -.dropdown-header { | |
3601 | - display: block; | |
3602 | - padding: 3px 20px; | |
3603 | - font-size: 12px; | |
3604 | - line-height: 1.42857143; | |
3605 | - color: #777777; | |
3606 | - white-space: nowrap; | |
3607 | -} | |
3608 | -.dropdown-backdrop { | |
3609 | - position: fixed; | |
3610 | - left: 0; | |
3611 | - right: 0; | |
3612 | - bottom: 0; | |
3613 | - top: 0; | |
3614 | - z-index: 990; | |
3615 | -} | |
3616 | -.pull-right > .dropdown-menu { | |
3617 | - right: 0; | |
3618 | - left: auto; | |
3619 | -} | |
3620 | -.dropup .caret, | |
3621 | -.navbar-fixed-bottom .dropdown .caret { | |
3622 | - border-top: 0; | |
3623 | - border-bottom: 4px dashed; | |
3624 | - border-bottom: 4px solid \9; | |
3625 | - content: ""; | |
3626 | -} | |
3627 | -.dropup .dropdown-menu, | |
3628 | -.navbar-fixed-bottom .dropdown .dropdown-menu { | |
3629 | - top: auto; | |
3630 | - bottom: 100%; | |
3631 | - margin-bottom: 2px; | |
3632 | -} | |
3633 | -@media (min-width: 541px) { | |
3634 | - .navbar-right .dropdown-menu { | |
3635 | - left: auto; | |
3636 | - right: 0; | |
3637 | - } | |
3638 | - .navbar-right .dropdown-menu-left { | |
3639 | - left: 0; | |
3640 | - right: auto; | |
3641 | - } | |
3642 | -} | |
3643 | -.btn-group, | |
3644 | -.btn-group-vertical { | |
3645 | - position: relative; | |
3646 | - display: inline-block; | |
3647 | - vertical-align: middle; | |
3648 | -} | |
3649 | -.btn-group > .btn, | |
3650 | -.btn-group-vertical > .btn { | |
3651 | - position: relative; | |
3652 | - float: left; | |
3653 | -} | |
3654 | -.btn-group > .btn:hover, | |
3655 | -.btn-group-vertical > .btn:hover, | |
3656 | -.btn-group > .btn:focus, | |
3657 | -.btn-group-vertical > .btn:focus, | |
3658 | -.btn-group > .btn:active, | |
3659 | -.btn-group-vertical > .btn:active, | |
3660 | -.btn-group > .btn.active, | |
3661 | -.btn-group-vertical > .btn.active { | |
3662 | - z-index: 2; | |
3663 | -} | |
3664 | -.btn-group .btn + .btn, | |
3665 | -.btn-group .btn + .btn-group, | |
3666 | -.btn-group .btn-group + .btn, | |
3667 | -.btn-group .btn-group + .btn-group { | |
3668 | - margin-left: -1px; | |
3669 | -} | |
3670 | -.btn-toolbar { | |
3671 | - margin-left: -5px; | |
3672 | -} | |
3673 | -.btn-toolbar .btn, | |
3674 | -.btn-toolbar .btn-group, | |
3675 | -.btn-toolbar .input-group { | |
3676 | - float: left; | |
3677 | -} | |
3678 | -.btn-toolbar > .btn, | |
3679 | -.btn-toolbar > .btn-group, | |
3680 | -.btn-toolbar > .input-group { | |
3681 | - margin-left: 5px; | |
3682 | -} | |
3683 | -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
3684 | - border-radius: 0; | |
3685 | -} | |
3686 | -.btn-group > .btn:first-child { | |
3687 | - margin-left: 0; | |
3688 | -} | |
3689 | -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
3690 | - border-bottom-right-radius: 0; | |
3691 | - border-top-right-radius: 0; | |
3692 | -} | |
3693 | -.btn-group > .btn:last-child:not(:first-child), | |
3694 | -.btn-group > .dropdown-toggle:not(:first-child) { | |
3695 | - border-bottom-left-radius: 0; | |
3696 | - border-top-left-radius: 0; | |
3697 | -} | |
3698 | -.btn-group > .btn-group { | |
3699 | - float: left; | |
3700 | -} | |
3701 | -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | |
3702 | - border-radius: 0; | |
3703 | -} | |
3704 | -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
3705 | -.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
3706 | - border-bottom-right-radius: 0; | |
3707 | - border-top-right-radius: 0; | |
3708 | -} | |
3709 | -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
3710 | - border-bottom-left-radius: 0; | |
3711 | - border-top-left-radius: 0; | |
3712 | -} | |
3713 | -.btn-group .dropdown-toggle:active, | |
3714 | -.btn-group.open .dropdown-toggle { | |
3715 | - outline: 0; | |
3716 | -} | |
3717 | -.btn-group > .btn + .dropdown-toggle { | |
3718 | - padding-left: 8px; | |
3719 | - padding-right: 8px; | |
3720 | -} | |
3721 | -.btn-group > .btn-lg + .dropdown-toggle { | |
3722 | - padding-left: 12px; | |
3723 | - padding-right: 12px; | |
3724 | -} | |
3725 | -.btn-group.open .dropdown-toggle { | |
3726 | - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
3727 | - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
3728 | -} | |
3729 | -.btn-group.open .dropdown-toggle.btn-link { | |
3730 | - -webkit-box-shadow: none; | |
3731 | - box-shadow: none; | |
3732 | -} | |
3733 | -.btn .caret { | |
3734 | - margin-left: 0; | |
3735 | -} | |
3736 | -.btn-lg .caret { | |
3737 | - border-width: 5px 5px 0; | |
3738 | - border-bottom-width: 0; | |
3739 | -} | |
3740 | -.dropup .btn-lg .caret { | |
3741 | - border-width: 0 5px 5px; | |
3742 | -} | |
3743 | -.btn-group-vertical > .btn, | |
3744 | -.btn-group-vertical > .btn-group, | |
3745 | -.btn-group-vertical > .btn-group > .btn { | |
3746 | - display: block; | |
3747 | - float: none; | |
3748 | - width: 100%; | |
3749 | - max-width: 100%; | |
3750 | -} | |
3751 | -.btn-group-vertical > .btn-group > .btn { | |
3752 | - float: none; | |
3753 | -} | |
3754 | -.btn-group-vertical > .btn + .btn, | |
3755 | -.btn-group-vertical > .btn + .btn-group, | |
3756 | -.btn-group-vertical > .btn-group + .btn, | |
3757 | -.btn-group-vertical > .btn-group + .btn-group { | |
3758 | - margin-top: -1px; | |
3759 | - margin-left: 0; | |
3760 | -} | |
3761 | -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { | |
3762 | - border-radius: 0; | |
3763 | -} | |
3764 | -.btn-group-vertical > .btn:first-child:not(:last-child) { | |
3765 | - border-top-right-radius: 2px; | |
3766 | - border-top-left-radius: 2px; | |
3767 | - border-bottom-right-radius: 0; | |
3768 | - border-bottom-left-radius: 0; | |
3769 | -} | |
3770 | -.btn-group-vertical > .btn:last-child:not(:first-child) { | |
3771 | - border-top-right-radius: 0; | |
3772 | - border-top-left-radius: 0; | |
3773 | - border-bottom-right-radius: 2px; | |
3774 | - border-bottom-left-radius: 2px; | |
3775 | -} | |
3776 | -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | |
3777 | - border-radius: 0; | |
3778 | -} | |
3779 | -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
3780 | -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
3781 | - border-bottom-right-radius: 0; | |
3782 | - border-bottom-left-radius: 0; | |
3783 | -} | |
3784 | -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
3785 | - border-top-right-radius: 0; | |
3786 | - border-top-left-radius: 0; | |
3787 | -} | |
3788 | -.btn-group-justified { | |
3789 | - display: table; | |
3790 | - width: 100%; | |
3791 | - table-layout: fixed; | |
3792 | - border-collapse: separate; | |
3793 | -} | |
3794 | -.btn-group-justified > .btn, | |
3795 | -.btn-group-justified > .btn-group { | |
3796 | - float: none; | |
3797 | - display: table-cell; | |
3798 | - width: 1%; | |
3799 | -} | |
3800 | -.btn-group-justified > .btn-group .btn { | |
3801 | - width: 100%; | |
3802 | -} | |
3803 | -.btn-group-justified > .btn-group .dropdown-menu { | |
3804 | - left: auto; | |
3805 | -} | |
3806 | -[data-toggle="buttons"] > .btn input[type="radio"], | |
3807 | -[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
3808 | -[data-toggle="buttons"] > .btn input[type="checkbox"], | |
3809 | -[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
3810 | - position: absolute; | |
3811 | - clip: rect(0, 0, 0, 0); | |
3812 | - pointer-events: none; | |
3813 | -} | |
3814 | -.input-group { | |
3815 | - position: relative; | |
3816 | - display: table; | |
3817 | - border-collapse: separate; | |
3818 | -} | |
3819 | -.input-group[class*="col-"] { | |
3820 | - float: none; | |
3821 | - padding-left: 0; | |
3822 | - padding-right: 0; | |
3823 | -} | |
3824 | -.input-group .form-control { | |
3825 | - position: relative; | |
3826 | - z-index: 2; | |
3827 | - float: left; | |
3828 | - width: 100%; | |
3829 | - margin-bottom: 0; | |
3830 | -} | |
3831 | -.input-group .form-control:focus { | |
3832 | - z-index: 3; | |
3833 | -} | |
3834 | -.input-group-lg > .form-control, | |
3835 | -.input-group-lg > .input-group-addon, | |
3836 | -.input-group-lg > .input-group-btn > .btn { | |
3837 | - height: 45px; | |
3838 | - padding: 10px 16px; | |
3839 | - font-size: 17px; | |
3840 | - line-height: 1.3333333; | |
3841 | - border-radius: 3px; | |
3842 | -} | |
3843 | -select.input-group-lg > .form-control, | |
3844 | -select.input-group-lg > .input-group-addon, | |
3845 | -select.input-group-lg > .input-group-btn > .btn { | |
3846 | - height: 45px; | |
3847 | - line-height: 45px; | |
3848 | -} | |
3849 | -textarea.input-group-lg > .form-control, | |
3850 | -textarea.input-group-lg > .input-group-addon, | |
3851 | -textarea.input-group-lg > .input-group-btn > .btn, | |
3852 | -select[multiple].input-group-lg > .form-control, | |
3853 | -select[multiple].input-group-lg > .input-group-addon, | |
3854 | -select[multiple].input-group-lg > .input-group-btn > .btn { | |
3855 | - height: auto; | |
3856 | -} | |
3857 | -.input-group-sm > .form-control, | |
3858 | -.input-group-sm > .input-group-addon, | |
3859 | -.input-group-sm > .input-group-btn > .btn { | |
3860 | - height: 30px; | |
3861 | - padding: 5px 10px; | |
3862 | - font-size: 12px; | |
3863 | - line-height: 1.5; | |
3864 | - border-radius: 1px; | |
3865 | -} | |
3866 | -select.input-group-sm > .form-control, | |
3867 | -select.input-group-sm > .input-group-addon, | |
3868 | -select.input-group-sm > .input-group-btn > .btn { | |
3869 | - height: 30px; | |
3870 | - line-height: 30px; | |
3871 | -} | |
3872 | -textarea.input-group-sm > .form-control, | |
3873 | -textarea.input-group-sm > .input-group-addon, | |
3874 | -textarea.input-group-sm > .input-group-btn > .btn, | |
3875 | -select[multiple].input-group-sm > .form-control, | |
3876 | -select[multiple].input-group-sm > .input-group-addon, | |
3877 | -select[multiple].input-group-sm > .input-group-btn > .btn { | |
3878 | - height: auto; | |
3879 | -} | |
3880 | -.input-group-addon, | |
3881 | -.input-group-btn, | |
3882 | -.input-group .form-control { | |
3883 | - display: table-cell; | |
3884 | -} | |
3885 | -.input-group-addon:not(:first-child):not(:last-child), | |
3886 | -.input-group-btn:not(:first-child):not(:last-child), | |
3887 | -.input-group .form-control:not(:first-child):not(:last-child) { | |
3888 | - border-radius: 0; | |
3889 | -} | |
3890 | -.input-group-addon, | |
3891 | -.input-group-btn { | |
3892 | - width: 1%; | |
3893 | - white-space: nowrap; | |
3894 | - vertical-align: middle; | |
3895 | -} | |
3896 | -.input-group-addon { | |
3897 | - padding: 6px 12px; | |
3898 | - font-size: 13px; | |
3899 | - font-weight: normal; | |
3900 | - line-height: 1; | |
3901 | - color: #555555; | |
3902 | - text-align: center; | |
3903 | - background-color: #eeeeee; | |
3904 | - border: 1px solid #ccc; | |
3905 | - border-radius: 2px; | |
3906 | -} | |
3907 | -.input-group-addon.input-sm { | |
3908 | - padding: 5px 10px; | |
3909 | - font-size: 12px; | |
3910 | - border-radius: 1px; | |
3911 | -} | |
3912 | -.input-group-addon.input-lg { | |
3913 | - padding: 10px 16px; | |
3914 | - font-size: 17px; | |
3915 | - border-radius: 3px; | |
3916 | -} | |
3917 | -.input-group-addon input[type="radio"], | |
3918 | -.input-group-addon input[type="checkbox"] { | |
3919 | - margin-top: 0; | |
3920 | -} | |
3921 | -.input-group .form-control:first-child, | |
3922 | -.input-group-addon:first-child, | |
3923 | -.input-group-btn:first-child > .btn, | |
3924 | -.input-group-btn:first-child > .btn-group > .btn, | |
3925 | -.input-group-btn:first-child > .dropdown-toggle, | |
3926 | -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), | |
3927 | -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { | |
3928 | - border-bottom-right-radius: 0; | |
3929 | - border-top-right-radius: 0; | |
3930 | -} | |
3931 | -.input-group-addon:first-child { | |
3932 | - border-right: 0; | |
3933 | -} | |
3934 | -.input-group .form-control:last-child, | |
3935 | -.input-group-addon:last-child, | |
3936 | -.input-group-btn:last-child > .btn, | |
3937 | -.input-group-btn:last-child > .btn-group > .btn, | |
3938 | -.input-group-btn:last-child > .dropdown-toggle, | |
3939 | -.input-group-btn:first-child > .btn:not(:first-child), | |
3940 | -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { | |
3941 | - border-bottom-left-radius: 0; | |
3942 | - border-top-left-radius: 0; | |
3943 | -} | |
3944 | -.input-group-addon:last-child { | |
3945 | - border-left: 0; | |
3946 | -} | |
3947 | -.input-group-btn { | |
3948 | - position: relative; | |
3949 | - font-size: 0; | |
3950 | - white-space: nowrap; | |
3951 | -} | |
3952 | -.input-group-btn > .btn { | |
3953 | - position: relative; | |
3954 | -} | |
3955 | -.input-group-btn > .btn + .btn { | |
3956 | - margin-left: -1px; | |
3957 | -} | |
3958 | -.input-group-btn > .btn:hover, | |
3959 | -.input-group-btn > .btn:focus, | |
3960 | -.input-group-btn > .btn:active { | |
3961 | - z-index: 2; | |
3962 | -} | |
3963 | -.input-group-btn:first-child > .btn, | |
3964 | -.input-group-btn:first-child > .btn-group { | |
3965 | - margin-right: -1px; | |
3966 | -} | |
3967 | -.input-group-btn:last-child > .btn, | |
3968 | -.input-group-btn:last-child > .btn-group { | |
3969 | - z-index: 2; | |
3970 | - margin-left: -1px; | |
3971 | -} | |
3972 | -.nav { | |
3973 | - margin-bottom: 0; | |
3974 | - padding-left: 0; | |
3975 | - list-style: none; | |
3976 | -} | |
3977 | -.nav > li { | |
3978 | - position: relative; | |
3979 | - display: block; | |
3980 | -} | |
3981 | -.nav > li > a { | |
3982 | - position: relative; | |
3983 | - display: block; | |
3984 | - padding: 10px 15px; | |
3985 | -} | |
3986 | -.nav > li > a:hover, | |
3987 | -.nav > li > a:focus { | |
3988 | - text-decoration: none; | |
3989 | - background-color: #eeeeee; | |
3990 | -} | |
3991 | -.nav > li.disabled > a { | |
3992 | - color: #777777; | |
3993 | -} | |
3994 | -.nav > li.disabled > a:hover, | |
3995 | -.nav > li.disabled > a:focus { | |
3996 | - color: #777777; | |
3997 | - text-decoration: none; | |
3998 | - background-color: transparent; | |
3999 | - cursor: not-allowed; | |
4000 | -} | |
4001 | -.nav .open > a, | |
4002 | -.nav .open > a:hover, | |
4003 | -.nav .open > a:focus { | |
4004 | - background-color: #eeeeee; | |
4005 | - border-color: #337ab7; | |
4006 | -} | |
4007 | -.nav .nav-divider { | |
4008 | - height: 1px; | |
4009 | - margin: 8px 0; | |
4010 | - overflow: hidden; | |
4011 | - background-color: #e5e5e5; | |
4012 | -} | |
4013 | -.nav > li > a > img { | |
4014 | - max-width: none; | |
4015 | -} | |
4016 | -.nav-tabs { | |
4017 | - border-bottom: 1px solid #ddd; | |
4018 | -} | |
4019 | -.nav-tabs > li { | |
4020 | - float: left; | |
4021 | - margin-bottom: -1px; | |
4022 | -} | |
4023 | -.nav-tabs > li > a { | |
4024 | - margin-right: 2px; | |
4025 | - line-height: 1.42857143; | |
4026 | - border: 1px solid transparent; | |
4027 | - border-radius: 2px 2px 0 0; | |
4028 | -} | |
4029 | -.nav-tabs > li > a:hover { | |
4030 | - border-color: #eeeeee #eeeeee #ddd; | |
4031 | -} | |
4032 | -.nav-tabs > li.active > a, | |
4033 | -.nav-tabs > li.active > a:hover, | |
4034 | -.nav-tabs > li.active > a:focus { | |
4035 | - color: #555555; | |
4036 | - background-color: #fff; | |
4037 | - border: 1px solid #ddd; | |
4038 | - border-bottom-color: transparent; | |
4039 | - cursor: default; | |
4040 | -} | |
4041 | -.nav-tabs.nav-justified { | |
4042 | - width: 100%; | |
4043 | - border-bottom: 0; | |
4044 | -} | |
4045 | -.nav-tabs.nav-justified > li { | |
4046 | - float: none; | |
4047 | -} | |
4048 | -.nav-tabs.nav-justified > li > a { | |
4049 | - text-align: center; | |
4050 | - margin-bottom: 5px; | |
4051 | -} | |
4052 | -.nav-tabs.nav-justified > .dropdown .dropdown-menu { | |
4053 | - top: auto; | |
4054 | - left: auto; | |
4055 | -} | |
4056 | -@media (min-width: 768px) { | |
4057 | - .nav-tabs.nav-justified > li { | |
4058 | - display: table-cell; | |
4059 | - width: 1%; | |
4060 | - } | |
4061 | - .nav-tabs.nav-justified > li > a { | |
4062 | - margin-bottom: 0; | |
4063 | - } | |
4064 | -} | |
4065 | -.nav-tabs.nav-justified > li > a { | |
4066 | - margin-right: 0; | |
4067 | - border-radius: 2px; | |
4068 | -} | |
4069 | -.nav-tabs.nav-justified > .active > a, | |
4070 | -.nav-tabs.nav-justified > .active > a:hover, | |
4071 | -.nav-tabs.nav-justified > .active > a:focus { | |
4072 | - border: 1px solid #ddd; | |
4073 | -} | |
4074 | -@media (min-width: 768px) { | |
4075 | - .nav-tabs.nav-justified > li > a { | |
4076 | - border-bottom: 1px solid #ddd; | |
4077 | - border-radius: 2px 2px 0 0; | |
4078 | - } | |
4079 | - .nav-tabs.nav-justified > .active > a, | |
4080 | - .nav-tabs.nav-justified > .active > a:hover, | |
4081 | - .nav-tabs.nav-justified > .active > a:focus { | |
4082 | - border-bottom-color: #fff; | |
4083 | - } | |
4084 | -} | |
4085 | -.nav-pills > li { | |
4086 | - float: left; | |
4087 | -} | |
4088 | -.nav-pills > li > a { | |
4089 | - border-radius: 2px; | |
4090 | -} | |
4091 | -.nav-pills > li + li { | |
4092 | - margin-left: 2px; | |
4093 | -} | |
4094 | -.nav-pills > li.active > a, | |
4095 | -.nav-pills > li.active > a:hover, | |
4096 | -.nav-pills > li.active > a:focus { | |
4097 | - color: #fff; | |
4098 | - background-color: #337ab7; | |
4099 | -} | |
4100 | -.nav-stacked > li { | |
4101 | - float: none; | |
4102 | -} | |
4103 | -.nav-stacked > li + li { | |
4104 | - margin-top: 2px; | |
4105 | - margin-left: 0; | |
4106 | -} | |
4107 | -.nav-justified { | |
4108 | - width: 100%; | |
4109 | -} | |
4110 | -.nav-justified > li { | |
4111 | - float: none; | |
4112 | -} | |
4113 | -.nav-justified > li > a { | |
4114 | - text-align: center; | |
4115 | - margin-bottom: 5px; | |
4116 | -} | |
4117 | -.nav-justified > .dropdown .dropdown-menu { | |
4118 | - top: auto; | |
4119 | - left: auto; | |
4120 | -} | |
4121 | -@media (min-width: 768px) { | |
4122 | - .nav-justified > li { | |
4123 | - display: table-cell; | |
4124 | - width: 1%; | |
4125 | - } | |
4126 | - .nav-justified > li > a { | |
4127 | - margin-bottom: 0; | |
4128 | - } | |
4129 | -} | |
4130 | -.nav-tabs-justified { | |
4131 | - border-bottom: 0; | |
4132 | -} | |
4133 | -.nav-tabs-justified > li > a { | |
4134 | - margin-right: 0; | |
4135 | - border-radius: 2px; | |
4136 | -} | |
4137 | -.nav-tabs-justified > .active > a, | |
4138 | -.nav-tabs-justified > .active > a:hover, | |
4139 | -.nav-tabs-justified > .active > a:focus { | |
4140 | - border: 1px solid #ddd; | |
4141 | -} | |
4142 | -@media (min-width: 768px) { | |
4143 | - .nav-tabs-justified > li > a { | |
4144 | - border-bottom: 1px solid #ddd; | |
4145 | - border-radius: 2px 2px 0 0; | |
4146 | - } | |
4147 | - .nav-tabs-justified > .active > a, | |
4148 | - .nav-tabs-justified > .active > a:hover, | |
4149 | - .nav-tabs-justified > .active > a:focus { | |
4150 | - border-bottom-color: #fff; | |
4151 | - } | |
4152 | -} | |
4153 | -.tab-content > .tab-pane { | |
4154 | - display: none; | |
4155 | -} | |
4156 | -.tab-content > .active { | |
4157 | - display: block; | |
4158 | -} | |
4159 | -.nav-tabs .dropdown-menu { | |
4160 | - margin-top: -1px; | |
4161 | - border-top-right-radius: 0; | |
4162 | - border-top-left-radius: 0; | |
4163 | -} | |
4164 | -.navbar { | |
4165 | - position: relative; | |
4166 | - min-height: 30px; | |
4167 | - margin-bottom: 18px; | |
4168 | - border: 1px solid transparent; | |
4169 | -} | |
4170 | -@media (min-width: 541px) { | |
4171 | - .navbar { | |
4172 | - border-radius: 2px; | |
4173 | - } | |
4174 | -} | |
4175 | -@media (min-width: 541px) { | |
4176 | - .navbar-header { | |
4177 | - float: left; | |
4178 | - } | |
4179 | -} | |
4180 | -.navbar-collapse { | |
4181 | - overflow-x: visible; | |
4182 | - padding-right: 0px; | |
4183 | - padding-left: 0px; | |
4184 | - border-top: 1px solid transparent; | |
4185 | - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
4186 | - -webkit-overflow-scrolling: touch; | |
4187 | -} | |
4188 | -.navbar-collapse.in { | |
4189 | - overflow-y: auto; | |
4190 | -} | |
4191 | -@media (min-width: 541px) { | |
4192 | - .navbar-collapse { | |
4193 | - width: auto; | |
4194 | - border-top: 0; | |
4195 | - box-shadow: none; | |
4196 | - } | |
4197 | - .navbar-collapse.collapse { | |
4198 | - display: block !important; | |
4199 | - height: auto !important; | |
4200 | - padding-bottom: 0; | |
4201 | - overflow: visible !important; | |
4202 | - } | |
4203 | - .navbar-collapse.in { | |
4204 | - overflow-y: visible; | |
4205 | - } | |
4206 | - .navbar-fixed-top .navbar-collapse, | |
4207 | - .navbar-static-top .navbar-collapse, | |
4208 | - .navbar-fixed-bottom .navbar-collapse { | |
4209 | - padding-left: 0; | |
4210 | - padding-right: 0; | |
4211 | - } | |
4212 | -} | |
4213 | -.navbar-fixed-top .navbar-collapse, | |
4214 | -.navbar-fixed-bottom .navbar-collapse { | |
4215 | - max-height: 340px; | |
4216 | -} | |
4217 | -@media (max-device-width: 540px) and (orientation: landscape) { | |
4218 | - .navbar-fixed-top .navbar-collapse, | |
4219 | - .navbar-fixed-bottom .navbar-collapse { | |
4220 | - max-height: 200px; | |
4221 | - } | |
4222 | -} | |
4223 | -.container > .navbar-header, | |
4224 | -.container-fluid > .navbar-header, | |
4225 | -.container > .navbar-collapse, | |
4226 | -.container-fluid > .navbar-collapse { | |
4227 | - margin-right: 0px; | |
4228 | - margin-left: 0px; | |
4229 | -} | |
4230 | -@media (min-width: 541px) { | |
4231 | - .container > .navbar-header, | |
4232 | - .container-fluid > .navbar-header, | |
4233 | - .container > .navbar-collapse, | |
4234 | - .container-fluid > .navbar-collapse { | |
4235 | - margin-right: 0; | |
4236 | - margin-left: 0; | |
4237 | - } | |
4238 | -} | |
4239 | -.navbar-static-top { | |
4240 | - z-index: 1000; | |
4241 | - border-width: 0 0 1px; | |
4242 | -} | |
4243 | -@media (min-width: 541px) { | |
4244 | - .navbar-static-top { | |
4245 | - border-radius: 0; | |
4246 | - } | |
4247 | -} | |
4248 | -.navbar-fixed-top, | |
4249 | -.navbar-fixed-bottom { | |
4250 | - position: fixed; | |
4251 | - right: 0; | |
4252 | - left: 0; | |
4253 | - z-index: 1030; | |
4254 | -} | |
4255 | -@media (min-width: 541px) { | |
4256 | - .navbar-fixed-top, | |
4257 | - .navbar-fixed-bottom { | |
4258 | - border-radius: 0; | |
4259 | - } | |
4260 | -} | |
4261 | -.navbar-fixed-top { | |
4262 | - top: 0; | |
4263 | - border-width: 0 0 1px; | |
4264 | -} | |
4265 | -.navbar-fixed-bottom { | |
4266 | - bottom: 0; | |
4267 | - margin-bottom: 0; | |
4268 | - border-width: 1px 0 0; | |
4269 | -} | |
4270 | -.navbar-brand { | |
4271 | - float: left; | |
4272 | - padding: 6px 0px; | |
4273 | - font-size: 17px; | |
4274 | - line-height: 18px; | |
4275 | - height: 30px; | |
4276 | -} | |
4277 | -.navbar-brand:hover, | |
4278 | -.navbar-brand:focus { | |
4279 | - text-decoration: none; | |
4280 | -} | |
4281 | -.navbar-brand > img { | |
4282 | - display: block; | |
4283 | -} | |
4284 | -@media (min-width: 541px) { | |
4285 | - .navbar > .container .navbar-brand, | |
4286 | - .navbar > .container-fluid .navbar-brand { | |
4287 | - margin-left: 0px; | |
4288 | - } | |
4289 | -} | |
4290 | -.navbar-toggle { | |
4291 | - position: relative; | |
4292 | - float: right; | |
4293 | - margin-right: 0px; | |
4294 | - padding: 9px 10px; | |
4295 | - margin-top: -2px; | |
4296 | - margin-bottom: -2px; | |
4297 | - background-color: transparent; | |
4298 | - background-image: none; | |
4299 | - border: 1px solid transparent; | |
4300 | - border-radius: 2px; | |
4301 | -} | |
4302 | -.navbar-toggle:focus { | |
4303 | - outline: 0; | |
4304 | -} | |
4305 | -.navbar-toggle .icon-bar { | |
4306 | - display: block; | |
4307 | - width: 22px; | |
4308 | - height: 2px; | |
4309 | - border-radius: 1px; | |
4310 | -} | |
4311 | -.navbar-toggle .icon-bar + .icon-bar { | |
4312 | - margin-top: 4px; | |
4313 | -} | |
4314 | -@media (min-width: 541px) { | |
4315 | - .navbar-toggle { | |
4316 | - display: none; | |
4317 | - } | |
4318 | -} | |
4319 | -.navbar-nav { | |
4320 | - margin: 3px 0px; | |
4321 | -} | |
4322 | -.navbar-nav > li > a { | |
4323 | - padding-top: 10px; | |
4324 | - padding-bottom: 10px; | |
4325 | - line-height: 18px; | |
4326 | -} | |
4327 | -@media (max-width: 540px) { | |
4328 | - .navbar-nav .open .dropdown-menu { | |
4329 | - position: static; | |
4330 | - float: none; | |
4331 | - width: auto; | |
4332 | - margin-top: 0; | |
4333 | - background-color: transparent; | |
4334 | - border: 0; | |
4335 | - box-shadow: none; | |
4336 | - } | |
4337 | - .navbar-nav .open .dropdown-menu > li > a, | |
4338 | - .navbar-nav .open .dropdown-menu .dropdown-header { | |
4339 | - padding: 5px 15px 5px 25px; | |
4340 | - } | |
4341 | - .navbar-nav .open .dropdown-menu > li > a { | |
4342 | - line-height: 18px; | |
4343 | - } | |
4344 | - .navbar-nav .open .dropdown-menu > li > a:hover, | |
4345 | - .navbar-nav .open .dropdown-menu > li > a:focus { | |
4346 | - background-image: none; | |
4347 | - } | |
4348 | -} | |
4349 | -@media (min-width: 541px) { | |
4350 | - .navbar-nav { | |
4351 | - float: left; | |
4352 | - margin: 0; | |
4353 | - } | |
4354 | - .navbar-nav > li { | |
4355 | - float: left; | |
4356 | - } | |
4357 | - .navbar-nav > li > a { | |
4358 | - padding-top: 6px; | |
4359 | - padding-bottom: 6px; | |
4360 | - } | |
4361 | -} | |
4362 | -.navbar-form { | |
4363 | - margin-left: 0px; | |
4364 | - margin-right: 0px; | |
4365 | - padding: 10px 0px; | |
4366 | - border-top: 1px solid transparent; | |
4367 | - border-bottom: 1px solid transparent; | |
4368 | - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
4369 | - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
4370 | - margin-top: -1px; | |
4371 | - margin-bottom: -1px; | |
4372 | -} | |
4373 | -@media (min-width: 768px) { | |
4374 | - .navbar-form .form-group { | |
4375 | - display: inline-block; | |
4376 | - margin-bottom: 0; | |
4377 | - vertical-align: middle; | |
4378 | - } | |
4379 | - .navbar-form .form-control { | |
4380 | - display: inline-block; | |
4381 | - width: auto; | |
4382 | - vertical-align: middle; | |
4383 | - } | |
4384 | - .navbar-form .form-control-static { | |
4385 | - display: inline-block; | |
4386 | - } | |
4387 | - .navbar-form .input-group { | |
4388 | - display: inline-table; | |
4389 | - vertical-align: middle; | |
4390 | - } | |
4391 | - .navbar-form .input-group .input-group-addon, | |
4392 | - .navbar-form .input-group .input-group-btn, | |
4393 | - .navbar-form .input-group .form-control { | |
4394 | - width: auto; | |
4395 | - } | |
4396 | - .navbar-form .input-group > .form-control { | |
4397 | - width: 100%; | |
4398 | - } | |
4399 | - .navbar-form .control-label { | |
4400 | - margin-bottom: 0; | |
4401 | - vertical-align: middle; | |
4402 | - } | |
4403 | - .navbar-form .radio, | |
4404 | - .navbar-form .checkbox { | |
4405 | - display: inline-block; | |
4406 | - margin-top: 0; | |
4407 | - margin-bottom: 0; | |
4408 | - vertical-align: middle; | |
4409 | - } | |
4410 | - .navbar-form .radio label, | |
4411 | - .navbar-form .checkbox label { | |
4412 | - padding-left: 0; | |
4413 | - } | |
4414 | - .navbar-form .radio input[type="radio"], | |
4415 | - .navbar-form .checkbox input[type="checkbox"] { | |
4416 | - position: relative; | |
4417 | - margin-left: 0; | |
4418 | - } | |
4419 | - .navbar-form .has-feedback .form-control-feedback { | |
4420 | - top: 0; | |
4421 | - } | |
4422 | -} | |
4423 | -@media (max-width: 540px) { | |
4424 | - .navbar-form .form-group { | |
4425 | - margin-bottom: 5px; | |
4426 | - } | |
4427 | - .navbar-form .form-group:last-child { | |
4428 | - margin-bottom: 0; | |
4429 | - } | |
4430 | -} | |
4431 | -@media (min-width: 541px) { | |
4432 | - .navbar-form { | |
4433 | - width: auto; | |
4434 | - border: 0; | |
4435 | - margin-left: 0; | |
4436 | - margin-right: 0; | |
4437 | - padding-top: 0; | |
4438 | - padding-bottom: 0; | |
4439 | - -webkit-box-shadow: none; | |
4440 | - box-shadow: none; | |
4441 | - } | |
4442 | -} | |
4443 | -.navbar-nav > li > .dropdown-menu { | |
4444 | - margin-top: 0; | |
4445 | - border-top-right-radius: 0; | |
4446 | - border-top-left-radius: 0; | |
4447 | -} | |
4448 | -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | |
4449 | - margin-bottom: 0; | |
4450 | - border-top-right-radius: 2px; | |
4451 | - border-top-left-radius: 2px; | |
4452 | - border-bottom-right-radius: 0; | |
4453 | - border-bottom-left-radius: 0; | |
4454 | -} | |
4455 | -.navbar-btn { | |
4456 | - margin-top: -1px; | |
4457 | - margin-bottom: -1px; | |
4458 | -} | |
4459 | -.navbar-btn.btn-sm { | |
4460 | - margin-top: 0px; | |
4461 | - margin-bottom: 0px; | |
4462 | -} | |
4463 | -.navbar-btn.btn-xs { | |
4464 | - margin-top: 4px; | |
4465 | - margin-bottom: 4px; | |
4466 | -} | |
4467 | -.navbar-text { | |
4468 | - margin-top: 6px; | |
4469 | - margin-bottom: 6px; | |
4470 | -} | |
4471 | -@media (min-width: 541px) { | |
4472 | - .navbar-text { | |
4473 | - float: left; | |
4474 | - margin-left: 0px; | |
4475 | - margin-right: 0px; | |
4476 | - } | |
4477 | -} | |
4478 | -@media (min-width: 541px) { | |
4479 | - .navbar-left { | |
4480 | - float: left !important; | |
4481 | - float: left; | |
4482 | - } | |
4483 | - .navbar-right { | |
4484 | - float: right !important; | |
4485 | - float: right; | |
4486 | - margin-right: 0px; | |
4487 | - } | |
4488 | - .navbar-right ~ .navbar-right { | |
4489 | - margin-right: 0; | |
4490 | - } | |
4491 | -} | |
4492 | -.navbar-default { | |
4493 | - background-color: #f8f8f8; | |
4494 | - border-color: #e7e7e7; | |
4495 | -} | |
4496 | -.navbar-default .navbar-brand { | |
4497 | - color: #777; | |
4498 | -} | |
4499 | -.navbar-default .navbar-brand:hover, | |
4500 | -.navbar-default .navbar-brand:focus { | |
4501 | - color: #5e5e5e; | |
4502 | - background-color: transparent; | |
4503 | -} | |
4504 | -.navbar-default .navbar-text { | |
4505 | - color: #777; | |
4506 | -} | |
4507 | -.navbar-default .navbar-nav > li > a { | |
4508 | - color: #777; | |
4509 | -} | |
4510 | -.navbar-default .navbar-nav > li > a:hover, | |
4511 | -.navbar-default .navbar-nav > li > a:focus { | |
4512 | - color: #333; | |
4513 | - background-color: transparent; | |
4514 | -} | |
4515 | -.navbar-default .navbar-nav > .active > a, | |
4516 | -.navbar-default .navbar-nav > .active > a:hover, | |
4517 | -.navbar-default .navbar-nav > .active > a:focus { | |
4518 | - color: #555; | |
4519 | - background-color: #e7e7e7; | |
4520 | -} | |
4521 | -.navbar-default .navbar-nav > .disabled > a, | |
4522 | -.navbar-default .navbar-nav > .disabled > a:hover, | |
4523 | -.navbar-default .navbar-nav > .disabled > a:focus { | |
4524 | - color: #ccc; | |
4525 | - background-color: transparent; | |
4526 | -} | |
4527 | -.navbar-default .navbar-toggle { | |
4528 | - border-color: #ddd; | |
4529 | -} | |
4530 | -.navbar-default .navbar-toggle:hover, | |
4531 | -.navbar-default .navbar-toggle:focus { | |
4532 | - background-color: #ddd; | |
4533 | -} | |
4534 | -.navbar-default .navbar-toggle .icon-bar { | |
4535 | - background-color: #888; | |
4536 | -} | |
4537 | -.navbar-default .navbar-collapse, | |
4538 | -.navbar-default .navbar-form { | |
4539 | - border-color: #e7e7e7; | |
4540 | -} | |
4541 | -.navbar-default .navbar-nav > .open > a, | |
4542 | -.navbar-default .navbar-nav > .open > a:hover, | |
4543 | -.navbar-default .navbar-nav > .open > a:focus { | |
4544 | - background-color: #e7e7e7; | |
4545 | - color: #555; | |
4546 | -} | |
4547 | -@media (max-width: 540px) { | |
4548 | - .navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
4549 | - color: #777; | |
4550 | - } | |
4551 | - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, | |
4552 | - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | |
4553 | - color: #333; | |
4554 | - background-color: transparent; | |
4555 | - } | |
4556 | - .navbar-default .navbar-nav .open .dropdown-menu > .active > a, | |
4557 | - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, | |
4558 | - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | |
4559 | - color: #555; | |
4560 | - background-color: #e7e7e7; | |
4561 | - } | |
4562 | - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, | |
4563 | - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, | |
4564 | - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
4565 | - color: #ccc; | |
4566 | - background-color: transparent; | |
4567 | - } | |
4568 | -} | |
4569 | -.navbar-default .navbar-link { | |
4570 | - color: #777; | |
4571 | -} | |
4572 | -.navbar-default .navbar-link:hover { | |
4573 | - color: #333; | |
4574 | -} | |
4575 | -.navbar-default .btn-link { | |
4576 | - color: #777; | |
4577 | -} | |
4578 | -.navbar-default .btn-link:hover, | |
4579 | -.navbar-default .btn-link:focus { | |
4580 | - color: #333; | |
4581 | -} | |
4582 | -.navbar-default .btn-link[disabled]:hover, | |
4583 | -fieldset[disabled] .navbar-default .btn-link:hover, | |
4584 | -.navbar-default .btn-link[disabled]:focus, | |
4585 | -fieldset[disabled] .navbar-default .btn-link:focus { | |
4586 | - color: #ccc; | |
4587 | -} | |
4588 | -.navbar-inverse { | |
4589 | - background-color: #222; | |
4590 | - border-color: #080808; | |
4591 | -} | |
4592 | -.navbar-inverse .navbar-brand { | |
4593 | - color: #9d9d9d; | |
4594 | -} | |
4595 | -.navbar-inverse .navbar-brand:hover, | |
4596 | -.navbar-inverse .navbar-brand:focus { | |
4597 | - color: #fff; | |
4598 | - background-color: transparent; | |
4599 | -} | |
4600 | -.navbar-inverse .navbar-text { | |
4601 | - color: #9d9d9d; | |
4602 | -} | |
4603 | -.navbar-inverse .navbar-nav > li > a { | |
4604 | - color: #9d9d9d; | |
4605 | -} | |
4606 | -.navbar-inverse .navbar-nav > li > a:hover, | |
4607 | -.navbar-inverse .navbar-nav > li > a:focus { | |
4608 | - color: #fff; | |
4609 | - background-color: transparent; | |
4610 | -} | |
4611 | -.navbar-inverse .navbar-nav > .active > a, | |
4612 | -.navbar-inverse .navbar-nav > .active > a:hover, | |
4613 | -.navbar-inverse .navbar-nav > .active > a:focus { | |
4614 | - color: #fff; | |
4615 | - background-color: #080808; | |
4616 | -} | |
4617 | -.navbar-inverse .navbar-nav > .disabled > a, | |
4618 | -.navbar-inverse .navbar-nav > .disabled > a:hover, | |
4619 | -.navbar-inverse .navbar-nav > .disabled > a:focus { | |
4620 | - color: #444; | |
4621 | - background-color: transparent; | |
4622 | -} | |
4623 | -.navbar-inverse .navbar-toggle { | |
4624 | - border-color: #333; | |
4625 | -} | |
4626 | -.navbar-inverse .navbar-toggle:hover, | |
4627 | -.navbar-inverse .navbar-toggle:focus { | |
4628 | - background-color: #333; | |
4629 | -} | |
4630 | -.navbar-inverse .navbar-toggle .icon-bar { | |
4631 | - background-color: #fff; | |
4632 | -} | |
4633 | -.navbar-inverse .navbar-collapse, | |
4634 | -.navbar-inverse .navbar-form { | |
4635 | - border-color: #101010; | |
4636 | -} | |
4637 | -.navbar-inverse .navbar-nav > .open > a, | |
4638 | -.navbar-inverse .navbar-nav > .open > a:hover, | |
4639 | -.navbar-inverse .navbar-nav > .open > a:focus { | |
4640 | - background-color: #080808; | |
4641 | - color: #fff; | |
4642 | -} | |
4643 | -@media (max-width: 540px) { | |
4644 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
4645 | - border-color: #080808; | |
4646 | - } | |
4647 | - .navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
4648 | - background-color: #080808; | |
4649 | - } | |
4650 | - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
4651 | - color: #9d9d9d; | |
4652 | - } | |
4653 | - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, | |
4654 | - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | |
4655 | - color: #fff; | |
4656 | - background-color: transparent; | |
4657 | - } | |
4658 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, | |
4659 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, | |
4660 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | |
4661 | - color: #fff; | |
4662 | - background-color: #080808; | |
4663 | - } | |
4664 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, | |
4665 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, | |
4666 | - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
4667 | - color: #444; | |
4668 | - background-color: transparent; | |
4669 | - } | |
4670 | -} | |
4671 | -.navbar-inverse .navbar-link { | |
4672 | - color: #9d9d9d; | |
4673 | -} | |
4674 | -.navbar-inverse .navbar-link:hover { | |
4675 | - color: #fff; | |
4676 | -} | |
4677 | -.navbar-inverse .btn-link { | |
4678 | - color: #9d9d9d; | |
4679 | -} | |
4680 | -.navbar-inverse .btn-link:hover, | |
4681 | -.navbar-inverse .btn-link:focus { | |
4682 | - color: #fff; | |
4683 | -} | |
4684 | -.navbar-inverse .btn-link[disabled]:hover, | |
4685 | -fieldset[disabled] .navbar-inverse .btn-link:hover, | |
4686 | -.navbar-inverse .btn-link[disabled]:focus, | |
4687 | -fieldset[disabled] .navbar-inverse .btn-link:focus { | |
4688 | - color: #444; | |
4689 | -} | |
4690 | -.breadcrumb { | |
4691 | - padding: 8px 15px; | |
4692 | - margin-bottom: 18px; | |
4693 | - list-style: none; | |
4694 | - background-color: #f5f5f5; | |
4695 | - border-radius: 2px; | |
4696 | -} | |
4697 | -.breadcrumb > li { | |
4698 | - display: inline-block; | |
4699 | -} | |
4700 | -.breadcrumb > li + li:before { | |
4701 | - content: "/\00a0"; | |
4702 | - padding: 0 5px; | |
4703 | - color: #5e5e5e; | |
4704 | -} | |
4705 | -.breadcrumb > .active { | |
4706 | - color: #777777; | |
4707 | -} | |
4708 | -.pagination { | |
4709 | - display: inline-block; | |
4710 | - padding-left: 0; | |
4711 | - margin: 18px 0; | |
4712 | - border-radius: 2px; | |
4713 | -} | |
4714 | -.pagination > li { | |
4715 | - display: inline; | |
4716 | -} | |
4717 | -.pagination > li > a, | |
4718 | -.pagination > li > span { | |
4719 | - position: relative; | |
4720 | - float: left; | |
4721 | - padding: 6px 12px; | |
4722 | - line-height: 1.42857143; | |
4723 | - text-decoration: none; | |
4724 | - color: #337ab7; | |
4725 | - background-color: #fff; | |
4726 | - border: 1px solid #ddd; | |
4727 | - margin-left: -1px; | |
4728 | -} | |
4729 | -.pagination > li:first-child > a, | |
4730 | -.pagination > li:first-child > span { | |
4731 | - margin-left: 0; | |
4732 | - border-bottom-left-radius: 2px; | |
4733 | - border-top-left-radius: 2px; | |
4734 | -} | |
4735 | -.pagination > li:last-child > a, | |
4736 | -.pagination > li:last-child > span { | |
4737 | - border-bottom-right-radius: 2px; | |
4738 | - border-top-right-radius: 2px; | |
4739 | -} | |
4740 | -.pagination > li > a:hover, | |
4741 | -.pagination > li > span:hover, | |
4742 | -.pagination > li > a:focus, | |
4743 | -.pagination > li > span:focus { | |
4744 | - z-index: 2; | |
4745 | - color: #23527c; | |
4746 | - background-color: #eeeeee; | |
4747 | - border-color: #ddd; | |
4748 | -} | |
4749 | -.pagination > .active > a, | |
4750 | -.pagination > .active > span, | |
4751 | -.pagination > .active > a:hover, | |
4752 | -.pagination > .active > span:hover, | |
4753 | -.pagination > .active > a:focus, | |
4754 | -.pagination > .active > span:focus { | |
4755 | - z-index: 3; | |
4756 | - color: #fff; | |
4757 | - background-color: #337ab7; | |
4758 | - border-color: #337ab7; | |
4759 | - cursor: default; | |
4760 | -} | |
4761 | -.pagination > .disabled > span, | |
4762 | -.pagination > .disabled > span:hover, | |
4763 | -.pagination > .disabled > span:focus, | |
4764 | -.pagination > .disabled > a, | |
4765 | -.pagination > .disabled > a:hover, | |
4766 | -.pagination > .disabled > a:focus { | |
4767 | - color: #777777; | |
4768 | - background-color: #fff; | |
4769 | - border-color: #ddd; | |
4770 | - cursor: not-allowed; | |
4771 | -} | |
4772 | -.pagination-lg > li > a, | |
4773 | -.pagination-lg > li > span { | |
4774 | - padding: 10px 16px; | |
4775 | - font-size: 17px; | |
4776 | - line-height: 1.3333333; | |
4777 | -} | |
4778 | -.pagination-lg > li:first-child > a, | |
4779 | -.pagination-lg > li:first-child > span { | |
4780 | - border-bottom-left-radius: 3px; | |
4781 | - border-top-left-radius: 3px; | |
4782 | -} | |
4783 | -.pagination-lg > li:last-child > a, | |
4784 | -.pagination-lg > li:last-child > span { | |
4785 | - border-bottom-right-radius: 3px; | |
4786 | - border-top-right-radius: 3px; | |
4787 | -} | |
4788 | -.pagination-sm > li > a, | |
4789 | -.pagination-sm > li > span { | |
4790 | - padding: 5px 10px; | |
4791 | - font-size: 12px; | |
4792 | - line-height: 1.5; | |
4793 | -} | |
4794 | -.pagination-sm > li:first-child > a, | |
4795 | -.pagination-sm > li:first-child > span { | |
4796 | - border-bottom-left-radius: 1px; | |
4797 | - border-top-left-radius: 1px; | |
4798 | -} | |
4799 | -.pagination-sm > li:last-child > a, | |
4800 | -.pagination-sm > li:last-child > span { | |
4801 | - border-bottom-right-radius: 1px; | |
4802 | - border-top-right-radius: 1px; | |
4803 | -} | |
4804 | -.pager { | |
4805 | - padding-left: 0; | |
4806 | - margin: 18px 0; | |
4807 | - list-style: none; | |
4808 | - text-align: center; | |
4809 | -} | |
4810 | -.pager li { | |
4811 | - display: inline; | |
4812 | -} | |
4813 | -.pager li > a, | |
4814 | -.pager li > span { | |
4815 | - display: inline-block; | |
4816 | - padding: 5px 14px; | |
4817 | - background-color: #fff; | |
4818 | - border: 1px solid #ddd; | |
4819 | - border-radius: 15px; | |
4820 | -} | |
4821 | -.pager li > a:hover, | |
4822 | -.pager li > a:focus { | |
4823 | - text-decoration: none; | |
4824 | - background-color: #eeeeee; | |
4825 | -} | |
4826 | -.pager .next > a, | |
4827 | -.pager .next > span { | |
4828 | - float: right; | |
4829 | -} | |
4830 | -.pager .previous > a, | |
4831 | -.pager .previous > span { | |
4832 | - float: left; | |
4833 | -} | |
4834 | -.pager .disabled > a, | |
4835 | -.pager .disabled > a:hover, | |
4836 | -.pager .disabled > a:focus, | |
4837 | -.pager .disabled > span { | |
4838 | - color: #777777; | |
4839 | - background-color: #fff; | |
4840 | - cursor: not-allowed; | |
4841 | -} | |
4842 | -.label { | |
4843 | - display: inline; | |
4844 | - padding: .2em .6em .3em; | |
4845 | - font-size: 75%; | |
4846 | - font-weight: bold; | |
4847 | - line-height: 1; | |
4848 | - color: #fff; | |
4849 | - text-align: center; | |
4850 | - white-space: nowrap; | |
4851 | - vertical-align: baseline; | |
4852 | - border-radius: .25em; | |
4853 | -} | |
4854 | -a.label:hover, | |
4855 | -a.label:focus { | |
4856 | - color: #fff; | |
4857 | - text-decoration: none; | |
4858 | - cursor: pointer; | |
4859 | -} | |
4860 | -.label:empty { | |
4861 | - display: none; | |
4862 | -} | |
4863 | -.btn .label { | |
4864 | - position: relative; | |
4865 | - top: -1px; | |
4866 | -} | |
4867 | -.label-default { | |
4868 | - background-color: #777777; | |
4869 | -} | |
4870 | -.label-default[href]:hover, | |
4871 | -.label-default[href]:focus { | |
4872 | - background-color: #5e5e5e; | |
4873 | -} | |
4874 | -.label-primary { | |
4875 | - background-color: #337ab7; | |
4876 | -} | |
4877 | -.label-primary[href]:hover, | |
4878 | -.label-primary[href]:focus { | |
4879 | - background-color: #286090; | |
4880 | -} | |
4881 | -.label-success { | |
4882 | - background-color: #5cb85c; | |
4883 | -} | |
4884 | -.label-success[href]:hover, | |
4885 | -.label-success[href]:focus { | |
4886 | - background-color: #449d44; | |
4887 | -} | |
4888 | -.label-info { | |
4889 | - background-color: #5bc0de; | |
4890 | -} | |
4891 | -.label-info[href]:hover, | |
4892 | -.label-info[href]:focus { | |
4893 | - background-color: #31b0d5; | |
4894 | -} | |
4895 | -.label-warning { | |
4896 | - background-color: #f0ad4e; | |
4897 | -} | |
4898 | -.label-warning[href]:hover, | |
4899 | -.label-warning[href]:focus { | |
4900 | - background-color: #ec971f; | |
4901 | -} | |
4902 | -.label-danger { | |
4903 | - background-color: #d9534f; | |
4904 | -} | |
4905 | -.label-danger[href]:hover, | |
4906 | -.label-danger[href]:focus { | |
4907 | - background-color: #c9302c; | |
4908 | -} | |
4909 | -.badge { | |
4910 | - display: inline-block; | |
4911 | - min-width: 10px; | |
4912 | - padding: 3px 7px; | |
4913 | - font-size: 12px; | |
4914 | - font-weight: bold; | |
4915 | - color: #fff; | |
4916 | - line-height: 1; | |
4917 | - vertical-align: middle; | |
4918 | - white-space: nowrap; | |
4919 | - text-align: center; | |
4920 | - background-color: #777777; | |
4921 | - border-radius: 10px; | |
4922 | -} | |
4923 | -.badge:empty { | |
4924 | - display: none; | |
4925 | -} | |
4926 | -.btn .badge { | |
4927 | - position: relative; | |
4928 | - top: -1px; | |
4929 | -} | |
4930 | -.btn-xs .badge, | |
4931 | -.btn-group-xs > .btn .badge { | |
4932 | - top: 0; | |
4933 | - padding: 1px 5px; | |
4934 | -} | |
4935 | -a.badge:hover, | |
4936 | -a.badge:focus { | |
4937 | - color: #fff; | |
4938 | - text-decoration: none; | |
4939 | - cursor: pointer; | |
4940 | -} | |
4941 | -.list-group-item.active > .badge, | |
4942 | -.nav-pills > .active > a > .badge { | |
4943 | - color: #337ab7; | |
4944 | - background-color: #fff; | |
4945 | -} | |
4946 | -.list-group-item > .badge { | |
4947 | - float: right; | |
4948 | -} | |
4949 | -.list-group-item > .badge + .badge { | |
4950 | - margin-right: 5px; | |
4951 | -} | |
4952 | -.nav-pills > li > a > .badge { | |
4953 | - margin-left: 3px; | |
4954 | -} | |
4955 | -.jumbotron { | |
4956 | - padding-top: 30px; | |
4957 | - padding-bottom: 30px; | |
4958 | - margin-bottom: 30px; | |
4959 | - color: inherit; | |
4960 | - background-color: #eeeeee; | |
4961 | -} | |
4962 | -.jumbotron h1, | |
4963 | -.jumbotron .h1 { | |
4964 | - color: inherit; | |
4965 | -} | |
4966 | -.jumbotron p { | |
4967 | - margin-bottom: 15px; | |
4968 | - font-size: 20px; | |
4969 | - font-weight: 200; | |
4970 | -} | |
4971 | -.jumbotron > hr { | |
4972 | - border-top-color: #d5d5d5; | |
4973 | -} | |
4974 | -.container .jumbotron, | |
4975 | -.container-fluid .jumbotron { | |
4976 | - border-radius: 3px; | |
4977 | - padding-left: 0px; | |
4978 | - padding-right: 0px; | |
4979 | -} | |
4980 | -.jumbotron .container { | |
4981 | - max-width: 100%; | |
4982 | -} | |
4983 | -@media screen and (min-width: 768px) { | |
4984 | - .jumbotron { | |
4985 | - padding-top: 48px; | |
4986 | - padding-bottom: 48px; | |
4987 | - } | |
4988 | - .container .jumbotron, | |
4989 | - .container-fluid .jumbotron { | |
4990 | - padding-left: 60px; | |
4991 | - padding-right: 60px; | |
4992 | - } | |
4993 | - .jumbotron h1, | |
4994 | - .jumbotron .h1 { | |
4995 | - font-size: 59px; | |
4996 | - } | |
4997 | -} | |
4998 | -.thumbnail { | |
4999 | - display: block; | |
5000 | - padding: 4px; | |
5001 | - margin-bottom: 18px; | |
5002 | - line-height: 1.42857143; | |
5003 | - background-color: #fff; | |
5004 | - border: 1px solid #ddd; | |
5005 | - border-radius: 2px; | |
5006 | - -webkit-transition: border 0.2s ease-in-out; | |
5007 | - -o-transition: border 0.2s ease-in-out; | |
5008 | - transition: border 0.2s ease-in-out; | |
5009 | -} | |
5010 | -.thumbnail > img, | |
5011 | -.thumbnail a > img { | |
5012 | - margin-left: auto; | |
5013 | - margin-right: auto; | |
5014 | -} | |
5015 | -a.thumbnail:hover, | |
5016 | -a.thumbnail:focus, | |
5017 | -a.thumbnail.active { | |
5018 | - border-color: #337ab7; | |
5019 | -} | |
5020 | -.thumbnail .caption { | |
5021 | - padding: 9px; | |
5022 | - color: #000; | |
5023 | -} | |
5024 | -.alert { | |
5025 | - padding: 15px; | |
5026 | - margin-bottom: 18px; | |
5027 | - border: 1px solid transparent; | |
5028 | - border-radius: 2px; | |
5029 | -} | |
5030 | -.alert h4 { | |
5031 | - margin-top: 0; | |
5032 | - color: inherit; | |
5033 | -} | |
5034 | -.alert .alert-link { | |
5035 | - font-weight: bold; | |
5036 | -} | |
5037 | -.alert > p, | |
5038 | -.alert > ul { | |
5039 | - margin-bottom: 0; | |
5040 | -} | |
5041 | -.alert > p + p { | |
5042 | - margin-top: 5px; | |
5043 | -} | |
5044 | -.alert-dismissable, | |
5045 | -.alert-dismissible { | |
5046 | - padding-right: 35px; | |
5047 | -} | |
5048 | -.alert-dismissable .close, | |
5049 | -.alert-dismissible .close { | |
5050 | - position: relative; | |
5051 | - top: -2px; | |
5052 | - right: -21px; | |
5053 | - color: inherit; | |
5054 | -} | |
5055 | -.alert-success { | |
5056 | - background-color: #dff0d8; | |
5057 | - border-color: #d6e9c6; | |
5058 | - color: #3c763d; | |
5059 | -} | |
5060 | -.alert-success hr { | |
5061 | - border-top-color: #c9e2b3; | |
5062 | -} | |
5063 | -.alert-success .alert-link { | |
5064 | - color: #2b542c; | |
5065 | -} | |
5066 | -.alert-info { | |
5067 | - background-color: #d9edf7; | |
5068 | - border-color: #bce8f1; | |
5069 | - color: #31708f; | |
5070 | -} | |
5071 | -.alert-info hr { | |
5072 | - border-top-color: #a6e1ec; | |
5073 | -} | |
5074 | -.alert-info .alert-link { | |
5075 | - color: #245269; | |
5076 | -} | |
5077 | -.alert-warning { | |
5078 | - background-color: #fcf8e3; | |
5079 | - border-color: #faebcc; | |
5080 | - color: #8a6d3b; | |
5081 | -} | |
5082 | -.alert-warning hr { | |
5083 | - border-top-color: #f7e1b5; | |
5084 | -} | |
5085 | -.alert-warning .alert-link { | |
5086 | - color: #66512c; | |
5087 | -} | |
5088 | -.alert-danger { | |
5089 | - background-color: #f2dede; | |
5090 | - border-color: #ebccd1; | |
5091 | - color: #a94442; | |
5092 | -} | |
5093 | -.alert-danger hr { | |
5094 | - border-top-color: #e4b9c0; | |
5095 | -} | |
5096 | -.alert-danger .alert-link { | |
5097 | - color: #843534; | |
5098 | -} | |
5099 | -@-webkit-keyframes progress-bar-stripes { | |
5100 | - from { | |
5101 | - background-position: 40px 0; | |
5102 | - } | |
5103 | - to { | |
5104 | - background-position: 0 0; | |
5105 | - } | |
5106 | -} | |
5107 | -@keyframes progress-bar-stripes { | |
5108 | - from { | |
5109 | - background-position: 40px 0; | |
5110 | - } | |
5111 | - to { | |
5112 | - background-position: 0 0; | |
5113 | - } | |
5114 | -} | |
5115 | -.progress { | |
5116 | - overflow: hidden; | |
5117 | - height: 18px; | |
5118 | - margin-bottom: 18px; | |
5119 | - background-color: #f5f5f5; | |
5120 | - border-radius: 2px; | |
5121 | - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
5122 | - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
5123 | -} | |
5124 | -.progress-bar { | |
5125 | - float: left; | |
5126 | - width: 0%; | |
5127 | - height: 100%; | |
5128 | - font-size: 12px; | |
5129 | - line-height: 18px; | |
5130 | - color: #fff; | |
5131 | - text-align: center; | |
5132 | - background-color: #337ab7; | |
5133 | - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
5134 | - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
5135 | - -webkit-transition: width 0.6s ease; | |
5136 | - -o-transition: width 0.6s ease; | |
5137 | - transition: width 0.6s ease; | |
5138 | -} | |
5139 | -.progress-striped .progress-bar, | |
5140 | -.progress-bar-striped { | |
5141 | - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5142 | - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5143 | - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5144 | - background-size: 40px 40px; | |
5145 | -} | |
5146 | -.progress.active .progress-bar, | |
5147 | -.progress-bar.active { | |
5148 | - -webkit-animation: progress-bar-stripes 2s linear infinite; | |
5149 | - -o-animation: progress-bar-stripes 2s linear infinite; | |
5150 | - animation: progress-bar-stripes 2s linear infinite; | |
5151 | -} | |
5152 | -.progress-bar-success { | |
5153 | - background-color: #5cb85c; | |
5154 | -} | |
5155 | -.progress-striped .progress-bar-success { | |
5156 | - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5157 | - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5158 | - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5159 | -} | |
5160 | -.progress-bar-info { | |
5161 | - background-color: #5bc0de; | |
5162 | -} | |
5163 | -.progress-striped .progress-bar-info { | |
5164 | - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5165 | - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5166 | - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5167 | -} | |
5168 | -.progress-bar-warning { | |
5169 | - background-color: #f0ad4e; | |
5170 | -} | |
5171 | -.progress-striped .progress-bar-warning { | |
5172 | - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5173 | - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5174 | - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5175 | -} | |
5176 | -.progress-bar-danger { | |
5177 | - background-color: #d9534f; | |
5178 | -} | |
5179 | -.progress-striped .progress-bar-danger { | |
5180 | - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5181 | - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5182 | - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5183 | -} | |
5184 | -.media { | |
5185 | - margin-top: 15px; | |
5186 | -} | |
5187 | -.media:first-child { | |
5188 | - margin-top: 0; | |
5189 | -} | |
5190 | -.media, | |
5191 | -.media-body { | |
5192 | - zoom: 1; | |
5193 | - overflow: hidden; | |
5194 | -} | |
5195 | -.media-body { | |
5196 | - width: 10000px; | |
5197 | -} | |
5198 | -.media-object { | |
5199 | - display: block; | |
5200 | -} | |
5201 | -.media-object.img-thumbnail { | |
5202 | - max-width: none; | |
5203 | -} | |
5204 | -.media-right, | |
5205 | -.media > .pull-right { | |
5206 | - padding-left: 10px; | |
5207 | -} | |
5208 | -.media-left, | |
5209 | -.media > .pull-left { | |
5210 | - padding-right: 10px; | |
5211 | -} | |
5212 | -.media-left, | |
5213 | -.media-right, | |
5214 | -.media-body { | |
5215 | - display: table-cell; | |
5216 | - vertical-align: top; | |
5217 | -} | |
5218 | -.media-middle { | |
5219 | - vertical-align: middle; | |
5220 | -} | |
5221 | -.media-bottom { | |
5222 | - vertical-align: bottom; | |
5223 | -} | |
5224 | -.media-heading { | |
5225 | - margin-top: 0; | |
5226 | - margin-bottom: 5px; | |
5227 | -} | |
5228 | -.media-list { | |
5229 | - padding-left: 0; | |
5230 | - list-style: none; | |
5231 | -} | |
5232 | -.list-group { | |
5233 | - margin-bottom: 20px; | |
5234 | - padding-left: 0; | |
5235 | -} | |
5236 | -.list-group-item { | |
5237 | - position: relative; | |
5238 | - display: block; | |
5239 | - padding: 10px 15px; | |
5240 | - margin-bottom: -1px; | |
5241 | - background-color: #fff; | |
5242 | - border: 1px solid #ddd; | |
5243 | -} | |
5244 | -.list-group-item:first-child { | |
5245 | - border-top-right-radius: 2px; | |
5246 | - border-top-left-radius: 2px; | |
5247 | -} | |
5248 | -.list-group-item:last-child { | |
5249 | - margin-bottom: 0; | |
5250 | - border-bottom-right-radius: 2px; | |
5251 | - border-bottom-left-radius: 2px; | |
5252 | -} | |
5253 | -a.list-group-item, | |
5254 | -button.list-group-item { | |
5255 | - color: #555; | |
5256 | -} | |
5257 | -a.list-group-item .list-group-item-heading, | |
5258 | -button.list-group-item .list-group-item-heading { | |
5259 | - color: #333; | |
5260 | -} | |
5261 | -a.list-group-item:hover, | |
5262 | -button.list-group-item:hover, | |
5263 | -a.list-group-item:focus, | |
5264 | -button.list-group-item:focus { | |
5265 | - text-decoration: none; | |
5266 | - color: #555; | |
5267 | - background-color: #f5f5f5; | |
5268 | -} | |
5269 | -button.list-group-item { | |
5270 | - width: 100%; | |
5271 | - text-align: left; | |
5272 | -} | |
5273 | -.list-group-item.disabled, | |
5274 | -.list-group-item.disabled:hover, | |
5275 | -.list-group-item.disabled:focus { | |
5276 | - background-color: #eeeeee; | |
5277 | - color: #777777; | |
5278 | - cursor: not-allowed; | |
5279 | -} | |
5280 | -.list-group-item.disabled .list-group-item-heading, | |
5281 | -.list-group-item.disabled:hover .list-group-item-heading, | |
5282 | -.list-group-item.disabled:focus .list-group-item-heading { | |
5283 | - color: inherit; | |
5284 | -} | |
5285 | -.list-group-item.disabled .list-group-item-text, | |
5286 | -.list-group-item.disabled:hover .list-group-item-text, | |
5287 | -.list-group-item.disabled:focus .list-group-item-text { | |
5288 | - color: #777777; | |
5289 | -} | |
5290 | -.list-group-item.active, | |
5291 | -.list-group-item.active:hover, | |
5292 | -.list-group-item.active:focus { | |
5293 | - z-index: 2; | |
5294 | - color: #fff; | |
5295 | - background-color: #337ab7; | |
5296 | - border-color: #337ab7; | |
5297 | -} | |
5298 | -.list-group-item.active .list-group-item-heading, | |
5299 | -.list-group-item.active:hover .list-group-item-heading, | |
5300 | -.list-group-item.active:focus .list-group-item-heading, | |
5301 | -.list-group-item.active .list-group-item-heading > small, | |
5302 | -.list-group-item.active:hover .list-group-item-heading > small, | |
5303 | -.list-group-item.active:focus .list-group-item-heading > small, | |
5304 | -.list-group-item.active .list-group-item-heading > .small, | |
5305 | -.list-group-item.active:hover .list-group-item-heading > .small, | |
5306 | -.list-group-item.active:focus .list-group-item-heading > .small { | |
5307 | - color: inherit; | |
5308 | -} | |
5309 | -.list-group-item.active .list-group-item-text, | |
5310 | -.list-group-item.active:hover .list-group-item-text, | |
5311 | -.list-group-item.active:focus .list-group-item-text { | |
5312 | - color: #c7ddef; | |
5313 | -} | |
5314 | -.list-group-item-success { | |
5315 | - color: #3c763d; | |
5316 | - background-color: #dff0d8; | |
5317 | -} | |
5318 | -a.list-group-item-success, | |
5319 | -button.list-group-item-success { | |
5320 | - color: #3c763d; | |
5321 | -} | |
5322 | -a.list-group-item-success .list-group-item-heading, | |
5323 | -button.list-group-item-success .list-group-item-heading { | |
5324 | - color: inherit; | |
5325 | -} | |
5326 | -a.list-group-item-success:hover, | |
5327 | -button.list-group-item-success:hover, | |
5328 | -a.list-group-item-success:focus, | |
5329 | -button.list-group-item-success:focus { | |
5330 | - color: #3c763d; | |
5331 | - background-color: #d0e9c6; | |
5332 | -} | |
5333 | -a.list-group-item-success.active, | |
5334 | -button.list-group-item-success.active, | |
5335 | -a.list-group-item-success.active:hover, | |
5336 | -button.list-group-item-success.active:hover, | |
5337 | -a.list-group-item-success.active:focus, | |
5338 | -button.list-group-item-success.active:focus { | |
5339 | - color: #fff; | |
5340 | - background-color: #3c763d; | |
5341 | - border-color: #3c763d; | |
5342 | -} | |
5343 | -.list-group-item-info { | |
5344 | - color: #31708f; | |
5345 | - background-color: #d9edf7; | |
5346 | -} | |
5347 | -a.list-group-item-info, | |
5348 | -button.list-group-item-info { | |
5349 | - color: #31708f; | |
5350 | -} | |
5351 | -a.list-group-item-info .list-group-item-heading, | |
5352 | -button.list-group-item-info .list-group-item-heading { | |
5353 | - color: inherit; | |
5354 | -} | |
5355 | -a.list-group-item-info:hover, | |
5356 | -button.list-group-item-info:hover, | |
5357 | -a.list-group-item-info:focus, | |
5358 | -button.list-group-item-info:focus { | |
5359 | - color: #31708f; | |
5360 | - background-color: #c4e3f3; | |
5361 | -} | |
5362 | -a.list-group-item-info.active, | |
5363 | -button.list-group-item-info.active, | |
5364 | -a.list-group-item-info.active:hover, | |
5365 | -button.list-group-item-info.active:hover, | |
5366 | -a.list-group-item-info.active:focus, | |
5367 | -button.list-group-item-info.active:focus { | |
5368 | - color: #fff; | |
5369 | - background-color: #31708f; | |
5370 | - border-color: #31708f; | |
5371 | -} | |
5372 | -.list-group-item-warning { | |
5373 | - color: #8a6d3b; | |
5374 | - background-color: #fcf8e3; | |
5375 | -} | |
5376 | -a.list-group-item-warning, | |
5377 | -button.list-group-item-warning { | |
5378 | - color: #8a6d3b; | |
5379 | -} | |
5380 | -a.list-group-item-warning .list-group-item-heading, | |
5381 | -button.list-group-item-warning .list-group-item-heading { | |
5382 | - color: inherit; | |
5383 | -} | |
5384 | -a.list-group-item-warning:hover, | |
5385 | -button.list-group-item-warning:hover, | |
5386 | -a.list-group-item-warning:focus, | |
5387 | -button.list-group-item-warning:focus { | |
5388 | - color: #8a6d3b; | |
5389 | - background-color: #faf2cc; | |
5390 | -} | |
5391 | -a.list-group-item-warning.active, | |
5392 | -button.list-group-item-warning.active, | |
5393 | -a.list-group-item-warning.active:hover, | |
5394 | -button.list-group-item-warning.active:hover, | |
5395 | -a.list-group-item-warning.active:focus, | |
5396 | -button.list-group-item-warning.active:focus { | |
5397 | - color: #fff; | |
5398 | - background-color: #8a6d3b; | |
5399 | - border-color: #8a6d3b; | |
5400 | -} | |
5401 | -.list-group-item-danger { | |
5402 | - color: #a94442; | |
5403 | - background-color: #f2dede; | |
5404 | -} | |
5405 | -a.list-group-item-danger, | |
5406 | -button.list-group-item-danger { | |
5407 | - color: #a94442; | |
5408 | -} | |
5409 | -a.list-group-item-danger .list-group-item-heading, | |
5410 | -button.list-group-item-danger .list-group-item-heading { | |
5411 | - color: inherit; | |
5412 | -} | |
5413 | -a.list-group-item-danger:hover, | |
5414 | -button.list-group-item-danger:hover, | |
5415 | -a.list-group-item-danger:focus, | |
5416 | -button.list-group-item-danger:focus { | |
5417 | - color: #a94442; | |
5418 | - background-color: #ebcccc; | |
5419 | -} | |
5420 | -a.list-group-item-danger.active, | |
5421 | -button.list-group-item-danger.active, | |
5422 | -a.list-group-item-danger.active:hover, | |
5423 | -button.list-group-item-danger.active:hover, | |
5424 | -a.list-group-item-danger.active:focus, | |
5425 | -button.list-group-item-danger.active:focus { | |
5426 | - color: #fff; | |
5427 | - background-color: #a94442; | |
5428 | - border-color: #a94442; | |
5429 | -} | |
5430 | -.list-group-item-heading { | |
5431 | - margin-top: 0; | |
5432 | - margin-bottom: 5px; | |
5433 | -} | |
5434 | -.list-group-item-text { | |
5435 | - margin-bottom: 0; | |
5436 | - line-height: 1.3; | |
5437 | -} | |
5438 | -.panel { | |
5439 | - margin-bottom: 18px; | |
5440 | - background-color: #fff; | |
5441 | - border: 1px solid transparent; | |
5442 | - border-radius: 2px; | |
5443 | - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | |
5444 | - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | |
5445 | -} | |
5446 | -.panel-body { | |
5447 | - padding: 15px; | |
5448 | -} | |
5449 | -.panel-heading { | |
5450 | - padding: 10px 15px; | |
5451 | - border-bottom: 1px solid transparent; | |
5452 | - border-top-right-radius: 1px; | |
5453 | - border-top-left-radius: 1px; | |
5454 | -} | |
5455 | -.panel-heading > .dropdown .dropdown-toggle { | |
5456 | - color: inherit; | |
5457 | -} | |
5458 | -.panel-title { | |
5459 | - margin-top: 0; | |
5460 | - margin-bottom: 0; | |
5461 | - font-size: 15px; | |
5462 | - color: inherit; | |
5463 | -} | |
5464 | -.panel-title > a, | |
5465 | -.panel-title > small, | |
5466 | -.panel-title > .small, | |
5467 | -.panel-title > small > a, | |
5468 | -.panel-title > .small > a { | |
5469 | - color: inherit; | |
5470 | -} | |
5471 | -.panel-footer { | |
5472 | - padding: 10px 15px; | |
5473 | - background-color: #f5f5f5; | |
5474 | - border-top: 1px solid #ddd; | |
5475 | - border-bottom-right-radius: 1px; | |
5476 | - border-bottom-left-radius: 1px; | |
5477 | -} | |
5478 | -.panel > .list-group, | |
5479 | -.panel > .panel-collapse > .list-group { | |
5480 | - margin-bottom: 0; | |
5481 | -} | |
5482 | -.panel > .list-group .list-group-item, | |
5483 | -.panel > .panel-collapse > .list-group .list-group-item { | |
5484 | - border-width: 1px 0; | |
5485 | - border-radius: 0; | |
5486 | -} | |
5487 | -.panel > .list-group:first-child .list-group-item:first-child, | |
5488 | -.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { | |
5489 | - border-top: 0; | |
5490 | - border-top-right-radius: 1px; | |
5491 | - border-top-left-radius: 1px; | |
5492 | -} | |
5493 | -.panel > .list-group:last-child .list-group-item:last-child, | |
5494 | -.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { | |
5495 | - border-bottom: 0; | |
5496 | - border-bottom-right-radius: 1px; | |
5497 | - border-bottom-left-radius: 1px; | |
5498 | -} | |
5499 | -.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { | |
5500 | - border-top-right-radius: 0; | |
5501 | - border-top-left-radius: 0; | |
5502 | -} | |
5503 | -.panel-heading + .list-group .list-group-item:first-child { | |
5504 | - border-top-width: 0; | |
5505 | -} | |
5506 | -.list-group + .panel-footer { | |
5507 | - border-top-width: 0; | |
5508 | -} | |
5509 | -.panel > .table, | |
5510 | -.panel > .table-responsive > .table, | |
5511 | -.panel > .panel-collapse > .table { | |
5512 | - margin-bottom: 0; | |
5513 | -} | |
5514 | -.panel > .table caption, | |
5515 | -.panel > .table-responsive > .table caption, | |
5516 | -.panel > .panel-collapse > .table caption { | |
5517 | - padding-left: 15px; | |
5518 | - padding-right: 15px; | |
5519 | -} | |
5520 | -.panel > .table:first-child, | |
5521 | -.panel > .table-responsive:first-child > .table:first-child { | |
5522 | - border-top-right-radius: 1px; | |
5523 | - border-top-left-radius: 1px; | |
5524 | -} | |
5525 | -.panel > .table:first-child > thead:first-child > tr:first-child, | |
5526 | -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | |
5527 | -.panel > .table:first-child > tbody:first-child > tr:first-child, | |
5528 | -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { | |
5529 | - border-top-left-radius: 1px; | |
5530 | - border-top-right-radius: 1px; | |
5531 | -} | |
5532 | -.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
5533 | -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
5534 | -.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
5535 | -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
5536 | -.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
5537 | -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
5538 | -.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
5539 | -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { | |
5540 | - border-top-left-radius: 1px; | |
5541 | -} | |
5542 | -.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
5543 | -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
5544 | -.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
5545 | -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
5546 | -.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
5547 | -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
5548 | -.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
5549 | -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { | |
5550 | - border-top-right-radius: 1px; | |
5551 | -} | |
5552 | -.panel > .table:last-child, | |
5553 | -.panel > .table-responsive:last-child > .table:last-child { | |
5554 | - border-bottom-right-radius: 1px; | |
5555 | - border-bottom-left-radius: 1px; | |
5556 | -} | |
5557 | -.panel > .table:last-child > tbody:last-child > tr:last-child, | |
5558 | -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
5559 | -.panel > .table:last-child > tfoot:last-child > tr:last-child, | |
5560 | -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { | |
5561 | - border-bottom-left-radius: 1px; | |
5562 | - border-bottom-right-radius: 1px; | |
5563 | -} | |
5564 | -.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
5565 | -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
5566 | -.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
5567 | -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
5568 | -.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
5569 | -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
5570 | -.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
5571 | -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
5572 | - border-bottom-left-radius: 1px; | |
5573 | -} | |
5574 | -.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
5575 | -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
5576 | -.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
5577 | -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
5578 | -.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
5579 | -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
5580 | -.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
5581 | -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
5582 | - border-bottom-right-radius: 1px; | |
5583 | -} | |
5584 | -.panel > .panel-body + .table, | |
5585 | -.panel > .panel-body + .table-responsive, | |
5586 | -.panel > .table + .panel-body, | |
5587 | -.panel > .table-responsive + .panel-body { | |
5588 | - border-top: 1px solid #ddd; | |
5589 | -} | |
5590 | -.panel > .table > tbody:first-child > tr:first-child th, | |
5591 | -.panel > .table > tbody:first-child > tr:first-child td { | |
5592 | - border-top: 0; | |
5593 | -} | |
5594 | -.panel > .table-bordered, | |
5595 | -.panel > .table-responsive > .table-bordered { | |
5596 | - border: 0; | |
5597 | -} | |
5598 | -.panel > .table-bordered > thead > tr > th:first-child, | |
5599 | -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | |
5600 | -.panel > .table-bordered > tbody > tr > th:first-child, | |
5601 | -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
5602 | -.panel > .table-bordered > tfoot > tr > th:first-child, | |
5603 | -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
5604 | -.panel > .table-bordered > thead > tr > td:first-child, | |
5605 | -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
5606 | -.panel > .table-bordered > tbody > tr > td:first-child, | |
5607 | -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
5608 | -.panel > .table-bordered > tfoot > tr > td:first-child, | |
5609 | -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
5610 | - border-left: 0; | |
5611 | -} | |
5612 | -.panel > .table-bordered > thead > tr > th:last-child, | |
5613 | -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | |
5614 | -.panel > .table-bordered > tbody > tr > th:last-child, | |
5615 | -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
5616 | -.panel > .table-bordered > tfoot > tr > th:last-child, | |
5617 | -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
5618 | -.panel > .table-bordered > thead > tr > td:last-child, | |
5619 | -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
5620 | -.panel > .table-bordered > tbody > tr > td:last-child, | |
5621 | -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
5622 | -.panel > .table-bordered > tfoot > tr > td:last-child, | |
5623 | -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
5624 | - border-right: 0; | |
5625 | -} | |
5626 | -.panel > .table-bordered > thead > tr:first-child > td, | |
5627 | -.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
5628 | -.panel > .table-bordered > tbody > tr:first-child > td, | |
5629 | -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
5630 | -.panel > .table-bordered > thead > tr:first-child > th, | |
5631 | -.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | |
5632 | -.panel > .table-bordered > tbody > tr:first-child > th, | |
5633 | -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { | |
5634 | - border-bottom: 0; | |
5635 | -} | |
5636 | -.panel > .table-bordered > tbody > tr:last-child > td, | |
5637 | -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
5638 | -.panel > .table-bordered > tfoot > tr:last-child > td, | |
5639 | -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
5640 | -.panel > .table-bordered > tbody > tr:last-child > th, | |
5641 | -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
5642 | -.panel > .table-bordered > tfoot > tr:last-child > th, | |
5643 | -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
5644 | - border-bottom: 0; | |
5645 | -} | |
5646 | -.panel > .table-responsive { | |
5647 | - border: 0; | |
5648 | - margin-bottom: 0; | |
5649 | -} | |
5650 | -.panel-group { | |
5651 | - margin-bottom: 18px; | |
5652 | -} | |
5653 | -.panel-group .panel { | |
5654 | - margin-bottom: 0; | |
5655 | - border-radius: 2px; | |
5656 | -} | |
5657 | -.panel-group .panel + .panel { | |
5658 | - margin-top: 5px; | |
5659 | -} | |
5660 | -.panel-group .panel-heading { | |
5661 | - border-bottom: 0; | |
5662 | -} | |
5663 | -.panel-group .panel-heading + .panel-collapse > .panel-body, | |
5664 | -.panel-group .panel-heading + .panel-collapse > .list-group { | |
5665 | - border-top: 1px solid #ddd; | |
5666 | -} | |
5667 | -.panel-group .panel-footer { | |
5668 | - border-top: 0; | |
5669 | -} | |
5670 | -.panel-group .panel-footer + .panel-collapse .panel-body { | |
5671 | - border-bottom: 1px solid #ddd; | |
5672 | -} | |
5673 | -.panel-default { | |
5674 | - border-color: #ddd; | |
5675 | -} | |
5676 | -.panel-default > .panel-heading { | |
5677 | - color: #333333; | |
5678 | - background-color: #f5f5f5; | |
5679 | - border-color: #ddd; | |
5680 | -} | |
5681 | -.panel-default > .panel-heading + .panel-collapse > .panel-body { | |
5682 | - border-top-color: #ddd; | |
5683 | -} | |
5684 | -.panel-default > .panel-heading .badge { | |
5685 | - color: #f5f5f5; | |
5686 | - background-color: #333333; | |
5687 | -} | |
5688 | -.panel-default > .panel-footer + .panel-collapse > .panel-body { | |
5689 | - border-bottom-color: #ddd; | |
5690 | -} | |
5691 | -.panel-primary { | |
5692 | - border-color: #337ab7; | |
5693 | -} | |
5694 | -.panel-primary > .panel-heading { | |
5695 | - color: #fff; | |
5696 | - background-color: #337ab7; | |
5697 | - border-color: #337ab7; | |
5698 | -} | |
5699 | -.panel-primary > .panel-heading + .panel-collapse > .panel-body { | |
5700 | - border-top-color: #337ab7; | |
5701 | -} | |
5702 | -.panel-primary > .panel-heading .badge { | |
5703 | - color: #337ab7; | |
5704 | - background-color: #fff; | |
5705 | -} | |
5706 | -.panel-primary > .panel-footer + .panel-collapse > .panel-body { | |
5707 | - border-bottom-color: #337ab7; | |
5708 | -} | |
5709 | -.panel-success { | |
5710 | - border-color: #d6e9c6; | |
5711 | -} | |
5712 | -.panel-success > .panel-heading { | |
5713 | - color: #3c763d; | |
5714 | - background-color: #dff0d8; | |
5715 | - border-color: #d6e9c6; | |
5716 | -} | |
5717 | -.panel-success > .panel-heading + .panel-collapse > .panel-body { | |
5718 | - border-top-color: #d6e9c6; | |
5719 | -} | |
5720 | -.panel-success > .panel-heading .badge { | |
5721 | - color: #dff0d8; | |
5722 | - background-color: #3c763d; | |
5723 | -} | |
5724 | -.panel-success > .panel-footer + .panel-collapse > .panel-body { | |
5725 | - border-bottom-color: #d6e9c6; | |
5726 | -} | |
5727 | -.panel-info { | |
5728 | - border-color: #bce8f1; | |
5729 | -} | |
5730 | -.panel-info > .panel-heading { | |
5731 | - color: #31708f; | |
5732 | - background-color: #d9edf7; | |
5733 | - border-color: #bce8f1; | |
5734 | -} | |
5735 | -.panel-info > .panel-heading + .panel-collapse > .panel-body { | |
5736 | - border-top-color: #bce8f1; | |
5737 | -} | |
5738 | -.panel-info > .panel-heading .badge { | |
5739 | - color: #d9edf7; | |
5740 | - background-color: #31708f; | |
5741 | -} | |
5742 | -.panel-info > .panel-footer + .panel-collapse > .panel-body { | |
5743 | - border-bottom-color: #bce8f1; | |
5744 | -} | |
5745 | -.panel-warning { | |
5746 | - border-color: #faebcc; | |
5747 | -} | |
5748 | -.panel-warning > .panel-heading { | |
5749 | - color: #8a6d3b; | |
5750 | - background-color: #fcf8e3; | |
5751 | - border-color: #faebcc; | |
5752 | -} | |
5753 | -.panel-warning > .panel-heading + .panel-collapse > .panel-body { | |
5754 | - border-top-color: #faebcc; | |
5755 | -} | |
5756 | -.panel-warning > .panel-heading .badge { | |
5757 | - color: #fcf8e3; | |
5758 | - background-color: #8a6d3b; | |
5759 | -} | |
5760 | -.panel-warning > .panel-footer + .panel-collapse > .panel-body { | |
5761 | - border-bottom-color: #faebcc; | |
5762 | -} | |
5763 | -.panel-danger { | |
5764 | - border-color: #ebccd1; | |
5765 | -} | |
5766 | -.panel-danger > .panel-heading { | |
5767 | - color: #a94442; | |
5768 | - background-color: #f2dede; | |
5769 | - border-color: #ebccd1; | |
5770 | -} | |
5771 | -.panel-danger > .panel-heading + .panel-collapse > .panel-body { | |
5772 | - border-top-color: #ebccd1; | |
5773 | -} | |
5774 | -.panel-danger > .panel-heading .badge { | |
5775 | - color: #f2dede; | |
5776 | - background-color: #a94442; | |
5777 | -} | |
5778 | -.panel-danger > .panel-footer + .panel-collapse > .panel-body { | |
5779 | - border-bottom-color: #ebccd1; | |
5780 | -} | |
5781 | -.embed-responsive { | |
5782 | - position: relative; | |
5783 | - display: block; | |
5784 | - height: 0; | |
5785 | - padding: 0; | |
5786 | - overflow: hidden; | |
5787 | -} | |
5788 | -.embed-responsive .embed-responsive-item, | |
5789 | -.embed-responsive iframe, | |
5790 | -.embed-responsive embed, | |
5791 | -.embed-responsive object, | |
5792 | -.embed-responsive video { | |
5793 | - position: absolute; | |
5794 | - top: 0; | |
5795 | - left: 0; | |
5796 | - bottom: 0; | |
5797 | - height: 100%; | |
5798 | - width: 100%; | |
5799 | - border: 0; | |
5800 | -} | |
5801 | -.embed-responsive-16by9 { | |
5802 | - padding-bottom: 56.25%; | |
5803 | -} | |
5804 | -.embed-responsive-4by3 { | |
5805 | - padding-bottom: 75%; | |
5806 | -} | |
5807 | -.well { | |
5808 | - min-height: 20px; | |
5809 | - padding: 19px; | |
5810 | - margin-bottom: 20px; | |
5811 | - background-color: #f5f5f5; | |
5812 | - border: 1px solid #e3e3e3; | |
5813 | - border-radius: 2px; | |
5814 | - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
5815 | - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
5816 | -} | |
5817 | -.well blockquote { | |
5818 | - border-color: #ddd; | |
5819 | - border-color: rgba(0, 0, 0, 0.15); | |
5820 | -} | |
5821 | -.well-lg { | |
5822 | - padding: 24px; | |
5823 | - border-radius: 3px; | |
5824 | -} | |
5825 | -.well-sm { | |
5826 | - padding: 9px; | |
5827 | - border-radius: 1px; | |
5828 | -} | |
5829 | -.close { | |
5830 | - float: right; | |
5831 | - font-size: 19.5px; | |
5832 | - font-weight: bold; | |
5833 | - line-height: 1; | |
5834 | - color: #000; | |
5835 | - text-shadow: 0 1px 0 #fff; | |
5836 | - opacity: 0.2; | |
5837 | - filter: alpha(opacity=20); | |
5838 | -} | |
5839 | -.close:hover, | |
5840 | -.close:focus { | |
5841 | - color: #000; | |
5842 | - text-decoration: none; | |
5843 | - cursor: pointer; | |
5844 | - opacity: 0.5; | |
5845 | - filter: alpha(opacity=50); | |
5846 | -} | |
5847 | -button.close { | |
5848 | - padding: 0; | |
5849 | - cursor: pointer; | |
5850 | - background: transparent; | |
5851 | - border: 0; | |
5852 | - -webkit-appearance: none; | |
5853 | -} | |
5854 | -.modal-open { | |
5855 | - overflow: hidden; | |
5856 | -} | |
5857 | -.modal { | |
5858 | - display: none; | |
5859 | - overflow: hidden; | |
5860 | - position: fixed; | |
5861 | - top: 0; | |
5862 | - right: 0; | |
5863 | - bottom: 0; | |
5864 | - left: 0; | |
5865 | - z-index: 1050; | |
5866 | - -webkit-overflow-scrolling: touch; | |
5867 | - outline: 0; | |
5868 | -} | |
5869 | -.modal.fade .modal-dialog { | |
5870 | - -webkit-transform: translate(0, -25%); | |
5871 | - -ms-transform: translate(0, -25%); | |
5872 | - -o-transform: translate(0, -25%); | |
5873 | - transform: translate(0, -25%); | |
5874 | - -webkit-transition: -webkit-transform 0.3s ease-out; | |
5875 | - -moz-transition: -moz-transform 0.3s ease-out; | |
5876 | - -o-transition: -o-transform 0.3s ease-out; | |
5877 | - transition: transform 0.3s ease-out; | |
5878 | -} | |
5879 | -.modal.in .modal-dialog { | |
5880 | - -webkit-transform: translate(0, 0); | |
5881 | - -ms-transform: translate(0, 0); | |
5882 | - -o-transform: translate(0, 0); | |
5883 | - transform: translate(0, 0); | |
5884 | -} | |
5885 | -.modal-open .modal { | |
5886 | - overflow-x: hidden; | |
5887 | - overflow-y: auto; | |
5888 | -} | |
5889 | -.modal-dialog { | |
5890 | - position: relative; | |
5891 | - width: auto; | |
5892 | - margin: 10px; | |
5893 | -} | |
5894 | -.modal-content { | |
5895 | - position: relative; | |
5896 | - background-color: #fff; | |
5897 | - border: 1px solid #999; | |
5898 | - border: 1px solid rgba(0, 0, 0, 0.2); | |
5899 | - border-radius: 3px; | |
5900 | - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
5901 | - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
5902 | - background-clip: padding-box; | |
5903 | - outline: 0; | |
5904 | -} | |
5905 | -.modal-backdrop { | |
5906 | - position: fixed; | |
5907 | - top: 0; | |
5908 | - right: 0; | |
5909 | - bottom: 0; | |
5910 | - left: 0; | |
5911 | - z-index: 1040; | |
5912 | - background-color: #000; | |
5913 | -} | |
5914 | -.modal-backdrop.fade { | |
5915 | - opacity: 0; | |
5916 | - filter: alpha(opacity=0); | |
5917 | -} | |
5918 | -.modal-backdrop.in { | |
5919 | - opacity: 0.5; | |
5920 | - filter: alpha(opacity=50); | |
5921 | -} | |
5922 | -.modal-header { | |
5923 | - padding: 15px; | |
5924 | - border-bottom: 1px solid #e5e5e5; | |
5925 | -} | |
5926 | -.modal-header .close { | |
5927 | - margin-top: -2px; | |
5928 | -} | |
5929 | -.modal-title { | |
5930 | - margin: 0; | |
5931 | - line-height: 1.42857143; | |
5932 | -} | |
5933 | -.modal-body { | |
5934 | - position: relative; | |
5935 | - padding: 15px; | |
5936 | -} | |
5937 | -.modal-footer { | |
5938 | - padding: 15px; | |
5939 | - text-align: right; | |
5940 | - border-top: 1px solid #e5e5e5; | |
5941 | -} | |
5942 | -.modal-footer .btn + .btn { | |
5943 | - margin-left: 5px; | |
5944 | - margin-bottom: 0; | |
5945 | -} | |
5946 | -.modal-footer .btn-group .btn + .btn { | |
5947 | - margin-left: -1px; | |
5948 | -} | |
5949 | -.modal-footer .btn-block + .btn-block { | |
5950 | - margin-left: 0; | |
5951 | -} | |
5952 | -.modal-scrollbar-measure { | |
5953 | - position: absolute; | |
5954 | - top: -9999px; | |
5955 | - width: 50px; | |
5956 | - height: 50px; | |
5957 | - overflow: scroll; | |
5958 | -} | |
5959 | -@media (min-width: 768px) { | |
5960 | - .modal-dialog { | |
5961 | - width: 600px; | |
5962 | - margin: 30px auto; | |
5963 | - } | |
5964 | - .modal-content { | |
5965 | - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
5966 | - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
5967 | - } | |
5968 | - .modal-sm { | |
5969 | - width: 300px; | |
5970 | - } | |
5971 | -} | |
5972 | -@media (min-width: 992px) { | |
5973 | - .modal-lg { | |
5974 | - width: 900px; | |
5975 | - } | |
5976 | -} | |
5977 | -.tooltip { | |
5978 | - position: absolute; | |
5979 | - z-index: 1070; | |
5980 | - display: block; | |
5981 | - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
5982 | - font-style: normal; | |
5983 | - font-weight: normal; | |
5984 | - letter-spacing: normal; | |
5985 | - line-break: auto; | |
5986 | - line-height: 1.42857143; | |
5987 | - text-align: left; | |
5988 | - text-align: start; | |
5989 | - text-decoration: none; | |
5990 | - text-shadow: none; | |
5991 | - text-transform: none; | |
5992 | - white-space: normal; | |
5993 | - word-break: normal; | |
5994 | - word-spacing: normal; | |
5995 | - word-wrap: normal; | |
5996 | - font-size: 12px; | |
5997 | - opacity: 0; | |
5998 | - filter: alpha(opacity=0); | |
5999 | -} | |
6000 | -.tooltip.in { | |
6001 | - opacity: 0.9; | |
6002 | - filter: alpha(opacity=90); | |
6003 | -} | |
6004 | -.tooltip.top { | |
6005 | - margin-top: -3px; | |
6006 | - padding: 5px 0; | |
6007 | -} | |
6008 | -.tooltip.right { | |
6009 | - margin-left: 3px; | |
6010 | - padding: 0 5px; | |
6011 | -} | |
6012 | -.tooltip.bottom { | |
6013 | - margin-top: 3px; | |
6014 | - padding: 5px 0; | |
6015 | -} | |
6016 | -.tooltip.left { | |
6017 | - margin-left: -3px; | |
6018 | - padding: 0 5px; | |
6019 | -} | |
6020 | -.tooltip-inner { | |
6021 | - max-width: 200px; | |
6022 | - padding: 3px 8px; | |
6023 | - color: #fff; | |
6024 | - text-align: center; | |
6025 | - background-color: #000; | |
6026 | - border-radius: 2px; | |
6027 | -} | |
6028 | -.tooltip-arrow { | |
6029 | - position: absolute; | |
6030 | - width: 0; | |
6031 | - height: 0; | |
6032 | - border-color: transparent; | |
6033 | - border-style: solid; | |
6034 | -} | |
6035 | -.tooltip.top .tooltip-arrow { | |
6036 | - bottom: 0; | |
6037 | - left: 50%; | |
6038 | - margin-left: -5px; | |
6039 | - border-width: 5px 5px 0; | |
6040 | - border-top-color: #000; | |
6041 | -} | |
6042 | -.tooltip.top-left .tooltip-arrow { | |
6043 | - bottom: 0; | |
6044 | - right: 5px; | |
6045 | - margin-bottom: -5px; | |
6046 | - border-width: 5px 5px 0; | |
6047 | - border-top-color: #000; | |
6048 | -} | |
6049 | -.tooltip.top-right .tooltip-arrow { | |
6050 | - bottom: 0; | |
6051 | - left: 5px; | |
6052 | - margin-bottom: -5px; | |
6053 | - border-width: 5px 5px 0; | |
6054 | - border-top-color: #000; | |
6055 | -} | |
6056 | -.tooltip.right .tooltip-arrow { | |
6057 | - top: 50%; | |
6058 | - left: 0; | |
6059 | - margin-top: -5px; | |
6060 | - border-width: 5px 5px 5px 0; | |
6061 | - border-right-color: #000; | |
6062 | -} | |
6063 | -.tooltip.left .tooltip-arrow { | |
6064 | - top: 50%; | |
6065 | - right: 0; | |
6066 | - margin-top: -5px; | |
6067 | - border-width: 5px 0 5px 5px; | |
6068 | - border-left-color: #000; | |
6069 | -} | |
6070 | -.tooltip.bottom .tooltip-arrow { | |
6071 | - top: 0; | |
6072 | - left: 50%; | |
6073 | - margin-left: -5px; | |
6074 | - border-width: 0 5px 5px; | |
6075 | - border-bottom-color: #000; | |
6076 | -} | |
6077 | -.tooltip.bottom-left .tooltip-arrow { | |
6078 | - top: 0; | |
6079 | - right: 5px; | |
6080 | - margin-top: -5px; | |
6081 | - border-width: 0 5px 5px; | |
6082 | - border-bottom-color: #000; | |
6083 | -} | |
6084 | -.tooltip.bottom-right .tooltip-arrow { | |
6085 | - top: 0; | |
6086 | - left: 5px; | |
6087 | - margin-top: -5px; | |
6088 | - border-width: 0 5px 5px; | |
6089 | - border-bottom-color: #000; | |
6090 | -} | |
6091 | -.popover { | |
6092 | - position: absolute; | |
6093 | - top: 0; | |
6094 | - left: 0; | |
6095 | - z-index: 1060; | |
6096 | - display: none; | |
6097 | - max-width: 276px; | |
6098 | - padding: 1px; | |
6099 | - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
6100 | - font-style: normal; | |
6101 | - font-weight: normal; | |
6102 | - letter-spacing: normal; | |
6103 | - line-break: auto; | |
6104 | - line-height: 1.42857143; | |
6105 | - text-align: left; | |
6106 | - text-align: start; | |
6107 | - text-decoration: none; | |
6108 | - text-shadow: none; | |
6109 | - text-transform: none; | |
6110 | - white-space: normal; | |
6111 | - word-break: normal; | |
6112 | - word-spacing: normal; | |
6113 | - word-wrap: normal; | |
6114 | - font-size: 13px; | |
6115 | - background-color: #fff; | |
6116 | - background-clip: padding-box; | |
6117 | - border: 1px solid #ccc; | |
6118 | - border: 1px solid rgba(0, 0, 0, 0.2); | |
6119 | - border-radius: 3px; | |
6120 | - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
6121 | - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
6122 | -} | |
6123 | -.popover.top { | |
6124 | - margin-top: -10px; | |
6125 | -} | |
6126 | -.popover.right { | |
6127 | - margin-left: 10px; | |
6128 | -} | |
6129 | -.popover.bottom { | |
6130 | - margin-top: 10px; | |
6131 | -} | |
6132 | -.popover.left { | |
6133 | - margin-left: -10px; | |
6134 | -} | |
6135 | -.popover-title { | |
6136 | - margin: 0; | |
6137 | - padding: 8px 14px; | |
6138 | - font-size: 13px; | |
6139 | - background-color: #f7f7f7; | |
6140 | - border-bottom: 1px solid #ebebeb; | |
6141 | - border-radius: 2px 2px 0 0; | |
6142 | -} | |
6143 | -.popover-content { | |
6144 | - padding: 9px 14px; | |
6145 | -} | |
6146 | -.popover > .arrow, | |
6147 | -.popover > .arrow:after { | |
6148 | - position: absolute; | |
6149 | - display: block; | |
6150 | - width: 0; | |
6151 | - height: 0; | |
6152 | - border-color: transparent; | |
6153 | - border-style: solid; | |
6154 | -} | |
6155 | -.popover > .arrow { | |
6156 | - border-width: 11px; | |
6157 | -} | |
6158 | -.popover > .arrow:after { | |
6159 | - border-width: 10px; | |
6160 | - content: ""; | |
6161 | -} | |
6162 | -.popover.top > .arrow { | |
6163 | - left: 50%; | |
6164 | - margin-left: -11px; | |
6165 | - border-bottom-width: 0; | |
6166 | - border-top-color: #999999; | |
6167 | - border-top-color: rgba(0, 0, 0, 0.25); | |
6168 | - bottom: -11px; | |
6169 | -} | |
6170 | -.popover.top > .arrow:after { | |
6171 | - content: " "; | |
6172 | - bottom: 1px; | |
6173 | - margin-left: -10px; | |
6174 | - border-bottom-width: 0; | |
6175 | - border-top-color: #fff; | |
6176 | -} | |
6177 | -.popover.right > .arrow { | |
6178 | - top: 50%; | |
6179 | - left: -11px; | |
6180 | - margin-top: -11px; | |
6181 | - border-left-width: 0; | |
6182 | - border-right-color: #999999; | |
6183 | - border-right-color: rgba(0, 0, 0, 0.25); | |
6184 | -} | |
6185 | -.popover.right > .arrow:after { | |
6186 | - content: " "; | |
6187 | - left: 1px; | |
6188 | - bottom: -10px; | |
6189 | - border-left-width: 0; | |
6190 | - border-right-color: #fff; | |
6191 | -} | |
6192 | -.popover.bottom > .arrow { | |
6193 | - left: 50%; | |
6194 | - margin-left: -11px; | |
6195 | - border-top-width: 0; | |
6196 | - border-bottom-color: #999999; | |
6197 | - border-bottom-color: rgba(0, 0, 0, 0.25); | |
6198 | - top: -11px; | |
6199 | -} | |
6200 | -.popover.bottom > .arrow:after { | |
6201 | - content: " "; | |
6202 | - top: 1px; | |
6203 | - margin-left: -10px; | |
6204 | - border-top-width: 0; | |
6205 | - border-bottom-color: #fff; | |
6206 | -} | |
6207 | -.popover.left > .arrow { | |
6208 | - top: 50%; | |
6209 | - right: -11px; | |
6210 | - margin-top: -11px; | |
6211 | - border-right-width: 0; | |
6212 | - border-left-color: #999999; | |
6213 | - border-left-color: rgba(0, 0, 0, 0.25); | |
6214 | -} | |
6215 | -.popover.left > .arrow:after { | |
6216 | - content: " "; | |
6217 | - right: 1px; | |
6218 | - border-right-width: 0; | |
6219 | - border-left-color: #fff; | |
6220 | - bottom: -10px; | |
6221 | -} | |
6222 | -.carousel { | |
6223 | - position: relative; | |
6224 | -} | |
6225 | -.carousel-inner { | |
6226 | - position: relative; | |
6227 | - overflow: hidden; | |
6228 | - width: 100%; | |
6229 | -} | |
6230 | -.carousel-inner > .item { | |
6231 | - display: none; | |
6232 | - position: relative; | |
6233 | - -webkit-transition: 0.6s ease-in-out left; | |
6234 | - -o-transition: 0.6s ease-in-out left; | |
6235 | - transition: 0.6s ease-in-out left; | |
6236 | -} | |
6237 | -.carousel-inner > .item > img, | |
6238 | -.carousel-inner > .item > a > img { | |
6239 | - line-height: 1; | |
6240 | -} | |
6241 | -@media all and (transform-3d), (-webkit-transform-3d) { | |
6242 | - .carousel-inner > .item { | |
6243 | - -webkit-transition: -webkit-transform 0.6s ease-in-out; | |
6244 | - -moz-transition: -moz-transform 0.6s ease-in-out; | |
6245 | - -o-transition: -o-transform 0.6s ease-in-out; | |
6246 | - transition: transform 0.6s ease-in-out; | |
6247 | - -webkit-backface-visibility: hidden; | |
6248 | - -moz-backface-visibility: hidden; | |
6249 | - backface-visibility: hidden; | |
6250 | - -webkit-perspective: 1000px; | |
6251 | - -moz-perspective: 1000px; | |
6252 | - perspective: 1000px; | |
6253 | - } | |
6254 | - .carousel-inner > .item.next, | |
6255 | - .carousel-inner > .item.active.right { | |
6256 | - -webkit-transform: translate3d(100%, 0, 0); | |
6257 | - transform: translate3d(100%, 0, 0); | |
6258 | - left: 0; | |
6259 | - } | |
6260 | - .carousel-inner > .item.prev, | |
6261 | - .carousel-inner > .item.active.left { | |
6262 | - -webkit-transform: translate3d(-100%, 0, 0); | |
6263 | - transform: translate3d(-100%, 0, 0); | |
6264 | - left: 0; | |
6265 | - } | |
6266 | - .carousel-inner > .item.next.left, | |
6267 | - .carousel-inner > .item.prev.right, | |
6268 | - .carousel-inner > .item.active { | |
6269 | - -webkit-transform: translate3d(0, 0, 0); | |
6270 | - transform: translate3d(0, 0, 0); | |
6271 | - left: 0; | |
6272 | - } | |
6273 | -} | |
6274 | -.carousel-inner > .active, | |
6275 | -.carousel-inner > .next, | |
6276 | -.carousel-inner > .prev { | |
6277 | - display: block; | |
6278 | -} | |
6279 | -.carousel-inner > .active { | |
6280 | - left: 0; | |
6281 | -} | |
6282 | -.carousel-inner > .next, | |
6283 | -.carousel-inner > .prev { | |
6284 | - position: absolute; | |
6285 | - top: 0; | |
6286 | - width: 100%; | |
6287 | -} | |
6288 | -.carousel-inner > .next { | |
6289 | - left: 100%; | |
6290 | -} | |
6291 | -.carousel-inner > .prev { | |
6292 | - left: -100%; | |
6293 | -} | |
6294 | -.carousel-inner > .next.left, | |
6295 | -.carousel-inner > .prev.right { | |
6296 | - left: 0; | |
6297 | -} | |
6298 | -.carousel-inner > .active.left { | |
6299 | - left: -100%; | |
6300 | -} | |
6301 | -.carousel-inner > .active.right { | |
6302 | - left: 100%; | |
6303 | -} | |
6304 | -.carousel-control { | |
6305 | - position: absolute; | |
6306 | - top: 0; | |
6307 | - left: 0; | |
6308 | - bottom: 0; | |
6309 | - width: 15%; | |
6310 | - opacity: 0.5; | |
6311 | - filter: alpha(opacity=50); | |
6312 | - font-size: 20px; | |
6313 | - color: #fff; | |
6314 | - text-align: center; | |
6315 | - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
6316 | - background-color: rgba(0, 0, 0, 0); | |
6317 | -} | |
6318 | -.carousel-control.left { | |
6319 | - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
6320 | - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
6321 | - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
6322 | - background-repeat: repeat-x; | |
6323 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); | |
6324 | -} | |
6325 | -.carousel-control.right { | |
6326 | - left: auto; | |
6327 | - right: 0; | |
6328 | - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
6329 | - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
6330 | - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
6331 | - background-repeat: repeat-x; | |
6332 | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); | |
6333 | -} | |
6334 | -.carousel-control:hover, | |
6335 | -.carousel-control:focus { | |
6336 | - outline: 0; | |
6337 | - color: #fff; | |
6338 | - text-decoration: none; | |
6339 | - opacity: 0.9; | |
6340 | - filter: alpha(opacity=90); | |
6341 | -} | |
6342 | -.carousel-control .icon-prev, | |
6343 | -.carousel-control .icon-next, | |
6344 | -.carousel-control .glyphicon-chevron-left, | |
6345 | -.carousel-control .glyphicon-chevron-right { | |
6346 | - position: absolute; | |
6347 | - top: 50%; | |
6348 | - margin-top: -10px; | |
6349 | - z-index: 5; | |
6350 | - display: inline-block; | |
6351 | -} | |
6352 | -.carousel-control .icon-prev, | |
6353 | -.carousel-control .glyphicon-chevron-left { | |
6354 | - left: 50%; | |
6355 | - margin-left: -10px; | |
6356 | -} | |
6357 | -.carousel-control .icon-next, | |
6358 | -.carousel-control .glyphicon-chevron-right { | |
6359 | - right: 50%; | |
6360 | - margin-right: -10px; | |
6361 | -} | |
6362 | -.carousel-control .icon-prev, | |
6363 | -.carousel-control .icon-next { | |
6364 | - width: 20px; | |
6365 | - height: 20px; | |
6366 | - line-height: 1; | |
6367 | - font-family: serif; | |
6368 | -} | |
6369 | -.carousel-control .icon-prev:before { | |
6370 | - content: '\2039'; | |
6371 | -} | |
6372 | -.carousel-control .icon-next:before { | |
6373 | - content: '\203a'; | |
6374 | -} | |
6375 | -.carousel-indicators { | |
6376 | - position: absolute; | |
6377 | - bottom: 10px; | |
6378 | - left: 50%; | |
6379 | - z-index: 15; | |
6380 | - width: 60%; | |
6381 | - margin-left: -30%; | |
6382 | - padding-left: 0; | |
6383 | - list-style: none; | |
6384 | - text-align: center; | |
6385 | -} | |
6386 | -.carousel-indicators li { | |
6387 | - display: inline-block; | |
6388 | - width: 10px; | |
6389 | - height: 10px; | |
6390 | - margin: 1px; | |
6391 | - text-indent: -999px; | |
6392 | - border: 1px solid #fff; | |
6393 | - border-radius: 10px; | |
6394 | - cursor: pointer; | |
6395 | - background-color: #000 \9; | |
6396 | - background-color: rgba(0, 0, 0, 0); | |
6397 | -} | |
6398 | -.carousel-indicators .active { | |
6399 | - margin: 0; | |
6400 | - width: 12px; | |
6401 | - height: 12px; | |
6402 | - background-color: #fff; | |
6403 | -} | |
6404 | -.carousel-caption { | |
6405 | - position: absolute; | |
6406 | - left: 15%; | |
6407 | - right: 15%; | |
6408 | - bottom: 20px; | |
6409 | - z-index: 10; | |
6410 | - padding-top: 20px; | |
6411 | - padding-bottom: 20px; | |
6412 | - color: #fff; | |
6413 | - text-align: center; | |
6414 | - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
6415 | -} | |
6416 | -.carousel-caption .btn { | |
6417 | - text-shadow: none; | |
6418 | -} | |
6419 | -@media screen and (min-width: 768px) { | |
6420 | - .carousel-control .glyphicon-chevron-left, | |
6421 | - .carousel-control .glyphicon-chevron-right, | |
6422 | - .carousel-control .icon-prev, | |
6423 | - .carousel-control .icon-next { | |
6424 | - width: 30px; | |
6425 | - height: 30px; | |
6426 | - margin-top: -10px; | |
6427 | - font-size: 30px; | |
6428 | - } | |
6429 | - .carousel-control .glyphicon-chevron-left, | |
6430 | - .carousel-control .icon-prev { | |
6431 | - margin-left: -10px; | |
6432 | - } | |
6433 | - .carousel-control .glyphicon-chevron-right, | |
6434 | - .carousel-control .icon-next { | |
6435 | - margin-right: -10px; | |
6436 | - } | |
6437 | - .carousel-caption { | |
6438 | - left: 20%; | |
6439 | - right: 20%; | |
6440 | - padding-bottom: 30px; | |
6441 | - } | |
6442 | - .carousel-indicators { | |
6443 | - bottom: 20px; | |
6444 | - } | |
6445 | -} | |
6446 | -.clearfix:before, | |
6447 | -.clearfix:after, | |
6448 | -.dl-horizontal dd:before, | |
6449 | -.dl-horizontal dd:after, | |
6450 | -.container:before, | |
6451 | -.container:after, | |
6452 | -.container-fluid:before, | |
6453 | -.container-fluid:after, | |
6454 | -.row:before, | |
6455 | -.row:after, | |
6456 | -.form-horizontal .form-group:before, | |
6457 | -.form-horizontal .form-group:after, | |
6458 | -.btn-toolbar:before, | |
6459 | -.btn-toolbar:after, | |
6460 | -.btn-group-vertical > .btn-group:before, | |
6461 | -.btn-group-vertical > .btn-group:after, | |
6462 | -.nav:before, | |
6463 | -.nav:after, | |
6464 | -.navbar:before, | |
6465 | -.navbar:after, | |
6466 | -.navbar-header:before, | |
6467 | -.navbar-header:after, | |
6468 | -.navbar-collapse:before, | |
6469 | -.navbar-collapse:after, | |
6470 | -.pager:before, | |
6471 | -.pager:after, | |
6472 | -.panel-body:before, | |
6473 | -.panel-body:after, | |
6474 | -.modal-header:before, | |
6475 | -.modal-header:after, | |
6476 | -.modal-footer:before, | |
6477 | -.modal-footer:after, | |
6478 | -.item_buttons:before, | |
6479 | -.item_buttons:after { | |
6480 | - content: " "; | |
6481 | - display: table; | |
6482 | -} | |
6483 | -.clearfix:after, | |
6484 | -.dl-horizontal dd:after, | |
6485 | -.container:after, | |
6486 | -.container-fluid:after, | |
6487 | -.row:after, | |
6488 | -.form-horizontal .form-group:after, | |
6489 | -.btn-toolbar:after, | |
6490 | -.btn-group-vertical > .btn-group:after, | |
6491 | -.nav:after, | |
6492 | -.navbar:after, | |
6493 | -.navbar-header:after, | |
6494 | -.navbar-collapse:after, | |
6495 | -.pager:after, | |
6496 | -.panel-body:after, | |
6497 | -.modal-header:after, | |
6498 | -.modal-footer:after, | |
6499 | -.item_buttons:after { | |
6500 | - clear: both; | |
6501 | -} | |
6502 | -.center-block { | |
6503 | - display: block; | |
6504 | - margin-left: auto; | |
6505 | - margin-right: auto; | |
6506 | -} | |
6507 | -.pull-right { | |
6508 | - float: right !important; | |
6509 | -} | |
6510 | -.pull-left { | |
6511 | - float: left !important; | |
6512 | -} | |
6513 | -.hide { | |
6514 | - display: none !important; | |
6515 | -} | |
6516 | -.show { | |
6517 | - display: block !important; | |
6518 | -} | |
6519 | -.invisible { | |
6520 | - visibility: hidden; | |
6521 | -} | |
6522 | -.text-hide { | |
6523 | - font: 0/0 a; | |
6524 | - color: transparent; | |
6525 | - text-shadow: none; | |
6526 | - background-color: transparent; | |
6527 | - border: 0; | |
6528 | -} | |
6529 | -.hidden { | |
6530 | - display: none !important; | |
6531 | -} | |
6532 | -.affix { | |
6533 | - position: fixed; | |
6534 | -} | |
6535 | -@-ms-viewport { | |
6536 | - width: device-width; | |
6537 | -} | |
6538 | -.visible-xs, | |
6539 | -.visible-sm, | |
6540 | -.visible-md, | |
6541 | -.visible-lg { | |
6542 | - display: none !important; | |
6543 | -} | |
6544 | -.visible-xs-block, | |
6545 | -.visible-xs-inline, | |
6546 | -.visible-xs-inline-block, | |
6547 | -.visible-sm-block, | |
6548 | -.visible-sm-inline, | |
6549 | -.visible-sm-inline-block, | |
6550 | -.visible-md-block, | |
6551 | -.visible-md-inline, | |
6552 | -.visible-md-inline-block, | |
6553 | -.visible-lg-block, | |
6554 | -.visible-lg-inline, | |
6555 | -.visible-lg-inline-block { | |
6556 | - display: none !important; | |
6557 | -} | |
6558 | -@media (max-width: 767px) { | |
6559 | - .visible-xs { | |
6560 | - display: block !important; | |
6561 | - } | |
6562 | - table.visible-xs { | |
6563 | - display: table !important; | |
6564 | - } | |
6565 | - tr.visible-xs { | |
6566 | - display: table-row !important; | |
6567 | - } | |
6568 | - th.visible-xs, | |
6569 | - td.visible-xs { | |
6570 | - display: table-cell !important; | |
6571 | - } | |
6572 | -} | |
6573 | -@media (max-width: 767px) { | |
6574 | - .visible-xs-block { | |
6575 | - display: block !important; | |
6576 | - } | |
6577 | -} | |
6578 | -@media (max-width: 767px) { | |
6579 | - .visible-xs-inline { | |
6580 | - display: inline !important; | |
6581 | - } | |
6582 | -} | |
6583 | -@media (max-width: 767px) { | |
6584 | - .visible-xs-inline-block { | |
6585 | - display: inline-block !important; | |
6586 | - } | |
6587 | -} | |
6588 | -@media (min-width: 768px) and (max-width: 991px) { | |
6589 | - .visible-sm { | |
6590 | - display: block !important; | |
6591 | - } | |
6592 | - table.visible-sm { | |
6593 | - display: table !important; | |
6594 | - } | |
6595 | - tr.visible-sm { | |
6596 | - display: table-row !important; | |
6597 | - } | |
6598 | - th.visible-sm, | |
6599 | - td.visible-sm { | |
6600 | - display: table-cell !important; | |
6601 | - } | |
6602 | -} | |
6603 | -@media (min-width: 768px) and (max-width: 991px) { | |
6604 | - .visible-sm-block { | |
6605 | - display: block !important; | |
6606 | - } | |
6607 | -} | |
6608 | -@media (min-width: 768px) and (max-width: 991px) { | |
6609 | - .visible-sm-inline { | |
6610 | - display: inline !important; | |
6611 | - } | |
6612 | -} | |
6613 | -@media (min-width: 768px) and (max-width: 991px) { | |
6614 | - .visible-sm-inline-block { | |
6615 | - display: inline-block !important; | |
6616 | - } | |
6617 | -} | |
6618 | -@media (min-width: 992px) and (max-width: 1199px) { | |
6619 | - .visible-md { | |
6620 | - display: block !important; | |
6621 | - } | |
6622 | - table.visible-md { | |
6623 | - display: table !important; | |
6624 | - } | |
6625 | - tr.visible-md { | |
6626 | - display: table-row !important; | |
6627 | - } | |
6628 | - th.visible-md, | |
6629 | - td.visible-md { | |
6630 | - display: table-cell !important; | |
6631 | - } | |
6632 | -} | |
6633 | -@media (min-width: 992px) and (max-width: 1199px) { | |
6634 | - .visible-md-block { | |
6635 | - display: block !important; | |
6636 | - } | |
6637 | -} | |
6638 | -@media (min-width: 992px) and (max-width: 1199px) { | |
6639 | - .visible-md-inline { | |
6640 | - display: inline !important; | |
6641 | - } | |
6642 | -} | |
6643 | -@media (min-width: 992px) and (max-width: 1199px) { | |
6644 | - .visible-md-inline-block { | |
6645 | - display: inline-block !important; | |
6646 | - } | |
6647 | -} | |
6648 | -@media (min-width: 1200px) { | |
6649 | - .visible-lg { | |
6650 | - display: block !important; | |
6651 | - } | |
6652 | - table.visible-lg { | |
6653 | - display: table !important; | |
6654 | - } | |
6655 | - tr.visible-lg { | |
6656 | - display: table-row !important; | |
6657 | - } | |
6658 | - th.visible-lg, | |
6659 | - td.visible-lg { | |
6660 | - display: table-cell !important; | |
6661 | - } | |
6662 | -} | |
6663 | -@media (min-width: 1200px) { | |
6664 | - .visible-lg-block { | |
6665 | - display: block !important; | |
6666 | - } | |
6667 | -} | |
6668 | -@media (min-width: 1200px) { | |
6669 | - .visible-lg-inline { | |
6670 | - display: inline !important; | |
6671 | - } | |
6672 | -} | |
6673 | -@media (min-width: 1200px) { | |
6674 | - .visible-lg-inline-block { | |
6675 | - display: inline-block !important; | |
6676 | - } | |
6677 | -} | |
6678 | -@media (max-width: 767px) { | |
6679 | - .hidden-xs { | |
6680 | - display: none !important; | |
6681 | - } | |
6682 | -} | |
6683 | -@media (min-width: 768px) and (max-width: 991px) { | |
6684 | - .hidden-sm { | |
6685 | - display: none !important; | |
6686 | - } | |
6687 | -} | |
6688 | -@media (min-width: 992px) and (max-width: 1199px) { | |
6689 | - .hidden-md { | |
6690 | - display: none !important; | |
6691 | - } | |
6692 | -} | |
6693 | -@media (min-width: 1200px) { | |
6694 | - .hidden-lg { | |
6695 | - display: none !important; | |
6696 | - } | |
6697 | -} | |
6698 | -.visible-print { | |
6699 | - display: none !important; | |
6700 | -} | |
6701 | -@media print { | |
6702 | - .visible-print { | |
6703 | - display: block !important; | |
6704 | - } | |
6705 | - table.visible-print { | |
6706 | - display: table !important; | |
6707 | - } | |
6708 | - tr.visible-print { | |
6709 | - display: table-row !important; | |
6710 | - } | |
6711 | - th.visible-print, | |
6712 | - td.visible-print { | |
6713 | - display: table-cell !important; | |
6714 | - } | |
6715 | -} | |
6716 | -.visible-print-block { | |
6717 | - display: none !important; | |
6718 | -} | |
6719 | -@media print { | |
6720 | - .visible-print-block { | |
6721 | - display: block !important; | |
6722 | - } | |
6723 | -} | |
6724 | -.visible-print-inline { | |
6725 | - display: none !important; | |
6726 | -} | |
6727 | -@media print { | |
6728 | - .visible-print-inline { | |
6729 | - display: inline !important; | |
6730 | - } | |
6731 | -} | |
6732 | -.visible-print-inline-block { | |
6733 | - display: none !important; | |
6734 | -} | |
6735 | -@media print { | |
6736 | - .visible-print-inline-block { | |
6737 | - display: inline-block !important; | |
6738 | - } | |
6739 | -} | |
6740 | -@media print { | |
6741 | - .hidden-print { | |
6742 | - display: none !important; | |
6743 | - } | |
6744 | -} | |
6745 | -/*! | |
6746 | -* | |
6747 | -* Font Awesome | |
6748 | -* | |
6749 | -*/ | |
6750 | -/*! | |
6751 | - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome | |
6752 | - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | |
6753 | - */ | |
6754 | -/* FONT PATH | |
6755 | - * -------------------------- */ | |
6756 | -@font-face { | |
6757 | - font-family: 'FontAwesome'; | |
6758 | - src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); | |
6759 | - src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); | |
6760 | - font-weight: normal; | |
6761 | - font-style: normal; | |
6762 | -} | |
6763 | -.fa { | |
6764 | - display: inline-block; | |
6765 | - font: normal normal normal 14px/1 FontAwesome; | |
6766 | - font-size: inherit; | |
6767 | - text-rendering: auto; | |
6768 | - -webkit-font-smoothing: antialiased; | |
6769 | - -moz-osx-font-smoothing: grayscale; | |
6770 | -} | |
6771 | -/* makes the font 33% larger relative to the icon container */ | |
6772 | -.fa-lg { | |
6773 | - font-size: 1.33333333em; | |
6774 | - line-height: 0.75em; | |
6775 | - vertical-align: -15%; | |
6776 | -} | |
6777 | -.fa-2x { | |
6778 | - font-size: 2em; | |
6779 | -} | |
6780 | -.fa-3x { | |
6781 | - font-size: 3em; | |
6782 | -} | |
6783 | -.fa-4x { | |
6784 | - font-size: 4em; | |
6785 | -} | |
6786 | -.fa-5x { | |
6787 | - font-size: 5em; | |
6788 | -} | |
6789 | -.fa-fw { | |
6790 | - width: 1.28571429em; | |
6791 | - text-align: center; | |
6792 | -} | |
6793 | -.fa-ul { | |
6794 | - padding-left: 0; | |
6795 | - margin-left: 2.14285714em; | |
6796 | - list-style-type: none; | |
6797 | -} | |
6798 | -.fa-ul > li { | |
6799 | - position: relative; | |
6800 | -} | |
6801 | -.fa-li { | |
6802 | - position: absolute; | |
6803 | - left: -2.14285714em; | |
6804 | - width: 2.14285714em; | |
6805 | - top: 0.14285714em; | |
6806 | - text-align: center; | |
6807 | -} | |
6808 | -.fa-li.fa-lg { | |
6809 | - left: -1.85714286em; | |
6810 | -} | |
6811 | -.fa-border { | |
6812 | - padding: .2em .25em .15em; | |
6813 | - border: solid 0.08em #eee; | |
6814 | - border-radius: .1em; | |
6815 | -} | |
6816 | -.fa-pull-left { | |
6817 | - float: left; | |
6818 | -} | |
6819 | -.fa-pull-right { | |
6820 | - float: right; | |
6821 | -} | |
6822 | -.fa.fa-pull-left { | |
6823 | - margin-right: .3em; | |
6824 | -} | |
6825 | -.fa.fa-pull-right { | |
6826 | - margin-left: .3em; | |
6827 | -} | |
6828 | -/* Deprecated as of 4.4.0 */ | |
6829 | -.pull-right { | |
6830 | - float: right; | |
6831 | -} | |
6832 | -.pull-left { | |
6833 | - float: left; | |
6834 | -} | |
6835 | -.fa.pull-left { | |
6836 | - margin-right: .3em; | |
6837 | -} | |
6838 | -.fa.pull-right { | |
6839 | - margin-left: .3em; | |
6840 | -} | |
6841 | -.fa-spin { | |
6842 | - -webkit-animation: fa-spin 2s infinite linear; | |
6843 | - animation: fa-spin 2s infinite linear; | |
6844 | -} | |
6845 | -.fa-pulse { | |
6846 | - -webkit-animation: fa-spin 1s infinite steps(8); | |
6847 | - animation: fa-spin 1s infinite steps(8); | |
6848 | -} | |
6849 | -@-webkit-keyframes fa-spin { | |
6850 | - 0% { | |
6851 | - -webkit-transform: rotate(0deg); | |
6852 | - transform: rotate(0deg); | |
6853 | - } | |
6854 | - 100% { | |
6855 | - -webkit-transform: rotate(359deg); | |
6856 | - transform: rotate(359deg); | |
6857 | - } | |
6858 | -} | |
6859 | -@keyframes fa-spin { | |
6860 | - 0% { | |
6861 | - -webkit-transform: rotate(0deg); | |
6862 | - transform: rotate(0deg); | |
6863 | - } | |
6864 | - 100% { | |
6865 | - -webkit-transform: rotate(359deg); | |
6866 | - transform: rotate(359deg); | |
6867 | - } | |
6868 | -} | |
6869 | -.fa-rotate-90 { | |
6870 | - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; | |
6871 | - -webkit-transform: rotate(90deg); | |
6872 | - -ms-transform: rotate(90deg); | |
6873 | - transform: rotate(90deg); | |
6874 | -} | |
6875 | -.fa-rotate-180 { | |
6876 | - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; | |
6877 | - -webkit-transform: rotate(180deg); | |
6878 | - -ms-transform: rotate(180deg); | |
6879 | - transform: rotate(180deg); | |
6880 | -} | |
6881 | -.fa-rotate-270 { | |
6882 | - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; | |
6883 | - -webkit-transform: rotate(270deg); | |
6884 | - -ms-transform: rotate(270deg); | |
6885 | - transform: rotate(270deg); | |
6886 | -} | |
6887 | -.fa-flip-horizontal { | |
6888 | - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; | |
6889 | - -webkit-transform: scale(-1, 1); | |
6890 | - -ms-transform: scale(-1, 1); | |
6891 | - transform: scale(-1, 1); | |
6892 | -} | |
6893 | -.fa-flip-vertical { | |
6894 | - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; | |
6895 | - -webkit-transform: scale(1, -1); | |
6896 | - -ms-transform: scale(1, -1); | |
6897 | - transform: scale(1, -1); | |
6898 | -} | |
6899 | -:root .fa-rotate-90, | |
6900 | -:root .fa-rotate-180, | |
6901 | -:root .fa-rotate-270, | |
6902 | -:root .fa-flip-horizontal, | |
6903 | -:root .fa-flip-vertical { | |
6904 | - filter: none; | |
6905 | -} | |
6906 | -.fa-stack { | |
6907 | - position: relative; | |
6908 | - display: inline-block; | |
6909 | - width: 2em; | |
6910 | - height: 2em; | |
6911 | - line-height: 2em; | |
6912 | - vertical-align: middle; | |
6913 | -} | |
6914 | -.fa-stack-1x, | |
6915 | -.fa-stack-2x { | |
6916 | - position: absolute; | |
6917 | - left: 0; | |
6918 | - width: 100%; | |
6919 | - text-align: center; | |
6920 | -} | |
6921 | -.fa-stack-1x { | |
6922 | - line-height: inherit; | |
6923 | -} | |
6924 | -.fa-stack-2x { | |
6925 | - font-size: 2em; | |
6926 | -} | |
6927 | -.fa-inverse { | |
6928 | - color: #fff; | |
6929 | -} | |
6930 | -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | |
6931 | - readers do not read off random characters that represent icons */ | |
6932 | -.fa-glass:before { | |
6933 | - content: "\f000"; | |
6934 | -} | |
6935 | -.fa-music:before { | |
6936 | - content: "\f001"; | |
6937 | -} | |
6938 | -.fa-search:before { | |
6939 | - content: "\f002"; | |
6940 | -} | |
6941 | -.fa-envelope-o:before { | |
6942 | - content: "\f003"; | |
6943 | -} | |
6944 | -.fa-heart:before { | |
6945 | - content: "\f004"; | |
6946 | -} | |
6947 | -.fa-star:before { | |
6948 | - content: "\f005"; | |
6949 | -} | |
6950 | -.fa-star-o:before { | |
6951 | - content: "\f006"; | |
6952 | -} | |
6953 | -.fa-user:before { | |
6954 | - content: "\f007"; | |
6955 | -} | |
6956 | -.fa-film:before { | |
6957 | - content: "\f008"; | |
6958 | -} | |
6959 | -.fa-th-large:before { | |
6960 | - content: "\f009"; | |
6961 | -} | |
6962 | -.fa-th:before { | |
6963 | - content: "\f00a"; | |
6964 | -} | |
6965 | -.fa-th-list:before { | |
6966 | - content: "\f00b"; | |
6967 | -} | |
6968 | -.fa-check:before { | |
6969 | - content: "\f00c"; | |
6970 | -} | |
6971 | -.fa-remove:before, | |
6972 | -.fa-close:before, | |
6973 | -.fa-times:before { | |
6974 | - content: "\f00d"; | |
6975 | -} | |
6976 | -.fa-search-plus:before { | |
6977 | - content: "\f00e"; | |
6978 | -} | |
6979 | -.fa-search-minus:before { | |
6980 | - content: "\f010"; | |
6981 | -} | |
6982 | -.fa-power-off:before { | |
6983 | - content: "\f011"; | |
6984 | -} | |
6985 | -.fa-signal:before { | |
6986 | - content: "\f012"; | |
6987 | -} | |
6988 | -.fa-gear:before, | |
6989 | -.fa-cog:before { | |
6990 | - content: "\f013"; | |
6991 | -} | |
6992 | -.fa-trash-o:before { | |
6993 | - content: "\f014"; | |
6994 | -} | |
6995 | -.fa-home:before { | |
6996 | - content: "\f015"; | |
6997 | -} | |
6998 | -.fa-file-o:before { | |
6999 | - content: "\f016"; | |
7000 | -} | |
7001 | -.fa-clock-o:before { | |
7002 | - content: "\f017"; | |
7003 | -} | |
7004 | -.fa-road:before { | |
7005 | - content: "\f018"; | |
7006 | -} | |
7007 | -.fa-download:before { | |
7008 | - content: "\f019"; | |
7009 | -} | |
7010 | -.fa-arrow-circle-o-down:before { | |
7011 | - content: "\f01a"; | |
7012 | -} | |
7013 | -.fa-arrow-circle-o-up:before { | |
7014 | - content: "\f01b"; | |
7015 | -} | |
7016 | -.fa-inbox:before { | |
7017 | - content: "\f01c"; | |
7018 | -} | |
7019 | -.fa-play-circle-o:before { | |
7020 | - content: "\f01d"; | |
7021 | -} | |
7022 | -.fa-rotate-right:before, | |
7023 | -.fa-repeat:before { | |
7024 | - content: "\f01e"; | |
7025 | -} | |
7026 | -.fa-refresh:before { | |
7027 | - content: "\f021"; | |
7028 | -} | |
7029 | -.fa-list-alt:before { | |
7030 | - content: "\f022"; | |
7031 | -} | |
7032 | -.fa-lock:before { | |
7033 | - content: "\f023"; | |
7034 | -} | |
7035 | -.fa-flag:before { | |
7036 | - content: "\f024"; | |
7037 | -} | |
7038 | -.fa-headphones:before { | |
7039 | - content: "\f025"; | |
7040 | -} | |
7041 | -.fa-volume-off:before { | |
7042 | - content: "\f026"; | |
7043 | -} | |
7044 | -.fa-volume-down:before { | |
7045 | - content: "\f027"; | |
7046 | -} | |
7047 | -.fa-volume-up:before { | |
7048 | - content: "\f028"; | |
7049 | -} | |
7050 | -.fa-qrcode:before { | |
7051 | - content: "\f029"; | |
7052 | -} | |
7053 | -.fa-barcode:before { | |
7054 | - content: "\f02a"; | |
7055 | -} | |
7056 | -.fa-tag:before { | |
7057 | - content: "\f02b"; | |
7058 | -} | |
7059 | -.fa-tags:before { | |
7060 | - content: "\f02c"; | |
7061 | -} | |
7062 | -.fa-book:before { | |
7063 | - content: "\f02d"; | |
7064 | -} | |
7065 | -.fa-bookmark:before { | |
7066 | - content: "\f02e"; | |
7067 | -} | |
7068 | -.fa-print:before { | |
7069 | - content: "\f02f"; | |
7070 | -} | |
7071 | -.fa-camera:before { | |
7072 | - content: "\f030"; | |
7073 | -} | |
7074 | -.fa-font:before { | |
7075 | - content: "\f031"; | |
7076 | -} | |
7077 | -.fa-bold:before { | |
7078 | - content: "\f032"; | |
7079 | -} | |
7080 | -.fa-italic:before { | |
7081 | - content: "\f033"; | |
7082 | -} | |
7083 | -.fa-text-height:before { | |
7084 | - content: "\f034"; | |
7085 | -} | |
7086 | -.fa-text-width:before { | |
7087 | - content: "\f035"; | |
7088 | -} | |
7089 | -.fa-align-left:before { | |
7090 | - content: "\f036"; | |
7091 | -} | |
7092 | -.fa-align-center:before { | |
7093 | - content: "\f037"; | |
7094 | -} | |
7095 | -.fa-align-right:before { | |
7096 | - content: "\f038"; | |
7097 | -} | |
7098 | -.fa-align-justify:before { | |
7099 | - content: "\f039"; | |
7100 | -} | |
7101 | -.fa-list:before { | |
7102 | - content: "\f03a"; | |
7103 | -} | |
7104 | -.fa-dedent:before, | |
7105 | -.fa-outdent:before { | |
7106 | - content: "\f03b"; | |
7107 | -} | |
7108 | -.fa-indent:before { | |
7109 | - content: "\f03c"; | |
7110 | -} | |
7111 | -.fa-video-camera:before { | |
7112 | - content: "\f03d"; | |
7113 | -} | |
7114 | -.fa-photo:before, | |
7115 | -.fa-image:before, | |
7116 | -.fa-picture-o:before { | |
7117 | - content: "\f03e"; | |
7118 | -} | |
7119 | -.fa-pencil:before { | |
7120 | - content: "\f040"; | |
7121 | -} | |
7122 | -.fa-map-marker:before { | |
7123 | - content: "\f041"; | |
7124 | -} | |
7125 | -.fa-adjust:before { | |
7126 | - content: "\f042"; | |
7127 | -} | |
7128 | -.fa-tint:before { | |
7129 | - content: "\f043"; | |
7130 | -} | |
7131 | -.fa-edit:before, | |
7132 | -.fa-pencil-square-o:before { | |
7133 | - content: "\f044"; | |
7134 | -} | |
7135 | -.fa-share-square-o:before { | |
7136 | - content: "\f045"; | |
7137 | -} | |
7138 | -.fa-check-square-o:before { | |
7139 | - content: "\f046"; | |
7140 | -} | |
7141 | -.fa-arrows:before { | |
7142 | - content: "\f047"; | |
7143 | -} | |
7144 | -.fa-step-backward:before { | |
7145 | - content: "\f048"; | |
7146 | -} | |
7147 | -.fa-fast-backward:before { | |
7148 | - content: "\f049"; | |
7149 | -} | |
7150 | -.fa-backward:before { | |
7151 | - content: "\f04a"; | |
7152 | -} | |
7153 | -.fa-play:before { | |
7154 | - content: "\f04b"; | |
7155 | -} | |
7156 | -.fa-pause:before { | |
7157 | - content: "\f04c"; | |
7158 | -} | |
7159 | -.fa-stop:before { | |
7160 | - content: "\f04d"; | |
7161 | -} | |
7162 | -.fa-forward:before { | |
7163 | - content: "\f04e"; | |
7164 | -} | |
7165 | -.fa-fast-forward:before { | |
7166 | - content: "\f050"; | |
7167 | -} | |
7168 | -.fa-step-forward:before { | |
7169 | - content: "\f051"; | |
7170 | -} | |
7171 | -.fa-eject:before { | |
7172 | - content: "\f052"; | |
7173 | -} | |
7174 | -.fa-chevron-left:before { | |
7175 | - content: "\f053"; | |
7176 | -} | |
7177 | -.fa-chevron-right:before { | |
7178 | - content: "\f054"; | |
7179 | -} | |
7180 | -.fa-plus-circle:before { | |
7181 | - content: "\f055"; | |
7182 | -} | |
7183 | -.fa-minus-circle:before { | |
7184 | - content: "\f056"; | |
7185 | -} | |
7186 | -.fa-times-circle:before { | |
7187 | - content: "\f057"; | |
7188 | -} | |
7189 | -.fa-check-circle:before { | |
7190 | - content: "\f058"; | |
7191 | -} | |
7192 | -.fa-question-circle:before { | |
7193 | - content: "\f059"; | |
7194 | -} | |
7195 | -.fa-info-circle:before { | |
7196 | - content: "\f05a"; | |
7197 | -} | |
7198 | -.fa-crosshairs:before { | |
7199 | - content: "\f05b"; | |
7200 | -} | |
7201 | -.fa-times-circle-o:before { | |
7202 | - content: "\f05c"; | |
7203 | -} | |
7204 | -.fa-check-circle-o:before { | |
7205 | - content: "\f05d"; | |
7206 | -} | |
7207 | -.fa-ban:before { | |
7208 | - content: "\f05e"; | |
7209 | -} | |
7210 | -.fa-arrow-left:before { | |
7211 | - content: "\f060"; | |
7212 | -} | |
7213 | -.fa-arrow-right:before { | |
7214 | - content: "\f061"; | |
7215 | -} | |
7216 | -.fa-arrow-up:before { | |
7217 | - content: "\f062"; | |
7218 | -} | |
7219 | -.fa-arrow-down:before { | |
7220 | - content: "\f063"; | |
7221 | -} | |
7222 | -.fa-mail-forward:before, | |
7223 | -.fa-share:before { | |
7224 | - content: "\f064"; | |
7225 | -} | |
7226 | -.fa-expand:before { | |
7227 | - content: "\f065"; | |
7228 | -} | |
7229 | -.fa-compress:before { | |
7230 | - content: "\f066"; | |
7231 | -} | |
7232 | -.fa-plus:before { | |
7233 | - content: "\f067"; | |
7234 | -} | |
7235 | -.fa-minus:before { | |
7236 | - content: "\f068"; | |
7237 | -} | |
7238 | -.fa-asterisk:before { | |
7239 | - content: "\f069"; | |
7240 | -} | |
7241 | -.fa-exclamation-circle:before { | |
7242 | - content: "\f06a"; | |
7243 | -} | |
7244 | -.fa-gift:before { | |
7245 | - content: "\f06b"; | |
7246 | -} | |
7247 | -.fa-leaf:before { | |
7248 | - content: "\f06c"; | |
7249 | -} | |
7250 | -.fa-fire:before { | |
7251 | - content: "\f06d"; | |
7252 | -} | |
7253 | -.fa-eye:before { | |
7254 | - content: "\f06e"; | |
7255 | -} | |
7256 | -.fa-eye-slash:before { | |
7257 | - content: "\f070"; | |
7258 | -} | |
7259 | -.fa-warning:before, | |
7260 | -.fa-exclamation-triangle:before { | |
7261 | - content: "\f071"; | |
7262 | -} | |
7263 | -.fa-plane:before { | |
7264 | - content: "\f072"; | |
7265 | -} | |
7266 | -.fa-calendar:before { | |
7267 | - content: "\f073"; | |
7268 | -} | |
7269 | -.fa-random:before { | |
7270 | - content: "\f074"; | |
7271 | -} | |
7272 | -.fa-comment:before { | |
7273 | - content: "\f075"; | |
7274 | -} | |
7275 | -.fa-magnet:before { | |
7276 | - content: "\f076"; | |
7277 | -} | |
7278 | -.fa-chevron-up:before { | |
7279 | - content: "\f077"; | |
7280 | -} | |
7281 | -.fa-chevron-down:before { | |
7282 | - content: "\f078"; | |
7283 | -} | |
7284 | -.fa-retweet:before { | |
7285 | - content: "\f079"; | |
7286 | -} | |
7287 | -.fa-shopping-cart:before { | |
7288 | - content: "\f07a"; | |
7289 | -} | |
7290 | -.fa-folder:before { | |
7291 | - content: "\f07b"; | |
7292 | -} | |
7293 | -.fa-folder-open:before { | |
7294 | - content: "\f07c"; | |
7295 | -} | |
7296 | -.fa-arrows-v:before { | |
7297 | - content: "\f07d"; | |
7298 | -} | |
7299 | -.fa-arrows-h:before { | |
7300 | - content: "\f07e"; | |
7301 | -} | |
7302 | -.fa-bar-chart-o:before, | |
7303 | -.fa-bar-chart:before { | |
7304 | - content: "\f080"; | |
7305 | -} | |
7306 | -.fa-twitter-square:before { | |
7307 | - content: "\f081"; | |
7308 | -} | |
7309 | -.fa-facebook-square:before { | |
7310 | - content: "\f082"; | |
7311 | -} | |
7312 | -.fa-camera-retro:before { | |
7313 | - content: "\f083"; | |
7314 | -} | |
7315 | -.fa-key:before { | |
7316 | - content: "\f084"; | |
7317 | -} | |
7318 | -.fa-gears:before, | |
7319 | -.fa-cogs:before { | |
7320 | - content: "\f085"; | |
7321 | -} | |
7322 | -.fa-comments:before { | |
7323 | - content: "\f086"; | |
7324 | -} | |
7325 | -.fa-thumbs-o-up:before { | |
7326 | - content: "\f087"; | |
7327 | -} | |
7328 | -.fa-thumbs-o-down:before { | |
7329 | - content: "\f088"; | |
7330 | -} | |
7331 | -.fa-star-half:before { | |
7332 | - content: "\f089"; | |
7333 | -} | |
7334 | -.fa-heart-o:before { | |
7335 | - content: "\f08a"; | |
7336 | -} | |
7337 | -.fa-sign-out:before { | |
7338 | - content: "\f08b"; | |
7339 | -} | |
7340 | -.fa-linkedin-square:before { | |
7341 | - content: "\f08c"; | |
7342 | -} | |
7343 | -.fa-thumb-tack:before { | |
7344 | - content: "\f08d"; | |
7345 | -} | |
7346 | -.fa-external-link:before { | |
7347 | - content: "\f08e"; | |
7348 | -} | |
7349 | -.fa-sign-in:before { | |
7350 | - content: "\f090"; | |
7351 | -} | |
7352 | -.fa-trophy:before { | |
7353 | - content: "\f091"; | |
7354 | -} | |
7355 | -.fa-github-square:before { | |
7356 | - content: "\f092"; | |
7357 | -} | |
7358 | -.fa-upload:before { | |
7359 | - content: "\f093"; | |
7360 | -} | |
7361 | -.fa-lemon-o:before { | |
7362 | - content: "\f094"; | |
7363 | -} | |
7364 | -.fa-phone:before { | |
7365 | - content: "\f095"; | |
7366 | -} | |
7367 | -.fa-square-o:before { | |
7368 | - content: "\f096"; | |
7369 | -} | |
7370 | -.fa-bookmark-o:before { | |
7371 | - content: "\f097"; | |
7372 | -} | |
7373 | -.fa-phone-square:before { | |
7374 | - content: "\f098"; | |
7375 | -} | |
7376 | -.fa-twitter:before { | |
7377 | - content: "\f099"; | |
7378 | -} | |
7379 | -.fa-facebook-f:before, | |
7380 | -.fa-facebook:before { | |
7381 | - content: "\f09a"; | |
7382 | -} | |
7383 | -.fa-github:before { | |
7384 | - content: "\f09b"; | |
7385 | -} | |
7386 | -.fa-unlock:before { | |
7387 | - content: "\f09c"; | |
7388 | -} | |
7389 | -.fa-credit-card:before { | |
7390 | - content: "\f09d"; | |
7391 | -} | |
7392 | -.fa-feed:before, | |
7393 | -.fa-rss:before { | |
7394 | - content: "\f09e"; | |
7395 | -} | |
7396 | -.fa-hdd-o:before { | |
7397 | - content: "\f0a0"; | |
7398 | -} | |
7399 | -.fa-bullhorn:before { | |
7400 | - content: "\f0a1"; | |
7401 | -} | |
7402 | -.fa-bell:before { | |
7403 | - content: "\f0f3"; | |
7404 | -} | |
7405 | -.fa-certificate:before { | |
7406 | - content: "\f0a3"; | |
7407 | -} | |
7408 | -.fa-hand-o-right:before { | |
7409 | - content: "\f0a4"; | |
7410 | -} | |
7411 | -.fa-hand-o-left:before { | |
7412 | - content: "\f0a5"; | |
7413 | -} | |
7414 | -.fa-hand-o-up:before { | |
7415 | - content: "\f0a6"; | |
7416 | -} | |
7417 | -.fa-hand-o-down:before { | |
7418 | - content: "\f0a7"; | |
7419 | -} | |
7420 | -.fa-arrow-circle-left:before { | |
7421 | - content: "\f0a8"; | |
7422 | -} | |
7423 | -.fa-arrow-circle-right:before { | |
7424 | - content: "\f0a9"; | |
7425 | -} | |
7426 | -.fa-arrow-circle-up:before { | |
7427 | - content: "\f0aa"; | |
7428 | -} | |
7429 | -.fa-arrow-circle-down:before { | |
7430 | - content: "\f0ab"; | |
7431 | -} | |
7432 | -.fa-globe:before { | |
7433 | - content: "\f0ac"; | |
7434 | -} | |
7435 | -.fa-wrench:before { | |
7436 | - content: "\f0ad"; | |
7437 | -} | |
7438 | -.fa-tasks:before { | |
7439 | - content: "\f0ae"; | |
7440 | -} | |
7441 | -.fa-filter:before { | |
7442 | - content: "\f0b0"; | |
7443 | -} | |
7444 | -.fa-briefcase:before { | |
7445 | - content: "\f0b1"; | |
7446 | -} | |
7447 | -.fa-arrows-alt:before { | |
7448 | - content: "\f0b2"; | |
7449 | -} | |
7450 | -.fa-group:before, | |
7451 | -.fa-users:before { | |
7452 | - content: "\f0c0"; | |
7453 | -} | |
7454 | -.fa-chain:before, | |
7455 | -.fa-link:before { | |
7456 | - content: "\f0c1"; | |
7457 | -} | |
7458 | -.fa-cloud:before { | |
7459 | - content: "\f0c2"; | |
7460 | -} | |
7461 | -.fa-flask:before { | |
7462 | - content: "\f0c3"; | |
7463 | -} | |
7464 | -.fa-cut:before, | |
7465 | -.fa-scissors:before { | |
7466 | - content: "\f0c4"; | |
7467 | -} | |
7468 | -.fa-copy:before, | |
7469 | -.fa-files-o:before { | |
7470 | - content: "\f0c5"; | |
7471 | -} | |
7472 | -.fa-paperclip:before { | |
7473 | - content: "\f0c6"; | |
7474 | -} | |
7475 | -.fa-save:before, | |
7476 | -.fa-floppy-o:before { | |
7477 | - content: "\f0c7"; | |
7478 | -} | |
7479 | -.fa-square:before { | |
7480 | - content: "\f0c8"; | |
7481 | -} | |
7482 | -.fa-navicon:before, | |
7483 | -.fa-reorder:before, | |
7484 | -.fa-bars:before { | |
7485 | - content: "\f0c9"; | |
7486 | -} | |
7487 | -.fa-list-ul:before { | |
7488 | - content: "\f0ca"; | |
7489 | -} | |
7490 | -.fa-list-ol:before { | |
7491 | - content: "\f0cb"; | |
7492 | -} | |
7493 | -.fa-strikethrough:before { | |
7494 | - content: "\f0cc"; | |
7495 | -} | |
7496 | -.fa-underline:before { | |
7497 | - content: "\f0cd"; | |
7498 | -} | |
7499 | -.fa-table:before { | |
7500 | - content: "\f0ce"; | |
7501 | -} | |
7502 | -.fa-magic:before { | |
7503 | - content: "\f0d0"; | |
7504 | -} | |
7505 | -.fa-truck:before { | |
7506 | - content: "\f0d1"; | |
7507 | -} | |
7508 | -.fa-pinterest:before { | |
7509 | - content: "\f0d2"; | |
7510 | -} | |
7511 | -.fa-pinterest-square:before { | |
7512 | - content: "\f0d3"; | |
7513 | -} | |
7514 | -.fa-google-plus-square:before { | |
7515 | - content: "\f0d4"; | |
7516 | -} | |
7517 | -.fa-google-plus:before { | |
7518 | - content: "\f0d5"; | |
7519 | -} | |
7520 | -.fa-money:before { | |
7521 | - content: "\f0d6"; | |
7522 | -} | |
7523 | -.fa-caret-down:before { | |
7524 | - content: "\f0d7"; | |
7525 | -} | |
7526 | -.fa-caret-up:before { | |
7527 | - content: "\f0d8"; | |
7528 | -} | |
7529 | -.fa-caret-left:before { | |
7530 | - content: "\f0d9"; | |
7531 | -} | |
7532 | -.fa-caret-right:before { | |
7533 | - content: "\f0da"; | |
7534 | -} | |
7535 | -.fa-columns:before { | |
7536 | - content: "\f0db"; | |
7537 | -} | |
7538 | -.fa-unsorted:before, | |
7539 | -.fa-sort:before { | |
7540 | - content: "\f0dc"; | |
7541 | -} | |
7542 | -.fa-sort-down:before, | |
7543 | -.fa-sort-desc:before { | |
7544 | - content: "\f0dd"; | |
7545 | -} | |
7546 | -.fa-sort-up:before, | |
7547 | -.fa-sort-asc:before { | |
7548 | - content: "\f0de"; | |
7549 | -} | |
7550 | -.fa-envelope:before { | |
7551 | - content: "\f0e0"; | |
7552 | -} | |
7553 | -.fa-linkedin:before { | |
7554 | - content: "\f0e1"; | |
7555 | -} | |
7556 | -.fa-rotate-left:before, | |
7557 | -.fa-undo:before { | |
7558 | - content: "\f0e2"; | |
7559 | -} | |
7560 | -.fa-legal:before, | |
7561 | -.fa-gavel:before { | |
7562 | - content: "\f0e3"; | |
7563 | -} | |
7564 | -.fa-dashboard:before, | |
7565 | -.fa-tachometer:before { | |
7566 | - content: "\f0e4"; | |
7567 | -} | |
7568 | -.fa-comment-o:before { | |
7569 | - content: "\f0e5"; | |
7570 | -} | |
7571 | -.fa-comments-o:before { | |
7572 | - content: "\f0e6"; | |
7573 | -} | |
7574 | -.fa-flash:before, | |
7575 | -.fa-bolt:before { | |
7576 | - content: "\f0e7"; | |
7577 | -} | |
7578 | -.fa-sitemap:before { | |
7579 | - content: "\f0e8"; | |
7580 | -} | |
7581 | -.fa-umbrella:before { | |
7582 | - content: "\f0e9"; | |
7583 | -} | |
7584 | -.fa-paste:before, | |
7585 | -.fa-clipboard:before { | |
7586 | - content: "\f0ea"; | |
7587 | -} | |
7588 | -.fa-lightbulb-o:before { | |
7589 | - content: "\f0eb"; | |
7590 | -} | |
7591 | -.fa-exchange:before { | |
7592 | - content: "\f0ec"; | |
7593 | -} | |
7594 | -.fa-cloud-download:before { | |
7595 | - content: "\f0ed"; | |
7596 | -} | |
7597 | -.fa-cloud-upload:before { | |
7598 | - content: "\f0ee"; | |
7599 | -} | |
7600 | -.fa-user-md:before { | |
7601 | - content: "\f0f0"; | |
7602 | -} | |
7603 | -.fa-stethoscope:before { | |
7604 | - content: "\f0f1"; | |
7605 | -} | |
7606 | -.fa-suitcase:before { | |
7607 | - content: "\f0f2"; | |
7608 | -} | |
7609 | -.fa-bell-o:before { | |
7610 | - content: "\f0a2"; | |
7611 | -} | |
7612 | -.fa-coffee:before { | |
7613 | - content: "\f0f4"; | |
7614 | -} | |
7615 | -.fa-cutlery:before { | |
7616 | - content: "\f0f5"; | |
7617 | -} | |
7618 | -.fa-file-text-o:before { | |
7619 | - content: "\f0f6"; | |
7620 | -} | |
7621 | -.fa-building-o:before { | |
7622 | - content: "\f0f7"; | |
7623 | -} | |
7624 | -.fa-hospital-o:before { | |
7625 | - content: "\f0f8"; | |
7626 | -} | |
7627 | -.fa-ambulance:before { | |
7628 | - content: "\f0f9"; | |
7629 | -} | |
7630 | -.fa-medkit:before { | |
7631 | - content: "\f0fa"; | |
7632 | -} | |
7633 | -.fa-fighter-jet:before { | |
7634 | - content: "\f0fb"; | |
7635 | -} | |
7636 | -.fa-beer:before { | |
7637 | - content: "\f0fc"; | |
7638 | -} | |
7639 | -.fa-h-square:before { | |
7640 | - content: "\f0fd"; | |
7641 | -} | |
7642 | -.fa-plus-square:before { | |
7643 | - content: "\f0fe"; | |
7644 | -} | |
7645 | -.fa-angle-double-left:before { | |
7646 | - content: "\f100"; | |
7647 | -} | |
7648 | -.fa-angle-double-right:before { | |
7649 | - content: "\f101"; | |
7650 | -} | |
7651 | -.fa-angle-double-up:before { | |
7652 | - content: "\f102"; | |
7653 | -} | |
7654 | -.fa-angle-double-down:before { | |
7655 | - content: "\f103"; | |
7656 | -} | |
7657 | -.fa-angle-left:before { | |
7658 | - content: "\f104"; | |
7659 | -} | |
7660 | -.fa-angle-right:before { | |
7661 | - content: "\f105"; | |
7662 | -} | |
7663 | -.fa-angle-up:before { | |
7664 | - content: "\f106"; | |
7665 | -} | |
7666 | -.fa-angle-down:before { | |
7667 | - content: "\f107"; | |
7668 | -} | |
7669 | -.fa-desktop:before { | |
7670 | - content: "\f108"; | |
7671 | -} | |
7672 | -.fa-laptop:before { | |
7673 | - content: "\f109"; | |
7674 | -} | |
7675 | -.fa-tablet:before { | |
7676 | - content: "\f10a"; | |
7677 | -} | |
7678 | -.fa-mobile-phone:before, | |
7679 | -.fa-mobile:before { | |
7680 | - content: "\f10b"; | |
7681 | -} | |
7682 | -.fa-circle-o:before { | |
7683 | - content: "\f10c"; | |
7684 | -} | |
7685 | -.fa-quote-left:before { | |
7686 | - content: "\f10d"; | |
7687 | -} | |
7688 | -.fa-quote-right:before { | |
7689 | - content: "\f10e"; | |
7690 | -} | |
7691 | -.fa-spinner:before { | |
7692 | - content: "\f110"; | |
7693 | -} | |
7694 | -.fa-circle:before { | |
7695 | - content: "\f111"; | |
7696 | -} | |
7697 | -.fa-mail-reply:before, | |
7698 | -.fa-reply:before { | |
7699 | - content: "\f112"; | |
7700 | -} | |
7701 | -.fa-github-alt:before { | |
7702 | - content: "\f113"; | |
7703 | -} | |
7704 | -.fa-folder-o:before { | |
7705 | - content: "\f114"; | |
7706 | -} | |
7707 | -.fa-folder-open-o:before { | |
7708 | - content: "\f115"; | |
7709 | -} | |
7710 | -.fa-smile-o:before { | |
7711 | - content: "\f118"; | |
7712 | -} | |
7713 | -.fa-frown-o:before { | |
7714 | - content: "\f119"; | |
7715 | -} | |
7716 | -.fa-meh-o:before { | |
7717 | - content: "\f11a"; | |
7718 | -} | |
7719 | -.fa-gamepad:before { | |
7720 | - content: "\f11b"; | |
7721 | -} | |
7722 | -.fa-keyboard-o:before { | |
7723 | - content: "\f11c"; | |
7724 | -} | |
7725 | -.fa-flag-o:before { | |
7726 | - content: "\f11d"; | |
7727 | -} | |
7728 | -.fa-flag-checkered:before { | |
7729 | - content: "\f11e"; | |
7730 | -} | |
7731 | -.fa-terminal:before { | |
7732 | - content: "\f120"; | |
7733 | -} | |
7734 | -.fa-code:before { | |
7735 | - content: "\f121"; | |
7736 | -} | |
7737 | -.fa-mail-reply-all:before, | |
7738 | -.fa-reply-all:before { | |
7739 | - content: "\f122"; | |
7740 | -} | |
7741 | -.fa-star-half-empty:before, | |
7742 | -.fa-star-half-full:before, | |
7743 | -.fa-star-half-o:before { | |
7744 | - content: "\f123"; | |
7745 | -} | |
7746 | -.fa-location-arrow:before { | |
7747 | - content: "\f124"; | |
7748 | -} | |
7749 | -.fa-crop:before { | |
7750 | - content: "\f125"; | |
7751 | -} | |
7752 | -.fa-code-fork:before { | |
7753 | - content: "\f126"; | |
7754 | -} | |
7755 | -.fa-unlink:before, | |
7756 | -.fa-chain-broken:before { | |
7757 | - content: "\f127"; | |
7758 | -} | |
7759 | -.fa-question:before { | |
7760 | - content: "\f128"; | |
7761 | -} | |
7762 | -.fa-info:before { | |
7763 | - content: "\f129"; | |
7764 | -} | |
7765 | -.fa-exclamation:before { | |
7766 | - content: "\f12a"; | |
7767 | -} | |
7768 | -.fa-superscript:before { | |
7769 | - content: "\f12b"; | |
7770 | -} | |
7771 | -.fa-subscript:before { | |
7772 | - content: "\f12c"; | |
7773 | -} | |
7774 | -.fa-eraser:before { | |
7775 | - content: "\f12d"; | |
7776 | -} | |
7777 | -.fa-puzzle-piece:before { | |
7778 | - content: "\f12e"; | |
7779 | -} | |
7780 | -.fa-microphone:before { | |
7781 | - content: "\f130"; | |
7782 | -} | |
7783 | -.fa-microphone-slash:before { | |
7784 | - content: "\f131"; | |
7785 | -} | |
7786 | -.fa-shield:before { | |
7787 | - content: "\f132"; | |
7788 | -} | |
7789 | -.fa-calendar-o:before { | |
7790 | - content: "\f133"; | |
7791 | -} | |
7792 | -.fa-fire-extinguisher:before { | |
7793 | - content: "\f134"; | |
7794 | -} | |
7795 | -.fa-rocket:before { | |
7796 | - content: "\f135"; | |
7797 | -} | |
7798 | -.fa-maxcdn:before { | |
7799 | - content: "\f136"; | |
7800 | -} | |
7801 | -.fa-chevron-circle-left:before { | |
7802 | - content: "\f137"; | |
7803 | -} | |
7804 | -.fa-chevron-circle-right:before { | |
7805 | - content: "\f138"; | |
7806 | -} | |
7807 | -.fa-chevron-circle-up:before { | |
7808 | - content: "\f139"; | |
7809 | -} | |
7810 | -.fa-chevron-circle-down:before { | |
7811 | - content: "\f13a"; | |
7812 | -} | |
7813 | -.fa-html5:before { | |
7814 | - content: "\f13b"; | |
7815 | -} | |
7816 | -.fa-css3:before { | |
7817 | - content: "\f13c"; | |
7818 | -} | |
7819 | -.fa-anchor:before { | |
7820 | - content: "\f13d"; | |
7821 | -} | |
7822 | -.fa-unlock-alt:before { | |
7823 | - content: "\f13e"; | |
7824 | -} | |
7825 | -.fa-bullseye:before { | |
7826 | - content: "\f140"; | |
7827 | -} | |
7828 | -.fa-ellipsis-h:before { | |
7829 | - content: "\f141"; | |
7830 | -} | |
7831 | -.fa-ellipsis-v:before { | |
7832 | - content: "\f142"; | |
7833 | -} | |
7834 | -.fa-rss-square:before { | |
7835 | - content: "\f143"; | |
7836 | -} | |
7837 | -.fa-play-circle:before { | |
7838 | - content: "\f144"; | |
7839 | -} | |
7840 | -.fa-ticket:before { | |
7841 | - content: "\f145"; | |
7842 | -} | |
7843 | -.fa-minus-square:before { | |
7844 | - content: "\f146"; | |
7845 | -} | |
7846 | -.fa-minus-square-o:before { | |
7847 | - content: "\f147"; | |
7848 | -} | |
7849 | -.fa-level-up:before { | |
7850 | - content: "\f148"; | |
7851 | -} | |
7852 | -.fa-level-down:before { | |
7853 | - content: "\f149"; | |
7854 | -} | |
7855 | -.fa-check-square:before { | |
7856 | - content: "\f14a"; | |
7857 | -} | |
7858 | -.fa-pencil-square:before { | |
7859 | - content: "\f14b"; | |
7860 | -} | |
7861 | -.fa-external-link-square:before { | |
7862 | - content: "\f14c"; | |
7863 | -} | |
7864 | -.fa-share-square:before { | |
7865 | - content: "\f14d"; | |
7866 | -} | |
7867 | -.fa-compass:before { | |
7868 | - content: "\f14e"; | |
7869 | -} | |
7870 | -.fa-toggle-down:before, | |
7871 | -.fa-caret-square-o-down:before { | |
7872 | - content: "\f150"; | |
7873 | -} | |
7874 | -.fa-toggle-up:before, | |
7875 | -.fa-caret-square-o-up:before { | |
7876 | - content: "\f151"; | |
7877 | -} | |
7878 | -.fa-toggle-right:before, | |
7879 | -.fa-caret-square-o-right:before { | |
7880 | - content: "\f152"; | |
7881 | -} | |
7882 | -.fa-euro:before, | |
7883 | -.fa-eur:before { | |
7884 | - content: "\f153"; | |
7885 | -} | |
7886 | -.fa-gbp:before { | |
7887 | - content: "\f154"; | |
7888 | -} | |
7889 | -.fa-dollar:before, | |
7890 | -.fa-usd:before { | |
7891 | - content: "\f155"; | |
7892 | -} | |
7893 | -.fa-rupee:before, | |
7894 | -.fa-inr:before { | |
7895 | - content: "\f156"; | |
7896 | -} | |
7897 | -.fa-cny:before, | |
7898 | -.fa-rmb:before, | |
7899 | -.fa-yen:before, | |
7900 | -.fa-jpy:before { | |
7901 | - content: "\f157"; | |
7902 | -} | |
7903 | -.fa-ruble:before, | |
7904 | -.fa-rouble:before, | |
7905 | -.fa-rub:before { | |
7906 | - content: "\f158"; | |
7907 | -} | |
7908 | -.fa-won:before, | |
7909 | -.fa-krw:before { | |
7910 | - content: "\f159"; | |
7911 | -} | |
7912 | -.fa-bitcoin:before, | |
7913 | -.fa-btc:before { | |
7914 | - content: "\f15a"; | |
7915 | -} | |
7916 | -.fa-file:before { | |
7917 | - content: "\f15b"; | |
7918 | -} | |
7919 | -.fa-file-text:before { | |
7920 | - content: "\f15c"; | |
7921 | -} | |
7922 | -.fa-sort-alpha-asc:before { | |
7923 | - content: "\f15d"; | |
7924 | -} | |
7925 | -.fa-sort-alpha-desc:before { | |
7926 | - content: "\f15e"; | |
7927 | -} | |
7928 | -.fa-sort-amount-asc:before { | |
7929 | - content: "\f160"; | |
7930 | -} | |
7931 | -.fa-sort-amount-desc:before { | |
7932 | - content: "\f161"; | |
7933 | -} | |
7934 | -.fa-sort-numeric-asc:before { | |
7935 | - content: "\f162"; | |
7936 | -} | |
7937 | -.fa-sort-numeric-desc:before { | |
7938 | - content: "\f163"; | |
7939 | -} | |
7940 | -.fa-thumbs-up:before { | |
7941 | - content: "\f164"; | |
7942 | -} | |
7943 | -.fa-thumbs-down:before { | |
7944 | - content: "\f165"; | |
7945 | -} | |
7946 | -.fa-youtube-square:before { | |
7947 | - content: "\f166"; | |
7948 | -} | |
7949 | -.fa-youtube:before { | |
7950 | - content: "\f167"; | |
7951 | -} | |
7952 | -.fa-xing:before { | |
7953 | - content: "\f168"; | |
7954 | -} | |
7955 | -.fa-xing-square:before { | |
7956 | - content: "\f169"; | |
7957 | -} | |
7958 | -.fa-youtube-play:before { | |
7959 | - content: "\f16a"; | |
7960 | -} | |
7961 | -.fa-dropbox:before { | |
7962 | - content: "\f16b"; | |
7963 | -} | |
7964 | -.fa-stack-overflow:before { | |
7965 | - content: "\f16c"; | |
7966 | -} | |
7967 | -.fa-instagram:before { | |
7968 | - content: "\f16d"; | |
7969 | -} | |
7970 | -.fa-flickr:before { | |
7971 | - content: "\f16e"; | |
7972 | -} | |
7973 | -.fa-adn:before { | |
7974 | - content: "\f170"; | |
7975 | -} | |
7976 | -.fa-bitbucket:before { | |
7977 | - content: "\f171"; | |
7978 | -} | |
7979 | -.fa-bitbucket-square:before { | |
7980 | - content: "\f172"; | |
7981 | -} | |
7982 | -.fa-tumblr:before { | |
7983 | - content: "\f173"; | |
7984 | -} | |
7985 | -.fa-tumblr-square:before { | |
7986 | - content: "\f174"; | |
7987 | -} | |
7988 | -.fa-long-arrow-down:before { | |
7989 | - content: "\f175"; | |
7990 | -} | |
7991 | -.fa-long-arrow-up:before { | |
7992 | - content: "\f176"; | |
7993 | -} | |
7994 | -.fa-long-arrow-left:before { | |
7995 | - content: "\f177"; | |
7996 | -} | |
7997 | -.fa-long-arrow-right:before { | |
7998 | - content: "\f178"; | |
7999 | -} | |
8000 | -.fa-apple:before { | |
8001 | - content: "\f179"; | |
8002 | -} | |
8003 | -.fa-windows:before { | |
8004 | - content: "\f17a"; | |
8005 | -} | |
8006 | -.fa-android:before { | |
8007 | - content: "\f17b"; | |
8008 | -} | |
8009 | -.fa-linux:before { | |
8010 | - content: "\f17c"; | |
8011 | -} | |
8012 | -.fa-dribbble:before { | |
8013 | - content: "\f17d"; | |
8014 | -} | |
8015 | -.fa-skype:before { | |
8016 | - content: "\f17e"; | |
8017 | -} | |
8018 | -.fa-foursquare:before { | |
8019 | - content: "\f180"; | |
8020 | -} | |
8021 | -.fa-trello:before { | |
8022 | - content: "\f181"; | |
8023 | -} | |
8024 | -.fa-female:before { | |
8025 | - content: "\f182"; | |
8026 | -} | |
8027 | -.fa-male:before { | |
8028 | - content: "\f183"; | |
8029 | -} | |
8030 | -.fa-gittip:before, | |
8031 | -.fa-gratipay:before { | |
8032 | - content: "\f184"; | |
8033 | -} | |
8034 | -.fa-sun-o:before { | |
8035 | - content: "\f185"; | |
8036 | -} | |
8037 | -.fa-moon-o:before { | |
8038 | - content: "\f186"; | |
8039 | -} | |
8040 | -.fa-archive:before { | |
8041 | - content: "\f187"; | |
8042 | -} | |
8043 | -.fa-bug:before { | |
8044 | - content: "\f188"; | |
8045 | -} | |
8046 | -.fa-vk:before { | |
8047 | - content: "\f189"; | |
8048 | -} | |
8049 | -.fa-weibo:before { | |
8050 | - content: "\f18a"; | |
8051 | -} | |
8052 | -.fa-renren:before { | |
8053 | - content: "\f18b"; | |
8054 | -} | |
8055 | -.fa-pagelines:before { | |
8056 | - content: "\f18c"; | |
8057 | -} | |
8058 | -.fa-stack-exchange:before { | |
8059 | - content: "\f18d"; | |
8060 | -} | |
8061 | -.fa-arrow-circle-o-right:before { | |
8062 | - content: "\f18e"; | |
8063 | -} | |
8064 | -.fa-arrow-circle-o-left:before { | |
8065 | - content: "\f190"; | |
8066 | -} | |
8067 | -.fa-toggle-left:before, | |
8068 | -.fa-caret-square-o-left:before { | |
8069 | - content: "\f191"; | |
8070 | -} | |
8071 | -.fa-dot-circle-o:before { | |
8072 | - content: "\f192"; | |
8073 | -} | |
8074 | -.fa-wheelchair:before { | |
8075 | - content: "\f193"; | |
8076 | -} | |
8077 | -.fa-vimeo-square:before { | |
8078 | - content: "\f194"; | |
8079 | -} | |
8080 | -.fa-turkish-lira:before, | |
8081 | -.fa-try:before { | |
8082 | - content: "\f195"; | |
8083 | -} | |
8084 | -.fa-plus-square-o:before { | |
8085 | - content: "\f196"; | |
8086 | -} | |
8087 | -.fa-space-shuttle:before { | |
8088 | - content: "\f197"; | |
8089 | -} | |
8090 | -.fa-slack:before { | |
8091 | - content: "\f198"; | |
8092 | -} | |
8093 | -.fa-envelope-square:before { | |
8094 | - content: "\f199"; | |
8095 | -} | |
8096 | -.fa-wordpress:before { | |
8097 | - content: "\f19a"; | |
8098 | -} | |
8099 | -.fa-openid:before { | |
8100 | - content: "\f19b"; | |
8101 | -} | |
8102 | -.fa-institution:before, | |
8103 | -.fa-bank:before, | |
8104 | -.fa-university:before { | |
8105 | - content: "\f19c"; | |
8106 | -} | |
8107 | -.fa-mortar-board:before, | |
8108 | -.fa-graduation-cap:before { | |
8109 | - content: "\f19d"; | |
8110 | -} | |
8111 | -.fa-yahoo:before { | |
8112 | - content: "\f19e"; | |
8113 | -} | |
8114 | -.fa-google:before { | |
8115 | - content: "\f1a0"; | |
8116 | -} | |
8117 | -.fa-reddit:before { | |
8118 | - content: "\f1a1"; | |
8119 | -} | |
8120 | -.fa-reddit-square:before { | |
8121 | - content: "\f1a2"; | |
8122 | -} | |
8123 | -.fa-stumbleupon-circle:before { | |
8124 | - content: "\f1a3"; | |
8125 | -} | |
8126 | -.fa-stumbleupon:before { | |
8127 | - content: "\f1a4"; | |
8128 | -} | |
8129 | -.fa-delicious:before { | |
8130 | - content: "\f1a5"; | |
8131 | -} | |
8132 | -.fa-digg:before { | |
8133 | - content: "\f1a6"; | |
8134 | -} | |
8135 | -.fa-pied-piper-pp:before { | |
8136 | - content: "\f1a7"; | |
8137 | -} | |
8138 | -.fa-pied-piper-alt:before { | |
8139 | - content: "\f1a8"; | |
8140 | -} | |
8141 | -.fa-drupal:before { | |
8142 | - content: "\f1a9"; | |
8143 | -} | |
8144 | -.fa-joomla:before { | |
8145 | - content: "\f1aa"; | |
8146 | -} | |
8147 | -.fa-language:before { | |
8148 | - content: "\f1ab"; | |
8149 | -} | |
8150 | -.fa-fax:before { | |
8151 | - content: "\f1ac"; | |
8152 | -} | |
8153 | -.fa-building:before { | |
8154 | - content: "\f1ad"; | |
8155 | -} | |
8156 | -.fa-child:before { | |
8157 | - content: "\f1ae"; | |
8158 | -} | |
8159 | -.fa-paw:before { | |
8160 | - content: "\f1b0"; | |
8161 | -} | |
8162 | -.fa-spoon:before { | |
8163 | - content: "\f1b1"; | |
8164 | -} | |
8165 | -.fa-cube:before { | |
8166 | - content: "\f1b2"; | |
8167 | -} | |
8168 | -.fa-cubes:before { | |
8169 | - content: "\f1b3"; | |
8170 | -} | |
8171 | -.fa-behance:before { | |
8172 | - content: "\f1b4"; | |
8173 | -} | |
8174 | -.fa-behance-square:before { | |
8175 | - content: "\f1b5"; | |
8176 | -} | |
8177 | -.fa-steam:before { | |
8178 | - content: "\f1b6"; | |
8179 | -} | |
8180 | -.fa-steam-square:before { | |
8181 | - content: "\f1b7"; | |
8182 | -} | |
8183 | -.fa-recycle:before { | |
8184 | - content: "\f1b8"; | |
8185 | -} | |
8186 | -.fa-automobile:before, | |
8187 | -.fa-car:before { | |
8188 | - content: "\f1b9"; | |
8189 | -} | |
8190 | -.fa-cab:before, | |
8191 | -.fa-taxi:before { | |
8192 | - content: "\f1ba"; | |
8193 | -} | |
8194 | -.fa-tree:before { | |
8195 | - content: "\f1bb"; | |
8196 | -} | |
8197 | -.fa-spotify:before { | |
8198 | - content: "\f1bc"; | |
8199 | -} | |
8200 | -.fa-deviantart:before { | |
8201 | - content: "\f1bd"; | |
8202 | -} | |
8203 | -.fa-soundcloud:before { | |
8204 | - content: "\f1be"; | |
8205 | -} | |
8206 | -.fa-database:before { | |
8207 | - content: "\f1c0"; | |
8208 | -} | |
8209 | -.fa-file-pdf-o:before { | |
8210 | - content: "\f1c1"; | |
8211 | -} | |
8212 | -.fa-file-word-o:before { | |
8213 | - content: "\f1c2"; | |
8214 | -} | |
8215 | -.fa-file-excel-o:before { | |
8216 | - content: "\f1c3"; | |
8217 | -} | |
8218 | -.fa-file-powerpoint-o:before { | |
8219 | - content: "\f1c4"; | |
8220 | -} | |
8221 | -.fa-file-photo-o:before, | |
8222 | -.fa-file-picture-o:before, | |
8223 | -.fa-file-image-o:before { | |
8224 | - content: "\f1c5"; | |
8225 | -} | |
8226 | -.fa-file-zip-o:before, | |
8227 | -.fa-file-archive-o:before { | |
8228 | - content: "\f1c6"; | |
8229 | -} | |
8230 | -.fa-file-sound-o:before, | |
8231 | -.fa-file-audio-o:before { | |
8232 | - content: "\f1c7"; | |
8233 | -} | |
8234 | -.fa-file-movie-o:before, | |
8235 | -.fa-file-video-o:before { | |
8236 | - content: "\f1c8"; | |
8237 | -} | |
8238 | -.fa-file-code-o:before { | |
8239 | - content: "\f1c9"; | |
8240 | -} | |
8241 | -.fa-vine:before { | |
8242 | - content: "\f1ca"; | |
8243 | -} | |
8244 | -.fa-codepen:before { | |
8245 | - content: "\f1cb"; | |
8246 | -} | |
8247 | -.fa-jsfiddle:before { | |
8248 | - content: "\f1cc"; | |
8249 | -} | |
8250 | -.fa-life-bouy:before, | |
8251 | -.fa-life-buoy:before, | |
8252 | -.fa-life-saver:before, | |
8253 | -.fa-support:before, | |
8254 | -.fa-life-ring:before { | |
8255 | - content: "\f1cd"; | |
8256 | -} | |
8257 | -.fa-circle-o-notch:before { | |
8258 | - content: "\f1ce"; | |
8259 | -} | |
8260 | -.fa-ra:before, | |
8261 | -.fa-resistance:before, | |
8262 | -.fa-rebel:before { | |
8263 | - content: "\f1d0"; | |
8264 | -} | |
8265 | -.fa-ge:before, | |
8266 | -.fa-empire:before { | |
8267 | - content: "\f1d1"; | |
8268 | -} | |
8269 | -.fa-git-square:before { | |
8270 | - content: "\f1d2"; | |
8271 | -} | |
8272 | -.fa-git:before { | |
8273 | - content: "\f1d3"; | |
8274 | -} | |
8275 | -.fa-y-combinator-square:before, | |
8276 | -.fa-yc-square:before, | |
8277 | -.fa-hacker-news:before { | |
8278 | - content: "\f1d4"; | |
8279 | -} | |
8280 | -.fa-tencent-weibo:before { | |
8281 | - content: "\f1d5"; | |
8282 | -} | |
8283 | -.fa-qq:before { | |
8284 | - content: "\f1d6"; | |
8285 | -} | |
8286 | -.fa-wechat:before, | |
8287 | -.fa-weixin:before { | |
8288 | - content: "\f1d7"; | |
8289 | -} | |
8290 | -.fa-send:before, | |
8291 | -.fa-paper-plane:before { | |
8292 | - content: "\f1d8"; | |
8293 | -} | |
8294 | -.fa-send-o:before, | |
8295 | -.fa-paper-plane-o:before { | |
8296 | - content: "\f1d9"; | |
8297 | -} | |
8298 | -.fa-history:before { | |
8299 | - content: "\f1da"; | |
8300 | -} | |
8301 | -.fa-circle-thin:before { | |
8302 | - content: "\f1db"; | |
8303 | -} | |
8304 | -.fa-header:before { | |
8305 | - content: "\f1dc"; | |
8306 | -} | |
8307 | -.fa-paragraph:before { | |
8308 | - content: "\f1dd"; | |
8309 | -} | |
8310 | -.fa-sliders:before { | |
8311 | - content: "\f1de"; | |
8312 | -} | |
8313 | -.fa-share-alt:before { | |
8314 | - content: "\f1e0"; | |
8315 | -} | |
8316 | -.fa-share-alt-square:before { | |
8317 | - content: "\f1e1"; | |
8318 | -} | |
8319 | -.fa-bomb:before { | |
8320 | - content: "\f1e2"; | |
8321 | -} | |
8322 | -.fa-soccer-ball-o:before, | |
8323 | -.fa-futbol-o:before { | |
8324 | - content: "\f1e3"; | |
8325 | -} | |
8326 | -.fa-tty:before { | |
8327 | - content: "\f1e4"; | |
8328 | -} | |
8329 | -.fa-binoculars:before { | |
8330 | - content: "\f1e5"; | |
8331 | -} | |
8332 | -.fa-plug:before { | |
8333 | - content: "\f1e6"; | |
8334 | -} | |
8335 | -.fa-slideshare:before { | |
8336 | - content: "\f1e7"; | |
8337 | -} | |
8338 | -.fa-twitch:before { | |
8339 | - content: "\f1e8"; | |
8340 | -} | |
8341 | -.fa-yelp:before { | |
8342 | - content: "\f1e9"; | |
8343 | -} | |
8344 | -.fa-newspaper-o:before { | |
8345 | - content: "\f1ea"; | |
8346 | -} | |
8347 | -.fa-wifi:before { | |
8348 | - content: "\f1eb"; | |
8349 | -} | |
8350 | -.fa-calculator:before { | |
8351 | - content: "\f1ec"; | |
8352 | -} | |
8353 | -.fa-paypal:before { | |
8354 | - content: "\f1ed"; | |
8355 | -} | |
8356 | -.fa-google-wallet:before { | |
8357 | - content: "\f1ee"; | |
8358 | -} | |
8359 | -.fa-cc-visa:before { | |
8360 | - content: "\f1f0"; | |
8361 | -} | |
8362 | -.fa-cc-mastercard:before { | |
8363 | - content: "\f1f1"; | |
8364 | -} | |
8365 | -.fa-cc-discover:before { | |
8366 | - content: "\f1f2"; | |
8367 | -} | |
8368 | -.fa-cc-amex:before { | |
8369 | - content: "\f1f3"; | |
8370 | -} | |
8371 | -.fa-cc-paypal:before { | |
8372 | - content: "\f1f4"; | |
8373 | -} | |
8374 | -.fa-cc-stripe:before { | |
8375 | - content: "\f1f5"; | |
8376 | -} | |
8377 | -.fa-bell-slash:before { | |
8378 | - content: "\f1f6"; | |
8379 | -} | |
8380 | -.fa-bell-slash-o:before { | |
8381 | - content: "\f1f7"; | |
8382 | -} | |
8383 | -.fa-trash:before { | |
8384 | - content: "\f1f8"; | |
8385 | -} | |
8386 | -.fa-copyright:before { | |
8387 | - content: "\f1f9"; | |
8388 | -} | |
8389 | -.fa-at:before { | |
8390 | - content: "\f1fa"; | |
8391 | -} | |
8392 | -.fa-eyedropper:before { | |
8393 | - content: "\f1fb"; | |
8394 | -} | |
8395 | -.fa-paint-brush:before { | |
8396 | - content: "\f1fc"; | |
8397 | -} | |
8398 | -.fa-birthday-cake:before { | |
8399 | - content: "\f1fd"; | |
8400 | -} | |
8401 | -.fa-area-chart:before { | |
8402 | - content: "\f1fe"; | |
8403 | -} | |
8404 | -.fa-pie-chart:before { | |
8405 | - content: "\f200"; | |
8406 | -} | |
8407 | -.fa-line-chart:before { | |
8408 | - content: "\f201"; | |
8409 | -} | |
8410 | -.fa-lastfm:before { | |
8411 | - content: "\f202"; | |
8412 | -} | |
8413 | -.fa-lastfm-square:before { | |
8414 | - content: "\f203"; | |
8415 | -} | |
8416 | -.fa-toggle-off:before { | |
8417 | - content: "\f204"; | |
8418 | -} | |
8419 | -.fa-toggle-on:before { | |
8420 | - content: "\f205"; | |
8421 | -} | |
8422 | -.fa-bicycle:before { | |
8423 | - content: "\f206"; | |
8424 | -} | |
8425 | -.fa-bus:before { | |
8426 | - content: "\f207"; | |
8427 | -} | |
8428 | -.fa-ioxhost:before { | |
8429 | - content: "\f208"; | |
8430 | -} | |
8431 | -.fa-angellist:before { | |
8432 | - content: "\f209"; | |
8433 | -} | |
8434 | -.fa-cc:before { | |
8435 | - content: "\f20a"; | |
8436 | -} | |
8437 | -.fa-shekel:before, | |
8438 | -.fa-sheqel:before, | |
8439 | -.fa-ils:before { | |
8440 | - content: "\f20b"; | |
8441 | -} | |
8442 | -.fa-meanpath:before { | |
8443 | - content: "\f20c"; | |
8444 | -} | |
8445 | -.fa-buysellads:before { | |
8446 | - content: "\f20d"; | |
8447 | -} | |
8448 | -.fa-connectdevelop:before { | |
8449 | - content: "\f20e"; | |
8450 | -} | |
8451 | -.fa-dashcube:before { | |
8452 | - content: "\f210"; | |
8453 | -} | |
8454 | -.fa-forumbee:before { | |
8455 | - content: "\f211"; | |
8456 | -} | |
8457 | -.fa-leanpub:before { | |
8458 | - content: "\f212"; | |
8459 | -} | |
8460 | -.fa-sellsy:before { | |
8461 | - content: "\f213"; | |
8462 | -} | |
8463 | -.fa-shirtsinbulk:before { | |
8464 | - content: "\f214"; | |
8465 | -} | |
8466 | -.fa-simplybuilt:before { | |
8467 | - content: "\f215"; | |
8468 | -} | |
8469 | -.fa-skyatlas:before { | |
8470 | - content: "\f216"; | |
8471 | -} | |
8472 | -.fa-cart-plus:before { | |
8473 | - content: "\f217"; | |
8474 | -} | |
8475 | -.fa-cart-arrow-down:before { | |
8476 | - content: "\f218"; | |
8477 | -} | |
8478 | -.fa-diamond:before { | |
8479 | - content: "\f219"; | |
8480 | -} | |
8481 | -.fa-ship:before { | |
8482 | - content: "\f21a"; | |
8483 | -} | |
8484 | -.fa-user-secret:before { | |
8485 | - content: "\f21b"; | |
8486 | -} | |
8487 | -.fa-motorcycle:before { | |
8488 | - content: "\f21c"; | |
8489 | -} | |
8490 | -.fa-street-view:before { | |
8491 | - content: "\f21d"; | |
8492 | -} | |
8493 | -.fa-heartbeat:before { | |
8494 | - content: "\f21e"; | |
8495 | -} | |
8496 | -.fa-venus:before { | |
8497 | - content: "\f221"; | |
8498 | -} | |
8499 | -.fa-mars:before { | |
8500 | - content: "\f222"; | |
8501 | -} | |
8502 | -.fa-mercury:before { | |
8503 | - content: "\f223"; | |
8504 | -} | |
8505 | -.fa-intersex:before, | |
8506 | -.fa-transgender:before { | |
8507 | - content: "\f224"; | |
8508 | -} | |
8509 | -.fa-transgender-alt:before { | |
8510 | - content: "\f225"; | |
8511 | -} | |
8512 | -.fa-venus-double:before { | |
8513 | - content: "\f226"; | |
8514 | -} | |
8515 | -.fa-mars-double:before { | |
8516 | - content: "\f227"; | |
8517 | -} | |
8518 | -.fa-venus-mars:before { | |
8519 | - content: "\f228"; | |
8520 | -} | |
8521 | -.fa-mars-stroke:before { | |
8522 | - content: "\f229"; | |
8523 | -} | |
8524 | -.fa-mars-stroke-v:before { | |
8525 | - content: "\f22a"; | |
8526 | -} | |
8527 | -.fa-mars-stroke-h:before { | |
8528 | - content: "\f22b"; | |
8529 | -} | |
8530 | -.fa-neuter:before { | |
8531 | - content: "\f22c"; | |
8532 | -} | |
8533 | -.fa-genderless:before { | |
8534 | - content: "\f22d"; | |
8535 | -} | |
8536 | -.fa-facebook-official:before { | |
8537 | - content: "\f230"; | |
8538 | -} | |
8539 | -.fa-pinterest-p:before { | |
8540 | - content: "\f231"; | |
8541 | -} | |
8542 | -.fa-whatsapp:before { | |
8543 | - content: "\f232"; | |
8544 | -} | |
8545 | -.fa-server:before { | |
8546 | - content: "\f233"; | |
8547 | -} | |
8548 | -.fa-user-plus:before { | |
8549 | - content: "\f234"; | |
8550 | -} | |
8551 | -.fa-user-times:before { | |
8552 | - content: "\f235"; | |
8553 | -} | |
8554 | -.fa-hotel:before, | |
8555 | -.fa-bed:before { | |
8556 | - content: "\f236"; | |
8557 | -} | |
8558 | -.fa-viacoin:before { | |
8559 | - content: "\f237"; | |
8560 | -} | |
8561 | -.fa-train:before { | |
8562 | - content: "\f238"; | |
8563 | -} | |
8564 | -.fa-subway:before { | |
8565 | - content: "\f239"; | |
8566 | -} | |
8567 | -.fa-medium:before { | |
8568 | - content: "\f23a"; | |
8569 | -} | |
8570 | -.fa-yc:before, | |
8571 | -.fa-y-combinator:before { | |
8572 | - content: "\f23b"; | |
8573 | -} | |
8574 | -.fa-optin-monster:before { | |
8575 | - content: "\f23c"; | |
8576 | -} | |
8577 | -.fa-opencart:before { | |
8578 | - content: "\f23d"; | |
8579 | -} | |
8580 | -.fa-expeditedssl:before { | |
8581 | - content: "\f23e"; | |
8582 | -} | |
8583 | -.fa-battery-4:before, | |
8584 | -.fa-battery:before, | |
8585 | -.fa-battery-full:before { | |
8586 | - content: "\f240"; | |
8587 | -} | |
8588 | -.fa-battery-3:before, | |
8589 | -.fa-battery-three-quarters:before { | |
8590 | - content: "\f241"; | |
8591 | -} | |
8592 | -.fa-battery-2:before, | |
8593 | -.fa-battery-half:before { | |
8594 | - content: "\f242"; | |
8595 | -} | |
8596 | -.fa-battery-1:before, | |
8597 | -.fa-battery-quarter:before { | |
8598 | - content: "\f243"; | |
8599 | -} | |
8600 | -.fa-battery-0:before, | |
8601 | -.fa-battery-empty:before { | |
8602 | - content: "\f244"; | |
8603 | -} | |
8604 | -.fa-mouse-pointer:before { | |
8605 | - content: "\f245"; | |
8606 | -} | |
8607 | -.fa-i-cursor:before { | |
8608 | - content: "\f246"; | |
8609 | -} | |
8610 | -.fa-object-group:before { | |
8611 | - content: "\f247"; | |
8612 | -} | |
8613 | -.fa-object-ungroup:before { | |
8614 | - content: "\f248"; | |
8615 | -} | |
8616 | -.fa-sticky-note:before { | |
8617 | - content: "\f249"; | |
8618 | -} | |
8619 | -.fa-sticky-note-o:before { | |
8620 |