/*
@package Inwave Inhost
@version 1.0.0
@created Apr 13, 2015
@author Inwavethemes
@email inwavethemes@gmail.com
@website http://inwavethemes.com
@support Ticket https://inwave.ticksy.com/
@copyright Copyright (c) 2015 Inwavethemes. All rights reserved.
@license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

*/
/* 
    Created on : Apr 13, 2015, 11:27:25 AM
    Author     : Inwavethemes
*/

.inwave-domain-check{
    position:relative;
    font-weight: bold;
    margin-bottom: 30px !important;
}
.inwave-domain-check.style2{
    font-weight: normal;
}
.home-domain-check .input-search-box{
    width:570px;
    margin:25px auto 0 ;
    margin-bottom: 0px !important;
}
@media (max-width: 768px) {
    .home-domain-check .input-search-box{
        position:relative;
        top:0px;
        margin:10px 0;
        width: 100%;
    }
    .inwave-domain-check .button-link i.fa,.inwave-domain-check .button-link a:link, .inwave-domain-check .button-link a:active, .inwave-domain-check .button-link a:visited{
        color:#838383!important;
    }
}

.inwave-domain-check .left-col{
    width: 78%;
    float: left;
    border-radius:2px;
    padding: 8px;
}
.inwave-domain-check .left-col input{
    background: #fff;
    height:45px;
    line-height: 45px;
    text-indent: 10px;
}
.inwave-domain-check .left-col input, .inwave-domain-check .right-col .ibutton{
    font-size:18px;
    width: 100%;
    border-radius:2px;
    border:none;
    margin-bottom:5px;
    display: block;
}
.inwave-domain-check .right-col .ibutton{
    height:53px;
    line-height: 53px;
    margin-left:0;
    box-shadow:none;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.inwave-domain-check .ibutton:before{
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    left: 0;
    top: -100%;
    font-family: fontawesome;
    content:'\f002';
}
.inwave-domain-check .ibutton:hover::before {
    top: 0;
}
.inwave-domain-check .ibutton span {
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}
.inwave-domain-check .ibutton:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.inwave-domain-check .right-col{
    width: 22%;
    float: left;
    font-size: 13px;
    padding: 0 0 0 8px;
}
@media (max-width: 480px) {
    .inwave-domain-check .left-col,.inwave-domain-check .right-col{
        width: 100%;
    }
    .inwave-domain-check .right-col{
        margin-top:10px;
        padding:0;
    }
}
.inwave-domain-check .button-link a:link, .inwave-domain-check .button-link a:active, .inwave-domain-check .button-link a:visited{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.inwave-domain-check.no-top .button-link a:link, .inwave-domain-check.no-top .button-link a:active, .inwave-domain-check.no-top .button-link a:visited,.inwave-domain-check.no-top .button-link{
    color:#fff;
}

.inwave-domain-check .list-domain-check .right-col, .inwave-domain-check .list-domain-check .left-col{
    padding-top: 0;
    height: 38px;
}

.inwave-domain-check .domain-list {
    margin: 0;
    color: #fff;
    padding:0;
}
.inwave-domain-check .inwave-checkbox{
    position: relative;
    width: 18px;
    display: inline-block;
    margin-right:3px;
}
.inwave-checkbox i{
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    display: inline-block;
    bottom:0;left: 0;
    margin-bottom:-6px;
}
.inwave-checkbox .fa-square-o:before{
    content: '';
}
.inwave-checkbox .fa-square-o{
    border: 2px solid #fff;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    margin-bottom:-5px;
}
.inwave-domain-check .domain-list li {
    display: inline-block;
    list-style: outside none none;
    padding: 6px 8px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.inwave-domain-check .domain-list li input{
    display: none;
}
.inwave-domain-check .output-search-box{
    position: relative;
}
.list-domain-checked{
    text-align: center;
}

.list-domain-checked .domain-item{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}

.list-domain-checked .domain-item .tooltip:before{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4F4F4F;
    bottom: -5px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 5px;
}

.list-domain-checked .domain-item .tooltip{
    background: #4F4F4F;
    border-radius: 2px;
    font-size: 14px;
    left: 50%;
    padding: 0 5px;
    position: absolute;
    top: -26px;
    transform: translateX(-50%);
    display: none;
    color: #fff;
    text-transform: uppercase;
}

.list-domain-checked a.ttip{
    margin-top:1px;
    margin-left:1px;
    width:69px;
    height:69px;
    position:relative;
    display:inline-block;
    border-radius:50%;
    text-align:center;
    border-width:5px!important;
    border-style: solid!important;

}
.list-domain-checked a.more{
    margin-top:1px;
    margin-left:1px;
    font-size:33px;
    line-height: 69px;
    display:inline-block;
    position:relative;
    width:69px;
    height:69px;
    top:-23px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    background:#d4d4d4;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.list-domain-checked a span{
    position:absolute;
    width:100%;
    left:0;
}
.list-domain-checked a span.item-text{
    font-size: 15px;
    top: 28px;
}
.list-domain-check .output-error-msg {
    display: none;
    color: #fff;
    line-height: 31px;
    font-size: 14px;
}

.list-domain-checked .checking{
    border-radius: 50%;
    height: 71px;
    left: 0;
    position: absolute;
    top: 0;
    width: 71px;
    background:url("../images/round-spin.png") scroll no-repeat center center transparent;
}


.list-domain-checked a.unavailable{
    border-color: #888 !important;
    color: #888 !important;
}
.list-domain-checked a.loading{
    background:url("../images/loading.gif") scroll no-repeat center center transparent;
}


.whois-box{
    height: 400px;
    background: #fff;
    text-align: left;
    border-radius: 2px;
}
.whois-box .whois-title{
    position:relative;
}
.whois-box .whois-title h3{
    text-transform: uppercase;
    height: 45px;
    padding: 0 20px;
    border-bottom: solid 1px #ebebeb;
    line-height: 45px;
    position: relative;
    font-size:18px;
    color:#9a9a9a;
    margin:0;
}

.whois-title .whois-box-close{
    height: 100%;
    padding: 0 25px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #838383;
}
.whois-title .whois-box-close:hover{
    color: red;
}

.whois-title .whois-box-close span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whois-box .whois-content {
    height: 100%;
    overflow: auto;
    position: relative;
    width: 100%;
    background: #fff;
    color:#848484;
}
.whois-box .whois-content-inner{
    padding: 0 20px 40px 20px;
}
.available.inwave-checkbox{
    background: #318215;
}
.domain-item .item-icon i{
    font-size: 18px;
    margin-top: 10px;
}

.inwave-domain-check.style2,
.inwave-domain-check.style3{
    background: none !important;
    font-weight:normal;
}
.inwave-domain-check.style2 .output-error-msg,
.inwave-domain-check.style3 .output-error-msg{
    color:inherit;
}
.inwave-domain-check.style2 .list-domain-check,
.inwave-domain-check.style3 .list-domain-check{
    margin-top: 20px;
    margin-bottom: 10px;
}
.inwave-domain-check.style2 .domain-list,
.inwave-domain-check.style3 .domain-list{
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 100;
    width: 125px;
    display: none;
    max-height:350px;
    overflow-y:auto;
}

.inwave-domain-check.style2 .domain-list li,
.inwave-domain-check.style3 .domain-list li{
    display: block;
    background: #EEEEEE;
    color: #848484;
    cursor: pointer;
}
.inwave-domain-check.style2 .domain-list li:last-child,
.inwave-domain-check.style3 .domain-list li:last-child{
    border-bottom: none;
}
.inwave-domain-check.style2 .domain-list li:hover,
.inwave-domain-check.style3 .domain-list li:hover{
    background: #fff;
}
.inwave-domain-check.style2 .domain-list li.active,
.inwave-domain-check.style3 .domain-list li.active{
}

.inwave-domain-check.style2 .inwave-checkbox i,
.inwave-domain-check.style3 .inwave-checkbox i{
    font-size: 15px;
    top: -15px;
    left: 3px;
}
.inwave-domain-check.style2 .domain-select-list,
.inwave-domain-check.style3 .domain-select-list{
    display: inline-block;
}

.domain-select-list span.select-domain,
.inwave-domain-check.style3 .select2-container .select2-choice{
    background:#efefef;
    font-weight:normal;
    font-size:18px;
    border:1px solid #e7e7e7;
    display:block;
    height:43px;
    line-height:41px;
    padding-left:10px;
    cursor: pointer;
    border-radius:0;
}
.inwave-domain-check.style3 .select2-container .select2-choice{
    margin-top:-6px;
    color:#49a32b;
}
.inwave-domain-check.style3 .select2-container .select2-choice .select2-arrow{
    border-radius:0;
    border:none;
    background:none;
}
.inwave-domain-check.style3 .select2-container .select2-choice .select2-arrow b{
    background:none;
}
.inwave-domain-check.style3 .select2-container .select2-choice > .select2-chosen:before {
    content:"\f00c";
    font-family: fontawesome;
    padding-right: 5px;
}
.inwave-domain-check.style2 ul.domain-list li,
.inwave-domain-check.style3 ul.domain-list li{
    height:35px;
    line-height:35px;
    font-size:18px;
    color:#838383;
    font-weight:normal;
    background:#efefef;
    padding:0 0 0 12px;
}
.inwave-domain-check.style2 ul.domain-list li + li,
.inwave-domain-check.style3 ul.domain-list li + li{
    border-top:1px solid #fff;
}
.inwave-domain-check.style2 ul.domain-list li:hover,
.inwave-domain-check.style3 ul.domain-list li:hover{
    background:#fff;
}
.inwave-domain-check.style2 ul.domain-list li span.inwave-checkbox,
.inwave-domain-check.style3 ul.domain-list li span.inwave-checkbox{
    opacity:0;
}
.inwave-domain-check.style2 ul.domain-list li:hover span.inwave-checkbox,
.inwave-domain-check.style3 ul.domain-list li:hover span.inwave-checkbox{
    opacity:1;
}
.inwave-domain-check.style2 .domain-select-list{
    width:125px;
    margin-left: -5px;
    margin-right: -3px;
    position: relative;
}
.inwave-domain-check.style3 .domain-select-list{
    width:125px;
    margin-left: -3px;
    margin-top: -3px;
    margin-right: -3px;
    position: relative;
}
.inwave-domain-check.style2 input[type=text],
.inwave-domain-check.style3 input[type=text][name=input_domain]{
    height:43px;
    line-height:41px;
    font-size:18px;
    font-weight:normal;
    color:#a8a8a8;
    border:1px solid #e7e7e7;
    background:#fff;
    padding:0 7px;
    width: 50%;
    min-width: 450px;
}
.inwave-domain-check.style2 .ibutton,
.inwave-domain-check.style3 .ibutton{
    height:43px;
    line-height:43px;
    color:#fff;
    border:none;
    font-size:18px;
    font-weight:normal;
    text-align: center;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}
.inwave-domain-check.style2 .inherit-color,
.inwave-domain-check.style3 .inherit-color{
    color: inherit;
}
.inwave-domain-check.style2 .heading-block,
.inwave-domain-check.style3 .heading-block{
    text-align: right;
}
.inwave-domain-check.style2 .heading-block h3,
.inwave-domain-check.style3 .heading-block h3{
    margin-bottom: 0;
}

.inwave-domain-check.style2,
.inwave-domain-check.style3{
    margin-top: 30px;
}
.inwave-domain-check.style2 .domain-link,
.inwave-domain-check.style3 .domain-link{
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .inwave-domain-check.style2 .heading-block, 
    .inwave-domain-check.style3 .heading-block{
        text-align: left;
    }
}

.spinner {
    width: 50px;
    height: 40px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.ajax-spinner {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}