quick minor path updates (#1968)
[openemr.git] / interface / themes / tabs_style_compact.css
blob301e238b41b79edae79280cbd32cfb2e7273cd1f
1 /**
2 * Copyright (C) 2016 Kevin Yeh <kevin.y@integralemr.com>
4 * LICENSE: This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 3
7 * of the License, or (at your option) any later version.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
15 * @package OpenEMR
16 * @author Kevin Yeh <kevin.y@integralemr.com>
17 * @author Ray Magauran <magauran@MedFetch.com>
18 * @link http://www.open-emr.org
21 html
23 margin: 0;
24 padding: 0;
25 border: 0;
26 height: 100%;
27 display: flex;
28 flex-direction: column;
30 body
32 font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
33 flex: 1 0 auto;
34 display: flex;
35 flex-direction: column;
36 margin: 0px;
37 font-size: 12px;
39 #mainBox
41 display: flex;
42 flex-direction: column;
43 align-items: stretch;
44 align-content: space-between;
45 width: 100%;
46 flex: 1 0 auto;
47 margin: 0;
48 padding: 0;
51 #mainBox .logo{
52 float: left;
53 margin:3px 4px 0px 10px;
54 width:20px;
55 z-index:10000;
58 #mainBox > div
60 flex: 0 1 auto;
61 margin: 0 0 0 0;
64 #mainBox > div.mainFrames
66 display: flex;
67 flex: 1 0 auto;
68 flex-direction: column;
69 padding: 0 0 0 0;
70 z-index: 3;
71 margin: 0 0 0 0;
74 #framesDisplay
76 flex: 1 0 auto;
77 display: flex;
78 flex-direction: row;
81 #framesDisplay > div
83 flex: 1 0 auto;
84 align-items: stretch;
85 align-content:stretch;
86 display: flex;
87 flex-direction: column;
88 margin: 0;
89 padding: 0;
90 border-left: 1pt solid black;
91 border-right: 1pt solid black;
94 #framesDisplay > div > iframe
96 flex: 1 0 auto;
97 border: 0px solid black;
98 width: 100%;
101 .tabControls
103 margin: -9px 0 0 0;
104 padding: 9px 0 0 0;
105 display: flex;
106 flex-direction: row;
107 overflow: auto;
110 .tabSpan
112 margin: 0 0 0 0;
113 padding: 1px 7px;
114 border: 1pt solid black;
115 border-bottom:0pt;
116 border-radius: 6px 6px 0 0;
117 cursor: pointer;
118 flex: 0 1 auto;
119 white-space:nowrap;
120 box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.6);
121 overflow: visible;
124 .tabSpan:hover
126 color: red;
128 .tabHidden
130 color: gray;
132 .tabNotchosen {
133 border-bottom:1pt solid black;
134 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
135 display:block;
138 #attendantData
140 min-height: 4em;
143 .patientCurrentEncounter {
144 display: inline;
147 .patientDataColumn
149 width: 33%;
150 float: left;
151 display: block;
154 .messagesColumn
156 float: right;
157 padding-right: 20px;
160 .patientEncountersColumn
164 .patientEncounterList
166 position:fixed;
167 overflow: hidden;
168 border: 1px solid black;
169 background: white;
170 cursor: pointer;
171 z-index:1;
174 .patientEncounterList table.encounters
176 display: none;
180 .patientEncounterList:hover table.encounters
182 display: block;
186 .patientEncounterList > div
188 padding: 2px;
190 .patientEncounterList:hover
192 overflow: visible;
193 height: auto;
194 z-index:4;
198 .patientEncounterList > div:hover
200 color: red;
203 .patientEncounterList table.encounters td:hover
205 color:red;
208 .patientEncounterList .review
210 font-size: x-small;
211 padding: 2px;
212 border: 1px solid black;
213 background-color: lightgray;
214 border-radius: 5px;
217 #userData
219 position: relative;
220 float: right;
222 .patientInfo
224 padding: 1px 1px 1px 10px;
227 .patientInfo .clear
229 font-size: x-small;
230 margin: 1px;
231 padding: 3px;
232 border: 1px solid black;
233 background-color: lightgray;
234 border-radius: 5px;
235 cursor: pointer;
238 .patientInfo .clear:hover
240 color:red;
243 .patientInfo .patientPicture
245 margin-top: -1px;
246 margin-right: 7px;
249 .patientInfo .patientPicture img
251 height: 75px;
254 .top {
255 vertical-align:top;
258 .appMenu > span
260 float: left;
261 padding:0px 0px;
262 white-space: nowrap;
263 text-shadow: none;
265 .appMenu > span:hover
267 color: #fff;
268 text-decoration: none;
269 background-color: #1C5ECF;
270 text-shadow: none;
272 .appMenu ul
274 list-style:none;
275 margin:0;
276 padding: 1px 5px 2px 1px;
278 .appMenu li
280 padding-left: 14px;
282 .appMenu li:hover
284 color: #fff;
285 text-decoration: none;
286 background-color: #1C5ECF;
287 text-shadow: none;
289 .appMenu li:hover > .menuDisabled
291 background-color: transparent;
293 .menuSection{
294 position: relative;
296 .menuSection > .menuEntries{
297 background-color:#C9DBF2;
298 display: none;
299 position: absolute;
300 top: 19px;
301 z-index:1000;
302 box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
303 min-width: 175px;
304 border: 0.5pt solid gray;
305 border-radius: 0px 5px 5px 5px;
306 color: black;
307 margin-top: 4px;
308 padding-top: 3px;
309 padding-left: 0px;
310 padding-right: 0px;
311 padding-bottom: 4px;
312 whitespace:nowrap;
315 .menuSection > .menuEntries .menuEntries {
316 display: none;
317 position: absolute;
318 top: -4px;
319 left: 159px;
320 transition: 2s background-color;
322 .menuSection:hover > .menuEntries{
323 display: block;
326 .menuLabel
328 cursor: pointer;
329 padding: 5px 12px 5px;
331 .menuDisabled
333 color:gray;
336 #username
338 cursor: pointer;
340 .userSection
342 min-width: 200px;
343 right:10px;
345 .body_top {
346 background-color: #C9DBF2;
347 padding:0px;
348 box-shadow:0 0 10px #939393;
349 z-index:10;
351 .body_title {
352 color: black;
353 background-color: #c9dbf2;
354 padding:10px 0px 0px 0px;
356 #username:hover > .userfunctions
358 display: block;
359 Xwidth:98%;
362 #username > .userfunctions > div:hover
364 color: red;
366 .logo {
367 border-radius: 50%;
368 -webkit-transition: -webkit-transform .8s ease-in-out;
369 transition: transform .8s ease-in-out;
371 .logo:hover {
372 -webkit-transform: rotate(360deg);
373 transform: rotate(360deg);
375 .acck {}
377 .menu_arrow {
378 bottom:0px;
379 margin: 7px 7px 2px 7px;
381 .topToolbarRight {
382 border-top:0pt;
385 .closeButton {
386 display:inline-block;
387 float:right;
388 position:relative;
389 top:6px;
390 right:5px;
393 .float-element {
394 float: left;