added new datepicker to amendments gui
[openemr.git] / interface / themes / tabs_style_compact.css
blob518e3aa9c9cc523fd1dec6e9c112e9700bf9ebb5
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;
83 border-left: 1pt solid black;
84 border-right: 1pt solid black;
87 #framesDisplay > div > iframe
89 flex: 1 0 auto;
90 border: 0px solid black;
93 .tabControls
95 margin: -9px 0 0 0;
96 padding: 9px 0 0 0;
97 display: flex;
98 flex-direction: row;
99 overflow: auto;
102 .tabSpan
104 margin: 0 0 0 0;
105 padding: 1px 7px;
106 border: 1pt solid black;
107 border-bottom:0pt;
108 border-radius: 6px 6px 0 0;
109 cursor: pointer;
110 flex: 0 1 auto;
111 white-space:nowrap;
112 box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.6);
113 overflow: visible;
116 .tabSpan:hover
118 color: red;
120 .tabHidden
122 color: gray;
124 .tabNotchosen {
125 border-bottom:1pt solid black;
126 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
127 display:block;
130 #dialogDiv
132 margin: 0;
133 padding:0;
134 border:0;
135 position:absolute;
137 width: 99%;
138 height:99%;
140 background-color: gray;
141 z-index:1000;
142 opacity: 0.5;
145 #dialogDiv > div.container
147 display: table;
148 background-color: gray;
149 margin: auto auto;
150 opacity: 1;
153 .dialogIframe
155 position: absolute;
156 top:0;
157 left:0;
158 margin: auto auto;
159 opacity: 1;
160 z-index:10000;
161 border: 1px solid black;
162 border-radius: 10px;
165 div.closeDlgIframe {
167 position: absolute;
168 top: -12px;
169 right: -15px;
170 height: 30px;
171 width: 30px;
172 background: url('iframe_close.png') top left no-repeat;
173 cursor: pointer;
174 z-index: 10010;
177 .dialogIframe > iframe{
178 border: none;
179 border-radius: 10px;
180 height:100%;
181 width:100%;
183 #patientData
185 min-height: 4em;
188 .patientCurrentEncounter {
189 display: inline;
192 .patientDataColumn
194 width: 33%;
195 float: left;
196 display: block;
199 .messagesColumn
201 float: right;
202 padding-right: 20px;
205 .patientEncountersColumn
209 .patientEncounterList
211 position:fixed;
212 overflow: hidden;
213 border: 1px solid black;
214 background: white;
215 cursor: pointer;
216 z-index:1;
219 .patientEncounterList table.encounters
221 display: none;
225 .patientEncounterList:hover table.encounters
227 display: block;
231 .patientEncounterList > div
233 padding: 2px;
235 .patientEncounterList:hover
237 overflow: visible;
238 height: auto;
239 z-index:4;
243 .patientEncounterList > div:hover
245 color: red;
248 .patientEncounterList table.encounters td:hover
250 color:red;
253 .patientEncounterList .review
255 font-size: x-small;
256 padding: 2px;
257 border: 1px solid black;
258 background-color: lightgray;
259 border-radius: 5px;
262 #userData
264 position: relative;
265 float: right;
267 .patientInfo
269 padding: 1px 1px 1px 10px;
272 .patientInfo .clear
274 font-size: x-small;
275 margin: 1px;
276 padding: 3px;
277 border: 1px solid black;
278 background-color: lightgray;
279 border-radius: 5px;
280 cursor: pointer;
283 .patientInfo .clear:hover
285 color:red;
288 .top {
289 vertical-align:top;
292 .appMenu > span
294 float: left;
295 padding:0px 0px;
296 white-space: nowrap;
298 .appMenu > span:hover
300 color: #fff;
301 text-decoration: none;
302 background-color: #1C5ECF;
303 text-shadow: none;
305 .appMenu ul
307 list-style:none;
308 margin:0;
309 padding: 1px 5px 2px 1px;
311 .appMenu li
313 padding-left: 14px;
315 .appMenu li:hover
317 color: #fff;
318 text-decoration: none;
319 background-color: #1C5ECF;
320 text-shadow: none;
322 .appMenu li:hover > .menuDisabled
324 background-color: transparent;
326 .menuSection{
327 position: relative;
329 .menuSection > .menuEntries{
330 background-color:#C9DBF2;
331 display: none;
332 position: absolute;
333 top: 19px;
334 z-index:1000;
335 box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
336 min-width: 175px;
337 border: 0.5pt solid gray;
338 border-radius: 0px 5px 5px 5px;
339 color: black;
340 margin-top: 4px;
341 padding-top: 3px;
342 padding-left: 0px;
343 padding-right: 0px;
344 padding-bottom: 4px;
345 whitespace:nowrap;
348 .menuSection > .menuEntries .menuEntries {
349 display: none;
350 position: absolute;
351 top: -3px;
352 left: 161px;
353 transition: 2s background-color;
355 .menuSection:hover > .menuEntries{
356 display: block;
359 .menuLabel
361 cursor: pointer;
362 padding: 5px 12px 5px;
364 .menuDisabled
366 color:gray;
369 #username
371 cursor: pointer;
373 .userSection
375 min-width: 200px;
376 right:10px;
378 .body_top {
379 background-color: #C9DBF2;
380 padding:0px;
381 border-bottom:0.1pt solid black;
382 -moz-box-shadow: 0 0 10px #000;
383 -webkit-box-shadow: 0 0 10px #000;
384 box-shadow: 0 0 10px #000;
385 z-index:10;
387 .body_title {
388 color: black;
389 background-color: #c9dbf2;
390 padding:10px 0px 0px 0px;
392 #username:hover > .userfunctions
394 display: block;
395 Xwidth:98%;
398 #username > .userfunctions > div:hover
400 color: red;
402 .logo {
403 border-radius: 50%;
404 -webkit-transition: -webkit-transform .8s ease-in-out;
405 transition: transform .8s ease-in-out;
407 .logo:hover {
408 -webkit-transform: rotate(360deg);
409 transform: rotate(360deg);
411 .acck {}
413 .menu_arrow {
414 bottom:0px;
415 margin: 7px 7px 2px 7px;
417 .topToolbarRight {
418 border-top:0pt;
421 .closeButton {
422 display:inline-block;
423 float:right;
424 position:relative;
425 top:6px;
426 right:5px;