CRM-15789 - Remove civicrm.css styles redundant with jQuery UI
[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
52604b19 240.crm-container .replace-plain .icon.ui-icon-pencil {
413923b2
DG
241 position: absolute;
242 top: .5em;
243 right: .5em;
244}
245
52604b19
CW
246.crm-container .replace-plain a:active .icon.ui-icon-pencil,
247.crm-container .replace-plain:focus .icon.ui-icon-pencil,
248.crm-container .replace-plain:hover .icon.ui-icon-pencil {
413923b2
DG
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
deae896d 2335.crm-container .crm-button {
6a488035
TO
2336 border: medium none;
2337 cursor: pointer;
2338 display: block;
2339 float: left !important;
2340 overflow: hidden;
2341 text-shadow: 0 1px 0 black;
2342 margin: 0px 12px 0 0;
6a488035 2343}
5d31ff6d 2344
deae896d 2345.crm-container .crm-button input {
6a488035
TO
2346 background: none;
2347 _background: #6C6C6C;
2348 /* IE6 only */
2349 border: medium none;
2350 color: #FFF;
2351 cursor: pointer;
9435db16 2352 font-size: 13px;
6a488035
TO
2353 font-weight: normal;
2354 margin: 0 0 0 0px;
2355 padding: 1px 8px 2px 4px;
2356}
5d31ff6d
TO
2357
2358.crm-container .crm-button-type-cancel,
deae896d 2359.crm-container .crm-button-type-back {
6a488035
TO
2360 margin-left: 20px;
2361}
deae896d 2362.crm-container .crm-button-type-cancel input {
6a488035
TO
2363 color: #E6E6DC!important;
2364}
2365
2366.crm-container a.button,
03b412ae
PB
2367.crm-container a.crm-invoiceButton,
2368.crm-container a.crm-invoiceButton:link,
2369.crm-container a.crm-invoiceButton:visited,
6a488035 2370.crm-container a.button:link,
a75fac1d 2371.crm-container a.button:visited,
97e557d7 2372.crm-container input.crm-form-submit,
5d31ff6d 2373.crm-container .crm-button,
10964182 2374.crm-container .ui-dialog-buttonset .ui-button,
deae896d
CW
2375.crm-container input[type=button],
2376.crm-container input.crm-form-submit-inline,
2377.crm-container .crm-button {
6a488035
TO
2378 text-shadow: 0 1px 0 black;
2379 background: #70716B url(../i/crm-button-bg.gif) repeat-x top left;
2380 color: #FFF;
9435db16 2381 font-size: 13px;
6a488035 2382 font-weight: normal;
e3d910c9 2383 margin: 0 6px 0 0;
6a488035
TO
2384 padding: 2px 6px;
2385 text-decoration: none;
2386 cursor: pointer;
2387 border: 1px solid #3e3e3e;
2388}
2389
97e557d7 2390.crm-container input.crm-form-submit[disabled],
deae896d
CW
2391.crm-container input[type=button][disabled],
2392.crm-container input.crm-form-submit-inline[disabled],
2393.crm-container .crm-button[disabled] {
caa181c0
TO
2394 color: #999;
2395}
2396
deae896d 2397.crm-container .crm-button {
bf6d0ec8 2398 padding: 1px;
6a488035
TO
2399}
2400
97e557d7 2401.crm-container input.crm-form-submit,
deae896d
CW
2402.crm-container input[type=button],
2403.crm-container input.crm-form-submit-inline {
6a488035
TO
2404 padding: 2px 6px;
2405}
2406
5d31ff6d 2407.crm-container .crm-button input[type=button],
97e557d7 2408.crm-container .crm-button input.crm-form-submit,
deae896d 2409.crm-container .crm-button input.crm-form-submit-inline {
6a488035
TO
2410 padding: 2px 4px;
2411 margin: 0px;
2412 background: none;
2413 _background: #6C6C6C;
2414 /* IE6 only */
2415 border: none;
2416}
2417
2418.crm-container a.button,
03b412ae
PB
2419.crm-container a.crm-invoiceButton,
2420.crm-container a.crm-invoiceButton:link,
2421.crm-container a.crm-invoiceButton:visited,
a75fac1d
CW
2422.crm-container a.button:link,
2423.crm-container a.button:visited {
6a488035
TO
2424 display: block;
2425 float: left;
2426}
2427
03b412ae 2428.crm-container a.button .crm-container a.crm-invoiceButton span {
6a488035
TO
2429 display: block;
2430 line-height: 14px;
2431 padding: 2px 0px;
2432}
2433
03b412ae 2434.crm-container .button .red .crm-invoiceButton{
6a488035
TO
2435 background-image: url(../i/icons/jquery-ui-FFFFFF.png);
2436}
2437
03b412ae 2438.crm-container a.button:active .crm-container a.crm-invoiceButton:active,{
6a488035
TO
2439 color: #000;
2440 outline: none;
2441 /* hide dotted outline in Firefox */
2442}
2443
2444.crm-container .crm-button:hover,
2445.crm-container .crm-button:focus,
2446.crm-container input[type=submit]:hover,
2447.crm-container input[type=button]:hover,
10964182
CW
2448.crm-container .ui-dialog-buttonset .ui-button:hover,
2449.crm-container .ui-dialog-buttonset .ui-button:focus,
6a488035 2450.crm-container a.button:hover,
03b412ae
PB
2451.crm-container a.crm-invoiceButton:hover,
2452.crm-container a.crm-invoiceButton:focus,
6a488035
TO
2453.crm-container a.button:focus {
2454 background-position: 0px -25px;
2455}
2456
10964182
CW
2457.crm-container .ui-dialog-buttonpane {
2458 background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 35%);
2459}
2460
2461.crm-container .ui-dialog-buttonset .ui-button {
2462 padding: 0;
2463}
2464.crm-container .ui-dialog-buttonset .ui-button .ui-icon,
2465#crm-contact-actions-list .icon {
2466 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2467}
2468
6a488035
TO
2469/* No button styling for PayPal Express buttons */
2470#crm-container input#_qf_Register_upload_express,
2471#crm-container input#_qf_Main_upload_express {
2472 background: none;
2473 margin: 0px;
2474 padding: 0px;
2475 border: none;
2476}
2477
2478/* create new XXX style (drupal block) */
2479
2480#crm-participant-wrapper,
2481#crm-event-links-wrapper,
2482#crm-contribpage-links-wrapper,
2483#crm-create-new-wrapper,
2484#crm-contact-actions-wrapper {
2485 position: relative;
2486 float: left;
2487}
2488
2489#crm-event-links-list,
2490#crm-contribpage-links-list,
2491#crm-create-new-list,
2492#crm-contact-actions-list,
2493#crm-participant-list {
2494 position: absolute;
2495 display: none;
2496 top: 24px;
2497 width: 220px;
2498 left: 0px;
2499 z-index: 15;
2500}
2501
2502#crm-create-new-list {
6b5ca1ea 2503 width: 160px;
6a488035 2504}
6a488035
TO
2505
2506#crm-contact-actions-list .crm-contact_activities-list select {
2507 margin-top: 4px;
2508}
2509
2510#crm-contact-actions-list .crm-contact_activities-list,
2511#crm-contact-actions-list .crm-contact_print-list,
2512#crm-contact-actions-list .crm-contact_actions-list {
2513 width: 160px;
2514}
2515
2516#crm-contact-actions-list .crm-contact_activities-list ul,
2517#crm-contact-actions-list .crm-contact_print-list ul,
2518#crm-contact-actions-list .crm-contact_actions-list ul,
2519#crm-event-links-list .crm-event-info ul,
2520#crm-event-links-list .crm-event-test ul,
2521#crm-event-links-list .crm-event-live ul,
2522#crm-contribpage-links-list .crm-contribpage-contribution ul,
2523#crm-contribpage-links-list .crm-contribpage-test ul,
2524#crm-contribpage-links-list .crm-contribpage-live ul,
2525#crm-participant-list .crm-participant-counted ul,
2526#crm-participant-list .crm-participant-not-counted ul,
2527#crm-participant-list .crm-participant-listing ul,
2528#crm-create-new-list ul {
2529 width: auto;
2530 margin: 0px;
2531 padding: 0px;
2532}
2533
2534#crm-contact-actions-list .crm-contact_activities-list ul {
2535 padding-right: 4px;
2536}
2537#crm-contact-actions-list .crm-contact_print-list ul {
2538 padding-left: 4px;
2539}
2540#crm-contact-actions-list .crm-contact_actions-list ul {
2541 padding-left: 4px;
2542}
2543
2544#crm-contact-actions-list .crm-contact_activities-list {
2545 float: left;
2546}
2547#crm-contact-actions-list .crm-contact_print-list {
2548 float: right;
2549}
2550#crm-contact-actions-list .crm-contact_actions-list {
2551 margin-left: 160px;
2552 margin-right: 161px;
2553 border-left: 1px solid #a7a7a7;
2554 border-right: 1px solid #a7a7a7;
2555}
2556
2557/* =================== */
2558/* ! contact actions */
2559/* =================== */
2560
2561
2562#crm-contact-actions-wrapper {
2563 width: 85px;
2564 /* fixes ie bug where button is toooooo long */
2565}
2566#crm-contact-actions-list {
2567 width: 495px;
2568 /* fixes ie bug caused by above*/
2569}
2570
2571/* setup for icons */
2572
2573.ac_results ul li {
2574 background-image: url('');
2575}
2576
2577.crm-container .ui-icon {
2578 background-image: url("../i/icons/jquery-ui-52534D.png")
2579}
2580.crm-container .icon {
2581 height: 16px;
2582 width: 16px;
2a06342c 2583 background-image: url("../i/icons/jquery-ui-52534D.png");
6a488035
TO
2584 float: left;
2585 text-indent: -10000px;
2586}
2587
1c5e7d22
DG
2588.crm-container span.icon,
2589.crm-container a.ui-icon {
6a488035
TO
2590 float: none;
2591 display: inline-block;
2592}
2593
2594.crm-container .button .icon,
03b412ae 2595.crm-container a.invoiceButton .icon,
0bdc50a1
CW
2596.crm-container .crm-button .icon,
2597.crm-accordion-header .icon {
650ce702
CW
2598 position: relative;
2599 top: -2px;
6a488035
TO
2600 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2601}
2602.crm-container .button:hover .icon,
2603.crm-container .crm-button:hover .icon {
2604 background-image: url("../i/icons/jquery-ui-2786C2.png");
2605}
2606
2607.crm-container .crm-button .icon {
2608 margin-top: 3px;
2609}
2610
deae896d
CW
2611.crm-container input.crm-button.crm-icon-button {
2612 position: relative;
2613}
2614
2615.crm-container .crm-button.crm-icon-button input {
2616 padding-left: 18px;
2617}
2618
2619.crm-container .crm-button-icon {
2620 background-image: url("../i/icons/jquery-ui-FFFFFF.png");
2621 height: 16px;
2622 width: 16px;
2623 display: block;
2624 position: absolute;
2625 pointer-events: none;
2626}
2627
6a488035 2628.crm-container .dark-icon {
f2f191fe 2629 background-image: url("../packages/jquery/jquery-ui/images/ui-icons_222222_256x240.png")
650ce702 2630}
6a488035 2631.crm-container .delete-icon {
20a88318 2632 background-position: -176px -96px;
6a488035 2633}
650ce702 2634.crm-container .red-icon,
77042884
CW
2635.crm-container a:hover .icon.delete-icon,
2636.crm-container span:hover .icon.delete-icon {
650ce702 2637 background-image: url("../i/icons/jquery-ui-8A1F11.png");
6a488035
TO
2638}
2639
2640.crm-container .restore-icon {
dbe0bbc6
CW
2641 background-position: 0px -66px;
2642 background-image: url("../i/icons/jquery-ui-91CE00.png");
6a488035
TO
2643}
2644.crm-container .button:hover .restore-icon {
2645 background-image: url("../i/icons/jquery-ui-91CE00.png");
2646}
2647
6a488035
TO
2648.crm-container .inform-icon {
2649 background-position: -16px -144px;
2650 margin-right: 5px;
2651}
2652
6a488035
TO
2653#crm-container .geotag {
2654 padding: 2px 0 2px 20px !important;
2655 background: url('../i/geotag_16.png') left center no-repeat;
2656 font-size: .9em;
2657}
2658
2659/* These .crm-icon classes use item_sprites.png */
2660
2661.crm-container .crm-icon {
2662 background-image: url('../i/item_sprites.png');
2663 margin: 2px 4px 0 0;
2664 text-indent: -10000px;
2665 /* for accessibility reason, put the name of the type/subtype in the icon div (it will be hidden and replaced by the icon) */
2666}
2667
4a7803a1 2668.select2-results .select2-highlighted .Individual-icon,
6a488035
TO
2669.crm-container .Individual-icon {
2670 background-position: 0px 0px;
2671}
4a7803a1
CW
2672.select2-results .select2-highlighted .Organization-icon,
2673.crm-container .Organization-icon {
2674 background-position: -48px 0px;
6a488035 2675}
4a7803a1 2676.select2-results .select2-highlighted .Household-icon,
6a488035
TO
2677.crm-container .Household-icon {
2678 background-position: -32px 0px;
2679}
4a7803a1
CW
2680.crm-container .Group-icon {
2681 background-position: -16px 0px;
2682}
2683.select2-results .Individual-icon,
6a488035
TO
2684.crm-container .Individual-subtype-icon {
2685 background-position: 0px -48px;
2686}
4a7803a1 2687.select2-results .Household-icon,
6a488035
TO
2688.crm-container .Household-subtype-icon {
2689 background-position: -32px -48px;
2690}
4a7803a1 2691.select2-results .Organization-icon,
6a488035
TO
2692.crm-container .Organization-subtype-icon {
2693 background-position: -48px -48px;
2694}
2695
6a488035
TO
2696.crm-container .Activity-icon {
2697 background-position: -64px 0px;
2698}
2699.crm-container .Case-icon {
2700 background-position: -80px 0px;
2701}
2702.crm-container .Grant-icon {
2703 background-position: 0px -16px;
2704}
2705.crm-container .Contribution-icon {
2706 background-position: -16px -16px;
2707}
2708.crm-container .Pledge-icon {
2709 background-position: -16px -16px;
2710}
2711.crm-container .Membership-icon {
2712 background-position: -32px -16px;
2713}
2714.crm-container .Participant-icon {
2715 background-position: 0px -32px;
2716}
2717.crm-container .Note-icon {
2718 background-position: -16px -32px;
2719}
2720.crm-container .Relationship-icon {
2721 background-position: -32px -32px;
2722}
2723
2724/* accordion styles */
2725
201ddbaf 2726.crm-container .crm-accordion-header {
6a488035
TO
2727 background-image: url("../i/TreeMinusWhite.gif");
2728 background-repeat: no-repeat;
2729 background-position: 2px center;
2730 cursor: pointer;
2731 color: #F5F6F1;
2732 font-weight: normal;
2733 padding: 4px 8px 4px 20px;
2734 background-color: #5D677B;
2735}
2736
201ddbaf 2737.crm-container .crm-accordion-header:hover {
6a488035
TO
2738 background-color: #32414f;
2739}
2740
201ddbaf 2741.crm-container .collapsed .crm-accordion-header {
6a488035
TO
2742 background-image: url("../i/TreePlusWhite.gif");
2743}
2744
201ddbaf
CW
2745.crm-container .collapsed .crm-accordion-body,
2746.crm-container .crm-collapsible.collapsed .collapsible-title + * {
6a488035
TO
2747 display: none;
2748}
2749
201ddbaf
CW
2750.crm-container .crm-accordion-inner .crm-accordion-header,
2751.crm-container .crm-accordion-wrapper .crm-master-accordion-header,
2752.crm-container .crm-collapsible .collapsible-title {
6a488035
TO
2753 background-image: url("../i/TreeMinus.gif");
2754 background-color: transparent;
2755 color: #3E3E3E;
2756}
2757
201ddbaf
CW
2758.crm-container .crm-accordion-inner.collapsed .crm-accordion-header,
2759.crm-container .crm-accordion-wrapper.collapsed .crm-master-accordion-header,
2760.crm-container .crm-collapsible.collapsed .collapsible-title {
6a488035
TO
2761 background-image: url("../i/TreePlus.gif");
2762}
2763
201ddbaf 2764.crm-container .crm-accordion-wrapper .crm-master-accordion-header {
6a488035
TO
2765 background-color: transparent;
2766 font-size: 16px;
2767 color: #3e3e3e;
2768 margin-bottom: 0px;
2769}
2770
201ddbaf 2771.crm-container .crm-accordion-inner .crm-accordion-header {
9435db16 2772 font-size: 13px;
6a488035
TO
2773}
2774
201ddbaf 2775.crm-container .crm-accordion-wrapper {
6a488035
TO
2776 margin-bottom: 4px;
2777}
2778
201ddbaf 2779.crm-container .crm-accordion-header {
6a488035
TO
2780 -moz-border-radius: 4px 4px 0px 0px;
2781 -webkit-border-radius: 4px 4px 0px 0px;
2782 -khtml-border-radius: 4px 4px 0px 0px;
2783 border-radius: 4px 4px 0px 0px;
2784}
2785
201ddbaf 2786.crm-container .collapsed .crm-accordion-header {
6a488035
TO
2787 -moz-border-radius: 4px;
2788 -webkit-border-radius: 4px;
2789 -khtml-border-radius: 4px;
2790 border-radius: 4px;
2791}
2792
201ddbaf 2793.crm-container .crm-accordion-body {
6a488035
TO
2794 -moz-border-radius: 0px 0px 4px 4px;
2795 -webkit-border-radius: 0px 0px 4px 4px;
2796 -khtml-border-radius: 0px 0px 4px 4px;
2797 border-radius: 0px 0px 4px 4px;
2798 border: 1px solid #70716B;
2799 border-top: 0px;
2800 padding: 4px 0px;
2801}
2802
201ddbaf 2803.crm-container .crm-collapsible .collapsible-title {
6a488035
TO
2804 padding-left: 19px;
2805 text-decoration: none;
2806 background-repeat: no-repeat;
2807 background-position: 0px center;
2808 cursor: pointer;
2809}
2810
201ddbaf 2811.crm-container .crm-master-accordion-header+.crm-accordion-body {
6a488035
TO
2812 border: none;
2813 padding: 0px;
2814}
2815
201ddbaf 2816.crm-container .crm-accordion-header.active {
6a488035
TO
2817 font-weight: bold;
2818 background-color: #41477E;
2819}
2820
201ddbaf 2821.crm-container .crm-accordion-header.active:hover {
6a488035
TO
2822 background-color: #2E3471;
2823}
2824
201ddbaf
CW
2825.crm-container .crm-master-accordion-header.crm-accordion-header:hover,
2826.crm-container .crm-collapsible .collapsible-title:hover {
6a488035
TO
2827 background-color: transparent;
2828 color: #0200A0;
2829}
2830
2831/* civicrm admin menu */
ccc656b8 2832#civicrm-menu .ui-autocomplete-input,
dbf749ff 2833.crm-container .ui-autocomplete-input {
e3a35c35 2834 background: white url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll right -23px;
6a488035
TO
2835 padding-right: 16px;
2836 /* so that text doesn't flow on top of icon */
2837}
6a488035
TO
2838
2839#civicrm-menu #crm-qsearch {
2840 padding: 1px 3px 1px 2px;
42736baa 2841 background-color: #000 !important;
6a488035
TO
2842}
2843
2844#civicrm-menu #crm-qsearch input {
4d5521b7 2845 background-color: #eaeaea;
6a488035
TO
2846 border: 1px solid black;
2847 margin: 0px;
2848 padding: 2px 16px 3px 2px;
d5289e53 2849 height: 16px;
4d5521b7 2850}
42736baa
CW
2851#civicrm-menu #crm-qsearch input:hover,
2852#civicrm-menu #crm-qsearch input:focus,
2853#civicrm-menu #crm-qsearch.activetarget input {
4d5521b7 2854 background-color: #ffffff;
6a488035 2855}
d5289e53
CW
2856/* This ensures the drop-down menus appear at the right height */
2857#civicrm-menu > li.menumain {
2858 height: 19px !important;
2859}
6a488035 2860
1b2475e1
CW
2861/* Status message box */
2862.crm-status-box-outer {
2863 position: fixed;
ac30fed8 2864 z-index: 99999;
1b2475e1 2865 right: 0;
8960d9b9 2866 top: 0;
8960d9b9
CW
2867}
2868
1b2475e1 2869.crm-status-box-outer.status-start {
f2f191fe 2870 background: #F8FF03 url("../packages/jquery/jquery-ui/images/animated-overlay.gif");
1b2475e1
CW
2871}
2872
2873.crm-status-box-outer .crm-status-box-inner {
8960d9b9 2874 padding: 3px 14px;
1b2475e1
CW
2875 font-size: 13px !important;
2876 color: #eee;
8960d9b9 2877 font-weight: bold;
8960d9b9 2878 text-align: center;
1b2475e1 2879 background: rgba(94, 91, 31, 0.9);
8960d9b9
CW
2880}
2881
1b2475e1
CW
2882.crm-status-box-outer.status-success .crm-status-box-inner {
2883 background: rgba(30, 143, 36, 0.7);
8960d9b9
CW
2884}
2885
1b2475e1
CW
2886.crm-status-box-outer.status-error .crm-status-box-inner {
2887 background: rgba(255, 7, 0, 0.7);
6a488035
TO
2888}
2889
2890/* Pop-up help icon - eliminate forced line break */
2891.crm-container a.helpicon,
2892.crm-container .crm-master-accordion-header a.helpicon {
005da0f2
CW
2893 background-color: #6177D5;
2894 background-image: url("../i/icons/jquery-ui-F5F6F1.png");
2895 background-position: -50px -146px;
2896 border-radius: 6px;
6a488035 2897 display: inline-block;
005da0f2
CW
2898 height: 12px;
2899 width: 12px;
2900 opacity: .7;
2901 position: relative;
2902 top: 2px;
a0a03c43 2903 padding: 0;
6a488035
TO
2904}
2905
2906div.crm-accordion-header a.helpicon {
005da0f2
CW
2907 background-color: #F5F6F1;
2908 background-image: url(../i/icons/jquery-ui-2786C2.png);
6a488035
TO
2909}
2910
2911div a.helpicon:hover,
2912div a.helpicon:focus {
005da0f2 2913 opacity: 1;
6a488035
TO
2914}
2915
2916.crm-container .crm-summary-link {
2917 position: relative;
2918 z-index: 16;
2919}
2920
2921.crm-container .crm-tooltip-wrapper {
2922 position: absolute;
2923 bottom: 0px;
2924 left: -36px;
2925 overflow: hidden;
2926 z-index: 1000;
2927 padding-bottom: 10px;
2928 background: transparent url('../i/overlay-pointer.png') no-repeat bottom left;
9435db16 2929 font-size: 13px;
6a488035
TO
2930 display: none;
2931}
2932
2933.crm-container .crm-tooltip-down .crm-tooltip-wrapper {
2934 top: 20px;
2935 padding-top: 10px;
2936 background: transparent url('../i/overlay-pointer.png') no-repeat top left;
2937 overflow: visible;
2938}
2939
2940.crm-container .crm-tooltip-active {
2941 z-index: 20;
2942}
2943
2944.crm-container .crm-tooltip-active .crm-tooltip-wrapper {
2945 display: block;
2946}
2947
2948.crm-container .crm-tooltip {
2949 padding: 4px;
2950 background-color: #2f2f2e;
2951 color: #FFF;
2952 margin-left: 11px;
2953 min-width: 20px;
2954 min-height: 20px;
2955}
2956#crm-container .crm-tooltip table,
2957#crm-container .crm-tooltip table tr td {
81f8f858 2958 background-color: #2f2f2e;
6a488035 2959 border: none;
7944a554 2960 color: #FFF;
81f8f858 2961 word-wrap: break-word;
6a488035
TO
2962}
2963.crm-container .crm-tooltip .crm-summary-group {
2964 width: 700px;
2965 margin-bottom: 0px;
2966}
2967
2968.crm-container .crm-tooltip .crm-report-overlay {
2969 width: 500px;
2970 margin-bottom: 0px;
2971}
2972
2973.crm-container .crm-tooltip .crm-report-overlay thead td {
2974 font-weight: bold;
2975}
2976
2977.crm-container .crm-summary-group h2 {
2978 padding: 2px 4px 0 4px;
2979 font-size: 14px;
2980 color: #FFF;
2981 margin-bottom: 0px;
2982}
2983
2984/* crm-summary-group appears outside crm-container for contact summary icon overlay */
2985#crm-container .crm-summary-group .crm-section .label,
2986.crm-container .crm-summary-group .crm-section .label {
2987 text-align: left;
2988 width: 40%;
2989 font-size: 11px;
2990 color: #A7A7A7;
2991}
2992
2993#crm-container .crm-summary-group .crm-section .content,
2994.crm-container .crm-summary-group .crm-section .content {
2995 margin-left: 41%;
2996}
2997
81f8f858
N
2998#crm-container .crm-tooltip table .crm-summary-col-1,
2999.crm-container .crm-tooltip table .crm-summary-col-1 {
3000 width: 350px;
3001}
3002
3003#crm-container .crm-tooltip table .crm-summary-col-1 div,
3004.crm-container .crm-tooltip table .crm-summary-col-1 div {
3005 width: auto;
3006}
3007
6a488035
TO
3008/* Class for tokens and helpicon */
3009.crm-container .helpIcon {
3010 float: right;
3011 position: relative;
3012 z-index: 1;
3013 margin-right: 45px;
3014}
3015
6a488035
TO
3016#crm-container ul li {
3017 list-style-image: none;
3018}
3019
3020/* privacy icons */
3021#crm-container div span.privacy-flag {
3022 background-repeat: no-repeat;
3023 background-image: url("../i/stop-icon.png");
3024 float: right;
3025}
3026
3027/* specific, targeted fixes */
3028#crm-container .dashboard-elements,
3029#crm-container #membership-listings,
3030#crm-container #premiums-listings,
3031#crm-container #searchForm table {
3032 margin: 0em;
3033 border-collapse: collapse;
3034 border: 0px none;
3035}
3036
3037/* Override Drupal .2em margin-bottom on forms (we don't want to give up that space) */
12fbb7b3 3038div.crm-container form {
6a488035
TO
3039 margin-bottom: 0em;
3040}
3041
3042/* This is the style for the trigger icon. The margin-bottom value causes the icon to shift down to center it. */
3043.crm-container .ui-datepicker-trigger {
3044 margin-top: 4px;
3045 margin-bottom: -6px;
3046}
3047
3048.crm-container .ui-datepicker {
3049 z-index: 1;
3050}
3051
3052#activity-content table {
3053 width: 100%!important;
3054}
3055
6a488035
TO
3056#Tag .tree .collapsable .hit,
3057#Tag .tree .expandable .hit {
3058 padding-left: 16px;
3059}
3060
eb71347f
CW
3061/** DATATABLES **/
3062/*
3063 * jQuery UI specific styling
3064 */
3065
3066.crm-container .paging_two_button .ui-button {
3067 float: left;
3068 cursor: pointer;
3069 * cursor: hand;
3070}
3071
3072.crm-container .paging_full_numbers .ui-button {
3073 padding: 2px 6px;
3074 margin: 0;
3075 cursor: pointer;
3076 * cursor: hand;
eb71347f
CW
3077}
3078
3079.crm-container .dataTables_paginate .ui-button {
3080 margin-right: -0.1em !important;
3081}
3082
3083.crm-container .paging_full_numbers {
3084 width: 350px !important;
3085}
3086
3087.crm-container .dataTables_wrapper .ui-toolbar {
3088 padding: 5px;
3089}
3090
3091.crm-container .dataTables_paginate {
3092 width: auto;
3093}
3094
3095.crm-container .dataTables_info {
3096 padding-top: 3px;
3097}
3098
eb71347f
CW
3099.crm-container div.dataTables_wrapper .ui-widget-header {
3100 font-weight: normal;
3101}
3102
3103
3104/*
3105 * Sort arrow icon positioning
3106 */
3107.crm-container table.display thead th div.DataTables_sort_wrapper {
3108 position: relative;
3109 padding-right: 20px;
3110}
3111
3112.crm-container table.display thead th div.DataTables_sort_wrapper span {
3113 position: absolute;
3114 top: 50%;
3115 margin-top: -8px;
3116 right: 0;
3117}
3118
3119/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3120 * DataTables features
3121 */
3122
3123.crm-container .dataTables_wrapper {
3124 position: relative;
3125 clear: both;
3126 zoom: 1; /* Feeling sorry for IE */
3127}
3128
3129.crm-container .dataTables_processing {
3130 position: absolute;
3131 top: 50%;
3132 left: 50%;
3133 width: 250px;
3134 height: 30px;
3135 margin-left: -125px;
3136 margin-top: -15px;
3137 padding: 14px 0 2px 0;
3138 border: 1px solid #ddd;
3139 text-align: center;
3140 color: #999;
3141 font-size: 14px;
3142 background-color: white;
3143}
3144
3145.crm-container .dataTables_length {
3146 width: 40%;
6a488035
TO
3147 float: none;
3148 padding-bottom: 5px;
3149}
eb71347f
CW
3150
3151.crm-container .dataTables_filter {
3152 width: 50%;
3153 float: right;
3154 text-align: right;
3155}
3156
3157.crm-container .dataTables_info {
3158 width: 60%;
3159 float: left;
3160}
3161
3162.crm-container .dataTables_paginate {
3163 float: right;
3164 text-align: right;
3165}
3166
3167
3168/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3169 * DataTables display
3170 */
3171.crm-container table.display {
3172 margin: 0 auto;
3173 clear: both;
3174 width: 100%;
3175}
3176
3177.crm-container table.display thead th {
3178 padding: 3px 18px 3px 10px;
3179 border-bottom: 1px solid black;
3180 font-weight: bold;
3181 cursor: pointer;
93dee6ee
CW
3182}
3183
3184.crm-container table.display thead th.sorting_disabled {
3185 cursor: default;
eb71347f
CW
3186}
3187
3188.crm-container table.display tfoot th {
3189 padding: 3px 18px 3px 10px;
3190 border-top: 1px solid black;
3191 font-weight: bold;
3192}
3193
3194.crm-container table.display tr.heading2 td {
3195 border-bottom: 1px solid #aaa;
3196}
3197
3198.crm-container table.display td {
3199 padding: 3px 10px;
3200}
3201
3202.crm-container table.display td.center {
3203 text-align: center;
3204}
06201b2a
CW
3205/* Fix weird color added to some datatables' sort column */
3206.crm-container table.dataTable.display tbody tr > td.sorting_1 {
3207 background-color: transparent;
3208}
eb71347f
CW
3209
3210/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
90e9e4d5 3211 * Datatables misc
eb71347f
CW
3212 */
3213.crm-container .dataTables_scroll {
3214 clear: both;
3215}
3216
3217.crm-container .dataTables_scrollBody {
3218 *margin-top: -1px;
3219 -webkit-overflow-scrolling: touch;
3220}
3221
eb71347f
CW
3222.crm-container .top .dataTables_info {
3223 float: none;
3224}
3225
3226.crm-container .dataTables_empty {
3227 text-align: center;
3228}
3229
3230.crm-container tfoot input {
3231 margin: 0.5em 0;
3232 width: 100%;
3233 color: #444;
3234}
3235
eb71347f
CW
3236/* DataTables fixes */
3237.crm-container .crm-datatable-pager-top {
6a488035
TO
3238 padding-top: 5px;
3239 padding-bottom: 25px;
3240}
eb71347f 3241.crm-container .crm-datatable-pager-bottom {
6a488035
TO
3242 padding-top: 10px;
3243 padding-bottom: 25px;
3244}
eb71347f 3245.crm-container .crm-datatable-pager-top .dataTables_length {
6a488035
TO
3246 float: left;
3247}
eb71347f 3248.crm-container .css_right {
6a488035
TO
3249 float: right;
3250}
3251
3252/* Date plugin */
9435db16 3253.crm-container input.dateplugin {
6a488035
TO
3254 background: white url(../i/cal.gif) no-repeat scroll right center;
3255 padding-right: 16px;
3256 /* so that text doesn't flow on top of icon */
3257 width: 9em;
3258}
3259
9435db16 3260.crm-container div.batch-update {
124139c4 3261 overflow: visible;
3262}
3263
6a488035
TO
3264/* Help text in Send Mail*/
3265#crm-container div.messageHelp {
3266 z-index: 1;
3267 position: absolute;
3268 margin: 6px 0px 0px 115px;
3269}
3270/*chart */
3271#chartData {
3272 overflow: auto;
3273}
3274
3275#crm-container .signature {
3276 width: 495px;
3277}
3278
3279/* editor skin tweaks */
3280
3281#crm-container span.cke_skin_kama {
3282 border: none;
3283}
3284#crm-container .cke_skin_kama .cke_wrapper {
3285 background-image: none;
3286}
3287
3288/* skin */
3289
3290#crm-container .crm-title {
d7a13f25 3291 line-height: 1.1;
6a488035
TO
3292 margin-bottom: 8px;
3293}
3294
3295/* tables */
3296.crm-container table {
3297 border: 1px solid #efefef;
3298}
3299
3300.crm-container .crm-form-block table {
3301 border: none;
3302}
3303.crm-container tr.even,
3304.crm-container tr.odd,
3305.crm-container tbody th {
3306 border-color: #FFF #FFF #efefef #FFF;
3307}
3308
3309.crm-container tr.even-row td,
3310.crm-container tr.odd-row td,
3311.crm-container table.display td,
3312.crm-container table.pagerDisplay td {
3313 border-color: #efefef;
3314 border-right: 1px solid #efefef;
3315}
3316.crm-container .odd-row,
3317.crm-container .odd,
3318tbody.scrollContent {
3319 background-color: #FAFAFA;
3320}
3321.crm-container .even-row,
3322.crm-container .even,
3323tbody.scrollContent tr.alternateRow {
3324 background-color: #EFEFEF;
3325}
3326
3327.crm-container td.checkbox {
3328 vertical-align: middle;
3329 text-align: center;
3330}
3331.crm-container tr.columnheader a.sorting {
3332 color: #a7a7a7;
3333}
3334
efa9bb7d
CW
3335.crm-container a.sorting,
3336.crm-container a.sorting_desc,
3337.crm-container a.sorting_asc {
6a488035 3338 color: #A7A7A7;
efa9bb7d
CW
3339 background: url("../packages/jquery/plugins/DataTables/media/images/sort_both.png") no-repeat left center;
3340 padding-left: 20px;
6a488035
TO
3341}
3342.crm-container a.sorting_desc,
3343.crm-container a.sorting_asc {
3344 color: #000;
3345}
3346
3347.crm-container tr a.sorting,
3348.crm-container tr a.sorting_asc,
3349.crm-container tr a.sorting_desc {
3350 color: #52534D;
3351}
3352
efa9bb7d
CW
3353.crm-container table thead a.sorting_asc {
3354 background: url("../packages/jquery/plugins/DataTables/media/images/sort_asc.png") no-repeat left center;
3355}
3356.crm-container table thead a.sorting_desc {
3357 background: url("../packages/jquery/plugins/DataTables/media/images/sort_desc.png") no-repeat left center;
3358}
3359.crm-container table thead a.sorting_asc_disabled {
3360 background: url("../packages/jquery/plugins/DataTables/media/images/sort_asc_disabled.png") no-repeat left center;
3361}
3362.crm-container table thead a.sorting_desc_disabled {
3363 background: url("../packages/jquery/plugins/DataTables/media/images/sort_desc_disabled.png") no-repeat left center;
3364}
3365
3366/* Otherwise for some reason we have 2 sort icons */
3367.crm-container th.sorting .DataTables_sort_icon {
3368 display: none;
3369}
3370
3371
6a488035 3372/*contact summary page */
6a488035
TO
3373#crm-container div.contact_details,
3374#crm-container #customFields .contact_panel .customFieldGroup {
3375 background-color: transparent;
3376}
3377
3378#crm-container div.contact_panel td,
3379.crm-container table.crm-info-panel td {
3380 border-bottom: 1px solid #FFF;
3381}
3382
3383#crm-container div.contactCardLeft .label,
3384#crm-container div.contactCardRight .label,
3385.crm-container table.crm-info-panel .label {
3386 color: #2f2f2f;
3387 font-weight: normal;
3388}
3389
3390.crm-container .disabled,
f2b7caed
CW
3391.crm-container .cancelled,
3392#mainTabContainer li.disabled a.ui-tabs-anchor,
3393#mainTabContainer li.crm-count-0 a.ui-tabs-anchor,
3394#mainTabContainer li.crm-count-0 a.ui-tabs-anchor em {
6a488035
TO
3395 color: #999999 !important;
3396}
3397#mainTabContainer li.disabled {
3398 text-decoration: none;
3399}
6a488035
TO
3400#crm-container tr.crm-job {
3401 text-decoration: none !important;
3402}
3403
3ce95baf 3404.crm-container table.selector td {
6a488035
TO
3405 border-right: 1px dotted #DDDDDD;
3406}
3ce95baf 3407.crm-container #customFields div.contact_panel td {
6a488035
TO
3408 border-bottom: 1px solid #FFFFFF;
3409 padding: 4px;
3410 vertical-align: top;
3411}
3412
3ce95baf 3413.crm-container div.contact_panel td,
6a488035
TO
3414.crm-container table.crm-info-panel td {
3415 background-color: #f4f4ed;
3416}
3417
3ce95baf
CW
3418.crm-container div.contact_panel td.label,
3419.crm-container #customFields div.contact_panel td.label,
6a488035
TO
3420.crm-container table.crm-info-panel td.label {
3421 background-color: #fafafa;
3422 width: 120px;
3423 text-align: left;
3424 color: #7a7a60;
3425}
3426.crm-container table.crm-info-panel td.label {
3427 width: 150px;
3428}
3429
3ce95baf
CW
3430.crm-container .form-layout td.label,
3431.crm-container .form-layout-compressed td.label {
6a488035
TO
3432 width: 150px;
3433 text-align: right;
3434 color: #7a7a60;
3435}
3436
3ce95baf
CW
3437.crm-container .form-layout td.label,
3438.crm-container form table.report .label,
3439.crm-container form table label,
3440.crm-container form table.report label {
6a488035
TO
3441 color: #3e3e3e;
3442}
3443
3ce95baf 3444.crm-container div.contact_panel td.grouplabel {
6a488035
TO
3445 border-bottom: 2px solid #D7D7D0 !important;
3446}
3447
3448#tagGroup table .label {
3449 color: #FFF;
3450}
3451#tagGroup table {
3452 color: #000;
3453}
3454
3455
3456/* search results */
3457
3458.crm-container .crm-search-tasks,
3459.crm-container .crm-tasks {
3460 background-color: #F0F0E8;
3461 color: #52534D;
3462}
3463
3464#crm-container .crm-tasks table {
3465 margin: 0;
3466}
3467
3468.crm-container .crm-results-block {
3469 position: relative;
3470}
3471
3472/* warning labels and messages */
3473.crm-container del,
3474.crm-container .crm-is_deleted,
3475.crm-container table.caseSelector td.status-urgent,
3476.crm-container .font-red,
3477.crm-container .status-removed,
3478.crm-container .status-overdue,
3479.crm-container .status-fatal,
3480.crm-container .status-hold,
3481.crm-container .status-past,
3482.crm-container .status-warning {
3483 color: #E43D2B !important;
3484}
3485
3486/* rounded corners - we will call dd_roundies on all this */
3487.crm-container .crm-button,
3488.crm-container a.button,
03b412ae
PB
3489.crm-container a.crm-invoiceButton,
3490.crm-container a.crm-invoiceButton:link,
6a488035 3491.crm-container a.button:link,
97e557d7 3492.crm-container input.crm-form-submit,
6a488035 3493.crm-container input[type=button],
97e557d7 3494.crm-container input.crm-form-submit-inline {
6a488035
TO
3495 -moz-border-radius: 3px;
3496 -webkit-border-radius: 3px;
3497 -khtml-border-radius: 3px;
3498 border-radius: 3px;
3499}
3500
3501
3502.crm-container div.status,
3503div.m ul#civicrm-menu,
3504.crm-container #help,
3505.crm-container .help,
3506.crm-container .ui-tabs-panel,
3507.crm-container .crm-content-block,
3508#full-screen-header,
3509.crm-container .crm-pager,
3510.crm-container form .section-hidden-border,
3511.crm-container #search-status,
3512.crm-container .crm-form-block,
3513.crm-container .crm-search-tasks,
3514.crm-container .crm-tasks,
3515.crm-container div.form-item,
3516.crm-container div.messages {
3517 -moz-border-radius: 4px;
3518 -webkit-border-radius: 4px;
3519 -khtml-border-radius: 4px;
3520 border-radius: 4px;
3521}
3522
dbf749ff 3523/* deprecated autocomplete styles */
6a488035
TO
3524
3525.ac_results {
3526 background: transparent url(../i/dropdown-pointer.gif) no-repeat 25px 1px;
3527 padding-top: 5px;
3528 border: none;
3529 text-align: left;
3530}
3531
3532.ac_results-inner,
3533.crm-participant-list-inner,
3534.crm-event-links-list-inner,
3535.crm-contribpage-links-list-inner,
6a488035
TO
3536.crm-contact-actions-list-inner {
3537 background-color: #2f2f2e;
3538 padding: 4px;
3539}
3540
6b5ca1ea 3541.crm-create-new-list-inner, .crm-create-new-list-inner ul {
3542 width: 160px!important;
6a488035
TO
3543}
3544
6a488035
TO
3545.ac_results li a {
3546 display: block;
3547}
3548
6a488035
TO
3549.crm-container .ac_results li,
3550.crm-container .ac_results li a,
3551.crm-container .ac_results li a:visited {
3552 color: #DFDFDF;
3553 text-decoration: none;
3554}
3555
3556.ac_results li strong {
3557 color: #FFF;
3558 font-weight: normal;
3559}
3560
6a488035
TO
3561.crm-container .ac_results li .icon,
3562.crm-container .ac_results li a .icon,
3563.crm-container .ac_results li a:visited .icon {
3564 background-image: url(../i/icons/jquery-ui-FFFFFF.png);
3565}
3566
6a488035
TO
3567.crm-container .ac_results li a:hover .icon {
3568 background-image: url(../i/icons/jquery-ui-3E3E3E.png);
3569}
3570
6a488035
TO
3571.ac_results li:hover,
3572.ac_results li:hover a,
dbf749ff 3573.ac_results li a:hover {
6a488035
TO
3574 background-color: #F5F6F1;
3575 color: #666;
3576}
dbf749ff 3577.crm-container .ac_results li:hover strong {
6a488035
TO
3578 color: #000;
3579}
3580
3581/* loader autocomplete */
3582
ccc656b8 3583#civicrm-menu .ui-autocomplete-loading,
dbf749ff 3584.crm-container .ui-autocomplete-loading {
6a488035
TO
3585 background: white url('../i/loading.gif') no-repeat right center;
3586}
3587
955b23bd 3588/* select2 */
38f05e5b
CW
3589.crm-container div.select2-container {
3590 min-width: 6em;
969c7859 3591 font-size: 11px;
ab345ca5 3592}
e3a35c35 3593/* Add arrow icon to multi-selects */
969c7859
CW
3594.crm-container .select2-container-multi .select2-choices:before {
3595 background: url("../packages/jquery/plugins/select2/select2.png") no-repeat scroll 0 -4px;
3596 content: "";
3597 display: block;
3598 height: 15px;
3599 position: absolute;
3600 right: 0;
3601 top: 5px;
3602 width: 20px;
ab345ca5 3603}
e3a35c35 3604/* Add search icon to ajax multi-selects and opened multi-selects */
969c7859
CW
3605.crm-container .select2-container-multi.select2-container-active .select2-choices:before,
3606.crm-container .select2-container-multi.crm-ajax-select .select2-choices:before {
3607 background-position: right -26px;
3608}
1d07e7ab
CW
3609.crm-container .select2-container-multi.loading .select2-choices:before,
3610.crm-container .select2-container.loading .select2-choice .select2-arrow b {
3611 background: url('../i/loading.gif') no-repeat center center;
3612}
969c7859
CW
3613/* Reduce select2 size to match other inputs */
3614.crm-container .select2-container-multi .select2-choices {
3615 min-height: 25px;
3616}
3617.crm-container .select2-container-multi .select2-choices .select2-search-choice {
3618 padding: 2px 5px 2px 18px;
3619}
3620.crm-container .select2-container-multi .select2-choices .select2-search-field input {
3621 padding: 4px;
3622}
3623.crm-container .select2-search-choice-close {
3624 top: 2px;
955b23bd 3625}
e869b07d
CW
3626.crm-container .select2-container .select2-choice abbr {
3627 top: 6px;
3628}
c7130c3e
CW
3629.crm-container .select2-container .select2-choice > .select2-chosen {
3630 font-size: 1.1em;
3631}
e3a35c35
CW
3632/* Add search icon to ajax single-selects */
3633.crm-container .crm-ajax-select .select2-arrow b {
3634 background-position: -39px -22px;
3635}
3636/* Restore normal icon when searchable field is open */
3637.crm-container .select2-dropdown-open .select2-choice .select2-arrow b {
3638 background-position: -18px 1px;
3639}
b7ceb253
CW
3640.select2-drop .crm-entityref-links {
3641 border-top: 1px solid #d3d3d3;
3642 margin-top: 9px;
3643}
3644.select2-drop .crm-entityref-filters {
3645 margin-top: 4px;
3646}
3647.select2-drop .crm-entityref-filters select {
3648 border-radius: 3px;
3649 border: 1px solid #f2f2f2;
3650 background-color: #f6f6f6;
3651 color: #494949;
3652 font-size: 11px;
3653 max-width: 70%;
3654}
3655.select2-drop .crm-entityref-filters select:hover,
3656.select2-drop .crm-entityref-filters select:focus,
3657.select2-drop .crm-entityref-filters select.active {
3658 border: 1px solid #808080;
3659}
52604b19
CW
3660/* Icons used by entityRef create buttons */
3661.crm-container .Individual-profile-icon {
3662 background-position: -144px -96px;
3663}
3664.crm-container .Household-profile-icon {
3665 background-position: 0 -112px;
3666}
3667.crm-container .Organization-profile-icon {
3668 background-position: -112px -112px;
3669}
3a9e5e69 3670/* Style autocomplete results */
88881f79 3671.crm-container .select2-results {
65b86482 3672 font-size: 12px;
88881f79 3673 padding: 0;
65b86482 3674 text-align: left;
88881f79
CW
3675}
3676.crm-container .select2-results li,
3677.crm-container .select2-results .crm-select2-row,
3678.crm-container .select2-results .crm-select2-row .crm-select2-row-description p {
3a9e5e69
CW
3679 padding: 0;
3680 margin: 0;
3a9e5e69 3681}
88881f79 3682.crm-container .select2-results .crm-select2-row .crm-select2-row-label {
3a9e5e69
CW
3683 font-size: 1.1em;
3684}
88881f79 3685.crm-container .select2-results .crm-select2-row .crm-select2-row-description p {
3a9e5e69
CW
3686 font-size: 0.8em;
3687 line-height: 1.5em;
3688 color: #696969;
88881f79
CW
3689 width: 100%;
3690 white-space: nowrap;
3691 overflow: hidden;
3692 text-overflow: ellipsis;
3a9e5e69 3693}
88881f79 3694.crm-container .select2-results .select2-highlighted .crm-select2-row .crm-select2-row-description p {
3a9e5e69
CW
3695 color: #f0f0f0;
3696}
88881f79 3697.crm-container .select2-results .crm-select2-icon {
54bee7df 3698 width: 20px;
88881f79
CW
3699 height: 100%;
3700 float: left;
54bee7df 3701}
88881f79 3702.crm-container .select2-results .crm-select2-icon .crm-icon {
54bee7df
CW
3703 width: 16px;
3704 height: 16px;
3705 margin: 0;
3706}
4a7803a1
CW
3707.crm-container .select2-results li.select2-no-results {
3708 padding-left: 4px;
3709 padding-top: 4px;
3710 margin-left: 4px;
3711}
3712.crm-container .select2-results li {
3713 margin: 0;
3714 padding: 0;
3715}
ac0a3db5
CW
3716.crm-container .crm-action-menu .select2-default span.select2-chosen {
3717 color: #2786C2;
3718}
3719.crm-container .crm-action-menu .select2-default span.select2-chosen:before {
3720 background: url("../i/icons/jquery-ui-2786C2.png") no-repeat scroll -64px -112px;
3721 content: "";
3722 display: inline-block;
3723 height: 16px;
3724 width: 16px;
3725 margin-right: 3px;
3726 position: relative;
3727 top: 3px;
3728}
941539e7 3729.crm-container .crm-action-menu.action-icon-plus .select2-default span.select2-chosen:before {
b36f2839 3730 background-position: 0 -192px;
941539e7
CW
3731}
3732.crm-container .crm-action-menu.action-icon-play .select2-default span.select2-chosen:before {
b36f2839 3733 background-position: -48px -192px;
941539e7
CW
3734}
3735.crm-container .crm-action-menu.action-icon-clipboard .select2-default span.select2-chosen:before {
3736 background-position: -160px -128px;
3737}
ea039610
CW
3738/* Restore this property otherwise our css overrides it */
3739.select2-search input {
3740 box-sizing: border-box;
3741}
955b23bd 3742
6a488035
TO
3743/* Special styling for specific form buttons */
3744#crm-container span.crm-button_qf_Main_upload input,
3745#crm-container span.crm-button_qf_Confirm_next input,
3746#crm-container span.crm-button_qf_Register_upload input {
3747 font-size: 1.2em;
3748}
3749
f2ce2ad2 3750/* Match font size on 'Continue' button on event participant form (no specific class) */
97e557d7 3751#crm-container .crm-event-additionalparticipant-form-block span.crm-button input.crm-form-submit.default {
f2ce2ad2
J
3752 font-size: 1.2em;
3753}
3754
f2b7caed 3755/* jQuery UI styles */
6a488035
TO
3756.crm-container .ui-progressbar-value {
3757 background-image: url("../packages/jquery/css/images/pbar-ani.gif");
3758}
3759
14022148 3760.crm-container.ui-dialog {
f2b7caed
CW
3761 box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
3762}
cd8a9187 3763.crm-container.ui-dialog.ui-resizable:before {
a243158e
CW
3764 display:block;
3765 content: " ";
3766 width: 16px;
3767 height: 16px;
6939fb53 3768 background: url("../i/icons/jquery-ui-52534D.png") no-repeat -80px -224px;
a243158e
CW
3769 position: absolute;
3770 bottom: 0;
3771 right: 0;
3772}
14022148 3773.crm-container .ui-dialog-titlebar.ui-widget-header {
f2b7caed 3774 background: url("../i/crm-button-bg.gif") repeat-x scroll left center #70716B;
539984b2 3775 color: #F5F6F1;
f2b7caed 3776}
ebc37d7d
CW
3777.crm-container .ui-dialog-title {
3778 background: url("../i/logo16px.png") no-repeat scroll 0 center;
3779 margin-left: -5px;
3780 padding-left: 25px;
3781}
539984b2
CW
3782.crm-container .ui-dialog-titlebar .ui-button {
3783 background-color: transparent;
3784 background-image: none;
3785 border: 1px none;
3786}
3787.crm-container .ui-dialog-titlebar .ui-button .ui-icon {
3788 background-image: url("../i/icons/jquery-ui-F5F6F1.png");
3789}
3790.crm-container .ui-dialog-titlebar .ui-button:hover {
3791 background-color: #cdcdcd;
3792}
3793.crm-container .ui-dialog-titlebar .ui-button:hover .ui-icon {
3794 background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
3795}
f2b7caed 3796
6a488035
TO
3797/*Needed for jstree contextmenu */
3798#vakata-contextmenu.jstree-default-context li {
3799 background: none repeat scroll 0 0 transparent;
3800}
3801
3802/* Class for successful upgrade */
3803.crm-container .upgrade-success {
3804 background-color: #00CC00;
3805 color: white;
3806}
3807
3808.crm-container .extension-upgradable {
3809 background-color: #FFFFCC !important;
3810}
3811
3812.crm-container .extension-installed {
3813 background-color: #DDFFDD !important;
3814}
3815
3816.crm-container .extension-missing {
3817 color: #E43D2B !important;
3818}
3819
3820/* table row highlightng */
25741ebc
CW
3821.crm-container table.row-highlight tr:hover,
3822.crm-container .crm-row-selected {
abc31149 3823 background-color: #FFFFCC;
6a488035 3824}
abc31149
CW
3825.crm-container table.row-highlight tr.even-row:hover,
3826.crm-container table.row-highlight tr.even:hover,
3827.crm-container .even-row.crm-row-selected,
3828.crm-container .even.crm-row-selected {
3829 background-color: #fffdb2;
3830}
3831
6a488035
TO
3832#crm-container .civicrm-drupal-wysiwyg .collapsed {
3833 background: transparent;
3834 padding-left: 0px;
3835}
3836
3837#manageTags {
3838 position: static;
3839 z-index: -100;
3840}
3841
3842#crm-container .crm-socialnetwork {
3843 margin-top: 1em;
3844}
3845
3846#crm-container .crm-fb-tweet-buttons {
3847 width: 93%;
3848}
3849#crm-container div.finalconf-button {
3850 float: right;
3851 padding: 5px 0 0 0;
3852}
3853#crm-container div.finalconf-button input {
3854 margin: 0;
3855}
3856#crm-container div.finalconf-intro {
3857 padding-bottom: 12px;
3858 font-style: italic;
3859}
3860#crm-container h4.finalconf-item {
3861 border-top: 1px solid #ccc;
3862 padding: 8px 0 8px 10px;
3863 margin: 0;
3864}
3865#crm-container div.finalconf-itemdesc {
3866 font-style: italic;
3867 padding: 6px 12px 6px 12px;
3868 color: #666;
3869 float: right;
3870 width: 60%;
3871}
3872#crm-container h4.finalconf-btm {
3873 border-bottom: 1px solid #ccc;
3874 margin-bottom: 20px;
3875}
3876
3877/* classes related to batch entry operation */
90e9e4d5
CW
3878.crm-container span.batch-edit,
3879.crm-container span.batch-valid,
3880.crm-container span.batch-invalid {
6a488035
TO
3881 padding: 2px 9px 2px 3px;
3882 margin: 2px 2px 3px 2px;
3883 cursor: pointer;
6a488035 3884 background-position: -66px -114px;
dbe0bbc6 3885 background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
6a488035
TO
3886}
3887
e6acae69 3888.crm-container span.batch-valid {
6a488035 3889 background-position: -322px -143px;
6a488035
TO
3890}
3891
e6acae69 3892.crm-container span.batch-invalid {
6a488035 3893 background-position: -258px -143px;
6a488035
TO
3894}
3895
e6acae69 3896.crm-container #Entry ul#errorList {
6a488035
TO
3897 display: none;
3898}
3899
e6acae69 3900.crm-container table.batch-totals {
6a488035
TO
3901 border: 1px solid #7A7A60 !important;
3902 margin-top: 10px !important;
3903}
3904
3905/* grid div as table */
e6acae69 3906.crm-container .crm-grid-table {
6a488035
TO
3907 display: table;
3908 border-collapse: collapse;
3909 border: 1px solid #7A7A60;
3910 background-color: #FFFFFF;
3911 margin: 10px 3px 10px !important;
3912}
3913
e6acae69 3914.crm-container .crm-batch-entry-table {
6a488035
TO
3915 border-right: 2px solid #7A7A60 !important;
3916}
3917
e6acae69
CW
3918.crm-container .crm-grid-row,
3919.crm-container .crm-grid-header {
6a488035
TO
3920 display: table-row;
3921}
3922
e6acae69 3923.crm-container .crm-grid-header {
6a488035
TO
3924 white-space: nowrap;
3925}
3926
e6acae69 3927.crm-container .crm-grid-cell {
6a488035
TO
3928 display: table-cell;
3929 border-right: 1px solid #EFEFEF;
3930 padding: 2px;
3931 vertical-align: top;
3932}
3933
3934/* Responsive layout changes */
3935
3936#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed,
3937#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed tbody,
3938#crm-container .contact_basic_information-section.narrowform.xnarrowform table.form-layout-compressed tr {
3939 display: block;
3940 width: 100%;
3941}
3942
3943#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed tr {
3944 display: inline-block;
3945 width: 49%;
3946 vertical-align: top;
3947}
3948
3949#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td {
3950 display: block;
3951 clear: left;
3952 vertical-align: top;
3953 margin-bottom: .5ex;
3954}
3955
3956#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td.hashelpicon {
3957 position: relative;
3958}
3959
3960#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td.hashelpicon label {
3961 padding-bottom: 16px;
3962}
3963
3964#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td .helpicon {
3965 position: absolute;
3966 bottom: -12px;
3967 left: 2px;
3968}
3969
3970#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td br {
3971 display: none;
3972}
3973
3974#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td label {
3975 display: block;
3976 box-sizing: border-box;
3977 -moz-box-sizing: border-box;
3978 width: 25%;
3979 float: left;
3980 padding-right: 1%;
3981}
3982
3983#crm-container .contact_basic_information-section.narrowform table.form-layout-compressed td input {
3984 box-sizing: border-box;
3985 -moz-box-sizing: border-box;
3986 width: 75%;
3987}
3988
3989#crm-container #mainTabContainer.narrowpage #contact-summary div.customFieldGroup,
3990#crm-container #mainTabContainer.narrowpage #contact-summary div.contactCardLeft,
3991#crm-container #mainTabContainer.narrowpage #contact-summary div.contactCardRight {
3992 box-sizing: border-box;
3993 -moz-box-sizing: border-box;
3994 float: none;
3995 width: 100%;
3996}
3997
3998/* in place edit */
7d644ac8 3999.crm-container .crm-editable-enabled {
b315947c 4000 white-space: nowrap;
7d644ac8
CW
4001 padding-left: 2px;
4002 border: 2px dashed transparent;
4003}
4004.crm-container .crm-editable-textarea-enabled {
9d0d4076 4005 white-space: normal;
6a488035
TO
4006}
4007
9d0d4076 4008.crm-container .crm-editable-enabled:hover {
b48d66ce 4009 border: 2px dashed #d1d1d1;
b315947c 4010 cursor: pointer;
6a488035
TO
4011}
4012
b48d66ce
CW
4013.crm-container .crm-editable-enabled.crm-editable-editing:hover {
4014 border: 2px dashed transparent;
4015 cursor: auto;
4016}
4017
7d644ac8
CW
4018.crm-container span.crm-editable-textarea-enabled {
4019 display: inline-block !important;
4020 width: 96%;
4021}
4022.crm-container span.crm-editable-enabled {
4023 display: inline-block !important;
4024}
4025
6a488035 4026.crm-container .crm-editable-placeholder {
b48d66ce 4027 background: url("../i/icons/jquery-ui-3E3E3E.png") -66px -114px no-repeat;
6a488035
TO
4028 text-indent: -10000px;
4029 display: block;
4030 width: 12px;
b48d66ce
CW
4031 opacity: .5;
4032}
4033
4034.crm-container .crm-editable-enabled:hover .crm-editable-placeholder {
4035 background-image: url("../i/icons/jquery-ui-2786C2.png");
4036 opacity: 1;
6a488035
TO
4037}
4038
4039.crm-container .crm-editable-saving {
4040 background: #FFFFCC!important;
4041 opacity: 0.8;
4042}
4043
4044.crm-container .crm-editable-error,
4045.crm-container .crm-editable-error input {
4046 background: red!important;
4047 opacity: 0.8;
4048}
4049
4050.crm-container h2.crm-editable-enabled input {
4051 min-height: 1.4em;
4052}
7d644ac8
CW
4053.crm-container .crm-editable-textarea-enabled textarea {
4054 min-height: 5em;
b315947c
CW
4055}
4056
b7cf988c
CW
4057.crm-editable-form {
4058 margin: 0 !important;
4059 padding: 0 !important;
b48d66ce 4060 width: auto !important;
b7cf988c
CW
4061 position: relative;
4062 overflow: visible;
4063}
4064
4065.crm-editable-form input,
4066.crm-editable-form textarea {
4067 margin-bottom: 0;
4068 padding-bottom: 0;
4069}
4070
4071.crm-editable-form button {
4072 position: absolute;
4073 bottom: -22px;
4074 text-align: center;
4075 height: 23px;
4076 width: 32px;
4077}
4078
4079.crm-editable-form button[type=submit] {
4080 left: 0;
4081}
4082
4083.crm-editable-form button[type=cancel] {
4084 left: 32px;
4085}
4086
6a488035
TO
4087/*crm-10345*/
4088.crm-container .field-action {
4089 word-wrap: normal;
4090}
4091
4092.crm-container .field-action span.btn-slide {
4093 padding-left: 0px;
4094 padding-right: 11px;
4095}
4096/*end crm-10345*/
4097
4098/* alter display of parent and child groups in Manage Groups selector */
4099#crm-container .crm-group-parent td.crm-group-name {
4100 padding-left: 20px;
4101 text-indent: -20px;
4102}
4103
4104#crm-container .crm-group-child td.crm-group-name.level_2 {
4105 padding-left: 40px;
4106 text-indent: -20px;
4107}
4108#crm-container .crm-group-child td.crm-group-name.level_3 {
4109 padding-left: 60px;
4110 text-indent: -20px;
4111}
7d644ac8
CW
4112#crm-container .crm-group-name span.crm-editable-enabled {
4113 text-indent: 0;
4114}
6a488035
TO
4115
4116#crm-container div.crm-row-parent-name {
4117 padding: 3px 0px 0px .5em;
4118 opacity: 0.75;
4119}
4120#crm-container td span.show-children,
4121#crm-container td span.crm-no-children {
4122 padding-left: 20px;
4123}
4124
4125#crm-container span.collapsed,
4126#crm-container a.collapsed {
4127 background: url("../i/TreePlus.gif") no-repeat 0 0;
4128 padding-left: 19px;
4129 cursor: pointer;
4130}
4131
4132#crm-container span.expanded,
4133#crm-container a.expanded {
4134 background: url("../i/TreeMinus.gif") no-repeat 0 0;
4135 padding-left: 19px;
4136 cursor: pointer;
4137}
4138
4139/* Notifications */
8e3272a1 4140#crm-notification-container {
6a488035
TO
4141 width: 350px;
4142 position: fixed;
4143 top: 45px;
4144 right: 15px;
4145 z-index: 999999;
4146}
80ccdf8c 4147#crm-notification-container div.ui-notify-message {
6a488035
TO
4148 padding: 10px;
4149 margin-bottom: 15px;
4150 color: #fff;
4151 -moz-border-radius: 8px;
4152 -webkit-border-radius: 8px;
4153 border-radius: 8px;
4154 max-height: 600px;
4155 overflow: auto;
4156}
80ccdf8c 4157#crm-notification-container div.ui-notify-message h1 {
6a488035
TO
4158 font-size: 14px;
4159 margin: 0;
4160 padding: 4px;
4161 font-weight: bold;
4162 color: #fff;
4163}
80ccdf8c 4164#crm-notification-container div.ui-notify-message p {
6a488035
TO
4165 margin: 3px 0;
4166 padding: 0;
4167 line-height: 18px;
4168}
80ccdf8c 4169#crm-notification-container div.ui-notify-message:last-child {
6a488035
TO
4170 margin-bottom: 0;
4171}
80ccdf8c 4172#crm-notification-container div.ui-notify-message-style {
6a488035 4173 background: rgba(0,0,0,0.8);
6a488035
TO
4174 box-shadow: 0 0 6px #000;
4175}
4176.crm-container div.ui-notify-message-style a,
4177.crm-container div.ui-notify-message-style a:link {
4178 color: #CCD0FF;
4179 text-decoration: underline;
4180}
4181.crm-container div.ui-notify-message-style a:hover,
4182.crm-container div.ui-notify-message-style a:focus {
4183 color: #B2B8FF;
4184}
7c2110fd
CW
4185.crm-container div.ui-notify-message-style .ui-button .ui-button-text {
4186 color: #2F2F2F;
4187 text-decoration: none;
4188}
80ccdf8c 4189#crm-notification-container .ui-notify-message .ui-notify-close {
6a488035
TO
4190 cursor: pointer;
4191}
80ccdf8c 4192#crm-notification-container .ui-notify-message a.ui-notify-cross {
6a488035
TO
4193 margin-top: -4px;
4194 float: right;
4195 text-decoration: none;
9435db16 4196 font-size: 13px;
6a488035
TO
4197 font-weight: bold;
4198 text-shadow: 0 1px 1px #fff;
4199 padding: 2px;
4200 color: #FDFDFD;
4201}
80ccdf8c
CW
4202#crm-notification-container .ui-notify-message .ui-notify-cross:hover,
4203#crm-notification-container .ui-notify-message .ui-notify-cross:focus {
6a488035
TO
4204 color: #ffffab;
4205}
8e3272a1
CW
4206.crm-container div.ui-notify-message table,
4207.crm-container div.ui-notify-message tbody,
4208.crm-container div.ui-notify-message tr {
6a488035
TO
4209 border: 0 none;
4210 font-size: 11px;
4211}
8e3272a1 4212.crm-container div.ui-notify-message td {
6a488035
TO
4213 background: rgba(255,255,255,0.1);
4214 border: 1px solid #111;
4215 font-size: 11px;
4216}
8e3272a1 4217.crm-container div.ui-notify-message th {
6a488035
TO
4218 background: rgba(200,200,200,0.2);
4219 border: 1px solid #111;
4220 color: #eee;
4221 font-size: 11px;
4222}
8e3272a1
CW
4223.crm-container div.ui-notify-message ul,
4224.crm-container div.ui-notify-message ol {
6a488035
TO
4225 margin: 0.5em 0 1em;
4226 padding: 0 0 0 0.5em;
4227}
4498c471
CW
4228
4229.crm-container div.ui-notify-message div.icon,
4230.crm-status-icon {
6a488035
TO
4231 background: transparent url("../i/message-icons.png") no-repeat 0 0;
4232 width: 24px;
4233 height: 24px;
4234 margin-right: 6px;
4235}
4498c471
CW
4236.crm-container div.ui-notify-message.success div.icon,
4237.crm-status-icon.success {
6a488035
TO
4238 background-position: -24px 0px;
4239}
4498c471
CW
4240.crm-container div.ui-notify-message.info div.icon,
4241.crm-status-icon.info {
6a488035
TO
4242 background-position: -48px 0px;
4243}
4498c471
CW
4244.crm-container div.ui-notify-message.error div.icon,
4245.crm-status-icon.error {
6a488035
TO
4246 background-position: -72px 0px;
4247}
877e5889
CW
4248.crm-container div.ui-notify-message.none div.icon {
4249 display: none;
4250}
6a488035 4251
4498c471
CW
4252span.crm-status-icon {
4253 display: inline-block;
4254}
4255
6a488035
TO
4256/* Public Pages */
4257
4258#crm-container.crm-public input[type="text"],
f52b4671 4259#crm-container.crm-public input[type="password"],
6bc774ab 4260#crm-container.crm-public input[type="email"],
6a488035
TO
4261#crm-container.crm-public select {
4262 font-size: 15px;
4263 padding: 5px;
f317a0df 4264 border-radius: 3px;
6a488035 4265 vertical-align: middle;
6bc774ab 4266 max-width: 100%;
6a488035
TO
4267}
4268
be6dcd4e
DG
4269#crm-container.crm-public .label,
4270#crm-container.crm-public .price-field-amount {
6a488035 4271 padding-top: 6px;
be6dcd4e 4272 font-size: 15px;
6a488035
TO
4273}
4274
65b86482
CW
4275.crm-container.crm-public .select2-container,
4276.crm-container.crm-public .select2-results {
f317a0df
CW
4277 font-size: 14px;
4278}
4279.crm-container.crm-public .select2-container .select2-choice {
4280 padding: 5px 5px 5px 8px;
4281}
4282.crm-container.crm-public .select2-container-multi .select2-choices {
4283 padding: 4px;
4284}
4285.crm-public .select2-container .select2-choice .select2-arrow {
4286 width: 20px;
4287}
4288.crm-public .select2-container .select2-choice .select2-arrow b {
4289 position: relative;
4290 top: 2px;
4291 left: 2px;
4292}
4293.crm-container.crm-public .select2-container-multi .select2-choices .select2-search-choice {
4294 padding: 3px 3px 3px 20px;
4295}
4296.crm-container.crm-public .select2-container-multi .select2-choices:before {
4297 top: 9px;
4298}
4299
a17a96df
DG
4300.crm-public .crm-profile-view .content {
4301 padding-top: 6px;
4302}
4303
4dd3f46d
DG
4304#crm-container.crm-public .calc-value,
4305#crm-container.crm-public .content {
71447ba5
DG
4306 padding-top: 6px;
4307 font-size: 15px;
4308}
4309
6a488035
TO
4310#crm-container.crm-public .crm-section,
4311.crm-section {
4312 margin-bottom: 0;
4313}
4314
4315#crm-container.crm-public #crm-submit-buttons {
4316 margin-top: 30px;
4317}
4318
4319#crm-container.crm-public #crm-submit-buttons input#_qf_Main_upload-bottom {
4320 font-size: 1.5em;
4321 padding: 3px 10px;
4322}
4323
4324#crm-container.crm-public #premiums-listings {
4325 margin-top: 10px;
4326 min-width: 450px;
4327 width: 60%;
4328}
4329
4330#crm-container.crm-public #premiums-listings .premium {
4331 margin: 5px 0;
4332}
4333
4334#crm-container.crm-public #premiums-listings .premium .premium-short {
4335 padding: 10px;
4336 border: 2px solid #ffffff;
4337 background-color: #f0f0f0;
4338 cursor: pointer;
4339}
4340
4341#crm-container.crm-public #premiums-listings .premium .premium-short:hover {
4342 border: 2px solid #b0b0b0;
4343}
4344
4345#crm-container.crm-public #premiums-listings .premium .premium-short-thumbnail {
4346 float: left;
4347 width: 50px;
4348}
4349
4350#crm-container.crm-public #premiums-listings .premium .premium-short-thumbnail img {
4351 width: 50px;
4352}
4353
4354#crm-container.crm-public #premiums-listings .premium .premium-short-content {
4355 text-align: center;
4356 font-size: 20px;
4357 font-weight: bold;
4358 padding: 20px;
4359}
4360
4361#crm-container.crm-public #premiums-listings .premium .premium-full {
4362 display: none;
4363 padding: 5px;
4364 border: 2px solid #cfcfcf;
4365 background-color: #ffffff;
4366}
4367
4368#crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-image {
4369 float: left;
4370 width: 200px;
4371 padding: 10px;
4372}
4373
4374#crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-image img {
4375 width: 200px;
4376}
4377
4378#crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-title {
4379 text-align: center;
4380 font-size: 1.5em;
4381 font-weight: bold;
4382 padding: 20px;
4383}
4384
4385#crm-container.crm-public #premiums-listings .premium .premium-full .premium-full-min {
4386 font-size: .9em;
4387 font-style: italic;
4388}
4389
4390#crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-short {
4391 text-align: center;
4392 font-size: 1.3em;
4393 padding: 10px;
4394}
4395
4396#crm-container.crm-public #premiums-listings .premium.premium-no_thanks .premium-full {
4397 text-align: center;
4398 font-size: 1.3em;
4399 font-weight: bold;
4400 padding: 10px;
4401}
4402
4403#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-short,
4404#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-image,
4405#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-title,
4406#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-description,
4407#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-options,
4408#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full .premium-full-min {
4409 opacity: 0.5;
4410}
4411#crm-container.crm-public #premiums-listings .premium .premium-full-disabled {
4412 display: none;
4413}
4414#crm-container.crm-public #premiums-listings .premium.premium-disabled .premium-full-disabled {
4415 display: block;
4416 color: #ff0000;
4417 text-align: center;
4418 font-weight: bold;
4419 margin-bottom: .5em;
4420}
4421
4422#crm-container.crm-public .price-set-row {
4423 font-size: 15px;
4424 margin-bottom: 5px;
4425}
4426
4427#crm-container.crm-public .price-set-row input,
4428#crm-container.crm-public .price-set-row label {
4429 vertical-align: middle;
4430 cursor: pointer;
4431}
4432
4433#crm-container.crm-public .price-set-row .crm-price-amount-amount {
6a488035
TO
4434 min-width: 2em;
4435 color: #333333;
4436}
4437
4438#crm-container.crm-public .price-set-row .crm-price-amount-label {
4439 color: #444444;
e2d2aeab 4440 font-weight: bold;
6a488035
TO
4441}
4442
bc782741 4443#crm-container.crm-public .price-set-row .highlight label {
6a488035
TO
4444 color: #000000;
4445 font-weight: bold;
4446}
4447
bc782741 4448#crm-container.crm-public .price-set-row .highlight .crm-price-amount-label {
6a488035
TO
4449 color: #222222;
4450}
4451
d2108f71
J
4452#crm-container.crm-public .price-set-option-content > tt {
4453 display: none;
4454}
4455
be6dcd4e
DG
4456#crm-container .sold-out-option,
4457#crm-container .price-set-row span.sold-out-option .crm-price-amount-label,
4458#crm-container .price-set-row span.sold-out-option .crm-price-amount-amount {
4459 font-style: italic !important;
4460 font-weight: normal !important;
4dd3f46d 4461 font-size: 15px;
be6dcd4e 4462 color: #666 !important;
d2108f71 4463}
6a488035
TO
4464#crm-container .crm-extensions-upgrade {
4465 background: #ffb;
4466 border: 1px solid #000;
4467 text-align: center;
4468}
55a9a4f4 4469
4f7f49d5 4470/* Styles for credit card payment logos */
bef9421f 4471.crm-container .credit_card_type-section .crm-credit_card_type-icons a {
222fa502
ML
4472 display: block;
4473 float: left;
4474 width: 50px;
4475 height: 30px;
4476 background: url(../i/creditcard-icons.png) no-repeat 0 0 transparent;
4477 text-indent: -20000px;
4f7f49d5
CW
4478 margin-right: 10px;
4479 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
4480 border-radius: 3px;
4481 border: 1px solid #FFFFFF;
55a9a4f4
ML
4482}
4483
bef9421f 4484.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-visa {
4f7f49d5 4485 background-position: -50px 0;
55a9a4f4
ML
4486}
4487
bef9421f 4488.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-mastercard {
4f7f49d5 4489 background-position: -100px 0;
55a9a4f4
ML
4490}
4491
bef9421f 4492.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-amex {
4f7f49d5 4493 background-position: -150px 0;
54be855c
ML
4494}
4495
bef9421f 4496.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-discover {
4f7f49d5 4497 background-position: -200px 0;
55a9a4f4
ML
4498}
4499
bef9421f 4500.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-jcb {
4f7f49d5 4501 background-position: -250px 0;
55a9a4f4
ML
4502}
4503
bef9421f 4504.crm-container .credit_card_type-section .crm-credit_card_type-icons .crm-credit_card_type-icon-unionpay {
4f7f49d5
CW
4505 background-position: -300px 0;
4506}
4507
bef9421f 4508.crm-container .cvv2-icon {
4f7f49d5
CW
4509 display: inline-block;
4510 width: 50px;
4511 height: 30px;
4512 background: url(../i/creditcard-icons.png) no-repeat 0 0 transparent;
54be855c
ML
4513}
4514
222fa502
ML
4515/* Avoid weird border around the images (some themes will add a border around images) */
4516#crm-container .credit_card_type-section .crm-credit_card_type-icons a,
4517#crm-container .credit_card_type-section .crm-credit_card_type-icons a:link,
4518#crm-container .credit_card_type-section .crm-credit_card_type-icons a:hover,
4519#crm-container .credit_card_type-section .crm-credit_card_type-icons a:focus,
4520#crm-container .credit_card_type-section .crm-credit_card_type-icons a:active {
55a9a4f4
ML
4521 color: #fff;
4522}
4523
34f51a07
N
4524.crm-container .paper-icon {
4525 background-position: -101px -222px;background-image: url("../i/icons/jquery-ui-3E3E3E.gif");
6b253248
TO
4526}
4527
3c0b6a40 4528.crm-container .strikethrough {
ab2089fe 4529 text-decoration: line-through;
4530}
dc7a657e 4531
2f32fb37
TO
4532.crm-container input.ng-invalid.ng-dirty,
4533.crm-container select.ng-invalid.ng-dirty,
4534.crm-container textarea.ng-invalid.ng-dirty {
dc7a657e
TO
4535 border: 1px solid red;
4536}
2f32fb37
TO
4537.crm-container input.ng-valid,
4538.crm-container input.ng-pristine,
4539.crm-container textarea.ng-valid,
4540.crm-container textarea.ng-pristine,
4541.crm-container select.ng-valid,
4542.crm-container select.ng-pristine{
dc7a657e 4543 border: 1px solid #666;
7dea8077 4544}
fdeb4de2
CW
4545
4546/* block-ui */
4547.crm-container .blockUI.blockOverlay {
98020070 4548 background: url("../i/loading-overlay.gif") center center no-repeat white !important;
fdeb4de2 4549}
431b0ca8 4550
4551/* Recurring Dialog */
4552.crm-container .recurring-dialog-inner-wrapper {
4553 display: inline-block;
4554 width: 100%;
4555}
4556.crm-container .recurring-dialog-inner-left{
4557 width: 30%;
4558 float: left;
4559}
4560.crm-container .recurring-dialog-inner-right{
4561 width: 70%;
4562 float: left;
4563}
4564.crm-container .recurring-dialog-button{
4565 background: #f5f5f5;
4566 background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
4567 border: 1px solid rgba(0,0,0,0.1);
4568 padding: 5px 8px;
4569 text-align: center;
4570 border-radius: 2px;
ebf2b57b 4571 cursor: pointer;
431b0ca8 4572 font-size: 11px !important;
3db4e3ce 4573}
fd19c5ae
RK
4574.crm-container table.mergecontact thead th {
4575 width:30%;
4576}