﻿#main_map {
    height: 100%;
}

.legend {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
    float: right;
    opacity: 0.8;
    /*border:1px solid;*/
}

.legend.work_request_active {
    background: rgba(38, 142, 32, 0.8);
    border-color: rgba(38, 142, 32, 0.6);
}

.legend.work_request_overdue {
    background: rgba(255, 0, 0, 0.8);
    border-color: rgba(255, 0, 0, 0.6);
}

.legend.work_request_closed {
    background: rgba(255, 165, 0, 0.8);
    border-color: rgba(255, 165, 0, 0.6);
}

.leaflet-popup table {
    table-layout: auto;
    border-collapse: collapse;
    width: 320px;
}

.leaflet-popup tbody tr td:first-child {
    min-width: 150px;
}

.marker-cluster-small {
	background-color: rgba(255, 255, 255, 0.6) !important;
	}
.marker-cluster-small div {
	background-color: rgba(255, 255, 255, 0.6) !important;
	}

.marker-cluster-medium {
	background-color: rgba(255, 255, 255, 0.6) !important;
	}
.marker-cluster-medium div {
	background-color: rgba(255, 255, 255, 0.6) !important;
	}

.marker-cluster-large {
	background-color: rgba(255, 255, 255, 0.6) !important;
	}
.marker-cluster-large div {
	background-color: rgba(255, 255, 255, 0.6) !important;
	}

.track-works-list-item {
    height: 30px;
    padding: 5px 15px;
}

.track-works-list-item-badge {
    background-color: lightgray;
    border-radius: 15px;
    cursor: pointer;
}
.track-works-list-item-badge:hover {
    background: #bbb;
}

/*
.leaflet-popup-content-wrapper {
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
}

.leaflet-popup-tip-container {
}*/