body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: 'Tahoma, Poppins', sans-serif;
    color: white;
}

a {
    color: white;
    text-decoration: none
}
a:hover {
    color: yellow;
    text-decoration: none;
}
.h1{
    font-style: italic;
    font-size: 20px;
    color: white;
    line-height: 20px;
}

#headerBlack {
    width: 100%;
    height: 7vh;
    display: inline-block;
    text-align: center;
    background-color: black;
}
#headerError {
    width: 100%;
    height: 7vh;
    display: inline-block;
    text-align: center;
    background-color: red;
}
#headerOK {
    width: 100%;
    height: 7vh;
    display: inline-block;
    text-align: center;
    background-color: green;
}

#map {
    width: 100%;
    height: 45vh;
}

#form_login {
    width: 100%;
    height: 35vh;
    text-align: center;
    background-color: #F8F8F8;
}
#form_params {
    width: 100%;
    height: 35vh;
    text-align: center;
    display: grid;
    text-align: center;
    background-color: #F8F8F8;
}

#form_register {
    width: 100%;
    height: 80vh;
    text-align: center;
    background-color: #F8F8F8;
}

#content_login {
    width: 100%;
    height: 30vh;
    display: grid;
    text-align: center;
    background-color: white;
}

#content_register {
    width: 100%;
    height: 10vh;
    display: grid;
    text-align: center;
    background-color: white;
}

#content_summary {
    width: 100%;
    height: 80vh;
    display: grid;
    text-align: center;
    color: black;
    background-color: white;
}

#footer {
    height: 3vh;
    display: block;
    background-color: black;
    font-size: 14px;
    text-align: center;
    color: white;
    line-height: 25px;
}
#links {
    width: 30%;
    float: left;
    text-align: center;
}
#terms {
    width: 35%;
    float: left;
    text-align: left;
}
#terms a {
    margin-left: 5px;
    font-size: 10px;
}

#buttonSection {
    width: 100%;
}

.administrator {
    display: inline-block;
    border: 4px solid white;
    margin: 8px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    color: black;
    width: 90%;
}
.ciastka {
    display: inline-block;
    border: 4px solid white;
    margin: 8px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
    color: black;
    width: 85%;
}

.buttonBlue, .g-recaptcha {
    display: inline-block;
    border: 2px solid #008CBA;
    border-radius: 6px;
    color: white;
    background-color: #008CBA;
    margin: 8px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.7s;
    cursor: pointer;
    width: 90%;
}
.buttonGreen {
    display: inline-block;
    border: 2px solid green;
    border-radius: 6px;
    color: white;
    background-color: green;
    margin: 4px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.7s;
    cursor: pointer;
    width: 90%;
}
.buttonBlue span, .buttonGreen span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.7s;
}
.buttonBlue span:after, .buttonGreen span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -30px;
    transition: 0.7s;
}
.buttonBlue:hover span, .buttonGreen:hover span {
    padding-right: 25px;
}
.buttonBlue:hover span:after, .buttonGreen:hover span:after {
    opacity: 1;
    right: 0;
}

.leaflet-tooltip.KNDlinkLabel {
    background-color: white;
    border: 1;
    box-shadow: 10px 5px 5px gray;;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: blue;
}
.leaflet-tooltip.KNDlinkLabel:link {
    color: red;
}

.input-register {
    display: flex;
    margin-bottom: 10px;
}
.input-register input {
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    font-size: 18px;
    margin: auto;
    padding: 5px;
    width: 90vw;
    text-align: center;
}

.checkbox-control {
}
.checkbox-control span {
    color: black;
}

.checkbox-register {
    display: flex;
    margin-bottom: 8px;
}
.checkbox-register label {
    border: 2px solid #f0f0f0;
    background-color: white;
    border-radius: 5px;
    font-size: 18px;
    margin: auto;
    padding: 6px;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
    color: green;
}
.checkbox-register span {
}
.checkbox-register a {
    color: green;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}
.checkbox-register a:hover {
    color: orange;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

.input-control {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}
.input-control input {
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    margin: auto;
    padding: 5px;
    width: 95vw;
    text-align: center;
}
.input-control input:focus {
    outline: 0;
}
.input-control.success input {
    border-color: rgb(41, 57, 194);
}
.input-control.error input {
    border-color: #ff3860;
}
input.placeholderred::-webkit-input-placeholder {
    color: red;
}

.login-form {
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 5px;
}
.login-form label {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    padding: 7px;
    width: 25vw;
    margin: auto;
    color: black;
    background-color: #f0f0f0;
}
.login-form input {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    padding: 5px;
    width: 60vw;
    margin: auto;
    text-align: center;
    color: black;
    background-color: white;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    width: 20%; /* 30 view width for label + 10 view width for value + 50 view width for slider */
    height: 14px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .7s; /* 0.2 seconds transition on hover */
    transition: opacity .7s;
}
/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}
.slider-control {
    width: 95vw;
    display: flex;
    flex-direction: row;
    margin: auto;
    margin-bottom: 5px;
}
.slider-control label {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    padding: 2px;
    width: 20vw;
    margin: auto;
    margin-left: 5px;
    color: black;
    background-color: #f0f0f0;
}
.slider-control span {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    width: 20vw;
    margin: auto;
    margin-left: 2px;
    color: rgb(41, 57, 194);
    background-color: white;
}
.slider-control input {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    width: 40vw;
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 30px; /* Set a specific slider handle width */
    height: 18px; /* Slider handle height */
    background: #5c39bd; /* Blue background */
    cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
    width: 30px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}