.md-bottom-sheet,.md-bottom-sheet__surface{-webkit-box-direction:normal;-ms-flex-direction:column;width:100%}.md-bottom-sheet{position:fixed;left:0;top:0;height:100%;overflow:hidden;z-index:-1;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md-bottom-sheet__shadow{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;will-change:opacity}.md-bottom-sheet-navigation,.md-bottom-sheet__surface{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical}.md-bottom-sheet__surface{display:flex;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:auto;max-height:calc(100% - 64px);position:relative;box-shadow:2px 0 12px rgba(0,0,0,.4);box-sizing:border-box;background-color:#fff;overflow:visible;overflow-y:auto;z-index:5;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform}@media (min-width:600px){.md-bottom-sheet__surface{width:auto}}@media (min-width:600px) and (max-width:959px){.md-bottom-sheet__surface{min-width:50%;max-width:83.33333333%}}@media (min-width:960px) and (max-width:1279px){.md-bottom-sheet__surface{min-width:640px;max-width:66.66666667%}}@media (min-width:1280px){.md-bottom-sheet__surface{min-width:720px;max-width:50%}}.md-bottom-sheet--visible{pointer-events:auto;z-index:20}.md-bottom-sheet--visible .md-bottom-sheet__shadow{opacity:1;pointer-events:auto;z-index:4}.md-bottom-sheet--visible .md-bottom-sheet__surface{-webkit-transform:translateX(0);transform:translateX(0)}.md-bottom-sheet--animating{z-index:20}.md-bottom-sheet--animating .md-bottom-sheet__surface{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.md-bottom-sheet--animating--visible .md-bottom-sheet__surface{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;will-change:transform}.md-bottom-sheet--animating .md-bottom-sheet__shadow{z-index:4;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:opacity;will-change:opacity}.md-bottom-sheet--persistent{height:auto;max-height:100%;top:auto;bottom:0;z-index:5}.md-bottom-sheet--persistent .md-bottom-sheet__shadow{display:none;pointer-events:none}.md-bottom-sheet--full-width .md-bottom-sheet__surface{max-width:100%!important;width:100%!important}.md-bottom-sheet--full-height .md-bottom-sheet__surface{max-height:100%}.md-bottom-sheet-navigation{display:flex;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.md-bottom-sheet-grid,.md-bottom-sheet-grid__row{display:-webkit-box;display:-ms-flexbox;-webkit-box-direction:normal}.md-bottom-sheet-navigation__item{font-weight:400;-ms-flex-negative:0;flex-shrink:0;padding-left:16px;font-size:16px;padding-right:16px;border-radius:0;color:rgba(0,0,0,.87);text-align:left;background:0 0;text-transform:none;height:48px;line-height:48px}.md-bottom-sheet-navigation__item.has-icon{padding-left:72px;position:relative}.md-bottom-sheet-navigation__item.has-icon .material-icons{position:absolute;top:50%;left:16px;-webkit-transform:translateY(-12px);transform:translateY(-12px);width:24px}.md-bottom-sheet-navigation__divider{height:1px;background:rgba(0,0,0,.12);margin:7px 0 8px;width:100%}.md-bottom-sheet-header{line-height:56px;font-size:16px;color:rgba(0,0,0,.54);font-weight:400;padding:0 16px}.md-bottom-sheet-header--grid{padding:0 24px}.md-bottom-sheet-header+.md-bottom-sheet-grid .md-bottom-sheet-grid__row:first-child{margin-top:0}.md-bottom-sheet-grid{display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.md-bottom-sheet-grid__row{display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 24px;margin-top:24px}.md-bottom-sheet-grid__row:last-child{margin-bottom:24px}.grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grid-item .md-button--icon{height:48px;width:48px;border-radius:0}.grid-item .md-button--icon .material-icons{font-size:48px;width:48px;line-height:48px;-webkit-transform:translate(-24px,-24px);transform:translate(-24px,-24px)}.grid-item__label{font-size:12px;font-weight:400;color:rgba(0,0,0,.54);line-height:16px;padding-top:8px;text-align:center}body.is-bsheet-open:not(.has-bsheet-persistent){overflow:hidden}.md-bottom-sheet .md-list .md-list__item-icon{height:48px;width:24px;line-height:48px;box-sizing:border-box;font-size:24px}.md-bottom-sheet .md-list .md-list__item-content{margin-left:16px}