adminlte2-rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -1
  3. data/lib/adminlte2/rails/version.rb +1 -1
  4. data/lib/generators/admin_lte2/templates/_admin_lte_2_header.html.erb +9 -1
  5. data/lib/generators/admin_lte2/templates/_admin_lte_2_sidebar.html.erb +7 -7
  6. data/lib/generators/admin_lte2/templates/admin_lte_2.html.erb +65 -4
  7. data/vendor/assets/javascripts/app.js +472 -267
  8. data/vendor/assets/stylesheets/AdminLTE/AdminLTE.css +457 -410
  9. data/vendor/assets/stylesheets/AdminLTE/skins/_all-skins.css +1057 -146
  10. data/vendor/assets/stylesheets/AdminLTE/skins/_all-skins.min.css +1 -1
  11. data/vendor/assets/stylesheets/AdminLTE/skins/skin-black-light.css +175 -0
  12. data/vendor/assets/stylesheets/AdminLTE/skins/skin-black-light.min.css +1 -0
  13. data/vendor/assets/stylesheets/AdminLTE/skins/skin-black.css +27 -39
  14. data/vendor/assets/stylesheets/AdminLTE/skins/skin-black.min.css +1 -1
  15. data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue-light.css +166 -0
  16. data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue-light.min.css +1 -0
  17. data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue.css +11 -21
  18. data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue.min.css +1 -1
  19. data/vendor/assets/stylesheets/AdminLTE/skins/skin-green-light.css +155 -0
  20. data/vendor/assets/stylesheets/AdminLTE/skins/skin-green-light.min.css +1 -0
  21. data/vendor/assets/stylesheets/AdminLTE/skins/skin-green.css +10 -17
  22. data/vendor/assets/stylesheets/AdminLTE/skins/skin-green.min.css +1 -1
  23. data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple-light.css +155 -0
  24. data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple-light.min.css +1 -0
  25. data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple.css +10 -17
  26. data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple.min.css +1 -1
  27. data/vendor/assets/stylesheets/AdminLTE/skins/skin-red-light.css +155 -0
  28. data/vendor/assets/stylesheets/AdminLTE/skins/skin-red-light.min.css +1 -0
  29. data/vendor/assets/stylesheets/AdminLTE/skins/skin-red.css +10 -17
  30. data/vendor/assets/stylesheets/AdminLTE/skins/skin-red.min.css +1 -1
  31. data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow-light.css +155 -0
  32. data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow-light.min.css +1 -0
  33. data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow.css +10 -17
  34. data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow.min.css +1 -1
  35. metadata +13 -1
@@ -1,13 +1,13 @@
1
- @import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
1
+ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
2
2
  /*!
3
- * AdminLTE v2.0.3
3
+ * AdminLTE v2.1.0
4
4
  * Author: Almsaeed Studio
5
- * Website: Almsaeed Studio <http://almsaeedstudio.com>
5
+ * Website: Almsaeed Studio <http://almsaeedstudio.com>
6
6
  * License: Open source - MIT
7
7
  * Please visit http://opensource.org/licenses/MIT for more information
8
8
  !*/
9
9
  /*
10
- * Core: Genral Layout Style
10
+ * Core: General Layout Style
11
11
  * -------------------------
12
12
  */
13
13
  html,
