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