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