new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / patient / report_custom.scss
blob74eb62422bdc50bd203064f5ad60ec8547e795f5
1 /*=============================================================
2  * Report - Custom
3  * seen as the patient report (custom_report.php)
4  *============================================================*/
6 #report_custom {
7     width: 100%;
9 #report_custom hr {
10     border: 2px dotted black;
12 #report_custom .billing {
13     margin: 5px;
14     padding: 5px;
16 #report_custom h1 {
17     font-size: 120%;
18     margin: 0px 0px 5px 0px;
19     padding: 0px;
21 #report_custom .immunizations {
22     margin: 5px;
23     padding: 5px;
25 #report_custom .notes {
26     margin: 5px;
27     padding: 5px;
29 #report_custom .transactions {
30     margin: 5px;
31     padding: 5px;
33 #report_custom .communications {
34     margin: 5px;
35     padding: 5px;
37 #report_custom .documents {
38     margin: 5px;
39     padding: 5px;
41 #report_custom .demographics {
42     margin: 5px;
43     padding: 5px;
45 #report_custom .insurance {
46     margin: 5px;
47     padding: 5px;
49 #report_custom .history {
50     margin: 5px;
51     padding: 5px;
53 #report_custom .issue {
54     margin-left: 20px;
56 #report_custom .issue_type {
57     font-weight: bold;
58     padding: 5px 0px 5px 0px;
60 #report_custom .issue_diag {
61     margin: 0px 20px 0px 20px;
63 #report_custom .encounter {
64     width: 100%;
65     border-top: 2px dotted black;
66     padding: 10px 5px 10px 5px;
67     margin-top: 10px;
69 #report_custom .encounter h1 {
70     font-size: 140%;
71     margin: 0px;
72     padding: 0px;
74 #report_custom .encounter_form {
75     border-top: 1px solid gray;
78 @include if-rtl {
79     #report_custom .encounter_form {
80         margin: 10px;
81         padding: 10px;
82     }