.navbar-inverse .navbar-nav > .open > a{
  background-color: transparent!important;
}

#drop-notifications {
  margin-top: 7px;
}

#drop-notifications .dropdown .dropdown-toggle{
  font-size: 2rem;
}
#drop-notifications .dropdown .dropdown-toggle .glyphicon-bell{
  top:4px;
}
#drop-notifications .dropdown .dropdown-toggle{
  color: white;
}
/* #drop-notifications .dropdown .not-readed{
  color: #e25c02;
} */
#drop-notifications .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    max-height: 360px;
  }
  #drop-notifications .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content {
    max-height: 280px;
    overflow-y: scroll;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
  {
    background-color: #F5F5F5;
  }
  
  #drop-notifications .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
  {
    width: 8px;
    background-color: #F5F5F5;
  }
  
  #drop-notifications .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
  {
    background-color: #ccc;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li:last-child {
    border-bottom: none;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
  }
  #drop-notifications .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
  }
  #drop-notifications .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
  }
  #drop-notifications .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: 0px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
  }
  #drop-notifications .dropdown-menu.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff,#fff);
  }
  #drop-notifications .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
  }
  #drop-notifications .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
  }
  #drop-notifications .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
  }