Subversion Repositories SmartDukaan

Rev

Rev 30171 | Rev 32308 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
/*
2
    Theme Name: NiceAdmin
3
    Theme URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
4
    Author: BootstrapMade
5
    Author URL: https://bootstrapmade.com
6
*/
7
/* Import fonts */
27531 amit.gupta 8
@import
9
	url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic)
10
	;
21627 kshitij.so 11
 
12
@import url(line-icons.css);
13
 
14
body {
27531 amit.gupta 15
	color: #797979;
16
	background: #eeeeee;
17
	font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
18
	padding: 0px !important;
19
	margin: 0px !important;
20
	font-size: 14px !important;
21627 kshitij.so 21
}
22
 
31255 tejbeer 23
 
24
 
27531 amit.gupta 25
.wrapper {
26
	background: #F7F7F7;
21627 kshitij.so 27
}
28
 
27531 amit.gupta 29
h1, h2, h3, h4, h5 {
30
	font-weight: 300;
21627 kshitij.so 31
}
32
 
27531 amit.gupta 33
label {
34
	font-weight: 300;
21627 kshitij.so 35
}
36
 
37
ul li {
27531 amit.gupta 38
	list-style: none;
21627 kshitij.so 39
}
40
 
41
a, a:hover, a:focus {
27531 amit.gupta 42
	text-decoration: none;
43
	outline: none;
44
	outline: 0;
45
}
21627 kshitij.so 46
 
27531 amit.gupta 47
input:focus, textarea:focus {
48
	outline: none;
49
}
21627 kshitij.so 50
 
27531 amit.gupta 51
table tr th {
52
	color: #688a7e;
53
}
21627 kshitij.so 54
 
27531 amit.gupta 55
*:focus {
56
	outline: none;
21627 kshitij.so 57
}
58
 
59
::selection {
27531 amit.gupta 60
	background: #688a7e;
61
	color: #fff;
21627 kshitij.so 62
}
63
 
64
::-moz-selection {
27531 amit.gupta 65
	background: #688a7e;
66
	color: #fff;
21627 kshitij.so 67
}
68
 
69
#container {
27531 amit.gupta 70
	width: 100%;
71
	height: 100%;
21627 kshitij.so 72
}
73
 
27531 amit.gupta 74
.Creative-pro, .Creative-pro h3 {
75
	display: block;
76
	position: fixed;
77
	bottom: 0;
78
	z-index: 100000;
79
	width: 100%;
80
	overflow: hidden;
81
	height: 50px;
82
	margin: 0px;
21627 kshitij.so 83
}
84
 
27531 amit.gupta 85
.Creative-pro h3 {
86
	padding-bottom: 10px;
87
	padding-top: 10px;
21627 kshitij.so 88
}
89
 
27531 amit.gupta 90
.lite {
91
	color: #00a0df !important;
21627 kshitij.so 92
}
93
 
94
/*login page*/
95
.login-body {
27531 amit.gupta 96
	background-color: #f1f2f7;
21627 kshitij.so 97
}
98
 
27531 amit.gupta 99
.login-img-body {
100
	background: url('../img/bg-1.jpg') no-repeat center center fixed;
101
	-webkit-background-size: cover;
102
	-moz-background-size: cover;
103
	-o-background-size: cover;
104
	background-size: cover;
21627 kshitij.so 105
}
106
 
27531 amit.gupta 107
.login-img2-body {
108
	background: url('../img/bg-1.jpg') no-repeat center center fixed;
109
	-webkit-background-size: cover;
110
	-moz-background-size: cover;
111
	-o-background-size: cover;
112
	background-size: cover;
21627 kshitij.so 113
}
114
 
27531 amit.gupta 115
.login-img3-body {
116
	background: url('../img/bg-1.jpg') no-repeat center center fixed;
117
	-webkit-background-size: cover;
118
	-moz-background-size: cover;
119
	-o-background-size: cover;
120
	background-size: cover;
21627 kshitij.so 121
}
122
 
123
.login-form {
27531 amit.gupta 124
	max-width: 350px;
125
	margin: 200px auto 0;
126
	background: #d5d7de;
21627 kshitij.so 127
}
128
 
27531 amit.gupta 129
.login-img-body .login-form {
130
	max-width: 350px;
131
	margin: 200px auto 0;
132
	background: rgba(213, 215, 222, 0.4);
133
	border: 1px solid #B0B6BE;
21627 kshitij.so 134
}
135
 
27531 amit.gupta 136
.login-img2-body .login-form {
137
	border: 1px solid #B0B6BE;
138
	background: rgba(213, 215, 222, 0.7);
21627 kshitij.so 139
}
140
 
27531 amit.gupta 141
.login-img3-body .login-form {
142
	border: 1px solid #B0B6BE;
143
	background: rgba(213, 215, 222, 0.9);
21627 kshitij.so 144
}
145
 
27531 amit.gupta 146
.login-form a {
147
	color: #688a7e !important;
21627 kshitij.so 148
}
149
 
150
.login-form h2.login-form-heading {
27531 amit.gupta 151
	margin: 0;
152
	padding: 20px 15px;
153
	text-align: center;
154
	background: #34aadc;
155
	border-radius: 5px 5px 0 0;
156
	-webkit-border-radius: 5px 5px 0 0;
157
	color: #fff;
158
	font-size: 18px;
159
	text-transform: uppercase;
160
	font-weight: 300;
161
	font-family: 'Lato', sans-serif;
21627 kshitij.so 162
}
163
 
164
.login-form .checkbox {
27531 amit.gupta 165
	margin-bottom: 14px;
21627 kshitij.so 166
}
167
 
168
.login-form .checkbox {
27531 amit.gupta 169
	font-weight: normal;
170
	font-weight: 300;
171
	font-family: 'Lato', sans-serif;
21627 kshitij.so 172
}
173
 
174
.login-form .form-control {
27531 amit.gupta 175
	position: relative;
176
	font-size: 16px;
177
	height: auto;
178
	padding: 10px;
179
	-webkit-box-sizing: border-box;
180
	-moz-box-sizing: border-box;
181
	box-sizing: border-box;
21627 kshitij.so 182
}
183
 
184
.login-form .form-control:focus {
27531 amit.gupta 185
	z-index: 2;
21627 kshitij.so 186
}
187
 
27531 amit.gupta 188
.login-form .login-img {
189
	font-size: 50px;
190
	font-weight: 300;
21627 kshitij.so 191
}
192
 
27531 amit.gupta 193
.login-form .input-group {
194
	padding-bottom: 15px;
21627 kshitij.so 195
}
196
 
27531 amit.gupta 197
.login-form .input-group-addon {
198
	padding: 6px 12px;
199
	font-size: 16px;
200
	color: #8b9199;
201
	font-weight: normal;
202
	line-height: 1;
203
	text-align: center;
204
	background-color: #ffffff;
205
	border: none;
206
	border-radius: 0;
21627 kshitij.so 207
}
208
 
27531 amit.gupta 209
.login-form input[type="text"], .login-form input[type="password"] {
210
	border: none;
211
	box-shadow: none;
212
	font-size: 16px;
213
	border-radius: 0;
21627 kshitij.so 214
}
215
 
27531 amit.gupta 216
.login-form .btn {
217
	border-radius: 0;
21627 kshitij.so 218
}
219
 
220
.login-form .btn-login {
27531 amit.gupta 221
	background: #f67a6e;
222
	color: #fff;
223
	text-transform: uppercase;
224
	font-weight: 300;
225
	font-family: 'Lato', sans-serif;
226
	box-shadow: 0 4px #e56b60;
227
	margin-bottom: 20px;
21627 kshitij.so 228
}
229
 
230
.login-form p {
27531 amit.gupta 231
	text-align: center;
232
	color: #b6b6b6;
233
	font-size: 16px;
234
	font-weight: 300;
21627 kshitij.so 235
}
236
 
27531 amit.gupta 237
.login-img3-body .login-form p, .login-img2-body .login-form p {
238
	color: #34aadc;
21627 kshitij.so 239
}
240
 
241
.login-form a {
27531 amit.gupta 242
	color: #b6b6b6;
21627 kshitij.so 243
}
244
 
245
.login-form a:hover {
27531 amit.gupta 246
	color: #34aadc;
21627 kshitij.so 247
}
248
 
27531 amit.gupta 249
.form .required {
250
	font-size: 16px;
251
	color: #00a0df;
21627 kshitij.so 252
}
253
 
254
.login-wrap {
27531 amit.gupta 255
	padding: 20px;
21627 kshitij.so 256
}
257
 
27531 amit.gupta 258
.login-social-link {
259
	display: inline-block;
260
	margin-top: 20px;
261
	margin-bottom: 15px;
21627 kshitij.so 262
}
263
 
264
.login-social-link a {
27531 amit.gupta 265
	color: #fff;
266
	padding: 15px 28px;
267
	border-radius: 4px;
21627 kshitij.so 268
}
269
 
270
.login-social-link a:hover {
27531 amit.gupta 271
	color: #fff;
21627 kshitij.so 272
}
273
 
274
.login-social-link a i {
27531 amit.gupta 275
	font-size: 20px;
276
	padding-right: 10px;
21627 kshitij.so 277
}
278
 
279
.login-social-link a.facebook {
27531 amit.gupta 280
	background: #5193ea;
281
	margin-right: 22px;
282
	box-shadow: 0 4px #2775e2;
283
	float: left;
21627 kshitij.so 284
}
285
 
286
.login-social-link a.twitter {
27531 amit.gupta 287
	background: #44ccfe;
288
	box-shadow: 0 4px #2bb4e8;
289
	float: left;
21627 kshitij.so 290
}
291
 
292
/*Modal Content*/
27531 amit.gupta 293
.modal-content {
294
	border-radius: 0px;
295
	background: rgba(255, 255, 255, 0.9);
21627 kshitij.so 296
}
297
 
27531 amit.gupta 298
.modal-header .close {
299
	font-weight: 300;
300
	font-size: 30px;
21627 kshitij.so 301
}
302
 
303
/*sidebar navigation*/
304
#sidebar {
27531 amit.gupta 305
	width: 180px;
306
	height: 100%;
307
	position: fixed;
308
	background: #2A3F54;
21627 kshitij.so 309
}
310
 
311
.nav-collapse.collapse {
27531 amit.gupta 312
	display: inline;
21627 kshitij.so 313
}
314
 
27531 amit.gupta 315
ul.sidebar-menu, ul.sidebar-menu li ul.sub {
316
	margin: -2px 0 0;
317
	padding: 0;
21627 kshitij.so 318
}
319
 
320
ul.sidebar-menu {
27531 amit.gupta 321
	margin-top: 60px;
21627 kshitij.so 322
}
323
 
31255 tejbeer 324
@media screen and (max-width: 992px) {
325
	ul.sidebar-menu {
326
		margin-top: 120px;
327
	}
328
}
329
 
330
 
331
 
332
/* On screens that are 600px or less, set the background color to olive */
333
@media screen and (max-width: 600px) {
334
	ul.sidebar-menu {
335
		margin-top: 180px;
336
	}
337
}
338
 
339
@media screen and (max-width: 300px) {
340
	ul.sidebar-menu {
341
		margin-top: 180px;
342
	}
343
}
344
 
345
 
346
 
347
@media screen and (max-width: 1024px) {
348
	ul.sidebar-menu {
349
		margin-top: 180px;
350
	}
351
}
352
 
353
 
27531 amit.gupta 354
#sidebar>ul>li>ul.sub {
355
	display: none;
21627 kshitij.so 356
}
357
 
27531 amit.gupta 358
#sidebar>ul>li.active>ul.sub, #sidebar>ul>li>ul.sub>li>a {
359
	display: block;
21627 kshitij.so 360
}
361
 
27531 amit.gupta 362
ul.sidebar-menu li ul.sub li {
363
	background: #394a59;
364
	margin-bottom: 0;
365
	margin-left: 0;
366
	margin-right: 0;
21627 kshitij.so 367
}
368
 
27531 amit.gupta 369
ul.sidebar-menu li ul.sub li:last-child {
370
	border-radius: 0 0 4px 4px;
371
	-webkit-border-radius: 0 0 4px 4px;
21627 kshitij.so 372
}
373
 
374
ul.sidebar-menu li ul.sub li a {
27531 amit.gupta 375
	font-size: 12px;
376
	padding: 0 0 0 32px;
377
	line-height: 35px;
378
	height: 35px;
379
	-webkit-transition: all 0.3s ease;
380
	-moz-transition: all 0.3s ease;
381
	-o-transition: all 0.3s ease;
382
	-ms-transition: all 0.3s ease;
383
	transition: all 0.3s ease;
384
	color: #d0d8df;
385
	font-size: 14px;
21627 kshitij.so 386
}
387
 
27531 amit.gupta 388
ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a
389
	{
390
	color: #fff;
391
	-webkit-transition: all 0.3s ease;
392
	-moz-transition: all 0.3s ease;
393
	-o-transition: all 0.3s ease;
394
	-ms-transition: all 0.3s ease;
395
	transition: all 0.3s ease;
396
	display: block;
21627 kshitij.so 397
}
398
 
27531 amit.gupta 399
ul.sidebar-menu li {
400
	line-height: 20px !important;
21627 kshitij.so 401
 
27531 amit.gupta 402
	/*margin-bottom: 5px;
21627 kshitij.so 403
 
404
    margin-left:10px;
405
 
406
    margin-right:10px;*/
407
}
408
 
409
/*ul.sidebar-menu li:hover{
410
 
411
    border-bottom: 1px solid #688a7e;
412
 
413
}*/
27531 amit.gupta 414
ul.sidebar-menu li.sub-menu {
415
	line-height: 15px;
416
	font-size: 16px;
21627 kshitij.so 417
}
418
 
27531 amit.gupta 419
ul.sidebar-menu li a span {
420
	display: inline-block;
21627 kshitij.so 421
}
422
 
27531 amit.gupta 423
ul.sidebar-menu li a {
424
	color: #d0d8df;
425
	text-decoration: none;
426
	display: block;
427
	padding: 15px 0 15px 10px;
428
	font-size: 16px;
429
	font-weight: 300;
430
	outline: none;
431
	-webkit-transition: all 0.3s ease;
432
	-moz-transition: all 0.3s ease;
433
	-o-transition: all 0.3s ease;
434
	-ms-transition: all 0.3s ease;
435
	transition: all 0.3s ease;
436
	border-right: 1px solid #D7D7D7;
437
	border-bottom: 1px solid #D7D7D7;
21627 kshitij.so 438
}
439
 
440
/*ul.sidebar-menu li a i{
441
 
442
    position: relative;
443
 
444
    top: 2px;
445
 
446
}*/
27531 amit.gupta 447
ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus
448
	{
449
	background: #D3181F;
450
	color: #fff;
451
	display: block;
452
	/*border-radius: 4px;
21627 kshitij.so 453
 
454
    -webkit-border-radius: 4px;*/
27531 amit.gupta 455
	-webkit-transition: all 0.3s ease;
456
	-moz-transition: all 0.3s ease;
457
	-o-transition: all 0.3s ease;
458
	-ms-transition: all 0.3s ease;
459
	transition: all 0.3s ease;
21627 kshitij.so 460
}
461
 
462
ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
27531 amit.gupta 463
	/*border-bottom: 1px solid #d0d8df;*/
464
	border-bottom: none;
21627 kshitij.so 465
}
466
 
27531 amit.gupta 467
/*ul.sidebar-menu li.active a,*/
468
ul.sidebar-menu .sub-menu li.active a {
469
	border-bottom: 1px solid #d0d8df;
21627 kshitij.so 470
}
471
 
472
ul.sidebar-menu li a i {
27531 amit.gupta 473
	font-size: 18px;
474
	padding-right: 6px;
21627 kshitij.so 475
 
27531 amit.gupta 476
	/*color: #688a7e;*/
21627 kshitij.so 477
}
478
 
479
ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
27531 amit.gupta 480
	color: #fff;
21627 kshitij.so 481
}
482
 
483
ul.sidebar-menu li.active a i {
27531 amit.gupta 484
	color: #fff;
21627 kshitij.so 485
}
486
 
27531 amit.gupta 487
#sidebar ul>li>a .arrow {
488
	border-bottom: 4px solid transparent;
489
	border-left: 4px solid #A0A0A0;
490
	border-top: 4px solid transparent;
491
	float: right;
492
	height: 0;
493
	margin-right: 10px;
494
	margin-top: 6px;
495
	width: 0;
21627 kshitij.so 496
}
497
 
27531 amit.gupta 498
#sidebar ul>li>a .menu-arrow {
499
	float: right;
500
	margin-right: 8px;
501
	margin-top: 6px;
21627 kshitij.so 502
}
503
 
27531 amit.gupta 504
#sidebar>ul>li>a .arrow.open {
505
	border-left: 4px solid transparent;
506
	border-right: 4px solid transparent;
507
	border-top: 5px solid #A0A0A0;
508
	float: right;
509
	height: 0;
510
	margin-right: 10px;
511
	margin-top: 8px;
512
	width: 0;
21627 kshitij.so 513
}
514
 
27531 amit.gupta 515
#sidebar ul>li.active>a .arrow, #sidebar ul>li>a:hover .arrow, #sidebar ul>li>a:focus .arrow
516
	{
517
	float: right;
518
	margin-top: 6px;
519
	margin-right: 10px;
520
	width: 0;
521
	height: 0;
522
	border-left: 4px solid #d0d8df;
523
	border-top: 4px solid transparent;
524
	border-bottom: 4px solid transparent;
21627 kshitij.so 525
}
526
 
27531 amit.gupta 527
#sidebar>ul>li.active>a .arrow.open, #sidebar>ul>li>a:hover .arrow.open,
528
	#sidebar>ul>li>a:focus .arrow.open {
529
	float: right;
530
	margin-top: 8px;
531
	margin-right: 10px;
532
	width: 0;
533
	height: 0;
534
	border-top: 5px solid #d0d8df;
535
	border-left: 4px solid transparent;
536
	border-right: 4px solid transparent;
21627 kshitij.so 537
}
538
 
539
.mail-info, .mail-info:hover {
27531 amit.gupta 540
	margin: 3px 6px 0 0;
541
	font-size: 11px;
21627 kshitij.so 542
}
543
 
544
/*profile status bubbly*/
545
.online-profile li a i {
27531 amit.gupta 546
	position: relative;
547
	left: -12px;
548
	top: -10px;
21627 kshitij.so 549
}
550
 
551
.online-profile li a span i {
27531 amit.gupta 552
	position: relative;
553
	top: 10px;
21627 kshitij.so 554
}
555
 
556
/*chat-*/
557
.chat-online-profile li a i {
27531 amit.gupta 558
	position: relative;
559
	left: -12px;
560
	top: -10px;
21627 kshitij.so 561
}
562
 
563
.chat-online-profile li a span i {
27531 amit.gupta 564
	position: relative;
565
	top: 10px;
21627 kshitij.so 566
}
567
 
27531 amit.gupta 568
.chat-online-profile li a {
569
	border-bottom: 1px solid #D7D7D7;
21627 kshitij.so 570
}
571
 
27531 amit.gupta 572
.chat-online-profile li a:hover, .chat-online-profile li a:focus,
573
	.chat-online-profile li a:active {
574
	background: #eeeeee !important;
575
	border-bottom: 1px solid #688a7e !important;
21627 kshitij.so 576
}
577
 
27531 amit.gupta 578
.chat-online-profile li a:hover span i, .chat-online-profile li a:focus span i,
579
	.chat-online-profile li a:active span i {
580
	color: #688a7e;
21627 kshitij.so 581
}
582
 
27531 amit.gupta 583
.right-chat-panel {
584
	max-height: 600px;
21627 kshitij.so 585
}
586
 
27531 amit.gupta 587
.compose-mail {
588
	width: 95%;
589
	font-size: 16px;
590
	border-radius: 0;
21627 kshitij.so 591
}
592
 
593
/*main content*/
594
#main-content {
27531 amit.gupta 595
	margin-left: 180px;
21627 kshitij.so 596
}
597
 
598
.header, .footer {
27531 amit.gupta 599
	min-height: 60px;
600
	padding: 0 15px;
21627 kshitij.so 601
}
602
 
603
.box1 {
27531 amit.gupta 604
	font-size: 16px;
605
	display: inline-block;
606
	width: 25%;
607
	padding: .25em .5em;
608
	margin: 20px 10px 0 0;
21627 kshitij.so 609
}
610
 
611
.header {
27531 amit.gupta 612
	position: fixed;
613
	left: 0;
614
	right: 0;
615
	z-index: 1002;
21627 kshitij.so 616
}
617
 
27531 amit.gupta 618
.white-bg {
619
	background: rgba(255, 255, 255, 0.9);
620
	border-bottom: 1px solid #f1f2f7;
21627 kshitij.so 621
}
622
 
27531 amit.gupta 623
.dark-bg {
624
	background: rgba(54, 66, 74, 1);
625
	border-bottom: 1px solid #f1f2f7;
21627 kshitij.so 626
}
627
 
27531 amit.gupta 628
.panel-content {
629
	padding: 10px;
21627 kshitij.so 630
}
631
 
632
.wrapper {
27531 amit.gupta 633
	display: inline-block;
634
	margin-top: 60px;
635
	padding: 15px;
636
	width: 100%;
21627 kshitij.so 637
}
638
 
639
a.logo {
27531 amit.gupta 640
	font-size: 25px;
641
	font-weight: 400;
642
	color: #D3181F;
643
	float: left;
644
	margin-top: 15px;
645
	text-transform: uppercase;
646
	letter-spacing: 1px;
21627 kshitij.so 647
}
648
 
25291 amit.gupta 649
.samsung-bg {
27531 amit.gupta 650
	background-color: "#1427a0"
25291 amit.gupta 651
}
27531 amit.gupta 652
 
25291 amit.gupta 653
.nokia-bg {
27531 amit.gupta 654
	background-color: "#124191"
25291 amit.gupta 655
}
27531 amit.gupta 656
 
25291 amit.gupta 657
.vivo-bg {
27531 amit.gupta 658
	background-color: "#0095da"
25291 amit.gupta 659
}
27531 amit.gupta 660
 
25291 amit.gupta 661
.oppo-bg {
27531 amit.gupta 662
	background-color: "#00925f"
25291 amit.gupta 663
}
27531 amit.gupta 664
 
25291 amit.gupta 665
.realme-bg {
27531 amit.gupta 666
	background-color: "#ffc915"
25291 amit.gupta 667
}
27531 amit.gupta 668
 
25291 amit.gupta 669
.xiaomi-bg {
27531 amit.gupta 670
	background-color: "#ff6700"
25291 amit.gupta 671
}
27531 amit.gupta 672
 
25291 amit.gupta 673
.apple-bg {
27531 amit.gupta 674
	background-color: "#4c4b4b"
25291 amit.gupta 675
}
676
 
23171 amit.gupta 677
span.logo {
27531 amit.gupta 678
	font-size: 16px;
679
	font-weight: 300;
680
	color: #D3181F;
681
	float: left;
682
	margin-top: 15px;
683
	text-transform: uppercase;
684
	letter-spacing: 1px;
23171 amit.gupta 685
}
686
 
21627 kshitij.so 687
a.logo:hover, a.logo:focus {
27531 amit.gupta 688
	text-decoration: none;
689
	outline: none;
21627 kshitij.so 690
}
691
 
692
a.logo span {
27531 amit.gupta 693
	color: #688a7e;
21627 kshitij.so 694
}
695
 
696
/*notification*/
27531 amit.gupta 697
#top_menu .nav>li, ul.top-menu>li {
698
	float: left;
21627 kshitij.so 699
}
700
 
701
.search-row {
27531 amit.gupta 702
	float: left;
703
	margin-top: 15px;
704
	margin-left: 16px;
21627 kshitij.so 705
}
706
 
707
.notification-row {
27531 amit.gupta 708
	float: right;
709
	margin-top: 15px;
710
	margin-left: 65px;
21627 kshitij.so 711
}
712
 
27531 amit.gupta 713
#task_notificatoin_bar, #mail_notificatoin_bar, #alert_notificatoin_bar,
714
	#cart_bar, #wallet_bar {
715
	margin-top: 7px;
21627 kshitij.so 716
}
717
 
27531 amit.gupta 718
ul.top-menu>li>a {
719
	color: #D3181F;
720
	font-size: 18px;
721
	padding: 2px 6px;
722
	margin-right: 15px;
21627 kshitij.so 723
}
724
 
