.ol-popup {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    color: #191919;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 130px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-scale-line {
    margin-bottom: 10px;
}

/* position the rotate control lower than usual */
.ol-rotate {
    top: 3em;
}

#mousePosition {
    position: relative;
    top: -18px;
    left: 10px;
    width: 170px;
    background: rgba(0, 60, 136, .3);
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    padding: 2px;
    margin: 0px;
}


.header-custom-propertygrid .x-panel-header {
    background-color: whitesmoke;
    background-image: none;
    border: 0px;
}

.header-custom-propertygrid .x-title-text {
    color: rgb(120, 120, 120);
}

.tool_panel_button.x-btn-pressed {
    /* fallback */
    background: #DDE0E4 !important;
}

.IconDel {
    background: url('../../images/icons/delete.gif') !important;
}

.IconSave {
    background: url('../../images/icons/save.gif') !important;
}

.opatreniIcon {
    background: url('../../images/icons/table.png') !important;
}

.opatreniIconActive {
    background: url('../../images/icons/table--pencil.png') !important;
}

.infoDPBIcon {
    background: url('../../images/icons/gear.png') !important;
}

.infoDPBIconActive {
    background: url('../../images/icons/gear--pencil.png') !important;
}

.vyberToolTip {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 2px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.vyberToolTipOversize {
    color: red;
}

#selectionPopupWin {
    position: relative;
    top: 25px;
    right: 15px;
    padding: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 21px;
    background-color: white;
    color: #303030;
    /* border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* box-shadow */
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
}

.invalid-row {
    background-color: rgba(250, 160, 160, 0.2);
}

.valid-row {
    background-color: rgba(218, 247, 166, 0.2);
}

.cib-header-panel {
    background-color: #FFFFFF !important;
    border-bottom: #DDE0E4 1px solid !important;
}

.cib-footer-panel {
    background-color: #FFFFFF !important;
    border-top: #DDE0E4 1px solid !important;
}

.cib-button {
    background-color: #FFFFFF !important; 
    border-color: #C6CBD1 !important;
}

.cib-button-primary {
    color: #FFFFFF !important; 
    background-color: var(--red-500) !important;
    border-color: var(--red-300)#C6CBD1 !important;
}

.header_logo img:hover {
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    cursor: pointer;
}

#loadScreen{
}

#loadScreenCont{
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0.8);;      /* White background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    padding: 20px;              /* Inner spacing */
    border-radius: 10px; 
    font-size: 14px;
    font-weight: 600;
    z-index: 9999;
}