/* GS Bid Map */
.map_wrap {
    display: block;
    position: relative;
    width: 100%;
    margin:0 auto;
}
.map_wrap .us-map{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    margin:0 auto;
}
.map_wrap path, .map_wrap circle {
    transition: all 0.3s ease-in-out;
    fill: #94d0ff ;
}
.map_wrap path:hover, .map_wrap circle:hover {
    cursor: default !important;
}
.map_wrap path:hover, .map_wrap circle:hover {
/*  stroke: #002868 !important;
    stroke-width:2px;
    stroke-linejoin: round;;*/
    fill: #666 !important;
    cursor: pointer;
}
.map_wrap .path58 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}
.map_wrap .info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.37);
}
.map_wrap .info-box .title {
    font-weight: bold;
    background-color: #0058bb;
    padding: 10px;
    width:100%;
    color:#ffffff;
    font-size: 20px;
}
.map_wrap .info-box .count {
    padding: 10px;
    font-size: 18px;
}
.map_wrap .gradient_wrap {
    width: 340px;
    padding: 10px;  
    display: block;
/*  background-color: #f6f6f6;*/
    margin:20px auto 0 auto;
    color:#666666;
}
.map_wrap .clear {
    clear: both;
}
.map_wrap .min {
    display: block;
    float: left;
    width: 2%;
    text-align: right;
    line-height: 14px;
}
.map_wrap .gradient {
    position: relative;
    width: 86%;
    height: 15px;
    float: left;
    display: block;
    margin:0 2%;
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(left, #7db9e8 0%, #0058bb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7db9e8 0%,#0058bb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7db9e8 0%,#0058bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#0058bb',GradientType=1 ); /* IE6-9 */
}
.map_wrap .max {
    display: block;
    float: right;
    width: 8%;
    line-height: 14px;
}
.map_wrap .point0, .map_wrap .point1, .map_wrap .point2, .map_wrap .point3, .map_wrap .point4, .map_wrap .point5, .map_wrap .point6, .map_wrap .point7, .map_wrap .point8, .map_wrap .point9, .map_wrap .point10 {
    display: block;
    position: absolute;
    width: 0; 
    height: 0; 
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    top: -12px;
    left: 0%;
}
.map_wrap .point1 {
    left: 10%;
}
.map_wrap .point2 {
    left: 20%;
}
.map_wrap .point3 {
    left: 30%;
}
.map_wrap .point4 {
    left: 40%;
}
.map_wrap .point5 {
    left: 50%;
}
.map_wrap .point6 {
    left: 60%;
}
.map_wrap .point7 {
    left: 70%;
}
.map_wrap .point8 {
    left: 80%;
}
.map_wrap .point9 {
    left: 90%;
}
.map_wrap .point10 {
    left: 100%;
}
.map_wrap .color1 {
    fill:#7db9e8;
}
.map_wrap .color2 {
    fill:#75b3e5;
}
.map_wrap .color3 {
    fill:#68a9e1;
}
.map_wrap .color4 {
    fill:#5a9edb;
}
.map_wrap .color5 {
    fill:#458ed4;
}
.map_wrap .color6 {
    fill:#3f89d2;
}
.map_wrap .color7 {
    fill:#1b6dc5;
}
.map_wrap .color8 {
    fill:#196bc4;
}
.map_wrap .color9 {
    fill:#0b60bf;
}
.map_wrap .color10, .map_wrap .color11, .map_wrap .color12, .map_wrap .color13, .map_wrap .color14, .map_wrap .color15, .map_wrap .color16, .map_wrap .color16, .map_wrap .color17, .map_wrap .color18, .map_wrap .color19, .map_wrap .color20 {
    fill:#0058bb;
}





