.imperial-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 60; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content/Box */
.imperial-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  position: relative;
  max-width:800px;


}

/* The Close Button */
.imperial-modal-close-button {
    color: #ccc;
    font-size: 25px;
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    background: red;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 34px;
    border-bottom-left-radius:10px;
}

.imperial-modal-close-button:hover,
.imperial-modal-close-button:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.delete-confirm-text
{
    font-size:20px;

}
.delete-confirm-warning-text
{

}

.delete-confirm-popup-buttons
{
    margin-top:50px;
}
