.logo p {
    margin: 0;
}
.logo {
    padding: 22px 0;
}
.site-nav{
    background-color: #E1E5F2;
}
.site-nav {
    float: right;
    min-width: 340px;
    border-radius: 0 0 5px 5px;
    padding: 0 5px;
}
.site-nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 7px;
    position: relative;

}
.site-nav ul li::after {
    content: "|";
    display: block;
    height: 20px;
    left: -2px;
    position: absolute;
    top: 6px;
    width: 1px;
}
.site-nav ul li a{
    color: black;
}
.site-nav ul li:first-child::after {
    display: none !important;
}
.search {
    margin: auto;
  /*  width: 445px;*/
}
.content {
    background-color: #ddd;
    padding: 80px 0;
    margin-top: 15px;
}
.footer {
    padding: 50px 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 7px;
    z-index: 2;
}
.search button{
    background-color:#F4912D ;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px!important;
}

.search{
    width: 500px;
    text-align: left;
}
.form-inline .form-group {

    width: calc(100% - 95px);
}
.txt-in{
    width:100%!important;
    height: 40px;
}
.txt {
    font-weight: bold;
}

/*for plan page*/

.pfree .sub {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #f4922f;
    float: left;

    min-height: 300px;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    transition: all .1s;
}
 .desc_head {
    border-bottom: 1px solid #ddd;
    color: #3750a3;
    font-size: 14px;
    height: 27px;
    padding-bottom: 5px;
}
.pfree .price {
    font-size: 18px;
    height: 27px;
}
.pfree .name {
    font-size: 24px;
    font-weight: bold;
    height: 36px;
}

.pfree .credits {
    font-size: 20px;
    font-weight: bold;
    height: 36px;
}

.pfree .description {
    color: #7f7f7f;
    min-height: 70px;
    padding-top: 10px;
}

.searchbar_right .form-inline .form-group {
    width: calc(100% - 190px);
}
.searchbar_right {
    color: #999999;
    font-size: 16px;
    line-height: 40px;
    float: right;
}
.searchbar {
    background: rgba(0, 0, 0, 0) url("../images/menu_bg.png") repeat-y scroll center center;
   /* height: 43px;*/
    min-height: 44px;
    width: auto;
    padding: 5px 0;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}


.plan .sub:hover {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #f4922f;
    transform: scale(1.1);
    position: absolute;
    z-index: 9;
    padding: 10px 4px;

}
.plan h1 {
    margin: auto;
    max-width: 870px;
    padding: 20px 0;
}
.for-bg {
    background-color: #ddd;
    padding: 18px;
    max-width: 870px;
    margin: auto;
    border: 1px solid #d9dadb;
}
.footer-logo * {
    display:inline-block;
}
.footer-logo{
    float: right;
}

.blogo {
    height: 71px;
    width: 273px;
    outline: medium none;
}

.qq-upload-button {
    background: #880000 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    color: #fff;
    display: block;
    padding: 7px 0;
    text-align: center;
    width: 208px;
}

.same {
    width: 100%;
    background-color: #f4922f ;
    color: white;
}
/*End Profile page*/
/*report page*/
table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */

.report tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0) url("../images/keywordcol.png") repeat-x scroll 0 0;
    background-size: cover;

}



th {
    background-color: white;
    border: medium none;
    color:  #f4922f;
    text-align: center!important;
    border: none!important;
}
td, th {
    padding: 6px;
    border: 1px solid #dde1ef;
    text-align: left;
}
tr td i {
    padding: 3px 7px 0 5px;
    color: green;
    cursor: pointer;
}

/*table{counter-reset: group}
tbody
{
    counter-increment:group;
    counter-reset:row;
}

tbody tr
{
    counter-increment:row;
}*/
tr.sub {display: none}
tr.sub td i {cursor: default}

.remove{
    color: red;
}

/*end report page*/
/*for login page*/

