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