Merge pull request #2131 from sjpadgett/portal-tables
[openemr.git] / interface / themes / tabs_style_full.css
blob5120d1e18e4f99ebf6a2b75b558dea2d94a78a79
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 #mainBox .logo{
70 float: left;
71 margin:3px 4px 0px 10px;
72 width:20px;
73 z-index:10000;
76 #framesDisplay
78 flex: 1 0 auto;
79 display: flex;
80 flex-direction: row;
83 #framesDisplay > div
85 flex: 1 0 auto;
86 align-items: stretch;
87 align-content:stretch;
88 display: flex;
89 flex-direction: column;
90 margin: 0;
91 padding: 0;
94 #framesDisplay > div > iframe
96 flex: 1 0 auto;
97 border: 0px solid black;
98 width: 100%
101 .tabControls
103 margin: 0px;
104 padding: 0px;
105 padding-top: 4px;
106 display: flex;
107 flex-direction: row;
108 background: #f4f4f4;
109 overflow: auto;
112 .tabSpan
114 font-size: 0.9em;
115 margin: 0px;
116 padding: 8px 8px;
117 border-top: 3pt solid #1976d2;
118 border-left: 1px solid #1976d2;
119 border-bottom: 0pt;
120 border-right: 1px solid #1976d2;
121 cursor: pointer;
122 flex: 0 1 auto;
123 white-space: nowrap;
124 overflow: visible;
126 .tabSpan:last-child {
127 /*border-right: 1pt solid #1976d2;*/
130 .tabSpan .fa {
131 color: #888888;
134 .tabSpan:hover
136 /*color: red;*/
138 .tabHidden
140 color: #888888;
142 .tabNotchosen {
143 background: transparent;
144 border-top: 3pt solid transparent;
145 border-left: none;
146 border-right: none;
147 border-bottom: 1pt solid #1976d2;
148 display:block;
150 .tabNotchosen:hover {
151 background: #e9e9e9;
154 .tabsNoHover {
155 background: transparent !important;
156 border-top: 3pt solid transparent;
157 border-left: none;
158 border-right: none;
159 border-bottom: 1pt solid #1976d2;
160 display:block;
163 #attendantData
165 background-color: #f4f4f4;
168 .patientInfo a {
169 color: #333 !important;
172 .patientInfo .patientPicture
174 margin-top: -1px;
175 margin-right: 7px;
178 .patientInfo .patientPicture img
180 height: 75px;
183 .patientCurrentEncounter {
184 display: inline;
187 .patientCurrentEncounter a {
188 color: #333 !important;
191 .patientDataColumn
193 width: 33%;
194 float: left;
195 display: block;
198 .messagesColumn
200 float: right;
201 padding-right: 20px;
204 .patientEncountersColumn
208 .patientEncounterList
210 position:fixed;
211 overflow: hidden;
212 border: 1px solid black;
213 background: white;
214 cursor: pointer;
215 z-index:1;
218 .patientEncounterList table.encounters {
219 display: none;
222 .patientEncounterList:hover table.encounters {
223 display: block;
226 .patientEncounterList > div {
227 padding: 2px;
229 .patientEncounterList:hover
231 overflow: visible;
232 height: auto;
233 z-index:4;
237 .patientEncounterList > div:hover
239 color: red;
242 .patientEncounterList table.encounters td:hover
244 color:red;
247 .patientEncounterList .review
249 padding: 2px;
250 border: 1px solid black;
251 background-color: lightgray;
252 border-radius: 5px;
255 #userData
257 position: relative;
258 float: right;
260 .patientInfo
262 padding: 1px 1px 1px 10px;
265 .patientInfo .clear:hover i {
266 color: #ff5d5a;
269 .top {
270 vertical-align:top;
273 .appMenu > span
275 float: left;
276 padding: 0px;
277 white-space: nowrap;
280 .appMenu
281 .appMenu > span:hover
283 color: #fff;
284 text-decoration: none;
285 background-color: #1C5ECF;
286 text-shadow: none;
288 .appMenu ul
290 list-style:none;
291 margin:0;
292 padding: 1px 5px 2px 1px;
295 .appMenu li:hover > .menuDisabled
297 background-color: transparent;
299 .menuSection{
300 position: relative;
302 .menuSection:hover {
303 background-color: #CCE3F8;
305 .menuSection > .menuEntries{
306 background:#fff;
307 display: none;
308 position: absolute;
309 top: 40px;
310 z-index:1000;
311 min-width: 175px;
312 box-shadow: 0px 5px 5px #adadad;
313 padding: 0px;
314 whitespace: nowrap;
317 .menuSection > .menuEntries .menuEntries {
318 display: none;
319 position: absolute;
320 top: -3px;
321 left: 161px;
323 .menuSection:hover > .menuEntries{
324 display: block;
327 /* Need separate styling for top level vs submenu items
328 * This currently controls ALL links in menu, no bueno
329 * --Robert Down */
330 .menuLabel
332 color: #333;
333 padding: 15px 10px;
334 font-weight: 700;
336 .menuLabel:hover {
337 background: #CCE3F8;
338 color: #333;
341 /** Only apply if not an actual link **/
342 div.menuLabel:hover {
343 cursor: default !important;
346 /** Sub menu **/
347 .menuEntries li .menuLabel {
348 display: block;
349 padding: 10px 20px;
351 .menuEntries li .menuLabel:hover {
352 background-color: #CCE3F8;
353 color: #333;
356 .logo {
357 padding: 10px 0px;
360 .menuDisabled
362 color: #d7d7d7;
364 .menuDisabled:hover {
365 color: #d7d7d7 !important;
366 background-color: #f4f4f4 !important;
367 cursor: not-allowed;
370 #username
372 cursor: pointer;
374 .userSection
376 min-width: 200px;
377 right:10px;
380 /* Main menu bar */
381 .body_top {
382 background-color: #f4f4f4;
383 color: #333;
384 padding: 0px;
385 margin: 0px;
386 z-index: 10;
388 .body_title {
389 color: black;
390 background-color: #f4f4f4;
391 padding:10px 0px 0px 0px;
393 #username:hover > .userfunctions
395 display: block;
396 width:98%;
399 #username > .userfunctions > div:hover
401 color: red;
404 .acck {}
406 .menu_arrow {
407 bottom:0px;
408 margin: 7px 7px 2px 7px;
410 .topToolbarRight {
411 border-top:0pt;
414 .closeButton {
415 display:inline-block;
416 float:right;
417 position:relative;
418 top:6px;
419 right:5px;
422 .float-element {
423 float: left;