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