/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wdac .title-wrapper {
  text-align: center;
}

.wdac .title {
  font-weight: 700;
  font-size: 30px !important;
  color: #003894 !important;
}

.wdac .domain-wrapper,
.wdac .tld-wrapper,
.wdac .check-btn-wrapper {
  position:relative;
  float: left;
}

.wdac .domain-wrapper-overlay
{
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  display: inline-block;
  background-color: transparent;
  z-index:0;
}

.wdac .domain-input,
.wdac .tld-input,
.wdac .check-btn-input {
  font-family: "Open Sans", Sans-serif;
  width: 100%;
  display: table-cell;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
  margin: 0;
  height: 4em;
  padding: 10px;
  font-weight: 400;
  border: 1px solid #DAE4ED;
  background: #fff;
}

.wdac .domain-input,
.wdac .tld-input {
  background-color: #FFF;
  padding: 0 15px;
}

.wdac .domain-input {
  border-right: 1px solid #FFF;
}

.wdac .tld-input {
  font-weight: bold;
}

.wdac input:focus, .wdac select:focus { outline: none; border: 1px solid #89C731; }

.wdac input[type='button']:focus { border: none; }

.wdac input:focus::-webkit-input-placeholder { color:transparent; }
.wdac input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.wdac input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.wdac input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.wdac .result-button,
.wdac .check-btn-input {
  font-weight: 600;
  border: none;
  background: #89C731;
}

.wdac .result-button:hover,
.wdac .check-btn-input:hover,
.wdac .result-button:focus,
.wdac .check-btn-input:focus {
  background: #89C731;
}

@media (min-width: 1025px) {
  .wdac .domain-wrapper { width: 60%; }
  .wdac .tld-wrapper { width: 15%; }
  .wdac .check-btn-wrapper { width: 25%; }
  /*.wdac .domain-input, .wdac .domain-input:focus { border-right: none; }*/
  /*.wdac .domain-input:focus, .wdac .tld-input:focus { border-bottom: 1px solid #89C731; }*/

  .small .domain-wrapper { width: 75%; }
  .small .tld-wrapper { width: 25%; }
  .small .check-btn-wrapper { width: 100%; }
  /*.small .domain-input, .small .domain-input:focus { border-right: none; border-bottom: none; }*/
  /*.small .tld-input, .small .tld-input:focus { border-bottom: none; }*/

  .compact .domain-wrapper { width: 100%; }
  .compact .tld-wrapper, .compact .check-btn-wrapper { width: 50%; }
  /*.compact .domain-input, .compact .domain-input:focus { border-bottom: none; border-right: 1px solid #ccc; }*/
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wdac .domain-wrapper { width: 75%; }
  .wdac .tld-wrapper { width: 25%; }
  .wdac .check-btn-wrapper { width: 100%; }

  /*.wdac .domain-input, .wdac .domain-input:focus { border-right: none; border-bottom: none; }*/
  /*.wdac .tld-input, .wdac .tld-input:focus { border-bottom: none; }*/

  .small .domain-wrapper { width: 75%; }
  .small .tld-wrapper { width: 25%; }
  .small .check-btn-wrapper { width: 100%; }
  /*.small .domain-input, .small .domain-input:focus { border-right: none; border-bottom: none; }*/
  /*.small .tld-input, .small .tld-input:focus { border-bottom: none; }*/

  .compact .domain-wrapper { width: 100%; }
  .compact .tld-wrapper, .compact .check-btn-wrapper { width: 50%; }
  /*.compact .domain-input, .compact .domain-input:focus { border-bottom: none; }*/
}
@media (max-width: 767px) {
  .wdac .domain-wrapper { width: 100%; }
  .wdac .tld-wrapper,
  .wdac .check-btn-wrapper { width: 50%; }

  .wdac .domain-input { border-bottom: none; }
}

.wdac .result-btn {
  width: auto;
}

.wdac .loader {
  background: url('../images/loading_ajax.gif');
  background-color: #fff;
  background-position: 95% center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.wdac .cancel_img {
  position: absolute;
  width: 25px;
  top: 24px;
  right: 15px;
  cursor: pointer;
}

.wdac .result-wrapper {
  padding: 20px 0;
  text-align: center;
}

.wdac .result-msg {
  margin-top: 75px;
  font-size: 21px;
  font-weight: 600;
}

.wdac .failure {
  color: #CE1124;
}

.wdac .success {
  color: #89C731;
}