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