.loginbox-wrapper {
    background-color: #dbe1df;
    border: 10px solid white;
    min-height: 375px;
    margin: auto;
    max-width: 395px;
    padding: 30px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}


.inputtext_login {
    height: 47px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    color: #3750a3;
    font-size: 18px;
}
.login_ksi {
    float: left;
    height: 50px;
    width: 200px;
}

.login {
    background: rgba(0, 0, 0, 0) url("../images/login.png") no-repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 38px;
    width: 90px;
}
.log-bot {
    padding-top: 25px;
}
.inputtext_login {
    padding-left: 5px;
}
.log-mid h6 {
    color: #999999;
}
/*for login page*/
/*domain detail page*/
.domain-detail th {
   background-color: #3e1b85;
    text-align: center !important;
    color: white;
    border-left: 1px solid grey !important;
    border-right: 1px solid grey !important;
    font-weight: normal;
}
.domain-detail td{
    text-align: center;
}
.domain-detail td, th {
    border: none;
    border-left: 1px solid gray;
    border-right: 1px solid gray;


}
.domain-detail tr:nth-of-type(odd) {
    background:#3750a3;
    color: white;



}
.table-bg {
    background: #3e1b85;
    background: -moz-linear-gradient(top,  #3e1b85 0%, #3e1b85 50%, #3750a3 50%, #3750a3 100%);
    background: -webkit-linear-gradient(top,  #3e1b85 0%,#3e1b85 50%,#3750a3 50%,#3750a3 100%);
    background: linear-gradient(to bottom,  #3e1b85 0%,#3e1b85 50%,#3750a3 50%,#3750a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1b85', endColorstr='#3750a3',GradientType=0 );

}
.domainlinks {
    line-height: 44px;
    min-height: 44px;
}
.domainlinks p {
    margin: 0;
}
.base-link {
    color: #999;
    font-size: 19px;
}
.domain-detail {
    padding-bottom: 10px;
}
/*.nav > li a:focus,
.nav > li a:active{
    border: none!important;
    outline: none;
    border-bottom: none;
    margin-bottom: -1px;
}*/
.nav > li {
    border: 1px solid #eee;
    border-radius: 4px 4px 0 0;
    display: block;
    margin: 0 0.1em;
    position: relative;
    border-bottom: 0 none!important;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    margin-right: -1px;
    outline: none;
}
.right {
    background-color: #eee;
    float: right !important;
}
.custom-table th{
    color: #3750A3;
    text-align: left!important;
}
.custom-table td {
  /*  background: white none repeat scroll 0 0;*/
    border-left: medium none !important;
    border-right: medium none !important;

}

.a {
    display: inline-block;
    width: 20%;
}
.progress{
    margin-bottom: 0;
}
.tactive-links i {
    color:#3750A3;
}
.Deleted-Recently i{
    color: #F18000;
}
.no-follow i {
    color: #88A91D;
}
.Ref-domains i {
    color: #871D17;
}
.C-blocks-total i {
    color:#0D7186;
}
.C-blocks-rof i {
    color:#3F4857;
}
.target-homepage i {
    color: #FED400;
}
.Internal-Pages i {
    color:#D40F74;
}
.table-wrapper {
    border: 3px solid #eee;
    border-radius: 6px;
}
.table-wrapper tr:nth-of-type(odd) {
    background:#F3F3F3;
}
.minval {
    margin-left: 30%;
}
.min2 {
    margin-left: 17%;
}
.min3 {
    margin-left: 54%;
}
.link-visual-display > .container {
    border: 2px solid #eee;
}
.link-visual-display {
    padding-top: 20px;
}
.counter-blocks li {
    display: inline-block;

}

.block12 {
    color:white;
    min-width:40px;
    background-color: #1c95c4;
    border-radius: 4px;
    padding: 1px 5px;
    font-weight: bold;
}
.block22 {
    color:white;
    min-width:40px;
    background-color: #f18800;
    border-radius: 4px;
    padding: 1px 5px;
    font-weight: bold;
}

/*.per-sideby {
    padding: 20px 0;
}*/
.per-sideby li {
    display: inline-block;
    padding: 0 12px;
}
.c-duply li {
    display: inline-block;
    padding: 1px 7px;
    text-align: left;
}
.sq i {
    color: #F18800;
    padding-right: 3px;
}
.sq1 i {
    color: #1C95C4;
    padding-right: 3px;
}
.c-duply {
    padding: 30px 0 7px;
}
.Domains-C-font {
    font-size: 16px;
    padding: 10px 0 0;
}
.card {
    border-right: 1px solid #eee;
}
.card2 > div {
    height: 26px;
    line-height: 26px;
}
.card2 .block2{
    color: white;
}
p.proc {
    padding-top: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #999;
}
.conclu p {
    font-weight: bold;
    color: #999;
}
.tab1 p {
    padding: 20px 0;
}
.tab1 {
    padding-top: 20px;
}
.charts > .container {
    border: 2px solid #eee;
    border-radius: 5px;
}
.charts {
    padding-top: 20px;
}
.rwnd-chart {
  /*  padding: 13px 0 5px;*/
}
.brand-url li {
    display: inline-block;
    padding: 10px;
    background: rgba(0, 0, 0, 0) url("../images/marker_seprator.png") no-repeat scroll left center;
    text-align: center;
}
.brand-url li .brand1{
    background: rgba(0, 0, 0, 0) url("../images/marker_bg.png") no-repeat scroll center bottom;
    color: #f7941e;
    display: block;
}
.brand-url li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.brand0 {
    color: #3750A3;
}
.box {
    border: 3px solid #eee;
    min-height: 280px;
}
.tt {
    background: white none repeat scroll 0 0;
    font-size: 18px;
    left: 11%;
    position: absolute;
    top: -10px;
    color: #3750A3;
}
.cwl {
    color: #3750a3 !important;
    font-size: 17px !important;
}
.yel{
    color: #FEFEFC;
}
.brown {
    color: #f6941d !important;
}
.yel {
    color: #3750a3 !important; ;
}
.vs {
    margin: 0;
    padding-left: 28px;
}
.greeny{
    color:#9BF96F!important;
}
.mgreeny{
    color:#3DB505!important;
}
.Comparetive-Link-Analysis th {
    background-color: #ffc784;
    color: #0c1923;
    border-right: 2px solid #eeeeee !important;

}
.table-wrap td {
    border-right: 2px solid #eee !important;
    text-align: center;
}
.table-wrap td:first-child{
    text-align: left;
}
.Comparetive-Link-Analysis th:first-child {
    background-color: #ffc784;
    color: #0c1923;
    border-radius: 10px 0 0 0;
}
.Comparetive-Link-Analysis th:last-child {

    border-radius: 0 10px 0 0 ;
    border-right: 2px solid #eee!important;
}
.table-wrap {
    border: 3px solid #eee;
    border-radius: 10px!important;
}
.tit {
    padding: 23px 0;
}
#chartdiv-1 {
    width  : 100%;
    height  : 435px;
    font-size : 11px;
}
#chart_wrap {

    position: relative;
    padding-bottom:100%;
    height: 0;
    overflow:hidden;
}
#chart-2 {
    position: absolute;
    top: 18%;
    left: 0;
    width:100%;
    height:100%;
}
.pt1{
    width:50%;
    margin:10% auto;
}
.buttonpopup, .buttonpopup1{
    background-color: #f4912d;
}
.available-credit{
    color: #7ABED1;
    font-weight: bold;
}
.register .site-nav {
    border-radius: 0 0 5px 5px;
    margin: auto;
    padding: 0 5px;
    text-align: center;
    min-width: 186px!important;
}
/*end domain detail page*/