.menu{
    width: 400px;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#f8f5f5;
    position: absolute;
    display: none;
    z-index: 400;
}
.menu .close{
    width: 99%;
    height: 30px;
    background: url('../img/ic_close_50_50_1.png') right no-repeat;
    background-size: 24px 24px;    
    text-align: left; 
    font-size: 0.7em;
    padding: 8px 0 0 10px;
    font-weight: bolder;
    color: green;
    /* background-position-x: 5px; */
}
.menu .user_info{
    width: 100%;
    height: 69px;
    background-color: transparent;
    margin: 0;
    /* border-bottom:1px solid #cccbcb; */
    font-size: 0.95em;
    
}
.menu .user_info .user_avata{
    width: 60px;
    height: 100%;
    border:0;   
    margin: 0 ;
    background: url(../img/ic_user_50_50_1.png) center no-repeat;
    background-size: 40px 40px;
    float: left;
}
.menu .user_info .user_data{
    width:calc(100% - 60px) !important;
    height: 100%;
    border: 0;
    margin: 0;    
    padding-top: 20px;
    background-color: transparent;
    float: left;   
}
.menu .user_info .wellcome{
    padding-right: 5px;
    font-family: 'Times New Roman', Times, serif;    
    float: left;
}
.menu .user_info .user_name{
    font-weight: bold;   
    font-family: 'Times New Roman', Times, serif;
}
.menu .user_info .contact{
    padding: 1px 10px 0 5px;
    font-style:italic;
    font-size: 0.7em;
    float: left;
}
.menu .navigation{
    width: 100%;
    height: calc(100vh - 160px) !important;
    background-color: transparent;
    font-size: 1em;
    padding-top: 10px;
    overflow: auto;
}

.menu .navigation .nav_title{
    height: 40px;
    margin-top: 10px;
    /* padding-top: 10px; */
    font-size: 0.8em;
    /* font-weight: bolder; */
    padding: 30px 0 0 8px;
    font-family: 'Times New Roman', Times, serif;
}
.menu .navigation .nav_link{
    font-weight: bold;
    width: 90%;
    height: 36px;
    padding:14px 0 0 8px;
    border-bottom: 1px solid #cccbcb;
    margin: auto;
}
.menu .agent_info
{
    width: 100%;
    height: 60px;
    background-color:transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.9em;
    padding-left: 10px;
    color: #585858;
    /* border-top: 1px solid #cccbcb; */
    padding-top: 6px;
}
.menu .agent_info .title{
    font-size: 1em;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
}
.menu .agent_info .contact{
    font-size: 0.75em !important;
    padding:2px 0 0 5px;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: bolder;
    overflow: hidden;
}