.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 {
  vertical-align: middle;
  white-space: break-spaces; }

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

.app-contacts .slidePanel-actions {
  float: none;
  position: absolute;
  top: 15px;
  right: 20px; }
  .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;
  text-align: center;
  overflow: inherit; }
  .app-contacts .slidePanel-header .avatar {
    width: 100px; }
  .contact-avatar-btn {
    background-color: rgba(0,0,0,.5);
    background-image: none;
    border: none;
    border-radius: 6px 0;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}

.app-contacts .slidePanel-header .file-upload-input {
  bottom: 0;
  cursor: inherit;
  font-size: 1000px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
  .app-contacts .slidePanel-header .name {
    font-size: 20px; }
  .app-contacts .slidePanel-header .edit {
    position: absolute;
    bottom: -26px;
    right: 20px; }
    .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;}
  .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 .placeholder {
    display: none; }
  .app-contacts .slidePanel .user-info.active .form-group {
    display: block; }

@media (max-width: 767.98px) {
  .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-left: 30px;
    padding-right: 30px;
    text-align: left; }
  .app-contacts .page-content-actions .actions-right {
    float: none;
    display: block; }
    .app-contacts .page-content-actions .actions-right .dropdown-toggle {
      border-color: #e0e0e0; } }

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