/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v1.1.3 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
.a{
    font-weight: 700;
    background-color: green;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}
#domain-form
{
    position: relative;
}
#domain-form #Search {
    line-height: 33px;
    outline: none;
    padding: 0 5px;
    width: calc(100% - 67px);
}
button.check-submit {
    padding: 0;
    width: 68px;
    font-size: 13px;
    text-transform: none;
    border: none;
    line-height: 35px;
    outline: 0;
    cursor: pointer;
}
.check-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 70px;
}
#domain-form > .ul-group
{
    margin: 10px 0;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
}
#domain-form > .ul-group > li {
    float: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#domain-form > .ul-group > li > a {
    margin-right: 10px;
    opacity: 0.7;
}
#domain-form > .ul-group > li > a.active, #domain-form > .ul-group > li > a:hover {
    opacity: 1;
    border-bottom: 1px solid;
}
.extentions ul
{
    margin: 0 !important;
}
.extentions ul li
{
    margin: 10px 0 0 0;
    margin-right: 10px;
    padding: 0;
    float: left;
    line-height: 12px;
    list-style: none;
}
.extentions ul li * {
    cursor: pointer;
}
.extentions ul li input[type=checkbox] {
    float: left;
    margin: 0 2px 0 0;
}
#results {
    margin-top: 10px;
}
.not-available button:hover {
    background: rgb(202, 60, 60) ;
    color: white;
}

.not-available {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px 14px 8px 14px;
	border-radius: 4px;
}

.available {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px 14px 8px 14px;
    border-radius: 4px;
}

.results {
    width: 100%;
    font-size: 13px;
}
#whois-data-html
{
    max-width: 500px;
    font-size: 13px;
    padding: 15px;
}
.results table td {
    text-align: center;
}
.results table td.domain {
    text-align: left;
}
.results .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.results .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.results .bg-grey-f2 {
    background-color: #f2f2f2;
    padding: 3px;
    font-size: 12px;
}
#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=0.4);
    z-index: 100000;
}
.loading {
    background: url(public/img/loading.gif) no-repeat center;
    background-size: 32px 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 48%;
    left: 48%;
}