.modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal,.modal-backdrop{display:-webkit-box;display:-ms-flexbox;display:flex}.modal{background:#fff;-webkit-box-shadow:2px 2px 20px 1px;box-shadow:2px 2px 20px 1px;overflow-x:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:300px;width:30%}.modal-footer,.modal-header{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-header{border-bottom:1px solid #eee;color:#004438;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-footer{border-top:1px solid #eee;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-body{position:relative;padding:20px 10px}