#featpress_filter.full-width input[type=search]{
    width: 94%;
    z-index: 1;
    position: relative;
}
.button__reset{
    display: inline-block;
    float: right;
    z-index: 2;
    position: relative;
}

.dataTable_footer-nav .paginate_button{
    margin-right: 11px;
    transition: 0.3s all;
}
.dataTable_footer-nav .paginate_button:not(.current):hover{
    background: #fff;
}

.table__listing-item-header{
    text-align:center;
    text-transform: none!important;
}
.avail{
    font-size:2.1em;
    font-weight:bold;
}
.avail.check{
    color:#A7D83E;
}
.avail-title{
    color: #555;
    font-weight: normal;
    letter-spacing: 0em;
    font-size: 1.4em;
}
.avail.cross{
    font-size:1.3em;
    color:#545454;
    padding-top: 0.2em;
}
.table__listing-item-body{
    padding-top: 5px;
    padding-bottom: 5px;
}
.table__listing-item-body.domain-cell{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 2em;
    word-break: break-all;
}
.cnox-search .table__listing-item{
    border-bottom: 1px solid #d5d8d9;
}
.cnox-search .row{
    width:60%;
    max-width:800px;
}
.cnox-search .cnox-footer{
    text-align: center;
    margin-top: 2.9em;
}
.avail-container{
    width:9.9%;
    text-align:center;
    min-width: 77px;
}
#cnox-search__button-download{
    padding:10px 20px;
    display:inline;
}
.results-container{
    overflow-y: auto;
    max-height: 40em;
    margin-bottom: 1em;
}
.results-container .table__listing {
    margin-top: 0;
}
.results{
    position:relative;
}
.results #dimmable{
    transition:all 0.3s;
}
.results.loading #dimmable{
    opacity:0.2;
}
.results .loading-icon{
    display:none;
    background: url("../gif/loading.gif") no-repeat center center;
}
.results.loading .loading-icon{
    display: block;
    position: absolute;
    height: 3em;
    top: 50%;
    width: 3em;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.results.loading-count .dataTable_footer-nav{
    text-align:center;
}
.results.loading-count .dataTable_footer-nav .loading-icon{
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    background-size: cover;
}

.total-domains{
    float: left;
    margin-top: 2px;
}

.not-ready{
    display:none;
}
#cnox-search{
    border:none;
}
#cnox-search .paginate_button{
    width:auto!important;
    min-width:22px;
}
.paginate_button.first{
    position: relative;
    margin-right: 1.8em;
}
.paginate_button.first:before{
    content: "...";
    display: block;
    position: absolute;
    right: -1.4em;
}
.paginate_button.last{
    position: relative;
    margin-left: 1.8em;
}
.paginate_button.last:before{
    content: "...";
    display: block;
    position: absolute;
    left: -1.4em;
}
.table__listing-domain{
    width:59.7%;
    text-align:left;
}
.table__listing-com-avail{
    width: 77px;
    min-width: 77px;
}
.table__listing-net-avail{
    width: 69px;
    min-width: 77px;
}
.table__listing-org-avail{
    width: 80px;
    min-width: 77px;
}
.table__listing-xyz-avail{
    min-width: 77px;
}

#cnox-search .results .table__listing-item-header #tld-logo {
    width:38px;
    max-width:none;
    margin-top: 0.6em;
}
#cnox-search .row .results .guide{
    text-align: right;
    font-weight: bold;
    margin-top: -0.6em;
    margin-bottom: 0.6em;
}
#cnox-search .avail-container .avail{
    position:relative;
}
#cnox-search .avail-container .avail.cross img{
    position: absolute;
    left: 50%;
    margin-left: -9%;
    margin-top: -2%;
}

#cnox-search .avail-container .avail .cno-year{
    font-size: 0.55em;
    position: absolute;
    color: #969191;
    top: 13px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    left: 0;
}

#cnox-search #advanced-search{
    display:none;
}
#cnox-search #advanced-search.display{
    display:block;
}
#cnox-search #search-field{
    display:inline-block;
    float:left;
    width: 68%;
}
#cnox-search #max-char-field {
    float:right;
    display:inline-block;
    width:26%;
}
#cnox-search #max-char-field{
    position: relative;
}
#cnox-search #max-char-field #max-chars{
    display: block;
    width: 100%;
    background: #fff;
    border: #ccc;
    font-size: 1.1em;
    padding: 0.58em 0.5em;
    margin-top: 0.05em;
    -webkit-appearance:none;
    background-image: url('../ui-sprite.html');
    background-image: -webkit-linear-gradient( transparent, transparent), url('../ui-sprite-2.html');
    background-image: linear-gradient( transparent, transparent), url('../ui-sprite-2.html');
    background-position: right -29px bottom 9px;
    background-repeat: no-repeat;
}
#cnox-search #max-char-field .max-chars-label{
    display: inline-block;
    position: absolute;
    left: 0;
    top: -1.6em;
}
.clr{
    clear:both;
    float:none;
    width:100%;
}

