Subversion Repositories cheapmusic

Rev

Rev 103 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
@CHARSET "UTF-8";
2
 
3
ol, ul, li { margin: 0; padding: 0; }
4
ul li {	list-style-type: none; }
5
 
6
input, select{margin: 1px;}
7
select{padding: 4px 4px 5px;}
8
 
9
.plainHead td, .squareHead td, .squareSubHead td {
10
	text-align: center;
11
	height: 25px;
12
	font-weight: bold;
13
	color: #343333;
14
	margin: 0;
15
	padding: 0 3px 0 4px;
16
	vertical-align: middle;
17
}
18
 
19
.plainHead {background-color: #DBE6EE;}
20
.plainHead td{border-top:1px solid #B0C2CC;border-right:1px solid #B0C2CC;border-bottom:1px solid #B0C2CC;padding: 4px}
21
.plainHead td.left {border-left:1px solid #B0C2CC;}
22
.plainHead td.right {border-right:1px solid #B0C2CC;}
23
 
24
.squareHead td{border-top:1px solid #B0C2CC;border-right:1px solid #B0C2CC;border-bottom:1px solid #B0C2CC;padding: 4px; background-color: #bfd5e7;}
25
.squareHead td.left {border-left:1px solid #B0C2CC;}
26
.squareHead td.right {border-right:1px solid #B0C2CC;}
27
.squareSubHead td{border-bottom:1px solid #B0C2CC;border-right:1px solid #B0C2CC;border-bottom:1px solid #B0C2CC;padding: 4px;background-color: #dae5ee;}
28
.squareSubHead td.left {border-left:1px solid #B0C2CC;}
29
.squareSubHead td.right {border-right:1px solid #B0C2CC;}
30
 
31
.SectionHeader {margin: 20px 0px 32px; text-align: left;}
32
 
33
.actionSec {margin: 10px 0px;}
34
 
35
#seresult{	text-align: left;}
36
#seresult A{	font-size: 12px;	margin:0px;	}
37
#seresult P{	margin:4px 0px 4px 0px;	}
38
#seresult label{	color: #239123;	margin:0px;	}
39
 
40
.error {color: #da3838;}
41
.success{color: green;}
42
 
43
#left_menu_sec{padding: 0px 2px 0px 0px;}
44
#left_menu_sec .navbar{padding: 0px;}
45
#left_menu_sec .navbar-toggler{margin: 4px;}
46
#left_menu_sec .navbar-nav{width: 100%;}
47
#menu {width: 100%; margin-left: 1px;border-top: 1px solid #CFCFCF;}
48
#menu li {
49
	padding-left: 2px;
50
	background-color:#DAE5EE;
51
	cursor: pointer;
52
}
53
#menu a {
54
	text-decoration: none;
55
}
56
#menu a:focus {	outline: none;}
57
.tab {
58
	border-left: 1px solid #CFCFCF;
59
	border-right: 1px solid #CFCFCF;
60
	border-bottom: 1px solid #CFCFCF;
61
	color: #808080;
62
	padding: 8px 4px;
63
}
64
 
65
.tab a {
66
	color: #555753;
67
}
68
#subui li {
69
	background-color:#F4F7FA;
70
	border-left: 1px solid #B0C2CC;
71
	border-right: 1px solid #B0C2CC;
72
	border-bottom: 1px solid #B0C2CC;
73
	padding: 6px 4px;
74
}
75
#subui a {
76
	font-size: 14px;
77
	font-weight: normal;
78
	color: #2e3436;
79
}
80
#subui a:hover { color: #000000;}
81
#subui a:before{
82
  font-weight: 900;
83
  content: "\f0da";
84
  margin-right: 4px;
85
}
86
 
87
#subui a.menu_active{font-weight: bold;color: black;}
88
 
89
.search {margin: 20px 0px;}
90
.search th{text-align: right;}
91
.search td{text-align: left; padding: 2px 6px;}
92
.search A {	text-decoration: none;	background-color: white;}
93
.search a:focus {	outline: none;}
94
 
95
#loading_rankarea {
96
	width: 100px;
97
	height: 20px;
98
	background: url('../../../images/ajax-loader-small.gif') center center no-repeat;
99
	z-index: 5;
100
	margin: auto;
101
}
102
 
103
#loading_longthin {
104
	margin: 5px;
105
	width: 700px;
106
	height: 20px;
107
	background: url('../../../images/ajax-loader.gif') center center no-repeat;
108
	z-index: 5;
109
}
110
 
111
#loading_content {
112
	width: 700px;
113
	height: 350px;
114
	background: url('../../../images/ajax-loader.gif') center center no-repeat;
115
	z-index: 5;
116
	margin: auto;
117
}
118
 
119
#loading_subcontent {
120
	width: 732px;
121
	height: 350px;
122
	background: url('../../../images/ajax-loader.gif') center center no-repeat;
123
	z-index: 5;
124
	margin: 10px auto 0px auto;
125
	border: 1px solid #E5E5E5;
126
}
127
 
128
#loading_subcontmed {
129
	width: 732px;
130
	height: 100px;
131
	background: url('../../../images/ajax-loader.gif') center center no-repeat;
132
	z-index: 5;
133
	margin: 10px auto 0px auto;
134
	border: 1px solid #E5E5E5;
135
}
136
 
137
#loading_content_frame {
138
	width: 700px;
139
	height: 300px;
140
	background: url('../../../images/ajax-loader.gif') center center no-repeat;
141
	z-index: 5;
142
}
143
 
