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