﻿.table-wrapper .table td {
  vertical-align: middle;
  font-size: 13px;
}
.table-wrapper .table img.avatar {
  float: left;
  margin-right: 14px;
  max-width: 45px;
  position: relative;
  top: 0px;
}
.table-wrapper .table i.avatar {
  float: left;
  margin-right: 12px;
  max-width: 45px;
  position: relative;
  top: 0px;
  font-size:16px;
}
.table-wrapper .table a.title {
  color: #3389d1;
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.table-wrapper .table .subtitle {
  font-size: 12px;
  margin-left: 0;
  color: #778391;
  font-style: italic;
  margin-top: 0;
}
.table-wrapper .pagination {
  margin-top: 25px;
}

/* actions */
.table-wrapper .actions {
    margin-top: 12px;
    padding: 0 0 0 0px;
    white-space: nowrap;
    width: auto;
}
.table-wrapper .table ul.actions li {
    display: inline;
    border-right: 1px solid #d0dde9;
    padding: 5px 6px 0px 3px;
}
.table-wrapper .table ul.actions li:last-child,
.table-wrapper .table ul.actions li.last {
    border: 0 none;
}
.table-wrapper .table ul.actions a {
    text-transform: uppercase;
    color: #7e91aa;
    font-weight: 600;
    display: inline-block;
    margin: 0 2px 0 0;
}
.table-wrapper .table ul.actions i {
    cursor: pointer;
    font-size: 15px;
    opacity: 0.6;
    transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
}
.table-wrapper .table ul.actions i:hover {
    opacity: 1;
}


/* responsive */
@media (max-width: 767px) {
  .table-wrapper .table a.name {
    font-size: 12px;
  }
  .table-wrapper .table td {
    font-size: 12px;
  }
  .table-wrapper .table .avatar {
    display: none;
  }
}
