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