﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
.footer {
  pointer-events:none;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#mapid {
    background: #F7F7F3;
    display: block;
    position: absolute;
    z-index:3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.MainMenu {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 0px;
    margin: 0px;
    z-index: 10000;
    position: sticky;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
}
.BigMap .leaflet-top {
    margin-top: 59px;
}

.el-message {
    position: sticky;
    z-index: 2000;
    margin-top: 59px;
}

/*.leaflet-control-coordinates .labelFirst {
    color: #666;
}*/

.leaflet-control-zoomslider-body {
    /*width: 2px;
    border: solid #fff;
    border-width: 0px 9px 0px 9px;
    background-color: black;
    margin: 0 auto;
    z-index: 2000;*/
    box-sizing: content-box;
}


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  
    border-radius: 5px;
}

.flex {
    display: flex;
}

.btn-default {
    background-color: #555;
    color: #ffffff;
}

@media print {
    /*@page {
        size: landscape;
    }

    body, html {
        padding: 0px !important;
    }

    .BigMap {
        width: 150% !important;
    }*/

    .no-print, #userPanel, .button-control, .leaflet-draw, .map .btn,
    .leaflet-control-zoomslider, .leaflet-control-coordinates, .map .infobox-control
    {
        display: none !important;
    }

    /*.BigMap .leaflet-top {
        margin-top: 0 !important;
    }*/

}

.spinner {
    display:inline-block;
    margin: auto 0;
    width: 40px;
    text-align: center;
}

    .spinner > div {
        width: 9px;
        height: 9px;
        background-color: #909399;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }

}

.MainMenu > .container, .pb-3 {
    max-width: unset !important;
}