#worldMap .jvectormap-marker {
    background: none !important;
    width: 32px !important;
    height: 32px !important;
    margin-left: -16px !important;
    margin-top: -32px !important;
    position: absolute !important;
    z-index: 10 !important;
    pointer-events: auto !important;
}
#worldMap .jvectormap-marker img {
    width: 32px !important;
    height: 32px !important;
    display: block !important;
    pointer-events: auto !important;
    
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* 
.table-responsive table {
    min-width: 600px;
    width: 100%;
    border-collapse: collapse;
} */

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fe5a0e;
    padding: 3px;
    color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding-top: 10;
    /* line-height: 40px; */
    text-align: center;
}


