new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / reports.scss
blob2285e2f5ef9064a46035c9f4e2455a8e4abb7cdf
1 /* styles taken out of templates/report/general_default.html */
3 #reports_list td {
4     font-size: 0.8em;
6 #reports_list a {
7     font-size: 0.8em;
9 /*
10 * REPORTS
13 #report_parameters {
14     background-color: #ececec;
15     margin-top: 10px;
17 #report_parameters table {
18     border: solid 1px;
19     width: 100%;
20     border-collapse: collapse;
22 #report_parameters table td {
23     padding: 5px;
25 #report_parameters table table {
26     border: 0px;
27     border-collapse: collapse;
28     font-size: 0.8em;
30 #report_parameters table table td.label_custom {
31     text-align: $right;
33 #report_results table {
34     border-top: 1px solid black;
35     border-bottom: 1px solid black;
36     border-left: 1px solid black;
37     border-right: 1px solid black;
38     width: 100%;
39     border-collapse: collapse;
40     margin-top: 1px;
42 #report_results table thead {
43     padding: 5px;
44     display: table-header-group;
45     background-color: #ddd;
46     text-align: $left;
47     font-weight: bold;
48     font-size: 0.7em;
50 #report_results table th {
51     border-bottom: 1px solid black;
52     padding: 5px;
54 #report_results table td {
55     padding: 5px;
56     border-bottom: 1px dashed;
57     font-size: 0.8em;
59 .report_totals td {
60     background-color: #77ff77;
61     font-weight: bold;