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