Responsive Vertical Menu For Tab Based Layout Take 2 (#2431)
[openemr.git] / interface / themes / style_light.scss
blob321cdf12524d5d7c496f2ee00d24d3ce2a9150b1
1 body {
2         font-family: lato, Helvetica, Sans-Serif;
3         font-size: 14px;
6 @import "core";
8 .menuBar{
9         width:100%;
10         height:auto;
11         display:block;
12         position:fixed;
13         top:0;
14         background-color:#FFFFFF !important;
15         z-index:100;
18 .menuBar ~ .container{
19         margin-top:95px;
23 .logout {
24         color: #000000;
25         text-decoration: none;
26         text-align: $right;
29 .alert-custom {
30         background-color: #FF0000 !important;
31         color: #fff !important;
34 .small span.text, span.required, span.bold {
35         font-size: 1em;
38 .link {
39         font-size: 0.7em;
42 .more {
43         font-size: 0.7em;
46 .back {
47         font-size: 0.7em;
50 .link_selected {
51         font-size: 0.7em;
53 .link_selected:visited {
54         font-size: 0.7em;
57 .items {
58         font-size: 0.7em;
61 .title {
62         font-size: 1.5em;
65 .title_bar {
66         font-size: 1.13em;
69 .body_top {
70         background-color: #ffffff;
72 /* $top_bg_line */
74 .bgcolor2 {
75         background-color: #ffffff;
77 /* $GLOBALS['style']['BGCOLOR2'] */
79 .body_title {
80         background-color: #f4f4f4;
82 /* $title_bg_line */
84 .body_nav {
85         background-color: #f0f0f0;
87 /* $nav_bg_line */
89 .body_filler {
90         background-color: #f7f0d5;
92 /* $login_body_line */
94 #addressbook_list tr.search {
95         font-size: 0.9em;
97 #addressbook_list .inputtext {
98         font-size: 0.9em;
101 [href~="deleter"],
102 [onclick~="delete"] {
103         background: #ff5d5a !important;
106 .section {
107         background: #f0f0f0;
108         border-color: #d7d7d7 !important;
111 /* styles taken out of templates/documents/general_list.html */
112 #documents_list {
113         width: 100%;
114         height: 95%;
115         overflow: auto;
116         float: left;
117         border-right: dashed 1px;
119 #documents_list td {
120         font-size: 0.8em;
122 #documents_list a {
123         font-size: 0.8em;
126 .body_title table tr td {
127         padding: 0px !important;
130 /* Patient History */
131 #HIS .groupname {
132         font-size: 0.9em;
134 #HIS .label_custom {
135         font-size: 0.9em;
137 #HIS .data {
138         font-size: 0.9em;
141 /*=============================================================
142  * Patient Past Encounters and Documents
143  * seen in the patient encounter screen
144  *============================================================*/
145 #patient_pastenc #tooltipdiv {
146         font-size: 0.9em;
149 /*=============================================================
150  * Report - Custom
151  * seen as the patient report (custom_report.php)
152  *============================================================*/
153 #report_custom h1 {
154         font-size: 1.2em;
156 #report_custom .encounter h1 {
157         font-size: 1.4em;
160 #addressbook_list tr.evenrow {
161         background-color: #ddddff;
164 #addressbook_list tr.oddrow {
165         background-color: #ffffff;
168 tr.odd, td.even {
169         background-color: #ffffff !important;
172 @import "buttons/_light";
174 #logout_link span {
175         display: none;
179  * TABS
181 ul.tabNav {
182         margin: 0;
183         padding: 0;
184         padding-top: 4px;
185         background: #2672ec;
187 ul.tabNav li {
188         padding: 0px 4px;
190 ul.tabNav li.current a {
191         background: #ffffff;
192         color: #2672ec;
194 ul.tabNav a {
195         color: #ffffff;
196         padding: 8px 17px;
198 ul.tabNav a:focus {
199         outline: none;
203 * List-table formatting
206 .showborder td {
207         font-size: 0.9em;
210 .showborder_head th {
211         font-size: 0.9em;
214 .shownoborder td {
215         font-size: 0.9em;
218 .showborder_long tr td {
219         font-size: 0.9em;
223 * Drug lookup
225 .drug_lookup {
226         font-size: 0.8em;
229 @import "navigation-slide/_light";
231 #sddm li {
232         background: #f0f0f0;
234 #sddm li a {
235         padding: 12px;
236         color: #2672ec;
238 #sddm li a:hover {
239         background: #d7d7d7;
241 #sddm div {
242         display: none;
243         margin: 0;
244         padding: 0;
245         background: #f0f0f0;
247 #sddm div a {
248         color: #2875DE;
250 #sddm div a:hover {
251         background: #2672ec;
254 #sddm li.encounter-form-category-li{
255         position: relative;
256         z-index: 1;
259 .text-area {
260         background-color: #FFFFFF;
261         border: 1px solid black;
262         width: 100%;
263         height: 100px;
264         overflow: auto;
265         text-align: left;
268 .example_menu {
269         font-size: 0.7em;
271 .example_menu ul a:hover {
272         background: #f5f5f5;
273         text-decoration: underline;
276 .error-message{
277         font-size: 0.8em;
281 .attach-input{
282         text-align: right;
284 .full-width{
285         width: 100%;
287 .radio-pos{
288         margin-left: 10px;
291 .sidebar {
292         background-color: #f8f8f8;
293         font-size: 0.95em;
296 .sidebar .submenu {
297         font-size:0.9em;
300 .alert-danger-custom {
301         background-color: #FF0000 !important;
302         color: #fff !important;
304 /* to align feesheet buttons*/
305 div.category-display {
306         margin-left: 25px !important;
308 .chevron_color {
309     color: #2672ec;
312 #create_patient_btn {
313         float: right;
314         margin-top: 25px;
317 /*~~openemr5 tabs menu , user and logout icon~~*/
318 #menu_icon, #logout_icon, #user_icon {
319     color:#676666 !important;
322 @import "oe-bootstrap";
323 @import "oe-common/all-common-import";
325 @include if-rtl {
326         @include rtl_style;