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