/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.0.5-master-f171fd2 */.md-dialog-is-showing{max-height:100%}._md-dialog-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:80;overflow:hidden}md-dialog{opacity:0;min-width:240px;max-width:80%;max-height:80%;position:relative;overflow:auto;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}md-dialog._md-transition-in{opacity:1;transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}md-dialog._md-transition-out{opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate(0,100%) scale(.2);transform:translate(0,100%) scale(.2)}md-dialog>form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto}md-dialog .md-dialog-content{padding:24px}md-dialog md-dialog-content{-webkit-order:1;-ms-flex-order:1;order:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch}md-dialog md-dialog-content:not([layout=row])>:first-child:not(.md-subheader){margin-top:0}md-dialog md-dialog-content:focus{outline:0}md-dialog md-dialog-content .md-subheader{margin:0}md-dialog md-dialog-content ._md-dialog-content-body{width:100%}md-dialog md-dialog-content .md-prompt-input-container{width:100%;box-sizing:border-box}md-dialog .md-actions,md-dialog md-dialog-actions{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-order:2;-ms-flex-order:2;order:2;box-sizing:border-box;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0;min-height:52px;overflow:hidden}body[dir=ltr] md-dialog .md-actions,body[dir=ltr] md-dialog md-dialog-actions,html[dir=ltr] md-dialog .md-actions,html[dir=ltr] md-dialog md-dialog-actions{padding-right:8px}body[dir=rtl] md-dialog .md-actions,body[dir=rtl] md-dialog md-dialog-actions,html[dir=rtl] md-dialog .md-actions,html[dir=rtl] md-dialog md-dialog-actions{padding-right:16px}html:not([dir]) body:not([dir]) md-dialog .md-actions,html:not([dir]) body:not([dir]) md-dialog md-dialog-actions{padding-right:8px}body[dir=ltr] md-dialog .md-actions,body[dir=ltr] md-dialog md-dialog-actions,html[dir=ltr] md-dialog .md-actions,html[dir=ltr] md-dialog md-dialog-actions{padding-left:16px;unicode-bidi:embed}body[dir=rtl] md-dialog .md-actions,body[dir=rtl] md-dialog md-dialog-actions,html[dir=rtl] md-dialog .md-actions,html[dir=rtl] md-dialog md-dialog-actions{padding-left:8px;unicode-bidi:embed}html:not([dir]) body:not([dir]) md-dialog .md-actions,html:not([dir]) body:not([dir]) md-dialog md-dialog-actions{padding-left:16px;unicode-bidi:embed}md-dialog .md-actions bdo[dir=rtl],md-dialog md-dialog-actions bdo[dir=rtl]{direction:rtl;unicode-bidi:bidi-override}md-dialog .md-actions bdo[dir=ltr],md-dialog md-dialog-actions bdo[dir=ltr]{direction:ltr;unicode-bidi:bidi-override}md-dialog .md-actions .md-button,md-dialog md-dialog-actions .md-button{margin-bottom:8px;margin-top:8px}body[dir=ltr] md-dialog .md-actions .md-button,body[dir=ltr] md-dialog md-dialog-actions .md-button,html[dir=ltr] md-dialog .md-actions .md-button,html[dir=ltr] md-dialog md-dialog-actions .md-button{margin-left:8px}body[dir=rtl] md-dialog .md-actions .md-button,body[dir=rtl] md-dialog md-dialog-actions .md-button,html[dir=rtl] md-dialog .md-actions .md-button,html[dir=rtl] md-dialog md-dialog-actions .md-button{margin-left:0}html:not([dir]) body:not([dir]) md-dialog .md-actions .md-button,html:not([dir]) body:not([dir]) md-dialog md-dialog-actions .md-button{margin-left:8px}body[dir=ltr] md-dialog .md-actions .md-button,body[dir=ltr] md-dialog md-dialog-actions .md-button,html[dir=ltr] md-dialog .md-actions .md-button,html[dir=ltr] md-dialog md-dialog-actions .md-button{margin-right:0;unicode-bidi:embed}body[dir=rtl] md-dialog .md-actions .md-button,body[dir=rtl] md-dialog md-dialog-actions .md-button,html[dir=rtl] md-dialog .md-actions .md-button,html[dir=rtl] md-dialog md-dialog-actions .md-button{margin-right:8px;unicode-bidi:embed}html:not([dir]) body:not([dir]) md-dialog .md-actions .md-button,html:not([dir]) body:not([dir]) md-dialog md-dialog-actions .md-button{margin-right:0;unicode-bidi:embed}md-dialog .md-actions .md-button bdo[dir=rtl],md-dialog md-dialog-actions .md-button bdo[dir=rtl]{direction:rtl;unicode-bidi:bidi-override}md-dialog .md-actions .md-button bdo[dir=ltr],md-dialog md-dialog-actions .md-button bdo[dir=ltr]{direction:ltr;unicode-bidi:bidi-override}md-dialog.md-content-overflow .md-actions,md-dialog.md-content-overflow md-dialog-actions{border-top-width:1px;border-top-style:solid}@media screen and (-ms-high-contrast:active){md-dialog{border:1px solid #fff}}@media (max-width:959px){md-dialog.md-dialog-fullscreen{min-height:100%;min-width:100%;border-radius:0}}