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