
#notificationDropdown .unseen i.fa-globe {
  color: #E67E22 !important;
}
#notificationDropdown.open > a,
#notificationDropdown.open .dropdown-menu {
  background-color: #EEE;
}
#notificationDropdown.open .dropdown-menu {
  padding: 0;
}
#notificationDropdown.open .dropdown-menu .divider {
  background-color: #E5E5E5;
}
#notificationDropdown.open .dropdown-menu li,
#notificationDropdown.open .dropdown-menu li a {
  color: #000;
}
#notificationDropdown .show-all-link {
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
}
#notificationDropdown .show-all-link a {
  color: #898989 !important;
}
#notificationDropdown .show-all-link a:hover {
  background-color: #EEE;
  color: #E67E22 !important;
}
#notificationBoxWrapper {
  text-align: center;
}
#notificationBox {
  max-height: 300px;
  overflow-y: auto;
  margin: 5px;
  margin-top: 8px;
  width: 520px;
}
#notificationBox .notification,
#notificationList .notification {
  text-align: left;
  padding: 5px 8px;
  background-color: #FFF;
  border-bottom: 1px solid #A8A8A8;
  cursor: pointer;
  margin: 0;
}
#notificationBox .notification:nth-child(1) {
  border-top: 1px solid #A8A8A8;
}
#notificationBox .notification i,
#notificationList .notification i {
  color: #E67E22;
}
#notificationBox .notification.unseen,
#notificationList .notification.unseen {
  background-color: #FDDEC4;
  color: #000;
}
#notificationBox .notification .col-md-3,
#notificationBox .notification .col-md-9,
#notificationList .notification .col-md-3,
#notificationList .notification .col-md-9 {
  margin-bottom: 0;
}
#notificationList .notification {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #A5A2A2;
}
#notificationList .notification .image,
#notificationBox .notification .image {
  width: 64px;
  height: 48px;
  background-color: #FFF;
  border: 1px solid #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
@media (max-width: 991px) {
  #notificationList .notification .image,
  #notificationBox .notification .image {
    margin-right: 15px;
  }
}
#notificationList .notification .message {
  font-size: 16px;
  margin-bottom: 1px;
  margin-top: -2px;
}
#notificationList .notification .sub {
  font-size: 15px;
}
#notificationList .notification .sub .icon,
#notificationBox .notification .sub .icon {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
#notificationBox .notification .message {
  font-size: 14px;
  margin-bottom: 1px;
  margin-top: 0px;
}
#notificationBox .notification .sub {
  font-size: 13px;
}
#notificationBox .notification .sub .icon {
  font-size: 18px;
}
