#rcl-office{
    box-shadow: none;
}
#rcl-office .office-wrapper{
    
}
#rcl-office .office-header{
    
}
#rcl-office .office-content{
    overflow: hidden;
    margin-bottom: 10px;
}
#rcl-office .office-content .office-sidebar{
    float: left;
    width: 150px;
    margin-right: 15px;
}
#rcl-office .office-content .office-sidebar .rcl-tab-button{
    

}
#rcl-office .office-content .office-sidebar .recall-button{
   width: 100%;
   display: block;
   padding: 8px 5px;
   margin: 2px 0;
}
#rcl-office .office-rightside{
    overflow: hidden;
}
#rcl-office .office-content .office-sidebar #rcl-contayner-avatar{
    overflow: hidden;position: relative;
}
#rcl-office .office-content .office-actions{
    
}
#rcl-office .office-content .office-title{
    margin: 10px 0;
}
#rcl-office .office-wrapper .office-details{
    max-width: 450px;
    margin: 10px 0;
}
#rcl-office .office-wrapper .office-details .simple-more-view{
    display: block;
    padding: 8px 10px;
    text-align: center;
    color:#fff;
    font-size:14px;
    line-height: 1;
}
#rcl-office .office-wrapper .office-details .simple-details{
    background: #fff;
    padding: 10px;
    display: none;
}
#rcl-office .office-wrapper .office-details .simple-details p.rcl-custom-fields{
    margin:0;
    font-size:14px;
}
#rcl-office .office-wrapper .office-footer{
    text-align: right;
    display: block;
    padding: 10px 0;
    clear: both;
    margin-top: 30px;
}
#rcl-office .office-wrapper .office-footer .recall-button{
    font-size: 18px;
    color: #fff;
    margin: 5px;
    line-height: 1;
    padding: 5px 10px;
}
#rcl-office .office-wrapper .office-footer .recall-button > span{
    
}
#rcl-office .office-wrapper .office-footer .recall-button .label-button{
    display: none;
}
#rcl-office .office-wrapper .office-footer .recall-button .rcl-menu-notice{
    color: inherit;  
    font-size: inherit;
}

/* START аватар и элементы управления внутри него */
#rcl-avatar{
    border: 5px solid #fff;
}
#rcl-avatar .avatar-icons{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon{
    position: absolute;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a{
    font-size: 20px;
    padding: 5px;
    background: rgb(216, 231, 238);
    color: rgb(229, 57, 53);
    opacity: 0.7;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a:hover{
    opacity: 1;
}
#rcl-avatar .icon-avatar-delete{
    top: 0;
    right: 0;
    display: none;
}
#rcl-avatar:hover .icon-avatar-delete{
    display:block
}
#rcl-avatar .icon-avatar-upload{
    bottom: 0;
    left: 0;
}
#rcl-avatar .icon-webcam-upload{
    bottom: 0;
    left: 35px;
}
#rcl-avatar .icon-user-info{
    top: 0;
    left: 0;
}
/* END аватар и элементы управления внутри него */

/* START responsive */

@media screen and (max-width:667px) {
    #rcl-office .office-content .office-sidebar{
        float: none;
        width: 100%;
        text-align:center;
    }
    #rcl-office .office-content .office-sidebar .lk-avatar{
        width: 200px;
        margin: 10px auto;
    }
    #rcl-office .office-content .office-sidebar .rcl-tab-button .recall-button{
        display: inline-block;
        width: initial;
        margin: 2px;
    }
    #rcl-office .office-rightside{
        text-align: center;
    }
    #rcl-office .office-rightside .ballun-status{
        margin: 0px auto;
    }
    #rcl-office .office-wrapper .office-details {
        margin: 10px auto;
    }
}
@media screen and (max-width:480px) {
    #rcl-office .office-wrapper .office-footer .recall-button{
        font-size: 16px;
        padding: 5px;
    }
    .vertical-menu #lk-menu {
        float:none;
        max-width: initial;
    }
    .vertical-menu #lk-menu a{
        display: inline-block;
        width: auto;
    }
}
@media screen and (max-width:360px) {
	
}
@media screen and (max-width:320px) {
	
}
/* END responsive */