.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  /*padding-top: 35vh; /* Location of the box */
  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 */
}

.custom-alert {
  background-color: #f9f9f9;
  margin: 35vh auto;
  min-width: 285px;
  max-width: 20%;
  z-index: 8;
  text-align: center;
  box-shadow: 2px 2px 5px 2px #565656;
}

.alert-header {
  padding-top: 5px;
  background-color: #b5b5b5;
  border-bottom: 1px solid lightgray;
}

.alert-type-img {
  width: 34px;
}

.alert-type-titletext {
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  bottom: 10px;
}

.alertinfo {
  padding: 10px;
}

.alert-btncont {
  background-color: #f2f2f2;
  text-align: center;
  height: 35px;
  border-top: 1px solid lightgray;
}

#abokbutton {
  margin-top: 5px;
  width: 50px;
}

.alertbutton {
  margin-top: 5px;
  min-width: 75px;
}

.no-button {
  background-image: url('/components/alertmodal/img/xicon.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.yes-button {
  background-image: url('/components/alertmodal/img/tickicon.png');
  background-repeat: no-repeat;
  background-position: 5% 50%;
  padding-left: 25px;
}