27531 amit.gupta 725
ul.top-menu>li>a:hover, ul.top-menu>li>a:focus {
726
	background: transparent !important;
727
	color: #D7D7D7 !important;
21627 kshitij.so 728
}
729
 
730
.notification-row .badge {
27531 amit.gupta 731
	position: absolute;
732
	right: -4px;
733
	top: 0px;
734
	z-index: 100;
735
	border-radius: 9px;
736
	min-width: 18px;
737
	height: 18px;
738
	text-align: center;
739
	padding: 3px 5px;
740
	background: #00a0df;
741
	font-weight: 400;
21627 kshitij.so 742
}
743
 
27531 amit.gupta 744
.badge {
745
	border-radius: 9px;
746
	min-width: 18px;
747
	height: 18px;
748
	text-align: center;
749
	padding: 3px 5px;
750
	background: #00a0df;
21627 kshitij.so 751
}
752
 
753
.dropdown-menu.extended {
27531 amit.gupta 754
	max-width: 300px !important;
755
	min-width: 160px !important;
756
	top: 42px;
757
	width: 235px !important;
758
	padding: 0;
759
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
760
	border: none !important;
761
	border-radius: 4px;
762
	-webkit-border-radius: 4px;
21627 kshitij.so 763
}
764
 
27531 amit.gupta 765
.navbar-form {
766
	padding: 0px;
767
	margin: 0 0 0 10px;
21627 kshitij.so 768
}
769
 
27531 amit.gupta 770
.navbar-form .form-control {
771
	width: 200px;
772
	height: 30px;
773
	background: white url('../images/icons/search-line-icon.png') no-repeat
774
		3px;
775
	padding-left: 24px;
776
	margin-top: 1px;
21627 kshitij.so 777
}
778
 
779
@media screen and (-webkit-min-device-pixel-ratio:0) {
27531 amit.gupta 780
	/* Safari and Chrome */
781
	.dropdown-menu.extended {
782
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
783
	}
784
	;
21627 kshitij.so 785
}
786
 
787
/* bootstrape editor*/
27531 amit.gupta 788
#editor {
789
	max-height: 250px;
790
	height: 250px;
791
	background-color: white;
792
	border-collapse: separate;
793
	border: 1px solid rgb(204, 204, 204);
794
	padding: 4px;
795
	box-sizing: content-box;
796
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
797
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
798
	border-top-right-radius: 3px;
799
	border-bottom-right-radius: 3px;
800
	border-bottom-left-radius: 3px;
801
	border-top-left-radius: 3px;
802
	overflow: scroll;
803
	outline: none;
21627 kshitij.so 804
}
805
 
806
#voiceBtn {
27531 amit.gupta 807
	width: 20px;
808
	color: transparent;
809
	background-color: transparent;
810
	transform: scale(2.0, 2.0);
811
	-webkit-transform: scale(2.0, 2.0);
812
	-moz-transform: scale(2.0, 2.0);
813
	border: transparent;
814
	cursor: pointer;
815
	box-shadow: none;
816
	-webkit-box-shadow: none;
21627 kshitij.so 817
}
818
 
819
div[data-role="editor-toolbar"] {
27531 amit.gupta 820
	-webkit-user-select: none;
821
	-moz-user-select: none;
822
	-ms-user-select: none;
823
	user-select: none;
21627 kshitij.so 824
}
825
 
826
.dropdown-menu.extended li p {
27531 amit.gupta 827
	background-color: #F1F2F7;
828
	color: #666666;
829
	margin: 0;
830
	padding: 10px;
21627 kshitij.so 831
}
832
 
833
.dropdown-menu.extended li p.green {
27531 amit.gupta 834
	background-color: #4cd964;
835
	color: #fff;
21627 kshitij.so 836
}
837
 
838
.dropdown-menu.extended li p.red {
27531 amit.gupta 839
	background-color: #00a0df;
840
	color: #fff;
21627 kshitij.so 841
}
842
 
843
.dropdown-menu.extended li p.blue {
27531 amit.gupta 844
	background-color: #D3181F;
845
	color: #fff;
21627 kshitij.so 846
}
847
 
848
.dropdown-menu.extended li p.yellow {
27531 amit.gupta 849
	background-color: #fcb322;
850
	color: #fff;
21627 kshitij.so 851
}
852
 
853
.dropdown-menu.extended li a {
27531 amit.gupta 854
	border-bottom: 1px solid #EBEBEB !important;
855
	font-size: 12px;
856
	list-style: none;
21627 kshitij.so 857
}
858
 
859
.dropdown-menu.extended li a {
27531 amit.gupta 860
	padding: 15px 10px !important;
861
	width: 100%;
862
	display: inline-block;
21627 kshitij.so 863
}
864
 
865
.dropdown-menu.extended li a:hover {
27531 amit.gupta 866
	background-color: #F7F8F9 !important;
867
	color: #2E2E2E;
868
	border-bottom: 1px solid #688a7e !important;
21627 kshitij.so 869
}
870
 
871
.dropdown-menu.tasks-bar .task-info .desc {
27531 amit.gupta 872
	font-size: 13px;
873
	font-weight: normal;
21627 kshitij.so 874
}
875
 
876
.dropdown-menu.tasks-bar .task-info .percent {
27531 amit.gupta 877
	display: inline-block;
878
	float: right;
879
	font-size: 13px;
880
	font-weight: 600;
881
	padding-left: 10px;
882
	margin-top: -4px;
21627 kshitij.so 883
}
884
 
885
.dropdown-menu.extended .progress {
27531 amit.gupta 886
	margin-bottom: 0 !important;
887
	height: 10px;
21627 kshitij.so 888
}
889
 
890
.dropdown-menu.inbox li a .photo img {
27531 amit.gupta 891
	border-radius: 2px 2px 2px 2px;
892
	float: left;
893
	height: 40px;
894
	margin-right: 4px;
895
	width: 40px;
21627 kshitij.so 896
}
897
 
898
.dropdown-menu.inbox li a .subject {
27531 amit.gupta 899
	display: block;
21627 kshitij.so 900
}
901
 
902
.dropdown-menu.inbox li a .subject .from {
27531 amit.gupta 903
	font-size: 12px;
904
	font-weight: 600;
21627 kshitij.so 905
}
906
 
907
.dropdown-menu.inbox li a .subject .time {
27531 amit.gupta 908
	font-size: 11px;
909
	font-style: italic;
910
	font-weight: bold;
911
	position: absolute;
912
	right: 5px;
21627 kshitij.so 913
}
914
 
915
.dropdown-menu.inbox li a .message {
27531 amit.gupta 916
	display: block !important;
917
	font-size: 11px;
21627 kshitij.so 918
}
919
 
27531 amit.gupta 920
.top-nav {
921
	margin-top: 7px;
21627 kshitij.so 922
}
923
 
27531 amit.gupta 924
.top-nav ul.top-menu>li .dropdown-menu.logout {
925
	width: 200px !important;
21627 kshitij.so 926
}
927
 
928
.top-nav li.dropdown .dropdown-menu {
27531 amit.gupta 929
	float: right;
930
	right: 0;
931
	left: auto;
21627 kshitij.so 932
}
933
 
27531 amit.gupta 934
.dropdown-menu.extended.logout>li {
935
	float: left;
936
	text-align: left;
937
	width: 100%;
21627 kshitij.so 938
}
939
 
27531 amit.gupta 940
.dropdown-menu.extended.logout>li.eborder-top {
941
	border-top: 2px solid #688a7e !important;
21627 kshitij.so 942
}
943
 
27531 amit.gupta 944
.dropdown-menu.extended.logout>li:last-child {
945
	float: left;
946
	text-align: left;
947
	width: 100%;
948
	background: #688a7e;
21627 kshitij.so 949
}
950
 
27531 amit.gupta 951
.dropdown-menu.extended.logout>li:last-child>a, .dropdown-menu.extended.logout>li:last-child>a:hover
952
	{
953
	color: #fff;
954
	border-bottom: none !important;
955
	text-transform: uppercase;
956
	background-color: #D3181F !important;
21627 kshitij.so 957
}
958
 
27531 amit.gupta 959
.dropdown-menu.extended.logout>li:last-child>a:hover>i {
960
	color: #fff;
21627 kshitij.so 961
}
962
 
27531 amit.gupta 963
.dropdown-menu>li>a {
964
	color: #797979;
21627 kshitij.so 965
}
966
 
27531 amit.gupta 967
.dropdown-menu.extended.logout>li>a {
968
	border-bottom: 1px solid #EBEBEB !important;
969
	font-size: 14px;
970
	list-style: none;
971
	padding: 15px 10px !important;
972
	width: 100%;
973
	display: inline-block;
21627 kshitij.so 974
}
975
 
27531 amit.gupta 976
.dropdown-menu.extended.logout>li>a:hover {
977
	background-color: #F7F8F9 !important;
978
	color: #2E2E2E;
979
	border-bottom: 1px solid #688a7e !important;
21627 kshitij.so 980
}
981
 
27531 amit.gupta 982
.dropdown-menu.extended.logout>li>a:hover i {
983
	color: #688a7e;
21627 kshitij.so 984
}
985
 
27531 amit.gupta 986
.dropdown-menu.extended.logout>li>a i {
987
	font-size: 17px;
21627 kshitij.so 988
}
989
 
27531 amit.gupta 990
.dropdown-menu.extended.logout>li>a>i {
991
	display: inline-block;
992
	padding-right: 10px
21627 kshitij.so 993
}
994
 
995
.top-nav .username {
27531 amit.gupta 996
	font-size: 13px;
997
	color: #d43d31;
21627 kshitij.so 998
}
999
 
27531 amit.gupta 1000
.top-nav ul.top-menu>li>a {
1001
	padding: 8px;
1002
	background: none;
1003
	margin-right: 0;
21627 kshitij.so 1004
}
1005
 
27531 amit.gupta 1006
.top-nav ul.top-menu>li {
1007
	margin-left: 10px;
21627 kshitij.so 1008
}
1009
 
27531 amit.gupta 1010
.top-nav ul.top-menu>li>a:hover, .top-nav ul.top-menu>li>a:focus {
1011
	background: #F1F2F7;
21627 kshitij.so 1012
}
1013
 
1014
.top-nav .dropdown-menu.extended.logout {
27531 amit.gupta 1015
	top: 50px;
21627 kshitij.so 1016
}
1017
 
1018
.top-nav .nav .caret {
27531 amit.gupta 1019
	border-bottom-color: #A4AABA;
1020
	border-top-color: #A4AABA;
21627 kshitij.so 1021
}
1022
 
27531 amit.gupta 1023
.top-nav ul.top-menu>li>a:hover .caret {
1024
	border-bottom-color: #7498f1;
1025
	border-top-color: #7498f1;
21627 kshitij.so 1026
}
1027
 
1028
.log-arrow-up {
27531 amit.gupta 1029
	background: url("../images/arrow-up.png") no-repeat;
1030
	width: 20px;
1031
	height: 11px;
1032
	position: absolute;
1033
	right: 20px;
1034
	top: -10px;
21627 kshitij.so 1035
}
1036
 
1037
/*----*/
1038
.page-header {
27531 amit.gupta 1039
	margin: 12px 0 20px;
1040
	border-bottom: none;
1041
	opacity: 0.7;
1042
	text-transform: uppercase;
21627 kshitij.so 1043
}
1044
 
1045
.page-header i {
27531 amit.gupta 1046
	color: #acb1b8;
1047
	margin-right: 10px;
1048
	float: left;
1049
	font-size: 30px;
1050
	line-height: 22px;
1051
	opacity: 0.8;
21627 kshitij.so 1052
}
1053
 
1054
.breadcrumb {
27531 amit.gupta 1055
	-webkit-border-radius: 0px;
1056
	-moz-border-radius: 0px;
1057
	border-radius: 0px;
1058
	height: 34px;
1059
	position: relative;
1060
	margin: 0 0 19px 0;
1061
	overflow: hidden;
21627 kshitij.so 1062
}
1063
 
1064
.breadcrumb li {
27531 amit.gupta 1065
	position: relative;
1066
	margin-right: 0;
21627 kshitij.so 1067
}
1068
 
1069
.breadcrumb li i {
27531 amit.gupta 1070
	Font-size: 15px;
1071
	margin-right: 5px;
21627 kshitij.so 1072
}
1073
 
27531 amit.gupta 1074
.breadcrumb>.active {
1075
	color: #d4d4d4;
21627 kshitij.so 1076
}
1077
 
1078
/* .info-box
1079
 
1080
=================================================================== */
1081
.info-box {
27531 amit.gupta 1082
	min-height: 120px;
1083
	margin-bottom: 25px;
1084
	padding: 16px 0px 0px 8px;
1085
	color: white;
1086
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px
1087
		1px -1px rgba(0, 0, 0, 0.1);
1088
	-moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px
1089
		-1px rgba(0, 0, 0, 0.1);
1090
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px
1091
		rgba(0, 0, 0, 0.1);
21627 kshitij.so 1092
}
1093
 
1094
.info-box i {
27531 amit.gupta 1095
	display: block;
1096
	margin-top: 15px;
1097
	height: 75px;
1098
	font-size: 50px;
1099
	line-height: 75px;
1100
	width: 75px;
1101
	float: left;
1102
	text-align: center;
1103
	padding-right: 10px;
1104
	color: rgba(255, 255, 255, 0.75);
21627 kshitij.so 1105
}
1106
 
1107
.info-box .count {
27531 amit.gupta 1108
	margin-top: 20px;
1109
	font-size: 20px;
1110
	font-weight: 700;
21627 kshitij.so 1111
}
1112
 
1113
.info-box .title {
27531 amit.gupta 1114
	font-size: 12px;
1115
	text-transform: uppercase;
1116
	font-weight: 600;
21627 kshitij.so 1117
}
1118
 
1119
.info-box .desc {
27531 amit.gupta 1120
	margin-top: 10px;
1121
	font-size: 12px;
21627 kshitij.so 1122
}
1123
 
1124
.info-box.danger {
27531 amit.gupta 1125
	background: #ff5454;
1126
	border: 1px solid #ff2121;
21627 kshitij.so 1127
}
1128
 
1129
.info-box.warning {
27531 amit.gupta 1130
	background: #fabb3d;
1131
	border: 1px solid #f9aa0b;
21627 kshitij.so 1132
}
1133
 
1134
.info-box.primary {
27531 amit.gupta 1135
	background: #20a8d8;
1136
	border: 1px solid #1985ac;
21627 kshitij.so 1137
}
1138
 
1139
.info-box.info {
27531 amit.gupta 1140
	background: #67c2ef;
1141
	border: 1px solid #39afea;
21627 kshitij.so 1142
}
1143
 
1144
.info-box.success {
27531 amit.gupta 1145
	background: #79c447;
1146
	border: 1px solid #61a434;
21627 kshitij.so 1147
}
1148
 
1149
/*----------------	color------------------------*/
1150
.dark-heading-bg {
27531 amit.gupta 1151
	background: #4c4f53;
1152
	border: 1px solid #4c4f53;
21627 kshitij.so 1153
}
1154
 
1155
.main-bg {
27531 amit.gupta 1156
	background: #e6e8ea;
21627 kshitij.so 1157
}
1158
 
1159
.white-bg {
27531 amit.gupta 1160
	color: #768399;
1161
	background: #fff;
1162
	background-color: #fff;
21627 kshitij.so 1163
}
1164
 
1165
.red-bg {
27531 amit.gupta 1166
	color: #fff;
1167
	background: #d95043;
1168
	background-color: #d95043;
21627 kshitij.so 1169
}
1170
 
1171
.blue-bg {
27531 amit.gupta 1172
	color: #fff;
1173
	background: #57889c;
1174
	background-color: #57889c;
21627 kshitij.so 1175
}
1176
 
1177
.green-bg {
27531 amit.gupta 1178
	color: #fff;
1179
	background: #26c281;
1180
	background-color: #26c281;
21627 kshitij.so 1181
}
1182
 
1183
.greenLight-bg {
27531 amit.gupta 1184
	color: #71843f;
1185
	background: #71843f;
1186
	background-color: #71843f;
21627 kshitij.so 1187
}
1188
 
1189
.yellow-bg {
27531 amit.gupta 1190
	color: #fff;
1191
	background: #fc6;
1192
	background-color: #fc6;
21627 kshitij.so 1193
}
1194
 
1195
.orange-bg {
27531 amit.gupta 1196
	color: #fff;
1197
	background: #f4b162;
1198
	background-color: #f4b162;
21627 kshitij.so 1199
}
1200
 
1201
.purple-bg {
27531 amit.gupta 1202
	color: #fff;
1203
	background: #af91e1;
1204
	background-color: #af91e1;
21627 kshitij.so 1205
}
1206
 
1207
.pink-bg {
27531 amit.gupta 1208
	color: #fff;
1209
	background: #f78db8;
1210
	background-color: #f78db8;
21627 kshitij.so 1211
}
1212
 
30171 manish 1213
.light-salmon-bg {
1214
	color: #fff;
1215
	background: #4682B4;
1216
	background-color: #4682B4;
1217
}
1218
 
21627 kshitij.so 1219
.lime-bg {
27531 amit.gupta 1220
	color: #fff;
1221
	background: #a8db43;
1222
	background-color: #a8db43;
21627 kshitij.so 1223
}
1224
 
1225
.magenta-bg {
27531 amit.gupta 1226
	color: #fff;
1227
	background: #e65097;
1228
	background-color: #e65097;
21627 kshitij.so 1229
}
1230
 
1231
.teal-bg {
27531 amit.gupta 1232
	color: #fff;
1233
	background: #97d3c5;
1234
	background-color: #97d3c5;
21627 kshitij.so 1235
}
1236
 
1237
.brown-bg {
27531 amit.gupta 1238
	color: #fff;
1239
	background: #d1b993;
1240
	background-color: #d1b993;
21627 kshitij.so 1241
}
1242
 
1243
.gray-bg {
27531 amit.gupta 1244
	color: #768399;
1245
	background: #e4e9eb;
1246
	background-color: #e4e9eb;
21627 kshitij.so 1247
}
1248
 
1249
.dark-bg {
27531 amit.gupta 1250
	color: #fff;
1251
	background: #EDEDED;
1252
	background-color: #EDEDED;
1253
	border-bottom: 1px solid #D9DEE4;
21627 kshitij.so 1254
}
1255
 
1256
.facebook-bg {
27531 amit.gupta 1257
	color: #fff;
1258
	background: #3b5998;
1259
	background-color: #3b5998;
21627 kshitij.so 1260
}
1261
 
1262
.twitter-bg {
27531 amit.gupta 1263
	color: #fff;
1264
	background: #00aced;
1265
	background-color: #00aced;
21627 kshitij.so 1266
}
1267
 
1268
.linkedin-bg {
27531 amit.gupta 1269
	color: #fff;
1270
	background: #4875b4;
1271
	background-color: #4875b4;
21627 kshitij.so 1272
}
1273
 
1274
/*----------------------	panel-----------------*/
1275
.panel {
27531 amit.gupta 1276
	border: none;
1277
	-webkit-border-radius: 0px;
1278
	-moz-border-radius: 0px;
1279
	border-radius: 0px;
1280
	-webkit-box-shadow: none;
1281
	-moz-box-shadow: none;
1282
	box-shadow: none;
1283
	margin-bottom: 30px;
21627 kshitij.so 1284
}
1285
 
1286
.panel .panel-heading {
27531 amit.gupta 1287
	line-height: 34px;
1288
	padding: 0 15px;
1289
	min-height: 34px;
1290
	border-left: 1px solid #ccc;
1291
	border-right: 1px solid #ccc;
1292
	-webkit-border-radius: 0px;
1293
	-moz-border-radius: 0px;
1294
	border-radius: 0px;
1295
	position: relative;
1296
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
1297
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
1298
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
21627 kshitij.so 1299
}
1300
 
1301
.panel .panel-heading .panel-title {
27531 amit.gupta 1302
	line-height: 40px;
21627 kshitij.so 1303
}
1304
 
1305
.panel .panel-heading i {
27531 amit.gupta 1306
	width: 30px;
1307
	display: inline-block;
1308
	font-size: 14px;
1309
	border-right: 1px solid #e6e6e6;
21627 kshitij.so 1310
}
1311
 
1312
.panel .panel-heading ul li {
27531 amit.gupta 1313
	border-top: 1px solid #e6e6e6;
1314
	border-left: 1px solid #e6e6e6;
1315
	border-right: 1px solid #e6e6e6;
21627 kshitij.so 1316
}
1317
 
1318
.panel .panel-heading h2 {
27531 amit.gupta 1319
	height: 100%;
1320
	width: auto;
1321
	display: inline-block;
1322
	font-size: 14px;
1323
	position: relative;
1324
	margin: 0;
1325
	line-height: 34px;
1326
	font-weight: 400;
1327
	letter-spacing: 0;
21627 kshitij.so 1328
}
1329
 
1330
.panel .panel-heading .panel-actions {
27531 amit.gupta 1331
	float: right;
1332
	margin-right: -15px;
1333
	height: 40px;
1334
	font-size: 0;
21627 kshitij.so 1335
}
1336
 
1337
.panel .panel-heading .panel-actions i {
27531 amit.gupta 1338
	display: inline-block;
1339
	text-align: center;
1340
	width: 34px;
1341
	-webkit-transition: all 0.1s ease-in-out;
1342
	-moz-transition: all 0.1s ease-in-out;
1343
	-ms-transition: all 0.1s ease-in-out;
1344
	-o-transition: all 0.1s ease-in-out;
1345
	transition: all 0.1s ease-in-out;
1346
	text-decoration: none;
1347
	font-size: 14px;
21627 kshitij.so 1348
}
1349
 
1350
.panel .panel-heading .panel-actions a {
27531 amit.gupta 1351
	text-decoration: none;
1352
	font-size: 14px;
1353
	text-align: center;
1354
	display: inline-block;
1355
	line-height: 32px;
1356
	padding: 0;
1357
	margin: 0;
1358
	color: #333;
1359
	border-left: 1px solid rgba(0, 0, 0, .09);
21627 kshitij.so 1360
}
1361
 
27531 amit.gupta 1362
.panel-actions .btn-setting:hover, .panel-actions .btn-minimize:hover,
1363
	.panel-actions .btn-close:hover {
1364
	background-color: rgba(0, 0, 0, .05);
21627 kshitij.so 1365
}
1366
 
1367
.panel .panel-heading .switch {
27531 amit.gupta 1368
	margin: 10px;
21627 kshitij.so 1369
}
1370
 
1371
.panel .panel-body {
27531 amit.gupta 1372
	border-width: 1px 1px 2px;
1373
	border-style: solid;
1374
	border-top: none;
1375
	border-right-color: #ccc !important;
1376
	border-bottom-color: #ccc !important;
1377
	border-left-color: #ccc !important;
21627 kshitij.so 1378
}
1379
 
1380
.panel .panel-body-map {
27531 amit.gupta 1381
	border-width: 1px 1px 2px;
1382
	border-style: solid;
1383
	background: #eef3f7;
1384
	height: 380px;
1385
	border-top: none;
1386
	border-right-color: #ccc !important;
1387
	border-bottom-color: #ccc !important;
1388
	border-left-color: #ccc !important;
21627 kshitij.so 1389
}
1390
 
1391
.panel .panel-body.no-padding {
27531 amit.gupta 1392
	padding: 0;
21627 kshitij.so 1393
}
1394
 
1395
.panel .panel-body.padding-horizontal {
27531 amit.gupta 1396
	padding: 0 15px;
21627 kshitij.so 1397
}
1398
 
1399
.panel .panel-body.no-padding-bottom {
27531 amit.gupta 1400
	padding-bottom: 0;
21627 kshitij.so 1401
}
1402
 
1403
.panel-footer {
27531 amit.gupta 1404
	padding: 10px 15px;
1405
	background-color: #f5f5f5;
1406
	border-top: 1px solid #ddd;
1407
	border-bottom-right-radius: 0;
1408
	border-bottom-left-radius: 0;
21627 kshitij.so 1409
}
1410
 
