Improving font sizing
[openemr.git] / interface / themes / tabs_style_full.css
blob88c88269c122fadff528df1d6600f09ed947a343
1 /**
2 * Copyright (C) 2016 Kevin Yeh <kevin.y@integralemr.com>
3 * Copyright (C) 2016 Brady Miller <brady.g.miller@gmail.com>
5 * LICENSE: This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 3
8 * of the License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
16 * @package OpenEMR
17 * @author Kevin Yeh <kevin.y@integralemr.com>
18 * @author Robert Down <robertdown@live.com>
19 * @author Brady Miller <brady.g.miller@gmail.com>
20 * @link http://www.open-emr.org
23 html
25 margin: 0;
26 padding: 0;
27 border: 0;
28 height: 100%;
29 display: flex;
30 flex-direction: column;
32 body
34 /*font-family: 'FontAwesome', Arial, Helvetica, sans-serif;*/
35 flex: 1 0 auto;
36 display: flex;
37 flex-direction: column;
38 margin: 0px;
39 background-color: #f4f4f4;
41 #mainBox
43 display: flex;
44 flex-direction: column;
45 align-items: stretch;
46 align-content: space-between;
47 width: 100%;
48 flex: 1 0 auto;
49 margin: 0;
50 padding: 0;
53 #mainBox > div
55 flex: 0 1 auto;
56 margin: 0;
59 #mainBox > div.mainFrames
61 display: flex;
62 flex: 1 0 auto;
63 flex-direction: column;
64 padding: 0;
65 z-index: 3;
66 margin: 0;
69 #framesDisplay
71 flex: 1 0 auto;
72 display: flex;
73 flex-direction: row;
76 #framesDisplay > div
78 flex: 1 0 auto;
79 align-items: stretch;
80 align-content:stretch;
81 display: flex;
82 flex-direction: column;
83 margin: 0;
84 padding: 0;
87 #framesDisplay > div > iframe
89 flex: 1 0 auto;
90 border: 0px solid black;
91 width: 100%
94 .tabControls
96 margin: 0px;
97 padding: 0px;
98 padding-top: 4px;
99 display: flex;
100 flex-direction: row;
101 background: #f4f4f4;
102 overflow: auto;
105 .tabSpan
107 margin: 0px;
108 padding: 8px 8px;
109 border-top: 3pt solid #1976d2;
110 border-left: 1px solid #1976d2;
111 border-bottom: 0pt;
112 border-right: 1px solid #1976d2;
113 cursor: pointer;
114 flex: 0 1 auto;
115 white-space: nowrap;
116 overflow: visible;
118 .tabSpan:last-child {
119 /*border-right: 1pt solid #1976d2;*/
122 .tabSpan .fa {
123 color: #888888;
126 .tabSpan:hover
128 /*color: red;*/
130 .tabHidden
132 color: #888888;
134 .tabNotchosen {
135 background: transparent;
136 border-top: 3pt solid transparent;
137 border-left: none;
138 border-right: none;
139 border-bottom: 1pt solid #1976d2;
140 display:block;
142 .tabNotchosen:hover {
143 background: #e9e9e9;
146 .tabsNoHover {
147 background: transparent !important;
148 border-top: 3pt solid transparent;
149 border-left: none;
150 border-right: none;
151 border-bottom: 1pt solid #1976d2;
152 display:block;
155 #dialogDiv
157 margin: 0;
158 padding:0;
159 border:0;
160 position:absolute;
162 width: 99%;
163 height:99%;
165 background-color: #fff;
166 z-index:1000;
167 opacity: 0.65;
170 #dialogDiv > div.container
172 display: table;
173 /*background-color: gray;*/
174 margin: auto auto;
175 opacity: 1;
178 .dialogIframe
180 position: absolute;
181 top: 0;
182 left: 0;
183 margin: auto auto;
184 opacity: 1;
185 z-index: 10000;
186 box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
189 div.closeDlgIframe {
190 background: #ff5d5a;
191 position: absolute;
192 top: -12px;
193 right: -12px;
194 height: 30px;
195 width: 30px;
196 cursor: pointer;
197 z-index: 10010;
199 div.closeDlgIframe:before {
200 color: #fff;
201 content: "\f00d";
202 font-family: "FontAwesome";
203 font-weight: bold;
204 display: inline-block;
205 width: 100%;
206 text-align: center;
207 margin: auto;
208 line-height: 30px;
209 height: 30px;
212 .dialogIframe > iframe{
213 border: none;
214 border-radius: 10px;
215 height:100%;
216 width:100%;
218 #attendantData
220 background-color: #f4f4f4;
222 .patientInfo a {
223 color: #333 !important;
226 .patientCurrentEncounter {
227 display: inline;
230 .patientCurrentEncounter a {
231 color: #333 !important;
234 .patientDataColumn
236 width: 33%;
237 float: left;
238 display: block;
241 .messagesColumn
243 float: right;
244 padding-right: 20px;
247 .patientEncountersColumn
251 .patientEncounterList
253 position:fixed;
254 overflow: hidden;
255 border: 1px solid black;
256 background: white;
257 cursor: pointer;
258 z-index:1;
261 .patientEncounterList table.encounters {
262 display: none;
265 .patientEncounterList:hover table.encounters {
266 display: block;
269 .patientEncounterList > div {
270 padding: 2px;
272 .patientEncounterList:hover
274 overflow: visible;
275 height: auto;
276 z-index:4;
280 .patientEncounterList > div:hover
282 color: red;
285 .patientEncounterList table.encounters td:hover
287 color:red;
290 .patientEncounterList .review
292 padding: 2px;
293 border: 1px solid black;
294 background-color: lightgray;
295 border-radius: 5px;
298 #userData
300 position: relative;
301 float: right;
303 .patientInfo
305 padding: 1px 1px 1px 10px;
308 .patientInfo .clear:hover i {
309 color: #ff5d5a;
312 .top {
313 vertical-align:top;
316 .appMenu > span
318 float: left;
319 padding: 0px;
320 white-space: nowrap;
323 .appMenu
324 .appMenu > span:hover
326 color: #fff;
327 text-decoration: none;
328 background-color: #1C5ECF;
329 text-shadow: none;
331 .appMenu ul
333 list-style:none;
334 margin:0;
335 padding: 1px 5px 2px 1px;
338 .appMenu li:hover > .menuDisabled
340 background-color: transparent;
342 .menuSection{
343 position: relative;
345 .menuSection:hover {
346 background-color: #CCE3F8;
348 .menuSection > .menuEntries{
349 background:#fff;
350 display: none;
351 position: absolute;
352 top: 50px;
353 z-index:1000;
354 min-width: 175px;
355 box-shadow: 0px 5px 5px #adadad;
356 padding: 0px;
357 whitespace: nowrap;
360 .menuSection > .menuEntries .menuEntries {
361 display: none;
362 position: absolute;
363 top: -3px;
364 left: 161px;
366 .menuSection:hover > .menuEntries{
367 display: block;
370 /* Need separate styling for top level vs submenu items
371 * This currently controls ALL links in menu, no bueno
372 * --Robert Down */
373 .menuLabel
375 color: #333;
376 padding: 15px 10px;
377 font-weight: 600;
379 .menuLabel:hover {
380 background: #CCE3F8;
381 color: #333;
384 /** Only apply if not an actual link **/
385 div.menuLabel:hover {
386 cursor: default !important;
389 /** Sub menu **/
390 .menuEntries li .menuLabel {
391 display: block;
392 padding: 10px 20px;
394 .menuEntries li .menuLabel:hover {
395 background-color: #CCE3F8;
396 color: #333;
399 .logo {
400 padding: 10px 0px;
403 .menuDisabled
405 color: #d7d7d7;
407 .menuDisabled:hover {
408 color: #d7d7d7 !important;
409 background-color: #f4f4f4 !important;
410 cursor: not-allowed;
413 #username
415 cursor: pointer;
417 .userSection
419 min-width: 200px;
420 right:10px;
423 /* Main menu bar */
424 .body_top {
425 background-color: #f4f4f4;
426 color: #333;
427 padding: 0px;
428 margin: 0px;
429 z-index: 10;
431 .body_title {
432 color: black;
433 background-color: #f4f4f4;
434 padding:10px 0px 0px 0px;
436 #username:hover > .userfunctions
438 display: block;
439 width:98%;
442 #username > .userfunctions > div:hover
444 color: red;
447 .acck {}
449 .menu_arrow {
450 bottom:0px;
451 margin: 7px 7px 2px 7px;
453 .topToolbarRight {
454 border-top:0pt;
457 .closeButton {
458 display:inline-block;
459 float:right;
460 position:relative;
461 top:6px;
462 right:5px;