active_frontend 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +97 -0
  6. data/Rakefile +1 -0
  7. data/active_frontend.gemspec +23 -0
  8. data/app/assets/fonts/gotham/gotham-bold.eot +0 -0
  9. data/app/assets/fonts/gotham/gotham-bold.svg +2066 -0
  10. data/app/assets/fonts/gotham/gotham-bold.ttf +0 -0
  11. data/app/assets/fonts/gotham/gotham-bold.woff +0 -0
  12. data/app/assets/fonts/gotham/gotham-book.eot +0 -0
  13. data/app/assets/fonts/gotham/gotham-book.svg +631 -0
  14. data/app/assets/fonts/gotham/gotham-book.ttf +0 -0
  15. data/app/assets/fonts/gotham/gotham-book.woff +0 -0
  16. data/app/assets/fonts/gotham/gotham-light.eot +0 -0
  17. data/app/assets/fonts/gotham/gotham-light.svg +635 -0
  18. data/app/assets/fonts/gotham/gotham-light.ttf +0 -0
  19. data/app/assets/fonts/gotham/gotham-light.woff +0 -0
  20. data/app/assets/fonts/gotham/gotham-medium.eot +0 -0
  21. data/app/assets/fonts/gotham/gotham-medium.svg +629 -0
  22. data/app/assets/fonts/gotham/gotham-medium.ttf +0 -0
  23. data/app/assets/fonts/gotham/gotham-medium.woff +0 -0
  24. data/app/assets/fonts/ionicons/ionicons.eot +0 -0
  25. data/app/assets/fonts/ionicons/ionicons.svg +2232 -0
  26. data/app/assets/fonts/ionicons/ionicons.ttf +0 -0
  27. data/app/assets/fonts/ionicons/ionicons.woff +0 -0
  28. data/lib/active_frontend.rb +6 -0
  29. data/lib/active_frontend/version.rb +3 -0
  30. data/vendor/assets/javascripts/.keep +0 -0
  31. data/vendor/assets/javascripts/affix.js +153 -0
  32. data/vendor/assets/javascripts/alert.js +85 -0
  33. data/vendor/assets/javascripts/animation.js +45 -0
  34. data/vendor/assets/javascripts/button.js +107 -0
  35. data/vendor/assets/javascripts/carousel.js +228 -0
  36. data/vendor/assets/javascripts/chart.js +3309 -0
  37. data/vendor/assets/javascripts/collapse.js +202 -0
  38. data/vendor/assets/javascripts/date_picker.js +1649 -0
  39. data/vendor/assets/javascripts/dropdown.js +152 -0
  40. data/vendor/assets/javascripts/file_input.js +71 -0
  41. data/vendor/assets/javascripts/hoverdown.js +109 -0
  42. data/vendor/assets/javascripts/map.js +2174 -0
  43. data/vendor/assets/javascripts/modal.js +234 -0
  44. data/vendor/assets/javascripts/popover.js +99 -0
  45. data/vendor/assets/javascripts/scrollspy.js +163 -0
  46. data/vendor/assets/javascripts/sort.js +1432 -0
  47. data/vendor/assets/javascripts/swoggle.js +415 -0
  48. data/vendor/assets/javascripts/tab.js +144 -0
  49. data/vendor/assets/javascripts/tablespy.js +1883 -0
  50. data/vendor/assets/javascripts/time_ago.js +206 -0
  51. data/vendor/assets/javascripts/time_picker.js +1087 -0
  52. data/vendor/assets/javascripts/tooltip.js +466 -0
  53. data/vendor/assets/javascripts/transition.js +50 -0
  54. data/vendor/assets/javascripts/typeahead.js +368 -0
  55. data/vendor/assets/stylesheets/.keep +0 -0
  56. data/vendor/assets/stylesheets/ad.scss +72 -0
  57. data/vendor/assets/stylesheets/affix.scss +11 -0
  58. data/vendor/assets/stylesheets/alert.scss +57 -0
  59. data/vendor/assets/stylesheets/animation.scss +2388 -0
  60. data/vendor/assets/stylesheets/aside.scss +136 -0
  61. data/vendor/assets/stylesheets/breadcrumb.scss +23 -0
  62. data/vendor/assets/stylesheets/button.scss +581 -0
  63. data/vendor/assets/stylesheets/carousel.scss +152 -0
  64. data/vendor/assets/stylesheets/chart.scss +11 -0
  65. data/vendor/assets/stylesheets/code.scss +139 -0
  66. data/vendor/assets/stylesheets/collapse.scss +15 -0
  67. data/vendor/assets/stylesheets/datepicker.scss +136 -0
  68. data/vendor/assets/stylesheets/dropdown.scss +90 -0
  69. data/vendor/assets/stylesheets/footer.scss +68 -0
  70. data/vendor/assets/stylesheets/form.scss +346 -0
  71. data/vendor/assets/stylesheets/grid.scss +287 -0
  72. data/vendor/assets/stylesheets/header.scss +205 -0
  73. data/vendor/assets/stylesheets/icon.scss +1538 -0
  74. data/vendor/assets/stylesheets/image.scss +330 -0
  75. data/vendor/assets/stylesheets/label_and_badge.scss +110 -0
  76. data/vendor/assets/stylesheets/link.scss +25 -0
  77. data/vendor/assets/stylesheets/list.scss +60 -0
  78. data/vendor/assets/stylesheets/map.scss +13 -0
  79. data/vendor/assets/stylesheets/modal.scss +137 -0
  80. data/vendor/assets/stylesheets/nav_and_tab.scss +183 -0
  81. data/vendor/assets/stylesheets/pagination.scss +41 -0
  82. data/vendor/assets/stylesheets/panel.scss +62 -0
  83. data/vendor/assets/stylesheets/placeholder.scss +44 -0
  84. data/vendor/assets/stylesheets/popover.scss +117 -0
  85. data/vendor/assets/stylesheets/progress.scss +43 -0
  86. data/vendor/assets/stylesheets/reset.scss +88 -0
  87. data/vendor/assets/stylesheets/spinner.scss +767 -0
  88. data/vendor/assets/stylesheets/swoggle.scss +126 -0
  89. data/vendor/assets/stylesheets/table.scss +149 -0
  90. data/vendor/assets/stylesheets/timepicker.scss +75 -0
  91. data/vendor/assets/stylesheets/tooltip.scss +90 -0
  92. data/vendor/assets/stylesheets/transition.scss +12 -0
  93. data/vendor/assets/stylesheets/trunk.scss +116 -0
  94. data/vendor/assets/stylesheets/typeahead.scss +8 -0
  95. data/vendor/assets/stylesheets/typography.scss +191 -0
  96. metadata +167 -0
