@indigina/kendo 1.0.149-beta → 1.0.167-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/assets/styles/kendoGrids.less +42 -37
  2. package/assets/styles/less/inspiria/base.less +141 -116
  3. package/assets/styles/less/inspiria/custom-hub.less +392 -386
  4. package/assets/styles/less/inspiria/custom.less +366 -368
  5. package/assets/styles/less/inspiria/md-skin.less +59 -49
  6. package/assets/styles/less/inspiria/media.less +16 -19
  7. package/assets/styles/less/inspiria/navigation.less +0 -1
  8. package/assets/styles/less/inspiria/rtl.less +18 -14
  9. package/assets/styles/less/inspiria/sidebar.less +44 -51
  10. package/assets/styles/less/inspiria/skins.less +51 -25
  11. package/assets/styles/less/inspiria/variables.less +26 -29
  12. package/bundles/indigina-kendo.umd.js +59 -69
  13. package/bundles/indigina-kendo.umd.js.map +1 -1
  14. package/esm2015/lib/angular/services/http.service.js +10 -2
  15. package/esm2015/lib/angular/widgets/live-updates-control/live-updates-control.component.js +1 -1
  16. package/esm2015/lib/angular/widgets/side-menu/menu-item-group/menu-item-group.component.js +6 -5
  17. package/esm2015/lib/angular/widgets/side-menu/side-menu.component.js +1 -1
  18. package/esm2015/lib/angular/widgets/tree-view/tree-view-node-prop/tree-view-node-prop.component.js +1 -1
  19. package/esm2015/lib/angular/widgets/tree-view/tree-view.component.js +1 -1
  20. package/esm2015/lib/components/account-menu/account-menu.component.js +1 -1
  21. package/esm2015/lib/components/azure-login-callback/azure-login-callback.component.js +11 -6
  22. package/esm2015/lib/components/language-selector/language-selector.component.js +1 -1
  23. package/esm2015/lib/services/account.service.js +1 -1
  24. package/esm2015/lib/services/activity.filter.service.js +1 -1
  25. package/esm2015/lib/services/auth.providers/azureb2c.provider.js +1 -1
  26. package/esm2015/lib/services/signalr/signalr.service.js +1 -1
  27. package/esm2015/lib/widgets/activity-filter/FilterConverter.js +1 -1
  28. package/esm2015/lib/widgets/activity-filter/activity-filter.component.js +2 -2
  29. package/esm2015/lib/widgets/entity-list/entity-list.component.js +1 -1
  30. package/esm2015/lib/widgets/modal-window/modal-window.component.js +2 -2
  31. package/esm2015/lib/widgets/multicheck-filter/multicheck-filter.component.js +1 -1
  32. package/fesm2015/indigina-kendo.js +32 -18
  33. package/fesm2015/indigina-kendo.js.map +1 -1
  34. package/indigina-kendo.metadata.json +1 -1
  35. package/package.json +2 -2
  36. package/bundles/indigina-kendo.umd.min.js +0 -17
  37. package/bundles/indigina-kendo.umd.min.js.map +0 -1
@@ -1,10 +1,12 @@
1
- @import (reference) "../sprite-merged.less";
1
+ @import (reference) '../sprite-merged.less';
2
2
  .sprites(@spritesheet-sprites);
3
3
  .sprites(@spritesheet-cleanlarge-sprites);
4
4
  //.sprites(@spritesheet-large-sprites);
5
5
 
6
- #layoutContainer, #LayoutContainer, #aspnetForm {
7
- height: 100%;
6
+ #layoutContainer,
7
+ #LayoutContainer,
8
+ #aspnetForm {
9
+ height: 100%;
8
10
  }
9
11
 
10
12
  @media (max-width: 1000px) {
@@ -14,493 +16,489 @@
14
16
  }
15
17
 
16
18
  body {
17
- background-image: none!important;
18
- background-color: #2f4050!important;
19
- box-shadow: inset 10px 0px 10px -10px #333333;
20
- -moz-box-shadow: inset 10px 0px 10px -10px #333333;
21
- -webkit-box-shadow: inset 10px 0px 10px -10px #333333;
19
+ background-image: none !important;
20
+ background-color: #2f4050 !important;
21
+ box-shadow: inset 10px 0px 10px -10px #333333;
22
+ -moz-box-shadow: inset 10px 0px 10px -10px #333333;
23
+ -webkit-box-shadow: inset 10px 0px 10px -10px #333333;
22
24
  }
