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