propeller_rails 0.1.0.pre.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/Gemfile +6 -0
  4. data/README.md +33 -0
  5. data/Rakefile +2 -0
  6. data/app/assets/javascripts/propeller.js +3 -0
  7. data/app/assets/stylesheets/propeller.scss +3 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +8 -0
  10. data/lib/propeller_rails/version.rb +3 -0
  11. data/lib/propeller_rails.rb +8 -0
  12. data/propeller_rails.gemspec +37 -0
  13. data/vendor/assets/custom/css/propeller.css +3697 -0
  14. data/vendor/assets/custom/css/propeller.min.css +8 -0
  15. data/vendor/assets/custom/css/propeller.min.css.map +1 -0
  16. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.eot +0 -0
  17. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.svg +642 -0
  18. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.ttf +0 -0
  19. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.woff +0 -0
  20. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.eot +0 -0
  21. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.svg +642 -0
  22. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.ttf +0 -0
  23. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.woff +0 -0
  24. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.eot +0 -0
  25. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.svg +593 -0
  26. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.ttf +0 -0
  27. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.woff +0 -0
  28. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.eot +0 -0
  29. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.svg +642 -0
  30. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.ttf +0 -0
  31. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.woff +0 -0
  32. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.eot +0 -0
  33. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.svg +642 -0
  34. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.ttf +0 -0
  35. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.woff +0 -0
  36. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.eot +0 -0
  37. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.svg +641 -0
  38. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.ttf +0 -0
  39. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.woff +0 -0
  40. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.eot +0 -0
  41. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.svg +641 -0
  42. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.ttf +0 -0
  43. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.woff +0 -0
  44. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.eot +0 -0
  45. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.svg +593 -0
  46. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.ttf +0 -0
  47. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.woff +0 -0
  48. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.eot +0 -0
  49. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.svg +642 -0
  50. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.ttf +0 -0
  51. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.woff +0 -0
  52. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.eot +0 -0
  53. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.svg +621 -0
  54. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.ttf +0 -0
  55. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.woff +0 -0
  56. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.eot +0 -0
  57. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.svg +631 -0
  58. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.ttf +0 -0
  59. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.woff +0 -0
  60. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.eot +0 -0
  61. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.svg +631 -0
  62. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.ttf +0 -0
  63. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.woff +0 -0
  64. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.eot +0 -0
  65. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.svg +643 -0
  66. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.ttf +0 -0
  67. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.woff +0 -0
  68. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.eot +0 -0
  69. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.svg +643 -0
  70. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.ttf +0 -0
  71. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.woff +0 -0
  72. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.eot +0 -0
  73. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.svg +644 -0
  74. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.ttf +0 -0
  75. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.woff +0 -0
  76. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.eot +0 -0
  77. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.svg +643 -0
  78. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.ttf +0 -0
  79. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.woff +0 -0
  80. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.eot +0 -0
  81. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.svg +643 -0
  82. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.ttf +0 -0
  83. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.woff +0 -0
  84. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.eot +0 -0
  85. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.svg +644 -0
  86. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.ttf +0 -0
  87. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.woff +0 -0
  88. data/vendor/assets/custom/js/propeller.js +937 -0
  89. data/vendor/assets/custom/js/propeller.js.map +1 -0
  90. data/vendor/assets/custom/js/propeller.min.js +7 -0
  91. metadata +189 -0
