material_design_lite-rails 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,26 +1,11 @@
1
1
  /**
2
2
  * material-design-lite - Material Design Components in CSS, JS and HTML
3
- * @version v1.0.2
3
+ * @version v1.0.3
4
4
  * @license Apache-2.0
5
5
  * @copyright 2015 Google, Inc.
6
6
  * @link https://github.com/google/material-design-lite
7
7
  */
8
8
  @charset "UTF-8";
9
- /**
10
- * Copyright 2015 Google Inc. All Rights Reserved.
11
- *
12
- * Licensed under the Apache License, Version 2.0 (the "License");
13
- * you may not use this file except in compliance with the License.
14
- * You may obtain a copy of the License at
15
- *
16
- * http://www.apache.org/licenses/LICENSE-2.0
17
- *
18
- * Unless required by applicable law or agreed to in writing, software
19
- * distributed under the License is distributed on an "AS IS" BASIS,
20
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
- * See the License for the specific language governing permissions and
22
- * limitations under the License.
23
- */
24
9
  /**
25
10
  * Copyright 2015 Google Inc. All Rights Reserved.
26
11
  *
@@ -113,6 +98,21 @@
113
98
  */
114
99
  /* ========== Color Palettes ========== */
115
100
  /* colors.scss */
101
+ /**
102
+ * Copyright 2015 Google Inc. All Rights Reserved.
103
+ *
104
+ * Licensed under the Apache License, Version 2.0 (the "License");
105
+ * you may not use this file except in compliance with the License.
106
+ * You may obtain a copy of the License at
107
+ *
108
+ * http://www.apache.org/licenses/LICENSE-2.0
109
+ *
110
+ * Unless required by applicable law or agreed to in writing, software
111
+ * distributed under the License is distributed on an "AS IS" BASIS,
112
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113
+ * See the License for the specific language governing permissions and
114
+ * limitations under the License.
115
+ */
116
116
  /* ========== Color & Themes ========== */
117
117
  /* ========== Typography ========== */
118
118
  /* ========== Components ========== */
@@ -140,22 +140,11 @@
140
140
  /* RADIO */
141
141
  /* MENU */
142
142
  /* LIST */
143
- /* ICONS */
143
+ /* LAYOUT */
144
144
  /* ICON TOGGLE */
145
145
  /* FOOTER */
146
146
  /*mega-footer*/
147
- /**************
148
- *
149
- * Sizes
150
- *
151
- *************/
152
147
  /*mini-footer*/
153
- /**************
154
- *
155
- * Sizes
156
- *
157
- *************/
158
- /* COLUMN LAYOUT */
159
148
  /* CHECKBOX */
160
149
  /* CARD */
161
150
  /* Card dimensions */
@@ -172,6 +161,7 @@
172
161
  /* SHADOWS */
173
162
  /* GRID */
174
163
  /* DATA TABLE */
164
+ /* TOOLTIP */
175
165
  /**
176
166
  * Copyright 2015 Google Inc. All Rights Reserved.
177
167
  *
@@ -296,6 +286,21 @@
296
286
  */
297
287
  /* ========== Color Palettes ========== */
298
288
  /* colors.scss */
289
+ /**
290
+ * Copyright 2015 Google Inc. All Rights Reserved.
291
+ *
292
+ * Licensed under the Apache License, Version 2.0 (the "License");
293
+ * you may not use this file except in compliance with the License.
294
+ * You may obtain a copy of the License at
295
+ *
296
+ * http://www.apache.org/licenses/LICENSE-2.0
297
+ *
298
+ * Unless required by applicable law or agreed to in writing, software
299
+ * distributed under the License is distributed on an "AS IS" BASIS,
300
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
301
+ * See the License for the specific language governing permissions and
302
+ * limitations under the License.
303
+ */
299
304
  /* ========== Color & Themes ========== */
300
305
  /* ========== Typography ========== */
301
306
  /* ========== Components ========== */
@@ -323,22 +328,11 @@
323
328
  /* RADIO */
324
329
  /* MENU */
325
330
  /* LIST */
326
- /* ICONS */
331
+ /* LAYOUT */
327
332
  /* ICON TOGGLE */
328
333
  /* FOOTER */
329
334
  /*mega-footer*/
330
- /**************
331
- *
332
- * Sizes
333
- *
334
- *************/
335
335
  /*mini-footer*/
336
- /**************
337
- *
338
- * Sizes
339
- *
340
- *************/
341
- /* COLUMN LAYOUT */
342
336
  /* CHECKBOX */
343
337
  /* CARD */
344
338
  /* Card dimensions */
@@ -355,6 +349,7 @@
355
349
  /* SHADOWS */
356
350
  /* GRID */
357
351
  /* DATA TABLE */
352
+ /* TOOLTIP */
358
353
  /*
359
354
  * What follows is the result of much research on cross-browser styling.
360
355
  * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
@@ -369,14 +364,15 @@ html {
369
364
  line-height: 1.4; }
370
365
 
371
366
  /*
372
- * Remove text-shadow in selection highlight: h5bp.com/i
367
+ * Remove text-shadow in selection highlight:
368
+ * https://twitter.com/miketaylr/status/12228805301
369
+ *
373
370
  * These selection rule sets have to be separate.
374
371
  * Customize the background color to match your design.
375
372
  */
376
373
  ::-moz-selection {
377
374
  background: #b3d4fc;
378
375
  text-shadow: none; }
379
-
380
376
  ::selection {
381
377
  background: #b3d4fc;
382
378
  text-shadow: none; }
@@ -393,11 +389,13 @@ hr {
393
389
  padding: 0; }
394
390
 
395
391
  /*
396
- * Remove the gap between images, videos, audio and canvas and the bottom of
397
- * their containers: h5bp.com/i/440
392
+ * Remove the gap between audio, canvas, iframes,
393
+ * images, videos and the bottom of their containers:
394
+ * https://github.com/h5bp/html5-boilerplate/issues/440
398
395
  */
399
396
  audio,
400
397
  canvas,
398
+ iframe,
401
399
  img,
402
400
  svg,
