.marker_base {
    background-color: rgba(250,250,250,1.0);
    border: solid 1px #000;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:3px;
}

.citizen_hall {
    color: red;
}

.cultural {
    color: blue;
}

.library {
    color: #2d004b;
}

.museum {
    color: hotpink;
}

.sports {
    color: blueviolet;
}

.industry {
    color: #DC143C;
}

.school {
    color: #542788;
}

.kindergarten {
    color: #00441b;
}

.child {
    color: #8B4513;
}

.nursing {
    color: #800080;
}

.healthcare {
    color: darkgreen;
}

.medicalcare {
    color: sienna;
}

.cityhall {
    color: tomato;
}

.fire {
    color: #7f3b08;
}

.other_admin {
    color: #e08214;
}

.public_house {
    color: olive;
}

.city_park {
    color: green;
}

.other {
    color: crimson;
}

.box.chacklist {
    position:absolute;
    z-index: 1;
    background-color: white;
    width:140px;
    right: 0;
    margin-right: 10px;
    margin-top: 45px;
}

input[type=checkbox] {
    display: none;
}

input[type="checkbox"]:checked + label {
    background: #31A9EE;
    color: #ffffff;
}

.category_label {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 19px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: #31A9EE;
    border: 2px solid #006DD9;
    border-radius: 5px;
    user-select: none;
    font-size: 12px;
}

input[type="button"] {
    display: none;
}

input[type="button"]:active + label {
    background: #ffffff;
    color: #008080;
}

input[type="button"]:hover + label {
    background: #ffffff;
    color: #194080;
}

.category_select_label {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 19px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    background: #008080;
    color: #ffffff;
    border: 2px solid #008000;
    border-radius: 5px;
    user-select: none;
    font-size: 12px;
}

.category_icon {
    padding-right: 7px;
}

.box.filter_icon {
    position:absolute;
    z-index: 1;
    background-color: white;
    width:160px;
    right: 0;
    margin-right: 10px;
    margin-top: 45px;
}

.filter_icon {
    position:absolute;
    z-index: 1;
    margin-right: 10px;
    margin-top: 5px;
    right: 0;
    display: inline-block;
    text-decoration: none;
    background: white;
    color: black;
    width: 35px;
    height: 35px;
    line-height: 3.3;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.filter_icon:active {
    background: red;
}

.filter_label {
    position:absolute;
    z-index: 1;
    margin-right: 10px;
    margin-top: 5px;
    right: 0;
}

.polygonfilter_icon {
    position:absolute;
    z-index: 1;
    margin-right: 10px;
    margin-top: 5px;
    right: 45px;
    display: inline-block;
    text-decoration: none;
    background: white;
    color: black;
    width: 35px;
    height: 35px;
    line-height: 3.3;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

#annotation {
    position:absolute;
    z-index: 1;
    top: 10px;
    left: 50px;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.8em;
    color: black;
    background-color: rgba(250,250,250,0.8);
}

.popup-item th, .popup-item td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
}

.popup-item th {
    background-color: rgba(200, 200, 200, 0.9);
}

.popup-item-currency {
    text-align: right;
}
