Project

General

Profile

1
.ct-label {
2
    fill: rgba(0, 0, 0, 0.4);
3
    color: rgba(0, 0, 0, 0.4);
4
    font-size: 1rem;
5
    line-height: 1;
6
}
7

    
8
.ct-chart-line .ct-label,
9
.ct-chart-bar .ct-label {
10
    display: block;
11
    display: -webkit-box;
12
    display: -moz-box;
13
    display: -ms-flexbox;
14
    display: -webkit-flex;
15
    display: flex;
16
}
17

    
18
.ct-label.ct-horizontal.ct-start {
19
    -webkit-box-align: flex-end;
20
    -webkit-align-items: flex-end;
21
    -ms-flex-align: flex-end;
22
    align-items: flex-end;
23
    -webkit-box-pack: flex-start;
24
    -webkit-justify-content: flex-start;
25
    -ms-flex-pack: flex-start;
26
    justify-content: flex-start;
27
    text-align: left;
28
    text-anchor: start;
29
}
30

    
31
.ct-label.ct-horizontal.ct-end {
32
    -webkit-box-align: flex-start;
33
    -webkit-align-items: flex-start;
34
    -ms-flex-align: flex-start;
35
    align-items: flex-start;
36
    -webkit-box-pack: flex-start;
37
    -webkit-justify-content: flex-start;
38
    -ms-flex-pack: flex-start;
39
    justify-content: flex-start;
40
    text-align: left;
41
    text-anchor: start;
42
}
43

    
44
.ct-label.ct-vertical.ct-start {
45
    -webkit-box-align: flex-end;
46
    -webkit-align-items: flex-end;
47
    -ms-flex-align: flex-end;
48
    align-items: flex-end;
49
    -webkit-box-pack: flex-end;
50
    -webkit-justify-content: flex-end;
51
    -ms-flex-pack: flex-end;
52
    justify-content: flex-end;
53
    text-align: right;
54
    text-anchor: end;
55
}
56

    
57
.ct-label.ct-vertical.ct-end {
58
    -webkit-box-align: flex-end;
59
    -webkit-align-items: flex-end;
60
    -ms-flex-align: flex-end;
61
    align-items: flex-end;
62
    -webkit-box-pack: flex-start;
63
    -webkit-justify-content: flex-start;
64
    -ms-flex-pack: flex-start;
65
    justify-content: flex-start;
66
    text-align: left;
67
    text-anchor: start;
68
}
69

    
70
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
71
    -webkit-box-align: flex-end;
72
    -webkit-align-items: flex-end;
73
    -ms-flex-align: flex-end;
74
    align-items: flex-end;
75
    -webkit-box-pack: center;
76
    -webkit-justify-content: center;
77
    -ms-flex-pack: center;
78
    justify-content: center;
79
    text-align: center;
80
    text-anchor: start;
81
}
82

    
83
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
84
    -webkit-box-align: flex-start;
85
    -webkit-align-items: flex-start;
86
    -ms-flex-align: flex-start;
87
    align-items: flex-start;
88
    -webkit-box-pack: center;
89
    -webkit-justify-content: center;
90
    -ms-flex-pack: center;
91
    justify-content: center;
92
    text-align: center;
93
    text-anchor: start;
94
}
95

    
96
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
97
    -webkit-box-align: flex-end;
98
    -webkit-align-items: flex-end;
99
    -ms-flex-align: flex-end;
100
    align-items: flex-end;
101
    -webkit-box-pack: flex-start;
102
    -webkit-justify-content: flex-start;
103
    -ms-flex-pack: flex-start;
104
    justify-content: flex-start;
105
    text-align: left;
106
    text-anchor: start;
107
}
108

    
109
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
110
    -webkit-box-align: flex-start;
111
    -webkit-align-items: flex-start;
112
    -ms-flex-align: flex-start;
113
    align-items: flex-start;
114
    -webkit-box-pack: flex-start;
115
    -webkit-justify-content: flex-start;
116
    -ms-flex-pack: flex-start;
117
    justify-content: flex-start;
118
    text-align: left;
119
    text-anchor: start;
120
}
121

    
122
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
123
    -webkit-box-align: center;
124
    -webkit-align-items: center;
125
    -ms-flex-align: center;
126
    align-items: center;
127
    -webkit-box-pack: flex-end;
128
    -webkit-justify-content: flex-end;
129
    -ms-flex-pack: flex-end;
130
    justify-content: flex-end;