144
.pagingdiv {
145
	width: 320px;
146
	margin-top: 10px;
147
	margin-right: 10px;
148
	text-align: right;
149
	float: right;
150
}
151
 
152
.pagingdiv a:hover {
153
	background-color: white;
154
	color: black;
155
}
156
 
157
.green{color: #00903B;}
158
.red {color: #990000;}
159
 
160
.note{
161
	margin-top: 15px;
162
	text-align:center;
163
	background-color: #F4F7FA;
164
	vertical-align: middle;
165
	border: 1px solid #B0C2CC;
166
	min-height: 20px;
167
	height: auto !important;
168
	padding: 6px 4px 4px 4px;
169
}
170
 
171
.note A:HOVER{
172
	color:#000000;
173
}
174
 
175
.notesuccess{
176
	text-align: left;
177
	color: green;
178
}
179
 
180
.noteleft{
181
	text-align: left;
182
	color: black;
183
}
184
 
185
.notefailed{
186
	text-align: left;
187
	color: #da3838;
188
}
189
 
190
.dirmsg{
191
	margin-top: 15px;
192
	background-color: #F4F7FA;
193
	vertical-align: middle;
194
	border: 1px solid #B0C2CC;
195
	padding: 2px 2px 2px 4px;
196
}
197
 
198
.dirmsg .error{
199
	color: #da3838;
200
}
201
 
202
.dirmsg .success{
203
	color: green;
204
}
205
 
206
.summary{	border: 1px solid #B0C2CC;}
207
.summary td, .summary th{padding: 2px 5px; height: 30px;}
208
.summary .topheader {
209
	background-color: #dae5ee;
210
	color: #000000;
211
	margin: 0;
212
	padding: 1px 1px 1px 1px;
213
	font-weight: bold;
214
	border: none;
215
	text-align: center;
216
}
217
.summary .subheader {
218
	background-color: #ECF3FA;
219
	color: #000000;
220
	margin: 0;
221
	padding: 1px 1px 1px 5px;
222
	font-weight: bold;
223
	border-left: 1px solid #B0C2CC;
224
	text-align: center;
225
}
226
.summary .subheaderdark {
227
	background-color: #BFD5E7;
228
	color: #000000;
229
	margin: 0;
230
	padding: 1px 1px 1px 5px;
231
	font-weight: bold;
232
	border-left: 1px solid #B0C2CC;
233
	text-align: center;
234
}
235
.summary .content {
236
	color: #000000;
237
	margin: 0;
238
	padding: 1px 1px 1px 5px;
239
	text-align: left;
240
	border-left: 1px solid #B0C2CC;
241
	border-top: 1px solid #B0C2CC;
242
}
243
.summary .contentmid {
244
	color: #000000;
245
	margin: 0;
246
	padding: 1px 1px 1px 5px;
247
	text-align: center;
248
	border-left: 1px solid #B0C2CC;
249
	border-top: 1px solid #B0C2CC;
250
}
251
 
252
fieldset {
253
	margin: 10px 0px;
254
	border-bottom: 1px gray dotted;
255
}
256
 
257
legend {
258
	color: #445566;
259
	font-size: 22px;
260
	margin-top: 6px;
261
}
262
 
263
legend:before, .infobox h1:before, #subui a:before{
264
  font-family: "Font Awesome 5 Free";
265
  display: inline-block;
266
  font-style: normal;
267
  font-variant: normal;
268
  text-rendering: auto;
269
  -webkit-font-smoothing: antialiased;
270
}
271
 
272
legend:before{
273
  font-weight: 900;
274
  content: "\f0c9";
275
  margin-right: 4px;
276
}
277
 
278
#home_screen legend {display: none;}
279
#home_screen, #support_screen {
280
	margin: 14px;
281
	border: 3px solid #f1f1f1;
282
	padding: 0px 26px;
283
	background: #f0efef;
284
}
285
#support_screen fieldset{border-bottom: 1px gray dotted;}
286
#home_screen fieldset:last-child, #support_screen fieldset:last-child {border-bottom: none;}
287
.infobox br{display: none;}
288
 
289
A.actionbut{
290
	background:url("../../../images/bg_button.gif") repeat-x scroll center top #EFEFEF;
291
	border:1px solid #666666;
292
	color:#000000;
293
	cursor:pointer;
294
	font-size:16px;
295
	font-weight:bold;
296
	margin:0px;
297
	padding:5px 12px;
298
	text-align:center;
299
	width:auto !important;
300
	text-decoration: none;
301
	white-space: nowrap;
302
}
303
 
304
.infobox h1{
305
	color: #445566;
306
	font-size: 18px;
307
	margin: 20px 0px;
308
}
309
 
310
.infobox h1:before{
311
  font-weight: 900;
312
  content: "\f0a4";
313
  margin-right: 4px;
314
}
315
 
316
#welcome_msg h1:before{content: none}
317
 
318
.infobox b{
319
	font-weight: normal;
320
}
321
 
322
.selectmenu { width: 234px;}
323
.selectmenu #round_content {min-height: 422px;}
324
 
325
A.graphicon{
326
	background: url(../../../images/graph.gif) 2px 5px no-repeat;
327
	padding-left:16px;
328
	padding-top:6px;
329
	text-decoration:none;
330
}
331
 
332
.summary_tab {
333
	margin-top: 5px;
334
	border: 1px solid #B0C2CC;
335
}
336
 
337
.summary_tab .topheader {
338
	background-color:#DAE5EE;
339
	color:#000000;
340
	font-size:13px;
341
	font-weight:bold;
342
	margin:0;
343
	padding:1px;
344
	text-align:center;
345
	height:30px;
346
	border: none 0px;
347
}
348
 
349
.summary_tab th {
350
	background-color:#ECF3FA;
351
	border-left:1px solid #B0C2CC;
352
	border-top:1px solid #B0C2CC;
353
	color:#000000;
354
	font-size:11px;
355
	font-weight:bold;
356
	margin:0;
357
	padding:1px 1px 1px 5px;
358
	text-align:right;
359
	height:30px;
360
}
361
 
362
.summary_tab td {
363
	border-left:1px solid #B0C2CC;
364
	border-top:1px solid #B0C2CC;
365
	color:#000000;
366
	font-size:11px;
367
	margin:0;
368
	padding:1px 1px 1px 5px;
369
	text-align:center;
370
	height:30px;
371
}
372
 
373
.summary_tab th.leftcell {
374
	border-left: none;
375
}
376
 
377
.summary A { text-decoration: none;}
378
 
379
#subcontmed{
380
	border:1px solid #B0C2CC;
381
	text-align: center;
382
	padding: 10px;
383
}
384
 