1411
.panel .panel-footer {
27531 amit.gupta 1412
	border-width: 0 1px 2px 1px;
1413
	border-style: solid;
1414
	border-top: none;
1415
	border-right-color: #ccc !important;
1416
	border-bottom-color: #ccc !important;
1417
	border-left-color: #ccc !important;
1418
	position: relative;
21627 kshitij.so 1419
}
1420
 
27531 amit.gupta 1421
.panel.panel-default {
1422
	border-radius: 0px;
1423
	border-top: 1px solid #d4d4d4;
1424
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
1425
	-moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
1426
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
21627 kshitij.so 1427
}
1428
 
1429
.panel.panel-default.panel-heading {
27531 amit.gupta 1430
	background: #97d3c5;
21627 kshitij.so 1431
}
1432
 
1433
.panel.panel-default .panel-footer {
27531 amit.gupta 1434
	background: #f5f5f5;
21627 kshitij.so 1435
}
1436
 
1437
.panel.panel-primary {
27531 amit.gupta 1438
	border-color: #20a8d8;
21627 kshitij.so 1439
}
1440
 
27531 amit.gupta 1441
.panel.panel-primary .panel-heading, .panel.panel-primary .panel-footer
1442
	{
1443
	background: #5dc3e7;
1444
	color: #092f3d;
1445
	border-color: #20a8d8;
21627 kshitij.so 1446
}
1447
 
1448
.panel.panel-success {
27531 amit.gupta 1449
	border-color: #79c447;
21627 kshitij.so 1450
}
1451
 
27531 amit.gupta 1452
.panel.panel-success .panel-heading, .panel.panel-success .panel-footer
1453
	{
1454
	background: #a3d781;
1455
	color: #284315;
1456
	border-color: #79c447;
21627 kshitij.so 1457
}
1458
 
1459
.panel.panel-info {
27531 amit.gupta 1460
	border-color: #67c2ef;
21627 kshitij.so 1461
}
1462
 
27531 amit.gupta 1463
.panel.panel-info .panel-heading, .panel.panel-info .panel-footer {
1464
	background: #acdef6;
1465
	color: #106894;
1466
	border-color: #67c2ef;
21627 kshitij.so 1467
}
1468
 
1469
.panel.panel-warning {
27531 amit.gupta 1470
	border-color: #fabb3d;
21627 kshitij.so 1471
}
1472
 
27531 amit.gupta 1473
.panel.panel-warning .panel-heading, .panel.panel-warning .panel-footer
1474
	{
1475
	background: #fcd588;
1476
	color: #815703;
1477
	border-color: #fabb3d;
21627 kshitij.so 1478
}
1479
 
1480
.panel.panel-danger {
27531 amit.gupta 1481
	border-color: #ff5454;
21627 kshitij.so 1482
}
1483
 
27531 amit.gupta 1484
.panel.panel-danger .panel-heading, .panel.panel-danger .panel-footer {
1485
	background: #ffa1a1;
1486
	color: #a10000;
1487
	border-color: #ff5454;
21627 kshitij.so 1488
}
1489
 
1490
/* Chat Widget starts */
27531 amit.gupta 1491
.chats {
21627 kshitij.so 1492
	list-style-type: none;
1493
	margin: 0px;
1494
}
1495
 
27531 amit.gupta 1496
.chats li {
21627 kshitij.so 1497
	margin-bottom: 8px;
1498
	padding-bottom: 8px;
1499
}
1500
 
27531 amit.gupta 1501
.chats .by-me img {
21627 kshitij.so 1502
	margin-top: 5px;
27531 amit.gupta 1503
	margin-right: 10px;
21627 kshitij.so 1504
	padding: 1px;
27531 amit.gupta 1505
	background: #fff;
21627 kshitij.so 1506
	border: 1px solid #ccc;
1507
}
1508
 
27531 amit.gupta 1509
.chats .by-me .chat-meta {
21627 kshitij.so 1510
	font-size: 11px;
1511
	color: #999;
1512
}
1513
 
27531 amit.gupta 1514
.chats .by-me .chat-content {
21627 kshitij.so 1515
	margin-left: 60px;
27531 amit.gupta 1516
	position: relative;
1517
	background: #fff;
21627 kshitij.so 1518
	border: 1px solid #ddd;
1519
	padding: 7px 10px;
1520
	border-radius: 5px;
1521
	font-size: 13px;
27531 amit.gupta 1522
}
21627 kshitij.so 1523
 
27531 amit.gupta 1524
.chats .by-me .chat-content:after, .chats .by-me .chat-content:before {
1525
	right: 100%;
1526
	border: solid transparent;
1527
	content: " ";
1528
	height: 0;
1529
	width: 0;
1530
	position: absolute;
1531
	pointer-events: none;
21627 kshitij.so 1532
}
1533
 
27531 amit.gupta 1534
.chats .by-me .chat-content:after {
1535
	border-color: rgba(255, 255, 255, 0);
1536
	border-right-color: #fff;
1537
	border-width: 10px;
1538
	top: 30%;
1539
	margin-top: -10px;
1540
}
21627 kshitij.so 1541
 
27531 amit.gupta 1542
.chats .by-me .chat-content:before {
1543
	border-color: rgba(238, 238, 238, 0);
1544
	border-right-color: #ccc;
1545
	border-width: 11px;
1546
	top: 30%;
1547
	margin-top: -11px;
21627 kshitij.so 1548
}
1549
 
27531 amit.gupta 1550
.chats .by-other img {
21627 kshitij.so 1551
	margin-top: 5px;
27531 amit.gupta 1552
	margin-left: 10px;
21627 kshitij.so 1553
	padding: 1px;
27531 amit.gupta 1554
	background: #fff;
21627 kshitij.so 1555
	border: 1px solid #ccc;
1556
}
1557
 
27531 amit.gupta 1558
.chats .by-other .chat-meta {
21627 kshitij.so 1559
	font-size: 11px;
1560
	color: #999;
1561
}
1562
 
27531 amit.gupta 1563
.chats .by-other .chat-content {
21627 kshitij.so 1564
	margin-right: 60px;
27531 amit.gupta 1565
	position: relative;
1566
	background: #fff;
21627 kshitij.so 1567
	border: 1px solid #ddd;
1568
	padding: 7px 10px;
1569
	border-radius: 5px;
1570
	font-size: 13px;
27531 amit.gupta 1571
}
21627 kshitij.so 1572
 
27531 amit.gupta 1573
.chats .by-other .chat-content:after, .chats .by-other .chat-content:before
1574
	{
1575
	left: 100%;
1576
	border: solid transparent;
1577
	content: " ";
1578
	height: 0;
1579
	width: 0;
1580
	position: absolute;
1581
	pointer-events: none;
21627 kshitij.so 1582
}
1583
 
27531 amit.gupta 1584
.chats .by-other .chat-content:after {
1585
	border-color: rgba(255, 255, 255, 0);
1586
	border-left-color: #fff;
1587
	border-width: 10px;
1588
	top: 30%;
1589
	margin-top: -10px;
1590
}
21627 kshitij.so 1591
 
27531 amit.gupta 1592
.chats .by-other .chat-content:before {
1593
	border-color: rgba(238, 238, 238, 0);
1594
	border-left-color: #ccc;
1595
	border-width: 11px;
1596
	top: 30%;
1597
	margin-top: -11px;
21627 kshitij.so 1598
}
1599
 
1600
/* Chat widget ends */
27531 amit.gupta 1601
.portlets {
1602
	min-height: 50px;
21627 kshitij.so 1603
}
1604
 
27531 amit.gupta 1605
.portlets .widget-head {
1606
	cursor: move;
21627 kshitij.so 1607
}
1608
 
1609
/* Just Gage - Demo Charts
1610
 
1611
=================================================================== */
1612
.sz1 {
27531 amit.gupta 1613
	width: 200px;
1614
	height: 160px;
21627 kshitij.so 1615
}
1616
 
1617
.sz0 {
27531 amit.gupta 1618
	margin: 2em 0 0 0;
21627 kshitij.so 1619
}
1620
 
1621
.sz0 {
27531 amit.gupta 1622
	width: 100px;
1623
	height: 80px;
21627 kshitij.so 1624
}
1625
 
1626
/**
1627
 
1628
 * Nestable
1629
 
1630
 */
1631
.dd {
27531 amit.gupta 1632
	position: relative;
1633
	display: block;
1634
	margin: 0;
1635
	padding: 0;
1636
	list-style: none;
1637
	font-size: 13px;
1638
	line-height: 20px;
21627 kshitij.so 1639
}
1640
 
1641
.dd-list {
27531 amit.gupta 1642
	display: block;
1643
	position: relative;
1644
	margin: 0;
1645
	padding: 0;
1646
	list-style: none;
21627 kshitij.so 1647
}
1648
 
1649
.dd-list .dd-list {
27531 amit.gupta 1650
	padding-left: 30px;
21627 kshitij.so 1651
}
1652
 
1653
.dd-collapsed .dd-list {
27531 amit.gupta 1654
	display: none;
21627 kshitij.so 1655
}
1656
 
27531 amit.gupta 1657
.dd-item, .dd-empty, .dd-placeholder {
1658
	display: block;
1659
	position: relative;
1660
	margin: 0;
1661
	padding: 0;
1662
	min-height: 20px;
1663
	font-size: 13px;
1664
	line-height: 20px;
21627 kshitij.so 1665
}
1666
 
1667
.dd-handle {
27531 amit.gupta 1668
	display: block;
1669
	height: 30px;
1670
	margin: 5px 0;
1671
	padding: 4px 10px;
1672
	text-decoration: none;
1673
	border: 1px solid #d4d4d4;
1674
	background: #eeeeee;
1675
	-webkit-border-radius: 1px;
1676
	-moz-border-radius: 1px;
1677
	border-radius: 1px;
1678
	-webkit-box-sizing: border-box;
1679
	-moz-box-sizing: border-box;
1680
	box-sizing: border-box;
21627 kshitij.so 1681
}
1682
 
1683
.dd-handle:hover {
27531 amit.gupta 1684
	color: #20a8d8;
1685
	background: white;
21627 kshitij.so 1686
}
1687
 
1688
.dd-handle .icon {
27531 amit.gupta 1689
	float: right;
1690
	font-size: 16px;
1691
	margin-left: 10px;
21627 kshitij.so 1692
}
1693
 
1694
.dd-handle .icon:hover {
27531 amit.gupta 1695
	text-decoration: none;
21627 kshitij.so 1696
}
1697
 
27531 amit.gupta 1698
.dd-item>button {
1699
	display: block;
1700
	position: relative;
1701
	cursor: pointer;
1702
	float: left;
1703
	width: 25px;
1704
	height: 20px;
1705
	margin: 5px 0;
1706
	padding: 0;
1707
	text-indent: 100%;
1708
	white-space: nowrap;
1709
	overflow: hidden;
1710
	border: 0;
1711
	background: transparent;
1712
	font-size: 12px;
1713
	line-height: 1;
1714
	text-align: center;
1715
	font-weight: bold;
21627 kshitij.so 1716
}
1717
 
27531 amit.gupta 1718
.dd-item>button:before {
1719
	content: '+';
1720
	display: block;
1721
	position: absolute;
1722
	width: 100%;
1723
	text-align: center;
1724
	text-indent: 0;
21627 kshitij.so 1725
}
1726
 
27531 amit.gupta 1727
.dd-item>button[data-action="collapse"]:before {
1728
	content: '-';
21627 kshitij.so 1729
}
1730
 
27531 amit.gupta 1731
.dd-placeholder, .dd-empty {
1732
	margin: 5px 0;
1733
	padding: 0;
1734
	min-height: 30px;
1735
	background: #f2fbff;
1736
	border: 1px dashed #b6bcbf;
1737
	-webkit-box-sizing: border-box;
1738
	-moz-box-sizing: border-box;
1739
	box-sizing: border-box;
21627 kshitij.so 1740
}
1741
 
1742
.dd-empty {
27531 amit.gupta 1743
	border: 1px dashed #bbb;
1744
	min-height: 100px;
1745
	background-color: #e5e5e5;
1746
	background-size: 60px 60px;
1747
	background-position: 0 0, 30px 30px;
21627 kshitij.so 1748
}
1749
 
1750
.dd-dragel {
27531 amit.gupta 1751
	position: absolute;
1752
	pointer-events: none;
1753
	z-index: 9999;
21627 kshitij.so 1754
}
1755
 
27531 amit.gupta 1756
.dd-dragel>.dd-item .dd-handle {
1757
	margin-top: 0;
21627 kshitij.so 1758
}
1759
 
1760
.dd-dragel .dd-handle {
27531 amit.gupta 1761
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
1762
	-moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
1763
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
21627 kshitij.so 1764
}
1765
 
27531 amit.gupta 1766
* /Widget-Content * /
21627 kshitij.so 1767
 
1768
 
1769
 
27531 amit.gupta 1770
.widget-content .error .form-inline button {
1771
	margin-left: -2px;
1772
	padding: 8px 12px;
21627 kshitij.so 1773
}
1774
 
27531 amit.gupta 1775
.chats {
1776
	padding-left: 0px;
1777
	margin-left: 0px;
21627 kshitij.so 1778
}
1779
 
27531 amit.gupta 1780
.recent {
1781
	padding-left: 0px;
1782
	margin-left: 0px;
21627 kshitij.so 1783
}
1784
 
1785
.widget-foot .form-inline button {
1786
	margin-left: -3px;
27531 amit.gupta 1787
	padding: 7px 12px;
21627 kshitij.so 1788
}
1789
 
1790
.widget-content .form-inline button {
1791
	margin-left: 0px;
27531 amit.gupta 1792
	padding: 7px 12px;
21627 kshitij.so 1793
}
1794
 
27531 amit.gupta 1795
.buttons button {
1796
	margin-top: 10px;
21627 kshitij.so 1797
}
1798
 
27531 amit.gupta 1799
.widget-content ol#slist {
1800
	padding: 0px;
21627 kshitij.so 1801
}
1802
 
