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