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