.user-menu-widget-top {
    position: relative;
}

.user-menu-widget-top .widget-head,
.user-menu-widget-top .widget-body .name{
    display: none;
}

.user-menu-widget-top div {
    overflow: hidden;
}

.user-menu-widget-top.on .widget-head,
.user-menu-widget-top.on.open .widget-body .name {
    display: block;
}

.user-menu-widget-top.on .widget-body {
    display: none;
}

.user-menu-widget-top.on.open .widget-body {
    display: block;
}

.user-menu-widget-top.on .widget-head {
    line-height: 37px;
    width: 41px;
    height: 40px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    right: 30px;
    z-index: 10;
}

.user-menu-widget-top.on.open .widget-head {
    border: 1px solid #494949;
    border-bottom: 1px solid #FFF;
}

.user-menu-widget-top.on .widget-head .avatar {
    font-size: 20px;
    background-color: transparent;
    text-align: center;
    padding-top: 3px;
    min-width: 33px;
    min-height: 33px;
    cursor: pointer;
}

.user-menu-widget-top.on .widget-head .avatar i:before {
    color: #333;
    font-size: 22px;
    opacity: .6;
}

.user-menu-widget-top.on.open .widget-head .avatar {
    margin-top: -1px;
    background-color: #FFF;
}

.user-menu-widget-top.on .widget-head .avatar img {
    vertical-align: top;
    width: 33px;
    height: 33px;
    margin: 0;
}

.user-menu-widget-top.on .widget-body {
    min-width: 230px;
    position: absolute;
    top: 46px;
    right: 0;
    padding: 15px 0 0 0;
    background-color: #FFF;
    border: 1px solid #494949;
    z-index: 9;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.11);
}

.user-menu-widget-top.on .widget-body .name {
    padding-bottom: 15px;
    border-bottom: 1px solid #D2D2D2;
    padding-left: 15px;
    text-align: left;
}

.user-menu-widget-top .widget-body ul.items {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.user-menu-widget-top .widget-body ul.items li {
    line-height: 50px;
    color: #08271e;
    text-align: left;
    height: 50px;
    padding: 0 10px;
    float: left;
}

.user-menu-widget-top .widget-body ul.items li a {
    color: #08271e;
    text-decoration: none;
    outline: 0 none;
}

.user-menu-widget-top.on .widget-body ul.items {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.user-menu-widget-top.on .widget-body ul.items li {
    display: block;
    padding: 0;
    margin: 0;
    float: none !important;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 15px !important;
}

.user-menu-widget-top.on .widget-body ul.items li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #08271e;
    text-decoration: none;
}

.user-menu-widget-top.on .widget-body ul.items li:hover{
    background-color: #FAFAFA;
}

.user-menu-widget-top.on .widget-body ul.items li:last-child {
    border-top: 1px solid #D2D2D2;
}
