﻿.map {
}

    .map svg {
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    .map .area {
        fill: var(--nsop-theme-palette-secondary-color);
        stroke: #fff;
        cursor: pointer !important;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 500ms ease;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .map .area:hover {
            fill: #cc8240 !important;
            position: relative;
        }

    .map circle {
        fill: white;
        stroke: #f2513e;
        stroke-width: 0.5;
    }

.maphover {
    fill: var(--nsop-theme-palette-primary-color, navy) !important;
    background: #75a535 !important;
    position: relative;
}

.maptip {
    position: absolute;
    left: 20px;
    top: 390px;
}

@media screen and (max-width:1199px) {
    .maptip {
        top: 370px;
    }
}

.popover {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: fit-content;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #333;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
    min-width: unset !important;
    overflow:hidden;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #b6d9ee;
    border-bottom: 1px solid #a1cee9;
    border-radius: 7px 7px 0 0;
    display: none;
}

.popover-content {
    padding: 9px 14px;
    font-size: .9rem;
    color: #47659b;
    font-weight: bold;
    width: fit-content;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 0;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: 11px;
    border-bottom-width: 0;
    border-top-color: #ccc;
    border-top-color: #ddd;
    bottom: -9px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #ccc;
    border-right-color: #ddd;
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #ccc;
    border-bottom-color: #ddd;
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #ccc;
    border-left-color: #ddd;
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #333;
    }

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333;
}


.arrow-srch {
    position: absolute;
    top: 9px;
    right: -45px;
}
