weaver 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/data/weaver/css/animate.css +36 -4
  3. data/data/weaver/css/bootstrap.css +31 -74
  4. data/data/weaver/css/bootstrap.css.map +1 -1
  5. data/data/weaver/css/bootstrap.min.css +4 -3
  6. data/data/weaver/css/bootstrap.min.css.map +1 -0
  7. data/data/weaver/css/plugins/bootstrap-markdown/bootstrap-markdown.min.css +1 -0
  8. data/data/weaver/css/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css +55 -0
  9. data/data/weaver/css/plugins/bootstrapSocial/bootstrap-social.css +147 -0
  10. data/data/weaver/css/plugins/bootstrapTour/bootstrap-tour.min.css +22 -0
  11. data/data/weaver/css/plugins/c3/c3.min.css +1 -0
  12. data/data/weaver/css/plugins/chosen/bootstrap-chosen.css +332 -0
  13. data/data/weaver/css/plugins/codemirror/codemirror.css +1 -0
  14. data/data/weaver/css/plugins/dataTables/datatables.min.css +17 -0
  15. data/data/weaver/css/plugins/dropzone/basic.css +32 -148
  16. data/data/weaver/css/plugins/dropzone/dropzone.css +363 -385
  17. data/data/weaver/css/plugins/dualListbox/bootstrap-duallistbox.min.css +10 -0
  18. data/data/weaver/css/plugins/fullcalendar/fullcalendar.css +663 -379
  19. data/data/weaver/css/plugins/fullcalendar/fullcalendar.print.css +11 -5
  20. data/data/weaver/css/plugins/jQueryUI/jquery-ui.css +1177 -0
  21. data/data/weaver/css/plugins/ladda/ladda-themeless.min.css +7 -0
  22. data/data/weaver/css/plugins/ladda/ladda.min.css +9 -0
  23. data/data/weaver/css/plugins/summernote/font/summernote.eot +0 -0
  24. data/data/weaver/css/plugins/summernote/font/summernote.ttf +0 -0
  25. data/data/weaver/css/plugins/summernote/font/summernote.woff +0 -0
  26. data/data/weaver/css/plugins/summernote/summernote.css +1 -446
  27. data/data/weaver/css/plugins/textSpinners/spinners.css +204 -0
  28. data/data/weaver/css/plugins/touchspin/jquery.bootstrap-touchspin.min.css +10 -0
  29. data/data/weaver/css/style.css +687 -220
  30. data/data/weaver/font-awesome/css/font-awesome.css +547 -11
  31. data/data/weaver/font-awesome/css/font-awesome.min.css +2 -2
  32. data/data/weaver/font-awesome/fonts/FontAwesome.otf +0 -0
  33. data/data/weaver/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  34. data/data/weaver/font-awesome/fonts/fontawesome-webfont.svg +2668 -562
  35. data/data/weaver/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  36. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  37. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  38. data/data/weaver/font-awesome/less/bordered-pulled.less +9 -0
  39. data/data/weaver/font-awesome/less/core.less +1 -2
  40. data/data/weaver/font-awesome/less/font-awesome.less +2 -1
  41. data/data/weaver/font-awesome/less/icons.less +195 -2
  42. data/data/weaver/font-awesome/less/mixins.less +37 -4
  43. data/data/weaver/font-awesome/less/path.less +1 -1
  44. data/data/weaver/font-awesome/less/screen-reader.less +5 -0
  45. data/data/weaver/font-awesome/less/variables.less +198 -4
  46. data/data/weaver/font-awesome/scss/_bordered-pulled.scss +9 -0
  47. data/data/weaver/font-awesome/scss/_core.scss +1 -2
  48. data/data/weaver/font-awesome/scss/_icons.scss +195 -2
  49. data/data/weaver/font-awesome/scss/_mixins.scss +37 -4
  50. data/data/weaver/font-awesome/scss/_screen-reader.scss +5 -0
  51. data/data/weaver/font-awesome/scss/_variables.scss +198 -4
  52. data/data/weaver/font-awesome/scss/font-awesome.scss +2 -1
  53. data/data/weaver/js/api/typehead_collection.json +3 -0
  54. data/data/weaver/js/bootstrap.js +66 -52
  55. data/data/weaver/js/bootstrap.min.js +4 -4
  56. data/data/weaver/js/demo/chartjs-demo.js +68 -157
  57. data/data/weaver/js/jquery-3.1.1.min.js +4 -0
  58. data/data/weaver/js/plugins/bootstrap-markdown/bootstrap-markdown.js +1386 -0
  59. data/data/weaver/js/plugins/bootstrap-markdown/markdown.js +1616 -0
  60. data/data/weaver/js/plugins/bootstrap-tagsinput/bootstrap-tagsinput.js +646 -0
  61. data/data/weaver/js/plugins/bootstrapTour/bootstrap-tour.min.js +22 -0
  62. data/data/weaver/js/plugins/c3/c3.min.js +5 -0
  63. data/data/weaver/js/plugins/chartJs/Chart.min.js +8 -5
  64. data/data/weaver/js/plugins/clipboard/clipboard.min.js +7 -0
  65. data/data/weaver/js/plugins/d3/LICENSE +27 -0
  66. data/data/weaver/js/plugins/d3/d3.min.js +5 -0
  67. data/data/weaver/js/plugins/dataTables/datatables.min.js +308 -0
  68. data/data/weaver/js/plugins/datamaps/datamaps.all.min.js +3 -0
  69. data/data/weaver/js/plugins/dotdotdot/jquery.dotdotdot.min.js +13 -0
  70. data/data/weaver/js/plugins/dropzone/dropzone.js +1575 -1649
  71. data/data/weaver/js/plugins/dualListbox/jquery.bootstrap-duallistbox.js +761 -0
  72. data/data/weaver/js/plugins/fullcalendar/fullcalendar.min.js +7 -6
  73. data/data/weaver/js/plugins/i18next/i18next.min.js +7 -0
  74. data/data/weaver/js/plugins/jquery-ui/LICENSE.txt +43 -0
  75. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_444444_256x240.png +0 -0
  76. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_555555_256x240.png +0 -0
  77. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_777620_256x240.png +0 -0
  78. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_777777_256x240.png +0 -0
  79. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_cc0000_256x240.png +0 -0
  80. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
  81. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.css +6 -3
  82. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.js +12 -11
  83. data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +481 -1
  84. data/data/weaver/js/plugins/ladda/ladda.jquery.min.js +8 -0
  85. data/data/weaver/js/plugins/ladda/ladda.min.js +8 -0
  86. data/data/weaver/js/plugins/ladda/spin.min.js +1 -0
  87. data/data/weaver/js/plugins/masonary/masonry.pkgd.min.js +2 -2
  88. data/data/weaver/js/plugins/nouslider/jquery.nouislider.min.js +2 -33
  89. data/data/weaver/js/plugins/pace/pace.min.js +2 -2
  90. data/data/weaver/js/plugins/pdfjs/pdf.js +10905 -0
  91. data/data/weaver/js/plugins/pdfjs/pdf.worker.js +43194 -0
  92. data/data/weaver/js/plugins/pwstrength/pwstrength-bootstrap.min.js +4 -0
  93. data/data/weaver/js/plugins/pwstrength/zxcvbn.js +28 -0
  94. data/data/weaver/js/plugins/steps/jquery.steps.min.js +6 -0
  95. data/data/weaver/js/plugins/summernote/summernote.min.js +4 -2
  96. data/data/weaver/js/plugins/switchery/switchery.js +1 -1
  97. data/data/weaver/js/plugins/topojson/LICENSE +26 -0
  98. data/data/weaver/js/plugins/topojson/topojson.js +534 -0
  99. data/data/weaver/js/plugins/touchpunch/jquery.ui.touch-punch.min.js +11 -0
  100. data/data/weaver/js/plugins/touchspin/jquery.bootstrap-touchspin.min.js +9 -0
  101. data/data/weaver/js/plugins/typehead/bootstrap3-typeahead.min.js +1 -0
  102. data/data/weaver/js/plugins/validate/jquery.validate.min.js +3 -3
  103. data/data/weaver/js/{inspinia.js → weaver.js} +34 -38
  104. data/lib/weaver.rb +1 -1
  105. data/lib/weaver/version.rb +1 -1
  106. metadata +58 -4
