/*.custom-vis-layout.edwb-map*/

.bar {
    fill: #4682b4
}

.x.axis path {
    display: none
}

.counties {
    fill: none
}

.feature {
    fill: none;
    stroke: #eee;
    stroke-linejoin: round
}

.active {
    /*stroke: #eee;*/
    /*stroke-width: 1px;*/
}

.states {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round
}

.qdef {
    fill: #eee
}

.q0-4 {
    fill: #428bca
}

.q1-4 {
    fill: #3fbba8
}

.q2-4 {
    fill: #d7a13f
}

.q3-4 {
    fill: #e36d49
}

.map-background {
    fill: #fff
}

.map-legend-background {
    fill: #fff;
    fill-opacity: .8
}

.map-legend-text {
    fill: #777;
    font: 400 10px Arial
}

.nv-legend-text {
    fill: #777
}

g.nv-series {
    cursor: pointer
}

g.nv-series.disabled circle {
    fill-opacity: 0
}

svg text {
    font: 400 11px Arial;
    fill: #666
}

g.tick text {
    font: 400 11px Arial;
    fill: #444
}

path:hover {
    opacity: .9;
    transition-duration: .2s
}

.d3tooltip {
    position: absolute;
    padding: 1px;
    z-index: 10000;

    color: #FFF;
    background-color: #333;
    border: none;

    font-size: 10px;
    text-align: left;
    pointer-events: none;

    white-space: nowrap;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.d3tooltip h3 {
    margin: 0;
    padding: 4px 14px;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    font-weight: bold;
}

.d3tooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;

    font-size: 9px;
    line-height: 1.2;
    font-weight: 300;
}

.d3tooltip span {
    display: inline-block;
    margin: 2px 0;
}

.d3tooltip-pending-removal {
    position: absolute;
    pointer-events: none;
}

.arrow-tooltip-down:not(.no-arrow):after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #333 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 50%;
}

.arrow-tooltip-up:not(.no-arrow):after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #333 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    top: -10px;
    left: 50%;
}

.arrow-tooltip-left:not(.no-arrow):after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #333;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -10px;
    left: -10px;
    top: 50%;
}

.arrow-tooltip-right:not(.no-arrow):after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent #333;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -10px;
    right: -10px;
    top: 50%;
}


#RwMenuModel_WEB-INFxmllayoutsblocksInsertDHTMLWidgetMenuLayoutxml   #mnuInsertWgEDWB_Map {
    background:url(images/defaultimage_RWD.png) no-repeat scroll 4px;
    padding: 3px 0pt 3px 14px;
}

#RwMenuModelEditor_WEB-INFxmllayoutsblocksInsertDHTMLWidgetMenuEditorLayoutxml #mnuInsertWgEDWB_Map {
    background:url(images/defaultimage_RWD.png) no-repeat scroll 4px;
    padding: 3px 0pt 3px 14px;
}