.text-content{
    display:inline-block;
    float:left;
    width:45%;
}
.text-cloud{
    display: inline-block;
    float: right;
    margin-top: 0.7em;
    width: 50%;
    font-size: 2.1em;
}
.cnox-word-cloud .word{
    cursor:pointer;
}
.cnox-word-cloud,
.cnox-word-cloud * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cnox-container .cnox-word-cloud {
    font-family: Bariol, Muli, sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
    line-height: 40px; /* Use to adjust vertical space/height */
    margin: 0;
}

.cnox-word-cloud li {
    list-style: none;
    margin: 0;
    padding: 0 5px 5px 0;
    display: inline;
    vertical-align: baseline;
}

.cnox-word-cloud .small {
    color: #A08EA5;
    font-size: 0.6em;
}

.cnox-word-cloud .medium {
    color: #7F488C;
    font-size: 0.8em;
}

.cnox-word-cloud .large {
    color: #4A1955;
    font-size: 1.1em;
}

#cnox-search .dataTables_paginate{
    margin-left:0;
}

.paginate_button{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#cnox-container .borderArrow{
    text-align: center;
    font-size: 1.8em;
    color: #4a1955;
}
#cnox-container .borderArrow .borderLine {
    margin-top: 0.9em;
}

@media all and (max-width: 1050px) {
    #cnox-search .row{
        width:90%;
        margin: 0 auto;
    }
}
@media all and (max-width: 700px) {
    #cnox-search .dataTable_footer-nav .total-domains{
        display: block;
        clear: both;
        float: none;
        margin: 0 auto 0.8em;
        text-align: center;
    }
    #cnox-search .dataTable_footer-nave .dataTables_paginate,
    #cnox-search .dataTable_footer-nav .dataTables_length{
        display: block;
        clear: both;
        text-align: center;
        margin: 1em auto;
    }
}
@media all and (max-width: 599px) {
    .results-container{
        max-height:none;
    }
    #cnox-search .results > table{
        display:none;
    }

    #cnox-search .results .results-container table .domain-cell{
        font-size: 1.5em;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #cnox-search .results .results-container table .table__listing-item{
        padding: 20px 10px;
    }

    #cnox-search .results .results-container table .avail-container{
        width:100%;
    }
    #cnox-search .results .results-container table .avail-container .avail {
        position:relative;
        padding-left: 20%;
        width: 80%;
    }
    #cnox-search .results .results-container table .domain-cell{
        padding-left: 20%;
        width: 80%;
        position:relative;
    }
    #cnox-search .results .results-container table .domain-cell:before{
        content: "Domain:";
        position: absolute;
        left: 0;
        font-size: 0.7em;
    }

    #cnox-search .results .results-container table .avail-container .avail img{
        max-width: 20px;
        width: 5%;
        position: relative;
        left: auto;
        margin-left: 0;
        margin-top: 0;
    }
    #cnox-search .results .results-container table .avail-container .avail .cno-year{
        font-size: 1em;
        position: relative;
        color: #969191;
        top: auto;
        width: auto;
        text-align: left;
        left: auto;
        vertical-align: text-top;
    }

    #cnox-search .results .results-container table .avail-container .avail:before{
        content: attr(data-label);
        position: absolute;
        top:0;
        left:0;
        color: #545454;
        font-size: 1.3em;
        font-weight: normal;
    }
    #cnox-search .results .results-container table .avail-container.avail-container-xyz .avail:before{
        content: " ";
        width: 46px;
        height: 27px;
        background:url("../svg/tld-table-search-2-05.svg") center center no-repeat;
        background-size: cover;
    }

    #cnox-container .sections .text-content,
    #cnox-container .sections .text-cloud{
        float: none;
        width: 100%;
        clear: both;
    }

    #cnox-search #search-field{
        float:none;
        width:100%;
    }
    #featpress_filter.full-width input[type=search]{
        width: calc(100% - 50px);
    }

    #cnox-search #max-char-field{
        position: relative;
        float: none;
        display: block;
        width: 100%;
        margin: 1em 0 0;
    }
    #cnox-search #max-char-field .max-chars-label{
        position:relative;
        top:0;
    }
}
@media all and (max-width: 499px) {
    #cnox-search .row .dataTables_wrapper{
        padding: 5px;
    }
}