Contact summary tabs - simplify styling
[civicrm-core.git] / css / civicrm.css
1 /**
2 * @file: CiviCRM Stylesheet
3 *
4 * NOTE: The main civicrm container has both class and id of crm-container
5 * Other civi blocks outside the main container also have the class crm-container (but not the id)
6 * All styles should start with .crm-container unless they are specific to the main div only
7 */
8
9 div.crm-container label {
10 font-weight: normal;
11 display: inline;
12 }
13
14 .crm-container .crm-quickSearchField {
15 font-weight: normal;
16 }
17
18 #crm-container .hiddenElement,
19 .crm-container .hiddenElement {
20 display: none;
21 }
22
23 #crm-container .clear,
24 .crm-container .clear {
25 clear: both;
26 }
27
28 .crm-container a,
29 .crm-container a:link,
30 .crm-container a:visited {
31 color: #2786c2;
32 text-decoration: none;
33 }
34
35 #crm-container .crm-content-block {
36 padding: 0px;
37 }
38
39 /* TABLE STYLING */
40
41 .crm-container table {
42 margin: 0em 0em 1em;
43 border-collapse: collapse;
44 width: 100%;
45 font-size: 12px;
46 }
47
48 .crm-container table.criteria-group {
49 margin-bottom: .1em;
50 }
51
52 .crm-container table.crm-address-element {
53 border: none;
54 margin-bottom: .25em;
55 }
56
57 .crm-container th,
58 .crm-container table.display thead th,
59 .crm-container table thead.sticky th,
60 .crm-container table.caseSelector tr.columnheader th {
61 background-color: #FFFFFF;
62 border-color: #FFFFFF #FFFFFF #CFCEC3;
63 border-style: solid;
64 border-width: 1px 1px 2px;
65 color: #A7A7A7;
66 font-size: 12px;
67 font-weight: bold;
68 padding: 4px;
69 text-align: left;
70 vertical-align: top;
71 }
72 /* Styles for Sticky Header */
73 .crm-container table thead.sticky {
74 background-color: #FFF;
75 }
76
77 .crm-container thead div.sticky-header {
78 height: 15px;
79 border-bottom: 2px solid #CFCEC3;
80 background-color: #FFF;
81 z-index: 10;
82 }
83
84 /* Styles for Sorting Header */
85 .crm-container table.display thead th.sorting_asc,
86 .crm-container table.display thead th.sorting_desc,
87 .crm-container table .sticky th a.sort-ascending,
88 .crm-container table .sticky th a.sort-descending,
89 .crm-container table.caseSelector tr.columnheader th a.sort-ascending,
90 .crm-container table.caseSelector tr.columnheader th a.sort-descending {
91 color: #3e3e3e;
92 background-color: #FFF;
93 }
94
95 /* Set background back to normal gray for form labels which use <th>. Temporary fix until we standardize form layout markup. */
96 .crm-container table.form-layout-compressed tbody th.label {
97 background-color: #F7F7F7;
98 }
99
100 .crm-container tbody {
101 border-top: none;
102 }
103
104 .crm-container tr {
105 font-size: .95em;
106 background: none;
107 }
108
109 .crm-container td {
110 padding: 4px;
111 vertical-align: top;
112 }
113
114 .crm-container tr.even-row td,
115 .crm-container tr.odd-row td,
116 .crm-container table.display td,
117 .crm-container table.pagerDisplay td {
118 border-collapse: collapse;
119 }
120
121 .crm-container .crm-row-selected {
122 margin: 0px;
123 padding: 3px 0px 3px 0px;
124 clear: none;
125 background-color: #FFFFCC !important;
126 }
127
128 .crm-container .crm-row-child {
129 margin: 0px;
130 padding: 3px 0px 3px 0px;
131 clear: none;
132 background-color: #F1F8EB !important;
133 }
134
135 .crm-container .row-highlighted {
136 margin: 0px;
137 padding: 3px 0px 3px 0px;
138 clear: none;
139 background-color: #FFFFCC;
140 }
141
142 /*
143 ** Size input fields in crm-container by class. Classes are assigned by the
144 ** module in relation to the data object max size.
145 */
146 .crm-container .two {
147 width: 2em;
148 }
149 .crm-container .four {
150 width: 4em;
151 }
152 .crm-container .six {
153 width: 6em;
154 }
155 .crm-container .eight {
156 width: 8em;
157 }
158 .crm-container .twelve {
159 width: 12em;
160 }
161 .crm-container .twenty {
162 width: 20em;
163 }
164 .crm-container .medium {
165 width: 12em;
166 }
167 .crm-container .big {
168 width: 15em;
169 }
170 .crm-container .huge {
171 width: 25em;
172 }
173 .crm-container .huge40 {
174 width: 40em;
175 }
176 .crm-container textarea.big {
177 width: 35em;
178 height: 4em;
179 }
180 .crm-container textarea.huge {
181 width: 45em;
182 height: 16em;
183 }
184 .crm-container textarea.huge12 {
185 width: 40em;
186 height: 12em;
187 }
188 .crm-container textarea.huge40 {
189 width: 40em;
190 height: 16em;
191 }
192 .crm-container textarea.nowrap {
193 width: 45em;
194 height: 4.5em;
195 white-space: nowrap;
196 overflow: auto;
197 }
198 .crm-container .bigSelect {
199 width: 15em;
200 height: 12em;
201 }
202
203
204 /* Override line-height from style.css */
205 #crm-container,
206 .crm-container {
207 line-height: 135%;
208 }
209
210 /* Base crm-container styles */
211 .crm-container hr {
212 background-color: #B0B0B0;
213 }
214
215 .crm-container select {
216 vertical-align: middle;
217 border: 1px solid #999;
218 }
219
220 .crm-container .crm-form-block {
221 padding: 4px;
222 margin-bottom: 4px;
223 font-size: 12px;
224 background-color: #E6E6DC;
225 color: #3E3E3E;
226 }
227
228 /* crm advanced select styling */
229 .crm-container .crmasmContainer,
230 .crm-container .crmasmSelect,
231 .crm-container .crmasmSelectCampaigns,
232 .crm-container .crmtagContainer,
233 .crm-container .crmtagSelect {
234 width: 160px;
235 }
236
237 .crm-container .crmasmSelect,
238 .crm-container .crmtagSelect,
239 .crm-container .crmasmSelectCampaigns {
240 padding: 2px;
241 }
242
243 .crm-container .crmasmSelect .child-1 {
244 padding-left: 1em;
245 }
246 .crm-container .crmasmSelect .child-2 {
247 padding-left: 2em;
248 }
249
250 .crm-container .crmasmHighlight,
251 .crm-container .crmtagHighlight {
252 display: block;
253 padding: 2px 4px;
254 background-color: #EEF4B8;
255 }
256
257 .crm-container .crmasmList,
258 .crm-container .crmtagList {
259 margin: 0px;
260 padding: 0px;
261 }
262
263 .crm-container .crmasmList li,
264 .crm-container .crmtagList li {
265 background-color: #3E3E3E;
266 background-image: none;
267 padding: 2px 4px;
268 list-style-type: none;
269 margin: 1px 0px;
270 color: #F5F6F1;
271 }
272
273 .crm-container .crmasmListItem,
274 .crm-container .crmtagListItem {
275 position: relative;
276 }
277
278 .crm-container .crmasmListItemRemove,
279 .crm-container .crmtagListItemRemove {
280 padding: 5px;
281 position: absolute;
282 right: 5px;
283 top: 2px;
284 font-size: 11px;
285 margin: 0px;
286 padding: 0px;
287 }
288
289 .crm-container textarea {
290 border: 1px solid #999;
291 }
292
293 /*
294 ** class for hiding the text box;
295 it is used in the OtherActivity template
296 ** for showing the descrition of activity type element.
297 */
298 .crm-container .texttolabel,
299 .crm-container .no-border {
300 border-style: none;
301 }
302
303 /*
304 ** Class for giving solid line at the bottom of the <div>(block level element)
305 ** Currently it is used on the dashboard pages - CiviContribute, CiviMember...
306 */
307 .crm-container div.solid-border-bottom {
308 border-bottom: 2px solid #777;
309 }
310
311 .crm-container div.solid-border-top,
312 .crm-container .attachment-fieldset {
313 margin-top: 15px;
314 border-top: 1px solid #696969;
315 }
316
317 /* Size the verticle heights in crm-containers by class. */
318 .crm-container .ht-one {
319 height: 1em;
320 }
321
322 .crm-container .add-remove-link,
323 .crm-container .map-link,
324 .crm-container .font-small {
325 font-size: .9em;
326 }
327
328 /* Ensures max-width is reset to css default for the images in the maps */
329 #Map img {
330 max-width: none;
331 }
332
333 .crm-container .required {
334 color: inherit;
335 }
336
337 /* CRM form layout classes (from www.realworldstyle.com) */
338 .crm-container .spacer {
339 clear: left;
340 height: 5px;
341 }
342
343 .crm-container td.compressed select,
344 .crm-container td.compressed input {
345 font-size: 0.90em;
346 font-weight: bold;
347 }
348
349 .crm-container td.Int input {
350 width: 6em;
351 }
352
353 .crm-container input[type="text"],
354 .crm-container input[type="password"] {
355 border: 1px solid #999;
356 vertical-align: middle;
357 padding-left: 1px;
358 }
359
360 .crm-container .form-submit {
361 margin: .25em 0.5em 0.25em 0;
362 }
363
364 .crm-container .form-submit-inline {
365 margin: 0em 0.5em 0.25em 0em;
366 }
367
368 .crm-container div.crm-inline-button {
369 padding-left: 6px;
370 padding-top: 6px;
371 margin-bottom: 28px;
372 }
373
374 .crm-container span.crm-lock-button {
375 float: right;
376 }
377
378 .crm-container fieldset {
379 background: none;
380 padding: 4px 0px;
381 margin: 10px 0px;
382 border: none;
383 border-top: 1px solid #CFCEC3;
384 }
385
386 .crm-container fieldset.no-border {
387 border-top: none;
388 }
389
390 .crm-container fieldset legend {
391 display: block;
392 font-family: Arial, Helvetica, sans-serif;
393 font-size: 14px;
394 font-weight: bold;
395 padding: 4px;
396 background: none;
397 border: medium none;
398 background-color: transparent;
399 color: #3E3E3E;
400 position: relative;
401 text-indent: 0px;
402 width: auto;
403 }
404
405 .crm-container fieldset.form-layout {
406 margin: .25em 0em .5em 0em;
407 padding: 1px 10px 1px 10px;
408 }
409
410 .crm-container fieldset.collapsible {
411 border: 0px;
412 }
413
414 .crm-container div.form-item {
415 border-top-style: none;
416 margin: 0px;
417 padding: 3px 0px 5px 0px;
418 clear: none;
419 height: 100%;
420 }
421
422 .crm-container div.form-item dl,
423 .crm-container .section-hidden dl,
424 .crm-container .crm-form-block dl {
425 margin: 0;
426 }
427
428 /* contribution page styles */
429 .crm-container #Main fieldset table td {
430 background-color: transparent;
431 border: none;
432 }
433
434 .crm-container .crm-section,
435 .crm-container-snippet .crm-section {
436 margin-bottom: 1em;
437 }
438
439 .crm-container .crm-section .label,
440 .crm-container-snippet .crm-section .label {
441 float: left;
442 width: 17%;
443 text-align: right;
444 }
445
446 .crm-container .label-left .label {
447 text-align: left;
448 }
449
450 .crm-container .crm-section .content,
451 .crm-container-snippet .crm-section .content {
452 margin-left: 19%;
453 }
454
455 .crm-container .no-label .content {
456 margin-left: 0px;
457 }
458
459 #crm-container #cvv2 {
460 vertical-align: top;
461 }
462
463 /* Use definition lists for simple 2 col forms - <dt> for labels, <dd> for fields */
464 .crm-container div.form-item dt,
465 .crm-container .crm-form-block dt {
466 float: left;
467 clear: left;
468 width: 150px;
469 text-align: right;
470 vertical-align: top;
471 padding: 5px 15px 5px 0px;
472 font-size: .95em;
473 white-space: normal;
474 }
475
476 .crm-container .section-hidden dt {
477 float: left;
478 clear: left;
479 width: 150px;
480 text-align: left;
481 font-weight: bold;
482 white-space: nowrap;
483 padding: 5px 15px 5px 0px;
484 }
485
486 .crm-container div.form-item dd,
487 .crm-container .crm-form-block dd,
488 .crm-container .section-hidden dd {
489 padding: 3px;
490 margin-left: 160px;
491 }
492
493 .crm-container div.form-item dd.html-adjust,
494 .crm-container div.form-item dl.html-adjust dd,
495 .crm-container div.crm-form-block dl.html-adjust dd,
496 .crm-container div.crm-form-block dd.html-adjust {
497 width: 57%;
498 }
499
500 .crm-container div.form-item dd.description,
501 .crm-container div.crm-form-block dd.description {
502 padding: 0px 0px 5px;
503 white-space: normal;
504 }
505
506 .crm-container div.form-item span.labels,
507 .crm-container div.crm-form-block span.labels {
508 float: left;
509 width: 15%;
510 text-align: right;
511 }
512
513 .crm-container div.form-item span.fields,
514 .crm-container div.crm-form-block span.fields {
515 width: 84%;
516 text-align: left;
517 margin-left: 16%;
518 display: block;
519 }
520
521 .crm-container table.form-layout,
522 .crm-container table.control-panel,
523 .crm-container table.no-border {
524 margin: 0em;
525 border-collapse: collapse;
526 border: 0px none;
527 }
528
529 .crm-container table.form-layout-compressed {
530 margin: 0em 0em .5em;
531 width: auto;
532 border-collapse: collapse;
533 border: 1px none;
534 }
535
536 .crm-container table.crm-profile-tagsandgroups>tbody>tr>td {
537 padding: 0;
538 }
539
540 .crm-container table.crm-profile-tagsandgroups,
541 .crm-container table.crm-profile-tagsandgroups table {
542 margin: 0;
543 }
544
545 .crm-container table.advmultiselect {
546 margin: 0em;
547 width: auto;
548 border-collapse: collapse;
549 border: 1px solid #696969;
550 }
551
552 .crm-container table.advmultiselect td {
553 padding: 10px;
554 }
555
556 .crm-container table.advmultiselect td select {
557 width: 150px;
558 }
559
560 .crm-container .form-layout td {
561 vertical-align: top;
562 padding: 5px;
563 white-space: normal;
564 border: none;
565 }
566
567 .crm-container .form-layout td.report,
568 .crm-container .form-layout td.description,
569 .crm-container .form-layout-compressed td.description {
570 white-space: normal;
571 }
572
573 .crm-container .form-layout-compressed td,
574 .crm-container .form-layout-compressed th {
575 vertical-align: text-top;
576 padding: 2px 5px;
577 border: none;
578 }
579
580 .crm-container .control-panel td {
581 padding: 3px;
582 width: 25%;
583 white-space: nowrap;
584 border: 0px none;
585 text-align: center;
586 }
587
588 .crm-container .form-layout td.label,
589 .crm-container .form-layout-compressed td.label,
590 .crm-container .selector td.label,
591 .crm-container .form-layout-compressed th.label {
592 text-align: right;
593 padding: 4px 4px 4px 6px;
594 border: 0px none;
595 vertical-align: top;
596 }
597
598 .crm-container td.op-checkbox label {
599 font-weight: normal;
600 font-style: italic;
601 }
602
603 .crm-container .form-layout td.label-left,
604 .crm-container .form-layout-compressed td.label-left {
605 text-align: left;
606 padding: 4px 4px 4px 6px;
607 border: 0px none;
608 vertical-align: top;
609 }
610
611 .crm-container table.selector td {
612 border-right: 1px solid #dddddd;
613 }
614
615 .crm-container .form-layout td.view-value,
616 .crm-container .form-layout-compressed td.view-value {
617 text-align: left;
618 padding: 4px;
619 border: 0px none;
620 vertical-align: top;
621 }
622
623 #crm-submit-buttons {
624 width: 100%;
625 /* fix ie7/ie8 bug where page goes bananas */
626 }
627
628 .crm-container .form-layout .buttons,
629 .crm-container .form-layout-compressed .buttons {
630 padding-top: 10px;
631 }
632
633 .crm-container .button-disabled {
634 color: #CFCEC3!important;
635 }
636
637 .crm-container .form-layout-compressed td.describe-image {
638 vertical-align: top;
639 padding: 0.5em 0em 0em 0em;
640 font-size: .9em;
641 }
642
643 .crm-container .right {
644 text-align: right;
645 }
646
647 .crm-container .form-layout-compressed td.option-label {
648 vertical-align: top;
649 text-align: right;
650 padding: 0.75em 0.5em 0em 0.75em;
651 color: #7a7a60;
652 }
653
654 .crm-container td.price_set_option-label {
655 padding-left: 3em;
656 }
657
658 /* messages and status */
659 .crm-container .messages {
660 margin: 1.0em 0em 1.0em;
661 border: none;
662 font-weight: normal;
663 }
664
665 .crm-container .messages .msg-title {
666 font-weight: bold;
667 }
668
669 .crm-container .messages table {
670 width: auto;
671 }
672
673 .crm-container .messages table td {
674 background-color: #F7F7F7;
675 border-bottom: 1px solid #DDDDDD;
676 }
677
678 .crm-container .status {
679 background-color: #FFFFCC;
680 background-image: none;
681 border: 1px solid #FFFF66;
682 margin: 0.5em 0px;
683 padding: 0.25em 0.5em;
684 color: #3e3e3e;
685 font-weight: normal;
686 }
687
688 .crm-container .status dl {
689 margin: 2px 5px;
690 }
691
692 .crm-container div.status dt {
693 clear: none;
694 float: left;
695 width: 20px;
696 }
697
698 .crm-container div.status dd {
699 margin-left: 0px;
700 }
701
702 .crm-container div.status ul {
703 margin: 0 0 1em 16px;
704 }
705
706 .crm-container .status-pending {
707 color: green;
708 }
709
710 .crm-container .status-completed {
711 color: #000080;
712 }
713
714 .crm-container .crm-marker,
715 .crm-container-snippet .crm-marker {
716 color: #8A1F11;
717 font-weight: bold;
718 margin-right: 5px;
719 }
720
721 .crm-container .crm-error,
722 .crm-container .crm-inline-error {
723 background: #FBE3E4 none repeat scroll 0 0;
724 border: none;
725 color: #8A1F11;
726 }
727 .crm-container .crm-error {
728 padding: 4px;
729 }
730
731 .crm-container div.view-data {
732 padding: .25em .5em .25em .5em;
733 border: 1px solid DimGray;
734 width: auto;
735 background-color: #ffffff;
736 }
737
738 .crm-container .crm-footer {
739 font-size: 0.8em;
740 }
741
742 #civicrm-footer {
743 margin-top: 2em;
744 border-top: 1px solid #ddd;
745 padding: 0.8em;
746 text-align: center;
747 }
748
749 #crm-record-log {
750 padding: 0.8em 0.8em 0em 0em;
751 text-align: right;
752 }
753
754 .crm-container #access {
755 padding: 0.8em 0.8em 0em 0em;
756 text-align: right;
757 }
758
759 .crm-container .header-dark {
760 margin: 0.5em 0em 0.5em;
761 padding: 0.5em;
762 background-color: #999999;
763 font-weight: bold;
764 color: #FAFAFA;
765 border-radius: 2px;
766 -moz-border-radius: 2px;
767 -webkit-border-radius: 2px;
768 -khtml-border-radius: 2px;
769 }
770
771 .crm-container div.display-block {
772 font-weight: normal;
773 margin: 1.0em 2.0em 1.0em 2.0em;
774 }
775
776 /* Data display layouts */
777 .crm-container h3 {
778 /* h3 used as table header for civicrm */
779 background-color: #CDE8FE;
780 font-size: 15px;
781 font-family: Arial, Helvetica, sans-serif;
782 font-weight: bold;
783 color: #121A2D;
784 padding: 4px 6px;
785 margin: 0 0 0.3em;
786 }
787
788 .crm-container h3.nobackground,
789 .crm-container .crm-form-block h3 {
790 background-color: transparent;
791 }
792
793 #crm-container .col1 {
794 float: left;
795 vertical-align: top;
796 width: 40%;
797 text-align: left;
798 margin: 0px 25px 0px 25px;
799 }
800
801 #crm-container .col2 {
802 float: right;
803 vertical-align: top;
804 width: 50%;
805 text-align: left;
806 margin: 0px;
807 }
808
809 #crm-container ul.indented {
810 padding-left: 3em;
811 }
812
813 #crm-container tr.subevent td.event-title,
814 #crm-container tr.subevent td.event-info {
815 padding-left: 3em;
816 }
817
818 #crm-container span.child-indent {
819 padding-left: 1em;
820 }
821
822 /*
823 ** CSS for links from Drupal Blocks.
824 */
825 /* Following styles are used to remove the white bullets from the Garland Theme */
826 .crm-container ul li {
827 background-image: none;
828 }
829
830 /* But allow them for the help at the top of forms
831 */
832 .crm-container #help ul li {
833 background-image: url(menu-leaf.png);
834 }
835
836 .crm-container .crm-form-block .crm-loading-element {
837 background-image: url("../i/loading-E6E6DC.gif");
838 }
839
840 .crm-container .crm-loading-element {
841 padding-left: 30px;
842 height: 30px;
843 background: transparent url("../i/loading.gif") no-repeat 0px 0px;
844 }
845
846 .crm-container div div.crm-msg-loading div.icon {
847 background: transparent url("../i/loading-2f2f2e.gif") no-repeat 0px 0px;
848 }
849
850 /*
851 * Styles for formatting text
852 */
853
854 /* Inline form field 'post-help' and radio-button unselect */
855 .crm-container .description,
856 .crm-container .crm-clear-link {
857 font-size: 0.9em;
858 font-weight: normal;
859 white-space: normal;
860 width: auto;
861 color: #696969;
862 line-height: inherit;
863 padding: 0;
864 margin: 0;
865 }
866
867 .crm-container .form-layout-compressed td.description,
868 .crm-container .form-layout td.description {
869 padding: 0 5px 5px 5px;
870 font-size: 1em;
871 }
872
873 /* Page and form-level 'help' */
874 .crm-container .help,
875 .crm-container #help {
876 background-color: #F1F8EB;
877 border: 1px solid #B0D730;
878 color: #3E3E3E;
879 font-size: 12px;
880 margin: 0 0 8px;
881 padding: 4px;
882 }
883
884 .crm-container .help p {
885 margin: 4px;
886 }
887
888 /* Set display: inline to over-ride drupal.css which sets label tags to display: block */
889 #crm-container .notorg {
890 font-weight: normal;
891 }
892
893 .crm-container .font-light {
894 font-weight: lighter;
895 }
896
897 .crm-container .bold {
898 font-weight: bold;
899 }
900
901 .crm-container .font-italic {
902 font-style: italic;
903 }
904
905 .crm-container .font-size11pt {
906 font-size: 1.1em;
907 }
908
909 .crm-container .font-size12pt {
910 font-size: 1.2em;
911 }
912
913 .crm-container .qill {
914 font-weight: normal;
915 line-height: 1.1em;
916 }
917
918 /* Styles for record browser and report tables, and pager bar */
919 #crm-container #map-field table,
920 #crm-container table.report,
921 #crm-container table.chart {
922 width: auto;
923 }
924
925 #crm-container .crm-flashchart {
926 overflow: scroll;
927 }
928
929 #crm-container td.enclosingNested {
930 padding: 0px;
931 }
932
933 #crm-container .nowrap {
934 white-space: nowrap;
935 }
936
937 #crm-container tr.columnheader {
938 background-color: #E6E6E6;
939 color: #000000;
940 border: 1px solid #DDD;
941 }
942
943 #crm-container tr.columnheader a {
944 color: #000;
945 text-decoration: none;
946 vertical-align: top;
947 }
948
949 #crm-container tr.columnheader-dark th {
950 background-color: #999999;
951 color: #FAFAFA;
952 border: 1px solid #696969;
953 }
954
955 #crm-container tr.columnheader-dark td,
956 #crm-container tr.columnheader-dark th,
957 #crm-container tr.columnheader td,
958 #crm-container tr.columnfooter td {
959 font-size: 1.1em;
960 font-weight: bold;
961 }
962
963 #crm-container tr.columnheader-dark th span.extra {
964 font-size: .95em;
965 font-weight: normal;
966 }
967
968 #crm-container tr.columnfooter {
969 border-top: 2px solid #999999;
970 font-size: 1.1em;
971 }
972
973 #crm-container #map-field th {
974 border-right: 1px solid #999999;
975 }
976
977 #crm-container #map-field td,
978 #crm-container .report td,
979 #crm-container .chart td {
980 padding: 10px 10px 4px 10px;
981 }
982
983 #crm-container .report td {
984 border: 1px solid #999999;
985 background-color: #F6F6F6;
986 }
987
988 /* double line right border for last cell in a horizontal grouping */
989 #crm-container table.report td.splitter {
990 border-right: 5px double #999999;
991 }
992
993 #crm-container .report td.separator {
994 padding-top: 1em;
995 background-color: #FFFFFF;
996 border-left-color: #FFFFFF;
997 border-right-color: #FFFFFF;
998 }
999
1000 #crm-container .chart td {
1001 border: 2px solid #999999;
1002 }
1003
1004 #crm-container td.yes-no {
1005 text-align: center;
1006 }
1007
1008 #crm-container .horizontal-position {
1009 margin-right: 30px;
1010 margin-left: 30px;
1011 }
1012
1013 #crm-container .horizontal-center {
1014 text-align: center;
1015 margin: 0 auto;
1016 width: 80%;
1017 }
1018
1019 #crm-container .place-left {
1020 float: left;
1021 margin-left: 30px;
1022 margin-right: 30px;
1023 }
1024
1025 #crm-container .float-left {
1026 float: left;
1027 padding: 4px 0px;
1028 clear: none;
1029 }
1030
1031 #crm-container .float-left + .float-left {
1032 margin-left: 1em;
1033 }
1034
1035 #crm-container .float-right {
1036 float: right;
1037 width: auto;
1038 padding: 4px 0px;
1039 clear: none;
1040 }
1041
1042 #crm-container .align-right {
1043 display: block;
1044 margin-right: 20px;
1045 text-align: right;
1046 }
1047
1048 #crm-container .element-right {
1049 float: right;
1050 margin-right: 35px;
1051 }
1052
1053 /* search page styles */
1054 .crm-container .crm-search-tasks,
1055 .crm-container .crm-tasks {
1056 margin-bottom: 4px;
1057 padding: 4px;
1058 }
1059
1060 .crm-container .crm-search-results {
1061 margin-bottom: 4px;
1062 padding: 0px;
1063 }
1064
1065 .crm-container #search-status {
1066 border: none;
1067 font-size: 12px;
1068 font-weight: normal;
1069 }
1070
1071 .crm-container .crm-pager {
1072 border: none;
1073 background-color: #F5F6F1;
1074 position: relative;
1075 height: 35px;
1076 padding-top: 5px;
1077 margin-bottom: 4px;
1078 }
1079
1080 .crm-container #search-status ul {
1081 margin: 0em;
1082 }
1083
1084 .crm-container #search-status ul li,
1085 #crm-container ul.left-alignment li {
1086 display: list-item;
1087 margin-left: 2.0em;
1088 list-style-position: inside;
1089 }
1090
1091 .crm-container .crm-pager input {
1092 text-align: center;
1093 }
1094
1095 .crm-container .crm-pager-nav {
1096 display: block;
1097 margin-top: 7px;
1098 padding-left: 5px;
1099 }
1100
1101 #crm-container .section-hidden {
1102 display: block;
1103 margin: 0px;
1104 padding: 5px;
1105 font-size: 0.95em;
1106 }
1107 #crm-container form .section-hidden-border {
1108 background-color: #5c5c59;
1109 border: medium none;
1110 color: #FFFFFF;
1111 margin-left: 5px;
1112 font-size: 12px;
1113 font-family: Verdana;
1114 padding: 2px 0 0 0px;
1115 }
1116
1117 #crm-container .section-shown {
1118 padding: 0px 5px;
1119 }
1120 #crm-container .data-group-first {
1121 margin: 10px 5px 5px 5px;
1122 padding: 5px;
1123 border-top: 2px solid #999999;
1124 clear: none;
1125 }
1126
1127 /* Styles for Wizard Progress Bars */
1128 #crm-container ul.wizard-bar {
1129 border-collapse: collapse;
1130 padding: 0em 0em 0em 1em;
1131 white-space: nowrap;
1132 list-style: none;
1133 margin: 10px 0px 20px;
1134 height: auto;
1135 width: auto;
1136 line-height: normal;
1137 border-top: 3px solid #bbb;
1138 }
1139
1140 #crm-container ul.wizard-bar li {
1141 display: inline;
1142 background-color: #FAFAFA;
1143 border: 1px solid #999999;
1144 height: auto;
1145 margin-right: 1em;
1146 padding: .5em 1em .5em;
1147 text-decoration: none;
1148 font-size: .95em;
1149 background-image: none;
1150 }
1151
1152 #crm-container ul.wizard-bar li.current-step {
1153 background-color: #FAFAFA;
1154 border-color: #999999;
1155 font-weight: bold;
1156 }
1157
1158 #crm-container ul.wizard-bar li.past-step {
1159 background-color: #F5F5F5;
1160 color: #666;
1161 }
1162
1163 /* Recently Viewed bar */
1164 #crm-recently-viewed ul {
1165 list-style-image: none;
1166 font-size: .9em;
1167 margin: 0px;
1168 padding: 0px;
1169 }
1170
1171 #crm-recently-viewed li.crm-recently-viewed {
1172 margin: 1px;
1173 padding: 1px 1px 4px 3px;
1174 border: 1px solid #D7D7D0;
1175 background-color: #fff;
1176 white-space: nowrap;
1177 list-style-type: none;
1178 position: relative;
1179 -moz-border-radius: 4px;
1180 -webkit-border-radius: 4px;
1181 border-radius: 4px;
1182 }
1183
1184 #crm-recently-viewed ul li.crm-recently-viewed:hover,
1185 #crm-recently-viewed .crm-recentview-wrapper {
1186 background-color: #FFFFCC;
1187 border: 1px solid #FFFF66;
1188 -moz-border-radius: 4px;
1189 -webkit-border-radius: 4px;
1190 border-radius: 4px;
1191 }
1192
1193 #crm-recently-viewed a {
1194 font-weight: normal;
1195 color: #4A88DF;
1196 text-decoration: none;
1197 font-size: .95em;
1198 }
1199
1200 #crm-recently-viewed .crm-recentview-wrapper {
1201 display: none;
1202 position: absolute;
1203 z-index: 99;
1204 width: 10em;
1205 overflow: hidden;
1206 top: 0px;
1207 text-align: center;
1208 padding-top: 1em;
1209 }
1210
1211 #crm-recently-viewed.left .crm-recentview-wrapper {
1212 border-left: none;
1213 right: -10em;
1214 }
1215
1216 #crm-recently-viewed.right .crm-recentview-wrapper {
1217 border-right: none;
1218 left: -10em;
1219 }
1220
1221 #crm-recently-viewed li.crm-recently-viewed:hover .crm-recentview-wrapper {
1222 display: block;
1223 }
1224
1225 #crm-recently-viewed .crm-recentview-wrapper a:hover {
1226 color: #494949;
1227 }
1228
1229 /* alpha filter styles */
1230 #crm-recently-viewed ul,
1231 #crm-container #alpha-filter ul {
1232 border-collapse: collapse;
1233 padding: 0em;
1234 list-style-type: none;
1235 margin: 3px;
1236 height: auto;
1237 width: auto;
1238 }
1239
1240 .crm-container div#alpha-filter {
1241 background-color: #CDE8FE;
1242 margin: 4px 0 5px;
1243 padding: 2px;
1244 text-align: left;
1245 }
1246
1247 .crm-container #alpha-filter li {
1248 background-color: transparent;
1249 background-image: none;
1250 border: none;
1251 color: #AAAAAA;
1252 display: inline;
1253 font-size: 15px;
1254 font-weight: normal;
1255 height: auto;
1256 margin: 0 1px;
1257 padding: 2px 5px;
1258 font-family: Arial, Helvetica, sans-serif;
1259 }
1260
1261 .crm-container #alpha-filter a {
1262 border-bottom: 1px dotted #2A71B4;
1263 color: #2A71B4;
1264 font-weight: normal;
1265 }
1266
1267 .crm-container #lang-switch {
1268 float: right;
1269 z-index: 2;
1270 margin: -24px 30px 0px 0px;
1271 }
1272
1273 /*
1274 ** Boxes of checkbox elements (e.g. Advanced Search page)
1275 */
1276 .crm-container .listing-box {
1277 width: auto;
1278 max-width: 30em;
1279 height: 7.25em;
1280 overflow: auto;
1281 border: 1px solid #999999;
1282 }
1283
1284 .crm-container .listing-box div {
1285 color: black;
1286 }
1287
1288 /*
1289 ** To allow for taller boxes of groups/tags.
1290 */
1291 .crm-container .listing-box-tall {
1292 margin: 0.25em 2.0em 0.5em 0em;
1293 width: auto;
1294 max-width: 30em;
1295 height: 15em;
1296 overflow: auto;
1297 border: 1px solid #999999;
1298 }
1299
1300 /* Image Styles */
1301 .crm-container .action-icon {
1302 vertical-align: middle;
1303 padding: 2px 2px 2px 3px;
1304 margin: 2px 2px 3px 2px;
1305 cursor: pointer;
1306 cursor: hand;
1307 }
1308
1309 /*
1310 ** Style for hiding blocks or table rows
1311 */
1312 #crm-container .hide-block,
1313 #crm-container .hide-row {
1314 display: none;
1315 }
1316
1317 /*
1318 ** Styles for showing blocks and table rows
1319 */
1320 #crm-container .show-block {
1321 display: block;
1322 }
1323
1324 #crm-container .show-row {
1325 display: table-row;
1326 }
1327
1328 #crm-container input.submit-link {
1329 color: #285286;
1330 background-color: transparent;
1331 border: none;
1332 cursor: pointer;
1333 cursor: hand;
1334 margin: 0em -0.5em 0em -0.5em;
1335 }
1336
1337 .crm-container .underline-effect {
1338 color: #285286;
1339 }
1340
1341 .crm-container .underline-effect:hover {
1342 text-decoration: underline;
1343 }
1344
1345 .crm-container .underline-effect:before {
1346 content: "\00BB";
1347 }
1348
1349 .crm-container div#searchForm {
1350 height: auto;
1351 width: 100%;
1352 }
1353
1354 .crm-container div#searchForm table.form-layout {
1355 border-spacing: 0;
1356 }
1357
1358 .crm-container div#searchForm table.form-layout td {
1359 padding: 4px;
1360 border: 1px solid #DDDDDD;
1361 }
1362
1363 .crm-container #main {
1364 height: 95%;
1365 width: 95%;
1366 left: 1%;
1367 top: 1%;
1368 position: relative;
1369 }
1370
1371 #crm-container .label-pane {
1372 margin: 0.25em 0em 0em;
1373 padding: 0.25em;
1374 background-color: #6AA8EE;
1375 cursor: pointer;
1376 color: #213245;
1377 font-weight: bold;
1378 cursor: pointer;
1379 }
1380
1381 #crm-container .content-pane {
1382 overflow: auto;
1383 }
1384
1385 /*
1386 editor specific classes
1387 */
1388 #crm-container dd.editor {
1389 margin-top: 0.7em;
1390 margin-left: 0em;
1391 float: left;
1392 vertical-align: top;
1393 width: 58em;
1394 }
1395
1396 #crm-container.clear,
1397 .crm-container .crm-group-summary .clear {
1398 /* generic container (i.e. div) for floating buttons */
1399 overflow: hidden;
1400 width: 100%;
1401 }
1402
1403 /* class for tinymce buttons display */
1404 #crm-container table.mceLayout td,
1405 #crm-container table.mceLayout table {
1406 padding: 0px;
1407 background: #EDEDED;
1408 border: 2px solid #EDEDED;
1409 font-size: 0em;
1410 vertical-align: top;
1411 width: auto;
1412 }
1413
1414 #crm-container tr.mceLast {
1415 border: 1px solid #EDEDED;
1416 }
1417
1418 #location .form-layout table,
1419 #location .form-layout td,
1420 #crm-container div#location table.form-layout table.inner-table td {
1421 border: 0px;
1422 vertical-align: top;
1423 margin-bottom: -5px;
1424 width: auto;
1425 }
1426
1427 /* class for personal campaign info page */
1428 #crm-container table.campaign th,
1429 .crm-container table.campaign td,
1430 #crm-container table.campaign,
1431 #crm-container table.campaign table.form-layout td {
1432 font-size: 9pt;
1433 border: 0px;
1434 width: auto;
1435 vertical-align: top;
1436 }
1437
1438 #crm-container table.campaign table {
1439 background: #F7F7F7;
1440 }
1441
1442 #crm-container div.remaining {
1443 background: url("../i/contribute/pcp_remain.gif");
1444 }
1445
1446 #crm-container div.achieved {
1447 background: url("../i/contribute/pcp_achieve.gif");
1448 }
1449
1450 #crm-container .honor_roll {
1451 margin: 1em 20px 0 0;
1452 padding: 10px;
1453 width: 120px;
1454 background-color: #fafafa;
1455 border: 1px solid #9d9fca;
1456 height: 220px;
1457 }
1458
1459 #crm-container .thermometer-wrapper,
1460 #crm-container .honor-roll-wrapper {
1461 float: left;
1462 width: 150px;
1463 margin-left: 1em;
1464 }
1465
1466 #crm-container .thermometer-fill-wrapper {
1467 background: transparent url("../i/contribute/pcp_remain.gif") repeat-y scroll left bottom;
1468 height: 220px;
1469 position: relative;
1470 margin: 1em 0 1.5em 0;
1471 }
1472
1473 #crm-container .thermometer-fill {
1474 background: transparent url(../i/contribute/pcp_achieve.gif) repeat-y scroll 0 bottom;
1475 bottom: 0;
1476 left: 0;
1477 position: absolute;
1478 width: 130px;
1479 }
1480
1481 #crm-container .thermometer-pointer {
1482 padding-left: 45px;
1483 /* width of thermometer + a little actual padding */
1484 position: absolute;
1485 top: -10px;
1486 /* vertically center text on percentage raised */
1487 line-height: 1em;
1488 }
1489
1490 #crm-container .pcp-intro-text {
1491 padding-bottom: 1em;
1492 }
1493
1494 #crm-container .pcp-image {
1495 float: left;
1496 margin: 0 1em 1em 0;
1497 }
1498
1499 #crm-container .ui-draggable {
1500 background: url("../i/draggable.png") no-repeat left 1px;
1501 float: left;
1502 height: 16px;
1503 text-indent: -10000px;
1504 width: 16px;
1505 }
1506
1507 #crm-container .pcp-widgets {
1508 border: 1px solid #CCCCCC;
1509 float: right;
1510 margin: 0 0 1em 1em;
1511 padding: 0.5em;
1512 }
1513
1514 #crm-container .pcp_honor_roll_entry {
1515 margin-bottom: 1em;
1516 }
1517
1518 #crm-container .pcp-honor_roll-nickname {
1519 font-weight: bold;
1520 }
1521
1522 #crm-container .pcp-donate {
1523 height: 24px;
1524 }
1525 #crm-container a.pcp-contribute-button {
1526 font-weight: bold;
1527 }
1528
1529 #crm-container .pcp-create-your-own {
1530 clear: left;
1531 margin: 1em 0;
1532 }
1533
1534 #crm-container .pcp-page-text {
1535 margin-bottom: 1em;
1536 }
1537
1538 #crm-container table.nestedSelector {
1539 margin: 0px;
1540 width: 100%;
1541 border-bottom: 0px;
1542 }
1543
1544 #crm-container table.nestedSelector tr.columnheader th {
1545 border: 0px;
1546 }
1547
1548 #crm-container table.caseSelector {
1549 vertical-align: top;
1550 border: 0px;
1551 margin: 0.5em 0.1em;
1552 }
1553
1554 #crm-container table.caseSelector tr {
1555 border-bottom: 1px solid #999999;
1556 }
1557
1558 #crm-container table.caseSelector td.status-urgent {
1559 font-weight: bold;
1560 text-transform: uppercase;
1561 }
1562
1563 #crm-container table.caseSelector td {
1564 border-right: 0px;
1565 padding: 4px;
1566 }
1567
1568 #crm-container table.nestedActivitySelector {
1569 margin: 0px;
1570 width: 100%;
1571 border: 0px;
1572 color: #333333;
1573 }
1574
1575 #crm-container table.nestedActivitySelector tr.columnheader th {
1576 color: #000000;
1577 background-color: #CFCEC3;
1578 border-top-color: #FFF;
1579 border-left-color: #FFFFFF;
1580 border-right-color: #FFFFFF;
1581 border-bottom-color: #999999;
1582 }
1583
1584 #crm-container table#activities-selector.nestedActivitySelector,
1585 #crm-container table#activities-selector.nestedActivitySelector td {
1586 border: 0px;
1587 }
1588
1589 #crm-container table.nestedActivitySelector td {
1590 border-right: 0px;
1591 }
1592
1593 #crm-container table#activities-selector.nestedActivitySelector tr.status-overdue {
1594
1595 }
1596
1597 #crm-container table.nestedActivitySelector tr.priority-urgent,
1598 #crm-container table.nestedActivitySelector tr a.priority-urgent {
1599 background-color: #FFDDDD;
1600 }
1601
1602 #crm-container table.nestedActivitySelector tr.priority-low,
1603 #crm-container table.nestedActivitySelector tr a.priority-low {
1604 background-color: #DDFFDD;
1605 }
1606
1607 #crm-container table.nestedActivitySelector tr.status-scheduled,
1608 #crm-container table.nestedActivitySelector tr a.status-scheduled {
1609 color: #006633;
1610 }
1611
1612 #crm-container table.nestedActivitySelector tr.status-completed,
1613 #crm-container table.nestedActivitySelector tr a.status-completed {
1614 color: #333333;
1615 }
1616
1617 #crm-container table.nestedActivitySelector tr.status-overdue,
1618 #crm-container table.nestedActivitySelector tr a.status-overdue {
1619 color: #FF0000;
1620 }
1621
1622 #crm-container table.nestedActivitySelector tr a.crm-activity-status {
1623 cursor: pointer;
1624 }
1625
1626 #crm-container table.nestedActivitySelector tr a {
1627 color: #0066CC;
1628 }
1629
1630 #crm-container #activities-selector tr:hover td,
1631 #crm-container #activities-selector tr:hover td.sorted,
1632 #crm-container #activities-selector tr.trOver td.sorted,
1633 #crm-container #activities-selector tr.trOver td {
1634 background: transparent;
1635 }
1636
1637 #crm-container span.success-status {
1638 margin-left: 6px;
1639 background-color: #ffff99;
1640 padding: .25em .5em .25em .5em;
1641 border: 1px solid #696969;
1642 }
1643
1644 /* Styles for Config Task List */
1645 #crm-container td.tasklist a {
1646 font-weight: bold;
1647 }
1648
1649 #crm-container table.selector td.tasklist {
1650 border-right: 1px solid #DDDDDD;
1651 width: 20%;
1652 }
1653
1654 #crm-container td.tasklist a:link {
1655 color: #FF0105;
1656 }
1657
1658 #crm-container td.tasklist a:visited {
1659 color: green;
1660 }
1661
1662 /* Styles for Actions Ribbon */
1663 #crm-container .crm-actions-ribbon {
1664 margin: 0 0 8px 0;
1665 }
1666
1667 #crm-container .crm-actions-ribbon ul {
1668 margin: 0px;
1669 padding: 0px;
1670 }
1671
1672 #crm-container .crm-actions-ribbon li {
1673 float: left;
1674 margin: 0 8px 0 0;
1675 padding: 0px;
1676 list-style: none;
1677 }
1678
1679 #crm-container .crm-actions-ribbon li.crm-delete-action {
1680 margin-left: 30px;
1681 }
1682
1683 #crm-container .crm-actions-ribbon li.crm-previous-action,
1684 #crm-container .crm-actions-ribbon li.crm-next-action {
1685 float: right;
1686 margin: 0px 0px 0px 8px;
1687 }
1688
1689 #crm-container .ac_results li {
1690 float: none;
1691 padding: 4px;
1692 margin: 0px;
1693 line-height: 15px;
1694 }
1695
1696 /* Styles for Action Items & Action Link pop-up */
1697 .crm-container .action-item {
1698 padding: 0px 5px;
1699 border-left: 1px solid #CCC;
1700 white-space: nowrap;
1701 }
1702 .crm-container .action-item-wrap {
1703 padding: 0px 5px;
1704 border-left: 1px solid #CCC;
1705 white-space: normal;
1706 }
1707 .crm-container .action-item-first {
1708 border-left: none;
1709 /* last action item should not have right hand border */}
1710
1711
1712 /* theming for panel and context menus */
1713 .crm-container td ul.panel li {
1714 background-color: #2F2F2E;
1715 }
1716
1717 .crm-container .panel li a {
1718 color: #DFDFDF;
1719 }
1720
1721 .crm-container .panel li a:hover,
1722 .crm-container .crm-participant-list-inner li a:hover,
1723 .crm-container .crm-event-links-list-inner li a:hover,
1724 .crm-container .crm-contribpage-links-list-inner li a:hover {
1725 color: #3e3e3e;
1726 background-color: #F5F6F1;
1727 text-decoration: none;
1728 }
1729
1730 .crm-container .panel {
1731 display: none;
1732 z-index: 9999;
1733 position: absolute;
1734 border-bottom: 0px;
1735 background: transparent url(../i/dropdown-pointer.gif) no-repeat scroll 150px 1px;
1736 text-align: left;
1737 padding-top: 5px;
1738 margin: 0px;
1739 width: 180px;
1740 }
1741
1742 .crm-container td ul.panel {
1743 top: 15px;
1744 right: 0px;
1745 }
1746
1747 .crm-container td ul.panel li {
1748 margin: 0px;
1749 padding: 2px;
1750 list-style: none;
1751 background-image: none;
1752 width: auto;
1753 }
1754
1755 .crm-container .btn-slide {
1756 text-align: left;
1757 text-decoration: none;
1758 border: none;
1759 cursor: pointer;
1760 position: relative;
1761 padding: 0px 14px 0 5px;
1762 background: url("../i/TreePlus.gif") no-repeat right 1px;
1763 white-space: nowrap;
1764 z-index: 2;
1765 }
1766
1767 .crm-container .btn-slide-active {
1768 z-index: 10;
1769 }
1770
1771 .crm-container .crm-configure-actions,
1772 .crm-container .crm-event-participants,
1773 .crm-container .crm-event-links,
1774 .crm-container .crm-event-more {
1775 min-width: 85px;
1776 z-index: 1;
1777 }
1778
1779 .crm-container .panel li a {
1780 text-decoration: none;
1781 padding: 4px;
1782 display: block;
1783 border: none;
1784 cursor: pointer;
1785 }
1786
1787 /*class for CMS user name check used in profile*/
1788 .crm-container .cmsmessagebox {
1789 position: absolute;
1790 width: auto;
1791 margin-left: 10px;
1792 padding: 3px;
1793 }
1794
1795 /* class for text area resizer jquery plugin*/
1796 div.grippie {
1797 background: #EEEEEE url('../i/grippie.png') no-repeat scroll center 2px;
1798 border-color: #DDDDDD;
1799 border-style: solid;
1800 border-width: 0pt 1px 1px;
1801 cursor: s-resize;
1802 height: 9px;
1803 overflow: hidden;
1804 }
1805 .crm-container .resizable-textarea textarea {
1806 display: block;
1807 margin-bottom: 0pt;
1808 width: 95%;
1809 height: 20%;
1810 }
1811
1812 .crm-container ul li.crm-tab-button {
1813 border-bottom: 0 none;
1814 float: left;
1815 margin: 0 0.2em 1px 0;
1816 padding: 0 0 1px;
1817 position: relative;
1818 top: 1px;
1819 white-space: nowrap;
1820 }
1821
1822 .crm-container .ui-tabs .ui-tabs-nav {
1823 padding: 4px;
1824 }
1825
1826 .crm-container .crm-tab-button a,
1827 .crm-container .ui-tabs .ui-tabs-nav li a,
1828 .crm-container .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a,
1829 .crm-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
1830 font-size: 0.9em;
1831 }
1832
1833 #mainTabContainer li.crm-tab-button {
1834 margin: 0 2px 2px 0;
1835 }
1836
1837 .crm-container .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
1838 padding-bottom: 0px;
1839 border: none;
1840 }
1841
1842 .crm-container .crm-tab-button a,
1843 .crm-container .ui-tabs .ui-tabs-nav li a {
1844 padding: 5px !important;
1845 color: #fafafa;
1846 }
1847
1848 .crm-container .crm-tab-button a,
1849 .crm-container .ui-tabs .ui-tabs-nav li.ui-state-active a {
1850 color: #090909;
1851 }
1852
1853 .crm-container .crm-tab-button a em {
1854 font-style: normal;
1855 }
1856
1857 #crm-container div.ui-accordion-content {
1858 padding: .5em 1em !important;
1859 }
1860
1861 /* Styles for Contact Summary start here. dgg */
1862 #crm-container .primary {
1863 font-weight: bold;
1864 }
1865
1866 #crm-container .ui-tabs-panel {
1867 padding: 4px;
1868 font-size: 12px;
1869 }
1870
1871 #crm-container div.contact_details {
1872 padding: 4px;
1873 line-height: 1.4em;
1874 clear: both;
1875 }
1876
1877 #crm-container div#crm-contact-thumbnail {
1878 padding: 4px;
1879 float: right;
1880 }
1881
1882 #crm-container div.contact_panel {
1883 display: block;
1884 }
1885
1886 #crm-container .upper {
1887 text-transform: uppercase;
1888 }
1889
1890 #crm-container table.caseSelector td.status-urgent {
1891 font-weight: bold;
1892 text-transform: uppercase;
1893 }
1894
1895 #crm-container div.crm-inline-edit {
1896 border: 2px dashed transparent;
1897 background: none;
1898 position: relative;
1899 }
1900
1901 #crm-container .crm-edit-ready .crm-inline-edit:hover {
1902 cursor: pointer;
1903 border: 2px dashed lightgrey;
1904 }
1905
1906 #crm-container div.crm-inline-edit.form {
1907 cursor: default;
1908 border: 2px dashed #6665BF;
1909 overflow: auto;
1910 }
1911
1912 #crm-container .crm-inline-edit.add-new {
1913 min-height: 2.5em;
1914 }
1915
1916 #crm-container div.crm-inline-edit .crm-edit-help {
1917 display: none;
1918 position: absolute;
1919 right: 0px;
1920 top: 0px;
1921 opacity: .8;
1922 padding: .4em;
1923 border-bottom-left-radius: 1em;
1924 }
1925
1926 #crm-container .crm-inline-edit.add-new .crm-edit-help {
1927 display: block;
1928 background-color: #EBEBEB;
1929 }
1930
1931 #crm-container .crm-edit-ready .crm-inline-edit:hover .crm-edit-help {
1932 display: block;
1933 background-color: #DFE1FF;
1934 }
1935
1936 #crm-container div.crm-inline-edit.form .crm-edit-help {
1937 display: none !important;
1938 }
1939
1940 #crm-container div.crm-summary-contactname-block {
1941 padding-bottom: 8px;
1942 margin-top: -10px;
1943 }
1944
1945 #crm-container div.crm-summary-display_name {
1946 font-size: 19px;
1947 padding-bottom: 10px;
1948 }
1949
1950 #crm-container div.contactCardLeft,
1951 #crm-container div#Top {
1952 width: 49%;
1953 display: block;
1954 float: left;
1955 clear: both;
1956 }
1957
1958 #crm-container div.contactCardRight {
1959 width: 49%;
1960 display: block;
1961 float: right;
1962 }
1963
1964 #crm-container div.contact_panel table {
1965 margin-bottom: 0px;
1966 }
1967
1968 #crm-container div.contactCardLeft .label,
1969 #crm-container div.contactCardRight .label {
1970 font-size: 11px;
1971 vertical-align: top;
1972 margin-right: 10px;
1973 }
1974
1975 #crm-container div.contactCardLeft .grouplabel,
1976 #crm-container div.contactCardRight .grouplabel {
1977 border-bottom: grey 1px solid;
1978 width: 100%;
1979 font-size: 0.95em;
1980 font-weight: bold;
1981 background-color: #ddd;
1982 }
1983
1984 #crm-container div.contact_panel .spacer {
1985 padding: 8px;
1986 }
1987
1988 #crm-container div.contact_panel td {
1989 padding: 4px;
1990 vertical-align: top;
1991 border-bottom: 1px solid #E2E2E2;
1992 }
1993
1994 #crm-container div.contact_panel td.label {
1995 width: 28%;
1996 }
1997
1998 #crm-container div.contact_panel td.last {
1999 border-bottom: 0px;
2000 }
2001
2002 #crm-container #customFields {
2003 width: 100%;
2004 }
2005
2006 #crm-container #customFields div.contact_panel td.talabel {
2007 padding: 4px 0 0 4px;
2008 border: 0px;
2009 }
2010
2011 #crm-container #customFields .contact_panel .customFieldGroup {
2012 background-color: #F7F7F7;
2013 line-height: 1.4em;
2014 padding: 4px;
2015 width: 100%;
2016 }
2017
2018 #crm-container div.contact_panel .crm-address-block {
2019 margin-bottom: 6px;
2020 }
2021 #crm-container .crm-add-address-wrapper {
2022 height: 25px;
2023 }
2024
2025 .crm-container .crm-clearfix:after,
2026 #crm-container .crm-summary-row:after {
2027 clear: both;
2028 content: ".";
2029 display: block;
2030 height: 0;
2031 visibility: hidden;
2032 }
2033
2034 .crm-container div.crm-clear {
2035 clear: both;
2036 margin-bottom: 1px;
2037 background-color: #FAFAFA;
2038 font-size: 11px;
2039 }
2040
2041 #crm-container div.crm-summary-row {
2042 background-color: #F4F4ED;
2043 border-top: 1px solid #ffffff;
2044 margin-bottom: 1px;
2045 min-height: 17px;
2046 }
2047
2048 #crm-container div.crm-summary-row div.crm-label {
2049 background-color: #FAFAFA;
2050 color: #7A7A60;
2051 text-align: left;
2052 width: 122px;
2053 float: left;
2054 padding: 4px;
2055 }
2056
2057 #crm-container div.crm-summary-row div.crm-content {
2058 padding: 4px;
2059 margin-left: 130px;
2060 }
2061
2062 #crm-container div.crm-config-option {
2063 float: right;
2064 padding-right: 10px;
2065 padding-top: 5px;
2066 }
2067
2068 #crm-container a.crm-link-action {
2069 cursor: pointer;
2070 cursor: hand;
2071 }
2072
2073 #crm-container span.crm-custom-greeting {
2074 font-size: 9px;
2075 }
2076
2077 #crm-container table.crm-inline-edit-form td,
2078 #crm-container div.crm-inline-edit-form {
2079 background-color: #E6E6DC;
2080 white-space: nowrap;
2081 }
2082 #crm-container table.crm-inline-edit-form td.crm-label,
2083 #crm-container div.crm-inline-edit-form .crm-label {
2084 white-space: normal;
2085 }
2086
2087 #crm-container div.crm-inline-edit-field {
2088 display: inline-block;
2089 padding: 4px 5px;
2090 }
2091
2092 #crm-container div.buttons {
2093 text-align: right;
2094 margin: 8px 0 0;
2095 padding: 4px 4px 2px 0;
2096 background-color: #fff;
2097 border: none;
2098 }
2099
2100 #crm-container div.buttons input,
2101 #crm-container div.buttons select {
2102 font-size: 0.9em;
2103 vertical-align: top !important;
2104 }
2105
2106
2107 #crm-container div.buttons #actions {
2108 text-align: left;
2109 float: left;
2110 }
2111 #crm-container div.buttons ul#actions {
2112 list-style-type: none;
2113 padding-left: 0px;
2114 }
2115 #crm-container div.buttons #actions li {
2116 float: left;
2117 padding: 0px;
2118 margin: 0 5px 0 0;
2119 }
2120
2121 #crm-container div.crm-case-dashboard-buttons {
2122 height: 33px;
2123 }
2124
2125 #crm-container div.crm-case-dashboard-switch-view-buttons {
2126 float: right;
2127 }
2128
2129 #crm-container .separator {
2130 border-bottom: solid 2px #ccc;
2131 }
2132
2133 /* reports */
2134 #crm-container .report-layout {
2135 border: none;
2136 }
2137
2138 #crm-container .reports-header-right {
2139 text-align: right;
2140 }
2141
2142 #crm-container .report-contents {
2143 background-color: #F5F5F5;
2144 border: 1px solid #CDCDC3;
2145 padding: 4px;
2146 width: 20%;
2147 white-space: normal;
2148 font-size: 0.95em;
2149 }
2150
2151 #crm-container .report-contents-right {
2152 border: 1px solid #CDCDC3;
2153 padding: 4px;
2154 font-size: 0.95em;
2155 text-align: right;
2156 }
2157
2158 #crm-container table.report-layout td {
2159 padding: 4px;
2160 border-bottom: 1px solid #CDCDC3;
2161 vertical-align: top;
2162 }
2163
2164 #crm-container table.report-layout tr {
2165 font-size: 0.95em;
2166 }
2167
2168 #crm-container .report-label {
2169 text-align: right;
2170 font-weight: bold;
2171 }
2172
2173 #crm-container table.report-layout th.report-contents {
2174 background-color: #F5F5F5;
2175
2176 }
2177
2178 #crm-container table.report-layout th.statistics {
2179 width: 5%;
2180 white-space: nowrap;
2181 }
2182
2183 /*override default pager for report*/
2184 .crm-container .report-pager .crm-pager-nav a {
2185 color: #000000;
2186 }
2187
2188 #crm-container table.view-layout {
2189 margin: 0em;
2190 border-collapse: collapse;
2191 border: 0px none;
2192 }
2193
2194 #crm-container table.view-layout .label {
2195 color: DimGray;
2196 font-size: 0.95em;
2197 vertical-align: top;
2198 font-weight: bold;
2199 margin-right: 10px;
2200 background-color: #EEEEEE;
2201 width: 20%;
2202 }
2203
2204 #crm-container th.contriTotalRight {
2205 border-right: 1px solid #999999;
2206 }
2207
2208 #crm-container th.contriTotalLeft {
2209 border-left: 1px solid #999999;
2210 }
2211
2212 /* TimeEntry styles */
2213 .crm-container .timeEntry_control {
2214 vertical-align: middle;
2215 margin-left: 2px;
2216 }
2217 * html .timeEntry_control {
2218 /* IE only */
2219 margin-top: -4px;
2220 }
2221
2222 /* This is the style for the trigger icon. The margin-bottom value causes the icon to shift down to center it. */
2223 .crm-container .ui-datepicker-trigger {
2224 margin-top: 4px;
2225 margin-bottom: -6px;
2226 }
2227
2228 .crm-container .ui-datepicker {
2229 width: 17em;
2230 padding: .2em .2em 0;
2231 z-index: 9999 !important;
2232 }
2233
2234 #crm-container .cke_editor {
2235 border: 0px none;
2236 }
2237
2238
2239 /* Set/alter ICONS */
2240
2241 #crm-container div#printer-friendly {
2242 float: right;
2243 position: relative;
2244 margin: -2em 0.5em 0 0;
2245 }
2246 /* For Joomla, margin 0 works correctly */
2247 #crm-container table#crm-content div#printer-friendly {
2248 margin: 0;
2249 }
2250
2251 #crm-container .order-icon {
2252 height: 15px;
2253 width: 10px;
2254 padding-top: 4px;
2255 padding-right: 4px;
2256 }
2257
2258 /* crm button style */
2259
2260 #crm-container .crm-submit-buttons,
2261 #crm-container .action-link {
2262 height: 27px;
2263 margin: 4px 0px 4px 2px;
2264 }
2265
2266 #crm-container .register_link-top {
2267 float: right;
2268 margin-left: 8px;
2269 }
2270
2271 .crm-container .crm-clear-link {
2272 margin-left: .5em;
2273 }
2274
2275 #crm-container .crm-button {
2276 border: medium none;
2277 cursor: pointer;
2278 display: block;
2279 float: left !important;
2280 overflow: hidden;
2281 text-shadow: 0 1px 0 black;
2282 margin: 0px 12px 0 0;
2283 padding: 0px 4px;
2284 cursor: pointer;
2285 }
2286 #crm-container .crm-button input {
2287 background: none;
2288 _background: #6C6C6C;
2289 /* IE6 only */
2290 border: medium none;
2291 color: #FFF;
2292 cursor: pointer;
2293 font-size: 12px;
2294 font-weight: normal;
2295 margin: 0 0 0 0px;
2296 padding: 1px 8px 2px 4px;
2297 }
2298 #crm-container .crm-button-type-cancel,
2299 #crm-container .crm-button-type-back {
2300 margin-left: 20px;
2301 }
2302 #crm-container .crm-button-type-cancel input {
2303 color: #E6E6DC!important;
2304 }
2305
2306 .crm-container a.button,
2307 .crm-container a.button:link,
2308 .crm-container a.button:visited,
2309 .crm-container input.form-submit,
2310 #crm-container input[type=button],
2311 #crm-container input.form-submit-inline,
2312 #crm-container .crm-button {
2313 text-shadow: 0 1px 0 black;
2314 background: #70716B url(../i/crm-button-bg.gif) repeat-x top left;
2315 color: #FFF;
2316 font-size: 12px;
2317 font-weight: normal;
2318 margin-right: 6px;
2319 padding: 2px 6px;
2320 text-decoration: none;
2321 cursor: pointer;
2322 border: 1px solid #3e3e3e;
2323 }
2324
2325 #crm-container .crm-button {
2326 padding: 1px;
2327 }
2328
2329 .crm-container input.form-submit,
2330 #crm-container input[type=button],
2331 #crm-container input.form-submit-inline {
2332 padding: 2px 6px;
2333 }
2334
2335 #crm-container .crm-button input[type=button],
2336 #crm-container .crm-button input.form-submit,
2337 #crm-container .crm-button input.form-submit-inline {
2338 padding: 2px 4px;
2339 margin: 0px;
2340 background: none;
2341 _background: #6C6C6C;
2342 /* IE6 only */
2343 border: none;
2344 }
2345
2346 .crm-container a.button,
2347 .crm-container a.button:link,
2348 .crm-container a.button:visited {
2349 display: block;
2350 float: left;
2351 }
2352
2353 .crm-container a.button span {
2354 display: block;
2355 line-height: 14px;
2356 padding: 2px 0px;
2357 }
2358
2359 .crm-container .button .red {
2360 background-image: url(../i/icons/jquery-ui-FFFFFF.png);
2361 }
2362
2363 .crm-container a.button:active {
2364 color: #000;
2365 outline: none;
2366 /* hide dotted outline in Firefox */
2367 }
2368
2369 .crm-container .crm-button:hover,
2370 .crm-container .crm-button:focus,
2371 .crm-container input[type=submit]:hover,
2372 .crm-container input[type=button]:hover,
2373 .crm-container a.button:hover,
2374 .crm-container a.button:focus {
2375 background-position: 0px -25px;
2376 }
2377
2378 /* No button styling for PayPal Express buttons */
2379 #crm-container input#_qf_Register_upload_express,
2380 #crm-container input#_qf_Main_upload_express {
2381 background: none;
2382 margin: 0px;
2383 padding: 0px;
2384 border: none;
2385 }
2386
2387 /* create new XXX style (drupal block) */
2388
2389 #crm-participant-wrapper,
2390 #crm-event-links-wrapper,
2391 #crm-contribpage-links-wrapper,
2392 #crm-create-new-wrapper,
2393 #crm-contact-actions-wrapper {
2394 position: relative;
2395 float: left;
2396 }
2397
2398 #crm-event-links-list,
2399 #crm-contribpage-links-list,
2400 #crm-create-new-list,
2401 #crm-contact-actions-list,
2402 #crm-participant-list {
2403 position: absolute;
2404 display: none;
2405 top: 24px;
2406 width: 220px;
2407 left: 0px;
2408 z-index: 15;
2409 }
2410
2411 #crm-create-new-list {
2412 width: 124px;
2413 }
2414 #crm-contact-actions-list .icon {
2415 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2416 }
2417
2418 #crm-contact-actions-list .crm-contact_activities-list select {
2419 margin-top: 4px;
2420 }
2421
2422 #crm-contact-actions-list .crm-contact_activities-list,
2423 #crm-contact-actions-list .crm-contact_print-list,
2424 #crm-contact-actions-list .crm-contact_actions-list {
2425 width: 160px;
2426 }
2427
2428 #crm-contact-actions-list .crm-contact_activities-list ul,
2429 #crm-contact-actions-list .crm-contact_print-list ul,
2430 #crm-contact-actions-list .crm-contact_actions-list ul,
2431 #crm-event-links-list .crm-event-info ul,
2432 #crm-event-links-list .crm-event-test ul,
2433 #crm-event-links-list .crm-event-live ul,
2434 #crm-contribpage-links-list .crm-contribpage-contribution ul,
2435 #crm-contribpage-links-list .crm-contribpage-test ul,
2436 #crm-contribpage-links-list .crm-contribpage-live ul,
2437 #crm-participant-list .crm-participant-counted ul,
2438 #crm-participant-list .crm-participant-not-counted ul,
2439 #crm-participant-list .crm-participant-listing ul,
2440 #crm-create-new-list ul {
2441 width: auto;
2442 margin: 0px;
2443 padding: 0px;
2444 }
2445
2446 #crm-contact-actions-list .crm-contact_activities-list ul {
2447 padding-right: 4px;
2448 }
2449 #crm-contact-actions-list .crm-contact_print-list ul {
2450 padding-left: 4px;
2451 }
2452 #crm-contact-actions-list .crm-contact_actions-list ul {
2453 padding-left: 4px;
2454 }
2455
2456 #crm-contact-actions-list .crm-contact_activities-list {
2457 float: left;
2458 }
2459 #crm-contact-actions-list .crm-contact_print-list {
2460 float: right;
2461 }
2462 #crm-contact-actions-list .crm-contact_actions-list {
2463 margin-left: 160px;
2464 margin-right: 161px;
2465 border-left: 1px solid #a7a7a7;
2466 border-right: 1px solid #a7a7a7;
2467 }
2468
2469 /* =================== */
2470 /* ! contact actions */
2471 /* =================== */
2472
2473
2474 #crm-contact-actions-wrapper {
2475 width: 85px;
2476 /* fixes ie bug where button is toooooo long */
2477 }
2478 #crm-contact-actions-list {
2479 width: 495px;
2480 /* fixes ie bug caused by above*/
2481 }
2482
2483 /* setup for icons */
2484
2485 .ac_results ul li {
2486 background-image: url('');
2487 }
2488
2489 .crm-container .ui-icon {
2490 background-image: url("../i/icons/jquery-ui-52534D.png")
2491 }
2492 .crm-container .icon {
2493 height: 16px;
2494 width: 16px;
2495 background: transparent url("../i/icons/jquery-ui-52534D.png") no-repeat top right;
2496 float: left;
2497 text-indent: -10000px;
2498 }
2499
2500 .crm-container span.icon {
2501 float: none;
2502 display: inline-block;
2503 }
2504
2505 .crm-container .button .icon,
2506 .crm-container .crm-button .icon {
2507 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2508 }
2509 .crm-container .button:hover .icon,
2510 .crm-container .crm-button:hover .icon {
2511 background-image: url("../i/icons/jquery-ui-2786C2.png");
2512 }
2513
2514 .crm-container .crm-button .icon {
2515 margin-top: 3px;
2516 }
2517
2518 .crm-container .dark-icon {
2519 background-image: url("../packages/jquery/jquery-ui/css/black-tie/images/ui-icons_222222_256x240.png")}
2520 .crm-container .red-icon {
2521 background-image: url("../i/icons/jquery-ui-8A1F11.png")}
2522
2523 .crm-container .edit-icon {
2524 background-position: -66px -114px;
2525 }
2526 .crm-container .previous-icon {
2527 background-position: -82px -161px;
2528 }
2529 .crm-container .next-icon {
2530 background-position: -66px -161px;
2531 }
2532 .crm-container .add-icon {
2533 background-position: -2px -193px;
2534 }
2535 .crm-container .back-icon {
2536 background-position: -2px -65px;
2537 }
2538 .crm-container .delete-icon {
2539 background-position: -179px -99px;
2540 }
2541 .crm-container .details-icon {
2542 background-position: -129px -112px;
2543 }
2544 .crm-container .button:hover .delete-icon {
2545 background-image: url("../i/icons/jquery-ui-8A1F11.png")!important;
2546 }
2547
2548 .crm-container .restore-icon {
2549 background-position: 0px -66px;
2550 background-image: url("../i/icons/jquery-ui-91CE00.png");
2551 }
2552 .crm-container .button:hover .restore-icon {
2553 background-image: url("../i/icons/jquery-ui-91CE00.png");
2554 }
2555
2556 .crm-container .vcard-icon {
2557 background-position: -35px -81px;
2558 }
2559
2560 .crm-container .print-icon {
2561 background-position: -162px -97px;
2562 }
2563
2564 .crm-container .dashboard-icon {
2565 background-position: -194px -129px;
2566 }
2567
2568 .crm-container .user-record-icon {
2569 background-position: -145px -98px;
2570 }
2571
2572 .crm-container .inform-icon {
2573 background-position: -16px -144px;
2574 margin-right: 5px;
2575 }
2576
2577 .crm-container .dropdown-icon {
2578 background-position: -46px -32px;
2579 float: right;
2580 }
2581
2582 .crm-container .tip-icon {
2583 background-position: -128px -128px;
2584 }
2585
2586 .crm-container .alert-icon {
2587 background-position: 0 -144px;
2588 }
2589 .crm-container .check-icon {
2590 background-position: -66px -146px;
2591 }
2592 .crm-container .refresh-icon {
2593 background-position: -65px -81px;
2594 }
2595 .crm-container .settings-icon {
2596 background-position: -178px -114px;
2597 }
2598 .crm-container .search-icon {
2599 background-position: -161px -114px;
2600 }
2601 .crm-container .email-icon {
2602 background-position: -81px -98px;
2603 }
2604 .crm-container .preview-icon {
2605 background-position: -227px -129px;
2606 }
2607 .crm-container .play-icon {
2608 background-position: -3px -161px;
2609 }
2610
2611 .crm-container .swap-icon {
2612 background-position: -82px -81px;
2613 }
2614
2615 #crm-container .geotag {
2616 padding: 2px 0 2px 20px !important;
2617 background: url('../i/geotag_16.png') left center no-repeat;
2618 font-size: .9em;
2619 }
2620
2621 /* These .crm-icon classes use item_sprites.png */
2622
2623 .crm-container .crm-icon {
2624 background-image: url('../i/item_sprites.png');
2625 margin: 2px 4px 0 0;
2626 text-indent: -10000px;
2627 /* for accessibility reason, put the name of the type/subtype in the icon div (it will be hidden and replaced by the icon) */
2628 }
2629
2630 .crm-container .Individual-icon {
2631 background-position: 0px 0px;
2632 }
2633 .crm-container .Group-icon {
2634 background-position: -16px 0px;
2635 }
2636 .crm-container .Household-icon {
2637 background-position: -32px 0px;
2638 }
2639
2640 .crm-container .Individual-subtype-icon {
2641 background-position: 0px -48px;
2642 }
2643 .crm-container .Household-subtype-icon {
2644 background-position: -32px -48px;
2645 }
2646 .crm-container .Organization-subtype-icon {
2647 background-position: -48px -48px;
2648 }
2649
2650 .crm-container .Organization-icon {
2651 background-position: -48px 0px;
2652 }
2653 .crm-container .Activity-icon {
2654 background-position: -64px 0px;
2655 }
2656 .crm-container .Case-icon {
2657 background-position: -80px 0px;
2658 }
2659 .crm-container .Grant-icon {
2660 background-position: 0px -16px;
2661 }
2662 .crm-container .Contribution-icon {
2663 background-position: -16px -16px;
2664 }
2665 .crm-container .Pledge-icon {
2666 background-position: -16px -16px;
2667 }
2668 .crm-container .Membership-icon {
2669 background-position: -32px -16px;
2670 }
2671 .crm-container .Participant-icon {
2672 background-position: 0px -32px;
2673 }
2674 .crm-container .Note-icon {
2675 background-position: -16px -32px;
2676 }
2677 .crm-container .Relationship-icon {
2678 background-position: -32px -32px;
2679 }
2680
2681 /* accordion styles */
2682
2683 .crm-container .crm-accordion-header {
2684 background-image: url("../i/TreeMinusWhite.gif");
2685 background-repeat: no-repeat;
2686 background-position: 2px center;
2687 cursor: pointer;
2688 color: #F5F6F1;
2689 font-weight: normal;
2690 padding: 4px 8px 4px 20px;
2691 background-color: #5D677B;
2692 }
2693
2694 .crm-container .crm-accordion-header:hover {
2695 background-color: #32414f;
2696 }
2697
2698 .crm-container .collapsed .crm-accordion-header {
2699 background-image: url("../i/TreePlusWhite.gif");
2700 }
2701
2702 .crm-container .collapsed .crm-accordion-body,
2703 .crm-container .crm-collapsible.collapsed .collapsible-title + * {
2704 display: none;
2705 }
2706
2707 .crm-container .crm-accordion-inner .crm-accordion-header,
2708 .crm-container .crm-accordion-wrapper .crm-master-accordion-header,
2709 .crm-container .crm-collapsible .collapsible-title {
2710 background-image: url("../i/TreeMinus.gif");
2711 background-color: transparent;
2712 color: #3E3E3E;
2713 }
2714
2715 .crm-container .crm-accordion-inner.collapsed .crm-accordion-header,
2716 .crm-container .crm-accordion-wrapper.collapsed .crm-master-accordion-header,
2717 .crm-container .crm-collapsible.collapsed .collapsible-title {
2718 background-image: url("../i/TreePlus.gif");
2719 }
2720
2721 .crm-container .crm-accordion-wrapper .crm-master-accordion-header {
2722 background-color: transparent;
2723 font-size: 16px;
2724 color: #3e3e3e;
2725 margin-bottom: 0px;
2726 }
2727
2728 .crm-container .crm-accordion-inner .crm-accordion-header {
2729 font-size: 12px;
2730 }
2731
2732 .crm-container .crm-accordion-wrapper {
2733 margin-bottom: 4px;
2734 }
2735
2736 .crm-container .crm-accordion-header {
2737 -moz-border-radius: 4px 4px 0px 0px;
2738 -webkit-border-radius: 4px 4px 0px 0px;
2739 -khtml-border-radius: 4px 4px 0px 0px;
2740 border-radius: 4px 4px 0px 0px;
2741 }
2742
2743 .crm-container .collapsed .crm-accordion-header {
2744 -moz-border-radius: 4px;
2745 -webkit-border-radius: 4px;
2746 -khtml-border-radius: 4px;
2747 border-radius: 4px;
2748 }
2749
2750 .crm-container .crm-accordion-body {
2751 -moz-border-radius: 0px 0px 4px 4px;
2752 -webkit-border-radius: 0px 0px 4px 4px;
2753 -khtml-border-radius: 0px 0px 4px 4px;
2754 border-radius: 0px 0px 4px 4px;
2755 border: 1px solid #70716B;
2756 border-top: 0px;
2757 padding: 4px 0px;
2758 }
2759
2760 .crm-container .crm-collapsible .collapsible-title {
2761 padding-left: 19px;
2762 text-decoration: none;
2763 background-repeat: no-repeat;
2764 background-position: 0px center;
2765 cursor: pointer;
2766 }
2767
2768 .crm-container .crm-master-accordion-header+.crm-accordion-body {
2769 border: none;
2770 padding: 0px;
2771 }
2772
2773 .crm-container .crm-accordion-header.active {
2774 font-weight: bold;
2775 background-color: #41477E;
2776 }
2777
2778 .crm-container .crm-accordion-header.active:hover {
2779 background-color: #2E3471;
2780 }
2781
2782 .crm-container .crm-accordion-header a.crm-close-accordion {
2783 font-weight: normal !important;
2784 float: right;
2785 color: #FFF !important;
2786 }
2787
2788 .crm-container .crm-accordion-header a.crm-close-accordion span {
2789 visibility: hidden;
2790 }
2791
2792 .crm-container .crm-accordion-header a.crm-close-accordion:hover span {
2793 visibility: visible;
2794 }
2795
2796 .crm-container .crm-master-accordion-header.crm-accordion-header:hover,
2797 .crm-container .crm-collapsible .collapsible-title:hover {
2798 background-color: transparent;
2799 color: #0200A0;
2800 }
2801
2802 /* civicrm admin menu */
2803 #civicrm-menu {
2804 height: 27px;
2805 }
2806
2807 #civicrm-menu .ac_input,
2808 .crm-container .ac_input {
2809 background: white url(../i/magnify.gif) no-repeat scroll right center;
2810 padding-right: 16px;
2811 /* so that text doesn't flow on top of icon */
2812 }
2813 #crm-container .ac_input {
2814 width: 20em;
2815 }
2816
2817 #civicrm-menu #crm-qsearch {
2818 padding: 1px 3px 1px 2px;
2819 height: 20px;
2820 }
2821
2822 #civicrm-menu #crm-qsearch input {
2823 background-color: #ffffff;
2824 border: 1px solid black;
2825 margin: 0px;
2826 padding: 2px 16px 3px 2px;
2827 }
2828
2829 #civicrm-menu #menu-logout {
2830 float: right;
2831 border-left: 1px solid #5D5D5D;
2832 }
2833
2834 /* Pop-up help icon - eliminate forced line break */
2835 .crm-container a.helpicon,
2836 .crm-container .crm-master-accordion-header a.helpicon {
2837 background-color: #6177D5;
2838 background-image: url("../i/icons/jquery-ui-F5F6F1.png");
2839 background-position: -50px -146px;
2840 border-radius: 6px;
2841 display: inline-block;
2842 height: 12px;
2843 width: 12px;
2844 opacity: .7;
2845 position: relative;
2846 top: 2px;
2847 }
2848
2849 div.crm-accordion-header a.helpicon {
2850 background-color: #F5F6F1;
2851 background-image: url(../i/icons/jquery-ui-2786C2.png);
2852 }
2853
2854 div a.helpicon:hover,
2855 div a.helpicon:focus {
2856 opacity: 1;
2857 }
2858
2859 .crm-container .crm-summary-link {
2860 position: relative;
2861 z-index: 16;
2862 }
2863
2864 .crm-container .crm-tooltip-wrapper {
2865 position: absolute;
2866 bottom: 0px;
2867 left: -36px;
2868 overflow: hidden;
2869 z-index: 1000;
2870 padding-bottom: 10px;
2871 background: transparent url('../i/overlay-pointer.png') no-repeat bottom left;
2872 font-size: 12px;
2873 display: none;
2874 }
2875
2876 .crm-container .crm-tooltip-down .crm-tooltip-wrapper {
2877 top: 20px;
2878 padding-top: 10px;
2879 background: transparent url('../i/overlay-pointer.png') no-repeat top left;
2880 overflow: visible;
2881 }
2882
2883 .crm-container .crm-tooltip-active {
2884 z-index: 20;
2885 }
2886
2887 .crm-container .crm-tooltip-active .crm-tooltip-wrapper {
2888 display: block;
2889 }
2890
2891 .crm-container .crm-tooltip {
2892 padding: 4px;
2893 background-color: #2f2f2e;
2894 color: #FFF;
2895 margin-left: 11px;
2896 min-width: 20px;
2897 min-height: 20px;
2898 }
2899 #crm-container .crm-tooltip table,
2900 #crm-container .crm-tooltip table tr td {
2901 border: none;
2902 color: #FFF;
2903 }
2904 .crm-container .crm-tooltip .crm-summary-group {
2905 width: 700px;
2906 margin-bottom: 0px;
2907 }
2908
2909 .crm-container .crm-tooltip .crm-report-overlay {
2910 width: 500px;
2911 margin-bottom: 0px;
2912 }
2913
2914 .crm-container .crm-tooltip .crm-report-overlay thead td {
2915 font-weight: bold;
2916 }
2917
2918 .crm-container .crm-summary-group h2 {
2919 padding: 2px 4px 0 4px;
2920 font-size: 14px;
2921 color: #FFF;
2922 margin-bottom: 0px;
2923 }
2924
2925 /* crm-summary-group appears outside crm-container for contact summary icon overlay */
2926 #crm-container .crm-summary-group .crm-section .label,
2927 .crm-container .crm-summary-group .crm-section .label {
2928 text-align: left;
2929 width: 40%;
2930 font-size: 11px;
2931 color: #A7A7A7;
2932 }
2933
2934 #crm-container .crm-summary-group .crm-section .content,
2935 .crm-container .crm-summary-group .crm-section .content {
2936 margin-left: 41%;
2937 }
2938
2939 /* Class for tokens and helpicon */
2940 .crm-container .helpIcon {
2941 float: right;
2942 position: relative;
2943 z-index: 1;
2944 margin-right: 45px;
2945 }
2946
2947 #crm-container ul.token-input-list-facebook, ul.token-input-list-facebook li.leaf,
2948 #crm-container ul li {
2949 list-style-image: none;
2950 }
2951
2952 /* privacy icons */
2953 #crm-container div span.privacy-flag {
2954 background-repeat: no-repeat;
2955 background-image: url("../i/stop-icon.png");
2956 float: right;
2957 }
2958
2959 /* specific, targeted fixes */
2960 #crm-container .dashboard-elements,
2961 #crm-container #membership-listings,
2962 #crm-container #premiums-listings,
2963 #crm-container #searchForm table {
2964 margin: 0em;
2965 border-collapse: collapse;
2966 border: 0px none;
2967 }
2968
2969 /* Override Drupal .2em margin-bottom on forms (we don't want to give up that space) */
2970 div#crm-container form {
2971 margin-bottom: 0em;
2972 }
2973
2974 /* This is the style for the trigger icon. The margin-bottom value causes the icon to shift down to center it. */
2975 .crm-container .ui-datepicker-trigger {
2976 margin-top: 4px;
2977 margin-bottom: -6px;
2978 }
2979
2980 .crm-container .ui-datepicker {
2981 z-index: 1;
2982 }
2983
2984 #activity-content table {
2985 width: 100%!important;
2986 }
2987
2988 #Tag .tree .collapsable .hit,
2989 #Tag .tree .expandable .hit {
2990 padding-left: 16px;
2991 }
2992
2993 /** DATATABLES **/
2994 /*
2995 * jQuery UI specific styling
2996 */
2997
2998 .crm-container .paging_two_button .ui-button {
2999 float: left;
3000 cursor: pointer;
3001 * cursor: hand;
3002 }
3003
3004 .crm-container .paging_full_numbers .ui-button {
3005 padding: 2px 6px;
3006 margin: 0;
3007 cursor: pointer;
3008 * cursor: hand;
3009 color: white !important;
3010 }
3011
3012 .crm-container .dataTables_paginate .ui-button {
3013 margin-right: -0.1em !important;
3014 }
3015
3016 .crm-container .paging_full_numbers {
3017 width: 350px !important;
3018 }
3019
3020 .crm-container .dataTables_wrapper .ui-toolbar {
3021 padding: 5px;
3022 }
3023
3024 .crm-container .dataTables_paginate {
3025 width: auto;
3026 }
3027
3028 .crm-container .dataTables_info {
3029 padding-top: 3px;
3030 }
3031
3032 .crm-container div.dataTables_wrapper .ui-widget-header {
3033 font-weight: normal;
3034 }
3035
3036
3037 /*
3038 * Sort arrow icon positioning
3039 */
3040 .crm-container table.display thead th div.DataTables_sort_wrapper {
3041 position: relative;
3042 padding-right: 20px;
3043 }
3044
3045 .crm-container table.display thead th div.DataTables_sort_wrapper span {
3046 position: absolute;
3047 top: 50%;
3048 margin-top: -8px;
3049 right: 0;
3050 }
3051
3052 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3053 * DataTables features
3054 */
3055
3056 .crm-container .dataTables_wrapper {
3057 position: relative;
3058 clear: both;
3059 zoom: 1; /* Feeling sorry for IE */
3060 }
3061
3062 .crm-container .dataTables_processing {
3063 position: absolute;
3064 top: 50%;
3065 left: 50%;
3066 width: 250px;
3067 height: 30px;
3068 margin-left: -125px;
3069 margin-top: -15px;
3070 padding: 14px 0 2px 0;
3071 border: 1px solid #ddd;
3072 text-align: center;
3073 color: #999;
3074 font-size: 14px;
3075 background-color: white;
3076 }
3077
3078 .crm-container .dataTables_length {
3079 width: 40%;
3080 float: none;
3081 padding-bottom: 5px;
3082 }
3083
3084 .crm-container .dataTables_filter {
3085 width: 50%;
3086 float: right;
3087 text-align: right;
3088 }
3089
3090 .crm-container .dataTables_info {
3091 width: 60%;
3092 float: left;
3093 }
3094
3095 .crm-container .dataTables_paginate {
3096 float: right;
3097 text-align: right;
3098 }
3099
3100
3101 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3102 * DataTables display
3103 */
3104 .crm-container table.display {
3105 margin: 0 auto;
3106 clear: both;
3107 width: 100%;
3108 }
3109
3110 .crm-container table.display thead th {
3111 padding: 3px 18px 3px 10px;
3112 border-bottom: 1px solid black;
3113 font-weight: bold;
3114 cursor: pointer;
3115 }
3116
3117 .crm-container table.display thead th.sorting_disabled {
3118 cursor: default;
3119 }
3120
3121 .crm-container table.display tfoot th {
3122 padding: 3px 18px 3px 10px;
3123 border-top: 1px solid black;
3124 font-weight: bold;
3125 }
3126
3127 .crm-container table.display tr.heading2 td {
3128 border-bottom: 1px solid #aaa;
3129 }
3130
3131 .crm-container table.display td {
3132 padding: 3px 10px;
3133 }
3134
3135 .crm-container table.display td.center {
3136 text-align: center;
3137 }
3138
3139 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3140 * DataTables row classes
3141 */
3142 .crm-container table.display tr.odd.gradeA {
3143 background-color: #ddffdd;
3144 }
3145
3146 .crm-container table.display tr.even.gradeA {
3147 background-color: #eeffee;
3148 }
3149
3150 .crm-container table.display tr.odd.gradeC {
3151 background-color: #ddddff;
3152 }
3153
3154 .crm-container table.display tr.even.gradeC {
3155 background-color: #eeeeff;
3156 }
3157
3158 .crm-container table.display tr.odd.gradeX {
3159 background-color: #ffdddd;
3160 }
3161
3162 .crm-container table.display tr.even.gradeX {
3163 background-color: #ffeeee;
3164 }
3165
3166 .crm-container table.display tr.odd.gradeU {
3167 background-color: #ddd;
3168 }
3169
3170 .crm-container table.display tr.even.gradeU {
3171 background-color: #eee;
3172 }
3173
3174
3175 .crm-container tr.odd {
3176 background-color: #E2E4FF;
3177 }
3178
3179 .crm-container tr.even {
3180 background-color: white;
3181 }
3182
3183 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3184 * Misc
3185 */
3186 .crm-container .dataTables_scroll {
3187 clear: both;
3188 }
3189
3190 .crm-container .dataTables_scrollBody {
3191 *margin-top: -1px;
3192 -webkit-overflow-scrolling: touch;
3193 }
3194
3195 .crm-container .top, .bottom {
3196 padding: 15px;
3197 background-color: #F5F5F5;
3198 border: 1px solid #CCCCCC;
3199 }
3200
3201 .crm-container .top .dataTables_info {
3202 float: none;
3203 }
3204
3205 .crm-container .dataTables_empty {
3206 text-align: center;
3207 }
3208
3209 .crm-container tfoot input {
3210 margin: 0.5em 0;
3211 width: 100%;
3212 color: #444;
3213 }
3214
3215 .crm-container tfoot input.search_init {
3216 color: #999;
3217 }
3218
3219 .crm-container td.group {
3220 background-color: #d1cfd0;
3221 border-bottom: 2px solid #A19B9E;
3222 border-top: 2px solid #A19B9E;
3223 }
3224
3225 .crm-container td.details {
3226 background-color: #d1cfd0;
3227 border: 2px solid #A19B9E;
3228 }
3229
3230
3231 .crm-container .example_alt_pagination div.dataTables_info {
3232 width: 40%;
3233 }
3234
3235 .crm-container .paging_full_numbers {
3236 width: 400px;
3237 height: 22px;
3238 line-height: 22px;
3239 }
3240
3241 .crm-container .paging_full_numbers a:active {
3242 outline: none
3243 }
3244
3245 .crm-container .paging_full_numbers a:hover {
3246 text-decoration: none;
3247 }
3248
3249 .crm-container .paging_full_numbers a.paginate_button,
3250 .crm-container .paging_full_numbers a.paginate_active {
3251 border: 1px solid #aaa;
3252 -webkit-border-radius: 5px;
3253 -moz-border-radius: 5px;
3254 padding: 2px 5px;
3255 margin: 0 3px;
3256 cursor: pointer;
3257 *cursor: hand;
3258 color: #333 !important;
3259 }
3260
3261 .crm-container .paging_full_numbers a.paginate_button {
3262 background-color: #ddd;
3263 }
3264
3265 .crm-container .paging_full_numbers a.paginate_button:hover {
3266 background-color: #ccc;
3267 text-decoration: none !important;
3268 }
3269
3270 .crm-container .paging_full_numbers a.paginate_active {
3271 background-color: #99B3FF;
3272 }
3273
3274 .crm-container table.display tr.even.row_selected td {
3275 background-color: #B0BED9;
3276 }
3277
3278 .crm-container table.display tr.odd.row_selected td {
3279 background-color: #9FAFD1;
3280 }
3281
3282 /*
3283 * Sorting classes for columns
3284 */
3285 /* For the standard odd/even */
3286 .crm-container tr.odd td.sorting_1 {
3287 background-color: #D3D6FF;
3288 }
3289
3290 .crm-container tr.odd td.sorting_2 {
3291 background-color: #DADCFF;
3292 }
3293
3294 .crm-container tr.odd td.sorting_3 {
3295 background-color: #E0E2FF;
3296 }
3297
3298 .crm-container tr.even td.sorting_1 {
3299 background-color: #EAEBFF;
3300 }
3301
3302 .crm-container tr.even td.sorting_2 {
3303 background-color: #F2F3FF;
3304 }
3305
3306 .crm-container tr.even td.sorting_3 {
3307 background-color: #F9F9FF;
3308 }
3309
3310
3311 /* For the Conditional-CSS grading rows */
3312 /*
3313 Colour calculations (based off the main row colours)
3314 Level 1:
3315 dd > c4
3316 ee > d5
3317 Level 2:
3318 dd > d1
3319 ee > e2
3320 */
3321 .crm-container tr.odd.gradeA td.sorting_1 {
3322 background-color: #c4ffc4;
3323 }
3324
3325 .crm-container tr.odd.gradeA td.sorting_2 {
3326 background-color: #d1ffd1;
3327 }
3328
3329 .crm-container tr.odd.gradeA td.sorting_3 {
3330 background-color: #d1ffd1;
3331 }
3332
3333 .crm-container tr.even.gradeA td.sorting_1 {
3334 background-color: #d5ffd5;
3335 }
3336
3337 .crm-container tr.even.gradeA td.sorting_2 {
3338 background-color: #e2ffe2;
3339 }
3340
3341 .crm-container tr.even.gradeA td.sorting_3 {
3342 background-color: #e2ffe2;
3343 }
3344
3345 .crm-container tr.odd.gradeC td.sorting_1 {
3346 background-color: #c4c4ff;
3347 }
3348
3349 .crm-container tr.odd.gradeC td.sorting_2 {
3350 background-color: #d1d1ff;
3351 }
3352
3353 .crm-container tr.odd.gradeC td.sorting_3 {
3354 background-color: #d1d1ff;
3355 }
3356
3357 .crm-container tr.even.gradeC td.sorting_1 {
3358 background-color: #d5d5ff;
3359 }
3360
3361 .crm-container tr.even.gradeC td.sorting_2 {
3362 background-color: #e2e2ff;
3363 }
3364
3365 .crm-container tr.even.gradeC td.sorting_3 {
3366 background-color: #e2e2ff;
3367 }
3368
3369 .crm-container tr.odd.gradeX td.sorting_1 {
3370 background-color: #ffc4c4;
3371 }
3372
3373 .crm-container tr.odd.gradeX td.sorting_2 {
3374 background-color: #ffd1d1;
3375 }
3376
3377 .crm-container tr.odd.gradeX td.sorting_3 {
3378 background-color: #ffd1d1;
3379 }
3380
3381 .crm-container tr.even.gradeX td.sorting_1 {
3382 background-color: #ffd5d5;
3383 }
3384
3385 .crm-container tr.even.gradeX td.sorting_2 {
3386 background-color: #ffe2e2;
3387 }
3388
3389 .crm-container tr.even.gradeX td.sorting_3 {
3390 background-color: #ffe2e2;
3391 }
3392
3393 .crm-container tr.odd.gradeU td.sorting_1 {
3394 background-color: #c4c4c4;
3395 }
3396
3397 .crm-container tr.odd.gradeU td.sorting_2 {
3398 background-color: #d1d1d1;
3399 }
3400
3401 .crm-container tr.odd.gradeU td.sorting_3 {
3402 background-color: #d1d1d1;
3403 }
3404
3405 .crm-container tr.even.gradeU td.sorting_1 {
3406 background-color: #d5d5d5;
3407 }
3408
3409 .crm-container tr.even.gradeU td.sorting_2 {
3410 background-color: #e2e2e2;
3411 }
3412
3413 .crm-container tr.even.gradeU td.sorting_3 {
3414 background-color: #e2e2e2;
3415 }
3416
3417 /*
3418 * KeyTable
3419 */
3420 .crm-container table.KeyTable td {
3421 border: 3px solid transparent;
3422 }
3423
3424 .crm-container table.KeyTable td.focus {
3425 border: 3px solid #3366FF;
3426 }
3427
3428 .crm-container table.display tr.gradeA {
3429 background-color: #eeffee;
3430 }
3431
3432 .crm-container table.display tr.gradeC {
3433 background-color: #ddddff;
3434 }
3435
3436 .crm-container table.display tr.gradeX {
3437 background-color: #ffdddd;
3438 }
3439
3440 .crm-container table.display tr.gradeU {
3441 background-color: #ddd;
3442 }
3443
3444 /* DataTables fixes */
3445 .crm-container .crm-datatable-pager-top {
3446 padding-top: 5px;
3447 padding-bottom: 25px;
3448 }
3449 .crm-container .crm-datatable-pager-bottom {
3450 padding-top: 10px;
3451 padding-bottom: 25px;
3452 }
3453 .crm-container .crm-datatable-pager-top .dataTables_length {
3454 float: left;
3455 }
3456 .crm-container .css_right {
3457 float: right;
3458 }
3459
3460 /* Date plugin */
3461 #crm-container input.dateplugin {
3462 background: white url(../i/cal.gif) no-repeat scroll right center;
3463 padding-right: 16px;
3464 /* so that text doesn't flow on top of icon */
3465 width: 9em;
3466 }
3467
3468 /* Date plugin */
3469 #crm-container div.batch-update {
3470 overflow: visible;
3471 }
3472
3473 /* Date plugin for profile in edit mode */
3474 .crm-container-snippet input.dateplugin {
3475 background: white url(../i/cal.gif) no-repeat scroll right center;
3476 padding-right: 16px;
3477 /* so that text doesn't flow on top of icon */
3478 width: 9em;
3479 }
3480
3481 /* Date plugin for profile in edit mode */
3482 .crm-container-snippet div.batch-update {
3483 overflow: visible;
3484 }
3485
3486 /* Help text in Send Mail*/
3487 #crm-container div.messageHelp {
3488 z-index: 1;
3489 position: absolute;
3490 margin: 6px 0px 0px 115px;
3491 }
3492 /*chart */
3493 #chartData {
3494 overflow: auto;
3495 }
3496
3497 #crm-container .signature {
3498 width: 495px;
3499 }
3500
3501 /* editor skin tweaks */
3502
3503 #crm-container span.cke_skin_kama {
3504 border: none;
3505 }
3506 #crm-container .cke_skin_kama .cke_wrapper {
3507 background-image: none;
3508 }
3509
3510 /* skin */
3511
3512 #crm-container .crm-title {
3513 margin-bottom: 8px;
3514 }
3515
3516 /* tables */
3517 .crm-container table {
3518 border: 1px solid #efefef;
3519 }
3520
3521 .crm-container .crm-form-block table {
3522 border: none;
3523 }
3524 .crm-container tr.even,
3525 .crm-container tr.odd,
3526 .crm-container tbody th {
3527 border-color: #FFF #FFF #efefef #FFF;
3528 }
3529
3530 .crm-container tr.even-row td,
3531 .crm-container tr.odd-row td,
3532 .crm-container table.display td,
3533 .crm-container table.pagerDisplay td {
3534 border-color: #efefef;
3535 border-right: 1px solid #efefef;
3536 }
3537 .crm-container .odd-row,
3538 .crm-container .odd,
3539 tbody.scrollContent {
3540 background-color: #FAFAFA;
3541 }
3542 .crm-container .even-row,
3543 .crm-container .even,
3544 tbody.scrollContent tr.alternateRow {
3545 background-color: #EFEFEF;
3546 }
3547
3548 .crm-container td.checkbox {
3549 vertical-align: middle;
3550 text-align: center;
3551 }
3552 .crm-container tr.columnheader a.sorting {
3553 color: #a7a7a7;
3554 }
3555
3556 .crm-container a.sorting {
3557 color: #A7A7A7;
3558 }
3559 .crm-container a.sorting_desc,
3560 .crm-container a.sorting_asc {
3561 color: #000;
3562 }
3563
3564 .crm-container tr a.sorting,
3565 .crm-container tr a.sorting_asc,
3566 .crm-container tr a.sorting_desc {
3567 color: #52534D;
3568 }
3569
3570 /*contact summary page */
3571 #crm-container div.contact_details,
3572 #crm-container #customFields .contact_panel .customFieldGroup {
3573 background-color: transparent;
3574 }
3575
3576 #crm-container div.contact_panel td,
3577 .crm-container table.crm-info-panel td {
3578 border-bottom: 1px solid #FFF;
3579 }
3580
3581 #crm-container div.contactCardLeft .label,
3582 #crm-container div.contactCardRight .label,
3583 .crm-container table.crm-info-panel .label {
3584 color: #2f2f2f;
3585 font-weight: normal;
3586 }
3587
3588 .crm-container .disabled,
3589 .crm-container .cancelled {
3590 color: #999999 !important;
3591 }
3592 #mainTabContainer li.disabled {
3593 text-decoration: none;
3594 }
3595 #mainTabContainer li.disabled a.ui-tabs-anchor,
3596 #mainTabContainer li.crm-count-0 a.ui-tabs-anchor {
3597 color: #999999 !important;
3598 }
3599 #crm-container tr.crm-job {
3600 text-decoration: none !important;
3601 }
3602
3603 #crm-container table.selector td {
3604 border-right: 1px dotted #DDDDDD;
3605 }
3606 #crm-container #customFields div.contact_panel td {
3607 border-bottom: 1px solid #FFFFFF;
3608 padding: 4px;
3609 vertical-align: top;
3610 }
3611
3612 #crm-container div.contact_panel td,
3613 .crm-container table.crm-info-panel td {
3614 background-color: #f4f4ed;
3615 }
3616
3617 #crm-container div.contact_panel td.label,
3618 #crm-container #customFields div.contact_panel td.label,
3619 .crm-container table.crm-info-panel td.label {
3620 background-color: #fafafa;
3621 width: 120px;
3622 text-align: left;
3623 color: #7a7a60;
3624 }
3625 .crm-container table.crm-info-panel td.label {
3626 width: 150px;
3627 }
3628
3629 #crm-container .form-layout td.label,
3630 #crm-container .form-layout-compressed td.label {
3631 width: 150px;
3632 text-align: right;
3633 color: #7a7a60;
3634 }
3635
3636 #crm-container .form-layout td.label,
3637 #crm-container form table.report .label,
3638 #crm-container form table label,
3639 #crm-container form table.report label {
3640 color: #3e3e3e;
3641 }
3642
3643 #crm-container div.contact_panel td.grouplabel {
3644 border-bottom: 2px solid #D7D7D0 !important;
3645 }
3646
3647 #tagGroup table .label {
3648 color: #FFF;
3649 }
3650 #tagGroup table {
3651 color: #000;
3652 }
3653
3654
3655 /* search results */
3656
3657 .crm-container .crm-search-tasks,
3658 .crm-container .crm-tasks {
3659 background-color: #F0F0E8;
3660 color: #52534D;
3661 }
3662
3663 #crm-container .crm-tasks table {
3664 margin: 0;
3665 }
3666
3667 .crm-container .crm-results-block {
3668 position: relative;
3669 }
3670
3671 /* warning labels and messages */
3672 .crm-container del,
3673 .crm-container .crm-is_deleted,
3674 .crm-container table.caseSelector td.status-urgent,
3675 .crm-container .font-red,
3676 .crm-container .status-removed,
3677 .crm-container .status-overdue,
3678 .crm-container .status-fatal,
3679 .crm-container .status-hold,
3680 .crm-container .status-past,
3681 .crm-container .status-warning {
3682 color: #E43D2B !important;
3683 }
3684
3685 /* rounded corners - we will call dd_roundies on all this */
3686 .crm-container .crm-button,
3687 .crm-container a.button,
3688 .crm-container a.button:link,
3689 .crm-container input.form-submit,
3690 .crm-container input[type=button],
3691 .crm-container input.form-submit-inline {
3692 -moz-border-radius: 3px;
3693 -webkit-border-radius: 3px;
3694 -khtml-border-radius: 3px;
3695 border-radius: 3px;
3696 }
3697
3698
3699 .crm-container div.status,
3700 div.m ul#civicrm-menu,
3701 .crm-container #help,
3702 .crm-container .help,
3703 .crm-container .ui-tabs-panel,
3704 .crm-container .crm-content-block,
3705 #full-screen-header,
3706 .crm-container .crm-pager,
3707 .crm-container form .section-hidden-border,
3708 .crm-container #search-status,
3709 .crm-container .crm-form-block,
3710 .crm-container .crm-search-tasks,
3711 .crm-container .crm-tasks,
3712 .crm-container div.form-item,
3713 .crm-container div.messages {
3714 -moz-border-radius: 4px;
3715 -webkit-border-radius: 4px;
3716 -khtml-border-radius: 4px;
3717 border-radius: 4px;
3718 }
3719
3720 /* autocomplete */
3721
3722 .ac_results {
3723 background: transparent url(../i/dropdown-pointer.gif) no-repeat 25px 1px;
3724 padding-top: 5px;
3725 border: none;
3726 text-align: left;
3727 }
3728
3729 .ac_results-inner,
3730 .crm-participant-list-inner,
3731 .crm-event-links-list-inner,
3732 .crm-contribpage-links-list-inner,
3733 .crm-create-new-list-inner,
3734 .crm-contact-actions-list-inner {
3735 background-color: #2f2f2e;
3736 padding: 4px;
3737 }
3738
3739 .crm-create-new-list-inner {
3740 width: 124px!important;
3741 }
3742
3743 .ac_even {
3744 background-color: transparent;
3745 }
3746 .ac_odd {
3747 background-color: #4F4F4F;
3748 }
3749
3750 .ac_results li a {
3751 display: block;
3752 }
3753
3754 .ac_results li,
3755 .ac_results li a,
3756 .ac_results li a:visited,
3757 .crm-container .ac_results li,
3758 .crm-container .ac_results li a,
3759 .crm-container .ac_results li a:visited {
3760 color: #DFDFDF;
3761 text-decoration: none;
3762 }
3763
3764 .ac_results li strong {
3765 color: #FFF;
3766 font-weight: normal;
3767 }
3768
3769 .ac_results li .icon,
3770 .ac_results li a .icon,
3771 .ac_results li a:visited .icon,
3772 .crm-container .ac_results li .icon,
3773 .crm-container .ac_results li a .icon,
3774 .crm-container .ac_results li a:visited .icon {
3775 background-image: url(../i/icons/jquery-ui-FFFFFF.png);
3776 }
3777
3778 .ac_results li a:hover .icon,
3779 .ac_results li.ac_over a .icon,
3780 .crm-container .ac_results li a:hover .icon {
3781 background-image: url(../i/icons/jquery-ui-3E3E3E.png);
3782 }
3783
3784 .ac_results li.ac_over,
3785 .ac_results li:hover,
3786 .ac_results li:hover a,
3787 .ac_results li.ac_over a,
3788 .ac_results li a:hover,
3789 .ac_results li.ac_over a:visited {
3790 background-color: #F5F6F1;
3791 color: #666;
3792 }
3793 .ac_results li.ac_over strong,
3794 .ac_results li:hover strong,
3795 .crm-container .ac_results li.ac_over strong {
3796 color: #000;
3797 }
3798
3799 /* loader autocomplete */
3800
3801 #civicrm-menu .ac_loading,
3802 .crm-container .ac_loading {
3803 background: white url('../i/loading.gif') no-repeat right center;
3804 }
3805
3806 /* Special styling for specific form buttons */
3807 #crm-container span.crm-button_qf_Main_upload input,
3808 #crm-container span.crm-button_qf_Confirm_next input,
3809 #crm-container span.crm-button_qf_Register_upload input {
3810 font-size: 1.2em;
3811 }
3812
3813 /*Import progress bar */
3814 .crm-container .ui-progressbar-value {
3815 background-image: url("../packages/jquery/css/images/pbar-ani.gif");
3816 }
3817
3818 /*Needed for jstree contextmenu */
3819 #vakata-contextmenu.jstree-default-context li {
3820 background: none repeat scroll 0 0 transparent;
3821 }
3822
3823 /* Class for successful upgrade */
3824 .crm-container .upgrade-success {
3825 background-color: #00CC00;
3826 color: white;
3827 }
3828
3829 .crm-container .extension-upgradable {
3830 background-color: #FFFFCC !important;
3831 }
3832
3833 .crm-container .extension-installed {
3834 background-color: #DDFFDD !important;
3835 }
3836
3837 .crm-container .extension-missing {
3838 color: #E43D2B !important;
3839 }
3840
3841 /* table row highlightng */
3842 .crm-container table.row-highlight tr:hover {
3843 background-color: #FFFFCC !important;
3844 }
3845 #crm-container .civicrm-drupal-wysiwyg .collapsed {
3846 background: transparent;
3847 padding-left: 0px;
3848 }
3849
3850 #manageTags {
3851 position: static;
3852 z-index: -100;
3853 }
3854
3855 #crm-container .crm-socialnetwork {
3856 margin-top: 1em;
3857 }
3858
3859 #crm-container .crm-fb-tweet-buttons {
3860 width: 93%;
3861 }
3862 #crm-container div.finalconf-button {
3863 float: right;
3864 padding: 5px 0 0 0;
3865 }
3866 #crm-container div.finalconf-button input {
3867 margin: 0;
3868 }
3869 #crm-container div.finalconf-intro {
3870 padding-bottom: 12px;
3871 font-style: italic;
3872 }
3873 #crm-container h4.finalconf-item {
3874 border-top: 1px solid #ccc;
3875 padding: 8px 0 8px 10px;
3876 margin: 0;
3877 }
3878 #crm-container div.finalconf-itemdesc {
3879 font-style: italic;
3880 padding: 6px 12px 6px 12px;
3881 color: #666;
3882 float: right;
3883 width: 60%;
3884 }
3885 #crm-container h4.finalconf-btm {
3886 border-bottom: 1px solid #ccc;
3887 margin-bottom: 20px;
3888 }
3889
3890 /* classes related to batch entry operation */
3891 .crm-container span.batch-edit {
3892 padding: 2px 9px 2px 3px;
3893 margin: 2px 2px 3px 2px;
3894 cursor: pointer;
3895 cursor: hand;
3896 background-position: -66px -114px;
3897 background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
3898 }
3899
3900 .crm-container span.batch-valid {
3901 padding: 2px 9px 2px 3px;
3902 margin: 2px 2px 3px 2px;
3903 cursor: pointer;
3904 cursor: hand;
3905 background-position: -322px -143px;
3906 background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
3907 }
3908
3909 .crm-container span.batch-invalid {
3910 padding: 2px 9px 2px 3px;
3911 margin: 2px 2px 3px 2px;
3912 cursor: pointer;
3913 cursor: hand;
3914 background-position: -258px -143px;
3915 background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
3916 }
3917
3918 .crm-container #Entry ul#errorList {
3919 display: none;
3920 }
3921
3922 .crm-container table.batch-totals {
3923 border: 1px solid #7A7A60 !important;
3924 margin-top: 10px !important;
3925 }
3926
3927 /* grid div as table */
3928 .crm-container .crm-grid-table {
3929 display: table;
3930 border-collapse: collapse;
3931 border: 1px solid #7A7A60;
3932 background-color: #FFFFFF;
3933 margin: 10px 3px 10px !important;
3934 }
3935
3936 .crm-container .crm-batch-entry-table {
3937 border-right: 2px solid #7A7A60 !important;
3938 }
3939
3940 .crm-container .crm-grid-row,
3941 .crm-container .crm-grid-header {
3942 display: table-row;
3943 }
3944
3945 .crm-container .crm-grid-header {
3946 white-space: nowrap;
3947 }
3948
3949 .crm-container .crm-grid-cell {
3950 display: table-cell;
3951 border-right: 1px solid #EFEFEF;
3952 padding: 2px;
3953 vertical-align: top;
3954 }
3955
3956 /* Responsive layout changes */
3957
3958 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed,
3959 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed tbody,
3960 #crm-container .contact_basic_information-section.narrowform.xnarrowform table.form-layout-compressed tr {
3961 display: block;
3962 width: 100%;
3963 }
3964
3965 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed tr {
3966 display: inline-block;
3967 width: 49%;
3968 vertical-align: top;
3969 }
3970
3971 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td {
3972 display: block;
3973 clear: left;
3974 vertical-align: top;
3975 margin-bottom: .5ex;
3976 }
3977
3978 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td.hashelpicon {
3979 position: relative;
3980 }
3981
3982 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td.hashelpicon label {
3983 padding-bottom: 16px;
3984 }
3985
3986 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td .helpicon {
3987 position: absolute;
3988 bottom: -12px;
3989 left: 2px;
3990 }
3991
3992 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td br {
3993 display: none;
3994 }
3995
3996 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td label {
3997 display: block;
3998 box-sizing: border-box;
3999 -moz-box-sizing: border-box;
4000 width: 25%;
4001 float: left;
4002 padding-right: 1%;
4003 }
4004
4005 #crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td input {
4006 box-sizing: border-box;
4007 -moz-box-sizing: border-box;
4008 width: 75%;
4009 }
4010
4011 #crm-container #mainTabContainer.narrowpage #contact-summary div.customFieldGroup,
4012 #crm-container #mainTabContainer.narrowpage #contact-summary div.contactCardLeft,
4013 #crm-container #mainTabContainer.narrowpage #contact-summary div.contactCardRight {
4014 box-sizing: border-box;
4015 -moz-box-sizing: border-box;
4016 float: none;
4017 width: 100%;
4018 }
4019
4020 /* in place edit */
4021 .crm-container .crm-editable-enabled {
4022 white-space: nowrap;
4023 padding-left: 2px;
4024 border: 2px dashed transparent;
4025 }
4026 .crm-container .crm-editable-textarea-enabled {
4027 padding-left: 2px;
4028 border: 2px dashed transparent;
4029 }
4030
4031 .crm-container .crm-editable-enabled:hover,
4032 .crm-container .crm-editable-textarea-enabled:hover {
4033 border: 2px dashed lightgrey;
4034 cursor: pointer;
4035 }
4036
4037 .crm-container span.crm-editable-textarea-enabled {
4038 display: inline-block !important;
4039 width: 96%;
4040 }
4041 .crm-container span.crm-editable-enabled {
4042 display: inline-block !important;
4043 }
4044
4045 .crm-container .crm-editable-placeholder {
4046 background: url("../i/icons/jquery-ui-2786C2.png") -66px -114px no-repeat;
4047 text-indent: -10000px;
4048 display: block;
4049 width: 12px;
4050 }
4051
4052 .crm-container .crm-editable-saving {
4053 background: #FFFFCC!important;
4054 opacity: 0.8;
4055 }
4056
4057 .crm-container .crm-editable-error,
4058 .crm-container .crm-editable-error input {
4059 background: red!important;
4060 opacity: 0.8;
4061 }
4062
4063 .crm-container h2.crm-editable-enabled input {
4064 min-height: 1.4em;
4065 }
4066 .crm-container .crm-editable-textarea-enabled textarea {
4067 min-height: 5em;
4068 }
4069
4070 /*crm-10345*/
4071 .crm-container .field-action {
4072 word-wrap: normal;
4073 }
4074
4075 .crm-container .field-action span.btn-slide {
4076 padding-left: 0px;
4077 padding-right: 11px;
4078 }
4079 /*end crm-10345*/
4080
4081 /* alter display of parent and child groups in Manage Groups selector */
4082 #crm-container .crm-group-parent td.crm-group-name {
4083 padding-left: 20px;
4084 text-indent: -20px;
4085 }
4086
4087 #crm-container .crm-group-child td.crm-group-name.level_2 {
4088 padding-left: 40px;
4089 text-indent: -20px;
4090 }
4091 #crm-container .crm-group-child td.crm-group-name.level_3 {
4092 padding-left: 60px;
4093 text-indent: -20px;
4094 }
4095 #crm-container .crm-group-name span.crm-editable-enabled {
4096 text-indent: 0;
4097 }
4098
4099 #crm-container div.crm-row-parent-name {
4100 padding: 3px 0px 0px .5em;
4101 opacity: 0.75;
4102 }
4103 #crm-container td span.show-children,
4104 #crm-container td span.crm-no-children {
4105 padding-left: 20px;
4106 }
4107
4108 #crm-container span.collapsed,
4109 #crm-container a.collapsed {
4110 background: url("../i/TreePlus.gif") no-repeat 0 0;
4111 padding-left: 19px;
4112 cursor: pointer;
4113 }
4114
4115 #crm-container span.expanded,
4116 #crm-container a.expanded {
4117 background: url("../i/TreeMinus.gif") no-repeat 0 0;
4118 padding-left: 19px;
4119 cursor: pointer;
4120 }
4121
4122 /* Notifications */
4123 #crm-notification-container {
4124 width: 350px;
4125 position: fixed;
4126 top: 45px;
4127 right: 15px;
4128 z-index: 999999;
4129 }
4130 .crm-container div.ui-notify-message {
4131 padding: 10px;
4132 margin-bottom: 15px;
4133 color: #fff;
4134 -moz-border-radius: 8px;
4135 -webkit-border-radius: 8px;
4136 border-radius: 8px;
4137 max-height: 600px;
4138 overflow: auto;
4139 }
4140 .crm-container div.ui-notify-message h1 {
4141 font-size: 14px;
4142 margin: 0;
4143 padding: 4px;
4144 font-weight: bold;
4145 color: #fff;
4146 }
4147 .crm-container div.ui-notify-message p {
4148 margin: 3px 0;
4149 padding: 0;
4150 line-height: 18px;
4151 }
4152 .crm-container div.ui-notify-message:last-child {
4153 margin-bottom: 0;
4154 }
4155 .crm-container div.ui-notify-message-style {
4156 background: #000;
4157 background: rgba(0,0,0,0.8);
4158 box-shadow: 0 0 6px #000;
4159 }
4160 .crm-container div.ui-notify-message-style a,
4161 .crm-container div.ui-notify-message-style a:link {
4162 color: #CCD0FF;
4163 text-decoration: underline;
4164 }
4165 .crm-container div.ui-notify-message-style a:hover,
4166 .crm-container div.ui-notify-message-style a:focus {
4167 color: #B2B8FF;
4168 }
4169 .crm-container div.ui-notify-message .ui-notify-close {
4170 cursor: pointer;
4171 }
4172 .crm-container div.ui-notify-message a.ui-notify-cross {
4173 margin-top: -4px;
4174 float: right;
4175 text-decoration: none;
4176 font-size: 12px;
4177 font-weight: bold;
4178 text-shadow: 0 1px 1px #fff;
4179 padding: 2px;
4180 color: #FDFDFD;
4181 }
4182 .crm-container div.ui-notify-message .ui-notify-cross:hover,
4183 .crm-container div.ui-notify-message .ui-notify-cross:focus {
4184 color: #ffffab;
4185 }
4186 .crm-container div.ui-notify-message table,
4187 .crm-container div.ui-notify-message tbody,
4188 .crm-container div.ui-notify-message tr {
4189 border: 0 none;
4190 font-size: 11px;
4191 }
4192 .crm-container div.ui-notify-message td {
4193 background: rgba(255,255,255,0.1);
4194 border: 1px solid #111;
4195 font-size: 11px;
4196 }
4197 .crm-container div.ui-notify-message th {
4198 background: rgba(200,200,200,0.2);
4199 border: 1px solid #111;
4200 color: #eee;
4201 font-size: 11px;
4202 }
4203 .crm-container div.ui-notify-message ul,
4204 .crm-container div.ui-notify-message ol {
4205 margin: 0.5em 0 1em;
4206 padding: 0 0 0 0.5em;
4207 }
4208
4209 .crm-container div.ui-notify-message div.icon,
4210 .crm-status-icon {
4211 background: transparent url("../i/message-icons.png") no-repeat 0 0;
4212 width: 24px;
4213 height: 24px;
4214 margin-right: 6px;
4215 }
4216 .crm-container div.ui-notify-message.success div.icon,
4217 .crm-status-icon.success {
4218 background-position: -24px 0px;
4219 }
4220 .crm-container div.ui-notify-message.info div.icon,
4221 .crm-status-icon.info {
4222 background-position: -48px 0px;
4223 }
4224 .crm-container div.ui-notify-message.error div.icon,
4225 .crm-status-icon.error {
4226 background-position: -72px 0px;
4227 }
4228
4229 span.crm-status-icon {
4230 display: inline-block;
4231 }
4232
4233 /* Public Pages */
4234
4235 #crm-container.crm-public input[type="text"],
4236 #crm-container.crm-public select {
4237 font-size: 15px;
4238 padding: 5px;
4239 border-radius: 2px;
4240 vertical-align: middle;
4241 }
4242
4243 #crm-container.crm-public .label {
4244 padding-top: 6px;
4245 }
4246
4247 .crm-public .crm-profile-view .content {
4248 padding-top: 6px;
4249 }
4250
4251 #crm-container.crm-public .calc-value {
4252 padding-top: 6px;
4253 font-size: 15px;
4254 }
4255
4256 #crm-container.crm-public .crm-section,
4257 .crm-section {
4258 margin-bottom: 0;
4259 }
4260
4261 #crm-container.crm-public #crm-submit-buttons {
4262 margin-top: 30px;
4263 }
4264
4265 #crm-container.crm-public #crm-submit-buttons input#_qf_Main_upload-bottom {
4266 font-size: 1.5em;
4267 padding: 3px 10px;
4268 }
4269
4270 #crm-container.crm-public #premiums-listings {
4271 margin-top: 10px;
4272 min-width: 450px;
4273 width: 60%;
4274 }
4275
4276 #crm-container.crm-public #premiums-listings .premium {
4277 margin: 5px 0;
4278 }
4279
4280 #crm-container.crm-public #premiums-listings .premium .premium-short {
4281 padding: 10px;
4282 border: 2px solid #ffffff;
4283 background-color: #f0f0f0;
4284 cursor: pointer;
4285 }
4286
4287 #crm-container.crm-public #premiums-listings .premium .premium-short:hover {
4288 border: 2px solid #b0b0b0;
4289 }
4290
4291 #crm-container.crm-public #premiums-listings .premium .premium-short-thumbnail {
4292 float: left;
4293 width: 50px;
4294 }
4295
4296 #crm-container.crm-public #premiums-listings .premium .premium-short-thumbnail img {
4297 width: 50px;
4298 }
4299
4300 #crm-container.crm-public #premiums-listings .premium .premium-short-content {
4301 text-align: center;
4302 font-size: 20px;
4303 font-weight: bold;
4304 padding: 20px;
4305 }
4306
4307 #crm-container.crm-public #premiums-listings .premium .premium-full {
4308 display: none;
4309 padding: 5px;
4310 border: 2px solid #cfcfcf;
4311 background-color: #ffffff;
4312 }
4313
4314 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-image {
4315 float: left;
4316 width: 200px;
4317 padding: 10px;
4318 }
4319
4320 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-image img {
4321 width: 200px;
4322 }
4323
4324 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-title {
4325 text-align: center;
4326 font-size: 1.5em;
4327 font-weight: bold;
4328 padding: 20px;
4329 }
4330
4331 #crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-min {
4332 font-size: .9em;
4333 font-style: italic;
4334 }
4335
4336 #crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-short {
4337 text-align: center;
4338 font-size: 1.3em;
4339 padding: 10px;
4340 }
4341
4342 #crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-full {
4343 text-align: center;
4344 font-size: 1.3em;
4345 font-weight: bold;
4346 padding: 10px;
4347 }
4348
4349 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-short,
4350 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-image,
4351 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-title,
4352 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-description,
4353 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-options,
4354 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-min {
4355 opacity: 0.5;
4356 }
4357 #crm-container.crm-public #premiums-listings .premium .premium-full-disabled {
4358 display: none;
4359 }
4360 #crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full-disabled {
4361 display: block;
4362 color: #ff0000;
4363 text-align: center;
4364 font-weight: bold;
4365 margin-bottom: .5em;
4366 }
4367
4368 #crm-container.crm-public .price-set-row {
4369 font-size: 15px;
4370 margin-bottom: 5px;
4371 }
4372
4373 #crm-container.crm-public .price-set-row input,
4374 #crm-container.crm-public .price-set-row label {
4375 vertical-align: middle;
4376 cursor: pointer;
4377 }
4378
4379 #crm-container.crm-public .price-set-row .crm-price-amount-amount {
4380 font-weight: bold;
4381 min-width: 2em;
4382 color: #333333;
4383 }
4384
4385 #crm-container.crm-public .price-set-row .crm-price-amount-label {
4386 color: #444444;
4387 }
4388
4389 #crm-container.crm-public .price-set-row.highlight label {
4390 color: #000000;
4391 font-weight: bold;
4392 }
4393
4394 #crm-container.crm-public .price-set-row.highlight .crm-price-amount-label {
4395 color: #222222;
4396 }
4397
4398 #crm-container .crm-extensions-upgrade {
4399 background: #ffb;
4400 border: 1px solid #000;
4401 text-align: center;
4402 }
4403
4404 /* Styles for credit card payment logos */
4405 .crm-container .credit_card_type-section .crm-credit_card_type-icons a {
4406 display: block;
4407 float: left;
4408 width: 50px;
4409 height: 30px;
4410 background: url(../i/creditcard-icons.png) no-repeat 0 0 transparent;
4411 text-indent: -20000px;
4412 margin-right: 10px;
4413 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
4414 border-radius: 3px;
4415 border: 1px solid #FFFFFF;
4416 }
4417
4418 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-visa {
4419 background-position: -50px 0;
4420 }
4421
4422 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-mastercard {
4423 background-position: -100px 0;
4424 }
4425
4426 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-amex {
4427 background-position: -150px 0;
4428 }
4429
4430 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-discover {
4431 background-position: -200px 0;
4432 }
4433
4434 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-jcb {
4435 background-position: -250px 0;
4436 }
4437
4438 .crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-unionpay {
4439 background-position: -300px 0;
4440 }
4441
4442 .crm-container .cvv2-icon {
4443 display: inline-block;
4444 width: 50px;
4445 height: 30px;
4446 background: url(../i/creditcard-icons.png) no-repeat 0 0 transparent;
4447 }
4448
4449 /* Avoid weird border around the images (some themes will add a border around images) */
4450 #crm-container .credit_card_type-section .crm-credit_card_type-icons a,
4451 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:link,
4452 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:hover,
4453 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:focus,
4454 #crm-container .credit_card_type-section .crm-credit_card_type-icons a:active {
4455 color: #fff;
4456 }
4457
4458 .crm-container .paper-icon {
4459 background-position: -101px -222px;background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
4460 }
4461
4462 .crm-container .survey-completed {
4463 text-decoration: line-through;
4464 }