Fix for mysql error on saving a new service code.
[openemr.git] / interface / themes / style.scss
blob39af86c1abd289d38630eff2d31b3cf15e575201
1 /* For Track-Anything Forms */
3 .menu {
4   color: #fff;
5   font-family: sans-serif;
6   font-size: 90%;
7   font-style: italic;
8   text-align: left;
9   text-decoration: none;
12 .menu_selected {
13   color: #000;
14   font-family: sans-serif;
15   font-size: 90%;
16   font-style: italic;
17   text-align: left;
18   text-decoration: none;
21 .logout {
22   color: #000;
23   font-family: sans-serif;
24   font-size: 80%;
25   font-style: italic;
26   text-align: right;
27   text-decoration: none;
30 .text {
31   color: #000;
32   font-family: sans-serif;
33   font-size: 12pt;
34   text-decoration: none;
38 .required {
39   color: #700;
40   font-family: sans-serif;
41   font-size: 12pt;
42   font-weight: bold;
43   text-decoration: none;
46 /* Deprecated - Please use font-weight-bold class - Will be removed soon */
47 .bold {
48   color: #000;
49   font-family: sans-serif;
50   font-size: 12pt;
51   font-weight: bold;
52   text-decoration: none;
55 .alert-custom {
56   color: #f00;
57   font-family: sans-serif;
58   font-size: 70%;
59   text-decoration: none;
62 .small {
63   color: #000;
64   font-family: sans-serif;
65   font-size: 60%;
66   text-decoration: none;
69 .link {
70   color: #000;
71   font-family: sans-serif;
72   font-size: 70%;
73   text-decoration: none;
76 .more {
77   color: #aaa;
78   font-family: sans-serif;
79   font-size: 70%;
80   text-decoration: none;
83 .back {
84   color: #aaa;
85   font-family: sans-serif;
86   font-size: 70%;
87   text-decoration: none;
90 .link_selected {
91   color: #00f;
92   font-family: sans-serif;
93   font-size: 10pt;
94   text-decoration: none;
97 .link_submit {
98   color: #006;
99   font-family: sans-serif;
100   font-size: 70%;
101   text-decoration: none;
104 .items {
105   font-family: sans-serif;
106   font-size: 6pt;
109 .title {
110   color: #000;
111   font-family: sans-serif;
112   font-size: 12pt;
113   font-weight: bold;
114   text-decoration: none;
117 .title_bar {
118   color: #fff;
119   font-family: sans-serif;
120   font-size: 12pt;
121   font-weight: bold;
122   text-decoration: none;
125 a {
126   text-decoration: none;
129 /* style taken out of the addressbook code and put here instead */
130 #addressbook_list td {
131   font-family: "Arial", "Helvetica", sans-serif;
132   padding-left: 4px;
133   padding-right: 4px;
136 #addressbook_list a,
137 #addressbook_list a:visited,
138 #addressbook_list a:hover {
139   color: #00c;
142 #addressbook_list tr.search {
143   font-size: 9pt;
144   font-weight: bold;
147 #addressbook_list tr.head {
148   background-color: #ccc;
149   font-size: 10pt;
150   font-weight: bold;
153 #addressbook_list tr.detail {
154   font-size: 10pt;
157 #addressbook_list .inputtext {
158   background-color: transparent;
159   border-color: #000;
160   border-style: solid;
161   border-width: 1px;
162   font-family: monospace;
163   font-size: 9pt;
164   font-weight: normal;
167 #addressbook_list .button {
168   font-family: sans-serif;
169   font-size: 8pt;
170   font-weight: bold;
173 /* styles taken out of templates/report/general_default.html */
174 #reports_list td {
175   font-family: "Helvetica", sans-serif;
176   font-size: 8pt;
179 #reports_list a {
180   font-family: "Helvetica", sans-serif;
181   font-size: 8pt;
184 /* styles taken out of templates/documents/general_list.html */
185 #documents_list td {
186   font-family: "Helvetica", sans-serif;
187   font-size: 8pt;
190 #documents_list a {
191   font-family: "Helvetica", sans-serif;
192   font-size: 8pt;
195 #documents_list .treeMenuDefault {
196   font-style: italic;
199 #documents_list .treeMenuBold {
200   font-style: italic;
201   font-weight: bold;
204 #documents_list {
205   border: 2px inset;
206   float: left;
207   height: 90%;
208   overflow: auto;
209   width: 25%;
212 #documents_actions {
213   float: right;
214   height: 90%;
215   overflow: auto;
216   padding-top: 10px;
217   width: 70%;
220 #documents_actions iframe {
221   border: 0;
222   display: inline;
223   height: 600px;
224   overflow: auto;
225   width: 100%;
228 #documents_actions form {
229   margin: 0;
230   padding: 0;
233 #documents_actions table {
234   height: 100%;
235   width: 100%;
238 /*=============================================================
239  * This section relates to the custom layouts that can be made
240  * using the OEMR tool in the Admin section. For example, the
241  * Patient Demographics are a custom layout.
242  *============================================================*/
243 #DEM .groupname {
244   color: #080;
245   font-size: 0.8rem;
246   font-weight: bold;
247   padding-right: 5px;
248   vertical-align: bottom;
251 #DEM .label_custom {
252   font-size: 0.8rem;
253   font-weight: bold;
254   vertical-align: bottom;
257 #DEM .data {
258   font-size: 0.8rem;
259   text-align: left;
260   vertical-align: bottom;
263 #DEM .form-control {
264   display: inline;
265   height: auto;
266   width: auto;
269 .tinylogocontainer {
270   border: 0;
271   display: inline-block;
274 .tinylogopng {
275   display: inline-block;
276   height: 22px;
277   width: 44px;