﻿#AlertModal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.15);
}
#AlertModal .modal-header {
  min-height: 56px;
}
#AlertModal .modal-body {
  min-height: 70px;
}
#AlertModal .modal-body > span {
  display: block;
  margin-bottom: 10px;
}
#AlertModal .modal-body > img {
  width: 40px;
  height: 40px;
  float: right;
}
#AlertModal .modal-body > button {
  float: right;
  margin-left: 9px;
}
