]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
Clean up the account summary table HTML.
[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_table {
793     border-collapse: collapse;
794     background: [% css_colors.accent_ultralight %];
795     font-size: [% css_fonts.size_smaller %];
796     font-weight: bold;
797     text-transform: uppercase;
798 }
799
800 .acct_sum_table td {
801     padding: 1em;
802 }
803
804 .acct_sum_table a {
805     text-transform: none;
806     position:relative;
807     top:-1px;
808 }
809
810 .acct_sum_table .view_link {
811     font-weight: normal;
812 }
813
814 table.acct_notes {
815     border-collapse: collapse;
816     margin: -1em 0 0.5em 0;
817 }
818
819 table.acct_notes * {
820     border: solid thin;
821     padding: 0.5em; 
822 }
823
824 table.acct_notes th {
825     font-weight: bold;
826 }
827
828 #myopac_sum_fines {
829     float:right;
830     padding: 15px 0px 0px 23px;
831     background: [% css_colors.accent_ultralight %];
832     width: 177px;
833     height: 166px;
834 }
835
836 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
837
838 .acct_holds_temp td {
839     text-align: left;
840 }
841
842 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
843     float:left;
844     /*padding-left:10px;*/
845 }
846
847 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
848     font-weight:bold;
849     text-transform:uppercase;
850     font-size: [% css_fonts.size_smaller %];
851     border-collapse: collapse;
852 }
853
854 #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 {
855     background: [% css_colors.accent_lighter2 %];
856     padding: 10px;
857 }
858
859 #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 {
860     text-align: left;
861     padding: 0px 10px 0px 10px;
862 }
863
864 #acct_list_header select, #acct_list_header_anon select {
865     font-weight:normal;
866     text-transform:none;
867 }
868
869 #acct_holds_activates_table label {
870     font-weight: bold;
871     font-size: [% css_fonts.size_small %];
872     text-transform:uppercase;
873     padding-right: 5px;
874 }
875
876 .adv_search_font {
877     font-size: [% css_fonts.size_smaller %];
878 }
879
880 .search_catalog_lbl {
881     font-size: [% css_fonts.size_bigger %];
882 }
883
884 .lbl1 {
885     font-size: [% css_fonts.size_bigger %];
886     font-weight:bold;
887 }
888
889 .lbl2 {
890     font-size: [% css_fonts.size_smaller %];
891     font-weight:normal;
892     position:relative;
893     top:3px;
894 }
895
896 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
897     background: [% css_colors.primary_fade %];
898     padding-top:5px;
899     margin-bottom:20px;
900 }
901
902 #fines_payments_wrapper {
903     padding-left: 5px; 
904     padding-right: 5px;
905 }
906
907 .myopac_payments_table th { text-align: left; }
908 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
909 .myopac_payments_table thead th:first-child { width: 8em; }
910 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
911 .myopac_payments_table form { display: inline; }
912 .myopac_payments_table input[type="submit"] { padding: 1px; }
913
914 .payment-error {
915     font-weight: bold; color: [% css_colors.text_alert %];
916     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
917 }
918
919 .payment-processing {
920     font-weight: bold;
921     color: [% css_colors.text_greatnews %];
922     font-size: [% css_fonts.size_bigger %];
923     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
924     text-align: center;
925 }
926
927 #adv_search_parent {
928     margin-bottom:0px;
929 }
930
931 #myopac_loading {
932     width:100%;
933     text-align:center;
934     padding-top:20px;
935     font-size: [% css_fonts.size_bigger %];
936     font-weight:bold;
937 }
938
939 .chili_link {
940     width:100px !important;
941     text-align: center !important;
942 }
943
944 .chili_review div.chili_link div {
945     margin: auto;
946 }
947
948 [%- IF we_want_to_turn_on_facet_styling.defined; %]
949 /* some facet styling */
950 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
951 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
952 .facetClassLabel { font-weight: bold; text-align: center; }
953 .facetFieldContainer {  }
954 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
955 .extraFacetFieldsWrapper { }
956 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
957 .facetFieldLineCount {
958     display: inline-block;
959     border-right: 1px solid [% css_colors.accent_light %];
960     color: [% css_colors.accent_mediumdark %];
961     width: 3em;
962     margin-right: 3px
963 }
964 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
965 .facetFields { padding-left: 5px; }
966 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
967 [%- END -%]
968
969 div.facet_sidebar {
970     float: left;
971     border-right: 1px solid [% css_colors.border_standard %];
972     margin-right: 1em;
973 }
974
975 .facet_box_temp {
976     padding-bottom:3px;
977     width: 15em;
978     overflow:hidden;
979 }
980
981 .facet_box_temp .header {
982     height:31px;
983     overflow:hidden;
984     background:[% css_colors.primary %];
985     -moz-border-top-left-radius: 5px;
986     border-top-left-radius: 5px;
987     -moz-border-top-right-radius: 5px;
988     border-top-right-radius: 5px;
989     font-weight:bold;
990     color:[% css_colors.text_invert %];
991     padding-top:4px;
992 }
993
994 .facet_box_temp .header .title {
995     float:left;
996     padding-top:6px;
997     padding-left:12px;
998     overflow:hidden;
999 }
1000
1001 .facet_box_temp .header a.button {
1002     float:right;
1003     padding-top:6px;
1004     padding-right:6px;
1005     color:[% css_colors.text_invert %];
1006 }
1007
1008 .facet_box_wrapper .box_wrapper {
1009     position:relative;
1010     top:-4px;
1011     margin-bottom:-5px;
1012     *margin-bottom:-6px;
1013 }
1014
1015 .facet_box_wrapper .box_wrapper .box {
1016     width: 14em;
1017     border-top:1px solid [% css_colors.border_standard %];
1018     border-left:1px solid [% css_colors.border_standard %];
1019     border-right:1px solid [% css_colors.border_standard %];
1020     background:[% css_colors.background %];
1021     padding-left:12px;
1022     padding-top:6px;
1023 }
1024
1025 .facet_template {
1026     padding-bottom:5px;
1027 }
1028
1029 .facet_template .facet {
1030     float:left;
1031     width:124px;
1032 }
1033
1034 .facet_template .count {
1035     float:right;
1036     color: [% css_colors.accent_mediumdark %];
1037     padding-right:11px;
1038 }
1039
1040 .facet_template_selected .facet {
1041     background-color: [% css_colors.accent_lighter2 %];
1042 }
1043
1044 .facet_border {
1045     border-left: 1px solid [% css_colors.border_standard %];
1046     padding-right: 0.5em;
1047 }
1048
1049 #footer-wrap {
1050     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1051     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1052     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1053     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1054     background-color: [% css_colors.primary %];
1055 }
1056
1057 #footer {
1058     padding-top:5px;
1059     padding-bottom: 10px;
1060     margin-left: 1em;
1061     font-size: [% css_fonts.size_small %];
1062 }
1063
1064 #footer a {
1065     color: [% css_colors.text_invert %];
1066     text-decoration: none;
1067     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1068 }
1069
1070 #copyright_text, #footer_logo {
1071     color: [% css_colors.text_invert %];
1072 }
1073
1074 .color_4 {
1075     text-transform: uppercase;
1076     font-weight: bold;
1077     font-size: [% css_fonts.size_smaller %];
1078 }
1079
1080 .advanced_div { padding-top: 15px; }
1081 #adv_global_search select { width: 13em; }
1082 #adv_global_input_table select { width: 7em; }
1083 .adv_adv_link {
1084     font-size: [% css_fonts.size_smaller %];
1085     color: [% css_colors.text_alert %];
1086 }
1087 #acct_prefs_header { float: left; }
1088 .search_page_nav_link { cursor: pointer; }
1089 #opac.result.sort { width: 160px; }
1090 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1091 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1092 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1093 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1094 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1095 #adv_search_refine {
1096     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1097 }
1098 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1099 .subtle-button {
1100     background-color: [% css_colors.background %];
1101     color: [% css_colors.primary %]; text-decoration: none;
1102     padding: 0; border: 0; margin: 0;
1103     vertical-align: middle;
1104 }
1105 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1106 .no-dec:hover { text-decoration: none; }
1107 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1108
1109 #account-update-email table { text-align: center; padding: 20px; margin-top: 18px; border-collapse: collapse; }
1110 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1111 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1112 a.dash-link:hover { text-decoration: underline !important; }
1113 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1114 #list_create_table {
1115     background-color: [% css_colors.accent_light %];
1116     padding-bottom: 4px;
1117     margin-bottom: 10px;
1118     border-bottom: 1px dotted [% css_colors.accent_medium %];
1119 }
1120 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1121 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1122 .results_row_count { font-weight: bold; }
1123 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1124 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1125 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1126 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1127 #hold_editor_table th { text-align: right; padding-right: 1em; }
1128 #hold_editor_table td { padding: 0.25em 0; }
1129 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1130 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1131 .hold-editor-controls a { padding-left: 2em; }
1132
1133 .text-right { text-align: right; }
1134 .text-right-top { text-align: right; vertical-align: top; }
1135 .rdetail-author-div { padding-bottom: 10px; }
1136
1137 .invisible { visibility: hidden; }
1138 .rdetail-extras-summary { margin: 10px; }
1139 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1140 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1141 .expert-search-row { padding-top: 10px; }
1142 .bookshelf thead tr td {
1143     border-bottom: 1px dashed [% css_colors.accent_dark %];
1144     padding-bottom: 1ex;
1145 }
1146 .cn_browse_item { padding: 2ex; }
1147
1148 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1149 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1150
1151 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1152 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1153 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1154
1155 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1156
1157 .results_header_btns, .results_header_sel {
1158     float:left;
1159     margin-right: 6px;
1160     height: 26px;
1161 }
1162
1163 .opac-button:disabled {
1164     color: [% css_colors.accent_medium %];
1165     cursor: pointer !important;
1166     border: 1px solid [% css_colors.accent_light %];
1167     background-color: [% css_colors.accent_lighter %];
1168 }
1169
1170 div.opac-multiline-button > a,
1171 .opac-multiline-button > a,
1172 .opac-button, .results_header_btns, #simple-detail-view-links { 
1173     color: [% css_colors.button_text %];
1174     font-weight: bold; 
1175     text-decoration: none;
1176     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1177     cursor: pointer !important;
1178     -moz-border-radius: 5px;
1179     border-radius: 5px;
1180     border: 1px solid [% css_colors.primary_fade %];
1181     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1182     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1183     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1184     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1185     background-color: [% css_colors.primary %];
1186 }
1187
1188 .opac-button-header {
1189     background: [% css_colors.control %];
1190     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1191 }
1192
1193 .results_header_btns a, #simple-detail-view-links a {
1194     margin: 10px;
1195     padding: 5px 10px 5px 10px;
1196     color: [% css_colors.text_invert %];
1197     vertical-align: middle;
1198     display: table-cell;
1199 }
1200
1201 .opac-multiline-button > a:hover,
1202 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1203     background: [% css_colors.primary %];
1204     text-decoration: none;
1205 }
1206
1207 .opac-multiline-button > a {
1208     display: inline-block;
1209 }
1210
1211 .opac-multiline-button > a, a.opac-button, input.opac-button {
1212     margin: 10px;
1213     padding: 5px 10px 5px 10px;
1214 }
1215
1216 #dash_wrapper .opac-button {
1217     position: relative;
1218     top: 10px;
1219 }
1220
1221 #myopac_checked_div {
1222     padding: 0px;
1223 }
1224
1225 .rdetail-mfhd-head {
1226     margin-top: 5px;
1227     padding-top: 5px;
1228     background-color: [% css_colors.table_heading %];
1229 }
1230
1231 .rdetail-mfhd-type {
1232     padding-left: 1em;
1233 }
1234
1235 .rdetail-mfhd-bottom {
1236     border-bottom: thin solid [% css_colors.border_dark %];
1237     width: 100%;
1238 }
1239
1240 #rdetail_record_details {
1241     clear: both;
1242     margin-top: 1em;
1243 }
1244
1245 .rdetail_content {
1246     margin-left: 1.5em;
1247     padding-left: 1.5em;
1248 }
1249
1250 .rdetail_content_type, .rdetail_subject_type {
1251     vertical-align: top;
1252     font-weight: bold;
1253 }
1254
1255 .bookbag-item-row td { vertical-align: top; }
1256
1257 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1258 .success {
1259     color: [% css_colors.text_greatnews %];
1260     font-weight: bold;
1261 }
1262
1263 .rdetail_related_subjects {
1264     margin-top: 1.5em;
1265 }
1266
1267 .rdetail_related_series {
1268     margin-top: 1.5em;
1269 }
1270
1271 #rdetail_openurl {
1272     margin-top: 1em;
1273 }
1274
1275 .rdetail_openurl_entry {
1276     margin-left: 1em;
1277     padding-left: 1em;
1278 }
1279 .bookbag-controls-holder { width: 100%; }
1280 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1281 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1282 .bookbag-controls-holder .most {
1283     padding-left: 0;
1284     margin-right: 5em;
1285 }
1286 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1287 .bookbag-share .fixed { min-width: 4em; }
1288 .bookbag-specific { margin-left: 1em; }
1289 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1290 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1291 #bbag-name-desc-form tr th { vertical-align: middle; }
1292 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1293 .bookbag-description {
1294     padding-top: 0em;
1295     font-style: italic;
1296     max-width: 40em;
1297 }
1298 #bbag-edit-description { width: 20em; }
1299 #bbag-edit-name { width: 20em; }
1300 textarea { font-family: sans-serif; }
1301 table.bookbag-specific {
1302     border-right: 1px solid [% css_colors.accent_dark %];
1303     border-bottom: 1px solid [% css_colors.accent_medium %];
1304     margin-bottom: 2ex;
1305 }
1306 .bookbag-share {
1307     float: left;
1308     padding: 5px 0;
1309 }
1310 .bookbag-controls {
1311     float: left;
1312     padding: 5px 0px 0px 10px;
1313 }
1314
1315 .bookbag-specific td.list_checkbox {
1316     padding-left: 10px !important;
1317 }
1318 .bookbag-specific td.list_entry {
1319     min-width: 10em;
1320     padding-left: 5px !important;
1321 }
1322 .bookbag-specific td.list_actions {
1323     white-space: nowrap !important;
1324 }
1325
1326 .list_is_empty {
1327     padding: 8px 0px 6px 0px;
1328     width: 100%;
1329     border: 0;
1330     font-size: [% css_fonts.size_bigger %];
1331     text-align: center;
1332     font-style: italic;
1333 }
1334 .save-notes { padding-bottom: 1.5ex; }
1335
1336 /* Moved from semiauto.css */
1337 .adv_global_input_container { border-bottom: none; }
1338 .opac-auto-013 {
1339     border-bottom: none;
1340     *height: 0px;
1341 }
1342 .adv_global_filter_sort {
1343     border: none;
1344     width: 100%;
1345 }
1346 .clear-both { clear: both; }
1347 .common-no-pad {
1348     clear: both;
1349     height: 0px;
1350     margin: 0px;
1351     padding: 0px;
1352 }
1353 .common-full-pad {
1354     clear: both;
1355     height: 15px;
1356 }
1357 .alert { color: [% css_colors.text_alert %]; }
1358 .float-left { float: left; }
1359 .float-right { float: right; }
1360
1361 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1362 .saved-searches-header .button { float: right; width: 28px; }
1363 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1364 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1365 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1366 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1367     border-right: 1px solid [% css_colors.accent_darker %];
1368 }
1369 .result_item_circulated {
1370     padding-top: 4px;
1371 }
1372
1373 .result_item_circulated span {
1374     position: relative;
1375     top:-3px;
1376     left:3px;
1377 }
1378
1379 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1380 #result-bookbag-heading { text-align: center; margin: 2ex; }
1381
1382 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1383 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1384 .result-bookbag-item-note { font-style: italic; }
1385 .lowhits-bookbag-name { font-weight: bold; }
1386 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1387 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1388 .oils_AS_match_field {
1389     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1390     text-align: right; color: [% css_colors.accent_medium %];
1391 }
1392 table.result_holdings_table {
1393     margin-top: 1em;
1394     margin-bottom: 1em;
1395 }
1396 table.result_holdings_table thead tr {
1397     background: [% css_colors.table_heading %];
1398 }
1399 table.result_holdings_table thead tr th {
1400     font-weight: bold;
1401 }
1402 span.preflib {
1403     margin: 0 2em 0 2em;
1404 }
1405 a.preflib_change {
1406   vertical-align: super;
1407   font-size: [% css_fonts.size_smaller %];
1408   line-height: normal;
1409   text-decoration: none;
1410 }
1411 .rdetail-holding-group { margin-left: 1.5em; }
1412 .rdetail-holding-group span { margin-left: 1.5em; }
1413 .rdetail-holding-group .paging { margin-left: 1.5em; }
1414 #rdetail_deleted_exp {
1415     font-weight: bold;
1416     padding: 1em;
1417     margin: 1em;
1418     border: thick solid [% css_colors.border_alert %];
1419 }
1420
1421 #ac_tab_wrapper { width : 100%; }
1422 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1423 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1424 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1425 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1426
1427 /* Popmenu styles used for making css menus. */
1428 .popmenu {
1429     margin: 0;
1430     padding: 0;
1431 }
1432 .popmenu li {
1433     list-style: none;
1434 }
1435 .popmenu li a {
1436     display: block;
1437     padding: 3px 5px;
1438 }
1439 .popmenu li ul {
1440     display: none; 
1441     width: 10em; /* Width to help Opera out */
1442     background-color: [% css_colors.primary %];
1443 }
1444 .popmenu li:hover ul {
1445     display: block;
1446     position: absolute;
1447     margin: 0;
1448     padding: 0;
1449     border-color: [% css_colors.border_dark %];
1450     border-width: 1px;
1451     border-style: solid;
1452 }
1453 .popmenu li:hover li {
1454     float: none;
1455 }
1456 .popmenu li:hover li a {
1457     background-color: [% css_colors.primary %]; 
1458     color: [% css_colors.accent_ultralight %];
1459 }
1460 .popmenu li li a:hover {
1461     background-color: [% css_colors.accent_ultralight %]; 
1462     color: [% css_colors.primary %];
1463 }
1464 /* Styles for the temporary list entry. */
1465 .popmenu li:hover li[class~="temporary"] a {
1466     background-color: [% css_colors.primary %]; 
1467     color: [% css_colors.accent_ultralight %];
1468 }
1469 .popmenu li li[class~="temporary"] a:hover {
1470     background-color: [% css_colors.accent_ultralight %]; 
1471     color: [% css_colors.primary %];
1472 }
1473 /* Styles for the default list entry. */
1474 .popmenu li:hover li[class~="default"] a {
1475     background-color: [% css_colors.primary %]; 
1476     color: [% css_colors.accent_ultralight %];
1477 }
1478 .popmenu li li[class~="default"] a:hover {
1479     background-color: [% css_colors.accent_ultralight %]; 
1480     color: [% css_colors.primary %];
1481 }
1482 /* Styles for the new list entry. */
1483 .popmenu li:hover li[class~="new"] a {
1484     background-color: [% css_colors.primary %]; 
1485     color: [% css_colors.accent_ultralight %];
1486 }
1487 .popmenu li li[class~="new"] a:hover {
1488     background-color: [% css_colors.accent_ultralight %]; 
1489     color: [% css_colors.primary %];
1490 }
1491 /* Style to add a divider on the menu. */
1492 .popmenu li li[class~="divider"] {
1493     border-bottom-width: 1px;
1494     border-bottom-color: [% css_colors.border_dark %];
1495     border-bottom-style: solid;
1496 }
1497     
1498 #locale_picker_form {
1499     float: right;
1500     padding: 0.5em 1em 0.5em 0;
1501     border-right: thin [% css_colors.control %] solid;
1502 }
1503
1504 #locale_picker_form * {
1505     margin: 0;
1506     padding: 0;
1507     vertical-align: middle;
1508 }
1509
1510 #patron_usr_barcode_not_found {
1511     font-weight: bold; color: [% css_colors.text_alert %];
1512 }
1513
1514 .record_title {
1515     font-weight: bold;
1516 }
1517
1518 .record_author {
1519     font-style: italic;
1520 }
1521
1522 .password_message {
1523     padding-top: 1em;
1524     padding-bottom: 0.5em;
1525         font-style: italic;
1526 }