@@ -29,8 +29,8 @@ body {
29
29
  /* Layout */
30
30
  .wrapper {
31
31
  min-height: 100%;
32
- position: static;
33
- overflow: hidden;
32
+ position: relative;
33
+ overflow: hidden!important;
34
34
  }
35
35
  .wrapper:before,
36
36
  .wrapper:after {
@@ -48,22 +48,19 @@ body {
48
48
  position: relative;
49
49
  }
50
50
  .layout-boxed {
51
- background: url('../images/boxed-bg.jpg') repeat fixed;
51
+ background: url('../img/boxed-bg.jpg') repeat fixed;
52
52
  }
53
53
  /*
54
- * Content Wrapper - contins main content
54
+ * Content Wrapper - contains the main content
55
55
  * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
56
56
  */
57
57
  .content-wrapper,
58
58
  .right-side,
59
59
  .main-footer {
60
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
61
- -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
62
- -o-transition: -o-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
63
- transition: transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
64
- -webkit-transition: margin-left 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
65
- -o-transition: margin-left 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
66
- transition: margin-left 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
60
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
61
+ -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
62
+ -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
63
+ transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
67
64
  margin-left: 230px;
68
65
  z-index: 820;
69
66
  }
@@ -106,7 +103,7 @@ body {
106
103
  background: #fff;
107
104
  padding: 15px;
108
105
  color: #444;
109
- border-top: 1px solid #eee;
106
+ border-top: 1px solid #d2d6de;
110
107
  }
111
108
  /* Fixed layout */
112
109
  .fixed .main-header,
@@ -187,6 +184,9 @@ a:focus {
187
184
  z-index: 1030;
188
185
  }
189
186
  .main-header > .navbar {
187
+ -webkit-transition: margin-left 0.3s ease-in-out;
188
+ -o-transition: margin-left 0.3s ease-in-out;
189
+ transition: margin-left 0.3s ease-in-out;
190
190
  margin-bottom: 0;
191
191
  margin-left: 230px;
192
192
  border: none;
@@ -217,7 +217,6 @@ a:focus {
217
217
  }
218
218
  .main-header .navbar-custom-menu,
219
219
  .main-header .navbar-right {
220
- margin-right: 5px;
221
220
  float: right;
222
221
  }
223
222
  @media (max-width: 991px) {
@@ -252,6 +251,10 @@ a:focus {
252
251
  .main-header .sidebar-toggle:hover {
253
252
  color: #fff;
254
253
  }
254
+ .main-header .sidebar-toggle:focus,
255
+ .main-header .sidebar-toggle:active {
256
+ background: transparent;
257
+ }
255
258
  .main-header .sidebar-toggle .icon-bar {
256
259
  display: none;
257
260
  }
@@ -270,6 +273,9 @@ a:focus {
270
273
  line-height: .9;
271
274
  }
272
275
  .main-header .logo {
276
+ -webkit-transition: width 0.3s ease-in-out;
277
+ -o-transition: width 0.3s ease-in-out;
278
+ transition: width 0.3s ease-in-out;
273
279
  display: block;
274
280
  float: left;
275
281
  height: 50px;
@@ -280,6 +286,13 @@ a:focus {
280
286
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
281
287
  padding: 0 15px;
282
288
  font-weight: 300;
289
+ overflow: hidden;
290
+ }
291
+ .main-header .logo .logo-lg {
292
+ display: block;
293
+ }
294
+ .main-header .logo .logo-mini {
295
+ display: none;
283
296
  }
284
297
  .main-header .navbar-brand {
285
298
  color: #fff;
@@ -378,6 +391,17 @@ a:focus {
378
391
  padding-top: 100px!important;
379
392
  }
380
393
  }
394
+ @media (max-width: 991px) {
395
+ .navbar-collapse.pull-left {
396
+ float: none!important;
397
+ }
398
+ .navbar-collapse.pull-left + .navbar-custom-menu {
399
+ display: block;
400
+ position: absolute;
401
+ top: 0;
402
+ right: 40px;
403
+ }
404
+ }
381
405
  /*
382
406
  * Component: Sidebar
383
407
  * ------------------
@@ -391,10 +415,10 @@ a:focus {
391
415
  min-height: 100%;
392
416
  width: 230px;
393
417
  z-index: 810;
394
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
395
- -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
396
- -o-transition: -o-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
397
- transition: transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
418
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
419
+ -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
420
+ -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
421
+ transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
398
422
  }
399
423
  @media (max-width: 767px) {
400
424
  .main-sidebar,
@@ -426,15 +450,14 @@ a:focus {
426
450
  .sidebar {
427
451
  padding-bottom: 10px;
428
452
  }
429
- .fixed .sidebar {
430
- overflow: auto;
431
- height: 100%;
432
- }
433
453
  .sidebar-form input:focus {
434
454
  border-color: transparent!important;
435
455
  }
436
456
  .user-panel {
457
+ position: relative;
458
+ width: 100%;
437
459
  padding: 10px;
460
+ overflow: hidden;
438
461
  }
439
462
  .user-panel:before,
440
463
  .user-panel:after {
@@ -445,16 +468,18 @@ a:focus {
445
468
  clear: both;
446
469
  }
447
470
  .user-panel > .image > img {
448
- width: 45px;
449
- height: 45px;
471
+ width: 100%;
472
+ max-width: 45px;
473
+ height: auto;
450
474
  }
451
475
  .user-panel > .info {
452
- font-weight: 600;
453
476
  padding: 5px 5px 5px 15px;
454
- font-size: 14px;
455
477
  line-height: 1;
478
+ position: absolute;
479
+ left: 55px;
456
480
  }
457
481
  .user-panel > .info > p {
482
+ font-weight: 600;
458
483
  margin-bottom: 9px;
459
484
  }
460
485
  .user-panel > .info > a {
@@ -462,7 +487,6 @@ a:focus {
462
487
  padding-right: 5px;
463
488
  margin-top: 3px;
464
489
  font-size: 11px;
465
- font-weight: normal;
466
490
  }
467
491
  .user-panel > .info > a > .fa,
468
492
  .user-panel > .info > a > .ion,
@@ -540,13 +564,332 @@ a:focus {
540
564
  .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
541
565
  width: auto;
542
566
  }
567
+ /*
568
+ * Component: Sidebar Mini
569
+ */
570
+ @media (min-width: 768px) {
571
+ .sidebar-mini.sidebar-collapse .content-wrapper,
572
+ .sidebar-mini.sidebar-collapse .right-side,
573
+ .sidebar-mini.sidebar-collapse .main-footer {
574
+ margin-left: 50px!important;
575
+ z-index: 840;
576
+ }
577
+ .sidebar-mini.sidebar-collapse .main-sidebar {
578
+ -webkit-transform: translate(0, 0);
579
+ -ms-transform: translate(0, 0);
580
+ -o-transform: translate(0, 0);
581
+ transform: translate(0, 0);
582
+ width: 50px!important;
583
+ z-index: 850;
584
+ }
585
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li {
586
+ position: relative;
587
+ }
588
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
589
+ margin-right: 0;
590
+ }
591
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
592
+ border-top-right-radius: 4px;
593
+ }
594
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
595
+ border-bottom-right-radius: 4px;
596
+ }
597
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
598
+ padding-top: 5px;
599
+ padding-bottom: 5px;
600
+ border-bottom-right-radius: 4px;
601
+ }
602
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
603
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
604
+ display: block!important;
605
+ position: absolute;
606
+ width: 180px;
607
+ left: 50px;
608
+ }
609
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
610
+ top: 0;
611
+ margin-left: -3px;
612
+ padding: 12px 5px 12px 20px;
613
+ background-color: inherit;
614
+ }
615
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
616
+ top: 44px;
617
+ margin-left: 0;
618
+ }
619
+ .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
620
+ .sidebar-mini.sidebar-collapse .sidebar-form,
621
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
622
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
623
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
624
+ .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
625
+ display: none!important;
626
+ }
627
+ .sidebar-mini.sidebar-collapse .main-header .logo {
628
+ width: 50px;
629
+ }
630
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
631
+ display: block;
632
+ margin-left: -15px;
633
+ margin-right: -15px;
634
+ font-size: 18px;
635
+ }
636
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
637
+ display: none;
638
+ }
639
+ .sidebar-mini.sidebar-collapse .main-header .navbar {
640
+ margin-left: 50px;
641
+ }
642
+ }
643
+ .sidebar-menu,
644
+ .main-sidebar .user-panel,
645
+ .sidebar-menu > li.header {
646
+ white-space: nowrap!important;
647
+ overflow: hidden;
648
+ }
649
+ .sidebar-menu:hover {
650
+ overflow: visible;
651
+ }
652
+ .sidebar-form,
653
+ .sidebar-menu > li.header {
654
+ overflow: hidden;
655
+ text-overflow: clip;
656
+ }
657
+ .sidebar-menu li > a {
658
+ position: relative;
659
+ }
660
+ .sidebar-menu li > a > .pull-right {
661
+ position: absolute;
662
+ top: 50%;
663
+ right: 10px;
664
+ margin-top: -7px;
665
+ }
666
+ /*
667
+ * Component: Control sidebar. By default, this is the right sidebar.
668
+ */
669
+ .control-sidebar-bg {
670
+ position: fixed;
671
+ z-index: 1000;
672
+ bottom: 0;
673
+ }
674
+ .control-sidebar-bg,
675
+ .control-sidebar {
676
+ top: 0;
677
+ right: -230px;
678
+ width: 230px;
679
+ -webkit-transition: right 0.3s ease-in-out;
680
+ -o-transition: right 0.3s ease-in-out;
681
+ transition: right 0.3s ease-in-out;
682
+ }
683
+ .control-sidebar {
684
+ position: absolute;
685
+ padding-top: 50px;
686
+ z-index: 1010;
687
+ }
688
+ @media (max-width: 768px) {
689
+ .control-sidebar {
690
+ padding-top: 100px;
691
+ }
692
+ }
693
+ .control-sidebar > .tab-content {
694
+ padding: 10px 15px;
695
+ }
696
+ .control-sidebar.control-sidebar-open,
697
+ .control-sidebar.control-sidebar-open + .control-sidebar-bg {
698
+ right: 0;
699
+ }
700
+ .control-sidebar-open .control-sidebar-bg,
701
+ .control-sidebar-open .control-sidebar {
702
+ right: 0;
703
+ }
704
+ @media (min-width: 768px) {
705
+ .control-sidebar-open .content-wrapper,
706
+ .control-sidebar-open .right-side,
707
+ .control-sidebar-open .main-footer {
708
+ margin-right: 230px;
709
+ }
710
+ }
711
+ .control-sidebar-tabs > li:first-of-type > a {
712
+ margin-left: 1px;
713
+ }
714
+ .control-sidebar-tabs > li:first-of-type > a,
715
+ .control-sidebar-tabs > li:first-of-type > a:hover {
716
+ border-left-width: 0!important;
717
+ }
718
+ .control-sidebar-tabs > li > a {
719
+ border-radius: 0 !important;
720
+ }
721
+ .control-sidebar-tabs > li > a,
722
+ .control-sidebar-tabs > li > a:hover {
723
+ border-top: none;
724
+ border-right: none;
725
+ border-left: 1px solid transparent!important;
726
+ border-bottom: 1px solid transparent!important;
727
+ }
728
+ .control-sidebar-tabs > li > a .icon {
729
+ font-size: 16px;
730
+ }
731
+ .control-sidebar-tabs > li.active > a,
732
+ .control-sidebar-tabs > li.active > a:hover,
733
+ .control-sidebar-tabs > li.active > a:focus,
734
+ .control-sidebar-tabs > li.active > a:active {
735
+ border-top: none!important;
736
+ border-right: none!important;
737
+ border-bottom: none!important;
738
+ }
739
+ @media (max-width: 768px) {
740
+ .control-sidebar-tabs {
741
+ display: table;
742
+ }
743
+ .control-sidebar-tabs > li {
744
+ display: table-cell !important;
745
+ }
746
+ }
747
+ .control-sidebar-heading {
748
+ font-weight: 400;
749
+ font-size: 16px;
750
+ padding: 10px 0;
751
+ margin-bottom: 10px;
752
+ }
753
+ .control-sidebar-subheading {
754
+ display: block;
755
+ font-weight: 400;
756
+ font-size: 14px;
757
+ }
758
+ .control-sidebar-menu {
759
+ list-style: none;
760
+ padding: 0;
761
+ margin: 0 -15px;
762
+ }
763
+ .control-sidebar-menu > li > a {
764
+ display: block;
765
+ padding: 10px 15px;
766
+ }
767
+ .control-sidebar-menu > li > a:before,
768
+ .control-sidebar-menu > li > a:after {
769
+ content: " ";
770
+ display: table;
771
+ }
772
+ .control-sidebar-menu > li > a:after {
773
+ clear: both;
774
+ }
775
+ .control-sidebar-menu > li > a > .control-sidebar-subheading {
776
+ margin-top: 0;
777
+ }
778
+ .control-sidebar-menu .menu-icon {
779
+ float: left;
780
+ width: 35px;
781
+ height: 35px;
782
+ border-radius: 50%;
783
+ text-align: center;
784
+ line-height: 35px;
785
+ }
786
+ .control-sidebar-menu .menu-info {
787
+ margin-left: 45px;
788
+ margin-top: 3px;
789
+ }
790
+ .control-sidebar-menu .menu-info > .control-sidebar-subheading {
791
+ margin: 0;
792
+ }
793
+ .control-sidebar-menu .menu-info > p {
794
+ margin: 0;
795
+ font-size: 11px;
796
+ }
797
+ .control-sidebar-menu .progress {
798
+ margin: 0;
799
+ }
800
+ .control-sidebar-dark {
801
+ color: #b8c7ce;
802
+ }
803
+ .control-sidebar-dark,
804
+ .control-sidebar-dark + .control-sidebar-bg {
805
+ background: #222d32;
806
+ }
807
+ .control-sidebar-dark .control-sidebar-tabs {
808
+ border-bottom: #1c2529;
809
+ }
810
+ .control-sidebar-dark .control-sidebar-tabs > li > a {
811
+ background: #181f23;
812
+ color: #b8c7ce;
813
+ }
814
+ .control-sidebar-dark .control-sidebar-tabs > li > a,
815
+ .control-sidebar-dark .control-sidebar-tabs > li > a:hover {
816
+ border-left-color: #141a1d !important;
817
+ border-bottom-color: #141a1d !important;
818
+ }
819
+ .control-sidebar-dark .control-sidebar-tabs > li > a:hover,
820
+ .control-sidebar-dark .control-sidebar-tabs > li > a:focus,
821
+ .control-sidebar-dark .control-sidebar-tabs > li > a:active {
822
+ background: #1c2529;
823
+ }
824
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a,
825
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a:hover,
826
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a:focus,
827
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a:active {
828
+ background: #222d32;
829
+ color: #fff;
830
+ }
831
+ .control-sidebar-dark .control-sidebar-heading,
832
+ .control-sidebar-dark .control-sidebar-subheading {
833
+ color: #fff;
834
+ }
835
+ .control-sidebar-dark .control-sidebar-menu > li > a:hover {
836
+ background: #1e282c;
837
+ }
838
+ .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
839
+ color: #b8c7ce;
840
+ }
841
+ .control-sidebar-light {
842
+ color: #5e5e5e;
843
+ }
844
+ .control-sidebar-light,
845
+ .control-sidebar-light + .control-sidebar-bg {
846
+ background: #f9fafc;
847
+ border-left: 1px solid #d2d6de;
848
+ }
849
+ .control-sidebar-light .control-sidebar-tabs {
850
+ border-bottom: #d2d6de;
851
+ }
852
+ .control-sidebar-light .control-sidebar-tabs > li > a {
853
+ background: #e8ecf4;
854
+ color: #444444;
855
+ }
856
+ .control-sidebar-light .control-sidebar-tabs > li > a,
857
+ .control-sidebar-light .control-sidebar-tabs > li > a:hover {
858
+ border-left-color: #d2d6de !important;
859
+ border-bottom-color: #d2d6de !important;
860
+ }
861
+ .control-sidebar-light .control-sidebar-tabs > li > a:hover,
862
+ .control-sidebar-light .control-sidebar-tabs > li > a:focus,
863
+ .control-sidebar-light .control-sidebar-tabs > li > a:active {
864
+ background: #eff1f7;
865
+ }
866
+ .control-sidebar-light .control-sidebar-tabs > li.active > a,
867
+ .control-sidebar-light .control-sidebar-tabs > li.active > a:hover,
868
+ .control-sidebar-light .control-sidebar-tabs > li.active > a:focus,
869
+ .control-sidebar-light .control-sidebar-tabs > li.active > a:active {
870
+ background: #f9fafc;
871
+ color: #111;
872
+ }
873
+ .control-sidebar-light .control-sidebar-heading,
874
+ .control-sidebar-light .control-sidebar-subheading {
875
+ color: #111;
876
+ }
877
+ .control-sidebar-light .control-sidebar-menu {
878
+ margin-left: -14px;
879
+ }
880
+ .control-sidebar-light .control-sidebar-menu > li > a:hover {
881
+ background: #f4f4f5;
882
+ }
883
+ .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
884
+ color: #5e5e5e;
885
+ }
543
886
  /*
544
887
  * Component: Dropdown menus
545
888
  * -------------------------
546
889
  */
