.notificationholder{
    display: none;
    float: right;
    position: relative;
    width: 300px;
    height: auto;
    top: 50px;
    left: 0px;
    z-index: 99;
    background-color: #9E9E9E;
    /*padding-bottom: 5px;*/
    border-radius: 0px 0px 5px 5px;
}
.notificationtexttitle{
    display: block;
    float: left;
    width: calc(100% - 16px);
    position: relative;
    text-align: center;
    margin: 3px 3px 3px 3px ;
    padding: 0px 5px 0px 5px ;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #333;
    font-style: italic;
}
.notificationcontainer{
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 10px);
    margin: 0px 5px 0px 5px;
    /*top:10px;*/
}

.notificationothercircular {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding: 5px 5px 5px 5px;
    margin-bottom: 8px;
    background-color: #f6f6f6;
    border-radius: 3px;
}
.notificationothercircularseen {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding: 5px 5px 5px 5px;
    margin-bottom: 8px;
    background-color: #e9ebee;
    border-radius: 3px;
}
.alreadyseentext{
    display: block;
    float: left;
    position: relative;
    width: 25px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #f6f6f6;
    margin-left: 140px;
}
.notificationjobcirculartitletext{
    position: absolute;
    float: left;
    width: calc(100% - 5px);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-top: 2px;
    color: #333;
    display: -webkit-box;
    text-align: left;
    font-weight: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notificationcirculardeadline{
    display: block;
    position: relative;
    float: left;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-top: 5px;
}
.jobcircularimagenotification{
    display: block;
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 7px;
}
.creatername{
    font-size: 13px;
    color: #2e63ad;
    font-family: 'Roboto', sans-serif;
}
.notimessagetext{
    font-size: 13px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.examtitlename{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.syllabus{
    font-size: 13px;
    color: #106214;
}