Styleguide and theme code de-duplication (#1651)
[openemr.git] / interface / themes / core / patient / past_encounters.scss
blobe91f930be749e4bb21b42871bf5397211188b6cb
1 /*=============================================================
2  * Patient Past Encounters and Documents
3  * seen in the patient encounter screen
4  *============================================================*/
5 #patient_pastenc {
6         width: 100%;
8 #patient_pastenc .billing_note {
9         width: 25%;
11 #patient_pastenc .billing_note_text {
12         padding: 5px;
13         border: 2px outset black;
14         background-color: lightgrey;
16 #patient_pastenc .billing_note_text_highlight {
17         background-color: #f7f5d1;
19 #patient_pastenc table {
20         border-collapse: collapse;
21         width: 100%;
23 #patient_pastenc tr {
24         cursor: pointer;
26 #patient_pastenc td {
27         border-top: 1px solid black;
28         vertical-align: top;
30 #patient_pastenc th {
31         text-align: left;
33 #patient_pastenc #tooltipdiv {
34         position: absolute;
35         width: 500px;
36         border: 1px solid black;
37         padding: 2px;
38         background-color: #ffffaa;
39         visibility: hidden;
40         z-index: 1000;
42 #patient_pastenc .highlight {
43         background-color: #fff;
45 #patient_pastenc .tooltip {
46         position: absolute;
47         border: 1px solid #333;
48         background: #f7f5d1;
49         padding: 2px 5px;
50         color: #333;
51         display: none;