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