﻿/* 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. */
/*wygląd info window*/
.esriPopup {
    z-index: 9999 !important;
    line-height: 1.5 !important;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.HomeButton {
    -moz-user-select: none;
    background-color: #FFFFFF;
    border: 1px solid #6a6a6a;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    padding: 0px;
}

.HomeButton .home {
    background-image: url("../css/home.svg") !important;
    background-color: white;
}

.HomeButton .home:hover {
    background-color: #eee;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.custom-select-disabled {
    color: #6c757d;
    background-color: #e9ecef;
    opacity: .3!important;
}

.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: 60px;
  overflow: hidden;
    line-height: 1.1;
}

.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 */
}

html, body, #map-container {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    height: calc(100% - 166px);
}

.simpleInfoWindow .content {
    overflow: hidden; 
}

.footer.pl-3 div{
    display: none;
}

.esriLegendServiceLabel {
    display: none;
}