#abp-modal-wrap { }

#abp-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px #4d4d4d;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.abp-modal-header { min-height: 30px; }

.abp-modal-dismiss-icon {
  float: right;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 16px;
}
.abp-modal-dismiss-icon:hover {
  background: transparent;
  border: 0;
}

#abp-modal-wrap .abp-modal-title button { border: 1px solid transparent; }
#abp-modal-wrap .btn:focus, #abp-modal-wrap button:focus {
  border: 1px solid #3a859a;
  border-radius: 3px;
}


.abp-modal {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  left: 0;
  top: 10%;
  right: 0;
  width: 50%;
  margin: auto;
  z-index: 5;
  box-shadow: 1px 1px 2px #4d4d4d;
  position: fixed;
}

.abp-modal-body { font-size: 16px; }

.abp-modal-footer { min-height: 30px; }
.abp-modal-button { float: right; }

@media only screen and (max-width: 767px) {
  .abp-modal { width: 75%; }
}

@media only screen and (max-width: 540px) {
  .abp-modal { width: 90%; }
}
