﻿#addkeywordfromfileKwTab {
    display: none;
}


#addkeywordfromfile {
    display: none;
}

.addkeywordfromfile-label {
    border: none;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    color: #3c8dbc;
    font-size: 13px;
    font-weight: normal;
}

.col_box_project {
    padding-right: 30px;
    padding-bottom: 15px;
}

.box_project {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    min-height: 150px;
}

    .box_project .thumbnail {
        border: 0 !important;
        margin-top: 15px;
    }

    .box_project h2 {
        font-size: 150%;
        font-weight: 600;
        color: #3c8dbc;
    }

        .box_project h2 a {
            text-decoration: none;
            color: #3c8dbc;
        }

    .box_project p {
        color: #515151;
    }

.activity_totalScore {
    background-color: #f5f5f5;
    border: solid 1px #ccc;
    padding-bottom: 20px;
}

    .activity_totalScore h4 {
        font-size: 30px;
        color: #515151;
    }

    .activity_totalScore .circle {
        margin-left: auto;
        margin-right: auto;
    }

    .activity_totalScore hr {
        border: dashed 1px #cbcbcb;
        margin-top: 0 !important;
    }

    .activity_totalScore #crawled_page {
        font-size: 60px;
        color: #1171B5;
        font-weight: bold;
    }

.bg-warning {
    background-color: #ffd800 !important;
}

    .bg-warning i {
        color: #fff;
    }

.bg-notices {
    background-color: #2b94e1;
}

    .bg-notices i {
        color: #fff;
    }

.no-margin-left-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*.badge-danger {
    background-color: #DD4B39 !important;
    color: #fff;
}

.badge-success {
    background-color: #008749 !important;
    color: #fff;
}*/

.badge_circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}

 
.badge_broken {
    background-color: red;
}

.badge_haveissues {
    background-color: #FF7F00;
}

.badge_redirects {
    background-color: #CBD6D8;
}

.badge_Blocked {
    background-color: #5A6F75;
}

.crawled_page_result {
    text-align: right;
}

.h4_title {
    font-size: 30px;
    color: #515151;
}

.box_thematic_report {
    border: solid 1px #f1f1f1;
    min-height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .box_thematic_report h5 {
        font-weight: 600;
        color: #515151;
        font-size: 120%;
        text-align: center;
        width: 100%;
    }

.Statistics_row {
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 10px;
}

    .Statistics_row .title {
        font-size: 120%;
        font-weight: bold;
    }

    .Statistics_row .percent {
        color: #2b94e1;
        font-size: 120%;
        font-weight: bold;
        margin-top: 0;
    }

    .Statistics_row .desc {
        font-size: 90%;
        display: block;
    }

        .Statistics_row .desc i {
            color: #008749;
            font-style: normal;
            padding-left: 5px;
        }

#tabissue h3 {
    font-size: 120%;
    font-weight: bold;
    padding-left: 10px;
}



#row_issue_error .rowcontent {
    padding-top: 0;
    margin-top: 0;
    border-top: solid 5px #d00000;
}

    #row_issue_error .rowcontent .panel-body2 {
        border-left: solid 2px #d00000;
        padding-left: 15px;
        padding-right: 15px;
    }

    #row_issue_error .rowcontent .content-item {
        border-bottom: solid 1px #f4f4f4;
    }

        #row_issue_error .rowcontent .content-item h5 {
            font-weight: 600;
            color: #1171B5;
            text-decoration: none;
            font-size: 10pt;
            display: block;
            cursor: pointer;
            padding: 10px;
            margin-bottom: 0 !important;
            margin-top: 0 !important;
        }

            #row_issue_error .rowcontent .content-item h5:hover {
                background-color: #f5f5f5;
            }





#row_issue_error_all h3 {
    padding-top: 0;
    margin-top: 10px;
    line-height: 50px;
    color: #1171B5;
}


#row_issue_error_all .rowcontent .panel-body2 {
    border-left: solid 2px #d00000;
    padding-left: 15px;
    padding-right: 15px;
}


#row_issue_error_all .rowcontent .content-item h5 {
    font-weight: 600;
    color: #1171B5;
    text-decoration: none;
    font-size: 10pt;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


#row_issue_warning_all .rowcontent .panel-body2 {
    border-left: solid 2px #FF7F00;
    padding-left: 15px;
    padding-right: 15px;
}


#row_issue_warning_all .rowcontent .content-item h5 {
    font-weight: 600;
    color: #1171B5;
    text-decoration: none;
    font-size: 10pt;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


#row_issue_warning_all h3 {
    padding-top: 0;
    margin-top: 10px;
    line-height: 50px;
    color: #1171B5;
}

