/* Уведомления о новых ЛС - Стиль */

.jGrowl .messag_theme {
    font-size: 10px;
    background: rgba(0,0,0,.75);
    padding: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-family: Tahoma;
    width: 240px;
    min-height: 0 !important;
}
.styl1 {
    border-radius: 5px 5px 0 0;
    font-size: 1.25em;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 400;
}
.styl1.sv {
    border-radius: 5px !important;
}
.styl2 {
    padding: 5px; 
    margin-top: -16px;
    text-align: center; 
    border-radius: 0 0 5px 5px;
}
.messag_theme .jGrowl-close {
    font-size: 18px !important;
    margin-top: 3px;
    margin-right: 2px;
}
#closet {
    border-radius: 4px;
    border: solid 1px #fff;
    font-family: Arial;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    padding: 2px 5px;
    background: transparent;
    transition: .2s ease;
    margin-top: -8px;
}
#closet:hover {
    cursor: pointer;
    opacity: .5;
}
table#pisma {
    margin-bottom:6px;
    position: relative;
    width: 100%;
}
#messanger1 a img {
    float: left;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.25);
    border: solid 1px rgb(128, 131, 134) !important;
}
#pisma a.mess {
    font-size: 11px;
    color: #fff;
}
#pisma a.mess:hover {
    text-decoration: none;
}
span.num_msg {
    position: absolute;
    margin-top: -15px;
    margin-left: -10px;
    font-size: 11px;
    font-weight: 700;
    background: red;
    padding: 1px 4px;
    border-radius: 2px;
    height: 14px;
    color:#ffffff;
}
span.num_msg:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    top: 14px;
    background: red;
    margin-left: 1px;
}
@media screen and (max-width: 540px) { 
    #pun-navlinks li#navpm span.num_msg { 
        font-size: 15px !important;
        height: 18px;
        line-height: 20px !important;
    }
    .num_msg:before{
        top: 18px !important;
    }
}
 
#pisma a.mess[onclick] {
    margin-top: 7px;
    display: inline-block;
    text-decoration: none;
    font: normal normal 400 11px/11px Tahoma;
    padding: 0px 7px 2px 7px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .9) !important;
    color: #000; font-size: 11px;
    position: relative; z-index: 10;
    margin-left: -4px;
    word-wrap: break-word; max-width: 160px;
}
#pisma a.mess[onclick]:hover {
    text-decoration: underline;
}
#pisma a>img.atr {
    margin: 0 0 auto 6px !important;
}
#pisma a.mess[onclick]:after {
    display: inline-block;
    position: absolute;
    z-index: -4;
    content: url(http://funkyimg.com/i/2bmE3.png);
    top: auto; left: 0;
    bottom: -4px;
    transform: rotate(-15deg);
    opacity: .9;
}
#pisma a.Author {
    display: inline-block;
    position: relative;
    z-index: 100;
    font: normal normal 700 11px/normal Tahoma;
    margin-left: -5px;
    text-shadow: 1px 1px 0 #000;
    color: #CBD1D1;
    margin-top: 4px;
}