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