23
25
 
24
26
  body.gridpage {
25
- background-color: transparent!important;
26
- overflow-y: auto;
27
+ background-color: transparent !important;
28
+ overflow-y: auto;
27
29
  }
28
30
 
29
31
  #SSGridContainer {
30
- padding: 35px 15px;
32
+ padding: 35px 15px;
31
33
  }
32
34
 
33
- .clear, .clr {
34
- clear: both;
35
+ .clear,
36
+ .clr {
37
+ clear: both;
35
38
  }
36
39
  .left {
37
- display: block;
38
- float: left;
40
+ display: block;
41
+ float: left;
39
42
  }
40
43
  .right {
41
- display: block;
42
- float: right;
44
+ display: block;
45
+ float: right;
43
46
  }
44
47
 
45
48
  .dropdown-toggle {
46
- cursor: pointer;
49
+ cursor: pointer;
47
50
  }
48
51
 
49
52
  .img-supply,
50
53
  .img-360 {
51
- display: none;
54
+ display: none;
52
55
  }
53
56
  .supplytheme {
54
- .img-supply {
55
- display: block;
56
- }
57
- .img-360 {
58
- display: none;
59
- }
57
+ .img-supply {
58
+ display: block;
59
+ }
60
+ .img-360 {
61
+ display: none;
62
+ }
60
63
  }
61
64
  .seko360theme {
62
- .nav-header {
63
- //padding: 22px 25px;
64
- padding: 16px 52px;
65
- }
66
- .img-supply {
67
- display: none;
68
- }
69
- .img-360 {
70
- display: block;
71
- }
65
+ .nav-header {
66
+ padding: 16px 52px;
67
+ }
68
+ .img-supply {
69
+ display: none;
70
+ }
71
+ .img-360 {
72
+ display: block;
73
+ }
72
74
  }
73
75
  .img-radius {
74
- border-radius: 5px;
76
+ border-radius: 5px;
75
77
  }
76
78
 
77
- // Menu
79
+ /* Menu */
78
80
  #menu-left {
79
- .menu-disabled {
80
- display: none;
81
- }
81
+ .menu-disabled {
82
+ display: none;
83
+ }
82
84
  }
83
85
 
84
86
  #MyWindows {
85
- //display: none;
86
- //background-color: #2f4050!important;
87
- background: none!important;
88
- box-shadow: none!important;
89
- height: 100%!important;
90
- left: -220px!important;
91
- margin-left: 0!important;
92
- min-height: 100%!important;
93
- opacity: 1!important;
94
- top: 0!important;
95
- z-index: 10001!important;
96
-
97
- a {
98
- color: #a7b1c2!important;
99
- }
100
- #MyWindowsTitle {
101
- color: #DFE4ED!important;
102
- }
87
+ background: none !important;
88
+ box-shadow: none !important;
89
+ height: 100% !important;
90
+ left: -220px !important;
91
+ margin-left: 0 !important;
92
+ min-height: 100% !important;
93
+ opacity: 1 !important;
94
+ top: 0 !important;
95
+ z-index: 10001 !important;
96
+
97
+ a {
98
+ color: #a7b1c2 !important;
99
+ }
100
+ #MyWindowsTitle {
101
+ color: #dfe4ed !important;
102
+ }
103
103
  }
104
104
  #MyWindows.open {
105
- left: 0!important;
106
- -webkit-transition: left ease-in 0.5s;
107
- transition: left ease-in 0.5s;
105
+ left: 0 !important;
106
+ -webkit-transition: left ease-in 0.5s;
107
+ transition: left ease-in 0.5s;
108
108
  }
109
109
 
110
110
  .contextMenu,
111
111
  .contextMenu LI {
112
- width: 125px!important;
112
+ width: 125px !important;
113
113
  }
114
114
 