#row_issue_notice_all h3 {
    padding-top: 0;
    margin-top: 10px;
    line-height: 50px;
    color: #1171B5;
}


#row_issue_notice_all .rowcontent .panel-body2 {
    border-left: solid 2px #d00000;
    padding-left: 15px;
    padding-right: 15px;
}


#row_issue_notice_all .rowcontent .content-item h5 {
    font-weight: 600;
    color: #1171B5;
    text-decoration: none;
    font-size: 10pt;
    display: block;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.cursor_pointer {
    cursor: pointer;
}








#row_issue_warning .content {
    padding-top: 0;
    margin-top: 0;
}


#row_issue_warning .rowcontent {
    padding-top: 0;
    margin-top: 0;
    border-top: solid 5px #FF7F00;
}

    #row_issue_warning .rowcontent .panel-body2 {
        border-left: solid 2px #FF7F00;
        padding-left: 15px;
        padding-right: 15px;
    }

    #row_issue_warning .rowcontent .content-item {
        border-bottom: solid 1px #f4f4f4;
    }

        #row_issue_warning .rowcontent .content-item h5 {
            font-weight: 600;
            color: #1171B5;
            text-decoration: none;
            font-size: 10pt;
            display: block;
            cursor: pointer;
            padding: 10px;
            margin-bottom: 0 !important;
            margin-top: 0 !important;
        }

            #row_issue_warning .rowcontent .content-item h5:hover {
                background-color: #f5f5f5;
            }




#row_issue_notice .rowcontent {
    padding-top: 0;
    margin-top: 0;
    border-top: solid 5px #1171B5;
}

    #row_issue_notice .rowcontent .panel-body2 {
        border-left: solid 2px #1171B5;
        padding-left: 15px;
        padding-right: 15px;
    }

    #row_issue_notice .rowcontent .content-item {
        border-bottom: solid 1px #f4f4f4;
    }

        #row_issue_notice .rowcontent .content-item h5 {
            font-weight: 600;
            color: #1171B5;
            text-decoration: none;
            font-size: 10pt;
            display: block;
            cursor: pointer;
            padding: 10px;
            margin-bottom: 0 !important;
            margin-top: 0 !important;
        }

            #row_issue_notice .rowcontent .content-item h5:hover {
                background-color: #f5f5f5;
            }




.tab_issue_button_focus {
    border: solid 1px #ADADAD !important;
    background-color: #337AB7 !important;
    color: #fff !important;
}

.content {
    min-height: 50px !important;
}

.panel {
    /* margin-bottom: 20px; */
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.viewall_chillIssue {
    line-height: 50px;
    text-align: center;
}

    .viewall_chillIssue a {
        font-weight: bold;
        font-size: 11pt;
        cursor: pointer;
    }

    .viewall_chillIssue i {
        display: block;
        font-size: 12pt;
    }

.PagerButton {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .PagerButton .CurrentPage {
        background-color: #337AB7;
        width: 30px;
        height: 25px;
        float: left;
        text-align: center;
        line-height: 25px;
        color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-right: 1px;
        border: solid 1px #ccc;
    }

    .PagerButton .LinkButtonPager, .PagerButton .NextPage, .PagerButton .FirstPage, .PagerButton .LastPage, .PagerButton .PreviousPage {
        background-color: #fff;
        width: 30px;
        height: 25px;
        float: left;
        text-align: center;
        line-height: 25px;
        color: #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-right: 1px;
        border: solid 1px #ccc;
    }

        .PagerButton .LinkButtonPager a, .PagerButton .NextPage a, .PagerButton .FirstPage a, .PagerButton .LastPage a, .PagerButton .PreviousPage a {
            color: #ccc;
            text-decoration: none;
            display: block;
        }

            .PagerButton .LinkButtonPager a:hover, .PagerButton .NextPage a:hover, .PagerButton .FirstPage a:hover, .PagerButton .LastPage a:hover, .PagerButton .PreviousPage a:hover {
                background-color: #337AB7;
                cursor: pointer;
                color: #fff;
            }

    .PagerButton p {
        margin: -1px;
    }

        .PagerButton p:hover {
            background-color: #337AB7;
            cursor: pointer;
            color: #fff;
        }

#activity .setup {
}

    #activity .setup .setupbox {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 12px;
        color: #333;
        background-color: #e7eff5;
        box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.15);
        position: relative;
        height: 115px;
        padding: 8px 11px 11px;
        box-sizing: border-box;
        width: 100%;
    }

        #activity .setup .setupbox:hover {
            background-color: #E1E8EE;
        }

        #activity .setup .setupbox .header {
            overflow: hidden;
            white-space: nowrap;
            /*display: flex;*/
            align-items: center;
            justify-content: flex-start;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        #activity .setup .setupbox .desc {
            font-size: 12px;
            line-height: 13px;
            margin-bottom: 10px;
        }

        #activity .setup .setupbox .footer i {
            padding-right: 5px;
        }

        #activity .setup .setupbox .updatetime {
            font-style: normal;
            float: right;
            font-weight: normal;
            font-size: 90%;
        }

        #activity .setup .setupbox .body i {
            font-style: normal;
        }

        #activity .setup .setupbox .body .visibility {
            font-size: 300%;
            color: #1171B5;
            font-weight: bold;
        }

            #activity .setup .setupbox .body .visibility i {
                font-size: 12px;
                font-weight:normal;
            }
        #activity .setup .setupbox .body .ranking_change_up {
            color: #3EBC92;
            font-size: 15px;
            display: inline-block;
            padding: 5px 0px 5px 0;
            margin-bottom: 0;
        }
            #activity .setup .setupbox .body .ranking_change_up a {
                color: #3EBC92;
            }
                #activity .setup .setupbox .body .ranking_change_up a:hover {
                    color: darkgreen;
                }

            #activity .setup .setupbox .body .ranking_change_down {
            color: #ff0000;
            font-size: 15px;
            display: inline-block;
            padding: 5px 0px 5px 10px;
            margin-bottom:0;
        }
                #activity .setup .setupbox .body .ranking_change_down a {
                    color: #ff0000;
                }

                #activity .setup .setupbox .body .ranking_change_down a:hover {
                    color:brown;
                }

                #activity .setup .setupbox .body .outof100 {
                    display: block;
                    width: 100%;
                    margin-bottom: 0;
                }



        .tab-nav {
            border-top: solid 1px #ddd;
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .tab-nav a {
        font-size: 11pt;
        cursor: pointer;
    }

#tab_position_tracking_setting li {
    font-weight: bold;
}

