
body {
    color: inherit;
}

/*стили добавления задач*/
.w_task {
    color: black;
    padding: 0 8px;
    float: right;
    min-width: 10px;
    min-height: 10px;
    border-radius: 4px;
}

.w_task_over {
    background: #d34439;
    color: white;
}

.w_task_new {
    background: #99ff99;
    color: black;
}

.w_task_in {
    background: orange;
    color: white;
}

.w_task_stop {
    background: #999999;
    color: white;
}

.w_task_finish {
    background: black;
    color: white;
}

/** работа с картами **/
.leaflet-place .map-place {
    min-height: 200px;
    margin-top: 2px;
    resize: vertical;
    overflow: hidden;
    border: 1px solid #999;
    margin-bottom: 8px;
}

.leaflet-place .map-place .coord {
    position: absolute;
    background: white;
    bottom: 0;
    right: 0;
    z-index: 3000;
    padding: 4px 12px;
    font-size: 10px;
    color: black;
    cursor: help;
}

.leaflet-place .map-place .panel {
    position: absolute;
    background: white;
    top: 10px;
    left: 56px;
    z-index: 3000;
    padding: 4px 12px;
    border: 2px solid cornflowerblue;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px black;
}

.my-div-icon {
    border: 4px solid #3086cc;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    margin-left: -6px !important;
}

/** END работа с картами **/
