.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 50px;
}

.jqvmap-region {
    cursor: pointer;
}

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

#vmap {
    width: 100%;
    height: 100%;
    background-color: red;
}

.map {
    height: 600px;
    margin-bottom: 65px;
}

.tab {
    display: inline-block;
    margin-left: 8px;

    z-index: 99;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;

}

.tab a {
    padding: 5px 8px 8px;

    border-bottom: 0;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    background-color: #c01827;
    visibility: hidden;
    -webkit-box-shadow: 1px 3px 0 #78141a;
    box-shadow: 1px 3px 0 #78141a;


}

.tab a:hover {
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.51) inset;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.51) inset;
    -ms-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.51) inset;
}

.tab a.active {
    visibility: visible;
}


.map-tabs {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;

}

.maps {
    visibility: hidden;
    position: absolute !important;

    opacity: 0;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 15px 5px #5F5D5D;
    box-shadow: 0px 0px 15px 5px #5F5D5D;
}

.maps.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}


/* Setup basic CSS for Label */
.jqvmap-pin {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    font-family: "franklin-gothic-urw";
    font-size: 13px;
    cursor: default;
    pointer-events: none;
}