.border-left-right {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.border-left-right-top {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
}



#modal_position_tracking_domain .title {
    margin-bottom: 10px;
}

#modal_position_tracking_domain .textbox {
    /*height: 25px !important;
    font-size: 13px !important;*/
    display: inline;
    /*padding: 2px;*/
    
}

#modal-setup-position-tracking .textbox {
    display: inline;
    /*padding: 2px;*/
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}



#txt_tracking_url {
    width: 100% !important;
}

#txt_tracking_subdomain {
    width: 150px !important;
    text-align: right;
}

#txt_tracking_subdomain2 {
    width: 150px !important;
}

#txt_tracking_subfolder {
    width: 150px !important;
}

.row_setting {
    margin-top: 10px;
    margin-bottom: 5px;
}

.row-modal-content {
    padding-bottom: 40px;
}

.row_setting .desc {
    color: #515151;
    margin-top: 10px;
}

#keywordadded {
    background-color: #F1F6F8;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
}

    #keywordadded .rowdata {
        height: 24pt;
        border-bottom: dotted 1px #ddd;
        width: 100%;
        font-size:11px;
    }
        #keywordadded .rowdata i:hover
        {
            color:red;
        }

        #keywordadded ol {
            padding-left: 30px;
        }

        #keywordadded ol li {
            padding-top: 5px;
            font-size: 12pt;
            padding-bottom: 5px;
        }

            #keywordadded ol li i {
                float: right;
                padding: 5px;
                cursor: pointer;
                color: #515151;
            }

#addkwfromfile {
    font-size: 13px;
    color: #1171B5;
    cursor: pointer;
}




#keywordaddedKwTab {
    background-color: #F1F6F8;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
}

    #keywordaddedKwTab .rowdata {
        height: 25px;
        border-bottom: dotted 1px #ddd;
        width: 100%;
    }

    #keywordaddedKwTab ol {
        padding-left: 30px;
    }

        #keywordaddedKwTab ol li {
            padding-top: 5px;
            font-size: 12px;
            padding-bottom: 5px;
        }

            #keywordaddedKwTab ol li i {
                float: right;
                padding: 5px;
                cursor: pointer;
                color: #515151;
            }

#addkwfromfileKwTab {
    font-size: 13px;
    color: #1171B5;
    cursor: pointer;
}




.keyword_note {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #DFEFFC;
    padding: 10px;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}

.row_setting .head {
    width: 100%;
    font-size: 12px;
    height:40px;
}

    .row_setting .head p {
        display: inline;
    }

    .row_setting .head a {
        cursor: pointer;
        color: #d00000;
        display: inline;
    }

/*#txtcompetitor {
    height: 25px !important;
    font-size: 13px !important;
    display: inline;
    padding: 2px;
}*/

