adminlte_assets 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +153 -0
  4. data/lib/adminlte_assets/version.rb +3 -0
  5. data/lib/adminlte_assets.rb +11 -0
  6. data/lib/tasks/adminlte_assets_tasks.rake +4 -0
  7. data/vendor/assets/images/adminlte/avatar.png +0 -0
  8. data/vendor/assets/images/adminlte/avatar04.png +0 -0
  9. data/vendor/assets/images/adminlte/avatar2.png +0 -0
  10. data/vendor/assets/images/adminlte/avatar3.png +0 -0
  11. data/vendor/assets/images/adminlte/avatar5.png +0 -0
  12. data/vendor/assets/images/adminlte/boxed-bg.jpg +0 -0
  13. data/vendor/assets/images/adminlte/boxed-bg.png +0 -0
  14. data/vendor/assets/images/adminlte/credit/american-express.png +0 -0
  15. data/vendor/assets/images/adminlte/credit/cirrus.png +0 -0
  16. data/vendor/assets/images/adminlte/credit/mastercard.png +0 -0
  17. data/vendor/assets/images/adminlte/credit/mestro.png +0 -0
  18. data/vendor/assets/images/adminlte/credit/paypal.png +0 -0
  19. data/vendor/assets/images/adminlte/credit/paypal2.png +0 -0
  20. data/vendor/assets/images/adminlte/credit/visa.png +0 -0
  21. data/vendor/assets/images/adminlte/default-50x50.gif +0 -0
  22. data/vendor/assets/images/adminlte/icons.png +0 -0
  23. data/vendor/assets/images/adminlte/photo1.png +0 -0
  24. data/vendor/assets/images/adminlte/photo2.png +0 -0
  25. data/vendor/assets/images/adminlte/plugins/colorpicker/img/alpha-horizontal.png +0 -0
  26. data/vendor/assets/images/adminlte/plugins/colorpicker/img/alpha.png +0 -0
  27. data/vendor/assets/images/adminlte/plugins/colorpicker/img/hue-horizontal.png +0 -0
  28. data/vendor/assets/images/adminlte/plugins/colorpicker/img/hue.png +0 -0
  29. data/vendor/assets/images/adminlte/plugins/colorpicker/img/saturation.png +0 -0
  30. data/vendor/assets/images/adminlte/user1-128x128.jpg +0 -0
  31. data/vendor/assets/images/adminlte/user2-160x160.jpg +0 -0
  32. data/vendor/assets/images/adminlte/user3-128x128.jpg +0 -0
  33. data/vendor/assets/images/adminlte/user4-128x128.jpg +0 -0
  34. data/vendor/assets/images/adminlte/user5-128x128.jpg +0 -0
  35. data/vendor/assets/images/adminlte/user6-128x128.jpg +0 -0
  36. data/vendor/assets/images/adminlte/user7-128x128.jpg +0 -0
  37. data/vendor/assets/images/adminlte/user8-128x128.jpg +0 -0
  38. data/vendor/assets/javascripts/adminlte/app.js +731 -0
  39. data/vendor/assets/javascripts/adminlte/plugin_options.js +42 -0
  40. data/vendor/assets/javascripts/adminlte/plugins/colorpicker/all.js +12 -0
  41. data/vendor/assets/javascripts/adminlte/plugins/colorpicker/bootstrap-colorpicker.js +949 -0
  42. data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/all.js +13 -0
  43. data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/daterangepicker.js +1304 -0
  44. data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/moment.js +3043 -0
  45. data/vendor/assets/javascripts/adminlte/plugins/select2/all.js +11 -0
  46. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/az.js +3 -0
  47. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/bg.js +3 -0
  48. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ca.js +3 -0
  49. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/cs.js +3 -0
  50. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/da.js +3 -0
  51. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/de.js +3 -0
  52. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/en.js +3 -0
  53. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/es.js +3 -0
  54. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/et.js +3 -0
  55. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/eu.js +3 -0
  56. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fa.js +3 -0
  57. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fi.js +3 -0
  58. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fr.js +3 -0
  59. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/gl.js +3 -0
  60. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/he.js +3 -0
  61. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hi.js +3 -0
  62. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hr.js +3 -0
  63. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hu.js +3 -0
  64. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/id.js +3 -0
  65. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/is.js +3 -0
  66. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/it.js +3 -0
  67. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ko.js +3 -0
  68. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/lt.js +3 -0
  69. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/lv.js +3 -0
  70. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/mk.js +3 -0
  71. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/nb.js +3 -0
  72. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/nl.js +3 -0
  73. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pl.js +3 -0
  74. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pt-BR.js +3 -0
  75. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pt.js +3 -0
  76. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ro.js +3 -0
  77. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ru.js +3 -0
  78. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sk.js +3 -0
  79. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sr.js +3 -0
  80. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sv.js +3 -0
  81. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/th.js +3 -0
  82. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/tr.js +3 -0
  83. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/uk.js +3 -0
  84. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/vi.js +3 -0
  85. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/zh-CN.js +3 -0
  86. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/zh-TW.js +3 -0
  87. data/vendor/assets/javascripts/adminlte/plugins/select2/select2.full.js +6114 -0
  88. data/vendor/assets/javascripts/adminlte/plugins/select2/select2.js +5403 -0
  89. data/vendor/assets/javascripts/adminlte/plugins/slimScroll/jquery.slimscroll.js +490 -0
  90. data/vendor/assets/script_css.rb +38 -0
  91. data/vendor/assets/script_js.rb +38 -0
  92. data/vendor/assets/stylesheets/adminlte/app.css +4215 -0
  93. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/bootstrap-colorpicker.scss +214 -0
  94. data/vendor/assets/stylesheets/adminlte/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
  95. data/vendor/assets/stylesheets/adminlte/plugins/select2/select2.css +431 -0
  96. data/vendor/assets/stylesheets/adminlte/skins/_all-skins.css +1787 -0
  97. data/vendor/assets/stylesheets/adminlte/skins/_all-skins.min.css +1 -0
  98. data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.css +175 -0
  99. data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.min.css +1 -0
  100. data/vendor/assets/stylesheets/adminlte/skins/skin-black.css +153 -0
  101. data/vendor/assets/stylesheets/adminlte/skins/skin-black.min.css +1 -0
  102. data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.css +166 -0
  103. data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.min.css +1 -0
  104. data/vendor/assets/stylesheets/adminlte/skins/skin-blue.css +141 -0
  105. data/vendor/assets/stylesheets/adminlte/skins/skin-blue.min.css +1 -0
  106. data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.css +155 -0
  107. data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.min.css +1 -0
  108. data/vendor/assets/stylesheets/adminlte/skins/skin-green.css +133 -0
  109. data/vendor/assets/stylesheets/adminlte/skins/skin-green.min.css +1 -0
  110. data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.css +155 -0
  111. data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.min.css +1 -0
  112. data/vendor/assets/stylesheets/adminlte/skins/skin-purple.css +133 -0
  113. data/vendor/assets/stylesheets/adminlte/skins/skin-purple.min.css +1 -0
  114. data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.css +155 -0
  115. data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.min.css +1 -0
  116. data/vendor/assets/stylesheets/adminlte/skins/skin-red.css +133 -0
  117. data/vendor/assets/stylesheets/adminlte/skins/skin-red.min.css +1 -0
  118. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.css +155 -0
  119. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.min.css +1 -0
  120. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.css +133 -0
  121. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.min.css +1 -0
  122. metadata +248 -0
