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