Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/bitcoin/themes/default/css/main.css
777 views
1
/*!
2
* Bootstrap v3.3.6 (http://getbootstrap.com)
3
* Copyright 2011-2015 Twitter, Inc.
4
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
*/
6
7
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
8
9
html {
10
font-family: sans-serif;
11
-webkit-text-size-adjust: 100%;
12
-ms-text-size-adjust: 100%
13
}
14
15
body {
16
margin: 0
17
}
18
19
article,
20
aside,
21
details,
22
figcaption,
23
figure,
24
footer,
25
header,
26
hgroup,
27
main,
28
menu,
29
nav,
30
section,
31
summary {
32
display: block
33
}
34
35
audio,
36
canvas,
37
progress,
38
video {
39
display: inline-block;
40
vertical-align: baseline
41
}
42
43
audio:not([controls]) {
44
display: none;
45
height: 0
46
}
47
48
[hidden],
49
template {
50
display: none
51
}
52
53
a {
54
background-color: transparent
55
}
56
57
a:active,
58
a:hover {
59
outline: 0
60
}
61
62
abbr[title] {
63
border-bottom: 1px dotted
64
}
65
66
b,
67
strong {
68
font-weight: 700
69
}
70
71
dfn {
72
font-style: italic
73
}
74
75
h1 {
76
margin: .67em 0;
77
font-size: 2em
78
}
79
80
mark {
81
color: #000;
82
background: #ff0
83
}
84
85
small {
86
font-size: 80%
87
}
88
89
sub,
90
sup {
91
position: relative;
92
font-size: 75%;
93
line-height: 0;
94
vertical-align: baseline
95
}
96
97
sup {
98
top: -.5em
99
}
100
101
sub {
102
bottom: -.25em
103
}
104
105
img {
106
border: 0
107
}
108
109
svg:not(:root) {
110
overflow: hidden
111
}
112
113
figure {
114
margin: 1em 40px
115
}
116
117
hr {
118
height: 0;
119
-webkit-box-sizing: content-box;
120
-moz-box-sizing: content-box;
121
box-sizing: content-box
122
}
123
124
pre {
125
overflow: auto
126
}
127
128
code,
129
kbd,
130
pre,
131
samp {
132
font-family: monospace, monospace;
133
font-size: 1em
134
}
135
136
button,
137
input,
138
optgroup,
139
select,
140
textarea {
141
margin: 0;
142
font: inherit;
143
color: inherit
144
}
145
146
button {
147
overflow: visible
148
}
149
150
button,
151
select {
152
text-transform: none
153
}
154
155
button,
156
html input[type=button],
157
input[type=reset],
158
input[type=submit] {
159
-webkit-appearance: button;
160
cursor: pointer
161
}
162
163
button[disabled],
164
html input[disabled] {
165
cursor: default
166
}
167
168
button::-moz-focus-inner,
169
input::-moz-focus-inner {
170
padding: 0;
171
border: 0
172
}
173
174
input {
175
line-height: normal
176
}
177
178
input[type=checkbox],
179
input[type=radio] {
180
-webkit-box-sizing: border-box;
181
-moz-box-sizing: border-box;
182
box-sizing: border-box;
183
padding: 0
184
}
185
186
input[type=number]::-webkit-inner-spin-button,
187
input[type=number]::-webkit-outer-spin-button {
188
height: auto
189
}
190
191
input[type=search] {
192
-webkit-box-sizing: content-box;
193
-moz-box-sizing: content-box;
194
box-sizing: content-box;
195
-webkit-appearance: textfield
196
}
197
198
input[type=search]::-webkit-search-cancel-button,
199
input[type=search]::-webkit-search-decoration {
200
-webkit-appearance: none
201
}
202
203
fieldset {
204
padding: .35em .625em .75em;
205
margin: 0 2px;
206
border: 1px solid silver
207
}
208
209
legend {
210
padding: 0;
211
border: 0
212
}
213
214
textarea {
215
overflow: auto
216
}
217
218
optgroup {
219
font-weight: 700
220
}
221
222
table {
223
border-spacing: 0;
224
border-collapse: collapse
225
}
226
227
td,
228
th {
229
padding: 0
230
}
231
232
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
233
234
@media print {
235
*,
236
:after,
237
:before {
238
color: #000 !important;
239
text-shadow: none !important;
240
background: 0 0 !important;
241
-webkit-box-shadow: none !important;
242
box-shadow: none !important
243
}
244
a,
245
a:visited {
246
text-decoration: underline
247
}
248
a[href]:after {
249
content: " (" attr(href) ")"
250
}
251
abbr[title]:after {
252
content: " (" attr(title) ")"
253
}
254
a[href^="javascript:"]:after,
255
a[href^="#"]:after {
256
content: ""
257
}
258
blockquote,
259
pre {
260
border: 1px solid #999;
261
page-break-inside: avoid
262
}
263
thead {
264
display: table-header-group
265
}
266
img,
267
tr {
268
page-break-inside: avoid
269
}
270
img {
271
max-width: 100% !important
272
}
273
h2,
274
h3,
275
p {
276
orphans: 3;
277
widows: 3
278
}
279
h2,
280
h3 {
281
page-break-after: avoid
282
}
283
.navbar {
284
display: none
285
}
286
.btn>.caret,
287
.dropup>.btn>.caret {
288
border-top-color: #000 !important
289
}
290
.label {
291
border: 1px solid #000
292
}
293
.table {
294
border-collapse: collapse !important
295
}
296
.table td,
297
.table th {
298
background-color: #fff !important
299
}
300
.table-bordered td,
301
.table-bordered th {
302
border: 1px solid #ddd !important
303
}
304
}
305
306
@font-face {
307
font-family: 'Glyphicons Halflings';
308
src: url(../fonts/glyphicons-halflings-regular.html);
309
src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(../fonts/glyphicons-halflings-regular-3.html) format('woff'), url(../fonts/glyphicons-halflings-regular-4.html) format('truetype'), url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')
310
}
311
312
.glyphicon {
313
position: relative;
314
top: 1px;
315
display: inline-block;
316
font-family: 'Glyphicons Halflings';
317
font-style: normal;
318
font-weight: 400;
319
line-height: 1;
320
-webkit-font-smoothing: antialiased;
321
-moz-osx-font-smoothing: grayscale
322
}
323
324
.glyphicon-asterisk:before {
325
content: "\002a"
326
}
327
328
.glyphicon-plus:before {
329
content: "\002b"
330
}
331
332
.glyphicon-eur:before,
333
.glyphicon-euro:before {
334
content: "\20ac"
335
}
336
337
.glyphicon-minus:before {
338
content: "\2212"
339
}
340
341
.glyphicon-cloud:before {
342
content: "\2601"
343
}
344
345
.glyphicon-envelope:before {
346
content: "\2709"
347
}
348
349
.glyphicon-pencil:before {
350
content: "\270f"
351
}
352
353
.glyphicon-glass:before {
354
content: "\e001"
355
}
356
357
.glyphicon-music:before {
358
content: "\e002"
359
}
360
361
.glyphicon-search:before {
362
content: "\e003"
363
}
364
365
.glyphicon-heart:before {
366
content: "\e005"
367
}
368
369
.glyphicon-star:before {
370
content: "\e006"
371
}
372
373
.glyphicon-star-empty:before {
374
content: "\e007"
375
}
376
377
.glyphicon-user:before {
378
content: "\e008"
379
}
380
381
.glyphicon-film:before {
382
content: "\e009"
383
}
384
385
.glyphicon-th-large:before {
386
content: "\e010"
387
}
388
389
.glyphicon-th:before {
390
content: "\e011"
391
}
392
393
.glyphicon-th-list:before {
394
content: "\e012"
395
}
396
397
.glyphicon-ok:before {
398
content: "\e013"
399
}
400
401
.glyphicon-remove:before {
402
content: "\e014"
403
}
404
405
.glyphicon-zoom-in:before {
406
content: "\e015"
407
}
408
409
.glyphicon-zoom-out:before {
410
content: "\e016"
411
}
412
413
.glyphicon-off:before {
414
content: "\e017"
415
}
416
417
.glyphicon-signal:before {
418
content: "\e018"
419
}
420
421
.glyphicon-cog:before {
422
content: "\e019"
423
}
424
425
.glyphicon-trash:before {
426
content: "\e020"
427
}
428
429
.glyphicon-home:before {
430
content: "\e021"
431
}
432
433
.glyphicon-file:before {
434
content: "\e022"
435
}
436
437
.glyphicon-time:before {
438
content: "\e023"
439
}
440
441
.glyphicon-road:before {
442
content: "\e024"
443
}
444
445
.glyphicon-download-alt:before {
446
content: "\e025"
447
}
448
449
.glyphicon-download:before {
450
content: "\e026"
451
}
452
453
.glyphicon-upload:before {
454
content: "\e027"
455
}
456
457
.glyphicon-inbox:before {
458
content: "\e028"
459
}
460
461
.glyphicon-play-circle:before {
462
content: "\e029"
463
}
464
465
.glyphicon-repeat:before {
466
content: "\e030"
467
}
468
469
.glyphicon-refresh:before {
470
content: "\e031"
471
}
472
473
.glyphicon-list-alt:before {
474
content: "\e032"
475
}
476
477
.glyphicon-lock:before {
478
content: "\e033"
479
}
480
481
.glyphicon-flag:before {
482
content: "\e034"
483
}
484
485
.glyphicon-headphones:before {
486
content: "\e035"
487
}
488
489
.glyphicon-volume-off:before {
490
content: "\e036"
491
}
492
493
.glyphicon-volume-down:before {
494
content: "\e037"
495
}
496
497
.glyphicon-volume-up:before {
498
content: "\e038"
499
}
500
501
.glyphicon-qrcode:before {
502
content: "\e039"
503
}
504
505
.glyphicon-barcode:before {
506
content: "\e040"
507
}
508
509
.glyphicon-tag:before {
510
content: "\e041"
511
}
512
513
.glyphicon-tags:before {
514
content: "\e042"
515
}
516
517
.glyphicon-book:before {
518
content: "\e043"
519
}
520
521
.glyphicon-bookmark:before {
522
content: "\e044"
523
}
524
525
.glyphicon-print:before {
526
content: "\e045"
527
}
528
529
.glyphicon-camera:before {
530
content: "\e046"
531
}
532
533
.glyphicon-font:before {
534
content: "\e047"
535
}
536
537
.glyphicon-bold:before {
538
content: "\e048"
539
}
540
541
.glyphicon-italic:before {
542
content: "\e049"
543
}
544
545
.glyphicon-text-height:before {
546
content: "\e050"
547
}
548
549
.glyphicon-text-width:before {
550
content: "\e051"
551
}
552
553
.glyphicon-align-left:before {
554
content: "\e052"
555
}
556
557
.glyphicon-align-center:before {
558
content: "\e053"
559
}
560
561
.glyphicon-align-right:before {
562
content: "\e054"
563
}
564
565
.glyphicon-align-justify:before {
566
content: "\e055"
567
}
568
569
.glyphicon-list:before {
570
content: "\e056"
571
}
572
573
.glyphicon-indent-left:before {
574
content: "\e057"
575
}
576
577
.glyphicon-indent-right:before {
578
content: "\e058"
579
}
580
581
.glyphicon-facetime-video:before {
582
content: "\e059"
583
}
584
585
.glyphicon-picture:before {
586
content: "\e060"
587
}
588
589
.glyphicon-map-marker:before {
590
content: "\e062"
591
}
592
593
.glyphicon-adjust:before {
594
content: "\e063"
595
}
596
597
.glyphicon-tint:before {
598
content: "\e064"
599
}
600
601
.glyphicon-edit:before {
602
content: "\e065"
603
}
604
605
.glyphicon-share:before {
606
content: "\e066"
607
}
608
609
.glyphicon-check:before {
610
content: "\e067"
611
}
612
613
.glyphicon-move:before {
614
content: "\e068"
615
}
616
617
.glyphicon-step-backward:before {
618
content: "\e069"
619
}
620
621
.glyphicon-fast-backward:before {
622
content: "\e070"
623
}
624
625
.glyphicon-backward:before {
626
content: "\e071"
627
}
628
629
.glyphicon-play:before {
630
content: "\e072"
631
}
632
633
.glyphicon-pause:before {
634
content: "\e073"
635
}
636
637
.glyphicon-stop:before {
638
content: "\e074"
639
}
640
641
.glyphicon-forward:before {
642
content: "\e075"
643
}
644
645
.glyphicon-fast-forward:before {
646
content: "\e076"
647
}
648
649
.glyphicon-step-forward:before {
650
content: "\e077"
651
}
652
653
.glyphicon-eject:before {
654
content: "\e078"
655
}
656
657
.glyphicon-chevron-left:before {
658
content: "\e079"
659
}
660
661
.glyphicon-chevron-right:before {
662
content: "\e080"
663
}
664
665
.glyphicon-plus-sign:before {
666
content: "\e081"
667
}
668
669
.glyphicon-minus-sign:before {
670
content: "\e082"
671
}
672
673
.glyphicon-remove-sign:before {
674
content: "\e083"
675
}
676
677
.glyphicon-ok-sign:before {
678
content: "\e084"
679
}
680
681
.glyphicon-question-sign:before {
682
content: "\e085"
683
}
684
685
.glyphicon-info-sign:before {
686
content: "\e086"
687
}
688
689
.glyphicon-screenshot:before {
690
content: "\e087"
691
}
692
693
.glyphicon-remove-circle:before {
694
content: "\e088"
695
}
696
697
.glyphicon-ok-circle:before {
698
content: "\e089"
699
}
700
701
.glyphicon-ban-circle:before {
702
content: "\e090"
703
}
704
705
.glyphicon-arrow-left:before {
706
content: "\e091"
707
}
708
709
.glyphicon-arrow-right:before {
710
content: "\e092"
711
}
712
713
.glyphicon-arrow-up:before {
714
content: "\e093"
715
}
716
717
.glyphicon-arrow-down:before {
718
content: "\e094"
719
}
720
721
.glyphicon-share-alt:before {
722
content: "\e095"
723
}
724
725
.glyphicon-resize-full:before {
726
content: "\e096"
727
}
728
729
.glyphicon-resize-small:before {
730
content: "\e097"
731
}
732
733
.glyphicon-exclamation-sign:before {
734
content: "\e101"
735
}
736
737
.glyphicon-gift:before {
738
content: "\e102"
739
}
740
741
.glyphicon-leaf:before {
742
content: "\e103"
743
}
744
745
.glyphicon-fire:before {
746
content: "\e104"
747
}
748
749
.glyphicon-eye-open:before {
750
content: "\e105"
751
}
752
753
.glyphicon-eye-close:before {
754
content: "\e106"
755
}
756
757
.glyphicon-warning-sign:before {
758
content: "\e107"
759
}
760
761
.glyphicon-plane:before {
762
content: "\e108"
763
}
764
765
.glyphicon-calendar:before {
766
content: "\e109"
767
}
768
769
.glyphicon-random:before {
770
content: "\e110"
771
}
772
773
.glyphicon-comment:before {
774
content: "\e111"
775
}
776
777
.glyphicon-magnet:before {
778
content: "\e112"
779
}
780
781
.glyphicon-chevron-up:before {
782
content: "\e113"
783
}
784
785
.glyphicon-chevron-down:before {
786
content: "\e114"
787
}
788
789
.glyphicon-retweet:before {
790
content: "\e115"
791
}
792
793
.glyphicon-shopping-cart:before {
794
content: "\e116"
795
}
796
797
.glyphicon-folder-close:before {
798
content: "\e117"
799
}
800
801
.glyphicon-folder-open:before {
802
content: "\e118"
803
}
804
805
.glyphicon-resize-vertical:before {
806
content: "\e119"
807
}
808
809
.glyphicon-resize-horizontal:before {
810
content: "\e120"
811
}
812
813
.glyphicon-hdd:before {
814
content: "\e121"
815
}
816
817
.glyphicon-bullhorn:before {
818
content: "\e122"
819
}
820
821
.glyphicon-bell:before {
822
content: "\e123"
823
}
824
825
.glyphicon-certificate:before {
826
content: "\e124"
827
}
828
829
.glyphicon-thumbs-up:before {
830
content: "\e125"
831
}
832
833
.glyphicon-thumbs-down:before {
834
content: "\e126"
835
}
836
837
.glyphicon-hand-right:before {
838
content: "\e127"
839
}
840
841
.glyphicon-hand-left:before {
842
content: "\e128"
843
}
844
845
.glyphicon-hand-up:before {
846
content: "\e129"
847
}
848
849
.glyphicon-hand-down:before {
850
content: "\e130"
851
}
852
853
.glyphicon-circle-arrow-right:before {
854
content: "\e131"
855
}
856
857
.glyphicon-circle-arrow-left:before {
858
content: "\e132"
859
}
860
861
.glyphicon-circle-arrow-up:before {
862
content: "\e133"
863
}
864
865
.glyphicon-circle-arrow-down:before {
866
content: "\e134"
867
}
868
869
.glyphicon-globe:before {
870
content: "\e135"
871
}
872
873
.glyphicon-wrench:before {
874
content: "\e136"
875
}
876
877
.glyphicon-tasks:before {
878
content: "\e137"
879
}
880
881
.glyphicon-filter:before {
882
content: "\e138"
883
}
884
885
.glyphicon-briefcase:before {
886
content: "\e139"
887
}
888
889
.glyphicon-fullscreen:before {
890
content: "\e140"
891
}
892
893
.glyphicon-dashboard:before {
894
content: "\e141"
895
}
896
897
.glyphicon-paperclip:before {
898
content: "\e142"
899
}
900
901
.glyphicon-heart-empty:before {
902
content: "\e143"
903
}
904
905
.glyphicon-link:before {
906
content: "\e144"
907
}
908
909
.glyphicon-phone:before {
910
content: "\e145"
911
}
912
913
.glyphicon-pushpin:before {
914
content: "\e146"
915
}
916
917
.glyphicon-usd:before {
918
content: "\e148"
919
}
920
921
.glyphicon-gbp:before {
922
content: "\e149"
923
}
924
925
.glyphicon-sort:before {
926
content: "\e150"
927
}
928
929
.glyphicon-sort-by-alphabet:before {
930
content: "\e151"
931
}
932
933
.glyphicon-sort-by-alphabet-alt:before {
934
content: "\e152"
935
}
936
937
.glyphicon-sort-by-order:before {
938
content: "\e153"
939
}
940
941
.glyphicon-sort-by-order-alt:before {
942
content: "\e154"
943
}
944
945
.glyphicon-sort-by-attributes:before {
946
content: "\e155"
947
}
948
949
.glyphicon-sort-by-attributes-alt:before {
950
content: "\e156"
951
}
952
953
.glyphicon-unchecked:before {
954
content: "\e157"
955
}
956
957
.glyphicon-expand:before {
958
content: "\e158"
959
}
960
961
.glyphicon-collapse-down:before {
962
content: "\e159"
963
}
964
965
.glyphicon-collapse-up:before {
966
content: "\e160"
967
}
968
969
.glyphicon-log-in:before {
970
content: "\e161"
971
}
972
973
.glyphicon-flash:before {
974
content: "\e162"
975
}
976
977
.glyphicon-log-out:before {
978
content: "\e163"
979
}
980
981
.glyphicon-new-window:before {
982
content: "\e164"
983
}
984
985
.glyphicon-record:before {
986
content: "\e165"
987
}
988
989
.glyphicon-save:before {
990
content: "\e166"
991
}
992
993
.glyphicon-open:before {
994
content: "\e167"
995
}
996
997
.glyphicon-saved:before {
998
content: "\e168"
999
}
1000
1001
.glyphicon-import:before {
1002
content: "\e169"
1003
}
1004
1005
.glyphicon-export:before {
1006
content: "\e170"
1007
}
1008
1009
.glyphicon-send:before {
1010
content: "\e171"
1011
}
1012
1013
.glyphicon-floppy-disk:before {
1014
content: "\e172"
1015
}
1016
1017
.glyphicon-floppy-saved:before {
1018
content: "\e173"
1019
}
1020
1021
.glyphicon-floppy-remove:before {
1022
content: "\e174"
1023
}
1024
1025
.glyphicon-floppy-save:before {
1026
content: "\e175"
1027
}
1028
1029
.glyphicon-floppy-open:before {
1030
content: "\e176"
1031
}
1032
1033
.glyphicon-credit-card:before {
1034
content: "\e177"
1035
}
1036
1037
.glyphicon-transfer:before {
1038
content: "\e178"
1039
}
1040
1041
.glyphicon-cutlery:before {
1042
content: "\e179"
1043
}
1044
1045
.glyphicon-header:before {
1046
content: "\e180"
1047
}
1048
1049
.glyphicon-compressed:before {
1050
content: "\e181"
1051
}
1052
1053
.glyphicon-earphone:before {
1054
content: "\e182"
1055
}
1056
1057
.glyphicon-phone-alt:before {
1058
content: "\e183"
1059
}
1060
1061
.glyphicon-tower:before {
1062
content: "\e184"
1063
}
1064
1065
.glyphicon-stats:before {
1066
content: "\e185"
1067
}
1068
1069
.glyphicon-sd-video:before {
1070
content: "\e186"
1071
}
1072
1073
.glyphicon-hd-video:before {
1074
content: "\e187"
1075
}
1076
1077
.glyphicon-subtitles:before {
1078
content: "\e188"
1079
}
1080
1081
.glyphicon-sound-stereo:before {
1082
content: "\e189"
1083
}
1084
1085
.glyphicon-sound-dolby:before {
1086
content: "\e190"
1087
}
1088
1089
.glyphicon-sound-5-1:before {
1090
content: "\e191"
1091
}
1092
1093
.glyphicon-sound-6-1:before {
1094
content: "\e192"
1095
}
1096
1097
.glyphicon-sound-7-1:before {
1098
content: "\e193"
1099
}
1100
1101
.glyphicon-copyright-mark:before {
1102
content: "\e194"
1103
}
1104
1105
.glyphicon-registration-mark:before {
1106
content: "\e195"
1107
}
1108
1109
.glyphicon-cloud-download:before {
1110
content: "\e197"
1111
}
1112
1113
.glyphicon-cloud-upload:before {
1114
content: "\e198"
1115
}
1116
1117
.glyphicon-tree-conifer:before {
1118
content: "\e199"
1119
}
1120
1121
.glyphicon-tree-deciduous:before {
1122
content: "\e200"
1123
}
1124
1125
.glyphicon-cd:before {
1126
content: "\e201"
1127
}
1128
1129
.glyphicon-save-file:before {
1130
content: "\e202"
1131
}
1132
1133
.glyphicon-open-file:before {
1134
content: "\e203"
1135
}
1136
1137
.glyphicon-level-up:before {
1138
content: "\e204"
1139
}
1140
1141
.glyphicon-copy:before {
1142
content: "\e205"
1143
}
1144
1145
.glyphicon-paste:before {
1146
content: "\e206"
1147
}
1148
1149
.glyphicon-alert:before {
1150
content: "\e209"
1151
}
1152
1153
.glyphicon-equalizer:before {
1154
content: "\e210"
1155
}
1156
1157
.glyphicon-king:before {
1158
content: "\e211"
1159
}
1160
1161
.glyphicon-queen:before {
1162
content: "\e212"
1163
}
1164
1165
.glyphicon-pawn:before {
1166
content: "\e213"
1167
}
1168
1169
.glyphicon-bishop:before {
1170
content: "\e214"
1171
}
1172
1173
.glyphicon-knight:before {
1174
content: "\e215"
1175
}
1176
1177
.glyphicon-baby-formula:before {
1178
content: "\e216"
1179
}
1180
1181
.glyphicon-tent:before {
1182
content: "\26fa"
1183
}
1184
1185
.glyphicon-blackboard:before {
1186
content: "\e218"
1187
}
1188
1189
.glyphicon-bed:before {
1190
content: "\e219"
1191
}
1192
1193
.glyphicon-apple:before {
1194
content: "\f8ff"
1195
}
1196
1197
.glyphicon-erase:before {
1198
content: "\e221"
1199
}
1200
1201
.glyphicon-hourglass:before {
1202
content: "\231b"
1203
}
1204
1205
.glyphicon-lamp:before {
1206
content: "\e223"
1207
}
1208
1209
.glyphicon-duplicate:before {
1210
content: "\e224"
1211
}
1212
1213
.glyphicon-piggy-bank:before {
1214
content: "\e225"
1215
}
1216
1217
.glyphicon-scissors:before {
1218
content: "\e226"
1219
}
1220
1221
.glyphicon-bitcoin:before {
1222
content: "\e227"
1223
}
1224
1225
.glyphicon-btc:before {
1226
content: "\e227"
1227
}
1228
1229
.glyphicon-xbt:before {
1230
content: "\e227"
1231
}
1232
1233
.glyphicon-yen:before {
1234
content: "\00a5"
1235
}
1236
1237
.glyphicon-jpy:before {
1238
content: "\00a5"
1239
}
1240
1241
.glyphicon-ruble:before {
1242
content: "\20bd"
1243
}
1244
1245
.glyphicon-rub:before {
1246
content: "\20bd"
1247
}
1248
1249
.glyphicon-scale:before {
1250
content: "\e230"
1251
}
1252
1253
.glyphicon-ice-lolly:before {
1254
content: "\e231"
1255
}
1256
1257
.glyphicon-ice-lolly-tasted:before {
1258
content: "\e232"
1259
}
1260
1261
.glyphicon-education:before {
1262
content: "\e233"
1263
}
1264
1265
.glyphicon-option-horizontal:before {
1266
content: "\e234"
1267
}
1268
1269
.glyphicon-option-vertical:before {
1270
content: "\e235"
1271
}
1272
1273
.glyphicon-menu-hamburger:before {
1274
content: "\e236"
1275
}
1276
1277
.glyphicon-modal-window:before {
1278
content: "\e237"
1279
}
1280
1281
.glyphicon-oil:before {
1282
content: "\e238"
1283
}
1284
1285
.glyphicon-grain:before {
1286
content: "\e239"
1287
}
1288
1289
.glyphicon-sunglasses:before {
1290
content: "\e240"
1291
}
1292
1293
.glyphicon-text-size:before {
1294
content: "\e241"
1295
}
1296
1297
.glyphicon-text-color:before {
1298
content: "\e242"
1299
}
1300
1301
.glyphicon-text-background:before {
1302
content: "\e243"
1303
}
1304
1305
.glyphicon-object-align-top:before {
1306
content: "\e244"
1307
}
1308
1309
.glyphicon-object-align-bottom:before {
1310
content: "\e245"
1311
}
1312
1313
.glyphicon-object-align-horizontal:before {
1314
content: "\e246"
1315
}
1316
1317
.glyphicon-object-align-left:before {
1318
content: "\e247"
1319
}
1320
1321
.glyphicon-object-align-vertical:before {
1322
content: "\e248"
1323
}
1324
1325
.glyphicon-object-align-right:before {
1326
content: "\e249"
1327
}
1328
1329
.glyphicon-triangle-right:before {
1330
content: "\e250"
1331
}
1332
1333
.glyphicon-triangle-left:before {
1334
content: "\e251"
1335
}
1336
1337
.glyphicon-triangle-bottom:before {
1338
content: "\e252"
1339
}
1340
1341
.glyphicon-triangle-top:before {
1342
content: "\e253"
1343
}
1344
1345
.glyphicon-console:before {
1346
content: "\e254"
1347
}
1348
1349
.glyphicon-superscript:before {
1350
content: "\e255"
1351
}
1352
1353
.glyphicon-subscript:before {
1354
content: "\e256"
1355
}
1356
1357
.glyphicon-menu-left:before {
1358
content: "\e257"
1359
}
1360
1361
.glyphicon-menu-right:before {
1362
content: "\e258"
1363
}
1364
1365
.glyphicon-menu-down:before {
1366
content: "\e259"
1367
}
1368
1369
.glyphicon-menu-up:before {
1370
content: "\e260"
1371
}
1372
1373
* {
1374
-webkit-box-sizing: border-box;
1375
-moz-box-sizing: border-box;
1376
box-sizing: border-box
1377
}
1378
1379
:after,
1380
:before {
1381
-webkit-box-sizing: border-box;
1382
-moz-box-sizing: border-box;
1383
box-sizing: border-box
1384
}
1385
1386
html {
1387
font-size: 10px;
1388
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
1389
}
1390
1391
body {
1392
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1393
font-size: 14px;
1394
line-height: 1.42857143;
1395
color: #333;
1396
background-color: #fff
1397
}
1398
1399
button,
1400
input,
1401
select,
1402
textarea {
1403
font-family: inherit;
1404
font-size: inherit;
1405
line-height: inherit
1406
}
1407
1408
a {
1409
color: #337ab7;
1410
text-decoration: none
1411
}
1412
1413
a:focus,
1414
a:hover {
1415
color: #23527c;
1416
text-decoration: underline
1417
}
1418
1419
a:focus {
1420
outline: thin dotted;
1421
outline: 5px auto -webkit-focus-ring-color;
1422
outline-offset: -2px
1423
}
1424
1425
figure {
1426
margin: 0
1427
}
1428
1429
img {
1430
vertical-align: middle
1431
}
1432
1433
.carousel-inner>.item>a>img,
1434
.carousel-inner>.item>img,
1435
.img-responsive,
1436
.thumbnail a>img,
1437
.thumbnail>img {
1438
display: block;
1439
max-width: 100%;
1440
height: auto
1441
}
1442
1443
.img-rounded {
1444
border-radius: 6px
1445
}
1446
1447
.img-thumbnail {
1448
display: inline-block;
1449
max-width: 100%;
1450
height: auto;
1451
padding: 4px;
1452
line-height: 1.42857143;
1453
background-color: #fff;
1454
border: 1px solid #ddd;
1455
border-radius: 4px;
1456
-webkit-transition: all .2s ease-in-out;
1457
-o-transition: all .2s ease-in-out;
1458
transition: all .2s ease-in-out
1459
}
1460
1461
.img-circle {
1462
border-radius: 50%
1463
}
1464
1465
hr {
1466
margin-top: 20px;
1467
margin-bottom: 20px;
1468
border: 0;
1469
border-top: 1px solid #eee
1470
}
1471
1472
.sr-only {
1473
position: absolute;
1474
width: 1px;
1475
height: 1px;
1476
padding: 0;
1477
margin: -1px;
1478
overflow: hidden;
1479
clip: rect(0, 0, 0, 0);
1480
border: 0
1481
}
1482
1483
.sr-only-focusable:active,
1484
.sr-only-focusable:focus {
1485
position: static;
1486
width: auto;
1487
height: auto;
1488
margin: 0;
1489
overflow: visible;
1490
clip: auto
1491
}
1492
1493
[role=button] {
1494
cursor: pointer
1495
}
1496
1497
.h1,
1498
.h2,
1499
.h3,
1500
.h4,
1501
.h5,
1502
.h6,
1503
h1,
1504
h2,
1505
h3,
1506
h4,
1507
h5,
1508
h6 {
1509
font-family: inherit;
1510
font-weight: 500;
1511
line-height: 1.1;
1512
color: inherit
1513
}
1514
1515
.h1 .small,
1516
.h1 small,
1517
.h2 .small,
1518
.h2 small,
1519
.h3 .small,
1520
.h3 small,
1521
.h4 .small,
1522
.h4 small,
1523
.h5 .small,
1524
.h5 small,
1525
.h6 .small,
1526
.h6 small,
1527
h1 .small,
1528
h1 small,
1529
h2 .small,
1530
h2 small,
1531
h3 .small,
1532
h3 small,
1533
h4 .small,
1534
h4 small,
1535
h5 .small,
1536
h5 small,
1537
h6 .small,
1538
h6 small {
1539
font-weight: 400;
1540
line-height: 1;
1541
color: #777
1542
}
1543
1544
.h1,
1545
.h2,
1546
.h3,
1547
h1,
1548
h2,
1549
h3 {
1550
margin-top: 20px;
1551
margin-bottom: 10px
1552
}
1553
1554
.h1 .small,
1555
.h1 small,
1556
.h2 .small,
1557
.h2 small,
1558
.h3 .small,
1559
.h3 small,
1560
h1 .small,
1561
h1 small,
1562
h2 .small,
1563
h2 small,
1564
h3 .small,
1565
h3 small {
1566
font-size: 65%
1567
}
1568
1569
.h4,
1570
.h5,
1571
.h6,
1572
h4,
1573
h5,
1574
h6 {
1575
margin-top: 10px;
1576
margin-bottom: 10px
1577
}
1578
1579
.h4 .small,
1580
.h4 small,
1581
.h5 .small,
1582
.h5 small,
1583
.h6 .small,
1584
.h6 small,
1585
h4 .small,
1586
h4 small,
1587
h5 .small,
1588
h5 small,
1589
h6 .small,
1590
h6 small {
1591
font-size: 75%
1592
}
1593
1594
.h1,
1595
h1 {
1596
font-size: 36px
1597
}
1598
1599
.h2,
1600
h2 {
1601
font-size: 30px
1602
}
1603
1604
.h3,
1605
h3 {
1606
font-size: 24px
1607
}
1608
1609
.h4,
1610
h4 {
1611
font-size: 18px
1612
}
1613
1614
.h5,
1615
h5 {
1616
font-size: 14px
1617
}
1618
1619
.h6,
1620
h6 {
1621
font-size: 12px
1622
}
1623
1624
p {
1625
margin: 0 0 10px
1626
}
1627
1628
.lead {
1629
margin-bottom: 20px;
1630
font-size: 16px;
1631
font-weight: 300;
1632
line-height: 1.4
1633
}
1634
1635
@media (min-width:768px) {
1636
.lead {
1637
font-size: 21px
1638
}
1639
}
1640
1641
.small,
1642
small {
1643
font-size: 85%
1644
}
1645
1646
.mark,
1647
mark {
1648
padding: .2em;
1649
background-color: #fcf8e3
1650
}
1651
1652
.text-left {
1653
text-align: left
1654
}
1655
1656
.text-right {
1657
text-align: right
1658
}
1659
1660
.text-center {
1661
text-align: center
1662
}
1663
1664
.text-justify {
1665
text-align: justify
1666
}
1667
1668
.text-nowrap {
1669
white-space: nowrap
1670
}
1671
1672
.text-lowercase {
1673
text-transform: lowercase
1674
}
1675
1676
.text-uppercase {
1677
text-transform: uppercase
1678
}
1679
1680
.text-capitalize {
1681
text-transform: capitalize
1682
}
1683
1684
.text-muted {
1685
color: #777
1686
}
1687
1688
.text-primary {
1689
color: #337ab7
1690
}
1691
1692
a.text-primary:focus,
1693
a.text-primary:hover {
1694
color: #286090
1695
}
1696
1697
.text-success {
1698
color: #3c763d
1699
}
1700
1701
a.text-success:focus,
1702
a.text-success:hover {
1703
color: #2b542c
1704
}
1705
1706
.text-info {
1707
color: #31708f
1708
}
1709
1710
a.text-info:focus,
1711
a.text-info:hover {
1712
color: #245269
1713
}
1714
1715
.text-warning {
1716
color: #8a6d3b
1717
}
1718
1719
a.text-warning:focus,
1720
a.text-warning:hover {
1721
color: #66512c
1722
}
1723
1724
.text-danger {
1725
color: #a94442
1726
}
1727
1728
a.text-danger:focus,
1729
a.text-danger:hover {
1730
color: #843534
1731
}
1732
1733
.bg-primary {
1734
color: #fff;
1735
background-color: #337ab7
1736
}
1737
1738
a.bg-primary:focus,
1739
a.bg-primary:hover {
1740
background-color: #286090
1741
}
1742
1743
.bg-success {
1744
background-color: #dff0d8
1745
}
1746
1747
a.bg-success:focus,
1748
a.bg-success:hover {
1749
background-color: #c1e2b3
1750
}
1751
1752
.bg-info {
1753
background-color: #d9edf7
1754
}
1755
1756
a.bg-info:focus,
1757
a.bg-info:hover {
1758
background-color: #afd9ee
1759
}
1760
1761
.bg-warning {
1762
background-color: #fcf8e3
1763
}
1764
1765
a.bg-warning:focus,
1766
a.bg-warning:hover {
1767
background-color: #f7ecb5
1768
}
1769
1770
.bg-danger {
1771
background-color: #f2dede
1772
}
1773
1774
a.bg-danger:focus,
1775
a.bg-danger:hover {
1776
background-color: #e4b9b9
1777
}
1778
1779
.page-header {
1780
padding-bottom: 9px;
1781
margin: 40px 0 20px;
1782
border-bottom: 1px solid #eee
1783
}
1784
1785
ol,
1786
ul {
1787
margin-top: 0;
1788
margin-bottom: 10px
1789
}
1790
1791
ol ol,
1792
ol ul,
1793
ul ol,
1794
ul ul {
1795
margin-bottom: 0
1796
}
1797
1798
.list-unstyled {
1799
padding-left: 0;
1800
list-style: none
1801
}
1802
1803
.list-inline {
1804
padding-left: 0;
1805
margin-left: -5px;
1806
list-style: none
1807
}
1808
1809
.list-inline>li {
1810
display: inline-block;
1811
padding-right: 5px;
1812
padding-left: 5px
1813
}
1814
1815
dl {
1816
margin-top: 0;
1817
margin-bottom: 20px
1818
}
1819
1820
dd,
1821
dt {
1822
line-height: 1.42857143
1823
}
1824
1825
dt {
1826
font-weight: 700
1827
}
1828
1829
dd {
1830
margin-left: 0
1831
}
1832
1833
@media (min-width:768px) {
1834
.dl-horizontal dt {
1835
float: left;
1836
width: 160px;
1837
overflow: hidden;
1838
clear: left;
1839
text-align: right;
1840
text-overflow: ellipsis;
1841
white-space: nowrap
1842
}
1843
.dl-horizontal dd {
1844
margin-left: 180px
1845
}
1846
}
1847
1848
abbr[data-original-title],
1849
abbr[title] {
1850
cursor: help;
1851
border-bottom: 1px dotted #777
1852
}
1853
1854
.initialism {
1855
font-size: 90%;
1856
text-transform: uppercase
1857
}
1858
1859
blockquote {
1860
padding: 10px 20px;
1861
margin: 0 0 20px;
1862
font-size: 17.5px;
1863
border-left: 5px solid #eee
1864
}
1865
1866
blockquote ol:last-child,
1867
blockquote p:last-child,
1868
blockquote ul:last-child {
1869
margin-bottom: 0
1870
}
1871
1872
blockquote .small,
1873
blockquote footer,
1874
blockquote small {
1875
display: block;
1876
font-size: 80%;
1877
line-height: 1.42857143;
1878
color: #777
1879
}
1880
1881
blockquote .small:before,
1882
blockquote footer:before,
1883
blockquote small:before {
1884
content: '\2014 \00A0'
1885
}
1886
1887
.blockquote-reverse,
1888
blockquote.pull-right {
1889
padding-right: 15px;
1890
padding-left: 0;
1891
text-align: right;
1892
border-right: 5px solid #eee;
1893
border-left: 0
1894
}
1895
1896
.blockquote-reverse .small:before,
1897
.blockquote-reverse footer:before,
1898
.blockquote-reverse small:before,
1899
blockquote.pull-right .small:before,
1900
blockquote.pull-right footer:before,
1901
blockquote.pull-right small:before {
1902
content: ''
1903
}
1904
1905
.blockquote-reverse .small:after,
1906
.blockquote-reverse footer:after,
1907
.blockquote-reverse small:after,
1908
blockquote.pull-right .small:after,
1909
blockquote.pull-right footer:after,
1910
blockquote.pull-right small:after {
1911
content: '\00A0 \2014'
1912
}
1913
1914
address {
1915
margin-bottom: 20px;
1916
font-style: normal;
1917
line-height: 1.42857143
1918
}
1919
1920
code,
1921
kbd,
1922
pre,
1923
samp {
1924
font-family: Menlo, Monaco, Consolas, "Courier New", monospace
1925
}
1926
1927
code {
1928
padding: 2px 4px;
1929
font-size: 90%;
1930
color: #c7254e;
1931
background-color: #f9f2f4;
1932
border-radius: 4px
1933
}
1934
1935
kbd {
1936
padding: 2px 4px;
1937
font-size: 90%;
1938
color: #fff;
1939
background-color: #333;
1940
border-radius: 3px;
1941
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1942
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
1943
}
1944
1945
kbd kbd {
1946
padding: 0;
1947
font-size: 100%;
1948
font-weight: 700;
1949
-webkit-box-shadow: none;
1950
box-shadow: none
1951
}
1952
1953
pre {
1954
display: block;
1955
padding: 9.5px;
1956
margin: 0 0 10px;
1957
font-size: 13px;
1958
line-height: 1.42857143;
1959
color: #333;
1960
word-break: break-all;
1961
word-wrap: break-word;
1962
background-color: #f5f5f5;
1963
border: 1px solid #ccc;
1964
border-radius: 4px
1965
}
1966
1967
pre code {
1968
padding: 0;
1969
font-size: inherit;
1970
color: inherit;
1971
white-space: pre-wrap;
1972
background-color: transparent;
1973
border-radius: 0
1974
}
1975
1976
.pre-scrollable {
1977
max-height: 340px;
1978
overflow-y: scroll
1979
}
1980
1981
.container,
1982
.container_social {
1983
padding-right: 15px;
1984
padding-left: 15px;
1985
margin-right: auto;
1986
margin-left: auto
1987
}
1988
1989
@media (min-width:768px) {
1990
.container,
1991
.container_social {
1992
width: 750px
1993
}
1994
}
1995
1996
@media (min-width:992px) {
1997
.container,
1998
.container_social {
1999
width: 970px
2000
}
2001
}
2002
2003
@media (min-width:1200px) {
2004
.container,
2005
.container_social {
2006
width: 1170px
2007
}
2008
}
2009
2010
.container-fluid {
2011
padding-right: 15px;
2012
padding-left: 15px;
2013
margin-right: auto;
2014
margin-left: auto
2015
}
2016
2017
.row {
2018
margin-right: -15px;
2019
margin-left: -15px
2020
}
2021
2022
.col-lg-1,
2023
.col-lg-10,
2024
.col-lg-11,
2025
.col-lg-12,
2026
.col-lg-2,
2027
.col-lg-3,
2028
.col-lg-4,
2029
.col-lg-5,
2030
.col-lg-6,
2031
.col-lg-7,
2032
.col-lg-8,
2033
.col-lg-9,
2034
.col-md-1,
2035
.col-md-10,
2036
.col-md-11,
2037
.col-md-12,
2038
.col-md-2,
2039
.col-md-3,
2040
.col-md-4,
2041
.col-md-5,
2042
.col-md-6,
2043
.col-md-7,
2044
.col-md-8,
2045
.col-md-9,
2046
.col-sm-1,
2047
.col-sm-10,
2048
.col-sm-11,
2049
.col-sm-12,
2050
.col-sm-2,
2051
.col-sm-3,
2052
.col-sm-4,
2053
.col-sm-5,
2054
.col-sm-6,
2055
.col-sm-7,
2056
.col-sm-8,
2057
.col-sm-9,
2058
.col-xs-1,
2059
.col-xs-10,
2060
.col-xs-11,
2061
.col-xs-12,
2062
.col-xs-2,
2063
.col-xs-3,
2064
.col-xs-4,
2065
.col-xs-5,
2066
.col-xs-6,
2067
.col-xs-7,
2068
.col-xs-8,
2069
.col-xs-9 {
2070
position: relative;
2071
min-height: 1px;
2072
padding-right: 15px;
2073
padding-left: 15px
2074
}
2075
2076
.col-xs-1,
2077
.col-xs-10,
2078
.col-xs-11,
2079
.col-xs-12,
2080
.col-xs-2,
2081
.col-xs-3,
2082
.col-xs-4,
2083
.col-xs-5,
2084
.col-xs-6,
2085
.col-xs-7,
2086
.col-xs-8,
2087
.col-xs-9 {
2088
float: left
2089
}
2090
2091
.col-xs-12 {
2092
width: 100%
2093
}
2094
2095
.col-xs-11 {
2096
width: 91.66666667%
2097
}
2098
2099
.col-xs-10 {
2100
width: 83.33333333%
2101
}
2102
2103
.col-xs-9 {
2104
width: 75%
2105
}
2106
2107
.col-xs-8 {
2108
width: 66.66666667%
2109
}
2110
2111
.col-xs-7 {
2112
width: 58.33333333%
2113
}
2114
2115
.col-xs-6 {
2116
width: 50%
2117
}
2118
2119
.col-xs-5 {
2120
width: 41.66666667%
2121
}
2122
2123
.col-xs-4 {
2124
width: 33.33333333%
2125
}
2126
2127
.col-xs-3 {
2128
width: 25%
2129
}
2130
2131
.col-xs-2 {
2132
width: 16.66666667%
2133
}
2134
2135
.col-xs-1 {
2136
width: 8.33333333%
2137
}
2138
2139
.col-xs-pull-12 {
2140
right: 100%
2141
}
2142
2143
.col-xs-pull-11 {
2144
right: 91.66666667%
2145
}
2146
2147
.col-xs-pull-10 {
2148
right: 83.33333333%
2149
}
2150
2151
.col-xs-pull-9 {
2152
right: 75%
2153
}
2154
2155
.col-xs-pull-8 {
2156
right: 66.66666667%
2157
}
2158
2159
.col-xs-pull-7 {
2160
right: 58.33333333%
2161
}
2162
2163
.col-xs-pull-6 {
2164
right: 50%
2165
}
2166
2167
.col-xs-pull-5 {
2168
right: 41.66666667%
2169
}
2170
2171
.col-xs-pull-4 {
2172
right: 33.33333333%
2173
}
2174
2175
.col-xs-pull-3 {
2176
right: 25%
2177
}
2178
2179
.col-xs-pull-2 {
2180
right: 16.66666667%
2181
}
2182
2183
.col-xs-pull-1 {
2184
right: 8.33333333%
2185
}
2186
2187
.col-xs-pull-0 {
2188
right: auto
2189
}
2190
2191
.col-xs-push-12 {
2192
left: 100%
2193
}
2194
2195
.col-xs-push-11 {
2196
left: 91.66666667%
2197
}
2198
2199
.col-xs-push-10 {
2200
left: 83.33333333%
2201
}
2202
2203
.col-xs-push-9 {
2204
left: 75%
2205
}
2206
2207
.col-xs-push-8 {
2208
left: 66.66666667%
2209
}
2210
2211
.col-xs-push-7 {
2212
left: 58.33333333%
2213
}
2214
2215
.col-xs-push-6 {
2216
left: 50%
2217
}
2218
2219
.col-xs-push-5 {
2220
left: 41.66666667%
2221
}
2222
2223
.col-xs-push-4 {
2224
left: 33.33333333%
2225
}
2226
2227
.col-xs-push-3 {
2228
left: 25%
2229
}
2230
2231
.col-xs-push-2 {
2232
left: 16.66666667%
2233
}
2234
2235
.col-xs-push-1 {
2236
left: 8.33333333%
2237
}
2238
2239
.col-xs-push-0 {
2240
left: auto
2241
}
2242
2243
.col-xs-offset-12 {
2244
margin-left: 100%
2245
}
2246
2247
.col-xs-offset-11 {
2248
margin-left: 91.66666667%
2249
}
2250
2251
.col-xs-offset-10 {
2252
margin-left: 83.33333333%
2253
}
2254
2255
.col-xs-offset-9 {
2256
margin-left: 75%
2257
}
2258
2259
.col-xs-offset-8 {
2260
margin-left: 66.66666667%
2261
}
2262
2263
.col-xs-offset-7 {
2264
margin-left: 58.33333333%
2265
}
2266
2267
.col-xs-offset-6 {
2268
margin-left: 50%
2269
}
2270
2271
.col-xs-offset-5 {
2272
margin-left: 41.66666667%
2273
}
2274
2275
.col-xs-offset-4 {
2276
margin-left: 33.33333333%
2277
}
2278
2279
.col-xs-offset-3 {
2280
margin-left: 25%
2281
}
2282
2283
.col-xs-offset-2 {
2284
margin-left: 16.66666667%
2285
}
2286
2287
.col-xs-offset-1 {
2288
margin-left: 8.33333333%
2289
}
2290
2291
.col-xs-offset-0 {
2292
margin-left: 0
2293
}
2294
2295
@media (min-width:768px) {
2296
.col-sm-1,
2297
.col-sm-10,
2298
.col-sm-11,
2299
.col-sm-12,
2300
.col-sm-2,
2301
.col-sm-3,
2302
.col-sm-4,
2303
.col-sm-5,
2304
.col-sm-6,
2305
.col-sm-7,
2306
.col-sm-8,
2307
.col-sm-9 {
2308
float: left
2309
}
2310
.col-sm-12 {
2311
width: 100%
2312
}
2313
.col-sm-11 {
2314
width: 91.66666667%
2315
}
2316
.col-sm-10 {
2317
width: 83.33333333%
2318
}
2319
.col-sm-9 {
2320
width: 75%
2321
}
2322
.col-sm-8 {
2323
width: 66.66666667%
2324
}
2325
.col-sm-7 {
2326
width: 58.33333333%
2327
}
2328
.col-sm-6 {
2329
width: 50%
2330
}
2331
.col-sm-5 {
2332
width: 41.66666667%
2333
}
2334
.col-sm-4 {
2335
width: 33.33333333%
2336
}
2337
.col-sm-3 {
2338
width: 25%
2339
}
2340
.col-sm-2 {
2341
width: 16.66666667%
2342
}
2343
.col-sm-1 {
2344
width: 8.33333333%
2345
}
2346
.col-sm-pull-12 {
2347
right: 100%
2348
}
2349
.col-sm-pull-11 {
2350
right: 91.66666667%
2351
}
2352
.col-sm-pull-10 {
2353
right: 83.33333333%
2354
}
2355
.col-sm-pull-9 {
2356
right: 75%
2357
}
2358
.col-sm-pull-8 {
2359
right: 66.66666667%
2360
}
2361
.col-sm-pull-7 {
2362
right: 58.33333333%
2363
}
2364
.col-sm-pull-6 {
2365
right: 50%
2366
}
2367
.col-sm-pull-5 {
2368
right: 41.66666667%
2369
}
2370
.col-sm-pull-4 {
2371
right: 33.33333333%
2372
}
2373
.col-sm-pull-3 {
2374
right: 25%
2375
}
2376
.col-sm-pull-2 {
2377
right: 16.66666667%
2378
}
2379
.col-sm-pull-1 {
2380
right: 8.33333333%
2381
}
2382
.col-sm-pull-0 {
2383
right: auto
2384
}
2385
.col-sm-push-12 {
2386
left: 100%
2387
}
2388
.col-sm-push-11 {
2389
left: 91.66666667%
2390
}
2391
.col-sm-push-10 {
2392
left: 83.33333333%
2393
}
2394
.col-sm-push-9 {
2395
left: 75%
2396
}
2397
.col-sm-push-8 {
2398
left: 66.66666667%
2399
}
2400
.col-sm-push-7 {
2401
left: 58.33333333%
2402
}
2403
.col-sm-push-6 {
2404
left: 50%
2405
}
2406
.col-sm-push-5 {
2407
left: 41.66666667%
2408
}
2409
.col-sm-push-4 {
2410
left: 33.33333333%
2411
}
2412
.col-sm-push-3 {
2413
left: 25%
2414
}
2415
.col-sm-push-2 {
2416
left: 16.66666667%
2417
}
2418
.col-sm-push-1 {
2419
left: 8.33333333%
2420
}
2421
.col-sm-push-0 {
2422
left: auto
2423
}
2424
.col-sm-offset-12 {
2425
margin-left: 100%
2426
}
2427
.col-sm-offset-11 {
2428
margin-left: 91.66666667%
2429
}
2430
.col-sm-offset-10 {
2431
margin-left: 83.33333333%
2432
}
2433
.col-sm-offset-9 {
2434
margin-left: 75%
2435
}
2436
.col-sm-offset-8 {
2437
margin-left: 66.66666667%
2438
}
2439
.col-sm-offset-7 {
2440
margin-left: 58.33333333%
2441
}
2442
.col-sm-offset-6 {
2443
margin-left: 50%
2444
}
2445
.col-sm-offset-5 {
2446
margin-left: 41.66666667%
2447
}
2448
.col-sm-offset-4 {
2449
margin-left: 33.33333333%
2450
}
2451
.col-sm-offset-3 {
2452
margin-left: 25%
2453
}
2454
.col-sm-offset-2 {
2455
margin-left: 16.66666667%
2456
}
2457
.col-sm-offset-1 {
2458
margin-left: 8.33333333%
2459
}
2460
.col-sm-offset-0 {
2461
margin-left: 0
2462
}
2463
}
2464
2465
@media (min-width:992px) {
2466
.col-md-1,
2467
.col-md-10,
2468
.col-md-11,
2469
.col-md-12,
2470
.col-md-2,
2471
.col-md-3,
2472
.col-md-4,
2473
.col-md-5,
2474
.col-md-6,
2475
.col-md-7,
2476
.col-md-8,
2477
.col-md-9 {
2478
float: left
2479
}
2480
.col-md-12 {
2481
width: 100%
2482
}
2483
.col-md-11 {
2484
width: 91.66666667%
2485
}
2486
.col-md-10 {
2487
width: 83.33333333%
2488
}
2489
.col-md-9 {
2490
width: 75%
2491
}
2492
.col-md-8 {
2493
width: 66.66666667%
2494
}
2495
.col-md-7 {
2496
width: 58.33333333%
2497
}
2498
.col-md-6 {
2499
width: 50%
2500
}
2501
.col-md-5 {
2502
width: 41.66666667%
2503
}
2504
.col-md-4 {
2505
width: 33.33333333%
2506
}
2507
.col-md-3 {
2508
width: 25%
2509
}
2510
.col-md-2 {
2511
width: 16.66666667%
2512
}
2513
.col-md-1 {
2514
width: 8.33333333%
2515
}
2516
.col-md-pull-12 {
2517
right: 100%
2518
}
2519
.col-md-pull-11 {
2520
right: 91.66666667%
2521
}
2522
.col-md-pull-10 {
2523
right: 83.33333333%
2524
}
2525
.col-md-pull-9 {
2526
right: 75%
2527
}
2528
.col-md-pull-8 {
2529
right: 66.66666667%
2530
}
2531
.col-md-pull-7 {
2532
right: 58.33333333%
2533
}
2534
.col-md-pull-6 {
2535
right: 50%
2536
}
2537
.col-md-pull-5 {
2538
right: 41.66666667%
2539
}
2540
.col-md-pull-4 {
2541
right: 33.33333333%
2542
}
2543
.col-md-pull-3 {
2544
right: 25%
2545
}
2546
.col-md-pull-2 {
2547
right: 16.66666667%
2548
}
2549
.col-md-pull-1 {
2550
right: 8.33333333%
2551
}
2552
.col-md-pull-0 {
2553
right: auto
2554
}
2555
.col-md-push-12 {
2556
left: 100%
2557
}
2558
.col-md-push-11 {
2559
left: 91.66666667%
2560
}
2561
.col-md-push-10 {
2562
left: 83.33333333%
2563
}
2564
.col-md-push-9 {
2565
left: 75%
2566
}
2567
.col-md-push-8 {
2568
left: 66.66666667%
2569
}
2570
.col-md-push-7 {
2571
left: 58.33333333%
2572
}
2573
.col-md-push-6 {
2574
left: 50%
2575
}
2576
.col-md-push-5 {
2577
left: 41.66666667%
2578
}
2579
.col-md-push-4 {
2580
left: 33.33333333%
2581
}
2582
.col-md-push-3 {
2583
left: 25%
2584
}
2585
.col-md-push-2 {
2586
left: 16.66666667%
2587
}
2588
.col-md-push-1 {
2589
left: 8.33333333%
2590
}
2591
.col-md-push-0 {
2592
left: auto
2593
}
2594
.col-md-offset-12 {
2595
margin-left: 100%
2596
}
2597
.col-md-offset-11 {
2598
margin-left: 91.66666667%
2599
}
2600
.col-md-offset-10 {
2601
margin-left: 83.33333333%
2602
}
2603
.col-md-offset-9 {
2604
margin-left: 75%
2605
}
2606
.col-md-offset-8 {
2607
margin-left: 66.66666667%
2608
}
2609
.col-md-offset-7 {
2610
margin-left: 58.33333333%
2611
}
2612
.col-md-offset-6 {
2613
margin-left: 50%
2614
}
2615
.col-md-offset-5 {
2616
margin-left: 41.66666667%
2617
}
2618
.col-md-offset-4 {
2619
margin-left: 33.33333333%
2620
}
2621
.col-md-offset-3 {
2622
margin-left: 25%
2623
}
2624
.col-md-offset-2 {
2625
margin-left: 16.66666667%
2626
}
2627
.col-md-offset-1 {
2628
margin-left: 8.33333333%
2629
}
2630
.col-md-offset-0 {
2631
margin-left: 0
2632
}
2633
}
2634
2635
@media (min-width:1200px) {
2636
.col-lg-1,
2637
.col-lg-10,
2638
.col-lg-11,
2639
.col-lg-12,
2640
.col-lg-2,
2641
.col-lg-3,
2642
.col-lg-4,
2643
.col-lg-5,
2644
.col-lg-6,
2645
.col-lg-7,
2646
.col-lg-8,
2647
.col-lg-9 {
2648
float: left
2649
}
2650
.col-lg-12 {
2651
width: 100%
2652
}
2653
.col-lg-11 {
2654
width: 91.66666667%
2655
}
2656
.col-lg-10 {
2657
width: 83.33333333%
2658
}
2659
.col-lg-9 {
2660
width: 75%
2661
}
2662
.col-lg-8 {
2663
width: 66.66666667%
2664
}
2665
.col-lg-7 {
2666
width: 58.33333333%
2667
}
2668
.col-lg-6 {
2669
width: 50%
2670
}
2671
.col-lg-5 {
2672
width: 41.66666667%
2673
}
2674
.col-lg-4 {
2675
width: 33.33333333%
2676
}
2677
.col-lg-3 {
2678
width: 25%
2679
}
2680
.col-lg-2 {
2681
width: 16.66666667%
2682
}
2683
.col-lg-1 {
2684
width: 8.33333333%
2685
}
2686
.col-lg-pull-12 {
2687
right: 100%
2688
}
2689
.col-lg-pull-11 {
2690
right: 91.66666667%
2691
}
2692
.col-lg-pull-10 {
2693
right: 83.33333333%
2694
}
2695
.col-lg-pull-9 {
2696
right: 75%
2697
}
2698
.col-lg-pull-8 {
2699
right: 66.66666667%
2700
}
2701
.col-lg-pull-7 {
2702
right: 58.33333333%
2703
}
2704
.col-lg-pull-6 {
2705
right: 50%
2706
}
2707
.col-lg-pull-5 {
2708
right: 41.66666667%
2709
}
2710
.col-lg-pull-4 {
2711
right: 33.33333333%
2712
}
2713
.col-lg-pull-3 {
2714
right: 25%
2715
}
2716
.col-lg-pull-2 {
2717
right: 16.66666667%
2718
}
2719
.col-lg-pull-1 {
2720
right: 8.33333333%
2721
}
2722
.col-lg-pull-0 {
2723
right: auto
2724
}
2725
.col-lg-push-12 {
2726
left: 100%
2727
}
2728
.col-lg-push-11 {
2729
left: 91.66666667%
2730
}
2731
.col-lg-push-10 {
2732
left: 83.33333333%
2733
}
2734
.col-lg-push-9 {
2735
left: 75%
2736
}
2737
.col-lg-push-8 {
2738
left: 66.66666667%
2739
}
2740
.col-lg-push-7 {
2741
left: 58.33333333%
2742
}
2743
.col-lg-push-6 {
2744
left: 50%
2745
}
2746
.col-lg-push-5 {
2747
left: 41.66666667%
2748
}
2749
.col-lg-push-4 {
2750
left: 33.33333333%
2751
}
2752
.col-lg-push-3 {
2753
left: 25%
2754
}
2755
.col-lg-push-2 {
2756
left: 16.66666667%
2757
}
2758
.col-lg-push-1 {
2759
left: 8.33333333%
2760
}
2761
.col-lg-push-0 {
2762
left: auto
2763
}
2764
.col-lg-offset-12 {
2765
margin-left: 100%
2766
}
2767
.col-lg-offset-11 {
2768
margin-left: 91.66666667%
2769
}
2770
.col-lg-offset-10 {
2771
margin-left: 83.33333333%
2772
}
2773
.col-lg-offset-9 {
2774
margin-left: 75%
2775
}
2776
.col-lg-offset-8 {
2777
margin-left: 66.66666667%
2778
}
2779
.col-lg-offset-7 {
2780
margin-left: 58.33333333%
2781
}
2782
.col-lg-offset-6 {
2783
margin-left: 50%
2784
}
2785
.col-lg-offset-5 {
2786
margin-left: 41.66666667%
2787
}
2788
.col-lg-offset-4 {
2789
margin-left: 33.33333333%
2790
}
2791
.col-lg-offset-3 {
2792
margin-left: 25%
2793
}
2794
.col-lg-offset-2 {
2795
margin-left: 16.66666667%
2796
}
2797
.col-lg-offset-1 {
2798
margin-left: 8.33333333%
2799
}
2800
.col-lg-offset-0 {
2801
margin-left: 0
2802
}
2803
}
2804
2805
@media (min-width:1500px) {
2806
.col-xl-1,
2807
.col-xl-10,
2808
.col-xl-11,
2809
.col-xl-12,
2810
.col-xl-2,
2811
.col-xl-3,
2812
.col-xl-4,
2813
.col-xl-5,
2814
.col-xl-6,
2815
.col-xl-7,
2816
.col-xl-8,
2817
.col-xl-9 {
2818
float: left
2819
}
2820
.col-xl-12 {
2821
width: 100%
2822
}
2823
.col-xl-11 {
2824
width: 91.66666667%
2825
}
2826
.col-xl-10 {
2827
width: 83.33333333%
2828
}
2829
.col-xl-9 {
2830
width: 75%
2831
}
2832
.col-xl-8 {
2833
width: 66.66666667%
2834
}
2835
.col-xl-7 {
2836
width: 58.33333333%
2837
}
2838
.col-xl-6 {
2839
width: 50%
2840
}
2841
.col-xl-5 {
2842
width: 41.66666667%
2843
}
2844
.col-xl-4 {
2845
width: 33.33333333%
2846
}
2847
.col-xl-3 {
2848
width: 25%
2849
}
2850
.col-xl-2 {
2851
width: 16.66666667%
2852
}
2853
.col-xl-1 {
2854
width: 8.33333333%
2855
}
2856
.col-xl-pull-12 {
2857
right: 100%
2858
}
2859
.col-xl-pull-11 {
2860
right: 91.66666667%
2861
}
2862
.col-xl-pull-10 {
2863
right: 83.33333333%
2864
}
2865
.col-xl-pull-9 {
2866
right: 75%
2867
}
2868
.col-xl-pull-8 {
2869
right: 66.66666667%
2870
}
2871
.col-xl-pull-7 {
2872
right: 58.33333333%
2873
}
2874
.col-xl-pull-6 {
2875
right: 50%
2876
}
2877
.col-xl-pull-5 {
2878
right: 41.66666667%
2879
}
2880
.col-xl-pull-4 {
2881
right: 33.33333333%
2882
}
2883
.col-xl-pull-3 {
2884
right: 25%
2885
}
2886
.col-xl-pull-2 {
2887
right: 16.66666667%
2888
}
2889
.col-xl-pull-1 {
2890
right: 8.33333333%
2891
}
2892
.col-xl-pull-0 {
2893
right: auto
2894
}
2895
.col-xl-push-12 {
2896
left: 100%
2897
}
2898
.col-xl-push-11 {
2899
left: 91.66666667%
2900
}
2901
.col-xl-push-10 {
2902
left: 83.33333333%
2903
}
2904
.col-xl-push-9 {
2905
left: 75%
2906
}
2907
.col-xl-push-8 {
2908
left: 66.66666667%
2909
}
2910
.col-xl-push-7 {
2911
left: 58.33333333%
2912
}
2913
.col-xl-push-6 {
2914
left: 50%
2915
}
2916
.col-xl-push-5 {
2917
left: 41.66666667%
2918
}
2919
.col-xl-push-4 {
2920
left: 33.33333333%
2921
}
2922
.col-xl-push-3 {
2923
left: 25%
2924
}
2925
.col-xl-push-2 {
2926
left: 16.66666667%
2927
}
2928
.col-xl-push-1 {
2929
left: 8.33333333%
2930
}
2931
.col-xl-push-0 {
2932
left: auto
2933
}
2934
.col-xl-offset-12 {
2935
margin-left: 100%
2936
}
2937
.col-xl-offset-11 {
2938
margin-left: 91.66666667%
2939
}
2940
.col-xl-offset-10 {
2941
margin-left: 83.33333333%
2942
}
2943
.col-xl-offset-9 {
2944
margin-left: 75%
2945
}
2946
.col-xl-offset-8 {
2947
margin-left: 66.66666667%
2948
}
2949
.col-xl-offset-7 {
2950
margin-left: 58.33333333%
2951
}
2952
.col-xl-offset-6 {
2953
margin-left: 50%
2954
}
2955
.col-xl-offset-5 {
2956
margin-left: 41.66666667%
2957
}
2958
.col-xl-offset-4 {
2959
margin-left: 33.33333333%
2960
}
2961
.col-xl-offset-3 {
2962
margin-left: 25%
2963
}
2964
.col-xl-offset-2 {
2965
margin-left: 16.66666667%
2966
}
2967
.col-xl-offset-1 {
2968
margin-left: 8.33333333%
2969
}
2970
.col-xl-offset-0 {
2971
margin-left: 0
2972
}
2973
}
2974
2975
table {
2976
background-color: transparent
2977
}
2978
2979
caption {
2980
padding-top: 8px;
2981
padding-bottom: 8px;
2982
color: #777;
2983
text-align: left
2984
}
2985
2986
th {
2987
text-align: left
2988
}
2989
2990
.table {
2991
width: 100%;
2992
max-width: 100%;
2993
margin-bottom: 20px
2994
}
2995
2996
.table>tbody>tr>td,
2997
.table>tbody>tr>th,
2998
.table>tfoot>tr>td,
2999
.table>tfoot>tr>th,
3000
.table>thead>tr>td,
3001
.table>thead>tr>th {
3002
padding: 8px;
3003
line-height: 1.42857143;
3004
vertical-align: top;
3005
border-top: 1px solid #ddd
3006
}
3007
3008
.table>thead>tr>th {
3009
vertical-align: bottom;
3010
border-bottom: 2px solid #ddd
3011
}
3012
3013
.table>caption+thead>tr:first-child>td,
3014
.table>caption+thead>tr:first-child>th,
3015
.table>colgroup+thead>tr:first-child>td,
3016
.table>colgroup+thead>tr:first-child>th,
3017
.table>thead:first-child>tr:first-child>td,
3018
.table>thead:first-child>tr:first-child>th {
3019
border-top: 0
3020
}
3021
3022
.table>tbody+tbody {
3023
border-top: 2px solid #ddd
3024
}
3025
3026
.table .table {
3027
background-color: #fff
3028
}
3029
3030
.table-condensed>tbody>tr>td,
3031
.table-condensed>tbody>tr>th,
3032
.table-condensed>tfoot>tr>td,
3033
.table-condensed>tfoot>tr>th,
3034
.table-condensed>thead>tr>td,
3035
.table-condensed>thead>tr>th {
3036
padding: 5px
3037
}
3038
3039
.table-bordered {
3040
border: 1px solid #ddd
3041
}
3042
3043
.table-bordered>tbody>tr>td,
3044
.table-bordered>tbody>tr>th,
3045
.table-bordered>tfoot>tr>td,
3046
.table-bordered>tfoot>tr>th,
3047
.table-bordered>thead>tr>td,
3048
.table-bordered>thead>tr>th {
3049
border: 1px solid #ddd
3050
}
3051
3052
.table-bordered>thead>tr>td,
3053
.table-bordered>thead>tr>th {
3054
border-bottom-width: 2px
3055
}
3056
3057
.table-striped>tbody>tr:nth-of-type(odd) {
3058
background-color: #f9f9f9
3059
}
3060
3061
.table-hover>tbody>tr:hover {
3062
background-color: #f5f5f5
3063
}
3064
3065
table col[class*=col-] {
3066
position: static;
3067
display: table-column;
3068
float: none
3069
}
3070
3071
table td[class*=col-],
3072
table th[class*=col-] {
3073
position: static;
3074
display: table-cell;
3075
float: none
3076
}
3077
3078
.table>tbody>tr.active>td,
3079
.table>tbody>tr.active>th,
3080
.table>tbody>tr>td.active,
3081
.table>tbody>tr>th.active,
3082
.table>tfoot>tr.active>td,
3083
.table>tfoot>tr.active>th,
3084
.table>tfoot>tr>td.active,
3085
.table>tfoot>tr>th.active,
3086
.table>thead>tr.active>td,
3087
.table>thead>tr.active>th,
3088
.table>thead>tr>td.active,
3089
.table>thead>tr>th.active {
3090
background-color: #f5f5f5
3091
}
3092
3093
.table-hover>tbody>tr.active:hover>td,
3094
.table-hover>tbody>tr.active:hover>th,
3095
.table-hover>tbody>tr:hover>.active,
3096
.table-hover>tbody>tr>td.active:hover,
3097
.table-hover>tbody>tr>th.active:hover {
3098
background-color: #e8e8e8
3099
}
3100
3101
.table>tbody>tr.success>td,
3102
.table>tbody>tr.success>th,
3103
.table>tbody>tr>td.success,
3104
.table>tbody>tr>th.success,
3105
.table>tfoot>tr.success>td,
3106
.table>tfoot>tr.success>th,
3107
.table>tfoot>tr>td.success,
3108
.table>tfoot>tr>th.success,
3109
.table>thead>tr.success>td,
3110
.table>thead>tr.success>th,
3111
.table>thead>tr>td.success,
3112
.table>thead>tr>th.success {
3113
background-color: #dff0d8
3114
}
3115
3116
.table-hover>tbody>tr.success:hover>td,
3117
.table-hover>tbody>tr.success:hover>th,
3118
.table-hover>tbody>tr:hover>.success,
3119
.table-hover>tbody>tr>td.success:hover,
3120
.table-hover>tbody>tr>th.success:hover {
3121
background-color: #d0e9c6
3122
}
3123
3124
.table>tbody>tr.info>td,
3125
.table>tbody>tr.info>th,
3126
.table>tbody>tr>td.info,
3127
.table>tbody>tr>th.info,
3128
.table>tfoot>tr.info>td,
3129
.table>tfoot>tr.info>th,
3130
.table>tfoot>tr>td.info,
3131
.table>tfoot>tr>th.info,
3132
.table>thead>tr.info>td,
3133
.table>thead>tr.info>th,
3134
.table>thead>tr>td.info,
3135
.table>thead>tr>th.info {
3136
background-color: #d9edf7
3137
}
3138
3139
.table-hover>tbody>tr.info:hover>td,
3140
.table-hover>tbody>tr.info:hover>th,
3141
.table-hover>tbody>tr:hover>.info,
3142
.table-hover>tbody>tr>td.info:hover,
3143
.table-hover>tbody>tr>th.info:hover {
3144
background-color: #c4e3f3
3145
}
3146
3147
.table>tbody>tr.warning>td,
3148
.table>tbody>tr.warning>th,
3149
.table>tbody>tr>td.warning,
3150
.table>tbody>tr>th.warning,
3151
.table>tfoot>tr.warning>td,
3152
.table>tfoot>tr.warning>th,
3153
.table>tfoot>tr>td.warning,
3154
.table>tfoot>tr>th.warning,
3155
.table>thead>tr.warning>td,
3156
.table>thead>tr.warning>th,
3157
.table>thead>tr>td.warning,
3158
.table>thead>tr>th.warning {
3159
background-color: #fcf8e3
3160
}
3161
3162
.table-hover>tbody>tr.warning:hover>td,
3163
.table-hover>tbody>tr.warning:hover>th,
3164
.table-hover>tbody>tr:hover>.warning,
3165
.table-hover>tbody>tr>td.warning:hover,
3166
.table-hover>tbody>tr>th.warning:hover {
3167
background-color: #faf2cc
3168
}
3169
3170
.table>tbody>tr.danger>td,
3171
.table>tbody>tr.danger>th,
3172
.table>tbody>tr>td.danger,
3173
.table>tbody>tr>th.danger,
3174
.table>tfoot>tr.danger>td,
3175
.table>tfoot>tr.danger>th,
3176
.table>tfoot>tr>td.danger,
3177
.table>tfoot>tr>th.danger,
3178
.table>thead>tr.danger>td,
3179
.table>thead>tr.danger>th,
3180
.table>thead>tr>td.danger,
3181
.table>thead>tr>th.danger {
3182
background-color: #f2dede
3183
}
3184
3185
.table-hover>tbody>tr.danger:hover>td,
3186
.table-hover>tbody>tr.danger:hover>th,
3187
.table-hover>tbody>tr:hover>.danger,
3188
.table-hover>tbody>tr>td.danger:hover,
3189
.table-hover>tbody>tr>th.danger:hover {
3190
background-color: #ebcccc
3191
}
3192
3193
.table-responsive {
3194
min-height: .01%;
3195
overflow-x: auto
3196
}
3197
3198
@media screen and (max-width:767px) {
3199
.table-responsive {
3200
width: 100%;
3201
margin-bottom: 15px;
3202
overflow-y: hidden;
3203
-ms-overflow-style: -ms-autohiding-scrollbar;
3204
border: 1px solid #ddd
3205
}
3206
.table-responsive>.table {
3207
margin-bottom: 0
3208
}
3209
.table-responsive>.table>tbody>tr>td,
3210
.table-responsive>.table>tbody>tr>th,
3211
.table-responsive>.table>tfoot>tr>td,
3212
.table-responsive>.table>tfoot>tr>th,
3213
.table-responsive>.table>thead>tr>td,
3214
.table-responsive>.table>thead>tr>th {
3215
white-space: nowrap
3216
}
3217
.table-responsive>.table-bordered {
3218
border: 0
3219
}
3220
.table-responsive>.table-bordered>tbody>tr>td:first-child,
3221
.table-responsive>.table-bordered>tbody>tr>th:first-child,
3222
.table-responsive>.table-bordered>tfoot>tr>td:first-child,
3223
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
3224
.table-responsive>.table-bordered>thead>tr>td:first-child,
3225
.table-responsive>.table-bordered>thead>tr>th:first-child {
3226
border-left: 0
3227
}
3228
.table-responsive>.table-bordered>tbody>tr>td:last-child,
3229
.table-responsive>.table-bordered>tbody>tr>th:last-child,
3230
.table-responsive>.table-bordered>tfoot>tr>td:last-child,
3231
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
3232
.table-responsive>.table-bordered>thead>tr>td:last-child,
3233
.table-responsive>.table-bordered>thead>tr>th:last-child {
3234
border-right: 0
3235
}
3236
.table-responsive>.table-bordered>tbody>tr:last-child>td,
3237
.table-responsive>.table-bordered>tbody>tr:last-child>th,
3238
.table-responsive>.table-bordered>tfoot>tr:last-child>td,
3239
.table-responsive>.table-bordered>tfoot>tr:last-child>th {
3240
border-bottom: 0
3241
}
3242
}
3243
3244
fieldset {
3245
min-width: 0;
3246
padding: 0;
3247
margin: 0;
3248
border: 0
3249
}
3250
3251
legend {
3252
display: block;
3253
width: 100%;
3254
padding: 0;
3255
margin-bottom: 20px;
3256
font-size: 21px;
3257
line-height: inherit;
3258
color: #333;
3259
border: 0;
3260
border-bottom: 1px solid #e5e5e5
3261
}
3262
3263
label {
3264
display: inline-block;
3265
max-width: 100%;
3266
margin-bottom: 5px;
3267
font-weight: 700
3268
}
3269
3270
input[type=search] {
3271
-webkit-box-sizing: border-box;
3272
-moz-box-sizing: border-box;
3273
box-sizing: border-box
3274
}
3275
3276
input[type=checkbox],
3277
input[type=radio] {
3278
margin: 4px 0 0;
3279
margin-top: 1px\9;
3280
line-height: normal
3281
}
3282
3283
input[type=file] {
3284
display: block
3285
}
3286
3287
input[type=range] {
3288
display: block;
3289
width: 100%
3290
}
3291
3292
select[multiple],
3293
select[size] {
3294
height: auto
3295
}
3296
3297
input[type=file]:focus,
3298
input[type=checkbox]:focus,
3299
input[type=radio]:focus {
3300
outline: thin dotted;
3301
outline: 5px auto -webkit-focus-ring-color;
3302
outline-offset: -2px
3303
}
3304
3305
output {
3306
display: block;
3307
padding-top: 7px;
3308
font-size: 14px;
3309
line-height: 1.42857143;
3310
color: #555
3311
}
3312
3313
.form-control {
3314
display: block;
3315
width: 100%;
3316
height: 34px;
3317
padding: 6px 12px;
3318
font-size: 14px;
3319
line-height: 1.42857143;
3320
color: #555;
3321
background-color: #fff;
3322
background-image: none;
3323
border: 1px solid #ccc;
3324
border-radius: 4px;
3325
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3326
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3327
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
3328
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
3329
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
3330
}
3331
3332
.form-control:focus {
3333
border-color: #66afe9;
3334
outline: 0;
3335
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
3336
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
3337
}
3338
3339
.form-control::-moz-placeholder {
3340
color: #999;
3341
opacity: 1
3342
}
3343
3344
.form-control:-ms-input-placeholder {
3345
color: #999
3346
}
3347
3348
.form-control::-webkit-input-placeholder {
3349
color: #999
3350
}
3351
3352
.form-control::-ms-expand {
3353
background-color: transparent;
3354
border: 0
3355
}
3356
3357
.form-control[disabled],
3358
.form-control[readonly],
3359
fieldset[disabled] .form-control {
3360
background-color: #eee;
3361
opacity: 1
3362
}
3363
3364
.form-control[disabled],
3365
fieldset[disabled] .form-control {
3366
cursor: not-allowed
3367
}
3368
3369
textarea.form-control {
3370
height: auto
3371
}
3372
3373
input[type=search] {
3374
-webkit-appearance: none
3375
}
3376
3377
@media screen and (-webkit-min-device-pixel-ratio:0) {
3378
input[type=date].form-control,
3379
input[type=time].form-control,
3380
input[type=datetime-local].form-control,
3381
input[type=month].form-control {
3382
line-height: 34px
3383
}
3384
.input-group-sm input[type=date],
3385
.input-group-sm input[type=time],
3386
.input-group-sm input[type=datetime-local],
3387
.input-group-sm input[type=month],
3388
input[type=date].input-sm,
3389
input[type=time].input-sm,
3390
input[type=datetime-local].input-sm,
3391
input[type=month].input-sm {
3392
line-height: 30px
3393
}
3394
.input-group-lg input[type=date],
3395
.input-group-lg input[type=time],
3396
.input-group-lg input[type=datetime-local],
3397
.input-group-lg input[type=month],
3398
input[type=date].input-lg,
3399
input[type=time].input-lg,
3400
input[type=datetime-local].input-lg,
3401
input[type=month].input-lg {
3402
line-height: 46px
3403
}
3404
}
3405
3406
.form-group {
3407
margin-bottom: 15px
3408
}
3409
3410
.checkbox,
3411
.radio {
3412
position: relative;
3413
display: block;
3414
margin-top: 10px;
3415
margin-bottom: 10px
3416
}
3417
3418
.checkbox label,
3419
.radio label {
3420
min-height: 20px;
3421
padding-left: 20px;
3422
margin-bottom: 0;
3423
font-weight: 400;
3424
cursor: pointer
3425
}
3426
3427
.checkbox input[type=checkbox],
3428
.checkbox-inline input[type=checkbox],
3429
.radio input[type=radio],
3430
.radio-inline input[type=radio] {
3431
position: absolute;
3432
margin-top: 4px\9;
3433
margin-left: -20px
3434
}
3435
3436
.checkbox+.checkbox,
3437
.radio+.radio {
3438
margin-top: -5px
3439
}
3440
3441
.checkbox-inline,
3442
.radio-inline {
3443
position: relative;
3444
display: inline-block;
3445
padding-left: 20px;
3446
margin-bottom: 0;
3447
font-weight: 400;
3448
vertical-align: middle;
3449
cursor: pointer
3450
}
3451
3452
.checkbox-inline+.checkbox-inline,
3453
.radio-inline+.radio-inline {
3454
margin-top: 0;
3455
margin-left: 10px
3456
}
3457
3458
fieldset[disabled] input[type=checkbox],
3459
fieldset[disabled] input[type=radio],
3460
input[type=checkbox].disabled,
3461
input[type=checkbox][disabled],
3462
input[type=radio].disabled,
3463
input[type=radio][disabled] {
3464
cursor: not-allowed
3465
}
3466
3467
.checkbox-inline.disabled,
3468
.radio-inline.disabled,
3469
fieldset[disabled] .checkbox-inline,
3470
fieldset[disabled] .radio-inline {
3471
cursor: not-allowed
3472
}
3473
3474
.checkbox.disabled label,
3475
.radio.disabled label,
3476
fieldset[disabled] .checkbox label,
3477
fieldset[disabled] .radio label {
3478
cursor: not-allowed
3479
}
3480
3481
.form-control-static {
3482
min-height: 34px;
3483
padding-top: 7px;
3484
padding-bottom: 7px;
3485
margin-bottom: 0
3486
}
3487
3488
.form-control-static.input-lg,
3489
.form-control-static.input-sm {
3490
padding-right: 0;
3491
padding-left: 0
3492
}
3493
3494
.input-sm {
3495
height: 30px;
3496
padding: 5px 10px;
3497
font-size: 12px;
3498
line-height: 1.5;
3499
border-radius: 3px
3500
}
3501
3502
select.input-sm {
3503
height: 30px;
3504
line-height: 30px
3505
}
3506
3507
select[multiple].input-sm,
3508
textarea.input-sm {
3509
height: auto
3510
}
3511
3512
.form-group-sm .form-control {
3513
height: 30px;
3514
padding: 5px 10px;
3515
font-size: 12px;
3516
line-height: 1.5;
3517
border-radius: 3px
3518
}
3519
3520
.form-group-sm select.form-control {
3521
height: 30px;
3522
line-height: 30px
3523
}
3524
3525
.form-group-sm select[multiple].form-control,
3526
.form-group-sm textarea.form-control {
3527
height: auto
3528
}
3529
3530
.form-group-sm .form-control-static {
3531
height: 30px;
3532
min-height: 32px;
3533
padding: 6px 10px;
3534
font-size: 12px;
3535
line-height: 1.5
3536
}
3537
3538
.input-lg {
3539
height: 46px;
3540
padding: 10px 16px;
3541
font-size: 18px;
3542
line-height: 1.3333333;
3543
border-radius: 6px
3544
}
3545
3546
select.input-lg {
3547
height: 46px;
3548
line-height: 46px
3549
}
3550
3551
select[multiple].input-lg,
3552
textarea.input-lg {
3553
height: auto
3554
}
3555
3556
.form-group-lg .form-control {
3557
height: 46px;
3558
padding: 10px 16px;
3559
font-size: 18px;
3560
line-height: 1.3333333;
3561
border-radius: 6px
3562
}
3563
3564
.form-group-lg select.form-control {
3565
height: 46px;
3566
line-height: 46px
3567
}
3568
3569
.form-group-lg select[multiple].form-control,
3570
.form-group-lg textarea.form-control {
3571
height: auto
3572
}
3573
3574
.form-group-lg .form-control-static {
3575
height: 46px;
3576
min-height: 38px;
3577
padding: 11px 16px;
3578
font-size: 18px;
3579
line-height: 1.3333333
3580
}
3581
3582
.has-feedback {
3583
position: relative
3584
}
3585
3586
.has-feedback .form-control {
3587
padding-right: 42.5px
3588
}
3589
3590
.form-control-feedback {
3591
position: absolute;
3592
top: 0;
3593
right: 0;
3594
z-index: 2;
3595
display: block;
3596
width: 34px;
3597
height: 34px;
3598
line-height: 34px;
3599
text-align: center;
3600
pointer-events: none
3601
}
3602
3603
.form-group-lg .form-control+.form-control-feedback,
3604
.input-group-lg+.form-control-feedback,
3605
.input-lg+.form-control-feedback {
3606
width: 46px;
3607
height: 46px;
3608
line-height: 46px
3609
}
3610
3611
.form-group-sm .form-control+.form-control-feedback,
3612
.input-group-sm+.form-control-feedback,
3613
.input-sm+.form-control-feedback {
3614
width: 30px;
3615
height: 30px;
3616
line-height: 30px
3617
}
3618
3619
.has-success .checkbox,
3620
.has-success .checkbox-inline,
3621
.has-success .control-label,
3622
.has-success .help-block,
3623
.has-success .radio,
3624
.has-success .radio-inline,
3625
.has-success.checkbox label,
3626
.has-success.checkbox-inline label,
3627
.has-success.radio label,
3628
.has-success.radio-inline label {
3629
color: #3c763d
3630
}
3631
3632
.has-success .form-control {
3633
border-color: #3c763d;
3634
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3635
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
3636
}
3637
3638
.has-success .form-control:focus {
3639
border-color: #2b542c;
3640
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
3641
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
3642
}
3643
3644
.has-success .input-group-addon {
3645
color: #3c763d;
3646
background-color: #dff0d8;
3647
border-color: #3c763d
3648
}
3649
3650
.has-success .form-control-feedback {
3651
color: #3c763d
3652
}
3653
3654
.has-warning .checkbox,
3655
.has-warning .checkbox-inline,
3656
.has-warning .control-label,
3657
.has-warning .help-block,
3658
.has-warning .radio,
3659
.has-warning .radio-inline,
3660
.has-warning.checkbox label,
3661
.has-warning.checkbox-inline label,
3662
.has-warning.radio label,
3663
.has-warning.radio-inline label {
3664
color: #8a6d3b
3665
}
3666
3667
.has-warning .form-control {
3668
border-color: #8a6d3b;
3669
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3670
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
3671
}
3672
3673
.has-warning .form-control:focus {
3674
border-color: #66512c;
3675
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
3676
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
3677
}
3678
3679
.has-warning .input-group-addon {
3680
color: #8a6d3b;
3681
background-color: #fcf8e3;
3682
border-color: #8a6d3b
3683
}
3684
3685
.has-warning .form-control-feedback {
3686
color: #8a6d3b
3687
}
3688
3689
.has-error .checkbox,
3690
.has-error .checkbox-inline,
3691
.has-error .control-label,
3692
.has-error .help-block,
3693
.has-error .radio,
3694
.has-error .radio-inline,
3695
.has-error.checkbox label,
3696
.has-error.checkbox-inline label,
3697
.has-error.radio label,
3698
.has-error.radio-inline label {
3699
color: #a94442
3700
}
3701
3702
.has-error .form-control {
3703
border-color: #a94442;
3704
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3705
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
3706
}
3707
3708
.has-error .form-control:focus {
3709
border-color: #843534;
3710
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
3711
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
3712
}
3713
3714
.has-error .input-group-addon {
3715
color: #a94442;
3716
background-color: #f2dede;
3717
border-color: #a94442
3718
}
3719
3720
.has-error .form-control-feedback {
3721
color: #a94442
3722
}
3723
3724
.has-feedback label~.form-control-feedback {
3725
top: 25px
3726
}
3727
3728
.has-feedback label.sr-only~.form-control-feedback {
3729
top: 0
3730
}
3731
3732
.help-block {
3733
display: block;
3734
margin-top: 5px;
3735
margin-bottom: 10px;
3736
color: #737373
3737
}
3738
3739
@media (min-width:768px) {
3740
.form-inline .form-group {
3741
display: inline-block;
3742
margin-bottom: 0;
3743
vertical-align: middle
3744
}
3745
.form-inline .form-control {
3746
display: inline-block;
3747
width: auto;
3748
vertical-align: middle
3749
}
3750
.form-inline .form-control-static {
3751
display: inline-block
3752
}
3753
.form-inline .input-group {
3754
display: inline-table;
3755
vertical-align: middle
3756
}
3757
.form-inline .input-group .form-control,
3758
.form-inline .input-group .input-group-addon,
3759
.form-inline .input-group .input-group-btn {
3760
width: auto
3761
}
3762
.form-inline .input-group>.form-control {
3763
width: 100%
3764
}
3765
.form-inline .control-label {
3766
margin-bottom: 0;
3767
vertical-align: middle
3768
}
3769
.form-inline .checkbox,
3770
.form-inline .radio {
3771
display: inline-block;
3772
margin-top: 0;
3773
margin-bottom: 0;
3774
vertical-align: middle
3775
}
3776
.form-inline .checkbox label,
3777
.form-inline .radio label {
3778
padding-left: 0
3779
}
3780
.form-inline .checkbox input[type=checkbox],
3781
.form-inline .radio input[type=radio] {
3782
position: relative;
3783
margin-left: 0
3784
}
3785
.form-inline .has-feedback .form-control-feedback {
3786
top: 0
3787
}
3788
}
3789
3790
.form-horizontal .checkbox,
3791
.form-horizontal .checkbox-inline,
3792
.form-horizontal .radio,
3793
.form-horizontal .radio-inline {
3794
padding-top: 7px;
3795
margin-top: 0;
3796
margin-bottom: 0
3797
}
3798
3799
.form-horizontal .checkbox,
3800
.form-horizontal .radio {
3801
min-height: 27px
3802
}
3803
3804
.form-horizontal .form-group {
3805
margin-right: -15px;
3806
margin-left: -15px
3807
}
3808
3809
@media (min-width:768px) {
3810
.form-horizontal .control-label {
3811
padding-top: 7px;
3812
margin-bottom: 0;
3813
text-align: right
3814
}
3815
}
3816
3817
.form-horizontal .has-feedback .form-control-feedback {
3818
right: 15px
3819
}
3820
3821
@media (min-width:768px) {
3822
.form-horizontal .form-group-lg .control-label {
3823
padding-top: 11px;
3824
font-size: 18px
3825
}
3826
}
3827
3828
@media (min-width:768px) {
3829
.form-horizontal .form-group-sm .control-label {
3830
padding-top: 6px;
3831
font-size: 12px
3832
}
3833
}
3834
3835
.btn {
3836
display: inline-block;
3837
padding: 6px 12px;
3838
margin-bottom: 0;
3839
font-size: 14px;
3840
font-weight: 400;
3841
line-height: 1.42857143;
3842
text-align: center;
3843
white-space: nowrap;
3844
vertical-align: middle;
3845
-ms-touch-action: manipulation;
3846
touch-action: manipulation;
3847
cursor: pointer;
3848
-webkit-user-select: none;
3849
-moz-user-select: none;
3850
-ms-user-select: none;
3851
user-select: none;
3852
background-image: none;
3853
border: 1px solid transparent;
3854
border-radius: 4px
3855
}
3856
3857
.btn.active.focus,
3858
.btn.active:focus,
3859
.btn.focus,
3860
.btn:active.focus,
3861
.btn:active:focus,
3862
.btn:focus {
3863
outline: thin dotted;
3864
outline: 5px auto -webkit-focus-ring-color;
3865
outline-offset: -2px
3866
}
3867
3868
.btn.focus,
3869
.btn:focus,
3870
.btn:hover {
3871
color: #333;
3872
text-decoration: none
3873
}
3874
3875
.btn.active,
3876
.btn:active {
3877
background-image: none;
3878
outline: 0;
3879
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3880
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
3881
}
3882
3883
.btn.disabled,
3884
.btn[disabled],
3885
fieldset[disabled] .btn {
3886
cursor: not-allowed;
3887
filter: alpha(opacity=65);
3888
-webkit-box-shadow: none;
3889
box-shadow: none;
3890
opacity: .65
3891
}
3892
3893
a.btn.disabled,
3894
fieldset[disabled] a.btn {
3895
pointer-events: none
3896
}
3897
3898
.btn-default {
3899
color: #333;
3900
background-color: #fff;
3901
border-color: #ccc
3902
}
3903
3904
.btn-default.focus,
3905
.btn-default:focus {
3906
color: #333;
3907
background-color: #e6e6e6;
3908
border-color: #8c8c8c
3909
}
3910
3911
.btn-default:hover {
3912
color: #333;
3913
background-color: #e6e6e6;
3914
border-color: #adadad
3915
}
3916
3917
.btn-default.active,
3918
.btn-default:active,
3919
.open>.dropdown-toggle.btn-default {
3920
color: #333;
3921
background-color: #e6e6e6;
3922
border-color: #adadad
3923
}
3924
3925
.btn-default.active.focus,
3926
.btn-default.active:focus,
3927
.btn-default.active:hover,
3928
.btn-default:active.focus,
3929
.btn-default:active:focus,
3930
.btn-default:active:hover,
3931
.open>.dropdown-toggle.btn-default.focus,
3932
.open>.dropdown-toggle.btn-default:focus,
3933
.open>.dropdown-toggle.btn-default:hover {
3934
color: #333;
3935
background-color: #d4d4d4;
3936
border-color: #8c8c8c
3937
}
3938
3939
.btn-default.active,
3940
.btn-default:active,
3941
.open>.dropdown-toggle.btn-default {
3942
background-image: none
3943
}
3944
3945
.btn-default.disabled.focus,
3946
.btn-default.disabled:focus,
3947
.btn-default.disabled:hover,
3948
.btn-default[disabled].focus,
3949
.btn-default[disabled]:focus,
3950
.btn-default[disabled]:hover,
3951
fieldset[disabled] .btn-default.focus,
3952
fieldset[disabled] .btn-default:focus,
3953
fieldset[disabled] .btn-default:hover {
3954
background-color: #fff;
3955
border-color: #ccc
3956
}
3957
3958
.btn-default .badge {
3959
color: #fff;
3960
background-color: #333
3961
}
3962
3963
.btn-primary {
3964
color: #fff;
3965
background-color: #337ab7;
3966
border-color: #2e6da4
3967
}
3968
3969
.btn-primary.focus,
3970
.btn-primary:focus {
3971
color: #fff;
3972
background-color: #286090;
3973
border-color: #122b40
3974
}
3975
3976
.btn-primary:hover {
3977
color: #fff;
3978
background-color: #286090;
3979
border-color: #204d74
3980
}
3981
3982
.btn-primary.active,
3983
.btn-primary:active,
3984
.open>.dropdown-toggle.btn-primary {
3985
color: #fff;
3986
background-color: #286090;
3987
border-color: #204d74
3988
}
3989
3990
.btn-primary.active.focus,
3991
.btn-primary.active:focus,
3992
.btn-primary.active:hover,
3993
.btn-primary:active.focus,
3994
.btn-primary:active:focus,
3995
.btn-primary:active:hover,
3996
.open>.dropdown-toggle.btn-primary.focus,
3997
.open>.dropdown-toggle.btn-primary:focus,
3998
.open>.dropdown-toggle.btn-primary:hover {
3999
color: #fff;
4000
background-color: #204d74;
4001
border-color: #122b40
4002
}
4003
4004
.btn-primary.active,
4005
.btn-primary:active,
4006
.open>.dropdown-toggle.btn-primary {
4007
background-image: none
4008
}
4009
4010
.btn-primary.disabled.focus,
4011
.btn-primary.disabled:focus,
4012
.btn-primary.disabled:hover,
4013
.btn-primary[disabled].focus,
4014
.btn-primary[disabled]:focus,
4015
.btn-primary[disabled]:hover,
4016
fieldset[disabled] .btn-primary.focus,
4017
fieldset[disabled] .btn-primary:focus,
4018
fieldset[disabled] .btn-primary:hover {
4019
background-color: #337ab7;
4020
border-color: #2e6da4
4021
}
4022
4023
.btn-primary .badge {
4024
color: #337ab7;
4025
background-color: #fff
4026
}
4027
4028
.btn-success {
4029
color: #fff;
4030
background-color: #5cb85c;
4031
border-color: #4cae4c
4032
}
4033
4034
.btn-success.focus,
4035
.btn-success:focus {
4036
color: #fff;
4037
background-color: #449d44;
4038
border-color: #255625
4039
}
4040
4041
.btn-success:hover {
4042
color: #fff;
4043
background-color: #449d44;
4044
border-color: #398439
4045
}
4046
4047
.btn-success.active,
4048
.btn-success:active,
4049
.open>.dropdown-toggle.btn-success {
4050
color: #fff;
4051
background-color: #449d44;
4052
border-color: #398439
4053
}
4054
4055
.btn-success.active.focus,
4056
.btn-success.active:focus,
4057
.btn-success.active:hover,
4058
.btn-success:active.focus,
4059
.btn-success:active:focus,
4060
.btn-success:active:hover,
4061
.open>.dropdown-toggle.btn-success.focus,
4062
.open>.dropdown-toggle.btn-success:focus,
4063
.open>.dropdown-toggle.btn-success:hover {
4064
color: #fff;
4065
background-color: #398439;
4066
border-color: #255625
4067
}
4068
4069
.btn-success.active,
4070
.btn-success:active,
4071
.open>.dropdown-toggle.btn-success {
4072
background-image: none
4073
}
4074
4075
.btn-success.disabled.focus,
4076
.btn-success.disabled:focus,
4077
.btn-success.disabled:hover,
4078
.btn-success[disabled].focus,
4079
.btn-success[disabled]:focus,
4080
.btn-success[disabled]:hover,
4081
fieldset[disabled] .btn-success.focus,
4082
fieldset[disabled] .btn-success:focus,
4083
fieldset[disabled] .btn-success:hover {
4084
background-color: #5cb85c;
4085
border-color: #4cae4c
4086
}
4087
4088
.btn-success .badge {
4089
color: #5cb85c;
4090
background-color: #fff
4091
}
4092
4093
.btn-info {
4094
color: #fff;
4095
background-color: #5bc0de;
4096
border-color: #46b8da
4097
}
4098
4099
.btn-info.focus,
4100
.btn-info:focus {
4101
color: #fff;
4102
background-color: #31b0d5;
4103
border-color: #1b6d85
4104
}
4105
4106
.btn-info:hover {
4107
color: #fff;
4108
background-color: #31b0d5;
4109
border-color: #269abc
4110
}
4111
4112
.btn-info.active,
4113
.btn-info:active,
4114
.open>.dropdown-toggle.btn-info {
4115
color: #fff;
4116
background-color: #31b0d5;
4117
border-color: #269abc
4118
}
4119
4120
.btn-info.active.focus,
4121
.btn-info.active:focus,
4122
.btn-info.active:hover,
4123
.btn-info:active.focus,
4124
.btn-info:active:focus,
4125
.btn-info:active:hover,
4126
.open>.dropdown-toggle.btn-info.focus,
4127
.open>.dropdown-toggle.btn-info:focus,
4128
.open>.dropdown-toggle.btn-info:hover {
4129
color: #fff;
4130
background-color: #269abc;
4131
border-color: #1b6d85
4132
}
4133
4134
.btn-info.active,
4135
.btn-info:active,
4136
.open>.dropdown-toggle.btn-info {
4137
background-image: none
4138
}
4139
4140
.btn-info.disabled.focus,
4141
.btn-info.disabled:focus,
4142
.btn-info.disabled:hover,
4143
.btn-info[disabled].focus,
4144
.btn-info[disabled]:focus,
4145
.btn-info[disabled]:hover,
4146
fieldset[disabled] .btn-info.focus,
4147
fieldset[disabled] .btn-info:focus,
4148
fieldset[disabled] .btn-info:hover {
4149
background-color: #5bc0de;
4150
border-color: #46b8da
4151
}
4152
4153
.btn-info .badge {
4154
color: #5bc0de;
4155
background-color: #fff
4156
}
4157
4158
.btn-warning {
4159
color: #fff;
4160
background-color: #f0ad4e;
4161
border-color: #eea236
4162
}
4163
4164
.btn-warning.focus,
4165
.btn-warning:focus {
4166
color: #fff;
4167
background-color: #ec971f;
4168
border-color: #985f0d
4169
}
4170
4171
.btn-warning:hover {
4172
color: #fff;
4173
background-color: #ec971f;
4174
border-color: #d58512
4175
}
4176
4177
.btn-warning.active,
4178
.btn-warning:active,
4179
.open>.dropdown-toggle.btn-warning {
4180
color: #fff;
4181
background-color: #ec971f;
4182
border-color: #d58512
4183
}
4184
4185
.btn-warning.active.focus,
4186
.btn-warning.active:focus,
4187
.btn-warning.active:hover,
4188
.btn-warning:active.focus,
4189
.btn-warning:active:focus,
4190
.btn-warning:active:hover,
4191
.open>.dropdown-toggle.btn-warning.focus,
4192
.open>.dropdown-toggle.btn-warning:focus,
4193
.open>.dropdown-toggle.btn-warning:hover {
4194
color: #fff;
4195
background-color: #d58512;
4196
border-color: #985f0d
4197
}
4198
4199
.btn-warning.active,
4200
.btn-warning:active,
4201
.open>.dropdown-toggle.btn-warning {
4202
background-image: none
4203
}
4204
4205
.btn-warning.disabled.focus,
4206
.btn-warning.disabled:focus,
4207
.btn-warning.disabled:hover,
4208
.btn-warning[disabled].focus,
4209
.btn-warning[disabled]:focus,
4210
.btn-warning[disabled]:hover,
4211
fieldset[disabled] .btn-warning.focus,
4212
fieldset[disabled] .btn-warning:focus,
4213
fieldset[disabled] .btn-warning:hover {
4214
background-color: #f0ad4e;
4215
border-color: #eea236
4216
}
4217
4218
.btn-warning .badge {
4219
color: #f0ad4e;
4220
background-color: #fff
4221
}
4222
4223
.btn-danger {
4224
color: #fff;
4225
background-color: #d9534f;
4226
border-color: #d43f3a
4227
}
4228
4229
.btn-danger.focus,
4230
.btn-danger:focus {
4231
color: #fff;
4232
background-color: #c9302c;
4233
border-color: #761c19
4234
}
4235
4236
.btn-danger:hover {
4237
color: #fff;
4238
background-color: #c9302c;
4239
border-color: #ac2925
4240
}
4241
4242
.btn-danger.active,
4243
.btn-danger:active,
4244
.open>.dropdown-toggle.btn-danger {
4245
color: #fff;
4246
background-color: #c9302c;
4247
border-color: #ac2925
4248
}
4249
4250
.btn-danger.active.focus,
4251
.btn-danger.active:focus,
4252
.btn-danger.active:hover,
4253
.btn-danger:active.focus,
4254
.btn-danger:active:focus,
4255
.btn-danger:active:hover,
4256
.open>.dropdown-toggle.btn-danger.focus,
4257
.open>.dropdown-toggle.btn-danger:focus,
4258
.open>.dropdown-toggle.btn-danger:hover {
4259
color: #fff;
4260
background-color: #ac2925;
4261
border-color: #761c19
4262
}
4263
4264
.btn-danger.active,
4265
.btn-danger:active,
4266
.open>.dropdown-toggle.btn-danger {
4267
background-image: none
4268
}
4269
4270
.btn-danger.disabled.focus,
4271
.btn-danger.disabled:focus,
4272
.btn-danger.disabled:hover,
4273
.btn-danger[disabled].focus,
4274
.btn-danger[disabled]:focus,
4275
.btn-danger[disabled]:hover,
4276
fieldset[disabled] .btn-danger.focus,
4277
fieldset[disabled] .btn-danger:focus,
4278
fieldset[disabled] .btn-danger:hover {
4279
background-color: #d9534f;
4280
border-color: #d43f3a
4281
}
4282
4283
.btn-danger .badge {
4284
color: #d9534f;
4285
background-color: #fff
4286
}
4287
4288
.btn-link {
4289
font-weight: 400;
4290
color: #337ab7;
4291
border-radius: 0
4292
}
4293
4294
.btn-link,
4295
.btn-link.active,
4296
.btn-link:active,
4297
.btn-link[disabled],
4298
fieldset[disabled] .btn-link {
4299
background-color: transparent;
4300
-webkit-box-shadow: none;
4301
box-shadow: none
4302
}
4303
4304
.btn-link,
4305
.btn-link:active,
4306
.btn-link:focus,
4307
.btn-link:hover {
4308
border-color: transparent
4309
}
4310
4311
.btn-link:focus,
4312
.btn-link:hover {
4313
color: #23527c;
4314
text-decoration: underline;
4315
background-color: transparent
4316
}
4317
4318
.btn-link[disabled]:focus,
4319
.btn-link[disabled]:hover,
4320
fieldset[disabled] .btn-link:focus,
4321
fieldset[disabled] .btn-link:hover {
4322
color: #777;
4323
text-decoration: none
4324
}
4325
4326
.btn-group-lg>.btn,
4327
.btn-lg {
4328
padding: 10px 16px;
4329
font-size: 18px;
4330
line-height: 1.3333333;
4331
border-radius: 6px
4332
}
4333
4334
.btn-group-sm>.btn,
4335
.btn-sm {
4336
padding: 5px 10px;
4337
font-size: 12px;
4338
line-height: 1.5;
4339
border-radius: 3px
4340
}
4341
4342
.btn-group-xs>.btn,
4343
.btn-xs {
4344
padding: 1px 5px;
4345
font-size: 12px;
4346
line-height: 1.5;
4347
border-radius: 3px
4348
}
4349
4350
.btn-block {
4351
display: block;
4352
width: 100%
4353
}
4354
4355
.btn-block+.btn-block {
4356
margin-top: 5px
4357
}
4358
4359
input[type=button].btn-block,
4360
input[type=reset].btn-block,
4361
input[type=submit].btn-block {
4362
width: 100%
4363
}
4364
4365
.fade {
4366
opacity: 0;
4367
-webkit-transition: opacity .15s linear;
4368
-o-transition: opacity .15s linear;
4369
transition: opacity .15s linear
4370
}
4371
4372
.fade.in {
4373
opacity: 1
4374
}
4375
4376
.collapse {
4377
display: none
4378
}
4379
4380
.collapse.in {
4381
display: block
4382
}
4383
4384
tr.collapse.in {
4385
display: table-row
4386
}
4387
4388
tbody.collapse.in {
4389
display: table-row-group
4390
}
4391
4392
.collapsing {
4393
position: relative;
4394
height: 0;
4395
overflow: hidden;
4396
-webkit-transition-timing-function: ease;
4397
-o-transition-timing-function: ease;
4398
transition-timing-function: ease;
4399
-webkit-transition-duration: .35s;
4400
-o-transition-duration: .35s;
4401
transition-duration: .35s;
4402
-webkit-transition-property: height, visibility;
4403
-o-transition-property: height, visibility;
4404
transition-property: height, visibility
4405
}
4406
4407
.caret {
4408
display: inline-block;
4409
width: 0;
4410
height: 0;
4411
margin-left: 2px;
4412
vertical-align: middle;
4413
border-top: 4px dashed;
4414
border-top: 4px solid\9;
4415
border-right: 4px solid transparent;
4416
border-left: 4px solid transparent
4417
}
4418
4419
.dropdown,
4420
.dropup {
4421
position: relative
4422
}
4423
4424
.dropdown-toggle:focus {
4425
outline: 0
4426
}
4427
4428
.dropdown-menu {
4429
position: absolute;
4430
top: 100%;
4431
left: 0;
4432
z-index: 1000;
4433
display: none;
4434
float: left;
4435
min-width: 160px;
4436
padding: 5px 0;
4437
margin: 2px 0 0;
4438
font-size: 14px;
4439
text-align: left;
4440
list-style: none;
4441
background-color: #fff;
4442
-webkit-background-clip: padding-box;
4443
background-clip: padding-box;
4444
border: 1px solid #ccc;
4445
border: 1px solid rgba(0, 0, 0, .15);
4446
border-radius: 4px;
4447
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
4448
box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
4449
}
4450
4451
.dropdown-menu.pull-right {
4452
right: 0;
4453
left: auto
4454
}
4455
4456
.dropdown-menu .divider {
4457
height: 1px;
4458
margin: 9px 0;
4459
overflow: hidden;
4460
background-color: #e5e5e5
4461
}
4462
4463
.dropdown-menu>li>a {
4464
display: block;
4465
padding: 3px 20px;
4466
clear: both;
4467
font-weight: 400;
4468
line-height: 1.42857143;
4469
color: #333;
4470
white-space: nowrap
4471
}
4472
4473
.dropdown-menu>li>a:focus,
4474
.dropdown-menu>li>a:hover {
4475
color: #262626;
4476
text-decoration: none;
4477
background-color: #f5f5f5
4478
}
4479
4480
.dropdown-menu>.active>a,
4481
.dropdown-menu>.active>a:focus,
4482
.dropdown-menu>.active>a:hover {
4483
color: #fff;
4484
text-decoration: none;
4485
background-color: #337ab7;
4486
outline: 0
4487
}
4488
4489
.dropdown-menu>.disabled>a,
4490
.dropdown-menu>.disabled>a:focus,
4491
.dropdown-menu>.disabled>a:hover {
4492
color: #777
4493
}
4494
4495
.dropdown-menu>.disabled>a:focus,
4496
.dropdown-menu>.disabled>a:hover {
4497
text-decoration: none;
4498
cursor: not-allowed;
4499
background-color: transparent;
4500
background-image: none;
4501
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
4502
}
4503
4504
.open>.dropdown-menu {
4505
display: block
4506
}
4507
4508
.open>a {
4509
outline: 0
4510
}
4511
4512
.dropdown-menu-right {
4513
right: 0;
4514
left: auto
4515
}
4516
4517
.dropdown-menu-left {
4518
right: auto;
4519
left: 0
4520
}
4521
4522
.dropdown-header {
4523
display: block;
4524
padding: 3px 20px;
4525
font-size: 12px;
4526
line-height: 1.42857143;
4527
color: #777;
4528
white-space: nowrap
4529
}
4530
4531
.dropdown-backdrop {
4532
position: fixed;
4533
top: 0;
4534
right: 0;
4535
bottom: 0;
4536
left: 0;
4537
z-index: 990
4538
}
4539
4540
.pull-right>.dropdown-menu {
4541
right: 0;
4542
left: auto
4543
}
4544
4545
.dropup .caret,
4546
.navbar-fixed-bottom .dropdown .caret {
4547
content: "";
4548
border-top: 0;
4549
border-bottom: 4px dashed;
4550
border-bottom: 4px solid\9
4551
}
4552
4553
.dropup .dropdown-menu,
4554
.navbar-fixed-bottom .dropdown .dropdown-menu {
4555
top: auto;
4556
bottom: 100%;
4557
margin-bottom: 2px
4558
}
4559
4560
@media (min-width:768px) {
4561
.navbar-right .dropdown-menu {
4562
right: 0;
4563
left: auto
4564
}
4565
.navbar-right .dropdown-menu-left {
4566
right: auto;
4567
left: 0
4568
}
4569
}
4570
4571
.btn-group,
4572
.btn-group-vertical {
4573
position: relative;
4574
display: inline-block;
4575
vertical-align: middle
4576
}
4577
4578
.btn-group-vertical>.btn,
4579
.btn-group>.btn {
4580
position: relative;
4581
float: left
4582
}
4583
4584
.btn-group-vertical>.btn.active,
4585
.btn-group-vertical>.btn:active,
4586
.btn-group-vertical>.btn:focus,
4587
.btn-group-vertical>.btn:hover,
4588
.btn-group>.btn.active,
4589
.btn-group>.btn:active,
4590
.btn-group>.btn:focus,
4591
.btn-group>.btn:hover {
4592
z-index: 2
4593
}
4594
4595
.btn-group .btn+.btn,
4596
.btn-group .btn+.btn-group,
4597
.btn-group .btn-group+.btn,
4598
.btn-group .btn-group+.btn-group {
4599
margin-left: -1px
4600
}
4601
4602
.btn-toolbar {
4603
margin-left: -5px
4604
}
4605
4606
.btn-toolbar .btn,
4607
.btn-toolbar .btn-group,
4608
.btn-toolbar .input-group {
4609
float: left
4610
}
4611
4612
.btn-toolbar>.btn,
4613
.btn-toolbar>.btn-group,
4614
.btn-toolbar>.input-group {
4615
margin-left: 5px
4616
}
4617
4618
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
4619
border-radius: 0
4620
}
4621
4622
.btn-group>.btn:first-child {
4623
margin-left: 0
4624
}
4625
4626
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
4627
border-top-right-radius: 0;
4628
border-bottom-right-radius: 0
4629
}
4630
4631
.btn-group>.btn:last-child:not(:first-child),
4632
.btn-group>.dropdown-toggle:not(:first-child) {
4633
border-top-left-radius: 0;
4634
border-bottom-left-radius: 0
4635
}
4636
4637
.btn-group>.btn-group {
4638
float: left
4639
}
4640
4641
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
4642
border-radius: 0
4643
}
4644
4645
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
4646
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
4647
border-top-right-radius: 0;
4648
border-bottom-right-radius: 0
4649
}
4650
4651
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
4652
border-top-left-radius: 0;
4653
border-bottom-left-radius: 0
4654
}
4655
4656
.btn-group .dropdown-toggle:active,
4657
.btn-group.open .dropdown-toggle {
4658
outline: 0
4659
}
4660
4661
.btn-group>.btn+.dropdown-toggle {
4662
padding-right: 8px;
4663
padding-left: 8px
4664
}
4665
4666
.btn-group>.btn-lg+.dropdown-toggle {
4667
padding-right: 12px;
4668
padding-left: 12px
4669
}
4670
4671
.btn-group.open .dropdown-toggle {
4672
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
4673
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
4674
}
4675
4676
.btn-group.open .dropdown-toggle.btn-link {
4677
-webkit-box-shadow: none;
4678
box-shadow: none
4679
}
4680
4681
.btn .caret {
4682
margin-left: 0
4683
}
4684
4685
.btn-lg .caret {
4686
border-width: 5px 5px 0;
4687
border-bottom-width: 0
4688
}
4689
4690
.dropup .btn-lg .caret {
4691
border-width: 0 5px 5px
4692
}
4693
4694
.btn-group-vertical>.btn,
4695
.btn-group-vertical>.btn-group,
4696
.btn-group-vertical>.btn-group>.btn {
4697
display: block;
4698
float: none;
4699
width: 100%;
4700
max-width: 100%
4701
}
4702
4703
.btn-group-vertical>.btn-group>.btn {
4704
float: none
4705
}
4706
4707
.btn-group-vertical>.btn+.btn,
4708
.btn-group-vertical>.btn+.btn-group,
4709
.btn-group-vertical>.btn-group+.btn,
4710
.btn-group-vertical>.btn-group+.btn-group {
4711
margin-top: -1px;
4712
margin-left: 0
4713
}
4714
4715
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
4716
border-radius: 0
4717
}
4718
4719
.btn-group-vertical>.btn:first-child:not(:last-child) {
4720
border-top-left-radius: 4px;
4721
border-top-right-radius: 4px;
4722
border-bottom-right-radius: 0;
4723
border-bottom-left-radius: 0
4724
}
4725
4726
.btn-group-vertical>.btn:last-child:not(:first-child) {
4727
border-top-left-radius: 0;
4728
border-top-right-radius: 0;
4729
border-bottom-right-radius: 4px;
4730
border-bottom-left-radius: 4px
4731
}
4732
4733
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
4734
border-radius: 0
4735
}
4736
4737
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
4738
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
4739
border-bottom-right-radius: 0;
4740
border-bottom-left-radius: 0
4741
}
4742
4743
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
4744
border-top-left-radius: 0;
4745
border-top-right-radius: 0
4746
}
4747
4748
.btn-group-justified {
4749
display: table;
4750
width: 100%;
4751
table-layout: fixed;
4752
border-collapse: separate
4753
}
4754
4755
.btn-group-justified>.btn,
4756
.btn-group-justified>.btn-group {
4757
display: table-cell;
4758
float: none;
4759
width: 1%
4760
}
4761
4762
.btn-group-justified>.btn-group .btn {
4763
width: 100%
4764
}
4765
4766
.btn-group-justified>.btn-group .dropdown-menu {
4767
left: auto
4768
}
4769
4770
[data-toggle=buttons]>.btn input[type=checkbox],
4771
[data-toggle=buttons]>.btn input[type=radio],
4772
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
4773
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
4774
position: absolute;
4775
clip: rect(0, 0, 0, 0);
4776
pointer-events: none
4777
}
4778
4779
.input-group {
4780
position: relative;
4781
display: table;
4782
border-collapse: separate
4783
}
4784
4785
.input-group[class*=col-] {
4786
float: none;
4787
padding-right: 0;
4788
padding-left: 0
4789
}
4790
4791
.input-group .form-control {
4792
position: relative;
4793
z-index: 2;
4794
float: left;
4795
width: 100%;
4796
margin-bottom: 0
4797
}
4798
4799
.input-group .form-control:focus {
4800
z-index: 3
4801
}
4802
4803
.input-group-lg>.form-control,
4804
.input-group-lg>.input-group-addon,
4805
.input-group-lg>.input-group-btn>.btn {
4806
height: 46px;
4807
padding: 10px 16px;
4808
font-size: 18px;
4809
line-height: 1.3333333;
4810
border-radius: 6px
4811
}
4812
4813
select.input-group-lg>.form-control,
4814
select.input-group-lg>.input-group-addon,
4815
select.input-group-lg>.input-group-btn>.btn {
4816
height: 46px;
4817
line-height: 46px
4818
}
4819
4820
select[multiple].input-group-lg>.form-control,
4821
select[multiple].input-group-lg>.input-group-addon,
4822
select[multiple].input-group-lg>.input-group-btn>.btn,
4823
textarea.input-group-lg>.form-control,
4824
textarea.input-group-lg>.input-group-addon,
4825
textarea.input-group-lg>.input-group-btn>.btn {
4826
height: auto
4827
}
4828
4829
.input-group-sm>.form-control,
4830
.input-group-sm>.input-group-addon,
4831
.input-group-sm>.input-group-btn>.btn {
4832
height: 30px;
4833
padding: 5px 10px;
4834
font-size: 12px;
4835
line-height: 1.5;
4836
border-radius: 3px
4837
}
4838
4839
select.input-group-sm>.form-control,
4840
select.input-group-sm>.input-group-addon,
4841
select.input-group-sm>.input-group-btn>.btn {
4842
height: 30px;
4843
line-height: 30px
4844
}
4845
4846
select[multiple].input-group-sm>.form-control,
4847
select[multiple].input-group-sm>.input-group-addon,
4848
select[multiple].input-group-sm>.input-group-btn>.btn,
4849
textarea.input-group-sm>.form-control,
4850
textarea.input-group-sm>.input-group-addon,
4851
textarea.input-group-sm>.input-group-btn>.btn {
4852
height: auto
4853
}
4854
4855
.input-group .form-control,
4856
.input-group-addon,
4857
.input-group-btn {
4858
display: table-cell
4859
}
4860
4861
.input-group .form-control:not(:first-child):not(:last-child),
4862
.input-group-addon:not(:first-child):not(:last-child),
4863
.input-group-btn:not(:first-child):not(:last-child) {
4864
border-radius: 0
4865
}
4866
4867
.input-group-addon,
4868
.input-group-btn {
4869
width: 1%;
4870
white-space: nowrap;
4871
vertical-align: middle
4872
}
4873
4874
.input-group-addon {
4875
padding: 6px 12px;
4876
font-size: 14px;
4877
font-weight: 400;
4878
line-height: 1;
4879
color: #555;
4880
text-align: center;
4881
background-color: #eee;
4882
border: 1px solid #ccc;
4883
border-radius: 4px
4884
}
4885
4886
.input-group-addon.input-sm {
4887
padding: 5px 10px;
4888
font-size: 12px;
4889
border-radius: 3px
4890
}
4891
4892
.input-group-addon.input-lg {
4893
padding: 10px 16px;
4894
font-size: 18px;
4895
border-radius: 6px
4896
}
4897
4898
.input-group-addon input[type=checkbox],
4899
.input-group-addon input[type=radio] {
4900
margin-top: 0
4901
}
4902
4903
.input-group .form-control:first-child,
4904
.input-group-addon:first-child,
4905
.input-group-btn:first-child>.btn,
4906
.input-group-btn:first-child>.btn-group>.btn,
4907
.input-group-btn:first-child>.dropdown-toggle,
4908
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
4909
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
4910
border-top-right-radius: 0;
4911
border-bottom-right-radius: 0
4912
}
4913
4914
.input-group-addon:first-child {
4915
border-right: 0
4916
}
4917
4918
.input-group .form-control:last-child,
4919
.input-group-addon:last-child,
4920
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
4921
.input-group-btn:first-child>.btn:not(:first-child),
4922
.input-group-btn:last-child>.btn,
4923
.input-group-btn:last-child>.btn-group>.btn,
4924
.input-group-btn:last-child>.dropdown-toggle {
4925
border-top-left-radius: 0;
4926
border-bottom-left-radius: 0
4927
}
4928
4929
.input-group-addon:last-child {
4930
border-left: 0
4931
}
4932
4933
.input-group-btn {
4934
position: relative;
4935
font-size: 0;
4936
white-space: nowrap
4937
}
4938
4939
.input-group-btn>.btn {
4940
position: relative
4941
}
4942
4943
.input-group-btn>.btn+.btn {
4944
margin-left: -1px
4945
}
4946
4947
.input-group-btn>.btn:active,
4948
.input-group-btn>.btn:focus,
4949
.input-group-btn>.btn:hover {
4950
z-index: 2
4951
}
4952
4953
.input-group-btn:first-child>.btn,
4954
.input-group-btn:first-child>.btn-group {
4955
margin-right: -1px
4956
}
4957
4958
.input-group-btn:last-child>.btn,
4959
.input-group-btn:last-child>.btn-group {
4960
z-index: 2;
4961
margin-left: -1px
4962
}
4963
4964
.nav {
4965
padding-left: 0;
4966
margin-bottom: 0;
4967
list-style: none
4968
}
4969
4970
.nav>li {
4971
position: relative;
4972
display: block
4973
}
4974
4975
.nav>li>a {
4976
position: relative;
4977
display: block;
4978
padding: 10px 15px
4979
}
4980
4981
.nav>li>a:focus,
4982
.nav>li>a:hover {
4983
text-decoration: none;
4984
background-color: #eee
4985
}
4986
4987
.nav>li.disabled>a {
4988
color: #777
4989
}
4990
4991
.nav>li.disabled>a:focus,
4992
.nav>li.disabled>a:hover {
4993
color: #777;
4994
text-decoration: none;
4995
cursor: not-allowed;
4996
background-color: transparent
4997
}
4998
4999
.nav .open>a,
5000
.nav .open>a:focus,
5001
.nav .open>a:hover {
5002
background-color: #eee;
5003
border-color: #337ab7
5004
}
5005
5006
.nav .nav-divider {
5007
height: 1px;
5008
margin: 9px 0;
5009
overflow: hidden;
5010
background-color: #e5e5e5
5011
}
5012
5013
.nav>li>a>img {
5014
max-width: none
5015
}
5016
5017
.nav-tabs {
5018
border-bottom: 1px solid #ddd
5019
}
5020
5021
.nav-tabs>li {
5022
float: left;
5023
margin-bottom: -1px
5024
}
5025
5026
.nav-tabs>li>a {
5027
margin-right: 2px;
5028
line-height: 1.42857143;
5029
border: 1px solid transparent;
5030
border-radius: 4px 4px 0 0
5031
}
5032
5033
.nav-tabs>li>a:hover {
5034
border-color: #eee #eee #ddd
5035
}
5036
5037
.nav-tabs>li.active>a,
5038
.nav-tabs>li.active>a:focus,
5039
.nav-tabs>li.active>a:hover {
5040
color: #555;
5041
cursor: default;
5042
background-color: #fff;
5043
border: 1px solid #ddd;
5044
border-bottom-color: transparent
5045
}
5046
5047
.nav-tabs.nav-justified {
5048
width: 100%;
5049
border-bottom: 0
5050
}
5051
5052
.nav-tabs.nav-justified>li {
5053
float: none
5054
}
5055
5056
.nav-tabs.nav-justified>li>a {
5057
margin-bottom: 5px;
5058
text-align: center
5059
}
5060
5061
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
5062
top: auto;
5063
left: auto
5064
}
5065
5066
@media (min-width:768px) {
5067
.nav-tabs.nav-justified>li {
5068
display: table-cell;
5069
width: 1%
5070
}
5071
.nav-tabs.nav-justified>li>a {
5072
margin-bottom: 0
5073
}
5074
}
5075
5076
.nav-tabs.nav-justified>li>a {
5077
margin-right: 0;
5078
border-radius: 4px
5079
}
5080
5081
.nav-tabs.nav-justified>.active>a,
5082
.nav-tabs.nav-justified>.active>a:focus,
5083
.nav-tabs.nav-justified>.active>a:hover {
5084
border: 1px solid #ddd
5085
}
5086
5087
@media (min-width:768px) {
5088
.nav-tabs.nav-justified>li>a {
5089
border-bottom: 1px solid #ddd;
5090
border-radius: 4px 4px 0 0
5091
}
5092
.nav-tabs.nav-justified>.active>a,
5093
.nav-tabs.nav-justified>.active>a:focus,
5094
.nav-tabs.nav-justified>.active>a:hover {
5095
border-bottom-color: #fff
5096
}
5097
}
5098
5099
.nav-pills>li {
5100
float: left
5101
}
5102
5103
.nav-pills>li>a {
5104
border-radius: 4px
5105
}
5106
5107
.nav-pills>li+li {
5108
margin-left: 2px
5109
}
5110
5111
.nav-pills>li.active>a,
5112
.nav-pills>li.active>a:focus,
5113
.nav-pills>li.active>a:hover {
5114
color: #fff;
5115
background-color: #337ab7
5116
}
5117
5118
.nav-stacked>li {
5119
float: none
5120
}
5121
5122
.nav-stacked>li+li {
5123
margin-top: 2px;
5124
margin-left: 0
5125
}
5126
5127
.nav-justified {
5128
width: 100%
5129
}
5130
5131
.nav-justified>li {
5132
float: none
5133
}
5134
5135
.nav-justified>li>a {
5136
margin-bottom: 5px;
5137
text-align: center
5138
}
5139
5140
.nav-justified>.dropdown .dropdown-menu {
5141
top: auto;
5142
left: auto
5143
}
5144
5145
@media (min-width:768px) {
5146
.nav-justified>li {
5147
display: table-cell;
5148
width: 1%
5149
}
5150
.nav-justified>li>a {
5151
margin-bottom: 0
5152
}
5153
}
5154
5155
.nav-tabs-justified {
5156
border-bottom: 0
5157
}
5158
5159
.nav-tabs-justified>li>a {
5160
margin-right: 0;
5161
border-radius: 4px
5162
}
5163
5164
.nav-tabs-justified>.active>a,
5165
.nav-tabs-justified>.active>a:focus,
5166
.nav-tabs-justified>.active>a:hover {
5167
border: 1px solid #ddd
5168
}
5169
5170
@media (min-width:768px) {
5171
.nav-tabs-justified>li>a {
5172
border-bottom: 1px solid #ddd;
5173
border-radius: 4px 4px 0 0
5174
}
5175
.nav-tabs-justified>.active>a,
5176
.nav-tabs-justified>.active>a:focus,
5177
.nav-tabs-justified>.active>a:hover {
5178
border-bottom-color: #fff
5179
}
5180
}
5181
5182
.tab-content>.tab-pane {
5183
display: none
5184
}
5185
5186
.tab-content>.active {
5187
display: block
5188
}
5189
5190
.nav-tabs .dropdown-menu {
5191
margin-top: -1px;
5192
border-top-left-radius: 0;
5193
border-top-right-radius: 0
5194
}
5195
5196
.navbar {
5197
position: relative;
5198
min-height: 50px;
5199
margin-bottom: 20px;
5200
border: 1px solid transparent
5201
}
5202
5203
@media (min-width:768px) {
5204
.navbar {
5205
border-radius: 4px
5206
}
5207
}
5208
5209
@media (min-width:768px) {
5210
.navbar-header {
5211
float: left
5212
}
5213
}
5214
5215
.navbar-collapse {
5216
padding-right: 15px;
5217
padding-left: 15px;
5218
overflow-x: visible;
5219
-webkit-overflow-scrolling: touch;
5220
border-top: 1px solid transparent;
5221
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
5222
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
5223
}
5224
5225
.navbar-collapse.in {
5226
overflow-y: auto
5227
}
5228
5229
@media (min-width:768px) {
5230
.navbar-collapse {
5231
width: auto;
5232
border-top: 0;
5233
-webkit-box-shadow: none;
5234
box-shadow: none
5235
}
5236
.navbar-collapse.collapse {
5237
display: block !important;
5238
height: auto !important;
5239
padding-bottom: 0;
5240
overflow: visible !important
5241
}
5242
.navbar-collapse.in {
5243
overflow-y: visible
5244
}
5245
.navbar-fixed-bottom .navbar-collapse,
5246
.navbar-fixed-top .navbar-collapse,
5247
.navbar-static-top .navbar-collapse {
5248
padding-right: 0;
5249
padding-left: 0
5250
}
5251
}
5252
5253
.navbar-fixed-bottom .navbar-collapse,
5254
.navbar-fixed-top .navbar-collapse {
5255
max-height: 340px
5256
}
5257
5258
@media (max-device-width:480px) and (orientation:landscape) {
5259
.navbar-fixed-bottom .navbar-collapse,
5260
.navbar-fixed-top .navbar-collapse {
5261
max-height: 200px
5262
}
5263
}
5264
5265
.container-fluid>.navbar-collapse,
5266
.container-fluid>.navbar-header,
5267
.container>.navbar-collapse,
5268
.container>.navbar-header {
5269
margin-right: -15px;
5270
margin-left: -15px
5271
}
5272
5273
@media (min-width:768px) {
5274
.container-fluid>.navbar-collapse,
5275
.container-fluid>.navbar-header,
5276
.container>.navbar-collapse,
5277
.container>.navbar-header {
5278
margin-right: 0;
5279
margin-left: 0
5280
}
5281
}
5282
5283
.navbar-static-top {
5284
z-index: 1000;
5285
border-width: 0 0 1px
5286
}
5287
5288
@media (min-width:768px) {
5289
.navbar-static-top {
5290
border-radius: 0
5291
}
5292
}
5293
5294
.navbar-fixed-bottom,
5295
.navbar-fixed-top {
5296
position: fixed;
5297
right: 0;
5298
left: 0;
5299
z-index: 1030
5300
}
5301
5302
@media (min-width:768px) {
5303
.navbar-fixed-bottom,
5304
.navbar-fixed-top {
5305
border-radius: 0
5306
}
5307
}
5308
5309
.navbar-fixed-top {
5310
top: 0;
5311
border-width: 0 0 1px
5312
}
5313
5314
.navbar-fixed-bottom {
5315
bottom: 0;
5316
margin-bottom: 0;
5317
border-width: 1px 0 0
5318
}
5319
5320
.navbar-brand {
5321
float: left;
5322
height: 50px;
5323
padding: 15px 15px;
5324
font-size: 18px;
5325
line-height: 20px
5326
}
5327
5328
.navbar-brand:focus,
5329
.navbar-brand:hover {
5330
text-decoration: none
5331
}
5332
5333
.navbar-brand>img {
5334
display: block
5335
}
5336
5337
@media (min-width:768px) {
5338
.navbar>.container .navbar-brand,
5339
.navbar>.container-fluid .navbar-brand {
5340
margin-left: -15px
5341
}
5342
}
5343
5344
.navbar-toggle {
5345
position: relative;
5346
float: right;
5347
padding: 9px 10px;
5348
margin-top: 8px;
5349
margin-right: 15px;
5350
margin-bottom: 8px;
5351
background-color: transparent;
5352
background-image: none;
5353
border: 1px solid transparent;
5354
border-radius: 4px
5355
}
5356
5357
.navbar-toggle:focus {
5358
outline: 0
5359
}
5360
5361
.navbar-toggle .icon-bar {
5362
display: block;
5363
width: 22px;
5364
height: 2px;
5365
border-radius: 1px
5366
}
5367
5368
.navbar-toggle .icon-bar+.icon-bar {
5369
margin-top: 4px
5370
}
5371
5372
@media (min-width:768px) {
5373
.navbar-toggle {
5374
display: none
5375
}
5376
}
5377
5378
.navbar-nav {
5379
margin: 7.5px -15px
5380
}
5381
5382
.navbar-nav>li>a {
5383
padding-top: 10px;
5384
padding-bottom: 10px;
5385
line-height: 20px
5386
}
5387
5388
@media (max-width:767px) {
5389
.navbar-nav .open .dropdown-menu {
5390
position: static;
5391
float: none;
5392
width: auto;
5393
margin-top: 0;
5394
background-color: transparent;
5395
border: 0;
5396
-webkit-box-shadow: none;
5397
box-shadow: none
5398
}
5399
.navbar-nav .open .dropdown-menu .dropdown-header,
5400
.navbar-nav .open .dropdown-menu>li>a {
5401
padding: 5px 15px 5px 25px
5402
}
5403
.navbar-nav .open .dropdown-menu>li>a {
5404
line-height: 20px
5405
}
5406
.navbar-nav .open .dropdown-menu>li>a:focus,
5407
.navbar-nav .open .dropdown-menu>li>a:hover {
5408
background-image: none
5409
}
5410
}
5411
5412
@media (min-width:768px) {
5413
.navbar-nav {
5414
float: left;
5415
margin: 0
5416
}
5417
.navbar-nav>li {
5418
float: left
5419
}
5420
.navbar-nav>li>a {
5421
padding-top: 15px;
5422
padding-bottom: 15px
5423
}
5424
}
5425
5426
.navbar-form {
5427
padding: 10px 15px;
5428
margin-top: 8px;
5429
margin-right: -15px;
5430
margin-bottom: 8px;
5431
margin-left: -15px;
5432
border-top: 1px solid transparent;
5433
border-bottom: 1px solid transparent;
5434
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
5435
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
5436
}
5437
5438
@media (min-width:768px) {
5439
.navbar-form .form-group {
5440
display: inline-block;
5441
margin-bottom: 0;
5442
vertical-align: middle
5443
}
5444
.navbar-form .form-control {
5445
display: inline-block;
5446
width: auto;
5447
vertical-align: middle
5448
}
5449
.navbar-form .form-control-static {
5450
display: inline-block
5451
}
5452
.navbar-form .input-group {
5453
display: inline-table;
5454
vertical-align: middle
5455
}
5456
.navbar-form .input-group .form-control,
5457
.navbar-form .input-group .input-group-addon,
5458
.navbar-form .input-group .input-group-btn {
5459
width: auto
5460
}
5461
.navbar-form .input-group>.form-control {
5462
width: 100%
5463
}
5464
.navbar-form .control-label {
5465
margin-bottom: 0;
5466
vertical-align: middle
5467
}
5468
.navbar-form .checkbox,
5469
.navbar-form .radio {
5470
display: inline-block;
5471
margin-top: 0;
5472
margin-bottom: 0;
5473
vertical-align: middle
5474
}
5475
.navbar-form .checkbox label,
5476
.navbar-form .radio label {
5477
padding-left: 0
5478
}
5479
.navbar-form .checkbox input[type=checkbox],
5480
.navbar-form .radio input[type=radio] {
5481
position: relative;
5482
margin-left: 0
5483
}
5484
.navbar-form .has-feedback .form-control-feedback {
5485
top: 0
5486
}
5487
}
5488
5489
@media (max-width:767px) {
5490
.navbar-form .form-group {
5491
margin-bottom: 5px
5492
}
5493
.navbar-form .form-group:last-child {
5494
margin-bottom: 0
5495
}
5496
}
5497
5498
@media (min-width:768px) {
5499
.navbar-form {
5500
width: auto;
5501
padding-top: 0;
5502
padding-bottom: 0;
5503
margin-right: 0;
5504
margin-left: 0;
5505
border: 0;
5506
-webkit-box-shadow: none;
5507
box-shadow: none
5508
}
5509
}
5510
5511
.navbar-nav>li>.dropdown-menu {
5512
margin-top: 0;
5513
border-top-left-radius: 0;
5514
border-top-right-radius: 0
5515
}
5516
5517
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
5518
margin-bottom: 0;
5519
border-top-left-radius: 4px;
5520
border-top-right-radius: 4px;
5521
border-bottom-right-radius: 0;
5522
border-bottom-left-radius: 0
5523
}
5524
5525
.navbar-btn {
5526
margin-top: 8px;
5527
margin-bottom: 8px
5528
}
5529
5530
.navbar-btn.btn-sm {
5531
margin-top: 10px;
5532
margin-bottom: 10px
5533
}
5534
5535
.navbar-btn.btn-xs {
5536
margin-top: 14px;
5537
margin-bottom: 14px
5538
}
5539
5540
.navbar-text {
5541
margin-top: 15px;
5542
margin-bottom: 15px
5543
}
5544
5545
@media (min-width:768px) {
5546
.navbar-text {
5547
float: left;
5548
margin-right: 15px;
5549
margin-left: 15px
5550
}
5551
}
5552
5553
@media (min-width:768px) {
5554
.navbar-left {
5555
float: left !important
5556
}
5557
.navbar-right {
5558
float: right !important;
5559
margin-right: -15px
5560
}
5561
.navbar-right~.navbar-right {
5562
margin-right: 0
5563
}
5564
}
5565
5566
.navbar-default {
5567
background-color: #f8f8f8;
5568
border-color: #e7e7e7
5569
}
5570
5571
.navbar-default .navbar-brand {
5572
color: #777
5573
}
5574
5575
.navbar-default .navbar-brand:focus,
5576
.navbar-default .navbar-brand:hover {
5577
color: #5e5e5e;
5578
background-color: transparent
5579
}
5580
5581
.navbar-default .navbar-text {
5582
color: #777
5583
}
5584
5585
.navbar-default .navbar-nav>li>a {
5586
color: #777
5587
}
5588
5589
.navbar-default .navbar-nav>li>a:focus,
5590
.navbar-default .navbar-nav>li>a:hover {
5591
color: #333;
5592
background-color: transparent
5593
}
5594
5595
.navbar-default .navbar-nav>.active>a,
5596
.navbar-default .navbar-nav>.active>a:focus,
5597
.navbar-default .navbar-nav>.active>a:hover {
5598
color: #555;
5599
background-color: #e7e7e7
5600
}
5601
5602
.navbar-default .navbar-nav>.disabled>a,
5603
.navbar-default .navbar-nav>.disabled>a:focus,
5604
.navbar-default .navbar-nav>.disabled>a:hover {
5605
color: #ccc;
5606
background-color: transparent
5607
}
5608
5609
.navbar-default .navbar-toggle {
5610
border-color: #ddd
5611
}
5612
5613
.navbar-default .navbar-toggle:focus,
5614
.navbar-default .navbar-toggle:hover {
5615
background-color: #ddd
5616
}
5617
5618
.navbar-default .navbar-toggle .icon-bar {
5619
background-color: #888
5620
}
5621
5622
.navbar-default .navbar-collapse,
5623
.navbar-default .navbar-form {
5624
border-color: #e7e7e7
5625
}
5626
5627
.navbar-default .navbar-nav>.open>a,
5628
.navbar-default .navbar-nav>.open>a:focus,
5629
.navbar-default .navbar-nav>.open>a:hover {
5630
color: #555;
5631
background-color: #e7e7e7
5632
}
5633
5634
@media (max-width:767px) {
5635
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
5636
color: #777
5637
}
5638
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
5639
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
5640
color: #333;
5641
background-color: transparent
5642
}
5643
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
5644
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
5645
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
5646
color: #555;
5647
background-color: #e7e7e7
5648
}
5649
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
5650
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
5651
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
5652
color: #ccc;
5653
background-color: transparent
5654
}
5655
}
5656
5657
.navbar-default .navbar-link {
5658
color: #777
5659
}
5660
5661
.navbar-default .navbar-link:hover {
5662
color: #333
5663
}
5664
5665
.navbar-default .btn-link {
5666
color: #777
5667
}
5668
5669
.navbar-default .btn-link:focus,
5670
.navbar-default .btn-link:hover {
5671
color: #333
5672
}
5673
5674
.navbar-default .btn-link[disabled]:focus,
5675
.navbar-default .btn-link[disabled]:hover,
5676
fieldset[disabled] .navbar-default .btn-link:focus,
5677
fieldset[disabled] .navbar-default .btn-link:hover {
5678
color: #ccc
5679
}
5680
5681
.navbar-inverse {
5682
background-color: #222;
5683
border-color: #080808
5684
}
5685
5686
.navbar-inverse .navbar-brand {
5687
color: #9d9d9d
5688
}
5689
5690
.navbar-inverse .navbar-brand:focus,
5691
.navbar-inverse .navbar-brand:hover {
5692
color: #fff;
5693
background-color: transparent
5694
}
5695
5696
.navbar-inverse .navbar-text {
5697
color: #9d9d9d
5698
}
5699
5700
.navbar-inverse .navbar-nav>li>a {
5701
color: #9d9d9d
5702
}
5703
5704
.navbar-inverse .navbar-nav>li>a:focus,
5705
.navbar-inverse .navbar-nav>li>a:hover {
5706
color: #fff;
5707
background-color: transparent
5708
}
5709
5710
.navbar-inverse .navbar-nav>.active>a,
5711
.navbar-inverse .navbar-nav>.active>a:focus,
5712
.navbar-inverse .navbar-nav>.active>a:hover {
5713
color: #fff;
5714
background-color: #080808
5715
}
5716
5717
.navbar-inverse .navbar-nav>.disabled>a,
5718
.navbar-inverse .navbar-nav>.disabled>a:focus,
5719
.navbar-inverse .navbar-nav>.disabled>a:hover {
5720
color: #444;
5721
background-color: transparent
5722
}
5723
5724
.navbar-inverse .navbar-toggle {
5725
border-color: #333
5726
}
5727
5728
.navbar-inverse .navbar-toggle:focus,
5729
.navbar-inverse .navbar-toggle:hover {
5730
background-color: #333
5731
}
5732
5733
.navbar-inverse .navbar-toggle .icon-bar {
5734
background-color: #fff
5735
}
5736
5737
.navbar-inverse .navbar-collapse,
5738
.navbar-inverse .navbar-form {
5739
border-color: #101010
5740
}
5741
5742
.navbar-inverse .navbar-nav>.open>a,
5743
.navbar-inverse .navbar-nav>.open>a:focus,
5744
.navbar-inverse .navbar-nav>.open>a:hover {
5745
color: #fff;
5746
background-color: #080808
5747
}
5748
5749
@media (max-width:767px) {
5750
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
5751
border-color: #080808
5752
}
5753
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
5754
background-color: #080808
5755
}
5756
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
5757
color: #9d9d9d
5758
}
5759
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
5760
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
5761
color: #fff;
5762
background-color: transparent
5763
}
5764
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
5765
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
5766
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
5767
color: #fff;
5768
background-color: #080808
5769
}
5770
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
5771
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
5772
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
5773
color: #444;
5774
background-color: transparent
5775
}
5776
}
5777
5778
.navbar-inverse .navbar-link {
5779
color: #9d9d9d
5780
}
5781
5782
.navbar-inverse .navbar-link:hover {
5783
color: #fff
5784
}
5785
5786
.navbar-inverse .btn-link {
5787
color: #9d9d9d
5788
}
5789
5790
.navbar-inverse .btn-link:focus,
5791
.navbar-inverse .btn-link:hover {
5792
color: #fff
5793
}
5794
5795
.navbar-inverse .btn-link[disabled]:focus,
5796
.navbar-inverse .btn-link[disabled]:hover,
5797
fieldset[disabled] .navbar-inverse .btn-link:focus,
5798
fieldset[disabled] .navbar-inverse .btn-link:hover {
5799
color: #444
5800
}
5801
5802
.breadcrumb {
5803
padding: 8px 15px;
5804
margin-bottom: 20px;
5805
list-style: none;
5806
background-color: #f5f5f5;
5807
border-radius: 4px
5808
}
5809
5810
.breadcrumb>li {
5811
display: inline-block
5812
}
5813
5814
.breadcrumb>li+li:before {
5815
padding: 0 5px;
5816
color: #ccc;
5817
content: "/\00a0"
5818
}
5819
5820
.breadcrumb>.active {
5821
color: #777
5822
}
5823
5824
.pagination {
5825
display: inline-block;
5826
padding-left: 0;
5827
margin: 20px 0;
5828
border-radius: 4px
5829
}
5830
5831
.pagination>li {
5832
display: inline
5833
}
5834
5835
.pagination>li>a,
5836
.pagination>li>span {
5837
position: relative;
5838
float: left;
5839
padding: 6px 12px;
5840
margin-left: -1px;
5841
line-height: 1.42857143;
5842
color: #337ab7;
5843
text-decoration: none;
5844
background-color: #fff;
5845
border: 1px solid #ddd
5846
}
5847
5848
.pagination>li:first-child>a,
5849
.pagination>li:first-child>span {
5850
margin-left: 0;
5851
border-top-left-radius: 4px;
5852
border-bottom-left-radius: 4px
5853
}
5854
5855
.pagination>li:last-child>a,
5856
.pagination>li:last-child>span {
5857
border-top-right-radius: 4px;
5858
border-bottom-right-radius: 4px
5859
}
5860
5861
.pagination>li>a:focus,
5862
.pagination>li>a:hover,
5863
.pagination>li>span:focus,
5864
.pagination>li>span:hover {
5865
z-index: 2;
5866
color: #23527c;
5867
background-color: #eee;
5868
border-color: #ddd
5869
}
5870
5871
.pagination>.active>a,
5872
.pagination>.active>a:focus,
5873
.pagination>.active>a:hover,
5874
.pagination>.active>span,
5875
.pagination>.active>span:focus,
5876
.pagination>.active>span:hover {
5877
z-index: 3;
5878
color: #fff;
5879
cursor: default;
5880
background-color: #337ab7;
5881
border-color: #337ab7
5882
}
5883
5884
.pagination>.disabled>a,
5885
.pagination>.disabled>a:focus,
5886
.pagination>.disabled>a:hover,
5887
.pagination>.disabled>span,
5888
.pagination>.disabled>span:focus,
5889
.pagination>.disabled>span:hover {
5890
color: #777;
5891
cursor: not-allowed;
5892
background-color: #fff;
5893
border-color: #ddd
5894
}
5895
5896
.pagination-lg>li>a,
5897
.pagination-lg>li>span {
5898
padding: 10px 16px;
5899
font-size: 18px;
5900
line-height: 1.3333333
5901
}
5902
5903
.pagination-lg>li:first-child>a,
5904
.pagination-lg>li:first-child>span {
5905
border-top-left-radius: 6px;
5906
border-bottom-left-radius: 6px
5907
}
5908
5909
.pagination-lg>li:last-child>a,
5910
.pagination-lg>li:last-child>span {
5911
border-top-right-radius: 6px;
5912
border-bottom-right-radius: 6px
5913
}
5914
5915
.pagination-sm>li>a,
5916
.pagination-sm>li>span {
5917
padding: 5px 10px;
5918
font-size: 12px;
5919
line-height: 1.5
5920
}
5921
5922
.pagination-sm>li:first-child>a,
5923
.pagination-sm>li:first-child>span {
5924
border-top-left-radius: 3px;
5925
border-bottom-left-radius: 3px
5926
}
5927
5928
.pagination-sm>li:last-child>a,
5929
.pagination-sm>li:last-child>span {
5930
border-top-right-radius: 3px;
5931
border-bottom-right-radius: 3px
5932
}
5933
5934
.pager {
5935
padding-left: 0;
5936
margin: 20px 0;
5937
text-align: center;
5938
list-style: none
5939
}
5940
5941
.pager li {
5942
display: inline
5943
}
5944
5945
.pager li>a,
5946
.pager li>span {
5947
display: inline-block;
5948
padding: 5px 14px;
5949
background-color: #fff;
5950
border: 1px solid #ddd;
5951
border-radius: 15px
5952
}
5953
5954
.pager li>a:focus,
5955
.pager li>a:hover {
5956
text-decoration: none;
5957
background-color: #eee
5958
}
5959
5960
.pager .next>a,
5961
.pager .next>span {
5962
float: right
5963
}
5964
5965
.pager .previous>a,
5966
.pager .previous>span {
5967
float: left
5968
}
5969
5970
.pager .disabled>a,
5971
.pager .disabled>a:focus,
5972
.pager .disabled>a:hover,
5973
.pager .disabled>span {
5974
color: #777;
5975
cursor: not-allowed;
5976
background-color: #fff
5977
}
5978
5979
.label {
5980
display: inline;
5981
padding: .2em .6em .3em;
5982
font-size: 75%;
5983
font-weight: 700;
5984
line-height: 1;
5985
color: #fff;
5986
text-align: center;
5987
white-space: nowrap;
5988
vertical-align: baseline;
5989
border-radius: .25em
5990
}
5991
5992
a.label:focus,
5993
a.label:hover {
5994
color: #fff;
5995
text-decoration: none;
5996
cursor: pointer
5997
}
5998
5999
.label:empty {
6000
display: none
6001
}
6002
6003
.btn .label {
6004
position: relative;
6005
top: -1px
6006
}
6007
6008
.label-default {
6009
background-color: #777
6010
}
6011
6012
.label-default[href]:focus,
6013
.label-default[href]:hover {
6014
background-color: #5e5e5e
6015
}
6016
6017
.label-primary {
6018
background-color: #337ab7
6019
}
6020
6021
.label-primary[href]:focus,
6022
.label-primary[href]:hover {
6023
background-color: #286090
6024
}
6025
6026
.label-success {
6027
background-color: #5cb85c
6028
}
6029
6030
.label-success[href]:focus,
6031
.label-success[href]:hover {
6032
background-color: #449d44
6033
}
6034
6035
.label-info {
6036
background-color: #5bc0de
6037
}
6038
6039
.label-info[href]:focus,
6040
.label-info[href]:hover {
6041
background-color: #31b0d5
6042
}
6043
6044
.label-warning {
6045
background-color: #f0ad4e
6046
}
6047
6048
.label-warning[href]:focus,
6049
.label-warning[href]:hover {
6050
background-color: #ec971f
6051
}
6052
6053
.label-danger {
6054
background-color: #d9534f
6055
}
6056
6057
.label-danger[href]:focus,
6058
.label-danger[href]:hover {
6059
background-color: #c9302c
6060
}
6061
6062
.badge {
6063
display: inline-block;
6064
min-width: 10px;
6065
padding: 3px 7px;
6066
font-size: 12px;
6067
font-weight: 700;
6068
line-height: 1;
6069
color: #fff;
6070
text-align: center;
6071
white-space: nowrap;
6072
vertical-align: middle;
6073
background-color: #777;
6074
border-radius: 10px
6075
}
6076
6077
.badge:empty {
6078
display: none
6079
}
6080
6081
.btn .badge {
6082
position: relative;
6083
top: -1px
6084
}
6085
6086
.btn-group-xs>.btn .badge,
6087
.btn-xs .badge {
6088
top: 0;
6089
padding: 1px 5px
6090
}
6091
6092
a.badge:focus,
6093
a.badge:hover {
6094
color: #fff;
6095
text-decoration: none;
6096
cursor: pointer
6097
}
6098
6099
.list-group-item.active>.badge,
6100
.nav-pills>.active>a>.badge {
6101
color: #337ab7;
6102
background-color: #fff
6103
}
6104
6105
.list-group-item>.badge {
6106
float: right
6107
}
6108
6109
.list-group-item>.badge+.badge {
6110
margin-right: 5px
6111
}
6112
6113
.nav-pills>li>a>.badge {
6114
margin-left: 3px
6115
}
6116
6117
.jumbotron {
6118
padding-top: 30px;
6119
padding-bottom: 30px;
6120
margin-bottom: 30px;
6121
color: inherit;
6122
background-color: #eee
6123
}
6124
6125
.jumbotron .h1,
6126
.jumbotron h1 {
6127
color: inherit
6128
}
6129
6130
.jumbotron p {
6131
margin-bottom: 15px;
6132
font-size: 21px;
6133
font-weight: 200
6134
}
6135
6136
.jumbotron>hr {
6137
border-top-color: #d5d5d5
6138
}
6139
6140
.container .jumbotron,
6141
.container-fluid .jumbotron {
6142
padding-right: 15px;
6143
padding-left: 15px;
6144
border-radius: 6px
6145
}
6146
6147
.jumbotron .container {
6148
max-width: 100%
6149
}
6150
6151
@media screen and (min-width:768px) {
6152
.jumbotron {
6153
padding-top: 48px;
6154
padding-bottom: 48px
6155
}
6156
.container .jumbotron,
6157
.container-fluid .jumbotron {
6158
padding-right: 60px;
6159
padding-left: 60px
6160
}
6161
.jumbotron .h1,
6162
.jumbotron h1 {
6163
font-size: 63px
6164
}
6165
}
6166
6167
.thumbnail {
6168
display: block;
6169
padding: 4px;
6170
margin-bottom: 20px;
6171
line-height: 1.42857143;
6172
background-color: #fff;
6173
border: 1px solid #ddd;
6174
border-radius: 4px;
6175
-webkit-transition: border .2s ease-in-out;
6176
-o-transition: border .2s ease-in-out;
6177
transition: border .2s ease-in-out
6178
}
6179
6180
.thumbnail a>img,
6181
.thumbnail>img {
6182
margin-right: auto;
6183
margin-left: auto
6184
}
6185
6186
a.thumbnail.active,
6187
a.thumbnail:focus,
6188
a.thumbnail:hover {
6189
border-color: #337ab7
6190
}
6191
6192
.thumbnail .caption {
6193
padding: 9px;
6194
color: #333
6195
}
6196
6197
.alert {
6198
padding: 15px;
6199
margin-bottom: 20px;
6200
border: 1px solid transparent;
6201
border-radius: 4px
6202
}
6203
6204
.alert h4 {
6205
margin-top: 0;
6206
color: inherit
6207
}
6208
6209
.alert .alert-link {
6210
font-weight: 700
6211
}
6212
6213
.alert>p,
6214
.alert>ul {
6215
margin-bottom: 0
6216
}
6217
6218
.alert>p+p {
6219
margin-top: 5px
6220
}
6221
6222
.alert-dismissable,
6223
.alert-dismissible {
6224
padding-right: 35px
6225
}
6226
6227
.alert-dismissable .close,
6228
.alert-dismissible .close {
6229
position: relative;
6230
top: -2px;
6231
right: -21px;
6232
color: inherit
6233
}
6234
6235
.alert-success {
6236
color: #3c763d;
6237
background-color: #dff0d8;
6238
border-color: #d6e9c6
6239
}
6240
6241
.alert-success hr {
6242
border-top-color: #c9e2b3
6243
}
6244
6245
.alert-success .alert-link {
6246
color: #2b542c
6247
}
6248
6249
.alert-info {
6250
color: #31708f;
6251
background-color: #d9edf7;
6252
border-color: #bce8f1
6253
}
6254
6255
.alert-info hr {
6256
border-top-color: #a6e1ec
6257
}
6258
6259
.alert-info .alert-link {
6260
color: #245269
6261
}
6262
6263
.alert-warning {
6264
color: #8a6d3b;
6265
background-color: #fcf8e3;
6266
border-color: #faebcc
6267
}
6268
6269
.alert-warning hr {
6270
border-top-color: #f7e1b5
6271
}
6272
6273
.alert-warning .alert-link {
6274
color: #66512c
6275
}
6276
6277
.alert-danger {
6278
color: #a94442;
6279
background-color: #f2dede;
6280
border-color: #ebccd1
6281
}
6282
6283
.alert-danger hr {
6284
border-top-color: #e4b9c0
6285
}
6286
6287
.alert-danger .alert-link {
6288
color: #843534
6289
}
6290
6291
@-webkit-keyframes progress-bar-stripes {
6292
from {
6293
background-position: 40px 0
6294
}
6295
to {
6296
background-position: 0 0
6297
}
6298
}
6299
6300
@-o-keyframes progress-bar-stripes {
6301
from {
6302
background-position: 40px 0
6303
}
6304
to {
6305
background-position: 0 0
6306
}
6307
}
6308
6309
@keyframes progress-bar-stripes {
6310
from {
6311
background-position: 40px 0
6312
}
6313
to {
6314
background-position: 0 0
6315
}
6316
}
6317
6318
.progress {
6319
height: 20px;
6320
margin-bottom: 20px;
6321
overflow: hidden;
6322
background-color: #f5f5f5;
6323
border-radius: 4px;
6324
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
6325
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
6326
}
6327
6328
.progress-bar {
6329
float: left;
6330
width: 0;
6331
height: 100%;
6332
font-size: 12px;
6333
line-height: 20px;
6334
color: #fff;
6335
text-align: center;
6336
background-color: #337ab7;
6337
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
6338
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
6339
-webkit-transition: width .6s ease;
6340
-o-transition: width .6s ease;
6341
transition: width .6s ease
6342
}
6343
6344
.progress-bar-striped,
6345
.progress-striped .progress-bar {
6346
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6347
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6348
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6349
-webkit-background-size: 40px 40px;
6350
background-size: 40px 40px
6351
}
6352
6353
.progress-bar.active,
6354
.progress.active .progress-bar {
6355
-webkit-animation: progress-bar-stripes 2s linear infinite;
6356
-o-animation: progress-bar-stripes 2s linear infinite;
6357
animation: progress-bar-stripes 2s linear infinite
6358
}
6359
6360
.progress-bar-success {
6361
background-color: #5cb85c
6362
}
6363
6364
.progress-striped .progress-bar-success {
6365
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6366
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6367
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
6368
}
6369
6370
.progress-bar-info {
6371
background-color: #5bc0de
6372
}
6373
6374
.progress-striped .progress-bar-info {
6375
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6376
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6377
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
6378
}
6379
6380
.progress-bar-warning {
6381
background-color: #f0ad4e
6382
}
6383
6384
.progress-striped .progress-bar-warning {
6385
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6386
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6387
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
6388
}
6389
6390
.progress-bar-danger {
6391
background-color: #d9534f
6392
}
6393
6394
.progress-striped .progress-bar-danger {
6395
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6396
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
6397
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
6398
}
6399
6400
.media {
6401
margin-top: 15px
6402
}
6403
6404
.media:first-child {
6405
margin-top: 0
6406
}
6407
6408
.media,
6409
.media-body {
6410
overflow: hidden;
6411
zoom: 1
6412
}
6413
6414
.media-body {
6415
width: 10000px
6416
}
6417
6418
.media-object {
6419
display: block
6420
}
6421
6422
.media-object.img-thumbnail {
6423
max-width: none
6424
}
6425
6426
.media-right,
6427
.media>.pull-right {
6428
padding-left: 10px
6429
}
6430
6431
.media-left,
6432
.media>.pull-left {
6433
padding-right: 10px
6434
}
6435
6436
.media-body,
6437
.media-left,
6438
.media-right {
6439
display: table-cell;
6440
vertical-align: top
6441
}
6442
6443
.media-middle {
6444
vertical-align: middle
6445
}
6446
6447
.media-bottom {
6448
vertical-align: bottom
6449
}
6450
6451
.media-heading {
6452
margin-top: 0;
6453
margin-bottom: 5px
6454
}
6455
6456
.media-list {
6457
padding-left: 0;
6458
list-style: none
6459
}
6460
6461
.list-group {
6462
padding-left: 0;
6463
margin-bottom: 20px
6464
}
6465
6466
.list-group-item {
6467
position: relative;
6468
display: block;
6469
padding: 10px 15px;
6470
margin-bottom: -1px;
6471
background-color: #fff;
6472
border: 1px solid #ddd
6473
}
6474
6475
.list-group-item:first-child {
6476
border-top-left-radius: 4px;
6477
border-top-right-radius: 4px
6478
}
6479
6480
.list-group-item:last-child {
6481
margin-bottom: 0;
6482
border-bottom-right-radius: 4px;
6483
border-bottom-left-radius: 4px
6484
}
6485
6486
a.list-group-item,
6487
button.list-group-item {
6488
color: #555
6489
}
6490
6491
a.list-group-item .list-group-item-heading,
6492
button.list-group-item .list-group-item-heading {
6493
color: #333
6494
}
6495
6496
a.list-group-item:focus,
6497
a.list-group-item:hover,
6498
button.list-group-item:focus,
6499
button.list-group-item:hover {
6500
color: #555;
6501
text-decoration: none;
6502
background-color: #f5f5f5
6503
}
6504
6505
button.list-group-item {
6506
width: 100%;
6507
text-align: left
6508
}
6509
6510
.list-group-item.disabled,
6511
.list-group-item.disabled:focus,
6512
.list-group-item.disabled:hover {
6513
color: #777;
6514
cursor: not-allowed;
6515
background-color: #eee
6516
}
6517
6518
.list-group-item.disabled .list-group-item-heading,
6519
.list-group-item.disabled:focus .list-group-item-heading,
6520
.list-group-item.disabled:hover .list-group-item-heading {
6521
color: inherit
6522
}
6523
6524
.list-group-item.disabled .list-group-item-text,
6525
.list-group-item.disabled:focus .list-group-item-text,
6526
.list-group-item.disabled:hover .list-group-item-text {
6527
color: #777
6528
}
6529
6530
.list-group-item.active,
6531
.list-group-item.active:focus,
6532
.list-group-item.active:hover {
6533
z-index: 2;
6534
color: #fff;
6535
background-color: #337ab7;
6536
border-color: #337ab7
6537
}
6538
6539
.list-group-item.active .list-group-item-heading,
6540
.list-group-item.active .list-group-item-heading>.small,
6541
.list-group-item.active .list-group-item-heading>small,
6542
.list-group-item.active:focus .list-group-item-heading,
6543
.list-group-item.active:focus .list-group-item-heading>.small,
6544
.list-group-item.active:focus .list-group-item-heading>small,
6545
.list-group-item.active:hover .list-group-item-heading,
6546
.list-group-item.active:hover .list-group-item-heading>.small,
6547
.list-group-item.active:hover .list-group-item-heading>small {
6548
color: inherit
6549
}
6550
6551
.list-group-item.active .list-group-item-text,
6552
.list-group-item.active:focus .list-group-item-text,
6553
.list-group-item.active:hover .list-group-item-text {
6554
color: #c7ddef
6555
}
6556
6557
.list-group-item-success {
6558
color: #3c763d;
6559
background-color: #dff0d8
6560
}
6561
6562
a.list-group-item-success,
6563
button.list-group-item-success {
6564
color: #3c763d
6565
}
6566
6567
a.list-group-item-success .list-group-item-heading,
6568
button.list-group-item-success .list-group-item-heading {
6569
color: inherit
6570
}
6571
6572
a.list-group-item-success:focus,
6573
a.list-group-item-success:hover,
6574
button.list-group-item-success:focus,
6575
button.list-group-item-success:hover {
6576
color: #3c763d;
6577
background-color: #d0e9c6
6578
}
6579
6580
a.list-group-item-success.active,
6581
a.list-group-item-success.active:focus,
6582
a.list-group-item-success.active:hover,
6583
button.list-group-item-success.active,
6584
button.list-group-item-success.active:focus,
6585
button.list-group-item-success.active:hover {
6586
color: #fff;
6587
background-color: #3c763d;
6588
border-color: #3c763d
6589
}
6590
6591
.list-group-item-info {
6592
color: #31708f;
6593
background-color: #d9edf7
6594
}
6595
6596
a.list-group-item-info,
6597
button.list-group-item-info {
6598
color: #31708f
6599
}
6600
6601
a.list-group-item-info .list-group-item-heading,
6602
button.list-group-item-info .list-group-item-heading {
6603
color: inherit
6604
}
6605
6606
a.list-group-item-info:focus,
6607
a.list-group-item-info:hover,
6608
button.list-group-item-info:focus,
6609
button.list-group-item-info:hover {
6610
color: #31708f;
6611
background-color: #c4e3f3
6612
}
6613
6614
a.list-group-item-info.active,
6615
a.list-group-item-info.active:focus,
6616
a.list-group-item-info.active:hover,
6617
button.list-group-item-info.active,
6618
button.list-group-item-info.active:focus,
6619
button.list-group-item-info.active:hover {
6620
color: #fff;
6621
background-color: #31708f;
6622
border-color: #31708f
6623
}
6624
6625
.list-group-item-warning {
6626
color: #8a6d3b;
6627
background-color: #fcf8e3
6628
}
6629
6630
a.list-group-item-warning,
6631
button.list-group-item-warning {
6632
color: #8a6d3b
6633
}
6634
6635
a.list-group-item-warning .list-group-item-heading,
6636
button.list-group-item-warning .list-group-item-heading {
6637
color: inherit
6638
}
6639
6640
a.list-group-item-warning:focus,
6641
a.list-group-item-warning:hover,
6642
button.list-group-item-warning:focus,
6643
button.list-group-item-warning:hover {
6644
color: #8a6d3b;
6645
background-color: #faf2cc
6646
}
6647
6648
a.list-group-item-warning.active,
6649
a.list-group-item-warning.active:focus,
6650
a.list-group-item-warning.active:hover,
6651
button.list-group-item-warning.active,
6652
button.list-group-item-warning.active:focus,
6653
button.list-group-item-warning.active:hover {
6654
color: #fff;
6655
background-color: #8a6d3b;
6656
border-color: #8a6d3b
6657
}
6658
6659
.list-group-item-danger {
6660
color: #a94442;
6661
background-color: #f2dede
6662
}
6663
6664
a.list-group-item-danger,
6665
button.list-group-item-danger {
6666
color: #a94442
6667
}
6668
6669
a.list-group-item-danger .list-group-item-heading,
6670
button.list-group-item-danger .list-group-item-heading {
6671
color: inherit
6672
}
6673
6674
a.list-group-item-danger:focus,
6675
a.list-group-item-danger:hover,
6676
button.list-group-item-danger:focus,
6677
button.list-group-item-danger:hover {
6678
color: #a94442;
6679
background-color: #ebcccc
6680
}
6681
6682
a.list-group-item-danger.active,
6683
a.list-group-item-danger.active:focus,
6684
a.list-group-item-danger.active:hover,
6685
button.list-group-item-danger.active,
6686
button.list-group-item-danger.active:focus,
6687
button.list-group-item-danger.active:hover {
6688
color: #fff;
6689
background-color: #a94442;
6690
border-color: #a94442
6691
}
6692
6693
.list-group-item-heading {
6694
margin-top: 0;
6695
margin-bottom: 5px
6696
}
6697
6698
.list-group-item-text {
6699
margin-bottom: 0;
6700
line-height: 1.3
6701
}
6702
6703
.panel {
6704
margin-bottom: 20px;
6705
background-color: #fff;
6706
border: 1px solid transparent;
6707
border-radius: 4px;
6708
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
6709
box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
6710
}
6711
6712
.panel-body {
6713
padding: 15px
6714
}
6715
6716
.panel-heading {
6717
padding: 10px 15px;
6718
border-bottom: 1px solid transparent;
6719
border-top-left-radius: 3px;
6720
border-top-right-radius: 3px
6721
}
6722
6723
.panel-heading>.dropdown .dropdown-toggle {
6724
color: inherit
6725
}
6726
6727
.panel-title {
6728
margin-top: 0;
6729
margin-bottom: 0;
6730
font-size: 16px;
6731
color: inherit
6732
}
6733
6734
.panel-title>.small,
6735
.panel-title>.small>a,
6736
.panel-title>a,
6737
.panel-title>small,
6738
.panel-title>small>a {
6739
color: inherit
6740
}
6741
6742
.panel-footer {
6743
padding: 10px 15px;
6744
background-color: #f5f5f5;
6745
border-top: 1px solid #ddd;
6746
border-bottom-right-radius: 3px;
6747
border-bottom-left-radius: 3px
6748
}
6749
6750
.panel>.list-group,
6751
.panel>.panel-collapse>.list-group {
6752
margin-bottom: 0
6753
}
6754
6755
.panel>.list-group .list-group-item,
6756
.panel>.panel-collapse>.list-group .list-group-item {
6757
border-width: 1px 0;
6758
border-radius: 0
6759
}
6760
6761
.panel>.list-group:first-child .list-group-item:first-child,
6762
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
6763
border-top: 0;
6764
border-top-left-radius: 3px;
6765
border-top-right-radius: 3px
6766
}
6767
6768
.panel>.list-group:last-child .list-group-item:last-child,
6769
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
6770
border-bottom: 0;
6771
border-bottom-right-radius: 3px;
6772
border-bottom-left-radius: 3px
6773
}
6774
6775
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
6776
border-top-left-radius: 0;
6777
border-top-right-radius: 0
6778
}
6779
6780
.panel-heading+.list-group .list-group-item:first-child {
6781
border-top-width: 0
6782
}
6783
6784
.list-group+.panel-footer {
6785
border-top-width: 0
6786
}
6787
6788
.panel>.panel-collapse>.table,
6789
.panel>.table,
6790
.panel>.table-responsive>.table {
6791
margin-bottom: 0
6792
}
6793
6794
.panel>.panel-collapse>.table caption,
6795
.panel>.table caption,
6796
.panel>.table-responsive>.table caption {
6797
padding-right: 15px;
6798
padding-left: 15px
6799
}
6800
6801
.panel>.table-responsive:first-child>.table:first-child,
6802
.panel>.table:first-child {
6803
border-top-left-radius: 3px;
6804
border-top-right-radius: 3px
6805
}
6806
6807
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
6808
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
6809
.panel>.table:first-child>tbody:first-child>tr:first-child,
6810
.panel>.table:first-child>thead:first-child>tr:first-child {
6811
border-top-left-radius: 3px;
6812
border-top-right-radius: 3px
6813
}
6814
6815
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
6816
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
6817
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
6818
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
6819
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
6820
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
6821
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
6822
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
6823
border-top-left-radius: 3px
6824
}
6825
6826
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
6827
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
6828
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
6829
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
6830
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
6831
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
6832
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
6833
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
6834
border-top-right-radius: 3px
6835
}
6836
6837
.panel>.table-responsive:last-child>.table:last-child,
6838
.panel>.table:last-child {
6839
border-bottom-right-radius: 3px;
6840
border-bottom-left-radius: 3px
6841
}
6842
6843
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
6844
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
6845
.panel>.table:last-child>tbody:last-child>tr:last-child,
6846
.panel>.table:last-child>tfoot:last-child>tr:last-child {
6847
border-bottom-right-radius: 3px;
6848
border-bottom-left-radius: 3px
6849
}
6850
6851
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
6852
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
6853
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
6854
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
6855
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
6856
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
6857
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
6858
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
6859
border-bottom-left-radius: 3px
6860
}
6861
6862
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
6863
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
6864
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
6865
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
6866
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
6867
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
6868
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
6869
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
6870
border-bottom-right-radius: 3px
6871
}
6872
6873
.panel>.panel-body+.table,
6874
.panel>.panel-body+.table-responsive,
6875
.panel>.table+.panel-body,
6876
.panel>.table-responsive+.panel-body {
6877
border-top: 1px solid #ddd
6878
}
6879
6880
.panel>.table>tbody:first-child>tr:first-child td,
6881
.panel>.table>tbody:first-child>tr:first-child th {
6882
border-top: 0
6883
}
6884
6885
.panel>.table-bordered,
6886
.panel>.table-responsive>.table-bordered {
6887
border: 0
6888
}
6889
6890
.panel>.table-bordered>tbody>tr>td:first-child,
6891
.panel>.table-bordered>tbody>tr>th:first-child,
6892
.panel>.table-bordered>tfoot>tr>td:first-child,
6893
.panel>.table-bordered>tfoot>tr>th:first-child,
6894
.panel>.table-bordered>thead>tr>td:first-child,
6895
.panel>.table-bordered>thead>tr>th:first-child,
6896
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
6897
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
6898
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
6899
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
6900
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
6901
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
6902
border-left: 0
6903
}
6904
6905
.panel>.table-bordered>tbody>tr>td:last-child,
6906
.panel>.table-bordered>tbody>tr>th:last-child,
6907
.panel>.table-bordered>tfoot>tr>td:last-child,
6908
.panel>.table-bordered>tfoot>tr>th:last-child,
6909
.panel>.table-bordered>thead>tr>td:last-child,
6910
.panel>.table-bordered>thead>tr>th:last-child,
6911
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
6912
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
6913
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
6914
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
6915
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
6916
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
6917
border-right: 0
6918
}
6919
6920
.panel>.table-bordered>tbody>tr:first-child>td,
6921
.panel>.table-bordered>tbody>tr:first-child>th,
6922
.panel>.table-bordered>thead>tr:first-child>td,
6923
.panel>.table-bordered>thead>tr:first-child>th,
6924
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
6925
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
6926
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
6927
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
6928
border-bottom: 0
6929
}
6930
6931
.panel>.table-bordered>tbody>tr:last-child>td,
6932
.panel>.table-bordered>tbody>tr:last-child>th,
6933
.panel>.table-bordered>tfoot>tr:last-child>td,
6934
.panel>.table-bordered>tfoot>tr:last-child>th,
6935
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
6936
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
6937
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
6938
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
6939
border-bottom: 0
6940
}
6941
6942
.panel>.table-responsive {
6943
margin-bottom: 0;
6944
border: 0
6945
}
6946
6947
.panel-group {
6948
margin-bottom: 20px
6949
}
6950
6951
.panel-group .panel {
6952
margin-bottom: 0;
6953
border-radius: 4px
6954
}
6955
6956
.panel-group .panel+.panel {
6957
margin-top: 5px
6958
}
6959
6960
.panel-group .panel-heading {
6961
border-bottom: 0
6962
}
6963
6964
.panel-group .panel-heading+.panel-collapse>.list-group,
6965
.panel-group .panel-heading+.panel-collapse>.panel-body {
6966
border-top: 1px solid #ddd
6967
}
6968
6969
.panel-group .panel-footer {
6970
border-top: 0
6971
}
6972
6973
.panel-group .panel-footer+.panel-collapse .panel-body {
6974
border-bottom: 1px solid #ddd
6975
}
6976
6977
.panel-default {
6978
border-color: #ddd
6979
}
6980
6981
.panel-default>.panel-heading {
6982
color: #333;
6983
background-color: #f5f5f5;
6984
border-color: #ddd
6985
}
6986
6987
.panel-default>.panel-heading+.panel-collapse>.panel-body {
6988
border-top-color: #ddd
6989
}
6990
6991
.panel-default>.panel-heading .badge {
6992
color: #f5f5f5;
6993
background-color: #333
6994
}
6995
6996
.panel-default>.panel-footer+.panel-collapse>.panel-body {
6997
border-bottom-color: #ddd
6998
}
6999
7000
.panel-primary {
7001
border-color: #337ab7
7002
}
7003
7004
.panel-primary>.panel-heading {
7005
color: #fff;
7006
background-color: #337ab7;
7007
border-color: #337ab7
7008
}
7009
7010
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
7011
border-top-color: #337ab7
7012
}
7013
7014
.panel-primary>.panel-heading .badge {
7015
color: #337ab7;
7016
background-color: #fff
7017
}
7018
7019
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
7020
border-bottom-color: #337ab7
7021
}
7022
7023
.panel-success {
7024
border-color: #d6e9c6
7025
}
7026
7027
.panel-success>.panel-heading {
7028
color: #3c763d;
7029
background-color: #dff0d8;
7030
border-color: #d6e9c6
7031
}
7032
7033
.panel-success>.panel-heading+.panel-collapse>.panel-body {
7034
border-top-color: #d6e9c6
7035
}
7036
7037
.panel-success>.panel-heading .badge {
7038
color: #dff0d8;
7039
background-color: #3c763d
7040
}
7041
7042
.panel-success>.panel-footer+.panel-collapse>.panel-body {
7043
border-bottom-color: #d6e9c6
7044
}
7045
7046
.panel-info {
7047
border-color: #bce8f1
7048
}
7049
7050
.panel-info>.panel-heading {
7051
color: #31708f;
7052
background-color: #d9edf7;
7053
border-color: #bce8f1
7054
}
7055
7056
.panel-info>.panel-heading+.panel-collapse>.panel-body {
7057
border-top-color: #bce8f1
7058
}
7059
7060
.panel-info>.panel-heading .badge {
7061
color: #d9edf7;
7062
background-color: #31708f
7063
}
7064
7065
.panel-info>.panel-footer+.panel-collapse>.panel-body {
7066
border-bottom-color: #bce8f1
7067
}
7068
7069
.panel-warning {
7070
border-color: #faebcc
7071
}
7072
7073
.panel-warning>.panel-heading {
7074
color: #8a6d3b;
7075
background-color: #fcf8e3;
7076
border-color: #faebcc
7077
}
7078
7079
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
7080
border-top-color: #faebcc
7081
}
7082
7083
.panel-warning>.panel-heading .badge {
7084
color: #fcf8e3;
7085
background-color: #8a6d3b
7086
}
7087
7088
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
7089
border-bottom-color: #faebcc
7090
}
7091
7092
.panel-danger {
7093
border-color: #ebccd1
7094
}
7095
7096
.panel-danger>.panel-heading {
7097
color: #a94442;
7098
background-color: #f2dede;
7099
border-color: #ebccd1
7100
}
7101
7102
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
7103
border-top-color: #ebccd1
7104
}
7105
7106
.panel-danger>.panel-heading .badge {
7107
color: #f2dede;
7108
background-color: #a94442
7109
}
7110
7111
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
7112
border-bottom-color: #ebccd1
7113
}
7114
7115
.embed-responsive {
7116
position: relative;
7117
display: block;
7118
height: 0;
7119
padding: 0;
7120
overflow: hidden
7121
}
7122
7123
.embed-responsive .embed-responsive-item,
7124
.embed-responsive embed,
7125
.embed-responsive iframe,
7126
.embed-responsive object,
7127
.embed-responsive video {
7128
position: absolute;
7129
top: 0;
7130
bottom: 0;
7131
left: 0;
7132
width: 100%;
7133
height: 100%;
7134
border: 0
7135
}
7136
7137
.embed-responsive-16by9 {
7138
padding-bottom: 56.25%
7139
}
7140
7141
.embed-responsive-4by3 {
7142
padding-bottom: 75%
7143
}
7144
7145
.well {
7146
min-height: 20px;
7147
padding: 19px;
7148
margin-bottom: 20px;
7149
background-color: #f5f5f5;
7150
border: 1px solid #e3e3e3;
7151
border-radius: 4px;
7152
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
7153
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
7154
}
7155
7156
.well blockquote {
7157
border-color: #ddd;
7158
border-color: rgba(0, 0, 0, .15)
7159
}
7160
7161
.well-lg {
7162
padding: 24px;
7163
border-radius: 6px
7164
}
7165
7166
.well-sm {
7167
padding: 9px;
7168
border-radius: 3px
7169
}
7170
7171
.close {
7172
float: right;
7173
font-size: 21px;
7174
font-weight: 700;
7175
line-height: 1;
7176
color: #000;
7177
text-shadow: 0 1px 0 #fff;
7178
filter: alpha(opacity=20);
7179
opacity: .2
7180
}
7181
7182
.close:focus,
7183
.close:hover {
7184
color: #000;
7185
text-decoration: none;
7186
cursor: pointer;
7187
filter: alpha(opacity=50);
7188
opacity: .5
7189
}
7190
7191
button.close {
7192
-webkit-appearance: none;
7193
padding: 0;
7194
cursor: pointer;
7195
background: 0 0;
7196
border: 0
7197
}
7198
7199
.modal-open {
7200
overflow: hidden
7201
}
7202
7203
.modal {
7204
position: fixed;
7205
top: 0;
7206
right: 0;
7207
bottom: 0;
7208
left: 0;
7209
z-index: 1050;
7210
display: none;
7211
overflow: hidden;
7212
-webkit-overflow-scrolling: touch;
7213
outline: 0
7214
}
7215
7216
.modal.fade .modal-dialog {
7217
-webkit-transition: -webkit-transform .3s ease-out;
7218
-o-transition: -o-transform .3s ease-out;
7219
transition: transform .3s ease-out;
7220
-webkit-transform: translate(0, -25%);
7221
-ms-transform: translate(0, -25%);
7222
-o-transform: translate(0, -25%);
7223
transform: translate(0, -25%)
7224
}
7225
7226
.modal.in .modal-dialog {
7227
-webkit-transform: translate(0, 0);
7228
-ms-transform: translate(0, 0);
7229
-o-transform: translate(0, 0);
7230
transform: translate(0, 0)
7231
}
7232
7233
.modal-open .modal {
7234
overflow-x: hidden;
7235
overflow-y: auto
7236
}
7237
7238
.modal-dialog {
7239
position: relative;
7240
width: auto;
7241
margin: 10px
7242
}
7243
7244
.modal-content {
7245
position: relative;
7246
background-color: #fff;
7247
-webkit-background-clip: padding-box;
7248
background-clip: padding-box;
7249
border: 1px solid #999;
7250
border: 1px solid rgba(0, 0, 0, .2);
7251
border-radius: 6px;
7252
outline: 0;
7253
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
7254
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
7255
}
7256
7257
.modal-backdrop {
7258
position: fixed;
7259
top: 0;
7260
right: 0;
7261
bottom: 0;
7262
left: 0;
7263
z-index: 1040;
7264
background-color: #000
7265
}
7266
7267
.modal-backdrop.fade {
7268
filter: alpha(opacity=0);
7269
opacity: 0
7270
}
7271
7272
.modal-backdrop.in {
7273
filter: alpha(opacity=50);
7274
opacity: .5
7275
}
7276
7277
.modal-header {
7278
padding: 15px;
7279
border-bottom: 1px solid #e5e5e5
7280
}
7281
7282
.modal-header .close {
7283
margin-top: -2px
7284
}
7285
7286
.modal-title {
7287
margin: 0;
7288
line-height: 1.42857143
7289
}
7290
7291
.modal-body {
7292
position: relative;
7293
padding: 15px
7294
}
7295
7296
.modal-footer {
7297
padding: 15px;
7298
text-align: right;
7299
border-top: 1px solid #e5e5e5
7300
}
7301
7302
.modal-footer .btn+.btn {
7303
margin-bottom: 0;
7304
margin-left: 5px
7305
}
7306
7307
.modal-footer .btn-group .btn+.btn {
7308
margin-left: -1px
7309
}
7310
7311
.modal-footer .btn-block+.btn-block {
7312
margin-left: 0
7313
}
7314
7315
.modal-scrollbar-measure {
7316
position: absolute;
7317
top: -9999px;
7318
width: 50px;
7319
height: 50px;
7320
overflow: scroll
7321
}
7322
7323
@media (min-width:768px) {
7324
.modal-dialog {
7325
width: 600px;
7326
margin: 30px auto
7327
}
7328
.modal-content {
7329
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
7330
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
7331
}
7332
.modal-sm {
7333
width: 300px
7334
}
7335
}
7336
7337
@media (min-width:992px) {
7338
.modal-lg {
7339
width: 900px
7340
}
7341
}
7342
7343
.tooltip {
7344
position: absolute;
7345
z-index: 1070;
7346
display: block;
7347
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7348
font-size: 12px;
7349
font-style: normal;
7350
font-weight: 400;
7351
line-height: 1.42857143;
7352
text-align: left;
7353
text-align: start;
7354
text-decoration: none;
7355
text-shadow: none;
7356
text-transform: none;
7357
letter-spacing: normal;
7358
word-break: normal;
7359
word-spacing: normal;
7360
word-wrap: normal;
7361
white-space: normal;
7362
filter: alpha(opacity=0);
7363
opacity: 0;
7364
line-break: auto
7365
}
7366
7367
.tooltip.in {
7368
filter: alpha(opacity=90);
7369
opacity: .9
7370
}
7371
7372
.tooltip.top {
7373
padding: 5px 0;
7374
margin-top: -3px
7375
}
7376
7377
.tooltip.right {
7378
padding: 0 5px;
7379
margin-left: 3px
7380
}
7381
7382
.tooltip.bottom {
7383
padding: 5px 0;
7384
margin-top: 3px
7385
}
7386
7387
.tooltip.left {
7388
padding: 0 5px;
7389
margin-left: -3px
7390
}
7391
7392
.tooltip-inner {
7393
max-width: 200px;
7394
padding: 3px 8px;
7395
color: #fff;
7396
text-align: center;
7397
background-color: #000;
7398
border-radius: 4px
7399
}
7400
7401
.tooltip-arrow {
7402
position: absolute;
7403
width: 0;
7404
height: 0;
7405
border-color: transparent;
7406
border-style: solid
7407
}
7408
7409
.tooltip.top .tooltip-arrow {
7410
bottom: 0;
7411
left: 50%;
7412
margin-left: -5px;
7413
border-width: 5px 5px 0;
7414
border-top-color: #000
7415
}
7416
7417
.tooltip.top-left .tooltip-arrow {
7418
right: 5px;
7419
bottom: 0;
7420
margin-bottom: -5px;
7421
border-width: 5px 5px 0;
7422
border-top-color: #000
7423
}
7424
7425
.tooltip.top-right .tooltip-arrow {
7426
bottom: 0;
7427
left: 5px;
7428
margin-bottom: -5px;
7429
border-width: 5px 5px 0;
7430
border-top-color: #000
7431
}
7432
7433
.tooltip.right .tooltip-arrow {
7434
top: 50%;
7435
left: 0;
7436
margin-top: -5px;
7437
border-width: 5px 5px 5px 0;
7438
border-right-color: #000
7439
}
7440
7441
.tooltip.left .tooltip-arrow {
7442
top: 50%;
7443
right: 0;
7444
margin-top: -5px;
7445
border-width: 5px 0 5px 5px;
7446
border-left-color: #000
7447
}
7448
7449
.tooltip.bottom .tooltip-arrow {
7450
top: 0;
7451
left: 50%;
7452
margin-left: -5px;
7453
border-width: 0 5px 5px;
7454
border-bottom-color: #000
7455
}
7456
7457
.tooltip.bottom-left .tooltip-arrow {
7458
top: 0;
7459
right: 5px;
7460
margin-top: -5px;
7461
border-width: 0 5px 5px;
7462
border-bottom-color: #000
7463
}
7464
7465
.tooltip.bottom-right .tooltip-arrow {
7466
top: 0;
7467
left: 5px;
7468
margin-top: -5px;
7469
border-width: 0 5px 5px;
7470
border-bottom-color: #000
7471
}
7472
7473
.popover {
7474
position: absolute;
7475
top: 0;
7476
left: 0;
7477
z-index: 1060;
7478
display: none;
7479
max-width: 276px;
7480
padding: 1px;
7481
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7482
font-size: 14px;
7483
font-style: normal;
7484
font-weight: 400;
7485
line-height: 1.42857143;
7486
text-align: left;
7487
text-align: start;
7488
text-decoration: none;
7489
text-shadow: none;
7490
text-transform: none;
7491
letter-spacing: normal;
7492
word-break: normal;
7493
word-spacing: normal;
7494
word-wrap: normal;
7495
white-space: normal;
7496
background-color: #fff;
7497
-webkit-background-clip: padding-box;
7498
background-clip: padding-box;
7499
border: 1px solid #ccc;
7500
border: 1px solid rgba(0, 0, 0, .2);
7501
border-radius: 6px;
7502
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
7503
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
7504
line-break: auto
7505
}
7506
7507
.popover.top {
7508
margin-top: -10px
7509
}
7510
7511
.popover.right {
7512
margin-left: 10px
7513
}
7514
7515
.popover.bottom {
7516
margin-top: 10px
7517
}
7518
7519
.popover.left {
7520
margin-left: -10px
7521
}
7522
7523
.popover-title {
7524
padding: 8px 14px;
7525
margin: 0;
7526
font-size: 14px;
7527
background-color: #f7f7f7;
7528
border-bottom: 1px solid #ebebeb;
7529
border-radius: 5px 5px 0 0
7530
}
7531
7532
.popover-content {
7533
padding: 9px 14px
7534
}
7535
7536
.popover>.arrow,
7537
.popover>.arrow:after {
7538
position: absolute;
7539
display: block;
7540
width: 0;
7541
height: 0;
7542
border-color: transparent;
7543
border-style: solid
7544
}
7545
7546
.popover>.arrow {
7547
border-width: 11px
7548
}
7549
7550
.popover>.arrow:after {
7551
content: "";
7552
border-width: 10px
7553
}
7554
7555
.popover.top>.arrow {
7556
bottom: -11px;
7557
left: 50%;
7558
margin-left: -11px;
7559
border-top-color: #999;
7560
border-top-color: rgba(0, 0, 0, .25);
7561
border-bottom-width: 0
7562
}
7563
7564
.popover.top>.arrow:after {
7565
bottom: 1px;
7566
margin-left: -10px;
7567
content: " ";
7568
border-top-color: #fff;
7569
border-bottom-width: 0
7570
}
7571
7572
.popover.right>.arrow {
7573
top: 50%;
7574
left: -11px;
7575
margin-top: -11px;
7576
border-right-color: #999;
7577
border-right-color: rgba(0, 0, 0, .25);
7578
border-left-width: 0
7579
}
7580
7581
.popover.right>.arrow:after {
7582
bottom: -10px;
7583
left: 1px;
7584
content: " ";
7585
border-right-color: #fff;
7586
border-left-width: 0
7587
}
7588
7589
.popover.bottom>.arrow {
7590
top: -11px;
7591
left: 50%;
7592
margin-left: -11px;
7593
border-top-width: 0;
7594
border-bottom-color: #999;
7595
border-bottom-color: rgba(0, 0, 0, .25)
7596
}
7597
7598
.popover.bottom>.arrow:after {
7599
top: 1px;
7600
margin-left: -10px;
7601
content: " ";
7602
border-top-width: 0;
7603
border-bottom-color: #fff
7604
}
7605
7606
.popover.left>.arrow {
7607
top: 50%;
7608
right: -11px;
7609
margin-top: -11px;
7610
border-right-width: 0;
7611
border-left-color: #999;
7612
border-left-color: rgba(0, 0, 0, .25)
7613
}
7614
7615
.popover.left>.arrow:after {
7616
right: 1px;
7617
bottom: -10px;
7618
content: " ";
7619
border-right-width: 0;
7620
border-left-color: #fff
7621
}
7622
7623
.carousel {
7624
position: relative
7625
}
7626
7627
.carousel-inner {
7628
position: relative;
7629
width: 100%;
7630
overflow: hidden
7631
}
7632
7633
.carousel-inner>.item {
7634
position: relative;
7635
display: none;
7636
-webkit-transition: .6s ease-in-out left;
7637
-o-transition: .6s ease-in-out left;
7638
transition: .6s ease-in-out left
7639
}
7640
7641
.carousel-inner>.item>a>img,
7642
.carousel-inner>.item>img {
7643
line-height: 1
7644
}
7645
7646
@media all and (transform-3d),
7647
(-webkit-transform-3d) {
7648
.carousel-inner>.item {
7649
-webkit-transition: -webkit-transform .6s ease-in-out;
7650
-o-transition: -o-transform .6s ease-in-out;
7651
transition: transform .6s ease-in-out;
7652
-webkit-backface-visibility: hidden;
7653
backface-visibility: hidden;
7654
-webkit-perspective: 1000px;
7655
perspective: 1000px
7656
}
7657
.carousel-inner>.item.active.right,
7658
.carousel-inner>.item.next {
7659
left: 0;
7660
-webkit-transform: translate3d(100%, 0, 0);
7661
transform: translate3d(100%, 0, 0)
7662
}
7663
.carousel-inner>.item.active.left,
7664
.carousel-inner>.item.prev {
7665
left: 0;
7666
-webkit-transform: translate3d(-100%, 0, 0);
7667
transform: translate3d(-100%, 0, 0)
7668
}
7669
.carousel-inner>.item.active,
7670
.carousel-inner>.item.next.left,
7671
.carousel-inner>.item.prev.right {
7672
left: 0;
7673
-webkit-transform: translate3d(0, 0, 0);
7674
transform: translate3d(0, 0, 0)
7675
}
7676
}
7677
7678
.carousel-inner>.active,
7679
.carousel-inner>.next,
7680
.carousel-inner>.prev {
7681
display: block
7682
}
7683
7684
.carousel-inner>.active {
7685
left: 0
7686
}
7687
7688
.carousel-inner>.next,
7689
.carousel-inner>.prev {
7690
position: absolute;
7691
top: 0;
7692
width: 100%
7693
}
7694
7695
.carousel-inner>.next {
7696
left: 100%
7697
}
7698
7699
.carousel-inner>.prev {
7700
left: -100%
7701
}
7702
7703
.carousel-inner>.next.left,
7704
.carousel-inner>.prev.right {
7705
left: 0
7706
}
7707
7708
.carousel-inner>.active.left {
7709
left: -100%
7710
}
7711
7712
.carousel-inner>.active.right {
7713
left: 100%
7714
}
7715
7716
.carousel-control {
7717
position: absolute;
7718
top: 0;
7719
bottom: 0;
7720
left: 0;
7721
width: 15%;
7722
font-size: 20px;
7723
color: #fff;
7724
text-align: center;
7725
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
7726
background-color: rgba(0, 0, 0, 0);
7727
filter: alpha(opacity=50);
7728
opacity: .5
7729
}
7730
7731
.carousel-control.left {
7732
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
7733
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
7734
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
7735
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
7736
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
7737
background-repeat: repeat-x
7738
}
7739
7740
.carousel-control.right {
7741
right: 0;
7742
left: auto;
7743
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
7744
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
7745
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
7746
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
7747
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
7748
background-repeat: repeat-x
7749
}
7750
7751
.carousel-control:focus,
7752
.carousel-control:hover {
7753
color: #fff;
7754
text-decoration: none;
7755
filter: alpha(opacity=90);
7756
outline: 0;
7757
opacity: .9
7758
}
7759
7760
.carousel-control .glyphicon-chevron-left,
7761
.carousel-control .glyphicon-chevron-right,
7762
.carousel-control .icon-next,
7763
.carousel-control .icon-prev {
7764
position: absolute;
7765
top: 50%;
7766
z-index: 5;
7767
display: inline-block;
7768
margin-top: -10px
7769
}
7770
7771
.carousel-control .glyphicon-chevron-left,
7772
.carousel-control .icon-prev {
7773
left: 50%;
7774
margin-left: -10px
7775
}
7776
7777
.carousel-control .glyphicon-chevron-right,
7778
.carousel-control .icon-next {
7779
right: 50%;
7780
margin-right: -10px
7781
}
7782
7783
.carousel-control .icon-next,
7784
.carousel-control .icon-prev {
7785
width: 20px;
7786
height: 20px;
7787
font-family: serif;
7788
line-height: 1
7789
}
7790
7791
.carousel-control .icon-prev:before {
7792
content: '\2039'
7793
}
7794
7795
.carousel-control .icon-next:before {
7796
content: '\203a'
7797
}
7798
7799
.carousel-indicators {
7800
position: absolute;
7801
bottom: 10px;
7802
left: 50%;
7803
z-index: 15;
7804
width: 60%;
7805
padding-left: 0;
7806
margin-left: -30%;
7807
text-align: center;
7808
list-style: none
7809
}
7810
7811
.carousel-indicators li {
7812
display: inline-block;
7813
width: 10px;
7814
height: 10px;
7815
margin: 1px;
7816
text-indent: -999px;
7817
cursor: pointer;
7818
background-color: #000\9;
7819
background-color: rgba(0, 0, 0, 0);
7820
border: 1px solid #fff;
7821
border-radius: 10px
7822
}
7823
7824
.carousel-indicators .active {
7825
width: 12px;
7826
height: 12px;
7827
margin: 0;
7828
background-color: #fff
7829
}
7830
7831
.carousel-caption {
7832
position: absolute;
7833
right: 15%;
7834
bottom: 20px;
7835
left: 15%;
7836
z-index: 10;
7837
padding-top: 20px;
7838
padding-bottom: 20px;
7839
color: #fff;
7840
text-align: center;
7841
text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
7842
}
7843
7844
.carousel-caption .btn {
7845
text-shadow: none
7846
}
7847
7848
@media screen and (min-width:768px) {
7849
.carousel-control .glyphicon-chevron-left,
7850
.carousel-control .glyphicon-chevron-right,
7851
.carousel-control .icon-next,
7852
.carousel-control .icon-prev {
7853
width: 30px;
7854
height: 30px;
7855
margin-top: -10px;
7856
font-size: 30px
7857
}
7858
.carousel-control .glyphicon-chevron-left,
7859
.carousel-control .icon-prev {
7860
margin-left: -10px
7861
}
7862
.carousel-control .glyphicon-chevron-right,
7863
.carousel-control .icon-next {
7864
margin-right: -10px
7865
}
7866
.carousel-caption {
7867
right: 20%;
7868
left: 20%;
7869
padding-bottom: 30px
7870
}
7871
.carousel-indicators {
7872
bottom: 20px
7873
}
7874
}
7875
7876
.btn-group-vertical>.btn-group:after,
7877
.btn-group-vertical>.btn-group:before,
7878
.btn-toolbar:after,
7879
.btn-toolbar:before,
7880
.clearfix:after,
7881
.clearfix:before,
7882
.container-fluid:after,
7883
.container-fluid:before,
7884
.container:after,
7885
.container:before,
7886
.dl-horizontal dd:after,
7887
.dl-horizontal dd:before,
7888
.form-horizontal .form-group:after,
7889
.form-horizontal .form-group:before,
7890
.modal-footer:after,
7891
.modal-footer:before,
7892
.modal-header:after,
7893
.modal-header:before,
7894
.nav:after,
7895
.nav:before,
7896
.navbar-collapse:after,
7897
.navbar-collapse:before,
7898
.navbar-header:after,
7899
.navbar-header:before,
7900
.navbar:after,
7901
.navbar:before,
7902
.pager:after,
7903
.pager:before,
7904
.panel-body:after,
7905
.panel-body:before,
7906
.row:after,
7907
.row:before {
7908
display: table;
7909
content: " "
7910
}
7911
7912
.btn-group-vertical>.btn-group:after,
7913
.btn-toolbar:after,
7914
.clearfix:after,
7915
.container-fluid:after,
7916
.container:after,
7917
.dl-horizontal dd:after,
7918
.form-horizontal .form-group:after,
7919
.modal-footer:after,
7920
.modal-header:after,
7921
.nav:after,
7922
.navbar-collapse:after,
7923
.navbar-header:after,
7924
.navbar:after,
7925
.pager:after,
7926
.panel-body:after,
7927
.row:after {
7928
clear: both
7929
}
7930
7931
.center-block {
7932
display: block;
7933
margin-right: auto;
7934
margin-left: auto
7935
}
7936
7937
.pull-right {
7938
float: right !important
7939
}
7940
7941
.pull-left {
7942
float: left !important
7943
}
7944
7945
.hide {
7946
display: none !important
7947
}
7948
7949
.show {
7950
display: block !important
7951
}
7952
7953
.invisible {
7954
visibility: hidden
7955
}
7956
7957
.text-hide {
7958
font: 0/0 a;
7959
color: transparent;
7960
text-shadow: none;
7961
background-color: transparent;
7962
border: 0
7963
}
7964
7965
.hidden {
7966
display: none !important
7967
}
7968
7969
.affix {
7970
position: fixed
7971
}
7972
7973
@-ms-viewport {
7974
width: device-width
7975
}
7976
7977
.visible-lg,
7978
.visible-md,
7979
.visible-sm,
7980
.visible-xs {
7981
display: none !important
7982
}
7983
7984
.visible-lg-block,
7985
.visible-lg-inline,
7986
.visible-lg-inline-block,
7987
.visible-md-block,
7988
.visible-md-inline,
7989
.visible-md-inline-block,
7990
.visible-sm-block,
7991
.visible-sm-inline,
7992
.visible-sm-inline-block,
7993
.visible-xs-block,
7994
.visible-xs-inline,
7995
.visible-xs-inline-block {
7996
display: none !important
7997
}
7998
7999
@media (max-width:767px) {
8000
.visible-xs {
8001
display: block !important
8002
}
8003
table.visible-xs {
8004
display: table !important
8005
}
8006
tr.visible-xs {
8007
display: table-row !important
8008
}
8009
td.visible-xs,
8010
th.visible-xs {
8011
display: table-cell !important
8012
}
8013
}
8014
8015
@media (max-width:767px) {
8016
.visible-xs-block {
8017
display: block !important
8018
}
8019
}
8020
8021
@media (max-width:767px) {
8022
.visible-xs-inline {
8023
display: inline !important
8024
}
8025
}
8026
8027
@media (max-width:767px) {
8028
.visible-xs-inline-block {
8029
display: inline-block !important
8030
}
8031
}
8032
8033
@media (min-width:768px) and (max-width:991px) {
8034
.visible-sm {
8035
display: block !important
8036
}
8037
table.visible-sm {
8038
display: table !important
8039
}
8040
tr.visible-sm {
8041
display: table-row !important
8042
}
8043
td.visible-sm,
8044
th.visible-sm {
8045
display: table-cell !important
8046
}
8047
}
8048
8049
@media (min-width:768px) and (max-width:991px) {
8050
.visible-sm-block {
8051
display: block !important
8052
}
8053
}
8054
8055
@media (min-width:768px) and (max-width:991px) {
8056
.visible-sm-inline {
8057
display: inline !important
8058
}
8059
}
8060
8061
@media (min-width:768px) and (max-width:991px) {
8062
.visible-sm-inline-block {
8063
display: inline-block !important
8064
}
8065
}
8066
8067
@media (min-width:992px) and (max-width:1199px) {
8068
.visible-md {
8069
display: block !important
8070
}
8071
table.visible-md {
8072
display: table !important
8073
}
8074
tr.visible-md {
8075
display: table-row !important
8076
}
8077
td.visible-md,
8078
th.visible-md {
8079
display: table-cell !important
8080
}
8081
}
8082
8083
@media (min-width:992px) and (max-width:1199px) {
8084
.visible-md-block {
8085
display: block !important
8086
}
8087
}
8088
8089
@media (min-width:992px) and (max-width:1199px) {
8090
.visible-md-inline {
8091
display: inline !important
8092
}
8093
}
8094
8095
@media (min-width:992px) and (max-width:1199px) {
8096
.visible-md-inline-block {
8097
display: inline-block !important
8098
}
8099
}
8100
8101
@media (min-width:1200px) {
8102
.visible-lg {
8103
display: block !important
8104
}
8105
table.visible-lg {
8106
display: table !important
8107
}
8108
tr.visible-lg {
8109
display: table-row !important
8110
}
8111
td.visible-lg,
8112
th.visible-lg {
8113
display: table-cell !important
8114
}
8115
}
8116
8117
@media (min-width:1200px) {
8118
.visible-lg-block {
8119
display: block !important
8120
}
8121
}
8122
8123
@media (min-width:1200px) {
8124
.visible-lg-inline {
8125
display: inline !important
8126
}
8127
}
8128
8129
@media (min-width:1200px) {
8130
.visible-lg-inline-block {
8131
display: inline-block !important
8132
}
8133
}
8134
8135
@media (max-width:767px) {
8136
.hidden-xs {
8137
display: none !important
8138
}
8139
}
8140
8141
@media (min-width:768px) and (max-width:991px) {
8142
.hidden-sm {
8143
display: none !important
8144
}
8145
}
8146
8147
@media (min-width:992px) and (max-width:1199px) {
8148
.hidden-md {
8149
display: none !important
8150
}
8151
}
8152
8153
@media (min-width:1200px) {
8154
.hidden-lg {
8155
display: none !important
8156
}
8157
}
8158
8159
.visible-print {
8160
display: none !important
8161
}
8162
8163
@media print {
8164
.visible-print {
8165
display: block !important
8166
}
8167
table.visible-print {
8168
display: table !important
8169
}
8170
tr.visible-print {
8171
display: table-row !important
8172
}
8173
td.visible-print,
8174
th.visible-print {
8175
display: table-cell !important
8176
}
8177
}
8178
8179
.visible-print-block {
8180
display: none !important
8181
}
8182
8183
@media print {
8184
.visible-print-block {
8185
display: block !important
8186
}
8187
}
8188
8189
.visible-print-inline {
8190
display: none !important
8191
}
8192
8193
@media print {
8194
.visible-print-inline {
8195
display: inline !important
8196
}
8197
}
8198
8199
.visible-print-inline-block {
8200
display: none !important
8201
}
8202
8203
@media print {
8204
.visible-print-inline-block {
8205
display: inline-block !important
8206
}
8207
}
8208
8209
@media print {
8210
.hidden-print {
8211
display: none !important
8212
}
8213
}
8214
8215
sourceMappingURL=bootstrap.min.css.map .intl-tel-input {
8216
position: relative;
8217
display: inline-block
8218
}
8219
8220
.intl-tel-input * {
8221
box-sizing: border-box;
8222
-moz-box-sizing: border-box
8223
}
8224
8225
.intl-tel-input .hide {
8226
display: none
8227
}
8228
8229
.intl-tel-input .v-hide {
8230
visibility: hidden
8231
}
8232
8233
.intl-tel-input input,
8234
.intl-tel-input input[type=text],
8235
.intl-tel-input input[type=tel] {
8236
position: relative;
8237
z-index: 0;
8238
margin-top: 0 !important;
8239
margin-bottom: 0 !important;
8240
padding-left: 48px;
8241
margin-left: 0;
8242
transition: background-color 100ms ease-out
8243
}
8244
8245
.intl-tel-input input.iti-invalid-key {
8246
transition: background-color 0s;
8247
background-color: #FFC7C7
8248
}
8249
8250
.intl-tel-input .flag-container {
8251
position: absolute;
8252
top: 0;
8253
bottom: 0;
8254
padding: 1px
8255
}
8256
8257
.intl-tel-input .flag-container:hover {
8258
cursor: pointer
8259
}
8260
8261
.intl-tel-input .flag-container:hover .selected-flag {
8262
background-color: rgba(0, 0, 0, 0.05)
8263
}
8264
8265
.intl-tel-input input[disabled]+.flag-container:hover,
8266
.intl-tel-input input[readonly]+.flag-container:hover {
8267
cursor: default
8268
}
8269
8270
.intl-tel-input input[disabled]+.flag-container:hover .selected-flag,
8271
.intl-tel-input input[readonly]+.flag-container:hover .selected-flag {
8272
background-color: transparent
8273
}
8274
8275
.intl-tel-input .selected-flag {
8276
z-index: 1;
8277
position: relative;
8278
width: 42px;
8279
height: 100%;
8280
padding: 0 0 0 8px
8281
}
8282
8283
.intl-tel-input .selected-flag .iti-flag {
8284
position: absolute;
8285
top: 0;
8286
bottom: 0;
8287
margin: auto
8288
}
8289
8290
.intl-tel-input .selected-flag .iti-arrow {
8291
position: absolute;
8292
top: 50%;
8293
margin-top: -2px;
8294
right: 4px;
8295
width: 0;
8296
height: 0;
8297
border-left: 3px solid transparent;
8298
border-right: 3px solid transparent;
8299
border-top: 4px solid #555
8300
}
8301
8302
.intl-tel-input .selected-flag .iti-arrow.up {
8303
border-top: none;
8304
border-bottom: 4px solid #555
8305
}
8306
8307
.intl-tel-input .country-list {
8308
list-style: none;
8309
position: absolute;
8310
z-index: 2;
8311
padding: 0;
8312
margin: 0 0 0 -1px;
8313
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
8314
background-color: white;
8315
border: 1px solid #CCC;
8316
white-space: nowrap;
8317
max-height: 200px;
8318
overflow-y: scroll
8319
}
8320
8321
.intl-tel-input .country-list.dropup {
8322
bottom: 100%;
8323
margin-bottom: -1px
8324
}
8325
8326
.intl-tel-input .country-list .flag-box {
8327
display: inline-block;
8328
width: 20px
8329
}
8330
8331
@media (max-width: 500px) {
8332
.intl-tel-input .country-list {
8333
white-space: normal
8334
}
8335
}
8336
8337
.intl-tel-input .country-list .divider {
8338
padding-bottom: 5px;
8339
margin-bottom: 5px;
8340
border-bottom: 1px solid #CCC
8341
}
8342
8343
.intl-tel-input .country-list .country {
8344
padding: 5px 10px
8345
}
8346
8347
.intl-tel-input .country-list .country .dial-code {
8348
color: #999
8349
}
8350
8351
.intl-tel-input .country-list .country.highlight {
8352
background-color: rgba(0, 0, 0, 0.05)
8353
}
8354
8355
.intl-tel-input .country-list .flag-box,
8356
.intl-tel-input .country-list .country-name,
8357
.intl-tel-input .country-list .dial-code {
8358
vertical-align: middle
8359
}
8360
8361
.intl-tel-input .country-list .flag-box,
8362
.intl-tel-input .country-list .country-name {
8363
margin-right: 6px
8364
}
8365
8366
.intl-tel-input.iti-container {
8367
position: absolute;
8368
top: -1000px;
8369
left: -1000px;
8370
z-index: 1060;
8371
padding: 1px
8372
}
8373
8374
.intl-tel-input.iti-container:hover {
8375
cursor: pointer
8376
}
8377
8378
.iti-mobile .intl-tel-input.iti-container {
8379
top: 30px;
8380
bottom: 30px;
8381
left: 30px;
8382
right: 30px
8383
}
8384
8385
.iti-mobile .intl-tel-input .country-list {
8386
max-height: 100%;
8387
width: 100%
8388
}
8389
8390
.iti-mobile .intl-tel-input .country-list .country {
8391
padding: 10px 10px;
8392
line-height: 1.5em
8393
}
8394
8395
.iti-flag {
8396
width: 20px
8397
}
8398
8399
.iti-flag.be {
8400
width: 18px
8401
}
8402
8403
.iti-flag.ch {
8404
width: 15px
8405
}
8406
8407
.iti-flag.mc {
8408
width: 19px
8409
}
8410
8411
.iti-flag.ne {
8412
width: 18px
8413
}
8414
8415
.iti-flag.np {
8416
width: 13px
8417
}
8418
8419
.iti-flag.va {
8420
width: 15px
8421
}
8422
8423
@media only screen and (-webkit-min-device-pixel-ratio: 2),
8424
only screen and (min--moz-device-pixel-ratio: 2),
8425
only screen and (-o-min-device-pixel-ratio: 2 / 1),
8426
only screen and (min-device-pixel-ratio: 2),
8427
only screen and (min-resolution: 192dpi),
8428
only screen and (min-resolution: 2dppx) {
8429
.iti-flag {
8430
background-size: 5630px 15px
8431
}
8432
}
8433
8434
.iti-flag.ac {
8435
height: 10px;
8436
background-position: 0px 0px
8437
}
8438
8439
.iti-flag.ad {
8440
height: 14px;
8441
background-position: -22px 0px
8442
}
8443
8444
.iti-flag.ae {
8445
height: 10px;
8446
background-position: -44px 0px
8447
}
8448
8449
.iti-flag.af {
8450
height: 14px;
8451
background-position: -66px 0px
8452
}
8453
8454
.iti-flag.ag {
8455
height: 14px;
8456
background-position: -88px 0px
8457
}
8458
8459
.iti-flag.ai {
8460
height: 10px;
8461
background-position: -110px 0px
8462
}
8463
8464
.iti-flag.al {
8465
height: 15px;
8466
background-position: -132px 0px
8467
}
8468
8469
.iti-flag.am {
8470
height: 10px;
8471
background-position: -154px 0px
8472
}
8473
8474
.iti-flag.ao {
8475
height: 14px;
8476
background-position: -176px 0px
8477
}
8478
8479
.iti-flag.aq {
8480
height: 14px;
8481
background-position: -198px 0px
8482
}
8483
8484
.iti-flag.ar {
8485
height: 13px;
8486
background-position: -220px 0px
8487
}
8488
8489
.iti-flag.as {
8490
height: 10px;
8491
background-position: -242px 0px
8492
}
8493
8494
.iti-flag.at {
8495
height: 14px;
8496
background-position: -264px 0px
8497
}
8498
8499
.iti-flag.au {
8500
height: 10px;
8501
background-position: -286px 0px
8502
}
8503
8504
.iti-flag.aw {
8505
height: 14px;
8506
background-position: -308px 0px
8507
}
8508
8509
.iti-flag.ax {
8510
height: 13px;
8511
background-position: -330px 0px
8512
}
8513
8514
.iti-flag.az {
8515
height: 10px;
8516
background-position: -352px 0px
8517
}
8518
8519
.iti-flag.ba {
8520
height: 10px;
8521
background-position: -374px 0px
8522
}
8523
8524
.iti-flag.bb {
8525
height: 14px;
8526
background-position: -396px 0px
8527
}
8528
8529
.iti-flag.bd {
8530
height: 12px;
8531
background-position: -418px 0px
8532
}
8533
8534
.iti-flag.be {
8535
height: 15px;
8536
background-position: -440px 0px
8537
}
8538
8539
.iti-flag.bf {
8540
height: 14px;
8541
background-position: -460px 0px
8542
}
8543
8544
.iti-flag.bg {
8545
height: 12px;
8546
background-position: -482px 0px
8547
}
8548
8549
.iti-flag.bh {
8550
height: 12px;
8551
background-position: -504px 0px
8552
}
8553
8554
.iti-flag.bi {
8555
height: 12px;
8556
background-position: -526px 0px
8557
}
8558
8559
.iti-flag.bj {
8560
height: 14px;
8561
background-position: -548px 0px
8562
}
8563
8564
.iti-flag.bl {
8565
height: 14px;
8566
background-position: -570px 0px
8567
}
8568
8569
.iti-flag.bm {
8570
height: 10px;
8571
background-position: -592px 0px
8572
}
8573
8574
.iti-flag.bn {
8575
height: 10px;
8576
background-position: -614px 0px
8577
}
8578
8579
.iti-flag.bo {
8580
height: 14px;
8581
background-position: -636px 0px
8582
}
8583
8584
.iti-flag.bq {
8585
height: 14px;
8586
background-position: -658px 0px
8587
}
8588
8589
.iti-flag.br {
8590
height: 14px;
8591
background-position: -680px 0px
8592
}
8593
8594
.iti-flag.bs {
8595
height: 10px;
8596
background-position: -702px 0px
8597
}
8598
8599
.iti-flag.bt {
8600
height: 14px;
8601
background-position: -724px 0px
8602
}
8603
8604
.iti-flag.bv {
8605
height: 15px;
8606
background-position: -746px 0px
8607
}
8608
8609
.iti-flag.bw {
8610
height: 14px;
8611
background-position: -768px 0px
8612
}
8613
8614
.iti-flag.by {
8615
height: 10px;
8616
background-position: -790px 0px
8617
}
8618
8619
.iti-flag.bz {
8620
height: 14px;
8621
background-position: -812px 0px
8622
}
8623
8624
.iti-flag.ca {
8625
height: 10px;
8626
background-position: -834px 0px
8627
}
8628
8629
.iti-flag.cc {
8630
height: 10px;
8631
background-position: -856px 0px
8632
}
8633
8634
.iti-flag.cd {
8635
height: 15px;
8636
background-position: -878px 0px
8637
}
8638
8639
.iti-flag.cf {
8640
height: 14px;
8641
background-position: -900px 0px
8642
}
8643
8644
.iti-flag.cg {
8645
height: 14px;
8646
background-position: -922px 0px
8647
}
8648
8649
.iti-flag.ch {
8650
height: 15px;
8651
background-position: -944px 0px
8652
}
8653
8654
.iti-flag.ci {
8655
height: 14px;
8656
background-position: -961px 0px
8657
}
8658
8659
.iti-flag.ck {
8660
height: 10px;
8661
background-position: -983px 0px
8662
}
8663
8664
.iti-flag.cl {
8665
height: 14px;
8666
background-position: -1005px 0px
8667
}
8668
8669
.iti-flag.cm {
8670
height: 14px;
8671
background-position: -1027px 0px
8672
}
8673
8674
.iti-flag.cn {
8675
height: 14px;
8676
background-position: -1049px 0px
8677
}
8678
8679
.iti-flag.co {
8680
height: 14px;
8681
background-position: -1071px 0px
8682
}
8683
8684
.iti-flag.cp {
8685
height: 14px;
8686
background-position: -1093px 0px
8687
}
8688
8689
.iti-flag.cr {
8690
height: 12px;
8691
background-position: -1115px 0px
8692
}
8693
8694
.iti-flag.cu {
8695
height: 10px;
8696
background-position: -1137px 0px
8697
}
8698
8699
.iti-flag.cv {
8700
height: 12px;
8701
background-position: -1159px 0px
8702
}
8703
8704
.iti-flag.cw {
8705
height: 14px;
8706
background-position: -1181px 0px
8707
}
8708
8709
.iti-flag.cx {
8710
height: 10px;
8711
background-position: -1203px 0px
8712
}
8713
8714
.iti-flag.cy {
8715
height: 13px;
8716
background-position: -1225px 0px
8717
}
8718
8719
.iti-flag.cz {
8720
height: 14px;
8721
background-position: -1247px 0px
8722
}
8723
8724
.iti-flag.de {
8725
height: 12px;
8726
background-position: -1269px 0px
8727
}
8728
8729
.iti-flag.dg {
8730
height: 10px;
8731
background-position: -1291px 0px
8732
}
8733
8734
.iti-flag.dj {
8735
height: 14px;
8736
background-position: -1313px 0px
8737
}
8738
8739
.iti-flag.dk {
8740
height: 15px;
8741
background-position: -1335px 0px
8742
}
8743
8744
.iti-flag.dm {
8745
height: 10px;
8746
background-position: -1357px 0px
8747
}
8748
8749
.iti-flag.do {
8750
height: 13px;
8751
background-position: -1379px 0px
8752
}
8753
8754
.iti-flag.dz {
8755
height: 14px;
8756
background-position: -1401px 0px
8757
}
8758
8759
.iti-flag.ea {
8760
height: 14px;
8761
background-position: -1423px 0px
8762
}
8763
8764
.iti-flag.ec {
8765
height: 14px;
8766
background-position: -1445px 0px
8767
}
8768
8769
.iti-flag.ee {
8770
height: 13px;
8771
background-position: -1467px 0px
8772
}
8773
8774
.iti-flag.eg {
8775
height: 14px;
8776
background-position: -1489px 0px
8777
}
8778
8779
.iti-flag.eh {
8780
height: 10px;
8781
background-position: -1511px 0px
8782
}
8783
8784
.iti-flag.er {
8785
height: 10px;
8786
background-position: -1533px 0px
8787
}
8788
8789
.iti-flag.es {
8790
height: 14px;
8791
background-position: -1555px 0px
8792
}
8793
8794
.iti-flag.et {
8795
height: 10px;
8796
background-position: -1577px 0px
8797
}
8798
8799
.iti-flag.eu {
8800
height: 14px;
8801
background-position: -1599px 0px
8802
}
8803
8804
.iti-flag.fi {
8805
height: 12px;
8806
background-position: -1621px 0px
8807
}
8808
8809
.iti-flag.fj {
8810
height: 10px;
8811
background-position: -1643px 0px
8812
}
8813
8814
.iti-flag.fk {
8815
height: 10px;
8816
background-position: -1665px 0px
8817
}
8818
8819
.iti-flag.fm {
8820
height: 11px;
8821
background-position: -1687px 0px
8822
}
8823
8824
.iti-flag.fo {
8825
height: 15px;
8826
background-position: -1709px 0px
8827
}
8828
8829
.iti-flag.fr {
8830
height: 14px;
8831
background-position: -1731px 0px
8832
}
8833
8834
.iti-flag.ga {
8835
height: 15px;
8836
background-position: -1753px 0px
8837
}
8838
8839
.iti-flag.gb {
8840
height: 10px;
8841
background-position: -1775px 0px
8842
}
8843
8844
.iti-flag.gd {
8845
height: 12px;
8846
background-position: -1797px 0px
8847
}
8848
8849
.iti-flag.ge {
8850
height: 14px;
8851
background-position: -1819px 0px
8852
}
8853
8854
.iti-flag.gf {
8855
height: 14px;
8856
background-position: -1841px 0px
8857
}
8858
8859
.iti-flag.gg {
8860
height: 14px;
8861
background-position: -1863px 0px
8862
}
8863
8864
.iti-flag.gh {
8865
height: 14px;
8866
background-position: -1885px 0px
8867
}
8868
8869
.iti-flag.gi {
8870
height: 10px;
8871
background-position: -1907px 0px
8872
}
8873
8874
.iti-flag.gl {
8875
height: 14px;
8876
background-position: -1929px 0px
8877
}
8878
8879
.iti-flag.gm {
8880
height: 14px;
8881
background-position: -1951px 0px
8882
}
8883
8884
.iti-flag.gn {
8885
height: 14px;
8886
background-position: -1973px 0px
8887
}
8888
8889
.iti-flag.gp {
8890
height: 14px;
8891
background-position: -1995px 0px
8892
}
8893
8894
.iti-flag.gq {
8895
height: 14px;
8896
background-position: -2017px 0px
8897
}
8898
8899
.iti-flag.gr {
8900
height: 14px;
8901
background-position: -2039px 0px
8902
}
8903
8904
.iti-flag.gs {
8905
height: 10px;
8906
background-position: -2061px 0px
8907
}
8908
8909
.iti-flag.gt {
8910
height: 13px;
8911
background-position: -2083px 0px
8912
}
8913
8914
.iti-flag.gu {
8915
height: 11px;
8916
background-position: -2105px 0px
8917
}
8918
8919
.iti-flag.gw {
8920
height: 10px;
8921
background-position: -2127px 0px
8922
}
8923
8924
.iti-flag.gy {
8925
height: 12px;
8926
background-position: -2149px 0px
8927
}
8928
8929
.iti-flag.hk {
8930
height: 14px;
8931
background-position: -2171px 0px
8932
}
8933
8934
.iti-flag.hm {
8935
height: 10px;
8936
background-position: -2193px 0px
8937
}
8938
8939
.iti-flag.hn {
8940
height: 10px;
8941
background-position: -2215px 0px
8942
}
8943
8944
.iti-flag.hr {
8945
height: 10px;
8946
background-position: -2237px 0px
8947
}
8948
8949
.iti-flag.ht {
8950
height: 12px;
8951
background-position: -2259px 0px
8952
}
8953
8954
.iti-flag.hu {
8955
height: 10px;
8956
background-position: -2281px 0px
8957
}
8958
8959
.iti-flag.ic {
8960
height: 14px;
8961
background-position: -2303px 0px
8962
}
8963
8964
.iti-flag.id {
8965
height: 14px;
8966
background-position: -2325px 0px
8967
}
8968
8969
.iti-flag.ie {
8970
height: 10px;
8971
background-position: -2347px 0px
8972
}
8973
8974
.iti-flag.il {
8975
height: 15px;
8976
background-position: -2369px 0px
8977
}
8978
8979
.iti-flag.im {
8980
height: 10px;
8981
background-position: -2391px 0px
8982
}
8983
8984
.iti-flag.in {
8985
height: 14px;
8986
background-position: -2413px 0px
8987
}
8988
8989
.iti-flag.io {
8990
height: 10px;
8991
background-position: -2435px 0px
8992
}
8993
8994
.iti-flag.iq {
8995
height: 14px;
8996
background-position: -2457px 0px
8997
}
8998
8999
.iti-flag.ir {
9000
height: 12px;
9001
background-position: -2479px 0px
9002
}
9003
9004
.iti-flag.is {
9005
height: 15px;
9006
background-position: -2501px 0px
9007
}
9008
9009
.iti-flag.it {
9010
height: 14px;
9011
background-position: -2523px 0px
9012
}
9013
9014
.iti-flag.je {
9015
height: 12px;
9016
background-position: -2545px 0px
9017
}
9018
9019
.iti-flag.jm {
9020
height: 10px;
9021
background-position: -2567px 0px
9022
}
9023
9024
.iti-flag.jo {
9025
height: 10px;
9026
background-position: -2589px 0px
9027
}
9028
9029
.iti-flag.jp {
9030
height: 14px;
9031
background-position: -2611px 0px
9032
}
9033
9034
.iti-flag.ke {
9035
height: 14px;
9036
background-position: -2633px 0px
9037
}
9038
9039
.iti-flag.kg {
9040
height: 12px;
9041
background-position: -2655px 0px
9042
}
9043
9044
.iti-flag.kh {
9045
height: 13px;
9046
background-position: -2677px 0px
9047
}
9048
9049
.iti-flag.ki {
9050
height: 10px;
9051
background-position: -2699px 0px
9052
}
9053
9054
.iti-flag.km {
9055
height: 12px;
9056
background-position: -2721px 0px
9057
}
9058
9059
.iti-flag.kn {
9060
height: 14px;
9061
background-position: -2743px 0px
9062
}
9063
9064
.iti-flag.kp {
9065
height: 10px;
9066
background-position: -2765px 0px
9067
}
9068
9069
.iti-flag.kr {
9070
height: 14px;
9071
background-position: -2787px 0px
9072
}
9073
9074
.iti-flag.kw {
9075
height: 10px;
9076
background-position: -2809px 0px
9077
}
9078
9079
.iti-flag.ky {
9080
height: 10px;
9081
background-position: -2831px 0px
9082
}
9083
9084
.iti-flag.kz {
9085
height: 10px;
9086
background-position: -2853px 0px
9087
}
9088
9089
.iti-flag.la {
9090
height: 14px;
9091
background-position: -2875px 0px
9092
}
9093
9094
.iti-flag.lb {
9095
height: 14px;
9096
background-position: -2897px 0px
9097
}
9098
9099
.iti-flag.lc {
9100
height: 10px;
9101
background-position: -2919px 0px
9102
}
9103
9104
.iti-flag.li {
9105
height: 12px;
9106
background-position: -2941px 0px
9107
}
9108
9109
.iti-flag.lk {
9110
height: 10px;
9111
background-position: -2963px 0px
9112
}
9113
9114
.iti-flag.lr {
9115
height: 11px;
9116
background-position: -2985px 0px
9117
}
9118
9119
.iti-flag.ls {
9120
height: 14px;
9121
background-position: -3007px 0px
9122
}
9123
9124
.iti-flag.lt {
9125
height: 12px;
9126
background-position: -3029px 0px
9127
}
9128
9129
.iti-flag.lu {
9130
height: 12px;
9131
background-position: -3051px 0px
9132
}
9133
9134
.iti-flag.lv {
9135
height: 10px;
9136
background-position: -3073px 0px
9137
}
9138
9139
.iti-flag.ly {
9140
height: 10px;
9141
background-position: -3095px 0px
9142
}
9143
9144
.iti-flag.ma {
9145
height: 14px;
9146
background-position: -3117px 0px
9147
}
9148
9149
.iti-flag.mc {
9150
height: 15px;
9151
background-position: -3139px 0px
9152
}
9153
9154
.iti-flag.md {
9155
height: 10px;
9156
background-position: -3160px 0px
9157
}
9158
9159
.iti-flag.me {
9160
height: 10px;
9161
background-position: -3182px 0px
9162
}
9163
9164
.iti-flag.mf {
9165
height: 14px;
9166
background-position: -3204px 0px
9167
}
9168
9169
.iti-flag.mg {
9170
height: 14px;
9171
background-position: -3226px 0px
9172
}
9173
9174
.iti-flag.mh {
9175
height: 11px;
9176
background-position: -3248px 0px
9177
}
9178
9179
.iti-flag.mk {
9180
height: 10px;
9181
background-position: -3270px 0px
9182
}
9183
9184
.iti-flag.ml {
9185
height: 14px;
9186
background-position: -3292px 0px
9187
}
9188
9189
.iti-flag.mm {
9190
height: 14px;
9191
background-position: -3314px 0px
9192
}
9193
9194
.iti-flag.mn {
9195
height: 10px;
9196
background-position: -3336px 0px
9197
}
9198
9199
.iti-flag.mo {
9200
height: 14px;
9201
background-position: -3358px 0px
9202
}
9203
9204
.iti-flag.mp {
9205
height: 10px;
9206
background-position: -3380px 0px
9207
}
9208
9209
.iti-flag.mq {
9210
height: 14px;
9211
background-position: -3402px 0px
9212
}
9213
9214
.iti-flag.mr {
9215
height: 14px;
9216
background-position: -3424px 0px
9217
}
9218
9219
.iti-flag.ms {
9220
height: 10px;
9221
background-position: -3446px 0px
9222
}
9223
9224
.iti-flag.mt {
9225
height: 14px;
9226
background-position: -3468px 0px
9227
}
9228
9229
.iti-flag.mu {
9230
height: 14px;
9231
background-position: -3490px 0px
9232
}
9233
9234
.iti-flag.mv {
9235
height: 14px;
9236
background-position: -3512px 0px
9237
}
9238
9239
.iti-flag.mw {
9240
height: 14px;
9241
background-position: -3534px 0px
9242
}
9243
9244
.iti-flag.mx {
9245
height: 12px;
9246
background-position: -3556px 0px
9247
}
9248
9249
.iti-flag.my {
9250
height: 10px;
9251
background-position: -3578px 0px
9252
}
9253
9254
.iti-flag.mz {
9255
height: 14px;
9256
background-position: -3600px 0px
9257
}
9258
9259
.iti-flag.na {
9260
height: 14px;
9261
background-position: -3622px 0px
9262
}
9263
9264
.iti-flag.nc {
9265
height: 10px;
9266
background-position: -3644px 0px
9267
}
9268
9269
.iti-flag.ne {
9270
height: 15px;
9271
background-position: -3666px 0px
9272
}
9273
9274
.iti-flag.nf {
9275
height: 10px;
9276
background-position: -3686px 0px
9277
}
9278
9279
.iti-flag.ng {
9280
height: 10px;
9281
background-position: -3708px 0px
9282
}
9283
9284
.iti-flag.ni {
9285
height: 12px;
9286
background-position: -3730px 0px
9287
}
9288
9289
.iti-flag.nl {
9290
height: 14px;
9291
background-position: -3752px 0px
9292
}
9293
9294
.iti-flag.no {
9295
height: 15px;
9296
background-position: -3774px 0px
9297
}
9298
9299
.iti-flag.np {
9300
height: 15px;
9301
background-position: -3796px 0px
9302
}
9303
9304
.iti-flag.nr {
9305
height: 10px;
9306
background-position: -3811px 0px
9307
}
9308
9309
.iti-flag.nu {
9310
height: 10px;
9311
background-position: -3833px 0px
9312
}
9313
9314
.iti-flag.nz {
9315
height: 10px;
9316
background-position: -3855px 0px
9317
}
9318
9319
.iti-flag.om {
9320
height: 10px;
9321
background-position: -3877px 0px
9322
}
9323
9324
.iti-flag.pa {
9325
height: 14px;
9326
background-position: -3899px 0px
9327
}
9328
9329
.iti-flag.pe {
9330
height: 14px;
9331
background-position: -3921px 0px
9332
}
9333
9334
.iti-flag.pf {
9335
height: 14px;
9336
background-position: -3943px 0px
9337
}
9338
9339
.iti-flag.pg {
9340
height: 15px;
9341
background-position: -3965px 0px
9342
}
9343
9344
.iti-flag.ph {
9345
height: 10px;
9346
background-position: -3987px 0px
9347
}
9348
9349
.iti-flag.pk {
9350
height: 14px;
9351
background-position: -4009px 0px
9352
}
9353
9354
.iti-flag.pl {
9355
height: 13px;
9356
background-position: -4031px 0px
9357
}
9358
9359
.iti-flag.pm {
9360
height: 14px;
9361
background-position: -4053px 0px
9362
}
9363
9364
.iti-flag.pn {
9365
height: 10px;
9366
background-position: -4075px 0px
9367
}
9368
9369
.iti-flag.pr {
9370
height: 14px;
9371
background-position: -4097px 0px
9372
}
9373
9374
.iti-flag.ps {
9375
height: 10px;
9376
background-position: -4119px 0px
9377
}
9378
9379
.iti-flag.pt {
9380
height: 14px;
9381
background-position: -4141px 0px
9382
}
9383
9384
.iti-flag.pw {
9385
height: 13px;
9386
background-position: -4163px 0px
9387
}
9388
9389
.iti-flag.py {
9390
height: 11px;
9391
background-position: -4185px 0px
9392
}
9393
9394
.iti-flag.qa {
9395
height: 8px;
9396
background-position: -4207px 0px
9397
}
9398
9399
.iti-flag.re {
9400
height: 14px;
9401
background-position: -4229px 0px
9402
}
9403
9404
.iti-flag.ro {
9405
height: 14px;
9406
background-position: -4251px 0px
9407
}
9408
9409
.iti-flag.rs {
9410
height: 14px;
9411
background-position: -4273px 0px
9412
}
9413
9414
.iti-flag.ru {
9415
height: 14px;
9416
background-position: -4295px 0px
9417
}
9418
9419
.iti-flag.rw {
9420
height: 14px;
9421
background-position: -4317px 0px
9422
}
9423
9424
.iti-flag.sa {
9425
height: 14px;
9426
background-position: -4339px 0px
9427
}
9428
9429
.iti-flag.sb {
9430
height: 10px;
9431
background-position: -4361px 0px
9432
}
9433
9434
.iti-flag.sc {
9435
height: 10px;
9436
background-position: -4383px 0px
9437
}
9438
9439
.iti-flag.sd {
9440
height: 10px;
9441
background-position: -4405px 0px
9442
}
9443
9444
.iti-flag.se {
9445
height: 13px;
9446
background-position: -4427px 0px
9447
}
9448
9449
.iti-flag.sg {
9450
height: 14px;
9451
background-position: -4449px 0px
9452
}
9453
9454
.iti-flag.sh {
9455
height: 10px;
9456
background-position: -4471px 0px
9457
}
9458
9459
.iti-flag.si {
9460
height: 10px;
9461
background-position: -4493px 0px
9462
}
9463
9464
.iti-flag.sj {
9465
height: 15px;
9466
background-position: -4515px 0px
9467
}
9468
9469
.iti-flag.sk {
9470
height: 14px;
9471
background-position: -4537px 0px
9472
}
9473
9474
.iti-flag.sl {
9475
height: 14px;
9476
background-position: -4559px 0px
9477
}
9478
9479
.iti-flag.sm {
9480
height: 15px;
9481
background-position: -4581px 0px
9482
}
9483
9484
.iti-flag.sn {
9485
height: 14px;
9486
background-position: -4603px 0px
9487
}
9488
9489
.iti-flag.so {
9490
height: 14px;
9491
background-position: -4625px 0px
9492
}
9493
9494
.iti-flag.sr {
9495
height: 14px;
9496
background-position: -4647px 0px
9497
}
9498
9499
.iti-flag.ss {
9500
height: 10px;
9501
background-position: -4669px 0px
9502
}
9503
9504
.iti-flag.st {
9505
height: 10px;
9506
background-position: -4691px 0px
9507
}
9508
9509
.iti-flag.sv {
9510
height: 12px;
9511
background-position: -4713px 0px
9512
}
9513
9514
.iti-flag.sx {
9515
height: 14px;
9516
background-position: -4735px 0px
9517
}
9518
9519
.iti-flag.sy {
9520
height: 14px;
9521
background-position: -4757px 0px
9522
}
9523
9524
.iti-flag.sz {
9525
height: 14px;
9526
background-position: -4779px 0px
9527
}
9528
9529
.iti-flag.ta {
9530
height: 10px;
9531
background-position: -4801px 0px
9532
}
9533
9534
.iti-flag.tc {
9535
height: 10px;
9536
background-position: -4823px 0px
9537
}
9538
9539
.iti-flag.td {
9540
height: 14px;
9541
background-position: -4845px 0px
9542
}
9543
9544
.iti-flag.tf {
9545
height: 14px;
9546
background-position: -4867px 0px
9547
}
9548
9549
.iti-flag.tg {
9550
height: 13px;
9551
background-position: -4889px 0px
9552
}
9553
9554
.iti-flag.th {
9555
height: 14px;
9556
background-position: -4911px 0px
9557
}
9558
9559
.iti-flag.tj {
9560
height: 10px;
9561
background-position: -4933px 0px
9562
}
9563
9564
.iti-flag.tk {
9565
height: 10px;
9566
background-position: -4955px 0px
9567
}
9568
9569
.iti-flag.tl {
9570
height: 10px;
9571
background-position: -4977px 0px
9572
}
9573
9574
.iti-flag.tm {
9575
height: 14px;
9576
background-position: -4999px 0px
9577
}
9578
9579
.iti-flag.tn {
9580
height: 14px;
9581
background-position: -5021px 0px
9582
}
9583
9584
.iti-flag.to {
9585
height: 10px;
9586
background-position: -5043px 0px
9587
}
9588
9589
.iti-flag.tr {
9590
height: 14px;
9591
background-position: -5065px 0px
9592
}
9593
9594
.iti-flag.tt {
9595
height: 12px;
9596
background-position: -5087px 0px
9597
}
9598
9599
.iti-flag.tv {
9600
height: 10px;
9601
background-position: -5109px 0px
9602
}
9603
9604
.iti-flag.tw {
9605
height: 14px;
9606
background-position: -5131px 0px
9607
}
9608
9609
.iti-flag.tz {
9610
height: 14px;
9611
background-position: -5153px 0px
9612
}
9613
9614
.iti-flag.ua {
9615
height: 14px;
9616
background-position: -5175px 0px
9617
}
9618
9619
.iti-flag.ug {
9620
height: 14px;
9621
background-position: -5197px 0px
9622
}
9623
9624
.iti-flag.um {
9625
height: 11px;
9626
background-position: -5219px 0px
9627
}
9628
9629
.iti-flag.us {
9630
height: 11px;
9631
background-position: -5241px 0px
9632
}
9633
9634
.iti-flag.uy {
9635
height: 14px;
9636
background-position: -5263px 0px
9637
}
9638
9639
.iti-flag.uz {
9640
height: 10px;
9641
background-position: -5285px 0px
9642
}
9643
9644
.iti-flag.va {
9645
height: 15px;
9646
background-position: -5307px 0px
9647
}
9648
9649
.iti-flag.vc {
9650
height: 14px;
9651
background-position: -5324px 0px
9652
}
9653
9654
.iti-flag.ve {
9655
height: 14px;
9656
background-position: -5346px 0px
9657
}
9658
9659
.iti-flag.vg {
9660
height: 10px;
9661
background-position: -5368px 0px
9662
}
9663
9664
.iti-flag.vi {
9665
height: 14px;
9666
background-position: -5390px 0px
9667
}
9668
9669
.iti-flag.vn {
9670
height: 14px;
9671
background-position: -5412px 0px
9672
}
9673
9674
.iti-flag.vu {
9675
height: 12px;
9676
background-position: -5434px 0px
9677
}
9678
9679
.iti-flag.wf {
9680
height: 14px;
9681
background-position: -5456px 0px
9682
}
9683
9684
.iti-flag.ws {
9685
height: 10px;
9686
background-position: -5478px 0px
9687
}
9688
9689
.iti-flag.xk {
9690
height: 15px;
9691
background-position: -5500px 0px
9692
}
9693
9694
.iti-flag.ye {
9695
height: 14px;
9696
background-position: -5522px 0px
9697
}
9698
9699
.iti-flag.yt {
9700
height: 14px;
9701
background-position: -5544px 0px
9702
}
9703
9704
.iti-flag.za {
9705
height: 14px;
9706
background-position: -5566px 0px
9707
}
9708
9709
.iti-flag.zm {
9710
height: 14px;
9711
background-position: -5588px 0px
9712
}
9713
9714
.iti-flag.zw {
9715
height: 10px;
9716
background-position: -5610px 0px
9717
}
9718
9719
.iti-flag {
9720
width: 20px;
9721
height: 15px;
9722
box-shadow: 0px 0px 1px 0px #888;
9723
background-image: url("../img/flags.png");
9724
background-repeat: no-repeat;
9725
background-color: #DBDBDB;
9726
background-position: 20px 0
9727
}
9728
9729
@media only screen and (-webkit-min-device-pixel-ratio: 2),
9730
only screen and (min--moz-device-pixel-ratio: 2),
9731
only screen and (-o-min-device-pixel-ratio: 2 / 1),
9732
only screen and (min-device-pixel-ratio: 2),
9733
only screen and (min-resolution: 192dpi),
9734
only screen and (min-resolution: 2dppx) {
9735
.iti-flag {
9736
background-image: url("../img/[email protected]")
9737
}
9738
}
9739
9740
.iti-flag.np {
9741
background-color: transparent
9742
}
9743
9744
.fv-has-feedback {
9745
position: relative
9746
}
9747
9748
.fv-control-feedback {
9749
position: absolute;
9750
top: 0;
9751
right: 0;
9752
z-index: 2;
9753
display: block;
9754
width: 34px;
9755
height: 34px;
9756
line-height: 34px;
9757
text-align: center
9758
}
9759
9760
.fv-help-block {
9761
display: block
9762
}
9763
9764
.fv-form [placeholder]::-ms-clear {
9765
display: none
9766
}
9767
9768
.fv-form-bootstrap .help-block {
9769
margin-bottom: 0
9770
}
9771
9772
.fv-form-bootstrap .tooltip-inner {
9773
text-align: left
9774
}
9775
9776
.fv-form-bootstrap .fv-icon-no-label {
9777
top: 0
9778
}
9779
9780
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
9781
z-index: 100
9782
}
9783
9784
.form-inline.fv-form-bootstrap .form-group {
9785
vertical-align: top
9786
}
9787
9788
.fv-form-foundation .fv-control-feedback {
9789
top: 21px;
9790
right: 15px;
9791
width: 37px;
9792
height: 37px;
9793
line-height: 37px
9794
}
9795
9796
.fv-form-foundation .collapse .fv-control-feedback {
9797
top: 0;
9798
right: 0
9799
}
9800
9801
.fv-form-foundation .fv-icon-no-label,
9802
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
9803
top: 0
9804
}
9805
9806
.fv-form-foundation .error .fv-control-feedback {
9807
color: #f04124
9808
}
9809
9810
.error.fv-has-tooltip select,
9811
.error.fv-has-tooltip textarea,
9812
.fv-form-foundation .error.fv-has-tooltip input {
9813
margin-bottom: 1rem
9814
}
9815
9816
.fv-form-pure .fv-control-feedback {
9817
top: 22px;
9818
width: 36px;
9819
height: 36px;
9820
line-height: 36px
9821
}
9822
9823
.pure-form-stacked.fv-form-pure .fv-control-feedback {
9824
top: 4px
9825
}
9826
9827
.pure-form-aligned .pure-control-group .fv-help-block {
9828
margin-top: 5px;
9829
margin-left: 180px
9830
}
9831
9832
.fv-form-pure .fv-icon-no-label,
9833
.pure-form-aligned.fv-form-pure .fv-control-feedback {
9834
top: 0
9835
}
9836
9837
.fv-form-pure .fv-has-error .fv-control-feedback,
9838
.fv-form-pure .fv-has-error .fv-help-block,
9839
.fv-form-pure .fv-has-error label {
9840
color: #CA3C3C
9841
}
9842
9843
.fv-form-semantic .fv-control-feedback.icon {
9844
right: 7px
9845
}
9846
9847
.fv-form-semantic .error .icon {
9848
color: #d95c5c
9849
}
9850
9851
.fv-form-horizontal.fv-form-semantic .row {
9852
padding-bottom: 0
9853
}
9854
9855
.fv-form-uikit .fv-control-feedback {
9856
top: 25px;
9857
width: 30px;
9858
height: 30px;
9859
line-height: 30px
9860
}
9861
9862
.fv-form-uikit .fv-icon-no-label,
9863
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
9864
top: 0
9865
}
9866
9867
.fv-form-uikit .uk-text-danger {
9868
display: block
9869
}
9870
9871
.fv-form-uikit .fv-has-error .fv-control-feedback,
9872
.fv-form-uikit .fv-has-error .uk-form-label,
9873
.fv-form-uikit .fv-has-error label {
9874
color: #D85030
9875
}
9876
9877
/*!
9878
* Bootstrap v3.2.0 (http://getbootstrap.com)
9879
* Copyright 2011-2014 Twitter, Inc.
9880
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
9881
*/
9882
9883
.btn.active.focus,
9884
.btn.active:focus,
9885
.btn.focus,
9886
.btn:active.focus,
9887
.btn:active:focus,
9888
.btn:focus,
9889
a:focus {
9890
outline: 0;
9891
outline-offset: -2px
9892
}
9893
9894
@media (min-width:1200px) {
9895
.container,
9896
.container_social {
9897
width: 1170px
9898
}
9899
}
9900
9901
.btn-danger.disabled,
9902
.btn-danger[disabled],
9903
.btn-info.disabled,
9904
.btn-info[disabled],
9905
.btn-primary.disabled,
9906
.btn-primary[disabled],
9907
.btn-success.disabled,
9908
.btn-success[disabled],
9909
.btn-warning.disabled,
9910
.btn-warning[disabled] {
9911
border: 0 !important
9912
}
9913
9914
.btn-danger.active,
9915
.btn-danger:active,
9916
.btn-default.active,
9917
.btn-default:active,
9918
.btn-info.active,
9919
.btn-info:active,
9920
.btn-primary.active,
9921
.btn-primary:active,
9922
.btn-success.active,
9923
.btn-success:active,
9924
.btn-warning.active,
9925
.btn-warning:active {
9926
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
9927
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
9928
}
9929
9930
.btn.active,
9931
.btn:active {
9932
background-image: none;
9933
box-shadow: none
9934
}
9935
9936
.btn-default {
9937
text-shadow: 0 1px 0 #fff;
9938
background-image: none;
9939
filter: none;
9940
background-repeat: repeat-x;
9941
background-color: #fff
9942
}
9943
9944
.btn-default:focus,
9945
.btn-default:hover {
9946
background-color: #eee
9947
}
9948
9949
.btn-default.active,
9950
.btn-default:active {
9951
background-color: #eee;
9952
border-color: #ccc;
9953
color: #222 !important
9954
}
9955
9956
.btn-default:disabled,
9957
.btn-default[disabled] {
9958
background-color: none;
9959
border-color: #e8e8e8;
9960
background-image: none
9961
}
9962
9963
.btn-primary.active,
9964
.btn-primary:active,
9965
.btn-primary:focus,
9966
.btn-primary:hover {
9967
background-color: #2d6ca2;
9968
border-color: transparent
9969
}
9970
9971
.btn-primary:disabled,
9972
.btn-primary[disabled] {
9973
background-color: #2d6ca2
9974
}
9975
9976
.btn-success.active,
9977
.btn-success:active,
9978
.btn-success:focus,
9979
.btn-success:hover {
9980
background-color: #419641;
9981
border-color: transparent
9982
}
9983
9984
.btn-success:disabled,
9985
.btn-success[disabled] {
9986
background-color: #419641
9987
}
9988
9989
.btn-info.active,
9990
.btn-info:active,
9991
.btn-info:focus,
9992
.btn-info:hover {
9993
background-color: #2aabd2;
9994
border-color: transparent
9995
}
9996
9997
.btn-info:disabled,
9998
.btn-info[disabled] {
9999
background-color: #2aabd2
10000
}
10001
10002
.btn-warning.active,
10003
.btn-warning:active,
10004
.btn-warning:focus,
10005
.btn-warning:hover {
10006
background-color: #eb9316;
10007
border-color: transparent
10008
}
10009
10010
.btn-warning:disabled,
10011
.btn-warning[disabled] {
10012
background-color: #eb9316
10013
}
10014
10015
.btn-danger.active,
10016
.btn-danger:active,
10017
.btn-danger:focus,
10018
.btn-danger:hover {
10019
background-color: #c12e2a;
10020
border-color: transparent
10021
}
10022
10023
.btn-danger:disabled,
10024
.btn-danger[disabled] {
10025
background-color: #c12e2a
10026
}
10027
10028
.btn-danger,
10029
.btn-default,
10030
.btn-info,
10031
.btn-primary,
10032
.btn-success,
10033
.btn-warning {
10034
padding-left: 30px;
10035
padding-right: 30px;
10036
-webkit-transition: all .3s ease .2s;
10037
-moz-transition: all .3s ease .2s;
10038
-ms-transition: all .3s ease .2s;
10039
-o-transition: all .3s ease .2s;
10040
transition: all .3s ease .1s;
10041
text-decoration: none;
10042
-webkit-box-shadow: none;
10043
box-shadow: none;
10044
text-transform: uppercase;
10045
line-height: 2.5;
10046
font-weight: 700;
10047
letter-spacing: 1px;
10048
color: #fff;
10049
position: relative;
10050
font-size: 12px;
10051
border: 1px solid transparent;
10052
-webkit-border-radius: 3px;
10053
border-radius: 0;
10054
overflow: hidden
10055
}
10056
10057
.btn-primary:after {
10058
content: "\f178";
10059
font: normal normal normal 14px/1 FontAwesome;
10060
font-size: inherit;
10061
text-rendering: auto;
10062
-webkit-font-smoothing: antialiased;
10063
-moz-osx-font-smoothing: grayscale;
10064
-webkit-transition: all .3s ease .2s;
10065
-moz-transition: all .3s ease .2s;
10066
-ms-transition: all .3s ease .2s;
10067
-o-transition: all .3s ease .2s;
10068
transition: all .3s ease .1s;
10069
display: inline-block;
10070
position: absolute;
10071
right: -50px;
10072
line-height: 2.5
10073
}
10074
10075
.btn-primary:hover:after {
10076
right: 10px;
10077
-webkit-transition: right .3s .2s;
10078
-moz-transition: right .3s .2s;
10079
-ms-transition: right .3s .2s;
10080
-o-transition: right .3s .2s;
10081
transition: right .3s .2s
10082
}
10083
10084
.btn-default {
10085
color: #999;
10086
text-transform: none;
10087
font-weight: 400;
10088
border: 1px solid #ccc;
10089
letter-spacing: 0;
10090
font-size: 14px
10091
}
10092
10093
.btn-default:active,
10094
.btn-default:focus,
10095
.btn-default:hover {
10096
border: 1px solid #ccc;
10097
color: #666
10098
}
10099
10100
.btn-danger.btn-transparent,
10101
.btn-default.btn-transparent,
10102
.btn-info.btn-transparent,
10103
.btn-primary.btn-transparent,
10104
.btn-success.btn-transparent,
10105
.btn-warning.btn-transparent {
10106
background: 0 0
10107
}
10108
10109
.btn-default.btn-transparent {
10110
border-color: #454545;
10111
text-transform: uppercase;
10112
font-weight: 700;
10113
border-width: 1px
10114
}
10115
10116
.btn-default.btn-transparent:active,
10117
.btn-default.btn-transparent:focus,
10118
.btn-default.btn-transparent:hover {
10119
background: #454545;
10120
border-color: #454545;
10121
color: #fff
10122
}
10123
10124
.btn-default.btn-sm {
10125
font-size: 12px
10126
}
10127
10128
.btn-ghost {
10129
background: 0 0;
10130
font-size: 16px
10131
}
10132
10133
.btn-ghost.btn-light {
10134
border: 2px solid #fff;
10135
color: #fff;
10136
text-shadow: none
10137
}
10138
10139
.btn-ghost.btn-dark {
10140
color: #222
10141
}
10142
10143
.btn-ghost.btn-light:hover {
10144
background: #fff;
10145
border-color: #fff;
10146
color: #222
10147
}
10148
10149
.btn-group-sm>.btn,
10150
.btn-sm {
10151
font-size: 11px;
10152
padding-left: 8px;
10153
padding-right: 8px
10154
}
10155
10156
.btn-xs {
10157
padding: 3px 6px;
10158
font-size: 11px
10159
}
10160
10161
.img-thumbnail,
10162
.thumbnail {
10163
background-color: #fff;
10164
padding: 3px;
10165
border: 1px solid #e8e8e8
10166
}
10167
10168
.dropdown-menu>li>a:focus,
10169
.dropdown-menu>li>a:hover {
10170
background-color: #e8e8e8
10171
}
10172
10173
.dropdown-menu>.active>a,
10174
.dropdown-menu>.active>a:focus,
10175
.dropdown-menu>.active>a:hover {
10176
background-color: #357ebd
10177
}
10178
10179
.navbar-default {
10180
border-radius: 4px;
10181
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
10182
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
10183
}
10184
10185
.navbar-default .navbar-nav>.active>a {
10186
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
10187
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
10188
}
10189
10190
.navbar-brand,
10191
.navbar-nav>li>a {
10192
text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
10193
}
10194
10195
.navbar-inverse .navbar-nav>.active>a {
10196
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
10197
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
10198
}
10199
10200
.navbar-inverse .navbar-brand,
10201
.navbar-inverse .navbar-nav>li>a {
10202
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
10203
}
10204
10205
.navbar-fixed-bottom,
10206
.navbar-fixed-top,
10207
.navbar-static-top {
10208
border-radius: 0
10209
}
10210
10211
.list-group {
10212
border-radius: 4px;
10213
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
10214
box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
10215
}
10216
10217
.panel {
10218
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
10219
box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
10220
}
10221
10222
.well {
10223
border-color: #dcdcdc;
10224
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
10225
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
10226
}
10227
10228
.nav-tabs>li {
10229
margin-right: 0
10230
}
10231
10232
.nav-tabs>li>a {
10233
-webkit-border-radius: 0;
10234
border-radius: 0;
10235
border: 1px solid #e6e6e6;
10236
margin-right: -1px;
10237
position: relative;
10238
overflow: hidden;
10239
font-weight: 300
10240
}
10241
10242
.nav-tabs>li>a:before {
10243
content: "";
10244
display: block;
10245
position: absolute;
10246
bottom: -1px;
10247
left: 0;
10248
height: 1px;
10249
width: 100%;
10250
box-shadow: 0 1px 6px rgba(0, 0, 0, .4)
10251
}
10252
10253
.nav-tabs>li>a:active,
10254
.nav-tabs>li>a:focus,
10255
.nav-tabs>li>a:hover {
10256
background: #333;
10257
border-color: #333;
10258
color: #fff
10259
}
10260
10261
.nav-tabs li a:active,
10262
.nav-tabs li.active a,
10263
.nav-tabs>li.active>a:focus,
10264
.nav-tabs>li.active>a:hover {
10265
color: #fff
10266
}
10267
10268
.tab-content {
10269
padding: 20px;
10270
background: #fff;
10271
border: 1px solid #e6e6e6;
10272
border-top: 0
10273
}
10274
10275
.modal .tab-content {
10276
padding: 0
10277
}
10278
10279
.tab-content>.tab-pane {
10280
display: none
10281
}
10282
10283
.accordion-heading.togglize .accordion-toggle .fa-plus-circle,
10284
.tab-content>.active {
10285
display: block
10286
}
10287
10288
.accordion {
10289
margin-bottom: 0
10290
}
10291
10292
.accordion-group {
10293
margin-bottom: 0;
10294
border: none;
10295
-webkit-border-radius: 0;
10296
-moz-border-radius: 0;
10297
border-radius: 0
10298
}
10299
10300
.accordion-group.panel {
10301
box-shadow: none;
10302
-webkit-box-shadow: none;
10303
-moz-box-shadow: none;
10304
border-bottom: 1px solid #E6E6E6
10305
}
10306
10307
.accordion-heading {
10308
border-bottom: 0 none
10309
}
10310
10311
.accordion-heading .accordion-toggle {
10312
position: relative;
10313
display: block;
10314
padding: 21px 30px 21px 15px;
10315
background: 0 0;
10316
text-decoration: none;
10317
-webkit-transition: all .1s linear 0s;
10318
-moz-transition: all .1s linear 0s;
10319
-ms-transition: all .1s linear 0s;
10320
-o-transition: all .1s linear 0s;
10321
transition: all .1s linear 0s;
10322
color: #333;
10323
font-size: 18px;
10324
font-weight: 300
10325
}
10326
10327
.accordion-toggle {
10328
cursor: pointer
10329
}
10330
10331
.accordion-toggle:hover {
10332
text-decoration: none
10333
}
10334
10335
.accordion-heading:hover .accordion-toggle,
10336
.accordion-heading:hover .accordion-toggle.inactive {
10337
background: #333;
10338
color: #fff
10339
}
10340
10341
.accordion-heading .accordion-toggle.active {
10342
color: #fff
10343
}
10344
10345
.accordion-heading.accordionize .accordion-toggle i,
10346
.accordion-heading.togglize .accordion-toggle i {
10347
position: absolute;
10348
top: 50%;
10349
right: 20px;
10350
margin: -8px 0 0;
10351
font-size: 18px;
10352
-webkit-transition: all .1s linear 0s;
10353
-moz-transition: all .1s linear 0s;
10354
-ms-transition: all .1s linear 0s;
10355
-o-transition: all .1s linear 0s;
10356
transition: all .1s linear 0s
10357
}
10358
10359
.alert .close,
10360
.progress-bar {
10361
line-height: 20px;
10362
position: relative
10363
}
10364
10365
.accordion-heading.accordionize .accordion-toggle.active i,
10366
.accordion-heading.togglize .accordion-toggle.active i {
10367
-webkit-transform: rotate(180deg);
10368
-moz-transform: rotate(180deg);
10369
-ms-transform: rotate(180deg);
10370
-o-transform: rotate(180deg);
10371
transform: rotate(180deg)
10372
}
10373
10374
.accordion-heading.togglize .accordion-toggle i {
10375
margin: -8px 0 0;
10376
font-size: 18px
10377
}
10378
10379
.accordion-heading.togglize .accordion-toggle .fa-minus-circle,
10380
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
10381
display: none
10382
}
10383
10384
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
10385
display: block
10386
}
10387
10388
.accordion-inner {
10389
padding: 16px;
10390
background: #fff
10391
}
10392
10393
.progress-striped .progress-bar,
10394
.progress-striped .progress-bar-success {
10395
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
10396
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
10397
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
10398
}
10399
10400
.accordion-inner:after,
10401
.accordion-inner:before {
10402
content: " ";
10403
display: table
10404
}
10405
10406
.accordion-inner:after {
10407
clear: both
10408
}
10409
10410
.accordion {
10411
border: 1px solid #E6E6E6
10412
}
10413
10414
.alert {
10415
margin-bottom: 20px;
10416
padding: 15px 35px 15px 15px;
10417
border: 1px solid #efefef;
10418
-webkit-border-radius: 0;
10419
-moz-border-radius: 0;
10420
border-radius: 0;
10421
background-color: #f8f8f8;
10422
text-shadow: none
10423
}
10424
10425
.alert .close {
10426
top: 0;
10427
right: -22px;
10428
color: #FFF;
10429
text-shadow: none;
10430
-webkit-transition: opacity .1s linear 0s;
10431
-moz-transition: opacity .1s linear 0s;
10432
-ms-transition: opacity .1s linear 0s;
10433
-o-transition: opacity .1s linear 0s;
10434
transition: opacity .1s linear 0s
10435
}
10436
10437
.alert .close:hover {
10438
text-decoration: none;
10439
opacity: 1
10440
}
10441
10442
.alert-standard {
10443
border-color: #eee;
10444
background-color: #fff
10445
}
10446
10447
.alert-standard,
10448
.alert-standard .close {
10449
color: #666
10450
}
10451
10452
.alert-success {
10453
border-color: #d6e9c6;
10454
background-color: #dff0d8
10455
}
10456
10457
.alert-success,
10458
.alert-success .close {
10459
color: #468847
10460
}
10461
10462
.alert-danger,
10463
.alert-error {
10464
border-color: #ebccd1;
10465
background-color: #f2dede
10466
}
10467
10468
.alert-danger,
10469
.alert-danger .close,
10470
.alert-error,
10471
.alert-error .close {
10472
color: #b94a48
10473
}
10474
10475
.alert-info {
10476
border-color: #bce8f1;
10477
background-color: #d9edf7
10478
}
10479
10480
.alert-info,
10481
.alert-info .close {
10482
color: #3a87ad
10483
}
10484
10485
.alert-warning {
10486
border-color: #faebcc;
10487
background-color: #fcf8e3
10488
}
10489
10490
.alert-warning,
10491
.alert-warning .close {
10492
color: #c09853
10493
}
10494
10495
@-webkit-keyframes progress-bar-stripes {
10496
from {
10497
background-position: 40px 0
10498
}
10499
to {
10500
background-position: 0 0
10501
}
10502
}
10503
10504
@-moz-keyframes progress-bar-stripes {
10505
from {
10506
background-position: 40px 0
10507
}
10508
to {
10509
background-position: 0 0
10510
}
10511
}
10512
10513
@-o-keyframes progress-bar-stripes {
10514
from {
10515
background-position: 0 0
10516
}
10517
to {
10518
background-position: 40px 0
10519
}
10520
}
10521
10522
@keyframes progress-bar-stripes {
10523
from {
10524
background-position: 40px 0
10525
}
10526
to {
10527
background-position: 0 0
10528
}
10529
}
10530
10531
.progress {
10532
margin-bottom: 15px;
10533
height: 20px;
10534
border-radius: 3px;
10535
overflow: visible
10536
}
10537
10538
.progress-bar {
10539
float: left;
10540
width: 0;
10541
height: 100%;
10542
background-color: #eaeaea;
10543
-webkit-box-shadow: none;
10544
box-shadow: none;
10545
color: #fff;
10546
text-align: center;
10547
font-size: 12px;
10548
-webkit-transition: width .6s ease;
10549
transition: width .6s ease;
10550
border-radius: 3px
10551
}
10552
10553
.progress-striped .progress-bar {
10554
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
10555
background-size: 40px 40px
10556
}
10557
10558
.progress.active .progress-bar {
10559
-webkit-animation: progress-bar-stripes 2s linear infinite;
10560
animation: progress-bar-stripes 2s linear infinite
10561
}
10562
10563
.progress-bar-success {
10564
background-color: #5cb85c
10565
}
10566
10567
.progress-striped .progress-bar-success {
10568
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
10569
}
10570
10571
.progress-striped .progress-bar-info,
10572
.progress-striped .progress-bar-warning {
10573
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
10574
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
10575
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
10576
}
10577
10578
.progress-bar-info {
10579
background-color: #5bc0de
10580
}
10581
10582
.progress-striped .progress-bar-info {
10583
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
10584
}
10585
10586
.progress-bar-warning {
10587
background-color: #f0ad4e
10588
}
10589
10590
.progress-striped .progress-bar-warning {
10591
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
10592
}
10593
10594
.progress-bar-danger {
10595
background-color: #d9534f
10596
}
10597
10598
.progress-striped .progress-bar-danger {
10599
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
10600
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
10601
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
10602
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
10603
}
10604
10605
span.progress-bar-tooltip {
10606
position: absolute;
10607
top: -28px;
10608
right: 5px;
10609
display: block;
10610
padding: 4px 8px;
10611
-webkit-border-radius: 3px;
10612
-moz-border-radius: 3px;
10613
border-radius: 3px;
10614
background-color: #333;
10615
color: #FFF;
10616
font-size: 11px;
10617
line-height: 15px;
10618
opacity: 0;
10619
filter: alpha(opacity=0);
10620
-o-border-radius: 3px
10621
}
10622
10623
span.progress-bar-tooltip:after {
10624
position: absolute;
10625
bottom: -5px;
10626
left: 13px;
10627
display: block;
10628
width: 0;
10629
border-width: 5px 5px 0;
10630
border-style: solid;
10631
border-color: #333 transparent;
10632
content: ""
10633
}
10634
10635
.form-control {
10636
-webkit-box-shadow: none;
10637
-moz-box-shadow: none
10638
}
10639
10640
.breadcrumb {
10641
background: 0 0;
10642
margin: 0;
10643
padding: 12px 0;
10644
font-weight: 300;
10645
font-size: 13px
10646
}
10647
10648
.bootstrap-select.btn-group .dropdown-menu li>dt small,
10649
label.checkbox {
10650
font-weight: 400
10651
}
10652
10653
.breadcrumb>li+li:before {
10654
content: "/";
10655
color: #999;
10656
padding: 0 10px 0 8px
10657
}
10658
10659
.breadcrumb li:first-child {
10660
padding-left: 0
10661
}
10662
10663
.breadcrumb a {
10664
color: #999
10665
}
10666
10667
.breadcrumb a:hover,
10668
.breadcrumb>.active,
10669
.pagination>li>a,
10670
.pagination>li>span {
10671
color: #666
10672
}
10673
10674
.label {
10675
text-transform: uppercase;
10676
position: relative;
10677
top: -2px;
10678
padding: .3em .6em
10679
}
10680
10681
.pagination {
10682
margin-bottom: 0;
10683
margin-top: 30px
10684
}
10685
10686
.nav {
10687
margin: 0
10688
}
10689
10690
.form-horizontal .form-group-lg .form-control,
10691
.input-lg {
10692
font-size: 15px
10693
}
10694
10695
.list-group {
10696
list-style-type: none;
10697
margin: 20px 0
10698
}
10699
10700
.modal .input-group {
10701
margin-bottom: 20px
10702
}
10703
10704
.modal-header h4 {
10705
margin-bottom: 0
10706
}
10707
10708
/*!
10709
* Bootstrap-select v1.6.0 (http://silviomoreto.github.io/bootstrap-select/)
10710
*
10711
* Copyright 2013-2014 bootstrap-select
10712
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
10713
*/
10714
10715
.bootstrap-select {
10716
width: 220px\9
10717
}
10718
10719
.bootstrap-select>.btn {
10720
width: 100%;
10721
padding-right: 25px
10722
}
10723
10724
.bootstrap-select>.btn-default {
10725
border-radius: 0
10726
}
10727
10728
.error .bootstrap-select .btn {
10729
border: 1px solid #b94a48
10730
}
10731
10732
.bootstrap-select.fit-width {
10733
width: auto !important
10734
}
10735
10736
.bootstrap-select.btn-group[class*=span] .btn,
10737
.bootstrap-select.form-control:not([class*=span]),
10738
.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
10739
width: 100%
10740
}
10741
10742
.bootstrap-select.btn-group:not(.input-group-btn),
10743
.bootstrap-select.btn-group[class*=span] {
10744
float: none;
10745
display: inline-block;
10746
margin-bottom: 10px;
10747
margin-left: 0
10748
}
10749
10750
.bootstrap-select.form-control {
10751
margin-bottom: 0;
10752
padding: 0;
10753
border: none
10754
}
10755
10756
.bootstrap-select.btn-group.pull-right,
10757
.bootstrap-select.btn-group[class*=span].pull-right,
10758
.row-fluid .bootstrap-select.btn-group[class*=span].pull-right {
10759
float: right
10760
}
10761
10762
.form-group .bootstrap-select.btn-group,
10763
.form-horizontal .bootstrap-select.btn-group,
10764
.form-inline .bootstrap-select.btn-group,
10765
.form-search .bootstrap-select.btn-group {
10766
margin-bottom: 0
10767
}
10768
10769
.input-append .bootstrap-select.btn-group {
10770
margin-left: -1px
10771
}
10772
10773
.input-prepend .bootstrap-select.btn-group {
10774
margin-right: -1px
10775
}
10776
10777
.bootstrap-select.show-menu-arrow.open>.btn {
10778
z-index: 2051
10779
}
10780
10781
.bootstrap-select .btn:focus {
10782
outline: #333 dotted thin !important;
10783
outline: -webkit-focus-ring-color auto 5px !important;
10784
outline-offset: -2px
10785
}
10786
10787
.bootstrap-select.btn-group .btn .filter-option {
10788
display: inline-block;
10789
overflow: hidden;
10790
width: 100%;
10791
text-align: left
10792
}
10793
10794
.bootstrap-select.btn-group .btn .caret {
10795
position: absolute;
10796
top: 50%;
10797
right: 12px;
10798
margin-top: -2px;
10799
vertical-align: middle
10800
}
10801
10802
.bootstrap-select.btn-group .dropdown-menu li.disabled>a,
10803
.bootstrap-select.btn-group>.disabled {
10804
cursor: not-allowed
10805
}
10806
10807
.bootstrap-select.btn-group>.disabled:focus {
10808
outline: 0 !important
10809
}
10810
10811
.bootstrap-select.btn-group .dropdown-menu {
10812
min-width: 100%;
10813
z-index: 2000;
10814
top: auto;
10815
-webkit-box-sizing: border-box;
10816
-moz-box-sizing: border-box;
10817
box-sizing: border-box
10818
}
10819
10820
.bootstrap-select.btn-group .dropdown-menu.inner {
10821
position: static;
10822
border: 0;
10823
padding: 0;
10824
margin: 0;
10825
-webkit-border-radius: 0;
10826
-moz-border-radius: 0;
10827
border-radius: 0;
10828
-webkit-box-shadow: none;
10829
-moz-box-shadow: none;
10830
box-shadow: none
10831
}
10832
10833
.bootstrap-select.btn-group .dropdown-menu dt {
10834
display: block;
10835
padding: 3px 20px;
10836
cursor: default
10837
}
10838
10839
.bootstrap-select.btn-group .div-contain {
10840
overflow: hidden
10841
}
10842
10843
.bootstrap-select.btn-group .dropdown-menu li {
10844
position: relative
10845
}
10846
10847
.bootstrap-select.btn-group .dropdown-menu li>a.opt {
10848
position: relative;
10849
padding-left: 35px
10850
}
10851
10852
.bootstrap-select.btn-group .dropdown-menu li>a {
10853
cursor: pointer
10854
}
10855
10856
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
10857
position: absolute;
10858
display: inline-block;
10859
right: 15px;
10860
margin-top: 2.5px
10861
}
10862
10863
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
10864
display: none
10865
}
10866
10867
.bootstrap-select.btn-group .dropdown-menu li a span.text {
10868
display: inline-block
10869
}
10870
10871
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
10872
margin-right: 34px
10873
}
10874
10875
.bootstrap-select.btn-group .dropdown-menu li small {
10876
padding-left: .5em
10877
}
10878
10879
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small,
10880
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,
10881
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small {
10882
color: #64b1d8;
10883
color: rgba(100, 177, 216, .4)
10884
}
10885
10886
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
10887
content: '';
10888
border-left: 7px solid transparent;
10889
border-right: 7px solid transparent;
10890
border-bottom-width: 7px;
10891
border-bottom-style: solid;
10892
border-bottom-color: #ccc;
10893
border-bottom-color: rgba(204, 204, 204, .2);
10894
position: absolute;
10895
bottom: -4px;
10896
left: 9px;
10897
display: none
10898
}
10899
10900
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
10901
content: '';
10902
border-left: 6px solid transparent;
10903
border-right: 6px solid transparent;
10904
border-bottom: 6px solid #fff;
10905
position: absolute;
10906
bottom: -4px;
10907
left: 10px;
10908
display: none
10909
}
10910
10911
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
10912
bottom: auto;
10913
top: -3px;
10914
border-bottom: 0;
10915
border-top-width: 7px;
10916
border-top-style: solid;
10917
border-top-color: #ccc;
10918
border-top-color: rgba(204, 204, 204, .2)
10919
}
10920
10921
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
10922
bottom: auto;
10923
top: -3px;
10924
border-top: 6px solid #FFF;
10925
border-bottom: 0
10926
}
10927
10928
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
10929
right: 12px;
10930
left: auto
10931
}
10932
10933
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
10934
right: 13px;
10935
left: auto
10936
}
10937
10938
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
10939
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
10940
display: block
10941
}
10942
10943
.bootstrap-select.btn-group .no-results {
10944
padding: 3px;
10945
background: #f5f5f5;
10946
margin: 0 5px
10947
}
10948
10949
.bootstrap-select.btn-group .dropdown-menu .notify {
10950
position: absolute;
10951
bottom: 5px;
10952
width: 96%;
10953
margin: 0 2%;
10954
min-height: 26px;
10955
padding: 3px 5px;
10956
background: #f5f5f5;
10957
border: 1px solid #e3e3e3;
10958
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
10959
pointer-events: none;
10960
opacity: .9;
10961
-webkit-box-sizing: border-box;
10962
-moz-box-sizing: border-box;
10963
box-sizing: border-box
10964
}
10965
10966
.bootstrap-select.btn-group.fit-width .btn .filter-option {
10967
position: static
10968
}
10969
10970
.bootstrap-select.btn-group.fit-width .btn .caret {
10971
position: static;
10972
top: auto;
10973
margin-top: -1px
10974
}
10975
10976
.control-group.error .bootstrap-select .dropdown-toggle {
10977
border-color: #b94a48
10978
}
10979
10980
.bootstrap-select .bs-actionsbox,
10981
.bootstrap-select-searchbox {
10982
padding: 4px 8px
10983
}
10984
10985
.bootstrap-select .bs-actionsbox {
10986
float: left;
10987
width: 100%;
10988
-webkit-box-sizing: border-box;
10989
-moz-box-sizing: border-box;
10990
box-sizing: border-box
10991
}
10992
10993
.bootstrap-select .bs-actionsbox .btn-group button {
10994
width: 50%
10995
}
10996
10997
.bootstrap-select-searchbox+.bs-actionsbox {
10998
padding: 0 8px 4px
10999
}
11000
11001
.bootstrap-select-searchbox .form-control,
11002
.bootstrap-select-searchbox input {
11003
margin-bottom: 0;
11004
width: 100%
11005
}
11006
11007
.mobile-device {
11008
position: absolute;
11009
top: 0;
11010
left: 0;
11011
display: block !important;
11012
width: 100%;
11013
height: 100% !important;
11014
opacity: 0
11015
}
11016
11017
.label.label-default {
11018
background: #4C6575
11019
}
11020
11021
.checkbox-inline {
11022
font-size: 13px;
11023
line-height: 1.5em;
11024
color: #999
11025
}
11026
11027
.dropdown-menu>li>a {
11028
font-size: 13px;
11029
color: #666
11030
}
11031
11032
.tooltip {
11033
z-index: 700
11034
}
11035
11036
.btn-info.price:hover {
11037
background-color: #5bc0de;
11038
color: #fff;
11039
opacity: 1
11040
}
11041
11042
.list-group .badge {
11043
margin-top: 3px
11044
}
11045
11046
.badge {
11047
background: #999
11048
}
11049
11050
.well {
11051
background-color: #F6F6F6
11052
}
11053
11054
.modal .bootstrap-select.form-control {
11055
margin-bottom: 0 !important
11056
}
11057
11058
.form-control {
11059
height: 38px;
11060
box-shadow: none;
11061
border-radius: 0;
11062
margin-bottom: 15px
11063
}
11064
11065
.list-group-item.active,
11066
.list-group-item.active:focus,
11067
.list-group-item.active:hover {
11068
background: #5bc0de;
11069
border-color: #5bc0de
11070
}
11071
11072
.input-group-addon a,
11073
.list-group-item a,
11074
.nav-tabs>li>a {
11075
color: #5e5e5e
11076
}
11077
11078
label.checkbox input[type=checkbox] {
11079
position: relative;
11080
margin-left: 0;
11081
line-height: inherit
11082
}
11083
11084
.modal-header .close {
11085
position: absolute;
11086
right: 0;
11087
top: 0;
11088
background: red;
11089
width: 30px;
11090
height: 30px;
11091
opacity: .8;
11092
color: #fff;
11093
text-shadow: none;
11094
line-height: 1;
11095
margin-top: 0;
11096
padding: 0;
11097
font-size: 15px;
11098
border-radius: 0 6px 0 0;
11099
display: block;
11100
z-index: 11
11101
}
11102
11103
.modal-header .close:hover {
11104
opacity: 1
11105
}
11106
11107
.input-group .form-control {
11108
height: 44px;
11109
margin-top: 1px
11110
}
11111
11112
@media print {
11113
a[href]:after,
11114
a[href^="javascript:"]:after,
11115
a[href^="#"]:after,
11116
abbr[title]:after {
11117
content: ""
11118
}
11119
}
11120
11121
@charset "UTF-8";
11122
@font-face {
11123
font-family: 'FontAwesome';
11124
src: url(fonts/fontawesome-webfont3295.eot?v=4.5.0);
11125
src: url(fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(fonts/fontawesome-webfont3295.woff2?v=4.5.0) format("woff2"), url(fonts/fontawesome-webfont3295.woff?v=4.5.0) format("woff"), url(fonts/fontawesome-webfont3295.ttf?v=4.5.0) format("truetype"), url(fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format("svg");
11126
font-weight: 400;
11127
font-style: normal
11128
}
11129
11130
.fa {
11131
display: inline-block;
11132
font: normal normal normal 14px/1 FontAwesome;
11133
font-size: inherit;
11134
text-rendering: auto;
11135
-webkit-font-smoothing: antialiased;
11136
-moz-osx-font-smoothing: grayscale
11137
}
11138
11139
.fa-lg {
11140
font-size: 1.33333333em;
11141
line-height: .75em;
11142
vertical-align: -15%
11143
}
11144
11145
.fa-2x {
11146
font-size: 2em
11147
}
11148
11149
.fa-3x {
11150
font-size: 3em
11151
}
11152
11153
.fa-4x {
11154
font-size: 4em
11155
}
11156
11157
.fa-5x {
11158
font-size: 5em
11159
}
11160
11161
.homebgclrwhite {
11162
background-color: #fff
11163
}
11164
11165
.fa-fw {
11166
width: 1.28571429em;
11167
text-align: center
11168
}
11169
11170
.fa-ul {
11171
padding-left: 0;
11172
margin-left: 2.14285714em;
11173
list-style-type: none
11174
}
11175
11176
.fa-ul>li {
11177
position: relative
11178
}
11179
11180
.fa-li {
11181
position: absolute;
11182
left: -2.14285714em;
11183
width: 2.14285714em;
11184
top: .14285714em;
11185
text-align: center
11186
}
11187
11188
.fa-li.fa-lg {
11189
left: -1.85714286em
11190
}
11191
11192
.fa-border {
11193
padding: .2em .25em .15em;
11194
border: solid .08em #eee;
11195
border-radius: .1em
11196
}
11197
11198
.fa-pull-left {
11199
float: left
11200
}
11201
11202
.fa-pull-right {
11203
float: right
11204
}
11205
11206
.fa.fa-pull-left {
11207
margin-right: .3em
11208
}
11209
11210
.fa.fa-pull-right {
11211
margin-left: .3em
11212
}
11213
11214
.pull-right {
11215
float: right
11216
}
11217
11218
.pull-left {
11219
float: left
11220
}
11221
11222
.fa.pull-left {
11223
margin-right: .3em
11224
}
11225
11226
.fa.pull-right {
11227
margin-left: .3em
11228
}
11229
11230
.fa-spin {
11231
-webkit-animation: fa-spin 2s infinite linear;
11232
animation: fa-spin 2s infinite linear
11233
}
11234
11235
.fa-pulse {
11236
-webkit-animation: fa-spin 1s infinite steps(8);
11237
animation: fa-spin 1s infinite steps(8)
11238
}
11239
11240
@-webkit-keyframes fa-spin {
11241
0% {
11242
-webkit-transform: rotate(0deg);
11243
transform: rotate(0deg)
11244
}
11245
100% {
11246
-webkit-transform: rotate(359deg);
11247
transform: rotate(359deg)
11248
}
11249
}
11250
11251
@keyframes fa-spin {
11252
0% {
11253
-webkit-transform: rotate(0deg);
11254
transform: rotate(0deg)
11255
}
11256
100% {
11257
-webkit-transform: rotate(359deg);
11258
transform: rotate(359deg)
11259
}
11260
}
11261
11262
.fa-rotate-90 {
11263
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
11264
-webkit-transform: rotate(90deg);
11265
-ms-transform: rotate(90deg);
11266
transform: rotate(90deg)
11267
}
11268
11269
.fa-rotate-180 {
11270
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
11271
-webkit-transform: rotate(180deg);
11272
-ms-transform: rotate(180deg);
11273
transform: rotate(180deg)
11274
}
11275
11276
.fa-rotate-270 {
11277
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
11278
-webkit-transform: rotate(270deg);
11279
-ms-transform: rotate(270deg);
11280
transform: rotate(270deg)
11281
}
11282
11283
.fa-flip-horizontal {
11284
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
11285
-webkit-transform: scale(-1, 1);
11286
-ms-transform: scale(-1, 1);
11287
transform: scale(-1, 1)
11288
}
11289
11290
.fa-flip-vertical {
11291
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
11292
-webkit-transform: scale(1, -1);
11293
-ms-transform: scale(1, -1);
11294
transform: scale(1, -1)
11295
}
11296
11297
:root .fa-rotate-90,
11298
:root .fa-rotate-180,
11299
:root .fa-rotate-270,
11300
:root .fa-flip-horizontal,
11301
:root .fa-flip-vertical {
11302
filter: none
11303
}
11304
11305
.fa-stack {
11306
position: relative;
11307
display: inline-block;
11308
width: 2em;
11309
height: 2em;
11310
line-height: 2em;
11311
vertical-align: middle
11312
}
11313
11314
.fa-stack-1x,
11315
.fa-stack-2x {
11316
position: absolute;
11317
left: 0;
11318
width: 100%;
11319
text-align: center
11320
}
11321
11322
.fa-stack-1x {
11323
line-height: inherit
11324
}
11325
11326
.fa-stack-2x {
11327
font-size: 2em
11328
}
11329
11330
.fa-inverse {
11331
color: #fff
11332
}
11333
11334
.fa-glass:before {
11335
content: "\f000"
11336
}
11337
11338
.fa-music:before {
11339
content: "\f001"
11340
}
11341
11342
.fa-search:before {
11343
content: "\f002"
11344
}
11345
11346
.fa-envelope-o:before {
11347
content: "\f003"
11348
}
11349
11350
.fa-heart:before {
11351
content: "\f004"
11352
}
11353
11354
.fa-star:before {
11355
content: "\f005"
11356
}
11357
11358
.fa-star-o:before {
11359
content: "\f006"
11360
}
11361
11362
.fa-user:before {
11363
content: "\f007"
11364
}
11365
11366
.fa-film:before {
11367
content: "\f008"
11368
}
11369
11370
.fa-th-large:before {
11371
content: "\f009"
11372
}
11373
11374
.fa-th:before {
11375
content: "\f00a"
11376
}
11377
11378
.fa-th-list:before {
11379
content: "\f00b"
11380
}
11381
11382
.fa-check:before {
11383
content: "\f00c"
11384
}
11385
11386
.fa-remove:before,
11387
.fa-close:before,
11388
.fa-times:before {
11389
content: "\f00d"
11390
}
11391
11392
.fa-search-plus:before {
11393
content: "\f00e"
11394
}
11395
11396
.fa-search-minus:before {
11397
content: "\f010"
11398
}
11399
11400
.fa-power-off:before {
11401
content: "\f011"
11402
}
11403
11404
.fa-signal:before {
11405
content: "\f012"
11406
}
11407
11408
.fa-gear:before,
11409
.fa-cog:before {
11410
content: "\f013"
11411
}
11412
11413
.fa-trash-o:before {
11414
content: "\f014"
11415
}
11416
11417
.fa-home:before {
11418
content: "\f015"
11419
}
11420
11421
.fa-file-o:before {
11422
content: "\f016"
11423
}
11424
11425
.fa-clock-o:before {
11426
content: "\f017"
11427
}
11428
11429
.fa-road:before {
11430
content: "\f018"
11431
}
11432
11433
.fa-download:before {
11434
content: "\f019"
11435
}
11436
11437
.fa-arrow-circle-o-down:before {
11438
content: "\f01a"
11439
}
11440
11441
.fa-arrow-circle-o-up:before {
11442
content: "\f01b"
11443
}
11444
11445
.fa-inbox:before {
11446
content: "\f01c"
11447
}
11448
11449
.fa-play-circle-o:before {
11450
content: "\f01d"
11451
}
11452
11453
.fa-rotate-right:before,
11454
.fa-repeat:before {
11455
content: "\f01e"
11456
}
11457
11458
.fa-refresh:before {
11459
content: "\f021"
11460
}
11461
11462
.fa-list-alt:before {
11463
content: "\f022"
11464
}
11465
11466
.fa-lock:before {
11467
content: "\f023"
11468
}
11469
11470
.fa-flag:before {
11471
content: "\f024"
11472
}
11473
11474
.fa-headphones:before {
11475
content: "\f025"
11476
}
11477
11478
.fa-volume-off:before {
11479
content: "\f026"
11480
}
11481
11482
.fa-volume-down:before {
11483
content: "\f027"
11484
}
11485
11486
.fa-volume-up:before {
11487
content: "\f028"
11488
}
11489
11490
.fa-qrcode:before {
11491
content: "\f029"
11492
}
11493
11494
.fa-barcode:before {
11495
content: "\f02a"
11496
}
11497
11498
.fa-tag:before {
11499
content: "\f02b"
11500
}
11501
11502
.fa-tags:before {
11503
content: "\f02c"
11504
}
11505
11506
.fa-book:before {
11507
content: "\f02d"
11508
}
11509
11510
.fa-bookmark:before {
11511
content: "\f02e"
11512
}
11513
11514
.fa-print:before {
11515
content: "\f02f"
11516
}
11517
11518
.fa-camera:before {
11519
content: "\f030"
11520
}
11521
11522
.fa-font:before {
11523
content: "\f031"
11524
}
11525
11526
.fa-bold:before {
11527
content: "\f032"
11528
}
11529
11530
.fa-italic:before {
11531
content: "\f033"
11532
}
11533
11534
.fa-text-height:before {
11535
content: "\f034"
11536
}
11537
11538
.fa-text-width:before {
11539
content: "\f035"
11540
}
11541
11542
.fa-align-left:before {
11543
content: "\f036"
11544
}
11545
11546
.fa-align-center:before {
11547
content: "\f037"
11548
}
11549
11550
.fa-align-right:before {
11551
content: "\f038"
11552
}
11553
11554
.fa-align-justify:before {
11555
content: "\f039"
11556
}
11557
11558
.fa-list:before {
11559
content: "\f03a"
11560
}
11561
11562
.fa-dedent:before,
11563
.fa-outdent:before {
11564
content: "\f03b"
11565
}
11566
11567
.fa-indent:before {
11568
content: "\f03c"
11569
}
11570
11571
.fa-video-camera:before {
11572
content: "\f03d"
11573
}
11574
11575
.fa-photo:before,
11576
.fa-image:before,
11577
.fa-picture-o:before {
11578
content: "\f03e"
11579
}
11580
11581
.fa-pencil:before {
11582
content: "\f040"
11583
}
11584
11585
.fa-map-marker:before {
11586
content: "\f041"
11587
}
11588
11589
.fa-adjust:before {
11590
content: "\f042"
11591
}
11592
11593
.fa-tint:before {
11594
content: "\f043"
11595
}
11596
11597
.fa-edit:before,
11598
.fa-pencil-square-o:before {
11599
content: "\f044"
11600
}
11601
11602
.fa-share-square-o:before {
11603
content: "\f045"
11604
}
11605
11606
.fa-check-square-o:before {
11607
content: "\f046"
11608
}
11609
11610
.fa-arrows:before {
11611
content: "\f047"
11612
}
11613
11614
.fa-step-backward:before {
11615
content: "\f048"
11616
}
11617
11618
.fa-fast-backward:before {
11619
content: "\f049"
11620
}
11621
11622
.fa-backward:before {
11623
content: "\f04a"
11624
}
11625
11626
.fa-play:before {
11627
content: "\f04b"
11628
}
11629
11630
.fa-pause:before {
11631
content: "\f04c"
11632
}
11633
11634
.fa-stop:before {
11635
content: "\f04d"
11636
}
11637
11638
.fa-forward:before {
11639
content: "\f04e"
11640
}
11641
11642
.fa-fast-forward:before {
11643
content: "\f050"
11644
}
11645
11646
.fa-step-forward:before {
11647
content: "\f051"
11648
}
11649
11650
.fa-eject:before {
11651
content: "\f052"
11652
}
11653
11654
.fa-chevron-left:before {
11655
content: "\f053"
11656
}
11657
11658
.fa-chevron-right:before {
11659
content: "\f054"
11660
}
11661
11662
.fa-plus-circle:before {
11663
content: "\f055"
11664
}
11665
11666
.fa-minus-circle:before {
11667
content: "\f056"
11668
}
11669
11670
.fa-times-circle:before {
11671
content: "\f057"
11672
}
11673
11674
.fa-check-circle:before {
11675
content: "\f058"
11676
}
11677
11678
.fa-question-circle:before {
11679
content: "\f059"
11680
}
11681
11682
.fa-info-circle:before {
11683
content: "\f05a"
11684
}
11685
11686
.fa-crosshairs:before {
11687
content: "\f05b"
11688
}
11689
11690
.fa-times-circle-o:before {
11691
content: "\f05c"
11692
}
11693
11694
.fa-check-circle-o:before {
11695
content: "\f05d"
11696
}
11697
11698
.fa-ban:before {
11699
content: "\f05e"
11700
}
11701
11702
.fa-arrow-left:before {
11703
content: "\f060"
11704
}
11705
11706
.fa-arrow-right:before {
11707
content: "\f061"
11708
}
11709
11710
.fa-arrow-up:before {
11711
content: "\f062"
11712
}
11713
11714
.fa-arrow-down:before {
11715
content: "\f063"
11716
}
11717
11718
.fa-mail-forward:before,
11719
.fa-share:before {
11720
content: "\f064"
11721
}
11722
11723
.fa-expand:before {
11724
content: "\f065"
11725
}
11726
11727
.fa-compress:before {
11728
content: "\f066"
11729
}
11730
11731
.fa-plus:before {
11732
content: "\f067"
11733
}
11734
11735
.fa-minus:before {
11736
content: "\f068"
11737
}
11738
11739
.fa-asterisk:before {
11740
content: "\f069"
11741
}
11742
11743
.fa-exclamation-circle:before {
11744
content: "\f06a"
11745
}
11746
11747
.fa-gift:before {
11748
content: "\f06b"
11749
}
11750
11751
.fa-leaf:before {
11752
content: "\f06c"
11753
}
11754
11755
.fa-fire:before {
11756
content: "\f06d"
11757
}
11758
11759
.fa-eye:before {
11760
content: "\f06e"
11761
}
11762
11763
.fa-eye-slash:before {
11764
content: "\f070"
11765
}
11766
11767
.fa-warning:before,
11768
.fa-exclamation-triangle:before {
11769
content: "\f071"
11770
}
11771
11772
.fa-plane:before {
11773
content: "\f072"
11774
}
11775
11776
.fa-calendar:before {
11777
content: "\f073"
11778
}
11779
11780
.fa-random:before {
11781
content: "\f074"
11782
}
11783
11784
.fa-comment:before {
11785
content: "\f075"
11786
}
11787
11788
.fa-magnet:before {
11789
content: "\f076"
11790
}
11791
11792
.fa-chevron-up:before {
11793
content: "\f077"
11794
}
11795
11796
.fa-chevron-down:before {
11797
content: "\f078"
11798
}
11799
11800
.fa-retweet:before {
11801
content: "\f079"
11802
}
11803
11804
.fa-shopping-cart:before {
11805
content: "\f07a"
11806
}
11807
11808
.fa-folder:before {
11809
content: "\f07b"
11810
}
11811
11812
.fa-folder-open:before {
11813
content: "\f07c"
11814
}
11815
11816
.fa-arrows-v:before {
11817
content: "\f07d"
11818
}
11819
11820
.fa-arrows-h:before {
11821
content: "\f07e"
11822
}
11823
11824
.fa-bar-chart-o:before,
11825
.fa-bar-chart:before {
11826
content: "\f080"
11827
}
11828
11829
.fa-twitter-square:before {
11830
content: "\f081"
11831
}
11832
11833
.fa-facebook-square:before {
11834
content: "\f082"
11835
}
11836
11837
.fa-camera-retro:before {
11838
content: "\f083"
11839
}
11840
11841
.fa-key:before {
11842
content: "\f084"
11843
}
11844
11845
.fa-gears:before,
11846
.fa-cogs:before {
11847
content: "\f085"
11848
}
11849
11850
.fa-comments:before {
11851
content: "\f086"
11852
}
11853
11854
.fa-thumbs-o-up:before {
11855
content: "\f087"
11856
}
11857
11858
.fa-thumbs-o-down:before {
11859
content: "\f088"
11860
}
11861
11862
.fa-star-half:before {
11863
content: "\f089"
11864
}
11865
11866
.fa-heart-o:before {
11867
content: "\f08a"
11868
}
11869
11870
.fa-sign-out:before {
11871
content: "\f08b"
11872
}
11873
11874
.fa-linkedin-square:before {
11875
content: "\f08c"
11876
}
11877
11878
.fa-thumb-tack:before {
11879
content: "\f08d"
11880
}
11881
11882
.fa-external-link:before {
11883
content: "\f08e"
11884
}
11885
11886
.fa-sign-in:before {
11887
content: "\f090"
11888
}
11889
11890
.fa-trophy:before {
11891
content: "\f091"
11892
}
11893
11894
.fa-github-square:before {
11895
content: "\f092"
11896
}
11897
11898
.fa-upload:before {
11899
content: "\f093"
11900
}
11901
11902
.fa-lemon-o:before {
11903
content: "\f094"
11904
}
11905
11906
.fa-phone:before {
11907
content: "\f095"
11908
}
11909
11910
.fa-square-o:before {
11911
content: "\f096"
11912
}
11913
11914
.fa-bookmark-o:before {
11915
content: "\f097"
11916
}
11917
11918
.fa-phone-square:before {
11919
content: "\f098"
11920
}
11921
11922
.fa-twitter:before {
11923
content: "\f099"
11924
}
11925
11926
.fa-facebook-f:before,
11927
.fa-facebook:before {
11928
content: "\f09a"
11929
}
11930
11931
.fa-github:before {
11932
content: "\f09b"
11933
}
11934
11935
.fa-unlock:before {
11936
content: "\f09c"
11937
}
11938
11939
.fa-credit-card:before {
11940
content: "\f09d"
11941
}
11942
11943
.fa-feed:before,
11944
.fa-rss:before {
11945
content: "\f09e"
11946
}
11947
11948
.fa-hdd-o:before {
11949
content: "\f0a0"
11950
}
11951
11952
.fa-bullhorn:before {
11953
content: "\f0a1"
11954
}
11955
11956
.fa-bell:before {
11957
content: "\f0f3"
11958
}
11959
11960
.fa-certificate:before {
11961
content: "\f0a3"
11962
}
11963
11964
.fa-hand-o-right:before {
11965
content: "\f0a4"
11966
}
11967
11968
.fa-hand-o-left:before {
11969
content: "\f0a5"
11970
}
11971
11972
.fa-hand-o-up:before {
11973
content: "\f0a6"
11974
}
11975
11976
.fa-hand-o-down:before {
11977
content: "\f0a7"
11978
}
11979
11980
.fa-arrow-circle-left:before {
11981
content: "\f0a8"
11982
}
11983
11984
.fa-arrow-circle-right:before {
11985
content: "\f0a9"
11986
}
11987
11988
.fa-arrow-circle-up:before {
11989
content: "\f0aa"
11990
}
11991
11992
.fa-arrow-circle-down:before {
11993
content: "\f0ab"
11994
}
11995
11996
.fa-globe:before {
11997
content: "\f0ac"
11998
}
11999
12000
.fa-wrench:before {
12001
content: "\f0ad"
12002
}
12003
12004
.fa-tasks:before {
12005
content: "\f0ae"
12006
}
12007
12008
.fa-filter:before {
12009
content: "\f0b0"
12010
}
12011
12012
.fa-briefcase:before {
12013
content: "\f0b1"
12014
}
12015
12016
.fa-arrows-alt:before {
12017
content: "\f0b2"
12018
}
12019
12020
.fa-group:before,
12021
.fa-users:before {
12022
content: "\f0c0"
12023
}
12024
12025
.fa-chain:before,
12026
.fa-link:before {
12027
content: "\f0c1"
12028
}
12029
12030
.fa-cloud:before {
12031
content: "\f0c2"
12032
}
12033
12034
.fa-flask:before {
12035
content: "\f0c3"
12036
}
12037
12038
.fa-cut:before,
12039
.fa-scissors:before {
12040
content: "\f0c4"
12041
}
12042
12043
.fa-copy:before,
12044
.fa-files-o:before {
12045
content: "\f0c5"
12046
}
12047
12048
.fa-paperclip:before {
12049
content: "\f0c6"
12050
}
12051
12052
.fa-save:before,
12053
.fa-floppy-o:before {
12054
content: "\f0c7"
12055
}
12056
12057
.fa-square:before {
12058
content: "\f0c8"
12059
}
12060
12061
.fa-navicon:before,
12062
.fa-reorder:before,
12063
.fa-bars:before {
12064
content: "\f0c9"
12065
}
12066
12067
.fa-list-ul:before {
12068
content: "\f0ca"
12069
}
12070
12071
.fa-list-ol:before {
12072
content: "\f0cb"
12073
}
12074
12075
.fa-strikethrough:before {
12076
content: "\f0cc"
12077
}
12078
12079
.fa-underline:before {
12080
content: "\f0cd"
12081
}
12082
12083
.fa-table:before {
12084
content: "\f0ce"
12085
}
12086
12087
.fa-magic:before {
12088
content: "\f0d0"
12089
}
12090
12091
.fa-truck:before {
12092
content: "\f0d1"
12093
}
12094
12095
.fa-pinterest:before {
12096
content: "\f0d2"
12097
}
12098
12099
.fa-pinterest-square:before {
12100
content: "\f0d3"
12101
}
12102
12103
.fa-google-plus-square:before {
12104
content: "\f0d4"
12105
}
12106
12107
.fa-google-plus:before {
12108
content: "\f0d5"
12109
}
12110
12111
.fa-money:before {
12112
content: "\f0d6"
12113
}
12114
12115
.fa-caret-down:before {
12116
content: "\f0d7"
12117
}
12118
12119
.fa-caret-up:before {
12120
content: "\f0d8"
12121
}
12122
12123
.fa-caret-left:before {
12124
content: "\f0d9"
12125
}
12126
12127
.fa-caret-right:before {
12128
content: "\f0da"
12129
}
12130
12131
.fa-columns:before {
12132
content: "\f0db"
12133
}
12134
12135
.fa-unsorted:before,
12136
.fa-sort:before {
12137
content: "\f0dc"
12138
}
12139
12140
.fa-sort-down:before,
12141
.fa-sort-desc:before {
12142
content: "\f0dd"
12143
}
12144
12145
.fa-sort-up:before,
12146
.fa-sort-asc:before {
12147
content: "\f0de"
12148
}
12149
12150
.fa-envelope:before {
12151
content: "\f0e0"
12152
}
12153
12154
.fa-linkedin:before {
12155
content: "\f0e1"
12156
}
12157
12158
.fa-rotate-left:before,
12159
.fa-undo:before {
12160
content: "\f0e2"
12161
}
12162
12163
.fa-legal:before,
12164
.fa-gavel:before {
12165
content: "\f0e3"
12166
}
12167
12168
.fa-dashboard:before,
12169
.fa-tachometer:before {
12170
content: "\f0e4"
12171
}
12172
12173
.fa-comment-o:before {
12174
content: "\f0e5"
12175
}
12176
12177
.fa-comments-o:before {
12178
content: "\f0e6"
12179
}
12180
12181
.fa-flash:before,
12182
.fa-bolt:before {
12183
content: "\f0e7"
12184
}
12185
12186
.fa-sitemap:before {
12187
content: "\f0e8"
12188
}
12189
12190
.fa-umbrella:before {
12191
content: "\f0e9"
12192
}
12193
12194
.fa-paste:before,
12195
.fa-clipboard:before {
12196
content: "\f0ea"
12197
}
12198
12199
.fa-lightbulb-o:before {
12200
content: "\f0eb"
12201
}
12202
12203
.fa-exchange:before {
12204
content: "\f0ec"
12205
}
12206
12207
.fa-cloud-download:before {
12208
content: "\f0ed"
12209
}
12210
12211
.fa-cloud-upload:before {
12212
content: "\f0ee"
12213
}
12214
12215
.fa-user-md:before {
12216
content: "\f0f0"
12217
}
12218
12219
.fa-stethoscope:before {
12220
content: "\f0f1"
12221
}
12222
12223
.fa-suitcase:before {
12224
content: "\f0f2"
12225
}
12226
12227
.fa-bell-o:before {
12228
content: "\f0a2"
12229
}
12230
12231
.fa-coffee:before {
12232
content: "\f0f4"
12233
}
12234
12235
.fa-cutlery:before {
12236
content: "\f0f5"
12237
}
12238
12239
.fa-file-text-o:before {
12240
content: "\f0f6"
12241
}
12242
12243
.fa-building-o:before {
12244
content: "\f0f7"
12245
}
12246
12247
.fa-hospital-o:before {
12248
content: "\f0f8"
12249
}
12250
12251
.fa-ambulance:before {
12252
content: "\f0f9"
12253
}
12254
12255
.fa-medkit:before {
12256
content: "\f0fa"
12257
}
12258
12259
.fa-fighter-jet:before {
12260
content: "\f0fb"
12261
}
12262
12263
.fa-beer:before {
12264
content: "\f0fc"
12265
}
12266
12267
.fa-h-square:before {
12268
content: "\f0fd"
12269
}
12270
12271
.fa-plus-square:before {
12272
content: "\f0fe"
12273
}
12274
12275
.fa-angle-double-left:before {
12276
content: "\f100"
12277
}
12278
12279
.fa-angle-double-right:before {
12280
content: "\f101"
12281
}
12282
12283
.fa-angle-double-up:before {
12284
content: "\f102"
12285
}
12286
12287
.fa-angle-double-down:before {
12288
content: "\f103"
12289
}
12290
12291
.fa-angle-left:before {
12292
content: "\f104"
12293
}
12294
12295
.fa-angle-right:before {
12296
content: "\f105"
12297
}
12298
12299
.fa-angle-up:before {
12300
content: "\f106"
12301
}
12302
12303
.fa-angle-down:before {
12304
content: "\f107"
12305
}
12306
12307
.fa-desktop:before {
12308
content: "\f108"
12309
}
12310
12311
.fa-laptop:before {
12312
content: "\f109"
12313
}
12314
12315
.fa-tablet:before {
12316
content: "\f10a"
12317
}
12318
12319
.fa-mobile-phone:before,
12320
.fa-mobile:before {
12321
content: "\f10b"
12322
}
12323
12324
.fa-circle-o:before {
12325
content: "\f10c"
12326
}
12327
12328
.fa-quote-left:before {
12329
content: "\f10d"
12330
}
12331
12332
.fa-quote-right:before {
12333
content: "\f10e"
12334
}
12335
12336
.fa-spinner:before {
12337
content: "\f110"
12338
}
12339
12340
.fa-circle:before {
12341
content: "\f111"
12342
}
12343
12344
.fa-mail-reply:before,
12345
.fa-reply:before {
12346
content: "\f112"
12347
}
12348
12349
.fa-github-alt:before {
12350
content: "\f113"
12351
}
12352
12353
.fa-folder-o:before {
12354
content: "\f114"
12355
}
12356
12357
.fa-folder-open-o:before {
12358
content: "\f115"
12359
}
12360
12361
.fa-smile-o:before {
12362
content: "\f118"
12363
}
12364
12365
.fa-frown-o:before {
12366
content: "\f119"
12367
}
12368
12369
.fa-meh-o:before {
12370
content: "\f11a"
12371
}
12372
12373
.fa-gamepad:before {
12374
content: "\f11b"
12375
}
12376
12377
.fa-keyboard-o:before {
12378
content: "\f11c"
12379
}
12380
12381
.fa-flag-o:before {
12382
content: "\f11d"
12383
}
12384
12385
.fa-flag-checkered:before {
12386
content: "\f11e"
12387
}
12388
12389
.fa-terminal:before {
12390
content: "\f120"
12391
}
12392
12393
.fa-code:before {
12394
content: "\f121"
12395
}
12396
12397
.fa-mail-reply-all:before,
12398
.fa-reply-all:before {
12399
content: "\f122"
12400
}
12401
12402
.fa-star-half-empty:before,
12403
.fa-star-half-full:before,
12404
.fa-star-half-o:before {
12405
content: "\f123"
12406
}
12407
12408
.fa-location-arrow:before {
12409
content: "\f124"
12410
}
12411
12412
.fa-crop:before {
12413
content: "\f125"
12414
}
12415
12416
.fa-code-fork:before {
12417
content: "\f126"
12418
}
12419
12420
.fa-unlink:before,
12421
.fa-chain-broken:before {
12422
content: "\f127"
12423
}
12424
12425
.fa-question:before {
12426
content: "\f128"
12427
}
12428
12429
.fa-info:before {
12430
content: "\f129"
12431
}
12432
12433
.fa-exclamation:before {
12434
content: "\f12a"
12435
}
12436
12437
.fa-superscript:before {
12438
content: "\f12b"
12439
}
12440
12441
.fa-subscript:before {
12442
content: "\f12c"
12443
}
12444
12445
.fa-eraser:before {
12446
content: "\f12d"
12447
}
12448
12449
.fa-puzzle-piece:before {
12450
content: "\f12e"
12451
}
12452
12453
.fa-microphone:before {
12454
content: "\f130"
12455
}
12456
12457
.fa-microphone-slash:before {
12458
content: "\f131"
12459
}
12460
12461
.fa-shield:before {
12462
content: "\f132"
12463
}
12464
12465
.fa-calendar-o:before {
12466
content: "\f133"
12467
}
12468
12469
.fa-fire-extinguisher:before {
12470
content: "\f134"
12471
}
12472
12473
.fa-rocket:before {
12474
content: "\f135"
12475
}
12476
12477
.fa-maxcdn:before {
12478
content: "\f136"
12479
}
12480
12481
.fa-chevron-circle-left:before {
12482
content: "\f137"
12483
}
12484
12485
.fa-chevron-circle-right:before {
12486
content: "\f138"
12487
}
12488
12489
.fa-chevron-circle-up:before {
12490
content: "\f139"
12491
}
12492
12493
.fa-chevron-circle-down:before {
12494
content: "\f13a"
12495
}
12496
12497
.fa-html5:before {
12498
content: "\f13b"
12499
}
12500
12501
.fa-css3:before {
12502
content: "\f13c"
12503
}
12504
12505
.fa-anchor:before {
12506
content: "\f13d"
12507
}
12508
12509
.fa-unlock-alt:before {
12510
content: "\f13e"
12511
}
12512
12513
.fa-bullseye:before {
12514
content: "\f140"
12515
}
12516
12517
.fa-ellipsis-h:before {
12518
content: "\f141"
12519
}
12520
12521
.fa-ellipsis-v:before {
12522
content: "\f142"
12523
}
12524
12525
.fa-rss-square:before {
12526
content: "\f143"
12527
}
12528
12529
.fa-play-circle:before {
12530
content: "\f144"
12531
}
12532
12533
.fa-ticket:before {
12534
content: "\f145"
12535
}
12536
12537
.fa-minus-square:before {
12538
content: "\f146"
12539
}
12540
12541
.fa-minus-square-o:before {
12542
content: "\f147"
12543
}
12544
12545
.fa-level-up:before {
12546
content: "\f148"
12547
}
12548
12549
.fa-level-down:before {
12550
content: "\f149"
12551
}
12552
12553
.fa-check-square:before {
12554
content: "\f14a"
12555
}
12556
12557
.fa-pencil-square:before {
12558
content: "\f14b"
12559
}
12560
12561
.fa-external-link-square:before {
12562
content: "\f14c"
12563
}
12564
12565
.fa-share-square:before {
12566
content: "\f14d"
12567
}
12568
12569
.fa-compass:before {
12570
content: "\f14e"
12571
}
12572
12573
.fa-toggle-down:before,
12574
.fa-caret-square-o-down:before {
12575
content: "\f150"
12576
}
12577
12578
.fa-toggle-up:before,
12579
.fa-caret-square-o-up:before {
12580
content: "\f151"
12581
}
12582
12583
.fa-toggle-right:before,
12584
.fa-caret-square-o-right:before {
12585
content: "\f152"
12586
}
12587
12588
.fa-euro:before,
12589
.fa-eur:before {
12590
content: "\f153"
12591
}
12592
12593
.fa-gbp:before {
12594
content: "\f154"
12595
}
12596
12597
.fa-dollar:before,
12598
.fa-usd:before {
12599
content: "\f155"
12600
}
12601
12602
.fa-rupee:before,
12603
.fa-inr:before {
12604
content: "\f156"
12605
}
12606
12607
.fa-cny:before,
12608
.fa-rmb:before,
12609
.fa-yen:before,
12610
.fa-jpy:before {
12611
content: "\f157"
12612
}
12613
12614
.fa-ruble:before,
12615
.fa-rouble:before,
12616
.fa-rub:before {
12617
content: "\f158"
12618
}
12619
12620
.fa-won:before,
12621
.fa-krw:before {
12622
content: "\f159"
12623
}
12624
12625
.fa-bitcoin:before,
12626
.fa-btc:before {
12627
content: "\f15a"
12628
}
12629
12630
.fa-file:before {
12631
content: "\f15b"
12632
}
12633
12634
.fa-file-text:before {
12635
content: "\f15c"
12636
}
12637
12638
.fa-sort-alpha-asc:before {
12639
content: "\f15d"
12640
}
12641
12642
.fa-sort-alpha-desc:before {
12643
content: "\f15e"
12644
}
12645
12646
.fa-sort-amount-asc:before {
12647
content: "\f160"
12648
}
12649
12650
.fa-sort-amount-desc:before {
12651
content: "\f161"
12652
}
12653
12654
.fa-sort-numeric-asc:before {
12655
content: "\f162"
12656
}
12657
12658
.fa-sort-numeric-desc:before {
12659
content: "\f163"
12660
}
12661
12662
.fa-thumbs-up:before {
12663
content: "\f164"
12664
}
12665
12666
.fa-thumbs-down:before {
12667
content: "\f165"
12668
}
12669
12670
.fa-youtube-square:before {
12671
content: "\f166"
12672
}
12673
12674
.fa-youtube:before {
12675
content: "\f167"
12676
}
12677
12678
.fa-xing:before {
12679
content: "\f168"
12680
}
12681
12682
.fa-xing-square:before {
12683
content: "\f169"
12684
}
12685
12686
.fa-youtube-play:before {
12687
content: "\f16a"
12688
}
12689
12690
.fa-dropbox:before {
12691
content: "\f16b"
12692
}
12693
12694
.fa-stack-overflow:before {
12695
content: "\f16c"
12696
}
12697
12698
.fa-instagram:before {
12699
content: "\f16d"
12700
}
12701
12702
.fa-flickr:before {
12703
content: "\f16e"
12704
}
12705
12706
.fa-adn:before {
12707
content: "\f170"
12708
}
12709
12710
.fa-bitbucket:before {
12711
content: "\f171"
12712
}
12713
12714
.fa-bitbucket-square:before {
12715
content: "\f172"
12716
}
12717
12718
.fa-tumblr:before {
12719
content: "\f173"
12720
}
12721
12722
.fa-tumblr-square:before {
12723
content: "\f174"
12724
}
12725
12726
.fa-long-arrow-down:before {
12727
content: "\f175"
12728
}
12729
12730
.fa-long-arrow-up:before {
12731
content: "\f176"
12732
}
12733
12734
.fa-long-arrow-left:before {
12735
content: "\f177"
12736
}
12737
12738
.fa-long-arrow-right:before {
12739
content: "\f178"
12740
}
12741
12742
.fa-apple:before {
12743
content: "\f179"
12744
}
12745
12746
.fa-windows:before {
12747
content: "\f17a"
12748
}
12749
12750
.fa-android:before {
12751
content: "\f17b"
12752
}
12753
12754
.fa-linux:before {
12755
content: "\f17c"
12756
}
12757
12758
.fa-dribbble:before {
12759
content: "\f17d"
12760
}
12761
12762
.fa-skype:before {
12763
content: "\f17e"
12764
}
12765
12766
.fa-foursquare:before {
12767
content: "\f180"
12768
}
12769
12770
.fa-trello:before {
12771
content: "\f181"
12772
}
12773
12774
.fa-female:before {
12775
content: "\f182"
12776
}
12777
12778
.fa-male:before {
12779
content: "\f183"
12780
}
12781
12782
.fa-gittip:before,
12783
.fa-gratipay:before {
12784
content: "\f184"
12785
}
12786
12787
.fa-sun-o:before {
12788
content: "\f185"
12789
}
12790
12791
.fa-moon-o:before {
12792
content: "\f186"
12793
}
12794
12795
.fa-archive:before {
12796
content: "\f187"
12797
}
12798
12799
.fa-bug:before {
12800
content: "\f188"
12801
}
12802
12803
.fa-vk:before {
12804
content: "\f189"
12805
}
12806
12807
.fa-weibo:before {
12808
content: "\f18a"
12809
}
12810
12811
.fa-renren:before {
12812
content: "\f18b"
12813
}
12814
12815
.fa-pagelines:before {
12816
content: "\f18c"
12817
}
12818
12819
.fa-stack-exchange:before {
12820
content: "\f18d"
12821
}
12822
12823
.fa-arrow-circle-o-right:before {
12824
content: "\f18e"
12825
}
12826
12827
.fa-arrow-circle-o-left:before {
12828
content: "\f190"
12829
}
12830
12831
.fa-toggle-left:before,
12832
.fa-caret-square-o-left:before {
12833
content: "\f191"
12834
}
12835
12836
.fa-dot-circle-o:before {
12837
content: "\f192"
12838
}
12839
12840
.fa-wheelchair:before {
12841
content: "\f193"
12842
}
12843
12844
.fa-vimeo-square:before {
12845
content: "\f194"
12846
}
12847
12848
.fa-turkish-lira:before,
12849
.fa-try:before {
12850
content: "\f195"
12851
}
12852
12853
.fa-plus-square-o:before {
12854
content: "\f196"
12855
}
12856
12857
.fa-space-shuttle:before {
12858
content: "\f197"
12859
}
12860
12861
.fa-slack:before {
12862
content: "\f198"
12863
}
12864
12865
.fa-envelope-square:before {
12866
content: "\f199"
12867
}
12868
12869
.fa-wordpress:before {
12870
content: "\f19a"
12871
}
12872
12873
.fa-openid:before {
12874
content: "\f19b"
12875
}
12876
12877
.fa-institution:before,
12878
.fa-bank:before,
12879
.fa-university:before {
12880
content: "\f19c"
12881
}
12882
12883
.fa-mortar-board:before,
12884
.fa-graduation-cap:before {
12885
content: "\f19d"
12886
}
12887
12888
.fa-yahoo:before {
12889
content: "\f19e"
12890
}
12891
12892
.fa-google:before {
12893
content: "\f1a0"
12894
}
12895
12896
.fa-reddit:before {
12897
content: "\f1a1"
12898
}
12899
12900
.fa-reddit-square:before {
12901
content: "\f1a2"
12902
}
12903
12904
.fa-stumbleupon-circle:before {
12905
content: "\f1a3"
12906
}
12907
12908
.fa-stumbleupon:before {
12909
content: "\f1a4"
12910
}
12911
12912
.fa-delicious:before {
12913
content: "\f1a5"
12914
}
12915
12916
.fa-digg:before {
12917
content: "\f1a6"
12918
}
12919
12920
.fa-pied-piper:before {
12921
content: "\f1a7"
12922
}
12923
12924
.fa-pied-piper-alt:before {
12925
content: "\f1a8"
12926
}
12927
12928
.fa-drupal:before {
12929
content: "\f1a9"
12930
}
12931
12932
.fa-joomla:before {
12933
content: "\f1aa"
12934
}
12935
12936
.fa-language:before {
12937
content: "\f1ab"
12938
}
12939
12940
.fa-fax:before {
12941
content: "\f1ac"
12942
}
12943
12944
.fa-building:before {
12945
content: "\f1ad"
12946
}
12947
12948
.fa-child:before {
12949
content: "\f1ae"
12950
}
12951
12952
.fa-paw:before {
12953
content: "\f1b0"
12954
}
12955
12956
.fa-spoon:before {
12957
content: "\f1b1"
12958
}
12959
12960
.fa-cube:before {
12961
content: "\f1b2"
12962
}
12963
12964
.fa-cubes:before {
12965
content: "\f1b3"
12966
}
12967
12968
.fa-behance:before {
12969
content: "\f1b4"
12970
}
12971
12972
.fa-behance-square:before {
12973
content: "\f1b5"
12974
}
12975
12976
.fa-steam:before {
12977
content: "\f1b6"
12978
}
12979
12980
.fa-steam-square:before {
12981
content: "\f1b7"
12982
}
12983
12984
.fa-recycle:before {
12985
content: "\f1b8"
12986
}
12987
12988
.fa-automobile:before,
12989
.fa-car:before {
12990
content: "\f1b9"
12991
}
12992
12993
.fa-cab:before,
12994
.fa-taxi:before {
12995
content: "\f1ba"
12996
}
12997
12998
.fa-tree:before {
12999
content: "\f1bb"
13000
}
13001
13002
.fa-spotify:before {
13003
content: "\f1bc"
13004
}
13005
13006
.fa-deviantart:before {
13007
content: "\f1bd"
13008
}
13009
13010
.fa-soundcloud:before {
13011
content: "\f1be"
13012
}
13013
13014
.fa-database:before {
13015
content: "\f1c0"
13016
}
13017
13018
.fa-file-pdf-o:before {
13019
content: "\f1c1"
13020
}
13021
13022
.fa-file-word-o:before {
13023
content: "\f1c2"
13024
}
13025
13026
.fa-file-excel-o:before {
13027
content: "\f1c3"
13028
}
13029
13030
.fa-file-powerpoint-o:before {
13031
content: "\f1c4"
13032
}
13033
13034
.fa-file-photo-o:before,
13035
.fa-file-picture-o:before,
13036
.fa-file-image-o:before {
13037
content: "\f1c5"
13038
}
13039
13040
.fa-file-zip-o:before,
13041
.fa-file-archive-o:before {
13042
content: "\f1c6"
13043
}
13044
13045
.fa-file-sound-o:before,
13046
.fa-file-audio-o:before {
13047
content: "\f1c7"
13048
}
13049
13050
.fa-file-movie-o:before,
13051
.fa-file-video-o:before {
13052
content: "\f1c8"
13053
}
13054
13055
.fa-file-code-o:before {
13056
content: "\f1c9"
13057
}
13058
13059
.fa-vine:before {
13060
content: "\f1ca"
13061
}
13062
13063
.fa-codepen:before {
13064
content: "\f1cb"
13065
}
13066
13067
.fa-jsfiddle:before {
13068
content: "\f1cc"
13069
}
13070
13071
.fa-life-bouy:before,
13072
.fa-life-buoy:before,
13073
.fa-life-saver:before,
13074
.fa-support:before,
13075
.fa-life-ring:before {
13076
content: "\f1cd"
13077
}
13078
13079
.fa-circle-o-notch:before {
13080
content: "\f1ce"
13081
}
13082
13083
.fa-ra:before,
13084
.fa-rebel:before {
13085
content: "\f1d0"
13086
}
13087
13088
.fa-ge:before,
13089
.fa-empire:before {
13090
content: "\f1d1"
13091
}
13092
13093
.fa-git-square:before {
13094
content: "\f1d2"
13095
}
13096
13097
.fa-git:before {
13098
content: "\f1d3"
13099
}
13100
13101
.fa-y-combinator-square:before,
13102
.fa-yc-square:before,
13103
.fa-hacker-news:before {
13104
content: "\f1d4"
13105
}
13106
13107
.fa-tencent-weibo:before {
13108
content: "\f1d5"
13109
}
13110
13111
.fa-qq:before {
13112
content: "\f1d6"
13113
}
13114
13115
.fa-wechat:before,
13116
.fa-weixin:before {
13117
content: "\f1d7"
13118
}
13119
13120
.fa-send:before,
13121
.fa-paper-plane:before {
13122
content: "\f1d8"
13123
}
13124
13125
.fa-send-o:before,
13126
.fa-paper-plane-o:before {
13127
content: "\f1d9"
13128
}
13129
13130
.fa-history:before {
13131
content: "\f1da"
13132
}
13133
13134
.fa-circle-thin:before {
13135
content: "\f1db"
13136
}
13137
13138
.fa-header:before {
13139
content: "\f1dc"
13140
}
13141
13142
.fa-paragraph:before {
13143
content: "\f1dd"
13144
}
13145
13146
.fa-sliders:before {
13147
content: "\f1de"
13148
}
13149
13150
.fa-share-alt:before {
13151
content: "\f1e0"
13152
}
13153
13154
.fa-share-alt-square:before {
13155
content: "\f1e1"
13156
}
13157
13158
.fa-bomb:before {
13159
content: "\f1e2"
13160
}
13161
13162
.fa-soccer-ball-o:before,
13163
.fa-futbol-o:before {
13164
content: "\f1e3"
13165
}
13166
13167
.fa-tty:before {
13168
content: "\f1e4"
13169
}
13170
13171
.fa-binoculars:before {
13172
content: "\f1e5"
13173
}
13174
13175
.fa-plug:before {
13176
content: "\f1e6"
13177
}
13178
13179
.fa-slideshare:before {
13180
content: "\f1e7"
13181
}
13182
13183
.fa-twitch:before {
13184
content: "\f1e8"
13185
}
13186
13187
.fa-yelp:before {
13188
content: "\f1e9"
13189
}
13190
13191
.fa-newspaper-o:before {
13192
content: "\f1ea"
13193
}
13194
13195
.fa-wifi:before {
13196
content: "\f1eb"
13197
}
13198
13199
.fa-calculator:before {
13200
content: "\f1ec"
13201
}
13202
13203
.fa-paypal:before {
13204
content: "\f1ed"
13205
}
13206
13207
.fa-google-wallet:before {
13208
content: "\f1ee"
13209
}
13210
13211
.fa-cc-visa:before {
13212
content: "\f1f0"
13213
}
13214
13215
.fa-cc-mastercard:before {
13216
content: "\f1f1"
13217
}
13218
13219
.fa-cc-discover:before {
13220
content: "\f1f2"
13221
}
13222
13223
.fa-cc-amex:before {
13224
content: "\f1f3"
13225
}
13226
13227
.fa-cc-paypal:before {
13228
content: "\f1f4"
13229
}
13230
13231
.fa-cc-stripe:before {
13232
content: "\f1f5"
13233
}
13234
13235
.fa-bell-slash:before {
13236
content: "\f1f6"
13237
}
13238
13239
.fa-bell-slash-o:before {
13240
content: "\f1f7"
13241
}
13242
13243
.fa-trash:before {
13244
content: "\f1f8"
13245
}
13246
13247
.fa-copyright:before {
13248
content: "\f1f9"
13249
}
13250
13251
.fa-at:before {
13252
content: "\f1fa"
13253
}
13254
13255
.fa-eyedropper:before {
13256
content: "\f1fb"
13257
}
13258
13259
.fa-paint-brush:before {
13260
content: "\f1fc"
13261
}
13262
13263
.fa-birthday-cake:before {
13264
content: "\f1fd"
13265
}
13266
13267
.fa-area-chart:before {
13268
content: "\f1fe"
13269
}
13270
13271
.fa-pie-chart:before {
13272
content: "\f200"
13273
}
13274
13275
.fa-line-chart:before {
13276
content: "\f201"
13277
}
13278
13279
.fa-lastfm:before {
13280
content: "\f202"
13281
}
13282
13283
.fa-lastfm-square:before {
13284
content: "\f203"
13285
}
13286
13287
.fa-toggle-off:before {
13288
content: "\f204"
13289
}
13290
13291
.fa-toggle-on:before {
13292
content: "\f205"
13293
}
13294
13295
.fa-bicycle:before {
13296
content: "\f206"
13297
}
13298
13299
.fa-bus:before {
13300
content: "\f207"
13301
}
13302
13303
.fa-ioxhost:before {
13304
content: "\f208"
13305
}
13306
13307
.fa-angellist:before {
13308
content: "\f209"
13309
}
13310
13311
.fa-cc:before {
13312
content: "\f20a"
13313
}
13314
13315
.fa-shekel:before,
13316
.fa-sheqel:before,
13317
.fa-ils:before {
13318
content: "\f20b"
13319
}
13320
13321
.fa-meanpath:before {
13322
content: "\f20c"
13323
}
13324
13325
.fa-buysellads:before {
13326
content: "\f20d"
13327
}
13328
13329
.fa-connectdevelop:before {
13330
content: "\f20e"
13331
}
13332
13333
.fa-dashcube:before {
13334
content: "\f210"
13335
}
13336
13337
.fa-forumbee:before {
13338
content: "\f211"
13339
}
13340
13341
.fa-leanpub:before {
13342
content: "\f212"
13343
}
13344
13345
.fa-sellsy:before {
13346
content: "\f213"
13347
}
13348
13349
.fa-shirtsinbulk:before {
13350
content: "\f214"
13351
}
13352
13353
.fa-simplybuilt:before {
13354
content: "\f215"
13355
}
13356
13357
.fa-skyatlas:before {
13358
content: "\f216"
13359
}
13360
13361
.fa-cart-plus:before {
13362
content: "\f217"
13363
}
13364
13365
.fa-cart-arrow-down:before {
13366
content: "\f218"
13367
}
13368
13369
.fa-diamond:before {
13370
content: "\f219"
13371
}
13372
13373
.fa-ship:before {
13374
content: "\f21a"
13375
}
13376
13377
.fa-user-secret:before {
13378
content: "\f21b"
13379
}
13380
13381
.fa-motorcycle:before {
13382
content: "\f21c"
13383
}
13384
13385
.fa-street-view:before {
13386
content: "\f21d"
13387
}
13388
13389
.fa-heartbeat:before {
13390
content: "\f21e"
13391
}
13392
13393
.fa-venus:before {
13394
content: "\f221"
13395
}
13396
13397
.fa-mars:before {
13398
content: "\f222"
13399
}
13400
13401
.fa-mercury:before {
13402
content: "\f223"
13403
}
13404
13405
.fa-intersex:before,
13406
.fa-transgender:before {
13407
content: "\f224"
13408
}
13409
13410
.fa-transgender-alt:before {
13411
content: "\f225"
13412
}
13413
13414
.fa-venus-double:before {
13415
content: "\f226"
13416
}
13417
13418
.fa-mars-double:before {
13419
content: "\f227"
13420
}
13421
13422
.fa-venus-mars:before {
13423
content: "\f228"
13424
}
13425
13426
.fa-mars-stroke:before {
13427
content: "\f229"
13428
}
13429
13430
.fa-mars-stroke-v:before {
13431
content: "\f22a"
13432
}
13433
13434
.fa-mars-stroke-h:before {
13435
content: "\f22b"
13436
}
13437
13438
.fa-neuter:before {
13439
content: "\f22c"
13440
}
13441
13442
.fa-genderless:before {
13443
content: "\f22d"
13444
}
13445
13446
.fa-facebook-official:before {
13447
content: "\f230"
13448
}
13449
13450
.fa-pinterest-p:before {
13451
content: "\f231"
13452
}
13453
13454
.fa-whatsapp:before {
13455
content: "\f232"
13456
}
13457
13458
.fa-server:before {
13459
content: "\f233"
13460
}
13461
13462
.fa-user-plus:before {
13463
content: "\f234"
13464
}
13465
13466
.fa-user-times:before {
13467
content: "\f235"
13468
}
13469
13470
.fa-hotel:before,
13471
.fa-bed:before {
13472
content: "\f236"
13473
}
13474
13475
.fa-viacoin:before {
13476
content: "\f237"
13477
}
13478
13479
.fa-train:before {
13480
content: "\f238"
13481
}
13482
13483
.fa-subway:before {
13484
content: "\f239"
13485
}
13486
13487
.fa-medium:before {
13488
content: "\f23a"
13489
}
13490
13491
.fa-yc:before,
13492
.fa-y-combinator:before {
13493
content: "\f23b"
13494
}
13495
13496
.fa-optin-monster:before {
13497
content: "\f23c"
13498
}
13499
13500
.fa-opencart:before {
13501
content: "\f23d"
13502
}
13503
13504
.fa-expeditedssl:before {
13505
content: "\f23e"
13506
}
13507
13508
.fa-battery-4:before,
13509
.fa-battery-full:before {
13510
content: "\f240"
13511
}
13512
13513
.fa-battery-3:before,
13514
.fa-battery-three-quarters:before {
13515
content: "\f241"
13516
}
13517
13518
.fa-battery-2:before,
13519
.fa-battery-half:before {
13520
content: "\f242"
13521
}
13522
13523
.fa-battery-1:before,
13524
.fa-battery-quarter:before {
13525
content: "\f243"
13526
}
13527
13528
.fa-battery-0:before,
13529
.fa-battery-empty:before {
13530
content: "\f244"
13531
}
13532
13533
.fa-mouse-pointer:before {
13534
content: "\f245"
13535
}
13536
13537
.fa-i-cursor:before {
13538
content: "\f246"
13539
}
13540
13541
.fa-object-group:before {
13542
content: "\f247"
13543
}
13544
13545
.fa-object-ungroup:before {
13546
content: "\f248"
13547
}
13548
13549
.fa-sticky-note:before {
13550
content: "\f249"
13551
}
13552
13553
.fa-sticky-note-o:before {
13554
content: "\f24a"
13555
}
13556
13557
.fa-cc-jcb:before {
13558
content: "\f24b"
13559
}
13560
13561
.fa-cc-diners-club:before {
13562
content: "\f24c"
13563
}
13564
13565
.fa-clone:before {
13566
content: "\f24d"
13567
}
13568
13569
.fa-balance-scale:before {
13570
content: "\f24e"
13571
}
13572
13573
.fa-hourglass-o:before {
13574
content: "\f250"
13575
}
13576
13577
.fa-hourglass-1:before,
13578
.fa-hourglass-start:before {
13579
content: "\f251"
13580
}
13581
13582
.fa-hourglass-2:before,
13583
.fa-hourglass-half:before {
13584
content: "\f252"
13585
}
13586
13587
.fa-hourglass-3:before,
13588
.fa-hourglass-end:before {
13589
content: "\f253"
13590
}
13591
13592
.fa-hourglass:before {
13593
content: "\f254"
13594
}
13595
13596
.fa-hand-grab-o:before,
13597
.fa-hand-rock-o:before {
13598
content: "\f255"
13599
}
13600
13601
.fa-hand-stop-o:before,
13602
.fa-hand-paper-o:before {
13603
content: "\f256"
13604
}
13605
13606
.fa-hand-scissors-o:before {
13607
content: "\f257"
13608
}
13609
13610
.fa-hand-lizard-o:before {
13611
content: "\f258"
13612
}
13613
13614
.fa-hand-spock-o:before {
13615
content: "\f259"
13616
}
13617
13618
.fa-hand-pointer-o:before {
13619
content: "\f25a"
13620
}
13621
13622
.fa-hand-peace-o:before {
13623
content: "\f25b"
13624
}
13625
13626
.fa-trademark:before {
13627
content: "\f25c"
13628
}
13629
13630
.fa-registered:before {
13631
content: "\f25d"
13632
}
13633
13634
.fa-creative-commons:before {
13635
content: "\f25e"
13636
}
13637
13638
.fa-gg:before {
13639
content: "\f260"
13640
}
13641
13642
.fa-gg-circle:before {
13643
content: "\f261"
13644
}
13645
13646
.fa-tripadvisor:before {
13647
content: "\f262"
13648
}
13649
13650
.fa-odnoklassniki:before {
13651
content: "\f263"
13652
}
13653
13654
.fa-odnoklassniki-square:before {
13655
content: "\f264"
13656
}
13657
13658
.fa-get-pocket:before {
13659
content: "\f265"
13660
}
13661
13662
.fa-wikipedia-w:before {
13663
content: "\f266"
13664
}
13665
13666
.fa-safari:before {
13667
content: "\f267"
13668
}
13669
13670
.fa-chrome:before {
13671
content: "\f268"
13672
}
13673
13674
.fa-firefox:before {
13675
content: "\f269"
13676
}
13677
13678
.fa-opera:before {
13679
content: "\f26a"
13680
}
13681
13682
.fa-internet-explorer:before {
13683
content: "\f26b"
13684
}
13685
13686
.fa-tv:before,
13687
.fa-television:before {
13688
content: "\f26c"
13689
}
13690
13691
.fa-contao:before {
13692
content: "\f26d"
13693
}
13694
13695
.fa-500px:before {
13696
content: "\f26e"
13697
}
13698
13699
.fa-amazon:before {
13700
content: "\f270"
13701
}
13702
13703
.fa-calendar-plus-o:before {
13704
content: "\f271"
13705
}
13706
13707
.fa-calendar-minus-o:before {
13708
content: "\f272"
13709
}
13710
13711
.fa-calendar-times-o:before {
13712
content: "\f273"
13713
}
13714
13715
.fa-calendar-check-o:before {
13716
content: "\f274"
13717
}
13718
13719
.fa-industry:before {
13720
content: "\f275"
13721
}
13722
13723
.fa-map-pin:before {
13724
content: "\f276"
13725
}
13726
13727
.fa-map-signs:before {
13728
content: "\f277"
13729
}
13730
13731
.fa-map-o:before {
13732
content: "\f278"
13733
}
13734
13735
.fa-map:before {
13736
content: "\f279"
13737
}
13738
13739
.fa-commenting:before {
13740
content: "\f27a"
13741
}
13742
13743
.fa-commenting-o:before {
13744
content: "\f27b"
13745
}
13746
13747
.fa-houzz:before {
13748
content: "\f27c"
13749
}
13750
13751
.fa-vimeo:before {
13752
content: "\f27d"
13753
}
13754
13755
.fa-black-tie:before {
13756
content: "\f27e"
13757
}
13758
13759
.fa-fonticons:before {
13760
content: "\f280"
13761
}
13762
13763
.fa-reddit-alien:before {
13764
content: "\f281"
13765
}
13766
13767
.fa-edge:before {
13768
content: "\f282"
13769
}
13770
13771
.fa-credit-card-alt:before {
13772
content: "\f283"
13773
}
13774
13775
.fa-codiepie:before {
13776
content: "\f284"
13777
}
13778
13779
.fa-modx:before {
13780
content: "\f285"
13781
}
13782
13783
.fa-fort-awesome:before {
13784
content: "\f286"
13785
}
13786
13787
.fa-usb:before {
13788
content: "\f287"
13789
}
13790
13791
.fa-product-hunt:before {
13792
content: "\f288"
13793
}
13794
13795
.fa-mixcloud:before {
13796
content: "\f289"
13797
}
13798
13799
.fa-scribd:before {
13800
content: "\f28a"
13801
}
13802
13803
.fa-pause-circle:before {
13804
content: "\f28b"
13805
}
13806
13807
.fa-pause-circle-o:before {
13808
content: "\f28c"
13809
}
13810
13811
.fa-stop-circle:before {
13812
content: "\f28d"
13813
}
13814
13815
.fa-stop-circle-o:before {
13816
content: "\f28e"
13817
}
13818
13819
.fa-shopping-bag:before {
13820
content: "\f290"
13821
}
13822
13823
.fa-shopping-basket:before {
13824
content: "\f291"
13825
}
13826
13827
.fa-hashtag:before {
13828
content: "\f292"
13829
}
13830
13831
.fa-bluetooth:before {
13832
content: "\f293"
13833
}
13834
13835
.fa-bluetooth-b:before {
13836
content: "\f294"
13837
}
13838
13839
.fa-percent:before {
13840
content: "\f295"
13841
}
13842
13843
[class*=" icon-"]:before,
13844
[class^=icon-]:before,
13845
[data-icon]:before {
13846
font-family: outlined-iconset !important;
13847
font-style: normal !important;
13848
font-weight: 400 !important;
13849
font-variant: normal !important;
13850
text-transform: none !important;
13851
speak: none;
13852
-webkit-font-smoothing: antialiased;
13853
-moz-osx-font-smoothing: grayscale
13854
}
13855
13856
@font-face {
13857
font-family: outlined-iconset;
13858
src: url(fonts/outlined-iconset.eot);
13859
src: url(fonts/outlined-iconsetd41d.eot?#iefix) format("embedded-opentype"), url(fonts/outlined-iconset.woff) format("woff"), url(fonts/outlined-iconset.ttf) format("truetype"), url(fonts/outlined-iconset.svg#outlined-iconset) format("svg");
13860
font-weight: 400;
13861
font-style: normal
13862
}
13863
13864
[data-icon]:before {
13865
content: attr(data-icon);
13866
line-height: 1
13867
}
13868
13869
[class*=" icon-"]:before,
13870
[class^=icon-]:before {
13871
line-height: 1.7
13872
}
13873
13874
.icon-boat:before {
13875
content: "\e000"
13876
}
13877
13878
.icon-booknote:before {
13879
content: "\e001"
13880
}
13881
13882
.icon-booknote-add:before {
13883
content: "\e002"
13884
}
13885
13886
.icon-booknote-remove:before {
13887
content: "\e003"
13888
}
13889
13890
.icon-camera-1:before {
13891
content: "\e004"
13892
}
13893
13894
.icon-camera-2:before {
13895
content: "\e005"
13896
}
13897
13898
.icon-cloud-check:before {
13899
content: "\e006"
13900
}
13901
13902
.icon-cloud-delete:before {
13903
content: "\e007"
13904
}
13905
13906
.icon-cloud-download:before {
13907
content: "\e008"
13908
}
13909
13910
.icon-cloud-upload:before {
13911
content: "\e009"
13912
}
13913
13914
.icon-cloudy:before {
13915
content: "\e00a"
13916
}
13917
13918
.icon-cocktail:before {
13919
content: "\e00b"
13920
}
13921
13922
.icon-coffee:before {
13923
content: "\e00c"
13924
}
13925
13926
.icon-compass:before {
13927
content: "\e00d"
13928
}
13929
13930
.icon-compress:before {
13931
content: "\e00e"
13932
}
13933
13934
.icon-cutlery:before {
13935
content: "\e00f"
13936
}
13937
13938
.icon-delete:before {
13939
content: "\e010"
13940
}
13941
13942
.icon-delete-folder:before {
13943
content: "\e011"
13944
}
13945
13946
.icon-dialogue-add:before {
13947
content: "\e012"
13948
}
13949
13950
.icon-dialogue-delete:before {
13951
content: "\e013"
13952
}
13953
13954
.icon-dialogue-happy:before {
13955
content: "\e014"
13956
}
13957
13958
.icon-dialogue-sad:before {
13959
content: "\e015"
13960
}
13961
13962
.icon-dialogue-text:before {
13963
content: "\e016"
13964
}
13965
13966
.icon-dialogue-think:before {
13967
content: "\e017"
13968
}
13969
13970
.icon-diamond:before {
13971
content: "\e018"
13972
}
13973
13974
.icon-dish-fork:before {
13975
content: "\e019"
13976
}
13977
13978
.icon-dish-spoon:before {
13979
content: "\e01a"
13980
}
13981
13982
.icon-download:before {
13983
content: "\e01b"
13984
}
13985
13986
.icon-download-folder:before {
13987
content: "\e01c"
13988
}
13989
13990
.icon-expand:before {
13991
content: "\e01d"
13992
}
13993
13994
.icon-eye:before {
13995
content: "\e01e"
13996
}
13997
13998
.icon-fast-food:before {
13999
content: "\e01f"
14000
}
14001
14002
.icon-flag:before {
14003
content: "\e020"
14004
}
14005
14006
.icon-folder:before {
14007
content: "\e021"
14008
}
14009
14010
.icon-geolocalizator:before {
14011
content: "\e022"
14012
}
14013
14014
.icon-globe:before {
14015
content: "\e023"
14016
}
14017
14018
.icon-graph:before {
14019
content: "\e024"
14020
}
14021
14022
.icon-graph-descending:before {
14023
content: "\e025"
14024
}
14025
14026
.icon-graph-rising:before {
14027
content: "\e026"
14028
}
14029
14030
.icon-hammer:before {
14031
content: "\e027"
14032
}
14033
14034
.icon-happy-drop:before {
14035
content: "\e028"
14036
}
14037
14038
.icon-headphones:before {
14039
content: "\e029"
14040
}
14041
14042
.icon-heart:before {
14043
content: "\e02a"
14044
}
14045
14046
.icon-heart-broken:before {
14047
content: "\e02b"
14048
}
14049
14050
.icon-home:before {
14051
content: "\e02c"
14052
}
14053
14054
.icon-hourglass:before {
14055
content: "\e02d"
14056
}
14057
14058
.icon-image:before {
14059
content: "\e02e"
14060
}
14061
14062
.icon-key:before {
14063
content: "\e02f"
14064
}
14065
14066
.icon-life-buoy:before {
14067
content: "\e030"
14068
}
14069
14070
.icon-list:before {
14071
content: "\e031"
14072
}
14073
14074
.icon-lock-closed:before {
14075
content: "\e032"
14076
}
14077
14078
.icon-lock-open:before {
14079
content: "\e033"
14080
}
14081
14082
.icon-loudspeaker:before {
14083
content: "\e034"
14084
}
14085
14086
.icon-magnifier:before {
14087
content: "\e035"
14088
}
14089
14090
.icon-magnifier-minus:before {
14091
content: "\e036"
14092
}
14093
14094
.icon-magnifier-plus:before {
14095
content: "\e037"
14096
}
14097
14098
.icon-mail:before {
14099
content: "\e038"
14100
}
14101
14102
.icon-mail-open:before {
14103
content: "\e039"
14104
}
14105
14106
.icon-map:before {
14107
content: "\e03a"
14108
}
14109
14110
.icon-medical-case:before {
14111
content: "\e03b"
14112
}
14113
14114
.icon-microphone-1:before {
14115
content: "\e03c"
14116
}
14117
14118
.icon-microphone-2:before {
14119
content: "\e03d"
14120
}
14121
14122
.icon-minus:before {
14123
content: "\e03e"
14124
}
14125
14126
.icon-multiple-image:before {
14127
content: "\e03f"
14128
}
14129
14130
.icon-music-back:before {
14131
content: "\e040"
14132
}
14133
14134
.icon-music-backtoend:before {
14135
content: "\e041"
14136
}
14137
14138
.icon-music-eject:before {
14139
content: "\e042"
14140
}
14141
14142
.icon-music-forward:before {
14143
content: "\e043"
14144
}
14145
14146
.icon-music-forwardtoend:before {
14147
content: "\e044"
14148
}
14149
14150
.icon-music-pause:before {
14151
content: "\e045"
14152
}
14153
14154
.icon-music-play:before {
14155
content: "\e046"
14156
}
14157
14158
.icon-music-random:before {
14159
content: "\e047"
14160
}
14161
14162
.icon-music-repeat:before {
14163
content: "\e048"
14164
}
14165
14166
.icon-music-stop:before {
14167
content: "\e049"
14168
}
14169
14170
.icon-musical-note:before {
14171
content: "\e04a"
14172
}
14173
14174
.icon-musical-note-2:before {
14175
content: "\e04b"
14176
}
14177
14178
.icon-old-video-cam:before {
14179
content: "\e04c"
14180
}
14181
14182
.icon-paper-pen:before {
14183
content: "\e04d"
14184
}
14185
14186
.icon-paper-pencil:before {
14187
content: "\e04e"
14188
}
14189
14190
.icon-paper-sheet:before {
14191
content: "\e04f"
14192
}
14193
14194
.icon-pen-pencil-ruler:before {
14195
content: "\e050"
14196
}
14197
14198
.icon-pencil:before {
14199
content: "\e051"
14200
}
14201
14202
.icon-pencil-ruler:before {
14203
content: "\e052"
14204
}
14205
14206
.icon-plus:before {
14207
content: "\e053"
14208
}
14209
14210
.icon-portable-pc:before {
14211
content: "\e054"
14212
}
14213
14214
.icon-pricetag:before {
14215
content: "\e055"
14216
}
14217
14218
.icon-printer:before {
14219
content: "\e056"
14220
}
14221
14222
.icon-profile:before {
14223
content: "\e057"
14224
}
14225
14226
.icon-profile-add:before {
14227
content: "\e058"
14228
}
14229
14230
.icon-profile-remove:before {
14231
content: "\e059"
14232
}
14233
14234
.icon-rainy:before {
14235
content: "\e05a"
14236
}
14237
14238
.icon-rotate:before {
14239
content: "\e05b"
14240
}
14241
14242
.icon-setting-1:before {
14243
content: "\e05c"
14244
}
14245
14246
.icon-setting-2:before {
14247
content: "\e05d"
14248
}
14249
14250
.icon-share:before {
14251
content: "\e05e"
14252
}
14253
14254
.icon-shield-down:before {
14255
content: "\e05f"
14256
}
14257
14258
.icon-shield-left:before {
14259
content: "\e060"
14260
}
14261
14262
.icon-shield-right:before {
14263
content: "\e061"
14264
}
14265
14266
.icon-shield-up:before {
14267
content: "\e062"
14268
}
14269
14270
.icon-shopping-cart:before {
14271
content: "\e063"
14272
}
14273
14274
.icon-shopping-cart-content:before {
14275
content: "\e064"
14276
}
14277
14278
.icon-sinth:before {
14279
content: "\e065"
14280
}
14281
14282
.icon-smartphone:before {
14283
content: "\e066"
14284
}
14285
14286
.icon-spread:before {
14287
content: "\e067"
14288
}
14289
14290
.icon-squares:before {
14291
content: "\e068"
14292
}
14293
14294
.icon-stormy:before {
14295
content: "\e069"
14296
}
14297
14298
.icon-sunny:before {
14299
content: "\e06a"
14300
}
14301
14302
.icon-tablet:before {
14303
content: "\e06b"
14304
}
14305
14306
.icon-three-stripes-horiz:before {
14307
content: "\e06c"
14308
}
14309
14310
.icon-three-stripes-vert:before {
14311
content: "\e06d"
14312
}
14313
14314
.icon-ticket:before {
14315
content: "\e06e"
14316
}
14317
14318
.icon-todolist:before {
14319
content: "\e06f"
14320
}
14321
14322
.icon-todolist-add:before {
14323
content: "\e070"
14324
}
14325
14326
.icon-todolist-check:before {
14327
content: "\e071"
14328
}
14329
14330
.icon-trash-bin:before {
14331
content: "\e072"
14332
}
14333
14334
.icon-tshirt:before {
14335
content: "\e073"
14336
}
14337
14338
.icon-tv-monitor:before {
14339
content: "\e074"
14340
}
14341
14342
.icon-umbrella:before {
14343
content: "\e075"
14344
}
14345
14346
.icon-upload:before {
14347
content: "\e076"
14348
}
14349
14350
.icon-upload-folder:before {
14351
content: "\e077"
14352
}
14353
14354
.icon-variable:before {
14355
content: "\e078"
14356
}
14357
14358
.icon-video-cam:before {
14359
content: "\e079"
14360
}
14361
14362
.icon-volume-higher:before {
14363
content: "\e07a"
14364
}
14365
14366
.icon-volume-lower:before {
14367
content: "\e07b"
14368
}
14369
14370
.icon-volume-off:before {
14371
content: "\e07c"
14372
}
14373
14374
.icon-watch:before {
14375
content: "\e07d"
14376
}
14377
14378
.icon-waterfall:before {
14379
content: "\e07e"
14380
}
14381
14382
.icon-website-1:before {
14383
content: "\e07f"
14384
}
14385
14386
.icon-website-2:before {
14387
content: "\e080"
14388
}
14389
14390
.icon-wine:before {
14391
content: "\e081"
14392
}
14393
14394
.icon-calendar:before {
14395
content: "\e082"
14396
}
14397
14398
.icon-alarm-clock:before {
14399
content: "\e083"
14400
}
14401
14402
.icon-add-folder:before {
14403
content: "\e084"
14404
}
14405
14406
.icon-accelerator:before {
14407
content: "\e085"
14408
}
14409
14410
.icon-agenda:before {
14411
content: "\e086"
14412
}
14413
14414
.icon-arrow-left:before {
14415
content: "\e087"
14416
}
14417
14418
.icon-arrow-down:before {
14419
content: "\e088"
14420
}
14421
14422
.icon-battery-1:before {
14423
content: "\e089"
14424
}
14425
14426
.icon-case:before {
14427
content: "\e08a"
14428
}
14429
14430
.icon-arrow-up:before {
14431
content: "\e08b"
14432
}
14433
14434
.icon-arrow-right:before {
14435
content: "\e08c"
14436
}
14437
14438
.icon-case-2:before {
14439
content: "\e08d"
14440
}
14441
14442
.icon-cd:before {
14443
content: "\e08e"
14444
}
14445
14446
.icon-battery-2:before {
14447
content: "\e08f"
14448
}
14449
14450
.icon-battery-3:before {
14451
content: "\e090"
14452
}
14453
14454
.icon-check:before {
14455
content: "\e091"
14456
}
14457
14458
.icon-battery-4:before {
14459
content: "\e092"
14460
}
14461
14462
.icon-chronometer:before {
14463
content: "\e093"
14464
}
14465
14466
.icon-clock:before {
14467
content: "\e094"
14468
}
14469
14470
.icon-blackboard-graph:before {
14471
content: "\e095"
14472
}
14473
14474
.appear-animation {
14475
opacity: 0
14476
}
14477
14478
.appear-animation-visible {
14479
opacity: 1
14480
}
14481
14482
.animated,
14483
.appear-animation {
14484
-webkit-animation-fill-mode: both;
14485
-moz-animation-fill-mode: both;
14486
-ms-animation-fill-mode: both;
14487
-o-animation-fill-mode: both;
14488
animation-fill-mode: both;
14489
-webkit-animation-duration: 1s;
14490
-moz-animation-duration: 1s;
14491
-ms-animation-duration: 1s;
14492
-o-animation-duration: 1s;
14493
animation-duration: 1s
14494
}
14495
14496
@-moz-keyframes flash {
14497
0%,
14498
100%,
14499
50% {
14500
opacity: 1
14501
}
14502
25%,
14503
75% {
14504
opacity: 0
14505
}
14506
}
14507
14508
@-o-keyframes flash {
14509
0%,
14510
100%,
14511
50% {
14512
opacity: 1
14513
}
14514
25%,
14515
75% {
14516
opacity: 0
14517
}
14518
}
14519
14520
@keyframes flash {
14521
0%,
14522
100%,
14523
50% {
14524
opacity: 1
14525
}
14526
25%,
14527
75% {
14528
opacity: 0
14529
}
14530
}
14531
14532
.flash {
14533
-webkit-animation-name: flash;
14534
-moz-animation-name: flash;
14535
-o-animation-name: flash;
14536
animation-name: flash
14537
}
14538
14539
@-webkit-keyframes shake {
14540
0%,
14541
100% {
14542
-webkit-transform: translateX(0);
14543
opacity: 1
14544
}
14545
10%,
14546
30%,
14547
50%,
14548
70%,
14549
90% {
14550
-webkit-transform: translateX(-10px)
14551
}
14552
20%,
14553
40%,
14554
60%,
14555
80% {
14556
-webkit-transform: translateX(10px)
14557
}
14558
}
14559
14560
@-moz-keyframes shake {
14561
0%,
14562
100% {
14563
-moz-transform: translateX(0);
14564
opacity: 1
14565
}
14566
10%,
14567
30%,
14568
50%,
14569
70%,
14570
90% {
14571
-moz-transform: translateX(-10px)
14572
}
14573
20%,
14574
40%,
14575
60%,
14576
80% {
14577
-moz-transform: translateX(10px)
14578
}
14579
}
14580
14581
@-o-keyframes shake {
14582
0%,
14583
100% {
14584
-o-transform: translateX(0);
14585
opacity: 1
14586
}
14587
10%,
14588
30%,
14589
50%,
14590
70%,
14591
90% {
14592
-o-transform: translateX(-10px)
14593
}
14594
20%,
14595
40%,
14596
60%,
14597
80% {
14598
-o-transform: translateX(10px)
14599
}
14600
}
14601
14602
@keyframes shake {
14603
0%,
14604
100% {
14605
transform: translateX(0);
14606
opacity: 1
14607
}
14608
10%,
14609
30%,
14610
50%,
14611
70%,
14612
90% {
14613
transform: translateX(-10px)
14614
}
14615
20%,
14616
40%,
14617
60%,
14618
80% {
14619
transform: translateX(10px)
14620
}
14621
}
14622
14623
.shake {
14624
-webkit-animation-name: shake;
14625
-moz-animation-name: shake;
14626
-o-animation-name: shake;
14627
animation-name: shake
14628
}
14629
14630
@-webkit-keyframes bounce {
14631
0%,
14632
100%,
14633
20%,
14634
50%,
14635
80% {
14636
-webkit-transform: translateY(0);
14637
opacity: 1
14638
}
14639
40% {
14640
-webkit-transform: translateY(-30px)
14641
}
14642
60% {
14643
-webkit-transform: translateY(-15px)
14644
}
14645
}
14646
14647
@-moz-keyframes bounce {
14648
0%,
14649
100%,
14650
20%,
14651
50%,
14652
80% {
14653
-moz-transform: translateY(0);
14654
opacity: 1
14655
}
14656
40% {
14657
-moz-transform: translateY(-30px)
14658
}
14659
60% {
14660
-moz-transform: translateY(-15px)
14661
}
14662
}
14663
14664
@-o-keyframes bounce {
14665
0%,
14666
100%,
14667
20%,
14668
50%,
14669
80% {
14670
-o-transform: translateY(0);
14671
opacity: 1
14672
}
14673
40% {
14674
-o-transform: translateY(-30px)
14675
}
14676
60% {
14677
-o-transform: translateY(-15px)
14678
}
14679
}
14680
14681
@keyframes bounce {
14682
0%,
14683
100%,
14684
20%,
14685
50%,
14686
80% {
14687
transform: translateY(0);
14688
opacity: 1
14689
}
14690
40% {
14691
transform: translateY(-30px)
14692
}
14693
60% {
14694
transform: translateY(-15px)
14695
}
14696
}
14697
14698
.bounce {
14699
-webkit-animation-name: bounce;
14700
-moz-animation-name: bounce;
14701
-o-animation-name: bounce;
14702
animation-name: bounce
14703
}
14704
14705
@-webkit-keyframes tada {
14706
0% {
14707
-webkit-transform: scale(1)
14708
}
14709
10%,
14710
20% {
14711
-webkit-transform: scale(.9) rotate(-3deg)
14712
}
14713
30%,
14714
50%,
14715
70%,
14716
90% {
14717
-webkit-transform: scale(1.1) rotate(3deg)
14718
}
14719
40%,
14720
60%,
14721
80% {
14722
-webkit-transform: scale(1.1) rotate(-3deg)
14723
}
14724
100% {
14725
-webkit-transform: scale(1) rotate(0);
14726
opacity: 1
14727
}
14728
}
14729
14730
@-moz-keyframes tada {
14731
0% {
14732
-moz-transform: scale(1)
14733
}
14734
10%,
14735
20% {
14736
-moz-transform: scale(.9) rotate(-3deg)
14737
}
14738
30%,
14739
50%,
14740
70%,
14741
90% {
14742
-moz-transform: scale(1.1) rotate(3deg)
14743
}
14744
40%,
14745
60%,
14746
80% {
14747
-moz-transform: scale(1.1) rotate(-3deg)
14748
}
14749
100% {
14750
-moz-transform: scale(1) rotate(0);
14751
opacity: 1
14752
}
14753
}
14754
14755
@-o-keyframes tada {
14756
0% {
14757
-o-transform: scale(1)
14758
}
14759
10%,
14760
20% {
14761
-o-transform: scale(.9) rotate(-3deg)
14762
}
14763
30%,
14764
50%,
14765
70%,
14766
90% {
14767
-o-transform: scale(1.1) rotate(3deg)
14768
}
14769
40%,
14770
60%,
14771
80% {
14772
-o-transform: scale(1.1) rotate(-3deg)
14773
}
14774
100% {
14775
-o-transform: scale(1) rotate(0);
14776
opacity: 1
14777
}
14778
}
14779
14780
@keyframes tada {
14781
0% {
14782
transform: scale(1)
14783
}
14784
10%,
14785
20% {
14786
transform: scale(.9) rotate(-3deg)
14787
}
14788
30%,
14789
50%,
14790
70%,
14791
90% {
14792
transform: scale(1.1) rotate(3deg)
14793
}
14794
40%,
14795
60%,
14796
80% {
14797
transform: scale(1.1) rotate(-3deg)
14798
}
14799
100% {
14800
transform: scale(1) rotate(0);
14801
opacity: 1
14802
}
14803
}
14804
14805
.tada {
14806
-webkit-animation-name: tada;
14807
-moz-animation-name: tada;
14808
-o-animation-name: tada;
14809
animation-name: tada
14810
}
14811
14812
@-webkit-keyframes swing {
14813
100%,
14814
20%,
14815
40%,
14816
60%,
14817
80% {
14818
-webkit-transform-origin: top center
14819
}
14820
20% {
14821
-webkit-transform: rotate(15deg)
14822
}
14823
40% {
14824
-webkit-transform: rotate(-10deg)
14825
}
14826
60% {
14827
-webkit-transform: rotate(5deg)
14828
}
14829
80% {
14830
-webkit-transform: rotate(-5deg)
14831
}
14832
100% {
14833
-webkit-transform: rotate(0);
14834
opacity: 1
14835
}
14836
}
14837
14838
@-moz-keyframes swing {
14839
20% {
14840
-moz-transform: rotate(15deg)
14841
}
14842
40% {
14843
-moz-transform: rotate(-10deg)
14844
}
14845
60% {
14846
-moz-transform: rotate(5deg)
14847
}
14848
80% {
14849
-moz-transform: rotate(-5deg)
14850
}
14851
100% {
14852
-moz-transform: rotate(0);
14853
opacity: 1
14854
}
14855
}
14856
14857
@-o-keyframes swing {
14858
20% {
14859
-o-transform: rotate(15deg)
14860
}
14861
40% {
14862
-o-transform: rotate(-10deg)
14863
}
14864
60% {
14865
-o-transform: rotate(5deg)
14866
}
14867
80% {
14868
-o-transform: rotate(-5deg)
14869
}
14870
100% {
14871
-o-transform: rotate(0);
14872
opacity: 1
14873
}
14874
}
14875
14876
@keyframes swing {
14877
20% {
14878
transform: rotate(15deg)
14879
}
14880
40% {
14881
transform: rotate(-10deg)
14882
}
14883
60% {
14884
transform: rotate(5deg)
14885
}
14886
80% {
14887
transform: rotate(-5deg)
14888
}
14889
100% {
14890
transform: rotate(0);
14891
opacity: 1
14892
}
14893
}
14894
14895
.swing {
14896
-webkit-transform-origin: top center;
14897
-moz-transform-origin: top center;
14898
-o-transform-origin: top center;
14899
transform-origin: top center;
14900
-webkit-animation-name: swing;
14901
-moz-animation-name: swing;
14902
-o-animation-name: swing;
14903
animation-name: swing
14904
}
14905
14906
@-webkit-keyframes wobble {
14907
0% {
14908
-webkit-transform: translateX(0)
14909
}
14910
15% {
14911
-webkit-transform: translateX(-25%) rotate(-5deg)
14912
}
14913
30% {
14914
-webkit-transform: translateX(20%) rotate(3deg)
14915
}
14916
45% {
14917
-webkit-transform: translateX(-15%) rotate(-3deg)
14918
}
14919
60% {
14920
-webkit-transform: translateX(10%) rotate(2deg)
14921
}
14922
75% {
14923
-webkit-transform: translateX(-5%) rotate(-1deg)
14924
}
14925
100% {
14926
-webkit-transform: translateX(0);
14927
opacity: 1
14928
}
14929
}
14930
14931
@-moz-keyframes wobble {
14932
0% {
14933
-moz-transform: translateX(0)
14934
}
14935
15% {
14936
-moz-transform: translateX(-25%) rotate(-5deg)
14937
}
14938
30% {
14939
-moz-transform: translateX(20%) rotate(3deg)
14940
}
14941
45% {
14942
-moz-transform: translateX(-15%) rotate(-3deg)
14943
}
14944
60% {
14945
-moz-transform: translateX(10%) rotate(2deg)
14946
}
14947
75% {
14948
-moz-transform: translateX(-5%) rotate(-1deg)
14949
}
14950
100% {
14951
-moz-transform: translateX(0);
14952
opacity: 1
14953
}
14954
}
14955
14956
@-o-keyframes wobble {
14957
0% {
14958
-o-transform: translateX(0)
14959
}
14960
15% {
14961
-o-transform: translateX(-25%) rotate(-5deg)
14962
}
14963
30% {
14964
-o-transform: translateX(20%) rotate(3deg)
14965
}
14966
45% {
14967
-o-transform: translateX(-15%) rotate(-3deg)
14968
}
14969
60% {
14970
-o-transform: translateX(10%) rotate(2deg)
14971
}
14972
75% {
14973
-o-transform: translateX(-5%) rotate(-1deg)
14974
}
14975
100% {
14976
-o-transform: translateX(0);
14977
opacity: 1
14978
}
14979
}
14980
14981
@keyframes wobble {
14982
0% {
14983
transform: translateX(0)
14984
}
14985
15% {
14986
transform: translateX(-25%) rotate(-5deg)
14987
}
14988
30% {
14989
transform: translateX(20%) rotate(3deg)
14990
}
14991
45% {
14992
transform: translateX(-15%) rotate(-3deg)
14993
}
14994
60% {
14995
transform: translateX(10%) rotate(2deg)
14996
}
14997
75% {
14998
transform: translateX(-5%) rotate(-1deg)
14999
}
15000
100% {
15001
transform: translateX(0);
15002
opacity: 1
15003
}
15004
}
15005
15006
.wobble {
15007
-webkit-animation-name: wobble;
15008
-moz-animation-name: wobble;
15009
-o-animation-name: wobble;
15010
animation-name: wobble
15011
}
15012
15013
@-webkit-keyframes wiggle {
15014
0% {
15015
-webkit-transform: skewX(9deg)
15016
}
15017
10% {
15018
-webkit-transform: skewX(-8deg)
15019
}
15020
20% {
15021
-webkit-transform: skewX(7deg)
15022
}
15023
30% {
15024
-webkit-transform: skewX(-6deg)
15025
}
15026
40% {
15027
-webkit-transform: skewX(5deg)
15028
}
15029
50% {
15030
-webkit-transform: skewX(-4deg)
15031
}
15032
60% {
15033
-webkit-transform: skewX(3deg)
15034
}
15035
70% {
15036
-webkit-transform: skewX(-2deg)
15037
}
15038
80% {
15039
-webkit-transform: skewX(1deg)
15040
}
15041
90% {
15042
-webkit-transform: skewX(0)
15043
}
15044
100% {
15045
-webkit-transform: skewX(0);
15046
opacity: 1
15047
}
15048
}
15049
15050
@-moz-keyframes wiggle {
15051
0% {
15052
-moz-transform: skewX(9deg)
15053
}
15054
10% {
15055
-moz-transform: skewX(-8deg)
15056
}
15057
20% {
15058
-moz-transform: skewX(7deg)
15059
}
15060
30% {
15061
-moz-transform: skewX(-6deg)
15062
}
15063
40% {
15064
-moz-transform: skewX(5deg)
15065
}
15066
50% {
15067
-moz-transform: skewX(-4deg)
15068
}
15069
60% {
15070
-moz-transform: skewX(3deg)
15071
}
15072
70% {
15073
-moz-transform: skewX(-2deg)
15074
}
15075
80% {
15076
-moz-transform: skewX(1deg)
15077
}
15078
90% {
15079
-moz-transform: skewX(0)
15080
}
15081
100% {
15082
-moz-transform: skewX(0);
15083
opacity: 1
15084
}
15085
}
15086
15087
@-o-keyframes wiggle {
15088
0% {
15089
-o-transform: skewX(9deg)
15090
}
15091
10% {
15092
-o-transform: skewX(-8deg)
15093
}
15094
20% {
15095
-o-transform: skewX(7deg)
15096
}
15097
30% {
15098
-o-transform: skewX(-6deg)
15099
}
15100
40% {
15101
-o-transform: skewX(5deg)
15102
}
15103
50% {
15104
-o-transform: skewX(-4deg)
15105
}
15106
60% {
15107
-o-transform: skewX(3deg)
15108
}
15109
70% {
15110
-o-transform: skewX(-2deg)
15111
}
15112
80% {
15113
-o-transform: skewX(1deg)
15114
}
15115
90% {
15116
-o-transform: skewX(0)
15117
}
15118
100% {
15119
-o-transform: skewX(0);
15120
opacity: 1
15121
}
15122
}
15123
15124
@keyframes wiggle {
15125
0% {
15126
transform: skewX(9deg)
15127
}
15128
10% {
15129
transform: skewX(-8deg)
15130
}
15131
20% {
15132
transform: skewX(7deg)
15133
}
15134
30% {
15135
transform: skewX(-6deg)
15136
}
15137
40% {
15138
transform: skewX(5deg)
15139
}
15140
50% {
15141
transform: skewX(-4deg)
15142
}
15143
60% {
15144
transform: skewX(3deg)
15145
}
15146
70% {
15147
transform: skewX(-2deg)
15148
}
15149
80% {
15150
transform: skewX(1deg)
15151
}
15152
90% {
15153
transform: skewX(0)
15154
}
15155
100% {
15156
transform: skewX(0);
15157
opacity: 1
15158
}
15159
}
15160
15161
.wiggle {
15162
-webkit-animation-name: wiggle;
15163
-moz-animation-name: wiggle;
15164
-o-animation-name: wiggle;
15165
animation-name: wiggle;
15166
-webkit-animation-timing-function: ease-in;
15167
-moz-animation-timing-function: ease-in;
15168
-o-animation-timing-function: ease-in;
15169
animation-timing-function: ease-in
15170
}
15171
15172
@-webkit-keyframes pulse {
15173
0% {
15174
-webkit-transform: scale(1)
15175
}
15176
50% {
15177
-webkit-transform: scale(1.1)
15178
}
15179
100% {
15180
-webkit-transform: scale(1);
15181
opacity: 1
15182
}
15183
}
15184
15185
@-moz-keyframes pulse {
15186
0% {
15187
-moz-transform: scale(1)
15188
}
15189
50% {
15190
-moz-transform: scale(1.1)
15191
}
15192
100% {
15193
-moz-transform: scale(1);
15194
opacity: 1
15195
}
15196
}
15197
15198
@-o-keyframes pulse {
15199
0% {
15200
-o-transform: scale(1)
15201
}
15202
50% {
15203
-o-transform: scale(1.1)
15204
}
15205
100% {
15206
-o-transform: scale(1);
15207
opacity: 1
15208
}
15209
}
15210
15211
@keyframes pulse {
15212
0% {
15213
transform: scale(1)
15214
}
15215
50% {
15216
transform: scale(1.1)
15217
}
15218
100% {
15219
transform: scale(1);
15220
opacity: 1
15221
}
15222
}
15223
15224
.pulse {
15225
-webkit-animation-name: pulse;
15226
-moz-animation-name: pulse;
15227
-o-animation-name: pulse;
15228
animation-name: pulse
15229
}
15230
15231
@-webkit-keyframes fadeIn {
15232
0% {
15233
opacity: 0
15234
}
15235
100% {
15236
opacity: 1
15237
}
15238
}
15239
15240
@-moz-keyframes fadeIn {
15241
0% {
15242
opacity: 0
15243
}
15244
100% {
15245
opacity: 1
15246
}
15247
}
15248
15249
@-o-keyframes fadeIn {
15250
0% {
15251
opacity: 0
15252
}
15253
100% {
15254
opacity: 1
15255
}
15256
}
15257
15258
@keyframes fadeIn {
15259
0% {
15260
opacity: 0
15261
}
15262
100% {
15263
opacity: 1
15264
}
15265
}
15266
15267
.fadeIn {
15268
-webkit-animation-name: fadeIn;
15269
-moz-animation-name: fadeIn;
15270
-o-animation-name: fadeIn;
15271
animation-name: fadeIn
15272
}
15273
15274
@-webkit-keyframes fadeInUp {
15275
0% {
15276
opacity: 0;
15277
-webkit-transform: translateY(20px)
15278
}
15279
100% {
15280
opacity: 1;
15281
-webkit-transform: translateY(0)
15282
}
15283
}
15284
15285
@-moz-keyframes fadeInUp {
15286
0% {
15287
opacity: 0;
15288
-moz-transform: translateY(20px)
15289
}
15290
100% {
15291
opacity: 1;
15292
-moz-transform: translateY(0)
15293
}
15294
}
15295
15296
@-o-keyframes fadeInUp {
15297
0% {
15298
opacity: 0;
15299
-o-transform: translateY(20px)
15300
}
15301
100% {
15302
opacity: 1;
15303
-o-transform: translateY(0)
15304
}
15305
}
15306
15307
@keyframes fadeInUp {
15308
0% {
15309
opacity: 0;
15310
transform: translateY(20px)
15311
}
15312
100% {
15313
opacity: 1;
15314
transform: translateY(0)
15315
}
15316
}
15317
15318
.fadeInUp {
15319
-webkit-animation-name: fadeInUp;
15320
-moz-animation-name: fadeInUp;
15321
-o-animation-name: fadeInUp;
15322
animation-name: fadeInUp
15323
}
15324
15325
@-webkit-keyframes fadeInDown {
15326
0% {
15327
opacity: 0;
15328
-webkit-transform: translateY(-20px)
15329
}
15330
100% {
15331
opacity: 1;
15332
-webkit-transform: translateY(0)
15333
}
15334
}
15335
15336
@-moz-keyframes fadeInDown {
15337
0% {
15338
opacity: 0;
15339
-moz-transform: translateY(-20px)
15340
}
15341
100% {
15342
opacity: 1;
15343
-moz-transform: translateY(0)
15344
}
15345
}
15346
15347
@-o-keyframes fadeInDown {
15348
0% {
15349
opacity: 0;
15350
-o-transform: translateY(-20px)
15351
}
15352
100% {
15353
opacity: 1;
15354
-o-transform: translateY(0)
15355
}
15356
}
15357
15358
@keyframes fadeInDown {
15359
0% {
15360
opacity: 0;
15361
transform: translateY(-20px)
15362
}
15363
100% {
15364
opacity: 1;
15365
transform: translateY(0)
15366
}
15367
}
15368
15369
.fadeInDown {
15370
-webkit-animation-name: fadeInDown;
15371
-moz-animation-name: fadeInDown;
15372
-o-animation-name: fadeInDown;
15373
animation-name: fadeInDown
15374
}
15375
15376
@-webkit-keyframes fadeInLeft {
15377
0% {
15378
opacity: 0;
15379
-webkit-transform: translateX(-20px)
15380
}
15381
100% {
15382
opacity: 1;
15383
-webkit-transform: translateX(0)
15384
}
15385
}
15386
15387
@-moz-keyframes fadeInLeft {
15388
0% {
15389
opacity: 0;
15390
-moz-transform: translateX(-20px)
15391
}
15392
100% {
15393
opacity: 1;
15394
-moz-transform: translateX(0)
15395
}
15396
}
15397
15398
@-o-keyframes fadeInLeft {
15399
0% {
15400
opacity: 0;
15401
-o-transform: translateX(-20px)
15402
}
15403
100% {
15404
opacity: 1;
15405
-o-transform: translateX(0)
15406
}
15407
}
15408
15409
@keyframes fadeInLeft {
15410
0% {
15411
opacity: 0;
15412
transform: translateX(-20px)
15413
}
15414
100% {
15415
opacity: 1;
15416
transform: translateX(0)
15417
}
15418
}
15419
15420
.fadeInLeft {
15421
-webkit-animation-name: fadeInLeft;
15422
-moz-animation-name: fadeInLeft;
15423
-o-animation-name: fadeInLeft;
15424
animation-name: fadeInLeft
15425
}
15426
15427
@-webkit-keyframes fadeInRight {
15428
0% {
15429
opacity: 0;
15430
-webkit-transform: translateX(20px)
15431
}
15432
100% {
15433
opacity: 1;
15434
-webkit-transform: translateX(0)
15435
}
15436
}
15437
15438
@-moz-keyframes fadeInRight {
15439
0% {
15440
opacity: 0;
15441
-moz-transform: translateX(20px)
15442
}
15443
100% {
15444
opacity: 1;
15445
-moz-transform: translateX(0)
15446
}
15447
}
15448
15449
@-o-keyframes fadeInRight {
15450
0% {
15451
opacity: 0;
15452
-o-transform: translateX(20px)
15453
}
15454
100% {
15455
opacity: 1;
15456
-o-transform: translateX(0)
15457
}
15458
}
15459
15460
@keyframes fadeInRight {
15461
0% {
15462
opacity: 0;
15463
transform: translateX(20px)
15464
}
15465
100% {
15466
opacity: 1;
15467
transform: translateX(0)
15468
}
15469
}
15470
15471
.fadeInRight {
15472
-webkit-animation-name: fadeInRight;
15473
-moz-animation-name: fadeInRight;
15474
-o-animation-name: fadeInRight;
15475
animation-name: fadeInRight
15476
}
15477
15478
@-webkit-keyframes fadeInUpBig {
15479
0% {
15480
opacity: 0;
15481
-webkit-transform: translateY(2000px)
15482
}
15483
100% {
15484
opacity: 1;
15485
-webkit-transform: translateY(0)
15486
}
15487
}
15488
15489
@-moz-keyframes fadeInUpBig {
15490
0% {
15491
opacity: 0;
15492
-moz-transform: translateY(2000px)
15493
}
15494
100% {
15495
opacity: 1;
15496
-moz-transform: translateY(0)
15497
}
15498
}
15499
15500
@-o-keyframes fadeInUpBig {
15501
0% {
15502
opacity: 0;
15503
-o-transform: translateY(2000px)
15504
}
15505
100% {
15506
opacity: 1;
15507
-o-transform: translateY(0)
15508
}
15509
}
15510
15511
@keyframes fadeInUpBig {
15512
0% {
15513
opacity: 0;
15514
transform: translateY(2000px)
15515
}
15516
100% {
15517
opacity: 1;
15518
transform: translateY(0)
15519
}
15520
}
15521
15522
.fadeInUpBig {
15523
-webkit-animation-name: fadeInUpBig;
15524
-moz-animation-name: fadeInUpBig;
15525
-o-animation-name: fadeInUpBig;
15526
animation-name: fadeInUpBig
15527
}
15528
15529
@-webkit-keyframes fadeInDownBig {
15530
0% {
15531
opacity: 0;
15532
-webkit-transform: translateY(-2000px)
15533
}
15534
100% {
15535
opacity: 1;
15536
-webkit-transform: translateY(0)
15537
}
15538
}
15539
15540
@-moz-keyframes fadeInDownBig {
15541
0% {
15542
opacity: 0;
15543
-moz-transform: translateY(-2000px)
15544
}
15545
100% {
15546
opacity: 1;
15547
-moz-transform: translateY(0)
15548
}
15549
}
15550
15551
@-o-keyframes fadeInDownBig {
15552
0% {
15553
opacity: 0;
15554
-o-transform: translateY(-2000px)
15555
}
15556
100% {
15557
opacity: 1;
15558
-o-transform: translateY(0)
15559
}
15560
}
15561
15562
@keyframes fadeInDownBig {
15563
0% {
15564
opacity: 0;
15565
transform: translateY(-2000px)
15566
}
15567
100% {
15568
opacity: 1;
15569
transform: translateY(0)
15570
}
15571
}
15572
15573
.fadeInDownBig {
15574
-webkit-animation-name: fadeInDownBig;
15575
-moz-animation-name: fadeInDownBig;
15576
-o-animation-name: fadeInDownBig;
15577
animation-name: fadeInDownBig
15578
}
15579
15580
@-webkit-keyframes fadeInLeftBig {
15581
0% {
15582
opacity: 0;
15583
-webkit-transform: translateX(-2000px)
15584
}
15585
100% {
15586
opacity: 1;
15587
-webkit-transform: translateX(0)
15588
}
15589
}
15590
15591
@-moz-keyframes fadeInLeftBig {
15592
0% {
15593
opacity: 0;
15594
-moz-transform: translateX(-2000px)
15595
}
15596
100% {
15597
opacity: 1;
15598
-moz-transform: translateX(0)
15599
}
15600
}
15601
15602
@-o-keyframes fadeInLeftBig {
15603
0% {
15604
opacity: 0;
15605
-o-transform: translateX(-2000px)
15606
}
15607
100% {
15608
opacity: 1;
15609
-o-transform: translateX(0)
15610
}
15611
}
15612
15613
@keyframes fadeInLeftBig {
15614
0% {
15615
opacity: 0;
15616
transform: translateX(-2000px)
15617
}
15618
100% {
15619
opacity: 1;
15620
transform: translateX(0)
15621
}
15622
}
15623
15624
.fadeInLeftBig {
15625
-webkit-animation-name: fadeInLeftBig;
15626
-moz-animation-name: fadeInLeftBig;
15627
-o-animation-name: fadeInLeftBig;
15628
animation-name: fadeInLeftBig
15629
}
15630
15631
@-webkit-keyframes fadeInRightBig {
15632
0% {
15633
opacity: 0;
15634
-webkit-transform: translateX(2000px)
15635
}
15636
100% {
15637
opacity: 1;
15638
-webkit-transform: translateX(0)
15639
}
15640
}
15641
15642
@-moz-keyframes fadeInRightBig {
15643
0% {
15644
opacity: 0;
15645
-moz-transform: translateX(2000px)
15646
}
15647
100% {
15648
opacity: 1;
15649
-moz-transform: translateX(0)
15650
}
15651
}
15652
15653
@-o-keyframes fadeInRightBig {
15654
0% {
15655
opacity: 0;
15656
-o-transform: translateX(2000px)
15657
}
15658
100% {
15659
opacity: 1;
15660
-o-transform: translateX(0)
15661
}
15662
}
15663
15664
@keyframes fadeInRightBig {
15665
0% {
15666
opacity: 0;
15667
transform: translateX(2000px)
15668
}
15669
100% {
15670
opacity: 1;
15671
transform: translateX(0)
15672
}
15673
}
15674
15675
.fadeInRightBig {
15676
-webkit-animation-name: fadeInRightBig;
15677
-moz-animation-name: fadeInRightBig;
15678
-o-animation-name: fadeInRightBig;
15679
animation-name: fadeInRightBig
15680
}
15681
15682
@-webkit-keyframes bounceIn {
15683
0% {
15684
opacity: 0;
15685
-webkit-transform: scale(.3)
15686
}
15687
50% {
15688
opacity: 1;
15689
-webkit-transform: scale(1.05)
15690
}
15691
70% {
15692
-webkit-transform: scale(.9)
15693
}
15694
100% {
15695
-webkit-transform: scale(1);
15696
opacity: 1
15697
}
15698
}
15699
15700
@-moz-keyframes bounceIn {
15701
0% {
15702
opacity: 0;
15703
-moz-transform: scale(.3)
15704
}
15705
50% {
15706
opacity: 1;
15707
-moz-transform: scale(1.05)
15708
}
15709
70% {
15710
-moz-transform: scale(.9)
15711
}
15712
100% {
15713
-moz-transform: scale(1);
15714
opacity: 1
15715
}
15716
}
15717
15718
@-o-keyframes bounceIn {
15719
0% {
15720
opacity: 0;
15721
-o-transform: scale(.3)
15722
}
15723
50% {
15724
opacity: 1;
15725
-o-transform: scale(1.05)
15726
}
15727
70% {
15728
-o-transform: scale(.9)
15729
}
15730
100% {
15731
-o-transform: scale(1);
15732
opacity: 1
15733
}
15734
}
15735
15736
@keyframes bounceIn {
15737
0% {
15738
opacity: 0;
15739
transform: scale(.3)
15740
}
15741
50% {
15742
opacity: 1;
15743
transform: scale(1.05)
15744
}
15745
70% {
15746
transform: scale(.9)
15747
}
15748
100% {
15749
transform: scale(1);
15750
opacity: 1
15751
}
15752
}
15753
15754
.bounceIn {
15755
-webkit-animation-name: bounceIn;
15756
-moz-animation-name: bounceIn;
15757
-o-animation-name: bounceIn;
15758
animation-name: bounceIn
15759
}
15760
15761
@-webkit-keyframes bounceInUp {
15762
0% {
15763
opacity: 0;
15764
-webkit-transform: translateY(2000px)
15765
}
15766
60% {
15767
opacity: 1;
15768
-webkit-transform: translateY(-30px)
15769
}
15770
80% {
15771
-webkit-transform: translateY(10px)
15772
}
15773
100% {
15774
-webkit-transform: translateY(0);
15775
opacity: 1
15776
}
15777
}
15778
15779
@-moz-keyframes bounceInUp {
15780
0% {
15781
opacity: 0;
15782
-moz-transform: translateY(2000px)
15783
}
15784
60% {
15785
opacity: 1;
15786
-moz-transform: translateY(-30px)
15787
}
15788
80% {
15789
-moz-transform: translateY(10px)
15790
}
15791
100% {
15792
-moz-transform: translateY(0);
15793
opacity: 1
15794
}
15795
}
15796
15797
@-o-keyframes bounceInUp {
15798
0% {
15799
opacity: 0;
15800
-o-transform: translateY(2000px)
15801
}
15802
60% {
15803
opacity: 1;
15804
-o-transform: translateY(-30px)
15805
}
15806
80% {
15807
-o-transform: translateY(10px)
15808
}
15809
100% {
15810
-o-transform: translateY(0);
15811
opacity: 1
15812
}
15813
}
15814
15815
@keyframes bounceInUp {
15816
0% {
15817
opacity: 0;
15818
transform: translateY(2000px)
15819
}
15820
60% {
15821
opacity: 1;
15822
transform: translateY(-30px)
15823
}
15824
80% {
15825
transform: translateY(10px)
15826
}
15827
100% {
15828
transform: translateY(0);
15829
opacity: 1
15830
}
15831
}
15832
15833
.bounceInUp {
15834
-webkit-animation-name: bounceInUp;
15835
-moz-animation-name: bounceInUp;
15836
-o-animation-name: bounceInUp;
15837
animation-name: bounceInUp
15838
}
15839
15840
@-webkit-keyframes bounceInDown {
15841
0% {
15842
opacity: 0;
15843
-webkit-transform: translateY(-2000px)
15844
}
15845
60% {
15846
opacity: 1;
15847
-webkit-transform: translateY(30px)
15848
}
15849
80% {
15850
-webkit-transform: translateY(-10px)
15851
}
15852
100% {
15853
-webkit-transform: translateY(0);
15854
opacity: 1
15855
}
15856
}
15857
15858
@-moz-keyframes bounceInDown {
15859
0% {
15860
opacity: 0;
15861
-moz-transform: translateY(-2000px)
15862
}
15863
60% {
15864
opacity: 1;
15865
-moz-transform: translateY(30px)
15866
}
15867
80% {
15868
-moz-transform: translateY(-10px)
15869
}
15870
100% {
15871
-moz-transform: translateY(0);
15872
opacity: 1
15873
}
15874
}
15875
15876
@-o-keyframes bounceInDown {
15877
0% {
15878
opacity: 0;
15879
-o-transform: translateY(-2000px)
15880
}
15881
60% {
15882
opacity: 1;
15883
-o-transform: translateY(30px)
15884
}
15885
80% {
15886
-o-transform: translateY(-10px)
15887
}
15888
100% {
15889
-o-transform: translateY(0);
15890
opacity: 1
15891
}
15892
}
15893
15894
@keyframes bounceInDown {
15895
0% {
15896
opacity: 0;
15897
transform: translateY(-2000px)
15898
}
15899
60% {
15900
opacity: 1;
15901
transform: translateY(30px)
15902
}
15903
80% {
15904
transform: translateY(-10px)
15905
}
15906
100% {
15907
transform: translateY(0);
15908
opacity: 1
15909
}
15910
}
15911
15912
.bounceInDown {
15913
-webkit-animation-name: bounceInDown;
15914
-moz-animation-name: bounceInDown;
15915
-o-animation-name: bounceInDown;
15916
animation-name: bounceInDown
15917
}
15918
15919
@-webkit-keyframes bounceInLeft {
15920
0% {
15921
opacity: 0;
15922
-webkit-transform: translateX(-2000px)
15923
}
15924
60% {
15925
opacity: 1;
15926
-webkit-transform: translateX(30px)
15927
}
15928
80% {
15929
-webkit-transform: translateX(-10px)
15930
}
15931
100% {
15932
-webkit-transform: translateX(0);
15933
opacity: 1
15934
}
15935
}
15936
15937
@-moz-keyframes bounceInLeft {
15938
0% {
15939
opacity: 0;
15940
-moz-transform: translateX(-2000px)
15941
}
15942
60% {
15943
opacity: 1;
15944
-moz-transform: translateX(30px)
15945
}
15946
80% {
15947
-moz-transform: translateX(-10px)
15948
}
15949
100% {
15950
-moz-transform: translateX(0);
15951
opacity: 1
15952
}
15953
}
15954
15955
@-o-keyframes bounceInLeft {
15956
0% {
15957
opacity: 0;
15958
-o-transform: translateX(-2000px)
15959
}
15960
60% {
15961
opacity: 1;
15962
-o-transform: translateX(30px)
15963
}
15964
80% {
15965
-o-transform: translateX(-10px)
15966
}
15967
100% {
15968
-o-transform: translateX(0);
15969
opacity: 1
15970
}
15971
}
15972
15973
@keyframes bounceInLeft {
15974
0% {
15975
opacity: 0;
15976
transform: translateX(-2000px)
15977
}
15978
60% {
15979
opacity: 1;
15980
transform: translateX(30px)
15981
}
15982
80% {
15983
transform: translateX(-10px)
15984
}
15985
100% {
15986
transform: translateX(0);
15987
opacity: 1
15988
}
15989
}
15990
15991
.bounceInLeft {
15992
-webkit-animation-name: bounceInLeft;
15993
-moz-animation-name: bounceInLeft;
15994
-o-animation-name: bounceInLeft;
15995
animation-name: bounceInLeft
15996
}
15997
15998
@-webkit-keyframes bounceInRight {
15999
0% {
16000
opacity: 0;
16001
-webkit-transform: translateX(2000px)
16002
}
16003
60% {
16004
opacity: 1;
16005
-webkit-transform: translateX(-30px)
16006
}
16007
80% {
16008
-webkit-transform: translateX(10px)
16009
}
16010
100% {
16011
-webkit-transform: translateX(0);
16012
opacity: 1
16013
}
16014
}
16015
16016
@-moz-keyframes bounceInRight {
16017
0% {
16018
opacity: 0;
16019
-moz-transform: translateX(2000px)
16020
}
16021
60% {
16022
opacity: 1;
16023
-moz-transform: translateX(-30px)
16024
}
16025
80% {
16026
-moz-transform: translateX(10px)
16027
}
16028
100% {
16029
-moz-transform: translateX(0);
16030
opacity: 1
16031
}
16032
}
16033
16034
@-o-keyframes bounceInRight {
16035
0% {
16036
opacity: 0;
16037
-o-transform: translateX(2000px)
16038
}
16039
60% {
16040
opacity: 1;
16041
-o-transform: translateX(-30px)
16042
}
16043
80% {
16044
-o-transform: translateX(10px)
16045
}
16046
100% {
16047
-o-transform: translateX(0);
16048
opacity: 1
16049
}
16050
}
16051
16052
@keyframes bounceInRight {
16053
0% {
16054
opacity: 0;
16055
transform: translateX(2000px)
16056
}
16057
60% {
16058
opacity: 1;
16059
transform: translateX(-30px)
16060
}
16061
80% {
16062
transform: translateX(10px)
16063
}
16064
100% {
16065
transform: translateX(0);
16066
opacity: 1
16067
}
16068
}
16069
16070
.bounceInRight {
16071
-webkit-animation-name: bounceInRight;
16072
-moz-animation-name: bounceInRight;
16073
-o-animation-name: bounceInRight;
16074
animation-name: bounceInRight
16075
}
16076
16077
@-webkit-keyframes rotateIn {
16078
0% {
16079
-webkit-transform-origin: center center;
16080
-webkit-transform: rotate(-200deg);
16081
opacity: 0
16082
}
16083
100% {
16084
-webkit-transform-origin: center center;
16085
-webkit-transform: rotate(0);
16086
opacity: 1
16087
}
16088
}
16089
16090
@-moz-keyframes rotateIn {
16091
0% {
16092
-moz-transform-origin: center center;
16093
-moz-transform: rotate(-200deg);
16094
opacity: 0
16095
}
16096
100% {
16097
-moz-transform-origin: center center;
16098
-moz-transform: rotate(0);
16099
opacity: 1
16100
}
16101
}
16102
16103
@-o-keyframes rotateIn {
16104
0% {
16105
-o-transform-origin: center center;
16106
-o-transform: rotate(-200deg);
16107
opacity: 0
16108
}
16109
100% {
16110
-o-transform-origin: center center;
16111
-o-transform: rotate(0);
16112
opacity: 1
16113
}
16114
}
16115
16116
@keyframes rotateIn {
16117
0% {
16118
transform-origin: center center;
16119
transform: rotate(-200deg);
16120
opacity: 0
16121
}
16122
100% {
16123
transform-origin: center center;
16124
transform: rotate(0);
16125
opacity: 1
16126
}
16127
}
16128
16129
.rotateIn {
16130
-webkit-animation-name: rotateIn;
16131
-moz-animation-name: rotateIn;
16132
-o-animation-name: rotateIn;
16133
animation-name: rotateIn
16134
}
16135
16136
@-webkit-keyframes rotateInUpLeft {
16137
0% {
16138
-webkit-transform-origin: left bottom;
16139
-webkit-transform: rotate(90deg);
16140
opacity: 0
16141
}
16142
100% {
16143
-webkit-transform-origin: left bottom;
16144
-webkit-transform: rotate(0);
16145
opacity: 1
16146
}
16147
}
16148
16149
@-moz-keyframes rotateInUpLeft {
16150
0% {
16151
-moz-transform-origin: left bottom;
16152
-moz-transform: rotate(90deg);
16153
opacity: 0
16154
}
16155
100% {
16156
-moz-transform-origin: left bottom;
16157
-moz-transform: rotate(0);
16158
opacity: 1
16159
}
16160
}
16161
16162
@-o-keyframes rotateInUpLeft {
16163
0% {
16164
-o-transform-origin: left bottom;
16165
-o-transform: rotate(90deg);
16166
opacity: 0
16167
}
16168
100% {
16169
-o-transform-origin: left bottom;
16170
-o-transform: rotate(0);
16171
opacity: 1
16172
}
16173
}
16174
16175
@keyframes rotateInUpLeft {
16176
0% {
16177
transform-origin: left bottom;
16178
transform: rotate(90deg);
16179
opacity: 0
16180
}
16181
100% {
16182
transform-origin: left bottom;
16183
transform: rotate(0);
16184
opacity: 1
16185
}
16186
}
16187
16188
.rotateInUpLeft {
16189
-webkit-animation-name: rotateInUpLeft;
16190
-moz-animation-name: rotateInUpLeft;
16191
-o-animation-name: rotateInUpLeft;
16192
animation-name: rotateInUpLeft
16193
}
16194
16195
@-webkit-keyframes rotateInDownLeft {
16196
0% {
16197
-webkit-transform-origin: left bottom;
16198
-webkit-transform: rotate(-90deg);
16199
opacity: 0
16200
}
16201
100% {
16202
-webkit-transform-origin: left bottom;
16203
-webkit-transform: rotate(0);
16204
opacity: 1
16205
}
16206
}
16207
16208
@-moz-keyframes rotateInDownLeft {
16209
0% {
16210
-moz-transform-origin: left bottom;
16211
-moz-transform: rotate(-90deg);
16212
opacity: 0
16213
}
16214
100% {
16215
-moz-transform-origin: left bottom;
16216
-moz-transform: rotate(0);
16217
opacity: 1
16218
}
16219
}
16220
16221
@-o-keyframes rotateInDownLeft {
16222
0% {
16223
-o-transform-origin: left bottom;
16224
-o-transform: rotate(-90deg);
16225
opacity: 0
16226
}
16227
100% {
16228
-o-transform-origin: left bottom;
16229
-o-transform: rotate(0);
16230
opacity: 1
16231
}
16232
}
16233
16234
@keyframes rotateInDownLeft {
16235
0% {
16236
transform-origin: left bottom;
16237
transform: rotate(-90deg);
16238
opacity: 0
16239
}
16240
100% {
16241
transform-origin: left bottom;
16242
transform: rotate(0);
16243
opacity: 1
16244
}
16245
}
16246
16247
.rotateInDownLeft {
16248
-webkit-animation-name: rotateInDownLeft;
16249
-moz-animation-name: rotateInDownLeft;
16250
-o-animation-name: rotateInDownLeft;
16251
animation-name: rotateInDownLeft
16252
}
16253
16254
@-webkit-keyframes rotateInUpRight {
16255
0% {
16256
-webkit-transform-origin: right bottom;
16257
-webkit-transform: rotate(-90deg);
16258
opacity: 0
16259
}
16260
100% {
16261
-webkit-transform-origin: right bottom;
16262
-webkit-transform: rotate(0);
16263
opacity: 1
16264
}
16265
}
16266
16267
@-moz-keyframes rotateInUpRight {
16268
0% {
16269
-moz-transform-origin: right bottom;
16270
-moz-transform: rotate(-90deg);
16271
opacity: 0
16272
}
16273
100% {
16274
-moz-transform-origin: right bottom;
16275
-moz-transform: rotate(0);
16276
opacity: 1
16277
}
16278
}
16279
16280
@-o-keyframes rotateInUpRight {
16281
0% {
16282
-o-transform-origin: right bottom;
16283
-o-transform: rotate(-90deg);
16284
opacity: 0
16285
}
16286
100% {
16287
-o-transform-origin: right bottom;
16288
-o-transform: rotate(0);
16289
opacity: 1
16290
}
16291
}
16292
16293
@keyframes rotateInUpRight {
16294
0% {
16295
transform-origin: right bottom;
16296
transform: rotate(-90deg);
16297
opacity: 0
16298
}
16299
100% {
16300
transform-origin: right bottom;
16301
transform: rotate(0);
16302
opacity: 1
16303
}
16304
}
16305
16306
.rotateInUpRight {
16307
-webkit-animation-name: rotateInUpRight;
16308
-moz-animation-name: rotateInUpRight;
16309
-o-animation-name: rotateInUpRight;
16310
animation-name: rotateInUpRight
16311
}
16312
16313
@-webkit-keyframes rotateInDownRight {
16314
0% {
16315
-webkit-transform-origin: right bottom;
16316
-webkit-transform: rotate(90deg);
16317
opacity: 0
16318
}
16319
100% {
16320
-webkit-transform-origin: right bottom;
16321
-webkit-transform: rotate(0);
16322
opacity: 1
16323
}
16324
}
16325
16326
@-moz-keyframes rotateInDownRight {
16327
0% {
16328
-moz-transform-origin: right bottom;
16329
-moz-transform: rotate(90deg);
16330
opacity: 0
16331
}
16332
100% {
16333
-moz-transform-origin: right bottom;
16334
-moz-transform: rotate(0);
16335
opacity: 1
16336
}
16337
}
16338
16339
@-o-keyframes rotateInDownRight {
16340
0% {
16341
-o-transform-origin: right bottom;
16342
-o-transform: rotate(90deg);
16343
opacity: 0
16344
}
16345
100% {
16346
-o-transform-origin: right bottom;
16347
-o-transform: rotate(0);
16348
opacity: 1
16349
}
16350
}
16351
16352
@keyframes rotateInDownRight {
16353
0% {
16354
transform-origin: right bottom;
16355
transform: rotate(90deg);
16356
opacity: 0
16357
}
16358
100% {
16359
transform-origin: right bottom;
16360
transform: rotate(0);
16361
opacity: 1
16362
}
16363
}
16364
16365
.rotateInDownRight {
16366
-webkit-animation-name: rotateInDownRight;
16367
-moz-animation-name: rotateInDownRight;
16368
-o-animation-name: rotateInDownRight;
16369
animation-name: rotateInDownRight
16370
}
16371
16372
@font-face {
16373
font-family: Lato;
16374
font-style: normal;
16375
font-weight: 300;
16376
src: local('Lato Light'), local(Lato-Light), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
16377
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16378
}
16379
16380
@font-face {
16381
font-family: Lato;
16382
font-style: normal;
16383
font-weight: 300;
16384
src: local('Lato Light'), local(Lato-Light), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format("woff2");
16385
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16386
}
16387
16388
@font-face {
16389
font-family: Lato;
16390
font-style: normal;
16391
font-weight: 400;
16392
src: local('Lato Regular'), local(Lato-Regular), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format("woff2");
16393
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16394
}
16395
16396
@font-face {
16397
font-family: Lato;
16398
font-style: normal;
16399
font-weight: 400;
16400
src: local('Lato Regular'), local(Lato-Regular), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format("woff2");
16401
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16402
}
16403
16404
@font-face {
16405
font-family: Lato;
16406
font-style: normal;
16407
font-weight: 700;
16408
src: local('Lato Bold'), local(Lato-Bold), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format("woff2");
16409
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16410
}
16411
16412
@font-face {
16413
font-family: Lato;
16414
font-style: normal;
16415
font-weight: 700;
16416
src: local('Lato Bold'), local(Lato-Bold), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format("woff2");
16417
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16418
}
16419
16420
@font-face {
16421
font-family: Lato;
16422
font-style: italic;
16423
font-weight: 300;
16424
src: local('Lato Light Italic'), local(Lato-LightItalic), url(https://fonts.gstatic.com/s/lato/v11/XNVd6tsqi9wmKNvnh5HNEBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
16425
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16426
}
16427
16428
@font-face {
16429
font-family: Lato;
16430
font-style: italic;
16431
font-weight: 300;
16432
src: local('Lato Light Italic'), local(Lato-LightItalic), url(https://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
16433
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16434
}
16435
16436
@font-face {
16437
font-family: Lato;
16438
font-style: italic;
16439
font-weight: 400;
16440
src: local('Lato Italic'), local(Lato-Italic), url(https://fonts.gstatic.com/s/lato/v11/YMOYVM-eg6Qs9YzV9OSqZfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
16441
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16442
}
16443
16444
@font-face {
16445
font-family: Lato;
16446
font-style: italic;
16447
font-weight: 400;
16448
src: local('Lato Italic'), local(Lato-Italic), url(https://fonts.gstatic.com/s/lato/v11/PLygLKRVCQnA5fhu3qk5fQ.woff2) format("woff2");
16449
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16450
}
16451
16452
@font-face {
16453
font-family: Lato;
16454
font-style: italic;
16455
font-weight: 700;
16456
src: local('Lato Bold Italic'), local(Lato-BoldItalic), url(https://fonts.gstatic.com/s/lato/v11/AcvTq8Q0lyKKNxRlL28RnxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
16457
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16458
}
16459
16460
@font-face {
16461
font-family: Lato;
16462
font-style: italic;
16463
font-weight: 700;
16464
src: local('Lato Bold Italic'), local(Lato-BoldItalic), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYEFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
16465
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16466
}
16467
16468
@font-face {
16469
font-family: 'Playfair Display';
16470
font-style: normal;
16471
font-weight: 400;
16472
src: local('Playfair Display'), local(PlayfairDisplay-Regular), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CUR-13DsDU150T1bKbJZejI.woff2) format("woff2");
16473
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
16474
}
16475
16476
@font-face {
16477
font-family: 'Playfair Display';
16478
font-style: normal;
16479
font-weight: 400;
16480
src: local('Playfair Display'), local(PlayfairDisplay-Regular), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CfoVn-aGdXvQRwgLLg-TkDk.woff2) format("woff2");
16481
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16482
}
16483
16484
@font-face {
16485
font-family: 'Playfair Display';
16486
font-style: normal;
16487
font-weight: 400;
16488
src: local('Playfair Display'), local(PlayfairDisplay-Regular), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format("woff2");
16489
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16490
}
16491
16492
@font-face {
16493
font-family: 'Playfair Display';
16494
font-style: normal;
16495
font-weight: 700;
16496
src: local('Playfair Display Bold'), local(PlayfairDisplay-Bold), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIKHabUDGjprROP0Kzi4LtY8.woff2) format("woff2");
16497
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
16498
}
16499
16500
@font-face {
16501
font-family: 'Playfair Display';
16502
font-style: normal;
16503
font-weight: 700;
16504
src: local('Playfair Display Bold'), local(PlayfairDisplay-Bold), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgILCFnVHHm1VfBoEzRr6gqH0.woff2) format("woff2");
16505
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16506
}
16507
16508
@font-face {
16509
font-family: 'Playfair Display';
16510
font-style: normal;
16511
font-weight: 700;
16512
src: local('Playfair Display Bold'), local(PlayfairDisplay-Bold), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIIsv7neNnoQYDmljOSnH1QE.woff2) format("woff2");
16513
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16514
}
16515
16516
@font-face {
16517
font-family: 'Playfair Display';
16518
font-style: italic;
16519
font-weight: 400;
16520
src: local('Playfair Display Italic'), local(PlayfairDisplay-Italic), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N7pW-cN4iQdgUKBHiobroRo.woff2) format("woff2");
16521
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
16522
}
16523
16524
@font-face {
16525
font-family: 'Playfair Display';
16526
font-style: italic;
16527
font-weight: 400;
16528
src: local('Playfair Display Italic'), local(PlayfairDisplay-Italic), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N3L1iaS4euO_B3wJG_mMktU.woff2) format("woff2");
16529
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16530
}
16531
16532
@font-face {
16533
font-family: 'Playfair Display';
16534
font-style: italic;
16535
font-weight: 400;
16536
src: local('Playfair Display Italic'), local(PlayfairDisplay-Italic), url(https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NwXiAI3F8adTt8b-_w2WoPM.woff2) format("woff2");
16537
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16538
}
16539
16540
@font-face {
16541
font-family: 'Playfair Display';
16542
font-style: italic;
16543
font-weight: 700;
16544
src: local('Playfair Display Bold Italic'), local(PlayfairDisplay-BoldItalic), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEMjNOE6OIchc6xEWGp4AFzI.woff2) format("woff2");
16545
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
16546
}
16547
16548
@font-face {
16549
font-family: 'Playfair Display';
16550
font-style: italic;
16551
font-weight: 700;
16552
src: local('Playfair Display Bold Italic'), local(PlayfairDisplay-BoldItalic), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEGfg93gVtA75Tg3Rp7v1E0k.woff2) format("woff2");
16553
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16554
}
16555
16556
@font-face {
16557
font-family: 'Playfair Display';
16558
font-style: italic;
16559
font-weight: 700;
16560
src: local('Playfair Display Bold Italic'), local(PlayfairDisplay-BoldItalic), url(https://fonts.gstatic.com/s/playfairdisplay/v10/n7G4PqJvFP2Kubl0VBLDEBZeN5y77JNHCKkhVNuYRJ4.woff2) format("woff2");
16561
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16562
}
16563
16564
@font-face {
16565
font-family: Dosis;
16566
font-style: normal;
16567
font-weight: 400;
16568
src: local('Dosis Regular'), local(Dosis-Regular), url(https://fonts.gstatic.com/s/dosis/v4/RlBXAIuiO5GvH9-0-JbBlw.woff2) format("woff2");
16569
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
16570
}
16571
16572
@font-face {
16573
font-family: Dosis;
16574
font-style: normal;
16575
font-weight: 400;
16576
src: local('Dosis Regular'), local(Dosis-Regular), url(https://fonts.gstatic.com/s/dosis/v4/4hYyXH_8WmbBLamf6WjLwg.woff2) format("woff2");
16577
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
16578
}
16579
16580
*,
16581
a:active,
16582
a:focus,
16583
a:hover {
16584
outline: 0
16585
}
16586
16587
.uppercase,
16588
h2 small {
16589
text-transform: uppercase
16590
}
16591
16592
#stories-slider .story-slider-cell,
16593
.fblock-text-tb,
16594
.fblock-text-tbcell,
16595
.flex-caption-cell,
16596
.flex-caption-table,
16597
.testimonial-info,
16598
.testimonial-info-in,
16599
a>img {
16600
vertical-align: middle
16601
}
16602
16603
.event-list-item .event-date:after,
16604
.event-list-item:after,
16605
.gallery-updates>ul:after,
16606
.grid-item-content:after,
16607
.pricing-table:after,
16608
.slides:after,
16609
.spacer-10,
16610
.spacer-100,
16611
.spacer-20,
16612
.spacer-30,
16613
.spacer-40,
16614
.spacer-50,
16615
.spacer-75,
16616
.widget-latest-gallery .gallery-items:after,
16617
.widget_archive:after,
16618
.widget_categories:after,
16619
.widget_recent_causes li:after,
16620
.widget_recent_posts li:after,
16621
address.ico i,
16622
hr,
16623
hr.fw {
16624
clear: both
16625
}
16626
16627
.text-red {
16628
color: red
16629
}
16630
16631
a,
16632
a:active,
16633
a:focus,
16634
a:hover {
16635
text-decoration: none;
16636
color: #5e5e5e
16637
}
16638
16639
.display-inline {
16640
display: inline-block
16641
}
16642
16643
article,
16644
aside,
16645
details,
16646
figcaption,
16647
figure,
16648
footer,
16649
h2 small,
16650
header,
16651
hgroup,
16652
hr,
16653
menu,
16654
nav,
16655
section {
16656
display: block
16657
}
16658
16659
a,
16660
abbr,
16661
acronym,
16662
address,
16663
applet,
16664
article,
16665
aside,
16666
audio,
16667
b,
16668
big,
16669
body,
16670
canvas,
16671
caption,
16672
center,
16673
cite,
16674
code,
16675
dd,
16676
del,
16677
details,
16678
dfn,
16679
div,
16680
dl,
16681
dt,
16682
em,
16683
embed,
16684
fieldset,
16685
figcaption,
16686
figure,
16687
footer,
16688
form,
16689
h1,
16690
h2,
16691
h3,
16692
h4,
16693
h5,
16694
h6,
16695
header,
16696
hgroup,
16697
html,
16698
i,
16699
iframe,
16700
img,
16701
ins,
16702
kbd,
16703
label,
16704
legend,
16705
li,
16706
mark,
16707
menu,
16708
nav,
16709
object,
16710
ol,
16711
output,
16712
p,
16713
pre,
16714
q,
16715
ruby,
16716
s,
16717
samp,
16718
section,
16719
small,
16720
span,
16721
strike,
16722
strong,
16723
sub,
16724
summary,
16725
sup,
16726
table,
16727
tbody,
16728
td,
16729
tfoot,
16730
th,
16731
thead,
16732
time,
16733
tr,
16734
tt,
16735
u,
16736
ul,
16737
var,
16738
video {
16739
margin: 0;
16740
padding: 0;
16741
border: 0;
16742
font: inherit;
16743
font-size: 100%
16744
}
16745
16746
.cursive,
16747
.italic,
16748
em,
16749
i {
16750
font-style: italic
16751
}
16752
16753
ol,
16754
ul {
16755
list-style: none
16756
}
16757
16758
blockquote,
16759
q {
16760
quotes: none
16761
}
16762
16763
blockquote:after,
16764
blockquote:before,
16765
q:after,
16766
q:before {
16767
content: '';
16768
content: none
16769
}
16770
16771
table {
16772
border-spacing: 0;
16773
border-collapse: collapse
16774
}
16775
16776
* {
16777
-webkit-box-sizing: border-box;
16778
-moz-box-sizing: border-box;
16779
box-sizing: border-box
16780
}
16781
16782
body,
16783
html {
16784
height: 100%
16785
}
16786
16787
hmtl a,
16788
html {
16789
width: 100%;
16790
font-size: 100%;
16791
-webkit-text-size-adjust: 100%;
16792
-ms-text-size-adjust: 100%
16793
}
16794
16795
a {
16796
cursor: pointer;
16797
-webkit-transition: all .3s ease .2s;
16798
-moz-transition: all .3s ease .2s;
16799
-ms-transition: all .3s ease .2s;
16800
-o-transition: all .3s ease .2s;
16801
transition: all .3s ease .1s
16802
}
16803
16804
.basic-link:hover {
16805
opacity: .8
16806
}
16807
16808
a img {
16809
border: none
16810
}
16811
16812
.gray-bg {
16813
background: #CDCBCB
16814
}
16815
16816
.gray-text {
16817
color: #CDCBCB
16818
}
16819
16820
.lgray-bg {
16821
background: #F7F7F7
16822
}
16823
16824
.dgray-bg {
16825
background: #454545
16826
}
16827
16828
audio,
16829
embed,
16830
img,
16831
object,
16832
video {
16833
max-width: 100%
16834
}
16835
16836
img {
16837
height: auto
16838
}
16839
16840
.strong,
16841
strong {
16842
font-weight: 700
16843
}
16844
16845
p {
16846
margin: 0 0 20px
16847
}
16848
16849
.align-left {
16850
float: left;
16851
margin: 5px 25px 20px 0 !important
16852
}
16853
16854
.align-right {
16855
float: right;
16856
margin: 5px 0 20px 25px !important
16857
}
16858
16859
.text-align-left {
16860
text-align: left
16861
}
16862
16863
.text-align-center {
16864
text-align: center
16865
}
16866
16867
.text-align-right {
16868
text-align: right
16869
}
16870
16871
.color-text {
16872
color: #fff
16873
}
16874
16875
.through {
16876
text-decoration: line-through
16877
}
16878
16879
.border-radius {
16880
-webkit-border-radius: 100%;
16881
-moz-border-radius: 100%;
16882
border-radius: 100%
16883
}
16884
16885
::-webkit-input-placeholder {
16886
color: #999
16887
}
16888
16889
:-moz-placeholder {
16890
color: #999
16891
}
16892
16893
::-moz-placeholder {
16894
color: #999
16895
}
16896
16897
:-ms-input-placeholder {
16898
color: #999
16899
}
16900
16901
iframe {
16902
border: 0
16903
}
16904
16905
h1,
16906
h2,
16907
h3,
16908
h4,
16909
h5,
16910
h6 {
16911
margin: 0 0 15px;
16912
color: #333;
16913
font-weight: 400;
16914
line-height: 1.5em;
16915
font-family: 'Playfair Display', serif
16916
}
16917
16918
.meta-data,
16919
h5 {
16920
font-family: Lato, sans-serif
16921
}
16922
16923
h1 {
16924
font-size: 42px
16925
}
16926
16927
h2 {
16928
font-size: 36px
16929
}
16930
16931
h2 small {
16932
letter-spacing: .1em;
16933
font-size: 45%
16934
}
16935
16936
h3 {
16937
font-size: 24px
16938
}
16939
16940
h4 {
16941
font-size: 18px;
16942
}
16943
16944
h5 {
16945
font-size: 15px
16946
}
16947
16948
h6 {
16949
font-size: 13px
16950
}
16951
16952
h1.short,
16953
h2.short,
16954
h3.short,
16955
h4.short,
16956
h5.short,
16957
h6.short,
16958
p.short {
16959
margin-bottom: 5px
16960
}
16961
16962
h1.long,
16963
h2.long,
16964
h3.long,
16965
h4.long,
16966
h5.long,
16967
h6.long,
16968
p.long {
16969
margin-bottom: 35px
16970
}
16971
16972
h1.spaced,
16973
h2.spaced,
16974
h3.spaced,
16975
h4.spaced,
16976
h5.spaced,
16977
h6.spaced {
16978
margin-top: 22px
16979
}
16980
16981
h1 a,
16982
h2 a,
16983
h3 a,
16984
h4 a,
16985
h5 a,
16986
h6 a {
16987
color: #333;
16988
text-decoration: none
16989
}
16990
16991
h1 .label,
16992
h2 .label,
16993
h3 .label,
16994
h4 .label,
16995
h5 .label,
16996
h6 .label {
16997
font-size: 11px;
16998
position: relative;
16999
top: -6px
17000
}
17001
17002
.huge {
17003
font-size: 10em
17004
}
17005
17006
blockquote {
17007
margin: 30px
17008
}
17009
17010
blockquote p {
17011
margin-bottom: 0;
17012
white-space: 1px;
17013
line-height: 1.8em;
17014
font-size: 19px
17015
}
17016
17017
blockquote cite {
17018
font-weight: 700
17019
}
17020
17021
blockquote cite:before {
17022
content: "- "
17023
}
17024
17025
p.lead {
17026
font-size: 20px;
17027
line-height: 28px
17028
}
17029
17030
p.md {
17031
font-size: 16px
17032
}
17033
17034
p.lg {
17035
font-size: 30px
17036
}
17037
17038
.lighter p {
17039
color: #ccc
17040
}
17041
17042
p.small {
17043
font-size: 10px;
17044
line-height: 13px
17045
}
17046
17047
.big {
17048
font-size: 200%;
17049
line-height: 1.5em
17050
}
17051
17052
.thin {
17053
font-weight: 300
17054
}
17055
17056
p.drop-caps:first-child:first-letter {
17057
float: left;
17058
margin-top: 5px;
17059
margin-right: 5px;
17060
padding: 4px;
17061
font-size: 75px;
17062
line-height: 60px
17063
}
17064
17065
p.drop-caps.secondary:first-child:first-letter {
17066
margin-right: 10px;
17067
padding: 6px 12px;
17068
border-radius: 4px;
17069
color: #fff
17070
}
17071
17072
hr {
17073
margin-top: 20px;
17074
margin-bottom: 20px;
17075
width: 100%;
17076
height: 1px;
17077
border: 0;
17078
background: #E8E8E8
17079
}
17080
17081
hr.md,
17082
hr.sm {
17083
display: inline-block;
17084
border: 0
17085
}
17086
17087
hr.sm {
17088
margin: 0 0 15px;
17089
width: 40px;
17090
height: 3px;
17091
position: relative
17092
}
17093
17094
.text-align-center hr.sm:after,
17095
hr.sm:before {
17096
width: 3px;
17097
height: 3px;
17098
content: " "
17099
}
17100
17101
hr.sm:before {
17102
position: absolute;
17103
right: -6px;
17104
background: #F23827
17105
}
17106
17107
.text-align-center hr.sm:after {
17108
position: absolute;
17109
left: -6px
17110
}
17111
17112
hr.md {
17113
margin: 15px 0;
17114
width: 100px;
17115
height: 2px
17116
}
17117
17118
hr.fw {
17119
display: block;
17120
margin-top: 50px;
17121
margin-bottom: 43px;
17122
width: 100%;
17123
height: 1px;
17124
border: 0;
17125
background: #eee
17126
}
17127
17128
.basic-link>i,
17129
.social-icons-rounded a {
17130
border-radius: 100%
17131
}
17132
17133
hr.fw.cont {
17134
margin: 20px 0
17135
}
17136
17137
ul.angles,
17138
ul.carets,
17139
ul.checks,
17140
ul.chevrons,
17141
ul.icons {
17142
margin: 0 0 20px;
17143
list-style-type: none
17144
}
17145
17146
ul.angles>li,
17147
ul.carets>li,
17148
ul.checks>li,
17149
ul.chevrons>li,
17150
ul.icons>li {
17151
margin: 5px 0
17152
}
17153
17154
ul.angles>li>i,
17155
ul.carets>li>i,
17156
ul.checks>li>i,
17157
ul.chevrons>li>i,
17158
ul.icons>li>i {
17159
margin-right: 2px
17160
}
17161
17162
ul.inline {
17163
margin: 10px 0
17164
}
17165
17166
ul.inline>li {
17167
display: inline-block;
17168
margin-right: 10px
17169
}
17170
17171
ul.inline>li i.fa {
17172
margin-right: 2px
17173
}
17174
17175
ol ul,
17176
ul,
17177
ul ul {
17178
margin: 10px 0 10px 20px
17179
}
17180
17181
ul.nav-list-primary>li a {
17182
display: block;
17183
padding: 8px;
17184
border-bottom: 1px solid #eee;
17185
color: #666;
17186
text-decoration: none
17187
}
17188
17189
.next-prev-nav,
17190
.next-prev-nav a,
17191
address.ico i,
17192
address.ico span,
17193
label {
17194
display: inline-block
17195
}
17196
17197
ul.nav-list-primary>li a:hover {
17198
text-decoration: none
17199
}
17200
17201
ul {
17202
list-style-type: disc
17203
}
17204
17205
ol {
17206
margin: 10px 0 10px 30px;
17207
list-style-type: decimal
17208
}
17209
17210
ul ul {
17211
list-style-type: circle
17212
}
17213
17214
.action-icons,
17215
.dd-menu,
17216
.flex-direction-nav,
17217
.flexslider .slides,
17218
.gallery-items,
17219
.sort-destination,
17220
.sort-source {
17221
list-style-type: none
17222
}
17223
17224
dl {
17225
margin: 10px 0
17226
}
17227
17228
dl dt {
17229
font-weight: 700
17230
}
17231
17232
address.ico i {
17233
float: left;
17234
padding-top: 3px
17235
}
17236
17237
address.ico p {
17238
margin: 0;
17239
padding-bottom: 10px
17240
}
17241
17242
.padding-b0,
17243
.padding-tb0 {
17244
padding-bottom: 0 !important
17245
}
17246
17247
address.ico span {
17248
padding-left: 20px
17249
}
17250
17251
.cursive {
17252
text-transform: none;
17253
font-weight: 400;
17254
letter-spacing: 0
17255
}
17256
17257
.basic-link,
17258
.basic-link.inverted,
17259
.grid-filter-lable,
17260
.meta-data,
17261
.meta-data-thick {
17262
text-transform: uppercase
17263
}
17264
17265
label {
17266
margin-bottom: 5px;
17267
font-weight: 700
17268
}
17269
17270
.margin-0 {
17271
margin-bottom: 0 !important
17272
}
17273
17274
.margin-5 {
17275
margin-bottom: 5px !important
17276
}
17277
17278
.margin-10 {
17279
margin-bottom: 10px !important
17280
}
17281
17282
.margin-15 {
17283
margin-bottom: 15px !important
17284
}
17285
17286
.margin-20 {
17287
margin-bottom: 20px !important
17288
}
17289
17290
.margin-30 {
17291
margin-bottom: 30px !important
17292
}
17293
17294
.margin-40 {
17295
margin-bottom: 40px !important
17296
}
17297
17298
.margin-50 {
17299
margin-bottom: 50px !important
17300
}
17301
17302
.margin-60 {
17303
margin-bottom: 60px !important
17304
}
17305
17306
.margin-70 {
17307
margin-bottom: 70px !important
17308
}
17309
17310
.margin-80 {
17311
margin-bottom: 80px !important
17312
}
17313
17314
.push-top {
17315
margin-top: 35px
17316
}
17317
17318
.padding-tb0 {
17319
padding-top: 0 !important
17320
}
17321
17322
.padding-tb20 {
17323
padding-top: 20px;
17324
padding-bottom: 20px
17325
}
17326
17327
.padding-tb45 {
17328
padding-top: 45px;
17329
padding-bottom: 45px
17330
}
17331
17332
.padding-tb75 {
17333
padding-top: 75px;
17334
padding-bottom: 75px
17335
}
17336
17337
.padding-tb100 {
17338
padding-top: 100px;
17339
padding-bottom: 100px
17340
}
17341
17342
.padding-tb125 {
17343
padding-top: 125px;
17344
padding-bottom: 125px
17345
}
17346
17347
.spacer-10 {
17348
height: 10px;
17349
width: 100%
17350
}
17351
17352
.spacer-20 {
17353
height: 20px;
17354
width: 100%
17355
}
17356
17357
.spacer-30 {
17358
height: 30px;
17359
width: 100%
17360
}
17361
17362
.spacer-40 {
17363
height: 40px;
17364
width: 100%
17365
}
17366
17367
.spacer-50 {
17368
height: 50px;
17369
width: 100%
17370
}
17371
17372
.spacer-60 {
17373
height: 60px;
17374
clear: both;
17375
width: 100%
17376
}
17377
17378
.spacer-75 {
17379
height: 75px;
17380
width: 100%
17381
}
17382
17383
.spacer-100 {
17384
height: 100px;
17385
width: 100%
17386
}
17387
17388
.overlay-transparent {
17389
background: rgba(0, 0, 0, .7)
17390
}
17391
17392
.overlay-white {
17393
background: rgba(255, 255, 255, .99)
17394
}
17395
17396
.checkers-overlay {
17397
background: url(../images/checkers.png)
17398
}
17399
17400
.pattern-overlay {
17401
background: url(../images/pattern.png)
17402
}
17403
17404
.overlay-cover {
17405
position: absolute;
17406
width: 100%;
17407
height: 100%;
17408
left: 0;
17409
top: 0;
17410
opacity: .9;
17411
z-index: 0
17412
}
17413
17414
.next-prev-nav a {
17415
width: 20px;
17416
height: 20px;
17417
color: #fff;
17418
text-align: center;
17419
line-height: 20px;
17420
text-decoration: none
17421
}
17422
17423
.next-prev-nav a:hover {
17424
color: #fff
17425
}
17426
17427
.meta-data-thick {
17428
font-weight: 700;
17429
font-size: 10px;
17430
color: #333
17431
}
17432
17433
.meta-data {
17434
color: #aaa;
17435
font-size: 12px;
17436
line-height: 16px;
17437
display: block;
17438
font-weight: 400
17439
}
17440
17441
.media-box,
17442
.meta-data>span {
17443
display: inline-block
17444
}
17445
17446
.meta-data a {
17447
color: #999
17448
}
17449
17450
.meta-data a:hover {
17451
text-decoration: none
17452
}
17453
17454
.meta-data i {
17455
margin-right: 4px
17456
}
17457
17458
.meta-data>span:last-child {
17459
margin-right: 0
17460
}
17461
17462
p.meta-data {
17463
font-size: 16px;
17464
line-height: 1.7em
17465
}
17466
17467
.isotope,
17468
.isotope .isotope-item {
17469
-webkit-transition-duration: .8s;
17470
-moz-transition-duration: .8s;
17471
-ms-transition-duration: .8s;
17472
-o-transition-duration: .8s;
17473
transition-duration: .8s
17474
}
17475
17476
.isotope {
17477
-webkit-transition-property: height, width;
17478
-moz-transition-property: height, width;
17479
-ms-transition-property: height, width;
17480
-o-transition-property: height, width;
17481
transition-property: height, width
17482
}
17483
17484
.isotope .isotope-item {
17485
-webkit-transition-property: -webkit-transform, opacity;
17486
-moz-transition-property: -moz-transform, opacity;
17487
-ms-transition-property: -ms-transform, opacity;
17488
-o-transition-property: -o-transform, opacity;
17489
transition-property: transform, opacity
17490
}
17491
17492
.isotope .isotope-item.no-transition,
17493
.isotope.no-transition,
17494
.isotope.no-transition .isotope-item {
17495
-webkit-transition-duration: 0;
17496
-moz-transition-duration: 0;
17497
-ms-transition-duration: 0;
17498
-o-transition-duration: 0;
17499
transition-duration: 0
17500
}
17501
17502
.media-box {
17503
position: relative;
17504
z-index: 1;
17505
max-width: 100%
17506
}
17507
17508
.format-gallery .media-box {
17509
display: block
17510
}
17511
17512
.media-box .expand,
17513
.media-box .zoom {
17514
position: absolute;
17515
width: 100%;
17516
height: 100%;
17517
text-align: center;
17518
font-size: 1.5em;
17519
z-index: 99;
17520
left: 0;
17521
top: 0;
17522
margin: 0;
17523
background-color: rgba(0, 0, 0, .4);
17524
opacity: 0;
17525
-webkit-transition: all .3s ease .2s;
17526
-moz-transition: all .3s ease .2s;
17527
-ms-transition: all .3s ease .2s;
17528
-o-transition: all .3s ease .2s;
17529
transition: all .3s ease .1s
17530
}
17531
17532
.media-box .expand .icon,
17533
.media-box .zoom .icon {
17534
width: 44px;
17535
height: 44px;
17536
line-height: 44px;
17537
text-align: center;
17538
color: #fff !important;
17539
position: absolute;
17540
font-size: 1.4em;
17541
top: 50%;
17542
left: 50%;
17543
margin: -22px 0 0 -22px
17544
}
17545
17546
.img-thumbnail img:hover,
17547
.img-thumbnail:hover {
17548
opacity: .9
17549
}
17550
17551
.media-box:hover .expand,
17552
.media-box:hover .zoom {
17553
opacity: 1;
17554
-webkit-transition: opacity .3s .2s;
17555
-moz-transition: opacity .3s .2s;
17556
-ms-transition: opacity .3s .2s;
17557
-o-transition: opacity .3s .2s;
17558
transition: opacity .3s .2s
17559
}
17560
17561
.media-box .media-box-wrapper {
17562
padding: 30px
17563
}
17564
17565
.social-icons,
17566
.social-icons-colored {
17567
margin: 0;
17568
list-style-type: none
17569
}
17570
17571
.social-icons li,
17572
.social-icons-colored li {
17573
display: inline-block;
17574
margin-right: 5px
17575
}
17576
17577
.social-icons li:last-child {
17578
margin-right: 0
17579
}
17580
17581
.social-icons li a {
17582
text-align: center;
17583
color: #5E5E5E;
17584
display: block
17585
}
17586
17587
.social-icons-colored li a {
17588
width: 30px;
17589
height: 30px;
17590
line-height: 30px;
17591
text-align: center;
17592
background: rgba(0, 0, 0, .4);
17593
display: block;
17594
color: #fff
17595
}
17596
17597
.social-icons li.facebook a:hover {
17598
color: #3B5998
17599
}
17600
17601
.social-icons li.twitter a:hover {
17602
color: #00ACED
17603
}
17604
17605
.social-icons li.behance a:hover {
17606
color: #1769FF
17607
}
17608
17609
.social-icons li.delicious a:hover {
17610
color: #3274D1
17611
}
17612
17613
.social-icons li.deviantart a:hover {
17614
color: #4B5D50
17615
}
17616
17617
.social-icons li.digg a:hover {
17618
color: #14589E
17619
}
17620
17621
.social-icons li.dribbble a:hover {
17622
color: #EA4C89
17623
}
17624
17625
.social-icons li.foursquare a:hover {
17626
color: #2398C9
17627
}
17628
17629
.social-icons li.github a:hover {
17630
color: #4183C4
17631
}
17632
17633
.social-icons li.google a:hover {
17634
color: #245DC1
17635
}
17636
17637
.social-icons li.googleplus a:hover {
17638
color: #D14836
17639
}
17640
17641
.social-icons li.instagram a:hover {
17642
color: #3F729B
17643
}
17644
17645
.social-icons li.jsfiddle a:hover {
17646
color: #4679A4
17647
}
17648
17649
.social-icons li.linkedin a:hover {
17650
color: #007FB1
17651
}
17652
17653
.social-icons li.pinterest a:hover {
17654
color: #CB2027
17655
}
17656
17657
.social-icons li.reddit a:hover {
17658
color: #FF4500
17659
}
17660
17661
.social-icons li.skype a:hover {
17662
color: #00AFF0
17663
}
17664
17665
.social-icons li.tumblr a:hover {
17666
color: #2C4762
17667
}
17668
17669
.social-icons li.vimeo a:hover {
17670
color: #4BF
17671
}
17672
17673
.social-icons li.youtube a:hover {
17674
color: #CD332D
17675
}
17676
17677
.social-icons li.flickr a:hover {
17678
color: #0063DB
17679
}
17680
17681
.social-icons-colored li.facebook a:hover {
17682
background-color: #3B5998
17683
}
17684
17685
.social-icons-colored li.twitter a:hover {
17686
background-color: #00ACED
17687
}
17688
17689
.social-icons-colored li.behance a:hover {
17690
background-color: #1769FF
17691
}
17692
17693
.social-icons-colored li.delicious a:hover {
17694
background-color: #3274D1
17695
}
17696
17697
.social-icons-colored li.deviantart a:hover {
17698
background-color: #4B5D50
17699
}
17700
17701
.social-icons-colored li.digg a:hover {
17702
background-color: #14589E
17703
}
17704
17705
.social-icons-colored li.dribbble a:hover {
17706
background-color: #EA4C89
17707
}
17708
17709
.social-icons-colored li.foursquare a:hover {
17710
background-color: #2398C9
17711
}
17712
17713
.social-icons-colored li.github a:hover {
17714
background-color: #4183C4
17715
}
17716
17717
.social-icons-colored li.google a:hover {
17718
background-color: #245DC1
17719
}
17720
17721
.social-icons-colored li.googleplus a:hover {
17722
background-color: #D14836
17723
}
17724
17725
.social-icons-colored li.instagram a:hover {
17726
background-color: #3F729B
17727
}
17728
17729
.social-icons-colored li.jsfiddle a:hover {
17730
background-color: #4679A4
17731
}
17732
17733
.social-icons-colored li.linkedin a:hover {
17734
background-color: #007FB1
17735
}
17736
17737
.social-icons-colored li.pinterest a:hover {
17738
background-color: #CB2027
17739
}
17740
17741
.social-icons-colored li.reddit a:hover {
17742
background-color: #FF4500
17743
}
17744
17745
.social-icons-colored li.skype a:hover {
17746
background-color: #00AFF0
17747
}
17748
17749
.social-icons-colored li.tumblr a:hover {
17750
background-color: #2C4762
17751
}
17752
17753
.social-icons-colored li.vimeo a:hover {
17754
background-color: #4BF
17755
}
17756
17757
.social-icons-colored li.youtube a:hover {
17758
background-color: #CD332D
17759
}
17760
17761
.social-icons-colored li.flickr a:hover {
17762
background-color: #0063DB
17763
}
17764
17765
.flexslider .slides>li {
17766
display: none;
17767
-webkit-backface-visibility: hidden
17768
}
17769
17770
.flexslider ul.slides li>a,
17771
.slides:after,
17772
html[xmlns] .slides {
17773
display: block
17774
}
17775
17776
.slides:after {
17777
content: ".";
17778
visibility: hidden;
17779
line-height: 0;
17780
height: 0
17781
}
17782
17783
* html .slides {
17784
height: 1%
17785
}
17786
17787
.flexslider .slides {
17788
zoom: 1;
17789
margin: 0
17790
}
17791
17792
.hero-slider {
17793
position: relative;
17794
z-index: 1;
17795
width: 100%;
17796
overflow: hidden;
17797
background-image: url(../images/loader.gif) no-repeat center center
17798
}
17799
17800
.hero-slider .flex-viewport {
17801
width: 100%
17802
}
17803
17804
.hero-slider.flexslider>ul.slides {
17805
height: 100%
17806
}
17807
17808
.hero-slider.flexslider ul.slides li {
17809
width: 100%;
17810
overflow: hidden;
17811
position: relative;
17812
background-attachment: scroll !important
17813
}
17814
17815
.flexslider .flex-control-nav {
17816
width: 100%;
17817
text-align: center;
17818
position: absolute;
17819
z-index: 111;
17820
left: 0;
17821
bottom: 10px;
17822
padding: 0;
17823
margin: 0
17824
}
17825
17826
.hero-slider.flexslider .flex-control-nav {
17827
bottom: -40px;
17828
-webkit-transition: all .3s ease .2s;
17829
-moz-transition: all .3s ease .2s;
17830
-ms-transition: all .3s ease .2s;
17831
-o-transition: all .3s ease .2s;
17832
transition: all .3s ease .1s
17833
}
17834
17835
.hero-slider.flexslider:hover .flex-control-nav {
17836
bottom: 10px;
17837
-webkit-transition: bottom .3s .2s;
17838
-moz-transition: bottom .3s .2s;
17839
-ms-transition: bottom .3s .2s;
17840
-o-transition: bottom .3s .2s;
17841
transition: bottom .3s .2s
17842
}
17843
17844
.flexslider .flex-control-nav li {
17845
display: inline
17846
}
17847
17848
.flexslider .flex-control-nav a {
17849
width: 12px;
17850
height: 12px;
17851
border-radius: 100%;
17852
background-color: #fff;
17853
display: inline-block;
17854
margin: 0 6px;
17855
text-indent: -9999px;
17856
text-decoration: none
17857
}
17858
17859
.flexslider .flex-next,
17860
.flexslider .flex-prev {
17861
background: rgba(34, 34, 34, .7);
17862
color: #F9F9F9;
17863
margin-bottom: 10px;
17864
position: absolute;
17865
top: 50%;
17866
right: 10px;
17867
font-size: 14px;
17868
line-height: 25px;
17869
width: 25px;
17870
height: 25px;
17871
font-family: FontAwesome;
17872
font-style: normal;
17873
font-weight: 400;
17874
-webkit-font-smoothing: antialiased;
17875
-moz-osx-font-smoothing: grayscale;
17876
text-decoration: none;
17877
display: none;
17878
text-align: center;
17879
margin-top: -13px
17880
}
17881
17882
.flexslider .flex-next:hover,
17883
.flexslider .flex-prev:hover {
17884
background: rgba(34, 34, 34, 1)
17885
}
17886
17887
.flexslider .flex-prev {
17888
left: 10px;
17889
right: auto
17890
}
17891
17892
.flexslider .flex-prev:before {
17893
content: "\f104"
17894
}
17895
17896
.flexslider .flex-next:before {
17897
content: "\f105"
17898
}
17899
17900
.hero-slider.flexslider .flex-next,
17901
.hero-slider.flexslider .flex-prev {
17902
width: 70px;
17903
height: 70px;
17904
right: -70px;
17905
margin-top: -35px;
17906
-webkit-transition: all .3s ease .2s;
17907
-moz-transition: all .3s ease .2s;
17908
-ms-transition: all .3s ease .2s;
17909
-o-transition: all .3s ease .2s;
17910
transition: all .3s ease .1s;
17911
font-size: 30px;
17912
line-height: 70px;
17913
display: block;
17914
text-align: center
17915
}
17916
17917
.header-style2 .hero-slider.flexslider .flex-next,
17918
.header-style2 .hero-slider.flexslider .flex-prev,
17919
.header-style3 .hero-slider.flexslider .flex-next,
17920
.header-style3 .hero-slider.flexslider .flex-prev {
17921
margin-top: -45px
17922
}
17923
17924
.flexslider:hover .flex-next,
17925
.flexslider:hover .flex-prev {
17926
display: block
17927
}
17928
17929
.hero-slider.flexslider ul.slides li>a {
17930
display: block;
17931
height: 100%;
17932
width: 100%
17933
}
17934
17935
.hero-slider.flexslider .flex-prev {
17936
left: -70px
17937
}
17938
17939
.hero-slider.flexslider:hover .flex-prev {
17940
left: 10px;
17941
-webkit-transition: left .3s .2s;
17942
-moz-transition: left .3s .2s;
17943
-ms-transition: left .3s .2s;
17944
-o-transition: left .3s .2s;
17945
transition: left .3s .2s
17946
}
17947
17948
.hero-slider.flexslider:hover .flex-next {
17949
right: 10px;
17950
-webkit-transition: right .3s .2s;
17951
-moz-transition: right .3s .2s;
17952
-ms-transition: right .3s .2s;
17953
-o-transition: right .3s .2s;
17954
transition: right .3s .2s
17955
}
17956
17957
.flex-direction-nav {
17958
margin: 0
17959
}
17960
17961
.basic-link {
17962
display: inline-block;
17963
font-weight: 700;
17964
font-size: 13px;
17965
line-height: 32px
17966
}
17967
17968
.basic-link>i {
17969
width: 32px;
17970
height: 32px;
17971
border: 2px solid #e6e6e6;
17972
text-align: center;
17973
line-height: 30px;
17974
font-size: 18px;
17975
margin-right: 10px
17976
}
17977
17978
.basic-link:hover {
17979
color: #505050;
17980
text-decoration: none
17981
}
17982
17983
.basic-link.inverted {
17984
margin-top: 10px
17985
}
17986
17987
.basic-link.backward .fa-angle-right {
17988
display: none
17989
}
17990
17991
.grid-filter-lable,
17992
.sort-source,
17993
.sort-source li {
17994
display: inline-block
17995
}
17996
17997
.grid-filter {
17998
margin: 0 0 50px
17999
}
18000
18001
.grid-filter-lable {
18002
margin-right: 20px
18003
}
18004
18005
.sort-source {
18006
margin: 0
18007
}
18008
18009
.sort-source li:after {
18010
content: "/";
18011
color: #ccc
18012
}
18013
18014
.sort-source li:last-child:after,
18015
.sort-source.nav-pills li:after {
18016
content: ""
18017
}
18018
18019
.sort-source li a {
18020
color: #999;
18021
margin: 0 10px
18022
}
18023
18024
.sort-source.nav-pills li a {
18025
margin: 0
18026
}
18027
18028
.sort-source.nav-pills li.active a {
18029
color: #fff
18030
}
18031
18032
.sort-source li:first-child a {
18033
margin-left: 0
18034
}
18035
18036
.sort-source li a:hover {
18037
color: #222
18038
}
18039
18040
.sort-destination {
18041
margin: 0
18042
}
18043
18044
.selectpicker {
18045
font-weight: 400;
18046
padding-top: 5px;
18047
padding-bottom: 7px
18048
}
18049
18050
.selectpicker.btn-default {
18051
background: #fff;
18052
padding-left: 10px;
18053
text-transform: none;
18054
font-size: 15px;
18055
color: #8e959d;
18056
letter-spacing: 0;
18057
text-shadow: none
18058
}
18059
18060
.input-lg .selectpicker {
18061
padding-top: 12px;
18062
padding-bottom: 11px
18063
}
18064
18065
.bootstrap-select.form-control {
18066
margin-bottom: 20px !important
18067
}
18068
18069
.action-icons {
18070
margin: 5px 0 0
18071
}
18072
18073
.dgray-bg .icon-box-inline p {
18074
color: rgba(255, 255, 255, .4)
18075
}
18076
18077
.carousel-wrapper {
18078
overflow: hidden;
18079
background: url(../images/loader.gif) center center no-repeat;
18080
min-height: 150px
18081
}
18082
18083
.owl-carousel .owl-wrapper-outer {
18084
padding-top: 30px
18085
}
18086
18087
.widget .owl-carousel .owl-wrapper-outer {
18088
padding-top: 10px
18089
}
18090
18091
.btn-rounded {
18092
border-radius: 30px
18093
}
18094
18095
.light-title {
18096
color: #fff !important
18097
}
18098
18099
.gallery-items {
18100
margin: 0
18101
}
18102
18103
.causes-list-item h4 a:hover,
18104
.flex-caption-cause h3 a:hover,
18105
.urgent-cause .post-title a:hover {
18106
color: #333
18107
}
18108
18109
.parallax-icon-link {
18110
opacity: .2;
18111
color: #fff
18112
}
18113
18114
.parallax-icon-link:hover {
18115
opacity: .9
18116
}
18117
18118
.position-relative {
18119
position: relative
18120
}
18121
18122
.half-bg-right {
18123
position: absolute;
18124
right: 0;
18125
top: 0;
18126
width: 50%;
18127
height: 100%
18128
}
18129
18130
.featured-links,
18131
.featured-texts {
18132
margin-left: 0 !important;
18133
margin-right: 0 !important
18134
}
18135
18136
body {
18137
background-color: #fff;
18138
color: #353535;
18139
font-size: 16px;
18140
font-weight: 400;
18141
font-family: Lato, sans-serif;
18142
line-height: 1.55em;
18143
background-attachment: fixed;
18144
overflow-x: hidden;
18145
letter-spacing: .52px
18146
}
18147
18148
body.boxed {
18149
background-color: #333
18150
}
18151
18152
body.boxed .body {
18153
position: relative;
18154
margin: 0 auto;
18155
overflow: hidden;
18156
width: 100%;
18157
max-width: 1200px;
18158
height: auto;
18159
background-color: #fff;
18160
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
18161
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
18162
box-shadow: 0 0 2px rgba(0, 0, 0, .2)
18163
}
18164
18165
@media (min-width: 1200px) {
18166
body.boxed .site-header {
18167
width: 1200px;
18168
left: 50%;
18169
margin-left: -600px
18170
}
18171
}
18172
18173
.site-header-wrapper {
18174
width: 100%;
18175
position: absolute;
18176
z-index: 999
18177
}
18178
18179
.header-style2 .site-header-wrapper,
18180
.header-style3 .site-header-wrapper {
18181
position: relative
18182
}
18183
18184
.header-style3 .site-header-wrapper {
18185
box-shadow: 0 1px 0 rgba(0, 0, 0, .05)
18186
}
18187
18188
.site-header {
18189
z-index: 3;
18190
width: 100%;
18191
left: 0;
18192
-webkit-transition: all .3s ease .2s;
18193
-moz-transition: all .3s ease .2s;
18194
-ms-transition: all .3s ease .2s;
18195
-o-transition: all .3s ease .2s;
18196
transition: all .3s ease .1s;
18197
position: fixed
18198
}
18199
18200
.dd-menu>li,
18201
.header-style3 .fw-menu-wrapper>.container,
18202
.header-style3 .site-header>.container,
18203
.site-header .containers {
18204
position: relative
18205
}
18206
18207
.header-style2 .site-header,
18208
.header-style3 .site-header {
18209
position: relative;
18210
background: #fff
18211
}
18212
18213
.site-header.sticky {
18214
-webkit-transition: background .3s .2s, box-shadow .3s .2s;
18215
-moz-transition: background .3s .2s, box-shadow .3s .2s;
18216
-ms-transition: background .3s .2s, box-shadow .3s .2s;
18217
-o-transition: background .3s .2s, box-shadow .3s .2s;
18218
transition: background .3s .2s, box-shadow .3s .2s;
18219
background: rgba(255, 255, 255, 1);
18220
box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
18221
}
18222
18223
.header-style3 .is-sticky .site-header {
18224
box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
18225
}
18226
18227
.site-logo {
18228
padding: 10px 0 15px;
18229
float: left
18230
}
18231
18232
.default-logo {
18233
display: block
18234
}
18235
18236
.sticky-logo {
18237
display: none
18238
}
18239
18240
.sticky .default-logo,
18241
.sticky .sticky-logo {
18242
display: block
18243
}
18244
18245
.default-retina-logo,
18246
.sticky-retina-logo {
18247
display: none
18248
}
18249
18250
.header-style3 .site-logo {
18251
width: 100%;
18252
text-align: center
18253
}
18254
18255
.header-style3 .fw-menu-wrapper {
18256
width: 100%;
18257
background: #fff;
18258
z-index: 1111
18259
}
18260
18261
.fw-menu-wrapper .dd-menu {
18262
float: none
18263
}
18264
18265
.fw-menu-wrapper .dd-menu>li ul {
18266
top: 100%
18267
}
18268
18269
.header-info-col {
18270
float: right;
18271
color: #fff;
18272
margin-left: 30px;
18273
line-height: 50px;
18274
margin-top: 10px;
18275
font-family: 13px
18276
}
18277
18278
.header-style2 .header-info-col,
18279
.header-style3 .header-info-col,
18280
.sticky .header-info-col {
18281
color: #333
18282
}
18283
18284
.dd-menu>li:hover>a,
18285
.dd-menu>li:hover>a>i {
18286
color: #fff
18287
}
18288
18289
.dd-menu {
18290
margin: 0
18291
}
18292
18293
.dd-menu>li {
18294
font-size: 13px;
18295
display: inline-block;
18296
float: left;
18297
margin-left: 25px;
18298
margin-top: 12px;
18299
font-family: Lato, sans-serif
18300
}
18301
18302
.dd-menu>li ul,
18303
.dd-menu>li.megamenu>ul,
18304
.dd-menu>li>ul li ul {
18305
margin: 0;
18306
list-style-type: none
18307
}
18308
18309
.featured-link strong,
18310
.featured-text strong {
18311
font-family: 'Playfair Display', serif
18312
}
18313
18314
.dd-menu>li>a {
18315
display: block;
18316
color: #fff;
18317
line-height: 50px;
18318
text-transform: uppercase;
18319
letter-spacing: 1px
18320
}
18321
18322
.dd-menu>li>a>i {
18323
font-size: 10px
18324
}
18325
18326
.header-style2 .dd-menu>li>a,
18327
.header-style3 .dd-menu>li>a,
18328
.sticky .dd-menu>li>a {
18329
color: #333
18330
}
18331
18332
.dd-menu>li ul {
18333
position: absolute;
18334
top: 61px;
18335
left: -1px;
18336
z-index: 999;
18337
display: none;
18338
min-width: 100%;
18339
height: auto;
18340
background: #fff;
18341
border-top: 3px solid;
18342
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .176);
18343
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .176);
18344
box-shadow: 0 3px 3px rgba(0, 0, 0, .176)
18345
}
18346
18347
.dd-menu>li:hover ul {
18348
display: block;
18349
-webkit-animation-name: fadeInUp;
18350
-moz-animation-name: fadeInUp;
18351
-o-animation-name: fadeInUp;
18352
animation-name: fadeInUp
18353
}
18354
18355
.dd-menu>li>ul li {
18356
line-height: normal;
18357
font-size: 14px;
18358
position: relative;
18359
font-weight: 400
18360
}
18361
18362
.dd-menu>li.megamenu>ul>li a:first-child i.fa-caret-right {
18363
display: none
18364
}
18365
18366
.dd-menu>li>ul>li>a,
18367
.dd-menu>li>ul>li>ul>li>a,
18368
.dd-menu>li>ul>li>ul>ul>li>a {
18369
display: block;
18370
padding: 12px 20px;
18371
border-bottom: 1px solid rgba(0, 0, 0, .05);
18372
white-space: nowrap;
18373
text-decoration: none;
18374
color: #5e5e5e
18375
}
18376
18377
.dd-menu>li>ul>li>a:hover {
18378
color: #333
18379
}
18380
18381
.dd-menu>li>ul>li>a:hover,
18382
.dd-menu>li>ul>li>ul>li>a:hover {
18383
text-decoration: none;
18384
background-color: #F6F6F6
18385
}
18386
18387
.dd-menu>li>ul>li:last-child>a {
18388
border-bottom: 0
18389
}
18390
18391
.dd-menu>li>ul li ul {
18392
left: 101% !important;
18393
top: 0 !important;
18394
min-width: 150px;
18395
position: absolute;
18396
border: 0
18397
}
18398
18399
.dd-menu>li.megamenu {
18400
position: inherit !important;
18401
left: 0
18402
}
18403
18404
.dd-menu>li.megamenu>ul {
18405
left: 0 !important;
18406
min-width: inherit;
18407
width: 100%;
18408
top: 108%
18409
}
18410
18411
.dd-menu .megamenu-container {
18412
padding: 25px;
18413
width: 100%
18414
}
18415
18416
.dd-menu .megamenu-container ul {
18417
margin: 0;
18418
list-style-type: none;
18419
display: block !important;
18420
left: 0 !important;
18421
box-shadow: none;
18422
opacity: 1 !important;
18423
background: 0 0;
18424
position: static !important;
18425
text-align: left !important;
18426
border-top: 0
18427
}
18428
18429
.site-header .container {
18430
position: relative
18431
}
18432
18433
.dd-menu .megamenu-container .megamenu-sub-title {
18434
display: block;
18435
margin-bottom: 35px;
18436
font-size: 21px;
18437
color: #333;
18438
text-align: left
18439
}
18440
18441
.dd-menu .megamenu-container ul li {
18442
font-size: 15px;
18443
border-left: 0
18444
}
18445
18446
.dd-menu .megamenu-container ul li a {
18447
margin: 0;
18448
border-bottom: 0;
18449
color: #5e5e5e
18450
}
18451
18452
.dd-menu .megamenu-container ul.sub-menu li a {
18453
display: block;
18454
border-bottom: 1px solid #eee;
18455
padding: 10px 0
18456
}
18457
18458
.dd-menu .megamenu-container ul.sub-menu li:first-child a {
18459
padding-top: 0
18460
}
18461
18462
.dd-menu .megamenu-container ul.sub-menu li a:hover {
18463
text-decoration: none
18464
}
18465
18466
.header-style3 .dd-menu {
18467
width: 100%;
18468
text-align: center
18469
}
18470
18471
.header-style3 .dd-menu>li {
18472
float: none;
18473
display: inline-block;
18474
margin: 0 30px
18475
}
18476
18477
.topbar {
18478
min-height: 40px;
18479
color: #fff;
18480
background: #333
18481
}
18482
18483
.topbar .header-info-col {
18484
border: 0;
18485
margin-left: 0;
18486
margin-right: 30px;
18487
margin-top: 0;
18488
padding: 0;
18489
float: left;
18490
color: #fff;
18491
line-height: 40px
18492
}
18493
18494
.cause-thumb img,
18495
.fblock-image {
18496
border-radius: 100%
18497
}
18498
18499
.topbar .topmenu li {
18500
float: left;
18501
margin: 0
18502
}
18503
18504
.topbar .topmenu.social-icons li:first-child {
18505
border-left: 1px solid rgba(255, 255, 255, .2)
18506
}
18507
18508
.topbar .topmenu a:hover {
18509
color: rgba(255, 255, 255, .7)
18510
}
18511
18512
.topbar .topmenu.social-icons a:hover {
18513
background: #fff
18514
}
18515
18516
.topbar .topmenu a {
18517
display: inline-block;
18518
border-right: 1px solid rgba(255, 255, 255, .2);
18519
padding: 0 18px;
18520
line-height: 40px;
18521
font-size: 13px;
18522
color: #fff
18523
}
18524
18525
#menu-toggle {
18526
float: right;
18527
font-size: 24px;
18528
line-height: 50px;
18529
margin-top: 10px;
18530
color: #fff;
18531
margin-left: 40px
18532
}
18533
18534
.header-style2 #menu-toggle,
18535
.header-style3 #menu-toggle,
18536
.sticky #menu-toggle {
18537
color: #333
18538
}
18539
18540
.header-style3 #menu-toggle {
18541
position: absolute;
18542
right: 15px
18543
}
18544
18545
.conatainentadjustment {
18546
padding-bottom: 25px;
18547
padding-top: 25px
18548
}
18549
18550
.home .hero-area {
18551
min-height: 110px;
18552
position: relative
18553
}
18554
18555
.flex-caption-cell,
18556
.hero-slider,
18557
.hero-slider.flexslider ul.slides li {
18558
height: 600px
18559
}
18560
18561
.header-style2 .flex-caption-cell,
18562
.header-style2 .hero-slider,
18563
.header-style2 .hero-slider.flexslider ul.slides li,
18564
.header-style3 .flex-caption-cell,
18565
.header-style3 .hero-slider,
18566
.header-style3 .hero-slider.flexslider ul.slides li {
18567
height: 550px
18568
}
18569
18570
.page-banner {
18571
min-height: 110px;
18572
position: relative;
18573
background-color: #626262 !important
18574
}
18575
18576
.page-banner-text {
18577
position: absolute;
18578
bottom: 0px
18579
}
18580
18581
.page-banner h1 {
18582
color: #fff;
18583
position: relative
18584
}
18585
18586
.block-title,
18587
.widgettitle {
18588
position: relative;
18589
margin-bottom: 30px
18590
}
18591
18592
.block-title:after,
18593
.block-title:before,
18594
.widgettitle:after,
18595
.widgettitle:before {
18596
position: absolute;
18597
height: 3px;
18598
content: " ";
18599
bottom: -18px
18600
}
18601
18602
.block-title:before,
18603
.widgettitle:before {
18604
width: 40px;
18605
left: 0;
18606
background: #F23827
18607
}
18608
18609
.block-title:after,
18610
.widgettitle:after {
18611
width: 3px;
18612
left: 43px
18613
}
18614
18615
.cause-thumb,
18616
.featured-block,
18617
.featured-links {
18618
position: relative
18619
}
18620
18621
.block-title-center:before {
18622
left: 50%;
18623
margin-left: -20px
18624
}
18625
18626
.block-title-center:after {
18627
display: none
18628
}
18629
18630
.hero-slider {
18631
background-color: #666
18632
}
18633
18634
.flex-caption-table {
18635
width: 100%;
18636
display: table
18637
}
18638
18639
.flex-caption-cell {
18640
display: table-cell
18641
}
18642
18643
.flex-caption-text {
18644
display: block
18645
}
18646
18647
.header-style2 .flex-caption-text,
18648
.header-style3 .flex-caption-text {
18649
padding-top: 0
18650
}
18651
18652
.flex-caption-text h1,
18653
.flex-caption-text h2,
18654
.flex-caption-text h3,
18655
.flex-caption-text p {
18656
color: #fff;
18657
margin-bottom: 30px
18658
}
18659
18660
.flex-caption-text h2 {
18661
font-size: 51px;
18662
line-height: 60px
18663
}
18664
18665
.flex-caption-cause {
18666
background: rgba(255, 255, 255, 1);
18667
padding: 30px;
18668
width: 350px;
18669
position: relative;
18670
display: inline-block;
18671
margin: 0 auto;
18672
text-align: center
18673
}
18674
18675
.flex-caption-cause .meta-data {
18676
font-size: 14px;
18677
margin-bottom: 20px
18678
}
18679
18680
.featured-links .featured-link {
18681
height: 100px;
18682
text-align: center;
18683
color: #fff;
18684
display: block;
18685
padding: 20px 30px 0;
18686
background-repeat: no-repeat;
18687
background-position: left top
18688
}
18689
18690
.featured-links .featured-link:nth-child(1) {
18691
background-color: rgba(0, 0, 0, .1)
18692
}
18693
18694
.featured-links .featured-link:nth-child(2) {
18695
background-color: rgba(0, 0, 0, .2)
18696
}
18697
18698
.featured-links .featured-link:nth-child(3) {
18699
background-color: rgba(0, 0, 0, .3)
18700
}
18701
18702
.featured-links .featured-link:hover {
18703
background-color: rgba(0, 0, 0, 0)
18704
}
18705
18706
.featured-link span {
18707
text-transform: uppercase;
18708
color: rgba(255, 255, 255, .6);
18709
display: block;
18710
font-size: 12px
18711
}
18712
18713
.featured-link strong {
18714
font-size: 30px;
18715
color: #fff;
18716
display: block
18717
}
18718
18719
.featured-texts {
18720
border-top: 1px solid #e6e6e6;
18721
border-bottom: 1px solid #e6e6e6
18722
}
18723
18724
.featured-text {
18725
border-right: 1px solid #e6e6e6;
18726
text-align: center;
18727
padding: 40px 20px
18728
}
18729
18730
.featured-texts .featured-text:last-child {
18731
border-right: 0
18732
}
18733
18734
.featured-text span {
18735
text-transform: uppercase;
18736
color: rgba(0, 0, 0, .3);
18737
display: block;
18738
font-size: 12px
18739
}
18740
18741
.featured-text strong {
18742
font-size: 30px;
18743
color: #333;
18744
display: block
18745
}
18746
18747
.cause-thumb {
18748
display: inline-block;
18749
float: left
18750
}
18751
18752
.cause-thumb img {
18753
width: 100px;
18754
height: 100px;
18755
float: left;
18756
margin-right: 30px
18757
}
18758
18759
.content {
18760
padding: 75px 0;
18761
min-height: 400px
18762
}
18763
18764
.home .content {
18765
padding: 0
18766
}
18767
18768
.featured-block {
18769
margin: 0 auto;
18770
display: block
18771
}
18772
18773
.fblock-text {
18774
position: absolute;
18775
width: 100%;
18776
height: 100%;
18777
left: 0;
18778
top: 0;
18779
z-index: 2
18780
}
18781
18782
.fblock-text-tb {
18783
display: table;
18784
height: 100%;
18785
width: 100%
18786
}
18787
18788
.fblock-text-tbcell {
18789
display: table-cell
18790
}
18791
18792
.fblock-text strong {
18793
margin-bottom: 0;
18794
text-align: center;
18795
color: #fff;
18796
font-weight: 700;
18797
font-size: 24px;
18798
letter-spacing: .5px;
18799
display: block;
18800
padding: 0 30px
18801
}
18802
18803
.fblock-image-overlay {
18804
position: absolute;
18805
width: 88%;
18806
height: 88%;
18807
border-radius: 100%;
18808
z-index: 2;
18809
left: 6%;
18810
top: 6%;
18811
opacity: .3;
18812
-webkit-transition: all .3s ease .2s;
18813
-moz-transition: all .3s ease .2s;
18814
-ms-transition: all .3s ease .2s;
18815
-o-transition: all .3s ease .2s;
18816
transition: all .3s ease .1s
18817
}
18818
18819
.causes-list-item .cProgress,
18820
.list-thumb {
18821
position: relative
18822
}
18823
18824
.featured-block:hover .fblock-image-overlay {
18825
width: 100%;
18826
height: 100%;
18827
left: 0;
18828
top: 0;
18829
opacity: .6;
18830
-webkit-transition: width .3s .2s, height .3s .2s, left .3s .2s, top .3s .2s, opacity .3s .2s;
18831
-moz-transition: width .3s .2s, height .3s .2s, left .3s .2s, top .3s .2s, opacity .3s .2s;
18832
-ms-transition: width .3s .2s, height .3s .2s, left .3s .2s, top .3s .2s, opacity .3s .2s;
18833
-o-transition: width .3s .2s, height .3s .2s, left .3s .2s, top .3s .2s, opacity .3s .2s;
18834
transition: width .3s .2s, height .3s .2s, left .3s .2s, top .3s .2s, opacity .3s .2s
18835
}
18836
18837
#back-to-top,
18838
.gallery-updates>ul>li {
18839
-moz-transition: all .3s ease .2s;
18840
-ms-transition: all .3s ease .2s;
18841
-o-transition: all .3s ease .2s
18842
}
18843
18844
.causes-list {
18845
list-style-type: none;
18846
margin: 0
18847
}
18848
18849
.causes-list-item {
18850
padding: 0 0 35px;
18851
margin-bottom: 35px;
18852
border-bottom: 1px solid #E6E6E6
18853
}
18854
18855
.causes-list-item:last-child {
18856
padding-bottom: 0;
18857
border-bottom: 0
18858
}
18859
18860
.causes-list-item .cause-progress {
18861
width: 100px;
18862
height: 100px;
18863
position: absolute;
18864
right: -35px;
18865
top: 50%;
18866
margin-top: -30px;
18867
text-align: center
18868
}
18869
18870
.cause-list-item-cont {
18871
padding-left: 20px
18872
}
18873
18874
.cause-list-item-cont .meta-data {
18875
font-size: 14px
18876
}
18877
18878
.events-calendar-widget-head {
18879
padding: 20px;
18880
text-align: center;
18881
background: #E6E6E6
18882
}
18883
18884
.events-calendar-widget-head a {
18885
border-radius: 15px;
18886
line-height: 25px;
18887
padding: 0 14px;
18888
background: rgba(0, 0, 0, .2);
18889
color: #fff;
18890
text-transform: uppercase;
18891
display: inline-block;
18892
font-size: 11px;
18893
font-weight: 700
18894
}
18895
18896
.events-calendar-widget-head a:hover {
18897
background: rgba(0, 0, 0, .4);
18898
color: #fff
18899
}
18900
18901
.events-calendar-widget-head h3 {
18902
color: #fff;
18903
margin-top: 20px
18904
}
18905
18906
.events-calendar-widget-head .hang {
18907
background: #fff;
18908
border-radius: 10px;
18909
width: 40%;
18910
height: 15px;
18911
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .5);
18912
margin: 0 auto
18913
}
18914
18915
.events-compact-list {
18916
list-style-type: none;
18917
margin: 0
18918
}
18919
18920
.widget .events-compact-list .meta-data {
18921
margin-top: 0
18922
}
18923
18924
.event-list-item {
18925
padding: 12px 0 20px;
18926
margin-bottom: 12px;
18927
border-bottom: 1px solid #E6E6E6
18928
}
18929
18930
.event-list-item:last-child {
18931
border-bottom: 0;
18932
margin-bottom: 0;
18933
padding-bottom: 0
18934
}
18935
18936
.event-list-item h4 {
18937
font-size: 18px;
18938
font-weight: 700;
18939
line-height: 24px;
18940
margin-top: 5px;
18941
text-transform: none;
18942
margin-bottom: 10px;
18943
letter-spacing: 0
18944
}
18945
18946
.events-compact-list h4,
18947
.events-compact-list p {
18948
padding-left: 80px
18949
}
18950
18951
.event-list-item p {
18952
margin-bottom: 0
18953
}
18954
18955
.events-compact-list .event-list-thumb {
18956
margin-bottom: 10px;
18957
margin-top: 5px
18958
}
18959
18960
.home .events-compact-list .event-list-cont {
18961
padding-right: 20px
18962
}
18963
18964
.event-date {
18965
display: block;
18966
margin-bottom: 5px;
18967
float: left;
18968
margin-right: 20px;
18969
padding: 8px;
18970
color: #fff;
18971
width: 60px;
18972
text-align: center;
18973
font-family: Dosis, sans-serif
18974
}
18975
18976
.event-time {
18977
margin-top: 5px
18978
}
18979
18980
.event-date .date {
18981
font-size: 34px;
18982
line-height: 34px;
18983
display: block;
18984
border-bottom: 1px solid rgba(255, 255, 255, .5);
18985
padding-bottom: 8px;
18986
margin-bottom: 8px
18987
}
18988
18989
.event-date .day {
18990
font-size: 14px;
18991
line-height: 14px;
18992
display: block;
18993
position: relative
18994
}
18995
18996
.event-date .month,
18997
.event-date .year {
18998
text-transform: uppercase;
18999
display: block;
19000
line-height: 16px
19001
}
19002
19003
.event-date .month {
19004
letter-spacing: 1px
19005
}
19006
19007
.events-list {
19008
list-style-type: none;
19009
margin: 0
19010
}
19011
19012
.events-list .event-time {
19013
margin-top: 7px
19014
}
19015
19016
.events-list .event-list-item {
19017
padding: 0 0 34px;
19018
margin-bottom: 34px
19019
}
19020
19021
.events-list .event-list-item:last-child {
19022
margin-bottom: 0
19023
}
19024
19025
.events-list .event-list-item p {
19026
margin-bottom: 12px;
19027
margin-top: 20px
19028
}
19029
19030
.events-list .event-list-item .event-date {
19031
width: 9%;
19032
margin-right: 2%;
19033
float: left;
19034
text-align: center
19035
}
19036
19037
.events-list .event-list-item .date {
19038
display: block;
19039
float: none;
19040
line-height: 44px;
19041
margin-right: 0
19042
}
19043
19044
.events-list .event-list-item .day {
19045
display: block;
19046
margin: 0;
19047
top: 0
19048
}
19049
19050
.events-list .event-list-item .month {
19051
font-size: 12px
19052
}
19053
19054
.events-list .event-list-cont {
19055
width: 89%;
19056
float: left
19057
}
19058
19059
#testimonials-slider .owl-wrapper-outer {
19060
width: 100% !important
19061
}
19062
19063
#testimonials-slider .owl-pagination {
19064
margin-top: 15px
19065
}
19066
19067
.testimonial-block blockquote {
19068
border: 1px solid #E6E6E6;
19069
margin: 0 0 15px;
19070
padding: 20px 20px 20px 65px;
19071
position: relative
19072
}
19073
19074
.testimonial-block blockquote p {
19075
font-family: Lora, serif;
19076
font-style: normal;
19077
font-size: 18px;
19078
line-height: 28px
19079
}
19080
19081
.testimonial-block blockquote:after,
19082
.testimonial-block blockquote:before {
19083
position: absolute;
19084
display: inline-block;
19085
font-family: FontAwesome;
19086
font-style: normal;
19087
font-weight: 400;
19088
-webkit-font-smoothing: antialiased;
19089
-moz-osx-font-smoothing: grayscale;
19090
text-decoration: none;
19091
text-align: center
19092
}
19093
19094
.testimonial-block blockquote:before {
19095
content: "\f10d";
19096
font-size: 30px;
19097
left: 20px;
19098
top: 20px
19099
}
19100
19101
.testimonial-block blockquote:after {
19102
color: #E6E6E6;
19103
content: "\f107";
19104
font-size: 20px;
19105
left: 25px;
19106
width: 10px;
19107
text-indent: -1px;
19108
bottom: -15px;
19109
background: #fff
19110
}
19111
19112
.testimonial-avatar img {
19113
border-radius: 100%;
19114
float: left;
19115
margin-right: 20px;
19116
border: 1px solid #E6E6E6;
19117
padding: 3px
19118
}
19119
19120
.testimonial-info {
19121
height: 70px;
19122
display: table
19123
}
19124
19125
.testimonial-info-in {
19126
height: 70px;
19127
display: table-cell
19128
}
19129
19130
.testimonial-info strong {
19131
display: block;
19132
font-weight: 700;
19133
line-height: 14px
19134
}
19135
19136
.testimonial-info span {
19137
text-transform: uppercase;
19138
font-weight: 700;
19139
font-size: 11px;
19140
line-height: 14px
19141
}
19142
19143
.gallery-updates {
19144
position: relative;
19145
width: 100%;
19146
margin: 15px 0 15px 15px;
19147
padding: 15px
19148
}
19149
19150
.gallery-updates>ul {
19151
margin: 0;
19152
list-style-type: none;
19153
background: #000
19154
}
19155
19156
.gallery-updates>ul:after,
19157
.gallery-updates>ul:before {
19158
content: " ";
19159
display: table
19160
}
19161
19162
.gallery-updates>ul>li {
19163
opacity: .7;
19164
height: 100%;
19165
-webkit-transition: all .3s ease .2s;
19166
transition: all .3s ease .1s;
19167
background-color: #000;
19168
background-position: center center;
19169
background-size: cover;
19170
background-repeat: no-repeat
19171
}
19172
19173
.gallery-updates>ul>li>a {
19174
display: block;
19175
height: 100%;
19176
width: 100%
19177
}
19178
19179
.gallery-updates>ul>li:hover {
19180
opacity: .9
19181
}
19182
19183
.gallery-updates>ul>li .media-box .zoom {
19184
background: 0 0
19185
}
19186
19187
.gallery-updates.cols5>ul>li {
19188
width: 20%;
19189
float: left
19190
}
19191
19192
.gallery-updates.cols4 ul>li {
19193
width: 25%;
19194
float: left
19195
}
19196
19197
.gallery-updates.cols3>ul>li {
19198
width: 33.333%;
19199
float: left
19200
}
19201
19202
.gallery-updates.cols2>ul>li {
19203
width: 50%;
19204
float: left
19205
}
19206
19207
.gallery-updates-overlay {
19208
position: absolute;
19209
left: -168px;
19210
width: 275px;
19211
top: 50%;
19212
height: 27px;
19213
line-height: 25px;
19214
text-align: center;
19215
transform: rotate(-90deg);
19216
background: #fff;
19217
border-radius: 19px;
19218
color: #333;
19219
font-size: 11px;
19220
letter-spacing: 2px;
19221
text-transform: uppercase
19222
}
19223
19224
.gallery-updates-overlay i {
19225
position: relative;
19226
top: 1px
19227
}
19228
19229
.partner-carousel {
19230
border-top: 1px solid #e6e6e6;
19231
border-bottom: 1px solid #e6e6e6;
19232
padding: 30px 0;
19233
position: relative
19234
}
19235
19236
.partner-carousel .carousel-wrapper {
19237
min-height: 0;
19238
margin-top: 0
19239
}
19240
19241
.partner-carousel .owl-wrapper-outer {
19242
margin-bottom: 30px
19243
}
19244
19245
.cta-fw h4 {
19246
color: #fff;
19247
margin-top: 37px;
19248
margin-bottom: 0
19249
}
19250
19251
.site-footer {
19252
background-color: #333;
19253
padding: 70px 0
19254
}
19255
19256
.site-footer-bottom {
19257
background-color: #222;
19258
padding: 10px 0 10px 0px;
19259
color: #999
19260
}
19261
19262
.site-footer-bottom p {
19263
margin-bottom: 0;
19264
font-size: 13px
19265
}
19266
19267
.footer-menu {
19268
float: right;
19269
font-size: 13px;
19270
list-style-type: none;
19271
margin: 0
19272
}
19273
19274
.footer-menu li {
19275
display: inline-block;
19276
margin-left: 10px
19277
}
19278
19279
.footer-menu li:last-child:after {
19280
content: ""
19281
}
19282
19283
.footer-menu li a {
19284
color: #999;
19285
margin-right: 10px
19286
}
19287
19288
.footer-menu li:last-child a {
19289
margin-right: 0
19290
}
19291
19292
.site-footer .social-icons-rounded a:hover {
19293
color: #fff
19294
}
19295
19296
#back-to-top {
19297
position: fixed;
19298
right: -40px;
19299
bottom: 48px;
19300
background: rgba(0, 0, 0, .8);
19301
width: 40px;
19302
height: 40px;
19303
text-align: center;
19304
color: #fff;
19305
line-height: 43px;
19306
overflow: hidden;
19307
font-size: 17px;
19308
display: block;
19309
z-index: 1111;
19310
-webkit-transition: all .3s ease .2s;
19311
transition: all .3s ease .1s
19312
}
19313
19314
.cta {
19315
border: 1px solid #E6E6E6;
19316
padding: 25px;
19317
margin: 40px 0;
19318
background: #F6F6F6
19319
}
19320
19321
.cta p {
19322
font-size: 20px;
19323
line-height: 35px;
19324
margin-bottom: 0;
19325
text-transform: uppercase;
19326
font-weight: 700;
19327
letter-spacing: .5px
19328
}
19329
19330
.widget_donations {
19331
padding: 30px;
19332
color: #fff
19333
}
19334
19335
.widget_donations h4 {
19336
color: #fff;
19337
margin-bottom: 40px
19338
}
19339
19340
.job-block {
19341
border-width: 1px 1px 2px;
19342
border-style: solid;
19343
border-color: #E6E6E6 #E6E6E6 #ddd;
19344
padding: 20px;
19345
border-radius: 3px;
19346
margin-bottom: 20px
19347
}
19348
19349
.job-block:last-child {
19350
margin-bottom: 0
19351
}
19352
19353
.job-block h4 {
19354
margin-bottom: 9px;
19355
line-height: 20px
19356
}
19357
19358
.job-block p {
19359
margin-top: 20px
19360
}
19361
19362
.job-block .btn {
19363
float: right;
19364
margin-top: 4px
19365
}
19366
19367
#stories-slider {
19368
height: 447px;
19369
overflow: hidden
19370
}
19371
19372
#stories-slider li.item {
19373
background: #f7f7f7
19374
}
19375
19376
#stories-slider li.item img.img-responsive {
19377
width: 100%
19378
}
19379
19380
#stories-slider blockquote {
19381
margin: 0 0 30px;
19382
display: block
19383
}
19384
19385
#stories-slider blockquote p {
19386
font-size: 15px
19387
}
19388
19389
#stories-slider .story-slider-content {
19390
padding: 40px;
19391
max-width: 600px
19392
}
19393
19394
#stories-slider .story-slider-table {
19395
display: table;
19396
vertical-align: middle
19397
}
19398
19399
#stories-slider .story-slider-cell {
19400
display: table-cell;
19401
height: 337px
19402
}
19403
19404
.grid-item .social-icons-colored {
19405
margin: 15px 0
19406
}
19407
19408
.grid-item.grid-staff-item p:last-child {
19409
margin-bottom: 0
19410
}
19411
19412
.grid-item.grid-staff-item h3 {
19413
margin-bottom: 5px
19414
}
19415
19416
.grid-item.grid-staff-item .meta-data {
19417
margin-bottom: 20px;
19418
display: block
19419
}
19420
19421
.grid-staff-item-compact.grid-item {
19422
background: 0 0
19423
}
19424
19425
.grid-staff-item-compact .grid-item-content {
19426
padding: 12px 0 0;
19427
border: 0
19428
}
19429
19430
.grid-staff-item-compact .grid-item-inner {
19431
border: 0
19432
}
19433
19434
.grid-staff-item-compact .grid-item-content h3 {
19435
font-size: 15px;
19436
font-weight: 700;
19437
text-transform: none;
19438
margin-bottom: 0
19439
}
19440
19441
.isotope-grid {
19442
margin: 0;
19443
list-style-type: none
19444
}
19445
19446
.grid-holder {
19447
margin: 0 0 0 -3%;
19448
list-style-type: none;
19449
width: 105%;
19450
float: left
19451
}
19452
19453
.grid-holder .grid-item {
19454
float: left;
19455
margin-bottom: 3%;
19456
border-bottom: medium none;
19457
margin-top: 2px
19458
}
19459
19460
.grid-item {
19461
background: #fff
19462
}
19463
19464
.grid-item-inner {
19465
border: 1px solid #E6E6E6
19466
}
19467
19468
.grid-item-inner .grid-item-content {
19469
padding: 20px;
19470
position: relative;
19471
border-top: 1px solid #E6E6E6
19472
}
19473
19474
.grid-item-content {
19475
padding: 20px 0;
19476
position: relative
19477
}
19478
19479
.grid-item-meta {
19480
margin-bottom: 17px;
19481
display: block
19482
}
19483
19484
.grid-item h3 {
19485
font-size: 16px;
19486
line-height: 24px;
19487
letter-spacing: 1px;
19488
margin-bottom: 10px;
19489
text-transform: uppercase
19490
}
19491
19492
.cause-target {
19493
font-weight: 700
19494
}
19495
19496
.owl-carousel .cause-grid-item {
19497
position: relative;
19498
top: 0;
19499
-webkit-transition: all .3s ease .2s;
19500
-moz-transition: all .3s ease .2s;
19501
-ms-transition: all .3s ease .2s;
19502
-o-transition: all .3s ease .2s;
19503
transition: all .3s ease .1s
19504
}
19505
19506
.owl-carousel .cause-grid-item:hover {
19507
top: -20px;
19508
box-shadow: 0 0 10px rgba(0, 0, 0, .1);
19509
-webkit-transition: top .3s .2s, box-shadow .3s .2s;
19510
-moz-transition: top .3s .2s, box-shadow .3s .2s;
19511
-ms-transition: top .3s .2s, box-shadow .3s .2s;
19512
-o-transition: top .3s .2s, box-shadow .3s .2s;
19513
transition: top .3s .2s, box-shadow .3s .2s
19514
}
19515
19516
.owl-carousel .grid-item-inner {
19517
border: 0;
19518
position: relative
19519
}
19520
19521
.cause-grid-item .grid-item-content {
19522
border: 0;
19523
text-align: center;
19524
position: relative;
19525
padding-top: 50px;
19526
padding-bottom: 30px;
19527
z-index: 3;
19528
background: #fff
19529
}
19530
19531
.cause-grid-item .meta-data {
19532
margin-bottom: 20px;
19533
margin-top: 20px;
19534
font-size: 14px
19535
}
19536
19537
.owl-carousel .cause-grid-item .meta-data {
19538
margin: 20px 0 0;
19539
font-size: 13px
19540
}
19541
19542
.owl-carousel .cause-grid-item .btn {
19543
position: absolute;
19544
bottom: 0;
19545
z-index: 2;
19546
width: 150px;
19547
left: 50%;
19548
margin-left: -75px;
19549
padding-left: 10px;
19550
padding-right: 10px;
19551
-webkit-transition: all .3s ease .2s;
19552
-moz-transition: all .3s ease .2s;
19553
-ms-transition: all .3s ease .2s;
19554
-o-transition: all .3s ease .2s;
19555
transition: all .3s ease .1s
19556
}
19557
19558
.owl-carousel .cause-grid-item:hover .btn {
19559
bottom: -40px;
19560
-webkit-transition: bottom .3s .2s;
19561
-moz-transition: bottom .3s .2s;
19562
-ms-transition: bottom .3s .2s;
19563
-o-transition: bottom .3s .2s;
19564
transition: bottom .3s .2s
19565
}
19566
19567
.cause-grid-item .cProgress {
19568
position: absolute;
19569
top: -30px;
19570
left: 50%;
19571
margin-left: -30px;
19572
z-index: 11;
19573
width: 60px;
19574
background: #fff;
19575
border-radius: 100%;
19576
cursor: default;
19577
color: #666
19578
}
19579
19580
.cause-grid-item .cProgress strong {
19581
line-height: 60px;
19582
font-size: 16px
19583
}
19584
19585
.cause-grid-item,
19586
.event-grid-item {
19587
margin-bottom: 30px
19588
}
19589
19590
.event-grid-item .list-group {
19591
margin-bottom: 5px;
19592
margin-top: 25px
19593
}
19594
19595
.event-grid-item h3 {
19596
min-height: 65px;
19597
margin-top: 10px
19598
}
19599
19600
.event-list-item .event-date:after,
19601
.event-list-item .event-date:before,
19602
.event-list-item:after,
19603
.event-list-item:before,
19604
.grid-item-content:after,
19605
.grid-item-content:before,
19606
.widget-latest-gallery .gallery-items:after,
19607
.widget-latest-gallery .gallery-items:before {
19608
content: " ";
19609
display: table
19610
}
19611
19612
.gallery-items-nocaption .gallery-grid-item {
19613
margin-bottom: 30px
19614
}
19615
19616
.gallery-grid-item .grid-item-content {
19617
text-align: center
19618
}
19619
19620
.owl-carousel .grid-item-blog {
19621
border: 1px solid #E6E6E6
19622
}
19623
19624
.owl-carousel .blog-grid-item h3 {
19625
font-size: 18px;
19626
font-weight: 700;
19627
line-height: 24px;
19628
margin-top: 5px;
19629
text-transform: none;
19630
margin-bottom: 10px;
19631
letter-spacing: 0
19632
}
19633
19634
.donation-form-infocol:first-child label,
19635
.fc-toolbar h2 {
19636
line-height: 30px
19637
}
19638
19639
#message {
19640
margin-top: 20px
19641
}
19642
19643
.content-block {
19644
background-color: #fff;
19645
padding-top: 10px
19646
}
19647
19648
.single-cause .content-block,
19649
.single-event .content-block,
19650
.single-post .content-block {
19651
padding-top: 0
19652
}
19653
19654
.post-media {
19655
margin-bottom: 20px
19656
}
19657
19658
.post-content {
19659
margin-bottom: 40px
19660
}
19661
19662
.about-author {
19663
background: #f6f6f6;
19664
padding: 20px;
19665
margin-top: 35px;
19666
border-top: 3px solid #e6e6e6
19667
}
19668
19669
.comments,
19670
.comments li ul {
19671
padding-top: 25px;
19672
list-style-type: none
19673
}
19674
19675
.about-author .img-thumbnail {
19676
float: left;
19677
margin-right: 20px;
19678
width: 100px;
19679
max-width: 100px;
19680
border: 1px solid #fff;
19681
border-radius: 100%
19682
}
19683
19684
.about-author .post-author-content {
19685
padding-left: 120px
19686
}
19687
19688
.post-comments {
19689
margin: 55px 0 0
19690
}
19691
19692
.comments {
19693
margin: 0
19694
}
19695
19696
.comments li {
19697
margin-bottom: 35px;
19698
border-bottom: 1px solid #eee
19699
}
19700
19701
.comments li .post-comment-block {
19702
padding-bottom: 15px
19703
}
19704
19705
.comments li.admin>.post-comment-block {
19706
background-color: #f9f9f9
19707
}
19708
19709
.comments li .img-thumbnail {
19710
float: left;
19711
margin-right: 20px;
19712
width: 80px;
19713
border: 1px solid #fff;
19714
border-radius: 100%;
19715
box-shadow: 0 0 1px rgba(0, 0, 0, .2)
19716
}
19717
19718
.comments li .meta-data {
19719
margin-bottom: 12px
19720
}
19721
19722
.comments li h5 {
19723
margin-bottom: 5px;
19724
font-weight: 700;
19725
font-size: 16px
19726
}
19727
19728
.comments li h5 span {
19729
color: #999;
19730
font-weight: 400;
19731
font-family: Lora, serif
19732
}
19733
19734
.blog-list-item h4,
19735
.donation-choice-breaker,
19736
.twitter-widget .tweet-date,
19737
.widget_links ul li.active a {
19738
font-weight: 700
19739
}
19740
19741
.post-comment-content {
19742
padding-left: 100px
19743
}
19744
19745
.comments li ul {
19746
padding-left: 50px;
19747
margin: 0;
19748
border-top: 1px solid #eee
19749
}
19750
19751
.comments li ul>li:last-child {
19752
margin-bottom: 0;
19753
border-bottom: 0
19754
}
19755
19756
.post-comment-form {
19757
margin: 35px 0 0;
19758
border-bottom: 0
19759
}
19760
19761
.post-comment-form .form-control {
19762
margin-bottom: 5px;
19763
margin-top: 15px
19764
}
19765
19766
.post-comment-form .btn {
19767
margin-top: 15px
19768
}
19769
19770
.fc-toolbar h2 {
19771
font-size: 20px
19772
}
19773
19774
.single-event .content-block .list-group {
19775
margin-top: 0
19776
}
19777
19778
.btn-event-single-book {
19779
margin-top: 17px
19780
}
19781
19782
.blog-list-item {
19783
padding-bottom: 24px;
19784
margin-bottom: 24px;
19785
border-bottom: 1px solid #e6e6e6
19786
}
19787
19788
.blog-list-item .img-thumbnail {
19789
margin-top: 5px
19790
}
19791
19792
.blog-list-item h4 {
19793
margin-bottom: 10px;
19794
font-size: 18px
19795
}
19796
19797
.owl-carousel .blog-grid-item .grid-item-content {
19798
position: absolute;
19799
z-index: 2;
19800
bottom: 0;
19801
height: auto !important;
19802
border-top: 0
19803
}
19804
19805
.owl-carousel .blog-grid-item h3 a {
19806
color: #fff
19807
}
19808
19809
.owl-carousel .blog-grid-item .media-box img {
19810
opacity: .5
19811
}
19812
19813
.owl-carousel .blog-grid-item .media-box {
19814
background: #000
19815
}
19816
19817
.blog-grid-item p {
19818
margin-bottom: 0;
19819
margin-top: 22px
19820
}
19821
19822
#news-slider .owl-wrapper-outer {
19823
padding-top: 10px
19824
}
19825
19826
.blog-grid-item .meta-data {
19827
margin: 20px 0 10px
19828
}
19829
19830
.owl-carousel .blog-grid-item .meta-data {
19831
margin: 10px 0 0;
19832
color: #eee;
19833
opacity: .8
19834
}
19835
19836
.blog-grid-item .tag-cloud {
19837
margin-top: 22px
19838
}
19839
19840
#DonateModal .modal-body {
19841
background: #f6f6f6;
19842
padding-left: 40px;
19843
padding-right: 40px
19844
}
19845
19846
#DonateModal .modal-footer {
19847
padding-left: 70px;
19848
padding-right: 70px
19849
}
19850
19851
#DonateModal .modal-dialog {
19852
width: 800px
19853
}
19854
19855
#DonateModal .modal-header {
19856
position: relative
19857
}
19858
19859
#DonateModal .modal-header h4 {
19860
margin-bottom: 20px
19861
}
19862
19863
#DonateModal .modal-header .form-control {
19864
margin-bottom: 0
19865
}
19866
19867
.donate-amount-option {
19868
text-align: center;
19869
padding-top: 20px;
19870
padding-bottom: 5px
19871
}
19872
19873
.donate-amount-option .input-group {
19874
width: 70%;
19875
margin-left: 15%
19876
}
19877
19878
.donation-choice-breaker {
19879
position: absolute;
19880
width: 24px;
19881
height: 24px;
19882
line-height: 24px;
19883
color: #fff;
19884
border-radius: 100%;
19885
left: 50%;
19886
top: 50%;
19887
margin: -12px 0 0 -6px;
19888
text-transform: uppercase;
19889
text-align: center;
19890
font-size: 11px;
19891
background: #ccc
19892
}
19893
19894
.predefined-amount {
19895
list-style-type: none;
19896
margin: 0
19897
}
19898
19899
.predefined-amount li {
19900
display: inline-block;
19901
margin-right: 5px
19902
}
19903
19904
.predefined-amount li label {
19905
cursor: pointer;
19906
border: 2px solid #e6e6e6;
19907
padding: 6px 10px;
19908
border-radius: 3px
19909
}
19910
19911
.predefined-amount li label.selected {
19912
color: #fff
19913
}
19914
19915
.predefined-amount li input {
19916
display: none
19917
}
19918
19919
.donation-form-infocol:first-child {
19920
border-right: 1px solid #e6e6e6
19921
}
19922
19923
.sidebar-block .widget {
19924
margin-bottom: 40px
19925
}
19926
19927
.widgettitle {
19928
position: relative;
19929
margin-bottom: 50px
19930
}
19931
19932
.sidebar-block .widget:last-child {
19933
margin-bottom: 0
19934
}
19935
19936
.widget li.list-group-item {
19937
margin-bottom: 0;
19938
border-bottom: 0
19939
}
19940
19941
.widget_archive:after,
19942
.widget_archive:before,
19943
.widget_categories:after,
19944
.widget_categories:before {
19945
content: " ";
19946
display: table
19947
}
19948
19949
.widget_archive ul,
19950
.widget_categories ul,
19951
.widget_links ul,
19952
.widget_meta ul,
19953
.widget_recent_causes ul,
19954
.widget_recent_comments ul,
19955
.widget_recent_entries ul {
19956
list-style-type: none;
19957
margin: 0
19958
}
19959
19960
.twitter-widget ul li,
19961
.widget_archive ul li,
19962
.widget_categories ul li,
19963
.widget_links ul li,
19964
.widget_meta ul li,
19965
.widget_recent_causes li,
19966
.widget_recent_comments ul li,
19967
.widget_recent_entries ul li,
19968
.widget_upcoming_events li {
19969
border-bottom: 1px solid #F6F6F6;
19970
padding-bottom: 10px;
19971
margin-bottom: 10px
19972
}
19973
19974
.widget_archive ul li i,
19975
.widget_categories ul li i,
19976
.widget_links ul li i,
19977
.widget_meta ul li i,
19978
.widget_recent_comments ul li i,
19979
.widget_recent_entries ul li i,
19980
.widget_upcoming_events li i {
19981
font-size: 11px;
19982
color: #999
19983
}
19984
19985
.footer_widget .twitter-widget ul li,
19986
.footer_widget.widget_archive ul li,
19987
.footer_widget.widget_categories ul li,
19988
.footer_widget.widget_links ul li,
19989
.footer_widget.widget_meta ul li,
19990
.footer_widget.widget_recent_comments ul li,
19991
.footer_widget.widget_recent_entries ul li {
19992
border-bottom: 1px solid rgba(255, 255, 255, .05)
19993
}
19994
19995
.widget_archive ul li a,
19996
.widget_categories ul li a,
19997
.widget_links ul li a,
19998
.widget_meta ul li a,
19999
.widget_recent_comments ul li a,
20000
.widget_recent_entries ul li a {
20001
display: inline-block;
20002
position: relative;
20003
color: #5e5e5e
20004
}
20005
20006
.widget_recent_causes li:after,
20007
.widget_recent_causes li:before,
20008
.widget_recent_posts li:after,
20009
.widget_recent_posts li:before {
20010
display: table;
20011
content: " "
20012
}
20013
20014
.widget .meta-data {
20015
margin-top: 5px;
20016
line-height: 20px
20017
}
20018
20019
.tag-cloud a {
20020
display: inline-block;
20021
margin-right: 4px;
20022
margin-bottom: 10px;
20023
padding: 4px 11px;
20024
border-radius: 3px;
20025
background: #666;
20026
text-decoration: none;
20027
font-size: 13px;
20028
color: #fff
20029
}
20030
20031
.footer_widget h4.widgettitle:after,
20032
.footer_widget h4.widgettitle:before,
20033
.twitter-widget li:nth-child(odd) {
20034
display: none
20035
}
20036
20037
.tag-cloud a:hover {
20038
text-decoration: none;
20039
color: #fff
20040
}
20041
20042
.twitter-widget ul {
20043
margin: 0;
20044
list-style-type: none
20045
}
20046
20047
.widget-latest-gallery .gallery-items {
20048
width: 103%;
20049
margin-left: -3%
20050
}
20051
20052
.widget-latest-gallery .gallery-items>li {
20053
float: left;
20054
margin-left: 3%;
20055
margin-bottom: 20px
20056
}
20057
20058
.widget-latest-gallery.columns2 .gallery-items>li {
20059
width: 47%
20060
}
20061
20062
.widget-latest-gallery.columns3 .gallery-items>li {
20063
width: 30%
20064
}
20065
20066
.widget-latest-gallery.columns4 .gallery-items>li {
20067
width: 22%
20068
}
20069
20070
.footer_widget h4.widgettitle {
20071
text-transform: uppercase;
20072
border-bottom: 0;
20073
color: #fff;
20074
font-weight: 700;
20075
font-size: 14px;
20076
margin-bottom: 26px;
20077
letter-spacing: 1px;
20078
font-family: Lato, sans-serif
20079
}
20080
20081
.megamenu-container .widget_recent_causes li h4,
20082
.widget.recent_posts ul li h5 {
20083
font-size: 15px;
20084
font-weight: 400
20085
}
20086
20087
.footer_widget,
20088
.site-footer .footer_widget a {
20089
color: #999
20090
}
20091
20092
.widget.recent_posts ul {
20093
background-color: #fff;
20094
list-style-type: none !important;
20095
margin: 0
20096
}
20097
20098
.widget.recent_posts ul li {
20099
min-height: 75px;
20100
margin-bottom: 12px;
20101
border-bottom: 1px solid #eee
20102
}
20103
20104
.widget.recent_posts ul li:last-child {
20105
border-bottom: 0;
20106
margin-bottom: 0
20107
}
20108
20109
.widget.recent_posts ul li .media-box {
20110
float: left;
20111
margin-top: 5px
20112
}
20113
20114
.widget.recent_posts ul li .media-box img {
20115
width: auto
20116
}
20117
20118
.widget.recent_posts ul li h5 {
20119
padding-left: 82px;
20120
margin-bottom: 5px
20121
}
20122
20123
.widget.recent_posts ul li h5 a {
20124
color: #000
20125
}
20126
20127
.widget.recent_posts ul li .meta-data.grid-item-meta {
20128
padding-left: 90px;
20129
margin-bottom: 0
20130
}
20131
20132
.widget_recent_causes .cause-thumb img {
20133
margin-right: 20px;
20134
width: 60px;
20135
height: 60px
20136
}
20137
20138
.widget_recent_causes li {
20139
padding-bottom: 12px
20140
}
20141
20142
.widget_recent_causes li .meta-data {
20143
padding-left: 80px
20144
}
20145
20146
.widget_recent_causes h4 {
20147
margin-bottom: 10px
20148
}
20149
20150
.widget_recent_causes .cProgress {
20151
width: 60px;
20152
position: absolute;
20153
left: 0;
20154
background: 0 0
20155
}
20156
20157
.widget_recent_causes .cause-thumb .cProgress strong {
20158
line-height: 60px;
20159
font-size: 20px;
20160
color: #fff
20161
}
20162
20163
.fact-ico {
20164
float: left;
20165
margin: 0 20px 0 0
20166
}
20167
20168
.fact {
20169
margin-top: 10px;
20170
display: block;
20171
color: #666;
20172
font-size: 18px
20173
}
20174
20175
.counters .timer {
20176
display: -block;
20177
color: #333;
20178
font-weight: 700;
20179
font-size: 38px;
20180
margin-top: 5px
20181
}
20182
20183
.parallax-light .fact-ico,
20184
.parallax-light .timer,
20185
.parallax-light h1,
20186
.parallax-light h2,
20187
.parallax-light h3 {
20188
color: #fff
20189
}
20190
20191
.parallax-light .fact,
20192
.parallax-light p {
20193
color: rgba(255, 255, 255, .6)
20194
}
20195
20196
.parallax-text-block {
20197
background: #fff;
20198
box-shadow: 0 0 10px rgba(0, 0, 0, .2)
20199
}
20200
20201
.icon-box {
20202
margin-bottom: 30px
20203
}
20204
20205
.icon-box.ibox-large .ibox-icon {
20206
width: 96px;
20207
height: 96px
20208
}
20209
20210
.icon-box.ibox-outline .ibox-icon {
20211
border: 1px solid;
20212
border-radius: 50%;
20213
padding: 3px
20214
}
20215
20216
.icon-box.ibox-outline .ibox-icon i {
20217
line-height: 56px
20218
}
20219
20220
.icon-box.ibox-outline.ibox-large .ibox-icon {
20221
padding: 4px
20222
}
20223
20224
.icon-box.ibox-rounded .ibox-icon,
20225
.icon-box.ibox-rounded .ibox-icon i,
20226
.icon-box.ibox-rounded .ibox-icon img {
20227
border-radius: 3px !important
20228
}
20229
20230
.icon-box.ibox-rounded.ibox-large .ibox-icon,
20231
.icon-box.ibox-rounded.ibox-large .ibox-icon i,
20232
.icon-box.ibox-rounded.ibox-large .ibox-icon img {
20233
border-radius: 4px !important
20234
}
20235
20236
.icon-box.ibox-light .ibox-icon i,
20237
.icon-box.ibox-light .ibox-icon img {
20238
border: 1px solid #eee;
20239
background-color: #f9f9f9;
20240
color: #444
20241
}
20242
20243
.icon-box.ibox-light .ibox-icon i {
20244
line-height: 62px
20245
}
20246
20247
.icon-box.ibox-light.ibox-large .ibox-icon i {
20248
line-height: 96px
20249
}
20250
20251
.icon-box.ibox-light.ibox-outline.ibox-large .ibox-icon i {
20252
line-height: 84px
20253
}
20254
20255
.icon-box.ibox-dark.ibox-outline .ibox-icon {
20256
border-color: #444
20257
}
20258
20259
.icon-box.ibox-dark .ibox-icon i,
20260
.icon-box.ibox-dark .ibox-icon img {
20261
background-color: #505050
20262
}
20263
20264
.icon-box.ibox-border .ibox-icon {
20265
border: 1px solid;
20266
border-radius: 50%;
20267
padding: 0
20268
}
20269
20270
.icon-box.ibox-border .ibox-icon i,
20271
.icon-box.ibox-border .ibox-icon img {
20272
border: none;
20273
background-color: transparent !important
20274
}
20275
20276
.icon-box.ibox-border.ibox-dark .ibox-icon {
20277
border-color: #505050
20278
}
20279
20280
.icon-box.ibox-plain .ibox-icon {
20281
border: none !important;
20282
height: auto !important
20283
}
20284
20285
.icon-box.ibox-plain .ibox-icon i,
20286
.icon-box.ibox-plain .ibox-icon img {
20287
border: none !important;
20288
background-color: transparent !important;
20289
border-radius: 0
20290
}
20291
20292
.icon-box.ibox-plain .ibox-icon i {
20293
font-size: 48px;
20294
line-height: 1 !important
20295
}
20296
20297
.icon-box.ibox-plain.ibox-image .ibox-icon {
20298
width: auto
20299
}
20300
20301
.icon-box.ibox-plain.ibox-image .ibox-icon img {
20302
width: auto;
20303
display: inline-block
20304
}
20305
20306
.icon-box.ibox-plain.ibox-small {
20307
padding-left: 42px
20308
}
20309
20310
.icon-box.ibox-plain.ibox-small .ibox-icon {
20311
width: 28px
20312
}
20313
20314
.icon-box.ibox-plain.ibox-small h3 {
20315
font-size: 15px;
20316
line-height: 26px;
20317
margin-bottom: 10px
20318
}
20319
20320
.icon-box.ibox-plain.ibox-small p {
20321
margin-left: -42px
20322
}
20323
20324
.icon-box.ibox-plain.ibox-small .ibox-icon i {
20325
font-size: 28px
20326
}
20327
20328
.icon-box.ibox-plain.ibox-small .ibox-icon img {
20329
height: 28px
20330
}
20331
20332
.icon-box.ibox-plain.ibox-large .ibox-icon i {
20333
font-size: 72px
20334
}
20335
20336
.icon-box.ibox-center {
20337
text-align: center;
20338
padding: 0
20339
}
20340
20341
.icon-box.ibox-center .ibox-icon {
20342
position: relative;
20343
width: 96px;
20344
height: 96px;
20345
margin: 0 auto 30px
20346
}
20347
20348
.icon-box.ibox-center.ibox-outline .ibox-icon i {
20349
line-height: 88px
20350
}
20351
20352
.icon-box.ibox-center p {
20353
margin-top: 15px
20354
}
20355
20356
.icon-box.ibox-center.ibox-large .ibox-icon {
20357
width: 128px;
20358
height: 128px
20359
}
20360
20361
.icon-box.ibox-center.ibox-large .ibox-icon i {
20362
font-size: 70px;
20363
line-height: 128px
20364
}
20365
20366
.icon-box.ibox-center.ibox-large.ibox-outline .ibox-icon i {
20367
line-height: 118px
20368
}
20369
20370
.icon-box.ibox-center.ibox-light .ibox-icon i {
20371
line-height: 94px
20372
}
20373
20374
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-large .ibox-icon i {
20375
line-height: 114px
20376
}
20377
20378
.icon-box.ibox-center.ibox-large.ibox-border .ibox-icon i {
20379
line-height: 126px !important
20380
}
20381
20382
.icon-box.ibox-center.ibox-plain .ibox-icon i {
20383
font-size: 84px
20384
}
20385
20386
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon i {
20387
font-size: 112px
20388
}
20389
20390
.icon-box.ibox-center.ibox-large.ibox-plain .ibox-icon img {
20391
height: 128px
20392
}
20393
20394
.icon-box.ibox-center.ibox-small .ibox-icon {
20395
width: 64px;
20396
height: 64px
20397
}
20398
20399
.icon-box.ibox-center.ibox-small .ibox-icon i {
20400
font-size: 28px;
20401
line-height: 64px
20402
}
20403
20404
.icon-box.ibox-center.ibox-small.ibox-outline .ibox-icon i {
20405
line-height: 58px
20406
}
20407
20408
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon i {
20409
font-size: 56px
20410
}
20411
20412
.icon-box.ibox-center.ibox-small p {
20413
font-size: 14px;
20414
margin-top: 10px
20415
}
20416
20417
.icon-box.ibox-center.ibox-plain.ibox-small p {
20418
margin-left: 0
20419
}
20420
20421
.icon-box.ibox-right {
20422
text-align: right;
20423
padding: 0 80px 0 0
20424
}
20425
20426
.cProgress,
20427
.cProgress strong,
20428
.pricing-column,
20429
.pricing-table .popover {
20430
text-align: center
20431
}
20432
20433
.icon-box.ibox-right.ibox-large {
20434
padding-right: 115px
20435
}
20436
20437
.icon-box.ibox-right .ibox-icon {
20438
left: auto;
20439
right: 0
20440
}
20441
20442
.icon-box.ibox-right.ibox-plain.ibox-small {
20443
padding: 0 42px 0 0
20444
}
20445
20446
.icon-box.ibox-right.ibox-plain.ibox-small p {
20447
margin: 0 -42px 0 0
20448
}
20449
20450
.icon-box h3+.ibox-icon {
20451
margin-top: 20px !important
20452
}
20453
20454
.icon-box h3 span.subtitle {
20455
display: block;
20456
margin-top: 5px;
20457
color: #444;
20458
text-transform: none
20459
}
20460
20461
.icon-box.ibox-center:not(.ibox-bg) h3:after {
20462
content: '';
20463
display: block;
20464
width: 30px;
20465
border-top: 2px solid #505050;
20466
-webkit-transition: width .3s ease;
20467
-o-transition: width .3s ease;
20468
transition: width .3s ease;
20469
margin: 20px auto
20470
}
20471
20472
.icon-box.ibox-center:not(.ibox-bg):hover h3:after {
20473
width: 50px
20474
}
20475
20476
.icon-box.ibox-center.noborder:not(.ibox-bg) h3:after,
20477
.icon-box.ibox-center.nobottomborder:not(.ibox-bg) h3:after {
20478
display: none
20479
}
20480
20481
.icon-box.ibox-center.ibox-italic p {
20482
font-style: italic
20483
}
20484
20485
.icon-box.ibox-bg.ibox-center {
20486
margin-top: 68px;
20487
background-color: #fff;
20488
border: 1px solid #eee;
20489
border-radius: 5px;
20490
padding: 68px 30px 30px
20491
}
20492
20493
.icon-box.ibox-bg.ibox-center:first-child {
20494
margin-top: 48px
20495
}
20496
20497
.icon-box.ibox-bg.ibox-center.ibox-large {
20498
margin-top: 84px;
20499
padding-top: 84px
20500
}
20501
20502
.icon-box.ibox-bg.ibox-center.ibox-large:first-child {
20503
margin-top: 64px
20504
}
20505
20506
.icon-box.ibox-bg.ibox-center .ibox-icon {
20507
position: absolute;
20508
top: -48px;
20509
left: 50%;
20510
margin: 0 0 0 -48px
20511
}
20512
20513
.icon-box.ibox-bg.ibox-center.ibox-large .ibox-icon {
20514
top: -64px;
20515
left: 50%;
20516
margin-left: -64px
20517
}
20518
20519
.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon,
20520
.icon-box.ibox-bg.ibox-center.ibox-outline .ibox-icon,
20521
.icon-box.ibox-bg.ibox-center.ibox-plain .ibox-icon {
20522
background-color: #FFF
20523
}
20524
20525
.icon-box .ibox-icon i {
20526
z-index: 1;
20527
-webkit-transition: background-color .3s, color .3s;
20528
-o-transition: background-color .3s, color .3s;
20529
transition: background-color .3s, color .3s;
20530
font-style: normal;
20531
font-size: 28px;
20532
text-align: center;
20533
line-height: 64px
20534
}
20535
20536
.icon-box .ibox-icon i:after {
20537
pointer-events: none;
20538
position: absolute;
20539
width: 100%;
20540
height: 100%;
20541
border-radius: 50%;
20542
content: '';
20543
-webkit-box-sizing: content-box;
20544
-moz-box-sizing: content-box;
20545
box-sizing: content-box;
20546
top: -3px;
20547
left: -3px;
20548
box-shadow: 0 0 0 2px #505050;
20549
-webkit-transition: 0 .3s, opacity .3s;
20550
-webkit-transform: scale(.8);
20551
-moz-transition: 0 .3s, opacity .3s;
20552
-moz-transform: scale(.8);
20553
-ms-transform: scale(.8);
20554
transition: transform .3s, opacity .3s;
20555
transform: scale(.8);
20556
opacity: 0;
20557
padding: 3px
20558
}
20559
20560
.icon-box .ibox-icon i:hover,
20561
.icon-box:hover .ibox-icon i {
20562
background-color: #505050;
20563
color: #fff
20564
}
20565
20566
.icon-box.ibox-outline:hover .ibox-icon {
20567
border-color: #505050
20568
}
20569
20570
.icon-box {
20571
position: relative;
20572
margin-top: 20px;
20573
padding: 0 0 0 80px
20574
}
20575
20576
.icon-box:first-child {
20577
margin-top: 0
20578
}
20579
20580
.icon-box .ibox-icon {
20581
display: block;
20582
position: absolute;
20583
width: 64px;
20584
height: 64px;
20585
top: 0;
20586
left: 0
20587
}
20588
20589
.icon-box .ibox-icon a,
20590
.icon-box .ibox-icon i,
20591
.icon-box .ibox-icon img {
20592
display: block;
20593
position: relative;
20594
width: 100%;
20595
height: 100%;
20596
color: #fff
20597
}
20598
20599
.icon-box .ibox-icon i,
20600
.icon-box .ibox-icon img {
20601
border-radius: 50%
20602
}
20603
20604
.icon-box h3 {
20605
font-size: 21px;
20606
margin-bottom: 0
20607
}
20608
20609
.icon-box p {
20610
margin: 8px 0 0
20611
}
20612
20613
.icon-box .before-heading {
20614
font-size: 14px
20615
}
20616
20617
.icon-box.ibox-large {
20618
padding: 0 0 0 115px
20619
}
20620
20621
.icon-box.ibox-center .ibox-icon i,
20622
.icon-box.ibox-large .ibox-icon i {
20623
font-size: 42px;
20624
line-height: 96px
20625
}
20626
20627
.icon-box.ibox-center.ibox-light.ibox-outline .ibox-icon i,
20628
.icon-box.ibox-outline.ibox-large .ibox-icon i {
20629
line-height: 86px
20630
}
20631
20632
.icon-box.ibox-border.ibox-light .ibox-icon,
20633
.icon-box.ibox-light.ibox-outline .ibox-icon {
20634
border-color: #eee
20635
}
20636
20637
.icon-box.ibox-center.ibox-light.ibox-outline.ibox-small .ibox-icon i,
20638
.icon-box.ibox-light.ibox-outline .ibox-icon i {
20639
line-height: 54px
20640
}
20641
20642
.icon-box.ibox-border .ibox-icon i,
20643
.icon-box.ibox-center.ibox-small.ibox-border .ibox-icon i {
20644
line-height: 62px !important
20645
}
20646
20647
.icon-box.ibox-border.ibox-large .ibox-icon i,
20648
.icon-box.ibox-center.ibox-border .ibox-icon i {
20649
line-height: 94px !important
20650
}
20651
20652
.icon-box.ibox-border.ibox-light .ibox-icon i,
20653
.icon-box.ibox-border.ibox-light .ibox-icon img,
20654
.icon-box.ibox-plain.ibox-light .ibox-icon i,
20655
.icon-box.ibox-plain.ibox-light .ibox-icon img {
20656
color: #888
20657
}
20658
20659
.icon-box.ibox-border.ibox-dark .ibox-icon i,
20660
.icon-box.ibox-border.ibox-dark .ibox-icon img,
20661
.icon-box.ibox-plain.ibox-dark .ibox-icon i,
20662
.icon-box.ibox-plain.ibox-dark .ibox-icon img {
20663
color: #444
20664
}
20665
20666
.icon-box.ibox-center.ibox-small.ibox-plain .ibox-icon img,
20667
.icon-box.ibox-plain .ibox-icon img {
20668
height: 64px
20669
}
20670
20671
.icon-box.ibox-center.ibox-plain .ibox-icon img,
20672
.icon-box.ibox-plain.ibox-large .ibox-icon img {
20673
height: 96px
20674
}
20675
20676
.ibox-border.ibox-rounded .ibox-icon i:after,
20677
.ibox-rounded .ibox-icon i:after {
20678
border-radius: 3px
20679
}
20680
20681
.icon-box.ibox-white .ibox-icon {
20682
border-color: #fff !important
20683
}
20684
20685
.icon-box.ibox-white .ibox-icon i {
20686
color: #fff !important
20687
}
20688
20689
.icon-box.ibox-white h3 {
20690
color: #fff
20691
}
20692
20693
.icon-box.ibox-white p {
20694
color: #fff;
20695
opacity: .7
20696
}
20697
20698
.parallax {
20699
background-attachment: fixed !important;
20700
background-position: center center;
20701
-webkit-background-size: cover;
20702
-moz-background-size: cover;
20703
background-size: cover;
20704
background-repeat: no-repeat;
20705
background-color: #333;
20706
position: relative
20707
}
20708
20709
.page-banner.parallax,
20710
.touch .parallax {
20711
background-attachment: scroll !important;
20712
background: rgb(72, 72, 72) !important;
20713
}
20714
20715
.pricing-table {
20716
margin-top: 50px;
20717
margin-bottom: 50px
20718
}
20719
20720
.pricing-table:after {
20721
display: block;
20722
visibility: hidden;
20723
height: 0;
20724
content: ""
20725
}
20726
20727
.pricing-table>div:first-child .pricing-column-content,
20728
.pricing-table>div:first-child h3 {
20729
border-left: 1px solid #eee !important
20730
}
20731
20732
.pricing-column {
20733
float: left;
20734
overflow: hidden;
20735
padding: 0;
20736
background-color: #fff;
20737
-webkit-transition: box-shadow .2s linear;
20738
-moz-transition: box-shadow .2s linear;
20739
-o-transition: box-shadow .2s linear;
20740
transition: box-shadow .2s linear
20741
}
20742
20743
.pricing-column .features {
20744
padding: 0;
20745
margin-bottom: 0;
20746
background: 0 0
20747
}
20748
20749
.pricing-column .features a {
20750
color: #5e5e5e
20751
}
20752
20753
.pricing-column .pricing-column-content {
20754
padding: 0 0 20px;
20755
border-right: 1px solid #eee;
20756
border-bottom: 1px solid #eee
20757
}
20758
20759
.pricing-column.highlight {
20760
z-index: 1;
20761
margin: -20px 0 0 -1px;
20762
background-color: #fff
20763
}
20764
20765
.pricing-column.highlight .pricing-column-content,
20766
.pricing-column.highlight h3 {
20767
border: none
20768
}
20769
20770
.pricing-column h3,
20771
.pricing-column ul li:first-child {
20772
border-top: 1px solid #eee
20773
}
20774
20775
.pricing-column.highlight h3 .highlight-reason {
20776
display: block;
20777
color: rgba(0, 0, 0, .4);
20778
text-transform: uppercase;
20779
letter-spacing: 1.5px;
20780
font-size: 12px
20781
}
20782
20783
.pricing-column.highlight .pricing-column-content {
20784
border-right: 1px solid #eee;
20785
border-bottom: 1px solid #eee;
20786
border-left: 1px solid #eee
20787
}
20788
20789
.pricing-column ul li {
20790
padding: 10px 25px;
20791
border-bottom: 1px solid #eee;
20792
color: #666 !important;
20793
list-style: none;
20794
line-height: 18px
20795
}
20796
20797
.pricing-column ul li a {
20798
margin-left: 10px
20799
}
20800
20801
.pricing-column ul li:nth-child(2n+1) {
20802
background-color: #F9F8F5
20803
}
20804
20805
.pricing-column.highlight h3 {
20806
margin-bottom: 0 !important;
20807
padding: 15px 0;
20808
color: #fff !important
20809
}
20810
20811
.toggle .pricing-column h3 {
20812
font-size: 26px !important
20813
}
20814
20815
.pricing-column h3 {
20816
margin-bottom: 0;
20817
padding: 18px 0;
20818
border-right: 1px solid #eee;
20819
border-bottom: 1px solid #eee;
20820
background-color: #fff;
20821
font-size: 26px;
20822
line-height: 28px
20823
}
20824
20825
.pricing-column h4 {
20826
margin-bottom: 0;
20827
margin-left: -22px;
20828
padding: 20px 30px 6px;
20829
color: #333;
20830
font-size: 54px !important;
20831
line-height: 42px !important
20832
}
20833
20834
.pricing-column h4 .dollar-sign {
20835
position: relative;
20836
top: -14px;
20837
right: -6px;
20838
font-size: 22px;
20839
line-height: 22px
20840
}
20841
20842
.pricing-column .interval {
20843
display: block;
20844
padding-bottom: 17px;
20845
min-height: 38px;
20846
color: #999
20847
}
20848
20849
.pricing-column ul {
20850
margin-left: 0
20851
}
20852
20853
.pricing-column .btn {
20854
margin-top: 25px
20855
}
20856
20857
.pricing-column.highlight .btn {
20858
margin-bottom: 20px
20859
}
20860
20861
.pricing-table.six-cols>div {
20862
width: 16.5%
20863
}
20864
20865
.pricing-table.five-cols>div {
20866
width: 20%
20867
}
20868
20869
.pricing-table.four-cols>div {
20870
width: 25%
20871
}
20872
20873
.pricing-table.three-cols>div {
20874
width: 33.2%
20875
}
20876
20877
.pricing-table.two-cols>div {
20878
width: 50%
20879
}
20880
20881
.cProgress {
20882
width: 60px;
20883
display: inline-block;
20884
position: relative;
20885
line-height: 1.2;
20886
background: #fff;
20887
border-radius: 100%;
20888
cursor: default;
20889
color: #666
20890
}
20891
20892
.cProgress canvas {
20893
vertical-align: top
20894
}
20895
20896
.cProgress strong {
20897
position: absolute;
20898
top: 0;
20899
left: 0;
20900
width: 100%;
20901
line-height: 60px;
20902
font-size: 16px
20903
}
20904
20905
.cProgress strong i {
20906
font-style: normal;
20907
font-size: .6em;
20908
font-weight: 400
20909
}
20910
20911
.cProgress span {
20912
display: block;
20913
color: #aaa;
20914
margin-top: 12px
20915
}
20916
20917
@media (min-width: 992px) and (max-width: 1199px) {
20918
.site-header .header-info-col {
20919
display: none
20920
}
20921
}
20922
20923
@media only screen and (max-width: 992px) {
20924
.pricing-column .features,
20925
.pricing-column.highlight .btn {
20926
margin-bottom: 0
20927
}
20928
.dd-menu>li,
20929
.flex-caption-cause {
20930
margin-top: 0
20931
}
20932
.pricing-column.highlight {
20933
margin: 0
20934
}
20935
.pricing-table>div:nth-child(2n+1) h3,
20936
.pricing-table>div:third-child .pricing-column-content {
20937
border-left: 1px solid #eee !important
20938
}
20939
.pricing-column ul li:first-child {
20940
border-top: 1px solid #eee
20941
}
20942
.pricing-column ul li:nth-child(2n+1) {
20943
background-color: #f8f8f8
20944
}
20945
.toggle .pricing-column h3 {
20946
font-size: 26px !important
20947
}
20948
.pricing-table.five-cols>div,
20949
.pricing-table.four-cols>div,
20950
.pricing-table.six-cols>div,
20951
.pricing-table.three-cols>div,
20952
.pricing-table.two-cols>div {
20953
width: 50%
20954
}
20955
.carousel-wrapper,
20956
.dd-menu {
20957
width: 100%
20958
}
20959
.flex-caption-cell,
20960
.hero-slider,
20961
.hero-slider.flexslider ul.slides li {
20962
height: 500px
20963
}
20964
.header-style2 .flex-caption-cell,
20965
.header-style2 .hero-slider,
20966
.header-style2 .hero-slider.flexslider ul.slides li,
20967
.header-style3 .flex-caption-cell,
20968
.header-style3 .hero-slider,
20969
.header-style3 .hero-slider.flexslider ul.slides li {
20970
height: 450px
20971
}
20972
#stories-slider,
20973
#stories-slider .story-slider-cell {
20974
height: auto
20975
}
20976
.footer_widget .social-icons li,
20977
.footer_widget .social-icons-colored li {
20978
margin-bottom: 10px
20979
}
20980
.site-header .container {
20981
position: static
20982
}
20983
#menu-toggle {
20984
display: block
20985
}
20986
.dd-menu {
20987
position: absolute;
20988
top: 73px;
20989
left: 0;
20990
float: none !important;
20991
border-left: 0;
20992
background: #fff;
20993
display: none;
20994
z-index: 1111
20995
}
20996
.header-style2 .dd-menu,
20997
.header-style3 .dd-menu {
20998
border-top: 1px solid #e6e6e6
20999
}
21000
.header-style3 .fw-menu-wrapper>.container {
21001
position: static
21002
}
21003
.header-style3 .dd-menu {
21004
top: 113px;
21005
text-align: left
21006
}
21007
.counters .fact,
21008
.counters .timer,
21009
.fact-ico {
21010
text-align: center
21011
}
21012
.header-style3 .dd-menu>li {
21013
margin: 0
21014
}
21015
.dd-menu>li {
21016
display: block;
21017
float: none;
21018
width: 100%;
21019
margin-left: 0
21020
}
21021
.half-bg-right,
21022
.widget-title .basic-link {
21023
display: none
21024
}
21025
.dd-menu>li>a {
21026
border-right: 0;
21027
font-size: 15px;
21028
color: #333;
21029
padding-left: 25px;
21030
border-bottom: 1px solid #e6e6e6
21031
}
21032
.menu-opened {
21033
position: relative !important
21034
}
21035
.dd-menu>li ul,
21036
.dd-menu>li>ul li ul {
21037
box-shadow: none;
21038
border: 0;
21039
position: relative;
21040
top: 0;
21041
left: 0 !important;
21042
padding-left: 25px
21043
}
21044
.dd-menu>li.megamenu {
21045
position: static !important
21046
}
21047
.dd-menu>li>ul>li>a {
21048
font-weight: 700
21049
}
21050
.dd-menu>li>ul>li>a,
21051
.dd-menu>li>ul>li>ul>li>a,
21052
.dd-menu>li>ul>li>ul>ul>li>a {
21053
padding-left: 15px
21054
}
21055
.megamenu-col {
21056
margin-bottom: 30px
21057
}
21058
.widget_donations h4 {
21059
font-size: 28px
21060
}
21061
.fact-ico {
21062
float: none;
21063
margin-bottom: 20px;
21064
margin-right: 0
21065
}
21066
.sidebar-block .widget-title h3,
21067
.widgettitle {
21068
font-size: 24px
21069
}
21070
.sidebar-block {
21071
margin-top: 50px
21072
}
21073
.cta-fw h4,
21074
body.boxed .body {
21075
margin-top: 0
21076
}
21077
.gallery-updates {
21078
margin: 70px 0 0;
21079
padding-top: 30px
21080
}
21081
.gallery-updates-overlay {
21082
top: -15px;
21083
transform: none;
21084
left: 50%;
21085
margin-left: -136px
21086
}
21087
.gallery-updates.cols2>ul>li,
21088
.gallery-updates.cols3>ul>li,
21089
.gallery-updates.cols4 ul>li,
21090
.gallery-updates.cols5>ul>li {
21091
width: 33.333333%
21092
}
21093
#stories-slider .story-slider-content {
21094
max-width: none
21095
}
21096
#DonateModal .modal-dialog {
21097
width: 97%
21098
}
21099
.partner-carousel .push-top {
21100
margin-top: 10px
21101
}
21102
}
21103
21104
@media only screen and (max-width: 991px) {
21105
.m_mt10 {
21106
margin-top: 10px
21107
}
21108
.copyrights-col-left,
21109
.copyrights-col-right,
21110
.cta,
21111
.cta-fw,
21112
.fw-cta,
21113
.page-banner-text {
21114
text-align: center
21115
}
21116
.isotope {
21117
overflow: visible !important;
21118
height: auto !important
21119
}
21120
.isotope-item {
21121
position: static !important;
21122
margin-right: auto;
21123
margin-left: auto;
21124
width: auto;
21125
float: none;
21126
-webkit-transform: none !important;
21127
-moz-transform: none !important;
21128
-ms-transform: none !important;
21129
-o-transform: none !important;
21130
transform: none !important
21131
}
21132
.isotope-hidden {
21133
display: none !important
21134
}
21135
.donation-choice-breaker,
21136
.flex-caption,
21137
.header-info-col,
21138
.page-banner h1:after,
21139
.page-banner h1:before,
21140
p.lead br {
21141
display: none
21142
}
21143
.grid-item .media-box {
21144
margin-bottom: 0
21145
}
21146
.pricing-table.five-cols>div,
21147
.pricing-table.four-cols>div,
21148
.pricing-table.six-cols>div,
21149
.pricing-table.three-cols>div,
21150
.pricing-table.two-cols>div {
21151
margin: 0 auto 30px;
21152
width: 100%
21153
}
21154
.content {
21155
padding: 50px 0
21156
}
21157
.grid-item .media-box,
21158
.grid-item .media-box img {
21159
width: 100%
21160
}
21161
.page-banner {
21162
min-height: 110px
21163
}
21164
.page-banner h1 {
21165
font-size: 30px;
21166
margin-bottom: 0
21167
}
21168
.footer_widget,
21169
.grid-item {
21170
margin-bottom: 40px
21171
}
21172
.page-banner-text {
21173
bottom: 20px;
21174
width: 100%;
21175
left: 0
21176
}
21177
.featured-text {
21178
border-bottom: 1px solid #e6e6e6;
21179
padding-top: 25px;
21180
padding-bottom: 25px
21181
}
21182
.parallax-text-block {
21183
float: none !important;
21184
width: 100%
21185
}
21186
.parallax br {
21187
content: ""
21188
}
21189
.parallax br:after,
21190
p.lead br:after {
21191
content: " "
21192
}
21193
.padding-tb75 {
21194
padding-top: 50px;
21195
padding-bottom: 50px
21196
}
21197
.owl-carousel .cause-grid-item:hover {
21198
-webkit-transition: none;
21199
-moz-transition: none;
21200
-ms-transition: none;
21201
-o-transition: none;
21202
transition: none;
21203
top: 0
21204
}
21205
.owl-carousel .cause-grid-item {
21206
padding-bottom: 20px
21207
}
21208
.owl-carousel .cause-grid-item .btn {
21209
bottom: -40px
21210
}
21211
.cta .btn,
21212
.cta-fw .btn,
21213
.fw-cta .btn {
21214
float: none !important;
21215
margin-top: 10px !important;
21216
}
21217
.widget_donations h4 {
21218
font-size: 22px
21219
}
21220
.fact-ico {
21221
margin-top: 20px
21222
}
21223
.fact {
21224
margin-bottom: 20px
21225
}
21226
.widget_volunteer_form {
21227
margin-top: 40px
21228
}
21229
.spacer-75 {
21230
height: 50px
21231
}
21232
.cause-list-item-cont {
21233
padding-left: 20px;
21234
padding-top: 60px
21235
}
21236
.causes-list-item .cause-progress {
21237
right: 50%;
21238
top: auto;
21239
margin-top: -30px;
21240
margin-right: -50px
21241
}
21242
.events-list .event-list-item .event-date {
21243
width: 14%;
21244
margin-right: 4%
21245
}
21246
.events-list .event-list-cont {
21247
width: 82%
21248
}
21249
.contact address {
21250
margin-bottom: 30px
21251
}
21252
.flex-caption-cell,
21253
.hero-slider,
21254
.hero-slider.flexslider ul.slides li {
21255
height: 350px
21256
}
21257
.header-style2 .flex-caption-cell,
21258
.header-style2 .hero-slider,
21259
.header-style2 .hero-slider.flexslider ul.slides li,
21260
.header-style3 .flex-caption-cell,
21261
.header-style3 .hero-slider,
21262
.header-style3 .hero-slider.flexslider ul.slides li {
21263
height: 250px
21264
}
21265
.copyrights-col-left {
21266
margin-bottom: 15px
21267
}
21268
.footer-menu {
21269
float: none
21270
}
21271
.site-footer .sp-links {
21272
margin: 22px 0
21273
}
21274
.single-event .content-block .list-group {
21275
margin-top: 50px
21276
}
21277
.blog-list-item .grid-featured-img {
21278
margin-bottom: 20px
21279
}
21280
#causes-slider .owl-item {
21281
height: auto !important
21282
}
21283
}
21284
21285
@media only screen and (-webkit-min-device-pixel-ratio: 2),
21286
only screen and (min--moz-device-pixel-ratio: 2),
21287
only screen and (-o-min-device-pixel-ratio: 21),
21288
only screen and (min-device-pixel-ratio: 2),
21289
only screen and (min-resolution: 192dpi),
21290
only screen and (min-resolution: 2dppx) {
21291
.default-retina-logo {
21292
display: block
21293
}
21294
.default-logo,
21295
.sticky .default-logo,
21296
.sticky .default-retina-logo,
21297
.sticky .sticky-logo {
21298
display: none
21299
}
21300
.sticky .sticky-retina-logo {
21301
display: block
21302
}
21303
}
21304
21305
.side-category-scroll {
21306
max-height: 247px;
21307
overflow-x: auto;
21308
overflow-y: scroll
21309
}
21310
21311
.side-category-scroll-custom {
21312
background-color: #fff;
21313
border: 1px solid #e6e6e6;
21314
padding: 10px
21315
}
21316
21317
.main-bg-color {
21318
background-color: #F7F7F7
21319
}
21320
21321
.search-box-header {
21322
height: 30px !important;
21323
border-radius: 5px !important;
21324
width: 100% !important;
21325
padding: 0 9px;
21326
margin: 5px 0 0 !important
21327
}
21328
21329
/* custom.css */
21330
21331
@media only screen and (max-width: 584px) {
21332
.mobile-hide {
21333
display: none !important
21334
}
21335
.mobile-show {
21336
display: block !important
21337
}
21338
}
21339
21340
@media only screen and (min-width: 584px) {
21341
.mobile-hide {
21342
display: block !important
21343
}
21344
.mobile-show {
21345
display: none !important
21346
}
21347
}
21348
21349
@media only screen and (max-width: 312px) {
21350
.featured-link {
21351
height: 129px !important
21352
}
21353
}
21354
21355
@media only screen and (max-width: 406px) {
21356
.nav>li>a {
21357
padding: 5px 3px !important;
21358
font-size: 9px
21359
}
21360
}
21361
21362
@media only screen and (max-width: 300px) {
21363
.nav>li>a {
21364
padding: 5px 3px !important;
21365
font-size: 9px
21366
}
21367
}
21368
21369
@media only screen and (max-width: 767px) {
21370
.m_continer {
21371
padding: 25px !important
21372
}
21373
}
21374
21375
.post-title:hover {
21376
color: #ff4500
21377
}
21378
21379
.bg-grey {
21380
background-color: #F7F7F7 !important
21381
}
21382
21383
.nav-tabs>li>a:hover {
21384
background-color: #FA890F !important;
21385
border: 1px solid #FA890F !important
21386
}
21387
21388
.mt40 {
21389
margin-top: 40px
21390
}
21391
21392
.mb40 {
21393
margin-bottom: 40px
21394
}
21395
21396
.mb20 {
21397
margin-bottom: 20px
21398
}
21399
21400
.mt10 {
21401
margin-top: 10px
21402
}
21403
21404
.p10 {
21405
padding: 10px
21406
}
21407
21408
.pt20 {
21409
padding-top: 20px
21410
}
21411
21412
.pb20 {
21413
padding-bottom: 20px
21414
}
21415
21416
.m10 {
21417
margin: 10px
21418
}
21419
21420
.bg-white {
21421
background-color: #fff
21422
}
21423
21424
.pt50 {
21425
padding-top: 50px
21426
}
21427
21428
.pb50 {
21429
padding-bottom: 50px
21430
}
21431
21432
.w100p {
21433
width: 100%
21434
}
21435
21436
.pt50 {
21437
padding-top: 50px
21438
}
21439
21440
.pt50 {
21441
padding-top: 50px
21442
}
21443
21444
.pb15 {
21445
padding-bottom: 15px
21446
}
21447
21448
@media screen and (max-width: 600px) {
21449
.callbacks_nav {
21450
top: 47%
21451
}
21452
}
21453
21454
.callbacks_nav {
21455
position: absolute;
21456
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
21457
top: 59%;
21458
left: 0;
21459
opacity: .5;
21460
z-index: 3;
21461
text-indent: -9999px;
21462
overflow: hidden;
21463
text-decoration: none;
21464
height: 61px;
21465
width: 24px;
21466
background: transparent url(../img/themes1.gif) no-repeat left top;
21467
margin-top: -30px
21468
}
21469
21470
.callbacks_nav:active {
21471
opacity: 1
21472
}
21473
21474
.callbacks_nav.next {
21475
left: auto;
21476
background-position: right top;
21477
right: 0
21478
}
21479
21480
.rslides {
21481
position: relative;
21482
list-style: none;
21483
overflow: hidden;
21484
width: 100%;
21485
padding: 0;
21486
margin: 0;
21487
min-height: 278px
21488
}
21489
21490
.rslides li {
21491
-webkit-backface-visibility: hidden;
21492
position: absolute;
21493
display: none;
21494
width: 100%;
21495
left: 0;
21496
top: 0
21497
}
21498
21499
.rslides li:first-child {
21500
position: relative;
21501
display: block;
21502
float: left
21503
}
21504
21505
.rslides img {
21506
display: block;
21507
height: auto;
21508
float: left;
21509
width: 100%;
21510
border: 0
21511
}
21512
21513
.error {
21514
color: red
21515
}
21516
21517
.homebottomnews {
21518
margin: 0 0 15px;
21519
font-family: Lato, sans-serif;
21520
color: #333;
21521
font-weight: 400;
21522
line-height: 1.5em;
21523
font-size: 15px
21524
}
21525
21526
.categorysidepage {
21527
border-radius: 5px
21528
}
21529
21530
.categorysidepage:hover {
21531
background-color: #fff !important;
21532
color: #FA890F !important;
21533
border: 1px orange solid
21534
}
21535
21536
.categorytoppage {
21537
background-color: #fff !important;
21538
color: #FA890F;
21539
border: 1px orange solid;
21540
border-radius: 5px
21541
}
21542
21543
.categorytoppage:hover {
21544
background-color: #FA890F !important;
21545
color: #fff
21546
}
21547
21548
.underline:hover {
21549
text-decoration: underline
21550
}
21551
21552
#load_more_data_user {
21553
position: relative;
21554
margin: 20px 0 0;
21555
border: 1px solid #BABABA;
21556
border-radius: 4px;
21557
background-color: #F4F4F4;
21558
text-align: center;
21559
padding: 10px 0;
21560
text-transform: uppercase;
21561
color: #605F5F;
21562
font-size: 14px;
21563
font-weight: 700;
21564
cursor: pointer
21565
}
21566
21567
#load_more_data_user:hover {
21568
background-color: #D5D5D5
21569
}
21570
21571
@media (min-width: 750px) and (max-width: 1000px) {
21572
.col-tb-3 {
21573
width: 33.33% !important
21574
}
21575
}
21576
21577
.sort-label-10-min,
21578
.sort-label-closing-day {
21579
background-color: #A0A0A0;
21580
font-size: 14px;
21581
padding: 1px 10px;
21582
color: #fff;
21583
border-radius: 2px;
21584
cursor: pointer
21585
}
21586
21587
.sort-label-10-min:hover,
21588
.sort-label-closing-day:hover {
21589
background-color: #FA890F
21590
}
21591
21592
.sort-label-div-10-min,
21593
.sort-label-div-closing-day {
21594
width: 100%;
21595
text-align: center;
21596
margin-bottom: 5px;
21597
margin-top: 5px
21598
}
21599
21600
.sort-label-div-10-min>.active,
21601
.sort-label-div-closing-day>.active {
21602
background-color: #FA890F
21603
}
21604
21605
.chart-loader {
21606
text-align: center;
21607
margin-left: -115px;
21608
width: 230px;
21609
left: 50%;
21610
top: 45%;
21611
opacity: .7;
21612
position: absolute;
21613
padding: 3px 13px;
21614
background-color: #FF8400;
21615
color: #fff;
21616
box-shadow: 1px 1px 1px 1px rgba(45, 44, 39, 0.59);
21617
border-radius: 6px
21618
}
21619
21620
.bg-white {
21621
background-color: #fff
21622
}
21623
21624
.color-white {
21625
color: #fff
21626
}
21627
21628
.fs15 {
21629
font-size: 15px
21630
}
21631
21632
.color-orange {
21633
color: orange
21634
}
21635
21636
.fs11 {
21637
font-size: 11px
21638
}
21639
21640
.fs12 {
21641
font-size: 12px
21642
}
21643
21644
.fs17 {
21645
font-size: 17px
21646
}
21647
21648
.fs13 {
21649
font-size: 13px
21650
}
21651
21652
.fs21 {
21653
font-size: 21px
21654
}
21655
21656
.bg-darkgrey {
21657
background-color: #626262
21658
}
21659
21660
.bg-offgrey {
21661
background-color: #F4F4F4
21662
}
21663
21664
.dib {
21665
display: inline-block
21666
}
21667
21668
.fb {
21669
font-weight: 700
21670
}
21671
21672
.w90p {
21673
width: 88% !important
21674
}
21675
21676
.color-up {
21677
color: #77DE3D
21678
}
21679
21680
.color-down {
21681
color: #FF4747
21682
}
21683
21684
.dif {
21685
display: inline-flex
21686
}
21687
21688
.pt2 {
21689
padding-top: 2px
21690
}
21691
21692
.mb40 {
21693
margin-bottom: 40px
21694
}
21695
21696
.mb30 {
21697
margin-bottom: 30px
21698
}
21699
21700
.pb10 {
21701
padding-bottom: 10px !important
21702
}
21703
21704
.pt0 {
21705
padding-top: 0 !important
21706
}
21707
21708
.pb0 {
21709
padding-bottom: 0 !important
21710
}
21711
21712
.p10 {
21713
padding: 10px
21714
}
21715
21716
.custom-txt {
21717
padding: 0 5px;
21718
margin-left: -2px;
21719
border: 1px solid #F9880E;
21720
width: 40%;
21721
border-radius: 3px;
21722
text-align: right;
21723
font-weight: 700
21724
}
21725
21726
.txt_rate_of_interest {
21727
padding: 0 5px;
21728
margin-left: -2px;
21729
border: 1px solid #F9880E;
21730
width: 40%;
21731
border-radius: 3px
21732
}
21733
21734
.label_rate_of_interest {
21735
padding: 7px;
21736
color: #000;
21737
z-index: 100;
21738
display: inline-block;
21739
width: 32%
21740
}
21741
21742
.result_rate_of_interst {
21743
background-color: #626262;
21744
padding: 10px;
21745
color: #fff;
21746
font-size: 14px
21747
}
21748
21749
.inner_result_roi {
21750
width: 50px;
21751
text-align: right
21752
}
21753
21754
.ui_roi {
21755
padding-top: 15px;
21756
text-align: left;
21757
font-size: 12px
21758
}
21759
21760
.nav-tabs-custom>li.active>a,
21761
.nav-tabs-custom>li.active>a:hover,
21762
.nav-tabs-custom>li.active>a:focus {
21763
background-color: #FA890F !important;
21764
border-color: #FA890F !important;
21765
margin-right: 2px !important
21766
}
21767
21768
.nav-tabs>li>a {
21769
background-color: #A0A0A0;
21770
color: #fff
21771
}
21772
21773
.ui_roi p {
21774
margin-bottom: 0
21775
}
21776
21777
.extra-bg ul {
21778
background-color: #F4F4F4 !important;
21779
list-style-type: none;
21780
margin: 0
21781
}
21782
21783
.input-group-addon {
21784
min-width: 40px;
21785
padding: 6px 15px;
21786
font-size: 14px;
21787
font-weight: 400;
21788
line-height: 1;
21789
color: #9b9ead;
21790
text-align: center;
21791
background-color: #fff;
21792
border: 1px solid #ddd;
21793
border-radius: 5px
21794
}
21795
21796
.input-group-addon,
21797
.input-group-btn {
21798
width: 1%;
21799
white-space: nowrap;
21800
vertical-align: middle
21801
}
21802
21803
.input-group .form-control,
21804
.input-group-addon,
21805
.input-group-btn {
21806
display: table-cell
21807
}
21808
21809
.user-search {
21810
font-weight: 500;
21811
font-family: Lato, sans-serif;
21812
font-size: 16px
21813
}
21814
21815
.w100p {
21816
width: 100%
21817
}
21818
21819
#trans-loader {
21820
left: 50%;
21821
top: 50%;
21822
width: 55px;
21823
height: 55px;
21824
margin: -25px 0 0 -25px;
21825
background-color: #faebd7;
21826
z-index: 2001;
21827
border: 2px solid #ffc42a;
21828
position: fixed
21829
}
21830
21831
.publifront_user_percentage {
21832
font-family: 'Open Sans', sans-serif
21833
}
21834
21835
.text-center {
21836
text-align: center !important
21837
}
21838
21839
.rating_bar {
21840
height: 16px;
21841
background: url(../images/stars.png);
21842
background-repeat: repeat-x;
21843
background-position: 0 0;
21844
text-align: left
21845
}
21846
21847
.rating {
21848
height: 16px;
21849
background: url(../images/stars.png);
21850
background-position: 0 -16px;
21851
background-repeat: repeat-x
21852
}
21853
21854
.pn {
21855
padding: 0 !important
21856
}
21857
21858
.user-group-widget .user-avatar {
21859
border: 3px solid #CCC;
21860
display: block;
21861
width: 100%\9;
21862
max-width: 100%;
21863
height: auto
21864
}
21865
21866
.pb20 {
21867
padding-bottom: 20px !important
21868
}
21869
21870
.pt20 {
21871
padding-top: 20px !important
21872
}
21873
21874
.mt30 {
21875
margin-top: 30px !important
21876
}
21877
21878
.panel {
21879
margin-bottom: 45px;
21880
background-color: #fff;
21881
border-radius: 4px
21882
}
21883
21884
.list-group-item,
21885
.panel,
21886
.panel-body,
21887
.panel-heading {
21888
position: relative
21889
}
21890
21891
.panel-menu {
21892
background-color: #fafafa;
21893
padding: 12px;
21894
border: 1px solid #e5eaee
21895
}
21896
21897
.mt10 {
21898
margin-top: 10px !important
21899
}
21900
21901
.pv10 {
21902
padding-top: 10px !important;
21903
padding-bottom: 10px !important
21904
}
21905
21906
.readmorebutton {
21907
text-align: center;
21908
margin: 10px
21909
}
21910
21911
.nonewsfound {
21912
width: 100%;
21913
text-align: center;
21914
font-size: 15px
21915
}
21916
21917
.sidecategorybutton {
21918
padding: 0 25px;
21919
margin: 2px
21920
}
21921
21922
.newsdescription {
21923
max-height: 99px;
21924
overflow: hidden;
21925
padding-bottom: 20px
21926
}
21927
21928
.newstitleclass {
21929
background: rgba(244, 139, 25, 0.82);
21930
text-transform: uppercase;
21931
color: #fff !important;
21932
text-align: center;
21933
position: absolute;
21934
top: 0;
21935
font-size: 12px;
21936
padding: 1px 5px
21937
}
21938
21939
img:hover {
21940
opacity: .7;
21941
filter: alpha(opacity=100)
21942
}
21943
21944
.paddingpagetopsection {
21945
padding-top: 25px
21946
}
21947
21948
.settingdescriptionallpages {
21949
padding: 10px;
21950
text-align: justify
21951
}
21952
21953
.paddingtabsidebar {
21954
padding: 5px 0
21955
}
21956
21957
.nav-tabs-custom>li.active>a,
21958
.nav-tabs-custom>li.active>a:hover,
21959
.nav-tabs-custom>li.active>a:focus {
21960
background-color: #333 !important;
21961
border-color: #333 !important;
21962
margin-right: 2px !important
21963
}
21964
21965
.nav-tabs-custom>li {
21966
margin-right: 2px;
21967
background-color: #D8D2D2
21968
}
21969
21970
.dropdown-search-content .search-list:hover {
21971
background: #FF9800;
21972
color: #fff
21973
}
21974
21975
.dropdown-search-content .hashtag-result:hover {
21976
background: #FF9800;
21977
color: #fff
21978
}
21979
21980
.dropdown-search-content .see-all-label-div:hover {
21981
background: #FF9800;
21982
color: #fff
21983
}
21984
21985
.dropdown-search-content .hashtag-result {
21986
overflow: hidden;
21987
text-overflow: ellipsis;
21988
display: block;
21989
background: #fff;
21990
color: #898f9c;
21991
padding: 8px 10px;
21992
cursor: pointer;
21993
text-align: center
21994
}
21995
21996
.dropdown-search-container {
21997
position: absolute;
21998
z-index: 100;
21999
right: 0;
22000
left: 0;
22001
display: none
22002
}
22003
22004
.dropdown-search-wrapper {
22005
max-width: 1280px;
22006
margin: 0 auto
22007
}
22008
22009
.dropdown-search-content {
22010
max-width: 450px;
22011
width: 100%;
22012
background: #fff;
22013
border: 0 solid rgba(0, 0, 0, 0.25);
22014
border-radius: 3px;
22015
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25)
22016
}
22017
22018
.dropdown-search-content .search-header {
22019
background: #fff;
22020
color: #4e5665;
22021
font-weight: 500;
22022
padding: 8px 10px;
22023
border-bottom: 1px solid #e8e9ea
22024
}
22025
22026
.dropdown-search-content .search-list {
22027
display: block;
22028
background: #fff;
22029
color: #898f9c;
22030
padding: 8px 10px;
22031
cursor: pointer
22032
}
22033
22034
@media screen and (max-width: 580px) {
22035
.login-form-error {
22036
width: 100% !important;
22037
left: 1px !important;
22038
right: 1px !important
22039
}
22040
}
22041
22042
.login-form-error>.alert {
22043
margin-bottom: 0 !important
22044
}
22045
22046
@media screen and (max-width: 470px) {
22047
.login-form-div {
22048
text-align: center !important
22049
}
22050
}
22051
22052
@media screen and (max-width: 405px) {
22053
.login-form-div {
22054
width: 100%;
22055
text-align: center !important;
22056
margin-bottom: 5px
22057
}
22058
#username,
22059
#password {
22060
display: block;
22061
text-align: center;
22062
width: 100% !important
22063
}
22064
.login-button {
22065
display: block;
22066
text-align: center;
22067
width: 95% !important
22068
}
22069
}
22070
22071
@media screen and (max-width: 1300px) {
22072
.login-form-div {
22073
margin-bottom: 5px !important
22074
}
22075
}
22076
22077
.login-form-error {
22078
font-size: 13px;
22079
height: auto;
22080
position: absolute;
22081
width: 423px;
22082
right: 133px;
22083
z-index: 10000;
22084
display: none
22085
}
22086
22087
.header-text {
22088
width: 180px !important;
22089
color: #5B5656 !important
22090
}
22091
22092
.login-button {
22093
background-color: #FA890F !important;
22094
margin-left: 5px !important;
22095
font-size: 11px !important;
22096
margin-top: 6px !important;
22097
text-transform: none;
22098
padding: 0 8px !important
22099
}
22100
22101
.single-title+.share-bar {
22102
margin-top: 0
22103
}
22104
22105
ul.share-bar {
22106
margin: 20px 0;
22107
padding: 0;
22108
height: 41px
22109
}
22110
22111
ul.share-bar>li>a>i>span {
22112
opacity: .9
22113
}
22114
22115
ol,
22116
ul {
22117
list-style: none
22118
}
22119
22120
ul.share-bar li {
22121
width: 100px;
22122
height: 40px;
22123
float: left;
22124
text-align: center;
22125
list-style: none;
22126
padding: 0
22127
}
22128
22129
li {
22130
display: list-item
22131
}
22132
22133
ul.share-bar li a {
22134
color: #fff;
22135
display: block
22136
}
22137
22138
a,
22139
a:active,
22140
a:hover,
22141
a:visited {
22142
text-decoration: none
22143
}
22144
22145
ul.share-bar li a i,
22146
ul.share-bar li a span {
22147
line-height: 40px;
22148
vertical-align: middle
22149
}
22150
22151
ul.share-bar li.twitter {
22152
background-color: #1B95E0
22153
}
22154
22155
ul.share-bar li.twitter :hover {
22156
background-color: #A2D0EB;
22157
width: 100%;
22158
height: 100%
22159
}
22160
22161
ul.share-bar li.facebook {
22162
background-color: #3b5998
22163
}
22164
22165
ul.share-bar li.facebook :hover {
22166
background-color: #9AA9CA;
22167
width: 100%;
22168
height: 100%
22169
}
22170
22171
ul.share-bar li.google-plus {
22172
background-color: #dd4b39
22173
}
22174
22175
ul.share-bar li.google-plus :hover {
22176
background-color: #E19D94;
22177
width: 100%;
22178
height: 100%
22179
}
22180
22181
ul.share-bar li.linkedin {
22182
background-color: #0976b4
22183
}
22184
22185
ul.share-bar li.linkedin :hover {
22186
background-color: #86B1CA;
22187
width: 100%;
22188
height: 100%
22189
}
22190
22191
ul.share-bar li.reddit {
22192
background-color: #6e6e6e
22193
}
22194
22195
ul.share-bar li.reddit:hover {
22196
background-color: #C6C6C6
22197
}
22198
22199
a,
22200
.text-primary,
22201
.btn-primary .badge,
22202
.btn-link,
22203
a.list-group-item.active>.badge,
22204
.nav-pills>.active>a>.badge,
22205
p.drop-caps:first-child:first-letter,
22206
.accent-color,
22207
.nav-np .next:hover,
22208
.nav-np .prev:hover,
22209
.basic-link,
22210
.pagination>li>a:hover,
22211
.pagination>li>span:hover,
22212
.pagination>li>a:focus,
22213
.pagination>li>span:focus,
22214
.icon-box-inline span,
22215
.pricing-column h3,
22216
.post .post-title a:hover,
22217
a,
22218
.post-actions .comment-count a:hover,
22219
.pricing-column .features a:hover,
22220
a:hover,
22221
.list-group-item a:hover,
22222
.icon-box.ibox-plain .ibox-icon i,
22223
.icon-box.ibox-plain .ibox-icon img,
22224
.icon-box.ibox-border .ibox-icon i,
22225
.icon-box.ibox-border .ibox-icon img,
22226
address strong,
22227
ul.checks>li>i,
22228
ul.angles>li>i,
22229
ul.carets>li>i,
22230
ul.chevrons>li>i,
22231
ul.icons>li>i,
22232
.widget li .meta-data a:hover,
22233
.sort-source li.active a,
22234
#menu-toggle:hover,
22235
.footer-menu li a:hover,
22236
.megamenu-sub-title i,
22237
.dd-menu .megamenu-container ul li a:hover,
22238
.fact-ico,
22239
.widget_categories ul li a:hover,
22240
.widget_archive ul li a:hover,
22241
.widget_recent_entries ul li a:hover,
22242
.widget_recent_entries ul li a:hover,
22243
.widget_recent_comments ul li a:hover,
22244
.widget_links ul li a:hover,
22245
.widget_meta ul li a:hover,
22246
.widget.recent_posts ul li h5 a:hover,
22247
.testimonial-block blockquote:before,
22248
.testimonial-info strong,
22249
.header-style2 .dd-menu>li:hover>a,
22250
.header-style3 .dd-menu>li:hover>a,
22251
.widget_links ul li.active a,
22252
.causes-list-item h4 a,
22253
.urgent-cause .post-title a,
22254
.site-footer .sp-links:hover strong,
22255
.header-info-col i,
22256
.flex-caption-cause h3 a,
22257
.dd-menu>li>a>i,
22258
.cause-target,
22259
.owl-carousel .blog-grid-item h3 a:hover,
22260
.sticky .dd-menu>li:hover>a>i,
22261
.header-style2 .dd-menu>li:hover>a>i,
22262
.header-style3 .dd-menu>li:hover>a>i {
22263
color: #FA890F
22264
}
22265
22266
p.drop-caps.secondary:first-child:first-letter,
22267
.accent-bg,
22268
.btn-primary,
22269
.btn-primary.disabled,
22270
.btn-primary[disabled],
22271
fieldset[disabled] .btn-primary,
22272
.btn-primary.disabled:hover,
22273
.btn-primary[disabled]:hover,
22274
fieldset[disabled] .btn-primary:hover,
22275
.btn-primary.disabled:focus,
22276
.btn-primary[disabled]:focus,
22277
fieldset[disabled] .btn-primary:focus,
22278
.btn-primary.disabled:active,
22279
.btn-primary[disabled]:active,
22280
fieldset[disabled] .btn-primary:active,
22281
.btn-primary.disabled.active,
22282
.btn-primary[disabled].active,
22283
fieldset[disabled] .btn-primary.active,
22284
.dropdown-menu>.active>a,
22285
.dropdown-menu>.active>a:hover,
22286
.dropdown-menu>.active>a:focus,
22287
.nav-pills>li.active>a,
22288
.nav-pills>li.active>a:hover,
22289
.nav-pills>li.active>a:focus,
22290
.pagination>.active>a,
22291
.pagination>.active>span,
22292
.pagination>.active>a:hover,
22293
.pagination>.active>span:hover,
22294
.pagination>.active>a:focus,
22295
.pagination>.active>span:focus,
22296
.label-primary,
22297
.progress-bar-primary,
22298
a.list-group-item.active,
22299
a.list-group-item.active:hover,
22300
a.list-group-item.active:focus,
22301
.panel-primary>.panel-heading,
22302
.carousel-indicators .active,
22303
.flex-control-nav a:hover,
22304
.flex-control-nav a.flex-active,
22305
.media-box .media-box-wrapper,
22306
.icon-box.icon-box-style1:hover .ico,
22307
.owl-theme .owl-page.active span,
22308
.owl-theme .owl-controls.clickable .owl-page:hover span,
22309
.ibox-effect.ibox-dark .ibox-icon i:hover,
22310
.ibox-effect.ibox-dark:hover .ibox-icon i,
22311
.ibox-border.ibox-effect.ibox-dark .ibox-icon i:after,
22312
.icon-box .ibox-icon i,
22313
.icon-box .ibox-icon img,
22314
.icon-box .ibox-icon i,
22315
.icon-box .ibox-icon img,
22316
.icon-box.ibox-dark.ibox-outline:hover .ibox-icon i,
22317
.pricing-column.highlight h3,
22318
#back-to-top:hover,
22319
.widget_donations,
22320
.fblock-image-overlay,
22321
.overlay-accent,
22322
.page-banner,
22323
.tag-cloud a:hover,
22324
.nav-tabs>li.active>a,
22325
.nav-tabs>li.active>a:hover,
22326
.nav-tabs>li.active>a:focus,
22327
.accordion-heading .accordion-toggle.active,
22328
.predefined-amount li label.selected,
22329
.donation-choice-breaker,
22330
.event-date,
22331
.featured-links,
22332
hr.sm,
22333
hr.sm:before,
22334
hr.sm:after,
22335
.gallery-updates,
22336
.block-title:before,
22337
.block-title:after,
22338
.widgettitle:before,
22339
.widgettitle:after {
22340
background-color: #FA890F
22341
}
22342
22343
.btn-primary:hover,
22344
.btn-primary:focus,
22345
.btn-primary:active,
22346
.btn-primary.active,
22347
.open .dropdown-toggle.btn-primary {
22348
background: #FA890F;
22349
opacity: .9
22350
}
22351
22352
.nav .open>a,
22353
.nav .open>a:hover,
22354
.nav .open>a:focus,
22355
.pagination>.active>a,
22356
.pagination>.active>span,
22357
.pagination>.active>a:hover,
22358
.pagination>.active>span:hover,
22359
.pagination>.active>a:focus,
22360
.pagination>.active>span:focus,
22361
a.thumbnail:hover,
22362
a.thumbnail:focus,
22363
a.thumbnail.active,
22364
a.list-group-item.active,
22365
a.list-group-item.active:hover,
22366
a.list-group-item.active:focus,
22367
.panel-primary,
22368
.panel-primary>.panel-heading,
22369
.btn-primary.btn-transparent,
22370
.icon-box.icon-box-style1 .ico,
22371
.icon-box-inline span,
22372
.icon-box.ibox-border .ibox-icon,
22373
.icon-box.ibox-outline .ibox-icon,
22374
.icon-box.ibox-dark.ibox-outline:hover .ibox-icon,
22375
.nav-tabs>li.active>a,
22376
.nav-tabs>li.active>a:hover,
22377
.nav-tabs>li.active>a:focus,
22378
.predefined-amount li label.selected {
22379
border-color: #FA890F
22380
}
22381
22382
.panel-primary>.panel-heading+.panel-collapse .panel-body,
22383
.widget_special_events .event-item,
22384
.dd-menu>li ul {
22385
border-top-color: #FA890F
22386
}
22387
22388
.panel-primary>.panel-footer+.panel-collapse .panel-body {
22389
border-bottom-color: #FA890F
22390
}
22391
22392
.dd-menu>ul>li>ul li:hover {
22393
border-left-color: #FA890F
22394
}
22395
22396
.ibox-border.ibox-effect.ibox-dark .ibox-icon i:hover,
22397
.ibox-border.ibox-effect.ibox-dark:hover .ibox-icon i {
22398
box-shadow: 0 0 0 1px #FA890F
22399
}
22400
22401
.ibox-effect.ibox-dark .ibox-icon i:after {
22402
box-shadow: 0 0 0 2px #FA890F
22403
}
22404
22405
@media only screen and (max-width: 992px) {
22406
.dd-menu>li:hover>a,
22407
.dd-menu>li:hover>a>i {
22408
color: #FA890F
22409
}
22410
}
22411
22412
.style {
22413
width: 100%;
22414
font-family: sans-serif;
22415
font-weight: 700;
22416
border-style: solid
22417
}
22418
22419
.colorDefinition {
22420
background: #FA890F;
22421
color: #FFF
22422
}
22423
22424
.size_xl {
22425
font-size: 50px;
22426
border-width: 8px;
22427
border-radius: 6px
22428
}
22429
22430
.size_lg {
22431
font-size: 23px;
22432
border-width: 1px;
22433
border-radius: 1px;
22434
padding: 7px
22435
}
22436
22437
.size_md {
22438
font-size: 30px;
22439
border-width: 5px;
22440
border-radius: 4px
22441
}
22442
22443
.size_sm {
22444
font-size: 20px;
22445
border-width: 3px;
22446
border-radius: 3px
22447
}
22448
22449
.size_xs {
22450
font-size: 15px;
22451
border-width: 2px;
22452
border-radius: 2px
22453
}
22454
22455
/*!
22456
* Datetimepicker for Bootstrap 3
22457
* version : 4.17.37
22458
* https://github.com/Eonasdan/bootstrap-datetimepicker/
22459
*/
22460
22461
.bootstrap-datetimepicker-widget {
22462
list-style: none
22463
}
22464
22465
.bootstrap-datetimepicker-widget.dropdown-menu {
22466
margin: 2px 0;
22467
padding: 4px;
22468
width: 19em
22469
}
22470
22471
@media (min-width:768px) {
22472
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
22473
width: 38em
22474
}
22475
}
22476
22477
@media (min-width:992px) {
22478
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
22479
width: 38em
22480
}
22481
}
22482
22483
@media (min-width:1200px) {
22484
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
22485
width: 38em
22486
}
22487
}
22488
22489
.bootstrap-datetimepicker-widget.dropdown-menu:before,
22490
.bootstrap-datetimepicker-widget.dropdown-menu:after {
22491
content: '';
22492
display: inline-block;
22493
position: absolute
22494
}
22495
22496
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
22497
border-left: 7px solid transparent;
22498
border-right: 7px solid transparent;
22499
border-bottom: 7px solid #ccc;
22500
border-bottom-color: rgba(0, 0, 0, 0.2);
22501
top: -7px;
22502
left: 7px
22503
}
22504
22505
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
22506
border-left: 6px solid transparent;
22507
border-right: 6px solid transparent;
22508
border-bottom: 6px solid white;
22509
top: -6px;
22510
left: 8px
22511
}
22512
22513
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
22514
border-left: 7px solid transparent;
22515
border-right: 7px solid transparent;
22516
border-top: 7px solid #ccc;
22517
border-top-color: rgba(0, 0, 0, 0.2);
22518
bottom: -7px;
22519
left: 6px
22520
}
22521
22522
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
22523
border-left: 6px solid transparent;
22524
border-right: 6px solid transparent;
22525
border-top: 6px solid white;
22526
bottom: -6px;
22527
left: 7px
22528
}
22529
22530
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
22531
left: auto;
22532
right: 6px
22533
}
22534
22535
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
22536
left: auto;
22537
right: 7px
22538
}
22539
22540
.bootstrap-datetimepicker-widget .list-unstyled {
22541
margin: 0
22542
}
22543
22544
.bootstrap-datetimepicker-widget a[data-action] {
22545
padding: 6px 0
22546
}
22547
22548
.bootstrap-datetimepicker-widget a[data-action]:active {
22549
box-shadow: none
22550
}
22551
22552
.bootstrap-datetimepicker-widget .timepicker-hour,
22553
.bootstrap-datetimepicker-widget .timepicker-minute,
22554
.bootstrap-datetimepicker-widget .timepicker-second {
22555
width: 54px;
22556
font-weight: bold;
22557
font-size: 1.2em;
22558
margin: 0
22559
}
22560
22561
.bootstrap-datetimepicker-widget button[data-action] {
22562
padding: 6px
22563
}
22564
22565
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
22566
position: absolute;
22567
width: 1px;
22568
height: 1px;
22569
margin: -1px;
22570
padding: 0;
22571
overflow: hidden;
22572
clip: rect(0, 0, 0, 0);
22573
border: 0;
22574
content: "Increment Hours"
22575
}
22576
22577
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
22578
position: absolute;
22579
width: 1px;
22580
height: 1px;
22581
margin: -1px;
22582
padding: 0;
22583
overflow: hidden;
22584
clip: rect(0, 0, 0, 0);
22585
border: 0;
22586
content: "Increment Minutes"
22587
}
22588
22589
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
22590
position: absolute;
22591
width: 1px;
22592
height: 1px;
22593
margin: -1px;
22594
padding: 0;
22595
overflow: hidden;
22596
clip: rect(0, 0, 0, 0);
22597
border: 0;
22598
content: "Decrement Hours"
22599
}
22600
22601
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
22602
position: absolute;
22603
width: 1px;
22604
height: 1px;
22605
margin: -1px;
22606
padding: 0;
22607
overflow: hidden;
22608
clip: rect(0, 0, 0, 0);
22609
border: 0;
22610
content: "Decrement Minutes"
22611
}
22612
22613
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
22614
position: absolute;
22615
width: 1px;
22616
height: 1px;
22617
margin: -1px;
22618
padding: 0;
22619
overflow: hidden;
22620
clip: rect(0, 0, 0, 0);
22621
border: 0;
22622
content: "Show Hours"
22623
}
22624
22625
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
22626
position: absolute;
22627
width: 1px;
22628
height: 1px;
22629
margin: -1px;
22630
padding: 0;
22631
overflow: hidden;
22632
clip: rect(0, 0, 0, 0);
22633
border: 0;
22634
content: "Show Minutes"
22635
}
22636
22637
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
22638
position: absolute;
22639
width: 1px;
22640
height: 1px;
22641
margin: -1px;
22642
padding: 0;
22643
overflow: hidden;
22644
clip: rect(0, 0, 0, 0);
22645
border: 0;
22646
content: "Toggle AM/PM"
22647
}
22648
22649
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
22650
position: absolute;
22651
width: 1px;
22652
height: 1px;
22653
margin: -1px;
22654
padding: 0;
22655
overflow: hidden;
22656
clip: rect(0, 0, 0, 0);
22657
border: 0;
22658
content: "Clear the picker"
22659
}
22660
22661
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
22662
position: absolute;
22663
width: 1px;
22664
height: 1px;
22665
margin: -1px;
22666
padding: 0;
22667
overflow: hidden;
22668
clip: rect(0, 0, 0, 0);
22669
border: 0;
22670
content: "Set the date to today"
22671
}
22672
22673
.bootstrap-datetimepicker-widget .picker-switch {
22674
text-align: center
22675
}
22676
22677
.bootstrap-datetimepicker-widget .picker-switch::after {
22678
position: absolute;
22679
width: 1px;
22680
height: 1px;
22681
margin: -1px;
22682
padding: 0;
22683
overflow: hidden;
22684
clip: rect(0, 0, 0, 0);
22685
border: 0;
22686
content: "Toggle Date and Time Screens"
22687
}
22688
22689
.bootstrap-datetimepicker-widget .picker-switch td {
22690
padding: 0;
22691
margin: 0;
22692
height: auto;
22693
width: auto;
22694
line-height: inherit
22695
}
22696
22697
.bootstrap-datetimepicker-widget .picker-switch td span {
22698
line-height: 2.5;
22699
height: 2.5em;
22700
width: 100%
22701
}
22702
22703
.bootstrap-datetimepicker-widget table {
22704
width: 100%;
22705
margin: 0
22706
}
22707
22708
.bootstrap-datetimepicker-widget table td,
22709
.bootstrap-datetimepicker-widget table th {
22710
text-align: center;
22711
border-radius: 4px
22712
}
22713
22714
.bootstrap-datetimepicker-widget table th {
22715
height: 20px;
22716
line-height: 20px;
22717
width: 20px
22718
}
22719
22720
.bootstrap-datetimepicker-widget table th.picker-switch {
22721
width: 145px
22722
}
22723
22724
.bootstrap-datetimepicker-widget table th.disabled,
22725
.bootstrap-datetimepicker-widget table th.disabled:hover {
22726
background: none;
22727
color: #777;
22728
cursor: not-allowed
22729
}
22730
22731
.bootstrap-datetimepicker-widget table th.prev::after {
22732
position: absolute;
22733
width: 1px;
22734
height: 1px;
22735
margin: -1px;
22736
padding: 0;
22737
overflow: hidden;
22738
clip: rect(0, 0, 0, 0);
22739
border: 0;
22740
content: "Previous Month"
22741
}
22742
22743
.bootstrap-datetimepicker-widget table th.next::after {
22744
position: absolute;
22745
width: 1px;
22746
height: 1px;
22747
margin: -1px;
22748
padding: 0;
22749
overflow: hidden;
22750
clip: rect(0, 0, 0, 0);
22751
border: 0;
22752
content: "Next Month"
22753
}
22754
22755
.bootstrap-datetimepicker-widget table thead tr:first-child th {
22756
cursor: pointer
22757
}
22758
22759
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
22760
background: #eee
22761
}
22762
22763
.bootstrap-datetimepicker-widget table td {
22764
height: 54px;
22765
line-height: 54px;
22766
width: 54px
22767
}
22768
22769
.bootstrap-datetimepicker-widget table td.cw {
22770
font-size: .8em;
22771
height: 20px;
22772
line-height: 20px;
22773
color: #777
22774
}
22775
22776
.bootstrap-datetimepicker-widget table td.day {
22777
height: 20px;
22778
line-height: 20px;
22779
width: 20px
22780
}
22781
22782
.bootstrap-datetimepicker-widget table td.day:hover,
22783
.bootstrap-datetimepicker-widget table td.hour:hover,
22784
.bootstrap-datetimepicker-widget table td.minute:hover,
22785
.bootstrap-datetimepicker-widget table td.second:hover {
22786
background: #eee;
22787
cursor: pointer
22788
}
22789
22790
.bootstrap-datetimepicker-widget table td.old,
22791
.bootstrap-datetimepicker-widget table td.new {
22792
color: #777
22793
}
22794
22795
.bootstrap-datetimepicker-widget table td.today {
22796
position: relative
22797
}
22798
22799
.bootstrap-datetimepicker-widget table td.today:before {
22800
content: '';
22801
display: inline-block;
22802
border: solid transparent;
22803
border-width: 0 0 7px 7px;
22804
border-bottom-color: #337ab7;
22805
border-top-color: rgba(0, 0, 0, 0.2);
22806
position: absolute;
22807
bottom: 4px;
22808
right: 4px
22809
}
22810
22811
.bootstrap-datetimepicker-widget table td.active,
22812
.bootstrap-datetimepicker-widget table td.active:hover {
22813
background-color: #337ab7;
22814
color: #fff;
22815
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
22816
}
22817
22818
.bootstrap-datetimepicker-widget table td.active.today:before {
22819
border-bottom-color: #fff
22820
}
22821
22822
.bootstrap-datetimepicker-widget table td.disabled,
22823
.bootstrap-datetimepicker-widget table td.disabled:hover {
22824
background: none;
22825
color: #777;
22826
cursor: not-allowed
22827
}
22828
22829
.bootstrap-datetimepicker-widget table td span {
22830
display: inline-block;
22831
width: 54px;
22832
height: 54px;
22833
line-height: 54px;
22834
margin: 2px 1.5px;
22835
cursor: pointer;
22836
border-radius: 4px
22837
}
22838
22839
.bootstrap-datetimepicker-widget table td span:hover {
22840
background: #eee
22841
}
22842
22843
.bootstrap-datetimepicker-widget table td span.active {
22844
background-color: #337ab7;
22845
color: #fff;
22846
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
22847
}
22848
22849
.bootstrap-datetimepicker-widget table td span.old {
22850
color: #777
22851
}
22852
22853
.bootstrap-datetimepicker-widget table td span.disabled,
22854
.bootstrap-datetimepicker-widget table td span.disabled:hover {
22855
background: none;
22856
color: #777;
22857
cursor: not-allowed
22858
}
22859
22860
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
22861
height: 27px;
22862
line-height: 27px
22863
}
22864
22865
.bootstrap-datetimepicker-widget.wider {
22866
width: 21em
22867
}
22868
22869
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
22870
line-height: 1.8em !important
22871
}
22872
22873
.input-group.date .input-group-addon {
22874
cursor: pointer
22875
}
22876
22877
.sr-only {
22878
position: absolute;
22879
width: 1px;
22880
height: 1px;
22881
margin: -1px;
22882
padding: 0;
22883
overflow: hidden;
22884
clip: rect(0, 0, 0, 0);
22885
border: 0
22886
}
22887
22888
#contact-buttons-bar {
22889
position: fixed;
22890
top: 120px;
22891
left: -50px;
22892
width: 50px;
22893
z-index: 10000
22894
}
22895
22896
.twitter {
22897
background-color: #1B95E0 !important
22898
}
22899
22900
.youtube {
22901
background-color: #E32C28 !important
22902
}
22903
22904
#contact-buttons-bar.slide-on-scroll {
22905
position: absolute
22906
}
22907
22908
.contact-button-link {
22909
display: block;
22910
width: 30px;
22911
height: 30px;
22912
padding: 0;
22913
margin-bottom: 1px;
22914
text-align: center;
22915
line-height: 30px;
22916
font-size: 12px;
22917
background: #8e8e93;
22918
color: #fff;
22919
position: relative;
22920
left: 0;
22921
-webkit-box-sizing: border-box;
22922
-moz-box-sizing: border-box;
22923
box-sizing: border-box;
22924
-webkit-transition: all 250ms;
22925
-moz-transition: all 250ms;
22926
transition: all 250ms
22927
}
22928
22929
.contact-button-link:hover,
22930
.contact-button-link:focus,
22931
.contact-button-link:active {
22932
color: #fff;
22933
padding-left: 10px;
22934
width: 45px
22935
}
22936
22937
.contact-button-link.cb-hidden {
22938
left: -50px
22939
}
22940
22941
.contact-button-link.facebook {
22942
background: #3b5998
22943
}
22944
22945
.contact-button-link.linkedin {
22946
background: #0077b5
22947
}
22948
22949
.contact-button-link.gplus {
22950
background: #db4437
22951
}
22952
22953
.contact-button-link.separated {
22954
margin-top: 1em
22955
}
22956
22957
.show-hide-contact-bar,
22958
.contact-button-link.show-hide-contact-bar:focus,
22959
.contact-button-link.show-hide-contact-bar:active {
22960
color: #000;
22961
border: 0;
22962
outline: 0;
22963
padding: 0;
22964
width: 30px;
22965
background: rgba(255, 255, 255, 0.47) !important
22966
}
22967
22968
.contact-button-link.show-hide-contact-bar:hover {
22969
color: #000;
22970
background: #fff;
22971
padding: 0;
22972
width: 30px
22973
}
22974
22975
.fa-bitconnect-white {
22976
background-image: url(../../../assets/images/bitconnect-coin1.png?v=45446);
22977
width: 16px;
22978
height: 16px;
22979
background-repeat: no-repeat;
22980
background-size: cover;
22981
margin: -3px;
22982
margin-left: 0px;
22983
margin-right: 0;
22984
}
22985
22986
.fa-bitconnect-orange {
22987
background-image: url(../../../assets/images/bitconnect-coin.png?v=45446);
22988
width: 16px;
22989
height: 16px;
22990
background-repeat: no-repeat;
22991
background-size: cover;
22992
margin: -3px;
22993
margin-right: 0 !important;
22994
}
22995
22996
.fa-bitconnect-grey {
22997
background-image: url(../../../assets/images/bitconnect-coin.png?v=45446);
22998
width: 16px;
22999
height: 16px;
23000
background-repeat: no-repeat;
23001
background-size: cover;
23002
margin: -3px;
23003
margin-right: 0 !important;
23004
}
23005
23006
@media screen and (max-width: 768px) {
23007
.com-xs-text-center {
23008
text-align: center !important;
23009
margin-bottom: 10px;
23010
}
23011
}
23012
23013
.site-footer-bottom .social {
23014
color: white;
23015
padding-left: 4px;
23016
padding-right: 4px;
23017
padding-bottom: 2px;
23018
padding-top: 3px;
23019
border-radius: 7px;
23020
}
23021
23022
.article .post-title {
23023
font-size: 20px;
23024
line-height: 1.4;
23025
font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
23026
;
23027
}
23028
23029
@media screen and (max-width: 640px) {
23030
.article div.picture {
23031
width: 100px;
23032
padding-right: 0px;
23033
display: inline-block;
23034
}
23035
div.picture img {
23036
width: 100px;
23037
}
23038
.article .post-title {
23039
font-size: 16px;
23040
}
23041
.article .newsdescription,
23042
.article .readmorebutton,
23043
.article .newstitleclass {
23044
display: none;
23045
}
23046
.causes-list-item {
23047
padding: 0 0 20px !important;
23048
margin-bottom: 20px !important;
23049
}
23050
}
23051
23052
@media screen and (max-width: 420px) {
23053
#Tbitcoin_news .grid-item,
23054
#Tmost_popular_news .grid-item-most-popular,
23055
#Tpress_releases .grid-item-press-releases,
23056
#Tbitconnect_news .grid-item-bitconnect-news {
23057
width: 350px;
23058
}
23059
.xs-mt-10 {
23060
margin-top: 10px !important;
23061
}
23062
.xs-fs-12 {
23063
font-size: 12px;
23064
important;
23065
}
23066
.amb-description {
23067
display: none;
23068
}
23069
#alert-message-bitconnect {
23070
width: 100%;
23071
min-width: 200px !important;
23072
}
23073
}
23074
23075
@media only screen and (max-width: 776px) {
23076
.pt0-x-small {
23077
padding-top: 0 !important;
23078
}
23079
}
23080
23081
#alert-message-bitconnect {
23082
position: fixed;
23083
bottom: 0;
23084
background-color: #4e4e4e;
23085
color: white;
23086
z-index: 10000000;
23087
right: 0;
23088
max-width: 370px;
23089
min-width: 370px;
23090
display: none;
23091
font-size: 13px;
23092
line-height: 17px;
23093
}
23094
23095
.alert-message-bitconnect-close {
23096
cursor: pointer;
23097
padding: 3px 8px;
23098
position: absolute;
23099
left: 0;
23100
top: -20px;
23101
background-color: #4e4e4e;
23102
border-radius: 5px 5px 0px 0px;
23103
color: white;
23104
font-size: 13px;
23105
}
23106
23107
.content-block>ol,
23108
ul {
23109
list-style-type: disc;
23110
}
23111
23112
#loader {
23113
display: none;
23114
position: fixed;
23115
left: 0px;
23116
top: 0px;
23117
width: 100%;
23118
height: 100%;
23119
z-index: 9999;
23120
background: no-repeat rgba(234, 230, 230, 0.35);
23121
}
23122