﻿.range-line {
    z-index: 200;
    position: absolute;
    left: 3%;
    right: 3%;
    height: 1px;
    border-top: 1px dotted black;
}


svg path:hover {
    cursor: pointer;
    fill-opacity: 0.8;
}
svg rect:hover, svg text:hover {
    cursor: pointer;
}


#options_benchmark {
    display: none;
}

.cont-chart .help {
    cursor: help;
    position: absolute;
    top: 0.8vw;
    right: 0.8vw;
    width: auto;
    height: 1.1vw;
    z-index: 50;
}
    .cont-chart .help.zoom {
        height: 1.7vw;
    }

.chart-title {
    z-index: 100;
    position: absolute;
    top: 0.8vw;
    left: 0.8vw;
    font-size: 120%;
    font-weight: bold;
    color: #f44e1a;
}
    .chart-title a {
        text-decoration: underline;
        color: #f44e1a;
    }
        .chart-title a:hover, .chart-title a:visited:hover {
            text-decoration: none;
            color: #f44e1a;
        }

#cont-chart-1 {
    position: absolute;
    top: 0.5vw;
    bottom: 0.5vw;
    left: 0.5vw;
    width: 40%;
    background-color: white;
}
    #chart-1-back {
        display: none;
        position: absolute;
        z-index: 890;
        top: 9%;
        left: 0.7vw;
        width: 20%;
        font-size: 100%;
        font-weight: bold;
        color: black;
        text-decoration: none;
        line-height: 0px;
    }
        #chart-1-back.zoom {
            top: 14%;
            width: 13.4%;
            font-size: 86%;
        }
@media (max-width: 1200px) {
        #chart-1-back {
    width: 22%;
    }
}
        #chart-1-back img {
            display: inline;
            vertical-align: middle;
            margin-right: 1%;
            width: 20%;
            height: auto;
        }

#national-label {
    z-index: 100;
    position: absolute;
    top: 4.4vw;
    right: 5.9vw;
    width: 4vw;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    line-height: 100%;
    transition: margin 0.15s ease-out;
}
    #national-label.zoom {
        top: 5.5vw;
        width: 5.6vw;
        right: 8.26vw;
        font-size: 70%;
    }
        #national-label.right {
            margin-right: -5vw;
        }
        #national-label .td {
            text-align: left;
            vertical-align: middle;
        }
#national {
    z-index: 100;
    position: absolute;
    top: 1.2vw;
    right: 6.5vw;
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    background-color: #D93923;
    color: white;
    font-weight: bold;
    font-size: 110%;
    transition: margin 0.15s ease-out;
}
    #national.zoom {
        right: 9.1vw;
        width: 3.92vw;
        height: 3.92vw;
    }
        #national.right {
            margin-right: -5vw;
        }
        #national .td {
            text-align: center;
            vertical-align: middle;
        }

#remoteness-label {
    z-index: 100;
    position: absolute;
    top: 4.2vw;
    right: 5.55vw;
    width: 6.1vw;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    line-height: 100%;
}
    #remoteness-label.zoom {
        top: 5.5vw;
        right: 8vw;
        width: 8.54vw;
        font-size: 70%;
    }
#remoteness-labelFN {
    z-index: 100;
    position: absolute;
    top: 4.2vw;
    right: 0px;
    width: 6.1vw;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    line-height: 100%;
}
    #remoteness-labelFN.zoom {
        top: 5.5vw;
        width: 8.54vw;
        font-size: 70%;
    }

    #national-label .td {
        text-align: left;
        vertical-align: middle;
    }
#remote-prevFN {
    right: 5vw;
}
    #remote-prevFN.zoom {
        right: 6.8vw;
    }
#remote-nextFN {
    right: 0.7vw;
}
    #remote-nextFN.zoom {
        right: 1.3vw;
    }

#remote-prev {
    right: 10.3vw;
    margin-right: 0.3vw;
}
    #remote-prev.zoom {
        right: 14.4vw;
    }
