﻿.geolocator {
    position: relative;
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#geenInfoDiv {
    display: none;
    font-size: 11px;
    padding: 3px;
    border: 1px outset silver;
    background: white;
    border-radius: 4px;
}

#ladenpanel {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
}

#legend {
    background-color: white; /*border: 2px solid black;*/
    border: 6px outset silver;
    border-radius: 4px;
    box-shadow: -8px 8px 8px silver;
    position: absolute;
    right: 0px;
    top: 35px;
    bottom: 10px;
    width: 350px;
    overflow-y: auto;
    margin: 4px;
    z-index: 10;
}



/*muterern deel*/
.openLegenda {
    width: 32px;
    height: 30px;
    background-image: url("../../Geolocator/Toolbar/img/lagenBlauw.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px 2px;
    border: 1px ridge #1c75bc;
    border-radius: 4px;
    box-shadow: -4px 4px 4px silver;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: -3px;
}

.hidden {
    display: none !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 2px;
}

#tabLagen {
    padding: 0px;
}

/*gevonden adres mouse over style*/
#hilitepopup {
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 20000;
    font-size: 11px;
    background-color: #e6fefd;
    border: 1px inset black;
    padding: 5px;
}

#getfeatureinfo {
    position: absolute;
    display: none;
    z-index: 20000;
    font-size: 11px;
    background-color: #e6fefd;
    border: 1px inset black;
    padding: 5px;
    border-radius: 4px;
}

#closeImg {
    position: absolute;
    display: none;
    z-index: 20000;
    font-size: 11px;
    background-color: #e6fefd;
    border: 1px inset black;
    padding: 5px;
    border-radius: 4px;
}

/*#mapschaal {
    position: absolute;
    left: 45%;
    bottom: 0px;
    display: block;
    font-family: Arial;
    font-size: 12px;
    z-index: 20;
    background-color: white;
    border-top-left-radius: 3px;
    font-weight: bold;
    opacity: 0.6;
    padding: 5px;
}*/

#northarrow {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    font-family: Arial;
    font-size: 12px;
    z-index: 1;
    background-color: white;
    border-top-left-radius: 3px;
    font-weight: bold;
    opacity: 0.5;
    padding: 5px;
}



.selctiWeg {
    cursor: pointer;
}

/*Notietie luchtfoto layer is ingeschakelt*/
.noticeLayer {
    z-index: 999;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    font-size: 11px;
    width: 150px;
    padding: 3px;
    border: 2px ridge silver;
    border-radius: 4px;
    background-color: white;
}

/*Slider style*/
.sliderOpenen {
    width: 32px;
    height: 30px;
    background-image: url("../../Geolocator/Toolbar/img/switch.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px 2px;
    border: 1px ridge #1c75bc;
    border-radius: 4px;
    box-shadow: -4px 4px 4px silver;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 95px;
    right: -3px;
}

.sliderDiv {
    display: none;
    width: 110px;
    height: 120px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    top: 95px;
    right: 5px;
    background-color: #fff;
    z-index: 999;
    border-radius: 4px;
    box-shadow: -4px 4px 4px silver;
}

.sliderSluiten {
    width: 32px;
    height: 30px;
    background-image: url("../../Geolocator/Toolbar/img/sluiten.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px 2px;
    border: 1px ridge #1c75bc;
    border-radius: 4px;
    box-shadow: -4px 4px 4px silver;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 95px;
    right: 115px;
}

#sliderLufo {
    margin-top: 15px;
    margin-left: 4px;
    margin-bottom: 15px;
    width: 100px;
}

#sliderTopo {
    margin-top: 15px;
    margin-left: 4px;
    margin-bottom: 7px;
    width: 100px;
}

.sliderLabel {
    margin: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #78b6e4;
    width: 78px;
}

/*test legenda div*/
#testLegendOpen {
    position: absolute;
    top: 135px;
    right: 0px;
    z-index: 999;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px silver;
    cursor: pointer;
}

#load_image {
    display: none;
}

#zoekAdresBtn:hover {
    cursor: pointer;
}


