body {
    overflow: hidden;
    background: #FFFFFF;
    margin: 0;
}
.block {
    display: none !important;
}

.background {
    fill: #FFFFFF;
    pointer-events: all;
}
.state {
    pointer-events: fill;
    fill: #FFFFFF;
    stroke-width: 1px;
    stroke: #222;
    cursor: pointer;
}
.state:hover {
    stroke-width: 1.5px;
}

.castate {
    pointer-events: fill;
    fill: #FFFFFF;
    stroke-width: 1px;
    stroke: #222;
    cursor: pointer;
}

.castate:hover {
    stroke-width: 1.5px;
}
.mxstate {
    pointer-events: fill;
    fill: #FFFFFF;
    stroke-width: 1px;
    stroke: #222;
    cursor: pointer;
}

.territory {
    pointer-events: fill;
    fill: #fff;
    stroke: #222;
}
.territory-label {
    font-family: sans-serif;
    pointer-events: none;
}
.hidden {
    fill: #ccc;
    stroke: #ccc;
}
.tooltip {
    background-color: #FFF;
    margin: 10px;
    /*width: 250px;
    height: 100px;
    padding-left: 10px;
    padding-top: 10px;*/
    padding: 10px;
    /*-webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;*/
   border: 1px solid #888;
    border-radius: 5px;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.loader {
    position: absolute;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    font: 20px sans-serif;
    margin: -21px -54px;
    padding: 10px;
}

.zoom-controls {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.zoom-button {
    margin-right: 2px;
    font: bold 14px sans-serif;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zoom-button:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.zoom-in:before {
    content: "\e015";
}
.zoom-out:before {
    content: "\e016";
}
.reset-zoom:before {
    content: "\e091";
}
.reset-zoom {
    display: none;
}

.page-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
}