#remote-next {
    right: 6.1vw;
    margin-right: 0.2vw;
}
    #remote-next.zoom {
        right: 9vw;
    }



.hidden {
    /*visibility: hidden;*/
    opacity: 0.3;
}
.visible {
    /*visibility: visible;*/
    opacity: 1;
}
.remote-prev-next {
    display: block;
    position: absolute;
    z-index: 100;
    top: 2.6vw;
    margin-top: -0.55vw;
}
    .remote-prev-next.zoom {
        top: 3.12vw;
    }
    .remote-prev-next img {
        width: auto;
        height: 1.1vw;
    }
    .remote-prev-next.zoom img {
        width: auto;
        height: 1.4vw;
    }

#FN {
    background-color: #131A35;
}
#NAT {
    background-color: #d93923;
}
#rMajor, #rMajorFN {
    background-color: #103596;
}
#rInner, #rInnerFN {
    background-color: #0d54ff;
}
#rOuter, #rOuterFN {
    color: #131A35;
    background-color: #6ccbfe;
}
#rRemote, #rRemoteFN {
    background-color: #93713b;
}
#rVeryRemote, #rVeryRemoteFN {
    background-color: #828282;
}
.remoteness {
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 1.2vw;
    right: 7vw;
    margin-right: 0.3vw;
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 110%;
}
    .remoteness.zoom {
        right: 10vw;
        width: 3.92vw;
        height: 3.92vw;
    }

.remoteness._FN {
    right: 1.7vw;
    margin-right: 0px;
}
    .remoteness._FN.zoom {
        right: 2.38vw;
    }


.remoteness .td {
    text-align: center;
    vertical-align: middle;
}
.remoteness .score {
    display: inline-block;
    position: relative;
}
.remoteness .gap {
    display: block;
    position: absolute;
    top: 80%;
    right: 0px;
    text-align: right;
    font-size: 75%;
}
.remoteness.zoom .gap {
    margin-top: 0.2vw;
    font-size: 65%;
}

    /*#metro {
        display: none;
        z-index: 100;
        position: absolute;
        top: 1.2vw;
        margin-top: 3.7vw;
        right: 0.8vw;
        width: 7.6vw;
        font-weight: bold;
        font-size: 90%;
    }
        #metro .label {
            width: 50%;
        }
            #metro .label div {
                position: absolute;
                top: 0px;
                left: 0px;
            }
        #metro .score-gap {
            width: 50%;
            text-align: center;
        }
        #metro .score {
            display: inline-block;
        }
        #metro .gap {
            text-align: right;
            font-size: 80%;
        }
        #metro .color {
            display: block;
            position: absolute;
            top: 0px;
            right: 0.3vw;
            width: 0.6vw;
            height: 0.6vw;
            border-radius: 0.3vw;
        }
    #regional {
        display: none;
        z-index: 100;
        position: absolute;
        top: 1.2vw;
        margin-top: 5.5vw;
        right: 0.8vw;
        width: 7.6vw;
        font-weight: bold;
        font-size: 90%;
    }
        #regional .label {
            width: 50%;
        }
            #regional .label div {
                position: absolute;
                top: 0px;
                left: 0px;
            }
        #regional .score-gap {
            width: 50%;
            text-align: center;
        }
        #regional .score {
            display: inline-block;
        }
        #regional .gap {
            text-align: right;
            font-size: 80%;
        }
        #regional .color {
            display: block;
            position: absolute;
            top: 0px;
            right: 0.3vw;
            width: 0.6vw;
            height: 0.6vw;
            border-radius: 0.3vw;
        }*/

