metanorma-itu 2.1.8 → 2.1.8.1

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