.competitor_note {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #DFEFFC;
    padding: 10px;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}

  
.row_setting h4 {
}

#Suggested_competitor_List {
    height: 200px;
    overflow-y: scroll;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ddd;
}

#competitor_added_List {
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ddd;
}



#Suggested_competitor_List_KwTab {
    height: 200px;
    overflow-y: scroll;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ddd;
}

#competitor_added_List_KwTab {
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ddd;
}



#Position_Tracking_Setting_ErrorMessages {
    color: red;
    font: 13px;
}

.Position_Tracking_Setting_ErrorMessages {
    color: red;
    font: 13px;
}

#competitor_added_List {
    background-color: #F1F6F8;
}

    #competitor_added_List .rowdata {
        height: 24pt;
        border-bottom: dotted 1px #ddd;
        width: 100%;
    }

    #competitor_added_List ol {
        padding-left: 30px;
    }

        #competitor_added_List ol li {
            padding-top: 5px;
            font-size: 12pt;
            padding-bottom: 5px;
        }

            #competitor_added_List ol li i {
                float: right;
                padding: 5px;
                cursor: pointer;
                color: #515151;
            }



#competitor_added_List_KwTab {
    background-color: #F1F6F8;
}

    #competitor_added_List_KwTab .rowdata {
        height: 25px;
        border-bottom: dotted 1px #ddd;
        width: 100%;
    }

    #competitor_added_List_KwTab ol {
        padding-left: 30px;
    }

        #competitor_added_List_KwTab ol li {
            padding-top: 5px;
            font-size: 12px;
            padding-bottom: 5px;
        }

            #competitor_added_List_KwTab ol li i {
                float: right;
                padding: 5px;
                cursor: pointer;
                color: #515151;
            }

.p_domain {
    display: inline;
}

.nav-tabs-custom > .nav-tabs > li > a {
    font-weight: bold !important;
    color: #515151;
}

    .nav-tabs-custom > .nav-tabs > li > a:hover {
        color: #1171B5;
    }

.nav-tabs-custom > .nav-tabs > li.active {
    /*border-top-color: #008749;*/
}

    .nav-tabs-custom > .nav-tabs > li.active > a {
        color: #1171B5;
    }


#Landscape .box4 {
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    padding: 10px;
}

#Landscape .boxtitle {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

#Landscape .keywordboxtitle {
    color: #103379;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14pt;
}
    #Landscape .keywordboxtitle i
    {
        color:#aaa;
        font-size:12pt;
    }
    #Landscape .boxtitle2 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 120%;
        font-weight: bold;
    }

#Landscape .rowkeyword .new {
    font-size: 12pt;
}
    #Landscape .rowkeyword .new .fa {
        font-size: 10pt;
        color: #aaa;
    }
    #Landscape .rowkeyword .new i {
        font-style: normal;
        text-align: center;
        font-weight: 700;
        color: #3EBC92;
        font-size: 12pt;
    }

    #Landscape .rowkeyword .new a {
        color: #3EBC92;
        font-style: normal;
        display: block;
        text-align: center;
        font-weight: 600;
    }

#Landscape .rowkeyword .lost {
    font-size: 12pt;
}
    #Landscape .rowkeyword .lost .fa {
        font-size: 10pt;
        color: #aaa;
    }

    #Landscape .rowkeyword .lost i {
        font-style: normal;
        text-align: center;
        font-weight: 600;
    }

    #Landscape .rowkeyword .lost a {
        color: #ff0000;
        font-style: normal;
        display: block;
        text-align: center;
        font-weight: 600;
    }


#Landscape .rowkeyword span {
  /*  display: inline-block;*/
    height: 50px;
    text-align: center;
    /*padding-right:50px;*/ 
    flex:1;
}


#Landscape .boxpercent {
    font-weight: bold;
    font-size: 200%;
    color: #409FE4;
    margin-bottom: 0px;
}

    #Landscape .boxpercent i {
        font-size: 14pt;
        color: #ff0000;
        font-weight: normal;
        font-style: normal;
        padding-left: 10px;
    }

    #Landscape .boxpercent .green {
        color: #3EBC92 !important;
    }

#Landscape .top3 {
    font-weight: bold;
    font-size: 17pt;
    color: #409FE4;
    margin-bottom: 0px;
    text-align:left !important;
}
    #Landscape .top3 .sum_keywords
    {
        font-size:15pt;
        color:#ccc;
        font-weight:600;
       font-style:normal;


    }


    #Landscape .line {
        width: 100%;
        border-top: solid 1px #ccc;
    }

.top_keyword .pos i {
    font-style: normal;
    padding-left: 10px;
    color: #515151
}

