1/**
2 * WHMCS Quote Style Sheet
3 *
4 * This sheet contains the styles used on custom quotes.
5 *
6 * @project WHMCS
7 * @cssdoc version 1.0-pre
8 * @package WHMCS
9 * @author WHMCS Limited <development@whmcs.com>
10 * @copyright Copyright (c) WHMCS Limited 2005-2015
11 * @license http://www.whmcs.com/license/
12 * @link http://www.whmcs.com/
13*/
14
15body,td,input,select {
16 font-family: Tahoma;
17 font-size: 11px;
18 color: #000000;
19}
20
21form {
22 margin: 0px;
23}
24
25a {
26 color: #000000;
27}
28
29#wrapper {
30 width: 600px;
31}
32
33.invoice-top-tables {
34 width: 100%;
35 border-collapse: separate;
36}
37
38.invoice-content {
39 background-color: #ffffff;
40 color: #000000;
41}
42
43.unpaid {
44 font-size: 16px;
45 color: #cc0000;
46 font-weight: bold;
47}
48
49.paid {
50 font-size: 16px;
51 color: #779500;
52 font-weight: bold;
53}
54
55.refunded {
56 font-size: 16px;
57 color: #224488;
58 font-weight: bold;
59}
60
61.cancelled {
62 font-size: 16px;
63 color: #cccccc;
64 font-weight: bold;
65}
66
67.collections {
68 font-size: 16px;
69 color: #ffcc00;
70 font-weight: bold;
71}
72
73#invoiceitemstable {
74 width: 100%;
75 background-color: #cccccc;
76 border-collapse: separate;
77}
78
79td.invoice-items-heading {
80 background-color: #efefef;
81 color: #000000;
82 font-weight: bold;
83 text-align: center;
84}
85
86td.invoice-items-row {
87 background-color: #ffffff;
88 color: #000000;
89}
90
91.creditbox {
92 border: 1px dashed #cc0000;
93 font-weight: bold;
94 background-color: #FBEEEB;
95 text-align: center;
96 width: 100%;
97 padding: 10px;
98 color: #cc0000;
99 margin-left: auto;
100 margin-right: auto;
101}
102
103/**
104 * -----------------
105 * @section Quotes
106 * -----------------
107 */
108
109.invoice-error {
110 color: #cc0000;
111}
112
113.inline-display {
114 display: inline;
115}
116
117.invoice-border {
118 border: 1px solid #cccccc;
119}
120
121.bottom-zero {
122 border-bottom: 0px;
123}
124
125.bottom-left-zero {
126 border-left: 0px;
127}
128
129#quoteAccept {
130 display: none;
131}
132