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

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

.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: #757575;
}

.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: #bdbdbd;
}

.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 .md-close {
  display: none;
}

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

.app-contacts .slidePanel-header .edit.active .md-edit {
  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: #e0e0e0;
  }
}

@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;
  }
}