115
115
  .navbar-static-side {
116
- margin-left: -440px;
117
- position: fixed;
118
- top: 0;
116
+ margin-left: -440px;
117
+ position: fixed;
118
+ top: 0;
119
119
  }
120
120
  .navbar-static-side.open {
121
- margin-left: -220px;
122
- -webkit-transition: left ease-in 0.5s;
123
- transition: left ease-in 0.5s;
121
+ margin-left: -220px;
122
+ -webkit-transition: left ease-in 0.5s;
123
+ transition: left ease-in 0.5s;
124
124
  }
125
125
  body.mini-navbar .navbar-static-side {
126
- margin-left: -140px;
126
+ margin-left: -140px;
127
127
  }
128
128
  body.mini-navbar .navbar-static-side.open {
129
- margin-left: -70px;
129
+ margin-left: -70px;
130
130
  }
131
131
 
132
132
  .menu-icon-minimized {
133
- display: none;
133
+ display: none;
134
134
  }
135
135
 
136
136
  .logo-element .fa {
137
- cursor: pointer;
137
+ cursor: pointer;
138
138
  }
139
139
 
140
140
  .icon-sourcing-active,
141
141
  .icon-sourcing-hover,
142
142
  .icon-sourcing-idle {
143
- margin-top: 3px;
143
+ margin-top: 3px;
144
144
  }
145
145
  .icon-purchasing-active,
146
146
  .icon-purchasing-hover,
147
147
  .icon-purchasing-idle {
148
- margin-top: 2px;
148
+ margin-top: 2px;
149
149
  }
150
150
 
151
-
152
- // iFrame overrides
151
+ /* iFrame overrides */
153
152
  .SSWindow {
154
- box-shadow: inset 10px 0px 10px -10px #333333 !important;
155
- -moz-box-shadow: inset 10px 0px 10px -10px #333333 !important;
156
- -webkit-box-shadow: inset 10px 0px 10px -10px #333333 !important;
157
- border: none;
158
- border-radius: 0;
159
- height: auto!important;
160
- left: 0!important;
161
- max-width: 100%!important;
162
- min-height: 100%;
163
- top: 0!important;
164
- width: 100%!important;
165
-
166
- .bodyIframe,
167
- iframe {
168
- left: 0%!important;
169
- max-width: 100%!important;
170
- width: 100%!important;
171
- }
172
- iframe {
173
- background-color: transparent;
174
- body {
175
- background-color: transparent;
176
- box-shadow: none;
177
- -moz-box-shadow: none;
178
- -webkit-box-shadow: none;
179
- }
180
- #aspnetForm {
181
- padding: 10px 15px;
182
- }
183
- }
184
- .header,
185
- .body,
186
- .footer,
187
- .header .content,
188
- .body .content,
189
- .footer .content {
190
- background-image: none!important;
191
- margin-right: 0!important;
192
- }
193
- .header {
194
- height: 36px;
195
- }
196
-
197
- .body .content .bodyIframe {
198
- background-color: #ffffff!important;
199
- box-shadow: inset 10px 0px 10px -10px #333333;
200
- -moz-box-shadow: inset 10px 0px 10px -10px #333333;
201
- -webkit-box-shadow: inset 10px 0px 10px -10px #333333;
202
- margin: 0!important;
203
- }
204
-
205
- .footer {
206
- background-color: transparent!important;
207
- border-top: none;
208
- bottom: -12px;
209
- padding: 0!important;
210
-
211
- .content {
212
- height: 0!important;
213
- }
214
- .dragCorner {
215
- bottom: 2px!important;
216
- height: 11px!important;
217
- right: 20px!important;
218
- }
219
- }
220
- }
221
-
222
- // Top Bar
153
+ box-shadow: inset 10px 0px 10px -10px #333333 !important;
154
+ -moz-box-shadow: inset 10px 0px 10px -10px #333333 !important;
155
+ -webkit-box-shadow: inset 10px 0px 10px -10px #333333 !important;
156
+ border: none;
157
+ border-radius: 0;
158
+ height: auto !important;
159
+ left: 0 !important;
160
+ max-width: 100% !important;
161
+ min-height: 100%;
162
+ top: 0 !important;
163
+ width: 100% !important;
164
+
165
+ .bodyIframe,
166
+ iframe {
167
+ left: 0% !important;
168
+ max-width: 100% !important;
169
+ width: 100% !important;
170
+ }
171
+ iframe {
172
+ background-color: transparent;
173
+ body {
174
+ background-color: transparent;
175
+ box-shadow: none;
176
+ -moz-box-shadow: none;
177
+ -webkit-box-shadow: none;
178
+ }
179
+ #aspnetForm {
180
+ padding: 10px 15px;
181
+ }
182
+ }
183
+ .header,
184
+ .body,
185
+ .footer,
186
+ .header .content,
187
+ .body .content,
188
+ .footer .content {
189
+ background-image: none !important;
190
+ margin-right: 0 !important;
191
+ }
192
+ .header {
193
+ height: 36px;
194
+ }
195
+
196
+ .body .content .bodyIframe {
197
+ background-color: #ffffff !important;
198
+ box-shadow: inset 10px 0px 10px -10px #333333;
199
+ -moz-box-shadow: inset 10px 0px 10px -10px #333333;
200
+ -webkit-box-shadow: inset 10px 0px 10px -10px #333333;
201
+ margin: 0 !important;
202
+ }
203
+
204
+ .footer {
205
+ background-color: transparent !important;
206
+ border-top: none;
207
+ bottom: -12px;
208
+ padding: 0 !important;
209
+
210
+ .content {
211
+ height: 0 !important;
212
+ }
213
+ .dragCorner {
214
+ bottom: 2px !important;
215
+ height: 11px !important;
216
+ right: 20px !important;
217
+ }
218
+ }
219
+ }
220
+
221
+ /* Top Bar */
223
222
  #supply-top-navbar {