385
.report_head {
386
	font-size:12px;
387
	margin:40px 0 0 0;
388
}
389
 
390
.report_head .pagingdiv {
391
	padding-bottom:0;
392
	padding-top:5px;
393
}
394
 
395
.report_head div {
396
	font-size:13px;
397
	margin-bottom:10px;
398
	margin-left:10px;
399
	width:100%;
400
}
401
 
402
#sortLink { text-decoration: none;color: black;}
403
#sortLink:HOVER { text-decoration: underline;background-color: #bfd5e7;}
404
.sort_asc{background:transparent url(../../../images/sort_asc.gif) no-repeat scroll right center;padding-right: 18px;}
405
.sort_desc{background:transparent url(../../../images/sort_desc.gif) no-repeat scroll right center;padding-right: 18px;}
406
 
407
.plus{background:transparent url(../../../images/green.png) no-repeat scroll center center;}
408
.minus{background:transparent url(../../../images/red.png) no-repeat scroll center center;}
409
 
410
.bold{font-weight: bold;}
411
.left {text-align: left;}
412
.right {text-align: right;}
413
.center {text-align: center;}
414
.back {text-decoration: none;font-size: 15px;}
415
 
416
input.long{width: 280px;}
417
input[name='from_time'], input[name='to_time'], input[name='expiry_date'], input.date_fld{width: 104px}
418
 
