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