html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Verdana";
    font-size: 11pt;
    background: #696969;
}

#title {
    position: absolute;
    left: 30px;
    top: 35px;
    max-width: calc(80% - 270px);
    width: auto;
    height: auto;
    display: table;
    background: black;
    opacity: 0.6;
    z-index: 99999;
    color: white;
    padding: 10px 15px;
    margin: 0;
    word-wrap: break-word;
    font-size: 20pt;
    font-family: Roboto, Helvetica, sans-serif;
}

#map {
    height: 100%;
    width: calc(100% - 270px);
    float: left;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
    color: black;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    font-size: 12px;
    overflow: scroll;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -15px;
    right: -10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#windows {
    height: 100%;
    width: 250px;
    color:#d3d3d3;
    float: right;
    margin: 0 10px;
}

#windows.active {
    height: calc(100% - 110px);
}

.headersection {
    width: calc(100% - 6px);
    height: 100px;
    margin: 20px 3px 0px 3px;
    line-height: 100px;
}

#logo { 
    height: 55px;
    text-align: right;
    display: inline;
}

#header {
    color: aliceblue;
    text-align: right;
    display: inline;
    font-size: 55px;
    font-family: Roboto, Helvetica, sans-serif;
}

#info{
    font-size: 20px;
    display: inline;
}

#setting{
    display: inline;
    filter: invert(80%);
    width: 18px;
    position: relative;
    bottom: -1px;
}

#info:hover{
    color:white;
    cursor: pointer;
}

#setting:hover{
    font-size: 24px;
    cursor: pointer;
    filter: invert(100%);
}

#settingWindow {
    height: 80px;
    background:#023e58;
    border-style: 1px solid #696969;
    border-bottom-width: 2px;
    border-radius: 5px;
    top:15px;
    padding: 15px;
    font-size: 12px;
    display: none;
}

.settingOption {
    position: relative;
}

.settingOption:hover{
    cursor: help;
} 

.settingOption #settingTip {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    width: 240px;
    /* background-color: #023e58; */
    color: #fff;
    background-color: #696969;
    text-align: left;
    z-index: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    float: right;
    position: absolute;
    left: -305px;
    top: 0px;
    font-size: 12px;
}

.settingOption:hover #settingTip{
    visibility: visible;
    opacity: 0.9;
} 

.inputcontainer {
    width: 100%;
    height: 30px;
    background:#696969;
    color:#d3d3d3;
    font-size:12pt;
    border-style: 2px solid #696969;
    border-radius: 5px;
    display: block;
    line-height: 30px;
}

.inputcontainer button {
    width: 40px;
    height: 22px;
    padding: 0;
}
.inputcontainer button:hover {
    cursor: pointer;
}

.inputcontainer button#submit {
    width: 50px;
}

#window1 {
    height: calc((100% - 270px)/3 - 25px + 50px);
    background: #023e58;
    overflow-y: scroll;
    border-style: solid;
    border-width: 2px;
    border-color: #023e58;
    border-bottom-width: 2px;
    border-radius: 5px;
    padding: 10px 15px;
}

#window2 {
    height: calc((100% - 270px)/3 - 25px + 50px);
    background: #023e58;
    overflow-y: scroll;
    border-style: solid;
    border-width: 2px;
    border-color: #023e58;
    border-top-width: 2px;
    border-radius: 5px;
    padding: 10px 15px;

    color:#c6d7df;
    font-size: 12px;
}

#window3 {
    height: calc((100% - 270px)/3 - 25px - 100px);
    background: #023e58;
    overflow-y: scroll;
    border-style: solid;
    border-width: 2px;
    border-color: #023e58;
    border-top-width: 2px;
    border-radius: 5px;
    padding: 10px 15px;
}

#window1 ul{
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#window1 li{
    padding: 5px 0;
}


#window2 ul{
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#window2 li{
    padding: 5px 0;
}

#window3 ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#window3 li{
    padding: 5px 0;
}

.scrollbar {}

.scrollbar::-webkit-scrollbar {
  width: 10px;
}

.scrollbar::-webkit-scrollbar-track {
  display: none;
}
 
.scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.sectiontitle {
    position: relative;
    height: 30px;
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
  
.sectiontitle .tooltip {
    visibility: hidden;
    width: 240px;
    /* background-color: #023e58; */
    color: #fff;
    text-align: left;
    z-index: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    float:right;
    position: absolute;
    left: -80%;
    top: 30%;
    /* bottom: -15%;  */
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.sectiontitle:hover{
    color: rgb(255, 253, 234);
    cursor: help;
}

.sectiontitle:hover .tooltip {
    visibility: visible;
    opacity: 0.9;
    background-color: #696969;
}

.wikititles {
    color: #c6d7df;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
}

.wikititles .item {
    background-color: #023e58;
}

.wikititles .item:hover {
    cursor: pointer;
    background-color: #023e90;   
}

.wikititles .item-active  {
    cursor: pointer;
    background-color: #a80707;
}

.wikititles .item-active:hover  {
    cursor: pointer;
    background-color: #023e90;
}

.filter {
    position: relative;
    margin-right: 3px;
    top: 1px;
    visibility: hidden;
    width: 0;
}

.publishers {
    color: #c6d7df;
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
}

.publishers .item {
    background-color: #023e58;
}

.publishers .item:hover {
    cursor: pointer;
    background-color: #023e90;
    color: #c6d7df;
}

.publishers .item-active  {
    cursor: pointer;
    background-color: #c6d7df;
    color: #000;
}

.publishers .item-active:hover  {
    cursor: pointer;
    background-color: #023e90;
    color: #c6d7df;
}

.deselect {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 20px;
    visibility: hidden;
}

.deselect:hover {
    cursor: pointer;
    color: #fff;
}

#total { 
    margin-left: 3px;
 }

#legend {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 0;
}

#legend h3 {
    margin-top: 0;
}

#legend img {
    vertical-align: middle;
    height: 20px;
}

.hidden {
    display: none;
}

#loading {
    background: url("../images/loader.gif") no-repeat center center;
    background-size: 500px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}