*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{height:100%;overflow-y:auto;-webkit-transform:translate3d(0);-moz-transform:translate3d(0);transform:translate3d(0)}.full-modal-open{height:100%;overflow:hidden}.ibs-backdrop,.ibs-full-modal-container{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;background-color:#000;background-color:rgba(0,0,0,.5);z-index:1;display:none}.ibs-full-modal-container{background-color:transparent}.ibs-full-modal{position:fixed;top:0;left:240px;right:0;bottom:0;-webkit-transform:translateX(30%);-moz-transform:translateX(30%);-ms-transform:translateX(30%);-o-transform:translateX(30%);transform:translateX(30%);opacity:0;height:100%}.ibs-full-modal>.ibs-modal-header{position:absolute;left:0;top:0;padding:15px 20px;width:100%;height:56px;background-color:#eee;border-bottom:1px solid #ccc}.ibs-full-modal>.ibs-modal-body{position:absolute;left:0;top:0;right:0;bottom:0;padding:20px;background-color:#fff;overflow-x:hidden;overflow-y:auto}.ibs-full-modal>.ibs-modal-body.has-header{top:56px}.ibs-full-modal>.ibs-modal-body.has-footer{bottom:56px}.ibs-full-modal>.ibs-modal-footer{position:absolute;left:0;top:0;top:auto;bottom:0;width:100%;height:56px;text-align:left;border-top:1px solid #ccc;padding:10px 20px;background-color:#eee}.ibs-full-modal>.ibs-modal-footer button{min-width:120px;margin-right:20px}.ibs-full-modal>.ibs-modal-footer button:last-child{margin-right:0}.ibs-full-modal .ibs-modal-title{padding:5px 0;font-size:18px;font-weight:700;float:left;margin:0}.ibs-full-modal .ibs-btn-close{font-size:28px;float:right;line-height:28px;text-align:center;height:28px;width:28px;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.ibs-full-modal .ibs-btn-close:hover{background-color:#6495ed;color:#fff;cursor:pointer;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}