bugfix: remove extra /TMPL_IF
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css");
2
3 a, a:link, a:visited, a:active {
4         color : #0000CC;
5 }
6
7 a:hover {
8         color : #669ACC;
9 }
10
11 body {
12         text-align : left;
13 }
14
15 br.clear {
16         clear : both;
17         line-height : 1px;
18 }
19
20 form {
21         display : inline;
22 }
23
24 h1 {
25         font-size : 161.6%;
26         font-weight : bold;
27 }
28
29 h2 {
30         font-size : 146.5%;
31         font-weight : bold;
32 }
33
34 h3 {
35         font-size : 131%;
36         font-weight : bold;
37 }
38
39 h4 {
40         font-size : 116%;       
41         font-weight : bold;
42 }
43
44 h5 {
45         font-size : 100%;       
46         font-weight : bold;
47 }
48
49 h6 {
50         font-size : 93%;
51         font-weight : bold;
52 }
53
54 h1,h2,h3,h4,h5,h6 {
55         margin : .3em 0;
56 }
57
58 p {
59         margin: .5em 0 .5em 0;
60 }
61
62 strong {
63         font-weight : bold;
64 }
65
66 em {
67         font-style : italic;
68 }
69
70 .subfield-label {
71     font-style : italic;
72 }
73
74 #hd {
75 }
76
77 #navigation {
78         border-right : 1px solid #BCBCBC;
79 }
80
81 #navigation li {
82         font-weight : bold;
83 }
84
85 #navigation li li {
86         font-weight : normal;
87 }
88
89 #navigation input {
90         font-size : 85%;
91 }
92
93 #ft {
94 }
95
96 .yui-u {
97 }
98
99 #doc, #doc1, #doc2, #doc3 {
100         padding-top : 1em;
101 }
102
103 #login   {
104         position : absolute;
105         top : 3px;
106         right : .5em;
107 }
108
109 #login a {
110
111 }
112
113 ul {
114         padding-left : 1.1em;
115 }
116
117 li {
118         
119         list-style-type : disc;
120 }
121
122 li li {
123         list-style-type : circle;
124 }
125
126 #header {
127         background-color : #F3F3F3;
128         border-bottom : 1px solid #E8E8E8;
129 }
130
131 #header:after { /* clearing without presentational markup, IE gets extra treatment */
132     display: block;
133     clear: both;
134     content: " ";
135 }
136
137 #sitetitle {
138 /*      background-image : url("../../img/koha-logo-black.png");
139         background-position : 5px 2px;
140         background-repeat : no-repeat;
141         float : left;
142         height : 54px;
143         padding-left : 50px;*/
144         border-bottom : 1px solid #E8E8E8;
145 }
146
147 #sitetitle h1 {
148         display : inline;
149         line-height : 54px;
150 }
151
152 #sitetitle h1 a {
153         text-decoration : none;
154 }
155
156 #toplevelnav {
157         float : left;
158         line-height : 2em;
159 }
160
161 #submenu {
162         margin : 0 0 .5em 0;
163         padding : 0;
164 }
165
166 #submenu ul {
167         margin : 0;
168         padding : 0;    
169 }
170
171 #submenu ul li {
172         padding-left : 0;
173 }
174
175 /*#toplevelnav ul {
176         margin : 0;
177         padding : 0;
178 }
179
180 #toplevelnav li, #submenu li {
181         display : inline;
182         border-right : 1px solid #E8E8E8;
183         padding : 0 .5em;
184         white-space : nowrap;
185 }
186
187 #toplevelnav li:last-child, #submenu li:last-child {
188         border : 0;
189 }*/
190
191 table {
192         border-collapse : collapse;
193         border-top : 1px solid #BCBCBC;
194         border-right : 1px solid #BCBCBC;
195 }
196
197 td, th {
198         border-bottom : 1px solid #BCBCBC;
199         border-left : 1px solid #BCBCBC;
200         padding : .2em .3em;
201 }
202
203 td {
204         background-color : White;
205 }
206
207 th {
208         background-color : #E8E8E8;
209         font-weight : bold;
210 }
211
212 tr.highlight td, td.highlight {
213         background-color : #F3F3F3;
214 }
215
216 td.od {
217         color : #cc0000;
218         font-weight : bold;
219 }
220
221 tr.warn td {
222         background-color: #FF9090;
223 }
224
225 tr.onissue td {
226         background-color: #FFFFCC;
227 }
228
229 tr.highlight.onissue td {
230         background-color: #FFFFE1;
231 }
232
233 caption {
234         font-size : 153.9%;
235         font-weight : bold;
236 }
237
238 span.problem {
239         background-color : #FFFFCC;
240         color : #990000;
241         font-weight : bold;
242         line-height : 1.7em;
243 }
244
245 fieldset {
246         border : 2px solid #EEEEEE;
247         margin : 1em 1em 1em 0;
248         padding : 1em;
249 }
250
251 legend {
252         font-size : 123.1%;
253         font-weight : bold;
254         margin : 0 0 0 -1em;
255         padding : 0;
256 }
257
258 #breadcrumbs {
259         background-color : #F3F3F3;
260         border-bottom : 1px solid #E8E8E8;
261         clear : both;
262         font-size : 90%;
263         padding :.2em .5em .4em 10px;
264 }
265
266 #header+#breadcrumbs {
267         margin-top : 1em;
268 }
269
270 #commonsearch {
271         display : inline;
272 }
273
274
275 div#header_search {
276         background-image : url("../../img/koha-logo-medium.gif");
277         background-position : .5em .5em;
278         background-repeat : no-repeat;
279         float: left;
280         padding-left : 14.2em;
281         margin: .3em 0 .5em 0;
282         min-height : 52px;
283 }
284
285 div#header_search input {
286         font-size : 1.3em;
287 }
288
289 div#header_search ul.link-tabs {
290         font-family : Arial, Geneva, sans-serif;
291         margin-bottom : -4px;
292 }
293
294 div#header_search ul.link-tabs li.on a,
295 div#header_search ul.link-tabs li a,
296 div#header_search ul.link-tabs li.off a {
297         padding : 0.1em .5em .2em .5em;
298 }
299
300 div#header_search div.residentsearch {
301         border : 0;
302         border-bottom : 1px solid #FF9900;
303         padding : 0 0 .2em 0;
304 }
305
306 div#reserves,div#checkouts {
307         border : 1px solid #E8E8E8;
308         padding : 1em;
309 }
310
311 div#header_search .tip {
312         font-size: 93%;
313         color : Gray;
314 }
315
316 .ex {
317         font-family : "Courier New", Courier, fixed-width;
318         font-weight : bold;
319 }
320
321 /* ClickMenu Overrides */
322
323 ul#toplevelmenu li {
324         display : inline;
325         list-style: none;
326 }
327
328 ul#toplevelmenu li ul {
329 }
330
331 div.cmDiv
332 {
333         border: 0;
334         background-color: #F3F3F3;
335 }
336
337 .clickMenu li.more a {
338         background-image: url("../../img/more-arrow.gif");
339         background-position: right;
340         background-repeat: no-repeat;
341         padding-right : 13px;
342 }
343
344 .clickMenu li.more li a {
345         background-image : none;
346         padding-right : 0;
347         white-space : nowrap;
348 }
349
350 .clickMenu
351 {
352         margin: 0;
353         padding: 0;
354         cursor: default;
355 }
356 .clickMenu, .clickMenu ul
357 {
358         list-style: none;
359 }
360 .clickMenu ul
361 {
362         margin: 0;
363         padding: 2px;
364         border: 0;
365         background-color: #F3F3F3;
366         min-width: 100px; /* ie doesnt know this :/ */
367         //float: left;/*ie again*/
368         //width: 100%;/*and again*/
369 }
370 .clickMenu div.outerbox
371 {
372         display: none;
373         min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
374 }
375 .clickMenu div.inner
376 {
377         //top: 20px; /* for ie */
378         left: 0;
379         margin: 0;
380 }
381 .clickMenu div.inner div.outerbox
382 {
383         margin: 0;
384         left: 98px;
385         //left: 90px; /* for ie */
386         top: -3px;
387 }
388 .clickMenu li
389 {
390         list-style-type : none;
391         position: relative;
392         padding: 0 20px 0 2px;
393         /*white-space: nowrap; does not really work in ie */
394 }
395 .clickMenu li.main
396 {
397         float: left;
398         padding: 0 10px;
399         background-color: #F3F3F3;
400         //height: 20px; /* for ie */
401 }
402 .clickMenu li.main li
403 {
404         z-index: 2;
405         min-width: 78px;
406 }
407 .clickMenu li.hover
408 {
409         z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
410         background-color : transparent;
411 }
412 .clickMenu img.liArrow
413 {
414         position: absolute;
415         right: 5px;
416         top: 0.41em;
417 }
418 .clickMenu ul a {
419         cursor: default;
420 }
421
422 ul.innerBox a {
423         cursor : pointer;
424 }
425
426 ul.innerBox {
427         border: 1px solid #E8E8E8;
428 }
429
430 div.yui-b h5 {
431         font-size : 100%;
432         margin : .5em 0;
433 }
434
435 dt {
436         font-size : 110%;
437         font-weight : bold;
438 }
439
440 dd {
441         padding : .2em;
442         text-indent : 1.5em;
443 }
444
445 div#toolbar {
446         background-color : #F3F3F3;
447         margin-bottom : .7em;
448 }
449
450 ul.toolbar {
451         padding-left : 0;
452 }
453
454 .yui-menu-button  {
455         
456 }
457
458 ul.toolbar li {
459         display : inline;
460         list-style : none;
461 }
462
463 div.message {
464    border : 1px solid #6699CC;
465         width : 33%;
466         margin : 1em;
467         padding : .5em;
468 }
469
470 div.patroninfo {
471         margin-top : -.5em;
472 }
473
474 div.patroninfo h5 {
475         background-color : #FCFAF3;
476         /*border-top :  1px solid #CCCC99;
477         border-left :  1px solid #CCCC99;*/
478         border-right :  1px solid #CCCC99;
479         margin-bottom : 0;
480         padding-left : .5em;
481         padding-top : .3em;
482         padding-bottom : .5em;
483 }
484
485 div.patroninfo ul {
486         /*border : 1px solid #CCCC99;*/
487         border-right : 1px solid #CCCC99;
488         border-bottom : 0;
489         border-top : 0;
490         background-color : #FCFAF3;
491         padding-bottom : .5em;
492 }
493
494 div.patroninfo ul li, div.patronviews ul li {
495         list-style-type : none;
496 }
497
498 div.patronviews {
499         background-color : #FDFCF7;
500         /*border-left : 1px solid #CCCC99;
501         border-bottom : 1px solid #CCCC99;*/
502         border-right :  1px solid #CCCC99;
503         border-top : 1px solid #CCCC99;
504         margin-bottom : .5em;
505         padding : .5em 0 .5em 0;
506 }
507
508 a.member-edit {
509         float : right;
510         background-color : #DBECC8;
511         margin-top : .5em;
512         padding : .3em;
513         text-align : right;
514         text-decoration : none;
515 }
516
517 fieldset.brief {
518         border : 1px solid #E8E8E8;
519 }
520
521 fieldset.brief label {
522         display : block;
523         font-weight : bold;
524         padding : .3em 0;
525 }
526
527 fieldset.brief ol, fieldset.brief li {
528         list-style-type : none;
529 }
530
531 fieldset.brief div.hint, fieldset.rows div.hint {
532         color : #999999;
533         font-size : 95%;
534         margin-bottom : .4em;
535 }
536
537 fieldset.rows {  
538 border-width : 1px;
539 border-bottom : 1px solid black;
540 float : left;
541 font-size : 90%;
542 clear : left;
543 margin: .9em 0 0 0;  
544 padding: 0;
545 width: 100%; 
546 }
547
548 fieldset.rows legend {  
549         margin-left: 1em;
550         font-weight: bold;
551         font-size : 110%;
552 }
553
554 fieldset.rows label, fieldset.rows span.label {  
555         float: left;  
556         font-weight : bold;
557         width: 6em;  
558         margin-right: 1em;  
559         text-align: right;
560 }
561
562 fieldset.rows fieldset {
563         border-width : 1px;
564         margin : 0;
565         padding : .3em;
566 }
567
568 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
569         width: 9em;  
570 }
571
572 .yui-b fieldset.rows div.hint {
573         margin-left : 10.5em;
574 }
575
576 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
577         width: 6em;  
578 }
579
580 .yui-u fieldset.rows div.hint {
581         margin-left : 7.5em;
582 }
583
584 fieldset.rows.left label, fieldset.rows.left span.label {
585         width : 8em;
586         text-align : left;      
587 }
588
589 fieldset.rows ol {  
590 padding: 1em 1em 0 1em;  
591 list-style-type: none;
592 }
593
594 fieldset.rows li {  
595 float : left;
596 clear : left;
597 padding-bottom: 1em;
598 list-style-type: none;
599 width: 100%; 
600 }
601
602 fieldset.rows.left li {
603         padding-bottom : .4em;
604 }
605
606 fieldset.rows li.radio {
607         padding-left: 9em;
608         width : auto;
609 }
610
611 fieldset.rows li.radio label {
612         float : none;
613         width : auto;
614         margin : 0 0 0 1em;
615 }
616
617 fieldset.rows ol.radio label {
618         width : auto;
619         float : none;
620         margin-right : 0;
621 }
622
623 fieldset.rows ol.radio label.radio {
624         float : left;
625         width : 12em;
626         margin-right : 1em;
627 }
628
629 fieldset.rows table {
630         clear : both;
631         margin-left : 1em;
632 }
633
634 fieldset.rows td label {
635         float : none;
636         font-weight : normal;
637         width : auto;
638 }
639
640 fieldset.action {
641         clear : both;
642         float : none;
643         border : none;
644         margin : 0;
645         padding : 1em 0 .3em 0;
646         width : auto;
647 }
648
649 a.cancel {
650         padding-left : 1em;
651 }
652
653 fieldset.rows fieldset.action {
654         padding : 0 0 1em 1em;
655 }
656
657 fieldset.rows .inputnote {
658         float : left;
659         margin : .5em 0 0 10em;
660 }
661
662 .tabs-nav li {
663         list-style : none;
664 }
665
666 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
667    background : none;
668         display : block;
669         padding: .2em .5em .25em .5em;
670 }
671
672 .tabs-nav a, .tabs-nav span.a {
673     z-index : auto;
674 }
675
676 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
677         background-color : #FFFFCC;
678         border-top: 1px solid #FFFFCC;
679         border-right: 1px solid #FF9900;
680         border-bottom: 1px solid #FF9900;
681         border-left: 1px solid #FFCC66;
682         font-weight : bold;
683         text-align : center;
684         text-decoration : none;
685         top : -1px;
686 }
687
688 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
689     background-position : inherit;
690     outline: 0; /* prevent dotted border in Firefox */
691 }
692 .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active, .tabs-nav span.a {
693     background-position: inherit;
694 }
695
696 .tabs-nav .tabs-selected a:hover {
697         color : #0000CC;
698 }
699
700 .tabs-nav li.tabs-selected {
701         background-color : #FFFFCC;
702 }
703
704 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
705          background : none;
706     outline: 0; /* prevent dotted border in Firefox */
707 }
708
709 .tabs-container {
710     border-top: 0;
711     padding : inherit;
712     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
713 }
714 .tabs-loading em {
715     padding: inherit;
716     background: none;
717 }
718 .toptabs {
719         margin-top : 1em;
720 }
721
722 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
723     top: 0;
724  }
725
726 .toptabs .tabs-nav li {
727         margin-right : .5em;
728 }
729
730 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
731         background-color : #F3F3F3;
732         border-top : 1px solid #E8E8E8;
733         border-left : 1px solid #E8E8E8;
734         border-right : 1px solid #E8E8E8;
735         border-bottom : 0;
736         text-align : center;
737         text-decoration : none;
738 }
739
740 .toptabs .tabs-nav li.tabs-selected  {
741         background-color : #FFF;
742 }
743
744 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
745         background-color : #FFF;
746         border-top : 1px solid #E8E8E8;
747         border-left : 1px solid #E8E8E8;
748         border-right : 1px solid #E8E8E8;
749         border-bottom : 1px solid #FFF;
750         margin-bottom : -5px;
751         text-align : center;
752 }
753
754 .toptabs.numbered .tabs-nav li {
755         min-width : 3em;
756 }
757
758 .toptabs .tabs-container {
759         border : 1px solid #E8E8E8;
760         padding : 1em;
761 }
762
763 .checkedout {
764         color : #999999;
765         font-style : italic;
766 }
767
768 .subfield_not_filled {
769         background-color : #FFFF99;
770 }
771 .content_hidden {
772     visibility:hidden; /* you propably don't need to change this one */
773     display:none;
774 }
775
776 /* the property for the displayed tab */
777 .content_visible {
778     visibility:visible; /* you propably don't need to change this one */
779     display:block;
780 }
781 #addbiblio a, #addchild a, #newentry a {
782         padding-left : 34px;
783         background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
784         background-position : center left;
785         background-repeat : no-repeat;
786 }
787
788 #deletebiblio button, #deletebiblio a, #deletepatron a {
789         padding-left : 34px;
790         background-image: url("/intranet-tmpl/prog/img/toolbar-delete.gif");
791         background-position : center left;
792         background-repeat : no-repeat;
793 }
794
795 #printbiblio button, #printbiblio a {
796         padding-left : 34px;
797         background-image: url("/intranet-tmpl/prog/img/toolbar-print.gif");
798         background-position : center left;
799         background-repeat : no-repeat;
800 }
801
802 #addtoshelf button, #addtoshelf a {
803         padding-left : 34px;
804         background-image: url("/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif");
805         background-position : center left;
806         background-repeat : no-repeat;
807 }
808
809 #placehold a {
810         padding-left : 34px;
811         background-image: url("/intranet-tmpl/prog/img/toolbar-hold.gif");
812         background-position : center left;
813         background-repeat : no-repeat;
814 }
815
816 div.error {
817         border : 2px dashed #990000;
818         background-color : #FFFF99;
819         padding : .5em;
820         margin : 1em;
821 }
822
823 ol.bibliodetails {
824         float: left;
825         margin : 0 0 1em 1em;
826 }
827
828 ol.bibliodetails li {
829         border-bottom: 1px solid #E8E8E8;
830         list-style-type : none;
831         padding : .1em;
832 }
833
834 ol.bibliodetails span.label {
835         border-right : 1px solid #E8E8E8;
836         float : left;
837         font-weight: bold;
838         width: 12em;  
839         margin-right: 1em;  
840 }
841
842 div.sysprefs h3 {
843         margin : .2em 0 .2em .4em;
844 }
845
846 div.sysprefs dl {
847         margin-left : 1.5em;
848 }
849
850 div.sysprefs div.hint {
851         width : 25%;
852         float : right;
853         padding : .5em;
854         margin : .7em;
855 }
856
857 tr.highlight td {
858         background-color : #F6F6F6;
859 }
860
861 tr.highlight th {
862         background-color : #DDDDDD;
863 }
864
865 #circ_circulation_issue label {
866         font-size: 105%;
867         font-weight : bold;
868 }
869
870 #circ_circulation_issue div.hint {
871         color : #666666;
872         margin: .2em 0;
873 }
874
875 tr.expired td {
876         color : #999999;
877 }
878
879 span.expired {
880         color : #990000;
881         font-style : italic;
882 }
883
884 div.subfield_line label {
885     font-size:75%;
886     float: left;
887     width: 200px;
888     text-align: left;
889     clear:left;
890 }
891
892 div.help {
893         margin: .9em 0 0 0;  
894 }
895
896 .blocker {
897         color : #990000;
898 }
899
900 .circmessage li {
901         list-style : url(../../img/arrow-bullet.gif);
902         margin-bottom : .2em;
903 }
904
905 div.circmessage:first-child {
906         margin-top : 1em;
907 }
908
909 div.circmessage {
910         border: 1px solid #CCC;
911         padding: .4em;
912         margin-bottom : .3em;
913 }
914
915 span.circ-hlt {
916         color : #cc0000;
917         font-weight : bold;
918 }
919
920 div.first fieldset {
921         margin-right : 0;
922 }
923
924 .dialog {
925   width: 50%;
926   float:left;
927   background: url(../../img/dropshadow-alpha.png) no-repeat bottom right !important;
928   background: url(../../img/dropshadow.gif) no-repeat bottom right;
929   margin: 10px 0 0 10px !important;
930   margin: 10px 0 0 5px;
931   }
932
933 .dialog div {
934   background: none !important;
935   background: url(../../img/dropshadow-mask.gif) no-repeat left top;
936   padding: 0 !important;
937   padding: 0 6px 6px 0;
938   }
939
940 .dialog div.confirm {
941   background-color: #fff;
942   background : url(../../img/dialog-bg.gif) repeat-x left 0 !important;
943   font: 1em sans-serif;
944   border: 1px solid #bcbcbc;
945   padding: 4px !important;
946   margin: -6px 6px 6px -6px !important;
947   margin: 0;
948   text-align : center;
949   }
950   
951  div.confirm input {
952         background-color : #FFF;
953         border : 1px solid #bcbcbc;
954         margin : .4em;
955         padding : .4em .4em .4em 25px;
956  }
957  
958  div.confirm input.approve {
959         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
960  }
961
962  div.confirm input.deny {
963         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
964  }
965  
966  div.confirm input:hover {
967         background-color : #ffc;
968  }
969  
970  div.results {
971         padding : .7em 0;
972  }
973  
974  .accesskey {
975         text-decoration : underline;
976  }
977  
978  #changelanguage {
979         background-color : #F3F3F3;
980         border-top : 1px solid #E8E8E8;
981         font-size : 93%;
982         margin-top : 2em;
983         padding : .3em .5em .5em .5em;
984  }
985  
986  #changelanguage ul {
987         margin : 0;
988         padding : 0;
989  }
990  
991  #changelanguage li {
992         border-left : 1px solid #CCC;
993         display : inline;
994         list-style : none;
995         padding : 0 .5em;
996  }
997  
998  #changelanguage li:first-child {
999         border-left : 0;
1000  }
1001  
1002 .required {
1003     color : #C00;
1004 }
1005
1006 span.required {
1007         font-style : italic;
1008 }
1009
1010 .term {
1011     background-color:yellow;
1012 }
1013
1014 div#menu {
1015         border-right: 1px solid #000;
1016         margin-right: .5em;
1017         padding-top: 1em;
1018         padding-bottom: 2em;
1019 }
1020
1021 div#menu li a {
1022         text-decoration: none;
1023         display: block;
1024         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1025         border: 1px solid #000;
1026         font-size: 111%;
1027         margin: .5em 0;
1028         padding: .4em .3em;
1029         margin-right :  -1px;
1030 }
1031
1032 div#menu li a:hover {
1033         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1034 }
1035
1036 div#menu li.active a:hover {
1037         background-color: #fff;
1038         color :  #0000CC;
1039 }
1040
1041 #menu ul li {
1042         list-style-type: none;
1043 }
1044
1045 #menu ul li.active a {
1046         background-color: #FFF;
1047         background-image : none;
1048         border-right: 0;
1049         font-weight: bold;
1050 }