131
    text-align: right;
132
    text-anchor: end;
133
}
134

    
135
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
136
    -webkit-box-align: center;
137
    -webkit-align-items: center;
138
    -ms-flex-align: center;
139
    align-items: center;
140
    -webkit-box-pack: flex-start;
141
    -webkit-justify-content: flex-start;
142
    -ms-flex-pack: flex-start;
143
    justify-content: flex-start;
144
    text-align: left;
145
    text-anchor: end;
146
}
147

    
148
.ct-grid {
149
    stroke: rgba(0, 0, 0, 0.2);
150
    stroke-width: 1px;
151
    stroke-dasharray: 2px;
152
}
153

    
154
.ct-point {
155
    stroke-width: 10px;
156
    stroke-linecap: round;
157
}
158

    
159
.ct-line {
160
    fill: none;
161
    stroke-width: 4px;
162
}
163

    
164
.ct-area {
165
    stroke: none;
166
    fill-opacity: 0.1;
167
}
168

    
169
.ct-bar {
170
    fill: none;
171
    stroke-width: 10px;
172
}
173

    
174
.ct-slice-donut {
175
    fill: none;
176
    stroke-width: 60px;
177
}
178

    
179
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
180
    stroke: #1AB394;
181
}
182

    
183
.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
184
    fill: #1AB394;
185
}
186

    
187
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
188
    stroke: #79D2C0;
189
}
190

    
191
.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
192
    fill: #79D2C0;
193
}
194

    
195
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
196
    stroke: #D3D3D3;
197
}
198

    
199
.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
200
    fill: #D3D3D3;
201
}
202

    
203
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
204
    stroke: #BABABA;
205
}
206

    
207
.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
208
    fill: #BABABA;
209
}
210

    
211
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
212
    stroke: #453d3f;
213
}
214

    
215
.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
216
    fill: #453d3f;
217
}
218

    
219
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
220
    stroke: #59922b;
221
}
222

    
223
.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
224
    fill: #59922b;
225
}
226

    
227
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
228
    stroke: #0544d3;
229
}
230

    
231
.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
232
    fill: #0544d3;
233
}
234

    
235
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
236
    stroke: #6b0392;
237
}
238

    
239
.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
240
    fill: #6b0392;
241
}
242

    
243
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
244
    stroke: #f05b4f;
245
}
246

    
247
.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
248
    fill: #f05b4f;
249
}
250

    
251
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
252
    stroke: #dda458;
253
}
254

    
255
.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
256
    fill: #dda458;
257
}
258

    
259
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
260
    stroke: #eacf7d;
261
}
262

    
263
.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
264
    fill: #eacf7d;
265
}
266

    
267
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
268
    stroke: #86797d;
269
}
270

    
271
.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
272
    fill: #86797d;
273
}
274

    
275
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
276
    stroke: #b2c326;
277
}
278

    
279
.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
280
    fill: #b2c326;
281
}
282

    
283
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
284
    stroke: #6188e2;
285
}
286

    
287
.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
288
    fill: #6188e2;
289
}
290

    
291
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
292
    stroke: #a748ca;
293
}
294

    
295
.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
296
    fill: #a748ca;
