.notifications-lateral {
  position: absolute;
  right: 0;
  top: 55px;
  padding: 7px;
  padding-bottom: 5px;
  background-color: #ddd;
  color: rgb(58, 143, 189);
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  cursor: hand;
  box-shadow: 3px 2px 6px #888888;
}

.notifications-lateral .notifications-alert {
  position: absolute;
  left: -15px;
  top: -8px;
  background-color: #FD4545;
  font-size: 10px;
}

.notifications-lateral .notifications-label {
  margin-left: 7px;
  font-weight: bold;
}

.notifications-beta {
  color: red;
  font-size: 10px;
  font-style: normal;
}

.notifications-modal ul {
  margin: 0;
}

.notifications-modal .modal-dialog {
  width: 90%;
}


/* Notifications types */
.category-already-set-label {
  font-style: italic;
  color: gray;
  padding-right: 20px;
}
.category-already-set-value {
  font-weight: bold;
}

.notification-tab-total {
  background-color: #FD4545 !important;
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 10px !important;
}