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