Bug 16072: Changing all instances of 'loading-small.gif' to 'spinner-small.gif' and...
[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 .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 .status_ok {
811  background-color: lightgreen;
812 }
813
814 .status_warn {
815  background-color: red;
816 }
817
818 /* Font Awesome icon */
819 i.success {
820     color: green;
821 }
822
823 /* Font Awesome icon */
824 i.error {
825     color: #CC0000;
826 }
827
828 /* Font Awesome icon */
829 i.warn {
830     color: orange;
831 }
832
833 /* For Font Awesome icon bullets */
834 ul.fa-ul li {
835     list-style-type: none;
836 }
837
838 div.error {
839         border : 2px dashed #990000;
840         background-color : #FFFF99;
841         padding : .5em;
842         margin : 1em;
843 }
844
845 input.alert {
846         background-color : #FFFF99;
847         border-color: #900;
848 }
849
850 ol.bibliodetails {
851         float: left;
852         margin : 0 0 1em 1em;
853 }
854
855 ol.bibliodetails li {
856         border-bottom: 1px solid #E8E8E8;
857         list-style-type : none;
858         padding : .1em;
859 }
860
861 ol.bibliodetails span.label {
862         border-right : 1px solid #E8E8E8;
863         float : left;
864         font-weight: bold;
865         width: 12em;  
866         margin-right: 1em;  
867 }
868
869 div.listgroup {
870         clear :  left;
871 }
872
873 div.listgroup h4 {
874         font-style: italic;
875 }
876
877 div.listgroup h4 a {
878         font-size :  80%;
879 }
880
881 div.listgroup input {
882         font-size: 80%;
883 }
884
885 div.sysprefs h3 {
886         margin : .2em 0 .2em .4em;
887 }
888
889 div.sysprefs dl {
890         margin-left : 1.5em;
891 }
892
893 div.sysprefs div.hint {
894         width : 25%;
895         float : right;
896         padding : .5em;
897         margin : .7em;
898 }
899
900 tr.highlight td {
901         background-color : #F6F6F6;
902         border-color : #BCBCBC;
903 }
904
905 tr.highlight th[scope=row] {
906         background-color : #DDDDDD;
907         border-color : #BCBCBC;
908 }
909
910 label.circ_barcode {
911     font-size: 105%;
912     font-weight : bold;
913 }
914
915 .checkout-setting {
916     font-size : 85%;
917     padding-top : .3em;
918 }
919
920 .checkout-setting label {
921     font-size : inherit;
922     font-weight: normal;
923 }
924
925 .checkout-setting input {
926     vertical-align: middle;
927 }
928
929 .checkout-settings {
930     background-color: #f4f8f9;
931     border-radius: 0;
932     border-top: 2px solid #b9d8d9;
933     display: none;
934     margin-left: -1em;
935     margin-right: -1em;
936     margin-top: 1em;
937     padding: 1em 1em 0;
938 }
939
940 #show-checkout-settings {
941     margin-top: .5em;
942 }
943
944 tr.expired td {
945         color : #999999;
946 }
947
948 span.expired {
949         color : #990000;
950         font-style : italic;
951 }
952
953 div.help {
954         margin: .9em 0 0 0;  
955 }
956
957 .blocker {
958         color : #990000;
959 }
960
961 .inaccurate-item-statuses {
962     color : #990000;
963 }
964
965 .circmessage li {
966     list-style : url(../img/arrow-bullet.gif);
967         margin-bottom : .2em;
968 }
969
970 div.circmessage:first-child {
971         margin-top : 1em;
972 }
973
974 div.circmessage {
975         padding: 0 .4em .4em .4em;
976         margin-bottom : .3em;
977 }
978
979 span.circ-hlt {
980         color : #cc0000;
981         font-weight : bold;
982 }
983
984 div.first fieldset {
985         margin-right : 0;
986 }
987
988 #circ_needsconfirmation {
989         margin : auto;
990 }
991
992 .dialog {
993         -moz-border-radius : 2px;
994         border-radius : 2px;
995         padding : .5em;
996         margin : 1em auto;
997         text-align : center;
998         width: 65%;
999 }
1000
1001 .dialog table {
1002         margin : .5em auto;
1003 }
1004
1005 .dialog table th {
1006         text-align : right;
1007 }
1008
1009 .dialog table td {
1010         text-align : left;
1011 }
1012   
1013 .dialog  h2, .dialog h3, .dialog h4 {
1014         margin : auto;
1015         text-align : center;
1016   }
1017   
1018 .dialog input {
1019         background-color : #FFF;
1020         border : 1px solid #bcbcbc;
1021         margin : .4em;
1022         padding : .4em .4em .4em 25px;
1023  }
1024
1025  .dialog input[type="submit"] {
1026         background : #FFF none;
1027  }
1028
1029 td input.approve {
1030         background-color : #FFC;
1031 }
1032
1033 .dialog input:hover {
1034         background-color : #ffc;
1035  }
1036
1037 div.dialog {
1038         border: 1px solid #bcbcbc;
1039     text-align : center;
1040 }
1041
1042 div.alert {
1043         background: #fef8d3; /* Old browsers */
1044         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1045         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+ */
1046         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1047         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1048         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1049         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1050         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1051           text-align : center;
1052         border: 1px solid #E0C726;
1053     color : inherit;
1054     text-shadow : none;
1055 }
1056
1057 div.alert strong {
1058         color : #900;
1059 }
1060
1061 .dialog li {
1062     list-style-position:inside;
1063 }
1064
1065 .dialog button {
1066     background: #fff none;
1067     border: 1px outset #999999;
1068     border-top-color: #666;
1069     border-left-color: #666;
1070     margin : .4em;
1071     padding : .4em;
1072     white-space: pre-line;
1073 }
1074
1075 .dialog button:hover {
1076     background-color : #ffc;
1077 }
1078
1079 .dialog button:active {
1080     border : 1px inset #999999;
1081 }
1082
1083 .approve i.fa,
1084 .success i.fa {
1085     color: green;
1086 }
1087
1088 .deny i.fa {
1089     color: #cc0000;
1090 }
1091
1092 .new i.fa {
1093     color: #425FAF;
1094 }
1095
1096 a.document {
1097         background-position : left middle;
1098         background-repeat : no-repeat;
1099         padding-left : 20px;
1100 }
1101
1102 a.pdf {
1103     background-image: url("../img/famfamfam/silk/page_white_acrobat.png");
1104 }
1105
1106 a.csv {
1107     background-image: url("../img/famfamfam/silk/page_white_excel.png");
1108 }
1109
1110 a.xml {
1111     background-image: url("../img/famfamfam/silk/page_white_code.png");
1112 }
1113
1114 a.cartRemove {
1115     color: #cc3333;
1116     font-size : 90%;
1117     margin : 0;
1118     padding: 0;
1119 }
1120
1121 a.incart {
1122     color: #666;
1123 }
1124
1125 div.message {
1126         background: #ffffff; /* Old browsers */
1127         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1128         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+ */
1129         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1130         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1131         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1132     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1133         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1134         border : 1px solid #bcbcbc;
1135         text-align: center;
1136         width : 55%;
1137 }
1138
1139 div.message ul,
1140 div.message h5 {
1141         padding-left : 25%;
1142         text-align : left;
1143 }
1144
1145 div.message ul+h4 {
1146         margin-top : .7em;
1147 }
1148
1149 div.note {
1150     background: #f4f6fa;
1151     background: -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1152     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1153     background: -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1154     background: -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1155     background: -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1156     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1157     background: linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1158     border : 1px solid #BCBCBC;
1159     padding : .5em;
1160     margin : .5em 0;
1161 }
1162
1163 div.note i.fa-exclamation {
1164     color: #cc0000;
1165     font-style: italic;
1166     padding: 0 0.3em;
1167 }
1168
1169  div.results {
1170         padding : .7em 0;
1171  }
1172  
1173  .accesskey {
1174         text-decoration : underline;
1175  }
1176  
1177 label.required,
1178 span.required {
1179     color : #C00;
1180 }
1181
1182 span.required {
1183         font-style : italic;
1184         margin-left : .5em;
1185 }
1186
1187 .missing{
1188     background-color : #FFFFCC;
1189 }
1190
1191 .term {
1192     background-color: #FFC;
1193          color : #990000;
1194 }
1195
1196 a .term {
1197          text-decoration : underline;
1198 }
1199
1200 /* style for shelving location in catalogsearch */
1201 .shelvingloc {
1202     display : block;
1203     font-style : italic;
1204 }
1205
1206 a:hover .term {
1207         color : #FF9090;
1208 }
1209
1210 div#menu {
1211     border-right:1px solid #b9d8d9;
1212         margin-right: .5em;
1213         padding-top: 1em;
1214         padding-bottom: 2em;
1215 }
1216
1217 *html #menu li {
1218         display : inline;
1219 }
1220
1221 div#menu li a {
1222         text-decoration: none;
1223         display: block;
1224
1225               background: #e8f0f6; /* Old browsers */
1226         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1227     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1228     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1229      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1230    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1231        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1232         -moz-border-top-left-radius: 5px;
1233         border-top-left-radius: 5px;
1234         -moz-border-bottom-left-radius: 5px;
1235         border-bottom-left-radius: 5px;
1236     border:1px solid #b9d8d9;
1237         font-size: 111%;
1238         margin: .5em 0;
1239         padding: .4em .3em;
1240         margin-right :  -1px;
1241 }
1242
1243 div#menu li a:hover {
1244      background: #fff; /* Old browsers */
1245    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1246   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+ */
1247   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1248      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1249    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1250        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1251     border-left: 1px solid #85CA11;
1252     border-top: 1px solid #85CA11;
1253     border-bottom: 1px solid #85CA11;
1254 }
1255
1256 div#menu li.active a:hover {
1257         background-color: #fff;
1258     color :  #538200;
1259 }
1260
1261 #menu ul li {
1262         list-style-type: none;
1263 }
1264
1265 #menu ul li.active a {
1266         background-color: #FFF;
1267         background-image : none;
1268         font-weight: bold;
1269     color:#000000;
1270     border-left: 1px solid #85CA11;
1271     border-top: 1px solid #85CA11;
1272     border-bottom: 1px solid #85CA11;
1273     border-right: 0;
1274 }
1275
1276 h1#logo {
1277         border:0pt none;
1278         float:left !important;
1279         margin:0;
1280         padding:0;
1281         width:180px;
1282 }
1283 h1#logo {
1284     background: transparent url(../img/koha-logo-medium.gif) no-repeat scroll 0%;
1285         margin:0.75em .3em 0.75em .7em;
1286 }
1287
1288 *html h1#logo {
1289         margin : 0.75em .3em 0.75em .3em;
1290 }
1291
1292 h1#logo a {
1293         border:0;
1294         cursor:pointer;
1295         display:block;
1296         height:0px !important;
1297         margin:0;
1298         overflow:hidden;
1299         padding:44px 0 0;
1300         text-decoration:none;
1301         width:180px;
1302 }
1303
1304 #closewindow {
1305         margin-top : 2em;
1306         text-align : center;
1307 }
1308
1309 #closewindow a {
1310         font-weight : bold;     
1311 }
1312
1313 .patroninfo+#menu {
1314         margin-right : 0;
1315 }
1316
1317 .barcode {
1318         font-size :  200%;
1319         vertical-align: middle;
1320 }
1321
1322 li.email {
1323     overflow: hidden;
1324     text-overflow: ellipsis;
1325     white-space: nowrap;
1326 }
1327
1328 .patronbriefinfo li.email {
1329     font-size :  87%;
1330     padding : 0 10px 0 0;
1331     width: 90%;
1332 }
1333
1334 .empty {
1335         color : #CCC;
1336 }
1337
1338 .address {
1339         font-size: 110%;
1340 }
1341
1342 .clearfix:after {
1343     content: "."; 
1344     display: block; 
1345     height: 0; 
1346     clear: both; 
1347     visibility: hidden;
1348 }
1349
1350 /* Hides from IE-mac \*/
1351 * html .clearfix {height: 1%;}
1352 /* End hide from IE-mac */
1353
1354 .title {
1355         font-weight : bold;
1356         font-size : 105%;
1357 }
1358
1359 .hold {
1360         float : right;
1361         font-size: 90%;
1362         margin: 0;
1363 }
1364
1365 .thumbnail {
1366         display : block;
1367         margin : auto;
1368 }
1369
1370 .thumbnails > li {
1371     list-style-type: none;
1372 }
1373
1374 #searchresults ul li {
1375         font-size : 90%;
1376     list-style: url(../img/item-bullet.gif);
1377         padding : .2em 0;
1378         clear : left;
1379 }
1380
1381 #searchresults span.status {
1382         clear : left;
1383         color : #900;
1384         display : block;
1385 }
1386
1387 #searchresults span.unavailable {
1388         clear : left;
1389         display : block;
1390 }
1391
1392 #searchresults .availability strong {
1393         display : block;
1394 }
1395
1396 #searchresults ul li img {
1397         float : left;
1398         margin : 3px 5px 3px -5px;
1399 }
1400
1401 #searchresults table td {
1402         vertical-align : top;
1403 }
1404
1405 #searchheader {
1406      background-color : #E6F0F2;
1407         font-size : 80%;
1408         margin : 0 0 .5em -1px;
1409     padding : .4em 0 .4em 1em;
1410      border-radius : 5px 5px 0 0;
1411    border : 1px solid #B9D8D9;
1412 }
1413
1414 #searchheader .btn-group > .btn:first-child {
1415     margin-left : .7em;
1416 }
1417
1418 #searchheader form {
1419         float : right;
1420   padding : 5px 5px 3px 0;
1421 }
1422
1423 #searchheader form.fz3950 {
1424         float : right;
1425         font-size : 125%;
1426         padding : 0 0 0 5em;
1427 }
1428
1429 #searchheader form.fz3950bigrpad {
1430         float : right;
1431         font-size : 125%;
1432         padding : 5px 25em 0 0;
1433 }
1434
1435 #search-facets ul {
1436         margin : 0;
1437         padding : .3em;
1438 }
1439
1440 #search-facets {
1441     border : 1px solid #B9D8D9;
1442     border-radius: 5px 5px 0 0;
1443 }
1444
1445 #search-facets h4 {
1446      background-color : #E6F0F2;
1447     border-bottom : 1px solid #B9D8D9;
1448      border-radius: 5px 5px 0 0;
1449         font-size : 90%;
1450         margin : 0;
1451         padding : .4em .2em;
1452         text-align : center;
1453 }
1454
1455 #search-facets ul li {
1456         font-weight : bold;
1457         list-style-type : none;
1458 }
1459
1460 #search-facets li li {
1461         font-weight : normal;
1462         font-size : 85%;
1463         margin-bottom : 2px;
1464         padding : .1em .2em;
1465 }
1466
1467 #search-facets li.showmore {
1468         font-weight : bold;
1469         text-indent : 1em;
1470 }
1471
1472 .facet-count {
1473     display: inline-block;
1474 }
1475
1476 div.pages {
1477         margin : .5em 0;
1478 }
1479
1480 div.pages a {
1481         font-weight: bold;
1482         padding: 1px 5px 1px 5px;
1483         text-decoration: none;
1484 }
1485
1486 div.pages a:link,
1487 div.pages a:visited {
1488         background-color : #eeeeee;
1489         color : #3366CC;
1490 }
1491
1492 div.pages a:hover {
1493         background-color : #FFC;
1494 }
1495
1496 div.pages a:active {
1497         background-color : #ffc;
1498 }
1499
1500 div.pages .current,
1501 div.pages .currentPage {
1502         background-color : #e6fcb7;
1503         color : #666;
1504         font-weight: bold;
1505         padding: 1px 5px 1px 5px;
1506 }
1507
1508 div.pages .inactive {
1509         background-color : #f3f3f3;
1510         color : #BCBCBC;
1511         font-weight: bold;
1512         padding: 1px 5px 1px 5px;
1513 }
1514
1515 div.browse {
1516         margin : .5em 0;
1517 }
1518
1519 div#bookcoverimg {
1520         text-align : center;
1521 }
1522
1523 div#header_search input.submit {
1524         font-size : 1em;
1525 }
1526
1527 *html input.submit {
1528         padding : .1em;
1529 }
1530
1531 input[type=submit]:active, input[type=button]:active, button:active, a.submit:active {
1532         border : 1px inset #999999;
1533 }
1534
1535 input[type=submit], input[type=reset], input[type=button], input.submit, button, a.submit {
1536         border: 1px outset #999999;
1537         border-top-color: #666;
1538         border-left-color: #666;
1539         -moz-border-radius : 2px;
1540         padding: 0.25em;
1541         background: #ffffff; /* Old browsers */
1542         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1543         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1544         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1545         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1546         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1547         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1548         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1549         color: #333333;
1550 }
1551
1552 input[type=submit]:disabled,
1553 input[type=reset]:disabled,
1554 input[type=button]:disabled,
1555 input.submit:disabled,
1556 button:disabled,
1557 a.submit:disabled {
1558     color : #999;
1559     border : 1px solid #C0C0C0;
1560     background : #EEE none;
1561 }
1562
1563 input[type=reset]:active, input[type=button]:active, input.submit:active, button:active, a.submit:active {
1564         border : 1px inset #999999;
1565 }
1566
1567 a.submit {
1568     display: inline-block;
1569 }
1570
1571 ul li input.submit {
1572         font-size : 87%;
1573         padding : 2px;
1574 }
1575
1576 input.warning {
1577     background: #FFF url(../img/famfamfam/silk/error.png) no-repeat 4px center;
1578         padding : 0.25em 0.25em 0.25em 25px;
1579 }
1580
1581 .searchhighlightblob {
1582     font-size:75%;
1583         font-style : italic;
1584 }
1585
1586 #displayexample {
1587         padding: 5px; 
1588         margin-bottom: 10px;
1589         background-color: #CCCCCC;
1590 }
1591
1592 #irregularity_summary {
1593         vertical-align : top;
1594 }
1595
1596 ul#toplevelmenu {
1597     padding : 0;
1598 }
1599
1600 table > caption span.actions {
1601     font-size: 66%;
1602     font-weight : normal;
1603     margin : 0 .5em 0 0;
1604 }
1605
1606 #CheckAll, #CheckNone, #CheckPending {
1607         font-weight : normal;
1608         margin : 0 .5em 0 0;
1609 }
1610 .lost,.dmg,.wdn {
1611         display : block;
1612         color : #990000;
1613 }
1614 .datedue {
1615         display : block;
1616         color : #999;
1617         font-style : italic;
1618 }
1619
1620 tr.reserved td {
1621         background-color : #eeffd4;
1622 }
1623 tr.transfered td {
1624         background-color : #e8f0f6;
1625 }
1626 .waitinghere,
1627 .credit {
1628         color : #669900;
1629 }
1630
1631 /* Permissions Labels */
1632 label.permissioncode:before {
1633         content: "(";
1634 }
1635 label.permissioncode:after {
1636         content: ")";
1637 }
1638 label.permissioncode {
1639         font-style : italic;
1640 }
1641 span.permissiondesc {
1642         font-weight : normal;
1643 }
1644 #mainuserblock {
1645         border : 1px solid #E8E8E8;
1646         margin-top : .5em;
1647         padding : .5em;
1648 }
1649
1650 .labeledmarc-table {
1651         border: 0;
1652 }
1653
1654 .labeledmarc-label {
1655         border: 0;
1656         padding: 5;
1657         font-size: 11pt;
1658     color: #000000;
1659     font-style: italic;
1660 }
1661
1662 .labeledmarc-value {
1663         border: 0;
1664         padding: 5;
1665         font-size: 10pt;
1666         color: black;
1667 }
1668
1669 #marcPreview table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
1670 #marcPreview th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
1671 #marcPreview td { border: 0; padding : 2px; vertical-align: top; }
1672 #marcPreview tbody tr:nth-child(2n+1) td { background-color: #FFF; }
1673 #marcPreview { width : 80%; margin-left : -40%; }
1674 @media (max-width: 767px) { #marcPreview { margin: 0; width : auto; } }
1675
1676 #cartDetails {
1677         background-color : #FFF;
1678         border: 1px solid #739acf;
1679          -moz-box-shadow: 1px 1px 3px 0 #666;
1680          -webkit-box-shadow: 1px 1px 3px 0 #666;
1681          box-shadow: 1px 1px 3px 0 #666;
1682         color : black;
1683         display : none;
1684         margin : 0;
1685         padding : 10px;
1686         text-align : center;
1687         width : 180px;
1688         z-index : 50;
1689 }
1690 #cartmenulink {
1691     background: transparent url("../img/cart-small.gif") left center no-repeat;
1692         padding-left : 15px;
1693 }
1694 #cartmenulink span#basketcount span {
1695         display : inline;
1696         font-size : 90%;
1697         font-weight : normal;
1698         padding : 0;
1699 }
1700 #moremenu {
1701         display : none;
1702 }
1703
1704 .results_summary {
1705   display: block;
1706   font-size : 85%; 
1707   color: #707070;
1708   padding : 0 0 .5em 0;
1709 }
1710 .results_summary .label {
1711   color: #202020;
1712 }
1713 .results_summary a {
1714   font-weight: normal;
1715 }
1716
1717 ul.budget_hierarchy {
1718     margin-left: 0px;
1719     padding-left: 0px;
1720 }
1721 ul.budget_hierarchy li {
1722     display: inline;
1723 }
1724 ul.budget_hierarchy li:after {
1725     content: " -> ";
1726 }
1727 ul.budget_hierarchy li:last-child:after {
1728     content: "";
1729 }
1730 ul.budget_hierarchy li:first-child:after {
1731     content: "";
1732 }
1733 .child_fund_amount {
1734     font-style: italic;
1735 }
1736 .number_box { font-size : 105%; line-height : 200%; }
1737 .number_box a {
1738         border : 1px solid #a4bedd;
1739         background-color : #e4ecf5;
1740         font-weight : bold;
1741         -moz-border-radius: 4px;
1742         border-radius: 4px;
1743         padding : .1em .4em;
1744         text-decoration : none;
1745 }
1746 .number_box a:hover { background-color : #ebeff7; }
1747 .container {
1748         border : 1px solid #EEE;
1749         padding : 1em;
1750         margin : 1em 0;
1751 }
1752 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1753
1754 .import_export{
1755     position:relative;
1756 }
1757 .import_export .import_export_options{
1758     background: white;
1759     border: 1px solid #CDCDCD;
1760     left: 60px;
1761     padding: 10px;
1762     position: absolute;
1763     top: 0;
1764     z-index: 1;
1765     width: 300px;
1766 }
1767 .import_export_options fieldset.rows li label {
1768     width : 16em;
1769 }
1770 .form_import fieldset.rows li label {
1771     width : auto;
1772 }
1773
1774 .import_export_options .export_ok {
1775     padding: 10;
1776     background: #E3E3E3 none;
1777     cursor: pointer;
1778     margin-left: 20px;
1779     border: none;
1780 }
1781 .import_export_options {
1782     padding: 10;
1783     background: #E3E3E3 none;
1784     cursor: pointer;
1785     margin-left: 20px;
1786     border: none;
1787 }
1788 .form_import .input_import {
1789     border: 1px solid #bcbcbc;
1790 }
1791 .import_export_options .importing {
1792     padding: inherit;
1793     background: none;
1794 }
1795
1796 .importing {
1797     position: relative;
1798 }
1799
1800 .importing .importing_msg {
1801     padding-left: 10px;
1802     padding-bottom: 10px;
1803 }
1804
1805 .field_hint {
1806     color: grey;
1807     font-style: italic;
1808     padding-left: 1em;
1809 }
1810
1811 .m880 {
1812     display:block; 
1813     text-align:right; 
1814     float:right; 
1815     width:50%; 
1816     padding-left:20px
1817 }
1818
1819 .advsearch {
1820     margin: 0;
1821 }
1822
1823 .advsearch table {
1824     border-spacing : 5px;
1825     border-collapse : separate;
1826     border-width : 0;
1827 }
1828 .advsearch td {
1829     border : 1px solid #EEE;
1830     padding : 0.3em 0.4em;
1831 }
1832 #circ_circulation_issue {
1833     position: relative;
1834     }
1835
1836 #clearscreen {
1837     position: absolute;
1838     top:0;
1839     right:0;
1840     }
1841
1842 #clearscreen a {
1843     display:block;
1844     -moz-border-radius: 0 0 0 5px;
1845     border-radius: 0 0 0 5px;
1846     padding : 0 .7em .2em .7em;
1847     background-color : #EEE;
1848     color : #CCC;
1849     text-shadow: 0px -1px 0px #666;
1850     text-decoration: none;
1851     font-size: 160%;
1852     font-weight : bold
1853     }
1854 #clearscreen a:hover {
1855     color : #cc0000;
1856     }
1857
1858 div.pager {
1859         background-color : #E8E8E8;
1860         border : 1px solid #BCBCBC;
1861         -moz-border-radius : 5px;
1862     border-radius : 5px;
1863         display : inline-block;
1864         font-size : 85%;
1865         padding : .3em .5em .3em .5em;
1866         margin : .4em 0;
1867 }
1868 div.pager img {
1869         vertical-align : middle;
1870 }
1871
1872 div.pager img.last {
1873         padding-right: 5px;
1874 }
1875 div.pager input.pagedisplay {
1876         border : 0;
1877         background-color : transparent;
1878         font-weight: bold;
1879         text-align : center;
1880 }
1881 a.localimage img {
1882         border : 1px solid #0000CC;
1883         margin : 0 .5em;
1884         padding : .3em;
1885 }
1886
1887 .no-image {
1888     background-color : #FFF;
1889     border: 1px solid #AAA;
1890     color : #979797;
1891     display:block;
1892     font-size : 86%;
1893     font-weight : bold;
1894     text-align : center;
1895     width : 75px;
1896     border-radius : 3px;
1897 }
1898
1899 div.pager p {
1900         margin: 0;
1901 }
1902
1903 div#acqui_order_supplierlist > div.supplier {
1904     border: 1px solid #EEEEEE;
1905     margin: 0.5em;
1906     padding: 1em;
1907 }
1908
1909 div#acqui_order_supplierlist > div.supplier > span.suppliername {
1910     display: inline;
1911     font-size: 1.7em;
1912     margin-bottom: 0.5em;
1913 }
1914
1915 div#acqui_order_supplierlist > div.supplier > span.action {
1916     margin-left: 5em;
1917 }
1918
1919 div#acqui_order_supplierlist > div.supplier > div.baskets {
1920     margin-top: 0.5em;
1921 }
1922
1923 .supplier-contact-details {
1924     float: left;
1925 }
1926
1927 #add-contact {
1928     margin: 0 0 8px 8px;
1929 }
1930
1931 #contact-template {
1932     display: none;
1933 }
1934
1935 /* Override core jQueryUI widgets */
1936 .ui-widget-content { border: 1px solid #B9D8D9; background: #ffffff none; color: #222222; }
1937 .ui-widget-header { border: 1px solid #B9D8D9; background: #E6F0F2 none; color: #222222; font-weight: bold; }
1938 .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; }
1939 .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; }
1940 .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; }
1941 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #FED22F; background: #FFF4C6; color: #363636; }
1942 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
1943
1944 /* Override jQuery Autocomplete */
1945 .ui-autocomplete {
1946     position: absolute;
1947     cursor: default;
1948     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1949     -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1950     box-shadow: 2px 2px 2px rgba(0,0,0,.3);
1951 }
1952 .ui-autocomplete.ui-widget-content .ui-state-hover {
1953     border: 1px solid #B9D8D9;
1954     background: #E6F0F2 none;
1955     font-weight: normal;
1956     color: #212121;
1957 }
1958 .ui-autocomplete-loading {
1959     background: #FFF url("../img/spinner-small.gif") right center no-repeat;
1960 }
1961
1962 /* jQuery UI standard tabs */
1963 .ui-menu li {
1964     list-style:none;
1965 }
1966
1967 .ui-tabs-nav .ui-tabs-active a,
1968 .ui-tabs-nav a:hover,
1969 .ui-tabs-nav a:focus,
1970 .ui-tabs-nav a:active,
1971 .ui-tabs-nav span.a {
1972     background: none repeat scroll 0 0 transparent;
1973     outline: 0 none;
1974 }
1975
1976 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
1977     background-color : #FFF;
1978     border : 1px solid #B9D8D9;
1979     border-bottom-width: 0;
1980 }
1981
1982 .ui-widget,
1983 .ui-widget input,
1984 .ui-widget select,
1985 .ui-widget textarea,
1986 .ui-widget button {
1987     font-family : inherit;
1988     font-size : inherit;
1989 }
1990 ul.ui-tabs-nav li {
1991     list-style : none;
1992 }
1993 .ui-tabs.ui-widget-content {
1994     background : transparent none;
1995     border : 0;
1996 }
1997
1998 .ui-tabs .ui-tabs-panel {
1999     border : 1px solid #B9D8D9;
2000 }
2001 .ui-tabs-nav.ui-widget-header {
2002     border : 0;
2003     background : none;
2004 }
2005 .ui-tabs .ui-tabs-nav li {
2006     background: #E6F0F2 none;
2007     border: 1px solid #B9D8D9;
2008     margin-right : .4em;
2009     top: 1px;
2010 }
2011 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
2012     color : #000;
2013     font-weight : bold;
2014 }
2015
2016 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2017     background : #EDF4F5 none;
2018 }
2019
2020 .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {
2021     background : #FFF none;
2022 }
2023
2024 .ui-tabs .ui-state-default a,
2025 .ui-tabs .ui-state-default a:link,
2026 .ui-tabs .ui-state-default a:visited {
2027     color: #004D99;
2028 }
2029
2030 .ui-tabs .ui-state-hover a,
2031 .ui-tabs .ui-state-hover a:link,
2032 .ui-tabs .ui-state-hover a:visited {
2033     color: #538200;
2034 }
2035
2036 .statictabs ul {
2037     background: none repeat scroll 0 0 transparent;
2038     border: 0 none;
2039     margin: 0;
2040     padding: 0.2em 0.2em 0;
2041     border-bottom-right-radius: 4px;
2042     border-bottom-left-radius: 4px;
2043     border-top-right-radius: 4px;
2044     border-top-left-radius: 4px;
2045     color: #222222;
2046     font-weight: bold;
2047     font-size: 100%;
2048     line-height: 1.3;
2049     list-style: none outside none;
2050     outline: 0 none;
2051     text-decoration: none;
2052 }
2053
2054 .statictabs ul:after {
2055     clear: both;
2056 }
2057
2058 .statictabs ul:before,
2059 .statictabs ul:after {
2060     content: "";
2061     display: table;
2062 }
2063
2064 .statictabs ul li {
2065     background: none repeat scroll 0 0 #E6F0F2;
2066     border: 1px solid #B9D8D9;
2067     border-bottom: 0 none;
2068     border-top-right-radius: 4px;
2069     border-top-left-radius: 4px;
2070     float: left;
2071     list-style: none outside none;
2072     margin-bottom: 0;
2073     margin-right: 0.4em;
2074     padding: 0;
2075     position: relative;
2076     white-space: nowrap;
2077     top: 1px;
2078     color: #555555;
2079     font-weight: normal;
2080
2081 }
2082
2083 .statictabs ul li.active {
2084     background-color: #FFFFFF;
2085     color: #212121;
2086     font-weight: normal;
2087     padding-bottom: 1px;
2088 }
2089
2090 .statictabs ul li a {
2091     color: #004D99;
2092     cursor: pointer;
2093     float: left;
2094     padding: 0.5em 1em;
2095     text-decoration: none;
2096 }
2097
2098 .statictabs ul li a:hover {
2099     background-color : #EDF4F5;
2100     border-top-right-radius: 4px;
2101     border-top-left-radius: 4px;
2102     color : #538200;
2103 }
2104
2105 .statictabs ul li.active a {
2106     color: #000000;
2107     font-weight: bold;
2108     cursor: text;
2109     background: none repeat scroll 0 0 transparent;
2110     outline: 0 none;
2111     top : 1px;
2112 }
2113
2114 .statictabs .tabs-container {
2115     border: 1px solid #B9D8D9;
2116     background: none repeat scroll 0 0 transparent;
2117     display: block;
2118     padding: 1em 1.4em;
2119     border-bottom-right-radius: 4px;
2120     border-bottom-left-radius: 4px;
2121     color: #222222;
2122 }
2123
2124 /* jQuery UI header search box tabs */
2125 #header_search ul.ui-tabs-nav {
2126     padding-top : 0;
2127     margin-left: 1em;
2128 }
2129 #header_search ul.ui-tabs-nav li.ui-state-default {
2130     border: 0;
2131     background : transparent none;
2132     top: 0;
2133 }
2134 #header_search ul.ui-tabs-nav li.ui-state-default a {
2135     padding : .3em .6em;
2136 }
2137 #header_search ul.ui-tabs-nav li.ui-tabs-active {
2138     border : 1px solid #85CA11;
2139     border-top-width: 0;
2140     top: -2px;
2141     background-color : #FFFFF1;
2142 }
2143 #header_search ul.ui-tabs-nav li.ui-tabs-active a {
2144     text-decoration: none;
2145 }
2146 #header_search .ui-corner-top {
2147      border-radius: 0 0 4px 4px;
2148 }
2149
2150 #header_search > div,
2151 #header_search > ul > li {
2152     display: none;
2153 }
2154 #header_search > div:first-of-type,
2155 #header_search > ul > li:first-of-type {
2156     display: block;
2157 }
2158
2159 .authref {
2160     font-style: normal;
2161     text-indent: 4em;
2162 }
2163
2164 .seefrom, .seealso {
2165     font-style: italic;
2166     text-indent: 2em;
2167 }
2168
2169 #authfinderops {
2170     float: right;
2171 }
2172 div.authorizedheading {
2173   font-weight: bold;
2174 }
2175 .authres_notes, .authres_seealso, .authres_otherscript {
2176   padding-top: 3px;
2177 }
2178 .authres_notes {
2179   font-style: italic;
2180 }
2181
2182
2183 .contents {
2184     width: 75%;
2185 }
2186
2187 .contentblock {
2188     position: relative;
2189     margin-left: 2em;
2190 }
2191
2192 .contents .t:first-child:before {
2193     content: "→ ";
2194 }
2195
2196 .contents .t:before {
2197     content: "\A→ ";
2198     white-space: pre;
2199 }
2200
2201 .contents .t {
2202     font-weight: bold;
2203     display: inline;
2204 }
2205
2206 .contents .r {
2207     display: inline;
2208 }
2209
2210 #hierarchies a {
2211     font-weight: normal;
2212     text-decoration: underline;
2213     color: #069;
2214 }
2215
2216 #hierarchies a:hover {
2217     color: #990033;
2218 }
2219
2220 #didyoumeanopac, #didyoumeanintranet {
2221     float: left;
2222     width: 260px;
2223 }
2224
2225 .pluginlist {
2226     padding-bottom: 10px;
2227 }
2228 .plugin {
2229     margin: 0 1em 1em 0;
2230 }
2231 .pluginname {
2232     margin: 0.3em;
2233     padding-bottom: 4px;
2234     padding-left: 0.2em;
2235     background-color: #E6F0F2;
2236 }
2237 .pluginname .ui-icon {
2238     float: right;
2239 }
2240 .plugindesc {
2241     padding: 0.4em;
2242 }
2243 .ui-sortable-placeholder {
2244     border: 1px dotted black;
2245     visibility: visible !important;
2246     height: 80px !important;
2247 }
2248 .ui-sortable-placeholder * {
2249     visibility: hidden;
2250 }
2251
2252 /* jQuery UI Datepicker */
2253 .ui-datepicker table {
2254     width: 100%;
2255     font-size: .9em;
2256     border : 0;
2257     border-collapse: collapse;
2258     margin:0 0 .4em;
2259 }
2260
2261 .ui-datepicker th {
2262     background : transparent none;
2263     padding: .7em .3em;
2264     text-align: center;
2265     font-weight: bold;
2266     border: 0;
2267 }
2268
2269 .ui-datepicker-trigger {
2270     vertical-align: middle;
2271     margin : 0 3px;
2272 }
2273 .ui-datepicker {
2274     -moz-box-shadow: 1px 1px 3px 0 #666;
2275     -webkit-box-shadow: 1px 1px 3px 0 #666;
2276     box-shadow: 1px 1px 3px 0 #666;
2277 }
2278
2279 /* css for timepicker */
2280 .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
2281 .ui-timepicker-div dl { text-align: left; }
2282 .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
2283 .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
2284 .ui-timepicker-div td { font-size: 90%; }
2285 .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
2286 .ui_tpicker_second,
2287 .ui_tpicker_millisec,
2288 .ui_tpicker_microsec {
2289     display: none;
2290 }
2291
2292 /* jQuery UI Accordion */
2293 .ui-accordion-header,
2294 .ui-widget-content .ui-accordion-header {
2295     font-weight: bold; font-size : 110%;
2296 }
2297
2298 fieldset.rows.ui-accordion-content {
2299     border-top-left-radius: 0;
2300     border-top-right-radius: 0;
2301     margin: 0;
2302     padding: 0;
2303     width: auto;
2304 }
2305
2306 fieldset.rows.ui-accordion-content table {
2307     margin : 0;
2308 }
2309
2310 video {
2311     width: 480px;
2312 }
2313
2314 /* Bootstrap overrides */
2315 button,
2316 .btn {
2317     border-color : #ADADAD #ADADAD #949494;
2318     font-family: arial,helvetica,clean,sans-serif;
2319 }
2320
2321 .btn.btn-link {
2322     border : 0;
2323 }
2324
2325 .btn-small .caret {
2326     margin-top : .6em;
2327 }
2328
2329 #toolbar .btn,
2330 #toolbar .dropdown-menu,
2331 .btn-toolbar .btn,
2332 .btn-toolbar .dropdown-menu {
2333     font-size: 13px;
2334 }
2335 a.btn:link,
2336 a.btn:visited{
2337     color: #333333;
2338 }
2339 .dropdown-menu li {
2340     list-style: none outside none;
2341 }
2342 a.dropdown-toggle {
2343     white-space: nowrap;
2344 }
2345
2346 a.disabled {
2347     color : #999999;
2348 }
2349
2350 .navbar {
2351     color: #333;
2352 }
2353
2354 .navbar .nav > li > a, .loggedout {
2355     color: #004D99;
2356     font-weight: bold;
2357     padding : .4em .2em;
2358 }
2359
2360 .navbar .nav > li {
2361     list-style: none outside none;
2362     padding : 0 .6em;
2363 }
2364
2365 .navbar .nav > li > a:focus,
2366 .navbar .nav > li > a:hover {
2367     color: #538200;
2368 }
2369
2370 .navbar .nav li.dropdown.open > .dropdown-toggle,
2371 .navbar .nav li.dropdown.active > .dropdown-toggle,
2372 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2373     background: transparent none;
2374 }
2375
2376 .navbar-static-top .navbar-inner {
2377     background: #E6F0F2 none;
2378     border: 0;
2379     box-shadow: none;
2380     min-height: 0;
2381     padding-left: 0;
2382 }
2383 .navbar-fixed-bottom .navbar-inner {
2384     min-height: 0;
2385     padding : .4em 0;
2386 }
2387
2388 .navbar-fixed-bottom .nav > li > a {
2389     font-weight: normal;
2390     padding : .05em .3em;
2391 }
2392
2393 .navbar-fixed-bottom .nav > li {
2394     border-right : 1px solid #CCC;
2395 }
2396
2397 .navbar-fixed-bottom .nav > li:last-child {
2398     border-right : 0;
2399 }
2400
2401 .navbar-fixed-bottom .nav > li.navbar-text {
2402     line-height: normal;
2403     padding : 0.4em 0.7em;
2404 }
2405 .navbar .nav > li {
2406     list-style: none outside none;
2407     padding : 0 .6em;
2408 }
2409 .navbar .nav > li > a {
2410     color: #004D99;
2411     font-weight: bold;
2412     padding : .4em .3em;
2413 }
2414 .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2415     background: transparent none;
2416 }
2417
2418 .navbar .nav > li > a:focus,
2419 .navbar .nav > li > a:hover {
2420     color: #538200;
2421 }
2422
2423 .navbar .nav li.dropdown.open > .dropdown-toggle,
2424 .navbar .nav li.dropdown.active > .dropdown-toggle,
2425 .navbar .nav li.dropdown.open.active > .dropdown-toggle {
2426     background: transparent none;
2427 }
2428
2429 .tooltip.bottom .tooltip-arrow {
2430     border-bottom-color: #EEE;
2431 }
2432 .tooltip.bottom .tooltip-inner {
2433     background-color : #FFF;
2434     border: 1px solid rgba(0, 0, 0, 0.2);
2435     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2436     color: #000;
2437     padding : 1em;
2438     font-size : 120%;
2439 }
2440 .separator { color : #666; padding : 0 .2em; }
2441
2442 .close {
2443     position: inherit;
2444     top: auto;
2445     right : auto;
2446     filter : none;
2447     float : none;
2448     font-size: inherit;
2449     font-weight: normal;
2450     opacity: inherit;
2451     text-shadow: none;
2452 }
2453
2454 .close:hover {
2455     color: inherit;
2456     filter: inherit;
2457     font-size: inherit;
2458     opacity: inherit;
2459 }
2460
2461 a.close:hover {
2462     color: #538200;
2463 }
2464
2465 /* Redefine a new style for Bootstrap's class "close" since we use that already */
2466 /* Use <a class="closebtn" href="#">&times;</a> */
2467 .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
2468 .modal-header .closebtn{margin-top:2px;}
2469 .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);}
2470 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
2471
2472 .btn-group label,
2473 .btn-group select {
2474     font-size: 13px;
2475 }
2476
2477 .tooltip-inner {
2478     white-space:pre-wrap;
2479 }
2480
2481 /* End Bootstrap overrides */
2482
2483 .waiting {
2484     cursor: wait;
2485 }
2486
2487 fieldset.rows table.mceListBox {
2488     margin: 0;
2489 }
2490
2491 #jobpanel,#jobstatus,#jobfailed { display : none; }
2492 #jobstatus { margin:.4em; }
2493
2494 #jobprogress{
2495     display: inline-block;
2496     width:200px;
2497     height:10px;
2498     border:1px solid #666;
2499     background:url('../img/progress.png') -300px 0px no-repeat;
2500  }
2501
2502 .progress_panel {
2503     clear: both;
2504     font-size: 120%;
2505     margin: 1em 0;
2506     padding: 1em;
2507     border: 2px solid #EEE;
2508     border-radius: 5px;
2509 }
2510
2511 progress {
2512     width: 50%;
2513 }
2514
2515 #selections { width : 100%; white-space : normal; }
2516 #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%; }
2517 #selections span.selected { background-color : #CCE0FC; }
2518 #selections input { vertical-align:middle;margin:0 2px; }
2519
2520 #changepasswordf input[type="text"],
2521 #changepasswordf input[type="password"] {
2522     font-size: 140%;
2523     font-family : monospace;
2524     padding : .3em;
2525 }
2526
2527 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
2528
2529 .floating {
2530     -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2531     box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
2532 }
2533
2534 div#toolbar.floating,
2535 #searchheader.floating {
2536     border-radius: 0;
2537     margin-top: 0;
2538 }
2539
2540 .inline {
2541     display : inline;
2542 }
2543
2544 .nowrap {
2545     white-space: nowrap;
2546 }
2547
2548 .tag_editor {
2549     background: transparent url("../img/edit-tag.png") top left no-repeat;
2550     display : block;
2551     float : left;
2552     width : 16px;
2553     height: 16px;
2554     margin : 4px;
2555     text-indent: 100%;
2556     white-space: nowrap;
2557     overflow: hidden;
2558 }
2559
2560 .browse-controls {
2561     margin-left: 1.1em;
2562     margin-right: .5em;
2563     padding-bottom: 1em;
2564     padding-top: 1em;
2565 }
2566
2567 #browse-return-to-results {
2568     border-top-left-radius : 3px;
2569     border-top-right-radius : 3px;
2570     display: block;
2571     text-align: center;
2572 }
2573
2574 .browse-button {
2575     color: #004d99;
2576     padding: .4em .6em;
2577     display: inline-block;
2578 }
2579
2580 span.browse-button {
2581     background: #fafafa;
2582     color: #222;
2583 }
2584
2585 .browse-button:hover {
2586     background: #fafafa;
2587 }
2588
2589 .browse-label,
2590 .browse-prev-next {
2591     border: 1px solid #b9d8d9;
2592 }
2593
2594 .browse-label {
2595     border-top-left-radius : 5px;
2596     border-top-right-radius : 5px;
2597     background-color : #e8f0f6;
2598 }
2599
2600 .browse-prev-next {
2601     border-top-width: 0;
2602     border-bottom-left-radius: 5px;
2603     border-bottom-right-radius: 5px;
2604 }
2605
2606 #browse-previous {
2607     border-right : 1px solid #B9D8D9;
2608     border-bottom-left-radius: 5px;
2609     padding-right: 1em;
2610 }
2611
2612 #browse-next {
2613     border-top-width : 0;
2614     border-bottom-right-radius: 5px;
2615     float: right;
2616     padding-right: 1em;
2617 }
2618
2619 .loading-overlay {
2620     background-color: #FFF;
2621     cursor: wait;
2622     height: 100%;
2623     left: 0;
2624     opacity: .7;
2625     position: fixed;
2626     top: 0;
2627     width: 100%;
2628     z-index: 1000;
2629 }
2630 .loading-overlay div {
2631     background : transparent url(../img/loading.gif) top left no-repeat;
2632     font-size : 175%;
2633     font-weight: bold;
2634     height: 2em;
2635     left: 50%;
2636     margin: -1em 0 0 -2.5em;
2637     padding-left : 50px;
2638     position: absolute;
2639     top: 50%;
2640     width: 15em;
2641 }
2642
2643 #merge_invoices {
2644     display: none;
2645     margin: 1em auto;
2646 }
2647
2648 #merge {
2649     margin: 0.5em 0 0 0;
2650 }
2651
2652 #merge_table tr.active td {
2653     background-color: #FFFFCC;
2654 }
2655
2656 .renewals {
2657     display:block;
2658     font-size:0.8em;
2659     padding:0.5em;
2660 }
2661
2662 #transport-types {
2663     padding-top: 0.5px;
2664 }
2665
2666 #i18nMenu .navbar-text .currentlanguage {
2667     color : #000;
2668     font-weight: bold;
2669 }
2670
2671 #i18nMenu a.currentlanguage:link,
2672 #i18nMenu a.currentlanguage:visited {
2673     font-weight: bold;
2674 }
2675
2676 #i18nMenu a,
2677 #i18nMenu a:link,
2678 #i18nMenu a:visited {
2679     color : #004d99;
2680     font-weight: normal;
2681 }
2682
2683 #i18nMenu a:hover,
2684 #i18nMenu a:active {
2685     color : #538200;
2686     font-weight: normal;
2687 }
2688
2689 #i18nMenu a .sublanguage-selected {
2690     color: #000;
2691     font-weight: bold;
2692 }
2693
2694 #i18nMenu .dropdown-menu a:hover,
2695 #i18nMenu .dropdown-menu a:focus {
2696     color : #FFF;
2697 }
2698
2699 #circ_circulation_issue .onsite_checkout-select label,
2700 .onsite_checkout-select label {
2701     font-size : inherit;
2702     font-weight: normal;
2703 }
2704 span.onsite_checkout {
2705     color: #cc0000;
2706 }
2707 .onsite-checkout-only {
2708     background-color : rgba(255, 242, 206, 0.5);
2709     border-radius: 4px;
2710     border : 1px solid #FFF2CE;
2711 }
2712
2713 div.lastchecked {
2714     padding : .2em 1em;
2715     border: 2px solid #BCDB89;
2716     border-bottom-left-radius: 5px;
2717     border-bottom-right-radius: 5px;
2718 }
2719 .branchgriditem {
2720     background-color: #fff;
2721     border: 1px solid #b9d8d9;
2722     border-radius: 3px;
2723     display: table-cell;
2724     float: left;
2725     margin: 3px;
2726     padding: 0.3em;
2727 }
2728 .branchgridrow {
2729     display: table-row;
2730 }
2731 .branchselector {
2732     display: table;
2733 }
2734
2735 .hq-author {
2736     font-weight: bold;
2737 }
2738
2739 div#cn_browser_table_wrapper > table#cn_browser_table {
2740    margin: auto;
2741    width:90%;
2742 }
2743
2744 /* Tools > automatic_item_modification_by_age */
2745 div.rules {
2746     display: block;
2747 }
2748
2749 #new_rule {
2750     display: none;
2751 }
2752
2753 #new_rule, div.rule {
2754     background-color: #F4F8F9;
2755     border: 2px solid #B9D8D9;
2756     border-radius: 5px;
2757     margin: .3em;
2758     padding: .3em;
2759 }
2760
2761 .blocks {
2762     margin-bottom: .3em;
2763 }
2764
2765 .remove_rule {
2766     padding-left: .7em;
2767     font-size: 80%;
2768 }
2769
2770 div[class$="_table_controls"] {
2771     padding: .7em 0;
2772 }
2773
2774 .underline {
2775     text-decoration: underline;
2776 }
2777
2778 .overline {
2779     text-decoration: overline;
2780 }
2781
2782 .order-control {
2783     padding-right: 5px;
2784 }
2785
2786 #borrower_message {
2787     margin-top: 10px;
2788 }
2789
2790 .form-group {
2791    margin-bottom: 10px;
2792 }
2793
2794 .form-group label {
2795     font-weight: bold;
2796 }
2797
2798 .modal-textarea {
2799     width: 98%;
2800 }