.ec-modal{margin:0!important;overflow:hidden;padding:0;position:fixed;left:0;right:0;top:0;bottom:0;width:100%;z-index:103;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;transition:opacity 0.3s;visibility:hidden;opacity:0;height:0}.ec-modal.visible{visibility:visible;opacity:1;height:100%}.ec-modal::before{content:' ';flex-grow:1;flex-shrink:1}.ec-modal::after{content:' ';flex-grow:1;flex-shrink:1}.ec-modal-layout{flex-grow:1;flex-shrink:1;flex-basis:400px;display:flex;flex-direction:column;max-width:1000px;width:100%;max-height:100%;background:#fff;border-radius:4px;box-shadow:0 0 10px #000}.ec-modal .modal-head{background:rgb(240,240,240);border-bottom:1px solid rgb(193,193,193);padding:15px;border-top-left-radius:4px;border-top-right-radius:4px}.ec-modal .modal-head h1{color:#338656;font-size:31px;font-weight:400;line-height:25px;margin:0}.ec-modal .modal-close{color:#000;cursor:pointer;filter:alpha(opacity=20);float:right;font-family:Verdana;font-size:21px;font-weight:700;line-height:1;opacity:.2;text-shadow:0 1px 0 #fff}.ec-modal .modal-close:focus,.ec-modal .modal-close:hover{cursor:pointer;filter:alpha(opacity=50);opacity:.5;text-decoration:none}.ec-modal .modal-content{flex-grow:1;overflow:auto;padding:8px}.ec-modal .modal-buttons{background:#f6f6f6;border-top:1px solid #c1c1c1;padding:8px;text-align:right;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ec-modal .modal-buttons .button{display:inline-block}@media screen and (max-width:850px),screen and (max-height:724px){.ec-modal::before{display:none}.ec-modal::after{display:none}.ec-modal{border-radius:0;height:100%;margin:0 auto!important;overflow:hidden;top:0;width:100%}.ec-modal .modal-head{border-radius:0}.ec-modal .modal-buttons{border-radius:0}}@media screen and (max-width:450px){.ec-modal .modal-buttons .button{line-height:35px;padding:0 25px}}