/* standard of media*/
/* Large desktops and laptops */
@media (min-width: 1200px) {



}

@media all and (max-width: 1200px) {


}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .qq-upload-button {
        margin: auto;
    }
    .c3-wrapper{
        text-align: center;

    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .search .form-control {

        margin: auto;
    }
    .form-inline .form-group {
        display: inline-block;
        vertical-align: top;

    }
    .plan .sub:hover {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #f4922f;
        transform: inherit;
        position: static;
        z-index: 9;

    }
    .qq-upload-button{
        margin: auto;
    }
    .c3-wrapper{
        text-align: center;
        margin-top: 20px;
    }
    .searchbar {
        margin-top: 20px;

    }
    .footer-logo {
        float: none;
    }
    .footer  {
        text-align: center;
    }
    /*for responsive table*/
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }


    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data
    */
    td:nth-of-type(1):before { content: "Domain Name"; }
    td:nth-of-type(2):before { content: "Last Update"; }
    td:nth-of-type(3):before { content: "Total Links"; }
    td:nth-of-type(4):before { content: "Total Ref"; }
    td:nth-of-type(5):before { content: "Link Type"; }
    td:nth-of-type(6):before { content: ""; }
    /*end responsive table*/

    .domain-detail td:nth-of-type(1):before { content: "Total Links";text-align: left; }
    .domain-detail td:nth-of-type(2):before { content: "Deleted";text-align: left; }
    .domain-detail td:nth-of-type(3):before { content: "NoFollow";text-align: left; }
    .domain-detail td:nth-of-type(4):before { content: "Ref Domain";text-align: left; }
    .domain-detail td:nth-of-type(5):before { content: "Ref IPs";text-align: left; }
    .domain-detail td:nth-of-type(6):before { content: "Ref C Blocks";text-align: left; }
    .domain-detail td:nth-of-type(7):before { content: "Images";text-align: left; }
    .domain-detail td:nth-of-type(8):before { content: "Redirects";text-align: left; }
    .domain-detail td:nth-of-type(9):before { content: "Citation";text-align: left; }
    .domain-detail td:nth-of-type(10):before { content: "Trust";text-align: left; }

    .table-wrapper td:nth-of-type(1):before { content: " Current Link Density"; }
    .table-wrapper td:nth-of-type(2):before { content: " Totals"; }
    .table-wrapper td:nth-of-type(3):before { content: " Ratios"; }
    .table-wrapper td:nth-of-type(4):before { content: " 0% to 100%"; }

    .table-wrap td:nth-of-type(1):before { content: " Competative Link Analysis"; }
    .table-wrap td:nth-of-type(2):before { content: "99Design.com";text-align: left; }
    .table-wrap td:nth-of-type(3):before { content: "LogoYes.com"; text-align: left;}
    .table-wrap td:nth-of-type(4):before { content: "LogoBee.com"; text-align: left;}
    .table-wrap td:nth-of-type(5):before { content: "LogoMaker.com";text-align: left; }
    .table-wrap td:nth-of-type(6):before { content: "LogoDesign.com";text-align: left; }


    .domain-detail td, th {
       border: 1px solid  #dbe1df;
    }
    .table-bg {
        background: none;
    }
    .base-link {
        text-align: center;
    }
    .minval {
        width: 50% !important;
    }
  /*  #chart-2 {
        position: unset;
        top: 18%;
        left: 8px;
        width: 200px;
        height: 100%;
        margin: auto;
        padding-top: 19%;
    }*/
    #chart_wrap {

    margin: auto;
    width: 300px;
}
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
   .logo-img {
        width: 100%;
    }
    .search{
        width: 100%;
    }
    .form-inline .form-group {
        width: calc(100% - 0);
    }
    .search{
        text-align: center;
    }
/*plan page*/
    .blogo {
        width: 100%;
    }
/*end plan page*/
    .plan .col-xs-6{
        width: 100%;
    }
    .wrapper {
        padding: 50px 0 !important;
    }
    /*log in*/
    .login-logo.text-center > img{
        padding: 14px 0 20px;
        width: 100%;
    }
    /*end log in*/
    /*domain-detail*/
    .nav-tabs>li {
      float: none;
        margin-bottom: -1px;
    }
    .progress > div {
        font-size: 8px;
        line-height: 22px;
    }
    .minval {
        width: 50% !important;
    }
    /*end domain-detail*/
}

@media (max-width: 320px) {

}
