Navigation area rearrangment with issues added, and some other things specific to...
[openemr.git] / library / css / encounters.css
blob356abd0a34d4eb0591226edfa6ac58484bd37f7a
1 /*=============================================================
2 * Patient Past Encounters and Documents
3 * seen in the patient encounter screen
4 *============================================================*/
5 #encounters {
6 width:100%;
8 #encounters .billing_note {
9 width: 25%;
11 #encounters .billing_note_text {
12 padding: 5px;
13 border: 2px outset black;
14 background-color: lightgrey;
16 #encounters .billing_note_text_highlight {
17 background-color:#f7f5d1;
19 #encounters table {
20 border-collapse: collapse;
21 width:100%;
23 #encounters tr {
24 cursor: pointer;
26 #encounters th {
27 text-align: left;
29 #encounters #tooltipdiv {
30 position:absolute;
31 width:500px;
32 border:1px solid black;
33 padding:2px;
34 background-color:#ffffaa;
35 visibility:hidden;
36 z-index:1000;
37 font-size:9pt;
39 #encounters .highlight {
40 background-color: #fff;
42 #encounters .tooltip {
43 position:absolute;
44 border:1px solid #333;
45 background:#f7f5d1;
46 padding:2px 5px;
47 color:#333;
48 display:none;
50 #encounters>table>*>tr>td {
51 border-top : 1px solid black;
52 vertical-align: top;
54 div.encreport td {
55 font-size : 8pt;
56 vertical-align: top;