/* V105 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. */

.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@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);
}

.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;
    background-color: #aad3df;
}

.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 */
}


body,
html,
#map-container {
    margin: 0;
    height: 100%;
    width: 100%;
}

#sitebar {
    position: absolute;
    top: 7rem;
    right: 1rem;
    border-radius: 8px;
    background: #bdbdbd;
    padding: 0;
    cursor: pointer;
}

#tools {
    position: absolute;
    top: 8rem;
    right: 0;
    border-radius: 8px;
    background: #bdbdbddb;
    padding: 6px;
    text-align: center;
    overflow: hidden;
    border: 0px solid;
}

    #tools a {
        display: block;
        padding: 0.5rem;
        cursor: pointer;
    }

.editform {
  display: none;
  position:absolute;
  top: 4em;
  float:left;
  border: 1px solid black;
  border-radius:10px;
  background:lightgrey;
  padding: 9px;
}

h5{
  text-align:center;
  margin:0;
}

label {
  display: inline-block;
  width: 80px;
  /border: 1px solid red;
  text-align: right;
  margin: 0px;
}

input {
  width: 40px;
  margin-left: 4px;
  border: 1px solid lightgrey;
}

/* units.*/
input + label {
  text-align: left;
  width: 47px;
  margin-left: 4px;
}

button{
  float:right;
  font-size: 14px;
}

/* switch */
input:checked + .slider{
  background-color:blue;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 2px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}
.slider.round {
    border-radius: 24px;
}

/*circle */
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider:before {
    transform: translateX(19px);
}

#navigationmarker label{
    width: 55px;
}
