Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
loeasy68
GitHub Repository: loeasy68/loeasy68.github.io
Path: blob/main/website/GAUSS/css/bootstrap.css
2941 views
1
/*!
2
* Bootstrap v3.3.5 (http://getbootstrap.com)
3
* Copyright 2011-2015 Twitter, Inc.
4
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
*/
6
7
/*!
8
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ffe16c6a13e91c1e16f8)
9
* Config saved to config.json and https://gist.github.com/ffe16c6a13e91c1e16f8
10
*/
11
/*!
12
* Bootstrap v3.3.5 (http://getbootstrap.com)
13
* Copyright 2011-2015 Twitter, Inc.
14
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
15
*/
16
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
17
html {
18
font-family: sans-serif;
19
-ms-text-size-adjust: 100%;
20
-webkit-text-size-adjust: 100%;
21
}
22
body {
23
margin: 0;
24
}
25
article,
26
aside,
27
details,
28
figcaption,
29
figure,
30
footer,
31
header,
32
hgroup,
33
main,
34
menu,
35
nav,
36
section,
37
summary {
38
display: block;
39
}
40
audio,
41
canvas,
42
progress,
43
video {
44
display: inline-block;
45
vertical-align: baseline;
46
}
47
audio:not([controls]) {
48
display: none;
49
height: 0;
50
}
51
[hidden],
52
template {
53
display: none;
54
}
55
a {
56
background-color: transparent;
57
}
58
a:active,
59
a:hover {
60
outline: 0;
61
}
62
abbr[title] {
63
border-bottom: 1px dotted;
64
}
65
b,
66
strong {
67
font-weight: bold;
68
}
69
dfn {
70
font-style: italic;
71
}
72
h1 {
73
font-size: 2em;
74
margin: 0.67em 0;
75
}
76
mark {
77
background: #ff0;
78
color: #000;
79
}
80
small {
81
font-size: 80%;
82
}
83
sub,
84
sup {
85
font-size: 75%;
86
line-height: 0;
87
position: relative;
88
vertical-align: baseline;
89
}
90
sup {
91
top: -0.5em;
92
}
93
sub {
94
bottom: -0.25em;
95
}
96
img {
97
border: 0;
98
}
99
svg:not(:root) {
100
overflow: hidden;
101
}
102
figure {
103
margin: 1em 40px;
104
}
105
hr {
106
-webkit-box-sizing: content-box;
107
-moz-box-sizing: content-box;
108
box-sizing: content-box;
109
height: 0;
110
}
111
pre {
112
overflow: auto;
113
}
114
code,
115
kbd,
116
pre,
117
samp {
118
font-family: monospace, monospace;
119
font-size: 1em;
120
}
121
button,
122
input,
123
optgroup,
124
select,
125
textarea {
126
color: inherit;
127
font: inherit;
128
margin: 0;
129
}
130
button {
131
overflow: visible;
132
}
133
button,
134
select {
135
text-transform: none;
136
}
137
button,
138
html input[type="button"],
139
input[type="reset"],
140
input[type="submit"] {
141
-webkit-appearance: button;
142
cursor: pointer;
143
}
144
button[disabled],
145
html input[disabled] {
146
cursor: default;
147
}
148
button::-moz-focus-inner,
149
input::-moz-focus-inner {
150
border: 0;
151
padding: 0;
152
}
153
input {
154
line-height: normal;
155
}
156
input[type="checkbox"],
157
input[type="radio"] {
158
-webkit-box-sizing: border-box;
159
-moz-box-sizing: border-box;
160
box-sizing: border-box;
161
padding: 0;
162
}
163
input[type="number"]::-webkit-inner-spin-button,
164
input[type="number"]::-webkit-outer-spin-button {
165
height: auto;
166
}
167
input[type="search"] {
168
-webkit-appearance: textfield;
169
-webkit-box-sizing: content-box;
170
-moz-box-sizing: content-box;
171
box-sizing: content-box;
172
}
173
input[type="search"]::-webkit-search-cancel-button,
174
input[type="search"]::-webkit-search-decoration {
175
-webkit-appearance: none;
176
}
177
fieldset {
178
border: 1px solid #c0c0c0;
179
margin: 0 2px;
180
padding: 0.35em 0.625em 0.75em;
181
}
182
legend {
183
border: 0;
184
padding: 0;
185
}
186
textarea {
187
overflow: auto;
188
}
189
optgroup {
190
font-weight: bold;
191
}
192
table {
193
border-collapse: collapse;
194
border-spacing: 0;
195
}
196
td,
197
th {
198
padding: 0;
199
}
200
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
201
@media print {
202
*,
203
*:before,
204
*:after {
205
background: transparent !important;
206
color: #000 !important;
207
-webkit-box-shadow: none !important;
208
box-shadow: none !important;
209
text-shadow: none !important;
210
}
211
a,
212
a:visited {
213
text-decoration: underline;
214
}
215
a[href]:after {
216
content: " (" attr(href) ")";
217
}
218
abbr[title]:after {
219
content: " (" attr(title) ")";
220
}
221
a[href^="#"]:after,
222
a[href^="javascript:"]:after {
223
content: "";
224
}
225
pre,
226
blockquote {
227
border: 1px solid #999;
228
page-break-inside: avoid;
229
}
230
thead {
231
display: table-header-group;
232
}
233
tr,
234
img {
235
page-break-inside: avoid;
236
}
237
img {
238
max-width: 100% !important;
239
}
240
p,
241
h2,
242
h3 {
243
orphans: 3;
244
widows: 3;
245
}
246
h2,
247
h3 {
248
page-break-after: avoid;
249
}
250
.navbar {
251
display: none;
252
}
253
.btn > .caret,
254
.dropup > .btn > .caret {
255
border-top-color: #000 !important;
256
}
257
.label {
258
border: 1px solid #000;
259
}
260
.table {
261
border-collapse: collapse !important;
262
}
263
.table td,
264
.table th {
265
background-color: #fff !important;
266
}
267
.table-bordered th,
268
.table-bordered td {
269
border: 1px solid #ddd !important;
270
}
271
}
272
@font-face {
273
font-family: 'Glyphicons Halflings';
274
src: url('../fonts/glyphicons-halflings-regular.eot');
275
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');
276
}
277
.glyphicon {
278
position: relative;
279
top: 1px;
280
display: inline-block;
281
font-family: 'Glyphicons Halflings';
282
font-style: normal;
283
font-weight: normal;
284
line-height: 1;
285
-webkit-font-smoothing: antialiased;
286
-moz-osx-font-smoothing: grayscale;
287
}
288
.glyphicon-asterisk:before {
289
content: "\2a";
290
}
291
.glyphicon-plus:before {
292
content: "\2b";
293
}
294
.glyphicon-euro:before,
295
.glyphicon-eur:before {
296
content: "\20ac";
297
}
298
.glyphicon-minus:before {
299
content: "\2212";
300
}
301
.glyphicon-cloud:before {
302
content: "\2601";
303
}
304
.glyphicon-envelope:before {
305
content: "\2709";
306
}
307
.glyphicon-pencil:before {
308
content: "\270f";
309
}
310
.glyphicon-glass:before {
311
content: "\e001";
312
}
313
.glyphicon-music:before {
314
content: "\e002";
315
}
316
.glyphicon-search:before {
317
content: "\e003";
318
}
319
.glyphicon-heart:before {
320
content: "\e005";
321
}
322
.glyphicon-star:before {
323
content: "\e006";
324
}
325
.glyphicon-star-empty:before {
326
content: "\e007";
327
}
328
.glyphicon-user:before {
329
content: "\e008";
330
}
331
.glyphicon-film:before {
332
content: "\e009";
333
}
334
.glyphicon-th-large:before {
335
content: "\e010";
336
}
337
.glyphicon-th:before {
338
content: "\e011";
339
}
340
.glyphicon-th-list:before {
341
content: "\e012";
342
}
343
.glyphicon-ok:before {
344
content: "\e013";
345
}
346
.glyphicon-remove:before {
347
content: "\e014";
348
}
349
.glyphicon-zoom-in:before {
350
content: "\e015";
351
}
352
.glyphicon-zoom-out:before {
353
content: "\e016";
354
}
355
.glyphicon-off:before {
356
content: "\e017";
357
}
358
.glyphicon-signal:before {
359
content: "\e018";
360
}
361
.glyphicon-cog:before {
362
content: "\e019";
363
}
364
.glyphicon-trash:before {
365
content: "\e020";
366
}
367
.glyphicon-home:before {
368
content: "\e021";
369
}
370
.glyphicon-file:before {
371
content: "\e022";
372
}
373
.glyphicon-time:before {
374
content: "\e023";
375
}
376
.glyphicon-road:before {
377
content: "\e024";
378
}
379
.glyphicon-download-alt:before {
380
content: "\e025";
381
}
382
.glyphicon-download:before {
383
content: "\e026";
384
}
385
.glyphicon-upload:before {
386
content: "\e027";
387
}
388
.glyphicon-inbox:before {
389
content: "\e028";
390
}
391
.glyphicon-play-circle:before {
392
content: "\e029";
393
}
394
.glyphicon-repeat:before {
395
content: "\e030";
396
}
397
.glyphicon-refresh:before {
398
content: "\e031";
399
}
400
.glyphicon-list-alt:before {
401
content: "\e032";
402
}
403
.glyphicon-lock:before {
404
content: "\e033";
405
}
406
.glyphicon-flag:before {
407
content: "\e034";
408
}
409
.glyphicon-headphones:before {
410
content: "\e035";
411
}
412
.glyphicon-volume-off:before {
413
content: "\e036";
414
}
415
.glyphicon-volume-down:before {
416
content: "\e037";
417
}
418
.glyphicon-volume-up:before {
419
content: "\e038";
420
}
421
.glyphicon-qrcode:before {
422
content: "\e039";
423
}
424
.glyphicon-barcode:before {
425
content: "\e040";
426
}
427
.glyphicon-tag:before {
428
content: "\e041";
429
}
430
.glyphicon-tags:before {
431
content: "\e042";
432
}
433
.glyphicon-book:before {
434
content: "\e043";
435
}
436
.glyphicon-bookmark:before {
437
content: "\e044";
438
}
439
.glyphicon-print:before {
440
content: "\e045";
441
}
442
.glyphicon-camera:before {
443
content: "\e046";
444
}
445
.glyphicon-font:before {
446
content: "\e047";
447
}
448
.glyphicon-bold:before {
449
content: "\e048";
450
}
451
.glyphicon-italic:before {
452
content: "\e049";
453
}
454
.glyphicon-text-height:before {
455
content: "\e050";
456
}
457
.glyphicon-text-width:before {
458
content: "\e051";
459
}
460
.glyphicon-align-left:before {
461
content: "\e052";
462
}
463
.glyphicon-align-center:before {
464
content: "\e053";
465
}
466
.glyphicon-align-right:before {
467
content: "\e054";
468
}
469
.glyphicon-align-justify:before {
470
content: "\e055";
471
}
472
.glyphicon-list:before {
473
content: "\e056";
474
}
475
.glyphicon-indent-left:before {
476
content: "\e057";
477
}
478
.glyphicon-indent-right:before {
479
content: "\e058";
480
}
481
.glyphicon-facetime-video:before {
482
content: "\e059";
483
}
484
.glyphicon-picture:before {
485
content: "\e060";
486
}
487
.glyphicon-map-marker:before {
488
content: "\e062";
489
}
490
.glyphicon-adjust:before {
491
content: "\e063";
492
}
493
.glyphicon-tint:before {
494
content: "\e064";
495
}
496
.glyphicon-edit:before {
497
content: "\e065";
498
}
499
.glyphicon-share:before {
500
content: "\e066";
501
}
502
.glyphicon-check:before {
503
content: "\e067";
504
}
505
.glyphicon-move:before {
506
content: "\e068";
507
}
508
.glyphicon-step-backward:before {
509
content: "\e069";
510
}
511
.glyphicon-fast-backward:before {
512
content: "\e070";
513
}
514
.glyphicon-backward:before {
515
content: "\e071";
516
}
517
.glyphicon-play:before {
518
content: "\e072";
519
}
520
.glyphicon-pause:before {
521
content: "\e073";
522
}
523
.glyphicon-stop:before {
524
content: "\e074";
525
}
526
.glyphicon-forward:before {
527
content: "\e075";
528
}
529
.glyphicon-fast-forward:before {
530
content: "\e076";
531
}
532
.glyphicon-step-forward:before {
533
content: "\e077";
534
}
535
.glyphicon-eject:before {
536
content: "\e078";
537
}
538
.glyphicon-chevron-left:before {
539
content: "\e079";
540
}
541
.glyphicon-chevron-right:before {
542
content: "\e080";
543
}
544
.glyphicon-plus-sign:before {
545
content: "\e081";
546
}
547
.glyphicon-minus-sign:before {
548
content: "\e082";
549
}
550
.glyphicon-remove-sign:before {
551
content: "\e083";
552
}
553
.glyphicon-ok-sign:before {
554
content: "\e084";
555
}
556
.glyphicon-question-sign:before {
557
content: "\e085";
558
}
559
.glyphicon-info-sign:before {
560
content: "\e086";
561
}
562
.glyphicon-screenshot:before {
563
content: "\e087";
564
}
565
.glyphicon-remove-circle:before {
566
content: "\e088";
567
}
568
.glyphicon-ok-circle:before {
569
content: "\e089";
570
}
571
.glyphicon-ban-circle:before {
572
content: "\e090";
573
}
574
.glyphicon-arrow-left:before {
575
content: "\e091";
576
}
577
.glyphicon-arrow-right:before {
578
content: "\e092";
579
}
580
.glyphicon-arrow-up:before {
581
content: "\e093";
582
}
583
.glyphicon-arrow-down:before {
584
content: "\e094";
585
}
586
.glyphicon-share-alt:before {
587
content: "\e095";
588
}
589
.glyphicon-resize-full:before {
590
content: "\e096";
591
}
592
.glyphicon-resize-small:before {
593
content: "\e097";
594
}
595
.glyphicon-exclamation-sign:before {
596
content: "\e101";
597
}
598
.glyphicon-gift:before {
599
content: "\e102";
600
}
601
.glyphicon-leaf:before {
602
content: "\e103";
603
}
604
.glyphicon-fire:before {
605
content: "\e104";
606
}
607
.glyphicon-eye-open:before {
608
content: "\e105";
609
}
610
.glyphicon-eye-close:before {
611
content: "\e106";
612
}
613
.glyphicon-warning-sign:before {
614
content: "\e107";
615
}
616
.glyphicon-plane:before {
617
content: "\e108";
618
}
619
.glyphicon-calendar:before {
620
content: "\e109";
621
}
622
.glyphicon-random:before {
623
content: "\e110";
624
}
625
.glyphicon-comment:before {
626
content: "\e111";
627
}
628
.glyphicon-magnet:before {
629
content: "\e112";
630
}
631
.glyphicon-chevron-up:before {
632
content: "\e113";
633
}
634
.glyphicon-chevron-down:before {
635
content: "\e114";
636
}
637
.glyphicon-retweet:before {
638
content: "\e115";
639
}
640
.glyphicon-shopping-cart:before {
641
content: "\e116";
642
}
643
.glyphicon-folder-close:before {
644
content: "\e117";
645
}
646
.glyphicon-folder-open:before {
647
content: "\e118";
648
}
649
.glyphicon-resize-vertical:before {
650
content: "\e119";
651
}
652
.glyphicon-resize-horizontal:before {
653
content: "\e120";
654
}
655
.glyphicon-hdd:before {
656
content: "\e121";
657
}
658
.glyphicon-bullhorn:before {
659
content: "\e122";
660
}
661
.glyphicon-bell:before {
662
content: "\e123";
663
}
664
.glyphicon-certificate:before {
665
content: "\e124";
666
}
667
.glyphicon-thumbs-up:before {
668
content: "\e125";
669
}
670
.glyphicon-thumbs-down:before {
671
content: "\e126";
672
}
673
.glyphicon-hand-right:before {
674
content: "\e127";
675
}
676
.glyphicon-hand-left:before {
677
content: "\e128";
678
}
679
.glyphicon-hand-up:before {
680
content: "\e129";
681
}
682
.glyphicon-hand-down:before {
683
content: "\e130";
684
}
685
.glyphicon-circle-arrow-right:before {
686
content: "\e131";
687
}
688
.glyphicon-circle-arrow-left:before {
689
content: "\e132";
690
}
691
.glyphicon-circle-arrow-up:before {
692
content: "\e133";
693
}
694
.glyphicon-circle-arrow-down:before {
695
content: "\e134";
696
}
697
.glyphicon-globe:before {
698
content: "\e135";
699
}
700
.glyphicon-wrench:before {
701
content: "\e136";
702
}
703
.glyphicon-tasks:before {
704
content: "\e137";
705
}
706
.glyphicon-filter:before {
707
content: "\e138";
708
}
709
.glyphicon-briefcase:before {
710
content: "\e139";
711
}
712
.glyphicon-fullscreen:before {
713
content: "\e140";
714
}
715
.glyphicon-dashboard:before {
716
content: "\e141";
717
}
718
.glyphicon-paperclip:before {
719
content: "\e142";
720
}
721
.glyphicon-heart-empty:before {
722
content: "\e143";
723
}
724
.glyphicon-link:before {
725
content: "\e144";
726
}
727
.glyphicon-phone:before {
728
content: "\e145";
729
}
730
.glyphicon-pushpin:before {
731
content: "\e146";
732
}
733
.glyphicon-usd:before {
734
content: "\e148";
735
}
736
.glyphicon-gbp:before {
737
content: "\e149";
738
}
739
.glyphicon-sort:before {
740
content: "\e150";
741
}
742
.glyphicon-sort-by-alphabet:before {
743
content: "\e151";
744
}
745
.glyphicon-sort-by-alphabet-alt:before {
746
content: "\e152";
747
}
748
.glyphicon-sort-by-order:before {
749
content: "\e153";
750
}
751
.glyphicon-sort-by-order-alt:before {
752
content: "\e154";
753
}
754
.glyphicon-sort-by-attributes:before {
755
content: "\e155";
756
}
757
.glyphicon-sort-by-attributes-alt:before {
758
content: "\e156";
759
}
760
.glyphicon-unchecked:before {
761
content: "\e157";
762
}
763
.glyphicon-expand:before {
764
content: "\e158";
765
}
766
.glyphicon-collapse-down:before {
767
content: "\e159";
768
}
769
.glyphicon-collapse-up:before {
770
content: "\e160";
771
}
772
.glyphicon-log-in:before {
773
content: "\e161";
774
}
775
.glyphicon-flash:before {
776
content: "\e162";
777
}
778
.glyphicon-log-out:before {
779
content: "\e163";
780
}
781
.glyphicon-new-window:before {
782
content: "\e164";
783
}
784
.glyphicon-record:before {
785
content: "\e165";
786
}
787
.glyphicon-save:before {
788
content: "\e166";
789
}
790
.glyphicon-open:before {
791
content: "\e167";
792
}
793
.glyphicon-saved:before {
794
content: "\e168";
795
}
796
.glyphicon-import:before {
797
content: "\e169";
798
}
799
.glyphicon-export:before {
800
content: "\e170";
801
}
802
.glyphicon-send:before {
803
content: "\e171";
804
}
805
.glyphicon-floppy-disk:before {
806
content: "\e172";
807
}
808
.glyphicon-floppy-saved:before {
809
content: "\e173";
810
}
811
.glyphicon-floppy-remove:before {
812
content: "\e174";
813
}
814
.glyphicon-floppy-save:before {
815
content: "\e175";
816
}
817
.glyphicon-floppy-open:before {
818
content: "\e176";
819
}
820
.glyphicon-credit-card:before {
821
content: "\e177";
822
}
823
.glyphicon-transfer:before {
824
content: "\e178";
825
}
826
.glyphicon-cutlery:before {
827
content: "\e179";
828
}
829
.glyphicon-header:before {
830
content: "\e180";
831
}
832
.glyphicon-compressed:before {
833
content: "\e181";
834
}
835
.glyphicon-earphone:before {
836
content: "\e182";
837
}
838
.glyphicon-phone-alt:before {
839
content: "\e183";
840
}
841
.glyphicon-tower:before {
842
content: "\e184";
843
}
844
.glyphicon-stats:before {
845
content: "\e185";
846
}
847
.glyphicon-sd-video:before {
848
content: "\e186";
849
}
850
.glyphicon-hd-video:before {
851
content: "\e187";
852
}
853
.glyphicon-subtitles:before {
854
content: "\e188";
855
}
856
.glyphicon-sound-stereo:before {
857
content: "\e189";
858
}
859
.glyphicon-sound-dolby:before {
860
content: "\e190";
861
}
862
.glyphicon-sound-5-1:before {
863
content: "\e191";
864
}
865
.glyphicon-sound-6-1:before {
866
content: "\e192";
867
}
868
.glyphicon-sound-7-1:before {
869
content: "\e193";
870
}
871
.glyphicon-copyright-mark:before {
872
content: "\e194";
873
}
874
.glyphicon-registration-mark:before {
875
content: "\e195";
876
}
877
.glyphicon-cloud-download:before {
878
content: "\e197";
879
}
880
.glyphicon-cloud-upload:before {
881
content: "\e198";
882
}
883
.glyphicon-tree-conifer:before {
884
content: "\e199";
885
}
886
.glyphicon-tree-deciduous:before {
887
content: "\e200";
888
}
889
.glyphicon-cd:before {
890
content: "\e201";
891
}
892
.glyphicon-save-file:before {
893
content: "\e202";
894
}
895
.glyphicon-open-file:before {
896
content: "\e203";
897
}
898
.glyphicon-level-up:before {
899
content: "\e204";
900
}
901
.glyphicon-copy:before {
902
content: "\e205";
903
}
904
.glyphicon-paste:before {
905
content: "\e206";
906
}
907
.glyphicon-alert:before {
908
content: "\e209";
909
}
910
.glyphicon-equalizer:before {
911
content: "\e210";
912
}
913
.glyphicon-king:before {
914
content: "\e211";
915
}
916
.glyphicon-queen:before {
917
content: "\e212";
918
}
919
.glyphicon-pawn:before {
920
content: "\e213";
921
}
922
.glyphicon-bishop:before {
923
content: "\e214";
924
}
925
.glyphicon-knight:before {
926
content: "\e215";
927
}
928
.glyphicon-baby-formula:before {
929
content: "\e216";
930
}
931
.glyphicon-tent:before {
932
content: "\26fa";
933
}
934
.glyphicon-blackboard:before {
935
content: "\e218";
936
}
937
.glyphicon-bed:before {
938
content: "\e219";
939
}
940
.glyphicon-apple:before {
941
content: "\f8ff";
942
}
943
.glyphicon-erase:before {
944
content: "\e221";
945
}
946
.glyphicon-hourglass:before {
947
content: "\231b";
948
}
949
.glyphicon-lamp:before {
950
content: "\e223";
951
}
952
.glyphicon-duplicate:before {
953
content: "\e224";
954
}
955
.glyphicon-piggy-bank:before {
956
content: "\e225";
957
}
958
.glyphicon-scissors:before {
959
content: "\e226";
960
}
961
.glyphicon-bitcoin:before {
962
content: "\e227";
963
}
964
.glyphicon-btc:before {
965
content: "\e227";
966
}
967
.glyphicon-xbt:before {
968
content: "\e227";
969
}
970
.glyphicon-yen:before {
971
content: "\00a5";
972
}
973
.glyphicon-jpy:before {
974
content: "\00a5";
975
}
976
.glyphicon-ruble:before {
977
content: "\20bd";
978
}
979
.glyphicon-rub:before {
980
content: "\20bd";
981
}
982
.glyphicon-scale:before {
983
content: "\e230";
984
}
985
.glyphicon-ice-lolly:before {
986
content: "\e231";
987
}
988
.glyphicon-ice-lolly-tasted:before {
989
content: "\e232";
990
}
991
.glyphicon-education:before {
992
content: "\e233";
993
}
994
.glyphicon-option-horizontal:before {
995
content: "\e234";
996
}
997
.glyphicon-option-vertical:before {
998
content: "\e235";
999
}
1000
.glyphicon-menu-hamburger:before {
1001
content: "\e236";
1002
}
1003
.glyphicon-modal-window:before {
1004
content: "\e237";
1005
}
1006
.glyphicon-oil:before {
1007
content: "\e238";
1008
}
1009
.glyphicon-grain:before {
1010
content: "\e239";
1011
}
1012
.glyphicon-sunglasses:before {
1013
content: "\e240";
1014
}
1015
.glyphicon-text-size:before {
1016
content: "\e241";
1017
}
1018
.glyphicon-text-color:before {
1019
content: "\e242";
1020
}
1021
.glyphicon-text-background:before {
1022
content: "\e243";
1023
}
1024
.glyphicon-object-align-top:before {
1025
content: "\e244";
1026
}
1027
.glyphicon-object-align-bottom:before {
1028
content: "\e245";
1029
}
1030
.glyphicon-object-align-horizontal:before {
1031
content: "\e246";
1032
}
1033
.glyphicon-object-align-left:before {
1034
content: "\e247";
1035
}
1036
.glyphicon-object-align-vertical:before {
1037
content: "\e248";
1038
}
1039
.glyphicon-object-align-right:before {
1040
content: "\e249";
1041
}
1042
.glyphicon-triangle-right:before {
1043
content: "\e250";
1044
}
1045
.glyphicon-triangle-left:before {
1046
content: "\e251";
1047
}
1048
.glyphicon-triangle-bottom:before {
1049
content: "\e252";
1050
}
1051
.glyphicon-triangle-top:before {
1052
content: "\e253";
1053
}
1054
.glyphicon-console:before {
1055
content: "\e254";
1056
}
1057
.glyphicon-superscript:before {
1058
content: "\e255";
1059
}
1060
.glyphicon-subscript:before {
1061
content: "\e256";
1062
}
1063
.glyphicon-menu-left:before {
1064
content: "\e257";
1065
}
1066
.glyphicon-menu-right:before {
1067
content: "\e258";
1068
}
1069
.glyphicon-menu-down:before {
1070
content: "\e259";
1071
}
1072
.glyphicon-menu-up:before {
1073
content: "\e260";
1074
}
1075
* {
1076
-webkit-box-sizing: border-box;
1077
-moz-box-sizing: border-box;
1078
box-sizing: border-box;
1079
}
1080
*:before,
1081
*:after {
1082
-webkit-box-sizing: border-box;
1083
-moz-box-sizing: border-box;
1084
box-sizing: border-box;
1085
}
1086
html {
1087
font-size: 10px;
1088
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1089
}
1090
body {
1091
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1092
font-size: 10.5px;
1093
line-height: 1.42857143;
1094
color: #333333;
1095
background-color: #ffffff;
1096
}
1097
input,
1098
button,
1099
select,
1100
textarea {
1101
font-family: inherit;
1102
font-size: inherit;
1103
line-height: inherit;
1104
}
1105
a {
1106
color: #337ab7;
1107
text-decoration: none;
1108
}
1109
a:hover,
1110
a:focus {
1111
color: #23527c;
1112
text-decoration: underline;
1113
}
1114
a:focus {
1115
outline: thin dotted;
1116
outline: 5px auto -webkit-focus-ring-color;
1117
outline-offset: -2px;
1118
}
1119
figure {
1120
margin: 0;
1121
}
1122
img {
1123
vertical-align: middle;
1124
}
1125
.img-responsive,
1126
.thumbnail > img,
1127
.thumbnail a > img,
1128
.carousel-inner > .item > img,
1129
.carousel-inner > .item > a > img {
1130
display: block;
1131
max-width: 100%;
1132
height: auto;
1133
}
1134
.img-rounded {
1135
border-radius: 6px;
1136
}
1137
.img-thumbnail {
1138
padding: 4px;
1139
line-height: 1.42857143;
1140
background-color: #ffffff;
1141
border: 1px solid #dddddd;
1142
border-radius: 4px;
1143
-webkit-transition: all 0.2s ease-in-out;
1144
-o-transition: all 0.2s ease-in-out;
1145
transition: all 0.2s ease-in-out;
1146
display: inline-block;
1147
max-width: 100%;
1148
height: auto;
1149
}
1150
.img-circle {
1151
border-radius: 50%;
1152
}
1153
hr {
1154
margin-top: 20px;
1155
margin-bottom: 20px;
1156
border: 0;
1157
border-top: 1px solid #eeeeee;
1158
}
1159
.sr-only {
1160
position: absolute;
1161
width: 1px;
1162
height: 1px;
1163
margin: -1px;
1164
padding: 0;
1165
overflow: hidden;
1166
clip: rect(0, 0, 0, 0);
1167
border: 0;
1168
}
1169
.sr-only-focusable:active,
1170
.sr-only-focusable:focus {
1171
position: static;
1172
width: auto;
1173
height: auto;
1174
margin: 0;
1175
overflow: visible;
1176
clip: auto;
1177
}
1178
[role="button"] {
1179
cursor: pointer;
1180
}
1181
h1,
1182
h2,
1183
h3,
1184
h4,
1185
h5,
1186
h6,
1187
.h1,
1188
.h2,
1189
.h3,
1190
.h4,
1191
.h5,
1192
.h6 {
1193
font-family: inherit;
1194
font-weight: 500;
1195
line-height: 1.1;
1196
color: inherit;
1197
}
1198
h1 small,
1199
h2 small,
1200
h3 small,
1201
h4 small,
1202
h5 small,
1203
h6 small,
1204
.h1 small,
1205
.h2 small,
1206
.h3 small,
1207
.h4 small,
1208
.h5 small,
1209
.h6 small,
1210
h1 .small,
1211
h2 .small,
1212
h3 .small,
1213
h4 .small,
1214
h5 .small,
1215
h6 .small,
1216
.h1 .small,
1217
.h2 .small,
1218
.h3 .small,
1219
.h4 .small,
1220
.h5 .small,
1221
.h6 .small {
1222
font-weight: normal;
1223
line-height: 1;
1224
color: #777777;
1225
}
1226
h1,
1227
.h1,
1228
h2,
1229
.h2,
1230
h3,
1231
.h3 {
1232
margin-top: 20px;
1233
margin-bottom: 10px;
1234
}
1235
h1 small,
1236
.h1 small,
1237
h2 small,
1238
.h2 small,
1239
h3 small,
1240
.h3 small,
1241
h1 .small,
1242
.h1 .small,
1243
h2 .small,
1244
.h2 .small,
1245
h3 .small,
1246
.h3 .small {
1247
font-size: 65%;
1248
}
1249
h4,
1250
.h4,
1251
h5,
1252
.h5,
1253
h6,
1254
.h6 {
1255
margin-top: 10px;
1256
margin-bottom: 10px;
1257
}
1258
h4 small,
1259
.h4 small,
1260
h5 small,
1261
.h5 small,
1262
h6 small,
1263
.h6 small,
1264
h4 .small,
1265
.h4 .small,
1266
h5 .small,
1267
.h5 .small,
1268
h6 .small,
1269
.h6 .small {
1270
font-size: 75%;
1271
}
1272
h1,
1273
.h1 {
1274
font-size: 36px;
1275
}
1276
h2,
1277
.h2 {
1278
font-size: 30px;
1279
}
1280
h3,
1281
.h3 {
1282
font-size: 24px;
1283
}
1284
h4,
1285
.h4 {
1286
font-size: 18px;
1287
}
1288
h5,
1289
.h5 {
1290
font-size: 14px;
1291
}
1292
h6,
1293
.h6 {
1294
font-size: 12px;
1295
}
1296
p {
1297
margin: 0 0 10px;
1298
}
1299
.lead {
1300
margin-bottom: 20px;
1301
font-size: 16px;
1302
font-weight: 300;
1303
line-height: 1.4;
1304
}
1305
@media (min-width: 768px) {
1306
.lead {
1307
font-size: 21px;
1308
}
1309
}
1310
small,
1311
.small {
1312
font-size: 85%;
1313
}
1314
mark,
1315
.mark {
1316
background-color: #fcf8e3;
1317
padding: .2em;
1318
}
1319
.text-left {
1320
text-align: left;
1321
}
1322
.text-right {
1323
text-align: right;
1324
}
1325
.text-center {
1326
text-align: center;
1327
}
1328
.text-justify {
1329
text-align: justify;
1330
}
1331
.text-nowrap {
1332
white-space: nowrap;
1333
}
1334
.text-lowercase {
1335
text-transform: lowercase;
1336
}
1337
.text-uppercase {
1338
text-transform: uppercase;
1339
}
1340
.text-capitalize {
1341
text-transform: capitalize;
1342
}
1343
.text-muted {
1344
color: #777777;
1345
}
1346
.text-primary {
1347
color: #337ab7;
1348
}
1349
a.text-primary:hover,
1350
a.text-primary:focus {
1351
color: #286090;
1352
}
1353
.text-success {
1354
color: #3c763d;
1355
}
1356
a.text-success:hover,
1357
a.text-success:focus {
1358
color: #2b542c;
1359
}
1360
.text-info {
1361
color: #31708f;
1362
}
1363
a.text-info:hover,
1364
a.text-info:focus {
1365
color: #245269;
1366
}
1367
.text-warning {
1368
color: #8a6d3b;
1369
}
1370
a.text-warning:hover,
1371
a.text-warning:focus {
1372
color: #66512c;
1373
}
1374
.text-danger {
1375
color: #a94442;
1376
}
1377
a.text-danger:hover,
1378
a.text-danger:focus {
1379
color: #843534;
1380
}
1381
.bg-primary {
1382
color: #fff;
1383
background-color: #337ab7;
1384
}
1385
a.bg-primary:hover,
1386
a.bg-primary:focus {
1387
background-color: #286090;
1388
}
1389
.bg-success {
1390
background-color: #dff0d8;
1391
}
1392
a.bg-success:hover,
1393
a.bg-success:focus {
1394
background-color: #c1e2b3;
1395
}
1396
.bg-info {
1397
background-color: #d9edf7;
1398
}
1399
a.bg-info:hover,
1400
a.bg-info:focus {
1401
background-color: #afd9ee;
1402
}
1403
.bg-warning {
1404
background-color: #fcf8e3;
1405
}
1406
a.bg-warning:hover,
1407
a.bg-warning:focus {
1408
background-color: #f7ecb5;
1409
}
1410
.bg-danger {
1411
background-color: #f2dede;
1412
}
1413
a.bg-danger:hover,
1414
a.bg-danger:focus {
1415
background-color: #e4b9b9;
1416
}
1417
.page-header {
1418
padding-bottom: 9px;
1419
margin: 40px 0 20px;
1420
border-bottom: 1px solid #eeeeee;
1421
}
1422
ul,
1423
ol {
1424
margin-top: 0;
1425
margin-bottom: 10px;
1426
}
1427
ul ul,
1428
ol ul,
1429
ul ol,
1430
ol ol {
1431
margin-bottom: 0;
1432
}
1433
.list-unstyled {
1434
padding-left: 0;
1435
list-style: none;
1436
}
1437
.list-inline {
1438
padding-left: 0;
1439
list-style: none;
1440
margin-left: -5px;
1441
}
1442
.list-inline > li {
1443
display: inline-block;
1444
padding-left: 5px;
1445
padding-right: 5px;
1446
}
1447
dl {
1448
margin-top: 0;
1449
margin-bottom: 20px;
1450
}
1451
dt,
1452
dd {
1453
line-height: 1.42857143;
1454
}
1455
dt {
1456
font-weight: bold;
1457
}
1458
dd {
1459
margin-left: 0;
1460
}
1461
@media (min-width: 768px) {
1462
.dl-horizontal dt {
1463
float: left;
1464
width: 160px;
1465
clear: left;
1466
text-align: right;
1467
overflow: hidden;
1468
text-overflow: ellipsis;
1469
white-space: nowrap;
1470
}
1471
.dl-horizontal dd {
1472
margin-left: 180px;
1473
}
1474
}
1475
abbr[title],
1476
abbr[data-original-title] {
1477
cursor: help;
1478
border-bottom: 1px dotted #777777;
1479
}
1480
.initialism {
1481
font-size: 90%;
1482
text-transform: uppercase;
1483
}
1484
blockquote {
1485
padding: 10px 20px;
1486
margin: 0 0 20px;
1487
font-size: 17.5px;
1488
border-left: 5px solid #eeeeee;
1489
}
1490
blockquote p:last-child,
1491
blockquote ul:last-child,
1492
blockquote ol:last-child {
1493
margin-bottom: 0;
1494
}
1495
blockquote footer,
1496
blockquote small,
1497
blockquote .small {
1498
display: block;
1499
font-size: 80%;
1500
line-height: 1.42857143;
1501
color: #777777;
1502
}
1503
blockquote footer:before,
1504
blockquote small:before,
1505
blockquote .small:before {
1506
content: '\2014 \00A0';
1507
}
1508
.blockquote-reverse,
1509
blockquote.pull-right {
1510
padding-right: 15px;
1511
padding-left: 0;
1512
border-right: 5px solid #eeeeee;
1513
border-left: 0;
1514
text-align: right;
1515
}
1516
.blockquote-reverse footer:before,
1517
blockquote.pull-right footer:before,
1518
.blockquote-reverse small:before,
1519
blockquote.pull-right small:before,
1520
.blockquote-reverse .small:before,
1521
blockquote.pull-right .small:before {
1522
content: '';
1523
}
1524
.blockquote-reverse footer:after,
1525
blockquote.pull-right footer:after,
1526
.blockquote-reverse small:after,
1527
blockquote.pull-right small:after,
1528
.blockquote-reverse .small:after,
1529
blockquote.pull-right .small:after {
1530
content: '\00A0 \2014';
1531
}
1532
address {
1533
margin-bottom: 20px;
1534
font-style: normal;
1535
line-height: 1.42857143;
1536
}
1537
code,
1538
kbd,
1539
pre,
1540
samp {
1541
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1542
}
1543
code {
1544
padding: 2px 4px;
1545
font-size: 90%;
1546
color: #c7254e;
1547
background-color: #f9f2f4;
1548
border-radius: 4px;
1549
}
1550
kbd {
1551
padding: 2px 4px;
1552
font-size: 90%;
1553
color: #ffffff;
1554
background-color: #333333;
1555
border-radius: 3px;
1556
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1557
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
1558
}
1559
kbd kbd {
1560
padding: 0;
1561
font-size: 100%;
1562
font-weight: bold;
1563
-webkit-box-shadow: none;
1564
box-shadow: none;
1565
}
1566
pre {
1567
display: block;
1568
padding: 9.5px;
1569
margin: 0 0 10px;
1570
font-size: 13px;
1571
line-height: 1.42857143;
1572
word-break: break-all;
1573
word-wrap: break-word;
1574
color: #333333;
1575
background-color: #f5f5f5;
1576
border: 1px solid #cccccc;
1577
border-radius: 4px;
1578
}
1579
pre code {
1580
padding: 0;
1581
font-size: inherit;
1582
color: inherit;
1583
white-space: pre-wrap;
1584
background-color: transparent;
1585
border-radius: 0;
1586
}
1587
.pre-scrollable {
1588
max-height: 340px;
1589
overflow-y: scroll;
1590
}
1591
.container {
1592
margin-right: auto;
1593
margin-left: auto;
1594
padding-left: 15px;
1595
padding-right: 15px;
1596
}
1597
@media (min-width: 768px) {
1598
.container {
1599
width: 750px;
1600
}
1601
}
1602
@media (min-width: 992px) {
1603
.container {
1604
width: 970px;
1605
}
1606
}
1607
@media (min-width: 1200px) {
1608
.container {
1609
width: 1170px;
1610
}
1611
}
1612
.container-fluid {
1613
margin-right: auto;
1614
margin-left: auto;
1615
padding-left: 15px;
1616
padding-right: 15px;
1617
}
1618
.row {
1619
margin-left: -15px;
1620
margin-right: -15px;
1621
}
1622
.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 {
1623
position: relative;
1624
min-height: 1px;
1625
padding-left: 15px;
1626
padding-right: 15px;
1627
}
1628
.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 {
1629
float: left;
1630
}
1631
.col-xs-12 {
1632
width: 100%;
1633
}
1634
.col-xs-11 {
1635
width: 91.66666667%;
1636
}
1637
.col-xs-10 {
1638
width: 83.33333333%;
1639
}
1640
.col-xs-9 {
1641
width: 75%;
1642
}
1643
.col-xs-8 {
1644
width: 66.66666667%;
1645
}
1646
.col-xs-7 {
1647
width: 58.33333333%;
1648
}
1649
.col-xs-6 {
1650
width: 50%;
1651
}
1652
.col-xs-5 {
1653
width: 41.66666667%;
1654
}
1655
.col-xs-4 {
1656
width: 33.33333333%;
1657
}
1658
.col-xs-3 {
1659
width: 25%;
1660
}
1661
.col-xs-2 {
1662
width: 16.66666667%;
1663
}
1664
.col-xs-1 {
1665
width: 8.33333333%;
1666
}
1667
.col-xs-pull-12 {
1668
right: 100%;
1669
}
1670
.col-xs-pull-11 {
1671
right: 91.66666667%;
1672
}
1673
.col-xs-pull-10 {
1674
right: 83.33333333%;
1675
}
1676
.col-xs-pull-9 {
1677
right: 75%;
1678
}
1679
.col-xs-pull-8 {
1680
right: 66.66666667%;
1681
}
1682
.col-xs-pull-7 {
1683
right: 58.33333333%;
1684
}
1685
.col-xs-pull-6 {
1686
right: 50%;
1687
}
1688
.col-xs-pull-5 {
1689
right: 41.66666667%;
1690
}
1691
.col-xs-pull-4 {
1692
right: 33.33333333%;
1693
}
1694
.col-xs-pull-3 {
1695
right: 25%;
1696
}
1697
.col-xs-pull-2 {
1698
right: 16.66666667%;
1699
}
1700
.col-xs-pull-1 {
1701
right: 8.33333333%;
1702
}
1703
.col-xs-pull-0 {
1704
right: auto;
1705
}
1706
.col-xs-push-12 {
1707
left: 100%;
1708
}
1709
.col-xs-push-11 {
1710
left: 91.66666667%;
1711
}
1712
.col-xs-push-10 {
1713
left: 83.33333333%;
1714
}
1715
.col-xs-push-9 {
1716
left: 75%;
1717
}
1718
.col-xs-push-8 {
1719
left: 66.66666667%;
1720
}
1721
.col-xs-push-7 {
1722
left: 58.33333333%;
1723
}
1724
.col-xs-push-6 {
1725
left: 50%;
1726
}
1727
.col-xs-push-5 {
1728
left: 41.66666667%;
1729
}
1730
.col-xs-push-4 {
1731
left: 33.33333333%;
1732
}
1733
.col-xs-push-3 {
1734
left: 25%;
1735
}
1736
.col-xs-push-2 {
1737
left: 16.66666667%;
1738
}
1739
.col-xs-push-1 {
1740
left: 8.33333333%;
1741
}
1742
.col-xs-push-0 {
1743
left: auto;
1744
}
1745
.col-xs-offset-12 {
1746
margin-left: 100%;
1747
}
1748
.col-xs-offset-11 {
1749
margin-left: 91.66666667%;
1750
}
1751
.col-xs-offset-10 {
1752
margin-left: 83.33333333%;
1753
}
1754
.col-xs-offset-9 {
1755
margin-left: 75%;
1756
}
1757
.col-xs-offset-8 {
1758
margin-left: 66.66666667%;
1759
}
1760
.col-xs-offset-7 {
1761
margin-left: 58.33333333%;
1762
}
1763
.col-xs-offset-6 {
1764
margin-left: 50%;
1765
}
1766
.col-xs-offset-5 {
1767
margin-left: 41.66666667%;
1768
}
1769
.col-xs-offset-4 {
1770
margin-left: 33.33333333%;
1771
}
1772
.col-xs-offset-3 {
1773
margin-left: 25%;
1774
}
1775
.col-xs-offset-2 {
1776
margin-left: 16.66666667%;
1777
}
1778
.col-xs-offset-1 {
1779
margin-left: 8.33333333%;
1780
}
1781
.col-xs-offset-0 {
1782
margin-left: 0%;
1783
}
1784
@media (min-width: 768px) {
1785
.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 {
1786
float: left;
1787
}
1788
.col-sm-12 {
1789
width: 100%;
1790
}
1791
.col-sm-11 {
1792
width: 91.66666667%;
1793
}
1794
.col-sm-10 {
1795
width: 83.33333333%;
1796
}
1797
.col-sm-9 {
1798
width: 75%;
1799
}
1800
.col-sm-8 {
1801
width: 66.66666667%;
1802
}
1803
.col-sm-7 {
1804
width: 58.33333333%;
1805
}
1806
.col-sm-6 {
1807
width: 50%;
1808
}
1809
.col-sm-5 {
1810
width: 41.66666667%;
1811
}
1812
.col-sm-4 {
1813
width: 33.33333333%;
1814
}
1815
.col-sm-3 {
1816
width: 25%;
1817
}
1818
.col-sm-2 {
1819
width: 16.66666667%;
1820
}
1821
.col-sm-1 {
1822
width: 8.33333333%;
1823
}
1824
.col-sm-pull-12 {
1825
right: 100%;
1826
}
1827
.col-sm-pull-11 {
1828
right: 91.66666667%;
1829
}
1830
.col-sm-pull-10 {
1831
right: 83.33333333%;
1832
}
1833
.col-sm-pull-9 {
1834
right: 75%;
1835
}
1836
.col-sm-pull-8 {
1837
right: 66.66666667%;
1838
}
1839
.col-sm-pull-7 {
1840
right: 58.33333333%;
1841
}
1842
.col-sm-pull-6 {
1843
right: 50%;
1844
}
1845
.col-sm-pull-5 {
1846
right: 41.66666667%;
1847
}
1848
.col-sm-pull-4 {
1849
right: 33.33333333%;
1850
}
1851
.col-sm-pull-3 {
1852
right: 25%;
1853
}
1854
.col-sm-pull-2 {
1855
right: 16.66666667%;
1856
}
1857
.col-sm-pull-1 {
1858
right: 8.33333333%;
1859
}
1860
.col-sm-pull-0 {
1861
right: auto;
1862
}
1863
.col-sm-push-12 {
1864
left: 100%;
1865
}
1866
.col-sm-push-11 {
1867
left: 91.66666667%;
1868
}
1869
.col-sm-push-10 {
1870
left: 83.33333333%;
1871
}
1872
.col-sm-push-9 {
1873
left: 75%;
1874
}
1875
.col-sm-push-8 {
1876
left: 66.66666667%;
1877
}
1878
.col-sm-push-7 {
1879
left: 58.33333333%;
1880
}
1881
.col-sm-push-6 {
1882
left: 50%;
1883
}
1884
.col-sm-push-5 {
1885
left: 41.66666667%;
1886
}
1887
.col-sm-push-4 {
1888
left: 33.33333333%;
1889
}
1890
.col-sm-push-3 {
1891
left: 25%;
1892
}
1893
.col-sm-push-2 {
1894
left: 16.66666667%;
1895
}
1896
.col-sm-push-1 {
1897
left: 8.33333333%;
1898
}
1899
.col-sm-push-0 {
1900
left: auto;
1901
}
1902
.col-sm-offset-12 {
1903
margin-left: 100%;
1904
}
1905
.col-sm-offset-11 {
1906
margin-left: 91.66666667%;
1907
}
1908
.col-sm-offset-10 {
1909
margin-left: 83.33333333%;
1910
}
1911
.col-sm-offset-9 {
1912
margin-left: 75%;
1913
}
1914
.col-sm-offset-8 {
1915
margin-left: 66.66666667%;
1916
}
1917
.col-sm-offset-7 {
1918
margin-left: 58.33333333%;
1919
}
1920
.col-sm-offset-6 {
1921
margin-left: 50%;
1922
}
1923
.col-sm-offset-5 {
1924
margin-left: 41.66666667%;
1925
}
1926
.col-sm-offset-4 {
1927
margin-left: 33.33333333%;
1928
}
1929
.col-sm-offset-3 {
1930
margin-left: 25%;
1931
}
1932
.col-sm-offset-2 {
1933
margin-left: 16.66666667%;
1934
}
1935
.col-sm-offset-1 {
1936
margin-left: 8.33333333%;
1937
}
1938
.col-sm-offset-0 {
1939
margin-left: 0%;
1940
}
1941
}
1942
@media (min-width: 992px) {
1943
.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 {
1944
float: left;
1945
}
1946
.col-md-12 {
1947
width: 100%;
1948
}
1949
.col-md-11 {
1950
width: 91.66666667%;
1951
}
1952
.col-md-10 {
1953
width: 83.33333333%;
1954
}
1955
.col-md-9 {
1956
width: 75%;
1957
}
1958
.col-md-8 {
1959
width: 66.66666667%;
1960
}
1961
.col-md-7 {
1962
width: 58.33333333%;
1963
}
1964
.col-md-6 {
1965
width: 50%;
1966
}
1967
.col-md-5 {
1968
width: 41.66666667%;
1969
}
1970
.col-md-4 {
1971
width: 33.33333333%;
1972
}
1973
.col-md-3 {
1974
width: 25%;
1975
}
1976
.col-md-2 {
1977
width: 16.66666667%;
1978
}
1979
.col-md-1 {
1980
width: 8.33333333%;
1981
}
1982
.col-md-pull-12 {
1983
right: 100%;
1984
}
1985
.col-md-pull-11 {
1986
right: 91.66666667%;
1987
}
1988
.col-md-pull-10 {
1989
right: 83.33333333%;
1990
}
1991
.col-md-pull-9 {
1992
right: 75%;
1993
}
1994
.col-md-pull-8 {
1995
right: 66.66666667%;
1996
}
1997
.col-md-pull-7 {
1998
right: 58.33333333%;
1999
}
2000
.col-md-pull-6 {
2001
right: 50%;
2002
}
2003
.col-md-pull-5 {
2004
right: 41.66666667%;
2005
}
2006
.col-md-pull-4 {
2007
right: 33.33333333%;
2008
}
2009
.col-md-pull-3 {
2010
right: 25%;
2011
}
2012
.col-md-pull-2 {
2013
right: 16.66666667%;
2014
}
2015
.col-md-pull-1 {
2016
right: 8.33333333%;
2017
}
2018
.col-md-pull-0 {
2019
right: auto;
2020
}
2021
.col-md-push-12 {
2022
left: 100%;
2023
}
2024
.col-md-push-11 {
2025
left: 91.66666667%;
2026
}
2027
.col-md-push-10 {
2028
left: 83.33333333%;
2029
}
2030
.col-md-push-9 {
2031
left: 75%;
2032
}
2033
.col-md-push-8 {
2034
left: 66.66666667%;
2035
}
2036
.col-md-push-7 {
2037
left: 58.33333333%;
2038
}
2039
.col-md-push-6 {
2040
left: 50%;
2041
}
2042
.col-md-push-5 {
2043
left: 41.66666667%;
2044
}
2045
.col-md-push-4 {
2046
left: 33.33333333%;
2047
}
2048
.col-md-push-3 {
2049
left: 25%;
2050
}
2051
.col-md-push-2 {
2052
left: 16.66666667%;
2053
}
2054
.col-md-push-1 {
2055
left: 8.33333333%;
2056
}
2057
.col-md-push-0 {
2058
left: auto;
2059
}
2060
.col-md-offset-12 {
2061
margin-left: 100%;
2062
}
2063
.col-md-offset-11 {
2064
margin-left: 91.66666667%;
2065
}
2066
.col-md-offset-10 {
2067
margin-left: 83.33333333%;
2068
}
2069
.col-md-offset-9 {
2070
margin-left: 75%;
2071
}
2072
.col-md-offset-8 {
2073
margin-left: 66.66666667%;
2074
}
2075
.col-md-offset-7 {
2076
margin-left: 58.33333333%;
2077
}
2078
.col-md-offset-6 {
2079
margin-left: 50%;
2080
}
2081
.col-md-offset-5 {
2082
margin-left: 41.66666667%;
2083
}
2084
.col-md-offset-4 {
2085
margin-left: 33.33333333%;
2086
}
2087
.col-md-offset-3 {
2088
margin-left: 25%;
2089
}
2090
.col-md-offset-2 {
2091
margin-left: 16.66666667%;
2092
}
2093
.col-md-offset-1 {
2094
margin-left: 8.33333333%;
2095
}
2096
.col-md-offset-0 {
2097
margin-left: 0%;
2098
}
2099
}
2100
@media (min-width: 1200px) {
2101
.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 {
2102
float: left;
2103
}
2104
.col-lg-12 {
2105
width: 100%;
2106
}
2107
.col-lg-11 {
2108
width: 91.66666667%;
2109
}
2110
.col-lg-10 {
2111
width: 83.33333333%;
2112
}
2113
.col-lg-9 {
2114
width: 75%;
2115
}
2116
.col-lg-8 {
2117
width: 66.66666667%;
2118
}
2119
.col-lg-7 {
2120
width: 58.33333333%;
2121
}
2122
.col-lg-6 {
2123
width: 50%;
2124
}
2125
.col-lg-5 {
2126
width: 41.66666667%;
2127
}
2128
.col-lg-4 {
2129
width: 33.33333333%;
2130
}
2131
.col-lg-3 {
2132
width: 25%;
2133
}
2134
.col-lg-2 {
2135
width: 16.66666667%;
2136
}
2137
.col-lg-1 {
2138
width: 8.33333333%;
2139
}
2140
.col-lg-pull-12 {
2141
right: 100%;
2142
}
2143
.col-lg-pull-11 {
2144
right: 91.66666667%;
2145
}
2146
.col-lg-pull-10 {
2147
right: 83.33333333%;
2148
}
2149
.col-lg-pull-9 {
2150
right: 75%;
2151
}
2152
.col-lg-pull-8 {
2153
right: 66.66666667%;
2154
}
2155
.col-lg-pull-7 {
2156
right: 58.33333333%;
2157
}
2158
.col-lg-pull-6 {
2159
right: 50%;
2160
}
2161
.col-lg-pull-5 {
2162
right: 41.66666667%;
2163
}
2164
.col-lg-pull-4 {
2165
right: 33.33333333%;
2166
}
2167
.col-lg-pull-3 {
2168
right: 25%;
2169
}
2170
.col-lg-pull-2 {
2171
right: 16.66666667%;
2172
}
2173
.col-lg-pull-1 {
2174
right: 8.33333333%;
2175
}
2176
.col-lg-pull-0 {
2177
right: auto;
2178
}
2179
.col-lg-push-12 {
2180
left: 100%;
2181
}
2182
.col-lg-push-11 {
2183
left: 91.66666667%;
2184
}
2185
.col-lg-push-10 {
2186
left: 83.33333333%;
2187
}
2188
.col-lg-push-9 {
2189
left: 75%;
2190
}
2191
.col-lg-push-8 {
2192
left: 66.66666667%;
2193
}
2194
.col-lg-push-7 {
2195
left: 58.33333333%;
2196
}
2197
.col-lg-push-6 {
2198
left: 50%;
2199
}
2200
.col-lg-push-5 {
2201
left: 41.66666667%;
2202
}
2203
.col-lg-push-4 {
2204
left: 33.33333333%;
2205
}
2206
.col-lg-push-3 {
2207
left: 25%;
2208
}
2209
.col-lg-push-2 {
2210
left: 16.66666667%;
2211
}
2212
.col-lg-push-1 {
2213
left: 8.33333333%;
2214
}
2215
.col-lg-push-0 {
2216
left: auto;
2217
}
2218
.col-lg-offset-12 {
2219
margin-left: 100%;
2220
}
2221
.col-lg-offset-11 {
2222
margin-left: 91.66666667%;
2223
}
2224
.col-lg-offset-10 {
2225
margin-left: 83.33333333%;
2226
}
2227
.col-lg-offset-9 {
2228
margin-left: 75%;
2229
}
2230
.col-lg-offset-8 {
2231
margin-left: 66.66666667%;
2232
}
2233
.col-lg-offset-7 {
2234
margin-left: 58.33333333%;
2235
}
2236
.col-lg-offset-6 {
2237
margin-left: 50%;
2238
}
2239
.col-lg-offset-5 {
2240
margin-left: 41.66666667%;
2241
}
2242
.col-lg-offset-4 {
2243
margin-left: 33.33333333%;
2244
}
2245
.col-lg-offset-3 {
2246
margin-left: 25%;
2247
}
2248
.col-lg-offset-2 {
2249
margin-left: 16.66666667%;
2250
}
2251
.col-lg-offset-1 {
2252
margin-left: 8.33333333%;
2253
}
2254
.col-lg-offset-0 {
2255
margin-left: 0%;
2256
}
2257
}
2258
table {
2259
background-color: transparent;
2260
}
2261
caption {
2262
padding-top: 8px;
2263
padding-bottom: 8px;
2264
color: #777777;
2265
text-align: left;
2266
}
2267
th {
2268
text-align: left;
2269
}
2270
.table {
2271
width: 100%;
2272
max-width: 100%;
2273
margin-bottom: 20px;
2274
}
2275
.table > thead > tr > th,
2276
.table > tbody > tr > th,
2277
.table > tfoot > tr > th,
2278
.table > thead > tr > td,
2279
.table > tbody > tr > td,
2280
.table > tfoot > tr > td {
2281
padding: 8px;
2282
line-height: 1.42857143;
2283
vertical-align: top;
2284
border-top: 1px solid #dddddd;
2285
}
2286
.table > thead > tr > th {
2287
vertical-align: bottom;
2288
border-bottom: 2px solid #dddddd;
2289
}
2290
.table > caption + thead > tr:first-child > th,
2291
.table > colgroup + thead > tr:first-child > th,
2292
.table > thead:first-child > tr:first-child > th,
2293
.table > caption + thead > tr:first-child > td,
2294
.table > colgroup + thead > tr:first-child > td,
2295
.table > thead:first-child > tr:first-child > td {
2296
border-top: 0;
2297
}
2298
.table > tbody + tbody {
2299
border-top: 2px solid #dddddd;
2300
}
2301
.table .table {
2302
background-color: #ffffff;
2303
}
2304
.table-condensed > thead > tr > th,
2305
.table-condensed > tbody > tr > th,
2306
.table-condensed > tfoot > tr > th,
2307
.table-condensed > thead > tr > td,
2308
.table-condensed > tbody > tr > td,
2309
.table-condensed > tfoot > tr > td {
2310
padding: 5px;
2311
}
2312
.table-bordered {
2313
border: 1px solid #dddddd;
2314
}
2315
.table-bordered > thead > tr > th,
2316
.table-bordered > tbody > tr > th,
2317
.table-bordered > tfoot > tr > th,
2318
.table-bordered > thead > tr > td,
2319
.table-bordered > tbody > tr > td,
2320
.table-bordered > tfoot > tr > td {
2321
border: 1px solid #dddddd;
2322
}
2323
.table-bordered > thead > tr > th,
2324
.table-bordered > thead > tr > td {
2325
border-bottom-width: 2px;
2326
}
2327
.table-striped > tbody > tr:nth-of-type(odd) {
2328
background-color: #f9f9f9;
2329
}
2330
.table-hover > tbody > tr:hover {
2331
background-color: #f5f5f5;
2332
}
2333
table col[class*="col-"] {
2334
position: static;
2335
float: none;
2336
display: table-column;
2337
}
2338
table td[class*="col-"],
2339
table th[class*="col-"] {
2340
position: static;
2341
float: none;
2342
display: table-cell;
2343
}
2344
.table > thead > tr > td.active,
2345
.table > tbody > tr > td.active,
2346
.table > tfoot > tr > td.active,
2347
.table > thead > tr > th.active,
2348
.table > tbody > tr > th.active,
2349
.table > tfoot > tr > th.active,
2350
.table > thead > tr.active > td,
2351
.table > tbody > tr.active > td,
2352
.table > tfoot > tr.active > td,
2353
.table > thead > tr.active > th,
2354
.table > tbody > tr.active > th,
2355
.table > tfoot > tr.active > th {
2356
background-color: #f5f5f5;
2357
}
2358
.table-hover > tbody > tr > td.active:hover,
2359
.table-hover > tbody > tr > th.active:hover,
2360
.table-hover > tbody > tr.active:hover > td,
2361
.table-hover > tbody > tr:hover > .active,
2362
.table-hover > tbody > tr.active:hover > th {
2363
background-color: #e8e8e8;
2364
}
2365
.table > thead > tr > td.success,
2366
.table > tbody > tr > td.success,
2367
.table > tfoot > tr > td.success,
2368
.table > thead > tr > th.success,
2369
.table > tbody > tr > th.success,
2370
.table > tfoot > tr > th.success,
2371
.table > thead > tr.success > td,
2372
.table > tbody > tr.success > td,
2373
.table > tfoot > tr.success > td,
2374
.table > thead > tr.success > th,
2375
.table > tbody > tr.success > th,
2376
.table > tfoot > tr.success > th {
2377
background-color: #dff0d8;
2378
}
2379
.table-hover > tbody > tr > td.success:hover,
2380
.table-hover > tbody > tr > th.success:hover,
2381
.table-hover > tbody > tr.success:hover > td,
2382
.table-hover > tbody > tr:hover > .success,
2383
.table-hover > tbody > tr.success:hover > th {
2384
background-color: #d0e9c6;
2385
}
2386
.table > thead > tr > td.info,
2387
.table > tbody > tr > td.info,
2388
.table > tfoot > tr > td.info,
2389
.table > thead > tr > th.info,
2390
.table > tbody > tr > th.info,
2391
.table > tfoot > tr > th.info,
2392
.table > thead > tr.info > td,
2393
.table > tbody > tr.info > td,
2394
.table > tfoot > tr.info > td,
2395
.table > thead > tr.info > th,
2396
.table > tbody > tr.info > th,
2397
.table > tfoot > tr.info > th {
2398
background-color: #d9edf7;
2399
}
2400
.table-hover > tbody > tr > td.info:hover,
2401
.table-hover > tbody > tr > th.info:hover,
2402
.table-hover > tbody > tr.info:hover > td,
2403
.table-hover > tbody > tr:hover > .info,
2404
.table-hover > tbody > tr.info:hover > th {
2405
background-color: #c4e3f3;
2406
}
2407
.table > thead > tr > td.warning,
2408
.table > tbody > tr > td.warning,
2409
.table > tfoot > tr > td.warning,
2410
.table > thead > tr > th.warning,
2411
.table > tbody > tr > th.warning,
2412
.table > tfoot > tr > th.warning,
2413
.table > thead > tr.warning > td,
2414
.table > tbody > tr.warning > td,
2415
.table > tfoot > tr.warning > td,
2416
.table > thead > tr.warning > th,
2417
.table > tbody > tr.warning > th,
2418
.table > tfoot > tr.warning > th {
2419
background-color: #fcf8e3;
2420
}
2421
.table-hover > tbody > tr > td.warning:hover,
2422
.table-hover > tbody > tr > th.warning:hover,
2423
.table-hover > tbody > tr.warning:hover > td,
2424
.table-hover > tbody > tr:hover > .warning,
2425
.table-hover > tbody > tr.warning:hover > th {
2426
background-color: #faf2cc;
2427
}
2428
.table > thead > tr > td.danger,
2429
.table > tbody > tr > td.danger,
2430
.table > tfoot > tr > td.danger,
2431
.table > thead > tr > th.danger,
2432
.table > tbody > tr > th.danger,
2433
.table > tfoot > tr > th.danger,
2434
.table > thead > tr.danger > td,
2435
.table > tbody > tr.danger > td,
2436
.table > tfoot > tr.danger > td,
2437
.table > thead > tr.danger > th,
2438
.table > tbody > tr.danger > th,
2439
.table > tfoot > tr.danger > th {
2440
background-color: #f2dede;
2441
}
2442
.table-hover > tbody > tr > td.danger:hover,
2443
.table-hover > tbody > tr > th.danger:hover,
2444
.table-hover > tbody > tr.danger:hover > td,
2445
.table-hover > tbody > tr:hover > .danger,
2446
.table-hover > tbody > tr.danger:hover > th {
2447
background-color: #ebcccc;
2448
}
2449
.table-responsive {
2450
overflow-x: auto;
2451
min-height: 0.01%;
2452
}
2453
@media screen and (max-width: 767px) {
2454
.table-responsive {
2455
width: 100%;
2456
margin-bottom: 15px;
2457
overflow-y: hidden;
2458
-ms-overflow-style: -ms-autohiding-scrollbar;
2459
border: 1px solid #dddddd;
2460
}
2461
.table-responsive > .table {
2462
margin-bottom: 0;
2463
}
2464
.table-responsive > .table > thead > tr > th,
2465
.table-responsive > .table > tbody > tr > th,
2466
.table-responsive > .table > tfoot > tr > th,
2467
.table-responsive > .table > thead > tr > td,
2468
.table-responsive > .table > tbody > tr > td,
2469
.table-responsive > .table > tfoot > tr > td {
2470
white-space: nowrap;
2471
}
2472
.table-responsive > .table-bordered {
2473
border: 0;
2474
}
2475
.table-responsive > .table-bordered > thead > tr > th:first-child,
2476
.table-responsive > .table-bordered > tbody > tr > th:first-child,
2477
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
2478
.table-responsive > .table-bordered > thead > tr > td:first-child,
2479
.table-responsive > .table-bordered > tbody > tr > td:first-child,
2480
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
2481
border-left: 0;
2482
}
2483
.table-responsive > .table-bordered > thead > tr > th:last-child,
2484
.table-responsive > .table-bordered > tbody > tr > th:last-child,
2485
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
2486
.table-responsive > .table-bordered > thead > tr > td:last-child,
2487
.table-responsive > .table-bordered > tbody > tr > td:last-child,
2488
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
2489
border-right: 0;
2490
}
2491
.table-responsive > .table-bordered > tbody > tr:last-child > th,
2492
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
2493
.table-responsive > .table-bordered > tbody > tr:last-child > td,
2494
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
2495
border-bottom: 0;
2496
}
2497
}
2498
fieldset {
2499
padding: 0;
2500
margin: 0;
2501
border: 0;
2502
min-width: 0;
2503
}
2504
legend {
2505
display: block;
2506
width: 100%;
2507
padding: 0;
2508
margin-bottom: 20px;
2509
font-size: 21px;
2510
line-height: inherit;
2511
color: #333333;
2512
border: 0;
2513
border-bottom: 1px solid #e5e5e5;
2514
}
2515
label {
2516
display: inline-block;
2517
max-width: 100%;
2518
margin-bottom: 5px;
2519
font-weight: bold;
2520
}
2521
input[type="search"] {
2522
-webkit-box-sizing: border-box;
2523
-moz-box-sizing: border-box;
2524
box-sizing: border-box;
2525
}
2526
input[type="radio"],
2527
input[type="checkbox"] {
2528
margin: 4px 0 0;
2529
margin-top: 1px \9;
2530
line-height: normal;
2531
}
2532
input[type="file"] {
2533
display: block;
2534
}
2535
input[type="range"] {
2536
display: block;
2537
width: 100%;
2538
}
2539
select[multiple],
2540
select[size] {
2541
height: auto;
2542
}
2543
input[type="file"]:focus,
2544
input[type="radio"]:focus,
2545
input[type="checkbox"]:focus {
2546
outline: thin dotted;
2547
outline: 5px auto -webkit-focus-ring-color;
2548
outline-offset: -2px;
2549
}
2550
output {
2551
display: block;
2552
padding-top: 7px;
2553
font-size: 14px;
2554
line-height: 1.42857143;
2555
color: #555555;
2556
}
2557
.form-control {
2558
display: block;
2559
width: 100%;
2560
height: 34px;
2561
padding: 6px 12px;
2562
font-size: 14px;
2563
line-height: 1.42857143;
2564
color: #555555;
2565
background-color: #ffffff;
2566
background-image: none;
2567
border: 1px solid #cccccc;
2568
border-radius: 4px;
2569
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2570
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2571
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
2572
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2573
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2574
}
2575
.form-control:focus {
2576
border-color: #66afe9;
2577
outline: 0;
2578
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2579
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
2580
}
2581
.form-control::-moz-placeholder {
2582
color: #999999;
2583
opacity: 1;
2584
}
2585
.form-control:-ms-input-placeholder {
2586
color: #999999;
2587
}
2588
.form-control::-webkit-input-placeholder {
2589
color: #999999;
2590
}
2591
.form-control[disabled],
2592
.form-control[readonly],
2593
fieldset[disabled] .form-control {
2594
background-color: #eeeeee;
2595
opacity: 1;
2596
}
2597
.form-control[disabled],
2598
fieldset[disabled] .form-control {
2599
cursor: not-allowed;
2600
}
2601
textarea.form-control {
2602
height: auto;
2603
}
2604
input[type="search"] {
2605
-webkit-appearance: none;
2606
}
2607
@media screen and (-webkit-min-device-pixel-ratio: 0) {
2608
input[type="date"].form-control,
2609
input[type="time"].form-control,
2610
input[type="datetime-local"].form-control,
2611
input[type="month"].form-control {
2612
line-height: 34px;
2613
}
2614
input[type="date"].input-sm,
2615
input[type="time"].input-sm,
2616
input[type="datetime-local"].input-sm,
2617
input[type="month"].input-sm,
2618
.input-group-sm input[type="date"],
2619
.input-group-sm input[type="time"],
2620
.input-group-sm input[type="datetime-local"],
2621
.input-group-sm input[type="month"] {
2622
line-height: 30px;
2623
}
2624
input[type="date"].input-lg,
2625
input[type="time"].input-lg,
2626
input[type="datetime-local"].input-lg,
2627
input[type="month"].input-lg,
2628
.input-group-lg input[type="date"],
2629
.input-group-lg input[type="time"],
2630
.input-group-lg input[type="datetime-local"],
2631
.input-group-lg input[type="month"] {
2632
line-height: 46px;
2633
}
2634
}
2635
.form-group {
2636
margin-bottom: 15px;
2637
}
2638
.radio,
2639
.checkbox {
2640
position: relative;
2641
display: block;
2642
margin-top: 10px;
2643
margin-bottom: 10px;
2644
}
2645
.radio label,
2646
.checkbox label {
2647
min-height: 20px;
2648
padding-left: 20px;
2649
margin-bottom: 0;
2650
font-weight: normal;
2651
cursor: pointer;
2652
}
2653
.radio input[type="radio"],
2654
.radio-inline input[type="radio"],
2655
.checkbox input[type="checkbox"],
2656
.checkbox-inline input[type="checkbox"] {
2657
position: absolute;
2658
margin-left: -20px;
2659
margin-top: 4px \9;
2660
}
2661
.radio + .radio,
2662
.checkbox + .checkbox {
2663
margin-top: -5px;
2664
}
2665
.radio-inline,
2666
.checkbox-inline {
2667
position: relative;
2668
display: inline-block;
2669
padding-left: 20px;
2670
margin-bottom: 0;
2671
vertical-align: middle;
2672
font-weight: normal;
2673
cursor: pointer;
2674
}
2675
.radio-inline + .radio-inline,
2676
.checkbox-inline + .checkbox-inline {
2677
margin-top: 0;
2678
margin-left: 10px;
2679
}
2680
input[type="radio"][disabled],
2681
input[type="checkbox"][disabled],
2682
input[type="radio"].disabled,
2683
input[type="checkbox"].disabled,
2684
fieldset[disabled] input[type="radio"],
2685
fieldset[disabled] input[type="checkbox"] {
2686
cursor: not-allowed;
2687
}
2688
.radio-inline.disabled,
2689
.checkbox-inline.disabled,
2690
fieldset[disabled] .radio-inline,
2691
fieldset[disabled] .checkbox-inline {
2692
cursor: not-allowed;
2693
}
2694
.radio.disabled label,
2695
.checkbox.disabled label,
2696
fieldset[disabled] .radio label,
2697
fieldset[disabled] .checkbox label {
2698
cursor: not-allowed;
2699
}
2700
.form-control-static {
2701
padding-top: 7px;
2702
padding-bottom: 7px;
2703
margin-bottom: 0;
2704
min-height: 34px;
2705
}
2706
.form-control-static.input-lg,
2707
.form-control-static.input-sm {
2708
padding-left: 0;
2709
padding-right: 0;
2710
}
2711
.input-sm {
2712
height: 30px;
2713
padding: 5px 10px;
2714
font-size: 12px;
2715
line-height: 1.5;
2716
border-radius: 3px;
2717
}
2718
select.input-sm {
2719
height: 30px;
2720
line-height: 30px;
2721
}
2722
textarea.input-sm,
2723
select[multiple].input-sm {
2724
height: auto;
2725
}
2726
.form-group-sm .form-control {
2727
height: 30px;
2728
padding: 5px 10px;
2729
font-size: 12px;
2730
line-height: 1.5;
2731
border-radius: 3px;
2732
}
2733
.form-group-sm select.form-control {
2734
height: 30px;
2735
line-height: 30px;
2736
}
2737
.form-group-sm textarea.form-control,
2738
.form-group-sm select[multiple].form-control {
2739
height: auto;
2740
}
2741
.form-group-sm .form-control-static {
2742
height: 30px;
2743
min-height: 32px;
2744
padding: 6px 10px;
2745
font-size: 12px;
2746
line-height: 1.5;
2747
}
2748
.input-lg {
2749
height: 46px;
2750
padding: 10px 16px;
2751
font-size: 18px;
2752
line-height: 1.3333333;
2753
border-radius: 6px;
2754
}
2755
select.input-lg {
2756
height: 46px;
2757
line-height: 46px;
2758
}
2759
textarea.input-lg,
2760
select[multiple].input-lg {
2761
height: auto;
2762
}
2763
.form-group-lg .form-control {
2764
height: 46px;
2765
padding: 10px 16px;
2766
font-size: 18px;
2767
line-height: 1.3333333;
2768
border-radius: 6px;
2769
}
2770
.form-group-lg select.form-control {
2771
height: 46px;
2772
line-height: 46px;
2773
}
2774
.form-group-lg textarea.form-control,
2775
.form-group-lg select[multiple].form-control {
2776
height: auto;
2777
}
2778
.form-group-lg .form-control-static {
2779
height: 46px;
2780
min-height: 38px;
2781
padding: 11px 16px;
2782
font-size: 18px;
2783
line-height: 1.3333333;
2784
}
2785
.has-feedback {
2786
position: relative;
2787
}
2788
.has-feedback .form-control {
2789
padding-right: 42.5px;
2790
}
2791
.form-control-feedback {
2792
position: absolute;
2793
top: 0;
2794
right: 0;
2795
z-index: 2;
2796
display: block;
2797
width: 34px;
2798
height: 34px;
2799
line-height: 34px;
2800
text-align: center;
2801
pointer-events: none;
2802
}
2803
.input-lg + .form-control-feedback,
2804
.input-group-lg + .form-control-feedback,
2805
.form-group-lg .form-control + .form-control-feedback {
2806
width: 46px;
2807
height: 46px;
2808
line-height: 46px;
2809
}
2810
.input-sm + .form-control-feedback,
2811
.input-group-sm + .form-control-feedback,
2812
.form-group-sm .form-control + .form-control-feedback {
2813
width: 30px;
2814
height: 30px;
2815
line-height: 30px;
2816
}
2817
.has-success .help-block,
2818
.has-success .control-label,
2819
.has-success .radio,
2820
.has-success .checkbox,
2821
.has-success .radio-inline,
2822
.has-success .checkbox-inline,
2823
.has-success.radio label,
2824
.has-success.checkbox label,
2825
.has-success.radio-inline label,
2826
.has-success.checkbox-inline label {
2827
color: #3c763d;
2828
}
2829
.has-success .form-control {
2830
border-color: #3c763d;
2831
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2832
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2833
}
2834
.has-success .form-control:focus {
2835
border-color: #2b542c;
2836
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2837
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2838
}
2839
.has-success .input-group-addon {
2840
color: #3c763d;
2841
border-color: #3c763d;
2842
background-color: #dff0d8;
2843
}
2844
.has-success .form-control-feedback {
2845
color: #3c763d;
2846
}
2847
.has-warning .help-block,
2848
.has-warning .control-label,
2849
.has-warning .radio,
2850
.has-warning .checkbox,
2851
.has-warning .radio-inline,
2852
.has-warning .checkbox-inline,
2853
.has-warning.radio label,
2854
.has-warning.checkbox label,
2855
.has-warning.radio-inline label,
2856
.has-warning.checkbox-inline label {
2857
color: #8a6d3b;
2858
}
2859
.has-warning .form-control {
2860
border-color: #8a6d3b;
2861
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2862
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2863
}
2864
.has-warning .form-control:focus {
2865
border-color: #66512c;
2866
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2867
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2868
}
2869
.has-warning .input-group-addon {
2870
color: #8a6d3b;
2871
border-color: #8a6d3b;
2872
background-color: #fcf8e3;
2873
}
2874
.has-warning .form-control-feedback {
2875
color: #8a6d3b;
2876
}
2877
.has-error .help-block,
2878
.has-error .control-label,
2879
.has-error .radio,
2880
.has-error .checkbox,
2881
.has-error .radio-inline,
2882
.has-error .checkbox-inline,
2883
.has-error.radio label,
2884
.has-error.checkbox label,
2885
.has-error.radio-inline label,
2886
.has-error.checkbox-inline label {
2887
color: #a94442;
2888
}
2889
.has-error .form-control {
2890
border-color: #a94442;
2891
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2892
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2893
}
2894
.has-error .form-control:focus {
2895
border-color: #843534;
2896
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2897
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2898
}
2899
.has-error .input-group-addon {
2900
color: #a94442;
2901
border-color: #a94442;
2902
background-color: #f2dede;
2903
}
2904
.has-error .form-control-feedback {
2905
color: #a94442;
2906
}
2907
.has-feedback label ~ .form-control-feedback {
2908
top: 25px;
2909
}
2910
.has-feedback label.sr-only ~ .form-control-feedback {
2911
top: 0;
2912
}
2913
.help-block {
2914
display: block;
2915
margin-top: 5px;
2916
margin-bottom: 10px;
2917
color: #737373;
2918
}
2919
@media (min-width: 768px) {
2920
.form-inline .form-group {
2921
display: inline-block;
2922
margin-bottom: 0;
2923
vertical-align: middle;
2924
}
2925
.form-inline .form-control {
2926
display: inline-block;
2927
width: auto;
2928
vertical-align: middle;
2929
}
2930
.form-inline .form-control-static {
2931
display: inline-block;
2932
}
2933
.form-inline .input-group {
2934
display: inline-table;
2935
vertical-align: middle;
2936
}
2937
.form-inline .input-group .input-group-addon,
2938
.form-inline .input-group .input-group-btn,
2939
.form-inline .input-group .form-control {
2940
width: auto;
2941
}
2942
.form-inline .input-group > .form-control {
2943
width: 100%;
2944
}
2945
.form-inline .control-label {
2946
margin-bottom: 0;
2947
vertical-align: middle;
2948
}
2949
.form-inline .radio,
2950
.form-inline .checkbox {
2951
display: inline-block;
2952
margin-top: 0;
2953
margin-bottom: 0;
2954
vertical-align: middle;
2955
}
2956
.form-inline .radio label,
2957
.form-inline .checkbox label {
2958
padding-left: 0;
2959
}
2960
.form-inline .radio input[type="radio"],
2961
.form-inline .checkbox input[type="checkbox"] {
2962
position: relative;
2963
margin-left: 0;
2964
}
2965
.form-inline .has-feedback .form-control-feedback {
2966
top: 0;
2967
}
2968
}
2969
.form-horizontal .radio,
2970
.form-horizontal .checkbox,
2971
.form-horizontal .radio-inline,
2972
.form-horizontal .checkbox-inline {
2973
margin-top: 0;
2974
margin-bottom: 0;
2975
padding-top: 7px;
2976
}
2977
.form-horizontal .radio,
2978
.form-horizontal .checkbox {
2979
min-height: 27px;
2980
}
2981
.form-horizontal .form-group {
2982
margin-left: -15px;
2983
margin-right: -15px;
2984
}
2985
@media (min-width: 768px) {
2986
.form-horizontal .control-label {
2987
text-align: right;
2988
margin-bottom: 0;
2989
padding-top: 7px;
2990
}
2991
}
2992
.form-horizontal .has-feedback .form-control-feedback {
2993
right: 15px;
2994
}
2995
@media (min-width: 768px) {
2996
.form-horizontal .form-group-lg .control-label {
2997
padding-top: 14.333333px;
2998
font-size: 18px;
2999
}
3000
}
3001
@media (min-width: 768px) {
3002
.form-horizontal .form-group-sm .control-label {
3003
padding-top: 6px;
3004
font-size: 12px;
3005
}
3006
}
3007
.btn {
3008
display: inline-block;
3009
margin-bottom: 0;
3010
font-weight: normal;
3011
text-align: center;
3012
vertical-align: middle;
3013
-ms-touch-action: manipulation;
3014
touch-action: manipulation;
3015
cursor: pointer;
3016
background-image: none;
3017
border: 1px solid transparent;
3018
white-space: nowrap;
3019
padding: 6px 12px;
3020
font-size: 10.5px;
3021
line-height: 1.42857143;
3022
border-radius: 4px;
3023
-webkit-user-select: none;
3024
-moz-user-select: none;
3025
-ms-user-select: none;
3026
user-select: none;
3027
}
3028
.btn:focus,
3029
.btn:active:focus,
3030
.btn.active:focus,
3031
.btn.focus,
3032
.btn:active.focus,
3033
.btn.active.focus {
3034
outline: thin dotted;
3035
outline: 5px auto -webkit-focus-ring-color;
3036
outline-offset: -2px;
3037
}
3038
.btn:hover,
3039
.btn:focus,
3040
.btn.focus {
3041
color: #333333;
3042
text-decoration: none;
3043
}
3044
.btn:active,
3045
.btn.active {
3046
outline: 0;
3047
background-image: none;
3048
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3049
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3050
}
3051
.btn.disabled,
3052
.btn[disabled],
3053
fieldset[disabled] .btn {
3054
cursor: not-allowed;
3055
opacity: 0.65;
3056
filter: alpha(opacity=65);
3057
-webkit-box-shadow: none;
3058
box-shadow: none;
3059
}
3060
a.btn.disabled,
3061
fieldset[disabled] a.btn {
3062
pointer-events: none;
3063
}
3064
.btn-default {
3065
color: #333333;
3066
background-color: #ffffff;
3067
border-color: #cccccc;
3068
}
3069
.btn-default:focus,
3070
.btn-default.focus {
3071
color: #333333;
3072
background-color: #e6e6e6;
3073
border-color: #8c8c8c;
3074
}
3075
.btn-default:hover {
3076
color: #333333;
3077
background-color: #e6e6e6;
3078
border-color: #adadad;
3079
}
3080
.btn-default:active,
3081
.btn-default.active,
3082
.open > .dropdown-toggle.btn-default {
3083
color: #333333;
3084
background-color: #e6e6e6;
3085
border-color: #adadad;
3086
}
3087
.btn-default:active:hover,
3088
.btn-default.active:hover,
3089
.open > .dropdown-toggle.btn-default:hover,
3090
.btn-default:active:focus,
3091
.btn-default.active:focus,
3092
.open > .dropdown-toggle.btn-default:focus,
3093
.btn-default:active.focus,
3094
.btn-default.active.focus,
3095
.open > .dropdown-toggle.btn-default.focus {
3096
color: #333333;
3097
background-color: #d4d4d4;
3098
border-color: #8c8c8c;
3099
}
3100
.btn-default:active,
3101
.btn-default.active,
3102
.open > .dropdown-toggle.btn-default {
3103
background-image: none;
3104
}
3105
.btn-default.disabled,
3106
.btn-default[disabled],
3107
fieldset[disabled] .btn-default,
3108
.btn-default.disabled:hover,
3109
.btn-default[disabled]:hover,
3110
fieldset[disabled] .btn-default:hover,
3111
.btn-default.disabled:focus,
3112
.btn-default[disabled]:focus,
3113
fieldset[disabled] .btn-default:focus,
3114
.btn-default.disabled.focus,
3115
.btn-default[disabled].focus,
3116
fieldset[disabled] .btn-default.focus,
3117
.btn-default.disabled:active,
3118
.btn-default[disabled]:active,
3119
fieldset[disabled] .btn-default:active,
3120
.btn-default.disabled.active,
3121
.btn-default[disabled].active,
3122
fieldset[disabled] .btn-default.active {
3123
background-color: #ffffff;
3124
border-color: #cccccc;
3125
}
3126
.btn-default .badge {
3127
color: #ffffff;
3128
background-color: #333333;
3129
}
3130
.btn-primary {
3131
color: #ffffff;
3132
background-color: #337ab7;
3133
border-color: #2e6da4;
3134
}
3135
.btn-primary:focus,
3136
.btn-primary.focus {
3137
color: #ffffff;
3138
background-color: #286090;
3139
border-color: #122b40;
3140
}
3141
.btn-primary:hover {
3142
color: #ffffff;
3143
background-color: #286090;
3144
border-color: #204d74;
3145
}
3146
.btn-primary:active,
3147
.btn-primary.active,
3148
.open > .dropdown-toggle.btn-primary {
3149
color: #ffffff;
3150
background-color: #286090;
3151
border-color: #204d74;
3152
}
3153
.btn-primary:active:hover,
3154
.btn-primary.active:hover,
3155
.open > .dropdown-toggle.btn-primary:hover,
3156
.btn-primary:active:focus,
3157
.btn-primary.active:focus,
3158
.open > .dropdown-toggle.btn-primary:focus,
3159
.btn-primary:active.focus,
3160
.btn-primary.active.focus,
3161
.open > .dropdown-toggle.btn-primary.focus {
3162
color: #ffffff;
3163
background-color: #204d74;
3164
border-color: #122b40;
3165
}
3166
.btn-primary:active,
3167
.btn-primary.active,
3168
.open > .dropdown-toggle.btn-primary {
3169
background-image: none;
3170
}
3171
.btn-primary.disabled,
3172
.btn-primary[disabled],
3173
fieldset[disabled] .btn-primary,
3174
.btn-primary.disabled:hover,
3175
.btn-primary[disabled]:hover,
3176
fieldset[disabled] .btn-primary:hover,
3177
.btn-primary.disabled:focus,
3178
.btn-primary[disabled]:focus,
3179
fieldset[disabled] .btn-primary:focus,
3180
.btn-primary.disabled.focus,
3181
.btn-primary[disabled].focus,
3182
fieldset[disabled] .btn-primary.focus,
3183
.btn-primary.disabled:active,
3184
.btn-primary[disabled]:active,
3185
fieldset[disabled] .btn-primary:active,
3186
.btn-primary.disabled.active,
3187
.btn-primary[disabled].active,
3188
fieldset[disabled] .btn-primary.active {
3189
background-color: #337ab7;
3190
border-color: #2e6da4;
3191
}
3192
.btn-primary .badge {
3193
color: #337ab7;
3194
background-color: #ffffff;
3195
}
3196
.btn-success {
3197
color: #ffffff;
3198
background-color: #5cb85c;
3199
border-color: #4cae4c;
3200
}
3201
.btn-success:focus,
3202
.btn-success.focus {
3203
color: #ffffff;
3204
background-color: #449d44;
3205
border-color: #255625;
3206
}
3207
.btn-success:hover {
3208
color: #ffffff;
3209
background-color: #449d44;
3210
border-color: #398439;
3211
}
3212
.btn-success:active,
3213
.btn-success.active,
3214
.open > .dropdown-toggle.btn-success {
3215
color: #ffffff;
3216
background-color: #449d44;
3217
border-color: #398439;
3218
}
3219
.btn-success:active:hover,
3220
.btn-success.active:hover,
3221
.open > .dropdown-toggle.btn-success:hover,
3222
.btn-success:active:focus,
3223
.btn-success.active:focus,
3224
.open > .dropdown-toggle.btn-success:focus,
3225
.btn-success:active.focus,
3226
.btn-success.active.focus,
3227
.open > .dropdown-toggle.btn-success.focus {
3228
color: #ffffff;
3229
background-color: #398439;
3230
border-color: #255625;
3231
}
3232
.btn-success:active,
3233
.btn-success.active,
3234
.open > .dropdown-toggle.btn-success {
3235
background-image: none;
3236
}
3237
.btn-success.disabled,
3238
.btn-success[disabled],
3239
fieldset[disabled] .btn-success,
3240
.btn-success.disabled:hover,
3241
.btn-success[disabled]:hover,
3242
fieldset[disabled] .btn-success:hover,
3243
.btn-success.disabled:focus,
3244
.btn-success[disabled]:focus,
3245
fieldset[disabled] .btn-success:focus,
3246
.btn-success.disabled.focus,
3247
.btn-success[disabled].focus,
3248
fieldset[disabled] .btn-success.focus,
3249
.btn-success.disabled:active,
3250
.btn-success[disabled]:active,
3251
fieldset[disabled] .btn-success:active,
3252
.btn-success.disabled.active,
3253
.btn-success[disabled].active,
3254
fieldset[disabled] .btn-success.active {
3255
background-color: #5cb85c;
3256
border-color: #4cae4c;
3257
}
3258
.btn-success .badge {
3259
color: #5cb85c;
3260
background-color: #ffffff;
3261
}
3262
.btn-info {
3263
color: #ffffff;
3264
background-color: #5bc0de;
3265
border-color: #46b8da;
3266
}
3267
.btn-info:focus,
3268
.btn-info.focus {
3269
color: #ffffff;
3270
background-color: #31b0d5;
3271
border-color: #1b6d85;
3272
}
3273
.btn-info:hover {
3274
color: #ffffff;
3275
background-color: #31b0d5;
3276
border-color: #269abc;
3277
}
3278
.btn-info:active,
3279
.btn-info.active,
3280
.open > .dropdown-toggle.btn-info {
3281
color: #ffffff;
3282
background-color: #31b0d5;
3283
border-color: #269abc;
3284
}
3285
.btn-info:active:hover,
3286
.btn-info.active:hover,
3287
.open > .dropdown-toggle.btn-info:hover,
3288
.btn-info:active:focus,
3289
.btn-info.active:focus,
3290
.open > .dropdown-toggle.btn-info:focus,
3291
.btn-info:active.focus,
3292
.btn-info.active.focus,
3293
.open > .dropdown-toggle.btn-info.focus {
3294
color: #ffffff;
3295
background-color: #269abc;
3296
border-color: #1b6d85;
3297
}
3298
.btn-info:active,
3299
.btn-info.active,
3300
.open > .dropdown-toggle.btn-info {
3301
background-image: none;
3302
}
3303
.btn-info.disabled,
3304
.btn-info[disabled],
3305
fieldset[disabled] .btn-info,
3306
.btn-info.disabled:hover,
3307
.btn-info[disabled]:hover,
3308
fieldset[disabled] .btn-info:hover,
3309
.btn-info.disabled:focus,
3310
.btn-info[disabled]:focus,
3311
fieldset[disabled] .btn-info:focus,
3312
.btn-info.disabled.focus,
3313
.btn-info[disabled].focus,
3314
fieldset[disabled] .btn-info.focus,
3315
.btn-info.disabled:active,
3316
.btn-info[disabled]:active,
3317
fieldset[disabled] .btn-info:active,
3318
.btn-info.disabled.active,
3319
.btn-info[disabled].active,
3320
fieldset[disabled] .btn-info.active {
3321
background-color: #5bc0de;
3322
border-color: #46b8da;
3323
}
3324
.btn-info .badge {
3325
color: #5bc0de;
3326
background-color: #ffffff;
3327
}
3328
.btn-warning {
3329
color: #ffffff;
3330
background-color: #f0ad4e;
3331
border-color: #eea236;
3332
}
3333
.btn-warning:focus,
3334
.btn-warning.focus {
3335
color: #ffffff;
3336
background-color: #ec971f;
3337
border-color: #985f0d;
3338
}
3339
.btn-warning:hover {
3340
color: #ffffff;
3341
background-color: #ec971f;
3342
border-color: #d58512;
3343
}
3344
.btn-warning:active,
3345
.btn-warning.active,
3346
.open > .dropdown-toggle.btn-warning {
3347
color: #ffffff;
3348
background-color: #ec971f;
3349
border-color: #d58512;
3350
}
3351
.btn-warning:active:hover,
3352
.btn-warning.active:hover,
3353
.open > .dropdown-toggle.btn-warning:hover,
3354
.btn-warning:active:focus,
3355
.btn-warning.active:focus,
3356
.open > .dropdown-toggle.btn-warning:focus,
3357
.btn-warning:active.focus,
3358
.btn-warning.active.focus,
3359
.open > .dropdown-toggle.btn-warning.focus {
3360
color: #ffffff;
3361
background-color: #d58512;
3362
border-color: #985f0d;
3363
}
3364
.btn-warning:active,
3365
.btn-warning.active,
3366
.open > .dropdown-toggle.btn-warning {
3367
background-image: none;
3368
}
3369
.btn-warning.disabled,
3370
.btn-warning[disabled],
3371
fieldset[disabled] .btn-warning,
3372
.btn-warning.disabled:hover,
3373
.btn-warning[disabled]:hover,
3374
fieldset[disabled] .btn-warning:hover,
3375
.btn-warning.disabled:focus,
3376
.btn-warning[disabled]:focus,
3377
fieldset[disabled] .btn-warning:focus,
3378
.btn-warning.disabled.focus,
3379
.btn-warning[disabled].focus,
3380
fieldset[disabled] .btn-warning.focus,
3381
.btn-warning.disabled:active,
3382
.btn-warning[disabled]:active,
3383
fieldset[disabled] .btn-warning:active,
3384
.btn-warning.disabled.active,
3385
.btn-warning[disabled].active,
3386
fieldset[disabled] .btn-warning.active {
3387
background-color: #f0ad4e;
3388
border-color: #eea236;
3389
}
3390
.btn-warning .badge {
3391
color: #f0ad4e;
3392
background-color: #ffffff;
3393
}
3394
.btn-danger {
3395
color: #ffffff;
3396
background-color: #d9534f;
3397
border-color: #d43f3a;
3398
}
3399
.btn-danger:focus,
3400
.btn-danger.focus {
3401
color: #ffffff;
3402
background-color: #c9302c;
3403
border-color: #761c19;
3404
}
3405
.btn-danger:hover {
3406
color: #ffffff;
3407
background-color: #c9302c;
3408
border-color: #ac2925;
3409
}
3410
.btn-danger:active,
3411
.btn-danger.active,
3412
.open > .dropdown-toggle.btn-danger {
3413
color: #ffffff;
3414
background-color: #c9302c;
3415
border-color: #ac2925;
3416
}
3417
.btn-danger:active:hover,
3418
.btn-danger.active:hover,
3419
.open > .dropdown-toggle.btn-danger:hover,
3420
.btn-danger:active:focus,
3421
.btn-danger.active:focus,
3422
.open > .dropdown-toggle.btn-danger:focus,
3423
.btn-danger:active.focus,
3424
.btn-danger.active.focus,
3425
.open > .dropdown-toggle.btn-danger.focus {
3426
color: #ffffff;
3427
background-color: #ac2925;
3428
border-color: #761c19;
3429
}
3430
.btn-danger:active,
3431
.btn-danger.active,
3432
.open > .dropdown-toggle.btn-danger {
3433
background-image: none;
3434
}
3435
.btn-danger.disabled,
3436
.btn-danger[disabled],
3437
fieldset[disabled] .btn-danger,
3438
.btn-danger.disabled:hover,
3439
.btn-danger[disabled]:hover,
3440
fieldset[disabled] .btn-danger:hover,
3441
.btn-danger.disabled:focus,
3442
.btn-danger[disabled]:focus,
3443
fieldset[disabled] .btn-danger:focus,
3444
.btn-danger.disabled.focus,
3445
.btn-danger[disabled].focus,
3446
fieldset[disabled] .btn-danger.focus,
3447
.btn-danger.disabled:active,
3448
.btn-danger[disabled]:active,
3449
fieldset[disabled] .btn-danger:active,
3450
.btn-danger.disabled.active,
3451
.btn-danger[disabled].active,
3452
fieldset[disabled] .btn-danger.active {
3453
background-color: #d9534f;
3454
border-color: #d43f3a;
3455
}
3456
.btn-danger .badge {
3457
color: #d9534f;
3458
background-color: #ffffff;
3459
}
3460
.btn-link {
3461
color: #337ab7;
3462
font-weight: normal;
3463
border-radius: 0;
3464
}
3465
.btn-link,
3466
.btn-link:active,
3467
.btn-link.active,
3468
.btn-link[disabled],
3469
fieldset[disabled] .btn-link {
3470
background-color: transparent;
3471
-webkit-box-shadow: none;
3472
box-shadow: none;
3473
}
3474
.btn-link,
3475
.btn-link:hover,
3476
.btn-link:focus,
3477
.btn-link:active {
3478
border-color: transparent;
3479
}
3480
.btn-link:hover,
3481
.btn-link:focus {
3482
color: #23527c;
3483
text-decoration: underline;
3484
background-color: transparent;
3485
}
3486
.btn-link[disabled]:hover,
3487
fieldset[disabled] .btn-link:hover,
3488
.btn-link[disabled]:focus,
3489
fieldset[disabled] .btn-link:focus {
3490
color: #777777;
3491
text-decoration: none;
3492
}
3493
.btn-lg,
3494
.btn-group-lg > .btn {
3495
padding: 10px 16px;
3496
font-size: 18px;
3497
line-height: 1.3333333;
3498
border-radius: 6px;
3499
}
3500
.btn-sm,
3501
.btn-group-sm > .btn {
3502
padding: 5px 5px;
3503
font-size: 9px;
3504
line-height: 1.5;
3505
border-radius: 3px;
3506
}
3507
.btn-xs,
3508
.btn-group-xs > .btn {
3509
padding: 1px 5px;
3510
font-size: 9px;
3511
line-height: 1.5;
3512
border-radius: 3px;
3513
}
3514
.btn-block {
3515
display: block;
3516
width: 100%;
3517
}
3518
.btn-block + .btn-block {
3519
margin-top: 5px;
3520
}
3521
input[type="submit"].btn-block,
3522
input[type="reset"].btn-block,
3523
input[type="button"].btn-block {
3524
width: 100%;
3525
}
3526
.fade {
3527
opacity: 0;
3528
-webkit-transition: opacity 0.15s linear;
3529
-o-transition: opacity 0.15s linear;
3530
transition: opacity 0.15s linear;
3531
}
3532
.fade.in {
3533
opacity: 1;
3534
}
3535
.collapse {
3536
display: none;
3537
}
3538
.collapse.in {
3539
display: block;
3540
}
3541
tr.collapse.in {
3542
display: table-row;
3543
}
3544
tbody.collapse.in {
3545
display: table-row-group;
3546
}
3547
.collapsing {
3548
position: relative;
3549
height: 0;
3550
overflow: hidden;
3551
-webkit-transition-property: height, visibility;
3552
-o-transition-property: height, visibility;
3553
transition-property: height, visibility;
3554
-webkit-transition-duration: 0.35s;
3555
-o-transition-duration: 0.35s;
3556
transition-duration: 0.35s;
3557
-webkit-transition-timing-function: ease;
3558
-o-transition-timing-function: ease;
3559
transition-timing-function: ease;
3560
}
3561
.caret {
3562
display: inline-block;
3563
width: 0;
3564
height: 0;
3565
margin-left: 2px;
3566
vertical-align: middle;
3567
border-top: 4px dashed;
3568
border-top: 4px solid \9;
3569
border-right: 4px solid transparent;
3570
border-left: 4px solid transparent;
3571
}
3572
.dropup,
3573
.dropdown {
3574
position: relative;
3575
}
3576
.dropdown-toggle:focus {
3577
outline: 0;
3578
}
3579
.dropdown-menu {
3580
position: absolute;
3581
top: 100%;
3582
left: 0;
3583
z-index: 1000;
3584
display: none;
3585
float: left;
3586
min-width: 160px;
3587
padding: 5px 0;
3588
margin: 2px 0 0;
3589
list-style: none;
3590
/*font-size: 14px;*/
3591
text-align: left;
3592
background-color: #ffffff;
3593
border: 1px solid #cccccc;
3594
border: 1px solid rgba(0, 0, 0, 0.15);
3595
border-radius: 4px;
3596
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3597
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3598
-webkit-background-clip: padding-box;
3599
background-clip: padding-box;
3600
}
3601
.dropdown-menu.pull-right {
3602
right: 0;
3603
left: auto;
3604
}
3605
.dropdown-menu .divider {
3606
height: 1px;
3607
margin: 9px 0;
3608
overflow: hidden;
3609
background-color: #e5e5e5;
3610
}
3611
.dropdown-menu > li > a {
3612
display: block;
3613
padding: 2.25px 15px;
3614
clear: both;
3615
font-weight: normal;
3616
line-height: 1.42857143;
3617
color: #333333;
3618
white-space: nowrap;
3619
}
3620
.dropdown-menu > li > a:hover,
3621
.dropdown-menu > li > a:focus {
3622
text-decoration: none;
3623
color: #262626;
3624
background-color: #f5f5f5;
3625
}
3626
.dropdown-menu > .active > a,
3627
.dropdown-menu > .active > a:hover,
3628
.dropdown-menu > .active > a:focus {
3629
color: #ffffff;
3630
text-decoration: none;
3631
outline: 0;
3632
background-color: #337ab7;
3633
}
3634
.dropdown-menu > .disabled > a,
3635
.dropdown-menu > .disabled > a:hover,
3636
.dropdown-menu > .disabled > a:focus {
3637
color: #777777;
3638
}
3639
.dropdown-menu > .disabled > a:hover,
3640
.dropdown-menu > .disabled > a:focus {
3641
text-decoration: none;
3642
background-color: transparent;
3643
background-image: none;
3644
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3645
cursor: not-allowed;
3646
}
3647
.open > .dropdown-menu {
3648
display: block;
3649
}
3650
.open > a {
3651
outline: 0;
3652
}
3653
.dropdown-menu-right {
3654
left: auto;
3655
right: 0;
3656
}
3657
.dropdown-menu-left {
3658
left: 0;
3659
right: auto;
3660
}
3661
.dropdown-header {
3662
display: block;
3663
padding: 3px 20px;
3664
font-size: 12px;
3665
line-height: 1.42857143;
3666
color: #777777;
3667
white-space: nowrap;
3668
}
3669
.dropdown-backdrop {
3670
position: fixed;
3671
left: 0;
3672
right: 0;
3673
bottom: 0;
3674
top: 0;
3675
z-index: 990;
3676
}
3677
.pull-right > .dropdown-menu {
3678
right: 0;
3679
left: auto;
3680
}
3681
.dropup .caret,
3682
.navbar-fixed-bottom .dropdown .caret {
3683
border-top: 0;
3684
border-bottom: 4px dashed;
3685
border-bottom: 4px solid \9;
3686
content: "";
3687
}
3688
.dropup .dropdown-menu,
3689
.navbar-fixed-bottom .dropdown .dropdown-menu {
3690
top: auto;
3691
bottom: 100%;
3692
margin-bottom: 2px;
3693
}
3694
@media (min-width: 768px) {
3695
.navbar-right .dropdown-menu {
3696
left: auto;
3697
right: 0;
3698
}
3699
.navbar-right .dropdown-menu-left {
3700
left: 0;
3701
right: auto;
3702
}
3703
}
3704
.btn-group,
3705
.btn-group-vertical {
3706
position: relative;
3707
display: inline-block;
3708
vertical-align: middle;
3709
}
3710
.btn-group > .btn,
3711
.btn-group-vertical > .btn {
3712
position: relative;
3713
float: left;
3714
}
3715
.btn-group > .btn:hover,
3716
.btn-group-vertical > .btn:hover,
3717
.btn-group > .btn:focus,
3718
.btn-group-vertical > .btn:focus,
3719
.btn-group > .btn:active,
3720
.btn-group-vertical > .btn:active,
3721
.btn-group > .btn.active,
3722
.btn-group-vertical > .btn.active {
3723
z-index: 2;
3724
}
3725
.btn-group .btn + .btn,
3726
.btn-group .btn + .btn-group,
3727
.btn-group .btn-group + .btn,
3728
.btn-group .btn-group + .btn-group {
3729
margin-left: -1px;
3730
}
3731
.btn-toolbar {
3732
margin-left: -5px;
3733
}
3734
.btn-toolbar .btn,
3735
.btn-toolbar .btn-group,
3736
.btn-toolbar .input-group {
3737
float: left;
3738
}
3739
.btn-toolbar > .btn,
3740
.btn-toolbar > .btn-group,
3741
.btn-toolbar > .input-group {
3742
margin-left: 5px;
3743
}
3744
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3745
border-radius: 0;
3746
}
3747
.btn-group > .btn:first-child {
3748
margin-left: 0;
3749
}
3750
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3751
border-bottom-right-radius: 0;
3752
border-top-right-radius: 0;
3753
}
3754
.btn-group > .btn:last-child:not(:first-child),
3755
.btn-group > .dropdown-toggle:not(:first-child) {
3756
border-bottom-left-radius: 0;
3757
border-top-left-radius: 0;
3758
}
3759
.btn-group > .btn-group {
3760
float: left;
3761
}
3762
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3763
border-radius: 0;
3764
}
3765
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
3766
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3767
border-bottom-right-radius: 0;
3768
border-top-right-radius: 0;
3769
}
3770
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
3771
border-bottom-left-radius: 0;
3772
border-top-left-radius: 0;
3773
}
3774
.btn-group .dropdown-toggle:active,
3775
.btn-group.open .dropdown-toggle {
3776
outline: 0;
3777
}
3778
.btn-group > .btn + .dropdown-toggle {
3779
padding-left: 8px;
3780
padding-right: 8px;
3781
}
3782
.btn-group > .btn-lg + .dropdown-toggle {
3783
padding-left: 12px;
3784
padding-right: 12px;
3785
}
3786
.btn-group.open .dropdown-toggle {
3787
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3788
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3789
}
3790
.btn-group.open .dropdown-toggle.btn-link {
3791
-webkit-box-shadow: none;
3792
box-shadow: none;
3793
}
3794
.btn .caret {
3795
margin-left: 0;
3796
}
3797
.btn-lg .caret {
3798
border-width: 5px 5px 0;
3799
border-bottom-width: 0;
3800
}
3801
.dropup .btn-lg .caret {
3802
border-width: 0 5px 5px;
3803
}
3804
.btn-group-vertical > .btn,
3805
.btn-group-vertical > .btn-group,
3806
.btn-group-vertical > .btn-group > .btn {
3807
display: block;
3808
float: none;
3809
width: 100%;
3810
max-width: 100%;
3811
}
3812
.btn-group-vertical > .btn-group > .btn {
3813
float: none;
3814
}
3815
.btn-group-vertical > .btn + .btn,
3816
.btn-group-vertical > .btn + .btn-group,
3817
.btn-group-vertical > .btn-group + .btn,
3818
.btn-group-vertical > .btn-group + .btn-group {
3819
margin-top: -1px;
3820
margin-left: 0;
3821
}
3822
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3823
border-radius: 0;
3824
}
3825
.btn-group-vertical > .btn:first-child:not(:last-child) {
3826
border-top-right-radius: 4px;
3827
border-bottom-right-radius: 0;
3828
border-bottom-left-radius: 0;
3829
}
3830
.btn-group-vertical > .btn:last-child:not(:first-child) {
3831
border-bottom-left-radius: 4px;
3832
border-top-right-radius: 0;
3833
border-top-left-radius: 0;
3834
}
3835
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3836
border-radius: 0;
3837
}
3838
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3839
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3840
border-bottom-right-radius: 0;
3841
border-bottom-left-radius: 0;
3842
}
3843
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3844
border-top-right-radius: 0;
3845
border-top-left-radius: 0;
3846
}
3847
.btn-group-justified {
3848
display: table;
3849
width: 100%;
3850
table-layout: fixed;
3851
border-collapse: separate;
3852
}
3853
.btn-group-justified > .btn,
3854
.btn-group-justified > .btn-group {
3855
float: none;
3856
display: table-cell;
3857
width: 1%;
3858
}
3859
.btn-group-justified > .btn-group .btn {
3860
width: 100%;
3861
}
3862
.btn-group-justified > .btn-group .dropdown-menu {
3863
left: auto;
3864
}
3865
[data-toggle="buttons"] > .btn input[type="radio"],
3866
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
3867
[data-toggle="buttons"] > .btn input[type="checkbox"],
3868
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
3869
position: absolute;
3870
clip: rect(0, 0, 0, 0);
3871
pointer-events: none;
3872
}
3873
.input-group {
3874
position: relative;
3875
display: table;
3876
border-collapse: separate;
3877
}
3878
.input-group[class*="col-"] {
3879
float: none;
3880
padding-left: 0;
3881
padding-right: 0;
3882
}
3883
.input-group .form-control {
3884
position: relative;
3885
z-index: 2;
3886
float: left;
3887
width: 100%;
3888
margin-bottom: 0;
3889
}
3890
.input-group-lg > .form-control,
3891
.input-group-lg > .input-group-addon,
3892
.input-group-lg > .input-group-btn > .btn {
3893
height: 46px;
3894
padding: 10px 16px;
3895
font-size: 18px;
3896
line-height: 1.3333333;
3897
border-radius: 6px;
3898
}
3899
select.input-group-lg > .form-control,
3900
select.input-group-lg > .input-group-addon,
3901
select.input-group-lg > .input-group-btn > .btn {
3902
height: 46px;
3903
line-height: 46px;
3904
}
3905
textarea.input-group-lg > .form-control,
3906
textarea.input-group-lg > .input-group-addon,
3907
textarea.input-group-lg > .input-group-btn > .btn,
3908
select[multiple].input-group-lg > .form-control,
3909
select[multiple].input-group-lg > .input-group-addon,
3910
select[multiple].input-group-lg > .input-group-btn > .btn {
3911
height: auto;
3912
}
3913
.input-group-sm > .form-control,
3914
.input-group-sm > .input-group-addon,
3915
.input-group-sm > .input-group-btn > .btn {
3916
height: 22.5px;
3917
padding: 3.75px 7.5px;
3918
font-size: 9px;
3919
/*line-height: 1.5;*/
3920
border-radius: 3px;
3921
}
3922
select.input-group-sm > .form-control,
3923
select.input-group-sm > .input-group-addon,
3924
select.input-group-sm > .input-group-btn > .btn {
3925
height: 30px;
3926
line-height: 30px;
3927
}
3928
textarea.input-group-sm > .form-control,
3929
textarea.input-group-sm > .input-group-addon,
3930
textarea.input-group-sm > .input-group-btn > .btn,
3931
select[multiple].input-group-sm > .form-control,
3932
select[multiple].input-group-sm > .input-group-addon,
3933
select[multiple].input-group-sm > .input-group-btn > .btn {
3934
height: auto;
3935
}
3936
.input-group-addon,
3937
.input-group-btn,
3938
.input-group .form-control {
3939
display: table-cell;
3940
}
3941
.input-group-addon:not(:first-child):not(:last-child),
3942
.input-group-btn:not(:first-child):not(:last-child),
3943
.input-group .form-control:not(:first-child):not(:last-child) {
3944
border-radius: 0;
3945
}
3946
.input-group-addon,
3947
.input-group-btn {
3948
width: 1%;
3949
white-space: nowrap;
3950
vertical-align: middle;
3951
}
3952
.input-group-addon {
3953
padding: 6px 12px;
3954
font-size: 14px;
3955
font-weight: normal;
3956
line-height: 1;
3957
color: #555555;
3958
text-align: center;
3959
background-color: #eeeeee;
3960
border: 1px solid #cccccc;
3961
border-radius: 4px;
3962
}
3963
.input-group-addon.input-sm {
3964
padding: 5px 10px;
3965
font-size: 12px;
3966
border-radius: 3px;
3967
}
3968
.input-group-addon.input-lg {
3969
padding: 10px 16px;
3970
font-size: 18px;
3971
border-radius: 6px;
3972
}
3973
.input-group-addon input[type="radio"],
3974
.input-group-addon input[type="checkbox"] {
3975
margin-top: 0;
3976
}
3977
.input-group .form-control:first-child,
3978
.input-group-addon:first-child,
3979
.input-group-btn:first-child > .btn,
3980
.input-group-btn:first-child > .btn-group > .btn,
3981
.input-group-btn:first-child > .dropdown-toggle,
3982
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3983
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3984
border-bottom-right-radius: 0;
3985
border-top-right-radius: 0;
3986
}
3987
.input-group-addon:first-child {
3988
border-right: 0;
3989
}
3990
.input-group .form-control:last-child,
3991
.input-group-addon:last-child,
3992
.input-group-btn:last-child > .btn,
3993
.input-group-btn:last-child > .btn-group > .btn,
3994
.input-group-btn:last-child > .dropdown-toggle,
3995
.input-group-btn:first-child > .btn:not(:first-child),
3996
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3997
border-bottom-left-radius: 0;
3998
border-top-left-radius: 0;
3999
}
4000
.input-group-addon:last-child {
4001
border-left: 0;
4002
}
4003
.input-group-btn {
4004
position: relative;
4005
font-size: 0;
4006
white-space: nowrap;
4007
}
4008
.input-group-btn > .btn {
4009
position: relative;
4010
}
4011
.input-group-btn > .btn + .btn {
4012
margin-left: -1px;
4013
}
4014
.input-group-btn > .btn:hover,
4015
.input-group-btn > .btn:focus,
4016
.input-group-btn > .btn:active {
4017
z-index: 2;
4018
}
4019
.input-group-btn:first-child > .btn,
4020
.input-group-btn:first-child > .btn-group {
4021
margin-right: -1px;
4022
}
4023
.input-group-btn:last-child > .btn,
4024
.input-group-btn:last-child > .btn-group {
4025
z-index: 2;
4026
margin-left: -1px;
4027
}
4028
.nav {
4029
margin-bottom: 0;
4030
padding-left: 0;
4031
list-style: none;
4032
}
4033
.nav > li {
4034
position: relative;
4035
display: block;
4036
}
4037
.nav > li > a {
4038
position: relative;
4039
display: block;
4040
padding: 10px 15px;
4041
}
4042
.nav > li > a:hover,
4043
.nav > li > a:focus {
4044
text-decoration: none;
4045
background-color: #eeeeee;
4046
}
4047
.nav > li.disabled > a {
4048
color: #777777;
4049
}
4050
.nav > li.disabled > a:hover,
4051
.nav > li.disabled > a:focus {
4052
color: #777777;
4053
text-decoration: none;
4054
background-color: transparent;
4055
cursor: not-allowed;
4056
}
4057
.nav .open > a,
4058
.nav .open > a:hover,
4059
.nav .open > a:focus {
4060
background-color: #eeeeee;
4061
border-color: #337ab7;
4062
}
4063
.nav .nav-divider {
4064
height: 1px;
4065
margin: 9px 0;
4066
overflow: hidden;
4067
background-color: #e5e5e5;
4068
}
4069
.nav > li > a > img {
4070
max-width: none;
4071
}
4072
.nav-tabs {
4073
border-bottom: 1px solid #dddddd;
4074
}
4075
.nav-tabs > li {
4076
float: left;
4077
margin-bottom: -1px;
4078
}
4079
.nav-tabs > li > a {
4080
margin-right: 2px;
4081
line-height: 1.42857143;
4082
border: 1px solid transparent;
4083
border-radius: 4px 4px 0 0;
4084
}
4085
.nav-tabs > li > a:hover {
4086
border-color: #eeeeee #eeeeee #dddddd;
4087
}
4088
.nav-tabs > li.active > a,
4089
.nav-tabs > li.active > a:hover,
4090
.nav-tabs > li.active > a:focus {
4091
color: #555555;
4092
background-color: #ffffff;
4093
border: 1px solid #dddddd;
4094
border-bottom-color: transparent;
4095
cursor: default;
4096
}
4097
.nav-tabs.nav-justified {
4098
width: 100%;
4099
border-bottom: 0;
4100
}
4101
.nav-tabs.nav-justified > li {
4102
float: none;
4103
}
4104
.nav-tabs.nav-justified > li > a {
4105
text-align: center;
4106
margin-bottom: 5px;
4107
}
4108
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
4109
top: auto;
4110
left: auto;
4111
}
4112
@media (min-width: 768px) {
4113
.nav-tabs.nav-justified > li {
4114
display: table-cell;
4115
width: 1%;
4116
}
4117
.nav-tabs.nav-justified > li > a {
4118
margin-bottom: 0;
4119
}
4120
}
4121
.nav-tabs.nav-justified > li > a {
4122
margin-right: 0;
4123
border-radius: 4px;
4124
}
4125
.nav-tabs.nav-justified > .active > a,
4126
.nav-tabs.nav-justified > .active > a:hover,
4127
.nav-tabs.nav-justified > .active > a:focus {
4128
border: 1px solid #dddddd;
4129
}
4130
@media (min-width: 768px) {
4131
.nav-tabs.nav-justified > li > a {
4132
border-bottom: 1px solid #dddddd;
4133
border-radius: 4px 4px 0 0;
4134
}
4135
.nav-tabs.nav-justified > .active > a,
4136
.nav-tabs.nav-justified > .active > a:hover,
4137
.nav-tabs.nav-justified > .active > a:focus {
4138
border-bottom-color: #ffffff;
4139
}
4140
}
4141
.nav-pills > li {
4142
float: left;
4143
}
4144
.nav-pills > li > a {
4145
border-radius: 4px;
4146
}
4147
.nav-pills > li + li {
4148
margin-left: 2px;
4149
}
4150
.nav-pills > li.active > a,
4151
.nav-pills > li.active > a:hover,
4152
.nav-pills > li.active > a:focus {
4153
color: #ffffff;
4154
background-color: #337ab7;
4155
}
4156
.nav-stacked > li {
4157
float: none;
4158
}
4159
.nav-stacked > li + li {
4160
margin-top: 2px;
4161
margin-left: 0;
4162
}
4163
.nav-justified {
4164
width: 100%;
4165
}
4166
.nav-justified > li {
4167
float: none;
4168
}
4169
.nav-justified > li > a {
4170
text-align: center;
4171
margin-bottom: 5px;
4172
}
4173
.nav-justified > .dropdown .dropdown-menu {
4174
top: auto;
4175
left: auto;
4176
}
4177
@media (min-width: 768px) {
4178
.nav-justified > li {
4179
display: table-cell;
4180
width: 1%;
4181
}
4182
.nav-justified > li > a {
4183
margin-bottom: 0;
4184
}
4185
}
4186
.nav-tabs-justified {
4187
border-bottom: 0;
4188
}
4189
.nav-tabs-justified > li > a {
4190
margin-right: 0;
4191
border-radius: 4px;
4192
}
4193
.nav-tabs-justified > .active > a,
4194
.nav-tabs-justified > .active > a:hover,
4195
.nav-tabs-justified > .active > a:focus {
4196
border: 1px solid #dddddd;
4197
}
4198
@media (min-width: 768px) {
4199
.nav-tabs-justified > li > a {
4200
border-bottom: 1px solid #dddddd;
4201
border-radius: 4px 4px 0 0;
4202
}
4203
.nav-tabs-justified > .active > a,
4204
.nav-tabs-justified > .active > a:hover,
4205
.nav-tabs-justified > .active > a:focus {
4206
border-bottom-color: #ffffff;
4207
}
4208
}
4209
.tab-content > .tab-pane {
4210
display: none;
4211
}
4212
.tab-content > .active {
4213
display: block;
4214
}
4215
.nav-tabs .dropdown-menu {
4216
margin-top: -1px;
4217
border-top-right-radius: 0;
4218
border-top-left-radius: 0;
4219
}
4220
.navbar {
4221
position: relative;
4222
min-height: 25px;
4223
margin-bottom: 20px;
4224
border: 1px solid transparent;
4225
}
4226
@media (min-width: 768px) {
4227
.navbar {
4228
border-radius: 4px;
4229
}
4230
}
4231
@media (min-width: 768px) {
4232
.navbar-header {
4233
float: left;
4234
}
4235
}
4236
.navbar-collapse {
4237
overflow-x: visible;
4238
padding-right: 15px;
4239
padding-left: 15px;
4240
border-top: 1px solid transparent;
4241
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4242
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4243
-webkit-overflow-scrolling: touch;
4244
}
4245
.navbar-collapse.in {
4246
overflow-y: auto;
4247
}
4248
@media (min-width: 768px) {
4249
.navbar-collapse {
4250
width: auto;
4251
border-top: 0;
4252
-webkit-box-shadow: none;
4253
box-shadow: none;
4254
}
4255
.navbar-collapse.collapse {
4256
display: block !important;
4257
height: auto !important;
4258
padding-bottom: 0;
4259
overflow: visible !important;
4260
}
4261
.navbar-collapse.in {
4262
overflow-y: visible;
4263
}
4264
.navbar-fixed-top .navbar-collapse,
4265
.navbar-static-top .navbar-collapse,
4266
.navbar-fixed-bottom .navbar-collapse {
4267
padding-left: 0;
4268
padding-right: 0;
4269
}
4270
}
4271
.navbar-fixed-top .navbar-collapse,
4272
.navbar-fixed-bottom .navbar-collapse {
4273
max-height: 340px;
4274
}
4275
@media (max-device-width: 480px) and (orientation: landscape) {
4276
.navbar-fixed-top .navbar-collapse,
4277
.navbar-fixed-bottom .navbar-collapse {
4278
max-height: 200px;
4279
}
4280
}
4281
.container > .navbar-header,
4282
.container-fluid > .navbar-header,
4283
.container > .navbar-collapse,
4284
.container-fluid > .navbar-collapse {
4285
margin-right: -15px;
4286
margin-left: -15px;
4287
}
4288
@media (min-width: 768px) {
4289
.container > .navbar-header,
4290
.container-fluid > .navbar-header,
4291
.container > .navbar-collapse,
4292
.container-fluid > .navbar-collapse {
4293
margin-right: 0;
4294
margin-left: 0;
4295
}
4296
}
4297
.navbar-static-top {
4298
z-index: 1000;
4299
border-width: 0 0 1px;
4300
}
4301
@media (min-width: 768px) {
4302
.navbar-static-top {
4303
border-radius: 0;
4304
}
4305
}
4306
.navbar-fixed-top,
4307
.navbar-fixed-bottom {
4308
position: fixed;
4309
right: 0;
4310
left: 0;
4311
z-index: 1030;
4312
}
4313
@media (min-width: 768px) {
4314
.navbar-fixed-top,
4315
.navbar-fixed-bottom {
4316
border-radius: 0;
4317
}
4318
}
4319
.navbar-fixed-top {
4320
top: 0;
4321
border-width: 0 0 1px;
4322
}
4323
.navbar-fixed-bottom {
4324
bottom: 0;
4325
margin-bottom: 0;
4326
border-width: 1px 0 0;
4327
}
4328
.navbar-brand {
4329
float: left;
4330
padding: 2.5px 15px;
4331
font-size: 13.5px;
4332
line-height: 20px;
4333
height: 25px;
4334
}
4335
.navbar-brand:hover,
4336
.navbar-brand:focus {
4337
text-decoration: none;
4338
}
4339
.navbar-brand > img {
4340
display: block;
4341
}
4342
@media (min-width: 768px) {
4343
.navbar > .container .navbar-brand,
4344
.navbar > .container-fluid .navbar-brand {
4345
margin-left: -15px;
4346
}
4347
}
4348
.navbar-toggle {
4349
position: relative;
4350
float: right;
4351
margin-right: 15px;
4352
padding: 9px 10px;
4353
margin-top: -4.5px;
4354
margin-bottom: -4.5px;
4355
background-color: transparent;
4356
background-image: none;
4357
border: 1px solid transparent;
4358
border-radius: 4px;
4359
}
4360
.navbar-toggle:focus {
4361
outline: 0;
4362
}
4363
.navbar-toggle .icon-bar {
4364
display: block;
4365
width: 22px;
4366
height: 2px;
4367
border-radius: 1px;
4368
}
4369
.navbar-toggle .icon-bar + .icon-bar {
4370
margin-top: 4px;
4371
}
4372
@media (min-width: 768px) {
4373
.navbar-toggle {
4374
display: none;
4375
}
4376
}
4377
.navbar-nav {
4378
margin: 1.25px -15px;
4379
}
4380
.navbar-nav > li > a {
4381
padding-top: 10px;
4382
padding-bottom: 10px;
4383
line-height: 20px;
4384
}
4385
@media (max-width: 767px) {
4386
.navbar-nav .open .dropdown-menu {
4387
position: static;
4388
float: none;
4389
width: auto;
4390
margin-top: 0;
4391
background-color: transparent;
4392
border: 0;
4393
-webkit-box-shadow: none;
4394
box-shadow: none;
4395
}
4396
.navbar-nav .open .dropdown-menu > li > a,
4397
.navbar-nav .open .dropdown-menu .dropdown-header {
4398
padding: 5px 15px 5px 25px;
4399
}
4400
.navbar-nav .open .dropdown-menu > li > a {
4401
line-height: 20px;
4402
}
4403
.navbar-nav .open .dropdown-menu > li > a:hover,
4404
.navbar-nav .open .dropdown-menu > li > a:focus {
4405
background-image: none;
4406
}
4407
}
4408
@media (min-width: 768px) {
4409
.navbar-nav {
4410
float: left;
4411
margin: 0;
4412
}
4413
.navbar-nav > li {
4414
float: left;
4415
}
4416
.navbar-nav > li > a {
4417
padding-top: 2.5px;
4418
padding-bottom: 2.5px;
4419
}
4420
}
4421
.navbar-form {
4422
margin-left: -15px;
4423
margin-right: -15px;
4424
padding: 10px 15px;
4425
border-top: 1px solid transparent;
4426
border-bottom: 1px solid transparent;
4427
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4428
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4429
margin-top: -4.5px;
4430
margin-bottom: -4.5px;
4431
}
4432
@media (min-width: 768px) {
4433
.navbar-form .form-group {
4434
display: inline-block;
4435
margin-bottom: 0;
4436
vertical-align: middle;
4437
}
4438
.navbar-form .form-control {
4439
display: inline-block;
4440
width: auto;
4441
vertical-align: middle;
4442
}
4443
.navbar-form .form-control-static {
4444
display: inline-block;
4445
}
4446
.navbar-form .input-group {
4447
display: inline-table;
4448
vertical-align: middle;
4449
}
4450
.navbar-form .input-group .input-group-addon,
4451
.navbar-form .input-group .input-group-btn,
4452
.navbar-form .input-group .form-control {
4453
width: auto;
4454
}
4455
.navbar-form .input-group > .form-control {
4456
width: 100%;
4457
}
4458
.navbar-form .control-label {
4459
margin-bottom: 0;
4460
vertical-align: middle;
4461
}
4462
.navbar-form .radio,
4463
.navbar-form .checkbox {
4464
display: inline-block;
4465
margin-top: 0;
4466
margin-bottom: 0;
4467
vertical-align: middle;
4468
}
4469
.navbar-form .radio label,
4470
.navbar-form .checkbox label {
4471
padding-left: 0;
4472
}
4473
.navbar-form .radio input[type="radio"],
4474
.navbar-form .checkbox input[type="checkbox"] {
4475
position: relative;
4476
margin-left: 0;
4477
}
4478
.navbar-form .has-feedback .form-control-feedback {
4479
top: 0;
4480
}
4481
}
4482
@media (max-width: 767px) {
4483
.navbar-form .form-group {
4484
margin-bottom: 5px;
4485
}
4486
.navbar-form .form-group:last-child {
4487
margin-bottom: 0;
4488
}
4489
}
4490
@media (min-width: 768px) {
4491
.navbar-form {
4492
width: auto;
4493
border: 0;
4494
margin-left: 0;
4495
margin-right: 0;
4496
padding-top: 0;
4497
padding-bottom: 0;
4498
-webkit-box-shadow: none;
4499
box-shadow: none;
4500
}
4501
}
4502
.navbar-nav > li > .dropdown-menu {
4503
margin-top: 0;
4504
border-top-right-radius: 0;
4505
border-top-left-radius: 0;
4506
}
4507
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4508
margin-bottom: 0;
4509
border-top-right-radius: 4px;
4510
border-top-left-radius: 4px;
4511
border-bottom-right-radius: 0;
4512
border-bottom-left-radius: 0;
4513
}
4514
.navbar-btn {
4515
margin-top: -4.5px;
4516
margin-bottom: -4.5px;
4517
}
4518
.navbar-btn.btn-sm {
4519
margin-top: -2.5px;
4520
margin-bottom: -2.5px;
4521
}
4522
.navbar-btn.btn-xs {
4523
margin-top: 1.5px;
4524
margin-bottom: 1.5px;
4525
}
4526
.navbar-text {
4527
margin-top: 2.5px;
4528
margin-bottom: 2.5px;
4529
}
4530
@media (min-width: 768px) {
4531
.navbar-text {
4532
float: left;
4533
margin-left: 15px;
4534
margin-right: 15px;
4535
}
4536
}
4537
@media (min-width: 768px) {
4538
.navbar-left {
4539
float: left !important;
4540
}
4541
.navbar-right {
4542
float: right !important;
4543
margin-right: -15px;
4544
}
4545
.navbar-right ~ .navbar-right {
4546
margin-right: 0;
4547
}
4548
}
4549
.navbar-default {
4550
background-color: #f8f8f8;
4551
border-color: #e7e7e7;
4552
}
4553
.navbar-default .navbar-brand {
4554
color: #777777;
4555
}
4556
.navbar-default .navbar-brand:hover,
4557
.navbar-default .navbar-brand:focus {
4558
color: #5e5e5e;
4559
background-color: transparent;
4560
}
4561
.navbar-default .navbar-text {
4562
color: #777777;
4563
}
4564
.navbar-default .navbar-nav > li > a {
4565
color: #777777;
4566
}
4567
.navbar-default .navbar-nav > li > a:hover,
4568
.navbar-default .navbar-nav > li > a:focus {
4569
color: #333333;
4570
background-color: transparent;
4571
}
4572
.navbar-default .navbar-nav > .active > a,
4573
.navbar-default .navbar-nav > .active > a:hover,
4574
.navbar-default .navbar-nav > .active > a:focus {
4575
color: #555555;
4576
background-color: #e7e7e7;
4577
}
4578
.navbar-default .navbar-nav > .disabled > a,
4579
.navbar-default .navbar-nav > .disabled > a:hover,
4580
.navbar-default .navbar-nav > .disabled > a:focus {
4581
color: #cccccc;
4582
background-color: transparent;
4583
}
4584
.navbar-default .navbar-toggle {
4585
border-color: #dddddd;
4586
}
4587
.navbar-default .navbar-toggle:hover,
4588
.navbar-default .navbar-toggle:focus {
4589
background-color: #dddddd;
4590
}
4591
.navbar-default .navbar-toggle .icon-bar {
4592
background-color: #888888;
4593
}
4594
.navbar-default .navbar-collapse,
4595
.navbar-default .navbar-form {
4596
border-color: #e7e7e7;
4597
}
4598
.navbar-default .navbar-nav > .open > a,
4599
.navbar-default .navbar-nav > .open > a:hover,
4600
.navbar-default .navbar-nav > .open > a:focus {
4601
background-color: #e7e7e7;
4602
color: #555555;
4603
}
4604
@media (max-width: 767px) {
4605
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
4606
color: #777777;
4607
}
4608
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4609
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4610
color: #333333;
4611
background-color: transparent;
4612
}
4613
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4614
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4615
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4616
color: #555555;
4617
background-color: #e7e7e7;
4618
}
4619
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4620
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4621
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4622
color: #cccccc;
4623
background-color: transparent;
4624
}
4625
}
4626
.navbar-default .navbar-link {
4627
color: #777777;
4628
}
4629
.navbar-default .navbar-link:hover {
4630
color: #333333;
4631
}
4632
.navbar-default .btn-link {
4633
color: #777777;
4634
}
4635
.navbar-default .btn-link:hover,
4636
.navbar-default .btn-link:focus {
4637
color: #333333;
4638
}
4639
.navbar-default .btn-link[disabled]:hover,
4640
fieldset[disabled] .navbar-default .btn-link:hover,
4641
.navbar-default .btn-link[disabled]:focus,
4642
fieldset[disabled] .navbar-default .btn-link:focus {
4643
color: #cccccc;
4644
}
4645
.navbar-inverse {
4646
background-color: #222222;
4647
border-color: #080808;
4648
}
4649
.navbar-inverse .navbar-brand {
4650
color: #9d9d9d;
4651
}
4652
.navbar-inverse .navbar-brand:hover,
4653
.navbar-inverse .navbar-brand:focus {
4654
color: #ffffff;
4655
background-color: transparent;
4656
}
4657
.navbar-inverse .navbar-text {
4658
color: #9d9d9d;
4659
}
4660
.navbar-inverse .navbar-nav > li > a {
4661
color: #9d9d9d;
4662
}
4663
.navbar-inverse .navbar-nav > li > a:hover,
4664
.navbar-inverse .navbar-nav > li > a:focus {
4665
color: #ffffff;
4666
background-color: transparent;
4667
}
4668
.navbar-inverse .navbar-nav > .active > a,
4669
.navbar-inverse .navbar-nav > .active > a:hover,
4670
.navbar-inverse .navbar-nav > .active > a:focus {
4671
color: #ffffff;
4672
background-color: #080808;
4673
}
4674
.navbar-inverse .navbar-nav > .disabled > a,
4675
.navbar-inverse .navbar-nav > .disabled > a:hover,
4676
.navbar-inverse .navbar-nav > .disabled > a:focus {
4677
color: #444444;
4678
background-color: transparent;
4679
}
4680
.navbar-inverse .navbar-toggle {
4681
border-color: #333333;
4682
}
4683
.navbar-inverse .navbar-toggle:hover,
4684
.navbar-inverse .navbar-toggle:focus {
4685
background-color: #333333;
4686
}
4687
.navbar-inverse .navbar-toggle .icon-bar {
4688
background-color: #ffffff;
4689
}
4690
.navbar-inverse .navbar-collapse,
4691
.navbar-inverse .navbar-form {
4692
border-color: #101010;
4693
}
4694
.navbar-inverse .navbar-nav > .open > a,
4695
.navbar-inverse .navbar-nav > .open > a:hover,
4696
.navbar-inverse .navbar-nav > .open > a:focus {
4697
background-color: #080808;
4698
color: #ffffff;
4699
}
4700
@media (max-width: 767px) {
4701
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4702
border-color: #080808;
4703
}
4704
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4705
background-color: #080808;
4706
}
4707
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4708
color: #9d9d9d;
4709
}
4710
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4711
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4712
color: #ffffff;
4713
background-color: transparent;
4714
}
4715
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4716
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4717
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4718
color: #ffffff;
4719
background-color: #080808;
4720
}
4721
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4722
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4723
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4724
color: #444444;
4725
background-color: transparent;
4726
}
4727
}
4728
.navbar-inverse .navbar-link {
4729
color: #9d9d9d;
4730
}
4731
.navbar-inverse .navbar-link:hover {
4732
color: #ffffff;
4733
}
4734
.navbar-inverse .btn-link {
4735
color: #9d9d9d;
4736
}
4737
.navbar-inverse .btn-link:hover,
4738
.navbar-inverse .btn-link:focus {
4739
color: #ffffff;
4740
}
4741
.navbar-inverse .btn-link[disabled]:hover,
4742
fieldset[disabled] .navbar-inverse .btn-link:hover,
4743
.navbar-inverse .btn-link[disabled]:focus,
4744
fieldset[disabled] .navbar-inverse .btn-link:focus {
4745
color: #444444;
4746
}
4747
.breadcrumb {
4748
padding: 8px 15px;
4749
margin-bottom: 20px;
4750
list-style: none;
4751
background-color: #f5f5f5;
4752
border-radius: 4px;
4753
}
4754
.breadcrumb > li {
4755
display: inline-block;
4756
}
4757
.breadcrumb > li + li:before {
4758
content: "/\00a0";
4759
padding: 0 5px;
4760
color: #cccccc;
4761
}
4762
.breadcrumb > .active {
4763
color: #777777;
4764
}
4765
.pagination {
4766
display: inline-block;
4767
padding-left: 0;
4768
margin: 20px 0;
4769
border-radius: 4px;
4770
}
4771
.pagination > li {
4772
display: inline;
4773
}
4774
.pagination > li > a,
4775
.pagination > li > span {
4776
position: relative;
4777
float: left;
4778
padding: 6px 12px;
4779
line-height: 1.42857143;
4780
text-decoration: none;
4781
color: #337ab7;
4782
background-color: #ffffff;
4783
border: 1px solid #dddddd;
4784
margin-left: -1px;
4785
}
4786
.pagination > li:first-child > a,
4787
.pagination > li:first-child > span {
4788
margin-left: 0;
4789
border-bottom-left-radius: 4px;
4790
border-top-left-radius: 4px;
4791
}
4792
.pagination > li:last-child > a,
4793
.pagination > li:last-child > span {
4794
border-bottom-right-radius: 4px;
4795
border-top-right-radius: 4px;
4796
}
4797
.pagination > li > a:hover,
4798
.pagination > li > span:hover,
4799
.pagination > li > a:focus,
4800
.pagination > li > span:focus {
4801
z-index: 3;
4802
color: #23527c;
4803
background-color: #eeeeee;
4804
border-color: #dddddd;
4805
}
4806
.pagination > .active > a,
4807
.pagination > .active > span,
4808
.pagination > .active > a:hover,
4809
.pagination > .active > span:hover,
4810
.pagination > .active > a:focus,
4811
.pagination > .active > span:focus {
4812
z-index: 2;
4813
color: #ffffff;
4814
background-color: #337ab7;
4815
border-color: #337ab7;
4816
cursor: default;
4817
}
4818
.pagination > .disabled > span,
4819
.pagination > .disabled > span:hover,
4820
.pagination > .disabled > span:focus,
4821
.pagination > .disabled > a,
4822
.pagination > .disabled > a:hover,
4823
.pagination > .disabled > a:focus {
4824
color: #777777;
4825
background-color: #ffffff;
4826
border-color: #dddddd;
4827
cursor: not-allowed;
4828
}
4829
.pagination-lg > li > a,
4830
.pagination-lg > li > span {
4831
padding: 10px 16px;
4832
font-size: 18px;
4833
line-height: 1.3333333;
4834
}
4835
.pagination-lg > li:first-child > a,
4836
.pagination-lg > li:first-child > span {
4837
border-bottom-left-radius: 6px;
4838
border-top-left-radius: 6px;
4839
}
4840
.pagination-lg > li:last-child > a,
4841
.pagination-lg > li:last-child > span {
4842
border-bottom-right-radius: 6px;
4843
border-top-right-radius: 6px;
4844
}
4845
.pagination-sm > li > a,
4846
.pagination-sm > li > span {
4847
padding: 5px 10px;
4848
font-size: 12px;
4849
line-height: 1.5;
4850
}
4851
.pagination-sm > li:first-child > a,
4852
.pagination-sm > li:first-child > span {
4853
border-bottom-left-radius: 3px;
4854
border-top-left-radius: 3px;
4855
}
4856
.pagination-sm > li:last-child > a,
4857
.pagination-sm > li:last-child > span {
4858
border-bottom-right-radius: 3px;
4859
border-top-right-radius: 3px;
4860
}
4861
.pager {
4862
padding-left: 0;
4863
margin: 20px 0;
4864
list-style: none;
4865
text-align: center;
4866
}
4867
.pager li {
4868
display: inline;
4869
}
4870
.pager li > a,
4871
.pager li > span {
4872
display: inline-block;
4873
padding: 5px 14px;
4874
background-color: #ffffff;
4875
border: 1px solid #dddddd;
4876
border-radius: 15px;
4877
}
4878
.pager li > a:hover,
4879
.pager li > a:focus {
4880
text-decoration: none;
4881
background-color: #eeeeee;
4882
}
4883
.pager .next > a,
4884
.pager .next > span {
4885
float: right;
4886
}
4887
.pager .previous > a,
4888
.pager .previous > span {
4889
float: left;
4890
}
4891
.pager .disabled > a,
4892
.pager .disabled > a:hover,
4893
.pager .disabled > a:focus,
4894
.pager .disabled > span {
4895
color: #777777;
4896
background-color: #ffffff;
4897
cursor: not-allowed;
4898
}
4899
.label {
4900
display: inline;
4901
padding: .2em .6em .3em;
4902
font-size: 75%;
4903
font-weight: bold;
4904
line-height: 1;
4905
color: #ffffff;
4906
text-align: center;
4907
white-space: nowrap;
4908
vertical-align: baseline;
4909
border-radius: .25em;
4910
}
4911
a.label:hover,
4912
a.label:focus {
4913
color: #ffffff;
4914
text-decoration: none;
4915
cursor: pointer;
4916
}
4917
.label:empty {
4918
display: none;
4919
}
4920
.btn .label {
4921
position: relative;
4922
top: -1px;
4923
}
4924
.label-default {
4925
background-color: #777777;
4926
}
4927
.label-default[href]:hover,
4928
.label-default[href]:focus {
4929
background-color: #5e5e5e;
4930
}
4931
.label-primary {
4932
background-color: #337ab7;
4933
}
4934
.label-primary[href]:hover,
4935
.label-primary[href]:focus {
4936
background-color: #286090;
4937
}
4938
.label-success {
4939
background-color: #5cb85c;
4940
}
4941
.label-success[href]:hover,
4942
.label-success[href]:focus {
4943
background-color: #449d44;
4944
}
4945
.label-info {
4946
background-color: #5bc0de;
4947
}
4948
.label-info[href]:hover,
4949
.label-info[href]:focus {
4950
background-color: #31b0d5;
4951
}
4952
.label-warning {
4953
background-color: #f0ad4e;
4954
}
4955
.label-warning[href]:hover,
4956
.label-warning[href]:focus {
4957
background-color: #ec971f;
4958
}
4959
.label-danger {
4960
background-color: #d9534f;
4961
}
4962
.label-danger[href]:hover,
4963
.label-danger[href]:focus {
4964
background-color: #c9302c;
4965
}
4966
.badge {
4967
display: inline-block;
4968
min-width: 10px;
4969
padding: 3px 7px;
4970
font-size: 12px;
4971
font-weight: bold;
4972
color: #ffffff;
4973
line-height: 1;
4974
vertical-align: middle;
4975
white-space: nowrap;
4976
text-align: center;
4977
background-color: #777777;
4978
border-radius: 10px;
4979
}
4980
.badge:empty {
4981
display: none;
4982
}
4983
.btn .badge {
4984
position: relative;
4985
top: -1px;
4986
}
4987
.btn-xs .badge,
4988
.btn-group-xs > .btn .badge {
4989
top: 0;
4990
padding: 1px 5px;
4991
}
4992
a.badge:hover,
4993
a.badge:focus {
4994
color: #ffffff;
4995
text-decoration: none;
4996
cursor: pointer;
4997
}
4998
.list-group-item.active > .badge,
4999
.nav-pills > .active > a > .badge {
5000
color: #337ab7;
5001
background-color: #ffffff;
5002
}
5003
.list-group-item > .badge {
5004
float: right;
5005
}
5006
.list-group-item > .badge + .badge {
5007
margin-right: 5px;
5008
}
5009
.nav-pills > li > a > .badge {
5010
margin-left: 3px;
5011
}
5012
.jumbotron {
5013
padding-top: 30px;
5014
padding-bottom: 30px;
5015
margin-bottom: 30px;
5016
color: inherit;
5017
background-color: #eeeeee;
5018
}
5019
.jumbotron h1,
5020
.jumbotron .h1 {
5021
color: inherit;
5022
}
5023
.jumbotron p {
5024
margin-bottom: 15px;
5025
font-size: 21px;
5026
font-weight: 200;
5027
}
5028
.jumbotron > hr {
5029
border-top-color: #d5d5d5;
5030
}
5031
.container .jumbotron,
5032
.container-fluid .jumbotron {
5033
border-radius: 6px;
5034
}
5035
.jumbotron .container {
5036
max-width: 100%;
5037
}
5038
@media screen and (min-width: 768px) {
5039
.jumbotron {
5040
padding-top: 48px;
5041
padding-bottom: 48px;
5042
}
5043
.container .jumbotron,
5044
.container-fluid .jumbotron {
5045
padding-left: 60px;
5046
padding-right: 60px;
5047
}
5048
.jumbotron h1,
5049
.jumbotron .h1 {
5050
font-size: 63px;
5051
}
5052
}
5053
.thumbnail {
5054
display: block;
5055
padding: 4px;
5056
margin-bottom: 20px;
5057
line-height: 1.42857143;
5058
background-color: #ffffff;
5059
border: 1px solid #dddddd;
5060
border-radius: 4px;
5061
-webkit-transition: border 0.2s ease-in-out;
5062
-o-transition: border 0.2s ease-in-out;
5063
transition: border 0.2s ease-in-out;
5064
}
5065
.thumbnail > img,
5066
.thumbnail a > img {
5067
margin-left: auto;
5068
margin-right: auto;
5069
}
5070
a.thumbnail:hover,
5071
a.thumbnail:focus,
5072
a.thumbnail.active {
5073
border-color: #337ab7;
5074
}
5075
.thumbnail .caption {
5076
padding: 9px;
5077
color: #333333;
5078
}
5079
.alert {
5080
padding: 15px;
5081
margin-bottom: 20px;
5082
border: 1px solid transparent;
5083
border-radius: 4px;
5084
}
5085
.alert h4 {
5086
margin-top: 0;
5087
color: inherit;
5088
}
5089
.alert .alert-link {
5090
font-weight: bold;
5091
}
5092
.alert > p,
5093
.alert > ul {
5094
margin-bottom: 0;
5095
}
5096
.alert > p + p {
5097
margin-top: 5px;
5098
}
5099
.alert-dismissable,
5100
.alert-dismissible {
5101
padding-right: 35px;
5102
}
5103
.alert-dismissable .close,
5104
.alert-dismissible .close {
5105
position: relative;
5106
top: -2px;
5107
right: -21px;
5108
color: inherit;
5109
}
5110
.alert-success {
5111
background-color: #dff0d8;
5112
border-color: #d6e9c6;
5113
color: #3c763d;
5114
}
5115
.alert-success hr {
5116
border-top-color: #c9e2b3;
5117
}
5118
.alert-success .alert-link {
5119
color: #2b542c;
5120
}
5121
.alert-info {
5122
background-color: #d9edf7;
5123
border-color: #bce8f1;
5124
color: #31708f;
5125
}
5126
.alert-info hr {
5127
border-top-color: #a6e1ec;
5128
}
5129
.alert-info .alert-link {
5130
color: #245269;
5131
}
5132
.alert-warning {
5133
background-color: #fcf8e3;
5134
border-color: #faebcc;
5135
color: #8a6d3b;
5136
}
5137
.alert-warning hr {
5138
border-top-color: #f7e1b5;
5139
}
5140
.alert-warning .alert-link {
5141
color: #66512c;
5142
}
5143
.alert-danger {
5144
background-color: #f2dede;
5145
border-color: #ebccd1;
5146
color: #a94442;
5147
}
5148
.alert-danger hr {
5149
border-top-color: #e4b9c0;
5150
}
5151
.alert-danger .alert-link {
5152
color: #843534;
5153
}
5154
@-webkit-keyframes progress-bar-stripes {
5155
from {
5156
background-position: 40px 0;
5157
}
5158
to {
5159
background-position: 0 0;
5160
}
5161
}
5162
@-o-keyframes progress-bar-stripes {
5163
from {
5164
background-position: 40px 0;
5165
}
5166
to {
5167
background-position: 0 0;
5168
}
5169
}
5170
@keyframes progress-bar-stripes {
5171
from {
5172
background-position: 40px 0;
5173
}
5174
to {
5175
background-position: 0 0;
5176
}
5177
}
5178
.progress {
5179
overflow: hidden;
5180
height: 20px;
5181
margin-bottom: 20px;
5182
background-color: #f5f5f5;
5183
border-radius: 4px;
5184
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5185
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5186
}
5187
.progress-bar {
5188
float: left;
5189
width: 0%;
5190
height: 100%;
5191
font-size: 12px;
5192
line-height: 20px;
5193
color: #ffffff;
5194
text-align: center;
5195
background-color: #337ab7;
5196
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5197
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5198
-webkit-transition: width 0.6s ease;
5199
-o-transition: width 0.6s ease;
5200
transition: width 0.6s ease;
5201
}
5202
.progress-striped .progress-bar,
5203
.progress-bar-striped {
5204
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);
5205
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5206
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);
5207
-webkit-background-size: 40px 40px;
5208
background-size: 40px 40px;
5209
}
5210
.progress.active .progress-bar,
5211
.progress-bar.active {
5212
-webkit-animation: progress-bar-stripes 2s linear infinite;
5213
-o-animation: progress-bar-stripes 2s linear infinite;
5214
animation: progress-bar-stripes 2s linear infinite;
5215
}
5216
.progress-bar-success {
5217
background-color: #5cb85c;
5218
}
5219
.progress-striped .progress-bar-success {
5220
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);
5221
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5222
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);
5223
}
5224
.progress-bar-info {
5225
background-color: #5bc0de;
5226
}
5227
.progress-striped .progress-bar-info {
5228
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);
5229
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5230
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);
5231
}
5232
.progress-bar-warning {
5233
background-color: #f0ad4e;
5234
}
5235
.progress-striped .progress-bar-warning {
5236
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);
5237
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5238
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);
5239
}
5240
.progress-bar-danger {
5241
background-color: #d9534f;
5242
}
5243
.progress-striped .progress-bar-danger {
5244
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);
5245
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
5246
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);
5247
}
5248
.media {
5249
margin-top: 15px;
5250
}
5251
.media:first-child {
5252
margin-top: 0;
5253
}
5254
.media,
5255
.media-body {
5256
zoom: 1;
5257
overflow: hidden;
5258
}
5259
.media-body {
5260
width: 10000px;
5261
}
5262
.media-object {
5263
display: block;
5264
}
5265
.media-object.img-thumbnail {
5266
max-width: none;
5267
}
5268
.media-right,
5269
.media > .pull-right {
5270
padding-left: 10px;
5271
}
5272
.media-left,
5273
.media > .pull-left {
5274
padding-right: 10px;
5275
}
5276
.media-left,
5277
.media-right,
5278
.media-body {
5279
display: table-cell;
5280
vertical-align: top;
5281
}
5282
.media-middle {
5283
vertical-align: middle;
5284
}
5285
.media-bottom {
5286
vertical-align: bottom;
5287
}
5288
.media-heading {
5289
margin-top: 0;
5290
margin-bottom: 5px;
5291
}
5292
.media-list {
5293
padding-left: 0;
5294
list-style: none;
5295
}
5296
.list-group {
5297
margin-bottom: 20px;
5298
padding-left: 0;
5299
}
5300
.list-group-item {
5301
position: relative;
5302
display: block;
5303
padding: 10px 15px;
5304
margin-bottom: -1px;
5305
background-color: #ffffff;
5306
border: 1px solid #dddddd;
5307
}
5308
.list-group-item:first-child {
5309
border-top-right-radius: 4px;
5310
border-top-left-radius: 4px;
5311
}
5312
.list-group-item:last-child {
5313
margin-bottom: 0;
5314
border-bottom-right-radius: 4px;
5315
border-bottom-left-radius: 4px;
5316
}
5317
a.list-group-item,
5318
button.list-group-item {
5319
color: #555555;
5320
}
5321
a.list-group-item .list-group-item-heading,
5322
button.list-group-item .list-group-item-heading {
5323
color: #333333;
5324
}
5325
a.list-group-item:hover,
5326
button.list-group-item:hover,
5327
a.list-group-item:focus,
5328
button.list-group-item:focus {
5329
text-decoration: none;
5330
color: #555555;
5331
background-color: #f5f5f5;
5332
}
5333
button.list-group-item {
5334
width: 100%;
5335
text-align: left;
5336
}
5337
.list-group-item.disabled,
5338
.list-group-item.disabled:hover,
5339
.list-group-item.disabled:focus {
5340
background-color: #eeeeee;
5341
color: #777777;
5342
cursor: not-allowed;
5343
}
5344
.list-group-item.disabled .list-group-item-heading,
5345
.list-group-item.disabled:hover .list-group-item-heading,
5346
.list-group-item.disabled:focus .list-group-item-heading {
5347
color: inherit;
5348
}
5349
.list-group-item.disabled .list-group-item-text,
5350
.list-group-item.disabled:hover .list-group-item-text,
5351
.list-group-item.disabled:focus .list-group-item-text {
5352
color: #777777;
5353
}
5354
.list-group-item.active,
5355
.list-group-item.active:hover,
5356
.list-group-item.active:focus {
5357
z-index: 2;
5358
color: #ffffff;
5359
background-color: #337ab7;
5360
border-color: #337ab7;
5361
}
5362
.list-group-item.active .list-group-item-heading,
5363
.list-group-item.active:hover .list-group-item-heading,
5364
.list-group-item.active:focus .list-group-item-heading,
5365
.list-group-item.active .list-group-item-heading > small,
5366
.list-group-item.active:hover .list-group-item-heading > small,
5367
.list-group-item.active:focus .list-group-item-heading > small,
5368
.list-group-item.active .list-group-item-heading > .small,
5369
.list-group-item.active:hover .list-group-item-heading > .small,
5370
.list-group-item.active:focus .list-group-item-heading > .small {
5371
color: inherit;
5372
}
5373
.list-group-item.active .list-group-item-text,
5374
.list-group-item.active:hover .list-group-item-text,
5375
.list-group-item.active:focus .list-group-item-text {
5376
color: #c7ddef;
5377
}
5378
.list-group-item-success {
5379
color: #3c763d;
5380
background-color: #dff0d8;
5381
}
5382
a.list-group-item-success,
5383
button.list-group-item-success {
5384
color: #3c763d;
5385
}
5386
a.list-group-item-success .list-group-item-heading,
5387
button.list-group-item-success .list-group-item-heading {
5388
color: inherit;
5389
}
5390
a.list-group-item-success:hover,
5391
button.list-group-item-success:hover,
5392
a.list-group-item-success:focus,
5393
button.list-group-item-success:focus {
5394
color: #3c763d;
5395
background-color: #d0e9c6;
5396
}
5397
a.list-group-item-success.active,
5398
button.list-group-item-success.active,
5399
a.list-group-item-success.active:hover,
5400
button.list-group-item-success.active:hover,
5401
a.list-group-item-success.active:focus,
5402
button.list-group-item-success.active:focus {
5403
color: #fff;
5404
background-color: #3c763d;
5405
border-color: #3c763d;
5406
}
5407
.list-group-item-info {
5408
color: #31708f;
5409
background-color: #d9edf7;
5410
}
5411
a.list-group-item-info,
5412
button.list-group-item-info {
5413
color: #31708f;
5414
}
5415
a.list-group-item-info .list-group-item-heading,
5416
button.list-group-item-info .list-group-item-heading {
5417
color: inherit;
5418
}
5419
a.list-group-item-info:hover,
5420
button.list-group-item-info:hover,
5421
a.list-group-item-info:focus,
5422
button.list-group-item-info:focus {
5423
color: #31708f;
5424
background-color: #c4e3f3;
5425
}
5426
a.list-group-item-info.active,
5427
button.list-group-item-info.active,
5428
a.list-group-item-info.active:hover,
5429
button.list-group-item-info.active:hover,
5430
a.list-group-item-info.active:focus,
5431
button.list-group-item-info.active:focus {
5432
color: #fff;
5433
background-color: #31708f;
5434
border-color: #31708f;
5435
}
5436
.list-group-item-warning {
5437
color: #8a6d3b;
5438
background-color: #fcf8e3;
5439
}
5440
a.list-group-item-warning,
5441
button.list-group-item-warning {
5442
color: #8a6d3b;
5443
}
5444
a.list-group-item-warning .list-group-item-heading,
5445
button.list-group-item-warning .list-group-item-heading {
5446
color: inherit;
5447
}
5448
a.list-group-item-warning:hover,
5449
button.list-group-item-warning:hover,
5450
a.list-group-item-warning:focus,
5451
button.list-group-item-warning:focus {
5452
color: #8a6d3b;
5453
background-color: #faf2cc;
5454
}
5455
a.list-group-item-warning.active,
5456
button.list-group-item-warning.active,
5457
a.list-group-item-warning.active:hover,
5458
button.list-group-item-warning.active:hover,
5459
a.list-group-item-warning.active:focus,
5460
button.list-group-item-warning.active:focus {
5461
color: #fff;
5462
background-color: #8a6d3b;
5463
border-color: #8a6d3b;
5464
}
5465
.list-group-item-danger {
5466
color: #a94442;
5467
background-color: #f2dede;
5468
}
5469
a.list-group-item-danger,
5470
button.list-group-item-danger {
5471
color: #a94442;
5472
}
5473
a.list-group-item-danger .list-group-item-heading,
5474
button.list-group-item-danger .list-group-item-heading {
5475
color: inherit;
5476
}
5477
a.list-group-item-danger:hover,
5478
button.list-group-item-danger:hover,
5479
a.list-group-item-danger:focus,
5480
button.list-group-item-danger:focus {
5481
color: #a94442;
5482
background-color: #ebcccc;
5483
}
5484
a.list-group-item-danger.active,
5485
button.list-group-item-danger.active,
5486
a.list-group-item-danger.active:hover,
5487
button.list-group-item-danger.active:hover,
5488
a.list-group-item-danger.active:focus,
5489
button.list-group-item-danger.active:focus {
5490
color: #fff;
5491
background-color: #a94442;
5492
border-color: #a94442;
5493
}
5494
.list-group-item-heading {
5495
margin-top: 0;
5496
margin-bottom: 5px;
5497
}
5498
.list-group-item-text {
5499
margin-bottom: 0;
5500
line-height: 1.3;
5501
}
5502
.panel {
5503
margin-bottom: 20px;
5504
background-color: #ffffff;
5505
border: 1px solid transparent;
5506
border-radius: 4px;
5507
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5508
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5509
}
5510
.panel-body {
5511
padding: 11.25px;
5512
}
5513
.panel-heading {
5514
padding: 7.5px 11.5px;
5515
border-bottom: 1px solid transparent;
5516
border-top-right-radius: 3px;
5517
border-top-left-radius: 3px;
5518
}
5519
.panel-heading > .dropdown .dropdown-toggle {
5520
color: inherit;
5521
}
5522
.panel-title {
5523
margin-top: 0;
5524
margin-bottom: 0;
5525
font-size: 12px;
5526
color: inherit;
5527
}
5528
.panel-title > a,
5529
.panel-title > small,
5530
.panel-title > .small,
5531
.panel-title > small > a,
5532
.panel-title > .small > a {
5533
color: inherit;
5534
}
5535
.panel-footer {
5536
padding: 10px 15px;
5537
background-color: #f5f5f5;
5538
border-top: 1px solid #dddddd;
5539
border-bottom-right-radius: 3px;
5540
border-bottom-left-radius: 3px;
5541
}
5542
.panel > .list-group,
5543
.panel > .panel-collapse > .list-group {
5544
margin-bottom: 0;
5545
}
5546
.panel > .list-group .list-group-item,
5547
.panel > .panel-collapse > .list-group .list-group-item {
5548
border-width: 1px 0;
5549
border-radius: 0;
5550
}
5551
.panel > .list-group:first-child .list-group-item:first-child,
5552
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
5553
border-top: 0;
5554
border-top-right-radius: 3px;
5555
border-top-left-radius: 3px;
5556
}
5557
.panel > .list-group:last-child .list-group-item:last-child,
5558
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
5559
border-bottom: 0;
5560
border-bottom-right-radius: 3px;
5561
border-bottom-left-radius: 3px;
5562
}
5563
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
5564
border-top-right-radius: 0;
5565
border-top-left-radius: 0;
5566
}
5567
.panel-heading + .list-group .list-group-item:first-child {
5568
border-top-width: 0;
5569
}
5570
.list-group + .panel-footer {
5571
border-top-width: 0;
5572
}
5573
.panel > .table,
5574
.panel > .table-responsive > .table,
5575
.panel > .panel-collapse > .table {
5576
margin-bottom: 0;
5577
}
5578
.panel > .table caption,
5579
.panel > .table-responsive > .table caption,
5580
.panel > .panel-collapse > .table caption {
5581
padding-left: 15px;
5582
padding-right: 15px;
5583
}
5584
.panel > .table:first-child,
5585
.panel > .table-responsive:first-child > .table:first-child {
5586
border-top-right-radius: 3px;
5587
border-top-left-radius: 3px;
5588
}
5589
.panel > .table:first-child > thead:first-child > tr:first-child,
5590
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
5591
.panel > .table:first-child > tbody:first-child > tr:first-child,
5592
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
5593
border-top-left-radius: 3px;
5594
border-top-right-radius: 3px;
5595
}
5596
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5597
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5598
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5599
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5600
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5601
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5602
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5603
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5604
border-top-left-radius: 3px;
5605
}
5606
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5607
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5608
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5609
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5610
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5611
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5612
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5613
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5614
border-top-right-radius: 3px;
5615
}
5616
.panel > .table:last-child,
5617
.panel > .table-responsive:last-child > .table:last-child {
5618
border-bottom-right-radius: 3px;
5619
border-bottom-left-radius: 3px;
5620
}
5621
.panel > .table:last-child > tbody:last-child > tr:last-child,
5622
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
5623
.panel > .table:last-child > tfoot:last-child > tr:last-child,
5624
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
5625
border-bottom-left-radius: 3px;
5626
border-bottom-right-radius: 3px;
5627
}
5628
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5629
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5630
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5631
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5632
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5633
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5634
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5635
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5636
border-bottom-left-radius: 3px;
5637
}
5638
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5639
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5640
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5641
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5642
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5643
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5644
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5645
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5646
border-bottom-right-radius: 3px;
5647
}
5648
.panel > .panel-body + .table,
5649
.panel > .panel-body + .table-responsive,
5650
.panel > .table + .panel-body,
5651
.panel > .table-responsive + .panel-body {
5652
border-top: 1px solid #dddddd;
5653
}
5654
.panel > .table > tbody:first-child > tr:first-child th,
5655
.panel > .table > tbody:first-child > tr:first-child td {
5656
border-top: 0;
5657
}
5658
.panel > .table-bordered,
5659
.panel > .table-responsive > .table-bordered {
5660
border: 0;
5661
}
5662
.panel > .table-bordered > thead > tr > th:first-child,
5663
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5664
.panel > .table-bordered > tbody > tr > th:first-child,
5665
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5666
.panel > .table-bordered > tfoot > tr > th:first-child,
5667
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5668
.panel > .table-bordered > thead > tr > td:first-child,
5669
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5670
.panel > .table-bordered > tbody > tr > td:first-child,
5671
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5672
.panel > .table-bordered > tfoot > tr > td:first-child,
5673
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5674
border-left: 0;
5675
}
5676
.panel > .table-bordered > thead > tr > th:last-child,
5677
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5678
.panel > .table-bordered > tbody > tr > th:last-child,
5679
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5680
.panel > .table-bordered > tfoot > tr > th:last-child,
5681
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5682
.panel > .table-bordered > thead > tr > td:last-child,
5683
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5684
.panel > .table-bordered > tbody > tr > td:last-child,
5685
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5686
.panel > .table-bordered > tfoot > tr > td:last-child,
5687
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5688
border-right: 0;
5689
}
5690
.panel > .table-bordered > thead > tr:first-child > td,
5691
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5692
.panel > .table-bordered > tbody > tr:first-child > td,
5693
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5694
.panel > .table-bordered > thead > tr:first-child > th,
5695
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5696
.panel > .table-bordered > tbody > tr:first-child > th,
5697
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5698
border-bottom: 0;
5699
}
5700
.panel > .table-bordered > tbody > tr:last-child > td,
5701
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5702
.panel > .table-bordered > tfoot > tr:last-child > td,
5703
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5704
.panel > .table-bordered > tbody > tr:last-child > th,
5705
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5706
.panel > .table-bordered > tfoot > tr:last-child > th,
5707
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5708
border-bottom: 0;
5709
}
5710
.panel > .table-responsive {
5711
border: 0;
5712
margin-bottom: 0;
5713
}
5714
.panel-group {
5715
margin-bottom: 20px;
5716
}
5717
.panel-group .panel {
5718
margin-bottom: 0;
5719
border-radius: 4px;
5720
}
5721
.panel-group .panel + .panel {
5722
margin-top: 5px;
5723
}
5724
.panel-group .panel-heading {
5725
border-bottom: 0;
5726
}
5727
.panel-group .panel-heading + .panel-collapse > .panel-body,
5728
.panel-group .panel-heading + .panel-collapse > .list-group {
5729
border-top: 1px solid #dddddd;
5730
}
5731
.panel-group .panel-footer {
5732
border-top: 0;
5733
}
5734
.panel-group .panel-footer + .panel-collapse .panel-body {
5735
border-bottom: 1px solid #dddddd;
5736
}
5737
.panel-default {
5738
border-color: #dddddd;
5739
}
5740
.panel-default > .panel-heading {
5741
color: #333333;
5742
background-color: #f5f5f5;
5743
border-color: #dddddd;
5744
}
5745
.panel-default > .panel-heading + .panel-collapse > .panel-body {
5746
border-top-color: #dddddd;
5747
}
5748
.panel-default > .panel-heading .badge {
5749
color: #f5f5f5;
5750
background-color: #333333;
5751
}
5752
.panel-default > .panel-footer + .panel-collapse > .panel-body {
5753
border-bottom-color: #dddddd;
5754
}
5755
.panel-primary {
5756
border-color: #337ab7;
5757
}
5758
.panel-primary > .panel-heading {
5759
color: #ffffff;
5760
background-color: #337ab7;
5761
border-color: #337ab7;
5762
}
5763
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
5764
border-top-color: #337ab7;
5765
}
5766
.panel-primary > .panel-heading .badge {
5767
color: #337ab7;
5768
background-color: #ffffff;
5769
}
5770
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
5771
border-bottom-color: #337ab7;
5772
}
5773
.panel-success {
5774
border-color: #d6e9c6;
5775
}
5776
.panel-success > .panel-heading {
5777
color: #3c763d;
5778
background-color: #dff0d8;
5779
border-color: #d6e9c6;
5780
}
5781
.panel-success > .panel-heading + .panel-collapse > .panel-body {
5782
border-top-color: #d6e9c6;
5783
}
5784
.panel-success > .panel-heading .badge {
5785
color: #dff0d8;
5786
background-color: #3c763d;
5787
}
5788
.panel-success > .panel-footer + .panel-collapse > .panel-body {
5789
border-bottom-color: #d6e9c6;
5790
}
5791
.panel-info {
5792
border-color: #bce8f1;
5793
}
5794
.panel-info > .panel-heading {
5795
color: #31708f;
5796
background-color: #d9edf7;
5797
border-color: #bce8f1;
5798
}
5799
.panel-info > .panel-heading + .panel-collapse > .panel-body {
5800
border-top-color: #bce8f1;
5801
}
5802
.panel-info > .panel-heading .badge {
5803
color: #d9edf7;
5804
background-color: #31708f;
5805
}
5806
.panel-info > .panel-footer + .panel-collapse > .panel-body {
5807
border-bottom-color: #bce8f1;
5808
}
5809
.panel-warning {
5810
border-color: #faebcc;
5811
}
5812
.panel-warning > .panel-heading {
5813
color: #8a6d3b;
5814
background-color: #fcf8e3;
5815
border-color: #faebcc;
5816
}
5817
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
5818
border-top-color: #faebcc;
5819
}
5820
.panel-warning > .panel-heading .badge {
5821
color: #fcf8e3;
5822
background-color: #8a6d3b;
5823
}
5824
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
5825
border-bottom-color: #faebcc;
5826
}
5827
.panel-danger {
5828
border-color: #ebccd1;
5829
}
5830
.panel-danger > .panel-heading {
5831
color: #a94442;
5832
background-color: #f2dede;
5833
border-color: #ebccd1;
5834
}
5835
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
5836
border-top-color: #ebccd1;
5837
}
5838
.panel-danger > .panel-heading .badge {
5839
color: #f2dede;
5840
background-color: #a94442;
5841
}
5842
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
5843
border-bottom-color: #ebccd1;
5844
}
5845
.embed-responsive {
5846
position: relative;
5847
display: block;
5848
height: 0;
5849
padding: 0;
5850
overflow: hidden;
5851
}
5852
.embed-responsive .embed-responsive-item,
5853
.embed-responsive iframe,
5854
.embed-responsive embed,
5855
.embed-responsive object,
5856
.embed-responsive video {
5857
position: absolute;
5858
top: 0;
5859
left: 0;
5860
bottom: 0;
5861
height: 100%;
5862
width: 100%;
5863
border: 0;
5864
}
5865
.embed-responsive-16by9 {
5866
padding-bottom: 56.25%;
5867
}
5868
.embed-responsive-4by3 {
5869
padding-bottom: 75%;
5870
}
5871
.well {
5872
min-height: 20px;
5873
/*padding: 19px;*/
5874
margin-bottom: 20px;
5875
background-color: #f5f5f5;
5876
border: 1px solid #e3e3e3;
5877
border-radius: 4px;
5878
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5879
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5880
}
5881
.well blockquote {
5882
border-color: #ddd;
5883
border-color: rgba(0, 0, 0, 0.15);
5884
}
5885
.well-lg {
5886
padding: 24px;
5887
border-radius: 6px;
5888
}
5889
.well-sm {
5890
/*padding: 9px;*/
5891
border-radius: 3px;
5892
}
5893
.close {
5894
float: right;
5895
font-size: 21px;
5896
font-weight: bold;
5897
line-height: 1;
5898
color: #000000;
5899
text-shadow: 0 1px 0 #ffffff;
5900
opacity: 0.2;
5901
filter: alpha(opacity=20);
5902
}
5903
.close:hover,
5904
.close:focus {
5905
color: #000000;
5906
text-decoration: none;
5907
cursor: pointer;
5908
opacity: 0.5;
5909
filter: alpha(opacity=50);
5910
}
5911
button.close {
5912
padding: 0;
5913
cursor: pointer;
5914
background: transparent;
5915
border: 0;
5916
-webkit-appearance: none;
5917
}
5918
.modal-open {
5919
overflow: hidden;
5920
}
5921
.modal {
5922
display: none;
5923
overflow: hidden;
5924
position: fixed;
5925
top: 0;
5926
right: 0;
5927
bottom: 0;
5928
left: 0;
5929
z-index: 1050;
5930
-webkit-overflow-scrolling: touch;
5931
outline: 0;
5932
}
5933
.modal.fade .modal-dialog {
5934
-webkit-transform: translate(0, -25%);
5935
-ms-transform: translate(0, -25%);
5936
-o-transform: translate(0, -25%);
5937
transform: translate(0, -25%);
5938
-webkit-transition: -webkit-transform 0.3s ease-out;
5939
-o-transition: -o-transform 0.3s ease-out;
5940
transition: transform 0.3s ease-out;
5941
}
5942
.modal.in .modal-dialog {
5943
-webkit-transform: translate(0, 0);
5944
-ms-transform: translate(0, 0);
5945
-o-transform: translate(0, 0);
5946
transform: translate(0, 0);
5947
}
5948
.modal-open .modal {
5949
overflow-x: hidden;
5950
overflow-y: auto;
5951
}
5952
.modal-dialog {
5953
position: relative;
5954
width: auto;
5955
margin: 10px;
5956
}
5957
.modal-content {
5958
position: relative;
5959
background-color: #ffffff;
5960
border: 1px solid #999999;
5961
border: 1px solid rgba(0, 0, 0, 0.2);
5962
border-radius: 6px;
5963
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5964
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5965
-webkit-background-clip: padding-box;
5966
background-clip: padding-box;
5967
outline: 0;
5968
}
5969
.modal-backdrop {
5970
position: fixed;
5971
top: 0;
5972
right: 0;
5973
bottom: 0;
5974
left: 0;
5975
z-index: 1040;
5976
background-color: #000000;
5977
}
5978
.modal-backdrop.fade {
5979
opacity: 0;
5980
filter: alpha(opacity=0);
5981
}
5982
.modal-backdrop.in {
5983
opacity: 0.5;
5984
filter: alpha(opacity=50);
5985
}
5986
.modal-header {
5987
padding: 15px;
5988
border-bottom: 1px solid #e5e5e5;
5989
min-height: 16.42857143px;
5990
}
5991
.modal-header .close {
5992
margin-top: -2px;
5993
}
5994
.modal-title {
5995
margin: 0;
5996
line-height: 1.42857143;
5997
}
5998
.modal-body {
5999
position: relative;
6000
padding: 15px;
6001
}
6002
.modal-footer {
6003
padding: 15px;
6004
text-align: right;
6005
border-top: 1px solid #e5e5e5;
6006
}
6007
.modal-footer .btn + .btn {
6008
margin-left: 5px;
6009
margin-bottom: 0;
6010
}
6011
.modal-footer .btn-group .btn + .btn {
6012
margin-left: -1px;
6013
}
6014
.modal-footer .btn-block + .btn-block {
6015
margin-left: 0;
6016
}
6017
.modal-scrollbar-measure {
6018
position: absolute;
6019
top: -9999px;
6020
width: 50px;
6021
height: 50px;
6022
overflow: scroll;
6023
}
6024
@media (min-width: 768px) {
6025
.modal-dialog {
6026
width: 600px;
6027
margin: 30px auto;
6028
}
6029
.modal-content {
6030
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6031
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6032
}
6033
.modal-sm {
6034
width: 300px;
6035
}
6036
}
6037
@media (min-width: 992px) {
6038
.modal-lg {
6039
width: 900px;
6040
}
6041
}
6042
.tooltip {
6043
position: absolute;
6044
z-index: 1070;
6045
display: block;
6046
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6047
font-style: normal;
6048
font-weight: normal;
6049
letter-spacing: normal;
6050
line-break: auto;
6051
line-height: 1.42857143;
6052
text-align: left;
6053
text-align: start;
6054
text-decoration: none;
6055
text-shadow: none;
6056
text-transform: none;
6057
white-space: normal;
6058
word-break: normal;
6059
word-spacing: normal;
6060
word-wrap: normal;
6061
font-size: 12px;
6062
opacity: 0;
6063
filter: alpha(opacity=0);
6064
}
6065
.tooltip.in {
6066
opacity: 0.9;
6067
filter: alpha(opacity=90);
6068
}
6069
.tooltip.top {
6070
margin-top: -3px;
6071
padding: 5px 0;
6072
}
6073
.tooltip.right {
6074
margin-left: 3px;
6075
padding: 0 5px;
6076
}
6077
.tooltip.bottom {
6078
margin-top: 3px;
6079
padding: 5px 0;
6080
}
6081
.tooltip.left {
6082
margin-left: -3px;
6083
padding: 0 5px;
6084
}
6085
.tooltip-inner {
6086
max-width: 200px;
6087
padding: 3px 8px;
6088
color: #ffffff;
6089
text-align: center;
6090
background-color: #000000;
6091
border-radius: 4px;
6092
}
6093
.tooltip-arrow {
6094
position: absolute;
6095
width: 0;
6096
height: 0;
6097
border-color: transparent;
6098
border-style: solid;
6099
}
6100
.tooltip.top .tooltip-arrow {
6101
bottom: 0;
6102
left: 50%;
6103
margin-left: -5px;
6104
border-width: 5px 5px 0;
6105
border-top-color: #000000;
6106
}
6107
.tooltip.top-left .tooltip-arrow {
6108
bottom: 0;
6109
right: 5px;
6110
margin-bottom: -5px;
6111
border-width: 5px 5px 0;
6112
border-top-color: #000000;
6113
}
6114
.tooltip.top-right .tooltip-arrow {
6115
bottom: 0;
6116
left: 5px;
6117
margin-bottom: -5px;
6118
border-width: 5px 5px 0;
6119
border-top-color: #000000;
6120
}
6121
.tooltip.right .tooltip-arrow {
6122
top: 50%;
6123
left: 0;
6124
margin-top: -5px;
6125
border-width: 5px 5px 5px 0;
6126
border-right-color: #000000;
6127
}
6128
.tooltip.left .tooltip-arrow {
6129
top: 50%;
6130
right: 0;
6131
margin-top: -5px;
6132
border-width: 5px 0 5px 5px;
6133
border-left-color: #000000;
6134
}
6135
.tooltip.bottom .tooltip-arrow {
6136
top: 0;
6137
left: 50%;
6138
margin-left: -5px;
6139
border-width: 0 5px 5px;
6140
border-bottom-color: #000000;
6141
}
6142
.tooltip.bottom-left .tooltip-arrow {
6143
top: 0;
6144
right: 5px;
6145
margin-top: -5px;
6146
border-width: 0 5px 5px;
6147
border-bottom-color: #000000;
6148
}
6149
.tooltip.bottom-right .tooltip-arrow {
6150
top: 0;
6151
left: 5px;
6152
margin-top: -5px;
6153
border-width: 0 5px 5px;
6154
border-bottom-color: #000000;
6155
}
6156
.popover {
6157
position: absolute;
6158
top: 0;
6159
left: 0;
6160
z-index: 1060;
6161
display: none;
6162
max-width: 276px;
6163
padding: 1px;
6164
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6165
font-style: normal;
6166
font-weight: normal;
6167
letter-spacing: normal;
6168
line-break: auto;
6169
line-height: 1.42857143;
6170
text-align: left;
6171
text-align: start;
6172
text-decoration: none;
6173
text-shadow: none;
6174
text-transform: none;
6175
white-space: normal;
6176
word-break: normal;
6177
word-spacing: normal;
6178
word-wrap: normal;
6179
font-size: 14px;
6180
background-color: #ffffff;
6181
-webkit-background-clip: padding-box;
6182
background-clip: padding-box;
6183
border: 1px solid #cccccc;
6184
border: 1px solid rgba(0, 0, 0, 0.2);
6185
border-radius: 6px;
6186
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6187
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6188
}
6189
.popover.top {
6190
margin-top: -10px;
6191
}
6192
.popover.right {
6193
margin-left: 10px;
6194
}
6195
.popover.bottom {
6196
margin-top: 10px;
6197
}
6198
.popover.left {
6199
margin-left: -10px;
6200
}
6201
.popover-title {
6202
margin: 0;
6203
padding: 8px 14px;
6204
font-size: 14px;
6205
background-color: #f7f7f7;
6206
border-bottom: 1px solid #ebebeb;
6207
border-radius: 5px 5px 0 0;
6208
}
6209
.popover-content {
6210
padding: 9px 14px;
6211
}
6212
.popover > .arrow,
6213
.popover > .arrow:after {
6214
position: absolute;
6215
display: block;
6216
width: 0;
6217
height: 0;
6218
border-color: transparent;
6219
border-style: solid;
6220
}
6221
.popover > .arrow {
6222
border-width: 11px;
6223
}
6224
.popover > .arrow:after {
6225
border-width: 10px;
6226
content: "";
6227
}
6228
.popover.top > .arrow {
6229
left: 50%;
6230
margin-left: -11px;
6231
border-bottom-width: 0;
6232
border-top-color: #999999;
6233
border-top-color: rgba(0, 0, 0, 0.25);
6234
bottom: -11px;
6235
}
6236
.popover.top > .arrow:after {
6237
content: " ";
6238
bottom: 1px;
6239
margin-left: -10px;
6240
border-bottom-width: 0;
6241
border-top-color: #ffffff;
6242
}
6243
.popover.right > .arrow {
6244
top: 50%;
6245
left: -11px;
6246
margin-top: -11px;
6247
border-left-width: 0;
6248
border-right-color: #999999;
6249
border-right-color: rgba(0, 0, 0, 0.25);
6250
}
6251
.popover.right > .arrow:after {
6252
content: " ";
6253
left: 1px;
6254
bottom: -10px;
6255
border-left-width: 0;
6256
border-right-color: #ffffff;
6257
}
6258
.popover.bottom > .arrow {
6259
left: 50%;
6260
margin-left: -11px;
6261
border-top-width: 0;
6262
border-bottom-color: #999999;
6263
border-bottom-color: rgba(0, 0, 0, 0.25);
6264
top: -11px;
6265
}
6266
.popover.bottom > .arrow:after {
6267
content: " ";
6268
top: 1px;
6269
margin-left: -10px;
6270
border-top-width: 0;
6271
border-bottom-color: #ffffff;
6272
}
6273
.popover.left > .arrow {
6274
top: 50%;
6275
right: -11px;
6276
margin-top: -11px;
6277
border-right-width: 0;
6278
border-left-color: #999999;
6279
border-left-color: rgba(0, 0, 0, 0.25);
6280
}
6281
.popover.left > .arrow:after {
6282
content: " ";
6283
right: 1px;
6284
border-right-width: 0;
6285
border-left-color: #ffffff;
6286
bottom: -10px;
6287
}
6288
.carousel {
6289
position: relative;
6290
}
6291
.carousel-inner {
6292
position: relative;
6293
overflow: hidden;
6294
width: 100%;
6295
}
6296
.carousel-inner > .item {
6297
display: none;
6298
position: relative;
6299
-webkit-transition: 0.6s ease-in-out left;
6300
-o-transition: 0.6s ease-in-out left;
6301
transition: 0.6s ease-in-out left;
6302
}
6303
.carousel-inner > .item > img,
6304
.carousel-inner > .item > a > img {
6305
line-height: 1;
6306
}
6307
@media all and (transform-3d), (-webkit-transform-3d) {
6308
.carousel-inner > .item {
6309
-webkit-transition: -webkit-transform 0.6s ease-in-out;
6310
-o-transition: -o-transform 0.6s ease-in-out;
6311
transition: transform 0.6s ease-in-out;
6312
-webkit-backface-visibility: hidden;
6313
backface-visibility: hidden;
6314
-webkit-perspective: 1000px;
6315
perspective: 1000px;
6316
}
6317
.carousel-inner > .item.next,
6318
.carousel-inner > .item.active.right {
6319
-webkit-transform: translate3d(100%, 0, 0);
6320
transform: translate3d(100%, 0, 0);
6321
left: 0;
6322
}
6323
.carousel-inner > .item.prev,
6324
.carousel-inner > .item.active.left {
6325
-webkit-transform: translate3d(-100%, 0, 0);
6326
transform: translate3d(-100%, 0, 0);
6327
left: 0;
6328
}
6329
.carousel-inner > .item.next.left,
6330
.carousel-inner > .item.prev.right,
6331
.carousel-inner > .item.active {
6332
-webkit-transform: translate3d(0, 0, 0);
6333
transform: translate3d(0, 0, 0);
6334
left: 0;
6335
}
6336
}
6337
.carousel-inner > .active,
6338
.carousel-inner > .next,
6339
.carousel-inner > .prev {
6340
display: block;
6341
}
6342
.carousel-inner > .active {
6343
left: 0;
6344
}
6345
.carousel-inner > .next,
6346
.carousel-inner > .prev {
6347
position: absolute;
6348
top: 0;
6349
width: 100%;
6350
}
6351
.carousel-inner > .next {
6352
left: 100%;
6353
}
6354
.carousel-inner > .prev {
6355
left: -100%;
6356
}
6357
.carousel-inner > .next.left,
6358
.carousel-inner > .prev.right {
6359
left: 0;
6360
}
6361
.carousel-inner > .active.left {
6362
left: -100%;
6363
}
6364
.carousel-inner > .active.right {
6365
left: 100%;
6366
}
6367
.carousel-control {
6368
position: absolute;
6369
top: 0;
6370
left: 0;
6371
bottom: 0;
6372
width: 15%;
6373
opacity: 0.5;
6374
filter: alpha(opacity=50);
6375
font-size: 20px;
6376
color: #ffffff;
6377
text-align: center;
6378
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6379
}
6380
.carousel-control.left {
6381
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6382
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6383
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
6384
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
6385
background-repeat: repeat-x;
6386
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6387
}
6388
.carousel-control.right {
6389
left: auto;
6390
right: 0;
6391
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6392
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6393
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
6394
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
6395
background-repeat: repeat-x;
6396
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6397
}
6398
.carousel-control:hover,
6399
.carousel-control:focus {
6400
outline: 0;
6401
color: #ffffff;
6402
text-decoration: none;
6403
opacity: 0.9;
6404
filter: alpha(opacity=90);
6405
}
6406
.carousel-control .icon-prev,
6407
.carousel-control .icon-next,
6408
.carousel-control .glyphicon-chevron-left,
6409
.carousel-control .glyphicon-chevron-right {
6410
position: absolute;
6411
top: 50%;
6412
margin-top: -10px;
6413
z-index: 5;
6414
display: inline-block;
6415
}
6416
.carousel-control .icon-prev,
6417
.carousel-control .glyphicon-chevron-left {
6418
left: 50%;
6419
margin-left: -10px;
6420
}
6421
.carousel-control .icon-next,
6422
.carousel-control .glyphicon-chevron-right {
6423
right: 50%;
6424
margin-right: -10px;
6425
}
6426
.carousel-control .icon-prev,
6427
.carousel-control .icon-next {
6428
width: 20px;
6429
height: 20px;
6430
line-height: 1;
6431
font-family: serif;
6432
}
6433
.carousel-control .icon-prev:before {
6434
content: '\2039';
6435
}
6436
.carousel-control .icon-next:before {
6437
content: '\203a';
6438
}
6439
.carousel-indicators {
6440
position: absolute;
6441
bottom: 10px;
6442
left: 50%;
6443
z-index: 15;
6444
width: 60%;
6445
margin-left: -30%;
6446
padding-left: 0;
6447
list-style: none;
6448
text-align: center;
6449
}
6450
.carousel-indicators li {
6451
display: inline-block;
6452
width: 10px;
6453
height: 10px;
6454
margin: 1px;
6455
text-indent: -999px;
6456
border: 1px solid #ffffff;
6457
border-radius: 10px;
6458
cursor: pointer;
6459
background-color: #000 \9;
6460
background-color: rgba(0, 0, 0, 0);
6461
}
6462
.carousel-indicators .active {
6463
margin: 0;
6464
width: 12px;
6465
height: 12px;
6466
background-color: #ffffff;
6467
}
6468
.carousel-caption {
6469
position: absolute;
6470
left: 15%;
6471
right: 15%;
6472
bottom: 20px;
6473
z-index: 10;
6474
padding-top: 20px;
6475
padding-bottom: 20px;
6476
color: #ffffff;
6477
text-align: center;
6478
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6479
}
6480
.carousel-caption .btn {
6481
text-shadow: none;
6482
}
6483
@media screen and (min-width: 768px) {
6484
.carousel-control .glyphicon-chevron-left,
6485
.carousel-control .glyphicon-chevron-right,
6486
.carousel-control .icon-prev,
6487
.carousel-control .icon-next {
6488
width: 30px;
6489
height: 30px;
6490
margin-top: -15px;
6491
font-size: 30px;
6492
}
6493
.carousel-control .glyphicon-chevron-left,
6494
.carousel-control .icon-prev {
6495
margin-left: -15px;
6496
}
6497
.carousel-control .glyphicon-chevron-right,
6498
.carousel-control .icon-next {
6499
margin-right: -15px;
6500
}
6501
.carousel-caption {
6502
left: 20%;
6503
right: 20%;
6504
padding-bottom: 30px;
6505
}
6506
.carousel-indicators {
6507
bottom: 20px;
6508
}
6509
}
6510
.clearfix:before,
6511
.clearfix:after,
6512
.dl-horizontal dd:before,
6513
.dl-horizontal dd:after,
6514
.container:before,
6515
.container:after,
6516
.container-fluid:before,
6517
.container-fluid:after,
6518
.row:before,
6519
.row:after,
6520
.form-horizontal .form-group:before,
6521
.form-horizontal .form-group:after,
6522
.btn-toolbar:before,
6523
.btn-toolbar:after,
6524
.btn-group-vertical > .btn-group:before,
6525
.btn-group-vertical > .btn-group:after,
6526
.nav:before,
6527
.nav:after,
6528
.navbar:before,
6529
.navbar:after,
6530
.navbar-header:before,
6531
.navbar-header:after,
6532
.navbar-collapse:before,
6533
.navbar-collapse:after,
6534
.pager:before,
6535
.pager:after,
6536
.panel-body:before,
6537
.panel-body:after,
6538
.modal-footer:before,
6539
.modal-footer:after {
6540
content: " ";
6541
display: table;
6542
}
6543
.clearfix:after,
6544
.dl-horizontal dd:after,
6545
.container:after,
6546
.container-fluid:after,
6547
.row:after,
6548
.form-horizontal .form-group:after,
6549
.btn-toolbar:after,
6550
.btn-group-vertical > .btn-group:after,
6551
.nav:after,
6552
.navbar:after,
6553
.navbar-header:after,
6554
.navbar-collapse:after,
6555
.pager:after,
6556
.panel-body:after,
6557
.modal-footer:after {
6558
clear: both;
6559
}
6560
.center-block {
6561
display: block;
6562
margin-left: auto;
6563
margin-right: auto;
6564
}
6565
.pull-right {
6566
float: right !important;
6567
}
6568
.pull-left {
6569
float: left !important;
6570
}
6571
.hide {
6572
display: none !important;
6573
}
6574
.show {
6575
display: block !important;
6576
}
6577
.invisible {
6578
visibility: hidden;
6579
}
6580
.text-hide {
6581
font: 0/0 a;
6582
color: transparent;
6583
text-shadow: none;
6584
background-color: transparent;
6585
border: 0;
6586
}
6587
.hidden {
6588
display: none !important;
6589
}
6590
.affix {
6591
position: fixed;
6592
}
6593
@-ms-viewport {
6594
width: device-width;
6595
}
6596
.visible-xs,
6597
.visible-sm,
6598
.visible-md,
6599
.visible-lg {
6600
display: none !important;
6601
}
6602
.visible-xs-block,
6603
.visible-xs-inline,
6604
.visible-xs-inline-block,
6605
.visible-sm-block,
6606
.visible-sm-inline,
6607
.visible-sm-inline-block,
6608
.visible-md-block,
6609
.visible-md-inline,
6610
.visible-md-inline-block,
6611
.visible-lg-block,
6612
.visible-lg-inline,
6613
.visible-lg-inline-block {
6614
display: none !important;
6615
}
6616
@media (max-width: 767px) {
6617
.visible-xs {
6618
display: block !important;
6619
}
6620
table.visible-xs {
6621
display: table !important;
6622
}
6623
tr.visible-xs {
6624
display: table-row !important;
6625
}
6626
th.visible-xs,
6627
td.visible-xs {
6628
display: table-cell !important;
6629
}
6630
}
6631
@media (max-width: 767px) {
6632
.visible-xs-block {
6633
display: block !important;
6634
}
6635
}
6636
@media (max-width: 767px) {
6637
.visible-xs-inline {
6638
display: inline !important;
6639
}
6640
}
6641
@media (max-width: 767px) {
6642
.visible-xs-inline-block {
6643
display: inline-block !important;
6644
}
6645
}
6646
@media (min-width: 768px) and (max-width: 991px) {
6647
.visible-sm {
6648
display: block !important;
6649
}
6650
table.visible-sm {
6651
display: table !important;
6652
}
6653
tr.visible-sm {
6654
display: table-row !important;
6655
}
6656
th.visible-sm,
6657
td.visible-sm {
6658
display: table-cell !important;
6659
}
6660
}
6661
@media (min-width: 768px) and (max-width: 991px) {
6662
.visible-sm-block {
6663
display: block !important;
6664
}
6665
}
6666
@media (min-width: 768px) and (max-width: 991px) {
6667
.visible-sm-inline {
6668
display: inline !important;
6669
}
6670
}
6671
@media (min-width: 768px) and (max-width: 991px) {
6672
.visible-sm-inline-block {
6673
display: inline-block !important;
6674
}
6675
}
6676
@media (min-width: 992px) and (max-width: 1199px) {
6677
.visible-md {
6678
display: block !important;
6679
}
6680
table.visible-md {
6681
display: table !important;
6682
}
6683
tr.visible-md {
6684
display: table-row !important;
6685
}
6686
th.visible-md,
6687
td.visible-md {
6688
display: table-cell !important;
6689
}
6690
}
6691
@media (min-width: 992px) and (max-width: 1199px) {
6692
.visible-md-block {
6693
display: block !important;
6694
}
6695
}
6696
@media (min-width: 992px) and (max-width: 1199px) {
6697
.visible-md-inline {
6698
display: inline !important;
6699
}
6700
}
6701
@media (min-width: 992px) and (max-width: 1199px) {
6702
.visible-md-inline-block {
6703
display: inline-block !important;
6704
}
6705
}
6706
@media (min-width: 1200px) {
6707
.visible-lg {
6708
display: block !important;
6709
}
6710
table.visible-lg {
6711
display: table !important;
6712
}
6713
tr.visible-lg {
6714
display: table-row !important;
6715
}
6716
th.visible-lg,
6717
td.visible-lg {
6718
display: table-cell !important;
6719
}
6720
}
6721
@media (min-width: 1200px) {
6722
.visible-lg-block {
6723
display: block !important;
6724
}
6725
}
6726
@media (min-width: 1200px) {
6727
.visible-lg-inline {
6728
display: inline !important;
6729
}
6730
}
6731
@media (min-width: 1200px) {
6732
.visible-lg-inline-block {
6733
display: inline-block !important;
6734
}
6735
}
6736
@media (max-width: 767px) {
6737
.hidden-xs {
6738
display: none !important;
6739
}
6740
}
6741
@media (min-width: 768px) and (max-width: 991px) {
6742
.hidden-sm {
6743
display: none !important;
6744
}
6745
}
6746
@media (min-width: 992px) and (max-width: 1199px) {
6747
.hidden-md {
6748
display: none !important;
6749
}
6750
}
6751
@media (min-width: 1200px) {
6752
.hidden-lg {
6753
display: none !important;
6754
}
6755
}
6756
.visible-print {
6757
display: none !important;
6758
}
6759
@media print {
6760
.visible-print {
6761
display: block !important;
6762
}
6763
table.visible-print {
6764
display: table !important;
6765
}
6766
tr.visible-print {
6767
display: table-row !important;
6768
}
6769
th.visible-print,
6770
td.visible-print {
6771
display: table-cell !important;
6772
}
6773
}
6774
.visible-print-block {
6775
display: none !important;
6776
}
6777
@media print {
6778
.visible-print-block {
6779
display: block !important;
6780
}
6781
}
6782
.visible-print-inline {
6783
display: none !important;
6784
}
6785
@media print {
6786
.visible-print-inline {
6787
display: inline !important;
6788
}
6789
}
6790
.visible-print-inline-block {
6791
display: none !important;
6792
}
6793
@media print {
6794
.visible-print-inline-block {
6795
display: inline-block !important;
6796
}
6797
}
6798
@media print {
6799
.hidden-print {
6800
display: none !important;
6801
}
6802
}
6803
6804