softwear-lib 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2733 @@
1
+ /*
2
+ =========================================================================
3
+ Lanceng - Responsive Admin Template
4
+ Exclusive on Wrapbootstrap (http://wrapbootstrap.com)
5
+
6
+ Author Isoh Design Studio
7
+ URL http://isohdesign.com
8
+ Designer Ari Rusmanto (http://twitter.com/arirusmanto)
9
+ Version 1.1
10
+ Update Released February 13, 2014
11
+ =========================================================================
12
+ */
13
+
14
+
15
+ /*
16
+ =========================================================================
17
+ BOOTSTRAP LITLE CUSTOM
18
+ =========================================================================
19
+ */
20
+
21
+ /* Import font from Google Font (Open sans) */
22
+ @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
23
+
24
+ /** Body style reset **/
25
+ body{
26
+ background: #fff;
27
+ padding-top: 50px;
28
+ margin: 0; -webkit-text-size-adjust: 100%;
29
+ font-family: 'Open Sans', Arial;
30
+ }
31
+
32
+ /** Heading style reset **/
33
+ h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', Arial;}
34
+
35
+ /** Make container auto **/
36
+ .container{width: auto;}
37
+
38
+ /** Navbar style reset **/
39
+ blockquote.reply-message{
40
+ font-size: 14px;
41
+ }
42
+ .modal{z-index: 9999996;}
43
+ .modal-backdrop {
44
+ z-index: 9999995;
45
+ }
46
+ .navbar{
47
+ margin: 0 0 0 -15px;
48
+ z-index: 999993;
49
+ border-radius: 0;
50
+ }
51
+ .navbar-collapse{
52
+ padding:0;
53
+ margin: 0;
54
+ }
55
+ .navbar-default {
56
+ background-color: #fff;
57
+ border: none;
58
+ }
59
+ .nav.navbar-nav.top-navbar li {position:relative;}
60
+ .nav.navbar-nav.top-navbar li a {
61
+ cursor: pointer;
62
+ color: #4C5264;
63
+ }
64
+ .nav.navbar-nav.top-navbar li span.absolute {
65
+ position:absolute;
66
+ top: 5px;
67
+ left: 25px;
68
+ border-radius: 10px;
69
+ padding: 5px;
70
+ z-index: 999;
71
+ }
72
+ .dropdown-menu{
73
+ top: 97%;
74
+ z-index: 999992;
75
+ }
76
+ .dropdown-menu.dropdown-message ul{white-space: inherit;}
77
+ .dropdown-menu.dropdown-message li a{
78
+ word-wrap: break-word;
79
+ white-space: inherit;
80
+ width: 300px;
81
+ border-bottom: 1px solid #ddd;
82
+ }
83
+ .dropdown-menu.dropdown-message li.dropdown-footer a{
84
+ display: block;
85
+ padding: 10px 20px 6px;
86
+ font-size: 12px;
87
+ line-height: 1.428571429;
88
+ color: #999999;
89
+ border-top: 1px solid #ddd;
90
+ border-bottom: none;
91
+ }
92
+ .dropdown-menu.dropdown-message li:hover.dropdown-footer a{background: #fff;}
93
+ .dropdown-menu.dropdown-message li p{font-size: 11px;}
94
+ .dropdown-menu.dropdown-message li p i{color: #65BD77}
95
+ .dropdown-menu.dropdown-message .dropdown-message-scroll{padding: 0px;}
96
+ .dropdown-menu.dropdown-message .dropdown-message-scroll li{padding: 5px 20px;}
97
+ .dropdown-menu.dropdown-message .dropdown-message-scroll a,
98
+ .dropdown-menu.dropdown-message .dropdown-message-scroll strong{
99
+ text-decoration: none;
100
+ border-bottom: none;
101
+ }
102
+ .dropdown-menu.dropdown-message .dropdown-message-scroll .unread{background: #FFFCE0;}
103
+ .dropdown-menu.dropdown-message .dropdown-message-scroll a:hover{color: #000}
104
+ .dropdown-header.notif-header{
105
+ font-size: 14px;
106
+ padding: 5px 20px 3px;
107
+ }
108
+ .navbar-default .navbar-nav > .active > a,
109
+ .navbar-default .navbar-nav > .active > a:hover,
110
+ .navbar-default .navbar-nav > .active > a:focus {
111
+ color: #555555;
112
+ background-color: #fafafa;
113
+ border-bottom: none;
114
+ }
115
+ .navbar-default .navbar-nav > .open > a,
116
+ .navbar-default .navbar-nav > .open > a:hover,
117
+ .navbar-default .navbar-nav > .open > a:focus {
118
+ color: #555555;
119
+ background-color: #fafafa;
120
+ }
121
+
122
+ /** Breadcrumb **/
123
+ .breadcrumb{
124
+ padding: 0;
125
+ background: transparent;
126
+ font-size: 12px;
127
+ margin: 0;
128
+ }
129
+
130
+ /** Progress bar **/
131
+ .progress-bar {
132
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
133
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
134
+ }
135
+ .progress.progress-xs {
136
+ height: 5px;
137
+ margin-top: 30px;
138
+ margin-bottom: 20px;
139
+ border-radius: 0px;
140
+ -webkit-box-shadow: none;
141
+ box-shadow: none;
142
+ }
143
+ .progress.progress-xs.for-modal {
144
+ margin-top: 10px;
145
+ margin-bottom: 20px;
146
+ }
147
+ .progress.progress-xs .progress-bar {
148
+ font-size: 11px;
149
+ line-height: 16px;
150
+ color: #ffffff;
151
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
152
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
153
+ }
154
+ .progress.progress-xs.progress-striped .progress-bar {background-size: 10px 10px;}
155
+ .progress.progress-sm {
156
+ height: 10px;
157
+ margin-top: 20px;
158
+ margin-bottom: 20px;
159
+ border-radius: 0px;
160
+ -webkit-box-shadow: none;
161
+ box-shadow: none;
162
+ }
163
+ .progress.progress-sm.progress-striped .progress-bar {background-size: 15px 15px;}
164
+
165
+
166
+ /** Tables **/
167
+ .table > thead > tr > th {
168
+ vertical-align: middle;
169
+ border-bottom: 1px solid #dddddd;
170
+ }
171
+
172
+ /** Form **/
173
+ .form-control{
174
+ font-size: 13px;
175
+ border-radius: 0;
176
+ border-color: #ddd;
177
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
178
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
179
+ }
180
+ .form-control:focus {
181
+ border-color: #dadada;
182
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
183
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
184
+ }
185
+ .form-group .checkbox{margin-left: 0; padding-left: 0;}
186
+
187
+ .imprintable-line-item-input {
188
+ text-align: center;
189
+ }
190
+
191
+ .imprintable-line-item-input input {
192
+ padding: 1px;
193
+ min-width: 3em;
194
+ text-align: center;
195
+ }
196
+ /** Button **/
197
+ .btn{border-radius: 2px;}
198
+
199
+
200
+ /** List group **/
201
+ .list-group-item:first-child {
202
+ border-top-right-radius: 0px;
203
+ border-top-left-radius: 0px;
204
+ }
205
+ .list-group-item:last-child {
206
+ border-bottom-right-radius: 0px;
207
+ border-bottom-left-radius: 0px;
208
+ }
209
+
210
+ /** Alert **/
211
+ .alert {border-radius: 0px;}
212
+
213
+
214
+
215
+ /*
216
+ =========================================================================
217
+ BASIC SELECTOR
218
+ =========================================================================
219
+ */
220
+
221
+ /* === MISC === */
222
+ span.new-circle {
223
+ border-radius: 10px;
224
+ padding: 2px 5px;
225
+ font-weight: 400;
226
+ }
227
+ img.xs-avatar{
228
+ width: 40px;
229
+ padding: 3px;
230
+ background: #fff;
231
+ border: 1px solid #ddd;
232
+ margin: 0px 4px 0 0;
233
+ }
234
+ img.ava-dropdown{
235
+ float: left;
236
+ margin: 7px 10px 0 0;
237
+ }
238
+ i.i-xs{font-size: 10px;}
239
+ .clear{clear: both}
240
+
241
+ /** LOADING ANIMATION **/
242
+ #loading{
243
+ margin: auto;
244
+ position: fixed;
245
+ top: 0; left: 0; bottom: 0; right: 0;
246
+ z-index: 999999999;
247
+ background-color: rgba(0, 0, 0, 0.5);
248
+ }
249
+ .spinner {
250
+ margin: 0 auto;
251
+ width: 36px;
252
+ height: 36px;
253
+ position: relative;
254
+ }
255
+
256
+ .spinner-box {
257
+ padding: 60px 30px;
258
+ width: 226px;
259
+ margin: 0 auto;
260
+ border-radius: 6px;
261
+ background-color: rgba(255, 255, 255, 1.0);
262
+ }
263
+ .cube1, .cube2 {
264
+ background-color: #1B1E24;
265
+ width: 7.5px;
266
+ height: 7.5px;
267
+ position: absolute;
268
+ top: 0;
269
+ left: 0;
270
+ -webkit-animation: cubemove 2s infinite ease-in-out;
271
+ animation: cubemove 2s infinite ease-in-out;
272
+ }
273
+ .cube2 {
274
+ -webkit-animation-delay: -1s;
275
+ animation-delay: -1s;
276
+ }
277
+ @-webkit-keyframes cubemove {
278
+ 25% { -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5) }
279
+ 50% { -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg) }
280
+ 75% { -webkit-transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5) }
281
+ 100% { -webkit-transform: rotate(-360deg) }
282
+ }
283
+ @keyframes cubemove {
284
+ 25% {
285
+ transform: translateX(24px) rotate(-90deg) scale(0.5);
286
+ -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5);
287
+ } 50% {
288
+ transform: translateX(24px) translateY(24px) rotate(-179deg);
289
+ -webkit-transform: translateX(24px) translateY(24px) rotate(-179deg);
290
+ } 50.1% {
291
+ transform: translateX(24px) translateY(24px) rotate(-180deg);
292
+ -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg);
293
+ } 75% {
294
+ transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5);
295
+ -webkit-transform: translateX(0px) translateY(24px) rotate(-270deg) scale(0.5);
296
+ } 100% {
297
+ transform: rotate(-360deg);
298
+ -webkit-transform: rotate(-360deg);
299
+ }
300
+ }
301
+ .loading-inner{
302
+ position: absolute;
303
+ top: 50%;
304
+ margin: 0 auto;
305
+ left: 0;
306
+ right: 0;
307
+ }
308
+
309
+
310
+
311
+ /* === BUTTONS AND ICONS COLOR === */
312
+ .btn-facebook{background: #45619D;border-color: #4D6CAD;}
313
+ .btn-facebook:hover{background: #395289;border-color: #4D6CAD;}
314
+ .btn-twitter{background: #00ACEE;border-color: #00B7FC;}
315
+ .btn-twitter:hover{background: #03A0DE;border-color: #00B7FC;}
316
+ .btn-gplus{background: #D54636;border-color: #B22E21;}
317
+ .btn-gplus:hover{background: #BF392E;border-color: #B22E21;}
318
+ .btn-vimeo{background: #1BB6EC;border-color: #0AA0D3;}
319
+ .btn-vimeo:hover{background: #12ADE3;border-color: #0AA0D3;}
320
+ .btn-pinterest{background: #CD1F28;border-color: #B70F17;}
321
+ .btn-pinterest:hover{background: #C9121A;border-color: #B70F17;}
322
+ .btn-instagram{background: #4E3D35;border-color: #392C24;}
323
+ .btn-instagram:hover{background: #483931;border-color: #392C24;}
324
+
325
+ i.success{color: #65BD77;}
326
+ i.warning{color: #F39C12}
327
+ i.info{color: #3498DB}
328
+ i.danger{color: #E85344}
329
+
330
+
331
+ /* === MASTER PAGE SELECTORS === */
332
+ .page {
333
+ left: 0;
334
+ right: 0;
335
+ top: 0;
336
+ bottom: 0;
337
+ }
338
+ .rows, .col, .page {
339
+ overflow: hidden;
340
+ position: absolute;
341
+ }
342
+ .rows {
343
+ left: 0;
344
+ right: 0;
345
+ }
346
+ .rows-content-header {
347
+ left: 0;
348
+ right: 0;
349
+ position: absolute;
350
+ }
351
+ .col {top: 0; bottom: 0;}
352
+ .scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
353
+ .scroll-y { overflow-y: auto; -webkit-overflow-scrolling: touch; }
354
+ .fill, .pane {
355
+ position: absolute;
356
+ left: 0;
357
+ top: 0;
358
+ right: 0;
359
+ bottom: 0;
360
+ width: 100%;
361
+ height: 100%
362
+ }
363
+ .pane { display: none; }
364
+
365
+ /* === LEFT COLUMN (SIDEBAR) === */
366
+ .left {
367
+ width: 225px;
368
+ background: #1B1E24;
369
+ margin-left: -15px;
370
+ overflow: hidden;
371
+ position: absolute;
372
+ top: 0; bottom: 0;
373
+ left: 15px;
374
+ }
375
+ .header.sidebar{
376
+ background: #000;
377
+ position: absolute;
378
+ right: 0;
379
+ z-index: 1;
380
+ top: 0px;
381
+ }
382
+ .header.sidebar .logo{
383
+ padding: 14px 20px;
384
+ color: #fff;
385
+ }
386
+ .header.sidebar .logo img{
387
+ width: 30px;
388
+ margin-right: 2px;
389
+ border-radius: 4px;
390
+ margin-top: -4px;
391
+ }
392
+ .header.sidebar .logo h1{
393
+ font-size: 16px;
394
+ margin: 0;
395
+ padding: 0;
396
+ color: #fff;
397
+ font-family: 'Open Sans', Arial;
398
+ font-weight: 600;
399
+ letter-spacing: -1px;
400
+ }
401
+ .header.sidebar .logo h1 a{color: #8B91A0;}
402
+ .header.sidebar .logo h1 a:hover{
403
+ text-decoration: none;
404
+ color: #fff;
405
+ }
406
+
407
+ /* === LEFT COLUMN (SIDEBAR USER PROFILE) === */
408
+ .sidebar-inner{}
409
+ .sidebar-inner .media{
410
+ padding: 0px 30px 15px;
411
+ margin: 20px -15px 0 -15px;
412
+ border-bottom: 1px solid #1F2429;
413
+ color: #fff;
414
+ }
415
+ .sidebar-inner .media a{
416
+ cursor: pointer;
417
+ font-size: 11px;
418
+ margin: 0 5px 0 0;
419
+ color: #8B91A0;
420
+ }
421
+ .sidebar-inner .media a:hover{
422
+ color: #fff;
423
+ text-decoration: none;
424
+ }
425
+ .sidebar-inner .media .pull-left{margin: 3px 10px 0 3px;}
426
+ .sidebar-inner .media .media-object{width: 57px;}
427
+
428
+ /* === LEFT COLUMN (SEARCH FORM) === */
429
+ .sidebar-inner #search{padding: 15px;}
430
+ .sidebar-inner #search form{position: relative;}
431
+ .sidebar-inner #search form i{
432
+ color: #909090;
433
+ position: absolute;
434
+ top: 10px;
435
+ right: 10px;
436
+ }
437
+ .sidebar-inner #search .search{
438
+ border-radius: 0;
439
+ border-color: #121515;
440
+ background: #313940;
441
+ padding-right: 25px;
442
+ font-size: 12px;
443
+ color: #909090;
444
+ -webkit-transition:All 0.25s ease;
445
+ -moz-transition:All 0.25s ease;
446
+ -o-transition:All 0.25s ease;
447
+ }
448
+ .sidebar-inner #search .search:focus{
449
+ border-color: #121515;
450
+ background: #fdfdfd;
451
+ -webkit-box-shadow: inset 0 1px 1px rgba(2, 0, 0, 0.075), 0 0 8px rgba(1, 1, 1, 0.3);
452
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 1, 1, 0.3);
453
+ }
454
+
455
+ /* === LEFT COLUMN (SIDEBAR VERTICAL MENU) === */
456
+ #sidebar-menu,
457
+ #sidebar-menu ul,
458
+ #sidebar-menu li,
459
+ #sidebar-menu a {
460
+ margin: 0;
461
+ padding: 0;
462
+ border: 0;
463
+ list-style: none;
464
+ font-weight: normal;
465
+ text-decoration: none;
466
+ line-height: 1;
467
+ font-size: 14px;
468
+ position: relative;
469
+ }
470
+ #sidebar-menu a {line-height: 1.3;}
471
+ #sidebar-menu {
472
+ width: 100%;
473
+ border-top: 1px solid #1F2429;
474
+ }
475
+ #sidebar-menu > ul > li > a {
476
+ font-size: 14px;
477
+ display: block;
478
+ color: #8B91A0;
479
+ border-left: 4px solid transparent;
480
+ padding: 10px 15px;
481
+ -webkit-transition:All 0.25s ease;
482
+ -moz-transition:All 0.25s ease;
483
+ -o-transition:All 0.25s ease;
484
+ }
485
+ #sidebar-menu > ul > li > a:hover {
486
+ color: #fff;
487
+ background: #121515;
488
+ padding-left: 20px;
489
+ border-left-color: #3B9BED;
490
+ }
491
+ #sidebar-menu > ul > li > a > i {
492
+ margin-right: 5px;
493
+ color: #D3D6DB;
494
+ }
495
+ #sidebar-menu > ul > li > a > i.fa.fa-angle-double-down.i-right {opacity: 0.45}
496
+ #sidebar-menu > ul > li > a > i.i-right {
497
+ margin: 3px 0 0 0;
498
+ float: right;
499
+ }
500
+ #sidebar-menu > ul > li > a > i.yellow.i-right {color: #EBC85E;}
501
+ #sidebar-menu > ul > li > a:hover {text-decoration: none;}
502
+ #sidebar-menu > ul > li.active > a {
503
+ color: #fff;
504
+ background: #121515;
505
+ }
506
+ #sidebar-menu > ul > li.active > a:hover {
507
+ color: #fff;
508
+ background: #121515;
509
+ padding: 10px 15px;
510
+ }
511
+ #sidebar-menu > ul > li.selected > a {
512
+ color: #fff;
513
+ background: #121515;
514
+ padding-left: 20px;
515
+ }
516
+ #sidebar-menu > ul > li > a span.label{float: right;}
517
+ #sidebar-menu > ul > li > a span.label.span-left{
518
+ float: none;
519
+ margin-left: 5px;
520
+ }
521
+ #sidebar-menu span.cnt {
522
+ position: absolute;
523
+ top: 8px;
524
+ right: 15px;
525
+ padding: 0;
526
+ margin: 0;
527
+ background: none;
528
+ }
529
+
530
+ /* === LEFT COLUMN (SIDEBAR VERTICAL SUBMENU) === */
531
+ #sidebar-menu ul ul {
532
+ display: none;
533
+ border-bottom: 1px solid #121515;
534
+ background: #22262E;
535
+ }
536
+ #sidebar-menu ul ul.visible {display: block;}
537
+ #sidebar-menu ul ul li {border-top: 0;}
538
+ #sidebar-menu ul ul a {
539
+ padding: 10px 25px;
540
+ display: block;
541
+ color: #D3D6DB;
542
+ font-size: 13px;
543
+ -webkit-transition:All 0.4s ease;
544
+ -moz-transition:All 0.4s ease;
545
+ -o-transition:All 0.4s ease;
546
+ }
547
+ #sidebar-menu ul ul a:hover {
548
+ color: #fff;
549
+ background: #121515;
550
+ }
551
+ #sidebar-menu ul ul li.active a {
552
+ color: #fff;
553
+ background: #121515;
554
+ }
555
+ #sidebar-menu ul ul a i {margin-right: 5px;}
556
+
557
+ /* === LEFT COLUMN (SIDEBAR FOOTER) === */
558
+ .footer.rows {
559
+ height: 50px;
560
+ bottom: 0;
561
+ background: #0F1215;
562
+ color: #E8EAED;
563
+ padding: 15px;
564
+ }
565
+ .footer.rows .progress.progress-xs{
566
+ margin: 9px 70px 9px 0;
567
+ overflow: visible;
568
+ position: relative;
569
+ }
570
+ .footer.rows .progress.progress-xs .progress-precentage{
571
+ display: block;
572
+ position: absolute;
573
+ right: -20px;
574
+ top: -12px;
575
+ padding: 7px 5px;
576
+ border-radius: 50%;
577
+ background: #212121;
578
+ color: #8B91A0;
579
+ }
580
+ .footer.rows .progress.progress-xs .btn{
581
+ display: block;
582
+ position: absolute;
583
+ right: -70px;
584
+ top: -14px;
585
+ background: #212121;
586
+ color: #8B91A0;
587
+ border: none;
588
+ }
589
+
590
+ @media screen {
591
+
592
+ /* === RIGHT COLUMN (CONTENT) === */
593
+ .right{
594
+ left: 225px;
595
+ right: 0;
596
+ overflow: hidden;
597
+ position: absolute;
598
+ top: 0;
599
+ bottom: 0;
600
+ }
601
+ }
602
+
603
+ /* === RIGHT COLUMN (CONTENT HEADER / NAV) === */
604
+ .header.rows { height: 50px;}
605
+ .header.rows-content-header { height: 50px;}
606
+ .header.content{background: #FFFFFF; border-bottom: 1px solid #E5E9EC}
607
+
608
+ /* === RIGHT COLUMN (CONTENT BODY) === */
609
+ .body.rows {
610
+ top: 50px;
611
+ bottom: 50px;
612
+ }
613
+ .body.content.rows {
614
+ top: 50px;
615
+ bottom: 0px;
616
+ background: #E5E9EC;
617
+ padding: 0 20px;
618
+ font-size: 13px;
619
+ }
620
+ .button-menu-mobile{
621
+ display: none;
622
+ position: absolute;
623
+ left: 0;
624
+ top: 0px;
625
+ z-index: 99999;
626
+ padding: 10px 15px;
627
+ height: 50px;
628
+ font-size: 14px;
629
+ background: #1B1E24;
630
+ color: #A5B2BC;
631
+ border: none;
632
+ }
633
+ footer{
634
+ padding: 20px 0;
635
+ font-size: 12px;
636
+ border-top: 1px solid #B9C1CB;
637
+ margin-top: 40px;
638
+ }
639
+
640
+ /* === RIGHT COLUMN (PAGE HADING / PAGE TITLE) === */
641
+ .page-heading{
642
+ margin: 0px 0 25px;
643
+ padding: 5px 0;
644
+ }
645
+ .page-heading h1{
646
+ margin: 0;
647
+ padding: 0;
648
+ font-weight: 400;
649
+ font-size: 24px;
650
+ }
651
+
652
+ /* === BOXES === */
653
+ .box-info{
654
+ position:relative;
655
+ padding: 15px;
656
+ background: #fff;
657
+ color: #5b5b5b;
658
+ margin-bottom: 20px;
659
+ -webkit-transition:All 0.4s ease;
660
+ -moz-transition:All 0.4s ease;
661
+ -o-transition:All 0.4s ease;
662
+ }
663
+ .box-info:hover{color: #393E48;}
664
+ .box-info:before,
665
+ .box-info:after {
666
+ display: table;
667
+ content: " ";
668
+ }
669
+ .box-info:after {clear: both;}
670
+ .box-info .des-thumbnail{padding: 20px;}
671
+ .box-info .img-wrap{
672
+ width: 100%;
673
+ height: auto;
674
+ overflow: hidden;
675
+ }
676
+ .box-info .img-wrap img{width: 100%;}
677
+ .box-info .icon-box{
678
+ width: 65px;
679
+ font-size: 30px;
680
+ display: block;
681
+ float: left;
682
+ }
683
+ .box-info h2{
684
+ padding: 0 15px 15px 15px;
685
+ margin: 5px -15px 20px -15px;
686
+ font-weight: 400;
687
+ font-size: 16px;
688
+ display: block;
689
+ color: #5b5b5b;
690
+ border-bottom: 1px solid #ddd;
691
+ }
692
+ .box-info h2.no-style{
693
+ padding:0px;
694
+ margin: 20px 0px 10px 0px;
695
+ margin-top: 20px;
696
+ margin-bottom: 10px;
697
+ font-size: 30px;
698
+ border-bottom: none;
699
+ }
700
+ .box-info.box-messages h2{border-bottom: none;}
701
+ .box-info .statistic-chart{padding: 0 0 30px 0;}
702
+ .box-info.full{padding: 0px;}
703
+ .box-info.full .box-footer{padding: 20px 20px 15px 20px;}
704
+ .box-info.full .box-footer a,
705
+ .box-info.full .box-footer a:hover{
706
+ color: #1B1E24;
707
+ text-decoration: none;
708
+ }
709
+ .box-info .nav-tabs {background: #1B1E24;}
710
+ .box-info .nav-tabs > li > a {
711
+ margin-right: 0px;
712
+ line-height: 1.428571429;
713
+ font-size: 14px;
714
+ border-top: none;
715
+ border-right: none;
716
+ border-left: none;
717
+ border-bottom: none;
718
+ border-radius: 0px 0px 0 0;
719
+ margin: 0;
720
+ color: #8B91A0;
721
+ -webkit-transition:All 0.4s ease;
722
+ -moz-transition:All 0.4s ease;
723
+ -o-transition:All 0.4s ease;
724
+ }
725
+
726
+ .box-info .nav-tabs > li > a i {color: #fff;}
727
+ .box-info .media-list{margin-top: 30px;}
728
+ .box-info .media-list a{color: #1B1E24;}
729
+ .box-info .media-list a:hover{
730
+ color: #212121;
731
+ text-decoration: none;
732
+ }
733
+ .box-info .media-list .media{
734
+ padding: 5px 20px;
735
+ border-bottom: 1px solid #eaeaea;
736
+ }
737
+ .box-info .media-list li:last-child.media{border-bottom: none;}
738
+ .box-info .media-list .media .media-heading a{
739
+ font-size: 14px;
740
+ font-weight: 600;
741
+ color: #1B1E24;
742
+ margin-right: 5px;
743
+ }
744
+ .box-info .media-list .media .media-heading small{
745
+ color: #65BD77;
746
+ font-size: 11px;
747
+ }
748
+ .box-info .media-list .media p{color: #909090;}
749
+ .box-info .media-list .media .media-object{width: 50px;}
750
+ .box-info .media-list{}
751
+ .box-info .nav-tabs > li.active > a,
752
+ .box-info .nav-tabs > li.active > a:hover,
753
+ .box-info .nav-tabs > li.active > a:focus {
754
+ cursor: default;
755
+ border-top: none;
756
+ border-right: none;
757
+ border-left: none;
758
+ border-bottom: none;
759
+ background-color: #ffffff;
760
+ color: #1B1E24;
761
+ }
762
+ .box-info .nav-tabs > li.active > a i,
763
+ .box-info .nav-tabs > li.active > a:hover i,
764
+ .box-info .nav-tabs > li.active > a:focus i {color: #212121;}
765
+ .box-info .additional-box{
766
+ position: absolute;
767
+ top: 10px;
768
+ right: 15px;
769
+ z-index: 99999;
770
+ }
771
+ .box-info .additional-btn{
772
+ position: absolute;
773
+ top: 17px;
774
+ right: 15px;
775
+ z-index: 99991;
776
+ }
777
+ .box-info .btn-group{z-index: 9999;}
778
+ .box-info table .btn-group{z-index: 1;}
779
+ .box-info .additional-btn .dropdown-menu{z-index: 999999;}
780
+ .box-info .additional-btn a.additional-icon{
781
+ color: #909090;
782
+ margin-left: 10px;
783
+ cursor: pointer;
784
+ }
785
+ .box-info .additional-btn a:hover.additional-icon{text-decoration: none;}
786
+
787
+ .box-info.success{
788
+ background: #65BD77;
789
+ color: #fff;
790
+ }
791
+ .box-info.success h2{
792
+ color: #2C7439;
793
+ border-bottom-color: #3B934B;
794
+ }
795
+ .box-info.success:hover{color: #DEFFE5;}
796
+ .box-info.success .additional-btn a.additional-icon{color: #3B934B;}
797
+ .box-info.success .additional-btn a:hover.additional-icon{color: #2C7439;}
798
+ .box-info.success .text-box h3{color: #215F2E}
799
+ .box-info.success .progress-bar-success {background-color: #215F2E;}
800
+ .box-info.success i.success {color: #215F2E;}
801
+
802
+ .box-info.danger{
803
+ background: #D9534F;
804
+ color: #fff;
805
+ }
806
+ .box-info.danger h2{
807
+ color: #791C1A;
808
+ border-bottom-color: #791C1A;
809
+ }
810
+ .box-info.danger:hover{color: #fff;}
811
+ .box-info.danger .additional-btn a.additional-icon{color: #791C1A;}
812
+ .box-info.danger .additional-btn a:hover.additional-icon{color: #791C1A;}
813
+ .box-info.danger .text-box h3{color: #791C1A}
814
+ .box-info.danger .progress-bar-danger {background-color: #791C1A;}
815
+ .box-info.danger i.danger {color: #791C1A;}
816
+
817
+ .box-info.info{
818
+ background: #4393D8;
819
+ color: #fff;
820
+ }
821
+ .box-info.info h2{
822
+ color: #15558B;
823
+ border-bottom-color: #15558B;
824
+ }
825
+ .box-info.info:hover{color: #DEFFE5;}
826
+ .box-info.info .additional-btn a.additional-icon{color: #15558B;}
827
+ .box-info.info .additional-btn a:hover.additional-icon{color: #15558B;}
828
+ .box-info.info .text-box h3{color: #15558B}
829
+ .box-info.info .progress-bar-info {background-color: #15558B;}
830
+ .box-info.info i.info {color: #15558B;}
831
+
832
+ .box-info.warning{
833
+ background: #F7CB17;
834
+ color: #fff;
835
+ }
836
+ .box-info.warning h2{
837
+ color: #9D5D03;
838
+ border-bottom-color: #9D5D03;
839
+ }
840
+ .box-info.warning:hover{color: #DEFFE5;}
841
+ .box-info.warning .additional-btn a.additional-icon{color: #9D5D03;}
842
+ .box-info.warning .additional-btn a:hover.additional-icon{color: #9D5D03;}
843
+ .box-info.warning .text-box h3{color: #9D5D03}
844
+ .box-info.warning .progress-bar-warning {background-color: #9D5D03;}
845
+ .box-info.warning i.warning {color: #9D5D03;}
846
+
847
+ .box-info .additional{
848
+ padding: 0 15px;
849
+ background: #fff;
850
+ color: #909090;
851
+ margin: 15px -15px -15px -15px;
852
+ }
853
+ .box-info .additional .list-box-info{margin: 0 -15px;}
854
+ .box-info .additional .list-box-info ul{
855
+ list-style: none;
856
+ margin: 0;
857
+ padding: 0;
858
+ }
859
+ .box-info .additional .list-box-info ul li{
860
+ background: #fff;
861
+ padding: 15px 20px;
862
+ color: #909090;
863
+ border-bottom: 1px solid #ddd;
864
+ }
865
+ .box-info .additional .list-box-info ul li span.label{
866
+ float: right;
867
+ font-size: 13px;
868
+ }
869
+ .box-info .additional .list-box-info ul li:last-child{border-bottom: 1px solid #fff;}
870
+ .box-info.full h2{
871
+ padding: 15px;
872
+ margin: 5px 0px 20px 0px;
873
+ }
874
+ .box-info table{margin: 0;}
875
+ .box-info table tr th,
876
+ .box-info table tr td{
877
+ padding-left: 15px;
878
+ padding-right: 15px;
879
+ }
880
+
881
+ .box-info .text-box h3{
882
+ padding: 0;
883
+ margin: 5px 0;
884
+ font-weight: 600;
885
+ font-size: 20px;
886
+ display: block;
887
+ color: #4C5264
888
+ }
889
+ .box-info .text-box p{font-size: 14px;}
890
+
891
+
892
+
893
+
894
+
895
+
896
+ /*
897
+ =========================================================================
898
+ WIDGET SELECTOR
899
+ =========================================================================
900
+ */
901
+
902
+ /* === QUICK POST === */
903
+ p.quick-post {margin: 10px 5px;}
904
+ p.quick-post i {
905
+ color: #909090;
906
+ margin: 5px;
907
+ cursor: pointer;
908
+ }
909
+ p.quick-post.message i {margin: 0 2px;}
910
+ p.quick-post.message {
911
+ margin: 3px 0px;
912
+ padding: 0;
913
+ text-align: right;
914
+ }
915
+
916
+ /* === CHAT === */
917
+ .chat-widget{
918
+ height: 300px;
919
+ margin-bottom: 20px;
920
+ }
921
+ form.input-chat{margin-top: 20px;}
922
+ .chat-widget .media-list{margin: 0;}
923
+ .chat-widget .media-list .media{border-bottom: none;}
924
+ .chat-widget .media-list .media .media-object{
925
+ width: 50px;
926
+ padding: 4px;
927
+ border: 1px solid #eaeaea
928
+ }
929
+ .chat-widget .media-list .media .media-body{
930
+ background: #f7f7f7;
931
+ border-radius: 3px;
932
+ padding: 10px;
933
+ color: #677179;
934
+ }
935
+ .chat-widget .media-list .media .media-body p.time, .the-timeline p.time{
936
+ text-align: right;
937
+ color: #909090;
938
+ font-size: 11px;
939
+ font-style: italic;
940
+ }
941
+ .chat-widget .media-list .media .media-body.success{background: #EDFFED;}
942
+ .chat-widget .media-list .media .media-body.warning{background: #FFFCE0;}
943
+ .chat-widget .media-list .media .media-body.danger{background: #FFE8E8;}
944
+ .chat-widget .media-list .media .media-body.info{background: #E5F5FF;}
945
+
946
+
947
+
948
+
949
+ /*
950
+ =========================================================================
951
+ ELEMENT SELECTOR
952
+ =========================================================================
953
+ */
954
+
955
+ /** Typography **/
956
+ .the-notes{
957
+ padding: 15px 15px 15px 30px;
958
+ border-left: 4px solid #909090;
959
+ margin-bottom: 20px;
960
+ }
961
+ .the-notes.default{background: #fff;}
962
+ .the-notes.success{
963
+ background: #fff;
964
+ border-left-color: #65BD77;
965
+ }
966
+ .the-notes.warning{
967
+ background: #fff;
968
+ border-left-color: #F7CB17;
969
+ }
970
+ .the-notes.danger{
971
+ background: #fff;
972
+ border-left-color: #D9534F;
973
+ }
974
+ .the-notes.info{
975
+ background: #fff;
976
+ border-left-color: #4393D8;
977
+ }
978
+ .the-notes.success h4{color: #65BD77;}
979
+ .the-notes.warning h4{color: #F7CB17;}
980
+ .the-notes.danger h4{color: #D9534F;}
981
+ .the-notes.inf h4{color: #4393D8;}
982
+
983
+
984
+
985
+
986
+
987
+ /*
988
+ =========================================================================
989
+ FORM SELECTOR
990
+ =========================================================================
991
+ */
992
+ /** Form Element **/
993
+ .selectpicker{
994
+ border-radius: 0;
995
+ font-size: 13px;
996
+ }
997
+
998
+
999
+ /** Form Wizard **/
1000
+ #myWizard {}
1001
+ .easyWizardSteps {
1002
+ list-style:none;
1003
+ width:100%;
1004
+ overflow:hidden;
1005
+ margin:0;
1006
+ padding:0;
1007
+ border-bottom:1px solid #ccc;
1008
+ margin-bottom:20px;
1009
+ background: #fafafa;
1010
+ }
1011
+ .easyWizardSteps li {
1012
+ font-size:18px;
1013
+ display:inline-block;
1014
+ padding:10px 20px;
1015
+ color:#B0B1B3;
1016
+ margin-right:0px;
1017
+ }
1018
+ .easyWizardSteps li span {
1019
+ font-size:20px;
1020
+ padding: 2px 10px;
1021
+ border-radius: 50%;
1022
+ margin-top: -5px;
1023
+ }
1024
+ .easyWizardSteps li.current span {
1025
+ background: #65BD77;
1026
+ color: #fff;
1027
+ }
1028
+ .easyWizardSteps li.current {
1029
+ color:#2C7439;
1030
+ background: #fff;
1031
+ }
1032
+ .easyWizardButtons {overflow:hidden;padding:10px;}
1033
+ .easyWizardButtons button, .easyWizardButtons .submit {cursor:pointer}
1034
+ .easyWizardButtons .prev {float:left}
1035
+ .easyWizardButtons .next, .easyWizardButtons .submit {float:right}
1036
+ .notes{
1037
+ padding: 15px;
1038
+ border: 1px dashed #ddd;
1039
+ }
1040
+ section.step{padding: 0 30px;}
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+ /*
1048
+ =========================================================================
1049
+ TABLE SELECTOR
1050
+ =========================================================================
1051
+ */
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+ /*
1059
+ =========================================================================
1060
+ GALLERY SELECTOR
1061
+ =========================================================================
1062
+ */
1063
+ .gallery-wrap{margin: 10px -10px;}
1064
+ .gallery-wrap:before,
1065
+ .gallery-wrap:after {
1066
+ display: table;
1067
+ content: " ";
1068
+ }
1069
+ .gallery-wrap:after {clear: both;}
1070
+ .gallery-wrap .column{
1071
+ float: left;
1072
+ width: 20%;
1073
+ margin: 0;
1074
+ padding: 0;
1075
+ }
1076
+ .gallery-wrap .column-4{
1077
+ float: left;
1078
+ width: 25%;
1079
+ margin: 0;
1080
+ padding: 0;
1081
+ }
1082
+ .gallery-wrap .column-3{
1083
+ float: left;
1084
+ width: 33.33333333333333%;
1085
+ margin: 0;
1086
+ padding: 0;
1087
+ }
1088
+ .gallery-wrap .column .inner,
1089
+ .gallery-wrap .column-4 .inner,
1090
+ .gallery-wrap .column-3 .inner{
1091
+ margin: 10px;
1092
+ position: relative;
1093
+ overflow: hidden;
1094
+ -webkit-transition:All 0.4s ease;
1095
+ -moz-transition:All 0.4s ease;
1096
+ -o-transition:All 0.4s ease;
1097
+ }
1098
+ .gallery-wrap .column .inner:hover,
1099
+ .gallery-wrap .column-4 .inner:hover,
1100
+ .gallery-wrap .column-3 .inner:hover{
1101
+ -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
1102
+ -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
1103
+ box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.5);
1104
+ }
1105
+ .gallery-wrap .column .inner a .img-wrap,
1106
+ .gallery-wrap .column-3 .inner a .img-wrap,
1107
+ .gallery-wrap .column-4 .inner a .img-wrap{
1108
+ cursor: pointer;
1109
+ cursor: -webkit-zoom-in;
1110
+ cursor: -moz-zoom-in;
1111
+ cursor: zoom-in;
1112
+ }
1113
+ .gallery-wrap .column .inner .img-wrap{
1114
+ height: 100px;
1115
+ overflow: hidden;
1116
+ background: #ddd;
1117
+ }
1118
+ .gallery-wrap .column-3 .inner .img-wrap{
1119
+ height: 200px;
1120
+ overflow: hidden;
1121
+ background: #ddd;
1122
+ }
1123
+ .gallery-wrap .column-4 .inner .img-wrap{
1124
+ height: 150px;
1125
+ overflow: hidden;
1126
+ background: #ddd;
1127
+ }
1128
+ .gallery-wrap .column .inner .img-frame,
1129
+ .gallery-wrap .column-3 .inner .img-frame,
1130
+ .gallery-wrap .column-4 .inner .img-frame{
1131
+ padding: 5px;
1132
+ background: #fff;
1133
+ display: block;
1134
+ position: relative;
1135
+ -webkit-transition:All 0.4s ease;
1136
+ -moz-transition:All 0.4s ease;
1137
+ -o-transition:All 0.4s ease;
1138
+ }
1139
+ .gallery-wrap .column .inner:hover .img-frame,
1140
+ .gallery-wrap .column-3 .inner:hover .img-frame,
1141
+ .gallery-wrap .column-4 .inner:hover .img-frame{background: #fff;}
1142
+
1143
+ .gallery-wrap .column .inner:hover .img-frame.success,
1144
+ .gallery-wrap .column-3 .inner:hover .img-frame.success,
1145
+ .gallery-wrap .column-4 .inner:hover .img-frame.success{background: #65BD77;}
1146
+
1147
+ .gallery-wrap .column .inner:hover .img-frame.warning,
1148
+ .gallery-wrap .column-3 .inner:hover .img-frame.warning,
1149
+ .gallery-wrap .column-4 .inner:hover .img-frame.warning{background: #EBC85E;}
1150
+
1151
+ .gallery-wrap .column .inner:hover .img-frame.danger,
1152
+ .gallery-wrap .column-3 .inner:hover .img-frame.danger,
1153
+ .gallery-wrap .column-4 .inner:hover .img-frame.danger{background: #D73D3D;}
1154
+
1155
+ .gallery-wrap .column .inner:hover .img-frame.info,
1156
+ .gallery-wrap .column-3 .inner:hover .img-frame.info,
1157
+ .gallery-wrap .column-4 .inner:hover .img-frame.info{background: #67B0D1;}
1158
+
1159
+ .gallery-wrap .column .inner .img-wrap img,
1160
+ .gallery-wrap .column-4 .inner .img-wrap img,
1161
+ .gallery-wrap .column-3 .inner .img-wrap img{width: 100%;}
1162
+
1163
+ .gallery-wrap .column .inner .caption-hover,
1164
+ .gallery-wrap .column-4 .inner .caption-hover,
1165
+ .gallery-wrap .column-3 .inner .caption-hover{
1166
+ position: absolute;
1167
+ bottom: -100px;
1168
+ left: 0;
1169
+ right: 0;
1170
+ text-align: center;
1171
+ color: #909090;
1172
+ padding: 10px;
1173
+ background: #fff;
1174
+ -webkit-transition:All 0.4s ease;
1175
+ -moz-transition:All 0.4s ease;
1176
+ -o-transition:All 0.4s ease;
1177
+ }
1178
+
1179
+ .gallery-wrap .column .inner .caption-hover.success,
1180
+ .gallery-wrap .column-4 .inner .caption-hover.success,
1181
+ .gallery-wrap .column-3 .inner .caption-hover.success{
1182
+ color: #2C7439;
1183
+ background: #65BD77;
1184
+ }
1185
+
1186
+ .gallery-wrap .column .inner .caption-hover.danger,
1187
+ .gallery-wrap .column-4 .inner .caption-hover.danger,
1188
+ .gallery-wrap .column-3 .inner .caption-hover.danger{
1189
+ color: #790D0D;
1190
+ background: #D73D3D;
1191
+ }
1192
+
1193
+ .gallery-wrap .column .inner .caption-hover.warning,
1194
+ .gallery-wrap .column-4 .inner .caption-hover.warning,
1195
+ .gallery-wrap .column-3 .inner .caption-hover.warning{
1196
+ color: #B27C05;
1197
+ background: #EBC85E;
1198
+ }
1199
+
1200
+ .gallery-wrap .column .inner .caption-hover.info,
1201
+ .gallery-wrap .column-4 .inner .caption-hover.info,
1202
+ .gallery-wrap .column-3 .inner .caption-hover.info{
1203
+ color: #0A487C;
1204
+ background: #67B0D1;
1205
+ }
1206
+
1207
+ .gallery-wrap .column .inner:hover .caption-hover,
1208
+ .gallery-wrap .column-4 .inner:hover .caption-hover,
1209
+ .gallery-wrap .column-3 .inner:hover .caption-hover{bottom: 0px;}
1210
+
1211
+ .gallery-wrap .column .inner .caption-static,
1212
+ .gallery-wrap .column-4 .inner .caption-static,
1213
+ .gallery-wrap .column-3 .inner .caption-static{
1214
+ position: relative;
1215
+ text-align: center;
1216
+ color: #909090;
1217
+ padding: 10px;
1218
+ background: #fff;
1219
+ margin: 0;
1220
+ }
1221
+
1222
+ .gallery-wrap .column .inner a:hover,
1223
+ .gallery-wrap .column-4 .inner a:hover,
1224
+ .gallery-wrap .column-3 .inner a:hover{text-decoration: none;}
1225
+
1226
+ .gallery-wrap .column .inner .caption-static.success,
1227
+ .gallery-wrap .column-4 .inner .caption-static.success,
1228
+ .gallery-wrap .column-3 .inner .caption-static.success{
1229
+ color: #2C7439;
1230
+ background: #65BD77;
1231
+ }
1232
+
1233
+ .gallery-wrap .column .inner .caption-static.danger,
1234
+ .gallery-wrap .column-4 .inner .caption-static.danger,
1235
+ .gallery-wrap .column-3 .inner .caption-static.danger{
1236
+ color: #790D0D;
1237
+ background: #D73D3D;
1238
+ }
1239
+
1240
+ .gallery-wrap .column .inner .caption-static.warning,
1241
+ .gallery-wrap .column-4 .inner .caption-static.warning,
1242
+ .gallery-wrap .column-3 .inner .caption-static.warning{
1243
+ color: #B27C05;
1244
+ background: #EBC85E;
1245
+ }
1246
+
1247
+ .gallery-wrap .column .inner .caption-static.info,
1248
+ .gallery-wrap .column-4 .inner .caption-static.info,
1249
+ .gallery-wrap .column-3 .inner .caption-static.info{
1250
+ color: #0A487C;
1251
+ background: #67B0D1;
1252
+ }
1253
+
1254
+
1255
+ /* === GALLERY (ZOOM) === */
1256
+ .mfp-fade.mfp-bg {
1257
+ opacity: 0;
1258
+ -webkit-transition: all 0.4s ease-out;
1259
+ -moz-transition: all 0.4s ease-out;
1260
+ transition: all 0.4s ease-out;
1261
+ }
1262
+ .mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
1263
+ .mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
1264
+ .mfp-fade.mfp-wrap .mfp-content {
1265
+ opacity: 0;
1266
+ -webkit-transition: all 0.4s ease-out;
1267
+ -moz-transition: all 0.4s ease-out;
1268
+ transition: all 0.4s ease-out;
1269
+ }
1270
+ .mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
1271
+ .mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+ /*
1278
+ =========================================================================
1279
+ GRAPH / CHART SELECTOR
1280
+ =========================================================================
1281
+ */
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+ /*
1289
+ =========================================================================
1290
+ READY PAGES
1291
+ =========================================================================
1292
+ */
1293
+
1294
+ /** Login, Register, Forgot Password, Lock Screen and Error Page **/
1295
+ .full-content-center{
1296
+ width: 100%;
1297
+ max-width: 500px;
1298
+ margin: 5% auto;
1299
+ text-align: center;
1300
+ }
1301
+ .full-content-center img.logo-login{
1302
+ width: 70px;
1303
+ margin-right: 10px;
1304
+ background: #272C31;
1305
+ }
1306
+ body.full-content{
1307
+ background : #E5E9EC;
1308
+ padding-top: 0px;
1309
+ }
1310
+ .full-content-center h1{
1311
+ font-size: 150px;
1312
+ font-weight: 600;
1313
+ }
1314
+ .login-wrap{
1315
+ margin: 20px 10%;
1316
+ text-align: left;
1317
+ }
1318
+ .login-wrap i{margin-right: 5px;}
1319
+ .login-wrap .checkbox{
1320
+ margin-left: 0;
1321
+ padding-left: 0;
1322
+ }
1323
+ .login-wrap .btn-block{margin: 5px 0;}
1324
+ .login-wrap .login-input{position: relative;}
1325
+ .login-wrap .login-input .text-input{padding-left: 30px;}
1326
+ .login-wrap .login-input i.overlay{
1327
+ position: absolute;
1328
+ left: 10px;
1329
+ top: 10px;
1330
+ color: #aaa;
1331
+ }
1332
+ .ava-lock-screen img{
1333
+ width: 100px;
1334
+ margin: 10px 0 0 10px;
1335
+ }
1336
+
1337
+ /** Search Results **/
1338
+ .box-info .media-list.search-result .media a{color: #46C45F;}
1339
+ .box-info .media-list.search-result .media .media-heading a{color: #1279D1;}
1340
+ .box-info .media-list.search-result .media .media-heading span{
1341
+ font-size: 12px;
1342
+ font-weight: 400;
1343
+ padding: 3px 5px;
1344
+ }
1345
+ .box-info .media-list.search-result .media .media-object{width: 100px;}
1346
+
1347
+ /** FAQ **/
1348
+ ul.faq {
1349
+ list-style: none;
1350
+ padding-left: 10px;
1351
+ margin: 20px 0 50px;
1352
+ }
1353
+ ul.faq li i{margin-right: 5px;}
1354
+ ul.faq li{margin: 10px 0;}
1355
+ ul.faq li a.faq-question{
1356
+ cursor: pointer;
1357
+ display: block;
1358
+ font-size: 14px;
1359
+ }
1360
+ ul.faq li .faq-answer{margin: 10px 15px;}
1361
+
1362
+
1363
+ /** Pricing table **/
1364
+ table.pricing-table-style-1{
1365
+ text-align: center;
1366
+ background: #fff;
1367
+ }
1368
+ table.pricing-table-style-1 thead tr th {
1369
+ padding: 15px;
1370
+ font-size: 18px;
1371
+ font-weight: 600;
1372
+ text-align: center;
1373
+ }
1374
+ table.pricing-table-style-1 thead tr th.best-choice {
1375
+ color: #A2A7B7;
1376
+ background: #0F1215;
1377
+ border-bottom-color: #000;
1378
+ }
1379
+ table.pricing-table-style-1 tbody tr td.best-choice {
1380
+ background: #1B1E24;
1381
+ font-weight: 600;
1382
+ font-size: 15px;
1383
+ color: #fafafa;
1384
+ border-top-color: #000;
1385
+ }
1386
+ table.pricing-table-style-1 tbody tr td.td-success {
1387
+ background: #65BD77;
1388
+ font-weight: 600;
1389
+ color: #2C7439;
1390
+ text-align: right;
1391
+ border-top-color: #55AD67;
1392
+ }
1393
+ table.pricing-table-style-1 thead tr th.th-success {
1394
+ color: #65BD77;
1395
+ background: #55AD67;
1396
+ border-bottom-color: #55AD67;
1397
+ }
1398
+ .la-pricing-table{
1399
+ margin: 30px 0;
1400
+ text-align: center;
1401
+ }
1402
+ .la-pricing-table:before,
1403
+ .la-pricing-table:after {
1404
+ display: table;
1405
+ content: " ";
1406
+ }
1407
+ .la-pricing-table:after {clear: both;}
1408
+ .la-pricing-table .la-col-4{
1409
+ float: left;
1410
+ margin: 20px 0 20px 0;
1411
+ padding: 0;
1412
+ width: 25%;
1413
+ border: 3px solid transparent;
1414
+ -webkit-transition: all 0.4s ease-out;
1415
+ -moz-transition: all 0.4s ease-out;
1416
+ transition: all 0.4s ease-out;
1417
+ position: relative;
1418
+ overflow: hidden;
1419
+ }
1420
+ .la-pricing-table .la-col-4:hover{border-color: #434D58;}
1421
+ .la-pricing-table .la-col-4 i.bg-big{
1422
+ position: absolute;
1423
+ font-size: 210px;
1424
+ opacity: .05;
1425
+ top: 20%;
1426
+ left: 0;
1427
+ right: 0;
1428
+ -webkit-transition: all 0.4s ease-out;
1429
+ -moz-transition: all 0.4s ease-out;
1430
+ transition: all 0.4s ease-out;
1431
+ }
1432
+ .la-pricing-table .la-col-4:hover i.bg-big{
1433
+ -webkit-transform: scale(2);
1434
+ -moz-transform: scale(2);
1435
+ -o-transform: scale(2);
1436
+ -ms-transform: scale(2);
1437
+ transform: scale(2);
1438
+ opacity: 0;
1439
+ }
1440
+ .la-pricing-table .la-col-4 ul{
1441
+ list-style: none;
1442
+ padding:0;
1443
+ margin: 0;
1444
+ background: #fff;
1445
+ }
1446
+ .la-pricing-table .la-col-4 ul li{
1447
+ padding: 10px 20px;
1448
+ display: block;
1449
+ font-size: 13px;
1450
+ }
1451
+ .la-pricing-table .la-col-4 ul li.la-package{
1452
+ font-size: 24px;
1453
+ font-weight: 600;
1454
+ background: #121515;
1455
+ color: #fff;
1456
+ }
1457
+ .la-pricing-table .la-col-4 ul li.la-price{
1458
+ font-size: 18px;
1459
+ font-weight: 600;
1460
+ color: #8E98AD;
1461
+ background: #434D58;
1462
+ margin: 0 20px;
1463
+ }
1464
+ .la-pricing-table .la-col-4 ul li.la-price i{font-size: 13px;}
1465
+
1466
+ /* === PRICING TABLES SUCCESS === */
1467
+ .la-pricing-table .la-col-4.success{}
1468
+ .la-pricing-table .la-col-4:hover.success{border-color: #2C7439;}
1469
+ .la-pricing-table .la-col-4.success ul {background: #65BD77;}
1470
+ .la-pricing-table .la-col-4.success ul li{color: #fff;}
1471
+ .la-pricing-table .la-col-4.success ul li.la-package{
1472
+ color: #BCF5C6;
1473
+ background: #2C7439;
1474
+ }
1475
+ .la-pricing-table .la-col-4.success ul li.la-price{
1476
+ color: #fff;
1477
+ background: #3E984D;
1478
+ }
1479
+
1480
+ /* === PRICING TABLES DANGER === */
1481
+ .la-pricing-table .la-col-4.danger{}
1482
+ .la-pricing-table .la-col-4:hover.danger{border-color: #B42424;}
1483
+ .la-pricing-table .la-col-4.danger ul {background: #D73D3D;}
1484
+ .la-pricing-table .la-col-4.danger ul li{color: #fff;}
1485
+ .la-pricing-table .la-col-4.danger ul li.la-package{
1486
+ color: #FFB4B4;
1487
+ background: #B42424;
1488
+ }
1489
+ .la-pricing-table .la-col-4.danger ul li.la-price{
1490
+ color: #fff;
1491
+ background: #C42E2E;
1492
+ }
1493
+
1494
+ /* === PRICING TABLES INFO === */
1495
+ .la-pricing-table .la-col-4.info{}
1496
+ .la-pricing-table .la-col-4:hover.info{border-color: #1F6AAA;}
1497
+ .la-pricing-table .la-col-4.info ul {background: #529DDE;}
1498
+ .la-pricing-table .la-col-4.info ul li{color: #fff;}
1499
+ .la-pricing-table .la-col-4.info ul li.la-package{
1500
+ color: #C6E5FF;
1501
+ background: #1F6AAA;
1502
+ }
1503
+ .la-pricing-table .la-col-4.info ul li.la-price{
1504
+ color: #fff;
1505
+ background: #2E71AD;
1506
+ }
1507
+
1508
+ /* === PRICING TABLES WARNING === */
1509
+ .la-pricing-table .la-col-4.warning{}
1510
+ .la-pricing-table .la-col-4:hover.warning{border-color: #F08600;}
1511
+ .la-pricing-table .la-col-4.warning ul {background: #EBC85E;}
1512
+ .la-pricing-table .la-col-4.warning ul li{color: #fff;}
1513
+ .la-pricing-table .la-col-4.warning ul li.la-package{
1514
+ color: #FFF5C9;
1515
+ background: #F08600;
1516
+ }
1517
+ .la-pricing-table .la-col-4.warning ul li.la-price{
1518
+ color: #fff;
1519
+ background: #FFAA00;
1520
+ }
1521
+
1522
+ /** Invoice **/
1523
+ .icon-print{
1524
+ position: absolute;
1525
+ top: 10px;
1526
+ right: 20px;
1527
+ font-size: 22px;
1528
+ }
1529
+ .icon-print a{color: #909090;}
1530
+ .icon-print a:hover{
1531
+ color: #212121;
1532
+ text-decoration: none;
1533
+ }
1534
+ .company-column{
1535
+ padding: 15px;
1536
+ border: 1px dashed #ddd;
1537
+ margin-bottom: 20px;
1538
+ }
1539
+
1540
+ .bill-to{
1541
+ padding: 15px;
1542
+ margin-bottom: 20px;
1543
+ background: #E5E9EC;
1544
+ }
1545
+
1546
+
1547
+ /** User profile **/
1548
+ .user-profile-sidebar{margin: 0 0 20px 0;}
1549
+ .user-profile-sidebar .user-identity{margin: 20px 0 0 0;}
1550
+ .user-profile-sidebar img{width: 90px;}
1551
+ .account-status-data{
1552
+ text-align: center;
1553
+ padding: 10px 0;
1554
+ border-top: 1px dashed #ddd;
1555
+ border-bottom: 1px dashed #ddd;
1556
+ margin: 10px 0 20px 0;
1557
+ }
1558
+ .account-status-data h5{
1559
+ font-size: 11px;
1560
+ line-height: 150%;
1561
+ color: #909090
1562
+ }
1563
+ .user-button{ margin: 15px 0;}
1564
+ .user-button .btn{ margin: 5px 0;}
1565
+
1566
+ #social{
1567
+ padding: 10px;
1568
+ background: #E5E9EC;
1569
+ text-align: center;
1570
+ }
1571
+ #social a:hover{text-decoration: none;}
1572
+
1573
+ .fa-circle.facebook{color: #5471AE;}
1574
+ .fa-circle.twitter{color: #4EC6F6;}
1575
+ .fa-circle.gplus{color: #E24E3E;}
1576
+ .fa-circle.tumblr{color: #4D77A3;}
1577
+ .fa-circle.linkedin{color: #3097CE;}
1578
+ .user-profile-content{margin: 30px 15px;}
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+ /*
1588
+ =========================================================================
1589
+ ICONS SHOWCASE
1590
+ =========================================================================
1591
+ */
1592
+ .icon-showcase i {margin-right: 5px;}
1593
+ .bs-glyphicons {
1594
+ padding-left: 0;
1595
+ padding-bottom: 1px;
1596
+ margin-bottom: 20px;
1597
+ list-style: none;
1598
+ overflow: hidden;
1599
+ }
1600
+ .bs-glyphicons li {
1601
+ float: left;
1602
+ width: 25%;
1603
+ height: 115px;
1604
+ padding: 10px;
1605
+ margin: 0 -1px -1px 0;
1606
+ font-size: 12px;
1607
+ line-height: 1.4;
1608
+ text-align: center;
1609
+ border: 1px solid #ddd;
1610
+ }
1611
+ .bs-glyphicons .glyphicon {
1612
+ margin-top: 5px;
1613
+ margin-bottom: 10px;
1614
+ font-size: 24px;
1615
+ }
1616
+ .bs-glyphicons .glyphicon-class {
1617
+ display: block;
1618
+ text-align: center;
1619
+ word-wrap: break-word; /* Help out IE10+ with class names */
1620
+ }
1621
+ .bs-glyphicons li:hover {background-color: rgba(86,61,124,.1);}
1622
+
1623
+ @media (min-width: 768px) {
1624
+ .bs-glyphicons li {width: 12.5%;}
1625
+ }
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+ /*
1632
+ =========================================================================
1633
+ MESSAGES
1634
+ =========================================================================
1635
+ */
1636
+ .menu-message{margin: 20px 0;}
1637
+ .table-message tr.unread{
1638
+ font-weight: 600;
1639
+ background: #FFFCE0;
1640
+ }
1641
+ .table-hover > tbody > tr:hover.unread > td{background: #FCF5BF;}
1642
+ .table-message > tbody > tr > td > a{
1643
+ display: block;
1644
+ color: #5b5b5b;
1645
+ }
1646
+ .table-message > tbody > tr > td > a:hover{text-decoration: none;}
1647
+ .data-table-toolbar{margin: 15px 0;}
1648
+ .data-table-toolbar span.paging-status{
1649
+ font-weight: bold;
1650
+ margin: 10px 10px 0 0;
1651
+ }
1652
+ .input-message{margin-top: -1px;}
1653
+ hr.dashed {
1654
+ height: 1px;
1655
+ background: transparent;
1656
+ border-top: none;
1657
+ border-bottom: 1px dashed #ddd;
1658
+ }
1659
+ .data-table-toolbar{
1660
+ margin: 15px 0;
1661
+ padding: 0 15px;
1662
+ }
1663
+ .toolbar-btn-action{text-align: right;}
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+ /*
1670
+ =========================================================================
1671
+ UPDATE FOR VERSION 1.1
1672
+ =========================================================================
1673
+ */
1674
+ /** PRICING TABLES **/
1675
+ .pricing-tables{
1676
+ text-align: center;
1677
+ position: relative;
1678
+ margin: 30px 0;
1679
+ color: #353535;
1680
+ -webkit-transition:All 0.25s ease;
1681
+ -moz-transition:All 0.25s ease;
1682
+ -o-transition:All 0.25s ease;
1683
+ }
1684
+ .pricing-tables:hover{
1685
+ box-shadow: 0 0 0 5px rgba(255,255,255,1);
1686
+ }
1687
+ .pricing-tables .the-box{
1688
+ margin: 0;
1689
+ background: #fff;
1690
+ }
1691
+ .pricing-tables .header{
1692
+ padding: 5px 0 70px;
1693
+ background: #D6D6D6;
1694
+ }
1695
+ .pricing-tables .circle-price-wrap{
1696
+ width: 150px;
1697
+ height: 150px;
1698
+ background: #fff;
1699
+ border-radius: 50%;
1700
+ position: absolute;
1701
+ top: 60px;
1702
+ left: 50%;
1703
+ margin-left: -75px;
1704
+ border: 3px solid #D6D6D6;
1705
+ }
1706
+ .pricing-tables .circle-price-wrap h2{
1707
+ font-size: 40px;
1708
+ padding: 15px 0 ;
1709
+ }
1710
+ .pricing-tables .circle-price-wrap h2 small{
1711
+ font-size: 14px;
1712
+ color: #909090;
1713
+ display: block;
1714
+ }
1715
+ .pricing-tables table.table-inner{
1716
+ margin: 100px 0 0 0;
1717
+ padding: 0;
1718
+ }
1719
+
1720
+ .pricing-tables table.table-inner > tbody:first-child > tr:first-child > td {border-top: 0;}
1721
+ .pricing-tables table.table-inner > thead > tr > th,
1722
+ .pricing-tables table.table-inner > tbody > tr > th,
1723
+ .pricing-tables table.table-inner > tfoot > tr > th,
1724
+ .pricing-tables table.table-inner > thead > tr > td,
1725
+ .pricing-tables table.table-inner > tbody > tr > td,
1726
+ .pricing-tables table.table-inner > tfoot > tr > td {
1727
+ padding: 15px;
1728
+ font-size: 16px;
1729
+ vertical-align: middle;
1730
+ border-top: 1px dotted #dddddd;
1731
+ }
1732
+
1733
+ .pricing-tables:hover.best-choice{box-shadow: 0 0 0 5px rgba(62,152,77,1);}
1734
+ .pricing-tables.best-choice .header{
1735
+ background: #3E984D;
1736
+ color: #fff;
1737
+ }
1738
+ .pricing-tables.best-choice .circle-price-wrap{border: 3px solid #3E984D;}
1739
+ .pricing-tables.best-choice .circle-price-wrap h2{color: #3E984D;}
1740
+ .pricing-tables.best-choice .circle-price-wrap h2 small{color: #3E984D;}
1741
+ .pricing-tables.best-choice table.table-inner{
1742
+ margin: 100px 0 0 0;
1743
+ padding: 0;
1744
+ }
1745
+ .pricing-tables.best-choice table.table-inner > tbody:first-child > tr:first-child > td {border-top: 0;}
1746
+
1747
+
1748
+
1749
+ /** Jumbotron **/
1750
+ .container .jumbotron,
1751
+ .jumbotron{
1752
+ border-radius: 0;
1753
+ }
1754
+ .jumbotron.bg-white{
1755
+ background: #fff;
1756
+ }
1757
+ .jumbotron.sm {
1758
+ padding: 20px;
1759
+ margin-bottom: 20px;
1760
+ color: inherit;
1761
+ }
1762
+ .jumbotron.sm p {
1763
+ margin-bottom: 20px;
1764
+ font-size: 16px;
1765
+ }
1766
+
1767
+ .jumbotron.xs {
1768
+ padding: 15px;
1769
+ margin-bottom: 15px;
1770
+ color: inherit;
1771
+ }
1772
+ .jumbotron.xs p {
1773
+ margin-bottom: 15px;
1774
+ font-size: 14px;
1775
+ }
1776
+ .jumbotron.dashed {
1777
+ background: #fff;
1778
+ border: 1px dashed #ddd;
1779
+ }
1780
+ .jumbotron.rounded {
1781
+ border-radius: 15px;
1782
+ }
1783
+ @media screen and (min-width: 768px) {
1784
+ .jumbotron.sm {
1785
+ padding-top: 36px;
1786
+ padding-bottom: 36x;
1787
+ }
1788
+ .jumbotron.sm h1,
1789
+ .jumbotron.sm .h1 {
1790
+ font-size: 40px;
1791
+ margin-top: 0px;
1792
+ }
1793
+ .jumbotron.xs {
1794
+ padding-top: 24px;
1795
+ padding-bottom: 24x;
1796
+ }
1797
+ .jumbotron.xs h1,
1798
+ .jumbotron.xs .h1 {
1799
+ font-size: 30px;
1800
+ margin-top: 0px;
1801
+ }
1802
+ }
1803
+
1804
+
1805
+ /** User profile style 2 **/
1806
+ .user-profile-2{
1807
+ text-align: center;
1808
+ position:relative;
1809
+ }
1810
+ .user-profile-2 .header-cover{
1811
+ position: absolute;
1812
+ left: 0;
1813
+ top: 0;
1814
+ right: 0;
1815
+ height: 130px;
1816
+ overflow: hidden;
1817
+ z-index: 1;
1818
+ }
1819
+ .user-profile-2 .header-cover.primary{
1820
+ background-color: #428BCA;
1821
+ }
1822
+ .user-profile-2 .header-cover img{
1823
+ width: 100%;
1824
+ }
1825
+ .user-profile-2 .user-profile-inner{
1826
+ z-index: 2;
1827
+ position: relative;
1828
+ }
1829
+ .user-profile-2 .user-profile-inner h4.white{
1830
+ color: #fff;
1831
+ }
1832
+ .user-profile-2 .user-profile-inner .profile-avatar{
1833
+ border: 5px solid #fff;
1834
+ box-shadow: 0 0 0 2px rgba(50,50,58,0);
1835
+ -moz-box-shadow: 0 0 0 2px rgba(50,50,58,0);
1836
+ -webkit-box-shadow: 0 0 0 2px rgba(50,50,58,0);
1837
+ }
1838
+ .user-profile-2 .profile-avatar{
1839
+ margin: 15px 0;
1840
+ border: 3px solid #fff;
1841
+ box-shadow: 0 0 0 2px rgba(50,50,58,.4);
1842
+ -moz-box-shadow: 0 0 0 2px rgba(50,50,58,.4);
1843
+ -webkit-box-shadow: 0 0 0 2px rgba(50,50,58,.4);
1844
+
1845
+ }
1846
+ .user-profile-2 .list-group{
1847
+ text-align: left;
1848
+ margin-top: 20px;
1849
+ }
1850
+
1851
+ /** Timeline **/
1852
+ .the-timeline{margin-bottom: 40px;}
1853
+ .the-timeline .post-to-timeline{
1854
+ margin: 15px 0;
1855
+ }
1856
+ .the-timeline .post-to-timeline textarea{
1857
+ height: 50px;
1858
+ resize: none;
1859
+ margin-bottom: 10px;
1860
+ }
1861
+ .the-timeline ul{
1862
+ padding: 0;
1863
+ list-style: none;
1864
+ margin: 0 15px 0 30px;
1865
+ border-left: 2px solid #ddd;
1866
+ }
1867
+ .the-timeline ul li{
1868
+ padding: 5px 15px;
1869
+ display: block;
1870
+ margin: 20px 0 20px 35px;
1871
+ background: #E5E9EC;
1872
+ position: relative;
1873
+ border-left: 4px solid transparent;
1874
+ }
1875
+ .the-timeline ul li:hover{
1876
+ border-left-color: #1B1E24;
1877
+ }
1878
+ .the-timeline ul li p{
1879
+ margin: 0;
1880
+ padding: 0;
1881
+ }
1882
+ .the-timeline ul li .the-date{
1883
+ position: absolute;
1884
+ left: -64px;
1885
+ top:0;
1886
+ width: 50px;
1887
+ height: 50px;
1888
+ background: #1B1E24;
1889
+ border-radius: 50%;
1890
+ text-align: center;
1891
+ line-height: 130%;
1892
+ }
1893
+ .the-timeline ul li .the-date span{
1894
+ color: #fff;
1895
+ font-size: 18px;
1896
+ display: block;
1897
+ margin-top: 8px;
1898
+ }
1899
+ .the-timeline ul li .the-date small{
1900
+ color: #fff;
1901
+ font-size: 12px;
1902
+ display: block;
1903
+ }
1904
+
1905
+
1906
+ /** Video iframe responsive **/
1907
+ .videoWrapper {
1908
+ position: relative;
1909
+ padding-bottom: 56.25%; /* 16:9 */
1910
+ padding-top: 25px;
1911
+ height: 0;
1912
+ margin-bottom: 15px;
1913
+ }
1914
+ .videoWrapper iframe {
1915
+ position: absolute;
1916
+ top: 0;
1917
+ left: 0;
1918
+ width: 100%;
1919
+ height: 100%;
1920
+ border: none;
1921
+ }
1922
+ iframe {
1923
+ width: 100%;
1924
+ border: none;
1925
+ }
1926
+
1927
+
1928
+ /** Weather widget **/
1929
+ .weather-widget{position: relative;}
1930
+ .weather-widget i{margin-right: 5px;}
1931
+ .weather-widget .overlay-weather-info{
1932
+ position: absolute;
1933
+ z-index: 1;
1934
+ top: 15px;
1935
+ left: 15px;
1936
+ right: 15px;
1937
+ }
1938
+ .weather-widget .overlay-weather-info .weather-info-city{
1939
+ color: #fff;
1940
+ margin: 20px 0;
1941
+ }
1942
+ .weather-widget .overlay-weather-info .weather-info-city h4{
1943
+ font-size: 16px;
1944
+ font-weight: 600;
1945
+ }
1946
+ .weather-widget .overlay-weather-info h4{
1947
+ color: #fff;
1948
+ font-weight: 400;
1949
+ }
1950
+ .weather-widget .overlay-weather-info .weather-info-city h1{
1951
+ font-weight: 600;
1952
+ padding: 0;
1953
+ margin: 0;
1954
+ }
1955
+ .weather-widget .overlay-weather-info i.weather-icon{font-size: 70px;}
1956
+
1957
+
1958
+ /** Social button and icon **/
1959
+ /** SOCIAL BUTTON ICONS **/
1960
+ /** Button Facebook **/
1961
+ .btn-facebook {
1962
+ background-color: #4B66A0;
1963
+ border-color: #4B66A0;
1964
+ color: #fff;
1965
+ }
1966
+ .btn-facebook:hover,
1967
+ .btn-facebook:focus,
1968
+ .btn-facebook:active,
1969
+ .btn-facebook.active,
1970
+ .open .dropdown-toggle.btn-facebook {
1971
+ background-color: #3B5A98;
1972
+ border-color: #3B5A98;
1973
+ color: #fff;
1974
+ }
1975
+ .btn-facebook:active,
1976
+ .btn-facebook.active,
1977
+ .open .dropdown-toggle.btn-facebook {
1978
+ background-image: none;
1979
+ }
1980
+ .btn-facebook.disabled,
1981
+ .btn-facebook[disabled],
1982
+ fieldset[disabled] .btn-facebook,
1983
+ .btn-facebook.disabled:hover,
1984
+ .btn-facebook[disabled]:hover,
1985
+ fieldset[disabled] .btn-facebook:hover,
1986
+ .btn-facebook.disabled:focus,
1987
+ .btn-facebook[disabled]:focus,
1988
+ fieldset[disabled] .btn-facebook:focus,
1989
+ .btn-facebook.disabled:active,
1990
+ .btn-facebook[disabled]:active,
1991
+ fieldset[disabled] .btn-facebook:active,
1992
+ .btn-facebook.disabled.active,
1993
+ .btn-facebook[disabled].active,
1994
+ fieldset[disabled] .btn-facebook.active {
1995
+ background-color: #6C89C1;
1996
+ border-color: #6C89C1;
1997
+ color: #fff;
1998
+ }
1999
+ .btn-facebook .badge {color: #3B5A98;}
2000
+
2001
+
2002
+ /** Button Twitter **/
2003
+ .btn-twitter {
2004
+ background-color: #55ACEE;
2005
+ border-color: #55ACEE;
2006
+ color: #fff;
2007
+ }
2008
+ .btn-twitter:hover,
2009
+ .btn-twitter:focus,
2010
+ .btn-twitter:active,
2011
+ .btn-twitter.active,
2012
+ .open .dropdown-toggle.btn-twitter {
2013
+ background-color: #3490D3;
2014
+ border-color: #3490D3;
2015
+ color: #fff;
2016
+ }
2017
+ .btn-twitter:active,
2018
+ .btn-twitter.active,
2019
+ .open .dropdown-toggle.btn-twitter {
2020
+ background-image: none;
2021
+ }
2022
+ .btn-twitter.disabled,
2023
+ .btn-twitter[disabled],
2024
+ fieldset[disabled] .btn-twitter,
2025
+ .btn-twitter.disabled:hover,
2026
+ .btn-twitter[disabled]:hover,
2027
+ fieldset[disabled] .btn-twitter:hover,
2028
+ .btn-twitter.disabled:focus,
2029
+ .btn-twitter[disabled]:focus,
2030
+ fieldset[disabled] .btn-twitter:focus,
2031
+ .btn-twitter.disabled:active,
2032
+ .btn-twitter[disabled]:active,
2033
+ fieldset[disabled] .btn-twitter:active,
2034
+ .btn-twitter.disabled.active,
2035
+ .btn-twitter[disabled].active,
2036
+ fieldset[disabled] .btn-twitter.active {
2037
+ background-color: #7CC1F5;
2038
+ border-color: #7CC1F5;
2039
+ color: #fff;
2040
+ }
2041
+ .btn-twitter .badge {color: #3490D3;}
2042
+
2043
+
2044
+ /** Button Googleplus **/
2045
+ .btn-google-plus {
2046
+ background-color: #D24333;
2047
+ border-color: #D24333;
2048
+ color: #fff;
2049
+ }
2050
+ .btn-google-plus:hover,
2051
+ .btn-google-plus:focus,
2052
+ .btn-google-plus:active,
2053
+ .btn-google-plus.active,
2054
+ .open .dropdown-toggle.btn-google-plus {
2055
+ background-color: #BC2C1F;
2056
+ border-color: #BC2C1F;
2057
+ color: #fff;
2058
+ }
2059
+ .btn-google-plus:active,
2060
+ .btn-google-plus.active,
2061
+ .open .dropdown-toggle.btn-google-plus {
2062
+ background-image: none;
2063
+ }
2064
+ .btn-google-plus.disabled,
2065
+ .btn-google-plus[disabled],
2066
+ fieldset[disabled] .btn-google-plus,
2067
+ .btn-google-plus.disabled:hover,
2068
+ .btn-google-plus[disabled]:hover,
2069
+ fieldset[disabled] .btn-google-plus:hover,
2070
+ .btn-google-plus.disabled:focus,
2071
+ .btn-google-plus[disabled]:focus,
2072
+ fieldset[disabled] .btn-google-plus:focus,
2073
+ .btn-google-plus.disabled:active,
2074
+ .btn-google-plus[disabled]:active,
2075
+ fieldset[disabled] .btn-google-plus:active,
2076
+ .btn-google-plus.disabled.active,
2077
+ .btn-google-plus[disabled].active,
2078
+ fieldset[disabled] .btn-google-plus.active {
2079
+ background-color: #F0675A;
2080
+ border-color: #F0675A;
2081
+ color: #fff;
2082
+ }
2083
+ .btn-google-plus .badge {color: #BC2C1F;}
2084
+
2085
+
2086
+ /** Button Dribbble **/
2087
+ .btn-dribbble {
2088
+ background-color: #E04C86;
2089
+ border-color: #E04C86;
2090
+ color: #fff;
2091
+ }
2092
+ .btn-dribbble:hover,
2093
+ .btn-dribbble:focus,
2094
+ .btn-dribbble:active,
2095
+ .btn-dribbble.active,
2096
+ .open .dropdown-toggle.btn-dribbble {
2097
+ background-color: #D33471;
2098
+ border-color: #D33471;
2099
+ color: #fff;
2100
+ }
2101
+ .btn-dribbble:active,
2102
+ .btn-dribbble.active,
2103
+ .open .dropdown-toggle.btn-dribbble {
2104
+ background-image: none;
2105
+ }
2106
+ .btn-dribbble.disabled,
2107
+ .btn-dribbble[disabled],
2108
+ fieldset[disabled] .btn-dribbble,
2109
+ .btn-dribbble.disabled:hover,
2110
+ .btn-dribbble[disabled]:hover,
2111
+ fieldset[disabled] .btn-dribbble:hover,
2112
+ .btn-dribbble.disabled:focus,
2113
+ .btn-dribbble[disabled]:focus,
2114
+ fieldset[disabled] .btn-dribbble:focus,
2115
+ .btn-dribbble.disabled:active,
2116
+ .btn-dribbble[disabled]:active,
2117
+ fieldset[disabled] .btn-dribbble:active,
2118
+ .btn-dribbble.disabled.active,
2119
+ .btn-dribbble[disabled].active,
2120
+ fieldset[disabled] .btn-dribbble.active {
2121
+ background-color: #F571A5;
2122
+ border-color: #F571A5;
2123
+ color: #fff;
2124
+ }
2125
+ .btn-dribbble .badge {color: #D33471;}
2126
+
2127
+
2128
+ /** Button Flickr **/
2129
+ .btn-flickr {
2130
+ background-color: #0162DB;
2131
+ border-color: #0162DB;
2132
+ color: #fff;
2133
+ }
2134
+ .btn-flickr:hover,
2135
+ .btn-flickr:focus,
2136
+ .btn-flickr:active,
2137
+ .btn-flickr.active,
2138
+ .open .dropdown-toggle.btn-flickr {
2139
+ background-color: #0555BF;
2140
+ border-color: #0555BF;
2141
+ color: #fff;
2142
+ }
2143
+ .btn-flickr:active,
2144
+ .btn-flickr.active,
2145
+ .open .dropdown-toggle.btn-flickr {
2146
+ background-image: none;
2147
+ }
2148
+ .btn-flickr.disabled,
2149
+ .btn-flickr[disabled],
2150
+ fieldset[disabled] .btn-flickr,
2151
+ .btn-flickr.disabled:hover,
2152
+ .btn-flickr[disabled]:hover,
2153
+ fieldset[disabled] .btn-flickr:hover,
2154
+ .btn-flickr.disabled:focus,
2155
+ .btn-flickr[disabled]:focus,
2156
+ fieldset[disabled] .btn-flickr:focus,
2157
+ .btn-flickr.disabled:active,
2158
+ .btn-flickr[disabled]:active,
2159
+ fieldset[disabled] .btn-flickr:active,
2160
+ .btn-flickr.disabled.active,
2161
+ .btn-flickr[disabled].active,
2162
+ fieldset[disabled] .btn-flickr.active {
2163
+ background-color: #2983F7;
2164
+ border-color: #2983F7;
2165
+ color: #fff;
2166
+ }
2167
+ .btn-flickr .badge {color: #0555BF;}
2168
+
2169
+
2170
+ /** Button Pinterest **/
2171
+ .btn-pinterest {
2172
+ background-color: #CC2127;
2173
+ border-color: #CC2127;
2174
+ color: #fff;
2175
+ }
2176
+ .btn-pinterest:hover,
2177
+ .btn-pinterest:focus,
2178
+ .btn-pinterest:active,
2179
+ .btn-pinterest.active,
2180
+ .open .dropdown-toggle.btn-pinterest {
2181
+ background-color: #B70F12;
2182
+ border-color: #B70F12;
2183
+ color: #fff;
2184
+ }
2185
+ .btn-pinterest:active,
2186
+ .btn-pinterest.active,
2187
+ .open .dropdown-toggle.btn-pinterest {
2188
+ background-image: none;
2189
+ }
2190
+ .btn-pinterest.disabled,
2191
+ .btn-pinterest[disabled],
2192
+ fieldset[disabled] .btn-pinterest,
2193
+ .btn-pinterest.disabled:hover,
2194
+ .btn-pinterest[disabled]:hover,
2195
+ fieldset[disabled] .btn-pinterest:hover,
2196
+ .btn-pinterest.disabled:focus,
2197
+ .btn-pinterest[disabled]:focus,
2198
+ fieldset[disabled] .btn-pinterest:focus,
2199
+ .btn-pinterest.disabled:active,
2200
+ .btn-pinterest[disabled]:active,
2201
+ fieldset[disabled] .btn-pinterest:active,
2202
+ .btn-pinterest.disabled.active,
2203
+ .btn-pinterest[disabled].active,
2204
+ fieldset[disabled] .btn-pinterest.active {
2205
+ background-color: #E53B3E;
2206
+ border-color: #E53B3E;
2207
+ color: #fff;
2208
+ }
2209
+ .btn-pinterest .badge {color: #B70F12;}
2210
+
2211
+
2212
+ /** Button Youtube **/
2213
+ .btn-youtube {
2214
+ background-color: #D92623;
2215
+ border-color: #D92623;
2216
+ color: #fff;
2217
+ }
2218
+ .btn-youtube:hover,
2219
+ .btn-youtube:focus,
2220
+ .btn-youtube:active,
2221
+ .btn-youtube.active,
2222
+ .open .dropdown-toggle.btn-youtube {
2223
+ background-color: #C91212;
2224
+ border-color: #C91212;
2225
+ color: #fff;
2226
+ }
2227
+ .btn-youtube:active,
2228
+ .btn-youtube.active,
2229
+ .open .dropdown-toggle.btn-youtube {
2230
+ background-image: none;
2231
+ }
2232
+ .btn-youtube.disabled,
2233
+ .btn-youtube[disabled],
2234
+ fieldset[disabled] .btn-youtube,
2235
+ .btn-youtube.disabled:hover,
2236
+ .btn-youtube[disabled]:hover,
2237
+ fieldset[disabled] .btn-youtube:hover,
2238
+ .btn-youtube.disabled:focus,
2239
+ .btn-youtube[disabled]:focus,
2240
+ fieldset[disabled] .btn-youtube:focus,
2241
+ .btn-youtube.disabled:active,
2242
+ .btn-youtube[disabled]:active,
2243
+ fieldset[disabled] .btn-youtube:active,
2244
+ .btn-youtube.disabled.active,
2245
+ .btn-youtube[disabled].active,
2246
+ fieldset[disabled] .btn-youtube.active {
2247
+ background-color: #F04343;
2248
+ border-color: #F04343;
2249
+ color: #fff;
2250
+ }
2251
+ .btn-youtube .badge {color: #C91212;}
2252
+
2253
+
2254
+ /** Button Dropbox **/
2255
+ .btn-dropbox {
2256
+ background-color: #1473C3;
2257
+ border-color: #1473C3;
2258
+ color: #fff;
2259
+ }
2260
+ .btn-dropbox:hover,
2261
+ .btn-dropbox:focus,
2262
+ .btn-dropbox:active,
2263
+ .btn-dropbox.active,
2264
+ .open .dropdown-toggle.btn-dropbox {
2265
+ background-color: #0864B2;
2266
+ border-color: #0864B2;
2267
+ color: #fff;
2268
+ }
2269
+ .btn-dropbox:active,
2270
+ .btn-dropbox.active,
2271
+ .open .dropdown-toggle.btn-dropbox {
2272
+ background-image: none;
2273
+ }
2274
+ .btn-dropbox.disabled,
2275
+ .btn-dropbox[disabled],
2276
+ fieldset[disabled] .btn-dropbox,
2277
+ .btn-dropbox.disabled:hover,
2278
+ .btn-dropbox[disabled]:hover,
2279
+ fieldset[disabled] .btn-dropbox:hover,
2280
+ .btn-dropbox.disabled:focus,
2281
+ .btn-dropbox[disabled]:focus,
2282
+ fieldset[disabled] .btn-dropbox:focus,
2283
+ .btn-dropbox.disabled:active,
2284
+ .btn-dropbox[disabled]:active,
2285
+ fieldset[disabled] .btn-dropbox:active,
2286
+ .btn-dropbox.disabled.active,
2287
+ .btn-dropbox[disabled].active,
2288
+ fieldset[disabled] .btn-dropbox.active {
2289
+ background-color: #2E90E3;
2290
+ border-color: #2E90E3;
2291
+ color: #fff;
2292
+ }
2293
+ .btn-dropbox .badge {color: #0864B2;}
2294
+
2295
+
2296
+ /** Button Foursquare **/
2297
+ .btn-foursquare {
2298
+ background-color: #0086BE;
2299
+ border-color: #0086BE;
2300
+ color: #fff;
2301
+ }
2302
+ .btn-foursquare:hover,
2303
+ .btn-foursquare:focus,
2304
+ .btn-foursquare:active,
2305
+ .btn-foursquare.active,
2306
+ .open .dropdown-toggle.btn-foursquare {
2307
+ background-color: #0571A0;
2308
+ border-color: #0571A0;
2309
+ color: #fff;
2310
+ }
2311
+ .btn-foursquare:active,
2312
+ .btn-foursquare.active,
2313
+ .open .dropdown-toggle.btn-foursquare {
2314
+ background-image: none;
2315
+ }
2316
+ .btn-foursquare.disabled,
2317
+ .btn-foursquare[disabled],
2318
+ fieldset[disabled] .btn-foursquare,
2319
+ .btn-foursquare.disabled:hover,
2320
+ .btn-foursquare[disabled]:hover,
2321
+ fieldset[disabled] .btn-foursquare:hover,
2322
+ .btn-foursquare.disabled:focus,
2323
+ .btn-foursquare[disabled]:focus,
2324
+ fieldset[disabled] .btn-foursquare:focus,
2325
+ .btn-foursquare.disabled:active,
2326
+ .btn-foursquare[disabled]:active,
2327
+ fieldset[disabled] .btn-foursquare:active,
2328
+ .btn-foursquare.disabled.active,
2329
+ .btn-foursquare[disabled].active,
2330
+ fieldset[disabled] .btn-foursquare.active {
2331
+ background-color: #2CA0CE;
2332
+ border-color: #2CA0CE;
2333
+ color: #fff;
2334
+ }
2335
+ .btn-foursquare .badge {color: #0571A0;}
2336
+
2337
+
2338
+ /** Button Github **/
2339
+ .btn-github {
2340
+ background-color: #3B3B3B;
2341
+ border-color: #3B3B3B;
2342
+ color: #fff;
2343
+ }
2344
+ .btn-github:hover,
2345
+ .btn-github:focus,
2346
+ .btn-github:active,
2347
+ .btn-github.active,
2348
+ .open .dropdown-toggle.btn-github {
2349
+ background-color: #212121;
2350
+ border-color: #212121;
2351
+ color: #fff;
2352
+ }
2353
+ .btn-github:active,
2354
+ .btn-github.active,
2355
+ .open .dropdown-toggle.btn-github {
2356
+ background-image: none;
2357
+ }
2358
+ .btn-github.disabled,
2359
+ .btn-github[disabled],
2360
+ fieldset[disabled] .btn-github,
2361
+ .btn-github.disabled:hover,
2362
+ .btn-github[disabled]:hover,
2363
+ fieldset[disabled] .btn-github:hover,
2364
+ .btn-github.disabled:focus,
2365
+ .btn-github[disabled]:focus,
2366
+ fieldset[disabled] .btn-github:focus,
2367
+ .btn-github.disabled:active,
2368
+ .btn-github[disabled]:active,
2369
+ fieldset[disabled] .btn-github:active,
2370
+ .btn-github.disabled.active,
2371
+ .btn-github[disabled].active,
2372
+ fieldset[disabled] .btn-github.active {
2373
+ background-color: #5F5F5F;
2374
+ border-color: #5F5F5F;
2375
+ color: #fff;
2376
+ }
2377
+ .btn-github .badge {color: #212121;}
2378
+
2379
+
2380
+ /** Button Linkedin **/
2381
+ .btn-linkedin {
2382
+ background-color: #0085AE;
2383
+ border-color: #0085AE;
2384
+ color: #fff;
2385
+ }
2386
+ .btn-linkedin:hover,
2387
+ .btn-linkedin:focus,
2388
+ .btn-linkedin:active,
2389
+ .btn-linkedin.active,
2390
+ .open .dropdown-toggle.btn-linkedin {
2391
+ background-color: #036C8E;
2392
+ border-color: #036C8E;
2393
+ color: #fff;
2394
+ }
2395
+ .btn-linkedin:active,
2396
+ .btn-linkedin.active,
2397
+ .open .dropdown-toggle.btn-linkedin {
2398
+ background-image: none;
2399
+ }
2400
+ .btn-linkedin.disabled,
2401
+ .btn-linkedin[disabled],
2402
+ fieldset[disabled] .btn-linkedin,
2403
+ .btn-linkedin.disabled:hover,
2404
+ .btn-linkedin[disabled]:hover,
2405
+ fieldset[disabled] .btn-linkedin:hover,
2406
+ .btn-linkedin.disabled:focus,
2407
+ .btn-linkedin[disabled]:focus,
2408
+ fieldset[disabled] .btn-linkedin:focus,
2409
+ .btn-linkedin.disabled:active,
2410
+ .btn-linkedin[disabled]:active,
2411
+ fieldset[disabled] .btn-linkedin:active,
2412
+ .btn-linkedin.disabled.active,
2413
+ .btn-linkedin[disabled].active,
2414
+ fieldset[disabled] .btn-linkedin.active {
2415
+ background-color: #24A7D3;
2416
+ border-color: #24A7D3;
2417
+ color: #fff;
2418
+ }
2419
+ .btn-linkedin .badge {color: #036C8E;}
2420
+
2421
+
2422
+ /** Button Tumblr **/
2423
+ .btn-tumblr {
2424
+ background-color: #3E5A70;
2425
+ border-color: #3E5A70;
2426
+ color: #fff;
2427
+ }
2428
+ .btn-tumblr:hover,
2429
+ .btn-tumblr:focus,
2430
+ .btn-tumblr:active,
2431
+ .btn-tumblr.active,
2432
+ .open .dropdown-toggle.btn-tumblr {
2433
+ background-color: #2E485D;
2434
+ border-color: #2E485D;
2435
+ color: #fff;
2436
+ }
2437
+ .btn-tumblr:active,
2438
+ .btn-tumblr.active,
2439
+ .open .dropdown-toggle.btn-tumblr {
2440
+ background-image: none;
2441
+ }
2442
+ .btn-tumblr.disabled,
2443
+ .btn-tumblr[disabled],
2444
+ fieldset[disabled] .btn-tumblr,
2445
+ .btn-tumblr.disabled:hover,
2446
+ .btn-tumblr[disabled]:hover,
2447
+ fieldset[disabled] .btn-tumblr:hover,
2448
+ .btn-tumblr.disabled:focus,
2449
+ .btn-tumblr[disabled]:focus,
2450
+ fieldset[disabled] .btn-tumblr:focus,
2451
+ .btn-tumblr.disabled:active,
2452
+ .btn-tumblr[disabled]:active,
2453
+ fieldset[disabled] .btn-tumblr:active,
2454
+ .btn-tumblr.disabled.active,
2455
+ .btn-tumblr[disabled].active,
2456
+ fieldset[disabled] .btn-tumblr.active {
2457
+ background-color: #586F81;
2458
+ border-color: #586F81;
2459
+ color: #fff;
2460
+ }
2461
+ .btn-tumblr .badge {color: #2E485D;}
2462
+
2463
+
2464
+ /** Button Vimeo **/
2465
+ .btn-vimeo {
2466
+ background-color: #1BB6EC;
2467
+ border-color: #1BB6EC;
2468
+ color: #fff;
2469
+ }
2470
+ .btn-vimeo:hover,
2471
+ .btn-vimeo:focus,
2472
+ .btn-vimeo:active,
2473
+ .btn-vimeo.active,
2474
+ .open .dropdown-toggle.btn-vimeo {
2475
+ background-color: #0D9DD1;
2476
+ border-color: #0D9DD1;
2477
+ color: #fff;
2478
+ }
2479
+ .btn-vimeo:active,
2480
+ .btn-vimeo.active,
2481
+ .open .dropdown-toggle.btn-vimeo {
2482
+ background-image: none;
2483
+ }
2484
+ .btn-vimeo.disabled,
2485
+ .btn-vimeo[disabled],
2486
+ fieldset[disabled] .btn-vimeo,
2487
+ .btn-vimeo.disabled:hover,
2488
+ .btn-vimeo[disabled]:hover,
2489
+ fieldset[disabled] .btn-vimeo:hover,
2490
+ .btn-vimeo.disabled:focus,
2491
+ .btn-vimeo[disabled]:focus,
2492
+ fieldset[disabled] .btn-vimeo:focus,
2493
+ .btn-vimeo.disabled:active,
2494
+ .btn-vimeo[disabled]:active,
2495
+ fieldset[disabled] .btn-vimeo:active,
2496
+ .btn-vimeo.disabled.active,
2497
+ .btn-vimeo[disabled].active,
2498
+ fieldset[disabled] .btn-vimeo.active {
2499
+ background-color: #4BCBFA;
2500
+ border-color: #4BCBFA;
2501
+ color: #fff;
2502
+ }
2503
+ .btn-vimeo .badge {color: #0D9DD1;}
2504
+
2505
+
2506
+ /** SOCIAL ICONS COLORS **/
2507
+ .icon-facebook{color: #4B66A0}
2508
+ a .icon-facebook{color: #4B66A0}
2509
+ a:hover .icon-facebook ,
2510
+ a:focus .icon-facebook {
2511
+ text-decoration: none;
2512
+ color: #3B5A98;
2513
+ }
2514
+
2515
+ .icon-twitter{color: #55ACEE}
2516
+ a .icon-twitter {color: #55ACEE}
2517
+ a:hover .icon-twitter,
2518
+ a:focus .icon-twitter{
2519
+ text-decoration: none;
2520
+ color: #3490D3;
2521
+ }
2522
+
2523
+ .icon-google-plus{color: #D24333}
2524
+ a .icon-google-plus{color: #D24333}
2525
+ a:hover .icon-google-plus,
2526
+ a:focus .icon-google-plus{
2527
+ text-decoration: none;
2528
+ color: #BC2C1F;
2529
+ }
2530
+
2531
+ .icon-dribbble{color: #E04C86}
2532
+ a .icon-dribbble{color: #E04C86}
2533
+ a:hover .icon-dribbble,
2534
+ a:focus .icon-dribbble{
2535
+ text-decoration: none;
2536
+ color: #D33471;
2537
+ }
2538
+
2539
+ .icon-flickr{color: #0162DB}
2540
+ a .icon-flickr {color: #0162DB}
2541
+ a:hover .icon-flickr,
2542
+ a:focus .icon-flickr{
2543
+ text-decoration: none;
2544
+ color: #0555BF;
2545
+ }
2546
+
2547
+ .icon-pinterest{color: #CC2127}
2548
+ a .icon-pinterest{color: #CC2127}
2549
+ a:hover .icon-pinterest,
2550
+ a:focus .icon-pinterest{
2551
+ text-decoration: none;
2552
+ color: #B70F12;
2553
+ }
2554
+
2555
+ .icon-youtube{color: #D92623}
2556
+ a .icon-youtube{color: #D92623}
2557
+ a:hover .icon-youtube,
2558
+ a:focus .icon-youtube{
2559
+ text-decoration: none;
2560
+ color: #C91212;
2561
+ }
2562
+
2563
+ .icon-dropbox{color: #1473C3}
2564
+ a .icon-dropbox {color: #1473C3}
2565
+ a:hover .icon-dropbox,
2566
+ a:focus .icon-dropbox{
2567
+ text-decoration: none;
2568
+ color: #0864B2;
2569
+ }
2570
+
2571
+ .icon-foursquare{color: #0086BE}
2572
+ a .icon-foursquare{color: #0086BE}
2573
+ a:hover .icon-foursquare,
2574
+ a:focus .icon-foursquare{
2575
+ text-decoration: none;
2576
+ color: #0571A0;
2577
+ }
2578
+
2579
+ .icon-github{color: #3B3B3B}
2580
+ a .icon-github{color: #3B3B3B}
2581
+ a:hover .icon-github,
2582
+ a:focus .icon-github{
2583
+ text-decoration: none;
2584
+ color: #212121;
2585
+ }
2586
+
2587
+ .icon-linkedin{color: #0085AE}
2588
+ a .icon-linkedin{color: #0085AE}
2589
+ a:hover .icon-linkedin,
2590
+ a:focus .icon-linkedin{
2591
+ text-decoration: none;
2592
+ color: #036C8E;
2593
+ }
2594
+
2595
+ .icon-tumblr{color: #3E5A70}
2596
+ a .icon-tumblr{color: #3E5A70}
2597
+ a:hover .icon-tumblr,
2598
+ a:focus .icon-tumblr{
2599
+ text-decoration: none;
2600
+ color: #2E485D;
2601
+ }
2602
+
2603
+ .icon-vimeo{color: #1BB6EC}
2604
+ a .icon-vimeo{color: #1BB6EC}
2605
+ a:hover .icon-vimeo,
2606
+ a:focus .icon-vimeo {
2607
+ text-decoration: none;
2608
+ color: #0D9DD1;
2609
+ }
2610
+
2611
+
2612
+ /** Weather icons **/
2613
+ .iconExamples:before,
2614
+ .iconExamples:after {
2615
+ content: " ";
2616
+ /* 1 */
2617
+
2618
+ display: table;
2619
+ /* 2 */
2620
+
2621
+ }
2622
+ .iconExamples:after {
2623
+ clear: both;
2624
+ }
2625
+ .iconExamples:before,
2626
+ .iconExamples:after {
2627
+ content: " ";
2628
+ /* 1 */
2629
+
2630
+ display: table;
2631
+ /* 2 */
2632
+
2633
+ }
2634
+ .iconExamples:after {
2635
+ clear: both;
2636
+ }
2637
+ .iconExamples h2 {
2638
+ font-family: "aktiv-grotesk-std";
2639
+ font-weight: 200;
2640
+ color: #3b6ab5;
2641
+ }
2642
+ .iconExamples .example {
2643
+ text-align: center;
2644
+ margin: 10px 3px;
2645
+ }
2646
+ .iconExamples .example:before,
2647
+ .iconExamples .example:after {
2648
+ content: " ";
2649
+ /* 1 */
2650
+
2651
+ display: table;
2652
+ /* 2 */
2653
+
2654
+ }
2655
+ .iconExamples .example:after {
2656
+ clear: both;
2657
+ }
2658
+ .iconExamples .example:before,
2659
+ .iconExamples .example:after {
2660
+ content: " ";
2661
+ /* 1 */
2662
+
2663
+ display: table;
2664
+ /* 2 */
2665
+
2666
+ }
2667
+ .iconExamples .example:after {
2668
+ clear: both;
2669
+ }
2670
+ .iconExamples .example .icon {
2671
+ font-size: 20px;
2672
+ float: left;
2673
+ width: 35px;
2674
+ }
2675
+ .iconExamples .example .class {
2676
+ text-align: center;
2677
+ font-size: 17px;
2678
+ float: left;
2679
+ margin-top: 0px;
2680
+ font-weight: 400;
2681
+ margin-left: 10px;
2682
+ color: #333333;
2683
+ }
2684
+ .weatherseparator {
2685
+ padding-bottom: 10px;
2686
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
2687
+ margin-bottom: 50px;
2688
+ }
2689
+ .weatherseparator:before,
2690
+ .weatherseparator:after {
2691
+ content: " ";
2692
+ /* 1 */
2693
+
2694
+ display: table;
2695
+ /* 2 */
2696
+
2697
+ }
2698
+ .weatherseparator:after {
2699
+ clear: both;
2700
+ }
2701
+ .weatherseparator:before,
2702
+ .weatherseparator:after {
2703
+ content: " ";
2704
+ /* 1 */
2705
+
2706
+ display: table;
2707
+ /* 2 */
2708
+
2709
+ }
2710
+ .weatherseparator:after {
2711
+ clear: both;
2712
+ }
2713
+
2714
+
2715
+ /*
2716
+ RAILS Stylings
2717
+ */
2718
+
2719
+ .field_with_errors {
2720
+ color: #a94442;
2721
+
2722
+ input,select {
2723
+ color: #a94442;
2724
+ background-color: #f2dede;
2725
+ border: solid 1px #a94442;
2726
+ }
2727
+
2728
+ span.inline-field {
2729
+ color: #a94442;
2730
+ background-color: #ebd6cc;
2731
+ border: none
2732
+ }
2733
+ }