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