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