.custom-modal-dialog .custom-modal-dialog-w {
  padding: 25px 25px 15px;
  min-height: 130px;
}
.custom-modal-dialog .custom-modal-dialog-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.custom-modal-dialog .custom-modal-dialog-icon img {
  width: 40px;
  height: 40px;
}
.custom-modal-dialog .custom-modal-dialog-c {
  width: 450px;
  overflow: hidden;
}
.custom-modal-dialog .custom-modal-dialog-title {
  color: #494949;
  font-weight: bolder;
  text-align: left;
  font-size: 20px;
  color: #494949;
}
.custom-modal-dialog .custom-modal-dialog-content {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  margin-top: 15px;
}
.custom-modal-dialog .custom-modal-dialog-action {
  margin-top: 20px;
  text-align: right;
}
.custom-modal-dialog .custom-modal-dialog-action .ellipsis {
  display: inline-block;
}
.custom-modal-dialog .custom-modal-dialog-icon + .custom-modal-dialog-c .custom-modal-dialog-title {
  margin-top: -3px;
}
