Fee sheet enhancements
[openemr.git] / interface / forms / fee_sheet / review / views / review.css
blob63dee8b207de218f745b538f773b0184146a3602
1 /*
2 Document : review
3 Created on : Jan 4, 2013, 2:50:48 PM
4 Author : Kevin Yeh <kevin.y@integralemr.com>
5 Description: Manage the style of the review and justify interface of the fee sheet.
6 */
7 div.review
9 position: absolute;
10 z-index:100;
11 background-color: #F0F0F0;
13 div.review > div
15 border: 1px black solid;
16 padding: 1px;
18 div.review table td
20 text-align: left;
22 th.first_column
24 text-align:left;
26 div.review table input.price
28 width: 5em;
29 text-align: right;
32 div.review table input.units
34 width: 3em;
35 text-align: right;
37 a.justify_label
39 cursor: pointer;
41 div.justify_template
43 position:absolute;
44 z-index:100;
45 background-color: #F0F0F0;
47 div.justify_template > div
49 border: 1px black solid;
52 div.justify_template span.search_results
54 position:absolute;
55 background-color: white;
56 border: 1px solid black;
58 div.justify_template span.search_results table
60 cursor:pointer;
64 tr[encounter_issue] > td.info
66 font-weight:bold;
69 tr.patient > td.info
71 color:blue;
73 tr.common > td.info
75 color:darkslategrey;
78 tr.search > td.info
80 color:green;
83 td.priority
85 text-align: center;
86 width: 1.1em;
88 th.sort
90 cursor: pointer;
93 div.justify_template span.search_results tr:hover
95 background-color:yellow;
98 .problem_warning
100 font-weight:bold;
101 cursor: pointer;
102 background-color: yellow;
103 width:100%
106 .warning_details
108 position:absolute;
109 background-color: white;
110 width:100%
113 td>input.description{
114 width:100%;