@@ -0,0 +1,3697 @@
1
+ /*!
2
+ * Propeller v1.1.0 (http://propeller.in/)
3
+ * Copyright 2016-2017 Digicorp, Inc
4
+ * Licensed under MIT (http://propeller.in/LICENSE)
5
+ */
6
+
7
+ @font-face {
8
+ font-family: 'Roboto';
9
+ font-style: normal;
10
+ font-weight: 100;
11
+
12
+ src: url('../fonts/roboto/Roboto-Thin-webfont.eot');
13
+ src: url('../fonts/roboto/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
14
+ url('../fonts/roboto/Roboto-Thin-webfont.woff') format('woff'),
15
+ url('../fonts/roboto/Roboto-Thin-webfont.ttf') format('truetype'),
16
+ url('../fonts/roboto/Roboto-Thin-webfont.svg#Roboto') format('svg');
17
+ }
18
+ @font-face {
19
+ font-family: 'Roboto';
20
+ font-style: normal;
21
+ font-weight: 300;
22
+
23
+ src: url('../fonts/roboto/Roboto-Light-webfont.eot');
24
+ src: url('../fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
25
+ url('../fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
26
+ url('../fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'),
27
+ url('../fonts/roboto/Roboto-Light-webfont.svg#Roboto') format('svg');
28
+ }
29
+ @font-face {
30
+ font-family: 'Roboto';
31
+ font-style: normal;
32
+ font-weight: 400;
33
+
34
+ src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
35
+ src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
36
+ url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
37
+ url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
38
+ url('../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
39
+ }
40
+ @font-face {
41
+ font-family: 'Roboto';
42
+ font-style: normal;
43
+ font-weight: 500;
44
+
45
+ src: url('../fonts/roboto/Roboto-Medium-webfont.eot');
46
+ src: url('../fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
47
+ url('../fonts/roboto/Roboto-Medium-webfont.woff') format('woff'),
48
+ url('../fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'),
49
+ url('../fonts/roboto/Roboto-Medium-webfont.svg#robotomedium') format('svg');
50
+ }
51
+ @font-face {
52
+ font-family: 'Roboto';
53
+ font-style: normal;
54
+ font-weight: 700;
55
+
56
+ src: url('../fonts/roboto/Roboto-Bold-webfont.eot');
57
+ src: url('../fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
58
+ url('../fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
59
+ url('../fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
60
+ url('../fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg');
61
+ }
62
+ @font-face {
63
+ font-family: 'robotoblack';
64
+ font-style: normal;
65
+ font-weight: 900;
66
+
67
+ src: url('../fonts/roboto/Roboto-Black-webfont.eot');
68
+ src: url('../fonts/roboto/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
69
+ url('../fonts/roboto/Roboto-Black-webfont.woff') format('woff'),
70
+ url('../fonts/roboto/Roboto-Black-webfont.ttf') format('truetype'),
71
+ url('../fonts/roboto/Roboto-Black-webfont.svg#robotoblack') format('svg');
72
+ }
73
+
74
+
75
+ /*!
76
+ * Propeller v1.1.0 (http://propeller.in): typography.css
77
+ * Copyright 2016-2017 Digicorp, Inc.
78
+ * Licensed under MIT (http://propeller.in/LICENSE)
79
+ */
80
+
81
+ html {
82
+ font-size: 16px;
83
+
84
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
85
+ }
86
+ body {
87
+ font-family: 'Roboto';
88
+ font-size: .875rem;
89
+ line-height: 1.6;
90
+ color: #333;
91
+ background-color: #ededed;
92
+ }
93
+ a {
94
+ color: #337ab7;
95
+ text-decoration: none;
96
+ outline: none;
97
+ }
98
+ a:focus, a:hover {
99
+ text-decoration: none;
100
+ outline: none;
101
+ outline-offset: -2px;
102
+ }
103
+
104
+ /* Headings */
105
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
106
+ font-weight: normal;
107
+ }
108
+
109
+ /* small secondary heading text */
110
+ h1 small, h2 small, h3 small, h4 small, h5 small,
111
+ h6 small, .h1 small, .h2 small, .h3 small, .h4 small,
112
+ .h5 small, .h6 small, h1 .small, h2 .small, h3 .small,
113
+ h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small,
114
+ .h3 .small, .h4 .small, .h5 .small, .h6 .small {
115
+ color: rgba(0,0,0,.54);
116
+ }
117
+
118
+ /* Font size and color according to Google Material */
119
+ h1, .h1 {
120
+ font-size: 1.5rem;
121
+ }
122
+ h2, .h2 {
123
+ font-size: 1.25rem;
124
+ font-weight: 500;
125
+ }
126
+ h3, .h3 {
127
+ font-size: 1rem;
128
+ }
129
+ h4, .h4 {
130
+ font-size: .8125rem;
131
+ font-weight: 500;
132
+ }
133
+ h5, .h5 {
134
+ font-size: .8125rem;
135
+ }
136
+
137
+ /* Type display classes */
138
+ .pmd-display1 {
139
+ font-size: 2.125rem;
140
+ font-weight: normal;
141
+ opacity: .54;
142
+ }
143
+ .pmd-display2 {
144
+ font-size: 2.8125rem;
145
+ font-weight: normal;
146
+ opacity: .54;
147
+ }
148
+ .pmd-display3 {
149
+ font-size: 3.5rem;
150
+ font-weight: normal;
151
+ opacity: .54;
152
+ }
153
+ .pmd-display4 {
154
+ font-size: 7rem;
155
+ font-weight: 300;
156
+ opacity: .54;
157
+ }
158
+ .pmd-caption {
159
+ font-size: .75rem;
160
+ color: rgba(0, 0, 0, .54);
161
+ letter-spacing: .02em;
162
+ }
163
+ /*!
164
+ * Propeller v1.1.0 (http://propeller.in): google-icons.css
165
+ */
166
+
167
+ /* Rules for sizing the icon. */
168
+ .material-icons.pmd-xs,
169
+ .material-icons.md-18 {
170
+ font-size: 18px;
171
+ }
172
+ .material-icons.pmd-sm,
173
+ .material-icons.md-24 {
174
+ font-size: 24px;
175
+ }
176
+ .material-icons.pmd-md,
177
+ .material-icons.md-36 {
178
+ font-size: 36px;
179
+ }
180
+ .material-icons.pmd-lg,
181
+ .material-icons.md-48 {
182
+ font-size: 48px;
183
+ }
184
+
185
+ /* Rules for using icons as black on a light background. */
186
+ .material-icons.md-dark {
187
+ color: rgba(0, 0, 0, .54);
188
+ }
189
+ .material-icons.md-dark.md-inactive {
190
+ color: rgba(0, 0, 0, .26);
191
+ }
192
+
193
+ /* Rules for using icons as white on a dark background. */
194
+ .material-icons.md-light {
195
+ color: rgba(255, 255, 255, 1);
196
+ }
197
+ .material-icons.md-light.md-inactive {
198
+ color: rgba(255, 255, 255, .3);
199
+ }
200
+
201
+ /*!
202
+ * Propeller v1.1.0 (http://propeller.in): card.css
203
+ * Copyright 2016-2017 Digicorp, Inc.
204
+ * Licensed under MIT (http://propeller.in/LICENSE)
205
+ */
206
+
207
+ .pmd-z-depth {
208
+ box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
209
+ }
210
+ .pmd-z-depth-1 {
211
+ box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
212
+ }
213
+ .pmd-z-depth-2 {
214
+ box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
215
+ }
216
+ .pmd-z-depth-3 {
217
+ box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
218
+ }
219
+ .pmd-z-depth-4 {
220
+ box-shadow: 0 19px 38px rgba(0,0,0,.30), 0 15px 12px rgba(0,0,0,.22);
221
+ }
222
+ .pmd-z-depth-5 {
223
+ box-shadow: 0 24px 48px rgba(0,0,0,.30), 0 20px 14px rgba(0,0,0,.22);
224
+ }
225
+
226
+ .pmd-card .form-horizontal .form-group {
227
+ margin-right: inherit;
228
+ margin-left: inherit;
229
+ }
230
+ .pmd-card {
231
+ padding: 1px 0;
232
+ margin-bottom: 30px;
233
+ background-color: #fff;
234
+ border-radius: 2px;
235
+ }
236
+ .pmd-card-body {
237
+ padding-right: 16px;
238
+ padding-left: 16px;
239
+ margin-top: 16px;
240
+ margin-bottom: 16px;
241
+ color: rgba(0, 0, 0, .84);
242
+ }
243
+ .pmd-card-title {
244
+ padding: 16px 16px 0 16px;
245
+ margin-bottom: 16px;
246
+ border-bottom: 1px solid transparent;
247
+ border-top-left-radius: 3px;
248
+ border-top-right-radius: 3px;
249
+ }
250
+
251
+ .pmd-card-title > .dropdown .dropdown-toggle {
252
+ color: inherit;
253
+ }
254
+ .pmd-card-title > .dropdown .dropdown-toggle {
255
+ color: inherit;
256
+ }
257
+ .pmd-card-title-text {
258
+ margin-top: 0;
259
+ margin-bottom: 0;
260
+ color: inherit;
261
+ }
262
+
263
+ h2.pmd-card-title-text {
264
+ margin-bottom: 2px;
265
+ font-size: 1.5rem;
266
+ font-weight: 400;
267
+ }
268
+ .pmd-card-subtitle-text {
269
+ margin-bottom: 0;
270
+ font-size: 14px;
271
+ line-height: 1.6;
272
+ opacity: .54;
273
+ }
274
+ .pmd-card-footer {
275
+ display: table;
276
+ width: 100%;
277
+ padding: 8px 16px;
278
+ content: "";
279
+ }
280
+ .pmd-card-actions {
281
+ padding: 8px 4px;
282
+ }
283
+ .pmd-card-actions .btn {
284
+ margin-right: 4px;
285
+ margin-bottom: 8px;
286
+ margin-left: 4px;
287
+ }
288
+ .pmd-card-actions .btn:first-child {
289
+ margin-left: 12px;
290
+ }
291
+ .pmd-card-actions .btn:last-child {
292
+ margin-right: 12px;
293
+ }
294
+ .pmd-card-actions .btn.pmd-btn-flat {
295
+ margin-right: 4px;
296
+ margin-bottom: 0;
297
+ margin-left: 4px;
298
+ }
299
+ .pmd-card-actions .btn {
300
+ min-width: inherit;
301
+ padding: 10px 8px;
302
+ }
303
+ .pmd-card-actions .btn.pmd-btn-fab {
304
+ padding: 0;
305
+ }
306
+
307
+ /* Card Media Action */
308
+ .pmd-card-media-inline .pmd-card-media {
309
+ padding-right: 16px;
310
+ padding-left: 16px;
311
+ margin-top: 16px;
312
+ }
313
+ .pmd-card-media-inline .pmd-card-media h2.pmd-card-title-text {
314
+ margin-top: 4px;
315
+ }
316
+ .pmd-card-footer-p16 {
317
+ padding-right: 20px;
318
+ padding-left: 20px;
319
+ }
320
+ .pmd-card-footer-no-border {
321
+ padding-top: 0;
322
+ border-color: transparent;
323
+ }
324
+ .pmd-card-list {
325
+ padding-top: 8px;
326
+ padding-bottom: 8px;
327
+ background-color: #fff;
328
+ }
329
+
330
+ /* Propeller Card */
331
+ .panel {
332
+ margin-bottom: 20px;
333
+ background-color: #fff;
334
+ border: 1px solid transparent;
335
+ border-radius: 4px;
336
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
337
+ }
338
+ .panel-body {
339
+ padding: 15px;
340
+ }
341
+ .panel-heading {
342
+ padding: 10px 15px;
343
+ border-bottom: 1px solid transparent;
344
+ border-top-left-radius: 3px;
345
+ border-top-right-radius: 3px;
346
+ }
347
+ .panel-heading > .dropdown .dropdown-toggle {
348
+ color: inherit;
349
+ }
350
+ .panel-title {
351
+ margin-top: 0;
352
+ margin-bottom: 0;
353
+ font-size: 16px;
354
+ color: inherit;
355
+ }
356
+ .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
357
+ color: inherit;
358
+ }
359
+ .panel-footer {
360
+ padding: 10px 15px;
361
+ background-color: #f5f5f5;
362
+ border-top: 1px solid #ddd;
363
+ border-bottom-right-radius: 3px;
364
+ border-bottom-left-radius: 3px;
365
+ }
366
+
367
+ /* Card inverse*/
368
+ .pmd-card-inverse {
369
+ color: #eceeef;
370
+ background-color: #373a3c;
371
+ }
372
+ .pmd-card-inverse .pmd-card-body {
373
+ color: rgba(255, 255, 255, .84);
374
+ }
375
+
376
+ /*!
377
+ * Propeller v1.1.0 (http://propeller.in): accordion.css
378
+ * Copyright 2016-2017 Digicorp, Inc.
379
+ * Licensed under MIT (http://propeller.in/LICENSE)
380
+ */
381
+
382
+ .panel-group .panel-title a:focus {
383
+ outline: none;
384
+ }
385
+ .panel-group.pmd-accordion .panel {
386
+ position: relative;
387
+ margin: 16px 0;
388
+ border: none;
389
+ border-radius: 0;
390
+ box-shadow: 0 1px 3px rgba(0, 0, 0, .16), 0 1px 3px rgba(0, 0, 0, .12);
391
+ -webkit-transition: all ease-in-out .3s;
392
+ -ms-transition: all ease-in-out .3s;
393
+ transition: all ease-in-out .3s;
394
+ }
395
+ .panel-group.pmd-accordion .panel .panel-body {
396
+ border: none;
397
+ }
398
+ .panel-group.pmd-accordion .panel > .panel-heading + .panel-collapse > .panel-body {
399
+ border: none;
400
+ }
401
+ .panel-group.pmd-accordion .panel > .panel-heading {
402
+ padding: 0;
403
+ background: none;
404
+ }
405
+ .panel-group.pmd-accordion .panel.panel-warning > .panel-heading {
406
+ color: #8a6d3b;
407
+ background-color: #fcf8e3;
408
+ border-color: #faebcc;
409
+ }
410
+ .panel-group.pmd-accordion .panel.panel-danger > .panel-heading {
411
+ color: #a94442;
412
+ background-color: #f2dede;
413
+ border-color: #ebccd1;
414
+ }
415
+ .panel-group.pmd-accordion .panel.panel-success > .panel-heading {
416
+ color: #3c763d;
417
+ background-color: #dff0d8;
418
+ border-color: #d6e9c6;
419
+ }
420
+ .panel-group.pmd-accordion .panel.panel-info > .panel-heading {
421
+ color: #31708f;
422
+ background-color: #d9edf7;
423
+ border-color: #bce8f1;
424
+ }
425
+ .panel-group.pmd-accordion .panel > .panel-heading a {
426
+ display: block;
427
+ padding: 12px;
428
+ line-height: 24px;
429
+ }
430
+ /* Expanded accordian css*/
431
+ .panel-group.pmd-accordion-inbox .panel.active {
432
+ margin: 8px -8px;
433
+ box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .12);
434
+ }
435
+ /* actie arrow effect css */
436
+ .pmd-accordion-icon-left {
437
+ float: left;
438
+ padding-right: 32px;
439
+ }
440
+ .pmd-accordion-icon-right {
441
+ float: right;
442
+ padding-left: 32px;
443
+ }
444
+ .pmd-accordion-arrow {
445
+ float: right;
446
+ }
447
+ .panel-group .panel.active .material-icons.pmd-accordion-arrow {
448
+ -webkit-transform: rotate(180deg);
449
+ -ms-transform: rotate(180deg);
450
+ transform: rotate(180deg);
451
+ }
452
+ /* Material Accordion css */
453
+ .panel-group.pmd-accordion-nospace .panel {
454
+ margin: 0;
455
+ }
456
+ .panel-group.pmd-accordion .list-group-item.active, .panel-group.pmd-accordion .list-group-item.active:hover, .panel-group.pmd-accordion .list-group-item.active:focus {
457
+ color: #4d575d;
458
+ background: #fff;
459
+ }
460
+ @media screen and (max-width:767px) {
461
+ .panel-group.pmd-accordion-inbox .panel.active {
462
+ margin: 15px -10px;
463
+ }
464
+ }
465
+ /*!
466
+ * Propeller v1.1.0 (http://propeller.in)
467
+ * Copyright 2016-2017 Digicorp, Inc.
468
+ * Licensed under MIT (http://propeller.in/LICENSE)
469
+ */
470
+ /* --------------------------- alert container for positions ----------------------*/
471
+ .pmd-alert-container {
472
+ position: fixed;
473
+ z-index: 100000000;
474
+ width: auto;
475
+ padding: 0;
476
+ text-align: right;
477
+ }
478
+
479
+ /* alert container for top, bottom, left, right and center positions */
480
+ .pmd-alert-container.top {
481
+ top: 20px;
482
+ }
483
+ .pmd-alert-container.bottom {
484
+ bottom: 20px;
485
+ }
486
+ .pmd-alert-container.left {
487
+ left: 20px;
488
+ }
489
+ .pmd-alert-container.right {
490
+ right: 20px;
491
+ }
492
+ .pmd-alert-container.center {
493
+ left: 50%;
494
+ }
495
+
496
+ /* ------------ alert container for alert varients ------------------*/
497
+ .pmd-alert-container .pmd-alert {
498
+ position: relative;
499
+ z-index: 1000;
500
+ width: 360px;
501
+ padding: 9px 24px;
502
+ margin-bottom: 5px;
503
+ clear: both;
504
+ color: #fff;
505
+ text-align: left;
506
+ vertical-align: middle;
507
+ background: #000;
508
+ border-radius: 3px;
509
+ animation-duration: 1s;
510
+
511
+ animation-fill-mode: both;
512
+ }
513
+
514
+ /* alert container for error*/
515
+ .pmd-alert-container .pmd-alert.error {
516
+ color: #fff;
517
+ background: #fe5722;
518
+ }
519
+
520
+ /* alert container for information*/
521
+ .pmd-alert-container .pmd-alert.information {
522
+ color: #fff;
523
+ background: #0288d1;
524
+ }
525
+
526
+ /* alert container for warning*/
527
+ .pmd-alert-container .pmd-alert.warning {
528
+ color: #fff;
529
+ background: #ffb300;
530
+ }
531
+
532
+ /* alert container for success*/
533
+ .pmd-alert-container .pmd-alert.success {
534
+ color: #fff;
535
+ background: #229a21;
536
+ }
537
+
538
+ /* Alert Action css */
539
+ .pmd-alert a,
540
+ .notification a {
541
+ position: absolute;
542
+ right: 18px;
543
+ float: right;
544
+ color: #5ca9ea;
545
+ }
546
+ .pmd-alert a:before {
547
+ position: absolute;
548
+ top: 0;
549
+ right: -10px;
550
+ bottom: 0;
551
+ left: -10px;
552
+ margin: auto;
553
+ content: "";
554
+ }
555
+ @keyframes fadeIn {
556
+ from {
557
+ opacity: 0;
558
+ } to {
559
+ opacity: 1;
560
+ }
561
+ }
562
+ .fadeIn {
563
+ animation-name: fadeIn;
564
+ }
565
+ @keyframes fadeOut {
566
+ from {
567
+ opacity: 1;
568
+ } to {
569
+ opacity: 0;
570
+ }
571
+ }
572
+ .fadeOut {
573
+ animation-name: fadeOut;
574
+ }
575
+ @keyframes fadeOutDown {
576
+ from {
577
+ opacity: 1;
578
+ } to {
579
+ opacity: 0;
580
+ transform: translate3d(0, 100%, 0);
581
+ }
582
+ }
583
+ .fadeOutDown {
584
+ animation-name: fadeOutDown;
585
+ }
586
+ @keyframes fadeInDown {
587
+ from {
588
+ opacity: 0;
589
+ transform: translate3d(0, -100%, 0);
590
+ } to {
591
+ opacity: 1;
592
+ transform: none;
593
+ }
594
+ }
595
+ .fadeInDown {
596
+ animation-name: fadeInDown;
597
+ }
598
+ @keyframes fadeInUp {
599
+ from {
600
+ opacity: 0;
601
+ transform: translate3d(0, 100%, 0);
602
+ } to {
603
+ opacity: 1;
604
+ transform: none;
605
+ }
606
+ }
607
+ .fadeInUp {
608
+ animation-name: fadeInUp;
609
+ }
610
+
611
+ @media screen and (max-width:767px) {
612
+ .pmd-alert-container.left {
613
+ left: 50%;
614
+ }
615
+ .pmd-alert-container.right {
616
+ right: 50%;
617
+ }
618
+ }
619
+
620
+ /*!
621
+ * Propeller v1.1.0 (http://propeller.in): badge.css
622
+ * Copyright 2016-2017 Digicorp, Inc.
623
+ * Licensed under MIT (http://propeller.in/LICENSE)
624
+ */
625
+
626
+ /* Badge css */
627
+ .badge {
628
+ display: inline-block;
629
+ padding: 3px 7px;
630
+ font-size: 12.025px;
631
+ font-weight: bold;
632
+ color: #fff;
633
+ white-space: nowrap;
634
+ vertical-align: baseline;
635
+ background-color: #999;
636
+ border-radius: 9px;
637
+ }
638
+ .badge:hover {
639
+ color: #fff;
640
+ text-decoration: none;
641
+ cursor: pointer;
642
+ }
643
+ .badge-error {
644
+ background-color: #b94a48;
645
+ }
646
+ .badge-error:hover {
647
+ background-color: #953b39;
648
+ }
649
+ .badge-warning {
650
+ background-color: #f89406;
651
+ }
652
+ .badge-warning:hover {
653
+ background-color: #c67605;
654
+ }
655
+ .badge-success {
656
+ background-color: #468847;
657
+ }
658
+ .badge-success:hover {
659
+ background-color: #356635;
660
+ }
661
+ .badge-info {
662
+ background-color: #3a87ad;
663
+ }
664
+ .badge-info:hover {
665
+ background-color: #2d6987;
666
+ }
667
+ .badge-inverse {
668
+ background-color: #333;
669
+ }
670
+ .badge-inverse:hover {
671
+ background-color: #1a1a1a;
672
+ }
673
+
674
+ /* Notification Badge css */
675
+ .pmd-badge {
676
+ position: relative;
677
+ display: inline-block;
678
+ font-size: 32px;
679
+ text-align: left;
680
+ }
681
+ .pmd-badge[data-badge]::after {
682
+ position: absolute;
683
+ top: -10px;
684
+ right: -24px;
685
+ display: -ms-flexbox;
686
+ display: flex;
687
+ width: 22px;
688
+ height: 22px;
689
+ font-family: "Roboto";
690
+ font-size: 12px;
691
+ font-weight: 600;
692
+ color: rgb(255, 255, 255);
693
+ content: attr(data-badge);
694
+ background: #6292f8;
695
+ border-radius: 50%;
696
+
697
+ -ms-flex-line-pack: center;
698
+ align-content: center;
699
+ -ms-flex-align: center;
700
+ align-items: center;
701
+ -ms-flex-flow: row wrap;
702
+ flex-flow: row wrap;
703
+ -ms-flex-pack: center;
704
+ justify-content: center;
705
+ }
706
+ .pmd-badge.pmd-badge-overlap::after {
707
+ right: -10px;
708
+ }
709
+
710
+ /* Chips Badge css */
711
+ .pmd-chip {
712
+ display: inline-block;
713
+ box-sizing: border-box;
714
+ padding: 0 8px 0 12px;
715
+ line-height: 34px;
716
+ color: rgb(66, 66, 66);
717
+ text-transform: capitalize;
718
+ cursor: default;
719
+ background: #e0e0e0;
720
+ border-radius: 16px;
721
+ }
722
+ .pmd-chip.pmd-focused {
723
+ color: rgba(255, 255, 255, .87);
724
+ background: rgb(63, 81, 181);
725
+ }
726
+ .pmd-chip-action i {
727
+ padding: 1px 2px 2px 2px;
728
+ margin-left: 5px;
729
+ font-size: 14px;
730
+ color: #e0e0e0;
731
+ background-color: #a6a6a6;
732
+ border-radius: 50%;
733
+ }
734
+ .pmd-chip.pmd-chip-contact {
735
+ padding-left: 0;
736
+ }
737
+ .pmd-chip-contact img {
738
+ width: 36px;
739
+ margin-top: -3px;
740
+ margin-right: 5px;
741
+ border-radius: 50%;
742
+ }
743
+ .pmd-chip:hover {
744
+ background: #e3e3e3;
745
+ }
746
+ .pmd-chip .material-icons:hover {
747
+ background: #666;
748
+ }
749
+
750
+
751
+ /*!
752
+ * Propeller v1.1.0 (http://propeller.in): button.css
753
+ * Copyright 2016-2017 Digicorp, Inc.
754
+ * Licensed under MIT (http://propeller.in/LICENSE)
755
+ */
756
+
757
+ .btn {
758
+ display: inline-block;
759
+ padding: 6px 12px;
760
+ margin-bottom: 0;
761
+ font-size: 14px;
762
+ font-weight: 400;
763
+ line-height: 1.1;
764
+ color: rgba(255, 255, 255, .87);
765
+ text-align: center;
766
+ text-transform: uppercase;
767
+ letter-spacing: inherit;
768
+ white-space: nowrap;
769
+ vertical-align: middle;
770
+ -ms-touch-action: manipulation;
771
+ touch-action: manipulation;
772
+ cursor: pointer;
773
+ -webkit-user-select: none;
774
+ -moz-user-select: none;
775
+ -ms-user-select: none;
776
+ user-select: none;
777
+ background-image: none;
778
+ border: 1px solid transparent;
779
+ border-radius: 4px;
780
+ }
781
+ .btn-default, .btn-link {
782
+ color: rgba(0, 0, 0, .87);
783
+ }
784
+
785
+ /* -- Buttons style ------------------------------------ */
786
+ .btn {
787
+ border: 0;
788
+ border-radius: 2px;
789
+ outline: 0;
790
+ outline-offset: 0;
791
+ -webkit-transition: all .15s ease-in-out;
792
+ -moz-transition: all .15s ease-in-out;
793
+ -o-transition: all .15s ease-in-out;
794
+ transition: all .15s ease-in-out;
795
+ }
796
+ .btn:focus,.btn:active,.btn.active,.btn:active:focus,.btn.active:focus {
797
+ outline: 0;
798
+ outline-offset: 0;
799
+ box-shadow: none;
800
+ }
801
+
802
+ /* -- Buttons varients -------------------------------- */
803
+ /* -- Buttons raised --*/
804
+ .pmd-btn-raised {
805
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
806
+ }
807
+ .pmd-btn-raised:active,.pmd-btn-raised.active,.pmd-btn-raised:active:focus,.pmd-btn-raised.active:focus {
808
+ box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
809
+ }
810
+ .pmd-btn-raised:focus {
811
+ box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
812
+ }
813
+
814
+ /* -- Buttons circle --*/
815
+ .btn.pmd-btn-fab {
816
+ padding: 0;
817
+ border-radius: 50%;
818
+ }
819
+ .btn.pmd-btn-fab span,
820
+ .btn.pmd-btn-fab i {
821
+ line-height: 56px;
822
+ }
823
+
824
+ /* -------------------------- Buttons colors -------------------------------- */
825
+
826
+ /* -- Buttons Default --*/
827
+ .btn-default,.dropdown-toggle.btn-default {
828
+ background-color: #fff;
829
+ }
830
+ .btn-default:hover,.dropdown-toggle.btn-default:hover {
831
+ background-color: #e5e5e5;
832
+ }
833
+ .btn-default:active,.dropdown-toggle.btn-default:active,.btn-default.active,.dropdown-toggle.btn-default.active {
834
+ background-color: #e5e5e5;
835
+ }
836
+ .btn-default:focus,.dropdown-toggle.btn-default:focus {
837
+ background-color: #ccc;
838
+ }
839
+ .btn-default:disabled,.dropdown-toggle.btn-default:disabled,.btn-default.disabled,.dropdown-toggle.btn-default.disabled,
840
+ .btn-default[disabled],.dropdown-toggle.btn-default[disabled] {
841
+ background-color: #b3b3b3;
842
+ }
843
+ .btn-default .ink,.dropdown-toggle.btn-default .ink {
844
+ background-color: #b8b8b8;
845
+ }
846
+
847
+ /* -- Buttons Default flat --*/
848
+ .pmd-btn-flat.btn-default {
849
+ color: #212121;
850
+ background-color: transparent;
851
+ }
852
+ .pmd-btn-flat.btn-default:hover {
853
+ color: #141414;
854
+ background-color: #e5e5e5;
855
+ }
856
+ .pmd-btn-flat.btn-default:active,.pmd-btn-flat.btn-default.active {
857
+ color: #020202;
858
+ background-color: #ccc;
859
+ }
860
+ .pmd-btn-flat.btn-default:focus {
861
+ color: #000;
862
+ background-color: #ccc;
863
+ }
864
+ .pmd-btn-flat.btn-default .ink {
865
+ background-color: #808080;
866
+ }
867
+
868
+ /* -- Buttons Default outline --*/
869
+ .btn-default.pmd-btn-outline {
870
+ border: solid 1px #333;
871
+ }
872
+
873
+ /* -- Buttons Primary --*/
874
+ .btn-primary,.dropdown-toggle.btn-primary {
875
+ background-color: #4285f4;
876
+ }
877
+ .btn-primary:hover,.dropdown-toggle.btn-primary:hover {
878
+ background-color: #4e6cef;
879
+ }
880
+ .btn-primary:active,.dropdown-toggle.btn-primary:active,.btn-primary.active,.dropdown-toggle.btn-primary.active {
881
+ background-color: #4e6cef;
882
+ }
883
+ .btn-primary:focus,.dropdown-toggle.btn-primary:focus {
884
+ background-color: #455ede;
885
+ }
886
+ .btn-primary:disabled,.dropdown-toggle.btn-primary:disabled,.btn-primary.disabled,.dropdown-toggle.btn-primary.disabled,
887
+
888
+ .btn-primary[disabled],.dropdown-toggle.btn-primary[disabled] {
889
+ background-color: #b3b3b3;
890
+ }
891
+ .btn-primary .ink,.dropdown-toggle.btn-primary .ink {
892
+ background-color: #3b50ce;
893
+ }
894
+
895
+ /* -- Buttons primary flat --*/
896
+ .pmd-btn-flat.btn-primary {
897
+ color: #4285f4;
898
+ background-color: transparent;
899
+ }
900
+ .pmd-btn-flat.btn-primary:hover {
901
+ color: #4e6cef;
902
+ background-color: #e5e5e5;
903
+ }
904
+ .pmd-btn-flat.btn-primary:active,.pmd-btn-flat.btn-primary.active {
905
+ color: #455ede;
906
+ background-color: #ccc;
907
+ }
908
+ .pmd-btn-flat.btn-primary:focus {
909
+ color: #3b50ce;
910
+ background-color: #ccc;
911
+ }
912
+ .pmd-btn-flat.btn-primary .ink {
913
+ background-color: #808080;
914
+ }
915
+
916
+ /* -- Buttons primary outline --*/
917
+ .pmd-btn-outline.btn-primary {
918
+ color: #4285f4;
919
+ background-color: transparent;
920
+ border: solid 1px #4285f4;
921
+ }
922
+ .pmd-btn-outline.btn-primary:hover, .pmd-btn-outline.btn-primary:focus {
923
+ color: #fff;
924
+ background-color: #4285f4;
925
+ border: solid 1px #4285f4;
926
+ }
927
+
928
+ /* -- Buttons Success --*/
929
+ .btn-success,
930
+ .dropdown-toggle.btn-success {
931
+ background-color: #259b24;
932
+ }
933
+ .btn-success:hover,.dropdown-toggle.btn-success:hover {
934
+ background-color: #0a8f08;
935
+ }
936
+ .btn-success:active,.dropdown-toggle.btn-success:active,.btn-success.active,.dropdown-toggle.btn-success.active {
937
+ background-color: #0a8f08;
938
+ }
939
+ .btn-success:focus,.dropdown-toggle.btn-success:focus {
940
+ background-color: #0a7e07;
941
+ }
942
+ .btn-success:disabled,.dropdown-toggle.btn-success:disabled,.btn-success.disabled,.dropdown-toggle.btn-success.disabled,
943
+ .btn-success[disabled],.dropdown-toggle.btn-success[disabled] {
944
+ background-color: #b3b3b3;
945
+ }
946
+ .btn-success .ink,.dropdown-toggle.btn-success .ink {
947
+ background-color: #056f00;
948
+ }
949
+
950
+ /* -- Buttons flat Success --*/
951
+ .pmd-btn-flat.btn-success {
952
+ color: #259b24;
953
+ background-color: transparent;
954
+ }
955
+ .pmd-btn-flat.btn-success:hover {
956
+ color: #0a8f08;
957
+ background-color: #e5e5e5;
958
+ }
959
+ .pmd-btn-flat.btn-success:active,.pmd-btn-flat.btn-success.active {
960
+ color: #0a7e07;
961
+ background-color: #ccc;
962
+ }
963
+ .pmd-btn-flat.btn-success:focus {
964
+ color: #056f00;
965
+ background-color: #ccc;
966
+ }
967
+ .pmd-btn-flat.btn-success .ink {
968
+ background-color: #808080;
969
+ }
970
+
971
+ /*-- Button success outline --*/
972
+ .pmd-btn-outline.btn-success {
973
+ color: #259b24;
974
+ background-color: transparent;
975
+ border: solid 1px #259b24;
976
+ }
977
+ .pmd-btn-outline.btn-success:hover, .pmd-btn-outline.btn-success:focus {
978
+ color: #fff;
979
+ background-color: #259b24;
980
+ border: solid 1px #259b24;
981
+ }
982
+
983
+ /* -- Buttons Info --*/
984
+ .btn-info,.dropdown-toggle.btn-info {
985
+ background-color: #03a9f4;
986
+ }
987
+ .btn-info:hover,.dropdown-toggle.btn-info:hover {
988
+ background-color: #039be5;
989
+ }
990
+ .btn-info:active,.dropdown-toggle.btn-info:active,.btn-info.active,.dropdown-toggle.btn-info.active {
991
+ background-color: #039be5;
992
+ }
993
+ .btn-info:focus,.dropdown-toggle.btn-info:focus {
994
+ background-color: #0288d1;
995
+ }
996
+ .btn-info:disabled,.dropdown-toggle.btn-info:disabled,.btn-info.disabled,.dropdown-toggle.btn-info.disabled,.btn-info[disabled],.dropdown-toggle.btn-info[disabled] {
997
+ background-color: #b3b3b3;
998
+ }
999
+ .btn-info .ink,.dropdown-toggle.btn-info .ink {
1000
+ background-color: #0277bd;
1001
+ }
1002
+
1003
+ /* -- Buttons Info flat--*/
1004
+ .pmd-btn-flat.btn-info {
1005
+ color: #03a9f4;
1006
+ background-color: transparent;
1007
+ }
1008
+ .pmd-btn-flat.btn-info:hover {
1009
+ color: #039be5;
1010
+ background-color: #e5e5e5;
1011
+ }
1012
+ .pmd-btn-flat.btn-info:active,.pmd-btn-flat.btn-info.active {
1013
+ color: #0288d1;
1014
+ background-color: #ccc;
1015
+ }
1016
+ .pmd-btn-flat.btn-info:focus {
1017
+ color: #0277bd;
1018
+ background-color: #ccc;
1019
+ }
1020
+ .pmd-btn-flat.btn-info .ink {
1021
+ background-color: #808080;
1022
+ }
1023
+
1024
+ /* -- Button Info outline --*/
1025
+ .pmd-btn-outline.btn-info {
1026
+ color: #03a9f4;
1027
+ background-color: transparent;
1028
+ border: solid 1px #03a9f4;
1029
+ }
1030
+ .pmd-btn-outline.btn-info:hover, .pmd-btn-outline.btn-info:focus {
1031
+ color: #fff;
1032
+ background-color: #03a9f4;
1033
+ border: solid 1px #03a9f4;
1034
+ }
1035
+
1036
+ /* -- Buttons Warning --*/
1037
+ .btn-warning,.dropdown-toggle.btn-warning {
1038
+ background-color: #ffc107;
1039
+ }
1040
+ .btn-warning:hover,.dropdown-toggle.btn-warning:hover {
1041
+ background-color: #ffb300;
1042
+ }
1043
+ .btn-warning:active,.dropdown-toggle.btn-warning:active,.btn-warning.active,.dropdown-toggle.btn-warning.active {
1044
+ background-color: #ffb300;
1045
+ }
1046
+ .btn-warning:focus,.dropdown-toggle.btn-warning:focus {
1047
+ background-color: #ffa000;
1048
+ }
1049
+ .btn-warning:disabled,.dropdown-toggle.btn-warning:disabled,.btn-warning.disabled,.dropdown-toggle.btn-warning.disabled, .btn-warning[disabled],.dropdown-toggle.btn-warning[disabled] {
1050
+ background-color: #b3b3b3;
1051
+ }
1052
+ .btn-warning .ink,.dropdown-toggle.btn-warning .ink {
1053
+ background-color: #ff8f00;
1054
+ }
1055
+
1056
+ /* -- Buttons flat Warning --*/
1057
+ .pmd-btn-flat.btn-warning {
1058
+ color: #ffc107;
1059
+ background-color: transparent;
1060
+ }
1061
+ .pmd-btn-flat.btn-warning:hover {
1062
+ color: #ffb300;
1063
+ background-color: #e5e5e5;
1064
+ }
1065
+ .pmd-btn-flat.btn-warning:active,.pmd-btn-flat.btn-warning.active {
1066
+ color: #ffa000;
1067
+ background-color: #ccc;
1068
+ }
1069
+ .pmd-btn-flat.btn-warning:focus {
1070
+ color: #ff8f00;
1071
+ background-color: #ccc;
1072
+ }
1073
+ .pmd-btn-flat.btn-warning .ink {
1074
+ background-color: #808080;
1075
+ }
1076
+
1077
+ /*-- Button warning outline --*/
1078
+ .pmd-btn-outline.btn-warning {
1079
+ color: #ffc107;
1080
+ background-color: transparent;
1081
+ border: solid 1px #ffc107;
1082
+ }
1083
+ .pmd-btn-outline.btn-warning:hover, .pmd-btn-outline.btn-warning:focus {
1084
+ color: #fff;
1085
+ background-color: #ffc107;
1086
+ border: solid 1px #ffc107;
1087
+ }
1088
+
1089
+ /* -- Buttons Danger --*/
1090
+ .btn-danger,.dropdown-toggle.btn-danger {
1091
+ background-color: #ff5722;
1092
+ }
1093
+ .btn-danger:hover,.dropdown-toggle.btn-danger:hover {
1094
+ background-color: #f4511e;
1095
+ }
1096
+ .btn-danger:active,.dropdown-toggle.btn-danger:active,.btn-danger.active,.dropdown-toggle.btn-danger.active {
1097
+ background-color: #f4511e;
1098
+ }
1099
+ .btn-danger:focus,.dropdown-toggle.btn-danger:focus {
1100
+ background-color: #e64a19;
1101
+ }
1102
+ .btn-danger:disabled,.dropdown-toggle.btn-danger:disabled,.btn-danger.disabled,.dropdown-toggle.btn-danger.disabled,.btn-danger[disabled],.dropdown-toggle.btn-danger[disabled] {
1103
+ background-color: #b3b3b3;
1104
+ }
1105
+ .btn-danger .ink,.dropdown-toggle.btn-danger .ink {
1106
+ background-color: #d84315;
1107
+ }
1108
+
1109
+ /* -- Buttons flat Danger --*/
1110
+ .pmd-btn-flat.btn-danger {
1111
+ color: #ff5722;
1112
+ background-color: transparent;
1113
+ }
1114
+ .pmd-btn-flat.btn-danger:hover {
1115
+ color: #f4511e;
1116
+ background-color: #e5e5e5;
1117
+ }
1118
+ .pmd-btn-flat.btn-danger:active,.pmd-btn-flat.btn-danger.active {
1119
+ color: #e64a19;
1120
+ background-color: #ccc;
1121
+ }
1122
+ .pmd-btn-flat.btn-danger:focus {
1123
+ color: #d84315;
1124
+ background-color: #ccc;
1125
+ }
1126
+ .pmd-btn-flat.btn-danger .ink {
1127
+ background-color: #808080;
1128
+ }
1129
+
1130
+ /*-- Button danger outline --*/
1131
+ .pmd-btn-outline.btn-danger {
1132
+ color: #ff5722;
1133
+ background-color: transparent;
1134
+ border: solid 1px #ff5722;
1135
+ }
1136
+ .pmd-btn-outline.btn-danger:hover, .pmd-btn-outline.btn-danger:focus {
1137
+ color: #fff;
1138
+ background-color: #ff5722;
1139
+ border: solid 1px #ff5722;
1140
+ }
1141
+
1142
+ /* -- Buttons sizes -------------------------------- */
1143
+ .btn {
1144
+ min-width: 88px;
1145
+ padding: 10px 14px;
1146
+ }
1147
+ .btn-lg,.btn-group-lg > .btn {
1148
+ min-width: 122px;
1149
+ padding: 10px 16px;
1150
+ font-size: 18px;
1151
+ line-height: 1.3;
1152
+ }
1153
+ .btn-sm,.btn-group-sm > .btn {
1154
+ min-width: 64px;
1155
+ padding: 4px 12px;
1156
+ font-size: 12px;
1157
+ line-height: 1.5;
1158
+ }
1159
+ .btn-xs,.btn-group-xs > .btn {
1160
+ min-width: 46px;
1161
+ padding: 2px 10px;
1162
+ font-size: 10px;
1163
+ line-height: 1.5;
1164
+ }
1165
+
1166
+ /* -- Buttons circle sizes --*/
1167
+ .pmd-btn-fab {
1168
+ width: 56px;
1169
+ min-width: 56px;
1170
+ height: 56px;
1171
+ }
1172
+ .pmd-btn-fab span {
1173
+ line-height: 56px;
1174
+ }
1175
+ .pmd-btn-fab.btn-lg {
1176
+ width: 78px;
1177
+ min-width: 78px;
1178
+ height: 78px;
1179
+ }
1180
+ .pmd-btn-fab.btn-lg span {
1181
+ line-height: 78px;
1182
+ }
1183
+ .pmd-btn-fab.btn-sm {
1184
+ width: 40px;
1185
+ min-width: 40px;
1186
+ height: 40px;
1187
+ }
1188
+ .pmd-btn-fab.btn-sm span, .pmd-btn-fab.btn-sm i {
1189
+ line-height: 40px;
1190
+ }
1191
+ .pmd-btn-fab.btn-xs {
1192
+ width: 30px;
1193
+ min-width: 30px;
1194
+ height: 30px;
1195
+ }
1196
+ .pmd-btn-fab.btn-xs span, .pmd-btn-fab.btn-xs i {
1197
+ line-height: 30px;
1198
+ }
1199
+
1200
+ /*---------------------------------- Button groups --------------------------------- */
1201
+ .btn-group .btn {
1202
+ border-radius: 2px;
1203
+ }
1204
+ .btn-group.open .dropdown-toggle {
1205
+ outline: 0;
1206
+ outline-offset: 0;
1207
+ box-shadow: none;
1208
+ }
1209
+ .btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {
1210
+ margin-left: 0;
1211
+ }
1212
+ .btn-group > .btn:hover,.btn-group-vertical > .btn:hover {
1213
+ z-index: 0;
1214
+ }
1215
+ .btn-group > .btn:focus:hover,.btn-group-vertical > .btn:focus:hover,.btn-group > .btn:active:hover,.btn-group-vertical > .btn:active:hover,.btn-group > .btn.active:hover,.btn-group-vertical > .btn.active:hover {
1216
+ z-index: 2;
1217
+ }
1218
+
1219
+ /* --------------------------------- Ripple effect -------------------------------- */
1220
+ .pmd-ripple-effect {
1221
+ position: relative;
1222
+ overflow: hidden;
1223
+ -webkit-transform: translate3d(0, 0, 0);
1224
+ }
1225
+ .ink {
1226
+ position: absolute;
1227
+ display: block;
1228
+ pointer-events: none;
1229
+ background: #fff;
1230
+ border-radius: 50%;
1231
+ opacity: 1;
1232
+ -ms-transform: scale(0);
1233
+ transform: scale(0);
1234
+ }
1235
+ .ink.animate {
1236
+ animation: ripple .5s linear;
1237
+ }
1238
+
1239
+ /*-- Button link outline --*/
1240
+ .pmd-btn-outline.btn-link {
1241
+ background-color: transparent;
1242
+ border: solid 1px #333;
1243
+ }
1244
+ .pmd-btn-outline.btn-link:hover, .pmd-btn-outline.btn-link:focus {
1245
+ color: #fff;
1246
+ background-color: #23527c;
1247
+ border: solid 1px #23527c;
1248
+ }
1249
+
1250
+ @keyframes ripple {
1251
+ 100% {
1252
+ opacity: 0;
1253
+ transform: scale(2.5);
1254
+ }
1255
+ }
1256
+
1257
+ /*!
1258
+ * Propeller v1.1.0 (http://propeller.in): modal.css
1259
+ * Copyright 2016-2017 Digicorp, Inc.
1260
+ * Licensed under MIT (http://propeller.in/LICENSE)
1261
+ */
1262
+
1263
+ .modal-content {
1264
+ border-radius: 2px;
1265
+ }
1266
+ .modal-header {
1267
+ padding: 16px 16px 0;
1268
+ margin-bottom: 16px;
1269
+ border-bottom: 1px solid rgba(0, 0, 0, 0);
1270
+ border-top-left-radius: 3px;
1271
+ border-top-right-radius: 3px;
1272
+ }
1273
+ .modal-header.pmd-modal-bordered {
1274
+ padding-bottom: 16px;
1275
+ border-bottom: 1px solid #e5e5e5;
1276
+ }
1277
+ .modal-header h2.pmd-card-title-text {
1278
+ font-weight: 500;
1279
+ }
1280
+ .pmd-modal-list {
1281
+ margin-top: 16px;
1282
+ margin-bottom: 16px;
1283
+ }
1284
+ .modal-body {
1285
+ padding: 0 16px;
1286
+ margin-top: 16px;
1287
+ margin-bottom: 16px;
1288
+ color: rgba(0, 0, 0, .84);
1289
+ }
1290
+ .modal-body > p:last-child {
1291
+ margin-bottom: 0;
1292
+ }
1293
+ .modal-footer {
1294
+ padding: 16px;
1295
+ }
1296
+ .pmd-modal-action {
1297
+ padding: 8px 4px;
1298
+ }
1299
+ .pmd-modal-action .btn.pmd-btn-fab {
1300
+ padding: 0;
1301
+ }
1302
+ .pmd-modal-action.pmd-modal-bordered {
1303
+ border-top: 1px solid #e5e5e5;
1304
+ }
1305
+ .pmd-modal-action .btn {
1306
+ min-width: inherit;
1307
+ padding: 10px 8px;
1308
+ margin: 8px 4px;
1309
+ }
1310
+ .pmd-modal-action .btn:first-child {
1311
+ margin-left: 12px;
1312
+ }
1313
+ .pmd-modal-action .btn.pmd-btn-flat:first-child {
1314
+ margin-left: 4px;
1315
+ }
1316
+ .pmd-modal-action .pmd-btn-flat {
1317
+ margin: 0 4px 0 0;
1318
+ }
1319
+ .modal .radio, .modal .checkbox {
1320
+ margin: 16px 0;
1321
+ }
1322
+ .modal .radio-options > label {
1323
+ padding-left: 32px;
1324
+ }
1325
+ .modal .list-group.pmd-list-avatar {
1326
+ padding: 0;
1327
+ margin: 8px 4px;
1328
+ }
1329
+ .modal.list-group:last-child {
1330
+ margin-bottom: 0;
1331
+ }
1332
+
1333
+ /* Form css */
1334
+ .form-horizontal .form-group {
1335
+ margin-right: 0;
1336
+ margin-left: 0;
1337
+ }
1338
+
1339
+ /* Modal center */
1340
+ .modal {
1341
+ text-align: center;
1342
+ }
1343
+ .modal:before {
1344
+ display: inline-block;
1345
+ height: 100%;
1346
+ margin-right: -4px;
1347
+ vertical-align: middle;
1348
+ content: '';
1349
+ }
1350
+ .modal .modal-dialog {
1351
+ display: inline-block;
1352
+ text-align: left;
1353
+ vertical-align: middle;
1354
+ }
1355
+
1356
+ /*!
1357
+ * Propeller v1.1.0 (http://propeller.in): dropdown.css
1358
+ * Copyright 2016-2017 Digicorp, Inc.
1359
+ * Licensed under MIT (http://propeller.in/LICENSE)
1360
+ */
1361
+
1362
+ /* Dropdown container */
1363
+ .pmd-dropdown-menu-container {
1364
+ position: absolute;
1365
+ z-index: 999;
1366
+ }
1367
+ .pmd-dropdown-menu-bg {
1368
+ border: none;
1369
+ border-radius: 0;
1370
+ box-shadow: 0 0 5px rgba(0, 0, 0, .175);
1371
+ }
1372
+ .pmd-dropdown-menu-bg {
1373
+ position: absolute;
1374
+ background-color: #fff;
1375
+ transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s, opacity .2s cubic-bezier(.4, 0, .2, 1) 0s;
1376
+ -ms-transform: scale(0);
1377
+ transform: scale(0);
1378
+ -ms-transform-origin: left top;
1379
+ transform-origin: left top;
1380
+
1381
+ will-change: transform;
1382
+ }
1383
+ .pmd-dropdown .dropdown-menu {
1384
+ top: 0;
1385
+ clip: rect(0 0 0 0);
1386
+ background-color: transparent;
1387
+ border: none;
1388
+ border-radius: 0;
1389
+ box-shadow: none;
1390
+ opacity: 0;
1391
+ transition: all .3s ease-out;
1392
+ }
1393
+
1394
+ /* Dropdown header */
1395
+ .dropdown-header {
1396
+ padding: 3px 16px;
1397
+ margin-top: 8px;
1398
+ }
1399
+
1400
+ /*Dropdown menu*/
1401
+ .pmd-dropdown .dropdown-menu {
1402
+ padding: 8px 0;
1403
+ margin: 0;
1404
+ }
1405
+ .pmd-dropdown .dropdown-menu > li > a {
1406
+ padding: 12px 16px;
1407
+ }
1408
+ .pmd-dropdown .dropdown-menu ul > li > a {
1409
+ display: block;
1410
+ padding: 12px 16px;
1411
+ clear: both;
1412
+ font-weight: normal;
1413
+ line-height: 1.42857143;
1414
+ color: #333;
1415
+ white-space: nowrap;
1416
+ }
1417
+ .pmd-dropdown .dropdown-menu ul > li > a:hover,
1418
+ .pmd-dropdown .dropdown-menu ul > li > a:focus {
1419
+ color: #262626;
1420
+ text-decoration: none;
1421
+ background-color: #f5f5f5;
1422
+ }
1423
+ .pmd-dropdown .dropdown-menu > .active > a,
1424
+ .pmd-dropdown .dropdown-menu > .active > a:hover,
1425
+ .pmd-dropdown .dropdown-menu > .active > a:focus {
1426
+ background-color: #f5f5f5;
1427
+ }
1428
+
1429
+ /* Dropdown menu open */
1430
+ .pmd-dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
1431
+ display: block;
1432
+ }
1433
+ .pmd-dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
1434
+ opacity: 1;
1435
+ }
1436
+ .pmd-dropdown.open > .pmd-dropdown-menu-container > .pmd-dropdown-menu-bg {
1437
+ -ms-transform: scale(1);
1438
+ transform: scale(1);
1439
+ }
1440
+ .pmd-dropdown.open > .pmd-dropdown-menu-container {
1441
+ display: block;
1442
+ }
1443
+
1444
+ /* Dropdown right*/
1445
+ .pmd-dropdown .dropdown-menu-right {
1446
+ clip: rect(0 0 0 0);
1447
+ }
1448
+ .pmd-dropdown .pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-right {
1449
+ -ms-transform-origin: right top;
1450
+ transform-origin: right top;
1451
+
1452
+ will-change: transform;
1453
+ }
1454
+
1455
+ /* Dropdown bottom*/
1456
+ .pmd-dropdown.dropup .dropdown-menu {
1457
+ top: auto;
1458
+ bottom: 0;
1459
+ }
1460
+ .pmd-dropdown.dropup .pmd-dropdown-menu-container {
1461
+ bottom: 100%;
1462
+ }
1463
+ .pmd-dropdown.dropup .caret,
1464
+ .navbar-fixed-bottom .pmd-dropdown.dropdown .caret {
1465
+ border-bottom: 4px solid;
1466
+ }
1467
+
1468
+ /* Dropdown bottom left*/
1469
+ .pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-bottom-left {
1470
+ -ms-transform-origin: left bottom;
1471
+ transform-origin: left bottom;
1472
+
1473
+ will-change: transform;
1474
+ }
1475
+
1476
+ /* Dropdown bottom right*/
1477
+ .pmd-dropdown-menu-top-right {
1478
+ right: 0;
1479
+ left: auto;
1480
+ }
1481
+ .pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-bottom-right {
1482
+ -ms-transform-origin: right bottom;
1483
+ transform-origin: right bottom;
1484
+
1485
+ will-change: transform;
1486
+ }
1487
+
1488
+ /* Dropdown center*/
1489
+ .pmd-dropdown-menu-center {
1490
+ clip: inherit;
1491
+ background-color: #fff;
1492
+ box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
1493
+ transition: none;
1494
+ }
1495
+
1496
+ /* Dropdown in sidebar*/
1497
+ .pmd-sidebar .pmd-dropdown-menu-container .dropdown-menu {
1498
+ opacity: 1;
1499
+ transition: none;
1500
+ }
1501
+ .pmd-sidebar-open.pmd-sidebar .pmd-dropdown-menu-container {
1502
+ position: static;
1503
+ transition: none;
1504
+ }
1505
+ .pmd-sidebar-open.pmd-sidebar .pmd-dropdown-menu-bg {
1506
+ display: none;
1507
+ }
1508
+ .pmd-sidebar-open.pmd-navbar-sidebar .dropdown-menu {
1509
+ top: 0;
1510
+ background-color: transparent;
1511
+ border: none;
1512
+ border-radius: 0;
1513
+ box-shadow: none;
1514
+ opacity: 1;
1515
+ transition: none;
1516
+ }
1517
+ .pmd-sidebar-open.pmd-navbar-sidebar .pmd-dropdown-menu-container {
1518
+ position: static;
1519
+ transition: none;
1520
+ }
1521
+ .pmd-sidebar-open.pmd-navbar-sidebar .pmd-dropdown-menu-container .dropdown-menu {
1522
+ transition: none;
1523
+ }
1524
+ .pmd-sidebar-open.pmd-navbar-sidebar .pmd-dropdown-menu-bg {
1525
+ display: none;
1526
+ }
1527
+ .pmd-sidebar .open > .pmd-dropdown-menu-container {
1528
+ position: static;
1529
+ }
1530
+ @media (max-width: 767px) {
1531
+ .pmd-sidebar-dropdown .pmd-dropdown-menu-container {
1532
+ position: static;
1533
+ transition: none;
1534
+ }
1535
+ .pmd-sidebar-dropdown .dropdown-menu {
1536
+ opacity: 1;
1537
+ transition: none;
1538
+ }
1539
+ }
1540
+
1541
+ /*!
1542
+ * Propeller v1.1.0 (http://propeller.in): textfield.css
1543
+ * Copyright 2016-2017 Digicorp, Inc.
1544
+ * Licensed under MIT (http://propeller.in/LICENSE)
1545
+ */
1546
+
1547
+ /* Propeller css for text fields */
1548
+ .pmd-textfield-focused {
1549
+ -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1550
+ -ms-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1551
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1552
+ -webkit-transition-duration: .2s;
1553
+ -ms-transition-duration: .2s;
1554
+ transition-duration: .2s;
1555
+ }
1556
+
1557
+ /*input focus bar*/
1558
+ .pmd-textfield-focused {
1559
+ position: relative;
1560
+ top: -1px;
1561
+ z-index: 2;
1562
+ display: block;
1563
+ width: 100%;
1564
+ height: 2px;
1565
+ background-color: #4285f4;
1566
+ -webkit-transform: scaleX(0);
1567
+ -ms-transform: scaleX(0);
1568
+ transform: scaleX(0);
1569
+ }
1570
+ .pmd-textfield.pmd-textfield-floating-label-active .pmd-textfield-focused {
1571
+ -webkit-transform: scaleX(1);
1572
+ -ms-transform: scaleX(1);
1573
+ transform: scaleX(1);
1574
+ }
1575
+
1576
+ /*paper input*/
1577
+ .form-group.pmd-textfield {
1578
+ margin-bottom: 16px;
1579
+ line-height: 22px;
1580
+ }
1581
+ .pmd-textfield .form-control {
1582
+ padding: 0;
1583
+ font-size: 16px;
1584
+ background: transparent;
1585
+ border: none;
1586
+ border-bottom: solid 1px #e6e6e6;
1587
+ border-radius: 0;
1588
+ outline: none;
1589
+ box-shadow: none;
1590
+ }
1591
+ .pmd-textfield .form-control {
1592
+ padding-bottom: 6px;
1593
+ }
1594
+ .pmd-textfield input.form-control {
1595
+ height: inherit;
1596
+ }
1597
+ .pmd-textfield textarea.form-control {
1598
+ height: 80px;
1599
+ }
1600
+ .pmd-textfield label {
1601
+ margin-bottom: 0;
1602
+ font-size: 14px;
1603
+ font-weight: normal;
1604
+ line-height: 1.4;
1605
+ color: rgba(0, 0, 0, .4);
1606
+ }
1607
+
1608
+ /*paper input group*/
1609
+ .pmd-input-group-label {
1610
+ padding-left: 40px;
1611
+ }
1612
+ .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.pmd-input-group-label {
1613
+ font-size: 14px;
1614
+ -webkit-transform: translateY(0px);
1615
+ -ms-transform: translateY(0px);
1616
+ transform: translateY(0px);
1617
+ }
1618
+ .pmd-textfield .input-group-addon {
1619
+ background-color: transparent;
1620
+ border: none;
1621
+ }
1622
+ .pmd-textfield .input-group .form-control {
1623
+ z-index: inherit;
1624
+ float: inherit;
1625
+ }
1626
+ .pmd-textfield .input-group .input-group-addon {
1627
+ padding: 0;
1628
+ }
1629
+ .pmd-textfield .input-group .input-group-addon:first-child {
1630
+ padding-right: 16px;
1631
+ }
1632
+ .pmd-textfield .input-group .input-group-addon:last-child {
1633
+ padding-left: 16px;
1634
+ }
1635
+
1636
+ /*floating label*/
1637
+ .pmd-textfield-floating-label {
1638
+ position: relative;
1639
+ }
1640
+ .pmd-textfield-floating-label label {
1641
+ margin: 0;
1642
+ margin-bottom: 4px;
1643
+ font-size: 16px;
1644
+ line-height: 24px;
1645
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1646
+ transition-duration: .2s;
1647
+ -webkit-transform: translateY(26px);
1648
+ -ms-transform: translateY(26px);
1649
+ transform: translateY(26px);
1650
+ }
1651
+ .pmd-textfield-floating-label .form-control {
1652
+ position: relative;
1653
+ }
1654
+ .pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
1655
+ font-size: 14px;
1656
+ color: rgba(0, 0, 0, .54);
1657
+ -webkit-transform: translateY(0px);
1658
+ -ms-transform: translateY(0px);
1659
+ transform: translateY(0px);
1660
+ }
1661
+
1662
+ /*paper input error*/
1663
+ .pmd-textfield.has-success .form-control:focus,
1664
+ .pmd-textfield.has-warning .form-control:focus,
1665
+ .pmd-textfield.has-error .form-control:focus {
1666
+ box-shadow: none;
1667
+ }
1668
+ .has-error-text {
1669
+ display: none;
1670
+ }
1671
+
1672
+ /*has error*/
1673
+ .pmd-textfield.has-error .form-control {
1674
+ color: #a94442;
1675
+ border-color: #a94442;
1676
+ }
1677
+ .pmd-textfield.has-error .form-control ~ .pmd-textfield-focused {
1678
+ background-color: #a94442;
1679
+ }
1680
+ .pmd-textfield.has-error .form-control ~ .has-error-text {
1681
+ display: block;
1682
+ color: #a94442;
1683
+ }
1684
+ .pmd-textfield.has-error .form-control:invalid {
1685
+ color: #a94442;
1686
+ }
1687
+ .pmd-textfield.has-error .form-control:invalid ~ .pmd-textfield-focused {
1688
+ background-color: #a94442;
1689
+ }
1690
+ .pmd-textfield.has-error .form-control:invalid ~ .has-error-text {
1691
+ display: block;
1692
+ color: #a94442;
1693
+ }
1694
+ .pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-error label {
1695
+ color: #a94442;
1696
+ }
1697
+
1698
+ /*has success*/
1699
+ .pmd-textfield.has-success .form-control {
1700
+ color: #3c763d;
1701
+ border-color: #3c763d;
1702
+ }
1703
+ .pmd-textfield.has-success .form-control ~ .pmd-textfield-focused {
1704
+ background-color: #3c763d;
1705
+ }
1706
+ .pmd-textfield.has-success .form-control ~ .has-error-text {
1707
+ display: block;
1708
+ color: #3c763d;
1709
+ }
1710
+ .pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-success label {
1711
+ color: #3c763d;
1712
+ }
1713
+
1714
+ /*has warning*/
1715
+ .pmd-textfield.has-warning .form-control {
1716
+ color: #8a6d3b;
1717
+ border-color: #8a6d3b;
1718
+ }
1719
+ .pmd-textfield.has-warning .form-control ~ .pmd-textfield-focused {
1720
+ background-color: #8a6d3b;
1721
+ }
1722
+ .pmd-textfield.has-warning .form-control ~ .has-error-text {
1723
+ display: block;
1724
+ color: #8a6d3b;
1725
+ }
1726
+ .pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-warning label {
1727
+ color: #8a6d3b;
1728
+ }
1729
+
1730
+ /*help block*/
1731
+ .help-block {
1732
+ margin-top: 0;
1733
+ font-size: 14px;
1734
+ }
1735
+
1736
+ /* Large fields size */
1737
+ .form-group-lg.pmd-textfield .form-control {
1738
+ height: 44px;
1739
+ font-size: 20px;
1740
+ line-height: 1.33333;
1741
+ }
1742
+ .form-group-lg.pmd-textfield label {
1743
+ font-size: 16px;
1744
+ }
1745
+ .form-group-lg.pmd-textfield-floating-label label {
1746
+ font-size: 20px;
1747
+ -webkit-transform: translateY(36px);
1748
+ -ms-transform: translateY(36px);
1749
+ transform: translateY(36px);
1750
+ }
1751
+ .form-group-lg.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
1752
+ font-size: 16px;
1753
+ -webkit-transform: translateY(0);
1754
+ -ms-transform: translateY(0);
1755
+ transform: translateY(0);
1756
+ }
1757
+
1758
+ /* Small fields size */
1759
+ .form-group-sm.pmd-textfield .form-control {
1760
+ height: 30px;
1761
+ font-size: 14px;
1762
+ line-height: 1.33333;
1763
+ }
1764
+ .form-group-sm.pmd-textfield label {
1765
+ font-size: 10px;
1766
+ }
1767
+ .form-group-sm.pmd-textfield-floating-label label {
1768
+ font-size: 14px;
1769
+ -webkit-transform: translateY(28px);
1770
+ -ms-transform: translateY(28px);
1771
+ transform: translateY(28px);
1772
+ }
1773
+ .form-group-sm.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {
1774
+ font-size: 10px;
1775
+ -webkit-transform: translateY(0);
1776
+ -ms-transform: translateY(0);
1777
+ transform: translateY(0);
1778
+ }
1779
+
1780
+ /*!
1781
+ * Propeller v1.1.0 (http://propeller.in): card.css
1782
+ * Copyright 2016-2017 Digicorp, Inc.
1783
+ * Licensed under MIT (http://propeller.in/LICENSE)
1784
+ */
1785
+
1786
+ .pmd-checkbox-ripple-effect {
1787
+ -ms-transform: translateZ(0px);
1788
+ transform: translateZ(0px);
1789
+ }
1790
+ .checkbox .pmd-checkbox-ripple-effect {
1791
+ padding-left: 0;
1792
+ }
1793
+ .checkbox .pmd-checkbox {
1794
+ padding-left: 0;
1795
+ }
1796
+ .pmd-checkbox [type="checkbox"]:not(:checked),
1797
+ .pmd-checkbox [type="checkbox"]:checked {
1798
+ position: absolute;
1799
+ left: -9999px;
1800
+ }
1801
+ .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label,
1802
+ .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label {
1803
+ position: relative;
1804
+ padding-left: 25px;
1805
+ cursor: pointer;
1806
+ }
1807
+
1808
+ /* checkbox aspect */
1809
+ .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:before,
1810
+ .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:before {
1811
+ position: absolute;
1812
+ top: 1px;
1813
+ left: 0;
1814
+ width: 18px;
1815
+ height: 18px;
1816
+ content: '';
1817
+ border-color: rgba(0, 0, 0, .54);
1818
+ border-style: solid;
1819
+ border-width: 2px;
1820
+ border-radius: 2px;
1821
+ }
1822
+
1823
+ /* checked mark aspect */
1824
+ .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:after,
1825
+ .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:after {
1826
+ position: absolute;
1827
+ top: 2px;
1828
+ left: 6px;
1829
+ display: table;
1830
+ width: 6px;
1831
+ height: 12px;
1832
+ color: #fff;
1833
+ content: "";
1834
+ border-style: none solid solid none;
1835
+ border-width: 0 2px 2px 0;
1836
+ border-image: none;
1837
+ transition: all .2s;
1838
+ }
1839
+
1840
+ /* themes */
1841
+ .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:before {
1842
+ background-color: rgba(0, 0, 0, .87);
1843
+ }
1844
+
1845
+ /* checked mark aspect changes */
1846
+ .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:after {
1847
+ opacity: 0;
1848
+ -webkit-transform: rotate(45deg);
1849
+ -moz-transform: rotate(45deg);
1850
+ -ms-transform: rotate(45deg);
1851
+ -o-transform: rotate(45deg);
1852
+ transform: rotate(45deg);
1853
+ }
1854
+ .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:after {
1855
+ opacity: 1;
1856
+ -webkit-transform: rotate(45deg);
1857
+ -moz-transform: rotate(45deg);
1858
+ -ms-transform: rotate(45deg);
1859
+ -o-transform: rotate(45deg);
1860
+ transform: rotate(45deg);
1861
+ }
1862
+
1863
+ /* disabled checkbox */
1864
+ .pmd-checkbox [type="checkbox"]:disabled:not(:checked) + .pmd-checkbox-label:before,
1865
+ .pmd-checkbox [type="checkbox"]:disabled:checked + .pmd-checkbox-label:before {
1866
+ cursor: not-allowed;
1867
+ border-color: rgba(0, 0, 0, .26);
1868
+ box-shadow: none;
1869
+ }
1870
+ .checkbox.disabled label.pmd-checkbox, fieldset[disabled] .checkbox label.pmd-checkbox {
1871
+ color: rgba(0, 0, 0, .26);
1872
+ }
1873
+
1874
+ /* hover style just for information */
1875
+ .pmd-checkbox label:hover:before {
1876
+ border: 1px solid #4778d9;
1877
+ }
1878
+ .pmd-checkbox.pmd-checkbox-ripple-effect {
1879
+ position: relative;
1880
+ }
1881
+ .pmd-checkbox .pmd-checkboxwrap {
1882
+ position: absolute;
1883
+ top: -8px;
1884
+ left: -11px;
1885
+ z-index: -1;
1886
+ width: 40px;
1887
+ height: 40px;
1888
+ overflow: hidden;
1889
+ border-radius: 50%;
1890
+ }
1891
+ .checkbox-inline.pmd-checkbox {
1892
+ padding-left: 0;
1893
+ }
1894
+ .pmd-checkbox-ripple-effect .ink {
1895
+ background-color: rgba(0, 0, 0, .2);
1896
+ }
1897
+
1898
+ /* card inverse disabled checkbox */
1899
+ .pmd-card-inverse .pmd-checkbox [type="checkbox"]:not(:checked) + .pmd-checkbox-label:before,
1900
+ .pmd-card-inverse .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label:before {
1901
+ border-color: rgba(255, 255, 255, .54);
1902
+ }
1903
+ .pmd-card-inverse .checkbox.disabled label.pmd-checkbox, fieldset[disabled] .checkbox label.pmd-checkbox {
1904
+ color: rgba(255, 255, 255, .54);
1905
+ }
1906
+ .pmd-card-inverse .pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before {
1907
+ background-color: #000;
1908
+ border-color: rgba(0, 0, 0, .54);
1909
+ }
1910
+
1911
+
1912
+ /*!
1913
+ * Propeller v1.1.0 (http://propeller.in): radio.css
1914
+ * Copyright 2016-2017 Digicorp, Inc.
1915
+ * Licensed under MIT (http://propeller.in/LICENSE)
1916
+ */
1917
+
1918
+ .pmd-radio span.pmd-radiobutton {
1919
+ margin-bottom: 0;
1920
+ }
1921
+ /*Radio input Hide*/
1922
+ .pmd-radio input {
1923
+ display: none;
1924
+ }
1925
+ /*Custamize Radio*/
1926
+ .pmd-radio > span.pmd-radio-label {
1927
+ position: relative;
1928
+ display: inline-block;
1929
+ padding-left: 16px;
1930
+ margin-right: 8px;
1931
+ cursor: pointer;
1932
+ }
1933
+ .pmd-radio > span.pmd-radio-label:before {
1934
+ position: absolute;
1935
+ top: 2px;
1936
+ left: 0;
1937
+ display: block;
1938
+ width: 18px;
1939
+ height: 18px;
1940
+ content: "";
1941
+ border: 2px solid rgba(0, 0, 0, .54);
1942
+ border-radius: 18px;
1943
+ }
1944
+ .pmd-radio > span.pmd-radio-label:after {
1945
+ position: absolute;
1946
+ top: 12px;
1947
+ left: 5px;
1948
+ display: block;
1949
+ width: 8px;
1950
+ height: 8px;
1951
+ margin-top: -5px;
1952
+ content: "";
1953
+ background: rgba(0, 0, 0, .54);
1954
+ border-radius: 4px;
1955
+ transition: .2s ease-in-out;
1956
+ -ms-transform: scale(0);
1957
+ transform: scale(0);
1958
+ }
1959
+ /*Select Radio*/
1960
+ .pmd-radio :checked + span.pmd-radio-label:after {
1961
+ -ms-transform: scale(1);
1962
+ transform: scale(1);
1963
+ }
1964
+ /*Radio Layput*/
1965
+ .radio-inline.pmd-radio {
1966
+ padding-left: 0;
1967
+ }
1968
+ .pmd-radio .ink {
1969
+ background-color: rgba(0, 0, 0, .2);
1970
+ }
1971
+ .radio .pmd-radio {
1972
+ padding-left: 0;
1973
+ }
1974
+ .pmd-radio {
1975
+ position: relative;
1976
+ }
1977
+ /* Disabled Radio */
1978
+ .radio.disabled label, fieldset[disabled] .radio label {
1979
+ color: rgba(0, 0, 0, .26);
1980
+ }
1981
+ .radio.disabled .pmd-radio > span.pmd-radio-label::before {
1982
+ cursor: not-allowed;
1983
+ border-color: rgba(0, 0, 0, .26);
1984
+ }
1985
+ /* Card Inverse Radio */
1986
+ .pmd-card-inverse .pmd-radio > span.pmd-radio-label::before {
1987
+ border-color: #fff;
1988
+ }
1989
+ .pmd-card-inverse .pmd-radio > span.pmd-radio-label::after {
1990
+ background-color: #fff;
1991
+ }
1992
+ /* Card Inverse Disabled Radio */
1993
+ .pmd-card-inverse .radio.disabled label, fieldset[disabled] .radio label {
1994
+ color: rgba(255, 255, 255, .26);
1995
+ }
1996
+ .pmd-card-inverse .radio.disabled .pmd-radio > span.pmd-radio-label::before {
1997
+ border-color: rgba(255, 255, 255, .26);
1998
+ }
1999
+
2000
+
2001
+ /*!
2002
+ * Propeller v1.1.0 (http://propeller.in): toggle-switch.css
2003
+ * Copyright 2016-2017 Digicorp, Inc.
2004
+ * Licensed under MIT (http://propeller.in/LICENSE)
2005
+ */
2006
+
2007
+ /* Propeller css for toggle button */
2008
+ .pmd-switch {
2009
+ vertical-align: middle;
2010
+ }
2011
+ .pmd-switch, .pmd-switch label, .pmd-switch input, .pmd-switch .pmd-switch-label {
2012
+ -moz-user-select: none;
2013
+ }
2014
+ .pmd-switch label {
2015
+ font-weight: 400;
2016
+ cursor: pointer;
2017
+ }
2018
+ .pmd-switch label input[type="checkbox"] {
2019
+ position: absolute;
2020
+ width: 0;
2021
+ height: 0;
2022
+ opacity: 0;
2023
+ }
2024
+ .pmd-switch label .pmd-switch-label, .pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label {
2025
+ position: relative;
2026
+ display: block;
2027
+ width: 30px;
2028
+ height: 15px;
2029
+ vertical-align: middle;
2030
+ content: "";
2031
+ background-color: rgba(80, 80, 80, .7);
2032
+ border-radius: 15px;
2033
+ transition: background .3s ease 0s;
2034
+ }
2035
+ .pmd-switch label .pmd-switch-label::after {
2036
+ position: absolute;
2037
+ top: -2px;
2038
+ left: -6px;
2039
+ display: inline-block;
2040
+ width: 20px;
2041
+ height: 20px;
2042
+ content: "";
2043
+ background-color: #f1f1f1;
2044
+ border-radius: 20px;
2045
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
2046
+ transition: left .3s ease 0s, background .3s ease 0s, box-shadow .1s ease 0s;
2047
+ }
2048
+ .pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label::after, .pmd-switch label
2049
+ input[type="checkbox][disabled"]:checked + .pmd-switch-label::after {
2050
+ background-color: #bdbdbd;
2051
+ }
2052
+ .pmd-switch label input[type="checkbox"] + .pmd-switch-label:active::after, .pmd-switch label input[type="checkbox][disabled"] + .pmd-switch-label:active::after {
2053
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1);
2054
+ }
2055
+ .pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label::after {
2056
+ left: 15px;
2057
+ }
2058
+ .pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label, .togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label {
2059
+ background-color: rgba(0, 150, 136, .5);
2060
+ }
2061
+ .pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label::after, .togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label::after {
2062
+ background-color: #009688;
2063
+ }
2064
+ .pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label:active::after, .togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label:active::after {
2065
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 150, 136, .2);
2066
+ }
2067
+ .togglebutton-black label input[type="checkbox"]:checked + .pmd-switch-label:active::after {
2068
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .2);
2069
+ }
2070
+
2071
+ /*!
2072
+ * Propeller v1.1.0 (http://propeller.in): list.css
2073
+ * Copyright 2016-2017 Digicorp, Inc.
2074
+ * Licensed under MIT (http://propeller.in/LICENSE)
2075
+ */
2076
+
2077
+ .pmd-card-list {
2078
+ padding-top: 8px;
2079
+ padding-bottom: 8px;
2080
+ margin-bottom: 0;
2081
+ background-color: #fff;
2082
+ }
2083
+ .list-group-item {
2084
+ padding-top: 16px;
2085
+ padding-bottom: 18px;
2086
+ margin-bottom: -1px;
2087
+ line-height: 1.4;
2088
+ border: inherit;
2089
+ }
2090
+ .list-group-item-heading {
2091
+ display: block;
2092
+ margin-top: 0;
2093
+ margin-bottom: 0;
2094
+ line-height: 1.4;
2095
+ }
2096
+ .list-group-item-text {
2097
+ margin-bottom: 0;
2098
+ font-size: .875rem;
2099
+ line-height: 1.4;
2100
+ color: rgba(0,0,0,.54);
2101
+ }
2102
+ .list-group-item:first-child {
2103
+ border-top-left-radius: 0;
2104
+ border-top-right-radius: 0;
2105
+ }
2106
+ .list-group-item:last-child {
2107
+ margin-bottom: 0;
2108
+ border-bottom-right-radius: 0;
2109
+ border-bottom-left-radius: 0;
2110
+ }
2111
+
2112
+ /*Textlist*/
2113
+ .pmd-list .list-group-item {
2114
+ padding-top: 12px;
2115
+ padding-bottom: 12px;
2116
+ }
2117
+
2118
+ /*Icon list*/
2119
+ .pmd-list-icon .list-group-item {
2120
+ padding-top: 12px;
2121
+ padding-bottom: 12px;
2122
+ }
2123
+
2124
+ /*Icon textlist twoline*/
2125
+ .pmd-list-twoline .list-group-item {
2126
+ padding-top: 12px;
2127
+ padding-bottom: 12px;
2128
+ }
2129
+
2130
+ /*Icon list*/
2131
+ .pmd-list-avatar {
2132
+ padding: 8px 0;
2133
+ }
2134
+ .avatar-list-img {
2135
+ display: inline-block;
2136
+ width: 40px;
2137
+ height: 40px;
2138
+ overflow: hidden;
2139
+ vertical-align: middle;
2140
+ border-radius: 50%;
2141
+ }
2142
+ .pmd-list-avatar .list-group-item {
2143
+ padding-top: 8px;
2144
+ padding-bottom: 8px;
2145
+ }
2146
+
2147
+ /*Media list*/
2148
+ .material-icons.media-left {
2149
+ display: table-cell;
2150
+ padding-right: 32px;
2151
+ vertical-align: top;
2152
+ }
2153
+ .material-icons.media-right {
2154
+ display: table-cell;
2155
+ padding-left: 32px;
2156
+ vertical-align: top;
2157
+ }
2158
+ .material-icons.media-middle {
2159
+ display: table-cell;
2160
+ vertical-align: middle;
2161
+ }
2162
+ .media-left, .media > .pull-left {
2163
+ padding-right: 16px;
2164
+ }
2165
+ .media-body.pmd-word-break {
2166
+ word-break: break-all;
2167
+ word-wrap: break-word;
2168
+ }
2169
+
2170
+
2171
+ /*!
2172
+ * Propeller v1.1.0 (http://propeller.in): navbar.css
2173
+ * Copyright 2016-2017 Digicorp, Inc.
2174
+ * Licensed under MIT (http://propeller.in/LICENSE)
2175
+ */
2176
+
2177
+ /*Propeller Navbar*/
2178
+ .pmd-navbar.navbar > .container .navbar-brand, .pmd-navbar.navbar > .container-fluid .navbar-brand {
2179
+ margin-left: 0;
2180
+ }
2181
+ .pmd-navbar .navbar-brand {
2182
+ float: left;
2183
+ height: inherit;
2184
+ padding: 8px 16px 8px 8px;
2185
+ font-size: 24px;
2186
+ line-height: 48px;
2187
+ }
2188
+ @media (max-width: 767px) {
2189
+ .pmd-navbar .navbar-brand {
2190
+ line-height: 40px;
2191
+ }
2192
+ }
2193
+ @media (min-width: 768px) {
2194
+ .pmd-navbar .navbar {
2195
+ border-radius: 0;
2196
+ }
2197
+ }
2198
+ @media (min-width: 768px) {
2199
+ .pmd-navbar.navbar > .container .navbar-brand, .pmd-navbar.navbar > .container-fluid .navbar-brand {
2200
+ margin-left: 0;
2201
+ }
2202
+ }
2203
+ .pmd-navbar .navbar-nav > li > a {
2204
+ line-height: 24px;
2205
+ }
2206
+ @media (min-width: 768px) {
2207
+ .pmd-navbar .navbar-nav > li > a {
2208
+ padding-top: 20px;
2209
+ padding-bottom: 20px;
2210
+ }
2211
+ }
2212
+ .pmd-navbar .navbar-nav > li > a {
2213
+ text-transform: uppercase;
2214
+ }
2215
+ .pmd-navbar .navbar-toggle {
2216
+ float: left;
2217
+ margin-top: 16px;
2218
+ }
2219
+ .pmd-navbar.navbar .btn.pmd-btn-fab {
2220
+ padding: 0;
2221
+ margin: 12px 0;
2222
+ }
2223
+ @media (max-width: 767px) {
2224
+ .pmd-navbar.navbar .btn.pmd-btn-fab {
2225
+ margin: 8px 0;
2226
+ }
2227
+ }
2228
+ .pmd-navbar .pmd-navbar-right-icon {
2229
+ margin-left: 16px;
2230
+ }
2231
+ .pmd-navbar .pmd-navbar-right-icon a {
2232
+ display: inline-block;
2233
+ }
2234
+ .pmd-navbar .navbar-toggle {
2235
+ width: 40px;
2236
+ height: 40px;
2237
+ padding: 10px;
2238
+ margin-top: 12px;
2239
+ margin-right: 8px;
2240
+ border: none;
2241
+ border-radius: 50%;
2242
+ }
2243
+ .pmd-navbar .navbar-toggle .icon-bar {
2244
+ width: 20px;
2245
+ }
2246
+
2247
+ .pmd-sidebar-overlay, .pmd-sidebar-left-overlay, .right-pmd-sidebar-overlay {
2248
+ position: fixed;
2249
+ top: 0;
2250
+ right: 0;
2251
+ bottom: 0;
2252
+ left: 0;
2253
+ z-index: 998;
2254
+ visibility: hidden;
2255
+ background: #000;
2256
+ opacity: 0;
2257
+ transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4, 0, .2, 1);
2258
+ -ms-transform: translateZ(0);
2259
+ transform: translateZ(0);
2260
+ }
2261
+ .pmd-sidebar-overlay.pmd-sidebar-overlay-active, .pmd-sidebar-left-overlay.active, .right-pmd-sidebar-overlay.active {
2262
+ visibility: visible;
2263
+ opacity: .5;
2264
+ transition-delay: 0;
2265
+ }
2266
+
2267
+ .navbar-form .btn {
2268
+ padding: 9px 14px;
2269
+ }
2270
+
2271
+ /*Menu in right sidebar*/
2272
+ @media (max-width: 767px) {
2273
+ .pmd-navbar .navbar-header {
2274
+ padding: 0 8px;
2275
+ }
2276
+ .pmd-navbar.navbar-fixed-top, .pmd-navbar.navbar-fixed-bottom {
2277
+ z-index: 998;
2278
+ }
2279
+ .pmd-navbar-sidebar {
2280
+ position: relative;
2281
+ display: block;
2282
+ min-height: 100%;
2283
+ overflow-x: hidden;
2284
+ overflow-y: auto;
2285
+ background: #fff;
2286
+ border: none;
2287
+ transition: all .5s cubic-bezier(.55, 0, .1, 1);
2288
+ }
2289
+ .pmd-navbar-sidebar:before, .pmd-navbar-sidebar:after {
2290
+ display: table;
2291
+ content: " ";
2292
+ }
2293
+ .pmd-navbar-sidebar:after {
2294
+ clear: both;
2295
+ }
2296
+ .pmd-navbar-sidebar::-webkit-scrollbar-track {
2297
+ border-radius: 2px;
2298
+ }
2299
+ .pmd-navbar-sidebar::-webkit-scrollbar {
2300
+ width: 5px;
2301
+ background-color: #f7f7f7;
2302
+ }
2303
+ .pmd-navbar-sidebar::-webkit-scrollbar-thumb {
2304
+ background-color: #bfbfbf;
2305
+ border-radius: 10px;
2306
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
2307
+ }
2308
+
2309
+ /* -- Navebar DropDown --------------------------- */
2310
+ .navbar-nav .dropdown-menu {
2311
+ position: relative;
2312
+ width: 100%;
2313
+ padding: 0;
2314
+ margin: 0;
2315
+ border: none;
2316
+ border-radius: 0;
2317
+ box-shadow: none;
2318
+ }
2319
+ .navbar-nav .dropdown .dropdown-menu > li > a, .navbar-nav .dropdown .dropdown-menu .dropdown-header {
2320
+ padding: 4px 16px 4px 32px;
2321
+ line-height: 24px;
2322
+ }
2323
+
2324
+ /* -- sidebar show/hide ------------------------- */
2325
+ .pmd-navbar-sidebar {
2326
+ width: 85%;
2327
+ min-width: 85%;
2328
+ transform: translate3d(-100%, 0, 0);
2329
+ }
2330
+ .pmd-navbar-sidebar.pmd-sidebar-open {
2331
+ transform: translate3d(0, 0, 0);
2332
+ }
2333
+ .pmd-navbar-sidebar {
2334
+ position: fixed;
2335
+ top: 0;
2336
+ bottom: 0;
2337
+ z-index: 999;
2338
+ }
2339
+ .pmd-navbar-sidebar {
2340
+ left: 0;
2341
+ box-shadow: 2px 0 15px rgba(0, 0, 0, .35);
2342
+ }
2343
+ .pmd-navbar .pmd-navbar-right-icon {
2344
+ position: absolute;
2345
+ top: 0;
2346
+ right: 8px;
2347
+ }
2348
+
2349
+ /* -- sidebar nav ------------------------------- */
2350
+ .pmd-navbar-sidebar .navbar-nav {
2351
+ padding: 0;
2352
+ margin: 0;
2353
+ }
2354
+ .pmd-navbar-sidebar .navbar-nav a {
2355
+ position: relative;
2356
+ display: block;
2357
+ padding: 12px 16px;
2358
+ overflow: hidden;
2359
+ clear: both;
2360
+ font-weight: 400;
2361
+ line-height: 24px;
2362
+ text-decoration: none;
2363
+ text-overflow: ellipsis;
2364
+ white-space: nowrap;
2365
+ cursor: pointer;
2366
+ -webkit-user-select: none;
2367
+ -moz-user-select: none;
2368
+ -ms-user-select: none;
2369
+ user-select: none;
2370
+ transition: all .2s ease-in-out;
2371
+ }
2372
+ .pmd-navbar-sidebar .navbar-nav a:hover, .pmd-navbar-sidebar .navbar-nav li a:focus {
2373
+ outline: none;
2374
+ box-shadow: none;
2375
+ }
2376
+ .container > .navbar-collapse.pmd-navbar-sidebar, .container-fluid > .navbar-collapse.pmd-navbar-sidebar {
2377
+ padding: 0;
2378
+ margin-right: 0;
2379
+ margin-left: 0;
2380
+ }
2381
+ .pmd-navbar-sidebar .navbar-nav {
2382
+ display: inline-block;
2383
+ width: 100%;
2384
+ }
2385
+
2386
+ /* -- sidebar inverse ------------------------------- */
2387
+ .navbar-inverse .pmd-navbar-sidebar {
2388
+ background-color: #222;
2389
+ }
2390
+ .navbar-inverse .pmd-navbar-sidebar .dropdown-menu > li > a {
2391
+ color: #9d9d9d;
2392
+ }
2393
+ .navbar-inverse .pmd-navbar-sidebar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
2394
+ color: #fff;
2395
+ background-color: transparent;
2396
+ }
2397
+ .navbar-inverse .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
2398
+ border-color: #080808;
2399
+ }
2400
+ }
2401
+
2402
+ /* -- My Account -------------------------------- */
2403
+ .pmd-user-info > a {
2404
+ display: block;
2405
+ padding: 12px 8px;
2406
+ }
2407
+ .pmd-user-info .dropdown-menu {
2408
+ min-width: 100%;
2409
+ }
2410
+
2411
+ /* -- Nav Bar -- */
2412
+ .pmd-navbar .pmd-user-info {
2413
+ margin-right: -15px;
2414
+ margin-left: 16px;
2415
+ }
2416
+ .pmd-navbar .pmd-user-info .media-body {
2417
+ width: auto;
2418
+ height: 40px;
2419
+ }
2420
+
2421
+ @media (max-width: 767px) {
2422
+ .pmd-navbar .navbar-toggle {
2423
+ margin-top: 8px;
2424
+ }
2425
+ .pmd-user-info > a {
2426
+ padding-top: 8px;
2427
+ padding-bottom: 8px;
2428
+ }
2429
+ .pmd-navbar .pmd-navbar-sidebar .pmd-user-info a {
2430
+ padding-right: 16px;
2431
+ padding-left: 16px;
2432
+ }
2433
+ .pmd-navbar .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
2434
+ position: relative;
2435
+ border-bottom: transparent solid 1px;
2436
+ box-shadow: none;
2437
+ }
2438
+ .pmd-navbar .pmd-navbar-sidebar .pmd-user-info > a {
2439
+ color: #fff;
2440
+ background-size: cover;
2441
+ }
2442
+ .pmd-navbar .pmd-navbar-sidebar .pmd-user-info {
2443
+ width: 100%;
2444
+ margin-right: 0;
2445
+ margin-left: 0;
2446
+ }
2447
+ .pmd-navbar .pmd-navbar-sidebar .pmd-user-info .media-body {
2448
+ width: 100%;
2449
+ }
2450
+ /* -- Themes--*/
2451
+ .pmd-navbar .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
2452
+ border-color: #e5e5e5;
2453
+ }
2454
+
2455
+ /* -- Sidebar -- */
2456
+ .pmd-navbar-sidebar .pmd-user-info > a {
2457
+ color: #fff;
2458
+ background-color: #333;
2459
+ background-size: cover;
2460
+ }
2461
+ .pmd-navbar-sidebar .pmd-user-info > a:hover, .pmd-sidebar .pmd-user-info > a:focus {
2462
+ background-color: #333;
2463
+ }
2464
+
2465
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
2466
+ color: #9d9d9d;
2467
+ }
2468
+ }
2469
+
2470
+ /* -- Propeller Navbar Form ---------------------------- */
2471
+ .pmd-navbar .navbar-form {
2472
+ padding-top: 7px;
2473
+ padding-bottom: 6px;
2474
+ }
2475
+
2476
+
2477
+
2478
+ /*!
2479
+ * Propeller v1.1.0 (http://propeller.in): popover.css
2480
+ * Copyright 2016-2017 Digicorp, Inc.
2481
+ * Licensed under MIT (http://propeller.in/LICENSE)
2482
+ */
2483
+
2484
+ .popover.primary {
2485
+ color: #fff;
2486
+ background-color: #03a9f4;
2487
+ border-color: #46b8da;
2488
+ }
2489
+ .popover.primary.left > .arrow:after {
2490
+ border-left-color: #03a9f4;
2491
+ }
2492
+ .popover.primary.right > .arrow:after {
2493
+ border-right-color: #03a9f4;
2494
+ }
2495
+ .popover.primary.top > .arrow:after {
2496
+ border-top-color: #03a9f4;
2497
+ }
2498
+ .popover.primary.bottom > .arrow:after {
2499
+ border-bottom-color: #03a9f4;
2500
+ }
2501
+ .popover.default {
2502
+ color: #fff;
2503
+ background-color: #ffc107;
2504
+ border-color: #eea236;
2505
+ }
2506
+ .popover.default.left > .arrow:after {
2507
+ border-left-color: #ffc107;
2508
+ }
2509
+ .popover.default.right > .arrow:after {
2510
+ border-right-color: #ffc107;
2511
+ }
2512
+ .popover.default.top > .arrow:after {
2513
+ border-top-color: #ffc107;
2514
+ }
2515
+ .popover.default.bottom > .arrow:after {
2516
+ border-bottom-color: #ffc107;
2517
+ }
2518
+ .popover.success {
2519
+ color: #fff;
2520
+ background-color: #259b24;
2521
+ border-color: #4cae4c;
2522
+ }
2523
+ .popover.success.left > .arrow:after {
2524
+ border-left-color: #259b24;
2525
+ }
2526
+ .popover.success.right > .arrow:after {
2527
+ border-right-color: #259b24;
2528
+ }
2529
+ .popover.success.top > .arrow:after {
2530
+ border-top-color: #259b24;
2531
+ }
2532
+ .popover.success.bottom > .arrow:after {
2533
+ border-bottom-color: #259b24;
2534
+ }
2535
+ .popover.danger {
2536
+ color: #fff;
2537
+ background-color: #ff5722;
2538
+ border-color: #d43f3a;
2539
+ }
2540
+ .popover.danger.left > .arrow:after {
2541
+ border-left-color: #ff5722;
2542
+ }
2543
+ .popover.danger.right > .arrow:after {
2544
+ border-right-color: #ff5722;
2545
+ }
2546
+ .popover.danger.top > .arrow:after {
2547
+ border-top-color: #ff5722;
2548
+ }
2549
+ .popover.danger.bottom > .arrow:after {
2550
+ border-bottom-color: #ff5722;
2551
+ }
2552
+
2553
+ /*!
2554
+ * Propeller v1.1.0 (http://propeller.in): progressbar.css
2555
+ * Copyright 2016-2017 Digicorp, Inc.
2556
+ * Licensed under MIT (http://propeller.in/LICENSE)
2557
+ */
2558
+
2559
+ .pmd-progress {
2560
+ height: 4px;
2561
+ background: none repeat scroll 0 0 #c8c8c8;
2562
+ border-radius: 0;
2563
+ box-shadow: none;
2564
+ }
2565
+ .progress-bar {
2566
+ box-shadow: none;
2567
+ }
2568
+
2569
+ /*!
2570
+ * Propeller v1.1.0 (http://propeller.in): sidebar.css
2571
+ * Copyright 2016-2017 Digicorp, Inc.
2572
+ * Licensed under MIT (http://propeller.in/LICENSE)
2573
+ */
2574
+
2575
+ .constructor, .pmd-content {
2576
+ position: relative;
2577
+ padding-top: 74px;
2578
+ padding-right: 30px;
2579
+ padding-left: 30px;
2580
+ margin: 0;
2581
+ transition: all .3s cubic-bezier(.55, 0, .1, 1);
2582
+ }
2583
+ @media (max-width: 767px) {
2584
+ .constructor, .pmd-content {
2585
+ padding-right: 16px;
2586
+ padding-left: 16px;
2587
+ }
2588
+ }
2589
+ .pmd-sidebar, .wrapper, .pmd-content {
2590
+ vertical-align: top;
2591
+ }
2592
+
2593
+ /* -- Sidebar Overlay ------------------------------- */
2594
+ .pmd-sidebar-overlay {
2595
+ position: fixed;
2596
+ top: 0;
2597
+ right: 0;
2598
+ bottom: 0;
2599
+ left: 0;
2600
+ z-index: 998;
2601
+ visibility: hidden;
2602
+ background: #000;
2603
+ opacity: 0;
2604
+ transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4, 0, .2, 1);
2605
+ -ms-transform: translateZ(0);
2606
+ transform: translateZ(0);
2607
+ }
2608
+ /*-- Overlay Active --*/
2609
+ .pmd-sidebar-overlay.pmd-sidebar-overlay-active {
2610
+ visibility: visible;
2611
+ opacity: .5;
2612
+ transition-delay: 0;
2613
+ }
2614
+
2615
+ /* -- Sidebar --------------------------------------- */
2616
+ .pmd-sidebar {
2617
+ position: relative;
2618
+ display: block;
2619
+ width: 280px;
2620
+ min-height: 100%;
2621
+ padding-top: 64px;
2622
+ overflow-x: hidden;
2623
+ overflow-y: auto;
2624
+ background: #fff;
2625
+ border: none;
2626
+ transition: all .3s cubic-bezier(.55, 0, .1, 1);
2627
+ transform: translate3d(-280px, 0, 0);
2628
+ }
2629
+ .pmd-sidebar:before, .pmd-sidebar:after {
2630
+ display: table;
2631
+ content: " ";
2632
+ }
2633
+ .pmd-sidebar:after {
2634
+ clear: both;
2635
+ }
2636
+ .pmd-sidebar::-webkit-scrollbar-track {
2637
+ border-radius: 2px;
2638
+ }
2639
+ .pmd-sidebar::-webkit-scrollbar {
2640
+ width: 5px;
2641
+ background-color: #f7f7f7;
2642
+ }
2643
+ .pmd-sidebar::-webkit-scrollbar-thumb {
2644
+ background-color: #bfbfbf;
2645
+ border-radius: 10px;
2646
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
2647
+ }
2648
+
2649
+ /* -- Sidebar My account --------------------------------------- */
2650
+ .pmd-sidebar .pmd-user-info > a {
2651
+ color: #fff;
2652
+ background-color: #333;
2653
+ background-size: cover;
2654
+ }
2655
+ .pmd-sidebar .pmd-user-info > a:hover, .pmd-sidebar .pmd-user-info > a:focus {
2656
+ background-color: #333;
2657
+ }
2658
+
2659
+ @media (max-width: 767px) {
2660
+ .pmd-sidebar {
2661
+ width: 280px;
2662
+ padding-top: 0;
2663
+ transform: translate3d(-280px, 0, 0);
2664
+ }
2665
+ }
2666
+
2667
+ /* -- Sidebar show/hide --*/
2668
+ .pmd-sidebar.pmd-sidebar-open {
2669
+ width: 280px;
2670
+ min-width: 280px;
2671
+ transform: translate3d(0, 0, 0);
2672
+ }
2673
+ @media (max-width: 767px) {
2674
+ .pmd-sidebar.pmd-sidebar-open {
2675
+ width: 280px;
2676
+ min-width: 280px;
2677
+ transform: translate3d(0, 0, 0);
2678
+ }
2679
+ body.pmd-body-open {
2680
+ overflow: hidden;
2681
+ }
2682
+ .constructor, .pmd-content {
2683
+ transition: none;
2684
+ }
2685
+ }
2686
+
2687
+ /*-- Sidebar Stacked--*/
2688
+ .pmd-sidebar-slide-push {
2689
+ left: 0;
2690
+ }
2691
+ .pmd-sidebar-slide-push.pmd-sidebar-open ~ .wrapper .constructor,
2692
+ .pmd-sidebar-slide-push.pmd-sidebar-open ~ .pmd-content {
2693
+ margin-left: 280px;
2694
+ }
2695
+
2696
+ @media (max-width: 767px) {
2697
+ .pmd-sidebar-slide-push {
2698
+ left: 0;
2699
+ }
2700
+ .pmd-sidebar-slide-push.pmd-sidebar-open ~ .wrapper .constructor,
2701
+ .pmd-sidebar-slide-push.pmd-sidebar-open ~ .pmd-content {
2702
+ margin-left: 0;
2703
+ }
2704
+ }
2705
+
2706
+ /*-- Left and Right Sidebar --*/
2707
+ .pmd-sidebar-left-fixed,
2708
+ .pmd-sidebar-right-fixed,
2709
+ .pmd-sidebar-slide-push {
2710
+ position: fixed;
2711
+ top: 0;
2712
+ bottom: 0;
2713
+ z-index: 999;
2714
+ }
2715
+ .pmd-sidebar-left-fixed {
2716
+ left: 0;
2717
+ box-shadow: 2px 0 15px rgba(0, 0, 0, .35);
2718
+ }
2719
+ .pmd-sidebar-right-fixed {
2720
+ right: 0;
2721
+ transform: translate3d(280px, 0, 0);
2722
+ }
2723
+ .pmd-sidebar-right-fixed.pmd-sidebar-open {
2724
+ -moz-transform: translate3d(0, 0, 0);
2725
+ transform: translate3d(0, 0, 0);
2726
+ }
2727
+
2728
+ /* -- Sidebar nav --*/
2729
+ .pmd-sidebar .pmd-sidebar-nav li {
2730
+ position: relative;
2731
+ }
2732
+ .pmd-sidebar .pmd-sidebar-nav li a {
2733
+ position: relative;
2734
+ overflow: hidden;
2735
+ clear: both;
2736
+ text-overflow: ellipsis;
2737
+ white-space: nowrap;
2738
+ cursor: pointer;
2739
+ transition: all .2s ease-in-out;
2740
+ }
2741
+ .pmd-sidebar .pmd-sidebar-nav .dropdown-menu {
2742
+ position: relative;
2743
+ width: 100%;
2744
+ padding: 0;
2745
+ margin: 0;
2746
+ border: none;
2747
+ border-radius: 0;
2748
+ box-shadow: none;
2749
+ }
2750
+ .pmd-sidebar .pmd-sidebar-nav .dropdown-menu li a {
2751
+ padding-left: 24px;
2752
+ }
2753
+ @media (max-width: 767px) {
2754
+ .pmd-sidebar .pmd-sidebar-nav .dropdown-menu li a {
2755
+ padding-left: 16px;
2756
+ }
2757
+ }
2758
+ @media (max-width: 768px) {
2759
+ .pmd-sidebar .sidebar-header {
2760
+ height: 135px;
2761
+ }
2762
+ .pmd-sidebar .sidebar-image img {
2763
+ width: 44px;
2764
+ height: 44px;
2765
+ }
2766
+ }
2767
+
2768
+ /* -- Topbar --*/
2769
+ .topbar-fixed {
2770
+ position: fixed;
2771
+ top: 0;
2772
+ right: 0;
2773
+ z-index: 1030;
2774
+ width: 100%;
2775
+ height: 0;
2776
+ overflow: hidden;
2777
+ transition: all 1.5s cubic-bezier(.55, 0, .1, 1);
2778
+ transform: translate3d(0px, 0, 0px);
2779
+ }
2780
+ .topbar-fixed.pmd-sidebar-open {
2781
+ width: 100%;
2782
+ height: 200%;
2783
+ transform: translate3d(0px, 0, 0px);
2784
+ }
2785
+ .topbar-close {
2786
+ margin-top: 12px;
2787
+ }
2788
+ .topbar-fixed::before {
2789
+ position: absolute;
2790
+ bottom: 100%;
2791
+ left: 100%;
2792
+ width: 3000px;
2793
+ height: 3000px;
2794
+ color: #fff;
2795
+ content: "";
2796
+ background: white none repeat scroll 0 0;
2797
+ border-radius: 50%;
2798
+ opacity: 0;
2799
+ transition: all 1.8s cubic-bezier(.55, 0, .1, 1);
2800
+ -ms-transform: scale(0);
2801
+ transform: scale(0);
2802
+ -ms-transform-origin: top right;
2803
+ transform-origin: top right;
2804
+ }
2805
+ .topbar-fixed.pmd-sidebar-open::before {
2806
+ bottom: 50%;
2807
+ left: 50%;
2808
+ display: block;
2809
+ width: 3000px;
2810
+ height: 3000px;
2811
+ margin-bottom: -1500px;
2812
+ margin-left: -1500px;
2813
+ border-radius: 50%;
2814
+ opacity: 1;
2815
+ -ms-transform: scale(1);
2816
+ transform: scale(1);
2817
+ }
2818
+ .topbar-fixed .topbar-container {
2819
+ opacity: 0;
2820
+ transition: all .8s cubic-bezier(.55, 0, .1, 1);
2821
+ transition-delay: 0s;
2822
+ }
2823
+ .topbar-fixed.pmd-sidebar-open .topbar-container {
2824
+ opacity: 1;
2825
+ transition-delay: 1s;
2826
+ }
2827
+
2828
+ /*!
2829
+ * Propeller v1.1.0 (http://propeller.in): tab.css
2830
+ * Copyright 2016-2017 Digicorp, Inc.
2831
+ * Licensed under MIT (http://propeller.in/LICENSE)
2832
+ */
2833
+
2834
+ .pmd-tabs {
2835
+ position: relative;
2836
+ }
2837
+ .pmd-tab-active-bar {
2838
+ position: absolute;
2839
+ bottom: 0;
2840
+ width: 25%;
2841
+ height: 3px;
2842
+ background: #cc0;
2843
+ -webkit-transition: all .3s ease-in-out;
2844
+ -moz-transition: all .3s ease-in-out;
2845
+ -ms-transition: all .3s ease-in-out;
2846
+ -o-transition: all .3s ease-in-out;
2847
+ transition: all .3s ease-in-out;
2848
+ }
2849
+ .pmd-tabs-scroll-container {
2850
+ position: relative;
2851
+ display: block;
2852
+ width: 100%;
2853
+ height: 48px;
2854
+ overflow: hidden;
2855
+ }
2856
+ .pmd-tabs-scroll-right {
2857
+ top: 0;
2858
+ right: 0;
2859
+ float: right;
2860
+ }
2861
+ .pmd-tabs-scroll-left {
2862
+ left: 0;
2863
+ float: left;
2864
+ }
2865
+ .pmd-tabs-scroll-right, .pmd-tabs-scroll-left {
2866
+ position: absolute;
2867
+ z-index: 99;
2868
+ display: none;
2869
+ padding: 12px 24px 8px 24px;
2870
+ color: #fff;
2871
+ text-align: center;
2872
+ white-space: no-wrap;
2873
+ vertical-align: middle;
2874
+ cursor: pointer;
2875
+ background-color: #4285f4;
2876
+ }
2877
+ .pmd-tabs .pmd-tab-active-bar {
2878
+ position: absolute;
2879
+ bottom: 0;
2880
+ width: 25%;
2881
+ height: 3px;
2882
+ background: #cc0;
2883
+ }
2884
+ .pmd-tabs .nav-tabs.nav-justified > li > a {
2885
+ border: none;
2886
+ border-radius: 0;
2887
+ }
2888
+ .pmd-tabs .nav-tabs.nav-justified > .active > a,
2889
+ .pmd-tabs .nav-tabs.nav-justified > .active > a:hover,
2890
+ .pmd-tabs .nav-tabs.nav-justified > .active > a:focus {
2891
+ border: none;
2892
+ }
2893
+ .pmd-tabs .nav-tabs.nav-justified > li > a {
2894
+ border-radius: 0;
2895
+ }
2896
+ .pmd-tabs .nav-tabs > li.active > a,
2897
+ .pmd-tabs .nav-tabs > li.active > a:hover,
2898
+ .pmd-tabs .nav-tabs > li.active > a:focus {
2899
+ color: inherit;
2900
+ cursor: default;
2901
+ background-color: transparent;
2902
+ border: none;
2903
+ border-bottom-color: transparent;
2904
+ opacity: 1;
2905
+ }
2906
+ .pmd-tabs .nav-tabs > li > a:hover {
2907
+ background-color: transparent;
2908
+ border-color: transparent;
2909
+ }
2910
+ .pmd-tabs .nav-tabs > li > a {
2911
+ margin-right: 0;
2912
+ line-height: 1;
2913
+ text-transform: uppercase;
2914
+ border: none;
2915
+ border-radius: 0;
2916
+ }
2917
+ .pmd-tabs .nav-tabs > li {
2918
+ margin-bottom: 0;
2919
+ }
2920
+ .pmd-tabs .nav-tabs {
2921
+ border-bottom: none;
2922
+ }
2923
+ .pmd-tabs .nav .open > a,
2924
+ .pmd-tabs .nav .open > a:hover,
2925
+ .pmd-tabs .nav .open > a:focus,
2926
+ .pmd-tabs .nav > li > a:hover,
2927
+ .pmd-tabs .nav > li > a:focus {
2928
+ background-color: transparent;
2929
+ border-color: transparent;
2930
+ }
2931
+ .pmd-tabs .nav > li > a {
2932
+ padding: 18px 24px 17px;
2933
+ font-size: 14px;
2934
+ }
2935
+ .nav-tabs > li > a {
2936
+ font-weight: 500;
2937
+ color: #000;
2938
+ opacity: .54;
2939
+ }
2940
+ .pmd-tabs-bg {
2941
+ color: #fff;
2942
+ background-color: #4285f4;
2943
+ }
2944
+ .pmd-tabs-bg li .dropdown-menu a {
2945
+ color: #333;
2946
+ }
2947
+ .pmd-tabs-bg li a {
2948
+ color: #fff;
2949
+ }
2950
+ .pmd-tabs-bg .pmd-tabs-scroll-right, .pmd-tabs-bg .pmd-tabs-scroll-left,
2951
+ .pmd-tabs-bg .pmd-tabs-scroll-container {
2952
+ color: #fff;
2953
+ background-color: #4285f4;
2954
+ }
2955
+ @media (max-width: 767px) {
2956
+ .pmd-tabs {
2957
+ overflow-x: auto;
2958
+ overflow-y: hidden;
2959
+ }
2960
+ }
2961
+
2962
+ /*!
2963
+ * Propeller v1.1.0 (http://propeller.in): table.css
2964
+ * Copyright 2016-2017 Digicorp, Inc.
2965
+ * Licensed under MIT (http://propeller.in/LICENSE)
2966
+ */
2967
+
2968
+ .table {
2969
+ width: 100%;
2970
+ max-width: 100%;
2971
+ margin-bottom: 1rem;
2972
+ }
2973
+ .table > thead > tr > th,
2974
+ .table > tbody > tr > th,
2975
+ .table > tfoot > tr > th,
2976
+ .table > thead > tr > td,
2977
+ .table > tbody > tr > td,
2978
+ .table > tfoot > tr > td {
2979
+ padding: .75rem;
2980
+ line-height: 1.5;
2981
+ vertical-align: top;
2982
+ border-top: 1px solid #eceeef;
2983
+ }
2984
+
2985
+ .pmd-table.table thead th {
2986
+ vertical-align: bottom;
2987
+ border-bottom: 2px solid #eceeef;
2988
+ }
2989
+ .pmd-table.table tbody + tbody {
2990
+ border-top: 2px solid #eceeef;
2991
+ }
2992
+ .pmd-table.table .table {
2993
+ background-color: #fff;
2994
+ }
2995
+
2996
+ .pmd-table.table-sm th,
2997
+ .pmd-table.table-sm td {
2998
+ padding: .3rem;
2999
+ }
3000
+
3001
+ .table-bordered {
3002
+ border: 1px solid #eceeef;
3003
+ }
3004
+
3005
+ .table-bordered th,
3006
+ .table-bordered td {
3007
+ border: 1px solid #eceeef;
3008
+ }
3009
+
3010
+ .table-bordered thead th,
3011
+ .table-bordered thead td {
3012
+ border-bottom-width: 2px;
3013
+ }
3014
+
3015
+ .table-striped tbody tr:nth-of-type(odd) {
3016
+ background-color: #f9f9f9;
3017
+ }
3018
+
3019
+ .table-hover tbody tr:hover {
3020
+ background-color: #f5f5f5;
3021
+ }
3022
+
3023
+ .table-active,
3024
+ .table-active > th,
3025
+ .table-active > td {
3026
+ background-color: #f5f5f5;
3027
+ }
3028
+
3029
+ .table-hover .table-active:hover {
3030
+ background-color: #e8e8e8;
3031
+ }
3032
+
3033
+ .table-hover .table-active:hover > td,
3034
+ .table-hover .table-active:hover > th {
3035
+ background-color: #e8e8e8;
3036
+ }
3037
+
3038
+ .table-success,
3039
+ .table-success > th,
3040
+ .table-success > td {
3041
+ background-color: #dff0d8;
3042
+ }
3043
+
3044
+ .table-hover .table-success:hover {
3045
+ background-color: #d0e9c6;
3046
+ }
3047
+
3048
+ .table-hover .table-success:hover > td,
3049
+ .table-hover .table-success:hover > th {
3050
+ background-color: #d0e9c6;
3051
+ }
3052
+
3053
+ .table-info,
3054
+ .table-info > th,
3055
+ .table-info > td {
3056
+ background-color: #d9edf7;
3057
+ }
3058
+
3059
+ .table-hover .table-info:hover {
3060
+ background-color: #c4e3f3;
3061
+ }
3062
+
3063
+ .table-hover .table-info:hover > td,
3064
+ .table-hover .table-info:hover > th {
3065
+ background-color: #c4e3f3;
3066
+ }
3067
+
3068
+ .table-warning,
3069
+ .table-warning > th,
3070
+ .table-warning > td {
3071
+ background-color: #fcf8e3;
3072
+ }
3073
+
3074
+ .table-hover .table-warning:hover {
3075
+ background-color: #faf2cc;
3076
+ }
3077
+
3078
+ .table-hover .table-warning:hover > td,
3079
+ .table-hover .table-warning:hover > th {
3080
+ background-color: #faf2cc;
3081
+ }
3082
+
3083
+ .table-danger,
3084
+ .table-danger > th,
3085
+ .table-danger > td {
3086
+ background-color: #f2dede;
3087
+ }
3088
+
3089
+ .table-hover .table-danger:hover {
3090
+ background-color: #ebcccc;
3091
+ }
3092
+
3093
+ .table-hover .table-danger:hover > td,
3094
+ .table-hover .table-danger:hover > th {
3095
+ background-color: #ebcccc;
3096
+ }
3097
+
3098
+ .table-responsive {
3099
+ display: block;
3100
+ width: 100%;
3101
+ overflow-x: auto;
3102
+ }
3103
+
3104
+ .thead-inverse th {
3105
+ color: #fff;
3106
+ background-color: #373a3c;
3107
+ }
3108
+
3109
+ .thead-default th {
3110
+ color: #55595c;
3111
+ background-color: #eceeef;
3112
+ }
3113
+
3114
+ .table-inverse {
3115
+ color: #eceeef;
3116
+ background-color: #373a3c;
3117
+ }
3118
+ .table-inverse.table-striped tbody tr:nth-of-type(odd) {
3119
+ background: rgba(255,255,255,.02);
3120
+ }
3121
+
3122
+ .table-inverse.table-hover tbody tr:hover,
3123
+ .table-inverse.table-hover tbody tr:nth-of-type(odd):hover {
3124
+ cursor: pointer;
3125
+ background: rgba(255,255,255,.04);
3126
+ }
3127
+
3128
+ .table-inverse.table-bordered {
3129
+ border: 0;
3130
+ }
3131
+
3132
+ .table.table-inverse > thead > tr > th,
3133
+ .table.table-inverse > tbody > tr > th,
3134
+ .table.table-inverse > tfoot > tr > th,
3135
+ .table.table-inverse > thead > tr > td,
3136
+ .table.table-inverse > tbody > tr > td,
3137
+ .table.table-inverse > tfoot > tr > td {
3138
+ border-color: #55595c;
3139
+ }
3140
+
3141
+ .table-reflow thead {
3142
+ float: left;
3143
+ }
3144
+
3145
+ .table-reflow tbody {
3146
+ display: block;
3147
+ white-space: nowrap;
3148
+ }
3149
+
3150
+ .table.table-reflow > thead > tr > th,
3151
+ .table.table-reflow > tbody > tr > th,
3152
+ .table.table-reflow > tfoot > tr > th,
3153
+ .table.table-reflow > thead > tr > td,
3154
+ .table.table-reflow > tbody > tr > td,
3155
+ .table.table-reflow > tfoot > tr > td {
3156
+ border-top: 1px solid #eceeef;
3157
+ border-left: 1px solid #eceeef;
3158
+ }
3159
+
3160
+ .table.table-reflow > thead > tr > th:last-child,
3161
+ .table.table-reflow > tbody > tr > th:last-child,
3162
+ .table.table-reflow > tfoot > tr > th:last-child,
3163
+ .table.table-reflow > thead > tr > td:last-child,
3164
+ .table.table-reflow > tbody > tr > td:last-child,
3165
+ .table.table-reflow > tfoot > tr > td:last-child {
3166
+ border-right: 1px solid #eceeef;
3167
+ }
3168
+
3169
+ .table-reflow thead:last-child tr:last-child th,
3170
+ .table-reflow thead:last-child tr:last-child td,
3171
+ .table-reflow tbody:last-child tr:last-child th,
3172
+ .table-reflow tbody:last-child tr:last-child td,
3173
+ .table-reflow tfoot:last-child tr:last-child th,
3174
+ .table-reflow tfoot:last-child tr:last-child td {
3175
+ border-bottom: 1px solid #eceeef;
3176
+ }
3177
+
3178
+ .table-reflow tr {
3179
+ float: left;
3180
+ }
3181
+
3182
+ .table.table-reflow > thead > tr > th,
3183
+ .table.table-reflow > tbody > tr > th,
3184
+ .table.table-reflow > tfoot > tr > th,
3185
+ .table.table-reflow > thead > tr > td,
3186
+ .table.table-reflow > tbody > tr > td,
3187
+ .table.table-reflow > tfoot > tr > td {
3188
+ display: block !important;
3189
+ border: 1px solid #eceeef;
3190
+ }
3191
+
3192
+
3193
+ /* --------------------------------------------------------------------------
3194
+ Propeller Table
3195
+ ---------------------------------------------------------------------------*/
3196
+
3197
+ .pmd-table.table > thead > tr > th,
3198
+ .pmd-table.table > tbody > tr > th,
3199
+ .pmd-table.table > tfoot > tr > th,
3200
+ .pmd-table.table > thead > tr > td,
3201
+ .pmd-table.table > tbody > tr > td,
3202
+ .pmd-table.table > tfoot > tr > td {
3203
+ vertical-align: middle;
3204
+ }
3205
+ .pmd-table-card .pmd-table.table {
3206
+ margin-bottom: 0;
3207
+ }
3208
+ .pmd-table.table > thead > tr,
3209
+ .pmd-table.table > tbody > tr,
3210
+ .pmd-table.table > tfoot > tr {
3211
+ transition: all .3s ease;
3212
+ }
3213
+ .pmd-table.table > thead > tr > th,
3214
+ .pmd-table.table > tbody > tr > th,
3215
+ .pmd-table.table > tfoot > tr > th,
3216
+ .pmd-table.table > thead > tr > td,
3217
+ .pmd-table.table > tbody > tr > td,
3218
+ .pmd-table.table > tfoot > tr > td {
3219
+ text-align: left;
3220
+ transition: all .3s ease;
3221
+ }
3222
+ .pmd-table.table > thead > tr > th {
3223
+ font-size: .8rem;
3224
+ font-weight: 400;
3225
+ line-height: 1.5;
3226
+ color: rgba(0, 0, 0, .54);
3227
+ border-top: none;
3228
+ border-bottom-width: 1px;
3229
+ }
3230
+
3231
+
3232
+ /* -- Table Hover -------------- */
3233
+ .pmd-table.table-hover tbody tr:hover {
3234
+ background-color: #eee;
3235
+ }
3236
+ /* -- Inverse Table Hover ------ */
3237
+ .pmd-table.table.table-inverse > thead > tr > th {
3238
+ color: rgba(255, 255, 255, .54);
3239
+ }
3240
+ .pmd-table.table-striped.table-inverse tbody tr:nth-of-type(odd) {
3241
+ background-color: #323638;
3242
+ }
3243
+ .pmd-table.table-hover.table-inverse tbody tr:hover {
3244
+ background-color: #404446;
3245
+ }
3246
+ /* -- Table in card-------------- */
3247
+ .table-heading {
3248
+ min-height: 64px;
3249
+ padding: 4px 24px 4px 24px;
3250
+ border-bottom: 1px solid #ddd;
3251
+ }
3252
+ .table-footer {
3253
+ display: inline-block;
3254
+ width: 100%;
3255
+ padding: 8px 24px 8px 24px;
3256
+ border-top: 1px solid #ddd;
3257
+ }
3258
+ .pmd-table.table-bordered .table-heading,
3259
+ .pmd-table.table-bordered .table-footer {
3260
+ border: none;
3261
+ }
3262
+ .shoarting {
3263
+ margin-left: 6px;
3264
+ }
3265
+
3266
+ @media screen and (max-width: 768px) {
3267
+ /* -------------------------------------
3268
+ Table Card
3269
+ --------------------------------------*/
3270
+ .pmd-table-card.pmd-card-main {
3271
+ background-color: transparent;
3272
+ box-shadow: none;
3273
+ }
3274
+ .pmd-table-card .table.pmd-table thead,
3275
+ .pmd-table-card .table.pmd-table tfoot {
3276
+ display: none;
3277
+ }
3278
+ .pmd-table-card .table.pmd-table tbody {
3279
+ display: block;
3280
+ }
3281
+ .pmd-table-card .table.pmd-table tbody tr {
3282
+ display: block;
3283
+ margin-bottom: 1.25rem;
3284
+ border-radius: 2px;
3285
+ box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
3286
+ }
3287
+ .pmd-table-card .table.pmd-table tbody tr td {
3288
+ display: block;
3289
+ text-align: right;
3290
+ vertical-align: middle;
3291
+ background-color: #fff;
3292
+ }
3293
+ .pmd-table-card .table.pmd-table tbody tr td[data-title]:before {
3294
+ float: left;
3295
+ font-size: inherit;
3296
+ font-weight: 400;
3297
+ color: #757575;
3298
+ content: attr(data-title);
3299
+ }
3300
+
3301
+ .pmd-table-card.shadow-z-1 {
3302
+ box-shadow: none;
3303
+ }
3304
+ .pmd-table-card.shadow-z-1 .table tbody tr {
3305
+ border: none;
3306
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
3307
+ }
3308
+
3309
+ /* -------------------------------------
3310
+ Bordered Table Card */
3311
+ .pmd-table.table-bordered th,
3312
+ .pmd-table.table-bordered td {
3313
+ border: none;
3314
+ border-top: 1px solid #eceeef;
3315
+ }
3316
+
3317
+ /* -------------------------------------
3318
+ Striped Table Card */
3319
+ .pmd-table-card > .pmd-table.table-striped > tbody > tr > td,
3320
+ .pmd-table-card > .pmd-table.table-striped > tbody > tr:nth-child(odd) {
3321
+ background-color: #fff;
3322
+ }
3323
+ .pmd-table-card > .pmd-table.table-striped > tbody > tr > td:nth-child(odd) {
3324
+ background-color: #f9f9f9;
3325
+ }
3326
+
3327
+ /* -------------------------------------
3328
+ Table Card Hover
3329
+ --------------------------------------*/
3330
+ .pmd-table-card > .table-hover > tbody > tr > td:hover {
3331
+ background-color: #eee;
3332
+ }
3333
+
3334
+ /* -------------------------------------
3335
+ Table Card Inverse
3336
+ --------------------------------------*/
3337
+ .pmd-table-card > .pmd-table.table-inverse > tbody > tr > td {
3338
+ background-color: #373a3c;
3339
+ }
3340
+ .pmd-table-card > .pmd-table.table-inverse > tbody > tr > td[data-title]:before {
3341
+ color: #757575;
3342
+ }
3343
+ .pmd-table-card > .pmd-table.table-hover.table-inverse > tbody > tr > td:hover {
3344
+ background-color: #000;
3345
+ }
3346
+ .pmd-table-card > .pmd-table.table-striped.table-inverse > tbody > tr > td,
3347
+ .pmd-table-card > .pmd-table.table-striped.table-inverse > tbody > tr:nth-child(odd) {
3348
+ background-color: #252729;
3349
+ }
3350
+ .pmd-table-card > .pmd-table.table-striped.table-inverse > tbody > tr > td:nth-child(odd) {
3351
+ background-color: #373a3c;
3352
+ }
3353
+ .pmd-table.table-bordered th,
3354
+ .pmd-table.table-bordered.table-inverse td {
3355
+ border-color: #55595c;
3356
+ }
3357
+ .pmd-table-card.pmd-z-depth {
3358
+ background-color: transparent;
3359
+ box-shadow: none;
3360
+ }
3361
+ }
3362
+
3363
+ /* -------------------------------------
3364
+ Table Themes
3365
+ --------------------------------------*/
3366
+ .pmd-table.table-striped.table-blue > tbody > tr:nth-child(odd) > td,
3367
+ .pmd-table.table-striped.table-blue > tbody > tr:nth-child(odd) > th {
3368
+ background-color: #e7e9fd;
3369
+ }
3370
+ .pmd-table.table-hover.table-blue > tbody > tr:hover > td,
3371
+ .pmd-table.table-hover.table-blue > tbody > tr:hover > th {
3372
+ background-color: #d0d9ff;
3373
+ }
3374
+ @media screen and (max-width: 768px) {
3375
+ .pmd-table-card .pmd-table.table-striped.table-blue > tbody > tr > td, .pmd-table-card .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
3376
+ background-color: #fff;
3377
+ }
3378
+ .pmd-table-card .pmd-table.table-striped.table-blue > tbody > tr > td:nth-child(odd) {
3379
+ background-color: #e7e9fd;
3380
+ }
3381
+ .pmd-table-card .pmd-table.table-hover.table-blue > tbody > tr > td:hover {
3382
+ background-color: #d0d9ff;
3383
+ }
3384
+ }
3385
+
3386
+ /* -------------------------------------
3387
+ Child Table
3388
+ --------------------------------------*/
3389
+ .pmd-table .child-table {
3390
+ background-color: #f9f9f9;
3391
+ }
3392
+ .pmd-table .child-table > td {
3393
+ padding: 0 !important;
3394
+ }
3395
+ .pmd-table .child-table > td .table > thead > tr {
3396
+ background-color: #fff;
3397
+ }
3398
+ .pmd-table .child-table .table-sm th, .child-table .table-sm td {
3399
+ padding: .3rem .75rem;
3400
+ }
3401
+ .pmd-table .child-table .pmd-table {
3402
+ margin-bottom: 0;
3403
+ }
3404
+ @media screen and (max-width: 768px) {
3405
+ .pmd-table .child-table {
3406
+ margin-top: -20px;
3407
+ }
3408
+ }
3409
+
3410
+ /* -------------------------------------
3411
+ Ttable Reflow
3412
+ --------------------------------------*/
3413
+ .pmd-table.table-reflow {
3414
+ display: block;
3415
+ overflow-x: scroll;
3416
+ }
3417
+ .pmd-table.table-reflow thead, .table-reflow tr {
3418
+ display: table-cell;
3419
+ vertical-align: top;
3420
+ }
3421
+ .pmd-table.table-reflow thead {
3422
+ position: absolute;
3423
+ }
3424
+ .pmd-table.table-reflow tbody {
3425
+ margin-left: 130px;
3426
+ }
3427
+ .pmd-table.table-reflow tr, .table-reflow thead {
3428
+ float: none;
3429
+ }
3430
+ .pmd-table.table-reflow > thead > tr > th {
3431
+ width: 131px;
3432
+ overflow: hidden;
3433
+ font-size: 14px;
3434
+ text-overflow: ellipsis;
3435
+ white-space: nowrap;
3436
+ }
3437
+ .pmd-table.table-reflow tr {
3438
+ width: 130px;
3439
+ background-color: #fff;
3440
+ }
3441
+ .pmd-table.table-reflow > tbody > tr > td {
3442
+ border: none;
3443
+ border-bottom: 1px solid #eceeef;
3444
+ border-left: 1px solid #eceeef;
3445
+ }
3446
+ .pmd-table.table-reflow > thead > tr > th,
3447
+ .pmd-table.table-reflow > thead > tr > th {
3448
+ line-height: 24px;
3449
+ }
3450
+
3451
+
3452
+ /*!
3453
+ * Propeller v1.1.0 (http://propeller.in): tooltip.css
3454
+ * Copyright 2016-2017 Digicorp, Inc.
3455
+ * Licensed under MIT (http://propeller.in/LICENSE)
3456
+ */
3457
+
3458
+ .pmd-tooltip ~ .tooltip {
3459
+ filter: alpha(opacity=0);
3460
+ border-radius: 2px;
3461
+ opacity: 0;
3462
+ -webkit-transition: opacity .3s ease-in-out, margin ease-in-out .3s;
3463
+ -moz-transition: opacity .3s ease-in-out, margin ease-in-out .3s;
3464
+ -ms-transition: opacity .5s ease-in-out, margin ease-in-out .3s;
3465
+ -o-transition: opacity .3s ease-in-out, margin ease-in-out .3s;
3466
+ transition: opacity .5s ease-in-out, margin ease-in-out .3s;
3467
+
3468
+ -moz-border-radius: 2px;
3469
+ -ms-border-radius: 2px;
3470
+ -o-border-radius: 2px;
3471
+ -webkit-border-radius: 2px;
3472
+ }
3473
+
3474
+ .pmd-tooltip ~ .tooltip .tooltip-arrow {
3475
+ display: none;
3476
+ }
3477
+
3478
+ .pmd-tooltip ~ .tooltip .tooltip-inner {
3479
+ padding: 4px 8px;
3480
+ font-size: 14px;
3481
+ font-weight: 500;
3482
+ line-height: 1.4;
3483
+ color: #fff;
3484
+ text-align: center;
3485
+ text-decoration: none;
3486
+ background-color: transparent;
3487
+ }
3488
+
3489
+ .pmd-tooltip ~ .tooltip:before {
3490
+ position: absolute;
3491
+ left: 50%;
3492
+ z-index: -1;
3493
+ width: 0;
3494
+ height: 0;
3495
+ content: "";
3496
+ background-color: #323232;
3497
+ opacity: 1;
3498
+ -webkit-transition: all ease-in-out .2s;
3499
+ -moz-transition: all ease-in-out .2s;
3500
+ -ms-transition: all ease-in-out .2s;
3501
+ -o-transition: all ease-in-out .2s;
3502
+ transition: all ease-in-out .2s;
3503
+ -webkit-transform: scale(0);
3504
+ -moz-transform: scale(0);
3505
+ -ms-transform: scale(0);
3506
+ -o-transform: scale(0);
3507
+ transform: scale(0);
3508
+ }
3509
+
3510
+ /* tooltip Show*/
3511
+ .pmd-tooltip ~ .tooltip.in {
3512
+ filter: alpha(opacity=100);
3513
+ opacity: 100;
3514
+ }
3515
+ .pmd-tooltip ~ .tooltip.in:before {
3516
+ left: 0;
3517
+ width: 100%;
3518
+ height: 100%;
3519
+ opacity: 1;
3520
+ -webkit-transform: scale(1);
3521
+ -moz-transform: scale(1);
3522
+ -ms-transform: scale(1);
3523
+ -o-transform: scale(1);
3524
+ transform: scale(1);
3525
+ }
3526
+
3527
+ /* tooltip top*/
3528
+ .pmd-tooltip ~ .tooltip.top:before {
3529
+ top: 100%;
3530
+ }
3531
+ .pmd-tooltip ~ .tooltip.in.top {
3532
+ margin-top: -10px;
3533
+ }
3534
+ .pmd-tooltip ~ .tooltip.in.top:before {
3535
+ top: 0;
3536
+ -webkit-transform-origin: 50% 100% 0;
3537
+ -moz-transform-origin: 50% 100% 0;
3538
+ -ms-transform-origin: 50% 100% 0;
3539
+ -o-transform-origin: 50% 100% 0;
3540
+ transform-origin: 50% 100% 0;
3541
+ }
3542
+
3543
+ /* tooltip bottom*/
3544
+ .pmd-tooltip ~ .tooltip.bottom:before {
3545
+ top: 0;
3546
+ }
3547
+ .pmd-tooltip ~ .tooltip.in.bottom {
3548
+ margin-top: 10px;
3549
+ }
3550
+ .pmd-tooltip ~ .tooltip.in.bottom:before {
3551
+ -webkit-transform-origin: 50% 0 0;
3552
+ -moz-transform-origin: 50% 0 0;
3553
+ -ms-transform-origin: 50% 0 0;
3554
+ -o-transform-origin: 50% 0 0;
3555
+ transform-origin: 50% 0 0;
3556
+ }
3557
+
3558
+ /* tooltip right*/
3559
+ .pmd-tooltip ~ .tooltip.right:before {
3560
+ top: 50%;
3561
+ left: 0;
3562
+ }
3563
+ .pmd-tooltip ~ .tooltip.right .tooltip-arrow {
3564
+ left: 0;
3565
+ }
3566
+ .pmd-tooltip ~ .tooltip.in.right {
3567
+ margin-left: 10px;
3568
+ }
3569
+ .pmd-tooltip ~ .tooltip.in.right:before {
3570
+ top: 0;
3571
+ -webkit-transform-origin: 0 50% 0;
3572
+ -moz-transform-origin: 0 50% 0;
3573
+ -ms-transform-origin: 0 50% 0;
3574
+ -o-transform-origin: 0 50% 0;
3575
+ transform-origin: 0 50% 0;
3576
+ }
3577
+
3578
+ /* tooltip left*/
3579
+ .pmd-tooltip ~ .tooltip.left:before {
3580
+ top: 50%;
3581
+ left: 100%;
3582
+ }
3583
+ .pmd-tooltip ~ .tooltip.left .tooltip-arrow {
3584
+ right: 0;
3585
+ }
3586
+ .pmd-tooltip ~ .tooltip.in.left .tooltip-arrow {
3587
+ right: 0;
3588
+ }
3589
+ .pmd-tooltip ~ .tooltip.in.left {
3590
+ margin-left: -10px;
3591
+ }
3592
+ .pmd-tooltip ~ .tooltip.in.left:before {
3593
+ top: 0;
3594
+ left: 0;
3595
+ -webkit-transform-origin: 100% 50% 0;
3596
+ -moz-transform-origin: 100% 50% 0;
3597
+ -ms-transform-origin: 100% 50% 0;
3598
+ -o-transform-origin: 100% 50% 0;
3599
+ transform-origin: 100% 50% 0;
3600
+ }
3601
+
3602
+
3603
+
3604
+ /*!
3605
+ * Propeller v1.1.0 (http://propeller.in): floating-action-button.css
3606
+ * Copyright 2016-2017 Digicorp, Inc.
3607
+ * Licensed under MIT (http://propeller.in/LICENSE)
3608
+ */
3609
+
3610
+ .pmd-floating-action {
3611
+ position: fixed;
3612
+ right: 0;
3613
+ bottom: 0;
3614
+ z-index: 1000;
3615
+ margin: 1em;
3616
+ }
3617
+ .pmd-floating-action-btn {
3618
+ position: relative;
3619
+ display: block;
3620
+ transition: all .2s ease-out;
3621
+ }
3622
+ .pmd-floating-action-btn:before {
3623
+ position: absolute;
3624
+ right: 100%;
3625
+ bottom: 10%;
3626
+ display: inline-block;
3627
+ padding: 6px 12px;
3628
+ margin-right: 5px;
3629
+ font-size: 12px;
3630
+ color: #333;
3631
+ white-space: nowrap;
3632
+ content: attr(data-title);
3633
+ background-color: #fff;
3634
+ border-radius: 2px;
3635
+ box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .18), 0 2px 2px -7px rgba(0, 0, 0, .15);
3636
+ opacity: 0;
3637
+ transition: all .2s ease-out .5s;
3638
+ }
3639
+ .pmd-floating-action-btn:last-child:before {
3640
+ bottom: 25%;
3641
+ font-size: 14px;
3642
+ }
3643
+ .pmd-floating-action-btn:active, .pmd-floating-action-btn:focus, .pmd-floating-action-btn:hover {
3644
+ box-shadow: 0 5px 11px -2px rgba(0, 0, 0, .18), 0 4px 12px -7px rgba(0, 0, 0, .15);
3645
+ }
3646
+ .pmd-floating-action-btn:not(:last-child) {
3647
+ position: absolute;
3648
+ bottom: 0;
3649
+ margin-bottom: 15px;
3650
+ margin-left: 8px;
3651
+ opacity: 0;
3652
+ -ms-transform: translateY(20px) scale(.3);
3653
+ transform: translateY(20px) scale(.3);
3654
+ }
3655
+ .pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
3656
+ transition-delay: 50ms;
3657
+ }
3658
+ .pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
3659
+ transition-delay: 100ms;
3660
+ }
3661
+ .pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
3662
+ transition-delay: 150ms;
3663
+ }
3664
+ .pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
3665
+ transition-delay: 200ms;
3666
+ }
3667
+ .pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
3668
+ transition-delay: 250ms;
3669
+ }
3670
+ .pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
3671
+ transition-delay: 300ms;
3672
+ }
3673
+ .pmd-floating-action:hover .pmd-floating-action-btn, .menu--floating--open .pmd-floating-action-btn {
3674
+ position: relative;
3675
+ bottom: auto;
3676
+ opacity: 1;
3677
+ -ms-transform: none;
3678
+ transform: none;
3679
+ }
3680
+ .pmd-floating-action:hover .pmd-floating-action-btn:before, .menu--floating--open .pmd-floating-action-btn:before {
3681
+ opacity: 1;
3682
+ }
3683
+ .pmd-floating-hidden {
3684
+ display: none;
3685
+ }
3686
+ .pmd-floating-action-btn.btn:hover {
3687
+ overflow: visible;
3688
+ }
3689
+
3690
+ .pmd-floating-action-btn .ink {
3691
+ width: 50px;
3692
+ height: 50px;
3693
+ }
3694
+ /* ========== Utilities ========== */
3695
+ .margin-r8 {
3696
+ margin-right: 8px !important;
3697
+ }