forked from bantikyan/icheck-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicheck-material.css
497 lines (458 loc) · 24.6 KB
/
icheck-material.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
/*!
* icheck-material v1.0.0 (https://github.com/bantikyan/icheck-material)
* Copyright 2018 Hovhannes Bantikyan.
* Licensed under MIT (https://github.com/bantikyan/icheck-material/blob/master/LICENSE)
*/
[class*="icheck-material"] {
min-height: 22px;
margin-top: 6px !important;
margin-bottom: 6px !important;
padding-left: 0px; }
[class*="icheck-material"] > label {
padding-left: 29px !important;
min-height: 22px;
line-height: 22px;
display: inline-block;
position: relative;
vertical-align: top;
margin-bottom: 0;
font-weight: normal;
cursor: pointer; }
[class*="icheck-material"] > input:first-child {
position: absolute !important;
opacity: 0;
margin: 0;
background-color: #787878;
border-radius: 50%;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
display: block;
pointer-events: none;
width: 22px;
height: 22px;
outline: none;
transform: scale(2);
-ms-transform: scale(2);
transition: opacity 0.3s, transform 0.3s; }
[class*="icheck-material"] > input:first-child:disabled {
cursor: default; }
[class*="icheck-material"] > input:first-child:disabled + label,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-material"] > input:first-child:disabled + label::before,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
pointer-events: none;
cursor: default;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65; }
[class*="icheck-material"] > input:first-child + label::before,
[class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
content: "";
display: inline-block;
position: absolute;
width: 22px;
height: 22px;
border: 2px solid #787878;
border-radius: 3px;
margin-left: -29px;
box-sizing: border-box; }
[class*="icheck-material"] > input:first-child:checked + label::after,
[class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 10px;
border: solid 2px #fff;
border-left: none;
border-top: none;
transform: translate(7.75px, 4.5px) rotate(45deg);
-ms-transform: translate(7.75px, 4.5px) rotate(45deg);
box-sizing: border-box; }
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-width: 2px; }
[class*="icheck-material"] > input:first-child::-ms-check {
opacity: 0;
border-radius: 50%; }
[class*="icheck-material"] > input:first-child:active {
transform: scale(0);
-ms-transform: scale(0);
opacity: 1;
transition: opacity 0s, transform 0s; }
[class*="icheck-material"] > input[type="radio"]:first-child + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
border-radius: 50%; }
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
background-color: transparent; }
[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
border: none;
top: 6px;
left: 6px;
transform: none;
-ms-transform: none; }
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
width: 8px;
height: 14px;
transform: translate(7px, 2px) rotate(45deg);
-ms-transform: translate(7px, 2px) rotate(45deg); }
.icheck-inline {
display: inline-block; }
.icheck-inline + .icheck-inline {
margin-left: .75rem;
margin-top: 6px; }
.icheck-material-red > input:first-child {
background-color: #f44336; }
.icheck-material-red > input:first-child::-ms-check {
background-color: #f44336; }
.icheck-material-red > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-red > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #f44336; }
.icheck-material-red > input:first-child:checked + label::before,
.icheck-material-red > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #f44336;
border-color: #f44336; }
.icheck-material-red > input:first-child:checked + label::after,
.icheck-material-red > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-red > input[type="radio"]:first-child:checked + label::after,
.icheck-material-red > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #f44336; }
.icheck-material-pink > input:first-child {
background-color: #e91e63; }
.icheck-material-pink > input:first-child::-ms-check {
background-color: #e91e63; }
.icheck-material-pink > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-pink > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #e91e63; }
.icheck-material-pink > input:first-child:checked + label::before,
.icheck-material-pink > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #e91e63;
border-color: #e91e63; }
.icheck-material-pink > input:first-child:checked + label::after,
.icheck-material-pink > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-pink > input[type="radio"]:first-child:checked + label::after,
.icheck-material-pink > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #e91e63; }
.icheck-material-purple > input:first-child {
background-color: #9c27b0; }
.icheck-material-purple > input:first-child::-ms-check {
background-color: #9c27b0; }
.icheck-material-purple > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-purple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #9c27b0; }
.icheck-material-purple > input:first-child:checked + label::before,
.icheck-material-purple > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #9c27b0;
border-color: #9c27b0; }
.icheck-material-purple > input:first-child:checked + label::after,
.icheck-material-purple > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-purple > input[type="radio"]:first-child:checked + label::after,
.icheck-material-purple > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #9c27b0; }
.icheck-material-deeppurple > input:first-child {
background-color: #673ab7; }
.icheck-material-deeppurple > input:first-child::-ms-check {
background-color: #673ab7; }
.icheck-material-deeppurple > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-deeppurple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #673ab7; }
.icheck-material-deeppurple > input:first-child:checked + label::before,
.icheck-material-deeppurple > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #673ab7;
border-color: #673ab7; }
.icheck-material-deeppurple > input:first-child:checked + label::after,
.icheck-material-deeppurple > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-deeppurple > input[type="radio"]:first-child:checked + label::after,
.icheck-material-deeppurple > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #673ab7; }
.icheck-material-indigo > input:first-child {
background-color: #3f51b5; }
.icheck-material-indigo > input:first-child::-ms-check {
background-color: #3f51b5; }
.icheck-material-indigo > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-indigo > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #3f51b5; }
.icheck-material-indigo > input:first-child:checked + label::before,
.icheck-material-indigo > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #3f51b5;
border-color: #3f51b5; }
.icheck-material-indigo > input:first-child:checked + label::after,
.icheck-material-indigo > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-indigo > input[type="radio"]:first-child:checked + label::after,
.icheck-material-indigo > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #3f51b5; }
.icheck-material-blue > input:first-child {
background-color: #2196f3; }
.icheck-material-blue > input:first-child::-ms-check {
background-color: #2196f3; }
.icheck-material-blue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-blue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #2196f3; }
.icheck-material-blue > input:first-child:checked + label::before,
.icheck-material-blue > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #2196f3;
border-color: #2196f3; }
.icheck-material-blue > input:first-child:checked + label::after,
.icheck-material-blue > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-blue > input[type="radio"]:first-child:checked + label::after,
.icheck-material-blue > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #2196f3; }
.icheck-material-lightblue > input:first-child {
background-color: #03a9f4; }
.icheck-material-lightblue > input:first-child::-ms-check {
background-color: #03a9f4; }
.icheck-material-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #03a9f4; }
.icheck-material-lightblue > input:first-child:checked + label::before,
.icheck-material-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #03a9f4;
border-color: #03a9f4; }
.icheck-material-lightblue > input:first-child:checked + label::after,
.icheck-material-lightblue > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-lightblue > input[type="radio"]:first-child:checked + label::after,
.icheck-material-lightblue > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #03a9f4; }
.icheck-material-cyan > input:first-child {
background-color: #00bcd4; }
.icheck-material-cyan > input:first-child::-ms-check {
background-color: #00bcd4; }
.icheck-material-cyan > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-cyan > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #00bcd4; }
.icheck-material-cyan > input:first-child:checked + label::before,
.icheck-material-cyan > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #00bcd4;
border-color: #00bcd4; }
.icheck-material-cyan > input:first-child:checked + label::after,
.icheck-material-cyan > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-cyan > input[type="radio"]:first-child:checked + label::after,
.icheck-material-cyan > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #00bcd4; }
.icheck-material-teal > input:first-child {
background-color: #009688; }
.icheck-material-teal > input:first-child::-ms-check {
background-color: #009688; }
.icheck-material-teal > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-teal > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #009688; }
.icheck-material-teal > input:first-child:checked + label::before,
.icheck-material-teal > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #009688;
border-color: #009688; }
.icheck-material-teal > input:first-child:checked + label::after,
.icheck-material-teal > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-teal > input[type="radio"]:first-child:checked + label::after,
.icheck-material-teal > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #009688; }
.icheck-material-green > input:first-child {
background-color: #4caf50; }
.icheck-material-green > input:first-child::-ms-check {
background-color: #4caf50; }
.icheck-material-green > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-green > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #4caf50; }
.icheck-material-green > input:first-child:checked + label::before,
.icheck-material-green > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #4caf50;
border-color: #4caf50; }
.icheck-material-green > input:first-child:checked + label::after,
.icheck-material-green > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-green > input[type="radio"]:first-child:checked + label::after,
.icheck-material-green > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #4caf50; }
.icheck-material-lightgreen > input:first-child {
background-color: #8bc34a; }
.icheck-material-lightgreen > input:first-child::-ms-check {
background-color: #8bc34a; }
.icheck-material-lightgreen > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-lightgreen > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #8bc34a; }
.icheck-material-lightgreen > input:first-child:checked + label::before,
.icheck-material-lightgreen > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #8bc34a;
border-color: #8bc34a; }
.icheck-material-lightgreen > input:first-child:checked + label::after,
.icheck-material-lightgreen > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-lightgreen > input[type="radio"]:first-child:checked + label::after,
.icheck-material-lightgreen > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #8bc34a; }
.icheck-material-lime > input:first-child {
background-color: #cddc39; }
.icheck-material-lime > input:first-child::-ms-check {
background-color: #cddc39; }
.icheck-material-lime > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-lime > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #cddc39; }
.icheck-material-lime > input:first-child:checked + label::before,
.icheck-material-lime > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #cddc39;
border-color: #cddc39; }
.icheck-material-lime > input:first-child:checked + label::after,
.icheck-material-lime > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-lime > input[type="radio"]:first-child:checked + label::after,
.icheck-material-lime > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #cddc39; }
.icheck-material-yellow > input:first-child {
background-color: #ffeb3b; }
.icheck-material-yellow > input:first-child::-ms-check {
background-color: #ffeb3b; }
.icheck-material-yellow > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-yellow > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #ffeb3b; }
.icheck-material-yellow > input:first-child:checked + label::before,
.icheck-material-yellow > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #ffeb3b;
border-color: #ffeb3b; }
.icheck-material-yellow > input:first-child:checked + label::after,
.icheck-material-yellow > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-yellow > input[type="radio"]:first-child:checked + label::after,
.icheck-material-yellow > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #ffeb3b; }
.icheck-material-amber > input:first-child {
background-color: #ffc107; }
.icheck-material-amber > input:first-child::-ms-check {
background-color: #ffc107; }
.icheck-material-amber > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-amber > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #ffc107; }
.icheck-material-amber > input:first-child:checked + label::before,
.icheck-material-amber > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #ffc107;
border-color: #ffc107; }
.icheck-material-amber > input:first-child:checked + label::after,
.icheck-material-amber > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-amber > input[type="radio"]:first-child:checked + label::after,
.icheck-material-amber > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #ffc107; }
.icheck-material-orange > input:first-child {
background-color: #ff9800; }
.icheck-material-orange > input:first-child::-ms-check {
background-color: #ff9800; }
.icheck-material-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #ff9800; }
.icheck-material-orange > input:first-child:checked + label::before,
.icheck-material-orange > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #ff9800;
border-color: #ff9800; }
.icheck-material-orange > input:first-child:checked + label::after,
.icheck-material-orange > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-orange > input[type="radio"]:first-child:checked + label::after,
.icheck-material-orange > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #ff9800; }
.icheck-material-deeporange > input:first-child {
background-color: #ff5722; }
.icheck-material-deeporange > input:first-child::-ms-check {
background-color: #ff5722; }
.icheck-material-deeporange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-deeporange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #ff5722; }
.icheck-material-deeporange > input:first-child:checked + label::before,
.icheck-material-deeporange > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #ff5722;
border-color: #ff5722; }
.icheck-material-deeporange > input:first-child:checked + label::after,
.icheck-material-deeporange > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-deeporange > input[type="radio"]:first-child:checked + label::after,
.icheck-material-deeporange > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #ff5722; }
.icheck-material-brown > input:first-child {
background-color: #795548; }
.icheck-material-brown > input:first-child::-ms-check {
background-color: #795548; }
.icheck-material-brown > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-brown > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #795548; }
.icheck-material-brown > input:first-child:checked + label::before,
.icheck-material-brown > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #795548;
border-color: #795548; }
.icheck-material-brown > input:first-child:checked + label::after,
.icheck-material-brown > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-brown > input[type="radio"]:first-child:checked + label::after,
.icheck-material-brown > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #795548; }
.icheck-material-grey > input:first-child {
background-color: #9e9e9e; }
.icheck-material-grey > input:first-child::-ms-check {
background-color: #9e9e9e; }
.icheck-material-grey > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-grey > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #9e9e9e; }
.icheck-material-grey > input:first-child:checked + label::before,
.icheck-material-grey > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #9e9e9e;
border-color: #9e9e9e; }
.icheck-material-grey > input:first-child:checked + label::after,
.icheck-material-grey > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-grey > input[type="radio"]:first-child:checked + label::after,
.icheck-material-grey > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #9e9e9e; }
.icheck-material-bluegrey > input:first-child {
background-color: #607d8b; }
.icheck-material-bluegrey > input:first-child::-ms-check {
background-color: #607d8b; }
.icheck-material-bluegrey > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-bluegrey > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
border-color: #607d8b; }
.icheck-material-bluegrey > input:first-child:checked + label::before,
.icheck-material-bluegrey > input:first-child:checked + input[type="hidden"] + label::before {
background-color: #607d8b;
border-color: #607d8b; }
.icheck-material-bluegrey > input:first-child:checked + label::after,
.icheck-material-bluegrey > input:first-child:checked + input[type="hidden"] + label::after {
border-bottom-color: #fff;
border-right-color: #fff; }
.icheck-material-bluegrey > input[type="radio"]:first-child:checked + label::after,
.icheck-material-bluegrey > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
background-color: #607d8b; }