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