Removal of legacy dialog styles from tab themes.
[openemr.git] / interface / themes / tabs_style_compact.css
blob0fe02f3ee88b716a9a02e6398990b5ab5087fe7e
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 > div
53 flex: 0 1 auto;
54 margin: 0 0 0 0;
57 #mainBox > div.mainFrames
59 display: flex;
60 flex: 1 0 auto;
61 flex-direction: column;
62 padding: 0 0 0 0;
63 z-index: 3;
64 margin: 0 0 0 0;
67 #framesDisplay
69 flex: 1 0 auto;
70 display: flex;
71 flex-direction: row;
74 #framesDisplay > div
76 flex: 1 0 auto;
77 align-items: stretch;
78 align-content:stretch;
79 display: flex;
80 flex-direction: column;
81 margin: 0;
82 padding: 0;
85 #framesDisplay > div > iframe
87 flex: 1 0 auto;
88 border: 0px solid black;
89 width: 100%;
92 .tabControls
94 margin: -9px 0 0 0;
95 padding: 9px 0 0 0;
96 display: flex;
97 flex-direction: row;
98 overflow: auto;
101 .tabSpan
103 margin: 0 0 0 0;
104 padding: 1px 7px;
105 border: 1pt solid black;
106 border-bottom:0pt;
107 border-radius: 6px 6px 0 0;
108 cursor: pointer;
109 flex: 0 1 auto;
110 white-space:nowrap;
111 box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.6);
112 overflow: visible;
115 .tabSpan:hover
117 color: red;
119 .tabHidden
121 color: gray;
123 .tabNotchosen {
124 border-bottom:1pt solid black;
125 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
126 display:block;
129 #attendantData
131 min-height: 4em;
134 .patientCurrentEncounter {
135 display: inline;
138 .patientDataColumn
140 width: 33%;
141 float: left;
142 display: block;
145 .messagesColumn
147 float: right;
148 padding-right: 20px;
151 .patientEncountersColumn
155 .patientEncounterList
157 position:fixed;
158 overflow: hidden;
159 border: 1px solid black;
160 background: white;
161 cursor: pointer;
162 z-index:1;
165 .patientEncounterList table.encounters
167 display: none;
171 .patientEncounterList:hover table.encounters
173 display: block;
177 .patientEncounterList > div
179 padding: 2px;
181 .patientEncounterList:hover
183 overflow: visible;
184 height: auto;
185 z-index:4;
189 .patientEncounterList > div:hover
191 color: red;
194 .patientEncounterList table.encounters td:hover
196 color:red;
199 .patientEncounterList .review
201 font-size: x-small;
202 padding: 2px;
203 border: 1px solid black;
204 background-color: lightgray;
205 border-radius: 5px;
208 #userData
210 position: relative;
211 float: right;
213 .patientInfo
215 padding: 1px 1px 1px 10px;
218 .patientInfo .clear
220 font-size: x-small;
221 margin: 1px;
222 padding: 3px;
223 border: 1px solid black;
224 background-color: lightgray;
225 border-radius: 5px;
226 cursor: pointer;
229 .patientInfo .clear:hover
231 color:red;
234 .patientInfo .patientPicture
236 margin-top: -1px;
237 margin-right: 7px;
240 .patientInfo .patientPicture img
242 height: 50px;
245 .top {
246 vertical-align:top;
249 .appMenu > span
251 float: left;
252 padding:0px 0px;
253 white-space: nowrap;
255 .appMenu > span:hover
257 color: #fff;
258 text-decoration: none;
259 background-color: #1C5ECF;
260 text-shadow: none;
262 .appMenu ul
264 list-style:none;
265 margin:0;
266 padding: 1px 5px 2px 1px;
268 .appMenu li
270 padding-left: 14px;
272 .appMenu li:hover
274 color: #fff;
275 text-decoration: none;
276 background-color: #1C5ECF;
277 text-shadow: none;
279 .appMenu li:hover > .menuDisabled
281 background-color: transparent;
283 .menuSection{
284 position: relative;
286 .menuSection > .menuEntries{
287 background-color:#C9DBF2;
288 display: none;
289 position: absolute;
290 top: 19px;
291 z-index:1000;
292 box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
293 min-width: 175px;
294 border: 0.5pt solid gray;
295 border-radius: 0px 5px 5px 5px;
296 color: black;
297 margin-top: 4px;
298 padding-top: 3px;
299 padding-left: 0px;
300 padding-right: 0px;
301 padding-bottom: 4px;
302 whitespace:nowrap;
305 .menuSection > .menuEntries .menuEntries {
306 display: none;
307 position: absolute;
308 top: -3px;
309 left: 161px;
310 transition: 2s background-color;
312 .menuSection:hover > .menuEntries{
313 display: block;
316 .menuLabel
318 cursor: pointer;
319 padding: 5px 12px 5px;
321 .menuDisabled
323 color:gray;
326 #username
328 cursor: pointer;
330 .userSection
332 min-width: 200px;
333 right:10px;
335 .body_top {
336 background-color: #C9DBF2;
337 padding:0px;
338 border-bottom:0.1pt solid black;
339 -moz-box-shadow: 0 0 10px #000;
340 -webkit-box-shadow: 0 0 10px #000;
341 box-shadow: 0 0 10px #000;
342 z-index:10;
344 .body_title {
345 color: black;
346 background-color: #c9dbf2;
347 padding:10px 0px 0px 0px;
349 #username:hover > .userfunctions
351 display: block;
352 Xwidth:98%;
355 #username > .userfunctions > div:hover
357 color: red;
359 .logo {
360 border-radius: 50%;
361 -webkit-transition: -webkit-transform .8s ease-in-out;
362 transition: transform .8s ease-in-out;
364 .logo:hover {
365 -webkit-transform: rotate(360deg);
366 transform: rotate(360deg);
368 .acck {}
370 .menu_arrow {
371 bottom:0px;
372 margin: 7px 7px 2px 7px;
374 .topToolbarRight {
375 border-top:0pt;
378 .closeButton {
379 display:inline-block;
380 float:right;
381 position:relative;
382 top:6px;
383 right:5px;