﻿.usermenu.open {
        display: block !important;
    }

    .usermenu {
        background: #fff;
        border: 1px solid #ccc;
        border-color: rgba(0,0,0,.2);
        color: #000;
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        display: none;
        outline: none;
        overflow: visible;
        position: absolute;
        right: 0;
        top: 44px;
        -webkit-animation: gb__a .2s;
        animation: gb__a .2s;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-user-select: text;
        outline: none;
        z-index: 999;
    }

    .pdetail, .profileimage {
        display: inline-block;
        vertical-align: top;
    }

    .profileimage {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        margin-right: 10px;
        position: relative;
        float: left;
    }

    .txtavatar {
        background: rgba(0,0,0,.54);
        bottom: 0;
        color: #fff;
        font-size: 9px;
        font-weight: bold;
        left: 0;
        line-height: 9px;
        position: absolute;
        padding: 7px 0;
        text-align: center;
        width: 96px;
    }

    .username {
        font-size: 13px;
        font-weight: bold;
        margin: -4px 0 1px 0;
        line-height: normal;
    }

    .useremail {
        color: #666;
        font-size: 13px;
        line-height: normal;
    }

    .username, .useremail {
        max-width: 181px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .userprivacy {
        margin: 8px 0;
        line-height: normal;
    }

        .userprivacy a {
            color: #36c;
            margin: 8px 0;
        }

            .userprivacy a:hover {
                color: #36c;
                text-decoration: underline;
            }

    .btnSair {
        background: #81cd40;
        margin-top: 5px;
        padding: 10px;
        font-size: 13px;
        text-transform: none;
        border-radius: 4px;
        width: 65px;
        line-height: 10px;
    }

    .btmbutton {
        background: #f5f5f5;
        border-top: 1px solid #ccc;
        border-color: rgba(0,0,0,.2);
        padding: 10px 0;
        width: 100%;
        display: table;
    }

        .btmbutton > div:first-child {
            text-align: left;
        }

        .btmbutton > div {
            display: table-cell;
        }

    .btnDados, .btnMeu, .btnDados:hover, .btnMeu:hover {
        margin: 0 20px;
        font-size: 13px;
        background: #f8f8f8;
        border: 1px solid #c6c6c6;
        color: #666;
        text-transform: none;
        width: auto;
        padding: 5px 10px;
    }

    .usermenu.open .toparrw, .usermenu.open .toparrwtwo {
        display: block !important;
    }

    .usermenu .toparrw {
        border-color: transparent;
        border-style: dashed dashed solid;
        border-width: 0 8.5px 8.5px;
        display: none;
        position: absolute;
        right: 50px;
        z-index: 1;
        height: 0;
        width: 0;
        -webkit-animation: gb__a .2s;
        animation: gb__a .2s;
        border-bottom-color: #ccc;
        border-bottom-color: rgba(0,0,0,.2);
        top: -9px;
    }

    .usermenu .toparrwtwo {
        border-color: transparent;
        border-bottom-color: #fff;
        border-style: dashed dashed solid;
        border-width: 0 8.5px 8.5px;
        display: none;
        position: absolute;
        right: 50px;
        top: -8px;
        z-index: 1;
        height: 0;
        width: 0;
        -webkit-animation: gb__a .2s;
        animation: gb__a .2s;
    }