/***************************************************************/
/*-------------------WHMPress Styles overrides-----------------*/
/***************************************************************/
.whmpress button,
.whmpress a.whmpress-btn,
.whmpress a.buy-button,
.whmpress a.www-button,
.whmpress a.whois-button,
.whmpress input[type="submit"] {
  background: #86C724;
  color: #ffffff;
}
.whmpress button:hover,
.whmpress a.whmpress-btn:hover,
.whmpress a.buy-button:hover,
.whmpress a.www-button:hover,
.whmpress a.whois-button:hover,
.whmpress input[type="submit"]:hover {
  background: #ffffff;
  color: #86C724;
}
.whmp_domain_search_ajax_results h3 {
  text-align: center;
  line-height: 4;
  margin-bottom: -20px;
}
.whmp_domain_search_ajax_results .whmp_found_title,
.whmp_domain_search_ajax_results .whmp_not_found_title,
.whmp_domain_search_ajax_results .whmp_found_result,
.whmp_domain_search_ajax_results .whmp_not_found_result {
  background: none;
  border: 1px solid #42454A;
  border-radius: 0;
  margin-top: -1px;
  color: #42454A;
  margin-bottom: 0;
  border-collapse: collapse;
}
.whmp_domain_search_ajax_results .whmp_found_title .whmp_search_ajax_buttons a,
.whmp_domain_search_ajax_results .whmp_not_found_title .whmp_search_ajax_buttons a,
.whmp_domain_search_ajax_results .whmp_found_result .whmp_search_ajax_buttons a,
.whmp_domain_search_ajax_results .whmp_not_found_result .whmp_search_ajax_buttons a {
  background: #42454A;
  border: 0;
  border-radius: 4px;
}
.whmp_domain_search_ajax_results .whmp_found_title .whmp_search_ajax_buttons a:hover,
.whmp_domain_search_ajax_results .whmp_not_found_title .whmp_search_ajax_buttons a:hover,
.whmp_domain_search_ajax_results .whmp_found_result .whmp_search_ajax_buttons a:hover,
.whmp_domain_search_ajax_results .whmp_not_found_result .whmp_search_ajax_buttons a:hover {
  background: #FD4326;
}
/*********************************************************
*******************Domain Search Ajax*********************
*********************************************************/
/*Ajax Form*/
.whmpress_domain_search_ajax form input {
  border-right: 2px solid #e6e6e6;
}
.whmpress_domain_search_ajax form button {
  color: #fff;
}
.whmpress_domain_search_ajax form button:hover {
  color: #fff;
}
/*Ajax Search Results*/
.whmp_found_title,
.whmp_not_found_title {
  border: 2px solid #72757a;
  border-top-width: 6px;
  background: #fff;
  color: #42454a;
}
.whmp_found_result,
.whmp_not_found_result {
  margin-bottom: 0;
  border-radius: 0;
  border: 3px solid #72757a;
  background: #fff;
  border-top: 0;
  color: #42454a;
}
.whmp_not_found_result:first-child,
.whmp_found_result:first-child {
  border-top: 3px solid #72757a;
}
.whmp_found_title .whmp_search_ajax_buttons a,
.whmp_found_result .whmp_search_ajax_buttons a,
.whmpress_domain_search_ajax_results .result-div button {
  background: #42454a;
  border-color: #42454a;
  color: #fff;
}
.whmp_found_title .whmp_search_ajax_buttons a:hover,
.whmp_found_result .whmp_search_ajax_buttons a:hover,
.whmpress_domain_search_ajax_results .result-div button:hover {
  background: #fd4326;
  border-color: #fd4326;
  color: #fff;
}
.whmp_not_found_title .whmp_search_ajax_buttons a,
.whmp_not_found_result .whmp_search_ajax_buttons a,
.whmp_not_found_title .whmp_search_ajax_buttons a:hover,
.whmp_not_found_result .whmp_search_ajax_buttons a:hover {
  background: none;
  border: 0;
  color: #fd4326;
  font-weight: 500;
}
