.context-menu {
    z-index:90000; 
    position: absolute;
    border-radius: 4px;
    top: 388px;
    left: 1052px;
    background-color: #474747;
    color: #d3d3d3;
    font-size: 12px;
    padding-bottom: 5px;
    user-select: none;
    -webkit-user-select: none;
}

.context-menu .context-menu-item-icon {
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.context-menu .context-menu-movetocoord {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-top: solid 0.5px #d3d3d3;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
}

.context-menu .context-menu-movetocoord #movetocoord {
    margin-bottom: 0;
    height: 10px;
    margin-left: 5px;
    font-size: 11px;
    background-color: #474747;
    border-radius: 5px 0px 0px 5px;
    color: #d3d3d3;
    width: 100%;
}

.context-menu .context-menu-movetocoord #movetocoord.invalid {
    color: #ff8d8d;
}

.context-menu .context-menu-movetocoord .input-button-movetocoord {
    height: 20px;
    width: 30px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    font-size: 8px;
    color: #d3d3d3;
    background-color: #676767;
    vertical-align: middle;
    line-height: 17px;
    text-align: center;
    border-color: #d3d3d3;
    border-width: 1px;
    position: relative;
    padding: 0;
}

.context-menu .context-menu-header {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 0.5px #d3d3d3;
    user-select: text;
    -webkit-user-select: text;
}

.context-menu .context-menu-header-name {
    margin-right: 5px;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
}

.context-menu .coords {
    color: #78aeff;
    cursor: pointer;
}

.context-menu .coords:active{
    color: #1ffff4;
}

.click-menu-item {
    padding: 5px 10px;
}

.click-menu-item:hover {
    background-color: #bbbbbb;
    color: black;
    cursor: pointer;
}

#liz_layer_popup.olPopup.lizmapPopup {
    z-index: 99001!important;
}