.app-contacts .page-content-actions .btn-group {
    margin-left: -6px;
}

.app-contacts .page-content-actions .btn-pure.btn-default {
    color: #a3afb7;
}

.app-contacts .page-content-actions .btn-pure.btn-default.active, .app-contacts .page-content-actions .btn-pure.btn-default:focus, .app-contacts .page-content-actions .btn-pure.btn-default:hover {
    color: #76838f;
}

.app-contacts table > thead > tr > th, .app-contacts table > tbody > tr > th, .app-contacts table > thead > tr > td, .app-contacts table > tbody > tr > td {
    white-space: nowrap;
    vertical-align: middle;
}

.app-contacts table .avatar {
    margin-right: 10px;
    vertical-align: middle;
}

.app-contacts .slidePanel-actions {
    position: absolute;
    top: 15px;
    right: 20px;
    float: none;
}

.app-contacts .slidePanel-actions .btn-pure {
    color: #ccd5db;
}

.app-contacts .slidePanel-actions .btn-pure.active, .app-contacts .slidePanel-actions .btn-pure:focus, .app-contacts .slidePanel-actions .btn-pure:hover {
    color: #fff;
}

.app-contacts .slidePanel-header {
    width: 100%;
    height: 350px;
    overflow: inherit;
    text-align: center;
}

.app-contacts .slidePanel-header .avatar {
    width: 100px;
}

.app-contacts .slidePanel-header .name {
    font-size: 20px;
}

.app-contacts .slidePanel-header .edit {
    position: absolute;
    right: 20px;
    bottom: -26px;
}

.app-contacts .slidePanel-header .edit .wb-close {
    display: none;
}

.app-contacts .slidePanel-header .edit.active .wb-close {
    display: inline-block;
}

.app-contacts .slidePanel-header .edit.active .wb-pencil {
    display: none;
}

.app-contacts .slidePanel .user-info {
    margin: 30px 0;
}

.app-contacts .slidePanel .user-info td {
    padding: 15px 0;
}

.app-contacts .slidePanel .user-info .info-label {
    width: 120px;
}

.app-contacts .slidePanel .user-info .form-group {
    display: none;
    margin: 0;
}

.app-contacts .slidePanel .user-info.active span {
    display: none;
}

.app-contacts .slidePanel .user-info.active .form-group {
    display: block;
}

@media (max-width: 767px) {
    .app-contacts .responsive-hide .tablesaw-cell-label {
        display: none;
    }

    .app-contacts table > thead > tr > th, .app-contacts table > tbody > tr > th, .app-contacts table > thead > tr > td, .app-contacts table > tbody > tr > td {
        padding-right: 30px;
        padding-left: 30px;
        text-align: left;
    }

    .app-contacts .page-content-actions .actions-right {
        display: block;
        float: none;
    }

    .app-contacts .page-content-actions .actions-right .dropdown-toggle {
        border-color: #e4eaec;
    }
}

@media (max-width: 479px) {
    .app-contacts .page-header .page-header-actions {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        -webkit-transform: none;
        transform: none;
    }
}
