.groups-list .title{
    font-size:18px;
}

div#user_content_folders .btn {
    margin-bottom: 20px;
    margin-right: 10px;
}

/* ========================================================================== */
#user_profile {
    margin-top: 20px;
}    

#user_profile_title {
    font-weight: 400;
    font-size: 28px;
    vertical-align: middle;
    margin: 20px 0 15px;
}

#user_profile_title .avatar {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#user_profile_title .name {
    display: inline-block;
    vertical-align: middle;
}
#user_profile_title .rates {
    float: right;
    margin-top: 10px;
}

#user_profile_title .avatar img { display:block; }

#user_profile_tabs { margin-top:15px; }
#user_content_pills { margin-bottom: 20px; }

#user_content_list .filter-panel{
    margin:15px 0;
    margin-top:0px;
    border:solid 1px #EDEDED;
    border-bottom:solid 1px #FFF;
}

#user_nav {
    margin-bottom: 20px;
}

/* ========================================================================== */

.group_description {
    font-size: 14px;
    line-height: 1.5;
}

.group_description p:first-child {
    margin-top: 0;
}


#user_profile .block .btn {
    margin-top: 8px;
    width: 100%;
}

#user_profile {
    display: table;
    width: 100%;
}

#user_profile #left_column {
    display: table-cell;
    vertical-align: top;
    width: 255px;
    padding-bottom: 20px;
}
#user_profile #right_column {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

#user_profile #logo {
    padding-bottom:5px;
    text-align: center;
}

#user_profile .block .details,
#user_profile .block .details li {
    margin:0;
    padding:0;
    list-style: none;
    color:#68809B;
    font-size:12px;
}

#user_profile .block .details strong {
    color:#34495e;
    font-weight:normal;
}

/* ========================================================================== */

#user_profile .block .content_counts,
#user_profile .block .content_counts li {
    list-style: none; margin:0; padding:0;
}

#user_profile .block .content_counts {
    margin:-10px;
}

#user_profile .block .content_counts li {
    border-bottom: solid 1px #B3C2C9;
}

#user_profile .block .content_counts li:last-child {
    border:none;
}

#user_profile .block .content_counts a {
    color: #68809B;
    text-decoration:none;
    display:block;
    overflow:hidden;
    height:24px;
    line-height:24px;
    padding:4px 10px;
}

#user_profile .block .content_counts a:hover {
    background:#E1EBEF;
}

#user_profile .block .content_counts a .counter {
    display:block;
    overflow:hidden;
    height:24px;
    line-height:24px;
    color:#34495E;
    float:right;
    padding:0 6px;
    font-size:12px;
}

/* ========================================================================== */

#user_staff_add{
    margin-bottom: 0;
}

#user_staff_add .hint{
    margin-top:-5px;
    margin-bottom: 5px;
    color:#B3C2C9;
}

#user_staff_add .field .input{
    margin-bottom: 5px;
}

.user-status .text {
    font-size: 15px;
    line-height: 1.4;
    background: rgba(0,0,0,.05);
    display: block;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #555;
}

.user-status {
    margin-top: 10px;
}

.user-status .icon-status {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    padding-right: 20px;
}
.user-status .text-status {
    display: table-cell;
    vertical-align: middle;
} 

#user_status_widget .input {
    width: 100%;
    height: 40px;
    padding: 20px;
    margin: 0 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#user_profile #information {
    padding: 0 20px; 
}

#user_profile .fieldset {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#user_profile .fieldset:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* ========================================================================== */

#users_invite_window { padding:15px; }
#users_invite_window h3 { margin-top:0; }
#users_invite_window .list { margin-bottom: 10px; }

@media screen and (max-width: 700px) {
    #user_profile {
        display: block;
    }

    #user_profile #left_column {
        display: block;
        width: auto;
    }
    #user_profile #left_column img {
        margin: 0 auto;
    }
    #user_profile #right_column {
        display: block;
        width: auto;
        padding-left: 0;
    }
    #user_profile .block .btn {
        text-align: center;
    }
    #user_profile #information {
        margin-top: 20px;
    }
    #user_profile .under-avatar {
        margin-top: 30px;
    }    
}
