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