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