@@ -0,0 +1,204 @@
1
+ /* --- Basics --- */
2
+
3
+ .loading {
4
+ display: inline-block;
5
+ overflow: hidden;
6
+ height: 1.3em;
7
+ margin-top: -0.3em;
8
+ line-height: 1.5em;
9
+ vertical-align: text-bottom;
10
+ }
11
+
12
+ .loading::after {
13
+ display: inline-table;
14
+ white-space: pre;
15
+ text-align: left;
16
+ }
17
+
18
+ /* --- Types --- */
19
+
20
+ /* default loading is ellip */
21
+ .loading::after {
22
+ content: "\A.\A..\A...";
23
+ animation: spin4 2s steps(4) infinite;
24
+ }
25
+
26
+ .loading.line::after {
27
+ content: "/\A–\A\\\A|";
28
+ text-align: center;
29
+ animation: spin4 1s steps(4) infinite;
30
+ }
31
+
32
+ .loading.line2::after {
33
+ content: "╲\A│\A╱\A─";
34
+ text-align: center;
35
+ animation: spin4 1s steps(4) infinite;
36
+ }
37
+
38
+ .loading.plus::after {
39
+ content: "┽\A╀\A┾\A╁";
40
+ animation: spin4 1s steps(4) infinite;
41
+ }
42
+
43
+ .loading.dots::after {
44
+ content: "⠋\A⠙\A⠹\A⠸\A⠼\A⠴\A⠦\A⠧\A⠇\A⠏";
45
+ animation: spin10 1s steps(10) infinite;
46
+ }
47
+
48
+ .loading.dots2::after {
49
+ content: "⠋\A⠙\A⠚\A⠞\A⠖\A⠦\A⠴\A⠲\A⠳";
50
+ animation: spin9 1s steps(9) infinite;
51
+ }
52
+
53
+ .loading.dots3::after {
54
+ content: "⋮\A⋰\A⋯\A⋱";
55
+ text-align: center;
56
+ animation: spin4 1s steps(4) infinite;
57
+ }
58
+
59
+ .loading.lifting::after {
60
+ content: "꜈꜍\A꜉꜎\A꜊꜏\A꜋꜐\A꜌꜑";
61
+ animation: spin5 .5s steps(5) infinite alternate;
62
+ }
63
+
64
+ .loading.hamburger::after {
65
+ content: "☱\A☲\A☴";
66
+ animation: spin3 .3s steps(3) infinite alternate;
67
+ }
68
+
69
+ .loading.bar::after {
70
+ content: "▏\A▎\A▍\A▌\A▋\A▊\A▉";
71
+ animation: spin7 1s steps(7) infinite alternate;
72
+ }
73
+
74
+ .loading.bar2::after {
75
+ content: "▁\A▂\A▃\A▄\A▅\A▆\A▇\A█";
76
+ animation: spin8 2s steps(8) infinite alternate;
77
+ }
78
+
79
+ .loading.circle::after {
80
+ content: "◴\A◷\A◶\A◵";
81
+ animation: spin4 1s steps(4) infinite;
82
+ }
83
+
84
+ .loading.open-circle::after {
85
+ content: "◜\A◠\A◝\A◞\A◡\A◟";
86
+ animation: spin6 .6s steps(6) infinite;
87
+ }
88
+
89
+ .loading.arrow::after {
90
+ content: "←\A↖\A↑\A↗\A→\A↘\A↓\A↙";
91
+ animation: spin8 1s steps(8) infinite;
92
+ }
93
+
94
+ .loading.triangle::after {
95
+ content: "◢\A◣\A◤\A◥";
96
+ animation: spin4 1s steps(4) infinite;
97
+ }
98
+
99
+ .loading.triangles::after {
100
+ content: "▹▹▹▹▹\A ▸▹▹▹▹\A ▹▸▹▹▹\A ▹▹▸▹▹\A ▹▹▹▸▹\A ▹▹▹▹▸";
101
+ animation: spin6 1s steps(6) infinite;
102
+ }
103
+
104
+ .loading.beam::after {
105
+ content: "\A= \A == \A === \A ====\A ===\A ==\A =\A";
106
+ animation: spin9 1.2s steps(9) infinite;
107
+ font-family: monospace;
108
+ }
109
+
110
+ .loading.bullet::after {
111
+ content: " ● \A ● \A ● \A ● \A ●\A ● \A ● \A ● \A ● \A ● ";
112
+ animation: spin10 1s steps(10) infinite;
113
+ }
114
+
115
+ .loading.bullseye::after {
116
+ content: "◎◎◎\A◉◎◎\A◎◉◎\A◎◎◉";
117
+ animation: spin4 1s steps(4) infinite;
118
+ }
119
+
120
+ .loading.rhomb::after {
121
+ content: "◇◇◇\A◈◇◇\A◇◈◇\A◇◇◈";
122
+ animation: spin4 1s steps(4) infinite;
123
+ }
124
+
125
+ .loading.fish::after {
126
+ content: ">))'>\A  >))'>\A   >))'>\A    >))'>\A     >))'>\A     <'((<\A    <'((<\A   <'((<\A  <'((<\A <'((<\A";
127
+ animation: spin10 5s steps(10) infinite;
128
+ }
129
+
130
+ .loading.toggle::after {
131
+ content: "⊶\A⊷";
132
+ animation: spin2 1s steps(2) infinite;
133
+ }
134
+
135
+ .loading.countdown::after {
136
+ content: "0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9";
137
+ animation: spin10 10s steps(10) reverse;
138
+ }
139
+
140
+ .loading.time::after {
141
+ content: "🕐\A🕑\A🕒\A🕓\A🕔\A🕕\A🕖\A🕗\A🕘\A🕙\A🕚\A🕛";
142
+ animation: spin12 3s steps(12) infinite;
143
+ width: 1.3em;
144
+ }
145
+
146
+ .loading.hearts::after {
147
+ content: "💛\A💙\A💜\A💚";
148
+ animation: spin4 2s steps(4) infinite;
149
+ width: 1.3em;
150
+ }
151
+
152
+ .loading.earth::after {
153
+ content: "🌍\A🌎\A🌏";
154
+ animation: spin3 1s steps(3) infinite;
155
+ width: 1.3em;
156
+ }
157
+
158
+ .loading.moon::after {
159
+ content: "🌑\A🌒\A🌓\A🌔\A🌕\A🌖\A🌗\A🌘";
160
+ animation: spin8 2s steps(8) infinite;
161
+ width: 1.3em;
162
+ }
163
+
164
+ .loading.monkey::after {
165
+ content: "🙈\A🙉\A🙊";
166
+ animation: spin3 1.5s steps(3) infinite;
167
+ width: 1.3em;
168
+ }
169
+
170
+ .loading.runner::after {
171
+ content: "🚶\A🏃";
172
+ animation: spin2 1s steps(2) infinite;
173
+ width: 1.3em;
174
+ }
175
+
176
+ .loading.box-bounce::after {
177
+ content:"▖\A▘\A▝\A▗";
178
+ animation: spin4 1s steps(4) infinite;
179
+ }
180
+
181
+ .loading.star::after {
182
+ content:"✶\A✸\A✹\A✺\A✹\A✷";
183
+ animation: spin6 1s steps(6) infinite;
184
+ }
185
+
186
+ .loading.words::after {
187
+ content: "Loading\A Still loading\A Mostly done\A A bit more \A Almost done\A Ready-ish";
188
+ animation: spin6 12s steps(6) infinite;
189
+ }
190
+
191
+ /* --- Animations --- */
192
+
193
+ @keyframes spin1 { to { transform: translateY( -1.5em); } }
194
+ @keyframes spin2 { to { transform: translateY( -3.0em); } }
195
+ @keyframes spin3 { to { transform: translateY( -4.5em); } }
196
+ @keyframes spin4 { to { transform: translateY( -6.0em); } }
197
+ @keyframes spin5 { to { transform: translateY( -7.5em); } }
198
+ @keyframes spin6 { to { transform: translateY( -9.0em); } }
199
+ @keyframes spin7 { to { transform: translateY(-10.5em); } }
200
+ @keyframes spin8 { to { transform: translateY(-12.0em); } }
201
+ @keyframes spin9 { to { transform: translateY(-13.5em); } }
202
+ @keyframes spin10 { to { transform: translateY(-15.0em); } }
203
+ @keyframes spin11 { to { transform: translateY(-16.5em); } }
204
+ @keyframes spin12 { to { transform: translateY(-18.0em); } }
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Bootstrap TouchSpin - v3.0.1
3
+ * A mobile and touch friendly input spinner component for Bootstrap 3.
4
+ * http://www.virtuosoft.eu/code/bootstrap-touchspin/
5
+ *
6
+ * Made by István Ujj-Mészáros
7
+ * Under Apache License v2.0 License
8
+ */
9
+
10
+ .bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}
@@ -1,9 +1,9 @@
1
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
1
+ @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
2
2
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
3
3
  /*
4
4
  *
5
5
  * INSPINIA - Responsive Admin Theme
6
- * version 2.3
6
+ * version 2.7.1
7
7
  *
8
8
  */
9
9
  h1,
@@ -109,6 +109,14 @@ h5 {
109
109
  text-align: left;
110
110
  font-weight: normal;
111
111
  }
112
+ .dropdown-menu > .active > a,
113
+ .dropdown-menu > .active > a:focus,
114
+ .dropdown-menu > .active > a:hover {
115
+ color: #fff;
116
+ text-decoration: none;
117
+ background-color: #1ab394;
118
+ outline: 0;
119
+ }
112
120
  .dropdown-menu > li > a.font-bold {
113
121
  font-weight: 600;
114
122
  }
@@ -161,10 +169,14 @@ h5 {
161
169
  }
162
170
  .nav-header {
163
171
  padding: 33px 25px;
164
- background: url("patterns/header-profile.png") no-repeat;
172
+ background-color: #2f4050;
173
+ background-image: url("patterns/header-profile.png");
165
174
  }
166
175
  .pace-done .nav-header {
167
- transition: all 0.5s;
176
+ transition: all 0.4s;
177
+ }
178
+ ul.nav-second-level {
179
+ background: #293846;
168
180
  }
169
181
  .nav > li.active {
170
182
  border-left: 4px solid #19aa8d;
@@ -193,7 +205,7 @@ h5 {
193
205
  height: 50px;
194
206
  padding: 0;
195
207
  width: 200px;
196
- display: inline-table;
208
+ display: block;
197
209
  }
198
210
  .navbar-form-custom .form-group {
199
211
  margin-bottom: 0;
@@ -256,10 +268,10 @@ body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
256
268
  .mini-navbar .nav-second-level li a {
257
269
  padding: 10px 10px 10px 15px;
258
270
  }
259
- .mini-navbar .nav-second-level {
271
+ .mini-navbar .nav .nav-second-level {
260
272
  position: absolute;
261
273
  left: 70px;
262
- top: 0px;
274
+ top: 0;
263
275
  background-color: #2f4050;
264
276
  padding: 10px 10px 10px 10px;
265
277
  font-size: 12px;
@@ -307,14 +319,14 @@ body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
307
319
  .pace-done li.active,
308
320
  .pace-done #page-wrapper,
309
321
  .pace-done .footer {
310
- -webkit-transition: all 0.5s;
311
- -moz-transition: all 0.5s;
312
- -o-transition: all 0.5s;
313
- transition: all 0.5s;
322
+ -webkit-transition: all 0.4s;
323
+ -moz-transition: all 0.4s;
324
+ -o-transition: all 0.4s;
325
+ transition: all 0.4s;
314
326
  }
315
327
  .navbar-fixed-top {
316
328
  background: #fff;
317
- transition-duration: 0.5s;
329
+ transition-duration: 0.4s;
318
330
  border-bottom: 1px solid #e7eaec !important;
319
331
  z-index: 2030;
320
332
  }
@@ -325,6 +337,26 @@ body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
325
337
  .fixed-nav #wrapper {
326
338
  margin-top: 0;
327
339
  }
340
+ .nav-tabs > li.active > a,
341
+ .nav-tabs > li.active > a:hover,
342
+ .nav-tabs > li.active > a:focus {
343
+ -moz-border-bottom-colors: none;
344
+ -moz-border-left-colors: none;
345
+ -moz-border-right-colors: none;
346
+ -moz-border-top-colors: none;
347
+ background: none;
348
+ border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
349
+ border-bottom: #f3f3f4;
350
+ border-image: none;
351
+ border-style: solid;
352
+ border-width: 1px;
353
+ color: #555555;
354
+ cursor: default;
355
+ }
356
+ .nav.nav-tabs li {
357
+ background: none;
358
+ border: none;
359
+ }
328
360
  body.fixed-nav #wrapper .navbar-static-side,
329
361
  body.fixed-nav #wrapper #page-wrapper {
330
362
  margin-top: 60px;
@@ -332,11 +364,29 @@ body.fixed-nav #wrapper #page-wrapper {
332
364
  body.top-navigation.fixed-nav #wrapper #page-wrapper {
333
365
  margin-top: 0;
334
366
  }
367
+ body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
368
+ left: 220px;
369
+ }
370
+ body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
371
+ left: 70px;
372
+ }
373
+ body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
374
+ left: 0;
375
+ }
376
+ body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
377
+ margin-top: 0;
378
+ }
379
+ body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
380
+ left: 0;
381
+ }
382
+ body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
383
+ left: 220px;
384
+ }
335
385
  .fixed-nav .minimalize-styl-2 {
336
386
  margin: 14px 5px 5px 15px;
337
387
  }
338
388
  .body-small .navbar-fixed-top {
339
- margin-left: 0px;
389
+ margin-left: 0;
340
390
  }
341
391
  body.mini-navbar .navbar-static-side {
342
392
  width: 70px;
@@ -387,10 +437,10 @@ body.canvas-menu .navbar-static-side {
387
437
  height: 100%;
388
438
  }
389
439
  body.fixed-sidebar.mini-navbar .navbar-static-side {
390
- width: 0px;
440
+ width: 0;
391
441
  }
392
442
  body.fixed-sidebar.mini-navbar #page-wrapper {
393
- margin: 0 0 0 0px;
443
+ margin: 0 0 0 0;
394
444
  }
395
445
  body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
396
446
  margin: 0 0 0 220px;
@@ -423,7 +473,7 @@ body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a
423
473
  }
424
474
  .fixed-sidebar.mini-navbar li.active .nav-second-level,