403
401
  video {
@@ -418,9 +416,9 @@ textarea {
418
416
  resize: vertical; }
419
417
 
420
418
  /* ==========================================================================
421
- Browse Happy prompt
419
+ Browser Upgrade Prompt
422
420
  ========================================================================== */
423
- .browsehappy {
421
+ .browserupgrade {
424
422
  margin: 0.2em 0;
425
423
  background: #ccc;
426
424
  color: #000;
@@ -433,14 +431,14 @@ textarea {
433
431
  Helper classes
434
432
  ========================================================================== */
435
433
  /*
436
- * Hide visually and from screen readers: h5bp.com/u
434
+ * Hide visually and from screen readers:
437
435
  */
438
436
  .hidden {
439
- display: none !important;
440
- visibility: hidden; }
437
+ display: none !important; }
441
438
 
442
439
  /*
443
- * Hide only visually, but have it available for screen readers: h5bp.com/v
440
+ * Hide only visually, but have it available for screen readers:
441
+ * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
444
442
  */
445
443
  .visuallyhidden {
446
444
  border: 0;
@@ -453,8 +451,9 @@ textarea {
453
451
  width: 1px; }
454
452
 
455
453
  /*
456
- * Extends the .visuallyhidden class to allow the element to be focusable
457
- * when navigated to via the keyboard: h5bp.com/p
454
+ * Extends the .visuallyhidden class to allow the element
455
+ * to be focusable when navigated to via the keyboard:
456
+ * https://www.drupal.org/node/897638
458
457
  */
459
458
  .visuallyhidden.focusable:active,
460
459
  .visuallyhidden.focusable:focus {
@@ -499,15 +498,18 @@ textarea {
499
498
  ========================================================================== */
500
499
  /* ==========================================================================
501
500
  Print styles.
502
- Inlined to avoid the additional HTTP request: h5bp.com/r
501
+ Inlined to avoid the additional HTTP request:
502
+ http://www.phpied.com/delay-loading-your-print-css/
503
503
  ========================================================================== */
504
504
  @media print {
505
505
  *,
506
506
  *:before,
507
- *:after {
507
+ *:after,
508
+ *:first-letter,
509
+ *:first-line {
508
510
  background: transparent !important;
509
511
  color: #000 !important;
510
- /* Black prints faster: h5bp.com/s */
512
+ /* Black prints faster: http://www.sanbeiji.com/archives/953 */
511
513
  box-shadow: none !important;
512
514
  text-shadow: none !important; }
513
515
  a,
@@ -528,9 +530,12 @@ textarea {
528
530
  blockquote {
529
531
  border: 1px solid #999;
530
532
  page-break-inside: avoid; }
533
+ /*
534
+ * Printing Tables:
535
+ * http://css-discuss.incutio.com/wiki/Printing_Tables
536
+ */
531
537
  thead {
532
- display: table-header-group;
533
- /* h5bp.com/t */ }
538
+ display: table-header-group; }
534
539
  tr,
535
540
  img {
536
541
  page-break-inside: avoid; }
@@ -691,6 +696,21 @@ main {
691
696
  */
692
697
  /* ========== Color Palettes ========== */
693
698
  /* colors.scss */
699
+ /**
700
+ * Copyright 2015 Google Inc. All Rights Reserved.
701
+ *
702
+ * Licensed under the Apache License, Version 2.0 (the "License");
703
+ * you may not use this file except in compliance with the License.
704
+ * You may obtain a copy of the License at
705
+ *
706
+ * http://www.apache.org/licenses/LICENSE-2.0
707
+ *
708
+ * Unless required by applicable law or agreed to in writing, software
709
+ * distributed under the License is distributed on an "AS IS" BASIS,
710
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
711
+ * See the License for the specific language governing permissions and
712
+ * limitations under the License.
713
+ */
694
714
  /* ========== Color & Themes ========== */
695
715
  /* ========== Typography ========== */
696
716
  /* ========== Components ========== */
@@ -718,22 +738,11 @@ main {
718
738
  /* RADIO */
719
739
  /* MENU */
720
740
  /* LIST */
721
- /* ICONS */
741
+ /* LAYOUT */
722
742
  /* ICON TOGGLE */
723
743
  /* FOOTER */
724
744
  /*mega-footer*/
725
- /**************
726
- *
727
- * Sizes
728
- *
729
- *************/
730
745
  /*mini-footer*/
731
- /**************
732
- *
733
- * Sizes
734
- *
735
- *************/
736
- /* COLUMN LAYOUT */
737
746
  /* CHECKBOX */
738
747
  /* CARD */
739
748
  /* Card dimensions */
@@ -750,6 +759,7 @@ main {
750
759
  /* SHADOWS */
751
760
  /* GRID */
752
761
  /* DATA TABLE */
762
+ /* TOOLTIP */
753
763
  /**
754
764
  * Copyright 2015 Google Inc. All Rights Reserved.
755
765
  *
@@ -1241,6 +1251,21 @@ ul, ol {
1241
1251
  */
1242
1252
  /* ========== Color Palettes ========== */
1243
1253
  /* colors.scss */
1254
+ /**
1255
+ * Copyright 2015 Google Inc. All Rights Reserved.
1256
+ *
1257
+ * Licensed under the Apache License, Version 2.0 (the "License");
1258
+ * you may not use this file except in compliance with the License.
1259
+ * You may obtain a copy of the License at
1260
+ *
1261
+ * http://www.apache.org/licenses/LICENSE-2.0
1262
+ *
1263
+ * Unless required by applicable law or agreed to in writing, software
1264
+ * distributed under the License is distributed on an "AS IS" BASIS,
1265
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1266
+ * See the License for the specific language governing permissions and
1267
+ * limitations under the License.
1268
+ */
1244
1269
  /* ========== Color & Themes ========== */
1245
1270
  /* ========== Typography ========== */
1246
1271
  /* ========== Components ========== */
@@ -1268,22 +1293,11 @@ ul, ol {
1268
1293
  /* RADIO */
1269
1294
  /* MENU */
1270
1295
  /* LIST */
1271
- /* ICONS */
1296
+ /* LAYOUT */
1272
1297
  /* ICON TOGGLE */
1273
1298
  /* FOOTER */
1274
1299
  /*mega-footer*/
1275
- /**************
1276
- *
1277
- * Sizes
1278
- *
1279
- *************/
1280
1300
  /*mini-footer*/
1281
- /**************
1282
- *
1283
- * Sizes
1284
- *
1285
- *************/
1286
- /* COLUMN LAYOUT */
1287
1301
  /* CHECKBOX */
1288
1302
  /* CARD */
1289
1303
  /* Card dimensions */
@@ -1300,6 +1314,7 @@ ul, ol {
1300
1314
  /* SHADOWS */
1301
1315
  /* GRID */
1302
1316
  /* DATA TABLE */
1317
+ /* TOOLTIP */
1303
1318
  .mdl-color-text--red {
1304
1319
  color: rgb(244,67,54) !important; }
1305
1320
 
@@ -3071,6 +3086,21 @@ ul, ol {
3071
3086
  */
3072
3087
  /* ========== Color Palettes ========== */
3073
3088
  /* colors.scss */
3089
+ /**
3090
+ * Copyright 2015 Google Inc. All Rights Reserved.
3091
+ *
3092
+ * Licensed under the Apache License, Version 2.0 (the "License");
3093
+ * you may not use this file except in compliance with the License.
3094
+ * You may obtain a copy of the License at
3095
+ *
3096
+ * http://www.apache.org/licenses/LICENSE-2.0
3097
+ *
3098
+ * Unless required by applicable law or agreed to in writing, software
3099
+ * distributed under the License is distributed on an "AS IS" BASIS,
3100
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3101
+ * See the License for the specific language governing permissions and
3102
+ * limitations under the License.
3103
+ */
3074
3104
  /* ========== Color & Themes ========== */
3075
3105
  /* ========== Typography ========== */
3076
3106
  /* ========== Components ========== */
@@ -3098,22 +3128,11 @@ ul, ol {
3098
3128
  /* RADIO */
3099
3129
  /* MENU */
3100
3130
  /* LIST */
3101
- /* ICONS */
3131
+ /* LAYOUT */
3102
3132
  /* ICON TOGGLE */
3103
3133
  /* FOOTER */
3104
3134
  /*mega-footer*/
3105
- /**************
3106
- *
3107
- * Sizes
3108
- *
3109
- *************/
3110
3135
  /*mini-footer*/
3111
- /**************
3112
- *
3113
- * Sizes
3114
- *
3115
- *************/
3116
- /* COLUMN LAYOUT */
3117
3136
  /* CHECKBOX */
3118
3137
  /* CARD */
3119
3138
  /* Card dimensions */
@@ -3130,6 +3149,7 @@ ul, ol {
3130
3149
  /* SHADOWS */
3131
3150
  /* GRID */
3132
3151
  /* DATA TABLE */
3152
+ /* TOOLTIP */
3133
3153
  .mdl-ripple {
3134
3154
  background: rgb(0,0,0);
3135
3155
  border-radius: 50%;
@@ -3241,6 +3261,21 @@ ul, ol {
3241
3261
  */
3242
3262
  /* ========== Color Palettes ========== */
3243
3263
  /* colors.scss */
3264
+ /**
3265
+ * Copyright 2015 Google Inc. All Rights Reserved.
3266
+ *
3267
+ * Licensed under the Apache License, Version 2.0 (the "License");
3268
+ * you may not use this file except in compliance with the License.
3269
+ * You may obtain a copy of the License at
3270
+ *
3271
+ * http://www.apache.org/licenses/LICENSE-2.0
3272
+ *
3273
+ * Unless required by applicable law or agreed to in writing, software
3274
+ * distributed under the License is distributed on an "AS IS" BASIS,
3275
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3276
+ * See the License for the specific language governing permissions and
3277
+ * limitations under the License.
3278
+ */
3244
3279
  /* ========== Color & Themes ========== */
3245
3280
  /* ========== Typography ========== */
3246
3281
  /* ========== Components ========== */
@@ -3268,22 +3303,11 @@ ul, ol {
3268
3303
  /* RADIO */
3269
3304
  /* MENU */
3270
3305
  /* LIST */
3271
- /* ICONS */
3306
+ /* LAYOUT */
3272
3307
  /* ICON TOGGLE */
3273
3308
  /* FOOTER */
3274
3309
  /*mega-footer*/
3275
- /**************
3276
- *
3277
- * Sizes
3278
- *
3279
- *************/
3280
3310
  /*mini-footer*/
3281
- /**************
3282
- *
3283
- * Sizes
3284
- *
3285
- *************/
3286
- /* COLUMN LAYOUT */
3287
3311
  /* CHECKBOX */
3288
3312
  /* CARD */
3289
3313
  /* Card dimensions */
@@ -3300,6 +3324,7 @@ ul, ol {
3300
3324
  /* SHADOWS */
3301
3325
  /* GRID */
3302
3326
  /* DATA TABLE */
3327
+ /* TOOLTIP */
3303
3328
  .mdl-animation--default {
3304
3329
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3305
3330
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
@@ -3407,6 +3432,21 @@ ul, ol {
3407
3432
  */
3408
3433
  /* ========== Color Palettes ========== */
3409
3434
  /* colors.scss */
3435
+ /**
3436
+ * Copyright 2015 Google Inc. All Rights Reserved.
3437
+ *
3438
+ * Licensed under the Apache License, Version 2.0 (the "License");
3439
+ * you may not use this file except in compliance with the License.
3440
+ * You may obtain a copy of the License at
3441
+ *
3442
+ * http://www.apache.org/licenses/LICENSE-2.0
3443
+ *
3444
+ * Unless required by applicable law or agreed to in writing, software
3445
+ * distributed under the License is distributed on an "AS IS" BASIS,
3446
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3447
+ * See the License for the specific language governing permissions and
3448
+ * limitations under the License.
3449
+ */
3410
3450
  /* ========== Color & Themes ========== */
3411
3451
  /* ========== Typography ========== */
3412
3452
  /* ========== Components ========== */
@@ -3434,22 +3474,11 @@ ul, ol {
3434
3474
  /* RADIO */
3435
3475
  /* MENU */
3436
3476
  /* LIST */
3437
- /* ICONS */
3477
+ /* LAYOUT */
3438
3478
  /* ICON TOGGLE */
3439
3479
  /* FOOTER */
3440
3480
  /*mega-footer*/
3441
- /**************
3442
- *
3443
- * Sizes
3444
- *
3445
- *************/
3446
3481
  /*mini-footer*/
3447
- /**************
3448
- *
3449
- * Sizes
3450
- *
3451
- *************/
3452
- /* COLUMN LAYOUT */
3453
3482
  /* CHECKBOX */
3454
3483
  /* CARD */
3455
3484
  /* Card dimensions */
@@ -3466,6 +3495,7 @@ ul, ol {
3466
3495
  /* SHADOWS */
3467
3496
  /* GRID */
3468
3497
  /* DATA TABLE */
3498
+ /* TOOLTIP */
3469
3499
  .mdl-badge {
3470
3500
  position: relative;
3471
3501
  white-space: nowrap;
@@ -3607,6 +3637,21 @@ ul, ol {
3607
3637
  */
3608
3638
  /* ========== Color Palettes ========== */
3609
3639
  /* colors.scss */
3640
+ /**
3641
+ * Copyright 2015 Google Inc. All Rights Reserved.
3642
+ *
3643
+ * Licensed under the Apache License, Version 2.0 (the "License");
3644
+ * you may not use this file except in compliance with the License.
3645
+ * You may obtain a copy of the License at
3646
+ *
3647
+ * http://www.apache.org/licenses/LICENSE-2.0
3648
+ *
3649
+ * Unless required by applicable law or agreed to in writing, software
3650
+ * distributed under the License is distributed on an "AS IS" BASIS,
3651
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3652
+ * See the License for the specific language governing permissions and
3653
+ * limitations under the License.
3654
+ */
3610
3655
  /* ========== Color & Themes ========== */
3611
3656
  /* ========== Typography ========== */
3612
3657
  /* ========== Components ========== */
@@ -3634,22 +3679,11 @@ ul, ol {
3634
3679
  /* RADIO */
3635
3680
  /* MENU */
3636
3681
  /* LIST */
3637
- /* ICONS */
3682
+ /* LAYOUT */
3638
3683
  /* ICON TOGGLE */
3639
3684
  /* FOOTER */
3640
3685
  /*mega-footer*/
3641
- /**************
3642
- *
3643
- * Sizes
3644
- *
3645
- *************/
3646
3686
  /*mini-footer*/
3647
- /**************
3648
- *
3649
- * Sizes
3650
- *
3651
- *************/
3652
- /* COLUMN LAYOUT */
3653
3687
  /* CHECKBOX */
3654
3688
  /* CARD */
3655
3689
  /* Card dimensions */
@@ -3666,6 +3700,7 @@ ul, ol {
3666
3700
  /* SHADOWS */
3667
3701
  /* GRID */
3668
3702
  /* DATA TABLE */
3703
+ /* TOOLTIP */
3669
3704
  /**
3670
3705
  * Copyright 2015 Google Inc. All Rights Reserved.
3671
3706
  *
@@ -3689,7 +3724,6 @@ ul, ol {
3689
3724
  border: none;
3690
3725
  border-radius: 2px;
3691
3726
  color: rgb(0,0,0);
3692
- display: block;
3693
3727
  position: relative;
3694
3728
  height: 36px;
3695
3729
  min-width: 64px;
@@ -3836,7 +3870,8 @@ input.mdl-button[type="submit"] {
3836
3870
  width: 100%;
3837
3871
  z-index: 0;
3838
3872
  overflow: hidden; }
3839
- .mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
3873
+ .mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,
3874
+ .mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple {
3840
3875
  background-color: transparent; }
3841
3876
 
3842
3877
  .mdl-button--primary.mdl-button--primary {
@@ -3855,25 +3890,30 @@ input.mdl-button[type="submit"] {
3855
3890
  color: rgb(255,255,255);
3856
3891
  background-color: rgb(255,64,129); }
3857
3892
 
3858
- .mdl-button[disabled][disabled] {
3893
+ .mdl-button[disabled][disabled],
3894
+ .mdl-button.mdl-button--disabled.mdl-button--disabled {
3859
3895
  color: rgba(0,0,0, 0.26);
3860
3896
  cursor: auto;
3861
3897
  background-color: transparent; }
3862
3898
 
3863
- .mdl-button--fab[disabled][disabled] {
3899
+ .mdl-button--fab[disabled][disabled],
3900
+ .mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
3864
3901
  background-color: rgba(0,0,0, 0.12);
3865
3902
  color: rgba(0,0,0, 0.26);
3866
3903
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
3867
3904
 
3868
- .mdl-button--raised[disabled][disabled] {
3905
+ .mdl-button--raised[disabled][disabled],
3906
+ .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
3869
3907
  background-color: rgba(0,0,0, 0.12);
3870
3908
  color: rgba(0,0,0, 0.26);
3871
3909
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
3872
3910
 
3873
- .mdl-button--colored[disabled][disabled] {
3874
- background-color: rgba(0,0,0, 0.12);
3875
- color: rgba(0,0,0, 0.26);
3876
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
3911
+ .mdl-button--colored[disabled][disabled],
3912
+ .mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
3913
+ color: rgba(0,0,0, 0.26); }
3914
+
3915
+ .mdl-button .material-icons {
3916
+ vertical-align: middle; }
3877
3917
 
3878
3918
  /**
3879
3919
  * Copyright 2015 Google Inc. All Rights Reserved.
@@ -3966,6 +4006,21 @@ input.mdl-button[type="submit"] {
3966
4006
  */
3967
4007
  /* ========== Color Palettes ========== */
3968
4008
  /* colors.scss */
4009
+ /**
4010
+ * Copyright 2015 Google Inc. All Rights Reserved.
4011
+ *
4012
+ * Licensed under the Apache License, Version 2.0 (the "License");
4013
+ * you may not use this file except in compliance with the License.
4014
+ * You may obtain a copy of the License at
4015
+ *
4016
+ * http://www.apache.org/licenses/LICENSE-2.0
4017
+ *
4018
+ * Unless required by applicable law or agreed to in writing, software
4019
+ * distributed under the License is distributed on an "AS IS" BASIS,
4020
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4021
+ * See the License for the specific language governing permissions and
4022
+ * limitations under the License.
4023
+ */
3969
4024
  /* ========== Color & Themes ========== */
3970
4025
  /* ========== Typography ========== */
3971
4026
  /* ========== Components ========== */
@@ -3993,22 +4048,11 @@ input.mdl-button[type="submit"] {
3993
4048
  /* RADIO */
3994
4049
  /* MENU */
3995
4050
  /* LIST */
3996
- /* ICONS */
4051
+ /* LAYOUT */
3997
4052
  /* ICON TOGGLE */
3998
4053
  /* FOOTER */
3999
4054
  /*mega-footer*/
4000
- /**************
4001
- *
4002
- * Sizes
4003
- *
4004
- *************/
4005
4055
  /*mini-footer*/
4006
- /**************
4007
- *
4008
- * Sizes
4009
- *
4010
- *************/
4011
- /* COLUMN LAYOUT */
4012
4056
  /* CHECKBOX */
4013
4057
  /* CARD */
4014
4058
  /* Card dimensions */
@@ -4025,6 +4069,7 @@ input.mdl-button[type="submit"] {
4025
4069
  /* SHADOWS */
4026
4070
  /* GRID */
4027
4071
  /* DATA TABLE */
4072
+ /* TOOLTIP */
4028
4073
  .mdl-card {
4029
4074
  display: -webkit-box;
4030
4075
  display: -webkit-flex;
@@ -4225,6 +4270,21 @@ input.mdl-button[type="submit"] {
4225
4270
  */
4226
4271
  /* ========== Color Palettes ========== */
4227
4272
  /* colors.scss */
4273
+ /**
4274
+ * Copyright 2015 Google Inc. All Rights Reserved.
4275
+ *
4276
+ * Licensed under the Apache License, Version 2.0 (the "License");
4277
+ * you may not use this file except in compliance with the License.
4278
+ * You may obtain a copy of the License at
4279
+ *
4280
+ * http://www.apache.org/licenses/LICENSE-2.0
4281
+ *
4282
+ * Unless required by applicable law or agreed to in writing, software
4283
+ * distributed under the License is distributed on an "AS IS" BASIS,
4284
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4285
+ * See the License for the specific language governing permissions and
4286
+ * limitations under the License.
4287
+ */
4228
4288
  /* ========== Color & Themes ========== */
4229
4289
  /* ========== Typography ========== */
4230
4290
  /* ========== Components ========== */
@@ -4252,22 +4312,11 @@ input.mdl-button[type="submit"] {
4252
4312
  /* RADIO */
4253
4313
  /* MENU */
4254
4314
  /* LIST */
4255
- /* ICONS */
4315
+ /* LAYOUT */
4256
4316
  /* ICON TOGGLE */
4257
4317
  /* FOOTER */
4258
4318
  /*mega-footer*/
4259
- /**************
4260
- *
4261
- * Sizes
4262
- *
4263
- *************/
4264
4319
  /*mini-footer*/
4265
- /**************
4266
- *
4267
- * Sizes
4268
- *
4269
- *************/
4270
- /* COLUMN LAYOUT */
4271
4320
  /* CHECKBOX */
4272
4321
  /* CARD */
4273
4322
  /* Card dimensions */
@@ -4284,6 +4333,7 @@ input.mdl-button[type="submit"] {
4284
4333
  /* SHADOWS */
4285
4334
  /* GRID */
4286
4335
  /* DATA TABLE */
4336
+ /* TOOLTIP */
4287
4337
  /**
4288
4338
  * Copyright 2015 Google Inc. All Rights Reserved.
4289
4339
  *
@@ -4507,6 +4557,21 @@ input.mdl-button[type="submit"] {
4507
4557
  */
4508
4558
  /* ========== Color Palettes ========== */
4509
4559
  /* colors.scss */
4560
+ /**
4561
+ * Copyright 2015 Google Inc. All Rights Reserved.
4562
+ *
4563
+ * Licensed under the Apache License, Version 2.0 (the "License");
4564
+ * you may not use this file except in compliance with the License.
4565
+ * You may obtain a copy of the License at
4566
+ *
4567
+ * http://www.apache.org/licenses/LICENSE-2.0
4568
+ *
4569
+ * Unless required by applicable law or agreed to in writing, software
4570
+ * distributed under the License is distributed on an "AS IS" BASIS,
4571
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4572
+ * See the License for the specific language governing permissions and
4573
+ * limitations under the License.
4574
+ */
4510
4575
  /* ========== Color & Themes ========== */
4511
4576
  /* ========== Typography ========== */
4512
4577
  /* ========== Components ========== */
@@ -4534,22 +4599,11 @@ input.mdl-button[type="submit"] {
4534
4599
  /* RADIO */
4535
4600
  /* MENU */
4536
4601
  /* LIST */
4537
- /* ICONS */
4602
+ /* LAYOUT */
4538
4603
  /* ICON TOGGLE */
4539
4604
  /* FOOTER */
4540
4605
  /*mega-footer*/
4541
- /**************
4542
- *
4543
- * Sizes
4544
- *
4545
- *************/
4546
4606
  /*mini-footer*/
4547
- /**************
4548
- *
4549
- * Sizes
4550
- *
4551
- *************/
4552
- /* COLUMN LAYOUT */
4553
4607
  /* CHECKBOX */
4554
4608
  /* CARD */
4555
4609
  /* Card dimensions */
@@ -4566,6 +4620,7 @@ input.mdl-button[type="submit"] {
4566
4620
  /* SHADOWS */
4567
4621
  /* GRID */
4568
4622
  /* DATA TABLE */
4623
+ /* TOOLTIP */
4569
4624
  /**
4570
4625
  * Copyright 2015 Google Inc. All Rights Reserved.
4571
4626
  *
@@ -4641,7 +4696,9 @@ input.mdl-button[type="submit"] {
4641
4696
  padding-bottom: 8px;
4642
4697
  box-sizing: border-box; }
4643
4698
  .mdl-data-table th .mdl-data-table__select {
4644
- position: relative; }
4699
+ position: absolute;
4700
+ bottom: 8px;
4701
+ left: 24px; }
4645
4702
 
4646
4703
  .mdl-data-table__select {
4647
4704
  width: 16px; }
@@ -4740,6 +4797,21 @@ input.mdl-button[type="submit"] {
4740
4797
  */
4741
4798
  /* ========== Color Palettes ========== */
4742
4799
  /* colors.scss */
4800
+ /**
4801
+ * Copyright 2015 Google Inc. All Rights Reserved.
4802
+ *
4803
+ * Licensed under the Apache License, Version 2.0 (the "License");
4804
+ * you may not use this file except in compliance with the License.
4805
+ * You may obtain a copy of the License at
4806
+ *
4807
+ * http://www.apache.org/licenses/LICENSE-2.0
4808
+ *
4809
+ * Unless required by applicable law or agreed to in writing, software
4810
+ * distributed under the License is distributed on an "AS IS" BASIS,
4811
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4812
+ * See the License for the specific language governing permissions and
4813
+ * limitations under the License.
4814
+ */
4743
4815
  /* ========== Color & Themes ========== */
4744
4816
  /* ========== Typography ========== */
4745
4817
  /* ========== Components ========== */
@@ -4767,22 +4839,11 @@ input.mdl-button[type="submit"] {
4767
4839
  /* RADIO */
4768
4840
  /* MENU */
4769
4841
  /* LIST */
4770
- /* ICONS */
4842
+ /* LAYOUT */
4771
4843
  /* ICON TOGGLE */
4772
4844
  /* FOOTER */
4773
4845
  /*mega-footer*/
4774
- /**************
4775
- *
4776
- * Sizes
4777
- *
4778
- *************/
4779
4846
  /*mini-footer*/
4780
- /**************
4781
- *
4782
- * Sizes
4783
- *
4784
- *************/
4785
- /* COLUMN LAYOUT */
4786
4847
  /* CHECKBOX */
4787
4848
  /* CARD */
4788
4849
  /* Card dimensions */
@@ -4799,6 +4860,7 @@ input.mdl-button[type="submit"] {
4799
4860
  /* SHADOWS */
4800
4861
  /* GRID */
4801
4862
  /* DATA TABLE */
4863
+ /* TOOLTIP */
4802
4864
  /**
4803
4865
  * Copyright 2015 Google Inc. All Rights Reserved.
4804
4866
  *
@@ -5124,6 +5186,21 @@ input.mdl-button[type="submit"] {
5124
5186
  */
5125
5187
  /* ========== Color Palettes ========== */
5126
5188
  /* colors.scss */
5189
+ /**
5190
+ * Copyright 2015 Google Inc. All Rights Reserved.
5191
+ *
5192
+ * Licensed under the Apache License, Version 2.0 (the "License");
5193
+ * you may not use this file except in compliance with the License.
5194
+ * You may obtain a copy of the License at
5195
+ *
5196
+ * http://www.apache.org/licenses/LICENSE-2.0
5197
+ *
5198
+ * Unless required by applicable law or agreed to in writing, software
5199
+ * distributed under the License is distributed on an "AS IS" BASIS,
5200
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5201
+ * See the License for the specific language governing permissions and
5202
+ * limitations under the License.
5203
+ */
5127
5204
  /* ========== Color & Themes ========== */
5128
5205
  /* ========== Typography ========== */
5129
5206
  /* ========== Components ========== */
@@ -5151,22 +5228,11 @@ input.mdl-button[type="submit"] {
5151
5228
  /* RADIO */
5152
5229
  /* MENU */
5153
5230
  /* LIST */
5154
- /* ICONS */
5231
+ /* LAYOUT */
5155
5232
  /* ICON TOGGLE */
5156
5233
  /* FOOTER */
5157
5234
  /*mega-footer*/
5158
- /**************
5159
- *
5160
- * Sizes
5161
- *
5162
- *************/
5163
5235
  /*mini-footer*/
5164
- /**************
5165
- *
5166
- * Sizes
5167
- *
5168
- *************/
5169
- /* COLUMN LAYOUT */
5170
5236
  /* CHECKBOX */
5171
5237
  /* CARD */
5172
5238
  /* Card dimensions */
@@ -5183,6 +5249,7 @@ input.mdl-button[type="submit"] {
5183
5249
  /* SHADOWS */
5184
5250
  /* GRID */
5185
5251
  /* DATA TABLE */
5252
+ /* TOOLTIP */
5186
5253
  .mdl-mini-footer {
5187
5254
  display: -webkit-box;
5188
5255
  display: -webkit-flex;
@@ -5346,6 +5413,21 @@ input.mdl-button[type="submit"] {
5346
5413
  */
5347
5414
  /* ========== Color Palettes ========== */
5348
5415
  /* colors.scss */
5416
+ /**
5417
+ * Copyright 2015 Google Inc. All Rights Reserved.
5418
+ *
5419
+ * Licensed under the Apache License, Version 2.0 (the "License");
5420
+ * you may not use this file except in compliance with the License.
5421
+ * You may obtain a copy of the License at
5422
+ *
5423
+ * http://www.apache.org/licenses/LICENSE-2.0
5424
+ *
5425
+ * Unless required by applicable law or agreed to in writing, software
5426
+ * distributed under the License is distributed on an "AS IS" BASIS,
5427
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5428
+ * See the License for the specific language governing permissions and
5429
+ * limitations under the License.
5430
+ */
5349
5431
  /* ========== Color & Themes ========== */
5350
5432
  /* ========== Typography ========== */
5351
5433
  /* ========== Components ========== */
@@ -5373,22 +5455,11 @@ input.mdl-button[type="submit"] {
5373
5455
  /* RADIO */
5374
5456
  /* MENU */
5375
5457
  /* LIST */
5376
- /* ICONS */
5458
+ /* LAYOUT */
5377
5459
  /* ICON TOGGLE */
5378
5460
  /* FOOTER */
5379
5461
  /*mega-footer*/
5380
- /**************
5381
- *
5382
- * Sizes
5383
- *
5384
- *************/
5385
5462
  /*mini-footer*/
5386
- /**************
5387
- *
5388
- * Sizes
5389
- *
5390
- *************/
5391
- /* COLUMN LAYOUT */
5392
5463
  /* CHECKBOX */
5393
5464
  /* CARD */
5394
5465
  /* Card dimensions */
@@ -5405,6 +5476,7 @@ input.mdl-button[type="submit"] {
5405
5476
  /* SHADOWS */
5406
5477
  /* GRID */
5407
5478
  /* DATA TABLE */
5479
+ /* TOOLTIP */
5408
5480
  .mdl-icon-toggle {
5409
5481
  position: relative;
5410
5482
  z-index: 1;
@@ -5571,6 +5643,21 @@ input.mdl-button[type="submit"] {
5571
5643
  */
5572
5644
  /* ========== Color Palettes ========== */
5573
5645
  /* colors.scss */
5646
+ /**
5647
+ * Copyright 2015 Google Inc. All Rights Reserved.
5648
+ *
5649
+ * Licensed under the Apache License, Version 2.0 (the "License");
5650
+ * you may not use this file except in compliance with the License.
5651
+ * You may obtain a copy of the License at
5652
+ *
5653
+ * http://www.apache.org/licenses/LICENSE-2.0
5654
+ *
5655
+ * Unless required by applicable law or agreed to in writing, software
5656
+ * distributed under the License is distributed on an "AS IS" BASIS,
5657
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5658
+ * See the License for the specific language governing permissions and
5659
+ * limitations under the License.
5660
+ */
5574
5661
  /* ========== Color & Themes ========== */
5575
5662
  /* ========== Typography ========== */
5576
5663
  /* ========== Components ========== */
@@ -5598,22 +5685,11 @@ input.mdl-button[type="submit"] {
5598
5685
  /* RADIO */
5599
5686
  /* MENU */
5600
5687
  /* LIST */
5601
- /* ICONS */
5688
+ /* LAYOUT */
5602
5689
  /* ICON TOGGLE */
5603
5690
  /* FOOTER */
5604
5691
  /*mega-footer*/
5605
- /**************
5606
- *
5607
- * Sizes
5608
- *
5609
- *************/
5610
5692
  /*mini-footer*/
5611
- /**************
5612
- *
5613
- * Sizes
5614
- *
5615
- *************/
5616
- /* COLUMN LAYOUT */
5617
5693
  /* CHECKBOX */
5618
5694
  /* CARD */
5619
5695
  /* Card dimensions */
@@ -5630,6 +5706,7 @@ input.mdl-button[type="submit"] {
5630
5706
  /* SHADOWS */
5631
5707
  /* GRID */
5632
5708
  /* DATA TABLE */
5709
+ /* TOOLTIP */
5633
5710
  /**
5634
5711
  * Copyright 2015 Google Inc. All Rights Reserved.
5635
5712
  *
@@ -5657,9 +5734,12 @@ input.mdl-button[type="submit"] {
5657
5734
  overflow: visible;
5658
5735
  height: 0;
5659
5736
  width: 0;
5737
+ visibility: hidden;
5660
5738
  z-index: -1; }
5661
- .mdl-menu__container.is-visible {
5662
- z-index: 999; }
5739
+ .mdl-menu__container.is-visible,
5740
+ .mdl-menu__container.is-animating {
5741
+ z-index: 999;
5742
+ visibility: visible; }
5663
5743
 
5664
5744
  .mdl-menu__outline {
5665
5745
  display: block;
@@ -5887,6 +5967,21 @@ input.mdl-button[type="submit"] {
5887
5967
  */
5888
5968
  /* ========== Color Palettes ========== */
5889
5969
  /* colors.scss */
5970
+ /**
5971
+ * Copyright 2015 Google Inc. All Rights Reserved.
5972
+ *
5973
+ * Licensed under the Apache License, Version 2.0 (the "License");
5974
+ * you may not use this file except in compliance with the License.
5975
+ * You may obtain a copy of the License at
5976
+ *
5977
+ * http://www.apache.org/licenses/LICENSE-2.0
5978
+ *
5979
+ * Unless required by applicable law or agreed to in writing, software
5980
+ * distributed under the License is distributed on an "AS IS" BASIS,
5981
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5982
+ * See the License for the specific language governing permissions and
5983
+ * limitations under the License.
5984
+ */
5890
5985
  /* ========== Color & Themes ========== */
5891
5986
  /* ========== Typography ========== */
5892
5987
  /* ========== Components ========== */
@@ -5914,22 +6009,11 @@ input.mdl-button[type="submit"] {
5914
6009
  /* RADIO */
5915
6010
  /* MENU */
5916
6011
  /* LIST */
5917
- /* ICONS */
6012
+ /* LAYOUT */
5918
6013
  /* ICON TOGGLE */
5919
6014
  /* FOOTER */
5920
6015
  /*mega-footer*/
5921
- /**************
5922
- *
5923
- * Sizes
5924
- *
5925
- *************/
5926
6016
  /*mini-footer*/
5927
- /**************
5928
- *
5929
- * Sizes
5930
- *
5931
- *************/
5932
- /* COLUMN LAYOUT */
5933
6017
  /* CHECKBOX */
5934
6018
  /* CARD */
5935
6019
  /* Card dimensions */
@@ -5946,6 +6030,7 @@ input.mdl-button[type="submit"] {
5946
6030
  /* SHADOWS */
5947
6031
  /* GRID */
5948
6032
  /* DATA TABLE */
6033
+ /* TOOLTIP */
5949
6034
  .mdl-progress {
5950
6035
  display: block;
5951
6036
  position: relative;
@@ -6150,6 +6235,21 @@ input.mdl-button[type="submit"] {
6150
6235
  */
6151
6236
  /* ========== Color Palettes ========== */
6152
6237
  /* colors.scss */
6238
+ /**
6239
+ * Copyright 2015 Google Inc. All Rights Reserved.
6240
+ *
6241
+ * Licensed under the Apache License, Version 2.0 (the "License");
6242
+ * you may not use this file except in compliance with the License.
6243
+ * You may obtain a copy of the License at
6244
+ *
6245
+ * http://www.apache.org/licenses/LICENSE-2.0
6246
+ *
6247
+ * Unless required by applicable law or agreed to in writing, software
6248
+ * distributed under the License is distributed on an "AS IS" BASIS,
6249
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6250
+ * See the License for the specific language governing permissions and
6251
+ * limitations under the License.
6252
+ */
6153
6253
  /* ========== Color & Themes ========== */
6154
6254
  /* ========== Typography ========== */
6155
6255
  /* ========== Components ========== */
@@ -6177,22 +6277,11 @@ input.mdl-button[type="submit"] {
6177
6277
  /* RADIO */
6178
6278
  /* MENU */
6179
6279
  /* LIST */
6180
- /* ICONS */
6280
+ /* LAYOUT */
6181
6281
  /* ICON TOGGLE */
6182
6282
  /* FOOTER */
6183
6283
  /*mega-footer*/
6184
- /**************
6185
- *
6186
- * Sizes
6187
- *
6188
- *************/
6189
6284
  /*mini-footer*/
6190
- /**************
6191
- *
6192
- * Sizes
6193
- *
6194
- *************/
6195
- /* COLUMN LAYOUT */
6196
6285
  /* CHECKBOX */
6197
6286
  /* CARD */
6198
6287
  /* Card dimensions */
@@ -6209,6 +6298,7 @@ input.mdl-button[type="submit"] {
6209
6298
  /* SHADOWS */
6210
6299
  /* GRID */
6211
6300
  /* DATA TABLE */
6301
+ /* TOOLTIP */
6212
6302
  /**
6213
6303
  * Copyright 2015 Google Inc. All Rights Reserved.
6214
6304
  *
@@ -6454,8 +6544,9 @@ input.mdl-button[type="submit"] {
6454
6544
  .mdl-layout--fixed-drawer:not(.is-small-screen) > .mdl-layout__header {
6455
6545
  margin-left: 240px;
6456
6546
  width: calc(100% - 240px); }
6457
- .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
6458
- padding-left: 40px; }
6547
+ @media screen and (min-width: 1024px) {
6548
+ .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
6549
+ padding-left: 40px; } }
6459
6550
  .mdl-layout__header > .mdl-layout-icon {
6460
6551
  position: absolute;
6461
6552
  left: 40px;
@@ -6843,6 +6934,21 @@ input.mdl-button[type="submit"] {
6843
6934
  */
6844
6935
  /* ========== Color Palettes ========== */
6845
6936
  /* colors.scss */
6937
+ /**
6938
+ * Copyright 2015 Google Inc. All Rights Reserved.
6939
+ *
6940
+ * Licensed under the Apache License, Version 2.0 (the "License");
6941
+ * you may not use this file except in compliance with the License.
6942
+ * You may obtain a copy of the License at
6943
+ *
6944
+ * http://www.apache.org/licenses/LICENSE-2.0
6945
+ *
6946
+ * Unless required by applicable law or agreed to in writing, software
6947
+ * distributed under the License is distributed on an "AS IS" BASIS,
6948
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6949
+ * See the License for the specific language governing permissions and
6950
+ * limitations under the License.
6951
+ */
6846
6952
  /* ========== Color & Themes ========== */
6847
6953
  /* ========== Typography ========== */
6848
6954
  /* ========== Components ========== */
@@ -6870,22 +6976,11 @@ input.mdl-button[type="submit"] {
6870
6976
  /* RADIO */
6871
6977
  /* MENU */
6872
6978
  /* LIST */
6873
- /* ICONS */
6979
+ /* LAYOUT */
6874
6980
  /* ICON TOGGLE */
6875
6981
  /* FOOTER */
6876
6982
  /*mega-footer*/
6877
- /**************
6878
- *
6879
- * Sizes
6880
- *
6881
- *************/
6882
6983
  /*mini-footer*/
6883
- /**************
6884
- *
6885
- * Sizes
6886
- *
6887
- *************/
6888
- /* COLUMN LAYOUT */
6889
6984
  /* CHECKBOX */
6890
6985
  /* CARD */
6891
6986
  /* Card dimensions */
@@ -6902,6 +6997,7 @@ input.mdl-button[type="submit"] {
6902
6997
  /* SHADOWS */
6903
6998
  /* GRID */
6904
6999
  /* DATA TABLE */
7000
+ /* TOOLTIP */
6905
7001
  /**
6906
7002
  * Copyright 2015 Google Inc. All Rights Reserved.
6907
7003
  *
@@ -6948,7 +7044,7 @@ input.mdl-button[type="submit"] {
6948
7044
 
6949
7045
  .mdl-radio__outer-circle {
6950
7046
  position: absolute;
6951
- top: 2px;
7047
+ top: 4px;
6952
7048
  left: 0;
6953
7049
  display: inline-block;
6954
7050
  box-sizing: border-box;
@@ -6969,7 +7065,7 @@ input.mdl-button[type="submit"] {
6969
7065
  position: absolute;
6970
7066
  z-index: 1;
6971
7067
  margin: 0;
6972
- top: 6px;
7068
+ top: 8px;
6973
7069
  left: 4px;
6974
7070
  box-sizing: border-box;
6975
7071
  width: 8px;
@@ -7110,6 +7206,21 @@ input.mdl-button[type="submit"] {
7110
7206
  */
7111
7207
  /* ========== Color Palettes ========== */
7112
7208
  /* colors.scss */
7209
+ /**
7210
+ * Copyright 2015 Google Inc. All Rights Reserved.
7211
+ *
7212
+ * Licensed under the Apache License, Version 2.0 (the "License");
7213
+ * you may not use this file except in compliance with the License.
7214
+ * You may obtain a copy of the License at
7215
+ *
7216
+ * http://www.apache.org/licenses/LICENSE-2.0
7217
+ *
7218
+ * Unless required by applicable law or agreed to in writing, software
7219
+ * distributed under the License is distributed on an "AS IS" BASIS,
7220
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7221
+ * See the License for the specific language governing permissions and
7222
+ * limitations under the License.
7223
+ */
7113
7224
  /* ========== Color & Themes ========== */
7114
7225
  /* ========== Typography ========== */
7115
7226
  /* ========== Components ========== */
@@ -7137,22 +7248,11 @@ input.mdl-button[type="submit"] {
7137
7248
  /* RADIO */
7138
7249
  /* MENU */
7139
7250
  /* LIST */
7140
- /* ICONS */
7251
+ /* LAYOUT */
7141
7252
  /* ICON TOGGLE */
7142
7253
  /* FOOTER */
7143
7254
  /*mega-footer*/
7144
- /**************
7145
- *
7146
- * Sizes
7147
- *
7148
- *************/
7149
7255
  /*mini-footer*/
7150
- /**************
7151
- *
7152
- * Sizes
7153
- *
7154
- *************/
7155
- /* COLUMN LAYOUT */
7156
7256
  /* CHECKBOX */
7157
7257
  /* CARD */
7158
7258
  /* Card dimensions */
@@ -7169,6 +7269,7 @@ input.mdl-button[type="submit"] {
7169
7269
  /* SHADOWS */
7170
7270
  /* GRID */
7171
7271
  /* DATA TABLE */
7272
+ /* TOOLTIP */
7172
7273
  _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
7173
7274
  -ms-appearance: none;
7174
7275
  height: 32px;
@@ -7194,6 +7295,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
7194
7295
  -ms-flex-item-align: center;
7195
7296
  align-self: center;
7196
7297
  z-index: 1;
7298
+ cursor: pointer;
7197
7299
  /**************************** Tracks ****************************/
7198
7300
  /**************************** Thumbs ****************************/
7199
7301
  /**************************** 0-value ****************************/
@@ -7516,6 +7618,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
7516
7618
  */
7517
7619
  /* ========== Color Palettes ========== */
7518
7620
  /* colors.scss */
7621
+ /**
7622
+ * Copyright 2015 Google Inc. All Rights Reserved.
7623
+ *
7624
+ * Licensed under the Apache License, Version 2.0 (the "License");
7625
+ * you may not use this file except in compliance with the License.
7626
+ * You may obtain a copy of the License at
7627
+ *
7628
+ * http://www.apache.org/licenses/LICENSE-2.0
7629
+ *
7630
+ * Unless required by applicable law or agreed to in writing, software
7631
+ * distributed under the License is distributed on an "AS IS" BASIS,
7632
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7633
+ * See the License for the specific language governing permissions and
7634
+ * limitations under the License.
7635
+ */
7519
7636
  /* ========== Color & Themes ========== */
7520
7637
  /* ========== Typography ========== */
7521
7638
  /* ========== Components ========== */
@@ -7543,22 +7660,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
7543
7660
  /* RADIO */
7544
7661
  /* MENU */
7545
7662
  /* LIST */
7546
- /* ICONS */
7663
+ /* LAYOUT */
7547
7664
  /* ICON TOGGLE */
7548
7665
  /* FOOTER */
7549
7666
  /*mega-footer*/
7550
- /**************
7551
- *
7552
- * Sizes
7553
- *
7554
- *************/
7555
7667
  /*mini-footer*/
7556
- /**************
7557
- *
7558
- * Sizes
7559
- *
7560
- *************/
7561
- /* COLUMN LAYOUT */
7562
7668
  /* CHECKBOX */
7563
7669
  /* CARD */
7564
7670
  /* Card dimensions */
@@ -7575,6 +7681,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
7575
7681
  /* SHADOWS */
7576
7682
  /* GRID */
7577
7683
  /* DATA TABLE */
7684
+ /* TOOLTIP */
7578
7685
  .mdl-spinner {
7579
7686
  display: inline-block;
7580
7687
  position: relative;
@@ -7993,6 +8100,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
7993
8100
  */
7994
8101
  /* ========== Color Palettes ========== */
7995
8102
  /* colors.scss */
8103
+ /**
8104
+ * Copyright 2015 Google Inc. All Rights Reserved.
8105
+ *
8106
+ * Licensed under the Apache License, Version 2.0 (the "License");
8107
+ * you may not use this file except in compliance with the License.
8108
+ * You may obtain a copy of the License at
8109
+ *
8110
+ * http://www.apache.org/licenses/LICENSE-2.0
8111
+ *
8112
+ * Unless required by applicable law or agreed to in writing, software
8113
+ * distributed under the License is distributed on an "AS IS" BASIS,
8114
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8115
+ * See the License for the specific language governing permissions and
8116
+ * limitations under the License.
8117
+ */
7996
8118
  /* ========== Color & Themes ========== */
7997
8119
  /* ========== Typography ========== */
7998
8120
  /* ========== Components ========== */
@@ -8020,22 +8142,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8020
8142
  /* RADIO */
8021
8143
  /* MENU */
8022
8144
  /* LIST */
8023
- /* ICONS */
8145
+ /* LAYOUT */
8024
8146
  /* ICON TOGGLE */
8025
8147
  /* FOOTER */
8026
8148
  /*mega-footer*/
8027
- /**************
8028
- *
8029
- * Sizes
8030
- *
8031
- *************/
8032
8149
  /*mini-footer*/
8033
- /**************
8034
- *
8035
- * Sizes
8036
- *
8037
- *************/
8038
- /* COLUMN LAYOUT */
8039
8150
  /* CHECKBOX */
8040
8151
  /* CARD */
8041
8152
  /* Card dimensions */
@@ -8052,6 +8163,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8052
8163
  /* SHADOWS */
8053
8164
  /* GRID */
8054
8165
  /* DATA TABLE */
8166
+ /* TOOLTIP */
8055
8167
  /**
8056
8168
  * Copyright 2015 Google Inc. All Rights Reserved.
8057
8169
  *
@@ -8293,6 +8405,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8293
8405
  */
8294
8406
  /* ========== Color Palettes ========== */
8295
8407
  /* colors.scss */
8408
+ /**
8409
+ * Copyright 2015 Google Inc. All Rights Reserved.
8410
+ *
8411
+ * Licensed under the Apache License, Version 2.0 (the "License");
8412
+ * you may not use this file except in compliance with the License.
8413
+ * You may obtain a copy of the License at
8414
+ *
8415
+ * http://www.apache.org/licenses/LICENSE-2.0
8416
+ *
8417
+ * Unless required by applicable law or agreed to in writing, software
8418
+ * distributed under the License is distributed on an "AS IS" BASIS,
8419
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8420
+ * See the License for the specific language governing permissions and
8421
+ * limitations under the License.
8422
+ */
8296
8423
  /* ========== Color & Themes ========== */
8297
8424
  /* ========== Typography ========== */
8298
8425
  /* ========== Components ========== */
@@ -8320,22 +8447,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8320
8447
  /* RADIO */
8321
8448
  /* MENU */
8322
8449
  /* LIST */
8323
- /* ICONS */
8450
+ /* LAYOUT */
8324
8451
  /* ICON TOGGLE */
8325
8452
  /* FOOTER */
8326
8453
  /*mega-footer*/
8327
- /**************
8328
- *
8329
- * Sizes
8330
- *
8331
- *************/
8332
8454
  /*mini-footer*/
8333
- /**************
8334
- *
8335
- * Sizes
8336
- *
8337
- *************/
8338
- /* COLUMN LAYOUT */
8339
8455
  /* CHECKBOX */
8340
8456
  /* CARD */
8341
8457
  /* Card dimensions */
@@ -8352,6 +8468,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8352
8468
  /* SHADOWS */
8353
8469
  /* GRID */
8354
8470
  /* DATA TABLE */
8471
+ /* TOOLTIP */
8355
8472
  .mdl-tabs {
8356
8473
  display: block;
8357
8474
  width: 100%; }
@@ -8540,6 +8657,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8540
8657
  */
8541
8658
  /* ========== Color Palettes ========== */
8542
8659
  /* colors.scss */
8660
+ /**
8661
+ * Copyright 2015 Google Inc. All Rights Reserved.
8662
+ *
8663
+ * Licensed under the Apache License, Version 2.0 (the "License");
8664
+ * you may not use this file except in compliance with the License.
8665
+ * You may obtain a copy of the License at
8666
+ *
8667
+ * http://www.apache.org/licenses/LICENSE-2.0
8668
+ *
8669
+ * Unless required by applicable law or agreed to in writing, software
8670
+ * distributed under the License is distributed on an "AS IS" BASIS,
8671
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8672
+ * See the License for the specific language governing permissions and
8673
+ * limitations under the License.
8674
+ */
8543
8675
  /* ========== Color & Themes ========== */
8544
8676
  /* ========== Typography ========== */
8545
8677
  /* ========== Components ========== */
@@ -8567,22 +8699,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8567
8699
  /* RADIO */
8568
8700
  /* MENU */
8569
8701
  /* LIST */
8570
- /* ICONS */
8702
+ /* LAYOUT */
8571
8703
  /* ICON TOGGLE */
8572
8704
  /* FOOTER */
8573
8705
  /*mega-footer*/
8574
- /**************
8575
- *
8576
- * Sizes
8577
- *
8578
- *************/
8579
8706
  /*mini-footer*/
8580
- /**************
8581
- *
8582
- * Sizes
8583
- *
8584
- *************/
8585
- /* COLUMN LAYOUT */
8586
8707
  /* CHECKBOX */
8587
8708
  /* CARD */
8588
8709
  /* Card dimensions */
@@ -8599,6 +8720,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8599
8720
  /* SHADOWS */
8600
8721
  /* GRID */
8601
8722
  /* DATA TABLE */
8723
+ /* TOOLTIP */
8602
8724
  /**
8603
8725
  * Copyright 2015 Google Inc. All Rights Reserved.
8604
8726
  *
@@ -8644,12 +8766,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8644
8766
  .mdl-textfield__input {
8645
8767
  border: none;
8646
8768
  border-bottom: 1px solid rgba(0,0,0, 0.12);
8647
- display: inline-block;
8769
+ display: block;
8648
8770
  font-size: 16px;
8649
8771
  margin: 0;
8650
8772
  padding: 4px 0;
8651
8773
  width: 100%;
8652
- background: 16px;
8653
8774
  text-align: left;
8654
8775
  color: inherit; }
8655
8776
  .mdl-textfield.is-focused .mdl-textfield__input {
@@ -8659,7 +8780,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8659
8780
  box-shadow: none; }
8660
8781
  .mdl-textfield.is-disabled .mdl-textfield__input {
8661
8782
  background-color: transparent;
8662
- border-bottom: 1px dotted rgba(0,0,0, 0.12); }
8783
+ border-bottom: 1px dotted rgba(0,0,0, 0.12);
8784
+ color: rgba(0,0,0, 0.26); }
8785
+
8786
+ .mdl-textfield textarea.mdl-textfield__input {
8787
+ display: block; }
8663
8788
 
8664
8789
  .mdl-textfield__label {
8665
8790
  bottom: 0;
@@ -8669,6 +8794,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8669
8794
  right: 0;
8670
8795
  pointer-events: none;
8671
8796
  position: absolute;
8797
+ display: block;
8672
8798
  top: 24px;
8673
8799
  width: 100%;
8674
8800
  overflow: hidden;
@@ -8681,6 +8807,8 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8681
8807
  transition-duration: 0.2s;
8682
8808
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
8683
8809
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
8810
+ .mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
8811
+ color: rgba(0,0,0, 0.26); }
8684
8812
  .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
8685
8813
  .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
8686
8814
  color: rgb(63,81,181);
@@ -8718,7 +8846,8 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8718
8846
  position: absolute;
8719
8847
  font-size: 12px;
8720
8848
  margin-top: 3px;
8721
- visibility: hidden; }
8849
+ visibility: hidden;
8850
+ display: block; }
8722
8851
  .mdl-textfield.is-invalid .mdl-textfield__error {
8723
8852
  visibility: visible; }
8724
8853
 
@@ -8828,6 +8957,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8828
8957
  */
8829
8958
  /* ========== Color Palettes ========== */
8830
8959
  /* colors.scss */
8960
+ /**
8961
+ * Copyright 2015 Google Inc. All Rights Reserved.
8962
+ *
8963
+ * Licensed under the Apache License, Version 2.0 (the "License");
8964
+ * you may not use this file except in compliance with the License.
8965
+ * You may obtain a copy of the License at
8966
+ *
8967
+ * http://www.apache.org/licenses/LICENSE-2.0
8968
+ *
8969
+ * Unless required by applicable law or agreed to in writing, software
8970
+ * distributed under the License is distributed on an "AS IS" BASIS,
8971
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8972
+ * See the License for the specific language governing permissions and
8973
+ * limitations under the License.
8974
+ */
8831
8975
  /* ========== Color & Themes ========== */
8832
8976
  /* ========== Typography ========== */
8833
8977
  /* ========== Components ========== */
@@ -8855,22 +8999,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8855
8999
  /* RADIO */
8856
9000
  /* MENU */
8857
9001
  /* LIST */
8858
- /* ICONS */
9002
+ /* LAYOUT */
8859
9003
  /* ICON TOGGLE */
8860
9004
  /* FOOTER */
8861
9005
  /*mega-footer*/
8862
- /**************
8863
- *
8864
- * Sizes
8865
- *
8866
- *************/
8867
9006
  /*mini-footer*/
8868
- /**************
8869
- *
8870
- * Sizes
8871
- *
8872
- *************/
8873
- /* COLUMN LAYOUT */
8874
9007
  /* CHECKBOX */
8875
9008
  /* CARD */
8876
9009
  /* Card dimensions */
@@ -8887,6 +9020,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
8887
9020
  /* SHADOWS */
8888
9021
  /* GRID */
8889
9022
  /* DATA TABLE */
9023
+ /* TOOLTIP */
8890
9024
  .mdl-tooltip {
8891
9025
  -webkit-transform: scale(0);
8892
9026
  -ms-transform: scale(0);
@@ -9038,6 +9172,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9038
9172
  */
9039
9173
  /* ========== Color Palettes ========== */
9040
9174
  /* colors.scss */
9175
+ /**
9176
+ * Copyright 2015 Google Inc. All Rights Reserved.
9177
+ *
9178
+ * Licensed under the Apache License, Version 2.0 (the "License");
9179
+ * you may not use this file except in compliance with the License.
9180
+ * You may obtain a copy of the License at
9181
+ *
9182
+ * http://www.apache.org/licenses/LICENSE-2.0
9183
+ *
9184
+ * Unless required by applicable law or agreed to in writing, software
9185
+ * distributed under the License is distributed on an "AS IS" BASIS,
9186
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9187
+ * See the License for the specific language governing permissions and
9188
+ * limitations under the License.
9189
+ */
9041
9190
  /* ========== Color & Themes ========== */
9042
9191
  /* ========== Typography ========== */
9043
9192
  /* ========== Components ========== */
@@ -9065,22 +9214,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9065
9214
  /* RADIO */
9066
9215
  /* MENU */
9067
9216
  /* LIST */
9068
- /* ICONS */
9217
+ /* LAYOUT */
9069
9218
  /* ICON TOGGLE */
9070
9219
  /* FOOTER */
9071
9220
  /*mega-footer*/
9072
- /**************
9073
- *
9074
- * Sizes
9075
- *
9076
- *************/
9077
9221
  /*mini-footer*/
9078
- /**************
9079
- *
9080
- * Sizes
9081
- *
9082
- *************/
9083
- /* COLUMN LAYOUT */
9084
9222
  /* CHECKBOX */
9085
9223
  /* CARD */
9086
9224
  /* Card dimensions */
@@ -9097,6 +9235,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9097
9235
  /* SHADOWS */
9098
9236
  /* GRID */
9099
9237
  /* DATA TABLE */
9238
+ /* TOOLTIP */
9100
9239
  /**
9101
9240
  * Copyright 2015 Google Inc. All Rights Reserved.
9102
9241
  *
@@ -9148,6 +9287,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9148
9287
  * See the License for the specific language governing permissions and
9149
9288
  * limitations under the License.
9150
9289
  */
9290
+ /*
9291
+ * NOTE: Some rules here are applied using duplicate selectors.
9292
+ * This is on purpose to increase their specificity when applied.
9293
+ * For example: `.mdl-cell--1-col-phone.mdl-cell--1-col-phone`
9294
+ */
9151
9295
  /**
9152
9296
  * Copyright 2015 Google Inc. All Rights Reserved.
9153
9297
  *
@@ -9224,6 +9368,21 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9224
9368
  */
9225
9369
  /* ========== Color Palettes ========== */
9226
9370
  /* colors.scss */
9371
+ /**
9372
+ * Copyright 2015 Google Inc. All Rights Reserved.
9373
+ *
9374
+ * Licensed under the Apache License, Version 2.0 (the "License");
9375
+ * you may not use this file except in compliance with the License.
9376
+ * You may obtain a copy of the License at
9377
+ *
9378
+ * http://www.apache.org/licenses/LICENSE-2.0
9379
+ *
9380
+ * Unless required by applicable law or agreed to in writing, software
9381
+ * distributed under the License is distributed on an "AS IS" BASIS,
9382
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9383
+ * See the License for the specific language governing permissions and
9384
+ * limitations under the License.
9385
+ */
9227
9386
  /* ========== Color & Themes ========== */
9228
9387
  /* ========== Typography ========== */
9229
9388
  /* ========== Components ========== */
@@ -9251,22 +9410,11 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9251
9410
  /* RADIO */
9252
9411
  /* MENU */
9253
9412
  /* LIST */
9254
- /* ICONS */
9413
+ /* LAYOUT */
9255
9414
  /* ICON TOGGLE */
9256
9415
  /* FOOTER */
9257
9416
  /*mega-footer*/
9258
- /**************
9259
- *
9260
- * Sizes
9261
- *
9262
- *************/
9263
9417
  /*mini-footer*/
9264
- /**************
9265
- *
9266
- * Sizes
9267
- *
9268
- *************/
9269
- /* COLUMN LAYOUT */
9270
9418
  /* CHECKBOX */
9271
9419
  /* CARD */
9272
9420
  /* Card dimensions */
@@ -9283,6 +9431,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9283
9431
  /* SHADOWS */
9284
9432
  /* GRID */
9285
9433
  /* DATA TABLE */
9434
+ /* TOOLTIP */
9286
9435
  .mdl-grid {
9287
9436
  display: -webkit-box;
9288
9437
  display: -webkit-flex;
@@ -9335,100 +9484,76 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9335
9484
  width: 100%; }
9336
9485
  .mdl-cell--hide-phone {
9337
9486
  display: none !important; }
9338
- .mdl-cell--1-col {
9339
- width: calc(25% - 16px); }
9340
- .mdl-grid--no-spacing > .mdl-cell--1-col {
9341
- width: 25%; }
9487
+ .mdl-cell--1-col,
9342
9488
  .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
9343
9489
  width: calc(25% - 16px); }
9490
+ .mdl-grid--no-spacing > .mdl-cell--1-col,
9344
9491
  .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
9345
9492
  width: 25%; }
9346
- .mdl-cell--2-col {
9347
- width: calc(50% - 16px); }
9348
- .mdl-grid--no-spacing > .mdl-cell--2-col {
9349
- width: 50%; }
9493
+ .mdl-cell--2-col,
9350
9494
  .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
9351
9495
  width: calc(50% - 16px); }
9496
+ .mdl-grid--no-spacing > .mdl-cell--2-col,
9352
9497
  .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
9353
9498
  width: 50%; }
9354
- .mdl-cell--3-col {
9355
- width: calc(75% - 16px); }
9356
- .mdl-grid--no-spacing > .mdl-cell--3-col {
9357
- width: 75%; }
9499
+ .mdl-cell--3-col,
9358
9500
  .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
9359
9501
  width: calc(75% - 16px); }
9502
+ .mdl-grid--no-spacing > .mdl-cell--3-col,
9360
9503
  .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
9361
9504
  width: 75%; }
9362
- .mdl-cell--4-col {
9363
- width: calc(100% - 16px); }
9364
- .mdl-grid--no-spacing > .mdl-cell--4-col {
9365
- width: 100%; }
9505
+ .mdl-cell--4-col,
9366
9506
  .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
9367
9507
  width: calc(100% - 16px); }
9508
+ .mdl-grid--no-spacing > .mdl-cell--4-col,
9368
9509
  .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
9369
9510
  width: 100%; }
9370
- .mdl-cell--5-col {
9371
- width: calc(100% - 16px); }
9372
- .mdl-grid--no-spacing > .mdl-cell--5-col {
9373
- width: 100%; }
9511
+ .mdl-cell--5-col,
9374
9512
  .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
9375
9513
  width: calc(100% - 16px); }
9514
+ .mdl-grid--no-spacing > .mdl-cell--5-col,
9376
9515
  .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
9377
9516
  width: 100%; }
9378
- .mdl-cell--6-col {
9379
- width: calc(100% - 16px); }
9380
- .mdl-grid--no-spacing > .mdl-cell--6-col {
9381
- width: 100%; }
9517
+ .mdl-cell--6-col,
9382
9518
  .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
9383
9519
  width: calc(100% - 16px); }
9520
+ .mdl-grid--no-spacing > .mdl-cell--6-col,
9384
9521
  .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
9385
9522
  width: 100%; }
9386
- .mdl-cell--7-col {
9387
- width: calc(100% - 16px); }
9388
- .mdl-grid--no-spacing > .mdl-cell--7-col {
9389
- width: 100%; }
9523
+ .mdl-cell--7-col,
9390
9524
  .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
9391
9525
  width: calc(100% - 16px); }
9526
+ .mdl-grid--no-spacing > .mdl-cell--7-col,
9392
9527
  .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
9393
9528
  width: 100%; }
9394
- .mdl-cell--8-col {
9395
- width: calc(100% - 16px); }
9396
- .mdl-grid--no-spacing > .mdl-cell--8-col {
9397
- width: 100%; }
9529
+ .mdl-cell--8-col,
9398
9530
  .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
9399
9531
  width: calc(100% - 16px); }
9532
+ .mdl-grid--no-spacing > .mdl-cell--8-col,
9400
9533
  .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
9401
9534
  width: 100%; }
9402
- .mdl-cell--9-col {
9403
- width: calc(100% - 16px); }
9404
- .mdl-grid--no-spacing > .mdl-cell--9-col {
9405
- width: 100%; }
9535
+ .mdl-cell--9-col,
9406
9536
  .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
9407
9537
  width: calc(100% - 16px); }
9538
+ .mdl-grid--no-spacing > .mdl-cell--9-col,
9408
9539
  .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
9409
9540
  width: 100%; }
9410
- .mdl-cell--10-col {
9411
- width: calc(100% - 16px); }
9412
- .mdl-grid--no-spacing > .mdl-cell--10-col {
9413
- width: 100%; }
9541
+ .mdl-cell--10-col,
9414
9542
  .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
9415
9543
  width: calc(100% - 16px); }
9544
+ .mdl-grid--no-spacing > .mdl-cell--10-col,
9416
9545
  .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
9417
9546
  width: 100%; }
9418
- .mdl-cell--11-col {
9419
- width: calc(100% - 16px); }
9420
- .mdl-grid--no-spacing > .mdl-cell--11-col {
9421
- width: 100%; }
9547
+ .mdl-cell--11-col,
9422
9548
  .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
9423
9549
  width: calc(100% - 16px); }
9550
+ .mdl-grid--no-spacing > .mdl-cell--11-col,
9424
9551
  .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
9425
9552
  width: 100%; }
9426
- .mdl-cell--12-col {
9427
- width: calc(100% - 16px); }
9428
- .mdl-grid--no-spacing > .mdl-cell--12-col {
9429
- width: 100%; }
9553
+ .mdl-cell--12-col,
9430
9554
  .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
9431
9555
  width: calc(100% - 16px); }
9556
+ .mdl-grid--no-spacing > .mdl-cell--12-col,
9432
9557
  .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
9433
9558
  width: 100%; } }
9434
9559
 
@@ -9442,100 +9567,76 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9442
9567
  width: 50%; }
9443
9568
  .mdl-cell--hide-tablet {
9444
9569
  display: none !important; }
9445
- .mdl-cell--1-col {
9446
- width: calc(12.5% - 16px); }
9447
- .mdl-grid--no-spacing > .mdl-cell--1-col {
9448
- width: 12.5%; }
9570
+ .mdl-cell--1-col,
9449
9571
  .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
9450
9572
  width: calc(12.5% - 16px); }
9573
+ .mdl-grid--no-spacing > .mdl-cell--1-col,
9451
9574
  .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
9452
9575
  width: 12.5%; }
9453
- .mdl-cell--2-col {
9454
- width: calc(25% - 16px); }
9455
- .mdl-grid--no-spacing > .mdl-cell--2-col {
9456
- width: 25%; }
9576
+ .mdl-cell--2-col,
9457
9577
  .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
9458
9578
  width: calc(25% - 16px); }
9579
+ .mdl-grid--no-spacing > .mdl-cell--2-col,
9459
9580
  .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
9460
9581
  width: 25%; }
9461
- .mdl-cell--3-col {
9462
- width: calc(37.5% - 16px); }
9463
- .mdl-grid--no-spacing > .mdl-cell--3-col {
9464
- width: 37.5%; }
9582
+ .mdl-cell--3-col,
9465
9583
  .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
9466
9584
  width: calc(37.5% - 16px); }
9585
+ .mdl-grid--no-spacing > .mdl-cell--3-col,
9467
9586
  .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
9468
9587
  width: 37.5%; }
9469
- .mdl-cell--4-col {
9470
- width: calc(50% - 16px); }
9471
- .mdl-grid--no-spacing > .mdl-cell--4-col {
9472
- width: 50%; }
9588
+ .mdl-cell--4-col,
9473
9589
  .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
9474
9590
  width: calc(50% - 16px); }
9591
+ .mdl-grid--no-spacing > .mdl-cell--4-col,
9475
9592
  .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
9476
9593
  width: 50%; }
9477
- .mdl-cell--5-col {
9478
- width: calc(62.5% - 16px); }
9479
- .mdl-grid--no-spacing > .mdl-cell--5-col {
9480
- width: 62.5%; }
9594
+ .mdl-cell--5-col,
9481
9595
  .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
9482
9596
  width: calc(62.5% - 16px); }
9597
+ .mdl-grid--no-spacing > .mdl-cell--5-col,
9483
9598
  .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
9484
9599
  width: 62.5%; }
9485
- .mdl-cell--6-col {
9486
- width: calc(75% - 16px); }
9487
- .mdl-grid--no-spacing > .mdl-cell--6-col {
9488
- width: 75%; }
9600
+ .mdl-cell--6-col,
9489
9601
  .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
9490
9602
  width: calc(75% - 16px); }
9603
+ .mdl-grid--no-spacing > .mdl-cell--6-col,
9491
9604
  .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
9492
9605
  width: 75%; }
9493
- .mdl-cell--7-col {
9494
- width: calc(87.5% - 16px); }
9495
- .mdl-grid--no-spacing > .mdl-cell--7-col {
9496
- width: 87.5%; }
9606
+ .mdl-cell--7-col,
9497
9607
  .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
9498
9608
  width: calc(87.5% - 16px); }
9609
+ .mdl-grid--no-spacing > .mdl-cell--7-col,
9499
9610
  .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
9500
9611
  width: 87.5%; }
9501
- .mdl-cell--8-col {
9502
- width: calc(100% - 16px); }
9503
- .mdl-grid--no-spacing > .mdl-cell--8-col {
9504
- width: 100%; }
9612
+ .mdl-cell--8-col,
9505
9613
  .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
9506
9614
  width: calc(100% - 16px); }
9615
+ .mdl-grid--no-spacing > .mdl-cell--8-col,
9507
9616
  .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
9508
9617
  width: 100%; }
9509
- .mdl-cell--9-col {
9510
- width: calc(100% - 16px); }
9511
- .mdl-grid--no-spacing > .mdl-cell--9-col {
9512
- width: 100%; }
9618
+ .mdl-cell--9-col,
9513
9619
  .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
9514
9620
  width: calc(100% - 16px); }
9621
+ .mdl-grid--no-spacing > .mdl-cell--9-col,
9515
9622
  .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
9516
9623
  width: 100%; }
9517
- .mdl-cell--10-col {
9518
- width: calc(100% - 16px); }
9519
- .mdl-grid--no-spacing > .mdl-cell--10-col {
9520
- width: 100%; }
9624
+ .mdl-cell--10-col,
9521
9625
  .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
9522
9626
  width: calc(100% - 16px); }
9627
+ .mdl-grid--no-spacing > .mdl-cell--10-col,
9523
9628
  .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
9524
9629
  width: 100%; }
9525
- .mdl-cell--11-col {
9526
- width: calc(100% - 16px); }
9527
- .mdl-grid--no-spacing > .mdl-cell--11-col {
9528
- width: 100%; }
9630
+ .mdl-cell--11-col,
9529
9631
  .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
9530
9632
  width: calc(100% - 16px); }
9633
+ .mdl-grid--no-spacing > .mdl-cell--11-col,
9531
9634
  .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
9532
9635
  width: 100%; }
9533
- .mdl-cell--12-col {
9534
- width: calc(100% - 16px); }
9535
- .mdl-grid--no-spacing > .mdl-cell--12-col {
9536
- width: 100%; }
9636
+ .mdl-cell--12-col,
9537
9637
  .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
9538
9638
  width: calc(100% - 16px); }
9639
+ .mdl-grid--no-spacing > .mdl-cell--12-col,
9539
9640
  .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
9540
9641
  width: 100%; } }
9541
9642
 
@@ -9549,159 +9650,75 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
9549
9650
  width: 33.3333333333%; }
9550
9651
  .mdl-cell--hide-desktop {
9551
9652
  display: none !important; }
9552
- .mdl-cell--1-col {
9553
- width: calc(8.3333333333% - 16px); }
9554
- .mdl-grid--no-spacing > .mdl-cell--1-col {
9555
- width: 8.3333333333%; }
9653
+ .mdl-cell--1-col,
9556
9654
  .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
9557
9655
  width: calc(8.3333333333% - 16px); }
9656
+ .mdl-grid--no-spacing > .mdl-cell--1-col,
9558
9657
  .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
9559
9658
  width: 8.3333333333%; }
9560
- .mdl-cell--2-col {
9561
- width: calc(16.6666666667% - 16px); }
9562
- .mdl-grid--no-spacing > .mdl-cell--2-col {
9563
- width: 16.6666666667%; }
9659
+ .mdl-cell--2-col,
9564
9660
  .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
9565
9661
  width: calc(16.6666666667% - 16px); }
9662
+ .mdl-grid--no-spacing > .mdl-cell--2-col,
9566
9663
  .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
9567
9664
  width: 16.6666666667%; }
9568
- .mdl-cell--3-col {
9569
- width: calc(25% - 16px); }
9570
- .mdl-grid--no-spacing > .mdl-cell--3-col {
9571
- width: 25%; }
9665
+ .mdl-cell--3-col,
9572
9666
  .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
9573
9667
  width: calc(25% - 16px); }
9668
+ .mdl-grid--no-spacing > .mdl-cell--3-col,
9574
9669
  .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
9575
9670
  width: 25%; }
9576
- .mdl-cell--4-col {
9577
- width: calc(33.3333333333% - 16px); }
9578
- .mdl-grid--no-spacing > .mdl-cell--4-col {
9579
- width: 33.3333333333%; }
9671
+ .mdl-cell--4-col,
9580
9672
  .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
9581
9673
  width: calc(33.3333333333% - 16px); }
9674
+ .mdl-grid--no-spacing > .mdl-cell--4-col,
9582
9675
  .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
9583
9676
  width: 33.3333333333%; }
