feat: allow full swapping of insurances (#6311)
[openemr.git] / gacl / admin / admin.css
blob2cb2585590fece176fb4c353bdd0b5a67e68bdef
1 body {
2 background-color: #fff;
3 margin: 0;
4 padding: 0;
7 div {
8 position: relative;
11 div#top-tr {
12 background: #ccc url("images/top-r.png") no-repeat top right;
13 margin: 0;
14 padding: 0;
17 div#top-tl {
18 background: url("images/top-l.png") no-repeat top left;
19 margin: 0;
20 padding: 0;
23 div#top-br {
24 background: url("images/div-r.png") no-repeat bottom right;
25 margin: 0;
26 padding: 0;
29 div#top-bl {
30 background: url("images/div-l.png") no-repeat bottom left;
31 margin: 0;
32 padding: 10px 180px 0 10px;
35 div#top-bl h1 {
36 position: absolute;
37 visibility: hidden;
40 div#top-bl h2 {
41 color: #eee;
42 font-size: 150%;
43 margin: 6px 4px;
44 padding: 0;
47 ul#menu {
49 display: table;
50 list-style-type: none;
51 margin: 0;
52 padding: 0;
53 width: 100%;
56 ul#menu li {
57 background: #999 url("images/tab-off-r.png") no-repeat top right;
58 border-bottom: 1px solid #666;
59 float: left;
61 margin: 0 2px 0 0;
62 padding: 0;
65 ul#menu li a {
66 background: url("images/tab-off-l.png") no-repeat top left;
68 color: #d8d8d8;
69 display: block;
70 font-weight: normal;
71 margin: 0;
72 min-width: 50px;
73 padding: 2px 5px 1px;
74 text-align: center;
75 text-decoration: none;
76 white-space: nowrap;
78 width: 0.1em;
81 ul#menu li>a {
82 width: auto;
85 ul#menu li a:hover {
86 color: #fff;
89 ul#menu li.current {
90 background-color: #fff;
91 background-image: url("images/tab-on-r.png");
92 border-bottom-width: 0;
95 ul#menu li.current a {
96 background-image: url("images/tab-on-l.png");
98 color: #666;
99 padding-bottom: 2px;
100 text-decoration: none;
103 ul#menu li.current a:hover {
104 color: #666;
107 div#mid-r {
108 background: #fff url("images/mid-r.png") repeat-y top right;
109 margin: 0;
110 padding: 0;
113 div#mid-l {
114 background: url("images/mid-l.png") repeat-y top left;
115 margin: 0;
116 padding: 4px 10px;
119 div#bot-tr {
120 background: url("images/div-r.png") no-repeat top right;
121 margin: 0;
122 padding: 0;
125 div#bot-tl {
126 background: url("images/div-l.png") no-repeat top left;
128 font-size: 8pt;
129 margin: 0;
130 padding: 2px 10px 10px;
131 text-align: center;
134 div#bot-tl a {
135 text-decoration: none;
138 div#bot-br {
139 background: #ccc url("images/bot-r.png") no-repeat bottom right;
140 margin: 0;
141 padding: 0;
144 div#bot-bl {
145 background: url("images/bot-l.png") no-repeat bottom left;
146 margin: 0;
147 padding: 0;
150 body,
152 th {
153 font-family: Verdana, Helvetica, Arial, sans-serif;
154 font-size: 9pt;
157 table,
159 th {
160 border: 0;
163 tr {
164 background-color: #ccc;
167 th {
168 background-color: #d3dce3;
169 font-weight: bold;
170 text-align: center;
173 tr.controls {
174 background-color: #999;
177 tr.odd {
178 background-color: #c0c0c0;
181 tr.even {
182 background-color: #d0d0d0;
185 tr.spacer {
186 background-color: transparent;
187 height: 10px;
190 td.green {
191 background-color: #008000;
194 td.red {
195 background-color: #f00;
198 input,
199 select,
200 textarea {
201 border: 1px solid #333;
202 font-family: verdana, sans-serif;
203 font-size: 9pt;
206 input {
207 padding: 1px 2px;
210 input.checkbox,
211 input.radio {
212 border: 0;
213 margin: 1px 2px 0;
214 padding: 0;
217 input.button {
218 width: 100px;
221 input.paypal {
222 border-width: 0;
225 .navigation {
226 font-family: verdana, sans-serif;
227 font-size: 8pt;
228 padding-bottom: 5px;
231 .navigation a {
232 color: #00f;
235 .navigation a:hover {
236 background-color: #f0f0f0;
237 color: #a00;
240 .footer {
241 font-size: 8pt;
242 text-align: center;
245 form {
246 margin: 0;
249 tr.hide {
250 display: none;
253 td.tabon {
254 background: #438ec5;
257 td.taboff {
258 background: #abc3d4;
261 select {
262 margin-top: 5px;
263 width: 99%;
266 textarea,
267 input#return_value {
268 width: 99%;
271 input.un-select {
272 margin-top: 5px;
273 width: 99%;
276 input.select {
277 margin-top: 5px;
278 width: 99%;
281 input.deselect {
282 margin-top: 8px;
283 width: 99%;