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