﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.mapboxgl-ctrl-geocoder .ReplaceClass {
    min-width: 100%;
    background-color: #ffffff;
    height: 47px;
    margin: 0;
    padding: 10px 10px 10px 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: ui-sans-serif;
    color: black;
    display: inline-block;
    /* border-color: #17a2b8; */
    /* animation-name: faded_blue_border; */
    /* animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55); */
    /* animation-duration: 3s; */
    /* animation-iteration-count: infinite; */
    box-shadow: -1px 1px 3px 0px #000000;
    /*border: 1.5px solid #ffc107;*/
    border: 1.5px solid white;
    border-radius: 5px;
    z-index: 1000;
}


    .mapboxgl-ctrl-geocoder .ReplaceClass:focus-visible {
        outline: none;
    }


.mapboxgl-ctrl-geocoder--icon-close {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3px !important;
    margin-right: 0 !important;
}

.mapboxgl-ctrl-geocoder--input {
    font-size: small !important;
    height: 36px !important;
    display: none;
}
    input {
    
}

        input.mapboxgl-ctrl-geocoder--input::placeholder {
            color: black;
        }

.mapboxgl-ctrl-geocoder .suggestions {
    font-size: 13px !important;
}

.mapboxgl-ctrl-geocoder {
    line-height: normal !important;
    border-radius: 1px;
    border: 1px solid #d4dff7;
    box-shadow: 1px 1px 2px 0px #0000002e!important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


/* MapBox Stuff*/

.mapboxgl-ctrl-group1 {
    z-index: 0;
    overflow-y: auto;
    position: static;
    align-items: stretch;
    display: list-item;
    /*width: 135px;
    max-height: 75vh;*/
    line-height: normal;
    background-color: white;
    padding: 5px;
    box-shadow: 0px 0px 7px 1px #7b92a7;
    border-radius: 4px;
    font-weight: bold;
    width: 150px;
}

#The_test {
    display: none;
    top: -7px;
    position: relative;
    color: #000000;
    background-color: #ffffff;
}

#The_LayerHamburger {
    width: 120px;
    color: #000000;
    background-color: #ffffff;
    letter-spacing: 2px;
    height: 33px;
    text-align: left;
    padding: 9px;
    padding-left: 12px;
    cursor: pointer;
    font-weight: 100;
    font-family: ui-sans-serif;
}

div#The_LayerHamburger {
}

#The_LayerHamburger:after {
    content: "";
    width: 25px;
    height: 26px;
    background-image: url(LayersIcon1.svg);
    top: 2px;
    right: 3px;
    position: absolute;
    display: inline-block;
}

#The_LayerHamburger:hover {
    box-shadow: 2px 2px 3px 0px black;
}

    #The_LayerHamburger:hover:after {
        filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(204deg) brightness(118%) contrast(119%);
    }

#The_test label {
    margin-left: 0.5rem;
}

.mapboxgl-ctrl-top-right {
    top: 0;
    right: 0;
    height: 100%;
}

#The_test {
    overflow-y: auto;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: calc(33%);
    flex-direction: column;
}