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