metanorma-itu 1.0.17 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ @import 'base_style/all';
2
+
1
3
  .icon-svg {
2
4
  width: 100%;
3
5
  color: #5ecf86;
@@ -0,0 +1,1159 @@
1
+ html, body, div, span, applet, object, iframe,
2
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
+ a, abbr, acronym, address, big, cite, code,
4
+ del, dfn, em, img, ins, kbd, q, s, samp,
5
+ small, strike, strong, sub, sup, tt, var,
6
+ b, u, i, center,
7
+ ol, ul, li,
8
+ fieldset, form, label, legend,
9
+ table, caption, tbody, tfoot, thead, tr, th, td,
10
+ article, aside, canvas, details, embed,
11
+ figure, figcaption, footer, header, hgroup,
12
+ menu, nav, output, ruby, section, summary,
13
+ time, mark, audio, video {
14
+ margin: 0;
15
+ padding: 0; }
16
+
17
+ html, body, div, span, applet, object, iframe,
18
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
19
+ a, abbr, acronym, address, big, cite, code,
20
+ del, dfn, em, img, ins, kbd, q, s, samp,
21
+ small, strike, strong, sub, sup, tt, var,
22
+ b, u, i, center,
23
+ dl, dt, dd, ol, ul, li,
24
+ fieldset, form, label, legend,
25
+ table, caption, tbody, tfoot, thead, tr, th, td,
26
+ article, aside, canvas, details, embed,
27
+ figure, figcaption, footer, header, hgroup,
28
+ menu, nav, output, ruby, section, summary,
29
+ time, mark, audio, video {
30
+ border: 0;
31
+ font-size: 100%; }
32
+
33
+ html, body, div, span, applet, object, iframe,
34
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
35
+ a, abbr, acronym, address, big, cite, code,
36
+ del, dfn, em, img, ins, kbd, q, s, samp,
37
+ small, strike, strong, tt, var,
38
+ b, u, i, center,
39
+ dl, dd, ol, ul, li,
40
+ fieldset, form, label, legend,
41
+ table, caption, tbody, tfoot, thead, tr, th, td,
42
+ article, aside, canvas, details, embed,
43
+ figure, figcaption, footer, header, hgroup,
44
+ menu, nav, output, ruby, section, summary,
45
+ time, mark, audio, video {
46
+ vertical-align: baseline; }
47
+
48
+ html, body, div, span, applet, object, iframe,
49
+ p, blockquote,
50
+ a, abbr, acronym, address, big, cite,
51
+ del, dfn, em, img, ins, q, s,
52
+ small, strike, strong, sub, sup, var,
53
+ b, u, i, center,
54
+ dl, dt, dd, ol, ul, li,
55
+ fieldset, form, label, legend,
56
+ table, caption, tbody, tfoot, thead, tr, th, td,
57
+ article, aside, canvas, details, embed,
58
+ figure, figcaption, footer, header, hgroup,
59
+ menu, nav, output, ruby, section, summary,
60
+ time, mark, audio, video {
61
+ font-family: {{bodyfont}}; }
62
+
63
+ code, pre, tt, kbd, samp {
64
+ font-family: {{monospacefont}};
65
+ font-variant-ligatures: none; }
66
+
67
+ code *, pre *, tt *, kbd *, samp * {
68
+ font-family: {{monospacefont}} !important;
69
+ font-variant-ligatures: none; }
70
+
71
+ article, aside, details, figcaption, figure,
72
+ footer, header, hgroup, menu, nav, section {
73
+ display: block; }
74
+
75
+ table {
76
+ border-collapse: collapse;
77
+ border-spacing: 0; }
78
+
79
+ h1, h2, h3, h4, h5, h6 {
80
+ font-family: {{headerfont}}; }
81
+
82
+ blockquote, q {
83
+ quotes: none; }
84
+ blockquote:before, blockquote:after, q:before, q:after {
85
+ content: '';
86
+ content: none; }
87
+
88
+ .h2Annex {
89
+ font-family: {{headerfont}}; }
90
+
91
+ dl {
92
+ display: grid;
93
+ grid-template-columns: max-content auto; }
94
+ dl dt p, dl dd p {
95
+ margin-top: 0; }
96
+ dl dt {
97
+ grid-column-start: 1; }
98
+ dl dd {
99
+ grid-column-start: 2; }
100
+
101
+ b, strong {
102
+ font-weight: bold; }
103
+
104
+ div.document-stage-band, div.document-type-band {
105
+ background-color: #333333; }
106
+
107
+ #recommendation-band {
108
+ background-color: #a3d88f; }
109
+
110
+ #recommendation {
111
+ border-bottom: solid 3px #a3d88f; }
112
+
113
+ #recommendation-amendment-band {
114
+ background-color: #a3d88f; }
115
+
116
+ #recommendation-amendment {
117
+ border-bottom: solid 3px #a3d88f; }
118
+
119
+ #recommendation-supplement-band {
120
+ background-color: #a3d88f; }
121
+
122
+ #recommendation-supplement {
123
+ border-bottom: solid 3px #a3d88f; }
124
+
125
+ #recommendation-corrigendum-band {
126
+ background-color: #a3d88f; }
127
+
128
+ #recommendation-corrigendum {
129
+ border-bottom: solid 3px #a3d88f; }
130
+
131
+ #recommendation-errata-band {
132
+ background-color: #a3d88f; }
133
+
134
+ #recommendation-errata {
135
+ border-bottom: solid 3px #a3d88f; }
136
+
137
+ #recommendation-annex-band {
138
+ background-color: #a3d88f; }
139
+
140
+ #recommendation-annex {
141
+ border-bottom: solid 3px #a3d88f; }
142
+
143
+ #technical-paper-band {
144
+ background-color: #53dd6c; }
145
+
146
+ #technical-paper {
147
+ border-bottom: solid 3px #53dd6c; }
148
+
149
+ #technical-report-band {
150
+ background-color: #53dd6c; }
151
+
152
+ #technical-report {
153
+ border-bottom: solid 3px #53dd6c; }
154
+
155
+ #focus-group-band {
156
+ background-color: #750697; }
157
+
158
+ #focus-group {
159
+ border-bottom: solid 3px #750697; }
160
+
161
+ #implementers-guide-band {
162
+ background-color: #750697; }
163
+
164
+ #implementers-guide {
165
+ border-bottom: solid 3px #750697; }
166
+
167
+ #joint-itu-iso-iec-band {
168
+ background-color: #48a0e7; }
169
+
170
+ #joint-itu-iso-iec {
171
+ border-bottom: solid 3px #48a0e7; }
172
+
173
+ #in-force-band {
174
+ background-color: #d9f39d; }
175
+
176
+ #in-force {
177
+ border-bottom: solid 3px #d9f39d; }
178
+
179
+ #in-force-prepublished-band {
180
+ background-color: #fdf906; }
181
+
182
+ #in-force-prepublished {
183
+ border-bottom: solid 3px #fdf906; }
184
+
185
+ #superseded-band {
186
+ background-color: #fd06fd; }
187
+
188
+ #superseded {
189
+ border-bottom: solid 3px #fd06fd; }
190
+
191
+ #superseded-draft-band {
192
+ background-color: #fd06fd; }
193
+
194
+ #superseded-draft {
195
+ border-bottom: solid 3px #fd06fd; }
196
+
197
+ #withdrawn-band {
198
+ background-color: #7e0d13; }
199
+
200
+ #withdrawn {
201
+ border-bottom: solid 3px #7e0d13; }
202
+
203
+ dl.glossary dt {
204
+ font-weight: bold; }
205
+
206
+ body {
207
+ margin-left: auto;
208
+ margin-right: auto;
209
+ max-width: 100%;
210
+ font-size: 14px;
211
+ font-weight: 400;
212
+ line-height: 1.6em;
213
+ color: #141115;
214
+ background-color: #fff; }
215
+ body main {
216
+ margin: 0 3em 0 6em; }
217
+
218
+ @media screen and (min-width: 768px) {
219
+ nav {
220
+ position: fixed;
221
+ top: 0;
222
+ bottom: 0;
223
+ left: 0;
224
+ width: 323px;
225
+ font-size: 0.9em;
226
+ overflow: auto;
227
+ padding: 0 0 0 45px;
228
+ background-color: #fff; } }
229
+
230
+ @media print {
231
+ nav {
232
+ position: relative;
233
+ width: auto;
234
+ font-size: 0.9em;
235
+ overflow: auto;
236
+ padding: 0;
237
+ margin-right: 0;
238
+ background-color: white; } }
239
+
240
+ nav #toc {
241
+ font-family: {{bodyfont}};
242
+ font-weight: 400; }
243
+ @media screen and (max-width: 768px) {
244
+ nav #toc {
245
+ padding: 0 1.5em;
246
+ overflow: visible; } }
247
+ #toc {
248
+ font-family: {{bodyfont}};
249
+ font-weight: 400; }
250
+ #toc ul {
251
+ margin: 0;
252
+ padding: 0;
253
+ list-style: none; }
254
+ #toc ul li a {
255
+ padding: 5px 10px; }
256
+ #toc ul a {
257
+ color: #141115;
258
+ text-decoration: none;
259
+ display: block; }
260
+ #toc ul a:hover {
261
+ box-shadow: none;
262
+ color: white; }
263
+ #toc .h2 {
264
+ padding-left: 30px; }
265
+ #toc .h3 {
266
+ padding-left: 50px; }
267
+ #toc .toc-active, #toc li:hover {
268
+ background: #da1d52;
269
+ box-shadow: inset -5px 0px 10px -5px #da1d52 !important; }
270
+ #toc .toc-active a, #toc li:hover a {
271
+ color: white; }
272
+ @media print {
273
+ #toc .toc-active, #toc li:hover {
274
+ background: white;
275
+ box-shadow: none !important; }
276
+ #toc .toc-active a {
277
+ color: #141115; }
278
+ #toc li:hover a {
279
+ color: black; } }
280
+ #toc .h1 {
281
+ text-transform: uppercase; }
282
+ #toc li a {
283
+ font-size: 14px; }
284
+ #toc li:hover a {
285
+ background: none;
286
+ box-shadow: none; }
287
+ #toc li:before {
288
+ content: " ";
289
+ display: none; }
290
+ @media print {
291
+ #toc .toc-active a {
292
+ color: #4D7EA5; }
293
+ #toc .toc-active, #toc li:hover {
294
+ background: white;
295
+ box-shadow: none !important; }
296
+ #toc li:hover a {
297
+ color: black; } }
298
+ #toc-list ul {
299
+ margin-bottom: 0.25em; }
300
+
301
+ #toc-list li {
302
+ list-style-type: none; }
303
+
304
+ @media screen and (min-width: 768px) {
305
+ #toggle {
306
+ position: fixed;
307
+ height: 100%;
308
+ width: 30px;
309
+ background-color: #da1d52;
310
+ color: white !important;
311
+ cursor: pointer;
312
+ z-index: 100; }
313
+ #toggle span {
314
+ text-align: center;
315
+ width: 100%;
316
+ position: absolute;
317
+ top: 50%;
318
+ transform: translate(0, -50%); } }
319
+
320
+ @media screen and (max-width: 768px) {
321
+ #toggle {
322
+ display: none; } }
323
+
324
+ @media print {
325
+ #toggle {
326
+ display: none; } }
327
+
328
+ @media screen and (min-width: 768px) {
329
+ .container {
330
+ padding-left: 360px; } }
331
+
332
+ @media print {
333
+ .container {
334
+ padding-left: 0; } }
335
+
336
+ .rule {
337
+ width: 100%;
338
+ height: 1px;
339
+ background-color: #00539F;
340
+ margin: 2em 0; }
341
+ @media screen and (min-width: 768px) {
342
+ .rule.toc {
343
+ display: none; } }
344
+ .rule-2 {
345
+ width: 100%;
346
+ height: 1px;
347
+ background-color: #00539F; }
348
+
349
+ .rule-thick {
350
+ width: 100%;
351
+ height: 3px;
352
+ background-color: #00539F;
353
+ margin-top: 3em; }
354
+
355
+ @media screen and (min-width: 768px) {
356
+ h1.toc-contents {
357
+ margin-top: 1em; }
358
+ ul#toc-list {
359
+ padding: 0;
360
+ margin: 0; } }
361
+
362
+ .figure {
363
+ line-height: 1.6em;
364
+ padding: 1.5em;
365
+ margin: 2em 0 1em 0;
366
+ overflow: auto;
367
+ font-family: {{monospacefont}};
368
+ font-variant-ligatures: none;
369
+ background-color: #f6f6f6;
370
+ font-size: 0.8em; }
371
+ .figure .FigureTitle, .figure .figure-title {
372
+ font-weight: 700;
373
+ font-size: 1em;
374
+ text-align: center; }
375
+ .figure > img {
376
+ margin-left: auto;
377
+ margin-right: auto;
378
+ display: block;
379
+ max-width: 100%;
380
+ height: auto; }
381
+
382
+ .SourceTitle {
383
+ font-weight: 700;
384
+ font-size: 1em;
385
+ text-align: center; }
386
+
387
+ pre {
388
+ font-family: {{monospacefont}};
389
+ font-variant-ligatures: none;
390
+ background-color: #f6f6f6;
391
+ font-size: 0.8em;
392
+ line-height: 1.6em;
393
+ padding: 1.5em;
394
+ margin: 2em 0 1em 0;
395
+ overflow-y: auto;
396
+ overflow-x: scroll;
397
+ font-size: 0.8em; }
398
+
399
+ .example pre, .example .pseudocode {
400
+ background: none;
401
+ margin: 0;
402
+ padding: 0 0 0 2em; }
403
+
404
+ .document-stage-band {
405
+ left: 0;
406
+ top: 0;
407
+ height: 100%;
408
+ position: fixed;
409
+ display: block;
410
+ z-index: 101;
411
+ box-shadow: -5px 0px 10px #1d1d1d; }
412
+ .document-stage-band > :first-child {
413
+ position: relative;
414
+ width: 25px;
415
+ font-weight: 300;
416
+ height: 160px;
417
+ color: white;
418
+ text-transform: uppercase;
419
+ font-size: 0.9em;
420
+ font-weight: 400;
421
+ letter-spacing: 0.05em;
422
+ margin: 0;
423
+ margin-left: 6px;
424
+ writing-mode: tb-rl;
425
+ -webkit-transform: rotate(180deg);
426
+ -moz-transform: rotate(180deg);
427
+ -o-transform: rotate(180deg);
428
+ white-space: nowrap;
429
+ display: block;
430
+ bottom: 0; }
431
+ @media print {
432
+ .document-stage-band {
433
+ display: none; } }
434
+ .document-type-band {
435
+ left: 0;
436
+ top: 180px;
437
+ height: 100%;
438
+ position: fixed;
439
+ display: block;
440
+ z-index: 102; }
441
+ .document-type-band > :first-child {
442
+ position: relative;
443
+ width: 25px;
444
+ font-weight: 400;
445
+ color: white;
446
+ text-transform: uppercase;
447
+ font-size: 0.9em;
448
+ font-weight: 400;
449
+ letter-spacing: 0.05em;
450
+ margin: 0;
451
+ margin-left: 6px;
452
+ writing-mode: tb-rl;
453
+ -webkit-transform: rotate(180deg);
454
+ -moz-transform: rotate(180deg);
455
+ -o-transform: rotate(180deg);
456
+ white-space: nowrap;
457
+ display: block;
458
+ bottom: 0; }
459
+ @media print {
460
+ .document-type-band {
461
+ display: none; } }
462
+ .document-type-band .document-type {
463
+ top: 20px; }
464
+
465
+ .logo-wrapper {
466
+ width: 100%;
467
+ display: block;
468
+ height: 100px;
469
+ padding-top: 75px;
470
+ position: relative; }
471
+ .logo-wrapper img, .logo-wrapper svg {
472
+ float: right;
473
+ padding-right: 42px; }
474
+
475
+ #ITU-logo {
476
+ width: 150px;
477
+ height: auto;
478
+ margin-left: auto; }
479
+
480
+ svg {
481
+ position: absolute;
482
+ top: 0;
483
+ right: 0;
484
+ bottom: 0;
485
+ left: 0; }
486
+
487
+ .authors-container {
488
+ margin-top: 2em; }
489
+
490
+ .affiliation {
491
+ font-style: italic; }
492
+
493
+ /* Headings */
494
+ h1, h2, h3, h4, h5, h6, .h1Annex {
495
+ font-weight: 400;
496
+ margin-top: 1.6em;
497
+ margin-bottom: 0.3em; }
498
+
499
+ @media print {
500
+ h1, h2, h3, h4, .h1Annex {
501
+ page-break-after: avoid;
502
+ margin-top: 1.2em; } }
503
+
504
+ h1, .h1Annex {
505
+ font-size: 1.4em;
506
+ text-transform: uppercase;
507
+ margin-top: 2em; }
508
+ h1#content, #content.h1Annex {
509
+ margin-top: 2em; }
510
+ @media print {
511
+ h1, .h1Annex {
512
+ font-size: 1.5em;
513
+ line-height: 1.5; }
514
+ h1.content, .h1Annex.content {
515
+ margin-top: 2em;
516
+ line-height: 2.5em; } }
517
+ h2 {
518
+ margin-top: 1.7em;
519
+ font-size: 1.5em; }
520
+ h2 p {
521
+ display: inline; }
522
+ @media print {
523
+ h2 {
524
+ font-size: 1.2em; } }
525
+ h3 {
526
+ margin-top: 1.5em;
527
+ font-size: 1.4em; }
528
+ @media print {
529
+ h3 {
530
+ font-size: 1em; } }
531
+ h4 {
532
+ font-size: 1.2em; }
533
+
534
+ /* Terms */
535
+ .TermNum, .Terms, .AltTerms {
536
+ font-weight: 400; }
537
+
538
+ h2.TermNum {
539
+ margin-bottom: 0; }
540
+
541
+ p.AltTerms {
542
+ font-size: 20px;
543
+ margin-top: 1em; }
544
+
545
+ /* Links, selection */
546
+ a, a:visited {
547
+ text-decoration: none;
548
+ color: #00539F; }
549
+
550
+ a:hover {
551
+ color: white;
552
+ background: #00539F;
553
+ box-shadow: 3px 0 0 #00539F, -3px 0 0 #00539F; }
554
+
555
+ ::selection {
556
+ background: #00539F;
557
+ /* WebKit/Blink Browsers */
558
+ color: white; }
559
+
560
+ ::-moz-selection {
561
+ background: #00539F;
562
+ /* Gecko Browsers */
563
+ color: white; }
564
+
565
+ /* Lists */
566
+ ul, ol {
567
+ margin-left: 1.2em; }
568
+
569
+ ul > li {
570
+ list-style: none; }
571
+ ul > li:before {
572
+ content: "\2014";
573
+ display: inline-block;
574
+ width: 1em;
575
+ margin-left: -1.2em; }
576
+ ul > li p:first-child {
577
+ display: inline; }
578
+ ul > li:first-child {
579
+ margin-top: 1em; }
580
+
581
+ /* Bibliograhy */
582
+ p.Biblio, p.NormRef {
583
+ margin-top: 1em;
584
+ margin-left: 2em; }
585
+
586
+ /* Blocks */
587
+ .Note {
588
+ background-color: #ffca3a;
589
+ color: #141115;
590
+ padding: 1.2em;
591
+ margin: 1em 0 1em 0; }
592
+ .Note p {
593
+ margin: 0; }
594
+
595
+ .Admonition {
596
+ background-color: #ffcccc;
597
+ color: #47430c;
598
+ padding: 1.2em;
599
+ margin: 1em 0 1em 0; }
600
+ .Admonition p {
601
+ margin: 0; }
602
+
603
+ .example {
604
+ background-color: #e1eef1;
605
+ padding: 1.2em;
606
+ margin: 2em 0 1em 0;
607
+ text-align: left;
608
+ padding-left: 3.2em; }
609
+ .example p {
610
+ margin: 0; }
611
+ .example .example-title {
612
+ font-weight: 700;
613
+ text-transform: uppercase;
614
+ margin-left: -2em; }
615
+ .example .example-title {
616
+ margin-top: 0;
617
+ margin-left: -1.5em; }
618
+ .example pre, .example .pseudocode {
619
+ background: none;
620
+ margin: 0;
621
+ padding: 0 0 0 2em; }
622
+
623
+ .pseudocode {
624
+ background-color: #f6f6f6;
625
+ padding: 1.2em;
626
+ margin: 2em 0 1em 0;
627
+ padding-left: 2em; }
628
+ .pseudocode .example-title {
629
+ font-weight: 700;
630
+ text-transform: uppercase;
631
+ text-align: center;
632
+ margin-top: 0;
633
+ margin-left: -1.5em; }
634
+
635
+ .recommend {
636
+ background-color: #ccffcc;
637
+ padding: 1.2em;
638
+ margin: 2em 0 1em 0; }
639
+
640
+ .recommend .RecommendationTitle {
641
+ font-weight: 700;
642
+ font-size: 1em;
643
+ text-align: center; }
644
+
645
+ .require .RecommendationTitle {
646
+ font-weight: 700;
647
+ font-size: 1em;
648
+ text-align: center; }
649
+
650
+ .permission .RecommendationTitle {
651
+ font-weight: 700;
652
+ font-size: 1em;
653
+ text-align: center; }
654
+
655
+ /* Tables */
656
+ table.biblio td {
657
+ padding-right: 0.5em; }
658
+
659
+ table:not(.biblio) {
660
+ width: 100%;
661
+ font-weight: 300;
662
+ margin: 1em 0 2em 0;
663
+ margin-left: auto;
664
+ margin-right: auto;
665
+ padding-right: 2em;
666
+ color: #141115; }
667
+ table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
668
+ border: none;
669
+ font-size: 0.95em; }
670
+ table:not(.biblio) th, table:not(.biblio) td {
671
+ padding: 1em; }
672
+ table:not(.biblio) td.header {
673
+ font-weigth: 400; }
674
+ table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
675
+ border: none !important; }
676
+ table:not(.biblio) tr:nth-child(even) {
677
+ background: #f1f8ff; }
678
+ table:not(.biblio) tr:nth-child(odd) {
679
+ background: #f6f8fa; }
680
+
681
+ p.TableTitle {
682
+ text-align: center;
683
+ margin-top: 2.5em;
684
+ font-weight: 400; }
685
+
686
+ /* Footnotes */
687
+ a.footnote-number {
688
+ vertical-align: super;
689
+ font-size: 0.8em; }
690
+
691
+ .footnote {
692
+ font-size: 0.9em; }
693
+
694
+ .Quote {
695
+ background-color: #f6f6f6;
696
+ font-style: italic;
697
+ width: 80%;
698
+ padding: 1.5em;
699
+ margin-top: 2em;
700
+ margin-left: auto;
701
+ margin-right: auto; }
702
+
703
+ .formula {
704
+ background-color: #f6f6f6;
705
+ padding: 1.5em;
706
+ margin-top: 2em;
707
+ text-align: center; }
708
+
709
+ dl.formula_dl {
710
+ background-color: #f6f6f6;
711
+ margin-left: 1.4cm;
712
+ margin-right: 1.4cm; }
713
+
714
+ .contact-info {
715
+ padding: 2em;
716
+ margin-top: 5em;
717
+ width: 280px;
718
+ text-align: left;
719
+ color: #00539F !important;
720
+ background-color: #f1f8ff;
721
+ border-radius: 25px; }
722
+ .contact-info a, .contact-info a:hover {
723
+ color: #00539F; }
724
+ .contact-info a:hover {
725
+ text-decoration: underline;
726
+ background: none;
727
+ box-shadow: 0 0 0 0; }
728
+ .contact-info p, .contact-info a {
729
+ font-family: {{monospacefont}};
730
+ font-variant-ligatures: none;
731
+ font-weight: 400; }
732
+ .contact-info .name {
733
+ font-weight: 700;
734
+ font-size: 14px;
735
+ margin-bottom: 5px; }
736
+ .contact-info .address {
737
+ font-size: 12px;
738
+ line-height: 1.3em;
739
+ margin-top: 0; }
740
+
741
+ span.keyword {
742
+ font-weight: 600; }
743
+
744
+ p {
745
+ margin-top: 1em;
746
+ margin-bottom: 1em; }
747
+
748
+ .addition {
749
+ color: blue; }
750
+
751
+ .deletion {
752
+ color: red;
753
+ text-decoration: line-through; }
754
+
755
+ html, body, div, span, applet, object, iframe,
756
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
757
+ a, abbr, acronym, address, big, cite, code,
758
+ del, dfn, em, img, ins, kbd, q, s, samp,
759
+ small, strike, strong, sub, sup, tt, var,
760
+ b, u, i, center,
761
+ ol, ul, li,
762
+ fieldset, form, label, legend,
763
+ table, caption, tbody, tfoot, thead, tr, th, td,
764
+ article, aside, canvas, details, embed,
765
+ figure, figcaption, footer, header, hgroup,
766
+ menu, nav, output, ruby, section, summary,
767
+ time, mark, audio, video {
768
+ margin: 0;
769
+ padding: 0; }
770
+
771
+ html, body, div, span, applet, object, iframe,
772
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
773
+ a, abbr, acronym, address, big, cite, code,
774
+ del, dfn, em, img, ins, kbd, q, s, samp,
775
+ small, strike, strong, sub, sup, tt, var,
776
+ b, u, i, center,
777
+ dl, dt, dd, ol, ul, li,
778
+ fieldset, form, label, legend,
779
+ table, caption, tbody, tfoot, thead, tr, th, td,
780
+ article, aside, canvas, details, embed,
781
+ figure, figcaption, footer, header, hgroup,
782
+ menu, nav, output, ruby, section, summary,
783
+ time, mark, audio, video {
784
+ border: 0;
785
+ font-size: 100%; }
786
+
787
+ html, body, div, span, applet, object, iframe,
788
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
789
+ a, abbr, acronym, address, big, cite, code,
790
+ del, dfn, em, img, ins, kbd, q, s, samp,
791
+ small, strike, strong, tt, var,
792
+ b, u, i, center,
793
+ dl, dd, ol, ul, li,
794
+ fieldset, form, label, legend,
795
+ table, caption, tbody, tfoot, thead, tr, th, td,
796
+ article, aside, canvas, details, embed,
797
+ figure, figcaption, footer, header, hgroup,
798
+ menu, nav, output, ruby, section, summary,
799
+ time, mark, audio, video {
800
+ vertical-align: baseline; }
801
+
802
+ html, body, div, span, applet, object, iframe,
803
+ p, blockquote,
804
+ a, abbr, acronym, address, big, cite,
805
+ del, dfn, em, img, ins, q, s,
806
+ small, strike, strong, sub, sup, var,
807
+ b, u, i, center,
808
+ dl, dt, dd, ol, ul, li,
809
+ fieldset, form, label, legend,
810
+ table, caption, tbody, tfoot, thead, tr, th, td,
811
+ article, aside, canvas, details, embed,
812
+ figure, figcaption, footer, header, hgroup,
813
+ menu, nav, output, ruby, section, summary,
814
+ time, mark, audio, video {
815
+ font-family: {{bodyfont}}; }
816
+
817
+ code, pre, tt, kbd, samp {
818
+ font-family: {{monospacefont}};
819
+ font-variant-ligatures: none; }
820
+
821
+ code *, pre *, tt *, kbd *, samp * {
822
+ font-family: {{monospacefont}} !important;
823
+ font-variant-ligatures: none; }
824
+
825
+ article, aside, details, figcaption, figure,
826
+ footer, header, hgroup, menu, nav, section {
827
+ display: block; }
828
+
829
+ table {
830
+ border-collapse: collapse;
831
+ border-spacing: 0; }
832
+
833
+ h1, h2, h3, h4, h5, h6 {
834
+ font-family: {{headerfont}}; }
835
+
836
+ blockquote, q {
837
+ quotes: none; }
838
+ blockquote:before, blockquote:after, q:before, q:after {
839
+ content: '';
840
+ content: none; }
841
+
842
+ .h2Annex {
843
+ font-family: {{headerfont}}; }
844
+
845
+ dl {
846
+ display: grid;
847
+ grid-template-columns: max-content auto; }
848
+ dl dt p, dl dd p {
849
+ margin-top: 0; }
850
+ dl dt {
851
+ grid-column-start: 1; }
852
+ dl dd {
853
+ grid-column-start: 2; }
854
+
855
+ b, strong {
856
+ font-weight: bold; }
857
+
858
+ div.document-stage-band, div.document-type-band {
859
+ background-color: #333333; }
860
+
861
+ #recommendation-band {
862
+ background-color: #a3d88f; }
863
+
864
+ #recommendation {
865
+ border-bottom: solid 3px #a3d88f; }
866
+
867
+ #recommendation-amendment-band {
868
+ background-color: #a3d88f; }
869
+
870
+ #recommendation-amendment {
871
+ border-bottom: solid 3px #a3d88f; }
872
+
873
+ #recommendation-supplement-band {
874
+ background-color: #a3d88f; }
875
+
876
+ #recommendation-supplement {
877
+ border-bottom: solid 3px #a3d88f; }
878
+
879
+ #recommendation-corrigendum-band {
880
+ background-color: #a3d88f; }
881
+
882
+ #recommendation-corrigendum {
883
+ border-bottom: solid 3px #a3d88f; }
884
+
885
+ #recommendation-errata-band {
886
+ background-color: #a3d88f; }
887
+
888
+ #recommendation-errata {
889
+ border-bottom: solid 3px #a3d88f; }
890
+
891
+ #recommendation-annex-band {
892
+ background-color: #a3d88f; }
893
+
894
+ #recommendation-annex {
895
+ border-bottom: solid 3px #a3d88f; }
896
+
897
+ #technical-paper-band {
898
+ background-color: #53dd6c; }
899
+
900
+ #technical-paper {
901
+ border-bottom: solid 3px #53dd6c; }
902
+
903
+ #technical-report-band {
904
+ background-color: #53dd6c; }
905
+
906
+ #technical-report {
907
+ border-bottom: solid 3px #53dd6c; }
908
+
909
+ #focus-group-band {
910
+ background-color: #750697; }
911
+
912
+ #focus-group {
913
+ border-bottom: solid 3px #750697; }
914
+
915
+ #implementers-guide-band {
916
+ background-color: #750697; }
917
+
918
+ #implementers-guide {
919
+ border-bottom: solid 3px #750697; }
920
+
921
+ #joint-itu-iso-iec-band {
922
+ background-color: #48a0e7; }
923
+
924
+ #joint-itu-iso-iec {
925
+ border-bottom: solid 3px #48a0e7; }
926
+
927
+ #in-force-band {
928
+ background-color: #d9f39d; }
929
+
930
+ #in-force {
931
+ border-bottom: solid 3px #d9f39d; }
932
+
933
+ #in-force-prepublished-band {
934
+ background-color: #fdf906; }
935
+
936
+ #in-force-prepublished {
937
+ border-bottom: solid 3px #fdf906; }
938
+
939
+ #superseded-band {
940
+ background-color: #fd06fd; }
941
+
942
+ #superseded {
943
+ border-bottom: solid 3px #fd06fd; }
944
+
945
+ #superseded-draft-band {
946
+ background-color: #fd06fd; }
947
+
948
+ #superseded-draft {
949
+ border-bottom: solid 3px #fd06fd; }
950
+
951
+ #withdrawn-band {
952
+ background-color: #7e0d13; }
953
+
954
+ #withdrawn {
955
+ border-bottom: solid 3px #7e0d13; }
956
+
957
+ .icon-svg {
958
+ width: 100%;
959
+ color: #5ecf86; }
960
+
961
+ .wrapper-top {
962
+ background: #fff;
963
+ color: #141115;
964
+ padding: 3em 0 6em 10em;
965
+ margin-left: 0em;
966
+ background: url(data:image/png;base64,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);
967
+ background-repeat: repeat-y;
968
+ background-size: 100px; }
969
+
970
+ .doc-type {
971
+ font-size: 18px;
972
+ letter-spacing: 4px;
973
+ color: #797979;
974
+ margin-bottom: 42px; }
975
+
976
+ .ITU-sector, .doc-identifier {
977
+ font-size: 42px;
978
+ font-weight: 800;
979
+ display: inline; }
980
+
981
+ .doc-info-left {
982
+ float: right;
983
+ padding-right: 42px; }
984
+
985
+ .doc-identifier, .publication-month {
986
+ display: block;
987
+ text-align: right; }
988
+
989
+ .publication-month {
990
+ font-size: 18px;
991
+ padding-top: 10px;
992
+ line-height: 1; }
993
+
994
+ .doc-category {
995
+ text-transform: uppercase;
996
+ font-size: 16px;
997
+ line-height: 1.2; }
998
+
999
+ .coverpage-title {
1000
+ margin-top: 42px; }
1001
+ .coverpage-title span {
1002
+ display: block;
1003
+ font-size: 20px;
1004
+ line-height: 1.5; }
1005
+
1006
+ .coverpage-maturity,
1007
+ .coverpage-stage {
1008
+ font-family: {{bodyfont}};
1009
+ font-weight: 400;
1010
+ font-size: 1em;
1011
+ margin: 0 0 2em 0;
1012
+ text-transform: uppercase; }
1013
+
1014
+ span.doc-title, span.doc-annextitle {
1015
+ font-size: 26px;
1016
+ font-weight: 800;
1017
+ margin-top: 20px;
1018
+ margin-right: 42px; }
1019
+
1020
+ span.doc-title {
1021
+ border-top: 2px solid #DA1D52; }
1022
+
1023
+ .doc-footer {
1024
+ margin-top: 100px; }
1025
+ .doc-footer .keywords {
1026
+ display: block; }
1027
+ .doc-footer div {
1028
+ clear: both; }
1029
+ .doc-footer span, .doc-footer .keywords {
1030
+ font-size: 18px;
1031
+ font-weight: 400;
1032
+ letter-spacing: 0;
1033
+ color: black;
1034
+ float: left;
1035
+ padding-right: 10px; }
1036
+
1037
+ .WordSection11 {
1038
+ padding: 0 2em 0 3em; }
1039
+
1040
+ .info-section {
1041
+ padding: 0; }
1042
+ @media print {
1043
+ .info-section {
1044
+ display: none; } }
1045
+ .prefatory-section {
1046
+ padding: 0 3em 0 6em; }
1047
+
1048
+ .zzSTDTitle1, .zzSTDTitle2, .zzSTDTitle3, .MsoCommentText {
1049
+ display: none; }
1050
+
1051
+ .coverpage {
1052
+ text-align: left;
1053
+ padding-left: 1.5em; }
1054
+ @media print {
1055
+ .coverpage {
1056
+ height: 23cm; } }
1057
+ /* Document Identity */
1058
+ .coverpage-doc-identity {
1059
+ font-size: 2em;
1060
+ line-height: 2em; }
1061
+
1062
+ .coverpage-title .title-second {
1063
+ display: none; }
1064
+
1065
+ .coverpage-stage-block {
1066
+ font-family: {{bodyfont}};
1067
+ font-weight: 600;
1068
+ font-size: 1.25em;
1069
+ margin: 2em 0em 2em 0em;
1070
+ text-transform: uppercase; }
1071
+
1072
+ /* Draft Warning */
1073
+ .coverpage-warning {
1074
+ border: #f36f36 solid 2px;
1075
+ color: #f36f36 !important;
1076
+ margin: 1em 2em;
1077
+ color: #2e81c2;
1078
+ padding: 2em 1em 1em 1em;
1079
+ border-radius: 25px; }
1080
+
1081
+ .coverpage-warning h1 {
1082
+ margin-top: 0em; }
1083
+
1084
+ .coverpage-warning .title {
1085
+ font-family: {{bodyfont}};
1086
+ font-weight: 300;
1087
+ text-transform: uppercase;
1088
+ font-size: 1.2em; }
1089
+
1090
+ /* Copyright */
1091
+ .copyright {
1092
+ padding: 1em;
1093
+ font-size: 0.9em;
1094
+ text-align: left; }
1095
+ @media print {
1096
+ .copyright {
1097
+ page-break-before: always; } }
1098
+ #myBtn {
1099
+ font-family: {{monospacefont}};
1100
+ font-variant-ligatures: none;
1101
+ display: none;
1102
+ position: fixed;
1103
+ bottom: 20px;
1104
+ right: 30px;
1105
+ z-index: 99;
1106
+ font-size: 12px;
1107
+ border: none;
1108
+ outline: none;
1109
+ background-color: #00539F;
1110
+ opacity: 0.15;
1111
+ color: white;
1112
+ cursor: pointer;
1113
+ padding: 10px 15px 10px 15px;
1114
+ border-radius: 4px; }
1115
+ #myBtn:hover {
1116
+ opacity: 1; }
1117
+ @media print {
1118
+ #myBtn {
1119
+ display: none; } }
1120
+ @media print {
1121
+ #myBtn {
1122
+ background-color: white; } }
1123
+ a.anchorjs-link:hover {
1124
+ background: none;
1125
+ color: #2e81c2;
1126
+ box-shadow: none; }
1127
+
1128
+ @page {
1129
+ margin: 2cm 1cm; }
1130
+
1131
+ @media print {
1132
+ .document-info, nav {
1133
+ page-break-before: always; }
1134
+ nav {
1135
+ page-break-after: always;
1136
+ line-height: 1;
1137
+ position: relative;
1138
+ width: auto;
1139
+ font-size: 0.9em;
1140
+ overflow: auto;
1141
+ padding: 0;
1142
+ margin-right: 0;
1143
+ background-color: white; }
1144
+ .note, .figure, pre, table {
1145
+ page-break-inside: avoid; }
1146
+ .wrapper-top {
1147
+ top: 0;
1148
+ padding-top: 4cm;
1149
+ padding-bottom: 4cm; }
1150
+ .wrapper-top-bottom {
1151
+ margin-top: -5px;
1152
+ display: none; }
1153
+ .Note {
1154
+ background-color: #fff495;
1155
+ color: #47430c;
1156
+ padding: 5px;
1157
+ margin: 2em 0 1em 0; }
1158
+ .Note p {
1159
+ padding: 0 5px 0 5px; } }