#edit-search-container {
  position: relative;
  background-color: #848484;
  margin-top: 15px;
  margin-bottom: 8px;
}

#edit-search-container input.form-search {
  font-size: 20px;
  border-radius: 0;
  border: none;
  height: 50px;
  width: 100%;
  -webkit-box-shadow: none;
  padding: 0 50px 0 20px;
  background-color: transparent;
  color: #fff;
}

#edit-search-container .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}

#edit-search-container .form-actions input.button {
  width: 100%;
  height: 100%;
  background-image: url("../img/search_icon_25x25.png");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
  color: transparent;
}

#edit-search-text {
  font-size: 12px;
}

#unideb-department-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}

.caret {
  cursor: pointer;
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  transform: rotate(90deg);
}

.nested {
  display: none;
}

.active {
  display: block;
}

#unideb-department-container-title {
  cursor: pointer;
  color: #004735;
  font-size: 18px;
  font-weight: inherit;
}

#unideb-department-container,
#unideb-department-container ul {
  list-style: none;
  padding-left: 25px;
  margin: 0;
}

#unideb-department-container li {
  margin: 14px 0;
  font-size: 14px;
}

#unideb-department-container li a {
  color: black;
}

#departmentName {
  border-bottom: 2px solid #ddd;
  /*noinspection CssRedundantUnit*/
  padding: 0px 16px 10px 16px;
}

.employee-list-item-header {
  background-color: #3f7467;
  border-bottom: 6px solid #febf49;
  padding: 12px 16px;
}

#edit-search-container input.form-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5c5c5;
}

#edit-search-container input.form-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5c5c5;
}

#edit-search-container input.form-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5c5c5;
}

#edit-search-container input.form-search:-moz-placeholder {
  /* Firefox 18- */
  color: #c5c5c5;
}

.unideb-department-search-bar > .unideb-search-field-button:hover {
  background-color: #a0a0a0;
}

#rootDepartmentListItem > ul {
  margin: 0;
  padding-left: 12px;
}

#rootDepartmentListItem ul {
  list-style: none;
  padding-left: 25px;
}

#departmentDetailContainer {
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
}

.employee-list-item {
  box-shadow: 0 0 3px #848484;
  margin: 18px 0;
  display: block;
}

.employee-list-item a {
  text-decoration: none;
  cursor: pointer;
}

.employee-list-item p {
  margin: 0;
}

.employee-list-item .employee-title {
  font-size: 18px;
  color: #fff;
}

.employee-list-item .employee-img-and-data-holder {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder,
.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder-no-image {
  display: inline-block;
  width: 200px;
  text-align: center;
  vertical-align: text-top;
}

.employee-list-item .employee-img-and-data-holder .employee-data-holder {
  display: inline-block;
  width: calc(100% - 204px);
  vertical-align: text-top;
  margin-top: 16px;
}

.employee-list-item .employee-img-and-data-holder table {
  width: calc(100% - 248px);
  margin-left: 44px;
  vertical-align: text-top;
  border-collapse: collapse;
  display: inline-block;
  margin-top: 16px;
}

.employee-list-item .employee-img-and-data-holder table tbody {
  border: 0;
  display: block;
}

.employee-list-item .employee-img-and-data-holder .field,
.employee-list-item .employee-img-and-data-holder .employee-list-item-row {
  border-bottom: 2px solid #eae9e9;
  position: relative;
  display: block;
}

.employee-list-item .employee-img-and-data-holder .field:last-child,
.employee-list-item .employee-img-and-data-holder .employee-list-item-row:last-child {
  border-bottom: 0;
}

.employee-list-item .employee-img-and-data-holder .field > div,
.employee-list-item .employee-img-and-data-holder .employee-list-item-row td {
  font-size: 14px;
  padding: 6px 0;
  vertical-align: middle;
  display: inline-block;
}

.employee-list-item .employee-img-and-data-holder .field .field-label {
  width: 100px;
}

.employee-list-item .list-item-website {
  padding: 0 10px 1px;
  color: #000000;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

.employee-list-item .employee-img-and-data-holder .employee-list-item-row td:first-child {
  width: 29%;
}

.employee-list-item .employee-img-and-data-holder .employee-list-item-row td:last-child {
  padding-left: 4px;
  padding-right: 4px;
  width: calc(71% - 8px);
}

.employee-list-item .employee-img-and-data-holder .employee-list-item-row.website td {
  padding-left: 0;
  padding-right: 0;
}

.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder img.employee-profile-picture,
.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder > img,
.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder-no-image img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: initial;
  display: inline-block;
}

.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder img.employee-profile-picture,
.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder img.employee-profile-picture-modal {
  box-shadow: 0 0 4px #848484;
}

.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder img.employee-profile-picture-modal {
  width: auto !important;
  height: auto !important;
}

.employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder-no-image .employee-no-image {
  width: 134px !important;
  height: 200px;
}

.default-pbentry {
  width: calc(100% - 234px);
  display: inline-block;
  min-height: 200px;
  vertical-align: text-top;
}

.selected-department {
  border-bottom: 2px solid #ddd;
  padding: 0 16px 10px 16px;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: inherit;
}

.superior-department,
.subordinate-department {
  padding: 0 40px 0;
}

.superior-department a,
.subordinate-department a {
  color: black;
  cursor: pointer;
  margin: 4px 0;
  font-size: 14px;
  display: inline-block;
}

.superior-department h3,
.subordinate-department h3 {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: inherit;
}

#employeeErrorMessageLabel > h4 {
  display: inline-block;
}