547
890
  /*Dropdowns in general*/
548
891
  .dropdown-menu {
549
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
892
+ box-shadow: none;
550
893
  border-color: #eee;
551
894
  }
552
895
  .dropdown-menu > li > a {
@@ -564,10 +907,10 @@ a:focus {
564
907
  .dropdown-menu > .divider {
565
908
  background-color: #eee;
566
909
  }
567
- /*
568
- Navbar custom dropdown menu
569
- ------------------------------------
570
- */
910
+ .navbar-nav .dropdown-menu {
911
+ -webkit-box-shadow: none !important;
912
+ box-shadow: none !important;
913
+ }
571
914
  .navbar-nav > .notifications-menu,
572
915
  .navbar-nav > .messages-menu,
573
916
  .navbar-nav > .tasks-menu {
@@ -831,23 +1174,23 @@ a:focus {
831
1174
  }
832
1175
  @-webkit-keyframes flipInX {
833
1176
  0% {
834
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
835
- transition-timing-function: ease-in;
1177
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1178
+ -webkit-transition-timing-function: ease-in;
836
1179
  opacity: 0;
837
1180
  }
838
1181
  40% {
839
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
840
- transition-timing-function: ease-in;
1182
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1183
+ -webkit-transition-timing-function: ease-in;
841
1184
  }
842
1185
  60% {
843
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1186
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
844
1187
  opacity: 1;
845
1188
  }
846
1189
  80% {
847
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1190
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
848
1191
  }
849
1192
  100% {
850
- transform: perspective(400px);
1193
+ -webkit-transform: perspective(400px);
851
1194
  }
852
1195
  }
853
1196
  /* Fix dropdown menu in navbars */
@@ -1298,19 +1641,23 @@ a:focus {
1298
1641
  margin-bottom: 0.3em;
1299
1642
  }
1300
1643
  .box > .overlay,
1301
- .box > .loading-img {
1644
+ .overlay-wrapper > .overlay,
1645
+ .box > .loading-img,
1646
+ .overlay-wrapper > .loading-img {
1302
1647
  position: absolute;
1303
1648
  top: 0;
1304
1649
  left: 0;
1305
1650
  width: 100%;
1306
1651
  height: 100%;
1307
1652
  }
1308
- .box .overlay {
1309
- z-index: 1010;
1653
+ .box .overlay,
1654
+ .overlay-wrapper .overlay {
1655
+ z-index: 50;
1310
1656
  background: rgba(255, 255, 255, 0.7);
1311
1657
  border-radius: 3px;
1312
1658
  }
1313
- .box .overlay > .fa {
1659
+ .box .overlay > .fa,
1660
+ .overlay-wrapper .overlay > .fa {
1314
1661
  position: absolute;
1315
1662
  top: 50%;
1316
1663
  left: 50%;
@@ -1319,23 +1666,30 @@ a:focus {
1319
1666
  color: #000;
1320
1667
  font-size: 30px;
1321
1668
  }
1322
- .box .overlay.dark {
1669
+ .box .overlay.dark,
1670
+ .overlay-wrapper .overlay.dark {
1323
1671
  background: rgba(0, 0, 0, 0.5);
1324
1672
  }
1325
- .box-header {
1326
- color: #444;
1327
- display: block;
1328
- padding: 10px;
1329
- position: relative;
1330
- }
1331
1673
  .box-header:before,
1332
- .box-header:after {
1674
+ .box-body:before,
1675
+ .box-footer:before,
1676
+ .box-header:after,
1677
+ .box-body:after,
1678
+ .box-footer:after {
1333
1679
  content: " ";
1334
1680
  display: table;
1335
1681
  }
1336
- .box-header:after {
1682
+ .box-header:after,
1683
+ .box-body:after,
1684
+ .box-footer:after {
1337
1685
  clear: both;
1338
1686
  }
1687
+ .box-header {
1688
+ color: #444;
1689
+ display: block;
1690
+ padding: 10px;
1691
+ position: relative;
1692
+ }
1339
1693
  .box-header.with-border {
1340
1694
  border-bottom: 1px solid #f4f4f4;
1341
1695
  }
@@ -1396,15 +1750,6 @@ a:focus {
1396
1750
  .box-body > .table {
1397
1751
  margin-bottom: 0;
1398
1752
  }
1399
- .box-body > .chart {
1400
- position: relative;
1401
- overflow: hidden;
1402
- width: 100%;
1403
- }
1404
- .box-body > .chart svg,
1405
- .box-body > .chart canvas {
1406
- width: 100%!important;
1407
- }
1408
1753
  .box-body .fc {
1409
1754
  margin-top: 5px;
1410
1755
  }
@@ -1583,6 +1928,9 @@ a:focus {
1583
1928
  .box-input {
1584
1929
  max-width: 200px;
1585
1930
  }
1931
+ .modal .panel-body {
1932
+ color: #444;
1933
+ }
1586
1934
  /*
1587
1935
  * Component: Info Box
1588
1936
  * -------------------
@@ -1981,6 +2329,12 @@ a:focus {
1981
2329
  * Component: Nav
1982
2330
  * --------------
1983
2331
  */
2332
+ .nav > li > a:hover,
2333
+ .nav > li > a:active,
2334
+ .nav > li > a:focus {
2335
+ color: #444;
2336
+ background: #f7f7f7;
2337
+ }
1984
2338
  /* NAV PILLS */
1985
2339
  .nav-pills > li > a {
1986
2340
  border-radius: 0;
@@ -1993,17 +2347,13 @@ a:focus {
1993
2347
  margin-right: 5px;
1994
2348
  }
1995
2349
  .nav-pills > li.active > a,
1996
- .nav-pills > li.active > a:hover {
1997
- background-color: #f4f4f4;
2350
+ .nav-pills > li.active > a:hover,
2351
+ .nav-pills > li.active > a:focus {
1998
2352
  border-top-color: #3c8dbc;
1999
- color: #444;
2000
2353
  }
2001
2354
  .nav-pills > li.active > a {
2002
2355
  font-weight: 600;
2003
2356
  }
2004
- .nav-pills > li > a:hover {
2005
- background-color: #f6f6f6;
2006
- }
2007
2357
  /* NAV STACKED */
2008
2358
  .nav-stacked > li > a {
2009
2359
  border-radius: 0;
@@ -2013,10 +2363,8 @@ a:focus {
2013
2363
  }
2014
2364
  .nav-stacked > li.active > a,
2015
2365
  .nav-stacked > li.active > a:hover {
2016
- background-color: #f4f4f4;
2017
2366
  border-top: 0;
2018
2367
  border-left-color: #3c8dbc;
2019
- color: #444;
2020
2368
  }
2021
2369
  .nav-stacked > li.header {
2022
2370
  border-bottom: 1px solid #ddd;
@@ -2044,6 +2392,7 @@ a:focus {
2044
2392
  margin-right: 5px;
2045
2393
  }
2046
2394
  .nav-tabs-custom > .nav-tabs > li > a {
2395
+ color: #444;
2047
2396
  border-radius: 0 !important;
2048
2397
  }
2049
2398
  .nav-tabs-custom > .nav-tabs > li > a,
@@ -2051,6 +2400,9 @@ a:focus {
2051
2400
  background: transparent;
2052
2401
  margin: 0;
2053
2402
  }
2403
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2404
+ color: #999;
2405
+ }
2054
2406
  .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2055
2407
  .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2056
2408
  .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
@@ -2062,9 +2414,10 @@ a:focus {
2062
2414
  .nav-tabs-custom > .nav-tabs > li.active > a,
2063
2415
  .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2064
2416
  background-color: #fff;
2417
+ color: #444;
2065
2418
  }
2066
2419
  .nav-tabs-custom > .nav-tabs > li.active > a {
2067
- border-top: 0;
2420
+ border-top-color: transparent;
2068
2421
  border-left-color: #f4f4f4;
2069
2422
  border-right-color: #f4f4f4;
2070
2423
  }
@@ -2072,7 +2425,7 @@ a:focus {
2072
2425
  margin-left: 0;
2073
2426
  }
2074
2427
  .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2075
- border-left-width: 0;
2428
+ border-left-color: transparent;
2076
2429
  }
2077
2430
  .nav-tabs-custom > .nav-tabs.pull-right {
2078
2431
  float: none!important;
@@ -2083,9 +2436,12 @@ a:focus {
2083
2436
  .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2084
2437
  margin-right: 0;
2085
2438
  }
2086
- .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2439
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
2087
2440
  border-left-width: 1px;
2088
- border-right-width: 0;
2441
+ }
2442
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2443
+ border-left-color: #f4f4f4;
2444
+ border-right-color: transparent;
2089
2445
  }
2090
2446
  .nav-tabs-custom > .nav-tabs > li.header {
2091
2447
  line-height: 35px;
@@ -2104,21 +2460,16 @@ a:focus {
2104
2460
  border-bottom-right-radius: 3px;
2105
2461
  border-bottom-left-radius: 3px;
2106
2462
  }
2107
- /* Nav tabs bottom */
2108
- .tabs-bottom.nav-3 li a {
2109
- width: 3333.33333333% !important;
2110
- }
2111
- .tabs-bottom li a {
2112
- border: 0;
2463
+ .nav-tabs-custom .dropdown.open > a:active,
2464
+ .nav-tabs-custom .dropdown.open > a:focus {
2465
+ background: transparent;
2466
+ color: #999;
2113
2467
  }
2114
2468
  /* PAGINATION */
2115
2469
  .pagination > li > a {
2116
2470
  background: #fafafa;
2117
2471
  color: #666;
2118
- }
2119
- .pagination > li:first-of-type a,
2120
- .pagination > li:last-of-type a {
2121
- border-radius: 0;
2472
+ border-radius: 0 !important;
2122
2473
  }
2123
2474
  /*
2124
2475
  * Component: Products List
@@ -2346,10 +2697,10 @@ table.text-center th {
2346
2697
  transform: translate(0, 0);
2347
2698
  }
2348
2699
  .direct-chat-contacts {
2349
- -webkit-transform: translate(100%, 0);
2350
- -ms-transform: translate(100%, 0);
2351
- -o-transform: translate(100%, 0);
2352
- transform: translate(100%, 0);
2700
+ -webkit-transform: translate(101%, 0);
2701
+ -ms-transform: translate(101%, 0);
2702
+ -o-transform: translate(101%, 0);
2703
+ transform: translate(101%, 0);
2353
2704
  position: absolute;
2354
2705
  top: 0;
2355
2706
  bottom: 0;
@@ -2456,11 +2807,15 @@ table.text-center th {
2456
2807
  padding: 10px;
2457
2808
  text-align: center;
2458
2809
  }
2459
- .users-list > li > img {
2810
+ .users-list > li img {
2460
2811
  border-radius: 50%;
2461
2812
  max-width: 100%;
2462
2813
  height: auto;
2463
2814
  }
2815
+ .users-list > li > a:hover,
2816
+ .users-list > li > a:hover .users-list-name {
2817
+ color: #999;
2818
+ }
2464
2819
  .users-list-name,
2465
2820
  .users-list-date {
2466
2821
  display: block;
@@ -2472,9 +2827,6 @@ table.text-center th {
2472
2827
  white-space: nowrap;
2473
2828
  text-overflow: ellipsis;
2474
2829
  }
2475
- .users-list-name:hover {
2476
- color: #999;
2477
- }
2478
2830
  .users-list-date {
2479
2831
  color: #999;
2480
2832
  font-size: 12px;
@@ -2608,52 +2960,6 @@ table.text-center th {
2608
2960
  max-width: 100%;
2609
2961
  height: auto;
2610
2962
  }
2611
- .mailbox .table-mailbox {
2612
- border-left: 1px solid #f4f4f4;
2613
- border-right: 1px solid #f4f4f4;
2614
- border-bottom: 1px solid #f4f4f4;
2615
- }
2616
- .mailbox .table-mailbox tr.unread > td {
2617
- background-color: rgba(0, 0, 0, 0.05);
2618
- color: #000;
2619
- font-weight: 600;
2620
- }
2621
- .mailbox .table-mailbox tr > td > .fa.fa-star,
2622
- .mailbox .table-mailbox tr > td > .fa.fa-star-o,
2623
- .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star,
2624
- .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
2625
- color: #f39c12;
2626
- cursor: pointer;
2627
- }
2628
- .mailbox .table-mailbox tr > td.small-col {
2629
- width: 30px;
2630
- }
2631
- .mailbox .table-mailbox tr > td.name {
2632
- width: 150px;
2633
- font-weight: 600;
2634
- }
2635
- .mailbox .table-mailbox tr > td.time {
2636
- text-align: right;
2637
- width: 100px;
2638
- }
2639
- .mailbox .table-mailbox tr > td {
2640
- white-space: nowrap;
2641
- }
2642
- .mailbox .table-mailbox tr > td > a {
2643
- color: #444;
2644
- }
2645
- @media (max-width: 991px) {
2646
- .mailbox .nav-stacked > li:not(.header) {
2647
- float: left;
2648
- width: 50%;
2649
- }
2650
- .mailbox .nav-stacked > li:not(.header).header {
2651
- border: 0!important;
2652
- }
2653
- .mailbox .search-form {
2654
- margin-top: 10px;
2655
- }
2656
- }
2657
2963
  /*
2658
2964
  * Page: Lock Screen
2659
2965
  * -----------------
@@ -2964,27 +3270,6 @@ table.text-center th {
2964
3270
  .open > .dropdown-toggle.btn-bitbucket {
2965
3271
  background-image: none;
2966
3272
  }
2967
- .btn-bitbucket.disabled,
2968
- .btn-bitbucket[disabled],
2969
- fieldset[disabled] .btn-bitbucket,
2970
- .btn-bitbucket.disabled:hover,
2971
- .btn-bitbucket[disabled]:hover,
2972
- fieldset[disabled] .btn-bitbucket:hover,
2973
- .btn-bitbucket.disabled:focus,
2974
- .btn-bitbucket[disabled]:focus,
2975
- fieldset[disabled] .btn-bitbucket:focus,
2976
- .btn-bitbucket.disabled.focus,
2977
- .btn-bitbucket[disabled].focus,
2978
- fieldset[disabled] .btn-bitbucket.focus,
2979
- .btn-bitbucket.disabled:active,
2980
- .btn-bitbucket[disabled]:active,
2981
- fieldset[disabled] .btn-bitbucket:active,
2982
- .btn-bitbucket.disabled.active,
2983
- .btn-bitbucket[disabled].active,
2984
- fieldset[disabled] .btn-bitbucket.active {
2985
- background-color: #205081;
2986
- border-color: rgba(0, 0, 0, 0.2);
2987
- }
2988
3273
  .btn-bitbucket .badge {
2989
3274
  color: #205081;
2990
3275
  background-color: #ffffff;
@@ -3009,27 +3294,6 @@ fieldset[disabled] .btn-bitbucket.active {
3009
3294
  .open > .dropdown-toggle.btn-dropbox {
3010
3295
  background-image: none;
3011
3296
  }
3012
- .btn-dropbox.disabled,
3013
- .btn-dropbox[disabled],
3014
- fieldset[disabled] .btn-dropbox,
3015
- .btn-dropbox.disabled:hover,
3016
- .btn-dropbox[disabled]:hover,
3017
- fieldset[disabled] .btn-dropbox:hover,
3018
- .btn-dropbox.disabled:focus,
3019
- .btn-dropbox[disabled]:focus,
3020
- fieldset[disabled] .btn-dropbox:focus,
3021
- .btn-dropbox.disabled.focus,
3022
- .btn-dropbox[disabled].focus,
3023
- fieldset[disabled] .btn-dropbox.focus,
3024
- .btn-dropbox.disabled:active,
3025
- .btn-dropbox[disabled]:active,
3026
- fieldset[disabled] .btn-dropbox:active,
3027
- .btn-dropbox.disabled.active,
3028
- .btn-dropbox[disabled].active,
3029
- fieldset[disabled] .btn-dropbox.active {
3030
- background-color: #1087dd;
3031
- border-color: rgba(0, 0, 0, 0.2);
3032
- }
3033
3297
  .btn-dropbox .badge {
3034
3298
  color: #1087dd;
3035
3299
  background-color: #ffffff;
@@ -3054,27 +3318,6 @@ fieldset[disabled] .btn-dropbox.active {
3054
3318
  .open > .dropdown-toggle.btn-facebook {
3055
3319
  background-image: none;
3056
3320
  }
3057
- .btn-facebook.disabled,
3058
- .btn-facebook[disabled],
3059
- fieldset[disabled] .btn-facebook,
3060
- .btn-facebook.disabled:hover,
3061
- .btn-facebook[disabled]:hover,
3062
- fieldset[disabled] .btn-facebook:hover,
3063
- .btn-facebook.disabled:focus,
3064
- .btn-facebook[disabled]:focus,
3065
- fieldset[disabled] .btn-facebook:focus,
3066
- .btn-facebook.disabled.focus,
3067
- .btn-facebook[disabled].focus,
3068
- fieldset[disabled] .btn-facebook.focus,
3069
- .btn-facebook.disabled:active,
3070
- .btn-facebook[disabled]:active,
3071
- fieldset[disabled] .btn-facebook:active,
3072
- .btn-facebook.disabled.active,
3073
- .btn-facebook[disabled].active,
3074
- fieldset[disabled] .btn-facebook.active {
3075
- background-color: #3b5998;
3076
- border-color: rgba(0, 0, 0, 0.2);
3077
- }
3078
3321
  .btn-facebook .badge {
3079
3322
  color: #3b5998;
3080
3323
  background-color: #ffffff;
@@ -3099,27 +3342,6 @@ fieldset[disabled] .btn-facebook.active {
3099
3342
  .open > .dropdown-toggle.btn-flickr {
3100
3343
  background-image: none;
3101
3344
  }
3102
- .btn-flickr.disabled,
3103
- .btn-flickr[disabled],
3104
- fieldset[disabled] .btn-flickr,
3105
- .btn-flickr.disabled:hover,
3106
- .btn-flickr[disabled]:hover,
3107
- fieldset[disabled] .btn-flickr:hover,
3108
- .btn-flickr.disabled:focus,
3109
- .btn-flickr[disabled]:focus,
3110
- fieldset[disabled] .btn-flickr:focus,
3111
- .btn-flickr.disabled.focus,
3112
- .btn-flickr[disabled].focus,
3113
- fieldset[disabled] .btn-flickr.focus,
3114
- .btn-flickr.disabled:active,
3115
- .btn-flickr[disabled]:active,
3116
- fieldset[disabled] .btn-flickr:active,
3117
- .btn-flickr.disabled.active,
3118
- .btn-flickr[disabled].active,
3119
- fieldset[disabled] .btn-flickr.active {
3120
- background-color: #ff0084;
3121
- border-color: rgba(0, 0, 0, 0.2);
3122
- }
3123
3345
  .btn-flickr .badge {
3124
3346
  color: #ff0084;
3125
3347
  background-color: #ffffff;
@@ -3144,27 +3366,6 @@ fieldset[disabled] .btn-flickr.active {
3144
3366
  .open > .dropdown-toggle.btn-foursquare {
3145
3367
  background-image: none;
3146
3368
  }
3147
- .btn-foursquare.disabled,
3148
- .btn-foursquare[disabled],
3149
- fieldset[disabled] .btn-foursquare,
3150
- .btn-foursquare.disabled:hover,
3151
- .btn-foursquare[disabled]:hover,
3152
- fieldset[disabled] .btn-foursquare:hover,
3153
- .btn-foursquare.disabled:focus,
3154
- .btn-foursquare[disabled]:focus,
3155
- fieldset[disabled] .btn-foursquare:focus,
3156
- .btn-foursquare.disabled.focus,
3157
- .btn-foursquare[disabled].focus,
3158
- fieldset[disabled] .btn-foursquare.focus,
3159
- .btn-foursquare.disabled:active,
3160
- .btn-foursquare[disabled]:active,
3161
- fieldset[disabled] .btn-foursquare:active,
3162
- .btn-foursquare.disabled.active,
3163
- .btn-foursquare[disabled].active,
3164
- fieldset[disabled] .btn-foursquare.active {
3165
- background-color: #0072b1;
3166
- border-color: rgba(0, 0, 0, 0.2);
3167
- }
3168
3369
  .btn-foursquare .badge {
3169
3370
  color: #0072b1;
3170
3371
  background-color: #ffffff;
@@ -3189,27 +3390,6 @@ fieldset[disabled] .btn-foursquare.active {
3189
3390
  .open > .dropdown-toggle.btn-github {
3190
3391
  background-image: none;
3191
3392
  }
3192
- .btn-github.disabled,
3193
- .btn-github[disabled],
3194
- fieldset[disabled] .btn-github,
3195
- .btn-github.disabled:hover,
3196
- .btn-github[disabled]:hover,
3197
- fieldset[disabled] .btn-github:hover,
3198
- .btn-github.disabled:focus,
3199
- .btn-github[disabled]:focus,
3200
- fieldset[disabled] .btn-github:focus,
3201
- .btn-github.disabled.focus,
3202
- .btn-github[disabled].focus,
3203
- fieldset[disabled] .btn-github.focus,
3204
- .btn-github.disabled:active,
3205
- .btn-github[disabled]:active,
3206
- fieldset[disabled] .btn-github:active,
3207
- .btn-github.disabled.active,
3208
- .btn-github[disabled].active,
3209
- fieldset[disabled] .btn-github.active {
3210
- background-color: #444444;
3211
- border-color: rgba(0, 0, 0, 0.2);
3212
- }
3213
3393
  .btn-github .badge {
3214
3394
  color: #444444;
3215
3395
  background-color: #ffffff;
@@ -3234,27 +3414,6 @@ fieldset[disabled] .btn-github.active {
3234
3414
  .open > .dropdown-toggle.btn-google-plus {
3235
3415
  background-image: none;
3236
3416
  }
3237
- .btn-google-plus.disabled,
3238
- .btn-google-plus[disabled],
3239
- fieldset[disabled] .btn-google-plus,
3240
- .btn-google-plus.disabled:hover,
3241
- .btn-google-plus[disabled]:hover,
3242
- fieldset[disabled] .btn-google-plus:hover,
3243
- .btn-google-plus.disabled:focus,
3244
- .btn-google-plus[disabled]:focus,
3245
- fieldset[disabled] .btn-google-plus:focus,
3246
- .btn-google-plus.disabled.focus,
3247
- .btn-google-plus[disabled].focus,
3248
- fieldset[disabled] .btn-google-plus.focus,
3249
- .btn-google-plus.disabled:active,
3250
- .btn-google-plus[disabled]:active,
3251
- fieldset[disabled] .btn-google-plus:active,
3252
- .btn-google-plus.disabled.active,
3253
- .btn-google-plus[disabled].active,
3254
- fieldset[disabled] .btn-google-plus.active {
3255
- background-color: #dd4b39;
3256
- border-color: rgba(0, 0, 0, 0.2);
3257
- }
3258
3417
  .btn-google-plus .badge {
3259
3418
  color: #dd4b39;
3260
3419
  background-color: #ffffff;
@@ -3279,27 +3438,6 @@ fieldset[disabled] .btn-google-plus.active {
3279
3438
  .open > .dropdown-toggle.btn-instagram {
3280
3439
  background-image: none;
3281
3440
  }
3282
- .btn-instagram.disabled,
3283
- .btn-instagram[disabled],
3284
- fieldset[disabled] .btn-instagram,
3285
- .btn-instagram.disabled:hover,
3286
- .btn-instagram[disabled]:hover,
3287
- fieldset[disabled] .btn-instagram:hover,
3288
- .btn-instagram.disabled:focus,
3289
- .btn-instagram[disabled]:focus,
3290
- fieldset[disabled] .btn-instagram:focus,
3291
- .btn-instagram.disabled.focus,
3292
- .btn-instagram[disabled].focus,
3293
- fieldset[disabled] .btn-instagram.focus,
3294
- .btn-instagram.disabled:active,
3295
- .btn-instagram[disabled]:active,
3296
- fieldset[disabled] .btn-instagram:active,
3297
- .btn-instagram.disabled.active,
3298
- .btn-instagram[disabled].active,
3299
- fieldset[disabled] .btn-instagram.active {
3300
- background-color: #3f729b;
3301
- border-color: rgba(0, 0, 0, 0.2);
3302
- }
3303
3441
  .btn-instagram .badge {
3304
3442
  color: #3f729b;
3305
3443
  background-color: #ffffff;
@@ -3324,27 +3462,6 @@ fieldset[disabled] .btn-instagram.active {
3324
3462
  .open > .dropdown-toggle.btn-linkedin {
3325
3463
  background-image: none;
3326
3464
  }
3327
- .btn-linkedin.disabled,
3328
- .btn-linkedin[disabled],
3329
- fieldset[disabled] .btn-linkedin,
3330
- .btn-linkedin.disabled:hover,
3331
- .btn-linkedin[disabled]:hover,
3332
- fieldset[disabled] .btn-linkedin:hover,
3333
- .btn-linkedin.disabled:focus,
3334
- .btn-linkedin[disabled]:focus,
3335
- fieldset[disabled] .btn-linkedin:focus,
3336
- .btn-linkedin.disabled.focus,
3337
- .btn-linkedin[disabled].focus,
3338
- fieldset[disabled] .btn-linkedin.focus,
3339
- .btn-linkedin.disabled:active,
3340
- .btn-linkedin[disabled]:active,
3341
- fieldset[disabled] .btn-linkedin:active,
3342
- .btn-linkedin.disabled.active,
3343
- .btn-linkedin[disabled].active,
3344
- fieldset[disabled] .btn-linkedin.active {
3345
- background-color: #007bb6;
3346
- border-color: rgba(0, 0, 0, 0.2);
3347
- }
3348
3465
  .btn-linkedin .badge {
3349
3466
  color: #007bb6;
3350
3467
  background-color: #ffffff;
@@ -3369,27 +3486,6 @@ fieldset[disabled] .btn-linkedin.active {
3369
3486
  .open > .dropdown-toggle.btn-tumblr {
3370
3487
  background-image: none;
3371
3488
  }
3372
- .btn-tumblr.disabled,
3373
- .btn-tumblr[disabled],
3374
- fieldset[disabled] .btn-tumblr,
3375
- .btn-tumblr.disabled:hover,
3376
- .btn-tumblr[disabled]:hover,
3377
- fieldset[disabled] .btn-tumblr:hover,
3378
- .btn-tumblr.disabled:focus,
3379
- .btn-tumblr[disabled]:focus,
3380
- fieldset[disabled] .btn-tumblr:focus,
3381
- .btn-tumblr.disabled.focus,
3382
- .btn-tumblr[disabled].focus,
3383
- fieldset[disabled] .btn-tumblr.focus,
3384
- .btn-tumblr.disabled:active,
3385
- .btn-tumblr[disabled]:active,
3386
- fieldset[disabled] .btn-tumblr:active,
3387
- .btn-tumblr.disabled.active,
3388
- .btn-tumblr[disabled].active,
3389
- fieldset[disabled] .btn-tumblr.active {
3390
- background-color: #2c4762;
3391
- border-color: rgba(0, 0, 0, 0.2);
3392
- }
3393
3489
  .btn-tumblr .badge {
3394
3490
  color: #2c4762;
3395
3491
  background-color: #ffffff;
@@ -3414,27 +3510,6 @@ fieldset[disabled] .btn-tumblr.active {
3414
3510
  .open > .dropdown-toggle.btn-twitter {
3415
3511
  background-image: none;
3416
3512
  }
3417
- .btn-twitter.disabled,
3418
- .btn-twitter[disabled],
3419
- fieldset[disabled] .btn-twitter,
3420
- .btn-twitter.disabled:hover,
3421
- .btn-twitter[disabled]:hover,
3422
- fieldset[disabled] .btn-twitter:hover,
3423
- .btn-twitter.disabled:focus,
3424
- .btn-twitter[disabled]:focus,
3425
- fieldset[disabled] .btn-twitter:focus,
3426
- .btn-twitter.disabled.focus,
3427
- .btn-twitter[disabled].focus,
3428
- fieldset[disabled] .btn-twitter.focus,
3429
- .btn-twitter.disabled:active,
3430
- .btn-twitter[disabled]:active,
3431
- fieldset[disabled] .btn-twitter:active,
3432
- .btn-twitter.disabled.active,
3433
- .btn-twitter[disabled].active,
3434
- fieldset[disabled] .btn-twitter.active {
3435
- background-color: #55acee;
3436
- border-color: rgba(0, 0, 0, 0.2);
3437
- }
3438
3513
  .btn-twitter .badge {
3439
3514
  color: #55acee;
3440
3515
  background-color: #ffffff;
@@ -3459,27 +3534,6 @@ fieldset[disabled] .btn-twitter.active {
3459
3534
  .open > .dropdown-toggle.btn-vk {
3460
3535
  background-image: none;
3461
3536
  }
3462
- .btn-vk.disabled,
3463
- .btn-vk[disabled],
3464
- fieldset[disabled] .btn-vk,
3465
- .btn-vk.disabled:hover,
3466
- .btn-vk[disabled]:hover,
3467
- fieldset[disabled] .btn-vk:hover,
3468
- .btn-vk.disabled:focus,
3469
- .btn-vk[disabled]:focus,
3470
- fieldset[disabled] .btn-vk:focus,
3471
- .btn-vk.disabled.focus,
3472
- .btn-vk[disabled].focus,
3473
- fieldset[disabled] .btn-vk.focus,
3474
- .btn-vk.disabled:active,
3475
- .btn-vk[disabled]:active,
3476
- fieldset[disabled] .btn-vk:active,
3477
- .btn-vk.disabled.active,
3478
- .btn-vk[disabled].active,
3479
- fieldset[disabled] .btn-vk.active {
3480
- background-color: #587ea3;
3481
- border-color: rgba(0, 0, 0, 0.2);
3482
- }
3483
3537
  .btn-vk .badge {
3484
3538
  color: #587ea3;
3485
3539
  background-color: #ffffff;
@@ -3581,7 +3635,6 @@ fieldset[disabled] .btn-vk.active {
3581
3635
  * General: Miscellaneous
3582
3636
  * ----------------------
3583
3637
  */
3584
- /* 10px padding and margins */
3585
3638
  .pad {
3586
3639
  padding: 10px;
3587
3640
  }
@@ -3591,12 +3644,10 @@ fieldset[disabled] .btn-vk.active {
3591
3644
  .margin-bottom {
3592
3645
  margin-bottom: 20px;
3593
3646
  }
3594
- /* Display inline */
3595
3647
  .inline {
3596
3648
  display: inline;
3597
3649
  width: auto;
3598
3650
  }
3599
- /* Description Blocks */
3600
3651
  .description-block {
3601
3652
  display: block;
3602
3653
  margin: 10px 0;
@@ -3614,7 +3665,6 @@ fieldset[disabled] .btn-vk.active {
3614
3665
  .description-block > .description-text {
3615
3666
  text-transform: uppercase;
3616
3667
  }
3617
- /* Background colors */
3618
3668
  .bg-red,
3619
3669
  .bg-yellow,
3620
3670
  .bg-aqua,
@@ -3656,7 +3706,7 @@ fieldset[disabled] .btn-vk.active {
3656
3706
  .alert-info,
3657
3707
  .label-danger,
3658
3708
  .label-info,
3659
- .label-waring,
3709
+ .label-warning,
3660
3710
  .label-primary,
3661
3711
  .label-success,
3662
3712
  .modal-primary .modal-body,
@@ -3694,7 +3744,7 @@ fieldset[disabled] .btn-vk.active {
3694
3744
  .bg-yellow,
3695
3745
  .callout.callout-warning,
3696
3746
  .alert-warning,
3697
- .label-waring,
3747
+ .label-warning,
3698
3748
  .modal-warning .modal-body {
3699
3749
  background-color: #f39c12 !important;
3700
3750
  }
@@ -3807,7 +3857,6 @@ fieldset[disabled] .btn-vk.active {
3807
3857
  opacity: 0.65;
3808
3858
  filter: alpha(opacity=65);
3809
3859
  }
3810
- /* Text colors */
3811
3860
  .text-red {
3812
3861
  color: #dd4b39 !important;
3813
3862
  }
@@ -3856,27 +3905,21 @@ fieldset[disabled] .btn-vk.active {
3856
3905
  .text-maroon {
3857
3906
  color: #d81b60 !important;
3858
3907
  }
3859
- /*Hide elements by display none only*/
3860
3908
  .hide {
3861
3909
  display: none !important;
3862
3910
  }
3863
- /* Remove borders */
3864
3911
  .no-border {
3865
3912
  border: 0px !important;
3866
3913
  }
3867
- /* Remove padding */
3868
3914
  .no-padding {
3869
3915
  padding: 0px !important;
3870
3916
  }
3871
- /* Remove margins */
3872
3917
  .no-margin {
3873
3918
  margin: 0px !important;
3874
3919
  }
3875
- /* Remove box shadow */
3876
3920
  .no-shadow {
3877
3921
  box-shadow: none!important;
3878
3922
  }
3879
- /* Unstyled List */
3880
3923
  .list-unstyled,
3881
3924
  .chart-legend,
3882
3925
  .contacts-list,
@@ -3886,7 +3929,6 @@ fieldset[disabled] .btn-vk.active {
3886
3929
  margin: 0;
3887
3930
  padding: 0;
3888
3931
  }
3889
- /* Remove border radius */
3890
3932
  .flat {
3891
3933
  border-radius: 0 !important;
3892
3934
  }
@@ -3895,15 +3937,11 @@ fieldset[disabled] .btn-vk.active {
3895
3937
  .text-bold.table th {
3896
3938
  font-weight: 700;
3897
3939
  }
3898
- /* _fix for sparkline tooltip */
3899
3940
  .jqstooltip {
3900
3941
  padding: 5px!important;
3901
3942
  width: auto!important;
3902
3943
  height: auto!important;
3903
3944
  }
3904
- /*
3905
- Gradient Background colors
3906
- */
3907
3945
  .bg-teal-gradient {
3908
3946
  background: #39cccc !important;
3909
3947
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
@@ -4020,6 +4058,15 @@ Gradient Background colors
4020
4058
  opacity: 1;
4021
4059
  filter: alpha(opacity=100);
4022
4060
  }
4061
+ .chart {
4062
+ position: relative;
4063
+ overflow: hidden;
4064
+ width: 100%;
4065
+ }
4066
+ .chart svg,
4067
+ .chart canvas {
4068
+ width: 100%!important;
4069
+ }
4023
4070
  /*
4024
4071
  * Misc: print
4025
4072
  * -----------