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