/*newsfeed notif*/
#notifications {
  display:none;
  width:400px;
  position:absolute;
  top:45px;
  right: 10px;
  background:#FFF;
  border-radius: 8px;
  -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20) !important;
  box-shadow:0 3px 8px rgba(0, 0, 0, .20) !important;
  z-index: 0;
}
.notif-title{
  display: block;
  color: #333;
  background: #FFF;
  font-size: 14px;
  padding: 8px 8px 8px 20px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: 400 !important;
}
.hr-notif{
  margin:40px 20px 0px 20px
}
#notif_globalusers{
  height:auto;
  margin: 0px 20px 10px 20px;
}
#notif_globaladmin{
  height:auto;
  margin: 0px 20px 10px 20px;
}
.notif-media {
    padding: 3px 1px 5px 5px !important;
    display: flex;
    text-decoration: none !important;
}

h4.notif-media-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin: 0px;
  line-height: 1.3;
  font-weight: 400;
}

._notifglobal h4.notif-media-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 268px;
}

._notifall h4.notif-media-heading{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 415px;
}

.notif-time {
  font-family: 'Roboto', sans-serif;
  color: #9D9D9D;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.count_notif{
  margin-right: 16px;
  margin-top: 13px;
  background-color: #9ca0a5 !important;
  display: none;
}
p.p-time {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  margin:0;
  color: #9D9D9D;
  line-height: 1;
}

.notif-viewall a:hover {
  background:#F6F7F8;
  text-decoration:underline;
}
.seeAll {
  background:#F6F7F8;
  padding:8px;
  font-size:12px;
  font-weight:bold;
  border-top:solid 1px rgba(100, 100, 100, .30);
  text-align:center;
}
.notif-viewall {
  display:block;
  color:#333;
  background:#FFF;
  font-size:13px;
  padding: 5px;
  margin-top:10px;
  color: #269ABC;
  margin-bottom: 0px;
}
.count_s {
  display: block;
  color: #ccc;
  background: #FFF;
  font-size: 14px;
  padding: 8px 20px 8px 20px;
  margin-top: 5px;
  margin-bottom: 3px
}
.global_admin{
  font-family: 'Roboto', sans-serif;
  max-height: : 510px;
  min-height: auto;
}
.global_users{
  /*max-height:450px;*/
  min-height: auto;
}
#noti_Counter {
  position: absolute;
  background: #E1141E;
  color: #FFF;
  font-size: 11px;
  font-weight: normal;
  padding: 1px 5px;
  margin: 10px 0 0 25px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
  display: none;
  border-radius: 100%;
  line-height: 1.3;
  display: none;
  width: auto;
}
#noti_Container {
    position:relative;
}
.notif-ul {
    display:block;
    background:#45619D;
    list-style:none;
    margin:0;
    padding:12px 10px;
    height:50px;
}
.notif-media-body{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media all {
  .lightbox {
    display: none;
  }
}
.admin-nav-bar{
    margin-top: 5px;
    margin-bottom: 5px;
}
.menus li{
    margin: 0px;
}
.menus li>a{
    line-height: 2.0;
}
.dropdown-menu>.divider{
    margin: 0px;
}

.comments-list .comment .comment-heading .user{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
    position: relative;
    top: -1px;
    text-shadow: 0px 1px #eee;
    font-style: normal !important;
}
.comments-list .comment .comment-heading .time{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
color: #90949c;
margin-top: 0;
display: inline;
position: relative;
top: -0.9px;
font-style: normal !important;
}
.comments-list{
  padding: 0px 5px !important;
  display: block;
  width: 100%;
  margin: 15px 0px 15px 0px;
}
.comments-list .comment{
  list-style: none;
}
figure.comment-figure{
  width: 45px;
  height: 45px;
  margin-right: 5px;
  overflow: hidden;
}
.comment-img{
  width: 100%;
  min-height: 45px !important;
}

/*.hrs{
  border-top: 1px solid #eee !important;
}*/
.img-circle-notif{
  width: 100%;
  min-height: 50px !important;
  border-radius: 100px !important;
}
.notif-figure-cont{
  width: 50px;
  height: 50px;
  margin-right: 13px;
  overflow: hidden;
  border-radius: 100px !important;
}

/*send request notif*/
#ulNotification{
width: 400px;
position: absolute;
top: 45px;
right: 10px;
background: #FFF;
border-radius: 8px;
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
z-index: 0;
border: 0px;
}

.hrs{
  border-top: 1px solid #eee !important;
  margin:40px 20px 0px 20px
}

#ulMessageNotificationItem, #ulGCMessageNotificationItem{
  padding: 0px;
  list-style:none;
  margin-bottom:0px;
  height: auto;
}
.admin-nav-bars{
    margin-top: 5px;
    margin-bottom: 5px;
}

.badge.count_notif{
  margin: 12px 20px 0px 5px;
}

.menus{
  position: absolute;
  top: 45px;
  right: 10px;
  background: #FFF;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
  z-index: 0;
  border: 0px !important;
}

.control-sidebar-subheading{
  display: block;
  font-size: 13px !important;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 15px
}

#ulMessageNotificationItem1{
  padding: 0px 0px 15px 0px;
  list-style: none;
  margin-bottom: 0px;
height: auto;
margin-left: 20px;
margin-right: 20px;
  height: auto;
}

.srequest-container{
  padding: 10px 0px;
  margin: 0px 20px;
  display: flex;
}
.srequest-media-body{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.srequest-figure-cont{
  width: 50px;
  height: 50px;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 100px !important;
}
/*#divMessageNotifications1{
  height: auto !important;
  min-height: 70px !important;
  max-height: 500px;
}*/
