.loadingGif {
    height: 50px;
}

.indexMainPanel {
    display: none;
    height: 100%;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#indexMainPanelWorldMap {
    display: block;
}

#indexMainMenu {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.userNickSpan {
    font-weight: bold;
}

.standardPanel {
    background-color: white;
    border: 3px solid black;
    border-radius: 25px;
    padding: 25px;
}

.draggableHandle {
    background-color: lightgray;
    border: 1px solid black;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.panelCloser {
    background-color: red;
    border: 1px darkred solid;
    border-radius: 15px;
    color: white;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.updaterElement {
    display: none;
    height: 50px;
}

.tooltipZone {
    background-color: rgba(255,255,255,0.9);
    border: 3px solid black;
    border-radius: 25px;
    margin: 10px;
    padding: 10px;
    position: absolute;
}
.tooltipZone img {
    height: 25px;
}
.tooltipContent {
    display: none;
    transform-origin: top right;
    transition: display 1s;
}
.tooltipSwitch {
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
    display: inline;
    font-family: monospace;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 8px;
    position: absolute;
    right: -3px;
    top: -3px;
}
.tooltipSwitchClose {
    border: 3px blue solid;
    color: blue;
}
.tooltipSwitchOpen {
    border: 3px red solid;
    color: red;
}

.coloredDot {
    border: 1px solid black;
    border-radius: 10px;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 10px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.hidden {
    display: none;
}