27531 amit.gupta 1803
.widget .widget-head, .modal-header {
1804
	background-color: #f8f8f8;
1805
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
1806
		to(#f2f2f2));
1807
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
1808
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
1809
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
1810
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
1811
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
1812
	border-top-right-radius: 3px;
1813
	border-top-left-radius: 3px;
1814
	text-shadow: 0px 1px #fff;
1815
	border-bottom: 1px solid #ccc;
1816
	border-top: 1px solid #fff;
21627 kshitij.so 1817
	color: #666;
1818
	font-size: 14px;
1819
	font-weight: bold;
27531 amit.gupta 1820
	padding: 8px 15px;
21627 kshitij.so 1821
}
1822
 
27531 amit.gupta 1823
.widget.wblack .widget-head {
1824
	background-color: #e8ece9;
1825
	background: -webkit-gradient(linear, left top, left bottom, from(#e8ece9),
1826
		to(#111));
1827
	background: -webkit-linear-gradient(top, #e8ece9, #111);
1828
	background: -moz-linear-gradient(top, #e8ece9, #111);
1829
	background: -ms-linear-gradient(top, #e8ece9, #111);
1830
	background: -o-linear-gradient(top, #e8ece9, #111);
1831
	background: linear-gradient(top, #e8ece9, #111);
1832
	text-shadow: 0px 1px #000;
1833
	border-bottom: 1px solid #555;
1834
	border-top: 1px solid #666;
1835
	box-shadow: inset 0px 1px 1px #444;
21627 kshitij.so 1836
	color: #ccc;
1837
}
1838
 
27531 amit.gupta 1839
.widget .widget-head .widget-icons i {
21627 kshitij.so 1840
	font-size: 14px;
1841
	margin: 0px 4px;
1842
}
1843
 
27531 amit.gupta 1844
.widget .widget-head .widget-icons a {
21627 kshitij.so 1845
	color: #aaa;
1846
}
1847
 
27531 amit.gupta 1848
.widget .widget-head .widget-icons a:hover {
21627 kshitij.so 1849
	color: #999;
1850
}
1851
 
27531 amit.gupta 1852
.widget.wblack .widget-head .widget-icons i {
21627 kshitij.so 1853
	font-size: 14px;
1854
	margin: 0px 4px;
1855
}
1856
 
27531 amit.gupta 1857
.widget .widget-foot, .modal-footer {
1858
	background-color: #f8f8f8;
1859
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
1860
		to(#f2f2f2));
1861
	background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
1862
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
1863
	background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
1864
	background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
1865
	background: linear-gradient(top, #f8f8f8, #f2f2f2);
1866
	border-bottom-right-radius: 3px;
1867
	border-bottom-left-radius: 3px;
1868
	text-shadow: 0px 1px #fff;
1869
	border-bottom: 1px solid #fff;
1870
	border-top: 1px solid #ccc;
1871
	padding: 8px 15px;
1872
	font-size: 12px;
1873
	color: #555;
1874
	box-shadow: inset 0px 1px 1px #fff;
21627 kshitij.so 1875
}
1876
 
27531 amit.gupta 1877
.widget-content .error .form-inline button {
1878
	margin-left: -2px;
1879
	padding: 8px 12px;
21627 kshitij.so 1880
}
1881
 
27531 amit.gupta 1882
.chats {
1883
	padding-left: 0px;
1884
	margin-left: 0px;
21627 kshitij.so 1885
}
1886
 
27531 amit.gupta 1887
.recent {
1888
	padding-left: 0px;
1889
	margin-left: 0px;
21627 kshitij.so 1890
}
1891
 
1892
.widget-foot .form-inline button {
1893
	margin-left: -3px;
27531 amit.gupta 1894
	padding: 7px 12px;
21627 kshitij.so 1895
}
1896
 
1897
.widget-content .form-inline button {
1898
	margin-left: 0px;
27531 amit.gupta 1899
	padding: 7px 12px;
21627 kshitij.so 1900
}
1901
 
27531 amit.gupta 1902
.widget .padd .modal-body {
21627 kshitij.so 1903
	padding: 13px 15px;
1904
}
1905
 
27531 amit.gupta 1906
.buttons button {
1907
	margin-top: 10px;
21627 kshitij.so 1908
}
1909
 
27531 amit.gupta 1910
.widget-content ol#slist {
1911
	padding: 0px;
21627 kshitij.so 1912
}
1913
 
1914
.task i {
27531 amit.gupta 1915
	display: inline-block;
21627 kshitij.so 1916
	width: 30px;
1917
	height: 17px;
1918
	background: #ccc;
1919
	text-align: center;
1920
	border-radius: 50px;
1921
	font-size: 10px;
1922
	line-height: 17px;
1923
}
1924
 
27531 amit.gupta 1925
.pagination li a {
1926
	color: #777;
21627 kshitij.so 1927
}
1928
 
1929
/* Widget white extras */
27531 amit.gupta 1930
.widget .nav-tabs>li a {
1931
 
21627 kshitij.so 1932
}
1933
 
1934
.widget .nav-tabs {
1935
	margin-bottom: 5px;
1936
}
1937
 
27531 amit.gupta 1938
.widget .tab-content {
21627 kshitij.so 1939
	margin-bottom: 10px;
1940
}
1941
 
27531 amit.gupta 1942
.widget .padd, .modal-body {
21627 kshitij.so 1943
	padding: 13px 15px;
1944
}
1945
 
27531 amit.gupta 1946
.portlets {
1947
	min-height: 50px;
21627 kshitij.so 1948
}
1949
 
27531 amit.gupta 1950
.portlets .widget-head {
1951
	cursor: move;
21627 kshitij.so 1952
}
1953
 
1954
/*-----	map-----*/
27531 amit.gupta 1955
* Google maps * /
21627 kshitij.so 1956
 
1957
 
1958
 
27531 amit.gupta 1959
.gmap iframe {
21627 kshitij.so 1960
	width: 100%;
1961
	margin: 0px;
1962
	padding: 0px;
1963
}
1964
 
1965
/* Google maps ends */
1966
 
1967
/* Today datas */
27531 amit.gupta 1968
.today-datas {
21627 kshitij.so 1969
	list-style-type: none;
1970
	padding: 0px;
1971
	margin: 10px 0px;
1972
}
1973
 
27531 amit.gupta 1974
.today-datas li {
21627 kshitij.so 1975
	display: inline-block;
1976
	margin-bottom: 5px;
1977
	margin-right: 10px;
27531 amit.gupta 1978
	padding: 10px 10px;
1979
	text-shadow: 0px 1px 0px #fff;
1980
	max-width: 100%;
1981
	text-align: center;
21627 kshitij.so 1982
}
1983
 
27531 amit.gupta 1984
.today-datas li .datas-text {
21627 kshitij.so 1985
	font-size: 13px;
1986
	padding: 7px 0px 0px 0px;
1987
	font-weight: normal;
1988
}
1989
 
1990
/*----*/
1991
.notify-arrow {
27531 amit.gupta 1992
	border-style: solid;
1993
	border-width: 0 9px 9px;
1994
	height: 0;
1995
	margin-top: 0;
1996
	opacity: 0;
1997
	position: absolute;
1998
	right: 7px;
1999
	top: -18px;
2000
	transition: all 0.25s ease 0s;
2001
	width: 0;
2002
	z-index: 10;
2003
	margin-top: 10px;
2004
	opacity: 1;
21627 kshitij.so 2005
}
2006
 
27531 amit.gupta 2007
.notify-arrow-blue {
2008
	border-color: transparent transparent #688a7e;
2009
	border-bottom-color: #688a7e !important;
2010
	border-top-color: #688a7e !important;
21627 kshitij.so 2011
}
2012
 
2013
.notify-arrow-yellow {
27531 amit.gupta 2014
	border-color: transparent transparent #D3181F;
2015
	border-bottom-color: #D3181F !important;
2016
	border-top-color: #D3181F !important;
21627 kshitij.so 2017
}
2018
 
2019
.notify-arrow-red {
27531 amit.gupta 2020
	border-color: transparent transparent #00a0df;
2021
	border-bottom-color: #00a0df !important;
2022
	border-top-color: #00a0df !important;
21627 kshitij.so 2023
}
2024
 
2025
.notify-arrow-green {
27531 amit.gupta 2026
	border-color: transparent transparent #4cd964;
2027
	border-bottom-color: #4cd964 !important;
2028
	border-top-color: #4cd964 !important;
21627 kshitij.so 2029
}
2030
 
2031
/*search*/
2032
.search {
27531 amit.gupta 2033
	margin-top: 6px;
2034
	width: 20px;
2035
	-webkit-transition: all .3s ease;
2036
	-moz-transition: all .3s ease;
2037
	-ms-transition: all .3s ease;
2038
	-o-transition: all .3s ease;
2039
	transition: all .3s ease;
2040
	border: 1px solid #fff;
2041
	box-shadow: none;
2042
	background: url("../img/search-icon.jpg") no-repeat 10px 8px;
2043
	padding: 0 5px 0 35px;
2044
	color: #fff;
21627 kshitij.so 2045
}
2046
 
2047
.search:focus {
27531 amit.gupta 2048
	margin-top: 5px;
2049
	width: 180px;
2050
	border: 1px solid #eaeaea;
2051
	box-shadow: none;
2052
	-webkit-transition: all .3s ease;
2053
	-moz-transition: all .3s ease;
2054
	-ms-transition: all .3s ease;
2055
	-o-transition: all .3s ease;
2056
	transition: all .3s ease;
2057
	color: #c8c8c8;
2058
	font-weight: 300;
21627 kshitij.so 2059
}
2060
 
2061
/*--sidebar toggle---*/
2062
.toggle-nav {
27531 amit.gupta 2063
	float: left;
2064
	padding-right: 15px;
2065
	margin-top: 15px;
2066
	color: #D3181F;
21627 kshitij.so 2067
}
2068
 
2069
.toggle-nav .icon-reorder {
27531 amit.gupta 2070
	cursor: pointer;
2071
	display: inline-block;
2072
	font-size: 30px;
21627 kshitij.so 2073
}
2074
 
27531 amit.gupta 2075
.sidebar-closed>#sidebar>ul {
2076
	display: none;
21627 kshitij.so 2077
}
2078
 
2079
.sidebar-closed #main-content {
27531 amit.gupta 2080
	margin-left: 0px;
21627 kshitij.so 2081
}
2082
 
2083
.sidebar-closed #sidebar {
27531 amit.gupta 2084
	margin-left: -180px;
21627 kshitij.so 2085
}
2086
 
2087
/*state overview*/
2088
.state-overview .symbol, .state-overview .value {
27531 amit.gupta 2089
	display: inline-block;
2090
	text-align: center;
21627 kshitij.so 2091
}
2092
 
27531 amit.gupta 2093
.state-overview .value {
2094
	float: right;
21627 kshitij.so 2095
}
2096
 
27531 amit.gupta 2097
.state-overview .value h1 {
2098
	margin: 0;
2099
	padding: 0;
2100
	color: #688a7e;
21627 kshitij.so 2101
}
2102
 
27531 amit.gupta 2103
.state-overview .value p {
2104
	margin: 0;
2105
	padding: 0;
2106
	color: #fed189;
21627 kshitij.so 2107
}
2108
 
2109
.state-overview .value h1 {
27531 amit.gupta 2110
	font-weight: 300;
2111
	font-weight: 30px;
21627 kshitij.so 2112
}
2113
 
2114
.state-overview .symbol i {
27531 amit.gupta 2115
	color: #688a7e;
2116
	font-size: 30px;
21627 kshitij.so 2117
}
2118
 
2119
.state-overview .symbol {
27531 amit.gupta 2120
	width: 30%;
2121
	padding: 25px 15px;
21627 kshitij.so 2122
}
2123
 
2124
.state-overview .value {
27531 amit.gupta 2125
	width: 68%;
2126
	padding-top: 21px;
21627 kshitij.so 2127
}
2128
 
2129
.state-overview .terques {
27531 amit.gupta 2130
	background: #34AADC;
21627 kshitij.so 2131
}
2132
 
2133
.state-overview .red {
27531 amit.gupta 2134
	background: #00a0df;
21627 kshitij.so 2135
}
2136
 
2137
.state-overview .yellow {
27531 amit.gupta 2138
	background: #D3181F;
21627 kshitij.so 2139
}
2140
 
2141
.state-overview .blue {
27531 amit.gupta 2142
	background: #688a7e;
21627 kshitij.so 2143
}
2144
 
2145
/**/
27531 amit.gupta 2146
.state .panel-body {
2147
	padding: 0px;
21627 kshitij.so 2148
}
2149
 
2150
.panel-body.chart-texture {
27531 amit.gupta 2151
	background: url("../img/chart-texture.jpg");
2152
	-webkit-border-radius: 4px 4px 0px 0px;
2153
	border-radius: 4px 4px 0px 0px;
2154
	padding: 0px;
21627 kshitij.so 2155
}
2156
 
2157
/*personal task*/
2158
.task-thumb {
27531 amit.gupta 2159
	width: 90px;
2160
	float: left;
21627 kshitij.so 2161
}
2162
 
2163
.task-thumb img {
27531 amit.gupta 2164
	border-radius: 4px;
2165
	-webkit-border-radius: 4px;
21627 kshitij.so 2166
}
2167
 
2168
.task-thumb-details {
27531 amit.gupta 2169
	display: inline-block;
2170
	margin: 25px 0 0 10px;
21627 kshitij.so 2171
}
2172
 
2173
.task-progress {
27531 amit.gupta 2174
	float: left;
21627 kshitij.so 2175
}
2176
 
27531 amit.gupta 2177
.task-thumb-details h1, .task-thumb-details h1 a, .task-progress h1,
2178
	.task-progress h1 a {
2179
	color: #688a7e;
2180
	font-size: 18px;
2181
	margin: 0;
2182
	padding: 0;
2183
	font-weight: 300;
21627 kshitij.so 2184
}
2185
 
2186
.task-thumb-details p, .task-progress p {
27531 amit.gupta 2187
	padding-top: 5px;
2188
	color: #fed189;
21627 kshitij.so 2189
}
2190
 
27531 amit.gupta 2191
.personal-task tbody tr td {
2192
	padding: 11px 15px;
2193
	border-color: #eeeff1;
21627 kshitij.so 2194
}
2195
 
2196
.personal-task tbody tr td i {
27531 amit.gupta 2197
	font-size: 16px;
2198
	color: #c7cbd4;
2199
	position: relative;
2200
	right: 6px;
2201
	top: 6px;
21627 kshitij.so 2202
}
2203
 
27531 amit.gupta 2204
.personal-task.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th
2205
	{
2206
	background-color: #f7f8fc;
21627 kshitij.so 2207
}
2208
 
27531 amit.gupta 2209
.personal-task.table-hover>tbody>tr:hover>td i {
2210
	color: #688a7e;
21627 kshitij.so 2211
}
2212
 
27531 amit.gupta 2213
.personal-task>tbody>tr>td:last-child {
2214
	text-align: right;
21627 kshitij.so 2215
}
2216
 
2217
.task-option {
27531 amit.gupta 2218
	float: right;
21627 kshitij.so 2219
}
2220
 
27531 amit.gupta 2221
.task-option select {
2222
	height: 35px;
2223
	border: 1px solid #eaeaea;
2224
	border-radius: 4px;
2225
	-webkit-border-radius: 4px;
2226
	padding: 8px;
2227
	color: #a4abbb;
21627 kshitij.so 2228
}
2229
 
2230
.progress-panel {
27531 amit.gupta 2231
	padding-bottom: 5px;
21627 kshitij.so 2232
}
2233
 
2234
/*badge*/
2235
.badge.bg-primary {
27531 amit.gupta 2236
	background: #688a7e;
21627 kshitij.so 2237
}
2238
 
2239
.badge.bg-success {
27531 amit.gupta 2240
	background: #4cd964;
21627 kshitij.so 2241
}
2242
 
2243
.badge.bg-warning {
27531 amit.gupta 2244
	background: #D3181F;
21627 kshitij.so 2245
}
2246
 
2247
.badge.bg-important {
27531 amit.gupta 2248
	background: #D3181F;
2249
	font-family: 'Lato', sans-serif;
2250
	font-size: 11px;
21627 kshitij.so 2251
}
2252
 
2253
.badge.bg-info {
27531 amit.gupta 2254
	background: #34aadc;
21627 kshitij.so 2255
}
2256
 
2257
.badge.bg-inverse {
27531 amit.gupta 2258
	background: #797979;
21627 kshitij.so 2259
}
2260
 
2261
/*---revenue----*/
2262
.revenue-head {
27531 amit.gupta 2263
	background: #688a7e;
2264
	color: #fff;
2265
	line-height: 50px;
2266
	text-align: center;
21627 kshitij.so 2267
}
2268
 
2269
.revenue-head span {
27531 amit.gupta 2270
	/*background: rgba(0,0,0,0.1);*/
2271
	text-align: left;
2272
	line-height: normal;
2273
	padding: 16px;
2274
	font-weight: 300;
21627 kshitij.so 2275
}
2276
 
2277
.revenue-head span i {
27531 amit.gupta 2278
	font-size: 18px;
21627 kshitij.so 2279
}
2280
 
2281
.revenue-head h3 {
27531 amit.gupta 2282
	display: inline;
2283
	padding: 0 10px;
2284
	font-size: 16px;
2285
	font-weight: 400;
21627 kshitij.so 2286
}
2287
 
2288
.revenue-head span.rev-combo {
27531 amit.gupta 2289
	/*background: rgba(0,0,0,0.1);*/
2290
	text-align: right;
2291
	padding: 16px;
2292
	line-height: normal;
2293
	font-weight: 300;
21627 kshitij.so 2294
}
2295
 
2296
/*easy pie chart*/
2297
.easy-pie-chart {
27531 amit.gupta 2298
	display: inline-block;
2299
	padding: 30px 0;
21627 kshitij.so 2300
}
2301
 
2302
.chart-info, .chart-info .increase, .chart-info .decrease {
27531 amit.gupta 2303
	display: inline-block;
21627 kshitij.so 2304
}
2305
 
2306
.chart-info {
27531 amit.gupta 2307
	width: 100%;
2308
	margin-bottom: 5px;
21627 kshitij.so 2309
}
2310
 
2311
.chart-position {
27531 amit.gupta 2312
	margin-top: 70px;
21627 kshitij.so 2313
}
2314
 
2315
.chart-info span {
27531 amit.gupta 2316
	margin: 0 3px;
21627 kshitij.so 2317
}
2318
 
2319
.chart-info .increase {
27531 amit.gupta 2320
	background: #688a7e;
2321
	width: 10px;
2322
	height: 10px;
21627 kshitij.so 2323
}
2324
 
2325
.chart-info .decrease {
27531 amit.gupta 2326
	background: #f2f2f2;
2327
	width: 10px;
2328
	height: 10px;
21627 kshitij.so 2329
}
2330
 
2331
.panel-footer.revenue-foot {
27531 amit.gupta 2332
	background-color: #e6e7ec;
2333
	-webkit-border-radius: 0px 0px 4px 4px;
2334
	border-radius: 0px 0px 4px 4px;
2335
	border: none;
2336
	padding: 0;
2337
	width: 100%;
2338
	display: inline-block;
21627 kshitij.so 2339
}
2340
 
2341
@media screen and (-webkit-min-device-pixel-ratio:0) {
27531 amit.gupta 2342
	/* Safari and Chrome */
2343
	.panel-footer.revenue-foot {
2344
		margin-bottom: -4px;
2345
	}
2346
	;
2347
}
21627 kshitij.so 2348
 
27531 amit.gupta 2349
.panel-footer.revenue-foot ul {
2350
	margin: 0;
2351
	padding: 0;
2352
	width: 100%;
2353
	display: inline-flex;
21627 kshitij.so 2354
}
2355
 
2356
.panel-footer.revenue-foot ul li {
27531 amit.gupta 2357
	float: left;
2358
	width: 33.33%;
21627 kshitij.so 2359
}
2360
 
27531 amit.gupta 2361
.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a
2362
	{
2363
	-webkit-border-radius: 0px 0px 0px 4px;
2364
	border-radius: 0px 0px 0px 4px;
21627 kshitij.so 2365
}
2366
 
27531 amit.gupta 2367
.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a
2368
	{
2369
	-webkit-border-radius: 0px 0px 4px 0px;
2370
	border-radius: 0px 0px 4px 0px;
2371
	border-right: none;
21627 kshitij.so 2372
}
2373
 
27531 amit.gupta 2374
.panel-footer.revenue-foot ul li a {
2375
	display: inline-block;
2376
	width: 100%;
2377
	padding: 14px 15px;
2378
	text-align: center;
2379
	border-right: 1px solid #d5d8df;
2380
	color: #797979;
21627 kshitij.so 2381
}
2382
 
27531 amit.gupta 2383
.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a
2384
	{
2385
	background: #fff;
2386
	position: relative;
21627 kshitij.so 2387
}
2388
 
2389
.panel-footer.revenue-foot ul li a i {
27531 amit.gupta 2390
	color: #c6cad5;
2391
	display: block;
2392
	font-size: 16px;
21627 kshitij.so 2393
}
2394
 
27531 amit.gupta 2395
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i
2396
	{
2397
	color: #688a7e;
2398
	display: block;
2399
	font-size: 16px;
21627 kshitij.so 2400
}
2401
 
2402
/*Creative carousel model*/
2403
.flat-carousal {
27531 amit.gupta 2404
	background: #00a0df;
2405
	padding: 10px;
2406
	color: #fff;
2407
	position: relative;
21627 kshitij.so 2408
}
2409
 
2410
.flat-carousal h1 {
27531 amit.gupta 2411
	text-align: center;
2412
	font-size: 16px;
2413
	margin: 30px 20px;
2414
	line-height: 20px;
2415
	font-weight: 300;
2416
	font-style: italic;
21627 kshitij.so 2417
}
2418
 
2419
a.view-all {
27531 amit.gupta 2420
	color: #fff;
2421
	background: rgba(0, 0, 0, 0.1);
2422
	padding: 8px 15px;
2423
	text-align: center;
2424
	border-radius: 25px;
2425
	-webkit-border-radius: 25px;
2426
	margin-bottom: 18px;
2427
	display: inline-block;
2428
	text-transform: uppercase;
2429
	font-size: 12px;
21627 kshitij.so 2430
}
2431
 
2432
ul.ft-link {
27531 amit.gupta 2433
	margin: 0;
2434
	padding: 0;
21627 kshitij.so 2435
}
2436
 
2437
ul.ft-link li {
27531 amit.gupta 2438
	border-right: 1px solid #E6E7EC;
2439
	display: inline-block;
2440
	line-height: 30px;
2441
	margin: 8px 0;
2442
	text-align: center;
2443
	width: 24%;
21627 kshitij.so 2444
}
2445
 
2446
ul.ft-link li a {
27531 amit.gupta 2447
	color: #74829c;
2448
	text-transform: uppercase;
2449
	font-size: 12px;
21627 kshitij.so 2450
}
2451
 
2452
ul.ft-link li a:hover, ul.ft-link li.active a {
27531 amit.gupta 2453
	color: #00a0df;
21627 kshitij.so 2454
}
2455
 
2456
ul.ft-link li:last-child {
27531 amit.gupta 2457
	border-right: none;
21627 kshitij.so 2458
}
2459
 
2460
ul.ft-link li a i {
27531 amit.gupta 2461
	display: block;
21627 kshitij.so 2462
}
2463
 
27531 amit.gupta 2464
#owl-slider .item img {
2465
	display: block;
2466
	width: 100%;
2467
	height: auto;
21627 kshitij.so 2468
}
2469
 
2470
.owl-buttons {
27531 amit.gupta 2471
	position: absolute;
2472
	top: 70px;
2473
	width: 100%;
21627 kshitij.so 2474
}
2475
 
2476
.owl-prev, .owl-next {
27531 amit.gupta 2477
	position: absolute;
21627 kshitij.so 2478
}
2479
 
2480
.owl-next {
27531 amit.gupta 2481
	right: 0;
21627 kshitij.so 2482
}
2483
 
2484
.owl-buttons .owl-prev {
27531 amit.gupta 2485
	text-indent: -9999px;
2486
	background: url("../img/left-arrow.png") no-repeat;
2487
	width: 6px;
2488
	height: 10px;
2489
	display: inline-block;
21627 kshitij.so 2490
}
2491
 
2492
.owl-buttons .owl-next {
27531 amit.gupta 2493
	text-indent: -9999px;
2494
	background: url("../img/right-arrow.png") no-repeat;
2495
	width: 6px;
2496
	height: 10px;
2497
	display: inline-block;
21627 kshitij.so 2498
}
2499
 
2500
/*product post*/
2501
.post-wrap aside {
27531 amit.gupta 2502
	display: table-cell;
2503
	float: none;
2504
	height: 100%;
2505
	padding: 0;
2506
	vertical-align: top;
21627 kshitij.so 2507
}
2508
 
2509
.pro-box {
27531 amit.gupta 2510
	border-collapse: collapse;
2511
	border-spacing: 0;
2512
	display: table;
2513
	table-layout: fixed;
2514
	width: 100%;
21627 kshitij.so 2515
}
2516
 
2517
.post-info {
27531 amit.gupta 2518
	position: relative;
21627 kshitij.so 2519
}
2520
 
2521
.arrow-pro.right:after {
27531 amit.gupta 2522
	border-left-color: #FFFFFF;
2523
	border-right-width: 0;
2524
	top: 85px;
2525
	content: " ";
21627 kshitij.so 2526
}
2527
 
2528
.arrow-pro.left:after {
27531 amit.gupta 2529
	border-right-color: #FFFFFF;
2530
	border-left-width: 0;
2531
	top: 80px;
2532
	content: " ";
21627 kshitij.so 2533
}
2534
 
2535
.arrow-pro.left {
27531 amit.gupta 2536
	left: -8px;
21627 kshitij.so 2537
}
2538
 
2539
.arrow-pro:after {
27531 amit.gupta 2540
	border-width: 7px;
2541
	content: "";
21627 kshitij.so 2542
}
2543
 
2544
.arrow-pro, .arrow-pro:after {
27531 amit.gupta 2545
	border-color: rgba(0, 0, 0, 0);
2546
	border-style: solid;
2547
	display: block;
2548
	height: 0;
2549
	position: absolute;
2550
	width: 0;
2551
	right: -5px;
21627 kshitij.so 2552
}
2553
 
2554
.post-highlight.yellow {
27531 amit.gupta 2555
	background: #D3181F;
21627 kshitij.so 2556
}
2557
 
2558
.post-highlight.terques {
27531 amit.gupta 2559
	background: #688a7e;
21627 kshitij.so 2560
}
2561
 
2562
.post-info h1 {
27531 amit.gupta 2563
	margin: 0;
2564
	font-size: 18px;
2565
	color: #a19899;
2566
	font-weight: 300;
21627 kshitij.so 2567
}
2568
 
2569
.post-highlight.terques h2 {
27531 amit.gupta 2570
	font-size: 16px;
2571
	color: #fff;
2572
	font-style: italic;
2573
	padding: 0 20px;
2574
	line-height: 22px;
2575
	margin: 0;
2576
	font-weight: 300;
21627 kshitij.so 2577
}
2578
 
2579
.post-highlight.terques h2 span, .post-highlight.terques h2 a {
27531 amit.gupta 2580
	color: #92faf3;
21627 kshitij.so 2581
}
2582
 
2583
.post-info h1 strong {
27531 amit.gupta 2584
	text-transform: uppercase;
2585
	color: #937b7b;
21627 kshitij.so 2586
}
2587
 
2588
.post-info .desk {
27531 amit.gupta 2589
	display: inline-block;
21627 kshitij.so 2590
}
2591
 
27531 amit.gupta 2592
.post-info .desk  h3 {
2593
	font-size: 16px;
21627 kshitij.so 2594
}
2595
 
2596
.post-info .desk.yellow h3 {
27531 amit.gupta 2597
	color: #D3181F;
21627 kshitij.so 2598
}
2599
 
2600
.post-btn {
27531 amit.gupta 2601
 
21627 kshitij.so 2602
}
2603
 
2604
.post-btn a {
27531 amit.gupta 2605
	float: left;
2606
	margin-right: 8px;
2607
	font-size: 18px;
2608
	color: #9a9a9a;
21627 kshitij.so 2609
}
2610
 
2611
.post-btn a:hover {
27531 amit.gupta 2612
	color: #727272;
21627 kshitij.so 2613
}
2614
 
2615
.pro-thumb {
27531 amit.gupta 2616
	text-align: center;
2617
	display: inline-block;
2618
	border-radius: 50%;
2619
	-webkit-border-radius: 50%;
2620
	border: 10px solid rgba(256, 256, 256, 0.4);
21627 kshitij.so 2621
}
2622
 
27531 amit.gupta 2623
.pro-thumb img {
2624
	text-align: center;
2625
	width: 112px;
2626
	height: 112px;
2627
	border-radius: 50%;
2628
	-webkit-border-radius: 50%;
21627 kshitij.so 2629
}
2630
 
2631
.v-align {
27531 amit.gupta 2632
	vertical-align: middle !important;
21627 kshitij.so 2633
}
2634
 
2635
.twite h1 {
27531 amit.gupta 2636
	margin: 50px 0;
21627 kshitij.so 2637
}
2638
 
2639
.social-footer {
27531 amit.gupta 2640
	display: inline;
2641
	text-align: center;
21627 kshitij.so 2642
}
2643
 
2644
.social-footer ul {
27531 amit.gupta 2645
	text-align: center;
2646
	margin: 0;
2647
	padding: 0;
21627 kshitij.so 2648
}
2649
 
2650
.social-footer ul li {
27531 amit.gupta 2651
	display: inline-block;
2652
	margin: 0 20px;
21627 kshitij.so 2653
}
2654
 
2655
.social-footer ul li a {
27531 amit.gupta 2656
	font-size: 25px;
2657
	color: #ceced0;
21627 kshitij.so 2658
}
2659
 
27531 amit.gupta 2660
.social-footer ul li a:hover i.icon-facebook, .social-footer ul li.active a i.icon-facebook
2661
	{
2662
	color: #486eac;
21627 kshitij.so 2663
}
2664
 
27531 amit.gupta 2665
.social-footer ul li a:hover i.icon-twitter, .social-footer ul li.active a i.icon-twitter
2666
	{
2667
	color: #00a0df;
21627 kshitij.so 2668
}
2669
 
27531 amit.gupta 2670
.social-footer ul li a:hover i.icon-google-plus, .social-footer ul li.active a i.icon-google-plus
2671
	{
2672
	color: #4a4a4a;
21627 kshitij.so 2673
}
2674
 
27531 amit.gupta 2675
.social-footer ul li a:hover i.icon-pinterest, .social-footer ul li.active a i.icon-pinterest
2676
	{
2677
	color: #d1282d;
21627 kshitij.so 2678
}
2679
 
2680
/*pie chart */
2681
.pie-foot {
27531 amit.gupta 2682
	background: #6b6b6b;
2683
	padding: 18px 15px;
2684
	color: #fff;
2685
	border-radius: 0 0 4px 4px;
2686
	-webkit-border-radius: 0 0 4px 4px;
2687
	text-align: center;
2688
	font-size: 16px;
2689
	font-weight: 300;
21627 kshitij.so 2690
}
2691
 
2692
/*profile-widget*/
27531 amit.gupta 2693
.profile-widget {
2694
	color: #fff;
2695
	text-align: center;
21627 kshitij.so 2696
}
2697
 
2698
/*profile-widget image bg*/
27531 amit.gupta 2699
.profile-widget-img {
2700
	background: url('../img/backgrounds/bg-11-small.jpg') no-repeat
2701
		!important;
21627 kshitij.so 2702
}
2703
 
2704
.profile-nav .profile-widget-img .bg-layer {
27531 amit.gupta 2705
	background: rgba(0, 0, 0, 0.5) !important;
21627 kshitij.so 2706
}
2707
 
27531 amit.gupta 2708
.profile-widget-img .panel-body {
2709
	background: rgba(0, 0, 0, 0.5) !important;
21627 kshitij.so 2710
}
2711
 
27531 amit.gupta 2712
.profile-widget-img .profile-widget-foot {
2713
	background: rgba(0, 0, 0, 0.8);
21627 kshitij.so 2714
}
2715
 
27531 amit.gupta 2716
.profile-widget p {
2717
	font-weight: 300;
21627 kshitij.so 2718
 
27531 amit.gupta 2719
	/*margin-bottom: 15px;*/
21627 kshitij.so 2720
}
2721
 
27531 amit.gupta 2722
.profile-widget {
2723
	/*padding-left: 20px 15px 30px 15px;*/
2724
 
21627 kshitij.so 2725
}
2726
 
27531 amit.gupta 2727
.profile-widget .twt-category {
2728
	display: inline-block;
2729
	margin-bottom: 0px;
2730
	margin-top: 10px;
2731
	width: 100%;
2732
	padding: 0px;
21627 kshitij.so 2733
}
2734
 
27531 amit.gupta 2735
.profile-widget .twt-category ul li {
2736
	color: #ffffff;
21627 kshitij.so 2737
}
2738
 
27531 amit.gupta 2739
.knob-charts {
2740
	margin-top: 10px;
21627 kshitij.so 2741
}
2742
 
27531 amit.gupta 2743
.follow-task {
2744
	padding: 5px;
21627 kshitij.so 2745
}
2746
 
27531 amit.gupta 2747
.follow-task a {
2748
	color: #ffffff;
2749
	width: 15%;
2750
	display: inline-block;
21627 kshitij.so 2751
}
2752
 
27531 amit.gupta 2753
.follow-task a span.badge {
2754
	top: -12px;
2755
	position: relative;
2756
	left: -8px;
2757
	background: #FFFFFF;
2758
	color: #34AADC;
21627 kshitij.so 2759
}
2760
 
27531 amit.gupta 2761
.follow-task i {
2762
	font-size: 20px;
21627 kshitij.so 2763
}
2764
 
2765
.profile-widget-foot {
27531 amit.gupta 2766
	padding: 8px 5px 5px 5px;
2767
	background: rgba(0, 0, 0, 0.1);
2768
	color: #757575;
2769
	font-weight: 300;
21627 kshitij.so 2770
}
2771
 
2772
.profile-foot {
27531 amit.gupta 2773
	padding: 8px 5px 5px 5px;
2774
	background: rgba(0, 0, 0, 0.1);
2775
	color: #ffffff;
2776
	font-weight: 300;
2777
	overflow: hidden;
21627 kshitij.so 2778
}
2779
 
27531 amit.gupta 2780
.profile-foot .active {
2781
 
21627 kshitij.so 2782
}
2783
 
27531 amit.gupta 2784
.profile-foot a {
2785
	color: #ffffff;
21627 kshitij.so 2786
}
2787
 
2788
.profile-widget-foot ul {
27531 amit.gupta 2789
	padding: 0;
2790
	margin: 0;
21627 kshitij.so 2791
}
2792
 
27531 amit.gupta 2793
.profile-widget-foot ul li {
2794
	display: inline-block;
2795
	text-align: center;
2796
	width: 48%;
2797
	line-height: normal;
21627 kshitij.so 2798
}
2799
 
27531 amit.gupta 2800
.profile-widget-foot ul li h5 {
2801
	margin: 5px 0 0 0;
21627 kshitij.so 2802
}
2803
 
27531 amit.gupta 2804
.follow-info {
2805
	text-align: left;
2806
	padding-top: 20px;
21627 kshitij.so 2807
	padding-bottom: 10px;
2808
}
2809
 
2810
.profile-widget h4 {
27531 amit.gupta 2811
	margin: 5px;
2812
	font-size: 18px;
2813
	font-weight: 300;
21627 kshitij.so 2814
}
2815
 
2816
.profile-widget h6 {
27531 amit.gupta 2817
	margin: 0px;
2818
	font-size: 12px;
2819
	color: rgba(255, 255, 255, 0.9);
2820
	font-weight: 300;
21627 kshitij.so 2821
}
2822
 
27531 amit.gupta 2823
.profile-widget h6 span i {
2824
	padding-right: 4px;
21627 kshitij.so 2825
}
2826
 
27531 amit.gupta 2827
.profile-widget h6 span {
2828
	padding-right: 8px;
21627 kshitij.so 2829
}
2830
 
27531 amit.gupta 2831
.project-team, .panel-title, .progress-panel {
2832
	background: #F7F7F7;
21627 kshitij.so 2833
}
2834
 
27531 amit.gupta 2835
.profile-ava img {
2836
	border-radius: 50%;
2837
	-webkit-border-radius: 50%;
2838
	border: 2px solid #688a7e;
2839
	display: inline-block;
21627 kshitij.so 2840
}
2841
 
27531 amit.gupta 2842
.profile-ava img.simple {
2843
	border-radius: 50%;
2844
	-webkit-border-radius: 50%;
2845
	border: 2px solid rgba(0, 112, 255, 0.4);
2846
	display: inline-block;
21627 kshitij.so 2847
}
2848
 
27531 amit.gupta 2849
.profile-name {
2850
	margin: 0px;
2851
	font-size: 16px;
21627 kshitij.so 2852
}
2853
 
27531 amit.gupta 2854
.profile-occupation {
2855
	margin: 0px;
2856
	font-size: 12px;
21627 kshitij.so 2857
}
2858
 
2859
.follow-ava {
27531 amit.gupta 2860
	border-radius: 50%;
2861
	-webkit-border-radius: 50%;
2862
	border: 5px solid rgba(0, 0, 0, 0.1);
2863
	display: inline-block;
21627 kshitij.so 2864
}
2865
 
2866
.timeline-ava {
27531 amit.gupta 2867
	border-radius: 50%;
2868
	-webkit-border-radius: 50%;
2869
	border: 5px solid #688a7e;
2870
	display: inline-block;
21627 kshitij.so 2871
}
2872
 
27531 amit.gupta 2873
.timeline-ava img {
2874
	border-radius: 50%;
2875
	-webkit-border-radius: 50%;
2876
	width: 50px;
2877
	height: 50px;
21627 kshitij.so 2878
}
2879
 
2880
.profile-widget img {
27531 amit.gupta 2881
	border-radius: 50%;
2882
	-webkit-border-radius: 50%;
2883
	width: 62px;
2884
	height: 62px;
21627 kshitij.so 2885
 
27531 amit.gupta 2886
	/*display: inline-block;*/
21627 kshitij.so 2887
}
2888
 
2889
/* .social-box
2890
 
2891
=================================================================== */
2892
.social-box {
27531 amit.gupta 2893
	min-height: 158px;
2894
	background: white;
2895
	margin-bottom: 30px;
2896
	text-align: center;
21627 kshitij.so 2897
}
2898
 
2899
.social-box i {
27531 amit.gupta 2900
	display: block;
2901
	font-size: 40px;
2902
	line-height: 90px;
2903
	background: #f5f5f5;
21627 kshitij.so 2904
}
2905
 
2906
.social-box ul {
27531 amit.gupta 2907
	list-style: none;
2908
	padding: 10px 0;
21627 kshitij.so 2909
}
2910
 
2911
.social-box ul li {
27531 amit.gupta 2912
	display: block;
2913
	width: 50%;
2914
	float: left;
21627 kshitij.so 2915
}
2916
 
2917
.social-box ul li:first-child {
27531 amit.gupta 2918
	border-right: 1px solid #f5f5f5;
21627 kshitij.so 2919
}
2920
 
2921
.social-box ul li strong {
27531 amit.gupta 2922
	display: block;
2923
	font-size: 20px;
21627 kshitij.so 2924
}
2925
 
2926
.social-box ul li span {
27531 amit.gupta 2927
	color: #d4d4d4;
2928
	font-weight: 500;
2929
	text-transform: uppercase;
2930
	font-size: 10px;
21627 kshitij.so 2931
}
2932
 
2933
.social-box.facebook i {
27531 amit.gupta 2934
	background: #3b5998;
2935
	color: white;
2936
	margin: -1px -1px 1px -1px;
21627 kshitij.so 2937
}
2938
 
2939
.social-box.twitter i {
27531 amit.gupta 2940
	background: #00aced;
2941
	color: white;
2942
	margin: -1px -1px 1px -1px;
21627 kshitij.so 2943
}
2944
 
2945
.social-box.linkedin i {
27531 amit.gupta 2946
	background: #4875b4;
2947
	color: white;
2948
	margin: -1px -1px 1px -1px;
21627 kshitij.so 2949
}
2950
 
2951
.social-box.google-plus i {
27531 amit.gupta 2952
	background: #d34836;
2953
	color: white;
2954
	margin: -1px -1px 1px -1px;
21627 kshitij.so 2955
}
2956
 
2957
/*weather*/
2958
.weather-bg {
27531 amit.gupta 2959
	background: #34AADC;
2960
	color: #fff;
2961
	text-align: center;
2962
	font-size: 16px;
2963
	font-weight: 300;
21627 kshitij.so 2964
}
2965
 
2966
.weather-bg i {
27531 amit.gupta 2967
	font-size: 60px;
2968
	display: block;
21627 kshitij.so 2969
}
2970
 
27531 amit.gupta 2971
.weather-bg h3 {
2972
	font-weight: 300;
2973
	font-size: 28px;
21627 kshitij.so 2974
}
2975
 
2976
.weather-bg .degree {
27531 amit.gupta 2977
	padding-top: 10px;
2978
	font-size: 60px;
21627 kshitij.so 2979
}
2980
 
2981
.weather-category {
27531 amit.gupta 2982
	padding: 15px 0;
2983
	color: #ffffff;
21627 kshitij.so 2984
}
2985
 
27531 amit.gupta 2986
.weather-info {
2987
	background: #34AADC;
21627 kshitij.so 2988
}
2989
 
2990
.weather-category ul {
27531 amit.gupta 2991
	padding: 0;
2992
	margin: 0;
2993
	display: inline-block;
2994
	width: 100%;
21627 kshitij.so 2995
}
2996
 
27531 amit.gupta 2997
.weather-category ul {
2998
	display: inline-block;
2999
	width: 100%;
21627 kshitij.so 3000
	padding-bottom: 10px;
27531 amit.gupta 3001
	text-align: center;
3002
	border-top: 1px solid #e6e6e6;
3003
	border-left: 1px solid #e6e6e6;
3004
	border-right: 1px solid #e6e6e6;
3005
	border-bottom: 1px solid #e6e6e6;
3006
	display: inline-block;
21627 kshitij.so 3007
}
3008
 
3009
.weather-category ul  li {
27531 amit.gupta 3010
	display: inline-block;
3011
	width: 70%;
21627 kshitij.so 3012
	padding-top: 10px;
3013
	padding-bottom: 10px;
27531 amit.gupta 3014
	text-align: center;
3015
	display: inline-block;
21627 kshitij.so 3016
}
3017
 
27531 amit.gupta 3018
.weather-category ul li i {
3019
	margin-bottom: 10px;
21627 kshitij.so 3020
}
3021
 
3022
.weather-category ul li h4 {
27531 amit.gupta 3023
	margin: 10px 0 0 0;
3024
	text-transform: uppercase;
3025
	font-weight: 300;
21627 kshitij.so 3026
}
3027
 
27531 amit.gupta 3028
.weather-days {
3029
	color: #ffffff;
3030
	background: #34AADC;
21627 kshitij.so 3031
}
3032
 
3033
.weather-days ul {
27531 amit.gupta 3034
	padding: 0;
3035
	margin: 0;
3036
	display: inline-block;
3037
	width: 100%;
21627 kshitij.so 3038
}
3039
 
3040
.weather-days ul li {
27531 amit.gupta 3041
	display: inline-block;
3042
	width: 16.6%;
3043
	text-align: center;
3044
	display: inline-block;
3045
	margin-right: -2.9px;
3046
	padding: 5px 0px;
21627 kshitij.so 3047
}
3048
 
27531 amit.gupta 3049
.weather-days ul li.day1 {
3050
	background: rgba(0, 0, 0, 0.05);
21627 kshitij.so 3051
}
3052
 
27531 amit.gupta 3053
.weather-days ul li.day2 {
3054
	background: rgba(0, 0, 0, 0.1);
21627 kshitij.so 3055
}
3056
 
27531 amit.gupta 3057
.weather-days ul li.day3 {
3058
	background: rgba(0, 0, 0, 0.15);
21627 kshitij.so 3059
}
3060
 
27531 amit.gupta 3061
.weather-days ul li.day4 {
3062
	background: rgba(0, 0, 0, 0.2);
21627 kshitij.so 3063
}
3064
 
27531 amit.gupta 3065
.weather-days ul li.day5 {
3066
	background: rgba(0, 0, 0, 0.25);
21627 kshitij.so 3067
}
3068
 
27531 amit.gupta 3069
.weather-days ul li.day6 {
3070
	background: rgba(0, 0, 0, 0.3);
21627 kshitij.so 3071
}
3072
 
3073
.weather-days ul li h5 {
27531 amit.gupta 3074
	margin: 0 0 5px 0;
3075
	text-transform: uppercase;
3076
	font-weight: 300;
21627 kshitij.so 3077
}
3078
 
3079
.weather-category ul li a {
27531 amit.gupta 3080
 
21627 kshitij.so 3081
}
3082
 
27531 amit.gupta 3083
.weather-category ul li:last-child, .weather-days ul li:last-child {
3084
	border-right: none;
21627 kshitij.so 3085
}
3086
 
3087
/*weather widget 2*/
3088
.weather-bg-img {
27531 amit.gupta 3089
	background: url(../img/backgrounds/bg-14-small.jpg) no-repeat center
3090
		center;
3091
	color: #fff;
3092
	text-shadow: 0px 1px 5px #fed189;
3093
	text-align: center;
3094
	font-size: 16px;
3095
	font-weight: 300;
21627 kshitij.so 3096
}
3097
 
3098
.weather-bg-img i {
27531 amit.gupta 3099
	font-size: 60px;
3100
	text-shadow: 0px 1px 5px #fed189;
3101
	display: block;
21627 kshitij.so 3102
}
3103
 
27531 amit.gupta 3104
.weather-bg-img h3 {
3105
	font-weight: 300;
3106
	font-size: 28px;
21627 kshitij.so 3107
}
3108
 
3109
.weather-bg-img .degree {
27531 amit.gupta 3110
	padding-top: 10px;
3111
	font-size: 60px;
21627 kshitij.so 3112
}
3113
 
3114
.weather-bg-img .weather-category {
27531 amit.gupta 3115
	padding: 15px 0;
3116
	color: #ffffff;
3117
	text-shadow: 0px 1px 5px #fed189;
3118
	background: transparent;
21627 kshitij.so 3119
}
3120
 
3121
.weather-bg-img .weather-category ul {
27531 amit.gupta 3122
	padding: 0;
3123
	margin: 0;
3124
	display: inline-block;
3125
	width: 100%;
21627 kshitij.so 3126
}
3127
 
3128
.weather-bg-img .weather-category ul li {
27531 amit.gupta 3129
	display: inline-block;
3130
	width: 32%;
3131
	text-align: center;
3132
	border-right: 1px solid #e6e6e6;
3133
	display: inline-block;
21627 kshitij.so 3134
}
3135
 
3136
.weather-bg-img .weather-category ul li h5 {
27531 amit.gupta 3137
	margin: 0 0 5px 0;
3138
	text-transform: uppercase;
3139
	font-weight: 300;
3140
	text-shadow: 0px 1px 5px #fed189;
21627 kshitij.so 3141
}
3142
 
27531 amit.gupta 3143
.weather-bg-img .panel-body, footer.weather-bg-img ul {
3144
	background: rgba(0, 0, 0, 0.5);
21627 kshitij.so 3145
}
3146
 
27531 amit.gupta 3147
.weather-days-img {
3148
	color: #ffffff;
3149
	text-shadow: 0px 1px 5px #fed189;
21627 kshitij.so 3150
}
3151
 
27531 amit.gupta 3152
.weather-days-img {
3153
	background: transparent !important;
21627 kshitij.so 3154
}
3155
 
3156
/*fontawesome*/
3157
.fontawesome-icon-list h2 {
27531 amit.gupta 3158
	margin-top: 0;
3159
	font-size: 20px;
3160
	font-weight: 300;
21627 kshitij.so 3161
}
3162
 
3163
.fontawesome-icon-list .col-sm-3 {
27531 amit.gupta 3164
	margin-bottom: 10px;
21627 kshitij.so 3165
}
3166
 
3167
.fontawesome-icon-list .page-header {
27531 amit.gupta 3168
	border-bottom: 1px solid #C9CDD7;
21627 kshitij.so 3169
}
3170
 
3171
.fontawesome-icon-list i {
27531 amit.gupta 3172
	font-size: 16px;
3173
	padding-right: 10px;
21627 kshitij.so 3174
}
3175
 
27531 amit.gupta 3176
#web-application, #text-editor, #directional, #video-player, #brand,
3177
	#medical, #currency {
3178
	margin-top: 10px;
21627 kshitij.so 3179
}
3180
 
3181
/*mail inbox*/
3182
.inbox-wrapper {
27531 amit.gupta 3183
	border-collapse: collapse;
3184
	border-spacing: 0;
3185
	display: table;
3186
	table-layout: fixed;
3187
	width: 100%;
21627 kshitij.so 3188
}
3189
 
3190
.inbox-wrapper aside {
27531 amit.gupta 3191
	display: table-cell;
3192
	float: none;
3193
	height: 100%;
3194
	padding: 0;
3195
	vertical-align: top;
21627 kshitij.so 3196
}
3197
 
3198
.inbox-wrapper .inbox-left {
27531 amit.gupta 3199
	width: 20%;
3200
	background: #e5e8ef;
21627 kshitij.so 3201
}
3202
 
3203
.inbox-wrapper .inbox-middle {
27531 amit.gupta 3204
	width: 25%;
3205
	background: #fff;
21627 kshitij.so 3206
}
3207
 
3208
.inbox-wrapper .inbox-right {
27531 amit.gupta 3209
	width: 65%;
3210
	background: #f5f5f5;
21627 kshitij.so 3211
}
3212
 
3213
.inbox-wrapper .inbox-left .inbox-left-menu {
27531 amit.gupta 3214
	background: #688a7e;
21627 kshitij.so 3215
}
3216
 
27531 amit.gupta 3217
.table-inbox .icon_star_alt:hover, .starred {
3218
	color: #D3181F;
21627 kshitij.so 3219
}
3220
 
3221
.inbox-wrapper .inbox-left .user-head {
27531 amit.gupta 3222
	background: rgba(0, 0, 0, 0.2);
3223
	padding: 10px;
3224
	color: #fff;
3225
	min-height: 80px;
21627 kshitij.so 3226
}
3227
 
3228
.inbox-wrapper .inbox-middle .inbox-mail {
27531 amit.gupta 3229
	background: #688a7e;
3230
	padding: 10px;
3231
	color: #fff;
3232
	min-height: 80px;
21627 kshitij.so 3233
}
3234
 
3235
.user-head .inbox-avatar {
27531 amit.gupta 3236
	width: 65px;
3237
	float: left;
21627 kshitij.so 3238
}
3239
 
3240
.user-head .inbox-avatar img {
27531 amit.gupta 3241
	border-radius: 4px;
3242
	-webkit-border-radius: 4px;
21627 kshitij.so 3243
}
3244
 
3245
.user-head .user-name {
27531 amit.gupta 3246
	display: inline-block;
3247
	margin: 0 0 0 10px;
21627 kshitij.so 3248
}
3249
 
3250
.user-head .user-name h5 {
27531 amit.gupta 3251
	font-size: 14px;
3252
	margin-top: -15px;
3253
	margin-bottom: 0;
3254
	font-weight: 300;
21627 kshitij.so 3255
}
3256
 
3257
.user-head .user-name h5 a {
27531 amit.gupta 3258
	color: #fff;
21627 kshitij.so 3259
}
3260
 
3261
.user-head .user-name span a {
27531 amit.gupta 3262
	font-size: 12px;
3263
	color: rgba(255, 255, 255, 0.9);
21627 kshitij.so 3264
}
3265
 
3266
a.mail-dropdown {
27531 amit.gupta 3267
	background: #80d3d9;
3268
	padding: 3px 5px;
3269
	font-size: 10px;
3270
	color: #01a7b3;
3271
	border-radius: 2px;
3272
	margin-top: 20px;
21627 kshitij.so 3273
}
3274
 
3275
.inbox-body {
27531 amit.gupta 3276
	padding: 20px;
21627 kshitij.so 3277
}
3278
 
3279
.btn-compose {
27531 amit.gupta 3280
	background: #00a0df;
3281
	padding: 12px 0;
3282
	text-align: center;
3283
	width: 100%;
3284
	color: #fff;
21627 kshitij.so 3285
}
3286
 
3287
.btn-compose:hover {
27531 amit.gupta 3288
	background: #f5675c;
3289
	color: #fff;
21627 kshitij.so 3290
}
3291
 
27531 amit.gupta 3292
ul.mail-nav {
3293
	display: inline-block;
3294
	width: 100%;
3295
	margin: 0;
3296
	padding: 0;
21627 kshitij.so 3297
}
3298
 
3299
.mail-divider {
27531 amit.gupta 3300
	border-bottom: 1px solid #d5d8df;
21627 kshitij.so 3301
}
3302
 
3303
ul.mail-nav li {
27531 amit.gupta 3304
	display: inline-block;
3305
	line-height: 20px;
3306
	padding: 10px;
3307
	width: 100%;
3308
	border-right: 1px solid #D7D7D7;
3309
	border-bottom: 1px solid #D7D7D7;
21627 kshitij.so 3310
}
3311
 
27531 amit.gupta 3312
ul.mail-nav li a {
3313
	color: #6a6a6a;
3314
	width: 100%;
3315
	display: inline-block;
3316
	padding: 0 20px;
21627 kshitij.so 3317
}
3318
 
27531 amit.gupta 3319
ul.mail-nav .mail-info {
3320
	padding: 5px;
3321
	font-size: 14px;
21627 kshitij.so 3322
}
3323
 
27531 amit.gupta 3324
ul.mail-nav p {
3325
	font-size: 12px;
21627 kshitij.so 3326
}
3327
 
27531 amit.gupta 3328
ul.mail-nav li:hover, ul.mail-nav li.active, ul.mail-nav li:focus {
3329
	color: #6a6a6a;
3330
	background: #f5f5f5;
3331
	border-bottom: 1px solid #688a7e;
3332
	border-right: none;
21627 kshitij.so 3333
}
3334
 
3335
ul.mail-nav li a i {
27531 amit.gupta 3336
	padding-right: 10px;
3337
	font-size: 16px;
3338
	color: #6a6a6a;
21627 kshitij.so 3339
}
3340
 
3341
ul.mail-nav li a span.label {
27531 amit.gupta 3342
	margin-top: 13px;
21627 kshitij.so 3343
}
3344
 
27531 amit.gupta 3345
ul.inbox-nav {
3346
	display: inline-block;
3347
	width: 100%;
3348
	margin: 0;
3349
	padding: 0;
21627 kshitij.so 3350
}
3351
 
3352
.inbox-divider {
27531 amit.gupta 3353
	border-bottom: 1px solid #d5d8df;
21627 kshitij.so 3354
}
3355
 
3356
ul.inbox-nav li {
27531 amit.gupta 3357
	display: inline-block;
3358
	line-height: 45px;
3359
	width: 100%;
21627 kshitij.so 3360
}
3361
 
27531 amit.gupta 3362
ul.inbox-nav li a {
3363
	color: #6a6a6a;
3364
	line-height: 45px;
3365
	width: 100%;
3366
	display: inline-block;
3367
	padding: 0 20px;
21627 kshitij.so 3368
}
3369
 
27531 amit.gupta 3370
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus
3371
	{
3372
	color: #6a6a6a;
3373
	background: #d5d7de;
21627 kshitij.so 3374
}
3375
 
3376
ul.inbox-nav li a i {
27531 amit.gupta 3377
	padding-right: 10px;
3378
	font-size: 16px;
3379
	color: #6a6a6a;
21627 kshitij.so 3380
}
3381
 
3382
ul.inbox-nav li a span.label {
27531 amit.gupta 3383
	margin-top: 13px;
21627 kshitij.so 3384
}
3385
 
3386
ul.labels-info li h4 {
27531 amit.gupta 3387
	padding-left: 15px;
3388
	padding-right: 15px;
3389
	padding-top: 5px;
3390
	color: #5c5c5e;
3391
	font-size: 13px;
3392
	text-transform: uppercase;
21627 kshitij.so 3393
}
3394
 
27531 amit.gupta 3395
ul.labels-info li {
3396
	margin: 0;
21627 kshitij.so 3397
}
3398
 
3399
ul.labels-info li a {
27531 amit.gupta 3400
	color: #6a6a6a;
3401
	border-radius: 0;
21627 kshitij.so 3402
}
3403
 
3404
ul.labels-info li a:hover, ul.labels-info li a:focus {
27531 amit.gupta 3405
	color: #6a6a6a;
3406
	background: #d5d7de;
21627 kshitij.so 3407
}
3408
 
3409
ul.labels-info li a i {
27531 amit.gupta 3410
	padding-right: 10px;
21627 kshitij.so 3411
}
3412
 
3413
.nav.nav-pills.nav-stacked.labels-info p {
27531 amit.gupta 3414
	margin-bottom: 0;
3415
	padding: 0 22px;
3416
	color: #9d9f9e;
3417
	font-size: 11px;
21627 kshitij.so 3418
}
3419
 
3420
.inbox-head {
27531 amit.gupta 3421
	padding: 10px;
3422
	background: #688a7e;
3423
	color: #fff;
3424
	border-bottom: 1px solid #D7D7D7;
3425
	min-height: 80px;
21627 kshitij.so 3426
}
3427
 
3428
.inbox-head  h3 {
27531 amit.gupta 3429
	margin: 0;
3430
	display: inline-block;
3431
	padding-top: 6px;
3432
	font-weight: 300;
21627 kshitij.so 3433
}
3434
 
3435
.inbox-head  .sr-input {
27531 amit.gupta 3436
	height: 40px;
3437
	border: none;
3438
	box-shadow: none;
3439
	padding: 0 10px;
3440
	float: left;
3441
	border-radius: 4px 0 0 4px;
3442
	color: #8a8a8a;
21627 kshitij.so 3443
}
3444
 
3445
.inbox-head  .sr-btn {
27531 amit.gupta 3446
	height: 40px;
3447
	border: none;
3448
	background: #00a6b2;
3449
	color: #fff;
3450
	padding: 0 20px;
3451
	border-radius: 0 4px 4px 0;
3452
	-webkit-border-radius: 0 4px 4px 0;
21627 kshitij.so 3453
}
3454
 
3455
.table-inbox {
27531 amit.gupta 3456
	border: 1px solid #d3d3d3;
3457
	margin-bottom: 0;
21627 kshitij.so 3458
}
3459
 
27531 amit.gupta 3460
.table-inbox tr td {
3461
	padding: 12px !important;
21627 kshitij.so 3462
}
3463
 
27531 amit.gupta 3464
.table-inbox tr td:hover {
3465
	cursor: pointer;
21627 kshitij.so 3466
}
3467
 
27531 amit.gupta 3468
.table-inbox tr td .icon-star.inbox-started, .table-inbox tr td .icon-star:hover
3469
	{
3470
	color: #f78a09;
21627 kshitij.so 3471
}
3472
 
27531 amit.gupta 3473
.table-inbox tr td .icon-star {
3474
	color: #d5d5d5;
21627 kshitij.so 3475
}
3476
 
3477
.table-inbox tr.unread td {
27531 amit.gupta 3478
	font-weight: 600;
3479
	background: #f7f7f7;
21627 kshitij.so 3480
}
3481
 
27531 amit.gupta 3482
ul.inbox-pagination {
3483
	float: right;
21627 kshitij.so 3484
}
3485
 
3486
ul.inbox-pagination li {
27531 amit.gupta 3487
	float: left;
21627 kshitij.so 3488
}
3489
 
3490
.mail-option {
27531 amit.gupta 3491
	display: inline-block;
3492
	margin-bottom: 0px;
3493
	width: 100%;
3494
	margin-top: 18px;
21627 kshitij.so 3495
}
3496
 
27531 amit.gupta 3497
.open-mail-action i {
3498
	padding-right: 5px;
3499
	font-size: 14px;
21627 kshitij.so 3500
}
3501
 
27531 amit.gupta 3502
.inbox-mail .navbar-form {
3503
	margin-top: 15px;
21627 kshitij.so 3504
}
3505
 
3506
.mail-option .chk-all, .mail-option .btn-group {
27531 amit.gupta 3507
	margin-right: 5px;
21627 kshitij.so 3508
}
3509
 
3510
.mail-option .chk-all, .mail-option .btn-group a.btn {
27531 amit.gupta 3511
	border: 1px solid #e7e7e7;
3512
	padding: 5px 10px;
3513
	display: inline-block;
3514
	background: #ffffff;
3515
	color: #688a7e;
3516
	border-radius: 0px !important;
3517
	-webkit-border-radius: 0px !important;
21627 kshitij.so 3518
}
3519
 
27531 amit.gupta 3520
.inbox-pagination a.np-btn {
3521
	border: 1px solid #e7e7e7;
3522
	padding: 5px 15px;
3523
	display: inline-block;
3524
	background: #fcfcfc;
3525
	color: #afafaf;
3526
	border-radius: 0px !important;
3527
	-webkit-border-radius: 0px !important;
21627 kshitij.so 3528
}
3529
 
3530
.mail-option .chk-all input[type=checkbox] {
27531 amit.gupta 3531
	margin-top: 0;
21627 kshitij.so 3532
}
3533
 
3534
.mail-option .btn-group a.all {
27531 amit.gupta 3535
	padding: 0;
3536
	border: none;
21627 kshitij.so 3537
}
3538
 
3539
.inbox-pagination a.np-btn {
27531 amit.gupta 3540
	margin-left: 5px;
21627 kshitij.so 3541
}
3542
 
3543
.inbox-pagination li span {
27531 amit.gupta 3544
	display: inline-block;
3545
	margin-top: 7px;
3546
	margin-right: 5px;
21627 kshitij.so 3547
}
3548
 
3549
.fileinput-button {
27531 amit.gupta 3550
	border: 1px solid #e6e6e6;
3551
	background: #eeeeee;
21627 kshitij.so 3552
}
3553
 
27531 amit.gupta 3554
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea
3555
	{
3556
	border: 1px solid #e6e6e6;
3557
	box-shadow: none;
21627 kshitij.so 3558
}
3559
 
3560
.btn-send, .btn-send:hover {
27531 amit.gupta 3561
	background: #00A8B3;
3562
	color: #fff;
21627 kshitij.so 3563
}
3564
 
3565
.btn-send:hover {
27531 amit.gupta 3566
	background: #009da7;
21627 kshitij.so 3567
}
3568
 
3569
.modal-header h4.modal-title {
27531 amit.gupta 3570
	font-weight: 300;
3571
	font-family: 'Lato', sans-serif;
21627 kshitij.so 3572
}
3573
 
3574
.modal-body label {
27531 amit.gupta 3575
	font-weight: 400;
3576
	font-family: 'Lato', sans-serif;
21627 kshitij.so 3577
}
3578
 
3579
/*404 page*/
27531 amit.gupta 3580
.page-404 {
3581
	position: relative;
3582
	width: 350px;
3583
	height: 200px;
3584
	margin: 100px auto;
3585
	text-align: center;
3586
}
21627 kshitij.so 3587
 
27531 amit.gupta 3588
.text-404 {
3589
	font-size: 138px;
3590
	background: #e9e3dd;
3591
	background-image:
3592
		url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQTdWeWNteABnbzguiXSBxmfc8Z8nh_HHoWoK35QL81x4HnpVmgvQ');
3593
	background-repeat: no-repeat;
3594
	background-size: 200% 200%;
3595
	background-position: 100% 100%;
3596
	-webkit-animation: square 3s linear infinite;
3597
	-ms-animation: square 3s linear infinite;
3598
	animation: square 3s linear infinite;
3599
	-webkit-background-clip: text;
3600
	color: transparent;
3601
	text-align: center;
3602
	line-height: 200px;
3603
	position: relative;
3604
}
21627 kshitij.so 3605
 
27531 amit.gupta 3606
.text-404:nth-of-type(2) {
3607
	text-shadow: none;
3608
	z-index: 2;
3609
	position: absolute;
3610
	top: -139px;
3611
	left: -1px;
3612
}
21627 kshitij.so 3613
 
31255 tejbeer 3614
@
3615
-webkit-keyframes square { 0% {
3616
	background-position: 0 0;
27531 amit.gupta 3617
}
21627 kshitij.so 3618
 
31255 tejbeer 3619
25
3620
 
3621
 
3622
%
3623
{
3624
background-position
3625
 
3626
 
3627
:
3628
 
3629
 
3630
100
3631
%
3632
 
3633
 
3634
 
3635
;
3636
 
3637
 
21627 kshitij.so 3638
}
31255 tejbeer 3639
50
21627 kshitij.so 3640
 
31255 tejbeer 3641
 
3642
%
3643
{
3644
background-position
3645
 
3646
 
3647
:
3648
 
3649
 
3650
100
3651
%
3652
 
3653
 
3654
100
3655
%;
3656
 
3657
 
27531 amit.gupta 3658
}
31255 tejbeer 3659
75
21627 kshitij.so 3660
 
31255 tejbeer 3661
 
3662
%
3663
{
3664
background-position
3665
 
3666
 
3667
:
3668
 
3669
 
3670
 
3671
 
3672
 
3673
100
3674
%;
3675
 
3676
 
3677
}
3678
100
3679
 
3680
 
3681
%
3682
{
3683
background-position
3684
 
3685
 
3686
:
3687
 
3688
 
3689
 
3690
 
3691
 
3692
 
3693
;
3694
 
3695
 
3696
}
3697
}
3698
@
3699
-ms-keyframes square { 0% {
3700
	background-position: 0 0;
3701
}
3702
 
3703
25
3704
 
3705
 
3706
%
3707
{
3708
background-position
3709
 
3710
 
3711
:
3712
 
3713
 
3714
100
3715
%
3716
 
3717
 
3718
 
3719
;
3720
 
3721
 
3722
}
3723
50
3724
 
3725
 
3726
%
3727
{
3728
background-position
3729
 
3730
 
3731
:
3732
 
3733
 
3734
100
3735
%
3736
 
3737
 
3738
100
3739
%;
3740
 
3741
 
3742
}
3743
75
3744
 
3745
 
3746
%
3747
{
3748
background-position
3749
 
3750
 
3751
:
3752
 
3753
 
3754
 
3755
 
3756
 
3757
100
3758
%;
3759
 
3760
 
3761
}
3762
100
3763
 
3764
 
3765
%
3766
{
3767
background-position
3768
 
3769
 
3770
:
3771
 
3772
 
3773
 
3774
 
3775
 
3776
 
3777
;
3778
 
3779
 
3780
}
3781
}
3782
@
3783
keyframes square { 0% {
3784
	background-position: 0 0;
3785
}
3786
 
3787
25
3788
 
3789
 
3790
%
3791
{
3792
background-position
3793
 
3794
 
3795
:
3796
 
3797
 
3798
100
3799
%
3800
 
3801
 
3802
 
3803
;
3804
 
3805
 
3806
}
3807
50
3808
 
3809
 
3810
%
3811
{
3812
background-position
3813
 
3814
 
3815
:
3816
 
3817
 
3818
100
3819
%
3820
 
3821
 
3822
100
3823
%;
3824
 
3825
 
3826
}
3827
75
3828
 
3829
 
3830
%
3831
{
3832
background-position
3833
 
3834
 
3835
:
3836
 
3837
 
3838
 
3839
 
3840
 
3841
100
3842
%;
3843
 
3844
 
3845
}
3846
100
3847
 
3848
 
3849
%
3850
{
3851
background-position
3852
 
3853
 
3854
:
3855
 
3856
 
3857
 
3858
 
3859
 
3860
 
3861
;
3862
 
3863
 
3864
}
3865
}
3866
 
21627 kshitij.so 3867
/*profile*/
3868
.profile-nav .user-heading {
27531 amit.gupta 3869
	background: #688a7e;
3870
	color: #fff;
3871
	padding: 30px;
3872
	text-align: center;
21627 kshitij.so 3873
}
3874
 
27531 amit.gupta 3875
.profile-nav .user-heading.round a {
3876
	border-radius: 50%;
3877
	-webkit-border-radius: 50%;
3878
	border: 10px solid rgba(256, 256, 256, 0.3);
3879
	display: inline-block;
21627 kshitij.so 3880
}
3881
 
3882
.profile-nav .user-heading a img {
27531 amit.gupta 3883
	width: 112px;
3884
	height: 112px;
3885
	border-radius: 50%;
3886
	-webkit-border-radius: 50%;
21627 kshitij.so 3887
}
3888
 
3889
.profile-nav .user-heading h1 {
27531 amit.gupta 3890
	font-size: 22px;
3891
	font-weight: 300;
3892
	margin-bottom: 5px;
21627 kshitij.so 3893
}
3894
 
3895
.profile-nav .user-heading p {
27531 amit.gupta 3896
	font-size: 12px;
21627 kshitij.so 3897
}
3898
 
3899
.profile-nav ul {
27531 amit.gupta 3900
	margin-top: 1px;
21627 kshitij.so 3901
}
3902
 
27531 amit.gupta 3903
.profile-nav ul>li {
3904
	border-bottom: 1px solid #ebeae6;
3905
	margin-top: 0;
3906
	line-height: 30px;
21627 kshitij.so 3907
}
3908
 
27531 amit.gupta 3909
.profile-nav ul>li:last-child {
3910
	border-bottom: none;
21627 kshitij.so 3911
}
3912
 
27531 amit.gupta 3913
.profile-nav ul>li>a {
3914
	border-radius: 0;
3915
	-webkit-border-radius: 0;
3916
	color: #89817f;
3917
	border-left: 5px solid #fff;
21627 kshitij.so 3918
}
3919
 
27531 amit.gupta 3920
.profile-nav ul>li>a:hover, .profile-nav ul>li>a:focus, .profile-nav ul li.active  a
3921
	{
3922
	background: #f8f7f5 !important;
3923
	border-left: 5px solid #688a7e;
3924
	color: #89817f !important;
21627 kshitij.so 3925
}
3926
 
27531 amit.gupta 3927
.profile-nav ul>li:last-child>a:last-child {
3928
	border-radius: 0 0 4px 4px;
3929
	-webkit-border-radius: 0 0 4px 4px;
21627 kshitij.so 3930
}
3931
 
27531 amit.gupta 3932
.profile-nav ul>li>a>i {
3933
	font-size: 16px;
3934
	padding-right: 10px;
3935
	color: #bcb3aa;
21627 kshitij.so 3936
}
3937
 
3938
.r-activity {
27531 amit.gupta 3939
	margin: 6px 0 0;
3940
	font-size: 12px;
21627 kshitij.so 3941
}
3942
 
3943
/*profile-widget color bg*/
27531 amit.gupta 3944
.profile-widget-info {
3945
	background: #324c57 !important;
21627 kshitij.so 3946
}
3947
 
27531 amit.gupta 3948
.profile-widget-success {
3949
	background: #4cd964 !important;
21627 kshitij.so 3950
}
3951
 
27531 amit.gupta 3952
.profile-widget-primary {
3953
	background: #688a7e !important;
21627 kshitij.so 3954
}
3955
 
27531 amit.gupta 3956
.profile-widget-warning {
3957
	background: #ffcc00 !important;
21627 kshitij.so 3958
}
3959
 
27531 amit.gupta 3960
.profile-widget-danger {
3961
	background: #00a0df !important;
21627 kshitij.so 3962
}
3963
 
27531 amit.gupta 3964
.profile-widget-name {
3965
	padding: 0px;
21627 kshitij.so 3966
}
3967
 
3968
.p-text-area, .p-text-area:focus {
27531 amit.gupta 3969
	border: none;
3970
	font-weight: 300;
3971
	box-shadow: none;
3972
	color: #c3c3c3;
3973
	font-size: 16px;
21627 kshitij.so 3974
}
3975
 
3976
.profile-info .panel-footer {
27531 amit.gupta 3977
	background-color: #f8f7f5;
3978
	border-top: 1px solid #e7ebee;
21627 kshitij.so 3979
}
3980
 
3981
.profile-info .panel-footer ul li a {
27531 amit.gupta 3982
	color: #7a7a7a;
21627 kshitij.so 3983
}
3984
 
3985
.bio-graph-heading {
27531 amit.gupta 3986
	background: #263a4f;
3987
	color: #fff;
3988
	text-align: center;
3989
	font-style: italic;
3990
	padding: 40px 110px;
3991
	font-size: 16px;
3992
	font-weight: 300;
21627 kshitij.so 3993
}
3994
 
3995
.bio-graph-info {
27531 amit.gupta 3996
	color: #89817e;
21627 kshitij.so 3997
}
3998
 
3999
.bio-graph-info h1 {
27531 amit.gupta 4000
	font-size: 22px;
4001
	font-weight: 300;
4002
	margin: 0 0 20px;
21627 kshitij.so 4003
}
4004
 
4005
.bio-row {
27531 amit.gupta 4006
	width: 50%;
4007
	float: left;
4008
	margin-bottom: 10px;
4009
	padding: 0 15px;
21627 kshitij.so 4010
}
4011
 
4012
.bio-row p span {
27531 amit.gupta 4013
	width: 100px;
4014
	display: inline-block;
21627 kshitij.so 4015
}
4016
 
4017
.bio-chart, .bio-desk {
27531 amit.gupta 4018
	float: left;
21627 kshitij.so 4019
}
4020
 
4021
.bio-chart {
27531 amit.gupta 4022
	width: 40%;
21627 kshitij.so 4023
}
4024
 
4025
.bio-desk {
27531 amit.gupta 4026
	width: 60%;
21627 kshitij.so 4027
}
4028
 
4029
.bio-desk h4 {
27531 amit.gupta 4030
	font-size: 15px;
4031
	font-weight: 400;
21627 kshitij.so 4032
}
4033
 
4034
.bio-desk h4.terques {
27531 amit.gupta 4035
	color: #34aadc;
21627 kshitij.so 4036
}
4037
 
4038
.bio-desk h4.red {
27531 amit.gupta 4039
	color: #e26b7f;
21627 kshitij.so 4040
}
4041
 
4042
.bio-desk h4.green {
27531 amit.gupta 4043
	color: #97be4b;
21627 kshitij.so 4044
}
4045
 
4046
.bio-desk h4.purple {
27531 amit.gupta 4047
	color: #caa3da;
21627 kshitij.so 4048
}
4049
 
4050
.file-pos {
27531 amit.gupta 4051
	margin: 6px 0 10px 0;
21627 kshitij.so 4052
}
4053
 
4054
.profile-activity h5 {
27531 amit.gupta 4055
	font-weight: 300;
4056
	margin-top: 0;
4057
	color: #c3c3c3;
21627 kshitij.so 4058
}
4059
 
4060
.summary-head {
27531 amit.gupta 4061
	background: #ee7272;
4062
	color: #fff;
4063
	text-align: center;
4064
	border-bottom: 1px solid #ee7272;
21627 kshitij.so 4065
}
4066
 
4067
.summary-head h4 {
27531 amit.gupta 4068
	font-weight: 300;
4069
	text-transform: uppercase;
4070
	margin-bottom: 5px;
21627 kshitij.so 4071
}
4072
 
4073
.summary-head p {
27531 amit.gupta 4074
	color: rgba(256, 256, 256, 0.6);
21627 kshitij.so 4075
}
4076
 
4077
ul.summary-list {
27531 amit.gupta 4078
	display: inline-block;
4079
	padding-left: 0;
4080
	width: 100%;
4081
	margin-bottom: 0;
21627 kshitij.so 4082
}
4083
 
27531 amit.gupta 4084
ul.summary-list>li {
4085
	display: inline-block;
4086
	width: 19.5%;
4087
	text-align: center;
21627 kshitij.so 4088
}
4089
 
27531 amit.gupta 4090
ul.summary-list>li>a>i {
4091
	display: block;
4092
	font-size: 18px;
4093
	padding-bottom: 5px;
21627 kshitij.so 4094
}
4095
 
27531 amit.gupta 4096
ul.summary-list>li>a {
4097
	padding: 10px 0;
4098
	display: inline-block;
4099
	color: #818181;
21627 kshitij.so 4100
}
4101
 
27531 amit.gupta 4102
ul.summary-list>li {
4103
	border-right: 1px solid #eaeaea;
21627 kshitij.so 4104
}
4105
 
27531 amit.gupta 4106
ul.summary-list>li:last-child {
4107
	border-right: none;
21627 kshitij.so 4108
}
4109
 
4110
.activity {
27531 amit.gupta 4111
	width: 100%;
4112
	float: left;
4113
	margin-bottom: 10px;
21627 kshitij.so 4114
}
4115
 
4116
.activity.alt {
27531 amit.gupta 4117
	width: 100%;
4118
	float: right;
4119
	margin-bottom: 10px;
21627 kshitij.so 4120
}
4121
 
4122
.activity span {
27531 amit.gupta 4123
	float: left;
21627 kshitij.so 4124
}
4125
 
4126
.activity.alt span {
27531 amit.gupta 4127
	float: right;
21627 kshitij.so 4128
}
4129
 
4130
/*.activity span, .activity.alt span {
4131
 
4132
    width: 45px;
4133
 
4134
    height: 45px;
4135
 
4136
    line-height: 45px;
4137
 
4138
    border-radius: 50%;
4139
 
4140
    -webkit-border-radius: 50%;
4141
 
4142
    background: #eee;
4143
 
4144
    text-align: center;
4145
 
4146
    color: #fff;
4147
 
4148
    font-size: 16px;
4149
 
4150
}*/
4151
.activity.terques span {
27531 amit.gupta 4152
	background: #8dd7d6;
21627 kshitij.so 4153
}
4154
 
4155
.activity.terques h4 {
27531 amit.gupta 4156
	color: #8dd7d6;
21627 kshitij.so 4157
}
4158
 
4159
.activity.purple span {
27531 amit.gupta 4160
	background: #b984dc;
21627 kshitij.so 4161
}
4162
 
4163
.activity.purple h4 {
27531 amit.gupta 4164
	color: #b984dc;
21627 kshitij.so 4165
}
4166
 
4167
.activity.blue span {
27531 amit.gupta 4168
	background: #90b4e6;
21627 kshitij.so 4169
}
4170
 
4171
.activity.blue h4 {
27531 amit.gupta 4172
	color: #90b4e6;
21627 kshitij.so 4173
}
4174
 
4175
.activity.green span {
27531 amit.gupta 4176
	background: #4cd964;
21627 kshitij.so 4177
}
4178
 
4179
.activity.green h4 {
27531 amit.gupta 4180
	color: #4cd964;
21627 kshitij.so 4181
}
4182
 
4183
.activity h4 {
27531 amit.gupta 4184
	margin-top: 0;
4185
	font-size: 16px;
21627 kshitij.so 4186
}
4187
 
4188
.activity p {
27531 amit.gupta 4189
	margin-bottom: 0;
4190
	font-size: 13px;
21627 kshitij.so 4191
}
4192
 
4193
.activity .activity-desk i, .activity.alt .activity-desk i {
27531 amit.gupta 4194
	float: left;
4195
	font-size: 18px;
4196
	margin-right: 10px;
4197
	color: #bebebe;
21627 kshitij.so 4198
}
4199
 
4200
.activity .activity-desk {
27531 amit.gupta 4201
	margin-left: 70px;
4202
	position: relative;
21627 kshitij.so 4203
}
4204
 
4205
.activity.alt .activity-desk {
27531 amit.gupta 4206
	margin-right: 70px;
4207
	position: relative;
21627 kshitij.so 4208
}
4209
 
4210
.activity.alt .activity-desk .panel {
27531 amit.gupta 4211
	float: right;
4212
	position: relative;
4213
	border-radius: 10px;
4214
	-webkit-border-radius: 10px;
21627 kshitij.so 4215
}
4216
 
4217
.activity .activity-desk .panel {
27531 amit.gupta 4218
	background: #F4F4F4;
4219
	display: inline-block;
21627 kshitij.so 4220
}
4221
 
4222
.activity.alt .activity-desk .panel {
27531 amit.gupta 4223
	background: #688a7e;
4224
	color: #ffffff;
4225
	display: inline-block;
21627 kshitij.so 4226
}
4227
 
4228
.activity .activity-desk .arrow {
27531 amit.gupta 4229
	border-right: 8px solid #F4F4F4 !important;
21627 kshitij.so 4230
}
4231
 
4232
.activity .activity-desk .arrow {
27531 amit.gupta 4233
	border-bottom: 8px solid transparent;
4234
	border-top: 8px solid transparent;
4235
	display: block;
4236
	height: 0;
4237
	left: -7px;
4238
	position: absolute;
4239
	top: 13px;
4240
	width: 0;
21627 kshitij.so 4241
}
4242
 
4243
.activity-desk .arrow-alt {
27531 amit.gupta 4244
	border-left: 8px solid #688a7e !important;
21627 kshitij.so 4245
}
4246
 
4247
.activity-desk .arrow-alt {
27531 amit.gupta 4248
	border-bottom: 8px solid transparent;
4249
	border-top: 8px solid transparent;
4250
	display: block;
4251
	height: 0;
4252
	right: -7px;
4253
	position: absolute;
4254
	top: 13px;
4255
	width: 0;
21627 kshitij.so 4256
}
4257
 
4258
.activity-desk .album {
27531 amit.gupta 4259
	display: inline-block;
4260
	margin-top: 10px;
21627 kshitij.so 4261
}
4262
 
27531 amit.gupta 4263
.activity-desk .album a {
4264
	margin-right: 10px;
21627 kshitij.so 4265
}
4266
 
27531 amit.gupta 4267
.activity-desk .album a:last-child {
4268
	margin-right: 0px;
21627 kshitij.so 4269
}
4270
 
4271
/*invoice*/
27531 amit.gupta 4272
.invoice-list {
4273
	margin-bottom: 30px;
21627 kshitij.so 4274
}
4275
 
4276
.invoice-list h4 {
27531 amit.gupta 4277
	font-weight: 300;
4278
	font-size: 16px;
21627 kshitij.so 4279
}
4280
 
4281
.invoice-block {
27531 amit.gupta 4282
	text-align: right;
21627 kshitij.so 4283
}
4284
 
27531 amit.gupta 4285
.invoice-paid {
4286
	color: #4cd964;
21627 kshitij.so 4287
}
4288
 
4289
ul.amounts li {
27531 amit.gupta 4290
	background: #f5f5f5;
4291
	margin-bottom: 5px;
4292
	padding: 10px;
4293
	border-radius: 4px;
4294
	-webkit-border-radius: 4px;
4295
	font-weight: 300;
21627 kshitij.so 4296
}
4297
 
27531 amit.gupta 4298
.invoice-btn a {
4299
	font-weight: 300;
4300
	margin: 0 5px;
4301
	font-size: 16px;
21627 kshitij.so 4302
}
4303
 
4304
.company-logo {
27531 amit.gupta 4305
	margin: 30px;
21627 kshitij.so 4306
}
4307
 
4308
/*panel heading color*/
27531 amit.gupta 4309
.panel-heading, .modal-header {
4310
	background: #F7F7F7;
4311
	color: #688a7e;
21627 kshitij.so 4312
}
4313
 
27531 amit.gupta 4314
.panel-heading h3 {
4315
	margin: 0px !important;
21627 kshitij.so 4316
}
4317
 
27531 amit.gupta 4318
.panel-primary>.panel-heading.navyblue {
4319
	background-color: #2A3542;
4320
	border-color: #2A3542;
4321
	color: #FFFFFF;
21627 kshitij.so 4322
}
4323
 
4324
/*table*/
4325
.table-advance tr td {
27531 amit.gupta 4326
	vertical-align: middle !important;
21627 kshitij.so 4327
}
4328
 
4329
.no-border {
27531 amit.gupta 4330
	border-bottom: none;
21627 kshitij.so 4331
}
4332
 
27531 amit.gupta 4333
.dataTables_length, .dataTables_filter {
4334
	padding: 15px;
21627 kshitij.so 4335
}
4336
 
27531 amit.gupta 4337
.dataTables_info {
4338
	padding: 0 15px;
21627 kshitij.so 4339
}
4340
 
4341
.dataTables_filter {
27531 amit.gupta 4342
	float: right;
21627 kshitij.so 4343
}
4344
 
4345
.dataTables_length select {
27531 amit.gupta 4346
	width: 65px;
4347
	padding: 5px 8px;
21627 kshitij.so 4348
}
4349
 
4350
.dataTables_length label, .dataTables_filter label {
27531 amit.gupta 4351
	font-weight: 300;
21627 kshitij.so 4352
}
4353
 
4354
.dataTables_filter label {
27531 amit.gupta 4355
	width: 100%;
21627 kshitij.so 4356
}
4357
 
4358
.dataTables_filter label input {
27531 amit.gupta 4359
	width: 78%;
21627 kshitij.so 4360
}
4361
 
4362
.border-top {
27531 amit.gupta 4363
	border-top: 1px solid #ddd;
21627 kshitij.so 4364
}
4365
 
4366
.dataTables_paginate.paging_bootstrap.pagination li {
27531 amit.gupta 4367
	float: left;
4368
	margin: 0 1px;
4369
	border: 1px solid #ddd;
4370
	border-radius: 3px;
4371
	-webkit-border-radius: 3px;
21627 kshitij.so 4372
}
4373
 
27531 amit.gupta 4374
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
4375
	color: #c7c7c7;
21627 kshitij.so 4376
}
4377
 
27531 amit.gupta 4378
.dataTables_paginate.paging_bootstrap.pagination li a {
4379
	color: #797979;
4380
	padding: 5px 10px;
4381
	display: inline-block;
21627 kshitij.so 4382
}
4383
 
27531 amit.gupta 4384
.dataTables_paginate.paging_bootstrap.pagination li:hover a,
4385
	.dataTables_paginate.paging_bootstrap.pagination li.active a {
4386
	color: #797979;
4387
	background: #eee;
4388
	border-radius: 3px;
4389
	-webkit-border-radius: 3px;
21627 kshitij.so 4390
}
4391
 
4392
.dataTables_paginate.paging_bootstrap.pagination {
27531 amit.gupta 4393
	float: right;
4394
	margin-right: 15px;
4395
	margin-top: -5px;
4396
	margin-bottom: 15px;
21627 kshitij.so 4397
}
4398
 
4399
.dataTable tr:last-child {
27531 amit.gupta 4400
	border-bottom: 1px solid #ddd;
21627 kshitij.so 4401
}
4402
 
4403
/*button*/
4404
.btn-row {
27531 amit.gupta 4405
	margin-bottom: 10px;
21627 kshitij.so 4406
}
4407
 
4408
/*tabs*/
4409
.tab-head {
27531 amit.gupta 4410
	background: #688a7e;
4411
	display: inline-block;
4412
	width: 100%;
4413
	margin-top: 60px;
21627 kshitij.so 4414
}
4415
 
4416
.tab-container {
27531 amit.gupta 4417
	margin-top: 10px;
21627 kshitij.so 4418
}
4419
 
27531 amit.gupta 4420
.tab-head .nav-tabs>li>a {
4421
	border-radius: 0;
4422
	margin-right: 1px;
4423
	color: #fff;
21627 kshitij.so 4424
}
4425
 
27531 amit.gupta 4426
.tab-head .nav-tabs>li.active>a, .tab-head .nav-tabs>li>a:hover,
4427
	.tab-head .nav-tabs>li.active>a:hover, .tab-head .nav-tabs>li.active>a:focus
4428
	{
4429
	background-color: #f1f2f7;
4430
	border-color: #f1f2f7;
4431
	color: #797979;
21627 kshitij.so 4432
}
4433
 
4434
/*general page*/
4435
.progress-xs {
27531 amit.gupta 4436
	height: 8px;
21627 kshitij.so 4437
}
4438
 
4439
.progress-sm {
27531 amit.gupta 4440
	height: 12px;
21627 kshitij.so 4441
}
4442
 
4443
.panel-heading .nav {
27531 amit.gupta 4444
	border: medium none;
4445
	font-size: 13px;
4446
	margin: -10px -15px -11px;
21627 kshitij.so 4447
}
4448
 
4449
.tab-bg-primary {
27531 amit.gupta 4450
	background: #688a7e;
4451
	border-bottom: none;
21627 kshitij.so 4452
}
4453
 
4454
.tab-bg-info {
27531 amit.gupta 4455
	background: #324c57;
4456
	border-bottom: none;
21627 kshitij.so 4457
}
4458
 
27531 amit.gupta 4459
.tab-bg-info.panel-heading .nav>li.active>a, .tab-bg-info.panel-heading .nav>li>a:hover
4460
	{
4461
	color: #36464d;
21627 kshitij.so 4462
}
4463
 
27531 amit.gupta 4464
.tab-bg-info.panel-heading .nav {
4465
	margin: -10px 15px -11px;
21627 kshitij.so 4466
}
4467
 
27531 amit.gupta 4468
.panel-heading .nav>li>a, .panel-heading .nav>li.active>a,
4469
	.panel-heading .nav>li.active>a:hover, .panel-heading .nav>li.active>a:focus
4470
	{
4471
	border-width: 0;
4472
	border-radius: 0;
21627 kshitij.so 4473
}
4474
 
27531 amit.gupta 4475
.panel-heading .nav>li>a {
4476
	color: #fff;
21627 kshitij.so 4477
}
4478
 
27531 amit.gupta 4479
.panel-heading .nav>li.active>a, .panel-heading .nav>li>a:hover {
4480
	color: #688a7e;
4481
	background: #fff;
21627 kshitij.so 4482
}
4483
 
4484
.tab-right {
27531 amit.gupta 4485
	height: 38px;
21627 kshitij.so 4486
}
4487
 
27531 amit.gupta 4488
.panel-heading.tab-right .nav>li:first-child.active>a, .tab-right.panel-heading .nav>li:first-child>a:hover
4489
	{
4490
	border-radius: 0;
4491
	-webkit-border-radius: 0;
21627 kshitij.so 4492
}
4493
 
27531 amit.gupta 4494
.panel-heading.tab-right .nav>li:last-child.active>a, .tab-right.panel-heading .nav>li:last-child>a:hover
4495
	{
4496
	border-radius: 0 4px 0 0;
4497
	-webkit-border-radius: 0 4px 0 0;
21627 kshitij.so 4498
}
4499
 
27531 amit.gupta 4500
.panel-heading.tab-right .nav-tabs>li>a {
4501
	margin-left: 1px;
4502
	margin-right: 0px;
21627 kshitij.so 4503
}
4504
 
4505
.m-bot20 {
27531 amit.gupta 4506
	margin-bottom: 20px;
21627 kshitij.so 4507
}
4508
 
4509
.m-bot-none {
27531 amit.gupta 4510
	margin-bottom: 0;
21627 kshitij.so 4511
}
4512
 
4513
.wht-color {
27531 amit.gupta 4514
	color: #fff;
21627 kshitij.so 4515
}
4516
 
4517
.close-sm {
27531 amit.gupta 4518
	font-size: 14px;
21627 kshitij.so 4519
}
4520
 
4521
/*carousel*/
4522
.carousel-indicators li {
27531 amit.gupta 4523
	background: rgba(0, 0, 0, 0.2);
4524
	border: none;
4525
	transition: background-color 0.25s ease 0s;
4526
	-moz-transition: background-color 0.25s ease 0s;
4527
	-webkit-transition: background-color 0.25s ease 0s;
21627 kshitij.so 4528
}
4529
 
4530
.carousel-indicators .active {
27531 amit.gupta 4531
	background: #00a0df;
4532
	height: 10px;
4533
	margin: 1px;
4534
	width: 10px;
21627 kshitij.so 4535
}
4536
 
4537
.carousel-indicators.out {
27531 amit.gupta 4538
	bottom: -5px;
21627 kshitij.so 4539
}
4540
 
4541
.carousel-indicators.out {
27531 amit.gupta 4542
	bottom: -5px;
21627 kshitij.so 4543
}
4544
 
4545
.carousel-control {
27531 amit.gupta 4546
	color: #999999;
4547
	text-shadow: none;
4548
	width: 45px;
21627 kshitij.so 4549
}
4550
 
4551
.carousel-control i {
27531 amit.gupta 4552
	display: inline-block;
4553
	height: 25px;
4554
	left: 50%;
4555
	margin-left: -10px;
4556
	margin-top: -10px;
4557
	position: absolute;
4558
	top: 50%;
4559
	width: 20px;
4560
	z-index: 5;
21627 kshitij.so 4561
}
4562
 
4563
.carousel-control.left, .carousel-control.right {
27531 amit.gupta 4564
	background: none;
4565
	filter: none;
21627 kshitij.so 4566
}
4567
 
4568
.carousel-control:hover, .carousel-control:focus {
27531 amit.gupta 4569
	color: #CCCCCC;
4570
	opacity: 0.9;
4571
	text-decoration: none;
21627 kshitij.so 4572
}
4573
 
4574
.carousel-inner h3 {
27531 amit.gupta 4575
	font-weight: 300;
4576
	font-size: 16px;
4577
	margin: 0;
21627 kshitij.so 4578
}
4579
 
4580
.carousel-inner {
27531 amit.gupta 4581
	margin-bottom: 15px;
21627 kshitij.so 4582
}
4583
 
4584
/*gritter*/
4585
.gritter-close {
27531 amit.gupta 4586
	left: auto !important;
4587
	right: 3px !important;
21627 kshitij.so 4588
}
4589
 
4590
/*form*/
4591
.sm-input {
27531 amit.gupta 4592
	width: 175px;
21627 kshitij.so 4593
}
4594
 
4595
.form-horizontal .form-group {
27531 amit.gupta 4596
	border-bottom: 1px solid #eff2f7;
4597
	padding-bottom: 15px;
4598
	margin-bottom: 15px;
21627 kshitij.so 4599
}
4600
 
4601
.form-horizontal .form-group:last-child {
27531 amit.gupta 4602
	border-bottom: none;
4603
	padding-bottom: 0px;
4604
	margin-bottom: 0px;
21627 kshitij.so 4605
}
4606
 
4607
.form-horizontal .form-group .help-block {
27531 amit.gupta 4608
	margin-bottom: 0;
21627 kshitij.so 4609
}
4610
 
4611
.round-input {
27531 amit.gupta 4612
	border-radius: 500px;
4613
	-webkit-border-radius: 500px;
21627 kshitij.so 4614
}
4615
 
4616
.m-bot15 {
27531 amit.gupta 4617
	margin-bottom: 15px;
21627 kshitij.so 4618
}
4619
 
27531 amit.gupta 4620
.form-horizontal .checkbox-inline>input {
4621
	margin-top: 1px;
4622
	border: none;
21627 kshitij.so 4623
}
4624
 
4625
/*form validation*/
4626
.form-validate .form-group label.error {
27531 amit.gupta 4627
	display: inline;
4628
	margin: 5px 0;
4629
	color: #00a0df;
4630
	font-weight: 400;
21627 kshitij.so 4631
}
4632
 
27531 amit.gupta 4633
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus,
4634
	.form-validate .form-group input.error, .form-validate .form-group textarea.error
4635
	{
4636
	border-color: #00a0df !important;
21627 kshitij.so 4637
}
4638
 
4639
#register_form label.error {
27531 amit.gupta 4640
	display: inline;
4641
	margin: 5px 0px;
4642
	width: auto;
4643
	color: #00a0df;
21627 kshitij.so 4644
}
4645
 
27531 amit.gupta 4646
.checkbox, .checkbox:hover, .checkbox:focus {
4647
	border: none;
21627 kshitij.so 4648
}
4649
 
4650
/*slider*/
4651
table.sliders tr td {
27531 amit.gupta 4652
	padding: 30px 0;
4653
	border: none;
21627 kshitij.so 4654
}
4655
 
4656
.slider {
27531 amit.gupta 4657
	margin-top: 3px;
21627 kshitij.so 4658
}
4659
 
4660
.slider-info {
27531 amit.gupta 4661
	padding-top: 10px;
21627 kshitij.so 4662
}
4663
 
4664
.sliders .ui-widget-header {
27531 amit.gupta 4665
	background: #688a7e !important;
4666
	border-radius: 15px !important;
4667
	-webkit-border-radius: 15px !important;
21627 kshitij.so 4668
}
4669
 
4670
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
27531 amit.gupta 4671
	border-bottom-right-radius: 0 !important;
21627 kshitij.so 4672
}
4673
 
4674
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
27531 amit.gupta 4675
	border-bottom-left-radius: 0 !important;
21627 kshitij.so 4676
}
4677
 
4678
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
27531 amit.gupta 4679
	border-top-right-radius: 0 !important;
21627 kshitij.so 4680
}
4681
 
