#disabledPage {
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  display: none;
}

#popup {
  border: solid 3px #007BC3;
  border-radius: 8px;
  background-color: #FFFFFF;
  width: 400px;
  height: 150px;
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  box-shadow: 4px 4px 10px #111111;
}

#popupHeader {
  width: 100%;
  margin: 0;
  padding: 2px 0 5px;
  text-align: right;
  background: #0060AA linear-gradient(#0082E5, #0060AA) !important;
}

#popupHeader a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#popupCloseBttn {
  background: #C12C00 linear-gradient(#F93600, #AB2900);
  border-color: #A57760 #852005 #852005 #A57760;
  text-shadow: 0 1px 2px #F93600;
  font-size: 11px;
  padding: 1px;
}

#popupCloseBttn:hover {
  background: #FFAA00 linear-gradient(#FF9A1E, #EA8400);
  border-color: #DD8800 #DD5100 #DD5100 #DD8800;
  text-shadow: 0 1px 2px #FF7100;
}

/* NIEUWE POPUP */

#popupTitle {
  background: #0060AA linear-gradient(#007BC3, #0060AA);
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 3px 3px 3px 5px;
}

#popupContent {
  padding: 10px;
}

#popupContent h1 {
  font-size: 18px;
  color: #007BC3;
  margin: 5px 0 10px;
  padding: 0;
}

#popupContainer {
  text-align: left;
}