.tag_i_kwposition {
    padding-left: 5px;
    font-style: normal;
    font-size: 11px;
}

#sumPosvisibility_Lanscape {
    display: inline-block;
    float: right;
    font-weight: bold;
    color: #3EBC92;
    font-size: 120%;
}

#sumNegvisibility_Lanscape {
    display: inline-block;
    float: right;
    font-weight: bold;
    color: #ff0000;
    font-size: 120%;
}

#sum_kw_improved_lanscape {
    font-weight: bold;
    font-size: 150%;
    color: #3eb;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 50px;
    text-align: center;
}

#sum_kw_declined_lanscape {
    font-weight: bold;
    font-size: 150%;
    color: #ff0000;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 50px;
    text-align: center;
}

.kw_chart_icon {
    color: #337AB7;
}


.rowpercent {
    display: flex;
    margin: auto;
    margin-bottom: 5px;
}

.boxVisibility_Overview {
    margin: 0 0.5em;
    z-index: 9999;
}
/* COLORS */
/* BUTTONS */
.boxVisibility_Overview {
    /*align-items: center;*/
    /*box-sizing: border-box;*/
    /*display: flex;*/
    height: 45px;
    letter-spacing: 2px;
    /*padding: 0.8em 1em;*/
    /*transition: all 0.3s ease;*/
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

    .boxVisibility_Overview .percent {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    .boxVisibility_Overview:hover {
        background-color: #05a8ff;
        border-color: #05a8ff;
        color: #fff;
    }
/* TOOLTIP */
.custooltip {
    position: relative;
    overflow: hidden;
}

    .custooltip:hover {
        overflow: visible;
    }

        .custooltip:hover .custooltip-content {
            opacity: 1;
        }

    .custooltip .custooltip-content {
        background: #515151;
        /*box-shadow: 0 5px 25px 5px rgba(205, 210, 214, .8);*/
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 1px;
        /*max-width: 200px;*/
        min-width: 300px;
        padding: 1em;
        position: absolute;
        opacity: 0;
        /*transition: all 0.3s ease;*/
        z-index: 9999;
    }

        .custooltip .custooltip-content i {
            font-style: normal;
            font-weight: bold;
            font-size: 110%;
        }

        .custooltip .custooltip-content::after {
            background: #515151;
            content: "";
            height: 10px;
            position: absolute;
            transform: rotate(45deg);
            width: 10px;
        }

    .custooltip.top .custooltip-content {
        bottom: calc(100% + 1.5em);
        left: 50%;
        transform: translateX(-50%);
    }

        .custooltip.top .custooltip-content::after {
            bottom: -5px;
            left: 50%;
            margin-left: -5px;
        }

    .custooltip.bottom .custooltip-content {
        bottom: calc(-100% - 1.8em);
        left: 50%;
        transform: translateX(-50%);
    }

        .custooltip.bottom .custooltip-content::after {
            top: -5px;
        }

    .custooltip.right .custooltip-content {
        left: calc(100% + 1.5em);
        top: 50%;
        transform: translateY(-50%);
    }

        .custooltip.right .custooltip-content::after {
            left: -5px;
            margin-top: -5px;
            top: 50%;
        }

    .custooltip.left .custooltip-content {
        right: calc(100% + 1.5em);
        top: 50%;
        transform: translateY(-50%);
    }

        .custooltip.left .custooltip-content::after {
            right: -5px;
            margin-top: -5px;
            top: 50%;
        }




/* OverViewtabs*/
.tab-button-custom {
    margin-bottom: 20px;
    background: #fff;
}

    .tab-button-custom > .nav-tabs {
        margin: 0;
        border: 0;
        margin-bottom: 20px;
    }

        .tab-button-custom > .nav-tabs > li.active {
        }

        .tab-button-custom > .nav-tabs > li:first-of-type.active > a {
            border-left-color: transparent;
        }

        .tab-button-custom > .nav-tabs > li.active > a {
            color: #1171B5;
            border: solid 1px transparent;
            border-bottom: solid 3px #d00000 !important;
        }


        .tab-button-custom > .nav-tabs > li {
            border-bottom: 3px solid transparent;
            /*margin-bottom: -2px;
            margin-right: 5px;*/
        }

            .tab-button-custom > .nav-tabs > li > a {
                font-weight: bold !important;
                color: #515151;
                font-size: 16px;
            }

                .tab-button-custom > .nav-tabs > li > a:hover {
                    background-color: transparent;
                    border: solid 1px transparent;
                }


.col_button_overview {
    margin-top: 30px;
    z-index: 100;
}

.select2 {
    z-index: 10000;
}

.txtfilter {
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px !important;
    line-height: 14px;
    width: 100%;
}

.ibtn-close-filter {
    display: inline;
}

/* Ensure that the demo table scrolls */
th, td {
    white-space: nowrap;
}

div.dataTables_wrapper {
   
    /*margin: 0 auto;*/
}


#table_all_keyword {
   min-width: 100% !important;
}

    #table_all_keyword thead {
        background-color: #E3ECF1;
    }

    #table_all_keyword tr th {
        text-align: center;
        vertical-align: middle;
        font-weight: normal;
        color: #000;
        font-weight: bold;
    }