425
475
  .canvas-menu.mini-navbar li.active .nav-second-level {
426
- left: 0px;
476
+ left: 0;
427
477
  }
428
478
  body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
429
479
  body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
@@ -444,7 +494,7 @@ body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
444
494
  }
445
495
  .fixed-sidebar.mini-navbar .nav-second-level,
446
496
  .canvas-menu.mini-navbar .nav-second-level {
447
- left: 0px;
497
+ left: 0;
448
498
  }
449
499
  body.canvas-menu nav.navbar-static-side {
450
500
  z-index: 2001;
@@ -481,7 +531,7 @@ body.canvas-menu.mini-navbar nav.navbar-static-side {
481
531
  background: #fff;
482
532
  color: #1ab394;
483
533
  }
484
- .top-navigation .nav > li.active {
534
+ .top-navigation .navbar .nav > li.active {
485
535
  background: #fff;
486
536
  border: none;
487
537
  }
@@ -500,7 +550,7 @@ body.canvas-menu.mini-navbar nav.navbar-static-side {
500
550
  padding: 7px 20px;
501
551
  }
502
552
  .navbar .dropdown-menu {
503
- margin-top: 0px;
553
+ margin-top: 0;
504
554
  }
505
555
  .top-navigation .navbar-brand {
506
556
  background: #1ab394;
@@ -529,7 +579,7 @@ body.canvas-menu.mini-navbar nav.navbar-static-side {
529
579
  }
530
580
  .top-navigation.body-small .wrapper.wrapper-content,
531
581
  .body-small .top-navigation .wrapper.wrapper-content {
532
- padding: 40px 0px 40px 0px;
582
+ padding: 40px 0 40px 0;
533
583
  }
534
584
  .navbar-toggle {
535
585
  background-color: #1ab394;
@@ -724,9 +774,9 @@ fieldset[disabled] .btn-info.active {
724
774
  border-color: #26d7d9;
725
775
  }
726
776
  .btn-default {
727
- background-color: #c2c2c2;
728
- border-color: #c2c2c2;
729
- color: #FFFFFF;
777
+ color: inherit;
778
+ background: white;
779
+ border: 1px solid #e7eaec;
730
780
  }
731
781
  .btn-default:hover,
732
782
  .btn-default:focus,
@@ -737,14 +787,13 @@ fieldset[disabled] .btn-info.active {
737
787
  .btn-default:active:hover,
738
788
  .btn-default.active:hover,
739
789
  .btn-default.active:focus {
740
- background-color: #bababa;
741
- border-color: #bababa;
742
- color: #FFFFFF;
790
+ color: inherit;
791
+ border: 1px solid #d2d2d2;
743
792
  }
744
793
  .btn-default:active,
745
794
  .btn-default.active,
746
795
  .open .dropdown-toggle.btn-default {
747
- background-image: none;
796
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
748
797
  }
749
798
  .btn-default.disabled,
750
799
  .btn-default.disabled:hover,
@@ -761,8 +810,7 @@ fieldset[disabled] .btn-default:hover,
761
810
  fieldset[disabled] .btn-default:focus,
762
811
  fieldset[disabled] .btn-default:active,
763
812
  fieldset[disabled] .btn-default.active {
764
- background-color: #cccccc;
765
- border-color: #cccccc;
813
+ color: #cacaca;
766
814
  }
767
815
  .btn-warning {
768
816
  background-color: #f8ac59;
@@ -953,7 +1001,6 @@ fieldset[disabled] .btn-white.active {
953
1001
  }
954
1002
  button.dim {
955
1003
  display: inline-block;
956
- color: #fff;
957
1004
  text-decoration: none;
958
1005
  text-transform: uppercase;
959
1006
  text-align: center;
@@ -969,40 +1016,40 @@ button.dim:active {
969
1016
  top: 3px;
970
1017
  }
971
1018
  button.btn-primary.dim {
972
- box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999;
1019
+ box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
973
1020
  }
974
1021
  button.btn-primary.dim:active {
975
- box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999;
1022
+ box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
976
1023
  }
977
1024
  button.btn-default.dim {
978
- box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
1025
+ box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
979
1026
  }
980
1027
  button.btn-default.dim:active {
981
- box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
1028
+ box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
982
1029
  }
983
1030
  button.btn-warning.dim {
984
- box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
1031
+ box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
985
1032
  }
986
1033
  button.btn-warning.dim:active {
987
- box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
1034
+ box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
988
1035
  }
989
1036
  button.btn-info.dim {
990
- box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
1037
+ box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
991
1038
  }
992
1039
  button.btn-info.dim:active {
993
- box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
1040
+ box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
994
1041
  }
995
1042
  button.btn-success.dim {
996
- box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
1043
+ box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
997
1044
  }
998
1045
  button.btn-success.dim:active {
999
- box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
1046
+ box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
1000
1047
  }
1001
1048
  button.btn-danger.dim {
1002
- box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
1049
+ box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
1003
1050
  }
1004
1051
  button.btn-danger.dim:active {
1005
- box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
1052
+ box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
1006
1053
  }
1007
1054
  button.dim:before {
1008
1055
  font-size: 50px;
@@ -1016,19 +1063,25 @@ button.dim:active:before {
1016
1063
  top: 7px;
1017
1064
  font-size: 50px;
1018
1065
  }
1066
+ .btn:focus {
1067
+ outline: none !important;
1068
+ }
1019
1069
  .label {
1020
1070
  background-color: #d1dade;
1021
1071
  color: #5e5e5e;
1022
- font-family: 'Open Sans';
1023
- font-size: 10px;
1072
+ font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
1024
1073
  font-weight: 600;
1025
1074
  padding: 3px 8px;
1026
1075
  text-shadow: none;
1027
1076
  }
1077
+ .nav .label,
1078
+ .ibox .label {
1079
+ font-size: 10px;
1080
+ }
1028
1081
  .badge {
1029
1082
  background-color: #d1dade;
1030
1083
  color: #5e5e5e;
1031
- font-family: 'Open Sans';
1084
+ font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
1032
1085
  font-size: 11px;
1033
1086
  font-weight: 600;
1034
1087
  padding-bottom: 4px;
@@ -1137,7 +1190,7 @@ button.dim:active:before {
1137
1190
  }
1138
1191
  .onoffswitch-switch {
1139
1192
  width: 20px;
1140
- margin: 0px;
1193
+ margin: 0;
1141
1194
  background: #FFFFFF;
1142
1195
  border: 2px solid #1ab394;
1143
1196
  border-radius: 2px;
@@ -1154,15 +1207,20 @@ button.dim:active:before {
1154
1207
  margin-left: 0;
1155
1208
  }
1156
1209
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
1157
- right: 0px;
1210
+ right: 0;
1211
+ }
1212
+ .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
1213
+ background-color: #919191;
1214
+ }
1215
+ .onoffswitch-checkbox:disabled + .onoffswitch-label,
1216
+ .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
1217
+ border-color: #919191;
1158
1218
  }
1159
1219
  /* CHOSEN PLUGIN */
1160
1220
  .chosen-container-single .chosen-single {
1161
1221
  background: #ffffff;
1162
1222
  box-shadow: none;
1163
1223
  -moz-box-sizing: border-box;
1164
- background-color: #FFFFFF;
1165
- border: 1px solid #CBD5DD;
1166
1224
  border-radius: 2px;
1167
1225
  cursor: text;
1168
1226
  height: auto !important;
@@ -1175,7 +1233,7 @@ button.dim:active:before {
1175
1233
  }
1176
1234
  .chosen-container-multi .chosen-choices li.search-choice {
1177
1235
  background: #f1f1f1;
1178
- border: 1px solid #ededed;
1236
+ border: 1px solid #e5e6e7;
1179
1237
  border-radius: 2px;
1180
1238
  box-shadow: none;
1181
1239
  color: #333333;
@@ -1185,6 +1243,11 @@ button.dim:active:before {
1185
1243
  padding: 3px 20px 3px 5px;
1186
1244
  position: relative;
1187
1245
  }
1246
+ /* Tags Input Plugin */
1247
+ .bootstrap-tagsinput {
1248
+ border: 1px solid #e5e6e7;
1249
+ box-shadow: none;
1250
+ }
1188
1251
  /* PAGINATIN */
1189
1252
  .pagination > .active > a,
1190
1253
  .pagination > .active > span,
@@ -1346,7 +1409,7 @@ button.dim:active:before {
1346
1409
  .media-body {
1347
1410
  overflow: hidden;
1348
1411
  }
1349
- .media-body {
1412
+ .chat-element .media-body {
1350
1413
  display: block;
1351
1414
  width: auto;
1352
1415
  }
@@ -1454,7 +1517,6 @@ a.list-group-item.active:focus {
1454
1517
  .elements-list .list-group-item {
1455
1518
  border-left: none;
1456
1519
  border-right: none;
1457
- /*border-top: none;*/
1458
1520
  padding: 15px 25px;
1459
1521
  }
1460
1522
  .elements-list .list-group-item:first-child {
@@ -1473,8 +1535,6 @@ a.list-group-item.active:focus {
1473
1535
  background: #f3f3f4;
1474
1536
  color: inherit;
1475
1537
  border-color: #e7eaec;
1476
- /*border-bottom: 1px solid #e7eaec;*/
1477
- /*border-top: 1px solid #e7eaec;*/
1478
1538
  border-radius: 0;
1479
1539
  }
1480
1540
  .elements-list li.active {
@@ -1510,8 +1570,8 @@ a.list-group-item.active:focus {
1510
1570
  .jqstooltip {
1511
1571
  position: absolute;
1512
1572
  display: block;
1513
- left: 0px;
1514
- top: 0px;
1573
+ left: 0;
1574
+ top: 0;
1515
1575
  visibility: hidden;
1516
1576
  background: #2b303a;
1517
1577
  background-color: rgba(43, 48, 58, 0.8);
@@ -1527,9 +1587,30 @@ a.list-group-item.active:focus {
1527
1587
  color: white;
1528
1588
  text-align: left;
1529
1589
  }
1590
+ .fh-150 {
1591
+ height: 150px;
1592
+ }
1593
+ .fh-200 {
1594
+ height: 200px;
1595
+ }
1596
+ .h-150 {
1597
+ min-height: 150px;
1598
+ }
1530
1599
  .h-200 {
1531
1600
  min-height: 200px;
1532
1601
  }
1602
+ .h-300 {
1603
+ min-height: 300px;
1604
+ }
1605
+ .w-150 {
1606
+ min-width: 150px;
1607
+ }
1608
+ .w-200 {
1609
+ min-width: 200px;
1610
+ }
1611
+ .w-300 {
1612
+ min-width: 300px;
1613
+ }
1533
1614
  .legendLabel {
1534
1615
  padding-left: 5px;
1535
1616
  }
@@ -1562,40 +1643,37 @@ table.dataTable thead .sorting_desc_disabled {
1562
1643
  .dataTables_length {
1563
1644
  float: left;
1564
1645
  }
1565
- body.DTTT_Print {
1566
- background: #fff;
1646
+ .dataTables_filter label {
1647
+ margin-right: 5px;
1567
1648
  }
1568
- .DTTT_Print #page-wrapper {
1569
- margin: 0;
1570
- background: #fff;
1649
+ .html5buttons {
1650
+ float: right;
1571
1651
  }
1572
- button.DTTT_button,
1573
- div.DTTT_button,
1574
- a.DTTT_button {
1652
+ .html5buttons a {
1575
1653
  border: 1px solid #e7eaec;
1576
1654
  background: #fff;
1577
1655
  color: #676a6c;
1578
1656
  box-shadow: none;
1579
1657
  padding: 6px 8px;
1658
+ font-size: 12px;
1580
1659
  }
1581
- button.DTTT_button:hover,
1582
- div.DTTT_button:hover,
1583
- a.DTTT_button:hover {
1584
- border: 1px solid #d2d2d2;
1585
- background: #fff;
1586
- color: #676a6c;
1587
- box-shadow: none;
1588
- padding: 6px 8px;
1660
+ .html5buttons a:hover,
1661
+ .html5buttons a:focus:active {
1662
+ background-color: #eee;
1663
+ color: inherit;
1664
+ border-color: #d2d2d2;
1589
1665
  }
1590
- button.DTTT_button:hover:not(.DTTT_disabled),
1591
- div.DTTT_button:hover:not(.DTTT_disabled),
1592
- a.DTTT_button:hover:not(.DTTT_disabled) {
1593
- border: 1px solid #d2d2d2;
1594
- background: #fff;
1595
- box-shadow: none;
1666
+ div.dt-button-info {
1667
+ z-index: 100;
1596
1668
  }
1597
- .dataTables_filter label {
1598
- margin-right: 5px;
1669
+ @media (max-width: 768px) {
1670
+ .html5buttons {
1671
+ float: none;
1672
+ margin-top: 10px;
1673
+ }
1674
+ .dataTables_length {
1675
+ float: none;
1676
+ }
1599
1677
  }
1600
1678
  /* CIRCLE */
1601
1679
  .img-circle {
@@ -1688,7 +1766,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1688
1766
  .pace .pace-progress {
1689
1767
  background: #1ab394;
1690
1768
  position: fixed;
1691
- z-index: 2000;
1769
+ z-index: 2040;
1692
1770
  top: 0;
1693
1771
  right: 100%;
1694
1772
  width: 100%;
@@ -1718,7 +1796,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1718
1796
  background: #ffffff;
1719
1797
  }
1720
1798
  .widget-head-color-box {
1721
- border-radius: 5px 5px 0px 0px;
1799
+ border-radius: 5px 5px 0 0;
1722
1800
  margin-top: 10px;
1723
1801
  }
1724
1802
  .widget .flot-chart {
@@ -1816,19 +1894,21 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1816
1894
  padding: 6px 12px;
1817
1895
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
1818
1896
  width: 100%;
1819
- font-size: 14px;
1820
1897
  }
1821
1898
  .form-control:focus,
1822
1899
  .single-line:focus {
1823
- border-color: #1ab394 !important;
1900
+ border-color: #1ab394;
1824
1901
  }
1825
- .has-success .form-control {
1902
+ .has-success .form-control,
1903
+ .has-success .form-control:focus {
1826
1904
  border-color: #1ab394;
1827
1905
  }
1828
- .has-warning .form-control {
1906
+ .has-warning .form-control,
1907
+ .has-warning .form-control:focus {
1829
1908
  border-color: #f8ac59;
1830
1909
  }
1831
- .has-error .form-control {
1910
+ .has-error .form-control,
1911
+ .has-error .form-control:focus {
1832
1912
  border-color: #ed5565;
1833
1913
  }
1834
1914
  .has-success .control-label {
@@ -1875,7 +1955,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1875
1955
  background: #e7eaec;
1876
1956
  }
1877
1957
  .ibox.ui-sortable-placeholder {
1878
- margin: 0px 0px 23px !important;
1958
+ margin: 0 0 23px !important;
1879
1959
  }
1880
1960
  /* SWITCHES */
1881
1961
  .onoffswitch {
@@ -1936,7 +2016,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1936
2016
  .onoffswitch-switch {
1937
2017
  display: block;
1938
2018
  width: 18px;
1939
- margin: 0px;
2019
+ margin: 0;
1940
2020
  background: #FFFFFF;
1941
2021
  border: 2px solid #1AB394;
1942
2022
  border-radius: 3px;
@@ -1953,7 +2033,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1953
2033
  margin-left: 0;
1954
2034
  }
1955
2035
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
1956
- right: 0px;
2036
+ right: 0;
1957
2037
  }
1958
2038
  /* jqGrid */
1959
2039
  .ui-jqgrid {
@@ -1978,17 +2058,17 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
1978
2058
  }
1979
2059
  .ui-jqgrid .ui-jqgrid-titlebar {
1980
2060
  position: relative;
1981
- border-left: 0px solid;
1982
- border-right: 0px solid;
1983
- border-top: 0px solid;
2061
+ border-left: 0 solid;
2062
+ border-right: 0 solid;
2063
+ border-top: 0 solid;
1984
2064
  }
1985
2065
  .ui-widget-header {
1986
2066
  background: none;
1987
2067
  background-image: none;
1988
2068
  background-color: #f5f5f6;
1989
2069
  text-transform: uppercase;
1990
- border-top-left-radius: 0px;
1991
- border-top-right-radius: 0px;
2070
+ border-top-left-radius: 0;
2071
+ border-top-right-radius: 0;
1992
2072
  }
1993
2073
  .ui-jqgrid tr.ui-row-ltr td {
1994
2074
  border-right-color: inherit;
@@ -2002,7 +2082,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
2002
2082
  font-size: 12px;
2003
2083
  height: 15px;
2004
2084
  border: 1px solid #CCCCCC;
2005
- border-radius: 0px;
2085
+ border-radius: 0;
2006
2086
  }
2007
2087
  .ui-state-default,
2008
2088
  .ui-widget-content .ui-state-default,
@@ -2021,7 +2101,7 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
2021
2101
  background-position: 1px -16px;
2022
2102
  }
2023
2103
  .ui-jqgrid tr.ui-search-toolbar th {
2024
- border-top-width: 0px !important;
2104
+ border-top-width: 0 !important;
2025
2105
  border-top-color: inherit !important;
2026
2106
  border-top-style: ridge !important;
2027
2107
  }
@@ -2068,11 +2148,11 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
2068
2148
  position: relative;
2069
2149
  }
2070
2150
  .ui-pg-table .navtable .ui-corner-all {
2071
- border-radius: 0px;
2151
+ border-radius: 0;
2072
2152
  }
2073
2153
  .ui-jqgrid .ui-pg-button:hover {
2074
2154
  padding: 1px;
2075
- border: 0px;
2155
+ border: 0;
2076
2156
  }
2077
2157
  .ui-jqgrid .loading {
2078
2158
  position: absolute;
@@ -2304,9 +2384,6 @@ a.DTTT_button:hover:not(.DTTT_disabled) {
2304
2384
  background: #f3f3f4;
2305
2385
  padding: 10px;
2306
2386
  }
2307
- #nestable2 .dd-handle:hover {
2308
- /*background: #bbb;*/
2309
- }
2310
2387
  #nestable2 span.label {
2311
2388
  margin-right: 10px;
2312
2389
  }
@@ -2337,9 +2414,7 @@ label.error {
2337
2414
  margin-left: 5px;
2338
2415
  }
2339
2416
  .form-control.error {
2340
- background: rgb(251, 227, 228);
2341
- border: 1px solid #fbc2c4;
2342
- color: #8a1f11;
2417
+ border: 1px dotted #cc5965;
2343
2418
  }
2344
2419
  /* ngGrid */
2345
2420
  .gridStyle {
@@ -2446,9 +2521,9 @@ label.error {
2446
2521
  background: #fff;
2447
2522
  padding: 0;
2448
2523
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
2449
- -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
2450
- -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
2451
- border: none ;
2524
+ -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
2525
+ -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
2526
+ border: none;
2452
2527
  margin-top: 30px;
2453
2528
  color: inherit;
2454
2529
  }
@@ -2583,7 +2658,7 @@ a.forum-item-title:hover {
2583
2658
  }
2584
2659
  @media (max-width: 992px) {
2585
2660
  .forum-info {
2586
- margin: 15px 0 10px 0px;
2661
+ margin: 15px 0 10px 0;
2587
2662
  /* Comment this is you want to show forum info in small devices */
2588
2663
  display: none;
2589
2664
  }
@@ -2626,10 +2701,10 @@ a.forum-item-title:hover {
2626
2701
  background: #e7eaec;
2627
2702
  }
2628
2703
  .dark-timeline .vertical-timeline-content:before {
2629
- border-color: transparent #f5f5f5 transparent transparent ;
2704
+ border-color: transparent #f5f5f5 transparent transparent;
2630
2705
  }
2631
2706
  .dark-timeline.center-orientation .vertical-timeline-content:before {
2632
- border-color: transparent transparent transparent #f5f5f5;
2707
+ border-color: transparent transparent transparent #f5f5f5;
2633
2708
  }
2634
2709
  .dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
2635
2710
  .dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
@@ -2920,7 +2995,6 @@ a.forum-item-title:hover {
2920
2995
  .tabs-container .tabs-left > .nav-tabs .active > a:hover,
2921
2996
  .tabs-container .tabs-left > .nav-tabs .active > a:focus {
2922
2997
  border-color: #e7eaec transparent #e7eaec #e7eaec;
2923
- *border-right-color: #ffffff;
2924
2998
  }
2925
2999
  .tabs-container .tabs-right > .nav-tabs {
2926
3000
  float: right;
@@ -2936,9 +3010,17 @@ a.forum-item-title:hover {
2936
3010
  .tabs-container .tabs-right > .nav-tabs .active > a:hover,
2937
3011
  .tabs-container .tabs-right > .nav-tabs .active > a:focus {
2938
3012
  border-color: #e7eaec #e7eaec #e7eaec transparent;
2939
- *border-left-color: #ffffff;
2940
3013
  z-index: 1;
2941
3014
  }
3015
+ @media (max-width: 767px) {
3016
+ .tabs-container .nav-tabs > li {
3017
+ float: none !important;
3018
+ }
3019
+ .tabs-container .nav-tabs > li.active > a {
3020
+ border-bottom: 1px solid #e7eaec !important;
3021
+ margin: 0;
3022
+ }
3023
+ }
2942
3024
  /* jsvectormap */
2943
3025
  .jvectormap-container {
2944
3026
  width: 100%;
@@ -3088,30 +3170,190 @@ a.forum-item-title:hover {
3088
3170
  .select2-container--default .select2-selection--multiple {
3089
3171
  border-color: #e7eaec;
3090
3172
  }
3091
- .sidebard-panel {
3173
+ .select2-container--default.select2-container--focus .select2-selection--single,
3174
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
3175
+ border-color: #1ab394;
3176
+ }
3177
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
3178
+ background-color: #1ab394;
3179
+ }
3180
+ .select2-container--default .select2-search--dropdown .select2-search__field {
3181
+ border-color: #e7eaec;
3182
+ }
3183
+ .select2-dropdown {
3184
+ border-color: #e7eaec;
3185
+ }
3186
+ .select2-dropdown input:focus {
3187
+ outline: none;
3188
+ }
3189
+ .select2-selection {
3190
+ outline: none;
3191
+ }
3192
+ .ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > a {
3193
+ background-color: #1ab394;
3194
+ }
3195
+ /* Tour */
3196
+ .tour-tour .btn.btn-default {
3197
+ background-color: #ffffff;
3198
+ border: 1px solid #d2d2d2;
3199
+ color: inherit;
3200
+ }
3201
+ .tour-step-backdrop {
3202
+ z-index: 2101;
3203
+ }
3204
+ .tour-backdrop {
3205
+ z-index: 2100;
3206
+ opacity: .7;
3207
+ }
3208
+ .popover[class*=tour-] {
3209
+ z-index: 2100;
3210
+ }
3211
+ body.tour-open .animated {
3212
+ animation-fill-mode: initial;
3213
+ }
3214
+ /* Resizable */
3215
+ .resizable-panels .ibox {
3216
+ clear: none;
3217
+ margin: 10px;
3218
+ float: left;
3219
+ overflow: hidden;
3220
+ min-height: 150px;
3221
+ min-width: 150px;
3222
+ }
3223
+ .resizable-panels .ibox .ibox-content {
3224
+ height: calc(100% - 49px);
3225
+ }
3226
+ .ui-resizable-helper {
3227
+ background: rgba(211, 211, 211, 0.4);
3228
+ }
3229
+ /* Wizard step fix */
3230
+ .wizard > .content > .body {
3231
+ position: relative;
3232
+ }
3233
+ /* PDF js style */
3234
+ .pdf-toolbar {
3235
+ max-width: 600px;
3236
+ margin: 0 auto;
3237
+ }
3238
+ /* Dropzone */
3239
+ .dropzone {
3240
+ min-height: 140px;
3241
+ border: 1px dashed #1ab394;
3242
+ background: white;
3243
+ padding: 20px 20px;
3244
+ }
3245
+ .dropzone .dz-message {
3246
+ font-size: 16px;
3247
+ }
3248
+ /* Activity stream */
3249
+ .stream {
3250
+ position: relative;
3251
+ padding: 10px 0;
3252
+ }
3253
+ .stream:first-child .stream-badge:before {
3254
+ top: 10px;
3255
+ }
3256
+ .stream:last-child .stream-badge:before {
3257
+ height: 30px;
3258
+ }
3259
+ .stream .stream-badge {
3260
+ width: 50px;
3261
+ }
3262
+ .stream .stream-badge i {
3263
+ border: 1px solid #e7eaec;
3264
+ border-radius: 50%;
3265
+ padding: 6px;
3266
+ color: #808486;
3267
+ position: absolute;
3268
+ background-color: #ffffff;
3269
+ left: 8px;
3270
+ }
3271
+ .stream .stream-badge i.fa-circle {
3272
+ color: #ced0d1;
3273
+ }
3274
+ .stream .stream-badge i.bg-success {
3275
+ color: #ffffff;
3276
+ background-color: #1c84c6;
3277
+ border-color: #1c84c6;
3278
+ }
3279
+ .stream .stream-badge i.bg-primary {
3280
+ color: #ffffff;
3281
+ background-color: #1ab394;
3282
+ border-color: #1ab394;
3283
+ }
3284
+ .stream .stream-badge i.bg-warning {
3285
+ color: #ffffff;
3286
+ background-color: #f8ac59;
3287
+ border-color: #f8ac59;
3288
+ }
3289
+ .stream .stream-badge i.bg-info {
3290
+ color: #ffffff;
3291
+ background-color: #23c6c8;
3292
+ border-color: #23c6c8;
3293
+ }
3294
+ .stream .stream-badge i.bg-danger {
3295
+ color: #ffffff;
3296
+ background-color: #ed5565;
3297
+ border-color: #ed5565;
3298
+ }
3299
+ .stream .stream-badge:before {
3300
+ content: '';
3301
+ width: 1px;
3302
+ background-color: #e7eaec;
3303
+ position: absolute;
3304
+ top: 0;
3305
+ bottom: 0;
3306
+ left: 20px;
3307
+ }
3308
+ .stream .stream-info {
3309
+ font-size: 12px;
3310
+ margin-bottom: 5px;
3311
+ }
3312
+ .stream .stream-info img {
3313
+ border-radius: 50%;
3314
+ width: 18px;
3315
+ height: 18px;
3316
+ margin-right: 2px;
3317
+ margin-top: -4px;
3318
+ }
3319
+ .stream .stream-info .date {
3320
+ color: #9a9d9f;
3321
+ font-size: 80%;
3322
+ }
3323
+ .stream .stream-panel {
3324
+ margin-left: 55px;
3325
+ }
3326
+ .stream-small {
3327
+ margin: 10px 0;
3328
+ }
3329
+ .stream-small .label {
3330
+ padding: 2px 6px;
3331
+ margin-right: 2px;
3332
+ }
3333
+ .sidebar-panel {
3092
3334
  width: 220px;
3093
3335
  background: #ebebed;
3094
3336
  padding: 10px 20px;
3095
3337
  position: absolute;
3096
3338
  right: 0;
3097
3339
  }
3098
- .sidebard-panel .feed-element img.img-circle {
3340
+ .sidebar-panel .feed-element img.img-circle {
3099
3341
  width: 32px;
3100
3342
  height: 32px;
3101
3343
  }
3102
- .sidebard-panel .feed-element,
3344
+ .sidebar-panel .feed-element,
3103
3345
  .media-body,
3104
- .sidebard-panel p {
3346
+ .sidebar-panel p {
3105
3347
  font-size: 12px;
3106
3348
  }
3107
- .sidebard-panel .feed-element {
3349
+ .sidebar-panel .feed-element {
3108
3350
  margin-top: 20px;
3109
3351
  padding-bottom: 0;
3110
3352
  }
3111
- .sidebard-panel .list-group {
3353
+ .sidebar-panel .list-group {
3112
3354
  margin-bottom: 10px;
3113
3355
  }
3114
- .sidebard-panel .list-group .list-group-item {
3356
+ .sidebar-panel .list-group .list-group-item {
3115
3357
  padding: 5px 0;
3116
3358
  font-size: 12px;
3117
3359
  border: 0;
@@ -3196,7 +3438,7 @@ a.forum-item-title:hover {
3196
3438
  color: inherit;
3197
3439
  }
3198
3440
  .sidebar-container .sidebar-content {
3199
- padding: 15px 20px ;
3441
+ padding: 15px 20px;
3200
3442
  font-size: 12px;
3201
3443
  }
3202
3444
  .sidebar-container .sidebar-title {
@@ -3221,6 +3463,10 @@ a.forum-item-title:hover {
3221
3463
  .sidebar-container .sidebar-message {
3222
3464
  padding: 15px 20px;
3223
3465
  }
3466
+ .sidebar-container .sidebar-message .media-body {
3467
+ display: block;
3468
+ width: auto;
3469
+ }
3224
3470
  .sidebar-container .sidebar-message .message-avatar {
3225
3471
  height: 38px;
3226
3472
  width: 38px;
@@ -3255,9 +3501,9 @@ body.boxed-layout #wrapper {
3255
3501
  background-color: #2f4050;
3256
3502
  max-width: 1200px;
3257
3503
  margin: 0 auto;
3258
- -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
3259
- -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
3260
- box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
3504
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
3505
+ -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
3506
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
3261
3507
  }
3262
3508
  .top-navigation.boxed-layout #wrapper,
3263
3509
  .boxed-layout #wrapper.top-navigation {
@@ -3283,12 +3529,15 @@ a:focus {
3283
3529
  .font-bold {
3284
3530
  font-weight: 600;
3285
3531
  }
3286
- .font-noraml {
3532
+ .font-normal {
3287
3533
  font-weight: 400;
3288
3534
  }
3289
3535
  .text-uppercase {
3290
3536
  text-transform: uppercase;
3291
3537
  }
3538
+ .font-italic {
3539
+ font-style: italic;
3540
+ }
3292
3541
  .b-r {
3293
3542
  border-right: 1px solid #e7eaec;
3294
3543
  }
@@ -3307,8 +3556,8 @@ a:focus {
3307
3556
  margin-bottom: 15px;
3308
3557
  }
3309
3558
  video {
3310
- width: 100% !important;
3311
- height: auto !important;
3559
+ width: 100% !important;
3560
+ height: auto !important;
3312
3561
  }
3313
3562
  /* GALLERY */
3314
3563
  .gallery > .row > div {
@@ -3322,7 +3571,22 @@ video {
3322
3571
  /* Summernote text editor */
3323
3572
  .note-editor {
3324
3573
  height: auto !important;
3325
- min-height: 300px;
3574
+ }
3575
+ .note-editor.fullscreen {
3576
+ z-index: 2050;
3577
+ }
3578
+ .note-editor.note-frame.fullscreen {
3579
+ z-index: 2020;
3580
+ }
3581
+ .note-editor.note-frame .note-editing-area .note-editable {
3582
+ color: #676a6c;
3583
+ padding: 15px;
3584
+ }
3585
+ .note-editor.note-frame {
3586
+ border: none;
3587
+ }
3588
+ .note-editor.panel {
3589
+ margin-bottom: 0;
3326
3590
  }
3327
3591
  /* MODAL */
3328
3592
  .modal-content {
@@ -3383,7 +3647,7 @@ video {
3383
3647
  #page-wrapper {
3384
3648
  position: inherit;
3385
3649
  margin: 0 0 0 240px;
3386
- min-height: 1000px;
3650
+ min-height: 2002px;
3387
3651
  }
3388
3652
  }
3389
3653
  .title-action {
@@ -3454,12 +3718,12 @@ body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
3454
3718
  margin: 0 0 0 220px;
3455
3719
  }
3456
3720
  body.body-small .footer.fixed {
3457
- margin-left: 0px;
3721
+ margin-left: 0;
3458
3722
  }
3459
3723
  /* PANELS */
3460
3724
  .page-heading {
3461
3725
  border-top: 0;
3462
- padding: 0px 10px 20px 10px;
3726
+ padding: 0 10px 20px 10px;
3463
3727
  }
3464
3728
  .panel-heading h1,
3465
3729
  .panel-heading h2 {
@@ -3505,26 +3769,6 @@ body.body-small .footer.fixed {
3505
3769
  .blank-panel .panel-heading {
3506
3770
  padding-bottom: 0;
3507
3771
  }
3508
- .nav-tabs > li.active > a,
3509
- .nav-tabs > li.active > a:hover,
3510
- .nav-tabs > li.active > a:focus {
3511
- -moz-border-bottom-colors: none;
3512
- -moz-border-left-colors: none;
3513
- -moz-border-right-colors: none;
3514
- -moz-border-top-colors: none;
3515
- background: none;
3516
- border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
3517
- border-bottom: #f3f3f4;
3518
- border-image: none;
3519
- border-style: solid;
3520
- border-width: 1px;
3521
- color: #555555;
3522
- cursor: default;
3523
- }
3524
- .nav.nav-tabs li {
3525
- background: none;
3526
- border: none;
3527
- }
3528
3772
  .nav-tabs > li > a {
3529
3773
  color: #A7B1C2;
3530
3774
  font-weight: 600;
@@ -3536,7 +3780,7 @@ body.body-small .footer.fixed {
3536
3780
  color: #676a6c;
3537
3781
  }
3538
3782
  .ui-tab .tab-content {
3539
- padding: 20px 0px;
3783
+ padding: 20px 0;
3540
3784
  }
3541
3785
  /* GLOBAL */
3542
3786
  .no-padding {
@@ -3552,26 +3796,40 @@ body.body-small .footer.fixed {
3552
3796
  border-top: 0 !important;
3553
3797
  }
3554
3798
  .ibox-content.text-box {
3555
- padding-bottom: 0px;
3799
+ padding-bottom: 0;
3556
3800
  padding-top: 15px;
3557
3801
  }
3558
3802
  .border-left-right {
3559
3803
  border-left: 1px solid #e7eaec;
3560
3804
  border-right: 1px solid #e7eaec;
3561
- border-top: none;
3562
- border-bottom: none;
3805
+ }
3806
+ .border-top-bottom {
3807
+ border-top: 1px solid #e7eaec;
3808
+ border-bottom: 1px solid #e7eaec;
3563
3809
  }
3564
3810
  .border-left {
3565
3811
  border-left: 1px solid #e7eaec;
3566
- border-right: none;
3567
- border-top: none;
3568
- border-bottom: none;
3569
3812
  }
3570
3813
  .border-right {
3571
- border-left: none;
3572
3814
  border-right: 1px solid #e7eaec;
3573
- border-top: none;
3574
- border-bottom: none;
3815
+ }
3816
+ .border-top {
3817
+ border-top: 1px solid #e7eaec;
3818
+ }
3819
+ .border-bottom {
3820
+ border-bottom: 1px solid #e7eaec;
3821
+ }
3822
+ .border-size-sm {
3823
+ border-width: 3px;
3824
+ }
3825
+ .border-size-md {
3826
+ border-width: 6px;
3827
+ }
3828
+ .border-size-lg {
3829
+ border-width: 9px;
3830
+ }
3831
+ .border-size-xl {
3832
+ border-width: 12px;
3575
3833
  }
3576
3834
  .full-width {
3577
3835
  width: 100% !important;
@@ -3673,10 +3931,10 @@ code {
3673
3931
  border-color: #e7eaec;
3674
3932
  border-image: none;
3675
3933
  border-style: solid solid none;
3676
- border-width: 3px 0 0;
3934
+ border-width: 2px 0 0;
3677
3935
  color: inherit;
3678
3936
  margin-bottom: 0;
3679
- padding: 14px 15px 7px;
3937
+ padding: 15px 15px 7px;
3680
3938
  min-height: 48px;
3681
3939
  }
3682
3940
  .ibox-content {
@@ -3686,7 +3944,7 @@ code {
3686
3944
  border-color: #e7eaec;
3687
3945
  border-image: none;
3688
3946
  border-style: solid solid none;
3689
- border-width: 1px 0px;
3947
+ border-width: 1px 0;
3690
3948
  }
3691
3949
  .ibox-footer {
3692
3950
  color: inherit;
@@ -3769,29 +4027,35 @@ table.table-mail tr td {
3769
4027
  right: 0;
3770
4028
  }
3771
4029
  /* BACKGROUNDS */
3772
- .gray-bg {
4030
+ .gray-bg,
4031
+ .bg-muted {
3773
4032
  background-color: #f3f3f4;
3774
4033
  }
3775
4034
  .white-bg {
3776
4035
  background-color: #ffffff;
3777
4036
  }
3778
- .navy-bg {
3779
- background-color: #1ab394;
4037
+ .blue-bg,
4038
+ .bg-success {
4039
+ background-color: #1c84c6;
3780
4040
  color: #ffffff;
3781
4041
  }
3782
- .blue-bg {
3783
- background-color: #1c84c6;
4042
+ .navy-bg,
4043
+ .bg-primary {
4044
+ background-color: #1ab394;
3784
4045
  color: #ffffff;
3785
4046
  }
3786
- .lazur-bg {
4047
+ .lazur-bg,
4048
+ .bg-info {
3787
4049
  background-color: #23c6c8;
3788
4050
  color: #ffffff;
3789
4051
  }
3790
- .yellow-bg {
4052
+ .yellow-bg,
4053
+ .bg-warning {
3791
4054
  background-color: #f8ac59;
3792
4055
  color: #ffffff;
3793
4056
  }
3794
- .red-bg {
4057
+ .red-bg,
4058
+ .bg-danger {
3795
4059
  background-color: #ed5565;
3796
4060
  color: #ffffff;
3797
4061
  }
@@ -3851,7 +4115,7 @@ table.table-mail tr td {
3851
4115
  .progress-mini,
3852
4116
  .progress-mini .progress-bar {
3853
4117
  height: 5px;
3854
- margin-bottom: 0px;
4118
+ margin-bottom: 0;
3855
4119
  }
3856
4120
  .progress-bar-navy-light {
3857
4121
  background-color: #3dc7ab;
@@ -3915,9 +4179,9 @@ table.table-mail tr td {
3915
4179
  display: inline-block;
3916
4180
  }
3917
4181
  .img-shadow {
3918
- -webkit-box-shadow: 0px 0px 3px 0px #919191;
3919
- -moz-box-shadow: 0px 0px 3px 0px #919191;
3920
- box-shadow: 0px 0px 3px 0px #919191;
4182
+ -webkit-box-shadow: 0 0 3px 0 #919191;
4183
+ -moz-box-shadow: 0 0 3px 0 #919191;
4184
+ box-shadow: 0 0 3px 0 #919191;
3921
4185
  }
3922
4186
  /* For handle diferent bg color in AngularJS version */
3923
4187
  .dashboards\.dashboard_2 nav.navbar,
@@ -3952,6 +4216,15 @@ a.close-canvas-menu {
3952
4216
  a.close-canvas-menu:hover {
3953
4217
  color: #fff;
3954
4218
  }
4219
+ .close-canvas-menu {
4220
+ display: none;
4221
+ }
4222
+ .canvas-menu .close-canvas-menu {
4223
+ display: block;
4224
+ }
4225
+ .light-navbar .navbar.navbar-static-top {
4226
+ background-color: #ffffff;
4227
+ }
3955
4228
  /* FULL HEIGHT */
3956
4229
  .full-height {
3957
4230
  height: 100%;
@@ -4022,18 +4295,36 @@ a.close-canvas-menu:hover {
4022
4295
  .p-w-xl {
4023
4296
  padding: 0 40px;
4024
4297
  }
4298
+ .p-h-xs {
4299
+ padding: 10px 0;
4300
+ }
4301
+ .p-h-sm {
4302
+ padding: 15px 0;
4303
+ }
4304
+ .p-h-m {
4305
+ padding: 20px 0;
4306
+ }
4307
+ .p-h-md {
4308
+ padding: 25px 0;
4309
+ }
4310
+ .p-h-lg {
4311
+ padding: 30px 0;
4312
+ }
4313
+ .p-h-xl {
4314
+ padding: 40px 0;
4315
+ }
4025
4316
  .m-xxs {
4026
4317
  margin: 2px 4px;
4027
4318
  }
4319
+ .m {
4320
+ margin: 15px;
4321
+ }
4028
4322
  .m-xs {
4029
4323
  margin: 5px;
4030
4324
  }
4031
4325
  .m-sm {
4032
4326
  margin: 10px;
4033
4327
  }
4034
- .m {
4035
- margin: 15px;
4036
- }
4037
4328
  .m-md {
4038
4329
  margin: 20px;
4039
4330
  }
@@ -4235,6 +4526,43 @@ a.close-canvas-menu:hover {
4235
4526
  .space-30 {
4236
4527
  margin: 30px 0;
4237
4528
  }
4529
+ .img-sm {
4530
+ width: 32px;
4531
+ height: 32px;
4532
+ }
4533
+ .img-md {
4534
+ width: 64px;
4535
+ height: 64px;
4536
+ }
4537
+ .img-lg {
4538
+ width: 96px;
4539
+ height: 96px;
4540
+ }
4541
+ .b-r-xs {
4542
+ -webkit-border-radius: 1px;
4543
+ -moz-border-radius: 1px;
4544
+ border-radius: 1px;
4545
+ }
4546
+ .b-r-sm {
4547
+ -webkit-border-radius: 3px;
4548
+ -moz-border-radius: 3px;
4549
+ border-radius: 3px;
4550
+ }
4551
+ .b-r-md {
4552
+ -webkit-border-radius: 6px;
4553
+ -moz-border-radius: 6px;
4554
+ border-radius: 6px;
4555
+ }
4556
+ .b-r-lg {
4557
+ -webkit-border-radius: 12px;
4558
+ -moz-border-radius: 12px;
4559
+ border-radius: 12px;
4560
+ }
4561
+ .b-r-xl {
4562
+ -webkit-border-radius: 24px;
4563
+ -moz-border-radius: 24px;
4564
+ border-radius: 24px;
4565
+ }
4238
4566
  .fullscreen-ibox-mode .animated {
4239
4567
  animation: none;
4240
4568
  }
@@ -4260,8 +4588,14 @@ body.fullscreen-ibox-mode {
4260
4588
  body.modal-open {
4261
4589
  padding-right: inherit !important;
4262
4590
  }
4591
+ body.modal-open .wrapper-content.animated {
4592
+ -webkit-animation: none;
4593
+ -ms-animation-nam: none;
4594
+ animation: none;
4595
+ }
4263
4596
  body.modal-open .animated {
4264
4597
  animation-fill-mode: initial;
4598
+ z-index: inherit;
4265
4599
  }
4266
4600
  /* Show profile dropdown on fixed sidebar */
4267
4601
  body.mini-navbar.fixed-sidebar .profile-element,
@@ -4274,6 +4608,9 @@ body.mini-navbar.fixed-sidebar .nav-header {
4274
4608
  body.mini-navbar.fixed-sidebar .logo-element {
4275
4609
  display: none;
4276
4610
  }
4611
+ .fullscreen-video .animated {
4612
+ animation: none;
4613
+ }
4277
4614
  /* SEARCH PAGE */
4278
4615
  .search-form {
4279
4616
  margin-top: 10px;
@@ -4377,7 +4714,7 @@ body.mini-navbar.fixed-sidebar .logo-element {
4377
4714
  font-size: 180px;
4378
4715
  font-weight: 800;
4379
4716
  letter-spacing: -10px;
4380
- margin-bottom: 0px;
4717
+ margin-bottom: 0;
4381
4718
  }
4382
4719
  .middle-box h1 {
4383
4720
  font-size: 170px;
@@ -4489,7 +4826,7 @@ ul.notes li div a {
4489
4826
  color: inherit;
4490
4827
  }
4491
4828
  ul.notes li {
4492
- margin: 10px 40px 50px 0px;
4829
+ margin: 10px 40px 50px 0;
4493
4830
  float: left;
4494
4831
  }
4495
4832
  ul.notes li div p {
@@ -4514,11 +4851,13 @@ ul.notes li div {
4514
4851
  -webkit-transform: rotate(-6deg);
4515
4852
  -o-transform: rotate(-6deg);
4516
4853
  -moz-transform: rotate(-6deg);
4854
+ -ms-transform: rotate(-6deg);
4517
4855
  }
4518
4856
  ul.notes li:nth-child(even) div {
4519
4857
  -o-transform: rotate(4deg);
4520
4858
  -webkit-transform: rotate(4deg);
4521
4859
  -moz-transform: rotate(4deg);
4860
+ -ms-transform: rotate(4deg);
4522
4861
  position: relative;
4523
4862
  top: 5px;
4524
4863
  }
@@ -4526,6 +4865,7 @@ ul.notes li:nth-child(3n) div {
4526
4865
  -o-transform: rotate(-3deg);
4527
4866
  -webkit-transform: rotate(-3deg);
4528
4867
  -moz-transform: rotate(-3deg);
4868
+ -ms-transform: rotate(-3deg);
4529
4869
  position: relative;
4530
4870
  top: -5px;
4531
4871
  }
@@ -4533,6 +4873,7 @@ ul.notes li:nth-child(5n) div {
4533
4873
  -o-transform: rotate(5deg);
4534
4874
  -webkit-transform: rotate(5deg);
4535
4875
  -moz-transform: rotate(5deg);
4876
+ -ms-transform: rotate(5deg);
4536
4877
  position: relative;
4537
4878
  top: -10px;
4538
4879
  }
@@ -4541,6 +4882,7 @@ ul.notes li div:focus {
4541
4882
  -webkit-transform: scale(1.1);
4542
4883
  -moz-transform: scale(1.1);
4543
4884
  -o-transform: scale(1.1);
4885
+ -ms-transform: scale(1.1);
4544
4886
  position: relative;
4545
4887
  z-index: 5;
4546
4888
  }
@@ -4776,7 +5118,7 @@ a.compose-mail {
4776
5118
  background-color: #ffffff;
4777
5119
  border: 1px solid #e7eaec;
4778
5120
  border-top: 0;
4779
- padding: 0px;
5121
+ padding: 0;
4780
5122
  margin-bottom: 20px;
4781
5123
  }
4782
5124
  .mail-box-header {
@@ -4786,7 +5128,7 @@ a.compose-mail {
4786
5128
  padding: 30px 20px 20px 20px;
4787
5129
  }
4788
5130
  .mail-box-header h2 {
4789
- margin-top: 0px;
5131
+ margin-top: 0;
4790
5132
  }
4791
5133
  .mailbox-content .tag-list li a {
4792
5134
  background: #ffffff;
@@ -4895,7 +5237,7 @@ dd.project-people {
4895
5237
  height: 90px !important;
4896
5238
  }
4897
5239
  .chat-avatar {
4898
- white: 36px;
5240
+ width: 36px;
4899
5241
  height: 36px;
4900
5242
  float: left;
4901
5243
  margin-right: 10px;
@@ -4920,7 +5262,7 @@ dd.project-people {
4920
5262
  @media (max-width: 992px) {
4921
5263
  .chat-users,
4922
5264
  .chat-statistic {
4923
- margin-left: 0px;
5265
+ margin-left: 0;
4924
5266
  }
4925
5267
  }
4926
5268
  .chat-view .ibox-content {
@@ -5009,7 +5351,7 @@ dd.project-people {
5009
5351
  .clients-list table tr td {
5010
5352
  height: 46px;
5011
5353
  vertical-align: middle;
5012
- border: none ;
5354
+ border: none;
5013
5355
  }
5014
5356
  .client-link {
5015
5357
  font-weight: 600;
@@ -5108,7 +5450,7 @@ table.issue-tracker tbody tr td {
5108
5450
  .agile-list li {
5109
5451
  background: #FAFAFB;
5110
5452
  border: 1px solid #e7eaec;
5111
- margin: 0px 0 10px 0;
5453
+ margin: 0 0 10px 0;
5112
5454
  padding: 10px;
5113
5455
  border-radius: 2px;
5114
5456
  }
@@ -5148,9 +5490,9 @@ del {
5148
5490
  .product-box:hover,
5149
5491
  .product-box.active {
5150
5492
  border: 1px solid transparent;
5151
- -webkit-box-shadow: 0px 3px 7px 0px #a8a8a8;
5152
- -moz-box-shadow: 0px 3px 7px 0px #a8a8a8;
5153
- box-shadow: 0px 3px 7px 0px #a8a8a8;
5493
+ -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
5494
+ -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
5495
+ box-shadow: 0 3px 7px 0 #a8a8a8;
5154
5496
  }
5155
5497
  .product-imitation {
5156
5498
  text-align: center;
@@ -5159,6 +5501,13 @@ del {
5159
5501
  color: #bebec3;
5160
5502
  font-weight: 600;
5161
5503
  }
5504
+ .cart-product-imitation {
5505
+ text-align: center;
5506
+ padding-top: 30px;
5507
+ height: 80px;
5508
+ width: 80px;
5509
+ background-color: #f8f8f9;
5510
+ }
5162
5511
  .product-imitation.xl {
5163
5512
  padding: 120px 0;
5164
5513
  }
@@ -5178,6 +5527,20 @@ del {
5178
5527
  .ecommerce .note-editor {
5179
5528
  border: 1px solid #e7eaec;
5180
5529
  }
5530
+ table.shoping-cart-table {
5531
+ margin-bottom: 0;
5532
+ }
5533
+ table.shoping-cart-table tr td {
5534
+ border: none;
5535
+ text-align: right;
5536
+ }
5537
+ table.shoping-cart-table tr td.desc,
5538
+ table.shoping-cart-table tr td:first-child {
5539
+ text-align: left;
5540
+ }
5541
+ table.shoping-cart-table tr td:last-child {
5542
+ width: 80px;
5543
+ }
5181
5544
  .product-name {
5182
5545
  font-size: 16px;
5183
5546
  font-weight: 600;
@@ -5354,6 +5717,12 @@ del {
5354
5717
  body.body-small .vote-icon {
5355
5718
  display: none;
5356
5719
  }
5720
+ .lightBoxGallery {
5721
+ text-align: center;
5722
+ }
5723
+ .lightBoxGallery img {
5724
+ margin: 5px;
5725
+ }
5357
5726
  #small-chat {
5358
5727
  position: fixed;
5359
5728
  bottom: 20px;
@@ -5515,6 +5884,18 @@ body.body-small .vote-icon {
5515
5884
  -webkit-transition-property: height, visibility;
5516
5885
  transition-property: height, visibility;
5517
5886
  }
5887
+ .mini-navbar .metismenu .collapse {
5888
+ opacity: 0;
5889
+ }
5890
+ .mini-navbar .metismenu .collapse.in {
5891
+ opacity: 1;
5892
+ }
5893
+ .mini-navbar .metismenu .collapse a {
5894
+ display: none;
5895
+ }
5896
+ .mini-navbar .metismenu .collapse.in a {
5897
+ display: block;
5898
+ }
5518
5899
  /*
5519
5900
  * Usage:
5520
5901
  *
@@ -5823,7 +6204,7 @@ body.body-small .vote-icon {
5823
6204
  }
5824
6205
  .sk-spinner-chasing-dots .sk-dot2 {
5825
6206
  top: auto;
5826
- bottom: 0px;
6207
+ bottom: 0;
5827
6208
  -webkit-animation-delay: -1s;
5828
6209
  animation-delay: -1s;
5829
6210
  }
@@ -6399,6 +6780,29 @@ body.body-small .vote-icon {
6399
6780
  opacity: 1;
6400
6781
  }
6401
6782
  }
6783
+ .ibox-content > .sk-spinner {
6784
+ display: none;
6785
+ }
6786
+ .ibox-content.sk-loading {
6787
+ position: relative;
6788
+ }
6789
+ .ibox-content.sk-loading:after {
6790
+ content: '';
6791
+ background-color: rgba(255, 255, 255, 0.7);
6792
+ position: absolute;
6793
+ top: 0;
6794
+ left: 0;
6795
+ right: 0;
6796
+ bottom: 0;
6797
+ }
6798
+ .ibox-content.sk-loading > .sk-spinner {
6799
+ display: block;
6800
+ position: absolute;
6801
+ top: 40%;
6802
+ left: 0;
6803
+ right: 0;
6804
+ z-index: 2000;
6805
+ }
6402
6806
  /*
6403
6807
  *
6404
6808
  * INSPINIA Landing Page - Responsive Admin Theme
@@ -6447,6 +6851,9 @@ body.landing-page {
6447
6851
  /* RESPONSIVE CSS
6448
6852
  -------------------------------------------------- */
6449
6853
  }
6854
+ .landing-page .container {
6855
+ overflow: hidden;
6856
+ }
6450
6857
  .landing-page span.navy {
6451
6858
  color: #1ab394;
6452
6859
  }
@@ -6562,7 +6969,7 @@ body.landing-page {
6562
6969
  }
6563
6970
  .landing-page .navbar-wrapper .navbar.navbar-scroll {
6564
6971
  padding-top: 0;
6565
- padding-bottom: 0px;
6972
+ padding-bottom: 5px;
6566
6973
  border-bottom: 1px solid #e7eaec;
6567
6974
  border-radius: 0;
6568
6975
  }
@@ -6650,6 +7057,7 @@ body.landing-page {
6650
7057
  }
6651
7058
  .landing-page .carousel-inner .container {
6652
7059
  position: relative;
7060
+ overflow: visible;
6653
7061
  }
6654
7062
  .landing-page .carousel-inner {
6655
7063
  overflow: visible;
@@ -6773,7 +7181,7 @@ body.landing-page {
6773
7181
  }
6774
7182
  .landing-page .pricing-plan.selected {
6775
7183
  transform: scale(1.1);
6776
- background: #f4f4f4 ;
7184
+ background: #f4f4f4;
6777
7185
  }
6778
7186
  .landing-page .pricing-plan li {
6779
7187
  padding: 10px 16px;
@@ -6788,7 +7196,7 @@ body.landing-page {
6788
7196
  .landing-page li.pricing-desc {
6789
7197
  font-size: 13px;
6790
7198
  border-top: none;
6791
- padding: 20px 16px ;
7199
+ padding: 20px 16px;
6792
7200
  }
6793
7201
  .landing-page li.pricing-title {
6794
7202
  background: #1ab394;
@@ -6825,6 +7233,7 @@ body.landing-page {
6825
7233
  .landing-page .comments-avatar {
6826
7234
  margin-top: 25px;
6827
7235
  margin-left: 22px;
7236
+ margin-bottom: 25px;
6828
7237
  }
6829
7238
  .landing-page .comments-avatar .commens-name {
6830
7239
  font-weight: 600;
@@ -7127,11 +7536,11 @@ body.rtls .spin-icon {
7127
7536
  right: 0;
7128
7537
  left: auto;
7129
7538
  }
7130
- body.rtls .skin-setttings {
7539
+ body.rtls .skin-settings {
7131
7540
  margin-right: 40px;
7132
7541
  margin-left: 0;
7133
7542
  }
7134
- body.rtls .skin-setttings {
7543
+ body.rtls .skin-settings {
7135
7544
  direction: ltr;
7136
7545
  }
7137
7546
  body.rtls .footer.fixed {
@@ -7141,7 +7550,7 @@ body.rtls .footer.fixed {
7141
7550
  @media (max-width: 992px) {
7142
7551
  body.rtls .chat-users,
7143
7552
  body.rtls .chat-statistic {
7144
- margin-right: 0px;
7553
+ margin-right: 0;
7145
7554
  }
7146
7555
  }
7147
7556
  body.rtls.mini-navbar .footer.fixed,
@@ -7176,7 +7585,7 @@ body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
7176
7585
  width: 220px;
7177
7586
  }
7178
7587
  .body-small.rtls .navbar-fixed-top {
7179
- margin-right: 0px;
7588
+ margin-right: 0;
7180
7589
  }
7181
7590
  .body-small.rtls .navbar-header {
7182
7591
  float: right;
@@ -7199,7 +7608,7 @@ body.rtls.top-navigation .footer.fixed {
7199
7608
  }
7200
7609
  .body-small.rtls #page-wrapper {
7201
7610
  position: inherit;
7202
- margin: 0 0 0 0px;
7611
+ margin: 0 0 0 0;
7203
7612
  min-height: 1000px;
7204
7613
  }
7205
7614
  .body-small.rtls .navbar-static-side {
@@ -7224,6 +7633,18 @@ body.rtls.top-navigation .footer.fixed {
7224
7633
  .rtls .ltr-support {
7225
7634
  direction: ltr;
7226
7635
  }
7636
+ .rtls.mini-navbar .nav-second-level,
7637
+ .rtls.mini-navbar li.active .nav-second-level {
7638
+ left: auto;
7639
+ right: 70px;
7640
+ }
7641
+ .rtls #right-sidebar {
7642
+ left: -260px;
7643
+ right: auto;
7644
+ }
7645
+ .rtls #right-sidebar.sidebar-open {
7646
+ left: 0;
7647
+ }
7227
7648
  /*
7228
7649
  *
7229
7650
  * This is style for skin config
@@ -7233,7 +7654,7 @@ body.rtls.top-navigation .footer.fixed {
7233
7654
  .theme-config {
7234
7655
  position: absolute;
7235
7656
  top: 90px;
7236
- right: 0px;
7657
+ right: 0;
7237
7658
  overflow: hidden;
7238
7659
  }
7239
7660
  .theme-config-box {
@@ -7243,26 +7664,26 @@ body.rtls.top-navigation .footer.fixed {
7243
7664
  transition-duration: 0.8s;
7244
7665
  }
7245
7666
  .theme-config-box.show {
7246
- margin-right: 0px;
7667
+ margin-right: 0;
7247
7668
  }
7248
7669
  .spin-icon {
7249
7670
  background: #1ab394;
7250
7671
  position: absolute;
7251
7672
  padding: 7px 10px 7px 13px;
7252
- border-radius: 20px 0px 0px 20px;
7673
+ border-radius: 20px 0 0 20px;
7253
7674
  font-size: 16px;
7254
7675
  top: 0;
7255
- left: 0px;
7676
+ left: 0;
7256
7677
  width: 40px;
7257
7678
  color: #fff;
7258
7679
  cursor: pointer;
7259
7680
  }
7260
- .skin-setttings {
7681
+ .skin-settings {
7261
7682
  width: 220px;
7262
7683
  margin-left: 40px;
7263
7684
  background: #f3f3f4;
7264
7685
  }
7265
- .skin-setttings .title {
7686
+ .skin-settings .title {
7266
7687
  background: #efefef;
7267
7688
  text-align: center;
7268
7689
  text-transform: uppercase;
@@ -7340,8 +7761,8 @@ body.rtls.top-navigation .footer.fixed {
7340
7761
  background: #0e9aef !important;
7341
7762
  }
7342
7763
  .skin-1 .nav-header {
7343
- background: #0e9aef;
7344
- background: url('patterns/header-profile-skin-1.png');
7764
+ background-color: #0e9aef;
7765
+ background-image: url('patterns/header-profile-skin-1.png');
7345
7766
  }
7346
7767
  .skin-1.mini-navbar .nav-second-level {
7347
7768
  background: #3e495f;
@@ -7358,6 +7779,9 @@ body.rtls.top-navigation .footer.fixed {
7358
7779
  .skin-1 .nav > li > a {
7359
7780
  color: #9ea6b9;
7360
7781
  }
7782
+ .skin-1 ul.nav-second-level {
7783
+ background-color: inherit;
7784
+ }
7361
7785
  .skin-1 .nav > li.active > a {
7362
7786
  color: #fff;
7363
7787
  }
@@ -7443,8 +7867,8 @@ body.skin-2 {
7443
7867
  background: #23c6c8 !important;
7444
7868
  }
7445
7869
  .skin-2 .nav-header {
7446
- background: #23c6c8;
7447
- background: url('patterns/header-profile-skin-2.png');
7870
+ background-color: #23c6c8;
7871
+ background-image: url('patterns/header-profile-skin-2.png');
7448
7872
  }
7449
7873
  .skin-2.mini-navbar .nav-second-level {
7450
7874
  background: #ededed;
@@ -7459,6 +7883,9 @@ body.skin-2 {
7459
7883
  border: none;
7460
7884
  background: rgba(255, 255, 255, 0.7);
7461
7885
  }
7886
+ .skin-2 ul.nav-second-level {
7887
+ background-color: inherit;
7888
+ }
7462
7889
  .skin-2 .nav > li.active {
7463
7890
  background: #e0e0e0;
7464
7891
  }
@@ -7516,7 +7943,7 @@ body.skin-2 #wrapper {
7516
7943
  padding: 30px 15px;
7517
7944
  }
7518
7945
  .skin-2 .dashoard-1 .wrapper-content {
7519
- padding: 0px 30px 25px 30px;
7946
+ padding: 0 30px 25px 30px;
7520
7947
  }
7521
7948
  .skin-2 .ibox-title {
7522
7949
  background: rgba(255, 255, 255, 0.7);
@@ -7593,8 +8020,8 @@ body.boxed-layout.skin-3 #wrapper {
7593
8020
  background: #3e2c42;
7594
8021
  }
7595
8022
  .skin-3 .nav-header {
7596
- background: #ecba52;
7597
- background: url('patterns/header-profile-skin-3.png');
8023
+ background-color: #ecba52;
8024
+ background-image: url('patterns/header-profile-skin-3.png');
7598
8025
  }
7599
8026
  .skin-3.mini-navbar .nav-second-level {
7600
8027
  background: #3e2c42;
@@ -7605,6 +8032,9 @@ body.boxed-layout.skin-3 #wrapper {
7605
8032
  .skin-3 .page-heading {
7606
8033
  border: none;
7607
8034
  }
8035
+ .skin-3 ul.nav-second-level {
8036
+ background-color: inherit;
8037
+ }
7608
8038
  .skin-3 .nav > li.active {
7609
8039
  background: #38283c;
7610
8040
  }
@@ -7688,6 +8118,9 @@ body.md-skin {
7688
8118
  .md-skin .badge {
7689
8119
  font-family: 'Roboto';
7690
8120
  }
8121
+ .md-skin ul.nav-second-level {
8122
+ background-color: inherit;
8123
+ }
7691
8124
  .md-skin .font-bold {
7692
8125
  font-weight: 500;
7693
8126
  }
@@ -7703,7 +8136,7 @@ body.md-skin {
7703
8136
  border-bottom: none !important;
7704
8137
  border-top: 0;
7705
8138
  padding: 0 10px 20px 10px;
7706
- box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0px 6px 0px rgba(0, 0, 0, 0.14);
8139
+ box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
7707
8140
  }
7708
8141
  .md-skin .full-height-layout .page-heading {
7709
8142
  border-bottom: 1px solid #e7eaec !important;
@@ -7792,6 +8225,9 @@ body.md-skin {
7792
8225
  .md-skin .nav-second-level li a {
7793
8226
  padding: 7px 10px 7px 52px;
7794
8227
  }
8228
+ .md-skin .nav-third-level li a {
8229
+ padding-left: 62px;
8230
+ }
7795
8231
  .md-skin .navbar-top-links li a {
7796
8232
  padding: 20px 10px;
7797
8233
  min-height: 50px;
@@ -7807,7 +8243,7 @@ body.md-skin {
7807
8243
  padding: 3px 20px;
7808
8244
  min-height: inherit;
7809
8245
  }
7810
- .md-skin .nav-header a {
8246
+ .md-skin .nav-header .navbar-fixed-top a {
7811
8247
  color: #ffffff;
7812
8248
  }
7813
8249
  .md-skin .nav-header .text-muted {
@@ -7947,7 +8383,10 @@ body.md-skin {
7947
8383
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
7948
8384
  }
7949
8385
  .md-skin.mini-navbar .nav-second-level li a {
7950
- padding-left: 0px;
8386
+ padding-left: 0;
8387
+ }
8388
+ .md-skin.mini-navbar.fixed-sidebar .nav-second-level li a {
8389
+ padding-left: 52px;
7951
8390
  }
7952
8391
  .md-skin.top-navigation .nav.navbar-right > li > a {
7953
8392
  padding: 15px 20px;
@@ -7965,6 +8404,9 @@ body.md-skin {
7965
8404
  color: #1ab394;
7966
8405
  background: #ffffff;
7967
8406
  }
8407
+ .md-skin.fixed-nav #side-menu {
8408
+ background-color: #fff;
8409
+ }
7968
8410
  .md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
7969
8411
  margin-top: 0;
7970
8412
  }
@@ -7981,6 +8423,9 @@ body.md-skin {
7981
8423
  width: 220px;
7982
8424
  background-color: #ffffff;
7983
8425
  }
8426
+ .md-skin.boxed-layout #wrapper {
8427
+ background-color: #ffffff;
8428
+ }
7984
8429
  .md-skin.canvas-menu nav.navbar-static-side {
7985
8430
  z-index: 2001;
7986
8431
  background: #ffffff;
@@ -7992,7 +8437,7 @@ body.md-skin {
7992
8437
  #page-wrapper {
7993
8438
  position: inherit;
7994
8439
  margin: 0 0 0 220px;
7995
- min-height: 1200px;
8440
+ min-height: 100vh;
7996
8441
  }
7997
8442
  .navbar-static-side {
7998
8443
  z-index: 2001;
@@ -8008,8 +8453,8 @@ body.md-skin {
8008
8453
  @media (max-width: 768px) {
8009
8454
  #page-wrapper {
8010
8455
  position: inherit;
8011
- margin: 0 0 0 0px;
8012
- min-height: 1000px;
8456
+ margin: 0 0 0 0;
8457
+ min-height: 100vh;
8013
8458
  }
8014
8459
  .body-small .navbar-static-side {
8015
8460
  display: none;
@@ -8030,14 +8475,14 @@ body.md-skin {
8030
8475
  display: inline;
8031
8476
  float: left;
8032
8477
  }
8033
- .sidebard-panel {
8478
+ .sidebar-panel {
8034
8479
  z-index: 2;
8035
8480
  position: relative;
8036
8481
  width: auto;
8037
8482
  min-height: 100% !important;
8038
8483
  }
8039
8484
  .sidebar-content .wrapper {
8040
- padding-right: 0px;
8485
+ padding-right: 0;
8041
8486
  z-index: 1;
8042
8487
  }
8043
8488
  .fixed-sidebar.body-small .navbar-static-side {
@@ -8054,6 +8499,17 @@ body.md-skin {
8054
8499
  text-align: right;
8055
8500
  display: block;
8056
8501
  }
8502
+ .navbar-static-side {
8503
+ display: none;
8504
+ }
8505
+ body:not(.mini-navbar) {
8506
+ -webkit-transition: background-color 500ms linear;
8507
+ -moz-transition: background-color 500ms linear;
8508
+ -o-transition: background-color 500ms linear;
8509
+ -ms-transition: background-color 500ms linear;
8510
+ transition: background-color 500ms linear;
8511
+ background-color: #f3f3f4;
8512
+ }
8057
8513
  }
8058
8514
  @media (max-width: 350px) {
8059
8515
  .timeline-item .date {
@@ -8093,3 +8549,14 @@ body.md-skin {
8093
8549
  display: none;
8094
8550
  }
8095
8551
  }
8552
+ @media print {
8553
+ nav.navbar-static-side {
8554
+ display: none;
8555
+ }
8556
+ body {
8557
+ overflow: visible !important;
8558
+ }
8559
+ #page-wrapper {
8560
+ margin: 0;
8561
+ }
8562
+ }