@media (max-width: 1200px) {
    
    #metro {
        width: 8vw;
    }
        #metro .label {
            width: 55.26%;
        }
        #metro .score-gap {
            width: 44.74%;
        }
    #regional {
        width: 8vw;
    }
        #regional .label {
            width: 55.26%;
        }
        #regional .score-gap {
            width: 44.74%;
        }
}
    

    #map-controls {
        visibility: hidden;
        z-index: 890;
        position: absolute;
        top: 16%;
        left: 0.65vw;
        width: 4%;
    }
        #map-controls.zoom {
            top: 25%;
            width: 2.8%;
        }
        #map-controls a {
            display: block;
            margin-bottom: 6%;
        }
        #map-controls img {
            width: 100%;
            height: auto;
            border: none;
        }
    #map-legend-cont {
        z-index: 798;
        position: absolute;
        bottom: 1vw;
        left: 0px;
        width: 100%;
        font-size: 80%;
        font-weight: bold;
        line-height: 100%;
        text-align: center;
    }
    #map-legend {
        display: inline-table;
    }
        #map-legend.zoom{
            font-size: 80%;
        }
        #map-legend .td.st {
            display: table-cell;
        }

        #map-legend .td.icon {
            line-height: 0px;
            padding-right: 0.3vw;
        }
        #map-legend .td.space {
            width: 15px;
        }
        #map-legend.zoom .td.space {
            width: 10px;
        }
        #map-legend div.icon {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 30%;
        }
            #map-legend div.icon.above {
                background-color: #0d54ff;
            }
            #map-legend div.icon.below {
                background-color: #f96449;
            }
            #map-legend div.icon.insufficient {
                background-color: #808080;
            }
    #chart-1 {
        position: absolute;
        top: 15%;
        left: 6%;
        width: 88%;
        height: 82%;
        font-size: 90%;
    }
        #chart-1.zoom {
            top: 3%;
            height: 94%;
        }
    #chart-1.LGA1 {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA2 {
        top: 12%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA3 {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA4 {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA5 {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA6 {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA7 {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    #chart-1.LGA8 {
        top: 17%;
        left: 2%;
        width: 96%;
        height: 80%;
    }


#cont-chart-2 {
    position: absolute;
    top: 0.5vw;
    left: 70%;
    right: 0%;
    margin-left: 1.5vw;
    margin-right: 0.5vw;
    background-color: white;
}
#chart_2 {
    position: absolute;
    bottom: 0.8vw;
    left: 4%;
    width: 92%;
    height: 75%;
    font-size: 90%;
    overflow: auto;
}
#chart-2 {
    position: absolute;
    bottom: 0.8vw;
    left: 3%;
    width: 75%;
    height: 78%;
    font-size: 90%;
    overflow: hidden;
}

#chart-2-gap-title {
    cursor: help;
    position: absolute;
    top: 12%;
    right: 2%;
    width: 20%;
    text-align: center;
    font-size: 82%;
    font-weight: bold;
}

#chart-2-gap {
    position: absolute;
    bottom: 0.8vw;
    right: 2%;
    width: 20%;
    height: 78%;
    font-size: 82%;
    font-weight: bold;
}

    #chart-2-gap table {
        width: 100%;
        height: 100%;
    }

    #chart-2-gap td {
        text-align: center;
        vertical-align: middle;
        line-height: 0px;
    }










