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