body {
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
}

.cols {
    flex: 50%;
    height: 49.8vh;
}

.legend {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #000;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 0;
}
/*

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
}

.legend h3 {
    margin: 2px;
}
*/

#info_mapl,
#info_mapl2,
#info_mapr,
#info_mapr2 {
    position: absolute;
    z-index: 3000;
    top: 0;
    left: 50px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 70px;
    text-align: left;
    border-radius: 3px;
    top: 10px;
    padding: 10px;
}

#info_mapl3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3000;
    float: right;
    width: 250px;
    height: 100px;
    padding: 10px;

}

#info_mapl3 .legend {
    font-size: 12px;
    color: #808080;
}

#info_mapl3 .legend h1 {
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 5px;
}

#info_mapl3 .legend p {
    margin: 2px;
    line-height: normal;

}

#info_mapl3 .legend i {
    width: 30px;
    height: 20px;
    float: left;
    opacity: 1;
    margin-top: 5px;
}

#info_mapl3 .legend button {
    width: 30px;
    height: 20px;
    float: left;
    opacity: 1;
    margin-top: 5px;
    border: white;
   /* cursor: pointer; */
}
/*
#info_mapl3 .legend button:hover {
    border: 3px solid grey;
}
*/


#info_mapl3 .legend label {
    display: block;
    float: left;
    height: 15px;
    width: 30px;
    text-align: center;

}

#info_mapl3 .legend .prvni {
    width: 30px;
    height: 18px;
    float: left;
    opacity: 1;
    text-align: center;
    margin-top: 4px;
    margin-right: 0px;
}