﻿.modal-footer {
  border-top: 0;
}
.divNotificationMessage {
  line-height: 50px;
}
.divNotificationMessage span {
  color: #75a86f;
  font-size: 14px;
  text-wrap: normal;
}
.hexcolor_blue {
  color: #75a86f;
}
.hexcolor_white {
  color: #fff;
}
.table-responsive {
  width: 100%;
  height: 200px;
  overflow: auto;
}
.modal-title {
  text-align: center;
  color: white;
}
.modal-header {
  background-color: #75a86f;
}
.close {
  color: white;
  opacity: 1;
}
.modal-dialog {
  padding-top: 32px;
  margin-right: 75px;
  width: 35%;
}
.modal-background {
  background-color: gray;
  opacity: 0.5;
}
.modal-button-close {
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}