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