Bug 12716: Allow the import patrons form have drop-downs and datepickers
[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 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 .overdue 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 .facet-count {
1517     display: inline-block;
1518 }
1519
1520 div.pages {
1521         margin : .5em 0;
1522 }
1523
1524 div.pages a {
1525         font-weight: bold;
1526         padding: 1px 5px 1px 5px;
1527         text-decoration: none;
1528 }
1529
1530 div.pages a:link,
1531 div.pages a:visited {
1532         background-color : #eeeeee;
1533         color : #3366CC;
1534 }
1535
1536 div.pages a:hover {
1537         background-color : #FFC;
1538 }
1539
1540 div.pages a:active {
1541         background-color : #ffc;
1542 }
1543
1544 div.pages .current,
1545 div.pages .currentPage {
1546         background-color : #e6fcb7;
1547         color : #666;
1548         font-weight: bold;
1549         padding: 1px 5px 1px 5px;
1550 }
1551
1552 div.pages .inactive {
1553         background-color : #f3f3f3;
1554         color : #BCBCBC;
1555         font-weight: bold;
1556         padding: 1px 5px 1px 5px;
1557 }
1558
1559 div.browse {
1560         margin : .5em 0;
1561 }
1562
1563 div#bookcoverimg {
1564         text-align : center;
1565 }
1566
1567 div#header_search input.submit {
1568         font-size : 1em;
1569 }
1570
1571 *html input.submit {
1572         padding : .1em;
1573 }
1574
1575 input[type=submit]:active, input[type=button]:active, button.submit:active, a.submit:active {
1576         border : 1px inset #999999;
1577 }
1578
1579 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit, a.submit {
1580         border: 1px outset #999999;
1581         border-top-color: #666;
1582         border-left-color: #666;
1583         -moz-border-radius : 2px;
1584         padding: 0.25em;
1585         background: #ffffff; /* Old browsers */
1586         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1587         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1588         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1589         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1590         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1591         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1592         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1593         color: #333333;
1594 }
1595
1596 input[type=submit]:disabled,
1597 input[type=reset]:disabled,
1598 input[type=button]:disabled,
1599 input.submit:disabled,
1600 button.submit:disabled,
1601 a.submit:disabled {
1602     color : #999;
1603     border : 1px solid #C0C0C0;
1604     background : #EEE none;
1605 }
1606
1607 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active, a.submit:active {
1608         border : 1px inset #999999;
1609 }
1610
1611 a.submit {
1612     display: inline-block;
1613 }
1614
1615 ul li input.submit {
1616         font-size : 87%;
1617         padding : 2px;
1618 }
1619
1620 input.warning {
1621     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1622         padding : 0.25em 0.25em 0.25em 25px;
1623 }
1624
1625 .searchhighlightblob {
1626     font-size:75%;
1627         font-style : italic;
1628 }
1629
1630 a.yuimenuitemlabel:hover {
1631         background-color : #B3D4FF;
1632         color : #000;
1633 }
1634                 
1635 #displayexample {
1636         padding: 5px; 
1637         margin-bottom: 10px;
1638         background-color: #CCCCCC;
1639 }
1640
1641 #irregularity_summary {
1642         vertical-align : top;
1643 }
1644
1645 ul#toplevelmenu {
1646     padding : 0;
1647 }
1648
1649 table > caption span.actions {
1650     font-size: 66%;
1651     font-weight : normal;
1652     margin : 0 .5em 0 0;
1653 }
1654
1655 #CheckAll, #CheckNone, #CheckPending {
1656         font-weight : normal;
1657         margin : 0 .5em 0 0;
1658 }
1659 .lost,.dmg,.wdn {
1660         display : block;
1661         color : #990000;
1662 }
1663 .datedue {
1664         display : block;
1665         color : #999;
1666         font-style : italic;
1667 }
1668
1669 tr.reserved td {
1670         background-color : #eeffd4;
1671 }
1672 tr.transfered td {
1673         background-color : #e8f0f6;
1674 }
1675 .waitinghere,
1676 .credit {
1677         color : #669900;
1678 }
1679
1680 /* Permissions Labels */
1681 label.permissioncode:before {
1682         content: "(";
1683 }
1684 label.permissioncode:after {
1685         content: ")";
1686 }
1687 label.permissioncode {
1688         font-style : italic;
1689 }
1690 span.permissiondesc {
1691         font-weight : normal;
1692 }
1693 #mainuserblock {
1694         border : 1px solid #E8E8E8;
1695         margin-top : .5em;
1696         padding : .5em;
1697 }
1698
1699 .labeledmarc-table {
1700         border: 0;
1701 }
1702
1703 .labeledmarc-label {
1704         border: 0;
1705         padding: 5;
1706         font-size: 11pt;
1707     color: #000000;
1708     font-style: italic;
1709 }
1710
1711 .labeledmarc-value {
1712         border: 0;
1713         padding: 5;
1714         font-size: 10pt;
1715         color: black;
1716 }
1717
1718 #cartDetails {
1719         background-color : #FFF;
1720         border: 1px solid #739acf;
1721          -moz-box-shadow: 1px 1px 3px 0 #666;
1722          -webkit-box-shadow: 1px 1px 3px 0 #666;
1723          box-shadow: 1px 1px 3px 0 #666;
1724         color : black;
1725         display : none;
1726         margin : 0;
1727         padding : 10px;
1728         text-align : center;
1729         width : 180px;
1730         z-index : 50;
1731 }
1732 #cartmenulink {
1733         background: transparent url("../../img/cart-small.gif") left center no-repeat;
1734         padding-left : 15px;
1735 }
1736 #cartmenulink span#basketcount span {
1737         display : inline;
1738         font-size : 90%;
1739         font-weight : normal;
1740         padding : 0;
1741 }
1742 #moremenu {
1743         display : none;
1744 }
1745
1746 .results_summary {
1747   display: block;
1748   font-size : 85%; 
1749   color: #707070;
1750   padding : 0 0 .5em 0;
1751 }
1752 .results_summary .label {
1753   color: #202020;
1754 }
1755 .results_summary a {
1756   font-weight: normal;
1757 }
1758
1759 ul.budget_hierarchy {
1760     margin-left: 0px;
1761     padding-left: 0px;
1762 }
1763 ul.budget_hierarchy li {
1764     display: inline;
1765 }
1766 ul.budget_hierarchy li:after {
1767     content: " -> ";
1768 }
1769 ul.budget_hierarchy li:last-child:after {
1770     content: "";
1771 }
1772 ul.budget_hierarchy li:first-child:after {
1773     content: "";
1774 }
1775 .child_fund_amount {
1776     font-style: italic;
1777 }
1778 .holdcount { font-size : 105%; line-height : 200%; }
1779 .holdcount a {
1780         border : 1px solid #a4bedd;
1781         background-color : #e4ecf5;
1782         font-weight : bold;
1783         -moz-border-radius: 4px;
1784         border-radius: 4px;
1785         padding : .1em .4em;
1786         text-decoration : none;
1787 }
1788 .holdcount a:hover { background-color : #ebeff7; }
1789 .container {
1790         border : 1px solid #EEE;
1791         padding : 1em;
1792         margin : 1em 0;
1793 }
1794 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1795
1796 .import_export{
1797     position:relative;
1798 }
1799 .import_export .import_export_options{
1800     background: white;
1801     border: 1px solid #CDCDCD;
1802     left: 60px;
1803     padding: 10px;
1804     position: absolute;
1805     top: 0;
1806     z-index: 1;
1807     width: 300px;
1808 }
1809 .import_export_options fieldset.rows li label {
1810     width : 16em;
1811 }
1812 .form_import fieldset.rows li label {
1813     width : auto;
1814 }
1815
1816 .import_export_options .export_ok {
1817     padding: 10;
1818     background: #E3E3E3 none;
1819     cursor: pointer;
1820     margin-left: 20px;
1821     border: none;
1822 }
1823 .import_export_options {
1824     padding: 10;
1825     background: #E3E3E3 none;
1826     cursor: pointer;
1827     margin-left: 20px;
1828     border: none;
1829 }
1830 .form_import .input_import {
1831     border: 1px solid #bcbcbc;
1832 }
1833 .import_export_options .importing {
1834     padding: inherit;
1835     background: none;
1836 }
1837
1838 .importing {
1839     position: relative;
1840 }
1841
1842 .importing .importing_msg {
1843     padding-left: 10px;
1844     padding-bottom: 10px;
1845 }
1846
1847 .field_hint {
1848     color: grey;
1849     font-style: italic;
1850     padding-left: 1em;
1851 }
1852
1853 .m880 {
1854     display:block; 
1855     text-align:right; 
1856     float:right; 
1857     width:50%; 
1858     padding-left:20px
1859 }
1860
1861 .advsearch {
1862     margin: 0;
1863 }
1864
1865 .advsearch table {
1866     border-spacing : 5px;
1867     border-collapse : separate;
1868     border-width : 0;
1869 }
1870 .advsearch td {
1871     border : 1px solid #EEE;
1872     padding : 0.3em 0.4em;
1873 }
1874 #circ_circulation_issue {
1875     position: relative;
1876     }
1877
1878 #clearscreen {
1879     position: absolute;
1880     top:0;
1881     right:0;
1882     }
1883
1884 #clearscreen a {
1885     display:block;
1886     -moz-border-radius: 0 0 0 5px;
1887     border-radius: 0 0 0 5px;
1888     padding : 0 .7em .2em .7em;
1889     background-color : #EEE;
1890     color : #CCC;
1891     text-shadow: 0px -1px 0px #666;
1892     text-decoration: none;
1893     font-size: 160%;
1894     font-weight : bold
1895     }
1896 #clearscreen a:hover {
1897     color : #cc0000;
1898     }
1899
1900 div.pager {
1901         background-color : #E8E8E8;
1902         border : 1px solid #BCBCBC;
1903         -moz-border-radius : 5px;
1904     border-radius : 5px;
1905         display : inline-block;
1906         font-size : 85%;
1907         padding : .3em .5em .3em .5em;
1908         margin : .4em 0;
1909 }
1910 div.pager img {
1911         vertical-align : middle;
1912 }
1913
1914 div.pager img.last {
1915         padding-right: 5px;
1916 }
1917 div.pager input.pagedisplay {
1918         border : 0;
1919         background-color : transparent;
1920         font-weight: bold;
1921         text-align : center;
1922 }
1923 a.localimage img {
1924         border : 1px solid #0000CC;
1925         margin : 0 .5em;
1926         padding : .3em;
1927 }
1928
1929 .no-image {
1930     background-color : #FFF;
1931     border: 1px solid #AAA;
1932     color : #979797;
1933     display:block;
1934     font-size : 86%;
1935     font-weight : bold;
1936     text-align : center;
1937     width : 75px;
1938     border-radius : 3px;
1939 }
1940
1941 div.pager p {
1942         margin: 0;
1943 }
1944
1945 div#acqui_order_supplierlist > div.supplier {
1946     border: 1px solid #EEEEEE;
1947     margin: 0.5em;
1948     padding: 1em;
1949 }
1950
1951 div#acqui_order_supplierlist > div.supplier > span.suppliername {
1952     display: inline;
1953     font-size: 1.7em;
1954     margin-bottom: 0.5em;
1955 }
1956
1957 div#acqui_order_supplierlist > div.supplier > span.action {
1958     margin-left: 5em;
1959 }
1960
1961 div#acqui_order_supplierlist > div.supplier > div.baskets {
1962     margin-top: 0.5em;
1963 }
1964
1965 /* Override core jQueryUI widgets */
1966 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
1967 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
1968 .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; }
1969 .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; }
1970 .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; }
1971 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #FED22F; background: #FFF4C6; color: #363636; }
1972 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
1973
1974 /* Override jQuery Autocomplete */
1975 .ui-autocomplete {
1976     position: absolute;
1977     cursor: default;
1978     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1979     -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1980     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1981 }
1982 .ui-autocomplete.ui-widget-content .ui-state-hover {
1983     border: 1px solid #B9D8D9;
1984     background: #E6F0F2 none;
1985     font-weight: normal;
1986     color: #212121;
1987 }
1988 .ui-autocomplete-loading {
1989     background: #FFF url("../../img/loading-small.gif") right center no-repeat;
1990 }
1991
1992 /* jQuery UI standard tabs */
1993 .ui-menu li {
1994     list-style:none;
1995 }
1996
1997 .ui-tabs-nav .ui-tabs-active a,
1998 .ui-tabs-nav a:hover,
1999 .ui-tabs-nav a:focus,
2000 .ui-tabs-nav a:active,
2001 .ui-tabs-nav span.a {
2002     background: none repeat scroll 0 0 transparent;
2003     outline: 0 none;
2004 }
2005
2006 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
2007     background-color : #FFF;
2008     border : 1px solid #B9D8D9;
2009     border-bottom-width: 0;
2010 }
2011
2012 .ui-widget,
2013 .ui-widget input,
2014 .ui-widget select,
2015 .ui-widget textarea,
2016 .ui-widget button {
2017     font-family : inherit;
2018     font-size : inherit;
2019 }
2020 ul.ui-tabs-nav li {
2021     list-style : none;
2022 }
2023 .ui-tabs.ui-widget-content {
2024     background : transparent none;
2025     border : 0;
2026 }
2027
2028 .ui-tabs .ui-tabs-panel {
2029     border : 1px solid #B9D8D9;
2030 }
2031 .ui-tabs-nav.ui-widget-header {
2032     border : 0;
2033     background : none;
2034 }
2035 .ui-tabs .ui-tabs-nav li {
2036     background: #E6F0F2 none;
2037     border: 1px solid #B9D8D9;
2038     margin-right : .4em;
2039     top: 1px;
2040 }
2041 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2042     color : #000;
2043     font-weight : bold;
2044 }
2045
2046 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2047     background : #EDF4F5 none;
2048 }
2049
2050 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2051     background : #FFF none;
2052 }
2053
2054 .ui-tabs .ui-state-default a,
2055 .ui-tabs .ui-state-default a:link,
2056 .ui-tabs .ui-state-default a:visited {
2057     color: #004D99;
2058 }
2059
2060 .ui-tabs .ui-state-hover a,
2061 .ui-tabs .ui-state-hover a:link,
2062 .ui-tabs .ui-state-hover a:visited {
2063     color: #538200;
2064 }
2065
2066 .statictabs ul {
2067     background: none repeat scroll 0 0 transparent;
2068     border: 0 none;
2069     margin: 0;
2070     padding: 0.2em 0.2em 0;
2071     border-bottom-right-radius: 4px;
2072     border-bottom-left-radius: 4px;
2073     border-top-right-radius: 4px;
2074     border-top-left-radius: 4px;
2075     color: #222222;
2076     font-weight: bold;
2077     font-size: 100%;
2078     line-height: 1.3;
2079     list-style: none outside none;
2080     outline: 0 none;
2081     text-decoration: none;
2082 }
2083
2084 .statictabs ul:after {
2085     clear: both;
2086 }
2087
2088 .statictabs ul:before,
2089 .statictabs ul:after {
2090     content: "";
2091     display: table;
2092 }
2093
2094 .statictabs ul li {
2095     background: none repeat scroll 0 0 #E6F0F2;
2096     border: 1px solid #B9D8D9;
2097     border-bottom: 0 none;
2098     border-top-right-radius: 4px;
2099     border-top-left-radius: 4px;
2100     float: left;
2101     list-style: none outside none;
2102     margin-bottom: 0;
2103     margin-right: 0.4em;
2104     padding: 0;
2105     position: relative;
2106     white-space: nowrap;
2107     top: 1px;
2108     color: #555555;
2109     font-weight: normal;
2110
2111 }
2112
2113 .statictabs ul li.active {
2114     background-color: #FFFFFF;
2115     color: #212121;
2116     font-weight: normal;
2117     padding-bottom: 1px;
2118 }
2119
2120 .statictabs ul li a {
2121     color: #004D99;
2122     cursor: pointer;
2123     float: left;
2124     padding: 0.5em 1em;
2125     text-decoration: none;
2126 }
2127
2128 .statictabs ul li a:hover {
2129     background-color : #EDF4F5;
2130     border-top-right-radius: 4px;
2131     border-top-left-radius: 4px;
2132     color : #538200;
2133 }
2134
2135 .statictabs ul li.active a {
2136     color: #000000;
2137     font-weight: bold;
2138     cursor: text;
2139     background: none repeat scroll 0 0 transparent;
2140     outline: 0 none;
2141     top : 1px;
2142 }
2143
2144 .statictabs .tabs-container {
2145     border: 1px solid #B9D8D9;
2146     background: none repeat scroll 0 0 transparent;
2147     display: block;
2148     padding: 1em 1.4em;
2149     border-bottom-right-radius: 4px;
2150     border-bottom-left-radius: 4px;
2151     color: #222222;
2152 }
2153
2154 /* jQuery UI header search box tabs */
2155 #header_search ul.ui-tabs-nav {
2156     padding-top : 0;
2157     margin-left: 1em;
2158 }
2159 #header_search ul.ui-tabs-nav li.ui-state-default {
2160     border: 0;
2161     background : transparent none;
2162     top: 0;
2163 }
2164 #header_search ul.ui-tabs-nav li.ui-state-default a {
2165     padding : .3em .6em;
2166 }
2167 #header_search ul.ui-tabs-nav li.ui-tabs-active {
2168     border : 1px solid #85CA11;
2169     border-top-width: 0;
2170     top: -2px;
2171     background-color : #FFFFF1;
2172 }
2173 #header_search ul.ui-tabs-nav li.ui-tabs-active a {
2174     text-decoration: none;
2175 }
2176 #header_search .ui-corner-top {
2177      border-radius: 0 0 4px 4px;
2178 }
2179
2180 .authref {
2181     font-style: normal;
2182     text-indent: 4em;
2183 }
2184
2185 .seefrom, .seealso {
2186     font-style: italic;
2187     text-indent: 2em;
2188 }
2189
2190 #authfinderops {
2191     float: right;
2192 }
2193 div.authorizedheading {
2194   font-weight: bold;
2195 }
2196 .authres_notes, .authres_seealso, .authres_otherscript {
2197   padding-top: 3px;
2198 }
2199 .authres_notes {
2200   font-style: italic;
2201 }
2202
2203
2204 .contents {
2205     width: 75%;
2206 }
2207
2208 .contentblock {
2209     position: relative;
2210     margin-left: 2em;
2211 }
2212
2213 .contents .t:first-child:before {
2214     content: "→ ";
2215 }
2216
2217 .contents .t:before {
2218     content: "\A→ ";
2219     white-space: pre;
2220 }
2221
2222 .contents .t {
2223     font-weight: bold;
2224     display: inline;
2225 }
2226
2227 .contents .r {
2228     display: inline;
2229 }
2230
2231 #hierarchies a {
2232     font-weight: normal;
2233     text-decoration: underline;
2234     color: #069;
2235 }
2236
2237 #hierarchies a:hover {
2238     color: #990033;
2239 }
2240
2241 #didyoumeanopac, #didyoumeanintranet {
2242     float: left;
2243     width: 260px;
2244 }
2245
2246 .pluginlist {
2247     padding-bottom: 10px;
2248 }
2249 .plugin {
2250     margin: 0 1em 1em 0;
2251 }
2252 .pluginname {
2253     margin: 0.3em;
2254     padding-bottom: 4px;
2255     padding-left: 0.2em;
2256     background-color: #E6F0F2;
2257 }
2258 .pluginname .ui-icon {
2259     float: right;
2260 }
2261 .plugindesc {
2262     padding: 0.4em;
2263 }
2264 .ui-sortable-placeholder {
2265     border: 1px dotted black;
2266     visibility: visible !important;
2267     height: 80px !important;
2268 }
2269 .ui-sortable-placeholder * {
2270     visibility: hidden;
2271 }
2272
2273 /* jQuery UI Datepicker */
2274 .ui-datepicker table {
2275     width: 100%;
2276     font-size: .9em;
2277     border : 0;
2278     border-collapse: collapse;
2279     margin:0 0 .4em;
2280 }
2281
2282 .ui-datepicker th {
2283     background : transparent none;
2284     padding: .7em .3em;
2285     text-align: center;
2286     font-weight: bold;
2287     border: 0;
2288 }
2289
2290 .ui-datepicker-trigger {
2291     vertical-align: middle;
2292     margin : 0 3px;
2293 }
2294 .ui-datepicker {
2295     -moz-box-shadow: 1px 1px 3px 0 #666;
2296     -webkit-box-shadow: 1px 1px 3px 0 #666;
2297     box-shadow: 1px 1px 3px 0 #666;
2298 }
2299
2300 /* css for timepicker */
2301 .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2302 .ui-timepicker-div dl { text-align: left; }
2303 .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
2304 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
2305 .ui-timepicker-div td { font-size: 90%; }
2306 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
2307 .ui_tpicker_second,
2308 .ui_tpicker_millisec,
2309 .ui_tpicker_microsec {
2310     display: none;
2311 }
2312
2313 /* jQuery UI Accordion */
2314 .ui-accordion-header,
2315 .ui-widget-content .ui-accordion-header {
2316     font-weight: bold; font-size : 110%;
2317 }
2318
2319 fieldset.rows.ui-accordion-content {
2320     border-top-left-radius: 0;
2321     border-top-right-radius: 0;
2322     margin: 0;
2323     padding: 0;
2324     width: auto;
2325 }
2326
2327 fieldset.rows.ui-accordion-content table {
2328     margin : 0;
2329 }
2330
2331 video {
2332     width: 480px;
2333 }
2334
2335 /* Bootstrap overrides */
2336 .btn {
2337     border-color : #ADADAD #ADADAD #949494;
2338 }
2339
2340 .btn.btn-link {
2341     border : 0;
2342 }
2343
2344 .btn-small .caret {
2345     margin-top : .6em;
2346 }
2347
2348 .icon-hold {
2349     background-position:-24px -166px;
2350 }
2351
2352 .icon-copy {
2353     background-position:-3px -166px;
2354 }
2355
2356 .icon-merge {
2357     background-position:-48px -166px;
2358 }
2359
2360 #toolbar .btn,
2361 #toolbar .dropdown-menu {
2362     font-size: 13px;
2363 }
2364 a.btn:link,
2365 a.btn:visited{
2366     color: #333333;
2367 }
2368 .dropdown-menu li {
2369     list-style: none outside none;
2370 }
2371 a.dropdown-toggle {
2372     white-space: nowrap;
2373 }
2374 [class^="icon-"],[class*=" icon-"]{background-image:url("../../img/glyphicons-halflings-koha.png");}
2375 .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");}
2376 a.disabled {
2377     color : #999999;
2378 }
2379
2380 .navbar {
2381     color: #333;
2382 }
2383
2384 .navbar .nav > li > a {
2385     color: #004D99;
2386     font-weight: bold;
2387     padding : .4em .2em;
2388 }
2389
2390 .navbar .nav > li {
2391     list-style: none outside none;
2392     padding : 0 .6em;
2393 }
2394
2395 .navbar .nav > li > a:focus,
2396 .navbar .nav > li > a:hover {
2397     color: #538200;
2398 }
2399
2400 .navbar .nav li.dropdown.open > .dropdown-toggle,
2401 .navbar .nav li.dropdown.active > .dropdown-toggle,
2402 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2403     background: transparent none;
2404 }
2405
2406 .navbar-static-top .navbar-inner {
2407     background: #E6F0F2 none;
2408     border: 0;
2409     box-shadow: none;
2410     min-height: 0;
2411     padding-left: 0;
2412 }
2413 .navbar-fixed-bottom .navbar-inner {
2414     min-height: 0;
2415     padding : .4em 0;
2416 }
2417
2418 .navbar-fixed-bottom .nav > li > a {
2419     font-weight: normal;
2420     padding : .05em .3em;
2421 }
2422
2423 .navbar-fixed-bottom .nav > li {
2424     border-right : 1px solid #CCC;
2425 }
2426
2427 .navbar-fixed-bottom .nav > li:last-child {
2428     border-right : 0;
2429 }
2430
2431 .navbar-fixed-bottom .nav > li.navbar-text {
2432     line-height: normal;
2433     padding : 0.4em 0.7em;
2434 }
2435 .navbar .nav > li {
2436     list-style: none outside none;
2437     padding : 0 .6em;
2438 }
2439 .navbar .nav > li > a {
2440     color: #004D99;
2441     font-weight: bold;
2442     padding : .4em .3em;
2443 }
2444 .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2445     background: transparent none;
2446 }
2447
2448 .navbar .nav > li > a:focus,
2449 .navbar .nav > li > a:hover {
2450     color: #538200;
2451 }
2452
2453 .navbar .nav li.dropdown.open > .dropdown-toggle,
2454 .navbar .nav li.dropdown.active > .dropdown-toggle,
2455 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2456     background: transparent none;
2457 }
2458
2459 .tooltip.bottom .tooltip-arrow {
2460     border-bottom-color: #EEE;
2461 }
2462 .tooltip.bottom .tooltip-inner {
2463     background-color : #FFF;
2464     border: 1px solid rgba(0, 0, 0, 0.2);
2465     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2466     color: #000;
2467     padding : 1em;
2468     font-size : 120%;
2469 }
2470 .separator { color : #666; padding : 0 .2em; }
2471
2472 .close {
2473     position: inherit;
2474     top: auto;
2475     right : auto;
2476     filter : none;
2477     float : none;
2478     font-size: inherit;
2479     font-weight: normal;
2480     opacity: inherit;
2481     text-shadow: none;
2482 }
2483
2484 .close:hover {
2485     color: #538200;
2486     filter: inherit;
2487     font-size: inherit;
2488     opacity: inherit;
2489 }
2490
2491 /* Redefine a new style for Bootstrap's class "close" since we use that already */
2492 /* Use <a class="closebtn" href="#">&times;</a> */
2493 .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2494 .modal-header .closebtn{margin-top:2px;}
2495 .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);}
2496 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2497
2498 .btn-group label,
2499 .btn-group select {
2500     font-size: 13px;
2501 }
2502
2503 .tooltip-inner {
2504     white-space:pre-wrap;
2505 }
2506
2507 /* End Bootstrap overrides */
2508
2509 .waiting {
2510     cursor: wait;
2511 }
2512
2513 fieldset.rows table.mceListBox {
2514     margin: 0;
2515 }
2516
2517 #jobpanel,#jobstatus,#jobfailed { display : none; }
2518 #jobstatus { margin:.4em; }
2519 #jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('../../img/progress.png') -300px 0px no-repeat; }
2520 #selections { width : 100%; white-space : normal; }
2521 #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%; }
2522 #selections span.selected { background-color : #CCE0FC; }
2523 #selections input { vertical-align:middle;margin:0 2px; }
2524 #changepasswordf input[type="text"],
2525 #changepasswordf input[type="password"] {
2526     font-size: 140%;
2527     font-family : monospace;
2528     padding : .3em;
2529 }
2530
2531 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2532
2533 .floating {
2534     -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2535     box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2536 }
2537
2538 div#toolbar.floating,
2539 #searchheader.floating {
2540     border-radius: 0;
2541     margin-top: 0;
2542 }
2543
2544 .inline {
2545     display : inline;
2546 }
2547
2548 .nowrap {
2549     white-space: nowrap;
2550 }
2551
2552 .tag_editor {
2553     background: transparent url("../../img/edit-tag.png") top left no-repeat;
2554     display : block;
2555     float : left;
2556     width : 16px;
2557     height: 16px;
2558     margin : 4px;
2559     text-indent: 100%;
2560     white-space: nowrap;
2561     overflow: hidden;
2562 }
2563
2564 .browse-controls {
2565     margin-left: 1.1em;
2566     margin-right: .5em;
2567     padding-bottom: 1em;
2568     padding-top: 1em;
2569 }
2570
2571 #browse-return-to-results {
2572     border-top-left-radius : 3px;
2573     border-top-right-radius : 3px;
2574     display: block;
2575     text-align: center;
2576 }
2577
2578 .browse-button {
2579     color: #004d99;
2580     padding: .4em .6em;
2581     display: inline-block;
2582 }
2583
2584 span.browse-button {
2585     background: #fafafa;
2586     color: #222;
2587 }
2588
2589 .browse-button:hover {
2590     background: #fafafa;
2591 }
2592
2593 .browse-label,
2594 .browse-prev-next {
2595     border: 1px solid #b9d8d9;
2596 }
2597
2598 .browse-label {
2599     border-top-left-radius : 5px;
2600     border-top-right-radius : 5px;
2601     background-color : #e8f0f6;
2602 }
2603
2604 .browse-prev-next {
2605     border-top-width: 0;
2606     border-bottom-left-radius: 5px;
2607     border-bottom-right-radius: 5px;
2608 }
2609
2610 #browse-previous {
2611     border-right : 1px solid #B9D8D9;
2612     border-bottom-left-radius: 5px;
2613     padding-right: 1em;
2614 }
2615
2616 #browse-next {
2617     border-top-width : 0;
2618     border-bottom-right-radius: 5px;
2619     float: right;
2620     padding-right: 1em;
2621 }
2622
2623 .loading-overlay {
2624     background-color: #FFF;
2625     cursor: wait;
2626     height: 100%;
2627     left: 0;
2628     opacity: .7;
2629     position: fixed;
2630     top: 0;
2631     width: 100%;
2632     z-index: 1000;
2633 }
2634 .loading-overlay div {
2635     background : transparent url(../../img/loading.gif) top left no-repeat;
2636     font-size : 175%;
2637     font-weight: bold;
2638     height: 2em;
2639     left: 50%;
2640     margin: -1em 0 0 -2.5em;
2641     padding-left : 50px;
2642     position: absolute;
2643     top: 50%;
2644     width: 15em;
2645 }
2646
2647 #merge_invoices {
2648     display: none;
2649     margin: 1em auto;
2650 }
2651
2652 #merge {
2653     margin: 0.5em 0 0 0;
2654 }
2655
2656 #merge_table tr.active td {
2657     background-color: #FFFFCC;
2658 }
2659
2660 .renewals {
2661     display:block;
2662     font-size:0.8em;
2663     padding:0.5em;
2664 }
2665
2666 #transport-types {
2667     padding-top: 0.5px;
2668 }
2669
2670 #i18nMenu .navbar-text .currentlanguage {
2671     color : #000;
2672     font-weight: bold;
2673 }
2674
2675 #i18nMenu a.currentlanguage:link,
2676 #i18nMenu a.currentlanguage:visited {
2677     font-weight: bold;
2678 }
2679
2680 #i18nMenu a,
2681 #i18nMenu a:link,
2682 #i18nMenu a:visited {
2683     color : #004d99;
2684     font-weight: normal;
2685 }
2686
2687 #i18nMenu a:hover,
2688 #i18nMenu a:active {
2689     color : #538200;
2690     font-weight: normal;
2691 }
2692
2693 #i18nMenu a .sublanguage-selected {
2694     color: #000;
2695     font-weight: bold;
2696 }
2697
2698 #i18nMenu .dropdown-menu a:hover,
2699 #i18nMenu .dropdown-menu a:focus {
2700     color : #FFF;
2701 }