added new datepicker to amendments gui
[openemr.git] / interface / themes / tabs_style_full.css
blob1694852d1089d5a596bbdeba64648b835984ca80
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;
40 font-size: 12px;
42 #mainBox
44 display: flex;
45 flex-direction: column;
46 align-items: stretch;
47 align-content: space-between;
48 width: 100%;
49 flex: 1 0 auto;
50 margin: 0;
51 padding: 0;
54 #mainBox > div
56 flex: 0 1 auto;
57 margin: 0 0 0 0;
60 #mainBox > div.mainFrames
62 display: flex;
63 flex: 1 0 auto;
64 flex-direction: column;
65 padding: 0 0 0 0;
66 z-index: 3;
67 margin: 0 0 0 0;
70 #framesDisplay
72 flex: 1 0 auto;
73 display: flex;
74 flex-direction: row;
77 #framesDisplay > div
79 flex: 1 0 auto;
80 align-items: stretch;
81 align-content:stretch;
82 display: flex;
83 flex-direction: column;
84 margin: 0;
85 padding: 0;
86 border-left: 1pt solid black;
87 border-right: 1pt solid black;
90 #framesDisplay > div > iframe
92 flex: 1 0 auto;
93 border: 0px solid black;
96 .tabControls
98 margin: 0px;
99 padding: 0px;
100 padding-top: 4px;
101 display: flex;
102 flex-direction: row;
103 background: #f4f4f4;
104 overflow: auto;
107 .tabSpan
109 margin: 0px;
110 padding: 8px 8px;
111 border-top: 3pt solid #1976d2;
112 border-left: 1px solid #1976d2;
113 border-bottom: 0pt;
114 border-right: 1px solid #1976d2;
115 cursor: pointer;
116 flex: 0 1 auto;
117 white-space: nowrap;
118 overflow: visible;
120 .tabSpan:last-child {
121 /*border-right: 1pt solid #1976d2;*/
124 .tabSpan .fa {
125 font-size: 80%;
126 color: #888888;
129 .tabSpan:hover
131 /*color: red;*/
133 .tabHidden
135 color: #888888;
137 .tabNotchosen {
138 background: transparent;
139 border-top: 3pt solid transparent;
140 border-left: none;
141 border-right: none;
142 border-bottom: 1pt solid #1976d2;
143 display:block;
145 .tabNotchosen:hover {
146 background: #e9e9e9;
149 #dialogDiv
151 margin: 0;
152 padding:0;
153 border:0;
154 position:absolute;
156 width: 99%;
157 height:99%;
159 background-color: #fff;
160 z-index:1000;
161 opacity: 0.65;
164 #dialogDiv > div.container
166 display: table;
167 /*background-color: gray;*/
168 margin: auto auto;
169 opacity: 1;
172 .dialogIframe
174 position: absolute;
175 top: 0;
176 left: 0;
177 margin: auto auto;
178 opacity: 1;
179 z-index: 10000;
180 box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
183 div.closeDlgIframe {
184 background: #ff5d5a;
185 position: absolute;
186 top: -12px;
187 right: -12px;
188 height: 30px;
189 width: 30px;
190 cursor: pointer;
191 z-index: 10010;
193 div.closeDlgIframe:before {
194 color: #fff;
195 content: "\f00d";
196 font-family: "FontAwesome";
197 font-weight: bold;
198 display: inline-block;
199 width: 100%;
200 text-align: center;
201 margin: auto;
202 line-height: 30px;
203 height: 30px;
206 .dialogIframe > iframe{
207 border: none;
208 border-radius: 10px;
209 height:100%;
210 width:100%;
212 #patientData
214 background-color: #f4f4f4;
216 .patientInfo a {
217 color: #333 !important;
220 .patientCurrentEncounter {
221 display: inline;
224 .patientCurrentEncounter a {
225 color: #333 !important;
228 .patientDataColumn
230 width: 33%;
231 float: left;
232 display: block;
235 .messagesColumn
237 float: right;
238 padding-right: 20px;
241 .patientEncountersColumn
245 .patientEncounterList
247 position:fixed;
248 overflow: hidden;
249 border: 1px solid black;
250 background: white;
251 cursor: pointer;
252 z-index:1;
255 .patientEncounterList table.encounters {
256 display: none;
259 .patientEncounterList:hover table.encounters {
260 display: block;
263 .patientEncounterList > div {
264 padding: 2px;
266 .patientEncounterList:hover
268 overflow: visible;
269 height: auto;
270 z-index:4;
274 .patientEncounterList > div:hover
276 color: red;
279 .patientEncounterList table.encounters td:hover
281 color:red;
284 .patientEncounterList .review
286 font-size: x-small;
287 padding: 2px;
288 border: 1px solid black;
289 background-color: lightgray;
290 border-radius: 5px;
293 #userData
295 position: relative;
296 float: right;
298 .patientInfo
300 padding: 1px 1px 1px 10px;
303 .patientInfo .clear:hover i {
304 color: #ff5d5a;
307 .top {
308 vertical-align:top;
311 .appMenu > span
313 float: left;
314 padding: 0px;
315 white-space: nowrap;
318 .appMenu
320 .appMenu > span:hover
322 color: #fff;
323 text-decoration: none;
324 background-color: #1C5ECF;
325 text-shadow: none;
327 .appMenu ul
329 list-style:none;
330 margin:0;
331 padding: 1px 5px 2px 1px;
334 .appMenu li:hover > .menuDisabled
336 background-color: transparent;
338 .menuSection{
339 position: relative;
341 .menuSection:hover {
342 background-color: #CCE3F8;
344 .menuSection > .menuEntries{
345 background:#fff;
346 display: none;
347 position: absolute;
348 top: 40px;
349 z-index:1000;
350 min-width: 175px;
351 box-shadow: 0px 5px 5px #adadad;
352 padding: 0px;
353 whitespace: nowrap;
356 .menuSection > .menuEntries .menuEntries {
357 display: none;
358 position: absolute;
359 top: -3px;
360 left: 161px;
362 .menuSection:hover > .menuEntries{
363 display: block;
366 /* Need separate styling for top level vs submenu items
367 * This currently controls ALL links in menu, no bueno
368 * --Robert Down */
369 .menuLabel
371 color: #333;
372 padding: 15px 10px;
373 font-weight: 600;
375 .menuLabel:hover {
376 background: #CCE3F8;
377 color: #333;
380 /** Only apply if not an actual link **/
381 div.menuLabel:hover {
382 cursor: default !important;
385 /** Sub menu **/
386 .menuEntries li .menuLabel {
387 font-size: 90%;
388 display: block;
389 padding: 10px 20px;
391 .menuEntries li .menuLabel:hover {
392 background-color: #CCE3F8;
393 color: #333;
396 .logo {
397 padding: 10px 0px;
400 .menuDisabled
402 color: #d7d7d7;
404 .menuDisabled:hover {
405 color: #d7d7d7 !important;
406 background-color: #f4f4f4 !important;
407 cursor: not-allowed;
410 #username
412 cursor: pointer;
414 .userSection
416 min-width: 200px;
417 right:10px;
420 /* Main menu bar */
421 .body_top {
422 background-color: #f4f4f4;
423 color: #333;
424 padding: 0px;
425 margin: 0px;
426 z-index: 10;
428 .body_title {
429 color: black;
430 background-color: #f4f4f4;
431 padding:10px 0px 0px 0px;
433 #username:hover > .userfunctions
435 display: block;
436 width:98%;
439 #username > .userfunctions > div:hover
441 color: red;
444 .acck {}
446 .menu_arrow {
447 bottom:0px;
448 margin: 7px 7px 2px 7px;
450 .topToolbarRight {
451 border-top:0pt;
454 .closeButton {
455 display:inline-block;
456 float:right;
457 position:relative;
458 top:6px;
459 right:5px;