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