.geo-locator-main-toolbar{
    display: flex;
    align-items: center;
}
.geo-locator-main-toolbar .icon-button{
    padding: 0.25rem;
}
.geo-locator-main-toolbar .icon-button.active{
    --tw-text-opacity: 1;
    color: rgb(0 178 213 / var(--tw-text-opacity));
}

.geolocator__tooltip{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding: 0.25rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.geolocator{
    position: relative;
    height: 100%;
    width: 100%;
}
.geolocator__map-container{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.geolocator__ui-container{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.geolocator__ui-container__ui-section{
    display: flex;
    gap: 1rem;
    padding: 0.5rem;
}
.geolocator__ui-container__ui-section *{
    pointer-events: auto;
}
.geolocator__ui-container__toolbar{
    z-index: 10;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    box-sizing: border-box;
}
.geolocator__ui-container__center-container{
    flex: 1 1 0%;
    display: flex;
    justify-content: space-between;
}
.geolocator__ui-container__sidebar{
    flex-direction: column;
}
.geolocator__ui-container__sidebar--left{
    align-items: center;
    justify-content: flex-start;
    padding-top: 2rem;
}
.geolocator__ui-container__sidebar--right{
    align-items: center;
    justify-content: flex-start;
    padding-top: 2rem;
}
.geolocator__ui-container__confirm-bar{
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(82 82 82);
}
.geolocator__ui-container__footer{
    background-color: rgb(255 255 255 / 0.75);
    height: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(82 82 82);
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgb(245 245 245 );
}
.geolocator .icon-button{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgb(148 163 184);
    background-color: rgb(255 255 255);
    display: block;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(71 85 105);
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    /* Is default */
    /*&[data-size="medium"], &.button--size-medium {
        @apply h-12;
        @apply text-base;
    }*/
}
.geolocator .icon-button.button--variant-filled{
    border-style: none;
}
.geolocator .icon-button.button--variant-filled:hover{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-brightness: brightness(1.1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.geolocator .icon-button.button--variant-filled:active{
    --tw-brightness: brightness(.95);
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.geolocator .icon-button.button--variant-filled[data-color=green],.geolocator .icon-button.button--variant-filled.button--color-green,.geolocator .icon-button.button--variant-filled.button--color-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(153 197 88 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(240 253 244 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-filled[data-color=blue],.geolocator .icon-button.button--variant-filled.button--color-blue,.geolocator .icon-button.button--variant-filled.button--color-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 178 213 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(239 246 255 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-filled.button--color-inherit{
    background-color: inherit;
    color: inherit;
}
.geolocator .icon-button.button--variant-filled.button--color-error{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-filled.button--color-warning{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(254 252 232 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-filled.button--color-info{
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(240 249 255 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-filled.button--color-success{
    --tw-bg-opacity: 1;
    background-color: rgb(132 204 22 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(247 254 231 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined{
    border-width: 1px;
    outline-style: solid;
    outline-width: 1px;
    outline-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.geolocator .icon-button.button--variant-outlined:hover{
    --tw-brightness: brightness(1.05);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.geolocator .icon-button.button--variant-outlined:active{
    --tw-brightness: brightness(.95);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.geolocator .icon-button.button--variant-outlined.button--color-primary{
    --tw-border-opacity: 1;
    border-color: rgb(153 197 88 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(153 197 88 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined.button--color-primary:hover{
    outline-color: #99C558;
}
.geolocator .icon-button.button--variant-outlined.button--color-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(0 178 213 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 178 213 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined.button--color-secondary:hover{
    outline-color: #00B2D5;
}
.geolocator .icon-button.button--variant-outlined.button--color-inherit{
    border-color: inherit;
    color: inherit;
}
.geolocator .icon-button.button--variant-outlined.button--color-inherit:hover{
    outline-color: inherit;
}
.geolocator .icon-button.button--variant-outlined.button--color-error{
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined.button--color-error:hover{
    outline-color: #ef4444;
}
.geolocator .icon-button.button--variant-outlined.button--color-warning{
    --tw-border-opacity: 1;
    border-color: rgb(180 83 9 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined.button--color-warning:hover{
    outline-color: #b45309;
}
.geolocator .icon-button.button--variant-outlined.button--color-info{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined.button--color-info:hover{
    outline-color: #0ea5e9;
}
.geolocator .icon-button.button--variant-outlined.button--color-success{
    --tw-border-opacity: 1;
    border-color: rgb(132 204 22 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-outlined.button--color-success:hover{
    outline-color: #84cc16;
}
.geolocator .icon-button.button--variant-text{
    border-style: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 600;
    background-color: transparent;
}
.geolocator .icon-button.button--variant-text:hover {
    -webkit-backdrop-filter: brightness(95%);
    backdrop-filter: brightness(95%);
}
.geolocator .icon-button.button--variant-text:active{
    --tw-brightness: brightness(.75);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.geolocator .icon-button.button--variant-text.button--color-primary{
    --tw-text-opacity: 1;
    color: rgb(161 195 0 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-text.button--color-secondary{
    --tw-text-opacity: 1;
    color: rgb(0 158 192 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-text.button--color-inherit{
    color: inherit;
}
.geolocator .icon-button.button--variant-text.button--color-error{
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-text.button--color-warning{
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-text.button--color-info{
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity));
}
.geolocator .icon-button.button--variant-text.button--color-success{
    --tw-text-opacity: 1;
    color: rgb(101 163 13 / var(--tw-text-opacity));
}
.geolocator .icon-button[data-size=small],.geolocator .icon-button.button--size-small{
    border-radius: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity));
}
.geolocator .icon-button{
    font-size: 1.25rem;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25rem;
    text-decoration: none;
}
.geolocator .icon-button--size-small{
    height: 1rem;
    width: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
.geolocator .icon-button--active{
    z-index: 50;
    --tw-text-opacity: 1;
    color: rgb(0 178 213 / var(--tw-text-opacity));
}
.geolocator .icon-button--split-button__buttons{
    display: flex;
}
.geolocator .icon-button--split-button__buttons .icon-button--toggle-tool{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.geolocator .icon-button--split-button__buttons .icon-button--toggle-menu{
    width: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-width: 0px;
}
.geolocator .icon-button:active, .geolocator .icon-button:hover{
    z-index: 50;
}
.geolocator .icon-button--split-button__menu {
    background-color: rgb(255 255 255);
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(64 64 64);
    border-radius: 0.25rem;
    border: 1px solid rgb(163 163 163);
}

.geolocator .icon-button--split-button__menu ul{
    display: flex;
    flex-direction: column;
    margin: 0;
    /*@apply button;*/
}
    
.geolocator .icon-button--split-button__menu li{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin: 0;
    cursor: pointer;
    display: block;
}
.geolocator .icon-button--split-button__menu li:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.geolocator .icon-button--split-button__menu li:active{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.geolocator .icon-button-group{
    display: flex;
    gap: 0.25rem;
    /*  &--confirmation-buttons {
        @apply gap-0;
  
        .confirm-button {
            @apply rounded-r-none;
            @apply text-green-500;
        }
  
        .cancel-button {
            @apply rounded-l-none;
            @apply border-l-0;
            @apply text-red-500;
        }
    }*/
}
.geolocator .confirmation-notification{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin: 0.5rem;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.geolocator .view-navigation-controls{
    display: flex;
}
.geolocator .view-navigation-controls .navigate-home-button{
    margin-right: 0.25rem;
}
.geolocator .view-navigation-controls .navigate-backwards-button{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.geolocator .view-navigation-controls .navigate-forwards-button{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left-width: 0px;
}
.geolocator .zoom-controls{
    display: flex;
    flex-direction: column;
}
.geolocator .zoom-controls .zoom-in-button{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.geolocator .zoom-controls .zoom-out-button{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
}
.geolocator .map-layers-control{
    margin-left: auto;
    padding-left: 20rem;
}

.geolocator .scale-line-control {
    width: 150px;
}

.geolocator .scale-line-control [class$=inner]{
    border-width: 2px;
    border-top-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
    display: flex;
    align-items: center;
    justify-content: center;
}

.geolocator .mouse-position-control .mouse-position-container{
    display: flex;
    gap: 0.5rem;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #0c3259;
}