.col_50_percent {
    width: 50%;
    display: inline-block;
    float: left;
    padding:0px
}
    .col_50_percent #table_location_devices_filter
    {
        float:left;
    }


    div.dataTables_wrapper div.dataTables_filter {
        text-align: left !important;
    }
    .col_50_percent .dt-buttons {
        float: left !important;
    }
        .col_50_percent .dt-buttons:hover
        {
            color:#3EBC92;
        }

        .col_50_percent .dataTables_info {
            float: right !important;
        }

.dataTables_length, .dataTables_paginate {
    margin-top: 5px;
}
.table_ranking_overview_title {
    font-size: 18px;
    font-weight: bold;
}

#table_all_keyword > thead > tr > th {
    /*border: solid 1px #f4f4f4 !important;*/
}

#table_all_keyword > thead > tr > th,
#table_all_keyword > tbody > tr > th,
#table_all_keyword > tfoot > tr > th,
#table_all_keyword > thead > tr > td,
#table_all_keyword > tbody > tr > td,
#table_all_keyword > tfoot > tr > td {
    /*border: solid 1px #f9f9f9 !important;*/
}

.btn_cursor {
    cursor: pointer;
}

#dll_domainSelected {
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    padding-left: 5px;
}


.overview_loading {
    background: url(/images/loadingcolor.gif) no-repeat center 40% rgba(255, 255, 255, .8);
    z-index: 99999;
    margin: auto;
    width: 300px;
    height: 600px;
}

.DevicesLocations_loading {
    background: url(/images/loadingcolor.gif) no-repeat center 40% rgba(255, 255, 255, .8);
    z-index: 99999;
    margin: auto;
    width: 300px;
    height: 600px;
}
.CompetitorsDiscovery_loading {
    background: url(/images/loadingcolor.gif) no-repeat center 40% rgba(255, 255, 255, .8);
    z-index: 99999;
    margin: auto;
    width: 300px;
    height: 600px;
}




.getdatatracking_loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #e9eaef;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .getdatatracking_loading .progressbar_loading {
        /* margin: 20px auto;*/
        padding: 15px;
        width: 300px;
        background-color: #ccc;
        border-radius: 10px 10px 10px 10px;
        position: absolute;
        top: 40%;
    }
.dv_tracking_loading {
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #e9eaef;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dv_tracking_loading .progressbar_loading {
        /* margin: 20px auto;*/
        padding: 15px;
        width: 300px;
        background-color: #ccc;
        border-radius: 10px 10px 10px 10px;
        top: 20px;
    }
/*.progressbar_loading {
    margin: 20px auto;
    padding: 15px;
    width: 300px;
    background-color: #ccc;
    border-radius: 10px 10px 10px 10px;
}
*/
progress { 
    width: 100%;
    height: 18px;
    border: 0;
    border-radius: 9px;
   /* background-color: #f3f3f3;*/
}
    /* outter progressbar track */
    progress::-webkit-progress-bar {
        background-color: #F2F2F2;
        border-radius: 15px;
    }
    /* inner progressbar   */
    progress::-webkit-progress-value {
        background: #00d284;
        border-radius: 15px;
    }

    progress::-moz-progress-bar {
        background-color: #00d284;
        border-radius: 15px;
    }

    progress::-moz-progress-value {
        background: #3EBC92;
        border-radius: 5px;
    }

.progress_value {
    color: #00B67A;
}

#progress_value_area {
    width: 100%;
    text-align: center;
    color: #00B67A;
    margin-top: 10px;
    font-weight: 500;
}
#dv_progress_value_area {
    width: 100%;
    text-align: center;
    color: #00B67A;
    margin-top: 10px;
    font-weight: 500;
}

 
.tabstatus_loading {
    background: url(/images/loadingcolor.gif) no-repeat center 40% rgba(255, 255, 255, .8);
    z-index: 99999;
    margin: auto;
    width: 300px;
    height: 600px;
}
 


.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100%;
}

    .bootstrap-tagsinput input {
        min-width: 200px !important;
        max-width: 200px !important;
    }

#li_AddTagKeyword {
    width: 200px;
    padding: 5px;
}

