body {
    /*background-color: skyblue;*/

}

/*#map { height: 180px; }*/

/*#map {*/
/*    height: 400px;*/
/*    width: 600px;*/
/*}*/

.leaflet-container {
    height: 400px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
}

.dot_red {
    height: 10px;
    width: 10px;
    background-color: darkred;
    border-radius: 50%;
    vertical-align: center;
    display: inline-block;
}

.dot_green {
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    vertical-align: center;
    display: inline-block;
"
}

.table-properties thead th {
    background: #e2e3e5;
}

.dash-shadow {
    box-shadow: 5px 5px 20px  silver;
}

.dash-card {
    background: white;
    border: none;
}
.card-radius {
    border-radius: 10px
}
.badge-custom {
    margin-left: 20px;
}