#retryDownloadButton {
  margin-left: 30px;
}

.employee-detail-container .unideb-search-loading-holder {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  height: 44px;
}

.employee-info, .employee_info {
  padding: 12px 20px;
  border-top: 2px solid #eae9e9;
  text-align: justify;
}

.employee-list-item .list-item-website {
  padding: 0 10px 1px;
  color: #000000;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  display: inline-block;
  margin-right: 15px;
  width: 125px;
  text-align: center;
}

.employee-list-item-row td:first-child {
  position: relative;
}

.employee-list-item-row td:first-child:before {
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  margin-left: -40px;
  top: calc(50% - 14px);
}

.employee-list-item-row.departmentName td:first-child:before {
  background-image: url(../img/25px_szervezet.png);
}

.employee-list-item-row.departmentPositions td:first-child:before {
  background-image: url(../img/25px_department_and_position.png);
}

.employee-list-item-row.formattedEmail td:first-child:before {
  background-image: url(../img/25px_email.png);
}

.employee-list-item-row.centralPhoneWithExtension td:first-child:before {
  background-image: url(../img/25px_telefonkozp.png);
}

.employee-list-item-row.privatePhoneWithExtension td:first-child:before {
  background-image: url(../img/25px_telefonmagan.png);
}

.employee-list-item-row.address td:first-child:before {
  background-image: url(../img/25px_munkahely.png);
}

.employee-list-item-row.building td:first-child:before,
.employee-list-item-row.addressInBuilding td:first-child:before {
  background-image: url(../img/25px_epulet.png);
}

.employee-list-item-row.faxWithExtension td:first-child:before {
  background-image: url(../img/25px_fax.png);
}

.employee-list-item-row.website td:first-child:before {
  background-image: url(../img/25px_website.png);
}

.employee-list-item .employee-img-and-data-holder .employee-list-empty-row {
  display: none;
}

.employee-list-item .employee-img-and-data-holder .employee-list-empty-row-website {
  display: none;
}

.employee-list-item .employee-list-empty-row {
  display: none;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .employee-list-item {
    margin: 18px 0;
  }
}

@media (max-width: 991px) {
  .employee-list-item {
    margin: 18px 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
}

@media (max-width: 768px) {

  .employee-list-item .employee-img-and-data-holder .employee-data-holder {
    width: 100%;
  }

  .employee-list-item-row.website td a {
    margin-bottom: 8px;
  }

  .employee-list-item .employee-img-and-data-holder .employee-data-holder .field > div:last-child {
    padding-right: 16px;
  }

  .employee-list-item .employee-img-and-data-holder table {
    width: calc(100% - 34px);
    margin-left: 34px;
    display: table;
  }

  .employee-list-item .employee-img-and-data-holder .employee-list-item-row td:first-child {
    display: none;
  }

  .employee-list-item .employee-img-and-data-holder .employee-data-holder .field > div:first-child {
    padding-left: 16px;
  }

  .employee-list-item .employee-img-and-data-holder .employee-list-item-row.website td {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    width: 100%;
  }

  .employee-list-item-row td:last-child {
    position: relative;
  }

  .employee-list-item-row td:last-child:before {
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    margin-left: -30px;
    top: calc(50% - 13px);
  }

  .employee-list-item-row.departmentName td:last-child:before {
    background-image: url(../img/25px_szervezet.png);
  }

  .employee-list-item-row.formattedEmail td:last-child:before {
    background-image: url(../img/25px_email.png);
  }

  .employee-list-item-row.centralPhoneWithExtension td:last-child:before {
    background-image: url(../img/25px_telefonkozp.png);
  }

  .employee-list-item-row.privatePhoneWithExtension td:last-child:before {
    background-image: url(../img/25px_telefonmagan.png);
  }

  .employee-list-item-row.address td:last-child:before {
    background-image: url(../img/25px_munkahely.png);
  }

  .employee-list-item-row.building td:last-child:before,
  .employee-list-item-row.addressInBuilding td:last-child:before {
    background-image: url(../img/25px_epulet.png);
  }

  .employee-list-item-row.faxWithExtension td:last-child:before {
    background-image: url(../img/25px_fax.png);
  }

  .employee-list-item-row.website td:last-child:before {
    background-image: url(../img/25px_website.png);
  }

  .employee-list-item .employee-job-position {
    margin-left: 0;
  }

  #rootDepartmentListItem > ul {
    padding-left: 0;
  }

  #rootDepartmentListItem > ul ul {
    padding-left: 24px;
  }

  #departmentName {
    padding: 0 0 10px 0;
  }

  .superior-department,
  .subordinate-department {
    padding: 0 16px 0;
  }

  .employee-info, .employee_info {
    padding: 12px 8px;
  }

  .employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder-no-image {
    display: none;
  }

  .employee-list-item .employee-img-and-data-holder .employee-profile-picture-holder {
    width: 100%;
  }
}