@@ -0,0 +1,4215 @@
1
+ /*!
2
+ * AdminLTE v2.1.2
3
+ * Author: Almsaeed Studio
4
+ * Website: Almsaeed Studio <http://almsaeedstudio.com>
5
+ * License: Open source - MIT
6
+ * Please visit http://opensource.org/licenses/MIT for more information
7
+ !*/
8
+
9
+ /*
10
+ * Core: General Layout Style
11
+ * -------------------------
12
+ */
13
+
14
+ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
15
+
16
+ html,
17
+ body {
18
+ min-height: 100%;
19
+ }
20
+ .layout-boxed html,
21
+ .layout-boxed body {
22
+ height: 100%;
23
+ }
24
+ body {
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
28
+ font-weight: 400;
29
+ overflow-x: hidden;
30
+ overflow-y: auto;
31
+ }
32
+ /* Layout */
33
+ .wrapper {
34
+ min-height: 100%;
35
+ position: relative;
36
+ overflow: hidden!important;
37
+ }
38
+ .wrapper:before,
39
+ .wrapper:after {
40
+ content: " ";
41
+ display: table;
42
+ }
43
+ .wrapper:after {
44
+ clear: both;
45
+ }
46
+ .layout-boxed .wrapper {
47
+ max-width: 1250px;
48
+ margin: 0 auto;
49
+ min-height: 100%;
50
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
51
+ position: relative;
52
+ }
53
+ .layout-boxed {
54
+ background: url('../img/boxed-bg.jpg') repeat fixed;
55
+ }
56
+ /*
57
+ * Content Wrapper - contains the main content
58
+ * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
59
+ */
60
+ .content-wrapper,
61
+ .right-side,
62
+ .main-footer {
63
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
64
+ -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
65
+ -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
66
+ transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
67
+ margin-left: 230px;
68
+ z-index: 820;
69
+ }
70
+ .layout-top-nav .content-wrapper,
71
+ .layout-top-nav .right-side,
72
+ .layout-top-nav .main-footer {
73
+ margin-left: 0;
74
+ }
75
+ @media (max-width: 767px) {
76
+ .content-wrapper,
77
+ .right-side,
78
+ .main-footer {
79
+ margin-left: 0;
80
+ }
81
+ }
82
+ @media (min-width: 768px) {
83
+ .sidebar-collapse .content-wrapper,
84
+ .sidebar-collapse .right-side,
85
+ .sidebar-collapse .main-footer {
86
+ margin-left: 0;
87
+ }
88
+ }
89
+ @media (max-width: 767px) {
90
+ .sidebar-open .content-wrapper,
91
+ .sidebar-open .right-side,
92
+ .sidebar-open .main-footer {
93
+ -webkit-transform: translate(230px, 0);
94
+ -ms-transform: translate(230px, 0);
95
+ -o-transform: translate(230px, 0);
96
+ transform: translate(230px, 0);
97
+ }
98
+ }
99
+ .content-wrapper,
100
+ .right-side {
101
+ min-height: 100%;
102
+ background-color: #ecf0f5;
103
+ z-index: 800;
104
+ }
105
+ .main-footer {
106
+ background: #fff;
107
+ padding: 15px;
108
+ color: #444;
109
+ border-top: 1px solid #d2d6de;
110
+ }
111
+ /* Fixed layout */
112
+ .fixed .main-header,
113
+ .fixed .main-sidebar,
114
+ .fixed .left-side {
115
+ position: fixed;
116
+ }
117
+ .fixed .main-header {
118
+ top: 0;
119
+ right: 0;
120
+ left: 0;
121
+ }
122
+ .fixed .content-wrapper,
123
+ .fixed .right-side {
124
+ padding-top: 50px;
125
+ }
126
+ @media (max-width: 767px) {
127
+ .fixed .content-wrapper,
128
+ .fixed .right-side {
129
+ padding-top: 100px;
130
+ }
131
+ }
132
+ .fixed.layout-boxed .wrapper {
133
+ max-width: 100%;
134
+ }
135
+ /* Content */
136
+ .content {
137
+ min-height: 250px;
138
+ padding: 15px;
139
+ margin-right: auto;
140
+ margin-left: auto;
141
+ padding-left: 15px;
142
+ padding-right: 15px;
143
+ }
144
+ /* H1 - H6 font */
145
+ h1,
146
+ h2,
147
+ h3,
148
+ h4,
149
+ h5,
150
+ h6,
151
+ .h1,
152
+ .h2,
153
+ .h3,
154
+ .h4,
155
+ .h5,
156
+ .h6 {
157
+ font-family: 'Source Sans Pro', sans-serif;
158
+ }
159
+ /* General Links */
160
+ a {
161
+ color: #3c8dbc;
162
+ }
163
+ a:hover,
164
+ a:active,
165
+ a:focus {
166
+ outline: none;
167
+ text-decoration: none;
168
+ color: #72afd2;
169
+ }
170
+ /* Page Header */
171
+ .page-header {
172
+ margin: 10px 0 20px 0;
173
+ font-size: 22px;
174
+ }
175
+ .page-header > small {
176
+ color: #666;
177
+ display: block;
178
+ margin-top: 5px;
179
+ }
180
+ /*
181
+ * Component: Main Header
182
+ * ----------------------
183
+ */
184
+ .main-header {
185
+ position: relative;
186
+ max-height: 100px;
187
+ z-index: 1030;
188
+ }
189
+ .main-header > .navbar {
190
+ -webkit-transition: margin-left 0.3s ease-in-out;
191
+ -o-transition: margin-left 0.3s ease-in-out;
192
+ transition: margin-left 0.3s ease-in-out;
193
+ margin-bottom: 0;
194
+ margin-left: 230px;
195
+ border: none;
196
+ min-height: 50px;
197
+ border-radius: 0;
198
+ }
199
+ .layout-top-nav .main-header > .navbar {
200
+ margin-left: 0!important;
201
+ }
202
+ .main-header #navbar-search-input {
203
+ background: rgba(255, 255, 255, 0.2);
204
+ border-color: transparent;
205
+ }
206
+ .main-header #navbar-search-input:focus,
207
+ .main-header #navbar-search-input:active {
208
+ border-color: rgba(0, 0, 0, 0.1) !important;
209
+ background: rgba(255, 255, 255, 0.9);
210
+ }
211
+ .main-header #navbar-search-input::-moz-placeholder {
212
+ color: #ccc;
213
+ opacity: 1;
214
+ }
215
+ .main-header #navbar-search-input:-ms-input-placeholder {
216
+ color: #ccc;
217
+ }
218
+ .main-header #navbar-search-input::-webkit-input-placeholder {
219
+ color: #ccc;
220
+ }
221
+ .main-header .navbar-custom-menu,
222
+ .main-header .navbar-right {
223
+ float: right;
224
+ }
225
+ @media (max-width: 991px) {
226
+ .main-header .navbar-custom-menu a,
227
+ .main-header .navbar-right a {
228
+ color: inherit;
229
+ background: transparent;
230
+ }
231
+ }
232
+ @media (max-width: 767px) {
233
+ .main-header .navbar-right {
234
+ float: none;
235
+ }
236
+ .navbar-collapse .main-header .navbar-right {
237
+ margin: 7.5px -15px;
238
+ }
239
+ .main-header .navbar-right > li {
240
+ color: inherit;
241
+ border: 0;
242
+ }
243
+ }
244
+ .main-header .sidebar-toggle {
245
+ float: left;
246
+ background-color: transparent;
247
+ background-image: none;
248
+ padding: 15px 15px;
249
+ font-family: fontAwesome;
250
+ }
251
+ .main-header .sidebar-toggle:before {
252
+ content: "\f0c9";
253
+ }
254
+ .main-header .sidebar-toggle:hover {
255
+ color: #fff;
256
+ }
257
+ .main-header .sidebar-toggle:focus,
258
+ .main-header .sidebar-toggle:active {
259
+ background: transparent;
260
+ }
261
+ .main-header .sidebar-toggle .icon-bar {
262
+ display: none;
263
+ }
264
+ .main-header .navbar .nav > li.user > a > .fa,
265
+ .main-header .navbar .nav > li.user > a > .glyphicon,
266
+ .main-header .navbar .nav > li.user > a > .ion {
267
+ margin-right: 5px;
268
+ }
269
+ .main-header .navbar .nav > li > a > .label {
270
+ position: absolute;
271
+ top: 9px;
272
+ right: 7px;
273
+ text-align: center;
274
+ font-size: 9px;
275
+ padding: 2px 3px;
276
+ line-height: .9;
277
+ }
278
+ .main-header .logo {
279
+ -webkit-transition: width 0.3s ease-in-out;
280
+ -o-transition: width 0.3s ease-in-out;
281
+ transition: width 0.3s ease-in-out;
282
+ display: block;
283
+ float: left;
284
+ height: 50px;
285
+ font-size: 20px;
286
+ line-height: 50px;
287
+ text-align: center;
288
+ width: 230px;
289
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
290
+ padding: 0 15px;
291
+ font-weight: 300;
292
+ overflow: hidden;
293
+ }
294
+ .main-header .logo .logo-lg {
295
+ display: block;
296
+ }
297
+ .main-header .logo .logo-mini {
298
+ display: none;
299
+ }
300
+ .main-header .navbar-brand {
301
+ color: #fff;
302
+ }
303
+ .content-header {
304
+ position: relative;
305
+ padding: 15px 15px 0 15px;
306
+ }
307
+ .content-header > h1 {
308
+ margin: 0;
309
+ font-size: 24px;
310
+ }
311
+ .content-header > h1 > small {
312
+ font-size: 15px;
313
+ display: inline-block;
314
+ padding-left: 4px;
315
+ font-weight: 300;
316
+ }
317
+ .content-header > .breadcrumb {
318
+ float: right;
319
+ background: transparent;
320
+ margin-top: 0px;
321
+ margin-bottom: 0;
322
+ font-size: 12px;
323
+ padding: 7px 5px;
324
+ position: absolute;
325
+ top: 15px;
326
+ right: 10px;
327
+ border-radius: 2px;
328
+ }
329
+ .content-header > .breadcrumb > li > a {
330
+ color: #444;
331
+ text-decoration: none;
332
+ display: inline-block;
333
+ }
334
+ .content-header > .breadcrumb > li > a > .fa,
335
+ .content-header > .breadcrumb > li > a > .glyphicon,
336
+ .content-header > .breadcrumb > li > a > .ion {
337
+ margin-right: 5px;
338
+ }
339
+ .content-header > .breadcrumb > li + li:before {
340
+ content: '>\00a0';
341
+ }
342
+ @media (max-width: 991px) {
343
+ .content-header > .breadcrumb {
344
+ position: relative;
345
+ margin-top: 5px;
346
+ top: 0;
347
+ right: 0;
348
+ float: none;
349
+ background: #d2d6de;
350
+ padding-left: 10px;
351
+ }
352
+ .content-header > .breadcrumb li:before {
353
+ color: #97a0b3;
354
+ }
355
+ }
356
+ .navbar-toggle {
357
+ color: #fff;
358
+ border: 0;
359
+ margin: 0;
360
+ padding: 15px 15px;
361
+ }
362
+ @media (max-width: 991px) {
363
+ .navbar-custom-menu .navbar-nav > li {
364
+ float: left;
365
+ }
366
+ .navbar-custom-menu .navbar-nav {
367
+ margin: 0;
368
+ float: left;
369
+ }
370
+ .navbar-custom-menu .navbar-nav > li > a {
371
+ padding-top: 15px;
372
+ padding-bottom: 15px;
373
+ line-height: 20px;
374
+ }
375
+ }
376
+ @media (max-width: 767px) {
377
+ .main-header {
378
+ position: relative;
379
+ }
380
+ .main-header .logo,
381
+ .main-header .navbar {
382
+ width: 100%;
383
+ float: none;
384
+ position: relative!important;
385
+ }
386
+ .main-header .navbar {
387
+ margin: 0;
388
+ }
389
+ .main-header .navbar-custom-menu {
390
+ float: right;
391
+ }
392
+ .main-sidebar,
393
+ .left-side {
394
+ padding-top: 100px!important;
395
+ }
396
+ }
397
+ @media (max-width: 991px) {
398
+ .navbar-collapse.pull-left {
399
+ float: none!important;
400
+ }
401
+ .navbar-collapse.pull-left + .navbar-custom-menu {
402
+ display: block;
403
+ position: absolute;
404
+ top: 0;
405
+ right: 40px;
406
+ }
407
+ }
408
+ /*
409
+ * Component: Sidebar
410
+ * ------------------
411
+ */
412
+ .main-sidebar,
413
+ .left-side {
414
+ position: absolute;
415
+ top: 0;
416
+ left: 0;
417
+ padding-top: 50px;
418
+ min-height: 100%;
419
+ width: 230px;
420
+ z-index: 810;
421
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
422
+ -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
423
+ -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
424
+ transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
425
+ }
426
+ @media (max-width: 767px) {
427
+ .main-sidebar,
428
+ .left-side {
429
+ -webkit-transform: translate(-230px, 0);
430
+ -ms-transform: translate(-230px, 0);
431
+ -o-transform: translate(-230px, 0);
432
+ transform: translate(-230px, 0);
433
+ }
434
+ }
435
+ @media (min-width: 768px) {
436
+ .sidebar-collapse .main-sidebar,
437
+ .sidebar-collapse .left-side {
438
+ -webkit-transform: translate(-230px, 0);
439
+ -ms-transform: translate(-230px, 0);
440
+ -o-transform: translate(-230px, 0);
441
+ transform: translate(-230px, 0);
442
+ }
443
+ }
444
+ @media (max-width: 767px) {
445
+ .sidebar-open .main-sidebar,
446
+ .sidebar-open .left-side {
447
+ -webkit-transform: translate(0, 0);
448
+ -ms-transform: translate(0, 0);
449
+ -o-transform: translate(0, 0);
450
+ transform: translate(0, 0);
451
+ }
452
+ }
453
+ .sidebar {
454
+ padding-bottom: 10px;
455
+ }
456
+ .sidebar-form input:focus {
457
+ border-color: transparent!important;
458
+ }
459
+ .user-panel {
460
+ position: relative;
461
+ width: 100%;
462
+ padding: 10px;
463
+ overflow: hidden;
464
+ }
465
+ .user-panel:before,
466
+ .user-panel:after {
467
+ content: " ";
468
+ display: table;
469
+ }
470
+ .user-panel:after {
471
+ clear: both;
472
+ }
473
+ .user-panel > .image > img {
474
+ width: 100%;
475
+ max-width: 45px;
476
+ height: auto;
477
+ }
478
+ .user-panel > .info {
479
+ padding: 5px 5px 5px 15px;
480
+ line-height: 1;
481
+ position: absolute;
482
+ left: 55px;
483
+ }
484
+ .user-panel > .info > p {
485
+ font-weight: 600;
486
+ margin-bottom: 9px;
487
+ }
488
+ .user-panel > .info > a {
489
+ text-decoration: none;
490
+ padding-right: 5px;
491
+ margin-top: 3px;
492
+ font-size: 11px;
493
+ }
494
+ .user-panel > .info > a > .fa,
495
+ .user-panel > .info > a > .ion,
496
+ .user-panel > .info > a > .glyphicon {
497
+ margin-right: 3px;
498
+ }
499
+ .sidebar-menu {
500
+ list-style: none;
501
+ margin: 0;
502
+ padding: 0;
503
+ }
504
+ .sidebar-menu > li {
505
+ position: relative;
506
+ margin: 0;
507
+ padding: 0;
508
+ }
509
+ .sidebar-menu > li > a {
510
+ padding: 12px 5px 12px 15px;
511
+ display: block;
512
+ }
513
+ .sidebar-menu > li > a > .fa,
514
+ .sidebar-menu > li > a > .glyphicon,
515
+ .sidebar-menu > li > a > .ion {
516
+ width: 20px;
517
+ }
518
+ .sidebar-menu > li .label,
519
+ .sidebar-menu > li .badge {
520
+ margin-top: 3px;
521
+ margin-right: 5px;
522
+ }
523
+ .sidebar-menu li.header {
524
+ padding: 10px 25px 10px 15px;
525
+ font-size: 12px;
526
+ }
527
+ .sidebar-menu li > a > .fa-angle-left {
528
+ width: auto;
529
+ height: auto;
530
+ padding: 0;
531
+ margin-right: 10px;
532
+ margin-top: 3px;
533
+ }
534
+ .sidebar-menu li.active > a > .fa-angle-left {
535
+ -webkit-transform: rotate(-90deg);
536
+ -ms-transform: rotate(-90deg);
537
+ -o-transform: rotate(-90deg);
538
+ transform: rotate(-90deg);
539
+ }
540
+ .sidebar-menu li.active > .treeview-menu {
541
+ display: block;
542
+ }
543
+ .sidebar-menu .treeview-menu {
544
+ display: none;
545
+ list-style: none;
546
+ padding: 0;
547
+ margin: 0;
548
+ padding-left: 5px;
549
+ }
550
+ .sidebar-menu .treeview-menu .treeview-menu {
551
+ padding-left: 20px;
552
+ }
553
+ .sidebar-menu .treeview-menu > li {
554
+ margin: 0;
555
+ }
556
+ .sidebar-menu .treeview-menu > li > a {
557
+ padding: 5px 5px 5px 15px;
558
+ display: block;
559
+ font-size: 14px;
560
+ }
561
+ .sidebar-menu .treeview-menu > li > a > .fa,
562
+ .sidebar-menu .treeview-menu > li > a > .glyphicon,
563
+ .sidebar-menu .treeview-menu > li > a > .ion {
564
+ width: 20px;
565
+ }
566
+ .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
567
+ .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
568
+ width: auto;
569
+ }
570
+ /*
571
+ * Component: Sidebar Mini
572
+ */
573
+ @media (min-width: 768px) {
574
+ .sidebar-mini.sidebar-collapse .content-wrapper,
575
+ .sidebar-mini.sidebar-collapse .right-side,
576
+ .sidebar-mini.sidebar-collapse .main-footer {
577
+ margin-left: 50px!important;
578
+ z-index: 840;
579
+ }
580
+ .sidebar-mini.sidebar-collapse .main-sidebar {
581
+ -webkit-transform: translate(0, 0);
582
+ -ms-transform: translate(0, 0);
583
+ -o-transform: translate(0, 0);
584
+ transform: translate(0, 0);
585
+ width: 50px!important;
586
+ z-index: 850;
587
+ }
588
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li {
589
+ position: relative;
590
+ }
591
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
592
+ margin-right: 0;
593
+ }
594
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
595
+ border-top-right-radius: 4px;
596
+ }
597
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
598
+ border-bottom-right-radius: 4px;
599
+ }
600
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
601
+ padding-top: 5px;
602
+ padding-bottom: 5px;
603
+ border-bottom-right-radius: 4px;
604
+ }
605
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
606
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
607
+ display: block!important;
608
+ position: absolute;
609
+ width: 180px;
610
+ left: 50px;
611
+ }
612
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
613
+ top: 0;
614
+ margin-left: -3px;
615
+ padding: 12px 5px 12px 20px;
616
+ background-color: inherit;
617
+ }
618
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
619
+ top: 44px;
620
+ margin-left: 0;
621
+ }
622
+ .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
623
+ .sidebar-mini.sidebar-collapse .sidebar-form,
624
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
625
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
626
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
627
+ .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
628
+ display: none!important;
629
+ -webkit-transform: translateZ(0);
630
+ }
631
+ .sidebar-mini.sidebar-collapse .main-header .logo {
632
+ width: 50px;
633
+ }
634
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
635
+ display: block;
636
+ margin-left: -15px;
637
+ margin-right: -15px;
638
+ font-size: 18px;
639
+ }
640
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
641
+ display: none;
642
+ }
643
+ .sidebar-mini.sidebar-collapse .main-header .navbar {
644
+ margin-left: 50px;
645
+ }
646
+ }
647
+ .sidebar-menu,
648
+ .main-sidebar .user-panel,
649
+ .sidebar-menu > li.header {
650
+ white-space: nowrap!important;
651
+ overflow: hidden;
652
+ }
653
+ .sidebar-menu:hover {
654
+ overflow: visible;
655
+ }
656
+ .sidebar-form,
657
+ .sidebar-menu > li.header {
658
+ overflow: hidden;
659
+ text-overflow: clip;
660
+ }
661
+ .sidebar-menu li > a {
662
+ position: relative;
663
+ }
664
+ .sidebar-menu li > a > .pull-right {
665
+ position: absolute;
666
+ top: 50%;
667
+ right: 10px;
668
+ margin-top: -7px;
669
+ }
670
+ /*
671
+ * Component: Control sidebar. By default, this is the right sidebar.
672
+ */
673
+ .control-sidebar-bg {
674
+ position: fixed;
675
+ z-index: 1000;
676
+ bottom: 0;
677
+ }
678
+ .control-sidebar-bg,
679
+ .control-sidebar {
680
+ top: 0;
681
+ right: -230px;
682
+ width: 230px;
683
+ -webkit-transition: right 0.3s ease-in-out;
684
+ -o-transition: right 0.3s ease-in-out;
685
+ transition: right 0.3s ease-in-out;
686
+ }
687
+ .control-sidebar {
688
+ position: absolute;
689
+ padding-top: 50px;
690
+ z-index: 1010;
691
+ }
692
+ @media (max-width: 768px) {
693
+ .control-sidebar {
694
+ padding-top: 100px;
695
+ }
696
+ }
697
+ .control-sidebar > .tab-content {
698
+ padding: 10px 15px;
699
+ }
700
+ .control-sidebar.control-sidebar-open,
701
+ .control-sidebar.control-sidebar-open + .control-sidebar-bg {
702
+ right: 0;
703
+ }
704
+ .control-sidebar-open .control-sidebar-bg,
705
+ .control-sidebar-open .control-sidebar {
706
+ right: 0;
707
+ }
708
+ @media (min-width: 768px) {
709
+ .control-sidebar-open .content-wrapper,
710
+ .control-sidebar-open .right-side,
711
+ .control-sidebar-open .main-footer {
712
+ margin-right: 230px;
713
+ }
714
+ }
715
+ .control-sidebar-tabs > li:first-of-type > a {
716
+ margin-left: 1px;
717
+ }
718
+ .control-sidebar-tabs > li:first-of-type > a,
719
+ .control-sidebar-tabs > li:first-of-type > a:hover {
720
+ border-left-width: 0!important;
721
+ }
722
+ .control-sidebar-tabs > li > a {
723
+ border-radius: 0 !important;
724
+ }
725
+ .control-sidebar-tabs > li > a,
726
+ .control-sidebar-tabs > li > a:hover {
727
+ border-top: none;
728
+ border-right: none;
729
+ border-left: 1px solid transparent!important;
730
+ border-bottom: 1px solid transparent!important;
731
+ }
732
+ .control-sidebar-tabs > li > a .icon {
733
+ font-size: 16px;
734
+ }
735
+ .control-sidebar-tabs > li.active > a,
736
+ .control-sidebar-tabs > li.active > a:hover,
737
+ .control-sidebar-tabs > li.active > a:focus,
738
+ .control-sidebar-tabs > li.active > a:active {
739
+ border-top: none!important;
740
+ border-right: none!important;
741
+ border-bottom: none!important;
742
+ }
743
+ @media (max-width: 768px) {
744
+ .control-sidebar-tabs {
745
+ display: table;
746
+ }
747
+ .control-sidebar-tabs > li {
748
+ display: table-cell !important;
749
+ }
750
+ }
751
+ .control-sidebar-heading {
752
+ font-weight: 400;
753
+ font-size: 16px;
754
+ padding: 10px 0;
755
+ margin-bottom: 10px;
756
+ }
757
+ .control-sidebar-subheading {
758
+ display: block;
759
+ font-weight: 400;
760
+ font-size: 14px;
761
+ }
762
+ .control-sidebar-menu {
763
+ list-style: none;
764
+ padding: 0;
765
+ margin: 0 -15px;
766
+ }
767
+ .control-sidebar-menu > li > a {
768
+ display: block;
769
+ padding: 10px 15px;
770
+ }
771
+ .control-sidebar-menu > li > a:before,
772
+ .control-sidebar-menu > li > a:after {
773
+ content: " ";
774
+ display: table;
775
+ }
776
+ .control-sidebar-menu > li > a:after {
777
+ clear: both;
778
+ }
779
+ .control-sidebar-menu > li > a > .control-sidebar-subheading {
780
+ margin-top: 0;
781
+ }
782
+ .control-sidebar-menu .menu-icon {
783
+ float: left;
784
+ width: 35px;
785
+ height: 35px;
786
+ border-radius: 50%;
787
+ text-align: center;
788
+ line-height: 35px;
789
+ }
790
+ .control-sidebar-menu .menu-info {
791
+ margin-left: 45px;
792
+ margin-top: 3px;
793
+ }
794
+ .control-sidebar-menu .menu-info > .control-sidebar-subheading {
795
+ margin: 0;
796
+ }
797
+ .control-sidebar-menu .menu-info > p {
798
+ margin: 0;
799
+ font-size: 11px;
800
+ }
801
+ .control-sidebar-menu .progress {
802
+ margin: 0;
803
+ }
804
+ .control-sidebar-dark {
805
+ color: #b8c7ce;
806
+ }
807
+ .control-sidebar-dark,
808
+ .control-sidebar-dark + .control-sidebar-bg {
809
+ background: #222d32;
810
+ }
811
+ .control-sidebar-dark .control-sidebar-tabs {
812
+ border-bottom: #1c2529;
813
+ }
814
+ .control-sidebar-dark .control-sidebar-tabs > li > a {
815
+ background: #181f23;
816
+ color: #b8c7ce;
817
+ }
818
+ .control-sidebar-dark .control-sidebar-tabs > li > a,
819
+ .control-sidebar-dark .control-sidebar-tabs > li > a:hover {
820
+ border-left-color: #141a1d !important;
821
+ border-bottom-color: #141a1d !important;
822
+ }
823
+ .control-sidebar-dark .control-sidebar-tabs > li > a:hover,
824
+ .control-sidebar-dark .control-sidebar-tabs > li > a:focus,
825
+ .control-sidebar-dark .control-sidebar-tabs > li > a:active {
826
+ background: #1c2529;
827
+ }
828
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a,
829
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a:hover,
830
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a:focus,
831
+ .control-sidebar-dark .control-sidebar-tabs > li.active > a:active {
832
+ background: #222d32;
833
+ color: #fff;
834
+ }
835
+ .control-sidebar-dark .control-sidebar-heading,
836
+ .control-sidebar-dark .control-sidebar-subheading {
837
+ color: #fff;
838
+ }
839
+ .control-sidebar-dark .control-sidebar-menu > li > a:hover {
840
+ background: #1e282c;
841
+ }
842
+ .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
843
+ color: #b8c7ce;
844
+ }
845
+ .control-sidebar-light {
846
+ color: #5e5e5e;
847
+ }
848
+ .control-sidebar-light,
849
+ .control-sidebar-light + .control-sidebar-bg {
850
+ background: #f9fafc;
851
+ border-left: 1px solid #d2d6de;
852
+ }
853
+ .control-sidebar-light .control-sidebar-tabs {
854
+ border-bottom: #d2d6de;
855
+ }
856
+ .control-sidebar-light .control-sidebar-tabs > li > a {
857
+ background: #e8ecf4;
858
+ color: #444444;
859
+ }
860
+ .control-sidebar-light .control-sidebar-tabs > li > a,
861
+ .control-sidebar-light .control-sidebar-tabs > li > a:hover {
862
+ border-left-color: #d2d6de !important;
863
+ border-bottom-color: #d2d6de !important;
864
+ }
865
+ .control-sidebar-light .control-sidebar-tabs > li > a:hover,
866
+ .control-sidebar-light .control-sidebar-tabs > li > a:focus,
867
+ .control-sidebar-light .control-sidebar-tabs > li > a:active {
868
+ background: #eff1f7;
869
+ }
870
+ .control-sidebar-light .control-sidebar-tabs > li.active > a,
871
+ .control-sidebar-light .control-sidebar-tabs > li.active > a:hover,
872
+ .control-sidebar-light .control-sidebar-tabs > li.active > a:focus,
873
+ .control-sidebar-light .control-sidebar-tabs > li.active > a:active {
874
+ background: #f9fafc;
875
+ color: #111;
876
+ }
877
+ .control-sidebar-light .control-sidebar-heading,
878
+ .control-sidebar-light .control-sidebar-subheading {
879
+ color: #111;
880
+ }
881
+ .control-sidebar-light .control-sidebar-menu {
882
+ margin-left: -14px;
883
+ }
884
+ .control-sidebar-light .control-sidebar-menu > li > a:hover {
885
+ background: #f4f4f5;
886
+ }
887
+ .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
888
+ color: #5e5e5e;
889
+ }
890
+ /*
891
+ * Component: Dropdown menus
892
+ * -------------------------
893
+ */
894
+ /*Dropdowns in general*/
895
+ .dropdown-menu {
896
+ box-shadow: none;
897
+ border-color: #eee;
898
+ }
899
+ .dropdown-menu > li > a {
900
+ color: #777;
901
+ }
902
+ .dropdown-menu > li > a > .glyphicon,
903
+ .dropdown-menu > li > a > .fa,
904
+ .dropdown-menu > li > a > .ion {
905
+ margin-right: 10px;
906
+ }
907
+ .dropdown-menu > li > a:hover {
908
+ background-color: #e1e3e9;
909
+ color: #333;
910
+ }
911
+ .dropdown-menu > .divider {
912
+ background-color: #eee;
913
+ }
914
+ .navbar-nav .dropdown-menu {
915
+ -webkit-box-shadow: none !important;
916
+ box-shadow: none !important;
917
+ }
918
+ .navbar-nav > .notifications-menu,
919
+ .navbar-nav > .messages-menu,
920
+ .navbar-nav > .tasks-menu {
921
+ position: relative;
922
+ }
923
+ .navbar-nav > .notifications-menu > .dropdown-menu,
924
+ .navbar-nav > .messages-menu > .dropdown-menu,
925
+ .navbar-nav > .tasks-menu > .dropdown-menu {
926
+ width: 280px;
927
+ padding: 0 0 0 0!important;
928
+ margin: 0!important;
929
+ top: 100%;
930
+ }
931
+ .navbar-nav > .notifications-menu > .dropdown-menu > li,
932
+ .navbar-nav > .messages-menu > .dropdown-menu > li,
933
+ .navbar-nav > .tasks-menu > .dropdown-menu > li {
934
+ position: relative;
935
+ }
936
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
937
+ .navbar-nav > .messages-menu > .dropdown-menu > li.header,
938
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
939
+ border-top-left-radius: 4px;
940
+ border-top-right-radius: 4px;
941
+ border-bottom-right-radius: 0;
942
+ border-bottom-left-radius: 0;
943
+ background-color: #ffffff;
944
+ padding: 7px 10px;
945
+ border-bottom: 1px solid #f4f4f4;
946
+ color: #444444;
947
+ font-size: 14px;
948
+ }
949
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
950
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
951
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
952
+ border-top-left-radius: 0px;
953
+ border-top-right-radius: 0px;
954
+ border-bottom-right-radius: 4px;
955
+ border-bottom-left-radius: 4px;
956
+ font-size: 12px;
957
+ background-color: #fff;
958
+ padding: 7px 10px;
959
+ border-bottom: 1px solid #eeeeee;
960
+ color: #444!important;
961
+ text-align: center;
962
+ }
963
+ @media (max-width: 991px) {
964
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
965
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
966
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
967
+ background: #fff!important;
968
+ color: #444!important;
969
+ }
970
+ }
971
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
972
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
973
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
974
+ text-decoration: none;
975
+ font-weight: normal;
976
+ }
977
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
978
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
979
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
980
+ max-height: 200px;
981
+ margin: 0;
982
+ padding: 0;
983
+ list-style: none;
984
+ overflow-x: hidden;
985
+ }
986
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
987
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
988
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
989
+ display: block;
990
+ white-space: nowrap;
991
+ /* Prevent text from breaking */
992
+ border-bottom: 1px solid #f4f4f4;
993
+ }
994
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
995
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
996
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
997
+ background: #f4f4f4;
998
+ text-decoration: none;
999
+ }
1000
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
1001
+ color: #444444;
1002
+ overflow: hidden;
1003
+ text-overflow: ellipsis;
1004
+ white-space: nowrap;
1005
+ padding: 10px;
1006
+ }
1007
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
1008
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
1009
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
1010
+ width: 20px;
1011
+ }
1012
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
1013
+ margin: 0px;
1014
+ padding: 10px 10px;
1015
+ }
1016
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
1017
+ margin: auto 10px auto auto;
1018
+ width: 40px;
1019
+ height: 40px;
1020
+ }
1021
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
1022
+ padding: 0;
1023
+ margin: 0 0 0 45px;
1024
+ color: #444444;
1025
+ font-size: 15px;
1026
+ position: relative;
1027
+ }
1028
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
1029
+ color: #999999;
1030
+ font-size: 10px;
1031
+ position: absolute;
1032
+ top: 0px;
1033
+ right: 0px;
1034
+ }
1035
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
1036
+ margin: 0 0 0 45px;
1037
+ font-size: 12px;
1038
+ color: #888888;
1039
+ }
1040
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
1041
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
1042
+ content: " ";
1043
+ display: table;
1044
+ }
1045
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
1046
+ clear: both;
1047
+ }
1048
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
1049
+ padding: 10px;
1050
+ }
1051
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
1052
+ font-size: 14px;
1053
+ padding: 0;
1054
+ margin: 0 0 10px 0;
1055
+ color: #666666;
1056
+ }
1057
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
1058
+ padding: 0;
1059
+ margin: 0;
1060
+ }
1061
+ .navbar-nav > .user-menu > .dropdown-menu {
1062
+ border-top-right-radius: 0;
1063
+ border-top-left-radius: 0;
1064
+ padding: 1px 0 0 0;
1065
+ border-top-width: 0;
1066
+ width: 280px;
1067
+ }
1068
+ .navbar-nav > .user-menu > .dropdown-menu,
1069
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body {
1070
+ border-bottom-right-radius: 4px;
1071
+ border-bottom-left-radius: 4px;
1072
+ }
1073
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
1074
+ height: 175px;
1075
+ padding: 10px;
1076
+ text-align: center;
1077
+ }
1078
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
1079
+ z-index: 5;
1080
+ height: 90px;
1081
+ width: 90px;
1082
+ border: 3px solid;
1083
+ border-color: transparent;
1084
+ border-color: rgba(255, 255, 255, 0.2);
1085
+ }
1086
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
1087
+ z-index: 5;
1088
+ color: #fff;
1089
+ color: rgba(255, 255, 255, 0.8);
1090
+ font-size: 17px;
1091
+ margin-top: 10px;
1092
+ }
1093
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
1094
+ display: block;
1095
+ font-size: 12px;
1096
+ }
1097
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body {
1098
+ padding: 15px;
1099
+ border-bottom: 1px solid #f4f4f4;
1100
+ border-top: 1px solid #dddddd;
1101
+ }
1102
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
1103
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
1104
+ content: " ";
1105
+ display: table;
1106
+ }
1107
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
1108
+ clear: both;
1109
+ }
1110
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
1111
+ color: #444 !important;
1112
+ }
1113
+ @media (max-width: 991px) {
1114
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
1115
+ background: #fff !important;
1116
+ color: #444 !important;
1117
+ }
1118
+ }
1119
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
1120
+ background-color: #f9f9f9;
1121
+ padding: 10px;
1122
+ }
1123
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
1124
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
1125
+ content: " ";
1126
+ display: table;
1127
+ }
1128
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
1129
+ clear: both;
1130
+ }
1131
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
1132
+ color: #666666;
1133
+ }
1134
+ .navbar-nav > .user-menu .user-image {
1135
+ float: left;
1136
+ width: 25px;
1137
+ height: 25px;
1138
+ border-radius: 50%;
1139
+ margin-right: 10px;
1140
+ margin-top: -2px;
1141
+ }
1142
+ @media (max-width: 767px) {
1143
+ .navbar-nav > .user-menu .user-image {
1144
+ float: none;
1145
+ margin-right: 0;
1146
+ margin-top: -8px;
1147
+ line-height: 10px;
1148
+ }
1149
+ }
1150
+ /* Add fade animation to dropdown menus by appending
1151
+ the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
1152
+ .open:not(.dropup) > .animated-dropdown-menu {
1153
+ backface-visibility: visible !important;
1154
+ -webkit-animation: flipInX 0.7s both;
1155
+ -o-animation: flipInX 0.7s both;
1156
+ animation: flipInX 0.7s both;
1157
+ }
1158
+ @keyframes flipInX {
1159
+ 0% {
1160
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1161
+ transition-timing-function: ease-in;
1162
+ opacity: 0;
1163
+ }
1164
+ 40% {
1165
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1166
+ transition-timing-function: ease-in;
1167
+ }
1168
+ 60% {
1169
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1170
+ opacity: 1;
1171
+ }
1172
+ 80% {
1173
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1174
+ }
1175
+ 100% {
1176
+ transform: perspective(400px);
1177
+ }
1178
+ }
1179
+ @-webkit-keyframes flipInX {
1180
+ 0% {
1181
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1182
+ -webkit-transition-timing-function: ease-in;
1183
+ opacity: 0;
1184
+ }
1185
+ 40% {
1186
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1187
+ -webkit-transition-timing-function: ease-in;
1188
+ }
1189
+ 60% {
1190
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1191
+ opacity: 1;
1192
+ }
1193
+ 80% {
1194
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1195
+ }
1196
+ 100% {
1197
+ -webkit-transform: perspective(400px);
1198
+ }
1199
+ }
1200
+ /* Fix dropdown menu in navbars */
1201
+ .navbar-custom-menu > .navbar-nav > li {
1202
+ position: relative;
1203
+ }
1204
+ .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
1205
+ position: absolute;
1206
+ right: 0;
1207
+ left: auto;
1208
+ }
1209
+ @media (max-width: 991px) {
1210
+ .navbar-custom-menu > .navbar-nav {
1211
+ float: right;
1212
+ }
1213
+ .navbar-custom-menu > .navbar-nav > li {
1214
+ position: static;
1215
+ }
1216
+ .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
1217
+ position: absolute;
1218
+ right: 5%;
1219
+ left: auto;
1220
+ border: 1px solid #ddd;
1221
+ background: #fff;
1222
+ }
1223
+ }
1224
+ /*
1225
+ * Component: Form
1226
+ * ---------------
1227
+ */
1228
+ .form-control {
1229
+ border-radius: 0px !important;
1230
+ box-shadow: none;
1231
+ border-color: #d2d6de;
1232
+ }
1233
+ .form-control:focus {
1234
+ border-color: #3c8dbc !important;
1235
+ box-shadow: none;
1236
+ }
1237
+ .form-control::-moz-placeholder {
1238
+ color: #bbb;
1239
+ opacity: 1;
1240
+ }
1241
+ .form-control:-ms-input-placeholder {
1242
+ color: #bbb;
1243
+ }
1244
+ .form-control::-webkit-input-placeholder {
1245
+ color: #bbb;
1246
+ }
1247
+ .form-control:not(select) {
1248
+ -webkit-appearance: none;
1249
+ -moz-appearance: none;
1250
+ appearance: none;
1251
+ }
1252
+ .form-group.has-success label {
1253
+ color: #00a65a;
1254
+ }
1255
+ .form-group.has-success .form-control {
1256
+ border-color: #00a65a !important;
1257
+ box-shadow: none;
1258
+ }
1259
+ .form-group.has-warning label {
1260
+ color: #f39c12;
1261
+ }
1262
+ .form-group.has-warning .form-control {
1263
+ border-color: #f39c12 !important;
1264
+ box-shadow: none;
1265
+ }
1266
+ .form-group.has-error label {
1267
+ color: #dd4b39;
1268
+ }
1269
+ .form-group.has-error .form-control {
1270
+ border-color: #dd4b39 !important;
1271
+ box-shadow: none;
1272
+ }
1273
+ /* Input group */
1274
+ .input-group .input-group-addon {
1275
+ border-radius: 0px;
1276
+ border-color: #d2d6de;
1277
+ background-color: #fff;
1278
+ }
1279
+ /* button groups */
1280
+ .btn-group-vertical .btn.btn-flat:first-of-type,
1281
+ .btn-group-vertical .btn.btn-flat:last-of-type {
1282
+ border-radius: 0;
1283
+ }
1284
+ .icheck > label {
1285
+ padding-left: 0;
1286
+ }
1287
+ /*
1288
+ * Component: Progress Bar
1289
+ * -----------------------
1290
+ */
1291
+ .progress,
1292
+ .progress > .progress-bar {
1293
+ -webkit-box-shadow: none;
1294
+ box-shadow: none;
1295
+ }
1296
+ .progress,
1297
+ .progress > .progress-bar,
1298
+ .progress .progress-bar,
1299
+ .progress > .progress-bar .progress-bar {
1300
+ border-radius: 1px;
1301
+ }
1302
+ /* size variation */
1303
+ .progress.sm,
1304
+ .progress-sm {
1305
+ height: 10px;
1306
+ }
1307
+ .progress.sm,
1308
+ .progress-sm,
1309
+ .progress.sm .progress-bar,
1310
+ .progress-sm .progress-bar {
1311
+ border-radius: 1px;
1312
+ }
1313
+ .progress.xs,
1314
+ .progress-xs {
1315
+ height: 7px;
1316
+ }
1317
+ .progress.xs,
1318
+ .progress-xs,
1319
+ .progress.xs .progress-bar,
1320
+ .progress-xs .progress-bar {
1321
+ border-radius: 1px;
1322
+ }
1323
+ .progress.xxs,
1324
+ .progress-xxs {
1325
+ height: 3px;
1326
+ }
1327
+ .progress.xxs,
1328
+ .progress-xxs,
1329
+ .progress.xxs .progress-bar,
1330
+ .progress-xxs .progress-bar {
1331
+ border-radius: 1px;
1332
+ }
1333
+ /* Vertical bars */
1334
+ .progress.vertical {
1335
+ position: relative;
1336
+ width: 30px;
1337
+ height: 200px;
1338
+ display: inline-block;
1339
+ margin-right: 10px;
1340
+ }
1341
+ .progress.vertical > .progress-bar {
1342
+ width: 100%!important;
1343
+ position: absolute;
1344
+ bottom: 0;
1345
+ }
1346
+ .progress.vertical.sm,
1347
+ .progress.vertical.progress-sm {
1348
+ width: 20px;
1349
+ }
1350
+ .progress.vertical.xs,
1351
+ .progress.vertical.progress-xs {
1352
+ width: 10px;
1353
+ }
1354
+ .progress.vertical.xxs,
1355
+ .progress.vertical.progress-xxs {
1356
+ width: 3px;
1357
+ }
1358
+ .progress-group .progress-text {
1359
+ font-weight: 600;
1360
+ }
1361
+ .progress-group .progress-number {
1362
+ float: right;
1363
+ }
1364
+ /* Remove margins from progress bars when put in a table */
1365
+ .table tr > td .progress {
1366
+ margin: 0;
1367
+ }
1368
+ .progress-bar-light-blue,
1369
+ .progress-bar-primary {
1370
+ background-color: #3c8dbc;
1371
+ }
1372
+ .progress-striped .progress-bar-light-blue,
1373
+ .progress-striped .progress-bar-primary {
1374
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1375
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1376
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1377
+ }
1378
+ .progress-bar-green,
1379
+ .progress-bar-success {
1380
+ background-color: #00a65a;
1381
+ }
1382
+ .progress-striped .progress-bar-green,
1383
+ .progress-striped .progress-bar-success {
1384
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1385
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1386
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1387
+ }
1388
+ .progress-bar-aqua,
1389
+ .progress-bar-info {
1390
+ background-color: #00c0ef;
1391
+ }
1392
+ .progress-striped .progress-bar-aqua,
1393
+ .progress-striped .progress-bar-info {
1394
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1395
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1396
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1397
+ }
1398
+ .progress-bar-yellow,
1399
+ .progress-bar-warning {
1400
+ background-color: #f39c12;
1401
+ }
1402
+ .progress-striped .progress-bar-yellow,
1403
+ .progress-striped .progress-bar-warning {
1404
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1405
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1406
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1407
+ }
1408
+ .progress-bar-red,
1409
+ .progress-bar-danger {
1410
+ background-color: #dd4b39;
1411
+ }
1412
+ .progress-striped .progress-bar-red,
1413
+ .progress-striped .progress-bar-danger {
1414
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1415
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1416
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1417
+ }
1418
+ /*
1419
+ * Component: Small Box
1420
+ * --------------------
1421
+ */
1422
+ .small-box {
1423
+ border-radius: 2px;
1424
+ position: relative;
1425
+ display: block;
1426
+ margin-bottom: 20px;
1427
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1428
+ }
1429
+ .small-box > .inner {
1430
+ padding: 10px;
1431
+ }
1432
+ .small-box > .small-box-footer {
1433
+ position: relative;
1434
+ text-align: center;
1435
+ padding: 3px 0;
1436
+ color: #fff;
1437
+ color: rgba(255, 255, 255, 0.8);
1438
+ display: block;
1439
+ z-index: 10;
1440
+ background: rgba(0, 0, 0, 0.1);
1441
+ text-decoration: none;
1442
+ }
1443
+ .small-box > .small-box-footer:hover {
1444
+ color: #fff;
1445
+ background: rgba(0, 0, 0, 0.15);
1446
+ }
1447
+ .small-box h3 {
1448
+ font-size: 38px;
1449
+ font-weight: bold;
1450
+ margin: 0 0 10px 0;
1451
+ white-space: nowrap;
1452
+ padding: 0;
1453
+ }
1454
+ .small-box p {
1455
+ font-size: 15px;
1456
+ }
1457
+ .small-box p > small {
1458
+ display: block;
1459
+ color: #f9f9f9;
1460
+ font-size: 13px;
1461
+ margin-top: 5px;
1462
+ }
1463
+ .small-box h3,
1464
+ .small-box p {
1465
+ z-index: 5px;
1466
+ }
1467
+ .small-box .icon {
1468
+ -webkit-transition: all 0.3s linear;
1469
+ -o-transition: all 0.3s linear;
1470
+ transition: all 0.3s linear;
1471
+ position: absolute;
1472
+ top: -10px;
1473
+ right: 10px;
1474
+ z-index: 0;
1475
+ font-size: 90px;
1476
+ color: rgba(0, 0, 0, 0.15);
1477
+ }
1478
+ .small-box:hover {
1479
+ text-decoration: none;
1480
+ color: #f9f9f9;
1481
+ }
1482
+ .small-box:hover .icon {
1483
+ font-size: 95px;
1484
+ }
1485
+ @media (max-width: 767px) {
1486
+ .small-box {
1487
+ text-align: center;
1488
+ }
1489
+ .small-box .icon {
1490
+ display: none;
1491
+ }
1492
+ .small-box p {
1493
+ font-size: 12px;
1494
+ }
1495
+ }
1496
+ /*
1497
+ * Component: Box
1498
+ * --------------
1499
+ */
1500
+ .box {
1501
+ position: relative;
1502
+ border-radius: 3px;
1503
+ background: #ffffff;
1504
+ border-top: 3px solid #d2d6de;
1505
+ margin-bottom: 20px;
1506
+ width: 100%;
1507
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1508
+ }
1509
+ .box.box-primary {
1510
+ border-top-color: #3c8dbc;
1511
+ }
1512
+ .box.box-info {
1513
+ border-top-color: #00c0ef;
1514
+ }
1515
+ .box.box-danger {
1516
+ border-top-color: #dd4b39;
1517
+ }
1518
+ .box.box-warning {
1519
+ border-top-color: #f39c12;
1520
+ }
1521
+ .box.box-success {
1522
+ border-top-color: #00a65a;
1523
+ }
1524
+ .box.box-default {
1525
+ border-top-color: #d2d6de;
1526
+ }
1527
+ .box.collapsed-box .box-body,
1528
+ .box.collapsed-box .box-footer {
1529
+ display: none;
1530
+ }
1531
+ .box .nav-stacked > li {
1532
+ border-bottom: 1px solid #f4f4f4;
1533
+ margin: 0;
1534
+ }
1535
+ .box .nav-stacked > li:last-of-type {
1536
+ border-bottom: none;
1537
+ }
1538
+ .box.height-control .box-body {
1539
+ max-height: 300px;
1540
+ overflow: auto;
1541
+ }
1542
+ .box .border-right {
1543
+ border-right: 1px solid #f4f4f4;
1544
+ }
1545
+ .box .border-left {
1546
+ border-left: 1px solid #f4f4f4;
1547
+ }
1548
+ .box.box-solid {
1549
+ border-top: 0px;
1550
+ }
1551
+ .box.box-solid > .box-header .btn.btn-default {
1552
+ background: transparent;
1553
+ }
1554
+ .box.box-solid > .box-header .btn:hover,
1555
+ .box.box-solid > .box-header a:hover {
1556
+ background: rgba(0, 0, 0, 0.1) !important;
1557
+ }
1558
+ .box.box-solid.box-default {
1559
+ border: 1px solid #d2d6de;
1560
+ }
1561
+ .box.box-solid.box-default > .box-header {
1562
+ color: #444444;
1563
+ background: #d2d6de;
1564
+ background-color: #d2d6de;
1565
+ }
1566
+ .box.box-solid.box-default > .box-header a,
1567
+ .box.box-solid.box-default > .box-header .btn {
1568
+ color: #444444;
1569
+ }
1570
+ .box.box-solid.box-primary {
1571
+ border: 1px solid #3c8dbc;
1572
+ }
1573
+ .box.box-solid.box-primary > .box-header {
1574
+ color: #ffffff;
1575
+ background: #3c8dbc;
1576
+ background-color: #3c8dbc;
1577
+ }
1578
+ .box.box-solid.box-primary > .box-header a,
1579
+ .box.box-solid.box-primary > .box-header .btn {
1580
+ color: #ffffff;
1581
+ }
1582
+ .box.box-solid.box-info {
1583
+ border: 1px solid #00c0ef;
1584
+ }
1585
+ .box.box-solid.box-info > .box-header {
1586
+ color: #ffffff;
1587
+ background: #00c0ef;
1588
+ background-color: #00c0ef;
1589
+ }
1590
+ .box.box-solid.box-info > .box-header a,
1591
+ .box.box-solid.box-info > .box-header .btn {
1592
+ color: #ffffff;
1593
+ }
1594
+ .box.box-solid.box-danger {
1595
+ border: 1px solid #dd4b39;
1596
+ }
1597
+ .box.box-solid.box-danger > .box-header {
1598
+ color: #ffffff;
1599
+ background: #dd4b39;
1600
+ background-color: #dd4b39;
1601
+ }
1602
+ .box.box-solid.box-danger > .box-header a,
1603
+ .box.box-solid.box-danger > .box-header .btn {
1604
+ color: #ffffff;
1605
+ }
1606
+ .box.box-solid.box-warning {
1607
+ border: 1px solid #f39c12;
1608
+ }
1609
+ .box.box-solid.box-warning > .box-header {
1610
+ color: #ffffff;
1611
+ background: #f39c12;
1612
+ background-color: #f39c12;
1613
+ }
1614
+ .box.box-solid.box-warning > .box-header a,
1615
+ .box.box-solid.box-warning > .box-header .btn {
1616
+ color: #ffffff;
1617
+ }
1618
+ .box.box-solid.box-success {
1619
+ border: 1px solid #00a65a;
1620
+ }
1621
+ .box.box-solid.box-success > .box-header {
1622
+ color: #ffffff;
1623
+ background: #00a65a;
1624
+ background-color: #00a65a;
1625
+ }
1626
+ .box.box-solid.box-success > .box-header a,
1627
+ .box.box-solid.box-success > .box-header .btn {
1628
+ color: #ffffff;
1629
+ }
1630
+ .box.box-solid > .box-header > .box-tools .btn {
1631
+ border: 0;
1632
+ box-shadow: none;
1633
+ }
1634
+ .box.box-solid[class*='bg'] > .box-header {
1635
+ color: #fff;
1636
+ }
1637
+ .box .box-group > .box {
1638
+ margin-bottom: 5px;
1639
+ }
1640
+ .box .knob-label {
1641
+ text-align: center;
1642
+ color: #333;
1643
+ font-weight: 100;
1644
+ font-size: 12px;
1645
+ margin-bottom: 0.3em;
1646
+ }
1647
+ .box > .overlay,
1648
+ .overlay-wrapper > .overlay,
1649
+ .box > .loading-img,
1650
+ .overlay-wrapper > .loading-img {
1651
+ position: absolute;
1652
+ top: 0;
1653
+ left: 0;
1654
+ width: 100%;
1655
+ height: 100%;
1656
+ }
1657
+ .box .overlay,
1658
+ .overlay-wrapper .overlay {
1659
+ z-index: 50;
1660
+ background: rgba(255, 255, 255, 0.7);
1661
+ border-radius: 3px;
1662
+ }
1663
+ .box .overlay > .fa,
1664
+ .overlay-wrapper .overlay > .fa {
1665
+ position: absolute;
1666
+ top: 50%;
1667
+ left: 50%;
1668
+ margin-left: -15px;
1669
+ margin-top: -15px;
1670
+ color: #000;
1671
+ font-size: 30px;
1672
+ }
1673
+ .box .overlay.dark,
1674
+ .overlay-wrapper .overlay.dark {
1675
+ background: rgba(0, 0, 0, 0.5);
1676
+ }
1677
+ .box-header:before,
1678
+ .box-body:before,
1679
+ .box-footer:before,
1680
+ .box-header:after,
1681
+ .box-body:after,
1682
+ .box-footer:after {
1683
+ content: " ";
1684
+ display: table;
1685
+ }
1686
+ .box-header:after,
1687
+ .box-body:after,
1688
+ .box-footer:after {
1689
+ clear: both;
1690
+ }
1691
+ .box-header {
1692
+ color: #444;
1693
+ display: block;
1694
+ padding: 10px;
1695
+ position: relative;
1696
+ }
1697
+ .box-header.with-border {
1698
+ border-bottom: 1px solid #f4f4f4;
1699
+ }
1700
+ .collapsed-box .box-header.with-border {
1701
+ border-bottom: none;
1702
+ }
1703
+ .box-header > .fa,
1704
+ .box-header > .glyphicon,
1705
+ .box-header > .ion,
1706
+ .box-header .box-title {
1707
+ display: inline-block;
1708
+ font-size: 18px;
1709
+ margin: 0;
1710
+ line-height: 1;
1711
+ }
1712
+ .box-header > .fa,
1713
+ .box-header > .glyphicon,
1714
+ .box-header > .ion {
1715
+ margin-right: 5px;
1716
+ }
1717
+ .box-header > .box-tools {
1718
+ position: absolute;
1719
+ right: 10px;
1720
+ top: 5px;
1721
+ }
1722
+ .box-header > .box-tools [data-toggle="tooltip"] {
1723
+ position: relative;
1724
+ }
1725
+ .box-header > .box-tools.pull-right .dropdown-menu {
1726
+ right: 0;
1727
+ left: auto;
1728
+ }
1729
+ .btn-box-tool {
1730
+ padding: 5px;
1731
+ font-size: 12px;
1732
+ background: transparent;
1733
+ box-shadow: none!important;
1734
+ color: #97a0b3;
1735
+ }
1736
+ .open .btn-box-tool,
1737
+ .btn-box-tool:hover {
1738
+ color: #606c84;
1739
+ }
1740
+ .btn-box-tool:active {
1741
+ outline: none!important;
1742
+ }
1743
+ .box-body {
1744
+ border-top-left-radius: 0;
1745
+ border-top-right-radius: 0;
1746
+ border-bottom-right-radius: 3px;
1747
+ border-bottom-left-radius: 3px;
1748
+ padding: 10px;
1749
+ }
1750
+ .no-header .box-body {
1751
+ border-top-right-radius: 3px;
1752
+ border-top-left-radius: 3px;
1753
+ }
1754
+ .box-body > .table {
1755
+ margin-bottom: 0;
1756
+ }
1757
+ .box-body .fc {
1758
+ margin-top: 5px;
1759
+ }
1760
+ .box-body .full-width-chart {
1761
+ margin: -19px;
1762
+ }
1763
+ .box-body.no-padding .full-width-chart {
1764
+ margin: -9px;
1765
+ }
1766
+ .box-body .box-pane {
1767
+ border-top-left-radius: 0;
1768
+ border-top-right-radius: 0;
1769
+ border-bottom-right-radius: 0;
1770
+ border-bottom-left-radius: 3px;
1771
+ }
1772
+ .box-body .box-pane-right {
1773
+ border-top-left-radius: 0;
1774
+ border-top-right-radius: 0;
1775
+ border-bottom-right-radius: 3px;
1776
+ border-bottom-left-radius: 0;
1777
+ }
1778
+ .box-footer {
1779
+ border-top-left-radius: 0;
1780
+ border-top-right-radius: 0;
1781
+ border-bottom-right-radius: 3px;
1782
+ border-bottom-left-radius: 3px;
1783
+ border-top: 1px solid #f4f4f4;
1784
+ padding: 10px;
1785
+ background-color: #ffffff;
1786
+ }
1787
+ .chart-legend {
1788
+ margin: 10px 0;
1789
+ }
1790
+ @media (max-width: 991px) {
1791
+ .chart-legend > li {
1792
+ float: left;
1793
+ margin-right: 10px;
1794
+ }
1795
+ }
1796
+ /* Widget: TODO LIST */
1797
+ .todo-list {
1798
+ margin: 0;
1799
+ padding: 0px 0px;
1800
+ list-style: none;
1801
+ overflow: auto;
1802
+ }
1803
+ .todo-list > li {
1804
+ border-radius: 2px;
1805
+ padding: 10px;
1806
+ background: #f4f4f4;
1807
+ margin-bottom: 2px;
1808
+ border-left: 2px solid #e6e7e8;
1809
+ color: #444;
1810
+ }
1811
+ .todo-list > li:last-of-type {
1812
+ margin-bottom: 0;
1813
+ }
1814
+ .todo-list > li.danger {
1815
+ border-left-color: #dd4b39;
1816
+ }
1817
+ .todo-list > li.warning {
1818
+ border-left-color: #f39c12;
1819
+ }
1820
+ .todo-list > li.info {
1821
+ border-left-color: #00c0ef;
1822
+ }
1823
+ .todo-list > li.success {
1824
+ border-left-color: #00a65a;
1825
+ }
1826
+ .todo-list > li.primary {
1827
+ border-left-color: #3c8dbc;
1828
+ }
1829
+ .todo-list > li > input[type='checkbox'] {
1830
+ margin: 0 10px 0 5px;
1831
+ }
1832
+ .todo-list > li .text {
1833
+ display: inline-block;
1834
+ margin-left: 5px;
1835
+ font-weight: 600;
1836
+ }
1837
+ .todo-list > li .label {
1838
+ margin-left: 10px;
1839
+ font-size: 9px;
1840
+ }
1841
+ .todo-list > li .tools {
1842
+ display: none;
1843
+ float: right;
1844
+ color: #dd4b39;
1845
+ }
1846
+ .todo-list > li .tools > .fa,
1847
+ .todo-list > li .tools > .glyphicon,
1848
+ .todo-list > li .tools > .ion {
1849
+ margin-right: 5px;
1850
+ cursor: pointer;
1851
+ }
1852
+ .todo-list > li:hover .tools {
1853
+ display: inline-block;
1854
+ }
1855
+ .todo-list > li.done {
1856
+ color: #999;
1857
+ }
1858
+ .todo-list > li.done .text {
1859
+ text-decoration: line-through;
1860
+ font-weight: 500;
1861
+ }
1862
+ .todo-list > li.done .label {
1863
+ background: #d2d6de !important;
1864
+ }
1865
+ .todo-list .handle {
1866
+ display: inline-block;
1867
+ cursor: move;
1868
+ margin: 0 5px;
1869
+ }
1870
+ /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
1871
+ .chat {
1872
+ padding: 5px 20px 5px 10px;
1873
+ }
1874
+ .chat .item {
1875
+ margin-bottom: 10px;
1876
+ }
1877
+ .chat .item:before,
1878
+ .chat .item:after {
1879
+ content: " ";
1880
+ display: table;
1881
+ }
1882
+ .chat .item:after {
1883
+ clear: both;
1884
+ }
1885
+ .chat .item > img {
1886
+ width: 40px;
1887
+ height: 40px;
1888
+ border: 2px solid transparent;
1889
+ border-radius: 50% !important;
1890
+ }
1891
+ .chat .item > img.online {
1892
+ border: 2px solid #00a65a;
1893
+ }
1894
+ .chat .item > img.offline {
1895
+ border: 2px solid #dd4b39;
1896
+ }
1897
+ .chat .item > .message {
1898
+ margin-left: 55px;
1899
+ margin-top: -40px;
1900
+ }
1901
+ .chat .item > .message > .name {
1902
+ display: block;
1903
+ font-weight: 600;
1904
+ }
1905
+ .chat .item > .attachment {
1906
+ border-radius: 3px;
1907
+ background: #f4f4f4;
1908
+ margin-left: 65px;
1909
+ margin-right: 15px;
1910
+ padding: 10px;
1911
+ }
1912
+ .chat .item > .attachment > h4 {
1913
+ margin: 0 0 5px 0;
1914
+ font-weight: 600;
1915
+ font-size: 14px;
1916
+ }
1917
+ .chat .item > .attachment > p,
1918
+ .chat .item > .attachment > .filename {
1919
+ font-weight: 600;
1920
+ font-size: 13px;
1921
+ font-style: italic;
1922
+ margin: 0;
1923
+ }
1924
+ .chat .item > .attachment:before,
1925
+ .chat .item > .attachment:after {
1926
+ content: " ";
1927
+ display: table;
1928
+ }
1929
+ .chat .item > .attachment:after {
1930
+ clear: both;
1931
+ }
1932
+ .box-input {
1933
+ max-width: 200px;
1934
+ }
1935
+ .modal .panel-body {
1936
+ color: #444;
1937
+ }
1938
+ /*
1939
+ * Component: Info Box
1940
+ * -------------------
1941
+ */
1942
+ .info-box {
1943
+ display: block;
1944
+ min-height: 90px;
1945
+ background: #fff;
1946
+ width: 100%;
1947
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1948
+ border-radius: 2px;
1949
+ margin-bottom: 15px;
1950
+ }
1951
+ .info-box small {
1952
+ font-size: 14px;
1953
+ }
1954
+ .info-box .progress {
1955
+ background: rgba(0, 0, 0, 0.2);
1956
+ margin: 5px -10px 5px -10px;
1957
+ height: 2px;
1958
+ }
1959
+ .info-box .progress,
1960
+ .info-box .progress .progress-bar {
1961
+ border-radius: 0;
1962
+ }
1963
+ .info-box .progress .progress-bar {
1964
+ background: #fff;
1965
+ }
1966
+ .info-box-icon {
1967
+ border-top-left-radius: 2px;
1968
+ border-top-right-radius: 0;
1969
+ border-bottom-right-radius: 0;
1970
+ border-bottom-left-radius: 2px;
1971
+ display: block;
1972
+ float: left;
1973
+ height: 90px;
1974
+ width: 90px;
1975
+ text-align: center;
1976
+ font-size: 45px;
1977
+ line-height: 90px;
1978
+ background: rgba(0, 0, 0, 0.2);
1979
+ }
1980
+ .info-box-icon > img {
1981
+ max-width: 100%;
1982
+ }
1983
+ .info-box-content {
1984
+ padding: 5px 10px;
1985
+ margin-left: 90px;
1986
+ }
1987
+ .info-box-number {
1988
+ display: block;
1989
+ font-weight: bold;
1990
+ font-size: 18px;
1991
+ }
1992
+ .progress-description,
1993
+ .info-box-text {
1994
+ display: block;
1995
+ font-size: 14px;
1996
+ white-space: nowrap;
1997
+ overflow: hidden;
1998
+ text-overflow: ellipsis;
1999
+ }
2000
+ .info-box-text {
2001
+ text-transform: uppercase;
2002
+ }
2003
+ .info-box-more {
2004
+ display: block;
2005
+ }
2006
+ .progress-description {
2007
+ margin: 0;
2008
+ }
2009
+ /*
2010
+ * Component: Timeline
2011
+ * -------------------
2012
+ */
2013
+ .timeline {
2014
+ position: relative;
2015
+ margin: 0 0 30px 0;
2016
+ padding: 0;
2017
+ list-style: none;
2018
+ }
2019
+ .timeline:before {
2020
+ content: '';
2021
+ position: absolute;
2022
+ top: 0px;
2023
+ bottom: 0;
2024
+ width: 4px;
2025
+ background: #ddd;
2026
+ left: 31px;
2027
+ margin: 0;
2028
+ border-radius: 2px;
2029
+ }
2030
+ .timeline > li {
2031
+ position: relative;
2032
+ margin-right: 10px;
2033
+ margin-bottom: 15px;
2034
+ }
2035
+ .timeline > li:before,
2036
+ .timeline > li:after {
2037
+ content: " ";
2038
+ display: table;
2039
+ }
2040
+ .timeline > li:after {
2041
+ clear: both;
2042
+ }
2043
+ .timeline > li > .timeline-item {
2044
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2045
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2046
+ border-radius: 3px;
2047
+ margin-top: 0px;
2048
+ background: #fff;
2049
+ color: #444;
2050
+ margin-left: 60px;
2051
+ margin-right: 15px;
2052
+ padding: 0;
2053
+ position: relative;
2054
+ }
2055
+ .timeline > li > .timeline-item > .time {
2056
+ color: #999;
2057
+ float: right;
2058
+ padding: 10px;
2059
+ font-size: 12px;
2060
+ }
2061
+ .timeline > li > .timeline-item > .timeline-header {
2062
+ margin: 0;
2063
+ color: #555;
2064
+ border-bottom: 1px solid #f4f4f4;
2065
+ padding: 10px;
2066
+ font-size: 16px;
2067
+ line-height: 1.1;
2068
+ }
2069
+ .timeline > li > .timeline-item > .timeline-header > a {
2070
+ font-weight: 600;
2071
+ }
2072
+ .timeline > li > .timeline-item > .timeline-body,
2073
+ .timeline > li > .timeline-item > .timeline-footer {
2074
+ padding: 10px;
2075
+ }
2076
+ .timeline > li.time-label > span {
2077
+ font-weight: 600;
2078
+ padding: 5px;
2079
+ display: inline-block;
2080
+ background-color: #fff;
2081
+ border-radius: 4px;
2082
+ }
2083
+ .timeline > li > .fa,
2084
+ .timeline > li > .glyphicon,
2085
+ .timeline > li > .ion {
2086
+ width: 30px;
2087
+ height: 30px;
2088
+ font-size: 15px;
2089
+ line-height: 30px;
2090
+ position: absolute;
2091
+ color: #666;
2092
+ background: #d2d6de;
2093
+ border-radius: 50%;
2094
+ text-align: center;
2095
+ left: 18px;
2096
+ top: 0;
2097
+ }
2098
+ /*
2099
+ * Component: Button
2100
+ * -----------------
2101
+ */
2102
+ .btn {
2103
+ border-radius: 3px;
2104
+ -webkit-box-shadow: none;
2105
+ box-shadow: none;
2106
+ border: 1px solid transparent;
2107
+ }
2108
+ .btn.uppercase {
2109
+ text-transform: uppercase;
2110
+ }
2111
+ .btn.btn-flat {
2112
+ border-radius: 0;
2113
+ -webkit-box-shadow: none;
2114
+ -moz-box-shadow: none;
2115
+ box-shadow: none;
2116
+ border-width: 1px;
2117
+ }
2118
+ .btn:active {
2119
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2120
+ -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2121
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2122
+ }
2123
+ .btn:focus {
2124
+ outline: none;
2125
+ }
2126
+ .btn.btn-file {
2127
+ position: relative;
2128
+ overflow: hidden;
2129
+ }
2130
+ .btn.btn-file > input[type='file'] {
2131
+ position: absolute;
2132
+ top: 0;
2133
+ right: 0;
2134
+ min-width: 100%;
2135
+ min-height: 100%;
2136
+ font-size: 100px;
2137
+ text-align: right;
2138
+ opacity: 0;
2139
+ filter: alpha(opacity=0);
2140
+ outline: none;
2141
+ background: white;
2142
+ cursor: inherit;
2143
+ display: block;
2144
+ }
2145
+ .btn-default {
2146
+ background-color: #f4f4f4;
2147
+ color: #444;
2148
+ border-color: #ddd;
2149
+ }
2150
+ .btn-default:hover,
2151
+ .btn-default:active,
2152
+ .btn-default.hover {
2153
+ background-color: #e7e7e7 !important;
2154
+ }
2155
+ .btn-primary {
2156
+ background-color: #3c8dbc;
2157
+ border-color: #367fa9;
2158
+ }
2159
+ .btn-primary:hover,
2160
+ .btn-primary:active,
2161
+ .btn-primary.hover {
2162
+ background-color: #367fa9;
2163
+ }
2164
+ .btn-success {
2165
+ background-color: #00a65a;
2166
+ border-color: #008d4c;
2167
+ }
2168
+ .btn-success:hover,
2169
+ .btn-success:active,
2170
+ .btn-success.hover {
2171
+ background-color: #008d4c;
2172
+ }
2173
+ .btn-info {
2174
+ background-color: #00c0ef;
2175
+ border-color: #00acd6;
2176
+ }
2177
+ .btn-info:hover,
2178
+ .btn-info:active,
2179
+ .btn-info.hover {
2180
+ background-color: #00acd6;
2181
+ }
2182
+ .btn-danger {
2183
+ background-color: #dd4b39;
2184
+ border-color: #d73925;
2185
+ }
2186
+ .btn-danger:hover,
2187
+ .btn-danger:active,
2188
+ .btn-danger.hover {
2189
+ background-color: #d73925;
2190
+ }
2191
+ .btn-warning {
2192
+ background-color: #f39c12;
2193
+ border-color: #e08e0b;
2194
+ }
2195
+ .btn-warning:hover,
2196
+ .btn-warning:active,
2197
+ .btn-warning.hover {
2198
+ background-color: #e08e0b;
2199
+ }
2200
+ .btn-outline {
2201
+ border: 1px solid #fff;
2202
+ background: transparent;
2203
+ color: #fff;
2204
+ }
2205
+ .btn-outline:hover,
2206
+ .btn-outline:focus,
2207
+ .btn-outline:active {
2208
+ color: rgba(255, 255, 255, 0.7);
2209
+ border-color: rgba(255, 255, 255, 0.7);
2210
+ }
2211
+ .btn-link {
2212
+ -webkit-box-shadow: none;
2213
+ box-shadow: none;
2214
+ }
2215
+ .btn[class*='bg-']:hover {
2216
+ -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
2217
+ box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
2218
+ }
2219
+ .btn-app {
2220
+ border-radius: 3px;
2221
+ position: relative;
2222
+ padding: 15px 5px;
2223
+ margin: 0 0 10px 10px;
2224
+ min-width: 80px;
2225
+ height: 60px;
2226
+ text-align: center;
2227
+ color: #666;
2228
+ border: 1px solid #ddd;
2229
+ background-color: #f4f4f4;
2230
+ font-size: 12px;
2231
+ }
2232
+ .btn-app > .fa,
2233
+ .btn-app > .glyphicon,
2234
+ .btn-app > .ion {
2235
+ font-size: 20px;
2236
+ display: block;
2237
+ }
2238
+ .btn-app:hover {
2239
+ background: #f4f4f4;
2240
+ color: #444;
2241
+ border-color: #aaa;
2242
+ }
2243
+ .btn-app:active,
2244
+ .btn-app:focus {
2245
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2246
+ -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2247
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2248
+ }
2249
+ .btn-app > .badge {
2250
+ position: absolute;
2251
+ top: -3px;
2252
+ right: -10px;
2253
+ font-size: 10px;
2254
+ font-weight: 400;
2255
+ }
2256
+ /*
2257
+ * Component: Callout
2258
+ * ------------------
2259
+ */
2260
+ .callout {
2261
+ border-radius: 3px;
2262
+ margin: 0 0 20px 0;
2263
+ padding: 15px 30px 15px 15px;
2264
+ border-left: 5px solid #eee;
2265
+ }
2266
+ .callout a {
2267
+ color: #fff;
2268
+ text-decoration: underline;
2269
+ }
2270
+ .callout a:hover {
2271
+ color: #eee;
2272
+ }
2273
+ .callout h4 {
2274
+ margin-top: 0;
2275
+ font-weight: 600;
2276
+ }
2277
+ .callout p:last-child {
2278
+ margin-bottom: 0;
2279
+ }
2280
+ .callout code,
2281
+ .callout .highlight {
2282
+ background-color: #fff;
2283
+ }
2284
+ .callout.callout-danger {
2285
+ border-color: #c23321;
2286
+ }
2287
+ .callout.callout-warning {
2288
+ border-color: #c87f0a;
2289
+ }
2290
+ .callout.callout-info {
2291
+ border-color: #0097bc;
2292
+ }
2293
+ .callout.callout-success {
2294
+ border-color: #00733e;
2295
+ }
2296
+ /*
2297
+ * Component: alert
2298
+ * ----------------
2299
+ */
2300
+ .alert {
2301
+ border-radius: 3px;
2302
+ }
2303
+ .alert h4 {
2304
+ font-weight: 600;
2305
+ }
2306
+ .alert .icon {
2307
+ margin-right: 10px;
2308
+ }
2309
+ .alert .close {
2310
+ color: #000;
2311
+ opacity: 0.2;
2312
+ filter: alpha(opacity=20);
2313
+ }
2314
+ .alert .close:hover {
2315
+ opacity: 0.5;
2316
+ filter: alpha(opacity=50);
2317
+ }
2318
+ .alert a {
2319
+ color: #fff;
2320
+ text-decoration: underline;
2321
+ }
2322
+ .alert-success {
2323
+ border-color: #008d4c;
2324
+ }
2325
+ .alert-danger,
2326
+ .alert-error {
2327
+ border-color: #d73925;
2328
+ }
2329
+ .alert-warning {
2330
+ border-color: #e08e0b;
2331
+ }
2332
+ .alert-info {
2333
+ border-color: #00acd6;
2334
+ }
2335
+ /*
2336
+ * Component: Nav
2337
+ * --------------
2338
+ */
2339
+ .nav > li > a:hover,
2340
+ .nav > li > a:active,
2341
+ .nav > li > a:focus {
2342
+ color: #444;
2343
+ background: #f7f7f7;
2344
+ }
2345
+ /* NAV PILLS */
2346
+ .nav-pills > li > a {
2347
+ border-radius: 0;
2348
+ border-top: 3px solid transparent;
2349
+ color: #444;
2350
+ }
2351
+ .nav-pills > li > a > .fa,
2352
+ .nav-pills > li > a > .glyphicon,
2353
+ .nav-pills > li > a > .ion {
2354
+ margin-right: 5px;
2355
+ }
2356
+ .nav-pills > li.active > a,
2357
+ .nav-pills > li.active > a:hover,
2358
+ .nav-pills > li.active > a:focus {
2359
+ border-top-color: #3c8dbc;
2360
+ }
2361
+ .nav-pills > li.active > a {
2362
+ font-weight: 600;
2363
+ }
2364
+ /* NAV STACKED */
2365
+ .nav-stacked > li > a {
2366
+ border-radius: 0;
2367
+ border-top: 0;
2368
+ border-left: 3px solid transparent;
2369
+ color: #444;
2370
+ }
2371
+ .nav-stacked > li.active > a,
2372
+ .nav-stacked > li.active > a:hover {
2373
+ border-top: 0;
2374
+ border-left-color: #3c8dbc;
2375
+ }
2376
+ .nav-stacked > li.header {
2377
+ border-bottom: 1px solid #ddd;
2378
+ color: #777;
2379
+ margin-bottom: 10px;
2380
+ padding: 5px 10px;
2381
+ text-transform: uppercase;
2382
+ }
2383
+ /* NAV TABS */
2384
+ .nav-tabs-custom {
2385
+ margin-bottom: 20px;
2386
+ background: #fff;
2387
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2388
+ border-radius: 3px;
2389
+ }
2390
+ .nav-tabs-custom > .nav-tabs {
2391
+ margin: 0;
2392
+ border-bottom-color: #f4f4f4;
2393
+ border-top-right-radius: 3px;
2394
+ border-top-left-radius: 3px;
2395
+ }
2396
+ .nav-tabs-custom > .nav-tabs > li {
2397
+ border-top: 3px solid transparent;
2398
+ margin-bottom: -2px;
2399
+ margin-right: 5px;
2400
+ }
2401
+ .nav-tabs-custom > .nav-tabs > li > a {
2402
+ color: #444;
2403
+ border-radius: 0 !important;
2404
+ }
2405
+ .nav-tabs-custom > .nav-tabs > li > a,
2406
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2407
+ background: transparent;
2408
+ margin: 0;
2409
+ }
2410
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2411
+ color: #999;
2412
+ }
2413
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2414
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2415
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2416
+ border-color: transparent;
2417
+ }
2418
+ .nav-tabs-custom > .nav-tabs > li.active {
2419
+ border-top-color: #3c8dbc;
2420
+ }
2421
+ .nav-tabs-custom > .nav-tabs > li.active > a,
2422
+ .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2423
+ background-color: #fff;
2424
+ color: #444;
2425
+ }
2426
+ .nav-tabs-custom > .nav-tabs > li.active > a {
2427
+ border-top-color: transparent;
2428
+ border-left-color: #f4f4f4;
2429
+ border-right-color: #f4f4f4;
2430
+ }
2431
+ .nav-tabs-custom > .nav-tabs > li:first-of-type {
2432
+ margin-left: 0;
2433
+ }
2434
+ .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2435
+ border-left-color: transparent;
2436
+ }
2437
+ .nav-tabs-custom > .nav-tabs.pull-right {
2438
+ float: none!important;
2439
+ }
2440
+ .nav-tabs-custom > .nav-tabs.pull-right > li {
2441
+ float: right;
2442
+ }
2443
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2444
+ margin-right: 0;
2445
+ }
2446
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
2447
+ border-left-width: 1px;
2448
+ }
2449
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2450
+ border-left-color: #f4f4f4;
2451
+ border-right-color: transparent;
2452
+ }
2453
+ .nav-tabs-custom > .nav-tabs > li.header {
2454
+ line-height: 35px;
2455
+ padding: 0 10px;
2456
+ font-size: 20px;
2457
+ color: #444;
2458
+ }
2459
+ .nav-tabs-custom > .nav-tabs > li.header > .fa,
2460
+ .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2461
+ .nav-tabs-custom > .nav-tabs > li.header > .ion {
2462
+ margin-right: 5px;
2463
+ }
2464
+ .nav-tabs-custom > .tab-content {
2465
+ background: #fff;
2466
+ padding: 10px;
2467
+ border-bottom-right-radius: 3px;
2468
+ border-bottom-left-radius: 3px;
2469
+ }
2470
+ .nav-tabs-custom .dropdown.open > a:active,
2471
+ .nav-tabs-custom .dropdown.open > a:focus {
2472
+ background: transparent;
2473
+ color: #999;
2474
+ }
2475
+ /* PAGINATION */
2476
+ .pagination > li > a {
2477
+ background: #fafafa;
2478
+ color: #666;
2479
+ border-radius: 0 !important;
2480
+ }
2481
+ /*
2482
+ * Component: Products List
2483
+ * ------------------------
2484
+ */
2485
+ .products-list {
2486
+ list-style: none;
2487
+ margin: 0;
2488
+ padding: 0;
2489
+ }
2490
+ .products-list > .item {
2491
+ border-radius: 3px;
2492
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2493
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2494
+ padding: 10px 0;
2495
+ background: #fff;
2496
+ }
2497
+ .products-list > .item:before,
2498
+ .products-list > .item:after {
2499
+ content: " ";
2500
+ display: table;
2501
+ }
2502
+ .products-list > .item:after {
2503
+ clear: both;
2504
+ }
2505
+ .products-list .product-img {
2506
+ float: left;
2507
+ }
2508
+ .products-list .product-img img {
2509
+ width: 50px;
2510
+ height: 50px;
2511
+ }
2512
+ .products-list .product-info {
2513
+ margin-left: 60px;
2514
+ }
2515
+ .products-list .product-title {
2516
+ font-weight: 600;
2517
+ }
2518
+ .products-list .product-description {
2519
+ display: block;
2520
+ color: #999;
2521
+ overflow: hidden;
2522
+ white-space: nowrap;
2523
+ text-overflow: ellipsis;
2524
+ }
2525
+ .product-list-in-box > .item {
2526
+ -webkit-box-shadow: none;
2527
+ box-shadow: none;
2528
+ border-radius: 0;
2529
+ border-bottom: 1px solid #f4f4f4;
2530
+ }
2531
+ .product-list-in-box > .item:last-of-type {
2532
+ border-bottom-width: 0;
2533
+ }
2534
+ /*
2535
+ * Component: Table
2536
+ * ----------------
2537
+ */
2538
+ .table > thead > tr > th,
2539
+ .table > tbody > tr > th,
2540
+ .table > tfoot > tr > th,
2541
+ .table > thead > tr > td,
2542
+ .table > tbody > tr > td,
2543
+ .table > tfoot > tr > td {
2544
+ border-top: 1px solid #f4f4f4;
2545
+ }
2546
+ .table > thead > tr > th {
2547
+ border-bottom: 2px solid #f4f4f4;
2548
+ }
2549
+ .table tr td .progress {
2550
+ margin-top: 5px;
2551
+ }
2552
+ .table-bordered {
2553
+ border: 1px solid #f4f4f4;
2554
+ }
2555
+ .table-bordered > thead > tr > th,
2556
+ .table-bordered > tbody > tr > th,
2557
+ .table-bordered > tfoot > tr > th,
2558
+ .table-bordered > thead > tr > td,
2559
+ .table-bordered > tbody > tr > td,
2560
+ .table-bordered > tfoot > tr > td {
2561
+ border: 1px solid #f4f4f4;
2562
+ }
2563
+ .table-bordered > thead > tr > th,
2564
+ .table-bordered > thead > tr > td {
2565
+ border-bottom-width: 2px;
2566
+ }
2567
+ .table.no-border,
2568
+ .table.no-border td,
2569
+ .table.no-border th {
2570
+ border: 0;
2571
+ }
2572
+ /* .text-center in tables */
2573
+ table.text-center,
2574
+ table.text-center td,
2575
+ table.text-center th {
2576
+ text-align: center;
2577
+ }
2578
+ .table.align th {
2579
+ text-align: left;
2580
+ }
2581
+ .table.align td {
2582
+ text-align: right;
2583
+ }
2584
+ /*
2585
+ * Component: Label
2586
+ * ----------------
2587
+ */
2588
+ .label-default {
2589
+ background-color: #d2d6de;
2590
+ color: #444;
2591
+ }
2592
+ /*
2593
+ * Component: Direct Chat
2594
+ * ----------------------
2595
+ */
2596
+ .direct-chat .box-body {
2597
+ border-bottom-right-radius: 0;
2598
+ border-bottom-left-radius: 0;
2599
+ position: relative;
2600
+ overflow-x: hidden;
2601
+ padding: 0;
2602
+ }
2603
+ .direct-chat.chat-pane-open .direct-chat-contacts {
2604
+ -webkit-transform: translate(0, 0);
2605
+ -ms-transform: translate(0, 0);
2606
+ -o-transform: translate(0, 0);
2607
+ transform: translate(0, 0);
2608
+ }
2609
+ .direct-chat-messages {
2610
+ -webkit-transform: translate(0, 0);
2611
+ -ms-transform: translate(0, 0);
2612
+ -o-transform: translate(0, 0);
2613
+ transform: translate(0, 0);
2614
+ padding: 10px;
2615
+ height: 250px;
2616
+ overflow: auto;
2617
+ }
2618
+ .direct-chat-msg,
2619
+ .direct-chat-text {
2620
+ display: block;
2621
+ }
2622
+ .direct-chat-msg {
2623
+ margin-bottom: 10px;
2624
+ }
2625
+ .direct-chat-msg:before,
2626
+ .direct-chat-msg:after {
2627
+ content: " ";
2628
+ display: table;
2629
+ }
2630
+ .direct-chat-msg:after {
2631
+ clear: both;
2632
+ }
2633
+ .direct-chat-messages,
2634
+ .direct-chat-contacts {
2635
+ -webkit-transition: -webkit-transform 0.5s ease-in-out;
2636
+ -moz-transition: -moz-transform 0.5s ease-in-out;
2637
+ -o-transition: -o-transform 0.5s ease-in-out;
2638
+ transition: transform 0.5s ease-in-out;
2639
+ }
2640
+ .direct-chat-text {
2641
+ border-radius: 5px;
2642
+ position: relative;
2643
+ padding: 5px 10px;
2644
+ background: #d2d6de;
2645
+ border: 1px solid #d2d6de;
2646
+ margin: 5px 0 0 50px;
2647
+ color: #444444;
2648
+ }
2649
+ .direct-chat-text:after,
2650
+ .direct-chat-text:before {
2651
+ position: absolute;
2652
+ right: 100%;
2653
+ top: 15px;
2654
+ border: solid transparent;
2655
+ border-right-color: #d2d6de;
2656
+ content: ' ';
2657
+ height: 0;
2658
+ width: 0;
2659
+ pointer-events: none;
2660
+ }
2661
+ .direct-chat-text:after {
2662
+ border-width: 5px;
2663
+ margin-top: -5px;
2664
+ }
2665
+ .direct-chat-text:before {
2666
+ border-width: 6px;
2667
+ margin-top: -6px;
2668
+ }
2669
+ .right .direct-chat-text {
2670
+ margin-right: 50px;
2671
+ margin-left: 0;
2672
+ }
2673
+ .right .direct-chat-text:after,
2674
+ .right .direct-chat-text:before {
2675
+ right: auto;
2676
+ left: 100%;
2677
+ border-right-color: transparent;
2678
+ border-left-color: #d2d6de;
2679
+ }
2680
+ .direct-chat-img {
2681
+ border-radius: 50%;
2682
+ float: left;
2683
+ width: 40px;
2684
+ height: 40px;
2685
+ }
2686
+ .right .direct-chat-img {
2687
+ float: right;
2688
+ }
2689
+ .direct-chat-info {
2690
+ display: block;
2691
+ margin-bottom: 2px;
2692
+ font-size: 12px;
2693
+ }
2694
+ .direct-chat-name {
2695
+ font-weight: 600;
2696
+ }
2697
+ .direct-chat-timestamp {
2698
+ color: #999;
2699
+ }
2700
+ .direct-chat-contacts-open .direct-chat-contacts {
2701
+ -webkit-transform: translate(0, 0);
2702
+ -ms-transform: translate(0, 0);
2703
+ -o-transform: translate(0, 0);
2704
+ transform: translate(0, 0);
2705
+ }
2706
+ .direct-chat-contacts {
2707
+ -webkit-transform: translate(101%, 0);
2708
+ -ms-transform: translate(101%, 0);
2709
+ -o-transform: translate(101%, 0);
2710
+ transform: translate(101%, 0);
2711
+ position: absolute;
2712
+ top: 0;
2713
+ bottom: 0;
2714
+ height: 250px;
2715
+ width: 100%;
2716
+ background: #222d32;
2717
+ color: #fff;
2718
+ overflow: auto;
2719
+ }
2720
+ .contacts-list > li {
2721
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2722
+ padding: 10px;
2723
+ margin: 0;
2724
+ }
2725
+ .contacts-list > li:before,
2726
+ .contacts-list > li:after {
2727
+ content: " ";
2728
+ display: table;
2729
+ }
2730
+ .contacts-list > li:after {
2731
+ clear: both;
2732
+ }
2733
+ .contacts-list > li:last-of-type {
2734
+ border-bottom: none;
2735
+ }
2736
+ .contacts-list-img {
2737
+ border-radius: 50%;
2738
+ width: 40px;
2739
+ float: left;
2740
+ }
2741
+ .contacts-list-info {
2742
+ margin-left: 45px;
2743
+ color: #fff;
2744
+ }
2745
+ .contacts-list-name,
2746
+ .contacts-list-status {
2747
+ display: block;
2748
+ }
2749
+ .contacts-list-name {
2750
+ font-weight: 600;
2751
+ }
2752
+ .contacts-list-status {
2753
+ font-size: 12px;
2754
+ }
2755
+ .contacts-list-date {
2756
+ color: #aaa;
2757
+ font-weight: normal;
2758
+ }
2759
+ .contacts-list-msg {
2760
+ color: #999;
2761
+ }
2762
+ .direct-chat-danger .right > .direct-chat-text {
2763
+ background: #dd4b39;
2764
+ border-color: #dd4b39;
2765
+ color: #ffffff;
2766
+ }
2767
+ .direct-chat-danger .right > .direct-chat-text:after,
2768
+ .direct-chat-danger .right > .direct-chat-text:before {
2769
+ border-left-color: #dd4b39;
2770
+ }
2771
+ .direct-chat-primary .right > .direct-chat-text {
2772
+ background: #3c8dbc;
2773
+ border-color: #3c8dbc;
2774
+ color: #ffffff;
2775
+ }
2776
+ .direct-chat-primary .right > .direct-chat-text:after,
2777
+ .direct-chat-primary .right > .direct-chat-text:before {
2778
+ border-left-color: #3c8dbc;
2779
+ }
2780
+ .direct-chat-warning .right > .direct-chat-text {
2781
+ background: #f39c12;
2782
+ border-color: #f39c12;
2783
+ color: #ffffff;
2784
+ }
2785
+ .direct-chat-warning .right > .direct-chat-text:after,
2786
+ .direct-chat-warning .right > .direct-chat-text:before {
2787
+ border-left-color: #f39c12;
2788
+ }
2789
+ .direct-chat-info .right > .direct-chat-text {
2790
+ background: #00c0ef;
2791
+ border-color: #00c0ef;
2792
+ color: #ffffff;
2793
+ }
2794
+ .direct-chat-info .right > .direct-chat-text:after,
2795
+ .direct-chat-info .right > .direct-chat-text:before {
2796
+ border-left-color: #00c0ef;
2797
+ }
2798
+ .direct-chat-success .right > .direct-chat-text {
2799
+ background: #00a65a;
2800
+ border-color: #00a65a;
2801
+ color: #ffffff;
2802
+ }
2803
+ .direct-chat-success .right > .direct-chat-text:after,
2804
+ .direct-chat-success .right > .direct-chat-text:before {
2805
+ border-left-color: #00a65a;
2806
+ }
2807
+ /*
2808
+ * Component: Users List
2809
+ * ---------------------
2810
+ */
2811
+ .users-list > li {
2812
+ width: 25%;
2813
+ float: left;
2814
+ padding: 10px;
2815
+ text-align: center;
2816
+ }
2817
+ .users-list > li img {
2818
+ border-radius: 50%;
2819
+ max-width: 100%;
2820
+ height: auto;
2821
+ }
2822
+ .users-list > li > a:hover,
2823
+ .users-list > li > a:hover .users-list-name {
2824
+ color: #999;
2825
+ }
2826
+ .users-list-name,
2827
+ .users-list-date {
2828
+ display: block;
2829
+ }
2830
+ .users-list-name {
2831
+ font-weight: 600;
2832
+ color: #444;
2833
+ overflow: hidden;
2834
+ white-space: nowrap;
2835
+ text-overflow: ellipsis;
2836
+ }
2837
+ .users-list-date {
2838
+ color: #999;
2839
+ font-size: 12px;
2840
+ }
2841
+ /*
2842
+ * Component: Carousel
2843
+ * -------------------
2844
+ */
2845
+ .carousel-control {
2846
+ background-image: none!important;
2847
+ }
2848
+ .carousel-control > .fa {
2849
+ font-size: 40px;
2850
+ position: absolute;
2851
+ top: 50%;
2852
+ z-index: 5;
2853
+ display: inline-block;
2854
+ margin-top: -20px;
2855
+ }
2856
+ /*
2857
+ * Component: modal
2858
+ * ----------------
2859
+ */
2860
+ .modal {
2861
+ background: rgba(0, 0, 0, 0.3);
2862
+ }
2863
+ .modal-content {
2864
+ border-radius: 0;
2865
+ -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
2866
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
2867
+ border: 0;
2868
+ }
2869
+ @media (min-width: 768px) {
2870
+ .modal-content {
2871
+ -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
2872
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
2873
+ }
2874
+ }
2875
+ .modal-header {
2876
+ border-bottom-color: #f4f4f4;
2877
+ }
2878
+ .modal-footer {
2879
+ border-top-color: #f4f4f4;
2880
+ }
2881
+ .modal-primary .modal-header,
2882
+ .modal-primary .modal-footer {
2883
+ border-color: #307095;
2884
+ }
2885
+ .modal-warning .modal-header,
2886
+ .modal-warning .modal-footer {
2887
+ border-color: #c87f0a;
2888
+ }
2889
+ .modal-info .modal-header,
2890
+ .modal-info .modal-footer {
2891
+ border-color: #0097bc;
2892
+ }
2893
+ .modal-success .modal-header,
2894
+ .modal-success .modal-footer {
2895
+ border-color: #00733e;
2896
+ }
2897
+ .modal-danger .modal-header,
2898
+ .modal-danger .modal-footer {
2899
+ border-color: #c23321;
2900
+ }
2901
+ /*
2902
+ * Page: Mailbox
2903
+ * -------------
2904
+ */
2905
+ .mailbox-messages > .table {
2906
+ margin: 0;
2907
+ }
2908
+ .mailbox-controls {
2909
+ padding: 5px;
2910
+ }
2911
+ .mailbox-controls.with-border {
2912
+ border-bottom: 1px solid #f4f4f4;
2913
+ }
2914
+ .mailbox-read-info {
2915
+ border-bottom: 1px solid #f4f4f4;
2916
+ padding: 10px;
2917
+ }
2918
+ .mailbox-read-info h3 {
2919
+ font-size: 20px;
2920
+ margin: 0;
2921
+ }
2922
+ .mailbox-read-info h5 {
2923
+ margin: 0;
2924
+ padding: 5px 0 0 0;
2925
+ }
2926
+ .mailbox-read-time {
2927
+ color: #999;
2928
+ font-size: 13px;
2929
+ }
2930
+ .mailbox-read-message {
2931
+ padding: 10px;
2932
+ }
2933
+ .mailbox-attachments li {
2934
+ float: left;
2935
+ width: 200px;
2936
+ border: 1px solid #eee;
2937
+ margin-bottom: 10px;
2938
+ margin-right: 10px;
2939
+ }
2940
+ .mailbox-attachment-name {
2941
+ font-weight: bold;
2942
+ color: #666;
2943
+ }
2944
+ .mailbox-attachment-icon,
2945
+ .mailbox-attachment-info,
2946
+ .mailbox-attachment-size {
2947
+ display: block;
2948
+ }
2949
+ .mailbox-attachment-info {
2950
+ padding: 10px;
2951
+ background: #f4f4f4;
2952
+ }
2953
+ .mailbox-attachment-size {
2954
+ color: #999;
2955
+ font-size: 12px;
2956
+ }
2957
+ .mailbox-attachment-icon {
2958
+ text-align: center;
2959
+ font-size: 65px;
2960
+ color: #666;
2961
+ padding: 20px 10px;
2962
+ }
2963
+ .mailbox-attachment-icon.has-img {
2964
+ padding: 0;
2965
+ }
2966
+ .mailbox-attachment-icon.has-img > img {
2967
+ max-width: 100%;
2968
+ height: auto;
2969
+ }
2970
+ /*
2971
+ * Page: Lock Screen
2972
+ * -----------------
2973
+ */
2974
+ /* ADD THIS CLASS TO THE <BODY> TAG */
2975
+ .lockscreen {
2976
+ background: #d2d6de;
2977
+ }
2978
+ .lockscreen-logo {
2979
+ font-size: 35px;
2980
+ text-align: center;
2981
+ margin-bottom: 25px;
2982
+ font-weight: 300;
2983
+ }
2984
+ .lockscreen-logo a {
2985
+ color: #444;
2986
+ }
2987
+ .lockscreen-wrapper {
2988
+ max-width: 400px;
2989
+ margin: 0 auto;
2990
+ margin-top: 10%;
2991
+ }
2992
+ /* User name [optional] */
2993
+ .lockscreen .lockscreen-name {
2994
+ text-align: center;
2995
+ font-weight: 600;
2996
+ }
2997
+ /* Will contain the image and the sign in form */
2998
+ .lockscreen-item {
2999
+ border-radius: 4px;
3000
+ padding: 0;
3001
+ background: #fff;
3002
+ position: relative;
3003
+ margin: 10px auto 30px auto;
3004
+ width: 290px;
3005
+ }
3006
+ /* User image */
3007
+ .lockscreen-image {
3008
+ border-radius: 50%;
3009
+ position: absolute;
3010
+ left: -10px;
3011
+ top: -25px;
3012
+ background: #fff;
3013
+ padding: 5px;
3014
+ z-index: 10;
3015
+ }
3016
+ .lockscreen-image > img {
3017
+ border-radius: 50%;
3018
+ width: 70px;
3019
+ height: 70px;
3020
+ }
3021
+ /* Contains the password input and the login button */
3022
+ .lockscreen-credentials {
3023
+ margin-left: 70px;
3024
+ }
3025
+ .lockscreen-credentials .form-control {
3026
+ border: 0 !important;
3027
+ }
3028
+ .lockscreen-credentials .btn {
3029
+ background-color: #fff;
3030
+ border: 0;
3031
+ padding: 0 10px;
3032
+ }
3033
+ .lockscreen-footer {
3034
+ margin-top: 10px;
3035
+ }
3036
+ /*
3037
+ * Page: Login & Register
3038
+ * ----------------------
3039
+ */
3040
+ .login-logo,
3041
+ .register-logo {
3042
+ font-size: 35px;
3043
+ text-align: center;
3044
+ margin-bottom: 25px;
3045
+ font-weight: 300;
3046
+ }
3047
+ .login-logo a,
3048
+ .register-logo a {
3049
+ color: #444;
3050
+ }
3051
+ .login-page,
3052
+ .register-page {
3053
+ background: #d2d6de;
3054
+ }
3055
+ .login-box,
3056
+ .register-box {
3057
+ width: 360px;
3058
+ margin: 7% auto;
3059
+ }
3060
+ @media (max-width: 768px) {
3061
+ .login-box,
3062
+ .register-box {
3063
+ width: 90%;
3064
+ margin-top: 20px;
3065
+ }
3066
+ }
3067
+ .login-box-body,
3068
+ .register-box-body {
3069
+ background: #fff;
3070
+ padding: 20px;
3071
+ color: #444;
3072
+ border-top: 0;
3073
+ color: #666;
3074
+ }
3075
+ .login-box-body .form-control-feedback,
3076
+ .register-box-body .form-control-feedback {
3077
+ color: #777;
3078
+ }
3079
+ .login-box-msg,
3080
+ .register-box-msg {
3081
+ margin: 0;
3082
+ text-align: center;
3083
+ padding: 0 20px 20px 20px;
3084
+ }
3085
+ .social-auth-links {
3086
+ margin: 10px 0;
3087
+ }
3088
+ /*
3089
+ * Page: 400 and 500 error pages
3090
+ * ------------------------------
3091
+ */
3092
+ .error-page {
3093
+ width: 600px;
3094
+ margin: 20px auto 0 auto;
3095
+ }
3096
+ @media (max-width: 991px) {
3097
+ .error-page {
3098
+ width: 100%;
3099
+ }
3100
+ }
3101
+ .error-page > .headline {
3102
+ float: left;
3103
+ font-size: 100px;
3104
+ font-weight: 300;
3105
+ }
3106
+ @media (max-width: 991px) {
3107
+ .error-page > .headline {
3108
+ float: none;
3109
+ text-align: center;
3110
+ }
3111
+ }
3112
+ .error-page > .error-content {
3113
+ margin-left: 190px;
3114
+ display: block;
3115
+ }
3116
+ @media (max-width: 991px) {
3117
+ .error-page > .error-content {
3118
+ margin-left: 0;
3119
+ }
3120
+ }
3121
+ .error-page > .error-content > h3 {
3122
+ font-weight: 300;
3123
+ font-size: 25px;
3124
+ }
3125
+ @media (max-width: 991px) {
3126
+ .error-page > .error-content > h3 {
3127
+ text-align: center;
3128
+ }
3129
+ }
3130
+ /*
3131
+ * Page: Invoice
3132
+ * -------------
3133
+ */
3134
+ .invoice {
3135
+ position: relative;
3136
+ background: #fff;
3137
+ border: 1px solid #f4f4f4;
3138
+ padding: 20px;
3139
+ margin: 10px 25px;
3140
+ }
3141
+ .invoice-title {
3142
+ margin-top: 0;
3143
+ }
3144
+ /*
3145
+ * Plugin: Social Buttons
3146
+ * ----------------------
3147
+ */
3148
+ .btn-social {
3149
+ position: relative;
3150
+ padding-left: 44px !important;
3151
+ text-align: left;
3152
+ white-space: nowrap;
3153
+ overflow: hidden;
3154
+ text-overflow: ellipsis;
3155
+ }
3156
+ .btn-social :first-child {
3157
+ position: absolute;
3158
+ left: 0;
3159
+ top: 0;
3160
+ bottom: 0;
3161
+ width: 32px !important;
3162
+ line-height: 34px !important;
3163
+ font-size: 1.6em!important;
3164
+ text-align: center;
3165
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3166
+ }
3167
+ .btn-social.btn-lg {
3168
+ padding-left: 61px !important;
3169
+ }
3170
+ .btn-social.btn-lg :first-child {
3171
+ line-height: 45px;
3172
+ width: 45px;
3173
+ font-size: 1.8em;
3174
+ }
3175
+ .btn-social.btn-sm {
3176
+ padding-left: 38px !important;
3177
+ }
3178
+ .btn-social.btn-sm :first-child {
3179
+ line-height: 28px;
3180
+ width: 28px;
3181
+ font-size: 1.4em;
3182
+ }
3183
+ .btn-social.btn-xs {
3184
+ padding-left: 30px !important;
3185
+ }
3186
+ .btn-social.btn-xs :first-child {
3187
+ line-height: 20px;
3188
+ width: 20px;
3189
+ font-size: 1.2em;
3190
+ }
3191
+ .btn-social-icon {
3192
+ position: relative;
3193
+ padding-left: 44px !important;
3194
+ text-align: left;
3195
+ white-space: nowrap;
3196
+ overflow: hidden;
3197
+ text-overflow: ellipsis;
3198
+ height: 34px;
3199
+ width: 34px;
3200
+ padding: 0;
3201
+ }
3202
+ .btn-social-icon :first-child {
3203
+ position: absolute;
3204
+ left: 0;
3205
+ top: 0;
3206
+ bottom: 0;
3207
+ width: 32px !important;
3208
+ line-height: 34px !important;
3209
+ font-size: 1.6em!important;
3210
+ text-align: center;
3211
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3212
+ }
3213
+ .btn-social-icon.btn-lg {
3214
+ padding-left: 61px !important;
3215
+ }
3216
+ .btn-social-icon.btn-lg :first-child {
3217
+ line-height: 45px;
3218
+ width: 45px;
3219
+ font-size: 1.8em;
3220
+ }
3221
+ .btn-social-icon.btn-sm {
3222
+ padding-left: 38px !important;
3223
+ }
3224
+ .btn-social-icon.btn-sm :first-child {
3225
+ line-height: 28px;
3226
+ width: 28px;
3227
+ font-size: 1.4em;
3228
+ }
3229
+ .btn-social-icon.btn-xs {
3230
+ padding-left: 30px !important;
3231
+ }
3232
+ .btn-social-icon.btn-xs :first-child {
3233
+ line-height: 20px;
3234
+ width: 20px;
3235
+ font-size: 1.2em;
3236
+ }
3237
+ .btn-social-icon :first-child {
3238
+ border: none;
3239
+ text-align: center;
3240
+ width: 100%!important;
3241
+ }
3242
+ .btn-social-icon.btn-lg {
3243
+ height: 45px;
3244
+ width: 45px;
3245
+ padding-left: 0;
3246
+ padding-right: 0;
3247
+ }
3248
+ .btn-social-icon.btn-sm {
3249
+ height: 30px;
3250
+ width: 30px;
3251
+ padding-left: 0;
3252
+ padding-right: 0;
3253
+ }
3254
+ .btn-social-icon.btn-xs {
3255
+ height: 22px;
3256
+ width: 22px;
3257
+ padding-left: 0;
3258
+ padding-right: 0;
3259
+ }
3260
+ .btn-bitbucket {
3261
+ color: #ffffff;
3262
+ background-color: #205081;
3263
+ border-color: rgba(0, 0, 0, 0.2);
3264
+ }
3265
+ .btn-bitbucket:hover,
3266
+ .btn-bitbucket:focus,
3267
+ .btn-bitbucket.focus,
3268
+ .btn-bitbucket:active,
3269
+ .btn-bitbucket.active,
3270
+ .open > .dropdown-toggle.btn-bitbucket {
3271
+ color: #ffffff;
3272
+ background-color: #163758;
3273
+ border-color: rgba(0, 0, 0, 0.2);
3274
+ }
3275
+ .btn-bitbucket:active,
3276
+ .btn-bitbucket.active,
3277
+ .open > .dropdown-toggle.btn-bitbucket {
3278
+ background-image: none;
3279
+ }
3280
+ .btn-bitbucket .badge {
3281
+ color: #205081;
3282
+ background-color: #ffffff;
3283
+ }
3284
+ .btn-dropbox {
3285
+ color: #ffffff;
3286
+ background-color: #1087dd;
3287
+ border-color: rgba(0, 0, 0, 0.2);
3288
+ }
3289
+ .btn-dropbox:hover,
3290
+ .btn-dropbox:focus,
3291
+ .btn-dropbox.focus,
3292
+ .btn-dropbox:active,
3293
+ .btn-dropbox.active,
3294
+ .open > .dropdown-toggle.btn-dropbox {
3295
+ color: #ffffff;
3296
+ background-color: #0d6aad;
3297
+ border-color: rgba(0, 0, 0, 0.2);
3298
+ }
3299
+ .btn-dropbox:active,
3300
+ .btn-dropbox.active,
3301
+ .open > .dropdown-toggle.btn-dropbox {
3302
+ background-image: none;
3303
+ }
3304
+ .btn-dropbox .badge {
3305
+ color: #1087dd;
3306
+ background-color: #ffffff;
3307
+ }
3308
+ .btn-facebook {
3309
+ color: #ffffff;
3310
+ background-color: #3b5998;
3311
+ border-color: rgba(0, 0, 0, 0.2);
3312
+ }
3313
+ .btn-facebook:hover,
3314
+ .btn-facebook:focus,
3315
+ .btn-facebook.focus,
3316
+ .btn-facebook:active,
3317
+ .btn-facebook.active,
3318
+ .open > .dropdown-toggle.btn-facebook {
3319
+ color: #ffffff;
3320
+ background-color: #2d4373;
3321
+ border-color: rgba(0, 0, 0, 0.2);
3322
+ }
3323
+ .btn-facebook:active,
3324
+ .btn-facebook.active,
3325
+ .open > .dropdown-toggle.btn-facebook {
3326
+ background-image: none;
3327
+ }
3328
+ .btn-facebook .badge {
3329
+ color: #3b5998;
3330
+ background-color: #ffffff;
3331
+ }
3332
+ .btn-flickr {
3333
+ color: #ffffff;
3334
+ background-color: #ff0084;
3335
+ border-color: rgba(0, 0, 0, 0.2);
3336
+ }
3337
+ .btn-flickr:hover,
3338
+ .btn-flickr:focus,
3339
+ .btn-flickr.focus,
3340
+ .btn-flickr:active,
3341
+ .btn-flickr.active,
3342
+ .open > .dropdown-toggle.btn-flickr {
3343
+ color: #ffffff;
3344
+ background-color: #cc006a;
3345
+ border-color: rgba(0, 0, 0, 0.2);
3346
+ }
3347
+ .btn-flickr:active,
3348
+ .btn-flickr.active,
3349
+ .open > .dropdown-toggle.btn-flickr {
3350
+ background-image: none;
3351
+ }
3352
+ .btn-flickr .badge {
3353
+ color: #ff0084;
3354
+ background-color: #ffffff;
3355
+ }
3356
+ .btn-foursquare {
3357
+ color: #ffffff;
3358
+ background-color: #0072b1;
3359
+ border-color: rgba(0, 0, 0, 0.2);
3360
+ }
3361
+ .btn-foursquare:hover,
3362
+ .btn-foursquare:focus,
3363
+ .btn-foursquare.focus,
3364
+ .btn-foursquare:active,
3365
+ .btn-foursquare.active,
3366
+ .open > .dropdown-toggle.btn-foursquare {
3367
+ color: #ffffff;
3368
+ background-color: #00517e;
3369
+ border-color: rgba(0, 0, 0, 0.2);
3370
+ }
3371
+ .btn-foursquare:active,
3372
+ .btn-foursquare.active,
3373
+ .open > .dropdown-toggle.btn-foursquare {
3374
+ background-image: none;
3375
+ }
3376
+ .btn-foursquare .badge {
3377
+ color: #0072b1;
3378
+ background-color: #ffffff;
3379
+ }
3380
+ .btn-github {
3381
+ color: #ffffff;
3382
+ background-color: #444444;
3383
+ border-color: rgba(0, 0, 0, 0.2);
3384
+ }
3385
+ .btn-github:hover,
3386
+ .btn-github:focus,
3387
+ .btn-github.focus,
3388
+ .btn-github:active,
3389
+ .btn-github.active,
3390
+ .open > .dropdown-toggle.btn-github {
3391
+ color: #ffffff;
3392
+ background-color: #2b2b2b;
3393
+ border-color: rgba(0, 0, 0, 0.2);
3394
+ }
3395
+ .btn-github:active,
3396
+ .btn-github.active,
3397
+ .open > .dropdown-toggle.btn-github {
3398
+ background-image: none;
3399
+ }
3400
+ .btn-github .badge {
3401
+ color: #444444;
3402
+ background-color: #ffffff;
3403
+ }
3404
+ .btn-google-plus {
3405
+ color: #ffffff;
3406
+ background-color: #dd4b39;
3407
+ border-color: rgba(0, 0, 0, 0.2);
3408
+ }
3409
+ .btn-google-plus:hover,
3410
+ .btn-google-plus:focus,
3411
+ .btn-google-plus.focus,
3412
+ .btn-google-plus:active,
3413
+ .btn-google-plus.active,
3414
+ .open > .dropdown-toggle.btn-google-plus {
3415
+ color: #ffffff;
3416
+ background-color: #c23321;
3417
+ border-color: rgba(0, 0, 0, 0.2);
3418
+ }
3419
+ .btn-google-plus:active,
3420
+ .btn-google-plus.active,
3421
+ .open > .dropdown-toggle.btn-google-plus {
3422
+ background-image: none;
3423
+ }
3424
+ .btn-google-plus .badge {
3425
+ color: #dd4b39;
3426
+ background-color: #ffffff;
3427
+ }
3428
+ .btn-instagram {
3429
+ color: #ffffff;
3430
+ background-color: #3f729b;
3431
+ border-color: rgba(0, 0, 0, 0.2);
3432
+ }
3433
+ .btn-instagram:hover,
3434
+ .btn-instagram:focus,
3435
+ .btn-instagram.focus,
3436
+ .btn-instagram:active,
3437
+ .btn-instagram.active,
3438
+ .open > .dropdown-toggle.btn-instagram {
3439
+ color: #ffffff;
3440
+ background-color: #305777;
3441
+ border-color: rgba(0, 0, 0, 0.2);
3442
+ }
3443
+ .btn-instagram:active,
3444
+ .btn-instagram.active,
3445
+ .open > .dropdown-toggle.btn-instagram {
3446
+ background-image: none;
3447
+ }
3448
+ .btn-instagram .badge {
3449
+ color: #3f729b;
3450
+ background-color: #ffffff;
3451
+ }
3452
+ .btn-linkedin {
3453
+ color: #ffffff;
3454
+ background-color: #007bb6;
3455
+ border-color: rgba(0, 0, 0, 0.2);
3456
+ }
3457
+ .btn-linkedin:hover,
3458
+ .btn-linkedin:focus,
3459
+ .btn-linkedin.focus,
3460
+ .btn-linkedin:active,
3461
+ .btn-linkedin.active,
3462
+ .open > .dropdown-toggle.btn-linkedin {
3463
+ color: #ffffff;
3464
+ background-color: #005983;
3465
+ border-color: rgba(0, 0, 0, 0.2);
3466
+ }
3467
+ .btn-linkedin:active,
3468
+ .btn-linkedin.active,
3469
+ .open > .dropdown-toggle.btn-linkedin {
3470
+ background-image: none;
3471
+ }
3472
+ .btn-linkedin .badge {
3473
+ color: #007bb6;
3474
+ background-color: #ffffff;
3475
+ }
3476
+ .btn-tumblr {
3477
+ color: #ffffff;
3478
+ background-color: #2c4762;
3479
+ border-color: rgba(0, 0, 0, 0.2);
3480
+ }
3481
+ .btn-tumblr:hover,
3482
+ .btn-tumblr:focus,
3483
+ .btn-tumblr.focus,
3484
+ .btn-tumblr:active,
3485
+ .btn-tumblr.active,
3486
+ .open > .dropdown-toggle.btn-tumblr {
3487
+ color: #ffffff;
3488
+ background-color: #1c2d3f;
3489
+ border-color: rgba(0, 0, 0, 0.2);
3490
+ }
3491
+ .btn-tumblr:active,
3492
+ .btn-tumblr.active,
3493
+ .open > .dropdown-toggle.btn-tumblr {
3494
+ background-image: none;
3495
+ }
3496
+ .btn-tumblr .badge {
3497
+ color: #2c4762;
3498
+ background-color: #ffffff;
3499
+ }
3500
+ .btn-twitter {
3501
+ color: #ffffff;
3502
+ background-color: #55acee;
3503
+ border-color: rgba(0, 0, 0, 0.2);
3504
+ }
3505
+ .btn-twitter:hover,
3506
+ .btn-twitter:focus,
3507
+ .btn-twitter.focus,
3508
+ .btn-twitter:active,
3509
+ .btn-twitter.active,
3510
+ .open > .dropdown-toggle.btn-twitter {
3511
+ color: #ffffff;
3512
+ background-color: #2795e9;
3513
+ border-color: rgba(0, 0, 0, 0.2);
3514
+ }
3515
+ .btn-twitter:active,
3516
+ .btn-twitter.active,
3517
+ .open > .dropdown-toggle.btn-twitter {
3518
+ background-image: none;
3519
+ }
3520
+ .btn-twitter .badge {
3521
+ color: #55acee;
3522
+ background-color: #ffffff;
3523
+ }
3524
+ .btn-vk {
3525
+ color: #ffffff;
3526
+ background-color: #587ea3;
3527
+ border-color: rgba(0, 0, 0, 0.2);
3528
+ }
3529
+ .btn-vk:hover,
3530
+ .btn-vk:focus,
3531
+ .btn-vk.focus,
3532
+ .btn-vk:active,
3533
+ .btn-vk.active,
3534
+ .open > .dropdown-toggle.btn-vk {
3535
+ color: #ffffff;
3536
+ background-color: #466482;
3537
+ border-color: rgba(0, 0, 0, 0.2);
3538
+ }
3539
+ .btn-vk:active,
3540
+ .btn-vk.active,
3541
+ .open > .dropdown-toggle.btn-vk {
3542
+ background-image: none;
3543
+ }
3544
+ .btn-vk .badge {
3545
+ color: #587ea3;
3546
+ background-color: #ffffff;
3547
+ }
3548
+ /*
3549
+ * Plugin: Full Calendar
3550
+ * ---------------------
3551
+ */
3552
+ .fc-button {
3553
+ background: #f4f4f4;
3554
+ background-image: none;
3555
+ color: #444;
3556
+ border-color: #ddd;
3557
+ border-bottom-color: #ddd;
3558
+ }
3559
+ .fc-button:hover,
3560
+ .fc-button:active,
3561
+ .fc-button.hover {
3562
+ background-color: #e9e9e9;
3563
+ }
3564
+ .fc-header-title h2 {
3565
+ font-size: 15px;
3566
+ line-height: 1.6em;
3567
+ color: #666;
3568
+ margin-left: 10px;
3569
+ }
3570
+ .fc-header-right {
3571
+ padding-right: 10px;
3572
+ }
3573
+ .fc-header-left {
3574
+ padding-left: 10px;
3575
+ }
3576
+ .fc-widget-header {
3577
+ background: #fafafa;
3578
+ }
3579
+ .fc-grid {
3580
+ width: 100%;
3581
+ border: 0;
3582
+ }
3583
+ .fc-widget-header:first-of-type,
3584
+ .fc-widget-content:first-of-type {
3585
+ border-left: 0;
3586
+ border-right: 0;
3587
+ }
3588
+ .fc-widget-header:last-of-type,
3589
+ .fc-widget-content:last-of-type {
3590
+ border-right: 0;
3591
+ }
3592
+ .fc-toolbar {
3593
+ padding: 10px;
3594
+ margin: 0;
3595
+ }
3596
+ .fc-day-number {
3597
+ font-size: 20px;
3598
+ font-weight: 300;
3599
+ padding-right: 10px;
3600
+ }
3601
+ .fc-color-picker {
3602
+ list-style: none;
3603
+ margin: 0;
3604
+ padding: 0;
3605
+ }
3606
+ .fc-color-picker > li {
3607
+ float: left;
3608
+ font-size: 30px;
3609
+ margin-right: 5px;
3610
+ line-height: 30px;
3611
+ }
3612
+ .fc-color-picker > li .fa {
3613
+ -webkit-transition: -webkit-transform linear 0.3s;
3614
+ -moz-transition: -moz-transform linear 0.3s;
3615
+ -o-transition: -o-transform linear 0.3s;
3616
+ transition: transform linear 0.3s;
3617
+ }
3618
+ .fc-color-picker > li .fa:hover {
3619
+ -webkit-transform: rotate(30deg);
3620
+ -ms-transform: rotate(30deg);
3621
+ -o-transform: rotate(30deg);
3622
+ transform: rotate(30deg);
3623
+ }
3624
+ #add-new-event {
3625
+ -webkit-transition: all linear 0.3s;
3626
+ -o-transition: all linear 0.3s;
3627
+ transition: all linear 0.3s;
3628
+ }
3629
+ .external-event {
3630
+ padding: 5px 10px;
3631
+ font-weight: bold;
3632
+ margin-bottom: 4px;
3633
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
3634
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
3635
+ border-radius: 3px;
3636
+ cursor: move;
3637
+ }
3638
+ .external-event:hover {
3639
+ box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
3640
+ }
3641
+ /*
3642
+ * Plugin: Select2
3643
+ * ---------------
3644
+ */
3645
+ .select2-container--default.select2-container--focus,
3646
+ .select2-selection.select2-container--focus,
3647
+ .select2-container--default:focus,
3648
+ .select2-selection:focus,
3649
+ .select2-container--default:active,
3650
+ .select2-selection:active {
3651
+ outline: none;
3652
+ }
3653
+ .select2-container--default .select2-selection--single,
3654
+ .select2-selection .select2-selection--single {
3655
+ border: 1px solid #d2d6de;
3656
+ border-radius: 0px;
3657
+ padding: 6px 12px;
3658
+ height: 34px;
3659
+ }
3660
+ .select2-container--default.select2-container--open {
3661
+ border-color: #3c8dbc;
3662
+ }
3663
+ .select2-dropdown {
3664
+ border: 1px solid #d2d6de;
3665
+ border-radius: 0px;
3666
+ }
3667
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
3668
+ background-color: #3c8dbc;
3669
+ color: white;
3670
+ }
3671
+ .select2-results__option {
3672
+ padding: 6px 12px;
3673
+ user-select: none;
3674
+ -webkit-user-select: none;
3675
+ }
3676
+ .select2-container .select2-selection--single .select2-selection__rendered {
3677
+ padding-left: 0;
3678
+ padding-right: 0;
3679
+ height: auto;
3680
+ margin-top: -4px;
3681
+ }
3682
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
3683
+ padding-right: 6px;
3684
+ padding-left: 20px;
3685
+ }
3686
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
3687
+ height: 28px;
3688
+ right: 3px;
3689
+ }
3690
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
3691
+ margin-top: 0;
3692
+ }
3693
+ .select2-dropdown .select2-search__field,
3694
+ .select2-search--inline .select2-search__field {
3695
+ border: 1px solid #d2d6de;
3696
+ }
3697
+ .select2-dropdown .select2-search__field:focus,
3698
+ .select2-search--inline .select2-search__field:focus {
3699
+ outline: none;
3700
+ border: 1px solid #3c8dbc;
3701
+ }
3702
+ .select2-container--default .select2-results__option[aria-disabled=true] {
3703
+ color: #999;
3704
+ }
3705
+ .select2-container--default .select2-results__option[aria-selected=true] {
3706
+ background-color: #ddd;
3707
+ }
3708
+ .select2-container--default .select2-results__option[aria-selected=true],
3709
+ .select2-container--default .select2-results__option[aria-selected=true]:hover {
3710
+ color: #444;
3711
+ }
3712
+ .select2-container--default .select2-selection--multiple {
3713
+ border: 1px solid #d2d6de;
3714
+ border-radius: 0px;
3715
+ height: 34px;
3716
+ }
3717
+ .select2-container--default .select2-selection--multiple:focus {
3718
+ border-color: #3c8dbc;
3719
+ }
3720
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
3721
+ border-color: #d2d6de;
3722
+ }
3723
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
3724
+ background-color: #3c8dbc;
3725
+ border-color: #367fa9;
3726
+ padding: 1px 10px;
3727
+ color: #fff;
3728
+ }
3729
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
3730
+ margin-right: 5px;
3731
+ color: rgba(255, 255, 255, 0.7);
3732
+ }
3733
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
3734
+ color: #fff;
3735
+ }
3736
+ /*
3737
+ * General: Miscellaneous
3738
+ * ----------------------
3739
+ */
3740
+ .pad {
3741
+ padding: 10px;
3742
+ }
3743
+ .margin {
3744
+ margin: 10px;
3745
+ }
3746
+ .margin-bottom {
3747
+ margin-bottom: 20px;
3748
+ }
3749
+ .inline {
3750
+ display: inline;
3751
+ width: auto;
3752
+ }
3753
+ .description-block {
3754
+ display: block;
3755
+ margin: 10px 0;
3756
+ text-align: center;
3757
+ }
3758
+ .description-block.margin-bottom {
3759
+ margin-bottom: 25px;
3760
+ }
3761
+ .description-block > .description-header {
3762
+ margin: 0;
3763
+ padding: 0;
3764
+ font-weight: 600;
3765
+ font-size: 16px;
3766
+ }
3767
+ .description-block > .description-text {
3768
+ text-transform: uppercase;
3769
+ }
3770
+ .bg-red,
3771
+ .bg-yellow,
3772
+ .bg-aqua,
3773
+ .bg-blue,
3774
+ .bg-light-blue,
3775
+ .bg-green,
3776
+ .bg-navy,
3777
+ .bg-teal,
3778
+ .bg-olive,
3779
+ .bg-lime,
3780
+ .bg-orange,
3781
+ .bg-fuchsia,
3782
+ .bg-purple,
3783
+ .bg-maroon,
3784
+ .bg-black,
3785
+ .bg-red-active,
3786
+ .bg-yellow-active,
3787
+ .bg-aqua-active,
3788
+ .bg-blue-active,
3789
+ .bg-light-blue-active,
3790
+ .bg-green-active,
3791
+ .bg-navy-active,
3792
+ .bg-teal-active,
3793
+ .bg-olive-active,
3794
+ .bg-lime-active,
3795
+ .bg-orange-active,
3796
+ .bg-fuchsia-active,
3797
+ .bg-purple-active,
3798
+ .bg-maroon-active,
3799
+ .bg-black-active,
3800
+ .callout.callout-danger,
3801
+ .callout.callout-warning,
3802
+ .callout.callout-info,
3803
+ .callout.callout-success,
3804
+ .alert-success,
3805
+ .alert-danger,
3806
+ .alert-error,
3807
+ .alert-warning,
3808
+ .alert-info,
3809
+ .label-danger,
3810
+ .label-info,
3811
+ .label-warning,
3812
+ .label-primary,
3813
+ .label-success,
3814
+ .modal-primary .modal-body,
3815
+ .modal-primary .modal-header,
3816
+ .modal-primary .modal-footer,
3817
+ .modal-warning .modal-body,
3818
+ .modal-warning .modal-header,
3819
+ .modal-warning .modal-footer,
3820
+ .modal-info .modal-body,
3821
+ .modal-info .modal-header,
3822
+ .modal-info .modal-footer,
3823
+ .modal-success .modal-body,
3824
+ .modal-success .modal-header,
3825
+ .modal-success .modal-footer,
3826
+ .modal-danger .modal-body,
3827
+ .modal-danger .modal-header,
3828
+ .modal-danger .modal-footer {
3829
+ color: #fff !important;
3830
+ }
3831
+ .bg-gray {
3832
+ color: #000;
3833
+ background-color: #d2d6de !important;
3834
+ }
3835
+ .bg-black {
3836
+ background-color: #111111 !important;
3837
+ }
3838
+ .bg-red,
3839
+ .callout.callout-danger,
3840
+ .alert-danger,
3841
+ .alert-error,
3842
+ .label-danger,
3843
+ .modal-danger .modal-body {
3844
+ background-color: #dd4b39 !important;
3845
+ }
3846
+ .bg-yellow,
3847
+ .callout.callout-warning,
3848
+ .alert-warning,
3849
+ .label-warning,
3850
+ .modal-warning .modal-body {
3851
+ background-color: #f39c12 !important;
3852
+ }
3853
+ .bg-aqua,
3854
+ .callout.callout-info,
3855
+ .alert-info,
3856
+ .label-info,
3857
+ .modal-info .modal-body {
3858
+ background-color: #00c0ef !important;
3859
+ }
3860
+ .bg-blue {
3861
+ background-color: #0073b7 !important;
3862
+ }
3863
+ .bg-light-blue,
3864
+ .label-primary,
3865
+ .modal-primary .modal-body {
3866
+ background-color: #3c8dbc !important;
3867
+ }
3868
+ .bg-green,
3869
+ .callout.callout-success,
3870
+ .alert-success,
3871
+ .label-success,
3872
+ .modal-success .modal-body {
3873
+ background-color: #00a65a !important;
3874
+ }
3875
+ .bg-navy {
3876
+ background-color: #001f3f !important;
3877
+ }
3878
+ .bg-teal {
3879
+ background-color: #39cccc !important;
3880
+ }
3881
+ .bg-olive {
3882
+ background-color: #3d9970 !important;
3883
+ }
3884
+ .bg-lime {
3885
+ background-color: #01ff70 !important;
3886
+ }
3887
+ .bg-orange {
3888
+ background-color: #ff851b !important;
3889
+ }
3890
+ .bg-fuchsia {
3891
+ background-color: #f012be !important;
3892
+ }
3893
+ .bg-purple {
3894
+ background-color: #605ca8 !important;
3895
+ }
3896
+ .bg-maroon {
3897
+ background-color: #d81b60 !important;
3898
+ }
3899
+ .bg-gray-active {
3900
+ color: #000;
3901
+ background-color: #b5bbc8 !important;
3902
+ }
3903
+ .bg-black-active {
3904
+ background-color: #000000 !important;
3905
+ }
3906
+ .bg-red-active,
3907
+ .modal-danger .modal-header,
3908
+ .modal-danger .modal-footer {
3909
+ background-color: #d33724 !important;
3910
+ }
3911
+ .bg-yellow-active,
3912
+ .modal-warning .modal-header,
3913
+ .modal-warning .modal-footer {
3914
+ background-color: #db8b0b !important;
3915
+ }
3916
+ .bg-aqua-active,
3917
+ .modal-info .modal-header,
3918
+ .modal-info .modal-footer {
3919
+ background-color: #00a7d0 !important;
3920
+ }
3921
+ .bg-blue-active {
3922
+ background-color: #005384 !important;
3923
+ }
3924
+ .bg-light-blue-active,
3925
+ .modal-primary .modal-header,
3926
+ .modal-primary .modal-footer {
3927
+ background-color: #357ca5 !important;
3928
+ }
3929
+ .bg-green-active,
3930
+ .modal-success .modal-header,
3931
+ .modal-success .modal-footer {
3932
+ background-color: #008d4c !important;
3933
+ }
3934
+ .bg-navy-active {
3935
+ background-color: #001a35 !important;
3936
+ }
3937
+ .bg-teal-active {
3938
+ background-color: #30bbbb !important;
3939
+ }
3940
+ .bg-olive-active {
3941
+ background-color: #368763 !important;
3942
+ }
3943
+ .bg-lime-active {
3944
+ background-color: #00e765 !important;
3945
+ }
3946
+ .bg-orange-active {
3947
+ background-color: #ff7701 !important;
3948
+ }
3949
+ .bg-fuchsia-active {
3950
+ background-color: #db0ead !important;
3951
+ }
3952
+ .bg-purple-active {
3953
+ background-color: #555299 !important;
3954
+ }
3955
+ .bg-maroon-active {
3956
+ background-color: #ca195a !important;
3957
+ }
3958
+ [class^="bg-"].disabled {
3959
+ opacity: 0.65;
3960
+ filter: alpha(opacity=65);
3961
+ }
3962
+ .text-red {
3963
+ color: #dd4b39 !important;
3964
+ }
3965
+ .text-yellow {
3966
+ color: #f39c12 !important;
3967
+ }
3968
+ .text-aqua {
3969
+ color: #00c0ef !important;
3970
+ }
3971
+ .text-blue {
3972
+ color: #0073b7 !important;
3973
+ }
3974
+ .text-black {
3975
+ color: #111111 !important;
3976
+ }
3977
+ .text-light-blue {
3978
+ color: #3c8dbc !important;
3979
+ }
3980
+ .text-green {
3981
+ color: #00a65a !important;
3982
+ }
3983
+ .text-gray {
3984
+ color: #d2d6de !important;
3985
+ }
3986
+ .text-navy {
3987
+ color: #001f3f !important;
3988
+ }
3989
+ .text-teal {
3990
+ color: #39cccc !important;
3991
+ }
3992
+ .text-olive {
3993
+ color: #3d9970 !important;
3994
+ }
3995
+ .text-lime {
3996
+ color: #01ff70 !important;
3997
+ }
3998
+ .text-orange {
3999
+ color: #ff851b !important;
4000
+ }
4001
+ .text-fuchsia {
4002
+ color: #f012be !important;
4003
+ }
4004
+ .text-purple {
4005
+ color: #605ca8 !important;
4006
+ }
4007
+ .text-maroon {
4008
+ color: #d81b60 !important;
4009
+ }
4010
+ .hide {
4011
+ display: none !important;
4012
+ }
4013
+ .no-border {
4014
+ border: 0px !important;
4015
+ }
4016
+ .no-padding {
4017
+ padding: 0px !important;
4018
+ }
4019
+ .no-margin {
4020
+ margin: 0px !important;
4021
+ }
4022
+ .no-shadow {
4023
+ box-shadow: none!important;
4024
+ }
4025
+ .list-unstyled,
4026
+ .chart-legend,
4027
+ .contacts-list,
4028
+ .users-list,
4029
+ .mailbox-attachments {
4030
+ list-style: none;
4031
+ margin: 0;
4032
+ padding: 0;
4033
+ }
4034
+ .flat {
4035
+ border-radius: 0 !important;
4036
+ }
4037
+ .text-bold,
4038
+ .text-bold.table td,
4039
+ .text-bold.table th {
4040
+ font-weight: 700;
4041
+ }
4042
+ .jqstooltip {
4043
+ padding: 5px!important;
4044
+ width: auto!important;
4045
+ height: auto!important;
4046
+ }
4047
+ .bg-teal-gradient {
4048
+ background: #39cccc !important;
4049
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
4050
+ background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
4051
+ background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
4052
+ background: -o-linear-gradient(#7adddd, #39cccc) !important;
4053
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
4054
+ color: #fff;
4055
+ }
4056
+ .bg-light-blue-gradient {
4057
+ background: #3c8dbc !important;
4058
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
4059
+ background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
4060
+ background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
4061
+ background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
4062
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
4063
+ color: #fff;
4064
+ }
4065
+ .bg-blue-gradient {
4066
+ background: #0073b7 !important;
4067
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
4068
+ background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
4069
+ background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
4070
+ background: -o-linear-gradient(#0089db, #0073b7) !important;
4071
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
4072
+ color: #fff;
4073
+ }
4074
+ .bg-aqua-gradient {
4075
+ background: #00c0ef !important;
4076
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
4077
+ background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
4078
+ background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
4079
+ background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
4080
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
4081
+ color: #fff;
4082
+ }
4083
+ .bg-yellow-gradient {
4084
+ background: #f39c12 !important;
4085
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
4086
+ background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
4087
+ background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
4088
+ background: -o-linear-gradient(#f7bc60, #f39c12) !important;
4089
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
4090
+ color: #fff;
4091
+ }
4092
+ .bg-purple-gradient {
4093
+ background: #605ca8 !important;
4094
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
4095
+ background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
4096
+ background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
4097
+ background: -o-linear-gradient(#9491c4, #605ca8) !important;
4098
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
4099
+ color: #fff;
4100
+ }
4101
+ .bg-green-gradient {
4102
+ background: #00a65a !important;
4103
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
4104
+ background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
4105
+ background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
4106
+ background: -o-linear-gradient(#00ca6d, #00a65a) !important;
4107
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
4108
+ color: #fff;
4109
+ }
4110
+ .bg-red-gradient {
4111
+ background: #dd4b39 !important;
4112
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
4113
+ background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
4114
+ background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
4115
+ background: -o-linear-gradient(#e47365, #dd4b39) !important;
4116
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
4117
+ color: #fff;
4118
+ }
4119
+ .bg-black-gradient {
4120
+ background: #111111 !important;
4121
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
4122
+ background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
4123
+ background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
4124
+ background: -o-linear-gradient(#2b2b2b, #111111) !important;
4125
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
4126
+ color: #fff;
4127
+ }
4128
+ .bg-maroon-gradient {
4129
+ background: #d81b60 !important;
4130
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
4131
+ background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
4132
+ background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
4133
+ background: -o-linear-gradient(#e73f7c, #d81b60) !important;
4134
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
4135
+ color: #fff;
4136
+ }
4137
+ .connectedSortable {
4138
+ min-height: 100px;
4139
+ }
4140
+ .ui-helper-hidden-accessible {
4141
+ border: 0;
4142
+ clip: rect(0 0 0 0);
4143
+ height: 1px;
4144
+ margin: -1px;
4145
+ overflow: hidden;
4146
+ padding: 0;
4147
+ position: absolute;
4148
+ width: 1px;
4149
+ }
4150
+ .sort-highlight {
4151
+ background: #f4f4f4;
4152
+ border: 1px dashed #ddd;
4153
+ margin-bottom: 10px;
4154
+ }
4155
+ .full-opacity-hover {
4156
+ opacity: 0.65;
4157
+ filter: alpha(opacity=65);
4158
+ }
4159
+ .full-opacity-hover:hover {
4160
+ opacity: 1;
4161
+ filter: alpha(opacity=100);
4162
+ }
4163
+ .chart {
4164
+ position: relative;
4165
+ overflow: hidden;
4166
+ width: 100%;
4167
+ }
4168
+ .chart svg,
4169
+ .chart canvas {
4170
+ width: 100%!important;
4171
+ }
4172
+ /*
4173
+ * Misc: print
4174
+ * -----------
4175
+ */
4176
+ @media print {
4177
+ .no-print,
4178
+ .main-sidebar,
4179
+ .left-side,
4180
+ .main-header,
4181
+ .content-header {
4182
+ display: none!important;
4183
+ }
4184
+ .content-wrapper,
4185
+ .right-side,
4186
+ .main-footer {
4187
+ margin-left: 0!important;
4188
+ min-height: 0!important;
4189
+ -webkit-transform: translate(0, 0) !important;
4190
+ -ms-transform: translate(0, 0) !important;
4191
+ -o-transform: translate(0, 0) !important;
4192
+ transform: translate(0, 0) !important;
4193
+ }
4194
+ .fixed .content-wrapper,
4195
+ .fixed .right-side {
4196
+ padding-top: 0!important;
4197
+ }
4198
+ .invoice {
4199
+ width: 100%;
4200
+ border: 0;
4201
+ margin: 0;
4202
+ padding: 0;
4203
+ }
4204
+ .invoice-col {
4205
+ float: left;
4206
+ width: 33.3333333%;
4207
+ }
4208
+ .table-responsive {
4209
+ overflow: auto;
4210
+ }
4211
+ .table-responsive > .table tr th,
4212
+ .table-responsive > .table tr td {
4213
+ white-space: normal!important;
4214
+ }
4215
+ }