﻿@import url('../../../privatecss/css.css');

.jqvmap-label {
    position: absolute;
    display: none;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    pointer-events: none
}

.jqvmap-pin {
    pointer-events: none
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #000;
    padding: 3px;
    color: #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jqvmap-zoomin {
    top: 10px
}

.jqvmap-zoomout {
    top: 30px
}

.jqvmap-region {
    cursor: pointer
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial;
    font-size: .8125rem;
    letter-spacing: .1px
}

.page-content {
    color: #666
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400
}

strong {
    font-weight: 500
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 300;
    display: block;
    font-size: .9375rem;
    line-height: 1.5;
    margin: 2px 0 1.5rem
}

.h2 small, .h3 small, h2 small, h3 small {
    font-size: .9375rem
}

.h4 small, h4 small {
    font-size: .875rem
}

.h5 small, .h6 small, h5 small, h6 small {
    font-size: .8125rem
}

.text-contrast {
    color: #333
}

.text-gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #6e4e9e), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
    background: linear-gradient(180deg, #6e4e9e 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
    color: #886ab5;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none
}

.jqvmap-zoomin, .jqvmap-zoomout {
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
    background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
    color: #444;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    top: 0;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jqvmap-zoomout {
    top: 1rem
}

.p-0 .jqvmap-zoomin, .p-0 .jqvmap-zoomout {
    left: 1rem;
    top: 1rem
}

.p-0 .jqvmap-zoomout {
    top: 3rem
}

.jqvmap-bg-ocean {
    background-color: #eafeff
}