/**
 * 
 */
body {
    background-color: #fff;
    font-size: 14px;
    color: #444;
}
.nl,
.newline,
.block {
    display: block;
}
.domain-checker-wrapper {
    width: 940px;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
}
.domain-checker-section {
  width:640px;
  margin: 0 auto;
  max-width: 100%;
  padding:10px;
  border:1px solid #ddd;
  margin-bottom: 1em;
  background: #f1f1f1;
}
.domain-radio-selector {
  display: block;
  font-size:12px;
  padding: 5px;
}
.domain-radio-selector label {
  display: inline-block;
  cursor: pointer;
  margin-left: 0px;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.domain-radio-selector label:nth-child(2n+2) {
  margin-left: -4px;
}
/* BUTTON */
.btn,button {
  color: #f4fefe;
  background-color: #478eef;
}
.btn:focus,button:focus {
  outline: thin dotted;
  outline: 0;
}
.btn:hover,button:hover,
.btn:focus,button:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,button:active{
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
}
.btn[disabled],button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.input-group {
    display: table;
    position: relative;
    border-collapse: separate;
}
.noticeResult.result {
  position: relative;
  padding:10px;
  border: 1px solid #ededed;
  margin-bottom:1em;
  max-height: 450px;
  overflow: auto;
  border-radius: 4px;
  background: #f9f9f9;
}

/* .input-group::after {
    content: '';
    display: table;
    clear: both;
} */
.input-group .input-group-btn {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    border-collapse: separate;
    vertical-align: middle;
}
.input-group .input-group-btn:first-child > .btn {
    margin-right: -1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.input-group input + .input-group-btn > .btn {
    margin-left: -1px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.input-group input[type=text],
.input-group input[type=password],
.input-group input[type=email],
.input-group input[type=url] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    vertical-align: middle;
    display: table-cell;
}
.input-group > input[type=text]:first-child,
.input-group > input[type=password]:first-child ,
.input-group > input[type=email]:first-child ,
.input-group > input[type=url]:first-child  {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#header {
  display: block;
  padding:10px;
  color: #f4fefe;
  background-color: #478eef;
  margin-bottom: 1em;
}
#header p {
  margin: .2em 0;
  display: inline-block;
  padding: 10px;
  background: #3e7fd7;
  font-size: 15px;
}
.alert.noscript {
  padding:10px;
  background: #e28b8b;
  margin-top:-1em;
  color: #fff;
  text-align: center;
}
/* LOADING
 ----------------------------- */
.loading {
  border-left:   12px solid rgba(0,0,0,.20);
  border-right:  12px solid rgba(0,0,0,.20);
  border-bottom: 12px solid rgba(0,0,0,.20);
  border-top-color: #2180C0;
  border-top: 12px solid rgba(33,128,192,1);
  -webkit-border-radius:100%;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-animation: rotation .7s infinite linear;
     -moz-animation: rotation .7s infinite linear;
       -o-animation: rotation .7s infinite linear;
          animation: rotation .7s infinite linear;
  font-size: 0;
  color:transparent;
}
.loading.small {
  border-width:8px;
  height:25px;
  width:25px;
  line-height:25px;
}
.loading.block-center {
  margin-left:auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
/* LOADING ANIMATION
 ----------------------------- */
@keyframes rotation {
  from {
    transform: rotate(0deg);
    }
  to {
      transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
    }
  to {
      -webkit-transform: rotate(359deg);
              transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
  from {
      -moz-transform: rotate(0deg);
    }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
      -o-transform: rotate(0deg);
    }
  to {
    -o-transform: rotate(359deg);
  }
}

.domain-registered,
.domain-available,
.error-notice {
  text-align: center;
  padding:10px;
}
.error-notice {
    background: #e28b8b;
    color: #fff;
}
.build {
    text-align: center;
    font-weight: bold;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
}
.faq {
  padding: 10px;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
#content {
    margin-bottom: 60px;
}
.faq .close {
  position: absolute;
  top: 5px;
  right:10px;
  width:20px;
  height: 20px;
  cursor: pointer;
  font-size:18px;
  vertical-align: middle;
  text-align: center;
  border:1px solid #ededed;
  line-height: 20px;
}
.faq .close:hover,
.faq .close:focus {
  color: #444;
  border-color: #999;
}
@media (max-height: 500px) {
    #footer {
        position: relative;
    }
    #content {
        margin-bottom: 20px;
    }
}
.whois-detail,
.result .newline {
  font-size: 13px;
}
#whois-result-is-cache {
  padding: 10px;
  margin: .2em 0 1em;
  background: #81cbde;
  color: #fff;
  font-size: 13px;
}
#whois-result-is-cache a {
  color: #fff;
  font-weight: bold;
}
.name-whois {
  font-weight: bold;
  width: 200px;
  display: inline-block;
  max-width: 100%;
}

@media(max-width:420px) {
  .whois-result-value {
    display: block;
  }
  .name-whois {
    width: 100%;
  }
  .sep-whois {
    display: none;
  }
}
a.search_on {
  display: inline-block;
  width:17px;
  height:17px;
  vertical-align:middle;
  line-height: 17px;
  text-align: center;
  text-decoration: none !important;
  background: #333;
  color: #fff;
  border-radius:50%;
  font-size:12px;
  font-weight: bold;
  position: relative;
  top:-1px;
}
a.search_on:hover,
a.search_on:focus {
  background: #4d70bf;
}
.domain-recommendation {
  text-align: left;
  background-color: #a5e0c1;
  padding: 10px;
  border-radius: 3px;
  border:1px solid #a3d7bc;
  font-size:12px;
  color: #4b7f64;
  position: relative;
}
.domain-recommendation.domain-main-list {
  border-width:3px;
  font-size:14px;
  color: #fff;
  text-shadow: 1px 1px 1.5px rgba(75, 127, 100, .5);
}
.domain-recommendation.registered {
  background-color: #de9697;
  border-color: #d08182;
  text-shadow: 1px 1px 2px rgba(208, 129, 130,.4);
}
.domain-recommendation:after {
  content: '';
  display: table;
  clear: both;
}
.domain-recommendation .btn-order {
  font-size: 11px;
  float: right;
  position: relative;
  padding: 5px 6px;
  line-height: 10px;
  margin-top: -5px;
  top: 2.5px;
}