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