.common-confirm-modal {
  /*background-color: #ffffff;*/
  width: 478px;
  /*padding: 17px;*/
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden !important;
  /*display: block;
    z-index: 2000;*/

}
.common-confirm-modal .custom-manual-warning {
  display: block;
  background-image: url('../../../../app-resources/images/status-warning.svg');
  width: 32px;
  height: 32px;
  float: left;
  margin: 0px 10px 20px 20px;
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: content-box;
  line-height: 20px;
  padding-top: 8px;
  position: relative;
  text-align: center;
}
.common-confirm-modal h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  max-height: 500px;
  overflow-y: auto;
  text-align: left;
  margin-bottom: 20px;
}
.common-confirm-modal .modal-dialog {
  width: auto;
}
.common-confirm-modal .modal-dialog .modal-body {
  padding: 0px;
}
.common-confirm-modal .modal-dialog .modal-footer {
  padding: 10px;
}