224
- .navbar {
225
- box-shadow: 0px 2px 12px #333333;
226
- margin-bottom: 0;
227
- background: #ffffff;
228
- }
229
- .navbar-logo {
230
- margin-top: 9px;
231
- position: absolute;
232
- text-align: center;
233
- width: 100%;
234
- z-index: -1;
235
- img {
236
- height: 40px;
237
- width: auto;
238
- }
239
- }
240
- .badge {
241
- border: 1px solid #cccccc;
242
- border-radius: 8px;
243
- color: #444444;
244
- padding: 0 4px 2px 4px;
245
- position: absolute;
246
- top: 4px;
247
- }
223
+ .navbar {
224
+ box-shadow: 0px 2px 12px #333333;
225
+ margin-bottom: 0;
226
+ background: #ffffff;
227
+ }
228
+ .navbar-logo {
229
+ margin-top: 9px;
230
+ position: absolute;
231
+ text-align: center;
232
+ width: 100%;
233
+ z-index: -1;
234
+ img {
235
+ height: 40px;
236
+ width: auto;
237
+ }
238
+ }
239
+ .badge {
240
+ border: 1px solid #cccccc;
241
+ border-radius: 8px;
242
+ color: #444444;
243
+ padding: 0 4px 2px 4px;
244
+ position: absolute;
245
+ top: 4px;
246
+ }
248
247
  }
249
248
  #topBarIcons {
