﻿.table.table-rp thead tr {
    background: #fff;
    font-size: 13px;
}

.table.table-rp > thead > tr > th {
    border-bottom: 0;
}

.table.table-rp > thead > tr > th,
.table.table-rp > tbody > tr > th,
.table.table-rp > tfoot > tr > th,
.table.table-rp > thead > tr > td,
.table.table-rp > tbody > tr > td,
.table.table-rp > tfoot > tr > td {
    border-top: 0;
}

.table-striped.table-rp > tbody > tr:nth-child(odd) > td, .table-striped.table-rp > tbody > tr:nth-child(odd) > th {
    background-color: rgba(242, 242, 242, 0.5);
}

.table-rp.is-ranking-visibility > thead > tr > th,
.table-rp.is-ranking-visibility > tbody > tr > th,
.table-rp.is-ranking-visibility > thead > tr > td,
.table-rp.is-ranking-visibility > tbody > tr > td {
    padding: 3px;
}

.table-rp.is-ranking-visibility thead tr th:nth-child(4),
.table-rp.is-ranking-visibility tbody tr td:nth-child(4) {
    color: #00AA86;
}

.table-rp.is-ranking-visibility thead tr th:first-child,
.table-rp.is-ranking-visibility tbody tr td:first-child {
    min-width: 94px;
}

.table-rp.is-ranking-visibility thead tr th:last-child, .table-rp.is-ranking-visibility tbody tr td:last-child {
    color: #F1666B;
}

.table-rp.is-tracked-competitors tbody {
    color: #46A9E0;
}

.table-rp .keyword-cell {
    color: #46A9E0;
}

/*.dataTables_wrapper .bottom {
    display: none !important;
}
*/
td.child .dtr-details {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0px;
}
ul.dtr-details > li {
    /*display:flex;
    column-gap: 30px;
    align-items: center;*/
    display: grid;       
    grid-template-columns: minmax(100px, 1fr) minmax(160px, 1fr);
    max-width: 370px;
}

@media (max-width: 600px) {
    ul.dtr-details li {
        max-width: 400px;
    }
}

ul.dtr-details li span.dtr-data {
    display: flex;
    justify-content: right;
}

.is-ranking-position ul.dtr-details li {
    display: grid;
    grid-template-columns: minmax(80px, 120px) 1fr;
    column-gap: 0px;
}

tbody tr td.td-justify-center-right {
    min-width: 100px;
}

tbody tr td span.td-justify-center-right {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

ul.dtr-details li .dtr-title {
    font-weight: bold;    
}

td.child .dtr-details span.td-justify-center-right {
    display: flex;
    align-items: flex-end;
    justify-content: right;
    width: 100px;
}

tbody tr td span.td-justify-center-right span{
   /* display:inline-block;*/
}

.td-span-flex {
    display: flex;
    justify-content: right;
    width: 57%;
}
.is-tag-ranking ul.dtr-details li {
    display: grid;
    grid-template-columns: minmax(80px, 120px) 1fr;
    column-gap: 0px;
}

.is-se-ranking ul.dtr-details li {
    display: grid;
    grid-template-columns: minmax(80px, 150px) 110px;
    column-gap: 0px;
}

.is-se-ranking td.child .dtr-details span.td-justify-center-right {
    width: 60px;
}

.span-padding-right-0{
    padding-right:0px;
}

thead tr td.td-width-200, tbody tr td.td-width-200 {
    width: 200px !important;
}

    tbody tr td.td-width-200 .td-span-flex {
        width: 100px
    }

.is-url-ranking ul.dtr-details li {
    display: grid;
    grid-template-columns: minmax(80px, 170px) 120px;
    column-gap: 0px;
}

.text-align-justfy{
    text-align:justify;
}
thead tr th.td-sum-sv,
tbody tr td.td-sum-sv,
thead tr th.td-sum-estimated-traffic,
tbody tr td.td-sum-estimated-traffic {
   /* width: 200px;*/
}

    tbody tr td.td-sum-sv .td-justify-center-right {
        /* max-width: 120px;
        display: block;
        text-align: right;*/
        width: 70%;
    }
    tbody tr td.td-sum-estimated-traffic .td-justify-center-right {
        /*max-width: 100px;
        display: block;
        text-align: right;*/
        width: 70%;
    }

tbody tr td.td-width-200 .td-justify-center-right {
    max-width: 100px
}


tbody tr td.td-justify-center-right {
    min-width: 100px;
}

@media (max-width: 1440px) {
    tbody tr td.td-justify-center-right {
        min-width: 80px;
    }
}

@media (max-width: 1280px) {
    tbody tr td.td-justify-center-right {
        min-width: 90px;
    }
}

tbody tr td.td-justify-center-right span.td-justify-center-right{
    width:57%;
}

    tbody tr td.td-justify-center-right.td-trafficindex-change {
        min-width: 190px;
    }

        tbody tr td.td-justify-center-right.td-trafficindex-change span.td-span-flex {
            width: 52%;
        }

@media (max-width: 1280px) {
    tbody tr td.td-justify-center-right.td-trafficindex-change {
        min-width: 135px;
    }
}

tbody tr td.td-favicon span.td-justify-center-right {
    width: 50%;
}

.is-serp-features tbody tr td.td-justify-center-right span.td-justify-center-right {
    width: 50%;
}

.is-tag-ranking tbody tr td.td-justify-center-right span.td-justify-center-right {
    width: 55%;
}

.is-serp-features ul.dtr-details li .dtr-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td .outer-column {
    margin: 0px auto;
}

td .inner-column {
    text-align:right;
}

@media (max-device-width: 724px) {
    .is-serp-features ul.dtr-details li .dtr-title {
        max-width: 300px;
    }

    .is-serp-features td.child .dtr-details span.td-justify-center-right {
        min-width:50px;
        max-width:100px;
        width:auto;
    }
}

@media (max-device-width: 425px) {
    .is-serp-features ul.dtr-details li .dtr-title {
        width: 250px;
    }
    .is-serp-features ul.dtr-details li {
        display: flex;
        justify-content: space-between;
    }  
}
@media (max-device-width: 375px) {
    .is-serp-features ul.dtr-details li {
        display: flex;
        justify-content: space-between;
    }       

    td.child .dtr-details span.td-justify-center-right {
        display: inline-block;
        width: auto;
    }

    td.child .dtr-details .dtr-data {
        text-align: right;
    }
}

@media (max-device-width: 320px) {
    .is-serp-features ul.dtr-details li .dtr-title {
        width: 200px;
    }
}

.is-keyword-ranking-competitor thead tr th.td-favicon,
.is-keyword-ranking-competitor tbody tr td.td-favicon {
    min-width: 60px;
}

.is-keyword-ranking-competitor tbody tr td.td-favicon_other {
    padding-right:30px;
}

tbody tr td.krc-translation,
tbody tr td.krc-keyword-volume,
tbody tr td.krc-tags {
    min-width: 80px;
    max-width: 120px;
}

td.text-align-center > .column-change-center {
    justify-content: right;
}

.column-change-center {
    display: flex;
    position: relative;
}

.column-change-center .left {
    display: flex;
    justify-content: right;
}

.column-change-center .right {
    display: flex;
    width: 50%;
    justify-content: left;
}