#edit-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::placeholder {
  color: #c5c5c5;
}

#edit-search:focus-visible {
  outline: 0
}

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

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

#edit-search-container .form-actions .submit-container {
  height: 100%;
}

#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;
  min-width: inherit;
}

.ajax-progress-fullscreen {
  background-color: rgba(0, 0, 0, 0.4);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-image: url(../img/loading_icon.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.unideb-phonebook p {
  font-size: inherit;
  text-align: left !important;
}

.unideb-phonebook nav.pager {
  margin-top: 0;
}

.unideb-phonebook nav.pager .pager__items {
  padding: 25px 0;
  list-style: none;
}

.unideb-phonebook nav.pager .pager__items > li {
  margin-left: 0;
  margin-right: 0;
  min-height: inherit;
  min-width: inherit;
}

.unideb-phonebook nav.pager .pager__items > li > a {
  font-size: 12px;
  padding: 3px 10px;
}

.unideb-phonebook-footer {
  text-align: center;
  margin: 30px;
  width: 100%;
}

.unideb-phonebook-footer a {
  color: #004735;
  font-weight: 900;
  font-family: 'Oxygen', serif;
}

@-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);
  }
}
