body {
    font-size: 16px;
    font: 76%/1.5 "MuseoSans-500", sans-serif;
    background-color: #222234;
}

.connection {
    stroke: white;
}

.target {
    cursor: pointer;
}

.tooltip {
    top: 50%;
    left: 0%;
    padding: 0 0px;
    background-color: white;
    font-size: 13px;
    z-index: 999;
    min-width: 600px;
    min-height: 600px;
    max-width: 600px;
    min-height: 600px;
}

.tooltip-header {
    background-color: #0087d6 ;
    color: #fff;
    font-size: 26px;
    padding: 5px;
    padding-top: 12px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.tooltip-subheader {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.tooltip-body {
    background-color: #0087d6;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    text-align: justify;
}

.tooltip-desc {
    background-color: #0087d6;
    color: #fff;
    font-size: 16px;
    padding: 6px;
    padding-bottom: 15px;
}

.tooltip-footer {
    position: absolute;
    bottom: 0px;
    height: 30px;
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
}

.loading {
    width: 100vw;
    height: 100vh;
}

.loading div {
    background-color: white;
    text-align: center;
    border: 1px solid silver;
}

.center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px;
}

​
.stroke {
    fill: none;
    stroke: #0b5fcf;
    stroke-width: 3px;
}

.fill {
    fill: #2a86ff;
}

.graticule {
    display: none;
    fill: none;
    stroke: #4A4A70;
    stroke-width: .5px;
    stroke-opacity: .5;
}

.land {
    fill: #0b5fcf;
    //stroke: #223b5b;
    stroke: #e2e2e2;
    stroke-width: 1px;
}

.boundary {
    fill: none;
    stroke: #223b5b;
    stroke: #0044c4;
    stroke: #0099ff;
    stroke-width: 1px;
}

.BlockFullScreen {
    background-color: #333;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    left: 0%;
    top: 0%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 3;
    cursor: pointer;
}

.filter-tab {
    border-radius: 0px 15px 15px 0px;
    padding: 3px;
    width: 30px;
    height: 100px;
    z-index: 2;
    position: absolute;
    left: 0px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.filter-1 {
    bottom: 20px;
    background-color: #700000;
    color: #e8f5fa;
}

.filter-1:hover {
    background-color: #0252e8;
    color: #ffffff;
}

.filter-2 {
    bottom: 250px;
    background-color: #7fa0bf;
}

.filter-2:hover {
    background-color: #aac0d4;
    color: #000;
}

.filtermenu {
    border-radius: 0px 15px 15px 0px;
    margin: 0px;
    padding: 0px;
    width: 250px;
    max-height: 400px;
    min-height: 150px;
    z-index: 2;
    position: absolute;
    left: -250px;
    color: #000;
    font-size: 14px;
    background-color: white;
    border: 1px solid gray;
    opacity: 0.8;
    filter: alpha(opacity=60);

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.filtermenu-1 {
    bottom: 20px;
}

.filtermenu-2 {
    bottom: 30px;
}

.filterTitle {
    font-weight: bold;
    color: #00859b;
    padding: 5px;
}

.filtermenu-content {
    padding: 5px;
    max-height: 300px;
    overflow-y: auto;
}

.datalinks li {
    cursor: pointer;
}

.datalinks li:hover {
    background-color: #f2a900;
}

.filterSelection {
    background-color: yellow;
}

.tab-txt {
    margin: 7px;
}

.rotate {

    /* Safari */
    -webkit-transform: rotate(-270deg);

    /* Firefox */
    -moz-transform: rotate(-270deg);

    /* IE */
    -ms-transform: rotate(-270deg);

    /* Opera */
    -o-transform: rotate(-270deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}

.logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1;
}

/**********************
  P A G E S
**********************/
.page-tab {
    border-radius: 15px 15px 0px 0px;
    padding: 3px;
    width: 100px;
    height: 30px;
    z-index: 4;
    position: absolute;
    bottom: 0px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.pagetab-1 {
    right: 256px;
    background-color: #bb33ff;
}

.pagetab-1:hover {
    background-color: #dd99ff;
    color: #000;
}

.pagetab-2 {
    right: 150px;
    background-color: #7fa0bf;
}

.pagetab-2:hover {
    background-color: #aac0d4;
    color: #000;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.pageTitle {
    font-weight: bold;
    color: #00859b;
    padding: 5px;
    font-size: 30px;
    text-align: center;
}

.pageContent {
    font-color: black;
    padding: 10px;
    overflow-y: auto;
    height: 80%;
    width: 100%;
}

@media (min-width: 768px) {
    #pageStatistics .modal-dialog {
     width: 50%;
    }
}

.alert {
    color: red;
    font-size: 15px;
}

.stat-chart {
    width: 100%;
    margin-top: -50px;
}

.stat-bignumber {
    color: #333;
    font-weight: bold;
    font-size: 44px;
}

.statistic {
    text-align: center;
}