4682
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
27531 amit.gupta 4683
	border-top-left-radius: 0 !important;
21627 kshitij.so 4684
}
4685
 
4686
#eq span {
27531 amit.gupta 4687
	height: 120px;
4688
	float: left;
4689
	margin: 15px
21627 kshitij.so 4690
}
4691
 
4692
.ui-widget-content {
27531 amit.gupta 4693
	background: #f0f2f7 !important;
4694
	border: none !important;
4695
	border-radius: 15px !important;
4696
	-webkit-border-radius: 15px !important;
21627 kshitij.so 4697
}
4698
 
4699
.ui-slider-horizontal {
27531 amit.gupta 4700
	height: 8px !important;
21627 kshitij.so 4701
}
4702
 
4703
.ui-slider-horizontal .ui-slider-handle {
27531 amit.gupta 4704
	top: -0.57em !important;
21627 kshitij.so 4705
}
4706
 
27531 amit.gupta 4707
.ui-state-default, .ui-widget-content .ui-state-default,
4708
	.ui-widget-header .ui-state-default {
4709
	background: #fff !important;
4710
	/*border: 3px solid #22bacf !important;*/
4711
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
4712
	border-radius: 50% !important;
4713
	-webkit-border-radius: 50% !important;
21627 kshitij.so 4714
}
4715
 