419
a.bold_link{
420
	text-decoration: none;
421
	font-weight: bold;
422
	font-size: 13px;
423
}
424
 
425
.speed_details {text-align: left;}
426
.speed_details h2{margin: 0 0 10px 0; font-size: 14px;}
427
.speed_details h3{margin: 10px 0px;}
428
.speed_details .score{background-color: #F0F0F0; width: 200px; margin: 20px 0px; padding: 8px;}
429
.speed_details .score_val, .speed_details .imapct_area, .speed_details .url_area{margin: 8px 0;}
430
 
431
div.tab {
432
    overflow: hidden;
433
    border: 1px solid #ccc;
434
    background-color: #f1f1f1;
435
}
436
 
437
div.tab button {
438
    background-color: inherit;
439
    float: left;
440
    border: none;
441
    outline: none;
442
    cursor: pointer;
443
    padding: 14px 16px;
444
    transition: 0.3s;
445
    font-weight: bolder;
446
    font-size: 16px;
447
}
448
 
449
div.tab button:hover {	background-color: #ddd;}
450
div.tab button.active {	background-color: #ccc;}
451
 
452
.tabcontent {
453
    display: none;
454
    padding: 6px 12px;
455
    border: 1px solid #ccc;
456
    border-top: none;
457
}
458
 
459
#cust_tab, .list {
460
    border-collapse: collapse;
461
    width: 100%;
462
    margin-top: 2px;
463
}
464
 
465
#cust_tab td, #cust_tab th, .list td, .list th  {
466
    border: 1px solid #b0c2cc;
467
    padding: 8px;
468
}
469
 
470
#cust_tab tr:nth-child(odd), .list tr:nth-child(odd){background-color: #f4f7fa;}
471
#cust_tab tr:hover, .list tr:hover {background-color: #f2f2f2;}
472
#cust_tab th, .list .listHead td, .list .listHead th {
473
    text-align: left;
474
    background-color: #DAE5EE;
475
}
476
 
477
.list .listHead td {
478
	font-weight: bold;
479
}
480
 
481
.list .listBot td, .list .tab_left_bot_noborder, .list .tab_left_bot_noborder + td {
482
	border: none;
483
	background: none;
484
	height: 0px;
485
	padding: 0px;
486
}
487
 
488
#cust_tab th#head, .list th#head {
489
    text-align: left;
490
    background-color: #bfd5e7;
491
    font-weight: bold;
492
}
493
 
494
#cust_tab tr.form_head th:nth-child(1) { border-right: 0px }
495
#cust_tab tr.form_head th:nth-child(2), .list tr.listHead td:nth-child(2) { border-left: 0px }
496
#cust_tab tr.form_data td:nth-child(1) { text-align: right; }
497
 
498
#cust_tab td p, .list td p {
499
    font-size: 12px;
500
    color: #676B50;
