bootstrap-rails-engine 3.0.0.0 → 3.0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.md +8 -2
- data/app/assets/javascripts/bootstrap/bootstrap-datepicker.js +188 -45
- data/app/assets/javascripts/bootstrap/bootstrap-datepicker.min.js +19 -3
- data/app/assets/javascripts/bootstrap/bootstrap.js +79 -50
- data/app/assets/javascripts/bootstrap/bootstrap.min.js +1 -1
- data/app/assets/stylesheets/bootstrap/bootstrap-datepicker.css +35 -3
- data/app/assets/stylesheets/bootstrap/bootstrap.css +1651 -737
- data/app/assets/stylesheets/bootstrap/bootstrap.min.css +1 -1
- data/lib/bootstrap-rails-engine/version.rb +3 -3
- data/lib/bootstrap-rails-engine.rb +37 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
@@ -286,7 +286,9 @@ table {
|
|
286
286
|
}
|
287
287
|
}
|
288
288
|
|
289
|
-
|
289
|
+
*,
|
290
|
+
*:before,
|
291
|
+
*:after {
|
290
292
|
-webkit-box-sizing: border-box;
|
291
293
|
-moz-box-sizing: border-box;
|
292
294
|
box-sizing: border-box;
|
@@ -314,6 +316,13 @@ textarea {
|
|
314
316
|
line-height: inherit;
|
315
317
|
}
|
316
318
|
|
319
|
+
button,
|
320
|
+
input,
|
321
|
+
select[multiple],
|
322
|
+
textarea {
|
323
|
+
background-image: none;
|
324
|
+
}
|
325
|
+
|
317
326
|
a {
|
318
327
|
color: #428bca;
|
319
328
|
text-decoration: none;
|
@@ -336,7 +345,7 @@ img {
|
|
336
345
|
}
|
337
346
|
|
338
347
|
.img-responsive {
|
339
|
-
display:
|
348
|
+
display: block;
|
340
349
|
height: auto;
|
341
350
|
max-width: 100%;
|
342
351
|
}
|
@@ -346,7 +355,7 @@ img {
|
|
346
355
|
}
|
347
356
|
|
348
357
|
.img-circle {
|
349
|
-
border-radius:
|
358
|
+
border-radius: 50%;
|
350
359
|
}
|
351
360
|
|
352
361
|
hr {
|
@@ -356,6 +365,17 @@ hr {
|
|
356
365
|
border-top: 1px solid #eeeeee;
|
357
366
|
}
|
358
367
|
|
368
|
+
.sr-only {
|
369
|
+
position: absolute;
|
370
|
+
width: 1px;
|
371
|
+
height: 1px;
|
372
|
+
padding: 0;
|
373
|
+
margin: -1px;
|
374
|
+
overflow: hidden;
|
375
|
+
clip: rect(0 0 0 0);
|
376
|
+
border: 0;
|
377
|
+
}
|
378
|
+
|
359
379
|
p {
|
360
380
|
margin: 0 0 10px;
|
361
381
|
}
|
@@ -564,38 +584,35 @@ dd {
|
|
564
584
|
margin-left: 0;
|
565
585
|
}
|
566
586
|
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
.dl-horizontal dd {
|
578
|
-
|
579
|
-
}
|
580
|
-
|
581
|
-
.dl-horizontal dd:
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
}
|
596
|
-
|
597
|
-
.dl-horizontal dd:after {
|
598
|
-
clear: both;
|
587
|
+
@media (min-width: 768px) {
|
588
|
+
.dl-horizontal dt {
|
589
|
+
float: left;
|
590
|
+
width: 160px;
|
591
|
+
overflow: hidden;
|
592
|
+
clear: left;
|
593
|
+
text-align: right;
|
594
|
+
text-overflow: ellipsis;
|
595
|
+
white-space: nowrap;
|
596
|
+
}
|
597
|
+
.dl-horizontal dd {
|
598
|
+
margin-left: 180px;
|
599
|
+
}
|
600
|
+
.dl-horizontal dd:before,
|
601
|
+
.dl-horizontal dd:after {
|
602
|
+
display: table;
|
603
|
+
content: " ";
|
604
|
+
}
|
605
|
+
.dl-horizontal dd:after {
|
606
|
+
clear: both;
|
607
|
+
}
|
608
|
+
.dl-horizontal dd:before,
|
609
|
+
.dl-horizontal dd:after {
|
610
|
+
display: table;
|
611
|
+
content: " ";
|
612
|
+
}
|
613
|
+
.dl-horizontal dd:after {
|
614
|
+
clear: both;
|
615
|
+
}
|
599
616
|
}
|
600
617
|
|
601
618
|
abbr[title],
|
@@ -636,7 +653,6 @@ blockquote small:before {
|
|
636
653
|
}
|
637
654
|
|
638
655
|
blockquote.pull-right {
|
639
|
-
float: right;
|
640
656
|
padding-right: 15px;
|
641
657
|
padding-left: 0;
|
642
658
|
border-right: 5px solid #eeeeee;
|
@@ -704,6 +720,7 @@ pre.prettyprint {
|
|
704
720
|
|
705
721
|
pre code {
|
706
722
|
padding: 0;
|
723
|
+
font-size: inherit;
|
707
724
|
color: inherit;
|
708
725
|
white-space: pre-wrap;
|
709
726
|
background-color: transparent;
|
@@ -761,7 +778,7 @@ pre code {
|
|
761
778
|
}
|
762
779
|
|
763
780
|
@media (min-width: 768px) {
|
764
|
-
.row {
|
781
|
+
.container .row {
|
765
782
|
margin-right: -15px;
|
766
783
|
margin-left: -15px;
|
767
784
|
}
|
@@ -772,18 +789,18 @@ pre code {
|
|
772
789
|
margin-left: -15px;
|
773
790
|
}
|
774
791
|
|
775
|
-
.col-1,
|
776
|
-
.col-2,
|
777
|
-
.col-3,
|
778
|
-
.col-4,
|
779
|
-
.col-5,
|
780
|
-
.col-6,
|
781
|
-
.col-7,
|
782
|
-
.col-8,
|
783
|
-
.col-9,
|
784
|
-
.col-10,
|
785
|
-
.col-11,
|
786
|
-
.col-12,
|
792
|
+
.col-xs-1,
|
793
|
+
.col-xs-2,
|
794
|
+
.col-xs-3,
|
795
|
+
.col-xs-4,
|
796
|
+
.col-xs-5,
|
797
|
+
.col-xs-6,
|
798
|
+
.col-xs-7,
|
799
|
+
.col-xs-8,
|
800
|
+
.col-xs-9,
|
801
|
+
.col-xs-10,
|
802
|
+
.col-xs-11,
|
803
|
+
.col-xs-12,
|
787
804
|
.col-sm-1,
|
788
805
|
.col-sm-2,
|
789
806
|
.col-sm-3,
|
@@ -796,6 +813,18 @@ pre code {
|
|
796
813
|
.col-sm-10,
|
797
814
|
.col-sm-11,
|
798
815
|
.col-sm-12,
|
816
|
+
.col-md-1,
|
817
|
+
.col-md-2,
|
818
|
+
.col-md-3,
|
819
|
+
.col-md-4,
|
820
|
+
.col-md-5,
|
821
|
+
.col-md-6,
|
822
|
+
.col-md-7,
|
823
|
+
.col-md-8,
|
824
|
+
.col-md-9,
|
825
|
+
.col-md-10,
|
826
|
+
.col-md-11,
|
827
|
+
.col-md-12,
|
799
828
|
.col-lg-1,
|
800
829
|
.col-lg-2,
|
801
830
|
.col-lg-3,
|
@@ -814,72 +843,71 @@ pre code {
|
|
814
843
|
padding-left: 15px;
|
815
844
|
}
|
816
845
|
|
817
|
-
.col-1,
|
818
|
-
.col-2,
|
819
|
-
.col-3,
|
820
|
-
.col-4,
|
821
|
-
.col-5,
|
822
|
-
.col-6,
|
823
|
-
.col-7,
|
824
|
-
.col-8,
|
825
|
-
.col-9,
|
826
|
-
.col-10,
|
827
|
-
.col-11
|
828
|
-
.col-12 {
|
846
|
+
.col-xs-1,
|
847
|
+
.col-xs-2,
|
848
|
+
.col-xs-3,
|
849
|
+
.col-xs-4,
|
850
|
+
.col-xs-5,
|
851
|
+
.col-xs-6,
|
852
|
+
.col-xs-7,
|
853
|
+
.col-xs-8,
|
854
|
+
.col-xs-9,
|
855
|
+
.col-xs-10,
|
856
|
+
.col-xs-11 {
|
829
857
|
float: left;
|
830
858
|
}
|
831
859
|
|
832
|
-
.col-1 {
|
860
|
+
.col-xs-1 {
|
833
861
|
width: 8.333333333333332%;
|
834
862
|
}
|
835
863
|
|
836
|
-
.col-2 {
|
864
|
+
.col-xs-2 {
|
837
865
|
width: 16.666666666666664%;
|
838
866
|
}
|
839
867
|
|
840
|
-
.col-3 {
|
868
|
+
.col-xs-3 {
|
841
869
|
width: 25%;
|
842
870
|
}
|
843
871
|
|
844
|
-
.col-4 {
|
872
|
+
.col-xs-4 {
|
845
873
|
width: 33.33333333333333%;
|
846
874
|
}
|
847
875
|
|
848
|
-
.col-5 {
|
876
|
+
.col-xs-5 {
|
849
877
|
width: 41.66666666666667%;
|
850
878
|
}
|
851
879
|
|
852
|
-
.col-6 {
|
880
|
+
.col-xs-6 {
|
853
881
|
width: 50%;
|
854
882
|
}
|
855
883
|
|
856
|
-
.col-7 {
|
884
|
+
.col-xs-7 {
|
857
885
|
width: 58.333333333333336%;
|
858
886
|
}
|
859
887
|
|
860
|
-
.col-8 {
|
888
|
+
.col-xs-8 {
|
861
889
|
width: 66.66666666666666%;
|
862
890
|
}
|
863
891
|
|
864
|
-
.col-9 {
|
892
|
+
.col-xs-9 {
|
865
893
|
width: 75%;
|
866
894
|
}
|
867
895
|
|
868
|
-
.col-10 {
|
896
|
+
.col-xs-10 {
|
869
897
|
width: 83.33333333333334%;
|
870
898
|
}
|
871
899
|
|
872
|
-
.col-11 {
|
900
|
+
.col-xs-11 {
|
873
901
|
width: 91.66666666666666%;
|
874
902
|
}
|
875
903
|
|
876
|
-
.col-12 {
|
904
|
+
.col-xs-12 {
|
877
905
|
width: 100%;
|
878
906
|
}
|
879
907
|
|
880
908
|
@media (min-width: 768px) {
|
881
909
|
.container {
|
882
|
-
max-width:
|
910
|
+
max-width: 720px;
|
883
911
|
}
|
884
912
|
.col-sm-1,
|
885
913
|
.col-sm-2,
|
@@ -891,8 +919,7 @@ pre code {
|
|
891
919
|
.col-sm-8,
|
892
920
|
.col-sm-9,
|
893
921
|
.col-sm-10,
|
894
|
-
.col-sm-11
|
895
|
-
.col-sm-12 {
|
922
|
+
.col-sm-11 {
|
896
923
|
float: left;
|
897
924
|
}
|
898
925
|
.col-sm-1 {
|
@@ -931,78 +958,265 @@ pre code {
|
|
931
958
|
.col-sm-12 {
|
932
959
|
width: 100%;
|
933
960
|
}
|
934
|
-
.col-push-1 {
|
961
|
+
.col-sm-push-1 {
|
935
962
|
left: 8.333333333333332%;
|
936
963
|
}
|
937
|
-
.col-push-2 {
|
964
|
+
.col-sm-push-2 {
|
938
965
|
left: 16.666666666666664%;
|
939
966
|
}
|
940
|
-
.col-push-3 {
|
967
|
+
.col-sm-push-3 {
|
941
968
|
left: 25%;
|
942
969
|
}
|
943
|
-
.col-push-4 {
|
970
|
+
.col-sm-push-4 {
|
944
971
|
left: 33.33333333333333%;
|
945
972
|
}
|
946
|
-
.col-push-5 {
|
973
|
+
.col-sm-push-5 {
|
947
974
|
left: 41.66666666666667%;
|
948
975
|
}
|
949
|
-
.col-push-6 {
|
976
|
+
.col-sm-push-6 {
|
950
977
|
left: 50%;
|
951
978
|
}
|
952
|
-
.col-push-7 {
|
979
|
+
.col-sm-push-7 {
|
953
980
|
left: 58.333333333333336%;
|
954
981
|
}
|
955
|
-
.col-push-8 {
|
982
|
+
.col-sm-push-8 {
|
956
983
|
left: 66.66666666666666%;
|
957
984
|
}
|
958
|
-
.col-push-9 {
|
985
|
+
.col-sm-push-9 {
|
959
986
|
left: 75%;
|
960
987
|
}
|
961
|
-
.col-push-10 {
|
988
|
+
.col-sm-push-10 {
|
962
989
|
left: 83.33333333333334%;
|
963
990
|
}
|
964
|
-
.col-push-11 {
|
991
|
+
.col-sm-push-11 {
|
965
992
|
left: 91.66666666666666%;
|
966
993
|
}
|
967
|
-
.col-pull-1 {
|
994
|
+
.col-sm-pull-1 {
|
968
995
|
right: 8.333333333333332%;
|
969
996
|
}
|
970
|
-
.col-pull-2 {
|
997
|
+
.col-sm-pull-2 {
|
971
998
|
right: 16.666666666666664%;
|
972
999
|
}
|
973
|
-
.col-pull-3 {
|
1000
|
+
.col-sm-pull-3 {
|
974
1001
|
right: 25%;
|
975
1002
|
}
|
976
|
-
.col-pull-4 {
|
1003
|
+
.col-sm-pull-4 {
|
977
1004
|
right: 33.33333333333333%;
|
978
1005
|
}
|
979
|
-
.col-pull-5 {
|
1006
|
+
.col-sm-pull-5 {
|
980
1007
|
right: 41.66666666666667%;
|
981
1008
|
}
|
982
|
-
.col-pull-6 {
|
1009
|
+
.col-sm-pull-6 {
|
983
1010
|
right: 50%;
|
984
1011
|
}
|
985
|
-
.col-pull-7 {
|
1012
|
+
.col-sm-pull-7 {
|
986
1013
|
right: 58.333333333333336%;
|
987
1014
|
}
|
988
|
-
.col-pull-8 {
|
1015
|
+
.col-sm-pull-8 {
|
989
1016
|
right: 66.66666666666666%;
|
990
1017
|
}
|
991
|
-
.col-pull-9 {
|
1018
|
+
.col-sm-pull-9 {
|
992
1019
|
right: 75%;
|
993
1020
|
}
|
994
|
-
.col-pull-10 {
|
1021
|
+
.col-sm-pull-10 {
|
995
1022
|
right: 83.33333333333334%;
|
996
1023
|
}
|
997
|
-
.col-pull-11 {
|
1024
|
+
.col-sm-pull-11 {
|
998
1025
|
right: 91.66666666666666%;
|
999
1026
|
}
|
1027
|
+
.col-sm-offset-1 {
|
1028
|
+
margin-left: 8.333333333333332%;
|
1029
|
+
}
|
1030
|
+
.col-sm-offset-2 {
|
1031
|
+
margin-left: 16.666666666666664%;
|
1032
|
+
}
|
1033
|
+
.col-sm-offset-3 {
|
1034
|
+
margin-left: 25%;
|
1035
|
+
}
|
1036
|
+
.col-sm-offset-4 {
|
1037
|
+
margin-left: 33.33333333333333%;
|
1038
|
+
}
|
1039
|
+
.col-sm-offset-5 {
|
1040
|
+
margin-left: 41.66666666666667%;
|
1041
|
+
}
|
1042
|
+
.col-sm-offset-6 {
|
1043
|
+
margin-left: 50%;
|
1044
|
+
}
|
1045
|
+
.col-sm-offset-7 {
|
1046
|
+
margin-left: 58.333333333333336%;
|
1047
|
+
}
|
1048
|
+
.col-sm-offset-8 {
|
1049
|
+
margin-left: 66.66666666666666%;
|
1050
|
+
}
|
1051
|
+
.col-sm-offset-9 {
|
1052
|
+
margin-left: 75%;
|
1053
|
+
}
|
1054
|
+
.col-sm-offset-10 {
|
1055
|
+
margin-left: 83.33333333333334%;
|
1056
|
+
}
|
1057
|
+
.col-sm-offset-11 {
|
1058
|
+
margin-left: 91.66666666666666%;
|
1059
|
+
}
|
1000
1060
|
}
|
1001
1061
|
|
1002
1062
|
@media (min-width: 992px) {
|
1003
1063
|
.container {
|
1004
1064
|
max-width: 940px;
|
1005
1065
|
}
|
1066
|
+
.col-md-1,
|
1067
|
+
.col-md-2,
|
1068
|
+
.col-md-3,
|
1069
|
+
.col-md-4,
|
1070
|
+
.col-md-5,
|
1071
|
+
.col-md-6,
|
1072
|
+
.col-md-7,
|
1073
|
+
.col-md-8,
|
1074
|
+
.col-md-9,
|
1075
|
+
.col-md-10,
|
1076
|
+
.col-md-11 {
|
1077
|
+
float: left;
|
1078
|
+
}
|
1079
|
+
.col-md-1 {
|
1080
|
+
width: 8.333333333333332%;
|
1081
|
+
}
|
1082
|
+
.col-md-2 {
|
1083
|
+
width: 16.666666666666664%;
|
1084
|
+
}
|
1085
|
+
.col-md-3 {
|
1086
|
+
width: 25%;
|
1087
|
+
}
|
1088
|
+
.col-md-4 {
|
1089
|
+
width: 33.33333333333333%;
|
1090
|
+
}
|
1091
|
+
.col-md-5 {
|
1092
|
+
width: 41.66666666666667%;
|
1093
|
+
}
|
1094
|
+
.col-md-6 {
|
1095
|
+
width: 50%;
|
1096
|
+
}
|
1097
|
+
.col-md-7 {
|
1098
|
+
width: 58.333333333333336%;
|
1099
|
+
}
|
1100
|
+
.col-md-8 {
|
1101
|
+
width: 66.66666666666666%;
|
1102
|
+
}
|
1103
|
+
.col-md-9 {
|
1104
|
+
width: 75%;
|
1105
|
+
}
|
1106
|
+
.col-md-10 {
|
1107
|
+
width: 83.33333333333334%;
|
1108
|
+
}
|
1109
|
+
.col-md-11 {
|
1110
|
+
width: 91.66666666666666%;
|
1111
|
+
}
|
1112
|
+
.col-md-12 {
|
1113
|
+
width: 100%;
|
1114
|
+
}
|
1115
|
+
.col-md-push-1 {
|
1116
|
+
left: 8.333333333333332%;
|
1117
|
+
}
|
1118
|
+
.col-md-push-2 {
|
1119
|
+
left: 16.666666666666664%;
|
1120
|
+
}
|
1121
|
+
.col-md-push-3 {
|
1122
|
+
left: 25%;
|
1123
|
+
}
|
1124
|
+
.col-md-push-4 {
|
1125
|
+
left: 33.33333333333333%;
|
1126
|
+
}
|
1127
|
+
.col-md-push-5 {
|
1128
|
+
left: 41.66666666666667%;
|
1129
|
+
}
|
1130
|
+
.col-md-push-6 {
|
1131
|
+
left: 50%;
|
1132
|
+
}
|
1133
|
+
.col-md-push-7 {
|
1134
|
+
left: 58.333333333333336%;
|
1135
|
+
}
|
1136
|
+
.col-md-push-8 {
|
1137
|
+
left: 66.66666666666666%;
|
1138
|
+
}
|
1139
|
+
.col-md-push-9 {
|
1140
|
+
left: 75%;
|
1141
|
+
}
|
1142
|
+
.col-md-push-10 {
|
1143
|
+
left: 83.33333333333334%;
|
1144
|
+
}
|
1145
|
+
.col-md-push-11 {
|
1146
|
+
left: 91.66666666666666%;
|
1147
|
+
}
|
1148
|
+
.col-md-pull-1 {
|
1149
|
+
right: 8.333333333333332%;
|
1150
|
+
}
|
1151
|
+
.col-md-pull-2 {
|
1152
|
+
right: 16.666666666666664%;
|
1153
|
+
}
|
1154
|
+
.col-md-pull-3 {
|
1155
|
+
right: 25%;
|
1156
|
+
}
|
1157
|
+
.col-md-pull-4 {
|
1158
|
+
right: 33.33333333333333%;
|
1159
|
+
}
|
1160
|
+
.col-md-pull-5 {
|
1161
|
+
right: 41.66666666666667%;
|
1162
|
+
}
|
1163
|
+
.col-md-pull-6 {
|
1164
|
+
right: 50%;
|
1165
|
+
}
|
1166
|
+
.col-md-pull-7 {
|
1167
|
+
right: 58.333333333333336%;
|
1168
|
+
}
|
1169
|
+
.col-md-pull-8 {
|
1170
|
+
right: 66.66666666666666%;
|
1171
|
+
}
|
1172
|
+
.col-md-pull-9 {
|
1173
|
+
right: 75%;
|
1174
|
+
}
|
1175
|
+
.col-md-pull-10 {
|
1176
|
+
right: 83.33333333333334%;
|
1177
|
+
}
|
1178
|
+
.col-md-pull-11 {
|
1179
|
+
right: 91.66666666666666%;
|
1180
|
+
}
|
1181
|
+
.col-md-offset-1 {
|
1182
|
+
margin-left: 8.333333333333332%;
|
1183
|
+
}
|
1184
|
+
.col-md-offset-2 {
|
1185
|
+
margin-left: 16.666666666666664%;
|
1186
|
+
}
|
1187
|
+
.col-md-offset-3 {
|
1188
|
+
margin-left: 25%;
|
1189
|
+
}
|
1190
|
+
.col-md-offset-4 {
|
1191
|
+
margin-left: 33.33333333333333%;
|
1192
|
+
}
|
1193
|
+
.col-md-offset-5 {
|
1194
|
+
margin-left: 41.66666666666667%;
|
1195
|
+
}
|
1196
|
+
.col-md-offset-6 {
|
1197
|
+
margin-left: 50%;
|
1198
|
+
}
|
1199
|
+
.col-md-offset-7 {
|
1200
|
+
margin-left: 58.333333333333336%;
|
1201
|
+
}
|
1202
|
+
.col-md-offset-8 {
|
1203
|
+
margin-left: 66.66666666666666%;
|
1204
|
+
}
|
1205
|
+
.col-md-offset-9 {
|
1206
|
+
margin-left: 75%;
|
1207
|
+
}
|
1208
|
+
.col-md-offset-10 {
|
1209
|
+
margin-left: 83.33333333333334%;
|
1210
|
+
}
|
1211
|
+
.col-md-offset-11 {
|
1212
|
+
margin-left: 91.66666666666666%;
|
1213
|
+
}
|
1214
|
+
}
|
1215
|
+
|
1216
|
+
@media (min-width: 1200px) {
|
1217
|
+
.container {
|
1218
|
+
max-width: 1140px;
|
1219
|
+
}
|
1006
1220
|
.col-lg-1,
|
1007
1221
|
.col-lg-2,
|
1008
1222
|
.col-lg-3,
|
@@ -1013,8 +1227,7 @@ pre code {
|
|
1013
1227
|
.col-lg-8,
|
1014
1228
|
.col-lg-9,
|
1015
1229
|
.col-lg-10,
|
1016
|
-
.col-lg-11
|
1017
|
-
.col-lg-12 {
|
1230
|
+
.col-lg-11 {
|
1018
1231
|
float: left;
|
1019
1232
|
}
|
1020
1233
|
.col-lg-1 {
|
@@ -1053,47 +1266,107 @@ pre code {
|
|
1053
1266
|
.col-lg-12 {
|
1054
1267
|
width: 100%;
|
1055
1268
|
}
|
1056
|
-
.col-
|
1269
|
+
.col-lg-push-1 {
|
1270
|
+
left: 8.333333333333332%;
|
1271
|
+
}
|
1272
|
+
.col-lg-push-2 {
|
1273
|
+
left: 16.666666666666664%;
|
1274
|
+
}
|
1275
|
+
.col-lg-push-3 {
|
1276
|
+
left: 25%;
|
1277
|
+
}
|
1278
|
+
.col-lg-push-4 {
|
1279
|
+
left: 33.33333333333333%;
|
1280
|
+
}
|
1281
|
+
.col-lg-push-5 {
|
1282
|
+
left: 41.66666666666667%;
|
1283
|
+
}
|
1284
|
+
.col-lg-push-6 {
|
1285
|
+
left: 50%;
|
1286
|
+
}
|
1287
|
+
.col-lg-push-7 {
|
1288
|
+
left: 58.333333333333336%;
|
1289
|
+
}
|
1290
|
+
.col-lg-push-8 {
|
1291
|
+
left: 66.66666666666666%;
|
1292
|
+
}
|
1293
|
+
.col-lg-push-9 {
|
1294
|
+
left: 75%;
|
1295
|
+
}
|
1296
|
+
.col-lg-push-10 {
|
1297
|
+
left: 83.33333333333334%;
|
1298
|
+
}
|
1299
|
+
.col-lg-push-11 {
|
1300
|
+
left: 91.66666666666666%;
|
1301
|
+
}
|
1302
|
+
.col-lg-pull-1 {
|
1303
|
+
right: 8.333333333333332%;
|
1304
|
+
}
|
1305
|
+
.col-lg-pull-2 {
|
1306
|
+
right: 16.666666666666664%;
|
1307
|
+
}
|
1308
|
+
.col-lg-pull-3 {
|
1309
|
+
right: 25%;
|
1310
|
+
}
|
1311
|
+
.col-lg-pull-4 {
|
1312
|
+
right: 33.33333333333333%;
|
1313
|
+
}
|
1314
|
+
.col-lg-pull-5 {
|
1315
|
+
right: 41.66666666666667%;
|
1316
|
+
}
|
1317
|
+
.col-lg-pull-6 {
|
1318
|
+
right: 50%;
|
1319
|
+
}
|
1320
|
+
.col-lg-pull-7 {
|
1321
|
+
right: 58.333333333333336%;
|
1322
|
+
}
|
1323
|
+
.col-lg-pull-8 {
|
1324
|
+
right: 66.66666666666666%;
|
1325
|
+
}
|
1326
|
+
.col-lg-pull-9 {
|
1327
|
+
right: 75%;
|
1328
|
+
}
|
1329
|
+
.col-lg-pull-10 {
|
1330
|
+
right: 83.33333333333334%;
|
1331
|
+
}
|
1332
|
+
.col-lg-pull-11 {
|
1333
|
+
right: 91.66666666666666%;
|
1334
|
+
}
|
1335
|
+
.col-lg-offset-1 {
|
1057
1336
|
margin-left: 8.333333333333332%;
|
1058
1337
|
}
|
1059
|
-
.col-offset-2 {
|
1338
|
+
.col-lg-offset-2 {
|
1060
1339
|
margin-left: 16.666666666666664%;
|
1061
1340
|
}
|
1062
|
-
.col-offset-3 {
|
1341
|
+
.col-lg-offset-3 {
|
1063
1342
|
margin-left: 25%;
|
1064
1343
|
}
|
1065
|
-
.col-offset-4 {
|
1344
|
+
.col-lg-offset-4 {
|
1066
1345
|
margin-left: 33.33333333333333%;
|
1067
1346
|
}
|
1068
|
-
.col-offset-5 {
|
1347
|
+
.col-lg-offset-5 {
|
1069
1348
|
margin-left: 41.66666666666667%;
|
1070
1349
|
}
|
1071
|
-
.col-offset-6 {
|
1350
|
+
.col-lg-offset-6 {
|
1072
1351
|
margin-left: 50%;
|
1073
1352
|
}
|
1074
|
-
.col-offset-7 {
|
1353
|
+
.col-lg-offset-7 {
|
1075
1354
|
margin-left: 58.333333333333336%;
|
1076
1355
|
}
|
1077
|
-
.col-offset-8 {
|
1356
|
+
.col-lg-offset-8 {
|
1078
1357
|
margin-left: 66.66666666666666%;
|
1079
1358
|
}
|
1080
|
-
.col-offset-9 {
|
1359
|
+
.col-lg-offset-9 {
|
1081
1360
|
margin-left: 75%;
|
1082
1361
|
}
|
1083
|
-
.col-offset-10 {
|
1362
|
+
.col-lg-offset-10 {
|
1084
1363
|
margin-left: 83.33333333333334%;
|
1085
1364
|
}
|
1086
|
-
.col-offset-11 {
|
1365
|
+
.col-lg-offset-11 {
|
1087
1366
|
margin-left: 91.66666666666666%;
|
1088
1367
|
}
|
1089
1368
|
}
|
1090
1369
|
|
1091
|
-
@media (min-width: 1200px) {
|
1092
|
-
.container {
|
1093
|
-
max-width: 1170px;
|
1094
|
-
}
|
1095
|
-
}
|
1096
|
-
|
1097
1370
|
table {
|
1098
1371
|
max-width: 100%;
|
1099
1372
|
background-color: transparent;
|
@@ -1215,6 +1488,13 @@ table th[class^="col-"] {
|
|
1215
1488
|
border-color: #d6e9c6;
|
1216
1489
|
}
|
1217
1490
|
|
1491
|
+
.table-hover > tbody > tr > td.success:hover,
|
1492
|
+
.table-hover > tbody > tr > th.success:hover,
|
1493
|
+
.table-hover > tbody > tr.success:hover > td {
|
1494
|
+
background-color: #d0e9c6;
|
1495
|
+
border-color: #c9e2b3;
|
1496
|
+
}
|
1497
|
+
|
1218
1498
|
.table > thead > tr > td.danger,
|
1219
1499
|
.table > tbody > tr > td.danger,
|
1220
1500
|
.table > tfoot > tr > td.danger,
|
@@ -1231,6 +1511,13 @@ table th[class^="col-"] {
|
|
1231
1511
|
border-color: #eed3d7;
|
1232
1512
|
}
|
1233
1513
|
|
1514
|
+
.table-hover > tbody > tr > td.danger:hover,
|
1515
|
+
.table-hover > tbody > tr > th.danger:hover,
|
1516
|
+
.table-hover > tbody > tr.danger:hover > td {
|
1517
|
+
background-color: #ebcccc;
|
1518
|
+
border-color: #e6c1c7;
|
1519
|
+
}
|
1520
|
+
|
1234
1521
|
.table > thead > tr > td.warning,
|
1235
1522
|
.table > tbody > tr > td.warning,
|
1236
1523
|
.table > tfoot > tr > td.warning,
|
@@ -1247,20 +1534,6 @@ table th[class^="col-"] {
|
|
1247
1534
|
border-color: #fbeed5;
|
1248
1535
|
}
|
1249
1536
|
|
1250
|
-
.table-hover > tbody > tr > td.success:hover,
|
1251
|
-
.table-hover > tbody > tr > th.success:hover,
|
1252
|
-
.table-hover > tbody > tr.success:hover > td {
|
1253
|
-
background-color: #d0e9c6;
|
1254
|
-
border-color: #c9e2b3;
|
1255
|
-
}
|
1256
|
-
|
1257
|
-
.table-hover > tbody > tr > td.danger:hover,
|
1258
|
-
.table-hover > tbody > tr > th.danger:hover,
|
1259
|
-
.table-hover > tbody > tr.danger:hover > td {
|
1260
|
-
background-color: #ebcccc;
|
1261
|
-
border-color: #e6c1c7;
|
1262
|
-
}
|
1263
|
-
|
1264
1537
|
.table-hover > tbody > tr > td.warning:hover,
|
1265
1538
|
.table-hover > tbody > tr > th.warning:hover,
|
1266
1539
|
.table-hover > tbody > tr.warning:hover > td {
|
@@ -1354,8 +1627,8 @@ input[type="number"]::-webkit-inner-spin-button {
|
|
1354
1627
|
.form-control {
|
1355
1628
|
display: block;
|
1356
1629
|
width: 100%;
|
1357
|
-
height:
|
1358
|
-
padding:
|
1630
|
+
height: 34px;
|
1631
|
+
padding: 6px 12px;
|
1359
1632
|
font-size: 14px;
|
1360
1633
|
line-height: 1.428571429;
|
1361
1634
|
color: #555555;
|
@@ -1370,10 +1643,10 @@ input[type="number"]::-webkit-inner-spin-button {
|
|
1370
1643
|
}
|
1371
1644
|
|
1372
1645
|
.form-control:focus {
|
1373
|
-
border-color:
|
1646
|
+
border-color: #66afe9;
|
1374
1647
|
outline: 0;
|
1375
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(
|
1376
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(
|
1648
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
1649
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
1377
1650
|
}
|
1378
1651
|
|
1379
1652
|
.form-control[disabled],
|
@@ -1438,37 +1711,57 @@ textarea.form-control {
|
|
1438
1711
|
margin-left: 10px;
|
1439
1712
|
}
|
1440
1713
|
|
1441
|
-
.
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1714
|
+
.radio[disabled],
|
1715
|
+
.radio-inline[disabled],
|
1716
|
+
.checkbox[disabled],
|
1717
|
+
.checkbox-inline[disabled],
|
1718
|
+
fieldset[disabled] .radio,
|
1719
|
+
fieldset[disabled] .radio-inline,
|
1720
|
+
fieldset[disabled] .checkbox,
|
1721
|
+
fieldset[disabled] .checkbox-inline {
|
1722
|
+
cursor: not-allowed;
|
1446
1723
|
}
|
1447
1724
|
|
1448
|
-
.
|
1725
|
+
.input-sm {
|
1449
1726
|
height: 30px;
|
1450
1727
|
padding: 5px 10px;
|
1451
1728
|
font-size: 12px;
|
1729
|
+
line-height: 1.5;
|
1452
1730
|
border-radius: 3px;
|
1453
1731
|
}
|
1454
1732
|
|
1455
|
-
select.input-
|
1456
|
-
height: 56px;
|
1457
|
-
line-height: 56px;
|
1458
|
-
}
|
1459
|
-
|
1460
|
-
select.input-small {
|
1733
|
+
select.input-sm {
|
1461
1734
|
height: 30px;
|
1462
1735
|
line-height: 30px;
|
1463
1736
|
}
|
1464
1737
|
|
1465
|
-
.
|
1466
|
-
|
1467
|
-
|
1738
|
+
textarea.input-sm {
|
1739
|
+
height: auto;
|
1740
|
+
}
|
1741
|
+
|
1742
|
+
.input-lg {
|
1743
|
+
height: 45px;
|
1744
|
+
padding: 10px 16px;
|
1745
|
+
font-size: 18px;
|
1746
|
+
line-height: 1.33;
|
1747
|
+
border-radius: 6px;
|
1748
|
+
}
|
1749
|
+
|
1750
|
+
select.input-lg {
|
1751
|
+
height: 45px;
|
1752
|
+
line-height: 45px;
|
1753
|
+
}
|
1754
|
+
|
1755
|
+
textarea.input-lg {
|
1756
|
+
height: auto;
|
1757
|
+
}
|
1758
|
+
|
1759
|
+
.has-warning .help-block,
|
1760
|
+
.has-warning .control-label {
|
1761
|
+
color: #c09853;
|
1468
1762
|
}
|
1469
1763
|
|
1470
1764
|
.has-warning .form-control {
|
1471
|
-
padding-right: 32px;
|
1472
1765
|
border-color: #c09853;
|
1473
1766
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1474
1767
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -1492,7 +1785,6 @@ select.input-small {
|
|
1492
1785
|
}
|
1493
1786
|
|
1494
1787
|
.has-error .form-control {
|
1495
|
-
padding-right: 32px;
|
1496
1788
|
border-color: #b94a48;
|
1497
1789
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1498
1790
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -1516,7 +1808,6 @@ select.input-small {
|
|
1516
1808
|
}
|
1517
1809
|
|
1518
1810
|
.has-success .form-control {
|
1519
|
-
padding-right: 32px;
|
1520
1811
|
border-color: #468847;
|
1521
1812
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1522
1813
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -1534,6 +1825,11 @@ select.input-small {
|
|
1534
1825
|
border-color: #468847;
|
1535
1826
|
}
|
1536
1827
|
|
1828
|
+
.form-control-static {
|
1829
|
+
padding-top: 6px;
|
1830
|
+
margin-bottom: 0;
|
1831
|
+
}
|
1832
|
+
|
1537
1833
|
.help-block {
|
1538
1834
|
display: block;
|
1539
1835
|
margin-top: 5px;
|
@@ -1541,124 +1837,32 @@ select.input-small {
|
|
1541
1837
|
color: #737373;
|
1542
1838
|
}
|
1543
1839
|
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
.input
|
1561
|
-
.input
|
1562
|
-
|
1563
|
-
|
1564
|
-
}
|
1565
|
-
|
1566
|
-
.input-group-addon:not(:first-child):not(:last-child),
|
1567
|
-
.input-group-btn:not(:first-child):not(:last-child),
|
1568
|
-
.input-group .form-control:not(:first-child):not(:last-child) {
|
1569
|
-
border-radius: 0;
|
1570
|
-
}
|
1571
|
-
|
1572
|
-
.input-group-addon,
|
1573
|
-
.input-group-btn {
|
1574
|
-
width: 1%;
|
1575
|
-
white-space: nowrap;
|
1576
|
-
vertical-align: middle;
|
1577
|
-
}
|
1578
|
-
|
1579
|
-
.input-group-addon {
|
1580
|
-
padding: 8px 12px;
|
1581
|
-
font-size: 14px;
|
1582
|
-
font-weight: normal;
|
1583
|
-
line-height: 1.428571429;
|
1584
|
-
text-align: center;
|
1585
|
-
background-color: #eeeeee;
|
1586
|
-
border: 1px solid #cccccc;
|
1587
|
-
border-radius: 4px;
|
1588
|
-
-webkit-box-sizing: border-box;
|
1589
|
-
-moz-box-sizing: border-box;
|
1590
|
-
box-sizing: border-box;
|
1591
|
-
}
|
1592
|
-
|
1593
|
-
.input-group-addon.input-small {
|
1594
|
-
padding: 5px 10px;
|
1595
|
-
font-size: 12px;
|
1596
|
-
border-radius: 3px;
|
1597
|
-
}
|
1598
|
-
|
1599
|
-
.input-group-addon.input-large {
|
1600
|
-
padding: 14px 16px;
|
1601
|
-
font-size: 18px;
|
1602
|
-
border-radius: 6px;
|
1603
|
-
}
|
1604
|
-
|
1605
|
-
.input-group .form-control:first-child,
|
1606
|
-
.input-group-addon:first-child,
|
1607
|
-
.input-group-btn:first-child > .btn,
|
1608
|
-
.input-group-btn:first-child > .dropdown-toggle,
|
1609
|
-
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
|
1610
|
-
border-top-right-radius: 0;
|
1611
|
-
border-bottom-right-radius: 0;
|
1612
|
-
}
|
1613
|
-
|
1614
|
-
.input-group-addon:first-child {
|
1615
|
-
border-right: 0;
|
1616
|
-
}
|
1617
|
-
|
1618
|
-
.input-group .form-control:last-child,
|
1619
|
-
.input-group-addon:last-child,
|
1620
|
-
.input-group-btn:last-child > .btn,
|
1621
|
-
.input-group-btn:last-child > .dropdown-toggle,
|
1622
|
-
.input-group-btn:first-child > .btn:not(:first-child) {
|
1623
|
-
border-bottom-left-radius: 0;
|
1624
|
-
border-top-left-radius: 0;
|
1625
|
-
}
|
1626
|
-
|
1627
|
-
.input-group-addon:last-child {
|
1628
|
-
border-left: 0;
|
1629
|
-
}
|
1630
|
-
|
1631
|
-
.input-group-btn {
|
1632
|
-
position: relative;
|
1633
|
-
white-space: nowrap;
|
1634
|
-
}
|
1635
|
-
|
1636
|
-
.input-group-btn > .btn {
|
1637
|
-
position: relative;
|
1638
|
-
}
|
1639
|
-
|
1640
|
-
.input-group-btn > .btn + .btn {
|
1641
|
-
margin-left: -4px;
|
1642
|
-
}
|
1643
|
-
|
1644
|
-
.input-group-btn > .btn:hover,
|
1645
|
-
.input-group-btn > .btn:active {
|
1646
|
-
z-index: 2;
|
1647
|
-
}
|
1648
|
-
|
1649
|
-
.form-inline .form-control,
|
1650
|
-
.form-inline .radio,
|
1651
|
-
.form-inline .checkbox {
|
1652
|
-
display: inline-block;
|
1653
|
-
}
|
1654
|
-
|
1655
|
-
.form-inline .radio,
|
1656
|
-
.form-inline .checkbox {
|
1657
|
-
margin-top: 0;
|
1658
|
-
margin-bottom: 0;
|
1840
|
+
@media (min-width: 768px) {
|
1841
|
+
.form-inline .form-group {
|
1842
|
+
display: inline-block;
|
1843
|
+
margin-bottom: 0;
|
1844
|
+
vertical-align: middle;
|
1845
|
+
}
|
1846
|
+
.form-inline .form-control {
|
1847
|
+
display: inline-block;
|
1848
|
+
}
|
1849
|
+
.form-inline .radio,
|
1850
|
+
.form-inline .checkbox {
|
1851
|
+
display: inline-block;
|
1852
|
+
padding-left: 0;
|
1853
|
+
margin-top: 0;
|
1854
|
+
margin-bottom: 0;
|
1855
|
+
}
|
1856
|
+
.form-inline .radio input[type="radio"],
|
1857
|
+
.form-inline .checkbox input[type="checkbox"] {
|
1858
|
+
float: none;
|
1859
|
+
margin-left: 0;
|
1860
|
+
}
|
1659
1861
|
}
|
1660
1862
|
|
1661
|
-
.form-horizontal .control-label
|
1863
|
+
.form-horizontal .control-label,
|
1864
|
+
.form-horizontal .radio-inline,
|
1865
|
+
.form-horizontal .checkbox-inline {
|
1662
1866
|
padding-top: 6px;
|
1663
1867
|
}
|
1664
1868
|
|
@@ -1683,7 +1887,7 @@ select.input-small {
|
|
1683
1887
|
}
|
1684
1888
|
|
1685
1889
|
@media (min-width: 768px) {
|
1686
|
-
.form-horizontal .form-group {
|
1890
|
+
.container .form-horizontal .form-group {
|
1687
1891
|
margin-right: -15px;
|
1688
1892
|
margin-left: -15px;
|
1689
1893
|
}
|
@@ -1702,10 +1906,10 @@ select.input-small {
|
|
1702
1906
|
|
1703
1907
|
.btn {
|
1704
1908
|
display: inline-block;
|
1705
|
-
padding:
|
1909
|
+
padding: 6px 12px;
|
1706
1910
|
margin-bottom: 0;
|
1707
1911
|
font-size: 14px;
|
1708
|
-
font-weight:
|
1912
|
+
font-weight: bold;
|
1709
1913
|
line-height: 1.428571429;
|
1710
1914
|
text-align: center;
|
1711
1915
|
white-space: nowrap;
|
@@ -1713,6 +1917,11 @@ select.input-small {
|
|
1713
1917
|
cursor: pointer;
|
1714
1918
|
border: 1px solid transparent;
|
1715
1919
|
border-radius: 4px;
|
1920
|
+
-webkit-user-select: none;
|
1921
|
+
-moz-user-select: none;
|
1922
|
+
-ms-user-select: none;
|
1923
|
+
-o-user-select: none;
|
1924
|
+
user-select: none;
|
1716
1925
|
}
|
1717
1926
|
|
1718
1927
|
.btn:focus {
|
@@ -1723,7 +1932,7 @@ select.input-small {
|
|
1723
1932
|
|
1724
1933
|
.btn:hover,
|
1725
1934
|
.btn:focus {
|
1726
|
-
color: #
|
1935
|
+
color: #333333;
|
1727
1936
|
text-decoration: none;
|
1728
1937
|
}
|
1729
1938
|
|
@@ -1738,7 +1947,7 @@ select.input-small {
|
|
1738
1947
|
.btn[disabled],
|
1739
1948
|
fieldset[disabled] .btn {
|
1740
1949
|
pointer-events: none;
|
1741
|
-
cursor:
|
1950
|
+
cursor: not-allowed;
|
1742
1951
|
opacity: 0.65;
|
1743
1952
|
filter: alpha(opacity=65);
|
1744
1953
|
-webkit-box-shadow: none;
|
@@ -1746,17 +1955,18 @@ fieldset[disabled] .btn {
|
|
1746
1955
|
}
|
1747
1956
|
|
1748
1957
|
.btn-default {
|
1749
|
-
color: #
|
1750
|
-
background-color: #
|
1751
|
-
border-color: #
|
1958
|
+
color: #333333;
|
1959
|
+
background-color: #ffffff;
|
1960
|
+
border-color: #cccccc;
|
1752
1961
|
}
|
1753
1962
|
|
1754
1963
|
.btn-default:hover,
|
1755
1964
|
.btn-default:focus,
|
1756
1965
|
.btn-default:active,
|
1757
1966
|
.btn-default.active {
|
1758
|
-
|
1759
|
-
|
1967
|
+
color: #333333;
|
1968
|
+
background-color: #ebebeb;
|
1969
|
+
border-color: #adadad;
|
1760
1970
|
}
|
1761
1971
|
|
1762
1972
|
.btn-default.disabled,
|
@@ -1774,22 +1984,23 @@ fieldset[disabled] .btn-default:active,
|
|
1774
1984
|
.btn-default.disabled.active,
|
1775
1985
|
.btn-default[disabled].active,
|
1776
1986
|
fieldset[disabled] .btn-default.active {
|
1777
|
-
background-color: #
|
1778
|
-
border-color: #
|
1987
|
+
background-color: #ffffff;
|
1988
|
+
border-color: #cccccc;
|
1779
1989
|
}
|
1780
1990
|
|
1781
1991
|
.btn-primary {
|
1782
1992
|
color: #ffffff;
|
1783
1993
|
background-color: #428bca;
|
1784
|
-
border-color: #
|
1994
|
+
border-color: #357ebd;
|
1785
1995
|
}
|
1786
1996
|
|
1787
1997
|
.btn-primary:hover,
|
1788
1998
|
.btn-primary:focus,
|
1789
1999
|
.btn-primary:active,
|
1790
2000
|
.btn-primary.active {
|
1791
|
-
|
1792
|
-
|
2001
|
+
color: #ffffff;
|
2002
|
+
background-color: #3276b1;
|
2003
|
+
border-color: #285e8e;
|
1793
2004
|
}
|
1794
2005
|
|
1795
2006
|
.btn-primary.disabled,
|
@@ -1808,21 +2019,22 @@ fieldset[disabled] .btn-primary:active,
|
|
1808
2019
|
.btn-primary[disabled].active,
|
1809
2020
|
fieldset[disabled] .btn-primary.active {
|
1810
2021
|
background-color: #428bca;
|
1811
|
-
border-color: #
|
2022
|
+
border-color: #357ebd;
|
1812
2023
|
}
|
1813
2024
|
|
1814
2025
|
.btn-warning {
|
1815
2026
|
color: #ffffff;
|
1816
2027
|
background-color: #f0ad4e;
|
1817
|
-
border-color: #
|
2028
|
+
border-color: #eea236;
|
1818
2029
|
}
|
1819
2030
|
|
1820
2031
|
.btn-warning:hover,
|
1821
2032
|
.btn-warning:focus,
|
1822
2033
|
.btn-warning:active,
|
1823
2034
|
.btn-warning.active {
|
1824
|
-
|
1825
|
-
|
2035
|
+
color: #ffffff;
|
2036
|
+
background-color: #ed9c28;
|
2037
|
+
border-color: #d58512;
|
1826
2038
|
}
|
1827
2039
|
|
1828
2040
|
.btn-warning.disabled,
|
@@ -1841,21 +2053,22 @@ fieldset[disabled] .btn-warning:active,
|
|
1841
2053
|
.btn-warning[disabled].active,
|
1842
2054
|
fieldset[disabled] .btn-warning.active {
|
1843
2055
|
background-color: #f0ad4e;
|
1844
|
-
border-color: #
|
2056
|
+
border-color: #eea236;
|
1845
2057
|
}
|
1846
2058
|
|
1847
2059
|
.btn-danger {
|
1848
2060
|
color: #ffffff;
|
1849
2061
|
background-color: #d9534f;
|
1850
|
-
border-color: #
|
2062
|
+
border-color: #d43f3a;
|
1851
2063
|
}
|
1852
2064
|
|
1853
2065
|
.btn-danger:hover,
|
1854
2066
|
.btn-danger:focus,
|
1855
2067
|
.btn-danger:active,
|
1856
2068
|
.btn-danger.active {
|
1857
|
-
|
1858
|
-
|
2069
|
+
color: #ffffff;
|
2070
|
+
background-color: #d2322d;
|
2071
|
+
border-color: #ac2925;
|
1859
2072
|
}
|
1860
2073
|
|
1861
2074
|
.btn-danger.disabled,
|
@@ -1874,21 +2087,22 @@ fieldset[disabled] .btn-danger:active,
|
|
1874
2087
|
.btn-danger[disabled].active,
|
1875
2088
|
fieldset[disabled] .btn-danger.active {
|
1876
2089
|
background-color: #d9534f;
|
1877
|
-
border-color: #
|
2090
|
+
border-color: #d43f3a;
|
1878
2091
|
}
|
1879
2092
|
|
1880
2093
|
.btn-success {
|
1881
2094
|
color: #ffffff;
|
1882
2095
|
background-color: #5cb85c;
|
1883
|
-
border-color: #
|
2096
|
+
border-color: #4cae4c;
|
1884
2097
|
}
|
1885
2098
|
|
1886
2099
|
.btn-success:hover,
|
1887
2100
|
.btn-success:focus,
|
1888
2101
|
.btn-success:active,
|
1889
2102
|
.btn-success.active {
|
1890
|
-
|
1891
|
-
|
2103
|
+
color: #ffffff;
|
2104
|
+
background-color: #47a447;
|
2105
|
+
border-color: #398439;
|
1892
2106
|
}
|
1893
2107
|
|
1894
2108
|
.btn-success.disabled,
|
@@ -1907,21 +2121,22 @@ fieldset[disabled] .btn-success:active,
|
|
1907
2121
|
.btn-success[disabled].active,
|
1908
2122
|
fieldset[disabled] .btn-success.active {
|
1909
2123
|
background-color: #5cb85c;
|
1910
|
-
border-color: #
|
2124
|
+
border-color: #4cae4c;
|
1911
2125
|
}
|
1912
2126
|
|
1913
2127
|
.btn-info {
|
1914
2128
|
color: #ffffff;
|
1915
2129
|
background-color: #5bc0de;
|
1916
|
-
border-color: #
|
2130
|
+
border-color: #46b8da;
|
1917
2131
|
}
|
1918
2132
|
|
1919
2133
|
.btn-info:hover,
|
1920
2134
|
.btn-info:focus,
|
1921
2135
|
.btn-info:active,
|
1922
2136
|
.btn-info.active {
|
1923
|
-
|
1924
|
-
|
2137
|
+
color: #ffffff;
|
2138
|
+
background-color: #39b3d7;
|
2139
|
+
border-color: #269abc;
|
1925
2140
|
}
|
1926
2141
|
|
1927
2142
|
.btn-info.disabled,
|
@@ -1940,7 +2155,7 @@ fieldset[disabled] .btn-info:active,
|
|
1940
2155
|
.btn-info[disabled].active,
|
1941
2156
|
fieldset[disabled] .btn-info.active {
|
1942
2157
|
background-color: #5bc0de;
|
1943
|
-
border-color: #
|
2158
|
+
border-color: #46b8da;
|
1944
2159
|
}
|
1945
2160
|
|
1946
2161
|
.btn-link {
|
@@ -1977,23 +2192,29 @@ fieldset[disabled] .btn-link {
|
|
1977
2192
|
fieldset[disabled] .btn-link:hover,
|
1978
2193
|
.btn-link[disabled]:focus,
|
1979
2194
|
fieldset[disabled] .btn-link:focus {
|
1980
|
-
color: #
|
2195
|
+
color: #999999;
|
1981
2196
|
text-decoration: none;
|
1982
2197
|
}
|
1983
2198
|
|
1984
|
-
.btn-
|
1985
|
-
padding:
|
2199
|
+
.btn-lg {
|
2200
|
+
padding: 10px 16px;
|
1986
2201
|
font-size: 18px;
|
2202
|
+
line-height: 1.33;
|
1987
2203
|
border-radius: 6px;
|
1988
2204
|
}
|
1989
2205
|
|
1990
|
-
.btn-
|
2206
|
+
.btn-sm,
|
2207
|
+
.btn-xs {
|
1991
2208
|
padding: 5px 10px;
|
1992
2209
|
font-size: 12px;
|
1993
2210
|
line-height: 1.5;
|
1994
2211
|
border-radius: 3px;
|
1995
2212
|
}
|
1996
2213
|
|
2214
|
+
.btn-xs {
|
2215
|
+
padding: 3px 5px;
|
2216
|
+
}
|
2217
|
+
|
1997
2218
|
.btn-block {
|
1998
2219
|
display: block;
|
1999
2220
|
width: 100%;
|
@@ -2037,109 +2258,260 @@ input[type="button"].btn-block {
|
|
2037
2258
|
transition: height 0.35s ease;
|
2038
2259
|
}
|
2039
2260
|
|
2040
|
-
.
|
2041
|
-
|
2042
|
-
|
2043
|
-
|
2044
|
-
margin-left: 2px;
|
2045
|
-
vertical-align: middle;
|
2046
|
-
border-top: 4px solid #000000;
|
2047
|
-
border-right: 4px solid transparent;
|
2048
|
-
border-left: 4px solid transparent;
|
2049
|
-
content: "";
|
2261
|
+
.input-group {
|
2262
|
+
position: relative;
|
2263
|
+
display: table;
|
2264
|
+
border-collapse: separate;
|
2050
2265
|
}
|
2051
2266
|
|
2052
|
-
.
|
2053
|
-
|
2054
|
-
|
2055
|
-
left: 0;
|
2056
|
-
z-index: 1000;
|
2057
|
-
display: none;
|
2058
|
-
float: left;
|
2059
|
-
min-width: 160px;
|
2060
|
-
padding: 5px 0;
|
2061
|
-
margin: 2px 0 0;
|
2062
|
-
list-style: none;
|
2063
|
-
background-color: #ffffff;
|
2064
|
-
border: 1px solid #cccccc;
|
2065
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
2066
|
-
border-radius: 4px;
|
2067
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
2068
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
2069
|
-
background-clip: padding-box;
|
2267
|
+
.input-group.col {
|
2268
|
+
float: none;
|
2269
|
+
padding-right: 0;
|
2270
|
+
padding-left: 0;
|
2070
2271
|
}
|
2071
2272
|
|
2072
|
-
.
|
2073
|
-
|
2074
|
-
|
2273
|
+
.input-group .form-control {
|
2274
|
+
width: 100%;
|
2275
|
+
margin-bottom: 0;
|
2075
2276
|
}
|
2076
2277
|
|
2077
|
-
.
|
2078
|
-
|
2079
|
-
|
2080
|
-
|
2081
|
-
|
2278
|
+
.input-group-lg > .form-control,
|
2279
|
+
.input-group-lg > .input-group-addon,
|
2280
|
+
.input-group-lg > .input-group-btn > .btn {
|
2281
|
+
height: 45px;
|
2282
|
+
padding: 10px 16px;
|
2283
|
+
font-size: 18px;
|
2284
|
+
line-height: 1.33;
|
2285
|
+
border-radius: 6px;
|
2082
2286
|
}
|
2083
2287
|
|
2084
|
-
.
|
2085
|
-
|
2086
|
-
|
2087
|
-
|
2088
|
-
|
2089
|
-
line-height: 1.428571429;
|
2090
|
-
color: #333333;
|
2091
|
-
white-space: nowrap;
|
2288
|
+
select.input-group-lg > .form-control,
|
2289
|
+
select.input-group-lg > .input-group-addon,
|
2290
|
+
select.input-group-lg > .input-group-btn > .btn {
|
2291
|
+
height: 45px;
|
2292
|
+
line-height: 45px;
|
2092
2293
|
}
|
2093
2294
|
|
2094
|
-
.
|
2095
|
-
.
|
2096
|
-
|
2097
|
-
|
2098
|
-
background-color: #357ebd;
|
2099
|
-
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
|
2100
|
-
background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
|
2101
|
-
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
2102
|
-
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
2103
|
-
background-repeat: repeat-x;
|
2104
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
2295
|
+
textarea.input-group-lg > .form-control,
|
2296
|
+
textarea.input-group-lg > .input-group-addon,
|
2297
|
+
textarea.input-group-lg > .input-group-btn > .btn {
|
2298
|
+
height: auto;
|
2105
2299
|
}
|
2106
2300
|
|
2107
|
-
.
|
2108
|
-
.
|
2109
|
-
.
|
2110
|
-
|
2111
|
-
|
2112
|
-
|
2113
|
-
|
2114
|
-
|
2115
|
-
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
2116
|
-
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
2117
|
-
background-repeat: repeat-x;
|
2118
|
-
outline: 0;
|
2119
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
|
2301
|
+
.input-group-sm > .form-control,
|
2302
|
+
.input-group-sm > .input-group-addon,
|
2303
|
+
.input-group-sm > .input-group-btn > .btn {
|
2304
|
+
height: 30px;
|
2305
|
+
padding: 5px 10px;
|
2306
|
+
font-size: 12px;
|
2307
|
+
line-height: 1.5;
|
2308
|
+
border-radius: 3px;
|
2120
2309
|
}
|
2121
2310
|
|
2122
|
-
.
|
2123
|
-
.
|
2124
|
-
.
|
2125
|
-
|
2311
|
+
select.input-group-sm > .form-control,
|
2312
|
+
select.input-group-sm > .input-group-addon,
|
2313
|
+
select.input-group-sm > .input-group-btn > .btn {
|
2314
|
+
height: 30px;
|
2315
|
+
line-height: 30px;
|
2126
2316
|
}
|
2127
2317
|
|
2128
|
-
.
|
2129
|
-
.
|
2130
|
-
|
2131
|
-
|
2132
|
-
background-color: transparent;
|
2133
|
-
background-image: none;
|
2134
|
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
2318
|
+
textarea.input-group-sm > .form-control,
|
2319
|
+
textarea.input-group-sm > .input-group-addon,
|
2320
|
+
textarea.input-group-sm > .input-group-btn > .btn {
|
2321
|
+
height: auto;
|
2135
2322
|
}
|
2136
2323
|
|
2137
|
-
.
|
2138
|
-
|
2324
|
+
.input-group-addon,
|
2325
|
+
.input-group-btn,
|
2326
|
+
.input-group .form-control {
|
2327
|
+
display: table-cell;
|
2139
2328
|
}
|
2140
2329
|
|
2141
|
-
.
|
2142
|
-
|
2330
|
+
.input-group-addon:not(:first-child):not(:last-child),
|
2331
|
+
.input-group-btn:not(:first-child):not(:last-child),
|
2332
|
+
.input-group .form-control:not(:first-child):not(:last-child) {
|
2333
|
+
border-radius: 0;
|
2334
|
+
}
|
2335
|
+
|
2336
|
+
.input-group-addon,
|
2337
|
+
.input-group-btn {
|
2338
|
+
width: 1%;
|
2339
|
+
white-space: nowrap;
|
2340
|
+
vertical-align: middle;
|
2341
|
+
}
|
2342
|
+
|
2343
|
+
.input-group-addon {
|
2344
|
+
padding: 6px 12px;
|
2345
|
+
font-size: 14px;
|
2346
|
+
font-weight: normal;
|
2347
|
+
line-height: 1;
|
2348
|
+
text-align: center;
|
2349
|
+
background-color: #eeeeee;
|
2350
|
+
border: 1px solid #cccccc;
|
2351
|
+
border-radius: 4px;
|
2352
|
+
}
|
2353
|
+
|
2354
|
+
.input-group-addon.input-sm {
|
2355
|
+
padding: 5px 10px;
|
2356
|
+
font-size: 12px;
|
2357
|
+
border-radius: 3px;
|
2358
|
+
}
|
2359
|
+
|
2360
|
+
.input-group-addon.input-lg {
|
2361
|
+
padding: 10px 16px;
|
2362
|
+
font-size: 18px;
|
2363
|
+
border-radius: 6px;
|
2364
|
+
}
|
2365
|
+
|
2366
|
+
.input-group-addon input[type="radio"],
|
2367
|
+
.input-group-addon input[type="checkbox"] {
|
2368
|
+
margin-top: 0;
|
2369
|
+
}
|
2370
|
+
|
2371
|
+
.input-group .form-control:first-child,
|
2372
|
+
.input-group-addon:first-child,
|
2373
|
+
.input-group-btn:first-child > .btn,
|
2374
|
+
.input-group-btn:first-child > .dropdown-toggle,
|
2375
|
+
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
|
2376
|
+
border-top-right-radius: 0;
|
2377
|
+
border-bottom-right-radius: 0;
|
2378
|
+
}
|
2379
|
+
|
2380
|
+
.input-group-addon:first-child {
|
2381
|
+
border-right: 0;
|
2382
|
+
}
|
2383
|
+
|
2384
|
+
.input-group .form-control:last-child,
|
2385
|
+
.input-group-addon:last-child,
|
2386
|
+
.input-group-btn:last-child > .btn,
|
2387
|
+
.input-group-btn:last-child > .dropdown-toggle,
|
2388
|
+
.input-group-btn:first-child > .btn:not(:first-child) {
|
2389
|
+
border-bottom-left-radius: 0;
|
2390
|
+
border-top-left-radius: 0;
|
2391
|
+
}
|
2392
|
+
|
2393
|
+
.input-group-addon:last-child {
|
2394
|
+
border-left: 0;
|
2395
|
+
}
|
2396
|
+
|
2397
|
+
.input-group-btn {
|
2398
|
+
position: relative;
|
2399
|
+
white-space: nowrap;
|
2400
|
+
}
|
2401
|
+
|
2402
|
+
.input-group-btn > .btn {
|
2403
|
+
position: relative;
|
2404
|
+
}
|
2405
|
+
|
2406
|
+
.input-group-btn > .btn + .btn {
|
2407
|
+
margin-left: -4px;
|
2408
|
+
}
|
2409
|
+
|
2410
|
+
.input-group-btn > .btn:hover,
|
2411
|
+
.input-group-btn > .btn:active {
|
2412
|
+
z-index: 2;
|
2413
|
+
}
|
2414
|
+
|
2415
|
+
.caret {
|
2416
|
+
display: inline-block;
|
2417
|
+
width: 0;
|
2418
|
+
height: 0;
|
2419
|
+
margin-left: 2px;
|
2420
|
+
vertical-align: middle;
|
2421
|
+
border-top: 4px solid #000000;
|
2422
|
+
border-right: 4px solid transparent;
|
2423
|
+
border-left: 4px solid transparent;
|
2424
|
+
content: "";
|
2425
|
+
}
|
2426
|
+
|
2427
|
+
.dropdown {
|
2428
|
+
position: relative;
|
2429
|
+
}
|
2430
|
+
|
2431
|
+
.dropdown-toggle:focus {
|
2432
|
+
outline: 0;
|
2433
|
+
}
|
2434
|
+
|
2435
|
+
.dropdown-menu {
|
2436
|
+
position: absolute;
|
2437
|
+
top: 100%;
|
2438
|
+
left: 0;
|
2439
|
+
z-index: 1000;
|
2440
|
+
display: none;
|
2441
|
+
float: left;
|
2442
|
+
min-width: 160px;
|
2443
|
+
padding: 5px 0;
|
2444
|
+
margin: 2px 0 0;
|
2445
|
+
font-size: 14px;
|
2446
|
+
list-style: none;
|
2447
|
+
background-color: #ffffff;
|
2448
|
+
border: 1px solid #cccccc;
|
2449
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
2450
|
+
border-radius: 4px;
|
2451
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
2452
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
2453
|
+
background-clip: padding-box;
|
2454
|
+
}
|
2455
|
+
|
2456
|
+
.dropdown-menu.pull-right {
|
2457
|
+
right: 0;
|
2458
|
+
left: auto;
|
2459
|
+
}
|
2460
|
+
|
2461
|
+
.dropdown-menu .divider {
|
2462
|
+
height: 1px;
|
2463
|
+
margin: 9px 0;
|
2464
|
+
overflow: hidden;
|
2465
|
+
background-color: #e5e5e5;
|
2466
|
+
}
|
2467
|
+
|
2468
|
+
.dropdown-menu > li > a {
|
2469
|
+
display: block;
|
2470
|
+
padding: 3px 20px;
|
2471
|
+
clear: both;
|
2472
|
+
font-weight: normal;
|
2473
|
+
line-height: 1.428571429;
|
2474
|
+
color: #333333;
|
2475
|
+
white-space: nowrap;
|
2476
|
+
}
|
2477
|
+
|
2478
|
+
.dropdown-menu > li > a:hover,
|
2479
|
+
.dropdown-menu > li > a:focus {
|
2480
|
+
color: #ffffff;
|
2481
|
+
text-decoration: none;
|
2482
|
+
background-color: #428bca;
|
2483
|
+
}
|
2484
|
+
|
2485
|
+
.dropdown-menu > .active > a,
|
2486
|
+
.dropdown-menu > .active > a:hover,
|
2487
|
+
.dropdown-menu > .active > a:focus {
|
2488
|
+
color: #ffffff;
|
2489
|
+
text-decoration: none;
|
2490
|
+
background-color: #428bca;
|
2491
|
+
outline: 0;
|
2492
|
+
}
|
2493
|
+
|
2494
|
+
.dropdown-menu > .disabled > a,
|
2495
|
+
.dropdown-menu > .disabled > a:hover,
|
2496
|
+
.dropdown-menu > .disabled > a:focus {
|
2497
|
+
color: #999999;
|
2498
|
+
}
|
2499
|
+
|
2500
|
+
.dropdown-menu > .disabled > a:hover,
|
2501
|
+
.dropdown-menu > .disabled > a:focus {
|
2502
|
+
text-decoration: none;
|
2503
|
+
cursor: not-allowed;
|
2504
|
+
background-color: transparent;
|
2505
|
+
background-image: none;
|
2506
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
2507
|
+
}
|
2508
|
+
|
2509
|
+
.open > .dropdown-menu {
|
2510
|
+
display: block;
|
2511
|
+
}
|
2512
|
+
|
2513
|
+
.open > a {
|
2514
|
+
outline: 0;
|
2143
2515
|
}
|
2144
2516
|
|
2145
2517
|
.dropdown-header {
|
@@ -2181,14 +2553,14 @@ input[type="button"].btn-block {
|
|
2181
2553
|
.list-group {
|
2182
2554
|
padding-left: 0;
|
2183
2555
|
margin-bottom: 20px;
|
2184
|
-
background-color: #ffffff;
|
2185
2556
|
}
|
2186
2557
|
|
2187
2558
|
.list-group-item {
|
2188
2559
|
position: relative;
|
2189
2560
|
display: block;
|
2190
|
-
padding: 10px
|
2561
|
+
padding: 10px 15px;
|
2191
2562
|
margin-bottom: -1px;
|
2563
|
+
background-color: #ffffff;
|
2192
2564
|
border: 1px solid #dddddd;
|
2193
2565
|
}
|
2194
2566
|
|
@@ -2205,50 +2577,58 @@ input[type="button"].btn-block {
|
|
2205
2577
|
|
2206
2578
|
.list-group-item > .badge {
|
2207
2579
|
float: right;
|
2208
|
-
margin-right: -15px;
|
2209
2580
|
}
|
2210
2581
|
|
2211
|
-
.list-group-item
|
2212
|
-
margin-
|
2213
|
-
margin-bottom: 5px;
|
2582
|
+
.list-group-item > .badge + .badge {
|
2583
|
+
margin-right: 5px;
|
2214
2584
|
}
|
2215
2585
|
|
2216
|
-
.list-group-item
|
2217
|
-
|
2218
|
-
line-height: 1.3;
|
2586
|
+
a.list-group-item {
|
2587
|
+
color: #555555;
|
2219
2588
|
}
|
2220
2589
|
|
2221
2590
|
a.list-group-item .list-group-item-heading {
|
2222
2591
|
color: #333333;
|
2223
2592
|
}
|
2224
2593
|
|
2225
|
-
a.list-group-item .list-group-item-text {
|
2226
|
-
color: #555555;
|
2227
|
-
}
|
2228
|
-
|
2229
2594
|
a.list-group-item:hover,
|
2230
2595
|
a.list-group-item:focus {
|
2231
2596
|
text-decoration: none;
|
2232
2597
|
background-color: #f5f5f5;
|
2233
2598
|
}
|
2234
2599
|
|
2235
|
-
|
2600
|
+
.list-group-item.active,
|
2601
|
+
.list-group-item.active:hover,
|
2602
|
+
.list-group-item.active:focus {
|
2236
2603
|
z-index: 2;
|
2237
2604
|
color: #ffffff;
|
2238
2605
|
background-color: #428bca;
|
2239
2606
|
border-color: #428bca;
|
2240
2607
|
}
|
2241
2608
|
|
2242
|
-
|
2609
|
+
.list-group-item.active .list-group-item-heading,
|
2610
|
+
.list-group-item.active:hover .list-group-item-heading,
|
2611
|
+
.list-group-item.active:focus .list-group-item-heading {
|
2243
2612
|
color: inherit;
|
2244
2613
|
}
|
2245
2614
|
|
2246
|
-
|
2615
|
+
.list-group-item.active .list-group-item-text,
|
2616
|
+
.list-group-item.active:hover .list-group-item-text,
|
2617
|
+
.list-group-item.active:focus .list-group-item-text {
|
2247
2618
|
color: #e1edf7;
|
2248
2619
|
}
|
2249
2620
|
|
2621
|
+
.list-group-item-heading {
|
2622
|
+
margin-top: 0;
|
2623
|
+
margin-bottom: 5px;
|
2624
|
+
}
|
2625
|
+
|
2626
|
+
.list-group-item-text {
|
2627
|
+
margin-bottom: 0;
|
2628
|
+
line-height: 1.3;
|
2629
|
+
}
|
2630
|
+
|
2250
2631
|
.panel {
|
2251
|
-
padding: 15px;
|
2252
2632
|
margin-bottom: 20px;
|
2253
2633
|
background-color: #ffffff;
|
2254
2634
|
border: 1px solid #dddddd;
|
@@ -2257,9 +2637,33 @@ a.list-group-item.active .list-group-item-text {
|
|
2257
2637
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
2258
2638
|
}
|
2259
2639
|
|
2640
|
+
.panel-body {
|
2641
|
+
padding: 15px;
|
2642
|
+
}
|
2643
|
+
|
2644
|
+
.panel .list-group {
|
2645
|
+
margin-bottom: 0;
|
2646
|
+
}
|
2647
|
+
|
2648
|
+
.panel .list-group .list-group-item {
|
2649
|
+
border-width: 1px 0;
|
2650
|
+
}
|
2651
|
+
|
2652
|
+
.panel .list-group .list-group-item:first-child {
|
2653
|
+
border-top-right-radius: 0;
|
2654
|
+
border-top-left-radius: 0;
|
2655
|
+
}
|
2656
|
+
|
2657
|
+
.panel .list-group .list-group-item:last-child {
|
2658
|
+
border-bottom: 0;
|
2659
|
+
}
|
2660
|
+
|
2661
|
+
.panel-heading + .list-group .list-group-item:first-child {
|
2662
|
+
border-top-width: 0;
|
2663
|
+
}
|
2664
|
+
|
2260
2665
|
.panel-heading {
|
2261
2666
|
padding: 10px 15px;
|
2262
|
-
margin: -15px -15px 15px;
|
2263
2667
|
background-color: #f5f5f5;
|
2264
2668
|
border-bottom: 1px solid #dddddd;
|
2265
2669
|
border-top-right-radius: 3px;
|
@@ -2270,83 +2674,134 @@ a.list-group-item.active .list-group-item-text {
|
|
2270
2674
|
margin-top: 0;
|
2271
2675
|
margin-bottom: 0;
|
2272
2676
|
font-size: 17.5px;
|
2273
|
-
|
2677
|
+
}
|
2678
|
+
|
2679
|
+
.panel-title > a {
|
2680
|
+
color: inherit;
|
2274
2681
|
}
|
2275
2682
|
|
2276
2683
|
.panel-footer {
|
2277
2684
|
padding: 10px 15px;
|
2278
|
-
margin: 15px -15px -15px;
|
2279
2685
|
background-color: #f5f5f5;
|
2280
2686
|
border-top: 1px solid #dddddd;
|
2281
2687
|
border-bottom-right-radius: 3px;
|
2282
2688
|
border-bottom-left-radius: 3px;
|
2283
2689
|
}
|
2284
2690
|
|
2691
|
+
.panel-group .panel {
|
2692
|
+
margin-bottom: 0;
|
2693
|
+
overflow: hidden;
|
2694
|
+
border-radius: 4px;
|
2695
|
+
}
|
2696
|
+
|
2697
|
+
.panel-group .panel + .panel {
|
2698
|
+
margin-top: 5px;
|
2699
|
+
}
|
2700
|
+
|
2701
|
+
.panel-group .panel-heading {
|
2702
|
+
border-bottom: 0;
|
2703
|
+
}
|
2704
|
+
|
2705
|
+
.panel-group .panel-heading + .panel-collapse .panel-body {
|
2706
|
+
border-top: 1px solid #dddddd;
|
2707
|
+
}
|
2708
|
+
|
2709
|
+
.panel-group .panel-footer {
|
2710
|
+
border-top: 0;
|
2711
|
+
}
|
2712
|
+
|
2713
|
+
.panel-group .panel-footer + .panel-collapse .panel-body {
|
2714
|
+
border-bottom: 1px solid #dddddd;
|
2715
|
+
}
|
2716
|
+
|
2285
2717
|
.panel-primary {
|
2286
2718
|
border-color: #428bca;
|
2287
2719
|
}
|
2288
2720
|
|
2289
|
-
.panel-primary .panel-heading {
|
2721
|
+
.panel-primary > .panel-heading {
|
2290
2722
|
color: #ffffff;
|
2291
2723
|
background-color: #428bca;
|
2292
2724
|
border-color: #428bca;
|
2293
2725
|
}
|
2294
2726
|
|
2727
|
+
.panel-primary > .panel-heading + .panel-collapse .panel-body {
|
2728
|
+
border-top-color: #428bca;
|
2729
|
+
}
|
2730
|
+
|
2731
|
+
.panel-primary > .panel-footer + .panel-collapse .panel-body {
|
2732
|
+
border-bottom-color: #428bca;
|
2733
|
+
}
|
2734
|
+
|
2295
2735
|
.panel-success {
|
2296
2736
|
border-color: #d6e9c6;
|
2297
2737
|
}
|
2298
2738
|
|
2299
|
-
.panel-success .panel-heading {
|
2739
|
+
.panel-success > .panel-heading {
|
2300
2740
|
color: #468847;
|
2301
2741
|
background-color: #dff0d8;
|
2302
2742
|
border-color: #d6e9c6;
|
2303
2743
|
}
|
2304
2744
|
|
2745
|
+
.panel-success > .panel-heading + .panel-collapse .panel-body {
|
2746
|
+
border-top-color: #d6e9c6;
|
2747
|
+
}
|
2748
|
+
|
2749
|
+
.panel-success > .panel-footer + .panel-collapse .panel-body {
|
2750
|
+
border-bottom-color: #d6e9c6;
|
2751
|
+
}
|
2752
|
+
|
2305
2753
|
.panel-warning {
|
2306
2754
|
border-color: #fbeed5;
|
2307
2755
|
}
|
2308
2756
|
|
2309
|
-
.panel-warning .panel-heading {
|
2757
|
+
.panel-warning > .panel-heading {
|
2310
2758
|
color: #c09853;
|
2311
2759
|
background-color: #fcf8e3;
|
2312
2760
|
border-color: #fbeed5;
|
2313
2761
|
}
|
2314
2762
|
|
2763
|
+
.panel-warning > .panel-heading + .panel-collapse .panel-body {
|
2764
|
+
border-top-color: #fbeed5;
|
2765
|
+
}
|
2766
|
+
|
2767
|
+
.panel-warning > .panel-footer + .panel-collapse .panel-body {
|
2768
|
+
border-bottom-color: #fbeed5;
|
2769
|
+
}
|
2770
|
+
|
2315
2771
|
.panel-danger {
|
2316
2772
|
border-color: #eed3d7;
|
2317
2773
|
}
|
2318
2774
|
|
2319
|
-
.panel-danger .panel-heading {
|
2775
|
+
.panel-danger > .panel-heading {
|
2320
2776
|
color: #b94a48;
|
2321
2777
|
background-color: #f2dede;
|
2322
2778
|
border-color: #eed3d7;
|
2323
2779
|
}
|
2324
2780
|
|
2325
|
-
.panel-
|
2326
|
-
border-color: #
|
2781
|
+
.panel-danger > .panel-heading + .panel-collapse .panel-body {
|
2782
|
+
border-top-color: #eed3d7;
|
2327
2783
|
}
|
2328
2784
|
|
2329
|
-
.panel-
|
2330
|
-
color: #
|
2331
|
-
background-color: #d9edf7;
|
2332
|
-
border-color: #bce8f1;
|
2785
|
+
.panel-danger > .panel-footer + .panel-collapse .panel-body {
|
2786
|
+
border-bottom-color: #eed3d7;
|
2333
2787
|
}
|
2334
2788
|
|
2335
|
-
.
|
2336
|
-
|
2789
|
+
.panel-info {
|
2790
|
+
border-color: #bce8f1;
|
2337
2791
|
}
|
2338
2792
|
|
2339
|
-
.
|
2340
|
-
|
2793
|
+
.panel-info > .panel-heading {
|
2794
|
+
color: #3a87ad;
|
2795
|
+
background-color: #d9edf7;
|
2796
|
+
border-color: #bce8f1;
|
2341
2797
|
}
|
2342
2798
|
|
2343
|
-
.
|
2344
|
-
border-top-
|
2345
|
-
border-top-left-radius: 0;
|
2799
|
+
.panel-info > .panel-heading + .panel-collapse .panel-body {
|
2800
|
+
border-top-color: #bce8f1;
|
2346
2801
|
}
|
2347
2802
|
|
2348
|
-
.
|
2349
|
-
border-bottom:
|
2803
|
+
.panel-info > .panel-footer + .panel-collapse .panel-body {
|
2804
|
+
border-bottom-color: #bce8f1;
|
2350
2805
|
}
|
2351
2806
|
|
2352
2807
|
.well {
|
@@ -2365,12 +2820,12 @@ a.list-group-item.active .list-group-item-text {
|
|
2365
2820
|
border-color: rgba(0, 0, 0, 0.15);
|
2366
2821
|
}
|
2367
2822
|
|
2368
|
-
.well-
|
2823
|
+
.well-lg {
|
2369
2824
|
padding: 24px;
|
2370
2825
|
border-radius: 6px;
|
2371
2826
|
}
|
2372
2827
|
|
2373
|
-
.well-
|
2828
|
+
.well-sm {
|
2374
2829
|
padding: 9px;
|
2375
2830
|
border-radius: 3px;
|
2376
2831
|
}
|
@@ -2458,10 +2913,6 @@ button.close {
|
|
2458
2913
|
background-color: transparent;
|
2459
2914
|
}
|
2460
2915
|
|
2461
|
-
.nav > li + .nav-header {
|
2462
|
-
margin-top: 9px;
|
2463
|
-
}
|
2464
|
-
|
2465
2916
|
.nav.open > a,
|
2466
2917
|
.nav.open > a:hover,
|
2467
2918
|
.nav.open > a:focus {
|
@@ -2477,10 +2928,6 @@ button.close {
|
|
2477
2928
|
border-bottom-color: #ffffff;
|
2478
2929
|
}
|
2479
2930
|
|
2480
|
-
.nav > .pull-right {
|
2481
|
-
float: right;
|
2482
|
-
}
|
2483
|
-
|
2484
2931
|
.nav .nav-divider {
|
2485
2932
|
height: 1px;
|
2486
2933
|
margin: 9px 0;
|
@@ -2488,6 +2935,10 @@ button.close {
|
|
2488
2935
|
background-color: #e5e5e5;
|
2489
2936
|
}
|
2490
2937
|
|
2938
|
+
.nav > li > a > img {
|
2939
|
+
max-width: none;
|
2940
|
+
}
|
2941
|
+
|
2491
2942
|
.nav-tabs {
|
2492
2943
|
border-bottom: 1px solid #dddddd;
|
2493
2944
|
}
|
@@ -2565,7 +3016,7 @@ button.close {
|
|
2565
3016
|
float: none;
|
2566
3017
|
}
|
2567
3018
|
|
2568
|
-
.nav-stacked > li + li
|
3019
|
+
.nav-stacked > li + li {
|
2569
3020
|
margin-top: 2px;
|
2570
3021
|
margin-left: 0;
|
2571
3022
|
}
|
@@ -2646,11 +3097,9 @@ button.close {
|
|
2646
3097
|
.navbar {
|
2647
3098
|
position: relative;
|
2648
3099
|
min-height: 50px;
|
2649
|
-
padding-right: 15px;
|
2650
|
-
padding-left: 15px;
|
2651
3100
|
margin-bottom: 20px;
|
2652
|
-
background-color: #
|
2653
|
-
border
|
3101
|
+
background-color: #f8f8f8;
|
3102
|
+
border: 1px solid #e7e7e7;
|
2654
3103
|
}
|
2655
3104
|
|
2656
3105
|
.navbar:before,
|
@@ -2673,45 +3122,95 @@ button.close {
|
|
2673
3122
|
clear: both;
|
2674
3123
|
}
|
2675
3124
|
|
2676
|
-
|
2677
|
-
|
2678
|
-
|
3125
|
+
@media (min-width: 768px) {
|
3126
|
+
.navbar {
|
3127
|
+
border-radius: 4px;
|
3128
|
+
}
|
2679
3129
|
}
|
2680
3130
|
|
2681
|
-
.navbar-
|
2682
|
-
padding-
|
2683
|
-
padding-
|
2684
|
-
line-height: 20px;
|
2685
|
-
color: #777777;
|
2686
|
-
border-radius: 4px;
|
3131
|
+
.navbar-header {
|
3132
|
+
padding-right: 15px;
|
3133
|
+
padding-left: 15px;
|
2687
3134
|
}
|
2688
3135
|
|
2689
|
-
.navbar-
|
2690
|
-
.navbar-
|
2691
|
-
|
2692
|
-
|
3136
|
+
.navbar-header:before,
|
3137
|
+
.navbar-header:after {
|
3138
|
+
display: table;
|
3139
|
+
content: " ";
|
2693
3140
|
}
|
2694
3141
|
|
2695
|
-
.navbar-
|
2696
|
-
|
2697
|
-
.navbar-nav > .active > a:focus {
|
2698
|
-
color: #555555;
|
2699
|
-
background-color: #d5d5d5;
|
3142
|
+
.navbar-header:after {
|
3143
|
+
clear: both;
|
2700
3144
|
}
|
2701
3145
|
|
2702
|
-
.navbar-
|
2703
|
-
.navbar-
|
2704
|
-
|
2705
|
-
|
2706
|
-
background-color: transparent;
|
3146
|
+
.navbar-header:before,
|
3147
|
+
.navbar-header:after {
|
3148
|
+
display: table;
|
3149
|
+
content: " ";
|
2707
3150
|
}
|
2708
3151
|
|
2709
|
-
.navbar-
|
2710
|
-
|
3152
|
+
.navbar-header:after {
|
3153
|
+
clear: both;
|
2711
3154
|
}
|
2712
3155
|
|
2713
|
-
|
2714
|
-
|
3156
|
+
@media (min-width: 768px) {
|
3157
|
+
.navbar-header {
|
3158
|
+
float: left;
|
3159
|
+
}
|
3160
|
+
}
|
3161
|
+
|
3162
|
+
.navbar-collapse {
|
3163
|
+
max-height: 340px;
|
3164
|
+
padding-right: 15px;
|
3165
|
+
padding-left: 15px;
|
3166
|
+
overflow-x: visible;
|
3167
|
+
overflow-y: auto;
|
3168
|
+
border-top: 1px solid #e6e6e6;
|
3169
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
3170
|
+
-webkit-overflow-scrolling: touch;
|
3171
|
+
}
|
3172
|
+
|
3173
|
+
.navbar-collapse:before,
|
3174
|
+
.navbar-collapse:after {
|
3175
|
+
display: table;
|
3176
|
+
content: " ";
|
3177
|
+
}
|
3178
|
+
|
3179
|
+
.navbar-collapse:after {
|
3180
|
+
clear: both;
|
3181
|
+
}
|
3182
|
+
|
3183
|
+
.navbar-collapse:before,
|
3184
|
+
.navbar-collapse:after {
|
3185
|
+
display: table;
|
3186
|
+
content: " ";
|
3187
|
+
}
|
3188
|
+
|
3189
|
+
.navbar-collapse:after {
|
3190
|
+
clear: both;
|
3191
|
+
}
|
3192
|
+
|
3193
|
+
@media (min-width: 768px) {
|
3194
|
+
.navbar-collapse {
|
3195
|
+
width: auto;
|
3196
|
+
padding-right: 0;
|
3197
|
+
padding-left: 0;
|
3198
|
+
border-top: 0;
|
3199
|
+
box-shadow: none;
|
3200
|
+
}
|
3201
|
+
.navbar-collapse.collapse {
|
3202
|
+
display: block !important;
|
3203
|
+
height: auto !important;
|
3204
|
+
padding-bottom: 0;
|
3205
|
+
overflow: visible !important;
|
3206
|
+
}
|
3207
|
+
}
|
3208
|
+
|
3209
|
+
@media (min-width: 768px) {
|
3210
|
+
.navbar-static-top {
|
3211
|
+
border-width: 0 0 1px;
|
3212
|
+
border-radius: 0;
|
3213
|
+
}
|
2715
3214
|
}
|
2716
3215
|
|
2717
3216
|
.navbar-fixed-top,
|
@@ -2720,7 +3219,14 @@ button.close {
|
|
2720
3219
|
right: 0;
|
2721
3220
|
left: 0;
|
2722
3221
|
z-index: 1030;
|
2723
|
-
border-
|
3222
|
+
border-width: 0 0 1px;
|
3223
|
+
}
|
3224
|
+
|
3225
|
+
@media (min-width: 768px) {
|
3226
|
+
.navbar-fixed-top,
|
3227
|
+
.navbar-fixed-bottom {
|
3228
|
+
border-radius: 0;
|
3229
|
+
}
|
2724
3230
|
}
|
2725
3231
|
|
2726
3232
|
.navbar-fixed-top {
|
@@ -2733,16 +3239,12 @@ button.close {
|
|
2733
3239
|
}
|
2734
3240
|
|
2735
3241
|
.navbar-brand {
|
2736
|
-
|
2737
|
-
|
2738
|
-
padding: 15px
|
2739
|
-
margin-right: auto;
|
2740
|
-
margin-left: auto;
|
3242
|
+
float: left;
|
3243
|
+
padding-top: 15px;
|
3244
|
+
padding-bottom: 15px;
|
2741
3245
|
font-size: 18px;
|
2742
|
-
font-weight: 500;
|
2743
3246
|
line-height: 20px;
|
2744
3247
|
color: #777777;
|
2745
|
-
text-align: center;
|
2746
3248
|
}
|
2747
3249
|
|
2748
3250
|
.navbar-brand:hover,
|
@@ -2753,12 +3255,11 @@ button.close {
|
|
2753
3255
|
}
|
2754
3256
|
|
2755
3257
|
.navbar-toggle {
|
2756
|
-
position:
|
2757
|
-
|
2758
|
-
|
2759
|
-
|
2760
|
-
|
2761
|
-
padding: 8px 12px;
|
3258
|
+
position: relative;
|
3259
|
+
float: right;
|
3260
|
+
padding: 9px 10px;
|
3261
|
+
margin-top: 8px;
|
3262
|
+
margin-bottom: 8px;
|
2762
3263
|
background-color: transparent;
|
2763
3264
|
border: 1px solid #dddddd;
|
2764
3265
|
border-radius: 4px;
|
@@ -2781,21 +3282,164 @@ button.close {
|
|
2781
3282
|
margin-top: 4px;
|
2782
3283
|
}
|
2783
3284
|
|
3285
|
+
@media (min-width: 768px) {
|
3286
|
+
.navbar-toggle {
|
3287
|
+
position: relative;
|
3288
|
+
top: auto;
|
3289
|
+
left: auto;
|
3290
|
+
display: none;
|
3291
|
+
}
|
3292
|
+
}
|
3293
|
+
|
3294
|
+
.navbar-nav {
|
3295
|
+
padding-top: 7.5px;
|
3296
|
+
padding-bottom: 7.5px;
|
3297
|
+
margin-right: -15px;
|
3298
|
+
margin-left: -15px;
|
3299
|
+
}
|
3300
|
+
|
3301
|
+
.navbar-nav > li > a {
|
3302
|
+
padding-top: 10px;
|
3303
|
+
padding-bottom: 10px;
|
3304
|
+
line-height: 20px;
|
3305
|
+
color: #777777;
|
3306
|
+
}
|
3307
|
+
|
3308
|
+
.navbar-nav > li > a:hover,
|
3309
|
+
.navbar-nav > li > a:focus {
|
3310
|
+
color: #333333;
|
3311
|
+
background-color: transparent;
|
3312
|
+
}
|
3313
|
+
|
3314
|
+
.navbar-nav > .active > a,
|
3315
|
+
.navbar-nav > .active > a:hover,
|
3316
|
+
.navbar-nav > .active > a:focus {
|
3317
|
+
color: #555555;
|
3318
|
+
background-color: #e7e7e7;
|
3319
|
+
}
|
3320
|
+
|
3321
|
+
.navbar-nav > .disabled > a,
|
3322
|
+
.navbar-nav > .disabled > a:hover,
|
3323
|
+
.navbar-nav > .disabled > a:focus {
|
3324
|
+
color: #cccccc;
|
3325
|
+
background-color: transparent;
|
3326
|
+
}
|
3327
|
+
|
3328
|
+
@media (max-width: 767px) {
|
3329
|
+
.navbar-nav .open .dropdown-menu {
|
3330
|
+
position: static;
|
3331
|
+
float: none;
|
3332
|
+
width: auto;
|
3333
|
+
margin-top: 0;
|
3334
|
+
background-color: transparent;
|
3335
|
+
border: 0;
|
3336
|
+
box-shadow: none;
|
3337
|
+
}
|
3338
|
+
.navbar-nav .open .dropdown-menu > li > a,
|
3339
|
+
.navbar-nav .open .dropdown-menu .dropdown-header {
|
3340
|
+
padding: 5px 15px 5px 25px;
|
3341
|
+
}
|
3342
|
+
.navbar-nav .open .dropdown-menu > li > a {
|
3343
|
+
line-height: 20px;
|
3344
|
+
color: #777777;
|
3345
|
+
}
|
3346
|
+
.navbar-nav .open .dropdown-menu > li > a:hover,
|
3347
|
+
.navbar-nav .open .dropdown-menu > li > a:focus {
|
3348
|
+
color: #333333;
|
3349
|
+
background-color: transparent;
|
3350
|
+
background-image: none;
|
3351
|
+
}
|
3352
|
+
.navbar-nav .open .dropdown-menu > .active > a,
|
3353
|
+
.navbar-nav .open .dropdown-menu > .active > a:hover,
|
3354
|
+
.navbar-nav .open .dropdown-menu > .active > a:focus {
|
3355
|
+
color: #555555;
|
3356
|
+
background-color: #e7e7e7;
|
3357
|
+
}
|
3358
|
+
.navbar-nav .open .dropdown-menu > .disabled > a,
|
3359
|
+
.navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
3360
|
+
.navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
3361
|
+
color: #cccccc;
|
3362
|
+
background-color: transparent;
|
3363
|
+
}
|
3364
|
+
}
|
3365
|
+
|
3366
|
+
@media (min-width: 768px) {
|
3367
|
+
.navbar-nav {
|
3368
|
+
float: left;
|
3369
|
+
padding-top: 0;
|
3370
|
+
padding-bottom: 0;
|
3371
|
+
margin: 0;
|
3372
|
+
}
|
3373
|
+
.navbar-nav > li {
|
3374
|
+
float: left;
|
3375
|
+
}
|
3376
|
+
.navbar-nav > li > a {
|
3377
|
+
padding-top: 15px;
|
3378
|
+
padding-bottom: 15px;
|
3379
|
+
}
|
3380
|
+
}
|
3381
|
+
|
3382
|
+
@media (min-width: 768px) {
|
3383
|
+
.navbar-left {
|
3384
|
+
float: left !important;
|
3385
|
+
}
|
3386
|
+
.navbar-right {
|
3387
|
+
float: right !important;
|
3388
|
+
}
|
3389
|
+
.navbar-right .dropdown-menu {
|
3390
|
+
right: 0;
|
3391
|
+
left: auto;
|
3392
|
+
}
|
3393
|
+
}
|
3394
|
+
|
2784
3395
|
.navbar-form {
|
2785
|
-
|
2786
|
-
margin-
|
3396
|
+
padding: 10px 15px;
|
3397
|
+
margin-top: 8px;
|
3398
|
+
margin-right: -15px;
|
3399
|
+
margin-bottom: 8px;
|
3400
|
+
margin-left: -15px;
|
3401
|
+
border-top: 1px solid #e6e6e6;
|
3402
|
+
border-bottom: 1px solid #e6e6e6;
|
2787
3403
|
}
|
2788
3404
|
|
2789
|
-
|
2790
|
-
.navbar-form .
|
2791
|
-
|
2792
|
-
|
3405
|
+
@media (min-width: 768px) {
|
3406
|
+
.navbar-form .form-group {
|
3407
|
+
display: inline-block;
|
3408
|
+
margin-bottom: 0;
|
3409
|
+
vertical-align: middle;
|
3410
|
+
}
|
3411
|
+
.navbar-form .form-control {
|
3412
|
+
display: inline-block;
|
3413
|
+
}
|
3414
|
+
.navbar-form .radio,
|
3415
|
+
.navbar-form .checkbox {
|
3416
|
+
display: inline-block;
|
3417
|
+
padding-left: 0;
|
3418
|
+
margin-top: 0;
|
3419
|
+
margin-bottom: 0;
|
3420
|
+
}
|
3421
|
+
.navbar-form .radio input[type="radio"],
|
3422
|
+
.navbar-form .checkbox input[type="checkbox"] {
|
3423
|
+
float: none;
|
3424
|
+
margin-left: 0;
|
3425
|
+
}
|
2793
3426
|
}
|
2794
3427
|
|
2795
|
-
|
2796
|
-
.navbar-form .
|
2797
|
-
|
2798
|
-
|
3428
|
+
@media (max-width: 767px) {
|
3429
|
+
.navbar-form .form-group {
|
3430
|
+
margin-bottom: 5px;
|
3431
|
+
}
|
3432
|
+
}
|
3433
|
+
|
3434
|
+
@media (min-width: 768px) {
|
3435
|
+
.navbar-form {
|
3436
|
+
width: auto;
|
3437
|
+
padding-top: 0;
|
3438
|
+
padding-bottom: 0;
|
3439
|
+
margin-right: 0;
|
3440
|
+
margin-left: 0;
|
3441
|
+
border: 0;
|
3442
|
+
}
|
2799
3443
|
}
|
2800
3444
|
|
2801
3445
|
.navbar-nav > li > .dropdown-menu {
|
@@ -2819,7 +3463,7 @@ button.close {
|
|
2819
3463
|
.navbar-nav > .open > a:hover,
|
2820
3464
|
.navbar-nav > .open > a:focus {
|
2821
3465
|
color: #555555;
|
2822
|
-
background-color: #
|
3466
|
+
background-color: #e7e7e7;
|
2823
3467
|
}
|
2824
3468
|
|
2825
3469
|
.navbar-nav > .open > a .caret,
|
@@ -2840,8 +3484,29 @@ button.close {
|
|
2840
3484
|
left: auto;
|
2841
3485
|
}
|
2842
3486
|
|
3487
|
+
.navbar-btn {
|
3488
|
+
margin-top: 8px;
|
3489
|
+
margin-bottom: 8px;
|
3490
|
+
}
|
3491
|
+
|
3492
|
+
.navbar-text {
|
3493
|
+
float: left;
|
3494
|
+
margin-top: 15px;
|
3495
|
+
margin-bottom: 15px;
|
3496
|
+
color: #777777;
|
3497
|
+
}
|
3498
|
+
|
3499
|
+
.navbar-link {
|
3500
|
+
color: #777777;
|
3501
|
+
}
|
3502
|
+
|
3503
|
+
.navbar-link:hover {
|
3504
|
+
color: #333333;
|
3505
|
+
}
|
3506
|
+
|
2843
3507
|
.navbar-inverse {
|
2844
3508
|
background-color: #222222;
|
3509
|
+
border-color: #080808;
|
2845
3510
|
}
|
2846
3511
|
|
2847
3512
|
.navbar-inverse .navbar-brand {
|
@@ -2895,6 +3560,10 @@ button.close {
|
|
2895
3560
|
background-color: #ffffff;
|
2896
3561
|
}
|
2897
3562
|
|
3563
|
+
.navbar-inverse .navbar-collapse {
|
3564
|
+
border-top-color: #101010;
|
3565
|
+
}
|
3566
|
+
|
2898
3567
|
.navbar-inverse .navbar-nav > .open > a,
|
2899
3568
|
.navbar-inverse .navbar-nav > .open > a:hover,
|
2900
3569
|
.navbar-inverse .navbar-nav > .open > a:focus {
|
@@ -2919,71 +3588,62 @@ button.close {
|
|
2919
3588
|
border-bottom-color: #ffffff;
|
2920
3589
|
}
|
2921
3590
|
|
2922
|
-
@media
|
2923
|
-
.navbar-
|
2924
|
-
|
2925
|
-
margin-right: 5px;
|
2926
|
-
margin-left: -15px;
|
2927
|
-
}
|
2928
|
-
.navbar-nav {
|
2929
|
-
float: left;
|
2930
|
-
margin-top: 0;
|
2931
|
-
margin-bottom: 0;
|
2932
|
-
}
|
2933
|
-
.navbar-nav > li {
|
2934
|
-
float: left;
|
3591
|
+
@media (max-width: 767px) {
|
3592
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
3593
|
+
border-color: #080808;
|
2935
3594
|
}
|
2936
|
-
.navbar-nav > li > a {
|
2937
|
-
|
3595
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
3596
|
+
color: #999999;
|
2938
3597
|
}
|
2939
|
-
.navbar-nav.
|
2940
|
-
|
2941
|
-
|
3598
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
3599
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
3600
|
+
color: #ffffff;
|
3601
|
+
background-color: transparent;
|
2942
3602
|
}
|
2943
|
-
.navbar-
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
3603
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
|
3604
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
|
3605
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
|
3606
|
+
color: #ffffff;
|
3607
|
+
background-color: #080808;
|
2948
3608
|
}
|
2949
|
-
.nav-
|
2950
|
-
|
2951
|
-
|
2952
|
-
|
3609
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
|
3610
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
3611
|
+
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
3612
|
+
color: #444444;
|
3613
|
+
background-color: transparent;
|
2953
3614
|
}
|
2954
3615
|
}
|
2955
3616
|
|
2956
|
-
.navbar-
|
2957
|
-
|
3617
|
+
.navbar-inverse .navbar-link {
|
3618
|
+
color: #999999;
|
2958
3619
|
}
|
2959
3620
|
|
2960
|
-
.navbar-
|
2961
|
-
|
2962
|
-
margin-bottom: 15px;
|
3621
|
+
.navbar-inverse .navbar-link:hover {
|
3622
|
+
color: #ffffff;
|
2963
3623
|
}
|
2964
3624
|
|
2965
|
-
.
|
2966
|
-
color: #
|
3625
|
+
.btn-default .caret {
|
3626
|
+
border-top-color: #333333;
|
2967
3627
|
}
|
2968
3628
|
|
2969
|
-
.
|
2970
|
-
|
3629
|
+
.btn-primary .caret,
|
3630
|
+
.btn-success .caret,
|
3631
|
+
.btn-warning .caret,
|
3632
|
+
.btn-danger .caret,
|
3633
|
+
.btn-info .caret {
|
3634
|
+
border-top-color: #fff;
|
2971
3635
|
}
|
2972
3636
|
|
2973
|
-
.
|
2974
|
-
color: #
|
2975
|
-
}
|
2976
|
-
|
2977
|
-
.navbar-inverse .navbar-link:hover {
|
2978
|
-
color: #ffffff;
|
2979
|
-
}
|
2980
|
-
|
2981
|
-
.btn .caret {
|
2982
|
-
border-top-color: #ffffff;
|
3637
|
+
.btn-default .dropup .caret {
|
3638
|
+
border-bottom-color: #333333;
|
2983
3639
|
}
|
2984
3640
|
|
2985
|
-
.
|
2986
|
-
|
3641
|
+
.btn-primary .dropup .caret,
|
3642
|
+
.btn-success .dropup .caret,
|
3643
|
+
.btn-warning .dropup .caret,
|
3644
|
+
.btn-danger .dropup .caret,
|
3645
|
+
.btn-info .dropup .caret {
|
3646
|
+
border-bottom-color: #fff;
|
2987
3647
|
}
|
2988
3648
|
|
2989
3649
|
.btn-group,
|
@@ -3001,12 +3661,24 @@ button.close {
|
|
3001
3661
|
|
3002
3662
|
.btn-group > .btn:hover,
|
3003
3663
|
.btn-group-vertical > .btn:hover,
|
3664
|
+
.btn-group > .btn:focus,
|
3665
|
+
.btn-group-vertical > .btn:focus,
|
3004
3666
|
.btn-group > .btn:active,
|
3005
|
-
.btn-group-vertical > .btn:active
|
3667
|
+
.btn-group-vertical > .btn:active,
|
3668
|
+
.btn-group > .btn.active,
|
3669
|
+
.btn-group-vertical > .btn.active {
|
3006
3670
|
z-index: 2;
|
3007
3671
|
}
|
3008
3672
|
|
3009
|
-
.btn-group
|
3673
|
+
.btn-group > .btn:focus,
|
3674
|
+
.btn-group-vertical > .btn:focus {
|
3675
|
+
outline: none;
|
3676
|
+
}
|
3677
|
+
|
3678
|
+
.btn-group .btn + .btn,
|
3679
|
+
.btn-group .btn + .btn-group,
|
3680
|
+
.btn-group .btn-group + .btn,
|
3681
|
+
.btn-group .btn-group + .btn-group {
|
3010
3682
|
margin-left: -1px;
|
3011
3683
|
}
|
3012
3684
|
|
@@ -3084,12 +3756,34 @@ button.close {
|
|
3084
3756
|
outline: 0;
|
3085
3757
|
}
|
3086
3758
|
|
3759
|
+
.btn-group-xs > .btn {
|
3760
|
+
padding: 5px 10px;
|
3761
|
+
padding: 3px 5px;
|
3762
|
+
font-size: 12px;
|
3763
|
+
line-height: 1.5;
|
3764
|
+
border-radius: 3px;
|
3765
|
+
}
|
3766
|
+
|
3767
|
+
.btn-group-sm > .btn {
|
3768
|
+
padding: 5px 10px;
|
3769
|
+
font-size: 12px;
|
3770
|
+
line-height: 1.5;
|
3771
|
+
border-radius: 3px;
|
3772
|
+
}
|
3773
|
+
|
3774
|
+
.btn-group-lg > .btn {
|
3775
|
+
padding: 10px 16px;
|
3776
|
+
font-size: 18px;
|
3777
|
+
line-height: 1.33;
|
3778
|
+
border-radius: 6px;
|
3779
|
+
}
|
3780
|
+
|
3087
3781
|
.btn-group > .btn + .dropdown-toggle {
|
3088
3782
|
padding-right: 8px;
|
3089
3783
|
padding-left: 8px;
|
3090
3784
|
}
|
3091
3785
|
|
3092
|
-
.btn-group > .btn-
|
3786
|
+
.btn-group > .btn-lg + .dropdown-toggle {
|
3093
3787
|
padding-right: 12px;
|
3094
3788
|
padding-left: 12px;
|
3095
3789
|
}
|
@@ -3103,35 +3797,81 @@ button.close {
|
|
3103
3797
|
margin-left: 0;
|
3104
3798
|
}
|
3105
3799
|
|
3106
|
-
.btn-
|
3800
|
+
.btn-lg .caret {
|
3107
3801
|
border-width: 5px;
|
3108
3802
|
}
|
3109
3803
|
|
3110
|
-
.dropup .btn-
|
3804
|
+
.dropup .btn-lg .caret {
|
3111
3805
|
border-bottom-width: 5px;
|
3112
3806
|
}
|
3113
3807
|
|
3114
|
-
.btn-group-vertical > .btn
|
3808
|
+
.btn-group-vertical > .btn,
|
3809
|
+
.btn-group-vertical > .btn-group {
|
3115
3810
|
display: block;
|
3116
3811
|
float: none;
|
3117
3812
|
width: 100%;
|
3118
3813
|
max-width: 100%;
|
3119
3814
|
}
|
3120
3815
|
|
3121
|
-
.btn-group-vertical > .btn
|
3816
|
+
.btn-group-vertical > .btn-group:before,
|
3817
|
+
.btn-group-vertical > .btn-group:after {
|
3818
|
+
display: table;
|
3819
|
+
content: " ";
|
3820
|
+
}
|
3821
|
+
|
3822
|
+
.btn-group-vertical > .btn-group:after {
|
3823
|
+
clear: both;
|
3824
|
+
}
|
3825
|
+
|
3826
|
+
.btn-group-vertical > .btn-group:before,
|
3827
|
+
.btn-group-vertical > .btn-group:after {
|
3828
|
+
display: table;
|
3829
|
+
content: " ";
|
3830
|
+
}
|
3831
|
+
|
3832
|
+
.btn-group-vertical > .btn-group:after {
|
3833
|
+
clear: both;
|
3834
|
+
}
|
3835
|
+
|
3836
|
+
.btn-group-vertical > .btn-group > .btn {
|
3837
|
+
float: none;
|
3838
|
+
}
|
3839
|
+
|
3840
|
+
.btn-group-vertical > .btn + .btn,
|
3841
|
+
.btn-group-vertical > .btn + .btn-group,
|
3842
|
+
.btn-group-vertical > .btn-group + .btn,
|
3843
|
+
.btn-group-vertical > .btn-group + .btn-group {
|
3122
3844
|
margin-top: -1px;
|
3845
|
+
margin-left: 0;
|
3123
3846
|
}
|
3124
3847
|
|
3125
|
-
.btn-group-vertical .btn:not(:first-child):not(:last-child) {
|
3848
|
+
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
|
3126
3849
|
border-radius: 0;
|
3127
3850
|
}
|
3128
3851
|
|
3129
|
-
.btn-group-vertical .btn:first-child {
|
3852
|
+
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
3853
|
+
border-top-right-radius: 4px;
|
3130
3854
|
border-bottom-right-radius: 0;
|
3131
3855
|
border-bottom-left-radius: 0;
|
3132
3856
|
}
|
3133
3857
|
|
3134
|
-
.btn-group-vertical .btn:last-child {
|
3858
|
+
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
3859
|
+
border-top-right-radius: 0;
|
3860
|
+
border-bottom-left-radius: 4px;
|
3861
|
+
border-top-left-radius: 0;
|
3862
|
+
}
|
3863
|
+
|
3864
|
+
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
3865
|
+
border-radius: 0;
|
3866
|
+
}
|
3867
|
+
|
3868
|
+
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
|
3869
|
+
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
|
3870
|
+
border-bottom-right-radius: 0;
|
3871
|
+
border-bottom-left-radius: 0;
|
3872
|
+
}
|
3873
|
+
|
3874
|
+
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
|
3135
3875
|
border-top-right-radius: 0;
|
3136
3876
|
border-top-left-radius: 0;
|
3137
3877
|
}
|
@@ -3139,6 +3879,8 @@ button.close {
|
|
3139
3879
|
.btn-group-justified {
|
3140
3880
|
display: table;
|
3141
3881
|
width: 100%;
|
3882
|
+
border-collapse: separate;
|
3883
|
+
table-layout: fixed;
|
3142
3884
|
}
|
3143
3885
|
|
3144
3886
|
.btn-group-justified .btn {
|
@@ -3147,8 +3889,8 @@ button.close {
|
|
3147
3889
|
width: 1%;
|
3148
3890
|
}
|
3149
3891
|
|
3150
|
-
|
3151
|
-
|
3892
|
+
[data-toggle="buttons"] > .btn > input[type="radio"],
|
3893
|
+
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
|
3152
3894
|
display: none;
|
3153
3895
|
}
|
3154
3896
|
|
@@ -3188,7 +3930,7 @@ button.close {
|
|
3188
3930
|
.pagination > li > a,
|
3189
3931
|
.pagination > li > span {
|
3190
3932
|
float: left;
|
3191
|
-
padding:
|
3933
|
+
padding: 6px 12px;
|
3192
3934
|
line-height: 1.428571429;
|
3193
3935
|
text-decoration: none;
|
3194
3936
|
background-color: #ffffff;
|
@@ -3231,38 +3973,38 @@ button.close {
|
|
3231
3973
|
background-color: #ffffff;
|
3232
3974
|
}
|
3233
3975
|
|
3234
|
-
.pagination-
|
3235
|
-
.pagination-
|
3236
|
-
padding:
|
3976
|
+
.pagination-lg > li > a,
|
3977
|
+
.pagination-lg > li > span {
|
3978
|
+
padding: 10px 16px;
|
3237
3979
|
font-size: 18px;
|
3238
3980
|
}
|
3239
3981
|
|
3240
|
-
.pagination-
|
3241
|
-
.pagination-
|
3982
|
+
.pagination-lg > li:first-child > a,
|
3983
|
+
.pagination-lg > li:first-child > span {
|
3242
3984
|
border-bottom-left-radius: 6px;
|
3243
3985
|
border-top-left-radius: 6px;
|
3244
3986
|
}
|
3245
3987
|
|
3246
|
-
.pagination-
|
3247
|
-
.pagination-
|
3988
|
+
.pagination-lg > li:last-child > a,
|
3989
|
+
.pagination-lg > li:last-child > span {
|
3248
3990
|
border-top-right-radius: 6px;
|
3249
3991
|
border-bottom-right-radius: 6px;
|
3250
3992
|
}
|
3251
3993
|
|
3252
|
-
.pagination-
|
3253
|
-
.pagination-
|
3994
|
+
.pagination-sm > li > a,
|
3995
|
+
.pagination-sm > li > span {
|
3254
3996
|
padding: 5px 10px;
|
3255
3997
|
font-size: 12px;
|
3256
3998
|
}
|
3257
3999
|
|
3258
|
-
.pagination-
|
3259
|
-
.pagination-
|
4000
|
+
.pagination-sm > li:first-child > a,
|
4001
|
+
.pagination-sm > li:first-child > span {
|
3260
4002
|
border-bottom-left-radius: 3px;
|
3261
4003
|
border-top-left-radius: 3px;
|
3262
4004
|
}
|
3263
4005
|
|
3264
|
-
.pagination-
|
3265
|
-
.pagination-
|
4006
|
+
.pagination-sm > li:last-child > a,
|
4007
|
+
.pagination-sm > li:last-child > span {
|
3266
4008
|
border-top-right-radius: 3px;
|
3267
4009
|
border-bottom-right-radius: 3px;
|
3268
4010
|
}
|
@@ -3358,20 +4100,18 @@ button.close {
|
|
3358
4100
|
transition: transform 0.3s ease-out;
|
3359
4101
|
}
|
3360
4102
|
|
3361
|
-
.modal.
|
4103
|
+
.modal.in .modal-dialog {
|
3362
4104
|
-webkit-transform: translate(0, 0);
|
3363
4105
|
-ms-transform: translate(0, 0);
|
3364
4106
|
transform: translate(0, 0);
|
3365
4107
|
}
|
3366
4108
|
|
3367
4109
|
.modal-dialog {
|
3368
|
-
position: relative;
|
3369
|
-
top: 0;
|
3370
|
-
right: 0;
|
3371
|
-
left: 0;
|
3372
4110
|
z-index: 1050;
|
3373
4111
|
width: auto;
|
3374
4112
|
padding: 10px;
|
4113
|
+
margin-right: auto;
|
4114
|
+
margin-left: auto;
|
3375
4115
|
}
|
3376
4116
|
|
3377
4117
|
.modal-content {
|
@@ -3401,7 +4141,7 @@ button.close {
|
|
3401
4141
|
filter: alpha(opacity=0);
|
3402
4142
|
}
|
3403
4143
|
|
3404
|
-
.modal-backdrop.
|
4144
|
+
.modal-backdrop.in {
|
3405
4145
|
opacity: 0.5;
|
3406
4146
|
filter: alpha(opacity=50);
|
3407
4147
|
}
|
@@ -3470,10 +4210,9 @@ button.close {
|
|
3470
4210
|
.modal-dialog {
|
3471
4211
|
right: auto;
|
3472
4212
|
left: 50%;
|
3473
|
-
width:
|
4213
|
+
width: 600px;
|
3474
4214
|
padding-top: 30px;
|
3475
4215
|
padding-bottom: 30px;
|
3476
|
-
margin-left: -280px;
|
3477
4216
|
}
|
3478
4217
|
.modal-content {
|
3479
4218
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
@@ -3493,8 +4232,8 @@ button.close {
|
|
3493
4232
|
}
|
3494
4233
|
|
3495
4234
|
.tooltip.in {
|
3496
|
-
opacity:
|
3497
|
-
filter: alpha(opacity=
|
4235
|
+
opacity: 0.9;
|
4236
|
+
filter: alpha(opacity=90);
|
3498
4237
|
}
|
3499
4238
|
|
3500
4239
|
.tooltip.top {
|
@@ -3523,7 +4262,7 @@ button.close {
|
|
3523
4262
|
color: #ffffff;
|
3524
4263
|
text-align: center;
|
3525
4264
|
text-decoration: none;
|
3526
|
-
background-color:
|
4265
|
+
background-color: #000000;
|
3527
4266
|
border-radius: 4px;
|
3528
4267
|
}
|
3529
4268
|
|
@@ -3539,21 +4278,21 @@ button.close {
|
|
3539
4278
|
bottom: 0;
|
3540
4279
|
left: 50%;
|
3541
4280
|
margin-left: -5px;
|
3542
|
-
border-top-color:
|
4281
|
+
border-top-color: #000000;
|
3543
4282
|
border-width: 5px 5px 0;
|
3544
4283
|
}
|
3545
4284
|
|
3546
4285
|
.tooltip.top-left .tooltip-arrow {
|
3547
4286
|
bottom: 0;
|
3548
4287
|
left: 5px;
|
3549
|
-
border-top-color:
|
4288
|
+
border-top-color: #000000;
|
3550
4289
|
border-width: 5px 5px 0;
|
3551
4290
|
}
|
3552
4291
|
|
3553
4292
|
.tooltip.top-right .tooltip-arrow {
|
3554
4293
|
right: 5px;
|
3555
4294
|
bottom: 0;
|
3556
|
-
border-top-color:
|
4295
|
+
border-top-color: #000000;
|
3557
4296
|
border-width: 5px 5px 0;
|
3558
4297
|
}
|
3559
4298
|
|
@@ -3561,7 +4300,7 @@ button.close {
|
|
3561
4300
|
top: 50%;
|
3562
4301
|
left: 0;
|
3563
4302
|
margin-top: -5px;
|
3564
|
-
border-right-color:
|
4303
|
+
border-right-color: #000000;
|
3565
4304
|
border-width: 5px 5px 5px 0;
|
3566
4305
|
}
|
3567
4306
|
|
@@ -3569,7 +4308,7 @@ button.close {
|
|
3569
4308
|
top: 50%;
|
3570
4309
|
right: 0;
|
3571
4310
|
margin-top: -5px;
|
3572
|
-
border-left-color:
|
4311
|
+
border-left-color: #000000;
|
3573
4312
|
border-width: 5px 0 5px 5px;
|
3574
4313
|
}
|
3575
4314
|
|
@@ -3577,21 +4316,21 @@ button.close {
|
|
3577
4316
|
top: 0;
|
3578
4317
|
left: 50%;
|
3579
4318
|
margin-left: -5px;
|
3580
|
-
border-bottom-color:
|
4319
|
+
border-bottom-color: #000000;
|
3581
4320
|
border-width: 0 5px 5px;
|
3582
4321
|
}
|
3583
4322
|
|
3584
4323
|
.tooltip.bottom-left .tooltip-arrow {
|
3585
4324
|
top: 0;
|
3586
4325
|
left: 5px;
|
3587
|
-
border-bottom-color:
|
4326
|
+
border-bottom-color: #000000;
|
3588
4327
|
border-width: 0 5px 5px;
|
3589
4328
|
}
|
3590
4329
|
|
3591
4330
|
.tooltip.bottom-right .tooltip-arrow {
|
3592
4331
|
top: 0;
|
3593
4332
|
right: 5px;
|
3594
|
-
border-bottom-color:
|
4333
|
+
border-bottom-color: #000000;
|
3595
4334
|
border-width: 0 5px 5px;
|
3596
4335
|
}
|
3597
4336
|
|
@@ -3612,8 +4351,6 @@ button.close {
|
|
3612
4351
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
3613
4352
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
3614
4353
|
background-clip: padding-box;
|
3615
|
-
-webkit-bg-clip: padding-box;
|
3616
|
-
-moz-bg-clip: padding;
|
3617
4354
|
}
|
3618
4355
|
|
3619
4356
|
.popover.top {
|
@@ -3735,7 +4472,7 @@ button.close {
|
|
3735
4472
|
}
|
3736
4473
|
|
3737
4474
|
.alert {
|
3738
|
-
padding:
|
4475
|
+
padding: 15px;
|
3739
4476
|
margin-bottom: 20px;
|
3740
4477
|
color: #c09853;
|
3741
4478
|
background-color: #fcf8e3;
|
@@ -3753,11 +4490,24 @@ button.close {
|
|
3753
4490
|
}
|
3754
4491
|
|
3755
4492
|
.alert .alert-link {
|
3756
|
-
font-weight:
|
4493
|
+
font-weight: bold;
|
3757
4494
|
color: #a47e3c;
|
3758
4495
|
}
|
3759
4496
|
|
3760
|
-
.alert
|
4497
|
+
.alert > p,
|
4498
|
+
.alert > ul {
|
4499
|
+
margin-bottom: 0;
|
4500
|
+
}
|
4501
|
+
|
4502
|
+
.alert > p + p {
|
4503
|
+
margin-top: 5px;
|
4504
|
+
}
|
4505
|
+
|
4506
|
+
.alert-dismissable {
|
4507
|
+
padding-right: 35px;
|
4508
|
+
}
|
4509
|
+
|
4510
|
+
.alert-dismissable .close {
|
3761
4511
|
position: relative;
|
3762
4512
|
top: -2px;
|
3763
4513
|
right: -21px;
|
@@ -3806,20 +4556,6 @@ button.close {
|
|
3806
4556
|
color: #2d6987;
|
3807
4557
|
}
|
3808
4558
|
|
3809
|
-
.alert-block {
|
3810
|
-
padding-top: 15px;
|
3811
|
-
padding-bottom: 15px;
|
3812
|
-
}
|
3813
|
-
|
3814
|
-
.alert-block > p,
|
3815
|
-
.alert-block > ul {
|
3816
|
-
margin-bottom: 0;
|
3817
|
-
}
|
3818
|
-
|
3819
|
-
.alert-block p + p {
|
3820
|
-
margin-top: 5px;
|
3821
|
-
}
|
3822
|
-
|
3823
4559
|
.thumbnail,
|
3824
4560
|
.img-thumbnail {
|
3825
4561
|
padding: 4px;
|
@@ -3837,7 +4573,7 @@ button.close {
|
|
3837
4573
|
|
3838
4574
|
.thumbnail > img,
|
3839
4575
|
.img-thumbnail {
|
3840
|
-
display:
|
4576
|
+
display: block;
|
3841
4577
|
height: auto;
|
3842
4578
|
max-width: 100%;
|
3843
4579
|
}
|
@@ -3897,13 +4633,12 @@ a.thumbnail:focus {
|
|
3897
4633
|
display: inline;
|
3898
4634
|
padding: .25em .6em;
|
3899
4635
|
font-size: 75%;
|
3900
|
-
font-weight:
|
4636
|
+
font-weight: bold;
|
3901
4637
|
line-height: 1;
|
3902
4638
|
color: #ffffff;
|
3903
4639
|
text-align: center;
|
3904
4640
|
white-space: nowrap;
|
3905
|
-
vertical-align:
|
3906
|
-
background-color: #999999;
|
4641
|
+
vertical-align: baseline;
|
3907
4642
|
border-radius: .25em;
|
3908
4643
|
}
|
3909
4644
|
|
@@ -3912,6 +4647,18 @@ a.thumbnail:focus {
|
|
3912
4647
|
color: #ffffff;
|
3913
4648
|
text-decoration: none;
|
3914
4649
|
cursor: pointer;
|
4650
|
+
}
|
4651
|
+
|
4652
|
+
.label:empty {
|
4653
|
+
display: none;
|
4654
|
+
}
|
4655
|
+
|
4656
|
+
.label-default {
|
4657
|
+
background-color: #999999;
|
4658
|
+
}
|
4659
|
+
|
4660
|
+
.label-default[href]:hover,
|
4661
|
+
.label-default[href]:focus {
|
3915
4662
|
background-color: #808080;
|
3916
4663
|
}
|
3917
4664
|
|
@@ -3961,7 +4708,7 @@ a.thumbnail:focus {
|
|
3961
4708
|
color: #ffffff;
|
3962
4709
|
text-align: center;
|
3963
4710
|
white-space: nowrap;
|
3964
|
-
vertical-align:
|
4711
|
+
vertical-align: baseline;
|
3965
4712
|
background-color: #999999;
|
3966
4713
|
border-radius: 10px;
|
3967
4714
|
}
|
@@ -4010,15 +4757,6 @@ a.list-group-item.active > .badge,
|
|
4010
4757
|
}
|
4011
4758
|
}
|
4012
4759
|
|
4013
|
-
@-ms-keyframes progress-bar-stripes {
|
4014
|
-
from {
|
4015
|
-
background-position: 40px 0;
|
4016
|
-
}
|
4017
|
-
to {
|
4018
|
-
background-position: 0 0;
|
4019
|
-
}
|
4020
|
-
}
|
4021
|
-
|
4022
4760
|
@-o-keyframes progress-bar-stripes {
|
4023
4761
|
from {
|
4024
4762
|
background-position: 0 0;
|
@@ -4062,7 +4800,6 @@ a.list-group-item.active > .badge,
|
|
4062
4800
|
}
|
4063
4801
|
|
4064
4802
|
.progress-striped .progress-bar {
|
4065
|
-
background-color: #428bca;
|
4066
4803
|
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));
|
4067
4804
|
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);
|
4068
4805
|
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);
|
@@ -4083,7 +4820,6 @@ a.list-group-item.active > .badge,
|
|
4083
4820
|
}
|
4084
4821
|
|
4085
4822
|
.progress-striped .progress-bar-danger {
|
4086
|
-
background-color: #d9534f;
|
4087
4823
|
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));
|
4088
4824
|
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);
|
4089
4825
|
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);
|
@@ -4095,7 +4831,6 @@ a.list-group-item.active > .badge,
|
|
4095
4831
|
}
|
4096
4832
|
|
4097
4833
|
.progress-striped .progress-bar-success {
|
4098
|
-
background-color: #5cb85c;
|
4099
4834
|
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));
|
4100
4835
|
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);
|
4101
4836
|
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);
|
@@ -4107,7 +4842,6 @@ a.list-group-item.active > .badge,
|
|
4107
4842
|
}
|
4108
4843
|
|
4109
4844
|
.progress-striped .progress-bar-warning {
|
4110
|
-
background-color: #f0ad4e;
|
4111
4845
|
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));
|
4112
4846
|
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);
|
4113
4847
|
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);
|
@@ -4119,38 +4853,12 @@ a.list-group-item.active > .badge,
|
|
4119
4853
|
}
|
4120
4854
|
|
4121
4855
|
.progress-striped .progress-bar-info {
|
4122
|
-
background-color: #5bc0de;
|
4123
4856
|
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));
|
4124
4857
|
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);
|
4125
4858
|
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);
|
4126
4859
|
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);
|
4127
4860
|
}
|
4128
4861
|
|
4129
|
-
.accordion {
|
4130
|
-
margin-bottom: 20px;
|
4131
|
-
}
|
4132
|
-
|
4133
|
-
.accordion-group {
|
4134
|
-
margin-bottom: 2px;
|
4135
|
-
border: 1px solid #e5e5e5;
|
4136
|
-
border-radius: 4px;
|
4137
|
-
}
|
4138
|
-
|
4139
|
-
.accordion-heading {
|
4140
|
-
border-bottom: 0;
|
4141
|
-
}
|
4142
|
-
|
4143
|
-
.accordion-heading .accordion-toggle {
|
4144
|
-
display: block;
|
4145
|
-
padding: 8px 15px;
|
4146
|
-
cursor: pointer;
|
4147
|
-
}
|
4148
|
-
|
4149
|
-
.accordion-inner {
|
4150
|
-
padding: 9px 15px;
|
4151
|
-
border-top: 1px solid #e5e5e5;
|
4152
|
-
}
|
4153
|
-
|
4154
4862
|
.carousel {
|
4155
4863
|
position: relative;
|
4156
4864
|
}
|
@@ -4170,7 +4878,7 @@ a.list-group-item.active > .badge,
|
|
4170
4878
|
|
4171
4879
|
.carousel-inner > .item > img,
|
4172
4880
|
.carousel-inner > .item > a > img {
|
4173
|
-
display:
|
4881
|
+
display: block;
|
4174
4882
|
height: auto;
|
4175
4883
|
max-width: 100%;
|
4176
4884
|
line-height: 1;
|
@@ -4229,8 +4937,6 @@ a.list-group-item.active > .badge,
|
|
4229
4937
|
}
|
4230
4938
|
|
4231
4939
|
.carousel-control.left {
|
4232
|
-
background-color: rgba(0, 0, 0, 0.0001);
|
4233
|
-
background-color: transparent;
|
4234
4940
|
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
|
4235
4941
|
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
|
4236
4942
|
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
|
@@ -4242,8 +4948,6 @@ a.list-group-item.active > .badge,
|
|
4242
4948
|
.carousel-control.right {
|
4243
4949
|
right: 0;
|
4244
4950
|
left: auto;
|
4245
|
-
background-color: rgba(0, 0, 0, 0.5);
|
4246
|
-
background-color: transparent;
|
4247
4951
|
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
|
4248
4952
|
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
|
4249
4953
|
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
|
@@ -4260,7 +4964,6 @@ a.list-group-item.active > .badge,
|
|
4260
4964
|
filter: alpha(opacity=90);
|
4261
4965
|
}
|
4262
4966
|
|
4263
|
-
.carousel-control .glyphicon,
|
4264
4967
|
.carousel-control .icon-prev,
|
4265
4968
|
.carousel-control .icon-next {
|
4266
4969
|
position: absolute;
|
@@ -4288,9 +4991,9 @@ a.list-group-item.active > .badge,
|
|
4288
4991
|
bottom: 10px;
|
4289
4992
|
left: 50%;
|
4290
4993
|
z-index: 15;
|
4291
|
-
width:
|
4994
|
+
width: 60%;
|
4292
4995
|
padding-left: 0;
|
4293
|
-
margin-left: -
|
4996
|
+
margin-left: -30%;
|
4294
4997
|
text-align: center;
|
4295
4998
|
list-style: none;
|
4296
4999
|
}
|
@@ -4331,7 +5034,6 @@ a.list-group-item.active > .badge,
|
|
4331
5034
|
}
|
4332
5035
|
|
4333
5036
|
@media screen and (min-width: 768px) {
|
4334
|
-
.carousel-control .glyphicon,
|
4335
5037
|
.carousel-control .icon-prev,
|
4336
5038
|
.carousel-control .icon-next {
|
4337
5039
|
width: 30px;
|
@@ -4390,11 +5092,11 @@ a.list-group-item.active > .badge,
|
|
4390
5092
|
}
|
4391
5093
|
|
4392
5094
|
.pull-right {
|
4393
|
-
float: right;
|
5095
|
+
float: right !important;
|
4394
5096
|
}
|
4395
5097
|
|
4396
5098
|
.pull-left {
|
4397
|
-
float: left;
|
5099
|
+
float: left !important;
|
4398
5100
|
}
|
4399
5101
|
|
4400
5102
|
.hide {
|
@@ -4436,17 +5138,108 @@ a.list-group-item.active > .badge,
|
|
4436
5138
|
visibility: hidden !important;
|
4437
5139
|
}
|
4438
5140
|
|
4439
|
-
.visible-
|
5141
|
+
.visible-xs {
|
4440
5142
|
display: block !important;
|
4441
5143
|
}
|
4442
5144
|
|
4443
|
-
tr.visible-
|
5145
|
+
tr.visible-xs {
|
4444
5146
|
display: table-row !important;
|
4445
5147
|
}
|
4446
5148
|
|
5149
|
+
th.visible-xs,
|
5150
|
+
td.visible-xs {
|
5151
|
+
display: table-cell !important;
|
5152
|
+
}
|
5153
|
+
|
5154
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
5155
|
+
.visible-xs {
|
5156
|
+
display: none !important;
|
5157
|
+
}
|
5158
|
+
tr.visible-xs {
|
5159
|
+
display: none !important;
|
5160
|
+
}
|
5161
|
+
th.visible-xs,
|
5162
|
+
td.visible-xs {
|
5163
|
+
display: none !important;
|
5164
|
+
}
|
5165
|
+
}
|
5166
|
+
|
5167
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5168
|
+
.visible-xs {
|
5169
|
+
display: none !important;
|
5170
|
+
}
|
5171
|
+
tr.visible-xs {
|
5172
|
+
display: none !important;
|
5173
|
+
}
|
5174
|
+
th.visible-xs,
|
5175
|
+
td.visible-xs {
|
5176
|
+
display: none !important;
|
5177
|
+
}
|
5178
|
+
}
|
5179
|
+
|
5180
|
+
@media (min-width: 1200px) {
|
5181
|
+
.visible-xs {
|
5182
|
+
display: none !important;
|
5183
|
+
}
|
5184
|
+
tr.visible-xs {
|
5185
|
+
display: none !important;
|
5186
|
+
}
|
5187
|
+
th.visible-xs,
|
5188
|
+
td.visible-xs {
|
5189
|
+
display: none !important;
|
5190
|
+
}
|
5191
|
+
}
|
5192
|
+
|
5193
|
+
.visible-sm {
|
5194
|
+
display: none !important;
|
5195
|
+
}
|
5196
|
+
|
5197
|
+
tr.visible-sm {
|
5198
|
+
display: none !important;
|
5199
|
+
}
|
5200
|
+
|
4447
5201
|
th.visible-sm,
|
4448
5202
|
td.visible-sm {
|
4449
|
-
display:
|
5203
|
+
display: none !important;
|
5204
|
+
}
|
5205
|
+
|
5206
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
5207
|
+
.visible-sm {
|
5208
|
+
display: block !important;
|
5209
|
+
}
|
5210
|
+
tr.visible-sm {
|
5211
|
+
display: table-row !important;
|
5212
|
+
}
|
5213
|
+
th.visible-sm,
|
5214
|
+
td.visible-sm {
|
5215
|
+
display: table-cell !important;
|
5216
|
+
}
|
5217
|
+
}
|
5218
|
+
|
5219
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5220
|
+
.visible-sm {
|
5221
|
+
display: none !important;
|
5222
|
+
}
|
5223
|
+
tr.visible-sm {
|
5224
|
+
display: none !important;
|
5225
|
+
}
|
5226
|
+
th.visible-sm,
|
5227
|
+
td.visible-sm {
|
5228
|
+
display: none !important;
|
5229
|
+
}
|
5230
|
+
}
|
5231
|
+
|
5232
|
+
@media (min-width: 1200px) {
|
5233
|
+
.visible-sm {
|
5234
|
+
display: none !important;
|
5235
|
+
}
|
5236
|
+
tr.visible-sm {
|
5237
|
+
display: none !important;
|
5238
|
+
}
|
5239
|
+
th.visible-sm,
|
5240
|
+
td.visible-sm {
|
5241
|
+
display: none !important;
|
5242
|
+
}
|
4450
5243
|
}
|
4451
5244
|
|
4452
5245
|
.visible-md {
|
@@ -4462,6 +5255,45 @@ td.visible-md {
|
|
4462
5255
|
display: none !important;
|
4463
5256
|
}
|
4464
5257
|
|
5258
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
5259
|
+
.visible-md {
|
5260
|
+
display: none !important;
|
5261
|
+
}
|
5262
|
+
tr.visible-md {
|
5263
|
+
display: none !important;
|
5264
|
+
}
|
5265
|
+
th.visible-md,
|
5266
|
+
td.visible-md {
|
5267
|
+
display: none !important;
|
5268
|
+
}
|
5269
|
+
}
|
5270
|
+
|
5271
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5272
|
+
.visible-md {
|
5273
|
+
display: block !important;
|
5274
|
+
}
|
5275
|
+
tr.visible-md {
|
5276
|
+
display: table-row !important;
|
5277
|
+
}
|
5278
|
+
th.visible-md,
|
5279
|
+
td.visible-md {
|
5280
|
+
display: table-cell !important;
|
5281
|
+
}
|
5282
|
+
}
|
5283
|
+
|
5284
|
+
@media (min-width: 1200px) {
|
5285
|
+
.visible-md {
|
5286
|
+
display: none !important;
|
5287
|
+
}
|
5288
|
+
tr.visible-md {
|
5289
|
+
display: none !important;
|
5290
|
+
}
|
5291
|
+
th.visible-md,
|
5292
|
+
td.visible-md {
|
5293
|
+
display: none !important;
|
5294
|
+
}
|
5295
|
+
}
|
5296
|
+
|
4465
5297
|
.visible-lg {
|
4466
5298
|
display: none !important;
|
4467
5299
|
}
|
@@ -4475,76 +5307,137 @@ td.visible-lg {
|
|
4475
5307
|
display: none !important;
|
4476
5308
|
}
|
4477
5309
|
|
4478
|
-
|
5310
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
5311
|
+
.visible-lg {
|
5312
|
+
display: none !important;
|
5313
|
+
}
|
5314
|
+
tr.visible-lg {
|
5315
|
+
display: none !important;
|
5316
|
+
}
|
5317
|
+
th.visible-lg,
|
5318
|
+
td.visible-lg {
|
5319
|
+
display: none !important;
|
5320
|
+
}
|
5321
|
+
}
|
5322
|
+
|
5323
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5324
|
+
.visible-lg {
|
5325
|
+
display: none !important;
|
5326
|
+
}
|
5327
|
+
tr.visible-lg {
|
5328
|
+
display: none !important;
|
5329
|
+
}
|
5330
|
+
th.visible-lg,
|
5331
|
+
td.visible-lg {
|
5332
|
+
display: none !important;
|
5333
|
+
}
|
5334
|
+
}
|
5335
|
+
|
5336
|
+
@media (min-width: 1200px) {
|
5337
|
+
.visible-lg {
|
5338
|
+
display: block !important;
|
5339
|
+
}
|
5340
|
+
tr.visible-lg {
|
5341
|
+
display: table-row !important;
|
5342
|
+
}
|
5343
|
+
th.visible-lg,
|
5344
|
+
td.visible-lg {
|
5345
|
+
display: table-cell !important;
|
5346
|
+
}
|
5347
|
+
}
|
5348
|
+
|
5349
|
+
.hidden-xs {
|
4479
5350
|
display: none !important;
|
4480
5351
|
}
|
4481
5352
|
|
4482
|
-
tr.hidden-
|
5353
|
+
tr.hidden-xs {
|
4483
5354
|
display: none !important;
|
4484
5355
|
}
|
4485
5356
|
|
4486
|
-
th.hidden-
|
4487
|
-
td.hidden-
|
5357
|
+
th.hidden-xs,
|
5358
|
+
td.hidden-xs {
|
4488
5359
|
display: none !important;
|
4489
5360
|
}
|
4490
5361
|
|
4491
|
-
|
4492
|
-
|
5362
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
5363
|
+
.hidden-xs {
|
5364
|
+
display: block !important;
|
5365
|
+
}
|
5366
|
+
tr.hidden-xs {
|
5367
|
+
display: table-row !important;
|
5368
|
+
}
|
5369
|
+
th.hidden-xs,
|
5370
|
+
td.hidden-xs {
|
5371
|
+
display: table-cell !important;
|
5372
|
+
}
|
4493
5373
|
}
|
4494
5374
|
|
4495
|
-
|
4496
|
-
|
5375
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5376
|
+
.hidden-xs {
|
5377
|
+
display: block !important;
|
5378
|
+
}
|
5379
|
+
tr.hidden-xs {
|
5380
|
+
display: table-row !important;
|
5381
|
+
}
|
5382
|
+
th.hidden-xs,
|
5383
|
+
td.hidden-xs {
|
5384
|
+
display: table-cell !important;
|
5385
|
+
}
|
4497
5386
|
}
|
4498
5387
|
|
4499
|
-
|
4500
|
-
|
4501
|
-
|
5388
|
+
@media (min-width: 1200px) {
|
5389
|
+
.hidden-xs {
|
5390
|
+
display: block !important;
|
5391
|
+
}
|
5392
|
+
tr.hidden-xs {
|
5393
|
+
display: table-row !important;
|
5394
|
+
}
|
5395
|
+
th.hidden-xs,
|
5396
|
+
td.hidden-xs {
|
5397
|
+
display: table-cell !important;
|
5398
|
+
}
|
4502
5399
|
}
|
4503
5400
|
|
4504
|
-
.hidden-
|
5401
|
+
.hidden-sm {
|
4505
5402
|
display: block !important;
|
4506
5403
|
}
|
4507
5404
|
|
4508
|
-
tr.hidden-
|
5405
|
+
tr.hidden-sm {
|
4509
5406
|
display: table-row !important;
|
4510
5407
|
}
|
4511
5408
|
|
4512
|
-
th.hidden-
|
4513
|
-
td.hidden-
|
5409
|
+
th.hidden-sm,
|
5410
|
+
td.hidden-sm {
|
4514
5411
|
display: table-cell !important;
|
4515
5412
|
}
|
4516
5413
|
|
4517
5414
|
@media (min-width: 768px) and (max-width: 991px) {
|
4518
|
-
.
|
5415
|
+
.hidden-sm {
|
4519
5416
|
display: none !important;
|
4520
5417
|
}
|
4521
|
-
tr.
|
5418
|
+
tr.hidden-sm {
|
4522
5419
|
display: none !important;
|
4523
5420
|
}
|
4524
|
-
th.
|
4525
|
-
td.
|
5421
|
+
th.hidden-sm,
|
5422
|
+
td.hidden-sm {
|
4526
5423
|
display: none !important;
|
4527
5424
|
}
|
4528
|
-
|
5425
|
+
}
|
5426
|
+
|
5427
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5428
|
+
.hidden-sm {
|
4529
5429
|
display: block !important;
|
4530
5430
|
}
|
4531
|
-
tr.
|
5431
|
+
tr.hidden-sm {
|
4532
5432
|
display: table-row !important;
|
4533
5433
|
}
|
4534
|
-
th.
|
4535
|
-
td.
|
5434
|
+
th.hidden-sm,
|
5435
|
+
td.hidden-sm {
|
4536
5436
|
display: table-cell !important;
|
4537
5437
|
}
|
4538
|
-
|
4539
|
-
|
4540
|
-
|
4541
|
-
tr.visible-lg {
|
4542
|
-
display: none !important;
|
4543
|
-
}
|
4544
|
-
th.visible-lg,
|
4545
|
-
td.visible-lg {
|
4546
|
-
display: none !important;
|
4547
|
-
}
|
5438
|
+
}
|
5439
|
+
|
5440
|
+
@media (min-width: 1200px) {
|
4548
5441
|
.hidden-sm {
|
4549
5442
|
display: block !important;
|
4550
5443
|
}
|
@@ -4555,79 +5448,100 @@ td.hidden-lg {
|
|
4555
5448
|
td.hidden-sm {
|
4556
5449
|
display: table-cell !important;
|
4557
5450
|
}
|
5451
|
+
}
|
5452
|
+
|
5453
|
+
.hidden-md {
|
5454
|
+
display: block !important;
|
5455
|
+
}
|
5456
|
+
|
5457
|
+
tr.hidden-md {
|
5458
|
+
display: table-row !important;
|
5459
|
+
}
|
5460
|
+
|
5461
|
+
th.hidden-md,
|
5462
|
+
td.hidden-md {
|
5463
|
+
display: table-cell !important;
|
5464
|
+
}
|
5465
|
+
|
5466
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
4558
5467
|
.hidden-md {
|
4559
|
-
display:
|
5468
|
+
display: block !important;
|
4560
5469
|
}
|
4561
5470
|
tr.hidden-md {
|
4562
|
-
display:
|
5471
|
+
display: table-row !important;
|
4563
5472
|
}
|
4564
5473
|
th.hidden-md,
|
4565
5474
|
td.hidden-md {
|
4566
|
-
display: none !important;
|
4567
|
-
}
|
4568
|
-
.hidden-lg {
|
4569
|
-
display: block !important;
|
4570
|
-
}
|
4571
|
-
tr.hidden-lg {
|
4572
|
-
display: table-row !important;
|
4573
|
-
}
|
4574
|
-
th.hidden-lg,
|
4575
|
-
td.hidden-lg {
|
4576
5475
|
display: table-cell !important;
|
4577
5476
|
}
|
4578
5477
|
}
|
4579
5478
|
|
4580
|
-
@media (min-width: 992px) {
|
4581
|
-
.
|
4582
|
-
display: none !important;
|
4583
|
-
}
|
4584
|
-
tr.visible-sm {
|
4585
|
-
display: none !important;
|
4586
|
-
}
|
4587
|
-
th.visible-sm,
|
4588
|
-
td.visible-sm {
|
4589
|
-
display: none !important;
|
4590
|
-
}
|
4591
|
-
.visible-md {
|
5479
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5480
|
+
.hidden-md {
|
4592
5481
|
display: none !important;
|
4593
5482
|
}
|
4594
|
-
tr.
|
5483
|
+
tr.hidden-md {
|
4595
5484
|
display: none !important;
|
4596
5485
|
}
|
4597
|
-
th.
|
4598
|
-
td.
|
5486
|
+
th.hidden-md,
|
5487
|
+
td.hidden-md {
|
4599
5488
|
display: none !important;
|
4600
5489
|
}
|
4601
|
-
|
5490
|
+
}
|
5491
|
+
|
5492
|
+
@media (min-width: 1200px) {
|
5493
|
+
.hidden-md {
|
4602
5494
|
display: block !important;
|
4603
5495
|
}
|
4604
|
-
tr.
|
5496
|
+
tr.hidden-md {
|
4605
5497
|
display: table-row !important;
|
4606
5498
|
}
|
4607
|
-
th.
|
4608
|
-
td.
|
5499
|
+
th.hidden-md,
|
5500
|
+
td.hidden-md {
|
4609
5501
|
display: table-cell !important;
|
4610
5502
|
}
|
4611
|
-
|
5503
|
+
}
|
5504
|
+
|
5505
|
+
.hidden-lg {
|
5506
|
+
display: block !important;
|
5507
|
+
}
|
5508
|
+
|
5509
|
+
tr.hidden-lg {
|
5510
|
+
display: table-row !important;
|
5511
|
+
}
|
5512
|
+
|
5513
|
+
th.hidden-lg,
|
5514
|
+
td.hidden-lg {
|
5515
|
+
display: table-cell !important;
|
5516
|
+
}
|
5517
|
+
|
5518
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
5519
|
+
.hidden-lg {
|
4612
5520
|
display: block !important;
|
4613
5521
|
}
|
4614
|
-
tr.hidden-
|
5522
|
+
tr.hidden-lg {
|
4615
5523
|
display: table-row !important;
|
4616
5524
|
}
|
4617
|
-
th.hidden-
|
4618
|
-
td.hidden-
|
5525
|
+
th.hidden-lg,
|
5526
|
+
td.hidden-lg {
|
4619
5527
|
display: table-cell !important;
|
4620
5528
|
}
|
4621
|
-
|
5529
|
+
}
|
5530
|
+
|
5531
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
5532
|
+
.hidden-lg {
|
4622
5533
|
display: block !important;
|
4623
5534
|
}
|
4624
|
-
tr.hidden-
|
5535
|
+
tr.hidden-lg {
|
4625
5536
|
display: table-row !important;
|
4626
5537
|
}
|
4627
|
-
th.hidden-
|
4628
|
-
td.hidden-
|
5538
|
+
th.hidden-lg,
|
5539
|
+
td.hidden-lg {
|
4629
5540
|
display: table-cell !important;
|
4630
5541
|
}
|
5542
|
+
}
|
5543
|
+
|
5544
|
+
@media (min-width: 1200px) {
|
4631
5545
|
.hidden-lg {
|
4632
5546
|
display: none !important;
|
4633
5547
|
}
|