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