]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/style.css
Searchbar spacing: move inline CSS into a style
[working/Evergreen.git] / Open-ILS / web / css / skin / default / opac / style.css
1 body {
2         margin:0;
3         font-family: Arial, Helvetica, sans-serif;
4         font-size: 12px;
5         background: #00593d;
6 }
7
8 img {
9         border: none;
10 }
11
12 #topnav_logo {
13         padding-bottom: 25px;
14 }
15
16 #homesearch_main_logo {
17         padding-top: 60px;
18 }
19
20 a {
21         color: #00593d;
22 }
23
24 #search-wrapper input[type=text] {
25         margin:0;
26         padding:0;
27 }
28
29 #search-wrapper select, .results_header_lbl select {
30         border:1px solid #e9ebf3;
31         margin:0;
32         padding:0;
33         width: 12em;
34 }
35
36 .searchbar {
37     font-weight: bold;
38     padding-top: 10px;
39 }
40
41 /*
42 #search-wrapper select {
43         border:0px solid black;
44         filter:alpha(opacity=0);
45         -moz-opacity:0;
46         -khtml-opacity:0;
47         opacity:0;
48         padding:0;
49         margin:0;
50         height:18px;
51         font-size: 12px;
52 }
53 */
54 h1 {
55         margin:0;
56         margin-bottom: 5px;
57         font-size: 20px;
58         font-weight:normal;
59 }
60
61 h2 {
62         font-size: 16px;
63         font-weight:bold;
64 }
65
66 .hide_me, .hidden {
67         display: none;
68         visibility: hidden;
69 }
70
71 div.select-box-wrapper {
72         position:absolute;
73         padding-top:2px;
74         padding-left:3px;
75         overflow:hidden;
76         text-align:left;
77 }
78
79 div.select-wrapper {
80         border:1px solid #4C8AB0;
81         display:inline-block;
82         position:relative;
83         z-index:2;
84         background:url('/images/dropdown.gif') no-repeat right center;
85 }
86
87 div.select-wrapper:hover {
88         background:url('/images/dropdown-hover.gif') no-repeat right center;
89 }
90
91 #dash_wrapper {
92         position: relative;
93     top: -2em;
94 }
95
96 #dash_wrapper div {
97         position: relative;
98     vertical-align: middle;
99     background: #00593d;
100     border-radius: 5px;
101     height: 3em;
102     padding: 0em 1em 0em 1em;
103 }
104
105 span.dash_divider {
106     margin: 0em 1em 0em 1em;
107         position: relative;
108     top: 10px;
109     color: #007a54;
110 }
111
112 #dashboard {
113         clear:both;
114         float:right;
115     margin-top: 1em;
116     background: #00593d;
117     border-radius: 5px;
118     height: 3em;
119 }
120
121 #dashboard span.dash-align a {
122         font-weight: bold;
123         text-decoration: none;
124         position: relative;
125     top: 10px;
126 }
127
128 #dash_user {
129         font-weight: bold;
130         text-transform: capitalize;
131     position: relative;
132     top: 10px;
133 }
134
135 #logout_link { left: 1px; }
136
137 #dash_checked { color: #ffcc33; }
138 #dash_holds { color: #ffcc33; }
139 #dash_pickup { color: #1dd93c; }
140 #dash_fines { color: #f41d36; }
141 #header-wrap {
142     background: linear-gradient(#00593d, #007a54);
143     background: -moz-linear-gradient(#00593d, #007a54);
144     background: -o-linear-gradient(#00593d, #007a54);
145     background: -webkit-linear-gradient(#00593d, #007a54);
146     background-color: #007a54;
147 }
148 #header {
149         color: #fff;
150         padding-top: 26px;
151         margin-left: 1em;
152         font-size:11px;
153 }
154
155 #header a {
156         color: #fff;
157 }
158
159 #header a:hover {
160         color: white;
161         text-decoration: none;
162 }
163
164 #header-links {
165         color: white;
166         font-size: 11px;
167         font-weight: bold;
168         position: relative;
169         top:4px;
170         
171 }
172
173 #header-links a {
174         color: white;
175         display: block;
176         float:left;
177         margin-right:22px;
178         text-decoration: none;
179 }
180
181 #header-links a:hover {
182         color: white;
183         text-shadow: 0 0 0.2em #00593d, 0 0 0.2em #00593d;
184         text-decoration: none;
185 }
186
187 #header #header-links2 {
188         position:relative;
189         top:-8px;
190         color: white;
191         padding-bottom: 15px;
192 }
193
194 #header #header-links2 a {
195         color: white;
196 }
197
198 #header #header-links2 a:hover {
199         text-decoration: underline;
200 }
201
202 #header #your-acct-login {
203         padding-top:10px;
204 }
205
206 #gold-links {
207         margin-left: 1em;
208         padding-left:0px;
209 }
210
211 #gold-links-home {
212         margin:auto;
213         padding-left:0px;
214 }
215
216 #gold-links-holder {
217     height: 24px;
218     background: #252525;
219 }
220
221 #util-bar {
222         margin-left: 1em;
223         padding-left:0px;
224         height:0px;
225 }
226
227 #search-wrapper {
228         border-bottom: 1px solid #e9ebf3;
229         padding-bottom: 5px;
230         background: white;
231 }
232
233 .search_box_wrapper {
234         padding: 10px 5px 5px 3px;
235 }
236
237 #search-wrapper #breadcrumb {
238         margin-top:0px;
239         font-size: 10px;
240         float:left;
241 }
242
243 #search-wrapper #search-within {
244         margin-top:10px;
245         float:right;
246         position:relative;
247         left:-173px;
248 }
249
250 #search-wrapper #breadcrumb a {
251         color: black;
252 }
253
254 #search-wrapper #search_frm label {
255         font-size: 10px;
256 }
257
258 #search-wrapper #search-box {
259         margin-left: 1em;
260         padding-left: 0px;
261         padding-top: 10px;
262         padding-bottom: 10px;
263 }
264
265 #utils {
266         float:right;
267         z-index:1;
268         width:150px;
269         height:30px;
270         background:url('/images/utils-corner-left.png') no-repeat left top;
271         padding-left: 3px;
272         color: white;
273         position:relative;
274 }
275
276 #utils a {
277         color: white;
278         font-size: 10px;
279 }
280
281 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
282         height: 40px;
283         margin-left: 1em;
284 }
285
286 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
287     float: left;
288     text-align: center;
289     vertical-align: middle;
290     display: block;
291     margin: 10px 7px 10px 0px;
292     padding: 10px 0px 10px 0px;
293     -moz-border-radius: 10px 10px 0px 0px; 
294     border-radius: 10px 10px 0px 0px;
295     font-weight: bold;
296     color: white;
297     background: #69A088;
298     font-weight: bold;
299     text-decoration: none;
300 }
301
302 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
303     padding: 1em 1em 0.5em;
304 }
305
306 #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 {
307     background: #00593d; 
308     color: white;
309     text-decoration: none;
310 }
311
312 #adv_search.on, #num_search.on, #expert_search.on {
313     color: #333333;
314     background: white;
315     text-decoration: none;
316 }
317
318 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
319     color: #333333;
320     background: white;
321     text-decoration: none;
322 }
323
324 .acct-tab-off {
325     background: #69A088;
326 }
327
328 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
329     margin-top: 0px;
330     font-size: 10px;
331     color: #333333;
332     padding: 10px 10px 10px 10px;
333 }
334
335 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
336     background: #e1e1e1;
337     color: #333333;
338 }
339
340 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
341     padding-bottom: 12px;
342     color: #666;
343 }
344
345 .rdetail_header {
346     padding: 5px 7px 6px 0px;
347     margin-left: 1em;
348     border-bottom: 1px dotted #ccc;
349 }
350
351 .rdetail_results a {
352     color:#007a54;
353     font-weight:bold;
354     font-size: 1.2em;
355 }
356
357 .rdetail_result_count {
358     color: black;
359     font-weight: normal;
360     padding-left: 1em;
361     display: inline-block;
362 }
363
364 .rdetail_result_nav {
365     font-weight:normal;
366     padding-left: 1em;
367     display: inline-block;
368 }
369
370 #rdetail_details_table {
371         margin-top: 15px;
372 }
373
374 #rdetail_image { border: none; }
375 #rdetail_image_cell {
376         padding-top: 3px;
377         padding-right: 10px;
378 }
379
380 h2.rdetail_uris {
381     margin-top: 1em;
382 }
383 div.rdetail_uris {
384     padding: 0.5em 1em 0.5em 1em;
385     background-color: lightGray;
386 }
387 div.rdetail_uris ul li {
388     position: relative;
389     left: 1em;
390 }
391
392 div.rdetail_show_copies {
393     margin-top: 1em;
394 }
395
396 div#rdetail_actions_div {
397     float: right;
398     background: white;
399 }
400
401 span#rdetail_copy_counts {
402     display: inline-block;
403     border-right: thin;
404     vertical-align: top;
405     margin-right: 1em;
406     padding-right: 1em;
407 }
408
409 span#rdetail_hold_counts {
410     display: inline-block;
411     vertical-align: top;
412 }
413
414 #rdetail_image_div {
415     float: left;
416     margin-right: 1em;
417 }
418
419 .rdetail_aux_utils {
420         border-left:1px dotted #ccc;
421         padding-left: 17px;
422         padding-bottom: 6px;
423         padding-right: 70px;
424 }
425
426 div.place_hold {
427     border-bottom: 1px dotted #ccc;
428     padding-top: 10px;
429 }
430
431 span.place_hold {
432     position:relative;
433     top:-3px;
434     left:3px;
435 }
436
437 div.toggle_list { padding-top: 6px; }
438
439 div.format_icon {
440     float: right;
441     margin-right: 17px;
442 }
443
444 .results_aux_utils {
445         border-left:1px dotted #ccc;
446         padding-left: 17px;
447         padding-bottom: 6px;
448         padding-right: 50px;
449 }
450
451 .result_util {
452     border-bottom: 1px dotted #ccc;
453     padding-top: 6px;
454 }
455
456 .results_reviews {
457     position: relative;
458     top: -5px;
459 }
460
461 #rdetail_copies {
462     padding-top: 1.5em;
463 }
464
465 #rdetails_status td, #rdetails_status2 td {
466         white-space:nowrap !important;
467         padding: 7px 0px 3px 13px;
468 }
469
470 #rdetails_status thead th {
471         background-color: #d8d8d8;
472         padding: 13px 0px 13px 13px;
473         font-size: 10px;
474         text-transform: uppercase;
475         font-weight: bold;
476     text-align: left;
477 }
478
479 #rdetails_status tbody td {
480         padding-left: 13px;
481     text-align: left;
482 }
483
484 .rdetail_extras {
485         height: 29px;
486         background: #417860;
487         padding-top:1px;
488         margin-bottom: 10px;
489         margin-top: 10px;
490         clear:both;
491 }
492
493 .rdetail_extras_hr {
494         height: 1px;
495         background: #b7def5;
496         margin-left: 1px;
497         margin-right: 1px;
498 }
499
500 .rdetail_extras_link {
501         padding-top: 4px;
502         padding-left: 12px;
503         font-size: 10px;
504         text-transform: uppercase;
505         font-weight: bold;
506 }
507
508 .rdetail_extras_lbl {
509         position: relative;
510         top: -4px;
511         left: 7px;
512         color: white;
513 }
514
515 #paginate-homebanner a.toc {
516         display:block;
517         width:20px;
518         height:20px;
519         background:gray;
520         float:left;
521         margin-left:2px;
522         margin-right:2px;
523         margin-top:2px;
524 }
525
526 #rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
527         margin-left: 13px;
528 }
529
530 #rdetail_locs_expand, #rdetail_locs_collapse {
531         padding-bottom:3px;
532         margin-top:15px;
533         margin-left:13px;
534 }
535
536 #rdetail_anotes_div .biography {
537         margin:0;
538 }
539
540 #paginate-homebanner a.selected {
541         border: 2px solid black;
542         margin-top:0px;
543         margin-left:0px;
544         margin-right:0px;
545 }
546
547 #hp-buttons {
548         margin: auto;
549         margin-top: 6px;
550     margin-left: 1em;
551 }
552
553 #hp-welcome {
554         position:absolute;
555         width:295px;
556         height:192px;
557         background: url('/images/banner-bg.png') no-repeat;
558         color: #fff;
559         padding-left: 33px;
560         padding-top: 21px;
561         z-index:9999999999;
562 }
563
564 #hp-welcome h1 {
565         font-size: 25px;
566         margin-bottom:15px;
567 }
568
569 #hp-welcome a {
570         color: #fff;
571         text-decoration: underline;
572 }
573
574 #hp-banner {
575         margin-left: 1em;
576         height: 213px;
577 }
578
579 #hp-ql-table {
580         margin-left: 2px;
581         padding-top: 3px;
582 }
583
584 #hp-ql-table a {
585         color: #333;
586         font-weight: bold;
587         font-size: 13px;
588         text-transform: uppercase;
589         text-decoration: none;
590         display: block;
591         width: 144px;
592         height: 25px;
593         padding-top: 9px;
594         padding-left: 15px;
595         background: url('/images/button-bg.png') no-repeat;
596 }
597
598 #hp-ql-bottom {
599         height: 31px;
600         padding-left: 24px;
601         padding-top: 13px;
602         background: url('/images/hp-links-mid.jpg') repeat-x;
603 }
604
605 #hp-ql-bottom a {
606         display: inline-block;
607         text-decoration: none;
608         color: white;
609         font-size: 15px;
610         font-weight: bold;
611 }
612
613 #hp-ql-bottom img {
614     position:relative;
615     top:-1px;
616     left:2px;
617 }
618
619 .almost-content-wrapper {
620         background: white;
621 }
622
623 #content-wrapper {
624         background: white;
625         min-height: 260px;
626         border-bottom: 1px solid black;
627 }
628
629 .content-wrapper-record-page { top: -15px; position: relative; }
630
631 #main-content-home {
632         padding-left: 17px;
633     margin-left: 1em;
634 }
635 #main-content {
636         padding-left: 0px;
637     margin-left: 1em;
638 }
639
640 #main-content-after-bar {
641         margin-left: 1em;
642         padding-left: 4px;
643 }
644
645 #results-side-bar { float: left; width: 174px; margin-right: 5px; background: white; }
646
647 #main-content .login_boxes {
648         border: 1px solid #dedede;
649         background:url('/images/login-bg.jpg') top repeat-x;
650         color: #333;
651 }
652
653 #main-content .login_boxes h1 {
654         font-weight: normal;
655         font-size: 25px;
656         margin:0;
657 }
658
659 #main-content .left_brain {
660         padding-left:28px;
661         padding-top:25px;
662 }
663
664 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
665         width:167px;
666         height:18px;
667         margin:0;
668         padding:0;
669         border:none;
670         background: none;
671         font-size: 15px;
672         color: #666;
673 }
674
675 #main-content .left_brain .input_bg {
676         padding:10px 10px 0px 13px;
677         background: url('/images/login-box-bg.jpg') no-repeat;
678         width:167px;
679         height:29px;
680 }
681
682 #home-buttons-inner {
683         height:117px;
684         background:#bda964;
685 }
686
687 #holds_temp_parent td {
688         border-bottom:1px solid #dcdbdb;
689 }
690
691 #holds_temp_parent input, #holds_temp_parent select {
692         margin:0;
693 }
694
695 #results_header_bar {
696         background: #929292;
697         border-top:1px solid #8b8b8b;
698 }
699
700 #results_header_inner {
701     height: 32px;
702     padding-top:6px;
703 }
704
705 .cached_list_div { width: 111px; height: 25px; }
706
707 .results_header_div {
708         float: left;
709         width: 0px;
710         height: 25px;
711         border-left: 1px solid #7c7c7c;
712         border-right: 1px solid #9c9c9c;
713         margin: 0px 13px;
714 }
715
716 .results_header_lbl {
717         font-weight: bold;
718         float: left;
719         font-size: 11px;
720         color: #191919;
721         background: #929292;
722         margin-right: 6px;
723 }
724
725 .results_header_sel {
726     /* width: 88px; */
727         float:left;
728         margin:0;
729 }
730
731 .results_header_nav1 {
732         padding: 5px 7px 6px 0px;
733         border-bottom: 1px dotted #ccc;
734 }
735
736 .results_header_nav1 .h1 {
737         font-size:14px;
738         font-weight:bold;
739         color:#007a54;
740 }
741
742 .start_end_links_span {
743         font-size: 11px;
744 }
745
746 #result_table_div {
747         margin-top: 1em;
748 }
749
750 tr.result_table_row > td.results_row_count,
751 tr.result_table_row > td.result_table_pic_header,
752 tr.result_table_row > td.result_table_title_cell {
753     vertical-align: top;
754 }
755
756 tr.result_table_row:nth-child(n+2) > td {
757     border-top: 1px solid #d4d4d4;
758 }
759
760 tr.result_table_row > td.result_table_pic_header {
761     white-space: nowrap;
762     width: 78px;
763     padding-left: 1em;
764 }
765
766 .result_numbers {
767         font-size: 11px; padding-left:15px; white-space: nowrap; width: 320px;
768 }
769
770 .result_table_subtable {
771     width: 100%;
772     padding-top: 1em;
773 }
774
775 div.result_table_utils_cont {
776     width: 250px;
777     text-align:left;
778 }
779
780 div.result_table_utils {
781     float: right;
782 }
783
784 div.result_place_hold {
785     position: relative;
786     top: -3px;
787     left:3px;
788 }
789
790 .icon_text {
791         text-transform:capitalize;
792 }
793
794 #myopac_summary_div p {
795         margin:0;
796         margin-bottom: 10px;
797 }
798
799 #acct_sum_checked_table td {
800         padding-bottom:5px;
801 }
802
803 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
804 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
805
806 #zero_search_hits p {
807         margin-top:0;
808 }
809
810 #zero_hits_term {
811         text-transform: uppercase;
812     font-weight: bold;
813 }
814
815 #zero_search_hits #spell_check_link {
816         text-transform: uppercase;
817 }
818
819 #zero_search_hits #zero_hits_suggestions {
820         text-transform: uppercase;
821 }
822
823 .results_info_table td {
824         padding-right: 10px;
825 }
826
827 #myopac_holds_main_table {
828         border-collapse: collapse;
829 }
830
831 #myopac_holds_main_table td {
832         border: 1px solid black;
833         
834 }
835
836 #myopac_prefs_div .data_grid {
837         border-collapse:collapse;
838 }
839
840 #myopac_prefs_div .data_grid td {
841         background:#f0f0f0;
842         border-bottom:3px solid white;
843         padding:6px 0px 7px 17px;
844 }
845
846 .header_middle {
847         height:22px;
848         font-size:14px;
849         font-weight:bold;
850         color:#007a54;
851         padding: 0px 7px 0px 0px;
852         border-bottom: 1px dotted #ccc;
853 }
854
855 .header_middle a {
856         font-size: 12px;
857         font-weight: normal;
858 }
859
860 .acct_sum_row {
861         padding: 7px 15px;
862         background: #f0f0f0;
863         margin-bottom: 2px;
864         font-size: 10px;
865         font-weight: bold;
866         text-transform: uppercase;
867 }
868
869 .acct_sum_row a {
870         text-transform: none;
871         font-size: 12px;
872         position:relative;
873         top:-1px;
874 }
875
876 .acct_sum_row .view_link {
877         font-weight: normal;
878         font-size:12px;
879 }
880
881 #myopac_sum_fines {
882         float:right;
883         padding: 15px 0px 0px 23px;
884         background: #f0f0f0;
885         width: 177px;
886         height: 166px;
887 }
888
889 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
890
891 .acct_holds_temp td {
892         text-align: left;
893 }
894
895 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
896         float:left;
897         /*padding-left:10px;*/
898 }
899
900 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
901         /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/
902 }
903
904 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
905         font-weight:bold;
906         text-transform:uppercase;
907         font-size: 10px;
908 }
909
910 #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 {
911         background: #d8d8d8;
912         padding: 8px 0px 7px 0px;
913 }
914
915 #acct_list_header select, #acct_list_header_anon select {
916         font-weight:normal;
917         text-transform:none;
918 }
919
920 #acct_holds_activates_table label {
921         font-weight: bold;
922         font-size: 11px;
923         text-transform:uppercase;
924         padding-right: 5px;
925 }
926
927 .adv_search_font {
928         font-size: 10px;
929 }
930
931 .search_catalog_lbl {
932         font-size: 14px;
933 }
934
935 .lbl1 {
936         font-size:14px;
937         font-weight:bold;
938 }
939
940 .lbl2 {
941         font-size:10px;
942         font-weight:normal;
943         position:relative;
944         top:3px;
945 }
946
947 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
948         background: #007a54;
949         padding-top:5px;
950         margin-bottom:20px;
951 }
952
953 #fines_payments_wrapper {
954     padding-left: 5px; 
955     padding-right: 5px;
956 }
957
958 .myopac_payments_table th { text-align: left; }
959 .myopac_payments_table thead th { border-bottom: 1px dashed #333; }
960 .myopac_payments_table thead th:first-child { width: 8em; }
961 .myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
962 .myopac_payments_table form { display: inline; }
963 .myopac_payments_table input[type="submit"] { padding: 1px; }
964
965 .payment-error {
966     font-weight: bold; color: red;
967     padding: 10px; border: 1px solid #888;
968 }
969
970 .payment-processing {
971     font-weight: bold; color: green;
972     font-size: 120%;
973     padding: 10px; border: 1px solid #888;
974     text-align: center;
975 }
976
977 #adv_search_parent {
978         margin-bottom:0px;
979 }
980
981 #myopac_loading {
982         width:100%;
983         text-align:center;
984         padding-top:20px;
985         font-size:16px;
986         font-weight:bold;
987 }
988
989 .chili_link {
990         width:100px !important;
991         text-align: center !important;
992 }
993
994 .chili_review div.chili_link div {
995         margin: auto;
996 }
997
998 /* some facet styling */
999 /*
1000 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
1001 .facetClassLabelContainer { border: 1px solid #CCC; }
1002 .facetClassLabel { font-weight: bold; text-align: center; }
1003 .facetFieldContainer {  }
1004 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
1005 .extraFacetFieldsWrapper { }
1006 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
1007 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
1008 .facetField { border-top: 1px solid #CCC; }
1009 .facetFields { padding-left: 5px; }
1010 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1011 */
1012
1013 div.facet_sidebar {
1014     float: left;
1015     border-right: 1px solid #F3F3F3;
1016     margin-right: 1em;
1017 }
1018
1019 .facet_box_temp {
1020         padding-bottom:3px;
1021         width: 15em;
1022         overflow:hidden;
1023 }
1024
1025 .facet_box_temp .header {
1026         height:31px;
1027         overflow:hidden;
1028         background:#00593d;
1029         -moz-border-top-left-radius: 5px;
1030         border-top-left-radius: 5px;
1031         -moz-border-top-right-radius: 5px;
1032         border-top-right-radius: 5px;
1033         font-weight:bold;
1034         color:white;
1035         padding-top:4px;
1036 }
1037
1038 .facet_box_temp .header .title {
1039         float:left;
1040         padding-top:6px;
1041         padding-left:12px;
1042         overflow:hidden;
1043 }
1044
1045 .facet_box_temp .header .button {
1046         float:right;
1047         padding-right:6px;
1048 }
1049
1050 .facet_box_wrapper .box_wrapper {
1051         position:relative;
1052         top:-4px;
1053         margin-bottom:-5px;
1054         *margin-bottom:-6px;
1055 }
1056
1057 .facet_box_wrapper .box_wrapper .box {
1058         width: 14em;
1059         border-top:1px solid #7ebee5;
1060         border-left:1px solid #f3f3f3;
1061         border-right:1px solid #f3f3f3;
1062         background:white;
1063         padding-left:12px;
1064         padding-top:6px;
1065 }
1066
1067 .facet_box_wrapper .box_wrapper .bottom {
1068         background:url('/images/facet_box_bg_bottom.png') no-repeat;
1069 }
1070
1071 .facet_template {
1072         padding-bottom:5px;
1073 }
1074
1075 .facet_template .facet {
1076         float:left;
1077         width:124px;
1078 }
1079
1080 .facet_template .count {
1081         float:right;
1082         color:#818080;
1083         padding-right:11px;
1084 }
1085
1086 .facet_template_selected {
1087     background-color: #d7d7d7;
1088 }
1089
1090 .facet_border {
1091     border-left: 1px solid #e9ebf3;
1092     padding-right: 0.5em;
1093 }
1094
1095 #footer-wrap {
1096     background: linear-gradient(#007a54, #00593d);
1097     background: -moz-linear-gradient(#007a54, #00593d);
1098     background: -o-linear-gradient(#007a54, #00593d);
1099     background: -webkit-linear-gradient(#007a54, #00593d);
1100     background-color: #00593d;
1101 }
1102
1103 #footer {
1104         padding-top:5px;
1105         padding-bottom: 10px;
1106         margin-left: 1em;
1107         font-size: 11px;
1108 }
1109
1110 #footer a {
1111         color: white;
1112         text-decoration: none;
1113         text-shadow: 0 0 0.2em #00593d, 0 0 0.2em #00593d;
1114 }
1115
1116 #copyright_text, #footer_logo {
1117     color: white;
1118 }
1119
1120 .color_4 {
1121         text-transform: uppercase;
1122         font-weight: bold;
1123         font-size: 10px;
1124 }
1125
1126 .advanced_div { padding-top: 15px; }
1127 #adv_global_search select { width: 13em; }
1128 #adv_global_input_table select { width: 7em; }
1129 .adv_adv_link { font-size: 8pt; color: red; }
1130 #acct_prefs_header { float: left; }
1131 .search_page_nav_link { cursor: pointer; }
1132 #opac.result.sort { width: 160px; }
1133 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
1134 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
1135 .refine-controls { font-size: 125%; padding: 0.5ex 0; }
1136 #adv_search_refine input[type=text] { border: 1px inset #ccc !important; }
1137 #adv_search_refine select { border: 1px inset #ccc !important; }
1138 #adv_search_refine {
1139     padding-left: 5em; background-color: #d7d7d7; margin: 2ex 0;
1140 }
1141 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1142 .subtle-button {
1143     background-color: #ffffff;
1144     color: #00593d; text-decoration: none;
1145     font-size: 12px;
1146     padding: 0; border: 0; margin: 0;
1147     vertical-align: middle;
1148 }
1149 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1150 .no-dec:hover { text-decoration: none; }
1151 .pending-addr td { background-color: #ffcccc !important; border: 0 !important; }
1152
1153 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1154 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;}
1155 #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;}
1156 a.dash-link:hover { text-decoration: underline !important; }
1157 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1158 #list_create_table {
1159     background-color: #ccc;
1160     padding-bottom: 4px;
1161     margin-bottom: 10px;
1162     border-bottom: 1px dotted #666;
1163 }
1164 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1165 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1166 .results_row_count { font-weight: bold; }
1167 #hold_editor h1 { font-size: 120%; font-weight: bold; }
1168 #hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
1169 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1170 #hold_editor_table { background-color: #ddd; padding: 0.5em; }
1171 #hold_editor_table th { text-align: right; padding-right: 1em; }
1172 #hold_editor_table td { padding: 0.25em 0; }
1173 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1174 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1175 .hold-editor-controls a { padding-left: 2em; }
1176
1177 .text-right { text-align: right; }
1178 .text-right-top { text-align: right; vertical-align: top; }
1179 .rdetail-author-div { padding-bottom: 10px; }
1180
1181 .invisible { visibility: hidden; }
1182 .rdetail-extras-summary { margin: 10px; }
1183 .staff-hold { background-color: #eee; }
1184 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1185 .bookshelf thead tr td {
1186     border-bottom: 1px dashed #999;
1187     padding-bottom: 1ex;
1188 }
1189 .cn_browse_item { padding: 2ex; }
1190
1191 .results-paginator-selected { color: red; }
1192 .inactive-hold { background: #e5e5e5; }
1193
1194 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1195 .hold-items-list-title { font-size: 120%; }
1196 .hold-items-list-problem { color: red; }
1197
1198 .big-strong {font-weight: bold; font-size: 120%; }
1199
1200 .results_header_btns, .results_header_sel {
1201     float:left;
1202     margin-right: 6px;
1203     height: 26px;
1204 }
1205
1206 .opac-button, .results_header_btns, #simple-detail-view-links { 
1207     color: #FBF9F9;
1208     font-weight: bold; 
1209     text-decoration: none;
1210     text-shadow: 1px 1px 1px #555555;
1211     cursor: pointer !important;
1212     -moz-border-radius: 5px;
1213     border-radius: 5px;
1214     border: 1px solid #007a54;
1215     background: linear-gradient(#007a54, #00593d);
1216     background: -moz-linear-gradient(#007a54, #00593d);
1217     background: -o-linear-gradient(#007a54, #00593d);
1218     background: -webkit-linear-gradient(#007a54, #00593d);
1219     background-color: #00593d;
1220 }
1221
1222 .opac-button-header {
1223     background: #69A088;
1224     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1225 }
1226
1227 .results_header_btns a, #simple-detail-view-links a {
1228     margin: 10px;
1229     padding: 5px 10px 5px 10px;
1230     color: white;
1231     vertical-align: middle;
1232     display: table-cell;
1233 }
1234
1235 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1236     background: #00593d;
1237     text-decoration: none;
1238 }
1239
1240 a.opac-button {
1241     margin: 10px;
1242     padding: 5px 10px 5px 10px;
1243 }
1244
1245 #dash_wrapper .opac-button {
1246     position: relative;
1247     top: 10px;
1248 }
1249
1250 #myopac_checked_div {
1251     padding: 0px;
1252 }
1253
1254 .rdetail-mfhd-head {
1255     margin-top: 5px;
1256     padding-top: 5px;
1257     background-color: #D8D8D8;
1258 }
1259
1260 .rdetail-mfhd-type {
1261     padding-left: 1em;
1262 }
1263
1264 .rdetail-mfhd-bottom {
1265     border-bottom: thin solid black;
1266     width: 100%;
1267 }
1268
1269 #rdetail_record_details {
1270     clear: both;
1271     margin-top: 1em;
1272 }
1273
1274 .rdetail_subject_type {
1275     vertical-align: top;
1276     font-weight: bold;
1277 }
1278
1279 .bookbag-item-row td { vertical-align: top; }
1280
1281 .error { color: red; font-weight: bold; }
1282 .success { color: green; font-weight: bold; }
1283
1284 .rdetail_related_subjects {
1285     margin-top: 1.5em;
1286 }
1287
1288 .rdetail_related_series {
1289     margin-top: 1.5em;
1290 }
1291
1292 #rdetail_openurl {
1293     margin-top: 1em;
1294 }
1295
1296 .rdetail_openurl_entry {
1297     margin-left: 1em;
1298     padding-left: 1em;
1299 }
1300 .bookbag-controls-holder { width: 100%; }
1301 .bookbag-controls-holder:nth-child(odd) { background-color: #d7d7d7; }
1302 .bookbag-controls-holder:nth-child(even) { background-color: #e3e3e3; }
1303 .bookbag-controls-holder .most {
1304     padding-left: 0;
1305     margin-right: 5em;
1306 }
1307 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1308 .bookbag-share .fixed { min-width: 4em; }
1309 .bookbag-specific { margin-left: 1em; }
1310 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1311 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1312 #bbag-name-desc-form tr th { vertical-align: middle; }
1313 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1314 .bookbag-description {
1315     padding-top: 0em;
1316     font-style: italic;
1317     max-width: 40em;
1318 }
1319 #bbag-edit-description { width: 20em; }
1320 #bbag-edit-name { width: 20em; }
1321 textarea { font-family: sans-serif; }
1322 table.bookbag-specific {
1323     border-right: 1px solid #999;
1324     border-bottom: 1px solid #666;
1325     margin-bottom: 2ex;
1326 }
1327 .bookbag-share {
1328     float: left;
1329     padding: 5px 0;
1330 }
1331 .bookbag-controls {
1332     float: left;
1333     padding: 5px 0px 0px 10px;
1334 }
1335
1336 .bookbag-specific td.list_checkbox {
1337     padding-left: 10px !important;
1338 }
1339 .bookbag-specific td.list_entry {
1340     min-width: 10em;
1341     padding-left: 5px !important;
1342 }
1343 .bookbag-specific td.list_actions {
1344     white-space: nowrap !important;
1345 }
1346
1347 .list_is_empty {
1348     padding: 8px 0px 6px 0px;
1349     width: 100%;
1350     border: 0;
1351     font-size: 120%;
1352     text-align: center;
1353     font-style: italic;
1354 }
1355 .save-notes { padding-bottom: 1.5ex; }
1356
1357 /* Moved from semiauto.css */
1358 .adv_global_input_container { border-bottom: none; }
1359 .opac-auto-013 {
1360     border-bottom: none;
1361     *height: 0px;
1362 }
1363 .adv_global_filter_sort {
1364     border: none;
1365     width: 100%;
1366 }
1367 .clear-both { clear: both; }
1368 .common-no-pad {
1369     clear: both;
1370     height: 0px;
1371     margin: 0px;
1372     padding: 0px;
1373 }
1374 .common-full-pad {
1375     clear: both;
1376     height: 15px;
1377 }
1378 .alert { color: red; }
1379 .float-left { float: left; }
1380 .float-right { float: right; }
1381
1382 .saved-searches-header { width: 100%; font-weight: bold; font-size: 120%; }
1383 .saved-searches-header .button { float: right; width: 28px; }
1384 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1385 .saved-searches-header {font-weight: bold; font-size: 120%; }
1386 .saved-searches { border-bottom: 1px solid #666; padding-right: 1em; }
1387 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1388     border-right: 1px solid #333;
1389 }
1390 .result_item_circulated {
1391     padding-top: 4px;
1392 }
1393
1394 .result_item_circulated span {
1395     position: relative;
1396     top:-3px;
1397     left:3px;
1398 }
1399
1400 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1401 #result-bookbag-heading { text-align: center; margin: 2ex; }
1402
1403 .result-bookbag-name { font-size: 140%; font-weight: bold; }
1404 .result-bookbag-description { font-size: 120%; font-style: italic; }
1405 .result-bookbag-item-note { font-style: italic; }
1406 .lowhits-bookbag-name { font-weight: bold; }
1407 .oils_AS { font-weight: bold; color: #c00; }
1408 .oils_AS_match_term { text-align: left; color: #000; }
1409 .oils_AS_match_field {
1410     font-size: 75%; padding: 0.65em 0;
1411     text-align: right; color: #666;
1412 }
1413 table.result_holdings_table {
1414     margin-top: 1em;
1415     margin-bottom: 1em;
1416 }
1417 table.result_holdings_table thead tr {
1418     background: #D8D8D8;
1419 }
1420 table.result_holdings_table thead tr th {
1421     font-weight: bold;
1422 }
1423 span.preflib {
1424     margin: 0 2em 0 2em;
1425 }
1426 a.preflib_change {
1427   vertical-align: super;
1428   font-size: smaller;
1429   line-height: normal;
1430   text-decoration: none;
1431 }
1432 .rdetail-holding-group { margin-left: 1.5em; }
1433 .rdetail-holding-group span { margin-left: 1.5em; }
1434 .rdetail-holding-group .paging { margin-left: 1.5em; }
1435 #rdetail_deleted_exp {
1436     font-weight: bold;
1437     padding: 1em;
1438     margin: 1em;
1439     border: thick solid red;
1440 }
1441
1442 #ac_tab_wrapper { width : 100%; }
1443 .ac_tab { float: left; padding-right: 10px; font-size: 110%; padding: 5px; border: 1px solid #417860; }
1444 .ac_tab_selected { background-color: #417860; }
1445 .ac_tab_selected a { color: #FFF; }
1446 #ac_content { clear: both; width: 100%; margin-top: 10px; }