250
- height: 100%!important;
251
- padding: 8px 20px 6px 0;
252
- width: auto!important;
253
-
254
- #ssTopBar_Btn_Support,
255
- #ctl00_csPageContent_ucTopBar_ssTopBar_Btn_Personalisation,
256
- #ssTopBar_Btn_Search,
257
- #ssTopBar_Btn_Dashboard,
258
- #ctl00_csPageContent_ucTopBar_ssTopBar_Btn_Dashboard {
259
- background: none;
260
- margin-left: 0;
261
- }
262
- .ssTopBarBtnInt {
263
- display: block;
264
- float: right;
265
- }
266
- .fa-stack {
267
- cursor: pointer;
268
- margin: 4px 4px 0 0;
269
- }
270
- .dropdown {
271
- position: relative;
272
- }
273
- #ctl00_csPageContent_ucTopBar_lblFullName {
274
- cursor: pointer;
275
- font-weight: bold;
276
- }
277
- .top-bar-dropdown {
278
- .media-left {
279
- padding: 0 12px 0 8px;
280
- }
281
- .media-body {
282
- display: table-cell;
283
- padding-top: 6px;
284
- span {
285
- display: block;
286
- }
287
- }
288
- }
249
+ height: 100% !important;
250
+ padding: 8px 20px 6px 0;
251
+ width: auto !important;
252
+
253
+ #ssTopBar_Btn_Support,
254
+ #ctl00_csPageContent_ucTopBar_ssTopBar_Btn_Personalisation,
255
+ #ssTopBar_Btn_Search,
256
+ #ssTopBar_Btn_Dashboard,
257
+ #ctl00_csPageContent_ucTopBar_ssTopBar_Btn_Dashboard {
258
+ background: none;
259
+ margin-left: 0;
260
+ }
261
+ .ssTopBarBtnInt {
262
+ display: block;
263
+ float: right;
264
+ }
265
+ .fa-stack {
266
+ cursor: pointer;
267
+ margin: 4px 4px 0 0;
268
+ }
269
+ .dropdown {
270
+ position: relative;
271
+ }
272
+ #ctl00_csPageContent_ucTopBar_lblFullName {
273
+ cursor: pointer;
274
+ font-weight: bold;
275
+ }
276
+ .top-bar-dropdown {
277
+ .media-left {
278
+ padding: 0 12px 0 8px;
279
+ }
280
+ .media-body {
281
+ display: table-cell;
282
+ padding-top: 6px;
283
+ span {
284
+ display: block;
285
+ }
286
+ }
287
+ }
289
288
  }
290
289
  #topBarDetails {
291
- float: right;
292
- margin-right: 0!important;
293
- padding: 14px 12px 6px 12px;
294
- position: relative!important;
290
+ float: right;
291
+ margin-right: 0 !important;
292
+ padding: 14px 12px 6px 12px;
293
+ position: relative !important;
295
294
  }
296
295
 
297
296
  .profile-element img {
298
- height: auto;
299
- width: 100%;
297
+ height: auto;
298
+ width: 100%;
300
299
  }
301
300
  .profile-img {
302
- margin-left: 7px;
303
-
304
- a {
305
- color: #676a6c;
306
- }
307
- a:hover {
308
- color: #444444;
309
- }
310
- .dropdown-menu {
311
- //left: -120px;
312
- left: auto;
313
- padding-top: 10px;
314
- padding-bottom: 6px;
315
- right: 12px;
316
- top: 45px;
317
- width: auto;
318
- min-width: 200px;
319
- max-width: 300px;
320
- }
321
- img {
322
- height: auto;
323
- margin-top: 1px;
324
- max-height: 40px;
325
- width: 40px;
326
- }
327
- .dropdown-arrow {
328
- font-weight: bold;
329
- padding: 14px 0 0 10px;
330
- }
301
+ margin-left: 7px;
302
+
303
+ a {
304
+ color: #676a6c;
305
+ }
306
+ a:hover {
307
+ color: #444444;
308
+ }
309
+ .dropdown-menu {
310
+ left: auto;
311
+ padding-top: 10px;
312
+ padding-bottom: 6px;
313
+ right: 12px;
314
+ top: 45px;
315
+ width: auto;
316
+ min-width: 200px;
317
+ max-width: 300px;
318
+ }
319
+ img {
320
+ height: auto;
321
+ margin-top: 1px;
322
+ max-height: 40px;
323
+ width: 40px;
324
+ }
325
+ .dropdown-arrow {
326
+ font-weight: bold;
327
+ padding: 14px 0 0 10px;
328
+ }
331
329
  }
332
330
  .profile-img .dropdown-toggle img:hover {
333
- box-shadow: 2px 2px 6px #444444;
331
+ box-shadow: 2px 2px 6px #444444;
334
332
  }
335
333
 
336
334
  .language-select {
337
- min-height: 30px;
338
- min-width: 45px;
339
- padding: 2px 4px 5px;
335
+ min-height: 30px;
336
+ min-width: 45px;
337
+ padding: 2px 4px 5px;
340
338
  }
341
339
  .goog-te-menu-frame {
342
- height: 288px!important;
343
- top: 50px!important;
340
+ height: 288px !important;
341
+ top: 50px !important;
344
342
  }
