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