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