.block-staff .form-wrap {
  margin-bottom: 40px;
}
.block-staff .form-wrap .form-staff-search .filters {
  display: flex;
  justify-content: space-between;
}
.block-staff .form-wrap .form-staff-search .filters .filter-wrap {
  position: relative;
  width: 49%;
}
.block-staff .form-wrap .form-staff-search .filters .filter-wrap .search-submit {
  position: absolute;
  top: 0;
  left: 12px;
  color: #519714;
  background: none;
}
.block-staff .staff-table-wrap .table-staff {
  width: 100%;
  text-align: right;
}
.block-staff .staff-table-wrap .table-staff.loading tbody {
  opacity: 0.5;
}
.block-staff .staff-table-wrap .table-staff thead tr th {
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #8b8b8b;
  border-bottom: 5px solid #fff;
}
.block-staff .staff-table-wrap .table-staff thead tr th.name:after {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-family: "Icomoon";
  content: "\e90f";
}
.block-staff .staff-table-wrap .table-staff thead tr th:first-child {
  border-radius: 0 5px 5px 0;
}
.block-staff .staff-table-wrap .table-staff thead tr th:last-child {
  border-radius: 5px 0 0 5px;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle:hover {
  color: #fff;
  background: #8b8b8b;
  border-bottom: 1px solid #fff;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle.active {
  background: #eee;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle.active:hover {
  color: #24241e;
  border-bottom: 1px solid #ccc;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle.active td {
  border-bottom: none;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle.active td:first-child .td-in {
  border-bottom-right-radius: 0;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle.active td:last-child .td-in {
  border-bottom-left-radius: 0;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle.active td.view .icomoon:before {
  content: "\e908";
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle td {
  border-bottom: 5px solid #fff;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle td .td-in {
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle td .td-in .title-name:before {
  content: attr(data-prefix) " ";
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle td:first-child .td-in {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle td:last-child .td-in {
  text-align: left;
  border-left: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-toggle td .icomoon {
  font-size: 6px;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td {
  border-bottom: 5px solid #fff;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in {
  padding: 20px;
  background: #eee;
  border: 1px solid #ccc;
  border-top: none;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .entry-content {
  margin-bottom: 25px;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .details .col-image {
  margin-left: 40px;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .details .col-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .details .col-details {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .details .col-details .details-item {
  width: 50%;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .details .col-details .details-item a {
  color: #24241e;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-staff .staff-table-wrap .table-staff tbody tr.tr-visible td .td-in .details .col-details .details-item a:hover {
  color: #337da3;
}

/*# sourceMappingURL=block-staff.css.map */