4716
.ui-slider-vertical {
27531 amit.gupta 4717
	width: 8px !important;
21627 kshitij.so 4718
}
4719
 
4720
.ui-slider-vertical .ui-slider-handle {
27531 amit.gupta 4721
	left: -0.5em !important;
21627 kshitij.so 4722
}
4723
 
4724
.ui-slider .ui-slider-handle {
27531 amit.gupta 4725
	cursor: default;
4726
	height: 1.6em;
4727
	position: absolute;
4728
	width: 1.6em;
4729
	z-index: 2;
21627 kshitij.so 4730
}
4731
 
4732
.bound-s {
27531 amit.gupta 4733
	width: 90px;
4734
	margin-bottom: 15px;
21627 kshitij.so 4735
}
4736
 
4737
/*----switch ----*/
4738
.has-switch {
27531 amit.gupta 4739
	border-radius: 30px;
4740
	-webkit-border-radius: 30px;
4741
	display: inline-block;
4742
	cursor: pointer;
4743
	line-height: 1.231;
4744
	overflow: hidden;
4745
	position: relative;
4746
	text-align: left;
4747
	width: 80px;
4748
	-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
4749
	mask: url('../img/mask.png') 0 0 no-repeat;
4750
	-webkit-user-select: none;
4751
	-moz-user-select: none;
4752
	-ms-user-select: none;
4753
	-o-user-select: none;
4754
	user-select: none;
21627 kshitij.so 4755
}
4756
 
