]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
58ffb4cd00c461e5743087b3dcf8dcbd946bd292
[working/Evergreen.git] / Open-ILS / src / templates / opac / css / style.css.tt2
1 [%-
2     PROCESS "opac/parts/css/colors.tt2";
3     PROCESS "opac/parts/css/fonts.tt2";
4 %]
5
6 body {
7     margin:0;
8     font-family: Arial, Helvetica, sans-serif;
9     font-size: [% css_fonts.size_base %];
10     background: [% css_colors.primary %];
11 }
12
13 img {
14     border: none;
15 }
16
17 #topnav_logo {
18     padding-bottom: 25px;
19 }
20
21 #homesearch_main_logo {
22     padding-top: 60px;
23 }
24
25 a {
26     color: [% css_colors.primary %];
27 }
28
29 #search-wrapper input[type=text] {
30     margin:0;
31     padding:0;
32 }
33
34 #search-wrapper select, .results_header_lbl select {
35     border:1px solid [% css_colors.border_standard %];
36     margin:0;
37     padding:0;
38     width: 12em;
39 }
40
41 .searchbar {
42     font-weight: bold;
43     padding-top: 10px;
44 }
45
46 /*
47 #search-wrapper select {
48     border:0px solid [% css_colors.border_dark %];
49     filter:alpha(opacity=0);
50     -moz-opacity:0;
51     -khtml-opacity:0;
52     opacity:0;
53     padding:0;
54     margin:0;
55     height:18px;
56 }
57 */
58 h1 {
59     margin:0;
60     margin-bottom: 5px;
61     font-size: [% css_fonts.size_biggest %];
62     font-weight:normal;
63 }
64
65 h2 {
66     font-size: [% css_fonts.size_bigger %];
67     font-weight:bold;
68 }
69
70 h2.graphic880 {
71     font-size: [% css_fonts.size_bigger %];
72     font-weight:normal;
73 }
74
75 .hide_me, .hidden {
76     display: none;
77     visibility: hidden;
78 }
79
80 div.select-box-wrapper {
81     position:absolute;
82     padding-top:2px;
83     padding-left:3px;
84     overflow:hidden;
85     text-align:left;
86 }
87
88 #dash_wrapper {
89     position: relative;
90     top: -2em;
91 }
92
93 #dash_wrapper div {
94     position: relative;
95     vertical-align: middle;
96     background: [% css_colors.primary %];
97     border-radius: 5px;
98     height: 3em;
99     padding: 0em 1em 0em 1em;
100 }
101
102 span.dash_divider {
103     margin: 0em 1em 0em 1em;
104     position: relative;
105     top: 10px;
106     color: [% css_colors.primary_fade %];
107 }
108
109 #dashboard {
110     clear:both;
111     float:right;
112     margin-top: 1em;
113     background: [% css_colors.primary %];
114     border-radius: 5px;
115     height: 3em;
116 }
117
118 #dashboard span.dash-align a {
119     font-weight: bold;
120     text-decoration: none;
121     position: relative;
122     top: 10px;
123 }
124
125 #dash_user {
126     font-weight: bold;
127     text-transform: capitalize;
128     position: relative;
129     top: 10px;
130 }
131
132 #logout_link { left: 1px; }
133
134 #dash_checked { color: [% css_colors.text_attention %]; }
135 #dash_holds { color: [% css_colors.text_attention %]; }
136 #dash_pickup { color: [% css_colors.text_goodnews %]; }
137 #dash_fines { color: [% css_colors.text_badnews %]; }
138 #header-wrap {
139     background: linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
140     background: -moz-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
141     background: -o-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
142     background: -webkit-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
143     background-color: [% css_colors.primary_fade %];
144 }
145 #header {
146     color: [% css_colors.background %];
147     padding-top: 26px;
148     margin-left: 1em;
149     font-size: [% css_fonts.size_small %];
150 }
151
152 #header a {
153     color: [% css_colors.background %];
154 }
155
156 #header a:hover {
157     color: [% css_colors.text_invert %];
158     text-decoration: none;
159 }
160
161 #header-links {
162     color: [% css_colors.text_invert %];
163     font-size: [% css_fonts.size_small %];
164     font-weight: bold;
165     position: relative;
166     top:4px;
167     
168 }
169
170 #header-links a {
171     color: [% css_colors.text_invert %];
172     display: block;
173     float:left;
174     margin-right:22px;
175     text-decoration: none;
176 }
177
178 #header-links a:hover {
179     color: [% css_colors.text_invert %];
180     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
181     text-decoration: none;
182 }
183
184 #header #header-links2 {
185     position:relative;
186     top:-8px;
187     color: [% css_colors.text_invert %];
188     padding-bottom: 15px;
189 }
190
191 #header #header-links2 a {
192     color: [% css_colors.text_invert %];
193 }
194
195 #header #header-links2 a:hover {
196     text-decoration: underline;
197 }
198
199 #header #your-acct-login {
200     padding-top:10px;
201 }
202
203 #gold-links {
204     margin-left: 1em;
205     padding-left:0px;
206 }
207
208 #gold-links-home {
209     margin:auto;
210     padding-left:0px;
211 }
212
213 #gold-links-holder {
214     height: 24px;
215     background: [% css_colors.background_invert %];
216 }
217
218 #util-bar {
219     margin-left: 1em;
220     padding-left:0px;
221     height:0px;
222 }
223
224 #search-wrapper {
225     border-bottom: 1px solid [% css_colors.border_standard %];
226     padding-bottom: 5px;
227     background: [% css_colors.background %];
228 }
229
230 .search_box_wrapper {
231     padding: 10px 5px 5px 3px;
232 }
233
234 #search-wrapper #breadcrumb {
235     margin-top:0px;
236     font-size: [% css_fonts.size_smaller %];
237     float:left;
238 }
239
240 #search-wrapper #search-within {
241     margin-top:10px;
242     float:right;
243     position:relative;
244     left:-173px;
245 }
246
247 #search-wrapper #breadcrumb a {
248     color: [% css_colors.text %];
249 }
250
251 #search-wrapper #search_frm label {
252     font-size: [% css_fonts.size_smaller %];
253 }
254
255 #search-wrapper #search-box {
256     margin-left: 1em;
257     padding-left: 0px;
258     padding-top: 10px;
259     padding-bottom: 10px;
260 }
261
262 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
263     height: 40px;
264     margin-left: 1em;
265 }
266
267 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
268     float: left;
269     text-align: center;
270     vertical-align: middle;
271     display: block;
272     margin: 10px 7px 10px 0px;
273     padding: 10px 0px 10px 0px;
274     -moz-border-radius: 10px 10px 0px 0px; 
275     border-radius: 10px 10px 0px 0px;
276     font-weight: bold;
277     color: [% css_colors.text_invert %];
278     background: [% css_colors.control %];
279     font-weight: bold;
280     text-decoration: none;
281 }
282
283 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
284     padding: 1em 1em 0.5em;
285 }
286
287 #adv_search_tabs a:hover, #acct_tabs a:hover, #acct_fines_tabs a:hover, #acct_checked_tabs a:hover, #acct_holds_tabs a:hover, #acct_prefs_tabs a:hover {
288     background: [% css_colors.primary %]; 
289     color: [% css_colors.text_invert %];
290     text-decoration: none;
291 }
292
293 .checkbox_col {
294     width: 1%;
295     padding-left: 10px !important;
296 }
297
298 #adv_search.on, #num_search.on, #expert_search.on {
299     color: [% css_colors.accent_darker %];
300     background: [% css_colors.background %];
301     text-decoration: none;
302 }
303
304 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
305     color: [% css_colors.accent_darker %];
306     background: [% css_colors.background %];
307     text-decoration: none;
308 }
309
310 .acct-tab-off {
311     background: [% css_colors.control %];
312 }
313
314 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
315     margin-top: 0px;
316     font-size: [% css_fonts.size_smaller %];
317     color: [% css_colors.accent_darker %];
318     padding: 10px 10px 10px 10px;
319 }
320
321 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
322     background: [% css_colors.accent_lightest %];
323     color: [% css_colors.accent_darker %];
324 }
325
326 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
327     padding-bottom: 12px;
328     color: [% css_colors.accent_medium %];
329 }
330
331 .rdetail_header {
332     padding: 5px 7px 6px 0px;
333     margin-left: 1em;
334     border-bottom: 1px dotted [% css_colors.accent_light %];
335 }
336
337 .rdetail_results a {
338     color:[% css_colors.primary_fade %];
339     font-weight:bold;
340     font-size: [% css_fonts.size_bigger %];
341 }
342
343 .rdetail_result_count {
344     color: [% css_colors.text %];
345     font-weight: normal;
346     padding-left: 1em;
347     display: inline-block;
348 }
349
350 .rdetail_result_nav {
351     font-weight:normal;
352     padding-left: 1em;
353     display: inline-block;
354 }
355
356 #rdetail_details_table {
357     margin-top: 15px;
358 }
359
360 #rdetail_image { border: none; }
361 #rdetail_image_cell {
362     padding-top: 3px;
363     padding-right: 10px;
364 }
365
366 h2.rdetail_uris {
367     margin-top: 1em;
368 }
369 div.rdetail_uris {
370     padding: 0.5em 1em 0.5em 1em;
371     background-color: [% css_colors.accent_lighter2 %];
372 }
373 div.rdetail_uris ul li {
374     position: relative;
375     left: 1em;
376 }
377
378 div.rdetail_show_copies {
379     margin-top: 1em;
380 }
381
382 div#rdetail_actions_div {
383     float: right;
384     background: [% css_colors.background %];
385 }
386
387 span#rdetail_copy_counts {
388     display: inline-block;
389     border-right: thin;
390     vertical-align: top;
391     margin-right: 1em;
392     padding-right: 1em;
393 }
394
395 span#rdetail_hold_counts {
396     display: inline-block;
397     vertical-align: top;
398 }
399
400 #rdetail_image_div {
401     float: left;
402     margin-right: 1em;
403 }
404
405 .rdetail_aux_utils {
406     border-left:1px dotted [% css_colors.accent_light %];
407     padding-left: 17px;
408     padding-bottom: 6px;
409     padding-right: 70px;
410 }
411
412 div.place_hold {
413     border-bottom: 1px dotted [% css_colors.accent_light %];
414     padding-top: 10px;
415 }
416
417 span.place_hold {
418     position:relative;
419     top:-3px;
420     left:3px;
421 }
422
423 div.toggle_list { padding-top: 6px; }
424
425 div.format_icon {
426     float: right;
427     margin-right: 17px;
428 }
429
430 .results_aux_utils {
431     border-left:1px dotted [% css_colors.accent_light %];
432     padding-left: 17px;
433     padding-bottom: 6px;
434     padding-right: 50px;
435 }
436
437 .result_util {
438     border-bottom: 1px dotted [% css_colors.accent_light %];
439     padding-top: 6px;
440 }
441
442 .results_reviews {
443     position: relative;
444     top: -5px;
445 }
446
447 #rdetail_copies {
448     padding-top: 1.5em;
449 }
450
451 #rdetails_status td, #rdetails_status2 td {
452     white-space:nowrap !important;
453     padding: 7px 0px 3px 13px;
454 }
455
456 #rdetails_status thead th {
457     background-color: [% css_colors.accent_lighter2 %];
458     padding: 13px 0px 13px 13px;
459     font-size: [% css_fonts.size_smaller %];
460     text-transform: uppercase;
461     font-weight: bold;
462     text-align: left;
463 }
464
465 #rdetails_status tbody td {
466     padding-left: 13px;
467     text-align: left;
468 }
469
470 .rdetail_extras {
471     height: 29px;
472     background: [% css_colors.primary %];
473     padding-top:1px;
474     margin-bottom: 10px;
475     margin-top: 10px;
476     clear:both;
477 }
478
479 .rdetail_extras_hr {
480     height: 1px;
481     background: [% css_colors.accent_light %];
482     margin-left: 1px;
483     margin-right: 1px;
484 }
485
486 .rdetail_extras_link {
487     padding-top: 4px;
488     padding-left: 12px;
489     font-size: [% css_fonts.size_smaller %];
490     text-transform: uppercase;
491     font-weight: bold;
492 }
493
494 .rdetail_extras_lbl {
495     position: relative;
496     top: -4px;
497     left: 7px;
498     color: [% css_colors.text_invert %];
499 }
500
501 ##rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
502     margin-left: 13px;
503 }
504
505 #rdetail_locs_expand, #rdetail_locs_collapse {
506     padding-bottom:3px;
507     margin-top:15px;
508     margin-left:13px;
509 }
510
511 #rdetail_anotes_div .biography {
512     margin:0;
513 }
514
515 .almost-content-wrapper {
516     background: [% css_colors.background %];
517 }
518
519 #content-wrapper {
520     background: [% css_colors.background %];
521     min-height: 260px;
522     border-bottom: 1px solid [% css_colors.border_dark %];
523 }
524
525 .content-wrapper-record-page { top: -15px; position: relative; }
526
527 #main-content-home {
528     padding-left: 17px;
529     margin-left: 1em;
530 }
531 #main-content {
532     padding-left: 0px;
533     margin-left: 1em;
534 }
535
536 #main-content-after-bar {
537     margin-left: 1em;
538     padding-left: 4px;
539 }
540
541 #results-side-bar { float: left; width: 174px; margin-right: 5px; background: [% css_colors.background %]; }
542
543 #main-content .login_boxes {
544     border: 1px solid [% css_colors.accent_lighter %];
545     background: linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
546     background: -moz-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
547     background: -ms-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
548     background: -o-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
549     background: -webkit-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
550
551     color: [% css_colors.accent_darker %];
552 }
553
554 #main-content .login_boxes h1 {
555     font-weight: normal;
556     font-size: [% css_fonts.size_biggest %];
557     margin:0;
558 }
559
560 #main-content .left_brain {
561     padding-left:28px;
562     padding-top:25px;
563 }
564
565 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
566     width:167px;
567     height:18px;
568     margin:0;
569     padding:0;
570     background: [% css_colors.background %];
571     font-size: [% css_fonts.size_bigger %];
572     color: [% css_colors.text %];
573 }
574
575 #main-content .left_brain .input_bg {
576     padding:10px 10px 0px 13px;
577     width:167px;
578     height:29px;
579 }
580
581 .login-help-box {
582     float: right;
583     width: 200px;
584     text-align: center;
585     margin-right: 25%;
586 }
587
588 .login-help-button {
589     font-size: [% css_fonts.size_biggest %];
590     padding: 1.5em;
591 }
592
593 #login-failed-message {
594     font-size: [% css_fonts.size_bigger %];
595     font-weight: bold;
596     color: [% css_colors.text_alert %];
597     padding-top: 1em;
598 }
599
600 #holds_temp_parent td {
601     border-bottom:1px solid [% css_colors.border_standard %];
602 }
603
604 #holds_temp_parent input, #holds_temp_parent select {
605     margin:0;
606 }
607
608 #holds_temp_parent tr td div {
609     margin-top: 10px;
610     margin-bottom: 10px;
611 }
612
613 #holds_temp_parent tr td div.format_icon {
614     margin-top: 6px;
615     margin-bottom: 6px;
616     float: none;
617 }
618
619 #results_header_bar {
620     background: [% css_colors.accent_medium %];
621     border-top:1px solid [% css_colors.accent_mediumdark %];
622 }
623
624 #results_header_inner {
625     height: 32px;
626     padding-top:6px;
627 }
628
629 .cached_list_div { height: 25px; }
630
631 .results_header_div {
632     float: left;
633     width: 0px;
634     height: 25px;
635     border-left: 1px solid [% css_colors.accent_mediumdark %];
636     border-right: 1px solid [% css_colors.accent_medium %];
637     margin: 0px 13px;
638 }
639
640 .results_header_lbl {
641     font-weight: bold;
642     float: left;
643     font-size: [% css_fonts.size_small %];
644     color: [% css_colors.text %];
645     background: [% css_colors.accent_medium %];
646     margin-right: 6px;
647 }
648
649 .results_header_sel {
650     /* width: 88px; */
651     float:left;
652     margin:0;
653 }
654
655 .results_header_nav1 {
656     padding: 5px 7px 6px 0px;
657     border-bottom: 1px dotted [% css_colors.accent_light %];
658 }
659
660 .results_header_nav1 .h1 {
661     font-size: [% css_fonts.size_bigger %];
662     font-weight:bold;
663     color:[% css_colors.primary_fade %];
664 }
665
666 .start_end_links_span {
667     font-size: [% css_fonts.size_small %];
668 }
669
670 #result_table_div {
671     margin-top: 1em;
672 }
673
674 tr.result_table_row > td.results_row_count,
675 tr.result_table_row > td.result_table_pic_header,
676 tr.result_table_row > td.result_table_title_cell {
677     vertical-align: top;
678 }
679
680 tr.result_table_row:nth-child(n+2) > td {
681     border-top: 1px solid [% css_colors.accent_lighter2 %];
682 }
683
684 tr.result_table_row > td.result_table_pic_header {
685     white-space: nowrap;
686     width: 78px;
687     padding-left: 1em;
688 }
689
690 .result_numbers {
691     font-size: [% css_fonts.size_small %]; padding-left:15px; white-space: nowrap; width: 320px;
692 }
693
694 .result_table_subtable {
695     width: 100%;
696     padding-top: 1em;
697 }
698
699 div.result_table_utils_cont {
700     width: 250px;
701     text-align:left;
702 }
703
704 div.result_table_utils {
705     float: right;
706 }
707
708 div.result_place_hold {
709     position: relative;
710     top: -3px;
711     left:3px;
712 }
713
714 .icon_text {
715     text-transform:capitalize;
716 }
717
718 #myopac_summary_div p {
719     margin:0;
720     margin-bottom: 10px;
721 }
722
723 #acct_sum_checked_table td {
724     padding-bottom:5px;
725 }
726
727 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
728 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
729
730 #zero_search_hits p {
731     margin-top:0;
732 }
733
734 #zero_hits_term {
735     text-transform: uppercase;
736     font-weight: bold;
737 }
738
739 #zero_search_hits #spell_check_link {
740     text-transform: uppercase;
741 }
742
743 #zero_search_hits #zero_hits_suggestions {
744     text-transform: uppercase;
745 }
746
747 .results_info_table td {
748     padding-right: 10px;
749 }
750
751 #myopac_holds_main_table {
752     border-collapse: collapse;
753 }
754
755 #myopac_holds_main_table td {
756     border: 1px solid [% css_colors.border_dark %];
757     
758 }
759
760 #myopac_prefs_div .data_grid {
761     border-collapse:collapse;
762 }
763
764 #myopac_prefs_div .data_grid td {
765     background:[% css_colors.accent_ultralight %];
766     border-bottom:3px solid [% css_colors.background %];
767     padding:6px 0px 7px 17px;
768 }
769
770 .header_middle {
771     height:22px;
772     font-size: [% css_fonts.size_bigger %];
773     font-weight:bold;
774     color:[% css_colors.primary_fade %];
775     padding: 0px 7px 0px 0px;
776     border-bottom: 1px dotted [% css_colors.accent_light %];
777 }
778
779 .header_middle a {
780     font-weight: normal;
781 }
782
783 .acct_sum_row {
784     padding: 7px 15px;
785     background: [% css_colors.accent_ultralight %];
786     margin-bottom: 2px;
787     font-size: [% css_fonts.size_smaller %];
788     font-weight: bold;
789     text-transform: uppercase;
790 }
791
792 .acct_sum_row a {
793     text-transform: none;
794     position:relative;
795     top:-1px;
796 }
797
798 .acct_sum_row .view_link {
799     font-weight: normal;
800 }
801
802 table.acct_notes {
803     border-collapse: collapse;
804     margin: -1em 0 0.5em 0;
805 }
806
807 table.acct_notes * {
808     border: solid thin;
809     padding: 0.5em; 
810 }
811
812 table.acct_notes th {
813     font-weight: bold;
814 }
815
816 #myopac_sum_fines {
817     float:right;
818     padding: 15px 0px 0px 23px;
819     background: [% css_colors.accent_ultralight %];
820     width: 177px;
821     height: 166px;
822 }
823
824 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
825
826 .acct_holds_temp td {
827     text-align: left;
828 }
829
830 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
831     float:left;
832     /*padding-left:10px;*/
833 }
834
835 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
836     font-weight:bold;
837     text-transform:uppercase;
838     font-size: [% css_fonts.size_smaller %];
839     border-collapse: collapse;
840 }
841
842 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
843     background: [% css_colors.accent_lighter2 %];
844     padding: 10px;
845 }
846
847 #acct_checked_main_header th, #acct_holds_main_header th, #acct_checked_hist_header th, #acct_list_header th, #acct_list_header_anon th, #temp_list_holds th {
848     text-align: left;
849     padding: 0px 10px 0px 10px;
850 }
851
852 #acct_list_header select, #acct_list_header_anon select {
853     font-weight:normal;
854     text-transform:none;
855 }
856
857 #acct_holds_activates_table label {
858     font-weight: bold;
859     font-size: [% css_fonts.size_small %];
860     text-transform:uppercase;
861     padding-right: 5px;
862 }
863
864 .adv_search_font {
865     font-size: [% css_fonts.size_smaller %];
866 }
867
868 .search_catalog_lbl {
869     font-size: [% css_fonts.size_bigger %];
870 }
871
872 .lbl1 {
873     font-size: [% css_fonts.size_bigger %];
874     font-weight:bold;
875 }
876
877 .lbl2 {
878     font-size: [% css_fonts.size_smaller %];
879     font-weight:normal;
880     position:relative;
881     top:3px;
882 }
883
884 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
885     background: [% css_colors.primary_fade %];
886     padding-top:5px;
887     margin-bottom:20px;
888 }
889
890 #fines_payments_wrapper {
891     padding-left: 5px; 
892     padding-right: 5px;
893 }
894
895 .myopac_payments_table th { text-align: left; }
896 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
897 .myopac_payments_table thead th:first-child { width: 8em; }
898 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
899 .myopac_payments_table form { display: inline; }
900 .myopac_payments_table input[type="submit"] { padding: 1px; }
901
902 .payment-error {
903     font-weight: bold; color: [% css_colors.text_alert %];
904     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
905 }
906
907 .payment-processing {
908     font-weight: bold;
909     color: [% css_colors.text_greatnews %];
910     font-size: [% css_fonts.size_bigger %];
911     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
912     text-align: center;
913 }
914
915 #adv_search_parent {
916     margin-bottom:0px;
917 }
918
919 #myopac_loading {
920     width:100%;
921     text-align:center;
922     padding-top:20px;
923     font-size: [% css_fonts.size_bigger %];
924     font-weight:bold;
925 }
926
927 .chili_link {
928     width:100px !important;
929     text-align: center !important;
930 }
931
932 .chili_review div.chili_link div {
933     margin: auto;
934 }
935
936 [%- IF we_want_to_turn_on_facet_styling.defined; %]
937 /* some facet styling */
938 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
939 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
940 .facetClassLabel { font-weight: bold; text-align: center; }
941 .facetFieldContainer {  }
942 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
943 .extraFacetFieldsWrapper { }
944 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
945 .facetFieldLineCount {
946     display: inline-block;
947     border-right: 1px solid [% css_colors.accent_light %];
948     color: [% css_colors.accent_mediumdark %];
949     width: 3em;
950     margin-right: 3px
951 }
952 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
953 .facetFields { padding-left: 5px; }
954 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
955 [%- END -%]
956
957 div.facet_sidebar {
958     float: left;
959     border-right: 1px solid [% css_colors.border_standard %];
960     margin-right: 1em;
961 }
962
963 .facet_box_temp {
964     padding-bottom:3px;
965     width: 15em;
966     overflow:hidden;
967 }
968
969 .facet_box_temp .header {
970     height:31px;
971     overflow:hidden;
972     background:[% css_colors.primary %];
973     -moz-border-top-left-radius: 5px;
974     border-top-left-radius: 5px;
975     -moz-border-top-right-radius: 5px;
976     border-top-right-radius: 5px;
977     font-weight:bold;
978     color:[% css_colors.text_invert %];
979     padding-top:4px;
980 }
981
982 .facet_box_temp .header .title {
983     float:left;
984     padding-top:6px;
985     padding-left:12px;
986     overflow:hidden;
987 }
988
989 .facet_box_temp .header a.button {
990     float:right;
991     padding-top:6px;
992     padding-right:6px;
993     color:[% css_colors.text_invert %];
994 }
995
996 .facet_box_wrapper .box_wrapper {
997     position:relative;
998     top:-4px;
999     margin-bottom:-5px;
1000     *margin-bottom:-6px;
1001 }
1002
1003 .facet_box_wrapper .box_wrapper .box {
1004     width: 14em;
1005     border-top:1px solid [% css_colors.border_standard %];
1006     border-left:1px solid [% css_colors.border_standard %];
1007     border-right:1px solid [% css_colors.border_standard %];
1008     background:[% css_colors.background %];
1009     padding-left:12px;
1010     padding-top:6px;
1011 }
1012
1013 .facet_template {
1014     padding-bottom:5px;
1015 }
1016
1017 .facet_template .facet {
1018     float:left;
1019     width:124px;
1020 }
1021
1022 .facet_template .count {
1023     float:right;
1024     color: [% css_colors.accent_mediumdark %];
1025     padding-right:11px;
1026 }
1027
1028 .facet_template_selected .facet {
1029     background-color: [% css_colors.accent_lighter2 %];
1030 }
1031
1032 .facet_border {
1033     border-left: 1px solid [% css_colors.border_standard %];
1034     padding-right: 0.5em;
1035 }
1036
1037 #footer-wrap {
1038     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1039     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1040     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1041     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1042     background-color: [% css_colors.primary %];
1043 }
1044
1045 #footer {
1046     padding-top:5px;
1047     padding-bottom: 10px;
1048     margin-left: 1em;
1049     font-size: [% css_fonts.size_small %];
1050 }
1051
1052 #footer a {
1053     color: [% css_colors.text_invert %];
1054     text-decoration: none;
1055     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1056 }
1057
1058 #copyright_text, #footer_logo {
1059     color: [% css_colors.text_invert %];
1060 }
1061
1062 .color_4 {
1063     text-transform: uppercase;
1064     font-weight: bold;
1065     font-size: [% css_fonts.size_smaller %];
1066 }
1067
1068 .advanced_div { padding-top: 15px; }
1069 #adv_global_search select { width: 13em; }
1070 #adv_global_input_table select { width: 7em; }
1071 .adv_adv_link {
1072     font-size: [% css_fonts.size_smaller %];
1073     color: [% css_colors.text_alert %];
1074 }
1075 #acct_prefs_header { float: left; }
1076 .search_page_nav_link { cursor: pointer; }
1077 #opac.result.sort { width: 160px; }
1078 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1079 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1080 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1081 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1082 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1083 #adv_search_refine {
1084     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1085 }
1086 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1087 .subtle-button {
1088     background-color: [% css_colors.background %];
1089     color: [% css_colors.primary %]; text-decoration: none;
1090     padding: 0; border: 0; margin: 0;
1091     vertical-align: middle;
1092 }
1093 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1094 .no-dec:hover { text-decoration: none; }
1095 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1096
1097 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1098 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1099 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1100 a.dash-link:hover { text-decoration: underline !important; }
1101 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1102 #list_create_table {
1103     background-color: [% css_colors.accent_light %];
1104     padding-bottom: 4px;
1105     margin-bottom: 10px;
1106     border-bottom: 1px dotted [% css_colors.accent_medium %];
1107 }
1108 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1109 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1110 .results_row_count { font-weight: bold; }
1111 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1112 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1113 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1114 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1115 #hold_editor_table th { text-align: right; padding-right: 1em; }
1116 #hold_editor_table td { padding: 0.25em 0; }
1117 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1118 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1119 .hold-editor-controls a { padding-left: 2em; }
1120
1121 .text-right { text-align: right; }
1122 .text-right-top { text-align: right; vertical-align: top; }
1123 .rdetail-author-div { padding-bottom: 10px; }
1124
1125 .invisible { visibility: hidden; }
1126 .rdetail-extras-summary { margin: 10px; }
1127 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1128 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1129 .expert-search-row { padding-top: 10px; }
1130 .bookshelf thead tr td {
1131     border-bottom: 1px dashed [% css_colors.accent_dark %];
1132     padding-bottom: 1ex;
1133 }
1134 .cn_browse_item { padding: 2ex; }
1135
1136 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1137 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1138
1139 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1140 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1141 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1142
1143 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1144
1145 .results_header_btns, .results_header_sel {
1146     float:left;
1147     margin-right: 6px;
1148     height: 26px;
1149 }
1150
1151 .opac-button, .results_header_btns, #simple-detail-view-links { 
1152     color: [% css_colors.button_text %];
1153     font-weight: bold; 
1154     text-decoration: none;
1155     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1156     cursor: pointer !important;
1157     -moz-border-radius: 5px;
1158     border-radius: 5px;
1159     border: 1px solid [% css_colors.primary_fade %];
1160     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1161     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1162     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1163     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1164     background-color: [% css_colors.primary %];
1165 }
1166
1167 .opac-button-header {
1168     background: [% css_colors.control %];
1169     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1170 }
1171
1172 .results_header_btns a, #simple-detail-view-links a {
1173     margin: 10px;
1174     padding: 5px 10px 5px 10px;
1175     color: [% css_colors.text_invert %];
1176     vertical-align: middle;
1177     display: table-cell;
1178 }
1179
1180 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1181     background: [% css_colors.primary %];
1182     text-decoration: none;
1183 }
1184
1185 a.opac-button, input.opac-button {
1186     margin: 10px;
1187     padding: 5px 10px 5px 10px;
1188 }
1189
1190 #dash_wrapper .opac-button {
1191     position: relative;
1192     top: 10px;
1193 }
1194
1195 #myopac_checked_div {
1196     padding: 0px;
1197 }
1198
1199 .rdetail-mfhd-head {
1200     margin-top: 5px;
1201     padding-top: 5px;
1202     background-color: [% css_colors.table_heading %];
1203 }
1204
1205 .rdetail-mfhd-type {
1206     padding-left: 1em;
1207 }
1208
1209 .rdetail-mfhd-bottom {
1210     border-bottom: thin solid [% css_colors.border_dark %];
1211     width: 100%;
1212 }
1213
1214 #rdetail_record_details {
1215     clear: both;
1216     margin-top: 1em;
1217 }
1218
1219 .rdetail_content {
1220     margin-left: 1.5em;
1221     padding-left: 1.5em;
1222 }
1223
1224 .rdetail_content_type, .rdetail_subject_type {
1225     vertical-align: top;
1226     font-weight: bold;
1227 }
1228
1229 .bookbag-item-row td { vertical-align: top; }
1230
1231 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1232 .success {
1233     color: [% css_colors.text_greatnews %];
1234     font-weight: bold;
1235 }
1236
1237 .rdetail_related_subjects {
1238     margin-top: 1.5em;
1239 }
1240
1241 .rdetail_related_series {
1242     margin-top: 1.5em;
1243 }
1244
1245 #rdetail_openurl {
1246     margin-top: 1em;
1247 }
1248
1249 .rdetail_openurl_entry {
1250     margin-left: 1em;
1251     padding-left: 1em;
1252 }
1253 .bookbag-controls-holder { width: 100%; }
1254 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1255 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1256 .bookbag-controls-holder .most {
1257     padding-left: 0;
1258     margin-right: 5em;
1259 }
1260 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1261 .bookbag-share .fixed { min-width: 4em; }
1262 .bookbag-specific { margin-left: 1em; }
1263 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1264 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1265 #bbag-name-desc-form tr th { vertical-align: middle; }
1266 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1267 .bookbag-description {
1268     padding-top: 0em;
1269     font-style: italic;
1270     max-width: 40em;
1271 }
1272 #bbag-edit-description { width: 20em; }
1273 #bbag-edit-name { width: 20em; }
1274 textarea { font-family: sans-serif; }
1275 table.bookbag-specific {
1276     border-right: 1px solid [% css_colors.accent_dark %];
1277     border-bottom: 1px solid [% css_colors.accent_medium %];
1278     margin-bottom: 2ex;
1279 }
1280 .bookbag-share {
1281     float: left;
1282     padding: 5px 0;
1283 }
1284 .bookbag-controls {
1285     float: left;
1286     padding: 5px 0px 0px 10px;
1287 }
1288
1289 .bookbag-specific td.list_checkbox {
1290     padding-left: 10px !important;
1291 }
1292 .bookbag-specific td.list_entry {
1293     min-width: 10em;
1294     padding-left: 5px !important;
1295 }
1296 .bookbag-specific td.list_actions {
1297     white-space: nowrap !important;
1298 }
1299
1300 .list_is_empty {
1301     padding: 8px 0px 6px 0px;
1302     width: 100%;
1303     border: 0;
1304     font-size: [% css_fonts.size_bigger %];
1305     text-align: center;
1306     font-style: italic;
1307 }
1308 .save-notes { padding-bottom: 1.5ex; }
1309
1310 /* Moved from semiauto.css */
1311 .adv_global_input_container { border-bottom: none; }
1312 .opac-auto-013 {
1313     border-bottom: none;
1314     *height: 0px;
1315 }
1316 .adv_global_filter_sort {
1317     border: none;
1318     width: 100%;
1319 }
1320 .clear-both { clear: both; }
1321 .common-no-pad {
1322     clear: both;
1323     height: 0px;
1324     margin: 0px;
1325     padding: 0px;
1326 }
1327 .common-full-pad {
1328     clear: both;
1329     height: 15px;
1330 }
1331 .alert { color: [% css_colors.text_alert %]; }
1332 .float-left { float: left; }
1333 .float-right { float: right; }
1334
1335 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1336 .saved-searches-header .button { float: right; width: 28px; }
1337 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1338 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1339 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1340 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1341     border-right: 1px solid [% css_colors.accent_darker %];
1342 }
1343 .result_item_circulated {
1344     padding-top: 4px;
1345 }
1346
1347 .result_item_circulated span {
1348     position: relative;
1349     top:-3px;
1350     left:3px;
1351 }
1352
1353 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1354 #result-bookbag-heading { text-align: center; margin: 2ex; }
1355
1356 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1357 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1358 .result-bookbag-item-note { font-style: italic; }
1359 .lowhits-bookbag-name { font-weight: bold; }
1360 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1361 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1362 .oils_AS_match_field {
1363     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1364     text-align: right; color: [% css_colors.accent_medium %];
1365 }
1366 table.result_holdings_table {
1367     margin-top: 1em;
1368     margin-bottom: 1em;
1369 }
1370 table.result_holdings_table thead tr {
1371     background: [% css_colors.table_heading %];
1372 }
1373 table.result_holdings_table thead tr th {
1374     font-weight: bold;
1375 }
1376 span.preflib {
1377     margin: 0 2em 0 2em;
1378 }
1379 a.preflib_change {
1380   vertical-align: super;
1381   font-size: [% css_fonts.size_smaller %];
1382   line-height: normal;
1383   text-decoration: none;
1384 }
1385 .rdetail-holding-group { margin-left: 1.5em; }
1386 .rdetail-holding-group span { margin-left: 1.5em; }
1387 .rdetail-holding-group .paging { margin-left: 1.5em; }
1388 #rdetail_deleted_exp {
1389     font-weight: bold;
1390     padding: 1em;
1391     margin: 1em;
1392     border: thick solid [% css_colors.border_alert %];
1393 }
1394
1395 #ac_tab_wrapper { width : 100%; }
1396 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1397 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1398 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1399 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1400
1401 /* Popmenu styles used for making css menus. */
1402 .popmenu {
1403     margin: 0;
1404     padding: 0;
1405 }
1406 .popmenu li {
1407     list-style: none;
1408 }
1409 .popmenu li a {
1410     display: block;
1411     padding: 3px 5px;
1412 }
1413 .popmenu li ul {
1414     display: none; 
1415     width: 10em; /* Width to help Opera out */
1416     background-color: [% css_colors.primary %];
1417 }
1418 .popmenu li:hover ul {
1419     display: block;
1420     position: absolute;
1421     margin: 0;
1422     padding: 0;
1423     border-color: [% css_colors.border_dark %];
1424     border-width: 1px;
1425     border-style: solid;
1426 }
1427 .popmenu li:hover li {
1428     float: none;
1429 }
1430 .popmenu li:hover li a {
1431     background-color: [% css_colors.primary %]; 
1432     color: [% css_colors.accent_ultralight %];
1433 }
1434 .popmenu li li a:hover {
1435     background-color: [% css_colors.accent_ultralight %]; 
1436     color: [% css_colors.primary %];
1437 }
1438 /* Styles for the temporary list entry. */
1439 .popmenu li:hover li[class~="temporary"] a {
1440     background-color: [% css_colors.primary %]; 
1441     color: [% css_colors.accent_ultralight %];
1442 }
1443 .popmenu li li[class~="temporary"] a:hover {
1444     background-color: [% css_colors.accent_ultralight %]; 
1445     color: [% css_colors.primary %];
1446 }
1447 /* Styles for the default list entry. */
1448 .popmenu li:hover li[class~="default"] a {
1449     background-color: [% css_colors.primary %]; 
1450     color: [% css_colors.accent_ultralight %];
1451 }
1452 .popmenu li li[class~="default"] a:hover {
1453     background-color: [% css_colors.accent_ultralight %]; 
1454     color: [% css_colors.primary %];
1455 }
1456 /* Styles for the new list entry. */
1457 .popmenu li:hover li[class~="new"] a {
1458     background-color: [% css_colors.primary %]; 
1459     color: [% css_colors.accent_ultralight %];
1460 }
1461 .popmenu li li[class~="new"] a:hover {
1462     background-color: [% css_colors.accent_ultralight %]; 
1463     color: [% css_colors.primary %];
1464 }
1465 /* Style to add a divider on the menu. */
1466 .popmenu li li[class~="divider"] {
1467     border-bottom-width: 1px;
1468     border-bottom-color: [% css_colors.border_dark %];
1469     border-bottom-style: solid;
1470 }
1471     
1472 #locale_picker_form {
1473     float: right;
1474     padding: 0.5em 1em 0.5em 0;
1475     border-right: thin [% css_colors.control %] solid;
1476 }
1477
1478 #locale_picker_form * {
1479     margin: 0;
1480     padding: 0;
1481     vertical-align: middle;
1482 }