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