/*!
@author:Fechanique <felipe.echanique@gmail.com>
@version:1.0.0
@github:https://github.com/fechanique/material-modal
*/#materialModal{font-family:Roboto;color:#222;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.5);z-index:1000}#materialModalCentered{position:fixed;top:0;left:0;bottom:0;right:0}#materialModalContent{padding:10px 10px 0 10px;background:#fff;width:350px;height:auto;max-width:400px;margin:auto;box-shadow:0 0 1.5em #000;box-sizing:border-box;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#materialModalTitle{margin:10px;font-weight:700;font-size:1em}#materialModalText{margin:10px;margin-bottom:40px}#materialModalButtons{margin:10px;text-align:right}.materialModalButton{display:inline-block;font-weight:700;cursor:pointer;text-align:right;text-transform:uppercase;padding:10px 0 10px 30px}#materialModal.hide{opacity:0;transition:opacity .2s ease-out;pointer-events:none}#materialModal.hide #materialModalCentered{transform:scale(.8);transition:transform .2s ease-out}#materialModal.show{opacity:1;transition:opacity .2s ease-in}