Removal of legacy dialog styles from tab themes.
[openemr.git] / interface / themes / tabs_style_full.css
blob06ed137b3d4bbfb25d9cdf68e8ac37d232db8860
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 font-size: 0.9em;
108 margin: 0px;
109 padding: 8px 8px;
110 border-top: 3pt solid #1976d2;
111 border-left: 1px solid #1976d2;
112 border-bottom: 0pt;
113 border-right: 1px solid #1976d2;
114 cursor: pointer;
115 flex: 0 1 auto;
116 white-space: nowrap;
117 overflow: visible;
119 .tabSpan:last-child {
120 /*border-right: 1pt solid #1976d2;*/
123 .tabSpan .fa {
124 color: #888888;
127 .tabSpan:hover
129 /*color: red;*/
131 .tabHidden
133 color: #888888;
135 .tabNotchosen {
136 background: transparent;
137 border-top: 3pt solid transparent;
138 border-left: none;
139 border-right: none;
140 border-bottom: 1pt solid #1976d2;
141 display:block;
143 .tabNotchosen:hover {
144 background: #e9e9e9;
147 .tabsNoHover {
148 background: transparent !important;
149 border-top: 3pt solid transparent;
150 border-left: none;
151 border-right: none;
152 border-bottom: 1pt solid #1976d2;
153 display:block;
156 #attendantData
158 background-color: #f4f4f4;
160 .patientInfo a {
161 color: #333 !important;
164 .patientInfo .patientPicture
166 margin-top: -1px;
167 margin-right: 7px;
170 .patientInfo .patientPicture img
172 height: 50px;
175 .patientCurrentEncounter {
176 display: inline;
179 .patientCurrentEncounter a {
180 color: #333 !important;
183 .patientDataColumn
185 width: 33%;
186 float: left;
187 display: block;
190 .messagesColumn
192 float: right;
193 padding-right: 20px;
196 .patientEncountersColumn
200 .patientEncounterList
202 position:fixed;
203 overflow: hidden;
204 border: 1px solid black;
205 background: white;
206 cursor: pointer;
207 z-index:1;
210 .patientEncounterList table.encounters {
211 display: none;
214 .patientEncounterList:hover table.encounters {
215 display: block;
218 .patientEncounterList > div {
219 padding: 2px;
221 .patientEncounterList:hover
223 overflow: visible;
224 height: auto;
225 z-index:4;
229 .patientEncounterList > div:hover
231 color: red;
234 .patientEncounterList table.encounters td:hover
236 color:red;
239 .patientEncounterList .review
241 padding: 2px;
242 border: 1px solid black;
243 background-color: lightgray;
244 border-radius: 5px;
247 #userData
249 position: relative;
250 float: right;
252 .patientInfo
254 padding: 1px 1px 1px 10px;
257 .patientInfo .clear:hover i {
258 color: #ff5d5a;
261 .top {
262 vertical-align:top;
265 .appMenu > span
267 float: left;
268 padding: 0px;
269 white-space: nowrap;
272 .appMenu
273 .appMenu > span:hover
275 color: #fff;
276 text-decoration: none;
277 background-color: #1C5ECF;
278 text-shadow: none;
280 .appMenu ul
282 list-style:none;
283 margin:0;
284 padding: 1px 5px 2px 1px;
287 .appMenu li:hover > .menuDisabled
289 background-color: transparent;
291 .menuSection{
292 position: relative;
294 .menuSection:hover {
295 background-color: #CCE3F8;
297 .menuSection > .menuEntries{
298 background:#fff;
299 display: none;
300 position: absolute;
301 top: 40px;
302 z-index:1000;
303 min-width: 175px;
304 box-shadow: 0px 5px 5px #adadad;
305 padding: 0px;
306 whitespace: nowrap;
309 .menuSection > .menuEntries .menuEntries {
310 display: none;
311 position: absolute;
312 top: -3px;
313 left: 161px;
315 .menuSection:hover > .menuEntries{
316 display: block;
319 /* Need separate styling for top level vs submenu items
320 * This currently controls ALL links in menu, no bueno
321 * --Robert Down */
322 .menuLabel
324 color: #333;
325 padding: 15px 10px;
326 font-weight: 700;
328 .menuLabel:hover {
329 background: #CCE3F8;
330 color: #333;
333 /** Only apply if not an actual link **/
334 div.menuLabel:hover {
335 cursor: default !important;
338 /** Sub menu **/
339 .menuEntries li .menuLabel {
340 display: block;
341 padding: 10px 20px;
343 .menuEntries li .menuLabel:hover {
344 background-color: #CCE3F8;
345 color: #333;
348 .logo {
349 padding: 10px 0px;
352 .menuDisabled
354 color: #d7d7d7;
356 .menuDisabled:hover {
357 color: #d7d7d7 !important;
358 background-color: #f4f4f4 !important;
359 cursor: not-allowed;
362 #username
364 cursor: pointer;
366 .userSection
368 min-width: 200px;
369 right:10px;
372 /* Main menu bar */
373 .body_top {
374 background-color: #f4f4f4;
375 color: #333;
376 padding: 0px;
377 margin: 0px;
378 z-index: 10;
380 .body_title {
381 color: black;
382 background-color: #f4f4f4;
383 padding:10px 0px 0px 0px;
385 #username:hover > .userfunctions
387 display: block;
388 width:98%;
391 #username > .userfunctions > div:hover
393 color: red;
396 .acck {}
398 .menu_arrow {
399 bottom:0px;
400 margin: 7px 7px 2px 7px;
402 .topToolbarRight {
403 border-top:0pt;
406 .closeButton {
407 display:inline-block;
408 float:right;
409 position:relative;
410 top:6px;
411 right:5px;