bootstrap.css 134 KB
Newer Older
1
/*!
Mark Otto's avatar
Mark Otto committed
2
 * Bootstrap v3.3.1 (http://getbootstrap.com)
3
4
5
6
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

XhmikosR's avatar
XhmikosR committed
7
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
8
9
10
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
11
      -ms-text-size-adjust: 100%;
12
13
14
15
}
body {
  margin: 0;
}
Mark Otto's avatar
Mark Otto committed
16
17
18
19
20
21
22
23
24
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
XhmikosR's avatar
XhmikosR committed
25
menu,
Mark Otto's avatar
Mark Otto committed
26
27
28
29
30
31
32
nav,
section,
summary {
  display: block;
}
audio,
canvas,
33
progress,
Mark Otto's avatar
Mark Otto committed
34
35
video {
  display: inline-block;
36
  vertical-align: baseline;
Mark Otto's avatar
Mark Otto committed
37
38
39
40
41
}
audio:not([controls]) {
  display: none;
  height: 0;
}
XhmikosR's avatar
XhmikosR committed
42
43
[hidden],
template {
Mark Otto's avatar
Mark Otto committed
44
45
  display: none;
}
XhmikosR's avatar
XhmikosR committed
46
a {
XhmikosR's avatar
XhmikosR committed
47
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
48
}
Mark Otto's avatar
Mark Otto committed
49
50
51
52
53
54
55
56
57
58
59
60
61
62
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
63
h1 {
64
  margin: .67em 0;
65
  font-size: 2em;
Mark Otto's avatar
Mark Otto committed
66
67
}
mark {
68
  color: #000;
69
  background: #ff0;
Mark Otto's avatar
Mark Otto committed
70
71
72
73
74
75
}
small {
  font-size: 80%;
}
sub,
sup {
76
  position: relative;
Mark Otto's avatar
Mark Otto committed
77
78
79
80
81
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
82
  top: -.5em;
Mark Otto's avatar
Mark Otto committed
83
84
}
sub {
85
  bottom: -.25em;
Mark Otto's avatar
Mark Otto committed
86
87
88
89
90
91
92
93
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
94
  margin: 1em 40px;
Mark Otto's avatar
Mark Otto committed
95
}
96
97
hr {
  height: 0;
98
99
100
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
Mark Otto's avatar
Mark Otto committed
101
}
102
103
104
105
106
107
108
109
110
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
Mark Otto's avatar
Mark Otto committed
111
112
113
}
button,
input,
114
optgroup,
Mark Otto's avatar
Mark Otto committed
115
116
select,
textarea {
117
  margin: 0;
118
119
  font: inherit;
  color: inherit;
Mark Otto's avatar
Mark Otto committed
120
}
121
122
button {
  overflow: visible;
Mark Otto's avatar
Mark Otto committed
123
124
125
126
127
128
129
130
131
132
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
Mark Otto's avatar
Mark Otto committed
133
  cursor: pointer;
Mark Otto's avatar
Mark Otto committed
134
135
136
137
138
}
button[disabled],
html input[disabled] {
  cursor: default;
}
139
140
button::-moz-focus-inner,
input::-moz-focus-inner {
141
  padding: 0;
142
  border: 0;
143
144
145
146
}
input {
  line-height: normal;
}
Mark Otto's avatar
Mark Otto committed
147
148
input[type="checkbox"],
input[type="radio"] {
149
150
151
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
152
  padding: 0;
Mark Otto's avatar
Mark Otto committed
153
}
154
155
156
157
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
Mark Otto's avatar
Mark Otto committed
158
input[type="search"] {
159
  -webkit-box-sizing: content-box;
160
161
162
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
Mark Otto's avatar
Mark Otto committed
163
164
165
166
167
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
168
fieldset {
169
  padding: .35em .625em .75em;
170
  margin: 0 2px;
171
  border: 1px solid #c0c0c0;
172
173
}
legend {
174
  padding: 0;
175
  border: 0;
Mark Otto's avatar
Mark Otto committed
176
177
178
}
textarea {
  overflow: auto;
179
180
181
}
optgroup {
  font-weight: bold;
Mark Otto's avatar
Mark Otto committed
182
183
}
table {
184
  border-spacing: 0;
185
  border-collapse: collapse;
Mark Otto's avatar
Mark Otto committed
186
}
187
188
189
190
td,
th {
  padding: 0;
}
191
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
192
@media print {
193
194
195
  *,
  *:before,
  *:after {
196
    color: #000 !important;
197
    text-shadow: none !important;
198
    background: transparent !important;
199
200
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
201
202
  }
  a,
203
204
  a:visited {
    text-decoration: underline;
205
206
  }
  a[href]:after {
207
    content: " (" attr(href) ")";
208
209
  }
  abbr[title]:after {
210
    content: " (" attr(title) ")";
211
  }
Mark Otto's avatar
grunt    
Mark Otto committed
212
213
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
214
    content: "";
215
216
  }
  pre,
217
218
  blockquote {
    border: 1px solid #999;
219

220
    page-break-inside: avoid;
221
222
  }
  thead {
223
    display: table-header-group;
224
225
  }
  tr,
226
227
  img {
    page-break-inside: avoid;
228
229
  }
  img {
230
    max-width: 100% !important;
231
232
  }
  p,
233
234
235
236
  h2,
  h3 {
    orphans: 3;
    widows: 3;
237
238
  }
  h2,
239
240
  h3 {
    page-break-after: avoid;
241
242
  }
  select {
Zlatan Vasović's avatar
Zlatan Vasović committed
243
    background: #fff !important;
244
245
  }
  .navbar {
246
    display: none;
247
248
  }
  .btn > .caret,
249
250
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
251
252
  }
  .label {
253
    border: 1px solid #000;
254
255
  }
  .table {
Mark Otto's avatar
Mark Otto committed
256
    border-collapse: collapse !important;
257
  }
Mark Otto's avatar
grunt    
Mark Otto committed
258
259
260
261
  .table td,
  .table th {
    background-color: #fff !important;
  }
262
  .table-bordered th,
Mark Otto's avatar
Mark Otto committed
263
264
  .table-bordered td {
    border: 1px solid #ddd !important;
265
  }
266
}
267
268
@font-face {
  font-family: 'Glyphicons Halflings';
269

270
271
  src: url('../fonts/glyphicons-halflings-regular.eot');
  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');
Mark Otto's avatar
Mark Otto committed
272
}
273
274
275
276
277
278
279
280
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
281

282
283
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
Mark Otto's avatar
Mark Otto committed
284
}
285
286
.glyphicon-asterisk:before {
  content: "\2a";
Mark Otto's avatar
Mark Otto committed
287
}
288
289
.glyphicon-plus:before {
  content: "\2b";
Mark Otto's avatar
Mark Otto committed
290
}
Mark Otto's avatar
grunt    
Mark Otto committed
291
292
.glyphicon-euro:before,
.glyphicon-eur:before {
293
  content: "\20ac";
Mark Otto's avatar
Mark Otto committed
294
}
295
296
.glyphicon-minus:before {
  content: "\2212";
Mark Otto's avatar
Mark Otto committed
297
}
298
299
.glyphicon-cloud:before {
  content: "\2601";
Mark Otto's avatar
Mark Otto committed
300
}
301
302
.glyphicon-envelope:before {
  content: "\2709";
303
}
304
305
.glyphicon-pencil:before {
  content: "\270f";
Mark Otto's avatar
Mark Otto committed
306
}
307
308
.glyphicon-glass:before {
  content: "\e001";
309
}
310
311
.glyphicon-music:before {
  content: "\e002";
Mark Otto's avatar
Mark Otto committed
312
}
313
314
.glyphicon-search:before {
  content: "\e003";
315
}
316
317
.glyphicon-heart:before {
  content: "\e005";
Mark Otto's avatar
Mark Otto committed
318
}
319
320
.glyphicon-star:before {
  content: "\e006";
321
}
322
323
.glyphicon-star-empty:before {
  content: "\e007";
324
}
325
326
.glyphicon-user:before {
  content: "\e008";
Mark Otto's avatar
Mark Otto committed
327
}
328
329
.glyphicon-film:before {
  content: "\e009";
Mark Otto's avatar
Mark Otto committed
330
}
331
332
.glyphicon-th-large:before {
  content: "\e010";
Mark Otto's avatar
Mark Otto committed
333
}
334
335
.glyphicon-th:before {
  content: "\e011";
336
}
337
338
.glyphicon-th-list:before {
  content: "\e012";
Mark Otto's avatar
Mark Otto committed
339
}
340
341
.glyphicon-ok:before {
  content: "\e013";
342
}
343
344
.glyphicon-remove:before {
  content: "\e014";
Mark Otto's avatar
Mark Otto committed
345
}
346
347
.glyphicon-zoom-in:before {
  content: "\e015";
Mark Otto's avatar
Mark Otto committed
348
}
349
350
.glyphicon-zoom-out:before {
  content: "\e016";
Mark Otto's avatar
Mark Otto committed
351
}
352
353
.glyphicon-off:before {
  content: "\e017";
Mark Otto's avatar
Mark Otto committed
354
}
355
356
.glyphicon-signal:before {
  content: "\e018";
Mark Otto's avatar
Mark Otto committed
357
}
358
359
.glyphicon-cog:before {
  content: "\e019";
Mark Otto's avatar
Mark Otto committed
360
}
361
362
.glyphicon-trash:before {
  content: "\e020";
363
}
364
365
.glyphicon-home:before {
  content: "\e021";
Mark Otto's avatar
Mark Otto committed
366
}
367
368
.glyphicon-file:before {
  content: "\e022";
369
}
370
371
.glyphicon-time:before {
  content: "\e023";
372
}
373
374
.glyphicon-road:before {
  content: "\e024";
375
}
376
377
.glyphicon-download-alt:before {
  content: "\e025";
378
}
379
380
.glyphicon-download:before {
  content: "\e026";
381
}
382
383
.glyphicon-upload:before {
  content: "\e027";
384
}
385
386
.glyphicon-inbox:before {
  content: "\e028";
387
}
388
389
.glyphicon-play-circle:before {
  content: "\e029";
390
}
391
392
.glyphicon-repeat:before {
  content: "\e030";
393
}
394
395
.glyphicon-refresh:before {
  content: "\e031";
396
}
397
398
.glyphicon-list-alt:before {
  content: "\e032";
399
}
400
401
.glyphicon-lock:before {
  content: "\e033";
402
}
403
404
.glyphicon-flag:before {
  content: "\e034";
405
}
406
407
.glyphicon-headphones:before {
  content: "\e035";
408
}
409
410
.glyphicon-volume-off:before {
  content: "\e036";
411
}
412
413
.glyphicon-volume-down:before {
  content: "\e037";
414
}
415
416
.glyphicon-volume-up:before {
  content: "\e038";
417
}
418
419
.glyphicon-qrcode:before {
  content: "\e039";
420
}
421
422
.glyphicon-barcode:before {
  content: "\e040";
423
}
424
425
.glyphicon-tag:before {
  content: "\e041";
426
}
427
428
.glyphicon-tags:before {
  content: "\e042";
429
}
430
431
.glyphicon-book:before {
  content: "\e043";
432
}
433
434
.glyphicon-bookmark:before {
  content: "\e044";
435
}
436
437
.glyphicon-print:before {
  content: "\e045";
438
}
439
440
.glyphicon-camera:before {
  content: "\e046";
441
}
442
443
.glyphicon-font:before {
  content: "\e047";
444
}
445
446
.glyphicon-bold:before {
  content: "\e048";
447
}
448
449
.glyphicon-italic:before {
  content: "\e049";
450
}
451
452
.glyphicon-text-height:before {
  content: "\e050";
Mark Otto's avatar
Mark Otto committed
453
}
454
455
.glyphicon-text-width:before {
  content: "\e051";
Mark Otto's avatar
Mark Otto committed
456
}
457
458
.glyphicon-align-left:before {
  content: "\e052";
Mark Otto's avatar
Mark Otto committed
459
}
460
461
.glyphicon-align-center:before {
  content: "\e053";
462
}
463
464
.glyphicon-align-right:before {
  content: "\e054";
Mark Otto's avatar
Mark Otto committed
465
}
466
467
.glyphicon-align-justify:before {
  content: "\e055";
Mark Otto's avatar
Mark Otto committed
468
}
469
470
.glyphicon-list:before {
  content: "\e056";
Mark Otto's avatar
Mark Otto committed
471
}
472
473
.glyphicon-indent-left:before {
  content: "\e057";
Mark Otto's avatar
Mark Otto committed
474
}
475
476
.glyphicon-indent-right:before {
  content: "\e058";
Mark Otto's avatar
Mark Otto committed
477
}
478
479
.glyphicon-facetime-video:before {
  content: "\e059";
Mark Otto's avatar
Mark Otto committed
480
}
481
482
.glyphicon-picture:before {
  content: "\e060";
Mark Otto's avatar
Mark Otto committed
483
}
484
485
.glyphicon-map-marker:before {
  content: "\e062";
Mark Otto's avatar
Mark Otto committed
486
}
487
488
.glyphicon-adjust:before {
  content: "\e063";
Mark Otto's avatar
Mark Otto committed
489
}
490
491
.glyphicon-tint:before {
  content: "\e064";
Mark Otto's avatar
Mark Otto committed
492
}
493
494
.glyphicon-edit:before {
  content: "\e065";
495
}
496
497
.glyphicon-share:before {
  content: "\e066";
Mark Otto's avatar
Mark Otto committed
498
}
499
500
.glyphicon-check:before {
  content: "\e067";
Mark Otto's avatar
Mark Otto committed
501
}
502
503
.glyphicon-move:before {
  content: "\e068";
Mark Otto's avatar
Mark Otto committed
504
}
505
506
.glyphicon-step-backward:before {
  content: "\e069";
Mark Otto's avatar
Mark Otto committed
507
}
508
509
.glyphicon-fast-backward:before {
  content: "\e070";
Mark Otto's avatar
Mark Otto committed
510
}
511
512
.glyphicon-backward:before {
  content: "\e071";
Mark Otto's avatar
Mark Otto committed
513
}
514
515
.glyphicon-play:before {
  content: "\e072";
Mark Otto's avatar
Mark Otto committed
516
}
517
518
.glyphicon-pause:before {
  content: "\e073";
Mark Otto's avatar
Mark Otto committed
519
}
520
521
.glyphicon-stop:before {
  content: "\e074";
522
}
523
524
.glyphicon-forward:before {
  content: "\e075";
Mark Otto's avatar
Mark Otto committed
525
}
526
527
.glyphicon-fast-forward:before {
  content: "\e076";
Mark Otto's avatar
Mark Otto committed
528
}
529
530
.glyphicon-step-forward:before {
  content: "\e077";
Mark Otto's avatar
Mark Otto committed
531
}
532
533
.glyphicon-eject:before {
  content: "\e078";
Mark Otto's avatar
Mark Otto committed
534
}
535
536
.glyphicon-chevron-left:before {
  content: "\e079";
537
}
538
539
.glyphicon-chevron-right:before {
  content: "\e080";
540
}
541
542
.glyphicon-plus-sign:before {
  content: "\e081";
543
}
544
545
.glyphicon-minus-sign:before {
  content: "\e082";
546
}
547
548
.glyphicon-remove-sign:before {
  content: "\e083";
549
}
550
551
.glyphicon-ok-sign:before {
  content: "\e084";
Mark Otto's avatar
Mark Otto committed
552
}
553
554
.glyphicon-question-sign:before {
  content: "\e085";
Mark Otto's avatar
Mark Otto committed
555
}
556
557
.glyphicon-info-sign:before {
  content: "\e086";
558
}
559
560
.glyphicon-screenshot:before {
  content: "\e087";
561
}
562
563
.glyphicon-remove-circle:before {
  content: "\e088";
564
}
565
566
.glyphicon-ok-circle:before {
  content: "\e089";
567
}
568
569
.glyphicon-ban-circle:before {
  content: "\e090";
570
}
571
572
.glyphicon-arrow-left:before {
  content: "\e091";
573
}
574
575
.glyphicon-arrow-right:before {
  content: "\e092";
576
}
577
578
.glyphicon-arrow-up:before {
  content: "\e093";
579
}
580
581
.glyphicon-arrow-down:before {
  content: "\e094";
582
}
583
584
.glyphicon-share-alt:before {
  content: "\e095";
585
}
586
587
.glyphicon-resize-full:before {
  content: "\e096";
588
}
589
590
.glyphicon-resize-small:before {
  content: "\e097";
591
}
592
593
.glyphicon-exclamation-sign:before {
  content: "\e101";
594
}
595
596
.glyphicon-gift:before {
  content: "\e102";
597
}
598
599
.glyphicon-leaf:before {
  content: "\e103";
600
}
601
602
.glyphicon-fire:before {
  content: "\e104";
603
}
604
605
.glyphicon-eye-open:before {
  content: "\e105";
606
}
607
608
.glyphicon-eye-close:before {
  content: "\e106";
609
}
610
611
.glyphicon-warning-sign:before {
  content: "\e107";
612
}
613
614
.glyphicon-plane:before {
  content: "\e108";
615
}
616
617
.glyphicon-calendar:before {
  content: "\e109";
618
}
619
620
.glyphicon-random:before {
  content: "\e110";
621
}
622
623
.glyphicon-comment:before {
  content: "\e111";
624
}
625
626
.glyphicon-magnet:before {
  content: "\e112";
627
}
628
629
.glyphicon-chevron-up:before {
  content: "\e113";
630
}
631
632
.glyphicon-chevron-down:before {
  content: "\e114";
633
}
634
635
.glyphicon-retweet:before {
  content: "\e115";
636
}
637
638
.glyphicon-shopping-cart:before {
  content: "\e116";
639
}
640
641
.glyphicon-folder-close:before {
  content: "\e117";
642
}
643
644
.glyphicon-folder-open:before {
  content: "\e118";
645
}
646
647
.glyphicon-resize-vertical:before {
  content: "\e119";
648
}
649
650
.glyphicon-resize-horizontal:before {
  content: "\e120";
651
}
652
653
.glyphicon-hdd:before {
  content: "\e121";
654
}
655
656
.glyphicon-bullhorn:before {
  content: "\e122";
657
}
658
659
.glyphicon-bell:before {
  content: "\e123";
660
}
661
662
.glyphicon-certificate:before {
  content: "\e124";
663
}
664
665
.glyphicon-thumbs-up:before {
  content: "\e125";
666
}
667
668
.glyphicon-thumbs-down:before {
  content: "\e126";
669
}
670
671
.glyphicon-hand-right:before {
  content: "\e127";
672
}
673
674
.glyphicon-hand-left:before {
  content: "\e128";
675
}
676
677
.glyphicon-hand-up:before {
  content: "\e129";
678
}
679
680
.glyphicon-hand-down:before {
  content: "\e130";
681
}
682
683
.glyphicon-circle-arrow-right:before {
  content: "\e131";
684
}
685
686
.glyphicon-circle-arrow-left:before {
  content: "\e132";
687
}
688
689
.glyphicon-circle-arrow-up:before {
  content: "\e133";
690
}
691
692
.glyphicon-circle-arrow-down:before {
  content: "\e134";
693
}
694
695
.glyphicon-globe:before {
  content: "\e135";
696
}
697
698
.glyphicon-wrench:before {
  content: "\e136";
699
}
700
701
.glyphicon-tasks:before {
  content: "\e137";
702
}
703
704
.glyphicon-filter:before {
  content: "\e138";
Mark Otto's avatar
Mark Otto committed
705
}
706
707
.glyphicon-briefcase:before {
  content: "\e139";
708
}
709
710
.glyphicon-fullscreen:before {
  content: "\e140";
Mark Otto's avatar
Mark Otto committed
711
}
712
713
.glyphicon-dashboard:before {
  content: "\e141";
714
}
715
716
.glyphicon-paperclip:before {
  content: "\e142";
717
}
718
719
.glyphicon-heart-empty:before {
  content: "\e143";
Mark Otto's avatar
Mark Otto committed
720
}
721
722
.glyphicon-link:before {
  content: "\e144";
Mark Otto's avatar
Mark Otto committed
723
}
724
725
.glyphicon-phone:before {
  content: "\e145";
Mark Otto's avatar
Mark Otto committed
726
}
727
728
.glyphicon-pushpin:before {
  content: "\e146";
Mark Otto's avatar
Mark Otto committed
729
}
730
731
.glyphicon-usd:before {
  content: "\e148";
Mark Otto's avatar
Mark Otto committed
732
}
733
734
.glyphicon-gbp:before {
  content: "\e149";
Mark Otto's avatar
Mark Otto committed
735
}
736
737
.glyphicon-sort:before {
  content: "\e150";
Mark Otto's avatar
Mark Otto committed
738
}
739
740
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
Mark Otto's avatar
Mark Otto committed
741
}
742
743
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
Mark Otto's avatar
Mark Otto committed
744
}
745
746
.glyphicon-sort-by-order:before {
  content: "\e153";
Mark Otto's avatar
Mark Otto committed
747
}
748
749
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
Mark Otto's avatar
Mark Otto committed
750
}
751
752
.glyphicon-sort-by-attributes:before {
  content: "\e155";
753
}
754
755
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
Mark Otto's avatar
Mark Otto committed
756
}
757
758
.glyphicon-unchecked:before {
  content: "\e157";
Mark Otto's avatar
Mark Otto committed
759
}
760
761
.glyphicon-expand:before {
  content: "\e158";
762
}
763
764
.glyphicon-collapse-down:before {
  content: "\e159";
Mark Otto's avatar
Mark Otto committed
765
}
766
767
.glyphicon-collapse-up:before {
  content: "\e160";
768
}
769
770
.glyphicon-log-in:before {
  content: "\e161";
Zlatan Vasović's avatar
Zlatan Vasović committed
771
}
772
773
.glyphicon-flash:before {
  content: "\e162";
Mark Otto's avatar
Mark Otto committed
774
}
775
776
.glyphicon-log-out:before {
  content: "\e163";
777
}
778
779
.glyphicon-new-window:before {
  content: "\e164";
780
}
781
782
.glyphicon-record:before {
  content: "\e165";
783
}
784
785
.glyphicon-save:before {
  content: "\e166";
786
}
787
788
.glyphicon-open:before {
  content: "\e167";
Mark Otto's avatar
Mark Otto committed
789
}
790
791
.glyphicon-saved:before {
  content: "\e168";
Mark Otto's avatar
Mark Otto committed
792
}
793
794
.glyphicon-import:before {
  content: "\e169";
795
}
796
797
.glyphicon-export:before {
  content: "\e170";
Mark Otto's avatar
Mark Otto committed
798
}
799
800
.glyphicon-send:before {
  content: "\e171";
Mark Otto's avatar
Mark Otto committed
801
}
802
803
.glyphicon-floppy-disk:before {
  content: "\e172";
Mark Otto's avatar
Mark Otto committed
804
}
805
806
.glyphicon-floppy-saved:before {
  content: "\e173";
Mark Otto's avatar
Mark Otto committed
807
}
808
809
.glyphicon-floppy-remove:before {
  content: "\e174";
Mark Otto's avatar
Mark Otto committed
810
}
811
812
.glyphicon-floppy-save:before {
  content: "\e175";
813
}
814
815
.glyphicon-floppy-open:before {
  content: "\e176";
816
}
817
818
.glyphicon-credit-card:before {
  content: "\e177";
Mark Otto's avatar
Mark Otto committed
819
}
820
821
.glyphicon-transfer:before {
  content: "\e178";
Mark Otto's avatar
Mark Otto committed
822
}
823
824
.glyphicon-cutlery:before {
  content: "\e179";
Mark Otto's avatar
Mark Otto committed
825
}
826
827
.glyphicon-header:before {
  content: "\e180";
828
}
829
830
.glyphicon-compressed:before {
  content: "\e181";
Mark Otto's avatar
Mark Otto committed
831
}
832
833
.glyphicon-earphone:before {
  content: "\e182";
Mark Otto's avatar
Mark Otto committed
834
}
835
836
.glyphicon-phone-alt:before {
  content: "\e183";
837
}
838
839
.glyphicon-tower:before {
  content: "\e184";
Mark Otto's avatar
Mark Otto committed
840
}
841
842
.glyphicon-stats:before {
  content: "\e185";
Mark Otto's avatar
Mark Otto committed
843
}
844
845
.glyphicon-sd-video:before {
  content: "\e186";
Mark Otto's avatar
Mark Otto committed
846
}
847
848
.glyphicon-hd-video:before {
  content: "\e187";
Mark Otto's avatar
Mark Otto committed
849
}
850
851
.glyphicon-subtitles:before {
  content: "\e188";
Mark Otto's avatar
Mark Otto committed
852
}
853
854
.glyphicon-sound-stereo:before {
  content: "\e189";
855
}
856
857
.glyphicon-sound-dolby:before {
  content: "\e190";
858
}
859
860
.glyphicon-sound-5-1:before {
  content: "\e191";
861
}
862
863
.glyphicon-sound-6-1:before {
  content: "\e192";
Mark Otto's avatar
Mark Otto committed
864
}
865
866
.glyphicon-sound-7-1:before {
  content: "\e193";
Mark Otto's avatar
Mark Otto committed
867
}
868
869
.glyphicon-copyright-mark:before {
  content: "\e194";
Mark Otto's avatar
Mark Otto committed
870
}
871
872
.glyphicon-registration-mark:before {
  content: "\e195";
873
}
874
875
.glyphicon-cloud-download:before {
  content: "\e197";
Mark Otto's avatar
Mark Otto committed
876
}
877
878
.glyphicon-cloud-upload:before {
  content: "\e198";
Mark Otto's avatar
Mark Otto committed
879
}
880
881
.glyphicon-tree-conifer:before {
  content: "\e199";
Mark Otto's avatar
Mark Otto committed
882
}
883
884
.glyphicon-tree-deciduous:before {
  content: "\e200";
Mark Otto's avatar
Mark Otto committed
885
}
886
887
* {
  -webkit-box-sizing: border-box;
888
889
     -moz-box-sizing: border-box;
          box-sizing: border-box;
890
}
891
892
893
*:before,
*:after {
  -webkit-box-sizing: border-box;
894
895
     -moz-box-sizing: border-box;
          box-sizing: border-box;
Mark Otto's avatar
Mark Otto committed
896
}
897
html {
898
  font-size: 10px;
899

900
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Mark Otto's avatar
Mark Otto committed
901
}
902
903
904
905
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
906
907
  color: #333;
  background-color: #fff;
908
}
909
910
911
912
913
914
915
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
Mark Otto's avatar
Mark Otto committed
916
}
917
a {
918
  color: #337ab7;
919
  text-decoration: none;
Mark Otto's avatar
Mark Otto committed
920
}
921
922
a:hover,
a:focus {
923
  color: #23527c;
924
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
925
}
926
927
928
929
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
930
}
931
932
figure {
  margin: 0;
Mark Otto's avatar
Mark Otto committed
933
}
934
935
img {
  vertical-align: middle;
Mark Otto's avatar
Mark Otto committed
936
}
937
938
939
940
941
942
943
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
944
945
  height: auto;
}
946
.img-rounded {
Mark Otto's avatar
Mark Otto committed
947
  border-radius: 6px;
Mark Otto's avatar
Mark Otto committed
948
}
949
.img-thumbnail {
950
951
952
  display: inline-block;
  max-width: 100%;
  height: auto;
953
954
955
956
957
958
959
960
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
961
}
962
963
.img-circle {
  border-radius: 50%;
964
}
965
966
967
968
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
969
  border-top: 1px solid #eee;
970
}
971
.sr-only {
972
  position: absolute;
973
974
  width: 1px;
  height: 1px;
975
  padding: 0;
976
  margin: -1px;
977
978
979
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
980
}
981
982
983
984
985
986
987
988
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
989
}
990
991
992
993
994
995
996
997
998
999
1000
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
For faster browsing, not all history is shown. View entire blame