

.glyphicon-envelope:before{
	content:"\2709";
	}
	
@font-face{
	font-family:'Glyphicons Halflings';
	src:url('../fonts/glyphicons-halflings-regular.eot');
	src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
	}
	
.glyphicon{
	position:relative;
	bottom:3px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	font-size: 23px;
	}
	
.notification-button{
	cursor: pointer;
}

.notification-button .counter{
	background-color: white;
	color: black;
    font-size: 9px;
    border-radius: 4px;
    font-weight: bold;
    padding: 2px;
    bottom: 20px;
    left: 15px;
    position: absolute;
    height: 15px !important;
    border:1px solid;
}

#timmiHeader #publicationNotifications .feedWrapper{
    position: absolute !important;
    right: 10px !important;
    top: 30px !important;
    height: auto !important;
    z-index: 3 !important;
    border:solid #919191 !important;
    border-width: 0 1px 1px 1px !important;
    border-radius: 0 0 10px 10px !important;
    background: #eae9e9 none !important;
    padding: 0px 35px 10px 0px !important;
    width: 430px !important;
    white-space: initial !important;
}

#publicationNotifications .feedWrapper .feedHeader{
	max-width: 300px !important;
	min-width: 285px !important;
	overflow: hidden !important;
    text-overflow: ellipsis !important;
}

#publicationNotifications .feedWrapper .feedMeta{
    max-width: 85px !important;
}

div#publicationNotifications.active{
    background: #eae9e9 none !important;
    border:1px solid #919191 !important;
    border-width: 1px 1px 0 1px !important;
}

#publicationNotifications{
    padding: 5px 5px 0 5px !important;
    border-radius: 4px !important;
}

#publicationNotifications .feedContainer{
    border-radius: 0 !important;
    border-width: 0 !important;
    padding-left: 20px !important;
    border-top: 1px #919191 !important;
    background-color: #eae9e9 !important;    
}

#publicationNotifications .feedList{
    max-height: 350px !important;
    overflow-y: scroll !important;
}
        
#publicationNotifications .feedList .feed{
	background-color: white !important;
}

.newPublicationBtn{
   display: block;
   width: 123px;
   text-align: center;
   font-weight: bold;
   color: white;
   padding: 9px 0 6px;
   margin-left: 20px;
   margin-top: 10px;
   margin-bottom: 5px;
   cursor: pointer;
   background: url('../../images/bg-btn-green.gif') no-repeat;
}