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