]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
Clean-up of expert and numeric forms.
[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 #adv_expert_row label { font-weight: bold; }
1173
1174 .bookshelf thead tr td {
1175     border-bottom: 1px dashed [% css_colors.accent_dark %];
1176     padding-bottom: 1ex;
1177 }
1178 .cn_browse_item { padding: 2ex; }
1179
1180 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1181 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1182
1183 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1184 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1185 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1186
1187 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1188
1189 .results_header_btns, .results_header_sel {
1190     float:left;
1191     margin-right: 6px;
1192     height: 26px;
1193 }
1194
1195 .opac-button:disabled {
1196     color: [% css_colors.accent_medium %];
1197     cursor: pointer !important;
1198     border: 1px solid [% css_colors.accent_light %];
1199     background-color: [% css_colors.accent_lighter %];
1200 }
1201
1202 div.opac-multiline-button > a,
1203 .opac-multiline-button > a,
1204 .opac-button, .results_header_btns, #simple-detail-view-links { 
1205     color: [% css_colors.button_text %];
1206     font-weight: bold; 
1207     text-decoration: none;
1208     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1209     cursor: pointer !important;
1210     -moz-border-radius: 5px;
1211     border-radius: 5px;
1212     border: 1px solid [% css_colors.primary_fade %];
1213     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1214     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1215     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1216     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1217     background-color: [% css_colors.primary %];
1218 }
1219
1220 .opac-button-header {
1221     background: [% css_colors.control %];
1222     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1223 }
1224
1225 .results_header_btns a, #simple-detail-view-links a {
1226     margin: 10px;
1227     padding: 5px 10px 5px 10px;
1228     color: [% css_colors.text_invert %];
1229     vertical-align: middle;
1230     display: table-cell;
1231 }
1232
1233 .opac-multiline-button > a:hover,
1234 .opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1235     background: [% css_colors.primary %];
1236     text-decoration: none;
1237 }
1238
1239 .opac-multiline-button > a {
1240     display: inline-block;
1241 }
1242
1243 .opac-multiline-button > a, a.opac-button, input.opac-button {
1244     margin: 10px;
1245     padding: 5px 10px 5px 10px;
1246 }
1247
1248 #dash_wrapper .opac-button {
1249     position: relative;
1250     top: 10px;
1251 }
1252
1253 #myopac_checked_div {
1254     padding: 0px;
1255 }
1256
1257 .rdetail-mfhd-head {
1258     margin-top: 5px;
1259     padding-top: 5px;
1260     background-color: [% css_colors.table_heading %];
1261 }
1262
1263 .rdetail-mfhd-type {
1264     padding-left: 1em;
1265 }
1266
1267 .rdetail-mfhd-bottom {
1268     border-bottom: thin solid [% css_colors.border_dark %];
1269     width: 100%;
1270 }
1271
1272 #rdetail_record_details {
1273     clear: both;
1274     margin-top: 1em;
1275 }
1276
1277 .rdetail_content {
1278     margin-left: 1.5em;
1279     padding-left: 1.5em;
1280 }
1281
1282 .rdetail_content_type, .rdetail_subject_type {
1283     vertical-align: top;
1284     font-weight: bold;
1285 }
1286
1287 .bookbag-item-row td { vertical-align: top; }
1288
1289 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1290 .success {
1291     color: [% css_colors.text_greatnews %];
1292     font-weight: bold;
1293 }
1294
1295 .rdetail_related_subjects {
1296     margin-top: 1.5em;
1297 }
1298
1299 .rdetail_related_series {
1300     margin-top: 1.5em;
1301 }
1302
1303 #rdetail_openurl {
1304     margin-top: 1em;
1305 }
1306
1307 .rdetail_openurl_entry {
1308     margin-left: 1em;
1309     padding-left: 1em;
1310 }
1311 .bookbag-controls-holder { width: 100%; }
1312 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1313 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1314 .bookbag-controls-holder .most {
1315     padding-left: 0;
1316     margin-right: 5em;
1317 }
1318 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1319 .bookbag-share .fixed { min-width: 4em; }
1320 .bookbag-specific { margin-left: 1em; }
1321 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1322 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1323 #bbag-name-desc-form tr th { vertical-align: middle; }
1324 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1325 .bookbag-description {
1326     padding-top: 0em;
1327     font-style: italic;
1328     max-width: 40em;
1329 }
1330 #bbag-edit-description { width: 20em; }
1331 #bbag-edit-name { width: 20em; }
1332 textarea { font-family: sans-serif; }
1333 table.bookbag-specific {
1334     border-right: 1px solid [% css_colors.accent_dark %];
1335     border-bottom: 1px solid [% css_colors.accent_medium %];
1336     margin-bottom: 2ex;
1337 }
1338 .bookbag-share {
1339     float: left;
1340     padding: 5px 0;
1341 }
1342 .bookbag-controls {
1343     float: left;
1344     padding: 5px 0px 0px 10px;
1345 }
1346
1347 .bookbag-specific td.list_checkbox {
1348     padding-left: 10px !important;
1349 }
1350 .bookbag-specific td.list_entry {
1351     min-width: 10em;
1352     padding-left: 5px !important;
1353 }
1354 .bookbag-specific td.list_actions {
1355     white-space: nowrap !important;
1356 }
1357 .bookbag-paginator-selected { color: [% css_colors.text_alert %]; }
1358
1359 .list_is_empty {
1360     padding: 8px 0px 6px 0px;
1361     width: 100%;
1362     border: 0;
1363     font-size: [% css_fonts.size_bigger %];
1364     text-align: center;
1365     font-style: italic;
1366 }
1367 .save-notes { padding-bottom: 1.5ex; }
1368
1369 /* Moved from semiauto.css */
1370 .adv_global_input_container { border-bottom: none; }
1371 .opac-auto-013 {
1372     border-bottom: none;
1373     *height: 0px;
1374 }
1375 .adv_global_filter_sort {
1376     border: none;
1377     width: 100%;
1378 }
1379 .clear-both { clear: both; }
1380 .common-no-pad {
1381     clear: both;
1382     height: 0px;
1383     margin: 0px;
1384     padding: 0px;
1385 }
1386 .common-full-pad {
1387     clear: both;
1388     height: 15px;
1389 }
1390 .alert { color: [% css_colors.text_alert %]; }
1391 .float-left { float: left; }
1392 .float-right { float: right; }
1393
1394 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1395 .saved-searches-header .button { float: right; width: 28px; }
1396 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1397 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1398 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1399 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1400     border-right: 1px solid [% css_colors.accent_darker %];
1401 }
1402 .result_item_circulated {
1403     padding-top: 4px;
1404 }
1405
1406 .result_item_circulated span {
1407     position: relative;
1408     top:-3px;
1409     left:3px;
1410 }
1411
1412 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1413 #result-bookbag-heading { text-align: center; margin: 2ex; }
1414
1415 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1416 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1417 .result-bookbag-item-note { font-style: italic; }
1418 .lowhits-bookbag-name { font-weight: bold; }
1419 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1420 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1421 .oils_AS_match_field {
1422     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1423     text-align: right; color: [% css_colors.accent_medium %];
1424 }
1425 table.result_holdings_table {
1426     margin-top: 1em;
1427     margin-bottom: 1em;
1428 }
1429 table.result_holdings_table thead tr {
1430     background: [% css_colors.table_heading %];
1431 }
1432 table.result_holdings_table thead tr th {
1433     font-weight: bold;
1434 }
1435 span.preflib {
1436     margin: 0 2em 0 2em;
1437 }
1438 a.preflib_change {
1439   vertical-align: super;
1440   font-size: [% css_fonts.size_smaller %];
1441   line-height: normal;
1442   text-decoration: none;
1443 }
1444 .rdetail-holding-group { margin-left: 1.5em; }
1445 .rdetail-holding-group span { margin-left: 1.5em; }
1446 .rdetail-holding-group .paging { margin-left: 1.5em; }
1447 #rdetail_deleted_exp {
1448     font-weight: bold;
1449     padding: 1em;
1450     margin: 1em;
1451     border: thick solid [% css_colors.border_alert %];
1452 }
1453
1454 #ac_tab_wrapper { width : 100%; }
1455 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1456 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1457 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1458 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1459
1460 /* Popmenu styles used for making css menus. */
1461 .popmenu {
1462     margin: 0;
1463     padding: 0;
1464 }
1465 .popmenu li {
1466     list-style: none;
1467 }
1468 .popmenu li a {
1469     display: block;
1470     padding: 3px 5px;
1471 }
1472 .popmenu li ul {
1473     display: none; 
1474     width: 10em; /* Width to help Opera out */
1475     background-color: [% css_colors.primary %];
1476 }
1477 .popmenu li:hover ul {
1478     display: block;
1479     position: absolute;
1480     margin: 0;
1481     padding: 0;
1482     border-color: [% css_colors.border_dark %];
1483     border-width: 1px;
1484     border-style: solid;
1485 }
1486 .popmenu li:hover li {
1487     float: none;
1488 }
1489 .popmenu li:hover li a {
1490     background-color: [% css_colors.primary %]; 
1491     color: [% css_colors.accent_ultralight %];
1492 }
1493 .popmenu li li a:hover {
1494     background-color: [% css_colors.accent_ultralight %]; 
1495     color: [% css_colors.primary %];
1496 }
1497 /* Styles for the temporary list entry. */
1498 .popmenu li:hover li[class~="temporary"] a {
1499     background-color: [% css_colors.primary %]; 
1500     color: [% css_colors.accent_ultralight %];
1501 }
1502 .popmenu li li[class~="temporary"] a:hover {
1503     background-color: [% css_colors.accent_ultralight %]; 
1504     color: [% css_colors.primary %];
1505 }
1506 /* Styles for the default list entry. */
1507 .popmenu li:hover li[class~="default"] a {
1508     background-color: [% css_colors.primary %]; 
1509     color: [% css_colors.accent_ultralight %];
1510 }
1511 .popmenu li li[class~="default"] a:hover {
1512     background-color: [% css_colors.accent_ultralight %]; 
1513     color: [% css_colors.primary %];
1514 }
1515 /* Styles for the new list entry. */
1516 .popmenu li:hover li[class~="new"] a {
1517     background-color: [% css_colors.primary %]; 
1518     color: [% css_colors.accent_ultralight %];
1519 }
1520 .popmenu li li[class~="new"] a:hover {
1521     background-color: [% css_colors.accent_ultralight %]; 
1522     color: [% css_colors.primary %];
1523 }
1524 /* Style to add a divider on the menu. */
1525 .popmenu li li[class~="divider"] {
1526     border-bottom-width: 1px;
1527     border-bottom-color: [% css_colors.border_dark %];
1528     border-bottom-style: solid;
1529 }
1530     
1531 #locale_picker_form {
1532     float: right;
1533     padding: 0.5em 1em 0.5em 0;
1534     border-right: thin [% css_colors.control %] solid;
1535 }
1536
1537 #locale_picker_form * {
1538     margin: 0;
1539     padding: 0;
1540     vertical-align: middle;
1541 }
1542
1543 #patron_usr_barcode_not_found {
1544     font-weight: bold; color: [% css_colors.text_alert %];
1545 }
1546
1547 .record_title {
1548     font-weight: bold;
1549 }
1550
1551 .record_author {
1552     font-style: italic;
1553 }
1554
1555 .password_message {
1556     padding-top: 1em;
1557     padding-bottom: 0.5em;
1558         font-style: italic;
1559 }
1560
1561 #maintenance_message {
1562     padding: 5px;
1563     width: 100%;
1564     background-color: [% css_colors.text_alert %];
1565     color: [% css_colors.text_invert %];
1566     text-align: center;
1567 }
1568
1569 #search-box > span {
1570     margin: 0 1em;
1571 }
1572 .browse-error {
1573     font-weight: bold;
1574     font-color: #c00;
1575 }
1576 .browse-result-sources, .browse-result-authority-bib-links {
1577     margin-left: 1em;
1578 }
1579 .browse-result-best-match {
1580     font-weight: bold;
1581 }
1582 .browse-pager {
1583     margin: 2ex 0;
1584 }
1585 .browse-result-list {
1586     padding-bottom: 0.5ex;
1587 }
1588 .browse-shortcuts {
1589     font-size: 120%;
1590 }
1591 .browse-result-authority-field-name {
1592     font-style: italic;
1593     margin-right: 1em;
1594 }
1595 .browse-leading-article-warning {
1596     font-style: italic;
1597     font-size: 110%;
1598 }
1599 .browse-public-general-note {
1600     font-size: 110%;
1601 }
1602 .browse-public-general-note-label { }
1603 .browse-public-general-note-institution {
1604     font-style: normal;
1605     font-weight: bold;
1606 }
1607 .browse-public-general-note-body {
1608     font-style: italic;
1609 }
1610
1611 .bib_peer_type {
1612     font-weight: bold;
1613 }
1614
1615 #main-content-register {
1616     margin-left: 40px;
1617     font-size: 120%;
1618 }
1619
1620 #main-content-register table { 
1621     padding: 20px; 
1622     margin-top: 18px; 
1623     border-collapse: collapse;
1624 }
1625
1626 #main-content-register td {
1627     text-align: left;
1628 }
1629
1630 #main-content-register td:not(:first-child) {
1631     padding-left: 20px;
1632 }
1633
1634 .patron-reg-invalid {
1635     font-weight: bold;
1636     color: red;
1637     padding-right: 10px;
1638 }
1639
1640 .result_footer_nav1 {
1641     clear: both;
1642 }
1643
1644 .small_view_only, #refine_hits {
1645     display: none;
1646 }
1647
1648 .rdetail_authors_div {
1649     margin-bottom: 1em;
1650 }
1651
1652 @media only screen and (max-width: 600px) {
1653     body {
1654         font-size: 12pt;
1655     }
1656     input, select {
1657         font-size: 110%;
1658     }
1659     span .nav_arrow_fix {
1660         display: none;
1661     }
1662     #header {
1663         padding: 0px;
1664         margin: 0px;
1665     }
1666     #homesearch_main_logo img {
1667         width:75%;
1668     }
1669     #home_adv_search_link {
1670         display: block;
1671     }
1672     #format_selector {
1673         display:none;
1674     }
1675     #your-acct-login {
1676         padding: 0px;
1677         padding-top: 10px;
1678     }
1679     #your-acct-login a {
1680         margin: 0px;
1681         padding: 5px;
1682     }
1683     #topnav_logo {
1684         padding: 0px;
1685     }
1686     #topnav_logo img {
1687         width: 200px;
1688     }
1689     #locale_picker_form {
1690         display: none;
1691     }
1692     #gold-links-holder {
1693         display: none;
1694     }
1695     #search-wrapper {
1696         display: block;
1697     }
1698     #simple-detail-view-links {
1699         display: none;
1700     }
1701     .results_header_btns:nth-child(2) {
1702         display: none;
1703     }
1704     .opac-button {
1705         padding: 5px;
1706         margin: 3px;
1707     }
1708     #acct_tabs a, #acct_fines_tabs a {
1709        padding: 2px 4px 3px 4px;
1710        -moz-border-radius: 6px 6px 0px 0px;
1711        border-radius: 6px 6px 0px 0px;
1712        font-size: 100%; 
1713        margin: 0px 5px 0px 0px;
1714     }
1715     #acct_fines_tabs {
1716        display: none;
1717     }
1718     #acct_tabs {
1719        height: 20px;
1720        margin: 1em 0em 0em .5em;
1721     }
1722     #acct_tabs a:nth-child(4), #acct_tabs a:nth-child(5) {
1723         display: none;
1724     }
1725     #acct_checked_tabs {
1726         display:none;
1727     }
1728     #acct_checked_main_header tr td:nth-child(5), #acct_checked_main_header tr td:nth-child(6) {
1729         display:none;
1730     }
1731     #acct_checked_temp table tr td:nth-child(5), #acct_checked_temp table tr td:nth-child(6) {
1732         display: none;
1733     }
1734     #acct_holds_tabs {
1735         display: none;
1736     }
1737     #holds_main form table.opac-auto-097 tr td:nth-child(3), #holds_main form table.opac-auto-097 tr td:nth-child(5) {
1738         display: none;
1739     }
1740     #acct_holds_main_header tr td:nth-child(3), 
1741     #acct_holds_main_header tr td:nth-child(4), #acct_holds_main_header tr td:nth-child(5), 
1742     #acct_holds_main_header tr td:nth-child(6), #acct_holds_main_header tr td:nth-child(7), 
1743     #acct_holds_main_header tr td:nth-child(8) {
1744         display: none;
1745     }
1746     tr#acct_holds_temp td:nth-child(3), 
1747     tr#acct_holds_temp td:nth-child(4), tr#acct_holds_temp td:nth-child(5), 
1748     tr#acct_holds_temp td:nth-child(6), tr#acct_holds_temp td:nth-child(7), 
1749     tr#acct_holds_temp td:nth-child(8), tr#acct_holds_temp td:nth-child(10) {
1750         display: none;
1751     }
1752     #dash_wrapper div {
1753         background: transparent;
1754         padding: 0px;
1755     }
1756     #dash_wrapper {
1757         position: static;
1758         top: auto;
1759     }
1760     #dash_wrapper .opac-button {
1761         top: 0px;
1762     }
1763     .small_view_only {
1764         display: inline !important;
1765     }
1766     #dash_identity a {
1767         float:right;
1768     }
1769     #dashboard {
1770         display: none;
1771     }
1772     #holds_box form blockquote {
1773         margin-left: 10px;
1774         margin-right: 2px;
1775     }
1776     #holds_box form blockquote select {
1777         width: 100%;
1778     }
1779     #myopac_sum_fines_placehold {
1780         display:none;
1781     }
1782     #myopac_sum_fines {
1783         display: none;
1784     }
1785     #myopac_circ_trans_row td:nth-child(2), #myopac_circ_trans_row td:nth-child(3),
1786     #myopac_circ_trans_row td:nth-child(4), #myopac_circ_trans_row td:nth-child(5) {
1787         display: none;
1788     }
1789     #myopac_trans_row td:nth-child(1), #myopac_trans_row td:nth-child(2), 
1790     #myopac_trans_row td:nth-child(3), #myopac_trans_row td:nth-child(4) {
1791         display: none;
1792     }
1793     /* Hack el terrible... */
1794     #myopac_circ_trans_div table thead tr td:nth-child(2), #myopac_circ_trans_div table thead tr td:nth-child(3), 
1795     #myopac_circ_trans_div table thead tr td:nth-child(4), #myopac_circ_trans_div table thead tr td:nth-child(5) { 
1796         display:none;
1797     }
1798     #myopac_trans_div table thead tr td:nth-child(1), #myopac_trans_div table thead tr td:nth-child(2), 
1799     #myopac_trans_div table thead tr td:nth-child(3), #myopac_trans_div table thead tr td:nth-child(4) {
1800         display: none;
1801     } 
1802     .results_header_div, .results_header_lbl {
1803         display: none;
1804     }
1805     .results_header_nav1 span.h1 {
1806         display: none;
1807     }
1808     .preflib {
1809         display: none;
1810     }
1811     .start_end_links_span {
1812         /* font-size: 12px; test */
1813         display: block;
1814     }
1815     .invisible {
1816         display: none;
1817     }
1818     .result_table_pic_header {
1819         padding-left: 0px !important;
1820         padding-right: 5px;
1821         width: 0px !important;
1822         margin: 0px;
1823     }
1824     .result_table_pic {
1825         width: 55px;
1826         padding: 0px;
1827         margin: 0px;
1828     }
1829     tr[name=results_isbn_tr], tr[name=results_phys_desc_tr], tr[name=results_pub_tr] strong, .result_count {
1830          display: none;
1831     }
1832     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table th:nth-child(4),
1833     tr.result_table_title_cell[name=bib_cn_list] .result_holdings_table td:nth-child(4) {
1834         display:none;
1835     }
1836     .results_info_table td {
1837         padding: 0px;
1838     }
1839     #results_header_bar {
1840         background-color: inherit;
1841     }
1842     .results_header_btns a {
1843         margin: 0px;
1844     }
1845     #main-content {
1846         margin-left: 1px;
1847     }
1848     #rdetails_status thead {
1849         display: none;
1850     }
1851     #rdetails_status tr, #rdetails_status td {
1852         display: block;
1853     }
1854     select#pickup_lib.search-wrapper-locg {
1855         width: 100%;
1856     }
1857     #search_box {
1858         width: 85%;
1859     }
1860     #qtype {
1861         display: none;
1862     }
1863     #main-content-home {
1864         padding: 0px;
1865         margin: 0px;
1866     }
1867     /* Make use of full width in mobile mode */
1868     .facet_box_wrapper .box_wrapper .box,
1869     .facet_template .facet,
1870     .facet_box_temp {
1871         width: inherit;
1872     }
1873     .facet_template .count {
1874         padding-left: 1em;
1875     }
1876     .facet_sidebar {
1877         margin-top: 0.5em;
1878     }
1879     #refine_hits {
1880         display: block;
1881         padding-left: 15px;
1882     }
1883     #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
1884         background: [% css_colors.primary_fade %];
1885         font-size: 10px;
1886     }
1887     #adv_search_filters {                                                                                                                             
1888         position: relative;                                                                                                                           
1889         width: 300px;
1890     }
1891     #rdetail_format_label {
1892         float: left;
1893     }
1894     .rdetail_aux_utils {
1895         padding: 0px;
1896         border: none;
1897     }
1898     div#rdetail_actions_div {
1899         float: left;
1900         background: [% css_colors.background %];
1901     }
1902 }