-
Notifications
You must be signed in to change notification settings - Fork 21
/
dashboard_highlighted.css
627 lines (532 loc) · 23.9 KB
/
dashboard_highlighted.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
/* THIS MAKES 3 ITEMS AT THE TOP OF EACH CATEGORY TWICE AS BIG */
/* mobile first, so initially dataviz is hidden. Only on bigger screens do they become visible. */
/*body.dashboard .item td.dataviz{height:0;overflow:hidden}*/
.item td.overlay{display:none}
.item td.overlay > div{width:0}
@media all and (min-width: 768px){
/* increasing container height */
#dashcontent h2 + div.divider:nth-child(-n+2) .span4:nth-child(-n+3){
/*height:143px!important; /* the height without lastUpdate*/
/*height:163px!important;*//* let's let the item take care of it itself.*.
padding:0;
/*margin-bottom: 20px;*/
background-color:transparent;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) tr{
display:block;
height:143px;
min-height: 143px;
border-bottom-left-radius: 0!important;
border-bottom-right-radius: 0!important;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item{
margin-bottom:25px;
}
/* Bigtext changes */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus #itemtablesmall tr #bigtext{
top:-25px;
font-weight: bold;
right:10px;
text-align: right;
left:auto;
float:right;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item:not(.withstatus):not(.keepclear) #itemtablesmall tr #bigtext{
float: none;
font-size: 25px;
text-align: left;
width: 63%;
max-width: 63%;
/*top: 36px;*/
left:37%;
top: 38%;
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item:not(.withstatus):not(.keepclear) #itemtablesmall tr #bigtext > span{
width:100%;
overflow-x:hidden;
height:100px;
line-height: 30px;
font-size: 30px;
background-color: transparent;
display: flex;
align-items: center;
flex-wrap: wrap;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item:not(.withstatus):not(.keepclear) #itemtablesmall tr #bigtext > span > span{
font-size: 30px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item:not(.withstatus):not(.keepclear) .bigtext img{
width:32px;
height:32px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item:not(.withstatus):not(.keepclear) #itemtablesmall tr #bigtext > span > span:first-of-type{padding-right:10px;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.SetPoint:not(.bandmember) #bigtext .upicon::before,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.SetPoint:not(.bandmember) #bigtext .upicon::after{
height:26px;
width:26px
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr #bigtext{
display:inline-block;
float:right;
right:10px;
text-align: right;
left:auto;
top:-26px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr #bigtext{
display:inline-block;
float:right;
text-align: right;
right:10px;
left:auto;
top:-26px;
}
#dashTemperature h2 + div.divider .span4:nth-child(-n+3) #bigtext > span > span:not(:first-of-type){padding-left:7px;}
body#onMobile #dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusTimeout #itemtablesmall tr > td.bigtext span{color:#fff;}
/* put status instead of bigtext on the items that have extra status data */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr #status,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr .status{
float: none;
font-size: 16px;
text-align: left;
width: 63%;
/*top: 36px;*/
left:37%;
top: 38%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background-color:transparent;
position:relative;
border:0;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader tr #status,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader tr .status{left:0;top:0;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount3 tr .status span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount4 tr .status span{font-size:16px!important;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount5 tr .status span{font-size:16px!important;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount6 tr .status span{font-size:15px!important;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount7 tr .status span{font-size:14px!important;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount8 tr .status span{font-size:13px;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount9 tr .status span{font-size:12px;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus.statuscount10 tr .status span{font-size:11px;}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr #status > span.wrapper,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr .status > span.wrapper{
width:100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-grow: 1;
/*justify-content: space-around;*/
align-items: center;
min-height: 108px;
padding-top: 3px;
padding-bottom: 3px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3)#clockitem div.item.withstatus tr #status > span.wrapper, /* big clock */
#dashcontent h2 + div.divider .span4:nth-child(-n+3)#clockitem div.item.withstatus tr .status > span.wrapper{
justify-content: space-around;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr #status > span.wrapper > img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr .status > span.wrapper > img{box-shadow: none}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr #status > span.wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.withstatus tr .status > span.wrapper > span{
box-shadow:inset 0px -2px 1px -1px rgba(50, 50, 50, 0.1);
/*padding: 3px 10px 0 5px;*/
line-height: 1em;
height:auto;
width:80%;
width:calc(100% - 30px);
white-space: normal;
background:none;
background-image:none;
}
/* image repositioning */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr #img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img1,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img2,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img3{
border-radius:2px;
overflow:visible;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr #img img:hover,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img1 img:hover,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img2 img:hover,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img3 img:hover{
border-radius: 5px;
transition: none;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr #img img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img1 img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img2 img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img3 img{
/*width:60px;
height:60px;*/
display:block;
border-radius:0;
width:100%;
height:auto;
box-shadow: none;
top:38%;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr #img img:after,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img1 img:after,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img2 img:after,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img3 img:after{
display:none;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) #itemtablesmall tr #img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) #itemtablesmall tr .img1{
width: 30%;
/*top: 14px;*/
position: relative;
left: 5%;
top: 38%;
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) #itemtablesmall tr #img img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) #itemtablesmall tr .img1 img{
width: 100%;
height: auto;
max-width: 80px;
box-shadow: none;
margin-left: auto;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr #img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr .img1{
right:10%;
top: 55px; /* was 38% */
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr .img2{
right:50%;
margin-right:-25px!important;
top: 55px; /*top: 38%;*/
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr .img3{
float:left!important;
left:10%;
top: 55px; /* top: 38%;*/
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr .img img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr .img1 img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon tr .img2 img{
/*width:20%;
height:20%;*/
max-width:60px!important;
max-height:60px!important;
margin: 0 0 0 auto;
height:auto;
width:100%;
border:none!important;
border-right:none!important;
box-sizing: border-box;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr #img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr .img1{
float:none!important;
width:35%;
max-width:80px;
left:10%;
top: 38%;
height: 0;
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr .img2{
width:35%;
max-width:80px;
right:10%;
top: 38%;
height: 0;
display: flex;
align-items: center;
flex-direction: row;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr #img img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr .img1 img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalldoubleicon tr .img2 img{
width:100%;
height:auto;
}
/* status content */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) td > div.dimslider {
top: 110px;
border:0;
height:0;
box-shadow:none;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) td > div.dimslider .ui-slider-handle{
top: -23px;
width: 40px;
height: 40px;
background-size: 80% 80%;
left: 10px;
margin-left: -20px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .dimslider .ui-slider-range {
height: 108px;
top: -110px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels {
left:0;
top:0;
height:0;
width:100%;
margin:0!important;
font-size:150%;
border-radius:3px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels .ui-buttonset .ui-button{
font-size:130%;
height: auto;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels .ui-buttonset{
height:108px;
z-index:1;
top:0px;
display: flex;
flex-flow: row wrap;
align-items: stretch;
margin-right:0;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels .ui-selectmenu-button{
left: 35%;
width: 65%!important;
top: 30px!important;
height: 60px;
box-shadow:none;
background-image:none;
background-color:#d4e1ee;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels .ui-selectmenu-button .ui-selectmenu-text{
/*height:100%;
padding: 15px 0 15px 10px!important;
background-color: rgba(196,209,238,1);
text-align: left;*/
padding-left: 10px!important;
box-sizing: border-box;
background-color:transparent;
justify-content: flex-start;
box-shadow: inset 0px -1px 20px -1px rgba(50, 50, 50, 0.1);
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels .ui-selectmenu-button .ui-icon ui-icon-triangle-1-s{
height:55px;
padding:20px 0 0 0;
transform: scale(2);
}
/* An example of what we can do with the new CSS! Yay! */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.SelectorSwitch #bigtext,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.SelectorSwitch #img{display:none!important}
.ui-draggable-dragging{
z-index:4;
}
/* Normal status. */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusNormal{box-shadow:none}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusNormal td#name{
background-color: transparent;
-moz-box-shadow: 2px 4px 18px 0px rgba(50, 50, 50, 0.2);
-webkit-box-shadow: 2px 4px 18px 0px rgba(50, 50, 50, 0.2);
box-shadow: 2px 4px 18px 0px rgba(50, 50, 50, 0.2);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
/* Adds little icons to show current status of items, instead of the default box-shadow solution. */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusProtected{box-shadow:none}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusProtected td#name{
background-color: transparent;
/*-moz-box-shadow: 0 6px 8px -2px #A4B1EE;
-webkit-box-shadow: 0 6px 8px -2px #A4B1EE;
box-shadow: 0 6px 8px -2px #A4B1EE;*/
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
/* Adds little icons to show current status of items, instead of the default box-shadow solution. */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusTimeout{box-shadow:none}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusTimeout td#name{
background-color: transparent;
/*-moz-box-shadow: 0 5px 8px -4px #DF2D3A;
-webkit-box-shadow: 0 5px 8px -4px #DF2D3A;
box-shadow: 0 5px 8px -4px #DF2D3A;*/
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
/*
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusLowBattery{box-shadow:none}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusLowBattery td#name{
background-color: transparent;
-moz-box-shadow: 0 2px 4px -2px #dcdf2d;
-webkit-box-shadow: 0 2px 4px -2px #dcdf2d;
box-shadow: 0 2px 4px -2px #dcdf2d;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.statusLowBattery tr:after {
content : "";
display: block;
position: relative;
top: 0px;
right: 5px;
float:right;
background: url(/images/battery-low.png) no-repeat center center;
-webkit-background-size: 20px;
-moz-background-size: 20px;
-o-background-size: 20px;
background-size: 20px;
width: 32px;
height: 32px;
opacity : 0.5;
z-index: 1;
}
*/
/* content changes */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) tr #name{
padding:10px!important;
height:35px!important;
display:block;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item tr .widget{position: relative;top:-20px}
/* showing the last update data */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) tr td#lastupdate{
top: 108px;
position: relative;
left: 0;
height:20px;
width: 100%;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) tr td#lastupdate > span{
display:inline-block;
height:20px;
padding: 4px 10px 2px 10px!important;
background-color: #D4E1EE;
box-shadow: 2px -4px 18px 0px rgba(50, 50, 50, 0.2);
width:100%;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) #itemtablesmalltrippleicon #lastupdate{
top:108px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr #img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .item:not(.keepclear) tr .img1{
float:none!important;
}
/* new features, like dataviz */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) td.dataviz,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.Percentage td.overlay{
display:block;
overflow:visible;
width:100%;
height:0;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) td.dataviz{
position:relative;
top:55px;
z-index: 1;
opacity: .6;
}
/*#dashcontent h2 + div.divider .span4:nth-child(-n+3) td.dataviz div,*/
#dashcontent h2 + div.divider .span4:nth-child(-n+3) td.dataviz div.highcharts-container{height:50px!important}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) td.dataviz svg{
padding-top:10px;
height:50px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.Percentage td.overlay > div{
height:100%;
min-height:108px;
background-color: rgba(255,255,255,0.3);
box-shadow: inset -5px 0 16px -3px rgba(255,255,255,0.4);
}
/* Rain meter easter egg */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.Rain.statusNormal #itemtablesmall tr #img{
left:40%;
left: calc(50% - 40px);
top: 30px;
height: 36px;
position: absolute;
background: url(/images/rain48.png) no-repeat;
background-size: 80px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.Rain.statusNormal #img:before {
animation: rainy_rain .7s infinite linear;
content: '';
background: #CCCCCC;
border-radius: 50%;
display: block;
height: 6px;
width: 3px;
opacity: 0.3;
transform: scale(.6);
/*transform: translate(-32px, -25px);*/
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.Rain.statusNormal #img img{display:none}
/* MERGED ITEMS */
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.withstatus td#status,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.withstatus td.status{
width:100%;
padding-left:10px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount4 td#status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount4 td.status > .wrapper img{
height:24px;
width:24px;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount5 td#status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount5 td.status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount6 td#status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount6 td.status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount7 td#status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount7 td.status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount8 td#status > .wrapper img,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount8 td.status > .wrapper img{
height:16px;
width:16px;
/*top:8px*/
display: inline-block!important;
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount5 td#status > .wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount5 td.status > .wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount6 td#status > .wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.statuscount6 td.status > .wrapper > span,{
/*width:calc(50% - 16px);*/
font-size:14px;
padding: 0 0 0 5px
}
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.withstatus.statuscount7 td#status > .wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.withstatus.statuscount7 td.status > .wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.withstatus.statuscount8 td#status > .wrapper > span,
#dashcontent h2 + div.divider .span4:nth-child(-n+3) div.item.bandleader.withstatus.statuscount8 td.status > .wrapper > span{
width:calc(50% - 16px);
font-size:11px;
padding: 0 0 0 5px
}
/* Timesun as clock item */
#dashcontent h2 + div.divider #clockitem.span4:nth-child(-n+3) div.item.withstatus tr #status,
#dashcontent h2 + div.divider #clockitem.span4:nth-child(-n+3) div.item.withstatus tr .status{
left:2%;
width:96%;
text-align: center;}
#dashcontent h2 + div.divider #clockitem.span4:nth-child(-n+3) div.item.withstatus tr .status > span.wrapper #timesun{font-size:1.5rem; color:inherit;text-align: center;flex:none;width:auto}
#dashcontent h2 + div.divider #clockitem.span4:nth-child(-n+3) div.item.withstatus tr .status > span.wrapper #timesun font{display:block;position:relative;top:17px;left:-20px;visibility: hidden}
} /* closing of the media query */
@media only screen and (min-width: 1200px){
#dashcontent h2 + div.divider .span4:nth-child(-n+3) .selectorlevels {
top: 0px;
}
}