/**
 * @file
 * Visual styles for Newsplus Lite's search elements.
 */

.form-item input.form-search {
  background: #fff;
  color: #898989;
  font-size: 14px;
  width: 100%;
  padding: 0px 5px;
  outline: none;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
}
input.form-search:focus {
  border-color: #c5c5c5;
}
.search-help-link {
  margin-top: 1em;
}

/*Search Block*/

.block-search form,
form#views-exposed-form-search-page-1 {
  position: relative;
}
.block-search .form-actions,
#views-exposed-form-search-page-1 .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.block-search .form-actions:after,
#views-exposed-form-search-page-1 .form-actions:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  line-height: 43px;
  display: block;
  background-color: #4CAF50;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.block-search .form-actions input,
#views-exposed-form-search-page-1 .form-actions input {
  margin: 0;
  min-width: 30px;
  z-index: 1;
  position: relative;
  background-color: transparent;
  height: 30px;
  text-indent: -999999px;
}
.block-search .form-actions input:hover,
#views-exposed-form-search-page-1 .form-actions input:hover {
  background-color: transparent;
}
#views-exposed-form-search-page-1 .form-text {
  width: 100%;
}
#views-exposed-form-search-page-1 .form-item-query,
#views-exposed-form-search-page-1 .form-wrapper {
  margin: 0;
}
#views-exposed-form-search-page-1 .form-item {
  float: none;
}
.search-field-description {
  margin: 5px 0 0 0 !important;
  font-size: 90%;
  line-height: 1.25;
}
.search-highlight {
  background: #66BB6A;
  padding: 0 5px;
}