#li_AddTagKeyword_status {
    width: 200px;
    padding: 5px;
}


.td_tags {
    border: solid 1px #ccc;
    display: inline-block;
    font-size: 8pt;
    padding: 1px 2px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    line-height:14px;
    
}
    .td_tags:hover {
        border: solid 1px #007BFF;
    }


    .td_tags a {
        color: #000;
        font-size: 10px;
    }

        .td_tags a:hover {
            color: #1171B5;
            cursor:pointer;
        }

    .td_tags i {
        margin-left: 5px;
        cursor: pointer;
        margin-right:5px;
    }

        .td_tags i:hover {
            color: red;
        }


.td_kwtype {
    border: solid 1px #007BFF;
    background-color: #007BFF;
    display: inline-block;
    font-size: 8pt;
    padding: 1px 2px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    line-height: 14px;
}
    .td_kwtype:hover {
        background-color: #0A1A59;
        border: solid 1px #0A1A59;
    }
    .td_kwtype a {
        color: #fff;
        font-size: 10px;
    }

        .td_kwtype a:hover {
            color: #fff;
            cursor: pointer;
        }

.td_kwtype i {
    margin-left: 5px;
    cursor: pointer;
    margin-right: 5px;
    color:#fff;
}

    .td_kwtype i:hover {
        color: red;
    }

.td_kwtype_none {
    border: solid 1px #ccc;
    display: inline-block;
    font-size: 8pt;
    padding: 1px 2px;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    line-height: 14px;
}

    .td_kwtype_none a {
        color: #000;
        font-size: 10px;
    }

        .td_kwtype_none a:hover {
            color: #1171B5;
            font-weight: bold;
            cursor: pointer;
        }

    .td_kwtype_none i {
        margin-left: 5px;
        cursor: pointer;
        margin-right: 5px;
    }

        .td_kwtype_none i:hover {
            color: red;
        }



#ShareUserList {
    margin-top: 25px;
    height: 200px;
    width: 100%;
    background-color: #ECF0F5;
    overflow-y: scroll;
}
#ol_ShareUserAdded
{
    padding-left:20px;
    padding-top:5px;
}

   #ol_ShareUserAdded .rowdata {
        height: 30px;
        border-bottom: dotted 1px #ddd;
        width: 100%;
    }

#ShareUserList ol li {
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
}

    #ShareUserList ol li i {
        float: right;
        padding: 5px;
        cursor: pointer;
        color: #515151;
    }
#UpdateShareUserMessages
{
    color:#ff0000;
    display:block;
    margin-top:5px;
}
.ShareUserName
{
   font-style:normal;
   float:left !important;
   padding-top:0 !important;
}

@font-face {
    font-family: 'PasswordDots';
    src: url('text-security-disc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



#txt_password_to_delete_project {
    font-family: 'PasswordDots' !important;
    font-size: 12px !important;
}

/*input.password {
    font-family: 'PasswordDots' !important;
    font-size: 8px !important;
}*/
.dropdown_position_Setting {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.dropdown_position_Setting .export a
{
    cursor:pointer;
    color:#1171B5 !important;
}
.dropdown_position_Setting .recrawl a {
    color: #3EBC92 !important;
    cursor: pointer;
}
    .dropdown_position_Setting .delete a {
        color: #ff0000 !important;
        cursor:pointer;
    }
    .dropdown_position_Setting li a {
        padding: 5px !important;
        font-size: 12px;
    }

        .dropdown_position_Setting li a i {
            width: 15px;
        }

.tracker_ddl_devices_locaion {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight:600;
}
    .tracker_ddl_devices_locaion .button {
        color: #007bff;
        cursor: pointer;
    }
    .tracker_ddl_devices_locaion .selected {
        padding: 5px !important;
        font-size: 12pt;
        color: #3C8DBC;
    }
.tracker_ddl_devices_locaion li a
{
    padding:5px !important;
    font-weight:500;
    font-size:12pt;
    color:#000;
}
    .tracker_ddl_devices_locaion li a i{
        width: 15px;
    }
    .tracker_ddl_devices_locaion .selected i {
        width: 15px;
        margin-right:10px;
    }
.tracker_ddl_devices_locaion .li-title
{
    font-weight:bold;
    min-width:400px;
    padding-left:5px;
}

    .tracker_ddl_devices_locaion .li-title2 {
        font-weight: bold;
        padding-left: 5px;
    }


    .tracker_ddl_devices_locaion .li-line {
        border-top: solid 1px #ddd;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .tracker_ddl_devices_locaion .li-btn-addnew
    {
        margin-left:5px;
    }
.col-info {
    padding-top:5px;
}
    .col-info .info-item {
        display: inline-block;
        border-left: solid 1px #ccc;
        padding-left:5px;
        padding-right:5px;
    }
    .col-info .info-item a
    {
        padding-left:5px;
    }

    .col-info .info-item-right {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }



.icon_ddlPostionTrackingCompare {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 3px 10px;
    background-color: #4285F4;
    color:#fff;
}
#ddlPostionTrackingCompare
{
    height:30px;
    padding:0;
}
#divshowAddMoreDeviceLocation, #divShowDeviceLocation {
    min-height: 500px;
}
#DevicesLocations ._desc
{
    font-weight:600;
    margin:0 0 10px 0;
}
.add_to_compare_CompetitorDiscovery
{
    cursor:pointer;
}
.notedelete {
    color: #515151;
    font-style: italic;
}

.cover_Competitors_discovery {
    height: 550px;
    overflow-y: scroll;
}
#tb_Competitors_discovery .td_stt {
    text-align: center;
    padding:0;
}

#tb_Competitors_discovery .td_compettior {
    text-align: left;
    color: #4285F4;
    font-weight: 600;
    font-size: 15px !important;
}

