body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.iconbox{
    text-align:center;
    filter: drop-shadow(gray 5px 5px 3px);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.iconbox_img{
    width:40px;
    height:60px;
    margin-top:-4px;
}

.iconbox_temp{
    display: block;
    margin:auto;
    margin-top: -10px;
    width:25px;
    padding-right:6px;
    background-color:white;
}

.overlay{
    position: absolute;
    z-index: 10000;
    left: 0px;
    top: 0px;
    width:calc(100% - 80px);
    margin:10px 0 0 60px;
}

.inputappends{
    background-color: white;
    width: 2.4rem;
    padding: 0.2rem;
}

.inputappends_img{
    width: 1.8rem;
    height: 1.8rem;
}

.cityLink{
    display:inline-block;
    width: 100%;
    text-decoration: none;
    color:black;
}
.cityLink:hover{
    background-color: silver;
}
footer{
    font-size:10px;
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.custom-range {
    margin: 15px 0px;
    height: 0.7rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.page-link {
    display: inline-block;
    padding: 0.2rem 0.7rem 0.4rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    font-size:20px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: -8px 0px 0px 0;
}
.dateaff{
    line-height: 11px;
    margin-top: 7px;
}   
.plop{
    min-height:50px;
    height:50px;
    width:100%;
}
#map{
    width:100%;
    height:100%;
    position:absolute;
}