4757
.has-switch.deactivate {
27531 amit.gupta 4758
	opacity: 0.5;
4759
	filter: alpha(opacity = 50);
4760
	cursor: default !important;
21627 kshitij.so 4761
}
4762
 
27531 amit.gupta 4763
.has-switch.deactivate label, .has-switch.deactivate span {
4764
	cursor: default !important;
21627 kshitij.so 4765
}
4766
 
27531 amit.gupta 4767
.has-switch>div {
4768
	width: 162%;
4769
	position: relative;
4770
	top: 0;
21627 kshitij.so 4771
}
4772
 
27531 amit.gupta 4773
.has-switch>div.switch-animate {
4774
	-webkit-transition: left 0.25s ease-out;
4775
	-moz-transition: left 0.25s ease-out;
4776
	-o-transition: left 0.25s ease-out;
4777
	transition: left 0.25s ease-out;
4778
	-webkit-backface-visibility: hidden;
21627 kshitij.so 4779
}
4780
 
27531 amit.gupta 4781
.has-switch>div.switch-off {
4782
	left: -63%;
21627 kshitij.so 4783
}
4784
 
27531 amit.gupta 4785
.has-switch>div.switch-off label {
4786
	background-color: #7f8c9a;
4787
	border-color: #bdc3c7;
4788
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
4789
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
4790
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
21627 kshitij.so 4791
}
4792
 
27531 amit.gupta 4793
.has-switch>div.switch-on {
4794
	left: 0%;
21627 kshitij.so 4795
}
4796
 
27531 amit.gupta 4797
.has-switch>div.switch-on label {
4798
	background-color: #34aadc;
21627 kshitij.so 4799
}
4800
 
4801
.has-switch input[type=checkbox] {
27531 amit.gupta 4802
	display: none;
21627 kshitij.so 4803
}
4804
 
4805
.has-switch span {
27531 amit.gupta 4806
	cursor: pointer;
4807
	font-size: 14.994px;
4808
	font-weight: 700;
4809
	float: left;
4810
	height: 29px;
4811
	line-height: 19px;
4812
	margin: 0;
4813
	padding-bottom: 6px;
4814
	padding-top: 5px;
4815
	position: relative;
4816
	text-align: center;
4817
	width: 50%;
4818
	z-index: 1;
4819
	-webkit-box-sizing: border-box;
4820
	-moz-box-sizing: border-box;
4821
	box-sizing: border-box;
4822
	-webkit-transition: 0.25s ease-out;
4823
	-moz-transition: 0.25s ease-out;
4824
	-o-transition: 0.25s ease-out;
4825
	transition: 0.25s ease-out;
4826
	-webkit-backface-visibility: hidden;
21627 kshitij.so 4827
}
4828
 
4829
.has-switch span.switch-left {
27531 amit.gupta 4830
	border-radius: 30px 0 0 30px;
4831
	background-color: #2A3542;
4832
	color: #34aadc;
4833
	border-left: 1px solid transparent;
21627 kshitij.so 4834
}
4835
 
4836
.has-switch span.switch-right {
27531 amit.gupta 4837
	border-radius: 0 30px 30px 0;
4838
	background-color: #bdc3c7;
4839
	color: #ffffff;
4840
	text-indent: 7px;
21627 kshitij.so 4841
}
4842
 
4843
.has-switch span.switch-right [class*="fui-"] {
27531 amit.gupta 4844
	text-indent: 0;
21627 kshitij.so 4845
}
4846
 
4847
.has-switch label {
27531 amit.gupta 4848
	border: 4px solid #2A3542;
4849
	border-radius: 50%;
4850
	-webkit-border-radius: 50%;
4851
	float: left;
4852
	height: 29px;
4853
	margin: 0 -21px 0 -14px;
4854
	padding: 0;
4855
	position: relative;
4856
	vertical-align: middle;
4857
	width: 29px;
4858
	z-index: 100;
4859
	-webkit-transition: 0.25s ease-out;
4860
	-moz-transition: 0.25s ease-out;
4861
	-o-transition: 0.25s ease-out;
4862
	transition: 0.25s ease-out;
4863
	-webkit-backface-visibility: hidden;
21627 kshitij.so 4864
}
4865
 
4866
.switch-square {
27531 amit.gupta 4867
	border-radius: 6px;
4868
	-webkit-border-radius: 6px;
4869
	-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
4870
	mask: url('../img/mask.png') 0 0 no-repeat;
21627 kshitij.so 4871
}
4872
 
27531 amit.gupta 4873
.switch-square>div.switch-off label {
4874
	border-color: #7f8c9a;
4875
	border-radius: 6px 0 0 6px;
21627 kshitij.so 4876
}
4877
 
4878
.switch-square span.switch-left {
27531 amit.gupta 4879
	border-radius: 6px 0 0 6px;
21627 kshitij.so 4880
}
4881
 
4882
.switch-square span.switch-left [class*="fui-"] {
27531 amit.gupta 4883
	text-indent: -10px;
21627 kshitij.so 4884
}
4885
 
4886
.switch-square span.switch-right {
27531 amit.gupta 4887
	border-radius: 0 6px 6px 0;
21627 kshitij.so 4888
}
4889
 
4890
.switch-square span.switch-right [class*="fui-"] {
27531 amit.gupta 4891
	text-indent: 5px;
21627 kshitij.so 4892
}
4893
 
4894
.switch-square label {
27531 amit.gupta 4895
	border-radius: 0 6px 6px 0;
4896
	border-color: #34aadc;
21627 kshitij.so 4897
}
4898
 
4899
/*tag input*/
4900
.tagsinput {
27531 amit.gupta 4901
	border: 1px solid #e3e6ed;
4902
	border-radius: 6px;
4903
	height: 100px;
4904
	padding: 6px 1px 1px 6px;
4905
	overflow-y: auto;
4906
	text-align: left;
21627 kshitij.so 4907
}
4908
 
4909
.tagsinput .tag {
27531 amit.gupta 4910
	border-radius: 4px;
4911
	background-color: #688a7e;
4912
	color: #ffffff;
4913
	cursor: pointer;
4914
	margin-right: 5px;
4915
	margin-bottom: 5px;
4916
	overflow: hidden;
4917
	line-height: 15px;
4918
	padding: 6px 13px 8px 19px;
4919
	position: relative;
4920
	vertical-align: middle;
4921
	display: inline-block;
4922
	zoom: 1;
4923
	*display: inline;
4924
	-webkit-transition: 0.14s linear;
4925
	-moz-transition: 0.14s linear;
4926
	-o-transition: 0.14s linear;
4927
	transition: 0.14s linear;
4928
	-webkit-backface-visibility: hidden;
21627 kshitij.so 4929
}
4930
 
4931
.tagsinput .tag:hover {
27531 amit.gupta 4932
	background-color: rgba(0, 122, 255, 0.7);
4933
	color: #ffffff;
4934
	padding-left: 12px;
4935
	padding-right: 20px;
21627 kshitij.so 4936
}
4937
 
4938
.tagsinput .tag:hover .tagsinput-remove-link {
27531 amit.gupta 4939
	color: #ffffff;
4940
	opacity: 1;
4941
	display: block\9;
21627 kshitij.so 4942
}
4943
 
4944
.tagsinput input {
27531 amit.gupta 4945
	background: transparent;
4946
	border: none;
4947
	color: #34495e;
4948
	font-family: "Lato", sans-serif;
4949
	font-size: 14px;
4950
	margin: 0px;
4951
	padding: 0 0 0 5px;
4952
	outline: 0;
4953
	margin-right: 5px;
4954
	margin-bottom: 5px;
4955
	width: 12px;
21627 kshitij.so 4956
}
4957
 
