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