Bug 7180: (follow-up) fix various issues
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("../lib/yui/reset-fonts-grids.css") screen;
2 @import url("../lib/yui/skin.css");
3
4 input:focus, textarea:focus {
5     border-color:#538200;
6     border-style:solid;
7     border-radius: 4px;
8 }
9
10 ::selection      { background:#538200; color:#ffffff; /* Safari and Opera */ }
11 ::-moz-selection  { background:#538200; color:#ffffff; /* Firefox */ }
12
13 a, a:link, a:visited {
14     color : #004d99;
15     text-decoration: none;
16 }
17
18 a:hover, a:active {
19     color : #538200;
20     text-decoration: none;
21 }
22
23 .yui-button {
24     border-radius: 5px;
25 }
26
27 .yui-button .first-child {
28     border-radius: 5px;
29 }
30
31 .yui-button,.yui-button a:link,.yui-button a:visited {
32         color : #000;
33 }
34
35 a.yuimenuitemlabel {
36         color: #000000;
37 }
38
39 .overdue,
40 .debit {
41         color : #cc0000;
42 }
43
44 a.popup {
45         background : transparent url("../../img/pop-up-link.png") center right no-repeat;
46         padding-right : 15px;
47 }
48
49 body {
50         text-align : left;
51     padding:0 0 4em 0;
52   font-family: arial, verdana, helvetica, sans-serif;
53 }
54
55 br.clear {
56         clear : both;
57         line-height : 1px;
58 }
59
60 form {
61         display : inline;
62 }
63
64 form.confirm {
65         display : block;
66         text-align : center;
67 }
68
69 h1 {
70         font-size : 161.6%;
71         font-weight : bold;
72 }
73
74 h2 {
75         font-size : 146.5%;
76         font-weight : bold;
77 }
78
79 h3 {
80         font-size : 131%;
81         font-weight : bold;
82 }
83
84 h4 {
85         font-size : 116%;       
86         font-weight : bold;
87 }
88
89 h5 {
90         font-size : 100%;       
91         font-weight : bold;
92 }
93
94 h6 {
95         font-size : 93%;
96         font-weight : bold;
97 }
98
99 h1,h2,h3,h4,h5,h6 {
100         margin : .3em 0;
101 }
102
103 p {
104         margin: .5em 0 .5em 0;
105 }
106
107 strong {
108         font-weight : bold;
109 }
110
111 strong em {
112         font-weight : bold;
113         font-style : italic;
114 }
115
116 em, cite {
117         font-style : italic;
118 }
119
120 em strong {
121         font-weight : bold;
122         font-style : italic;
123 }
124
125 .subfield-label {
126     font-style : italic;
127 }
128
129 .subfield-label span.subfield-code {
130     font-weight : bold;
131 }
132
133 #navmenulist li {
134         padding : .2em 0;
135         list-style-image : url("../../img/arrow-bullet.gif");
136         border-bottom : 1px solid #EEE;
137 }
138
139 #navmenulist li a {
140         text-decoration : none;
141 }
142
143 #doc, #doc1, #doc2, #doc3 {
144         padding-top : 1em;
145 }
146
147 #login_controls  {
148         position : absolute;
149         right : .5em;
150     padding: .4em .5em;
151 }
152
153 ul {
154         padding-left : 1.1em;
155 }
156
157 ul li {
158         list-style-type : disc;
159 }
160
161 ul li li {
162         list-style-type : circle;
163 }
164
165 ol {
166         padding-left : 1.5em;
167 }
168
169 ol li {
170         list-style : decimal;
171 }
172
173 .gradient {
174     background-image: linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
175     background-image: -o-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
176     background-image: -moz-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
177     background-image: -webkit-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
178     background-image: -ms-linear-gradient(top, rgb(230,240,242) 1%, rgb(255,255,255) 99%);
179
180     background-image: -webkit-gradient(
181         linear,
182         left top,
183         left bottom,
184         color-stop(0.1, rgb(230, 240, 242)),
185         color-stop(0.99, rgb(255,255,255))
186     );
187     display: inline-block;
188     width:100%;
189 }
190
191 .clearfix:after {
192     content: ".";
193     display: block;
194     height: 0;
195     clear: both;
196     visibility: hidden;
197 }
198
199 .clearfix {
200     display: inline-block;
201 }
202
203 /* Hides from IE-mac \*/
204 * html .clearfix {height: 1%;}
205 .clearfix {display: block;}
206 /* End hide from IE-mac */
207
208 table {
209         border-collapse : collapse;
210         border-top : 1px solid #BCBCBC;
211         border-right : 1px solid #BCBCBC;
212 }
213
214 table.invis,
215 table.invis tr,
216 table.invis td,
217 tr.highlight table.invis td {
218         border : none;
219 }
220
221 td, th {
222         border-bottom : 1px solid #BCBCBC;
223         border-left : 1px solid #BCBCBC;
224         padding : .2em .3em;
225 }
226
227 td {
228         background-color : White;
229         vertical-align : top;
230 }
231
232 table.indexes td {
233     vertical-align : middle;
234 }
235
236 td.borderless {
237     border-collapse : separate;
238     border : 0 none;
239 }
240
241 td.data,
242 th.data {
243         font-family : "Courier New", Courier, monospace;
244         text-align : right;
245 }
246
247 th {
248         background-color : #E8E8E8;
249         font-weight : bold;
250         text-align : center;
251 }
252
253 table+table {
254         margin-top : 1em;
255 }
256
257 #editions table, #editions td {
258         border : 0;
259 }
260
261 .highlighted-row { background-color: orange !important }
262
263 tr.highlight td,
264 tr.highlight th,
265 tr.odd td,
266 tr.odd.highlight td {
267         background-color : #F3F3F3;
268     border : 1px solid #BCBCBC;
269     border-right : 1px solid #BCBCBC;
270 }
271
272 tr.even td, tr.even.highlight td {
273         background-color: #FFF;
274     border-right : 1px solid #BCBCBC;
275 }
276
277 td.od {
278         color : #cc0000;
279         font-weight : bold;
280 }
281
282 tr.warn td {
283         background-color: #FF9090;
284 }
285
286 tr.onissue td {
287         background-color: #FFFFCC;
288 }
289
290 tr.odd.onissue td {
291         background-color: #FFFFE1;
292 }
293
294 tfoot td {
295         background-color : #f3f3f3;
296         font-weight : bold;
297 }
298
299 td.total {
300         text-align : right;
301 }
302
303 caption {
304         font-size : 133.9%;
305         font-weight : bold;
306         margin : .3em 0;
307 }
308
309 span.problem {
310         background-color : #FFFFCC;
311         color : #990000;
312         font-weight : bold;
313         line-height : 1.7em;
314 }
315
316 fieldset {
317         margin : 1em 1em 1em 0;
318         padding : 1em;
319     background-color:#f4f8f9;
320     border:2px solid #b9d8d9;
321     border-radius:5px;
322 }
323
324 legend {
325         font-size : 123.1%;
326         font-weight : bold;
327     border:2px solid #b9d8d9;
328     background-color:#ffffff;
329     border-radius:3px;
330     padding: 0.2em 0.5em;
331 }
332
333 #breadcrumbs {
334     background-color : #e6f0f2;
335     clear : both;
336     font-size : 90%;
337     padding :.2em .5em .4em 10px;
338     margin : 0;
339 }
340
341 #header+#breadcrumbs {
342         margin-top : 1em;
343 }
344
345 div.justify {
346     text-align: justify;
347 }
348
349 div#header_search {
350         background-position : .5em .5em;
351         background-repeat : no-repeat;
352         float: left;
353         margin: .3em 0 .5em 0;
354 }
355
356 div#header_search input {
357         font-size : 1.3em;
358 }
359
360 div#header_search div.residentsearch {
361         border : 0;
362     border-bottom : 1px solid #85ca11;
363         padding : 0 0 .2em 0;
364 }
365
366 div#reserves,div#checkouts {
367         border : 1px solid #B9D8D9;
368         padding : 1em;
369 }
370
371 .tip {
372         font-size: 93%;
373         color : Gray;
374 }
375
376 .single-line {
377         white-space: nowrap;
378 }
379
380 .ex {
381         font-family : "Courier New", Courier, fixed-width;
382         font-weight : bold;
383 }
384
385
386 div.yui-b h5 {
387         font-size : 100%;
388         margin : .5em 0;
389 }
390
391 dt {
392         font-weight : bold;
393 }
394
395 dd {
396         padding : .2em;
397         font-size : 90%;
398         text-indent : 2.5em;
399         font-weight : normal;
400 }
401
402 div#toolbar {
403        background-color : #EDF4F6;
404      padding: 5px 5px 5px 5px;
405       border-radius: 5px 5px 0 0;
406     border: 1px solid #E6F0F2;
407 }
408
409 ul.toolbar {
410         padding-left : 0;
411 }
412
413 ul.toolbar button {
414         padding-bottom : 2px;
415         font-family: arial, verdana, helvetica, sans-serif;
416 }
417
418 a.yuimenuitemlabel-disabled, #disabled a {
419         color: #999;
420 }
421 a.yuimenuitemlabel-disabled, #disabled2 a {
422  color: #999;
423 }
424 a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
425         color : #999;
426 }
427 a.highlight_toggle {
428     display : none;
429 }
430
431 ul.toolbar li {
432         display : inline;
433         list-style : none;
434 }
435
436 div.patroninfo {
437         margin-top : -.5em;
438 }
439
440 *html div.patroninfo {
441         margin-right : .5em;
442 }
443
444 div.patroninfo h5 {
445     border-right:1px solid #b9d8d9;
446         margin-bottom : 0;
447         padding-left : -.5em;
448         padding-top : .3em;
449         padding-bottom : .5em;
450 }
451
452 div.patroninfo h5:empty {
453     border-right: none;
454 }
455
456 div.patroninfo ul {
457         border : 0;
458     border-right:1px solid #b9d8d9;
459         border-bottom : 0;
460         border-top : 0;
461         padding : 0;
462         margin : 0;
463 }
464
465 div.patroninfo ul li {
466         margin : 0;
467 }
468
469 div.patroninfo ul li {
470         list-style-type : none;
471 }
472
473 div.patronviews {
474         border-right :  1px solid #000;
475         border-top : 1px solid #000;
476         margin-bottom : .5em;
477         padding : .5em 0 .5em 0;
478 }
479 }
480
481 .column-tool {
482         font-size: 80%;
483 }
484
485 fieldset.brief {
486     border : 2px solid #B9D8D9;
487 }
488
489 fieldset.brief label,
490 fieldset.brief span.label {
491         display : block;
492         font-weight : bold;
493         padding : .3em 0;
494 }
495
496 fieldset.brief ol, fieldset.brief li {
497         list-style-type : none;
498 }
499
500 .hint {
501         color : #999999;
502         font-size : 95%;
503 }
504
505 fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
506         font-size : 95%;
507         margin-bottom : .4em;
508 }
509
510 div.yui-b fieldset.brief {
511         padding : .4em .7em;
512 }
513
514 div.yui-b fieldset.brief ol {
515         font-size : 85%;
516         margin : 0;
517         padding : 0;
518 }
519
520 div.yui-b fieldset.brief select {
521         width: 12em;
522 }
523 div.yui-b fieldset.brief li.radio {
524         padding : .7em 0;
525 }
526 div.yui-b fieldset.brief li.radio label,
527 div.yui-b fieldset.brief li.dateinsert label,
528 div.yui-b fieldset.brief li.dateinsert span.label,
529 div.yui-b fieldset.brief li.radio span.label {
530         display : inline;
531 }
532
533 div.yui-b fieldset.brief li.radio input {
534         padding:0.3em 0;
535 }
536
537 div.yui-b fieldset.brief fieldset {
538         margin : 0 .3em;
539         padding : .5em;
540 }
541
542 div.yui-b fieldset.brief fieldset legend {
543         font-size : 85%;
544 }
545
546 fieldset.rows {  
547 border-width : 1px;
548 border:2px solid #b9d8d9;
549 float : left;
550 font-size : 90%;
551 clear : left;
552 margin: .9em 0 0 0;  
553 padding: 0;
554 width: 100%; 
555 }
556
557 fieldset.rows.unselected {
558     background-color: white;
559     border-width : 0px;
560     border: 0;
561 }
562
563 fieldset.rows legend {  
564         margin-left: 1em;
565         font-weight: bold;
566         font-size : 110%;
567 }
568
569 fieldset.rows label, fieldset.rows span.label {  
570         float: left;  
571         font-weight : bold;
572         width: 6em;  
573         margin-right: 1em;  
574         text-align: right;
575 }
576
577 fieldset.rows fieldset {
578     background-color: transparent;
579         border-width : 1px;
580     margin : 1em;
581         padding : .3em;
582 }
583
584 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
585         width: 9em;  
586 }
587
588 .yui-b fieldset.rows div.hint {
589         margin-left : 10.5em;
590 }
591
592 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
593         width: 10em;  
594 }
595
596 .yui-u fieldset.rows div.hint {
597         margin-left : 7.5em;
598 }
599
600 fieldset.rows.left label, fieldset.rows.left span.label {
601         width : 8em;
602         text-align : left;      
603 }
604
605 fieldset.rows ol {  
606 padding: 1em 1em 0 1em;  
607 list-style-type: none;
608 }
609
610 fieldset.rows li {  
611 float : left;
612 clear : left;
613 padding-bottom: 1em;
614 list-style-type: none;
615 width: 100%; 
616 }
617
618 fieldset.rows.left li {
619         padding-bottom : .4em;
620 }
621
622 fieldset.rows li.radio {
623         padding-left: 9em;
624         width : auto;
625 }
626
627 fieldset.rows li.radio label {
628         float : none;
629         width : auto;
630         margin : 0 0 0 1em;
631 }
632
633 fieldset.rows ol.radio label {
634         width : auto;
635         float : none;
636         margin-right : 0;
637 }
638
639 fieldset.rows ol.radio label.radio {
640         float : left;
641         width : 12em;
642         margin-right : 1em;
643 }
644
645 fieldset.rows caption {
646     font-size : 120%;
647 }
648
649 fieldset.rows p {
650     margin : 1em 0 1em 1em;
651 }
652
653 fieldset.rows table {
654         font-size : 105%;
655         clear : both;
656         margin : 1em 0 1em 1em;
657 }
658
659 fieldset.rows td label {
660         float : none;
661         font-weight : normal;
662         width : auto;
663 }
664
665 fieldset.rows label.yesno {
666         float : none;
667         width : auto;
668 }
669
670 fieldset.rows label.error {
671         float: none;
672         margin-left: 1em;
673         width: auto;
674 }
675
676 fieldset.action, div.action {
677     background-color: transparent;
678         clear : both;
679         float : none;
680     border : 0px;
681   margin: 0;
682      padding: .4em .4em .4em .1em;
683   width: auto;
684 }
685
686 div.rows+div.rows {
687     margin-top : .6em;
688 }
689
690 div.rows {
691 float : left;
692 clear : left;
693 margin: 0 0 0 0;  
694 padding: 0;
695 width: 100%; 
696 }
697
698
699 div.rows span.label {  
700         float: left;  
701         font-weight : bold;
702         width: 9em;  
703         margin-right: 1em;  
704         text-align: left;
705 }
706
707 div.rows ol {  
708 padding: .5em 1em 0 0;  
709 list-style-type: none;
710 }
711
712 div.rows ol li li {
713         border-bottom: 0;
714 }
715
716 div.rows li {
717 border-bottom :  1px solid #EEE;
718 float : left;
719 clear : left;
720 padding-bottom: .2em;
721 padding-top: .1em;
722 list-style-type: none;
723 width: 100%; 
724 }
725
726 a.cancel {
727         padding-left : 1em;
728 }
729
730 fieldset.rows fieldset.action {
731         padding : 1em;
732 }
733
734 fieldset.rows label.inline {
735         display : inline;
736         float : none;
737         margin-left : 1em;
738         width : auto;
739 }
740
741 fieldset.rows .inputnote {
742         clear : left;
743         float : left;
744         margin : .5em 0 0 11em;
745 }
746
747 .checkedout {
748         color : #999999;
749         font-style : italic;
750 }
751
752 .subfield_not_filled {
753         background-color : #FFFF99;
754 }
755 .content_hidden {
756     visibility:hidden; /* you propably don't need to change this one */
757     display:none;
758 }
759
760 /* the property for the displayed tab */
761 .content_visible {
762     visibility:visible; /* you propably don't need to change this one */
763     display:block;
764 }
765 #new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child {
766         padding-left : 34px;
767         background-image: url("../../img/toolbar-new.gif");
768         background-position : center left;
769         background-repeat : no-repeat;
770 }
771
772 #changepassword a {
773         padding-left : 34px;
774         background-image: url("../../img/toolbar-password.gif");
775         background-position : center left;
776         background-repeat : no-repeat;
777 }
778
779 #manageorders a {
780         padding-left : 34px;
781         background-image: url("../../img/toolbar-orders.gif");
782         background-position : center left;
783         background-repeat : no-repeat;
784 }
785
786
787 #savemenuc .first-child, #addbiblio .first-child {
788         padding-left : 34px;
789         background-image: url("../../img/toolbar-save.gif");
790         background-position : center left;
791         background-repeat : no-repeat;
792 }
793
794 #editpatron a,
795 #editreport a,
796 #editmenuc .first-child,
797 #editshelf a,
798 #edit a,
799 #editsupplier a,
800 #managelabel a,
801 #managetemplate a,
802 #managelabelbatch a,
803 #manageprofile a,
804 #periods_menuc .first-child {
805         padding-left : 34px;
806         background-image: url("../../img/toolbar-edit.gif");
807         background-position : center left;
808         background-repeat : no-repeat;
809 }
810
811 #duplicate a {
812         padding-left : 34px;
813         background-image: url("../../img/toolbar-duplicate.gif");
814         background-position : center left;
815         background-repeat : no-repeat;
816 }
817
818 #receive a {
819         padding-left : 34px;
820         background-image: url("../../img/toolbar-receive.gif");
821         background-position : center left;
822         background-repeat : no-repeat;
823 }
824
825 #renew a {
826         padding-left : 34px;
827         background-image: url("../../img/toolbar-renew.gif");
828         background-position : center left;
829         background-repeat : no-repeat;
830 }
831
832 #deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
833         padding-left : 34px;
834         background-image: url("../../img/toolbar-delete.gif");
835         background-position : center left;
836         background-repeat : no-repeat;
837 }
838
839 #z3950search .first-child {
840         padding-left : 34px;
841         background-image: url("../../img/toolbar-search.gif");
842         background-position : center left;
843         background-repeat : no-repeat;
844 }
845 #z3950searcht table {
846         /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
847         padding: 20px;
848         border: none;
849 }
850 #printbiblio button, #printbiblio a, #printmenuc .first-child {
851         padding-left : 34px;
852         background-image: url("../../img/toolbar-print.gif");
853         background-position : center left;
854         background-repeat : no-repeat;
855 }
856
857 #addtoshelf button, #addtoshelf a {
858         padding-left : 34px;
859         background-image: url("../../img/toolbar-add-to-shelf.gif");
860         background-position : center left;
861         background-repeat : no-repeat;
862 }
863
864 #placehold a,
865 #placehold button,
866 #holdfor .first-child {
867         padding-left : 34px;
868         background-image: url("../../img/toolbar-hold.gif");
869         background-position : center left;
870         background-repeat : no-repeat;
871 }
872
873 #placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
874
875 #holdfor .first-child { padding-left : 17px; }
876
877 #editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
878         padding-left : 15px;
879 }
880
881 .error,
882 .error a,
883 .error a:link,
884 .error a:visited {
885        color: #cc0000;
886 }
887
888 div.error {
889         border : 2px dashed #990000;
890         background-color : #FFFF99;
891         padding : .5em;
892         margin : 1em;
893 }
894
895 input.alert {
896         background-color : #FFFF99;
897         border-color: #900;
898 }
899
900 ol.bibliodetails {
901         float: left;
902         margin : 0 0 1em 1em;
903 }
904
905 ol.bibliodetails li {
906         border-bottom: 1px solid #E8E8E8;
907         list-style-type : none;
908         padding : .1em;
909 }
910
911 ol.bibliodetails span.label {
912         border-right : 1px solid #E8E8E8;
913         float : left;
914         font-weight: bold;
915         width: 12em;  
916         margin-right: 1em;  
917 }
918
919 div.listgroup {
920         clear :  left;
921 }
922
923 div.listgroup h4 {
924         font-style: italic;
925 }
926
927 div.listgroup h4 a {
928         font-size :  80%;
929 }
930
931 div.listgroup input {
932         font-size: 80%;
933 }
934
935 div.sysprefs h3 {
936         margin : .2em 0 .2em .4em;
937 }
938
939 div.sysprefs dl {
940         margin-left : 1.5em;
941 }
942
943 div.sysprefs div.hint {
944         width : 25%;
945         float : right;
946         padding : .5em;
947         margin : .7em;
948 }
949
950 tr.highlight td {
951         background-color : #F6F6F6;
952         border-color : #BCBCBC;
953 }
954
955 tr.highlight th[scope=row] {
956         background-color : #DDDDDD;
957         border-color : #BCBCBC;
958 }
959
960 #circ_circulation_issue label {
961         font-size: 105%;
962         font-weight : bold;
963 }
964
965 #circ_circulation_issue div.hint {
966         color : #666666;
967         margin: .2em 0;
968 }
969
970 .date-select {
971     font-size : 85%;
972     padding-top : .3em;
973 }
974
975 #circ_circulation_issue .date-select label,
976 .date-select label {
977     font-size : inherit;
978     font-weight: normal;
979 }
980
981 .date-select input {
982     padding : 1px;
983 }
984
985 tr.expired td {
986         color : #999999;
987 }
988
989 span.expired {
990         color : #990000;
991         font-style : italic;
992 }
993
994 div.help {
995         margin: .9em 0 0 0;  
996 }
997
998 .blocker {
999         color : #990000;
1000 }
1001
1002 .circmessage li {
1003         list-style : url(../../img/arrow-bullet.gif);
1004         margin-bottom : .2em;
1005 }
1006
1007 div.circmessage:first-child {
1008         margin-top : 1em;
1009 }
1010
1011 div.circmessage {
1012         padding: 0 .4em .4em .4em;
1013         margin-bottom : .3em;
1014 }
1015
1016 span.circ-hlt {
1017         color : #cc0000;
1018         font-weight : bold;
1019 }
1020
1021 div.first fieldset {
1022         margin-right : 0;
1023 }
1024
1025 #circ_needsconfirmation {
1026         margin : auto;
1027 }
1028
1029 .dialog {
1030         -moz-border-radius : 2px;
1031         border-radius : 2px;
1032         padding : .5em;
1033         margin : 1em auto;
1034         text-align : center;
1035         width: 65%;
1036 }
1037
1038 .dialog table {
1039         margin : .5em auto;
1040 }
1041
1042 .dialog table th {
1043         text-align : right;
1044 }
1045
1046 .dialog table td {
1047         text-align : left;
1048 }
1049   
1050 .dialog  h2, .dialog h3, .dialog h4 {
1051         margin : auto;
1052         text-align : center;
1053   }
1054   
1055 .dialog input {
1056         background-color : #FFF;
1057         border : 1px solid #bcbcbc;
1058         margin : .4em;
1059         padding : .4em .4em .4em 25px;
1060  }
1061
1062  .dialog input[type="submit"] {
1063         background : #FFF none;
1064  }
1065  
1066 .dialog input.approve, td input.approve {
1067         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1068         padding : .4em .4em .4em 25px;  
1069  }
1070  
1071 td input.approve {
1072         background-color : #FFC;
1073 }
1074
1075 .dialog input.deny {
1076         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1077         padding : .4em .4em .4em 25px;
1078  }
1079
1080 .dialog input.save {
1081         background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1082         color:black;
1083         padding: .4em .4em .4em 34px;
1084 }
1085
1086 .dialog input.edit {
1087         background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1088         color:black;
1089         max-width : 13em;
1090         padding: .4em .4em .4em 34px;
1091         white-space: normal;
1092 }
1093
1094 .dialog input.new {
1095         background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1096         color:black;
1097         max-width : 13em;
1098         padding: .4em .4em .4em 34px;
1099         white-space: normal;
1100 }
1101
1102 .dialog input.print {
1103         background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1104         padding : .4em .4em .4em 25px;  
1105 }
1106
1107 .dialog input:hover {
1108         background-color : #ffc;
1109  }
1110
1111 div.dialog {
1112         border: 1px solid #bcbcbc;
1113     text-align : center;
1114 }
1115
1116 div.alert {
1117         background: #fef8d3; /* Old browsers */
1118         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1119         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1120         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1121         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1122         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1123         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1124         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1125           text-align : center;
1126         border: 1px solid #E0C726;
1127     color : inherit;
1128     text-shadow : none;
1129 }
1130
1131 div.alert strong {
1132         color : #900;
1133 }
1134
1135 .dialog li {
1136     list-style-position:inside;
1137 }
1138
1139 a.clear-field {
1140     background : transparent url("../../img/clear-field.png") center left no-repeat;
1141     padding-left : 16px;
1142 }
1143
1144 a.clone-field {
1145     background : transparent url("../../img/clone-field.png") center left no-repeat;
1146     padding-left : 20px;
1147 }
1148
1149 a.document {
1150         background-position : left middle;
1151         background-repeat : no-repeat;
1152         padding-left : 20px;
1153 }
1154
1155 a.pdf {
1156         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1157 }
1158
1159 a.csv {
1160         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1161 }
1162
1163 a.xml {
1164         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1165 }
1166
1167 div.message {
1168         background: #ffffff; /* Old browsers */
1169         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1170         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1171         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1172         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1173         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1174     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1175         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1176         border : 1px solid #bcbcbc;
1177         text-align: center;
1178         width : 55%;
1179 }
1180
1181 div.message ul,
1182 div.message h5 {
1183         padding-left : 25%;
1184         text-align : left;
1185 }
1186
1187 div.message ul+h4 {
1188         margin-top : .7em;
1189 }
1190
1191 div.note {
1192         background: #f4f6fa;
1193         background-repeat : no-repeat;
1194         background-position : left center;
1195         background-image : url("../../img/note.png");
1196         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1197         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1198         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1199         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1200         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1201         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1202         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1203         border : 1px solid #BCBCBC;
1204         padding : .5em .5em .5em 20px;
1205         margin : .5em 0;
1206 }
1207  
1208  div.results {
1209         padding : .7em 0;
1210  }
1211  
1212  .accesskey {
1213         text-decoration : underline;
1214  }
1215  
1216 label.required,
1217 span.required {
1218     color : #C00;
1219 }
1220
1221 span.required {
1222         font-style : italic;
1223         margin-left : .5em;
1224 }
1225
1226 .missing{
1227     background-color : #FFFFCC;
1228 }
1229
1230 .term {
1231     background-color: #FFC;
1232          color : #990000;
1233 }
1234
1235 a .term {
1236          text-decoration : underline;
1237 }
1238
1239 /* style for shelving location in catalogsearch */
1240 .shelvingloc {
1241     display : block;
1242     font-style : italic;
1243 }
1244
1245 a:hover .term {
1246         color : #FF9090;
1247 }
1248
1249 div#menu {
1250     border-right:1px solid #b9d8d9;
1251         margin-right: .5em;
1252         padding-top: 1em;
1253         padding-bottom: 2em;
1254 }
1255
1256 *html #menu li {
1257         display : inline;
1258 }
1259
1260 div#menu li a {
1261         text-decoration: none;
1262         display: block;
1263
1264               background: #e8f0f6; /* Old browsers */
1265         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1266     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1267     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1268      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1269    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1270        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1271         -moz-border-top-left-radius: 5px;
1272         border-top-left-radius: 5px;
1273         -moz-border-bottom-left-radius: 5px;
1274         border-bottom-left-radius: 5px;
1275     border:1px solid #b9d8d9;
1276         font-size: 111%;
1277         margin: .5em 0;
1278         padding: .4em .3em;
1279         margin-right :  -1px;
1280 }
1281
1282 div#menu li a:hover {
1283      background: #fff; /* Old browsers */
1284    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1285   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FAFAFA), color-stop(96%,#FAFAFA), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1286   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1287      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1288    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1289        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1290     border-left: 1px solid #85CA11;
1291     border-top: 1px solid #85CA11;
1292     border-bottom: 1px solid #85CA11;
1293 }
1294
1295 div#menu li.active a:hover {
1296         background-color: #fff;
1297     color :  #538200;
1298 }
1299
1300 #menu ul li {
1301         list-style-type: none;
1302 }
1303
1304 #menu ul li.active a {
1305         background-color: #FFF;
1306         background-image : none;
1307         font-weight: bold;
1308     color:#000000;
1309     border-left: 1px solid #85CA11;
1310     border-top: 1px solid #85CA11;
1311     border-bottom: 1px solid #85CA11;
1312     border-right: 0;
1313 }
1314
1315 h1#logo {
1316         border:0pt none;
1317         float:left !important;
1318         margin:0;
1319         padding:0;
1320         width:180px;
1321 }
1322 h1#logo {
1323         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1324         margin:0.75em .3em 0.75em .7em;
1325 }
1326
1327 *html h1#logo {
1328         margin : 0.75em .3em 0.75em .3em;
1329 }
1330
1331 h1#logo a {
1332         border:0;
1333         cursor:pointer;
1334         display:block;
1335         height:0px !important;
1336         margin:0;
1337         overflow:hidden;
1338         padding:44px 0 0;
1339         text-decoration:none;
1340         width:180px;
1341 }
1342
1343 #closewindow {
1344         margin-top : 2em;
1345         text-align : center;
1346 }
1347
1348 #closewindow a {
1349         font-weight : bold;     
1350 }
1351
1352 .patroninfo+#menu {
1353         margin-right : 0;
1354 }
1355
1356 .barcode {
1357         font-size :  200%;
1358 }
1359
1360 li.email a {
1361         display:block;
1362         overflow:hidden;
1363         width:13em;
1364 }
1365 li.email {
1366         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1367         font-size :  87%;
1368         overflow:hidden;
1369         padding :0 10px 0 0;
1370         width:13em;
1371 }
1372
1373 .empty {
1374         color : #CCC;
1375 }
1376
1377 .address {
1378         font-size: 110%;
1379 }
1380
1381 .clearfix:after {
1382     content: "."; 
1383     display: block; 
1384     height: 0; 
1385     clear: both; 
1386     visibility: hidden;
1387 }
1388
1389 /* Hides from IE-mac \*/
1390 * html .clearfix {height: 1%;}
1391 /* End hide from IE-mac */
1392
1393 .title {
1394         font-weight : bold;
1395         font-size : 105%;
1396 }
1397
1398 .hold {
1399         float : right;
1400         font-size: 90%;
1401         margin: 0;
1402 }
1403
1404 .thumbnail {
1405         display : block;
1406         margin : auto;
1407 }
1408
1409 .thumbnails > li {
1410     list-style-type: none;
1411 }
1412
1413 #searchresults ul li {
1414         font-size : 90%;
1415         list-style : url(../../img/item-bullet.gif);
1416         padding : .2em 0;
1417         clear : left;
1418 }
1419
1420 #searchresults span.status {
1421         clear : left;
1422         color : #900;
1423         display : block;
1424 }
1425
1426 #searchresults span.unavailable {
1427         clear : left;
1428         display : block;
1429 }
1430
1431 #searchresults .availability strong {
1432         display : block;
1433 }
1434
1435 #searchresults ul li img {
1436         float : left;
1437         margin : 3px 5px 3px -5px;
1438 }
1439
1440 #searchresults table td {
1441         vertical-align : top;
1442 }
1443
1444 #searchheader {
1445      background-color : #E6F0F2;
1446         font-size : 80%;
1447         margin : 0 0 .5em -1px;
1448     padding : .4em 0 .4em 1em;
1449      border-radius : 5px 5px 0 0;
1450    border : 1px solid #B9D8D9;
1451 }
1452
1453 #searchheader .btn-group > .btn:first-child {
1454     margin-left : .7em;
1455 }
1456
1457 #searchheader form {
1458         float : right;
1459   padding : 5px 5px 3px 0;
1460 }
1461
1462 #searchheader form.fz3950 {
1463         float : right;
1464         font-size : 125%;
1465         padding : 0 0 0 5em;
1466 }
1467
1468 #searchheader form.fz3950bigrpad {
1469         float : right;
1470         font-size : 125%;
1471         padding : 5px 25em 0 0;
1472 }
1473
1474 #searchheader .yui-button button,
1475 #searchheader .yui-button a {
1476         line-height : 1.5em;
1477 }
1478
1479 #search-facets ul {
1480         margin : 0;
1481         padding : .3em;
1482 }
1483
1484 #search-facets {
1485     border : 1px solid #B9D8D9;
1486     border-radius: 5px 5px 0 0;
1487 }
1488
1489 #search-facets h4 {
1490      background-color : #E6F0F2;
1491     border-bottom : 1px solid #B9D8D9;
1492      border-radius: 5px 5px 0 0;
1493         font-size : 90%;
1494         margin : 0;
1495         padding : .4em .2em;
1496         text-align : center;
1497 }
1498
1499 #search-facets ul li {
1500         font-weight : bold;
1501         list-style-type : none;
1502 }
1503
1504 #search-facets li li {
1505         font-weight : normal;
1506         font-size : 85%;
1507         margin-bottom : 2px;
1508         padding : .1em .2em;
1509 }
1510
1511 #search-facets li.showmore {
1512         font-weight : bold;
1513         text-indent : 1em;
1514 }
1515
1516 div.pages {
1517         margin : .5em 0;
1518 }
1519
1520 div.pages a {
1521         font-weight: bold;
1522         padding: 1px 5px 1px 5px;
1523         text-decoration: none;
1524 }
1525
1526 div.pages a:link,
1527 div.pages a:visited {
1528         background-color : #eeeeee;
1529         color : #3366CC;
1530 }
1531
1532 div.pages a:hover {
1533         background-color : #FFC;
1534 }
1535
1536 div.pages a:active {
1537         background-color : #ffc;
1538 }
1539
1540 div.pages .current,
1541 div.pages .currentPage {
1542         background-color : #e6fcb7;
1543         color : #666;
1544         font-weight: bold;
1545         padding: 1px 5px 1px 5px;
1546 }
1547
1548 div.pages .inactive {
1549         background-color : #f3f3f3;
1550         color : #BCBCBC;
1551         font-weight: bold;
1552         padding: 1px 5px 1px 5px;
1553 }
1554
1555 div.browse {
1556         margin : .5em 0;
1557 }
1558
1559 div#bookcoverimg {
1560         text-align : center;
1561 }
1562
1563 div#header_search input.submit {
1564         font-size : 1em;
1565 }
1566
1567 *html input.submit {
1568         padding : .1em;
1569 }
1570
1571 input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active {
1572         border : 1px inset #999999;
1573 }
1574
1575 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit {
1576         border: 1px outset #999999;
1577         border-top-color: #666;
1578         border-left-color: #666;
1579         -moz-border-radius : 2px;
1580         padding: 0.25em;
1581         background: #ffffff; /* Old browsers */
1582         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1583         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1584         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1585         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1586         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1587         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1588         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1589         color: #333333;
1590 }
1591
1592 input[type=submit]:disabled,
1593 input[type=reset]:disabled,
1594 input[type=button]:disabled,
1595 input.submit:disabled,
1596 button.submit:disabled,
1597 a.submit:disabled {
1598     color : #999;
1599     border : 1px solid #C0C0C0;
1600     background : #EEE none;
1601 }
1602
1603 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1604         border : 1px inset #999999;
1605 }
1606
1607 a.submit {
1608     display: inline-block;
1609 }
1610
1611 ul li input.submit {
1612         font-size : 87%;
1613         padding : 2px;
1614 }
1615
1616 input.warning {
1617     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1618         padding : 0.25em 0.25em 0.25em 25px;
1619 }
1620
1621 .searchhighlightblob {
1622     font-size:75%;
1623         font-style : italic;
1624 }
1625
1626 a.yuimenuitemlabel:hover {
1627         background-color : #B3D4FF;
1628         color : #000;
1629 }
1630                 
1631 #displayexample {
1632         padding: 5px; 
1633         margin-bottom: 10px;
1634         background-color: #CCCCCC;
1635 }
1636
1637 #irregularity_summary {
1638         vertical-align : top;
1639 }
1640
1641 ul#toplevelmenu {
1642     padding : 0;
1643 }
1644
1645 /*#toplevelnav {
1646         float : left;
1647         margin-left : .5em;
1648      width: 40%;
1649 }
1650
1651 ul#toplevelmenu li {
1652         display: inline;
1653         padding : 0 .6em;
1654 }
1655                 
1656 ul#toplevelmenu li.more a {
1657         background-image:url(../../img/more-arrow.gif);
1658         background-position:right center;
1659         background-repeat:no-repeat;
1660         padding-right:13px;
1661 }
1662                 
1663 ul#toplevelmenu li.more ul li a {
1664         background-image : none;
1665         padding-right : 20px;
1666 }
1667
1668 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1669         padding: .2em 20px .2em 20px;
1670 }
1671                 
1672 ul#toplevelmenu li a {
1673         text-decoration : none;
1674 }
1675 ul#toplevelmenu li ul li {
1676         display :block;
1677         padding :0;
1678 }
1679 ul#toplevelmenu li ul li a {
1680         text-decoration : none;
1681 }
1682
1683 ul#i18nMenu {
1684         margin : 0;
1685         padding : .2em 0;
1686  }
1687  
1688 ul#i18nMenu li {
1689         border-left : 1px solid #CCC;
1690         display : inline;
1691         float: left;
1692         list-style : none;
1693         padding : 0 10px;
1694 }
1695
1696 ul#i18nMenu li.yuimenuitem {
1697         float: none;
1698 }
1699
1700 ul#i18nMenu li:first-child {
1701         border-left : 0;
1702  }
1703  
1704 ul#i18nMenu li ul li {
1705         border : 0;
1706         display : block;
1707         padding : 0;
1708  }
1709  
1710 ul#i18nMenu li.more a {
1711         background-image:url(../../img/more-up-arrow.gif);
1712         background-position:right center;
1713         background-repeat:no-repeat;
1714         padding-right:13px;
1715 }
1716                 
1717 ul#i18nMenu li.more ul li a {
1718         background-image : none;
1719         padding-right : 20px;
1720 }
1721
1722 div.lang {
1723         float:left;
1724 }
1725  
1726  div#changelanguage{
1727         background-color: #fff;
1728         border-top: 1px solid #CCC;
1729   position:absolute;
1730   bottom:0;
1731   left:0;
1732   width:100%;
1733   height: 2em;
1734  }
1735  
1736  @media screen{
1737   body>div#changelanguage {
1738    position: fixed;
1739   }
1740  }
1741  
1742  * html body{
1743   overflow:hidden;
1744  } 
1745  
1746  * html div#doc1{
1747   height:100%;
1748   overflow:auto;
1749  }
1750   
1751  * html div#doc2{
1752   height:100%;
1753   overflow:auto;
1754  }
1755   
1756  * html div#doc3{
1757   height:100%;
1758   overflow:auto;
1759  }*/
1760
1761 table > caption span.actions {
1762     font-size: 66%;
1763     font-weight : normal;
1764     margin : 0 .5em 0 0;
1765 }
1766
1767 #CheckAll, #CheckNone, #CheckPending {
1768         font-weight : normal;
1769         margin : 0 .5em 0 0;
1770 }
1771 .lost,.dmg,.wdn {
1772         display : block;
1773         color : #990000;
1774 }
1775 .datedue {
1776         display : block;
1777         color : #999;
1778         font-style : italic;
1779 }
1780
1781 tr.reserved td {
1782         background-color : #eeffd4;
1783 }
1784 tr.transfered td {
1785         background-color : #e8f0f6;
1786 }
1787 .waitinghere,
1788 .credit {
1789         color : #669900;
1790 }
1791
1792 /* Permissions Labels */
1793 label.permissioncode:before {
1794         content: "(";
1795 }
1796 label.permissioncode:after {
1797         content: ")";
1798 }
1799 label.permissioncode {
1800         font-style : italic;
1801 }
1802 span.permissiondesc {
1803         font-weight : normal;
1804 }
1805 #mainuserblock {
1806         border : 1px solid #E8E8E8;
1807         margin-top : .5em;
1808         padding : .5em;
1809 }
1810
1811 .labeledmarc-table {
1812         border: 0;
1813 }
1814
1815 .labeledmarc-label {
1816         border: 0;
1817         padding: 5;
1818         font-size: 11pt;
1819     color: #000000;
1820     font-style: italic;
1821 }
1822
1823 .labeledmarc-value {
1824         border: 0;
1825         padding: 5;
1826         font-size: 10pt;
1827         color: black;
1828 }
1829
1830 #cartDetails {
1831         background-color : #FFF;
1832         border: 1px solid #739acf;
1833          -moz-box-shadow: 1px 1px 3px 0 #666;
1834          -webkit-box-shadow: 1px 1px 3px 0 #666;
1835          box-shadow: 1px 1px 3px 0 #666;
1836         color : black;
1837         display : none;
1838         margin : 0;
1839         padding : 10px;
1840         text-align : center;
1841         width : 180px;
1842         z-index : 50;
1843 }
1844 #cartmenulink {
1845         background: transparent url("../../img/cart-small.gif") left center no-repeat;
1846         padding-left : 15px;
1847 }
1848 #cartmenulink span#basketcount span {
1849         display : inline;
1850         font-size : 90%;
1851         font-weight : normal;
1852         padding : 0;
1853 }
1854 #moremenu {
1855         display : none;
1856 }
1857
1858 .results_summary {
1859   display: block;
1860   font-size : 85%; 
1861   color: #707070;
1862   padding : 0 0 .5em 0;
1863 }
1864 .results_summary .label {
1865   color: #202020;
1866 }
1867 .results_summary a {
1868   font-weight: normal;
1869 }
1870
1871 ul.budget_hierarchy {
1872     margin-left: 0px;
1873     padding-left: 0px;
1874 }
1875 ul.budget_hierarchy li {
1876     display: inline;
1877 }
1878 ul.budget_hierarchy li:after {
1879     content: " -> ";
1880 }
1881 ul.budget_hierarchy li:last-child:after {
1882     content: "";
1883 }
1884 ul.budget_hierarchy li:first-child:after {
1885     content: "";
1886 }
1887 .child_fund_amount {
1888     font-style: italic;
1889 }
1890 .holdcount { font-size : 105%; line-height : 200%; }
1891 .holdcount a {
1892         border : 1px solid #a4bedd;
1893         background-color : #e4ecf5;
1894         font-weight : bold;
1895         -moz-border-radius: 4px;
1896         border-radius: 4px;
1897         padding : .1em .4em;
1898         text-decoration : none;
1899 }
1900 .holdcount a:hover { background-color : #ebeff7; }
1901 .container {
1902         border : 1px solid #EEE;
1903         padding : 1em;
1904         margin : 1em 0;
1905 }
1906 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1907
1908 .import_export{
1909     position:relative;
1910 }
1911 .import_export .import_export_options{
1912     background: white;
1913     border: 1px solid #CDCDCD;
1914     left: 60px;
1915     padding: 10px;
1916     position: absolute;
1917     top: 0;
1918     z-index: 1;
1919     width: 300px;
1920 }
1921 .import_export_options fieldset.rows li label {
1922     width : 16em;
1923 }
1924 .form_import fieldset.rows li label {
1925     width : auto;
1926 }
1927
1928 .import_export_options .export_ok {
1929     padding: 10;
1930     background: #E3E3E3 none;
1931     cursor: pointer;
1932     margin-left: 20px;
1933     border: none;
1934 }
1935 .import_export_options {
1936     padding: 10;
1937     background: #E3E3E3 none;
1938     cursor: pointer;
1939     margin-left: 20px;
1940     border: none;
1941 }
1942 .form_import .input_import {
1943     border: 1px solid #bcbcbc;
1944 }
1945 .import_export_options .importing {
1946     padding: inherit;
1947     background: none;
1948 }
1949
1950 .importing {
1951     position: relative;
1952 }
1953
1954 .importing .importing_msg {
1955     padding-left: 10px;
1956     padding-bottom: 10px;
1957 }
1958
1959 .m880 {
1960     display:block; 
1961     text-align:right; 
1962     float:right; 
1963     width:50%; 
1964     padding-left:20px
1965 }
1966
1967 .advsearch {
1968     margin: 0;
1969 }
1970
1971 .advsearch table {
1972     border-spacing : 5px;
1973     border-collapse : separate;
1974     border-width : 0;
1975 }
1976 .advsearch td {
1977     border : 1px solid #EEE;
1978     padding : 0.3em 0.4em;
1979 }
1980 #circ_circulation_issue {
1981     position: relative;
1982     }
1983
1984 #clearscreen {
1985     position: absolute;
1986     top:0;
1987     right:0;
1988     }
1989
1990 #clearscreen a {
1991     display:block;
1992     -moz-border-radius: 0 0 0 5px;
1993     border-radius: 0 0 0 5px;
1994     padding : 0 .7em .2em .7em;
1995     background-color : #EEE;
1996     color : #CCC;
1997     text-shadow: 0px -1px 0px #666;
1998     text-decoration: none;
1999     font-size: 160%;
2000     font-weight : bold
2001     }
2002 #clearscreen a:hover {
2003     color : #cc0000;
2004     }
2005
2006 div.pager {
2007         background-color : #E8E8E8;
2008         border : 1px solid #BCBCBC;
2009         -moz-border-radius : 5px;
2010     border-radius : 5px;
2011         display : inline-block;
2012         font-size : 85%;
2013         padding : .3em .5em .3em .5em;
2014         margin : .4em 0;
2015 }
2016 div.pager img {
2017         vertical-align : middle;
2018 }
2019
2020 div.pager img.last {
2021         padding-right: 5px;
2022 }
2023 div.pager input.pagedisplay {
2024         border : 0;
2025         background-color : transparent;
2026         font-weight: bold;
2027         text-align : center;
2028 }
2029 a.localimage img {
2030         border : 1px solid #0000CC;
2031         margin : 0 .5em;
2032         padding : .3em;
2033 }
2034
2035 .no-image {
2036     background-color : #FFF;
2037     border: 1px solid #AAA;
2038     color : #979797;
2039     display:block;
2040     font-size : 86%;
2041     font-weight : bold;
2042     text-align : center;
2043     width : 75px;
2044     border-radius : 3px;
2045 }
2046
2047 div.pager p {
2048         margin: 0;
2049 }
2050
2051 div#acqui_order_supplierlist > div.supplier {
2052     border: 1px solid #EEEEEE;
2053     margin: 0.5em;
2054     padding: 1em;
2055 }
2056
2057 div#acqui_order_supplierlist > div.supplier > span.suppliername {
2058     display: inline;
2059     font-size: 1.7em;
2060     margin-bottom: 0.5em;
2061 }
2062
2063 div#acqui_order_supplierlist > div.supplier > span.action {
2064     margin-left: 5em;
2065 }
2066
2067 div#acqui_order_supplierlist > div.supplier > div.baskets {
2068     margin-top: 0.5em;
2069 }
2070
2071 /* Override core jQueryUI widgets */
2072 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
2073 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
2074 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B9D8D9; background: #F4F8F9 none; font-weight: normal; color: #555555; }
2075 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #B9D8D9; background: #E6F0F2 none; font-weight: normal; color: #212121; }
2076 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff none; font-weight: normal; color: #212121; }
2077 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #FED22F; background: #FFF4C6; color: #363636; }
2078 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
2079
2080 /* Override jQuery Autocomplete */
2081 .ui-autocomplete {
2082     position: absolute;
2083     cursor: default;
2084     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2085     -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2086     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
2087 }
2088 .ui-autocomplete.ui-widget-content .ui-state-hover {
2089     border: 1px solid #B9D8D9;
2090     background: #E6F0F2 none;
2091     font-weight: normal;
2092     color: #212121;
2093 }
2094 .ui-autocomplete-loading {
2095     background: #FFF url("../../img/loading-small.gif") right center no-repeat;
2096 }
2097
2098 /* jQuery UI standard tabs */
2099 .ui-menu li {
2100     list-style:none;
2101 }
2102
2103 .ui-tabs-nav .ui-tabs-active a,
2104 .ui-tabs-nav a:hover,
2105 .ui-tabs-nav a:focus,
2106 .ui-tabs-nav a:active,
2107 .ui-tabs-nav span.a {
2108     background: none repeat scroll 0 0 transparent;
2109     outline: 0 none;
2110 }
2111
2112 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
2113     background-color : #FFF;
2114     border : 1px solid #B9D8D9;
2115     border-bottom-width: 0;
2116 }
2117
2118 .ui-widget,
2119 .ui-widget input,
2120 .ui-widget select,
2121 .ui-widget textarea,
2122 .ui-widget button {
2123     font-family : inherit;
2124     font-size : inherit;
2125 }
2126 ul.ui-tabs-nav li {
2127     list-style : none;
2128 }
2129 .ui-tabs.ui-widget-content {
2130     background : transparent none;
2131     border : 0;
2132 }
2133
2134 .ui-tabs .ui-tabs-panel {
2135     border : 1px solid #B9D8D9;
2136 }
2137 .ui-tabs-nav.ui-widget-header {
2138     border : 0;
2139     background : none;
2140 }
2141 .ui-tabs .ui-tabs-nav li {
2142     background: #E6F0F2 none;
2143     border: 1px solid #B9D8D9;
2144     margin-right : .4em;
2145     top: 1px;
2146 }
2147 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2148     color : #000;
2149     font-weight : bold;
2150 }
2151
2152 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2153     background : #EDF4F5 none;
2154 }
2155
2156 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2157     background : #FFF none;
2158 }
2159
2160 .ui-tabs .ui-state-default a,
2161 .ui-tabs .ui-state-default a:link,
2162 .ui-tabs .ui-state-default a:visited {
2163     color: #004D99;
2164 }
2165
2166 .ui-tabs .ui-state-hover a,
2167 .ui-tabs .ui-state-hover a:link,
2168 .ui-tabs .ui-state-hover a:visited {
2169     color: #538200;
2170 }
2171
2172 .statictabs ul {
2173     background: none repeat scroll 0 0 transparent;
2174     border: 0 none;
2175     margin: 0;
2176     padding: 0.2em 0.2em 0;
2177     border-bottom-right-radius: 4px;
2178     border-bottom-left-radius: 4px;
2179     border-top-right-radius: 4px;
2180     border-top-left-radius: 4px;
2181     color: #222222;
2182     font-weight: bold;
2183     font-size: 100%;
2184     line-height: 1.3;
2185     list-style: none outside none;
2186     outline: 0 none;
2187     text-decoration: none;
2188 }
2189
2190 .statictabs ul:after {
2191     clear: both;
2192 }
2193
2194 .statictabs ul:before,
2195 .statictabs ul:after {
2196     content: "";
2197     display: table;
2198 }
2199
2200 .statictabs ul li {
2201     background: none repeat scroll 0 0 #E6F0F2;
2202     border: 1px solid #B9D8D9;
2203     border-bottom: 0 none;
2204     border-top-right-radius: 4px;
2205     border-top-left-radius: 4px;
2206     float: left;
2207     list-style: none outside none;
2208     margin-bottom: 0;
2209     margin-right: 0.4em;
2210     padding: 0;
2211     position: relative;
2212     white-space: nowrap;
2213     top: 1px;
2214     color: #555555;
2215     font-weight: normal;
2216
2217 }
2218
2219 .statictabs ul li.active {
2220     background-color: #FFFFFF;
2221     color: #212121;
2222     font-weight: normal;
2223     padding-bottom: 1px;
2224 }
2225
2226 .statictabs ul li a {
2227     color: #004D99;
2228     cursor: pointer;
2229     float: left;
2230     padding: 0.5em 1em;
2231     text-decoration: none;
2232 }
2233
2234 .statictabs ul li a:hover {
2235     background-color : #EDF4F5;
2236     border-top-right-radius: 4px;
2237     border-top-left-radius: 4px;
2238     color : #538200;
2239 }
2240
2241 .statictabs ul li.active a {
2242     color: #000000;
2243     font-weight: bold;
2244     cursor: text;
2245     background: none repeat scroll 0 0 transparent;
2246     outline: 0 none;
2247     top : 1px;
2248 }
2249
2250 .statictabs .tabs-container {
2251     border: 1px solid #B9D8D9;
2252     background: none repeat scroll 0 0 transparent;
2253     display: block;
2254     padding: 1em 1.4em;
2255     border-bottom-right-radius: 4px;
2256     border-bottom-left-radius: 4px;
2257     color: #222222;
2258 }
2259
2260 /* jQuery UI header search box tabs */
2261 #header_search ul.ui-tabs-nav {
2262     padding-top : 0;
2263     margin-left: 1em;
2264 }
2265 #header_search ul.ui-tabs-nav li.ui-state-default {
2266     border: 0;
2267     background : transparent none;
2268     top: 0;
2269 }
2270 #header_search ul.ui-tabs-nav li.ui-state-default a {
2271     padding : .3em .6em;
2272 }
2273 #header_search ul.ui-tabs-nav li.ui-tabs-active {
2274     border : 1px solid #85CA11;
2275     border-top-width: 0;
2276     top: -2px;
2277     background-color : #FFFFF1;
2278 }
2279 #header_search ul.ui-tabs-nav li.ui-tabs-active a {
2280     text-decoration: none;
2281 }
2282 #header_search .ui-corner-top {
2283      border-radius: 0 0 4px 4px;
2284 }
2285
2286 .authref {
2287     font-style: normal;
2288     text-indent: 4em;
2289 }
2290
2291 .seefrom, .seealso {
2292     font-style: italic;
2293     text-indent: 2em;
2294 }
2295
2296 #authfinderops {
2297     float: right;
2298 }
2299 div.authorizedheading {
2300   font-weight: bold;
2301 }
2302 .authres_notes, .authres_seealso, .authres_otherscript {
2303   padding-top: 3px;
2304 }
2305 .authres_notes {
2306   font-style: italic;
2307 }
2308
2309
2310 .contents {
2311     width: 75%;
2312 }
2313
2314 .contentblock {
2315     position: relative;
2316     margin-left: 2em;
2317 }
2318
2319 .contents .t:first-child:before {
2320     content: "→ ";
2321 }
2322
2323 .contents .t:before {
2324     content: "\A→ ";
2325     white-space: pre;
2326 }
2327
2328 .contents .t {
2329     font-weight: bold;
2330     display: inline;
2331 }
2332
2333 .contents .r {
2334     display: inline;
2335 }
2336
2337 #hierarchies a {
2338     font-weight: normal;
2339     text-decoration: underline;
2340     color: #069;
2341 }
2342
2343 #hierarchies a:hover {
2344     color: #990033;
2345 }
2346
2347 #didyoumeanopac, #didyoumeanintranet {
2348     float: left;
2349     width: 260px;
2350 }
2351
2352 .pluginlist {
2353     padding-bottom: 10px;
2354 }
2355 .plugin {
2356     margin: 0 1em 1em 0;
2357 }
2358 .pluginname {
2359     margin: 0.3em;
2360     padding-bottom: 4px;
2361     padding-left: 0.2em;
2362     background-color: #E6F0F2;
2363 }
2364 .pluginname .ui-icon {
2365     float: right;
2366 }
2367 .plugindesc {
2368     padding: 0.4em;
2369 }
2370 .ui-sortable-placeholder {
2371     border: 1px dotted black;
2372     visibility: visible !important;
2373     height: 80px !important;
2374 }
2375 .ui-sortable-placeholder * {
2376     visibility: hidden;
2377 }
2378
2379 /* jQuery UI Datepicker */
2380 .ui-datepicker table {
2381     width: 100%;
2382     font-size: .9em;
2383     border : 0;
2384     border-collapse: collapse;
2385     margin:0 0 .4em;
2386 }
2387
2388 .ui-datepicker th {
2389     background : transparent none;
2390     padding: .7em .3em;
2391     text-align: center;
2392     font-weight: bold;
2393     border: 0;
2394 }
2395
2396 .ui-datepicker-trigger {
2397     vertical-align: middle;
2398     margin : 0 3px;
2399 }
2400 .ui-datepicker {
2401     -moz-box-shadow: 1px 1px 3px 0 #666;
2402     -webkit-box-shadow: 1px 1px 3px 0 #666;
2403     box-shadow: 1px 1px 3px 0 #666;
2404 }
2405
2406 /* css for timepicker */
2407 .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2408 .ui-timepicker-div dl { text-align: left; }
2409 .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
2410 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
2411 .ui-timepicker-div td { font-size: 90%; }
2412 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
2413 .ui_tpicker_second,
2414 .ui_tpicker_millisec,
2415 .ui_tpicker_microsec {
2416     display: none;
2417 }
2418
2419 /* jQuery UI Accordion */
2420 .ui-accordion-header,
2421 .ui-widget-content .ui-accordion-header {
2422     font-weight: bold; font-size : 110%;
2423 }
2424
2425 video {
2426     width: 480px;
2427 }
2428
2429 /* Bootstrap overrides */
2430 .btn {
2431     border-color : #ADADAD #ADADAD #949494;
2432 }
2433
2434 .btn.btn-link {
2435     border : 0;
2436 }
2437
2438 .btn-small .caret {
2439     margin-top : .6em;
2440 }
2441
2442 .icon-hold {
2443     background-position:-24px -166px;
2444 }
2445
2446 .icon-copy {
2447     background-position:-3px -166px;
2448 }
2449
2450 .icon-merge {
2451     background-position:-48px -166px;
2452 }
2453
2454 #toolbar .btn,
2455 #toolbar .dropdown-menu {
2456     font-size: 13px;
2457 }
2458 a.btn:link,
2459 a.btn:visited{
2460     color: #333333;
2461 }
2462 .dropdown-menu li {
2463     list-style: none outside none;
2464 }
2465 a.dropdown-toggle {
2466     white-space: nowrap;
2467 }
2468 [class^="icon-"],[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-koha.png");}
2469 .icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-white-koha.png");}
2470 a.disabled {
2471     color : #999999;
2472 }
2473
2474 .navbar {
2475     color: #333;
2476 }
2477
2478 .navbar .nav > li > a {
2479     color: #004D99;
2480     font-weight: bold;
2481     padding : .4em .2em;
2482 }
2483
2484 .navbar .nav > li {
2485     list-style: none outside none;
2486     padding : 0 .6em;
2487 }
2488
2489 .navbar .nav > li > a:focus,
2490 .navbar .nav > li > a:hover {
2491     color: #538200;
2492 }
2493
2494 .navbar .nav li.dropdown.open > .dropdown-toggle,
2495 .navbar .nav li.dropdown.active > .dropdown-toggle,
2496 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2497     background: transparent none;
2498 }
2499
2500 .navbar-static-top .navbar-inner {
2501     background: #E6F0F2 none;
2502     border: 0;
2503     box-shadow: none;
2504     min-height: 0;
2505     padding-left: 0;
2506 }
2507 .navbar-fixed-bottom .navbar-inner {
2508     min-height: 0;
2509     padding : .4em 0;
2510 }
2511
2512 .navbar-fixed-bottom .nav > li > a {
2513     font-weight: normal;
2514     padding : .05em .3em;
2515 }
2516
2517 .navbar-fixed-bottom .nav > li {
2518     border-right : 1px solid #CCC;
2519 }
2520
2521 .navbar-fixed-bottom .nav > li:last-child {
2522     border-right : 0;
2523 }
2524
2525 .navbar-fixed-bottom .nav > li.navbar-text {
2526     line-height: normal;
2527     padding : 0.4em 0.7em;
2528 }
2529 .navbar .nav > li {
2530     list-style: none outside none;
2531     padding : 0 .6em;
2532 }
2533 .navbar .nav > li > a {
2534     color: #004D99;
2535     font-weight: bold;
2536     padding : .4em .3em;
2537 }
2538 .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2539     background: transparent none;
2540 }
2541
2542 .navbar .nav > li > a:focus,
2543 .navbar .nav > li > a:hover {
2544     color: #538200;
2545 }
2546
2547 .navbar .nav li.dropdown.open > .dropdown-toggle,
2548 .navbar .nav li.dropdown.active > .dropdown-toggle,
2549 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2550     background: transparent none;
2551 }
2552
2553 .tooltip.bottom .tooltip-arrow {
2554     border-bottom-color: #EEE;
2555 }
2556 .tooltip.bottom .tooltip-inner {
2557     background-color : #FFF;
2558     border: 1px solid rgba(0, 0, 0, 0.2);
2559     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2560     color: #000;
2561     padding : 1em;
2562     font-size : 120%;
2563 }
2564 .separator { color : #666; padding : 0 .2em; }
2565
2566 .close {
2567     position: inherit;
2568     top: auto;
2569     right : auto;
2570     filter : none;
2571     float : none;
2572     font-size: inherit;
2573     font-weight: normal;
2574     opacity: inherit;
2575     text-shadow: none;
2576 }
2577
2578 .close:hover {
2579     color: #538200;
2580     filter: inherit;
2581     font-size: inherit;
2582     opacity: inherit;
2583 }
2584
2585 /* Redefine a new style for Bootstrap's class "close" since we use that already */
2586 /* Use <a class="closebtn" href="#">&times;</a> */
2587 .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2588 .modal-header .closebtn{margin-top:2px;}
2589 .closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
2590 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2591
2592 .btn-group label,
2593 .btn-group select {
2594     font-size: 13px;
2595 }
2596
2597 .tooltip-inner {
2598     white-space:pre-wrap;
2599 }
2600
2601 /* End Bootstrap overrides */
2602
2603 .waiting {
2604     cursor: wait;
2605 }
2606
2607 fieldset.rows table.mceListBox {
2608     margin: 0;
2609 }
2610
2611 #jobpanel,#jobstatus,#jobfailed { display : none; }
2612 #jobstatus { margin:.4em; }
2613 #jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('../../img/progress.png') -300px 0px no-repeat; }
2614 #selections { width : 100%; white-space : normal; }
2615 #selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; }
2616 #selections span.selected { background-color : #CCE0FC; }
2617 #selections input { vertical-align:middle;margin:0 2px; }
2618 #changepasswordf input[type="text"],
2619 #changepasswordf input[type="password"] {
2620     font-size: 140%;
2621     font-family : monospace;
2622     padding : .3em;
2623 }
2624
2625 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2626
2627 .floating {
2628     -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2629     box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2630 }
2631
2632 div#toolbar.floating,
2633 #searchheader.floating {
2634     border-radius: 0;
2635     margin-top: 0;
2636 }
2637
2638 .inline {
2639     display : inline;
2640 }
2641
2642 .nowrap {
2643     white-space: nowrap;
2644 }
2645
2646 .tag_editor {
2647     background: transparent url("../../img/edit-tag.png") top left no-repeat;
2648     display : block;
2649     float : left;
2650     width : 16px;
2651     height: 16px;
2652     margin : 4px;
2653     text-indent: 100%;
2654     white-space: nowrap;
2655     overflow: hidden;
2656 }
2657
2658 .browse-controls {
2659     margin-left: 1.1em;
2660     margin-right: .5em;
2661     padding-bottom: 1em;
2662     padding-top: 1em;
2663 }
2664
2665 #browse-return-to-results {
2666     border-top-left-radius : 3px;
2667     border-top-right-radius : 3px;
2668     display: block;
2669     text-align: center;
2670 }
2671
2672 .browse-button {
2673     color: #004d99;
2674     padding: .4em .6em;
2675     display: inline-block;
2676 }
2677
2678 span.browse-button {
2679     background: #fafafa;
2680     color: #222;
2681 }
2682
2683 .browse-button:hover {
2684     background: #fafafa;
2685 }
2686
2687 .browse-label,
2688 .browse-prev-next {
2689     border: 1px solid #b9d8d9;
2690 }
2691
2692 .browse-label {
2693     border-top-left-radius : 5px;
2694     border-top-right-radius : 5px;
2695     background-color : #e8f0f6;
2696 }
2697
2698 .browse-prev-next {
2699     border-top-width: 0;
2700     border-bottom-left-radius: 5px;
2701     border-bottom-right-radius: 5px;
2702 }
2703
2704 #browse-previous {
2705     border-right : 1px solid #B9D8D9;
2706     border-bottom-left-radius: 5px;
2707     padding-right: 1em;
2708 }
2709
2710 #browse-next {
2711     border-top-width : 0;
2712     border-bottom-right-radius: 5px;
2713     float: right;
2714     padding-right: 1em;
2715 }
2716
2717 .loading-overlay {
2718     background-color: #FFF;
2719     cursor: wait;
2720     height: 100%;
2721     left: 0;
2722     opacity: .7;
2723     position: fixed;
2724     top: 0;
2725     width: 100%;
2726     z-index: 1000;
2727 }
2728 .loading-overlay div {
2729     background : transparent url(../../img/loading.gif) top left no-repeat;
2730     font-size : 175%;
2731     font-weight: bold;
2732     height: 2em;
2733     left: 50%;
2734     margin: -1em 0 0 -2.5em;
2735     padding-left : 50px;
2736     position: absolute;
2737     top: 50%;
2738     width: 15em;
2739 }
2740
2741 #merge_invoices {
2742     display: none;
2743     margin: 1em auto;
2744 }
2745
2746 #merge {
2747     margin: 0.5em 0 0 0;
2748 }
2749
2750 #merge_table tr.active td {
2751     background-color: #FFFFCC;
2752 }
2753
2754 .renewals {
2755     display:block;
2756     font-size:0.8em;
2757     padding:0.5em;
2758 }