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