#cont-chart-3 {
    z-index: 3;
    position: absolute;
    top: 0.5vw;
    left: 40%;
    right: 30%;
    margin-left: 2vw;
    margin-right: 0vw;
    /*width: 25%;*/
    /*height: 50%;*/
    background-color: white;
    transition: width linear 200ms;
}
    #cont-chart-3._LGA {
        right: 0%;
        margin-right: 0.5vw;
    }
    #chart-3 {
        position: absolute;
        bottom: 0.8vw;
        left: 3%;
        width: 75%;
        height: 78%;
        font-size: 90%;
        overflow: hidden;
    }
    #chart-3-gap-title {
        cursor: help;
        position: absolute;
        top: 12%;
        right: 2%;
        width: 20%;
        text-align: center;
        font-size: 82%;
        font-weight: bold;
    }
    #chart-3-gap {
        position: absolute;
        bottom: 0.8vw;
        right: 2%;
        width: 20%;
        height: 78%;
        font-size: 82%;
        font-weight: bold;
    }
        #chart-3-gap table {
            width: 100%;
            height: 100%;
        }
        #chart-3-gap td {
            text-align: center;
            vertical-align: middle;
            line-height: 0px;
        }
    #tbl {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 90%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 2px 2px;
    }
    #tbl-header {
        width: 100%;
    }
        #tbl-header th {
            position: relative;
            padding: 1% 1% 1% 1%;
            text-align: center;
            vertical-align: middle;
            background-color: #CCCCCC;
            font-weight: bold;
            color: #000000;
            font-size: 90%;
        }
            #tbl-header th.n {
                cursor: pointer;
                text-align: left;
                width: 56%;
            }
            #tbl-header th.s, #tbl-header th.g {
                cursor: pointer;
                width: 22%;
            }
        #tbl-header th img {
            position: absolute;
            right: 0.4vw;
            top: 50%;
            margin-top: -0.3vw;
            height: 0.6vw;
            width: auto;
        }
/*@media (max-width: 1200px) {
    #tbl-header th img {
            right: 4px;
            margin-top: -3px;
            height: 6px;
        }
}*/
            #tbl-header th img.desc {
                visibility: hidden;
            }
            #tbl-header th img.asc {
                visibility: hidden;
                -webkit-transform: rotateX(-180deg);
                -moz-transform: rotateX(-180deg);
                 -ms-transform: rotateX(-180deg);
                  -o-transform: rotateX(-180deg);
                     transform: rotateX(-180deg);
            }


    #tbl-body {
        width: 100%;
    }
        #tbl-body td {
            padding: 0% 1% 0% 1%;
            text-align: center;
            vertical-align: middle;
            background-color: #f0f0f0;
            font-size: 90%;
            font-weight: bold;
        }
            #tbl-body td.n {
                text-align: left;
                width: 56%;
            }
            #tbl-body td.s, #tbl-body td.s1 {
                width: 22%;
            }

.tbl-paging {
    width: 4.5vw;
}

/*#tbl-paging {
        position: absolute;
        bottom: 0%;
        right: 0%;
        width: 15%;
        height: 5%;
    }
        #tbl-paging table {
            border-collapse: collapse;
            position: absolute;
            top: 0%;
            left: 20%;
            width: 60%;
            height: 100%;
        }
            #tbl-paging table td {
                text-align: center;
                vertical-align: middle;
                color: #555555;
            }
        #tbl-paging img {
            border: none;
            position: absolute;
            bottom: 0%;
            height: 100%;
            width: auto;
        }
            #tbl-paging img.prev {
                left: 0%;
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }
            #tbl-paging img.next {
                right: 0%;
            }*/
#cont-chart-4 {
    position: absolute;
    bottom: 0.5vw;
    left: 40%;
    right: 0%;
    margin-left: 2vw;
    margin-right: 0.5vw;
    background-color: white;
}
    #chart-4 {
        position: absolute;
        bottom: 0.8vw;
        left: 4%;
        width: 69%;
        height: 82%;
        font-size: 90%;
    }
    #chart_4-legend {
        position: absolute;
        bottom: 2vw;
        right: 1vw;
        width: 18%;
        height: 75%;
    }

    /*#chart_4-paginator {
        position: absolute;
        bottom: 0.8vw;
        right: 1vw;
        width: 18%;
        height: 1.2vw;
    }*/




/* tooltip SVG */
#ToolTipDivSVG {
  z-index: 9999;
  position: absolute;
  left: 100px;
  top: 100px;
  border: 0px solid black; 
  border-radius: 5px;
  background-color: rgba(0,0,0,0.85);

-webkit-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.6); 
box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.6);

  display: none;
  padding: 10px;
  margin: 10px;
  color: white;
  text-align: right;
}