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