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