﻿body {
    margin: 0;
}

/*RESPONSIVE*/
/* Small devices (small phones, 768px and up) */
.page_services {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    font-family: OpSans;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

    .page_services a {
        text-decoration: none;
        font-family: OpSansBold;
        color: #e2007a;
    }

.section_title {
    display: block;
    font-family: OpSansBold;
    font-size: 18px;
    color: #e2007a;
    padding-bottom: 6px;
}

.service_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px dotted #464646;
    padding-bottom: 6px;
}

    .service_box span {
        font-family: OpSansBold;
        font-size: 20px;
    }

#league_table_top10_box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    width: 65%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#league_table_contact_box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    /*right: 0;*/
    box-sizing: border-box;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-family: OpSans;
    font-size: 14px;
}

    #league_table_contact_box p {margin-top: 5px; margin-bottom: 0}

    #league_table_contact_box img {width: 25%}

#reality_check_methodology {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    width: 78%;
    margin-right: 20px;
    margin-bottom: 20px;
}

#reality_check_contact_box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    width: 19%;
    border-top: 1px solid #e2e2e2;
}


/*KPI TAB*/
.kpi_tab_container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #c5c5c5;
}

.kpi_tab {
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-family: OpSansBold;
    font-size: 18px;
    color: #c3c3c3;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-top: 8px solid #fff;
    cursor: pointer;
}

    .kpi_tab:hover {
        color: #464646;
        border-top: 8px solid #464646;
    }

.kpi_tab_selected, .kpi_tab_selected:hover {
    color: #e2007a;
    border-top: 8px solid #e2007a;
}

.paragraph_title {
    display: block;
    font-family: OpSansBold;
    font-size: 14px;
    padding-top: 6px;
    text-transform: uppercase;
}

/*KPI FREE REPORT POPUP*/
.free_report_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -350px;
    margin-top: -30px;
    background-color: #fff;
    z-index: 101;
    padding: 18px 20px 18px 20px;
    font-family: OpSans;
    font-size: 13px;
    color: #3a3a3a;
}

    .free_report_popup input {
        font-family: OpSans;
        font-size: 13px;
        color: #3a3a3a;
        width: 300px;
    }

/*KPI REPORTS*/
.kpi_report_container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kpi_report_graph_box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.kpi_report_legend_box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
    font-family: OpSans;
    font-size: 13px;
}

.kpi_report_legend_box_summary {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.kpi_report_legend_box_signup_icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0;
    width: 10%;
    height: auto
}

.kpi_report_legend_box_signup_icon img {width: 100%}

.kpi_report_legend_box_signup_text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 4px;
    width: 88%;
    height: auto;
}

/*GRIDVIEW LEAGUE TABLE*/
.gv_league_table {
    width: 100%;
    height: 100%;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
}

    
    .gv_league_table td, th, table {
        border: none;
        font-family: OpSans;
        font-weight: 400;
        color: #464646;
    }

    .gv_league_table th {
        height: 30px;
        font-size: 14px;
        border-left: 1px solid #e2e2e2;
        vertical-align: top;
    }

        .gv_league_table th:first-child {
            border-left: none;
            text-align: left;
            padding-left: 10px;
            width: 240px;
        }


    .gv_league_table td {
        height: 24px;
        font-size: 13px;
        border-left: 1px solid #e2e2e2;
        text-align: center;
    }

        .gv_league_table td:first-child {
            border-left: none;
            text-align: left;
            padding-left: 10px;
            width: 240px;
            overflow: hidden;
   }

/*GOLDFISH*/
.goldfish_offer_box {
    position: absolute;
    display: inline-block;
    background-color: #f3f3f3;
    width: 40%;
    height: auto;
    padding: 10px 10px 10px 10px;
}

.goldfish2019_title {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e2007a;
    font-family: OpSans;
    font-size: 22px;
    color: #e2007a;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
}

.goldfish2019_box {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2007a;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.goldfish2019_box_title {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-family: OpSans;
    font-size: 20px;
    color: #e2007a;
    line-height: 20px;
}

.goldfish2019_order_cell {
    display: inline-block; 
    width: 24%; height: 250px; 
    box-sizing: border-box; 
    border-right: 1px dotted #464646;
    vertical-align: top;
}

.goldfish2019_order_button {
    position: absolute;
    width: 140px;
    height: 30px;
    font-family: OpSansBold;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background-color: #e2007a;
    color: #fff;
    margin: 0;
    padding: 0;
}


/* Medium devices (phones, tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .page_services {
        left: 50%;
        width: 820px;
        margin-left: -410px;
        font-size: 13px;
    }

    #league_table_top10_box {
        width: 533px;
        height: 254px;
    }

    #league_table_contact_box {
        left: 70px;
        width: 178px;
        height: 250px;
        font-size: 11px;
        line-height: 120%;
    }

    .svg {
        width: 450px;
        height: 380px;
    }

    .svg_tail {
        width: 500px;
        height: 900px;
    }

    #dviz-column-millennials, #dviz-column-profit, #dviz-column-mediapie {
        width: 400px;
        height: 300px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .page_services {
        width: 1000px;
        margin-left: -500px;
        font-size: 14px;
    }

    .section_title {
        font-size: 20px;
    }

    #league_table_top10_box {
        width: 650px;
        height: 304px;
    }

    #league_table_contact_box {
        right: 50px;
        width: 200px;
        height: 305px;
        font-size: 13px;
    }

        #league_table_contact_box img {
            width: 30%;
        }

    .svg {
        width: 500px;
        height: 400px;
    }

    .svg_tail {
        width: 400px;
        height: 900px;
    }

    #dviz-column-millennials, #dviz-column-profit, #dviz-column-mediapie {
        width: 500px;
        height: 375px;
    }
}

/*KPI*/
.arc text {
    font-family: OpSans;
    text-anchor: middle;
    fill: #6F7072;
}

    .arc text.m {
        font-size: 16px;
        font-weight: 700;
    }

    .arc text.s {
        font-size: 12px;
        font-weight: 400;
    }

.arc path {
    stroke: #fff;
}

.bar {
    fill: #6F7072;
    stroke-width: 0.5px;
    stroke: #fff;
}

    .bar:hover {
        fill: #E10179;
        cursor: pointer;
    }

.axis--x path {
    display: none;
}

.axis--x .tick text {
    transform: rotate(90deg) translateX(10px);
}

.axis {
    font: 10px sans-serif;
}

    .axis path,
    .axis line {
        fill: none;
        stroke: #707173;
        shape-rendering: crispEdges;
    }

.bar:hover {
    transition: opacity .3s ease;
    opacity: .8;
}

.axis.x line, .axis.y line {
	stroke: #6F7072 !important;
}

.axis.x path, .axis.y path {
	stroke: #6F7072 !important;
}

.axis.x text, .axis.y text {
	fill: #6F7072 !important;
}

.axis path,
.axis line {
	fill: none;
	stroke: #707173;
	shape-rendering: crispEdges;
}

.bar:hover {
	transition: opacity .3s ease;
	opacity: .8;
}

.dviz {
	max-width: 600px;
	height: 350px;
	width: 100%;
}

text {
    pointer-events: none;
}

circle.bar:hover {
    fill: #E2007A !important;
}

#mapviz {
    height: auto;
}