fixed display of non-calendar providers in the Billing Report page
[openemr.git] / interface / themes / style_dbc.css
blob4716f453791f893e793ee6f16f8fc8c48b846671
2 .tbl_demo {
3 font-size: 0.8em;
4 font-family: sans-serif;
7 .error {
8 background-color: yellow;
9 display: block;
10 color: red;
11 width: 80%;
12 border: 1px solid red;
15 .vk_error {
16 background-color: yellow;
17 display: block;
18 color: red;
21 .vk_nline {
22 background-color: #809BCA;
23 display: block;
24 color: #11141A;
25 margin-top:3px;
26 padding:1px;
29 .vk_expl {
30 background-color: #81BBCA;
31 display: block;
32 color: #1A2528;
33 border-left: 2px solid #809BCA;
34 border-right: 2px solid #809BCA;
35 border-bottom: 2px solid #809BCA;
38 .vk_link a:link, .vk_link a:visited{
39 color: #3D6C5E;
40 text-decoration: none;
42 .vk_link a:active, .vk_link a:hover{
43 color: #162823;
44 text-decoration: underline;
47 #tbl_resub th {
48 background-color: #3D6C5E;
49 color: #8FFFDD;
52 #tbl_future {
53 background-color: #CAE5E7;
54 color: #303637;
57 #tbl_future td {
58 background-color: #B4CCCE;
59 color: #303637;
62 .tbllist {
63 background-color: #CAE5E7;
64 color: #303637;
67 .tbllist th{
68 background-color: #3D6C5E;
69 color: #8FFFDD;
72 .tbllist td{
73 background-color: #B4CCCE;
74 color: #303637;
75 padding: 3px;
78 .tblcontainer {
79 margin-left:5%;
80 float: left;