9584
- .mdl-cell--5-col {
9585
- width: calc(41.6666666667% - 16px); }
9586
- .mdl-grid--no-spacing > .mdl-cell--5-col {
9587
- width: 41.6666666667%; }
9677
+ .mdl-cell--5-col,
9588
9678
  .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
9589
9679
  width: calc(41.6666666667% - 16px); }
9680
+ .mdl-grid--no-spacing > .mdl-cell--5-col,
9590
9681
  .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
9591
9682
  width: 41.6666666667%; }
9592
- .mdl-cell--6-col {
9593
- width: calc(50% - 16px); }
9594
- .mdl-grid--no-spacing > .mdl-cell--6-col {
9595
- width: 50%; }
9683
+ .mdl-cell--6-col,
9596
9684
  .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
9597
9685
  width: calc(50% - 16px); }
9686
+ .mdl-grid--no-spacing > .mdl-cell--6-col,
9598
9687
  .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
9599
9688
  width: 50%; }
9600
- .mdl-cell--7-col {
9601
- width: calc(58.3333333333% - 16px); }
9602
- .mdl-grid--no-spacing > .mdl-cell--7-col {
9603
- width: 58.3333333333%; }
9689
+ .mdl-cell--7-col,
9604
9690
  .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
9605
9691
  width: calc(58.3333333333% - 16px); }