345
343
  .goog-te-menu2 {
346
- height: 288px;
347
- max-width: 100%;
348
- overflow: scroll;
349
- width: 100%!important;
344
+ height: 288px;
345
+ max-width: 100%;
346
+ overflow: scroll;
347
+ width: 100% !important;
350
348
  }
351
349
  .goog-te-gadget-simple {
352
- background-color: transparent!important;
353
- border: none!important;
354
- margin: 0!important;
355
- padding: 0!important;
350
+ background-color: transparent !important;
351
+ border: none !important;
352
+ margin: 0 !important;
353
+ padding: 0 !important;
356
354
  }
357
355
  .goog-te-gadget-icon {
358
- display: none!important;
356
+ display: none !important;
359
357
  }
360
358
  .goog-te-gadget-simple .goog-te-menu-value {
361
- color: #ffffff!important;
362
- .fa {
363
- font-size: 16px;
364
- margin-right: 6px;
365
- vertical-align: middle;
366
- }
359
+ color: #ffffff !important;
360
+ .fa {
361
+ font-size: 16px;
362
+ margin-right: 6px;
363
+ vertical-align: middle;
364
+ }
367
365
  }
368
366
 
369
367
  .translate-button {
370
- color: #ffffff!important;
371
- .fa.fa-globe {
372
- font-size: 16px;
373
- margin: 1px 3px;
374
- vertical-align: middle;
375
- }
376
- .fa.fa-refresh {
377
- font-size: 14px;
378
- margin: 0 4px;
379
- vertical-align: middle;
380
- }
368
+ color: #ffffff !important;
369
+ .fa.fa-globe {
370
+ font-size: 16px;
371
+ margin: 1px 3px;
372
+ vertical-align: middle;
373
+ }
374
+ .fa.fa-refresh {
375
+ font-size: 14px;
376
+ margin: 0 4px;
377
+ vertical-align: middle;
378
+ }
381
379
  }
382
380
  .translate-button:not(:hover) .fa.fa-spin-hover {
383
- animation: none;
381
+ animation: none;
384
382
  }
385
383
 
386
384
  .top-bar-name {
387
- font-weight: bold;
388
- margin-left: 14px;
389
- padding-top: 6px;
385
+ font-weight: bold;
386
+ margin-left: 14px;
387
+ padding-top: 6px;
390
388
  }
391
389
 
392
- // Right Sidebar
390
+ /* Right Sidebar */
393
391
  #right-sidebar {
394
- .nav-tabs {
395
- margin: 0;
396
- }
397
- .nav-tabs > li {
398
- margin-top: 0;
399
- }
400
- .nav-tabs > li > a {
401
- line-height: normal;
402
- min-width: 100%;
403
- }
404
- .sidebar-container {
405
- background: #f9f9f9;
406
-
407
- .sidebar-message>a>.pull-left {
408
- margin-left: 6px;
409
- .fa {
410
- margin-right: 4px;
411
- }
412
- }
413
- }
414
- .sidebar-title .fa {
415
- margin-right: 8px;
416
- }
417
-
418
- #dvUserManager .sidebar-message {
419
- padding: 5px 10px;
420
- > a {
421
- display: block;
422
- padding: 10px;
423
- }
424
- }
425
- #dvUserManager #page-wrapper {
426
- box-shadow: none!important;
427
- -moz-box-shadow: none!important;
428
- -webkit-box-shadow: none!important;
429
- }
430
- }
431
-
432
- .btn.btn-inverse.focus, .btn.btn-inverse:focus, .btn.btn-inverse:hover {
433
- color: #dedede;
434
- text-decoration: none;
392
+ .nav-tabs {
393
+ margin: 0;
394
+ }
395
+ .nav-tabs > li {
396
+ margin-top: 0;
397
+ }
398
+ .nav-tabs > li > a {
399
+ line-height: normal;
400
+ min-width: 100%;
401
+ }
402
+ .sidebar-container {
403
+ background: #f9f9f9;
404
+
405
+ .sidebar-message > a > .pull-left {
406
+ margin-left: 6px;
407
+ .fa {
408
+ margin-right: 4px;
409
+ }
410
+ }
411
+ }
412
+ .sidebar-title .fa {
413
+ margin-right: 8px;
414
+ }
415
+
416
+ #dvUserManager .sidebar-message {
417
+ padding: 5px 10px;
418
+ > a {
419
+ display: block;
420
+ padding: 10px;
421
+ }
422
+ }
423
+ #dvUserManager #page-wrapper {
424
+ box-shadow: none !important;
425
+ -moz-box-shadow: none !important;
426
+ -webkit-box-shadow: none !important;
427
+ }
435
428
  }
