Mercurial > public > madeira
comparison static/bootstrap/css/bootstrap.css @ 137:964d5e9130c2
Update to Bootstrap 3.1.1.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 14 Feb 2014 19:42:07 -0600 |
parents | ddf49209cfc1 |
children |
comparison
equal
deleted
inserted
replaced
136:44859442efe6 | 137:964d5e9130c2 |
---|---|
1 /*! | 1 /*! |
2 * Bootstrap v3.0.0 | 2 * Bootstrap v3.1.1 (http://getbootstrap.com) |
3 * | 3 * Copyright 2011-2014 Twitter, Inc. |
4 * Copyright 2013 Twitter, Inc | 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
5 * Licensed under the Apache License v2.0 | |
6 * http://www.apache.org/licenses/LICENSE-2.0 | |
7 * | |
8 * Designed and built with all the love in the world by @mdo and @fat. | |
9 */ | 5 */ |
10 | 6 |
11 /*! normalize.css v2.1.0 | MIT License | git.io/normalize */ | 7 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ |
12 | 8 html { |
9 font-family: sans-serif; | |
10 -webkit-text-size-adjust: 100%; | |
11 -ms-text-size-adjust: 100%; | |
12 } | |
13 body { | |
14 margin: 0; | |
15 } | |
13 article, | 16 article, |
14 aside, | 17 aside, |
15 details, | 18 details, |
16 figcaption, | 19 figcaption, |
17 figure, | 20 figure, |
22 nav, | 25 nav, |
23 section, | 26 section, |
24 summary { | 27 summary { |
25 display: block; | 28 display: block; |
26 } | 29 } |
27 | |
28 audio, | 30 audio, |
29 canvas, | 31 canvas, |
32 progress, | |
30 video { | 33 video { |
31 display: inline-block; | 34 display: inline-block; |
32 } | 35 vertical-align: baseline; |
33 | 36 } |
34 audio:not([controls]) { | 37 audio:not([controls]) { |
35 display: none; | 38 display: none; |
36 height: 0; | 39 height: 0; |
37 } | 40 } |
38 | 41 [hidden], |
39 [hidden] { | 42 template { |
40 display: none; | 43 display: none; |
41 } | 44 } |
42 | 45 a { |
43 html { | 46 background: transparent; |
44 font-family: sans-serif; | 47 } |
45 -webkit-text-size-adjust: 100%; | |
46 -ms-text-size-adjust: 100%; | |
47 } | |
48 | |
49 body { | |
50 margin: 0; | |
51 } | |
52 | |
53 a:focus { | |
54 outline: thin dotted; | |
55 } | |
56 | |
57 a:active, | 48 a:active, |
58 a:hover { | 49 a:hover { |
59 outline: 0; | 50 outline: 0; |
60 } | 51 } |
61 | |
62 h1 { | |
63 margin: 0.67em 0; | |
64 font-size: 2em; | |
65 } | |
66 | |
67 abbr[title] { | 52 abbr[title] { |
68 border-bottom: 1px dotted; | 53 border-bottom: 1px dotted; |
69 } | 54 } |
70 | |
71 b, | 55 b, |
72 strong { | 56 strong { |
73 font-weight: bold; | 57 font-weight: bold; |
74 } | 58 } |
75 | |
76 dfn { | 59 dfn { |
77 font-style: italic; | 60 font-style: italic; |
78 } | 61 } |
79 | 62 h1 { |
80 hr { | 63 margin: .67em 0; |
81 height: 0; | 64 font-size: 2em; |
82 -moz-box-sizing: content-box; | 65 } |
83 box-sizing: content-box; | |
84 } | |
85 | |
86 mark { | 66 mark { |
87 color: #000; | 67 color: #000; |
88 background: #ff0; | 68 background: #ff0; |
89 } | 69 } |
90 | |
91 code, | |
92 kbd, | |
93 pre, | |
94 samp { | |
95 font-family: monospace, serif; | |
96 font-size: 1em; | |
97 } | |
98 | |
99 pre { | |
100 white-space: pre-wrap; | |
101 } | |
102 | |
103 q { | |
104 quotes: "\201C" "\201D" "\2018" "\2019"; | |
105 } | |
106 | |
107 small { | 70 small { |
108 font-size: 80%; | 71 font-size: 80%; |
109 } | 72 } |
110 | |
111 sub, | 73 sub, |
112 sup { | 74 sup { |
113 position: relative; | 75 position: relative; |
114 font-size: 75%; | 76 font-size: 75%; |
115 line-height: 0; | 77 line-height: 0; |
116 vertical-align: baseline; | 78 vertical-align: baseline; |
117 } | 79 } |
118 | |
119 sup { | 80 sup { |
120 top: -0.5em; | 81 top: -.5em; |
121 } | 82 } |
122 | |
123 sub { | 83 sub { |
124 bottom: -0.25em; | 84 bottom: -.25em; |
125 } | 85 } |
126 | |
127 img { | 86 img { |
128 border: 0; | 87 border: 0; |
129 } | 88 } |
130 | |
131 svg:not(:root) { | 89 svg:not(:root) { |
132 overflow: hidden; | 90 overflow: hidden; |
133 } | 91 } |
134 | |
135 figure { | 92 figure { |
136 margin: 0; | 93 margin: 1em 40px; |
137 } | 94 } |
138 | 95 hr { |
139 fieldset { | 96 height: 0; |
140 padding: 0.35em 0.625em 0.75em; | 97 -moz-box-sizing: content-box; |
141 margin: 0 2px; | 98 box-sizing: content-box; |
142 border: 1px solid #c0c0c0; | 99 } |
143 } | 100 pre { |
144 | 101 overflow: auto; |
145 legend { | 102 } |
146 padding: 0; | 103 code, |
147 border: 0; | 104 kbd, |
148 } | 105 pre, |
149 | 106 samp { |
107 font-family: monospace, monospace; | |
108 font-size: 1em; | |
109 } | |
150 button, | 110 button, |
151 input, | 111 input, |
112 optgroup, | |
152 select, | 113 select, |
153 textarea { | 114 textarea { |
154 margin: 0; | 115 margin: 0; |
155 font-family: inherit; | 116 font: inherit; |
156 font-size: 100%; | 117 color: inherit; |
157 } | 118 } |
158 | 119 button { |
159 button, | 120 overflow: visible; |
160 input { | 121 } |
161 line-height: normal; | |
162 } | |
163 | |
164 button, | 122 button, |
165 select { | 123 select { |
166 text-transform: none; | 124 text-transform: none; |
167 } | 125 } |
168 | |
169 button, | 126 button, |
170 html input[type="button"], | 127 html input[type="button"], |
171 input[type="reset"], | 128 input[type="reset"], |
172 input[type="submit"] { | 129 input[type="submit"] { |
130 -webkit-appearance: button; | |
173 cursor: pointer; | 131 cursor: pointer; |
174 -webkit-appearance: button; | 132 } |
175 } | |
176 | |
177 button[disabled], | 133 button[disabled], |
178 html input[disabled] { | 134 html input[disabled] { |
179 cursor: default; | 135 cursor: default; |
180 } | 136 } |
181 | 137 button::-moz-focus-inner, |
138 input::-moz-focus-inner { | |
139 padding: 0; | |
140 border: 0; | |
141 } | |
142 input { | |
143 line-height: normal; | |
144 } | |
182 input[type="checkbox"], | 145 input[type="checkbox"], |
183 input[type="radio"] { | 146 input[type="radio"] { |
147 box-sizing: border-box; | |
184 padding: 0; | 148 padding: 0; |
185 box-sizing: border-box; | 149 } |
186 } | 150 input[type="number"]::-webkit-inner-spin-button, |
187 | 151 input[type="number"]::-webkit-outer-spin-button { |
152 height: auto; | |
153 } | |
188 input[type="search"] { | 154 input[type="search"] { |
189 -webkit-box-sizing: content-box; | 155 -webkit-box-sizing: content-box; |
190 -moz-box-sizing: content-box; | 156 -moz-box-sizing: content-box; |
191 box-sizing: content-box; | 157 box-sizing: content-box; |
192 -webkit-appearance: textfield; | 158 -webkit-appearance: textfield; |
193 } | 159 } |
194 | |
195 input[type="search"]::-webkit-search-cancel-button, | 160 input[type="search"]::-webkit-search-cancel-button, |
196 input[type="search"]::-webkit-search-decoration { | 161 input[type="search"]::-webkit-search-decoration { |
197 -webkit-appearance: none; | 162 -webkit-appearance: none; |
198 } | 163 } |
199 | 164 fieldset { |
200 button::-moz-focus-inner, | 165 padding: .35em .625em .75em; |
201 input::-moz-focus-inner { | 166 margin: 0 2px; |
167 border: 1px solid #c0c0c0; | |
168 } | |
169 legend { | |
202 padding: 0; | 170 padding: 0; |
203 border: 0; | 171 border: 0; |
204 } | 172 } |
205 | |
206 textarea { | 173 textarea { |
207 overflow: auto; | 174 overflow: auto; |
208 vertical-align: top; | 175 } |
209 } | 176 optgroup { |
210 | 177 font-weight: bold; |
178 } | |
211 table { | 179 table { |
180 border-spacing: 0; | |
212 border-collapse: collapse; | 181 border-collapse: collapse; |
213 border-spacing: 0; | 182 } |
214 } | 183 td, |
215 | 184 th { |
185 padding: 0; | |
186 } | |
216 @media print { | 187 @media print { |
217 * { | 188 * { |
218 color: #000 !important; | 189 color: #000 !important; |
219 text-shadow: none !important; | 190 text-shadow: none !important; |
220 background: transparent !important; | 191 background: transparent !important; |
228 content: " (" attr(href) ")"; | 199 content: " (" attr(href) ")"; |
229 } | 200 } |
230 abbr[title]:after { | 201 abbr[title]:after { |
231 content: " (" attr(title) ")"; | 202 content: " (" attr(title) ")"; |
232 } | 203 } |
233 .ir a:after, | |
234 a[href^="javascript:"]:after, | 204 a[href^="javascript:"]:after, |
235 a[href^="#"]:after { | 205 a[href^="#"]:after { |
236 content: ""; | 206 content: ""; |
237 } | 207 } |
238 pre, | 208 pre, |
239 blockquote { | 209 blockquote { |
240 border: 1px solid #999; | 210 border: 1px solid #999; |
211 | |
241 page-break-inside: avoid; | 212 page-break-inside: avoid; |
242 } | 213 } |
243 thead { | 214 thead { |
244 display: table-header-group; | 215 display: table-header-group; |
245 } | 216 } |
247 img { | 218 img { |
248 page-break-inside: avoid; | 219 page-break-inside: avoid; |
249 } | 220 } |
250 img { | 221 img { |
251 max-width: 100% !important; | 222 max-width: 100% !important; |
252 } | |
253 @page { | |
254 margin: 2cm .5cm; | |
255 } | 223 } |
256 p, | 224 p, |
257 h2, | 225 h2, |
258 h3 { | 226 h3 { |
259 orphans: 3; | 227 orphans: 3; |
261 } | 229 } |
262 h2, | 230 h2, |
263 h3 { | 231 h3 { |
264 page-break-after: avoid; | 232 page-break-after: avoid; |
265 } | 233 } |
234 select { | |
235 background: #fff !important; | |
236 } | |
266 .navbar { | 237 .navbar { |
267 display: none; | 238 display: none; |
268 } | 239 } |
269 .table td, | 240 .table td, |
270 .table th { | 241 .table th { |
283 .table-bordered th, | 254 .table-bordered th, |
284 .table-bordered td { | 255 .table-bordered td { |
285 border: 1px solid #ddd !important; | 256 border: 1px solid #ddd !important; |
286 } | 257 } |
287 } | 258 } |
288 | 259 * { |
289 *, | 260 -webkit-box-sizing: border-box; |
261 -moz-box-sizing: border-box; | |
262 box-sizing: border-box; | |
263 } | |
290 *:before, | 264 *:before, |
291 *:after { | 265 *:after { |
292 -webkit-box-sizing: border-box; | 266 -webkit-box-sizing: border-box; |
293 -moz-box-sizing: border-box; | 267 -moz-box-sizing: border-box; |
294 box-sizing: border-box; | 268 box-sizing: border-box; |
295 } | 269 } |
296 | |
297 html { | 270 html { |
298 font-size: 62.5%; | 271 font-size: 62.5%; |
272 | |
299 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | 273 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
300 } | 274 } |
301 | |
302 body { | 275 body { |
303 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | 276 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
304 font-size: 14px; | 277 font-size: 14px; |
305 line-height: 1.428571429; | 278 line-height: 1.42857143; |
306 color: #333333; | 279 color: #333; |
307 background-color: #ffffff; | 280 background-color: #fff; |
308 } | 281 } |
309 | |
310 input, | 282 input, |
311 button, | 283 button, |
312 select, | 284 select, |
313 textarea { | 285 textarea { |
314 font-family: inherit; | 286 font-family: inherit; |
315 font-size: inherit; | 287 font-size: inherit; |
316 line-height: inherit; | 288 line-height: inherit; |
317 } | 289 } |
318 | |
319 button, | |
320 input, | |
321 select[multiple], | |
322 textarea { | |
323 background-image: none; | |
324 } | |
325 | |
326 a { | 290 a { |
327 color: #428bca; | 291 color: #428bca; |
328 text-decoration: none; | 292 text-decoration: none; |
329 } | 293 } |
330 | |
331 a:hover, | 294 a:hover, |
332 a:focus { | 295 a:focus { |
333 color: #2a6496; | 296 color: #2a6496; |
334 text-decoration: underline; | 297 text-decoration: underline; |
335 } | 298 } |
336 | |
337 a:focus { | 299 a:focus { |
338 outline: thin dotted #333; | 300 outline: thin dotted; |
339 outline: 5px auto -webkit-focus-ring-color; | 301 outline: 5px auto -webkit-focus-ring-color; |
340 outline-offset: -2px; | 302 outline-offset: -2px; |
341 } | 303 } |
342 | 304 figure { |
305 margin: 0; | |
306 } | |
343 img { | 307 img { |
344 vertical-align: middle; | 308 vertical-align: middle; |
345 } | 309 } |
346 | 310 .img-responsive, |
347 .img-responsive { | 311 .thumbnail > img, |
312 .thumbnail a > img, | |
313 .carousel-inner > .item > img, | |
314 .carousel-inner > .item > a > img { | |
348 display: block; | 315 display: block; |
316 max-width: 100%; | |
349 height: auto; | 317 height: auto; |
350 max-width: 100%; | 318 } |
351 } | |
352 | |
353 .img-rounded { | 319 .img-rounded { |
354 border-radius: 6px; | 320 border-radius: 6px; |
355 } | 321 } |
356 | |
357 .img-thumbnail { | 322 .img-thumbnail { |
358 display: inline-block; | 323 display: inline-block; |
324 max-width: 100%; | |
359 height: auto; | 325 height: auto; |
360 max-width: 100%; | |
361 padding: 4px; | 326 padding: 4px; |
362 line-height: 1.428571429; | 327 line-height: 1.42857143; |
363 background-color: #ffffff; | 328 background-color: #fff; |
364 border: 1px solid #dddddd; | 329 border: 1px solid #ddd; |
365 border-radius: 4px; | 330 border-radius: 4px; |
366 -webkit-transition: all 0.2s ease-in-out; | 331 -webkit-transition: all .2s ease-in-out; |
367 transition: all 0.2s ease-in-out; | 332 transition: all .2s ease-in-out; |
368 } | 333 } |
369 | |
370 .img-circle { | 334 .img-circle { |
371 border-radius: 50%; | 335 border-radius: 50%; |
372 } | 336 } |
373 | |
374 hr { | 337 hr { |
375 margin-top: 20px; | 338 margin-top: 20px; |
376 margin-bottom: 20px; | 339 margin-bottom: 20px; |
377 border: 0; | 340 border: 0; |
378 border-top: 1px solid #eeeeee; | 341 border-top: 1px solid #eee; |
379 } | 342 } |
380 | |
381 .sr-only { | 343 .sr-only { |
382 position: absolute; | 344 position: absolute; |
383 width: 1px; | 345 width: 1px; |
384 height: 1px; | 346 height: 1px; |
385 padding: 0; | 347 padding: 0; |
386 margin: -1px; | 348 margin: -1px; |
387 overflow: hidden; | 349 overflow: hidden; |
388 clip: rect(0 0 0 0); | 350 clip: rect(0, 0, 0, 0); |
389 border: 0; | 351 border: 0; |
390 } | 352 } |
391 | |
392 p { | |
393 margin: 0 0 10px; | |
394 } | |
395 | |
396 .lead { | |
397 margin-bottom: 20px; | |
398 font-size: 16.099999999999998px; | |
399 font-weight: 200; | |
400 line-height: 1.4; | |
401 } | |
402 | |
403 @media (min-width: 768px) { | |
404 .lead { | |
405 font-size: 21px; | |
406 } | |
407 } | |
408 | |
409 small { | |
410 font-size: 85%; | |
411 } | |
412 | |
413 cite { | |
414 font-style: normal; | |
415 } | |
416 | |
417 .text-muted { | |
418 color: #999999; | |
419 } | |
420 | |
421 .text-primary { | |
422 color: #428bca; | |
423 } | |
424 | |
425 .text-warning { | |
426 color: #c09853; | |
427 } | |
428 | |
429 .text-danger { | |
430 color: #b94a48; | |
431 } | |
432 | |
433 .text-success { | |
434 color: #468847; | |
435 } | |
436 | |
437 .text-info { | |
438 color: #3a87ad; | |
439 } | |
440 | |
441 .text-left { | |
442 text-align: left; | |
443 } | |
444 | |
445 .text-right { | |
446 text-align: right; | |
447 } | |
448 | |
449 .text-center { | |
450 text-align: center; | |
451 } | |
452 | |
453 h1, | 353 h1, |
454 h2, | 354 h2, |
455 h3, | 355 h3, |
456 h4, | 356 h4, |
457 h5, | 357 h5, |
460 .h2, | 360 .h2, |
461 .h3, | 361 .h3, |
462 .h4, | 362 .h4, |
463 .h5, | 363 .h5, |
464 .h6 { | 364 .h6 { |
465 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | 365 font-family: inherit; |
466 font-weight: 500; | 366 font-weight: 500; |
467 line-height: 1.1; | 367 line-height: 1.1; |
468 } | 368 color: inherit; |
469 | 369 } |
470 h1 small, | 370 h1 small, |
471 h2 small, | 371 h2 small, |
472 h3 small, | 372 h3 small, |
473 h4 small, | 373 h4 small, |
474 h5 small, | 374 h5 small, |
476 .h1 small, | 376 .h1 small, |
477 .h2 small, | 377 .h2 small, |
478 .h3 small, | 378 .h3 small, |
479 .h4 small, | 379 .h4 small, |
480 .h5 small, | 380 .h5 small, |
481 .h6 small { | 381 .h6 small, |
382 h1 .small, | |
383 h2 .small, | |
384 h3 .small, | |
385 h4 .small, | |
386 h5 .small, | |
387 h6 .small, | |
388 .h1 .small, | |
389 .h2 .small, | |
390 .h3 .small, | |
391 .h4 .small, | |
392 .h5 .small, | |
393 .h6 .small { | |
482 font-weight: normal; | 394 font-weight: normal; |
483 line-height: 1; | 395 line-height: 1; |
484 color: #999999; | 396 color: #999; |
485 } | 397 } |
486 | |
487 h1, | 398 h1, |
399 .h1, | |
488 h2, | 400 h2, |
489 h3 { | 401 .h2, |
402 h3, | |
403 .h3 { | |
490 margin-top: 20px; | 404 margin-top: 20px; |
491 margin-bottom: 10px; | 405 margin-bottom: 10px; |
492 } | 406 } |
493 | 407 h1 small, |
408 .h1 small, | |
409 h2 small, | |
410 .h2 small, | |
411 h3 small, | |
412 .h3 small, | |
413 h1 .small, | |
414 .h1 .small, | |
415 h2 .small, | |
416 .h2 .small, | |
417 h3 .small, | |
418 .h3 .small { | |
419 font-size: 65%; | |
420 } | |
494 h4, | 421 h4, |
422 .h4, | |
495 h5, | 423 h5, |
496 h6 { | 424 .h5, |
425 h6, | |
426 .h6 { | |
497 margin-top: 10px; | 427 margin-top: 10px; |
498 margin-bottom: 10px; | 428 margin-bottom: 10px; |
499 } | 429 } |
500 | 430 h4 small, |
431 .h4 small, | |
432 h5 small, | |
433 .h5 small, | |
434 h6 small, | |
435 .h6 small, | |
436 h4 .small, | |
437 .h4 .small, | |
438 h5 .small, | |
439 .h5 .small, | |
440 h6 .small, | |
441 .h6 .small { | |
442 font-size: 75%; | |
443 } | |
501 h1, | 444 h1, |
502 .h1 { | 445 .h1 { |
503 font-size: 36px; | 446 font-size: 36px; |
504 } | 447 } |
505 | |
506 h2, | 448 h2, |
507 .h2 { | 449 .h2 { |
508 font-size: 30px; | 450 font-size: 30px; |
509 } | 451 } |
510 | |
511 h3, | 452 h3, |
512 .h3 { | 453 .h3 { |
513 font-size: 24px; | 454 font-size: 24px; |
514 } | 455 } |
515 | |
516 h4, | 456 h4, |
517 .h4 { | 457 .h4 { |
518 font-size: 18px; | 458 font-size: 18px; |
519 } | 459 } |
520 | |
521 h5, | 460 h5, |
522 .h5 { | 461 .h5 { |
523 font-size: 14px; | 462 font-size: 14px; |
524 } | 463 } |
525 | |
526 h6, | 464 h6, |
527 .h6 { | 465 .h6 { |
528 font-size: 12px; | 466 font-size: 12px; |
529 } | 467 } |
530 | 468 p { |
531 h1 small, | 469 margin: 0 0 10px; |
532 .h1 small { | 470 } |
533 font-size: 24px; | 471 .lead { |
534 } | 472 margin-bottom: 20px; |
535 | 473 font-size: 16px; |
536 h2 small, | 474 font-weight: 200; |
537 .h2 small { | 475 line-height: 1.4; |
538 font-size: 18px; | 476 } |
539 } | 477 @media (min-width: 768px) { |
540 | 478 .lead { |
541 h3 small, | 479 font-size: 21px; |
542 .h3 small, | 480 } |
543 h4 small, | 481 } |
544 .h4 small { | 482 small, |
545 font-size: 14px; | 483 .small { |
546 } | 484 font-size: 85%; |
547 | 485 } |
486 cite { | |
487 font-style: normal; | |
488 } | |
489 .text-left { | |
490 text-align: left; | |
491 } | |
492 .text-right { | |
493 text-align: right; | |
494 } | |
495 .text-center { | |
496 text-align: center; | |
497 } | |
498 .text-justify { | |
499 text-align: justify; | |
500 } | |
501 .text-muted { | |
502 color: #999; | |
503 } | |
504 .text-primary { | |
505 color: #428bca; | |
506 } | |
507 a.text-primary:hover { | |
508 color: #3071a9; | |
509 } | |
510 .text-success { | |
511 color: #3c763d; | |
512 } | |
513 a.text-success:hover { | |
514 color: #2b542c; | |
515 } | |
516 .text-info { | |
517 color: #31708f; | |
518 } | |
519 a.text-info:hover { | |
520 color: #245269; | |
521 } | |
522 .text-warning { | |
523 color: #8a6d3b; | |
524 } | |
525 a.text-warning:hover { | |
526 color: #66512c; | |
527 } | |
528 .text-danger { | |
529 color: #a94442; | |
530 } | |
531 a.text-danger:hover { | |
532 color: #843534; | |
533 } | |
534 .bg-primary { | |
535 color: #fff; | |
536 background-color: #428bca; | |
537 } | |
538 a.bg-primary:hover { | |
539 background-color: #3071a9; | |
540 } | |
541 .bg-success { | |
542 background-color: #dff0d8; | |
543 } | |
544 a.bg-success:hover { | |
545 background-color: #c1e2b3; | |
546 } | |
547 .bg-info { | |
548 background-color: #d9edf7; | |
549 } | |
550 a.bg-info:hover { | |
551 background-color: #afd9ee; | |
552 } | |
553 .bg-warning { | |
554 background-color: #fcf8e3; | |
555 } | |
556 a.bg-warning:hover { | |
557 background-color: #f7ecb5; | |
558 } | |
559 .bg-danger { | |
560 background-color: #f2dede; | |
561 } | |
562 a.bg-danger:hover { | |
563 background-color: #e4b9b9; | |
564 } | |
548 .page-header { | 565 .page-header { |
549 padding-bottom: 9px; | 566 padding-bottom: 9px; |
550 margin: 40px 0 20px; | 567 margin: 40px 0 20px; |
551 border-bottom: 1px solid #eeeeee; | 568 border-bottom: 1px solid #eee; |
552 } | 569 } |
553 | |
554 ul, | 570 ul, |
555 ol { | 571 ol { |
556 margin-top: 0; | 572 margin-top: 0; |
557 margin-bottom: 10px; | 573 margin-bottom: 10px; |
558 } | 574 } |
559 | |
560 ul ul, | 575 ul ul, |
561 ol ul, | 576 ol ul, |
562 ul ol, | 577 ul ol, |
563 ol ol { | 578 ol ol { |
564 margin-bottom: 0; | 579 margin-bottom: 0; |
565 } | 580 } |
566 | |
567 .list-unstyled { | 581 .list-unstyled { |
568 padding-left: 0; | 582 padding-left: 0; |
569 list-style: none; | 583 list-style: none; |
570 } | 584 } |
571 | |
572 .list-inline { | 585 .list-inline { |
573 padding-left: 0; | 586 padding-left: 0; |
587 margin-left: -5px; | |
574 list-style: none; | 588 list-style: none; |
575 } | 589 } |
576 | |
577 .list-inline > li { | 590 .list-inline > li { |
578 display: inline-block; | 591 display: inline-block; |
579 padding-right: 5px; | 592 padding-right: 5px; |
580 padding-left: 5px; | 593 padding-left: 5px; |
581 } | 594 } |
582 | |
583 dl { | 595 dl { |
596 margin-top: 0; | |
584 margin-bottom: 20px; | 597 margin-bottom: 20px; |
585 } | 598 } |
586 | |
587 dt, | 599 dt, |
588 dd { | 600 dd { |
589 line-height: 1.428571429; | 601 line-height: 1.42857143; |
590 } | 602 } |
591 | |
592 dt { | 603 dt { |
593 font-weight: bold; | 604 font-weight: bold; |
594 } | 605 } |
595 | |
596 dd { | 606 dd { |
597 margin-left: 0; | 607 margin-left: 0; |
598 } | 608 } |
599 | |
600 @media (min-width: 768px) { | 609 @media (min-width: 768px) { |
601 .dl-horizontal dt { | 610 .dl-horizontal dt { |
602 float: left; | 611 float: left; |
603 width: 160px; | 612 width: 160px; |
604 overflow: hidden; | 613 overflow: hidden; |
608 white-space: nowrap; | 617 white-space: nowrap; |
609 } | 618 } |
610 .dl-horizontal dd { | 619 .dl-horizontal dd { |
611 margin-left: 180px; | 620 margin-left: 180px; |
612 } | 621 } |
613 .dl-horizontal dd:before, | 622 } |
614 .dl-horizontal dd:after { | |
615 display: table; | |
616 content: " "; | |
617 } | |
618 .dl-horizontal dd:after { | |
619 clear: both; | |
620 } | |
621 .dl-horizontal dd:before, | |
622 .dl-horizontal dd:after { | |
623 display: table; | |
624 content: " "; | |
625 } | |
626 .dl-horizontal dd:after { | |
627 clear: both; | |
628 } | |
629 } | |
630 | |
631 abbr[title], | 623 abbr[title], |
632 abbr[data-original-title] { | 624 abbr[data-original-title] { |
633 cursor: help; | 625 cursor: help; |
634 border-bottom: 1px dotted #999999; | 626 border-bottom: 1px dotted #999; |
635 } | 627 } |
636 | 628 .initialism { |
637 abbr.initialism { | |
638 font-size: 90%; | 629 font-size: 90%; |
639 text-transform: uppercase; | 630 text-transform: uppercase; |
640 } | 631 } |
641 | |
642 blockquote { | 632 blockquote { |
643 padding: 10px 20px; | 633 padding: 10px 20px; |
644 margin: 0 0 20px; | 634 margin: 0 0 20px; |
645 border-left: 5px solid #eeeeee; | |
646 } | |
647 | |
648 blockquote p { | |
649 font-size: 17.5px; | 635 font-size: 17.5px; |
650 font-weight: 300; | 636 border-left: 5px solid #eee; |
651 line-height: 1.25; | 637 } |
652 } | 638 blockquote p:last-child, |
653 | 639 blockquote ul:last-child, |
654 blockquote p:last-child { | 640 blockquote ol:last-child { |
655 margin-bottom: 0; | 641 margin-bottom: 0; |
656 } | 642 } |
657 | 643 blockquote footer, |
658 blockquote small { | 644 blockquote small, |
645 blockquote .small { | |
659 display: block; | 646 display: block; |
660 line-height: 1.428571429; | 647 font-size: 80%; |
661 color: #999999; | 648 line-height: 1.42857143; |
662 } | 649 color: #999; |
663 | 650 } |
664 blockquote small:before { | 651 blockquote footer:before, |
652 blockquote small:before, | |
653 blockquote .small:before { | |
665 content: '\2014 \00A0'; | 654 content: '\2014 \00A0'; |
666 } | 655 } |
667 | 656 .blockquote-reverse, |
668 blockquote.pull-right { | 657 blockquote.pull-right { |
669 padding-right: 15px; | 658 padding-right: 15px; |
670 padding-left: 0; | 659 padding-left: 0; |
671 border-right: 5px solid #eeeeee; | 660 text-align: right; |
661 border-right: 5px solid #eee; | |
672 border-left: 0; | 662 border-left: 0; |
673 } | 663 } |
674 | 664 .blockquote-reverse footer:before, |
675 blockquote.pull-right p, | 665 blockquote.pull-right footer:before, |
676 blockquote.pull-right small { | 666 .blockquote-reverse small:before, |
677 text-align: right; | 667 blockquote.pull-right small:before, |
678 } | 668 .blockquote-reverse .small:before, |
679 | 669 blockquote.pull-right .small:before { |
680 blockquote.pull-right small:before { | |
681 content: ''; | 670 content: ''; |
682 } | 671 } |
683 | 672 .blockquote-reverse footer:after, |
684 blockquote.pull-right small:after { | 673 blockquote.pull-right footer:after, |
674 .blockquote-reverse small:after, | |
675 blockquote.pull-right small:after, | |
676 .blockquote-reverse .small:after, | |
677 blockquote.pull-right .small:after { | |
685 content: '\00A0 \2014'; | 678 content: '\00A0 \2014'; |
686 } | 679 } |
687 | |
688 q:before, | |
689 q:after, | |
690 blockquote:before, | 680 blockquote:before, |
691 blockquote:after { | 681 blockquote:after { |
692 content: ""; | 682 content: ""; |
693 } | 683 } |
694 | |
695 address { | 684 address { |
696 display: block; | |
697 margin-bottom: 20px; | 685 margin-bottom: 20px; |
698 font-style: normal; | 686 font-style: normal; |
699 line-height: 1.428571429; | 687 line-height: 1.42857143; |
700 } | 688 } |
701 | |
702 code, | 689 code, |
703 pre { | 690 kbd, |
704 font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | 691 pre, |
705 } | 692 samp { |
706 | 693 font-family: Menlo, Monaco, Consolas, "Courier New", monospace; |
694 } | |
707 code { | 695 code { |
708 padding: 2px 4px; | 696 padding: 2px 4px; |
709 font-size: 90%; | 697 font-size: 90%; |
710 color: #c7254e; | 698 color: #c7254e; |
711 white-space: nowrap; | 699 white-space: nowrap; |
712 background-color: #f9f2f4; | 700 background-color: #f9f2f4; |
713 border-radius: 4px; | 701 border-radius: 4px; |
714 } | 702 } |
715 | 703 kbd { |
704 padding: 2px 4px; | |
705 font-size: 90%; | |
706 color: #fff; | |
707 background-color: #333; | |
708 border-radius: 3px; | |
709 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); | |
710 } | |
716 pre { | 711 pre { |
717 display: block; | 712 display: block; |
718 padding: 9.5px; | 713 padding: 9.5px; |
719 margin: 0 0 10px; | 714 margin: 0 0 10px; |
720 font-size: 13px; | 715 font-size: 13px; |
721 line-height: 1.428571429; | 716 line-height: 1.42857143; |
722 color: #333333; | 717 color: #333; |
723 word-break: break-all; | 718 word-break: break-all; |
724 word-wrap: break-word; | 719 word-wrap: break-word; |
725 background-color: #f5f5f5; | 720 background-color: #f5f5f5; |
726 border: 1px solid #cccccc; | 721 border: 1px solid #ccc; |
727 border-radius: 4px; | 722 border-radius: 4px; |
728 } | 723 } |
729 | |
730 pre.prettyprint { | |
731 margin-bottom: 20px; | |
732 } | |
733 | |
734 pre code { | 724 pre code { |
735 padding: 0; | 725 padding: 0; |
736 font-size: inherit; | 726 font-size: inherit; |
737 color: inherit; | 727 color: inherit; |
738 white-space: pre-wrap; | 728 white-space: pre-wrap; |
739 background-color: transparent; | 729 background-color: transparent; |
740 border: 0; | 730 border-radius: 0; |
741 } | 731 } |
742 | |
743 .pre-scrollable { | 732 .pre-scrollable { |
744 max-height: 340px; | 733 max-height: 340px; |
745 overflow-y: scroll; | 734 overflow-y: scroll; |
746 } | 735 } |
747 | |
748 .container { | 736 .container { |
749 padding-right: 15px; | 737 padding-right: 15px; |
750 padding-left: 15px; | 738 padding-left: 15px; |
751 margin-right: auto; | 739 margin-right: auto; |
752 margin-left: auto; | 740 margin-left: auto; |
753 } | 741 } |
754 | 742 @media (min-width: 768px) { |
755 .container:before, | 743 .container { |
756 .container:after { | 744 width: 750px; |
757 display: table; | 745 } |
758 content: " "; | 746 } |
759 } | 747 @media (min-width: 992px) { |
760 | 748 .container { |
761 .container:after { | 749 width: 970px; |
762 clear: both; | 750 } |
763 } | 751 } |
764 | 752 @media (min-width: 1200px) { |
765 .container:before, | 753 .container { |
766 .container:after { | 754 width: 1170px; |
767 display: table; | 755 } |
768 content: " "; | 756 } |
769 } | 757 .container-fluid { |
770 | 758 padding-right: 15px; |
771 .container:after { | 759 padding-left: 15px; |
772 clear: both; | 760 margin-right: auto; |
773 } | 761 margin-left: auto; |
774 | 762 } |
775 .row { | 763 .row { |
776 margin-right: -15px; | 764 margin-right: -15px; |
777 margin-left: -15px; | 765 margin-left: -15px; |
778 } | 766 } |
779 | 767 .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 { |
780 .row:before, | |
781 .row:after { | |
782 display: table; | |
783 content: " "; | |
784 } | |
785 | |
786 .row:after { | |
787 clear: both; | |
788 } | |
789 | |
790 .row:before, | |
791 .row:after { | |
792 display: table; | |
793 content: " "; | |
794 } | |
795 | |
796 .row:after { | |
797 clear: both; | |
798 } | |
799 | |
800 .col-xs-1, | |
801 .col-xs-2, | |
802 .col-xs-3, | |
803 .col-xs-4, | |
804 .col-xs-5, | |
805 .col-xs-6, | |
806 .col-xs-7, | |
807 .col-xs-8, | |
808 .col-xs-9, | |
809 .col-xs-10, | |
810 .col-xs-11, | |
811 .col-xs-12, | |
812 .col-sm-1, | |
813 .col-sm-2, | |
814 .col-sm-3, | |
815 .col-sm-4, | |
816 .col-sm-5, | |
817 .col-sm-6, | |
818 .col-sm-7, | |
819 .col-sm-8, | |
820 .col-sm-9, | |
821 .col-sm-10, | |
822 .col-sm-11, | |
823 .col-sm-12, | |
824 .col-md-1, | |
825 .col-md-2, | |
826 .col-md-3, | |
827 .col-md-4, | |
828 .col-md-5, | |
829 .col-md-6, | |
830 .col-md-7, | |
831 .col-md-8, | |
832 .col-md-9, | |
833 .col-md-10, | |
834 .col-md-11, | |
835 .col-md-12, | |
836 .col-lg-1, | |
837 .col-lg-2, | |
838 .col-lg-3, | |
839 .col-lg-4, | |
840 .col-lg-5, | |
841 .col-lg-6, | |
842 .col-lg-7, | |
843 .col-lg-8, | |
844 .col-lg-9, | |
845 .col-lg-10, | |
846 .col-lg-11, | |
847 .col-lg-12 { | |
848 position: relative; | 768 position: relative; |
849 min-height: 1px; | 769 min-height: 1px; |
850 padding-right: 15px; | 770 padding-right: 15px; |
851 padding-left: 15px; | 771 padding-left: 15px; |
852 } | 772 } |
853 | 773 .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 { |
854 .col-xs-1, | 774 float: left; |
855 .col-xs-2, | 775 } |
856 .col-xs-3, | 776 .col-xs-12 { |
857 .col-xs-4, | 777 width: 100%; |
858 .col-xs-5, | 778 } |
859 .col-xs-6, | |
860 .col-xs-7, | |
861 .col-xs-8, | |
862 .col-xs-9, | |
863 .col-xs-10, | |
864 .col-xs-11 { | 779 .col-xs-11 { |
865 float: left; | 780 width: 91.66666667%; |
866 } | 781 } |
867 | 782 .col-xs-10 { |
868 .col-xs-1 { | 783 width: 83.33333333%; |
869 width: 8.333333333333332%; | 784 } |
870 } | 785 .col-xs-9 { |
871 | 786 width: 75%; |
872 .col-xs-2 { | 787 } |
873 width: 16.666666666666664%; | 788 .col-xs-8 { |
874 } | 789 width: 66.66666667%; |
875 | 790 } |
791 .col-xs-7 { | |
792 width: 58.33333333%; | |
793 } | |
794 .col-xs-6 { | |
795 width: 50%; | |
796 } | |
797 .col-xs-5 { | |
798 width: 41.66666667%; | |
799 } | |
800 .col-xs-4 { | |
801 width: 33.33333333%; | |
802 } | |
876 .col-xs-3 { | 803 .col-xs-3 { |
877 width: 25%; | 804 width: 25%; |
878 } | 805 } |
879 | 806 .col-xs-2 { |
880 .col-xs-4 { | 807 width: 16.66666667%; |
881 width: 33.33333333333333%; | 808 } |
882 } | 809 .col-xs-1 { |
883 | 810 width: 8.33333333%; |
884 .col-xs-5 { | 811 } |
885 width: 41.66666666666667%; | 812 .col-xs-pull-12 { |
886 } | 813 right: 100%; |
887 | 814 } |
888 .col-xs-6 { | 815 .col-xs-pull-11 { |
889 width: 50%; | 816 right: 91.66666667%; |
890 } | 817 } |
891 | 818 .col-xs-pull-10 { |
892 .col-xs-7 { | 819 right: 83.33333333%; |
893 width: 58.333333333333336%; | 820 } |
894 } | 821 .col-xs-pull-9 { |
895 | 822 right: 75%; |
896 .col-xs-8 { | 823 } |
897 width: 66.66666666666666%; | 824 .col-xs-pull-8 { |
898 } | 825 right: 66.66666667%; |
899 | 826 } |
900 .col-xs-9 { | 827 .col-xs-pull-7 { |
901 width: 75%; | 828 right: 58.33333333%; |
902 } | 829 } |
903 | 830 .col-xs-pull-6 { |
904 .col-xs-10 { | 831 right: 50%; |
905 width: 83.33333333333334%; | 832 } |
906 } | 833 .col-xs-pull-5 { |
907 | 834 right: 41.66666667%; |
908 .col-xs-11 { | 835 } |
909 width: 91.66666666666666%; | 836 .col-xs-pull-4 { |
910 } | 837 right: 33.33333333%; |
911 | 838 } |
912 .col-xs-12 { | 839 .col-xs-pull-3 { |
913 width: 100%; | 840 right: 25%; |
914 } | 841 } |
915 | 842 .col-xs-pull-2 { |
843 right: 16.66666667%; | |
844 } | |
845 .col-xs-pull-1 { | |
846 right: 8.33333333%; | |
847 } | |
848 .col-xs-pull-0 { | |
849 right: 0; | |
850 } | |
851 .col-xs-push-12 { | |
852 left: 100%; | |
853 } | |
854 .col-xs-push-11 { | |
855 left: 91.66666667%; | |
856 } | |
857 .col-xs-push-10 { | |
858 left: 83.33333333%; | |
859 } | |
860 .col-xs-push-9 { | |
861 left: 75%; | |
862 } | |
863 .col-xs-push-8 { | |
864 left: 66.66666667%; | |
865 } | |
866 .col-xs-push-7 { | |
867 left: 58.33333333%; | |
868 } | |
869 .col-xs-push-6 { | |
870 left: 50%; | |
871 } | |
872 .col-xs-push-5 { | |
873 left: 41.66666667%; | |
874 } | |
875 .col-xs-push-4 { | |
876 left: 33.33333333%; | |
877 } | |
878 .col-xs-push-3 { | |
879 left: 25%; | |
880 } | |
881 .col-xs-push-2 { | |
882 left: 16.66666667%; | |
883 } | |
884 .col-xs-push-1 { | |
885 left: 8.33333333%; | |
886 } | |
887 .col-xs-push-0 { | |
888 left: 0; | |
889 } | |
890 .col-xs-offset-12 { | |
891 margin-left: 100%; | |
892 } | |
893 .col-xs-offset-11 { | |
894 margin-left: 91.66666667%; | |
895 } | |
896 .col-xs-offset-10 { | |
897 margin-left: 83.33333333%; | |
898 } | |
899 .col-xs-offset-9 { | |
900 margin-left: 75%; | |
901 } | |
902 .col-xs-offset-8 { | |
903 margin-left: 66.66666667%; | |
904 } | |
905 .col-xs-offset-7 { | |
906 margin-left: 58.33333333%; | |
907 } | |
908 .col-xs-offset-6 { | |
909 margin-left: 50%; | |
910 } | |
911 .col-xs-offset-5 { | |
912 margin-left: 41.66666667%; | |
913 } | |
914 .col-xs-offset-4 { | |
915 margin-left: 33.33333333%; | |
916 } | |
917 .col-xs-offset-3 { | |
918 margin-left: 25%; | |
919 } | |
920 .col-xs-offset-2 { | |
921 margin-left: 16.66666667%; | |
922 } | |
923 .col-xs-offset-1 { | |
924 margin-left: 8.33333333%; | |
925 } | |
926 .col-xs-offset-0 { | |
927 margin-left: 0; | |
928 } | |
916 @media (min-width: 768px) { | 929 @media (min-width: 768px) { |
917 .container { | 930 .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 { |
918 max-width: 750px; | 931 float: left; |
919 } | 932 } |
920 .col-sm-1, | 933 .col-sm-12 { |
921 .col-sm-2, | 934 width: 100%; |
922 .col-sm-3, | 935 } |
923 .col-sm-4, | |
924 .col-sm-5, | |
925 .col-sm-6, | |
926 .col-sm-7, | |
927 .col-sm-8, | |
928 .col-sm-9, | |
929 .col-sm-10, | |
930 .col-sm-11 { | 936 .col-sm-11 { |
931 float: left; | 937 width: 91.66666667%; |
932 } | 938 } |
933 .col-sm-1 { | 939 .col-sm-10 { |
934 width: 8.333333333333332%; | 940 width: 83.33333333%; |
935 } | 941 } |
936 .col-sm-2 { | 942 .col-sm-9 { |
937 width: 16.666666666666664%; | 943 width: 75%; |
944 } | |
945 .col-sm-8 { | |
946 width: 66.66666667%; | |
947 } | |
948 .col-sm-7 { | |
949 width: 58.33333333%; | |
950 } | |
951 .col-sm-6 { | |
952 width: 50%; | |
953 } | |
954 .col-sm-5 { | |
955 width: 41.66666667%; | |
956 } | |
957 .col-sm-4 { | |
958 width: 33.33333333%; | |
938 } | 959 } |
939 .col-sm-3 { | 960 .col-sm-3 { |
940 width: 25%; | 961 width: 25%; |
941 } | 962 } |
942 .col-sm-4 { | 963 .col-sm-2 { |
943 width: 33.33333333333333%; | 964 width: 16.66666667%; |
944 } | 965 } |
945 .col-sm-5 { | 966 .col-sm-1 { |
946 width: 41.66666666666667%; | 967 width: 8.33333333%; |
947 } | 968 } |
948 .col-sm-6 { | 969 .col-sm-pull-12 { |
949 width: 50%; | 970 right: 100%; |
950 } | 971 } |
951 .col-sm-7 { | 972 .col-sm-pull-11 { |
952 width: 58.333333333333336%; | 973 right: 91.66666667%; |
953 } | 974 } |
954 .col-sm-8 { | 975 .col-sm-pull-10 { |
955 width: 66.66666666666666%; | 976 right: 83.33333333%; |
956 } | 977 } |
957 .col-sm-9 { | 978 .col-sm-pull-9 { |
958 width: 75%; | 979 right: 75%; |
959 } | 980 } |
960 .col-sm-10 { | 981 .col-sm-pull-8 { |
961 width: 83.33333333333334%; | 982 right: 66.66666667%; |
962 } | 983 } |
963 .col-sm-11 { | 984 .col-sm-pull-7 { |
964 width: 91.66666666666666%; | 985 right: 58.33333333%; |
965 } | 986 } |
966 .col-sm-12 { | 987 .col-sm-pull-6 { |
967 width: 100%; | 988 right: 50%; |
968 } | 989 } |
969 .col-sm-push-1 { | 990 .col-sm-pull-5 { |
970 left: 8.333333333333332%; | 991 right: 41.66666667%; |
971 } | 992 } |
972 .col-sm-push-2 { | 993 .col-sm-pull-4 { |
973 left: 16.666666666666664%; | 994 right: 33.33333333%; |
995 } | |
996 .col-sm-pull-3 { | |
997 right: 25%; | |
998 } | |
999 .col-sm-pull-2 { | |
1000 right: 16.66666667%; | |
1001 } | |
1002 .col-sm-pull-1 { | |
1003 right: 8.33333333%; | |
1004 } | |
1005 .col-sm-pull-0 { | |
1006 right: 0; | |
1007 } | |
1008 .col-sm-push-12 { | |
1009 left: 100%; | |
1010 } | |
1011 .col-sm-push-11 { | |
1012 left: 91.66666667%; | |
1013 } | |
1014 .col-sm-push-10 { | |
1015 left: 83.33333333%; | |
1016 } | |
1017 .col-sm-push-9 { | |
1018 left: 75%; | |
1019 } | |
1020 .col-sm-push-8 { | |
1021 left: 66.66666667%; | |
1022 } | |
1023 .col-sm-push-7 { | |
1024 left: 58.33333333%; | |
1025 } | |
1026 .col-sm-push-6 { | |
1027 left: 50%; | |
1028 } | |
1029 .col-sm-push-5 { | |
1030 left: 41.66666667%; | |
1031 } | |
1032 .col-sm-push-4 { | |
1033 left: 33.33333333%; | |
974 } | 1034 } |
975 .col-sm-push-3 { | 1035 .col-sm-push-3 { |
976 left: 25%; | 1036 left: 25%; |
977 } | 1037 } |
978 .col-sm-push-4 { | 1038 .col-sm-push-2 { |
979 left: 33.33333333333333%; | 1039 left: 16.66666667%; |
980 } | 1040 } |
981 .col-sm-push-5 { | 1041 .col-sm-push-1 { |
982 left: 41.66666666666667%; | 1042 left: 8.33333333%; |
983 } | 1043 } |
984 .col-sm-push-6 { | 1044 .col-sm-push-0 { |
985 left: 50%; | 1045 left: 0; |
986 } | 1046 } |
987 .col-sm-push-7 { | 1047 .col-sm-offset-12 { |
988 left: 58.333333333333336%; | 1048 margin-left: 100%; |
989 } | 1049 } |
990 .col-sm-push-8 { | 1050 .col-sm-offset-11 { |
991 left: 66.66666666666666%; | 1051 margin-left: 91.66666667%; |
992 } | 1052 } |
993 .col-sm-push-9 { | 1053 .col-sm-offset-10 { |
994 left: 75%; | 1054 margin-left: 83.33333333%; |
995 } | 1055 } |
996 .col-sm-push-10 { | 1056 .col-sm-offset-9 { |
997 left: 83.33333333333334%; | 1057 margin-left: 75%; |
998 } | 1058 } |
999 .col-sm-push-11 { | 1059 .col-sm-offset-8 { |
1000 left: 91.66666666666666%; | 1060 margin-left: 66.66666667%; |
1001 } | 1061 } |
1002 .col-sm-pull-1 { | 1062 .col-sm-offset-7 { |
1003 right: 8.333333333333332%; | 1063 margin-left: 58.33333333%; |
1004 } | 1064 } |
1005 .col-sm-pull-2 { | 1065 .col-sm-offset-6 { |
1006 right: 16.666666666666664%; | 1066 margin-left: 50%; |
1007 } | 1067 } |
1008 .col-sm-pull-3 { | 1068 .col-sm-offset-5 { |
1009 right: 25%; | 1069 margin-left: 41.66666667%; |
1010 } | 1070 } |
1011 .col-sm-pull-4 { | 1071 .col-sm-offset-4 { |
1012 right: 33.33333333333333%; | 1072 margin-left: 33.33333333%; |
1013 } | |
1014 .col-sm-pull-5 { | |
1015 right: 41.66666666666667%; | |
1016 } | |
1017 .col-sm-pull-6 { | |
1018 right: 50%; | |
1019 } | |
1020 .col-sm-pull-7 { | |
1021 right: 58.333333333333336%; | |
1022 } | |
1023 .col-sm-pull-8 { | |
1024 right: 66.66666666666666%; | |
1025 } | |
1026 .col-sm-pull-9 { | |
1027 right: 75%; | |
1028 } | |
1029 .col-sm-pull-10 { | |
1030 right: 83.33333333333334%; | |
1031 } | |
1032 .col-sm-pull-11 { | |
1033 right: 91.66666666666666%; | |
1034 } | |
1035 .col-sm-offset-1 { | |
1036 margin-left: 8.333333333333332%; | |
1037 } | |
1038 .col-sm-offset-2 { | |
1039 margin-left: 16.666666666666664%; | |
1040 } | 1073 } |
1041 .col-sm-offset-3 { | 1074 .col-sm-offset-3 { |
1042 margin-left: 25%; | 1075 margin-left: 25%; |
1043 } | 1076 } |
1044 .col-sm-offset-4 { | 1077 .col-sm-offset-2 { |
1045 margin-left: 33.33333333333333%; | 1078 margin-left: 16.66666667%; |
1046 } | 1079 } |
1047 .col-sm-offset-5 { | 1080 .col-sm-offset-1 { |
1048 margin-left: 41.66666666666667%; | 1081 margin-left: 8.33333333%; |
1049 } | 1082 } |
1050 .col-sm-offset-6 { | 1083 .col-sm-offset-0 { |
1051 margin-left: 50%; | 1084 margin-left: 0; |
1052 } | 1085 } |
1053 .col-sm-offset-7 { | 1086 } |
1054 margin-left: 58.333333333333336%; | |
1055 } | |
1056 .col-sm-offset-8 { | |
1057 margin-left: 66.66666666666666%; | |
1058 } | |
1059 .col-sm-offset-9 { | |
1060 margin-left: 75%; | |
1061 } | |
1062 .col-sm-offset-10 { | |
1063 margin-left: 83.33333333333334%; | |
1064 } | |
1065 .col-sm-offset-11 { | |
1066 margin-left: 91.66666666666666%; | |
1067 } | |
1068 } | |
1069 | |
1070 @media (min-width: 992px) { | 1087 @media (min-width: 992px) { |
1071 .container { | 1088 .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 { |
1072 max-width: 970px; | 1089 float: left; |
1073 } | 1090 } |
1074 .col-md-1, | 1091 .col-md-12 { |
1075 .col-md-2, | 1092 width: 100%; |
1076 .col-md-3, | 1093 } |
1077 .col-md-4, | |
1078 .col-md-5, | |
1079 .col-md-6, | |
1080 .col-md-7, | |
1081 .col-md-8, | |
1082 .col-md-9, | |
1083 .col-md-10, | |
1084 .col-md-11 { | 1094 .col-md-11 { |
1085 float: left; | 1095 width: 91.66666667%; |
1086 } | 1096 } |
1087 .col-md-1 { | 1097 .col-md-10 { |
1088 width: 8.333333333333332%; | 1098 width: 83.33333333%; |
1089 } | 1099 } |
1090 .col-md-2 { | 1100 .col-md-9 { |
1091 width: 16.666666666666664%; | 1101 width: 75%; |
1102 } | |
1103 .col-md-8 { | |
1104 width: 66.66666667%; | |
1105 } | |
1106 .col-md-7 { | |
1107 width: 58.33333333%; | |
1108 } | |
1109 .col-md-6 { | |
1110 width: 50%; | |
1111 } | |
1112 .col-md-5 { | |
1113 width: 41.66666667%; | |
1114 } | |
1115 .col-md-4 { | |
1116 width: 33.33333333%; | |
1092 } | 1117 } |
1093 .col-md-3 { | 1118 .col-md-3 { |
1094 width: 25%; | 1119 width: 25%; |
1095 } | 1120 } |
1096 .col-md-4 { | 1121 .col-md-2 { |
1097 width: 33.33333333333333%; | 1122 width: 16.66666667%; |
1098 } | 1123 } |
1099 .col-md-5 { | 1124 .col-md-1 { |
1100 width: 41.66666666666667%; | 1125 width: 8.33333333%; |
1101 } | 1126 } |
1102 .col-md-6 { | 1127 .col-md-pull-12 { |
1103 width: 50%; | 1128 right: 100%; |
1104 } | 1129 } |
1105 .col-md-7 { | 1130 .col-md-pull-11 { |
1106 width: 58.333333333333336%; | 1131 right: 91.66666667%; |
1107 } | 1132 } |
1108 .col-md-8 { | 1133 .col-md-pull-10 { |
1109 width: 66.66666666666666%; | 1134 right: 83.33333333%; |
1110 } | 1135 } |
1111 .col-md-9 { | 1136 .col-md-pull-9 { |
1112 width: 75%; | 1137 right: 75%; |
1113 } | 1138 } |
1114 .col-md-10 { | 1139 .col-md-pull-8 { |
1115 width: 83.33333333333334%; | 1140 right: 66.66666667%; |
1116 } | 1141 } |
1117 .col-md-11 { | 1142 .col-md-pull-7 { |
1118 width: 91.66666666666666%; | 1143 right: 58.33333333%; |
1119 } | 1144 } |
1120 .col-md-12 { | 1145 .col-md-pull-6 { |
1121 width: 100%; | 1146 right: 50%; |
1122 } | 1147 } |
1123 .col-md-push-0 { | 1148 .col-md-pull-5 { |
1124 left: auto; | 1149 right: 41.66666667%; |
1125 } | 1150 } |
1126 .col-md-push-1 { | 1151 .col-md-pull-4 { |
1127 left: 8.333333333333332%; | 1152 right: 33.33333333%; |
1128 } | 1153 } |
1129 .col-md-push-2 { | 1154 .col-md-pull-3 { |
1130 left: 16.666666666666664%; | 1155 right: 25%; |
1156 } | |
1157 .col-md-pull-2 { | |
1158 right: 16.66666667%; | |
1159 } | |
1160 .col-md-pull-1 { | |
1161 right: 8.33333333%; | |
1162 } | |
1163 .col-md-pull-0 { | |
1164 right: 0; | |
1165 } | |
1166 .col-md-push-12 { | |
1167 left: 100%; | |
1168 } | |
1169 .col-md-push-11 { | |
1170 left: 91.66666667%; | |
1171 } | |
1172 .col-md-push-10 { | |
1173 left: 83.33333333%; | |
1174 } | |
1175 .col-md-push-9 { | |
1176 left: 75%; | |
1177 } | |
1178 .col-md-push-8 { | |
1179 left: 66.66666667%; | |
1180 } | |
1181 .col-md-push-7 { | |
1182 left: 58.33333333%; | |
1183 } | |
1184 .col-md-push-6 { | |
1185 left: 50%; | |
1186 } | |
1187 .col-md-push-5 { | |
1188 left: 41.66666667%; | |
1189 } | |
1190 .col-md-push-4 { | |
1191 left: 33.33333333%; | |
1131 } | 1192 } |
1132 .col-md-push-3 { | 1193 .col-md-push-3 { |
1133 left: 25%; | 1194 left: 25%; |
1134 } | 1195 } |
1135 .col-md-push-4 { | 1196 .col-md-push-2 { |
1136 left: 33.33333333333333%; | 1197 left: 16.66666667%; |
1137 } | 1198 } |
1138 .col-md-push-5 { | 1199 .col-md-push-1 { |
1139 left: 41.66666666666667%; | 1200 left: 8.33333333%; |
1140 } | 1201 } |
1141 .col-md-push-6 { | 1202 .col-md-push-0 { |
1142 left: 50%; | 1203 left: 0; |
1143 } | 1204 } |
1144 .col-md-push-7 { | 1205 .col-md-offset-12 { |
1145 left: 58.333333333333336%; | 1206 margin-left: 100%; |
1146 } | 1207 } |
1147 .col-md-push-8 { | 1208 .col-md-offset-11 { |
1148 left: 66.66666666666666%; | 1209 margin-left: 91.66666667%; |
1149 } | 1210 } |
1150 .col-md-push-9 { | 1211 .col-md-offset-10 { |
1151 left: 75%; | 1212 margin-left: 83.33333333%; |
1152 } | 1213 } |
1153 .col-md-push-10 { | 1214 .col-md-offset-9 { |
1154 left: 83.33333333333334%; | 1215 margin-left: 75%; |
1155 } | 1216 } |
1156 .col-md-push-11 { | 1217 .col-md-offset-8 { |
1157 left: 91.66666666666666%; | 1218 margin-left: 66.66666667%; |
1158 } | 1219 } |
1159 .col-md-pull-0 { | 1220 .col-md-offset-7 { |
1160 right: auto; | 1221 margin-left: 58.33333333%; |
1161 } | 1222 } |
1162 .col-md-pull-1 { | 1223 .col-md-offset-6 { |
1163 right: 8.333333333333332%; | 1224 margin-left: 50%; |
1164 } | 1225 } |
1165 .col-md-pull-2 { | 1226 .col-md-offset-5 { |
1166 right: 16.666666666666664%; | 1227 margin-left: 41.66666667%; |
1167 } | 1228 } |
1168 .col-md-pull-3 { | 1229 .col-md-offset-4 { |
1169 right: 25%; | 1230 margin-left: 33.33333333%; |
1170 } | 1231 } |
1171 .col-md-pull-4 { | 1232 .col-md-offset-3 { |
1172 right: 33.33333333333333%; | 1233 margin-left: 25%; |
1173 } | 1234 } |
1174 .col-md-pull-5 { | 1235 .col-md-offset-2 { |
1175 right: 41.66666666666667%; | 1236 margin-left: 16.66666667%; |
1176 } | 1237 } |
1177 .col-md-pull-6 { | 1238 .col-md-offset-1 { |
1178 right: 50%; | 1239 margin-left: 8.33333333%; |
1179 } | |
1180 .col-md-pull-7 { | |
1181 right: 58.333333333333336%; | |
1182 } | |
1183 .col-md-pull-8 { | |
1184 right: 66.66666666666666%; | |
1185 } | |
1186 .col-md-pull-9 { | |
1187 right: 75%; | |
1188 } | |
1189 .col-md-pull-10 { | |
1190 right: 83.33333333333334%; | |
1191 } | |
1192 .col-md-pull-11 { | |
1193 right: 91.66666666666666%; | |
1194 } | 1240 } |
1195 .col-md-offset-0 { | 1241 .col-md-offset-0 { |
1196 margin-left: 0; | 1242 margin-left: 0; |
1197 } | 1243 } |
1198 .col-md-offset-1 { | 1244 } |
1199 margin-left: 8.333333333333332%; | |
1200 } | |
1201 .col-md-offset-2 { | |
1202 margin-left: 16.666666666666664%; | |
1203 } | |
1204 .col-md-offset-3 { | |
1205 margin-left: 25%; | |
1206 } | |
1207 .col-md-offset-4 { | |
1208 margin-left: 33.33333333333333%; | |
1209 } | |
1210 .col-md-offset-5 { | |
1211 margin-left: 41.66666666666667%; | |
1212 } | |
1213 .col-md-offset-6 { | |
1214 margin-left: 50%; | |
1215 } | |
1216 .col-md-offset-7 { | |
1217 margin-left: 58.333333333333336%; | |
1218 } | |
1219 .col-md-offset-8 { | |
1220 margin-left: 66.66666666666666%; | |
1221 } | |
1222 .col-md-offset-9 { | |
1223 margin-left: 75%; | |
1224 } | |
1225 .col-md-offset-10 { | |
1226 margin-left: 83.33333333333334%; | |
1227 } | |
1228 .col-md-offset-11 { | |
1229 margin-left: 91.66666666666666%; | |
1230 } | |
1231 } | |
1232 | |
1233 @media (min-width: 1200px) { | 1245 @media (min-width: 1200px) { |
1234 .container { | 1246 .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 { |
1235 max-width: 1170px; | 1247 float: left; |
1236 } | 1248 } |
1237 .col-lg-1, | 1249 .col-lg-12 { |
1238 .col-lg-2, | 1250 width: 100%; |
1239 .col-lg-3, | 1251 } |
1240 .col-lg-4, | |
1241 .col-lg-5, | |
1242 .col-lg-6, | |
1243 .col-lg-7, | |
1244 .col-lg-8, | |
1245 .col-lg-9, | |
1246 .col-lg-10, | |
1247 .col-lg-11 { | 1252 .col-lg-11 { |
1248 float: left; | 1253 width: 91.66666667%; |
1249 } | 1254 } |
1250 .col-lg-1 { | 1255 .col-lg-10 { |
1251 width: 8.333333333333332%; | 1256 width: 83.33333333%; |
1252 } | 1257 } |
1253 .col-lg-2 { | 1258 .col-lg-9 { |
1254 width: 16.666666666666664%; | 1259 width: 75%; |
1260 } | |
1261 .col-lg-8 { | |
1262 width: 66.66666667%; | |
1263 } | |
1264 .col-lg-7 { | |
1265 width: 58.33333333%; | |
1266 } | |
1267 .col-lg-6 { | |
1268 width: 50%; | |
1269 } | |
1270 .col-lg-5 { | |
1271 width: 41.66666667%; | |
1272 } | |
1273 .col-lg-4 { | |
1274 width: 33.33333333%; | |
1255 } | 1275 } |
1256 .col-lg-3 { | 1276 .col-lg-3 { |
1257 width: 25%; | 1277 width: 25%; |
1258 } | 1278 } |
1259 .col-lg-4 { | 1279 .col-lg-2 { |
1260 width: 33.33333333333333%; | 1280 width: 16.66666667%; |
1261 } | 1281 } |
1262 .col-lg-5 { | 1282 .col-lg-1 { |
1263 width: 41.66666666666667%; | 1283 width: 8.33333333%; |
1264 } | 1284 } |
1265 .col-lg-6 { | 1285 .col-lg-pull-12 { |
1266 width: 50%; | 1286 right: 100%; |
1267 } | 1287 } |
1268 .col-lg-7 { | 1288 .col-lg-pull-11 { |
1269 width: 58.333333333333336%; | 1289 right: 91.66666667%; |
1270 } | 1290 } |
1271 .col-lg-8 { | 1291 .col-lg-pull-10 { |
1272 width: 66.66666666666666%; | 1292 right: 83.33333333%; |
1273 } | 1293 } |
1274 .col-lg-9 { | 1294 .col-lg-pull-9 { |
1275 width: 75%; | 1295 right: 75%; |
1276 } | 1296 } |
1277 .col-lg-10 { | 1297 .col-lg-pull-8 { |
1278 width: 83.33333333333334%; | 1298 right: 66.66666667%; |
1279 } | 1299 } |
1280 .col-lg-11 { | 1300 .col-lg-pull-7 { |
1281 width: 91.66666666666666%; | 1301 right: 58.33333333%; |
1282 } | 1302 } |
1283 .col-lg-12 { | 1303 .col-lg-pull-6 { |
1284 width: 100%; | 1304 right: 50%; |
1285 } | 1305 } |
1286 .col-lg-push-0 { | 1306 .col-lg-pull-5 { |
1287 left: auto; | 1307 right: 41.66666667%; |
1288 } | 1308 } |
1289 .col-lg-push-1 { | 1309 .col-lg-pull-4 { |
1290 left: 8.333333333333332%; | 1310 right: 33.33333333%; |
1291 } | 1311 } |
1292 .col-lg-push-2 { | 1312 .col-lg-pull-3 { |
1293 left: 16.666666666666664%; | 1313 right: 25%; |
1314 } | |
1315 .col-lg-pull-2 { | |
1316 right: 16.66666667%; | |
1317 } | |
1318 .col-lg-pull-1 { | |
1319 right: 8.33333333%; | |
1320 } | |
1321 .col-lg-pull-0 { | |
1322 right: 0; | |
1323 } | |
1324 .col-lg-push-12 { | |
1325 left: 100%; | |
1326 } | |
1327 .col-lg-push-11 { | |
1328 left: 91.66666667%; | |
1329 } | |
1330 .col-lg-push-10 { | |
1331 left: 83.33333333%; | |
1332 } | |
1333 .col-lg-push-9 { | |
1334 left: 75%; | |
1335 } | |
1336 .col-lg-push-8 { | |
1337 left: 66.66666667%; | |
1338 } | |
1339 .col-lg-push-7 { | |
1340 left: 58.33333333%; | |
1341 } | |
1342 .col-lg-push-6 { | |
1343 left: 50%; | |
1344 } | |
1345 .col-lg-push-5 { | |
1346 left: 41.66666667%; | |
1347 } | |
1348 .col-lg-push-4 { | |
1349 left: 33.33333333%; | |
1294 } | 1350 } |
1295 .col-lg-push-3 { | 1351 .col-lg-push-3 { |
1296 left: 25%; | 1352 left: 25%; |
1297 } | 1353 } |
1298 .col-lg-push-4 { | 1354 .col-lg-push-2 { |
1299 left: 33.33333333333333%; | 1355 left: 16.66666667%; |
1300 } | 1356 } |
1301 .col-lg-push-5 { | 1357 .col-lg-push-1 { |
1302 left: 41.66666666666667%; | 1358 left: 8.33333333%; |
1303 } | 1359 } |
1304 .col-lg-push-6 { | 1360 .col-lg-push-0 { |
1305 left: 50%; | 1361 left: 0; |
1306 } | 1362 } |
1307 .col-lg-push-7 { | 1363 .col-lg-offset-12 { |
1308 left: 58.333333333333336%; | 1364 margin-left: 100%; |
1309 } | 1365 } |
1310 .col-lg-push-8 { | 1366 .col-lg-offset-11 { |
1311 left: 66.66666666666666%; | 1367 margin-left: 91.66666667%; |
1312 } | 1368 } |
1313 .col-lg-push-9 { | 1369 .col-lg-offset-10 { |
1314 left: 75%; | 1370 margin-left: 83.33333333%; |
1315 } | 1371 } |
1316 .col-lg-push-10 { | 1372 .col-lg-offset-9 { |
1317 left: 83.33333333333334%; | 1373 margin-left: 75%; |
1318 } | 1374 } |
1319 .col-lg-push-11 { | 1375 .col-lg-offset-8 { |
1320 left: 91.66666666666666%; | 1376 margin-left: 66.66666667%; |
1321 } | 1377 } |
1322 .col-lg-pull-0 { | 1378 .col-lg-offset-7 { |
1323 right: auto; | 1379 margin-left: 58.33333333%; |
1324 } | 1380 } |
1325 .col-lg-pull-1 { | 1381 .col-lg-offset-6 { |
1326 right: 8.333333333333332%; | 1382 margin-left: 50%; |
1327 } | 1383 } |
1328 .col-lg-pull-2 { | 1384 .col-lg-offset-5 { |
1329 right: 16.666666666666664%; | 1385 margin-left: 41.66666667%; |
1330 } | 1386 } |
1331 .col-lg-pull-3 { | 1387 .col-lg-offset-4 { |
1332 right: 25%; | 1388 margin-left: 33.33333333%; |
1333 } | 1389 } |
1334 .col-lg-pull-4 { | 1390 .col-lg-offset-3 { |
1335 right: 33.33333333333333%; | 1391 margin-left: 25%; |
1336 } | 1392 } |
1337 .col-lg-pull-5 { | 1393 .col-lg-offset-2 { |
1338 right: 41.66666666666667%; | 1394 margin-left: 16.66666667%; |
1339 } | 1395 } |
1340 .col-lg-pull-6 { | 1396 .col-lg-offset-1 { |
1341 right: 50%; | 1397 margin-left: 8.33333333%; |
1342 } | |
1343 .col-lg-pull-7 { | |
1344 right: 58.333333333333336%; | |
1345 } | |
1346 .col-lg-pull-8 { | |
1347 right: 66.66666666666666%; | |
1348 } | |
1349 .col-lg-pull-9 { | |
1350 right: 75%; | |
1351 } | |
1352 .col-lg-pull-10 { | |
1353 right: 83.33333333333334%; | |
1354 } | |
1355 .col-lg-pull-11 { | |
1356 right: 91.66666666666666%; | |
1357 } | 1398 } |
1358 .col-lg-offset-0 { | 1399 .col-lg-offset-0 { |
1359 margin-left: 0; | 1400 margin-left: 0; |
1360 } | 1401 } |
1361 .col-lg-offset-1 { | 1402 } |
1362 margin-left: 8.333333333333332%; | |
1363 } | |
1364 .col-lg-offset-2 { | |
1365 margin-left: 16.666666666666664%; | |
1366 } | |
1367 .col-lg-offset-3 { | |
1368 margin-left: 25%; | |
1369 } | |
1370 .col-lg-offset-4 { | |
1371 margin-left: 33.33333333333333%; | |
1372 } | |
1373 .col-lg-offset-5 { | |
1374 margin-left: 41.66666666666667%; | |
1375 } | |
1376 .col-lg-offset-6 { | |
1377 margin-left: 50%; | |
1378 } | |
1379 .col-lg-offset-7 { | |
1380 margin-left: 58.333333333333336%; | |
1381 } | |
1382 .col-lg-offset-8 { | |
1383 margin-left: 66.66666666666666%; | |
1384 } | |
1385 .col-lg-offset-9 { | |
1386 margin-left: 75%; | |
1387 } | |
1388 .col-lg-offset-10 { | |
1389 margin-left: 83.33333333333334%; | |
1390 } | |
1391 .col-lg-offset-11 { | |
1392 margin-left: 91.66666666666666%; | |
1393 } | |
1394 } | |
1395 | |
1396 table { | 1403 table { |
1397 max-width: 100%; | 1404 max-width: 100%; |
1398 background-color: transparent; | 1405 background-color: transparent; |
1399 } | 1406 } |
1400 | |
1401 th { | 1407 th { |
1402 text-align: left; | 1408 text-align: left; |
1403 } | 1409 } |
1404 | |
1405 .table { | 1410 .table { |
1406 width: 100%; | 1411 width: 100%; |
1407 margin-bottom: 20px; | 1412 margin-bottom: 20px; |
1408 } | 1413 } |
1409 | 1414 .table > thead > tr > th, |
1410 .table thead > tr > th, | 1415 .table > tbody > tr > th, |
1411 .table tbody > tr > th, | 1416 .table > tfoot > tr > th, |
1412 .table tfoot > tr > th, | 1417 .table > thead > tr > td, |
1413 .table thead > tr > td, | 1418 .table > tbody > tr > td, |
1414 .table tbody > tr > td, | 1419 .table > tfoot > tr > td { |
1415 .table tfoot > tr > td { | |
1416 padding: 8px; | 1420 padding: 8px; |
1417 line-height: 1.428571429; | 1421 line-height: 1.42857143; |
1418 vertical-align: top; | 1422 vertical-align: top; |
1419 border-top: 1px solid #dddddd; | 1423 border-top: 1px solid #ddd; |
1420 } | 1424 } |
1421 | 1425 .table > thead > tr > th { |
1422 .table thead > tr > th { | |
1423 vertical-align: bottom; | 1426 vertical-align: bottom; |
1424 border-bottom: 2px solid #dddddd; | 1427 border-bottom: 2px solid #ddd; |
1425 } | 1428 } |
1426 | 1429 .table > caption + thead > tr:first-child > th, |
1427 .table caption + thead tr:first-child th, | 1430 .table > colgroup + thead > tr:first-child > th, |
1428 .table colgroup + thead tr:first-child th, | 1431 .table > thead:first-child > tr:first-child > th, |
1429 .table thead:first-child tr:first-child th, | 1432 .table > caption + thead > tr:first-child > td, |
1430 .table caption + thead tr:first-child td, | 1433 .table > colgroup + thead > tr:first-child > td, |
1431 .table colgroup + thead tr:first-child td, | 1434 .table > thead:first-child > tr:first-child > td { |
1432 .table thead:first-child tr:first-child td { | |
1433 border-top: 0; | 1435 border-top: 0; |
1434 } | 1436 } |
1435 | 1437 .table > tbody + tbody { |
1436 .table tbody + tbody { | 1438 border-top: 2px solid #ddd; |
1437 border-top: 2px solid #dddddd; | 1439 } |
1438 } | |
1439 | |
1440 .table .table { | 1440 .table .table { |
1441 background-color: #ffffff; | 1441 background-color: #fff; |
1442 } | 1442 } |
1443 | 1443 .table-condensed > thead > tr > th, |
1444 .table-condensed thead > tr > th, | 1444 .table-condensed > tbody > tr > th, |
1445 .table-condensed tbody > tr > th, | 1445 .table-condensed > tfoot > tr > th, |
1446 .table-condensed tfoot > tr > th, | 1446 .table-condensed > thead > tr > td, |
1447 .table-condensed thead > tr > td, | 1447 .table-condensed > tbody > tr > td, |
1448 .table-condensed tbody > tr > td, | 1448 .table-condensed > tfoot > tr > td { |
1449 .table-condensed tfoot > tr > td { | |
1450 padding: 5px; | 1449 padding: 5px; |
1451 } | 1450 } |
1452 | |
1453 .table-bordered { | 1451 .table-bordered { |
1454 border: 1px solid #dddddd; | 1452 border: 1px solid #ddd; |
1455 } | 1453 } |
1456 | |
1457 .table-bordered > thead > tr > th, | 1454 .table-bordered > thead > tr > th, |
1458 .table-bordered > tbody > tr > th, | 1455 .table-bordered > tbody > tr > th, |
1459 .table-bordered > tfoot > tr > th, | 1456 .table-bordered > tfoot > tr > th, |
1460 .table-bordered > thead > tr > td, | 1457 .table-bordered > thead > tr > td, |
1461 .table-bordered > tbody > tr > td, | 1458 .table-bordered > tbody > tr > td, |
1462 .table-bordered > tfoot > tr > td { | 1459 .table-bordered > tfoot > tr > td { |
1463 border: 1px solid #dddddd; | 1460 border: 1px solid #ddd; |
1464 } | 1461 } |
1465 | |
1466 .table-bordered > thead > tr > th, | 1462 .table-bordered > thead > tr > th, |
1467 .table-bordered > thead > tr > td { | 1463 .table-bordered > thead > tr > td { |
1468 border-bottom-width: 2px; | 1464 border-bottom-width: 2px; |
1469 } | 1465 } |
1470 | |
1471 .table-striped > tbody > tr:nth-child(odd) > td, | 1466 .table-striped > tbody > tr:nth-child(odd) > td, |
1472 .table-striped > tbody > tr:nth-child(odd) > th { | 1467 .table-striped > tbody > tr:nth-child(odd) > th { |
1473 background-color: #f9f9f9; | 1468 background-color: #f9f9f9; |
1474 } | 1469 } |
1475 | |
1476 .table-hover > tbody > tr:hover > td, | 1470 .table-hover > tbody > tr:hover > td, |
1477 .table-hover > tbody > tr:hover > th { | 1471 .table-hover > tbody > tr:hover > th { |
1478 background-color: #f5f5f5; | 1472 background-color: #f5f5f5; |
1479 } | 1473 } |
1480 | |
1481 table col[class*="col-"] { | 1474 table col[class*="col-"] { |
1475 position: static; | |
1482 display: table-column; | 1476 display: table-column; |
1483 float: none; | 1477 float: none; |
1484 } | 1478 } |
1485 | |
1486 table td[class*="col-"], | 1479 table td[class*="col-"], |
1487 table th[class*="col-"] { | 1480 table th[class*="col-"] { |
1481 position: static; | |
1488 display: table-cell; | 1482 display: table-cell; |
1489 float: none; | 1483 float: none; |
1490 } | 1484 } |
1491 | |
1492 .table > thead > tr > td.active, | 1485 .table > thead > tr > td.active, |
1493 .table > tbody > tr > td.active, | 1486 .table > tbody > tr > td.active, |
1494 .table > tfoot > tr > td.active, | 1487 .table > tfoot > tr > td.active, |
1495 .table > thead > tr > th.active, | 1488 .table > thead > tr > th.active, |
1496 .table > tbody > tr > th.active, | 1489 .table > tbody > tr > th.active, |
1501 .table > thead > tr.active > th, | 1494 .table > thead > tr.active > th, |
1502 .table > tbody > tr.active > th, | 1495 .table > tbody > tr.active > th, |
1503 .table > tfoot > tr.active > th { | 1496 .table > tfoot > tr.active > th { |
1504 background-color: #f5f5f5; | 1497 background-color: #f5f5f5; |
1505 } | 1498 } |
1506 | 1499 .table-hover > tbody > tr > td.active:hover, |
1500 .table-hover > tbody > tr > th.active:hover, | |
1501 .table-hover > tbody > tr.active:hover > td, | |
1502 .table-hover > tbody > tr.active:hover > th { | |
1503 background-color: #e8e8e8; | |
1504 } | |
1507 .table > thead > tr > td.success, | 1505 .table > thead > tr > td.success, |
1508 .table > tbody > tr > td.success, | 1506 .table > tbody > tr > td.success, |
1509 .table > tfoot > tr > td.success, | 1507 .table > tfoot > tr > td.success, |
1510 .table > thead > tr > th.success, | 1508 .table > thead > tr > th.success, |
1511 .table > tbody > tr > th.success, | 1509 .table > tbody > tr > th.success, |
1515 .table > tfoot > tr.success > td, | 1513 .table > tfoot > tr.success > td, |
1516 .table > thead > tr.success > th, | 1514 .table > thead > tr.success > th, |
1517 .table > tbody > tr.success > th, | 1515 .table > tbody > tr.success > th, |
1518 .table > tfoot > tr.success > th { | 1516 .table > tfoot > tr.success > th { |
1519 background-color: #dff0d8; | 1517 background-color: #dff0d8; |
1520 border-color: #d6e9c6; | 1518 } |
1521 } | |
1522 | |
1523 .table-hover > tbody > tr > td.success:hover, | 1519 .table-hover > tbody > tr > td.success:hover, |
1524 .table-hover > tbody > tr > th.success:hover, | 1520 .table-hover > tbody > tr > th.success:hover, |
1525 .table-hover > tbody > tr.success:hover > td { | 1521 .table-hover > tbody > tr.success:hover > td, |
1522 .table-hover > tbody > tr.success:hover > th { | |
1526 background-color: #d0e9c6; | 1523 background-color: #d0e9c6; |
1527 border-color: #c9e2b3; | 1524 } |
1528 } | 1525 .table > thead > tr > td.info, |
1529 | 1526 .table > tbody > tr > td.info, |
1527 .table > tfoot > tr > td.info, | |
1528 .table > thead > tr > th.info, | |
1529 .table > tbody > tr > th.info, | |
1530 .table > tfoot > tr > th.info, | |
1531 .table > thead > tr.info > td, | |
1532 .table > tbody > tr.info > td, | |
1533 .table > tfoot > tr.info > td, | |
1534 .table > thead > tr.info > th, | |
1535 .table > tbody > tr.info > th, | |
1536 .table > tfoot > tr.info > th { | |
1537 background-color: #d9edf7; | |
1538 } | |
1539 .table-hover > tbody > tr > td.info:hover, | |
1540 .table-hover > tbody > tr > th.info:hover, | |
1541 .table-hover > tbody > tr.info:hover > td, | |
1542 .table-hover > tbody > tr.info:hover > th { | |
1543 background-color: #c4e3f3; | |
1544 } | |
1545 .table > thead > tr > td.warning, | |
1546 .table > tbody > tr > td.warning, | |
1547 .table > tfoot > tr > td.warning, | |
1548 .table > thead > tr > th.warning, | |
1549 .table > tbody > tr > th.warning, | |
1550 .table > tfoot > tr > th.warning, | |
1551 .table > thead > tr.warning > td, | |
1552 .table > tbody > tr.warning > td, | |
1553 .table > tfoot > tr.warning > td, | |
1554 .table > thead > tr.warning > th, | |
1555 .table > tbody > tr.warning > th, | |
1556 .table > tfoot > tr.warning > th { | |
1557 background-color: #fcf8e3; | |
1558 } | |
1559 .table-hover > tbody > tr > td.warning:hover, | |
1560 .table-hover > tbody > tr > th.warning:hover, | |
1561 .table-hover > tbody > tr.warning:hover > td, | |
1562 .table-hover > tbody > tr.warning:hover > th { | |
1563 background-color: #faf2cc; | |
1564 } | |
1530 .table > thead > tr > td.danger, | 1565 .table > thead > tr > td.danger, |
1531 .table > tbody > tr > td.danger, | 1566 .table > tbody > tr > td.danger, |
1532 .table > tfoot > tr > td.danger, | 1567 .table > tfoot > tr > td.danger, |
1533 .table > thead > tr > th.danger, | 1568 .table > thead > tr > th.danger, |
1534 .table > tbody > tr > th.danger, | 1569 .table > tbody > tr > th.danger, |
1538 .table > tfoot > tr.danger > td, | 1573 .table > tfoot > tr.danger > td, |
1539 .table > thead > tr.danger > th, | 1574 .table > thead > tr.danger > th, |
1540 .table > tbody > tr.danger > th, | 1575 .table > tbody > tr.danger > th, |
1541 .table > tfoot > tr.danger > th { | 1576 .table > tfoot > tr.danger > th { |
1542 background-color: #f2dede; | 1577 background-color: #f2dede; |
1543 border-color: #eed3d7; | 1578 } |
1544 } | |
1545 | |
1546 .table-hover > tbody > tr > td.danger:hover, | 1579 .table-hover > tbody > tr > td.danger:hover, |
1547 .table-hover > tbody > tr > th.danger:hover, | 1580 .table-hover > tbody > tr > th.danger:hover, |
1548 .table-hover > tbody > tr.danger:hover > td { | 1581 .table-hover > tbody > tr.danger:hover > td, |
1582 .table-hover > tbody > tr.danger:hover > th { | |
1549 background-color: #ebcccc; | 1583 background-color: #ebcccc; |
1550 border-color: #e6c1c7; | 1584 } |
1551 } | 1585 @media (max-width: 767px) { |
1552 | |
1553 .table > thead > tr > td.warning, | |
1554 .table > tbody > tr > td.warning, | |
1555 .table > tfoot > tr > td.warning, | |
1556 .table > thead > tr > th.warning, | |
1557 .table > tbody > tr > th.warning, | |
1558 .table > tfoot > tr > th.warning, | |
1559 .table > thead > tr.warning > td, | |
1560 .table > tbody > tr.warning > td, | |
1561 .table > tfoot > tr.warning > td, | |
1562 .table > thead > tr.warning > th, | |
1563 .table > tbody > tr.warning > th, | |
1564 .table > tfoot > tr.warning > th { | |
1565 background-color: #fcf8e3; | |
1566 border-color: #fbeed5; | |
1567 } | |
1568 | |
1569 .table-hover > tbody > tr > td.warning:hover, | |
1570 .table-hover > tbody > tr > th.warning:hover, | |
1571 .table-hover > tbody > tr.warning:hover > td { | |
1572 background-color: #faf2cc; | |
1573 border-color: #f8e5be; | |
1574 } | |
1575 | |
1576 @media (max-width: 768px) { | |
1577 .table-responsive { | 1586 .table-responsive { |
1578 width: 100%; | 1587 width: 100%; |
1579 margin-bottom: 15px; | 1588 margin-bottom: 15px; |
1580 overflow-x: scroll; | 1589 overflow-x: scroll; |
1581 overflow-y: hidden; | 1590 overflow-y: hidden; |
1582 border: 1px solid #dddddd; | 1591 -webkit-overflow-scrolling: touch; |
1592 -ms-overflow-style: -ms-autohiding-scrollbar; | |
1593 border: 1px solid #ddd; | |
1583 } | 1594 } |
1584 .table-responsive > .table { | 1595 .table-responsive > .table { |
1585 margin-bottom: 0; | 1596 margin-bottom: 0; |
1586 background-color: #fff; | |
1587 } | 1597 } |
1588 .table-responsive > .table > thead > tr > th, | 1598 .table-responsive > .table > thead > tr > th, |
1589 .table-responsive > .table > tbody > tr > th, | 1599 .table-responsive > .table > tbody > tr > th, |
1590 .table-responsive > .table > tfoot > tr > th, | 1600 .table-responsive > .table > tfoot > tr > th, |
1591 .table-responsive > .table > thead > tr > td, | 1601 .table-responsive > .table > thead > tr > td, |
1610 .table-responsive > .table-bordered > thead > tr > td:last-child, | 1620 .table-responsive > .table-bordered > thead > tr > td:last-child, |
1611 .table-responsive > .table-bordered > tbody > tr > td:last-child, | 1621 .table-responsive > .table-bordered > tbody > tr > td:last-child, |
1612 .table-responsive > .table-bordered > tfoot > tr > td:last-child { | 1622 .table-responsive > .table-bordered > tfoot > tr > td:last-child { |
1613 border-right: 0; | 1623 border-right: 0; |
1614 } | 1624 } |
1615 .table-responsive > .table-bordered > thead > tr:last-child > th, | |
1616 .table-responsive > .table-bordered > tbody > tr:last-child > th, | 1625 .table-responsive > .table-bordered > tbody > tr:last-child > th, |
1617 .table-responsive > .table-bordered > tfoot > tr:last-child > th, | 1626 .table-responsive > .table-bordered > tfoot > tr:last-child > th, |
1618 .table-responsive > .table-bordered > thead > tr:last-child > td, | |
1619 .table-responsive > .table-bordered > tbody > tr:last-child > td, | 1627 .table-responsive > .table-bordered > tbody > tr:last-child > td, |
1620 .table-responsive > .table-bordered > tfoot > tr:last-child > td { | 1628 .table-responsive > .table-bordered > tfoot > tr:last-child > td { |
1621 border-bottom: 0; | 1629 border-bottom: 0; |
1622 } | 1630 } |
1623 } | 1631 } |
1624 | |
1625 fieldset { | 1632 fieldset { |
1633 min-width: 0; | |
1626 padding: 0; | 1634 padding: 0; |
1627 margin: 0; | 1635 margin: 0; |
1628 border: 0; | 1636 border: 0; |
1629 } | 1637 } |
1630 | |
1631 legend { | 1638 legend { |
1632 display: block; | 1639 display: block; |
1633 width: 100%; | 1640 width: 100%; |
1634 padding: 0; | 1641 padding: 0; |
1635 margin-bottom: 20px; | 1642 margin-bottom: 20px; |
1636 font-size: 21px; | 1643 font-size: 21px; |
1637 line-height: inherit; | 1644 line-height: inherit; |
1638 color: #333333; | 1645 color: #333; |
1639 border: 0; | 1646 border: 0; |
1640 border-bottom: 1px solid #e5e5e5; | 1647 border-bottom: 1px solid #e5e5e5; |
1641 } | 1648 } |
1642 | |
1643 label { | 1649 label { |
1644 display: inline-block; | 1650 display: inline-block; |
1645 margin-bottom: 5px; | 1651 margin-bottom: 5px; |
1646 font-weight: bold; | 1652 font-weight: bold; |
1647 } | 1653 } |
1648 | |
1649 input[type="search"] { | 1654 input[type="search"] { |
1650 -webkit-box-sizing: border-box; | 1655 -webkit-box-sizing: border-box; |
1651 -moz-box-sizing: border-box; | 1656 -moz-box-sizing: border-box; |
1652 box-sizing: border-box; | 1657 box-sizing: border-box; |
1653 } | 1658 } |
1654 | |
1655 input[type="radio"], | 1659 input[type="radio"], |
1656 input[type="checkbox"] { | 1660 input[type="checkbox"] { |
1657 margin: 4px 0 0; | 1661 margin: 4px 0 0; |
1658 margin-top: 1px \9; | 1662 margin-top: 1px \9; |
1659 /* IE8-9 */ | 1663 /* IE8-9 */ |
1660 | |
1661 line-height: normal; | 1664 line-height: normal; |
1662 } | 1665 } |
1663 | |
1664 input[type="file"] { | 1666 input[type="file"] { |
1665 display: block; | 1667 display: block; |
1666 } | 1668 } |
1667 | 1669 input[type="range"] { |
1670 display: block; | |
1671 width: 100%; | |
1672 } | |
1668 select[multiple], | 1673 select[multiple], |
1669 select[size] { | 1674 select[size] { |
1670 height: auto; | 1675 height: auto; |
1671 } | 1676 } |
1672 | |
1673 select optgroup { | |
1674 font-family: inherit; | |
1675 font-size: inherit; | |
1676 font-style: inherit; | |
1677 } | |
1678 | |
1679 input[type="file"]:focus, | 1677 input[type="file"]:focus, |
1680 input[type="radio"]:focus, | 1678 input[type="radio"]:focus, |
1681 input[type="checkbox"]:focus { | 1679 input[type="checkbox"]:focus { |
1682 outline: thin dotted #333; | 1680 outline: thin dotted; |
1683 outline: 5px auto -webkit-focus-ring-color; | 1681 outline: 5px auto -webkit-focus-ring-color; |
1684 outline-offset: -2px; | 1682 outline-offset: -2px; |
1685 } | 1683 } |
1686 | 1684 output { |
1687 input[type="number"]::-webkit-outer-spin-button, | 1685 display: block; |
1688 input[type="number"]::-webkit-inner-spin-button { | 1686 padding-top: 7px; |
1689 height: auto; | 1687 font-size: 14px; |
1690 } | 1688 line-height: 1.42857143; |
1691 | 1689 color: #555; |
1692 .form-control:-moz-placeholder { | 1690 } |
1693 color: #999999; | |
1694 } | |
1695 | |
1696 .form-control::-moz-placeholder { | |
1697 color: #999999; | |
1698 } | |
1699 | |
1700 .form-control:-ms-input-placeholder { | |
1701 color: #999999; | |
1702 } | |
1703 | |
1704 .form-control::-webkit-input-placeholder { | |
1705 color: #999999; | |
1706 } | |
1707 | |
1708 .form-control { | 1691 .form-control { |
1709 display: block; | 1692 display: block; |
1710 width: 100%; | 1693 width: 100%; |
1711 height: 34px; | 1694 height: 34px; |
1712 padding: 6px 12px; | 1695 padding: 6px 12px; |
1713 font-size: 14px; | 1696 font-size: 14px; |
1714 line-height: 1.428571429; | 1697 line-height: 1.42857143; |
1715 color: #555555; | 1698 color: #555; |
1716 vertical-align: middle; | 1699 background-color: #fff; |
1717 background-color: #ffffff; | 1700 background-image: none; |
1718 border: 1px solid #cccccc; | 1701 border: 1px solid #ccc; |
1719 border-radius: 4px; | 1702 border-radius: 4px; |
1720 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | 1703 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
1721 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | 1704 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
1722 -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; | 1705 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
1723 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; | 1706 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
1724 } | 1707 } |
1725 | |
1726 .form-control:focus { | 1708 .form-control:focus { |
1727 border-color: #66afe9; | 1709 border-color: #66afe9; |
1728 outline: 0; | 1710 outline: 0; |
1729 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); | 1711 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); |
1730 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); | 1712 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); |
1731 } | 1713 } |
1732 | 1714 .form-control::-moz-placeholder { |
1715 color: #999; | |
1716 opacity: 1; | |
1717 } | |
1718 .form-control:-ms-input-placeholder { | |
1719 color: #999; | |
1720 } | |
1721 .form-control::-webkit-input-placeholder { | |
1722 color: #999; | |
1723 } | |
1733 .form-control[disabled], | 1724 .form-control[disabled], |
1734 .form-control[readonly], | 1725 .form-control[readonly], |
1735 fieldset[disabled] .form-control { | 1726 fieldset[disabled] .form-control { |
1736 cursor: not-allowed; | 1727 cursor: not-allowed; |
1737 background-color: #eeeeee; | 1728 background-color: #eee; |
1738 } | 1729 opacity: 1; |
1739 | 1730 } |
1740 textarea.form-control { | 1731 textarea.form-control { |
1741 height: auto; | 1732 height: auto; |
1742 } | 1733 } |
1743 | 1734 input[type="search"] { |
1735 -webkit-appearance: none; | |
1736 } | |
1737 input[type="date"] { | |
1738 line-height: 34px; | |
1739 } | |
1744 .form-group { | 1740 .form-group { |
1745 margin-bottom: 15px; | 1741 margin-bottom: 15px; |
1746 } | 1742 } |
1747 | |
1748 .radio, | 1743 .radio, |
1749 .checkbox { | 1744 .checkbox { |
1750 display: block; | 1745 display: block; |
1751 min-height: 20px; | 1746 min-height: 20px; |
1752 padding-left: 20px; | 1747 padding-left: 20px; |
1753 margin-top: 10px; | 1748 margin-top: 10px; |
1754 margin-bottom: 10px; | 1749 margin-bottom: 10px; |
1755 vertical-align: middle; | 1750 } |
1756 } | |
1757 | |
1758 .radio label, | 1751 .radio label, |
1759 .checkbox label { | 1752 .checkbox label { |
1760 display: inline; | 1753 display: inline; |
1761 margin-bottom: 0; | |
1762 font-weight: normal; | 1754 font-weight: normal; |
1763 cursor: pointer; | 1755 cursor: pointer; |
1764 } | 1756 } |
1765 | |
1766 .radio input[type="radio"], | 1757 .radio input[type="radio"], |
1767 .radio-inline input[type="radio"], | 1758 .radio-inline input[type="radio"], |
1768 .checkbox input[type="checkbox"], | 1759 .checkbox input[type="checkbox"], |
1769 .checkbox-inline input[type="checkbox"] { | 1760 .checkbox-inline input[type="checkbox"] { |
1770 float: left; | 1761 float: left; |
1771 margin-left: -20px; | 1762 margin-left: -20px; |
1772 } | 1763 } |
1773 | |
1774 .radio + .radio, | 1764 .radio + .radio, |
1775 .checkbox + .checkbox { | 1765 .checkbox + .checkbox { |
1776 margin-top: -5px; | 1766 margin-top: -5px; |
1777 } | 1767 } |
1778 | |
1779 .radio-inline, | 1768 .radio-inline, |
1780 .checkbox-inline { | 1769 .checkbox-inline { |
1781 display: inline-block; | 1770 display: inline-block; |
1782 padding-left: 20px; | 1771 padding-left: 20px; |
1783 margin-bottom: 0; | 1772 margin-bottom: 0; |
1784 font-weight: normal; | 1773 font-weight: normal; |
1785 vertical-align: middle; | 1774 vertical-align: middle; |
1786 cursor: pointer; | 1775 cursor: pointer; |
1787 } | 1776 } |
1788 | |
1789 .radio-inline + .radio-inline, | 1777 .radio-inline + .radio-inline, |
1790 .checkbox-inline + .checkbox-inline { | 1778 .checkbox-inline + .checkbox-inline { |
1791 margin-top: 0; | 1779 margin-top: 0; |
1792 margin-left: 10px; | 1780 margin-left: 10px; |
1793 } | 1781 } |
1794 | |
1795 input[type="radio"][disabled], | 1782 input[type="radio"][disabled], |
1796 input[type="checkbox"][disabled], | 1783 input[type="checkbox"][disabled], |
1797 .radio[disabled], | 1784 .radio[disabled], |
1798 .radio-inline[disabled], | 1785 .radio-inline[disabled], |
1799 .checkbox[disabled], | 1786 .checkbox[disabled], |
1804 fieldset[disabled] .radio-inline, | 1791 fieldset[disabled] .radio-inline, |
1805 fieldset[disabled] .checkbox, | 1792 fieldset[disabled] .checkbox, |
1806 fieldset[disabled] .checkbox-inline { | 1793 fieldset[disabled] .checkbox-inline { |
1807 cursor: not-allowed; | 1794 cursor: not-allowed; |
1808 } | 1795 } |
1809 | |
1810 .input-sm { | 1796 .input-sm { |
1811 height: 30px; | 1797 height: 30px; |
1812 padding: 5px 10px; | 1798 padding: 5px 10px; |
1813 font-size: 12px; | 1799 font-size: 12px; |
1814 line-height: 1.5; | 1800 line-height: 1.5; |
1815 border-radius: 3px; | 1801 border-radius: 3px; |
1816 } | 1802 } |
1817 | |
1818 select.input-sm { | 1803 select.input-sm { |
1819 height: 30px; | 1804 height: 30px; |
1820 line-height: 30px; | 1805 line-height: 30px; |
1821 } | 1806 } |
1822 | 1807 textarea.input-sm, |
1823 textarea.input-sm { | 1808 select[multiple].input-sm { |
1824 height: auto; | 1809 height: auto; |
1825 } | 1810 } |
1826 | |
1827 .input-lg { | 1811 .input-lg { |
1828 height: 45px; | 1812 height: 46px; |
1829 padding: 10px 16px; | 1813 padding: 10px 16px; |
1830 font-size: 18px; | 1814 font-size: 18px; |
1831 line-height: 1.33; | 1815 line-height: 1.33; |
1832 border-radius: 6px; | 1816 border-radius: 6px; |
1833 } | 1817 } |
1834 | |
1835 select.input-lg { | 1818 select.input-lg { |
1836 height: 45px; | 1819 height: 46px; |
1837 line-height: 45px; | 1820 line-height: 46px; |
1838 } | 1821 } |
1839 | 1822 textarea.input-lg, |
1840 textarea.input-lg { | 1823 select[multiple].input-lg { |
1841 height: auto; | 1824 height: auto; |
1842 } | 1825 } |
1843 | 1826 .has-feedback { |
1827 position: relative; | |
1828 } | |
1829 .has-feedback .form-control { | |
1830 padding-right: 42.5px; | |
1831 } | |
1832 .has-feedback .form-control-feedback { | |
1833 position: absolute; | |
1834 top: 25px; | |
1835 right: 0; | |
1836 display: block; | |
1837 width: 34px; | |
1838 height: 34px; | |
1839 line-height: 34px; | |
1840 text-align: center; | |
1841 } | |
1842 .has-success .help-block, | |
1843 .has-success .control-label, | |
1844 .has-success .radio, | |
1845 .has-success .checkbox, | |
1846 .has-success .radio-inline, | |
1847 .has-success .checkbox-inline { | |
1848 color: #3c763d; | |
1849 } | |
1850 .has-success .form-control { | |
1851 border-color: #3c763d; | |
1852 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
1853 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
1854 } | |
1855 .has-success .form-control:focus { | |
1856 border-color: #2b542c; | |
1857 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; | |
1858 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; | |
1859 } | |
1860 .has-success .input-group-addon { | |
1861 color: #3c763d; | |
1862 background-color: #dff0d8; | |
1863 border-color: #3c763d; | |
1864 } | |
1865 .has-success .form-control-feedback { | |
1866 color: #3c763d; | |
1867 } | |
1844 .has-warning .help-block, | 1868 .has-warning .help-block, |
1845 .has-warning .control-label { | 1869 .has-warning .control-label, |
1846 color: #c09853; | 1870 .has-warning .radio, |
1847 } | 1871 .has-warning .checkbox, |
1848 | 1872 .has-warning .radio-inline, |
1873 .has-warning .checkbox-inline { | |
1874 color: #8a6d3b; | |
1875 } | |
1849 .has-warning .form-control { | 1876 .has-warning .form-control { |
1850 border-color: #c09853; | 1877 border-color: #8a6d3b; |
1851 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | 1878 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
1852 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | 1879 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
1853 } | 1880 } |
1854 | |
1855 .has-warning .form-control:focus { | 1881 .has-warning .form-control:focus { |
1856 border-color: #a47e3c; | 1882 border-color: #66512c; |
1857 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | 1883 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; |
1858 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | 1884 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; |
1859 } | 1885 } |
1860 | |
1861 .has-warning .input-group-addon { | 1886 .has-warning .input-group-addon { |
1862 color: #c09853; | 1887 color: #8a6d3b; |
1863 background-color: #fcf8e3; | 1888 background-color: #fcf8e3; |
1864 border-color: #c09853; | 1889 border-color: #8a6d3b; |
1865 } | 1890 } |
1866 | 1891 .has-warning .form-control-feedback { |
1892 color: #8a6d3b; | |
1893 } | |
1867 .has-error .help-block, | 1894 .has-error .help-block, |
1868 .has-error .control-label { | 1895 .has-error .control-label, |
1869 color: #b94a48; | 1896 .has-error .radio, |
1870 } | 1897 .has-error .checkbox, |
1871 | 1898 .has-error .radio-inline, |
1899 .has-error .checkbox-inline { | |
1900 color: #a94442; | |
1901 } | |
1872 .has-error .form-control { | 1902 .has-error .form-control { |
1873 border-color: #b94a48; | 1903 border-color: #a94442; |
1874 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | 1904 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
1875 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | 1905 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
1876 } | 1906 } |
1877 | |
1878 .has-error .form-control:focus { | 1907 .has-error .form-control:focus { |
1879 border-color: #953b39; | 1908 border-color: #843534; |
1880 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | 1909 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; |
1881 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | 1910 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; |
1882 } | 1911 } |
1883 | |
1884 .has-error .input-group-addon { | 1912 .has-error .input-group-addon { |
1885 color: #b94a48; | 1913 color: #a94442; |
1886 background-color: #f2dede; | 1914 background-color: #f2dede; |
1887 border-color: #b94a48; | 1915 border-color: #a94442; |
1888 } | 1916 } |
1889 | 1917 .has-error .form-control-feedback { |
1890 .has-success .help-block, | 1918 color: #a94442; |
1891 .has-success .control-label { | 1919 } |
1892 color: #468847; | |
1893 } | |
1894 | |
1895 .has-success .form-control { | |
1896 border-color: #468847; | |
1897 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
1898 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
1899 } | |
1900 | |
1901 .has-success .form-control:focus { | |
1902 border-color: #356635; | |
1903 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
1904 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
1905 } | |
1906 | |
1907 .has-success .input-group-addon { | |
1908 color: #468847; | |
1909 background-color: #dff0d8; | |
1910 border-color: #468847; | |
1911 } | |
1912 | |
1913 .form-control-static { | 1920 .form-control-static { |
1914 padding-top: 7px; | |
1915 margin-bottom: 0; | 1921 margin-bottom: 0; |
1916 } | 1922 } |
1917 | |
1918 .help-block { | 1923 .help-block { |
1919 display: block; | 1924 display: block; |
1920 margin-top: 5px; | 1925 margin-top: 5px; |
1921 margin-bottom: 10px; | 1926 margin-bottom: 10px; |
1922 color: #737373; | 1927 color: #737373; |
1923 } | 1928 } |
1924 | |
1925 @media (min-width: 768px) { | 1929 @media (min-width: 768px) { |
1926 .form-inline .form-group { | 1930 .form-inline .form-group { |
1927 display: inline-block; | 1931 display: inline-block; |
1928 margin-bottom: 0; | 1932 margin-bottom: 0; |
1929 vertical-align: middle; | 1933 vertical-align: middle; |
1930 } | 1934 } |
1931 .form-inline .form-control { | 1935 .form-inline .form-control { |
1932 display: inline-block; | 1936 display: inline-block; |
1937 width: auto; | |
1938 vertical-align: middle; | |
1939 } | |
1940 .form-inline .input-group > .form-control { | |
1941 width: 100%; | |
1942 } | |
1943 .form-inline .control-label { | |
1944 margin-bottom: 0; | |
1945 vertical-align: middle; | |
1933 } | 1946 } |
1934 .form-inline .radio, | 1947 .form-inline .radio, |
1935 .form-inline .checkbox { | 1948 .form-inline .checkbox { |
1936 display: inline-block; | 1949 display: inline-block; |
1937 padding-left: 0; | 1950 padding-left: 0; |
1938 margin-top: 0; | 1951 margin-top: 0; |
1939 margin-bottom: 0; | 1952 margin-bottom: 0; |
1953 vertical-align: middle; | |
1940 } | 1954 } |
1941 .form-inline .radio input[type="radio"], | 1955 .form-inline .radio input[type="radio"], |
1942 .form-inline .checkbox input[type="checkbox"] { | 1956 .form-inline .checkbox input[type="checkbox"] { |
1943 float: none; | 1957 float: none; |
1944 margin-left: 0; | 1958 margin-left: 0; |
1945 } | 1959 } |
1946 } | 1960 .form-inline .has-feedback .form-control-feedback { |
1947 | 1961 top: 0; |
1962 } | |
1963 } | |
1948 .form-horizontal .control-label, | 1964 .form-horizontal .control-label, |
1949 .form-horizontal .radio, | 1965 .form-horizontal .radio, |
1950 .form-horizontal .checkbox, | 1966 .form-horizontal .checkbox, |
1951 .form-horizontal .radio-inline, | 1967 .form-horizontal .radio-inline, |
1952 .form-horizontal .checkbox-inline { | 1968 .form-horizontal .checkbox-inline { |
1953 padding-top: 7px; | 1969 padding-top: 7px; |
1954 margin-top: 0; | 1970 margin-top: 0; |
1955 margin-bottom: 0; | 1971 margin-bottom: 0; |
1956 } | 1972 } |
1957 | 1973 .form-horizontal .radio, |
1974 .form-horizontal .checkbox { | |
1975 min-height: 27px; | |
1976 } | |
1958 .form-horizontal .form-group { | 1977 .form-horizontal .form-group { |
1959 margin-right: -15px; | 1978 margin-right: -15px; |
1960 margin-left: -15px; | 1979 margin-left: -15px; |
1961 } | 1980 } |
1962 | 1981 .form-horizontal .form-control-static { |
1963 .form-horizontal .form-group:before, | 1982 padding-top: 7px; |
1964 .form-horizontal .form-group:after { | 1983 } |
1965 display: table; | |
1966 content: " "; | |
1967 } | |
1968 | |
1969 .form-horizontal .form-group:after { | |
1970 clear: both; | |
1971 } | |
1972 | |
1973 .form-horizontal .form-group:before, | |
1974 .form-horizontal .form-group:after { | |
1975 display: table; | |
1976 content: " "; | |
1977 } | |
1978 | |
1979 .form-horizontal .form-group:after { | |
1980 clear: both; | |
1981 } | |
1982 | |
1983 @media (min-width: 768px) { | 1984 @media (min-width: 768px) { |
1984 .form-horizontal .control-label { | 1985 .form-horizontal .control-label { |
1985 text-align: right; | 1986 text-align: right; |
1986 } | 1987 } |
1987 } | 1988 } |
1988 | 1989 .form-horizontal .has-feedback .form-control-feedback { |
1990 top: 0; | |
1991 right: 15px; | |
1992 } | |
1989 .btn { | 1993 .btn { |
1990 display: inline-block; | 1994 display: inline-block; |
1991 padding: 6px 12px; | 1995 padding: 6px 12px; |
1992 margin-bottom: 0; | 1996 margin-bottom: 0; |
1993 font-size: 14px; | 1997 font-size: 14px; |
1994 font-weight: normal; | 1998 font-weight: normal; |
1995 line-height: 1.428571429; | 1999 line-height: 1.42857143; |
1996 text-align: center; | 2000 text-align: center; |
1997 white-space: nowrap; | 2001 white-space: nowrap; |
1998 vertical-align: middle; | 2002 vertical-align: middle; |
1999 cursor: pointer; | 2003 cursor: pointer; |
2000 border: 1px solid transparent; | |
2001 border-radius: 4px; | |
2002 -webkit-user-select: none; | 2004 -webkit-user-select: none; |
2003 -moz-user-select: none; | 2005 -moz-user-select: none; |
2004 -ms-user-select: none; | 2006 -ms-user-select: none; |
2005 -o-user-select: none; | |
2006 user-select: none; | 2007 user-select: none; |
2007 } | 2008 background-image: none; |
2008 | 2009 border: 1px solid transparent; |
2009 .btn:focus { | 2010 border-radius: 4px; |
2010 outline: thin dotted #333; | 2011 } |
2012 .btn:focus, | |
2013 .btn:active:focus, | |
2014 .btn.active:focus { | |
2015 outline: thin dotted; | |
2011 outline: 5px auto -webkit-focus-ring-color; | 2016 outline: 5px auto -webkit-focus-ring-color; |
2012 outline-offset: -2px; | 2017 outline-offset: -2px; |
2013 } | 2018 } |
2014 | |
2015 .btn:hover, | 2019 .btn:hover, |
2016 .btn:focus { | 2020 .btn:focus { |
2017 color: #333333; | 2021 color: #333; |
2018 text-decoration: none; | 2022 text-decoration: none; |
2019 } | 2023 } |
2020 | |
2021 .btn:active, | 2024 .btn:active, |
2022 .btn.active { | 2025 .btn.active { |
2023 background-image: none; | 2026 background-image: none; |
2024 outline: 0; | 2027 outline: 0; |
2025 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | 2028 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
2026 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | 2029 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
2027 } | 2030 } |
2028 | |
2029 .btn.disabled, | 2031 .btn.disabled, |
2030 .btn[disabled], | 2032 .btn[disabled], |
2031 fieldset[disabled] .btn { | 2033 fieldset[disabled] .btn { |
2032 pointer-events: none; | 2034 pointer-events: none; |
2033 cursor: not-allowed; | 2035 cursor: not-allowed; |
2034 opacity: 0.65; | |
2035 filter: alpha(opacity=65); | 2036 filter: alpha(opacity=65); |
2036 -webkit-box-shadow: none; | 2037 -webkit-box-shadow: none; |
2037 box-shadow: none; | 2038 box-shadow: none; |
2038 } | 2039 opacity: .65; |
2039 | 2040 } |
2040 .btn-default { | 2041 .btn-default { |
2041 color: #333333; | 2042 color: #333; |
2042 background-color: #ffffff; | 2043 background-color: #fff; |
2043 border-color: #cccccc; | 2044 border-color: #ccc; |
2044 } | 2045 } |
2045 | |
2046 .btn-default:hover, | 2046 .btn-default:hover, |
2047 .btn-default:focus, | 2047 .btn-default:focus, |
2048 .btn-default:active, | 2048 .btn-default:active, |
2049 .btn-default.active, | 2049 .btn-default.active, |
2050 .open .dropdown-toggle.btn-default { | 2050 .open .dropdown-toggle.btn-default { |
2051 color: #333333; | 2051 color: #333; |
2052 background-color: #ebebeb; | 2052 background-color: #ebebeb; |
2053 border-color: #adadad; | 2053 border-color: #adadad; |
2054 } | 2054 } |
2055 | |
2056 .btn-default:active, | 2055 .btn-default:active, |
2057 .btn-default.active, | 2056 .btn-default.active, |
2058 .open .dropdown-toggle.btn-default { | 2057 .open .dropdown-toggle.btn-default { |
2059 background-image: none; | 2058 background-image: none; |
2060 } | 2059 } |
2061 | |
2062 .btn-default.disabled, | 2060 .btn-default.disabled, |
2063 .btn-default[disabled], | 2061 .btn-default[disabled], |
2064 fieldset[disabled] .btn-default, | 2062 fieldset[disabled] .btn-default, |
2065 .btn-default.disabled:hover, | 2063 .btn-default.disabled:hover, |
2066 .btn-default[disabled]:hover, | 2064 .btn-default[disabled]:hover, |
2072 .btn-default[disabled]:active, | 2070 .btn-default[disabled]:active, |
2073 fieldset[disabled] .btn-default:active, | 2071 fieldset[disabled] .btn-default:active, |
2074 .btn-default.disabled.active, | 2072 .btn-default.disabled.active, |
2075 .btn-default[disabled].active, | 2073 .btn-default[disabled].active, |
2076 fieldset[disabled] .btn-default.active { | 2074 fieldset[disabled] .btn-default.active { |
2077 background-color: #ffffff; | 2075 background-color: #fff; |
2078 border-color: #cccccc; | 2076 border-color: #ccc; |
2079 } | 2077 } |
2080 | 2078 .btn-default .badge { |
2079 color: #fff; | |
2080 background-color: #333; | |
2081 } | |
2081 .btn-primary { | 2082 .btn-primary { |
2082 color: #ffffff; | 2083 color: #fff; |
2083 background-color: #428bca; | 2084 background-color: #428bca; |
2084 border-color: #357ebd; | 2085 border-color: #357ebd; |
2085 } | 2086 } |
2086 | |
2087 .btn-primary:hover, | 2087 .btn-primary:hover, |
2088 .btn-primary:focus, | 2088 .btn-primary:focus, |
2089 .btn-primary:active, | 2089 .btn-primary:active, |
2090 .btn-primary.active, | 2090 .btn-primary.active, |
2091 .open .dropdown-toggle.btn-primary { | 2091 .open .dropdown-toggle.btn-primary { |
2092 color: #ffffff; | 2092 color: #fff; |
2093 background-color: #3276b1; | 2093 background-color: #3276b1; |
2094 border-color: #285e8e; | 2094 border-color: #285e8e; |
2095 } | 2095 } |
2096 | |
2097 .btn-primary:active, | 2096 .btn-primary:active, |
2098 .btn-primary.active, | 2097 .btn-primary.active, |
2099 .open .dropdown-toggle.btn-primary { | 2098 .open .dropdown-toggle.btn-primary { |
2100 background-image: none; | 2099 background-image: none; |
2101 } | 2100 } |
2102 | |
2103 .btn-primary.disabled, | 2101 .btn-primary.disabled, |
2104 .btn-primary[disabled], | 2102 .btn-primary[disabled], |
2105 fieldset[disabled] .btn-primary, | 2103 fieldset[disabled] .btn-primary, |
2106 .btn-primary.disabled:hover, | 2104 .btn-primary.disabled:hover, |
2107 .btn-primary[disabled]:hover, | 2105 .btn-primary[disabled]:hover, |
2116 .btn-primary[disabled].active, | 2114 .btn-primary[disabled].active, |
2117 fieldset[disabled] .btn-primary.active { | 2115 fieldset[disabled] .btn-primary.active { |
2118 background-color: #428bca; | 2116 background-color: #428bca; |
2119 border-color: #357ebd; | 2117 border-color: #357ebd; |
2120 } | 2118 } |
2121 | 2119 .btn-primary .badge { |
2120 color: #428bca; | |
2121 background-color: #fff; | |
2122 } | |
2123 .btn-success { | |
2124 color: #fff; | |
2125 background-color: #5cb85c; | |
2126 border-color: #4cae4c; | |
2127 } | |
2128 .btn-success:hover, | |
2129 .btn-success:focus, | |
2130 .btn-success:active, | |
2131 .btn-success.active, | |
2132 .open .dropdown-toggle.btn-success { | |
2133 color: #fff; | |
2134 background-color: #47a447; | |
2135 border-color: #398439; | |
2136 } | |
2137 .btn-success:active, | |
2138 .btn-success.active, | |
2139 .open .dropdown-toggle.btn-success { | |
2140 background-image: none; | |
2141 } | |
2142 .btn-success.disabled, | |
2143 .btn-success[disabled], | |
2144 fieldset[disabled] .btn-success, | |
2145 .btn-success.disabled:hover, | |
2146 .btn-success[disabled]:hover, | |
2147 fieldset[disabled] .btn-success:hover, | |
2148 .btn-success.disabled:focus, | |
2149 .btn-success[disabled]:focus, | |
2150 fieldset[disabled] .btn-success:focus, | |
2151 .btn-success.disabled:active, | |
2152 .btn-success[disabled]:active, | |
2153 fieldset[disabled] .btn-success:active, | |
2154 .btn-success.disabled.active, | |
2155 .btn-success[disabled].active, | |
2156 fieldset[disabled] .btn-success.active { | |
2157 background-color: #5cb85c; | |
2158 border-color: #4cae4c; | |
2159 } | |
2160 .btn-success .badge { | |
2161 color: #5cb85c; | |
2162 background-color: #fff; | |
2163 } | |
2164 .btn-info { | |
2165 color: #fff; | |
2166 background-color: #5bc0de; | |
2167 border-color: #46b8da; | |
2168 } | |
2169 .btn-info:hover, | |
2170 .btn-info:focus, | |
2171 .btn-info:active, | |
2172 .btn-info.active, | |
2173 .open .dropdown-toggle.btn-info { | |
2174 color: #fff; | |
2175 background-color: #39b3d7; | |
2176 border-color: #269abc; | |
2177 } | |
2178 .btn-info:active, | |
2179 .btn-info.active, | |
2180 .open .dropdown-toggle.btn-info { | |
2181 background-image: none; | |
2182 } | |
2183 .btn-info.disabled, | |
2184 .btn-info[disabled], | |
2185 fieldset[disabled] .btn-info, | |
2186 .btn-info.disabled:hover, | |
2187 .btn-info[disabled]:hover, | |
2188 fieldset[disabled] .btn-info:hover, | |
2189 .btn-info.disabled:focus, | |
2190 .btn-info[disabled]:focus, | |
2191 fieldset[disabled] .btn-info:focus, | |
2192 .btn-info.disabled:active, | |
2193 .btn-info[disabled]:active, | |
2194 fieldset[disabled] .btn-info:active, | |
2195 .btn-info.disabled.active, | |
2196 .btn-info[disabled].active, | |
2197 fieldset[disabled] .btn-info.active { | |
2198 background-color: #5bc0de; | |
2199 border-color: #46b8da; | |
2200 } | |
2201 .btn-info .badge { | |
2202 color: #5bc0de; | |
2203 background-color: #fff; | |
2204 } | |
2122 .btn-warning { | 2205 .btn-warning { |
2123 color: #ffffff; | 2206 color: #fff; |
2124 background-color: #f0ad4e; | 2207 background-color: #f0ad4e; |
2125 border-color: #eea236; | 2208 border-color: #eea236; |
2126 } | 2209 } |
2127 | |
2128 .btn-warning:hover, | 2210 .btn-warning:hover, |
2129 .btn-warning:focus, | 2211 .btn-warning:focus, |
2130 .btn-warning:active, | 2212 .btn-warning:active, |
2131 .btn-warning.active, | 2213 .btn-warning.active, |
2132 .open .dropdown-toggle.btn-warning { | 2214 .open .dropdown-toggle.btn-warning { |
2133 color: #ffffff; | 2215 color: #fff; |
2134 background-color: #ed9c28; | 2216 background-color: #ed9c28; |
2135 border-color: #d58512; | 2217 border-color: #d58512; |
2136 } | 2218 } |
2137 | |
2138 .btn-warning:active, | 2219 .btn-warning:active, |
2139 .btn-warning.active, | 2220 .btn-warning.active, |
2140 .open .dropdown-toggle.btn-warning { | 2221 .open .dropdown-toggle.btn-warning { |
2141 background-image: none; | 2222 background-image: none; |
2142 } | 2223 } |
2143 | |
2144 .btn-warning.disabled, | 2224 .btn-warning.disabled, |
2145 .btn-warning[disabled], | 2225 .btn-warning[disabled], |
2146 fieldset[disabled] .btn-warning, | 2226 fieldset[disabled] .btn-warning, |
2147 .btn-warning.disabled:hover, | 2227 .btn-warning.disabled:hover, |
2148 .btn-warning[disabled]:hover, | 2228 .btn-warning[disabled]:hover, |
2157 .btn-warning[disabled].active, | 2237 .btn-warning[disabled].active, |
2158 fieldset[disabled] .btn-warning.active { | 2238 fieldset[disabled] .btn-warning.active { |
2159 background-color: #f0ad4e; | 2239 background-color: #f0ad4e; |
2160 border-color: #eea236; | 2240 border-color: #eea236; |
2161 } | 2241 } |
2162 | 2242 .btn-warning .badge { |
2243 color: #f0ad4e; | |
2244 background-color: #fff; | |
2245 } | |
2163 .btn-danger { | 2246 .btn-danger { |
2164 color: #ffffff; | 2247 color: #fff; |
2165 background-color: #d9534f; | 2248 background-color: #d9534f; |
2166 border-color: #d43f3a; | 2249 border-color: #d43f3a; |
2167 } | 2250 } |
2168 | |
2169 .btn-danger:hover, | 2251 .btn-danger:hover, |
2170 .btn-danger:focus, | 2252 .btn-danger:focus, |
2171 .btn-danger:active, | 2253 .btn-danger:active, |
2172 .btn-danger.active, | 2254 .btn-danger.active, |
2173 .open .dropdown-toggle.btn-danger { | 2255 .open .dropdown-toggle.btn-danger { |
2174 color: #ffffff; | 2256 color: #fff; |
2175 background-color: #d2322d; | 2257 background-color: #d2322d; |
2176 border-color: #ac2925; | 2258 border-color: #ac2925; |
2177 } | 2259 } |
2178 | |
2179 .btn-danger:active, | 2260 .btn-danger:active, |
2180 .btn-danger.active, | 2261 .btn-danger.active, |
2181 .open .dropdown-toggle.btn-danger { | 2262 .open .dropdown-toggle.btn-danger { |
2182 background-image: none; | 2263 background-image: none; |
2183 } | 2264 } |
2184 | |
2185 .btn-danger.disabled, | 2265 .btn-danger.disabled, |
2186 .btn-danger[disabled], | 2266 .btn-danger[disabled], |
2187 fieldset[disabled] .btn-danger, | 2267 fieldset[disabled] .btn-danger, |
2188 .btn-danger.disabled:hover, | 2268 .btn-danger.disabled:hover, |
2189 .btn-danger[disabled]:hover, | 2269 .btn-danger[disabled]:hover, |
2198 .btn-danger[disabled].active, | 2278 .btn-danger[disabled].active, |
2199 fieldset[disabled] .btn-danger.active { | 2279 fieldset[disabled] .btn-danger.active { |
2200 background-color: #d9534f; | 2280 background-color: #d9534f; |
2201 border-color: #d43f3a; | 2281 border-color: #d43f3a; |
2202 } | 2282 } |
2203 | 2283 .btn-danger .badge { |
2204 .btn-success { | 2284 color: #d9534f; |
2205 color: #ffffff; | 2285 background-color: #fff; |
2206 background-color: #5cb85c; | 2286 } |
2207 border-color: #4cae4c; | |
2208 } | |
2209 | |
2210 .btn-success:hover, | |
2211 .btn-success:focus, | |
2212 .btn-success:active, | |
2213 .btn-success.active, | |
2214 .open .dropdown-toggle.btn-success { | |
2215 color: #ffffff; | |
2216 background-color: #47a447; | |
2217 border-color: #398439; | |
2218 } | |
2219 | |
2220 .btn-success:active, | |
2221 .btn-success.active, | |
2222 .open .dropdown-toggle.btn-success { | |
2223 background-image: none; | |
2224 } | |
2225 | |
2226 .btn-success.disabled, | |
2227 .btn-success[disabled], | |
2228 fieldset[disabled] .btn-success, | |
2229 .btn-success.disabled:hover, | |
2230 .btn-success[disabled]:hover, | |
2231 fieldset[disabled] .btn-success:hover, | |
2232 .btn-success.disabled:focus, | |
2233 .btn-success[disabled]:focus, | |
2234 fieldset[disabled] .btn-success:focus, | |
2235 .btn-success.disabled:active, | |
2236 .btn-success[disabled]:active, | |
2237 fieldset[disabled] .btn-success:active, | |
2238 .btn-success.disabled.active, | |
2239 .btn-success[disabled].active, | |
2240 fieldset[disabled] .btn-success.active { | |
2241 background-color: #5cb85c; | |
2242 border-color: #4cae4c; | |
2243 } | |
2244 | |
2245 .btn-info { | |
2246 color: #ffffff; | |
2247 background-color: #5bc0de; | |
2248 border-color: #46b8da; | |
2249 } | |
2250 | |
2251 .btn-info:hover, | |
2252 .btn-info:focus, | |
2253 .btn-info:active, | |
2254 .btn-info.active, | |
2255 .open .dropdown-toggle.btn-info { | |
2256 color: #ffffff; | |
2257 background-color: #39b3d7; | |
2258 border-color: #269abc; | |
2259 } | |
2260 | |
2261 .btn-info:active, | |
2262 .btn-info.active, | |
2263 .open .dropdown-toggle.btn-info { | |
2264 background-image: none; | |
2265 } | |
2266 | |
2267 .btn-info.disabled, | |
2268 .btn-info[disabled], | |
2269 fieldset[disabled] .btn-info, | |
2270 .btn-info.disabled:hover, | |
2271 .btn-info[disabled]:hover, | |
2272 fieldset[disabled] .btn-info:hover, | |
2273 .btn-info.disabled:focus, | |
2274 .btn-info[disabled]:focus, | |
2275 fieldset[disabled] .btn-info:focus, | |
2276 .btn-info.disabled:active, | |
2277 .btn-info[disabled]:active, | |
2278 fieldset[disabled] .btn-info:active, | |
2279 .btn-info.disabled.active, | |
2280 .btn-info[disabled].active, | |
2281 fieldset[disabled] .btn-info.active { | |
2282 background-color: #5bc0de; | |
2283 border-color: #46b8da; | |
2284 } | |
2285 | |
2286 .btn-link { | 2287 .btn-link { |
2287 font-weight: normal; | 2288 font-weight: normal; |
2288 color: #428bca; | 2289 color: #428bca; |
2289 cursor: pointer; | 2290 cursor: pointer; |
2290 border-radius: 0; | 2291 border-radius: 0; |
2291 } | 2292 } |
2292 | |
2293 .btn-link, | 2293 .btn-link, |
2294 .btn-link:active, | 2294 .btn-link:active, |
2295 .btn-link[disabled], | 2295 .btn-link[disabled], |
2296 fieldset[disabled] .btn-link { | 2296 fieldset[disabled] .btn-link { |
2297 background-color: transparent; | 2297 background-color: transparent; |
2298 -webkit-box-shadow: none; | 2298 -webkit-box-shadow: none; |
2299 box-shadow: none; | 2299 box-shadow: none; |
2300 } | 2300 } |
2301 | |
2302 .btn-link, | 2301 .btn-link, |
2303 .btn-link:hover, | 2302 .btn-link:hover, |
2304 .btn-link:focus, | 2303 .btn-link:focus, |
2305 .btn-link:active { | 2304 .btn-link:active { |
2306 border-color: transparent; | 2305 border-color: transparent; |
2307 } | 2306 } |
2308 | |
2309 .btn-link:hover, | 2307 .btn-link:hover, |
2310 .btn-link:focus { | 2308 .btn-link:focus { |
2311 color: #2a6496; | 2309 color: #2a6496; |
2312 text-decoration: underline; | 2310 text-decoration: underline; |
2313 background-color: transparent; | 2311 background-color: transparent; |
2314 } | 2312 } |
2315 | |
2316 .btn-link[disabled]:hover, | 2313 .btn-link[disabled]:hover, |
2317 fieldset[disabled] .btn-link:hover, | 2314 fieldset[disabled] .btn-link:hover, |
2318 .btn-link[disabled]:focus, | 2315 .btn-link[disabled]:focus, |
2319 fieldset[disabled] .btn-link:focus { | 2316 fieldset[disabled] .btn-link:focus { |
2320 color: #999999; | 2317 color: #999; |
2321 text-decoration: none; | 2318 text-decoration: none; |
2322 } | 2319 } |
2323 | 2320 .btn-lg, |
2324 .btn-lg { | 2321 .btn-group-lg > .btn { |
2325 padding: 10px 16px; | 2322 padding: 10px 16px; |
2326 font-size: 18px; | 2323 font-size: 18px; |
2327 line-height: 1.33; | 2324 line-height: 1.33; |
2328 border-radius: 6px; | 2325 border-radius: 6px; |
2329 } | 2326 } |
2330 | |
2331 .btn-sm, | 2327 .btn-sm, |
2332 .btn-xs { | 2328 .btn-group-sm > .btn { |
2333 padding: 5px 10px; | 2329 padding: 5px 10px; |
2334 font-size: 12px; | 2330 font-size: 12px; |
2335 line-height: 1.5; | 2331 line-height: 1.5; |
2336 border-radius: 3px; | 2332 border-radius: 3px; |
2337 } | 2333 } |
2338 | 2334 .btn-xs, |
2339 .btn-xs { | 2335 .btn-group-xs > .btn { |
2340 padding: 1px 5px; | 2336 padding: 1px 5px; |
2341 } | 2337 font-size: 12px; |
2342 | 2338 line-height: 1.5; |
2339 border-radius: 3px; | |
2340 } | |
2343 .btn-block { | 2341 .btn-block { |
2344 display: block; | 2342 display: block; |
2345 width: 100%; | 2343 width: 100%; |
2346 padding-right: 0; | 2344 padding-right: 0; |
2347 padding-left: 0; | 2345 padding-left: 0; |
2348 } | 2346 } |
2349 | |
2350 .btn-block + .btn-block { | 2347 .btn-block + .btn-block { |
2351 margin-top: 5px; | 2348 margin-top: 5px; |
2352 } | 2349 } |
2353 | |
2354 input[type="submit"].btn-block, | 2350 input[type="submit"].btn-block, |
2355 input[type="reset"].btn-block, | 2351 input[type="reset"].btn-block, |
2356 input[type="button"].btn-block { | 2352 input[type="button"].btn-block { |
2357 width: 100%; | 2353 width: 100%; |
2358 } | 2354 } |
2359 | |
2360 .fade { | 2355 .fade { |
2361 opacity: 0; | 2356 opacity: 0; |
2362 -webkit-transition: opacity 0.15s linear; | 2357 -webkit-transition: opacity .15s linear; |
2363 transition: opacity 0.15s linear; | 2358 transition: opacity .15s linear; |
2364 } | 2359 } |
2365 | |
2366 .fade.in { | 2360 .fade.in { |
2367 opacity: 1; | 2361 opacity: 1; |
2368 } | 2362 } |
2369 | |
2370 .collapse { | 2363 .collapse { |
2371 display: none; | 2364 display: none; |
2372 } | 2365 } |
2373 | |
2374 .collapse.in { | 2366 .collapse.in { |
2375 display: block; | 2367 display: block; |
2376 } | 2368 } |
2377 | |
2378 .collapsing { | 2369 .collapsing { |
2379 position: relative; | 2370 position: relative; |
2380 height: 0; | 2371 height: 0; |
2381 overflow: hidden; | 2372 overflow: hidden; |
2382 -webkit-transition: height 0.35s ease; | 2373 -webkit-transition: height .35s ease; |
2383 transition: height 0.35s ease; | 2374 transition: height .35s ease; |
2384 } | 2375 } |
2385 | |
2386 @font-face { | 2376 @font-face { |
2387 font-family: 'Glyphicons Halflings'; | 2377 font-family: 'Glyphicons Halflings'; |
2378 | |
2388 src: url('../fonts/glyphicons-halflings-regular.eot'); | 2379 src: url('../fonts/glyphicons-halflings-regular.eot'); |
2389 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); | 2380 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); |
2390 } | 2381 } |
2391 | |
2392 .glyphicon { | 2382 .glyphicon { |
2393 position: relative; | 2383 position: relative; |
2394 top: 1px; | 2384 top: 1px; |
2395 display: inline-block; | 2385 display: inline-block; |
2396 font-family: 'Glyphicons Halflings'; | 2386 font-family: 'Glyphicons Halflings'; |
2397 -webkit-font-smoothing: antialiased; | |
2398 font-style: normal; | 2387 font-style: normal; |
2399 font-weight: normal; | 2388 font-weight: normal; |
2400 line-height: 1; | 2389 line-height: 1; |
2401 } | |
2402 | 2390 |
2391 -webkit-font-smoothing: antialiased; | |
2392 -moz-osx-font-smoothing: grayscale; | |
2393 } | |
2403 .glyphicon-asterisk:before { | 2394 .glyphicon-asterisk:before { |
2404 content: "\2a"; | 2395 content: "\2a"; |
2405 } | 2396 } |
2406 | |
2407 .glyphicon-plus:before { | 2397 .glyphicon-plus:before { |
2408 content: "\2b"; | 2398 content: "\2b"; |
2409 } | 2399 } |
2410 | |
2411 .glyphicon-euro:before { | 2400 .glyphicon-euro:before { |
2412 content: "\20ac"; | 2401 content: "\20ac"; |
2413 } | 2402 } |
2414 | |
2415 .glyphicon-minus:before { | 2403 .glyphicon-minus:before { |
2416 content: "\2212"; | 2404 content: "\2212"; |
2417 } | 2405 } |
2418 | |
2419 .glyphicon-cloud:before { | 2406 .glyphicon-cloud:before { |
2420 content: "\2601"; | 2407 content: "\2601"; |
2421 } | 2408 } |
2422 | |
2423 .glyphicon-envelope:before { | 2409 .glyphicon-envelope:before { |
2424 content: "\2709"; | 2410 content: "\2709"; |
2425 } | 2411 } |
2426 | |
2427 .glyphicon-pencil:before { | 2412 .glyphicon-pencil:before { |
2428 content: "\270f"; | 2413 content: "\270f"; |
2429 } | 2414 } |
2430 | |
2431 .glyphicon-glass:before { | 2415 .glyphicon-glass:before { |
2432 content: "\e001"; | 2416 content: "\e001"; |
2433 } | 2417 } |
2434 | |
2435 .glyphicon-music:before { | 2418 .glyphicon-music:before { |
2436 content: "\e002"; | 2419 content: "\e002"; |
2437 } | 2420 } |
2438 | |
2439 .glyphicon-search:before { | 2421 .glyphicon-search:before { |
2440 content: "\e003"; | 2422 content: "\e003"; |
2441 } | 2423 } |
2442 | |
2443 .glyphicon-heart:before { | 2424 .glyphicon-heart:before { |
2444 content: "\e005"; | 2425 content: "\e005"; |
2445 } | 2426 } |
2446 | |
2447 .glyphicon-star:before { | 2427 .glyphicon-star:before { |
2448 content: "\e006"; | 2428 content: "\e006"; |
2449 } | 2429 } |
2450 | |
2451 .glyphicon-star-empty:before { | 2430 .glyphicon-star-empty:before { |
2452 content: "\e007"; | 2431 content: "\e007"; |
2453 } | 2432 } |
2454 | |
2455 .glyphicon-user:before { | 2433 .glyphicon-user:before { |
2456 content: "\e008"; | 2434 content: "\e008"; |
2457 } | 2435 } |
2458 | |
2459 .glyphicon-film:before { | 2436 .glyphicon-film:before { |
2460 content: "\e009"; | 2437 content: "\e009"; |
2461 } | 2438 } |
2462 | |
2463 .glyphicon-th-large:before { | 2439 .glyphicon-th-large:before { |
2464 content: "\e010"; | 2440 content: "\e010"; |
2465 } | 2441 } |
2466 | |
2467 .glyphicon-th:before { | 2442 .glyphicon-th:before { |
2468 content: "\e011"; | 2443 content: "\e011"; |
2469 } | 2444 } |
2470 | |
2471 .glyphicon-th-list:before { | 2445 .glyphicon-th-list:before { |
2472 content: "\e012"; | 2446 content: "\e012"; |
2473 } | 2447 } |
2474 | |
2475 .glyphicon-ok:before { | 2448 .glyphicon-ok:before { |
2476 content: "\e013"; | 2449 content: "\e013"; |
2477 } | 2450 } |
2478 | |
2479 .glyphicon-remove:before { | 2451 .glyphicon-remove:before { |
2480 content: "\e014"; | 2452 content: "\e014"; |
2481 } | 2453 } |
2482 | |
2483 .glyphicon-zoom-in:before { | 2454 .glyphicon-zoom-in:before { |
2484 content: "\e015"; | 2455 content: "\e015"; |
2485 } | 2456 } |
2486 | |
2487 .glyphicon-zoom-out:before { | 2457 .glyphicon-zoom-out:before { |
2488 content: "\e016"; | 2458 content: "\e016"; |
2489 } | 2459 } |
2490 | |
2491 .glyphicon-off:before { | 2460 .glyphicon-off:before { |
2492 content: "\e017"; | 2461 content: "\e017"; |
2493 } | 2462 } |
2494 | |
2495 .glyphicon-signal:before { | 2463 .glyphicon-signal:before { |
2496 content: "\e018"; | 2464 content: "\e018"; |
2497 } | 2465 } |
2498 | |
2499 .glyphicon-cog:before { | 2466 .glyphicon-cog:before { |
2500 content: "\e019"; | 2467 content: "\e019"; |
2501 } | 2468 } |
2502 | |
2503 .glyphicon-trash:before { | 2469 .glyphicon-trash:before { |
2504 content: "\e020"; | 2470 content: "\e020"; |
2505 } | 2471 } |
2506 | |
2507 .glyphicon-home:before { | 2472 .glyphicon-home:before { |
2508 content: "\e021"; | 2473 content: "\e021"; |
2509 } | 2474 } |
2510 | |
2511 .glyphicon-file:before { | 2475 .glyphicon-file:before { |
2512 content: "\e022"; | 2476 content: "\e022"; |
2513 } | 2477 } |
2514 | |
2515 .glyphicon-time:before { | 2478 .glyphicon-time:before { |
2516 content: "\e023"; | 2479 content: "\e023"; |
2517 } | 2480 } |
2518 | |
2519 .glyphicon-road:before { | 2481 .glyphicon-road:before { |
2520 content: "\e024"; | 2482 content: "\e024"; |
2521 } | 2483 } |
2522 | |
2523 .glyphicon-download-alt:before { | 2484 .glyphicon-download-alt:before { |
2524 content: "\e025"; | 2485 content: "\e025"; |
2525 } | 2486 } |
2526 | |
2527 .glyphicon-download:before { | 2487 .glyphicon-download:before { |
2528 content: "\e026"; | 2488 content: "\e026"; |
2529 } | 2489 } |
2530 | |
2531 .glyphicon-upload:before { | 2490 .glyphicon-upload:before { |
2532 content: "\e027"; | 2491 content: "\e027"; |
2533 } | 2492 } |
2534 | |
2535 .glyphicon-inbox:before { | 2493 .glyphicon-inbox:before { |
2536 content: "\e028"; | 2494 content: "\e028"; |
2537 } | 2495 } |
2538 | |
2539 .glyphicon-play-circle:before { | 2496 .glyphicon-play-circle:before { |
2540 content: "\e029"; | 2497 content: "\e029"; |
2541 } | 2498 } |
2542 | |
2543 .glyphicon-repeat:before { | 2499 .glyphicon-repeat:before { |
2544 content: "\e030"; | 2500 content: "\e030"; |
2545 } | 2501 } |
2546 | |
2547 .glyphicon-refresh:before { | 2502 .glyphicon-refresh:before { |
2548 content: "\e031"; | 2503 content: "\e031"; |
2549 } | 2504 } |
2550 | |
2551 .glyphicon-list-alt:before { | 2505 .glyphicon-list-alt:before { |
2552 content: "\e032"; | 2506 content: "\e032"; |
2553 } | 2507 } |
2554 | 2508 .glyphicon-lock:before { |
2509 content: "\e033"; | |
2510 } | |
2555 .glyphicon-flag:before { | 2511 .glyphicon-flag:before { |
2556 content: "\e034"; | 2512 content: "\e034"; |
2557 } | 2513 } |
2558 | |
2559 .glyphicon-headphones:before { | 2514 .glyphicon-headphones:before { |
2560 content: "\e035"; | 2515 content: "\e035"; |
2561 } | 2516 } |
2562 | |
2563 .glyphicon-volume-off:before { | 2517 .glyphicon-volume-off:before { |
2564 content: "\e036"; | 2518 content: "\e036"; |
2565 } | 2519 } |
2566 | |
2567 .glyphicon-volume-down:before { | 2520 .glyphicon-volume-down:before { |
2568 content: "\e037"; | 2521 content: "\e037"; |
2569 } | 2522 } |
2570 | |
2571 .glyphicon-volume-up:before { | 2523 .glyphicon-volume-up:before { |
2572 content: "\e038"; | 2524 content: "\e038"; |
2573 } | 2525 } |
2574 | |
2575 .glyphicon-qrcode:before { | 2526 .glyphicon-qrcode:before { |
2576 content: "\e039"; | 2527 content: "\e039"; |
2577 } | 2528 } |
2578 | |
2579 .glyphicon-barcode:before { | 2529 .glyphicon-barcode:before { |
2580 content: "\e040"; | 2530 content: "\e040"; |
2581 } | 2531 } |
2582 | |
2583 .glyphicon-tag:before { | 2532 .glyphicon-tag:before { |
2584 content: "\e041"; | 2533 content: "\e041"; |
2585 } | 2534 } |
2586 | |
2587 .glyphicon-tags:before { | 2535 .glyphicon-tags:before { |
2588 content: "\e042"; | 2536 content: "\e042"; |
2589 } | 2537 } |
2590 | |
2591 .glyphicon-book:before { | 2538 .glyphicon-book:before { |
2592 content: "\e043"; | 2539 content: "\e043"; |
2593 } | 2540 } |
2594 | 2541 .glyphicon-bookmark:before { |
2542 content: "\e044"; | |
2543 } | |
2595 .glyphicon-print:before { | 2544 .glyphicon-print:before { |
2596 content: "\e045"; | 2545 content: "\e045"; |
2597 } | 2546 } |
2598 | 2547 .glyphicon-camera:before { |
2548 content: "\e046"; | |
2549 } | |
2599 .glyphicon-font:before { | 2550 .glyphicon-font:before { |
2600 content: "\e047"; | 2551 content: "\e047"; |
2601 } | 2552 } |
2602 | |
2603 .glyphicon-bold:before { | 2553 .glyphicon-bold:before { |
2604 content: "\e048"; | 2554 content: "\e048"; |
2605 } | 2555 } |
2606 | |
2607 .glyphicon-italic:before { | 2556 .glyphicon-italic:before { |
2608 content: "\e049"; | 2557 content: "\e049"; |
2609 } | 2558 } |
2610 | |
2611 .glyphicon-text-height:before { | 2559 .glyphicon-text-height:before { |
2612 content: "\e050"; | 2560 content: "\e050"; |
2613 } | 2561 } |
2614 | |
2615 .glyphicon-text-width:before { | 2562 .glyphicon-text-width:before { |
2616 content: "\e051"; | 2563 content: "\e051"; |
2617 } | 2564 } |
2618 | |
2619 .glyphicon-align-left:before { | 2565 .glyphicon-align-left:before { |
2620 content: "\e052"; | 2566 content: "\e052"; |
2621 } | 2567 } |
2622 | |
2623 .glyphicon-align-center:before { | 2568 .glyphicon-align-center:before { |
2624 content: "\e053"; | 2569 content: "\e053"; |
2625 } | 2570 } |
2626 | |
2627 .glyphicon-align-right:before { | 2571 .glyphicon-align-right:before { |
2628 content: "\e054"; | 2572 content: "\e054"; |
2629 } | 2573 } |
2630 | |
2631 .glyphicon-align-justify:before { | 2574 .glyphicon-align-justify:before { |
2632 content: "\e055"; | 2575 content: "\e055"; |
2633 } | 2576 } |
2634 | |
2635 .glyphicon-list:before { | 2577 .glyphicon-list:before { |
2636 content: "\e056"; | 2578 content: "\e056"; |
2637 } | 2579 } |
2638 | |
2639 .glyphicon-indent-left:before { | 2580 .glyphicon-indent-left:before { |
2640 content: "\e057"; | 2581 content: "\e057"; |
2641 } | 2582 } |
2642 | |
2643 .glyphicon-indent-right:before { | 2583 .glyphicon-indent-right:before { |
2644 content: "\e058"; | 2584 content: "\e058"; |
2645 } | 2585 } |
2646 | |
2647 .glyphicon-facetime-video:before { | 2586 .glyphicon-facetime-video:before { |
2648 content: "\e059"; | 2587 content: "\e059"; |
2649 } | 2588 } |
2650 | |
2651 .glyphicon-picture:before { | 2589 .glyphicon-picture:before { |
2652 content: "\e060"; | 2590 content: "\e060"; |
2653 } | 2591 } |
2654 | |
2655 .glyphicon-map-marker:before { | 2592 .glyphicon-map-marker:before { |
2656 content: "\e062"; | 2593 content: "\e062"; |
2657 } | 2594 } |
2658 | |
2659 .glyphicon-adjust:before { | 2595 .glyphicon-adjust:before { |
2660 content: "\e063"; | 2596 content: "\e063"; |
2661 } | 2597 } |
2662 | |
2663 .glyphicon-tint:before { | 2598 .glyphicon-tint:before { |
2664 content: "\e064"; | 2599 content: "\e064"; |
2665 } | 2600 } |
2666 | |
2667 .glyphicon-edit:before { | 2601 .glyphicon-edit:before { |
2668 content: "\e065"; | 2602 content: "\e065"; |
2669 } | 2603 } |
2670 | |
2671 .glyphicon-share:before { | 2604 .glyphicon-share:before { |
2672 content: "\e066"; | 2605 content: "\e066"; |
2673 } | 2606 } |
2674 | |
2675 .glyphicon-check:before { | 2607 .glyphicon-check:before { |
2676 content: "\e067"; | 2608 content: "\e067"; |
2677 } | 2609 } |
2678 | |
2679 .glyphicon-move:before { | 2610 .glyphicon-move:before { |
2680 content: "\e068"; | 2611 content: "\e068"; |
2681 } | 2612 } |
2682 | |
2683 .glyphicon-step-backward:before { | 2613 .glyphicon-step-backward:before { |
2684 content: "\e069"; | 2614 content: "\e069"; |
2685 } | 2615 } |
2686 | |
2687 .glyphicon-fast-backward:before { | 2616 .glyphicon-fast-backward:before { |
2688 content: "\e070"; | 2617 content: "\e070"; |
2689 } | 2618 } |
2690 | |
2691 .glyphicon-backward:before { | 2619 .glyphicon-backward:before { |
2692 content: "\e071"; | 2620 content: "\e071"; |
2693 } | 2621 } |
2694 | |
2695 .glyphicon-play:before { | 2622 .glyphicon-play:before { |
2696 content: "\e072"; | 2623 content: "\e072"; |
2697 } | 2624 } |
2698 | |
2699 .glyphicon-pause:before { | 2625 .glyphicon-pause:before { |
2700 content: "\e073"; | 2626 content: "\e073"; |
2701 } | 2627 } |
2702 | |
2703 .glyphicon-stop:before { | 2628 .glyphicon-stop:before { |
2704 content: "\e074"; | 2629 content: "\e074"; |
2705 } | 2630 } |
2706 | |
2707 .glyphicon-forward:before { | 2631 .glyphicon-forward:before { |
2708 content: "\e075"; | 2632 content: "\e075"; |
2709 } | 2633 } |
2710 | |
2711 .glyphicon-fast-forward:before { | 2634 .glyphicon-fast-forward:before { |
2712 content: "\e076"; | 2635 content: "\e076"; |
2713 } | 2636 } |
2714 | |
2715 .glyphicon-step-forward:before { | 2637 .glyphicon-step-forward:before { |
2716 content: "\e077"; | 2638 content: "\e077"; |
2717 } | 2639 } |
2718 | |
2719 .glyphicon-eject:before { | 2640 .glyphicon-eject:before { |
2720 content: "\e078"; | 2641 content: "\e078"; |
2721 } | 2642 } |
2722 | |
2723 .glyphicon-chevron-left:before { | 2643 .glyphicon-chevron-left:before { |
2724 content: "\e079"; | 2644 content: "\e079"; |
2725 } | 2645 } |
2726 | |
2727 .glyphicon-chevron-right:before { | 2646 .glyphicon-chevron-right:before { |
2728 content: "\e080"; | 2647 content: "\e080"; |
2729 } | 2648 } |
2730 | |
2731 .glyphicon-plus-sign:before { | 2649 .glyphicon-plus-sign:before { |
2732 content: "\e081"; | 2650 content: "\e081"; |
2733 } | 2651 } |
2734 | |
2735 .glyphicon-minus-sign:before { | 2652 .glyphicon-minus-sign:before { |
2736 content: "\e082"; | 2653 content: "\e082"; |
2737 } | 2654 } |
2738 | |
2739 .glyphicon-remove-sign:before { | 2655 .glyphicon-remove-sign:before { |
2740 content: "\e083"; | 2656 content: "\e083"; |
2741 } | 2657 } |
2742 | |
2743 .glyphicon-ok-sign:before { | 2658 .glyphicon-ok-sign:before { |
2744 content: "\e084"; | 2659 content: "\e084"; |
2745 } | 2660 } |
2746 | |
2747 .glyphicon-question-sign:before { | 2661 .glyphicon-question-sign:before { |
2748 content: "\e085"; | 2662 content: "\e085"; |
2749 } | 2663 } |
2750 | |
2751 .glyphicon-info-sign:before { | 2664 .glyphicon-info-sign:before { |
2752 content: "\e086"; | 2665 content: "\e086"; |
2753 } | 2666 } |
2754 | |
2755 .glyphicon-screenshot:before { | 2667 .glyphicon-screenshot:before { |
2756 content: "\e087"; | 2668 content: "\e087"; |
2757 } | 2669 } |
2758 | |
2759 .glyphicon-remove-circle:before { | 2670 .glyphicon-remove-circle:before { |
2760 content: "\e088"; | 2671 content: "\e088"; |
2761 } | 2672 } |
2762 | |
2763 .glyphicon-ok-circle:before { | 2673 .glyphicon-ok-circle:before { |
2764 content: "\e089"; | 2674 content: "\e089"; |
2765 } | 2675 } |
2766 | |
2767 .glyphicon-ban-circle:before { | 2676 .glyphicon-ban-circle:before { |
2768 content: "\e090"; | 2677 content: "\e090"; |
2769 } | 2678 } |
2770 | |
2771 .glyphicon-arrow-left:before { | 2679 .glyphicon-arrow-left:before { |
2772 content: "\e091"; | 2680 content: "\e091"; |
2773 } | 2681 } |
2774 | |
2775 .glyphicon-arrow-right:before { | 2682 .glyphicon-arrow-right:before { |
2776 content: "\e092"; | 2683 content: "\e092"; |
2777 } | 2684 } |
2778 | |
2779 .glyphicon-arrow-up:before { | 2685 .glyphicon-arrow-up:before { |
2780 content: "\e093"; | 2686 content: "\e093"; |
2781 } | 2687 } |
2782 | |
2783 .glyphicon-arrow-down:before { | 2688 .glyphicon-arrow-down:before { |
2784 content: "\e094"; | 2689 content: "\e094"; |
2785 } | 2690 } |
2786 | |
2787 .glyphicon-share-alt:before { | 2691 .glyphicon-share-alt:before { |
2788 content: "\e095"; | 2692 content: "\e095"; |
2789 } | 2693 } |
2790 | |
2791 .glyphicon-resize-full:before { | 2694 .glyphicon-resize-full:before { |
2792 content: "\e096"; | 2695 content: "\e096"; |
2793 } | 2696 } |
2794 | |
2795 .glyphicon-resize-small:before { | 2697 .glyphicon-resize-small:before { |
2796 content: "\e097"; | 2698 content: "\e097"; |
2797 } | 2699 } |
2798 | |
2799 .glyphicon-exclamation-sign:before { | 2700 .glyphicon-exclamation-sign:before { |
2800 content: "\e101"; | 2701 content: "\e101"; |
2801 } | 2702 } |
2802 | |
2803 .glyphicon-gift:before { | 2703 .glyphicon-gift:before { |
2804 content: "\e102"; | 2704 content: "\e102"; |
2805 } | 2705 } |
2806 | |
2807 .glyphicon-leaf:before { | 2706 .glyphicon-leaf:before { |
2808 content: "\e103"; | 2707 content: "\e103"; |
2809 } | 2708 } |
2810 | 2709 .glyphicon-fire:before { |
2710 content: "\e104"; | |
2711 } | |
2811 .glyphicon-eye-open:before { | 2712 .glyphicon-eye-open:before { |
2812 content: "\e105"; | 2713 content: "\e105"; |
2813 } | 2714 } |
2814 | |
2815 .glyphicon-eye-close:before { | 2715 .glyphicon-eye-close:before { |
2816 content: "\e106"; | 2716 content: "\e106"; |
2817 } | 2717 } |
2818 | |
2819 .glyphicon-warning-sign:before { | 2718 .glyphicon-warning-sign:before { |
2820 content: "\e107"; | 2719 content: "\e107"; |
2821 } | 2720 } |
2822 | |
2823 .glyphicon-plane:before { | 2721 .glyphicon-plane:before { |
2824 content: "\e108"; | 2722 content: "\e108"; |
2825 } | 2723 } |
2826 | 2724 .glyphicon-calendar:before { |
2725 content: "\e109"; | |
2726 } | |
2827 .glyphicon-random:before { | 2727 .glyphicon-random:before { |
2828 content: "\e110"; | 2728 content: "\e110"; |
2829 } | 2729 } |
2830 | |
2831 .glyphicon-comment:before { | 2730 .glyphicon-comment:before { |
2832 content: "\e111"; | 2731 content: "\e111"; |
2833 } | 2732 } |
2834 | |
2835 .glyphicon-magnet:before { | 2733 .glyphicon-magnet:before { |
2836 content: "\e112"; | 2734 content: "\e112"; |
2837 } | 2735 } |
2838 | |
2839 .glyphicon-chevron-up:before { | 2736 .glyphicon-chevron-up:before { |
2840 content: "\e113"; | 2737 content: "\e113"; |
2841 } | 2738 } |
2842 | |
2843 .glyphicon-chevron-down:before { | 2739 .glyphicon-chevron-down:before { |
2844 content: "\e114"; | 2740 content: "\e114"; |
2845 } | 2741 } |
2846 | |
2847 .glyphicon-retweet:before { | 2742 .glyphicon-retweet:before { |
2848 content: "\e115"; | 2743 content: "\e115"; |
2849 } | 2744 } |
2850 | |
2851 .glyphicon-shopping-cart:before { | 2745 .glyphicon-shopping-cart:before { |
2852 content: "\e116"; | 2746 content: "\e116"; |
2853 } | 2747 } |
2854 | |
2855 .glyphicon-folder-close:before { | 2748 .glyphicon-folder-close:before { |
2856 content: "\e117"; | 2749 content: "\e117"; |
2857 } | 2750 } |
2858 | |
2859 .glyphicon-folder-open:before { | 2751 .glyphicon-folder-open:before { |
2860 content: "\e118"; | 2752 content: "\e118"; |
2861 } | 2753 } |
2862 | |
2863 .glyphicon-resize-vertical:before { | 2754 .glyphicon-resize-vertical:before { |
2864 content: "\e119"; | 2755 content: "\e119"; |
2865 } | 2756 } |
2866 | |
2867 .glyphicon-resize-horizontal:before { | 2757 .glyphicon-resize-horizontal:before { |
2868 content: "\e120"; | 2758 content: "\e120"; |
2869 } | 2759 } |
2870 | |
2871 .glyphicon-hdd:before { | 2760 .glyphicon-hdd:before { |
2872 content: "\e121"; | 2761 content: "\e121"; |
2873 } | 2762 } |
2874 | |
2875 .glyphicon-bullhorn:before { | 2763 .glyphicon-bullhorn:before { |
2876 content: "\e122"; | 2764 content: "\e122"; |
2877 } | 2765 } |
2878 | 2766 .glyphicon-bell:before { |
2767 content: "\e123"; | |
2768 } | |
2879 .glyphicon-certificate:before { | 2769 .glyphicon-certificate:before { |
2880 content: "\e124"; | 2770 content: "\e124"; |
2881 } | 2771 } |
2882 | |
2883 .glyphicon-thumbs-up:before { | 2772 .glyphicon-thumbs-up:before { |
2884 content: "\e125"; | 2773 content: "\e125"; |
2885 } | 2774 } |
2886 | |
2887 .glyphicon-thumbs-down:before { | 2775 .glyphicon-thumbs-down:before { |
2888 content: "\e126"; | 2776 content: "\e126"; |
2889 } | 2777 } |
2890 | |
2891 .glyphicon-hand-right:before { | 2778 .glyphicon-hand-right:before { |
2892 content: "\e127"; | 2779 content: "\e127"; |
2893 } | 2780 } |
2894 | |
2895 .glyphicon-hand-left:before { | 2781 .glyphicon-hand-left:before { |
2896 content: "\e128"; | 2782 content: "\e128"; |
2897 } | 2783 } |
2898 | |
2899 .glyphicon-hand-up:before { | 2784 .glyphicon-hand-up:before { |
2900 content: "\e129"; | 2785 content: "\e129"; |
2901 } | 2786 } |
2902 | |
2903 .glyphicon-hand-down:before { | 2787 .glyphicon-hand-down:before { |
2904 content: "\e130"; | 2788 content: "\e130"; |
2905 } | 2789 } |
2906 | |
2907 .glyphicon-circle-arrow-right:before { | 2790 .glyphicon-circle-arrow-right:before { |
2908 content: "\e131"; | 2791 content: "\e131"; |
2909 } | 2792 } |
2910 | |
2911 .glyphicon-circle-arrow-left:before { | 2793 .glyphicon-circle-arrow-left:before { |
2912 content: "\e132"; | 2794 content: "\e132"; |
2913 } | 2795 } |
2914 | |
2915 .glyphicon-circle-arrow-up:before { | 2796 .glyphicon-circle-arrow-up:before { |
2916 content: "\e133"; | 2797 content: "\e133"; |
2917 } | 2798 } |
2918 | |
2919 .glyphicon-circle-arrow-down:before { | 2799 .glyphicon-circle-arrow-down:before { |
2920 content: "\e134"; | 2800 content: "\e134"; |
2921 } | 2801 } |
2922 | |
2923 .glyphicon-globe:before { | 2802 .glyphicon-globe:before { |
2924 content: "\e135"; | 2803 content: "\e135"; |
2925 } | 2804 } |
2926 | 2805 .glyphicon-wrench:before { |
2806 content: "\e136"; | |
2807 } | |
2927 .glyphicon-tasks:before { | 2808 .glyphicon-tasks:before { |
2928 content: "\e137"; | 2809 content: "\e137"; |
2929 } | 2810 } |
2930 | |
2931 .glyphicon-filter:before { | 2811 .glyphicon-filter:before { |
2932 content: "\e138"; | 2812 content: "\e138"; |
2933 } | 2813 } |
2934 | 2814 .glyphicon-briefcase:before { |
2815 content: "\e139"; | |
2816 } | |
2935 .glyphicon-fullscreen:before { | 2817 .glyphicon-fullscreen:before { |
2936 content: "\e140"; | 2818 content: "\e140"; |
2937 } | 2819 } |
2938 | |
2939 .glyphicon-dashboard:before { | 2820 .glyphicon-dashboard:before { |
2940 content: "\e141"; | 2821 content: "\e141"; |
2941 } | 2822 } |
2942 | 2823 .glyphicon-paperclip:before { |
2824 content: "\e142"; | |
2825 } | |
2943 .glyphicon-heart-empty:before { | 2826 .glyphicon-heart-empty:before { |
2944 content: "\e143"; | 2827 content: "\e143"; |
2945 } | 2828 } |
2946 | |
2947 .glyphicon-link:before { | 2829 .glyphicon-link:before { |
2948 content: "\e144"; | 2830 content: "\e144"; |
2949 } | 2831 } |
2950 | |
2951 .glyphicon-phone:before { | 2832 .glyphicon-phone:before { |
2952 content: "\e145"; | 2833 content: "\e145"; |
2953 } | 2834 } |
2954 | 2835 .glyphicon-pushpin:before { |
2836 content: "\e146"; | |
2837 } | |
2955 .glyphicon-usd:before { | 2838 .glyphicon-usd:before { |
2956 content: "\e148"; | 2839 content: "\e148"; |
2957 } | 2840 } |
2958 | |
2959 .glyphicon-gbp:before { | 2841 .glyphicon-gbp:before { |
2960 content: "\e149"; | 2842 content: "\e149"; |
2961 } | 2843 } |
2962 | |
2963 .glyphicon-sort:before { | 2844 .glyphicon-sort:before { |
2964 content: "\e150"; | 2845 content: "\e150"; |
2965 } | 2846 } |
2966 | |
2967 .glyphicon-sort-by-alphabet:before { | 2847 .glyphicon-sort-by-alphabet:before { |
2968 content: "\e151"; | 2848 content: "\e151"; |
2969 } | 2849 } |
2970 | |
2971 .glyphicon-sort-by-alphabet-alt:before { | 2850 .glyphicon-sort-by-alphabet-alt:before { |
2972 content: "\e152"; | 2851 content: "\e152"; |
2973 } | 2852 } |
2974 | |
2975 .glyphicon-sort-by-order:before { | 2853 .glyphicon-sort-by-order:before { |
2976 content: "\e153"; | 2854 content: "\e153"; |
2977 } | 2855 } |
2978 | |
2979 .glyphicon-sort-by-order-alt:before { | 2856 .glyphicon-sort-by-order-alt:before { |
2980 content: "\e154"; | 2857 content: "\e154"; |
2981 } | 2858 } |
2982 | |
2983 .glyphicon-sort-by-attributes:before { | 2859 .glyphicon-sort-by-attributes:before { |
2984 content: "\e155"; | 2860 content: "\e155"; |
2985 } | 2861 } |
2986 | |
2987 .glyphicon-sort-by-attributes-alt:before { | 2862 .glyphicon-sort-by-attributes-alt:before { |
2988 content: "\e156"; | 2863 content: "\e156"; |
2989 } | 2864 } |
2990 | |
2991 .glyphicon-unchecked:before { | 2865 .glyphicon-unchecked:before { |
2992 content: "\e157"; | 2866 content: "\e157"; |
2993 } | 2867 } |
2994 | |
2995 .glyphicon-expand:before { | 2868 .glyphicon-expand:before { |
2996 content: "\e158"; | 2869 content: "\e158"; |
2997 } | 2870 } |
2998 | |
2999 .glyphicon-collapse-down:before { | 2871 .glyphicon-collapse-down:before { |
3000 content: "\e159"; | 2872 content: "\e159"; |
3001 } | 2873 } |
3002 | |
3003 .glyphicon-collapse-up:before { | 2874 .glyphicon-collapse-up:before { |
3004 content: "\e160"; | 2875 content: "\e160"; |
3005 } | 2876 } |
3006 | |
3007 .glyphicon-log-in:before { | 2877 .glyphicon-log-in:before { |
3008 content: "\e161"; | 2878 content: "\e161"; |
3009 } | 2879 } |
3010 | |
3011 .glyphicon-flash:before { | 2880 .glyphicon-flash:before { |
3012 content: "\e162"; | 2881 content: "\e162"; |
3013 } | 2882 } |
3014 | |
3015 .glyphicon-log-out:before { | 2883 .glyphicon-log-out:before { |
3016 content: "\e163"; | 2884 content: "\e163"; |
3017 } | 2885 } |
3018 | |
3019 .glyphicon-new-window:before { | 2886 .glyphicon-new-window:before { |
3020 content: "\e164"; | 2887 content: "\e164"; |
3021 } | 2888 } |
3022 | |
3023 .glyphicon-record:before { | 2889 .glyphicon-record:before { |
3024 content: "\e165"; | 2890 content: "\e165"; |
3025 } | 2891 } |
3026 | |
3027 .glyphicon-save:before { | 2892 .glyphicon-save:before { |
3028 content: "\e166"; | 2893 content: "\e166"; |
3029 } | 2894 } |
3030 | |
3031 .glyphicon-open:before { | 2895 .glyphicon-open:before { |
3032 content: "\e167"; | 2896 content: "\e167"; |
3033 } | 2897 } |
3034 | |
3035 .glyphicon-saved:before { | 2898 .glyphicon-saved:before { |
3036 content: "\e168"; | 2899 content: "\e168"; |
3037 } | 2900 } |
3038 | |
3039 .glyphicon-import:before { | 2901 .glyphicon-import:before { |
3040 content: "\e169"; | 2902 content: "\e169"; |
3041 } | 2903 } |
3042 | |
3043 .glyphicon-export:before { | 2904 .glyphicon-export:before { |
3044 content: "\e170"; | 2905 content: "\e170"; |
3045 } | 2906 } |
3046 | |
3047 .glyphicon-send:before { | 2907 .glyphicon-send:before { |
3048 content: "\e171"; | 2908 content: "\e171"; |
3049 } | 2909 } |
3050 | |
3051 .glyphicon-floppy-disk:before { | 2910 .glyphicon-floppy-disk:before { |
3052 content: "\e172"; | 2911 content: "\e172"; |
3053 } | 2912 } |
3054 | |
3055 .glyphicon-floppy-saved:before { | 2913 .glyphicon-floppy-saved:before { |
3056 content: "\e173"; | 2914 content: "\e173"; |
3057 } | 2915 } |
3058 | |
3059 .glyphicon-floppy-remove:before { | 2916 .glyphicon-floppy-remove:before { |
3060 content: "\e174"; | 2917 content: "\e174"; |
3061 } | 2918 } |
3062 | |
3063 .glyphicon-floppy-save:before { | 2919 .glyphicon-floppy-save:before { |
3064 content: "\e175"; | 2920 content: "\e175"; |
3065 } | 2921 } |
3066 | |
3067 .glyphicon-floppy-open:before { | 2922 .glyphicon-floppy-open:before { |
3068 content: "\e176"; | 2923 content: "\e176"; |
3069 } | 2924 } |
3070 | |
3071 .glyphicon-credit-card:before { | 2925 .glyphicon-credit-card:before { |
3072 content: "\e177"; | 2926 content: "\e177"; |
3073 } | 2927 } |
3074 | |
3075 .glyphicon-transfer:before { | 2928 .glyphicon-transfer:before { |
3076 content: "\e178"; | 2929 content: "\e178"; |
3077 } | 2930 } |
3078 | |
3079 .glyphicon-cutlery:before { | 2931 .glyphicon-cutlery:before { |
3080 content: "\e179"; | 2932 content: "\e179"; |
3081 } | 2933 } |
3082 | |
3083 .glyphicon-header:before { | 2934 .glyphicon-header:before { |
3084 content: "\e180"; | 2935 content: "\e180"; |
3085 } | 2936 } |
3086 | |
3087 .glyphicon-compressed:before { | 2937 .glyphicon-compressed:before { |
3088 content: "\e181"; | 2938 content: "\e181"; |
3089 } | 2939 } |
3090 | |
3091 .glyphicon-earphone:before { | 2940 .glyphicon-earphone:before { |
3092 content: "\e182"; | 2941 content: "\e182"; |
3093 } | 2942 } |
3094 | |
3095 .glyphicon-phone-alt:before { | 2943 .glyphicon-phone-alt:before { |
3096 content: "\e183"; | 2944 content: "\e183"; |
3097 } | 2945 } |
3098 | |
3099 .glyphicon-tower:before { | 2946 .glyphicon-tower:before { |
3100 content: "\e184"; | 2947 content: "\e184"; |
3101 } | 2948 } |
3102 | |
3103 .glyphicon-stats:before { | 2949 .glyphicon-stats:before { |
3104 content: "\e185"; | 2950 content: "\e185"; |
3105 } | 2951 } |
3106 | |
3107 .glyphicon-sd-video:before { | 2952 .glyphicon-sd-video:before { |
3108 content: "\e186"; | 2953 content: "\e186"; |
3109 } | 2954 } |
3110 | |
3111 .glyphicon-hd-video:before { | 2955 .glyphicon-hd-video:before { |
3112 content: "\e187"; | 2956 content: "\e187"; |
3113 } | 2957 } |
3114 | |
3115 .glyphicon-subtitles:before { | 2958 .glyphicon-subtitles:before { |
3116 content: "\e188"; | 2959 content: "\e188"; |
3117 } | 2960 } |
3118 | |
3119 .glyphicon-sound-stereo:before { | 2961 .glyphicon-sound-stereo:before { |
3120 content: "\e189"; | 2962 content: "\e189"; |
3121 } | 2963 } |
3122 | |
3123 .glyphicon-sound-dolby:before { | 2964 .glyphicon-sound-dolby:before { |
3124 content: "\e190"; | 2965 content: "\e190"; |
3125 } | 2966 } |
3126 | |
3127 .glyphicon-sound-5-1:before { | 2967 .glyphicon-sound-5-1:before { |
3128 content: "\e191"; | 2968 content: "\e191"; |
3129 } | 2969 } |
3130 | |
3131 .glyphicon-sound-6-1:before { | 2970 .glyphicon-sound-6-1:before { |
3132 content: "\e192"; | 2971 content: "\e192"; |
3133 } | 2972 } |
3134 | |
3135 .glyphicon-sound-7-1:before { | 2973 .glyphicon-sound-7-1:before { |
3136 content: "\e193"; | 2974 content: "\e193"; |
3137 } | 2975 } |
3138 | |
3139 .glyphicon-copyright-mark:before { | 2976 .glyphicon-copyright-mark:before { |
3140 content: "\e194"; | 2977 content: "\e194"; |
3141 } | 2978 } |
3142 | |
3143 .glyphicon-registration-mark:before { | 2979 .glyphicon-registration-mark:before { |
3144 content: "\e195"; | 2980 content: "\e195"; |
3145 } | 2981 } |
3146 | |
3147 .glyphicon-cloud-download:before { | 2982 .glyphicon-cloud-download:before { |
3148 content: "\e197"; | 2983 content: "\e197"; |
3149 } | 2984 } |
3150 | |
3151 .glyphicon-cloud-upload:before { | 2985 .glyphicon-cloud-upload:before { |
3152 content: "\e198"; | 2986 content: "\e198"; |
3153 } | 2987 } |
3154 | |
3155 .glyphicon-tree-conifer:before { | 2988 .glyphicon-tree-conifer:before { |
3156 content: "\e199"; | 2989 content: "\e199"; |
3157 } | 2990 } |
3158 | |
3159 .glyphicon-tree-deciduous:before { | 2991 .glyphicon-tree-deciduous:before { |
3160 content: "\e200"; | 2992 content: "\e200"; |
3161 } | 2993 } |
3162 | |
3163 .glyphicon-briefcase:before { | |
3164 content: "\1f4bc"; | |
3165 } | |
3166 | |
3167 .glyphicon-calendar:before { | |
3168 content: "\1f4c5"; | |
3169 } | |
3170 | |
3171 .glyphicon-pushpin:before { | |
3172 content: "\1f4cc"; | |
3173 } | |
3174 | |
3175 .glyphicon-paperclip:before { | |
3176 content: "\1f4ce"; | |
3177 } | |
3178 | |
3179 .glyphicon-camera:before { | |
3180 content: "\1f4f7"; | |
3181 } | |
3182 | |
3183 .glyphicon-lock:before { | |
3184 content: "\1f512"; | |
3185 } | |
3186 | |
3187 .glyphicon-bell:before { | |
3188 content: "\1f514"; | |
3189 } | |
3190 | |
3191 .glyphicon-bookmark:before { | |
3192 content: "\1f516"; | |
3193 } | |
3194 | |
3195 .glyphicon-fire:before { | |
3196 content: "\1f525"; | |
3197 } | |
3198 | |
3199 .glyphicon-wrench:before { | |
3200 content: "\1f527"; | |
3201 } | |
3202 | |
3203 .caret { | 2994 .caret { |
3204 display: inline-block; | 2995 display: inline-block; |
3205 width: 0; | 2996 width: 0; |
3206 height: 0; | 2997 height: 0; |
3207 margin-left: 2px; | 2998 margin-left: 2px; |
3208 vertical-align: middle; | 2999 vertical-align: middle; |
3209 border-top: 4px solid #000000; | 3000 border-top: 4px solid; |
3210 border-right: 4px solid transparent; | 3001 border-right: 4px solid transparent; |
3211 border-bottom: 0 dotted; | |
3212 border-left: 4px solid transparent; | 3002 border-left: 4px solid transparent; |
3213 content: ""; | 3003 } |
3214 } | |
3215 | |
3216 .dropdown { | 3004 .dropdown { |
3217 position: relative; | 3005 position: relative; |
3218 } | 3006 } |
3219 | |
3220 .dropdown-toggle:focus { | 3007 .dropdown-toggle:focus { |
3221 outline: 0; | 3008 outline: 0; |
3222 } | 3009 } |
3223 | |
3224 .dropdown-menu { | 3010 .dropdown-menu { |
3225 position: absolute; | 3011 position: absolute; |
3226 top: 100%; | 3012 top: 100%; |
3227 left: 0; | 3013 left: 0; |
3228 z-index: 1000; | 3014 z-index: 1000; |
3231 min-width: 160px; | 3017 min-width: 160px; |
3232 padding: 5px 0; | 3018 padding: 5px 0; |
3233 margin: 2px 0 0; | 3019 margin: 2px 0 0; |
3234 font-size: 14px; | 3020 font-size: 14px; |
3235 list-style: none; | 3021 list-style: none; |
3236 background-color: #ffffff; | 3022 background-color: #fff; |
3237 border: 1px solid #cccccc; | 3023 background-clip: padding-box; |
3238 border: 1px solid rgba(0, 0, 0, 0.15); | 3024 border: 1px solid #ccc; |
3025 border: 1px solid rgba(0, 0, 0, .15); | |
3239 border-radius: 4px; | 3026 border-radius: 4px; |
3240 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | 3027 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); |
3241 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | 3028 box-shadow: 0 6px 12px rgba(0, 0, 0, .175); |
3242 background-clip: padding-box; | 3029 } |
3243 } | |
3244 | |
3245 .dropdown-menu.pull-right { | 3030 .dropdown-menu.pull-right { |
3246 right: 0; | 3031 right: 0; |
3247 left: auto; | 3032 left: auto; |
3248 } | 3033 } |
3249 | |
3250 .dropdown-menu .divider { | 3034 .dropdown-menu .divider { |
3251 height: 1px; | 3035 height: 1px; |
3252 margin: 9px 0; | 3036 margin: 9px 0; |
3253 overflow: hidden; | 3037 overflow: hidden; |
3254 background-color: #e5e5e5; | 3038 background-color: #e5e5e5; |
3255 } | 3039 } |
3256 | |
3257 .dropdown-menu > li > a { | 3040 .dropdown-menu > li > a { |
3258 display: block; | 3041 display: block; |
3259 padding: 3px 20px; | 3042 padding: 3px 20px; |
3260 clear: both; | 3043 clear: both; |
3261 font-weight: normal; | 3044 font-weight: normal; |
3262 line-height: 1.428571429; | 3045 line-height: 1.42857143; |
3263 color: #333333; | 3046 color: #333; |
3264 white-space: nowrap; | 3047 white-space: nowrap; |
3265 } | 3048 } |
3266 | |
3267 .dropdown-menu > li > a:hover, | 3049 .dropdown-menu > li > a:hover, |
3268 .dropdown-menu > li > a:focus { | 3050 .dropdown-menu > li > a:focus { |
3269 color: #ffffff; | 3051 color: #262626; |
3270 text-decoration: none; | 3052 text-decoration: none; |
3271 background-color: #428bca; | 3053 background-color: #f5f5f5; |
3272 } | 3054 } |
3273 | |
3274 .dropdown-menu > .active > a, | 3055 .dropdown-menu > .active > a, |
3275 .dropdown-menu > .active > a:hover, | 3056 .dropdown-menu > .active > a:hover, |
3276 .dropdown-menu > .active > a:focus { | 3057 .dropdown-menu > .active > a:focus { |
3277 color: #ffffff; | 3058 color: #fff; |
3278 text-decoration: none; | 3059 text-decoration: none; |
3279 background-color: #428bca; | 3060 background-color: #428bca; |
3280 outline: 0; | 3061 outline: 0; |
3281 } | 3062 } |
3282 | |
3283 .dropdown-menu > .disabled > a, | 3063 .dropdown-menu > .disabled > a, |
3284 .dropdown-menu > .disabled > a:hover, | 3064 .dropdown-menu > .disabled > a:hover, |
3285 .dropdown-menu > .disabled > a:focus { | 3065 .dropdown-menu > .disabled > a:focus { |
3286 color: #999999; | 3066 color: #999; |
3287 } | 3067 } |
3288 | |
3289 .dropdown-menu > .disabled > a:hover, | 3068 .dropdown-menu > .disabled > a:hover, |
3290 .dropdown-menu > .disabled > a:focus { | 3069 .dropdown-menu > .disabled > a:focus { |
3291 text-decoration: none; | 3070 text-decoration: none; |
3292 cursor: not-allowed; | 3071 cursor: not-allowed; |
3293 background-color: transparent; | 3072 background-color: transparent; |
3294 background-image: none; | 3073 background-image: none; |
3295 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); | 3074 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
3296 } | 3075 } |
3297 | |
3298 .open > .dropdown-menu { | 3076 .open > .dropdown-menu { |
3299 display: block; | 3077 display: block; |
3300 } | 3078 } |
3301 | |
3302 .open > a { | 3079 .open > a { |
3303 outline: 0; | 3080 outline: 0; |
3304 } | 3081 } |
3305 | 3082 .dropdown-menu-right { |
3083 right: 0; | |
3084 left: auto; | |
3085 } | |
3086 .dropdown-menu-left { | |
3087 right: auto; | |
3088 left: 0; | |
3089 } | |
3306 .dropdown-header { | 3090 .dropdown-header { |
3307 display: block; | 3091 display: block; |
3308 padding: 3px 20px; | 3092 padding: 3px 20px; |
3309 font-size: 12px; | 3093 font-size: 12px; |
3310 line-height: 1.428571429; | 3094 line-height: 1.42857143; |
3311 color: #999999; | 3095 color: #999; |
3312 } | 3096 } |
3313 | |
3314 .dropdown-backdrop { | 3097 .dropdown-backdrop { |
3315 position: fixed; | 3098 position: fixed; |
3316 top: 0; | 3099 top: 0; |
3317 right: 0; | 3100 right: 0; |
3318 bottom: 0; | 3101 bottom: 0; |
3319 left: 0; | 3102 left: 0; |
3320 z-index: 990; | 3103 z-index: 990; |
3321 } | 3104 } |
3322 | |
3323 .pull-right > .dropdown-menu { | 3105 .pull-right > .dropdown-menu { |
3324 right: 0; | 3106 right: 0; |
3325 left: auto; | 3107 left: auto; |
3326 } | 3108 } |
3327 | |
3328 .dropup .caret, | 3109 .dropup .caret, |
3329 .navbar-fixed-bottom .dropdown .caret { | 3110 .navbar-fixed-bottom .dropdown .caret { |
3330 border-top: 0 dotted; | |
3331 border-bottom: 4px solid #000000; | |
3332 content: ""; | 3111 content: ""; |
3333 } | 3112 border-top: 0; |
3334 | 3113 border-bottom: 4px solid; |
3114 } | |
3335 .dropup .dropdown-menu, | 3115 .dropup .dropdown-menu, |
3336 .navbar-fixed-bottom .dropdown .dropdown-menu { | 3116 .navbar-fixed-bottom .dropdown .dropdown-menu { |
3337 top: auto; | 3117 top: auto; |
3338 bottom: 100%; | 3118 bottom: 100%; |
3339 margin-bottom: 1px; | 3119 margin-bottom: 1px; |
3340 } | 3120 } |
3341 | |
3342 @media (min-width: 768px) { | 3121 @media (min-width: 768px) { |
3343 .navbar-right .dropdown-menu { | 3122 .navbar-right .dropdown-menu { |
3344 right: 0; | 3123 right: 0; |
3345 left: auto; | 3124 left: auto; |
3346 } | 3125 } |
3347 } | 3126 .navbar-right .dropdown-menu-left { |
3348 | 3127 right: auto; |
3349 .btn-default .caret { | 3128 left: 0; |
3350 border-top-color: #333333; | 3129 } |
3351 } | 3130 } |
3352 | |
3353 .btn-primary .caret, | |
3354 .btn-success .caret, | |
3355 .btn-warning .caret, | |
3356 .btn-danger .caret, | |
3357 .btn-info .caret { | |
3358 border-top-color: #fff; | |
3359 } | |
3360 | |
3361 .dropup .btn-default .caret { | |
3362 border-bottom-color: #333333; | |
3363 } | |
3364 | |
3365 .dropup .btn-primary .caret, | |
3366 .dropup .btn-success .caret, | |
3367 .dropup .btn-warning .caret, | |
3368 .dropup .btn-danger .caret, | |
3369 .dropup .btn-info .caret { | |
3370 border-bottom-color: #fff; | |
3371 } | |
3372 | |
3373 .btn-group, | 3131 .btn-group, |
3374 .btn-group-vertical { | 3132 .btn-group-vertical { |
3375 position: relative; | 3133 position: relative; |
3376 display: inline-block; | 3134 display: inline-block; |
3377 vertical-align: middle; | 3135 vertical-align: middle; |
3378 } | 3136 } |
3379 | |
3380 .btn-group > .btn, | 3137 .btn-group > .btn, |
3381 .btn-group-vertical > .btn { | 3138 .btn-group-vertical > .btn { |
3382 position: relative; | 3139 position: relative; |
3383 float: left; | 3140 float: left; |
3384 } | 3141 } |
3385 | |
3386 .btn-group > .btn:hover, | 3142 .btn-group > .btn:hover, |
3387 .btn-group-vertical > .btn:hover, | 3143 .btn-group-vertical > .btn:hover, |
3388 .btn-group > .btn:focus, | 3144 .btn-group > .btn:focus, |
3389 .btn-group-vertical > .btn:focus, | 3145 .btn-group-vertical > .btn:focus, |
3390 .btn-group > .btn:active, | 3146 .btn-group > .btn:active, |
3391 .btn-group-vertical > .btn:active, | 3147 .btn-group-vertical > .btn:active, |
3392 .btn-group > .btn.active, | 3148 .btn-group > .btn.active, |
3393 .btn-group-vertical > .btn.active { | 3149 .btn-group-vertical > .btn.active { |
3394 z-index: 2; | 3150 z-index: 2; |
3395 } | 3151 } |
3396 | |
3397 .btn-group > .btn:focus, | 3152 .btn-group > .btn:focus, |
3398 .btn-group-vertical > .btn:focus { | 3153 .btn-group-vertical > .btn:focus { |
3399 outline: none; | 3154 outline: none; |
3400 } | 3155 } |
3401 | |
3402 .btn-group .btn + .btn, | 3156 .btn-group .btn + .btn, |
3403 .btn-group .btn + .btn-group, | 3157 .btn-group .btn + .btn-group, |
3404 .btn-group .btn-group + .btn, | 3158 .btn-group .btn-group + .btn, |
3405 .btn-group .btn-group + .btn-group { | 3159 .btn-group .btn-group + .btn-group { |
3406 margin-left: -1px; | 3160 margin-left: -1px; |
3407 } | 3161 } |
3408 | 3162 .btn-toolbar { |
3409 .btn-toolbar:before, | 3163 margin-left: -5px; |
3410 .btn-toolbar:after { | 3164 } |
3411 display: table; | 3165 .btn-toolbar .btn-group, |
3412 content: " "; | 3166 .btn-toolbar .input-group { |
3413 } | |
3414 | |
3415 .btn-toolbar:after { | |
3416 clear: both; | |
3417 } | |
3418 | |
3419 .btn-toolbar:before, | |
3420 .btn-toolbar:after { | |
3421 display: table; | |
3422 content: " "; | |
3423 } | |
3424 | |
3425 .btn-toolbar:after { | |
3426 clear: both; | |
3427 } | |
3428 | |
3429 .btn-toolbar .btn-group { | |
3430 float: left; | 3167 float: left; |
3431 } | 3168 } |
3432 | 3169 .btn-toolbar > .btn, |
3433 .btn-toolbar > .btn + .btn, | 3170 .btn-toolbar > .btn-group, |
3434 .btn-toolbar > .btn-group + .btn, | 3171 .btn-toolbar > .input-group { |
3435 .btn-toolbar > .btn + .btn-group, | |
3436 .btn-toolbar > .btn-group + .btn-group { | |
3437 margin-left: 5px; | 3172 margin-left: 5px; |
3438 } | 3173 } |
3439 | |
3440 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | 3174 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { |
3441 border-radius: 0; | 3175 border-radius: 0; |
3442 } | 3176 } |
3443 | |
3444 .btn-group > .btn:first-child { | 3177 .btn-group > .btn:first-child { |
3445 margin-left: 0; | 3178 margin-left: 0; |
3446 } | 3179 } |
3447 | |
3448 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | 3180 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { |
3449 border-top-right-radius: 0; | 3181 border-top-right-radius: 0; |
3450 border-bottom-right-radius: 0; | 3182 border-bottom-right-radius: 0; |
3451 } | 3183 } |
3452 | |
3453 .btn-group > .btn:last-child:not(:first-child), | 3184 .btn-group > .btn:last-child:not(:first-child), |
3454 .btn-group > .dropdown-toggle:not(:first-child) { | 3185 .btn-group > .dropdown-toggle:not(:first-child) { |
3186 border-top-left-radius: 0; | |
3455 border-bottom-left-radius: 0; | 3187 border-bottom-left-radius: 0; |
3456 border-top-left-radius: 0; | 3188 } |
3457 } | |
3458 | |
3459 .btn-group > .btn-group { | 3189 .btn-group > .btn-group { |
3460 float: left; | 3190 float: left; |
3461 } | 3191 } |
3462 | |
3463 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | 3192 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { |
3464 border-radius: 0; | 3193 border-radius: 0; |
3465 } | 3194 } |
3466 | |
3467 .btn-group > .btn-group:first-child > .btn:last-child, | 3195 .btn-group > .btn-group:first-child > .btn:last-child, |
3468 .btn-group > .btn-group:first-child > .dropdown-toggle { | 3196 .btn-group > .btn-group:first-child > .dropdown-toggle { |
3469 border-top-right-radius: 0; | 3197 border-top-right-radius: 0; |
3470 border-bottom-right-radius: 0; | 3198 border-bottom-right-radius: 0; |
3471 } | 3199 } |
3472 | |
3473 .btn-group > .btn-group:last-child > .btn:first-child { | 3200 .btn-group > .btn-group:last-child > .btn:first-child { |
3201 border-top-left-radius: 0; | |
3474 border-bottom-left-radius: 0; | 3202 border-bottom-left-radius: 0; |
3475 border-top-left-radius: 0; | 3203 } |
3476 } | |
3477 | |
3478 .btn-group .dropdown-toggle:active, | 3204 .btn-group .dropdown-toggle:active, |
3479 .btn-group.open .dropdown-toggle { | 3205 .btn-group.open .dropdown-toggle { |
3480 outline: 0; | 3206 outline: 0; |
3481 } | 3207 } |
3482 | |
3483 .btn-group-xs > .btn { | |
3484 padding: 5px 10px; | |
3485 padding: 1px 5px; | |
3486 font-size: 12px; | |
3487 line-height: 1.5; | |
3488 border-radius: 3px; | |
3489 } | |
3490 | |
3491 .btn-group-sm > .btn { | |
3492 padding: 5px 10px; | |
3493 font-size: 12px; | |
3494 line-height: 1.5; | |
3495 border-radius: 3px; | |
3496 } | |
3497 | |
3498 .btn-group-lg > .btn { | |
3499 padding: 10px 16px; | |
3500 font-size: 18px; | |
3501 line-height: 1.33; | |
3502 border-radius: 6px; | |
3503 } | |
3504 | |
3505 .btn-group > .btn + .dropdown-toggle { | 3208 .btn-group > .btn + .dropdown-toggle { |
3506 padding-right: 8px; | 3209 padding-right: 8px; |
3507 padding-left: 8px; | 3210 padding-left: 8px; |
3508 } | 3211 } |
3509 | |
3510 .btn-group > .btn-lg + .dropdown-toggle { | 3212 .btn-group > .btn-lg + .dropdown-toggle { |
3511 padding-right: 12px; | 3213 padding-right: 12px; |
3512 padding-left: 12px; | 3214 padding-left: 12px; |
3513 } | 3215 } |
3514 | |
3515 .btn-group.open .dropdown-toggle { | 3216 .btn-group.open .dropdown-toggle { |
3516 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | 3217 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
3517 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | 3218 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
3518 } | 3219 } |
3519 | 3220 .btn-group.open .dropdown-toggle.btn-link { |
3221 -webkit-box-shadow: none; | |
3222 box-shadow: none; | |
3223 } | |
3520 .btn .caret { | 3224 .btn .caret { |
3521 margin-left: 0; | 3225 margin-left: 0; |
3522 } | 3226 } |
3523 | |
3524 .btn-lg .caret { | 3227 .btn-lg .caret { |
3525 border-width: 5px 5px 0; | 3228 border-width: 5px 5px 0; |
3526 border-bottom-width: 0; | 3229 border-bottom-width: 0; |
3527 } | 3230 } |
3528 | |
3529 .dropup .btn-lg .caret { | 3231 .dropup .btn-lg .caret { |
3530 border-width: 0 5px 5px; | 3232 border-width: 0 5px 5px; |
3531 } | 3233 } |
3532 | |
3533 .btn-group-vertical > .btn, | 3234 .btn-group-vertical > .btn, |
3534 .btn-group-vertical > .btn-group { | 3235 .btn-group-vertical > .btn-group, |
3236 .btn-group-vertical > .btn-group > .btn { | |
3535 display: block; | 3237 display: block; |
3536 float: none; | 3238 float: none; |
3537 width: 100%; | 3239 width: 100%; |
3538 max-width: 100%; | 3240 max-width: 100%; |
3539 } | 3241 } |
3540 | |
3541 .btn-group-vertical > .btn-group:before, | |
3542 .btn-group-vertical > .btn-group:after { | |
3543 display: table; | |
3544 content: " "; | |
3545 } | |
3546 | |
3547 .btn-group-vertical > .btn-group:after { | |
3548 clear: both; | |
3549 } | |
3550 | |
3551 .btn-group-vertical > .btn-group:before, | |
3552 .btn-group-vertical > .btn-group:after { | |
3553 display: table; | |
3554 content: " "; | |
3555 } | |
3556 | |
3557 .btn-group-vertical > .btn-group:after { | |
3558 clear: both; | |
3559 } | |
3560 | |
3561 .btn-group-vertical > .btn-group > .btn { | 3242 .btn-group-vertical > .btn-group > .btn { |
3562 float: none; | 3243 float: none; |
3563 } | 3244 } |
3564 | |
3565 .btn-group-vertical > .btn + .btn, | 3245 .btn-group-vertical > .btn + .btn, |
3566 .btn-group-vertical > .btn + .btn-group, | 3246 .btn-group-vertical > .btn + .btn-group, |
3567 .btn-group-vertical > .btn-group + .btn, | 3247 .btn-group-vertical > .btn-group + .btn, |
3568 .btn-group-vertical > .btn-group + .btn-group { | 3248 .btn-group-vertical > .btn-group + .btn-group { |
3569 margin-top: -1px; | 3249 margin-top: -1px; |
3570 margin-left: 0; | 3250 margin-left: 0; |
3571 } | 3251 } |
3572 | |
3573 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { | 3252 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { |
3574 border-radius: 0; | 3253 border-radius: 0; |
3575 } | 3254 } |
3576 | |
3577 .btn-group-vertical > .btn:first-child:not(:last-child) { | 3255 .btn-group-vertical > .btn:first-child:not(:last-child) { |
3578 border-top-right-radius: 4px; | 3256 border-top-right-radius: 4px; |
3579 border-bottom-right-radius: 0; | 3257 border-bottom-right-radius: 0; |
3580 border-bottom-left-radius: 0; | 3258 border-bottom-left-radius: 0; |
3581 } | 3259 } |
3582 | |
3583 .btn-group-vertical > .btn:last-child:not(:first-child) { | 3260 .btn-group-vertical > .btn:last-child:not(:first-child) { |
3261 border-top-left-radius: 0; | |
3584 border-top-right-radius: 0; | 3262 border-top-right-radius: 0; |
3585 border-bottom-left-radius: 4px; | 3263 border-bottom-left-radius: 4px; |
3586 border-top-left-radius: 0; | 3264 } |
3587 } | |
3588 | |
3589 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | 3265 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { |
3590 border-radius: 0; | 3266 border-radius: 0; |
3591 } | 3267 } |
3592 | 3268 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, |
3593 .btn-group-vertical > .btn-group:first-child > .btn:last-child, | 3269 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { |
3594 .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { | |
3595 border-bottom-right-radius: 0; | 3270 border-bottom-right-radius: 0; |
3596 border-bottom-left-radius: 0; | 3271 border-bottom-left-radius: 0; |
3597 } | 3272 } |
3598 | 3273 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { |
3599 .btn-group-vertical > .btn-group:last-child > .btn:first-child { | 3274 border-top-left-radius: 0; |
3600 border-top-right-radius: 0; | 3275 border-top-right-radius: 0; |
3601 border-top-left-radius: 0; | 3276 } |
3602 } | |
3603 | |
3604 .btn-group-justified { | 3277 .btn-group-justified { |
3605 display: table; | 3278 display: table; |
3606 width: 100%; | 3279 width: 100%; |
3280 table-layout: fixed; | |
3607 border-collapse: separate; | 3281 border-collapse: separate; |
3608 table-layout: fixed; | 3282 } |
3609 } | 3283 .btn-group-justified > .btn, |
3610 | 3284 .btn-group-justified > .btn-group { |
3611 .btn-group-justified .btn { | |
3612 display: table-cell; | 3285 display: table-cell; |
3613 float: none; | 3286 float: none; |
3614 width: 1%; | 3287 width: 1%; |
3615 } | 3288 } |
3616 | 3289 .btn-group-justified > .btn-group .btn { |
3290 width: 100%; | |
3291 } | |
3617 [data-toggle="buttons"] > .btn > input[type="radio"], | 3292 [data-toggle="buttons"] > .btn > input[type="radio"], |
3618 [data-toggle="buttons"] > .btn > input[type="checkbox"] { | 3293 [data-toggle="buttons"] > .btn > input[type="checkbox"] { |
3619 display: none; | 3294 display: none; |
3620 } | 3295 } |
3621 | |
3622 .input-group { | 3296 .input-group { |
3623 position: relative; | 3297 position: relative; |
3624 display: table; | 3298 display: table; |
3625 border-collapse: separate; | 3299 border-collapse: separate; |
3626 } | 3300 } |
3627 | 3301 .input-group[class*="col-"] { |
3628 .input-group.col { | |
3629 float: none; | 3302 float: none; |
3630 padding-right: 0; | 3303 padding-right: 0; |
3631 padding-left: 0; | 3304 padding-left: 0; |
3632 } | 3305 } |
3633 | |
3634 .input-group .form-control { | 3306 .input-group .form-control { |
3307 position: relative; | |
3308 z-index: 2; | |
3309 float: left; | |
3635 width: 100%; | 3310 width: 100%; |
3636 margin-bottom: 0; | 3311 margin-bottom: 0; |
3637 } | 3312 } |
3638 | |
3639 .input-group-lg > .form-control, | 3313 .input-group-lg > .form-control, |
3640 .input-group-lg > .input-group-addon, | 3314 .input-group-lg > .input-group-addon, |
3641 .input-group-lg > .input-group-btn > .btn { | 3315 .input-group-lg > .input-group-btn > .btn { |
3642 height: 45px; | 3316 height: 46px; |
3643 padding: 10px 16px; | 3317 padding: 10px 16px; |
3644 font-size: 18px; | 3318 font-size: 18px; |
3645 line-height: 1.33; | 3319 line-height: 1.33; |
3646 border-radius: 6px; | 3320 border-radius: 6px; |
3647 } | 3321 } |
3648 | |
3649 select.input-group-lg > .form-control, | 3322 select.input-group-lg > .form-control, |
3650 select.input-group-lg > .input-group-addon, | 3323 select.input-group-lg > .input-group-addon, |
3651 select.input-group-lg > .input-group-btn > .btn { | 3324 select.input-group-lg > .input-group-btn > .btn { |
3652 height: 45px; | 3325 height: 46px; |
3653 line-height: 45px; | 3326 line-height: 46px; |
3654 } | 3327 } |
3655 | |
3656 textarea.input-group-lg > .form-control, | 3328 textarea.input-group-lg > .form-control, |
3657 textarea.input-group-lg > .input-group-addon, | 3329 textarea.input-group-lg > .input-group-addon, |
3658 textarea.input-group-lg > .input-group-btn > .btn { | 3330 textarea.input-group-lg > .input-group-btn > .btn, |
3331 select[multiple].input-group-lg > .form-control, | |
3332 select[multiple].input-group-lg > .input-group-addon, | |
3333 select[multiple].input-group-lg > .input-group-btn > .btn { | |
3659 height: auto; | 3334 height: auto; |
3660 } | 3335 } |
3661 | |
3662 .input-group-sm > .form-control, | 3336 .input-group-sm > .form-control, |
3663 .input-group-sm > .input-group-addon, | 3337 .input-group-sm > .input-group-addon, |
3664 .input-group-sm > .input-group-btn > .btn { | 3338 .input-group-sm > .input-group-btn > .btn { |
3665 height: 30px; | 3339 height: 30px; |
3666 padding: 5px 10px; | 3340 padding: 5px 10px; |
3667 font-size: 12px; | 3341 font-size: 12px; |
3668 line-height: 1.5; | 3342 line-height: 1.5; |
3669 border-radius: 3px; | 3343 border-radius: 3px; |
3670 } | 3344 } |
3671 | |
3672 select.input-group-sm > .form-control, | 3345 select.input-group-sm > .form-control, |
3673 select.input-group-sm > .input-group-addon, | 3346 select.input-group-sm > .input-group-addon, |
3674 select.input-group-sm > .input-group-btn > .btn { | 3347 select.input-group-sm > .input-group-btn > .btn { |
3675 height: 30px; | 3348 height: 30px; |
3676 line-height: 30px; | 3349 line-height: 30px; |
3677 } | 3350 } |
3678 | |
3679 textarea.input-group-sm > .form-control, | 3351 textarea.input-group-sm > .form-control, |
3680 textarea.input-group-sm > .input-group-addon, | 3352 textarea.input-group-sm > .input-group-addon, |
3681 textarea.input-group-sm > .input-group-btn > .btn { | 3353 textarea.input-group-sm > .input-group-btn > .btn, |
3354 select[multiple].input-group-sm > .form-control, | |
3355 select[multiple].input-group-sm > .input-group-addon, | |
3356 select[multiple].input-group-sm > .input-group-btn > .btn { | |
3682 height: auto; | 3357 height: auto; |
3683 } | 3358 } |
3684 | |
3685 .input-group-addon, | 3359 .input-group-addon, |
3686 .input-group-btn, | 3360 .input-group-btn, |
3687 .input-group .form-control { | 3361 .input-group .form-control { |
3688 display: table-cell; | 3362 display: table-cell; |
3689 } | 3363 } |
3690 | |
3691 .input-group-addon:not(:first-child):not(:last-child), | 3364 .input-group-addon:not(:first-child):not(:last-child), |
3692 .input-group-btn:not(:first-child):not(:last-child), | 3365 .input-group-btn:not(:first-child):not(:last-child), |
3693 .input-group .form-control:not(:first-child):not(:last-child) { | 3366 .input-group .form-control:not(:first-child):not(:last-child) { |
3694 border-radius: 0; | 3367 border-radius: 0; |
3695 } | 3368 } |
3696 | |
3697 .input-group-addon, | 3369 .input-group-addon, |
3698 .input-group-btn { | 3370 .input-group-btn { |
3699 width: 1%; | 3371 width: 1%; |
3700 white-space: nowrap; | 3372 white-space: nowrap; |
3701 vertical-align: middle; | 3373 vertical-align: middle; |
3702 } | 3374 } |
3703 | |
3704 .input-group-addon { | 3375 .input-group-addon { |
3705 padding: 6px 12px; | 3376 padding: 6px 12px; |
3706 font-size: 14px; | 3377 font-size: 14px; |
3707 font-weight: normal; | 3378 font-weight: normal; |
3708 line-height: 1; | 3379 line-height: 1; |
3380 color: #555; | |
3709 text-align: center; | 3381 text-align: center; |
3710 background-color: #eeeeee; | 3382 background-color: #eee; |
3711 border: 1px solid #cccccc; | 3383 border: 1px solid #ccc; |
3712 border-radius: 4px; | 3384 border-radius: 4px; |
3713 } | 3385 } |
3714 | |
3715 .input-group-addon.input-sm { | 3386 .input-group-addon.input-sm { |
3716 padding: 5px 10px; | 3387 padding: 5px 10px; |
3717 font-size: 12px; | 3388 font-size: 12px; |
3718 border-radius: 3px; | 3389 border-radius: 3px; |
3719 } | 3390 } |
3720 | |
3721 .input-group-addon.input-lg { | 3391 .input-group-addon.input-lg { |
3722 padding: 10px 16px; | 3392 padding: 10px 16px; |
3723 font-size: 18px; | 3393 font-size: 18px; |
3724 border-radius: 6px; | 3394 border-radius: 6px; |
3725 } | 3395 } |
3726 | |
3727 .input-group-addon input[type="radio"], | 3396 .input-group-addon input[type="radio"], |
3728 .input-group-addon input[type="checkbox"] { | 3397 .input-group-addon input[type="checkbox"] { |
3729 margin-top: 0; | 3398 margin-top: 0; |
3730 } | 3399 } |
3731 | |
3732 .input-group .form-control:first-child, | 3400 .input-group .form-control:first-child, |
3733 .input-group-addon:first-child, | 3401 .input-group-addon:first-child, |
3734 .input-group-btn:first-child > .btn, | 3402 .input-group-btn:first-child > .btn, |
3403 .input-group-btn:first-child > .btn-group > .btn, | |
3735 .input-group-btn:first-child > .dropdown-toggle, | 3404 .input-group-btn:first-child > .dropdown-toggle, |
3736 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { | 3405 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), |
3406 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { | |
3737 border-top-right-radius: 0; | 3407 border-top-right-radius: 0; |
3738 border-bottom-right-radius: 0; | 3408 border-bottom-right-radius: 0; |
3739 } | 3409 } |
3740 | |
3741 .input-group-addon:first-child { | 3410 .input-group-addon:first-child { |
3742 border-right: 0; | 3411 border-right: 0; |
3743 } | 3412 } |
3744 | |
3745 .input-group .form-control:last-child, | 3413 .input-group .form-control:last-child, |
3746 .input-group-addon:last-child, | 3414 .input-group-addon:last-child, |
3747 .input-group-btn:last-child > .btn, | 3415 .input-group-btn:last-child > .btn, |
3416 .input-group-btn:last-child > .btn-group > .btn, | |
3748 .input-group-btn:last-child > .dropdown-toggle, | 3417 .input-group-btn:last-child > .dropdown-toggle, |
3749 .input-group-btn:first-child > .btn:not(:first-child) { | 3418 .input-group-btn:first-child > .btn:not(:first-child), |
3419 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { | |
3420 border-top-left-radius: 0; | |
3750 border-bottom-left-radius: 0; | 3421 border-bottom-left-radius: 0; |
3751 border-top-left-radius: 0; | 3422 } |
3752 } | |
3753 | |
3754 .input-group-addon:last-child { | 3423 .input-group-addon:last-child { |
3755 border-left: 0; | 3424 border-left: 0; |
3756 } | 3425 } |
3757 | |
3758 .input-group-btn { | 3426 .input-group-btn { |
3759 position: relative; | 3427 position: relative; |
3428 font-size: 0; | |
3760 white-space: nowrap; | 3429 white-space: nowrap; |
3761 } | 3430 } |
3762 | |
3763 .input-group-btn > .btn { | 3431 .input-group-btn > .btn { |
3764 position: relative; | 3432 position: relative; |
3765 } | 3433 } |
3766 | |
3767 .input-group-btn > .btn + .btn { | 3434 .input-group-btn > .btn + .btn { |
3768 margin-left: -4px; | 3435 margin-left: -1px; |
3769 } | 3436 } |
3770 | |
3771 .input-group-btn > .btn:hover, | 3437 .input-group-btn > .btn:hover, |
3438 .input-group-btn > .btn:focus, | |
3772 .input-group-btn > .btn:active { | 3439 .input-group-btn > .btn:active { |
3773 z-index: 2; | 3440 z-index: 2; |
3774 } | 3441 } |
3775 | 3442 .input-group-btn:first-child > .btn, |
3443 .input-group-btn:first-child > .btn-group { | |
3444 margin-right: -1px; | |
3445 } | |
3446 .input-group-btn:last-child > .btn, | |
3447 .input-group-btn:last-child > .btn-group { | |
3448 margin-left: -1px; | |
3449 } | |
3776 .nav { | 3450 .nav { |
3777 padding-left: 0; | 3451 padding-left: 0; |
3778 margin-bottom: 0; | 3452 margin-bottom: 0; |
3779 list-style: none; | 3453 list-style: none; |
3780 } | 3454 } |
3781 | |
3782 .nav:before, | |
3783 .nav:after { | |
3784 display: table; | |
3785 content: " "; | |
3786 } | |
3787 | |
3788 .nav:after { | |
3789 clear: both; | |
3790 } | |
3791 | |
3792 .nav:before, | |
3793 .nav:after { | |
3794 display: table; | |
3795 content: " "; | |
3796 } | |
3797 | |
3798 .nav:after { | |
3799 clear: both; | |
3800 } | |
3801 | |
3802 .nav > li { | 3455 .nav > li { |
3803 position: relative; | 3456 position: relative; |
3804 display: block; | 3457 display: block; |
3805 } | 3458 } |
3806 | |
3807 .nav > li > a { | 3459 .nav > li > a { |
3808 position: relative; | 3460 position: relative; |
3809 display: block; | 3461 display: block; |
3810 padding: 10px 15px; | 3462 padding: 10px 15px; |
3811 } | 3463 } |
3812 | |
3813 .nav > li > a:hover, | 3464 .nav > li > a:hover, |
3814 .nav > li > a:focus { | 3465 .nav > li > a:focus { |
3815 text-decoration: none; | 3466 text-decoration: none; |
3816 background-color: #eeeeee; | 3467 background-color: #eee; |
3817 } | 3468 } |
3818 | |
3819 .nav > li.disabled > a { | 3469 .nav > li.disabled > a { |
3820 color: #999999; | 3470 color: #999; |
3821 } | 3471 } |
3822 | |
3823 .nav > li.disabled > a:hover, | 3472 .nav > li.disabled > a:hover, |
3824 .nav > li.disabled > a:focus { | 3473 .nav > li.disabled > a:focus { |
3825 color: #999999; | 3474 color: #999; |
3826 text-decoration: none; | 3475 text-decoration: none; |
3827 cursor: not-allowed; | 3476 cursor: not-allowed; |
3828 background-color: transparent; | 3477 background-color: transparent; |
3829 } | 3478 } |
3830 | |
3831 .nav .open > a, | 3479 .nav .open > a, |
3832 .nav .open > a:hover, | 3480 .nav .open > a:hover, |
3833 .nav .open > a:focus { | 3481 .nav .open > a:focus { |
3834 background-color: #eeeeee; | 3482 background-color: #eee; |
3835 border-color: #428bca; | 3483 border-color: #428bca; |
3836 } | 3484 } |
3837 | |
3838 .nav .nav-divider { | 3485 .nav .nav-divider { |
3839 height: 1px; | 3486 height: 1px; |
3840 margin: 9px 0; | 3487 margin: 9px 0; |
3841 overflow: hidden; | 3488 overflow: hidden; |
3842 background-color: #e5e5e5; | 3489 background-color: #e5e5e5; |
3843 } | 3490 } |
3844 | |
3845 .nav > li > a > img { | 3491 .nav > li > a > img { |
3846 max-width: none; | 3492 max-width: none; |
3847 } | 3493 } |
3848 | |
3849 .nav-tabs { | 3494 .nav-tabs { |
3850 border-bottom: 1px solid #dddddd; | 3495 border-bottom: 1px solid #ddd; |
3851 } | 3496 } |
3852 | |
3853 .nav-tabs > li { | 3497 .nav-tabs > li { |
3854 float: left; | 3498 float: left; |
3855 margin-bottom: -1px; | 3499 margin-bottom: -1px; |
3856 } | 3500 } |
3857 | |
3858 .nav-tabs > li > a { | 3501 .nav-tabs > li > a { |
3859 margin-right: 2px; | 3502 margin-right: 2px; |
3860 line-height: 1.428571429; | 3503 line-height: 1.42857143; |
3861 border: 1px solid transparent; | 3504 border: 1px solid transparent; |
3862 border-radius: 4px 4px 0 0; | 3505 border-radius: 4px 4px 0 0; |
3863 } | 3506 } |
3864 | |
3865 .nav-tabs > li > a:hover { | 3507 .nav-tabs > li > a:hover { |
3866 border-color: #eeeeee #eeeeee #dddddd; | 3508 border-color: #eee #eee #ddd; |
3867 } | 3509 } |
3868 | |
3869 .nav-tabs > li.active > a, | 3510 .nav-tabs > li.active > a, |
3870 .nav-tabs > li.active > a:hover, | 3511 .nav-tabs > li.active > a:hover, |
3871 .nav-tabs > li.active > a:focus { | 3512 .nav-tabs > li.active > a:focus { |
3872 color: #555555; | 3513 color: #555; |
3873 cursor: default; | 3514 cursor: default; |
3874 background-color: #ffffff; | 3515 background-color: #fff; |
3875 border: 1px solid #dddddd; | 3516 border: 1px solid #ddd; |
3876 border-bottom-color: transparent; | 3517 border-bottom-color: transparent; |
3877 } | 3518 } |
3878 | |
3879 .nav-tabs.nav-justified { | 3519 .nav-tabs.nav-justified { |
3880 width: 100%; | 3520 width: 100%; |
3881 border-bottom: 0; | 3521 border-bottom: 0; |
3882 } | 3522 } |
3883 | |
3884 .nav-tabs.nav-justified > li { | 3523 .nav-tabs.nav-justified > li { |
3885 float: none; | 3524 float: none; |
3886 } | 3525 } |
3887 | |
3888 .nav-tabs.nav-justified > li > a { | 3526 .nav-tabs.nav-justified > li > a { |
3527 margin-bottom: 5px; | |
3889 text-align: center; | 3528 text-align: center; |
3890 } | 3529 } |
3891 | 3530 .nav-tabs.nav-justified > .dropdown .dropdown-menu { |
3531 top: auto; | |
3532 left: auto; | |
3533 } | |
3892 @media (min-width: 768px) { | 3534 @media (min-width: 768px) { |
3893 .nav-tabs.nav-justified > li { | 3535 .nav-tabs.nav-justified > li { |
3894 display: table-cell; | 3536 display: table-cell; |
3895 width: 1%; | 3537 width: 1%; |
3896 } | 3538 } |
3897 } | 3539 .nav-tabs.nav-justified > li > a { |
3898 | 3540 margin-bottom: 0; |
3541 } | |
3542 } | |
3899 .nav-tabs.nav-justified > li > a { | 3543 .nav-tabs.nav-justified > li > a { |
3900 margin-right: 0; | 3544 margin-right: 0; |
3901 border-bottom: 1px solid #dddddd; | 3545 border-radius: 4px; |
3902 } | 3546 } |
3903 | 3547 .nav-tabs.nav-justified > .active > a, |
3904 .nav-tabs.nav-justified > .active > a { | 3548 .nav-tabs.nav-justified > .active > a:hover, |
3905 border-bottom-color: #ffffff; | 3549 .nav-tabs.nav-justified > .active > a:focus { |
3906 } | 3550 border: 1px solid #ddd; |
3907 | 3551 } |
3552 @media (min-width: 768px) { | |
3553 .nav-tabs.nav-justified > li > a { | |
3554 border-bottom: 1px solid #ddd; | |
3555 border-radius: 4px 4px 0 0; | |
3556 } | |
3557 .nav-tabs.nav-justified > .active > a, | |
3558 .nav-tabs.nav-justified > .active > a:hover, | |
3559 .nav-tabs.nav-justified > .active > a:focus { | |
3560 border-bottom-color: #fff; | |
3561 } | |
3562 } | |
3908 .nav-pills > li { | 3563 .nav-pills > li { |
3909 float: left; | 3564 float: left; |
3910 } | 3565 } |
3911 | |
3912 .nav-pills > li > a { | 3566 .nav-pills > li > a { |
3913 border-radius: 5px; | 3567 border-radius: 4px; |
3914 } | 3568 } |
3915 | |
3916 .nav-pills > li + li { | 3569 .nav-pills > li + li { |
3917 margin-left: 2px; | 3570 margin-left: 2px; |
3918 } | 3571 } |
3919 | |
3920 .nav-pills > li.active > a, | 3572 .nav-pills > li.active > a, |
3921 .nav-pills > li.active > a:hover, | 3573 .nav-pills > li.active > a:hover, |
3922 .nav-pills > li.active > a:focus { | 3574 .nav-pills > li.active > a:focus { |
3923 color: #ffffff; | 3575 color: #fff; |
3924 background-color: #428bca; | 3576 background-color: #428bca; |
3925 } | 3577 } |
3926 | |
3927 .nav-stacked > li { | 3578 .nav-stacked > li { |
3928 float: none; | 3579 float: none; |
3929 } | 3580 } |
3930 | |
3931 .nav-stacked > li + li { | 3581 .nav-stacked > li + li { |
3932 margin-top: 2px; | 3582 margin-top: 2px; |
3933 margin-left: 0; | 3583 margin-left: 0; |
3934 } | 3584 } |
3935 | |
3936 .nav-justified { | 3585 .nav-justified { |
3937 width: 100%; | 3586 width: 100%; |
3938 } | 3587 } |
3939 | |
3940 .nav-justified > li { | 3588 .nav-justified > li { |
3941 float: none; | 3589 float: none; |
3942 } | 3590 } |
3943 | |
3944 .nav-justified > li > a { | 3591 .nav-justified > li > a { |
3592 margin-bottom: 5px; | |
3945 text-align: center; | 3593 text-align: center; |
3946 } | 3594 } |
3947 | 3595 .nav-justified > .dropdown .dropdown-menu { |
3596 top: auto; | |
3597 left: auto; | |
3598 } | |
3948 @media (min-width: 768px) { | 3599 @media (min-width: 768px) { |
3949 .nav-justified > li { | 3600 .nav-justified > li { |
3950 display: table-cell; | 3601 display: table-cell; |
3951 width: 1%; | 3602 width: 1%; |
3952 } | 3603 } |
3953 } | 3604 .nav-justified > li > a { |
3954 | 3605 margin-bottom: 0; |
3606 } | |
3607 } | |
3955 .nav-tabs-justified { | 3608 .nav-tabs-justified { |
3956 border-bottom: 0; | 3609 border-bottom: 0; |
3957 } | 3610 } |
3958 | |
3959 .nav-tabs-justified > li > a { | 3611 .nav-tabs-justified > li > a { |
3960 margin-right: 0; | 3612 margin-right: 0; |
3961 border-bottom: 1px solid #dddddd; | 3613 border-radius: 4px; |
3962 } | 3614 } |
3963 | 3615 .nav-tabs-justified > .active > a, |
3964 .nav-tabs-justified > .active > a { | 3616 .nav-tabs-justified > .active > a:hover, |
3965 border-bottom-color: #ffffff; | 3617 .nav-tabs-justified > .active > a:focus { |
3966 } | 3618 border: 1px solid #ddd; |
3967 | 3619 } |
3968 .tabbable:before, | 3620 @media (min-width: 768px) { |
3969 .tabbable:after { | 3621 .nav-tabs-justified > li > a { |
3970 display: table; | 3622 border-bottom: 1px solid #ddd; |
3971 content: " "; | 3623 border-radius: 4px 4px 0 0; |
3972 } | 3624 } |
3973 | 3625 .nav-tabs-justified > .active > a, |
3974 .tabbable:after { | 3626 .nav-tabs-justified > .active > a:hover, |
3975 clear: both; | 3627 .nav-tabs-justified > .active > a:focus { |
3976 } | 3628 border-bottom-color: #fff; |
3977 | 3629 } |
3978 .tabbable:before, | 3630 } |
3979 .tabbable:after { | 3631 .tab-content > .tab-pane { |
3980 display: table; | |
3981 content: " "; | |
3982 } | |
3983 | |
3984 .tabbable:after { | |
3985 clear: both; | |
3986 } | |
3987 | |
3988 .tab-content > .tab-pane, | |
3989 .pill-content > .pill-pane { | |
3990 display: none; | 3632 display: none; |
3991 } | 3633 } |
3992 | 3634 .tab-content > .active { |
3993 .tab-content > .active, | |
3994 .pill-content > .active { | |
3995 display: block; | 3635 display: block; |
3996 } | 3636 } |
3997 | |
3998 .nav .caret { | |
3999 border-top-color: #428bca; | |
4000 border-bottom-color: #428bca; | |
4001 } | |
4002 | |
4003 .nav a:hover .caret { | |
4004 border-top-color: #2a6496; | |
4005 border-bottom-color: #2a6496; | |
4006 } | |
4007 | |
4008 .nav-tabs .dropdown-menu { | 3637 .nav-tabs .dropdown-menu { |
4009 margin-top: -1px; | 3638 margin-top: -1px; |
3639 border-top-left-radius: 0; | |
4010 border-top-right-radius: 0; | 3640 border-top-right-radius: 0; |
4011 border-top-left-radius: 0; | 3641 } |
4012 } | |
4013 | |
4014 .navbar { | 3642 .navbar { |
4015 position: relative; | 3643 position: relative; |
4016 z-index: 1000; | |
4017 min-height: 50px; | 3644 min-height: 50px; |
4018 margin-bottom: 20px; | 3645 margin-bottom: 20px; |
4019 border: 1px solid transparent; | 3646 border: 1px solid transparent; |
4020 } | 3647 } |
4021 | |
4022 .navbar:before, | |
4023 .navbar:after { | |
4024 display: table; | |
4025 content: " "; | |
4026 } | |
4027 | |
4028 .navbar:after { | |
4029 clear: both; | |
4030 } | |
4031 | |
4032 .navbar:before, | |
4033 .navbar:after { | |
4034 display: table; | |
4035 content: " "; | |
4036 } | |
4037 | |
4038 .navbar:after { | |
4039 clear: both; | |
4040 } | |
4041 | |
4042 @media (min-width: 768px) { | 3648 @media (min-width: 768px) { |
4043 .navbar { | 3649 .navbar { |
4044 border-radius: 4px; | 3650 border-radius: 4px; |
4045 } | 3651 } |
4046 } | 3652 } |
4047 | |
4048 .navbar-header:before, | |
4049 .navbar-header:after { | |
4050 display: table; | |
4051 content: " "; | |
4052 } | |
4053 | |
4054 .navbar-header:after { | |
4055 clear: both; | |
4056 } | |
4057 | |
4058 .navbar-header:before, | |
4059 .navbar-header:after { | |
4060 display: table; | |
4061 content: " "; | |
4062 } | |
4063 | |
4064 .navbar-header:after { | |
4065 clear: both; | |
4066 } | |
4067 | |
4068 @media (min-width: 768px) { | 3653 @media (min-width: 768px) { |
4069 .navbar-header { | 3654 .navbar-header { |
4070 float: left; | 3655 float: left; |
4071 } | 3656 } |
4072 } | 3657 } |
4073 | |
4074 .navbar-collapse { | 3658 .navbar-collapse { |
4075 max-height: 340px; | 3659 max-height: 340px; |
4076 padding-right: 15px; | 3660 padding-right: 15px; |
4077 padding-left: 15px; | 3661 padding-left: 15px; |
4078 overflow-x: visible; | 3662 overflow-x: visible; |
3663 -webkit-overflow-scrolling: touch; | |
4079 border-top: 1px solid transparent; | 3664 border-top: 1px solid transparent; |
4080 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | 3665 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); |
4081 -webkit-overflow-scrolling: touch; | 3666 } |
4082 } | |
4083 | |
4084 .navbar-collapse:before, | |
4085 .navbar-collapse:after { | |
4086 display: table; | |
4087 content: " "; | |
4088 } | |
4089 | |
4090 .navbar-collapse:after { | |
4091 clear: both; | |
4092 } | |
4093 | |
4094 .navbar-collapse:before, | |
4095 .navbar-collapse:after { | |
4096 display: table; | |
4097 content: " "; | |
4098 } | |
4099 | |
4100 .navbar-collapse:after { | |
4101 clear: both; | |
4102 } | |
4103 | |
4104 .navbar-collapse.in { | 3667 .navbar-collapse.in { |
4105 overflow-y: auto; | 3668 overflow-y: auto; |
4106 } | 3669 } |
4107 | |
4108 @media (min-width: 768px) { | 3670 @media (min-width: 768px) { |
4109 .navbar-collapse { | 3671 .navbar-collapse { |
4110 width: auto; | 3672 width: auto; |
4111 border-top: 0; | 3673 border-top: 0; |
4112 box-shadow: none; | 3674 box-shadow: none; |
4118 overflow: visible !important; | 3680 overflow: visible !important; |
4119 } | 3681 } |
4120 .navbar-collapse.in { | 3682 .navbar-collapse.in { |
4121 overflow-y: visible; | 3683 overflow-y: visible; |
4122 } | 3684 } |
4123 .navbar-collapse .navbar-nav.navbar-left:first-child { | 3685 .navbar-fixed-top .navbar-collapse, |
4124 margin-left: -15px; | 3686 .navbar-static-top .navbar-collapse, |
4125 } | 3687 .navbar-fixed-bottom .navbar-collapse { |
4126 .navbar-collapse .navbar-nav.navbar-right:last-child { | 3688 padding-right: 0; |
4127 margin-right: -15px; | 3689 padding-left: 0; |
4128 } | 3690 } |
4129 .navbar-collapse .navbar-text:last-child { | 3691 } |
4130 margin-right: 0; | |
4131 } | |
4132 } | |
4133 | |
4134 .container > .navbar-header, | 3692 .container > .navbar-header, |
4135 .container > .navbar-collapse { | 3693 .container-fluid > .navbar-header, |
3694 .container > .navbar-collapse, | |
3695 .container-fluid > .navbar-collapse { | |
4136 margin-right: -15px; | 3696 margin-right: -15px; |
4137 margin-left: -15px; | 3697 margin-left: -15px; |
4138 } | 3698 } |
4139 | |
4140 @media (min-width: 768px) { | 3699 @media (min-width: 768px) { |
4141 .container > .navbar-header, | 3700 .container > .navbar-header, |
4142 .container > .navbar-collapse { | 3701 .container-fluid > .navbar-header, |
3702 .container > .navbar-collapse, | |
3703 .container-fluid > .navbar-collapse { | |
4143 margin-right: 0; | 3704 margin-right: 0; |
4144 margin-left: 0; | 3705 margin-left: 0; |
4145 } | 3706 } |
4146 } | 3707 } |
4147 | |
4148 .navbar-static-top { | 3708 .navbar-static-top { |
3709 z-index: 1000; | |
4149 border-width: 0 0 1px; | 3710 border-width: 0 0 1px; |
4150 } | 3711 } |
4151 | |
4152 @media (min-width: 768px) { | 3712 @media (min-width: 768px) { |
4153 .navbar-static-top { | 3713 .navbar-static-top { |
4154 border-radius: 0; | 3714 border-radius: 0; |
4155 } | 3715 } |
4156 } | 3716 } |
4157 | |
4158 .navbar-fixed-top, | 3717 .navbar-fixed-top, |
4159 .navbar-fixed-bottom { | 3718 .navbar-fixed-bottom { |
4160 position: fixed; | 3719 position: fixed; |
4161 right: 0; | 3720 right: 0; |
4162 left: 0; | 3721 left: 0; |
4163 border-width: 0 0 1px; | 3722 z-index: 1030; |
4164 } | 3723 } |
4165 | |
4166 @media (min-width: 768px) { | 3724 @media (min-width: 768px) { |
4167 .navbar-fixed-top, | 3725 .navbar-fixed-top, |
4168 .navbar-fixed-bottom { | 3726 .navbar-fixed-bottom { |
4169 border-radius: 0; | 3727 border-radius: 0; |
4170 } | 3728 } |
4171 } | 3729 } |
4172 | |
4173 .navbar-fixed-top { | 3730 .navbar-fixed-top { |
4174 top: 0; | 3731 top: 0; |
4175 z-index: 1030; | 3732 border-width: 0 0 1px; |
4176 } | 3733 } |
4177 | |
4178 .navbar-fixed-bottom { | 3734 .navbar-fixed-bottom { |
4179 bottom: 0; | 3735 bottom: 0; |
4180 margin-bottom: 0; | 3736 margin-bottom: 0; |
4181 } | 3737 border-width: 1px 0 0; |
4182 | 3738 } |
4183 .navbar-brand { | 3739 .navbar-brand { |
4184 float: left; | 3740 float: left; |
3741 height: 50px; | |
4185 padding: 15px 15px; | 3742 padding: 15px 15px; |
4186 font-size: 18px; | 3743 font-size: 18px; |
4187 line-height: 20px; | 3744 line-height: 20px; |
4188 } | 3745 } |
4189 | |
4190 .navbar-brand:hover, | 3746 .navbar-brand:hover, |
4191 .navbar-brand:focus { | 3747 .navbar-brand:focus { |
4192 text-decoration: none; | 3748 text-decoration: none; |
4193 } | 3749 } |
4194 | |
4195 @media (min-width: 768px) { | 3750 @media (min-width: 768px) { |
4196 .navbar > .container .navbar-brand { | 3751 .navbar > .container .navbar-brand, |
3752 .navbar > .container-fluid .navbar-brand { | |
4197 margin-left: -15px; | 3753 margin-left: -15px; |
4198 } | 3754 } |
4199 } | 3755 } |
4200 | |
4201 .navbar-toggle { | 3756 .navbar-toggle { |
4202 position: relative; | 3757 position: relative; |
4203 float: right; | 3758 float: right; |
4204 padding: 9px 10px; | 3759 padding: 9px 10px; |
4205 margin-top: 8px; | 3760 margin-top: 8px; |
4206 margin-right: 15px; | 3761 margin-right: 15px; |
4207 margin-bottom: 8px; | 3762 margin-bottom: 8px; |
4208 background-color: transparent; | 3763 background-color: transparent; |
3764 background-image: none; | |
4209 border: 1px solid transparent; | 3765 border: 1px solid transparent; |
4210 border-radius: 4px; | 3766 border-radius: 4px; |
4211 } | 3767 } |
4212 | 3768 .navbar-toggle:focus { |
3769 outline: none; | |
3770 } | |
4213 .navbar-toggle .icon-bar { | 3771 .navbar-toggle .icon-bar { |
4214 display: block; | 3772 display: block; |
4215 width: 22px; | 3773 width: 22px; |
4216 height: 2px; | 3774 height: 2px; |
4217 border-radius: 1px; | 3775 border-radius: 1px; |
4218 } | 3776 } |
4219 | |
4220 .navbar-toggle .icon-bar + .icon-bar { | 3777 .navbar-toggle .icon-bar + .icon-bar { |
4221 margin-top: 4px; | 3778 margin-top: 4px; |
4222 } | 3779 } |
4223 | |
4224 @media (min-width: 768px) { | 3780 @media (min-width: 768px) { |
4225 .navbar-toggle { | 3781 .navbar-toggle { |
4226 display: none; | 3782 display: none; |
4227 } | 3783 } |
4228 } | 3784 } |
4229 | |
4230 .navbar-nav { | 3785 .navbar-nav { |
4231 margin: 7.5px -15px; | 3786 margin: 7.5px -15px; |
4232 } | 3787 } |
4233 | |
4234 .navbar-nav > li > a { | 3788 .navbar-nav > li > a { |
4235 padding-top: 10px; | 3789 padding-top: 10px; |
4236 padding-bottom: 10px; | 3790 padding-bottom: 10px; |
4237 line-height: 20px; | 3791 line-height: 20px; |
4238 } | 3792 } |
4239 | |
4240 @media (max-width: 767px) { | 3793 @media (max-width: 767px) { |
4241 .navbar-nav .open .dropdown-menu { | 3794 .navbar-nav .open .dropdown-menu { |
4242 position: static; | 3795 position: static; |
4243 float: none; | 3796 float: none; |
4244 width: auto; | 3797 width: auto; |
4257 .navbar-nav .open .dropdown-menu > li > a:hover, | 3810 .navbar-nav .open .dropdown-menu > li > a:hover, |
4258 .navbar-nav .open .dropdown-menu > li > a:focus { | 3811 .navbar-nav .open .dropdown-menu > li > a:focus { |
4259 background-image: none; | 3812 background-image: none; |
4260 } | 3813 } |
4261 } | 3814 } |
4262 | |
4263 @media (min-width: 768px) { | 3815 @media (min-width: 768px) { |
4264 .navbar-nav { | 3816 .navbar-nav { |
4265 float: left; | 3817 float: left; |
4266 margin: 0; | 3818 margin: 0; |
4267 } | 3819 } |
4270 } | 3822 } |
4271 .navbar-nav > li > a { | 3823 .navbar-nav > li > a { |
4272 padding-top: 15px; | 3824 padding-top: 15px; |
4273 padding-bottom: 15px; | 3825 padding-bottom: 15px; |
4274 } | 3826 } |
4275 } | 3827 .navbar-nav.navbar-right:last-child { |
4276 | 3828 margin-right: -15px; |
3829 } | |
3830 } | |
4277 @media (min-width: 768px) { | 3831 @media (min-width: 768px) { |
4278 .navbar-left { | 3832 .navbar-left { |
4279 float: left !important; | 3833 float: left !important; |
4280 } | 3834 } |
4281 .navbar-right { | 3835 .navbar-right { |
4282 float: right !important; | 3836 float: right !important; |
4283 } | 3837 } |
4284 } | 3838 } |
4285 | |
4286 .navbar-form { | 3839 .navbar-form { |
4287 padding: 10px 15px; | 3840 padding: 10px 15px; |
4288 margin-top: 8px; | 3841 margin-top: 8px; |
4289 margin-right: -15px; | 3842 margin-right: -15px; |
4290 margin-bottom: 8px; | 3843 margin-bottom: 8px; |
4291 margin-left: -15px; | 3844 margin-left: -15px; |
4292 border-top: 1px solid transparent; | 3845 border-top: 1px solid transparent; |
4293 border-bottom: 1px solid transparent; | 3846 border-bottom: 1px solid transparent; |
4294 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | 3847 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); |
4295 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | 3848 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); |
4296 } | 3849 } |
4297 | |
4298 @media (min-width: 768px) { | 3850 @media (min-width: 768px) { |
4299 .navbar-form .form-group { | 3851 .navbar-form .form-group { |
4300 display: inline-block; | 3852 display: inline-block; |
4301 margin-bottom: 0; | 3853 margin-bottom: 0; |
4302 vertical-align: middle; | 3854 vertical-align: middle; |
4303 } | 3855 } |
4304 .navbar-form .form-control { | 3856 .navbar-form .form-control { |
4305 display: inline-block; | 3857 display: inline-block; |
3858 width: auto; | |
3859 vertical-align: middle; | |
3860 } | |
3861 .navbar-form .input-group > .form-control { | |
3862 width: 100%; | |
3863 } | |
3864 .navbar-form .control-label { | |
3865 margin-bottom: 0; | |
3866 vertical-align: middle; | |
4306 } | 3867 } |
4307 .navbar-form .radio, | 3868 .navbar-form .radio, |
4308 .navbar-form .checkbox { | 3869 .navbar-form .checkbox { |
4309 display: inline-block; | 3870 display: inline-block; |
4310 padding-left: 0; | 3871 padding-left: 0; |
4311 margin-top: 0; | 3872 margin-top: 0; |
4312 margin-bottom: 0; | 3873 margin-bottom: 0; |
3874 vertical-align: middle; | |
4313 } | 3875 } |
4314 .navbar-form .radio input[type="radio"], | 3876 .navbar-form .radio input[type="radio"], |
4315 .navbar-form .checkbox input[type="checkbox"] { | 3877 .navbar-form .checkbox input[type="checkbox"] { |
4316 float: none; | 3878 float: none; |
4317 margin-left: 0; | 3879 margin-left: 0; |
4318 } | 3880 } |
4319 } | 3881 .navbar-form .has-feedback .form-control-feedback { |
4320 | 3882 top: 0; |
3883 } | |
3884 } | |
4321 @media (max-width: 767px) { | 3885 @media (max-width: 767px) { |
4322 .navbar-form .form-group { | 3886 .navbar-form .form-group { |
4323 margin-bottom: 5px; | 3887 margin-bottom: 5px; |
4324 } | 3888 } |
4325 } | 3889 } |
4326 | |
4327 @media (min-width: 768px) { | 3890 @media (min-width: 768px) { |
4328 .navbar-form { | 3891 .navbar-form { |
4329 width: auto; | 3892 width: auto; |
4330 padding-top: 0; | 3893 padding-top: 0; |
4331 padding-bottom: 0; | 3894 padding-bottom: 0; |
4333 margin-left: 0; | 3896 margin-left: 0; |
4334 border: 0; | 3897 border: 0; |
4335 -webkit-box-shadow: none; | 3898 -webkit-box-shadow: none; |
4336 box-shadow: none; | 3899 box-shadow: none; |
4337 } | 3900 } |
4338 } | 3901 .navbar-form.navbar-right:last-child { |
4339 | 3902 margin-right: -15px; |
3903 } | |
3904 } | |
4340 .navbar-nav > li > .dropdown-menu { | 3905 .navbar-nav > li > .dropdown-menu { |
4341 margin-top: 0; | 3906 margin-top: 0; |
3907 border-top-left-radius: 0; | |
4342 border-top-right-radius: 0; | 3908 border-top-right-radius: 0; |
4343 border-top-left-radius: 0; | 3909 } |
4344 } | |
4345 | |
4346 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | 3910 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { |
4347 border-bottom-right-radius: 0; | 3911 border-bottom-right-radius: 0; |
4348 border-bottom-left-radius: 0; | 3912 border-bottom-left-radius: 0; |
4349 } | 3913 } |
4350 | |
4351 .navbar-nav.pull-right > li > .dropdown-menu, | |
4352 .navbar-nav > li > .dropdown-menu.pull-right { | |
4353 right: 0; | |
4354 left: auto; | |
4355 } | |
4356 | |
4357 .navbar-btn { | 3914 .navbar-btn { |
4358 margin-top: 8px; | 3915 margin-top: 8px; |
4359 margin-bottom: 8px; | 3916 margin-bottom: 8px; |
4360 } | 3917 } |
4361 | 3918 .navbar-btn.btn-sm { |
3919 margin-top: 10px; | |
3920 margin-bottom: 10px; | |
3921 } | |
3922 .navbar-btn.btn-xs { | |
3923 margin-top: 14px; | |
3924 margin-bottom: 14px; | |
3925 } | |
4362 .navbar-text { | 3926 .navbar-text { |
4363 float: left; | |
4364 margin-top: 15px; | 3927 margin-top: 15px; |
4365 margin-bottom: 15px; | 3928 margin-bottom: 15px; |
4366 } | 3929 } |
4367 | |
4368 @media (min-width: 768px) { | 3930 @media (min-width: 768px) { |
4369 .navbar-text { | 3931 .navbar-text { |
3932 float: left; | |
4370 margin-right: 15px; | 3933 margin-right: 15px; |
4371 margin-left: 15px; | 3934 margin-left: 15px; |
4372 } | 3935 } |
4373 } | 3936 .navbar-text.navbar-right:last-child { |
4374 | 3937 margin-right: 0; |
3938 } | |
3939 } | |
4375 .navbar-default { | 3940 .navbar-default { |
4376 background-color: #f8f8f8; | 3941 background-color: #f8f8f8; |
4377 border-color: #e7e7e7; | 3942 border-color: #e7e7e7; |
4378 } | 3943 } |
4379 | |
4380 .navbar-default .navbar-brand { | 3944 .navbar-default .navbar-brand { |
4381 color: #777777; | 3945 color: #777; |
4382 } | 3946 } |
4383 | |
4384 .navbar-default .navbar-brand:hover, | 3947 .navbar-default .navbar-brand:hover, |
4385 .navbar-default .navbar-brand:focus { | 3948 .navbar-default .navbar-brand:focus { |
4386 color: #5e5e5e; | 3949 color: #5e5e5e; |
4387 background-color: transparent; | 3950 background-color: transparent; |
4388 } | 3951 } |
4389 | |
4390 .navbar-default .navbar-text { | 3952 .navbar-default .navbar-text { |
4391 color: #777777; | 3953 color: #777; |
4392 } | 3954 } |
4393 | |
4394 .navbar-default .navbar-nav > li > a { | 3955 .navbar-default .navbar-nav > li > a { |
4395 color: #777777; | 3956 color: #777; |
4396 } | 3957 } |
4397 | |
4398 .navbar-default .navbar-nav > li > a:hover, | 3958 .navbar-default .navbar-nav > li > a:hover, |
4399 .navbar-default .navbar-nav > li > a:focus { | 3959 .navbar-default .navbar-nav > li > a:focus { |
4400 color: #333333; | 3960 color: #333; |
4401 background-color: transparent; | 3961 background-color: transparent; |
4402 } | 3962 } |
4403 | |
4404 .navbar-default .navbar-nav > .active > a, | 3963 .navbar-default .navbar-nav > .active > a, |
4405 .navbar-default .navbar-nav > .active > a:hover, | 3964 .navbar-default .navbar-nav > .active > a:hover, |
4406 .navbar-default .navbar-nav > .active > a:focus { | 3965 .navbar-default .navbar-nav > .active > a:focus { |
4407 color: #555555; | 3966 color: #555; |
4408 background-color: #e7e7e7; | 3967 background-color: #e7e7e7; |
4409 } | 3968 } |
4410 | |
4411 .navbar-default .navbar-nav > .disabled > a, | 3969 .navbar-default .navbar-nav > .disabled > a, |
4412 .navbar-default .navbar-nav > .disabled > a:hover, | 3970 .navbar-default .navbar-nav > .disabled > a:hover, |
4413 .navbar-default .navbar-nav > .disabled > a:focus { | 3971 .navbar-default .navbar-nav > .disabled > a:focus { |
4414 color: #cccccc; | 3972 color: #ccc; |
4415 background-color: transparent; | 3973 background-color: transparent; |
4416 } | 3974 } |
4417 | |
4418 .navbar-default .navbar-toggle { | 3975 .navbar-default .navbar-toggle { |
4419 border-color: #dddddd; | 3976 border-color: #ddd; |
4420 } | 3977 } |
4421 | |
4422 .navbar-default .navbar-toggle:hover, | 3978 .navbar-default .navbar-toggle:hover, |
4423 .navbar-default .navbar-toggle:focus { | 3979 .navbar-default .navbar-toggle:focus { |
4424 background-color: #dddddd; | 3980 background-color: #ddd; |
4425 } | 3981 } |
4426 | |
4427 .navbar-default .navbar-toggle .icon-bar { | 3982 .navbar-default .navbar-toggle .icon-bar { |
4428 background-color: #cccccc; | 3983 background-color: #888; |
4429 } | 3984 } |
4430 | |
4431 .navbar-default .navbar-collapse, | 3985 .navbar-default .navbar-collapse, |
4432 .navbar-default .navbar-form { | 3986 .navbar-default .navbar-form { |
4433 border-color: #e6e6e6; | 3987 border-color: #e7e7e7; |
4434 } | 3988 } |
4435 | |
4436 .navbar-default .navbar-nav > .dropdown > a:hover .caret, | |
4437 .navbar-default .navbar-nav > .dropdown > a:focus .caret { | |
4438 border-top-color: #333333; | |
4439 border-bottom-color: #333333; | |
4440 } | |
4441 | |
4442 .navbar-default .navbar-nav > .open > a, | 3989 .navbar-default .navbar-nav > .open > a, |
4443 .navbar-default .navbar-nav > .open > a:hover, | 3990 .navbar-default .navbar-nav > .open > a:hover, |
4444 .navbar-default .navbar-nav > .open > a:focus { | 3991 .navbar-default .navbar-nav > .open > a:focus { |
4445 color: #555555; | 3992 color: #555; |
4446 background-color: #e7e7e7; | 3993 background-color: #e7e7e7; |
4447 } | 3994 } |
4448 | |
4449 .navbar-default .navbar-nav > .open > a .caret, | |
4450 .navbar-default .navbar-nav > .open > a:hover .caret, | |
4451 .navbar-default .navbar-nav > .open > a:focus .caret { | |
4452 border-top-color: #555555; | |
4453 border-bottom-color: #555555; | |
4454 } | |
4455 | |
4456 .navbar-default .navbar-nav > .dropdown > a .caret { | |
4457 border-top-color: #777777; | |
4458 border-bottom-color: #777777; | |
4459 } | |
4460 | |
4461 @media (max-width: 767px) { | 3995 @media (max-width: 767px) { |
4462 .navbar-default .navbar-nav .open .dropdown-menu > li > a { | 3996 .navbar-default .navbar-nav .open .dropdown-menu > li > a { |
4463 color: #777777; | 3997 color: #777; |
4464 } | 3998 } |
4465 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, | 3999 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, |
4466 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | 4000 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { |
4467 color: #333333; | 4001 color: #333; |
4468 background-color: transparent; | 4002 background-color: transparent; |
4469 } | 4003 } |
4470 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, | 4004 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, |
4471 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, | 4005 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, |
4472 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | 4006 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { |
4473 color: #555555; | 4007 color: #555; |
4474 background-color: #e7e7e7; | 4008 background-color: #e7e7e7; |
4475 } | 4009 } |
4476 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, | 4010 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, |
4477 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, | 4011 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, |
4478 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | 4012 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { |
4479 color: #cccccc; | 4013 color: #ccc; |
4480 background-color: transparent; | 4014 background-color: transparent; |
4481 } | 4015 } |
4482 } | 4016 } |
4483 | |
4484 .navbar-default .navbar-link { | 4017 .navbar-default .navbar-link { |
4485 color: #777777; | 4018 color: #777; |
4486 } | 4019 } |
4487 | |
4488 .navbar-default .navbar-link:hover { | 4020 .navbar-default .navbar-link:hover { |
4489 color: #333333; | 4021 color: #333; |
4490 } | 4022 } |
4491 | |
4492 .navbar-inverse { | 4023 .navbar-inverse { |
4493 background-color: #222222; | 4024 background-color: #222; |
4494 border-color: #080808; | 4025 border-color: #080808; |
4495 } | 4026 } |
4496 | |
4497 .navbar-inverse .navbar-brand { | 4027 .navbar-inverse .navbar-brand { |
4498 color: #999999; | 4028 color: #999; |
4499 } | 4029 } |
4500 | |
4501 .navbar-inverse .navbar-brand:hover, | 4030 .navbar-inverse .navbar-brand:hover, |
4502 .navbar-inverse .navbar-brand:focus { | 4031 .navbar-inverse .navbar-brand:focus { |
4503 color: #ffffff; | 4032 color: #fff; |
4504 background-color: transparent; | 4033 background-color: transparent; |
4505 } | 4034 } |
4506 | |
4507 .navbar-inverse .navbar-text { | 4035 .navbar-inverse .navbar-text { |
4508 color: #999999; | 4036 color: #999; |
4509 } | 4037 } |
4510 | |
4511 .navbar-inverse .navbar-nav > li > a { | 4038 .navbar-inverse .navbar-nav > li > a { |
4512 color: #999999; | 4039 color: #999; |
4513 } | 4040 } |
4514 | |
4515 .navbar-inverse .navbar-nav > li > a:hover, | 4041 .navbar-inverse .navbar-nav > li > a:hover, |
4516 .navbar-inverse .navbar-nav > li > a:focus { | 4042 .navbar-inverse .navbar-nav > li > a:focus { |
4517 color: #ffffff; | 4043 color: #fff; |
4518 background-color: transparent; | 4044 background-color: transparent; |
4519 } | 4045 } |
4520 | |
4521 .navbar-inverse .navbar-nav > .active > a, | 4046 .navbar-inverse .navbar-nav > .active > a, |
4522 .navbar-inverse .navbar-nav > .active > a:hover, | 4047 .navbar-inverse .navbar-nav > .active > a:hover, |
4523 .navbar-inverse .navbar-nav > .active > a:focus { | 4048 .navbar-inverse .navbar-nav > .active > a:focus { |
4524 color: #ffffff; | 4049 color: #fff; |
4525 background-color: #080808; | 4050 background-color: #080808; |
4526 } | 4051 } |
4527 | |
4528 .navbar-inverse .navbar-nav > .disabled > a, | 4052 .navbar-inverse .navbar-nav > .disabled > a, |
4529 .navbar-inverse .navbar-nav > .disabled > a:hover, | 4053 .navbar-inverse .navbar-nav > .disabled > a:hover, |
4530 .navbar-inverse .navbar-nav > .disabled > a:focus { | 4054 .navbar-inverse .navbar-nav > .disabled > a:focus { |
4531 color: #444444; | 4055 color: #444; |
4532 background-color: transparent; | 4056 background-color: transparent; |
4533 } | 4057 } |
4534 | |
4535 .navbar-inverse .navbar-toggle { | 4058 .navbar-inverse .navbar-toggle { |
4536 border-color: #333333; | 4059 border-color: #333; |
4537 } | 4060 } |
4538 | |
4539 .navbar-inverse .navbar-toggle:hover, | 4061 .navbar-inverse .navbar-toggle:hover, |
4540 .navbar-inverse .navbar-toggle:focus { | 4062 .navbar-inverse .navbar-toggle:focus { |
4541 background-color: #333333; | 4063 background-color: #333; |
4542 } | 4064 } |
4543 | |
4544 .navbar-inverse .navbar-toggle .icon-bar { | 4065 .navbar-inverse .navbar-toggle .icon-bar { |
4545 background-color: #ffffff; | 4066 background-color: #fff; |
4546 } | 4067 } |
4547 | |
4548 .navbar-inverse .navbar-collapse, | 4068 .navbar-inverse .navbar-collapse, |
4549 .navbar-inverse .navbar-form { | 4069 .navbar-inverse .navbar-form { |
4550 border-color: #101010; | 4070 border-color: #101010; |
4551 } | 4071 } |
4552 | |
4553 .navbar-inverse .navbar-nav > .open > a, | 4072 .navbar-inverse .navbar-nav > .open > a, |
4554 .navbar-inverse .navbar-nav > .open > a:hover, | 4073 .navbar-inverse .navbar-nav > .open > a:hover, |
4555 .navbar-inverse .navbar-nav > .open > a:focus { | 4074 .navbar-inverse .navbar-nav > .open > a:focus { |
4556 color: #ffffff; | 4075 color: #fff; |
4557 background-color: #080808; | 4076 background-color: #080808; |
4558 } | 4077 } |
4559 | |
4560 .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { | |
4561 border-top-color: #ffffff; | |
4562 border-bottom-color: #ffffff; | |
4563 } | |
4564 | |
4565 .navbar-inverse .navbar-nav > .dropdown > a .caret { | |
4566 border-top-color: #999999; | |
4567 border-bottom-color: #999999; | |
4568 } | |
4569 | |
4570 .navbar-inverse .navbar-nav > .open > a .caret, | |
4571 .navbar-inverse .navbar-nav > .open > a:hover .caret, | |
4572 .navbar-inverse .navbar-nav > .open > a:focus .caret { | |
4573 border-top-color: #ffffff; | |
4574 border-bottom-color: #ffffff; | |
4575 } | |
4576 | |
4577 @media (max-width: 767px) { | 4078 @media (max-width: 767px) { |
4578 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | 4079 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { |
4579 border-color: #080808; | 4080 border-color: #080808; |
4580 } | 4081 } |
4082 .navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
4083 background-color: #080808; | |
4084 } | |
4581 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | 4085 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { |
4582 color: #999999; | 4086 color: #999; |
4583 } | 4087 } |
4584 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, | 4088 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, |
4585 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | 4089 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { |
4586 color: #ffffff; | 4090 color: #fff; |
4587 background-color: transparent; | 4091 background-color: transparent; |
4588 } | 4092 } |
4589 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, | 4093 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, |
4590 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, | 4094 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, |
4591 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | 4095 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { |
4592 color: #ffffff; | 4096 color: #fff; |
4593 background-color: #080808; | 4097 background-color: #080808; |
4594 } | 4098 } |
4595 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, | 4099 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, |
4596 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, | 4100 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, |
4597 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | 4101 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { |
4598 color: #444444; | 4102 color: #444; |
4599 background-color: transparent; | 4103 background-color: transparent; |
4600 } | 4104 } |
4601 } | 4105 } |
4602 | |
4603 .navbar-inverse .navbar-link { | 4106 .navbar-inverse .navbar-link { |
4604 color: #999999; | 4107 color: #999; |
4605 } | 4108 } |
4606 | |
4607 .navbar-inverse .navbar-link:hover { | 4109 .navbar-inverse .navbar-link:hover { |
4608 color: #ffffff; | 4110 color: #fff; |
4609 } | 4111 } |
4610 | |
4611 .breadcrumb { | 4112 .breadcrumb { |
4612 padding: 8px 15px; | 4113 padding: 8px 15px; |
4613 margin-bottom: 20px; | 4114 margin-bottom: 20px; |
4614 list-style: none; | 4115 list-style: none; |
4615 background-color: #f5f5f5; | 4116 background-color: #f5f5f5; |
4616 border-radius: 4px; | 4117 border-radius: 4px; |
4617 } | 4118 } |
4618 | |
4619 .breadcrumb > li { | 4119 .breadcrumb > li { |
4620 display: inline-block; | 4120 display: inline-block; |
4621 } | 4121 } |
4622 | |
4623 .breadcrumb > li + li:before { | 4122 .breadcrumb > li + li:before { |
4624 padding: 0 5px; | 4123 padding: 0 5px; |
4625 color: #cccccc; | 4124 color: #ccc; |
4626 content: "/\00a0"; | 4125 content: "/\00a0"; |
4627 } | 4126 } |
4628 | |
4629 .breadcrumb > .active { | 4127 .breadcrumb > .active { |
4630 color: #999999; | 4128 color: #999; |
4631 } | 4129 } |
4632 | |
4633 .pagination { | 4130 .pagination { |
4634 display: inline-block; | 4131 display: inline-block; |
4635 padding-left: 0; | 4132 padding-left: 0; |
4636 margin: 20px 0; | 4133 margin: 20px 0; |
4637 border-radius: 4px; | 4134 border-radius: 4px; |
4638 } | 4135 } |
4639 | |
4640 .pagination > li { | 4136 .pagination > li { |
4641 display: inline; | 4137 display: inline; |
4642 } | 4138 } |
4643 | |
4644 .pagination > li > a, | 4139 .pagination > li > a, |
4645 .pagination > li > span { | 4140 .pagination > li > span { |
4646 position: relative; | 4141 position: relative; |
4647 float: left; | 4142 float: left; |
4648 padding: 6px 12px; | 4143 padding: 6px 12px; |
4649 margin-left: -1px; | 4144 margin-left: -1px; |
4650 line-height: 1.428571429; | 4145 line-height: 1.42857143; |
4146 color: #428bca; | |
4651 text-decoration: none; | 4147 text-decoration: none; |
4652 background-color: #ffffff; | 4148 background-color: #fff; |
4653 border: 1px solid #dddddd; | 4149 border: 1px solid #ddd; |
4654 } | 4150 } |
4655 | |
4656 .pagination > li:first-child > a, | 4151 .pagination > li:first-child > a, |
4657 .pagination > li:first-child > span { | 4152 .pagination > li:first-child > span { |
4658 margin-left: 0; | 4153 margin-left: 0; |
4154 border-top-left-radius: 4px; | |
4659 border-bottom-left-radius: 4px; | 4155 border-bottom-left-radius: 4px; |
4660 border-top-left-radius: 4px; | 4156 } |
4661 } | |
4662 | |
4663 .pagination > li:last-child > a, | 4157 .pagination > li:last-child > a, |
4664 .pagination > li:last-child > span { | 4158 .pagination > li:last-child > span { |
4665 border-top-right-radius: 4px; | 4159 border-top-right-radius: 4px; |
4666 border-bottom-right-radius: 4px; | 4160 border-bottom-right-radius: 4px; |
4667 } | 4161 } |
4668 | |
4669 .pagination > li > a:hover, | 4162 .pagination > li > a:hover, |
4670 .pagination > li > span:hover, | 4163 .pagination > li > span:hover, |
4671 .pagination > li > a:focus, | 4164 .pagination > li > a:focus, |
4672 .pagination > li > span:focus { | 4165 .pagination > li > span:focus { |
4673 background-color: #eeeeee; | 4166 color: #2a6496; |
4674 } | 4167 background-color: #eee; |
4675 | 4168 border-color: #ddd; |
4169 } | |
4676 .pagination > .active > a, | 4170 .pagination > .active > a, |
4677 .pagination > .active > span, | 4171 .pagination > .active > span, |
4678 .pagination > .active > a:hover, | 4172 .pagination > .active > a:hover, |
4679 .pagination > .active > span:hover, | 4173 .pagination > .active > span:hover, |
4680 .pagination > .active > a:focus, | 4174 .pagination > .active > a:focus, |
4681 .pagination > .active > span:focus { | 4175 .pagination > .active > span:focus { |
4682 z-index: 2; | 4176 z-index: 2; |
4683 color: #ffffff; | 4177 color: #fff; |
4684 cursor: default; | 4178 cursor: default; |
4685 background-color: #428bca; | 4179 background-color: #428bca; |
4686 border-color: #428bca; | 4180 border-color: #428bca; |
4687 } | 4181 } |
4688 | |
4689 .pagination > .disabled > span, | 4182 .pagination > .disabled > span, |
4183 .pagination > .disabled > span:hover, | |
4184 .pagination > .disabled > span:focus, | |
4690 .pagination > .disabled > a, | 4185 .pagination > .disabled > a, |
4691 .pagination > .disabled > a:hover, | 4186 .pagination > .disabled > a:hover, |
4692 .pagination > .disabled > a:focus { | 4187 .pagination > .disabled > a:focus { |
4693 color: #999999; | 4188 color: #999; |
4694 cursor: not-allowed; | 4189 cursor: not-allowed; |
4695 background-color: #ffffff; | 4190 background-color: #fff; |
4696 border-color: #dddddd; | 4191 border-color: #ddd; |
4697 } | 4192 } |
4698 | |
4699 .pagination-lg > li > a, | 4193 .pagination-lg > li > a, |
4700 .pagination-lg > li > span { | 4194 .pagination-lg > li > span { |
4701 padding: 10px 16px; | 4195 padding: 10px 16px; |
4702 font-size: 18px; | 4196 font-size: 18px; |
4703 } | 4197 } |
4704 | |
4705 .pagination-lg > li:first-child > a, | 4198 .pagination-lg > li:first-child > a, |
4706 .pagination-lg > li:first-child > span { | 4199 .pagination-lg > li:first-child > span { |
4200 border-top-left-radius: 6px; | |
4707 border-bottom-left-radius: 6px; | 4201 border-bottom-left-radius: 6px; |
4708 border-top-left-radius: 6px; | 4202 } |
4709 } | |
4710 | |
4711 .pagination-lg > li:last-child > a, | 4203 .pagination-lg > li:last-child > a, |
4712 .pagination-lg > li:last-child > span { | 4204 .pagination-lg > li:last-child > span { |
4713 border-top-right-radius: 6px; | 4205 border-top-right-radius: 6px; |
4714 border-bottom-right-radius: 6px; | 4206 border-bottom-right-radius: 6px; |
4715 } | 4207 } |
4716 | |
4717 .pagination-sm > li > a, | 4208 .pagination-sm > li > a, |
4718 .pagination-sm > li > span { | 4209 .pagination-sm > li > span { |
4719 padding: 5px 10px; | 4210 padding: 5px 10px; |
4720 font-size: 12px; | 4211 font-size: 12px; |
4721 } | 4212 } |
4722 | |
4723 .pagination-sm > li:first-child > a, | 4213 .pagination-sm > li:first-child > a, |
4724 .pagination-sm > li:first-child > span { | 4214 .pagination-sm > li:first-child > span { |
4215 border-top-left-radius: 3px; | |
4725 border-bottom-left-radius: 3px; | 4216 border-bottom-left-radius: 3px; |
4726 border-top-left-radius: 3px; | 4217 } |
4727 } | |
4728 | |
4729 .pagination-sm > li:last-child > a, | 4218 .pagination-sm > li:last-child > a, |
4730 .pagination-sm > li:last-child > span { | 4219 .pagination-sm > li:last-child > span { |
4731 border-top-right-radius: 3px; | 4220 border-top-right-radius: 3px; |
4732 border-bottom-right-radius: 3px; | 4221 border-bottom-right-radius: 3px; |
4733 } | 4222 } |
4734 | |
4735 .pager { | 4223 .pager { |
4736 padding-left: 0; | 4224 padding-left: 0; |
4737 margin: 20px 0; | 4225 margin: 20px 0; |
4738 text-align: center; | 4226 text-align: center; |
4739 list-style: none; | 4227 list-style: none; |
4740 } | 4228 } |
4741 | |
4742 .pager:before, | |
4743 .pager:after { | |
4744 display: table; | |
4745 content: " "; | |
4746 } | |
4747 | |
4748 .pager:after { | |
4749 clear: both; | |
4750 } | |
4751 | |
4752 .pager:before, | |
4753 .pager:after { | |
4754 display: table; | |
4755 content: " "; | |
4756 } | |
4757 | |
4758 .pager:after { | |
4759 clear: both; | |
4760 } | |
4761 | |
4762 .pager li { | 4229 .pager li { |
4763 display: inline; | 4230 display: inline; |
4764 } | 4231 } |
4765 | |
4766 .pager li > a, | 4232 .pager li > a, |
4767 .pager li > span { | 4233 .pager li > span { |
4768 display: inline-block; | 4234 display: inline-block; |
4769 padding: 5px 14px; | 4235 padding: 5px 14px; |
4770 background-color: #ffffff; | 4236 background-color: #fff; |
4771 border: 1px solid #dddddd; | 4237 border: 1px solid #ddd; |
4772 border-radius: 15px; | 4238 border-radius: 15px; |
4773 } | 4239 } |
4774 | |
4775 .pager li > a:hover, | 4240 .pager li > a:hover, |
4776 .pager li > a:focus { | 4241 .pager li > a:focus { |
4777 text-decoration: none; | 4242 text-decoration: none; |
4778 background-color: #eeeeee; | 4243 background-color: #eee; |
4779 } | 4244 } |
4780 | |
4781 .pager .next > a, | 4245 .pager .next > a, |
4782 .pager .next > span { | 4246 .pager .next > span { |
4783 float: right; | 4247 float: right; |
4784 } | 4248 } |
4785 | |
4786 .pager .previous > a, | 4249 .pager .previous > a, |
4787 .pager .previous > span { | 4250 .pager .previous > span { |
4788 float: left; | 4251 float: left; |
4789 } | 4252 } |
4790 | |
4791 .pager .disabled > a, | 4253 .pager .disabled > a, |
4792 .pager .disabled > a:hover, | 4254 .pager .disabled > a:hover, |
4793 .pager .disabled > a:focus, | 4255 .pager .disabled > a:focus, |
4794 .pager .disabled > span { | 4256 .pager .disabled > span { |
4795 color: #999999; | 4257 color: #999; |
4796 cursor: not-allowed; | 4258 cursor: not-allowed; |
4797 background-color: #ffffff; | 4259 background-color: #fff; |
4798 } | 4260 } |
4799 | |
4800 .label { | 4261 .label { |
4801 display: inline; | 4262 display: inline; |
4802 padding: .2em .6em .3em; | 4263 padding: .2em .6em .3em; |
4803 font-size: 75%; | 4264 font-size: 75%; |
4804 font-weight: bold; | 4265 font-weight: bold; |
4805 line-height: 1; | 4266 line-height: 1; |
4806 color: #ffffff; | 4267 color: #fff; |
4807 text-align: center; | 4268 text-align: center; |
4808 white-space: nowrap; | 4269 white-space: nowrap; |
4809 vertical-align: baseline; | 4270 vertical-align: baseline; |
4810 border-radius: .25em; | 4271 border-radius: .25em; |
4811 } | 4272 } |
4812 | |
4813 .label[href]:hover, | 4273 .label[href]:hover, |
4814 .label[href]:focus { | 4274 .label[href]:focus { |
4815 color: #ffffff; | 4275 color: #fff; |
4816 text-decoration: none; | 4276 text-decoration: none; |
4817 cursor: pointer; | 4277 cursor: pointer; |
4818 } | 4278 } |
4819 | |
4820 .label:empty { | 4279 .label:empty { |
4821 display: none; | 4280 display: none; |
4822 } | 4281 } |
4823 | 4282 .btn .label { |
4283 position: relative; | |
4284 top: -1px; | |
4285 } | |
4824 .label-default { | 4286 .label-default { |
4825 background-color: #999999; | 4287 background-color: #999; |
4826 } | 4288 } |
4827 | |
4828 .label-default[href]:hover, | 4289 .label-default[href]:hover, |
4829 .label-default[href]:focus { | 4290 .label-default[href]:focus { |
4830 background-color: #808080; | 4291 background-color: #808080; |
4831 } | 4292 } |
4832 | |
4833 .label-primary { | 4293 .label-primary { |
4834 background-color: #428bca; | 4294 background-color: #428bca; |
4835 } | 4295 } |
4836 | |
4837 .label-primary[href]:hover, | 4296 .label-primary[href]:hover, |
4838 .label-primary[href]:focus { | 4297 .label-primary[href]:focus { |
4839 background-color: #3071a9; | 4298 background-color: #3071a9; |
4840 } | 4299 } |
4841 | |
4842 .label-success { | 4300 .label-success { |
4843 background-color: #5cb85c; | 4301 background-color: #5cb85c; |
4844 } | 4302 } |
4845 | |
4846 .label-success[href]:hover, | 4303 .label-success[href]:hover, |
4847 .label-success[href]:focus { | 4304 .label-success[href]:focus { |
4848 background-color: #449d44; | 4305 background-color: #449d44; |
4849 } | 4306 } |
4850 | |
4851 .label-info { | 4307 .label-info { |
4852 background-color: #5bc0de; | 4308 background-color: #5bc0de; |
4853 } | 4309 } |
4854 | |
4855 .label-info[href]:hover, | 4310 .label-info[href]:hover, |
4856 .label-info[href]:focus { | 4311 .label-info[href]:focus { |
4857 background-color: #31b0d5; | 4312 background-color: #31b0d5; |
4858 } | 4313 } |
4859 | |
4860 .label-warning { | 4314 .label-warning { |
4861 background-color: #f0ad4e; | 4315 background-color: #f0ad4e; |
4862 } | 4316 } |
4863 | |
4864 .label-warning[href]:hover, | 4317 .label-warning[href]:hover, |
4865 .label-warning[href]:focus { | 4318 .label-warning[href]:focus { |
4866 background-color: #ec971f; | 4319 background-color: #ec971f; |
4867 } | 4320 } |
4868 | |
4869 .label-danger { | 4321 .label-danger { |
4870 background-color: #d9534f; | 4322 background-color: #d9534f; |
4871 } | 4323 } |
4872 | |
4873 .label-danger[href]:hover, | 4324 .label-danger[href]:hover, |
4874 .label-danger[href]:focus { | 4325 .label-danger[href]:focus { |
4875 background-color: #c9302c; | 4326 background-color: #c9302c; |
4876 } | 4327 } |
4877 | |
4878 .badge { | 4328 .badge { |
4879 display: inline-block; | 4329 display: inline-block; |
4880 min-width: 10px; | 4330 min-width: 10px; |
4881 padding: 3px 7px; | 4331 padding: 3px 7px; |
4882 font-size: 12px; | 4332 font-size: 12px; |
4883 font-weight: bold; | 4333 font-weight: bold; |
4884 line-height: 1; | 4334 line-height: 1; |
4885 color: #ffffff; | 4335 color: #fff; |
4886 text-align: center; | 4336 text-align: center; |
4887 white-space: nowrap; | 4337 white-space: nowrap; |
4888 vertical-align: baseline; | 4338 vertical-align: baseline; |
4889 background-color: #999999; | 4339 background-color: #999; |
4890 border-radius: 10px; | 4340 border-radius: 10px; |
4891 } | 4341 } |
4892 | |
4893 .badge:empty { | 4342 .badge:empty { |
4894 display: none; | 4343 display: none; |
4895 } | 4344 } |
4896 | |
4897 a.badge:hover, | |
4898 a.badge:focus { | |
4899 color: #ffffff; | |
4900 text-decoration: none; | |
4901 cursor: pointer; | |
4902 } | |
4903 | |
4904 .btn .badge { | 4345 .btn .badge { |
4905 position: relative; | 4346 position: relative; |
4906 top: -1px; | 4347 top: -1px; |
4907 } | 4348 } |
4908 | 4349 .btn-xs .badge { |
4350 top: 0; | |
4351 padding: 1px 5px; | |
4352 } | |
4353 a.badge:hover, | |
4354 a.badge:focus { | |
4355 color: #fff; | |
4356 text-decoration: none; | |
4357 cursor: pointer; | |
4358 } | |
4909 a.list-group-item.active > .badge, | 4359 a.list-group-item.active > .badge, |
4910 .nav-pills > .active > a > .badge { | 4360 .nav-pills > .active > a > .badge { |
4911 color: #428bca; | 4361 color: #428bca; |
4912 background-color: #ffffff; | 4362 background-color: #fff; |
4913 } | 4363 } |
4914 | |
4915 .nav-pills > li > a > .badge { | 4364 .nav-pills > li > a > .badge { |
4916 margin-left: 3px; | 4365 margin-left: 3px; |
4917 } | 4366 } |
4918 | |
4919 .jumbotron { | 4367 .jumbotron { |
4920 padding: 30px; | 4368 padding: 30px; |
4921 margin-bottom: 30px; | 4369 margin-bottom: 30px; |
4370 color: inherit; | |
4371 background-color: #eee; | |
4372 } | |
4373 .jumbotron h1, | |
4374 .jumbotron .h1 { | |
4375 color: inherit; | |
4376 } | |
4377 .jumbotron p { | |
4378 margin-bottom: 15px; | |
4922 font-size: 21px; | 4379 font-size: 21px; |
4923 font-weight: 200; | 4380 font-weight: 200; |
4924 line-height: 2.1428571435; | 4381 } |
4925 color: inherit; | |
4926 background-color: #eeeeee; | |
4927 } | |
4928 | |
4929 .jumbotron h1 { | |
4930 line-height: 1; | |
4931 color: inherit; | |
4932 } | |
4933 | |
4934 .jumbotron p { | |
4935 line-height: 1.4; | |
4936 } | |
4937 | |
4938 .container .jumbotron { | 4382 .container .jumbotron { |
4939 border-radius: 6px; | 4383 border-radius: 6px; |
4940 } | 4384 } |
4941 | 4385 .jumbotron .container { |
4386 max-width: 100%; | |
4387 } | |
4942 @media screen and (min-width: 768px) { | 4388 @media screen and (min-width: 768px) { |
4943 .jumbotron { | 4389 .jumbotron { |
4944 padding-top: 48px; | 4390 padding-top: 48px; |
4945 padding-bottom: 48px; | 4391 padding-bottom: 48px; |
4946 } | 4392 } |
4947 .container .jumbotron { | 4393 .container .jumbotron { |
4948 padding-right: 60px; | 4394 padding-right: 60px; |
4949 padding-left: 60px; | 4395 padding-left: 60px; |
4950 } | 4396 } |
4951 .jumbotron h1 { | 4397 .jumbotron h1, |
4398 .jumbotron .h1 { | |
4952 font-size: 63px; | 4399 font-size: 63px; |
4953 } | 4400 } |
4954 } | 4401 } |
4955 | |
4956 .thumbnail { | 4402 .thumbnail { |
4957 display: inline-block; | |
4958 display: block; | 4403 display: block; |
4959 height: auto; | |
4960 max-width: 100%; | |
4961 padding: 4px; | 4404 padding: 4px; |
4962 line-height: 1.428571429; | 4405 margin-bottom: 20px; |
4963 background-color: #ffffff; | 4406 line-height: 1.42857143; |
4964 border: 1px solid #dddddd; | 4407 background-color: #fff; |
4408 border: 1px solid #ddd; | |
4965 border-radius: 4px; | 4409 border-radius: 4px; |
4966 -webkit-transition: all 0.2s ease-in-out; | 4410 -webkit-transition: all .2s ease-in-out; |
4967 transition: all 0.2s ease-in-out; | 4411 transition: all .2s ease-in-out; |
4968 } | 4412 } |
4969 | 4413 .thumbnail > img, |
4970 .thumbnail > img { | 4414 .thumbnail a > img { |
4971 display: block; | |
4972 height: auto; | |
4973 max-width: 100%; | |
4974 } | |
4975 | |
4976 a.thumbnail:hover, | |
4977 a.thumbnail:focus { | |
4978 border-color: #428bca; | |
4979 } | |
4980 | |
4981 .thumbnail > img { | |
4982 margin-right: auto; | 4415 margin-right: auto; |
4983 margin-left: auto; | 4416 margin-left: auto; |
4984 } | 4417 } |
4985 | 4418 a.thumbnail:hover, |
4419 a.thumbnail:focus, | |
4420 a.thumbnail.active { | |
4421 border-color: #428bca; | |
4422 } | |
4986 .thumbnail .caption { | 4423 .thumbnail .caption { |
4987 padding: 9px; | 4424 padding: 9px; |
4988 color: #333333; | 4425 color: #333; |
4989 } | 4426 } |
4990 | |
4991 .alert { | 4427 .alert { |
4992 padding: 15px; | 4428 padding: 15px; |
4993 margin-bottom: 20px; | 4429 margin-bottom: 20px; |
4994 border: 1px solid transparent; | 4430 border: 1px solid transparent; |
4995 border-radius: 4px; | 4431 border-radius: 4px; |
4996 } | 4432 } |
4997 | |
4998 .alert h4 { | 4433 .alert h4 { |
4999 margin-top: 0; | 4434 margin-top: 0; |
5000 color: inherit; | 4435 color: inherit; |
5001 } | 4436 } |
5002 | |
5003 .alert .alert-link { | 4437 .alert .alert-link { |
5004 font-weight: bold; | 4438 font-weight: bold; |
5005 } | 4439 } |
5006 | |
5007 .alert > p, | 4440 .alert > p, |
5008 .alert > ul { | 4441 .alert > ul { |
5009 margin-bottom: 0; | 4442 margin-bottom: 0; |
5010 } | 4443 } |
5011 | |
5012 .alert > p + p { | 4444 .alert > p + p { |
5013 margin-top: 5px; | 4445 margin-top: 5px; |
5014 } | 4446 } |
5015 | |
5016 .alert-dismissable { | 4447 .alert-dismissable { |
5017 padding-right: 35px; | 4448 padding-right: 35px; |
5018 } | 4449 } |
5019 | |
5020 .alert-dismissable .close { | 4450 .alert-dismissable .close { |
5021 position: relative; | 4451 position: relative; |
5022 top: -2px; | 4452 top: -2px; |
5023 right: -21px; | 4453 right: -21px; |
5024 color: inherit; | 4454 color: inherit; |
5025 } | 4455 } |
5026 | |
5027 .alert-success { | 4456 .alert-success { |
5028 color: #468847; | 4457 color: #3c763d; |
5029 background-color: #dff0d8; | 4458 background-color: #dff0d8; |
5030 border-color: #d6e9c6; | 4459 border-color: #d6e9c6; |
5031 } | 4460 } |
5032 | |
5033 .alert-success hr { | 4461 .alert-success hr { |
5034 border-top-color: #c9e2b3; | 4462 border-top-color: #c9e2b3; |
5035 } | 4463 } |
5036 | |
5037 .alert-success .alert-link { | 4464 .alert-success .alert-link { |
5038 color: #356635; | 4465 color: #2b542c; |
5039 } | 4466 } |
5040 | |
5041 .alert-info { | 4467 .alert-info { |
5042 color: #3a87ad; | 4468 color: #31708f; |
5043 background-color: #d9edf7; | 4469 background-color: #d9edf7; |
5044 border-color: #bce8f1; | 4470 border-color: #bce8f1; |
5045 } | 4471 } |
5046 | |
5047 .alert-info hr { | 4472 .alert-info hr { |
5048 border-top-color: #a6e1ec; | 4473 border-top-color: #a6e1ec; |
5049 } | 4474 } |
5050 | |
5051 .alert-info .alert-link { | 4475 .alert-info .alert-link { |
5052 color: #2d6987; | 4476 color: #245269; |
5053 } | 4477 } |
5054 | |
5055 .alert-warning { | 4478 .alert-warning { |
5056 color: #c09853; | 4479 color: #8a6d3b; |
5057 background-color: #fcf8e3; | 4480 background-color: #fcf8e3; |
5058 border-color: #fbeed5; | 4481 border-color: #faebcc; |
5059 } | 4482 } |
5060 | |
5061 .alert-warning hr { | 4483 .alert-warning hr { |
5062 border-top-color: #f8e5be; | 4484 border-top-color: #f7e1b5; |
5063 } | 4485 } |
5064 | |
5065 .alert-warning .alert-link { | 4486 .alert-warning .alert-link { |
5066 color: #a47e3c; | 4487 color: #66512c; |
5067 } | 4488 } |
5068 | |
5069 .alert-danger { | 4489 .alert-danger { |
5070 color: #b94a48; | 4490 color: #a94442; |
5071 background-color: #f2dede; | 4491 background-color: #f2dede; |
5072 border-color: #eed3d7; | 4492 border-color: #ebccd1; |
5073 } | 4493 } |
5074 | |
5075 .alert-danger hr { | 4494 .alert-danger hr { |
5076 border-top-color: #e6c1c7; | 4495 border-top-color: #e4b9c0; |
5077 } | 4496 } |
5078 | |
5079 .alert-danger .alert-link { | 4497 .alert-danger .alert-link { |
5080 color: #953b39; | 4498 color: #843534; |
5081 } | 4499 } |
5082 | |
5083 @-webkit-keyframes progress-bar-stripes { | 4500 @-webkit-keyframes progress-bar-stripes { |
5084 from { | 4501 from { |
5085 background-position: 40px 0; | 4502 background-position: 40px 0; |
5086 } | 4503 } |
5087 to { | 4504 to { |
5088 background-position: 0 0; | 4505 background-position: 0 0; |
5089 } | 4506 } |
5090 } | 4507 } |
5091 | |
5092 @-moz-keyframes progress-bar-stripes { | |
5093 from { | |
5094 background-position: 40px 0; | |
5095 } | |
5096 to { | |
5097 background-position: 0 0; | |
5098 } | |
5099 } | |
5100 | |
5101 @-o-keyframes progress-bar-stripes { | |
5102 from { | |
5103 background-position: 0 0; | |
5104 } | |
5105 to { | |
5106 background-position: 40px 0; | |
5107 } | |
5108 } | |
5109 | |
5110 @keyframes progress-bar-stripes { | 4508 @keyframes progress-bar-stripes { |
5111 from { | 4509 from { |
5112 background-position: 40px 0; | 4510 background-position: 40px 0; |
5113 } | 4511 } |
5114 to { | 4512 to { |
5115 background-position: 0 0; | 4513 background-position: 0 0; |
5116 } | 4514 } |
5117 } | 4515 } |
5118 | |
5119 .progress { | 4516 .progress { |
5120 height: 20px; | 4517 height: 20px; |
5121 margin-bottom: 20px; | 4518 margin-bottom: 20px; |
5122 overflow: hidden; | 4519 overflow: hidden; |
5123 background-color: #f5f5f5; | 4520 background-color: #f5f5f5; |
5124 border-radius: 4px; | 4521 border-radius: 4px; |
5125 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | 4522 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); |
5126 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | 4523 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); |
5127 } | 4524 } |
5128 | |
5129 .progress-bar { | 4525 .progress-bar { |
5130 float: left; | 4526 float: left; |
5131 width: 0; | 4527 width: 0; |
5132 height: 100%; | 4528 height: 100%; |
5133 font-size: 12px; | 4529 font-size: 12px; |
5134 color: #ffffff; | 4530 line-height: 20px; |
4531 color: #fff; | |
5135 text-align: center; | 4532 text-align: center; |
5136 background-color: #428bca; | 4533 background-color: #428bca; |
5137 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | 4534 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); |
5138 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | 4535 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); |
5139 -webkit-transition: width 0.6s ease; | 4536 -webkit-transition: width .6s ease; |
5140 transition: width 0.6s ease; | 4537 transition: width .6s ease; |
5141 } | 4538 } |
5142 | |
5143 .progress-striped .progress-bar { | 4539 .progress-striped .progress-bar { |
5144 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | 4540 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5145 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); | 4541 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5146 background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
5147 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); | |
5148 background-size: 40px 40px; | 4542 background-size: 40px 40px; |
5149 } | 4543 } |
5150 | |
5151 .progress.active .progress-bar { | 4544 .progress.active .progress-bar { |
5152 -webkit-animation: progress-bar-stripes 2s linear infinite; | 4545 -webkit-animation: progress-bar-stripes 2s linear infinite; |
5153 -moz-animation: progress-bar-stripes 2s linear infinite; | |
5154 -ms-animation: progress-bar-stripes 2s linear infinite; | |
5155 -o-animation: progress-bar-stripes 2s linear infinite; | |
5156 animation: progress-bar-stripes 2s linear infinite; | 4546 animation: progress-bar-stripes 2s linear infinite; |
5157 } | 4547 } |
5158 | |
5159 .progress-bar-success { | 4548 .progress-bar-success { |
5160 background-color: #5cb85c; | 4549 background-color: #5cb85c; |
5161 } | 4550 } |
5162 | |
5163 .progress-striped .progress-bar-success { | 4551 .progress-striped .progress-bar-success { |
5164 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | 4552 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5165 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); | 4553 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5166 background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | 4554 } |
5167 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); | |
5168 } | |
5169 | |
5170 .progress-bar-info { | 4555 .progress-bar-info { |
5171 background-color: #5bc0de; | 4556 background-color: #5bc0de; |
5172 } | 4557 } |
5173 | |
5174 .progress-striped .progress-bar-info { | 4558 .progress-striped .progress-bar-info { |
5175 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | 4559 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5176 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); | 4560 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5177 background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | 4561 } |
5178 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); | |
5179 } | |
5180 | |
5181 .progress-bar-warning { | 4562 .progress-bar-warning { |
5182 background-color: #f0ad4e; | 4563 background-color: #f0ad4e; |
5183 } | 4564 } |
5184 | |
5185 .progress-striped .progress-bar-warning { | 4565 .progress-striped .progress-bar-warning { |
5186 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | 4566 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5187 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); | 4567 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5188 background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | 4568 } |
5189 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); | |
5190 } | |
5191 | |
5192 .progress-bar-danger { | 4569 .progress-bar-danger { |
5193 background-color: #d9534f; | 4570 background-color: #d9534f; |
5194 } | 4571 } |
5195 | |
5196 .progress-striped .progress-bar-danger { | 4572 .progress-striped .progress-bar-danger { |
5197 background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | 4573 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5198 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); | 4574 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
5199 background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | 4575 } |
5200 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); | |
5201 } | |
5202 | |
5203 .media, | 4576 .media, |
5204 .media-body { | 4577 .media-body { |
5205 overflow: hidden; | 4578 overflow: hidden; |
5206 zoom: 1; | 4579 zoom: 1; |
5207 } | 4580 } |
5208 | |
5209 .media, | 4581 .media, |
5210 .media .media { | 4582 .media .media { |
5211 margin-top: 15px; | 4583 margin-top: 15px; |
5212 } | 4584 } |
5213 | |
5214 .media:first-child { | 4585 .media:first-child { |
5215 margin-top: 0; | 4586 margin-top: 0; |
5216 } | 4587 } |
5217 | |
5218 .media-object { | 4588 .media-object { |
5219 display: block; | 4589 display: block; |
5220 } | 4590 } |
5221 | |
5222 .media-heading { | 4591 .media-heading { |
5223 margin: 0 0 5px; | 4592 margin: 0 0 5px; |
5224 } | 4593 } |
5225 | |
5226 .media > .pull-left { | 4594 .media > .pull-left { |
5227 margin-right: 10px; | 4595 margin-right: 10px; |
5228 } | 4596 } |
5229 | |
5230 .media > .pull-right { | 4597 .media > .pull-right { |
5231 margin-left: 10px; | 4598 margin-left: 10px; |
5232 } | 4599 } |
5233 | |
5234 .media-list { | 4600 .media-list { |
5235 padding-left: 0; | 4601 padding-left: 0; |
5236 list-style: none; | 4602 list-style: none; |
5237 } | 4603 } |
5238 | |
5239 .list-group { | 4604 .list-group { |
5240 padding-left: 0; | 4605 padding-left: 0; |
5241 margin-bottom: 20px; | 4606 margin-bottom: 20px; |
5242 } | 4607 } |
5243 | |
5244 .list-group-item { | 4608 .list-group-item { |
5245 position: relative; | 4609 position: relative; |
5246 display: block; | 4610 display: block; |
5247 padding: 10px 15px; | 4611 padding: 10px 15px; |
5248 margin-bottom: -1px; | 4612 margin-bottom: -1px; |
5249 background-color: #ffffff; | 4613 background-color: #fff; |
5250 border: 1px solid #dddddd; | 4614 border: 1px solid #ddd; |
5251 } | 4615 } |
5252 | |
5253 .list-group-item:first-child { | 4616 .list-group-item:first-child { |
4617 border-top-left-radius: 4px; | |
5254 border-top-right-radius: 4px; | 4618 border-top-right-radius: 4px; |
5255 border-top-left-radius: 4px; | 4619 } |
5256 } | |
5257 | |
5258 .list-group-item:last-child { | 4620 .list-group-item:last-child { |
5259 margin-bottom: 0; | 4621 margin-bottom: 0; |
5260 border-bottom-right-radius: 4px; | 4622 border-bottom-right-radius: 4px; |
5261 border-bottom-left-radius: 4px; | 4623 border-bottom-left-radius: 4px; |
5262 } | 4624 } |
5263 | |
5264 .list-group-item > .badge { | 4625 .list-group-item > .badge { |
5265 float: right; | 4626 float: right; |
5266 } | 4627 } |
5267 | |
5268 .list-group-item > .badge + .badge { | 4628 .list-group-item > .badge + .badge { |
5269 margin-right: 5px; | 4629 margin-right: 5px; |
5270 } | 4630 } |
5271 | |
5272 a.list-group-item { | 4631 a.list-group-item { |
5273 color: #555555; | 4632 color: #555; |
5274 } | 4633 } |
5275 | |
5276 a.list-group-item .list-group-item-heading { | 4634 a.list-group-item .list-group-item-heading { |
5277 color: #333333; | 4635 color: #333; |
5278 } | 4636 } |
5279 | |
5280 a.list-group-item:hover, | 4637 a.list-group-item:hover, |
5281 a.list-group-item:focus { | 4638 a.list-group-item:focus { |
5282 text-decoration: none; | 4639 text-decoration: none; |
5283 background-color: #f5f5f5; | 4640 background-color: #f5f5f5; |
5284 } | 4641 } |
5285 | 4642 a.list-group-item.active, |
5286 .list-group-item.active, | 4643 a.list-group-item.active:hover, |
5287 .list-group-item.active:hover, | 4644 a.list-group-item.active:focus { |
5288 .list-group-item.active:focus { | |
5289 z-index: 2; | 4645 z-index: 2; |
5290 color: #ffffff; | 4646 color: #fff; |
5291 background-color: #428bca; | 4647 background-color: #428bca; |
5292 border-color: #428bca; | 4648 border-color: #428bca; |
5293 } | 4649 } |
5294 | 4650 a.list-group-item.active .list-group-item-heading, |
5295 .list-group-item.active .list-group-item-heading, | 4651 a.list-group-item.active:hover .list-group-item-heading, |
5296 .list-group-item.active:hover .list-group-item-heading, | 4652 a.list-group-item.active:focus .list-group-item-heading { |
5297 .list-group-item.active:focus .list-group-item-heading { | |
5298 color: inherit; | 4653 color: inherit; |
5299 } | 4654 } |
5300 | 4655 a.list-group-item.active .list-group-item-text, |
5301 .list-group-item.active .list-group-item-text, | 4656 a.list-group-item.active:hover .list-group-item-text, |
5302 .list-group-item.active:hover .list-group-item-text, | 4657 a.list-group-item.active:focus .list-group-item-text { |
5303 .list-group-item.active:focus .list-group-item-text { | |
5304 color: #e1edf7; | 4658 color: #e1edf7; |
5305 } | 4659 } |
5306 | 4660 .list-group-item-success { |
4661 color: #3c763d; | |
4662 background-color: #dff0d8; | |
4663 } | |
4664 a.list-group-item-success { | |
4665 color: #3c763d; | |
4666 } | |
4667 a.list-group-item-success .list-group-item-heading { | |
4668 color: inherit; | |
4669 } | |
4670 a.list-group-item-success:hover, | |
4671 a.list-group-item-success:focus { | |
4672 color: #3c763d; | |
4673 background-color: #d0e9c6; | |
4674 } | |
4675 a.list-group-item-success.active, | |
4676 a.list-group-item-success.active:hover, | |
4677 a.list-group-item-success.active:focus { | |
4678 color: #fff; | |
4679 background-color: #3c763d; | |
4680 border-color: #3c763d; | |
4681 } | |
4682 .list-group-item-info { | |
4683 color: #31708f; | |
4684 background-color: #d9edf7; | |
4685 } | |
4686 a.list-group-item-info { | |
4687 color: #31708f; | |
4688 } | |
4689 a.list-group-item-info .list-group-item-heading { | |
4690 color: inherit; | |
4691 } | |
4692 a.list-group-item-info:hover, | |
4693 a.list-group-item-info:focus { | |
4694 color: #31708f; | |
4695 background-color: #c4e3f3; | |
4696 } | |
4697 a.list-group-item-info.active, | |
4698 a.list-group-item-info.active:hover, | |
4699 a.list-group-item-info.active:focus { | |
4700 color: #fff; | |
4701 background-color: #31708f; | |
4702 border-color: #31708f; | |
4703 } | |
4704 .list-group-item-warning { | |
4705 color: #8a6d3b; | |
4706 background-color: #fcf8e3; | |
4707 } | |
4708 a.list-group-item-warning { | |
4709 color: #8a6d3b; | |
4710 } | |
4711 a.list-group-item-warning .list-group-item-heading { | |
4712 color: inherit; | |
4713 } | |
4714 a.list-group-item-warning:hover, | |
4715 a.list-group-item-warning:focus { | |
4716 color: #8a6d3b; | |
4717 background-color: #faf2cc; | |
4718 } | |
4719 a.list-group-item-warning.active, | |
4720 a.list-group-item-warning.active:hover, | |
4721 a.list-group-item-warning.active:focus { | |
4722 color: #fff; | |
4723 background-color: #8a6d3b; | |
4724 border-color: #8a6d3b; | |
4725 } | |
4726 .list-group-item-danger { | |
4727 color: #a94442; | |
4728 background-color: #f2dede; | |
4729 } | |
4730 a.list-group-item-danger { | |
4731 color: #a94442; | |
4732 } | |
4733 a.list-group-item-danger .list-group-item-heading { | |
4734 color: inherit; | |
4735 } | |
4736 a.list-group-item-danger:hover, | |
4737 a.list-group-item-danger:focus { | |
4738 color: #a94442; | |
4739 background-color: #ebcccc; | |
4740 } | |
4741 a.list-group-item-danger.active, | |
4742 a.list-group-item-danger.active:hover, | |
4743 a.list-group-item-danger.active:focus { | |
4744 color: #fff; | |
4745 background-color: #a94442; | |
4746 border-color: #a94442; | |
4747 } | |
5307 .list-group-item-heading { | 4748 .list-group-item-heading { |
5308 margin-top: 0; | 4749 margin-top: 0; |
5309 margin-bottom: 5px; | 4750 margin-bottom: 5px; |
5310 } | 4751 } |
5311 | |
5312 .list-group-item-text { | 4752 .list-group-item-text { |
5313 margin-bottom: 0; | 4753 margin-bottom: 0; |
5314 line-height: 1.3; | 4754 line-height: 1.3; |
5315 } | 4755 } |
5316 | |
5317 .panel { | 4756 .panel { |
5318 margin-bottom: 20px; | 4757 margin-bottom: 20px; |
5319 background-color: #ffffff; | 4758 background-color: #fff; |
5320 border: 1px solid transparent; | 4759 border: 1px solid transparent; |
5321 border-radius: 4px; | 4760 border-radius: 4px; |
5322 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | 4761 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); |
5323 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | 4762 box-shadow: 0 1px 1px rgba(0, 0, 0, .05); |
5324 } | 4763 } |
5325 | |
5326 .panel-body { | 4764 .panel-body { |
5327 padding: 15px; | 4765 padding: 15px; |
5328 } | 4766 } |
5329 | |
5330 .panel-body:before, | |
5331 .panel-body:after { | |
5332 display: table; | |
5333 content: " "; | |
5334 } | |
5335 | |
5336 .panel-body:after { | |
5337 clear: both; | |
5338 } | |
5339 | |
5340 .panel-body:before, | |
5341 .panel-body:after { | |
5342 display: table; | |
5343 content: " "; | |
5344 } | |
5345 | |
5346 .panel-body:after { | |
5347 clear: both; | |
5348 } | |
5349 | |
5350 .panel > .list-group { | |
5351 margin-bottom: 0; | |
5352 } | |
5353 | |
5354 .panel > .list-group .list-group-item { | |
5355 border-width: 1px 0; | |
5356 } | |
5357 | |
5358 .panel > .list-group .list-group-item:first-child { | |
5359 border-top-right-radius: 0; | |
5360 border-top-left-radius: 0; | |
5361 } | |
5362 | |
5363 .panel > .list-group .list-group-item:last-child { | |
5364 border-bottom: 0; | |
5365 } | |
5366 | |
5367 .panel-heading + .list-group .list-group-item:first-child { | |
5368 border-top-width: 0; | |
5369 } | |
5370 | |
5371 .panel > .table { | |
5372 margin-bottom: 0; | |
5373 } | |
5374 | |
5375 .panel > .panel-body + .table { | |
5376 border-top: 1px solid #dddddd; | |
5377 } | |
5378 | |
5379 .panel-heading { | 4767 .panel-heading { |
5380 padding: 10px 15px; | 4768 padding: 10px 15px; |
5381 border-bottom: 1px solid transparent; | 4769 border-bottom: 1px solid transparent; |
4770 border-top-left-radius: 3px; | |
5382 border-top-right-radius: 3px; | 4771 border-top-right-radius: 3px; |
5383 border-top-left-radius: 3px; | 4772 } |
5384 } | 4773 .panel-heading > .dropdown .dropdown-toggle { |
5385 | 4774 color: inherit; |
4775 } | |
5386 .panel-title { | 4776 .panel-title { |
5387 margin-top: 0; | 4777 margin-top: 0; |
5388 margin-bottom: 0; | 4778 margin-bottom: 0; |
5389 font-size: 16px; | 4779 font-size: 16px; |
5390 } | 4780 color: inherit; |
5391 | 4781 } |
5392 .panel-title > a { | 4782 .panel-title > a { |
5393 color: inherit; | 4783 color: inherit; |
5394 } | 4784 } |
5395 | |
5396 .panel-footer { | 4785 .panel-footer { |
5397 padding: 10px 15px; | 4786 padding: 10px 15px; |
5398 background-color: #f5f5f5; | 4787 background-color: #f5f5f5; |
5399 border-top: 1px solid #dddddd; | 4788 border-top: 1px solid #ddd; |
5400 border-bottom-right-radius: 3px; | 4789 border-bottom-right-radius: 3px; |
5401 border-bottom-left-radius: 3px; | 4790 border-bottom-left-radius: 3px; |
5402 } | 4791 } |
5403 | 4792 .panel > .list-group { |
4793 margin-bottom: 0; | |
4794 } | |
4795 .panel > .list-group .list-group-item { | |
4796 border-width: 1px 0; | |
4797 border-radius: 0; | |
4798 } | |
4799 .panel > .list-group:first-child .list-group-item:first-child { | |
4800 border-top: 0; | |
4801 border-top-left-radius: 3px; | |
4802 border-top-right-radius: 3px; | |
4803 } | |
4804 .panel > .list-group:last-child .list-group-item:last-child { | |
4805 border-bottom: 0; | |
4806 border-bottom-right-radius: 3px; | |
4807 border-bottom-left-radius: 3px; | |
4808 } | |
4809 .panel-heading + .list-group .list-group-item:first-child { | |
4810 border-top-width: 0; | |
4811 } | |
4812 .panel > .table, | |
4813 .panel > .table-responsive > .table { | |
4814 margin-bottom: 0; | |
4815 } | |
4816 .panel > .table:first-child, | |
4817 .panel > .table-responsive:first-child > .table:first-child { | |
4818 border-top-left-radius: 3px; | |
4819 border-top-right-radius: 3px; | |
4820 } | |
4821 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
4822 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
4823 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
4824 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
4825 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
4826 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
4827 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
4828 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { | |
4829 border-top-left-radius: 3px; | |
4830 } | |
4831 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
4832 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
4833 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
4834 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
4835 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
4836 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
4837 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
4838 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { | |
4839 border-top-right-radius: 3px; | |
4840 } | |
4841 .panel > .table:last-child, | |
4842 .panel > .table-responsive:last-child > .table:last-child { | |
4843 border-bottom-right-radius: 3px; | |
4844 border-bottom-left-radius: 3px; | |
4845 } | |
4846 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
4847 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
4848 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
4849 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
4850 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
4851 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
4852 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
4853 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
4854 border-bottom-left-radius: 3px; | |
4855 } | |
4856 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
4857 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
4858 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
4859 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
4860 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
4861 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
4862 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
4863 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
4864 border-bottom-right-radius: 3px; | |
4865 } | |
4866 .panel > .panel-body + .table, | |
4867 .panel > .panel-body + .table-responsive { | |
4868 border-top: 1px solid #ddd; | |
4869 } | |
4870 .panel > .table > tbody:first-child > tr:first-child th, | |
4871 .panel > .table > tbody:first-child > tr:first-child td { | |
4872 border-top: 0; | |
4873 } | |
4874 .panel > .table-bordered, | |
4875 .panel > .table-responsive > .table-bordered { | |
4876 border: 0; | |
4877 } | |
4878 .panel > .table-bordered > thead > tr > th:first-child, | |
4879 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | |
4880 .panel > .table-bordered > tbody > tr > th:first-child, | |
4881 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
4882 .panel > .table-bordered > tfoot > tr > th:first-child, | |
4883 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
4884 .panel > .table-bordered > thead > tr > td:first-child, | |
4885 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
4886 .panel > .table-bordered > tbody > tr > td:first-child, | |
4887 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
4888 .panel > .table-bordered > tfoot > tr > td:first-child, | |
4889 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
4890 border-left: 0; | |
4891 } | |
4892 .panel > .table-bordered > thead > tr > th:last-child, | |
4893 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | |
4894 .panel > .table-bordered > tbody > tr > th:last-child, | |
4895 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
4896 .panel > .table-bordered > tfoot > tr > th:last-child, | |
4897 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
4898 .panel > .table-bordered > thead > tr > td:last-child, | |
4899 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
4900 .panel > .table-bordered > tbody > tr > td:last-child, | |
4901 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
4902 .panel > .table-bordered > tfoot > tr > td:last-child, | |
4903 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
4904 border-right: 0; | |
4905 } | |
4906 .panel > .table-bordered > thead > tr:first-child > td, | |
4907 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
4908 .panel > .table-bordered > tbody > tr:first-child > td, | |
4909 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
4910 .panel > .table-bordered > thead > tr:first-child > th, | |
4911 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | |
4912 .panel > .table-bordered > tbody > tr:first-child > th, | |
4913 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { | |
4914 border-bottom: 0; | |
4915 } | |
4916 .panel > .table-bordered > tbody > tr:last-child > td, | |
4917 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
4918 .panel > .table-bordered > tfoot > tr:last-child > td, | |
4919 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
4920 .panel > .table-bordered > tbody > tr:last-child > th, | |
4921 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
4922 .panel > .table-bordered > tfoot > tr:last-child > th, | |
4923 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
4924 border-bottom: 0; | |
4925 } | |
4926 .panel > .table-responsive { | |
4927 margin-bottom: 0; | |
4928 border: 0; | |
4929 } | |
4930 .panel-group { | |
4931 margin-bottom: 20px; | |
4932 } | |
5404 .panel-group .panel { | 4933 .panel-group .panel { |
5405 margin-bottom: 0; | 4934 margin-bottom: 0; |
5406 overflow: hidden; | 4935 overflow: hidden; |
5407 border-radius: 4px; | 4936 border-radius: 4px; |
5408 } | 4937 } |
5409 | |
5410 .panel-group .panel + .panel { | 4938 .panel-group .panel + .panel { |
5411 margin-top: 5px; | 4939 margin-top: 5px; |
5412 } | 4940 } |
5413 | |
5414 .panel-group .panel-heading { | 4941 .panel-group .panel-heading { |
5415 border-bottom: 0; | 4942 border-bottom: 0; |
5416 } | 4943 } |
5417 | |
5418 .panel-group .panel-heading + .panel-collapse .panel-body { | 4944 .panel-group .panel-heading + .panel-collapse .panel-body { |
5419 border-top: 1px solid #dddddd; | 4945 border-top: 1px solid #ddd; |
5420 } | 4946 } |
5421 | |
5422 .panel-group .panel-footer { | 4947 .panel-group .panel-footer { |
5423 border-top: 0; | 4948 border-top: 0; |
5424 } | 4949 } |
5425 | |
5426 .panel-group .panel-footer + .panel-collapse .panel-body { | 4950 .panel-group .panel-footer + .panel-collapse .panel-body { |
5427 border-bottom: 1px solid #dddddd; | 4951 border-bottom: 1px solid #ddd; |
5428 } | 4952 } |
5429 | |
5430 .panel-default { | 4953 .panel-default { |
5431 border-color: #dddddd; | 4954 border-color: #ddd; |
5432 } | 4955 } |
5433 | |
5434 .panel-default > .panel-heading { | 4956 .panel-default > .panel-heading { |
5435 color: #333333; | 4957 color: #333; |
5436 background-color: #f5f5f5; | 4958 background-color: #f5f5f5; |
5437 border-color: #dddddd; | 4959 border-color: #ddd; |
5438 } | 4960 } |
5439 | |
5440 .panel-default > .panel-heading + .panel-collapse .panel-body { | 4961 .panel-default > .panel-heading + .panel-collapse .panel-body { |
5441 border-top-color: #dddddd; | 4962 border-top-color: #ddd; |
5442 } | 4963 } |
5443 | |
5444 .panel-default > .panel-footer + .panel-collapse .panel-body { | 4964 .panel-default > .panel-footer + .panel-collapse .panel-body { |
5445 border-bottom-color: #dddddd; | 4965 border-bottom-color: #ddd; |
5446 } | 4966 } |
5447 | |
5448 .panel-primary { | 4967 .panel-primary { |
5449 border-color: #428bca; | 4968 border-color: #428bca; |
5450 } | 4969 } |
5451 | |
5452 .panel-primary > .panel-heading { | 4970 .panel-primary > .panel-heading { |
5453 color: #ffffff; | 4971 color: #fff; |
5454 background-color: #428bca; | 4972 background-color: #428bca; |
5455 border-color: #428bca; | 4973 border-color: #428bca; |
5456 } | 4974 } |
5457 | |
5458 .panel-primary > .panel-heading + .panel-collapse .panel-body { | 4975 .panel-primary > .panel-heading + .panel-collapse .panel-body { |
5459 border-top-color: #428bca; | 4976 border-top-color: #428bca; |
5460 } | 4977 } |
5461 | |
5462 .panel-primary > .panel-footer + .panel-collapse .panel-body { | 4978 .panel-primary > .panel-footer + .panel-collapse .panel-body { |
5463 border-bottom-color: #428bca; | 4979 border-bottom-color: #428bca; |
5464 } | 4980 } |
5465 | |
5466 .panel-success { | 4981 .panel-success { |
5467 border-color: #d6e9c6; | 4982 border-color: #d6e9c6; |
5468 } | 4983 } |
5469 | |
5470 .panel-success > .panel-heading { | 4984 .panel-success > .panel-heading { |
5471 color: #468847; | 4985 color: #3c763d; |
5472 background-color: #dff0d8; | 4986 background-color: #dff0d8; |
5473 border-color: #d6e9c6; | 4987 border-color: #d6e9c6; |
5474 } | 4988 } |
5475 | |
5476 .panel-success > .panel-heading + .panel-collapse .panel-body { | 4989 .panel-success > .panel-heading + .panel-collapse .panel-body { |
5477 border-top-color: #d6e9c6; | 4990 border-top-color: #d6e9c6; |
5478 } | 4991 } |
5479 | |
5480 .panel-success > .panel-footer + .panel-collapse .panel-body { | 4992 .panel-success > .panel-footer + .panel-collapse .panel-body { |
5481 border-bottom-color: #d6e9c6; | 4993 border-bottom-color: #d6e9c6; |
5482 } | 4994 } |
5483 | |
5484 .panel-warning { | |
5485 border-color: #fbeed5; | |
5486 } | |
5487 | |
5488 .panel-warning > .panel-heading { | |
5489 color: #c09853; | |
5490 background-color: #fcf8e3; | |
5491 border-color: #fbeed5; | |
5492 } | |
5493 | |
5494 .panel-warning > .panel-heading + .panel-collapse .panel-body { | |
5495 border-top-color: #fbeed5; | |
5496 } | |
5497 | |
5498 .panel-warning > .panel-footer + .panel-collapse .panel-body { | |
5499 border-bottom-color: #fbeed5; | |
5500 } | |
5501 | |
5502 .panel-danger { | |
5503 border-color: #eed3d7; | |
5504 } | |
5505 | |
5506 .panel-danger > .panel-heading { | |
5507 color: #b94a48; | |
5508 background-color: #f2dede; | |
5509 border-color: #eed3d7; | |
5510 } | |
5511 | |
5512 .panel-danger > .panel-heading + .panel-collapse .panel-body { | |
5513 border-top-color: #eed3d7; | |
5514 } | |
5515 | |
5516 .panel-danger > .panel-footer + .panel-collapse .panel-body { | |
5517 border-bottom-color: #eed3d7; | |
5518 } | |
5519 | |
5520 .panel-info { | 4995 .panel-info { |
5521 border-color: #bce8f1; | 4996 border-color: #bce8f1; |
5522 } | 4997 } |
5523 | |
5524 .panel-info > .panel-heading { | 4998 .panel-info > .panel-heading { |
5525 color: #3a87ad; | 4999 color: #31708f; |
5526 background-color: #d9edf7; | 5000 background-color: #d9edf7; |
5527 border-color: #bce8f1; | 5001 border-color: #bce8f1; |
5528 } | 5002 } |
5529 | |
5530 .panel-info > .panel-heading + .panel-collapse .panel-body { | 5003 .panel-info > .panel-heading + .panel-collapse .panel-body { |
5531 border-top-color: #bce8f1; | 5004 border-top-color: #bce8f1; |
5532 } | 5005 } |
5533 | |
5534 .panel-info > .panel-footer + .panel-collapse .panel-body { | 5006 .panel-info > .panel-footer + .panel-collapse .panel-body { |
5535 border-bottom-color: #bce8f1; | 5007 border-bottom-color: #bce8f1; |
5536 } | 5008 } |
5537 | 5009 .panel-warning { |
5010 border-color: #faebcc; | |
5011 } | |
5012 .panel-warning > .panel-heading { | |
5013 color: #8a6d3b; | |
5014 background-color: #fcf8e3; | |
5015 border-color: #faebcc; | |
5016 } | |
5017 .panel-warning > .panel-heading + .panel-collapse .panel-body { | |
5018 border-top-color: #faebcc; | |
5019 } | |
5020 .panel-warning > .panel-footer + .panel-collapse .panel-body { | |
5021 border-bottom-color: #faebcc; | |
5022 } | |
5023 .panel-danger { | |
5024 border-color: #ebccd1; | |
5025 } | |
5026 .panel-danger > .panel-heading { | |
5027 color: #a94442; | |
5028 background-color: #f2dede; | |
5029 border-color: #ebccd1; | |
5030 } | |
5031 .panel-danger > .panel-heading + .panel-collapse .panel-body { | |
5032 border-top-color: #ebccd1; | |
5033 } | |
5034 .panel-danger > .panel-footer + .panel-collapse .panel-body { | |
5035 border-bottom-color: #ebccd1; | |
5036 } | |
5538 .well { | 5037 .well { |
5539 min-height: 20px; | 5038 min-height: 20px; |
5540 padding: 19px; | 5039 padding: 19px; |
5541 margin-bottom: 20px; | 5040 margin-bottom: 20px; |
5542 background-color: #f5f5f5; | 5041 background-color: #f5f5f5; |
5543 border: 1px solid #e3e3e3; | 5042 border: 1px solid #e3e3e3; |
5544 border-radius: 4px; | 5043 border-radius: 4px; |
5545 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | 5044 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); |
5546 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | 5045 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); |
5547 } | 5046 } |
5548 | |
5549 .well blockquote { | 5047 .well blockquote { |
5550 border-color: #ddd; | 5048 border-color: #ddd; |
5551 border-color: rgba(0, 0, 0, 0.15); | 5049 border-color: rgba(0, 0, 0, .15); |
5552 } | 5050 } |
5553 | |
5554 .well-lg { | 5051 .well-lg { |
5555 padding: 24px; | 5052 padding: 24px; |
5556 border-radius: 6px; | 5053 border-radius: 6px; |
5557 } | 5054 } |
5558 | |
5559 .well-sm { | 5055 .well-sm { |
5560 padding: 9px; | 5056 padding: 9px; |
5561 border-radius: 3px; | 5057 border-radius: 3px; |
5562 } | 5058 } |
5563 | |
5564 .close { | 5059 .close { |
5565 float: right; | 5060 float: right; |
5566 font-size: 21px; | 5061 font-size: 21px; |
5567 font-weight: bold; | 5062 font-weight: bold; |
5568 line-height: 1; | 5063 line-height: 1; |
5569 color: #000000; | 5064 color: #000; |
5570 text-shadow: 0 1px 0 #ffffff; | 5065 text-shadow: 0 1px 0 #fff; |
5571 opacity: 0.2; | |
5572 filter: alpha(opacity=20); | 5066 filter: alpha(opacity=20); |
5573 } | 5067 opacity: .2; |
5574 | 5068 } |
5575 .close:hover, | 5069 .close:hover, |
5576 .close:focus { | 5070 .close:focus { |
5577 color: #000000; | 5071 color: #000; |
5578 text-decoration: none; | 5072 text-decoration: none; |
5579 cursor: pointer; | 5073 cursor: pointer; |
5580 opacity: 0.5; | |
5581 filter: alpha(opacity=50); | 5074 filter: alpha(opacity=50); |
5582 } | 5075 opacity: .5; |
5583 | 5076 } |
5584 button.close { | 5077 button.close { |
5078 -webkit-appearance: none; | |
5585 padding: 0; | 5079 padding: 0; |
5586 cursor: pointer; | 5080 cursor: pointer; |
5587 background: transparent; | 5081 background: transparent; |
5588 border: 0; | 5082 border: 0; |
5589 -webkit-appearance: none; | 5083 } |
5590 } | |
5591 | |
5592 .modal-open { | 5084 .modal-open { |
5593 overflow: hidden; | 5085 overflow: hidden; |
5594 } | 5086 } |
5595 | |
5596 body.modal-open, | |
5597 .modal-open .navbar-fixed-top, | |
5598 .modal-open .navbar-fixed-bottom { | |
5599 margin-right: 15px; | |
5600 } | |
5601 | |
5602 .modal { | 5087 .modal { |
5603 position: fixed; | 5088 position: fixed; |
5604 top: 0; | 5089 top: 0; |
5605 right: 0; | 5090 right: 0; |
5606 bottom: 0; | 5091 bottom: 0; |
5607 left: 0; | 5092 left: 0; |
5608 z-index: 1040; | 5093 z-index: 1050; |
5609 display: none; | 5094 display: none; |
5610 overflow: auto; | 5095 overflow: auto; |
5611 overflow-y: scroll; | 5096 overflow-y: scroll; |
5612 } | 5097 -webkit-overflow-scrolling: touch; |
5613 | 5098 outline: 0; |
5099 } | |
5614 .modal.fade .modal-dialog { | 5100 .modal.fade .modal-dialog { |
5101 -webkit-transition: -webkit-transform .3s ease-out; | |
5102 -moz-transition: -moz-transform .3s ease-out; | |
5103 -o-transition: -o-transform .3s ease-out; | |
5104 transition: transform .3s ease-out; | |
5615 -webkit-transform: translate(0, -25%); | 5105 -webkit-transform: translate(0, -25%); |
5616 -ms-transform: translate(0, -25%); | 5106 -ms-transform: translate(0, -25%); |
5617 transform: translate(0, -25%); | 5107 transform: translate(0, -25%); |
5618 -webkit-transition: -webkit-transform 0.3s ease-out; | 5108 } |
5619 -moz-transition: -moz-transform 0.3s ease-out; | |
5620 -o-transition: -o-transform 0.3s ease-out; | |
5621 transition: transform 0.3s ease-out; | |
5622 } | |
5623 | |
5624 .modal.in .modal-dialog { | 5109 .modal.in .modal-dialog { |
5625 -webkit-transform: translate(0, 0); | 5110 -webkit-transform: translate(0, 0); |
5626 -ms-transform: translate(0, 0); | 5111 -ms-transform: translate(0, 0); |
5627 transform: translate(0, 0); | 5112 transform: translate(0, 0); |
5628 } | 5113 } |
5629 | |
5630 .modal-dialog { | 5114 .modal-dialog { |
5631 z-index: 1050; | 5115 position: relative; |
5632 width: auto; | 5116 width: auto; |
5633 padding: 10px; | 5117 margin: 10px; |
5634 margin-right: auto; | 5118 } |
5635 margin-left: auto; | |
5636 } | |
5637 | |
5638 .modal-content { | 5119 .modal-content { |
5639 position: relative; | 5120 position: relative; |
5640 background-color: #ffffff; | 5121 background-color: #fff; |
5641 border: 1px solid #999999; | 5122 background-clip: padding-box; |
5642 border: 1px solid rgba(0, 0, 0, 0.2); | 5123 border: 1px solid #999; |
5124 border: 1px solid rgba(0, 0, 0, .2); | |
5643 border-radius: 6px; | 5125 border-radius: 6px; |
5644 outline: none; | 5126 outline: none; |
5645 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | 5127 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); |
5646 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | 5128 box-shadow: 0 3px 9px rgba(0, 0, 0, .5); |
5647 background-clip: padding-box; | 5129 } |
5648 } | |
5649 | |
5650 .modal-backdrop { | 5130 .modal-backdrop { |
5651 position: fixed; | 5131 position: fixed; |
5652 top: 0; | 5132 top: 0; |
5653 right: 0; | 5133 right: 0; |
5654 bottom: 0; | 5134 bottom: 0; |
5655 left: 0; | 5135 left: 0; |
5656 z-index: 1030; | 5136 z-index: 1040; |
5657 background-color: #000000; | 5137 background-color: #000; |
5658 } | 5138 } |
5659 | |
5660 .modal-backdrop.fade { | 5139 .modal-backdrop.fade { |
5140 filter: alpha(opacity=0); | |
5661 opacity: 0; | 5141 opacity: 0; |
5662 filter: alpha(opacity=0); | 5142 } |
5663 } | |
5664 | |
5665 .modal-backdrop.in { | 5143 .modal-backdrop.in { |
5666 opacity: 0.5; | |
5667 filter: alpha(opacity=50); | 5144 filter: alpha(opacity=50); |
5668 } | 5145 opacity: .5; |
5669 | 5146 } |
5670 .modal-header { | 5147 .modal-header { |
5671 min-height: 16.428571429px; | 5148 min-height: 16.42857143px; |
5672 padding: 15px; | 5149 padding: 15px; |
5673 border-bottom: 1px solid #e5e5e5; | 5150 border-bottom: 1px solid #e5e5e5; |
5674 } | 5151 } |
5675 | |
5676 .modal-header .close { | 5152 .modal-header .close { |
5677 margin-top: -2px; | 5153 margin-top: -2px; |
5678 } | 5154 } |
5679 | |
5680 .modal-title { | 5155 .modal-title { |
5681 margin: 0; | 5156 margin: 0; |
5682 line-height: 1.428571429; | 5157 line-height: 1.42857143; |
5683 } | 5158 } |
5684 | |
5685 .modal-body { | 5159 .modal-body { |
5686 position: relative; | 5160 position: relative; |
5687 padding: 20px; | 5161 padding: 20px; |
5688 } | 5162 } |
5689 | |
5690 .modal-footer { | 5163 .modal-footer { |
5691 padding: 19px 20px 20px; | 5164 padding: 19px 20px 20px; |
5692 margin-top: 15px; | 5165 margin-top: 15px; |
5693 text-align: right; | 5166 text-align: right; |
5694 border-top: 1px solid #e5e5e5; | 5167 border-top: 1px solid #e5e5e5; |
5695 } | 5168 } |
5696 | |
5697 .modal-footer:before, | |
5698 .modal-footer:after { | |
5699 display: table; | |
5700 content: " "; | |
5701 } | |
5702 | |
5703 .modal-footer:after { | |
5704 clear: both; | |
5705 } | |
5706 | |
5707 .modal-footer:before, | |
5708 .modal-footer:after { | |
5709 display: table; | |
5710 content: " "; | |
5711 } | |
5712 | |
5713 .modal-footer:after { | |
5714 clear: both; | |
5715 } | |
5716 | |
5717 .modal-footer .btn + .btn { | 5169 .modal-footer .btn + .btn { |
5718 margin-bottom: 0; | 5170 margin-bottom: 0; |
5719 margin-left: 5px; | 5171 margin-left: 5px; |
5720 } | 5172 } |
5721 | |
5722 .modal-footer .btn-group .btn + .btn { | 5173 .modal-footer .btn-group .btn + .btn { |
5723 margin-left: -1px; | 5174 margin-left: -1px; |
5724 } | 5175 } |
5725 | |
5726 .modal-footer .btn-block + .btn-block { | 5176 .modal-footer .btn-block + .btn-block { |
5727 margin-left: 0; | 5177 margin-left: 0; |
5728 } | 5178 } |
5729 | 5179 @media (min-width: 768px) { |
5730 @media screen and (min-width: 768px) { | |
5731 .modal-dialog { | 5180 .modal-dialog { |
5732 right: auto; | |
5733 left: 50%; | |
5734 width: 600px; | 5181 width: 600px; |
5735 padding-top: 30px; | 5182 margin: 30px auto; |
5736 padding-bottom: 30px; | |
5737 } | 5183 } |
5738 .modal-content { | 5184 .modal-content { |
5739 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | 5185 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); |
5740 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | 5186 box-shadow: 0 5px 15px rgba(0, 0, 0, .5); |
5741 } | 5187 } |
5742 } | 5188 .modal-sm { |
5743 | 5189 width: 300px; |
5190 } | |
5191 } | |
5192 @media (min-width: 992px) { | |
5193 .modal-lg { | |
5194 width: 900px; | |
5195 } | |
5196 } | |
5744 .tooltip { | 5197 .tooltip { |
5745 position: absolute; | 5198 position: absolute; |
5746 z-index: 1030; | 5199 z-index: 1030; |
5747 display: block; | 5200 display: block; |
5748 font-size: 12px; | 5201 font-size: 12px; |
5749 line-height: 1.4; | 5202 line-height: 1.4; |
5203 visibility: visible; | |
5204 filter: alpha(opacity=0); | |
5750 opacity: 0; | 5205 opacity: 0; |
5751 filter: alpha(opacity=0); | 5206 } |
5752 visibility: visible; | |
5753 } | |
5754 | |
5755 .tooltip.in { | 5207 .tooltip.in { |
5756 opacity: 0.9; | |
5757 filter: alpha(opacity=90); | 5208 filter: alpha(opacity=90); |
5758 } | 5209 opacity: .9; |
5759 | 5210 } |
5760 .tooltip.top { | 5211 .tooltip.top { |
5761 padding: 5px 0; | 5212 padding: 5px 0; |
5762 margin-top: -3px; | 5213 margin-top: -3px; |
5763 } | 5214 } |
5764 | |
5765 .tooltip.right { | 5215 .tooltip.right { |
5766 padding: 0 5px; | 5216 padding: 0 5px; |
5767 margin-left: 3px; | 5217 margin-left: 3px; |
5768 } | 5218 } |
5769 | |
5770 .tooltip.bottom { | 5219 .tooltip.bottom { |
5771 padding: 5px 0; | 5220 padding: 5px 0; |
5772 margin-top: 3px; | 5221 margin-top: 3px; |
5773 } | 5222 } |
5774 | |
5775 .tooltip.left { | 5223 .tooltip.left { |
5776 padding: 0 5px; | 5224 padding: 0 5px; |
5777 margin-left: -3px; | 5225 margin-left: -3px; |
5778 } | 5226 } |
5779 | |
5780 .tooltip-inner { | 5227 .tooltip-inner { |
5781 max-width: 200px; | 5228 max-width: 200px; |
5782 padding: 3px 8px; | 5229 padding: 3px 8px; |
5783 color: #ffffff; | 5230 color: #fff; |
5784 text-align: center; | 5231 text-align: center; |
5785 text-decoration: none; | 5232 text-decoration: none; |
5786 background-color: #000000; | 5233 background-color: #000; |
5787 border-radius: 4px; | 5234 border-radius: 4px; |
5788 } | 5235 } |
5789 | |
5790 .tooltip-arrow { | 5236 .tooltip-arrow { |
5791 position: absolute; | 5237 position: absolute; |
5792 width: 0; | 5238 width: 0; |
5793 height: 0; | 5239 height: 0; |
5794 border-color: transparent; | 5240 border-color: transparent; |
5795 border-style: solid; | 5241 border-style: solid; |
5796 } | 5242 } |
5797 | |
5798 .tooltip.top .tooltip-arrow { | 5243 .tooltip.top .tooltip-arrow { |
5799 bottom: 0; | 5244 bottom: 0; |
5800 left: 50%; | 5245 left: 50%; |
5801 margin-left: -5px; | 5246 margin-left: -5px; |
5802 border-top-color: #000000; | |
5803 border-width: 5px 5px 0; | 5247 border-width: 5px 5px 0; |
5804 } | 5248 border-top-color: #000; |
5805 | 5249 } |
5806 .tooltip.top-left .tooltip-arrow { | 5250 .tooltip.top-left .tooltip-arrow { |
5807 bottom: 0; | 5251 bottom: 0; |
5808 left: 5px; | 5252 left: 5px; |
5809 border-top-color: #000000; | |
5810 border-width: 5px 5px 0; | 5253 border-width: 5px 5px 0; |
5811 } | 5254 border-top-color: #000; |
5812 | 5255 } |
5813 .tooltip.top-right .tooltip-arrow { | 5256 .tooltip.top-right .tooltip-arrow { |
5814 right: 5px; | 5257 right: 5px; |
5815 bottom: 0; | 5258 bottom: 0; |
5816 border-top-color: #000000; | |
5817 border-width: 5px 5px 0; | 5259 border-width: 5px 5px 0; |
5818 } | 5260 border-top-color: #000; |
5819 | 5261 } |
5820 .tooltip.right .tooltip-arrow { | 5262 .tooltip.right .tooltip-arrow { |
5821 top: 50%; | 5263 top: 50%; |
5822 left: 0; | 5264 left: 0; |
5823 margin-top: -5px; | 5265 margin-top: -5px; |
5824 border-right-color: #000000; | |
5825 border-width: 5px 5px 5px 0; | 5266 border-width: 5px 5px 5px 0; |
5826 } | 5267 border-right-color: #000; |
5827 | 5268 } |
5828 .tooltip.left .tooltip-arrow { | 5269 .tooltip.left .tooltip-arrow { |
5829 top: 50%; | 5270 top: 50%; |
5830 right: 0; | 5271 right: 0; |
5831 margin-top: -5px; | 5272 margin-top: -5px; |
5832 border-left-color: #000000; | |
5833 border-width: 5px 0 5px 5px; | 5273 border-width: 5px 0 5px 5px; |
5834 } | 5274 border-left-color: #000; |
5835 | 5275 } |
5836 .tooltip.bottom .tooltip-arrow { | 5276 .tooltip.bottom .tooltip-arrow { |
5837 top: 0; | 5277 top: 0; |
5838 left: 50%; | 5278 left: 50%; |
5839 margin-left: -5px; | 5279 margin-left: -5px; |
5840 border-bottom-color: #000000; | |
5841 border-width: 0 5px 5px; | 5280 border-width: 0 5px 5px; |
5842 } | 5281 border-bottom-color: #000; |
5843 | 5282 } |
5844 .tooltip.bottom-left .tooltip-arrow { | 5283 .tooltip.bottom-left .tooltip-arrow { |
5845 top: 0; | 5284 top: 0; |
5846 left: 5px; | 5285 left: 5px; |
5847 border-bottom-color: #000000; | |
5848 border-width: 0 5px 5px; | 5286 border-width: 0 5px 5px; |
5849 } | 5287 border-bottom-color: #000; |
5850 | 5288 } |
5851 .tooltip.bottom-right .tooltip-arrow { | 5289 .tooltip.bottom-right .tooltip-arrow { |
5852 top: 0; | 5290 top: 0; |
5853 right: 5px; | 5291 right: 5px; |
5854 border-bottom-color: #000000; | |
5855 border-width: 0 5px 5px; | 5292 border-width: 0 5px 5px; |
5856 } | 5293 border-bottom-color: #000; |
5857 | 5294 } |
5858 .popover { | 5295 .popover { |
5859 position: absolute; | 5296 position: absolute; |
5860 top: 0; | 5297 top: 0; |
5861 left: 0; | 5298 left: 0; |
5862 z-index: 1010; | 5299 z-index: 1010; |
5863 display: none; | 5300 display: none; |
5864 max-width: 276px; | 5301 max-width: 276px; |
5865 padding: 1px; | 5302 padding: 1px; |
5866 text-align: left; | 5303 text-align: left; |
5867 white-space: normal; | 5304 white-space: normal; |
5868 background-color: #ffffff; | 5305 background-color: #fff; |
5869 border: 1px solid #cccccc; | 5306 background-clip: padding-box; |
5870 border: 1px solid rgba(0, 0, 0, 0.2); | 5307 border: 1px solid #ccc; |
5308 border: 1px solid rgba(0, 0, 0, .2); | |
5871 border-radius: 6px; | 5309 border-radius: 6px; |
5872 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | 5310 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
5873 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | 5311 box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
5874 background-clip: padding-box; | 5312 } |
5875 } | |
5876 | |
5877 .popover.top { | 5313 .popover.top { |
5878 margin-top: -10px; | 5314 margin-top: -10px; |
5879 } | 5315 } |
5880 | |
5881 .popover.right { | 5316 .popover.right { |
5882 margin-left: 10px; | 5317 margin-left: 10px; |
5883 } | 5318 } |
5884 | |
5885 .popover.bottom { | 5319 .popover.bottom { |
5886 margin-top: 10px; | 5320 margin-top: 10px; |
5887 } | 5321 } |
5888 | |
5889 .popover.left { | 5322 .popover.left { |
5890 margin-left: -10px; | 5323 margin-left: -10px; |
5891 } | 5324 } |
5892 | |
5893 .popover-title { | 5325 .popover-title { |
5894 padding: 8px 14px; | 5326 padding: 8px 14px; |
5895 margin: 0; | 5327 margin: 0; |
5896 font-size: 14px; | 5328 font-size: 14px; |
5897 font-weight: normal; | 5329 font-weight: normal; |
5898 line-height: 18px; | 5330 line-height: 18px; |
5899 background-color: #f7f7f7; | 5331 background-color: #f7f7f7; |
5900 border-bottom: 1px solid #ebebeb; | 5332 border-bottom: 1px solid #ebebeb; |
5901 border-radius: 5px 5px 0 0; | 5333 border-radius: 5px 5px 0 0; |
5902 } | 5334 } |
5903 | |
5904 .popover-content { | 5335 .popover-content { |
5905 padding: 9px 14px; | 5336 padding: 9px 14px; |
5906 } | 5337 } |
5907 | 5338 .popover > .arrow, |
5908 .popover .arrow, | 5339 .popover > .arrow:after { |
5909 .popover .arrow:after { | |
5910 position: absolute; | 5340 position: absolute; |
5911 display: block; | 5341 display: block; |
5912 width: 0; | 5342 width: 0; |
5913 height: 0; | 5343 height: 0; |
5914 border-color: transparent; | 5344 border-color: transparent; |
5915 border-style: solid; | 5345 border-style: solid; |
5916 } | 5346 } |
5917 | 5347 .popover > .arrow { |
5918 .popover .arrow { | |
5919 border-width: 11px; | 5348 border-width: 11px; |
5920 } | 5349 } |
5921 | 5350 .popover > .arrow:after { |
5922 .popover .arrow:after { | 5351 content: ""; |
5923 border-width: 10px; | 5352 border-width: 10px; |
5924 content: ""; | 5353 } |
5925 } | 5354 .popover.top > .arrow { |
5926 | |
5927 .popover.top .arrow { | |
5928 bottom: -11px; | 5355 bottom: -11px; |
5929 left: 50%; | 5356 left: 50%; |
5930 margin-left: -11px; | 5357 margin-left: -11px; |
5931 border-top-color: #999999; | 5358 border-top-color: #999; |
5932 border-top-color: rgba(0, 0, 0, 0.25); | 5359 border-top-color: rgba(0, 0, 0, .25); |
5933 border-bottom-width: 0; | 5360 border-bottom-width: 0; |
5934 } | 5361 } |
5935 | 5362 .popover.top > .arrow:after { |
5936 .popover.top .arrow:after { | |
5937 bottom: 1px; | 5363 bottom: 1px; |
5938 margin-left: -10px; | 5364 margin-left: -10px; |
5939 border-top-color: #ffffff; | 5365 content: " "; |
5366 border-top-color: #fff; | |
5940 border-bottom-width: 0; | 5367 border-bottom-width: 0; |
5941 content: " "; | 5368 } |
5942 } | 5369 .popover.right > .arrow { |
5943 | |
5944 .popover.right .arrow { | |
5945 top: 50%; | 5370 top: 50%; |
5946 left: -11px; | 5371 left: -11px; |
5947 margin-top: -11px; | 5372 margin-top: -11px; |
5948 border-right-color: #999999; | 5373 border-right-color: #999; |
5949 border-right-color: rgba(0, 0, 0, 0.25); | 5374 border-right-color: rgba(0, 0, 0, .25); |
5950 border-left-width: 0; | 5375 border-left-width: 0; |
5951 } | 5376 } |
5952 | 5377 .popover.right > .arrow:after { |
5953 .popover.right .arrow:after { | |
5954 bottom: -10px; | 5378 bottom: -10px; |
5955 left: 1px; | 5379 left: 1px; |
5956 border-right-color: #ffffff; | 5380 content: " "; |
5381 border-right-color: #fff; | |
5957 border-left-width: 0; | 5382 border-left-width: 0; |
5958 content: " "; | 5383 } |
5959 } | 5384 .popover.bottom > .arrow { |
5960 | |
5961 .popover.bottom .arrow { | |
5962 top: -11px; | 5385 top: -11px; |
5963 left: 50%; | 5386 left: 50%; |
5964 margin-left: -11px; | 5387 margin-left: -11px; |
5965 border-bottom-color: #999999; | |
5966 border-bottom-color: rgba(0, 0, 0, 0.25); | |
5967 border-top-width: 0; | 5388 border-top-width: 0; |
5968 } | 5389 border-bottom-color: #999; |
5969 | 5390 border-bottom-color: rgba(0, 0, 0, .25); |
5970 .popover.bottom .arrow:after { | 5391 } |
5392 .popover.bottom > .arrow:after { | |
5971 top: 1px; | 5393 top: 1px; |
5972 margin-left: -10px; | 5394 margin-left: -10px; |
5973 border-bottom-color: #ffffff; | 5395 content: " "; |
5974 border-top-width: 0; | 5396 border-top-width: 0; |
5975 content: " "; | 5397 border-bottom-color: #fff; |
5976 } | 5398 } |
5977 | 5399 .popover.left > .arrow { |
5978 .popover.left .arrow { | |
5979 top: 50%; | 5400 top: 50%; |
5980 right: -11px; | 5401 right: -11px; |
5981 margin-top: -11px; | 5402 margin-top: -11px; |
5982 border-left-color: #999999; | |
5983 border-left-color: rgba(0, 0, 0, 0.25); | |
5984 border-right-width: 0; | 5403 border-right-width: 0; |
5985 } | 5404 border-left-color: #999; |
5986 | 5405 border-left-color: rgba(0, 0, 0, .25); |
5987 .popover.left .arrow:after { | 5406 } |
5407 .popover.left > .arrow:after { | |
5988 right: 1px; | 5408 right: 1px; |
5989 bottom: -10px; | 5409 bottom: -10px; |
5990 border-left-color: #ffffff; | 5410 content: " "; |
5991 border-right-width: 0; | 5411 border-right-width: 0; |
5992 content: " "; | 5412 border-left-color: #fff; |
5993 } | 5413 } |
5994 | |
5995 .carousel { | 5414 .carousel { |
5996 position: relative; | 5415 position: relative; |
5997 } | 5416 } |
5998 | |
5999 .carousel-inner { | 5417 .carousel-inner { |
6000 position: relative; | 5418 position: relative; |
6001 width: 100%; | 5419 width: 100%; |
6002 overflow: hidden; | 5420 overflow: hidden; |
6003 } | 5421 } |
6004 | |
6005 .carousel-inner > .item { | 5422 .carousel-inner > .item { |
6006 position: relative; | 5423 position: relative; |
6007 display: none; | 5424 display: none; |
6008 -webkit-transition: 0.6s ease-in-out left; | 5425 -webkit-transition: .6s ease-in-out left; |
6009 transition: 0.6s ease-in-out left; | 5426 transition: .6s ease-in-out left; |
6010 } | 5427 } |
6011 | |
6012 .carousel-inner > .item > img, | 5428 .carousel-inner > .item > img, |
6013 .carousel-inner > .item > a > img { | 5429 .carousel-inner > .item > a > img { |
6014 display: block; | |
6015 height: auto; | |
6016 max-width: 100%; | |
6017 line-height: 1; | 5430 line-height: 1; |
6018 } | 5431 } |
6019 | |
6020 .carousel-inner > .active, | 5432 .carousel-inner > .active, |
6021 .carousel-inner > .next, | 5433 .carousel-inner > .next, |
6022 .carousel-inner > .prev { | 5434 .carousel-inner > .prev { |
6023 display: block; | 5435 display: block; |
6024 } | 5436 } |
6025 | |
6026 .carousel-inner > .active { | 5437 .carousel-inner > .active { |
6027 left: 0; | 5438 left: 0; |
6028 } | 5439 } |
6029 | |
6030 .carousel-inner > .next, | 5440 .carousel-inner > .next, |
6031 .carousel-inner > .prev { | 5441 .carousel-inner > .prev { |
6032 position: absolute; | 5442 position: absolute; |
6033 top: 0; | 5443 top: 0; |
6034 width: 100%; | 5444 width: 100%; |
6035 } | 5445 } |
6036 | |
6037 .carousel-inner > .next { | 5446 .carousel-inner > .next { |
6038 left: 100%; | 5447 left: 100%; |
6039 } | 5448 } |
6040 | |
6041 .carousel-inner > .prev { | 5449 .carousel-inner > .prev { |
6042 left: -100%; | 5450 left: -100%; |
6043 } | 5451 } |
6044 | |
6045 .carousel-inner > .next.left, | 5452 .carousel-inner > .next.left, |
6046 .carousel-inner > .prev.right { | 5453 .carousel-inner > .prev.right { |
6047 left: 0; | 5454 left: 0; |
6048 } | 5455 } |
6049 | |
6050 .carousel-inner > .active.left { | 5456 .carousel-inner > .active.left { |
6051 left: -100%; | 5457 left: -100%; |
6052 } | 5458 } |
6053 | |
6054 .carousel-inner > .active.right { | 5459 .carousel-inner > .active.right { |
6055 left: 100%; | 5460 left: 100%; |
6056 } | 5461 } |
6057 | |
6058 .carousel-control { | 5462 .carousel-control { |
6059 position: absolute; | 5463 position: absolute; |
6060 top: 0; | 5464 top: 0; |
6061 bottom: 0; | 5465 bottom: 0; |
6062 left: 0; | 5466 left: 0; |
6063 width: 15%; | 5467 width: 15%; |
6064 font-size: 20px; | 5468 font-size: 20px; |
6065 color: #ffffff; | 5469 color: #fff; |
6066 text-align: center; | 5470 text-align: center; |
6067 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | 5471 text-shadow: 0 1px 2px rgba(0, 0, 0, .6); |
6068 opacity: 0.5; | |
6069 filter: alpha(opacity=50); | 5472 filter: alpha(opacity=50); |
6070 } | 5473 opacity: .5; |
6071 | 5474 } |
6072 .carousel-control.left { | 5475 .carousel-control.left { |
6073 background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); | 5476 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%)); |
6074 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); | 5477 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); |
6075 background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); | 5478 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); |
6076 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); | |
6077 background-repeat: repeat-x; | 5479 background-repeat: repeat-x; |
6078 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); | 5480 } |
6079 } | |
6080 | |
6081 .carousel-control.right { | 5481 .carousel-control.right { |
6082 right: 0; | 5482 right: 0; |
6083 left: auto; | 5483 left: auto; |
6084 background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); | 5484 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%)); |
6085 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); | 5485 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); |
6086 background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); | 5486 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); |
6087 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); | |
6088 background-repeat: repeat-x; | 5487 background-repeat: repeat-x; |
6089 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); | 5488 } |
6090 } | |
6091 | |
6092 .carousel-control:hover, | 5489 .carousel-control:hover, |
6093 .carousel-control:focus { | 5490 .carousel-control:focus { |
6094 color: #ffffff; | 5491 color: #fff; |
6095 text-decoration: none; | 5492 text-decoration: none; |
6096 opacity: 0.9; | |
6097 filter: alpha(opacity=90); | 5493 filter: alpha(opacity=90); |
6098 } | 5494 outline: none; |
6099 | 5495 opacity: .9; |
5496 } | |
6100 .carousel-control .icon-prev, | 5497 .carousel-control .icon-prev, |
6101 .carousel-control .icon-next, | 5498 .carousel-control .icon-next, |
6102 .carousel-control .glyphicon-chevron-left, | 5499 .carousel-control .glyphicon-chevron-left, |
6103 .carousel-control .glyphicon-chevron-right { | 5500 .carousel-control .glyphicon-chevron-right { |
6104 position: absolute; | 5501 position: absolute; |
6105 top: 50%; | 5502 top: 50%; |
6106 left: 50%; | |
6107 z-index: 5; | 5503 z-index: 5; |
6108 display: inline-block; | 5504 display: inline-block; |
6109 } | 5505 } |
6110 | 5506 .carousel-control .icon-prev, |
5507 .carousel-control .glyphicon-chevron-left { | |
5508 left: 50%; | |
5509 } | |
5510 .carousel-control .icon-next, | |
5511 .carousel-control .glyphicon-chevron-right { | |
5512 right: 50%; | |
5513 } | |
6111 .carousel-control .icon-prev, | 5514 .carousel-control .icon-prev, |
6112 .carousel-control .icon-next { | 5515 .carousel-control .icon-next { |
6113 width: 20px; | 5516 width: 20px; |
6114 height: 20px; | 5517 height: 20px; |
6115 margin-top: -10px; | 5518 margin-top: -10px; |
6116 margin-left: -10px; | 5519 margin-left: -10px; |
6117 font-family: serif; | 5520 font-family: serif; |
6118 } | 5521 } |
6119 | |
6120 .carousel-control .icon-prev:before { | 5522 .carousel-control .icon-prev:before { |
6121 content: '\2039'; | 5523 content: '\2039'; |
6122 } | 5524 } |
6123 | |
6124 .carousel-control .icon-next:before { | 5525 .carousel-control .icon-next:before { |
6125 content: '\203a'; | 5526 content: '\203a'; |
6126 } | 5527 } |
6127 | |
6128 .carousel-indicators { | 5528 .carousel-indicators { |
6129 position: absolute; | 5529 position: absolute; |
6130 bottom: 10px; | 5530 bottom: 10px; |
6131 left: 50%; | 5531 left: 50%; |
6132 z-index: 15; | 5532 z-index: 15; |
6134 padding-left: 0; | 5534 padding-left: 0; |
6135 margin-left: -30%; | 5535 margin-left: -30%; |
6136 text-align: center; | 5536 text-align: center; |
6137 list-style: none; | 5537 list-style: none; |
6138 } | 5538 } |
6139 | |
6140 .carousel-indicators li { | 5539 .carousel-indicators li { |
6141 display: inline-block; | 5540 display: inline-block; |
6142 width: 10px; | 5541 width: 10px; |
6143 height: 10px; | 5542 height: 10px; |
6144 margin: 1px; | 5543 margin: 1px; |
6145 text-indent: -999px; | 5544 text-indent: -999px; |
6146 cursor: pointer; | 5545 cursor: pointer; |
6147 border: 1px solid #ffffff; | 5546 background-color: #000 \9; |
5547 background-color: rgba(0, 0, 0, 0); | |
5548 border: 1px solid #fff; | |
6148 border-radius: 10px; | 5549 border-radius: 10px; |
6149 } | 5550 } |
6150 | |
6151 .carousel-indicators .active { | 5551 .carousel-indicators .active { |
6152 width: 12px; | 5552 width: 12px; |
6153 height: 12px; | 5553 height: 12px; |
6154 margin: 0; | 5554 margin: 0; |
6155 background-color: #ffffff; | 5555 background-color: #fff; |
6156 } | 5556 } |
6157 | |
6158 .carousel-caption { | 5557 .carousel-caption { |
6159 position: absolute; | 5558 position: absolute; |
6160 right: 15%; | 5559 right: 15%; |
6161 bottom: 20px; | 5560 bottom: 20px; |
6162 left: 15%; | 5561 left: 15%; |
6163 z-index: 10; | 5562 z-index: 10; |
6164 padding-top: 20px; | 5563 padding-top: 20px; |
6165 padding-bottom: 20px; | 5564 padding-bottom: 20px; |
6166 color: #ffffff; | 5565 color: #fff; |
6167 text-align: center; | 5566 text-align: center; |
6168 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | 5567 text-shadow: 0 1px 2px rgba(0, 0, 0, .6); |
6169 } | 5568 } |
6170 | |
6171 .carousel-caption .btn { | 5569 .carousel-caption .btn { |
6172 text-shadow: none; | 5570 text-shadow: none; |
6173 } | 5571 } |
6174 | |
6175 @media screen and (min-width: 768px) { | 5572 @media screen and (min-width: 768px) { |
5573 .carousel-control .glyphicon-chevron-left, | |
5574 .carousel-control .glyphicon-chevron-right, | |
6176 .carousel-control .icon-prev, | 5575 .carousel-control .icon-prev, |
6177 .carousel-control .icon-next { | 5576 .carousel-control .icon-next { |
6178 width: 30px; | 5577 width: 30px; |
6179 height: 30px; | 5578 height: 30px; |
6180 margin-top: -15px; | 5579 margin-top: -15px; |
6188 } | 5587 } |
6189 .carousel-indicators { | 5588 .carousel-indicators { |
6190 bottom: 20px; | 5589 bottom: 20px; |
6191 } | 5590 } |
6192 } | 5591 } |
6193 | |
6194 .clearfix:before, | 5592 .clearfix:before, |
6195 .clearfix:after { | 5593 .clearfix:after, |
5594 .container:before, | |
5595 .container:after, | |
5596 .container-fluid:before, | |
5597 .container-fluid:after, | |
5598 .row:before, | |
5599 .row:after, | |
5600 .form-horizontal .form-group:before, | |
5601 .form-horizontal .form-group:after, | |
5602 .btn-toolbar:before, | |
5603 .btn-toolbar:after, | |
5604 .btn-group-vertical > .btn-group:before, | |
5605 .btn-group-vertical > .btn-group:after, | |
5606 .nav:before, | |
5607 .nav:after, | |
5608 .navbar:before, | |
5609 .navbar:after, | |
5610 .navbar-header:before, | |
5611 .navbar-header:after, | |
5612 .navbar-collapse:before, | |
5613 .navbar-collapse:after, | |
5614 .pager:before, | |
5615 .pager:after, | |
5616 .panel-body:before, | |
5617 .panel-body:after, | |
5618 .modal-footer:before, | |
5619 .modal-footer:after { | |
6196 display: table; | 5620 display: table; |
6197 content: " "; | 5621 content: " "; |
6198 } | 5622 } |
6199 | 5623 .clearfix:after, |
6200 .clearfix:after { | 5624 .container:after, |
5625 .container-fluid:after, | |
5626 .row:after, | |
5627 .form-horizontal .form-group:after, | |
5628 .btn-toolbar:after, | |
5629 .btn-group-vertical > .btn-group:after, | |
5630 .nav:after, | |
5631 .navbar:after, | |
5632 .navbar-header:after, | |
5633 .navbar-collapse:after, | |
5634 .pager:after, | |
5635 .panel-body:after, | |
5636 .modal-footer:after { | |
6201 clear: both; | 5637 clear: both; |
6202 } | 5638 } |
6203 | 5639 .center-block { |
5640 display: block; | |
5641 margin-right: auto; | |
5642 margin-left: auto; | |
5643 } | |
6204 .pull-right { | 5644 .pull-right { |
6205 float: right !important; | 5645 float: right !important; |
6206 } | 5646 } |
6207 | |
6208 .pull-left { | 5647 .pull-left { |
6209 float: left !important; | 5648 float: left !important; |
6210 } | 5649 } |
6211 | |
6212 .hide { | 5650 .hide { |
6213 display: none !important; | 5651 display: none !important; |
6214 } | 5652 } |
6215 | |
6216 .show { | 5653 .show { |
6217 display: block !important; | 5654 display: block !important; |
6218 } | 5655 } |
6219 | |
6220 .invisible { | 5656 .invisible { |
6221 visibility: hidden; | 5657 visibility: hidden; |
6222 } | 5658 } |
6223 | |
6224 .text-hide { | 5659 .text-hide { |
6225 font: 0/0 a; | 5660 font: 0/0 a; |
6226 color: transparent; | 5661 color: transparent; |
6227 text-shadow: none; | 5662 text-shadow: none; |
6228 background-color: transparent; | 5663 background-color: transparent; |
6229 border: 0; | 5664 border: 0; |
6230 } | 5665 } |
6231 | |
6232 .affix { | |
6233 position: fixed; | |
6234 } | |
6235 | |
6236 @-ms-viewport { | |
6237 width: device-width; | |
6238 } | |
6239 | |
6240 @media screen and (max-width: 400px) { | |
6241 @-ms-viewport { | |
6242 width: 320px; | |
6243 } | |
6244 } | |
6245 | |
6246 .hidden { | 5666 .hidden { |
6247 display: none !important; | 5667 display: none !important; |
6248 visibility: hidden !important; | 5668 visibility: hidden !important; |
6249 } | 5669 } |
6250 | 5670 .affix { |
6251 .visible-xs { | 5671 position: fixed; |
5672 } | |
5673 @-ms-viewport { | |
5674 width: device-width; | |
5675 } | |
5676 .visible-xs, | |
5677 .visible-sm, | |
5678 .visible-md, | |
5679 .visible-lg { | |
6252 display: none !important; | 5680 display: none !important; |
6253 } | 5681 } |
6254 | |
6255 tr.visible-xs { | |
6256 display: none !important; | |
6257 } | |
6258 | |
6259 th.visible-xs, | |
6260 td.visible-xs { | |
6261 display: none !important; | |
6262 } | |
6263 | |
6264 @media (max-width: 767px) { | 5682 @media (max-width: 767px) { |
6265 .visible-xs { | 5683 .visible-xs { |
6266 display: block !important; | 5684 display: block !important; |
6267 } | 5685 } |
5686 table.visible-xs { | |
5687 display: table; | |
5688 } | |
6268 tr.visible-xs { | 5689 tr.visible-xs { |
6269 display: table-row !important; | 5690 display: table-row !important; |
6270 } | 5691 } |
6271 th.visible-xs, | 5692 th.visible-xs, |
6272 td.visible-xs { | 5693 td.visible-xs { |
6273 display: table-cell !important; | 5694 display: table-cell !important; |
6274 } | 5695 } |
6275 } | 5696 } |
6276 | |
6277 @media (min-width: 768px) and (max-width: 991px) { | |
6278 .visible-xs.visible-sm { | |
6279 display: block !important; | |
6280 } | |
6281 tr.visible-xs.visible-sm { | |
6282 display: table-row !important; | |
6283 } | |
6284 th.visible-xs.visible-sm, | |
6285 td.visible-xs.visible-sm { | |
6286 display: table-cell !important; | |
6287 } | |
6288 } | |
6289 | |
6290 @media (min-width: 992px) and (max-width: 1199px) { | |
6291 .visible-xs.visible-md { | |
6292 display: block !important; | |
6293 } | |
6294 tr.visible-xs.visible-md { | |
6295 display: table-row !important; | |
6296 } | |
6297 th.visible-xs.visible-md, | |
6298 td.visible-xs.visible-md { | |
6299 display: table-cell !important; | |
6300 } | |
6301 } | |
6302 | |
6303 @media (min-width: 1200px) { | |
6304 .visible-xs.visible-lg { | |
6305 display: block !important; | |
6306 } | |
6307 tr.visible-xs.visible-lg { | |
6308 display: table-row !important; | |
6309 } | |
6310 th.visible-xs.visible-lg, | |
6311 td.visible-xs.visible-lg { | |
6312 display: table-cell !important; | |
6313 } | |
6314 } | |
6315 | |
6316 .visible-sm { | |
6317 display: none !important; | |
6318 } | |
6319 | |
6320 tr.visible-sm { | |
6321 display: none !important; | |
6322 } | |
6323 | |
6324 th.visible-sm, | |
6325 td.visible-sm { | |
6326 display: none !important; | |
6327 } | |
6328 | |
6329 @media (max-width: 767px) { | |
6330 .visible-sm.visible-xs { | |
6331 display: block !important; | |
6332 } | |
6333 tr.visible-sm.visible-xs { | |
6334 display: table-row !important; | |
6335 } | |
6336 th.visible-sm.visible-xs, | |
6337 td.visible-sm.visible-xs { | |
6338 display: table-cell !important; | |
6339 } | |
6340 } | |
6341 | |
6342 @media (min-width: 768px) and (max-width: 991px) { | 5697 @media (min-width: 768px) and (max-width: 991px) { |
6343 .visible-sm { | 5698 .visible-sm { |
6344 display: block !important; | 5699 display: block !important; |
6345 } | 5700 } |
5701 table.visible-sm { | |
5702 display: table; | |
5703 } | |
6346 tr.visible-sm { | 5704 tr.visible-sm { |
6347 display: table-row !important; | 5705 display: table-row !important; |
6348 } | 5706 } |
6349 th.visible-sm, | 5707 th.visible-sm, |
6350 td.visible-sm { | 5708 td.visible-sm { |
6351 display: table-cell !important; | 5709 display: table-cell !important; |
6352 } | 5710 } |
6353 } | 5711 } |
6354 | |
6355 @media (min-width: 992px) and (max-width: 1199px) { | |
6356 .visible-sm.visible-md { | |
6357 display: block !important; | |
6358 } | |
6359 tr.visible-sm.visible-md { | |
6360 display: table-row !important; | |
6361 } | |
6362 th.visible-sm.visible-md, | |
6363 td.visible-sm.visible-md { | |
6364 display: table-cell !important; | |
6365 } | |
6366 } | |
6367 | |
6368 @media (min-width: 1200px) { | |
6369 .visible-sm.visible-lg { | |
6370 display: block !important; | |
6371 } | |
6372 tr.visible-sm.visible-lg { | |
6373 display: table-row !important; | |
6374 } | |
6375 th.visible-sm.visible-lg, | |
6376 td.visible-sm.visible-lg { | |
6377 display: table-cell !important; | |
6378 } | |
6379 } | |
6380 | |
6381 .visible-md { | |
6382 display: none !important; | |
6383 } | |
6384 | |
6385 tr.visible-md { | |
6386 display: none !important; | |
6387 } | |
6388 | |
6389 th.visible-md, | |
6390 td.visible-md { | |
6391 display: none !important; | |
6392 } | |
6393 | |
6394 @media (max-width: 767px) { | |
6395 .visible-md.visible-xs { | |
6396 display: block !important; | |
6397 } | |
6398 tr.visible-md.visible-xs { | |
6399 display: table-row !important; | |
6400 } | |
6401 th.visible-md.visible-xs, | |
6402 td.visible-md.visible-xs { | |
6403 display: table-cell !important; | |
6404 } | |
6405 } | |
6406 | |
6407 @media (min-width: 768px) and (max-width: 991px) { | |
6408 .visible-md.visible-sm { | |
6409 display: block !important; | |
6410 } | |
6411 tr.visible-md.visible-sm { | |
6412 display: table-row !important; | |
6413 } | |
6414 th.visible-md.visible-sm, | |
6415 td.visible-md.visible-sm { | |
6416 display: table-cell !important; | |
6417 } | |
6418 } | |
6419 | |
6420 @media (min-width: 992px) and (max-width: 1199px) { | 5712 @media (min-width: 992px) and (max-width: 1199px) { |
6421 .visible-md { | 5713 .visible-md { |
6422 display: block !important; | 5714 display: block !important; |
6423 } | 5715 } |
5716 table.visible-md { | |
5717 display: table; | |
5718 } | |
6424 tr.visible-md { | 5719 tr.visible-md { |
6425 display: table-row !important; | 5720 display: table-row !important; |
6426 } | 5721 } |
6427 th.visible-md, | 5722 th.visible-md, |
6428 td.visible-md { | 5723 td.visible-md { |
6429 display: table-cell !important; | 5724 display: table-cell !important; |
6430 } | 5725 } |
6431 } | 5726 } |
6432 | |
6433 @media (min-width: 1200px) { | |
6434 .visible-md.visible-lg { | |
6435 display: block !important; | |
6436 } | |
6437 tr.visible-md.visible-lg { | |
6438 display: table-row !important; | |
6439 } | |
6440 th.visible-md.visible-lg, | |
6441 td.visible-md.visible-lg { | |
6442 display: table-cell !important; | |
6443 } | |
6444 } | |
6445 | |
6446 .visible-lg { | |
6447 display: none !important; | |
6448 } | |
6449 | |
6450 tr.visible-lg { | |
6451 display: none !important; | |
6452 } | |
6453 | |
6454 th.visible-lg, | |
6455 td.visible-lg { | |
6456 display: none !important; | |
6457 } | |
6458 | |
6459 @media (max-width: 767px) { | |
6460 .visible-lg.visible-xs { | |
6461 display: block !important; | |
6462 } | |
6463 tr.visible-lg.visible-xs { | |
6464 display: table-row !important; | |
6465 } | |
6466 th.visible-lg.visible-xs, | |
6467 td.visible-lg.visible-xs { | |
6468 display: table-cell !important; | |
6469 } | |
6470 } | |
6471 | |
6472 @media (min-width: 768px) and (max-width: 991px) { | |
6473 .visible-lg.visible-sm { | |
6474 display: block !important; | |
6475 } | |
6476 tr.visible-lg.visible-sm { | |
6477 display: table-row !important; | |
6478 } | |
6479 th.visible-lg.visible-sm, | |
6480 td.visible-lg.visible-sm { | |
6481 display: table-cell !important; | |
6482 } | |
6483 } | |
6484 | |
6485 @media (min-width: 992px) and (max-width: 1199px) { | |
6486 .visible-lg.visible-md { | |
6487 display: block !important; | |
6488 } | |
6489 tr.visible-lg.visible-md { | |
6490 display: table-row !important; | |
6491 } | |
6492 th.visible-lg.visible-md, | |
6493 td.visible-lg.visible-md { | |
6494 display: table-cell !important; | |
6495 } | |
6496 } | |
6497 | |
6498 @media (min-width: 1200px) { | 5727 @media (min-width: 1200px) { |
6499 .visible-lg { | 5728 .visible-lg { |
6500 display: block !important; | 5729 display: block !important; |
6501 } | 5730 } |
5731 table.visible-lg { | |
5732 display: table; | |
5733 } | |
6502 tr.visible-lg { | 5734 tr.visible-lg { |
6503 display: table-row !important; | 5735 display: table-row !important; |
6504 } | 5736 } |
6505 th.visible-lg, | 5737 th.visible-lg, |
6506 td.visible-lg { | 5738 td.visible-lg { |
6507 display: table-cell !important; | 5739 display: table-cell !important; |
6508 } | 5740 } |
6509 } | 5741 } |
6510 | |
6511 .hidden-xs { | |
6512 display: block !important; | |
6513 } | |
6514 | |
6515 tr.hidden-xs { | |
6516 display: table-row !important; | |
6517 } | |
6518 | |
6519 th.hidden-xs, | |
6520 td.hidden-xs { | |
6521 display: table-cell !important; | |
6522 } | |
6523 | |
6524 @media (max-width: 767px) { | 5742 @media (max-width: 767px) { |
6525 .hidden-xs { | 5743 .hidden-xs { |
6526 display: none !important; | 5744 display: none !important; |
6527 } | 5745 } |
6528 tr.hidden-xs { | 5746 } |
6529 display: none !important; | |
6530 } | |
6531 th.hidden-xs, | |
6532 td.hidden-xs { | |
6533 display: none !important; | |
6534 } | |
6535 } | |
6536 | |
6537 @media (min-width: 768px) and (max-width: 991px) { | |
6538 .hidden-xs.hidden-sm { | |
6539 display: none !important; | |
6540 } | |
6541 tr.hidden-xs.hidden-sm { | |
6542 display: none !important; | |
6543 } | |
6544 th.hidden-xs.hidden-sm, | |
6545 td.hidden-xs.hidden-sm { | |
6546 display: none !important; | |
6547 } | |
6548 } | |
6549 | |
6550 @media (min-width: 992px) and (max-width: 1199px) { | |
6551 .hidden-xs.hidden-md { | |
6552 display: none !important; | |
6553 } | |
6554 tr.hidden-xs.hidden-md { | |
6555 display: none !important; | |
6556 } | |
6557 th.hidden-xs.hidden-md, | |
6558 td.hidden-xs.hidden-md { | |
6559 display: none !important; | |
6560 } | |
6561 } | |
6562 | |
6563 @media (min-width: 1200px) { | |
6564 .hidden-xs.hidden-lg { | |
6565 display: none !important; | |
6566 } | |
6567 tr.hidden-xs.hidden-lg { | |
6568 display: none !important; | |
6569 } | |
6570 th.hidden-xs.hidden-lg, | |
6571 td.hidden-xs.hidden-lg { | |
6572 display: none !important; | |
6573 } | |
6574 } | |
6575 | |
6576 .hidden-sm { | |
6577 display: block !important; | |
6578 } | |
6579 | |
6580 tr.hidden-sm { | |
6581 display: table-row !important; | |
6582 } | |
6583 | |
6584 th.hidden-sm, | |
6585 td.hidden-sm { | |
6586 display: table-cell !important; | |
6587 } | |
6588 | |
6589 @media (max-width: 767px) { | |
6590 .hidden-sm.hidden-xs { | |
6591 display: none !important; | |
6592 } | |
6593 tr.hidden-sm.hidden-xs { | |
6594 display: none !important; | |
6595 } | |
6596 th.hidden-sm.hidden-xs, | |
6597 td.hidden-sm.hidden-xs { | |
6598 display: none !important; | |
6599 } | |
6600 } | |
6601 | |
6602 @media (min-width: 768px) and (max-width: 991px) { | 5747 @media (min-width: 768px) and (max-width: 991px) { |
6603 .hidden-sm { | 5748 .hidden-sm { |
6604 display: none !important; | 5749 display: none !important; |
6605 } | 5750 } |
6606 tr.hidden-sm { | 5751 } |
6607 display: none !important; | |
6608 } | |
6609 th.hidden-sm, | |
6610 td.hidden-sm { | |
6611 display: none !important; | |
6612 } | |
6613 } | |
6614 | |
6615 @media (min-width: 992px) and (max-width: 1199px) { | |
6616 .hidden-sm.hidden-md { | |
6617 display: none !important; | |
6618 } | |
6619 tr.hidden-sm.hidden-md { | |
6620 display: none !important; | |
6621 } | |
6622 th.hidden-sm.hidden-md, | |
6623 td.hidden-sm.hidden-md { | |
6624 display: none !important; | |
6625 } | |
6626 } | |
6627 | |
6628 @media (min-width: 1200px) { | |
6629 .hidden-sm.hidden-lg { | |
6630 display: none !important; | |
6631 } | |
6632 tr.hidden-sm.hidden-lg { | |
6633 display: none !important; | |
6634 } | |
6635 th.hidden-sm.hidden-lg, | |
6636 td.hidden-sm.hidden-lg { | |
6637 display: none !important; | |
6638 } | |
6639 } | |
6640 | |
6641 .hidden-md { | |
6642 display: block !important; | |
6643 } | |
6644 | |
6645 tr.hidden-md { | |
6646 display: table-row !important; | |
6647 } | |
6648 | |
6649 th.hidden-md, | |
6650 td.hidden-md { | |
6651 display: table-cell !important; | |
6652 } | |
6653 | |
6654 @media (max-width: 767px) { | |
6655 .hidden-md.hidden-xs { | |
6656 display: none !important; | |
6657 } | |
6658 tr.hidden-md.hidden-xs { | |
6659 display: none !important; | |
6660 } | |
6661 th.hidden-md.hidden-xs, | |
6662 td.hidden-md.hidden-xs { | |
6663 display: none !important; | |
6664 } | |
6665 } | |
6666 | |
6667 @media (min-width: 768px) and (max-width: 991px) { | |
6668 .hidden-md.hidden-sm { | |
6669 display: none !important; | |
6670 } | |
6671 tr.hidden-md.hidden-sm { | |
6672 display: none !important; | |
6673 } | |
6674 th.hidden-md.hidden-sm, | |
6675 td.hidden-md.hidden-sm { | |
6676 display: none !important; | |
6677 } | |
6678 } | |
6679 | |
6680 @media (min-width: 992px) and (max-width: 1199px) { | 5752 @media (min-width: 992px) and (max-width: 1199px) { |
6681 .hidden-md { | 5753 .hidden-md { |
6682 display: none !important; | 5754 display: none !important; |
6683 } | 5755 } |
6684 tr.hidden-md { | 5756 } |
6685 display: none !important; | |
6686 } | |
6687 th.hidden-md, | |
6688 td.hidden-md { | |
6689 display: none !important; | |
6690 } | |
6691 } | |
6692 | |
6693 @media (min-width: 1200px) { | |
6694 .hidden-md.hidden-lg { | |
6695 display: none !important; | |
6696 } | |
6697 tr.hidden-md.hidden-lg { | |
6698 display: none !important; | |
6699 } | |
6700 th.hidden-md.hidden-lg, | |
6701 td.hidden-md.hidden-lg { | |
6702 display: none !important; | |
6703 } | |
6704 } | |
6705 | |
6706 .hidden-lg { | |
6707 display: block !important; | |
6708 } | |
6709 | |
6710 tr.hidden-lg { | |
6711 display: table-row !important; | |
6712 } | |
6713 | |
6714 th.hidden-lg, | |
6715 td.hidden-lg { | |
6716 display: table-cell !important; | |
6717 } | |
6718 | |
6719 @media (max-width: 767px) { | |
6720 .hidden-lg.hidden-xs { | |
6721 display: none !important; | |
6722 } | |
6723 tr.hidden-lg.hidden-xs { | |
6724 display: none !important; | |
6725 } | |
6726 th.hidden-lg.hidden-xs, | |
6727 td.hidden-lg.hidden-xs { | |
6728 display: none !important; | |
6729 } | |
6730 } | |
6731 | |
6732 @media (min-width: 768px) and (max-width: 991px) { | |
6733 .hidden-lg.hidden-sm { | |
6734 display: none !important; | |
6735 } | |
6736 tr.hidden-lg.hidden-sm { | |
6737 display: none !important; | |
6738 } | |
6739 th.hidden-lg.hidden-sm, | |
6740 td.hidden-lg.hidden-sm { | |
6741 display: none !important; | |
6742 } | |
6743 } | |
6744 | |
6745 @media (min-width: 992px) and (max-width: 1199px) { | |
6746 .hidden-lg.hidden-md { | |
6747 display: none !important; | |
6748 } | |
6749 tr.hidden-lg.hidden-md { | |
6750 display: none !important; | |
6751 } | |
6752 th.hidden-lg.hidden-md, | |
6753 td.hidden-lg.hidden-md { | |
6754 display: none !important; | |
6755 } | |
6756 } | |
6757 | |
6758 @media (min-width: 1200px) { | 5757 @media (min-width: 1200px) { |
6759 .hidden-lg { | 5758 .hidden-lg { |
6760 display: none !important; | 5759 display: none !important; |
6761 } | 5760 } |
6762 tr.hidden-lg { | 5761 } |
6763 display: none !important; | |
6764 } | |
6765 th.hidden-lg, | |
6766 td.hidden-lg { | |
6767 display: none !important; | |
6768 } | |
6769 } | |
6770 | |
6771 .visible-print { | 5762 .visible-print { |
6772 display: none !important; | 5763 display: none !important; |
6773 } | 5764 } |
6774 | |
6775 tr.visible-print { | |
6776 display: none !important; | |
6777 } | |
6778 | |
6779 th.visible-print, | |
6780 td.visible-print { | |
6781 display: none !important; | |
6782 } | |
6783 | |
6784 @media print { | 5765 @media print { |
6785 .visible-print { | 5766 .visible-print { |
6786 display: block !important; | 5767 display: block !important; |
6787 } | 5768 } |
5769 table.visible-print { | |
5770 display: table; | |
5771 } | |
6788 tr.visible-print { | 5772 tr.visible-print { |
6789 display: table-row !important; | 5773 display: table-row !important; |
6790 } | 5774 } |
6791 th.visible-print, | 5775 th.visible-print, |
6792 td.visible-print { | 5776 td.visible-print { |
6793 display: table-cell !important; | 5777 display: table-cell !important; |
6794 } | 5778 } |
5779 } | |
5780 @media print { | |
6795 .hidden-print { | 5781 .hidden-print { |
6796 display: none !important; | 5782 display: none !important; |
6797 } | 5783 } |
6798 tr.hidden-print { | 5784 } |
6799 display: none !important; | 5785 /*# sourceMappingURL=bootstrap.css.map */ |
6800 } | |
6801 th.hidden-print, | |
6802 td.hidden-print { | |
6803 display: none !important; | |
6804 } | |
6805 } |