9692
+ .mdl-grid--no-spacing > .mdl-cell--7-col,
9606
9693
  .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
9607
9694
  width: 58.3333333333%; }
9608
- .mdl-cell--8-col {
9609
- width: calc(66.6666666667% - 16px); }
9610
- .mdl-grid--no-spacing > .mdl-cell--8-col {
9611
- width: 66.6666666667%; }
9695
+ .mdl-cell--8-col,
9612
9696
  .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
9613
9697
  width: calc(66.6666666667% - 16px); }
9698
+ .mdl-grid--no-spacing > .mdl-cell--8-col,
9614
9699
  .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
9615
9700
  width: 66.6666666667%; }
9616
- .mdl-cell--9-col {
9617
- width: calc(75% - 16px); }
9618
- .mdl-grid--no-spacing > .mdl-cell--9-col {
9619
- width: 75%; }
9701
+ .mdl-cell--9-col,
9620
9702
  .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
9621
9703
  width: calc(75% - 16px); }
9704
+ .mdl-grid--no-spacing > .mdl-cell--9-col,
9622
9705
  .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
9623
9706
  width: 75%; }
9624
- .mdl-cell--10-col {
9625
- width: calc(83.3333333333% - 16px); }
9626
- .mdl-grid--no-spacing > .mdl-cell--10-col {
9627
- width: 83.3333333333%; }
9707
+ .mdl-cell--10-col,
9628
9708
  .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
