.notifications-badge {
  position: relative;
  display: inline-block;
  z-index: 999;
  top: 3px;
  right: 3px;
  padding: 3px 7px;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  background-color: gray;
  color: white;
  cursor: pointer;
}

.notifications-badge-nodata {
  background-color: gray;
}

.notifications-badge-data {
  background-color: blue;
}

.notifications-badge-alert {
  background-color: red;
}

.notifications-bell {
  right: 15px;
  width: 40px;
}

.notifications-count {
  position: absolute;
  top: 4px;
  right: 8px;
}

.notify-div {
  border : 1px solid black;
  border-radius: 5px;
}

.notify-container {
  padding: 2px;
}

.notify-text {
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
}

.notify-date {
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
}

.notify-button {
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
}

.notify-hide {
  margin-right: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
}

.notify-confirm {
  margin-right: 0px;
  border: 1px solid gray;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
}

.notify-confirm-all {
  margin-right: 0px;
  border: 1px solid gray;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
}