@@ -0,0 +1,60 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # List */
4
+
5
+ /* # List
6
+ ================================================== */
7
+ dl > dt,
8
+ dl > dd {
9
+ font-size: 16px;
10
+ line-height: 25px;
11
+ }
12
+ dl > dt {
13
+ font-weight: bold;
14
+ margin-bottom: 5px;
15
+ }
16
+ dl > dd { margin: 0 0 5px 10px; }
17
+ ul,
18
+ ol {
19
+ font-size: 16px;
20
+ line-height: 25px;
21
+ }
22
+ ul { padding-left: 17px; }
23
+ ol { padding-left: 23px; }
24
+ .list-small {
25
+ font-size: 14px;
26
+ line-height: 22px;
27
+ }
28
+ .list-scrollable {
29
+ max-height: 300px;
30
+ overflow: auto;
31
+ }
32
+ .list-bordered,
33
+ .list-inline,
34
+ .list-lined,
35
+ .list-striped,
36
+ .list-unstyled {
37
+ list-style-type: none;
38
+ padding: 0;
39
+ }
40
+ .list-bordered > li {
41
+ border: 1px solid rgba(225,232,237,1);
42
+ border-bottom: none;
43
+ padding: 9px 10px 6px 10px;
44
+ }
45
+ .list-bordered > li:last-child { border-bottom: 1px solid rgba(225,232,237,1); }
46
+ .list-inline > li {
47
+ display: inline-block;
48
+ margin-right: 10px;
49
+ }
50
+ .list-inline > li:last-child { margin-right: 0; }
51
+ .list-lined > li {
52
+ border-top: 1px solid rgba(225,232,237,1);
53
+ padding: 9px 0 6px 0;
54
+ }
55
+ .list-lined > li:first-child { border: none; }
56
+ .list-striped > li { padding: 9px 10px 6px 10px; }
57
+ .list-striped > li:nth-child(odd) { background: rgba(245,248,250,1); }
58
+ .list-bordered.list-small > li,
59
+ .list-lined.list-small > li,
60
+ .list-striped.list-small > li { padding: 5px 5px 3px 5px; }
@@ -0,0 +1,13 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Map */
4
+
5
+ /* # Map
6
+ ================================================== */
7
+ .map {
8
+ background: rgba(245,248,250,1);
9
+ display: block;
10
+ min-height: 220px;
11
+ min-width:220px;
12
+ }
13
+ .map-center { margin: 0 auto; }
@@ -0,0 +1,137 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Modal
4
+ # Media Queries */
5
+
6
+ /* # Modal
7
+ ================================================== */
8
+ .modal-backdrop {
9
+ background: rgba(56,67,81,0.8);
10
+ bottom: 0;
11
+ height: 100%;
12
+ left: 0;
13
+ min-height: 100%;
14
+ position: fixed;
15
+ right: 0;
16
+ top: 0;
17
+ z-index: 1040;
18
+ }
19
+ .modal-backdrop.fade {
20
+ filter: alpha(opacity=0);
21
+ opacity: 0;
22
+ }
23
+ .modal-backdrop.fade.in {
24
+ filter: alpha(opacity=100);
25
+ opacity: 1;
26
+ }
27
+ .modal {
28
+ background-clip: padding-box;
29
+ background: rgba(255,255,255,1);
30
+ border-radius: 5px;
31
+ box-shadow: 0 0 3px rgba(0,0,0,0.5);
32
+ display: none;
33
+ left: 50%;
34
+ margin-left: -280px;
35
+ outline: 0;
36
+ position: fixed;
37
+ top: 0;
38
+ width: 560px;
39
+ z-index: 1050;
40
+ }
41
+ .modal.fade {
42
+ -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
43
+ transition: opacity 0.3s linear, top 0.3s ease-out;
44
+ top: -100%;
45
+ }
46
+ .modal.fade.in { top: 15%; }
47
+ .modal-header {
48
+ border-top-right-radius: 5px;
49
+ border-top-left-radius: 5px;
50
+ padding: 21px 15px 18px 15px;
51
+ }
52
+ .modal-header h3 {
53
+ font-size: 17px;
54
+ letter-spacing: 1px;
55
+ line-height: 17px;
56
+ margin: 0;
57
+ text-transform: uppercase;
58
+ text-align: center;
59
+ }
60
+ .modal-body {
61
+ border-bottom: 1px solid rgba(225,232,237,1);
62
+ border-top: 1px solid rgba(225,232,237,1);
63
+ max-height: 300px;
64
+ overflow-y: scroll;
65
+ padding: 15px 18px;
66
+ position: relative;
67
+ }
68
+ .modal-body p:last-child { margin-bottom: 0; }
69
+ .modal-footer {
70
+ border-bottom-right-radius: 5px;
71
+ border-bottom-left-radius: 5px;
72
+ margin-bottom: 0;
73
+ padding: 0;
74
+ }
75
+ .modal-footer:after { clear: both; }
76
+ .modal-footer-btn,
77
+ button.modal-footer-btn,
78
+ input.modal-footer-btn {
79
+ -webkit-appearance: none;
80
+ -moz-appearance: none;
81
+ background: rgba(255,255,255,1);
82
+ border: 0;
83
+ -moz-box-sizing: border-box;
84
+ box-sizing: border-box;
85
+ color: rgba(15,135,226,1) !important;
86
+ cursor: pointer;
87
+ float: left;
88
+ -webkit-font-smoothing: antialiased;
89
+ font-weight: 500;
90
+ font-size: 13px;
91
+ line-height: 13px;
92
+ margin: 0;
93
+ padding: 20px 0 18px 0;
94
+ text-rendering: geometricPrecision;
95
+ text-transform: uppercase;
96
+ text-indent: 0;
97
+ text-align: center;
98
+ vertical-align: middle;
99
+ width: 100%;
100
+ }
101
+ .modal-footer-btn:first-child,
102
+ button.modal-footer-btn:first-child,
103
+ input.modal-footer-btn:first-child { border-bottom-left-radius: 5px; }
104
+ .modal-footer-btn:last-child,
105
+ button.modal-footer-btn:last-child,
106
+ input.modal-footer-btn:last-child { border-bottom-right-radius: 5px; }
107
+ .modal-footer-btn[disabled],
108
+ button.modal-footer-btn[disabled],
109
+ input.modal-footer-btn[disabled] {
110
+ color: rgba(136,153,166,1) !important;
111
+ cursor: not-allowed;
112
+ }
113
+ .modal-footer-btn-group > .modal-footer-btn,
114
+ .modal-footer-btn-group > button.modal-footer-btn,
115
+ .modal-footer-btn-group > input.modal-footer-btn {
116
+ border-right: 1px solid rgba(225,232,237,1);
117
+ width: 50%;
118
+ }
119
+ .modal-footer-btn-group > .modal-footer-btn:last-child,
120
+ .modal-footer-btn-group > button.modal-footer-btn:last-child,
121
+ .modal-footer-btn-group > input.modal-footer-btn:last-child { border-right: none; }
122
+
123
+ /* # Media Queries
124
+ ================================================== */
125
+ @media only screen and (max-width: 767px) {
126
+ .modal {
127
+ margin-left: -150px;
128
+ width: 300px;
129
+ }
130
+ .modal-body { max-height: 180px; }
131
+ }
132
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
133
+ .modal {
134
+ margin-left: -210px;
135
+ width: 420px;
136
+ }
137
+ }
@@ -0,0 +1,183 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Nav
4
+ # Tab */
5
+
6
+ /* # Nav
7
+ ================================================== */
8
+ .nav {
9
+ list-style: none;
10
+ margin: 0 0 20px 0;
11
+ padding: 0;
12
+ }
13
+ .nav > .pull-none { float: none; }
14
+ .nav > .pull-left { float: left; }
15
+ .nav > .pull-right { float: right; }
16
+ .nav > li > a {
17
+ color: rgba(136,153,166,1);
18
+ display: block;
19
+ font-weight: bold;
20
+ font-size: 14px;
21
+ line-height: 14px;
22
+ }
23
+ .nav > li > a:hover,
24
+ .nav > li > a:focus {
25
+ color: rgba(43,50,53,1);
26
+ text-decoration: none;
27
+ }
28
+ .nav-header {
29
+ background: rgba(15,135,226,1);
30
+ border-top-right-radius: 3px;
31
+ border-top-left-radius: 3px;
32
+ color: rgba(255,255,255,1);
33
+ display: block;
34
+ font-weight: bold;
35
+ font-size: 14px;
36
+ line-height: 20px;
37
+ padding: 10px 15px;
38
+ }
39
+ .nav li + .nav-header { margin-top: 10px; }
40
+ .nav-list {
41
+ margin-bottom: 0;
42
+ padding-right: 15px;
43
+ padding-left: 15px;
44
+ }
45
+ .nav-list > li > a,
46
+ .nav-list .nav-header {
47
+ margin-right: -15px;
48
+ margin-left: -15px;
49
+ }
50
+ .nav-list > li > a {
51
+ color: rgba(136,153,166,1);
52
+ padding: 11px 15px 11px 15px;
53
+ font-weight: bold;
54
+ }
55
+ .nav-list > li > a:hover { background: rgba(235,238,240,1); }
56
+ .nav-list > .active > a,
57
+ .nav-list > .active > a:hover,
58
+ .nav-list > .active > a:focus {
59
+ background: rgba(245,248,250,1);
60
+ color: rgba(43,50,53,1);
61
+ }
62
+ .nav-list .divider {
63
+ background: rgba(225,232,237,1);
64
+ height: 1px;
65
+ margin: 10px 0 10px 0;
66
+ overflow: hidden;
67
+ }
68
+ .nav-tabs:before,
69
+ .nav-pills:before,
70
+ .nav-tabs:after,
71
+ .nav-pills:after {
72
+ content: "";
73
+ display: table;
74
+ line-height: 0;
75
+ }
76
+ .nav-tabs:after,
77
+ .nav-pills:after { clear: both; }
78
+ .nav-tabs { border-bottom: 1px solid rgba(235,238,240,1); }
79
+ .nav-tabs > li,
80
+ .nav-pills > li { float: left; }
81
+ .nav-tabs > li > a {
82
+ border-bottom: 3px solid transparent;
83
+ margin-right: 20px;
84
+ padding-bottom: 10px;
85
+ }
86
+ .nav-tabs > .active > a,
87
+ .nav-tabs > .active > a:hover,
88
+ .nav-tabs > .active > a:focus {
89
+ border-bottom-color: rgba(235,238,240,1);
90
+ color: rgba(15,135,226,1);
91
+ }
92
+ .nav-tabs .open a.dropdown-toggle { background: transparent; }
93
+ .nav-pills > li > a {
94
+ background: rgba(245,248,250,1);
95
+ border-radius: 2px;
96
+ color: rgba(136,153,166,1);
97
+ margin-right: 3px;
98
+ padding: 9px 10px;
99
+ }
100
+ .nav-pills > li > a:hover { background: rgba(235,238,240,1); }
101
+ .nav-pills > .active > a,
102
+ .nav-pills > .active > a:hover,
103
+ .nav-pills > .active > a:focus {
104
+ background: rgba(15,135,226,1);
105
+ color: rgba(255,255,255,1);
106
+ }
107
+ .nav-stacked > li { float: none; }
108
+ .nav-stacked > li > a { margin-right: 0; }
109
+ .nav-tabs.nav-stacked { border-bottom: 0; }
110
+ .nav-tabs.nav-stacked > li > a {
111
+ background: rgba(245,248,250,1);
112
+ color: rgba(136,153,166,1);
113
+ padding: 10px 10px 8px 10px;
114
+ }
115
+ .nav-tabs.nav-stacked > li:first-child > a {
116
+ border-top-right-radius: 3px;
117
+ border-top-left-radius: 3px;
118
+ }
119
+ .nav-tabs.nav-stacked > li:last-child > a {
120
+ border-bottom-right-radius: 3px;
121
+ border-bottom-left-radius: 3px;
122
+ }
123
+ .nav-tabs.nav-stacked > li > a:hover,
124
+ .nav-tabs.nav-stacked > li > a:focus {
125
+ background: rgba(235,238,240,1);
126
+ color: rgba(43,50,53,1);
127
+ z-index: 2;
128
+ }
129
+ .nav-tabs.nav-stacked > .active > a,
130
+ .nav-tabs.nav-stacked > .active > a:hover,
131
+ .nav-tabs.nav-stacked > .active > a:focus {
132
+ background: rgba(15,135,226,1);
133
+ color: rgba(255,255,255,1);
134
+ border-bottom: 0;
135
+ padding: 10px;
136
+ }
137
+ .nav-pills.nav-stacked > li > a {
138
+ margin-bottom: 3px;
139
+ padding: 10px;
140
+ }
141
+ .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 0; }
142
+ .nav-tabs .open .dropdown-toggle,
143
+ .nav-pills .open .dropdown-toggle,
144
+ .nav > li.dropdown.open.active > a:hover,
145
+ .nav > li.dropdown.open.active > a:focus {
146
+ background: rgba(235,238,240,1);
147
+ color: rgba(43,50,53,1);
148
+ }
149
+
150
+ /* # Tab
151
+ ================================================== */
152
+ .tabbable { *zoom: 1; }
153
+ .tabbable:before,
154
+ .tabbable:after {
155
+ content: "";
156
+ display: table;
157
+ line-height: 0;
158
+ }
159
+ .tabbable:after { clear: both; }
160
+ .tab-content { overflow: auto; }
161
+ .tab-content > .tab-pane,
162
+ .pill-content > .pill-pane { display: none; }
163
+ .tab-content > .active,
164
+ .pill-content > .active { display: block; }
165
+ .tabs-below > .nav-tabs > li > a { border-radius: 0 0 3px 3px; }
166
+ .tabs-left > .nav-tabs > li,
167
+ .tabs-right > .nav-tabs > li { float: none; }
168
+ .tabs-left > .nav-tabs > li > a,
169
+ .tabs-right > .nav-tabs > li > a {
170
+ margin-bottom: 3px;
171
+ margin-right: 0;
172
+ min-width: 50px;
173
+ }
174
+ .tabs-left > .nav-tabs {
175
+ float: left;
176
+ margin-right: 19px;
177
+ }
178
+ .tabs-left > .nav-tabs > li > a { border-radius: 3px 0 0 3px; }
179
+ .tabs-right > .nav-tabs {
180
+ float: right;
181
+ margin-left: 19px;
182
+ }
183
+ .tabs-right > .nav-tabs > li > a { border-radius: 0 3px 3px 0; }
@@ -0,0 +1,41 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Pagination */
4
+
5
+ /* # Pagination
6
+ ================================================== */
7
+ .pagination ul {
8
+ display: inline-block;
9
+ margin-bottom: 0;
10
+ margin-left: 0;
11
+ padding: 0;
12
+ }
13
+ .pagination ul > li {
14
+ display: inline-block ;
15
+ font-size: 14px;
16
+ line-height: 14px;
17
+ margin-right: 2px;
18
+ }
19
+ .pagination ul > li > a {
20
+ background: rgba(245,248,250,1);
21
+ border-radius: 500px;
22
+ color: rgba(43,50,53,1);
23
+ min-width: 8px;
24
+ padding: 9px 10px 7px 10px;
25
+ text-decoration: none;
26
+ text-align: center;
27
+ }
28
+ .pagination ul > li > a:hover,
29
+ .pagination ul > li > a:focus { background: rgba(235,238,240,1); }
30
+ .pagination ul > .active {
31
+ background: rgba(15,135,226,1);
32
+ border-radius: 500px;
33
+ color: rgba(255,255,255,1);
34
+ min-width: 8px;
35
+ padding: 8px 10px 6px 10px;
36
+ text-align: center;
37
+ }
38
+ .pagination ul > .pagination-icon > a { padding: 9px 11px 7px 11px; }
39
+ .pagination-centered { text-align: center; }
40
+ .pagination-right { text-align: right; }
41
+ .pagination-left { text-align: left; }
@@ -0,0 +1,62 @@
1
+ /* Table of Contents
2
+ ==================================================
3
+ # Panel */
4
+
5
+ /* # Panel
6
+ ================================================== */
7
+ .panel {
8
+ background: rgba(255,255,255,1);
9
+ border: 1px solid rgba(225,232,237,1);
10
+ margin-bottom: 20px;
11
+ }
12
+ .panel > .list-group { margin-bottom: 0; }
13
+ .panel > .list-group .list-group-item {
14
+ border-radius: 0;
15
+ border-width: 1px 0;
16
+ }
17
+ .panel > .list-group .list-group-item:first-child { border-top: 0; }
18
+ .panel > .list-group .list-group-item:last-child { border-bottom: 0; }
19
+ .panel-header + .list-group .list-group-item:first-child { border-top-width: 0; }
20
+ .panel > .table-responsive {
21
+ border: 0;
22
+ margin-bottom: 0;
23
+ }
24
+ .panel-header {
25
+ background: rgba(245,248,250,1);
26
+ border-bottom: 1px solid rgba(225,232,237,1);
27
+ padding: 16px 15px 14px 15px;
28
+ }
29
+ .panel-header > .btn { margin-top: -2px; }
30
+ .panel-header > .btn-group { margin: -5px 0 -3px 0; }
31
+ .panel-header > .dropdown .dropdown-toggle { color: rgba(71,74,84,1); }
32
+ .panel-title {
33
+ color: rgba(71,74,84,1);
34
+ display: inline-block;
35
+ font-size: 17px;
36
+ line-height: 17px;
37
+ margin-bottom: 0;
38
+ margin-top: 0;
39
+ }
40
+ .panel-title > a { color: rgba(71,74,84,1); }
41
+ .panel-title > a:hover { color: rgba(15,135,226,1); }
42
+ .panel-body { padding: 15px; }
43
+ .panel-body-chart {
44
+ margin-bottom: -10px;
45
+ width: 100%;
46
+ }
47
+ .panel-footer {
48
+ background: rgba(245,248,250,1);
49
+ border-top: 1px solid rgba(225,232,237,1);
50
+ padding: 13px 15px 10px 15px;
51
+ }
52
+ .panel-group { margin-bottom: 20px; }
53
+ .panel-group .panel {
54
+ border-radius: 3px;
55
+ margin-bottom: 0;
56
+ overflow: hidden;
57
+ }
58
+ .panel-group .panel + .panel { margin-top: 5px; }
59
+ .panel-group .panel-header { border-bottom: 0; }
60
+ .panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(225,232,237,1); }
61
+ .panel-group .panel-footer { border-top: 0; }
62
+ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(225,232,237,1); }