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