.zdw-tile {
    background-color: white;
    color: #3168c3;
    font-size: 1vw;
    text-align: center;
    width: 13vw;
    border: solid 3px #3168c3;
    padding: 0.5vw 0 0.5vw 0;
    margin:  0 0.5vw 0 0.5vw;
    cursor: pointer;
    transition: transform .2s;
}

.main {
    padding: 5vw 0 5vw 0;
}
.zdw-tile:hover {
    background-color: #3168c3;
    color:white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.2);
}

.zdw-box {
    font-size: 1vw;
    border: solid 3px #3168c3;
    width: 100%;
    padding: 0.5vw;
    color: white;
    background-color: #3168c3;
}

.zdw-value {
    font-size: 0.8rem;
    display: inline-block;
    background-color: #ededed;
    border: solid 1px lightgray;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    min-width: 4rem;
    text-align: center;
}

.zdw-form-error {
    color: red;
    font-weight: 300;
    height: 1rem;
}
.nav-link {
    /*background-color: white;*/
    color: #3168c3;
    font-size: 1vw;
    text-align: center;
    /*border: solid 3px #3168c3;*/
    padding: 0.3rem 0.7rem 0.3rem 0.7rem !important;
    margin: 0 0.2rem 0 0.2rem !important;
    cursor: pointer;
    transition: transform .2s;
}

.nav-link:hover {
    background-color: #3168c3 !important;
    color:white !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.2);
}

.main:hover {
    background-color: #3168c3 !important;
    color:white !important;
}

.dropdown-item:hover {
    background-color: orange !important;
    color: white !important;
}

a {
    text-decoration: none;
}

.header-center {
    width: 100%;
    text-align: center;
}
.meteo-navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 3rem;
}
.meteo-row, .admin-row {
    align-content: center;
}

.meteo-col, .admin-col {

    justify-content: center;
}

.zdw-block {
    border: solid 1px #ededed;
    color: #3168c3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.zdw-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(111, 111, 111, 0.5);
    z-index: 999999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-150 {
    height: 150px;
}

input, select, label {
    font-size: 0.8rem !important;
    border-radius: 0 !important;

}

input:hover, select:hover {
    background-color: #deeafa;
    border-color: orange !important;
}

.zdw-row {
    justify-content: space-around;
}

h1, h2, h3 {
    font-weight: 300;
}

.error {
    color: red;
}

.meteo-box {
    display: none;
}
.meteo-label {
    background-color: white;
    color: #3168c3;
    font-size: 0.8rem;
    text-align: center;
    width: 13vw;
    padding: 0.25vw 0 0.25vw 0;
    margin:  0 0.5vw 0 0.5vw;
    cursor: pointer;
    border: 1px solid #3168c3;
    transition: transform .2s;
}

.meteo-label:hover {
    background-color: orange;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.2);
}

.meteo-box:checked + .meteo-label{
    background-color: #3168c3;
    color: white;
}

.inactive, .inactive:hover {
    border: #ededed;
    background-color: #ededed;
    color: white;
    cursor: default;
}

.lazy {
    width: 100%;
    height: 13.7rem;
    object-fit: cover;
}