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