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