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