#principal_menu_back{
    height: 100%;
    opacity: 0.1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#menuModal{
    background-color: transparent;
    border: 0 solid black;
    left: 0;
    margin: 40px auto 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

#menuModal .menuTitle {
    border: 0px solid white;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 6px;
    position: relative;
    width: 667px;
    z-index: 1;
}
#menuModal .menuTitle .btnClose {
    margin-top: 8px;
    font-weight: bold;
}
#menuModal .menuHTML {
    background-color: white;
    max-height: 350px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    width: 657px;
    z-index: 3;
}

#contentMain_Modal_content {
    height: 350px;
}

#menuModal .dataNotificacao{
    font-size: 10px;
    float: right;
}

#menuModal .avatarUsuario{
    float: left;
    margin: 5px;
}

#menuModal .notDocumentos,
#menuModal .notComentarios {
    clear: both;
    display: block;
    margin: 15px 0;
    width: 100%;
}
#menuModal .notDocumentosWrapperImg,
#menuModal .notComentariosWrapperImg {
    display: inline-block;
    padding-top: 3px;
    text-align: center;
    vertical-align: top;
    width: 10%;
}
#menuModal .notDocumentosWrapperConteudo,
#menuModal .notComentariosWrapperConteudo {
    display: inline-block;
    width: 89%;
}

#menuModal .notDocumentosWrapperConteudo span {
    cursor: pointer;
    display: inline-block;
}
#menuModal .notDocumentosWrapperConteudo span:hover {
    text-decoration: underline;
}

#menuModal .excluirNotificacao{
    border: 2px solid #d1cece;
    float: right;
    height: 16px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}