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