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