#tb_Competitors_discovery .td_visibility {
    text-align: right;
    color: #009044;
    font-weight: 500;
}
#tb_Competitors_discovery .td_topkeyword {
    text-align: right;
    color: #009044;
    font-weight: 500;
}
    #tb_Competitors_discovery .td_topkeyword b {
        color: #ccc;
    }



#tb_All_Competitors_discovery .td_compettior {
    text-align: left;
    color: #4285F4;
    font-weight: 600;
}


/* Scrollbar */
::-webkit-scrollbar {
    width: .45rem;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(27, 27, 27, .4);
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

#tbl_All_Competitors_discovery_info
{
    float:left !important;
}
.btn_trash_competitor
{
    cursor:pointer;
}
.btn_trash_competitor:hover
{
    color:red;
}
.add_to_competitors
{
 cursor:pointer;    
}

#tbody_landingpages_contain_keywords tr td
{
    text-align:center;
    font-weight:bold;
}
    #tbody_landingpages_contain_keywords tr td:first-child
    {
        text-align:left;
        color:#1171B5;
        font-weight:normal;
    }
.lb_position
{
    text-align:center;
}

.lb_keywords {
    font-size: 110%;
    font-weight: bold;
}
.nav-tabs {
   /* border-bottom: solid 1px #103379;*/
}
    .nav-link
    {
        font-size:12pt;
    }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #103379;
    border-left: solid 3px #6c5bd5;
    font-weight: bold;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   /* border-color: #103379 #103379 #fff;*/
}
.mdc-card .card-title {
    font-weight: 600;
    color: #103379;
}
#tb_TopCompetitor .badge 
{
    font-size:10pt;
    margin-left:5px;
    color:#fff;
}
.keywordssummary_title a
{
    font-weight:600;
    font-size:18px;
}
.Instruction_notes {
    font-weight: 600;
    color: #103379;
    font-size:13pt;
}
.bg_ddl {
    background-color: #007bff;
    border: solid 1px #007bff;
    color:#fff;
}
.bd_ddl {
    border: solid 1px #007bff;
}
#table_LandingPages
{
   margin:0;
   width:100%;
}

#table_LandingPages_filter .input {
    border: solid 1px #009900;
}
.gemini_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: linear-gradient(135deg, #4285f4 0%, #8e37d7 50%, #00bcd4 100%);
    -webkit-mask: url('gemini.svg') no-repeat center;
    mask: url('/images/gemini.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 5px;
    transition: background 0.3s ease;
}

.aioreportbutton {
    border: 1px solid transparent;
    border-image: linear-gradient(135deg, #4285f4 0%, #8e37d7 50%, #00bcd4 100%);
    border-image-slice: 1;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}

    .aioreportbutton:hover {
        background: linear-gradient(135deg, #4285f4 0%, #8e37d7 50%, #00bcd4 100%);
        color: #fff;
        box-shadow: none; /* Không đổ bóng ra ngoài */
    }

        /* Khi hover, đổi màu icon sang trắng */
        .aioreportbutton:hover .gemini_icon {
            background: #fff;
        }


.rankingreportbutton {
    border: 1px solid #0d6efd; /* Bootstrap primary */
    color: #0d6efd;
    background-color: #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius:0px !important;
}

    .rankingreportbutton:hover {
        background-color: #0d6efd;
        color: #fff;
        box-shadow: none; /* không đổ bóng */
    }

        /* Nếu icon có thể đổi màu (font awesome) */
        .rankingreportbutton:hover i {
            color: #fff;
        }

    .rankingreportbutton i {
        margin-right: 5px;
    }