/*************  NAVBAR  ************/
#navbarNotifications i.fa{
	font-size: 2.4em !important;
}
.navbar-notification-badge{
    border-radius: 50px;
    background-color: #ff5555;
    color: white;
    padding: 2px !important;
    text-align: center;
    position: absolute;
    left: 15px;
    display: inline-block !important;
    min-width: 23px;
    font-size: 0.9em;
}

#navigation .navbar-separator.agl-navbar-notification span::before {
  display: block;
  float: left;
  margin: 1px 4px 0 0;
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f0e0";
}

/*************  POP UP  ************/
.w-100{
	width:100% !important
}
.agl-notification-element[data-status="unread"]{
	box-shadow : 3px 2px #71d003;	
}

.agl-notification-element[data-status="unread"] .agl-notification-footer{
    color: #71d003;
}

#notificationsModal .modal-body{
    max-height: 80vh;
    overflow:auto
}
.agl-notification-element{
	background-color: #e3e3e3a6;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 5px;
    display: block;
}

.agl-notification-element[data-href]{
	cursor:pointer	
}
.agl-notification-text{
    /*max-height: 6em;*/
}
.agl-notification-footer{
    text-align: right;
    color: darkgrey;
    font-size: small;
    font-weight: bold;
}
.agl-notification-footer span{
	margin-left:3px;	
}
.agl-notification-img-container>span,.agl-notification-img-container>img,.agl-notification-img-container>svg {
    position: relative;
    top: 25%;
}
.agl-notification-img-container>img {
	margin-left:-15px;
	margin-right:-15px
}
/* .agl-notification-toggle-read{ */
/*     color: darkslategrey; */
/*     cursor:pointer; */
/*     right: -7px; */
/*     position: relative; */
/* } */
.agl-notification-delete{
    color: indianred;
    position: relative;
    right: -13px;
    cursor:pointer;
}
.agl-notification-success{
	
}
.agl-notification-error{
	
}

/*************  MANAGER  ************/
.tooltip-inner .agl-notification-manager-hide{
	display: none;
}