#popoverInbox
{
	width: 600px;
}
#popoverInboxGral {
	width: 900px;
    left: 1036px;
}
.imgalign { padding: 100px; }
.moreNotify{
	background: #EEEEEE;
	margin-left: -5px;
	margin-right: -5px;
	/*margin-bottom: 0px;*/
	width: 100%;
	border-top: 1px solid rgb(199, 198, 198);
	padding: 12px;
	position: absolute;
	bottom: 0px;
}
#popoverInbox .glyphicon
{
	float: right;
}
#popoverInbox .popover-content{
	width: 100%;
	padding: 0px !important;
}

#popoverInbox .glyphicon:hover
{
	cursor: pointer;
}
#popoverInbox .glyphicon-remove-sign
{
	margin-right: 10px;
}
#popoverInbox .media:hover
{
	background-color: aliceblue;
}
#popoverInbox .media
{
	margin-top: 0px;
	text-align: right;
	border-top: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	padding:7px;
}
.label-floating {
	border-radius: 50px;
	position: absolute;
	top: -10px;
	right: 0px;
}
.popover-notify{
	position: relative;
}
#popoverInbox .media-body
{
	text-align: left;
}
#popoverInbox .media-object
{
	width :50px;
	height: 50px;
}

#popoverInbox .media-heading {
    font-family: monospace;
    font-size: medium;
}
.notificationList li{
	background-color: #FFF;
    padding:2px
}
.notificationList .glyphicon
{
    display:none;
}
.notificationList .media-object
{
	height: 50px;
	width : 50px;
}

/**POPOPVER NUEVA VISTA**/
#popoverInboxGral .popover-content{
	width: 100%;
        
	padding: 0px 5px !important;
}
#popoverInboxGral .media{
	background: white; border: 1px solid rgb(216, 213, 213); padding: 5px;
}
#popoverInboxGral .viewLink {
	color: rgb(90, 160, 250);
}
.popover-title {
	padding: 15px 14px;
	border-bottom: 0px;
}

.icon-tocomplete {
	margin-right: 10px;
	cursor: pointer;
}
#popoverInboxGral .media-list {
	height: 90%;
	background: #F7F7F7;
	margin-bottom: 0px;
}
.momod {max-width: 100%;}
.mrmod{margin: -10% 0% 10% 5%;}
.plftmomod {max-width: 15%;}	
.label-red {
    background: red;
}