436
429
 
437
- .tour-open .nav-header {
438
- background-image: none;
430
+ .btn.btn-inverse.focus,
431
+ .btn.btn-inverse:focus,
432
+ .btn.btn-inverse:hover {
433
+ color: #dedede;
434
+ text-decoration: none;
439
435
  }
440
436
 
437
+ .tour-open .nav-header {
438
+ background-image: none;
439
+ }
441
440
 
442
- // Responsive Queries
441
+ /* Responsive Queries */
443
442
  @media (max-width: 960px) {
444
- #topBarDetails {
445
- clear: right;
446
- padding: 2px 12px 6px;
447
- }
443
+ #topBarDetails {
444
+ clear: right;
445
+ padding: 2px 12px 6px;
446
+ }
448
447
  }
449
448
 
450
449
  @media (min-width: 769px) {
451
- #MyWindows {
452
- position: fixed!important;
453
- }
454
- #MyWindowsContextMenu {
455
- left: -20px;
456
- }
457
-
450
+ #MyWindows {
451
+ position: fixed !important;
452
+ }
453
+ #MyWindowsContextMenu {
454
+ left: -20px;
455
+ }
458
456
  }
459
457
 
460
458
  @media (max-width: 768px) {
461
- #MyWindows {
462
- background: #2f4050!important;
463
- left: -290px!important;
464
- margin-left: 0!important;
465
- padding-top: 0;
466
- z-index: 101!important;
467
- }
468
-
469
- #topBarIcons .message-icons {
470
- bottom: 0;
471
- position: fixed;
472
- right: 12px;
473
- }
474
- .translate-dropdown .dropdown-menu {
475
- bottom: 42px;
476
- top: auto;
477
- }
459
+ #MyWindows {
460
+ background: #2f4050 !important;
461
+ left: -290px !important;
462
+ margin-left: 0 !important;
463
+ padding-top: 0;
464
+ z-index: 101 !important;
465
+ }
466
+
467
+ #topBarIcons .message-icons {
468
+ bottom: 0;
469
+ position: fixed;
470
+ right: 12px;
471
+ }
472
+ .translate-dropdown .dropdown-menu {
473
+ bottom: 42px;
474
+ top: auto;
475
+ }
478
476
  }
479
477
 
480
478
  @media (min-width: 641px) {
481
- .navbar-right {
482
- margin-right: 0;
483
- padding-right: 12px;
484
- }
479
+ .navbar-right {
480
+ margin-right: 0;
481
+ padding-right: 12px;
482
+ }
485
483
  }
486
484
 
487
485
  @media (max-width: 640px) {
488
- .navbar-right {
489
- float: left;
490
- }
486
+ .navbar-right {
487
+ float: left;
488
+ }
491
489
  }
492
490
 
493
491
  @media (max-width: 479px) {
494
- #supply-top-navbar .navbar-logo {
495
- padding-left: 30px;
496
- }
492
+ #supply-top-navbar .navbar-logo {
493
+ padding-left: 30px;
494
+ }
497
495
  }
498
496
 
499
497
  @media (max-width: 360px) {
500
- #topBarDetails_loginname {
501
- .sstopBar_Dot:nth-child(2),
502
- #ctl00_csPageContent_ucTopBar_lblCompanyName {
503
- display: none;
504
- }
505
- }
498
+ #topBarDetails_loginname {
499
+ .sstopBar_Dot:nth-child(2),
500
+ #ctl00_csPageContent_ucTopBar_lblCompanyName {
501
+ display: none;
502
+ }
503
+ }
506
504
  }