501
    margin: 0px;
502
    padding-left: 5px;
503
    padding-bottom: 4px;
504
}
505
 
506
.tablesorter th {
507
	cursor: pointer;
508
	background-image: url(../../../images/bg.gif);
509
    background-position: right center;
510
    background-repeat: no-repeat;
511
}
512
 
513
.blog_section{margin: 26px 20px; padding: 10px 6px;}
514
.blog_search{float: right;text-align: right;margin: 4px 10px}
515
.blog_search input{width: 200px;}
516
.blog_List_head {margin: 10px 0px 28px;}
517
.blog_List_head p{font-size: 10px;}
518
.blog_List_head A{font-size: 30px; font-weight: bold;text-decoration: none;color: #445566;}
519
.blog_tags{font-size: 10px; margin-top: 20px;}
520
.blog_tags A {text-decoration: none;}
521
.blog_paginate_div{margin: 10px 20px;}
522
.blog_paginate_div A{text-decoration: none; color: #666666}
523
 
524
#navbarSupportedContent{text-align: left;}
525
#navbarSupportedContent A {text-decoration: none; font-size: 16px;}
526
#navbarSupportedContent li {line-height: 6px; margin: 1px 4px;}
527
#navbarSupportedContent .form-inline A {color: white; margin: 4px; font-size: 12px;}
528
#navbarSupportedContent .form-inline select {width: 100px; height: 28px; margin-left: 5px;}
529
#navbarSupportedContent .form-inline span {color: white;}
530
#newsalert{font-size: 15px;}
531
 
532
.footer-sp {padding: 6px 0px 4px; margin-top:20px; font-size: 12px;}
533
.footer-sp A {color: white;}
534
 
535
#alert_noti_sec{margin-left: 4px;}
536
#alert_noti_sec A.dropdown-toggle::before, #alert_noti_sec A.dropdown-toggle::after {
537
    border: none;
538
    content: none;
539
}
540
#alert_noti_sec A{color: white;}
541
#alert_noti_sec .dropdown-menu{min-width: 22rem; max-height: 500px; overflow: auto;margin-top: 8px;padding: 0px; font-size: 12px;}
542
#alert_noti_sec .dropdown-menu-right { right: -16px;}
543
#alert_noti_sec .dropdown-menu A{color: inherit; font-weight: bolder; font-size: 12px;}
544
#alert_noti_sec .dropdown-menu li{
545
	padding: 10px; line-height: 14px; margin: 0px; border-top: none; border-left: none; border-right: none;
546
}
547
#alert_noti_sec .count {
548
  font-size: 10px;
549
  border-radius: 10px;
550
  background-color: #d9534f;
551
  padding: 4px;
552
  top: -4px;
553
  left: auto;
554
  right: -6px;
555
  position: absolute;
556
}
557
 
558
@media screen and ( max-width: 769px ) {
559
	#navbarSupportedContent li {line-height: 15px;}
560
	#alert_noti_sec .count {position: relative; top: auto; right: auto;}
561
}
562
 
563
@media screen and ( max-width: 1127px ) and (min-width: 770px) {
564
	.nav-link i{margin-bottom: 8px;}
565
}
566
 
567
.public_form {
568
	border: 3px solid #ece9e9;
569
	padding: 24px;
570
	margin: 16px 0px;
571
	background: #f0efef;
572
}
573
.public_head {margin: 16px 0px;}
574
 
575
.export_div{float:left;margin: 0px;padding-left: 1px;}
576
.export_div a{font-size: 18px;margin-right: 8px;}
577
 
578
.dashboard {margin-top: 20px;}
579
.dashboard .SectionHeader{margin: 20px 0px 0px;}
580
 
581
.ui-dialog .ui-button{outline: none;}
582
.ui-dialog-titlebar{background-color: #343a40 !important;}
583
.ui-dialog-title{color: white;}
584
 
585
#content{padding-top: 6px;}
586
 
587
.sub_menu_link{
588
    background-color: #c7cbce;
589
    color: #2e3436;
590
    margin-left: 2px;
591
}
592
.sub_menu_link:hover{color: black;}