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