bootstrap-material-design 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +18 -0
- data/Gemfile +3 -0
- data/LICENSE +32 -0
- data/README.md +53 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/LICENSE.txt +27 -0
- data/app/assets/fonts/Material-Design.eot +0 -0
- data/app/assets/fonts/Material-Design.svg +515 -0
- data/app/assets/fonts/Material-Design.ttf +0 -0
- data/app/assets/fonts/Material-Design.woff +0 -0
- data/app/assets/javascripts/bootstrap-material-design/index.js +4 -0
- data/app/assets/javascripts/bootstrap-material-design/jquery.nouislider.min.js +2 -0
- data/app/assets/javascripts/bootstrap-material-design/material.js +84 -0
- data/app/assets/javascripts/bootstrap-material-design/ripples.js +130 -0
- data/app/assets/javascripts/bootstrap-material-design/snackbar.min.js +3 -0
- data/app/assets/stylesheets/bootstrap-material-design/icons-material-design.css.scss.erb +1499 -0
- data/app/assets/stylesheets/bootstrap-material-design/index.css +6 -0
- data/app/assets/stylesheets/bootstrap-material-design/material-wfont.css +2896 -0
- data/app/assets/stylesheets/bootstrap-material-design/material.css +2895 -0
- data/app/assets/stylesheets/bootstrap-material-design/ripples.css +34 -0
- data/app/assets/stylesheets/bootstrap-material-design/snackbar.css +2 -0
- data/bootstrap-material-design.gemspec +21 -0
- data/lib/bootstrap-material-design.rb +2 -7
- data/lib/bootstrap-material-design/engine.rb +4 -0
- metadata +41 -4
@@ -0,0 +1,2895 @@
|
|
1
|
+
@keyframes input-highlight {
|
2
|
+
0% {
|
3
|
+
left: 20%;
|
4
|
+
width: 20%;
|
5
|
+
}
|
6
|
+
99% {
|
7
|
+
width: 0;
|
8
|
+
left: 0;
|
9
|
+
opacity: 1;
|
10
|
+
}
|
11
|
+
100% {
|
12
|
+
opacity: 0;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
.shadow-z-1 {
|
16
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
17
|
+
}
|
18
|
+
.shadow-z-2 {
|
19
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
20
|
+
}
|
21
|
+
.shadow-z-2-hover {
|
22
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
|
23
|
+
}
|
24
|
+
.shadow-z-3 {
|
25
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
26
|
+
}
|
27
|
+
.shadow-z-4 {
|
28
|
+
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
29
|
+
}
|
30
|
+
.shadow-z-5 {
|
31
|
+
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
|
32
|
+
}
|
33
|
+
body {
|
34
|
+
background-color: #EEEEEE;
|
35
|
+
}
|
36
|
+
body.inverse {
|
37
|
+
background: #333333;
|
38
|
+
}
|
39
|
+
body.inverse,
|
40
|
+
body.inverse .form-control {
|
41
|
+
color: rgba(255, 255, 255, 0.84);
|
42
|
+
}
|
43
|
+
body,
|
44
|
+
h1,
|
45
|
+
h2,
|
46
|
+
h3,
|
47
|
+
h4,
|
48
|
+
h5,
|
49
|
+
h6,
|
50
|
+
.h1,
|
51
|
+
.h2,
|
52
|
+
.h3,
|
53
|
+
.h4,
|
54
|
+
.h5,
|
55
|
+
.h6 {
|
56
|
+
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
57
|
+
}
|
58
|
+
body .well,
|
59
|
+
.container .well,
|
60
|
+
.container-fluid .well,
|
61
|
+
body .well:not([class^="well well-material-"]),
|
62
|
+
.container .well:not([class^="well well-material-"]),
|
63
|
+
.container-fluid .well:not([class^="well well-material-"]),
|
64
|
+
body .well .form-control,
|
65
|
+
.container .well .form-control,
|
66
|
+
.container-fluid .well .form-control,
|
67
|
+
body .well:not([class^="well well-material-"]) .form-control,
|
68
|
+
.container .well:not([class^="well well-material-"]) .form-control,
|
69
|
+
.container-fluid .well:not([class^="well well-material-"]) .form-control {
|
70
|
+
color: rgba(0, 0, 0, 0.84);
|
71
|
+
}
|
72
|
+
body .well .floating-label,
|
73
|
+
.container .well .floating-label,
|
74
|
+
.container-fluid .well .floating-label,
|
75
|
+
body .well:not([class^="well well-material-"]) .floating-label,
|
76
|
+
.container .well:not([class^="well well-material-"]) .floating-label,
|
77
|
+
.container-fluid .well:not([class^="well well-material-"]) .floating-label {
|
78
|
+
color: #7e7e7e;
|
79
|
+
}
|
80
|
+
body .well .form-control,
|
81
|
+
.container .well .form-control,
|
82
|
+
.container-fluid .well .form-control,
|
83
|
+
body .well:not([class^="well well-material-"]) .form-control,
|
84
|
+
.container .well:not([class^="well well-material-"]) .form-control,
|
85
|
+
.container-fluid .well:not([class^="well well-material-"]) .form-control {
|
86
|
+
border-bottom-color: #7e7e7e;
|
87
|
+
}
|
88
|
+
body .well .form-control::-webkit-input-placeholder,
|
89
|
+
.container .well .form-control::-webkit-input-placeholder,
|
90
|
+
.container-fluid .well .form-control::-webkit-input-placeholder,
|
91
|
+
body .well:not([class^="well well-material-"]) .form-control::-webkit-input-placeholder,
|
92
|
+
.container .well:not([class^="well well-material-"]) .form-control::-webkit-input-placeholder,
|
93
|
+
.container-fluid .well:not([class^="well well-material-"]) .form-control::-webkit-input-placeholder {
|
94
|
+
color: #7e7e7e;
|
95
|
+
}
|
96
|
+
body .well .form-control::-moz-placeholder,
|
97
|
+
.container .well .form-control::-moz-placeholder,
|
98
|
+
.container-fluid .well .form-control::-moz-placeholder,
|
99
|
+
body .well:not([class^="well well-material-"]) .form-control::-moz-placeholder,
|
100
|
+
.container .well:not([class^="well well-material-"]) .form-control::-moz-placeholder,
|
101
|
+
.container-fluid .well:not([class^="well well-material-"]) .form-control::-moz-placeholder {
|
102
|
+
color: #7e7e7e;
|
103
|
+
opacity: 1;
|
104
|
+
}
|
105
|
+
body .well .form-control:-ms-input-placeholder,
|
106
|
+
.container .well .form-control:-ms-input-placeholder,
|
107
|
+
.container-fluid .well .form-control:-ms-input-placeholder,
|
108
|
+
body .well:not([class^="well well-material-"]) .form-control:-ms-input-placeholder,
|
109
|
+
.container .well:not([class^="well well-material-"]) .form-control:-ms-input-placeholder,
|
110
|
+
.container-fluid .well:not([class^="well well-material-"]) .form-control:-ms-input-placeholder {
|
111
|
+
color: #7e7e7e;
|
112
|
+
}
|
113
|
+
body .well .option,
|
114
|
+
.container .well .option,
|
115
|
+
.container-fluid .well .option,
|
116
|
+
body .well:not([class^="well well-material-"]) .option,
|
117
|
+
.container .well:not([class^="well well-material-"]) .option,
|
118
|
+
.container-fluid .well:not([class^="well well-material-"]) .option,
|
119
|
+
body .well .create,
|
120
|
+
.container .well .create,
|
121
|
+
.container-fluid .well .create,
|
122
|
+
body .well:not([class^="well well-material-"]) .create,
|
123
|
+
.container .well:not([class^="well well-material-"]) .create,
|
124
|
+
.container-fluid .well:not([class^="well well-material-"]) .create {
|
125
|
+
color: rgba(0, 0, 0, 0.84);
|
126
|
+
}
|
127
|
+
body [class^="well well-material-"],
|
128
|
+
.container [class^="well well-material-"],
|
129
|
+
.container-fluid [class^="well well-material-"],
|
130
|
+
body [class^="well well-material-"] .form-control,
|
131
|
+
.container [class^="well well-material-"] .form-control,
|
132
|
+
.container-fluid [class^="well well-material-"] .form-control,
|
133
|
+
body [class^="well well-material-"] .floating-label,
|
134
|
+
.container [class^="well well-material-"] .floating-label,
|
135
|
+
.container-fluid [class^="well well-material-"] .floating-label {
|
136
|
+
color: rgba(255, 255, 255, 0.84);
|
137
|
+
}
|
138
|
+
body [class^="well well-material-"] .form-control,
|
139
|
+
.container [class^="well well-material-"] .form-control,
|
140
|
+
.container-fluid [class^="well well-material-"] .form-control {
|
141
|
+
border-bottom-color: rgba(255, 255, 255, 0.84);
|
142
|
+
}
|
143
|
+
body [class^="well well-material-"] .form-control::-webkit-input-placeholder,
|
144
|
+
.container [class^="well well-material-"] .form-control::-webkit-input-placeholder,
|
145
|
+
.container-fluid [class^="well well-material-"] .form-control::-webkit-input-placeholder {
|
146
|
+
color: rgba(255, 255, 255, 0.84);
|
147
|
+
}
|
148
|
+
body [class^="well well-material-"] .form-control::-moz-placeholder,
|
149
|
+
.container [class^="well well-material-"] .form-control::-moz-placeholder,
|
150
|
+
.container-fluid [class^="well well-material-"] .form-control::-moz-placeholder {
|
151
|
+
color: rgba(255, 255, 255, 0.84);
|
152
|
+
opacity: 1;
|
153
|
+
}
|
154
|
+
body [class^="well well-material-"] .form-control:-ms-input-placeholder,
|
155
|
+
.container [class^="well well-material-"] .form-control:-ms-input-placeholder,
|
156
|
+
.container-fluid [class^="well well-material-"] .form-control:-ms-input-placeholder {
|
157
|
+
color: rgba(255, 255, 255, 0.84);
|
158
|
+
}
|
159
|
+
body [class^="well well-material-"] .option,
|
160
|
+
.container [class^="well well-material-"] .option,
|
161
|
+
.container-fluid [class^="well well-material-"] .option,
|
162
|
+
body [class^="well well-material-"] .create,
|
163
|
+
.container [class^="well well-material-"] .create,
|
164
|
+
.container-fluid [class^="well well-material-"] .create {
|
165
|
+
color: rgba(0, 0, 0, 0.84);
|
166
|
+
}
|
167
|
+
body .well,
|
168
|
+
.container .well,
|
169
|
+
.container-fluid .well,
|
170
|
+
body .jumbotron,
|
171
|
+
.container .jumbotron,
|
172
|
+
.container-fluid .jumbotron {
|
173
|
+
background-color: #fff;
|
174
|
+
padding: 19px;
|
175
|
+
margin-bottom: 20px;
|
176
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
177
|
+
border-radius: 2px;
|
178
|
+
border: 0;
|
179
|
+
}
|
180
|
+
body .well p,
|
181
|
+
.container .well p,
|
182
|
+
.container-fluid .well p,
|
183
|
+
body .jumbotron p,
|
184
|
+
.container .jumbotron p,
|
185
|
+
.container-fluid .jumbotron p {
|
186
|
+
font-weight: 300;
|
187
|
+
}
|
188
|
+
body .well,
|
189
|
+
.container .well,
|
190
|
+
.container-fluid .well,
|
191
|
+
body .jumbotron,
|
192
|
+
.container .jumbotron,
|
193
|
+
.container-fluid .jumbotron,
|
194
|
+
body .well-default,
|
195
|
+
.container .well-default,
|
196
|
+
.container-fluid .well-default,
|
197
|
+
body .jumbotron-default,
|
198
|
+
.container .jumbotron-default,
|
199
|
+
.container-fluid .jumbotron-default {
|
200
|
+
background-color: #ffffff;
|
201
|
+
}
|
202
|
+
body .well-primary,
|
203
|
+
.container .well-primary,
|
204
|
+
.container-fluid .well-primary,
|
205
|
+
body .jumbotron-primary,
|
206
|
+
.container .jumbotron-primary,
|
207
|
+
.container-fluid .jumbotron-primary {
|
208
|
+
background-color: #4285f4;
|
209
|
+
}
|
210
|
+
body .well-success,
|
211
|
+
.container .well-success,
|
212
|
+
.container-fluid .well-success,
|
213
|
+
body .jumbotron-success,
|
214
|
+
.container .jumbotron-success,
|
215
|
+
.container-fluid .jumbotron-success {
|
216
|
+
background-color: #0f9d58;
|
217
|
+
}
|
218
|
+
body .well-info,
|
219
|
+
.container .well-info,
|
220
|
+
.container-fluid .well-info,
|
221
|
+
body .jumbotron-info,
|
222
|
+
.container .jumbotron-info,
|
223
|
+
.container-fluid .jumbotron-info {
|
224
|
+
background-color: #03a9f4;
|
225
|
+
}
|
226
|
+
body .well-warning,
|
227
|
+
.container .well-warning,
|
228
|
+
.container-fluid .well-warning,
|
229
|
+
body .jumbotron-warning,
|
230
|
+
.container .jumbotron-warning,
|
231
|
+
.container-fluid .jumbotron-warning {
|
232
|
+
background-color: #ff5722;
|
233
|
+
}
|
234
|
+
body .well-danger,
|
235
|
+
.container .well-danger,
|
236
|
+
.container-fluid .well-danger,
|
237
|
+
body .jumbotron-danger,
|
238
|
+
.container .jumbotron-danger,
|
239
|
+
.container-fluid .jumbotron-danger {
|
240
|
+
background-color: #f44336;
|
241
|
+
}
|
242
|
+
body .well-material-red,
|
243
|
+
.container .well-material-red,
|
244
|
+
.container-fluid .well-material-red,
|
245
|
+
body .jumbotron-material-red,
|
246
|
+
.container .jumbotron-material-red,
|
247
|
+
.container-fluid .jumbotron-material-red {
|
248
|
+
background-color: #f44336;
|
249
|
+
}
|
250
|
+
body .well-material-pink,
|
251
|
+
.container .well-material-pink,
|
252
|
+
.container-fluid .well-material-pink,
|
253
|
+
body .jumbotron-material-pink,
|
254
|
+
.container .jumbotron-material-pink,
|
255
|
+
.container-fluid .jumbotron-material-pink {
|
256
|
+
background-color: #e91e63;
|
257
|
+
}
|
258
|
+
body .well-material-purple,
|
259
|
+
.container .well-material-purple,
|
260
|
+
.container-fluid .well-material-purple,
|
261
|
+
body .jumbotron-material-purple,
|
262
|
+
.container .jumbotron-material-purple,
|
263
|
+
.container-fluid .jumbotron-material-purple {
|
264
|
+
background-color: #9c27b0;
|
265
|
+
}
|
266
|
+
body .well-material-deeppurple,
|
267
|
+
.container .well-material-deeppurple,
|
268
|
+
.container-fluid .well-material-deeppurple,
|
269
|
+
body .jumbotron-material-deeppurple,
|
270
|
+
.container .jumbotron-material-deeppurple,
|
271
|
+
.container-fluid .jumbotron-material-deeppurple {
|
272
|
+
background-color: #673ab7;
|
273
|
+
}
|
274
|
+
body .well-material-indigo,
|
275
|
+
.container .well-material-indigo,
|
276
|
+
.container-fluid .well-material-indigo,
|
277
|
+
body .jumbotron-material-indigo,
|
278
|
+
.container .jumbotron-material-indigo,
|
279
|
+
.container-fluid .jumbotron-material-indigo {
|
280
|
+
background-color: #3f51b5;
|
281
|
+
}
|
282
|
+
body .well-material-lightblue,
|
283
|
+
.container .well-material-lightblue,
|
284
|
+
.container-fluid .well-material-lightblue,
|
285
|
+
body .jumbotron-material-lightblue,
|
286
|
+
.container .jumbotron-material-lightblue,
|
287
|
+
.container-fluid .jumbotron-material-lightblue {
|
288
|
+
background-color: #03a9f4;
|
289
|
+
}
|
290
|
+
body .well-material-cyan,
|
291
|
+
.container .well-material-cyan,
|
292
|
+
.container-fluid .well-material-cyan,
|
293
|
+
body .jumbotron-material-cyan,
|
294
|
+
.container .jumbotron-material-cyan,
|
295
|
+
.container-fluid .jumbotron-material-cyan {
|
296
|
+
background-color: #00bcd4;
|
297
|
+
}
|
298
|
+
body .well-material-teal,
|
299
|
+
.container .well-material-teal,
|
300
|
+
.container-fluid .well-material-teal,
|
301
|
+
body .jumbotron-material-teal,
|
302
|
+
.container .jumbotron-material-teal,
|
303
|
+
.container-fluid .jumbotron-material-teal {
|
304
|
+
background-color: #009688;
|
305
|
+
}
|
306
|
+
body .well-material-lightgreen,
|
307
|
+
.container .well-material-lightgreen,
|
308
|
+
.container-fluid .well-material-lightgreen,
|
309
|
+
body .jumbotron-material-lightgreen,
|
310
|
+
.container .jumbotron-material-lightgreen,
|
311
|
+
.container-fluid .jumbotron-material-lightgreen {
|
312
|
+
background-color: #8bc34a;
|
313
|
+
}
|
314
|
+
body .well-material-lime,
|
315
|
+
.container .well-material-lime,
|
316
|
+
.container-fluid .well-material-lime,
|
317
|
+
body .jumbotron-material-lime,
|
318
|
+
.container .jumbotron-material-lime,
|
319
|
+
.container-fluid .jumbotron-material-lime {
|
320
|
+
background-color: #cddc39;
|
321
|
+
}
|
322
|
+
body .well-material-lightyellow,
|
323
|
+
.container .well-material-lightyellow,
|
324
|
+
.container-fluid .well-material-lightyellow,
|
325
|
+
body .jumbotron-material-lightyellow,
|
326
|
+
.container .jumbotron-material-lightyellow,
|
327
|
+
.container-fluid .jumbotron-material-lightyellow {
|
328
|
+
background-color: #ffeb3b;
|
329
|
+
}
|
330
|
+
body .well-material-orange,
|
331
|
+
.container .well-material-orange,
|
332
|
+
.container-fluid .well-material-orange,
|
333
|
+
body .jumbotron-material-orange,
|
334
|
+
.container .jumbotron-material-orange,
|
335
|
+
.container-fluid .jumbotron-material-orange {
|
336
|
+
background-color: #ff9800;
|
337
|
+
}
|
338
|
+
body .well-material-deeporange,
|
339
|
+
.container .well-material-deeporange,
|
340
|
+
.container-fluid .well-material-deeporange,
|
341
|
+
body .jumbotron-material-deeporange,
|
342
|
+
.container .jumbotron-material-deeporange,
|
343
|
+
.container-fluid .jumbotron-material-deeporange {
|
344
|
+
background-color: #ff5722;
|
345
|
+
}
|
346
|
+
body .well-material-grey,
|
347
|
+
.container .well-material-grey,
|
348
|
+
.container-fluid .well-material-grey,
|
349
|
+
body .jumbotron-material-grey,
|
350
|
+
.container .jumbotron-material-grey,
|
351
|
+
.container-fluid .jumbotron-material-grey {
|
352
|
+
background-color: #9e9e9e;
|
353
|
+
}
|
354
|
+
body .well-material-bluegrey,
|
355
|
+
.container .well-material-bluegrey,
|
356
|
+
.container-fluid .well-material-bluegrey,
|
357
|
+
body .jumbotron-material-bluegrey,
|
358
|
+
.container .jumbotron-material-bluegrey,
|
359
|
+
.container-fluid .jumbotron-material-bluegrey {
|
360
|
+
background-color: #607d8b;
|
361
|
+
}
|
362
|
+
body .well-material-brown,
|
363
|
+
.container .well-material-brown,
|
364
|
+
.container-fluid .well-material-brown,
|
365
|
+
body .jumbotron-material-brown,
|
366
|
+
.container .jumbotron-material-brown,
|
367
|
+
.container-fluid .jumbotron-material-brown {
|
368
|
+
background-color: #795548;
|
369
|
+
}
|
370
|
+
body .well-material-lightgrey,
|
371
|
+
.container .well-material-lightgrey,
|
372
|
+
.container-fluid .well-material-lightgrey,
|
373
|
+
body .jumbotron-material-lightgrey,
|
374
|
+
.container .jumbotron-material-lightgrey,
|
375
|
+
.container-fluid .jumbotron-material-lightgrey {
|
376
|
+
background-color: #ececec;
|
377
|
+
}
|
378
|
+
.btn {
|
379
|
+
position: relative;
|
380
|
+
padding: 8px 30px;
|
381
|
+
border: 0;
|
382
|
+
margin: 10px 1px;
|
383
|
+
cursor: pointer;
|
384
|
+
border-radius: 4px;
|
385
|
+
text-transform: uppercase;
|
386
|
+
text-decoration: none;
|
387
|
+
color: rgba(255, 255, 255, 0.84);
|
388
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
389
|
+
outline: none !important;
|
390
|
+
}
|
391
|
+
.btn:hover {
|
392
|
+
color: rgba(255, 255, 255, 0.84);
|
393
|
+
}
|
394
|
+
.btn:hover:not(.btn-link) {
|
395
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
|
396
|
+
}
|
397
|
+
.btn:active:not(.btn-link) {
|
398
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
399
|
+
}
|
400
|
+
.btn:not(.btn-link),
|
401
|
+
.btn-default:not(.btn-link) {
|
402
|
+
background-color: transparent;
|
403
|
+
}
|
404
|
+
.btn-primary:not(.btn-link) {
|
405
|
+
background-color: #4285f4;
|
406
|
+
}
|
407
|
+
.btn-success:not(.btn-link) {
|
408
|
+
background-color: #0f9d58;
|
409
|
+
}
|
410
|
+
.btn-info:not(.btn-link) {
|
411
|
+
background-color: #03a9f4;
|
412
|
+
}
|
413
|
+
.btn-warning:not(.btn-link) {
|
414
|
+
background-color: #ff5722;
|
415
|
+
}
|
416
|
+
.btn-danger:not(.btn-link) {
|
417
|
+
background-color: #f44336;
|
418
|
+
}
|
419
|
+
.btn-material-red:not(.btn-link) {
|
420
|
+
background-color: #f44336;
|
421
|
+
}
|
422
|
+
.btn-material-pink:not(.btn-link) {
|
423
|
+
background-color: #e91e63;
|
424
|
+
}
|
425
|
+
.btn-material-purple:not(.btn-link) {
|
426
|
+
background-color: #9c27b0;
|
427
|
+
}
|
428
|
+
.btn-material-deeppurple:not(.btn-link) {
|
429
|
+
background-color: #673ab7;
|
430
|
+
}
|
431
|
+
.btn-material-indigo:not(.btn-link) {
|
432
|
+
background-color: #3f51b5;
|
433
|
+
}
|
434
|
+
.btn-material-lightblue:not(.btn-link) {
|
435
|
+
background-color: #03a9f4;
|
436
|
+
}
|
437
|
+
.btn-material-cyan:not(.btn-link) {
|
438
|
+
background-color: #00bcd4;
|
439
|
+
}
|
440
|
+
.btn-material-teal:not(.btn-link) {
|
441
|
+
background-color: #009688;
|
442
|
+
}
|
443
|
+
.btn-material-lightgreen:not(.btn-link) {
|
444
|
+
background-color: #8bc34a;
|
445
|
+
}
|
446
|
+
.btn-material-lime:not(.btn-link) {
|
447
|
+
background-color: #cddc39;
|
448
|
+
}
|
449
|
+
.btn-material-lightyellow:not(.btn-link) {
|
450
|
+
background-color: #ffeb3b;
|
451
|
+
}
|
452
|
+
.btn-material-orange:not(.btn-link) {
|
453
|
+
background-color: #ff9800;
|
454
|
+
}
|
455
|
+
.btn-material-deeporange:not(.btn-link) {
|
456
|
+
background-color: #ff5722;
|
457
|
+
}
|
458
|
+
.btn-material-grey:not(.btn-link) {
|
459
|
+
background-color: #9e9e9e;
|
460
|
+
}
|
461
|
+
.btn-material-bluegrey:not(.btn-link) {
|
462
|
+
background-color: #607d8b;
|
463
|
+
}
|
464
|
+
.btn-material-brown:not(.btn-link) {
|
465
|
+
background-color: #795548;
|
466
|
+
}
|
467
|
+
.btn-material-lightgrey:not(.btn-link) {
|
468
|
+
background-color: #ececec;
|
469
|
+
}
|
470
|
+
.btn-link,
|
471
|
+
.btn:not([class^="btn btn-"]),
|
472
|
+
.btn-default {
|
473
|
+
color: rgba(0, 0, 0, 0.84);
|
474
|
+
}
|
475
|
+
.btn-link:hover,
|
476
|
+
.btn:not([class^="btn btn-"]):hover,
|
477
|
+
.btn-default:hover {
|
478
|
+
color: rgba(0, 0, 0, 0.84);
|
479
|
+
}
|
480
|
+
.btn:not([class^="btn btn-"]):hover,
|
481
|
+
.btn-default:hover {
|
482
|
+
background-color: rgba(255, 255, 255, 0.5);
|
483
|
+
}
|
484
|
+
.btn-raised {
|
485
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
486
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
487
|
+
}
|
488
|
+
.btn-raised:active:not(.btn-link) {
|
489
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
490
|
+
}
|
491
|
+
.open > .dropdown-toggle.btn,
|
492
|
+
.open > .dropdown-toggle.btn-default {
|
493
|
+
background-color: transparent;
|
494
|
+
}
|
495
|
+
.open > .dropdown-toggle.btn-primary {
|
496
|
+
background-color: #4285f4;
|
497
|
+
}
|
498
|
+
.open > .dropdown-toggle.btn-success {
|
499
|
+
background-color: #0f9d58;
|
500
|
+
}
|
501
|
+
.open > .dropdown-toggle.btn-info {
|
502
|
+
background-color: #03a9f4;
|
503
|
+
}
|
504
|
+
.open > .dropdown-toggle.btn-warning {
|
505
|
+
background-color: #ff5722;
|
506
|
+
}
|
507
|
+
.open > .dropdown-toggle.btn-danger {
|
508
|
+
background-color: #f44336;
|
509
|
+
}
|
510
|
+
.open > .dropdown-toggle.btn-material-red {
|
511
|
+
background-color: #f44336;
|
512
|
+
}
|
513
|
+
.open > .dropdown-toggle.btn-material-pink {
|
514
|
+
background-color: #e91e63;
|
515
|
+
}
|
516
|
+
.open > .dropdown-toggle.btn-material-purple {
|
517
|
+
background-color: #9c27b0;
|
518
|
+
}
|
519
|
+
.open > .dropdown-toggle.btn-material-deeppurple {
|
520
|
+
background-color: #673ab7;
|
521
|
+
}
|
522
|
+
.open > .dropdown-toggle.btn-material-indigo {
|
523
|
+
background-color: #3f51b5;
|
524
|
+
}
|
525
|
+
.open > .dropdown-toggle.btn-material-lightblue {
|
526
|
+
background-color: #03a9f4;
|
527
|
+
}
|
528
|
+
.open > .dropdown-toggle.btn-material-cyan {
|
529
|
+
background-color: #00bcd4;
|
530
|
+
}
|
531
|
+
.open > .dropdown-toggle.btn-material-teal {
|
532
|
+
background-color: #009688;
|
533
|
+
}
|
534
|
+
.open > .dropdown-toggle.btn-material-lightgreen {
|
535
|
+
background-color: #8bc34a;
|
536
|
+
}
|
537
|
+
.open > .dropdown-toggle.btn-material-lime {
|
538
|
+
background-color: #cddc39;
|
539
|
+
}
|
540
|
+
.open > .dropdown-toggle.btn-material-lightyellow {
|
541
|
+
background-color: #ffeb3b;
|
542
|
+
}
|
543
|
+
.open > .dropdown-toggle.btn-material-orange {
|
544
|
+
background-color: #ff9800;
|
545
|
+
}
|
546
|
+
.open > .dropdown-toggle.btn-material-deeporange {
|
547
|
+
background-color: #ff5722;
|
548
|
+
}
|
549
|
+
.open > .dropdown-toggle.btn-material-grey {
|
550
|
+
background-color: #9e9e9e;
|
551
|
+
}
|
552
|
+
.open > .dropdown-toggle.btn-material-bluegrey {
|
553
|
+
background-color: #607d8b;
|
554
|
+
}
|
555
|
+
.open > .dropdown-toggle.btn-material-brown {
|
556
|
+
background-color: #795548;
|
557
|
+
}
|
558
|
+
.open > .dropdown-toggle.btn-material-lightgrey {
|
559
|
+
background-color: #ececec;
|
560
|
+
}
|
561
|
+
.btn-flat {
|
562
|
+
box-shadow: none !important;
|
563
|
+
}
|
564
|
+
.btn-flat.btn-default:hover {
|
565
|
+
background: none;
|
566
|
+
}
|
567
|
+
.btn-group,
|
568
|
+
.btn-group-vertical {
|
569
|
+
position: relative;
|
570
|
+
border-radius: 4px;
|
571
|
+
margin: 10px 1px;
|
572
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
573
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
574
|
+
}
|
575
|
+
.btn-group:active:not(.btn-link),
|
576
|
+
.btn-group-vertical:active:not(.btn-link) {
|
577
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
578
|
+
}
|
579
|
+
.btn-group.open .dropdown-toggle,
|
580
|
+
.btn-group-vertical.open .dropdown-toggle {
|
581
|
+
box-shadow: none;
|
582
|
+
}
|
583
|
+
.btn-group.btn-group-raised,
|
584
|
+
.btn-group-vertical.btn-group-raised {
|
585
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
586
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
587
|
+
}
|
588
|
+
.btn-group.btn-group-raised:active:not(.btn-link),
|
589
|
+
.btn-group-vertical.btn-group-raised:active:not(.btn-link) {
|
590
|
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
591
|
+
}
|
592
|
+
.btn-group .btn,
|
593
|
+
.btn-group-vertical .btn,
|
594
|
+
.btn-group .btn:active,
|
595
|
+
.btn-group-vertical .btn:active,
|
596
|
+
.btn-group .btn-group,
|
597
|
+
.btn-group-vertical .btn-group {
|
598
|
+
box-shadow: none !important;
|
599
|
+
margin: 0;
|
600
|
+
}
|
601
|
+
.btn-group .btn:active .caret,
|
602
|
+
.btn-group-vertical .btn:active .caret {
|
603
|
+
margin-left: -1px;
|
604
|
+
}
|
605
|
+
.btn-group-flat {
|
606
|
+
box-shadow: none !important;
|
607
|
+
}
|
608
|
+
.btn-fab {
|
609
|
+
margin: 0;
|
610
|
+
padding: 15px;
|
611
|
+
font-size: 26px;
|
612
|
+
width: 56px;
|
613
|
+
height: 56px;
|
614
|
+
}
|
615
|
+
.btn-fab,
|
616
|
+
.btn-fab:hover,
|
617
|
+
.btn-fab-default,
|
618
|
+
.btn-fab:hover-default {
|
619
|
+
background-color: transparent;
|
620
|
+
}
|
621
|
+
.btn-fab-primary,
|
622
|
+
.btn-fab:hover-primary {
|
623
|
+
background-color: #4285f4;
|
624
|
+
}
|
625
|
+
.btn-fab-success,
|
626
|
+
.btn-fab:hover-success {
|
627
|
+
background-color: #0f9d58;
|
628
|
+
}
|
629
|
+
.btn-fab-info,
|
630
|
+
.btn-fab:hover-info {
|
631
|
+
background-color: #03a9f4;
|
632
|
+
}
|
633
|
+
.btn-fab-warning,
|
634
|
+
.btn-fab:hover-warning {
|
635
|
+
background-color: #ff5722;
|
636
|
+
}
|
637
|
+
.btn-fab-danger,
|
638
|
+
.btn-fab:hover-danger {
|
639
|
+
background-color: #f44336;
|
640
|
+
}
|
641
|
+
.btn-fab-material-red,
|
642
|
+
.btn-fab:hover-material-red {
|
643
|
+
background-color: #f44336;
|
644
|
+
}
|
645
|
+
.btn-fab-material-pink,
|
646
|
+
.btn-fab:hover-material-pink {
|
647
|
+
background-color: #e91e63;
|
648
|
+
}
|
649
|
+
.btn-fab-material-purple,
|
650
|
+
.btn-fab:hover-material-purple {
|
651
|
+
background-color: #9c27b0;
|
652
|
+
}
|
653
|
+
.btn-fab-material-deeppurple,
|
654
|
+
.btn-fab:hover-material-deeppurple {
|
655
|
+
background-color: #673ab7;
|
656
|
+
}
|
657
|
+
.btn-fab-material-indigo,
|
658
|
+
.btn-fab:hover-material-indigo {
|
659
|
+
background-color: #3f51b5;
|
660
|
+
}
|
661
|
+
.btn-fab-material-lightblue,
|
662
|
+
.btn-fab:hover-material-lightblue {
|
663
|
+
background-color: #03a9f4;
|
664
|
+
}
|
665
|
+
.btn-fab-material-cyan,
|
666
|
+
.btn-fab:hover-material-cyan {
|
667
|
+
background-color: #00bcd4;
|
668
|
+
}
|
669
|
+
.btn-fab-material-teal,
|
670
|
+
.btn-fab:hover-material-teal {
|
671
|
+
background-color: #009688;
|
672
|
+
}
|
673
|
+
.btn-fab-material-lightgreen,
|
674
|
+
.btn-fab:hover-material-lightgreen {
|
675
|
+
background-color: #8bc34a;
|
676
|
+
}
|
677
|
+
.btn-fab-material-lime,
|
678
|
+
.btn-fab:hover-material-lime {
|
679
|
+
background-color: #cddc39;
|
680
|
+
}
|
681
|
+
.btn-fab-material-lightyellow,
|
682
|
+
.btn-fab:hover-material-lightyellow {
|
683
|
+
background-color: #ffeb3b;
|
684
|
+
}
|
685
|
+
.btn-fab-material-orange,
|
686
|
+
.btn-fab:hover-material-orange {
|
687
|
+
background-color: #ff9800;
|
688
|
+
}
|
689
|
+
.btn-fab-material-deeporange,
|
690
|
+
.btn-fab:hover-material-deeporange {
|
691
|
+
background-color: #ff5722;
|
692
|
+
}
|
693
|
+
.btn-fab-material-grey,
|
694
|
+
.btn-fab:hover-material-grey {
|
695
|
+
background-color: #9e9e9e;
|
696
|
+
}
|
697
|
+
.btn-fab-material-bluegrey,
|
698
|
+
.btn-fab:hover-material-bluegrey {
|
699
|
+
background-color: #607d8b;
|
700
|
+
}
|
701
|
+
.btn-fab-material-brown,
|
702
|
+
.btn-fab:hover-material-brown {
|
703
|
+
background-color: #795548;
|
704
|
+
}
|
705
|
+
.btn-fab-material-lightgrey,
|
706
|
+
.btn-fab:hover-material-lightgrey {
|
707
|
+
background-color: #ececec;
|
708
|
+
}
|
709
|
+
.btn-fab,
|
710
|
+
.btn-fab .ripple-wrapper {
|
711
|
+
border-radius: 100%;
|
712
|
+
}
|
713
|
+
.btn-fab.btn-mini {
|
714
|
+
width: 40px;
|
715
|
+
height: 40px;
|
716
|
+
padding: 13px;
|
717
|
+
font-size: 15px;
|
718
|
+
}
|
719
|
+
.form-horizontal .checkbox {
|
720
|
+
padding-top: 15px;
|
721
|
+
}
|
722
|
+
.checkbox {
|
723
|
+
transform: rotate(0deg);
|
724
|
+
}
|
725
|
+
.checkbox label {
|
726
|
+
cursor: pointer;
|
727
|
+
padding-left: 45px;
|
728
|
+
position: relative;
|
729
|
+
}
|
730
|
+
.checkbox label span {
|
731
|
+
display: block;
|
732
|
+
position: absolute;
|
733
|
+
left: 0px;
|
734
|
+
transition-duration: 0.2s;
|
735
|
+
}
|
736
|
+
.checkbox label .check:after {
|
737
|
+
display: block;
|
738
|
+
position: absolute;
|
739
|
+
content: "";
|
740
|
+
background-color: rgba(0, 0, 0, 0.84);
|
741
|
+
left: -5px;
|
742
|
+
top: -15px;
|
743
|
+
height: 50px;
|
744
|
+
width: 50px;
|
745
|
+
border-radius: 100%;
|
746
|
+
z-index: 1;
|
747
|
+
opacity: 0;
|
748
|
+
margin: 0;
|
749
|
+
}
|
750
|
+
.checkbox label .check:before {
|
751
|
+
display: block;
|
752
|
+
content: "";
|
753
|
+
border: 2px solid rgba(0, 0, 0, 0.84);
|
754
|
+
height: 20px;
|
755
|
+
width: 20px;
|
756
|
+
transition-delay: 0.2s;
|
757
|
+
}
|
758
|
+
.checkbox .check,
|
759
|
+
.checkbox-default .check {
|
760
|
+
color: #0f9d58;
|
761
|
+
}
|
762
|
+
.checkbox-primary .check {
|
763
|
+
color: #4285f4;
|
764
|
+
}
|
765
|
+
.checkbox-success .check {
|
766
|
+
color: #0f9d58;
|
767
|
+
}
|
768
|
+
.checkbox-info .check {
|
769
|
+
color: #03a9f4;
|
770
|
+
}
|
771
|
+
.checkbox-warning .check {
|
772
|
+
color: #ff5722;
|
773
|
+
}
|
774
|
+
.checkbox-danger .check {
|
775
|
+
color: #f44336;
|
776
|
+
}
|
777
|
+
.checkbox-material-red .check {
|
778
|
+
color: #f44336;
|
779
|
+
}
|
780
|
+
.checkbox-material-pink .check {
|
781
|
+
color: #e91e63;
|
782
|
+
}
|
783
|
+
.checkbox-material-purple .check {
|
784
|
+
color: #9c27b0;
|
785
|
+
}
|
786
|
+
.checkbox-material-deeppurple .check {
|
787
|
+
color: #673ab7;
|
788
|
+
}
|
789
|
+
.checkbox-material-indigo .check {
|
790
|
+
color: #3f51b5;
|
791
|
+
}
|
792
|
+
.checkbox-material-lightblue .check {
|
793
|
+
color: #03a9f4;
|
794
|
+
}
|
795
|
+
.checkbox-material-cyan .check {
|
796
|
+
color: #00bcd4;
|
797
|
+
}
|
798
|
+
.checkbox-material-teal .check {
|
799
|
+
color: #009688;
|
800
|
+
}
|
801
|
+
.checkbox-material-lightgreen .check {
|
802
|
+
color: #8bc34a;
|
803
|
+
}
|
804
|
+
.checkbox-material-lime .check {
|
805
|
+
color: #cddc39;
|
806
|
+
}
|
807
|
+
.checkbox-material-lightyellow .check {
|
808
|
+
color: #ffeb3b;
|
809
|
+
}
|
810
|
+
.checkbox-material-orange .check {
|
811
|
+
color: #ff9800;
|
812
|
+
}
|
813
|
+
.checkbox-material-deeporange .check {
|
814
|
+
color: #ff5722;
|
815
|
+
}
|
816
|
+
.checkbox-material-grey .check {
|
817
|
+
color: #9e9e9e;
|
818
|
+
}
|
819
|
+
.checkbox-material-bluegrey .check {
|
820
|
+
color: #607d8b;
|
821
|
+
}
|
822
|
+
.checkbox-material-brown .check {
|
823
|
+
color: #795548;
|
824
|
+
}
|
825
|
+
.checkbox-material-lightgrey .check {
|
826
|
+
color: #ececec;
|
827
|
+
}
|
828
|
+
.checkbox input[type=checkbox] {
|
829
|
+
opacity: 0;
|
830
|
+
}
|
831
|
+
.checkbox input[type=checkbox] ~ .check:before {
|
832
|
+
position: absolute;
|
833
|
+
top: 2px;
|
834
|
+
left: 11px;
|
835
|
+
width: 18px;
|
836
|
+
height: 18px;
|
837
|
+
border: solid 2px;
|
838
|
+
border-color: #5a5a5a;
|
839
|
+
animation: uncheck 300ms ease-out forwards;
|
840
|
+
}
|
841
|
+
.checkbox input[type=checkbox]:focus ~ .check:after {
|
842
|
+
opacity: 0.2;
|
843
|
+
}
|
844
|
+
.checkbox input[type=checkbox]:checked ~ .check:before {
|
845
|
+
animation: check 300ms ease-out forwards;
|
846
|
+
}
|
847
|
+
.checkbox input[type=checkbox]:not(:checked) ~ .check:after {
|
848
|
+
animation: rippleOff 500ms linear forwards;
|
849
|
+
}
|
850
|
+
.checkbox input[type=checkbox]:checked ~ .check:after {
|
851
|
+
animation: rippleOn 500ms linear forwards;
|
852
|
+
}
|
853
|
+
.checkbox:not(:hover) input[type=checkbox] ~ .check:before,
|
854
|
+
.checkbox:not(:hover) input[type=checkbox] ~ .check:after {
|
855
|
+
animation-duration: 1ms;
|
856
|
+
}
|
857
|
+
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check:before {
|
858
|
+
opacity: 0.5;
|
859
|
+
}
|
860
|
+
.checkbox input[type=checkbox][disabled] ~ .check:after {
|
861
|
+
background-color: rgba(0, 0, 0, 0.84);
|
862
|
+
transform: rotate(-45deg);
|
863
|
+
}
|
864
|
+
.checkbox input[type=checkbox]:checked ~ .check:after,
|
865
|
+
.checkbox-default input[type=checkbox]:checked ~ .check:after {
|
866
|
+
background-color: #0f9d58;
|
867
|
+
}
|
868
|
+
.checkbox-primary input[type=checkbox]:checked ~ .check:after {
|
869
|
+
background-color: #4285f4;
|
870
|
+
}
|
871
|
+
.checkbox-success input[type=checkbox]:checked ~ .check:after {
|
872
|
+
background-color: #0f9d58;
|
873
|
+
}
|
874
|
+
.checkbox-info input[type=checkbox]:checked ~ .check:after {
|
875
|
+
background-color: #03a9f4;
|
876
|
+
}
|
877
|
+
.checkbox-warning input[type=checkbox]:checked ~ .check:after {
|
878
|
+
background-color: #ff5722;
|
879
|
+
}
|
880
|
+
.checkbox-danger input[type=checkbox]:checked ~ .check:after {
|
881
|
+
background-color: #f44336;
|
882
|
+
}
|
883
|
+
.checkbox-material-red input[type=checkbox]:checked ~ .check:after {
|
884
|
+
background-color: #f44336;
|
885
|
+
}
|
886
|
+
.checkbox-material-pink input[type=checkbox]:checked ~ .check:after {
|
887
|
+
background-color: #e91e63;
|
888
|
+
}
|
889
|
+
.checkbox-material-purple input[type=checkbox]:checked ~ .check:after {
|
890
|
+
background-color: #9c27b0;
|
891
|
+
}
|
892
|
+
.checkbox-material-deeppurple input[type=checkbox]:checked ~ .check:after {
|
893
|
+
background-color: #673ab7;
|
894
|
+
}
|
895
|
+
.checkbox-material-indigo input[type=checkbox]:checked ~ .check:after {
|
896
|
+
background-color: #3f51b5;
|
897
|
+
}
|
898
|
+
.checkbox-material-lightblue input[type=checkbox]:checked ~ .check:after {
|
899
|
+
background-color: #03a9f4;
|
900
|
+
}
|
901
|
+
.checkbox-material-cyan input[type=checkbox]:checked ~ .check:after {
|
902
|
+
background-color: #00bcd4;
|
903
|
+
}
|
904
|
+
.checkbox-material-teal input[type=checkbox]:checked ~ .check:after {
|
905
|
+
background-color: #009688;
|
906
|
+
}
|
907
|
+
.checkbox-material-lightgreen input[type=checkbox]:checked ~ .check:after {
|
908
|
+
background-color: #8bc34a;
|
909
|
+
}
|
910
|
+
.checkbox-material-lime input[type=checkbox]:checked ~ .check:after {
|
911
|
+
background-color: #cddc39;
|
912
|
+
}
|
913
|
+
.checkbox-material-lightyellow input[type=checkbox]:checked ~ .check:after {
|
914
|
+
background-color: #ffeb3b;
|
915
|
+
}
|
916
|
+
.checkbox-material-orange input[type=checkbox]:checked ~ .check:after {
|
917
|
+
background-color: #ff9800;
|
918
|
+
}
|
919
|
+
.checkbox-material-deeporange input[type=checkbox]:checked ~ .check:after {
|
920
|
+
background-color: #ff5722;
|
921
|
+
}
|
922
|
+
.checkbox-material-grey input[type=checkbox]:checked ~ .check:after {
|
923
|
+
background-color: #9e9e9e;
|
924
|
+
}
|
925
|
+
.checkbox-material-bluegrey input[type=checkbox]:checked ~ .check:after {
|
926
|
+
background-color: #607d8b;
|
927
|
+
}
|
928
|
+
.checkbox-material-brown input[type=checkbox]:checked ~ .check:after {
|
929
|
+
background-color: #795548;
|
930
|
+
}
|
931
|
+
.checkbox-material-lightgrey input[type=checkbox]:checked ~ .check:after {
|
932
|
+
background-color: #ececec;
|
933
|
+
}
|
934
|
+
@keyframes uncheck {
|
935
|
+
0% {
|
936
|
+
top: -3px;
|
937
|
+
left: 17px;
|
938
|
+
width: 10px;
|
939
|
+
height: 21px;
|
940
|
+
border-color: #0f9d58;
|
941
|
+
border-left-color: transparent;
|
942
|
+
border-top-color: transparent;
|
943
|
+
transform: rotate(45deg);
|
944
|
+
}
|
945
|
+
50% {
|
946
|
+
top: 14px;
|
947
|
+
left: 17px;
|
948
|
+
width: 4px;
|
949
|
+
height: 4px;
|
950
|
+
transform: rotate(45deg);
|
951
|
+
border-color: #0f9d58;
|
952
|
+
border-left-color: transparent;
|
953
|
+
border-top-color: transparent;
|
954
|
+
}
|
955
|
+
51% {
|
956
|
+
border-color: #5a5a5a;
|
957
|
+
border-left-color: #5a5a5a;
|
958
|
+
border-top-color: #5a5a5a;
|
959
|
+
}
|
960
|
+
100% {
|
961
|
+
top: 1px;
|
962
|
+
left: 12px;
|
963
|
+
width: 18px;
|
964
|
+
height: 18px;
|
965
|
+
transform: rotate(0deg);
|
966
|
+
border-color: #5a5a5a;
|
967
|
+
border-left-color: #5a5a5a;
|
968
|
+
border-top-color: #5a5a5a;
|
969
|
+
}
|
970
|
+
}
|
971
|
+
@keyframes check {
|
972
|
+
100% {
|
973
|
+
top: -3px;
|
974
|
+
left: 17px;
|
975
|
+
width: 10px;
|
976
|
+
height: 21px;
|
977
|
+
transform: rotate(45deg);
|
978
|
+
border-color: #0f9d58;
|
979
|
+
border-left-color: transparent;
|
980
|
+
border-top-color: transparent;
|
981
|
+
}
|
982
|
+
51% {
|
983
|
+
border-left: transparent;
|
984
|
+
border-top-color: transparent;
|
985
|
+
}
|
986
|
+
50% {
|
987
|
+
top: 14px;
|
988
|
+
left: 17px;
|
989
|
+
width: 4px;
|
990
|
+
height: 4px;
|
991
|
+
transform: rotate(45deg);
|
992
|
+
border-color: #5a5a5a;
|
993
|
+
border-left-color: #5a5a5a;
|
994
|
+
border-top-color: #5a5a5a;
|
995
|
+
}
|
996
|
+
0% {
|
997
|
+
top: 1px;
|
998
|
+
left: 12px;
|
999
|
+
width: 18px;
|
1000
|
+
height: 18px;
|
1001
|
+
transform: rotate(0deg);
|
1002
|
+
border-color: #5a5a5a;
|
1003
|
+
border-left-color: #5a5a5a;
|
1004
|
+
border-top-color: #5a5a5a;
|
1005
|
+
}
|
1006
|
+
}
|
1007
|
+
@keyframes rippleOn {
|
1008
|
+
0% {
|
1009
|
+
opacity: 0;
|
1010
|
+
}
|
1011
|
+
50% {
|
1012
|
+
opacity: 0.2;
|
1013
|
+
}
|
1014
|
+
100% {
|
1015
|
+
opacity: 0;
|
1016
|
+
}
|
1017
|
+
}
|
1018
|
+
@keyframes rippleOff {
|
1019
|
+
0% {
|
1020
|
+
opacity: 0;
|
1021
|
+
}
|
1022
|
+
50% {
|
1023
|
+
opacity: 0.2;
|
1024
|
+
}
|
1025
|
+
100% {
|
1026
|
+
opacity: 0;
|
1027
|
+
}
|
1028
|
+
}
|
1029
|
+
.form-horizontal .radio {
|
1030
|
+
margin-bottom: 10px;
|
1031
|
+
}
|
1032
|
+
.radio label {
|
1033
|
+
cursor: pointer;
|
1034
|
+
padding-left: 45px;
|
1035
|
+
position: relative;
|
1036
|
+
}
|
1037
|
+
.radio label span {
|
1038
|
+
display: block;
|
1039
|
+
position: absolute;
|
1040
|
+
left: 10px;
|
1041
|
+
top: 2px;
|
1042
|
+
transition-duration: 0.2s;
|
1043
|
+
}
|
1044
|
+
.radio label .circle {
|
1045
|
+
border: 2px solid rgba(0, 0, 0, 0.84);
|
1046
|
+
height: 15px;
|
1047
|
+
width: 15px;
|
1048
|
+
border-radius: 100%;
|
1049
|
+
}
|
1050
|
+
.radio label .check {
|
1051
|
+
height: 15px;
|
1052
|
+
width: 15px;
|
1053
|
+
border-radius: 100%;
|
1054
|
+
background-color: rgba(0, 0, 0, 0.84);
|
1055
|
+
transform: scale(0);
|
1056
|
+
}
|
1057
|
+
.radio label .check:after {
|
1058
|
+
display: block;
|
1059
|
+
position: absolute;
|
1060
|
+
content: "";
|
1061
|
+
background-color: rgba(0, 0, 0, 0.84);
|
1062
|
+
left: -18px;
|
1063
|
+
top: -18px;
|
1064
|
+
height: 50px;
|
1065
|
+
width: 50px;
|
1066
|
+
border-radius: 100%;
|
1067
|
+
z-index: 1;
|
1068
|
+
opacity: 0;
|
1069
|
+
margin: 0;
|
1070
|
+
transform: scale(1.5);
|
1071
|
+
}
|
1072
|
+
.radio label input[type=radio]:not(:checked) ~ .check:after {
|
1073
|
+
animation: rippleOff 500ms;
|
1074
|
+
}
|
1075
|
+
.radio label input[type=radio]:checked ~ .check:after {
|
1076
|
+
animation: rippleOn 500ms;
|
1077
|
+
}
|
1078
|
+
.radio input[type=radio]:checked ~ .check,
|
1079
|
+
.radio-default input[type=radio]:checked ~ .check {
|
1080
|
+
background-color: rgba(0, 0, 0, 0.84);
|
1081
|
+
}
|
1082
|
+
.radio-primary input[type=radio]:checked ~ .check {
|
1083
|
+
background-color: #4285f4;
|
1084
|
+
}
|
1085
|
+
.radio-success input[type=radio]:checked ~ .check {
|
1086
|
+
background-color: #0f9d58;
|
1087
|
+
}
|
1088
|
+
.radio-info input[type=radio]:checked ~ .check {
|
1089
|
+
background-color: #03a9f4;
|
1090
|
+
}
|
1091
|
+
.radio-warning input[type=radio]:checked ~ .check {
|
1092
|
+
background-color: #ff5722;
|
1093
|
+
}
|
1094
|
+
.radio-danger input[type=radio]:checked ~ .check {
|
1095
|
+
background-color: #f44336;
|
1096
|
+
}
|
1097
|
+
.radio-material-red input[type=radio]:checked ~ .check {
|
1098
|
+
background-color: #f44336;
|
1099
|
+
}
|
1100
|
+
.radio-material-pink input[type=radio]:checked ~ .check {
|
1101
|
+
background-color: #e91e63;
|
1102
|
+
}
|
1103
|
+
.radio-material-purple input[type=radio]:checked ~ .check {
|
1104
|
+
background-color: #9c27b0;
|
1105
|
+
}
|
1106
|
+
.radio-material-deeppurple input[type=radio]:checked ~ .check {
|
1107
|
+
background-color: #673ab7;
|
1108
|
+
}
|
1109
|
+
.radio-material-indigo input[type=radio]:checked ~ .check {
|
1110
|
+
background-color: #3f51b5;
|
1111
|
+
}
|
1112
|
+
.radio-material-lightblue input[type=radio]:checked ~ .check {
|
1113
|
+
background-color: #03a9f4;
|
1114
|
+
}
|
1115
|
+
.radio-material-cyan input[type=radio]:checked ~ .check {
|
1116
|
+
background-color: #00bcd4;
|
1117
|
+
}
|
1118
|
+
.radio-material-teal input[type=radio]:checked ~ .check {
|
1119
|
+
background-color: #009688;
|
1120
|
+
}
|
1121
|
+
.radio-material-lightgreen input[type=radio]:checked ~ .check {
|
1122
|
+
background-color: #8bc34a;
|
1123
|
+
}
|
1124
|
+
.radio-material-lime input[type=radio]:checked ~ .check {
|
1125
|
+
background-color: #cddc39;
|
1126
|
+
}
|
1127
|
+
.radio-material-lightyellow input[type=radio]:checked ~ .check {
|
1128
|
+
background-color: #ffeb3b;
|
1129
|
+
}
|
1130
|
+
.radio-material-orange input[type=radio]:checked ~ .check {
|
1131
|
+
background-color: #ff9800;
|
1132
|
+
}
|
1133
|
+
.radio-material-deeporange input[type=radio]:checked ~ .check {
|
1134
|
+
background-color: #ff5722;
|
1135
|
+
}
|
1136
|
+
.radio-material-grey input[type=radio]:checked ~ .check {
|
1137
|
+
background-color: #9e9e9e;
|
1138
|
+
}
|
1139
|
+
.radio-material-bluegrey input[type=radio]:checked ~ .check {
|
1140
|
+
background-color: #607d8b;
|
1141
|
+
}
|
1142
|
+
.radio-material-brown input[type=radio]:checked ~ .check {
|
1143
|
+
background-color: #795548;
|
1144
|
+
}
|
1145
|
+
.radio-material-lightgrey input[type=radio]:checked ~ .check {
|
1146
|
+
background-color: #ececec;
|
1147
|
+
}
|
1148
|
+
.radio input[type=radio]:checked ~ .circle,
|
1149
|
+
.radio-default input[type=radio]:checked ~ .circle {
|
1150
|
+
border-color: rgba(0, 0, 0, 0.84);
|
1151
|
+
}
|
1152
|
+
.radio-primary input[type=radio]:checked ~ .circle {
|
1153
|
+
border-color: #4285f4;
|
1154
|
+
}
|
1155
|
+
.radio-success input[type=radio]:checked ~ .circle {
|
1156
|
+
border-color: #0f9d58;
|
1157
|
+
}
|
1158
|
+
.radio-info input[type=radio]:checked ~ .circle {
|
1159
|
+
border-color: #03a9f4;
|
1160
|
+
}
|
1161
|
+
.radio-warning input[type=radio]:checked ~ .circle {
|
1162
|
+
border-color: #ff5722;
|
1163
|
+
}
|
1164
|
+
.radio-danger input[type=radio]:checked ~ .circle {
|
1165
|
+
border-color: #f44336;
|
1166
|
+
}
|
1167
|
+
.radio-material-red input[type=radio]:checked ~ .circle {
|
1168
|
+
border-color: #f44336;
|
1169
|
+
}
|
1170
|
+
.radio-material-pink input[type=radio]:checked ~ .circle {
|
1171
|
+
border-color: #e91e63;
|
1172
|
+
}
|
1173
|
+
.radio-material-purple input[type=radio]:checked ~ .circle {
|
1174
|
+
border-color: #9c27b0;
|
1175
|
+
}
|
1176
|
+
.radio-material-deeppurple input[type=radio]:checked ~ .circle {
|
1177
|
+
border-color: #673ab7;
|
1178
|
+
}
|
1179
|
+
.radio-material-indigo input[type=radio]:checked ~ .circle {
|
1180
|
+
border-color: #3f51b5;
|
1181
|
+
}
|
1182
|
+
.radio-material-lightblue input[type=radio]:checked ~ .circle {
|
1183
|
+
border-color: #03a9f4;
|
1184
|
+
}
|
1185
|
+
.radio-material-cyan input[type=radio]:checked ~ .circle {
|
1186
|
+
border-color: #00bcd4;
|
1187
|
+
}
|
1188
|
+
.radio-material-teal input[type=radio]:checked ~ .circle {
|
1189
|
+
border-color: #009688;
|
1190
|
+
}
|
1191
|
+
.radio-material-lightgreen input[type=radio]:checked ~ .circle {
|
1192
|
+
border-color: #8bc34a;
|
1193
|
+
}
|
1194
|
+
.radio-material-lime input[type=radio]:checked ~ .circle {
|
1195
|
+
border-color: #cddc39;
|
1196
|
+
}
|
1197
|
+
.radio-material-lightyellow input[type=radio]:checked ~ .circle {
|
1198
|
+
border-color: #ffeb3b;
|
1199
|
+
}
|
1200
|
+
.radio-material-orange input[type=radio]:checked ~ .circle {
|
1201
|
+
border-color: #ff9800;
|
1202
|
+
}
|
1203
|
+
.radio-material-deeporange input[type=radio]:checked ~ .circle {
|
1204
|
+
border-color: #ff5722;
|
1205
|
+
}
|
1206
|
+
.radio-material-grey input[type=radio]:checked ~ .circle {
|
1207
|
+
border-color: #9e9e9e;
|
1208
|
+
}
|
1209
|
+
.radio-material-bluegrey input[type=radio]:checked ~ .circle {
|
1210
|
+
border-color: #607d8b;
|
1211
|
+
}
|
1212
|
+
.radio-material-brown input[type=radio]:checked ~ .circle {
|
1213
|
+
border-color: #795548;
|
1214
|
+
}
|
1215
|
+
.radio-material-lightgrey input[type=radio]:checked ~ .circle {
|
1216
|
+
border-color: #ececec;
|
1217
|
+
}
|
1218
|
+
.radio input[type=radio][disabled] ~ .check,
|
1219
|
+
.radio input[type=radio][disabled] ~ .circle {
|
1220
|
+
opacity: 0.5;
|
1221
|
+
}
|
1222
|
+
.radio input[type=radio] {
|
1223
|
+
display: none;
|
1224
|
+
}
|
1225
|
+
.radio input[type=radio]:checked ~ .check {
|
1226
|
+
transform: scale(0.55);
|
1227
|
+
}
|
1228
|
+
.radio input[type=radio][disabled] ~ .circle {
|
1229
|
+
border-color: rgba(0, 0, 0, 0.84);
|
1230
|
+
}
|
1231
|
+
.radio input[type=radio][disabled] ~ .check {
|
1232
|
+
background-color: rgba(0, 0, 0, 0.84);
|
1233
|
+
}
|
1234
|
+
@keyframes rippleOn {
|
1235
|
+
0% {
|
1236
|
+
opacity: 0;
|
1237
|
+
}
|
1238
|
+
50% {
|
1239
|
+
opacity: 0.2;
|
1240
|
+
}
|
1241
|
+
100% {
|
1242
|
+
opacity: 0;
|
1243
|
+
}
|
1244
|
+
}
|
1245
|
+
@keyframes rippleOff {
|
1246
|
+
0% {
|
1247
|
+
opacity: 0;
|
1248
|
+
}
|
1249
|
+
50% {
|
1250
|
+
opacity: 0.2;
|
1251
|
+
}
|
1252
|
+
100% {
|
1253
|
+
opacity: 0;
|
1254
|
+
}
|
1255
|
+
}
|
1256
|
+
fieldset[disabled] .form-control,
|
1257
|
+
.form-control-wrapper .form-control,
|
1258
|
+
.form-control,
|
1259
|
+
fieldset[disabled] .form-control:focus,
|
1260
|
+
.form-control-wrapper .form-control:focus,
|
1261
|
+
.form-control:focus,
|
1262
|
+
fieldset[disabled] .form-control.focus,
|
1263
|
+
.form-control-wrapper .form-control.focus,
|
1264
|
+
.form-control.focus {
|
1265
|
+
padding: 0;
|
1266
|
+
float: none;
|
1267
|
+
border: 0;
|
1268
|
+
box-shadow: none;
|
1269
|
+
border-radius: 0;
|
1270
|
+
background: transparent;
|
1271
|
+
border-bottom: 1px solid #757575;
|
1272
|
+
}
|
1273
|
+
fieldset[disabled] .form-control:not(textarea):not(select),
|
1274
|
+
.form-control-wrapper .form-control:not(textarea):not(select),
|
1275
|
+
.form-control:not(textarea):not(select),
|
1276
|
+
fieldset[disabled] .form-control:focus:not(textarea):not(select),
|
1277
|
+
.form-control-wrapper .form-control:focus:not(textarea):not(select),
|
1278
|
+
.form-control:focus:not(textarea):not(select),
|
1279
|
+
fieldset[disabled] .form-control.focus:not(textarea):not(select),
|
1280
|
+
.form-control-wrapper .form-control.focus:not(textarea):not(select),
|
1281
|
+
.form-control.focus:not(textarea):not(select) {
|
1282
|
+
height: 28px;
|
1283
|
+
}
|
1284
|
+
fieldset[disabled] .form-control:disabled,
|
1285
|
+
.form-control-wrapper .form-control:disabled,
|
1286
|
+
.form-control:disabled,
|
1287
|
+
fieldset[disabled] .form-control:focus:disabled,
|
1288
|
+
.form-control-wrapper .form-control:focus:disabled,
|
1289
|
+
.form-control:focus:disabled,
|
1290
|
+
fieldset[disabled] .form-control.focus:disabled,
|
1291
|
+
.form-control-wrapper .form-control.focus:disabled,
|
1292
|
+
.form-control.focus:disabled {
|
1293
|
+
border-style: dashed;
|
1294
|
+
}
|
1295
|
+
select.form-control {
|
1296
|
+
height: 23px;
|
1297
|
+
}
|
1298
|
+
select[multiple].form-control,
|
1299
|
+
select[multiple].form-control:focus,
|
1300
|
+
select[multiple].form-control.focus {
|
1301
|
+
height: 85px;
|
1302
|
+
}
|
1303
|
+
.form-control-wrapper {
|
1304
|
+
position: relative;
|
1305
|
+
/* active state */
|
1306
|
+
}
|
1307
|
+
.form-control-wrapper .form-control:focus,
|
1308
|
+
.form-control-wrapper .form-control.focus {
|
1309
|
+
outline: none;
|
1310
|
+
}
|
1311
|
+
.form-control-wrapper .floating-label {
|
1312
|
+
color: #7E7E7E;
|
1313
|
+
font-size: 14px;
|
1314
|
+
position: absolute;
|
1315
|
+
pointer-events: none;
|
1316
|
+
left: 0px;
|
1317
|
+
top: 5px;
|
1318
|
+
transition: 0.2s ease all;
|
1319
|
+
opacity: 0;
|
1320
|
+
}
|
1321
|
+
.form-control-wrapper .form-control:not(.empty) ~ .floating-label {
|
1322
|
+
top: -10px;
|
1323
|
+
font-size: 10px;
|
1324
|
+
opacity: 1;
|
1325
|
+
}
|
1326
|
+
.form-control-wrapper .form-control:focus:invalid ~ .floating-label,
|
1327
|
+
.form-control-wrapper .form-control.focus:invalid ~ .floating-label {
|
1328
|
+
color: #f44336;
|
1329
|
+
}
|
1330
|
+
.form-control-wrapper .form-control:focus ~ .material-input:after,
|
1331
|
+
.form-control-wrapper .form-control.focus ~ .material-input:after {
|
1332
|
+
background-color: #5264ae;
|
1333
|
+
}
|
1334
|
+
.form-control-wrapper .form-control:focus:invalid ~ .material-input:before,
|
1335
|
+
.form-control-wrapper .form-control.focus:invalid ~ .material-input:before,
|
1336
|
+
.form-control-wrapper .form-control:focus:invalid ~ .material-input:after,
|
1337
|
+
.form-control-wrapper .form-control.focus:invalid ~ .material-input:after {
|
1338
|
+
background-color: #f44336;
|
1339
|
+
}
|
1340
|
+
.form-control-wrapper .form-control.empty ~ .floating-label {
|
1341
|
+
opacity: 1;
|
1342
|
+
}
|
1343
|
+
.form-control-wrapper .material-input:before {
|
1344
|
+
position: absolute;
|
1345
|
+
content: "";
|
1346
|
+
width: 100%;
|
1347
|
+
left: 0;
|
1348
|
+
height: 2px;
|
1349
|
+
background-color: #5264ae;
|
1350
|
+
bottom: -1px;
|
1351
|
+
transform: scaleX(0);
|
1352
|
+
transition: transform 0s;
|
1353
|
+
}
|
1354
|
+
.form-control-wrapper .form-control:focus ~ .material-input:before,
|
1355
|
+
.form-control-wrapper .form-control.focus ~ .material-input:before {
|
1356
|
+
transform: scaleX(1);
|
1357
|
+
transition: transform 0.2s ease-out;
|
1358
|
+
}
|
1359
|
+
.form-control-wrapper .material-input:after {
|
1360
|
+
content: "";
|
1361
|
+
position: absolute;
|
1362
|
+
height: 18px;
|
1363
|
+
width: 100px;
|
1364
|
+
margin-top: -1px;
|
1365
|
+
top: 7px;
|
1366
|
+
left: 0;
|
1367
|
+
pointer-events: none;
|
1368
|
+
opacity: 0.9;
|
1369
|
+
transform-origin: left;
|
1370
|
+
}
|
1371
|
+
.form-control-wrapper .input-lg ~ .material-input:after {
|
1372
|
+
height: 26px;
|
1373
|
+
}
|
1374
|
+
.form-control-wrapper textarea {
|
1375
|
+
resize: none;
|
1376
|
+
}
|
1377
|
+
.form-control-wrapper textarea ~ .form-control-highlight {
|
1378
|
+
margin-top: -11px;
|
1379
|
+
}
|
1380
|
+
.form-control-wrapper .form-control:focus ~ .material-input:after,
|
1381
|
+
.form-control-wrapper .form-control.focus ~ .material-input:after {
|
1382
|
+
animation: input-highlight 0.3s ease;
|
1383
|
+
animation-fill-mode: forwards;
|
1384
|
+
opacity: 0;
|
1385
|
+
}
|
1386
|
+
.form-control-wrapper select ~ .material-input:after {
|
1387
|
+
display: none;
|
1388
|
+
}
|
1389
|
+
.form-group.has-warning .material-input:before,
|
1390
|
+
.form-group.has-warning input.form-control:focus ~ .material-input:after,
|
1391
|
+
.form-group.has-warning input.form-control.focus ~ .material-input:after {
|
1392
|
+
background: #ff5722;
|
1393
|
+
}
|
1394
|
+
.form-group.has-warning .control-label,
|
1395
|
+
.form-group.has-warning input.form-control:not(.empty) ~ .floating-label {
|
1396
|
+
color: #ff5722;
|
1397
|
+
}
|
1398
|
+
.form-group.has-error .material-input:before,
|
1399
|
+
.form-group.has-error input.form-control:focus ~ .material-input:after,
|
1400
|
+
.form-group.has-error input.form-control.focus ~ .material-input:after {
|
1401
|
+
background: #f44336;
|
1402
|
+
}
|
1403
|
+
.form-group.has-error .control-label,
|
1404
|
+
.form-group.has-error input.form-control:not(.empty) ~ .floating-label {
|
1405
|
+
color: #f44336;
|
1406
|
+
}
|
1407
|
+
.form-group.has-success .material-input:before,
|
1408
|
+
.form-group.has-success input.form-control:focus ~ .material-input:after,
|
1409
|
+
.form-group.has-success input.form-control.focus ~ .material-input:after {
|
1410
|
+
background: #0f9d58;
|
1411
|
+
}
|
1412
|
+
.form-group.has-success .control-label,
|
1413
|
+
.form-group.has-success input.form-control:not(.empty) ~ .floating-label {
|
1414
|
+
color: #0f9d58;
|
1415
|
+
}
|
1416
|
+
.form-group.has-info .material-input:before,
|
1417
|
+
.form-group.has-info input.form-control:focus ~ .material-input:after,
|
1418
|
+
.form-group.has-info input.form-control.focus ~ .material-input:after {
|
1419
|
+
background: #03a9f4;
|
1420
|
+
}
|
1421
|
+
.form-group.has-info .control-label,
|
1422
|
+
.form-group.has-info input.form-control:not(.empty) ~ .floating-label {
|
1423
|
+
color: #03a9f4;
|
1424
|
+
}
|
1425
|
+
.form-group .material-input:before,
|
1426
|
+
.form-group-default .material-input:before {
|
1427
|
+
background-color: #3f51b5;
|
1428
|
+
}
|
1429
|
+
.form-group-primary .material-input:before {
|
1430
|
+
background-color: #4285f4;
|
1431
|
+
}
|
1432
|
+
.form-group-success .material-input:before {
|
1433
|
+
background-color: #0f9d58;
|
1434
|
+
}
|
1435
|
+
.form-group-info .material-input:before {
|
1436
|
+
background-color: #03a9f4;
|
1437
|
+
}
|
1438
|
+
.form-group-warning .material-input:before {
|
1439
|
+
background-color: #ff5722;
|
1440
|
+
}
|
1441
|
+
.form-group-danger .material-input:before {
|
1442
|
+
background-color: #f44336;
|
1443
|
+
}
|
1444
|
+
.form-group-material-red .material-input:before {
|
1445
|
+
background-color: #f44336;
|
1446
|
+
}
|
1447
|
+
.form-group-material-pink .material-input:before {
|
1448
|
+
background-color: #e91e63;
|
1449
|
+
}
|
1450
|
+
.form-group-material-purple .material-input:before {
|
1451
|
+
background-color: #9c27b0;
|
1452
|
+
}
|
1453
|
+
.form-group-material-deeppurple .material-input:before {
|
1454
|
+
background-color: #673ab7;
|
1455
|
+
}
|
1456
|
+
.form-group-material-indigo .material-input:before {
|
1457
|
+
background-color: #3f51b5;
|
1458
|
+
}
|
1459
|
+
.form-group-material-lightblue .material-input:before {
|
1460
|
+
background-color: #03a9f4;
|
1461
|
+
}
|
1462
|
+
.form-group-material-cyan .material-input:before {
|
1463
|
+
background-color: #00bcd4;
|
1464
|
+
}
|
1465
|
+
.form-group-material-teal .material-input:before {
|
1466
|
+
background-color: #009688;
|
1467
|
+
}
|
1468
|
+
.form-group-material-lightgreen .material-input:before {
|
1469
|
+
background-color: #8bc34a;
|
1470
|
+
}
|
1471
|
+
.form-group-material-lime .material-input:before {
|
1472
|
+
background-color: #cddc39;
|
1473
|
+
}
|
1474
|
+
.form-group-material-lightyellow .material-input:before {
|
1475
|
+
background-color: #ffeb3b;
|
1476
|
+
}
|
1477
|
+
.form-group-material-orange .material-input:before {
|
1478
|
+
background-color: #ff9800;
|
1479
|
+
}
|
1480
|
+
.form-group-material-deeporange .material-input:before {
|
1481
|
+
background-color: #ff5722;
|
1482
|
+
}
|
1483
|
+
.form-group-material-grey .material-input:before {
|
1484
|
+
background-color: #9e9e9e;
|
1485
|
+
}
|
1486
|
+
.form-group-material-bluegrey .material-input:before {
|
1487
|
+
background-color: #607d8b;
|
1488
|
+
}
|
1489
|
+
.form-group-material-brown .material-input:before {
|
1490
|
+
background-color: #795548;
|
1491
|
+
}
|
1492
|
+
.form-group-material-lightgrey .material-input:before {
|
1493
|
+
background-color: #ececec;
|
1494
|
+
}
|
1495
|
+
.form-group input.form-control:focus ~ .material-input:after,
|
1496
|
+
.form-group-default input.form-control:focus ~ .material-input:after {
|
1497
|
+
background-color: #3f51b5;
|
1498
|
+
}
|
1499
|
+
.form-group-primary input.form-control:focus ~ .material-input:after {
|
1500
|
+
background-color: #4285f4;
|
1501
|
+
}
|
1502
|
+
.form-group-success input.form-control:focus ~ .material-input:after {
|
1503
|
+
background-color: #0f9d58;
|
1504
|
+
}
|
1505
|
+
.form-group-info input.form-control:focus ~ .material-input:after {
|
1506
|
+
background-color: #03a9f4;
|
1507
|
+
}
|
1508
|
+
.form-group-warning input.form-control:focus ~ .material-input:after {
|
1509
|
+
background-color: #ff5722;
|
1510
|
+
}
|
1511
|
+
.form-group-danger input.form-control:focus ~ .material-input:after {
|
1512
|
+
background-color: #f44336;
|
1513
|
+
}
|
1514
|
+
.form-group-material-red input.form-control:focus ~ .material-input:after {
|
1515
|
+
background-color: #f44336;
|
1516
|
+
}
|
1517
|
+
.form-group-material-pink input.form-control:focus ~ .material-input:after {
|
1518
|
+
background-color: #e91e63;
|
1519
|
+
}
|
1520
|
+
.form-group-material-purple input.form-control:focus ~ .material-input:after {
|
1521
|
+
background-color: #9c27b0;
|
1522
|
+
}
|
1523
|
+
.form-group-material-deeppurple input.form-control:focus ~ .material-input:after {
|
1524
|
+
background-color: #673ab7;
|
1525
|
+
}
|
1526
|
+
.form-group-material-indigo input.form-control:focus ~ .material-input:after {
|
1527
|
+
background-color: #3f51b5;
|
1528
|
+
}
|
1529
|
+
.form-group-material-lightblue input.form-control:focus ~ .material-input:after {
|
1530
|
+
background-color: #03a9f4;
|
1531
|
+
}
|
1532
|
+
.form-group-material-cyan input.form-control:focus ~ .material-input:after {
|
1533
|
+
background-color: #00bcd4;
|
1534
|
+
}
|
1535
|
+
.form-group-material-teal input.form-control:focus ~ .material-input:after {
|
1536
|
+
background-color: #009688;
|
1537
|
+
}
|
1538
|
+
.form-group-material-lightgreen input.form-control:focus ~ .material-input:after {
|
1539
|
+
background-color: #8bc34a;
|
1540
|
+
}
|
1541
|
+
.form-group-material-lime input.form-control:focus ~ .material-input:after {
|
1542
|
+
background-color: #cddc39;
|
1543
|
+
}
|
1544
|
+
.form-group-material-lightyellow input.form-control:focus ~ .material-input:after {
|
1545
|
+
background-color: #ffeb3b;
|
1546
|
+
}
|
1547
|
+
.form-group-material-orange input.form-control:focus ~ .material-input:after {
|
1548
|
+
background-color: #ff9800;
|
1549
|
+
}
|
1550
|
+
.form-group-material-deeporange input.form-control:focus ~ .material-input:after {
|
1551
|
+
background-color: #ff5722;
|
1552
|
+
}
|
1553
|
+
.form-group-material-grey input.form-control:focus ~ .material-input:after {
|
1554
|
+
background-color: #9e9e9e;
|
1555
|
+
}
|
1556
|
+
.form-group-material-bluegrey input.form-control:focus ~ .material-input:after {
|
1557
|
+
background-color: #607d8b;
|
1558
|
+
}
|
1559
|
+
.form-group-material-brown input.form-control:focus ~ .material-input:after {
|
1560
|
+
background-color: #795548;
|
1561
|
+
}
|
1562
|
+
.form-group-material-lightgrey input.form-control:focus ~ .material-input:after {
|
1563
|
+
background-color: #ececec;
|
1564
|
+
}
|
1565
|
+
.form-group input.form-control.focus ~ .material-input:after,
|
1566
|
+
.form-group-default input.form-control.focus ~ .material-input:after {
|
1567
|
+
background-color: #3f51b5;
|
1568
|
+
}
|
1569
|
+
.form-group-primary input.form-control.focus ~ .material-input:after {
|
1570
|
+
background-color: #4285f4;
|
1571
|
+
}
|
1572
|
+
.form-group-success input.form-control.focus ~ .material-input:after {
|
1573
|
+
background-color: #0f9d58;
|
1574
|
+
}
|
1575
|
+
.form-group-info input.form-control.focus ~ .material-input:after {
|
1576
|
+
background-color: #03a9f4;
|
1577
|
+
}
|
1578
|
+
.form-group-warning input.form-control.focus ~ .material-input:after {
|
1579
|
+
background-color: #ff5722;
|
1580
|
+
}
|
1581
|
+
.form-group-danger input.form-control.focus ~ .material-input:after {
|
1582
|
+
background-color: #f44336;
|
1583
|
+
}
|
1584
|
+
.form-group-material-red input.form-control.focus ~ .material-input:after {
|
1585
|
+
background-color: #f44336;
|
1586
|
+
}
|
1587
|
+
.form-group-material-pink input.form-control.focus ~ .material-input:after {
|
1588
|
+
background-color: #e91e63;
|
1589
|
+
}
|
1590
|
+
.form-group-material-purple input.form-control.focus ~ .material-input:after {
|
1591
|
+
background-color: #9c27b0;
|
1592
|
+
}
|
1593
|
+
.form-group-material-deeppurple input.form-control.focus ~ .material-input:after {
|
1594
|
+
background-color: #673ab7;
|
1595
|
+
}
|
1596
|
+
.form-group-material-indigo input.form-control.focus ~ .material-input:after {
|
1597
|
+
background-color: #3f51b5;
|
1598
|
+
}
|
1599
|
+
.form-group-material-lightblue input.form-control.focus ~ .material-input:after {
|
1600
|
+
background-color: #03a9f4;
|
1601
|
+
}
|
1602
|
+
.form-group-material-cyan input.form-control.focus ~ .material-input:after {
|
1603
|
+
background-color: #00bcd4;
|
1604
|
+
}
|
1605
|
+
.form-group-material-teal input.form-control.focus ~ .material-input:after {
|
1606
|
+
background-color: #009688;
|
1607
|
+
}
|
1608
|
+
.form-group-material-lightgreen input.form-control.focus ~ .material-input:after {
|
1609
|
+
background-color: #8bc34a;
|
1610
|
+
}
|
1611
|
+
.form-group-material-lime input.form-control.focus ~ .material-input:after {
|
1612
|
+
background-color: #cddc39;
|
1613
|
+
}
|
1614
|
+
.form-group-material-lightyellow input.form-control.focus ~ .material-input:after {
|
1615
|
+
background-color: #ffeb3b;
|
1616
|
+
}
|
1617
|
+
.form-group-material-orange input.form-control.focus ~ .material-input:after {
|
1618
|
+
background-color: #ff9800;
|
1619
|
+
}
|
1620
|
+
.form-group-material-deeporange input.form-control.focus ~ .material-input:after {
|
1621
|
+
background-color: #ff5722;
|
1622
|
+
}
|
1623
|
+
.form-group-material-grey input.form-control.focus ~ .material-input:after {
|
1624
|
+
background-color: #9e9e9e;
|
1625
|
+
}
|
1626
|
+
.form-group-material-bluegrey input.form-control.focus ~ .material-input:after {
|
1627
|
+
background-color: #607d8b;
|
1628
|
+
}
|
1629
|
+
.form-group-material-brown input.form-control.focus ~ .material-input:after {
|
1630
|
+
background-color: #795548;
|
1631
|
+
}
|
1632
|
+
.form-group-material-lightgrey input.form-control.focus ~ .material-input:after {
|
1633
|
+
background-color: #ececec;
|
1634
|
+
}
|
1635
|
+
.form-group .control-label,
|
1636
|
+
.form-group-default .control-label {
|
1637
|
+
color: rgba(0, 0, 0, 0.84);
|
1638
|
+
}
|
1639
|
+
.form-group-primary .control-label {
|
1640
|
+
color: #4285f4;
|
1641
|
+
}
|
1642
|
+
.form-group-success .control-label {
|
1643
|
+
color: #0f9d58;
|
1644
|
+
}
|
1645
|
+
.form-group-info .control-label {
|
1646
|
+
color: #03a9f4;
|
1647
|
+
}
|
1648
|
+
.form-group-warning .control-label {
|
1649
|
+
color: #ff5722;
|
1650
|
+
}
|
1651
|
+
.form-group-danger .control-label {
|
1652
|
+
color: #f44336;
|
1653
|
+
}
|
1654
|
+
.form-group-material-red .control-label {
|
1655
|
+
color: #f44336;
|
1656
|
+
}
|
1657
|
+
.form-group-material-pink .control-label {
|
1658
|
+
color: #e91e63;
|
1659
|
+
}
|
1660
|
+
.form-group-material-purple .control-label {
|
1661
|
+
color: #9c27b0;
|
1662
|
+
}
|
1663
|
+
.form-group-material-deeppurple .control-label {
|
1664
|
+
color: #673ab7;
|
1665
|
+
}
|
1666
|
+
.form-group-material-indigo .control-label {
|
1667
|
+
color: #3f51b5;
|
1668
|
+
}
|
1669
|
+
.form-group-material-lightblue .control-label {
|
1670
|
+
color: #03a9f4;
|
1671
|
+
}
|
1672
|
+
.form-group-material-cyan .control-label {
|
1673
|
+
color: #00bcd4;
|
1674
|
+
}
|
1675
|
+
.form-group-material-teal .control-label {
|
1676
|
+
color: #009688;
|
1677
|
+
}
|
1678
|
+
.form-group-material-lightgreen .control-label {
|
1679
|
+
color: #8bc34a;
|
1680
|
+
}
|
1681
|
+
.form-group-material-lime .control-label {
|
1682
|
+
color: #cddc39;
|
1683
|
+
}
|
1684
|
+
.form-group-material-lightyellow .control-label {
|
1685
|
+
color: #ffeb3b;
|
1686
|
+
}
|
1687
|
+
.form-group-material-orange .control-label {
|
1688
|
+
color: #ff9800;
|
1689
|
+
}
|
1690
|
+
.form-group-material-deeporange .control-label {
|
1691
|
+
color: #ff5722;
|
1692
|
+
}
|
1693
|
+
.form-group-material-grey .control-label {
|
1694
|
+
color: #9e9e9e;
|
1695
|
+
}
|
1696
|
+
.form-group-material-bluegrey .control-label {
|
1697
|
+
color: #607d8b;
|
1698
|
+
}
|
1699
|
+
.form-group-material-brown .control-label {
|
1700
|
+
color: #795548;
|
1701
|
+
}
|
1702
|
+
.form-group-material-lightgrey .control-label {
|
1703
|
+
color: #ececec;
|
1704
|
+
}
|
1705
|
+
.form-group input.form-control:not(.empty) ~ .floating-label,
|
1706
|
+
.form-group-default input.form-control:not(.empty) ~ .floating-label {
|
1707
|
+
color: #3f51b5;
|
1708
|
+
}
|
1709
|
+
.form-group-primary input.form-control:not(.empty) ~ .floating-label {
|
1710
|
+
color: #4285f4;
|
1711
|
+
}
|
1712
|
+
.form-group-success input.form-control:not(.empty) ~ .floating-label {
|
1713
|
+
color: #0f9d58;
|
1714
|
+
}
|
1715
|
+
.form-group-info input.form-control:not(.empty) ~ .floating-label {
|
1716
|
+
color: #03a9f4;
|
1717
|
+
}
|
1718
|
+
.form-group-warning input.form-control:not(.empty) ~ .floating-label {
|
1719
|
+
color: #ff5722;
|
1720
|
+
}
|
1721
|
+
.form-group-danger input.form-control:not(.empty) ~ .floating-label {
|
1722
|
+
color: #f44336;
|
1723
|
+
}
|
1724
|
+
.form-group-material-red input.form-control:not(.empty) ~ .floating-label {
|
1725
|
+
color: #f44336;
|
1726
|
+
}
|
1727
|
+
.form-group-material-pink input.form-control:not(.empty) ~ .floating-label {
|
1728
|
+
color: #e91e63;
|
1729
|
+
}
|
1730
|
+
.form-group-material-purple input.form-control:not(.empty) ~ .floating-label {
|
1731
|
+
color: #9c27b0;
|
1732
|
+
}
|
1733
|
+
.form-group-material-deeppurple input.form-control:not(.empty) ~ .floating-label {
|
1734
|
+
color: #673ab7;
|
1735
|
+
}
|
1736
|
+
.form-group-material-indigo input.form-control:not(.empty) ~ .floating-label {
|
1737
|
+
color: #3f51b5;
|
1738
|
+
}
|
1739
|
+
.form-group-material-lightblue input.form-control:not(.empty) ~ .floating-label {
|
1740
|
+
color: #03a9f4;
|
1741
|
+
}
|
1742
|
+
.form-group-material-cyan input.form-control:not(.empty) ~ .floating-label {
|
1743
|
+
color: #00bcd4;
|
1744
|
+
}
|
1745
|
+
.form-group-material-teal input.form-control:not(.empty) ~ .floating-label {
|
1746
|
+
color: #009688;
|
1747
|
+
}
|
1748
|
+
.form-group-material-lightgreen input.form-control:not(.empty) ~ .floating-label {
|
1749
|
+
color: #8bc34a;
|
1750
|
+
}
|
1751
|
+
.form-group-material-lime input.form-control:not(.empty) ~ .floating-label {
|
1752
|
+
color: #cddc39;
|
1753
|
+
}
|
1754
|
+
.form-group-material-lightyellow input.form-control:not(.empty) ~ .floating-label {
|
1755
|
+
color: #ffeb3b;
|
1756
|
+
}
|
1757
|
+
.form-group-material-orange input.form-control:not(.empty) ~ .floating-label {
|
1758
|
+
color: #ff9800;
|
1759
|
+
}
|
1760
|
+
.form-group-material-deeporange input.form-control:not(.empty) ~ .floating-label {
|
1761
|
+
color: #ff5722;
|
1762
|
+
}
|
1763
|
+
.form-group-material-grey input.form-control:not(.empty) ~ .floating-label {
|
1764
|
+
color: #9e9e9e;
|
1765
|
+
}
|
1766
|
+
.form-group-material-bluegrey input.form-control:not(.empty) ~ .floating-label {
|
1767
|
+
color: #607d8b;
|
1768
|
+
}
|
1769
|
+
.form-group-material-brown input.form-control:not(.empty) ~ .floating-label {
|
1770
|
+
color: #795548;
|
1771
|
+
}
|
1772
|
+
.form-group-material-lightgrey input.form-control:not(.empty) ~ .floating-label {
|
1773
|
+
color: #ececec;
|
1774
|
+
}
|
1775
|
+
.input-group .form-control-wrapper {
|
1776
|
+
margin-right: 5px;
|
1777
|
+
margin-left: 5px;
|
1778
|
+
bottom: -10px;
|
1779
|
+
}
|
1780
|
+
.input-group .form-control-wrapper .form-control {
|
1781
|
+
float: none;
|
1782
|
+
}
|
1783
|
+
.input-group .input-group-addon {
|
1784
|
+
border: 0;
|
1785
|
+
}
|
1786
|
+
.input-group .input-group-btn .btn {
|
1787
|
+
border-radius: 4px;
|
1788
|
+
}
|
1789
|
+
select.form-control {
|
1790
|
+
border: 0;
|
1791
|
+
box-shadow: none;
|
1792
|
+
border-bottom: 1px solid #757575;
|
1793
|
+
border-radius: 0;
|
1794
|
+
}
|
1795
|
+
select.form-control:focus,
|
1796
|
+
select.form-control.focus {
|
1797
|
+
box-shadow: none;
|
1798
|
+
border-color: #757575;
|
1799
|
+
}
|
1800
|
+
@keyframes input-highlight {
|
1801
|
+
0% {
|
1802
|
+
left: 20%;
|
1803
|
+
transform: scaleX(20%);
|
1804
|
+
}
|
1805
|
+
99% {
|
1806
|
+
transform: scaleX(0);
|
1807
|
+
left: 0;
|
1808
|
+
opacity: 1;
|
1809
|
+
}
|
1810
|
+
100% {
|
1811
|
+
opacity: 0;
|
1812
|
+
}
|
1813
|
+
}
|
1814
|
+
.form-control-wrapper input[type=file] {
|
1815
|
+
opacity: 0;
|
1816
|
+
position: absolute;
|
1817
|
+
top: 0;
|
1818
|
+
right: 0;
|
1819
|
+
bottom: 0;
|
1820
|
+
left: 0;
|
1821
|
+
width: 100%;
|
1822
|
+
height: 100%;
|
1823
|
+
z-index: 100;
|
1824
|
+
}
|
1825
|
+
legend {
|
1826
|
+
border-bottom: 0;
|
1827
|
+
}
|
1828
|
+
.modal-content {
|
1829
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
1830
|
+
border-radius: 0;
|
1831
|
+
border: 0;
|
1832
|
+
}
|
1833
|
+
.modal-content .modal-header {
|
1834
|
+
border-bottom: 0;
|
1835
|
+
}
|
1836
|
+
.modal-content .modal-footer {
|
1837
|
+
border-top: 0;
|
1838
|
+
}
|
1839
|
+
.modal-content .modal-footer .btn + .btn {
|
1840
|
+
margin-bottom: 10px;
|
1841
|
+
}
|
1842
|
+
.list-group {
|
1843
|
+
border-radius: 0;
|
1844
|
+
}
|
1845
|
+
.list-group .list-group-item {
|
1846
|
+
background-color: transparent;
|
1847
|
+
overflow: hidden;
|
1848
|
+
border: 0;
|
1849
|
+
border-radius: 0;
|
1850
|
+
padding: 0 16px;
|
1851
|
+
}
|
1852
|
+
.list-group .list-group-item .row-picture,
|
1853
|
+
.list-group .list-group-item .row-action-primary {
|
1854
|
+
float: left;
|
1855
|
+
display: inline-block;
|
1856
|
+
padding-right: 16px;
|
1857
|
+
}
|
1858
|
+
.list-group .list-group-item .row-picture img,
|
1859
|
+
.list-group .list-group-item .row-action-primary img,
|
1860
|
+
.list-group .list-group-item .row-picture i,
|
1861
|
+
.list-group .list-group-item .row-action-primary i,
|
1862
|
+
.list-group .list-group-item .row-picture label,
|
1863
|
+
.list-group .list-group-item .row-action-primary label {
|
1864
|
+
display: block;
|
1865
|
+
width: 56px;
|
1866
|
+
height: 56px;
|
1867
|
+
}
|
1868
|
+
.list-group .list-group-item .row-picture img,
|
1869
|
+
.list-group .list-group-item .row-action-primary img {
|
1870
|
+
background: rgba(0, 0, 0, 0.1);
|
1871
|
+
padding: 1px;
|
1872
|
+
}
|
1873
|
+
.list-group .list-group-item .row-picture img.circle,
|
1874
|
+
.list-group .list-group-item .row-action-primary img.circle {
|
1875
|
+
border-radius: 100%;
|
1876
|
+
}
|
1877
|
+
.list-group .list-group-item .row-picture i,
|
1878
|
+
.list-group .list-group-item .row-action-primary i {
|
1879
|
+
background: rgba(0, 0, 0, 0.25);
|
1880
|
+
border-radius: 100%;
|
1881
|
+
text-align: center;
|
1882
|
+
line-height: 56px;
|
1883
|
+
font-size: 20px;
|
1884
|
+
color: white;
|
1885
|
+
}
|
1886
|
+
.list-group .list-group-item .row-picture label,
|
1887
|
+
.list-group .list-group-item .row-action-primary label {
|
1888
|
+
margin-left: 7px;
|
1889
|
+
margin-right: -7px;
|
1890
|
+
margin-top: 5px;
|
1891
|
+
margin-bottom: -5px;
|
1892
|
+
}
|
1893
|
+
.list-group .list-group-item .row-content {
|
1894
|
+
display: inline-block;
|
1895
|
+
width: calc(100% - 92px);
|
1896
|
+
min-height: 66px;
|
1897
|
+
}
|
1898
|
+
.list-group .list-group-item .row-content .action-secondary {
|
1899
|
+
position: absolute;
|
1900
|
+
right: 16px;
|
1901
|
+
top: 16px;
|
1902
|
+
}
|
1903
|
+
.list-group .list-group-item .row-content .action-secondary i {
|
1904
|
+
font-size: 20px;
|
1905
|
+
color: rgba(0, 0, 0, 0.25);
|
1906
|
+
cursor: pointer;
|
1907
|
+
}
|
1908
|
+
.list-group .list-group-item .row-content .action-secondary ~ * {
|
1909
|
+
max-width: calc(100% - 30px);
|
1910
|
+
}
|
1911
|
+
.list-group .list-group-item .row-content .least-content {
|
1912
|
+
position: absolute;
|
1913
|
+
right: 16px;
|
1914
|
+
top: 0px;
|
1915
|
+
color: rgba(0, 0, 0, 0.54);
|
1916
|
+
font-size: 14px;
|
1917
|
+
}
|
1918
|
+
.list-group .list-group-item .list-group-item-heading {
|
1919
|
+
color: rgba(0, 0, 0, 0.77);
|
1920
|
+
font-size: 20px;
|
1921
|
+
line-height: 29px;
|
1922
|
+
}
|
1923
|
+
.list-group .list-group-separator {
|
1924
|
+
clear: both;
|
1925
|
+
overflow: hidden;
|
1926
|
+
margin-top: 10px;
|
1927
|
+
margin-bottom: 10px;
|
1928
|
+
}
|
1929
|
+
.list-group .list-group-separator:before {
|
1930
|
+
content: "";
|
1931
|
+
width: calc(100% - 90px);
|
1932
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
1933
|
+
float: right;
|
1934
|
+
}
|
1935
|
+
.navbar {
|
1936
|
+
background-color: #4285f4;
|
1937
|
+
border: 0;
|
1938
|
+
border-radius: 0;
|
1939
|
+
}
|
1940
|
+
.navbar .navbar-brand {
|
1941
|
+
position: relative;
|
1942
|
+
height: 60px;
|
1943
|
+
line-height: 30px;
|
1944
|
+
color: rgba(255, 255, 255, 0.84);
|
1945
|
+
}
|
1946
|
+
.navbar .navbar-brand:hover,
|
1947
|
+
.navbar .navbar-brand:focus {
|
1948
|
+
color: rgba(255, 255, 255, 0.84);
|
1949
|
+
background-color: transparent;
|
1950
|
+
}
|
1951
|
+
.navbar .navbar-text {
|
1952
|
+
color: rgba(255, 255, 255, 0.84);
|
1953
|
+
margin-top: 20px;
|
1954
|
+
margin-bottom: 20px;
|
1955
|
+
}
|
1956
|
+
.navbar .navbar-nav > li > a {
|
1957
|
+
color: rgba(255, 255, 255, 0.84);
|
1958
|
+
padding-top: 20px;
|
1959
|
+
padding-bottom: 20px;
|
1960
|
+
}
|
1961
|
+
.navbar .navbar-nav > li > a:hover,
|
1962
|
+
.navbar .navbar-nav > li > a:focus {
|
1963
|
+
color: rgba(255, 255, 255, 0.84);
|
1964
|
+
background-color: transparent;
|
1965
|
+
}
|
1966
|
+
.navbar .navbar-nav > .active > a,
|
1967
|
+
.navbar .navbar-nav > .active > a:hover,
|
1968
|
+
.navbar .navbar-nav > .active > a:focus {
|
1969
|
+
color: rgba(255, 255, 255, 0.84);
|
1970
|
+
background-color: rgba(0, 0, 0, 0.05);
|
1971
|
+
}
|
1972
|
+
.navbar .navbar-nav > .disabled > a,
|
1973
|
+
.navbar .navbar-nav > .disabled > a:hover,
|
1974
|
+
.navbar .navbar-nav > .disabled > a:focus {
|
1975
|
+
color: #e5e5e5;
|
1976
|
+
background-color: transparent;
|
1977
|
+
}
|
1978
|
+
.navbar .navbar-toggle {
|
1979
|
+
border-color: rgba(255, 255, 255, 0.84);
|
1980
|
+
}
|
1981
|
+
.navbar .navbar-toggle:hover,
|
1982
|
+
.navbar .navbar-toggle:focus {
|
1983
|
+
background-color: transparent;
|
1984
|
+
}
|
1985
|
+
.navbar .navbar-toggle .icon-bar {
|
1986
|
+
background-color: rgba(255, 255, 255, 0.84);
|
1987
|
+
}
|
1988
|
+
.navbar .navbar-collapse,
|
1989
|
+
.navbar .navbar-form {
|
1990
|
+
border-color: rgba(0, 0, 0, 0.1);
|
1991
|
+
}
|
1992
|
+
.navbar .navbar-nav > .open > a,
|
1993
|
+
.navbar .navbar-nav > .open > a:hover,
|
1994
|
+
.navbar .navbar-nav > .open > a:focus {
|
1995
|
+
background-color: rgba(0, 0, 0, 0.05);
|
1996
|
+
color: rgba(255, 255, 255, 0.84);
|
1997
|
+
}
|
1998
|
+
@media (max-width: 767px) {
|
1999
|
+
.navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
|
2000
|
+
border: 0;
|
2001
|
+
color: rgba(212, 212, 212, 0.84);
|
2002
|
+
}
|
2003
|
+
.navbar .navbar-nav .open .dropdown-menu .divider {
|
2004
|
+
background-color: rgba(255, 255, 255, 0.84);
|
2005
|
+
}
|
2006
|
+
.navbar .navbar-nav .open .dropdown-menu > li > a {
|
2007
|
+
color: rgba(255, 255, 255, 0.84);
|
2008
|
+
}
|
2009
|
+
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
|
2010
|
+
.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
|
2011
|
+
color: rgba(255, 255, 255, 0.84);
|
2012
|
+
background-color: transparent;
|
2013
|
+
}
|
2014
|
+
.navbar .navbar-nav .open .dropdown-menu > .active > a,
|
2015
|
+
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
|
2016
|
+
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
|
2017
|
+
color: rgba(255, 255, 255, 0.84);
|
2018
|
+
background-color: rgba(0, 0, 0, 0.05);
|
2019
|
+
}
|
2020
|
+
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
|
2021
|
+
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
2022
|
+
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
2023
|
+
color: #e5e5e5;
|
2024
|
+
background-color: transparent;
|
2025
|
+
}
|
2026
|
+
}
|
2027
|
+
.navbar .navbar-link {
|
2028
|
+
color: rgba(255, 255, 255, 0.84);
|
2029
|
+
}
|
2030
|
+
.navbar .navbar-link:hover {
|
2031
|
+
color: rgba(255, 255, 255, 0.84);
|
2032
|
+
}
|
2033
|
+
.navbar .btn-link {
|
2034
|
+
color: rgba(255, 255, 255, 0.84);
|
2035
|
+
}
|
2036
|
+
.navbar .btn-link:hover,
|
2037
|
+
.navbar .btn-link:focus {
|
2038
|
+
color: rgba(255, 255, 255, 0.84);
|
2039
|
+
}
|
2040
|
+
.navbar .btn-link[disabled]:hover,
|
2041
|
+
fieldset[disabled] .navbar .btn-link:hover,
|
2042
|
+
.navbar .btn-link[disabled]:focus,
|
2043
|
+
fieldset[disabled] .navbar .btn-link:focus {
|
2044
|
+
color: #e5e5e5;
|
2045
|
+
}
|
2046
|
+
.navbar .navbar-form {
|
2047
|
+
margin-top: 16px;
|
2048
|
+
}
|
2049
|
+
.navbar .navbar-form .form-control-wrapper .form-control,
|
2050
|
+
.navbar .navbar-form .form-control {
|
2051
|
+
border-color: rgba(255, 255, 255, 0.84);
|
2052
|
+
color: rgba(255, 255, 255, 0.84);
|
2053
|
+
}
|
2054
|
+
.navbar .navbar-form .form-control-wrapper .material-input:before,
|
2055
|
+
.navbar .navbar-form .form-control-wrapper input:focus ~ .material-input:after {
|
2056
|
+
background-color: rgba(255, 255, 255, 0.84);
|
2057
|
+
}
|
2058
|
+
.navbar .navbar-form ::-webkit-input-placeholder {
|
2059
|
+
color: rgba(255, 255, 255, 0.84);
|
2060
|
+
}
|
2061
|
+
.navbar .navbar-form :-moz-placeholder {
|
2062
|
+
color: rgba(255, 255, 255, 0.84);
|
2063
|
+
}
|
2064
|
+
.navbar .navbar-form ::-moz-placeholder {
|
2065
|
+
color: rgba(255, 255, 255, 0.84);
|
2066
|
+
}
|
2067
|
+
.navbar .navbar-form :-ms-input-placeholder {
|
2068
|
+
color: rgba(255, 255, 255, 0.84);
|
2069
|
+
}
|
2070
|
+
.navbar,
|
2071
|
+
.navbar-default {
|
2072
|
+
background-color: #4285f4;
|
2073
|
+
}
|
2074
|
+
.navbar-primary {
|
2075
|
+
background-color: #4285f4;
|
2076
|
+
}
|
2077
|
+
.navbar-success {
|
2078
|
+
background-color: #0f9d58;
|
2079
|
+
}
|
2080
|
+
.navbar-info {
|
2081
|
+
background-color: #03a9f4;
|
2082
|
+
}
|
2083
|
+
.navbar-warning {
|
2084
|
+
background-color: #ff5722;
|
2085
|
+
}
|
2086
|
+
.navbar-danger {
|
2087
|
+
background-color: #f44336;
|
2088
|
+
}
|
2089
|
+
.navbar-material-red {
|
2090
|
+
background-color: #f44336;
|
2091
|
+
}
|
2092
|
+
.navbar-material-pink {
|
2093
|
+
background-color: #e91e63;
|
2094
|
+
}
|
2095
|
+
.navbar-material-purple {
|
2096
|
+
background-color: #9c27b0;
|
2097
|
+
}
|
2098
|
+
.navbar-material-deeppurple {
|
2099
|
+
background-color: #673ab7;
|
2100
|
+
}
|
2101
|
+
.navbar-material-indigo {
|
2102
|
+
background-color: #3f51b5;
|
2103
|
+
}
|
2104
|
+
.navbar-material-lightblue {
|
2105
|
+
background-color: #03a9f4;
|
2106
|
+
}
|
2107
|
+
.navbar-material-cyan {
|
2108
|
+
background-color: #00bcd4;
|
2109
|
+
}
|
2110
|
+
.navbar-material-teal {
|
2111
|
+
background-color: #009688;
|
2112
|
+
}
|
2113
|
+
.navbar-material-lightgreen {
|
2114
|
+
background-color: #8bc34a;
|
2115
|
+
}
|
2116
|
+
.navbar-material-lime {
|
2117
|
+
background-color: #cddc39;
|
2118
|
+
}
|
2119
|
+
.navbar-material-lightyellow {
|
2120
|
+
background-color: #ffeb3b;
|
2121
|
+
}
|
2122
|
+
.navbar-material-orange {
|
2123
|
+
background-color: #ff9800;
|
2124
|
+
}
|
2125
|
+
.navbar-material-deeporange {
|
2126
|
+
background-color: #ff5722;
|
2127
|
+
}
|
2128
|
+
.navbar-material-grey {
|
2129
|
+
background-color: #9e9e9e;
|
2130
|
+
}
|
2131
|
+
.navbar-material-bluegrey {
|
2132
|
+
background-color: #607d8b;
|
2133
|
+
}
|
2134
|
+
.navbar-material-brown {
|
2135
|
+
background-color: #795548;
|
2136
|
+
}
|
2137
|
+
.navbar-material-lightgrey {
|
2138
|
+
background-color: #ececec;
|
2139
|
+
}
|
2140
|
+
.navbar-inverse {
|
2141
|
+
background-color: #3f51b5;
|
2142
|
+
}
|
2143
|
+
.navbar-material-white {
|
2144
|
+
background-color: #FFF;
|
2145
|
+
}
|
2146
|
+
.navbar-material-white .navbar-brand,
|
2147
|
+
.navbar-material-white .navbar-brand:hover,
|
2148
|
+
.navbar-material-white .navbar-brand:focus {
|
2149
|
+
color: rgba(0, 0, 0, 0.84);
|
2150
|
+
}
|
2151
|
+
.navbar-material-white .navbar-nav > li > a {
|
2152
|
+
color: rgba(0, 0, 0, 0.84);
|
2153
|
+
}
|
2154
|
+
.navbar-material-white .navbar-nav > li > a:hover,
|
2155
|
+
.navbar-material-white .navbar-nav > li > a:focus {
|
2156
|
+
color: rgba(0, 0, 0, 0.84);
|
2157
|
+
background-color: transparent;
|
2158
|
+
}
|
2159
|
+
.navbar-material-white .navbar-nav > .active > a,
|
2160
|
+
.navbar-material-white .navbar-nav > .active > a:hover,
|
2161
|
+
.navbar-material-white .navbar-nav > .active > a:focus {
|
2162
|
+
color: rgba(0, 0, 0, 0.84);
|
2163
|
+
background-color: rgba(0, 0, 0, 0.05);
|
2164
|
+
}
|
2165
|
+
.navbar-material-white .navbar-nav > .disabled > a,
|
2166
|
+
.navbar-material-white .navbar-nav > .disabled > a:hover,
|
2167
|
+
.navbar-material-white .navbar-nav > .disabled > a:focus {
|
2168
|
+
color: rgba(0, 0, 0, 0.84);
|
2169
|
+
background-color: transparent;
|
2170
|
+
}
|
2171
|
+
.navbar-material-white .navbar-nav > .open > a,
|
2172
|
+
.navbar-material-white .navbar-nav > .open > a:hover,
|
2173
|
+
.navbar-material-white .navbar-nav > .open > a:focus {
|
2174
|
+
background-color: rgba(0, 0, 0, 0.05);
|
2175
|
+
color: rgba(0, 0, 0, 0.84);
|
2176
|
+
}
|
2177
|
+
.dropdown-menu {
|
2178
|
+
border: 0;
|
2179
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
2180
|
+
}
|
2181
|
+
.dropdown-menu .divider {
|
2182
|
+
background-color: rgba(229, 229, 229, 0.12);
|
2183
|
+
}
|
2184
|
+
.dropdown-menu li {
|
2185
|
+
overflow: hidden;
|
2186
|
+
position: relative;
|
2187
|
+
}
|
2188
|
+
.dropdown-menu li a:hover {
|
2189
|
+
background: rgba(0, 0, 0, 0.08);
|
2190
|
+
}
|
2191
|
+
.alert {
|
2192
|
+
border: 0px;
|
2193
|
+
border-radius: 0;
|
2194
|
+
}
|
2195
|
+
.alert a,
|
2196
|
+
.alert .alert-link {
|
2197
|
+
color: #FFFFFF;
|
2198
|
+
}
|
2199
|
+
.alert,
|
2200
|
+
.alert-default {
|
2201
|
+
background-color: #ffffff;
|
2202
|
+
}
|
2203
|
+
.alert-primary {
|
2204
|
+
background-color: #4285f4;
|
2205
|
+
}
|
2206
|
+
.alert-success {
|
2207
|
+
background-color: #0f9d58;
|
2208
|
+
}
|
2209
|
+
.alert-info {
|
2210
|
+
background-color: #03a9f4;
|
2211
|
+
}
|
2212
|
+
.alert-warning {
|
2213
|
+
background-color: #ff5722;
|
2214
|
+
}
|
2215
|
+
.alert-danger {
|
2216
|
+
background-color: #f44336;
|
2217
|
+
}
|
2218
|
+
.alert-material-red {
|
2219
|
+
background-color: #f44336;
|
2220
|
+
}
|
2221
|
+
.alert-material-pink {
|
2222
|
+
background-color: #e91e63;
|
2223
|
+
}
|
2224
|
+
.alert-material-purple {
|
2225
|
+
background-color: #9c27b0;
|
2226
|
+
}
|
2227
|
+
.alert-material-deeppurple {
|
2228
|
+
background-color: #673ab7;
|
2229
|
+
}
|
2230
|
+
.alert-material-indigo {
|
2231
|
+
background-color: #3f51b5;
|
2232
|
+
}
|
2233
|
+
.alert-material-lightblue {
|
2234
|
+
background-color: #03a9f4;
|
2235
|
+
}
|
2236
|
+
.alert-material-cyan {
|
2237
|
+
background-color: #00bcd4;
|
2238
|
+
}
|
2239
|
+
.alert-material-teal {
|
2240
|
+
background-color: #009688;
|
2241
|
+
}
|
2242
|
+
.alert-material-lightgreen {
|
2243
|
+
background-color: #8bc34a;
|
2244
|
+
}
|
2245
|
+
.alert-material-lime {
|
2246
|
+
background-color: #cddc39;
|
2247
|
+
}
|
2248
|
+
.alert-material-lightyellow {
|
2249
|
+
background-color: #ffeb3b;
|
2250
|
+
}
|
2251
|
+
.alert-material-orange {
|
2252
|
+
background-color: #ff9800;
|
2253
|
+
}
|
2254
|
+
.alert-material-deeporange {
|
2255
|
+
background-color: #ff5722;
|
2256
|
+
}
|
2257
|
+
.alert-material-grey {
|
2258
|
+
background-color: #9e9e9e;
|
2259
|
+
}
|
2260
|
+
.alert-material-bluegrey {
|
2261
|
+
background-color: #607d8b;
|
2262
|
+
}
|
2263
|
+
.alert-material-brown {
|
2264
|
+
background-color: #795548;
|
2265
|
+
}
|
2266
|
+
.alert-material-lightgrey {
|
2267
|
+
background-color: #ececec;
|
2268
|
+
}
|
2269
|
+
.alert-info,
|
2270
|
+
.alert-danger,
|
2271
|
+
.alert-warning,
|
2272
|
+
.alert-success {
|
2273
|
+
color: #FFFFFF;
|
2274
|
+
}
|
2275
|
+
.alert-default a,
|
2276
|
+
.alert-default .alert-link {
|
2277
|
+
color: #000000;
|
2278
|
+
}
|
2279
|
+
.progress {
|
2280
|
+
height: 4px;
|
2281
|
+
border-radius: 0;
|
2282
|
+
box-shadow: none;
|
2283
|
+
background: #c8c8c8;
|
2284
|
+
}
|
2285
|
+
.progress .progress-bar {
|
2286
|
+
box-shadow: none;
|
2287
|
+
}
|
2288
|
+
.progress .progress-bar,
|
2289
|
+
.progress .progress-bar-default {
|
2290
|
+
background-color: #4285f4;
|
2291
|
+
}
|
2292
|
+
.progress .progress-bar-primary {
|
2293
|
+
background-color: #4285f4;
|
2294
|
+
}
|
2295
|
+
.progress .progress-bar-success {
|
2296
|
+
background-color: #0f9d58;
|
2297
|
+
}
|
2298
|
+
.progress .progress-bar-info {
|
2299
|
+
background-color: #03a9f4;
|
2300
|
+
}
|
2301
|
+
.progress .progress-bar-warning {
|
2302
|
+
background-color: #ff5722;
|
2303
|
+
}
|
2304
|
+
.progress .progress-bar-danger {
|
2305
|
+
background-color: #f44336;
|
2306
|
+
}
|
2307
|
+
.progress .progress-bar-material-red {
|
2308
|
+
background-color: #f44336;
|
2309
|
+
}
|
2310
|
+
.progress .progress-bar-material-pink {
|
2311
|
+
background-color: #e91e63;
|
2312
|
+
}
|
2313
|
+
.progress .progress-bar-material-purple {
|
2314
|
+
background-color: #9c27b0;
|
2315
|
+
}
|
2316
|
+
.progress .progress-bar-material-deeppurple {
|
2317
|
+
background-color: #673ab7;
|
2318
|
+
}
|
2319
|
+
.progress .progress-bar-material-indigo {
|
2320
|
+
background-color: #3f51b5;
|
2321
|
+
}
|
2322
|
+
.progress .progress-bar-material-lightblue {
|
2323
|
+
background-color: #03a9f4;
|
2324
|
+
}
|
2325
|
+
.progress .progress-bar-material-cyan {
|
2326
|
+
background-color: #00bcd4;
|
2327
|
+
}
|
2328
|
+
.progress .progress-bar-material-teal {
|
2329
|
+
background-color: #009688;
|
2330
|
+
}
|
2331
|
+
.progress .progress-bar-material-lightgreen {
|
2332
|
+
background-color: #8bc34a;
|
2333
|
+
}
|
2334
|
+
.progress .progress-bar-material-lime {
|
2335
|
+
background-color: #cddc39;
|
2336
|
+
}
|
2337
|
+
.progress .progress-bar-material-lightyellow {
|
2338
|
+
background-color: #ffeb3b;
|
2339
|
+
}
|
2340
|
+
.progress .progress-bar-material-orange {
|
2341
|
+
background-color: #ff9800;
|
2342
|
+
}
|
2343
|
+
.progress .progress-bar-material-deeporange {
|
2344
|
+
background-color: #ff5722;
|
2345
|
+
}
|
2346
|
+
.progress .progress-bar-material-grey {
|
2347
|
+
background-color: #9e9e9e;
|
2348
|
+
}
|
2349
|
+
.progress .progress-bar-material-bluegrey {
|
2350
|
+
background-color: #607d8b;
|
2351
|
+
}
|
2352
|
+
.progress .progress-bar-material-brown {
|
2353
|
+
background-color: #795548;
|
2354
|
+
}
|
2355
|
+
.progress .progress-bar-material-lightgrey {
|
2356
|
+
background-color: #ececec;
|
2357
|
+
}
|
2358
|
+
.text-warning {
|
2359
|
+
color: #ff5722;
|
2360
|
+
}
|
2361
|
+
.text-primary {
|
2362
|
+
color: #4285f4;
|
2363
|
+
}
|
2364
|
+
.text-danger {
|
2365
|
+
color: #f44336;
|
2366
|
+
}
|
2367
|
+
.text-success {
|
2368
|
+
color: #0f9d58;
|
2369
|
+
}
|
2370
|
+
.text-info {
|
2371
|
+
color: #03a9f4;
|
2372
|
+
}
|
2373
|
+
.nav-tabs {
|
2374
|
+
background: #4285f4;
|
2375
|
+
}
|
2376
|
+
.nav-tabs > li > a {
|
2377
|
+
color: #FFFFFF;
|
2378
|
+
border: 0;
|
2379
|
+
margin: 0;
|
2380
|
+
}
|
2381
|
+
.nav-tabs > li > a:hover {
|
2382
|
+
background: transparent;
|
2383
|
+
border: 0;
|
2384
|
+
}
|
2385
|
+
.nav-tabs > li.active > a,
|
2386
|
+
.nav-tabs > li.active > a:hover,
|
2387
|
+
.nav-tabs > li.open > a,
|
2388
|
+
.nav-tabs > li.open > a:hover {
|
2389
|
+
background: transparent !important;
|
2390
|
+
border: 0 !important;
|
2391
|
+
color: #FFFFFF !important;
|
2392
|
+
font-weight: 500;
|
2393
|
+
}
|
2394
|
+
.nav-tabs > li.disabled > a,
|
2395
|
+
.nav-tabs > li.disabled > a:hover {
|
2396
|
+
color: rgba(255, 255, 255, 0.5);
|
2397
|
+
}
|
2398
|
+
.popover,
|
2399
|
+
.tooltip-inner {
|
2400
|
+
background: #323232;
|
2401
|
+
color: #FFF;
|
2402
|
+
border-radius: 2px;
|
2403
|
+
}
|
2404
|
+
.tooltip,
|
2405
|
+
.tooltip.in {
|
2406
|
+
opacity: 1;
|
2407
|
+
}
|
2408
|
+
.popover.left .arrow:after,
|
2409
|
+
.tooltip.left .arrow:after,
|
2410
|
+
.popover.left .tooltip-arrow,
|
2411
|
+
.tooltip.left .tooltip-arrow {
|
2412
|
+
border-left-color: #323232;
|
2413
|
+
}
|
2414
|
+
.popover.right .arrow:after,
|
2415
|
+
.tooltip.right .arrow:after,
|
2416
|
+
.popover.right .tooltip-arrow,
|
2417
|
+
.tooltip.right .tooltip-arrow {
|
2418
|
+
border-right-color: #323232;
|
2419
|
+
}
|
2420
|
+
.popover.top .arrow:after,
|
2421
|
+
.tooltip.top .arrow:after,
|
2422
|
+
.popover.top .tooltip-arrow,
|
2423
|
+
.tooltip.top .tooltip-arrow {
|
2424
|
+
border-top-color: #323232;
|
2425
|
+
}
|
2426
|
+
.popover.bottom .arrow:after,
|
2427
|
+
.tooltip.bottom .arrow:after,
|
2428
|
+
.popover.bottom .tooltip-arrow,
|
2429
|
+
.tooltip.bottom .tooltip-arrow {
|
2430
|
+
border-bottom-color: #323232;
|
2431
|
+
}
|
2432
|
+
.icon,
|
2433
|
+
.icon-default {
|
2434
|
+
color: rgba(0, 0, 0, 0.84);
|
2435
|
+
}
|
2436
|
+
.icon-primary {
|
2437
|
+
color: #4285f4;
|
2438
|
+
}
|
2439
|
+
.icon-success {
|
2440
|
+
color: #0f9d58;
|
2441
|
+
}
|
2442
|
+
.icon-info {
|
2443
|
+
color: #03a9f4;
|
2444
|
+
}
|
2445
|
+
.icon-warning {
|
2446
|
+
color: #ff5722;
|
2447
|
+
}
|
2448
|
+
.icon-danger {
|
2449
|
+
color: #f44336;
|
2450
|
+
}
|
2451
|
+
.icon-material-red {
|
2452
|
+
color: #f44336;
|
2453
|
+
}
|
2454
|
+
.icon-material-pink {
|
2455
|
+
color: #e91e63;
|
2456
|
+
}
|
2457
|
+
.icon-material-purple {
|
2458
|
+
color: #9c27b0;
|
2459
|
+
}
|
2460
|
+
.icon-material-deeppurple {
|
2461
|
+
color: #673ab7;
|
2462
|
+
}
|
2463
|
+
.icon-material-indigo {
|
2464
|
+
color: #3f51b5;
|
2465
|
+
}
|
2466
|
+
.icon-material-lightblue {
|
2467
|
+
color: #03a9f4;
|
2468
|
+
}
|
2469
|
+
.icon-material-cyan {
|
2470
|
+
color: #00bcd4;
|
2471
|
+
}
|
2472
|
+
.icon-material-teal {
|
2473
|
+
color: #009688;
|
2474
|
+
}
|
2475
|
+
.icon-material-lightgreen {
|
2476
|
+
color: #8bc34a;
|
2477
|
+
}
|
2478
|
+
.icon-material-lime {
|
2479
|
+
color: #cddc39;
|
2480
|
+
}
|
2481
|
+
.icon-material-lightyellow {
|
2482
|
+
color: #ffeb3b;
|
2483
|
+
}
|
2484
|
+
.icon-material-orange {
|
2485
|
+
color: #ff9800;
|
2486
|
+
}
|
2487
|
+
.icon-material-deeporange {
|
2488
|
+
color: #ff5722;
|
2489
|
+
}
|
2490
|
+
.icon-material-grey {
|
2491
|
+
color: #9e9e9e;
|
2492
|
+
}
|
2493
|
+
.icon-material-bluegrey {
|
2494
|
+
color: #607d8b;
|
2495
|
+
}
|
2496
|
+
.icon-material-brown {
|
2497
|
+
color: #795548;
|
2498
|
+
}
|
2499
|
+
.icon-material-lightgrey {
|
2500
|
+
color: #ececec;
|
2501
|
+
}
|
2502
|
+
.snackbar {
|
2503
|
+
background-color: #323232;
|
2504
|
+
color: rgba(255, 255, 255, 0.84);
|
2505
|
+
font-size: 14px;
|
2506
|
+
border-radius: 2px;
|
2507
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
2508
|
+
height: 0;
|
2509
|
+
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
2510
|
+
transform: translateY(200%);
|
2511
|
+
}
|
2512
|
+
.snackbar.snackbar-opened {
|
2513
|
+
padding: 14px 15px;
|
2514
|
+
margin-bottom: 20px;
|
2515
|
+
height: auto;
|
2516
|
+
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
|
2517
|
+
transform: none;
|
2518
|
+
}
|
2519
|
+
.snackbar.toast {
|
2520
|
+
border-radius: 200px;
|
2521
|
+
}
|
2522
|
+
.noUi-target,
|
2523
|
+
.noUi-target * {
|
2524
|
+
-webkit-touch-callout: none;
|
2525
|
+
-ms-touch-action: none;
|
2526
|
+
user-select: none;
|
2527
|
+
box-sizing: border-box;
|
2528
|
+
}
|
2529
|
+
.noUi-base {
|
2530
|
+
width: 100%;
|
2531
|
+
height: 100%;
|
2532
|
+
position: relative;
|
2533
|
+
}
|
2534
|
+
.noUi-origin {
|
2535
|
+
position: absolute;
|
2536
|
+
right: 0;
|
2537
|
+
top: 0;
|
2538
|
+
left: 0;
|
2539
|
+
bottom: 0;
|
2540
|
+
}
|
2541
|
+
.noUi-handle {
|
2542
|
+
position: relative;
|
2543
|
+
z-index: 1;
|
2544
|
+
box-sizing: border-box;
|
2545
|
+
}
|
2546
|
+
.noUi-stacking .noUi-handle {
|
2547
|
+
z-index: 10;
|
2548
|
+
}
|
2549
|
+
.noUi-stacking + .noUi-origin {
|
2550
|
+
*z-index: -1;
|
2551
|
+
}
|
2552
|
+
.noUi-state-tap .noUi-origin {
|
2553
|
+
transition: left 0.3s, top 0.3s;
|
2554
|
+
}
|
2555
|
+
.noUi-state-drag * {
|
2556
|
+
cursor: inherit !important;
|
2557
|
+
}
|
2558
|
+
.noUi-horizontal {
|
2559
|
+
height: 10px;
|
2560
|
+
}
|
2561
|
+
.noUi-horizontal .noUi-handle {
|
2562
|
+
box-sizing: border-box;
|
2563
|
+
width: 12px;
|
2564
|
+
height: 12px;
|
2565
|
+
left: -10px;
|
2566
|
+
top: -5px;
|
2567
|
+
}
|
2568
|
+
.noUi-horizontal.noUi-extended {
|
2569
|
+
padding: 0 15px;
|
2570
|
+
}
|
2571
|
+
.noUi-horizontal.noUi-extended .noUi-origin {
|
2572
|
+
right: -15px;
|
2573
|
+
}
|
2574
|
+
.noUi-background {
|
2575
|
+
height: 2px;
|
2576
|
+
margin: 20px 0;
|
2577
|
+
}
|
2578
|
+
.noUi-origin {
|
2579
|
+
margin: 0;
|
2580
|
+
border-radius: 0;
|
2581
|
+
height: 2px;
|
2582
|
+
background: #c8c8c8;
|
2583
|
+
}
|
2584
|
+
.noUi-origin[style^="left: 0"] .noUi-handle {
|
2585
|
+
background-color: #fff;
|
2586
|
+
border: 2px solid #c8c8c8;
|
2587
|
+
}
|
2588
|
+
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
|
2589
|
+
border-width: 1px;
|
2590
|
+
}
|
2591
|
+
.noUi-target {
|
2592
|
+
border-radius: 2px;
|
2593
|
+
}
|
2594
|
+
.noUi-handle {
|
2595
|
+
border-radius: 100%;
|
2596
|
+
cursor: default;
|
2597
|
+
transition: all 0.2s ease-out;
|
2598
|
+
border: 1px solid;
|
2599
|
+
}
|
2600
|
+
.noUi-horizontal {
|
2601
|
+
height: 2px;
|
2602
|
+
margin: 15px 0;
|
2603
|
+
}
|
2604
|
+
.noUi-horizontal .noUi-handle.noUi-active {
|
2605
|
+
transform: scale(2.5);
|
2606
|
+
}
|
2607
|
+
[disabled].noUi-slider {
|
2608
|
+
opacity: 0.5;
|
2609
|
+
}
|
2610
|
+
[disabled] .noUi-handle {
|
2611
|
+
cursor: not-allowed;
|
2612
|
+
}
|
2613
|
+
.slider {
|
2614
|
+
background: #c8c8c8;
|
2615
|
+
}
|
2616
|
+
.slider.noUi-connect,
|
2617
|
+
.slider-default.noUi-connect {
|
2618
|
+
background-color: #4285f4;
|
2619
|
+
}
|
2620
|
+
.slider-primary.noUi-connect {
|
2621
|
+
background-color: #4285f4;
|
2622
|
+
}
|
2623
|
+
.slider-success.noUi-connect {
|
2624
|
+
background-color: #0f9d58;
|
2625
|
+
}
|
2626
|
+
.slider-info.noUi-connect {
|
2627
|
+
background-color: #03a9f4;
|
2628
|
+
}
|
2629
|
+
.slider-warning.noUi-connect {
|
2630
|
+
background-color: #ff5722;
|
2631
|
+
}
|
2632
|
+
.slider-danger.noUi-connect {
|
2633
|
+
background-color: #f44336;
|
2634
|
+
}
|
2635
|
+
.slider-material-red.noUi-connect {
|
2636
|
+
background-color: #f44336;
|
2637
|
+
}
|
2638
|
+
.slider-material-pink.noUi-connect {
|
2639
|
+
background-color: #e91e63;
|
2640
|
+
}
|
2641
|
+
.slider-material-purple.noUi-connect {
|
2642
|
+
background-color: #9c27b0;
|
2643
|
+
}
|
2644
|
+
.slider-material-deeppurple.noUi-connect {
|
2645
|
+
background-color: #673ab7;
|
2646
|
+
}
|
2647
|
+
.slider-material-indigo.noUi-connect {
|
2648
|
+
background-color: #3f51b5;
|
2649
|
+
}
|
2650
|
+
.slider-material-lightblue.noUi-connect {
|
2651
|
+
background-color: #03a9f4;
|
2652
|
+
}
|
2653
|
+
.slider-material-cyan.noUi-connect {
|
2654
|
+
background-color: #00bcd4;
|
2655
|
+
}
|
2656
|
+
.slider-material-teal.noUi-connect {
|
2657
|
+
background-color: #009688;
|
2658
|
+
}
|
2659
|
+
.slider-material-lightgreen.noUi-connect {
|
2660
|
+
background-color: #8bc34a;
|
2661
|
+
}
|
2662
|
+
.slider-material-lime.noUi-connect {
|
2663
|
+
background-color: #cddc39;
|
2664
|
+
}
|
2665
|
+
.slider-material-lightyellow.noUi-connect {
|
2666
|
+
background-color: #ffeb3b;
|
2667
|
+
}
|
2668
|
+
.slider-material-orange.noUi-connect {
|
2669
|
+
background-color: #ff9800;
|
2670
|
+
}
|
2671
|
+
.slider-material-deeporange.noUi-connect {
|
2672
|
+
background-color: #ff5722;
|
2673
|
+
}
|
2674
|
+
.slider-material-grey.noUi-connect {
|
2675
|
+
background-color: #9e9e9e;
|
2676
|
+
}
|
2677
|
+
.slider-material-bluegrey.noUi-connect {
|
2678
|
+
background-color: #607d8b;
|
2679
|
+
}
|
2680
|
+
.slider-material-brown.noUi-connect {
|
2681
|
+
background-color: #795548;
|
2682
|
+
}
|
2683
|
+
.slider-material-lightgrey.noUi-connect {
|
2684
|
+
background-color: #ececec;
|
2685
|
+
}
|
2686
|
+
.slider .noUi-connect,
|
2687
|
+
.slider-default .noUi-connect {
|
2688
|
+
background-color: #4285f4;
|
2689
|
+
}
|
2690
|
+
.slider-primary .noUi-connect {
|
2691
|
+
background-color: #4285f4;
|
2692
|
+
}
|
2693
|
+
.slider-success .noUi-connect {
|
2694
|
+
background-color: #0f9d58;
|
2695
|
+
}
|
2696
|
+
.slider-info .noUi-connect {
|
2697
|
+
background-color: #03a9f4;
|
2698
|
+
}
|
2699
|
+
.slider-warning .noUi-connect {
|
2700
|
+
background-color: #ff5722;
|
2701
|
+
}
|
2702
|
+
.slider-danger .noUi-connect {
|
2703
|
+
background-color: #f44336;
|
2704
|
+
}
|
2705
|
+
.slider-material-red .noUi-connect {
|
2706
|
+
background-color: #f44336;
|
2707
|
+
}
|
2708
|
+
.slider-material-pink .noUi-connect {
|
2709
|
+
background-color: #e91e63;
|
2710
|
+
}
|
2711
|
+
.slider-material-purple .noUi-connect {
|
2712
|
+
background-color: #9c27b0;
|
2713
|
+
}
|
2714
|
+
.slider-material-deeppurple .noUi-connect {
|
2715
|
+
background-color: #673ab7;
|
2716
|
+
}
|
2717
|
+
.slider-material-indigo .noUi-connect {
|
2718
|
+
background-color: #3f51b5;
|
2719
|
+
}
|
2720
|
+
.slider-material-lightblue .noUi-connect {
|
2721
|
+
background-color: #03a9f4;
|
2722
|
+
}
|
2723
|
+
.slider-material-cyan .noUi-connect {
|
2724
|
+
background-color: #00bcd4;
|
2725
|
+
}
|
2726
|
+
.slider-material-teal .noUi-connect {
|
2727
|
+
background-color: #009688;
|
2728
|
+
}
|
2729
|
+
.slider-material-lightgreen .noUi-connect {
|
2730
|
+
background-color: #8bc34a;
|
2731
|
+
}
|
2732
|
+
.slider-material-lime .noUi-connect {
|
2733
|
+
background-color: #cddc39;
|
2734
|
+
}
|
2735
|
+
.slider-material-lightyellow .noUi-connect {
|
2736
|
+
background-color: #ffeb3b;
|
2737
|
+
}
|
2738
|
+
.slider-material-orange .noUi-connect {
|
2739
|
+
background-color: #ff9800;
|
2740
|
+
}
|
2741
|
+
.slider-material-deeporange .noUi-connect {
|
2742
|
+
background-color: #ff5722;
|
2743
|
+
}
|
2744
|
+
.slider-material-grey .noUi-connect {
|
2745
|
+
background-color: #9e9e9e;
|
2746
|
+
}
|
2747
|
+
.slider-material-bluegrey .noUi-connect {
|
2748
|
+
background-color: #607d8b;
|
2749
|
+
}
|
2750
|
+
.slider-material-brown .noUi-connect {
|
2751
|
+
background-color: #795548;
|
2752
|
+
}
|
2753
|
+
.slider-material-lightgrey .noUi-connect {
|
2754
|
+
background-color: #ececec;
|
2755
|
+
}
|
2756
|
+
.slider .noUi-handle,
|
2757
|
+
.slider-default .noUi-handle {
|
2758
|
+
background-color: #4285f4;
|
2759
|
+
}
|
2760
|
+
.slider-primary .noUi-handle {
|
2761
|
+
background-color: #4285f4;
|
2762
|
+
}
|
2763
|
+
.slider-success .noUi-handle {
|
2764
|
+
background-color: #0f9d58;
|
2765
|
+
}
|
2766
|
+
.slider-info .noUi-handle {
|
2767
|
+
background-color: #03a9f4;
|
2768
|
+
}
|
2769
|
+
.slider-warning .noUi-handle {
|
2770
|
+
background-color: #ff5722;
|
2771
|
+
}
|
2772
|
+
.slider-danger .noUi-handle {
|
2773
|
+
background-color: #f44336;
|
2774
|
+
}
|
2775
|
+
.slider-material-red .noUi-handle {
|
2776
|
+
background-color: #f44336;
|
2777
|
+
}
|
2778
|
+
.slider-material-pink .noUi-handle {
|
2779
|
+
background-color: #e91e63;
|
2780
|
+
}
|
2781
|
+
.slider-material-purple .noUi-handle {
|
2782
|
+
background-color: #9c27b0;
|
2783
|
+
}
|
2784
|
+
.slider-material-deeppurple .noUi-handle {
|
2785
|
+
background-color: #673ab7;
|
2786
|
+
}
|
2787
|
+
.slider-material-indigo .noUi-handle {
|
2788
|
+
background-color: #3f51b5;
|
2789
|
+
}
|
2790
|
+
.slider-material-lightblue .noUi-handle {
|
2791
|
+
background-color: #03a9f4;
|
2792
|
+
}
|
2793
|
+
.slider-material-cyan .noUi-handle {
|
2794
|
+
background-color: #00bcd4;
|
2795
|
+
}
|
2796
|
+
.slider-material-teal .noUi-handle {
|
2797
|
+
background-color: #009688;
|
2798
|
+
}
|
2799
|
+
.slider-material-lightgreen .noUi-handle {
|
2800
|
+
background-color: #8bc34a;
|
2801
|
+
}
|
2802
|
+
.slider-material-lime .noUi-handle {
|
2803
|
+
background-color: #cddc39;
|
2804
|
+
}
|
2805
|
+
.slider-material-lightyellow .noUi-handle {
|
2806
|
+
background-color: #ffeb3b;
|
2807
|
+
}
|
2808
|
+
.slider-material-orange .noUi-handle {
|
2809
|
+
background-color: #ff9800;
|
2810
|
+
}
|
2811
|
+
.slider-material-deeporange .noUi-handle {
|
2812
|
+
background-color: #ff5722;
|
2813
|
+
}
|
2814
|
+
.slider-material-grey .noUi-handle {
|
2815
|
+
background-color: #9e9e9e;
|
2816
|
+
}
|
2817
|
+
.slider-material-bluegrey .noUi-handle {
|
2818
|
+
background-color: #607d8b;
|
2819
|
+
}
|
2820
|
+
.slider-material-brown .noUi-handle {
|
2821
|
+
background-color: #795548;
|
2822
|
+
}
|
2823
|
+
.slider-material-lightgrey .noUi-handle {
|
2824
|
+
background-color: #ececec;
|
2825
|
+
}
|
2826
|
+
.slider .noUi-handle,
|
2827
|
+
.slider-default .noUi-handle {
|
2828
|
+
border-color: #4285f4;
|
2829
|
+
}
|
2830
|
+
.slider-primary .noUi-handle {
|
2831
|
+
border-color: #4285f4;
|
2832
|
+
}
|
2833
|
+
.slider-success .noUi-handle {
|
2834
|
+
border-color: #0f9d58;
|
2835
|
+
}
|
2836
|
+
.slider-info .noUi-handle {
|
2837
|
+
border-color: #03a9f4;
|
2838
|
+
}
|
2839
|
+
.slider-warning .noUi-handle {
|
2840
|
+
border-color: #ff5722;
|
2841
|
+
}
|
2842
|
+
.slider-danger .noUi-handle {
|
2843
|
+
border-color: #f44336;
|
2844
|
+
}
|
2845
|
+
.slider-material-red .noUi-handle {
|
2846
|
+
border-color: #f44336;
|
2847
|
+
}
|
2848
|
+
.slider-material-pink .noUi-handle {
|
2849
|
+
border-color: #e91e63;
|
2850
|
+
}
|
2851
|
+
.slider-material-purple .noUi-handle {
|
2852
|
+
border-color: #9c27b0;
|
2853
|
+
}
|
2854
|
+
.slider-material-deeppurple .noUi-handle {
|
2855
|
+
border-color: #673ab7;
|
2856
|
+
}
|
2857
|
+
.slider-material-indigo .noUi-handle {
|
2858
|
+
border-color: #3f51b5;
|
2859
|
+
}
|
2860
|
+
.slider-material-lightblue .noUi-handle {
|
2861
|
+
border-color: #03a9f4;
|
2862
|
+
}
|
2863
|
+
.slider-material-cyan .noUi-handle {
|
2864
|
+
border-color: #00bcd4;
|
2865
|
+
}
|
2866
|
+
.slider-material-teal .noUi-handle {
|
2867
|
+
border-color: #009688;
|
2868
|
+
}
|
2869
|
+
.slider-material-lightgreen .noUi-handle {
|
2870
|
+
border-color: #8bc34a;
|
2871
|
+
}
|
2872
|
+
.slider-material-lime .noUi-handle {
|
2873
|
+
border-color: #cddc39;
|
2874
|
+
}
|
2875
|
+
.slider-material-lightyellow .noUi-handle {
|
2876
|
+
border-color: #ffeb3b;
|
2877
|
+
}
|
2878
|
+
.slider-material-orange .noUi-handle {
|
2879
|
+
border-color: #ff9800;
|
2880
|
+
}
|
2881
|
+
.slider-material-deeporange .noUi-handle {
|
2882
|
+
border-color: #ff5722;
|
2883
|
+
}
|
2884
|
+
.slider-material-grey .noUi-handle {
|
2885
|
+
border-color: #9e9e9e;
|
2886
|
+
}
|
2887
|
+
.slider-material-bluegrey .noUi-handle {
|
2888
|
+
border-color: #607d8b;
|
2889
|
+
}
|
2890
|
+
.slider-material-brown .noUi-handle {
|
2891
|
+
border-color: #795548;
|
2892
|
+
}
|
2893
|
+
.slider-material-lightgrey .noUi-handle {
|
2894
|
+
border-color: #ececec;
|
2895
|
+
}
|