4958
.tagsinput-remove-link {
27531 amit.gupta 4959
	bottom: 0;
4960
	color: #ffffff;
4961
	cursor: pointer;
4962
	font-size: 12px;
4963
	opacity: 0;
4964
	padding: 7px 7px 5px 0;
4965
	position: absolute;
4966
	right: 0;
4967
	text-align: right;
4968
	text-decoration: none;
4969
	top: 0;
4970
	width: 100%;
4971
	z-index: 2;
4972
	display: none\9;
21627 kshitij.so 4973
}
4974
 
4975
.tagsinput-remove-link:before {
27531 amit.gupta 4976
	color: #ffffff;
4977
	content: "\f00d";
4978
	font-family: "FontAwesome";
21627 kshitij.so 4979
}
4980
 
4981
.tagsinput-add-container {
27531 amit.gupta 4982
	vertical-align: middle;
4983
	display: inline-block;
4984
	zoom: 1;
4985
	*display: inline;
21627 kshitij.so 4986
}
4987
 
4988
.tagsinput-add {
27531 amit.gupta 4989
	background-color: #d6dbdf;
4990
	border-radius: 3px;
4991
	color: #ffffff;
4992
	cursor: pointer;
4993
	margin-bottom: 5px;
4994
	padding: 6px 9px;
4995
	display: inline-block;
4996
	zoom: 1;
4997
	*display: inline;
4998
	-webkit-transition: 0.25s;
4999
	-moz-transition: 0.25s;
5000
	-o-transition: 0.25s;
5001
	transition: 0.25s;
5002
	-webkit-backface-visibility: hidden;
21627 kshitij.so 5003
}
5004
 
5005
.tagsinput-add:hover {
27531 amit.gupta 5006
	background-color: #688a7e;
21627 kshitij.so 5007
}
5008
 
5009
.tagsinput-add:before {
27531 amit.gupta 5010
	content: "\f067";
5011
	font-family: "FontAwesome";
21627 kshitij.so 5012
}
5013
 
5014
.tags_clear {
27531 amit.gupta 5015
	clear: both;
5016
	width: 100%;
5017
	height: 0px;
21627 kshitij.so 5018
}
5019
 
5020
/*checkbox & radio style*/
5021
.checkboxes label, .radios label {
27531 amit.gupta 5022
	display: block;
5023
	cursor: pointer;
5024
	line-height: 20px;
5025
	padding-bottom: 7px;
5026
	font-weight: 300;
21627 kshitij.so 5027
}
5028
 
5029
.radios {
27531 amit.gupta 5030
	padding-top: 18px;
21627 kshitij.so 5031
}
5032
 
27531 amit.gupta 5033
.label_check input, .label_radio input {
5034
	margin-right: 5px;
21627 kshitij.so 5035
}
5036
 
27531 amit.gupta 5037
.has-js .label_check, .has-js .label_radio {
5038
	padding-left: 34px;
21627 kshitij.so 5039
}
5040
 
5041
.has-js .label_radio {
27531 amit.gupta 5042
	background: url(../img/checkbox/radio-off.png) no-repeat;
21627 kshitij.so 5043
}
5044
 
5045
.has-js .label_check {
27531 amit.gupta 5046
	background: url(../img/checkbox/check-off.png) no-repeat;
21627 kshitij.so 5047
}
5048
 
5049
.has-js label.c_on {
27531 amit.gupta 5050
	background: url(../img/checkbox/check-on.png) no-repeat;
21627 kshitij.so 5051
}
5052
 
5053
.has-js label.r_on {
27531 amit.gupta 5054
	background: url(../img/checkbox/radio-on.png) no-repeat;
21627 kshitij.so 5055
}
5056
 
27531 amit.gupta 5057
.has-js .label_check input, .has-js .label_radio input {
5058
	position: absolute;
5059
	left: -9999px;
21627 kshitij.so 5060
}
5061
 
5062
/*date picker*/
5063
.add-on {
27531 amit.gupta 5064
	border: 1px solid #E2E2E4;
5065
	border-radius: 4px;
5066
	-webkit-border-radius: 4px;
5067
	float: right;
5068
	margin-right: -37px;
5069
	margin-top: -34px;
5070
	padding: 8px;
5071
	text-align: center;
5072
	background: #EEEEEE;
21627 kshitij.so 5073
}
5074
 
23026 ashik.ali 5075
/* .daterangepicker .ranges .range_inputs > div:nth-child(2) {
21627 kshitij.so 5076
 
5077
    margin-bottom: 10px;
5078
 
5079
    padding-left: 0px;
5080
 
23026 ashik.ali 5081
} 
21627 kshitij.so 5082
 
5083
 
5084
 
5085
.daterangepicker .ranges label {
5086
 
5087
    padding-bottom: 0;
5088
 
5089
    padding-top: 8px;
5090
 
5091
}
5092
 
5093
 
5094
 
5095
 
5096
 
5097
.daterangepicker td.active, .daterangepicker td.active:hover,
5098
 
5099
.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover,
5100
 
5101
.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled]{
5102
 
5103
    background: #688a7e;
5104
 
5105
}
5106
 
5107
 
5108
 
23026 ashik.ali 5109
 .daterangepicker .calendar th, .daterangepicker .calendar td {
21627 kshitij.so 5110
 
5111
    font-family: 'Lato', sans-serif;
5112
 
5113
    font-weight: 300;
5114
 
5115
    text-align: center;
5116
 
5117
    white-space: nowrap;
5118
 
23026 ashik.ali 5119
} 
21627 kshitij.so 5120
 
5121
 
5122
 
5123
.daterangepicker td.active, .daterangepicker td.active:hover, .datepicker td.active, .datepicker td.active:hover, .datepicker td span.active {
5124
 
5125
    text-shadow: none;
5126
 
23026 ashik.ali 5127
} 
21627 kshitij.so 5128
 
5129
 
5130
 
5131
.datepicker th.switch {
5132
 
5133
    width: 125px;
5134
 
5135
}
5136
 
5137
 
5138
 
5139
.datepicker td span {
5140
 
5141
    height: 40px;
5142
 
5143
    line-height: 40px;
5144
 
23026 ashik.ali 5145
} */
21627 kshitij.so 5146
 
5147
/*ck editor*/
5148
.cke_top, .cke_bottom {
27531 amit.gupta 5149
	background: #F5F5F5 !important;
5150
	background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat
5151
		scroll 0 0 #F5F5F5 !important;
5152
	background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat
5153
		scroll 0 0 #F5F5F5 !important;
5154
	background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat
5155
		scroll 0 0 #F5F5F5 !important;
5156
	box-shadow: none;
5157
	padding: 6px 8px 2px;
21627 kshitij.so 5158
}
5159
 
5160
.cke_top {
27531 amit.gupta 5161
	border-bottom: 1px solid #cccccc !important;
21627 kshitij.so 5162
}
5163
 
5164
.cke_chrome {
27531 amit.gupta 5165
	border: 1px solid #cccccc !important;
5166
	box-shadow: none !important;
5167
	display: block;
5168
	padding: 0;
21627 kshitij.so 5169
}
5170
 
5171
/*form wizard*/
5172
.stepy-tab {
27531 amit.gupta 5173
	text-align: center;
21627 kshitij.so 5174
}
5175
 
27531 amit.gupta 5176
.stepy-tab ul {
5177
	display: inline-block;
21627 kshitij.so 5178
}
5179
 
5180
.stepy-tab ul li {
27531 amit.gupta 5181
	float: left;
21627 kshitij.so 5182
}
5183
 
5184
.step legend {
27531 amit.gupta 5185
	border: none;
21627 kshitij.so 5186
}
5187
 
5188
.button-back {
27531 amit.gupta 5189
	float: left;
21627 kshitij.so 5190
}
5191
 
5192
.button-next, .finish {
27531 amit.gupta 5193
	float: right;
21627 kshitij.so 5194
}
5195
 
5196
.button-back, .button-next, .finish {
27531 amit.gupta 5197
	cursor: pointer;
5198
	text-decoration: none;
21627 kshitij.so 5199
}
5200
 
5201
.step {
27531 amit.gupta 5202
	clear: left;
21627 kshitij.so 5203
}
5204
 
5205
.step label {
27531 amit.gupta 5206
	display: block;
21627 kshitij.so 5207
}
5208
 
5209
.stepy-titles li {
27531 amit.gupta 5210
	color: #757575;
5211
	cursor: pointer;
5212
	float: left;
5213
	margin: 10px 15px;
5214
}
21627 kshitij.so 5215
 
27531 amit.gupta 5216
.stepy-titles li span {
5217
	display: block;
21627 kshitij.so 5218
}
5219
 
5220
.stepy-titles li.current-step div {
27531 amit.gupta 5221
	color: #fff;
5222
	cursor: auto;
5223
	background: #688a7e;
5224
	border-radius: 50%;
5225
	-webkit-border-radius: 50%;
5226
	width: 80px;
5227
	height: 80px;
5228
	line-height: 80px;
21627 kshitij.so 5229
}
5230
 
27531 amit.gupta 5231
.stepy-titles li div {
5232
	font-size: 16px;
5233
	font-weight: 300;
5234
	background: #eee;
5235
	border-radius: 50%;
5236
	-webkit-border-radius: 50%;
5237
	width: 80px;
5238
	height: 80px;
5239
	line-height: 80px;
21627 kshitij.so 5240
}
5241
 
5242
/*widget*/
5243
.user-heading.alt {
27531 amit.gupta 5244
	display: inline-block;
5245
	width: 100%;
5246
	text-align: left;
21627 kshitij.so 5247
}
5248
 
5249
.alt.green-bg {
27531 amit.gupta 5250
	background: #4cd964;
21627 kshitij.so 5251
}
5252
 
27531 amit.gupta 5253
.profile-nav.alt.green-border ul>li>a:hover, .profile-nav.alt.green-border ul>li>a:focus,
5254
	.profile-nav.alt.green-border ul li.active a {
5255
	border-left: 5px solid #4cd964;
21627 kshitij.so 5256
}
5257
 
5258
.user-heading.alt a {
27531 amit.gupta 5259
	float: left;
5260
	margin-right: 15px;
5261
	margin-left: -10px;
5262
	display: inline-block;
5263
	border: 5px solid rgba(255, 255, 255, 0.3);
5264
	border-radius: 50%;
5265
	-webkit-border-radius: 50%;
21627 kshitij.so 5266
}
5267
 
27531 amit.gupta 5268
.user-heading.alt a img {
5269
	width: 100px;
5270
	height: 100px;
5271
	border-radius: 50%;
5272
	-webkit-border-radius: 50%;
21627 kshitij.so 5273
}
5274
 
5275
.twt-feed {
27531 amit.gupta 5276
	border-radius: 4px 4px 0 0;
5277
	-webkit-border-radius: 4px 4px 0 0;
5278
	color: #FFFFFF;
5279
	padding: 10px;
5280
	position: relative;
5281
	text-align: center;
21627 kshitij.so 5282
}
5283
 
5284
.twt-feed.blue-bg {
27531 amit.gupta 5285
	background: #00a0df;
21627 kshitij.so 5286
}
5287
 
5288
.twt-feed h1 {
27531 amit.gupta 5289
	font-size: 22px;
5290
	font-weight: 300;
5291
	margin-bottom: 5px;
21627 kshitij.so 5292
}
5293
 
27531 amit.gupta 5294
.twt-feed a {
5295
	border: 8px solid #fff;
5296
	border-radius: 50%;
5297
	-webit-border-radius: 50%;
5298
	display: inline-block;
5299
	margin-bottom: -55px;
21627 kshitij.so 5300
}
5301
 
5302
.twt-feed a img {
27531 amit.gupta 5303
	height: 112px;
5304
	width: 112px;
5305
	border-radius: 50%;
5306
	-webit-border-radius: 50%;
21627 kshitij.so 5307
}
5308
 
5309
.twt-category {
27531 amit.gupta 5310
	display: inline-block;
5311
	margin-bottom: 11px;
5312
	margin-top: 55px;
5313
	width: 100%;
21627 kshitij.so 5314
}
5315
 
27531 amit.gupta 5316
.profile-widget-data {
5317
	display: inline-block;
5318
	margin-bottom: 10px;
5319
	margin-top: 15px;
5320
	width: 100%;
21627 kshitij.so 5321
}
5322
 
27531 amit.gupta 5323
.twt-category ul li, .profile-widget-data ul li, .profile-nav ul>li {
5324
	color: #89817f;
5325
	font-size: 13px;
5326
	border-bottom: none;
21627 kshitij.so 5327
}
5328
 
27531 amit.gupta 5329
.twt-category h5 {
5330
	font-size: 20px;
5331
	font-weight: 300;
21627 kshitij.so 5332
}
5333
 
5334
.twt-write .t-text-area {
27531 amit.gupta 5335
	border: 1px solid #eeeeee;
5336
	border-radius: 0;
21627 kshitij.so 5337
}
5338
 
5339
.twt-footer {
27531 amit.gupta 5340
	padding: 10px 15px;
21627 kshitij.so 5341
}
5342
 
5343
.btn-space {
27531 amit.gupta 5344
	padding-left: 11.6%;
5345
	padding-right: 11%;
21627 kshitij.so 5346
}
5347
 
5348
.p-head {
27531 amit.gupta 5349
	color: #f77b6f;
5350
	font-weight: 400;
5351
	font-size: 14px;
21627 kshitij.so 5352
}
5353
 
5354
.cmt-head {
27531 amit.gupta 5355
	font-weight: 400;
5356
	font-size: 13px;
21627 kshitij.so 5357
}
5358
 
5359
.p-thumb img {
27531 amit.gupta 5360
	width: 50px;
5361
	border-radius: 3px;
5362
	-webkit-border-radius: 3px;
21627 kshitij.so 5363
}
5364
 
5365
.tasi-tab .media-body p {
27531 amit.gupta 5366
	/*color: #b8bac6;*/
5367
 
21627 kshitij.so 5368
}
5369
 
5370
/*Timeline chat*/
5371
.chat-form {
27531 amit.gupta 5372
	margin-top: 25px;
5373
	clear: both;
21627 kshitij.so 5374
}
5375
 
5376
.chat-form .input-cont {
27531 amit.gupta 5377
	margin-bottom: 10px;
21627 kshitij.so 5378
}
5379
 
5380
.chat-form .input-cont input {
27531 amit.gupta 5381
	margin-bottom: 0px;
21627 kshitij.so 5382
}
5383
 
27531 amit.gupta 5384
.chat-form .input-cont input {
5385
	border: 1px solid #d3d3d3 !important;
5386
	margin-top: 0;
5387
	min-height: 45px;
21627 kshitij.so 5388
}
5389
 
5390
.chat-form .input-cont input {
27531 amit.gupta 5391
	background-color: #fff !important;
21627 kshitij.so 5392
}
5393
 
5394
.chat-features a {
27531 amit.gupta 5395
	margin-left: 10px;
21627 kshitij.so 5396
}
5397
 
27531 amit.gupta 5398
.chat-features a i {
5399
	color: #d0d0d0;
21627 kshitij.so 5400
}
5401
 
5402
.profile-activity:before {
27531 amit.gupta 5403
	background: rgba(0, 0, 0, 0.1);
5404
	bottom: 0;
5405
	top: 0;
5406
	width: 2px;
21627 kshitij.so 5407
}
5408
 
5409
/*.profile-activity:before, .act-time:before, .act-time .text:before {
5410
 
5411
    content: "";
5412
 
5413
    left: 60px;
5414
 
5415
    position: absolute;
5416
 
5417
    top: -2px;
5418
 
5419
}*/
27531 amit.gupta 5420
.profile-activity, .act-time, .profile-activity .act-in,
5421
	.profile-activity .act-out {
5422
	position: relative;
21627 kshitij.so 5423
}
5424
 
5425
.profile-activity .act-in  .arrow {
27531 amit.gupta 5426
	/*border-right: 8px solid #F4F4F4 !important;*/
5427
 
21627 kshitij.so 5428
}
5429
 
5430
.profile-activity .act-in .arrow {
27531 amit.gupta 5431
	border-bottom: 8px solid transparent;
5432
	border-top: 8px solid transparent;
5433
	display: block;
5434
	height: 0;
5435
	left: -8px;
5436
	position: absolute;
5437
	top: 13px;
5438
	width: 0;
21627 kshitij.so 5439
}
5440
 
5441
.profile-activity .act-out  .arrow {
27531 amit.gupta 5442
	/*border-right: 8px solid #34aadc !important;*/
5443
 
21627 kshitij.so 5444
}
5445
 
5446
.profile-activity .act-out .arrow {
27531 amit.gupta 5447
	border-bottom: 8px solid transparent;
5448
	border-top: 8px solid transparent;
5449
	display: block;
5450
	height: 0;
5451
	left: -8px;
5452
	position: absolute;
5453
	top: 13px;
5454
	width: 0;
21627 kshitij.so 5455
}
5456
 
5457
.act-time:first-child:before {
27531 amit.gupta 5458
	margin-top: 16px;
21627 kshitij.so 5459
}
5460
 
5461
.act-time:before {
27531 amit.gupta 5462
	background: #CCCCCC;
5463
	border: 2px solid #FAFAFA;
5464
	border-radius: 100px;
5465
	-moz-border-radius: 100px;
5466
	-webkit-border-radius: 100px;
5467
	height: 14px;
5468
	margin: 23px 0 0 -6px;
5469
	width: 14px;
21627 kshitij.so 5470
}
5471
 
5472
.act-time:hover:before {
27531 amit.gupta 5473
	background: #34aadc;
21627 kshitij.so 5474
}
5475
 
5476
.act-time:first-child {
27531 amit.gupta 5477
	padding-top: 0;
21627 kshitij.so 5478
}
5479
 
5480
.activity-img {
27531 amit.gupta 5481
	float: left;
5482
	margin-right: 30px;
5483
	overflow: hidden;
21627 kshitij.so 5484
}
5485
 
5486
.activity-img img {
27531 amit.gupta 5487
	display: block;
5488
	height: 44px;
5489
	width: 44px;
21627 kshitij.so 5490
}
5491
 
5492
.activity-body {
27531 amit.gupta 5493
	/*margin-left: 80px;*/
5494
 
21627 kshitij.so 5495
}
5496
 
5497
.act-time .act-in .text {
27531 amit.gupta 5498
	border: 1px solid #e3e6ed;
5499
	padding: 10px;
5500
	border-radius: 4px;
5501
	-webkit-border-radius: 4px;
21627 kshitij.so 5502
}
5503
 
5504
.act-time .act-out .text {
27531 amit.gupta 5505
	border: 1px solid #e3e6ed;
5506
	padding: 10px;
5507
	border-radius: 4px;
5508
	-webkit-border-radius: 4px;
21627 kshitij.so 5509
}
5510
 
5511
.act-time p {
27531 amit.gupta 5512
	margin: 0;
21627 kshitij.so 5513
}
5514
 
5515
.act-time .attribution {
27531 amit.gupta 5516
	font-size: 11px;
5517
	margin: 0px 0 5px;
21627 kshitij.so 5518
}
5519
 
5520
.act-time {
27531 amit.gupta 5521
	overflow: hidden;
5522
	padding: 8px 0;
21627 kshitij.so 5523
}
5524
 
27531 amit.gupta 5525
.act-in a, .act-in a:hover {
5526
	color: #b64c4c;
5527
	text-decoration: none;
5528
	border-radius: 50%;
5529
	-webkit-border-radius: 50%;
5530
	margin-right: 10px;
5531
	font-weight: 400;
5532
	font-size: 13px;
21627 kshitij.so 5533
}
5534
 
27531 amit.gupta 5535
.act-out a, .act-out a:hover {
5536
	color: #288f98;
5537
	text-decoration: none;
5538
	border-radius: 4px;
5539
	-webkit-border-radius: 4px;
5540
	margin-right: 10px;
5541
	font-weight: 400;
5542
	font-size: 13px;
21627 kshitij.so 5543
}
5544
 
5545
.messages-wrapper {
27531 amit.gupta 5546
	position: relative;
21627 kshitij.so 5547
}
5548
 
5549
.message {
27531 amit.gupta 5550
	border-radius: 20px 20px 20px 20px;
5551
	margin: 0 15px 10px;
5552
	padding: 5px 20px;
5553
	position: relative;
21627 kshitij.so 5554
}
5555
 
5556
.message.to {
27531 amit.gupta 5557
	background-color: #2095FE;
5558
	color: #fff;
5559
	margin-left: 80px;
21627 kshitij.so 5560
}
5561
 
5562
.message.from {
27531 amit.gupta 5563
	background-color: #E5E4E9;
5564
	color: #363636;
5565
	margin-right: 80px;
21627 kshitij.so 5566
}
5567
 
27531 amit.gupta 5568
.message.to+.message.to, .message.from+.message.from {
5569
	margin-top: -7px;
21627 kshitij.so 5570
}
5571
 
5572
.message:before {
27531 amit.gupta 5573
	border-color: #2095FE;
5574
	border-radius: 50% 50% 50% 50%;
5575
	border-style: solid;
5576
	border-width: 0 20px;
5577
	bottom: 0;
5578
	clip: rect(20px, 35px, 42px, 0px);
5579
	content: " ";
5580
	height: 40px;
5581
	position: absolute;
5582
	right: -50px;
5583
	width: 30px;
5584
	z-index: -1;
21627 kshitij.so 5585
}
5586
 
5587
.message.from:before {
27531 amit.gupta 5588
	border-color: #E5E4E9;
5589
	left: -50px;
5590
	-webkit-transform: rotateY(180deg);
5591
	-moz-transform: rotateY(180deg);
5592
	transform: rotateY(180deg);
21627 kshitij.so 5593
}
5594
 
5595
/*custom select*/
5596
span.customSelect {
27531 amit.gupta 5597
	font-size: 12px;
5598
	background-color: #ffffff;
5599
	padding: 10px;
5600
	border: 1px solid #EAEAEA;
5601
	-moz-border-radius: 4px;
5602
	-webkit-border-radius: 4px;
5603
	border-radius: 4px;
5604
	color: #A4AABA;
5605
}
21627 kshitij.so 5606
 
27531 amit.gupta 5607
span.customSelect.changed {
5608
	background-color: #fff;
5609
}
21627 kshitij.so 5610
 
27531 amit.gupta 5611
.customSelectInner {
5612
	background: url(../img/customSelect-arrow.gif) no-repeat center right;
5613
}
21627 kshitij.so 5614
 
27531 amit.gupta 5615
.avatar-custom {
5616
	width: 32px;
5617
	height: 32px;
5618
}
21627 kshitij.so 5619
 
27531 amit.gupta 5620
.equal {
5621
	display: flex;
5622
	display: -webkit-flex;
5623
	flex-wrap: wrap;
5624
}
21627 kshitij.so 5625
 
27531 amit.gupta 5626
.float {
5627
	position: fixed;
5628
	width: 60px;
5629
	height: 60px;
5630
	bottom: 40px;
5631
	right: 40px;
5632
	background-color: #0C9;
5633
	color: #FFF;
5634
	border-radius: 50px;
5635
	text-align: center;
5636
	box-shadow: 2px 2px 3px #999;
5637
}
21627 kshitij.so 5638
 
27531 amit.gupta 5639
.my-float {
5640
	margin-top: 22px;
21627 kshitij.so 5641
}
5642
 
27531 amit.gupta 5643
i.square-bordered {
29784 amit.gupta 5644
	cursor: pointer;
27531 amit.gupta 5645
	font-size: 17px;
5646
	width: 27px;
5647
	height: 27px;
5648
	margin: 0px;
5649
	color: rgba(255, 255, 255, 0.75);
5650
	line-height: initial;
5651
	text-align: center;
5652
	float: none;
5653
	padding: 0px;
5654
	margin: auto;
5655
	line-height: 27px;
5656
	border: 1px solid #a6a6a6;
21627 kshitij.so 5657
}
5658
 
27531 amit.gupta 5659
.multi-wrapper .item {
5660
	border-bottom: 1px solid #efefef;
21627 kshitij.so 5661
}
5662
 
29784 amit.gupta 5663
.select, .chosen-select, .chosen-select-no-single,
5664
	.chosen-select-no-results, .chosen-select-deselect, .chosen-select-rtl,
5665
	.chosen-select-width {
5666
	width: 100%;
21627 kshitij.so 5667
}
5668
 
27531 amit.gupta 5669
.select2-selection__choice__remove {
29784 amit.gupta 5670
	float: right;
5671
	margin-left: 5px /* I added to separate a little bit */
5672
}