.modal{display:none;position:fixed;left:0;right:0;background-color:#fff;padding:0;max-height:70%;width:55%;margin:auto;overflow:hidden;overflow-y:auto;z-index:1000;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-clip:padding-box;background-clip:padding-box;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);will-change:top, opacity;-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);-moz-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)}@media only screen and (max-width:900px){.modal{width:70%}}@media only screen and (max-width:600px){.modal{width:90%}}.modal .model__wrapper{position:relative;width:100%;height:100%}.modal .modal__footer{background-color:#fff;height:56px;width:100%;border-top:1px solid rgba(0, 0, 0, 0.1)}.modal .modal__footer .btn,.modal .modal__footer .btn-flat{float:right;margin:6px 10px}.modal.modal-fixed-footer{padding:0;height:70%;overflow:hidden}.modal.modal-fixed-footer .modal__content{position:absolute;max-height:calc(100% - 56px);width:100%;overflow-y:auto}.modal.modal-fixed-footer .modal__footer{position:absolute;bottom:0}
/*# sourceMappingURL=model.css.map */