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