#unideb-phonebook-employee .search-holder {
  box-shadow: 0 0 3px #848484;
}

#unideb-phonebook-employee .search-results {
  min-height: 450px;
  overflow: auto;
  margin-top: 10px;
  padding: 0 16px 16px 16px;
  position: relative;
}

#unideb-phonebook-employee .search-results .result-items {
  height: 450px;
}

#unideb-phonebook-employee .init-text,
#unideb-phonebook-employee .no-result-text {
  margin: 30px 30px;
  font-size: 16px;
  font-weight: 500;
}
#unideb-phonebook-employee .init-text p,
#unideb-phonebook-employee .no-result-text p {
  color: #848484;
}

.unideb-phonebook-result-item {
  display: block;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 1px solid rgb(208, 208, 208);
}

.unideb-phonebook-result-item.selected {
  background-color: #e4e4e4;
}

.unideb-phonebook-result-item > div {
  display: inline-block;
  vertical-align: middle;
}

.unideb-phonebook-result-item > div:last-child > p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.unideb-phonebook-result-item > div:last-child > p:first-child {
  color: #e79906;
  padding-right: 16px;
  text-transform: capitalize;
}

.results-container .init-image {
  text-align: center;
}

.results-container .init-image img{
  max-width: 100%;
}

.phonebook-result-details {
  box-shadow: 0 0 3px #848484;
}

.details-tabs {
  display: flex;
}

.tab-item {
  /*display: table-cell;*/
  background-color:#e1e8e6;
  color: #7da198;
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 18px;
  width: 100%;
}

.tab-item.active {
  background-color: #3f7467;
}

.tab-item > p {
  margin: 0 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: #7da198;
}

.tab-item.active > p {
  color: #fff;
}

.tab-item:not(.active) {
  cursor: pointer;
  transition: 0.2s;
}

.tab-item:not(.active):hover {
  background-color: #7da198;
}

.tab-item:not(.active):hover > p {
  color: #fff;
}

.employee-details .unideb-department-name {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  margin: 16px;
}

.employee-data .row-items {
  padding-left: 15px;
  position: relative;
}

.employee-data .row-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 2px solid #eae9e9;
  margin-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.employee-data .row-item .label {
  width: 40%;
}

.employee-data .row-item .value {
  width: 60%;
  color: #6c6c6c;
  word-break: break-word;
}

.employee-data .row-item p {
  margin-bottom: 0;
}

.employee-data .row-item.links {
  overflow: hidden;
  display: inherit;
}

.employee-data .row-item.links .link-item {
  float: left;
  white-space: nowrap;
}

.employee-data .row-item.links p {
  padding: 5px;
}

.employee-data .row-item.links a {
  padding: 0 10px 1px;
  color: #000000;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

.employee-data .row-item.links a:hover {
  background-color: #e4e4e4;
}

.employee-data .row-item:before {
  display: block;
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  margin-right: 25px;
  margin-left: -50px;
}

.employee-data .department-name:before {
  background-image: url(../img/25px_szervezet.png);
}

.employee-data .formatted-email:before {
  background-image: url(../img/25px_email.png);
}

.employee-data .address:before {
  background-image: url(../img/25px_munkahely.png);
}

.employee-data .address-in-building:before {
  background-image: url(../img/25px_epulet.png);
}

.employee-data .central-phone-with-extension:before {
  background-image: url(../img/25px_telefonkozp.png);
}

.employee-data .private-phone-with-extension:before {
  background-image: url(../img/25px_telefonmagan.png);
}

.employee-data .fax-with-extension:before {
  background-image: url(../img/25px_fax.png);
}

.employee-data .links:before {
  background-image: url(../img/25px_website.png);
}

@media (max-width: 767px) {
  .employee-data .row-item.links {
    margin-left: 0;
  }

  .employee-data .links:before,
  .employee-data .row-item .label {
    display: none;
  }

  .employee-data .row-item .value {
    width: 100%;
  }
}
