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