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