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