.map-div {
    height: 100vh;
    width: 100vw;
    overflow: hidden
}

span.mybutton {
    font-size: 22px;
    color: #38c;
}

span.mybutton:hover {
    color: #059;
}

button.auto-wide {
    width: auto !important; /* Override any width setting inherited from elsewhere */
}

.ui-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.label-inline {
    width: 20% !important;
    display: inline-block;
}

.control-inline {
    width: 60% !important;
    display: inline-block;
}

.form-group {
    width: 100%;
    padding-bottom: 5px;
}

.leaflet-container {
    background-color:rgba(255,0,0,0.0);
}

.pac-container{
    z-index: 99999999999999 !important;
}

#geosearch-div {
    position: absolute;
    z-index: 99999999;
    display: none;
}

#geosearch-field {
    height: 100%;
}

#geosearch-button {
    float: right;
    background-color: white;
    border-radius: 0 4px 4px 0;
    margin-top: 1px
}

.lidar-layer {
    background-color:rgba(255,0,0,0.0);
}

.lidar-preview-div {
    border-top: 1px solid #e5e5e5;
    padding-top: 2vh;
}
.lidar-preview {
    margin: 1vw 0 0 2vw;
}

.lidar-preview-label {
    font-size: large;
    text-align:right;
}

.animated-icon{
    width: 20px;
    height: 20px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 0 4px white;
    transition: all 1s
}

.overlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:#ffffff;
    opacity: 0.5;
    z-index: 10000;
}

.material-icons {
    font-size: 18px !important;
    margin-top: 6px !important;
    margin-left: -1px !important;
}

#geosearch-button:hover {
    cursor: pointer;
}

.ui-focus {
    box-shadow: none !important;
}

.help-header {
    color: cornflowerblue;
}

.help-header:hover {
    cursor: pointer;
}

tr.help-content {
    color: black;
    display: none;
}

i.material-icons {
    color: cornflowerblue;
}

/* Get around bug */
.leaflet-tile-container img {
    -webkit-backface-visibility: hidden;
}

.warning-overlay {
    width: auto !important;
    height: auto !important;
    left: auto !important;
    bottom: auto !important;
    color: red;
    font-weight: bold;
    opacity: 0.8 !important;
}

/* Footer */

.footer-overlay {
    position: fixed !important;
    bottom: 0 !important;
    border: 1px solid;
    background-color: white;
    display: block;
    width: 100vw;
    height: auto;
    max-width: 100vw !important;
    max-height: 20vh !important;
    z-index: 1000;
}

/* Cookies warning */
.card {
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 0 rgb(249, 249, 250);
    -moz-box-shadow: 0 0 5px 0 rgba(212, 182, 212, 1);
    box-shadow: 0 0 5px 0 rgb(161, 163, 164);
    z-index: 10000;
}

.cookies a {
    text-decoration: none;
    color: #000;
    margin-top: 8px
}

.cookies a:hover {
    text-decoration: none;
    color: blue;
    margin-top: 8px
}

/* Stop boostrap glow on field focus */
.form-control:focus {
  box-shadow: none !important;
}

/* Stop Google attrib from duplicating ours */
.gm-style-cc {
    display:none !important;
}

.ui-loader {
    display: none !important;
}


