.alert-menu-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 6000;
}
.alert-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  float: right;
}
.alert-menu-wrapper .alert-header {
  background-color: #ddddddc9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bolder;
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
  border-bottom-style: solid;
}
.alert-menu-wrapper .alert-header .alert-menu-title {
  display: inline-block;
}
.alert-menu-wrapper .alert-header .alert-mark-as-read-button {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 12px;
}
.alert-menu-wrapper .alert-menu-list {
  height: 364px;
  width: 420px;
  height: auto;
  position: relative;
  display: none;
  max-height: 50vh;
  overflow: auto;
  background-color: #ffffff;
}
.alert-menu-wrapper .alert-menu-list .alert-menu-list-item {
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
  border-bottom-style: solid;
  padding-left: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
.alert-menu-wrapper .alert-menu-list .alert-menu-list-item.unread-alert {
  background-color: #F0F5FA !important;
}
.alert-menu-wrapper .alert-menu-list .alert-menu-list-item a {
  text-decoration: none;
  text-transform: none;
  color: black;
  font-weight: initial;
}
.alert-menu-wrapper .alert-menu-list .alert-menu-list-item .alert-time {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 12px;
}
.alert-menu-wrapper .alert-footer {
  text-align: center;
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.alert-menu-wrapper .alert-footer a {
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
}
.alert-menu-wrapper .alert-footer a h4 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
.alert-menu-navigation {
  max-width: 200px;
  margin: 20px;
  position: relative;
  display: none;
}