297
}
298

    
299
.ct-square {
300
    display: block;
301
    position: relative;
302
    width: 100%;
303
}
304

    
305
.ct-square:before {
306
    display: block;
307
    float: left;
308
    content: "";
309
    width: 0;
310
    height: 0;
311
    padding-bottom: 100%;
312
}
313

    
314
.ct-square:after {
315
    content: "";
316
    display: table;
317
    clear: both;
318
}
319

    
320
.ct-square > svg {
321
    display: block;
322
    position: absolute;
323
    top: 0;
324
    left: 0;
325
}
326

    
327
.ct-minor-second {
328
    display: block;
329
    position: relative;
330
    width: 100%;
331
}
332

    
333
.ct-minor-second:before {
334
    display: block;
335
    float: left;
336
    content: "";
337
    width: 0;
338
    height: 0;
339
    padding-bottom: 93.75%;
340
}
341

    
342
.ct-minor-second:after {
343
    content: "";
344
    display: table;
345
    clear: both;
346
}
347

    
348
.ct-minor-second > svg {
349
    display: block;
350
    position: absolute;
351
    top: 0;
352
    left: 0;
353
}
354

    
355
.ct-major-second {
356
    display: block;
357
    position: relative;
358
    width: 100%;
359
}
360

    
361
.ct-major-second:before {
362
    display: block;
363
    float: left;
364
    content: "";
365
    width: 0;
366
    height: 0;
367
    padding-bottom: 88.88889%;
368
}
369

    
370
.ct-major-second:after {
371
    content: "";
372
    display: table;
373
    clear: both;
374
}
375

    
376
.ct-major-second > svg {
377
    display: block;
378
    position: absolute;
379
    top: 0;
380
    left: 0;
381
}
382

    
383
.ct-minor-third {
384
    display: block;
385
    position: relative;
386
    width: 100%;
387
}
388

    
389
.ct-minor-third:before {
390
    display: block;
391
    float: left;
392
    content: "";
393
    width: 0;
394
    height: 0;
395
    padding-bottom: 83.33333%;
396
}
397

    
398
.ct-minor-third:after {
399
    content: "";
400
    display: table;
401
    clear: both;
402
}
403

    
404
.ct-minor-third > svg {
405
    display: block;
406
    position: absolute;
407
    top: 0;
408
    left: 0;
409
}
410

    
411
.ct-major-third {
412
    display: block;
413
    position: relative;
414
    width: 100%;
415
}
416

    
417
.ct-major-third:before {
418
    display: block;
419
    float: left;
420
    content: "";
421
    width: 0;
422
    height: 0;
423
    padding-bottom: 80%;
424
}
425

    
426
.ct-major-third:after {
427
    content: "";
428
    display: table;
429
    clear: both;
430
}
431

    
432
.ct-major-third > svg {
433
    display: block;
434
    position: absolute;
435
    top: 0;
436
    left: 0;
437
}
438

    
439
.ct-perfect-fourth {
440
    display: block;
441
    position: relative;
442
    width: 100%;
443
}
444

    
445
.ct-perfect-fourth:before {
446
    display: block;
447
    float: left;
448
    content: "";
449
    width: 0;
450
    height: 0;
451
    padding-bottom: 75%;
452
}
453

    
454
.ct-perfect-fourth:after {
455
    content: "";
456
    display: table;
457
    clear: both;
458
}
459

    
460
.ct-perfect-fourth > svg {
461
    display: block;
462
    position: absolute;
463
    top: 0;
464
    left: 0;
465
}
466

    
467
.ct-perfect-fifth {
468
    display: block;
469
    position: relative;
470
    width: 100%;
471
}
472

    
473
.ct-perfect-fifth:before {
474
    display: block;
475
    float: left;
476
    content: "";
477
    width: 0;
478
    height: 0;
479
    padding-bottom: 66.66667%;
480
}
481

    
482
.ct-perfect-fifth:after {
483
    content: "";
484
    display: table;
485
    clear: both;
486
}
487

    
488
.ct-perfect-fifth > svg {
489
    display: block;
490
    position: absolute;
491
    top: 0;
492
    left: 0;
493
}
494

    
495
.ct-minor-sixth {
496
    display: block;
497
    position: relative;
498
    width: 100%;
499
}
500

    
501
.ct-minor-sixth:before {
502
    display: block;
503
    float: left;
504
    content: "";
505
    width: 0;
506
    height: 0;
507
    padding-bottom: 62.5%;
508
}
509

    
510
.ct-minor-sixth:after {
511
    content: "";
512
    display: table;
513
    clear: both;
514
}
515

    
516
.ct-minor-sixth > svg {
517
    display: block;
518
    position: absolute;
519
    top: 0;
520
    left: 0;
521
}
522

    
523
.ct-golden-section {
524
    display: block;
525
    position: relative;
526
    width: 100%;
527
}
528

    
529
.ct-golden-section:before {
530
    display: block;
531
    float: left;
532
    content: "";
533
    width: 0;
534
    height: 0;
535
    padding-bottom: 61.8047%;
536
}
537

    
538
.ct-golden-section:after {
539
    content: "";
540
    display: table;
541
    clear: both;
542
}
543

    
544
.ct-golden-section > svg {
545
    display: block;
546
    position: absolute;
547
    top: 0;
548
    left: 0;
549
}
550

    
551
.ct-major-sixth {
552
    display: block;
553
    position: relative;
554
    width: 100%;
555
}
556

    
557
.ct-major-sixth:before {
558
    display: block;
559
    float: left;
560
    content: "";
561
    width: 0;
562
    height: 0;
563
    padding-bottom: 60%;
564
}
565

    
566
.ct-major-sixth:after {
567
    content: "";
568
    display: table;
569
    clear: both;
570
}
571

    
572
.ct-major-sixth > svg {
573
    display: block;
574
    position: absolute;
575
    top: 0;
576
    left: 0;
577
}
578

    
579
.ct-minor-seventh {
580
    display: block;
581
    position: relative;
582
    width: 100%;
583
}
584

    
585
.ct-minor-seventh:before {
586
    display: block;
587
    float: left;
588
    content: "";
589
    width: 0;
590
    height: 0;
591
    padding-bottom: 56.25%;
592
}
593

    
594
.ct-minor-seventh:after {
595
    content: "";
596
    display: table;
597
    clear: both;
598
}
599

    
600
.ct-minor-seventh > svg {
601
    display: block;
602
    position: absolute;
603
    top: 0;
604
    left: 0;
605
}
606

    
607
.ct-major-seventh {
608
    display: block;
609
    position: relative;
610
    width: 100%;
611
}
612

    
613
.ct-major-seventh:before {
614
    display: block;
615
    float: left;
616
    content: "";
617
    width: 0;
618
    height: 0;
619
    padding-bottom: 53.33333%;
620
}
621

    
622
.ct-major-seventh:after {
623
    content: "";
624
    display: table;
625
    clear: both;
626
}
627

    
628
.ct-major-seventh > svg {
629
    display: block;
630
    position: absolute;
631
    top: 0;
632
    left: 0;
633
}
634

    
635
.ct-octave {
636
    display: block;
637
    position: relative;
638
    width: 100%;
639
}
640

    
641
.ct-octave:before {
642
    display: block;
643
    float: left;
644
    content: "";
645
    width: 0;
646
    height: 0;
647
    padding-bottom: 50%;
648
}
649

    
650
.ct-octave:after {
651
    content: "";
652
    display: table;
653
    clear: both;
654
}
655

    
656
.ct-octave > svg {
657
    display: block;
658
    position: absolute;
659
    top: 0;
660
    left: 0;
661
}
662

    
663
.ct-major-tenth {
664
    display: block;
665
    position: relative;
666
    width: 100%;
667
}
668

    
669
.ct-major-tenth:before {
670
    display: block;
671
    float: left;
672
    content: "";
673
    width: 0;
674
    height: 0;
675
    padding-bottom: 40%;
676
}
677

    
678
.ct-major-tenth:after {
679
    content: "";
680
    display: table;
681
    clear: both;
682
}
683

    
684
.ct-major-tenth > svg {
685
    display: block;
686
    position: absolute;
687
    top: 0;
688
    left: 0;
689
}
690

    
691
.ct-major-eleventh {
692
    display: block;
693
    position: relative;
694
    width: 100%;
695
}
696

    
697
.ct-major-eleventh:before {
698
    display: block;
699
    float: left;
700
    content: "";
701
    width: 0;
702
    height: 0;
703
    padding-bottom: 37.5%;
704
}
705

    
706
.ct-major-eleventh:after {
707
    content: "";
708
    display: table;
709
    clear: both;
710
}
711

    
712
.ct-major-eleventh > svg {
713
    display: block;
714
    position: absolute;
715
    top: 0;
716
    left: 0;
717
}
718

    
719
.ct-major-twelfth {
720
    display: block;
721
    position: relative;
722
    width: 100%;
723
}
724

    
725
.ct-major-twelfth:before {
726
    display: block;
727
    float: left;
728
    content: "";
729
    width: 0;
730
    height: 0;
731
    padding-bottom: 33.33333%;
732
}
733

    
734
.ct-major-twelfth:after {
735
    content: "";
736
    display: table;
737
    clear: both;
738
}
739

    
740
.ct-major-twelfth > svg {
741
    display: block;
742
    position: absolute;
743
    top: 0;
744
    left: 0;
745
}
746

    
747
.ct-double-octave {
748
    display: block;
749
    position: relative;
750
    width: 100%;
751
}
752

    
753
.ct-double-octave:before {
754
    display: block;
755
    float: left;
756
    content: "";
757
    width: 0;
758
    height: 0;
759
    padding-bottom: 25%;
760
}
761

    
762
.ct-double-octave:after {
763
    content: "";
764
    display: table;
765
    clear: both;
766
}
767

    
768
.ct-double-octave > svg {
769
    display: block;
770
    position: absolute;
771
    top: 0;
772
    left: 0;
773
}
    (1-1/1)