vhx-quartz 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/vhx/quartz/version.rb +1 -1
- data/vendor/assets/stylesheets/vhx-quartz.scss +463 -446
- data/vendor/assets/stylesheets/vhx-quartz.scss.map +2 -2
- metadata +1 -1
@@ -43,21 +43,21 @@
|
|
43
43
|
/* Teal
|
44
44
|
......................................*/
|
45
45
|
.bg-teal-1 {
|
46
|
-
background-color: #
|
46
|
+
background-color: #F2FBFB; }
|
47
47
|
|
48
48
|
.bg-teal-2 {
|
49
|
-
background-color: #
|
49
|
+
background-color: #22B9B0; }
|
50
50
|
|
51
51
|
/* Black & White
|
52
52
|
......................................*/
|
53
53
|
.bg-white {
|
54
|
-
background-color:
|
54
|
+
background-color: #ffffff; }
|
55
55
|
|
56
56
|
.bg-white-transparent {
|
57
57
|
background-color: rgba(255, 255, 255, 0.7); }
|
58
58
|
|
59
59
|
.bg-black {
|
60
|
-
background-color:
|
60
|
+
background-color: #000000; }
|
61
61
|
|
62
62
|
.bg-black-transparent {
|
63
63
|
background-color: rgba(0, 0, 0, 0.7); }
|
@@ -65,27 +65,27 @@
|
|
65
65
|
/* Grays
|
66
66
|
......................................*/
|
67
67
|
.bg-gray-1 {
|
68
|
-
background-color: #
|
68
|
+
background-color: #F7F8F9; }
|
69
69
|
|
70
70
|
.bg-gray-2 {
|
71
|
-
background-color: #
|
71
|
+
background-color: #F0F2F4; }
|
72
72
|
|
73
73
|
.bg-gray-3 {
|
74
|
-
background-color: #
|
74
|
+
background-color: #D7DDE1; }
|
75
75
|
|
76
76
|
.bg-gray-4 {
|
77
|
-
background-color: #
|
77
|
+
background-color: #AFBCC3; }
|
78
78
|
|
79
79
|
.bg-gray-5 {
|
80
|
-
background-color: #
|
80
|
+
background-color: #869AA5; }
|
81
81
|
|
82
82
|
.bg-gray-6 {
|
83
|
-
background-color: #
|
83
|
+
background-color: #5E7887; }
|
84
84
|
|
85
85
|
/* Navy
|
86
86
|
......................................*/
|
87
87
|
.bg-navy {
|
88
|
-
background-color: #
|
88
|
+
background-color: #00142B; }
|
89
89
|
|
90
90
|
.bg-navy-transparent {
|
91
91
|
background-color: rgba(0, 20, 43, 0.5); }
|
@@ -93,19 +93,19 @@
|
|
93
93
|
/* Other Colors
|
94
94
|
......................................*/
|
95
95
|
.bg-red {
|
96
|
-
background-color: #
|
96
|
+
background-color: #D3104A; }
|
97
97
|
|
98
98
|
.bg-green {
|
99
|
-
background-color: #
|
99
|
+
background-color: #7DA53E; }
|
100
100
|
|
101
101
|
.bg-yellow {
|
102
|
-
background-color: #
|
102
|
+
background-color: #FFB567; }
|
103
103
|
|
104
104
|
.bg-orange {
|
105
|
-
background-color: #
|
105
|
+
background-color: #D06B5E; }
|
106
106
|
|
107
107
|
.bg-currant {
|
108
|
-
background: #
|
108
|
+
background: #2E064A; }
|
109
109
|
|
110
110
|
.bg-image {
|
111
111
|
background: image-url("home/bg-footer.jpg") top center repeat #000c1d;
|
@@ -217,41 +217,41 @@
|
|
217
217
|
/* positions
|
218
218
|
...................................*/
|
219
219
|
.border {
|
220
|
-
border: 1px solid #
|
220
|
+
border: 1px solid #AFBCC3 !important; }
|
221
221
|
|
222
222
|
.border-top {
|
223
|
-
border-top: 1px solid #
|
223
|
+
border-top: 1px solid #AFBCC3; }
|
224
224
|
|
225
225
|
.border-left {
|
226
|
-
border-left: 1px solid #
|
226
|
+
border-left: 1px solid #AFBCC3; }
|
227
227
|
|
228
228
|
.border-bottom {
|
229
|
-
border-bottom: 1px solid #
|
229
|
+
border-bottom: 1px solid #AFBCC3; }
|
230
230
|
|
231
231
|
.border-right {
|
232
|
-
border-right: 1px solid #
|
232
|
+
border-right: 1px solid #AFBCC3; }
|
233
233
|
|
234
234
|
.border-vert {
|
235
|
-
border-top: 1px solid #
|
236
|
-
border-bottom: 1px solid #
|
235
|
+
border-top: 1px solid #AFBCC3;
|
236
|
+
border-bottom: 1px solid #AFBCC3; }
|
237
237
|
|
238
238
|
.border-horz {
|
239
|
-
border-left: 1px solid #
|
240
|
-
border-right: 1px solid #
|
239
|
+
border-left: 1px solid #AFBCC3;
|
240
|
+
border-right: 1px solid #AFBCC3; }
|
241
241
|
|
242
242
|
/* colors
|
243
243
|
...................................*/
|
244
244
|
.border--white {
|
245
|
-
border-color:
|
245
|
+
border-color: #ffffff !important; }
|
246
246
|
|
247
247
|
.border--white-transparent {
|
248
248
|
border-color: rgba(255, 255, 255, 0.7) !important; }
|
249
249
|
|
250
250
|
.border--gray {
|
251
|
-
border-color: #
|
251
|
+
border-color: #AFBCC3 !important; }
|
252
252
|
|
253
253
|
.border--gray-light {
|
254
|
-
border-color: #
|
254
|
+
border-color: #D7DDE1 !important; }
|
255
255
|
|
256
256
|
/* modifiers
|
257
257
|
...................................*/
|
@@ -276,22 +276,22 @@
|
|
276
276
|
height: 1px;
|
277
277
|
top: 50%;
|
278
278
|
left: 0;
|
279
|
-
background-color: #
|
279
|
+
background-color: #F0F2F4;
|
280
280
|
margin-top: -2px;
|
281
281
|
z-index: -1;
|
282
282
|
position: absolute;
|
283
283
|
width: 100%; }
|
284
284
|
.border-center.border--gray-1:before {
|
285
|
-
background-color: #
|
285
|
+
background-color: #F7F8F9; }
|
286
286
|
.border-center.border--gray-2:before {
|
287
|
-
background-color: #
|
287
|
+
background-color: #F0F2F4; }
|
288
288
|
.border-center.border--white-transparent:before {
|
289
289
|
background-color: rgba(255, 255, 255, 0.7); }
|
290
290
|
.border-center.border--white:before {
|
291
|
-
background-color:
|
291
|
+
background-color: #ffffff; }
|
292
292
|
|
293
293
|
.box-shadow {
|
294
|
-
box-shadow: 0 0 5px 0 #
|
294
|
+
box-shadow: 0 0 5px 0 #F0F2F4; }
|
295
295
|
|
296
296
|
.box-radius {
|
297
297
|
border-radius: 5px; }
|
@@ -420,18 +420,18 @@
|
|
420
420
|
font-weight: bold;
|
421
421
|
font-size: 14px;
|
422
422
|
line-height: 16px;
|
423
|
-
color: #
|
423
|
+
color: #869AA5;
|
424
424
|
text-align: center;
|
425
425
|
text-transform: uppercase;
|
426
426
|
font-family: "brandon-grotesque-n1", "brandon-grotesque", "Brandon Grotesque", sans-serif; }
|
427
427
|
.btn-block.btn--border, .btn--border.btn-block-teal, .btn--border.btn-block-gray, .btn--border.btn-block-navy {
|
428
|
-
border-left: 1px solid #
|
429
|
-
border-right: 1px solid #
|
428
|
+
border-left: 1px solid #D7DDE1;
|
429
|
+
border-right: 1px solid #D7DDE1; }
|
430
430
|
.btn-block.btn--border + .btn-block, .btn--border.btn-block-teal + .btn-block, .btn--border.btn-block-gray + .btn-block, .btn--border.btn-block-navy + .btn-block, .btn-block.btn--border + .btn-block-teal, .btn--border.btn-block-teal + .btn-block-teal, .btn--border.btn-block-gray + .btn-block-teal, .btn--border.btn-block-navy + .btn-block-teal, .btn-block.btn--border + .btn-block-gray, .btn--border.btn-block-teal + .btn-block-gray, .btn--border.btn-block-gray + .btn-block-gray, .btn--border.btn-block-navy + .btn-block-gray, .btn-block.btn--border + .btn-block-navy, .btn--border.btn-block-teal + .btn-block-navy, .btn--border.btn-block-gray + .btn-block-navy, .btn--border.btn-block-navy + .btn-block-navy {
|
431
431
|
border-left: 1px solid transparent; }
|
432
432
|
.btn-block.is-active, .is-active.btn-block-teal, .is-active.btn-block-gray, .is-active.btn-block-navy, .btn-block:hover, .btn-block-teal:hover, .btn-block-gray:hover, .btn-block-navy:hover, .btn-block.is-hover, .is-hover.btn-block-teal, .is-hover.btn-block-gray, .is-hover.btn-block-navy {
|
433
433
|
cursor: pointer;
|
434
|
-
box-shadow: inset 0px -4px 0px #
|
434
|
+
box-shadow: inset 0px -4px 0px #869AA5; }
|
435
435
|
.btn-block span, .btn-block-teal span, .btn-block-gray span, .btn-block-navy span {
|
436
436
|
display: block; }
|
437
437
|
.btn-block span:first-child, .btn-block-teal span:first-child, .btn-block-gray span:first-child, .btn-block-navy span:first-child {
|
@@ -440,35 +440,35 @@
|
|
440
440
|
/* button block teal
|
441
441
|
......................................*/
|
442
442
|
.btn-block-teal {
|
443
|
-
color: #
|
443
|
+
color: #869AA5; }
|
444
444
|
.btn-block-teal:link, .btn-block-teal:visited {
|
445
|
-
color: #
|
445
|
+
color: #869AA5; }
|
446
446
|
.btn-block-teal:hover, .btn-block-teal.is-hover
|
447
447
|
.btn-block-teal:active, .btn-block-teal.is-active {
|
448
448
|
color: #375667;
|
449
|
-
box-shadow: inset 0px -4px 0px #
|
449
|
+
box-shadow: inset 0px -4px 0px #22B9B0; }
|
450
450
|
|
451
451
|
/* button block gray
|
452
452
|
......................................*/
|
453
453
|
.btn-block-gray {
|
454
|
-
color: #
|
454
|
+
color: #869AA5; }
|
455
455
|
.btn-block-gray:link, .btn-block-gray:visited {
|
456
|
-
color: #
|
456
|
+
color: #869AA5; }
|
457
457
|
.btn-block-gray:hover, .btn-block-gray.is-hover
|
458
458
|
.btn-block-gray:active, .btn-block-gray.is-active {
|
459
|
-
color: #
|
460
|
-
box-shadow: inset 0px -4px 0px #
|
459
|
+
color: #5E7887;
|
460
|
+
box-shadow: inset 0px -4px 0px #869AA5; }
|
461
461
|
|
462
462
|
/* button block navy
|
463
463
|
......................................*/
|
464
464
|
.btn-block-navy {
|
465
|
-
color: #
|
465
|
+
color: #5E7887; }
|
466
466
|
.btn-block-navy:link, .btn-block-navy:visited {
|
467
|
-
color: #
|
467
|
+
color: #5E7887; }
|
468
468
|
.btn-block-navy:hover, .btn-block-navy.is-hover
|
469
469
|
.btn-block-navy:active, .btn-block-navy.is-active {
|
470
|
-
color: #
|
471
|
-
box-shadow: inset 0px -4px 0px #
|
470
|
+
color: #5E7887;
|
471
|
+
box-shadow: inset 0px -4px 0px #5E7887; }
|
472
472
|
|
473
473
|
/* .....................................
|
474
474
|
Fonts
|
@@ -621,31 +621,31 @@ select {
|
|
621
621
|
/* button gray shorthand
|
622
622
|
......................................*/
|
623
623
|
.btn-gray, .btn-dropdown-gray {
|
624
|
-
background-color: #
|
624
|
+
background-color: #F0F2F4;
|
625
625
|
color: #233741;
|
626
|
-
border: 1px solid #
|
626
|
+
border: 1px solid #D7DDE1;
|
627
627
|
background-size: 15px 15px; }
|
628
628
|
.btn-gray:link, .btn-dropdown-gray:link, .btn-gray:visited, .btn-dropdown-gray:visited {
|
629
629
|
color: #233741;
|
630
|
-
border: 1px solid #
|
630
|
+
border: 1px solid #D7DDE1; }
|
631
631
|
.btn-gray:hover, .btn-dropdown-gray:hover, .btn-gray.is-hover, .is-hover.btn-dropdown-gray, .btn-gray:focus:hover, .btn-dropdown-gray:focus:hover, .btn-gray:focus.is-hover, .btn-dropdown-gray:focus.is-hover, .btn-gray.is-selected, .is-selected.btn-dropdown-gray {
|
632
632
|
color: #233741;
|
633
633
|
cursor: pointer;
|
634
|
-
background-color: #
|
635
|
-
border: 1px solid #
|
634
|
+
background-color: #D7DDE1;
|
635
|
+
border: 1px solid #D7DDE1; }
|
636
636
|
.btn-gray:active, .btn-dropdown-gray:active, .btn-gray.is-active, .is-active.btn-dropdown-gray, .btn-gray:focus, .btn-dropdown-gray:focus, .btn-gray.is-focus, .is-focus.btn-dropdown-gray {
|
637
637
|
color: #233741;
|
638
|
-
background-color: #
|
639
|
-
border: 1px solid #
|
638
|
+
background-color: #F0F2F4;
|
639
|
+
border: 1px solid #D7DDE1; }
|
640
640
|
.btn-gray[disabled], [disabled].btn-dropdown-gray, .btn-gray.is-disabled, .is-disabled.btn-dropdown-gray {
|
641
641
|
opacity: .5;
|
642
|
-
background-color: #
|
642
|
+
background-color: #F0F2F4;
|
643
643
|
color: #233741;
|
644
|
-
border: 1px solid #
|
644
|
+
border: 1px solid #D7DDE1; }
|
645
645
|
.btn-gray[disabled]:visited, [disabled].btn-dropdown-gray:visited, .btn-gray[disabled]:hover, [disabled].btn-dropdown-gray:hover, .btn-gray[disabled].is-hover, [disabled].is-hover.btn-dropdown-gray, .btn-gray[disabled]:active, [disabled].btn-dropdown-gray:active, .btn-gray[disabled].is-active, [disabled].is-active.btn-dropdown-gray, .btn-gray.is-disabled:visited, .is-disabled.btn-dropdown-gray:visited, .btn-gray.is-disabled:hover, .is-disabled.btn-dropdown-gray:hover, .btn-gray.is-disabled.is-hover, .is-disabled.is-hover.btn-dropdown-gray, .btn-gray.is-disabled:active, .is-disabled.btn-dropdown-gray:active, .btn-gray.is-disabled.is-active, .is-disabled.is-active.btn-dropdown-gray {
|
646
|
-
background-color: #
|
646
|
+
background-color: #F0F2F4;
|
647
647
|
color: #233741;
|
648
|
-
border: 1px solid #
|
648
|
+
border: 1px solid #D7DDE1; }
|
649
649
|
.btn-gray.is-processing, .is-processing.btn-dropdown-gray, .btn-gray.processing, .processing.btn-dropdown-gray, .btn-gray.is-loading, .is-loading.btn-dropdown-gray, .btn-gray.loading, .loading.btn-dropdown-gray {
|
650
650
|
background-position: center center !important;
|
651
651
|
color: transparent !important;
|
@@ -662,31 +662,31 @@ select {
|
|
662
662
|
/* button dark shorthand
|
663
663
|
......................................*/
|
664
664
|
.btn-slate {
|
665
|
-
background-color: #
|
666
|
-
color:
|
667
|
-
border: 1px solid #
|
665
|
+
background-color: #869AA5;
|
666
|
+
color: #ffffff;
|
667
|
+
border: 1px solid #5E7887;
|
668
668
|
background-size: 15px 15px; }
|
669
669
|
.btn-slate:link, .btn-slate:visited {
|
670
|
-
color:
|
671
|
-
border: 1px solid #
|
670
|
+
color: #ffffff;
|
671
|
+
border: 1px solid #5E7887; }
|
672
672
|
.btn-slate:hover, .btn-slate.is-hover, .btn-slate:focus:hover, .btn-slate:focus.is-hover, .btn-slate.is-selected {
|
673
|
-
color:
|
673
|
+
color: #ffffff;
|
674
674
|
cursor: pointer;
|
675
|
-
background-color: #
|
676
|
-
border: 1px solid #
|
675
|
+
background-color: #5E7887;
|
676
|
+
border: 1px solid #5E7887; }
|
677
677
|
.btn-slate:active, .btn-slate.is-active, .btn-slate:focus, .btn-slate.is-focus {
|
678
|
-
color:
|
679
|
-
background-color: #
|
680
|
-
border: 1px solid #
|
678
|
+
color: #ffffff;
|
679
|
+
background-color: #869AA5;
|
680
|
+
border: 1px solid #5E7887; }
|
681
681
|
.btn-slate[disabled], .btn-slate.is-disabled {
|
682
682
|
opacity: .5;
|
683
|
-
background-color: #
|
684
|
-
color:
|
685
|
-
border: 1px solid #
|
683
|
+
background-color: #869AA5;
|
684
|
+
color: #ffffff;
|
685
|
+
border: 1px solid #5E7887; }
|
686
686
|
.btn-slate[disabled]:visited, .btn-slate[disabled]:hover, .btn-slate[disabled].is-hover, .btn-slate[disabled]:active, .btn-slate[disabled].is-active, .btn-slate.is-disabled:visited, .btn-slate.is-disabled:hover, .btn-slate.is-disabled.is-hover, .btn-slate.is-disabled:active, .btn-slate.is-disabled.is-active {
|
687
|
-
background-color: #
|
688
|
-
color:
|
689
|
-
border: 1px solid #
|
687
|
+
background-color: #869AA5;
|
688
|
+
color: #ffffff;
|
689
|
+
border: 1px solid #5E7887; }
|
690
690
|
.btn-slate.is-processing, .btn-slate.processing, .btn-slate.is-loading, .btn-slate.loading {
|
691
691
|
background-position: center center !important;
|
692
692
|
color: transparent !important;
|
@@ -703,31 +703,31 @@ select {
|
|
703
703
|
/* button teal shorthand
|
704
704
|
......................................*/
|
705
705
|
.btn-teal, .btn-dropdown-teal {
|
706
|
-
background-color: #
|
707
|
-
color:
|
708
|
-
border: 1px solid #
|
706
|
+
background-color: #22B9B0;
|
707
|
+
color: #ffffff;
|
708
|
+
border: 1px solid #149A97;
|
709
709
|
background-size: 15px 15px; }
|
710
710
|
.btn-teal:link, .btn-dropdown-teal:link, .btn-teal:visited, .btn-dropdown-teal:visited {
|
711
|
-
color:
|
712
|
-
border: 1px solid #
|
711
|
+
color: #ffffff;
|
712
|
+
border: 1px solid #149A97; }
|
713
713
|
.btn-teal:hover, .btn-dropdown-teal:hover, .btn-teal.is-hover, .is-hover.btn-dropdown-teal, .btn-teal:focus:hover, .btn-dropdown-teal:focus:hover, .btn-teal:focus.is-hover, .btn-dropdown-teal:focus.is-hover, .btn-teal.is-selected, .is-selected.btn-dropdown-teal {
|
714
|
-
color:
|
714
|
+
color: #ffffff;
|
715
715
|
cursor: pointer;
|
716
|
-
background-color: #
|
717
|
-
border: 1px solid #
|
716
|
+
background-color: #149A97;
|
717
|
+
border: 1px solid #149A97; }
|
718
718
|
.btn-teal:active, .btn-dropdown-teal:active, .btn-teal.is-active, .is-active.btn-dropdown-teal, .btn-teal:focus, .btn-dropdown-teal:focus, .btn-teal.is-focus, .is-focus.btn-dropdown-teal {
|
719
|
-
color:
|
720
|
-
background-color: #
|
721
|
-
border: 1px solid #
|
719
|
+
color: #ffffff;
|
720
|
+
background-color: #22B9B0;
|
721
|
+
border: 1px solid #149A97; }
|
722
722
|
.btn-teal[disabled], [disabled].btn-dropdown-teal, .btn-teal.is-disabled, .is-disabled.btn-dropdown-teal {
|
723
723
|
opacity: .5;
|
724
|
-
background-color: #
|
725
|
-
color:
|
726
|
-
border: 1px solid #
|
724
|
+
background-color: #22B9B0;
|
725
|
+
color: #ffffff;
|
726
|
+
border: 1px solid #149A97; }
|
727
727
|
.btn-teal[disabled]:visited, [disabled].btn-dropdown-teal:visited, .btn-teal[disabled]:hover, [disabled].btn-dropdown-teal:hover, .btn-teal[disabled].is-hover, [disabled].is-hover.btn-dropdown-teal, .btn-teal[disabled]:active, [disabled].btn-dropdown-teal:active, .btn-teal[disabled].is-active, [disabled].is-active.btn-dropdown-teal, .btn-teal.is-disabled:visited, .is-disabled.btn-dropdown-teal:visited, .btn-teal.is-disabled:hover, .is-disabled.btn-dropdown-teal:hover, .btn-teal.is-disabled.is-hover, .is-disabled.is-hover.btn-dropdown-teal, .btn-teal.is-disabled:active, .is-disabled.btn-dropdown-teal:active, .btn-teal.is-disabled.is-active, .is-disabled.is-active.btn-dropdown-teal {
|
728
|
-
background-color: #
|
729
|
-
color:
|
730
|
-
border: 1px solid #
|
728
|
+
background-color: #22B9B0;
|
729
|
+
color: #ffffff;
|
730
|
+
border: 1px solid #149A97; }
|
731
731
|
.btn-teal.is-processing, .is-processing.btn-dropdown-teal, .btn-teal.processing, .processing.btn-dropdown-teal, .btn-teal.is-loading, .is-loading.btn-dropdown-teal, .btn-teal.loading, .loading.btn-dropdown-teal {
|
732
732
|
background-position: center center !important;
|
733
733
|
color: transparent !important;
|
@@ -744,30 +744,30 @@ select {
|
|
744
744
|
/* button red shorthand
|
745
745
|
......................................*/
|
746
746
|
.btn-red {
|
747
|
-
background-color: #
|
748
|
-
color:
|
747
|
+
background-color: #D3104A;
|
748
|
+
color: #ffffff;
|
749
749
|
border: 1px solid #a40c39;
|
750
750
|
background-size: 15px 15px; }
|
751
751
|
.btn-red:link, .btn-red:visited {
|
752
|
-
color:
|
752
|
+
color: #ffffff;
|
753
753
|
border: 1px solid #a40c39; }
|
754
754
|
.btn-red:hover, .btn-red.is-hover, .btn-red:focus:hover, .btn-red:focus.is-hover, .btn-red.is-selected {
|
755
|
-
color:
|
755
|
+
color: #ffffff;
|
756
756
|
cursor: pointer;
|
757
757
|
background-color: #a40c39;
|
758
758
|
border: 1px solid #a40c39; }
|
759
759
|
.btn-red:active, .btn-red.is-active, .btn-red:focus, .btn-red.is-focus {
|
760
|
-
color:
|
761
|
-
background-color: #
|
760
|
+
color: #ffffff;
|
761
|
+
background-color: #D3104A;
|
762
762
|
border: 1px solid #a40c39; }
|
763
763
|
.btn-red[disabled], .btn-red.is-disabled {
|
764
764
|
opacity: .5;
|
765
|
-
background-color: #
|
766
|
-
color:
|
765
|
+
background-color: #D3104A;
|
766
|
+
color: #ffffff;
|
767
767
|
border: 1px solid #a40c39; }
|
768
768
|
.btn-red[disabled]:visited, .btn-red[disabled]:hover, .btn-red[disabled].is-hover, .btn-red[disabled]:active, .btn-red[disabled].is-active, .btn-red.is-disabled:visited, .btn-red.is-disabled:hover, .btn-red.is-disabled.is-hover, .btn-red.is-disabled:active, .btn-red.is-disabled.is-active {
|
769
|
-
background-color: #
|
770
|
-
color:
|
769
|
+
background-color: #D3104A;
|
770
|
+
color: #ffffff;
|
771
771
|
border: 1px solid #a40c39; }
|
772
772
|
.btn-red.is-processing, .btn-red.processing, .btn-red.is-loading, .btn-red.loading {
|
773
773
|
background-position: center center !important;
|
@@ -786,29 +786,29 @@ select {
|
|
786
786
|
......................................*/
|
787
787
|
.btn-purple {
|
788
788
|
background-color: #783479;
|
789
|
-
color:
|
789
|
+
color: #ffffff;
|
790
790
|
border: 1px solid #783479;
|
791
791
|
background-size: 15px 15px; }
|
792
792
|
.btn-purple:link, .btn-purple:visited {
|
793
|
-
color:
|
793
|
+
color: #ffffff;
|
794
794
|
border: 1px solid #783479; }
|
795
795
|
.btn-purple:hover, .btn-purple.is-hover, .btn-purple:focus:hover, .btn-purple:focus.is-hover, .btn-purple.is-selected {
|
796
|
-
color:
|
796
|
+
color: #ffffff;
|
797
797
|
cursor: pointer;
|
798
798
|
background-color: #552555;
|
799
799
|
border: 1px solid #552555; }
|
800
800
|
.btn-purple:active, .btn-purple.is-active, .btn-purple:focus, .btn-purple.is-focus {
|
801
|
-
color:
|
801
|
+
color: #ffffff;
|
802
802
|
background-color: #783479;
|
803
803
|
border: 1px solid #783479; }
|
804
804
|
.btn-purple[disabled], .btn-purple.is-disabled {
|
805
805
|
opacity: .5;
|
806
806
|
background-color: #783479;
|
807
|
-
color:
|
807
|
+
color: #ffffff;
|
808
808
|
border: 1px solid #783479; }
|
809
809
|
.btn-purple[disabled]:visited, .btn-purple[disabled]:hover, .btn-purple[disabled].is-hover, .btn-purple[disabled]:active, .btn-purple[disabled].is-active, .btn-purple.is-disabled:visited, .btn-purple.is-disabled:hover, .btn-purple.is-disabled.is-hover, .btn-purple.is-disabled:active, .btn-purple.is-disabled.is-active {
|
810
810
|
background-color: #783479;
|
811
|
-
color:
|
811
|
+
color: #ffffff;
|
812
812
|
border: 1px solid #783479; }
|
813
813
|
.btn-purple.is-processing, .btn-purple.processing, .btn-purple.is-loading, .btn-purple.loading {
|
814
814
|
background-position: center center !important;
|
@@ -826,35 +826,35 @@ select {
|
|
826
826
|
/* button green shorthand
|
827
827
|
......................................*/
|
828
828
|
.btn-green {
|
829
|
-
background-color: #
|
830
|
-
color:
|
831
|
-
border: 1px solid #
|
829
|
+
background-color: #9DBB36;
|
830
|
+
color: #FFFFFF;
|
831
|
+
border: 1px solid #9DBB36;
|
832
832
|
background-size: 15px 15px; }
|
833
833
|
.btn-green:link, .btn-green:visited {
|
834
|
-
color:
|
835
|
-
border: 1px solid #
|
834
|
+
color: #FFFFFF;
|
835
|
+
border: 1px solid #9DBB36; }
|
836
836
|
.btn-green:hover, .btn-green.is-hover, .btn-green:focus:hover, .btn-green:focus.is-hover, .btn-green.is-selected {
|
837
|
-
color:
|
837
|
+
color: #FFFFFF;
|
838
838
|
cursor: pointer;
|
839
839
|
background-color: #7da53e;
|
840
|
-
border: 1px solid #
|
840
|
+
border: 1px solid #9DBB36; }
|
841
841
|
.btn-green:active, .btn-green.is-active, .btn-green:focus, .btn-green.is-focus {
|
842
|
-
color:
|
843
|
-
background-color: #
|
844
|
-
border: 1px solid #
|
842
|
+
color: #FFFFFF;
|
843
|
+
background-color: #9DBB36;
|
844
|
+
border: 1px solid #9DBB36; }
|
845
845
|
.btn-green[disabled], .btn-green.is-disabled {
|
846
846
|
opacity: .5;
|
847
|
-
background-color: #
|
848
|
-
color:
|
849
|
-
border: 1px solid #
|
847
|
+
background-color: #9DBB36;
|
848
|
+
color: #FFFFFF;
|
849
|
+
border: 1px solid #9DBB36; }
|
850
850
|
.btn-green[disabled]:visited, .btn-green[disabled]:hover, .btn-green[disabled].is-hover, .btn-green[disabled]:active, .btn-green[disabled].is-active, .btn-green.is-disabled:visited, .btn-green.is-disabled:hover, .btn-green.is-disabled.is-hover, .btn-green.is-disabled:active, .btn-green.is-disabled.is-active {
|
851
|
-
background-color: #
|
852
|
-
color:
|
853
|
-
border: 1px solid #
|
851
|
+
background-color: #9DBB36;
|
852
|
+
color: #FFFFFF;
|
853
|
+
border: 1px solid #9DBB36; }
|
854
854
|
.btn-green.is-processing, .btn-green.processing, .btn-green.is-loading, .btn-green.loading {
|
855
855
|
background-position: center center !important;
|
856
856
|
color: transparent !important;
|
857
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#
|
857
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#9DBB36%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#9DBB36%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
858
858
|
background-repeat: no-repeat;
|
859
859
|
background-size: 23px 23px; }
|
860
860
|
.btn-green.is-processing.btn--small, .btn-green.is-processing.btn-search, .btn-green.processing.btn--small, .btn-green.processing.btn-search, .btn-green.is-loading.btn--small, .btn-green.is-loading.btn-search, .btn-green.loading.btn--small, .btn-green.loading.btn-search {
|
@@ -908,35 +908,35 @@ select {
|
|
908
908
|
/* button white shorthand
|
909
909
|
......................................*/
|
910
910
|
.btn-white, .btn-dropdown-white {
|
911
|
-
background-color:
|
912
|
-
color: #
|
913
|
-
border: 1px solid #
|
911
|
+
background-color: #ffffff;
|
912
|
+
color: #5E7887;
|
913
|
+
border: 1px solid #D7DDE1;
|
914
914
|
background-size: 15px 15px; }
|
915
915
|
.btn-white:link, .btn-dropdown-white:link, .btn-white:visited, .btn-dropdown-white:visited {
|
916
|
-
color: #
|
917
|
-
border: 1px solid #
|
916
|
+
color: #5E7887;
|
917
|
+
border: 1px solid #D7DDE1; }
|
918
918
|
.btn-white:hover, .btn-dropdown-white:hover, .btn-white.is-hover, .is-hover.btn-dropdown-white, .btn-white:focus:hover, .btn-dropdown-white:focus:hover, .btn-white:focus.is-hover, .btn-dropdown-white:focus.is-hover, .btn-white.is-selected, .is-selected.btn-dropdown-white {
|
919
|
-
color: #
|
919
|
+
color: #5E7887;
|
920
920
|
cursor: pointer;
|
921
|
-
background-color: #
|
922
|
-
border: 1px solid #
|
921
|
+
background-color: #F0F2F4;
|
922
|
+
border: 1px solid #D7DDE1; }
|
923
923
|
.btn-white:active, .btn-dropdown-white:active, .btn-white.is-active, .is-active.btn-dropdown-white, .btn-white:focus, .btn-dropdown-white:focus, .btn-white.is-focus, .is-focus.btn-dropdown-white {
|
924
|
-
color: #
|
925
|
-
background-color:
|
926
|
-
border: 1px solid #
|
924
|
+
color: #5E7887;
|
925
|
+
background-color: #ffffff;
|
926
|
+
border: 1px solid #D7DDE1; }
|
927
927
|
.btn-white[disabled], [disabled].btn-dropdown-white, .btn-white.is-disabled, .is-disabled.btn-dropdown-white {
|
928
928
|
opacity: .5;
|
929
|
-
background-color:
|
930
|
-
color: #
|
931
|
-
border: 1px solid #
|
929
|
+
background-color: #ffffff;
|
930
|
+
color: #5E7887;
|
931
|
+
border: 1px solid #D7DDE1; }
|
932
932
|
.btn-white[disabled]:visited, [disabled].btn-dropdown-white:visited, .btn-white[disabled]:hover, [disabled].btn-dropdown-white:hover, .btn-white[disabled].is-hover, [disabled].is-hover.btn-dropdown-white, .btn-white[disabled]:active, [disabled].btn-dropdown-white:active, .btn-white[disabled].is-active, [disabled].is-active.btn-dropdown-white, .btn-white.is-disabled:visited, .is-disabled.btn-dropdown-white:visited, .btn-white.is-disabled:hover, .is-disabled.btn-dropdown-white:hover, .btn-white.is-disabled.is-hover, .is-disabled.is-hover.btn-dropdown-white, .btn-white.is-disabled:active, .is-disabled.btn-dropdown-white:active, .btn-white.is-disabled.is-active, .is-disabled.is-active.btn-dropdown-white {
|
933
|
-
background-color:
|
934
|
-
color: #
|
935
|
-
border: 1px solid #
|
933
|
+
background-color: #ffffff;
|
934
|
+
color: #5E7887;
|
935
|
+
border: 1px solid #D7DDE1; }
|
936
936
|
.btn-white.is-processing, .is-processing.btn-dropdown-white, .btn-white.processing, .processing.btn-dropdown-white, .btn-white.is-loading, .is-loading.btn-dropdown-white, .btn-white.loading, .loading.btn-dropdown-white {
|
937
937
|
background-position: center center !important;
|
938
938
|
color: transparent !important;
|
939
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#
|
939
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#5E7887%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#5E7887%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
940
940
|
background-repeat: no-repeat;
|
941
941
|
background-size: 23px 23px; }
|
942
942
|
.btn-white.is-processing.btn--small, .btn-white.is-processing.btn-search, .is-processing.btn-search.btn-dropdown-white, .is-processing.btn--small.btn-dropdown-white, .btn-white.processing.btn--small, .btn-white.processing.btn-search, .processing.btn-search.btn-dropdown-white, .processing.btn--small.btn-dropdown-white, .btn-white.is-loading.btn--small, .btn-white.is-loading.btn-search, .is-loading.btn-search.btn-dropdown-white, .is-loading.btn--small.btn-dropdown-white, .btn-white.loading.btn--small, .btn-white.loading.btn-search, .loading.btn-search.btn-dropdown-white, .loading.btn--small.btn-dropdown-white {
|
@@ -949,35 +949,35 @@ select {
|
|
949
949
|
/* button facebook shorthand
|
950
950
|
......................................*/
|
951
951
|
.btn-facebook {
|
952
|
-
background-color: #
|
953
|
-
color:
|
952
|
+
background-color: #3B5999;
|
953
|
+
color: #ffffff;
|
954
954
|
border: 1px solid #2d4474;
|
955
955
|
background-size: 15px 15px; }
|
956
956
|
.btn-facebook:link, .btn-facebook:visited {
|
957
|
-
color:
|
957
|
+
color: #ffffff;
|
958
958
|
border: 1px solid #2d4474; }
|
959
959
|
.btn-facebook:hover, .btn-facebook.is-hover, .btn-facebook:focus:hover, .btn-facebook:focus.is-hover, .btn-facebook.is-selected {
|
960
|
-
color:
|
960
|
+
color: #ffffff;
|
961
961
|
cursor: pointer;
|
962
962
|
background-color: #2d4474;
|
963
963
|
border: 1px solid #2d4474; }
|
964
964
|
.btn-facebook:active, .btn-facebook.is-active, .btn-facebook:focus, .btn-facebook.is-focus {
|
965
|
-
color:
|
966
|
-
background-color: #
|
965
|
+
color: #ffffff;
|
966
|
+
background-color: #3B5999;
|
967
967
|
border: 1px solid #2d4474; }
|
968
968
|
.btn-facebook[disabled], .btn-facebook.is-disabled {
|
969
969
|
opacity: .5;
|
970
|
-
background-color: #
|
971
|
-
color:
|
970
|
+
background-color: #3B5999;
|
971
|
+
color: #ffffff;
|
972
972
|
border: 1px solid #2d4474; }
|
973
973
|
.btn-facebook[disabled]:visited, .btn-facebook[disabled]:hover, .btn-facebook[disabled].is-hover, .btn-facebook[disabled]:active, .btn-facebook[disabled].is-active, .btn-facebook.is-disabled:visited, .btn-facebook.is-disabled:hover, .btn-facebook.is-disabled.is-hover, .btn-facebook.is-disabled:active, .btn-facebook.is-disabled.is-active {
|
974
|
-
background-color: #
|
975
|
-
color:
|
974
|
+
background-color: #3B5999;
|
975
|
+
color: #ffffff;
|
976
976
|
border: 1px solid #2d4474; }
|
977
977
|
.btn-facebook.is-processing, .btn-facebook.processing, .btn-facebook.is-loading, .btn-facebook.loading {
|
978
978
|
background-position: center center !important;
|
979
979
|
color: transparent !important;
|
980
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%
|
980
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
981
981
|
background-repeat: no-repeat;
|
982
982
|
background-size: 23px 23px; }
|
983
983
|
.btn-facebook.is-processing.btn--small, .btn-facebook.is-processing.btn-search, .btn-facebook.processing.btn--small, .btn-facebook.processing.btn-search, .btn-facebook.is-loading.btn--small, .btn-facebook.is-loading.btn-search, .btn-facebook.loading.btn--small, .btn-facebook.loading.btn-search {
|
@@ -990,35 +990,35 @@ select {
|
|
990
990
|
/* button twitter shorthand
|
991
991
|
......................................*/
|
992
992
|
.btn-twitter {
|
993
|
-
background-color: #
|
994
|
-
color:
|
993
|
+
background-color: #55ACEE;
|
994
|
+
color: #ffffff;
|
995
995
|
border: 1px solid #2795e9;
|
996
996
|
background-size: 15px 15px; }
|
997
997
|
.btn-twitter:link, .btn-twitter:visited {
|
998
|
-
color:
|
998
|
+
color: #ffffff;
|
999
999
|
border: 1px solid #2795e9; }
|
1000
1000
|
.btn-twitter:hover, .btn-twitter.is-hover, .btn-twitter:focus:hover, .btn-twitter:focus.is-hover, .btn-twitter.is-selected {
|
1001
|
-
color:
|
1001
|
+
color: #ffffff;
|
1002
1002
|
cursor: pointer;
|
1003
1003
|
background-color: #2795e9;
|
1004
1004
|
border: 1px solid #2795e9; }
|
1005
1005
|
.btn-twitter:active, .btn-twitter.is-active, .btn-twitter:focus, .btn-twitter.is-focus {
|
1006
|
-
color:
|
1007
|
-
background-color: #
|
1006
|
+
color: #ffffff;
|
1007
|
+
background-color: #55ACEE;
|
1008
1008
|
border: 1px solid #2795e9; }
|
1009
1009
|
.btn-twitter[disabled], .btn-twitter.is-disabled {
|
1010
1010
|
opacity: .5;
|
1011
|
-
background-color: #
|
1012
|
-
color:
|
1011
|
+
background-color: #55ACEE;
|
1012
|
+
color: #ffffff;
|
1013
1013
|
border: 1px solid #2795e9; }
|
1014
1014
|
.btn-twitter[disabled]:visited, .btn-twitter[disabled]:hover, .btn-twitter[disabled].is-hover, .btn-twitter[disabled]:active, .btn-twitter[disabled].is-active, .btn-twitter.is-disabled:visited, .btn-twitter.is-disabled:hover, .btn-twitter.is-disabled.is-hover, .btn-twitter.is-disabled:active, .btn-twitter.is-disabled.is-active {
|
1015
|
-
background-color: #
|
1016
|
-
color:
|
1015
|
+
background-color: #55ACEE;
|
1016
|
+
color: #ffffff;
|
1017
1017
|
border: 1px solid #2795e9; }
|
1018
1018
|
.btn-twitter.is-processing, .btn-twitter.processing, .btn-twitter.is-loading, .btn-twitter.loading {
|
1019
1019
|
background-position: center center !important;
|
1020
1020
|
color: transparent !important;
|
1021
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%
|
1021
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
1022
1022
|
background-repeat: no-repeat;
|
1023
1023
|
background-size: 23px 23px; }
|
1024
1024
|
.btn-twitter.is-processing.btn--small, .btn-twitter.is-processing.btn-search, .btn-twitter.processing.btn--small, .btn-twitter.processing.btn-search, .btn-twitter.is-loading.btn--small, .btn-twitter.is-loading.btn-search, .btn-twitter.loading.btn--small, .btn-twitter.loading.btn-search {
|
@@ -1032,34 +1032,34 @@ select {
|
|
1032
1032
|
......................................*/
|
1033
1033
|
.btn-transparent {
|
1034
1034
|
background-color: rgba(255, 255, 255, 0.5);
|
1035
|
-
color:
|
1035
|
+
color: #ffffff;
|
1036
1036
|
border: 1px solid rgba(255, 255, 255, 0);
|
1037
1037
|
background-size: 15px 15px; }
|
1038
1038
|
.btn-transparent:link, .btn-transparent:visited {
|
1039
|
-
color:
|
1039
|
+
color: #ffffff;
|
1040
1040
|
border: 1px solid rgba(255, 255, 255, 0); }
|
1041
1041
|
.btn-transparent:hover, .btn-transparent.is-hover, .btn-transparent:focus:hover, .btn-transparent:focus.is-hover, .btn-transparent.is-selected {
|
1042
|
-
color:
|
1042
|
+
color: #ffffff;
|
1043
1043
|
cursor: pointer;
|
1044
1044
|
background-color: rgba(255, 255, 255, 0.7);
|
1045
1045
|
border: 1px solid rgba(255, 255, 255, 0); }
|
1046
1046
|
.btn-transparent:active, .btn-transparent.is-active, .btn-transparent:focus, .btn-transparent.is-focus {
|
1047
|
-
color:
|
1047
|
+
color: #ffffff;
|
1048
1048
|
background-color: rgba(255, 255, 255, 0.5);
|
1049
1049
|
border: 1px solid rgba(255, 255, 255, 0); }
|
1050
1050
|
.btn-transparent[disabled], .btn-transparent.is-disabled {
|
1051
1051
|
opacity: .5;
|
1052
1052
|
background-color: rgba(255, 255, 255, 0.5);
|
1053
|
-
color:
|
1053
|
+
color: #ffffff;
|
1054
1054
|
border: 1px solid rgba(255, 255, 255, 0); }
|
1055
1055
|
.btn-transparent[disabled]:visited, .btn-transparent[disabled]:hover, .btn-transparent[disabled].is-hover, .btn-transparent[disabled]:active, .btn-transparent[disabled].is-active, .btn-transparent.is-disabled:visited, .btn-transparent.is-disabled:hover, .btn-transparent.is-disabled.is-hover, .btn-transparent.is-disabled:active, .btn-transparent.is-disabled.is-active {
|
1056
1056
|
background-color: rgba(255, 255, 255, 0.5);
|
1057
|
-
color:
|
1057
|
+
color: #ffffff;
|
1058
1058
|
border: 1px solid rgba(255, 255, 255, 0); }
|
1059
1059
|
.btn-transparent.is-processing, .btn-transparent.processing, .btn-transparent.is-loading, .btn-transparent.loading {
|
1060
1060
|
background-position: center center !important;
|
1061
1061
|
color: transparent !important;
|
1062
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%
|
1062
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
1063
1063
|
background-repeat: no-repeat;
|
1064
1064
|
background-size: 23px 23px; }
|
1065
1065
|
.btn-transparent.is-processing.btn--small, .btn-transparent.is-processing.btn-search, .btn-transparent.processing.btn--small, .btn-transparent.processing.btn-search, .btn-transparent.is-loading.btn--small, .btn-transparent.is-loading.btn-search, .btn-transparent.loading.btn--small, .btn-transparent.loading.btn-search {
|
@@ -1072,35 +1072,35 @@ select {
|
|
1072
1072
|
/* button tumblr shorthand
|
1073
1073
|
......................................*/
|
1074
1074
|
.btn-tumblr {
|
1075
|
-
background-color: #
|
1076
|
-
color:
|
1075
|
+
background-color: #34465D;
|
1076
|
+
color: #ffffff;
|
1077
1077
|
border: 1px solid #222d3c;
|
1078
1078
|
background-size: 15px 15px; }
|
1079
1079
|
.btn-tumblr:link, .btn-tumblr:visited {
|
1080
|
-
color:
|
1080
|
+
color: #ffffff;
|
1081
1081
|
border: 1px solid #222d3c; }
|
1082
1082
|
.btn-tumblr:hover, .btn-tumblr.is-hover, .btn-tumblr:focus:hover, .btn-tumblr:focus.is-hover, .btn-tumblr.is-selected {
|
1083
|
-
color:
|
1083
|
+
color: #ffffff;
|
1084
1084
|
cursor: pointer;
|
1085
1085
|
background-color: #222d3c;
|
1086
1086
|
border: 1px solid #222d3c; }
|
1087
1087
|
.btn-tumblr:active, .btn-tumblr.is-active, .btn-tumblr:focus, .btn-tumblr.is-focus {
|
1088
|
-
color:
|
1089
|
-
background-color: #
|
1088
|
+
color: #ffffff;
|
1089
|
+
background-color: #34465D;
|
1090
1090
|
border: 1px solid #222d3c; }
|
1091
1091
|
.btn-tumblr[disabled], .btn-tumblr.is-disabled {
|
1092
1092
|
opacity: .5;
|
1093
|
-
background-color: #
|
1094
|
-
color:
|
1093
|
+
background-color: #34465D;
|
1094
|
+
color: #ffffff;
|
1095
1095
|
border: 1px solid #222d3c; }
|
1096
1096
|
.btn-tumblr[disabled]:visited, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled].is-hover, .btn-tumblr[disabled]:active, .btn-tumblr[disabled].is-active, .btn-tumblr.is-disabled:visited, .btn-tumblr.is-disabled:hover, .btn-tumblr.is-disabled.is-hover, .btn-tumblr.is-disabled:active, .btn-tumblr.is-disabled.is-active {
|
1097
|
-
background-color: #
|
1098
|
-
color:
|
1097
|
+
background-color: #34465D;
|
1098
|
+
color: #ffffff;
|
1099
1099
|
border: 1px solid #222d3c; }
|
1100
1100
|
.btn-tumblr.is-processing, .btn-tumblr.processing, .btn-tumblr.is-loading, .btn-tumblr.loading {
|
1101
1101
|
background-position: center center !important;
|
1102
1102
|
color: transparent !important;
|
1103
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%
|
1103
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
1104
1104
|
background-repeat: no-repeat;
|
1105
1105
|
background-size: 23px 23px; }
|
1106
1106
|
.btn-tumblr.is-processing.btn--small, .btn-tumblr.is-processing.btn-search, .btn-tumblr.processing.btn--small, .btn-tumblr.processing.btn-search, .btn-tumblr.is-loading.btn--small, .btn-tumblr.is-loading.btn-search, .btn-tumblr.loading.btn--small, .btn-tumblr.loading.btn-search {
|
@@ -1113,35 +1113,35 @@ select {
|
|
1113
1113
|
/* button paypal shorthand
|
1114
1114
|
......................................*/
|
1115
1115
|
.btn-paypal {
|
1116
|
-
background-color: #
|
1117
|
-
color:
|
1116
|
+
background-color: #00457C;
|
1117
|
+
color: #ffffff;
|
1118
1118
|
border: 1px solid #002949;
|
1119
1119
|
background-size: 15px 15px; }
|
1120
1120
|
.btn-paypal:link, .btn-paypal:visited {
|
1121
|
-
color:
|
1121
|
+
color: #ffffff;
|
1122
1122
|
border: 1px solid #002949; }
|
1123
1123
|
.btn-paypal:hover, .btn-paypal.is-hover, .btn-paypal:focus:hover, .btn-paypal:focus.is-hover, .btn-paypal.is-selected {
|
1124
|
-
color:
|
1124
|
+
color: #ffffff;
|
1125
1125
|
cursor: pointer;
|
1126
1126
|
background-color: #002949;
|
1127
1127
|
border: 1px solid #002949; }
|
1128
1128
|
.btn-paypal:active, .btn-paypal.is-active, .btn-paypal:focus, .btn-paypal.is-focus {
|
1129
|
-
color:
|
1130
|
-
background-color: #
|
1129
|
+
color: #ffffff;
|
1130
|
+
background-color: #00457C;
|
1131
1131
|
border: 1px solid #002949; }
|
1132
1132
|
.btn-paypal[disabled], .btn-paypal.is-disabled {
|
1133
1133
|
opacity: .5;
|
1134
|
-
background-color: #
|
1135
|
-
color:
|
1134
|
+
background-color: #00457C;
|
1135
|
+
color: #ffffff;
|
1136
1136
|
border: 1px solid #002949; }
|
1137
1137
|
.btn-paypal[disabled]:visited, .btn-paypal[disabled]:hover, .btn-paypal[disabled].is-hover, .btn-paypal[disabled]:active, .btn-paypal[disabled].is-active, .btn-paypal.is-disabled:visited, .btn-paypal.is-disabled:hover, .btn-paypal.is-disabled.is-hover, .btn-paypal.is-disabled:active, .btn-paypal.is-disabled.is-active {
|
1138
|
-
background-color: #
|
1139
|
-
color:
|
1138
|
+
background-color: #00457C;
|
1139
|
+
color: #ffffff;
|
1140
1140
|
border: 1px solid #002949; }
|
1141
1141
|
.btn-paypal.is-processing, .btn-paypal.processing, .btn-paypal.is-loading, .btn-paypal.loading {
|
1142
1142
|
background-position: center center !important;
|
1143
1143
|
color: transparent !important;
|
1144
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%
|
1144
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
1145
1145
|
background-repeat: no-repeat;
|
1146
1146
|
background-size: 23px 23px; }
|
1147
1147
|
.btn-paypal.is-processing.btn--small, .btn-paypal.is-processing.btn-search, .btn-paypal.processing.btn--small, .btn-paypal.processing.btn-search, .btn-paypal.is-loading.btn--small, .btn-paypal.is-loading.btn-search, .btn-paypal.loading.btn--small, .btn-paypal.loading.btn-search {
|
@@ -1154,35 +1154,35 @@ select {
|
|
1154
1154
|
/* button roku shorthand
|
1155
1155
|
......................................*/
|
1156
1156
|
.btn-roku {
|
1157
|
-
background-color: #
|
1158
|
-
color:
|
1157
|
+
background-color: #662C91;
|
1158
|
+
color: #ffffff;
|
1159
1159
|
border: 1px solid #4a206a;
|
1160
1160
|
background-size: 15px 15px; }
|
1161
1161
|
.btn-roku:link, .btn-roku:visited {
|
1162
|
-
color:
|
1162
|
+
color: #ffffff;
|
1163
1163
|
border: 1px solid #4a206a; }
|
1164
1164
|
.btn-roku:hover, .btn-roku.is-hover, .btn-roku:focus:hover, .btn-roku:focus.is-hover, .btn-roku.is-selected {
|
1165
|
-
color:
|
1165
|
+
color: #ffffff;
|
1166
1166
|
cursor: pointer;
|
1167
1167
|
background-color: #4a206a;
|
1168
1168
|
border: 1px solid #4a206a; }
|
1169
1169
|
.btn-roku:active, .btn-roku.is-active, .btn-roku:focus, .btn-roku.is-focus {
|
1170
|
-
color:
|
1171
|
-
background-color: #
|
1170
|
+
color: #ffffff;
|
1171
|
+
background-color: #662C91;
|
1172
1172
|
border: 1px solid #4a206a; }
|
1173
1173
|
.btn-roku[disabled], .btn-roku.is-disabled {
|
1174
1174
|
opacity: .5;
|
1175
|
-
background-color: #
|
1176
|
-
color:
|
1175
|
+
background-color: #662C91;
|
1176
|
+
color: #ffffff;
|
1177
1177
|
border: 1px solid #4a206a; }
|
1178
1178
|
.btn-roku[disabled]:visited, .btn-roku[disabled]:hover, .btn-roku[disabled].is-hover, .btn-roku[disabled]:active, .btn-roku[disabled].is-active, .btn-roku.is-disabled:visited, .btn-roku.is-disabled:hover, .btn-roku.is-disabled.is-hover, .btn-roku.is-disabled:active, .btn-roku.is-disabled.is-active {
|
1179
|
-
background-color: #
|
1180
|
-
color:
|
1179
|
+
background-color: #662C91;
|
1180
|
+
color: #ffffff;
|
1181
1181
|
border: 1px solid #4a206a; }
|
1182
1182
|
.btn-roku.is-processing, .btn-roku.processing, .btn-roku.is-loading, .btn-roku.loading {
|
1183
1183
|
background-position: center center !important;
|
1184
1184
|
color: transparent !important;
|
1185
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%
|
1185
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%20%20viewBox%3D%220%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20opacity%3D%220.2%22%20fill%3D%22%23#ffffff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0D%0A%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0D%0A%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23#ffffff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0D%0A%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0D%0A%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0D%0A%20%20%20%20attributeName%3D%22transform%22%0D%0A%20%20%20%20type%3D%22rotate%22%0D%0A%20%20%20%20from%3D%220%2020%2020%22%0D%0A%20%20%20%20to%3D%22360%2020%2020%22%0D%0A%20%20%20%20dur%3D%220.5s%22%0D%0A%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0D%0A%20%20%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
|
1186
1186
|
background-repeat: no-repeat;
|
1187
1187
|
background-size: 23px 23px; }
|
1188
1188
|
.btn-roku.is-processing.btn--small, .btn-roku.is-processing.btn-search, .btn-roku.processing.btn--small, .btn-roku.processing.btn-search, .btn-roku.is-loading.btn--small, .btn-roku.is-loading.btn-search, .btn-roku.loading.btn--small, .btn-roku.loading.btn-search {
|
@@ -1254,7 +1254,7 @@ select {
|
|
1254
1254
|
right: 39px;
|
1255
1255
|
width: 1px;
|
1256
1256
|
height: 100%;
|
1257
|
-
background:
|
1257
|
+
background: #ffffff; }
|
1258
1258
|
.btn-dropdown.icon--center, .btn-dropdown.btn-search, .btn-search.btn-dropdown-gray, .btn-search.btn-dropdown-white, .btn-search.btn-dropdown-teal, .icon--center.btn-dropdown-gray, .icon--center.btn-dropdown-white, .icon--center.btn-dropdown-teal {
|
1259
1259
|
width: 40px; }
|
1260
1260
|
.btn-dropdown.icon--center.btn-dropdown--action:before, .btn-dropdown.btn-dropdown--action.btn-search:before, .btn-dropdown--action.btn-search.btn-dropdown-gray:before, .btn-dropdown--action.btn-search.btn-dropdown-white:before, .btn-dropdown--action.btn-search.btn-dropdown-teal:before, .icon--center.btn-dropdown--action.btn-dropdown-gray:before, .icon--center.btn-dropdown--action.btn-dropdown-white:before, .icon--center.btn-dropdown--action.btn-dropdown-teal:before {
|
@@ -1267,19 +1267,19 @@ select {
|
|
1267
1267
|
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cpath%20fill%3D%22%23375667%22%20d%3D%22M4.38%203.68l11.387%2011.383-4.242%204.243L.14%207.925z%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22%23375667%22%20d%3D%22M22.853%207.933L11.47%2019.318l-4.244-4.243L18.61%203.69z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
|
1268
1268
|
background-repeat: no-repeat; }
|
1269
1269
|
.btn-dropdown-gray.btn-dropdown--action:before {
|
1270
|
-
background: #
|
1270
|
+
background: #F0F2F4; }
|
1271
1271
|
.btn-dropdown-gray:hover.btn-dropdown--action:before {
|
1272
|
-
background: #
|
1272
|
+
background: #AFBCC3; }
|
1273
1273
|
|
1274
1274
|
.btn-dropdown-white.btn-dropdown--action:before {
|
1275
|
-
background: #
|
1275
|
+
background: #F0F2F4; }
|
1276
1276
|
.btn-dropdown-white:hover.btn-dropdown--action:before {
|
1277
|
-
background: #
|
1277
|
+
background: #AFBCC3; }
|
1278
1278
|
|
1279
1279
|
.btn-dropdown-teal.btn-dropdown--action:before {
|
1280
|
-
background: #
|
1280
|
+
background: #22B9B0; }
|
1281
1281
|
.btn-dropdown-teal:hover.btn-dropdown--action:before {
|
1282
|
-
background: #
|
1282
|
+
background: #149A97; }
|
1283
1283
|
|
1284
1284
|
/* button sizes
|
1285
1285
|
......................................*/
|
@@ -1397,8 +1397,8 @@ select {
|
|
1397
1397
|
.btn-group .btn-dropdown-gray:nth-child(odd),
|
1398
1398
|
.btn-group .btn-teal:nth-child(odd),
|
1399
1399
|
.btn-group .btn-dropdown-teal:nth-child(odd) {
|
1400
|
-
border-right: 1px solid #
|
1401
|
-
border-left: 1px solid #
|
1400
|
+
border-right: 1px solid #F0F2F4 !important;
|
1401
|
+
border-left: 1px solid #F0F2F4 !important; }
|
1402
1402
|
.btn-group .btn-white:nth-child(odd):hover, .btn-group .btn-dropdown-white:nth-child(odd):hover, .btn-group .btn-white:nth-child(odd):focus, .btn-group .btn-dropdown-white:nth-child(odd):focus,
|
1403
1403
|
.btn-group .btn-gray:nth-child(odd):hover,
|
1404
1404
|
.btn-group .btn-dropdown-gray:nth-child(odd):hover,
|
@@ -1408,8 +1408,8 @@ select {
|
|
1408
1408
|
.btn-group .btn-dropdown-teal:nth-child(odd):hover,
|
1409
1409
|
.btn-group .btn-teal:nth-child(odd):focus,
|
1410
1410
|
.btn-group .btn-dropdown-teal:nth-child(odd):focus {
|
1411
|
-
border-right: 1px solid #
|
1412
|
-
border-left: 1px solid #
|
1411
|
+
border-right: 1px solid #F0F2F4 !important;
|
1412
|
+
border-left: 1px solid #F0F2F4 !important;
|
1413
1413
|
z-index: 10000; }
|
1414
1414
|
.btn-group .btn-white:nth-child(even), .btn-group .btn-dropdown-white:nth-child(even),
|
1415
1415
|
.btn-group .btn-gray:nth-child(even),
|
@@ -1427,22 +1427,22 @@ select {
|
|
1427
1427
|
.btn-group .btn-dropdown-teal:nth-child(even):hover,
|
1428
1428
|
.btn-group .btn-teal:nth-child(even):focus,
|
1429
1429
|
.btn-group .btn-dropdown-teal:nth-child(even):focus {
|
1430
|
-
border-left: 1px solid #
|
1431
|
-
border-right: 1px solid #
|
1430
|
+
border-left: 1px solid #F0F2F4 !important;
|
1431
|
+
border-right: 1px solid #F0F2F4 !important;
|
1432
1432
|
z-index: 10000; }
|
1433
1433
|
.btn-group .btn-white:first-child, .btn-group .btn-dropdown-white:first-child,
|
1434
1434
|
.btn-group .btn-gray:first-child,
|
1435
1435
|
.btn-group .btn-dropdown-gray:first-child,
|
1436
1436
|
.btn-group .btn-teal:first-child,
|
1437
1437
|
.btn-group .btn-dropdown-teal:first-child {
|
1438
|
-
border-left: 1px solid #
|
1438
|
+
border-left: 1px solid #F0F2F4 !important;
|
1439
1439
|
border-radius: 5px 0 0 5px; }
|
1440
1440
|
.btn-group .btn-white:last-child, .btn-group .btn-dropdown-white:last-child,
|
1441
1441
|
.btn-group .btn-gray:last-child,
|
1442
1442
|
.btn-group .btn-dropdown-gray:last-child,
|
1443
1443
|
.btn-group .btn-teal:last-child,
|
1444
1444
|
.btn-group .btn-dropdown-teal:last-child {
|
1445
|
-
border-right: 1px solid #
|
1445
|
+
border-right: 1px solid #F0F2F4 !important;
|
1446
1446
|
border-radius: 0 5px 5px 0; }
|
1447
1447
|
.btn-group .btn-white:last-child:after, .btn-group .btn-dropdown-white:last-child:after,
|
1448
1448
|
.btn-group .btn-gray:last-child:after,
|
@@ -1495,7 +1495,7 @@ select {
|
|
1495
1495
|
display: inline-block;
|
1496
1496
|
min-height: 40px;
|
1497
1497
|
width: 100%;
|
1498
|
-
color: #
|
1498
|
+
color: #5E7887;
|
1499
1499
|
font-size: 14px;
|
1500
1500
|
background: transparent;
|
1501
1501
|
-webkit-user-select: none;
|
@@ -1584,7 +1584,7 @@ select {
|
|
1584
1584
|
background-image: none; }
|
1585
1585
|
.form .checkbox input[type="checkbox"]:checked + label .checkbox--icon, .form .checkbox.invert input[type="checkbox"]:not(:checked) + label .checkbox--icon {
|
1586
1586
|
transition: border 400ms ease-out;
|
1587
|
-
border: 1px solid #
|
1587
|
+
border: 1px solid #5E7887;
|
1588
1588
|
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cpath%20fill%3D%22%2322B8AF%22%20d%3D%22M9.291%2019.819l-3.323-3.323%2013.293-13.293%203.323%203.323z%22%2F%3E%3Cpath%20fill%3D%22%23149996%22%20d%3D%22M3.748%207.535l8.84%208.838-3.323%203.324-8.84-8.838z%22%2F%3E%3C%2Fsvg%3E");
|
1589
1589
|
background-repeat: no-repeat; }
|
1590
1590
|
.form .checkbox input[type="checkbox"]:checked + label .checkbox--icon .checkbox-animate, .form .checkbox.invert input[type="checkbox"]:not(:checked) + label .checkbox--icon .checkbox-animate {
|
@@ -1666,7 +1666,7 @@ select {
|
|
1666
1666
|
display: block;
|
1667
1667
|
width: 24px;
|
1668
1668
|
height: 24px;
|
1669
|
-
background: #
|
1669
|
+
background: #D7DDE1;
|
1670
1670
|
border-radius: 24px; }
|
1671
1671
|
.form .checkbox.alt label .checkbox--circle .circle-bottom {
|
1672
1672
|
transition: opacity .2s ease;
|
@@ -1682,7 +1682,7 @@ select {
|
|
1682
1682
|
display: block;
|
1683
1683
|
width: 24px;
|
1684
1684
|
height: 24px;
|
1685
|
-
background: #
|
1685
|
+
background: #D7DDE1;
|
1686
1686
|
border-radius: 23px; }
|
1687
1687
|
.form .checkbox.alt.invert input[type="checkbox"]:checked + label,
|
1688
1688
|
.form .checkbox.alt input[type="checkbox"]:not(:checked) + label {
|
@@ -1704,14 +1704,14 @@ select {
|
|
1704
1704
|
left: 0; }
|
1705
1705
|
.form .checkbox.alt.invert input[type="checkbox"]:checked + label .checkbox--circle .circle-top span,
|
1706
1706
|
.form .checkbox.alt input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-top span {
|
1707
|
-
background: #
|
1707
|
+
background: #D7DDE1; }
|
1708
1708
|
.form .checkbox.alt.invert input[type="checkbox"]:checked + label .checkbox--circle .circle-bottom span,
|
1709
1709
|
.form .checkbox.alt input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-bottom span {
|
1710
|
-
background: #
|
1710
|
+
background: #D7DDE1; }
|
1711
1711
|
.form .checkbox.alt input[type="checkbox"]:checked + label, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label {
|
1712
1712
|
border: 1px solid #9aaab4; }
|
1713
1713
|
.form .checkbox.alt input[type="checkbox"]:checked + label .contain, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .contain {
|
1714
|
-
background: #
|
1714
|
+
background: #149A97; }
|
1715
1715
|
.form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--icon, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--icon {
|
1716
1716
|
border: none;
|
1717
1717
|
height: 20px;
|
@@ -1726,9 +1726,9 @@ select {
|
|
1726
1726
|
.form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--circle, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle {
|
1727
1727
|
left: 30px; }
|
1728
1728
|
.form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--circle .circle-top span, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-top span {
|
1729
|
-
background: #
|
1729
|
+
background: #22B9B0; }
|
1730
1730
|
.form .checkbox.alt input[type="checkbox"]:checked + label .checkbox--circle .circle-bottom span, .form .checkbox.alt.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle .circle-bottom span {
|
1731
|
-
background: #
|
1731
|
+
background: #149A97; }
|
1732
1732
|
.form .checkbox.alt.small input[type="checkbox"]:checked + label .checkbox--circle, .form .checkbox.alt.small.invert input[type="checkbox"]:not(:checked) + label .checkbox--circle {
|
1733
1733
|
left: 20px; }
|
1734
1734
|
.form .checkbox.alt.small {
|
@@ -1791,7 +1791,7 @@ select {
|
|
1791
1791
|
line-height: 30px; }
|
1792
1792
|
|
1793
1793
|
[data-checkable].is-hovered, [data-checkable]:hover {
|
1794
|
-
background: #
|
1794
|
+
background: #149A97 !important;
|
1795
1795
|
cursor: pointer; }
|
1796
1796
|
|
1797
1797
|
/* imports
|
@@ -1818,34 +1818,34 @@ select {
|
|
1818
1818
|
Colors - Grays
|
1819
1819
|
..................................... */
|
1820
1820
|
.white {
|
1821
|
-
background-color:
|
1821
|
+
background-color: #ffffff; }
|
1822
1822
|
|
1823
1823
|
.white-transparent {
|
1824
1824
|
background-color: rgba(255, 255, 255, 0.7); }
|
1825
1825
|
|
1826
1826
|
.black {
|
1827
|
-
background-color:
|
1827
|
+
background-color: #000000; }
|
1828
1828
|
|
1829
1829
|
.black-transparent {
|
1830
1830
|
background-color: rgba(0, 0, 0, 0.7); }
|
1831
1831
|
|
1832
1832
|
.gray-1 {
|
1833
|
-
background-color: #
|
1833
|
+
background-color: #F7F8F9; }
|
1834
1834
|
|
1835
1835
|
.gray-2 {
|
1836
|
-
background-color: #
|
1836
|
+
background-color: #F0F2F4; }
|
1837
1837
|
|
1838
1838
|
.gray-3 {
|
1839
|
-
background-color: #
|
1839
|
+
background-color: #D7DDE1; }
|
1840
1840
|
|
1841
1841
|
.gray-4 {
|
1842
|
-
background-color: #
|
1842
|
+
background-color: #AFBCC3; }
|
1843
1843
|
|
1844
1844
|
.gray-5 {
|
1845
|
-
background-color: #
|
1845
|
+
background-color: #869AA5; }
|
1846
1846
|
|
1847
1847
|
.gray-6 {
|
1848
|
-
background-color: #
|
1848
|
+
background-color: #5E7887; }
|
1849
1849
|
|
1850
1850
|
.gray-7 {
|
1851
1851
|
background-color: #375667; }
|
@@ -1857,25 +1857,25 @@ select {
|
|
1857
1857
|
Colors - Teals
|
1858
1858
|
..................................... */
|
1859
1859
|
.teal-1 {
|
1860
|
-
background-color: #
|
1860
|
+
background-color: #F2FBFB; }
|
1861
1861
|
|
1862
1862
|
.teal-2 {
|
1863
|
-
background-color: #
|
1863
|
+
background-color: #22B9B0; }
|
1864
1864
|
|
1865
1865
|
.teal-3 {
|
1866
|
-
background-color: #
|
1866
|
+
background-color: #149A97; }
|
1867
1867
|
|
1868
1868
|
/* .....................................
|
1869
1869
|
Colors - Red
|
1870
1870
|
..................................... */
|
1871
1871
|
.red {
|
1872
|
-
background-color: #
|
1872
|
+
background-color: #D3104A; }
|
1873
1873
|
|
1874
1874
|
/* .....................................
|
1875
1875
|
Colors - Navy
|
1876
1876
|
..................................... */
|
1877
1877
|
.navy {
|
1878
|
-
background-color: #
|
1878
|
+
background-color: #00142B; }
|
1879
1879
|
|
1880
1880
|
.navy-transparent {
|
1881
1881
|
background-color: rgba(0, 20, 43, 0.5); }
|
@@ -1884,46 +1884,46 @@ select {
|
|
1884
1884
|
Colors - Brand Palette
|
1885
1885
|
..................................... */
|
1886
1886
|
.vhx-orange {
|
1887
|
-
background-color: #
|
1887
|
+
background-color: #D06B5E; }
|
1888
1888
|
|
1889
1889
|
.vhx-debian {
|
1890
|
-
background-color: #
|
1890
|
+
background-color: #BA0F45; }
|
1891
1891
|
|
1892
1892
|
.vhx-purple {
|
1893
1893
|
background-color: #783479; }
|
1894
1894
|
|
1895
1895
|
.vhx-currant {
|
1896
|
-
background-color: #
|
1896
|
+
background-color: #2E064A; }
|
1897
1897
|
|
1898
1898
|
.vhx-blue {
|
1899
|
-
background-color: #
|
1899
|
+
background-color: #227F95; }
|
1900
1900
|
|
1901
1901
|
.vhx-teal {
|
1902
|
-
background-color: #
|
1902
|
+
background-color: #149A97; }
|
1903
1903
|
|
1904
1904
|
.vhx-green {
|
1905
|
-
background-color: #
|
1905
|
+
background-color: #7DA53E; }
|
1906
1906
|
|
1907
1907
|
.vhx-yellow {
|
1908
|
-
background-color: #
|
1908
|
+
background-color: #FFB567; }
|
1909
1909
|
|
1910
1910
|
/* .....................................
|
1911
1911
|
Colors - External Brands
|
1912
1912
|
..................................... */
|
1913
1913
|
.facebook-blue {
|
1914
|
-
background-color: #
|
1914
|
+
background-color: #3B5999; }
|
1915
1915
|
|
1916
1916
|
.twitter-blue {
|
1917
|
-
background-color: #
|
1917
|
+
background-color: #55ACEE; }
|
1918
1918
|
|
1919
1919
|
.tumblr-blue {
|
1920
|
-
background-color: #
|
1920
|
+
background-color: #34465D; }
|
1921
1921
|
|
1922
1922
|
.paypal-blue {
|
1923
|
-
background-color: #
|
1923
|
+
background-color: #00457C; }
|
1924
1924
|
|
1925
1925
|
.roku-purple {
|
1926
|
-
background-color: #
|
1926
|
+
background-color: #662C91; }
|
1927
1927
|
|
1928
1928
|
/* .....................................
|
1929
1929
|
Fonts
|
@@ -2006,35 +2006,35 @@ select {
|
|
2006
2006
|
border-top-right-color: #192b3d;
|
2007
2007
|
margin-left: -11px; }
|
2008
2008
|
.arrow.arrow-bottom-left.background-black, .arrow.arrow-bottom-middle.background-black, .arrow.arrow-bottom-right.background-black {
|
2009
|
-
background:
|
2009
|
+
background: #000000; }
|
2010
2010
|
.arrow.arrow-bottom-left.background-black:after, .arrow.arrow-bottom-middle.background-black:after, .arrow.arrow-bottom-right.background-black:after {
|
2011
|
-
border-top-color:
|
2011
|
+
border-top-color: #000000; }
|
2012
2012
|
.arrow.arrow-bottom-left.background-black:before, .arrow.arrow-bottom-middle.background-black:before, .arrow.arrow-bottom-right.background-black:before {
|
2013
|
-
border-top-color:
|
2013
|
+
border-top-color: #000000; }
|
2014
2014
|
.arrow.arrow-bottom-left.background-white, .arrow.arrow-bottom-middle.background-white, .arrow.arrow-bottom-right.background-white {
|
2015
|
-
background:
|
2015
|
+
background: #ffffff; }
|
2016
2016
|
.arrow.arrow-bottom-left.background-white:after, .arrow.arrow-bottom-middle.background-white:after, .arrow.arrow-bottom-right.background-white:after {
|
2017
|
-
border-top-color:
|
2017
|
+
border-top-color: #ffffff; }
|
2018
2018
|
.arrow.arrow-bottom-left.background-white:before, .arrow.arrow-bottom-middle.background-white:before, .arrow.arrow-bottom-right.background-white:before {
|
2019
|
-
border-top-color:
|
2019
|
+
border-top-color: #ffffff; }
|
2020
2020
|
.arrow.arrow-bottom-left.background-gray, .arrow.arrow-bottom-middle.background-gray, .arrow.arrow-bottom-right.background-gray {
|
2021
|
-
background: #
|
2021
|
+
background: #F7F8F9; }
|
2022
2022
|
.arrow.arrow-bottom-left.background-gray:after, .arrow.arrow-bottom-middle.background-gray:after, .arrow.arrow-bottom-right.background-gray:after {
|
2023
|
-
border-top-color: #
|
2023
|
+
border-top-color: #F7F8F9; }
|
2024
2024
|
.arrow.arrow-bottom-left.background-gray:before, .arrow.arrow-bottom-middle.background-gray:before, .arrow.arrow-bottom-right.background-gray:before {
|
2025
|
-
border-top-color: #
|
2025
|
+
border-top-color: #F7F8F9; }
|
2026
2026
|
.arrow.arrow-bottom-left.is-alert, .arrow.arrow-bottom-middle.is-alert, .arrow.arrow-bottom-right.is-alert {
|
2027
|
-
background: #
|
2027
|
+
background: #D3104A; }
|
2028
2028
|
.arrow.arrow-bottom-left.is-alert:after, .arrow.arrow-bottom-middle.is-alert:after, .arrow.arrow-bottom-right.is-alert:after {
|
2029
|
-
border-top-color: #
|
2029
|
+
border-top-color: #D3104A; }
|
2030
2030
|
.arrow.arrow-bottom-left.is-alert:before, .arrow.arrow-bottom-middle.is-alert:before, .arrow.arrow-bottom-right.is-alert:before {
|
2031
|
-
border-top-color: #
|
2031
|
+
border-top-color: #D3104A; }
|
2032
2032
|
.arrow.arrow-bottom-left.is-error, .arrow.arrow-bottom-middle.is-error, .arrow.arrow-bottom-right.is-error {
|
2033
|
-
background: #
|
2033
|
+
background: #22B9B0; }
|
2034
2034
|
.arrow.arrow-bottom-left.is-error:after, .arrow.arrow-bottom-middle.is-error:after, .arrow.arrow-bottom-right.is-error:after {
|
2035
|
-
border-top-color: #
|
2035
|
+
border-top-color: #22B9B0; }
|
2036
2036
|
.arrow.arrow-bottom-left.is-error:before, .arrow.arrow-bottom-middle.is-error:before, .arrow.arrow-bottom-right.is-error:before {
|
2037
|
-
border-top-color: #
|
2037
|
+
border-top-color: #22B9B0; }
|
2038
2038
|
.arrow.arrow-left-top:after, .arrow.arrow-left-top:before {
|
2039
2039
|
right: 100%;
|
2040
2040
|
top: 15%; }
|
@@ -2051,35 +2051,35 @@ select {
|
|
2051
2051
|
border-right-right-color: #192b3d;
|
2052
2052
|
margin-top: -11px; }
|
2053
2053
|
.arrow.arrow-left-top.background-black, .arrow.arrow-left-middle.background-black, .arrow.arrow-left-bottom.background-black {
|
2054
|
-
background:
|
2054
|
+
background: #000000; }
|
2055
2055
|
.arrow.arrow-left-top.background-black:after, .arrow.arrow-left-middle.background-black:after, .arrow.arrow-left-bottom.background-black:after {
|
2056
|
-
border-right-color:
|
2056
|
+
border-right-color: #000000; }
|
2057
2057
|
.arrow.arrow-left-top.background-black:before, .arrow.arrow-left-middle.background-black:before, .arrow.arrow-left-bottom.background-black:before {
|
2058
|
-
border-right-color:
|
2058
|
+
border-right-color: #000000; }
|
2059
2059
|
.arrow.arrow-left-top.background-white, .arrow.arrow-left-middle.background-white, .arrow.arrow-left-bottom.background-white {
|
2060
|
-
background:
|
2060
|
+
background: #ffffff; }
|
2061
2061
|
.arrow.arrow-left-top.background-white:after, .arrow.arrow-left-middle.background-white:after, .arrow.arrow-left-bottom.background-white:after {
|
2062
|
-
border-right-color:
|
2062
|
+
border-right-color: #ffffff; }
|
2063
2063
|
.arrow.arrow-left-top.background-white:before, .arrow.arrow-left-middle.background-white:before, .arrow.arrow-left-bottom.background-white:before {
|
2064
|
-
border-right-color:
|
2064
|
+
border-right-color: #ffffff; }
|
2065
2065
|
.arrow.arrow-left-top.background-gray, .arrow.arrow-left-middle.background-gray, .arrow.arrow-left-bottom.background-gray {
|
2066
|
-
background: #
|
2066
|
+
background: #F7F8F9; }
|
2067
2067
|
.arrow.arrow-left-top.background-gray:after, .arrow.arrow-left-middle.background-gray:after, .arrow.arrow-left-bottom.background-gray:after {
|
2068
|
-
border-right-color: #
|
2068
|
+
border-right-color: #F7F8F9; }
|
2069
2069
|
.arrow.arrow-left-top.background-gray:before, .arrow.arrow-left-middle.background-gray:before, .arrow.arrow-left-bottom.background-gray:before {
|
2070
|
-
border-right-color: #
|
2070
|
+
border-right-color: #F7F8F9; }
|
2071
2071
|
.arrow.arrow-left-top.is-alert, .arrow.arrow-left-middle.is-alert, .arrow.arrow-left-bottom.is-alert {
|
2072
|
-
background: #
|
2072
|
+
background: #D3104A; }
|
2073
2073
|
.arrow.arrow-left-top.is-alert:after, .arrow.arrow-left-middle.is-alert:after, .arrow.arrow-left-bottom.is-alert:after {
|
2074
|
-
border-right-color: #
|
2074
|
+
border-right-color: #D3104A; }
|
2075
2075
|
.arrow.arrow-left-top.is-alert:before, .arrow.arrow-left-middle.is-alert:before, .arrow.arrow-left-bottom.is-alert:before {
|
2076
|
-
border-right-color: #
|
2076
|
+
border-right-color: #D3104A; }
|
2077
2077
|
.arrow.arrow-left-top.is-error, .arrow.arrow-left-middle.is-error, .arrow.arrow-left-bottom.is-error {
|
2078
|
-
background: #
|
2078
|
+
background: #22B9B0; }
|
2079
2079
|
.arrow.arrow-left-top.is-error:after, .arrow.arrow-left-middle.is-error:after, .arrow.arrow-left-bottom.is-error:after {
|
2080
|
-
border-right-color: #
|
2080
|
+
border-right-color: #22B9B0; }
|
2081
2081
|
.arrow.arrow-left-top.is-error:before, .arrow.arrow-left-middle.is-error:before, .arrow.arrow-left-bottom.is-error:before {
|
2082
|
-
border-right-color: #
|
2082
|
+
border-right-color: #22B9B0; }
|
2083
2083
|
.arrow.arrow-right-top:after, .arrow.arrow-right-top:before {
|
2084
2084
|
left: 100%;
|
2085
2085
|
top: 15%; }
|
@@ -2096,35 +2096,35 @@ select {
|
|
2096
2096
|
border-left-right-color: #192b3d;
|
2097
2097
|
margin-bottom: -11px; }
|
2098
2098
|
.arrow.arrow-right-top.background-black, .arrow.arrow-right-middle.background-black, .arrow.arrow-right-bottom.background-black {
|
2099
|
-
background:
|
2099
|
+
background: #000000; }
|
2100
2100
|
.arrow.arrow-right-top.background-black:after, .arrow.arrow-right-middle.background-black:after, .arrow.arrow-right-bottom.background-black:after {
|
2101
|
-
border-left-color:
|
2101
|
+
border-left-color: #000000; }
|
2102
2102
|
.arrow.arrow-right-top.background-black:before, .arrow.arrow-right-middle.background-black:before, .arrow.arrow-right-bottom.background-black:before {
|
2103
|
-
border-left-color:
|
2103
|
+
border-left-color: #000000; }
|
2104
2104
|
.arrow.arrow-right-top.background-white, .arrow.arrow-right-middle.background-white, .arrow.arrow-right-bottom.background-white {
|
2105
|
-
background:
|
2105
|
+
background: #ffffff; }
|
2106
2106
|
.arrow.arrow-right-top.background-white:after, .arrow.arrow-right-middle.background-white:after, .arrow.arrow-right-bottom.background-white:after {
|
2107
|
-
border-left-color:
|
2107
|
+
border-left-color: #ffffff; }
|
2108
2108
|
.arrow.arrow-right-top.background-white:before, .arrow.arrow-right-middle.background-white:before, .arrow.arrow-right-bottom.background-white:before {
|
2109
|
-
border-left-color:
|
2109
|
+
border-left-color: #ffffff; }
|
2110
2110
|
.arrow.arrow-right-top.background-gray, .arrow.arrow-right-middle.background-gray, .arrow.arrow-right-bottom.background-gray {
|
2111
|
-
background: #
|
2111
|
+
background: #F7F8F9; }
|
2112
2112
|
.arrow.arrow-right-top.background-gray:after, .arrow.arrow-right-middle.background-gray:after, .arrow.arrow-right-bottom.background-gray:after {
|
2113
|
-
border-left-color: #
|
2113
|
+
border-left-color: #F7F8F9; }
|
2114
2114
|
.arrow.arrow-right-top.background-gray:before, .arrow.arrow-right-middle.background-gray:before, .arrow.arrow-right-bottom.background-gray:before {
|
2115
|
-
border-left-color: #
|
2115
|
+
border-left-color: #F7F8F9; }
|
2116
2116
|
.arrow.arrow-right-top.is-alert, .arrow.arrow-right-middle.is-alert, .arrow.arrow-right-bottom.is-alert {
|
2117
|
-
background: #
|
2117
|
+
background: #D3104A; }
|
2118
2118
|
.arrow.arrow-right-top.is-alert:after, .arrow.arrow-right-middle.is-alert:after, .arrow.arrow-right-bottom.is-alert:after {
|
2119
|
-
border-left-color: #
|
2119
|
+
border-left-color: #D3104A; }
|
2120
2120
|
.arrow.arrow-right-top.is-alert:before, .arrow.arrow-right-middle.is-alert:before, .arrow.arrow-right-bottom.is-alert:before {
|
2121
|
-
border-left-color: #
|
2121
|
+
border-left-color: #D3104A; }
|
2122
2122
|
.arrow.arrow-right-top.is-error, .arrow.arrow-right-middle.is-error, .arrow.arrow-right-bottom.is-error {
|
2123
|
-
background: #
|
2123
|
+
background: #22B9B0; }
|
2124
2124
|
.arrow.arrow-right-top.is-error:after, .arrow.arrow-right-middle.is-error:after, .arrow.arrow-right-bottom.is-error:after {
|
2125
|
-
border-left-color: #
|
2125
|
+
border-left-color: #22B9B0; }
|
2126
2126
|
.arrow.arrow-right-top.is-error:before, .arrow.arrow-right-middle.is-error:before, .arrow.arrow-right-bottom.is-error:before {
|
2127
|
-
border-left-color: #
|
2127
|
+
border-left-color: #22B9B0; }
|
2128
2128
|
.arrow.arrow-top-left:after, .arrow.arrow-top-left:before {
|
2129
2129
|
bottom: 100%;
|
2130
2130
|
left: 15%; }
|
@@ -2141,35 +2141,35 @@ select {
|
|
2141
2141
|
border-bottom-right-color: #192b3d;
|
2142
2142
|
margin-left: -11px; }
|
2143
2143
|
.arrow.arrow-top-left.background-black, .arrow.arrow-top-middle.background-black, .arrow.arrow-top-right.background-black {
|
2144
|
-
background:
|
2144
|
+
background: #000000; }
|
2145
2145
|
.arrow.arrow-top-left.background-black:after, .arrow.arrow-top-middle.background-black:after, .arrow.arrow-top-right.background-black:after {
|
2146
|
-
border-bottom-color:
|
2146
|
+
border-bottom-color: #000000; }
|
2147
2147
|
.arrow.arrow-top-left.background-black:before, .arrow.arrow-top-middle.background-black:before, .arrow.arrow-top-right.background-black:before {
|
2148
|
-
border-bottom-color:
|
2148
|
+
border-bottom-color: #000000; }
|
2149
2149
|
.arrow.arrow-top-left.background-white, .arrow.arrow-top-middle.background-white, .arrow.arrow-top-right.background-white {
|
2150
|
-
background:
|
2150
|
+
background: #ffffff; }
|
2151
2151
|
.arrow.arrow-top-left.background-white:after, .arrow.arrow-top-middle.background-white:after, .arrow.arrow-top-right.background-white:after {
|
2152
|
-
border-bottom-color:
|
2152
|
+
border-bottom-color: #ffffff; }
|
2153
2153
|
.arrow.arrow-top-left.background-white:before, .arrow.arrow-top-middle.background-white:before, .arrow.arrow-top-right.background-white:before {
|
2154
|
-
border-bottom-color:
|
2154
|
+
border-bottom-color: #ffffff; }
|
2155
2155
|
.arrow.arrow-top-left.background-gray, .arrow.arrow-top-middle.background-gray, .arrow.arrow-top-right.background-gray {
|
2156
|
-
background: #
|
2156
|
+
background: #F7F8F9; }
|
2157
2157
|
.arrow.arrow-top-left.background-gray:after, .arrow.arrow-top-middle.background-gray:after, .arrow.arrow-top-right.background-gray:after {
|
2158
|
-
border-bottom-color: #
|
2158
|
+
border-bottom-color: #F7F8F9; }
|
2159
2159
|
.arrow.arrow-top-left.background-gray:before, .arrow.arrow-top-middle.background-gray:before, .arrow.arrow-top-right.background-gray:before {
|
2160
|
-
border-bottom-color: #
|
2160
|
+
border-bottom-color: #F7F8F9; }
|
2161
2161
|
.arrow.arrow-top-left.is-alert, .arrow.arrow-top-middle.is-alert, .arrow.arrow-top-right.is-alert {
|
2162
|
-
background: #
|
2162
|
+
background: #D3104A; }
|
2163
2163
|
.arrow.arrow-top-left.is-alert:after, .arrow.arrow-top-middle.is-alert:after, .arrow.arrow-top-right.is-alert:after {
|
2164
|
-
border-bottom-color: #
|
2164
|
+
border-bottom-color: #D3104A; }
|
2165
2165
|
.arrow.arrow-top-left.is-alert:before, .arrow.arrow-top-middle.is-alert:before, .arrow.arrow-top-right.is-alert:before {
|
2166
|
-
border-bottom-color: #
|
2166
|
+
border-bottom-color: #D3104A; }
|
2167
2167
|
.arrow.arrow-top-left.is-error, .arrow.arrow-top-middle.is-error, .arrow.arrow-top-right.is-error {
|
2168
|
-
background: #
|
2168
|
+
background: #22B9B0; }
|
2169
2169
|
.arrow.arrow-top-left.is-error:after, .arrow.arrow-top-middle.is-error:after, .arrow.arrow-top-right.is-error:after {
|
2170
|
-
border-bottom-color: #
|
2170
|
+
border-bottom-color: #22B9B0; }
|
2171
2171
|
.arrow.arrow-top-left.is-error:before, .arrow.arrow-top-middle.is-error:before, .arrow.arrow-top-right.is-error:before {
|
2172
|
-
border-bottom-color: #
|
2172
|
+
border-bottom-color: #22B9B0; }
|
2173
2173
|
.arrow.border {
|
2174
2174
|
border: 1px solid #ddd !important; }
|
2175
2175
|
|
@@ -3293,7 +3293,7 @@ hr.column {
|
|
3293
3293
|
cursor: default; }
|
3294
3294
|
.form label {
|
3295
3295
|
display: block;
|
3296
|
-
color: #
|
3296
|
+
color: #5E7887;
|
3297
3297
|
font-size: 14px;
|
3298
3298
|
margin-bottom: 5px; }
|
3299
3299
|
.form input[type="text"],
|
@@ -3305,7 +3305,7 @@ hr.column {
|
|
3305
3305
|
height: 40px;
|
3306
3306
|
width: 100%;
|
3307
3307
|
padding: 6px 15px;
|
3308
|
-
color: #
|
3308
|
+
color: #5E7887;
|
3309
3309
|
font-size: 14px;
|
3310
3310
|
background-color: #fff;
|
3311
3311
|
border: 1px solid #d1d9dc;
|
@@ -3374,8 +3374,8 @@ hr.column {
|
|
3374
3374
|
.form input[type="password"].is-error,
|
3375
3375
|
.form input[type="number"].is-error,
|
3376
3376
|
.form textarea.is-error {
|
3377
|
-
color: #
|
3378
|
-
border: 1px solid #
|
3377
|
+
color: #D3104A;
|
3378
|
+
border: 1px solid #D3104A; }
|
3379
3379
|
.form input[type="text"].is-error.is-selected,
|
3380
3380
|
.form input[type="email"].is-error.is-selected,
|
3381
3381
|
.form input[type="tel"].is-error.is-selected,
|
@@ -3390,14 +3390,14 @@ hr.column {
|
|
3390
3390
|
.form input[type="password"].is-error::-webkit-input-placeholder,
|
3391
3391
|
.form input[type="number"].is-error::-webkit-input-placeholder,
|
3392
3392
|
.form textarea.is-error::-webkit-input-placeholder {
|
3393
|
-
color: #
|
3393
|
+
color: #D3104A !important; }
|
3394
3394
|
.form input[type="text"].is-error:-moz-placeholder,
|
3395
3395
|
.form input[type="email"].is-error:-moz-placeholder,
|
3396
3396
|
.form input[type="tel"].is-error:-moz-placeholder,
|
3397
3397
|
.form input[type="password"].is-error:-moz-placeholder,
|
3398
3398
|
.form input[type="number"].is-error:-moz-placeholder,
|
3399
3399
|
.form textarea.is-error:-moz-placeholder {
|
3400
|
-
color: #
|
3400
|
+
color: #D3104A !important;
|
3401
3401
|
opacity: 1; }
|
3402
3402
|
.form input[type="text"].is-error::-moz-placeholder,
|
3403
3403
|
.form input[type="email"].is-error::-moz-placeholder,
|
@@ -3405,7 +3405,7 @@ hr.column {
|
|
3405
3405
|
.form input[type="password"].is-error::-moz-placeholder,
|
3406
3406
|
.form input[type="number"].is-error::-moz-placeholder,
|
3407
3407
|
.form textarea.is-error::-moz-placeholder {
|
3408
|
-
color: #
|
3408
|
+
color: #D3104A !important;
|
3409
3409
|
opacity: 1; }
|
3410
3410
|
.form input[type="text"].is-error:-ms-input-placeholder,
|
3411
3411
|
.form input[type="email"].is-error:-ms-input-placeholder,
|
@@ -3413,7 +3413,7 @@ hr.column {
|
|
3413
3413
|
.form input[type="password"].is-error:-ms-input-placeholder,
|
3414
3414
|
.form input[type="number"].is-error:-ms-input-placeholder,
|
3415
3415
|
.form textarea.is-error:-ms-input-placeholder {
|
3416
|
-
color: #
|
3416
|
+
color: #D3104A !important; }
|
3417
3417
|
.form input[type="text"]:focus,
|
3418
3418
|
.form input[type="email"]:focus,
|
3419
3419
|
.form input[type="tel"]:focus,
|
@@ -3421,7 +3421,7 @@ hr.column {
|
|
3421
3421
|
.form input[type="number"]:focus,
|
3422
3422
|
.form textarea:focus {
|
3423
3423
|
outline: none;
|
3424
|
-
color: #
|
3424
|
+
color: #5E7887;
|
3425
3425
|
border: 1px solid #9aaab4;
|
3426
3426
|
box-shadow: none;
|
3427
3427
|
/* on focus + has error
|
@@ -3462,8 +3462,8 @@ hr.column {
|
|
3462
3462
|
.form input[type="password"]:focus.is-error,
|
3463
3463
|
.form input[type="number"]:focus.is-error,
|
3464
3464
|
.form textarea:focus.is-error {
|
3465
|
-
color: #
|
3466
|
-
border: 1px solid #
|
3465
|
+
color: #D3104A;
|
3466
|
+
border: 1px solid #D3104A; }
|
3467
3467
|
.form input[type="text"]:focus.is-error.is-selected,
|
3468
3468
|
.form input[type="email"]:focus.is-error.is-selected,
|
3469
3469
|
.form input[type="tel"]:focus.is-error.is-selected,
|
@@ -3479,7 +3479,7 @@ hr.column {
|
|
3479
3479
|
.form input[type="number"]:focus.is-error::-webkit-input-placeholder,
|
3480
3480
|
.form textarea:focus.is-error::-webkit-input-placeholder {
|
3481
3481
|
transition: all .2s ease;
|
3482
|
-
color: #
|
3482
|
+
color: #D3104A !important; }
|
3483
3483
|
.form input[type="text"]:focus.is-error:-moz-placeholder,
|
3484
3484
|
.form input[type="email"]:focus.is-error:-moz-placeholder,
|
3485
3485
|
.form input[type="tel"]:focus.is-error:-moz-placeholder,
|
@@ -3487,7 +3487,7 @@ hr.column {
|
|
3487
3487
|
.form input[type="number"]:focus.is-error:-moz-placeholder,
|
3488
3488
|
.form textarea:focus.is-error:-moz-placeholder {
|
3489
3489
|
transition: all .2s ease;
|
3490
|
-
color: #
|
3490
|
+
color: #D3104A !important;
|
3491
3491
|
opacity: 1; }
|
3492
3492
|
.form input[type="text"]:focus.is-error::-moz-placeholder,
|
3493
3493
|
.form input[type="email"]:focus.is-error::-moz-placeholder,
|
@@ -3496,7 +3496,7 @@ hr.column {
|
|
3496
3496
|
.form input[type="number"]:focus.is-error::-moz-placeholder,
|
3497
3497
|
.form textarea:focus.is-error::-moz-placeholder {
|
3498
3498
|
transition: all .2s ease;
|
3499
|
-
color: #
|
3499
|
+
color: #D3104A !important;
|
3500
3500
|
opacity: 1; }
|
3501
3501
|
.form input[type="text"]:focus.is-error:-ms-input-placeholder,
|
3502
3502
|
.form input[type="email"]:focus.is-error:-ms-input-placeholder,
|
@@ -3505,7 +3505,7 @@ hr.column {
|
|
3505
3505
|
.form input[type="number"]:focus.is-error:-ms-input-placeholder,
|
3506
3506
|
.form textarea:focus.is-error:-ms-input-placeholder {
|
3507
3507
|
transition: all .2s ease;
|
3508
|
-
color: #
|
3508
|
+
color: #D3104A !important; }
|
3509
3509
|
.form input[type="text"].small,
|
3510
3510
|
.form input[type="email"].small,
|
3511
3511
|
.form input[type="tel"].small,
|
@@ -3593,7 +3593,7 @@ hr.column {
|
|
3593
3593
|
position: absolute;
|
3594
3594
|
top: 11px;
|
3595
3595
|
left: 15px;
|
3596
|
-
color: #
|
3596
|
+
color: #F0F2F4; }
|
3597
3597
|
|
3598
3598
|
/* .....................................
|
3599
3599
|
Fonts
|
@@ -3640,7 +3640,7 @@ hr.column {
|
|
3640
3640
|
width: 100%;
|
3641
3641
|
list-style: none;
|
3642
3642
|
margin-left: 0;
|
3643
|
-
color: #
|
3643
|
+
color: #5E7887;
|
3644
3644
|
font-size: 14px;
|
3645
3645
|
background: transparent;
|
3646
3646
|
-webkit-user-select: none;
|
@@ -3681,7 +3681,7 @@ hr.column {
|
|
3681
3681
|
height: 20px;
|
3682
3682
|
margin-right: 5px;
|
3683
3683
|
float: left;
|
3684
|
-
border: 1px solid #
|
3684
|
+
border: 1px solid #5E7887;
|
3685
3685
|
box-shadow: none;
|
3686
3686
|
box-sizing: border-box;
|
3687
3687
|
border-radius: 20px;
|
@@ -3699,7 +3699,7 @@ hr.column {
|
|
3699
3699
|
display: block;
|
3700
3700
|
width: 10px;
|
3701
3701
|
height: 10px;
|
3702
|
-
background: #
|
3702
|
+
background: #D7DDE1;
|
3703
3703
|
border-radius: 10px; }
|
3704
3704
|
.form .radio label .radio--icon .circle-bottom {
|
3705
3705
|
opacity: 0;
|
@@ -3716,7 +3716,7 @@ hr.column {
|
|
3716
3716
|
display: block;
|
3717
3717
|
width: 10px;
|
3718
3718
|
height: 10px;
|
3719
|
-
background: #
|
3719
|
+
background: #5E7887;
|
3720
3720
|
border-radius: 10px; }
|
3721
3721
|
.form .radio label .radio--label {
|
3722
3722
|
display: block;
|
@@ -3733,9 +3733,9 @@ hr.column {
|
|
3733
3733
|
margin-right: 0px;
|
3734
3734
|
margin-bottom: 10px; }
|
3735
3735
|
.form .radio.primary .circle-top span {
|
3736
|
-
background: #
|
3736
|
+
background: #22B9B0 !important; }
|
3737
3737
|
.form .radio.primary .circle-bottom span {
|
3738
|
-
background: #
|
3738
|
+
background: #149A97 !important; }
|
3739
3739
|
|
3740
3740
|
/* .....................................
|
3741
3741
|
Fonts
|
@@ -3782,13 +3782,13 @@ hr.column {
|
|
3782
3782
|
.form select[disabled] + .chosen-container {
|
3783
3783
|
opacity: 0.4; }
|
3784
3784
|
.form select[disabled] + .chosen-container:hover {
|
3785
|
-
color: #
|
3786
|
-
border: 1px solid #
|
3787
|
-
border-bottom: 3px solid #
|
3785
|
+
color: #869AA5;
|
3786
|
+
border: 1px solid #D7DDE1;
|
3787
|
+
border-bottom: 3px solid #D7DDE1;
|
3788
3788
|
cursor: default !important; }
|
3789
3789
|
|
3790
3790
|
.form .chosen-container {
|
3791
|
-
border: 1px solid #
|
3791
|
+
border: 1px solid #D7DDE1;
|
3792
3792
|
background-color: #fff;
|
3793
3793
|
outline: none;
|
3794
3794
|
margin-bottom: 0;
|
@@ -3797,15 +3797,15 @@ hr.column {
|
|
3797
3797
|
background-size: 15px 15px;
|
3798
3798
|
background-position: calc(100% - 10px) 50%;
|
3799
3799
|
font-size: 14px;
|
3800
|
-
color: #
|
3800
|
+
color: #869AA5; }
|
3801
3801
|
.form .chosen-container li.search-field input[type="text"] {
|
3802
3802
|
padding: 0; }
|
3803
3803
|
.form .chosen-container:hover {
|
3804
3804
|
cursor: pointer; }
|
3805
3805
|
.form .chosen-container[disabled]:hover {
|
3806
|
-
color: #
|
3807
|
-
border: 1px solid #
|
3808
|
-
border-bottom: 3px solid #
|
3806
|
+
color: #869AA5;
|
3807
|
+
border: 1px solid #D7DDE1;
|
3808
|
+
border-bottom: 3px solid #D7DDE1;
|
3809
3809
|
cursor: default !important; }
|
3810
3810
|
.form .chosen-container.chosen-with-drop {
|
3811
3811
|
background: none; }
|
@@ -3815,14 +3815,14 @@ hr.column {
|
|
3815
3815
|
min-height: 40 !important;
|
3816
3816
|
width: 90% !important;
|
3817
3817
|
padding: 6px 7px !important;
|
3818
|
-
color: #
|
3818
|
+
color: #5E7887 !important;
|
3819
3819
|
font-size: 14px !important;
|
3820
3820
|
background: transparent !important; }
|
3821
3821
|
.form .chosen-container.chosen-container-multi .chosen-choices:hover, .form .chosen-container.chosen-container-active .chosen-choices:hover {
|
3822
3822
|
cursor: pointer; }
|
3823
3823
|
.form .chosen-container.chosen-container-multi .chosen-choices li.search-choice, .form .chosen-container.chosen-container-active .chosen-choices li.search-choice {
|
3824
3824
|
border: none;
|
3825
|
-
color: #
|
3825
|
+
color: #D7DDE1; }
|
3826
3826
|
.form .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .form .chosen-container.chosen-container-active .chosen-choices li.search-choice .search-choice-close {
|
3827
3827
|
background-size: 12px;
|
3828
3828
|
background-position: 50% 50%; }
|
@@ -3830,14 +3830,14 @@ hr.column {
|
|
3830
3830
|
height: 28px;
|
3831
3831
|
width: 100% !important;
|
3832
3832
|
margin: 0;
|
3833
|
-
color: #
|
3833
|
+
color: #F0F2F4 !important; }
|
3834
3834
|
.form .chosen-container .chosen-drop {
|
3835
3835
|
border-radius: 0px 0 3px 3px;
|
3836
|
-
border-color: #
|
3836
|
+
border-color: #D7DDE1;
|
3837
3837
|
box-shadow: none; }
|
3838
3838
|
.form .chosen-container .chosen-results li.highlighted {
|
3839
3839
|
background-image: none;
|
3840
|
-
background: #
|
3840
|
+
background: #D7DDE1 !important; }
|
3841
3841
|
|
3842
3842
|
select + .select-decor, select:focus + .select-decor {
|
3843
3843
|
transition: background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
|
@@ -6403,31 +6403,23 @@ fieldset legend {
|
|
6403
6403
|
@-webkit-keyframes rotate {
|
6404
6404
|
from {
|
6405
6405
|
-webkit-transform: rotate(0deg); }
|
6406
|
-
|
6407
6406
|
to {
|
6408
6407
|
-webkit-transform: rotate(360deg); } }
|
6409
|
-
|
6410
6408
|
@-moz-keyframes rotate {
|
6411
6409
|
from {
|
6412
6410
|
-moz-transform: rotate(0deg); }
|
6413
|
-
|
6414
6411
|
to {
|
6415
6412
|
-moz-transform: rotate(360deg); } }
|
6416
|
-
|
6417
6413
|
@-o-keyframes rotate {
|
6418
6414
|
from {
|
6419
6415
|
-o-transform: rotate(0deg); }
|
6420
|
-
|
6421
6416
|
to {
|
6422
6417
|
-o-transform: rotate(360deg); } }
|
6423
|
-
|
6424
6418
|
@keyframes rotate {
|
6425
6419
|
from {
|
6426
6420
|
transform: rotate(0deg); }
|
6427
|
-
|
6428
6421
|
to {
|
6429
6422
|
transform: rotate(360deg); } }
|
6430
|
-
|
6431
6423
|
ul.pagination {
|
6432
6424
|
display: block;
|
6433
6425
|
min-height: 1.5rem;
|
@@ -6912,7 +6904,6 @@ abbr {
|
|
6912
6904
|
|
6913
6905
|
@page {
|
6914
6906
|
margin: 0.5cm; }
|
6915
|
-
|
6916
6907
|
p,
|
6917
6908
|
h2,
|
6918
6909
|
h3 {
|
@@ -7861,40 +7852,40 @@ a.head-1:visited, a.head-2:link, a.head-2:visited, a.head-3:link, a.head-3:visit
|
|
7861
7852
|
a.head--navy:visited, a.head--navy:hover,
|
7862
7853
|
a.head-1:visited,
|
7863
7854
|
a.head-1:hover, a.head-2:visited, a.head-2:hover, a.head-3:visited, a.head-3:hover, a.head-4:visited, a.head-4:hover, a.head-5:visited, a.head-5:hover {
|
7864
|
-
color: #
|
7855
|
+
color: #869AA5;
|
7865
7856
|
text-decoration: none; }
|
7866
7857
|
|
7867
7858
|
/* header gray
|
7868
7859
|
......................................*/
|
7869
7860
|
.head--gray {
|
7870
|
-
color: #
|
7861
|
+
color: #869AA5; }
|
7871
7862
|
|
7872
7863
|
a.head--gray:link, a.head--gray:visited {
|
7873
|
-
color: #
|
7864
|
+
color: #869AA5;
|
7874
7865
|
text-decoration: none; }
|
7875
7866
|
a.head--gray:hover, a.head--gray:active {
|
7876
|
-
color: #
|
7867
|
+
color: #5E7887;
|
7877
7868
|
text-decoration: none; }
|
7878
7869
|
|
7879
7870
|
/* header teal
|
7880
7871
|
......................................*/
|
7881
7872
|
.head--teal {
|
7882
|
-
color: #
|
7873
|
+
color: #22B9B0; }
|
7883
7874
|
|
7884
7875
|
a.head--teal:link, a.head--teal:visited {
|
7885
|
-
color: #
|
7876
|
+
color: #22B9B0;
|
7886
7877
|
text-decoration: none; }
|
7887
7878
|
a.head--teal:hover, a.head--teal:active {
|
7888
|
-
color: #
|
7879
|
+
color: #149A97;
|
7889
7880
|
text-decoration: none; }
|
7890
7881
|
|
7891
7882
|
/* header white
|
7892
7883
|
......................................*/
|
7893
7884
|
.head--white {
|
7894
|
-
color:
|
7885
|
+
color: #ffffff; }
|
7895
7886
|
|
7896
7887
|
a.head--white:link, a.head--white:visited {
|
7897
|
-
color:
|
7888
|
+
color: #ffffff; }
|
7898
7889
|
a.head--white:hover, a.head--white:active {
|
7899
7890
|
color: rgba(255, 255, 255, 0.7); }
|
7900
7891
|
|
@@ -12690,8 +12681,8 @@ a.head--white:hover, a.head--white:active {
|
|
12690
12681
|
......................................*/
|
12691
12682
|
.icon-circle {
|
12692
12683
|
border-radius: 50%;
|
12693
|
-
border: 1px solid #
|
12694
|
-
background-color:
|
12684
|
+
border: 1px solid #D7DDE1;
|
12685
|
+
background-color: #ffffff;
|
12695
12686
|
box-sizing: content-box;
|
12696
12687
|
display: inline-block;
|
12697
12688
|
background-position: 50% 50% !important; }
|
@@ -12755,9 +12746,7 @@ a.head--white:hover, a.head--white:active {
|
|
12755
12746
|
/* sizes
|
12756
12747
|
......................................*/
|
12757
12748
|
.icon--xsmall {
|
12758
|
-
background-size: 15px 15px;
|
12759
|
-
background-position: 0 center;
|
12760
|
-
padding-left: 18px; }
|
12749
|
+
background-size: 15px 15px; }
|
12761
12750
|
.icon--xsmall.text-1 {
|
12762
12751
|
line-height: 24px; }
|
12763
12752
|
.icon--xsmall.text-2 {
|
@@ -12772,11 +12761,13 @@ a.head--white:hover, a.head--white:active {
|
|
12772
12761
|
line-height: 22px; }
|
12773
12762
|
.icon--xsmall.head-4 {
|
12774
12763
|
line-height: 16px; }
|
12764
|
+
.icon--xsmall.icon--left {
|
12765
|
+
padding-left: 18px; }
|
12766
|
+
.icon--xsmall.icon--right {
|
12767
|
+
padding-right: 18px; }
|
12775
12768
|
|
12776
12769
|
.icon--small {
|
12777
12770
|
background-size: 23px 23px;
|
12778
|
-
background-position: 0 center;
|
12779
|
-
padding-left: 26px;
|
12780
12771
|
line-height: 23px !important; }
|
12781
12772
|
.icon--small.text-1 {
|
12782
12773
|
line-height: 24px !important; }
|
@@ -12784,26 +12775,50 @@ a.head--white:hover, a.head--white:active {
|
|
12784
12775
|
line-height: 40px !important; }
|
12785
12776
|
.icon--small.head-2 {
|
12786
12777
|
line-height: 30px !important; }
|
12778
|
+
.icon--small.icon--left {
|
12779
|
+
padding-left: 26px; }
|
12780
|
+
.icon--small.icon--right {
|
12781
|
+
padding-right: 26px; }
|
12787
12782
|
|
12788
12783
|
.icon--medium {
|
12789
12784
|
background-size: 31px 31px;
|
12790
|
-
background-position: 0 center;
|
12791
|
-
padding-left: 35px;
|
12792
12785
|
line-height: 31px !important; }
|
12793
12786
|
.icon--medium.head-1 {
|
12794
12787
|
line-height: 40px !important; }
|
12788
|
+
.icon--medium.icon--left {
|
12789
|
+
padding-left: 35px; }
|
12790
|
+
.icon--medium.icon--right {
|
12791
|
+
padding-right: 35px; }
|
12795
12792
|
|
12796
12793
|
.icon--large {
|
12797
12794
|
background-size: 35px 35px;
|
12798
|
-
background-position: 0 center;
|
12799
|
-
padding-left: 40px;
|
12800
12795
|
line-height: 35px !important; }
|
12796
|
+
.icon--large.icon--left {
|
12797
|
+
padding-left: 40px; }
|
12798
|
+
.icon--large.icon--right {
|
12799
|
+
padding-right: 40px; }
|
12801
12800
|
|
12802
12801
|
.icon--xlarge {
|
12803
12802
|
background-size: 45px 45px;
|
12804
|
-
background-position: 0 center;
|
12805
|
-
padding-left: 48px;
|
12806
12803
|
line-height: 45px !important; }
|
12804
|
+
.icon--xlarge.icon--left {
|
12805
|
+
padding-left: 48px; }
|
12806
|
+
.icon--xlarge.icon--right {
|
12807
|
+
padding-right: 48px; }
|
12808
|
+
|
12809
|
+
.icon--xsmall.icon--left,
|
12810
|
+
.icon--small.icon--left,
|
12811
|
+
.icon--medium.icon--left,
|
12812
|
+
.icon--large.icon--left,
|
12813
|
+
.icon--xlarge.icon--left {
|
12814
|
+
background-position: 0 center; }
|
12815
|
+
.icon--xsmall.icon--right,
|
12816
|
+
.icon--small.icon--right,
|
12817
|
+
.icon--medium.icon--right,
|
12818
|
+
.icon--large.icon--right,
|
12819
|
+
.icon--xlarge.icon--right {
|
12820
|
+
display: inline-block;
|
12821
|
+
background-position: 100% center; }
|
12807
12822
|
|
12808
12823
|
.icon-activity-alt {
|
12809
12824
|
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cpath%20d%3D%22M11.7%2010.3L9.6.7C9.4-.2%208-.3%207.8.7L4.9%2011.9H1.7c-1.2%200-1.2%201.9%200%201.9h3.9c.4%200%20.8-.3.9-.7L8.6%205l1.5%206.9%201.6-1.6z%22%20fill%3D%22%2322b8af%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M22.1%2011.3h-3.6L16.4%207c-.4-.8-1.6-.6-1.8.2l-1.7%208.6-1-4.4-1.5%201.6%201.7%207.6c.1.4.5.7.9.7s.8-.3.9-.8l2-10.2%201.1%202.3c.2.3.5.5.8.5H22c1.3.1%201.3-1.8.1-1.8z%22%20fill%3D%22%2322b8af%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
|
@@ -15347,7 +15362,7 @@ a.head--white:hover, a.head--white:active {
|
|
15347
15362
|
display: none; }
|
15348
15363
|
.pagination .current {
|
15349
15364
|
display: inline-block;
|
15350
|
-
background: #
|
15365
|
+
background: #D7DDE1;
|
15351
15366
|
padding: 5 10px;
|
15352
15367
|
border-radius: 5px;
|
15353
15368
|
color: #fff;
|
@@ -15360,12 +15375,12 @@ a.head--white:hover, a.head--white:active {
|
|
15360
15375
|
padding: 0 5px; }
|
15361
15376
|
.pagination a:link,
|
15362
15377
|
.pagination a:visited {
|
15363
|
-
color: #
|
15378
|
+
color: #5E7887; }
|
15364
15379
|
.pagination a:hover,
|
15365
15380
|
.pagination a:active {
|
15366
15381
|
font-weight: bold; }
|
15367
15382
|
.pagination .gap {
|
15368
|
-
color: #
|
15383
|
+
color: #5E7887; }
|
15369
15384
|
|
15370
15385
|
/* .....................................
|
15371
15386
|
Fonts
|
@@ -15408,18 +15423,18 @@ a.head--white:hover, a.head--white:active {
|
|
15408
15423
|
......................................*/
|
15409
15424
|
.tag {
|
15410
15425
|
display: inline-block;
|
15411
|
-
background-color: #
|
15412
|
-
border: 1px solid #
|
15426
|
+
background-color: #F7F8F9;
|
15427
|
+
border: 1px solid #D7DDE1;
|
15413
15428
|
padding: 0px 7px;
|
15414
15429
|
border-radius: 5px;
|
15415
15430
|
font-size: 12px; }
|
15416
15431
|
.tag:link, .tag:visited {
|
15417
|
-
color: #
|
15432
|
+
color: #F0F2F4; }
|
15418
15433
|
.tag:hover, .tag:active {
|
15419
|
-
color: #
|
15420
|
-
background-color: #
|
15434
|
+
color: #5E7887;
|
15435
|
+
background-color: #D7DDE1; }
|
15421
15436
|
.tag.is-selected {
|
15422
|
-
background-color: #
|
15437
|
+
background-color: #22B9B0;
|
15423
15438
|
color: #ffffff; }
|
15424
15439
|
.tag.tag-removable-small {
|
15425
15440
|
padding-left: 10px;
|
@@ -15747,7 +15762,7 @@ a.head--white:hover, a.head--white:active {
|
|
15747
15762
|
.user-avatar {
|
15748
15763
|
width: 60px;
|
15749
15764
|
height: 55px;
|
15750
|
-
border-bottom: 5px solid #
|
15765
|
+
border-bottom: 5px solid #5E7887;
|
15751
15766
|
position: relative;
|
15752
15767
|
background: #b4c2ca; }
|
15753
15768
|
.user-avatar .avatar-img {
|
@@ -15761,7 +15776,7 @@ a.head--white:hover, a.head--white:active {
|
|
15761
15776
|
.user-avatar .user-short-name {
|
15762
15777
|
width: 60px;
|
15763
15778
|
font-family: 'vinyl';
|
15764
|
-
color: #
|
15779
|
+
color: #5E7887;
|
15765
15780
|
font-size: 38px;
|
15766
15781
|
line-height: 60px;
|
15767
15782
|
text-align: center;
|
@@ -15770,7 +15785,7 @@ a.head--white:hover, a.head--white:active {
|
|
15770
15785
|
.user-avatar.size-small {
|
15771
15786
|
width: 20px;
|
15772
15787
|
height: 18px;
|
15773
|
-
border-bottom: 2px solid #
|
15788
|
+
border-bottom: 2px solid #5E7887;
|
15774
15789
|
position: relative;
|
15775
15790
|
background: #b4c2ca; }
|
15776
15791
|
.user-avatar.size-small .avatar-img {
|
@@ -15784,7 +15799,7 @@ a.head--white:hover, a.head--white:active {
|
|
15784
15799
|
.user-avatar.size-small .user-short-name {
|
15785
15800
|
width: 20px;
|
15786
15801
|
font-family: 'vinyl';
|
15787
|
-
color: #
|
15802
|
+
color: #5E7887;
|
15788
15803
|
font-size: 38px;
|
15789
15804
|
line-height: 20px;
|
15790
15805
|
text-align: center;
|
@@ -15795,7 +15810,7 @@ a.head--white:hover, a.head--white:active {
|
|
15795
15810
|
.user-avatar.size-medium {
|
15796
15811
|
width: 34px;
|
15797
15812
|
height: 32px;
|
15798
|
-
border-bottom: 2px solid #
|
15813
|
+
border-bottom: 2px solid #5E7887;
|
15799
15814
|
position: relative;
|
15800
15815
|
background: #b4c2ca;
|
15801
15816
|
width: 34px; }
|
@@ -15810,7 +15825,7 @@ a.head--white:hover, a.head--white:active {
|
|
15810
15825
|
.user-avatar.size-medium .user-short-name {
|
15811
15826
|
width: 34px;
|
15812
15827
|
font-family: 'vinyl';
|
15813
|
-
color: #
|
15828
|
+
color: #5E7887;
|
15814
15829
|
font-size: 38px;
|
15815
15830
|
line-height: 34px;
|
15816
15831
|
text-align: center;
|
@@ -15821,7 +15836,7 @@ a.head--white:hover, a.head--white:active {
|
|
15821
15836
|
.user-avatar.size-nav {
|
15822
15837
|
width: 46px;
|
15823
15838
|
height: 44px;
|
15824
|
-
border-bottom: 2px solid #
|
15839
|
+
border-bottom: 2px solid #5E7887;
|
15825
15840
|
position: relative;
|
15826
15841
|
background: #b4c2ca; }
|
15827
15842
|
.user-avatar.size-nav .avatar-img {
|
@@ -15835,7 +15850,7 @@ a.head--white:hover, a.head--white:active {
|
|
15835
15850
|
.user-avatar.size-nav .user-short-name {
|
15836
15851
|
width: 46px;
|
15837
15852
|
font-family: 'vinyl';
|
15838
|
-
color: #
|
15853
|
+
color: #5E7887;
|
15839
15854
|
font-size: 38px;
|
15840
15855
|
line-height: 46px;
|
15841
15856
|
text-align: center;
|
@@ -15929,18 +15944,18 @@ a.head--white:hover, a.head--white:active {
|
|
15929
15944
|
line-height: 31px;
|
15930
15945
|
font-size: 12px;
|
15931
15946
|
text-align: center;
|
15932
|
-
color: #
|
15933
|
-
background-color: #
|
15947
|
+
color: #22B9B0;
|
15948
|
+
background-color: #5E7887;
|
15934
15949
|
border-radius: 50%;
|
15935
15950
|
transition: background 200ms ease, border-color 200ms ease; }
|
15936
15951
|
.badge.badge-white {
|
15937
15952
|
background: #ffffff;
|
15938
|
-
color: #
|
15953
|
+
color: #22B9B0; }
|
15939
15954
|
.badge.badge-teal {
|
15940
|
-
background: #
|
15955
|
+
background: #22B9B0;
|
15941
15956
|
color: #fff; }
|
15942
15957
|
.badge.border {
|
15943
|
-
border: 1px solid #
|
15958
|
+
border: 1px solid #22B9B0; }
|
15944
15959
|
.badge.small, .badge.badge-small {
|
15945
15960
|
width: 20px;
|
15946
15961
|
height: 20px;
|
@@ -15989,11 +16004,11 @@ a.head--white:hover, a.head--white:active {
|
|
15989
16004
|
a.badge:link i, a.badge:visited i {
|
15990
16005
|
opacity: 1; }
|
15991
16006
|
a.badge:hover, a.badge:active {
|
15992
|
-
border-color: #
|
15993
|
-
background-color: #
|
16007
|
+
border-color: #149A97;
|
16008
|
+
background-color: #5E7887; }
|
15994
16009
|
|
15995
16010
|
.btn-teal .badge.badge-white, .btn-dropdown-teal .badge.badge-white {
|
15996
|
-
color: #
|
16011
|
+
color: #22B9B0; }
|
15997
16012
|
|
15998
16013
|
.badge-triangle {
|
15999
16014
|
overflow: hidden;
|
@@ -16325,7 +16340,7 @@ a.badge:hover, a.badge:active {
|
|
16325
16340
|
width: rem-calc(350) !important; }
|
16326
16341
|
.reveal-modal .bar {
|
16327
16342
|
background: #fff;
|
16328
|
-
border-bottom: 1px solid #
|
16343
|
+
border-bottom: 1px solid #F0F2F4;
|
16329
16344
|
position: absolute;
|
16330
16345
|
top: 0;
|
16331
16346
|
left: 0;
|
@@ -16448,7 +16463,7 @@ a.badge:hover, a.badge:active {
|
|
16448
16463
|
width: 100%;
|
16449
16464
|
list-style: none;
|
16450
16465
|
margin-left: 0;
|
16451
|
-
color: #
|
16466
|
+
color: #5E7887;
|
16452
16467
|
font-size: 14px;
|
16453
16468
|
background: transparent;
|
16454
16469
|
-webkit-user-select: none;
|
@@ -16496,7 +16511,7 @@ a.badge:hover, a.badge:active {
|
|
16496
16511
|
height: 20px;
|
16497
16512
|
margin-right: 5px;
|
16498
16513
|
float: left;
|
16499
|
-
border: 1px solid #
|
16514
|
+
border: 1px solid #5E7887;
|
16500
16515
|
box-shadow: none;
|
16501
16516
|
box-sizing: border-box;
|
16502
16517
|
border-radius: 20px;
|
@@ -16516,7 +16531,7 @@ a.badge:hover, a.badge:active {
|
|
16516
16531
|
display: block;
|
16517
16532
|
width: 10px;
|
16518
16533
|
height: 10px;
|
16519
|
-
background: #
|
16534
|
+
background: #869AA5;
|
16520
16535
|
border-radius: 10px; }
|
16521
16536
|
.form .radio-gray label .radio--icon .circle-bottom,
|
16522
16537
|
.form .radio-teal label .radio--icon .circle-bottom {
|
@@ -16535,7 +16550,7 @@ a.badge:hover, a.badge:active {
|
|
16535
16550
|
display: block;
|
16536
16551
|
width: 10px;
|
16537
16552
|
height: 10px;
|
16538
|
-
background: #
|
16553
|
+
background: #5E7887;
|
16539
16554
|
border-radius: 10px; }
|
16540
16555
|
.form .radio-gray label .radio--label,
|
16541
16556
|
.form .radio-teal label .radio--label {
|
@@ -16558,10 +16573,10 @@ a.badge:hover, a.badge:active {
|
|
16558
16573
|
margin-bottom: 10px; }
|
16559
16574
|
.form .radio-gray.radio-teal .circle-top span,
|
16560
16575
|
.form .radio-teal.radio-teal .circle-top span {
|
16561
|
-
background: #
|
16576
|
+
background: #22B9B0 !important; }
|
16562
16577
|
.form .radio-gray.radio-teal .circle-bottom span,
|
16563
16578
|
.form .radio-teal.radio-teal .circle-bottom span {
|
16564
|
-
background: #
|
16579
|
+
background: #149A97 !important; }
|
16565
16580
|
|
16566
16581
|
/* .....................................
|
16567
16582
|
Fonts
|
@@ -16653,11 +16668,11 @@ a.badge:hover, a.badge:active {
|
|
16653
16668
|
.table th, .table td {
|
16654
16669
|
box-sizing: border-box;
|
16655
16670
|
padding: 20px 15px;
|
16656
|
-
color: #
|
16671
|
+
color: #F0F2F4;
|
16657
16672
|
line-height: 20px;
|
16658
16673
|
vertical-align: top; }
|
16659
16674
|
.table th strong, .table td strong {
|
16660
|
-
color: #
|
16675
|
+
color: #5E7887; }
|
16661
16676
|
.table th.fill-row, .table td.fill-row {
|
16662
16677
|
padding: 20px 15px 0px 15px; }
|
16663
16678
|
.table tbody {
|
@@ -16667,7 +16682,7 @@ a.badge:hover, a.badge:active {
|
|
16667
16682
|
box-sizing: border-box;
|
16668
16683
|
transition: background 200ms ease-out;
|
16669
16684
|
background: #fff;
|
16670
|
-
border-bottom: 1px solid #
|
16685
|
+
border-bottom: 1px solid #F7F8F9; }
|
16671
16686
|
.table tr.is-disabled {
|
16672
16687
|
color: #f8f9fb !important;
|
16673
16688
|
background: #f1f3f4 !important; }
|
@@ -16676,7 +16691,7 @@ a.badge:hover, a.badge:active {
|
|
16676
16691
|
.table tr.sticky {
|
16677
16692
|
background: #5deae7 !important; }
|
16678
16693
|
.table tr.selected {
|
16679
|
-
background: #
|
16694
|
+
background: #149A97 !important; }
|
16680
16695
|
.table tr.clickable {
|
16681
16696
|
cursor: pointer; }
|
16682
16697
|
.table tr.clickable.is-active td {
|
@@ -16684,20 +16699,20 @@ a.badge:hover, a.badge:active {
|
|
16684
16699
|
padding-top: 0;
|
16685
16700
|
padding-bottom: 0; }
|
16686
16701
|
.table tr.clickable.is-hovered, .table tr.clickable:hover {
|
16687
|
-
background: #
|
16702
|
+
background: #149A97 !important; }
|
16688
16703
|
.table tr.clickable .clickable-trigger:link,
|
16689
16704
|
.table tr.clickable .clickable-trigger:visited {
|
16690
16705
|
vertical-align: middle;
|
16691
16706
|
padding: 20px 0;
|
16692
16707
|
min-height: 60px;
|
16693
|
-
color: #
|
16708
|
+
color: #F0F2F4;
|
16694
16709
|
text-decoration: none; }
|
16695
16710
|
.table tr.clickable .clickable-trigger:link strong,
|
16696
16711
|
.table tr.clickable .clickable-trigger:visited strong {
|
16697
16712
|
color: #375667; }
|
16698
16713
|
.table tr.clickable .clickable-trigger:hover,
|
16699
16714
|
.table tr.clickable .clickable-trigger:active {
|
16700
|
-
color: #
|
16715
|
+
color: #F0F2F4;
|
16701
16716
|
text-decoration: none; }
|
16702
16717
|
.table tr.clickable .clickable-trigger:hover strong,
|
16703
16718
|
.table tr.clickable .clickable-trigger:active strong {
|
@@ -16760,7 +16775,7 @@ a.badge:hover, a.badge:active {
|
|
16760
16775
|
.table.compact td.date {
|
16761
16776
|
white-space: nowrap; }
|
16762
16777
|
.table.text-inverse td {
|
16763
|
-
color: #
|
16778
|
+
color: #5E7887; }
|
16764
16779
|
.table.text-inverse td .light {
|
16765
16780
|
color: #8d9da6; }
|
16766
16781
|
|
@@ -16836,7 +16851,7 @@ a.badge:hover, a.badge:active {
|
|
16836
16851
|
......................................*/
|
16837
16852
|
body, ul, ol, dl, li, p, div, section, nav, table, h1, h2, h3, h4, h5, h6 {
|
16838
16853
|
font-family: "Helvetica", "Arial", sans-serif;
|
16839
|
-
color: #
|
16854
|
+
color: #5E7887;
|
16840
16855
|
font-size: 14px;
|
16841
16856
|
line-height: 22px;
|
16842
16857
|
-webkit-font-smoothing: antialiased;
|
@@ -16850,32 +16865,32 @@ strong {
|
|
16850
16865
|
a {
|
16851
16866
|
transition: color 200ms ease; }
|
16852
16867
|
a:link, a:visited {
|
16853
|
-
color: #
|
16868
|
+
color: #22B9B0;
|
16854
16869
|
text-decoration: none; }
|
16855
16870
|
a:hover, a:active {
|
16856
|
-
color: #
|
16871
|
+
color: #149A97;
|
16857
16872
|
text-decoration: none; }
|
16858
16873
|
a.is-disabled:link, a.is-disabled:visited, a.is-disabled:hover, a.is-disabled:active {
|
16859
16874
|
cursor: default;
|
16860
16875
|
opacity: .5;
|
16861
|
-
color: #
|
16876
|
+
color: #22B9B0; }
|
16862
16877
|
|
16863
16878
|
/* sizes
|
16864
16879
|
......................................*/
|
16865
16880
|
.text-1 {
|
16866
16881
|
font-size: 16px;
|
16867
16882
|
line-height: 24px;
|
16868
|
-
color: #
|
16883
|
+
color: #5E7887; }
|
16869
16884
|
|
16870
16885
|
.text-2 {
|
16871
16886
|
font-size: 14px;
|
16872
16887
|
line-height: 22px;
|
16873
|
-
color: #
|
16888
|
+
color: #5E7887; }
|
16874
16889
|
|
16875
16890
|
.text-3 {
|
16876
16891
|
font-size: 13px;
|
16877
16892
|
line-height: 18px;
|
16878
|
-
color: #
|
16893
|
+
color: #5E7887; }
|
16879
16894
|
|
16880
16895
|
/* colors
|
16881
16896
|
......................................*/
|
@@ -16888,18 +16903,18 @@ a.text--navy:link, a.text--navy:visited {
|
|
16888
16903
|
color: #233741;
|
16889
16904
|
text-decoration: none; }
|
16890
16905
|
a.text--navy:hover, a.text--navy:active {
|
16891
|
-
color: #
|
16906
|
+
color: #5E7887;
|
16892
16907
|
text-decoration: none; }
|
16893
16908
|
a.text--navy.is-disabled:link, a.text--navy.is-disabled:visited, a.text--navy.is-disabled:hover, a.text--navy.is-disabled:active {
|
16894
16909
|
color: #233741; }
|
16895
16910
|
|
16896
16911
|
.text--gray {
|
16897
|
-
color: #
|
16912
|
+
color: #5E7887; }
|
16898
16913
|
.text--gray.text--transparent {
|
16899
16914
|
color: rgba(94, 120, 135, 0.5); }
|
16900
16915
|
|
16901
16916
|
a.text--gray:link, a.text--gray:visited {
|
16902
|
-
color: #
|
16917
|
+
color: #5E7887;
|
16903
16918
|
text-decoration: none; }
|
16904
16919
|
a.text--gray:hover, a.text--gray:active {
|
16905
16920
|
color: #233741;
|
@@ -16908,60 +16923,60 @@ a.text--gray.is-disabled:link, a.text--gray.is-disabled:visited, a.text--gray.is
|
|
16908
16923
|
color: #233741; }
|
16909
16924
|
|
16910
16925
|
.text--gray-light {
|
16911
|
-
color: #
|
16926
|
+
color: #F0F2F4; }
|
16912
16927
|
.text--gray-light.text--transparent {
|
16913
16928
|
color: rgba(240, 242, 244, 0.5); }
|
16914
16929
|
|
16915
16930
|
a.text--gray-light:link, a.text--gray-light:visited {
|
16916
|
-
color: #
|
16931
|
+
color: #F0F2F4;
|
16917
16932
|
text-decoration: none; }
|
16918
16933
|
a.text--gray-light:hover, a.text--gray-light:active {
|
16919
|
-
color: #
|
16934
|
+
color: #AFBCC3;
|
16920
16935
|
text-decoration: none; }
|
16921
16936
|
a.text--gray-light.is-disabled:link, a.text--gray-light.is-disabled:visited, a.text--gray-light.is-disabled:hover, a.text--gray-light.is-disabled:active {
|
16922
|
-
color: #
|
16937
|
+
color: #AFBCC3; }
|
16923
16938
|
|
16924
16939
|
.text--teal {
|
16925
|
-
color: #
|
16940
|
+
color: #22B9B0; }
|
16926
16941
|
.text--teal.text--transparent {
|
16927
16942
|
color: rgba(34, 185, 176, 0.5); }
|
16928
16943
|
|
16929
16944
|
a.text--teal:link, a.text--teal:visited {
|
16930
|
-
color: #
|
16945
|
+
color: #22B9B0;
|
16931
16946
|
text-decoration: none; }
|
16932
16947
|
a.text--teal:hover, a.text--teal:active {
|
16933
|
-
color: #
|
16948
|
+
color: #149A97;
|
16934
16949
|
text-decoration: none; }
|
16935
16950
|
a.text--teal.is-disabled:link, a.text--teal.is-disabled:visited, a.text--teal.is-disabled:hover, a.text--teal.is-disabled:active {
|
16936
|
-
color: #
|
16951
|
+
color: #149A97; }
|
16937
16952
|
|
16938
16953
|
.text--white {
|
16939
|
-
color:
|
16954
|
+
color: #ffffff; }
|
16940
16955
|
.text--white.text--transparent {
|
16941
16956
|
color: rgba(255, 255, 255, 0.7); }
|
16942
16957
|
|
16943
16958
|
a.text--white:link, a.text--white:visited {
|
16944
|
-
color:
|
16959
|
+
color: #ffffff;
|
16945
16960
|
text-decoration: none; }
|
16946
16961
|
a.text--white:hover, a.text--white:active {
|
16947
16962
|
color: rgba(255, 255, 255, 0.7);
|
16948
16963
|
text-decoration: none; }
|
16949
16964
|
a.text--white.is-disabled:link, a.text--white.is-disabled:visited, a.text--white.is-disabled:hover, a.text--white.is-disabled:active {
|
16950
|
-
color:
|
16965
|
+
color: #ffffff; }
|
16951
16966
|
|
16952
16967
|
.text--yellow {
|
16953
|
-
color: #
|
16968
|
+
color: #FFB567; }
|
16954
16969
|
.text--yellow.text--transparent {
|
16955
16970
|
color: rgba(255, 181, 103, 0.7); }
|
16956
16971
|
|
16957
16972
|
a.text--yellow:link, a.text--yellow:visited {
|
16958
|
-
color: #
|
16973
|
+
color: #FFB567;
|
16959
16974
|
text-decoration: none; }
|
16960
16975
|
a.text--yellow:hover, a.text--yellow:active {
|
16961
16976
|
color: rgba(255, 181, 103, 0.7);
|
16962
16977
|
text-decoration: none; }
|
16963
16978
|
a.text--yellow.is-disabled:link, a.text--yellow.is-disabled:visited, a.text--yellow.is-disabled:hover, a.text--yellow.is-disabled:active {
|
16964
|
-
color: #
|
16979
|
+
color: #FFB567; }
|
16965
16980
|
|
16966
16981
|
/* modifiers
|
16967
16982
|
......................................*/
|
@@ -16984,3 +16999,5 @@ a.text--yellow.is-disabled:link, a.text--yellow.is-disabled:visited, a.text--yel
|
|
16984
16999
|
margin-bottom: 22px; }
|
16985
17000
|
.text-contain.text-3 p {
|
16986
17001
|
margin-bottom: 18px; }
|
17002
|
+
|
17003
|
+
/*# sourceMappingURL=vhx-quartz.scss.map */
|