/* This is a part of the Cadcorp SIS source code. */
/* Copyright (c) Cadcorp Limited 1991-2025 */
@import url("ol.css");
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.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: "?";
}
.fi-container 
{
    width: 400px;
    height: 150px;
}
.fi-content-container {
    width:100%;
    height:100%;
    overflow:auto
}
.fi-content-width {
    width: calc(100% - 6px);
}
.fi-padding {
    padding:3px;
}
.fi-result-container {
}
.fi-result {
    overflow:auto;
}
.fi-result-head {
    border-radius: 5px;
    display: flex;
}
.fi-result-head-text {
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.fi-result-head-closer {
    margin-right: 5px;
    white-space: nowrap;
    margin-top:-2px
}
.fi-result-head-closeAll {
    margin-right: 5px;
    white-space: nowrap;
}
.fi-result-head-closeAll a, .fi-result-head-closeAll a:visited, .fi-result-head-closeAll a:hover, .fi-result-head-closeAll a:active,
.fi-result-head-closer a, .fi-result-head-closer a:visited, .fi-result-head-closer a:hover, .fi-result-head-closer a:active {
    color: inherit;
}
.fi-popup-closer {
    text-decoration: none;
}
.fi-popup-closer:after {
    content: "?";
}
.fi-result table {
    width: 100%
}

.fullWidth {
    width: 100%
}
.flex-grow1 {
    flex-grow: 1
}

.flex-shrink1 {
    flex-shrink: 1
}

.flex-grow0 {
    flex-grow: 0
}
.flex-shrink0 {
    flex-shrink: 0
}
.layer-switcher {
    position: absolute;
    top: 3.5em;
    right: 0.5em;
    text-align: left;
}

    .layer-switcher .panel {
        margin: 0;
        border: 4px solid #eee;
        border-radius: 4px;
        background-color: white;
        display: none;
        max-height: inherit;
        height: 100%;
        box-sizing: border-box;
        overflow-y: auto;
    }

    .layer-switcher button {
        width: 38px;
        height: 38px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAFiAAABYgFfJ9BTAAACvklEQVRYhWP8//8/AwMDQzQDA8MEBgYGFgYouPziE9Pvv///MdAAiHKz/fn3n6FAXpBzKcgBIMsXMjAwMCNbpdmz7+mNV1+kaeEABUEuhk2JZn/52FnjmaA+Z0ZX5KUhzoJdO+XgwftvDH7zTzEzMTJMYEIOdmTgqykuTisHMEAd8frrLxYmXAoclEVoaT8c4HQACFjICT4eUAf4a0vwDKgDMiwUBAfUAQKcrAy2isIvBswBINDkpi4xoA4A5QYdCd6XA+YAEJjsr0uzMoEoB4BCwV9bgiahQJQDQGBBmKE4OwvTjwFzAChH7Ei24BgwBzBAo6LbW5uqoUCSA0CgxF6ZI1hX8t2AOQAE1sSaClHLEWQ5AOaIcgeVjwPmABDo8NLiXxNr+o2Nmen7gDgABIJ1Jbluljlx6kvyvSHLAW+/fcZojpEKQG28C4UOIrND9L8LcrKSFC1MD9+/+h+yrOPdhx9fKXUHQ4qZPOe9Chd+UNogNlqYGBgZ/q29ckxIb2LumwvP71HsCFCBBUobP9t9OEEhIivAiTdq4Gng8cc3IoaTCxhS1k1+Q43QYICGyKMqV5H7lS4MRXbKL7E5hvHs0zvvjacUCiALsjGzfG91i2UssQ2ketH74ftvhgP33jLsu/P6Yb6NEj9WB8CAICfPxzK7oH8Z5p6CAhzc1HYL2D14s+H771/4K3cuEhRvjf0esKT1JTXSCDogqvfz6+8fzo3XToIwAz8H1/sQHeu/OZbeIgaSShQ7gPHRh9ev7WZViDx4/4pkzaC0YiSl/MZfy5zHQlZd0EFJl1Qj3jA+eP8y+tOP7wv9Fjczk+MIdCDFJ/SSj53rj6uKwR9WZhYOXw1TeHNOQVCcQUFQDMb9y8DAEA/unj/88CqaiZFpwuuvH2nWIQWB//8ZmBkZGRjEuPl///v/v1BOQHQRAJvH36OFI7uJAAAAAElFTkSuQmCC");
        /*logo.png*/;
        background-repeat: no-repeat;
        background-position: 3px;
        background-color: white;
        color: black;
        border: none;
    }

        .layer-switcher button:focus,
        .layer-switcher button:hover {
            background-color: white;
        }

    .layer-switcher.shown {
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
        max-height: calc(100% - 5.5em);
    }

        .layer-switcher.shown.ol-control {
            background-color: transparent;
        }

            .layer-switcher.shown.ol-control:hover {
                background-color: transparent;
            }

        .layer-switcher.shown .panel {
            display: block;
        }

        .layer-switcher.shown button {
            display: none;
        }

        .layer-switcher.shown.layer-switcher-activation-mode-click > button {
            display: block;
            background-image: unset;
            right: 2px;
            position: absolute;
            background-color: #eee;
            margin: 0 1px;
        }

        .layer-switcher.shown button:focus,
        .layer-switcher.shown button:hover {
            background-color: #fafafa;
        }

    .layer-switcher ul {
        list-style: none;
        margin: 1.6em 0.4em;
        padding-left: 0;
    }

        .layer-switcher ul ul {
            padding-left: 1.2em;
            margin: 0.1em 0 0 0;
        }

    .layer-switcher li.group + li.group {
        margin-top: 0.4em;
    }

    .layer-switcher li.group + li.layer-switcher-base-group {
    }

    .layer-switcher li.group > label {
        font-weight: bold;
    }

    .layer-switcher.layer-switcher-group-select-style-none li.group > label {
        padding-left: 1.2em;
    }

    .layer-switcher li {
        position: relative;
        margin-top: 0.3em;
    }

        .layer-switcher li input {
            position: absolute;
            left: 1.2em;
            height: 1em;
            width: 1em;
            font-size: 1em;
        }

        .layer-switcher li label {
            padding-left: 2.7em;
            padding-right: 1.2em;
            display: inline-block;
            margin-top: 1px;
        }

    .layer-switcher label.disabled {
        opacity: 0.4;
    }

    .layer-switcher input {
        margin: 0px;
    }

    .layer-switcher.touch ::-webkit-scrollbar {
        width: 4px;
    }

    .layer-switcher.touch ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .layer-switcher.touch ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

li.layer-switcher-base-group > label {
    padding-left: 1.2em;
}

.layer-switcher .group button {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 1em;
    width: 1em;
    height: 1em;
    margin: 0;
    background-position: center 2px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAW0lEQVR4nGNgGAWMyBwXFxcGBgaGeii3EU0tXHzPnj1wQRYsihqQ+I0ExDEMQAYNONgoAN0AmMkNaDSyQSheY8JiaCMOGzE04zIAmyFYNTMw4A+DRhzsUUBtAADw4BCeIZkGdwAAAABJRU5ErkJggg==');
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.layer-switcher .group.layer-switcher-close button {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.layer-switcher .group.layer-switcher-fold.layer-switcher-close > ul {
    overflow: hidden;
    height: 0;
}

/*layerswitcher on the right*/
.layer-switcher.shown.layer-switcher-activation-mode-click {
    padding-left: 34px;
}

    .layer-switcher.shown.layer-switcher-activation-mode-click > button {
        left: 0;
        border-right: 0;
    }
/*IRS Link button controls */

.buttonContainer {
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: white;
    border-radius: 5px;
}

.confirm {
    margin-left: 5px;
}

.cancel {
}




