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