
#notification_nav {
    list-style:none;
    margin: 0px;
    padding: 0px;
}

#notification_nav > li > a {
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#notification_nav > #user_detail a {
    color:#333;
    text-decoration:none;
    font-weight: normal;
    font-family: 'Conv_PublicSans-Regular';
    font-size: 14px;
    padding: 15px 20px !important;
}

#notification_nav > #notification_li a b {
    color: #1a349b;
}

#notification_nav > #notification_li  a{
    font-family: 'Conv_PublicSans-Regular';
    font-size: 13px;
}

#notification_nav > li {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
}

#notificationContainer {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 28px -10px rgba(0, 0, 0, 0.47);
    overflow: visible;
    position: absolute;
    top: 50px;
    margin-left: -220px;
    width: 350px;
    z-index: 1;
    display: none;
    right: -50px;
}

/*#notificationContainer:before {
    content:'';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent gray;
    margin-top: -21px;
    margin-left: 131px;
}*/

#notificationTitle {
    padding: 10px 15px;
    font-size: 13px;
    background-color: #ffffff;
    z-index: 1000;
    width: 348px;
    border-bottom: 1px solid #dddddd;
    text-align:left;
}

#notificationsBody {
    padding: 0 10px;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

#notification_span {
    height: 20px;
    width: 20px;
    background: #ff0000;
    color: #ffffff!important;
    font-weight: bold;
    margin-left: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    margin-top: -5px;
    font-size: 8px;
    z-index: 1;
}

#notification_span1 {
    padding: 3px 7px 3px 7px;
    background: #1a349b;
    color: #ffffff !important;
    left: 23px;
    position: absolute;
    margin-top: -2px;
    font-size: 9px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 20px;
}

.notifications ul {
    list-style-type: none;
}

.notifications ul li {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

.notifications ul li:hover {
    background: #ddd;
}

.notifie{
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    background: #242738;
    color: #fff;
}

.massage_ul{
    padding: 0;
}

.massage_ul li{
    list-style: none;
}

#notification_message{
    padding-left: 0px;
    overflow-y: scroll;
    text-align: left;
    max-height: 290px;
}

.massage_ul li {
    display: block;
    padding: 15px 10px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    /* margin: 5px; */
    margin: 0 5px 15px 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}

.massage_ul li a{
    color: #000;
}

/*.massage_ul li:hover{
    background: #ddd;
}*/

.massage_ul li:hover, .massage_ul li:active {
    background-color: #f7f7f7;
    border-color: #e1e1e1 !important;
    cursor: pointer;
}

/*.massage_ul li:active{
    background: #ffcd34;
    color: #fff!important;
}*/

.hide_counter{
	font-size: 10px;
	display: none;
}

.show_counter{
	font-size: 10px;
}

.constrained {
    height: 320px;
    overflow: auto;
}

#notification_nav #user_detail {
    margin-left: 10px;
}

@media screen and (min-width: 401px) and (max-width: 875px) {

    #notificationContainer {
        margin-left: -235px!important;
        top: 43px!important;
    }

}

@media screen and (min-width: 1061px) and (max-width: 1079px) {

     #notificationContainer {
        top: 44px!important;
    }

}

@media screen and (min-width: 300px) and (max-width: 400px) {

     #notificationContainer {
         width: 300px!important;
         /* margin-left: -185px!important; */
         right: -50px !important;
     }

     #notificationTitle{
        width: 298px!important;
     }

}