9629
9709
  width: calc(83.3333333333% - 16px); }
9710
+ .mdl-grid--no-spacing > .mdl-cell--10-col,
9630
9711
  .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
9631
9712
  width: 83.3333333333%; }
9632
- .mdl-cell--11-col {
9633
- width: calc(91.6666666667% - 16px); }
9634
- .mdl-grid--no-spacing > .mdl-cell--11-col {
9635
- width: 91.6666666667%; }
9713
+ .mdl-cell--11-col,
9636
9714
  .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
9637
9715
  width: calc(91.6666666667% - 16px); }
9716
+ .mdl-grid--no-spacing > .mdl-cell--11-col,
9638
9717
  .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
9639
9718
  width: 91.6666666667%; }
9640
- .mdl-cell--12-col {
9641
- width: calc(100% - 16px); }
9642
- .mdl-grid--no-spacing > .mdl-cell--12-col {
9643
- width: 100%; }
9719
+ .mdl-cell--12-col,
9644
9720
  .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
9645
9721
  width: calc(100% - 16px); }
9722
+ .mdl-grid--no-spacing > .mdl-cell--12-col,
9646
9723
  .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
9647
9724
  width: 100%; } }
9648
-
9649
- body {
9650
- margin: 0px; }
9651
-
9652
- .styleguide-demo h1 {
9653
- margin: 48px 24px 0 24px; }
9654
-
9655
- .styleguide-demo h1:after {
9656
- content: '';
9657
- display: block;
9658
- width: 100%;
9659
- border-bottom: 1px solid rgba(0, 0, 0, 0.5);
9660
- margin-top: 24px; }
9661
-
9662
- .styleguide-demo {
9663
- opacity: 0;
9664
- -webkit-transition: opacity 0.6s ease;
9665
- transition: opacity 0.6s ease; }
9666
-
9667
- .styleguide-masthead {
9668
- height: 256px;
9669
- background: rgb(33,33,33);
9670
- padding: 115px 16px 0; }
9671
-
9672
- .styleguide-container {
9673
- position: relative;
9674
- max-width: 960px;
9675
- width: 100%; }
9676
-
9677
- .styleguide-title {
9678
- color: #fff;
9679
- bottom: auto;
9680
- position: relative;
9681
- font-size: 56px;
9682
- font-weight: 300;
9683
- line-height: 1;
9684
- letter-spacing: -0.02em; }
9685
- .styleguide-title:after {
9686
- border-bottom: 0px; }
9687
- .styleguide-title span {
9688
- font-weight: 300; }
9689
-
9690
- .mdl-styleguide .mdl-layout__drawer .mdl-navigation__link {
9691
- padding: 10px 24px; }
9692
-
9693
- .demosLoaded .styleguide-demo {
9694
- opacity: 1; }
9695
-
9696
- iframe {
9697
- display: block;
9698
- width: 100%;
9699
- border: none; }
9700
-
9701
- iframe.heightSet {
9702
- overflow: hidden; }
9703
-
9704
- .demo-wrapper {
9705
- margin: 24px; }
9706
- .demo-wrapper iframe {
9707
- border: 1px solid rgba(0, 0, 0, 0.5); }