bootstrap-rails-engine 3.0.0.4 → 3.0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.md +1 -2
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +200 -199
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/javascripts/bootstrap/bootstrap.js +72 -65
- data/app/assets/javascripts/bootstrap/bootstrap.min.js +7 -6
- data/app/assets/stylesheets/bootstrap/bootstrap-theme.css +129 -116
- data/app/assets/stylesheets/bootstrap/bootstrap-theme.min.css +7 -1
- data/app/assets/stylesheets/bootstrap/bootstrap.css.erb +1323 -1010
- data/app/assets/stylesheets/bootstrap/bootstrap.min.css.erb +6 -8
- data/lib/bootstrap-rails-engine/version.rb +2 -2
- data/lib/bootstrap-rails-engine.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
@@ -1,14 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v3.0.
|
3
|
-
*
|
4
|
-
*
|
5
|
-
* Licensed under the Apache License v2.0
|
6
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
7
|
-
*
|
8
|
-
* Designed and built with all the love in the world by @mdo and @fat.
|
2
|
+
* Bootstrap v3.0.3 (http://getbootstrap.com)
|
3
|
+
* Copyright 2013 Twitter, Inc.
|
4
|
+
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
|
9
5
|
*/
|
10
6
|
|
11
|
-
/*! normalize.css v2.1.
|
7
|
+
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
12
8
|
|
13
9
|
article,
|
14
10
|
aside,
|
@@ -36,7 +32,8 @@ audio:not([controls]) {
|
|
36
32
|
height: 0;
|
37
33
|
}
|
38
34
|
|
39
|
-
[hidden]
|
35
|
+
[hidden],
|
36
|
+
template {
|
40
37
|
display: none;
|
41
38
|
}
|
42
39
|
|
@@ -50,6 +47,10 @@ body {
|
|
50
47
|
margin: 0;
|
51
48
|
}
|
52
49
|
|
50
|
+
a {
|
51
|
+
background: transparent;
|
52
|
+
}
|
53
|
+
|
53
54
|
a:focus {
|
54
55
|
outline: thin dotted;
|
55
56
|
}
|
@@ -230,7 +231,6 @@ table {
|
|
230
231
|
abbr[title]:after {
|
231
232
|
content: " (" attr(title) ")";
|
232
233
|
}
|
233
|
-
.ir a:after,
|
234
234
|
a[href^="javascript:"]:after,
|
235
235
|
a[href^="#"]:after {
|
236
236
|
content: "";
|
@@ -263,6 +263,9 @@ table {
|
|
263
263
|
h3 {
|
264
264
|
page-break-after: avoid;
|
265
265
|
}
|
266
|
+
select {
|
267
|
+
background: #fff !important;
|
268
|
+
}
|
266
269
|
.navbar {
|
267
270
|
display: none;
|
268
271
|
}
|
@@ -316,13 +319,6 @@ textarea {
|
|
316
319
|
line-height: inherit;
|
317
320
|
}
|
318
321
|
|
319
|
-
button,
|
320
|
-
input,
|
321
|
-
select[multiple],
|
322
|
-
textarea {
|
323
|
-
background-image: none;
|
324
|
-
}
|
325
|
-
|
326
322
|
a {
|
327
323
|
color: #428bca;
|
328
324
|
text-decoration: none;
|
@@ -335,7 +331,7 @@ a:focus {
|
|
335
331
|
}
|
336
332
|
|
337
333
|
a:focus {
|
338
|
-
outline: thin dotted
|
334
|
+
outline: thin dotted;
|
339
335
|
outline: 5px auto -webkit-focus-ring-color;
|
340
336
|
outline-offset: -2px;
|
341
337
|
}
|
@@ -385,71 +381,10 @@ hr {
|
|
385
381
|
padding: 0;
|
386
382
|
margin: -1px;
|
387
383
|
overflow: hidden;
|
388
|
-
clip: rect(0 0 0 0);
|
384
|
+
clip: rect(0, 0, 0, 0);
|
389
385
|
border: 0;
|
390
386
|
}
|
391
387
|
|
392
|
-
p {
|
393
|
-
margin: 0 0 10px;
|
394
|
-
}
|
395
|
-
|
396
|
-
.lead {
|
397
|
-
margin-bottom: 20px;
|
398
|
-
font-size: 16.099999999999998px;
|
399
|
-
font-weight: 200;
|
400
|
-
line-height: 1.4;
|
401
|
-
}
|
402
|
-
|
403
|
-
@media (min-width: 768px) {
|
404
|
-
.lead {
|
405
|
-
font-size: 21px;
|
406
|
-
}
|
407
|
-
}
|
408
|
-
|
409
|
-
small {
|
410
|
-
font-size: 85%;
|
411
|
-
}
|
412
|
-
|
413
|
-
cite {
|
414
|
-
font-style: normal;
|
415
|
-
}
|
416
|
-
|
417
|
-
.text-muted {
|
418
|
-
color: #999999;
|
419
|
-
}
|
420
|
-
|
421
|
-
.text-primary {
|
422
|
-
color: #428bca;
|
423
|
-
}
|
424
|
-
|
425
|
-
.text-warning {
|
426
|
-
color: #c09853;
|
427
|
-
}
|
428
|
-
|
429
|
-
.text-danger {
|
430
|
-
color: #b94a48;
|
431
|
-
}
|
432
|
-
|
433
|
-
.text-success {
|
434
|
-
color: #468847;
|
435
|
-
}
|
436
|
-
|
437
|
-
.text-info {
|
438
|
-
color: #3a87ad;
|
439
|
-
}
|
440
|
-
|
441
|
-
.text-left {
|
442
|
-
text-align: left;
|
443
|
-
}
|
444
|
-
|
445
|
-
.text-right {
|
446
|
-
text-align: right;
|
447
|
-
}
|
448
|
-
|
449
|
-
.text-center {
|
450
|
-
text-align: center;
|
451
|
-
}
|
452
|
-
|
453
388
|
h1,
|
454
389
|
h2,
|
455
390
|
h3,
|
@@ -465,6 +400,7 @@ h6,
|
|
465
400
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
466
401
|
font-weight: 500;
|
467
402
|
line-height: 1.1;
|
403
|
+
color: inherit;
|
468
404
|
}
|
469
405
|
|
470
406
|
h1 small,
|
@@ -478,7 +414,19 @@ h6 small,
|
|
478
414
|
.h3 small,
|
479
415
|
.h4 small,
|
480
416
|
.h5 small,
|
481
|
-
.h6 small
|
417
|
+
.h6 small,
|
418
|
+
h1 .small,
|
419
|
+
h2 .small,
|
420
|
+
h3 .small,
|
421
|
+
h4 .small,
|
422
|
+
h5 .small,
|
423
|
+
h6 .small,
|
424
|
+
.h1 .small,
|
425
|
+
.h2 .small,
|
426
|
+
.h3 .small,
|
427
|
+
.h4 .small,
|
428
|
+
.h5 .small,
|
429
|
+
.h6 .small {
|
482
430
|
font-weight: normal;
|
483
431
|
line-height: 1;
|
484
432
|
color: #999999;
|
@@ -491,6 +439,15 @@ h3 {
|
|
491
439
|
margin-bottom: 10px;
|
492
440
|
}
|
493
441
|
|
442
|
+
h1 small,
|
443
|
+
h2 small,
|
444
|
+
h3 small,
|
445
|
+
h1 .small,
|
446
|
+
h2 .small,
|
447
|
+
h3 .small {
|
448
|
+
font-size: 65%;
|
449
|
+
}
|
450
|
+
|
494
451
|
h4,
|
495
452
|
h5,
|
496
453
|
h6 {
|
@@ -498,6 +455,15 @@ h6 {
|
|
498
455
|
margin-bottom: 10px;
|
499
456
|
}
|
500
457
|
|
458
|
+
h4 small,
|
459
|
+
h5 small,
|
460
|
+
h6 small,
|
461
|
+
h4 .small,
|
462
|
+
h5 .small,
|
463
|
+
h6 .small {
|
464
|
+
font-size: 75%;
|
465
|
+
}
|
466
|
+
|
501
467
|
h1,
|
502
468
|
.h1 {
|
503
469
|
font-size: 36px;
|
@@ -528,21 +494,86 @@ h6,
|
|
528
494
|
font-size: 12px;
|
529
495
|
}
|
530
496
|
|
531
|
-
|
532
|
-
|
533
|
-
font-size: 24px;
|
497
|
+
p {
|
498
|
+
margin: 0 0 10px;
|
534
499
|
}
|
535
500
|
|
536
|
-
|
537
|
-
|
538
|
-
font-size:
|
501
|
+
.lead {
|
502
|
+
margin-bottom: 20px;
|
503
|
+
font-size: 16px;
|
504
|
+
font-weight: 200;
|
505
|
+
line-height: 1.4;
|
539
506
|
}
|
540
507
|
|
541
|
-
|
542
|
-
.
|
543
|
-
|
544
|
-
|
545
|
-
|
508
|
+
@media (min-width: 768px) {
|
509
|
+
.lead {
|
510
|
+
font-size: 21px;
|
511
|
+
}
|
512
|
+
}
|
513
|
+
|
514
|
+
small,
|
515
|
+
.small {
|
516
|
+
font-size: 85%;
|
517
|
+
}
|
518
|
+
|
519
|
+
cite {
|
520
|
+
font-style: normal;
|
521
|
+
}
|
522
|
+
|
523
|
+
.text-muted {
|
524
|
+
color: #999999;
|
525
|
+
}
|
526
|
+
|
527
|
+
.text-primary {
|
528
|
+
color: #428bca;
|
529
|
+
}
|
530
|
+
|
531
|
+
.text-primary:hover {
|
532
|
+
color: #3071a9;
|
533
|
+
}
|
534
|
+
|
535
|
+
.text-warning {
|
536
|
+
color: #8a6d3b;
|
537
|
+
}
|
538
|
+
|
539
|
+
.text-warning:hover {
|
540
|
+
color: #66512c;
|
541
|
+
}
|
542
|
+
|
543
|
+
.text-danger {
|
544
|
+
color: #a94442;
|
545
|
+
}
|
546
|
+
|
547
|
+
.text-danger:hover {
|
548
|
+
color: #843534;
|
549
|
+
}
|
550
|
+
|
551
|
+
.text-success {
|
552
|
+
color: #3c763d;
|
553
|
+
}
|
554
|
+
|
555
|
+
.text-success:hover {
|
556
|
+
color: #2b542c;
|
557
|
+
}
|
558
|
+
|
559
|
+
.text-info {
|
560
|
+
color: #31708f;
|
561
|
+
}
|
562
|
+
|
563
|
+
.text-info:hover {
|
564
|
+
color: #245269;
|
565
|
+
}
|
566
|
+
|
567
|
+
.text-left {
|
568
|
+
text-align: left;
|
569
|
+
}
|
570
|
+
|
571
|
+
.text-right {
|
572
|
+
text-align: right;
|
573
|
+
}
|
574
|
+
|
575
|
+
.text-center {
|
576
|
+
text-align: center;
|
546
577
|
}
|
547
578
|
|
548
579
|
.page-header {
|
@@ -580,7 +611,12 @@ ol ol {
|
|
580
611
|
padding-left: 5px;
|
581
612
|
}
|
582
613
|
|
614
|
+
.list-inline > li:first-child {
|
615
|
+
padding-left: 0;
|
616
|
+
}
|
617
|
+
|
583
618
|
dl {
|
619
|
+
margin-top: 0;
|
584
620
|
margin-bottom: 20px;
|
585
621
|
}
|
586
622
|
|
@@ -634,7 +670,7 @@ abbr[data-original-title] {
|
|
634
670
|
border-bottom: 1px dotted #999999;
|
635
671
|
}
|
636
672
|
|
637
|
-
|
673
|
+
.initialism {
|
638
674
|
font-size: 90%;
|
639
675
|
text-transform: uppercase;
|
640
676
|
}
|
@@ -655,13 +691,15 @@ blockquote p:last-child {
|
|
655
691
|
margin-bottom: 0;
|
656
692
|
}
|
657
693
|
|
658
|
-
blockquote small
|
694
|
+
blockquote small,
|
695
|
+
blockquote .small {
|
659
696
|
display: block;
|
660
697
|
line-height: 1.428571429;
|
661
698
|
color: #999999;
|
662
699
|
}
|
663
700
|
|
664
|
-
blockquote small:before
|
701
|
+
blockquote small:before,
|
702
|
+
blockquote .small:before {
|
665
703
|
content: '\2014 \00A0';
|
666
704
|
}
|
667
705
|
|
@@ -673,35 +711,37 @@ blockquote.pull-right {
|
|
673
711
|
}
|
674
712
|
|
675
713
|
blockquote.pull-right p,
|
676
|
-
blockquote.pull-right small
|
714
|
+
blockquote.pull-right small,
|
715
|
+
blockquote.pull-right .small {
|
677
716
|
text-align: right;
|
678
717
|
}
|
679
718
|
|
680
|
-
blockquote.pull-right small:before
|
719
|
+
blockquote.pull-right small:before,
|
720
|
+
blockquote.pull-right .small:before {
|
681
721
|
content: '';
|
682
722
|
}
|
683
723
|
|
684
|
-
blockquote.pull-right small:after
|
724
|
+
blockquote.pull-right small:after,
|
725
|
+
blockquote.pull-right .small:after {
|
685
726
|
content: '\00A0 \2014';
|
686
727
|
}
|
687
728
|
|
688
|
-
q:before,
|
689
|
-
q:after,
|
690
729
|
blockquote:before,
|
691
730
|
blockquote:after {
|
692
731
|
content: "";
|
693
732
|
}
|
694
733
|
|
695
734
|
address {
|
696
|
-
display: block;
|
697
735
|
margin-bottom: 20px;
|
698
736
|
font-style: normal;
|
699
737
|
line-height: 1.428571429;
|
700
738
|
}
|
701
739
|
|
702
740
|
code,
|
703
|
-
|
704
|
-
|
741
|
+
kbd,
|
742
|
+
pre,
|
743
|
+
samp {
|
744
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
705
745
|
}
|
706
746
|
|
707
747
|
code {
|
@@ -727,17 +767,13 @@ pre {
|
|
727
767
|
border-radius: 4px;
|
728
768
|
}
|
729
769
|
|
730
|
-
pre.prettyprint {
|
731
|
-
margin-bottom: 20px;
|
732
|
-
}
|
733
|
-
|
734
770
|
pre code {
|
735
771
|
padding: 0;
|
736
772
|
font-size: inherit;
|
737
773
|
color: inherit;
|
738
774
|
white-space: pre-wrap;
|
739
775
|
background-color: transparent;
|
740
|
-
border: 0;
|
776
|
+
border-radius: 0;
|
741
777
|
}
|
742
778
|
|
743
779
|
.pre-scrollable {
|
@@ -772,6 +808,24 @@ pre code {
|
|
772
808
|
clear: both;
|
773
809
|
}
|
774
810
|
|
811
|
+
@media (min-width: 768px) {
|
812
|
+
.container {
|
813
|
+
width: 750px;
|
814
|
+
}
|
815
|
+
}
|
816
|
+
|
817
|
+
@media (min-width: 992px) {
|
818
|
+
.container {
|
819
|
+
width: 970px;
|
820
|
+
}
|
821
|
+
}
|
822
|
+
|
823
|
+
@media (min-width: 1200px) {
|
824
|
+
.container {
|
825
|
+
width: 1170px;
|
826
|
+
}
|
827
|
+
}
|
828
|
+
|
775
829
|
.row {
|
776
830
|
margin-right: -15px;
|
777
831
|
margin-left: -15px;
|
@@ -798,52 +852,52 @@ pre code {
|
|
798
852
|
}
|
799
853
|
|
800
854
|
.col-xs-1,
|
801
|
-
.col-xs-2,
|
802
|
-
.col-xs-3,
|
803
|
-
.col-xs-4,
|
804
|
-
.col-xs-5,
|
805
|
-
.col-xs-6,
|
806
|
-
.col-xs-7,
|
807
|
-
.col-xs-8,
|
808
|
-
.col-xs-9,
|
809
|
-
.col-xs-10,
|
810
|
-
.col-xs-11,
|
811
|
-
.col-xs-12,
|
812
855
|
.col-sm-1,
|
813
|
-
.col-sm-2,
|
814
|
-
.col-sm-3,
|
815
|
-
.col-sm-4,
|
816
|
-
.col-sm-5,
|
817
|
-
.col-sm-6,
|
818
|
-
.col-sm-7,
|
819
|
-
.col-sm-8,
|
820
|
-
.col-sm-9,
|
821
|
-
.col-sm-10,
|
822
|
-
.col-sm-11,
|
823
|
-
.col-sm-12,
|
824
856
|
.col-md-1,
|
825
|
-
.col-md-2,
|
826
|
-
.col-md-3,
|
827
|
-
.col-md-4,
|
828
|
-
.col-md-5,
|
829
|
-
.col-md-6,
|
830
|
-
.col-md-7,
|
831
|
-
.col-md-8,
|
832
|
-
.col-md-9,
|
833
|
-
.col-md-10,
|
834
|
-
.col-md-11,
|
835
|
-
.col-md-12,
|
836
857
|
.col-lg-1,
|
858
|
+
.col-xs-2,
|
859
|
+
.col-sm-2,
|
860
|
+
.col-md-2,
|
837
861
|
.col-lg-2,
|
862
|
+
.col-xs-3,
|
863
|
+
.col-sm-3,
|
864
|
+
.col-md-3,
|
838
865
|
.col-lg-3,
|
866
|
+
.col-xs-4,
|
867
|
+
.col-sm-4,
|
868
|
+
.col-md-4,
|
839
869
|
.col-lg-4,
|
870
|
+
.col-xs-5,
|
871
|
+
.col-sm-5,
|
872
|
+
.col-md-5,
|
840
873
|
.col-lg-5,
|
874
|
+
.col-xs-6,
|
875
|
+
.col-sm-6,
|
876
|
+
.col-md-6,
|
841
877
|
.col-lg-6,
|
878
|
+
.col-xs-7,
|
879
|
+
.col-sm-7,
|
880
|
+
.col-md-7,
|
842
881
|
.col-lg-7,
|
882
|
+
.col-xs-8,
|
883
|
+
.col-sm-8,
|
884
|
+
.col-md-8,
|
843
885
|
.col-lg-8,
|
886
|
+
.col-xs-9,
|
887
|
+
.col-sm-9,
|
888
|
+
.col-md-9,
|
844
889
|
.col-lg-9,
|
890
|
+
.col-xs-10,
|
891
|
+
.col-sm-10,
|
892
|
+
.col-md-10,
|
845
893
|
.col-lg-10,
|
894
|
+
.col-xs-11,
|
895
|
+
.col-sm-11,
|
896
|
+
.col-md-11,
|
846
897
|
.col-lg-11,
|
898
|
+
.col-xs-12,
|
899
|
+
.col-sm-12,
|
900
|
+
.col-md-12,
|
847
901
|
.col-lg-12 {
|
848
902
|
position: relative;
|
849
903
|
min-height: 1px;
|
@@ -861,62 +915,216 @@ pre code {
|
|
861
915
|
.col-xs-8,
|
862
916
|
.col-xs-9,
|
863
917
|
.col-xs-10,
|
864
|
-
.col-xs-11
|
918
|
+
.col-xs-11,
|
919
|
+
.col-xs-12 {
|
865
920
|
float: left;
|
866
921
|
}
|
867
922
|
|
868
|
-
.col-xs-
|
869
|
-
width:
|
923
|
+
.col-xs-12 {
|
924
|
+
width: 100%;
|
870
925
|
}
|
871
926
|
|
872
|
-
.col-xs-
|
873
|
-
width:
|
927
|
+
.col-xs-11 {
|
928
|
+
width: 91.66666666666666%;
|
874
929
|
}
|
875
930
|
|
876
|
-
.col-xs-
|
877
|
-
width:
|
931
|
+
.col-xs-10 {
|
932
|
+
width: 83.33333333333334%;
|
878
933
|
}
|
879
934
|
|
880
|
-
.col-xs-
|
881
|
-
width:
|
935
|
+
.col-xs-9 {
|
936
|
+
width: 75%;
|
882
937
|
}
|
883
938
|
|
884
|
-
.col-xs-
|
885
|
-
width:
|
939
|
+
.col-xs-8 {
|
940
|
+
width: 66.66666666666666%;
|
941
|
+
}
|
942
|
+
|
943
|
+
.col-xs-7 {
|
944
|
+
width: 58.333333333333336%;
|
886
945
|
}
|
887
946
|
|
888
947
|
.col-xs-6 {
|
889
948
|
width: 50%;
|
890
949
|
}
|
891
950
|
|
892
|
-
.col-xs-
|
893
|
-
width:
|
951
|
+
.col-xs-5 {
|
952
|
+
width: 41.66666666666667%;
|
894
953
|
}
|
895
954
|
|
896
|
-
.col-xs-
|
897
|
-
width:
|
955
|
+
.col-xs-4 {
|
956
|
+
width: 33.33333333333333%;
|
898
957
|
}
|
899
958
|
|
900
|
-
.col-xs-
|
901
|
-
width:
|
959
|
+
.col-xs-3 {
|
960
|
+
width: 25%;
|
902
961
|
}
|
903
962
|
|
904
|
-
.col-xs-
|
905
|
-
width:
|
963
|
+
.col-xs-2 {
|
964
|
+
width: 16.666666666666664%;
|
906
965
|
}
|
907
966
|
|
908
|
-
.col-xs-
|
909
|
-
width:
|
967
|
+
.col-xs-1 {
|
968
|
+
width: 8.333333333333332%;
|
910
969
|
}
|
911
970
|
|
912
|
-
.col-xs-12 {
|
913
|
-
|
971
|
+
.col-xs-pull-12 {
|
972
|
+
right: 100%;
|
973
|
+
}
|
974
|
+
|
975
|
+
.col-xs-pull-11 {
|
976
|
+
right: 91.66666666666666%;
|
977
|
+
}
|
978
|
+
|
979
|
+
.col-xs-pull-10 {
|
980
|
+
right: 83.33333333333334%;
|
981
|
+
}
|
982
|
+
|
983
|
+
.col-xs-pull-9 {
|
984
|
+
right: 75%;
|
985
|
+
}
|
986
|
+
|
987
|
+
.col-xs-pull-8 {
|
988
|
+
right: 66.66666666666666%;
|
989
|
+
}
|
990
|
+
|
991
|
+
.col-xs-pull-7 {
|
992
|
+
right: 58.333333333333336%;
|
993
|
+
}
|
994
|
+
|
995
|
+
.col-xs-pull-6 {
|
996
|
+
right: 50%;
|
997
|
+
}
|
998
|
+
|
999
|
+
.col-xs-pull-5 {
|
1000
|
+
right: 41.66666666666667%;
|
1001
|
+
}
|
1002
|
+
|
1003
|
+
.col-xs-pull-4 {
|
1004
|
+
right: 33.33333333333333%;
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
.col-xs-pull-3 {
|
1008
|
+
right: 25%;
|
1009
|
+
}
|
1010
|
+
|
1011
|
+
.col-xs-pull-2 {
|
1012
|
+
right: 16.666666666666664%;
|
1013
|
+
}
|
1014
|
+
|
1015
|
+
.col-xs-pull-1 {
|
1016
|
+
right: 8.333333333333332%;
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
.col-xs-pull-0 {
|
1020
|
+
right: 0;
|
1021
|
+
}
|
1022
|
+
|
1023
|
+
.col-xs-push-12 {
|
1024
|
+
left: 100%;
|
1025
|
+
}
|
1026
|
+
|
1027
|
+
.col-xs-push-11 {
|
1028
|
+
left: 91.66666666666666%;
|
1029
|
+
}
|
1030
|
+
|
1031
|
+
.col-xs-push-10 {
|
1032
|
+
left: 83.33333333333334%;
|
1033
|
+
}
|
1034
|
+
|
1035
|
+
.col-xs-push-9 {
|
1036
|
+
left: 75%;
|
1037
|
+
}
|
1038
|
+
|
1039
|
+
.col-xs-push-8 {
|
1040
|
+
left: 66.66666666666666%;
|
1041
|
+
}
|
1042
|
+
|
1043
|
+
.col-xs-push-7 {
|
1044
|
+
left: 58.333333333333336%;
|
1045
|
+
}
|
1046
|
+
|
1047
|
+
.col-xs-push-6 {
|
1048
|
+
left: 50%;
|
1049
|
+
}
|
1050
|
+
|
1051
|
+
.col-xs-push-5 {
|
1052
|
+
left: 41.66666666666667%;
|
1053
|
+
}
|
1054
|
+
|
1055
|
+
.col-xs-push-4 {
|
1056
|
+
left: 33.33333333333333%;
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
.col-xs-push-3 {
|
1060
|
+
left: 25%;
|
1061
|
+
}
|
1062
|
+
|
1063
|
+
.col-xs-push-2 {
|
1064
|
+
left: 16.666666666666664%;
|
1065
|
+
}
|
1066
|
+
|
1067
|
+
.col-xs-push-1 {
|
1068
|
+
left: 8.333333333333332%;
|
1069
|
+
}
|
1070
|
+
|
1071
|
+
.col-xs-push-0 {
|
1072
|
+
left: 0;
|
1073
|
+
}
|
1074
|
+
|
1075
|
+
.col-xs-offset-12 {
|
1076
|
+
margin-left: 100%;
|
1077
|
+
}
|
1078
|
+
|
1079
|
+
.col-xs-offset-11 {
|
1080
|
+
margin-left: 91.66666666666666%;
|
1081
|
+
}
|
1082
|
+
|
1083
|
+
.col-xs-offset-10 {
|
1084
|
+
margin-left: 83.33333333333334%;
|
1085
|
+
}
|
1086
|
+
|
1087
|
+
.col-xs-offset-9 {
|
1088
|
+
margin-left: 75%;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
.col-xs-offset-8 {
|
1092
|
+
margin-left: 66.66666666666666%;
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
.col-xs-offset-7 {
|
1096
|
+
margin-left: 58.333333333333336%;
|
1097
|
+
}
|
1098
|
+
|
1099
|
+
.col-xs-offset-6 {
|
1100
|
+
margin-left: 50%;
|
1101
|
+
}
|
1102
|
+
|
1103
|
+
.col-xs-offset-5 {
|
1104
|
+
margin-left: 41.66666666666667%;
|
1105
|
+
}
|
1106
|
+
|
1107
|
+
.col-xs-offset-4 {
|
1108
|
+
margin-left: 33.33333333333333%;
|
1109
|
+
}
|
1110
|
+
|
1111
|
+
.col-xs-offset-3 {
|
1112
|
+
margin-left: 25%;
|
1113
|
+
}
|
1114
|
+
|
1115
|
+
.col-xs-offset-2 {
|
1116
|
+
margin-left: 16.666666666666664%;
|
1117
|
+
}
|
1118
|
+
|
1119
|
+
.col-xs-offset-1 {
|
1120
|
+
margin-left: 8.333333333333332%;
|
1121
|
+
}
|
1122
|
+
|
1123
|
+
.col-xs-offset-0 {
|
1124
|
+
margin-left: 0;
|
914
1125
|
}
|
915
1126
|
|
916
1127
|
@media (min-width: 768px) {
|
917
|
-
.container {
|
918
|
-
max-width: 750px;
|
919
|
-
}
|
920
1128
|
.col-sm-1,
|
921
1129
|
.col-sm-2,
|
922
1130
|
.col-sm-3,
|
@@ -927,150 +1135,166 @@ pre code {
|
|
927
1135
|
.col-sm-8,
|
928
1136
|
.col-sm-9,
|
929
1137
|
.col-sm-10,
|
930
|
-
.col-sm-11
|
1138
|
+
.col-sm-11,
|
1139
|
+
.col-sm-12 {
|
931
1140
|
float: left;
|
932
1141
|
}
|
933
|
-
.col-sm-
|
934
|
-
width:
|
1142
|
+
.col-sm-12 {
|
1143
|
+
width: 100%;
|
935
1144
|
}
|
936
|
-
.col-sm-
|
937
|
-
width:
|
1145
|
+
.col-sm-11 {
|
1146
|
+
width: 91.66666666666666%;
|
938
1147
|
}
|
939
|
-
.col-sm-
|
940
|
-
width:
|
1148
|
+
.col-sm-10 {
|
1149
|
+
width: 83.33333333333334%;
|
941
1150
|
}
|
942
|
-
.col-sm-
|
943
|
-
width:
|
1151
|
+
.col-sm-9 {
|
1152
|
+
width: 75%;
|
944
1153
|
}
|
945
|
-
.col-sm-
|
946
|
-
width:
|
1154
|
+
.col-sm-8 {
|
1155
|
+
width: 66.66666666666666%;
|
1156
|
+
}
|
1157
|
+
.col-sm-7 {
|
1158
|
+
width: 58.333333333333336%;
|
947
1159
|
}
|
948
1160
|
.col-sm-6 {
|
949
1161
|
width: 50%;
|
950
1162
|
}
|
951
|
-
.col-sm-
|
952
|
-
width:
|
1163
|
+
.col-sm-5 {
|
1164
|
+
width: 41.66666666666667%;
|
953
1165
|
}
|
954
|
-
.col-sm-
|
955
|
-
width:
|
1166
|
+
.col-sm-4 {
|
1167
|
+
width: 33.33333333333333%;
|
956
1168
|
}
|
957
|
-
.col-sm-
|
958
|
-
width:
|
1169
|
+
.col-sm-3 {
|
1170
|
+
width: 25%;
|
959
1171
|
}
|
960
|
-
.col-sm-
|
961
|
-
width:
|
1172
|
+
.col-sm-2 {
|
1173
|
+
width: 16.666666666666664%;
|
962
1174
|
}
|
963
|
-
.col-sm-
|
964
|
-
width:
|
1175
|
+
.col-sm-1 {
|
1176
|
+
width: 8.333333333333332%;
|
965
1177
|
}
|
966
|
-
.col-sm-12 {
|
967
|
-
|
1178
|
+
.col-sm-pull-12 {
|
1179
|
+
right: 100%;
|
968
1180
|
}
|
969
|
-
.col-sm-
|
970
|
-
|
1181
|
+
.col-sm-pull-11 {
|
1182
|
+
right: 91.66666666666666%;
|
971
1183
|
}
|
972
|
-
.col-sm-
|
973
|
-
|
1184
|
+
.col-sm-pull-10 {
|
1185
|
+
right: 83.33333333333334%;
|
974
1186
|
}
|
975
|
-
.col-sm-
|
976
|
-
|
1187
|
+
.col-sm-pull-9 {
|
1188
|
+
right: 75%;
|
977
1189
|
}
|
978
|
-
.col-sm-
|
979
|
-
|
1190
|
+
.col-sm-pull-8 {
|
1191
|
+
right: 66.66666666666666%;
|
980
1192
|
}
|
981
|
-
.col-sm-
|
982
|
-
|
1193
|
+
.col-sm-pull-7 {
|
1194
|
+
right: 58.333333333333336%;
|
983
1195
|
}
|
984
|
-
.col-sm-
|
985
|
-
|
1196
|
+
.col-sm-pull-6 {
|
1197
|
+
right: 50%;
|
986
1198
|
}
|
987
|
-
.col-sm-
|
988
|
-
|
1199
|
+
.col-sm-pull-5 {
|
1200
|
+
right: 41.66666666666667%;
|
989
1201
|
}
|
990
|
-
.col-sm-
|
991
|
-
|
1202
|
+
.col-sm-pull-4 {
|
1203
|
+
right: 33.33333333333333%;
|
992
1204
|
}
|
993
|
-
.col-sm-
|
994
|
-
|
1205
|
+
.col-sm-pull-3 {
|
1206
|
+
right: 25%;
|
995
1207
|
}
|
996
|
-
.col-sm-
|
997
|
-
|
1208
|
+
.col-sm-pull-2 {
|
1209
|
+
right: 16.666666666666664%;
|
1210
|
+
}
|
1211
|
+
.col-sm-pull-1 {
|
1212
|
+
right: 8.333333333333332%;
|
1213
|
+
}
|
1214
|
+
.col-sm-pull-0 {
|
1215
|
+
right: 0;
|
1216
|
+
}
|
1217
|
+
.col-sm-push-12 {
|
1218
|
+
left: 100%;
|
998
1219
|
}
|
999
1220
|
.col-sm-push-11 {
|
1000
1221
|
left: 91.66666666666666%;
|
1001
1222
|
}
|
1002
|
-
.col-sm-
|
1003
|
-
|
1223
|
+
.col-sm-push-10 {
|
1224
|
+
left: 83.33333333333334%;
|
1004
1225
|
}
|
1005
|
-
.col-sm-
|
1006
|
-
|
1226
|
+
.col-sm-push-9 {
|
1227
|
+
left: 75%;
|
1007
1228
|
}
|
1008
|
-
.col-sm-
|
1009
|
-
|
1229
|
+
.col-sm-push-8 {
|
1230
|
+
left: 66.66666666666666%;
|
1010
1231
|
}
|
1011
|
-
.col-sm-
|
1012
|
-
|
1232
|
+
.col-sm-push-7 {
|
1233
|
+
left: 58.333333333333336%;
|
1013
1234
|
}
|
1014
|
-
.col-sm-
|
1015
|
-
|
1235
|
+
.col-sm-push-6 {
|
1236
|
+
left: 50%;
|
1016
1237
|
}
|
1017
|
-
.col-sm-
|
1018
|
-
|
1238
|
+
.col-sm-push-5 {
|
1239
|
+
left: 41.66666666666667%;
|
1019
1240
|
}
|
1020
|
-
.col-sm-
|
1021
|
-
|
1241
|
+
.col-sm-push-4 {
|
1242
|
+
left: 33.33333333333333%;
|
1022
1243
|
}
|
1023
|
-
.col-sm-
|
1024
|
-
|
1244
|
+
.col-sm-push-3 {
|
1245
|
+
left: 25%;
|
1025
1246
|
}
|
1026
|
-
.col-sm-
|
1027
|
-
|
1247
|
+
.col-sm-push-2 {
|
1248
|
+
left: 16.666666666666664%;
|
1028
1249
|
}
|
1029
|
-
.col-sm-
|
1030
|
-
|
1250
|
+
.col-sm-push-1 {
|
1251
|
+
left: 8.333333333333332%;
|
1031
1252
|
}
|
1032
|
-
.col-sm-
|
1033
|
-
|
1253
|
+
.col-sm-push-0 {
|
1254
|
+
left: 0;
|
1034
1255
|
}
|
1035
|
-
.col-sm-offset-
|
1036
|
-
margin-left:
|
1256
|
+
.col-sm-offset-12 {
|
1257
|
+
margin-left: 100%;
|
1037
1258
|
}
|
1038
|
-
.col-sm-offset-
|
1039
|
-
margin-left:
|
1259
|
+
.col-sm-offset-11 {
|
1260
|
+
margin-left: 91.66666666666666%;
|
1040
1261
|
}
|
1041
|
-
.col-sm-offset-
|
1042
|
-
margin-left:
|
1262
|
+
.col-sm-offset-10 {
|
1263
|
+
margin-left: 83.33333333333334%;
|
1043
1264
|
}
|
1044
|
-
.col-sm-offset-
|
1045
|
-
margin-left:
|
1265
|
+
.col-sm-offset-9 {
|
1266
|
+
margin-left: 75%;
|
1046
1267
|
}
|
1047
|
-
.col-sm-offset-
|
1048
|
-
margin-left:
|
1268
|
+
.col-sm-offset-8 {
|
1269
|
+
margin-left: 66.66666666666666%;
|
1270
|
+
}
|
1271
|
+
.col-sm-offset-7 {
|
1272
|
+
margin-left: 58.333333333333336%;
|
1049
1273
|
}
|
1050
1274
|
.col-sm-offset-6 {
|
1051
1275
|
margin-left: 50%;
|
1052
1276
|
}
|
1053
|
-
.col-sm-offset-
|
1054
|
-
margin-left:
|
1277
|
+
.col-sm-offset-5 {
|
1278
|
+
margin-left: 41.66666666666667%;
|
1055
1279
|
}
|
1056
|
-
.col-sm-offset-
|
1057
|
-
margin-left:
|
1280
|
+
.col-sm-offset-4 {
|
1281
|
+
margin-left: 33.33333333333333%;
|
1058
1282
|
}
|
1059
|
-
.col-sm-offset-
|
1060
|
-
margin-left:
|
1283
|
+
.col-sm-offset-3 {
|
1284
|
+
margin-left: 25%;
|
1061
1285
|
}
|
1062
|
-
.col-sm-offset-
|
1063
|
-
margin-left:
|
1286
|
+
.col-sm-offset-2 {
|
1287
|
+
margin-left: 16.666666666666664%;
|
1064
1288
|
}
|
1065
|
-
.col-sm-offset-
|
1066
|
-
margin-left:
|
1289
|
+
.col-sm-offset-1 {
|
1290
|
+
margin-left: 8.333333333333332%;
|
1291
|
+
}
|
1292
|
+
.col-sm-offset-0 {
|
1293
|
+
margin-left: 0;
|
1067
1294
|
}
|
1068
1295
|
}
|
1069
1296
|
|
1070
1297
|
@media (min-width: 992px) {
|
1071
|
-
.container {
|
1072
|
-
max-width: 970px;
|
1073
|
-
}
|
1074
1298
|
.col-md-1,
|
1075
1299
|
.col-md-2,
|
1076
1300
|
.col-md-3,
|
@@ -1081,159 +1305,166 @@ pre code {
|
|
1081
1305
|
.col-md-8,
|
1082
1306
|
.col-md-9,
|
1083
1307
|
.col-md-10,
|
1084
|
-
.col-md-11
|
1308
|
+
.col-md-11,
|
1309
|
+
.col-md-12 {
|
1085
1310
|
float: left;
|
1086
1311
|
}
|
1087
|
-
.col-md-
|
1088
|
-
width:
|
1312
|
+
.col-md-12 {
|
1313
|
+
width: 100%;
|
1089
1314
|
}
|
1090
|
-
.col-md-
|
1091
|
-
width:
|
1315
|
+
.col-md-11 {
|
1316
|
+
width: 91.66666666666666%;
|
1092
1317
|
}
|
1093
|
-
.col-md-
|
1094
|
-
width:
|
1318
|
+
.col-md-10 {
|
1319
|
+
width: 83.33333333333334%;
|
1095
1320
|
}
|
1096
|
-
.col-md-
|
1097
|
-
width:
|
1321
|
+
.col-md-9 {
|
1322
|
+
width: 75%;
|
1098
1323
|
}
|
1099
|
-
.col-md-
|
1100
|
-
width:
|
1324
|
+
.col-md-8 {
|
1325
|
+
width: 66.66666666666666%;
|
1326
|
+
}
|
1327
|
+
.col-md-7 {
|
1328
|
+
width: 58.333333333333336%;
|
1101
1329
|
}
|
1102
1330
|
.col-md-6 {
|
1103
1331
|
width: 50%;
|
1104
1332
|
}
|
1105
|
-
.col-md-
|
1106
|
-
width:
|
1333
|
+
.col-md-5 {
|
1334
|
+
width: 41.66666666666667%;
|
1107
1335
|
}
|
1108
|
-
.col-md-
|
1109
|
-
width:
|
1336
|
+
.col-md-4 {
|
1337
|
+
width: 33.33333333333333%;
|
1110
1338
|
}
|
1111
|
-
.col-md-
|
1112
|
-
width:
|
1339
|
+
.col-md-3 {
|
1340
|
+
width: 25%;
|
1113
1341
|
}
|
1114
|
-
.col-md-
|
1115
|
-
width:
|
1342
|
+
.col-md-2 {
|
1343
|
+
width: 16.666666666666664%;
|
1116
1344
|
}
|
1117
|
-
.col-md-
|
1118
|
-
width:
|
1345
|
+
.col-md-1 {
|
1346
|
+
width: 8.333333333333332%;
|
1119
1347
|
}
|
1120
|
-
.col-md-12 {
|
1121
|
-
|
1348
|
+
.col-md-pull-12 {
|
1349
|
+
right: 100%;
|
1122
1350
|
}
|
1123
|
-
.col-md-
|
1124
|
-
|
1351
|
+
.col-md-pull-11 {
|
1352
|
+
right: 91.66666666666666%;
|
1125
1353
|
}
|
1126
|
-
.col-md-
|
1127
|
-
|
1354
|
+
.col-md-pull-10 {
|
1355
|
+
right: 83.33333333333334%;
|
1128
1356
|
}
|
1129
|
-
.col-md-
|
1130
|
-
|
1357
|
+
.col-md-pull-9 {
|
1358
|
+
right: 75%;
|
1131
1359
|
}
|
1132
|
-
.col-md-
|
1133
|
-
|
1360
|
+
.col-md-pull-8 {
|
1361
|
+
right: 66.66666666666666%;
|
1134
1362
|
}
|
1135
|
-
.col-md-
|
1136
|
-
|
1363
|
+
.col-md-pull-7 {
|
1364
|
+
right: 58.333333333333336%;
|
1137
1365
|
}
|
1138
|
-
.col-md-
|
1139
|
-
|
1366
|
+
.col-md-pull-6 {
|
1367
|
+
right: 50%;
|
1140
1368
|
}
|
1141
|
-
.col-md-
|
1142
|
-
|
1369
|
+
.col-md-pull-5 {
|
1370
|
+
right: 41.66666666666667%;
|
1143
1371
|
}
|
1144
|
-
.col-md-
|
1145
|
-
|
1372
|
+
.col-md-pull-4 {
|
1373
|
+
right: 33.33333333333333%;
|
1146
1374
|
}
|
1147
|
-
.col-md-
|
1148
|
-
|
1375
|
+
.col-md-pull-3 {
|
1376
|
+
right: 25%;
|
1149
1377
|
}
|
1150
|
-
.col-md-
|
1151
|
-
|
1378
|
+
.col-md-pull-2 {
|
1379
|
+
right: 16.666666666666664%;
|
1152
1380
|
}
|
1153
|
-
.col-md-
|
1154
|
-
|
1381
|
+
.col-md-pull-1 {
|
1382
|
+
right: 8.333333333333332%;
|
1383
|
+
}
|
1384
|
+
.col-md-pull-0 {
|
1385
|
+
right: 0;
|
1386
|
+
}
|
1387
|
+
.col-md-push-12 {
|
1388
|
+
left: 100%;
|
1155
1389
|
}
|
1156
1390
|
.col-md-push-11 {
|
1157
1391
|
left: 91.66666666666666%;
|
1158
1392
|
}
|
1159
|
-
.col-md-
|
1160
|
-
|
1161
|
-
}
|
1162
|
-
.col-md-pull-1 {
|
1163
|
-
right: 8.333333333333332%;
|
1393
|
+
.col-md-push-10 {
|
1394
|
+
left: 83.33333333333334%;
|
1164
1395
|
}
|
1165
|
-
.col-md-
|
1166
|
-
|
1396
|
+
.col-md-push-9 {
|
1397
|
+
left: 75%;
|
1167
1398
|
}
|
1168
|
-
.col-md-
|
1169
|
-
|
1399
|
+
.col-md-push-8 {
|
1400
|
+
left: 66.66666666666666%;
|
1170
1401
|
}
|
1171
|
-
.col-md-
|
1172
|
-
|
1402
|
+
.col-md-push-7 {
|
1403
|
+
left: 58.333333333333336%;
|
1173
1404
|
}
|
1174
|
-
.col-md-
|
1175
|
-
|
1405
|
+
.col-md-push-6 {
|
1406
|
+
left: 50%;
|
1176
1407
|
}
|
1177
|
-
.col-md-
|
1178
|
-
|
1408
|
+
.col-md-push-5 {
|
1409
|
+
left: 41.66666666666667%;
|
1179
1410
|
}
|
1180
|
-
.col-md-
|
1181
|
-
|
1411
|
+
.col-md-push-4 {
|
1412
|
+
left: 33.33333333333333%;
|
1182
1413
|
}
|
1183
|
-
.col-md-
|
1184
|
-
|
1414
|
+
.col-md-push-3 {
|
1415
|
+
left: 25%;
|
1185
1416
|
}
|
1186
|
-
.col-md-
|
1187
|
-
|
1417
|
+
.col-md-push-2 {
|
1418
|
+
left: 16.666666666666664%;
|
1188
1419
|
}
|
1189
|
-
.col-md-
|
1190
|
-
|
1420
|
+
.col-md-push-1 {
|
1421
|
+
left: 8.333333333333332%;
|
1191
1422
|
}
|
1192
|
-
.col-md-
|
1193
|
-
|
1423
|
+
.col-md-push-0 {
|
1424
|
+
left: 0;
|
1194
1425
|
}
|
1195
|
-
.col-md-offset-
|
1196
|
-
margin-left:
|
1426
|
+
.col-md-offset-12 {
|
1427
|
+
margin-left: 100%;
|
1197
1428
|
}
|
1198
|
-
.col-md-offset-
|
1199
|
-
margin-left:
|
1429
|
+
.col-md-offset-11 {
|
1430
|
+
margin-left: 91.66666666666666%;
|
1200
1431
|
}
|
1201
|
-
.col-md-offset-
|
1202
|
-
margin-left:
|
1432
|
+
.col-md-offset-10 {
|
1433
|
+
margin-left: 83.33333333333334%;
|
1203
1434
|
}
|
1204
|
-
.col-md-offset-
|
1205
|
-
margin-left:
|
1435
|
+
.col-md-offset-9 {
|
1436
|
+
margin-left: 75%;
|
1206
1437
|
}
|
1207
|
-
.col-md-offset-
|
1208
|
-
margin-left:
|
1438
|
+
.col-md-offset-8 {
|
1439
|
+
margin-left: 66.66666666666666%;
|
1209
1440
|
}
|
1210
|
-
.col-md-offset-
|
1211
|
-
margin-left:
|
1441
|
+
.col-md-offset-7 {
|
1442
|
+
margin-left: 58.333333333333336%;
|
1212
1443
|
}
|
1213
1444
|
.col-md-offset-6 {
|
1214
1445
|
margin-left: 50%;
|
1215
1446
|
}
|
1216
|
-
.col-md-offset-
|
1217
|
-
margin-left:
|
1447
|
+
.col-md-offset-5 {
|
1448
|
+
margin-left: 41.66666666666667%;
|
1218
1449
|
}
|
1219
|
-
.col-md-offset-
|
1220
|
-
margin-left:
|
1450
|
+
.col-md-offset-4 {
|
1451
|
+
margin-left: 33.33333333333333%;
|
1221
1452
|
}
|
1222
|
-
.col-md-offset-
|
1223
|
-
margin-left:
|
1453
|
+
.col-md-offset-3 {
|
1454
|
+
margin-left: 25%;
|
1224
1455
|
}
|
1225
|
-
.col-md-offset-
|
1226
|
-
margin-left:
|
1456
|
+
.col-md-offset-2 {
|
1457
|
+
margin-left: 16.666666666666664%;
|
1227
1458
|
}
|
1228
|
-
.col-md-offset-
|
1229
|
-
margin-left:
|
1459
|
+
.col-md-offset-1 {
|
1460
|
+
margin-left: 8.333333333333332%;
|
1461
|
+
}
|
1462
|
+
.col-md-offset-0 {
|
1463
|
+
margin-left: 0;
|
1230
1464
|
}
|
1231
1465
|
}
|
1232
1466
|
|
1233
1467
|
@media (min-width: 1200px) {
|
1234
|
-
.container {
|
1235
|
-
max-width: 1170px;
|
1236
|
-
}
|
1237
1468
|
.col-lg-1,
|
1238
1469
|
.col-lg-2,
|
1239
1470
|
.col-lg-3,
|
@@ -1244,152 +1475,162 @@ pre code {
|
|
1244
1475
|
.col-lg-8,
|
1245
1476
|
.col-lg-9,
|
1246
1477
|
.col-lg-10,
|
1247
|
-
.col-lg-11
|
1478
|
+
.col-lg-11,
|
1479
|
+
.col-lg-12 {
|
1248
1480
|
float: left;
|
1249
1481
|
}
|
1250
|
-
.col-lg-
|
1251
|
-
width:
|
1482
|
+
.col-lg-12 {
|
1483
|
+
width: 100%;
|
1252
1484
|
}
|
1253
|
-
.col-lg-
|
1254
|
-
width:
|
1485
|
+
.col-lg-11 {
|
1486
|
+
width: 91.66666666666666%;
|
1255
1487
|
}
|
1256
|
-
.col-lg-
|
1257
|
-
width:
|
1488
|
+
.col-lg-10 {
|
1489
|
+
width: 83.33333333333334%;
|
1258
1490
|
}
|
1259
|
-
.col-lg-
|
1260
|
-
width:
|
1491
|
+
.col-lg-9 {
|
1492
|
+
width: 75%;
|
1261
1493
|
}
|
1262
|
-
.col-lg-
|
1263
|
-
width:
|
1494
|
+
.col-lg-8 {
|
1495
|
+
width: 66.66666666666666%;
|
1496
|
+
}
|
1497
|
+
.col-lg-7 {
|
1498
|
+
width: 58.333333333333336%;
|
1264
1499
|
}
|
1265
1500
|
.col-lg-6 {
|
1266
1501
|
width: 50%;
|
1267
1502
|
}
|
1268
|
-
.col-lg-
|
1269
|
-
width:
|
1503
|
+
.col-lg-5 {
|
1504
|
+
width: 41.66666666666667%;
|
1270
1505
|
}
|
1271
|
-
.col-lg-
|
1272
|
-
width:
|
1506
|
+
.col-lg-4 {
|
1507
|
+
width: 33.33333333333333%;
|
1273
1508
|
}
|
1274
|
-
.col-lg-
|
1275
|
-
width:
|
1509
|
+
.col-lg-3 {
|
1510
|
+
width: 25%;
|
1276
1511
|
}
|
1277
|
-
.col-lg-
|
1278
|
-
width:
|
1512
|
+
.col-lg-2 {
|
1513
|
+
width: 16.666666666666664%;
|
1279
1514
|
}
|
1280
|
-
.col-lg-
|
1281
|
-
width:
|
1515
|
+
.col-lg-1 {
|
1516
|
+
width: 8.333333333333332%;
|
1282
1517
|
}
|
1283
|
-
.col-lg-12 {
|
1284
|
-
|
1518
|
+
.col-lg-pull-12 {
|
1519
|
+
right: 100%;
|
1285
1520
|
}
|
1286
|
-
.col-lg-
|
1287
|
-
|
1521
|
+
.col-lg-pull-11 {
|
1522
|
+
right: 91.66666666666666%;
|
1288
1523
|
}
|
1289
|
-
.col-lg-
|
1290
|
-
|
1524
|
+
.col-lg-pull-10 {
|
1525
|
+
right: 83.33333333333334%;
|
1291
1526
|
}
|
1292
|
-
.col-lg-
|
1293
|
-
|
1527
|
+
.col-lg-pull-9 {
|
1528
|
+
right: 75%;
|
1294
1529
|
}
|
1295
|
-
.col-lg-
|
1296
|
-
|
1530
|
+
.col-lg-pull-8 {
|
1531
|
+
right: 66.66666666666666%;
|
1297
1532
|
}
|
1298
|
-
.col-lg-
|
1299
|
-
|
1533
|
+
.col-lg-pull-7 {
|
1534
|
+
right: 58.333333333333336%;
|
1300
1535
|
}
|
1301
|
-
.col-lg-
|
1302
|
-
|
1536
|
+
.col-lg-pull-6 {
|
1537
|
+
right: 50%;
|
1303
1538
|
}
|
1304
|
-
.col-lg-
|
1305
|
-
|
1539
|
+
.col-lg-pull-5 {
|
1540
|
+
right: 41.66666666666667%;
|
1306
1541
|
}
|
1307
|
-
.col-lg-
|
1308
|
-
|
1542
|
+
.col-lg-pull-4 {
|
1543
|
+
right: 33.33333333333333%;
|
1309
1544
|
}
|
1310
|
-
.col-lg-
|
1311
|
-
|
1545
|
+
.col-lg-pull-3 {
|
1546
|
+
right: 25%;
|
1312
1547
|
}
|
1313
|
-
.col-lg-
|
1314
|
-
|
1548
|
+
.col-lg-pull-2 {
|
1549
|
+
right: 16.666666666666664%;
|
1315
1550
|
}
|
1316
|
-
.col-lg-
|
1317
|
-
|
1551
|
+
.col-lg-pull-1 {
|
1552
|
+
right: 8.333333333333332%;
|
1553
|
+
}
|
1554
|
+
.col-lg-pull-0 {
|
1555
|
+
right: 0;
|
1556
|
+
}
|
1557
|
+
.col-lg-push-12 {
|
1558
|
+
left: 100%;
|
1318
1559
|
}
|
1319
1560
|
.col-lg-push-11 {
|
1320
1561
|
left: 91.66666666666666%;
|
1321
1562
|
}
|
1322
|
-
.col-lg-
|
1323
|
-
|
1324
|
-
}
|
1325
|
-
.col-lg-pull-1 {
|
1326
|
-
right: 8.333333333333332%;
|
1563
|
+
.col-lg-push-10 {
|
1564
|
+
left: 83.33333333333334%;
|
1327
1565
|
}
|
1328
|
-
.col-lg-
|
1329
|
-
|
1566
|
+
.col-lg-push-9 {
|
1567
|
+
left: 75%;
|
1330
1568
|
}
|
1331
|
-
.col-lg-
|
1332
|
-
|
1569
|
+
.col-lg-push-8 {
|
1570
|
+
left: 66.66666666666666%;
|
1333
1571
|
}
|
1334
|
-
.col-lg-
|
1335
|
-
|
1572
|
+
.col-lg-push-7 {
|
1573
|
+
left: 58.333333333333336%;
|
1336
1574
|
}
|
1337
|
-
.col-lg-
|
1338
|
-
|
1575
|
+
.col-lg-push-6 {
|
1576
|
+
left: 50%;
|
1339
1577
|
}
|
1340
|
-
.col-lg-
|
1341
|
-
|
1578
|
+
.col-lg-push-5 {
|
1579
|
+
left: 41.66666666666667%;
|
1342
1580
|
}
|
1343
|
-
.col-lg-
|
1344
|
-
|
1581
|
+
.col-lg-push-4 {
|
1582
|
+
left: 33.33333333333333%;
|
1345
1583
|
}
|
1346
|
-
.col-lg-
|
1347
|
-
|
1584
|
+
.col-lg-push-3 {
|
1585
|
+
left: 25%;
|
1348
1586
|
}
|
1349
|
-
.col-lg-
|
1350
|
-
|
1587
|
+
.col-lg-push-2 {
|
1588
|
+
left: 16.666666666666664%;
|
1351
1589
|
}
|
1352
|
-
.col-lg-
|
1353
|
-
|
1590
|
+
.col-lg-push-1 {
|
1591
|
+
left: 8.333333333333332%;
|
1354
1592
|
}
|
1355
|
-
.col-lg-
|
1356
|
-
|
1593
|
+
.col-lg-push-0 {
|
1594
|
+
left: 0;
|
1357
1595
|
}
|
1358
|
-
.col-lg-offset-
|
1359
|
-
margin-left:
|
1596
|
+
.col-lg-offset-12 {
|
1597
|
+
margin-left: 100%;
|
1360
1598
|
}
|
1361
|
-
.col-lg-offset-
|
1362
|
-
margin-left:
|
1599
|
+
.col-lg-offset-11 {
|
1600
|
+
margin-left: 91.66666666666666%;
|
1363
1601
|
}
|
1364
|
-
.col-lg-offset-
|
1365
|
-
margin-left:
|
1602
|
+
.col-lg-offset-10 {
|
1603
|
+
margin-left: 83.33333333333334%;
|
1366
1604
|
}
|
1367
|
-
.col-lg-offset-
|
1368
|
-
margin-left:
|
1605
|
+
.col-lg-offset-9 {
|
1606
|
+
margin-left: 75%;
|
1369
1607
|
}
|
1370
|
-
.col-lg-offset-
|
1371
|
-
margin-left:
|
1608
|
+
.col-lg-offset-8 {
|
1609
|
+
margin-left: 66.66666666666666%;
|
1372
1610
|
}
|
1373
|
-
.col-lg-offset-
|
1374
|
-
margin-left:
|
1611
|
+
.col-lg-offset-7 {
|
1612
|
+
margin-left: 58.333333333333336%;
|
1375
1613
|
}
|
1376
1614
|
.col-lg-offset-6 {
|
1377
1615
|
margin-left: 50%;
|
1378
1616
|
}
|
1379
|
-
.col-lg-offset-
|
1380
|
-
margin-left:
|
1617
|
+
.col-lg-offset-5 {
|
1618
|
+
margin-left: 41.66666666666667%;
|
1381
1619
|
}
|
1382
|
-
.col-lg-offset-
|
1383
|
-
margin-left:
|
1620
|
+
.col-lg-offset-4 {
|
1621
|
+
margin-left: 33.33333333333333%;
|
1384
1622
|
}
|
1385
|
-
.col-lg-offset-
|
1386
|
-
margin-left:
|
1623
|
+
.col-lg-offset-3 {
|
1624
|
+
margin-left: 25%;
|
1387
1625
|
}
|
1388
|
-
.col-lg-offset-
|
1389
|
-
margin-left:
|
1626
|
+
.col-lg-offset-2 {
|
1627
|
+
margin-left: 16.666666666666664%;
|
1390
1628
|
}
|
1391
|
-
.col-lg-offset-
|
1392
|
-
margin-left:
|
1629
|
+
.col-lg-offset-1 {
|
1630
|
+
margin-left: 8.333333333333332%;
|
1631
|
+
}
|
1632
|
+
.col-lg-offset-0 {
|
1633
|
+
margin-left: 0;
|
1393
1634
|
}
|
1394
1635
|
}
|
1395
1636
|
|
@@ -1407,33 +1648,33 @@ th {
|
|
1407
1648
|
margin-bottom: 20px;
|
1408
1649
|
}
|
1409
1650
|
|
1410
|
-
.table thead > tr > th,
|
1411
|
-
.table tbody > tr > th,
|
1412
|
-
.table tfoot > tr > th,
|
1413
|
-
.table thead > tr > td,
|
1414
|
-
.table tbody > tr > td,
|
1415
|
-
.table tfoot > tr > td {
|
1651
|
+
.table > thead > tr > th,
|
1652
|
+
.table > tbody > tr > th,
|
1653
|
+
.table > tfoot > tr > th,
|
1654
|
+
.table > thead > tr > td,
|
1655
|
+
.table > tbody > tr > td,
|
1656
|
+
.table > tfoot > tr > td {
|
1416
1657
|
padding: 8px;
|
1417
1658
|
line-height: 1.428571429;
|
1418
1659
|
vertical-align: top;
|
1419
1660
|
border-top: 1px solid #dddddd;
|
1420
1661
|
}
|
1421
1662
|
|
1422
|
-
.table thead > tr > th {
|
1663
|
+
.table > thead > tr > th {
|
1423
1664
|
vertical-align: bottom;
|
1424
1665
|
border-bottom: 2px solid #dddddd;
|
1425
1666
|
}
|
1426
1667
|
|
1427
|
-
.table caption + thead tr:first-child th,
|
1428
|
-
.table colgroup + thead tr:first-child th,
|
1429
|
-
.table thead:first-child tr:first-child th,
|
1430
|
-
.table caption + thead tr:first-child td,
|
1431
|
-
.table colgroup + thead tr:first-child td,
|
1432
|
-
.table thead:first-child tr:first-child td {
|
1668
|
+
.table > caption + thead > tr:first-child > th,
|
1669
|
+
.table > colgroup + thead > tr:first-child > th,
|
1670
|
+
.table > thead:first-child > tr:first-child > th,
|
1671
|
+
.table > caption + thead > tr:first-child > td,
|
1672
|
+
.table > colgroup + thead > tr:first-child > td,
|
1673
|
+
.table > thead:first-child > tr:first-child > td {
|
1433
1674
|
border-top: 0;
|
1434
1675
|
}
|
1435
1676
|
|
1436
|
-
.table tbody + tbody {
|
1677
|
+
.table > tbody + tbody {
|
1437
1678
|
border-top: 2px solid #dddddd;
|
1438
1679
|
}
|
1439
1680
|
|
@@ -1441,12 +1682,12 @@ th {
|
|
1441
1682
|
background-color: #ffffff;
|
1442
1683
|
}
|
1443
1684
|
|
1444
|
-
.table-condensed thead > tr > th,
|
1445
|
-
.table-condensed tbody > tr > th,
|
1446
|
-
.table-condensed tfoot > tr > th,
|
1447
|
-
.table-condensed thead > tr > td,
|
1448
|
-
.table-condensed tbody > tr > td,
|
1449
|
-
.table-condensed tfoot > tr > td {
|
1685
|
+
.table-condensed > thead > tr > th,
|
1686
|
+
.table-condensed > tbody > tr > th,
|
1687
|
+
.table-condensed > tfoot > tr > th,
|
1688
|
+
.table-condensed > thead > tr > td,
|
1689
|
+
.table-condensed > tbody > tr > td,
|
1690
|
+
.table-condensed > tfoot > tr > td {
|
1450
1691
|
padding: 5px;
|
1451
1692
|
}
|
1452
1693
|
|
@@ -1479,6 +1720,7 @@ th {
|
|
1479
1720
|
}
|
1480
1721
|
|
1481
1722
|
table col[class*="col-"] {
|
1723
|
+
position: static;
|
1482
1724
|
display: table-column;
|
1483
1725
|
float: none;
|
1484
1726
|
}
|
@@ -1489,101 +1731,90 @@ table th[class*="col-"] {
|
|
1489
1731
|
float: none;
|
1490
1732
|
}
|
1491
1733
|
|
1492
|
-
.table > thead > tr >
|
1493
|
-
.table > tbody > tr >
|
1494
|
-
.table > tfoot > tr >
|
1495
|
-
.table > thead >
|
1496
|
-
.table > tbody >
|
1497
|
-
.table > tfoot >
|
1498
|
-
.table > thead >
|
1499
|
-
.table > tbody >
|
1500
|
-
.table > tfoot >
|
1501
|
-
.table > thead > tr.active > th,
|
1502
|
-
.table > tbody > tr.active > th,
|
1503
|
-
.table > tfoot > tr.active > th {
|
1734
|
+
.table > thead > tr > .active,
|
1735
|
+
.table > tbody > tr > .active,
|
1736
|
+
.table > tfoot > tr > .active,
|
1737
|
+
.table > thead > .active > td,
|
1738
|
+
.table > tbody > .active > td,
|
1739
|
+
.table > tfoot > .active > td,
|
1740
|
+
.table > thead > .active > th,
|
1741
|
+
.table > tbody > .active > th,
|
1742
|
+
.table > tfoot > .active > th {
|
1504
1743
|
background-color: #f5f5f5;
|
1505
1744
|
}
|
1506
1745
|
|
1507
|
-
.table >
|
1508
|
-
.table > tbody >
|
1509
|
-
.table >
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
.table > thead > tr
|
1514
|
-
.table > tbody > tr
|
1515
|
-
.table > tfoot > tr
|
1516
|
-
.table > thead >
|
1517
|
-
.table > tbody >
|
1518
|
-
.table > tfoot >
|
1746
|
+
.table-hover > tbody > tr > .active:hover,
|
1747
|
+
.table-hover > tbody > .active:hover > td,
|
1748
|
+
.table-hover > tbody > .active:hover > th {
|
1749
|
+
background-color: #e8e8e8;
|
1750
|
+
}
|
1751
|
+
|
1752
|
+
.table > thead > tr > .success,
|
1753
|
+
.table > tbody > tr > .success,
|
1754
|
+
.table > tfoot > tr > .success,
|
1755
|
+
.table > thead > .success > td,
|
1756
|
+
.table > tbody > .success > td,
|
1757
|
+
.table > tfoot > .success > td,
|
1758
|
+
.table > thead > .success > th,
|
1759
|
+
.table > tbody > .success > th,
|
1760
|
+
.table > tfoot > .success > th {
|
1519
1761
|
background-color: #dff0d8;
|
1520
|
-
border-color: #d6e9c6;
|
1521
1762
|
}
|
1522
1763
|
|
1523
|
-
.table-hover > tbody > tr >
|
1524
|
-
.table-hover > tbody >
|
1525
|
-
.table-hover > tbody >
|
1764
|
+
.table-hover > tbody > tr > .success:hover,
|
1765
|
+
.table-hover > tbody > .success:hover > td,
|
1766
|
+
.table-hover > tbody > .success:hover > th {
|
1526
1767
|
background-color: #d0e9c6;
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
.table >
|
1531
|
-
.table >
|
1532
|
-
.table >
|
1533
|
-
.table >
|
1534
|
-
.table >
|
1535
|
-
.table >
|
1536
|
-
.table >
|
1537
|
-
.table >
|
1538
|
-
.table > tfoot > tr.danger > td,
|
1539
|
-
.table > thead > tr.danger > th,
|
1540
|
-
.table > tbody > tr.danger > th,
|
1541
|
-
.table > tfoot > tr.danger > th {
|
1768
|
+
}
|
1769
|
+
|
1770
|
+
.table > thead > tr > .danger,
|
1771
|
+
.table > tbody > tr > .danger,
|
1772
|
+
.table > tfoot > tr > .danger,
|
1773
|
+
.table > thead > .danger > td,
|
1774
|
+
.table > tbody > .danger > td,
|
1775
|
+
.table > tfoot > .danger > td,
|
1776
|
+
.table > thead > .danger > th,
|
1777
|
+
.table > tbody > .danger > th,
|
1778
|
+
.table > tfoot > .danger > th {
|
1542
1779
|
background-color: #f2dede;
|
1543
|
-
border-color: #eed3d7;
|
1544
1780
|
}
|
1545
1781
|
|
1546
|
-
.table-hover > tbody > tr >
|
1547
|
-
.table-hover > tbody >
|
1548
|
-
.table-hover > tbody >
|
1782
|
+
.table-hover > tbody > tr > .danger:hover,
|
1783
|
+
.table-hover > tbody > .danger:hover > td,
|
1784
|
+
.table-hover > tbody > .danger:hover > th {
|
1549
1785
|
background-color: #ebcccc;
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
.table >
|
1554
|
-
.table >
|
1555
|
-
.table >
|
1556
|
-
.table >
|
1557
|
-
.table >
|
1558
|
-
.table >
|
1559
|
-
.table >
|
1560
|
-
.table >
|
1561
|
-
.table > tfoot > tr.warning > td,
|
1562
|
-
.table > thead > tr.warning > th,
|
1563
|
-
.table > tbody > tr.warning > th,
|
1564
|
-
.table > tfoot > tr.warning > th {
|
1786
|
+
}
|
1787
|
+
|
1788
|
+
.table > thead > tr > .warning,
|
1789
|
+
.table > tbody > tr > .warning,
|
1790
|
+
.table > tfoot > tr > .warning,
|
1791
|
+
.table > thead > .warning > td,
|
1792
|
+
.table > tbody > .warning > td,
|
1793
|
+
.table > tfoot > .warning > td,
|
1794
|
+
.table > thead > .warning > th,
|
1795
|
+
.table > tbody > .warning > th,
|
1796
|
+
.table > tfoot > .warning > th {
|
1565
1797
|
background-color: #fcf8e3;
|
1566
|
-
border-color: #fbeed5;
|
1567
1798
|
}
|
1568
1799
|
|
1569
|
-
.table-hover > tbody > tr >
|
1570
|
-
.table-hover > tbody >
|
1571
|
-
.table-hover > tbody >
|
1800
|
+
.table-hover > tbody > tr > .warning:hover,
|
1801
|
+
.table-hover > tbody > .warning:hover > td,
|
1802
|
+
.table-hover > tbody > .warning:hover > th {
|
1572
1803
|
background-color: #faf2cc;
|
1573
|
-
border-color: #f8e5be;
|
1574
1804
|
}
|
1575
1805
|
|
1576
|
-
@media (max-width:
|
1806
|
+
@media (max-width: 767px) {
|
1577
1807
|
.table-responsive {
|
1578
1808
|
width: 100%;
|
1579
1809
|
margin-bottom: 15px;
|
1580
1810
|
overflow-x: scroll;
|
1581
1811
|
overflow-y: hidden;
|
1582
1812
|
border: 1px solid #dddddd;
|
1813
|
+
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1814
|
+
-webkit-overflow-scrolling: touch;
|
1583
1815
|
}
|
1584
1816
|
.table-responsive > .table {
|
1585
1817
|
margin-bottom: 0;
|
1586
|
-
background-color: #fff;
|
1587
1818
|
}
|
1588
1819
|
.table-responsive > .table > thead > tr > th,
|
1589
1820
|
.table-responsive > .table > tbody > tr > th,
|
@@ -1612,10 +1843,8 @@ table th[class*="col-"] {
|
|
1612
1843
|
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
1613
1844
|
border-right: 0;
|
1614
1845
|
}
|
1615
|
-
.table-responsive > .table-bordered > thead > tr:last-child > th,
|
1616
1846
|
.table-responsive > .table-bordered > tbody > tr:last-child > th,
|
1617
1847
|
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
1618
|
-
.table-responsive > .table-bordered > thead > tr:last-child > td,
|
1619
1848
|
.table-responsive > .table-bordered > tbody > tr:last-child > td,
|
1620
1849
|
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
1621
1850
|
border-bottom: 0;
|
@@ -1678,31 +1907,24 @@ select optgroup {
|
|
1678
1907
|
|
1679
1908
|
input[type="file"]:focus,
|
1680
1909
|
input[type="radio"]:focus,
|
1681
|
-
input[type="checkbox"]:focus {
|
1682
|
-
outline: thin dotted
|
1683
|
-
outline: 5px auto -webkit-focus-ring-color;
|
1684
|
-
outline-offset: -2px;
|
1685
|
-
}
|
1686
|
-
|
1687
|
-
input[type="number"]::-webkit-outer-spin-button,
|
1688
|
-
input[type="number"]::-webkit-inner-spin-button {
|
1689
|
-
height: auto;
|
1690
|
-
}
|
1691
|
-
|
1692
|
-
.form-control:-moz-placeholder {
|
1693
|
-
color: #999999;
|
1694
|
-
}
|
1695
|
-
|
1696
|
-
.form-control::-moz-placeholder {
|
1697
|
-
color: #999999;
|
1910
|
+
input[type="checkbox"]:focus {
|
1911
|
+
outline: thin dotted;
|
1912
|
+
outline: 5px auto -webkit-focus-ring-color;
|
1913
|
+
outline-offset: -2px;
|
1698
1914
|
}
|
1699
1915
|
|
1700
|
-
|
1701
|
-
|
1916
|
+
input[type="number"]::-webkit-outer-spin-button,
|
1917
|
+
input[type="number"]::-webkit-inner-spin-button {
|
1918
|
+
height: auto;
|
1702
1919
|
}
|
1703
1920
|
|
1704
|
-
|
1705
|
-
|
1921
|
+
output {
|
1922
|
+
display: block;
|
1923
|
+
padding-top: 7px;
|
1924
|
+
font-size: 14px;
|
1925
|
+
line-height: 1.428571429;
|
1926
|
+
color: #555555;
|
1927
|
+
vertical-align: middle;
|
1706
1928
|
}
|
1707
1929
|
|
1708
1930
|
.form-control {
|
@@ -1715,6 +1937,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
|
1715
1937
|
color: #555555;
|
1716
1938
|
vertical-align: middle;
|
1717
1939
|
background-color: #ffffff;
|
1940
|
+
background-image: none;
|
1718
1941
|
border: 1px solid #cccccc;
|
1719
1942
|
border-radius: 4px;
|
1720
1943
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -1730,6 +1953,23 @@ input[type="number"]::-webkit-inner-spin-button {
|
|
1730
1953
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
1731
1954
|
}
|
1732
1955
|
|
1956
|
+
.form-control:-moz-placeholder {
|
1957
|
+
color: #999999;
|
1958
|
+
}
|
1959
|
+
|
1960
|
+
.form-control::-moz-placeholder {
|
1961
|
+
color: #999999;
|
1962
|
+
opacity: 1;
|
1963
|
+
}
|
1964
|
+
|
1965
|
+
.form-control:-ms-input-placeholder {
|
1966
|
+
color: #999999;
|
1967
|
+
}
|
1968
|
+
|
1969
|
+
.form-control::-webkit-input-placeholder {
|
1970
|
+
color: #999999;
|
1971
|
+
}
|
1972
|
+
|
1733
1973
|
.form-control[disabled],
|
1734
1974
|
.form-control[readonly],
|
1735
1975
|
fieldset[disabled] .form-control {
|
@@ -1825,7 +2065,7 @@ textarea.input-sm {
|
|
1825
2065
|
}
|
1826
2066
|
|
1827
2067
|
.input-lg {
|
1828
|
-
height:
|
2068
|
+
height: 46px;
|
1829
2069
|
padding: 10px 16px;
|
1830
2070
|
font-size: 18px;
|
1831
2071
|
line-height: 1.33;
|
@@ -1833,8 +2073,8 @@ textarea.input-sm {
|
|
1833
2073
|
}
|
1834
2074
|
|
1835
2075
|
select.input-lg {
|
1836
|
-
height:
|
1837
|
-
line-height:
|
2076
|
+
height: 46px;
|
2077
|
+
line-height: 46px;
|
1838
2078
|
}
|
1839
2079
|
|
1840
2080
|
textarea.input-lg {
|
@@ -1842,76 +2082,87 @@ textarea.input-lg {
|
|
1842
2082
|
}
|
1843
2083
|
|
1844
2084
|
.has-warning .help-block,
|
1845
|
-
.has-warning .control-label
|
1846
|
-
|
2085
|
+
.has-warning .control-label,
|
2086
|
+
.has-warning .radio,
|
2087
|
+
.has-warning .checkbox,
|
2088
|
+
.has-warning .radio-inline,
|
2089
|
+
.has-warning .checkbox-inline {
|
2090
|
+
color: #8a6d3b;
|
1847
2091
|
}
|
1848
2092
|
|
1849
2093
|
.has-warning .form-control {
|
1850
|
-
border-color: #
|
2094
|
+
border-color: #8a6d3b;
|
1851
2095
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1852
2096
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1853
2097
|
}
|
1854
2098
|
|
1855
2099
|
.has-warning .form-control:focus {
|
1856
|
-
border-color: #
|
1857
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #
|
1858
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #
|
2100
|
+
border-color: #66512c;
|
2101
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
2102
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
1859
2103
|
}
|
1860
2104
|
|
1861
2105
|
.has-warning .input-group-addon {
|
1862
|
-
color: #
|
2106
|
+
color: #8a6d3b;
|
1863
2107
|
background-color: #fcf8e3;
|
1864
|
-
border-color: #
|
2108
|
+
border-color: #8a6d3b;
|
1865
2109
|
}
|
1866
2110
|
|
1867
2111
|
.has-error .help-block,
|
1868
|
-
.has-error .control-label
|
1869
|
-
|
2112
|
+
.has-error .control-label,
|
2113
|
+
.has-error .radio,
|
2114
|
+
.has-error .checkbox,
|
2115
|
+
.has-error .radio-inline,
|
2116
|
+
.has-error .checkbox-inline {
|
2117
|
+
color: #a94442;
|
1870
2118
|
}
|
1871
2119
|
|
1872
2120
|
.has-error .form-control {
|
1873
|
-
border-color: #
|
2121
|
+
border-color: #a94442;
|
1874
2122
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1875
2123
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1876
2124
|
}
|
1877
2125
|
|
1878
2126
|
.has-error .form-control:focus {
|
1879
|
-
border-color: #
|
1880
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #
|
1881
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #
|
2127
|
+
border-color: #843534;
|
2128
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
2129
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
1882
2130
|
}
|
1883
2131
|
|
1884
2132
|
.has-error .input-group-addon {
|
1885
|
-
color: #
|
2133
|
+
color: #a94442;
|
1886
2134
|
background-color: #f2dede;
|
1887
|
-
border-color: #
|
2135
|
+
border-color: #a94442;
|
1888
2136
|
}
|
1889
2137
|
|
1890
2138
|
.has-success .help-block,
|
1891
|
-
.has-success .control-label
|
1892
|
-
|
2139
|
+
.has-success .control-label,
|
2140
|
+
.has-success .radio,
|
2141
|
+
.has-success .checkbox,
|
2142
|
+
.has-success .radio-inline,
|
2143
|
+
.has-success .checkbox-inline {
|
2144
|
+
color: #3c763d;
|
1893
2145
|
}
|
1894
2146
|
|
1895
2147
|
.has-success .form-control {
|
1896
|
-
border-color: #
|
2148
|
+
border-color: #3c763d;
|
1897
2149
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1898
2150
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1899
2151
|
}
|
1900
2152
|
|
1901
2153
|
.has-success .form-control:focus {
|
1902
|
-
border-color: #
|
1903
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #
|
1904
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #
|
2154
|
+
border-color: #2b542c;
|
2155
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
2156
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
1905
2157
|
}
|
1906
2158
|
|
1907
2159
|
.has-success .input-group-addon {
|
1908
|
-
color: #
|
2160
|
+
color: #3c763d;
|
1909
2161
|
background-color: #dff0d8;
|
1910
|
-
border-color: #
|
2162
|
+
border-color: #3c763d;
|
1911
2163
|
}
|
1912
2164
|
|
1913
2165
|
.form-control-static {
|
1914
|
-
padding-top: 7px;
|
1915
2166
|
margin-bottom: 0;
|
1916
2167
|
}
|
1917
2168
|
|
@@ -1931,6 +2182,9 @@ textarea.input-lg {
|
|
1931
2182
|
.form-inline .form-control {
|
1932
2183
|
display: inline-block;
|
1933
2184
|
}
|
2185
|
+
.form-inline select.form-control {
|
2186
|
+
width: auto;
|
2187
|
+
}
|
1934
2188
|
.form-inline .radio,
|
1935
2189
|
.form-inline .checkbox {
|
1936
2190
|
display: inline-block;
|
@@ -1955,6 +2209,11 @@ textarea.input-lg {
|
|
1955
2209
|
margin-bottom: 0;
|
1956
2210
|
}
|
1957
2211
|
|
2212
|
+
.form-horizontal .radio,
|
2213
|
+
.form-horizontal .checkbox {
|
2214
|
+
min-height: 27px;
|
2215
|
+
}
|
2216
|
+
|
1958
2217
|
.form-horizontal .form-group {
|
1959
2218
|
margin-right: -15px;
|
1960
2219
|
margin-left: -15px;
|
@@ -1980,6 +2239,10 @@ textarea.input-lg {
|
|
1980
2239
|
clear: both;
|
1981
2240
|
}
|
1982
2241
|
|
2242
|
+
.form-horizontal .form-control-static {
|
2243
|
+
padding-top: 7px;
|
2244
|
+
}
|
2245
|
+
|
1983
2246
|
@media (min-width: 768px) {
|
1984
2247
|
.form-horizontal .control-label {
|
1985
2248
|
text-align: right;
|
@@ -1997,6 +2260,7 @@ textarea.input-lg {
|
|
1997
2260
|
white-space: nowrap;
|
1998
2261
|
vertical-align: middle;
|
1999
2262
|
cursor: pointer;
|
2263
|
+
background-image: none;
|
2000
2264
|
border: 1px solid transparent;
|
2001
2265
|
border-radius: 4px;
|
2002
2266
|
-webkit-user-select: none;
|
@@ -2007,7 +2271,7 @@ textarea.input-lg {
|
|
2007
2271
|
}
|
2008
2272
|
|
2009
2273
|
.btn:focus {
|
2010
|
-
outline: thin dotted
|
2274
|
+
outline: thin dotted;
|
2011
2275
|
outline: 5px auto -webkit-focus-ring-color;
|
2012
2276
|
outline-offset: -2px;
|
2013
2277
|
}
|
@@ -2078,6 +2342,11 @@ fieldset[disabled] .btn-default.active {
|
|
2078
2342
|
border-color: #cccccc;
|
2079
2343
|
}
|
2080
2344
|
|
2345
|
+
.btn-default .badge {
|
2346
|
+
color: #ffffff;
|
2347
|
+
background-color: #fff;
|
2348
|
+
}
|
2349
|
+
|
2081
2350
|
.btn-primary {
|
2082
2351
|
color: #ffffff;
|
2083
2352
|
background-color: #428bca;
|
@@ -2119,6 +2388,11 @@ fieldset[disabled] .btn-primary.active {
|
|
2119
2388
|
border-color: #357ebd;
|
2120
2389
|
}
|
2121
2390
|
|
2391
|
+
.btn-primary .badge {
|
2392
|
+
color: #428bca;
|
2393
|
+
background-color: #fff;
|
2394
|
+
}
|
2395
|
+
|
2122
2396
|
.btn-warning {
|
2123
2397
|
color: #ffffff;
|
2124
2398
|
background-color: #f0ad4e;
|
@@ -2160,6 +2434,11 @@ fieldset[disabled] .btn-warning.active {
|
|
2160
2434
|
border-color: #eea236;
|
2161
2435
|
}
|
2162
2436
|
|
2437
|
+
.btn-warning .badge {
|
2438
|
+
color: #f0ad4e;
|
2439
|
+
background-color: #fff;
|
2440
|
+
}
|
2441
|
+
|
2163
2442
|
.btn-danger {
|
2164
2443
|
color: #ffffff;
|
2165
2444
|
background-color: #d9534f;
|
@@ -2201,6 +2480,11 @@ fieldset[disabled] .btn-danger.active {
|
|
2201
2480
|
border-color: #d43f3a;
|
2202
2481
|
}
|
2203
2482
|
|
2483
|
+
.btn-danger .badge {
|
2484
|
+
color: #d9534f;
|
2485
|
+
background-color: #fff;
|
2486
|
+
}
|
2487
|
+
|
2204
2488
|
.btn-success {
|
2205
2489
|
color: #ffffff;
|
2206
2490
|
background-color: #5cb85c;
|
@@ -2242,6 +2526,11 @@ fieldset[disabled] .btn-success.active {
|
|
2242
2526
|
border-color: #4cae4c;
|
2243
2527
|
}
|
2244
2528
|
|
2529
|
+
.btn-success .badge {
|
2530
|
+
color: #5cb85c;
|
2531
|
+
background-color: #fff;
|
2532
|
+
}
|
2533
|
+
|
2245
2534
|
.btn-info {
|
2246
2535
|
color: #ffffff;
|
2247
2536
|
background-color: #5bc0de;
|
@@ -2283,6 +2572,11 @@ fieldset[disabled] .btn-info.active {
|
|
2283
2572
|
border-color: #46b8da;
|
2284
2573
|
}
|
2285
2574
|
|
2575
|
+
.btn-info .badge {
|
2576
|
+
color: #5bc0de;
|
2577
|
+
background-color: #fff;
|
2578
|
+
}
|
2579
|
+
|
2286
2580
|
.btn-link {
|
2287
2581
|
font-weight: normal;
|
2288
2582
|
color: #428bca;
|
@@ -2328,8 +2622,7 @@ fieldset[disabled] .btn-link:focus {
|
|
2328
2622
|
border-radius: 6px;
|
2329
2623
|
}
|
2330
2624
|
|
2331
|
-
.btn-sm
|
2332
|
-
.btn-xs {
|
2625
|
+
.btn-sm {
|
2333
2626
|
padding: 5px 10px;
|
2334
2627
|
font-size: 12px;
|
2335
2628
|
line-height: 1.5;
|
@@ -2338,6 +2631,9 @@ fieldset[disabled] .btn-link:focus {
|
|
2338
2631
|
|
2339
2632
|
.btn-xs {
|
2340
2633
|
padding: 1px 5px;
|
2634
|
+
font-size: 12px;
|
2635
|
+
line-height: 1.5;
|
2636
|
+
border-radius: 3px;
|
2341
2637
|
}
|
2342
2638
|
|
2343
2639
|
.btn-block {
|
@@ -2398,6 +2694,11 @@ input[type="button"].btn-block {
|
|
2398
2694
|
font-style: normal;
|
2399
2695
|
font-weight: normal;
|
2400
2696
|
line-height: 1;
|
2697
|
+
-moz-osx-font-smoothing: grayscale;
|
2698
|
+
}
|
2699
|
+
|
2700
|
+
.glyphicon:empty {
|
2701
|
+
width: 1em;
|
2401
2702
|
}
|
2402
2703
|
|
2403
2704
|
.glyphicon-asterisk:before {
|
@@ -2552,6 +2853,10 @@ input[type="button"].btn-block {
|
|
2552
2853
|
content: "\e032";
|
2553
2854
|
}
|
2554
2855
|
|
2856
|
+
.glyphicon-lock:before {
|
2857
|
+
content: "\e033";
|
2858
|
+
}
|
2859
|
+
|
2555
2860
|
.glyphicon-flag:before {
|
2556
2861
|
content: "\e034";
|
2557
2862
|
}
|
@@ -2592,10 +2897,18 @@ input[type="button"].btn-block {
|
|
2592
2897
|
content: "\e043";
|
2593
2898
|
}
|
2594
2899
|
|
2900
|
+
.glyphicon-bookmark:before {
|
2901
|
+
content: "\e044";
|
2902
|
+
}
|
2903
|
+
|
2595
2904
|
.glyphicon-print:before {
|
2596
2905
|
content: "\e045";
|
2597
2906
|
}
|
2598
2907
|
|
2908
|
+
.glyphicon-camera:before {
|
2909
|
+
content: "\e046";
|
2910
|
+
}
|
2911
|
+
|
2599
2912
|
.glyphicon-font:before {
|
2600
2913
|
content: "\e047";
|
2601
2914
|
}
|
@@ -2808,6 +3121,10 @@ input[type="button"].btn-block {
|
|
2808
3121
|
content: "\e103";
|
2809
3122
|
}
|
2810
3123
|
|
3124
|
+
.glyphicon-fire:before {
|
3125
|
+
content: "\e104";
|
3126
|
+
}
|
3127
|
+
|
2811
3128
|
.glyphicon-eye-open:before {
|
2812
3129
|
content: "\e105";
|
2813
3130
|
}
|
@@ -2824,6 +3141,10 @@ input[type="button"].btn-block {
|
|
2824
3141
|
content: "\e108";
|
2825
3142
|
}
|
2826
3143
|
|
3144
|
+
.glyphicon-calendar:before {
|
3145
|
+
content: "\e109";
|
3146
|
+
}
|
3147
|
+
|
2827
3148
|
.glyphicon-random:before {
|
2828
3149
|
content: "\e110";
|
2829
3150
|
}
|
@@ -2876,6 +3197,10 @@ input[type="button"].btn-block {
|
|
2876
3197
|
content: "\e122";
|
2877
3198
|
}
|
2878
3199
|
|
3200
|
+
.glyphicon-bell:before {
|
3201
|
+
content: "\e123";
|
3202
|
+
}
|
3203
|
+
|
2879
3204
|
.glyphicon-certificate:before {
|
2880
3205
|
content: "\e124";
|
2881
3206
|
}
|
@@ -2924,6 +3249,10 @@ input[type="button"].btn-block {
|
|
2924
3249
|
content: "\e135";
|
2925
3250
|
}
|
2926
3251
|
|
3252
|
+
.glyphicon-wrench:before {
|
3253
|
+
content: "\e136";
|
3254
|
+
}
|
3255
|
+
|
2927
3256
|
.glyphicon-tasks:before {
|
2928
3257
|
content: "\e137";
|
2929
3258
|
}
|
@@ -2932,6 +3261,10 @@ input[type="button"].btn-block {
|
|
2932
3261
|
content: "\e138";
|
2933
3262
|
}
|
2934
3263
|
|
3264
|
+
.glyphicon-briefcase:before {
|
3265
|
+
content: "\e139";
|
3266
|
+
}
|
3267
|
+
|
2935
3268
|
.glyphicon-fullscreen:before {
|
2936
3269
|
content: "\e140";
|
2937
3270
|
}
|
@@ -2940,6 +3273,10 @@ input[type="button"].btn-block {
|
|
2940
3273
|
content: "\e141";
|
2941
3274
|
}
|
2942
3275
|
|
3276
|
+
.glyphicon-paperclip:before {
|
3277
|
+
content: "\e142";
|
3278
|
+
}
|
3279
|
+
|
2943
3280
|
.glyphicon-heart-empty:before {
|
2944
3281
|
content: "\e143";
|
2945
3282
|
}
|
@@ -2952,6 +3289,10 @@ input[type="button"].btn-block {
|
|
2952
3289
|
content: "\e145";
|
2953
3290
|
}
|
2954
3291
|
|
3292
|
+
.glyphicon-pushpin:before {
|
3293
|
+
content: "\e146";
|
3294
|
+
}
|
3295
|
+
|
2955
3296
|
.glyphicon-usd:before {
|
2956
3297
|
content: "\e148";
|
2957
3298
|
}
|
@@ -3160,57 +3501,15 @@ input[type="button"].btn-block {
|
|
3160
3501
|
content: "\e200";
|
3161
3502
|
}
|
3162
3503
|
|
3163
|
-
.glyphicon-briefcase:before {
|
3164
|
-
content: "\1f4bc";
|
3165
|
-
}
|
3166
|
-
|
3167
|
-
.glyphicon-calendar:before {
|
3168
|
-
content: "\1f4c5";
|
3169
|
-
}
|
3170
|
-
|
3171
|
-
.glyphicon-pushpin:before {
|
3172
|
-
content: "\1f4cc";
|
3173
|
-
}
|
3174
|
-
|
3175
|
-
.glyphicon-paperclip:before {
|
3176
|
-
content: "\1f4ce";
|
3177
|
-
}
|
3178
|
-
|
3179
|
-
.glyphicon-camera:before {
|
3180
|
-
content: "\1f4f7";
|
3181
|
-
}
|
3182
|
-
|
3183
|
-
.glyphicon-lock:before {
|
3184
|
-
content: "\1f512";
|
3185
|
-
}
|
3186
|
-
|
3187
|
-
.glyphicon-bell:before {
|
3188
|
-
content: "\1f514";
|
3189
|
-
}
|
3190
|
-
|
3191
|
-
.glyphicon-bookmark:before {
|
3192
|
-
content: "\1f516";
|
3193
|
-
}
|
3194
|
-
|
3195
|
-
.glyphicon-fire:before {
|
3196
|
-
content: "\1f525";
|
3197
|
-
}
|
3198
|
-
|
3199
|
-
.glyphicon-wrench:before {
|
3200
|
-
content: "\1f527";
|
3201
|
-
}
|
3202
|
-
|
3203
3504
|
.caret {
|
3204
3505
|
display: inline-block;
|
3205
3506
|
width: 0;
|
3206
3507
|
height: 0;
|
3207
3508
|
margin-left: 2px;
|
3208
3509
|
vertical-align: middle;
|
3209
|
-
border-top: 4px solid
|
3510
|
+
border-top: 4px solid;
|
3210
3511
|
border-right: 4px solid transparent;
|
3211
|
-
border-bottom: 0 dotted;
|
3212
3512
|
border-left: 4px solid transparent;
|
3213
|
-
content: "";
|
3214
3513
|
}
|
3215
3514
|
|
3216
3515
|
.dropdown {
|
@@ -3266,9 +3565,9 @@ input[type="button"].btn-block {
|
|
3266
3565
|
|
3267
3566
|
.dropdown-menu > li > a:hover,
|
3268
3567
|
.dropdown-menu > li > a:focus {
|
3269
|
-
color: #
|
3568
|
+
color: #262626;
|
3270
3569
|
text-decoration: none;
|
3271
|
-
background-color: #
|
3570
|
+
background-color: #f5f5f5;
|
3272
3571
|
}
|
3273
3572
|
|
3274
3573
|
.dropdown-menu > .active > a,
|
@@ -3327,8 +3626,8 @@ input[type="button"].btn-block {
|
|
3327
3626
|
|
3328
3627
|
.dropup .caret,
|
3329
3628
|
.navbar-fixed-bottom .dropdown .caret {
|
3330
|
-
border-top: 0
|
3331
|
-
border-bottom: 4px solid
|
3629
|
+
border-top: 0;
|
3630
|
+
border-bottom: 4px solid;
|
3332
3631
|
content: "";
|
3333
3632
|
}
|
3334
3633
|
|
@@ -3346,30 +3645,6 @@ input[type="button"].btn-block {
|
|
3346
3645
|
}
|
3347
3646
|
}
|
3348
3647
|
|
3349
|
-
.btn-default .caret {
|
3350
|
-
border-top-color: #333333;
|
3351
|
-
}
|
3352
|
-
|
3353
|
-
.btn-primary .caret,
|
3354
|
-
.btn-success .caret,
|
3355
|
-
.btn-warning .caret,
|
3356
|
-
.btn-danger .caret,
|
3357
|
-
.btn-info .caret {
|
3358
|
-
border-top-color: #fff;
|
3359
|
-
}
|
3360
|
-
|
3361
|
-
.dropup .btn-default .caret {
|
3362
|
-
border-bottom-color: #333333;
|
3363
|
-
}
|
3364
|
-
|
3365
|
-
.dropup .btn-primary .caret,
|
3366
|
-
.dropup .btn-success .caret,
|
3367
|
-
.dropup .btn-warning .caret,
|
3368
|
-
.dropup .btn-danger .caret,
|
3369
|
-
.dropup .btn-info .caret {
|
3370
|
-
border-bottom-color: #fff;
|
3371
|
-
}
|
3372
|
-
|
3373
3648
|
.btn-group,
|
3374
3649
|
.btn-group-vertical {
|
3375
3650
|
position: relative;
|
@@ -3481,7 +3756,6 @@ input[type="button"].btn-block {
|
|
3481
3756
|
}
|
3482
3757
|
|
3483
3758
|
.btn-group-xs > .btn {
|
3484
|
-
padding: 5px 10px;
|
3485
3759
|
padding: 1px 5px;
|
3486
3760
|
font-size: 12px;
|
3487
3761
|
line-height: 1.5;
|
@@ -3517,6 +3791,11 @@ input[type="button"].btn-block {
|
|
3517
3791
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
3518
3792
|
}
|
3519
3793
|
|
3794
|
+
.btn-group.open .dropdown-toggle.btn-link {
|
3795
|
+
-webkit-box-shadow: none;
|
3796
|
+
box-shadow: none;
|
3797
|
+
}
|
3798
|
+
|
3520
3799
|
.btn .caret {
|
3521
3800
|
margin-left: 0;
|
3522
3801
|
}
|
@@ -3531,7 +3810,8 @@ input[type="button"].btn-block {
|
|
3531
3810
|
}
|
3532
3811
|
|
3533
3812
|
.btn-group-vertical > .btn,
|
3534
|
-
.btn-group-vertical > .btn-group
|
3813
|
+
.btn-group-vertical > .btn-group,
|
3814
|
+
.btn-group-vertical > .btn-group > .btn {
|
3535
3815
|
display: block;
|
3536
3816
|
float: none;
|
3537
3817
|
width: 100%;
|
@@ -3608,12 +3888,17 @@ input[type="button"].btn-block {
|
|
3608
3888
|
table-layout: fixed;
|
3609
3889
|
}
|
3610
3890
|
|
3611
|
-
.btn-group-justified .btn
|
3891
|
+
.btn-group-justified > .btn,
|
3892
|
+
.btn-group-justified > .btn-group {
|
3612
3893
|
display: table-cell;
|
3613
3894
|
float: none;
|
3614
3895
|
width: 1%;
|
3615
3896
|
}
|
3616
3897
|
|
3898
|
+
.btn-group-justified > .btn-group .btn {
|
3899
|
+
width: 100%;
|
3900
|
+
}
|
3901
|
+
|
3617
3902
|
[data-toggle="buttons"] > .btn > input[type="radio"],
|
3618
3903
|
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
|
3619
3904
|
display: none;
|
@@ -3625,7 +3910,7 @@ input[type="button"].btn-block {
|
|
3625
3910
|
border-collapse: separate;
|
3626
3911
|
}
|
3627
3912
|
|
3628
|
-
.input-group
|
3913
|
+
.input-group[class*="col-"] {
|
3629
3914
|
float: none;
|
3630
3915
|
padding-right: 0;
|
3631
3916
|
padding-left: 0;
|
@@ -3639,7 +3924,7 @@ input[type="button"].btn-block {
|
|
3639
3924
|
.input-group-lg > .form-control,
|
3640
3925
|
.input-group-lg > .input-group-addon,
|
3641
3926
|
.input-group-lg > .input-group-btn > .btn {
|
3642
|
-
height:
|
3927
|
+
height: 46px;
|
3643
3928
|
padding: 10px 16px;
|
3644
3929
|
font-size: 18px;
|
3645
3930
|
line-height: 1.33;
|
@@ -3649,8 +3934,8 @@ input[type="button"].btn-block {
|
|
3649
3934
|
select.input-group-lg > .form-control,
|
3650
3935
|
select.input-group-lg > .input-group-addon,
|
3651
3936
|
select.input-group-lg > .input-group-btn > .btn {
|
3652
|
-
height:
|
3653
|
-
line-height:
|
3937
|
+
height: 46px;
|
3938
|
+
line-height: 46px;
|
3654
3939
|
}
|
3655
3940
|
|
3656
3941
|
textarea.input-group-lg > .form-control,
|
@@ -3706,6 +3991,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
3706
3991
|
font-size: 14px;
|
3707
3992
|
font-weight: normal;
|
3708
3993
|
line-height: 1;
|
3994
|
+
color: #555555;
|
3709
3995
|
text-align: center;
|
3710
3996
|
background-color: #eeeeee;
|
3711
3997
|
border: 1px solid #cccccc;
|
@@ -3760,6 +4046,14 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
3760
4046
|
white-space: nowrap;
|
3761
4047
|
}
|
3762
4048
|
|
4049
|
+
.input-group-btn:first-child > .btn {
|
4050
|
+
margin-right: -1px;
|
4051
|
+
}
|
4052
|
+
|
4053
|
+
.input-group-btn:last-child > .btn {
|
4054
|
+
margin-left: -1px;
|
4055
|
+
}
|
4056
|
+
|
3763
4057
|
.input-group-btn > .btn {
|
3764
4058
|
position: relative;
|
3765
4059
|
}
|
@@ -3886,23 +4180,46 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
3886
4180
|
}
|
3887
4181
|
|
3888
4182
|
.nav-tabs.nav-justified > li > a {
|
4183
|
+
margin-bottom: 5px;
|
3889
4184
|
text-align: center;
|
3890
4185
|
}
|
3891
4186
|
|
4187
|
+
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
4188
|
+
top: auto;
|
4189
|
+
left: auto;
|
4190
|
+
}
|
4191
|
+
|
3892
4192
|
@media (min-width: 768px) {
|
3893
4193
|
.nav-tabs.nav-justified > li {
|
3894
4194
|
display: table-cell;
|
3895
4195
|
width: 1%;
|
3896
4196
|
}
|
4197
|
+
.nav-tabs.nav-justified > li > a {
|
4198
|
+
margin-bottom: 0;
|
4199
|
+
}
|
3897
4200
|
}
|
3898
4201
|
|
3899
4202
|
.nav-tabs.nav-justified > li > a {
|
3900
4203
|
margin-right: 0;
|
3901
|
-
border-
|
4204
|
+
border-radius: 4px;
|
3902
4205
|
}
|
3903
4206
|
|
3904
|
-
.nav-tabs.nav-justified > .active > a
|
3905
|
-
|
4207
|
+
.nav-tabs.nav-justified > .active > a,
|
4208
|
+
.nav-tabs.nav-justified > .active > a:hover,
|
4209
|
+
.nav-tabs.nav-justified > .active > a:focus {
|
4210
|
+
border: 1px solid #dddddd;
|
4211
|
+
}
|
4212
|
+
|
4213
|
+
@media (min-width: 768px) {
|
4214
|
+
.nav-tabs.nav-justified > li > a {
|
4215
|
+
border-bottom: 1px solid #dddddd;
|
4216
|
+
border-radius: 4px 4px 0 0;
|
4217
|
+
}
|
4218
|
+
.nav-tabs.nav-justified > .active > a,
|
4219
|
+
.nav-tabs.nav-justified > .active > a:hover,
|
4220
|
+
.nav-tabs.nav-justified > .active > a:focus {
|
4221
|
+
border-bottom-color: #ffffff;
|
4222
|
+
}
|
3906
4223
|
}
|
3907
4224
|
|
3908
4225
|
.nav-pills > li {
|
@@ -3910,7 +4227,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
3910
4227
|
}
|
3911
4228
|
|
3912
4229
|
.nav-pills > li > a {
|
3913
|
-
border-radius:
|
4230
|
+
border-radius: 4px;
|
3914
4231
|
}
|
3915
4232
|
|
3916
4233
|
.nav-pills > li + li {
|
@@ -3942,14 +4259,23 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
3942
4259
|
}
|
3943
4260
|
|
3944
4261
|
.nav-justified > li > a {
|
4262
|
+
margin-bottom: 5px;
|
3945
4263
|
text-align: center;
|
3946
4264
|
}
|
3947
4265
|
|
4266
|
+
.nav-justified > .dropdown .dropdown-menu {
|
4267
|
+
top: auto;
|
4268
|
+
left: auto;
|
4269
|
+
}
|
4270
|
+
|
3948
4271
|
@media (min-width: 768px) {
|
3949
4272
|
.nav-justified > li {
|
3950
4273
|
display: table-cell;
|
3951
4274
|
width: 1%;
|
3952
4275
|
}
|
4276
|
+
.nav-justified > li > a {
|
4277
|
+
margin-bottom: 0;
|
4278
|
+
}
|
3953
4279
|
}
|
3954
4280
|
|
3955
4281
|
.nav-tabs-justified {
|
@@ -3958,53 +4284,35 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
3958
4284
|
|
3959
4285
|
.nav-tabs-justified > li > a {
|
3960
4286
|
margin-right: 0;
|
3961
|
-
border-
|
3962
|
-
}
|
3963
|
-
|
3964
|
-
.nav-tabs-justified > .active > a {
|
3965
|
-
border-bottom-color: #ffffff;
|
3966
|
-
}
|
3967
|
-
|
3968
|
-
.tabbable:before,
|
3969
|
-
.tabbable:after {
|
3970
|
-
display: table;
|
3971
|
-
content: " ";
|
3972
|
-
}
|
3973
|
-
|
3974
|
-
.tabbable:after {
|
3975
|
-
clear: both;
|
4287
|
+
border-radius: 4px;
|
3976
4288
|
}
|
3977
4289
|
|
3978
|
-
.
|
3979
|
-
.
|
3980
|
-
|
3981
|
-
|
4290
|
+
.nav-tabs-justified > .active > a,
|
4291
|
+
.nav-tabs-justified > .active > a:hover,
|
4292
|
+
.nav-tabs-justified > .active > a:focus {
|
4293
|
+
border: 1px solid #dddddd;
|
3982
4294
|
}
|
3983
4295
|
|
3984
|
-
|
3985
|
-
|
4296
|
+
@media (min-width: 768px) {
|
4297
|
+
.nav-tabs-justified > li > a {
|
4298
|
+
border-bottom: 1px solid #dddddd;
|
4299
|
+
border-radius: 4px 4px 0 0;
|
4300
|
+
}
|
4301
|
+
.nav-tabs-justified > .active > a,
|
4302
|
+
.nav-tabs-justified > .active > a:hover,
|
4303
|
+
.nav-tabs-justified > .active > a:focus {
|
4304
|
+
border-bottom-color: #ffffff;
|
4305
|
+
}
|
3986
4306
|
}
|
3987
4307
|
|
3988
|
-
.tab-content > .tab-pane
|
3989
|
-
.pill-content > .pill-pane {
|
4308
|
+
.tab-content > .tab-pane {
|
3990
4309
|
display: none;
|
3991
4310
|
}
|
3992
4311
|
|
3993
|
-
.tab-content > .active
|
3994
|
-
.pill-content > .active {
|
4312
|
+
.tab-content > .active {
|
3995
4313
|
display: block;
|
3996
4314
|
}
|
3997
4315
|
|
3998
|
-
.nav .caret {
|
3999
|
-
border-top-color: #428bca;
|
4000
|
-
border-bottom-color: #428bca;
|
4001
|
-
}
|
4002
|
-
|
4003
|
-
.nav a:hover .caret {
|
4004
|
-
border-top-color: #2a6496;
|
4005
|
-
border-bottom-color: #2a6496;
|
4006
|
-
}
|
4007
|
-
|
4008
4316
|
.nav-tabs .dropdown-menu {
|
4009
4317
|
margin-top: -1px;
|
4010
4318
|
border-top-right-radius: 0;
|
@@ -4013,7 +4321,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4013
4321
|
|
4014
4322
|
.navbar {
|
4015
4323
|
position: relative;
|
4016
|
-
z-index: 1000;
|
4017
4324
|
min-height: 50px;
|
4018
4325
|
margin-bottom: 20px;
|
4019
4326
|
border: 1px solid transparent;
|
@@ -4120,14 +4427,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4120
4427
|
.navbar-collapse.in {
|
4121
4428
|
overflow-y: visible;
|
4122
4429
|
}
|
4123
|
-
.navbar-
|
4124
|
-
|
4125
|
-
|
4126
|
-
|
4127
|
-
|
4128
|
-
}
|
4129
|
-
.navbar-collapse .navbar-text:last-child {
|
4130
|
-
margin-right: 0;
|
4430
|
+
.navbar-fixed-top .navbar-collapse,
|
4431
|
+
.navbar-static-top .navbar-collapse,
|
4432
|
+
.navbar-fixed-bottom .navbar-collapse {
|
4433
|
+
padding-right: 0;
|
4434
|
+
padding-left: 0;
|
4131
4435
|
}
|
4132
4436
|
}
|
4133
4437
|
|
@@ -4146,6 +4450,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4146
4450
|
}
|
4147
4451
|
|
4148
4452
|
.navbar-static-top {
|
4453
|
+
z-index: 1000;
|
4149
4454
|
border-width: 0 0 1px;
|
4150
4455
|
}
|
4151
4456
|
|
@@ -4160,7 +4465,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4160
4465
|
position: fixed;
|
4161
4466
|
right: 0;
|
4162
4467
|
left: 0;
|
4163
|
-
|
4468
|
+
z-index: 1030;
|
4164
4469
|
}
|
4165
4470
|
|
4166
4471
|
@media (min-width: 768px) {
|
@@ -4172,12 +4477,13 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4172
4477
|
|
4173
4478
|
.navbar-fixed-top {
|
4174
4479
|
top: 0;
|
4175
|
-
|
4480
|
+
border-width: 0 0 1px;
|
4176
4481
|
}
|
4177
4482
|
|
4178
4483
|
.navbar-fixed-bottom {
|
4179
4484
|
bottom: 0;
|
4180
4485
|
margin-bottom: 0;
|
4486
|
+
border-width: 1px 0 0;
|
4181
4487
|
}
|
4182
4488
|
|
4183
4489
|
.navbar-brand {
|
@@ -4206,6 +4512,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4206
4512
|
margin-right: 15px;
|
4207
4513
|
margin-bottom: 8px;
|
4208
4514
|
background-color: transparent;
|
4515
|
+
background-image: none;
|
4209
4516
|
border: 1px solid transparent;
|
4210
4517
|
border-radius: 4px;
|
4211
4518
|
}
|
@@ -4272,6 +4579,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4272
4579
|
padding-top: 15px;
|
4273
4580
|
padding-bottom: 15px;
|
4274
4581
|
}
|
4582
|
+
.navbar-nav.navbar-right:last-child {
|
4583
|
+
margin-right: -15px;
|
4584
|
+
}
|
4275
4585
|
}
|
4276
4586
|
|
4277
4587
|
@media (min-width: 768px) {
|
@@ -4304,6 +4614,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4304
4614
|
.navbar-form .form-control {
|
4305
4615
|
display: inline-block;
|
4306
4616
|
}
|
4617
|
+
.navbar-form select.form-control {
|
4618
|
+
width: auto;
|
4619
|
+
}
|
4307
4620
|
.navbar-form .radio,
|
4308
4621
|
.navbar-form .checkbox {
|
4309
4622
|
display: inline-block;
|
@@ -4335,6 +4648,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4335
4648
|
-webkit-box-shadow: none;
|
4336
4649
|
box-shadow: none;
|
4337
4650
|
}
|
4651
|
+
.navbar-form.navbar-right:last-child {
|
4652
|
+
margin-right: -15px;
|
4653
|
+
}
|
4338
4654
|
}
|
4339
4655
|
|
4340
4656
|
.navbar-nav > li > .dropdown-menu {
|
@@ -4359,17 +4675,30 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4359
4675
|
margin-bottom: 8px;
|
4360
4676
|
}
|
4361
4677
|
|
4678
|
+
.navbar-btn.btn-sm {
|
4679
|
+
margin-top: 10px;
|
4680
|
+
margin-bottom: 10px;
|
4681
|
+
}
|
4682
|
+
|
4683
|
+
.navbar-btn.btn-xs {
|
4684
|
+
margin-top: 14px;
|
4685
|
+
margin-bottom: 14px;
|
4686
|
+
}
|
4687
|
+
|
4362
4688
|
.navbar-text {
|
4363
|
-
float: left;
|
4364
4689
|
margin-top: 15px;
|
4365
4690
|
margin-bottom: 15px;
|
4366
4691
|
}
|
4367
4692
|
|
4368
4693
|
@media (min-width: 768px) {
|
4369
4694
|
.navbar-text {
|
4695
|
+
float: left;
|
4370
4696
|
margin-right: 15px;
|
4371
4697
|
margin-left: 15px;
|
4372
4698
|
}
|
4699
|
+
.navbar-text.navbar-right:last-child {
|
4700
|
+
margin-right: 0;
|
4701
|
+
}
|
4373
4702
|
}
|
4374
4703
|
|
4375
4704
|
.navbar-default {
|
@@ -4430,13 +4759,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4430
4759
|
|
4431
4760
|
.navbar-default .navbar-collapse,
|
4432
4761
|
.navbar-default .navbar-form {
|
4433
|
-
border-color: #
|
4434
|
-
}
|
4435
|
-
|
4436
|
-
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
|
4437
|
-
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
|
4438
|
-
border-top-color: #333333;
|
4439
|
-
border-bottom-color: #333333;
|
4762
|
+
border-color: #e7e7e7;
|
4440
4763
|
}
|
4441
4764
|
|
4442
4765
|
.navbar-default .navbar-nav > .open > a,
|
@@ -4446,18 +4769,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4446
4769
|
background-color: #e7e7e7;
|
4447
4770
|
}
|
4448
4771
|
|
4449
|
-
.navbar-default .navbar-nav > .open > a .caret,
|
4450
|
-
.navbar-default .navbar-nav > .open > a:hover .caret,
|
4451
|
-
.navbar-default .navbar-nav > .open > a:focus .caret {
|
4452
|
-
border-top-color: #555555;
|
4453
|
-
border-bottom-color: #555555;
|
4454
|
-
}
|
4455
|
-
|
4456
|
-
.navbar-default .navbar-nav > .dropdown > a .caret {
|
4457
|
-
border-top-color: #777777;
|
4458
|
-
border-bottom-color: #777777;
|
4459
|
-
}
|
4460
|
-
|
4461
4772
|
@media (max-width: 767px) {
|
4462
4773
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
4463
4774
|
color: #777777;
|
@@ -4546,38 +4857,24 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4546
4857
|
}
|
4547
4858
|
|
4548
4859
|
.navbar-inverse .navbar-collapse,
|
4549
|
-
.navbar-inverse .navbar-form {
|
4550
|
-
border-color: #101010;
|
4551
|
-
}
|
4552
|
-
|
4553
|
-
.navbar-inverse .navbar-nav > .open > a,
|
4554
|
-
.navbar-inverse .navbar-nav > .open > a:hover,
|
4555
|
-
.navbar-inverse .navbar-nav > .open > a:focus {
|
4556
|
-
color: #ffffff;
|
4557
|
-
background-color: #080808;
|
4558
|
-
}
|
4559
|
-
|
4560
|
-
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
|
4561
|
-
border-top-color: #ffffff;
|
4562
|
-
border-bottom-color: #ffffff;
|
4563
|
-
}
|
4564
|
-
|
4565
|
-
.navbar-inverse .navbar-nav > .dropdown > a .caret {
|
4566
|
-
border-top-color: #999999;
|
4567
|
-
border-bottom-color: #999999;
|
4860
|
+
.navbar-inverse .navbar-form {
|
4861
|
+
border-color: #101010;
|
4568
4862
|
}
|
4569
4863
|
|
4570
|
-
.navbar-inverse .navbar-nav > .open > a
|
4571
|
-
.navbar-inverse .navbar-nav > .open > a:hover
|
4572
|
-
.navbar-inverse .navbar-nav > .open > a:focus
|
4573
|
-
|
4574
|
-
|
4864
|
+
.navbar-inverse .navbar-nav > .open > a,
|
4865
|
+
.navbar-inverse .navbar-nav > .open > a:hover,
|
4866
|
+
.navbar-inverse .navbar-nav > .open > a:focus {
|
4867
|
+
color: #ffffff;
|
4868
|
+
background-color: #080808;
|
4575
4869
|
}
|
4576
4870
|
|
4577
4871
|
@media (max-width: 767px) {
|
4578
4872
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
4579
4873
|
border-color: #080808;
|
4580
4874
|
}
|
4875
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
|
4876
|
+
background-color: #080808;
|
4877
|
+
}
|
4581
4878
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
4582
4879
|
color: #999999;
|
4583
4880
|
}
|
@@ -4687,6 +4984,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4687
4984
|
}
|
4688
4985
|
|
4689
4986
|
.pagination > .disabled > span,
|
4987
|
+
.pagination > .disabled > span:hover,
|
4988
|
+
.pagination > .disabled > span:focus,
|
4690
4989
|
.pagination > .disabled > a,
|
4691
4990
|
.pagination > .disabled > a:hover,
|
4692
4991
|
.pagination > .disabled > a:focus {
|
@@ -4821,6 +5120,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4821
5120
|
display: none;
|
4822
5121
|
}
|
4823
5122
|
|
5123
|
+
.btn .label {
|
5124
|
+
position: relative;
|
5125
|
+
top: -1px;
|
5126
|
+
}
|
5127
|
+
|
4824
5128
|
.label-default {
|
4825
5129
|
background-color: #999999;
|
4826
5130
|
}
|
@@ -4894,6 +5198,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|
4894
5198
|
display: none;
|
4895
5199
|
}
|
4896
5200
|
|
5201
|
+
.btn .badge {
|
5202
|
+
position: relative;
|
5203
|
+
top: -1px;
|
5204
|
+
}
|
5205
|
+
|
4897
5206
|
a.badge:hover,
|
4898
5207
|
a.badge:focus {
|
4899
5208
|
color: #ffffff;
|
@@ -4901,11 +5210,6 @@ a.badge:focus {
|
|
4901
5210
|
cursor: pointer;
|
4902
5211
|
}
|
4903
5212
|
|
4904
|
-
.btn .badge {
|
4905
|
-
position: relative;
|
4906
|
-
top: -1px;
|
4907
|
-
}
|
4908
|
-
|
4909
5213
|
a.list-group-item.active > .badge,
|
4910
5214
|
.nav-pills > .active > a > .badge {
|
4911
5215
|
color: #428bca;
|
@@ -4926,7 +5230,8 @@ a.list-group-item.active > .badge,
|
|
4926
5230
|
background-color: #eeeeee;
|
4927
5231
|
}
|
4928
5232
|
|
4929
|
-
.jumbotron h1
|
5233
|
+
.jumbotron h1,
|
5234
|
+
.jumbotron .h1 {
|
4930
5235
|
line-height: 1;
|
4931
5236
|
color: inherit;
|
4932
5237
|
}
|
@@ -4939,6 +5244,10 @@ a.list-group-item.active > .badge,
|
|
4939
5244
|
border-radius: 6px;
|
4940
5245
|
}
|
4941
5246
|
|
5247
|
+
.jumbotron .container {
|
5248
|
+
max-width: 100%;
|
5249
|
+
}
|
5250
|
+
|
4942
5251
|
@media screen and (min-width: 768px) {
|
4943
5252
|
.jumbotron {
|
4944
5253
|
padding-top: 48px;
|
@@ -4948,17 +5257,16 @@ a.list-group-item.active > .badge,
|
|
4948
5257
|
padding-right: 60px;
|
4949
5258
|
padding-left: 60px;
|
4950
5259
|
}
|
4951
|
-
.jumbotron h1
|
5260
|
+
.jumbotron h1,
|
5261
|
+
.jumbotron .h1 {
|
4952
5262
|
font-size: 63px;
|
4953
5263
|
}
|
4954
5264
|
}
|
4955
5265
|
|
4956
5266
|
.thumbnail {
|
4957
|
-
display: inline-block;
|
4958
5267
|
display: block;
|
4959
|
-
height: auto;
|
4960
|
-
max-width: 100%;
|
4961
5268
|
padding: 4px;
|
5269
|
+
margin-bottom: 20px;
|
4962
5270
|
line-height: 1.428571429;
|
4963
5271
|
background-color: #ffffff;
|
4964
5272
|
border: 1px solid #dddddd;
|
@@ -4967,22 +5275,21 @@ a.list-group-item.active > .badge,
|
|
4967
5275
|
transition: all 0.2s ease-in-out;
|
4968
5276
|
}
|
4969
5277
|
|
4970
|
-
.thumbnail > img
|
5278
|
+
.thumbnail > img,
|
5279
|
+
.thumbnail a > img {
|
4971
5280
|
display: block;
|
4972
5281
|
height: auto;
|
4973
5282
|
max-width: 100%;
|
5283
|
+
margin-right: auto;
|
5284
|
+
margin-left: auto;
|
4974
5285
|
}
|
4975
5286
|
|
4976
5287
|
a.thumbnail:hover,
|
4977
|
-
a.thumbnail:focus
|
5288
|
+
a.thumbnail:focus,
|
5289
|
+
a.thumbnail.active {
|
4978
5290
|
border-color: #428bca;
|
4979
5291
|
}
|
4980
5292
|
|
4981
|
-
.thumbnail > img {
|
4982
|
-
margin-right: auto;
|
4983
|
-
margin-left: auto;
|
4984
|
-
}
|
4985
|
-
|
4986
5293
|
.thumbnail .caption {
|
4987
5294
|
padding: 9px;
|
4988
5295
|
color: #333333;
|
@@ -5025,7 +5332,7 @@ a.thumbnail:focus {
|
|
5025
5332
|
}
|
5026
5333
|
|
5027
5334
|
.alert-success {
|
5028
|
-
color: #
|
5335
|
+
color: #3c763d;
|
5029
5336
|
background-color: #dff0d8;
|
5030
5337
|
border-color: #d6e9c6;
|
5031
5338
|
}
|
@@ -5035,11 +5342,11 @@ a.thumbnail:focus {
|
|
5035
5342
|
}
|
5036
5343
|
|
5037
5344
|
.alert-success .alert-link {
|
5038
|
-
color: #
|
5345
|
+
color: #2b542c;
|
5039
5346
|
}
|
5040
5347
|
|
5041
5348
|
.alert-info {
|
5042
|
-
color: #
|
5349
|
+
color: #31708f;
|
5043
5350
|
background-color: #d9edf7;
|
5044
5351
|
border-color: #bce8f1;
|
5045
5352
|
}
|
@@ -5049,35 +5356,35 @@ a.thumbnail:focus {
|
|
5049
5356
|
}
|
5050
5357
|
|
5051
5358
|
.alert-info .alert-link {
|
5052
|
-
color: #
|
5359
|
+
color: #245269;
|
5053
5360
|
}
|
5054
5361
|
|
5055
5362
|
.alert-warning {
|
5056
|
-
color: #
|
5363
|
+
color: #8a6d3b;
|
5057
5364
|
background-color: #fcf8e3;
|
5058
|
-
border-color: #
|
5365
|
+
border-color: #faebcc;
|
5059
5366
|
}
|
5060
5367
|
|
5061
5368
|
.alert-warning hr {
|
5062
|
-
border-top-color: #
|
5369
|
+
border-top-color: #f7e1b5;
|
5063
5370
|
}
|
5064
5371
|
|
5065
5372
|
.alert-warning .alert-link {
|
5066
|
-
color: #
|
5373
|
+
color: #66512c;
|
5067
5374
|
}
|
5068
5375
|
|
5069
5376
|
.alert-danger {
|
5070
|
-
color: #
|
5377
|
+
color: #a94442;
|
5071
5378
|
background-color: #f2dede;
|
5072
|
-
border-color: #
|
5379
|
+
border-color: #ebccd1;
|
5073
5380
|
}
|
5074
5381
|
|
5075
5382
|
.alert-danger hr {
|
5076
|
-
border-top-color: #
|
5383
|
+
border-top-color: #e4b9c0;
|
5077
5384
|
}
|
5078
5385
|
|
5079
5386
|
.alert-danger .alert-link {
|
5080
|
-
color: #
|
5387
|
+
color: #843534;
|
5081
5388
|
}
|
5082
5389
|
|
5083
5390
|
@-webkit-keyframes progress-bar-stripes {
|
@@ -5089,24 +5396,6 @@ a.thumbnail:focus {
|
|
5089
5396
|
}
|
5090
5397
|
}
|
5091
5398
|
|
5092
|
-
@-moz-keyframes progress-bar-stripes {
|
5093
|
-
from {
|
5094
|
-
background-position: 40px 0;
|
5095
|
-
}
|
5096
|
-
to {
|
5097
|
-
background-position: 0 0;
|
5098
|
-
}
|
5099
|
-
}
|
5100
|
-
|
5101
|
-
@-o-keyframes progress-bar-stripes {
|
5102
|
-
from {
|
5103
|
-
background-position: 0 0;
|
5104
|
-
}
|
5105
|
-
to {
|
5106
|
-
background-position: 40px 0;
|
5107
|
-
}
|
5108
|
-
}
|
5109
|
-
|
5110
5399
|
@keyframes progress-bar-stripes {
|
5111
5400
|
from {
|
5112
5401
|
background-position: 40px 0;
|
@@ -5131,6 +5420,7 @@ a.thumbnail:focus {
|
|
5131
5420
|
width: 0;
|
5132
5421
|
height: 100%;
|
5133
5422
|
font-size: 12px;
|
5423
|
+
line-height: 20px;
|
5134
5424
|
color: #ffffff;
|
5135
5425
|
text-align: center;
|
5136
5426
|
background-color: #428bca;
|
@@ -5141,18 +5431,13 @@ a.thumbnail:focus {
|
|
5141
5431
|
}
|
5142
5432
|
|
5143
5433
|
.progress-striped .progress-bar {
|
5144
|
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5145
5434
|
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);
|
5146
|
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5147
5435
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5148
5436
|
background-size: 40px 40px;
|
5149
5437
|
}
|
5150
5438
|
|
5151
5439
|
.progress.active .progress-bar {
|
5152
5440
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
5153
|
-
-moz-animation: progress-bar-stripes 2s linear infinite;
|
5154
|
-
-ms-animation: progress-bar-stripes 2s linear infinite;
|
5155
|
-
-o-animation: progress-bar-stripes 2s linear infinite;
|
5156
5441
|
animation: progress-bar-stripes 2s linear infinite;
|
5157
5442
|
}
|
5158
5443
|
|
@@ -5161,9 +5446,7 @@ a.thumbnail:focus {
|
|
5161
5446
|
}
|
5162
5447
|
|
5163
5448
|
.progress-striped .progress-bar-success {
|
5164
|
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5165
5449
|
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);
|
5166
|
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5167
5450
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5168
5451
|
}
|
5169
5452
|
|
@@ -5172,9 +5455,7 @@ a.thumbnail:focus {
|
|
5172
5455
|
}
|
5173
5456
|
|
5174
5457
|
.progress-striped .progress-bar-info {
|
5175
|
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5176
5458
|
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);
|
5177
|
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5178
5459
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5179
5460
|
}
|
5180
5461
|
|
@@ -5183,9 +5464,7 @@ a.thumbnail:focus {
|
|
5183
5464
|
}
|
5184
5465
|
|
5185
5466
|
.progress-striped .progress-bar-warning {
|
5186
|
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5187
5467
|
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);
|
5188
|
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5189
5468
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5190
5469
|
}
|
5191
5470
|
|
@@ -5194,9 +5473,7 @@ a.thumbnail:focus {
|
|
5194
5473
|
}
|
5195
5474
|
|
5196
5475
|
.progress-striped .progress-bar-danger {
|
5197
|
-
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
5198
5476
|
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);
|
5199
|
-
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5200
5477
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
5201
5478
|
}
|
5202
5479
|
|
@@ -5283,24 +5560,24 @@ a.list-group-item:focus {
|
|
5283
5560
|
background-color: #f5f5f5;
|
5284
5561
|
}
|
5285
5562
|
|
5286
|
-
.list-group-item.active,
|
5287
|
-
.list-group-item.active:hover,
|
5288
|
-
.list-group-item.active:focus {
|
5563
|
+
a.list-group-item.active,
|
5564
|
+
a.list-group-item.active:hover,
|
5565
|
+
a.list-group-item.active:focus {
|
5289
5566
|
z-index: 2;
|
5290
5567
|
color: #ffffff;
|
5291
5568
|
background-color: #428bca;
|
5292
5569
|
border-color: #428bca;
|
5293
5570
|
}
|
5294
5571
|
|
5295
|
-
.list-group-item.active .list-group-item-heading,
|
5296
|
-
.list-group-item.active:hover .list-group-item-heading,
|
5297
|
-
.list-group-item.active:focus .list-group-item-heading {
|
5572
|
+
a.list-group-item.active .list-group-item-heading,
|
5573
|
+
a.list-group-item.active:hover .list-group-item-heading,
|
5574
|
+
a.list-group-item.active:focus .list-group-item-heading {
|
5298
5575
|
color: inherit;
|
5299
5576
|
}
|
5300
5577
|
|
5301
|
-
.list-group-item.active .list-group-item-text,
|
5302
|
-
.list-group-item.active:hover .list-group-item-text,
|
5303
|
-
.list-group-item.active:focus .list-group-item-text {
|
5578
|
+
a.list-group-item.active .list-group-item-text,
|
5579
|
+
a.list-group-item.active:hover .list-group-item-text,
|
5580
|
+
a.list-group-item.active:focus .list-group-item-text {
|
5304
5581
|
color: #e1edf7;
|
5305
5582
|
}
|
5306
5583
|
|
@@ -5368,14 +5645,76 @@ a.list-group-item:focus {
|
|
5368
5645
|
border-top-width: 0;
|
5369
5646
|
}
|
5370
5647
|
|
5371
|
-
.panel > .table
|
5648
|
+
.panel > .table,
|
5649
|
+
.panel > .table-responsive > .table {
|
5372
5650
|
margin-bottom: 0;
|
5373
5651
|
}
|
5374
5652
|
|
5375
|
-
.panel > .panel-body + .table
|
5653
|
+
.panel > .panel-body + .table,
|
5654
|
+
.panel > .panel-body + .table-responsive {
|
5376
5655
|
border-top: 1px solid #dddddd;
|
5377
5656
|
}
|
5378
5657
|
|
5658
|
+
.panel > .table > tbody:first-child th,
|
5659
|
+
.panel > .table > tbody:first-child td {
|
5660
|
+
border-top: 0;
|
5661
|
+
}
|
5662
|
+
|
5663
|
+
.panel > .table-bordered,
|
5664
|
+
.panel > .table-responsive > .table-bordered {
|
5665
|
+
border: 0;
|
5666
|
+
}
|
5667
|
+
|
5668
|
+
.panel > .table-bordered > thead > tr > th:first-child,
|
5669
|
+
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
5670
|
+
.panel > .table-bordered > tbody > tr > th:first-child,
|
5671
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
5672
|
+
.panel > .table-bordered > tfoot > tr > th:first-child,
|
5673
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
5674
|
+
.panel > .table-bordered > thead > tr > td:first-child,
|
5675
|
+
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
5676
|
+
.panel > .table-bordered > tbody > tr > td:first-child,
|
5677
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
5678
|
+
.panel > .table-bordered > tfoot > tr > td:first-child,
|
5679
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
5680
|
+
border-left: 0;
|
5681
|
+
}
|
5682
|
+
|
5683
|
+
.panel > .table-bordered > thead > tr > th:last-child,
|
5684
|
+
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
5685
|
+
.panel > .table-bordered > tbody > tr > th:last-child,
|
5686
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
5687
|
+
.panel > .table-bordered > tfoot > tr > th:last-child,
|
5688
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
5689
|
+
.panel > .table-bordered > thead > tr > td:last-child,
|
5690
|
+
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
5691
|
+
.panel > .table-bordered > tbody > tr > td:last-child,
|
5692
|
+
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
5693
|
+
.panel > .table-bordered > tfoot > tr > td:last-child,
|
5694
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
5695
|
+
border-right: 0;
|
5696
|
+
}
|
5697
|
+
|
5698
|
+
.panel > .table-bordered > thead > tr:last-child > th,
|
5699
|
+
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
|
5700
|
+
.panel > .table-bordered > tbody > tr:last-child > th,
|
5701
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
5702
|
+
.panel > .table-bordered > tfoot > tr:last-child > th,
|
5703
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
5704
|
+
.panel > .table-bordered > thead > tr:last-child > td,
|
5705
|
+
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
|
5706
|
+
.panel > .table-bordered > tbody > tr:last-child > td,
|
5707
|
+
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
5708
|
+
.panel > .table-bordered > tfoot > tr:last-child > td,
|
5709
|
+
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
5710
|
+
border-bottom: 0;
|
5711
|
+
}
|
5712
|
+
|
5713
|
+
.panel > .table-responsive {
|
5714
|
+
margin-bottom: 0;
|
5715
|
+
border: 0;
|
5716
|
+
}
|
5717
|
+
|
5379
5718
|
.panel-heading {
|
5380
5719
|
padding: 10px 15px;
|
5381
5720
|
border-bottom: 1px solid transparent;
|
@@ -5383,10 +5722,15 @@ a.list-group-item:focus {
|
|
5383
5722
|
border-top-left-radius: 3px;
|
5384
5723
|
}
|
5385
5724
|
|
5725
|
+
.panel-heading > .dropdown .dropdown-toggle {
|
5726
|
+
color: inherit;
|
5727
|
+
}
|
5728
|
+
|
5386
5729
|
.panel-title {
|
5387
5730
|
margin-top: 0;
|
5388
5731
|
margin-bottom: 0;
|
5389
5732
|
font-size: 16px;
|
5733
|
+
color: inherit;
|
5390
5734
|
}
|
5391
5735
|
|
5392
5736
|
.panel-title > a {
|
@@ -5468,7 +5812,7 @@ a.list-group-item:focus {
|
|
5468
5812
|
}
|
5469
5813
|
|
5470
5814
|
.panel-success > .panel-heading {
|
5471
|
-
color: #
|
5815
|
+
color: #3c763d;
|
5472
5816
|
background-color: #dff0d8;
|
5473
5817
|
border-color: #d6e9c6;
|
5474
5818
|
}
|
@@ -5482,39 +5826,39 @@ a.list-group-item:focus {
|
|
5482
5826
|
}
|
5483
5827
|
|
5484
5828
|
.panel-warning {
|
5485
|
-
border-color: #
|
5829
|
+
border-color: #faebcc;
|
5486
5830
|
}
|
5487
5831
|
|
5488
5832
|
.panel-warning > .panel-heading {
|
5489
|
-
color: #
|
5833
|
+
color: #8a6d3b;
|
5490
5834
|
background-color: #fcf8e3;
|
5491
|
-
border-color: #
|
5835
|
+
border-color: #faebcc;
|
5492
5836
|
}
|
5493
5837
|
|
5494
5838
|
.panel-warning > .panel-heading + .panel-collapse .panel-body {
|
5495
|
-
border-top-color: #
|
5839
|
+
border-top-color: #faebcc;
|
5496
5840
|
}
|
5497
5841
|
|
5498
5842
|
.panel-warning > .panel-footer + .panel-collapse .panel-body {
|
5499
|
-
border-bottom-color: #
|
5843
|
+
border-bottom-color: #faebcc;
|
5500
5844
|
}
|
5501
5845
|
|
5502
5846
|
.panel-danger {
|
5503
|
-
border-color: #
|
5847
|
+
border-color: #ebccd1;
|
5504
5848
|
}
|
5505
5849
|
|
5506
5850
|
.panel-danger > .panel-heading {
|
5507
|
-
color: #
|
5851
|
+
color: #a94442;
|
5508
5852
|
background-color: #f2dede;
|
5509
|
-
border-color: #
|
5853
|
+
border-color: #ebccd1;
|
5510
5854
|
}
|
5511
5855
|
|
5512
5856
|
.panel-danger > .panel-heading + .panel-collapse .panel-body {
|
5513
|
-
border-top-color: #
|
5857
|
+
border-top-color: #ebccd1;
|
5514
5858
|
}
|
5515
5859
|
|
5516
5860
|
.panel-danger > .panel-footer + .panel-collapse .panel-body {
|
5517
|
-
border-bottom-color: #
|
5861
|
+
border-bottom-color: #ebccd1;
|
5518
5862
|
}
|
5519
5863
|
|
5520
5864
|
.panel-info {
|
@@ -5522,7 +5866,7 @@ a.list-group-item:focus {
|
|
5522
5866
|
}
|
5523
5867
|
|
5524
5868
|
.panel-info > .panel-heading {
|
5525
|
-
color: #
|
5869
|
+
color: #31708f;
|
5526
5870
|
background-color: #d9edf7;
|
5527
5871
|
border-color: #bce8f1;
|
5528
5872
|
}
|
@@ -5593,12 +5937,6 @@ button.close {
|
|
5593
5937
|
overflow: hidden;
|
5594
5938
|
}
|
5595
5939
|
|
5596
|
-
body.modal-open,
|
5597
|
-
.modal-open .navbar-fixed-top,
|
5598
|
-
.modal-open .navbar-fixed-bottom {
|
5599
|
-
margin-right: 15px;
|
5600
|
-
}
|
5601
|
-
|
5602
5940
|
.modal {
|
5603
5941
|
position: fixed;
|
5604
5942
|
top: 0;
|
@@ -5628,11 +5966,10 @@ body.modal-open,
|
|
5628
5966
|
}
|
5629
5967
|
|
5630
5968
|
.modal-dialog {
|
5969
|
+
position: relative;
|
5631
5970
|
z-index: 1050;
|
5632
5971
|
width: auto;
|
5633
|
-
|
5634
|
-
margin-right: auto;
|
5635
|
-
margin-left: auto;
|
5972
|
+
margin: 10px;
|
5636
5973
|
}
|
5637
5974
|
|
5638
5975
|
.modal-content {
|
@@ -5729,11 +6066,8 @@ body.modal-open,
|
|
5729
6066
|
|
5730
6067
|
@media screen and (min-width: 768px) {
|
5731
6068
|
.modal-dialog {
|
5732
|
-
right: auto;
|
5733
|
-
left: 50%;
|
5734
6069
|
width: 600px;
|
5735
|
-
|
5736
|
-
padding-bottom: 30px;
|
6070
|
+
margin: 30px auto;
|
5737
6071
|
}
|
5738
6072
|
.modal-content {
|
5739
6073
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
@@ -6070,9 +6404,7 @@ body.modal-open,
|
|
6070
6404
|
}
|
6071
6405
|
|
6072
6406
|
.carousel-control.left {
|
6073
|
-
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
|
6074
6407
|
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
|
6075
|
-
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
|
6076
6408
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
|
6077
6409
|
background-repeat: repeat-x;
|
6078
6410
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
@@ -6081,9 +6413,7 @@ body.modal-open,
|
|
6081
6413
|
.carousel-control.right {
|
6082
6414
|
right: 0;
|
6083
6415
|
left: auto;
|
6084
|
-
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
|
6085
6416
|
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
|
6086
|
-
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
|
6087
6417
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
|
6088
6418
|
background-repeat: repeat-x;
|
6089
6419
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
@@ -6093,6 +6423,7 @@ body.modal-open,
|
|
6093
6423
|
.carousel-control:focus {
|
6094
6424
|
color: #ffffff;
|
6095
6425
|
text-decoration: none;
|
6426
|
+
outline: none;
|
6096
6427
|
opacity: 0.9;
|
6097
6428
|
filter: alpha(opacity=90);
|
6098
6429
|
}
|
@@ -6103,11 +6434,20 @@ body.modal-open,
|
|
6103
6434
|
.carousel-control .glyphicon-chevron-right {
|
6104
6435
|
position: absolute;
|
6105
6436
|
top: 50%;
|
6106
|
-
left: 50%;
|
6107
6437
|
z-index: 5;
|
6108
6438
|
display: inline-block;
|
6109
6439
|
}
|
6110
6440
|
|
6441
|
+
.carousel-control .icon-prev,
|
6442
|
+
.carousel-control .glyphicon-chevron-left {
|
6443
|
+
left: 50%;
|
6444
|
+
}
|
6445
|
+
|
6446
|
+
.carousel-control .icon-next,
|
6447
|
+
.carousel-control .glyphicon-chevron-right {
|
6448
|
+
right: 50%;
|
6449
|
+
}
|
6450
|
+
|
6111
6451
|
.carousel-control .icon-prev,
|
6112
6452
|
.carousel-control .icon-next {
|
6113
6453
|
width: 20px;
|
@@ -6144,6 +6484,8 @@ body.modal-open,
|
|
6144
6484
|
margin: 1px;
|
6145
6485
|
text-indent: -999px;
|
6146
6486
|
cursor: pointer;
|
6487
|
+
background-color: #000 \9;
|
6488
|
+
background-color: rgba(0, 0, 0, 0);
|
6147
6489
|
border: 1px solid #ffffff;
|
6148
6490
|
border-radius: 10px;
|
6149
6491
|
}
|
@@ -6173,6 +6515,8 @@ body.modal-open,
|
|
6173
6515
|
}
|
6174
6516
|
|
6175
6517
|
@media screen and (min-width: 768px) {
|
6518
|
+
.carousel-control .glyphicons-chevron-left,
|
6519
|
+
.carousel-control .glyphicons-chevron-right,
|
6176
6520
|
.carousel-control .icon-prev,
|
6177
6521
|
.carousel-control .icon-next {
|
6178
6522
|
width: 30px;
|
@@ -6201,6 +6545,12 @@ body.modal-open,
|
|
6201
6545
|
clear: both;
|
6202
6546
|
}
|
6203
6547
|
|
6548
|
+
.center-block {
|
6549
|
+
display: block;
|
6550
|
+
margin-right: auto;
|
6551
|
+
margin-left: auto;
|
6552
|
+
}
|
6553
|
+
|
6204
6554
|
.pull-right {
|
6205
6555
|
float: right !important;
|
6206
6556
|
}
|
@@ -6229,33 +6579,21 @@ body.modal-open,
|
|
6229
6579
|
border: 0;
|
6230
6580
|
}
|
6231
6581
|
|
6232
|
-
.affix {
|
6233
|
-
position: fixed;
|
6234
|
-
}
|
6235
|
-
|
6236
|
-
@-ms-viewport {
|
6237
|
-
width: device-width;
|
6238
|
-
}
|
6239
|
-
|
6240
|
-
@media screen and (max-width: 400px) {
|
6241
|
-
@-ms-viewport {
|
6242
|
-
width: 320px;
|
6243
|
-
}
|
6244
|
-
}
|
6245
|
-
|
6246
6582
|
.hidden {
|
6247
6583
|
display: none !important;
|
6248
6584
|
visibility: hidden !important;
|
6249
6585
|
}
|
6250
6586
|
|
6251
|
-
.
|
6252
|
-
|
6587
|
+
.affix {
|
6588
|
+
position: fixed;
|
6253
6589
|
}
|
6254
6590
|
|
6255
|
-
|
6256
|
-
|
6591
|
+
@-ms-viewport {
|
6592
|
+
width: device-width;
|
6257
6593
|
}
|
6258
6594
|
|
6595
|
+
.visible-xs,
|
6596
|
+
tr.visible-xs,
|
6259
6597
|
th.visible-xs,
|
6260
6598
|
td.visible-xs {
|
6261
6599
|
display: none !important;
|
@@ -6265,6 +6603,9 @@ td.visible-xs {
|
|
6265
6603
|
.visible-xs {
|
6266
6604
|
display: block !important;
|
6267
6605
|
}
|
6606
|
+
table.visible-xs {
|
6607
|
+
display: table;
|
6608
|
+
}
|
6268
6609
|
tr.visible-xs {
|
6269
6610
|
display: table-row !important;
|
6270
6611
|
}
|
@@ -6278,6 +6619,9 @@ td.visible-xs {
|
|
6278
6619
|
.visible-xs.visible-sm {
|
6279
6620
|
display: block !important;
|
6280
6621
|
}
|
6622
|
+
table.visible-xs.visible-sm {
|
6623
|
+
display: table;
|
6624
|
+
}
|
6281
6625
|
tr.visible-xs.visible-sm {
|
6282
6626
|
display: table-row !important;
|
6283
6627
|
}
|
@@ -6291,6 +6635,9 @@ td.visible-xs {
|
|
6291
6635
|
.visible-xs.visible-md {
|
6292
6636
|
display: block !important;
|
6293
6637
|
}
|
6638
|
+
table.visible-xs.visible-md {
|
6639
|
+
display: table;
|
6640
|
+
}
|
6294
6641
|
tr.visible-xs.visible-md {
|
6295
6642
|
display: table-row !important;
|
6296
6643
|
}
|
@@ -6304,6 +6651,9 @@ td.visible-xs {
|
|
6304
6651
|
.visible-xs.visible-lg {
|
6305
6652
|
display: block !important;
|
6306
6653
|
}
|
6654
|
+
table.visible-xs.visible-lg {
|
6655
|
+
display: table;
|
6656
|
+
}
|
6307
6657
|
tr.visible-xs.visible-lg {
|
6308
6658
|
display: table-row !important;
|
6309
6659
|
}
|
@@ -6313,14 +6663,8 @@ td.visible-xs {
|
|
6313
6663
|
}
|
6314
6664
|
}
|
6315
6665
|
|
6316
|
-
.visible-sm
|
6317
|
-
|
6318
|
-
}
|
6319
|
-
|
6320
|
-
tr.visible-sm {
|
6321
|
-
display: none !important;
|
6322
|
-
}
|
6323
|
-
|
6666
|
+
.visible-sm,
|
6667
|
+
tr.visible-sm,
|
6324
6668
|
th.visible-sm,
|
6325
6669
|
td.visible-sm {
|
6326
6670
|
display: none !important;
|
@@ -6330,6 +6674,9 @@ td.visible-sm {
|
|
6330
6674
|
.visible-sm.visible-xs {
|
6331
6675
|
display: block !important;
|
6332
6676
|
}
|
6677
|
+
table.visible-sm.visible-xs {
|
6678
|
+
display: table;
|
6679
|
+
}
|
6333
6680
|
tr.visible-sm.visible-xs {
|
6334
6681
|
display: table-row !important;
|
6335
6682
|
}
|
@@ -6343,6 +6690,9 @@ td.visible-sm {
|
|
6343
6690
|
.visible-sm {
|
6344
6691
|
display: block !important;
|
6345
6692
|
}
|
6693
|
+
table.visible-sm {
|
6694
|
+
display: table;
|
6695
|
+
}
|
6346
6696
|
tr.visible-sm {
|
6347
6697
|
display: table-row !important;
|
6348
6698
|
}
|
@@ -6356,6 +6706,9 @@ td.visible-sm {
|
|
6356
6706
|
.visible-sm.visible-md {
|
6357
6707
|
display: block !important;
|
6358
6708
|
}
|
6709
|
+
table.visible-sm.visible-md {
|
6710
|
+
display: table;
|
6711
|
+
}
|
6359
6712
|
tr.visible-sm.visible-md {
|
6360
6713
|
display: table-row !important;
|
6361
6714
|
}
|
@@ -6369,6 +6722,9 @@ td.visible-sm {
|
|
6369
6722
|
.visible-sm.visible-lg {
|
6370
6723
|
display: block !important;
|
6371
6724
|
}
|
6725
|
+
table.visible-sm.visible-lg {
|
6726
|
+
display: table;
|
6727
|
+
}
|
6372
6728
|
tr.visible-sm.visible-lg {
|
6373
6729
|
display: table-row !important;
|
6374
6730
|
}
|
@@ -6378,14 +6734,8 @@ td.visible-sm {
|
|
6378
6734
|
}
|
6379
6735
|
}
|
6380
6736
|
|
6381
|
-
.visible-md
|
6382
|
-
|
6383
|
-
}
|
6384
|
-
|
6385
|
-
tr.visible-md {
|
6386
|
-
display: none !important;
|
6387
|
-
}
|
6388
|
-
|
6737
|
+
.visible-md,
|
6738
|
+
tr.visible-md,
|
6389
6739
|
th.visible-md,
|
6390
6740
|
td.visible-md {
|
6391
6741
|
display: none !important;
|
@@ -6395,6 +6745,9 @@ td.visible-md {
|
|
6395
6745
|
.visible-md.visible-xs {
|
6396
6746
|
display: block !important;
|
6397
6747
|
}
|
6748
|
+
table.visible-md.visible-xs {
|
6749
|
+
display: table;
|
6750
|
+
}
|
6398
6751
|
tr.visible-md.visible-xs {
|
6399
6752
|
display: table-row !important;
|
6400
6753
|
}
|
@@ -6408,6 +6761,9 @@ td.visible-md {
|
|
6408
6761
|
.visible-md.visible-sm {
|
6409
6762
|
display: block !important;
|
6410
6763
|
}
|
6764
|
+
table.visible-md.visible-sm {
|
6765
|
+
display: table;
|
6766
|
+
}
|
6411
6767
|
tr.visible-md.visible-sm {
|
6412
6768
|
display: table-row !important;
|
6413
6769
|
}
|
@@ -6421,6 +6777,9 @@ td.visible-md {
|
|
6421
6777
|
.visible-md {
|
6422
6778
|
display: block !important;
|
6423
6779
|
}
|
6780
|
+
table.visible-md {
|
6781
|
+
display: table;
|
6782
|
+
}
|
6424
6783
|
tr.visible-md {
|
6425
6784
|
display: table-row !important;
|
6426
6785
|
}
|
@@ -6434,6 +6793,9 @@ td.visible-md {
|
|
6434
6793
|
.visible-md.visible-lg {
|
6435
6794
|
display: block !important;
|
6436
6795
|
}
|
6796
|
+
table.visible-md.visible-lg {
|
6797
|
+
display: table;
|
6798
|
+
}
|
6437
6799
|
tr.visible-md.visible-lg {
|
6438
6800
|
display: table-row !important;
|
6439
6801
|
}
|
@@ -6443,14 +6805,8 @@ td.visible-md {
|
|
6443
6805
|
}
|
6444
6806
|
}
|
6445
6807
|
|
6446
|
-
.visible-lg
|
6447
|
-
|
6448
|
-
}
|
6449
|
-
|
6450
|
-
tr.visible-lg {
|
6451
|
-
display: none !important;
|
6452
|
-
}
|
6453
|
-
|
6808
|
+
.visible-lg,
|
6809
|
+
tr.visible-lg,
|
6454
6810
|
th.visible-lg,
|
6455
6811
|
td.visible-lg {
|
6456
6812
|
display: none !important;
|
@@ -6460,6 +6816,9 @@ td.visible-lg {
|
|
6460
6816
|
.visible-lg.visible-xs {
|
6461
6817
|
display: block !important;
|
6462
6818
|
}
|
6819
|
+
table.visible-lg.visible-xs {
|
6820
|
+
display: table;
|
6821
|
+
}
|
6463
6822
|
tr.visible-lg.visible-xs {
|
6464
6823
|
display: table-row !important;
|
6465
6824
|
}
|
@@ -6473,6 +6832,9 @@ td.visible-lg {
|
|
6473
6832
|
.visible-lg.visible-sm {
|
6474
6833
|
display: block !important;
|
6475
6834
|
}
|
6835
|
+
table.visible-lg.visible-sm {
|
6836
|
+
display: table;
|
6837
|
+
}
|
6476
6838
|
tr.visible-lg.visible-sm {
|
6477
6839
|
display: table-row !important;
|
6478
6840
|
}
|
@@ -6486,6 +6848,9 @@ td.visible-lg {
|
|
6486
6848
|
.visible-lg.visible-md {
|
6487
6849
|
display: block !important;
|
6488
6850
|
}
|
6851
|
+
table.visible-lg.visible-md {
|
6852
|
+
display: table;
|
6853
|
+
}
|
6489
6854
|
tr.visible-lg.visible-md {
|
6490
6855
|
display: table-row !important;
|
6491
6856
|
}
|
@@ -6499,6 +6864,9 @@ td.visible-lg {
|
|
6499
6864
|
.visible-lg {
|
6500
6865
|
display: block !important;
|
6501
6866
|
}
|
6867
|
+
table.visible-lg {
|
6868
|
+
display: table;
|
6869
|
+
}
|
6502
6870
|
tr.visible-lg {
|
6503
6871
|
display: table-row !important;
|
6504
6872
|
}
|
@@ -6512,6 +6880,10 @@ td.visible-lg {
|
|
6512
6880
|
display: block !important;
|
6513
6881
|
}
|
6514
6882
|
|
6883
|
+
table.hidden-xs {
|
6884
|
+
display: table;
|
6885
|
+
}
|
6886
|
+
|
6515
6887
|
tr.hidden-xs {
|
6516
6888
|
display: table-row !important;
|
6517
6889
|
}
|
@@ -6522,12 +6894,8 @@ td.hidden-xs {
|
|
6522
6894
|
}
|
6523
6895
|
|
6524
6896
|
@media (max-width: 767px) {
|
6525
|
-
.hidden-xs
|
6526
|
-
|
6527
|
-
}
|
6528
|
-
tr.hidden-xs {
|
6529
|
-
display: none !important;
|
6530
|
-
}
|
6897
|
+
.hidden-xs,
|
6898
|
+
tr.hidden-xs,
|
6531
6899
|
th.hidden-xs,
|
6532
6900
|
td.hidden-xs {
|
6533
6901
|
display: none !important;
|
@@ -6535,12 +6903,8 @@ td.hidden-xs {
|
|
6535
6903
|
}
|
6536
6904
|
|
6537
6905
|
@media (min-width: 768px) and (max-width: 991px) {
|
6538
|
-
.hidden-xs.hidden-sm
|
6539
|
-
|
6540
|
-
}
|
6541
|
-
tr.hidden-xs.hidden-sm {
|
6542
|
-
display: none !important;
|
6543
|
-
}
|
6906
|
+
.hidden-xs.hidden-sm,
|
6907
|
+
tr.hidden-xs.hidden-sm,
|
6544
6908
|
th.hidden-xs.hidden-sm,
|
6545
6909
|
td.hidden-xs.hidden-sm {
|
6546
6910
|
display: none !important;
|
@@ -6548,12 +6912,8 @@ td.hidden-xs {
|
|
6548
6912
|
}
|
6549
6913
|
|
6550
6914
|
@media (min-width: 992px) and (max-width: 1199px) {
|
6551
|
-
.hidden-xs.hidden-md
|
6552
|
-
|
6553
|
-
}
|
6554
|
-
tr.hidden-xs.hidden-md {
|
6555
|
-
display: none !important;
|
6556
|
-
}
|
6915
|
+
.hidden-xs.hidden-md,
|
6916
|
+
tr.hidden-xs.hidden-md,
|
6557
6917
|
th.hidden-xs.hidden-md,
|
6558
6918
|
td.hidden-xs.hidden-md {
|
6559
6919
|
display: none !important;
|
@@ -6561,12 +6921,8 @@ td.hidden-xs {
|
|
6561
6921
|
}
|
6562
6922
|
|
6563
6923
|
@media (min-width: 1200px) {
|
6564
|
-
.hidden-xs.hidden-lg
|
6565
|
-
|
6566
|
-
}
|
6567
|
-
tr.hidden-xs.hidden-lg {
|
6568
|
-
display: none !important;
|
6569
|
-
}
|
6924
|
+
.hidden-xs.hidden-lg,
|
6925
|
+
tr.hidden-xs.hidden-lg,
|
6570
6926
|
th.hidden-xs.hidden-lg,
|
6571
6927
|
td.hidden-xs.hidden-lg {
|
6572
6928
|
display: none !important;
|
@@ -6577,6 +6933,10 @@ td.hidden-xs {
|
|
6577
6933
|
display: block !important;
|
6578
6934
|
}
|
6579
6935
|
|
6936
|
+
table.hidden-sm {
|
6937
|
+
display: table;
|
6938
|
+
}
|
6939
|
+
|
6580
6940
|
tr.hidden-sm {
|
6581
6941
|
display: table-row !important;
|
6582
6942
|
}
|
@@ -6587,12 +6947,8 @@ td.hidden-sm {
|
|
6587
6947
|
}
|
6588
6948
|
|
6589
6949
|
@media (max-width: 767px) {
|
6590
|
-
.hidden-sm.hidden-xs
|
6591
|
-
|
6592
|
-
}
|
6593
|
-
tr.hidden-sm.hidden-xs {
|
6594
|
-
display: none !important;
|
6595
|
-
}
|
6950
|
+
.hidden-sm.hidden-xs,
|
6951
|
+
tr.hidden-sm.hidden-xs,
|
6596
6952
|
th.hidden-sm.hidden-xs,
|
6597
6953
|
td.hidden-sm.hidden-xs {
|
6598
6954
|
display: none !important;
|
@@ -6600,12 +6956,8 @@ td.hidden-sm {
|
|
6600
6956
|
}
|
6601
6957
|
|
6602
6958
|
@media (min-width: 768px) and (max-width: 991px) {
|
6603
|
-
.hidden-sm
|
6604
|
-
|
6605
|
-
}
|
6606
|
-
tr.hidden-sm {
|
6607
|
-
display: none !important;
|
6608
|
-
}
|
6959
|
+
.hidden-sm,
|
6960
|
+
tr.hidden-sm,
|
6609
6961
|
th.hidden-sm,
|
6610
6962
|
td.hidden-sm {
|
6611
6963
|
display: none !important;
|
@@ -6613,12 +6965,8 @@ td.hidden-sm {
|
|
6613
6965
|
}
|
6614
6966
|
|
6615
6967
|
@media (min-width: 992px) and (max-width: 1199px) {
|
6616
|
-
.hidden-sm.hidden-md
|
6617
|
-
|
6618
|
-
}
|
6619
|
-
tr.hidden-sm.hidden-md {
|
6620
|
-
display: none !important;
|
6621
|
-
}
|
6968
|
+
.hidden-sm.hidden-md,
|
6969
|
+
tr.hidden-sm.hidden-md,
|
6622
6970
|
th.hidden-sm.hidden-md,
|
6623
6971
|
td.hidden-sm.hidden-md {
|
6624
6972
|
display: none !important;
|
@@ -6626,12 +6974,8 @@ td.hidden-sm {
|
|
6626
6974
|
}
|
6627
6975
|
|
6628
6976
|
@media (min-width: 1200px) {
|
6629
|
-
.hidden-sm.hidden-lg
|
6630
|
-
|
6631
|
-
}
|
6632
|
-
tr.hidden-sm.hidden-lg {
|
6633
|
-
display: none !important;
|
6634
|
-
}
|
6977
|
+
.hidden-sm.hidden-lg,
|
6978
|
+
tr.hidden-sm.hidden-lg,
|
6635
6979
|
th.hidden-sm.hidden-lg,
|
6636
6980
|
td.hidden-sm.hidden-lg {
|
6637
6981
|
display: none !important;
|
@@ -6642,6 +6986,10 @@ td.hidden-sm {
|
|
6642
6986
|
display: block !important;
|
6643
6987
|
}
|
6644
6988
|
|
6989
|
+
table.hidden-md {
|
6990
|
+
display: table;
|
6991
|
+
}
|
6992
|
+
|
6645
6993
|
tr.hidden-md {
|
6646
6994
|
display: table-row !important;
|
6647
6995
|
}
|
@@ -6652,12 +7000,8 @@ td.hidden-md {
|
|
6652
7000
|
}
|
6653
7001
|
|
6654
7002
|
@media (max-width: 767px) {
|
6655
|
-
.hidden-md.hidden-xs
|
6656
|
-
|
6657
|
-
}
|
6658
|
-
tr.hidden-md.hidden-xs {
|
6659
|
-
display: none !important;
|
6660
|
-
}
|
7003
|
+
.hidden-md.hidden-xs,
|
7004
|
+
tr.hidden-md.hidden-xs,
|
6661
7005
|
th.hidden-md.hidden-xs,
|
6662
7006
|
td.hidden-md.hidden-xs {
|
6663
7007
|
display: none !important;
|
@@ -6665,12 +7009,8 @@ td.hidden-md {
|
|
6665
7009
|
}
|
6666
7010
|
|
6667
7011
|
@media (min-width: 768px) and (max-width: 991px) {
|
6668
|
-
.hidden-md.hidden-sm
|
6669
|
-
|
6670
|
-
}
|
6671
|
-
tr.hidden-md.hidden-sm {
|
6672
|
-
display: none !important;
|
6673
|
-
}
|
7012
|
+
.hidden-md.hidden-sm,
|
7013
|
+
tr.hidden-md.hidden-sm,
|
6674
7014
|
th.hidden-md.hidden-sm,
|
6675
7015
|
td.hidden-md.hidden-sm {
|
6676
7016
|
display: none !important;
|
@@ -6678,12 +7018,8 @@ td.hidden-md {
|
|
6678
7018
|
}
|
6679
7019
|
|
6680
7020
|
@media (min-width: 992px) and (max-width: 1199px) {
|
6681
|
-
.hidden-md
|
6682
|
-
|
6683
|
-
}
|
6684
|
-
tr.hidden-md {
|
6685
|
-
display: none !important;
|
6686
|
-
}
|
7021
|
+
.hidden-md,
|
7022
|
+
tr.hidden-md,
|
6687
7023
|
th.hidden-md,
|
6688
7024
|
td.hidden-md {
|
6689
7025
|
display: none !important;
|
@@ -6691,12 +7027,8 @@ td.hidden-md {
|
|
6691
7027
|
}
|
6692
7028
|
|
6693
7029
|
@media (min-width: 1200px) {
|
6694
|
-
.hidden-md.hidden-lg
|
6695
|
-
|
6696
|
-
}
|
6697
|
-
tr.hidden-md.hidden-lg {
|
6698
|
-
display: none !important;
|
6699
|
-
}
|
7030
|
+
.hidden-md.hidden-lg,
|
7031
|
+
tr.hidden-md.hidden-lg,
|
6700
7032
|
th.hidden-md.hidden-lg,
|
6701
7033
|
td.hidden-md.hidden-lg {
|
6702
7034
|
display: none !important;
|
@@ -6707,6 +7039,10 @@ td.hidden-md {
|
|
6707
7039
|
display: block !important;
|
6708
7040
|
}
|
6709
7041
|
|
7042
|
+
table.hidden-lg {
|
7043
|
+
display: table;
|
7044
|
+
}
|
7045
|
+
|
6710
7046
|
tr.hidden-lg {
|
6711
7047
|
display: table-row !important;
|
6712
7048
|
}
|
@@ -6717,12 +7053,8 @@ td.hidden-lg {
|
|
6717
7053
|
}
|
6718
7054
|
|
6719
7055
|
@media (max-width: 767px) {
|
6720
|
-
.hidden-lg.hidden-xs
|
6721
|
-
|
6722
|
-
}
|
6723
|
-
tr.hidden-lg.hidden-xs {
|
6724
|
-
display: none !important;
|
6725
|
-
}
|
7056
|
+
.hidden-lg.hidden-xs,
|
7057
|
+
tr.hidden-lg.hidden-xs,
|
6726
7058
|
th.hidden-lg.hidden-xs,
|
6727
7059
|
td.hidden-lg.hidden-xs {
|
6728
7060
|
display: none !important;
|
@@ -6730,12 +7062,8 @@ td.hidden-lg {
|
|
6730
7062
|
}
|
6731
7063
|
|
6732
7064
|
@media (min-width: 768px) and (max-width: 991px) {
|
6733
|
-
.hidden-lg.hidden-sm
|
6734
|
-
|
6735
|
-
}
|
6736
|
-
tr.hidden-lg.hidden-sm {
|
6737
|
-
display: none !important;
|
6738
|
-
}
|
7065
|
+
.hidden-lg.hidden-sm,
|
7066
|
+
tr.hidden-lg.hidden-sm,
|
6739
7067
|
th.hidden-lg.hidden-sm,
|
6740
7068
|
td.hidden-lg.hidden-sm {
|
6741
7069
|
display: none !important;
|
@@ -6743,12 +7071,8 @@ td.hidden-lg {
|
|
6743
7071
|
}
|
6744
7072
|
|
6745
7073
|
@media (min-width: 992px) and (max-width: 1199px) {
|
6746
|
-
.hidden-lg.hidden-md
|
6747
|
-
|
6748
|
-
}
|
6749
|
-
tr.hidden-lg.hidden-md {
|
6750
|
-
display: none !important;
|
6751
|
-
}
|
7074
|
+
.hidden-lg.hidden-md,
|
7075
|
+
tr.hidden-lg.hidden-md,
|
6752
7076
|
th.hidden-lg.hidden-md,
|
6753
7077
|
td.hidden-lg.hidden-md {
|
6754
7078
|
display: none !important;
|
@@ -6756,26 +7080,16 @@ td.hidden-lg {
|
|
6756
7080
|
}
|
6757
7081
|
|
6758
7082
|
@media (min-width: 1200px) {
|
6759
|
-
.hidden-lg
|
6760
|
-
|
6761
|
-
}
|
6762
|
-
tr.hidden-lg {
|
6763
|
-
display: none !important;
|
6764
|
-
}
|
7083
|
+
.hidden-lg,
|
7084
|
+
tr.hidden-lg,
|
6765
7085
|
th.hidden-lg,
|
6766
7086
|
td.hidden-lg {
|
6767
7087
|
display: none !important;
|
6768
7088
|
}
|
6769
7089
|
}
|
6770
7090
|
|
6771
|
-
.visible-print
|
6772
|
-
|
6773
|
-
}
|
6774
|
-
|
6775
|
-
tr.visible-print {
|
6776
|
-
display: none !important;
|
6777
|
-
}
|
6778
|
-
|
7091
|
+
.visible-print,
|
7092
|
+
tr.visible-print,
|
6779
7093
|
th.visible-print,
|
6780
7094
|
td.visible-print {
|
6781
7095
|
display: none !important;
|
@@ -6785,6 +7099,9 @@ td.visible-print {
|
|
6785
7099
|
.visible-print {
|
6786
7100
|
display: block !important;
|
6787
7101
|
}
|
7102
|
+
table.visible-print {
|
7103
|
+
display: table;
|
7104
|
+
}
|
6788
7105
|
tr.visible-print {
|
6789
7106
|
display: table-row !important;
|
6790
7107
|
}
|
@@ -6792,12 +7109,8 @@ td.visible-print {
|
|
6792
7109
|
td.visible-print {
|
6793
7110
|
display: table-cell !important;
|
6794
7111
|
}
|
6795
|
-
.hidden-print
|
6796
|
-
|
6797
|
-
}
|
6798
|
-
tr.hidden-print {
|
6799
|
-
display: none !important;
|
6800
|
-
}
|
7112
|
+
.hidden-print,
|
7113
|
+
tr.hidden-print,
|
6801
7114
|
th.hidden-print,
|
6802
7115
|
td.hidden-print {
|
6803
7116
|
display: none !important;
|