.notification-center-icon {
  display: inline;
  background-image: url("images/notification-center-sprite.png?bN=1524");
  background-repeat: no-repeat;
  float: left;
}
.icn-bell {
  background-position: -89px -68px;
  height: 18px;
  width: 18px;
}
.icn-animated-bell {
  background-position: -67px -68px;
  height: 18px;
  width: 18px;
}
.icon-notification-normal {
  background-position: -110px -68px;
  margin: auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.icon-notification-warning {
  background-position: -132px -41px;
  margin: auto;
  width: 18px;
  height: 18px;
}
.icon-notification-critical {
  background-position: -111px -41px;
  margin: auto;
  width: 18px;
  height: 18px;
}
.icon-notification-info {
  background-position: 0px -38px;
  margin: auto;
  width: 18px;
  height: 18px;
}
.icon-notification-normal-small {
  background-position: -110px -67px;
  margin: auto;
  width: 18px;
  height: 18px;
}
#notification-center > a {
  overflow: hidden;
}
#notification-center .top-link-arrow {
  margin-top: -8px;
  right: 7px !important;
}
#notification-center .dropdown-menu {
  min-width: 420px;
  padding: 12px 0 12px 20px;
}
#notification-center .dropdown-menu .heading {
  display: block;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin: -10px 0 0 -20px;
  padding: 0 20px;
  line-height: 40px;
}
#notification-center .dropdown-menu .heading .close {
  font-size: 22px;
  margin-top: 6px;
  color: #a3a3a3;
}
#notification-center .dropdown-menu li > div {
  font-size: 11px;
  padding: 4px 0;
  border-bottom: 1px solid #e3e9e9;
  height: auto;
  overflow: hidden;
}
#notification-center .dropdown-menu li > div i.notification-center-icon {
  float: left;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px;
}
#notification-center .dropdown-menu li > div span {
  width: 55%;
  display: block;
  float: left;
  padding: 8px 0;
}
#notification-center .dropdown-menu li > div .close {
  font-size: 22px;
  margin-top: 5px;
  margin-right: 10px;
  color: #a3a3a3;
}
#notification-center .dropdown-menu li > div a {
  display: block;
  float: left;
  background-color: #fff;
  color: #2f8513;
  padding-right: 20px;
}
#notification-center .dropdown-menu li > div:hover,
li#notification-center .dropdown-menu li > div:hover a,
#notification-center .dropdown-menu li > div:hover a:hover {
  background-color: #fff;
}
#notification-center .dropdown-menu li:last-child > div {
  border-bottom-width: 0;
}
#notification-center .dropdown-menu li.first-child > div {
  border-bottom-width: 1px !important;
}
.fw.top-notification {
  background-color: transparent;
}
.fw.top-notification .badge {
  background-color: #fa3e3e;
  border-radius: 8px;
  color: white;
  padding: 1px 3px;
  font-size: 8px;
  position: absolute;
  margin-right: 2px;
  top: 0px;
  right: 3px;
  line-height: 8px;
  font-weight: 600;
}
.fw.top-notification > a span.count {
  display: block;
  width: 15px;
  height: 10px;
  background: red;
  position: absolute;
  top: -3px;
  right: 3px;
  font-size: 7px;
  text-align: center;
  line-height: 10px;
  border-radius: 3px;
}
.fw.top-notification > .dropdown-menu {
  min-width: 430px;
  margin: 0 -30px 0 0;
  padding: 0;
}
.fw.top-notification.open > .dropdown-menu {
  display: block;
}
.fw.top-notification > .dropdown-menu .top-link-arrow {
  right: 42px !important;
  position: absolute;
  color: #fff;
  margin-top: -9px;
}
.fw.top-notification > .dropdown-menu .top-notification-header {
  display: block;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fw.top-notification > .dropdown-menu .top-notification-header > .btn-group {
  float: right;
  margin-top: -1px;
}
.fw.top-notification > .dropdown-menu .top-notification-header > .btn-group > .dropdown-toggle {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  min-width: 90px;
  text-align: left;
  padding: 1px 9px;
}
.fw.top-notification > .dropdown-menu .top-notification-header > .btn-group > .dropdown-toggle .caret {
  float: right;
  margin-top: 7px;
}
.fw.top-notification > .dropdown-menu .top-notification-header > .btn-group .dropdown-menu {
  margin: -1px 0 0 0;
  min-width: 90px;
}
.fw.top-notification > .dropdown-menu .top-notification-header > .btn-group .dropdown-menu > li > a {
  padding: 3px 10px;
  font-size: 11px;
}
.fw.top-notification > .dropdown-menu .top-notification-header .close {
  font-size: 22px;
  margin-top: 6px;
  color: #a3a3a3;
}
.fw.top-notification > .dropdown-menu > ul {
  padding: 0;
  margin: 0 0 -1px;
  list-style-type: none;
}
.fw.top-notification > .dropdown-menu > ul li {
  padding: 12px 10px;
  border-bottom: 1px solid #e3e9e9;
}
.fw.top-notification > .dropdown-menu > ul li .close {
  font-size: 14px;
  color: #afafaf;
  line-height: 16px;
}
.fw.top-notification > .dropdown-menu .top-notification-footer {
  padding: 10px 15px;
  min-height: 36px;
}
.fw.top-notification > .dropdown-menu > ul li {
  padding: 12px 10px;
  border-bottom: 1px solid #e3e9e9;
}
.fw.top-notification > .dropdown-menu > ul li .close {
  font-size: 14px;
  color: #afafaf;
  line-height: 16px;
}
.fw.top-notification > .dropdown-menu .top-notification-footer {
  padding: 10px 15px;
  min-height: 36px;
  border-top: 1px solid #e3e9e9;
}
.fw.top-notification .dropdown-menu table tr:hover .notification-close {
  visibility: visible;
}
.fw.top-notification .notification-close {
  visibility: hidden;
}
.fw.top-notification .notification-close .dropdown-toggle {
  border: 1px solid transparent;
  padding: 0 0 0 1px;
  margin-top: -1px;
}
.fw.top-notification .notification-close.open .dropdown-toggle {
  background-color: #fff;
  border-color: #C6CACC;
}
.fw.top-notification .notification-close .dropdown-menu {
  position: fixed;
  left: auto;
  right: 10px;
  top: auto;
  margin-top: 18px;
  min-width: 240px;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.175);
}
.fw.top-notification .notification-close .dropdown-menu:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 19px;
  background: #fff;
  right: 0;
  top: -1px;
}
.fw.top-notification .notification-close .dropdown-menu > li {
  padding: 0;
  border: none;
}
.fw.top-notification .notification-close .dropdown-menu > li:hover > a {
  color: #262626;
  background-color: #f5f5f5 !important;
}
/* .fw .fw-icon,
.fw .fw-sm-icon,
.fw .fw-mini-icon {
  width: 18px;
  height: 18px;
  display: inline;
  background-image: url("images/flat-common-sprites-images.png?bN=1524");
  background-repeat: no-repeat;
  float: left;
  margin-right: 4px;
  margin-left: 4px;
} */
.fw .fw-mt-5 {
  margin-top: 5px;
}
.fw .fw-mt-m1 {
  margin-top: -1px !important;
}
.fw .fw-align-right {
  text-align: right;
}
