]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
Pulls the Copy Notes for the records, shows in the table, introduces a new style
[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     top: -5px;
444 }
445
446 #rdetail_copies {
447     padding-top: 1.5em;
448 }
449
450 #rdetails_status td, #rdetails_status2 td {
451     white-space:nowrap !important;
452     padding: 7px 0px 3px 13px;
453 }
454
455 #rdetails_status thead th {
456     background-color: [% css_colors.accent_lighter2 %];
457     padding: 13px 0px 13px 13px;
458     font-size: [% css_fonts.size_smaller %];
459     text-transform: uppercase;
460     font-weight: bold;
461     text-align: left;
462 }
463
464 #rdetails_status tbody td {
465     padding-left: 13px;
466     text-align: left;
467 }
468 #rdetails_status tbody td.copy_note {
469     color: [% css_colors.primary %];
470     text-wrap:normal;
471     white-space:pre-wrap !important;
472     word-wrap:normal;
473 }
474
475 .rdetail_extras {
476     height: 29px;
477     background: [% css_colors.primary %];
478     padding-top:1px;
479     margin-bottom: 10px;
480     margin-top: 10px;
481     clear:both;
482 }
483
484 .rdetail_extras_hr {
485     height: 1px;
486     background: [% css_colors.accent_light %];
487     margin-left: 1px;
488     margin-right: 1px;
489 }
490
491 .rdetail_extras_link {
492     padding-top: 4px;
493     padding-left: 12px;
494     font-size: [% css_fonts.size_smaller %];
495     text-transform: uppercase;
496     font-weight: bold;
497 }
498
499 .rdetail_extras_lbl {
500     position: relative;
501     top: -4px;
502     left: 7px;
503     color: [% css_colors.text_invert %];
504 }
505
506 ##rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
507     margin-left: 13px;
508 }
509
510 #rdetail_locs_expand, #rdetail_locs_collapse {
511     padding-bottom:3px;
512     margin-top:15px;
513     margin-left:13px;
514 }
515
516 #rdetail_anotes_div .biography {
517     margin:0;
518 }
519
520 .almost-content-wrapper {
521     background: [% css_colors.background %];
522 }
523
524 #content-wrapper {
525     background: [% css_colors.background %];
526     min-height: 260px;
527     border-bottom: 1px solid [% css_colors.border_dark %];
528 }
529
530 .content-wrapper-record-page { top: -15px; position: relative; }
531
532 #main-content-home {
533     padding-left: 17px;
534     margin-left: 1em;
535 }
536 #main-content {
537     padding-left: 0px;
538     margin-left: 1em;
539 }
540
541 #main-content-after-bar {
542     margin-left: 1em;
543     padding-left: 4px;
544 }
545
546 #results-side-bar { float: left; width: 174px; margin-right: 5px; background: [% css_colors.background %]; }
547
548 #main-content .login_boxes {
549     border: 1px solid [% css_colors.accent_lighter %];
550     background: linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
551     background: -moz-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
552     background: -ms-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
553     background: -o-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
554     background: -webkit-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
555
556     color: [% css_colors.accent_darker %];
557 }
558
559 #main-content .login_boxes h1 {
560     font-weight: normal;
561     font-size: [% css_fonts.size_biggest %];
562     margin:0;
563 }
564
565 #main-content .left_brain {
566     padding-left:28px;
567     padding-top:25px;
568 }
569
570 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
571     width:167px;
572     height:18px;
573     margin:0;
574     padding:0;
575     background: [% css_colors.background %];
576     font-size: [% css_fonts.size_bigger %];
577     color: [% css_colors.text %];
578 }
579
580 #main-content .left_brain .input_bg {
581     padding:10px 10px 0px 13px;
582     width:167px;
583     height:29px;
584 }
585
586 .login-help-box {
587     float: right;
588     width: 200px;
589     text-align: center;
590     margin-right: 25%;
591 }
592
593 .login-help-button {
594     font-size: [% css_fonts.size_biggest %];
595     padding: 1.5em;
596 }
597
598 #login-failed-message {
599     font-size: [% css_fonts.size_bigger %];
600     font-weight: bold;
601     color: [% css_colors.text_alert %];
602     padding-top: 1em;
603 }
604
605 #holds_temp_parent td {
606     border-bottom:1px solid [% css_colors.border_standard %];
607 }
608
609 #holds_temp_parent input, #holds_temp_parent select {
610     margin:0;
611 }
612
613 #holds_temp_parent tr td div {
614     margin-top: 10px;
615     margin-bottom: 10px;
616 }
617
618 #holds_temp_parent tr td div.format_icon {
619     margin-top: 6px;
620     margin-bottom: 6px;
621     float: none;
622 }
623
624 #results_header_bar {
625     background: [% css_colors.accent_medium %];
626     border-top:1px solid [% css_colors.accent_mediumdark %];
627 }
628
629 #results_header_inner {
630     height: 32px;
631     padding-top:6px;
632 }
633
634 .cached_list_div { height: 25px; }
635
636 .results_header_div {
637     float: left;
638     width: 0px;
639     height: 25px;
640     border-left: 1px solid [% css_colors.accent_mediumdark %];
641     border-right: 1px solid [% css_colors.accent_medium %];
642     margin: 0px 13px;
643 }
644
645 .results_header_lbl {
646     font-weight: bold;
647     float: left;
648     font-size: [% css_fonts.size_small %];
649     color: [% css_colors.text %];
650     background: [% css_colors.accent_medium %];
651     margin-right: 6px;
652 }
653
654 .results_header_sel {
655     /* width: 88px; */
656     float:left;
657     margin:0;
658 }
659
660 .results_header_nav1 {
661     padding: 5px 7px 6px 0px;
662     border-bottom: 1px dotted [% css_colors.accent_light %];
663 }
664
665 .results_header_nav1 .h1 {
666     font-size: [% css_fonts.size_bigger %];
667     font-weight:bold;
668     color:[% css_colors.primary_fade %];
669 }
670
671 .start_end_links_span {
672     font-size: [% css_fonts.size_small %];
673 }
674
675 #result_table_div {
676     margin-top: 1em;
677 }
678
679 tr.result_table_row > td.results_row_count,
680 tr.result_table_row > td.result_table_pic_header,
681 tr.result_table_row > td.result_table_title_cell {
682     vertical-align: top;
683 }
684
685 tr.result_table_row:nth-child(n+2) > td {
686     border-top: 1px solid [% css_colors.accent_lighter2 %];
687 }
688
689 tr.result_table_row > td.result_table_pic_header {
690     white-space: nowrap;
691     width: 78px;
692     padding-left: 1em;
693 }
694
695 .result_numbers {
696     font-size: [% css_fonts.size_small %]; padding-left:15px; white-space: nowrap; width: 320px;
697 }
698
699 .result_table_subtable {
700     width: 100%;
701     padding-top: 1em;
702 }
703
704 div.result_table_utils_cont {
705     width: 250px;
706     text-align:left;
707 }
708
709 div.result_table_utils {
710     float: right;
711 }
712
713 div.result_place_hold {
714     position: relative;
715     top: -3px;
716     left:3px;
717 }
718
719 .icon_text {
720     text-transform:capitalize;
721 }
722
723 #myopac_summary_div p {
724     margin:0;
725     margin-bottom: 10px;
726 }
727
728 #acct_sum_checked_table td {
729     padding-bottom:5px;
730 }
731
732 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
733 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
734
735 #zero_search_hits p {
736     margin-top:0;
737 }
738
739 #zero_hits_term {
740     text-transform: uppercase;
741     font-weight: bold;
742 }
743
744 #zero_search_hits #spell_check_link {
745     text-transform: uppercase;
746 }
747
748 #zero_search_hits #zero_hits_suggestions {
749     text-transform: uppercase;
750 }
751
752 .results_info_table td {
753     padding-right: 10px;
754 }
755
756 #myopac_holds_main_table {
757     border-collapse: collapse;
758 }
759
760 #myopac_holds_main_table td {
761     border: 1px solid [% css_colors.border_dark %];
762     
763 }
764
765 #myopac_prefs_div .data_grid {
766     border-collapse:collapse;
767 }
768
769 #myopac_prefs_div .data_grid td {
770     background:[% css_colors.accent_ultralight %];
771     border-bottom:3px solid [% css_colors.background %];
772     padding:6px 0px 7px 17px;
773 }
774
775 .header_middle {
776     height:22px;
777     font-size: [% css_fonts.size_bigger %];
778     font-weight:bold;
779     color:[% css_colors.primary_fade %];
780     padding: 0px 7px 0px 0px;
781     border-bottom: 1px dotted [% css_colors.accent_light %];
782 }
783
784 .header_middle a {
785     font-weight: normal;
786 }
787
788 .acct_sum_row {
789     padding: 7px 15px;
790     background: [% css_colors.accent_ultralight %];
791     margin-bottom: 2px;
792     font-size: [% css_fonts.size_smaller %];
793     font-weight: bold;
794     text-transform: uppercase;
795 }
796
797 .acct_sum_row a {
798     text-transform: none;
799     position:relative;
800     top:-1px;
801 }
802
803 .acct_sum_row .view_link {
804     font-weight: normal;
805 }
806
807 table.acct_notes {
808     border-collapse: collapse;
809     margin: -1em 0 0.5em 0;
810 }
811
812 table.acct_notes * {
813     border: solid thin;
814     padding: 0.5em; 
815 }
816
817 table.acct_notes th {
818     font-weight: bold;
819 }
820
821 #myopac_sum_fines {
822     float:right;
823     padding: 15px 0px 0px 23px;
824     background: [% css_colors.accent_ultralight %];
825     width: 177px;
826     height: 166px;
827 }
828
829 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
830
831 .acct_holds_temp td {
832     text-align: left;
833 }
834
835 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
836     float:left;
837     /*padding-left:10px;*/
838 }
839
840 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
841     font-weight:bold;
842     text-transform:uppercase;
843     font-size: [% css_fonts.size_smaller %];
844     border-collapse: collapse;
845 }
846
847 #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 {
848     background: [% css_colors.accent_lighter2 %];
849     padding: 10px;
850 }
851
852 #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 {
853     text-align: left;
854     padding: 0px 10px 0px 10px;
855 }
856
857 #acct_list_header select, #acct_list_header_anon select {
858     font-weight:normal;
859     text-transform:none;
860 }
861
862 #acct_holds_activates_table label {
863     font-weight: bold;
864     font-size: [% css_fonts.size_small %];
865     text-transform:uppercase;
866     padding-right: 5px;
867 }
868
869 .adv_search_font {
870     font-size: [% css_fonts.size_smaller %];
871 }
872
873 .search_catalog_lbl {
874     font-size: [% css_fonts.size_bigger %];
875 }
876
877 .lbl1 {
878     font-size: [% css_fonts.size_bigger %];
879     font-weight:bold;
880 }
881
882 .lbl2 {
883     font-size: [% css_fonts.size_smaller %];
884     font-weight:normal;
885     position:relative;
886     top:3px;
887 }
888
889 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
890     background: [% css_colors.primary_fade %];
891     padding-top:5px;
892     margin-bottom:20px;
893 }
894
895 #fines_payments_wrapper {
896     padding-left: 5px; 
897     padding-right: 5px;
898 }
899
900 .myopac_payments_table th { text-align: left; }
901 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
902 .myopac_payments_table thead th:first-child { width: 8em; }
903 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
904 .myopac_payments_table form { display: inline; }
905 .myopac_payments_table input[type="submit"] { padding: 1px; }
906
907 .payment-error {
908     font-weight: bold; color: [% css_colors.text_alert %];
909     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
910 }
911
912 .payment-processing {
913     font-weight: bold;
914     color: [% css_colors.text_greatnews %];
915     font-size: [% css_fonts.size_bigger %];
916     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
917     text-align: center;
918 }
919
920 #adv_search_parent {
921     margin-bottom:0px;
922 }
923
924 #myopac_loading {
925     width:100%;
926     text-align:center;
927     padding-top:20px;
928     font-size: [% css_fonts.size_bigger %];
929     font-weight:bold;
930 }
931
932 .chili_link {
933     width:100px !important;
934     text-align: center !important;
935 }
936
937 .chili_review div.chili_link div {
938     margin: auto;
939 }
940
941 [%- IF we_want_to_turn_on_facet_styling.defined; %]
942 /* some facet styling */
943 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
944 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
945 .facetClassLabel { font-weight: bold; text-align: center; }
946 .facetFieldContainer {  }
947 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
948 .extraFacetFieldsWrapper { }
949 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
950 .facetFieldLineCount {
951     display: inline-block;
952     border-right: 1px solid [% css_colors.accent_light %];
953     color: [% css_colors.accent_mediumdark %];
954     width: 3em;
955     margin-right: 3px
956 }
957 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
958 .facetFields { padding-left: 5px; }
959 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
960 [%- END -%]
961
962 div.facet_sidebar {
963     float: left;
964     border-right: 1px solid [% css_colors.border_standard %];
965     margin-right: 1em;
966 }
967
968 .facet_box_temp {
969     padding-bottom:3px;
970     width: 15em;
971     overflow:hidden;
972 }
973
974 .facet_box_temp .header {
975     height:31px;
976     overflow:hidden;
977     background:[% css_colors.primary %];
978     -moz-border-top-left-radius: 5px;
979     border-top-left-radius: 5px;
980     -moz-border-top-right-radius: 5px;
981     border-top-right-radius: 5px;
982     font-weight:bold;
983     color:[% css_colors.text_invert %];
984     padding-top:4px;
985 }
986
987 .facet_box_temp .header .title {
988     float:left;
989     padding-top:6px;
990     padding-left:12px;
991     overflow:hidden;
992 }
993
994 .facet_box_temp .header a.button {
995     float:right;
996     padding-top:6px;
997     padding-right:6px;
998     color:[% css_colors.text_invert %];
999 }
1000
1001 .facet_box_wrapper .box_wrapper {
1002     position:relative;
1003     top:-4px;
1004     margin-bottom:-5px;
1005     *margin-bottom:-6px;
1006 }
1007
1008 .facet_box_wrapper .box_wrapper .box {
1009     width: 14em;
1010     border-top:1px solid [% css_colors.border_standard %];
1011     border-left:1px solid [% css_colors.border_standard %];
1012     border-right:1px solid [% css_colors.border_standard %];
1013     background:[% css_colors.background %];
1014     padding-left:12px;
1015     padding-top:6px;
1016 }
1017
1018 .facet_template {
1019     padding-bottom:5px;
1020 }
1021
1022 .facet_template .facet {
1023     float:left;
1024     width:124px;
1025 }
1026
1027 .facet_template .count {
1028     float:right;
1029     color: [% css_colors.accent_mediumdark %];
1030     padding-right:11px;
1031 }
1032
1033 .facet_template_selected .facet {
1034     background-color: [% css_colors.accent_lighter2 %];
1035 }
1036
1037 .facet_border {
1038     border-left: 1px solid [% css_colors.border_standard %];
1039     padding-right: 0.5em;
1040 }
1041
1042 #footer-wrap {
1043     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1044     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1045     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1046     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1047     background-color: [% css_colors.primary %];
1048 }
1049
1050 #footer {
1051     padding-top:5px;
1052     padding-bottom: 10px;
1053     margin-left: 1em;
1054     font-size: [% css_fonts.size_small %];
1055 }
1056
1057 #footer a {
1058     color: [% css_colors.text_invert %];
1059     text-decoration: none;
1060     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1061 }
1062
1063 #copyright_text, #footer_logo {
1064     color: [% css_colors.text_invert %];
1065 }
1066
1067 .color_4 {
1068     text-transform: uppercase;
1069     font-weight: bold;
1070     font-size: [% css_fonts.size_smaller %];
1071 }
1072
1073 .advanced_div { padding-top: 15px; }
1074 #adv_global_search select { width: 13em; }
1075 #adv_global_input_table select { width: 7em; }
1076 .adv_adv_link {
1077     font-size: [% css_fonts.size_smaller %];
1078     color: [% css_colors.text_alert %];
1079 }
1080 #acct_prefs_header { float: left; }
1081 .search_page_nav_link { cursor: pointer; }
1082 #opac.result.sort { width: 160px; }
1083 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1084 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1085 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1086 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1087 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1088 #adv_search_refine {
1089     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1090 }
1091 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1092 .subtle-button {
1093     background-color: [% css_colors.background %];
1094     color: [% css_colors.primary %]; text-decoration: none;
1095     padding: 0; border: 0; margin: 0;
1096     vertical-align: middle;
1097 }
1098 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1099 .no-dec:hover { text-decoration: none; }
1100 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1101
1102 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1103 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1104 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1105 a.dash-link:hover { text-decoration: underline !important; }
1106 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1107 #list_create_table {
1108     background-color: [% css_colors.accent_light %];
1109     padding-bottom: 4px;
1110     margin-bottom: 10px;
1111     border-bottom: 1px dotted [% css_colors.accent_medium %];
1112 }
1113 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1114 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1115 .results_row_count { font-weight: bold; }
1116 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1117 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1118 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1119 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1120 #hold_editor_table th { text-align: right; padding-right: 1em; }
1121 #hold_editor_table td { padding: 0.25em 0; }
1122 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1123 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1124 .hold-editor-controls a { padding-left: 2em; }
1125
1126 .text-right { text-align: right; }
1127 .text-right-top { text-align: right; vertical-align: top; }
1128 .rdetail-author-div { padding-bottom: 10px; }
1129
1130 .invisible { visibility: hidden; }
1131 .rdetail-extras-summary { margin: 10px; }
1132 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1133 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1134 .expert-search-row { padding-top: 10px; }
1135 .bookshelf thead tr td {
1136     border-bottom: 1px dashed [% css_colors.accent_dark %];
1137     padding-bottom: 1ex;
1138 }
1139 .cn_browse_item { padding: 2ex; }
1140
1141 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1142 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1143
1144 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1145 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1146 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1147
1148 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1149
1150 .results_header_btns, .results_header_sel {
1151     float:left;
1152     margin-right: 6px;
1153     height: 26px;
1154 }
1155
1156 .opac-button:disabled {
1157     color: [% css_colors.accent_medium %];
1158     cursor: pointer !important;
1159     border: 1px solid [% css_colors.accent_light %];
1160     background-color: [% css_colors.accent_lighter %];
1161 }
1162
1163 div.opac-multiline-button > a,
1164 .opac-multiline-button > a,
1165 .opac-button, .results_header_btns, #simple-detail-view-links { 
1166     color: [% css_colors.button_text %];
1167     font-weight: bold; 
1168     text-decoration: none;
1169     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1170     cursor: pointer !important;
1171     -moz-border-radius: 5px;
1172     border-radius: 5px;
1173     border: 1px solid [% css_colors.primary_fade %];
1174     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1175     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1176     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1177     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1178     background-color: [% css_colors.primary %];
1179 }
1180
1181 .opac-button-header {
1182     background: [% css_colors.control %];
1183     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1184 }
1185
1186 .results_header_btns a, #simple-detail-view-links a {
1187     margin: 10px;
1188     padding: 5px 10px 5px 10px;
1189     color: [% css_colors.text_invert %];
1190     vertical-align: middle;
1191     display: table-cell;
1192 }
1193
1194 .opac-multiline-button > a:hover,
1195 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1196     background: [% css_colors.primary %];
1197     text-decoration: none;
1198 }
1199
1200 .opac-multiline-button > a {
1201     display:block;
1202 }
1203
1204 .opac-multiline-button > a, a.opac-button, input.opac-button {
1205     margin: 10px;
1206     padding: 5px 10px 5px 10px;
1207 }
1208
1209 #dash_wrapper .opac-button {
1210     position: relative;
1211     top: 10px;
1212 }
1213
1214 #myopac_checked_div {
1215     padding: 0px;
1216 }
1217
1218 .rdetail-mfhd-head {
1219     margin-top: 5px;
1220     padding-top: 5px;
1221     background-color: [% css_colors.table_heading %];
1222 }
1223
1224 .rdetail-mfhd-type {
1225     padding-left: 1em;
1226 }
1227
1228 .rdetail-mfhd-bottom {
1229     border-bottom: thin solid [% css_colors.border_dark %];
1230     width: 100%;
1231 }
1232
1233 #rdetail_record_details {
1234     clear: both;
1235     margin-top: 1em;
1236 }
1237
1238 .rdetail_content {
1239     margin-left: 1.5em;
1240     padding-left: 1.5em;
1241 }
1242
1243 .rdetail_content_type, .rdetail_subject_type {
1244     vertical-align: top;
1245     font-weight: bold;
1246 }
1247
1248 .bookbag-item-row td { vertical-align: top; }
1249
1250 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1251 .success {
1252     color: [% css_colors.text_greatnews %];
1253     font-weight: bold;
1254 }
1255
1256 .rdetail_related_subjects {
1257     margin-top: 1.5em;
1258 }
1259
1260 .rdetail_related_series {
1261     margin-top: 1.5em;
1262 }
1263
1264 #rdetail_openurl {
1265     margin-top: 1em;
1266 }
1267
1268 .rdetail_openurl_entry {
1269     margin-left: 1em;
1270     padding-left: 1em;
1271 }
1272 .bookbag-controls-holder { width: 100%; }
1273 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1274 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1275 .bookbag-controls-holder .most {
1276     padding-left: 0;
1277     margin-right: 5em;
1278 }
1279 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1280 .bookbag-share .fixed { min-width: 4em; }
1281 .bookbag-specific { margin-left: 1em; }
1282 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1283 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1284 #bbag-name-desc-form tr th { vertical-align: middle; }
1285 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1286 .bookbag-description {
1287     padding-top: 0em;
1288     font-style: italic;
1289     max-width: 40em;
1290 }
1291 #bbag-edit-description { width: 20em; }
1292 #bbag-edit-name { width: 20em; }
1293 textarea { font-family: sans-serif; }
1294 table.bookbag-specific {
1295     border-right: 1px solid [% css_colors.accent_dark %];
1296     border-bottom: 1px solid [% css_colors.accent_medium %];
1297     margin-bottom: 2ex;
1298 }
1299 .bookbag-share {
1300     float: left;
1301     padding: 5px 0;
1302 }
1303 .bookbag-controls {
1304     float: left;
1305     padding: 5px 0px 0px 10px;
1306 }
1307
1308 .bookbag-specific td.list_checkbox {
1309     padding-left: 10px !important;
1310 }
1311 .bookbag-specific td.list_entry {
1312     min-width: 10em;
1313     padding-left: 5px !important;
1314 }
1315 .bookbag-specific td.list_actions {
1316     white-space: nowrap !important;
1317 }
1318
1319 .list_is_empty {
1320     padding: 8px 0px 6px 0px;
1321     width: 100%;
1322     border: 0;
1323     font-size: [% css_fonts.size_bigger %];
1324     text-align: center;
1325     font-style: italic;
1326 }
1327 .save-notes { padding-bottom: 1.5ex; }
1328
1329 /* Moved from semiauto.css */
1330 .adv_global_input_container { border-bottom: none; }
1331 .opac-auto-013 {
1332     border-bottom: none;
1333     *height: 0px;
1334 }
1335 .adv_global_filter_sort {
1336     border: none;
1337     width: 100%;
1338 }
1339 .clear-both { clear: both; }
1340 .common-no-pad {
1341     clear: both;
1342     height: 0px;
1343     margin: 0px;
1344     padding: 0px;
1345 }
1346 .common-full-pad {
1347     clear: both;
1348     height: 15px;
1349 }
1350 .alert { color: [% css_colors.text_alert %]; }
1351 .float-left { float: left; }
1352 .float-right { float: right; }
1353
1354 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1355 .saved-searches-header .button { float: right; width: 28px; }
1356 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1357 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1358 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1359 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1360     border-right: 1px solid [% css_colors.accent_darker %];
1361 }
1362 .result_item_circulated {
1363     padding-top: 4px;
1364 }
1365
1366 .result_item_circulated span {
1367     position: relative;
1368     top:-3px;
1369     left:3px;
1370 }
1371
1372 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1373 #result-bookbag-heading { text-align: center; margin: 2ex; }
1374
1375 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1376 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1377 .result-bookbag-item-note { font-style: italic; }
1378 .lowhits-bookbag-name { font-weight: bold; }
1379 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1380 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1381 .oils_AS_match_field {
1382     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1383     text-align: right; color: [% css_colors.accent_medium %];
1384 }
1385 table.result_holdings_table {
1386     margin-top: 1em;
1387     margin-bottom: 1em;
1388 }
1389 table.result_holdings_table thead tr {
1390     background: [% css_colors.table_heading %];
1391 }
1392 table.result_holdings_table thead tr th {
1393     font-weight: bold;
1394 }
1395 span.preflib {
1396     margin: 0 2em 0 2em;
1397 }
1398 a.preflib_change {
1399   vertical-align: super;
1400   font-size: [% css_fonts.size_smaller %];
1401   line-height: normal;
1402   text-decoration: none;
1403 }
1404 .rdetail-holding-group { margin-left: 1.5em; }
1405 .rdetail-holding-group span { margin-left: 1.5em; }
1406 .rdetail-holding-group .paging { margin-left: 1.5em; }
1407 #rdetail_deleted_exp {
1408     font-weight: bold;
1409     padding: 1em;
1410     margin: 1em;
1411     border: thick solid [% css_colors.border_alert %];
1412 }
1413
1414 #ac_tab_wrapper { width : 100%; }
1415 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1416 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1417 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1418 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1419
1420 /* Popmenu styles used for making css menus. */
1421 .popmenu {
1422     margin: 0;
1423     padding: 0;
1424 }
1425 .popmenu li {
1426     list-style: none;
1427 }
1428 .popmenu li a {
1429     display: block;
1430     padding: 3px 5px;
1431 }
1432 .popmenu li ul {
1433     display: none; 
1434     width: 10em; /* Width to help Opera out */
1435     background-color: [% css_colors.primary %];
1436 }
1437 .popmenu li:hover ul {
1438     display: block;
1439     position: absolute;
1440     margin: 0;
1441     padding: 0;
1442     border-color: [% css_colors.border_dark %];
1443     border-width: 1px;
1444     border-style: solid;
1445 }
1446 .popmenu li:hover li {
1447     float: none;
1448 }
1449 .popmenu li:hover li a {
1450     background-color: [% css_colors.primary %]; 
1451     color: [% css_colors.accent_ultralight %];
1452 }
1453 .popmenu li li a:hover {
1454     background-color: [% css_colors.accent_ultralight %]; 
1455     color: [% css_colors.primary %];
1456 }
1457 /* Styles for the temporary list entry. */
1458 .popmenu li:hover li[class~="temporary"] a {
1459     background-color: [% css_colors.primary %]; 
1460     color: [% css_colors.accent_ultralight %];
1461 }
1462 .popmenu li li[class~="temporary"] a:hover {
1463     background-color: [% css_colors.accent_ultralight %]; 
1464     color: [% css_colors.primary %];
1465 }
1466 /* Styles for the default list entry. */
1467 .popmenu li:hover li[class~="default"] a {
1468     background-color: [% css_colors.primary %]; 
1469     color: [% css_colors.accent_ultralight %];
1470 }
1471 .popmenu li li[class~="default"] a:hover {
1472     background-color: [% css_colors.accent_ultralight %]; 
1473     color: [% css_colors.primary %];
1474 }
1475 /* Styles for the new list entry. */
1476 .popmenu li:hover li[class~="new"] a {
1477     background-color: [% css_colors.primary %]; 
1478     color: [% css_colors.accent_ultralight %];
1479 }
1480 .popmenu li li[class~="new"] a:hover {
1481     background-color: [% css_colors.accent_ultralight %]; 
1482     color: [% css_colors.primary %];
1483 }
1484 /* Style to add a divider on the menu. */
1485 .popmenu li li[class~="divider"] {
1486     border-bottom-width: 1px;
1487     border-bottom-color: [% css_colors.border_dark %];
1488     border-bottom-style: solid;
1489 }
1490     
1491 #locale_picker_form {
1492     float: right;
1493     padding: 0.5em 1em 0.5em 0;
1494     border-right: thin [% css_colors.control %] solid;
1495 }
1496
1497 #locale_picker_form * {
1498     margin: 0;
1499     padding: 0;
1500     vertical-align: middle;
1501 }
1502
1503 #patron_usr_barcode_not_found {
1504     font-weight: bold; color: [% css_colors.text_alert %];
1505 }